/**
 * Theme Name: Mikvah
 * Text Domain: mikvah
*/
@font-face {
  font-family: "Futura-Bold-Italic";
  src: url("../eot/futuratl-bolditalic.eot");
  src: local("Futura TL Bold Italic"), local("FuturaTL-BoldItalic"), url("../eot/futuratl-bolditalicd41d.eot#iefix") format("embedded-opentype"), url("../woff2/futuratl-bolditalic.woff2") format("woff2"), url("../woff/futuratl-bolditalic.woff") format("woff"), url("../ttf/futuratl-bolditalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Futura-Demi";
  src: url("../eot/futura-dem.eot");
  src: local("Futura Demi"), local("Futura-Dem"), url("../eot/futura-demd41d.eot#iefix") format("embedded-opentype"), url("../woff2/futura-dem.woff2") format("woff2"), url("../woff/futura-dem.woff") format("woff"), url("../ttf/futura-dem.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura-Bold";
  src: url("../eot/futuratl-bold.eot");
  src: local("Futura TL Bold"), local("FuturaTL-Bold"), url("../eot/futuratl-boldd41d.eot#iefix") format("embedded-opentype"), url("../woff2/futuratl-bold.woff2") format("woff2"), url("../woff/futuratl-bold.woff") format("woff"), url("../ttf/futuratl-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura-Medium";
  src: url("../eot/futuratl-medium.eot");
  src: local("Futura TL Medium"), local("FuturaTL-Medium"), url("../eot/futuratl-mediumd41d.eot#iefix") format("embedded-opentype"), url("../woff2/futuratl-medium.woff2") format("woff2"), url("../woff/futuratl-medium.woff") format("woff"), url("../ttf/futuratl-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-black: #383144;
  --color-white: #ffffff;
  --color-white-0: #FCFCFC;
  --color-pink: #E36884;
  --color-violet: #4B1C58;
  --color-violet-0: #E4E2F0;
  --color-violet-1: #6D6879;
  --color-violet-2: #F1F0F8;
  --color-violet-3: #E8E7F0;
  --color-violet-4: #403454;
  --color-violet-5: #9A88BC;
  --color-violet-6: #4F485A;
  --color-violet-7: #4B1C58;
  --color-gray: #635C68;
  --color-light-0: #E8A5B4;
  --color-light-1: #F5E9EA;
  --color-light-2: #F6D6DC;
  --color-light-3: #EEC8CF;
  --color-light-4: #F3D2E2;
  --color-light-5: #EBE6F4;
  --color-light-6: #F4E6EF;
  --color-light-8: #F8EBE8;
  --color-light-9: #FAF7F6;
  --color-light-10: #F2F2F2;
  --color-light-11: #FBEBEE;
  --color-light-12: #DCA4AF;
  --color-light-13: #f8ebe7;
  --color-light-14: #f0eff6;
  --color-light-15: #e9e7f3;
  --color-light-16: #F2F1F8;
  --color-light-17: #A29DA6;
  --color-light-18: #D05672;
  --color-light-19: #E9E7F2;
  --color-light-20: #AFAAB4;
  --color-light-21: #F7D6DC;
  --color-light-22: #F6D3DA;
  --color-light-23: #F6F0F1;
  --color-blue: #475993;
  --color-blue-0: #00AAF2;
  --color-blue-1: #4868AD;
  --color-red: #EB3323;
  --font-demi: "Futura-Demi", sans-serif;
  --font-medium: "Futura-Medium", sans-serif;
  --font-bold: "Futura-Bold", sans-serif;
  --font-bold-lt: "Futura-Bold-Italic", sans-serif;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 10px;
  line-height: 1.2;
  color: var(--color-black);
}

body {
  min-width: 320px;
  min-height: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  font-family: var(--font-demi);
  padding: 0;
  margin: 0;
  border: 0;
  background-color: var(--color-white-0);
}
body.opened-mobile-menu {
  overflow: hidden;
}
body.no-scroll {
  overflow: hidden;
}
body.fr .c-header-basket {
  display: none !important;
}
body.es .c-header-basket {
  display: none !important;
}
body.ru .c-header-basket {
  display: none !important;
}
body.hebrew .c-header-basket {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.btn,
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  min-width: 320px;
  min-height: 70px;
  background-color: var(--color-pink);
  border-radius: 40px;
  font-family: var(--font-bold);
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  color: var(--color-light-10);
}
.btn:not(.button-store):hover,
.button:not(.button-store):hover {
  background-color: var(--color-light-18);
}
.btn-store,
.button-store {
  min-width: 200px;
  background-color: transparent;
  border: 1.5px solid var(--color-light-17);
  min-height: 67px;
}
.btn-store:hover,
.button-store:hover {
  border: 1.5px solid var(--color-black);
}
@media (max-width: 1920px) {
  .btn-store,
.button-store {
    min-width: 180px;
    min-height: 50px;
    padding: 8px;
  }
}
@media (max-width: 1440px) {
  .btn-store,
.button-store {
    min-width: 170px;
    min-height: 45px;
    padding: 5px;
  }
}
.btn-store img,
.button-store img {
  max-width: 25px;
  margin: 0 15px 0 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .btn-store img,
.button-store img {
    margin: 0 5px 0 0;
  }
}
.btn-store-text,
.button-store-text {
  color: var(--color-black);
  text-transform: capitalize;
  text-align: left;
}
.btn-store-text-top,
.button-store-text-top {
  font-size: 10px;
  line-height: 105%;
  font-family: var(--font-demi);
  display: block;
}
@media (max-width: 1440px) {
  .btn-store-text-top,
.button-store-text-top {
    font-size: 9px;
  }
}
@media screen and (max-width: 640px) {
  .btn-store-text-top,
.button-store-text-top {
    font-size: 8px;
  }
}
.btn-store-text-bottom,
.button-store-text-bottom {
  font-size: 18px;
  line-height: 105%;
  font-family: var(--font-bold);
  display: block;
}
@media (max-width: 1440px) {
  .btn-store-text-bottom,
.button-store-text-bottom {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .btn-store-text-bottom,
.button-store-text-bottom {
    font-size: 14px;
  }
}

input {
  box-sizing: border-box;
}

input,
textarea {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
  outline: none;
  background-color: var(--color-white);
  border: 1px solid rgba(175, 170, 180, 0.5);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 15px 20px;
  font-family: var(--font-medium);
}
input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  -webkit-text-fill-color: var(--color-black) !important;
}
input:hover,
textarea:hover {
  border: 1px solid var(--color-gray);
}

.el-input {
  position: relative;
}
.el-input label {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.7px;
  color: var(--color-light-20);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  transform-origin: center;
}
@media (max-width: 1440px) {
  .el-input label {
    font-size: 16px;
    line-height: 16px;
  }
}
.el-input img,
.el-input svg {
  width: 100%;
  height: auto;
}
.el-input.active label, .el-input.filled label {
  display: none;
}
.el-input.error {
  border: 1px solid var(--color-pink);
}
.el-input.error:after {
  background-color: var(--color-red);
}
.el-input label.error {
  color: var(--color-red);
  position: absolute;
  left: 0;
  bottom: -2px;
  transform: translate(0, 100%);
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}

.el-input-group-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.el-input-group-3 .el-input:nth-child(1) {
  flex: 0 0 38%;
}
.el-input-group-3 .el-input:nth-child(2) {
  flex: 0 0 25%;
}
.el-input-group-3 .el-input:nth-child(3) {
  flex: 0 0 25%;
}

.el-checkbox {
  position: relative;
  padding: 13px 0;
}
.el-checkbox.error .error {
  opacity: 1;
}
.el-checkbox .error {
  position: absolute;
  left: 40px;
  color: var(--color-red);
  bottom: 8px;
  transform: translate(0, 100%);
  font-size: 14px;
  opacity: 0;
}

input[type=checkbox] {
  position: absolute;
  top: 42%;
  left: -3px;
  height: 0;
  width: 0;
  transform: translate(0, -50%);
  padding: 0;
  margin: 0;
  opacity: 0;
}
input[type=checkbox] + label {
  cursor: pointer;
  font-weight: var(--font-medium);
  position: relative;
  padding-left: 65px;
  top: 0;
  transform: unset;
  opacity: 1;
  color: var(--color-blakc);
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 132%;
}
@media screen and (max-width: 640px) {
  input[type=checkbox] + label {
    font-size: 20px;
    min-height: 40px;
  }
}
input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  height: 34px;
  width: 34px;
  border: 3px solid var(--color-pink);
  border-radius: 5px;
  cursor: pointer;
}
input[type=checkbox] + label:before {
  content: "";
  z-index: 1;
  opacity: 0;
  position: absolute;
  left: 14px;
  top: 8px;
  width: 8px;
  height: 16px;
  border: solid var(--color-white);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
input[type=checkbox] + label a {
  color: var(--color-black);
  font-weight: bold;
  margin: 0 5px;
  display: contents;
}
input[type=checkbox]:checked + label:before {
  opacity: 1;
}
input[type=checkbox]:checked + label:after {
  background-color: var(--color-pink);
}
input[type=checkbox]:hover + label {
  color: var(--color-black);
}

input[type=radio] {
  position: absolute;
  top: 50%;
  left: 0;
  height: 0;
  width: 0;
  transform: translate(0, -50%);
}
input[type=radio]:after {
  transition: all ease-in-out 0.4s;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 18px;
  width: 18px;
  border: 1px solid var(--color-gray);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
input[type=radio]:before {
  transition: all ease-in-out 0.4s;
  content: "";
  z-index: 1;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-gray);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
input[type=radio]:checked:before {
  opacity: 1;
}

.woocommerce ul#shipping_method li {
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 15px 0;
}
.woocommerce ul#shipping_method li input {
  top: 45%;
}

.c-header {
  padding: 15px 1.95vw;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  transform: translate(0, 0);
  transition: transform cubic-bezier(0.29, 0.89, 0.51, 0.99) 0.2s;
  background-color: var(--color-white-0);
}
@media (max-width: 1920px) {
  .c-header {
    padding: 15px 2.6vw;
  }
}
@media (max-width: 1440px) {
  .c-header {
    padding: 20px 3.47vw;
  }
}
@media (max-width: 1024px) {
  .c-header {
    padding: 15px 3.42vw;
  }
}
@media screen and (max-width: 768px) {
  .c-header {
    padding: 15px 4.56vw;
  }
}
@media screen and (max-width: 640px) {
  .c-header {
    padding: 12px 4vw;
  }
}
.c-header-logo {
  max-width: 128px;
  display: flex;
}
.c-header-logo .mobile {
  display: none;
}
.c-header-logo .secondary {
  display: none;
}
@media screen and (max-width: 640px) {
  .c-header-logo {
    max-width: 88px;
  }
  .c-header-logo .default {
    display: none;
  }
  .c-header-logo .mobile {
    display: block;
  }
}
.c-header-logo img {
  width: 100%;
  height: auto;
}
.c-header-logo:hover {
  opacity: 0.8;
}
.c-header-menu {
  border-right: 1.5px solid #e4e2f0;
  padding: 0 50px 0 15px;
}
@media (max-width: 1920px) {
  .c-header-menu {
    padding: 0 40px 0 15px;
  }
}
@media (max-width: 1440px) {
  .c-header-menu {
    padding: 0 30px 0 15px;
  }
}
@media (max-width: 1024px) {
  .c-header-menu {
    order: 2;
    padding: 0 40px 0 0;
    border-right: none;
    border-left: 1.5px solid #e4e2f0;
  }
}
@media screen and (max-width: 640px) {
  .c-header-menu {
    padding: 0;
    margin: 0 30px 0 0;
    border: none;
  }
}
.c-header-menu .menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.c-header-menu .menu a[href="#"] {
  pointer-events: none;
}
.c-header-menu .menu li {
  margin: 0 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1920px) {
  .c-header-menu .menu li {
    margin: 0 26px;
  }
}
@media (max-width: 1440px) {
  .c-header-menu .menu li {
    margin: 0 30px;
  }
}
.c-header-menu .menu li .sub-menu li:hover > a {
  color: var(--color-pink);
}
.c-header-menu .menu li .sub-menu li a {
  color: var(--color-gray);
}
@media (max-width: 1024px) {
  .c-header-menu .menu li:not(.menu-login) {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .c-header-menu .menu li:not(.login-link) {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .c-header-menu .menu li.login-link {
    margin: 0;
  }
  .c-header-menu .menu li.login-link a {
    font-size: 16px;
  }
}
.c-header-menu .menu li:hover > a {
  color: var(--color-pink);
}
.c-header-menu .menu li.current_page_item > a {
  color: var(--color-light-18);
}
.c-header-menu .menu li.current_page_item svg {
  stroke: var(--color-light-18);
}
.c-header-menu .menu .menu-item-has-children {
  cursor: pointer;
  position: relative;
}
.c-header-menu .menu .menu-item-has-children svg {
  width: 100%;
  height: auto;
  max-width: 13px;
  margin: 2px 10px;
  stroke: var(--color-black);
}
@media (max-width: 1920px) {
  .c-header-menu .menu .menu-item-has-children svg {
    max-width: 11px;
  }
}
.c-header-menu .menu .menu-item-has-children:hover svg {
  transform: rotate(180deg);
  stroke: var(--color-pink);
}
.c-header-menu .menu .menu-item-has-children:hover .sub-menu {
  display: block;
}
.c-header-menu .menu .register-link a, .c-header-menu .menu .register {
  color: var(--color-pink);
  border: 1.5px solid var(--color-pink);
  border-radius: 40px;
  padding: 12px;
  min-width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1920px) {
  .c-header-menu .menu .register-link a, .c-header-menu .menu .register {
    min-width: 120px;
    padding: 11px;
  }
}
@media (max-width: 1440px) {
  .c-header-menu .menu .register-link a, .c-header-menu .menu .register {
    padding: 10px;
  }
}
@media (max-width: 1024px) {
  .c-header-menu .menu .register-link a, .c-header-menu .menu .register {
    font-size: 16px;
  }
}
.c-header-menu .menu .register-link a:hover, .c-header-menu .menu .register:hover {
  color: var(--color-white);
  background-color: var(--color-pink);
}
.c-header-menu .menu .calendar-link a {
  color: var(--color-black);
  border: 1.5px solid var(--color-gray);
  border-radius: 40px;
  padding: 12px;
  min-width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1920px) {
  .c-header-menu .menu .calendar-link a {
    min-width: 120px;
    padding: 11px;
  }
}
@media (max-width: 1440px) {
  .c-header-menu .menu .calendar-link a {
    padding: 10px;
  }
}
@media (max-width: 1024px) {
  .c-header-menu .menu .calendar-link a {
    font-size: 16px;
  }
}
.c-header-menu .menu .calendar-link a:hover {
  color: var(--color-pink);
  border: 1.5px solid var(--color-pink);
}
.c-header-menu .menu .calendar-link.current_page_item > a {
  color: var(--color-light-18);
  border: 1.5px solid var(--color-light-18);
}
.c-header-menu .menu > li:last-child {
  margin: 0 0 0 28px;
}
@media (max-width: 1440px) {
  .c-header-menu .menu > li:last-child {
    margin: 0 0 0 19px;
  }
}
@media (max-width: 1024px) {
  .c-header-menu .menu > li:last-child {
    margin: 0;
  }
}
.c-header-menu .menu > .menu-item-has-children.title-right:hover > .sub-menu, .c-header-menu .menu > .menu-item-has-children.title-left:hover > .sub-menu {
  display: flex;
}
.c-header-menu .menu > .menu-item-has-children.title-right > .sub-menu, .c-header-menu .menu > .menu-item-has-children.title-left > .sub-menu {
  padding: 50px 15px;
}
.c-header-menu .menu > .menu-item-has-children.title-right > .sub-menu svg, .c-header-menu .menu > .menu-item-has-children.title-left > .sub-menu svg {
  display: none;
}
.c-header-menu .menu > .menu-item-has-children.title-right .menu-item-has-children, .c-header-menu .menu > .menu-item-has-children.title-left .menu-item-has-children {
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
  flex: 0 0 50%;
}
.c-header-menu .menu > .menu-item-has-children.title-right .menu-item-has-children:last-of-type, .c-header-menu .menu > .menu-item-has-children.title-left .menu-item-has-children:last-of-type {
  border-left: 1px solid var(--color-violet-0);
}
.c-header-menu .menu > .menu-item-has-children.title-right .menu-item-has-children > a, .c-header-menu .menu > .menu-item-has-children.title-left .menu-item-has-children > a {
  color: var(--color-pink);
  font-size: 16px;
  text-transform: uppercase;
  pointer-events: none;
}
.c-header-menu .menu > .menu-item-has-children.title-right .menu-item-has-children .sub-menu, .c-header-menu .menu > .menu-item-has-children.title-left .menu-item-has-children .sub-menu {
  padding: 13px 0 0 0;
}
.c-header-menu .menu > .menu-item-has-children.title-left > .sub-menu {
  min-width: 504px;
}
.c-header-menu .menu > .menu-item-has-children.title-right > .sub-menu {
  min-width: 660px;
}
.c-header-menu .menu > .menu-item-has-children > .sub-menu {
  position: absolute;
  top: 100%;
  right: calc(0% + 15px);
  display: none;
  list-style-type: none;
  background: var(--color-white);
  border-radius: 5px;
  z-index: 1;
  border: 1px solid var(--color-violet-0);
  box-shadow: 10px 15px 60px rgba(113, 109, 123, 0.2);
  min-width: 666px;
  -moz-column-count: 2;
       column-count: 2;
  padding: 50px 45px;
  transform: translate(50%, 0);
}
.c-header-menu .menu > .menu-item-has-children > .sub-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 13px;
  height: 13px;
  background-color: var(--color-white);
  border-left: 1px solid var(--color-violet-0);
  border-top: 1px solid var(--color-violet-0);
  box-shadow: 10px 15px 60px rgba(113, 109, 123, 0.2);
}
.c-header-menu .menu > .menu-item-has-children > .sub-menu li {
  margin: 12px 0;
  justify-content: flex-start;
}
.c-header-menu .menu > .menu-item-has-children > .sub-menu li.menu-item-has-children svg {
  display: none;
}
.c-header-menu a {
  font-size: calc(0.003125 * 100vw + 1rem);
  line-height: 100%;
}
@media (max-width: 1920px) {
  .c-header-menu a {
    font-size: calc(0.0041666667 * 100vw + 0.8rem);
  }
}
@media (max-width: 1440px) {
  .c-header-menu a {
    font-size: calc(0 * 100vw + 1.4rem);
  }
}
.c-header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0 0 0;
}
@media (max-width: 1920px) {
  .c-header-inner {
    padding: 0;
  }
}
.c-header-basket {
  margin: 0 0 5px 55px;
  display: flex;
  align-items: center;
}
@media (max-width: 1920px) {
  .c-header-basket {
    margin: 0 0 5px 40px;
  }
}
@media (max-width: 1440px) {
  .c-header-basket {
    margin: 0 0 5px 35px;
  }
}
@media (max-width: 1024px) {
  .c-header-basket {
    display: none;
  }
}
.c-header-basket:hover svg {
  fill: var(--color-pink);
}
.c-header-basket svg {
  max-width: 20px;
  width: 100%;
  height: auto;
}
.c-header-basket a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-header-basket-btn {
  position: relative;
}
.c-header-basket-btn .counter {
  position: absolute;
  font-family: var(--font-demi);
  background-color: #EA859B;
  right: -13px;
  top: -9px;
  display: block;
  min-width: 16px;
  height: 16px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  line-height: 16px;
}
.c-header .burger {
  display: none;
  width: 40px;
  min-height: 25px;
  background-color: transparent;
  border: 0 none;
  -webkit-tap-highlight-color: transparent;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  order: 3;
}
@media (max-width: 1024px) {
  .c-header .burger {
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .c-header .burger {
    width: 32px;
    min-height: 19px;
  }
}
.c-header .burger .br {
  width: 100%;
  height: 3px;
  background-color: var(--color-black);
  border-radius: 3px;
  display: block;
}
.c-header .wpml-ls-legacy-dropdown {
  width: 100px;
  margin: 0 0 0 35px;
}
@media (max-width: 1920px) {
  .c-header .wpml-ls-legacy-dropdown {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 1024px) {
  .c-header .wpml-ls-legacy-dropdown {
    order: 1;
    width: 130px;
    margin: 0;
  }
}
.c-header .wpml-ls-legacy-dropdown:hover a.wpml-ls-item-toggle .wpml-ls-native:after {
  transform: translate(0, -40%) rotate(180deg);
  background-image: url("../svg/icon-arrow-red-down.svg");
}
.c-header .wpml-ls-legacy-dropdown:hover a.wpml-ls-item-toggle .wpml-ls-native {
  color: var(--color-pink);
}
.c-header .wpml-ls-legacy-dropdown a {
  border: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  color: var(--color-black);
  font-family: var(--font-demi);
  background-color: transparent;
}
.c-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding: 20px 0 20px 5px;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .c-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding: 10px 0 10px 10px;
  }
}
@media (max-width: 1024px) {
  .c-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding: 10px 33px 10px 10px;
  }
}
@media screen and (max-width: 640px) {
  .c-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding: 5px 22px 5px 10px;
    margin: 0 20px 0 0;
    border-right: 1.5px solid #E4E2F0;
  }
}
.c-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: none;
}
.c-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle .wpml-ls-native:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform-origin: center;
  width: 11px;
  height: 7px;
  background-image: url("../svg/icon-arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  transform: translate(0, -40%);
}
@media (max-width: 1920px) {
  .c-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle .wpml-ls-native:after {
    width: 13px;
    height: 7px;
  }
}
@media (max-width: 1440px) {
  .c-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle .wpml-ls-native:after {
    width: 12px;
    height: 6px;
  }
}
.c-header .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
  margin: 0 10px;
  color: var(--color-black);
  font-family: var(--font-medium);
  position: relative;
  padding: 0 25px 0 0;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1920px) {
  .c-header .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
    margin: 0 8px;
    padding: 0 21px 0 0;
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .c-header .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .c-header .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
    padding: 0 15px 0 0;
  }
}
.c-header .wpml-ls-legacy-dropdown .wpml-ls-flag {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: 0.5px solid #afaab4;
}
.c-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background: var(--color-white);
  border-radius: 5px;
  border: 1px solid var(--color-violet-0);
  box-shadow: 10px 15px 60px rgba(113, 109, 123, 0.2);
  right: 50%;
  left: unset;
  transform: translate(50%);
  min-width: 100px;
  padding: 10px 15px 10px 25px;
}
.c-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 13px;
  height: 13px;
  background-color: var(--color-white);
  border-left: 1px solid var(--color-violet-0);
  border-top: 1px solid var(--color-violet-0);
  box-shadow: 10px 15px 60px rgba(113, 109, 123, 0.2);
}
.c-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  padding: 0;
  margin: 14px 0;
}
.c-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a span {
  padding: 0;
}
.c-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a span:hover {
  color: var(--color-pink);
}
.c-header .wpml-ls-legacy-dropdown a:hover, .c-header .wpml-ls-legacy-dropdown a:focus, .c-header .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  background-color: transparent;
}
.c-header-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.08);
  opacity: 0;
  z-index: -1;
  display: none;
  justify-content: flex-end;
  transition: all ease-in-out 0.7s;
}
.c-header-mobile-menu-content {
  transform: translate(100%, 0);
  background-color: var(--color-white);
  width: 500px;
  padding: 15px 25px 0 25px;
  transition: transform ease-in-out 0.7s;
  box-shadow: 0px 4px 35px rgba(64, 23, 57, 0.12);
  overflow-y: scroll;
  display: flex;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  .c-header-mobile-menu-content {
    width: 340px;
  }
}
.c-header-mobile-menu.active {
  display: flex;
  opacity: 1;
  z-index: 4;
}
.c-header-mobile-menu.active .c-header-mobile-menu-content {
  transform: translate(0, 0);
}
.c-header-mobile-menu .menu-mobile {
  margin: 145px auto 0 auto;
  max-width: 235px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .c-header-mobile-menu .menu-mobile {
    margin: 75px 0 0 55px;
  }
}
.c-header-mobile-menu .menu-mobile-close {
  cursor: pointer;
  display: flex;
  margin: 0 0 0 auto;
  max-width: 26px;
  position: absolute;
  right: 25px;
  top: 15px;
}
.c-header-mobile-menu .menu-mobile-close img {
  width: 100%;
  height: auto;
}
.c-header-mobile-menu .menu {
  padding: 0;
  margin: 80px 0 0 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 90%;
}
@media screen and (max-width: 640px) {
  .c-header-mobile-menu .menu {
    margin: 55px 0 0 0;
  }
}
.c-header-mobile-menu .menu li {
  margin: 0 0 28px 0;
  position: relative;
}
.c-header-mobile-menu .menu li svg {
  margin: 0 0 0 13px;
  width: 100%;
  height: auto;
  max-width: 16px;
  position: relative;
  top: -3px;
  stroke: var(--color-black);
  width: 100%;
}
.c-header-mobile-menu .menu li a {
  font-family: var(--font-medium);
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .c-header-mobile-menu .menu li a {
    font-size: 20px;
    line-height: 22px;
    font-family: var(--font-demi);
  }
}
.c-header-mobile-menu .menu li:nth-last-of-type(2) {
  margin: 0 0 100px 0;
}
.c-header-mobile-menu .menu li.current-menu-item a {
  color: var(--color-pink);
}
.c-header-mobile-menu .menu .register-link {
  margin: auto auto 60px auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  .c-header-mobile-menu .menu .register-link {
    margin: auto auto 40px auto;
  }
}
.c-header-mobile-menu .menu .register-link:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 1px;
  width: 100vw;
  background-color: var(--color-light-16);
}
.c-header-mobile-menu .menu .register-link a {
  color: var(--color-pink);
  border: 1.5px solid var(--color-pink);
  border-radius: 40px;
  padding: 12px;
  min-width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  min-height: 47px;
  text-transform: initial;
}
.c-header-mobile-menu .menu-item-has-children.active {
  color: var(--color-pink);
}
.c-header-mobile-menu .menu-item-has-children.active svg {
  transform: rotate(180deg);
  stroke: var(--color-pink);
}
.c-header-mobile-menu .menu-item-has-children.active .sub-menu {
  display: block;
}
.c-header-mobile-menu .sub-menu {
  display: none;
  padding: 0;
  margin: 30px 0 0 0;
  list-style-type: none;
}
@media screen and (max-width: 640px) {
  .c-header-mobile-menu .sub-menu {
    margin: 30px 0 0 0;
  }
}
.c-header-mobile-menu .sub-menu li {
  margin: 0 0 13px 0;
  line-height: 100%;
}
.c-header-mobile-menu .sub-menu li a {
  font-family: var(--font-medium);
  font-size: 16px;
  line-height: 120%;
  text-transform: initial;
  color: var(--color-black);
}
.c-header-mobile-menu .sub-menu li:nth-last-of-type(2) {
  margin: 0 0 17px 0;
}
.c-header-mobile-menu .menu > .menu-item-has-children.menu-item-5451 > .sub-menu > li:nth-last-of-type(2), .c-header-mobile-menu .menu > .menu-item-has-children.menu-item-5452 > .sub-menu > li:nth-last-of-type(2), .c-header-mobile-menu .menu > .menu-item-has-children.title-left > .sub-menu > li:nth-last-of-type(2), .c-header-mobile-menu .menu > .menu-item-has-children.title-right > .sub-menu > li:nth-last-of-type(2) {
  margin-bottom: 25px;
}
.c-header-mobile-menu .menu > .menu-item-has-children.menu-item-5451 > .sub-menu .sub-menu, .c-header-mobile-menu .menu > .menu-item-has-children.menu-item-5452 > .sub-menu .sub-menu, .c-header-mobile-menu .menu > .menu-item-has-children.title-left > .sub-menu .sub-menu, .c-header-mobile-menu .menu > .menu-item-has-children.title-right > .sub-menu .sub-menu {
  border-left: 0 none;
  margin: 13px 0 0 0;
  padding-left: 0;
}
@media screen and (max-width: 640px) {
  .c-header-mobile-menu .menu > .menu-item-has-children.menu-item-5451 > .sub-menu .sub-menu, .c-header-mobile-menu .menu > .menu-item-has-children.menu-item-5452 > .sub-menu .sub-menu, .c-header-mobile-menu .menu > .menu-item-has-children.title-left > .sub-menu .sub-menu, .c-header-mobile-menu .menu > .menu-item-has-children.title-right > .sub-menu .sub-menu {
    margin: 20px 0 0 0;
  }
}
.c-header-mobile-menu .menu > .menu-item-has-children.menu-item-5451 > .sub-menu svg, .c-header-mobile-menu .menu > .menu-item-has-children.menu-item-5452 > .sub-menu svg, .c-header-mobile-menu .menu > .menu-item-has-children.title-left > .sub-menu svg, .c-header-mobile-menu .menu > .menu-item-has-children.title-right > .sub-menu svg {
  display: none;
}
.c-header-mobile-menu .menu > .menu-item-has-children.menu-item-5451 .menu-item-has-children > a, .c-header-mobile-menu .menu > .menu-item-has-children.menu-item-5452 .menu-item-has-children > a, .c-header-mobile-menu .menu > .menu-item-has-children.title-left .menu-item-has-children > a, .c-header-mobile-menu .menu > .menu-item-has-children.title-right .menu-item-has-children > a {
  color: var(--color-pink);
  font-size: 14px;
  text-transform: uppercase;
  pointer-events: none;
  opacity: 0.5;
}
.c-header-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-header-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid var(--color-violet-0);
  transform: translate(0, 100%);
  width: 100%;
  padding: 0 15px;
  opacity: 0;
  transition: opacity ease-out 0.1s;
  pointer-events: none;
  background-color: var(--color-white);
}
.c-header-bottom-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.c-header-bottom-list-item {
  margin: 17px 30px;
}
.c-header-bottom-list-item a {
  font-family: var(--font-medium);
  font-size: 14px;
  line-height: 157%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-gray);
}
.c-header-bottom-list-item a:hover {
  color: var(--color-pink);
}
.c-header-bottom-list-item.active a {
  color: var(--color-pink);
}
.c-header-bottom-list-item.register a {
  color: var(--color-pink);
  text-decoration: underline;
}
.c-header-bottom-list-item.register a:hover {
  text-decoration: none;
}
.c-header-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  display: none;
  background-color: var(--color-light-22);
}
.c-header-progress-line {
  height: 4px;
  background-color: var(--color-pink);
  width: 0;
  transition: width 0.2s linear;
}
@media screen and (max-width: 768px) {
  .c-header-progress {
    display: block;
  }
}
.c-header.scroll-up {
  transform: translate(0, 0);
  background-color: var(--color-white);
}
.c-header.scroll-up .c-header-bottom {
  pointer-events: all;
  opacity: 1;
  border-top: 1px solid var(--color-violet-0);
}
.c-header.scroll-down {
  transform: translate(0, -100%);
}
.c-header.scroll-down .c-header-bottom {
  pointer-events: all;
  opacity: 1;
}

.page-template-default:not(.p-home) .c-header,
.page-template:not(.p-home) .c-header {
  background-color: transparent;
}
.page-template-default:not(.p-home) .c-header.on-scroll,
.page-template:not(.p-home) .c-header.on-scroll {
  background-color: var(--color-white);
}
.page-template-default:not(.p-home) .wpml-ls-legacy-dropdown a,
.page-template:not(.p-home) .wpml-ls-legacy-dropdown a {
  background-color: transparent;
}

@media screen and (max-width: 640px) {
  body.he .c-header-menu {
    margin: 0 0 0 30px;
  }
}
body.he .c-header-menu .menu > .menu-item-has-children.title-right .menu-item-has-children:last-of-type,
body.he .c-header-menu .menu > .menu-item-has-children.title-left .menu-item-has-children:last-of-type {
  border-left: 0 none;
  border-right: 1px solid var(--color-violet-0);
}

.c-footer {
  background-color: var(--color-violet-2);
  margin: auto 0 0 0;
}
.c-footer-top {
  padding: 60px 7.23vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1920px) {
  .c-footer-top {
    padding: 65px 7.03vw;
  }
}
@media (max-width: 1440px) {
  .c-footer-top {
    padding: 60px 2.43vw 65px 2.43vw;
  }
}
@media (max-width: 1024px) {
  .c-footer-top {
    padding: 50px 1.95vw 60px 1.95vw;
  }
}
@media screen and (max-width: 768px) {
  .c-footer-top {
    padding: 30px 2.6vw 45px 2.6vw;
  }
}
@media screen and (max-width: 640px) {
  .c-footer-top {
    flex-wrap: wrap;
    padding: 30px 0;
  }
}
.c-footer-top-logo {
  padding: 25px 15px;
  max-width: 185px;
  flex: 1;
}
@media (max-width: 1920px) {
  .c-footer-top-logo {
    max-width: 160px;
  }
}
@media (max-width: 1024px) {
  .c-footer-top-logo {
    max-width: 135px;
  }
}
@media screen and (max-width: 640px) {
  .c-footer-top-logo {
    padding: 15px;
  }
}
.c-footer-top-logo a {
  display: block;
}
.c-footer-top-logo img {
  width: 100%;
  height: auto;
}
.c-footer-top-menus {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 0 0 64%;
}
@media (max-width: 1920px) {
  .c-footer-top-menus {
    flex: 0 0 78%;
  }
}
@media (max-width: 1440px) {
  .c-footer-top-menus {
    flex: 0 0 77%;
    padding: 10px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .c-footer-top-menus {
    flex: 0 0 100%;
    flex-wrap: wrap;
    padding: 13px 0 0 0;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .c-footer-top-menus {
    padding: 0 0 0 10px;
  }
}
.c-footer-top-menus-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 0 0 71%;
}
@media (max-width: 1920px) {
  .c-footer-top-menus-wrap {
    flex: 0 0 78%;
  }
}
@media (max-width: 1440px) {
  .c-footer-top-menus-wrap {
    flex: 0 0 80%;
  }
}
@media (max-width: 1024px) {
  .c-footer-top-menus-wrap {
    flex: 0 0 80.5%;
  }
}
@media screen and (max-width: 768px) {
  .c-footer-top-menus-wrap {
    flex: 0 0 79%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .c-footer-top-menus-wrap {
    flex: 0 0 100%;
  }
}
.c-footer-top-menus .c-footer-top-social {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-footer-top-menus .c-footer-top-social {
    display: flex;
    justify-content: flex-start;
    padding: 38px 0 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .c-footer-top-menus .c-footer-top-social {
    order: 4;
    flex: 0 0 50%;
    padding: 12px 0 0 15px;
  }
}
.c-footer-top-menu {
  padding: 0 15px;
  margin: 0;
  list-style-type: none;
  flex: 0 0 25%;
}
@media screen and (max-width: 768px) {
  .c-footer-top-menu {
    flex: 0 0 33%;
  }
}
@media screen and (max-width: 640px) {
  .c-footer-top-menu {
    flex: 0 0 50%;
    padding: 0 15px 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-footer-top-menu:last-of-type {
    padding: 25px 15px 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .c-footer-top-menu:last-of-type {
    order: 5;
  }
}
.c-footer-top-menu li {
  margin: 20px 0;
}
@media (max-width: 1920px) {
  .c-footer-top-menu li {
    margin: 18px 0;
  }
}
@media (max-width: 1440px) {
  .c-footer-top-menu li {
    margin: 8px 0;
  }
}
.c-footer-top-menu li a {
  font-size: calc(0.00625 * 100vw + 0.6rem);
  line-height: calc(0.00625 * 100vw + 1rem);
}
@media (max-width: 1920px) {
  .c-footer-top-menu li a {
    font-size: calc(0 * 100vw + 1.8rem);
    line-height: calc(0 * 100vw + 2.2rem);
  }
}
@media (max-width: 1440px) {
  .c-footer-top-menu li a {
    font-size: calc(0.0048076923 * 100vw + 1.1076923077rem);
    line-height: calc(0 * 100vw + 2.2rem);
  }
}
@media (max-width: 1024px) {
  .c-footer-top-menu li a {
    font-size: calc(0 * 100vw + 1.6rem);
    line-height: calc(0 * 100vw + 2.2rem);
  }
}
@media screen and (max-width: 768px) {
  .c-footer-top-menu li a {
    font-size: calc(0 * 100vw + 1.6rem);
    line-height: calc(0 * 100vw + 2.2rem);
  }
}
@media screen and (max-width: 640px) {
  .c-footer-top-menu li a {
    font-size: calc(0 * 100vw + 1.6rem);
    line-height: calc(0 * 100vw + 2.2rem);
  }
}
.c-footer-top-menu li a:hover {
  color: var(--color-pink);
}
.c-footer-top-social {
  padding: 20px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .c-footer-top-social {
    display: none;
  }
}
.c-footer-top-social--title {
  font-family: var(--font-medium);
  width: 100%;
  padding: 0 0 30px 0;
  text-align: right;
  font-size: calc(0.00625 * 100vw + 0.6rem);
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1920px) {
  .c-footer-top-social--title {
    font-size: calc(0 * 100vw + 1.8rem);
  }
}
@media (max-width: 1440px) {
  .c-footer-top-social--title {
    font-size: calc(0.0048076923 * 100vw + 1.1076923077rem);
    padding: 0 0 17px 0;
  }
}
@media (max-width: 1024px) {
  .c-footer-top-social--title {
    font-size: calc(0 * 100vw + 1.6rem);
  }
}
@media screen and (max-width: 768px) {
  .c-footer-top-social--title {
    font-size: calc(0 * 100vw + 1.6rem);
    text-align: left;
    padding: 0 0 14px 0;
  }
}
@media screen and (max-width: 640px) {
  .c-footer-top-social--title {
    font-size: calc(0 * 100vw + 1.6rem);
    padding: 0 0 18px 0;
  }
}
.c-footer-top-social-links {
  display: flex;
  max-width: 250px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1920px) {
  .c-footer-top-social-links {
    max-width: 185px;
  }
}
@media (max-width: 1440px) {
  .c-footer-top-social-links {
    max-width: 200px;
  }
}
@media (max-width: 1024px) {
  .c-footer-top-social-links {
    max-width: 135px;
  }
}
@media screen and (max-width: 768px) {
  .c-footer-top-social-links {
    max-width: 125px;
  }
}
.c-footer-top-social-links svg {
  width: 100%;
  height: auto;
}
.c-footer-top-social .facebook {
  max-width: 15px;
}
@media (max-width: 1920px) {
  .c-footer-top-social .facebook {
    max-width: 12px;
  }
}
@media (max-width: 1024px) {
  .c-footer-top-social .facebook {
    max-width: 9px;
  }
}
.c-footer-top-social .facebook svg {
  fill: var(--color-black);
}
.c-footer-top-social .facebook:hover svg {
  fill: var(--color-blue);
}
.c-footer-top-social .instagram {
  max-width: 27px;
}
@media (max-width: 1920px) {
  .c-footer-top-social .instagram {
    max-width: 20px;
  }
}
@media (max-width: 1024px) {
  .c-footer-top-social .instagram {
    max-width: 15px;
  }
}
.c-footer-top-social .instagram svg {
  fill: var(--color-black);
}
.c-footer-top-social .instagram:hover svg {
  fill: url("#instagram-gradient");
}
.c-footer-top-social .twitter {
  max-width: 32px;
}
@media (max-width: 1920px) {
  .c-footer-top-social .twitter {
    max-width: 25px;
  }
}
@media (max-width: 1024px) {
  .c-footer-top-social .twitter {
    max-width: 19px;
  }
}
.c-footer-top-social .twitter svg {
  fill: var(--color-black);
}
.c-footer-top-social .twitter:hover svg {
  fill: var(--color-blue-0);
}
.c-footer-top-social .youtube {
  max-width: 37px;
}
@media (max-width: 1920px) {
  .c-footer-top-social .youtube {
    max-width: 28px;
  }
}
@media (max-width: 1024px) {
  .c-footer-top-social .youtube {
    max-width: 22px;
  }
}
.c-footer-top-social .youtube svg {
  fill: var(--color-black);
}
.c-footer-top-social .youtube:hover svg {
  fill: var(--color-red);
}
.c-footer-top-social a {
  display: flex;
  margin: 0 5px;
}
.c-footer-top-social img {
  width: 100%;
  height: auto;
}
.c-footer-bottom {
  color: var(--color-violet-1);
  min-height: 70px;
  background-color: var(--color-violet-3);
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
  font-family: var(--font-medium);
}
@media (max-width: 1440px) {
  .c-footer-bottom {
    min-height: 55px;
    letter-spacing: -1px;
  }
}
@media (max-width: 1024px) {
  .c-footer-bottom {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .c-footer-bottom {
    font-size: 12px;
    min-height: 35px;
  }
}
.c-footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 7.23vw;
  flex: 1;
}
@media (max-width: 1920px) {
  .c-footer-bottom-inner {
    padding: 0 7.03vw;
  }
}
@media (max-width: 1440px) {
  .c-footer-bottom-inner {
    padding: 0 2.43vw;
  }
}
@media (max-width: 1024px) {
  .c-footer-bottom-inner {
    padding: 0 1.95vw;
  }
}
@media screen and (max-width: 768px) {
  .c-footer-bottom-inner {
    padding: 0 2.6vw;
  }
}
@media screen and (max-width: 640px) {
  .c-footer-bottom-inner {
    padding: 0;
  }
}
.c-footer-bottom-studio {
  padding: 0 15px;
}
.c-footer-bottom-studio span {
  max-width: 23px;
  display: inline-block;
  margin: 0 10px 0 20px;
  margin: 0 5px 0 15px;
}
@media (max-width: 1920px) {
  .c-footer-bottom-studio span {
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .c-footer-bottom-studio span {
    margin: 0 3px 0 7px;
    max-width: 15px;
  }
}
.c-footer-bottom-studio img {
  width: 100%;
  height: auto;
  opacity: 0.7;
}
.c-footer-bottom--author {
  padding: 0 15px;
}

.c-faqs {
  max-width: 54.69vw;
  margin: 0 auto;
}
@media (max-width: 1920px) {
  .c-faqs {
    max-width: 62.5vw;
  }
}
@media (max-width: 1440px) {
  .c-faqs {
    max-width: 83.33vw;
  }
}
@media (max-width: 1024px) {
  .c-faqs {
    max-width: 78.13vw;
  }
}
@media screen and (max-width: 768px) {
  .c-faqs {
    max-width: unset;
  }
}
.c-faqs--title {
  font-size: 120px;
  line-height: 115%;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 0 0 275px 0;
  font-size: calc(0 * 100vw + 12rem);
}
@media (max-width: 1920px) {
  .c-faqs--title {
    padding: 0 0 225px 0;
    font-size: calc(0.0625 * 100vw + 0rem);
  }
}
@media (max-width: 1440px) {
  .c-faqs--title {
    padding: 0 0 155px 0;
    font-size: calc(0.0480769231 * 100vw + 2.0769230769rem);
  }
}
@media (max-width: 1024px) {
  .c-faqs--title {
    padding: 0 0 115px 0;
    font-size: calc(0 * 100vw + 7rem);
  }
}
@media screen and (max-width: 768px) {
  .c-faqs--title {
    padding: 0 0 95px 0;
    font-size: calc(0.0610687023 * 100vw + 2.3099236641rem);
  }
}
@media screen and (max-width: 640px) {
  .c-faqs--title {
    padding: 0 0 65px 0;
    font-size: calc(0 * 100vw + 4.6rem);
  }
}
.c-faqs-item {
  cursor: pointer;
  padding: 50px 70px;
  margin: 0 0 48px 0;
  background-color: var(--color-light-14);
  border-radius: 15px;
  transition: padding 0.3s linear;
}
.c-faqs-item:hover {
  background-color: var(--color-light-19);
}
@media (max-width: 1920px) {
  .c-faqs-item {
    padding: 40px 70px;
  }
}
@media (max-width: 1024px) {
  .c-faqs-item {
    padding: 35px 50px;
    margin: 0 0 25px 0;
  }
}
@media screen and (max-width: 640px) {
  .c-faqs-item {
    padding: 20px 20px 20px 15px;
    margin: 0 0 15px 0;
  }
}
.c-faqs-item-title {
  line-height: 150%;
  font-family: var(--font-medium);
  padding: 0;
  transition: padding 0.3s linear;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  font-size: calc(0.015625 * 100vw + 0rem);
}
@media (max-width: 1920px) {
  .c-faqs-item-title {
    font-size: calc(0 * 100vw + 3rem);
  }
}
@media (max-width: 1440px) {
  .c-faqs-item-title {
    font-size: calc(0.0240384615 * 100vw + -0.4615384615rem);
  }
}
@media (max-width: 1024px) {
  .c-faqs-item-title {
    font-size: calc(0 * 100vw + 2rem);
  }
}
@media screen and (max-width: 768px) {
  .c-faqs-item-title {
    font-size: calc(0.0050890585 * 100vw + 1.6091603053rem);
  }
}
@media screen and (max-width: 640px) {
  .c-faqs-item-title {
    line-height: 130%;
    font-size: calc(0 * 100vw + 1.8rem);
  }
}
.c-faqs-item-title-icon {
  flex: 0 0 12%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .c-faqs-item-title-icon {
    flex: 0 0 22%;
  }
}
@media screen and (max-width: 640px) {
  .c-faqs-item-title-icon {
    align-items: flex-start;
    padding: 10px 0 0 0;
    flex: 0 0 16%;
  }
}
.c-faqs-item-title-icon img {
  transform: rotate(0deg);
  transition: transform 0.3s linear;
  width: 100%;
  height: auto;
  max-width: 35px;
}
@media (max-width: 1024px) {
  .c-faqs-item-title-icon img {
    max-width: 30px;
  }
}
@media screen and (max-width: 640px) {
  .c-faqs-item-title-icon img {
    max-width: 20px;
  }
}
.c-faqs-item--text {
  height: 0;
  overflow: hidden;
  font-family: var(--font-medium);
  max-width: 39.06vw;
  line-height: 115%;
  font-size: calc(0.01875 * 100vw + -1.6rem);
}
@media (max-width: 1920px) {
  .c-faqs-item--text {
    max-width: 42.71vw;
    font-size: calc(0 * 100vw + 2rem);
  }
}
@media (max-width: 1440px) {
  .c-faqs-item--text {
    max-width: 55.56vw;
    font-size: calc(0.0096153846 * 100vw + 0.6153846154rem);
  }
}
@media (max-width: 1024px) {
  .c-faqs-item--text {
    font-size: calc(0 * 100vw + 1.6rem);
  }
}
@media screen and (max-width: 768px) {
  .c-faqs-item--text {
    font-size: calc(0 * 100vw + 1.6rem);
  }
}
@media screen and (max-width: 640px) {
  .c-faqs-item--text {
    max-width: 73.33vw;
    font-size: calc(0 * 100vw + 1.6rem);
  }
}
.c-faqs-item--text p {
  margin: 15px 0 0 0;
  line-height: 115%;
}
@media (max-width: 1920px) {
  .c-faqs-item--text p {
    line-height: 155%;
  }
}
@media (max-width: 1024px) {
  .c-faqs-item--text p {
    line-height: 125%;
  }
}
@media screen and (max-width: 640px) {
  .c-faqs-item--text p {
    line-height: 115%;
  }
}
.c-faqs-item--text p a {
  text-decoration: underline;
}
.c-faqs-item--text p a:hover {
  text-decoration: none;
}
.c-faqs-item.active {
  background-color: var(--color-light-15);
}
.c-faqs-item.active .c-faqs-item-title-icon img {
  transform: rotate(180deg);
}
.c-faqs-item.active .c-faqs-item-title {
  padding: 0 0 15px 0;
}
@media (max-width: 1024px) {
  .c-faqs-item.active .c-faqs-item-title {
    padding: 0;
  }
}
.c-faqs-link {
  text-align: center;
}
.c-faqs-link .button {
  min-width: 390px;
  margin: 145px 0 0 0;
  letter-spacing: 1.2px;
}
@media (max-width: 1920px) {
  .c-faqs-link .button {
    min-width: 360px;
    margin: 100px 0 0 0;
    min-height: 65px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 1440px) {
  .c-faqs-link .button {
    min-width: 320px;
    margin: 50px 0 0 0;
    min-height: 56px;
    letter-spacing: 0;
  }
}
@media (max-width: 1024px) {
  .c-faqs-link .button {
    min-width: 265px;
    margin: 45px 0 0 0;
    letter-spacing: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .c-faqs-link .button {
    min-width: 232px;
    min-height: 48px;
  }
}
@media screen and (max-width: 640px) {
  .c-faqs-link .button {
    min-width: 250px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.p-default-top {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 100px 0 40px 0;
  position: relative;
  background: var(--color-light-23);
}
@media screen and (max-width: 768px) {
  .p-default-top {
    min-height: 325px;
  }
}
@media screen and (max-width: 640px) {
  .p-default-top {
    min-height: 275px;
  }
}
.p-default-top h1 {
  text-align: center;
  line-height: 130%;
  padding: 20px 15px;
  position: relative;
  z-index: 1;
  color: var(--color-black);
  font-size: 50px;
}
@media screen and (max-width: 640px) {
  .p-default-top h1 {
    padding: 15px;
    font-size: 35px;
  }
}
.p-default-top--subtitle {
  font-family: var(--font-medium);
  font-size: 22px;
  line-height: 132%;
  text-align: center;
  color: var(--color-black);
  max-width: 41.41vw;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-default-top--subtitle {
    max-width: 78.13vw;
  }
}
@media screen and (max-width: 640px) {
  .p-default-top--subtitle {
    font-size: 18px;
  }
}
.p-default-top-bubbles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-default-content {
  max-width: 62.5vw;
  padding: 0 35px;
  margin: 100px auto 250px auto;
}
@media (max-width: 1920px) {
  .p-default-content {
    margin: 80px auto 200px auto;
    max-width: 66.15vw;
  }
}
@media (max-width: 1440px) {
  .p-default-content {
    max-width: 89.58vw;
    margin: 70px auto 150px auto;
  }
}
@media (max-width: 1024px) {
  .p-default-content {
    max-width: 78.13vw;
    margin: 60px auto 100px auto;
  }
}
@media screen and (max-width: 768px) {
  .p-default-content {
    max-width: 104.17vw;
  }
}
@media screen and (max-width: 640px) {
  .p-default-content {
    max-width: unset;
    padding: 0 15px;
    margin: 40px auto 75px auto;
  }
}
.p-default-content h1 {
  line-height: 140%;
  font-family: var(--font-medium);
  color: var(--color-violet-7);
  padding: 25px 0 0 0;
  font-size: 50px;
}
@media (max-width: 1024px) {
  .p-default-content h1 {
    padding: 25px 0 0 0;
    font-size: 50px;
  }
}
@media screen and (max-width: 640px) {
  .p-default-content h1 {
    padding: 10px 0 0 0;
    font-size: 40px;
  }
}
.p-default-content h2 {
  line-height: 140%;
  font-family: var(--font-medium);
  color: var(--color-violet-7);
  padding: 25px 0 0 0;
  font-size: 35px;
}
@media screen and (max-width: 640px) {
  .p-default-content h2 {
    padding: 10px 0 0 0;
    font-size: 24px;
  }
}
.p-default-content h2 + p {
  padding: 50px 0 0 0;
  margin: 0;
}
@media (max-width: 1920px) {
  .p-default-content h2 + p {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 1440px) {
  .p-default-content h2 + p {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 1024px) {
  .p-default-content h2 + p {
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  .p-default-content h2 + p {
    padding: 15px 0 0 0;
  }
}
.p-default-content h3 {
  line-height: 140%;
  font-family: var(--font-medium);
  color: #4B1C58;
  padding: 25px 0 0 0;
  font-size: 30px;
}
@media (max-width: 1024px) {
  .p-default-content h3 {
    padding: 25px 0 0 0;
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .p-default-content h3 {
    padding: 10px 0 0 0;
    font-size: 35px;
  }
}
.p-default-content h4 {
  line-height: 140%;
  padding: 20px 0 0 0;
  font-size: 22px;
  font-family: var(--font-medium);
  color: var(--color-black);
}
@media (max-width: 1024px) {
  .p-default-content h4 {
    padding: 20px 0 0 0;
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  .p-default-content h4 {
    padding: 15px 0 0 0;
    font-size: 20px;
  }
}
.p-default-content h5 {
  line-height: 140%;
  padding: 20px 0 0 0;
  font-size: 22px;
  font-family: var(--font-medium);
  color: var(--color-black);
}
@media screen and (max-width: 640px) {
  .p-default-content h5 {
    padding: 15px 0 0 0;
    font-size: 18px;
  }
}
.p-default-content h6 {
  line-height: 140%;
  padding: 20px 0 0 0;
  font-size: 18px;
  font-family: var(--font-medium);
  color: var(--color-black);
}
@media (max-width: 1024px) {
  .p-default-content h6 {
    padding: 20px 0 0 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .p-default-content h6 {
    padding: 15px 0 0 0;
    font-size: 16px;
  }
}
.p-default-content p {
  font-size: 20px;
  margin: 15px 0 0 0;
  line-height: 157%;
  font-family: var(--font-medium);
  color: var(--color-gray);
}
@media screen and (max-width: 768px) {
  .p-default-content p {
    font-size: 18px;
  }
}
.p-default-content p a {
  color: var(--color-black);
  text-decoration: underline;
}
.p-default-content p a:hover {
  text-decoration: none;
}
.p-default-content p a.button {
  color: var(--color-white);
  margin: 30px 0 50px 0;
  text-decoration: none;
}
@media (max-width: 1920px) {
  .p-default-content p a.button {
    min-width: 315px;
    margin: 20px 0 40px 0;
  }
}
@media (max-width: 1440px) {
  .p-default-content p a.button {
    min-width: 280px;
    min-height: 56px;
  }
}
@media (max-width: 1024px) {
  .p-default-content p a.button {
    font-size: 12px;
    min-width: 240px;
    min-height: 48px;
    padding: 6px;
  }
}
@media screen and (max-width: 768px) {
  .p-default-content p a.button {
    min-width: 185px;
  }
}
@media screen and (max-width: 640px) {
  .p-default-content p a.button {
    min-width: 240px;
  }
}
.p-default-content strong {
  font-family: var(--font-bold);
}
.p-default-content--bottom {
  font-family: var(--font-medium);
  font-size: 20px;
  line-height: 155%;
  color: var(--color-gray);
  padding: 120px 0 0 0;
}
@media screen and (max-width: 640px) {
  .p-default-content--bottom {
    padding: 60px 0 0 0;
    font-size: 16px;
  }
}
.p-default-content ul {
  padding: 0 0 0 100px;
}
@media (max-width: 1920px) {
  .p-default-content ul {
    padding: 0 0 0 80px;
  }
}
@media (max-width: 1440px) {
  .p-default-content ul {
    padding: 0 0 0 60px;
  }
}
@media (max-width: 1024px) {
  .p-default-content ul {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 640px) {
  .p-default-content ul {
    padding: 0 0 0 20px;
  }
}
.p-default-content ul li {
  padding: 0 0 30px 15px;
  font-size: 40px;
  line-height: 157%;
  font-family: var(--font-medium);
  color: var(--color-gray);
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-default-content ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .p-default-content ul li {
    padding: 0 0 15px 0;
  }
}
.p-default-content a {
  color: var(--color-black);
  text-decoration: underline;
}
.p-default-content a:hover {
  text-decoration: none;
}
.p-default .svg-bubble {
  position: absolute;
  stroke: #dfcdd1;
  fill: transparent;
}

.p-home.page-id-5112 .screen-img {
  display: none;
}
.p-home.page-id-5112 .screen-img.screen-img-en {
  display: block;
}
.p-home.page-id-5114 .screen-img {
  display: none;
}
.p-home.page-id-5114 .screen-img.screen-img-fr {
  display: block;
}
.p-home.page-id-5115 .screen-img {
  display: none;
}
.p-home.page-id-5115 .screen-img.screen-img-he {
  display: block;
}
.p-home.page-id-5116 .screen-img {
  display: none;
}
.p-home.page-id-5116 .screen-img.screen-img-ru {
  display: block;
}
.p-home.page-id-5117 .screen-img {
  display: none;
}
.p-home.page-id-5117 .screen-img.screen-img-es {
  display: block;
}
.p-home .site {
  padding: 107px 0 0 0;
}
@media (max-width: 1920px) {
  .p-home .site {
    padding: 98px 0 0 0;
  }
}
@media (max-width: 1440px) {
  .p-home .site {
    padding: 84px 0 0 0;
  }
}
@media (max-width: 1024px) {
  .p-home .site {
    padding: 74px 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  .p-home .site {
    padding: 54px 0 0 0;
  }
}
.p-home-content {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.p-home-content-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1920px) {
  .p-home-content-bg {
    top: -10vh;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content-bg {
    display: none;
  }
}
.p-home-content-bg svg {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(1.5, 1.05);
}
.p-home-content-bg svg path {
  fill: var(--color-light-1);
  transition: all ease-in-out 0.7s;
}
.p-home-content-bg.active-0 svg path {
  fill: var(--color-light-1);
}
.p-home-content-bg.active-1 svg path {
  fill: var(--color-light-2);
}
.p-home-content-bg.active-2 svg path {
  fill: var(--color-light-6);
}
.p-home-content-bg.active-3 svg path {
  fill: var(--color-light-4);
}
.p-home-content-bg.active-4 svg path {
  fill: var(--color-light-5);
}
.p-home-content-bg.active-5 svg path {
  fill: var(--color-light-1);
}
.p-home-content .title {
  position: relative;
  font-size: 120px;
  line-height: 115%;
  max-width: 1160px;
  padding: 0 0 50px 0;
  width: 100%;
  letter-spacing: 3.2px;
  text-transform: capitalize;
  font-size: calc(0.046875 * 100vw + 0rem);
}
@media (max-width: 1920px) {
  .p-home-content .title {
    font-size: calc(0.0416666667 * 100vw + 1rem);
    max-width: 41.67vw;
    letter-spacing: 0;
    padding: 0 0 40px 0;
  }
}
@media (max-width: 1440px) {
  .p-home-content .title {
    line-height: 110%;
    padding: 0 0 20px 0;
    font-size: calc(0.0432692308 * 100vw + 0.7692307692rem);
  }
}
@media (max-width: 1024px) {
  .p-home-content .title {
    padding: 0 0 25px 0;
    max-width: 44.92vw;
    font-size: calc(0.0390625 * 100vw + 1.2rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .title {
    max-width: 52%;
    padding: 0;
    font-size: calc(0.0152671756 * 100vw + 3.027480916rem);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .title {
    max-width: 100%;
    padding: 0 0 15px 0;
    font-size: calc(0 * 100vw + 3.6rem);
  }
}
.p-home-content .text {
  line-height: 140%;
  color: #635c68;
  font-family: var(--font-medium);
  max-width: 30.08vw;
  font-size: calc(0.0125 * 100vw + 0rem);
}
@media (max-width: 1920px) {
  .p-home-content .text {
    font-size: calc(0.0083333333 * 100vw + 0.8rem);
    max-width: 31.25vw;
  }
}
@media (max-width: 1440px) {
  .p-home-content .text {
    line-height: 125%;
    font-size: calc(0.0096153846 * 100vw + 0.6153846154rem);
  }
}
@media (max-width: 1024px) {
  .p-home-content .text {
    max-width: 36.62vw;
    font-size: calc(0 * 100vw + 1.6rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .text {
    font-size: calc(0 * 100vw + 1.6rem);
    padding: 0 0 0 15px;
    max-width: 44%;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .text {
    max-width: 100%;
    padding: 0;
    line-height: 120%;
    font-size: calc(0 * 100vw + 1.6rem);
  }
}
.p-home-content .text a {
  text-decoration: underline;
}
.p-home-content .text a:hover {
  text-decoration: none;
}
.p-home-content .pre-title {
  font-family: var(--font-medium);
  letter-spacing: 0.25em;
  color: var(--color-violet-1);
  opacity: 0.5;
  text-transform: uppercase;
  position: absolute;
  left: 200px;
  top: 17.36vh;
  font-size: calc(0.00625 * 100vw + 0.6rem);
}
@media (max-width: 1920px) {
  .p-home-content .pre-title {
    font-size: calc(0.0041666667 * 100vw + 1rem);
    top: 18.06vh;
    left: 150px;
  }
}
@media (max-width: 1440px) {
  .p-home-content .pre-title {
    top: 21.11vh;
    left: 120px;
    font-size: calc(0.0096153846 * 100vw + 0.2153846154rem);
  }
}
@media (max-width: 1024px) {
  .p-home-content .pre-title {
    top: 20.83vh;
    left: 80px;
    font-size: calc(0 * 100vw + 1.2rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .pre-title {
    font-size: calc(0 * 100vw + 1.2rem);
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    padding: 0 0 25px 0;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .pre-title {
    padding: 0 0 20px 0;
    font-size: calc(0 * 100vw + 1.2rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .text-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.p-home-content .counter-box {
  font-size: 20px;
  line-height: 100%;
  text-align: right;
  font-family: var(--font-medium);
  position: relative;
  color: var(--color-violet-1);
  width: 40px;
}
@media (max-width: 1440px) {
  .p-home-content .counter-box {
    font-size: 14px;
    width: 25px;
  }
}
@media (max-width: 1024px) {
  .p-home-content .counter-box {
    font-size: 12px;
    width: 25px;
  }
}
.p-home-content .counter-box--top {
  font-family: var(--font-demi);
  text-align: left;
}
.p-home-content .counter-box--middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
}
.p-home-content .counter-box--bottom {
  text-align: right;
}
.p-home-content .sections-wrap {
  padding: 0 0 5px 0;
  position: relative;
}
.p-home-content .section {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  position: relative;
  min-height: 133.33vh;
  margin: 0 0 26.74vh 0;
}
@media (max-width: 1920px) {
  .p-home-content .section {
    min-height: 129.63vh;
    margin: 0 0 27.78vh 0;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section {
    min-height: 100vh;
    margin: 0 0 42.78vh 0;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section {
    margin: 0 0 21.48vh 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section {
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
    min-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section {
    min-height: 100vh;
    padding: 0 4vw;
  }
}
.p-home-content .section-description {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 0 15px 0 15px;
}
@media screen and (max-width: 768px) {
  .p-home-content .section-description {
    padding: 0 8.46vw 70px 8.46vw;
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 36.13vh;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-description {
    padding: 0 2.67vw 35px 2.67vw;
    min-height: 47.23vh;
  }
}
.p-home-content .section-description-mob {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home-content .section-description-mob {
    display: flex;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-description-mob .title .counter {
    position: absolute;
    top: 50%;
    left: -45px;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-description-mob .title .counter {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-description-mob .pre-title {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.p-home-content .section-description-mob .pre-title .counter {
  display: none;
}
@media screen and (max-width: 640px) {
  .p-home-content .section-description-mob .pre-title .counter {
    top: unset;
    left: unset;
    transform: none;
    display: block;
  }
}
.p-home-content .section-description-pinned {
  flex: 0 0 60%;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .p-home-content .section-description-pinned {
    display: none;
  }
}
.p-home-content .section-description-pinned .section-description {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translate(0, 5%);
  transition: transform ease-in-out 0.1s, opacity ease-in-out 0.1s;
  padding: 0 0 0 200px;
}
@media (max-width: 1920px) {
  .p-home-content .section-description-pinned .section-description {
    padding: 0 0 0 150px;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-description-pinned .section-description {
    padding: 0 0 0 120px;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-description-pinned .section-description {
    padding: 0 0 0 80px;
  }
}
.p-home-content .section-description-pinned .section-description.last {
  transition: transform ease-in-out 0.5s, opacity ease-in-out 0.5s;
  opacity: 1;
  transform: translate(0, 0);
}
.p-home-content .section-description-pinned .section-description.active {
  transition: transform ease-in-out 0.5s, opacity ease-in-out 0.5s;
  opacity: 1;
  transform: translate(0, 0);
}
.p-home-content .section-description-pinned .counter {
  left: 50px;
  top: 50%;
  transform-origin: center;
  transform: translate(0, -50%);
  position: absolute;
}
@media (max-width: 1440px) {
  .p-home-content .section-description-pinned .counter {
    left: 25px;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-description-pinned .counter {
    left: 15px;
  }
}
.p-home-content .section-pictures {
  flex: 0 0 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .p-home-content .section-pictures {
    flex: 0 0 100%;
    min-height: 64.45vh;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-pictures {
    min-height: 49.48vh;
  }
}
.p-home-content .section-pictures .phone {
  position: relative;
  z-index: 1;
  width: 31.25vw;
  transform: translate(-4vw, -2vh);
}
@media (max-width: 1920px) {
  .p-home-content .section-pictures .phone {
    transform: unset;
    width: 34.38vw;
    top: 0;
    left: -3.7vw;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-pictures .phone {
    width: 31.94vw;
    left: -3vw;
    top: 12.5vh;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-pictures .phone {
    width: 34.18vw;
    left: -2.5vw;
    top: 3.5vh;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-pictures .phone {
    width: 45.57vw;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-pictures .phone {
    width: 50.67vw;
  }
}
.p-home-content .section-pictures .phone-image {
  position: relative;
  overflow: hidden;
}
.p-home-content .section-pictures .phone-screen {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55%;
  height: auto;
  transform-origin: center;
  transform: translate(-50%, -50%);
  z-index: -1;
  overflow: hidden;
  border-radius: 40px;
}
@media (max-width: 1920px) {
  .p-home-content .section-pictures .phone-screen {
    border-radius: 30px;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-pictures .phone-screen {
    border-radius: 20px;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-pictures .phone-screen {
    border-radius: 15px;
  }
}
.p-home-content .section img {
  width: 100%;
  height: auto;
  transform-origin: center;
}
.p-home-content .section-top {
  padding: 0 0 7.29vh 0;
  margin: 0;
}
@media (max-width: 1920px) {
  .p-home-content .section-top {
    min-height: 144.44vh;
    padding: 0 0 30.56vh 0;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-top {
    padding: 0 0 44.44vh 0;
    min-height: 147.78vh;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-top {
    min-height: 131.51vh;
    padding: 0 0 24.74vh 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-top {
    padding: 0 0 35px 0;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-top {
    padding: 0 0 11.99vh 0;
  }
}
.p-home-content .section-top-description {
  padding: 0 15px 85px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 0 0 53%;
}
@media (max-width: 1440px) {
  .p-home-content .section-top-description {
    flex: 0 0 57.5%;
    padding: 0 15px 60px 15px;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-top-description {
    flex: 0 0 44%;
    padding: 0 15px 95px 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-top-description {
    flex: 0 0 100%;
    padding: 135px 0 0 0;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-top-description {
    padding: 40px 0 0 0;
  }
}
.p-home-content .section-top-description .title {
  padding: 0 0 45px 0;
}
@media (max-width: 1920px) {
  .p-home-content .section-top-description .title {
    padding: 0 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-top-description .title {
    padding: 0 0 15px 0;
    max-width: 100%;
    font-size: 52px;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-top-description .title {
    font-size: 40px;
    padding: 0 15px 10px 15px;
  }
}
.p-home-content .section-top-description .button:not(.button-store) {
  min-width: 350px;
}
@media (max-width: 1920px) {
  .p-home-content .section-top-description .button:not(.button-store) {
    min-width: 320px;
    min-height: 65px;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-top-description .button:not(.button-store) {
    min-width: 285px;
    min-height: 56px;
    padding: 8px;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-top-description .button:not(.button-store) {
    padding: 6px;
    font-size: 12px;
    letter-spacing: 1px;
    min-width: 215px;
    min-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-top-description .button:not(.button-store) {
    padding: 6px;
    font-size: 12px;
    letter-spacing: 2px;
    min-width: 250px;
    min-height: 58px;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-top-description .button:not(.button-store) {
    letter-spacing: 1px;
    min-width: 200px;
    min-height: 46px;
  }
}
.p-home-content .section-top-description .text {
  padding: 0 0 85px 0;
}
@media (max-width: 1920px) {
  .p-home-content .section-top-description .text {
    padding: 0 0 60px 0;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-top-description .text {
    letter-spacing: 0.7px;
    padding: 0 0 50px 0;
    max-width: 48.61vw;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-top-description .text {
    padding: 0 0 35px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-top-description .text {
    max-width: unset;
    padding: 0 0 40px 0;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-top-description .text {
    max-width: 74.67vw;
    padding: 0 0 20px 0;
  }
}
.p-home-content .section-top-description-store {
  padding: 135px 0 0 0;
}
@media (max-width: 1920px) {
  .p-home-content .section-top-description-store {
    padding: 120px 0 0 0;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-top-description-store {
    padding: 100px 0 0 0;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-top-description-store {
    padding: 125px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-top-description-store {
    padding: 75px 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-top-description-store {
    padding: 45px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-home-content .section-top-description-store--title {
  font-family: var(--font-medium);
  line-height: 115%;
  padding: 0 0 45px 0;
  font-size: calc(0.009375 * 100vw + 0rem);
}
@media (max-width: 1920px) {
  .p-home-content .section-top-description-store--title {
    padding: 0 0 28px 0;
    font-size: calc(0.0083333333 * 100vw + 0.2rem);
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-top-description-store--title {
    padding: 0 0 23px 0;
    font-size: calc(0 * 100vw + 1.4rem);
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-top-description-store--title {
    font-size: calc(-0.0078125 * 100vw + 2.2rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-top-description-store--title {
    padding: 0 0 15px 0;
    font-size: calc(0 * 100vw + 1.6rem);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-top-description-store--title {
    width: 100%;
    font-size: calc(0 * 100vw + 1.6rem);
  }
}
.p-home-content .section-top-description .button-store {
  margin: 0 25px 0 0;
  min-width: 200px;
  min-height: 55px;
  padding: 10px;
}
@media (max-width: 1920px) {
  .p-home-content .section-top-description .button-store {
    margin: 0 18px 0 0;
    min-width: 180px;
    min-height: 50px;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-top-description .button-store {
    margin: 0 10px 0 0;
    min-width: 170px;
    min-height: 46px;
    padding: 8px;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-top-description .button-store {
    margin: 0 10px 0 0;
    min-width: 143px;
    min-height: 42px;
    padding: 5px;
  }
}
.p-home-content .section-top-description .button-store:last-of-type {
  margin: 0;
}
.p-home-content .section-top-pictures {
  position: relative;
}
@media (max-width: 1024px) {
  .p-home-content .section-top-pictures {
    flex: 0 0 54%;
  }
}
.p-home-content .section-top-pictures-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 51.41vw;
  transform-origin: center;
  transform: translate(0, 14vh);
  z-index: -1;
}
@media (max-width: 1920px) {
  .p-home-content .section-top-pictures-bg {
    transform: translate(0, 10vh);
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-top-pictures-bg {
    transform: translate(-1vw, 3.5vh);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-top-pictures-bg {
    transform: translate(9.5vw, -2.5vh);
    width: 117.19vw;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-top-pictures-bg {
    transform: translate(5.5vw, 2.5vh);
  }
}
.p-home-content .section-top-pictures-main {
  top: -4vh;
  left: -3.5vw;
  position: relative;
  max-width: 39.06vw;
  z-index: 2;
  width: 100%;
}
@media (max-width: 1920px) {
  .p-home-content .section-top-pictures-main {
    top: 4vh;
    left: -4vw;
    max-width: 39.58vw;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-top-pictures-main {
    top: 4vh;
    left: -3vw;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-top-pictures-main {
    top: 2vh;
    left: 3vw;
    max-width: 52.73vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-top-pictures-main {
    top: -4vh;
    left: 0;
    max-width: 76.82vw;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-top-pictures-main {
    top: 7vh;
    max-width: 74.67vw;
  }
}
.p-home-content .section-calendar .phone-wrap {
  position: relative;
}
@media screen and (max-width: 640px) {
  .p-home-content .section-calendar {
    padding: 0 4vw;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-calendar .title {
    max-width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-calendar-pictures {
    background-color: var(--color-light-1);
  }
}
.p-home-content .section-calendar-pictures .phone-left {
  position: absolute;
  bottom: -305px;
  left: -80px;
  z-index: 3;
  width: 10.39vw;
}
@media (max-width: 1920px) {
  .p-home-content .section-calendar-pictures .phone-left {
    bottom: -315px;
    left: -65px;
    width: 11.2vw;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-calendar-pictures .phone-left {
    bottom: -435px;
    left: -40px;
    width: 10.42vw;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-calendar-pictures .phone-left {
    bottom: -295px;
    left: -40px;
    width: 11.23vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-calendar-pictures .phone-left {
    bottom: 9vh;
    left: -4vw;
    width: 17.58vw;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-calendar-pictures .phone-left {
    bottom: 8.5vh;
    left: -3vw;
    width: 18.67vw;
  }
}
.p-home-content .section-calendar-pictures .phone-right {
  position: absolute;
  top: -490px;
  right: -70px;
  z-index: -1;
  width: 10.51vw;
}
@media (max-width: 1920px) {
  .p-home-content .section-calendar-pictures .phone-right {
    top: -220px;
    right: -20px;
    width: 11.2vw;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-calendar-pictures .phone-right {
    top: -120px;
    width: 9.72vw;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-calendar-pictures .phone-right {
    top: -70px;
    right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-calendar-pictures .phone-right {
    top: 8.5vh;
    right: -6.5vw;
    width: 18.23vw;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-calendar-pictures .phone-right {
    top: 7.5vh;
  }
}
.p-home-content .section-calendar-pictures .phone-main {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home-content .section-calendar-pictures .phone-main {
    display: block;
    max-width: 290px;
    transform: translate(6vw, 0);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-calendar-pictures .phone-main {
    max-width: 155px;
    transform: translate(7vw, 0);
  }
}
.p-home-content .section-calendar .phone-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home-content .section-calendar .phone-mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-email-pictures {
    background-color: var(--color-light-2);
  }
}
.p-home-content .section-email-pictures .phone {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-content .section-email-pictures .phone {
    left: 2.2vw;
  }
}
.p-home-content .section-email-pictures .phone-reminders-icon {
  width: 7.42vw;
  position: absolute;
  left: 16%;
  top: 36%;
  transform-origin: center;
  transform: translate(-50%, -50%);
}
@media (max-width: 1920px) {
  .p-home-content .section-email-pictures .phone-reminders-icon {
    top: 35%;
    width: 7.81vw;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-email-pictures .phone-reminders-icon {
    top: 44%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-email-pictures .phone-reminders-icon {
    width: 11.72vw;
    top: 25%;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-email-pictures .phone-reminders-icon {
    width: 13.33vw;
    top: 25%;
  }
}
.p-home-content .section-email-pictures .phone-reminders-waves {
  position: absolute;
  left: 15%;
  top: 36%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  z-index: -2;
}
@media (max-width: 1920px) {
  .p-home-content .section-email-pictures .phone-reminders-waves {
    top: 35%;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-email-pictures .phone-reminders-waves {
    top: 44%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-email-pictures .phone-reminders-waves {
    top: 25%;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-email-pictures .phone-reminders-waves {
    top: 25%;
  }
}
.p-home-content .section-email .wave {
  display: block;
  width: 215px;
  height: 215px;
  border-radius: 50%;
  border: 3px solid rgba(220, 164, 175, 0.35);
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media (max-width: 1920px) {
  .p-home-content .section-email .wave {
    width: 175px;
    height: 175px;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-email .wave {
    width: 125px;
    height: 125px;
    border: 2px solid rgba(220, 164, 175, 0.35);
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-email .wave {
    width: 100px;
    height: 100px;
    border: 1px solid rgba(220, 164, 175, 0.35);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-email .wave {
    width: 60px;
    height: 60px;
  }
}
.p-home-content .section-email.active .wave-1 {
  -webkit-animation: pulls 3s linear infinite 0s;
          animation: pulls 3s linear infinite 0s;
}
.p-home-content .section-email.active .wave-2 {
  -webkit-animation: pulls 3s linear infinite 0.3s;
          animation: pulls 3s linear infinite 0.3s;
}
.p-home-content .section-email.active .wave-3 {
  -webkit-animation: pulls 3s linear infinite 0.6s;
          animation: pulls 3s linear infinite 0.6s;
}
@-webkit-keyframes pulls {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.4);
  }
  30% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.8);
  }
  70% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  85% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.4);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.8);
  }
}
@keyframes pulls {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.4);
  }
  30% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.8);
  }
  70% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  85% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.4);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.8);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-customs-description .title {
    max-width: 59%;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-customs-description .title {
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-customs-description .text {
    max-width: 32%;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-customs-description .text {
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-customs-pictures {
    background-color: var(--color-light-6);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-customs-pictures .phone {
    top: 1vh;
    left: -5vw;
  }
}
.p-home-content .section-customs-pictures .phone-right-1 {
  position: absolute;
  top: 265px;
  right: -55px;
  width: 16.02vw;
  z-index: 1;
}
@media (max-width: 1920px) {
  .p-home-content .section-customs-pictures .phone-right-1 {
    top: 220px;
    right: -40px;
    width: 17.19vw;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-customs-pictures .phone-right-1 {
    top: 150px;
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-customs-pictures .phone-right-1 {
    top: 5.5vh;
    width: 21.48vw;
    right: -7vw;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-customs-pictures .phone-right-1 {
    top: 4.5vh;
    width: 29.33vw;
  }
}
.p-home-content .section-customs-pictures .phone-right-2 {
  position: absolute;
  bottom: 195px;
  right: -175px;
  width: 13.67vw;
  z-index: -1;
}
@media (max-width: 1920px) {
  .p-home-content .section-customs-pictures .phone-right-2 {
    bottom: 150px;
    right: -105px;
    width: 14.84vw;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-customs-pictures .phone-right-2 {
    bottom: 40px;
    right: -105px;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-customs-pictures .phone-right-2 {
    bottom: 50px;
    right: -40px;
    width: 14.65vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-customs-pictures .phone-right-2 {
    bottom: 15vh;
    right: -12.5vw;
    width: 23.44vw;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-customs-pictures .phone-right-2 {
    bottom: 10vh;
    right: -13.5vw;
    width: 24vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-ask-pictures {
    background-color: var(--color-light-4);
  }
}
.p-home-content .section-ask-pictures .phone {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-content .section-ask-pictures .phone {
    left: 1vw;
    top: 3vh;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-ask-pictures .phone {
    left: 2vw;
    top: 1vh;
    width: 49.33vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-ask-pictures .phone-reminders {
    left: -1vw;
    bottom: 12.5vh;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-ask-pictures .phone-reminders {
    left: 1vw;
  }
}
.p-home-content .section-ask-pictures .phone-reminders-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.86vw;
  position: absolute;
  right: 75%;
  bottom: 15%;
  box-shadow: 6px 8px 21px rgba(106, 72, 73, 0.2);
  border-radius: 50%;
}
@media (max-width: 1920px) {
  .p-home-content .section-ask-pictures .phone-reminders-icon {
    bottom: 17%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-ask-pictures .phone-reminders-icon {
    width: 9.77vw;
    bottom: 26%;
    right: 77%;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-ask-pictures .phone-reminders-icon {
    width: 9.33vw;
  }
}
.p-home-content .section-ask-pictures .phone-reminders-shapes {
  position: absolute;
  right: 71%;
  bottom: 15%;
  width: 9.77vw;
  z-index: -2;
}
@media (max-width: 1920px) {
  .p-home-content .section-ask-pictures .phone-reminders-shapes {
    right: 71.5%;
    bottom: 18%;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-ask-pictures .phone-reminders-shapes {
    bottom: 19.2%;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-ask-pictures .phone-reminders-shapes {
    bottom: 21.2%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-ask-pictures .phone-reminders-shapes {
    width: 16.93vw;
    bottom: 28.5%;
    right: 72%;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-ask-pictures .phone-reminders-shapes {
    bottom: 34.5%;
  }
}
.p-home-content .section-ask-pictures .phone-reminders-shapes svg {
  position: relative;
  top: 40px;
}
.p-home-content .section-ask-pictures .phone-reminders-shapes .circle {
  opacity: 0;
}
.p-home-content .section-ask-pictures .phone-reminders-shapes .circle-1 {
  transition: opacity ease-in 0.3s;
}
.p-home-content .section-ask-pictures .phone-reminders-shapes .circle-2 {
  transition: opacity ease-in 0.3s 0.2s;
}
.p-home-content .section-ask-pictures .phone-reminders-shapes .circle-3 {
  transition: opacity ease-in 0.3s 0.4s;
}
.p-home-content .section-ask-pictures .phone-reminders-shapes.active .circle {
  opacity: 1;
}
.p-home-content .section-design-description {
  flex: 0 0 44.7%;
}
.p-home-content .section-design-pictures {
  flex: 0 0 48%;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .p-home-content .section-design-pictures {
    flex: 0 0 49%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-design-pictures {
    background-color: var(--color-light-5);
    flex: 1;
    justify-content: flex-end;
  }
}
.p-home-content .section-design-pictures-right {
  overflow: hidden;
  display: flex;
  border-radius: 5px;
  box-shadow: -10px 44px 109px rgba(149, 139, 170, 0.3);
  transform: translate(25px, 0);
  width: 44.14vw;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1920px) {
  .p-home-content .section-design-pictures-right {
    width: 45.83vw;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-design-pictures-right {
    width: 43.06vw;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-design-pictures-right {
    width: 42.97vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-design-pictures-right {
    width: 78.13vw;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-design-pictures-right {
    width: 92vw;
  }
}
.p-home-content .section-accuracy {
  margin: 0 0 17.01vh 0;
}
@media (max-width: 1920px) {
  .p-home-content .section-accuracy {
    margin: 0 0 18.98vh 0;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-accuracy {
    margin: 0 0 18.33vh 0;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-accuracy {
    margin: 0 0 14.32vh 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-accuracy {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-accuracy {
    margin: 0 0 255px 0;
  }
}
.p-home-content .section-accuracy-description {
  flex: 0 0 46.5%;
}
.p-home-content .section-accuracy-pictures {
  flex: 0 0 46.5%;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .p-home-content .section-accuracy-pictures {
    flex: 0 0 47.5%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-accuracy-pictures {
    flex: 1;
    background-color: var(--color-light-1);
  }
}
.p-home-content .section-accuracy-pictures-right {
  display: flex;
  box-shadow: 10px 30px 77px rgba(111, 79, 79, 0.1);
  border-radius: 5px;
  transform: translate(25px, 0);
  width: 44.14vw;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .p-home-content .section-accuracy-pictures-right {
    width: 45.83vw;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-accuracy-pictures-right {
    width: 43.06vw;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-accuracy-pictures-right {
    width: 42.97vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-accuracy-pictures-right {
    width: 78.13vw;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-accuracy-pictures-right {
    width: 92vw;
  }
}
.p-home-content .section-more {
  padding: 44.1vh 10.55vw 450px 10.55vw;
  position: relative;
}
@media (max-width: 1920px) {
  .p-home-content .section-more {
    padding: 42.59vh 8.85vw 235px 8.85vw;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-more {
    padding: 31.11vh 8.33vw 230px 8.33vw;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-more {
    padding: 34.51vh 7.81vw 160px 7.81vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-more {
    padding: 40.04vh 8.46vw 100px 8.46vw;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-more {
    padding: 0 6vw 55px 6vw;
    background-color: var(--color-violet);
  }
}
.p-home-content .section-more:before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color: var(--color-light-1);
}
@media (max-width: 1440px) {
  .p-home-content .section-more:before {
    top: 0;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-more:before {
    top: -25px;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-more:before {
    display: none;
  }
}
.p-home-content .section-more-bg {
  position: absolute;
  border-radius: 50%;
  background-color: var(--color-violet);
  width: 21vw;
  height: 21vw;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: top;
  z-index: -1;
  top: 125px;
}
@media (max-width: 1920px) {
  .p-home-content .section-more-bg {
    top: 60px;
    width: 19.5vw;
    height: 19.5vw;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-more-bg {
    top: 30px;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-more-bg {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-more-bg {
    top: 215px;
    width: 1625px;
    height: 1725px;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-more-bg {
    top: -155px;
  }
}
.p-home-content .section-more--title {
  line-height: 125%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-light-11);
  padding: 325px 0 230px 0;
  max-width: 48.83vw;
  margin: 0 auto;
  font-size: calc(0.046875 * 100vw + 3rem);
}
@media (max-width: 1920px) {
  .p-home-content .section-more--title {
    line-height: 115%;
    font-size: calc(0.0625 * 100vw + 0rem);
    max-width: 51.04vw;
    padding: 95px 0 200px 0;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-more--title {
    padding: 200px 0 150px 0;
    font-size: calc(0.0480769231 * 100vw + 2.0769230769rem);
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-more--title {
    max-width: 56.64vw;
    padding: 105px 0 110px 0;
    font-size: calc(0 * 100vw + 7rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-more--title {
    max-width: 71.61vw;
    padding: 75px 0 110px 0;
    font-size: calc(0.0610687023 * 100vw + 2.3099236641rem);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-more--title {
    max-width: unset;
    padding: 95px 0 100px 0;
    font-size: calc(0 * 100vw + 4.6rem);
  }
}
.p-home-content .section-more-list .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-home-content .section-more-list .list-item {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 0 0 30%;
  padding: 0 0 115px 0;
}
@media (max-width: 1920px) {
  .p-home-content .section-more-list .list-item {
    padding: 0 0 115px 0;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-more-list .list-item {
    padding: 0 0 45px 0;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-more-list .list-item {
    padding: 0 0 35px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-more-list .list-item {
    flex: 0 0 47%;
    padding: 0 0 45px 0;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-more-list .list-item {
    flex: 0 0 100%;
  }
}
.p-home-content .section-more-list .list-item svg {
  width: 100%;
  height: auto;
}
.p-home-content .section-more-list .list-item-icon {
  max-width: 70px;
  padding: 15px 35px 0 0;
  width: 100%;
}
@media (max-width: 1920px) {
  .p-home-content .section-more-list .list-item-icon {
    max-width: 65px;
    padding: 15px 35px 0 0;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-more-list .list-item-icon {
    max-width: 45px;
    padding: 7px 20px 0 0;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-more-list .list-item-icon {
    max-width: 40px;
    padding: 7px 20px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-more-list .list-item-icon {
    padding: 7px 10px 0 10px;
  }
}
.p-home-content .section-more-list .list-item-text--top {
  line-height: 145%;
  color: var(--color-light-0);
  padding: 0 0 27px 0;
  font-family: var(--font-medium);
  font-size: calc(0.015625 * 100vw + 0rem);
}
@media (max-width: 1920px) {
  .p-home-content .section-more-list .list-item-text--top {
    font-size: calc(0.0125 * 100vw + 0.6rem);
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-more-list .list-item-text--top {
    padding: 0 0 15px 0;
    font-size: calc(0.0096153846 * 100vw + 1.0153846154rem);
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-more-list .list-item-text--top {
    line-height: 130%;
    font-size: calc(0 * 100vw + 2rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-more-list .list-item-text--top {
    font-size: calc(0 * 100vw + 2rem);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-more-list .list-item-text--top {
    font-size: calc(0 * 100vw + 2rem);
  }
}
.p-home-content .section-more-list .list-item-text--bottom {
  line-height: 125%;
  color: var(--color-white-0);
  font-size: calc(0.01875 * 100vw + -1.6rem);
}
@media (max-width: 1920px) {
  .p-home-content .section-more-list .list-item-text--bottom {
    font-size: calc(0.0041666667 * 100vw + 1.2rem);
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-more-list .list-item-text--bottom {
    font-size: calc(0.0048076923 * 100vw + 1.1076923077rem);
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-more-list .list-item-text--bottom {
    font-size: calc(0 * 100vw + 1.6rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-more-list .list-item-text--bottom {
    font-size: calc(0 * 100vw + 1.6rem);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-more-list .list-item-text--bottom {
    font-size: calc(0 * 100vw + 1.6rem);
  }
}
.p-home-content .section-gift {
  background-color: var(--color-light-8);
  padding: 545px 15px 475px 15px;
  text-align: center;
}
@media (max-width: 1920px) {
  .p-home-content .section-gift {
    padding: 395px 15px 275px 15px;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-gift {
    padding: 295px 15px 290px 15px;
    margin: 0 0 135px 0;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-gift {
    padding: 245px 15px 150px 15px;
    margin: 0 0 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-gift {
    margin: 0 0 165px 0;
    padding: 175px 15px 270px 15px;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-gift {
    padding: 145px 15px 195px 15px;
    margin: 0 0 130px 0;
  }
}
.p-home-content .section-gift--title {
  line-height: 115%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 0 0 75px 0;
  max-width: 50.78vw;
  margin: 0 auto;
  font-size: calc(0.046875 * 100vw + 3rem);
}
@media (max-width: 1920px) {
  .p-home-content .section-gift--title {
    font-size: calc(0.0625 * 100vw + 0rem);
    max-width: 56.25vw;
    padding: 0 0 35px 0;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-gift--title {
    max-width: 815px;
    padding: 0 0 40px 0;
    font-size: calc(0.0480769231 * 100vw + 2.0769230769rem);
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-gift--title {
    padding: 0 0 25px 0;
    font-size: calc(0 * 100vw + 7rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-gift--title {
    font-size: calc(0.0610687023 * 100vw + 2.3099236641rem);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-gift--title {
    padding: 0 0 30px 0;
    font-size: calc(0 * 100vw + 4.6rem);
  }
}
.p-home-content .section-gift--subtitle {
  line-height: 125%;
  font-family: var(--font-medium);
  padding: 0 0 260px 0;
  letter-spacing: 2px;
  font-size: calc(0.015625 * 100vw + 2.8rem);
}
@media (max-width: 1920px) {
  .p-home-content .section-gift--subtitle {
    font-size: calc(0.0375 * 100vw + -1.4rem);
    padding: 0 0 215px 0;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-gift--subtitle {
    letter-spacing: 1.5px;
    font-size: calc(0.0240384615 * 100vw + 0.5384615385rem);
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-gift--subtitle {
    letter-spacing: 1px;
    padding: 0 0 80px 0;
    font-size: calc(0 * 100vw + 3rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-gift--subtitle {
    font-size: calc(0.0254452926 * 100vw + 1.0458015267rem);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-gift--subtitle {
    padding: 0 0 70px 0;
    font-size: calc(0 * 100vw + 2rem);
  }
}
.p-home-content .section-gift-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding: 300px 0;
}
@media (max-width: 1920px) {
  .p-home-content .section-gift-box {
    padding: 270px 0;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-gift-box {
    margin: 15px 0 0 0;
    padding: 160px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-gift-box {
    margin: 0;
    padding: 150px 0 0 0;
    overflow: visible;
  }
}
.p-home-content .section-gift-box--bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--color-white);
  height: 1700px;
  width: 1700px;
  z-index: -1;
}
@media (max-width: 1920px) {
  .p-home-content .section-gift-box--bg {
    height: 1320px;
    width: 1320px;
    top: 60%;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-gift-box--bg {
    height: 1040px;
    width: 1040px;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-gift-box--bg {
    width: 784px;
    height: 784px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-gift-box--bg {
    width: 698px;
    height: 698px;
    top: 60%;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-gift-box--bg {
    width: 973px;
    height: 973px;
    top: 58%;
  }
}
.p-home-content .section-gift-box--title {
  line-height: 100%;
  text-align: center;
  color: var(--color-violet-4);
  padding: 0 0 55px 0;
  max-width: 28.91vw;
  font-size: calc(0.046875 * 100vw + 0rem);
}
@media (max-width: 1920px) {
  .p-home-content .section-gift-box--title {
    font-size: calc(0.0416666667 * 100vw + 1rem);
    padding: 0 0 38px 0;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-gift-box--title {
    padding: 0 0 27px 0;
    font-size: calc(0.0432692308 * 100vw + 0.7692307692rem);
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-gift-box--title {
    padding: 0 0 15px 0;
    font-size: calc(0 * 100vw + 5.2rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-gift-box--title {
    max-width: 39.06vw;
    padding: 0 0 10px 0;
    font-size: calc(0.0407124682 * 100vw + 2.0732824427rem);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-gift-box--title {
    max-width: 53.33vw;
    padding: 0 0 15px 0;
    font-size: calc(0 * 100vw + 3.6rem);
  }
}
.p-home-content .section-gift-box--subtitle {
  line-height: 165%;
  color: var(--color-gray);
  padding: 0 0 185px 0;
  font-family: var(--font-medium);
  font-size: calc(0.015625 * 100vw + 0rem);
}
@media (max-width: 1920px) {
  .p-home-content .section-gift-box--subtitle {
    font-size: calc(0.0125 * 100vw + 0.6rem);
    padding: 0 0 140px 0;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-gift-box--subtitle {
    padding: 0 0 125px 0;
    font-size: calc(0.0096153846 * 100vw + 1.0153846154rem);
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-gift-box--subtitle {
    padding: 0 0 95px 0;
    font-size: calc(0 * 100vw + 2rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-gift-box--subtitle {
    padding: 0 0 80px 0;
    font-size: calc(0.0050890585 * 100vw + 1.6091603053rem);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-gift-box--subtitle {
    padding: 0 0 95px 0;
    font-size: calc(0 * 100vw + 1.8rem);
  }
}
.p-home-content .section-gift-box-membership {
  padding: 0 3.71vw;
  position: relative;
  z-index: 1;
}
@media (max-width: 1920px) {
  .p-home-content .section-gift-box-membership {
    padding: 0 3.65vw;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-gift-box-membership {
    margin: 0 0 125px 0;
  }
}
.p-home-content .section-gift-box-membership:last-of-type {
  margin: 0;
}
.p-home-content .section-gift-box-membership:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  background-image: url("../svg/membership-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 440px;
  height: 400px;
  z-index: -1;
}
@media (max-width: 1920px) {
  .p-home-content .section-gift-box-membership:before {
    width: 330px;
    height: 300px;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-gift-box-membership:before {
    width: 312px;
    height: 289px;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-gift-box-membership:before {
    width: 234px;
    height: 216px;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-gift-box-membership:before {
    width: 220px;
    height: 204px;
  }
}
.p-home-content .section-gift-box-membership-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin: 0 0 235px 0;
}
@media (max-width: 1920px) {
  .p-home-content .section-gift-box-membership-wrap {
    margin: 0 0 180px 0;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-gift-box-membership-wrap {
    margin: 0 0 160px 0;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-gift-box-membership-wrap {
    margin: 0 0 115px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-gift-box-membership-wrap {
    margin: 0 0 95px 0;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-gift-box-membership-wrap {
    flex-wrap: wrap;
    margin: 0 0 105px 0;
  }
}
.p-home-content .section-gift-box-membership--text {
  line-height: 130%;
  padding: 0 0 40px 0;
  max-width: 325px;
  margin: 0 auto;
  font-family: var(--font-bold);
  font-size: calc(0.0125 * 100vw + 0rem);
}
@media (max-width: 1920px) {
  .p-home-content .section-gift-box-membership--text {
    max-width: 250px;
    font-size: calc(0 * 100vw + 2.4rem);
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-gift-box-membership--text {
    max-width: 225px;
    font-size: calc(0.0192307692 * 100vw + -0.3692307692rem);
    padding: 0 0 35px 0;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-gift-box-membership--text {
    padding: 0 0 25px 0;
    font-size: calc(0 * 100vw + 1.6rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-gift-box-membership--text {
    max-width: 175px;
    font-size: calc(0 * 100vw + 1.6rem);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-gift-box-membership--text {
    max-width: 145px;
    font-size: calc(0 * 100vw + 1.6rem);
  }
}
.p-home-content .section-gift-box-membership .button {
  line-height: 125%;
}
@media (max-width: 1920px) {
  .p-home-content .section-gift-box-membership .button {
    min-height: 50px;
    min-width: 245px;
    font-size: 12px;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-gift-box-membership .button {
    letter-spacing: 1.5px;
    min-height: 46px;
    min-width: 240px;
    max-width: 260px;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-gift-box-membership .button {
    letter-spacing: 0;
    min-height: 30px;
    min-width: 180px;
    font-size: 10px;
    padding: 6px;
  }
}
.p-home-content .section-gift-box-counts {
  max-width: 10.35vw;
  padding: 0 15px;
}
@media (max-width: 1920px) {
  .p-home-content .section-gift-box-counts {
    max-width: 10.68vw;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-gift-box-counts {
    max-width: 11.11vw;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-gift-box-counts {
    max-width: 14.16vw;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-gift-box-counts {
    max-width: 19.53vw;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-gift-box-counts {
    max-width: 40vw;
  }
}
.p-home-content .section-gift-box-counts-wrap {
  max-width: 26.17vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1920px) {
  .p-home-content .section-gift-box-counts-wrap {
    max-width: 26.3vw;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-gift-box-counts-wrap {
    max-width: 27.78vw;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-gift-box-counts-wrap {
    max-width: 39.55vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-gift-box-counts-wrap {
    max-width: 45.57vw;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-gift-box-counts-wrap {
    max-width: 80vw;
  }
}
.p-home-content .section-gift-box-counts--number {
  line-height: 123%;
  color: var(--color-pink);
  padding: 0 0 15px 0;
  font-size: calc(0.03125 * 100vw + -0.2rem);
}
@media (max-width: 1920px) {
  .p-home-content .section-gift-box-counts--number {
    font-size: calc(0.0375 * 100vw + -1.4rem);
    padding: 0 0 5px 0;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-gift-box-counts--number {
    font-size: calc(0.0240384615 * 100vw + 0.5384615385rem);
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-gift-box-counts--number {
    padding: 0 0 10px 0;
    font-size: calc(0 * 100vw + 3rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-gift-box-counts--number {
    font-size: calc(-0.0152671756 * 100vw + 4.172519084rem);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-gift-box-counts--number {
    padding: 0 0 5px 0;
    font-size: calc(0 * 100vw + 3.6rem);
  }
}
.p-home-content .section-gift-box-counts--text {
  line-height: 125%;
  font-size: calc(0.0125 * 100vw + 0rem);
}
@media (max-width: 1920px) {
  .p-home-content .section-gift-box-counts--text {
    font-size: calc(0.0125 * 100vw + 0rem);
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-gift-box-counts--text {
    font-size: calc(0.0048076923 * 100vw + 1.1076923077rem);
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-gift-box-counts--text {
    font-size: calc(0 * 100vw + 1.6rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-gift-box-counts--text {
    font-size: calc(0 * 100vw + 1.6rem);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-gift-box-counts--text {
    font-size: calc(0 * 100vw + 1.6rem);
  }
}
.p-home-content .section-download {
  margin: 0;
}
@media (max-width: 1024px) {
  .p-home-content .section-download {
    min-height: 76.17vh;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-download {
    min-height: 90.82vh;
  }
}
.p-home-content .section-download-description {
  padding: 40px 15px 0 15px;
  flex: 0 0 40%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1920px) {
  .p-home-content .section-download-description {
    padding: 120px 15px 0 15px;
    flex: 0 0 41%;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-download-description {
    flex: 0 0 41%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-download-description {
    padding: 0 8.46vw;
    min-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-download-description {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-download-description-store {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.p-home-content .section-download .title {
  padding: 0 0 55px 0;
}
@media (max-width: 1920px) {
  .p-home-content .section-download .title {
    padding: 0 0 35px 0;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-download .title {
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-download .title {
    font-size: 52px;
    max-width: unset;
    padding: 0 0 20px 0;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-download .title {
    font-size: 35px;
  }
}
.p-home-content .section-download .text {
  max-width: 23.05vw;
  padding: 0 0 85px 0;
}
@media (max-width: 1920px) {
  .p-home-content .section-download .text {
    padding: 0 0 65px 0;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-download .text {
    max-width: 33.33vw;
    padding: 0 0 65px 0;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-download .text {
    max-width: 29.3vw;
    padding: 0 0 45px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-download .text {
    max-width: 43.62vw;
    padding: 0 0 35px 0;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-download .text {
    max-width: 80vw;
    padding: 0 0 30px 0;
  }
}
.p-home-content .section-download .button-store {
  margin: 0 30px 0 0;
  min-width: 255px;
}
@media (max-width: 1920px) {
  .p-home-content .section-download .button-store {
    min-width: 235px;
    min-height: 65px;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-download .button-store {
    margin: 0 10px 0 0;
    min-width: 170px;
    min-height: 46px;
    padding: 8px;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-download .button-store {
    margin: 0 10px 0 0;
    min-width: 165px;
    min-height: 40px;
    padding: 5px;
  }
  .p-home-content .section-download .button-store:last-of-type {
    margin: 0;
  }
}
.p-home-content .section-download-pictures {
  flex: 0 0 53%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1920px) {
  .p-home-content .section-download-pictures {
    flex: 0 0 52%;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-download-pictures {
    flex: 0 0 52.5%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-download-pictures {
    justify-content: flex-start;
    align-items: flex-start;
    flex: 0 0 50%;
  }
}
.p-home-content .section-download-pictures-box {
  display: flex;
  max-width: 59.9vw;
  transform: translate(-2vw, 8vh);
}
@media (max-width: 1920px) {
  .p-home-content .section-download-pictures-box {
    transform: translate(-4vw, 12vh);
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-download-pictures-box {
    transform: translate(-4vw, 5vh);
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-download-pictures-box {
    transform: translate(-0.5vw, 17vh);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-download-pictures-box {
    transform: translate(11.5vw, 9vh);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-download-pictures-box {
    max-width: unset;
    transform: translate(-8vw, 0);
    margin: 65px auto 0 auto;
  }
}
.p-home-content .section-download-pictures-box .right {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translate(10vw, -6vh);
}
@media screen and (max-width: 768px) {
  .p-home-content .section-download-pictures-box .right {
    transform: translate(15vw, -3vh);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-download-pictures-box .right {
    transform: translate(23vw, -3vh);
  }
}
.p-home-content .section-download-pictures--circle {
  background: var(--color-light-21);
  width: 900px;
  height: 900px;
  border-radius: 50%;
  position: absolute;
  top: 44%;
  left: 63%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  z-index: -2;
}
@media (max-width: 1920px) {
  .p-home-content .section-download-pictures--circle {
    width: 716px;
    height: 716px;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-download-pictures--circle {
    width: 540px;
    height: 540px;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-download-pictures--circle {
    width: 400px;
    height: 400px;
    top: 35%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-download-pictures--circle {
    top: 45%;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-download-pictures--circle {
    width: 290px;
    height: 290px;
  }
}
.p-home-content .section-download-pictures .right,
.p-home-content .section-download-pictures .left {
  max-width: 25.39vw;
}
@media (max-width: 1024px) {
  .p-home-content .section-download-pictures .right,
.p-home-content .section-download-pictures .left {
    max-width: 28.81vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-download-pictures .right,
.p-home-content .section-download-pictures .left {
    max-width: 39.06vw;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-download-pictures .right,
.p-home-content .section-download-pictures .left {
    max-width: 56vw;
  }
}
.p-home-content .section-register {
  flex-direction: row-reverse;
  min-height: 130.9vh;
  margin: 0;
}
@media (max-width: 1920px) {
  .p-home-content .section-register {
    min-height: 151.39vh;
    padding: 0 0 405px 0;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-register {
    min-height: 139.97vh;
    padding: 100px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-register {
    flex-direction: column;
    align-items: flex-end;
    padding: 0;
    min-height: 104.49vh;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-register {
    min-height: 131.18vh;
  }
}
.p-home-content .section-register-description {
  flex: 0 0 39%;
  padding: 0 15px 30px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1440px) {
  .p-home-content .section-register-description {
    flex: 0 0 44%;
    padding: 0 15px 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-register-description {
    flex: unset;
    width: 64vw;
    align-items: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-register-description {
    width: unset;
    padding: 145px 15px 0 15px;
  }
}
.p-home-content .section-register-pictures {
  flex: 0 0 55.5%;
  padding: 205px 0 0 0;
  position: relative;
  justify-content: flex-start;
  transform: translate(-10px, 0);
}
@media (max-width: 1920px) {
  .p-home-content .section-register-pictures {
    flex: 0 0 58%;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-register-pictures {
    flex: 0 0 53%;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-register-pictures {
    flex: 0 0 55.5%;
    padding: 245px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-register-pictures {
    flex: 0 0 100%;
    padding: 0;
    width: 100%;
    transform: translate(-10px, 2vh);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-register-pictures {
    flex: 1;
    padding: 0;
    transform: translate(-10px, 0);
  }
}
.p-home-content .section-register-pictures--circle {
  position: absolute;
  top: 50%;
  left: 0;
  transform-origin: center;
  transform: translate(-50%, -50%);
  width: 1450px;
  height: 1450px;
  background-color: var(--color-light-4);
  z-index: -2;
  border-radius: 50%;
}
@media (max-width: 1920px) {
  .p-home-content .section-register-pictures--circle {
    width: 1156px;
    height: 1156px;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-register-pictures--circle {
    width: 870px;
    height: 870px;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-register-pictures--circle {
    width: 650px;
    height: 650px;
    top: 46%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-register-pictures--circle {
    width: 712px;
    height: 712px;
    top: 37%;
    left: -3%;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-register-pictures--circle {
    width: 377px;
    height: 377px;
    top: 42%;
    left: -7%;
  }
}
.p-home-content .section-register-pictures--top {
  border-radius: 5px;
  box-shadow: 10px 30px 77px rgba(111, 79, 79, 0.1);
  position: absolute;
  z-index: -1;
  top: 46%;
  left: 1%;
  transform-origin: center;
  transform: translate(0, -50%);
  max-width: 41.41vw;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .p-home-content .section-register-pictures--top {
    top: 48%;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-register-pictures--top {
    top: 50%;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-register-pictures--top {
    top: 55%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-register-pictures--top {
    max-width: 70.31vw;
    top: 41%;
    left: -7%;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-register-pictures--top {
    max-width: 85.33vw;
  }
}
.p-home-content .section-register-pictures--bottom {
  overflow: hidden;
  border-radius: 5px;
  max-width: 45.51vw;
  box-shadow: 10px 30px 77px rgba(111, 79, 79, 0.1);
}
@media screen and (max-width: 768px) {
  .p-home-content .section-register-pictures--bottom {
    max-width: 70.31vw;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-register-pictures--bottom {
    max-width: 85.33vw;
  }
}
.p-home-content .section-register .title {
  padding: 0 0 120px 0;
}
@media (max-width: 1920px) {
  .p-home-content .section-register .title {
    padding: 0 0 65px 0;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-register .title {
    padding: 0 0 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-register .title {
    font-size: 52px;
    max-width: unset;
    padding: 20px 0 30px 0;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-register .title {
    font-size: 36px;
    letter-spacing: -0.8px;
    padding: 0 0 35px 0;
  }
}
.p-home-content .section-register .button {
  min-width: 365px;
  line-height: 125%;
}
@media (max-width: 1920px) {
  .p-home-content .section-register .button {
    min-width: 315px;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-register .button {
    min-width: 280px;
    min-height: 56px;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-register .button {
    font-size: 12px;
    min-width: 240px;
    min-height: 48px;
    padding: 6px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-register .button {
    min-width: 185px;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-register .button {
    min-width: 240px;
  }
}
.p-home-content .section-approbations {
  position: relative;
  background-color: var(--color-violet-0);
  padding: 500px 0 450px 0;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 1920px) {
  .p-home-content .section-approbations {
    padding: 400px 0;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-approbations {
    padding: 250px 0;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-approbations {
    padding: 195px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-approbations {
    padding: 180px 0 230px 0;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-approbations {
    padding: 115px 0 160px 0;
  }
}
.p-home-content .section-approbations:after {
  position: absolute;
  content: none;
  bottom: 2%;
  left: 0;
  width: 100vw;
  height: 20vh;
  background-color: var(--color-violet-0);
  z-index: 0;
  transform: translate(0, 100%);
}
@media screen and (max-width: 640px) {
  .p-home-content .section-approbations:after {
    content: "";
  }
}
.p-home-content .section-approbations--title {
  line-height: 115%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 0 0 185px 0;
  width: 100%;
  font-size: calc(0 * 100vw + 12rem);
}
@media (max-width: 1920px) {
  .p-home-content .section-approbations--title {
    font-size: calc(0.0625 * 100vw + 0rem);
    padding: 0 0 160px 0;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-approbations--title {
    padding: 0 0 140px 0;
    font-size: calc(0.0480769231 * 100vw + 2.0769230769rem);
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-approbations--title {
    padding: 0 0 90px 0;
    font-size: calc(0 * 100vw + 7rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-approbations--title {
    padding: 0 0 120px 0;
    font-size: calc(0.0610687023 * 100vw + 2.3099236641rem);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-approbations--title {
    padding: 0 0 65px 0;
    font-size: calc(0 * 100vw + 4.6rem);
  }
}
.p-home-content .section-approbations-list {
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .p-home-content .section-approbations-list {
    overflow: unset;
  }
}
.p-home-content .section-approbations-list-item {
  max-width: 24.61vw;
  padding: 0 15px;
}
@media (max-width: 1920px) {
  .p-home-content .section-approbations-list-item {
    max-width: 24.48vw;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-approbations-list-item {
    max-width: 25.69vw;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-approbations-list-item {
    max-width: 30.86vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-approbations-list-item {
    max-width: 41.15vw;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-approbations-list-item {
    max-width: 84.27vw;
  }
}
.p-home-content .section-approbations-list-item .avatar {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: solid 3px var(--color-violet-5);
  padding: 15px;
  position: relative;
}
@media (max-width: 1920px) {
  .p-home-content .section-approbations-list-item .avatar {
    width: 142px;
    height: 142px;
    padding: 10px;
    border: solid 2px var(--color-violet-5);
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-approbations-list-item .avatar {
    width: 120px;
    height: 120px;
    border: solid 2px var(--color-violet-5);
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-approbations-list-item .avatar {
    width: 100px;
    padding: 8px;
    height: 100px;
    border: solid 1px var(--color-violet-5);
  }
}
.p-home-content .section-approbations-list-item .avatar-circles {
  position: absolute;
  top: 10px;
  right: -35px;
  width: 28px;
  height: 59px;
}
@media (max-width: 1920px) {
  .p-home-content .section-approbations-list-item .avatar-circles {
    width: 23px;
    height: 49px;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-approbations-list-item .avatar-circles {
    width: 20px;
    height: 42px;
    right: -25px;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-approbations-list-item .avatar-circles {
    width: 17px;
    height: 35px;
    right: -20px;
    top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-approbations-list-item .avatar-circles {
    width: 17px;
    height: 35px;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-approbations-list-item .avatar-circles {
    width: 17px;
    height: 35px;
  }
}
.p-home-content .section-approbations-list-item .avatar-circles svg {
  stroke-width: 2px;
}
@media (max-width: 1920px) {
  .p-home-content .section-approbations-list-item .avatar-circles svg {
    stroke-width: 1.8px;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-approbations-list-item .avatar-circles svg {
    stroke-width: 2px;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-approbations-list-item .avatar-circles svg {
    stroke-width: 1px;
  }
}
.p-home-content .section-approbations-list-item .avatar img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.p-home-content .section-approbations-list-item .pretitle {
  line-height: 145%;
  padding: 40px 0 30px 0;
  font-size: calc(0.015625 * 100vw + 0rem);
}
@media (max-width: 1920px) {
  .p-home-content .section-approbations-list-item .pretitle {
    font-size: calc(0.0125 * 100vw + 0.6rem);
    padding: 30px 0 20px 0;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-approbations-list-item .pretitle {
    padding: 25px 0 15px 0;
    font-size: calc(0.0096153846 * 100vw + 1.0153846154rem);
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-approbations-list-item .pretitle {
    font-size: calc(0 * 100vw + 2rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-approbations-list-item .pretitle {
    font-size: calc(0 * 100vw + 2rem);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-approbations-list-item .pretitle {
    font-size: calc(0 * 100vw + 2rem);
  }
}
.p-home-content .section-approbations-list-item .subtitle {
  font-size: 32px;
  font-family: var(--font-medium);
  line-height: 125%;
  color: var(--color-violet-6);
  font-size: calc(0.01875 * 100vw + -1.6rem);
}
@media (max-width: 1920px) {
  .p-home-content .section-approbations-list-item .subtitle {
    font-size: calc(0.0041666667 * 100vw + 1.2rem);
    line-height: 155%;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-approbations-list-item .subtitle {
    line-height: 135%;
    font-size: calc(0.0048076923 * 100vw + 1.1076923077rem);
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-approbations-list-item .subtitle {
    font-size: calc(0 * 100vw + 1.6rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-approbations-list-item .subtitle {
    font-size: calc(0 * 100vw + 1.6rem);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-approbations-list-item .subtitle {
    line-height: 135%;
    font-size: calc(0 * 100vw + 1.6rem);
  }
}
.p-home-content .section-approbations .slick-list {
  width: 112.5vw;
  transform: translate(12.5vw, 0);
}
@media (max-width: 1920px) {
  .p-home-content .section-approbations .slick-list {
    width: 108vw;
    transform: translate(13vw, 0);
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-approbations .slick-list {
    width: 117vw;
    transform: translate(6vw, 0);
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-approbations .slick-list {
    width: 102.5vw;
    transform: translate(5vw, 0);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-approbations .slick-list {
    width: 125vw;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-approbations .slick-list {
    width: 165vw;
    transform: translate(1vw, 0);
  }
}
.p-home-content .section-approbations .slick-slide:nth-child(2n) .avatar-circles {
  top: 25px;
  right: -45px;
  transform: rotate(160deg);
  transform-origin: bottom;
}
@media (max-width: 1920px) {
  .p-home-content .section-approbations .slick-slide:nth-child(2n) .avatar-circles {
    top: 20px;
    right: -40px;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-approbations .slick-slide:nth-child(2n) .avatar-circles {
    right: -30px;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-approbations .slick-slide:nth-child(2n) .avatar-circles {
    right: -28px;
    top: 18px;
  }
}
.p-home-content .section-approbations .arrow-cursor {
  max-width: 200px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
  transform: translate(-50vw, -50vh);
}
@media (max-width: 1024px) {
  .p-home-content .section-approbations .arrow-cursor {
    display: none;
  }
}
.p-home-content .section-approbations .slick-arrow {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  border: none;
  background-color: transparent;
  font-size: 0;
  outline: none;
  z-index: 1;
  padding: 0;
  cursor: none;
}
.p-home-content .section-approbations .slick-prev {
  left: 0;
}
.p-home-content .section-approbations .slick-next {
  right: 0;
}
.p-home-content .section-reviews {
  text-align: center;
  background-color: var(--color-light-9);
  padding: 550px 7.81vw 450px 7.81vw;
}
@media (max-width: 1920px) {
  .p-home-content .section-reviews {
    padding: 400px 7.81vw 400px 7.81vw;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-reviews {
    padding: 295px 9.72vw 305px 9.72vw;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-reviews {
    padding: 200px 6.35vw 205px 6.35vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-reviews {
    padding: 185px 4.56vw 110px 4.56vw;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-reviews {
    padding: 140px 4vw 120px 4vw;
  }
}
.p-home-content .section-reviews--pretitle {
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--color-light-12);
  padding: 0 0 65px 0;
  font-size: calc(0.00625 * 100vw + 0.6rem);
}
@media (max-width: 1920px) {
  .p-home-content .section-reviews--pretitle {
    padding: 0 0 55px 0;
    letter-spacing: 2.5px;
    font-size: calc(0.0041666667 * 100vw + 1rem);
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-reviews--pretitle {
    font-size: calc(0.0048076923 * 100vw + 0.9076923077rem);
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-reviews--pretitle {
    letter-spacing: 2px;
    padding: 0 0 25px 0;
    font-size: calc(0 * 100vw + 1.4rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-reviews--pretitle {
    font-size: calc(0.0050890585 * 100vw + 1.0091603053rem);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-reviews--pretitle {
    font-size: calc(0 * 100vw + 1.2rem);
  }
}
.p-home-content .section-reviews--title {
  text-align: center;
  max-width: unset;
  text-transform: uppercase;
  line-height: 115%;
  letter-spacing: 0.02em;
  padding: 0 0 450px 0;
  position: relative;
  z-index: 2;
  font-size: calc(0.046875 * 100vw + 3rem);
}
@media (max-width: 1920px) {
  .p-home-content .section-reviews--title {
    font-size: calc(0.0625 * 100vw + 0rem);
    padding: 0 0 370px 0;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-reviews--title {
    padding: 0 0 255px 0;
    font-size: calc(0.0480769231 * 100vw + 2.0769230769rem);
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-reviews--title {
    padding: 0 0 155px 0;
    font-size: calc(0 * 100vw + 7rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-reviews--title {
    padding: 0 0 175px 0;
    font-size: calc(0.0610687023 * 100vw + 2.3099236641rem);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-reviews--title {
    line-height: 110%;
    padding: 0 0 80px 0;
    font-size: calc(0 * 100vw + 4.6rem);
  }
}
.p-home-content .section-reviews-list {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-home-content .section-reviews-list {
    width: 165vw;
  }
}
.p-home-content .section-reviews-list-wrap {
  position: relative;
}
.p-home-content .section-reviews-list--circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  width: 780px;
  height: 780px;
  background-color: var(--color-light-13);
  border-radius: 50%;
  z-index: 0;
}
@media (max-width: 1920px) {
  .p-home-content .section-reviews-list--circle {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-reviews-list--circle {
    width: 480px;
    height: 480px;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-reviews-list--circle {
    width: 340px;
    height: 340px;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-reviews-list--circle {
    width: 930px;
    height: 930px;
  }
}
.p-home-content .section-reviews-list-item {
  max-width: 55.27vw;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1920px) {
  .p-home-content .section-reviews-list-item {
    max-width: 55.73vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-reviews-list-item {
    max-width: 69.66vw;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-reviews-list-item {
    max-width: 73.33vw;
    padding: 0;
    margin: 0 45px 0 0;
  }
}
.p-home-content .section-reviews-list-item .name {
  line-height: 125%;
  text-align: center;
  font-family: var(--font-medium);
  padding: 0 0 75px 0;
  font-size: calc(0.015625 * 100vw + 2.8rem);
}
@media (max-width: 1920px) {
  .p-home-content .section-reviews-list-item .name {
    padding: 0 0 45px 0;
    font-size: calc(0.0375 * 100vw + -1.4rem);
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-reviews-list-item .name {
    padding: 0 0 38px 0;
    font-size: calc(0.0240384615 * 100vw + 0.5384615385rem);
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-reviews-list-item .name {
    padding: 0 0 25px 0;
    font-size: calc(0 * 100vw + 3rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-reviews-list-item .name {
    font-size: calc(0.0254452926 * 100vw + 1.0458015267rem);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-reviews-list-item .name {
    padding: 0 0 20px 0;
    text-align: left;
    font-size: calc(0 * 100vw + 2rem);
  }
}
.p-home-content .section-reviews-list-item .description {
  line-height: 150%;
  text-align: center;
  font-family: var(--font-medium);
  font-size: calc(0.015625 * 100vw + 0rem);
}
@media (max-width: 1920px) {
  .p-home-content .section-reviews-list-item .description {
    font-size: calc(0.0125 * 100vw + 0.6rem);
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-reviews-list-item .description {
    font-size: calc(0.0192307692 * 100vw + -0.3692307692rem);
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-reviews-list-item .description {
    font-size: calc(0 * 100vw + 1.6rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-reviews-list-item .description {
    font-size: calc(0 * 100vw + 1.6rem);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-reviews-list-item .description {
    line-height: 125%;
    text-align: left;
    font-size: calc(0 * 100vw + 1.6rem);
  }
}
.p-home-content .section-reviews-list .slick-arrow {
  border: 0 none;
  cursor: pointer;
  background-color: transparent;
  padding: 10px;
  max-width: 70px;
  font-size: 0;
  display: block;
  outline: none;
  width: 100%;
}
@media (max-width: 1920px) {
  .p-home-content .section-reviews-list .slick-arrow {
    max-width: 70px;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-reviews-list .slick-arrow {
    max-width: 60px;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-reviews-list .slick-arrow {
    max-width: 50px;
  }
}
.p-home-content .section-reviews-list .slick-arrow svg {
  stroke: var(--color-black);
}
.p-home-content .section-reviews-list .slick-arrow:hover svg {
  stroke: var(--color-pink);
}
.p-home-content .section-reviews--link {
  display: inline-block;
  font-family: var(--font-bold);
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.06em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: var(--color-pink);
  position: relative;
  margin: 285px 0 0 0;
  letter-spacing: 1.5px;
  z-index: 1;
  font-size: calc(0.00625 * 100vw + 0.6rem);
}
.p-home-content .section-reviews--link:hover {
  text-decoration: none;
}
@media (max-width: 1920px) {
  .p-home-content .section-reviews--link {
    margin: 220px 0 0 0;
    font-size: calc(0 * 100vw + 1.8rem);
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-reviews--link {
    margin: 195px 0 0 0;
    font-size: calc(0.0096153846 * 100vw + 0.4153846154rem);
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-reviews--link {
    margin: 130px 0 0 0;
    font-size: calc(0 * 100vw + 1.4rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-reviews--link {
    margin: 150px 0 0 0;
    font-size: calc(0 * 100vw + 1.4rem);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-reviews--link {
    margin: 120px 0 0 0;
    font-size: calc(0 * 100vw + 1.4rem);
  }
}
.p-home-content .section-reviews .slick-slide {
  opacity: 0;
  transition: opacity ease-in 0.6s;
}
.p-home-content .section-reviews .slick-active {
  opacity: 1;
}
.p-home-content .section-simplified {
  min-height: 100vh;
}
.p-home-content .section-simplified-content {
  background-color: #f7f9f9;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -3;
  display: none;
  width: 100vw;
  height: 100vh;
  align-items: flex-end;
}
.p-home-content .section-simplified-content-video {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-home-content .section-simplified-content-video #simplified-video-desktop {
    display: none;
  }
}
.p-home-content .section-simplified-content-video #simplified-video-tablet {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home-content .section-simplified-content-video #simplified-video-tablet {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-simplified-content-video #simplified-video-tablet {
    display: none;
  }
}
.p-home-content .section-simplified-content-video #simplified-video-phone {
  display: none;
}
@media screen and (max-width: 640px) {
  .p-home-content .section-simplified-content-video #simplified-video-phone {
    display: block;
  }
}
.p-home-content .section-simplified-content--title {
  font-family: var(--font-medium);
  line-height: 93%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-violet);
  position: relative;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 85.94vw;
  width: 100%;
  font-size: calc(0.15625 * 100vw + -8rem);
}
@media (max-width: 1920px) {
  .p-home-content .section-simplified-content--title {
    font-size: calc(0.0833333333 * 100vw + 6rem);
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-simplified-content--title {
    font-size: calc(0.1201923077 * 100vw + 0.6923076923rem);
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-simplified-content--title {
    font-size: calc(0.09765625 * 100vw + 3rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-simplified-content--title {
    max-width: 98vw;
    font-size: calc(0.1348600509 * 100vw + 0.1427480916rem);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-simplified-content--title {
    font-size: calc(0 * 100vw + 5.2rem);
  }
}
.p-home-content .section-simplified-content video {
  width: 100%;
  height: 100%;
}
.p-home-content .section-simplified.fixed .section-simplified-content {
  display: flex;
}
.p-home-content .section-faq {
  padding: 500px 15px;
  background-color: var(--color-white-0);
}
@media (max-width: 1920px) {
  .p-home-content .section-faq {
    padding: 390px 15px 350px 15px;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-faq {
    padding: 295px 15px 315px 15px;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-faq {
    padding: 195px 15px 200px 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-faq {
    padding: 175px 35px 180px 35px;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-faq {
    padding: 120px 15px 115px 15px;
  }
}
.p-home-content .section-ready {
  position: relative;
  overflow: hidden;
  margin: 0;
  z-index: 1;
  align-items: center;
  padding: 565px 0 0 0;
  min-height: 168.75vh;
}
@media (max-width: 1920px) {
  .p-home-content .section-ready {
    min-height: 167.13vh;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-ready {
    min-height: 149.44vh;
    padding: 395px 0 0 0;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-ready {
    min-height: 136.07vh;
    padding: 295px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-ready {
    flex-direction: row;
    justify-content: space-between;
    padding: 230px 0 0 0;
    min-height: 109.38vh;
    background-color: var(--color-white-0);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-ready {
    flex-wrap: wrap;
    padding: 145px 0 0 0;
    align-items: flex-start;
    min-height: unset;
  }
}
.p-home-content .section-ready-description {
  flex: 0 0 53%;
  padding: 0 15px 65px 15px;
}
@media (max-width: 1920px) {
  .p-home-content .section-ready-description {
    flex: 0 0 51%;
    padding: 0 15px 155px 15px;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-ready-description {
    flex: 0 0 56%;
    padding: 0 15px 105px 15px;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-ready-description {
    flex: 0 0 54%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-ready-description {
    padding: 15px 15px 0 35px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-ready-description {
    flex: 0 0 100%;
    padding: 15px 15px 0 40px;
    min-height: unset;
  }
}
.p-home-content .section-ready-pictures {
  position: relative;
  flex: 0 0 40%;
  padding: 0 0 100px 0;
}
@media (max-width: 1920px) {
  .p-home-content .section-ready-pictures {
    flex: 0 0 42%;
    padding: 0 0 180px 0;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-ready-pictures {
    flex: 0 0 37%;
    padding: 0 0 105px 0;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-ready-pictures {
    flex: 0 0 40%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-ready-pictures {
    flex: 0 0 56%;
    padding: 0;
    transform: translate(6vw, -8vh);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-ready-pictures {
    transform: translate(13vw, -8vh);
    flex: 0 0 75%;
    margin: 70px 0 20px auto;
  }
}
.p-home-content .section-ready-pictures .phone {
  position: absolute;
  bottom: -10vh;
  left: -5vw;
  width: 20.7vw;
}
@media (max-width: 1920px) {
  .p-home-content .section-ready-pictures .phone {
    bottom: -3vh;
    left: -9vw;
    width: 21.35vw;
    top: unset;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-ready-pictures .phone {
    bottom: -5vh;
    left: -6.5vw;
    width: 18.06vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-ready-pictures .phone {
    bottom: 8.5vh;
    left: -9.5vw;
    width: 26.04vw;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-ready-pictures .phone {
    bottom: 4vh;
    left: -14vw;
    width: 38.67vw;
  }
}
@media (max-width: 375px) {
  .p-home-content .section-ready-pictures .phone {
    bottom: 0;
  }
}
.p-home-content .section-ready-pictures > img {
  transform: translateX(5px);
  border-radius: 5px;
  box-shadow: -6px -14px 102px rgba(119, 117, 124, 0.3);
}
.p-home-content .section-ready-bg--left {
  position: absolute;
  top: 0;
  left: 0;
  width: 3438px;
  height: 3438px;
  border-radius: 50%;
  background-color: var(--color-violet);
  z-index: -1;
  transform-origin: center;
  transform: translate(-19.5vw, 0vh);
}
@media (max-width: 1920px) {
  .p-home-content .section-ready-bg--left {
    width: 2476px;
    height: 2476px;
    transform: translate(-14.5vw, 0vh);
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-ready-bg--left {
    width: 1775px;
    height: 1775px;
    transform: translate(-12.5vw, 0vh);
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-ready-bg--left {
    width: 1363px;
    height: 1363px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-ready-bg--left {
    transform: translate(-33.5vw, 0vh);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-ready-bg--left {
    width: 900px;
    height: 900px;
    transform: translate(-70.5vw, 0vh);
  }
}
.p-home-content .section-ready-bg--right {
  position: absolute;
  top: 0;
  right: 0;
  width: 2425px;
  height: 2425px;
  border-radius: 50%;
  background-color: var(--color-light-3);
  z-index: -1;
  transform-origin: center;
  transform: translate(39vw, 26vh);
}
@media (max-width: 1920px) {
  .p-home-content .section-ready-bg--right {
    width: 1800px;
    height: 1800px;
    transform: translate(38vw, 21vh);
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-ready-bg--right {
    width: 1254px;
    height: 1254px;
    transform: translate(36vw, 23.5vh);
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-ready-bg--right {
    width: 963px;
    height: 963px;
    transform: translate(39vw, 17.5vh);
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-ready-bg--right {
    transform: translate(71vw, 13.5vh);
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-ready-bg--right {
    width: 380px;
    height: 380px;
    transform: translate(50%, 345px);
  }
}
.p-home-content .section-ready .title {
  color: var(--color-white);
  max-width: 660px;
  padding: 0 0 100px 0;
  text-transform: initial;
}
@media (max-width: 1920px) {
  .p-home-content .section-ready .title {
    padding: 0 0 80px 0;
    max-width: 495px;
    max-width: 25.78vw;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-ready .title {
    max-width: 26.39vw;
    padding: 0 0 65px 0;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-ready .title {
    max-width: 28.32vw;
    padding: 0 0 45px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-content .section-ready .title {
    font-size: 52px;
    max-width: 35.81vw;
  }
}
@media screen and (max-width: 640px) {
  .p-home-content .section-ready .title {
    font-size: 46px;
    max-width: 240px;
    padding: 0 0 30px 0;
  }
}
.p-home-content .section-ready .button {
  min-width: 380px;
}
@media (max-width: 1920px) {
  .p-home-content .section-ready .button {
    min-width: 345px;
    min-height: 65px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 1440px) {
  .p-home-content .section-ready .button {
    min-width: 265px;
    min-height: 56px;
    letter-spacing: 1.5px;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .p-home-content .section-ready .button {
    min-width: 214px;
    min-height: 48px;
    letter-spacing: 1px;
    font-size: 12px;
  }
}

.p-home.hebrew .c-header-menu {
  border-left: 1.5px solid var(--color-violet-0);
  border-right: none;
}
@media (max-width: 1024px) {
  .p-home.hebrew .c-header-menu {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-home.hebrew .c-header-menu {
    border-left: unset;
    border: none;
    margin: 0 15px 0 0;
  }
}
.p-home.hebrew .c-header-basket {
  display: flex;
  align-items: center;
  margin: 0 55px 5px 55px;
}
@media (max-width: 1920px) {
  .p-home.hebrew .c-header-basket {
    margin: 0 40px;
  }
}
@media (max-width: 1024px) {
  .p-home.hebrew .c-header-basket {
    display: none;
  }
}
.p-home.hebrew .c-header .burger {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .c-header .burger {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-home.hebrew .c-header .burger {
    margin: 0 30px 0 0;
  }
}
.p-home.hebrew .c-header-menu .menu > li:last-child {
  margin: 0 0 0 30px;
}
.p-home.hebrew .c-header .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
  padding: 0 0 0 25px;
}
.p-home.hebrew .c-header-menu .menu > .menu-item-has-children > .sub-menu li svg {
  display: none;
}
.p-home.hebrew .c-header-menu .menu > .menu-item-has-children > .sub-menu {
  right: unset;
  left: calc(0% + 15px);
  transform: translate(-50%, 0);
}
.p-home.hebrew .c-header-mobile-menu .menu li svg {
  margin: 0 13px 0 0;
  top: 0px;
}
.p-home.hebrew .c-header-mobile-menu .menu > .menu-item-has-children .menu-item-has-children > a, .p-home.hebrew .c-header-mobile-menu .menu > .menu-item-has-children .menu-item-has-children > a {
  color: var(--color-pink);
  font-size: 14px;
  text-transform: uppercase;
  pointer-events: none;
  opacity: 0.5;
}
.p-home.hebrew .c-header-mobile-menu .menu > .menu-item-has-children .menu-item-has-children > a svg, .p-home.hebrew .c-header-mobile-menu .menu > .menu-item-has-children .menu-item-has-children > a svg {
  display: none;
}
.p-home.hebrew .c-header .wpml-ls-legacy-dropdown {
  margin: 0 15px 0 0;
}
.p-home.hebrew .c-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle .wpml-ls-native:after {
  left: 0;
  right: unset;
}
.p-home.hebrew .p-home-content .button-store img {
  margin: 0 0 0 15px;
}
.p-home.hebrew .p-home-content-bg {
  transform: scale(-1, 1);
}
.p-home.hebrew .p-home-content .pre-title {
  left: unset;
  right: 200px;
}
@media (max-width: 1920px) {
  .p-home.hebrew .p-home-content .pre-title {
    right: 150px;
  }
}
@media (max-width: 1440px) {
  .p-home.hebrew .p-home-content .pre-title {
    right: 120px;
  }
}
@media (max-width: 1024px) {
  .p-home.hebrew .p-home-content .pre-title {
    right: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .p-home-content .pre-title {
    right: unset;
  }
}
.p-home.hebrew .p-home-content .section-description {
  padding: 0 200px 0 0;
}
@media (max-width: 1920px) {
  .p-home.hebrew .p-home-content .section-description {
    padding: 0 150px 0 0;
  }
}
@media (max-width: 1440px) {
  .p-home.hebrew .p-home-content .section-description {
    padding: 0 120px 0 0;
  }
}
@media (max-width: 1024px) {
  .p-home.hebrew .p-home-content .section-description {
    padding: 0 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .p-home-content .section-description {
    padding: 0 8.46vw 70px 8.46vw;
  }
}
@media screen and (max-width: 640px) {
  .p-home.hebrew .p-home-content .section-description {
    padding: 0 2.67vw 35px 2.67vw;
  }
}
.p-home.hebrew .p-home-content .section-description-pinned .counter {
  right: 50px;
  left: unset;
}
@media (max-width: 1440px) {
  .p-home.hebrew .p-home-content .section-description-pinned .counter {
    right: 25px;
  }
}
@media (max-width: 1024px) {
  .p-home.hebrew .p-home-content .section-description-pinned .counter {
    right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .p-home-content .section-description-pinned .counter {
    right: -55px;
  }
}
.p-home.hebrew .p-home-content .section-pictures .phone {
  transform: translate(2.5vw, 1vh);
}
@media (max-width: 1920px) {
  .p-home.hebrew .p-home-content .section-pictures .phone {
    transform: translate(11.5vw, 1vh);
  }
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .p-home-content .section-pictures .phone {
    transform: unset;
  }
}
.p-home.hebrew .p-home-content .section-top {
  justify-content: flex-start;
}
.p-home.hebrew .p-home-content .section-top .button-store {
  margin: 0 0 0 25px;
}
@media screen and (max-width: 640px) {
  .p-home.hebrew .p-home-content .section-top .button-store {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 1920px) {
  .p-home.hebrew .p-home-content .section-top-pictures-main {
    left: 0vw;
  }
}
@media (max-width: 1440px) {
  .p-home.hebrew .p-home-content .section-top-pictures-main {
    left: 4vw;
  }
}
@media screen and (max-width: 640px) {
  .p-home.hebrew .p-home-content .section-top-pictures-main {
    left: 0;
  }
}
.p-home.hebrew .p-home-content .section-top-pictures-bg {
  transform: translate(5vw, 3.5vh);
}
@media (max-width: 1440px) {
  .p-home.hebrew .p-home-content .section-top-description {
    padding: 0 50px 0 0;
  }
}
@media (max-width: 1024px) {
  .p-home.hebrew .p-home-content .section-top-description {
    padding: 0 35px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .p-home-content .section-top-description {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-home.hebrew .p-home-content .section-top-description {
    padding: 40px 0 0 0;
  }
}
.p-home.hebrew .p-home-content .section-calendar-pictures .phone-right {
  left: -2.3vw;
  right: unset;
}
@media (max-width: 1920px) {
  .p-home.hebrew .p-home-content .section-calendar-pictures .phone-right {
    left: -4.3vw;
  }
}
@media (max-width: 1024px) {
  .p-home.hebrew .p-home-content .section-calendar-pictures .phone-right {
    left: -2.3vw;
  }
}
.p-home.hebrew .p-home-content .section-calendar-pictures .phone-left {
  right: -4vw;
  left: unset;
}
@media (max-width: 1920px) {
  .p-home.hebrew .p-home-content .section-calendar-pictures .phone-left {
    right: -6vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .p-home-content .section-calendar-pictures .phone-main {
    transform: unset;
  }
}
.p-home.hebrew .p-home-content .section-email-pictures .phone-reminders-icon {
  left: unset;
  right: -10%;
}
.p-home.hebrew .p-home-content .section-email-pictures .phone-reminders-waves {
  left: unset;
  right: 15%;
}
.p-home.hebrew .p-home-content .section-customs-pictures .phone-right-1 {
  right: unset;
  left: -2vw;
}
.p-home.hebrew .p-home-content .section-customs-pictures .phone-right-2 {
  right: unset;
  left: -5vw;
}
.p-home.hebrew .p-home-content .section-customs-pictures .phone {
  left: 2vw;
}
@media (max-width: 1920px) {
  .p-home.hebrew .p-home-content .section-customs-pictures .phone {
    left: -6vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .p-home-content .section-customs-pictures .phone {
    left: 4vw;
    top: 2.5vh;
  }
}
.p-home.hebrew .p-home-content .section-ask-pictures .phone-reminders-icon {
  right: 5%;
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .p-home-content .section-ask-pictures .phone-reminders-icon {
    right: 5%;
  }
}
.p-home.hebrew .p-home-content .section-ask-pictures .phone-reminders-shapes {
  right: -5%;
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .p-home-content .section-ask-pictures .phone-reminders-shapes {
    right: 0%;
  }
}
@media screen and (max-width: 640px) {
  .p-home.hebrew .p-home-content .section-ask-pictures .phone-reminders-shapes {
    right: -5%;
  }
}
.p-home.hebrew .p-home-content .section-ask-pictures .phone-reminders-shapes svg {
  transform: scale(-1, 1);
}
.p-home.hebrew .p-home-content .section-design-pictures {
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .p-home-content .section-design-pictures {
    justify-content: flex-end;
  }
}
.p-home.hebrew .p-home-content .section-design-pictures-right {
  left: 6vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .p-home-content .section-design-pictures-right {
    left: unset;
    transform: unset;
    right: 25px;
  }
}
.p-home.hebrew .p-home-content .section-design-pictures img {
  transform: scale(-1, 1);
}
.p-home.hebrew .p-home-content .section-accuracy-pictures {
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .p-home-content .section-accuracy-pictures {
    justify-content: flex-end;
  }
}
.p-home.hebrew .p-home-content .section-accuracy-pictures-right {
  left: 4vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .p-home-content .section-accuracy-pictures-right {
    left: unset;
    transform: unset;
    right: 25px;
  }
}
.p-home.hebrew .p-home-content .section-accuracy-pictures img {
  transform: scale(-1, 1);
}
.p-home.hebrew .p-home-content .section-more-list .list-item-icon {
  transform: scale(-1, 1);
}
.p-home.hebrew .p-home-content .section-download {
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .p-home-content .section-download {
    flex-direction: unset;
    justify-content: unset;
    flex-wrap: wrap;
  }
}
.p-home.hebrew .p-home-content .section-download-description {
  flex: 0 0 45%;
  padding: 0 0 0 200px;
}
@media (max-width: 1920px) {
  .p-home.hebrew .p-home-content .section-download-description {
    padding: 0 0 0 150px;
    flex: 0 0 43%;
  }
}
@media (max-width: 1440px) {
  .p-home.hebrew .p-home-content .section-download-description {
    padding: 0 0 0 120px;
    flex: 0 0 45%;
  }
}
@media (max-width: 1024px) {
  .p-home.hebrew .p-home-content .section-download-description {
    padding: 0 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .p-home-content .section-download-description {
    padding: 0 8.46vw;
    min-height: unset;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 640px) {
  .p-home.hebrew .p-home-content .section-download-description {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .p-home-content .section-download-pictures-box {
    transform: translate(-19.5vw, 9vh);
  }
}
.p-home.hebrew .p-home-content .section-download .button-store {
  margin: 0;
}
.p-home.hebrew .p-home-content .section-download .button-store:last-of-type {
  margin: 0 10px 0 0;
}
.p-home.hebrew .p-home-content .section-register {
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .p-home-content .section-register {
    flex-direction: unset;
    justify-content: unset;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .p-home.hebrew .p-home-content .section-register {
    flex-direction: column;
  }
}
.p-home.hebrew .p-home-content .section-register-pictures {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .p-home-content .section-register-pictures {
    transform: translate(-10px, 0vh);
  }
}
.p-home.hebrew .p-home-content .section-register-description {
  flex: 0 0 48%;
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .p-home-content .section-register-description {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 640px) {
  .p-home.hebrew .p-home-content .section-register-description {
    padding: 145px 15px 0 15px;
  }
}
.p-home.hebrew .p-home-content .section-ready {
  flex-direction: row-reverse;
  transform: scale(-1, 1);
}
.p-home.hebrew .p-home-content .section-ready-description {
  padding: 0;
  justify-content: flex-end;
}
.p-home.hebrew .p-home-content .section-ready-description .text-wrap {
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .p-home-content .section-ready-description .text-wrap {
    align-items: flex-end;
    padding: 0 35px 0 0;
  }
}
.p-home.hebrew .p-home-content .section-ready-pictures .phone {
  bottom: -14vh;
  left: -6vw;
}
@media (max-width: 1920px) {
  .p-home.hebrew .p-home-content .section-ready-pictures .phone {
    left: -15vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .p-home-content .section-ready-pictures .phone {
    left: -5vw;
    bottom: 9vh;
  }
}
@media screen and (max-width: 640px) {
  .p-home.hebrew .p-home-content .section-ready-pictures .phone {
    left: -13vw;
    bottom: 0vh;
  }
}
.p-home.hebrew .p-home-content .section-ready-pictures {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .p-home-content .section-ready-pictures {
    transform: translate(6vw, 0vh);
  }
}
@media screen and (max-width: 640px) {
  .p-home.hebrew .p-home-content .section-ready-pictures {
    transform: translate(6vw, -4vh);
  }
}
.p-home.hebrew .p-home-content .section-ready-pictures img {
  transform: scale(-1, 1);
}
.p-home.hebrew .p-home-content .section-ready-pictures > img {
  transform: translate(10vw, 0) scale(-1, 1);
  border-radius: 5px;
  box-shadow: -6px -14px 102px rgba(119, 117, 124, 0.3);
}
@media (max-width: 1440px) {
  .p-home.hebrew .p-home-content .section-ready-pictures > img {
    transform: translate(7vw, 0) scale(-1, 1);
  }
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .p-home-content .section-ready-pictures > img {
    transform: translate(11vw, 0) scale(-1, 1);
  }
}
.p-home.hebrew .p-home-content .section-ready-bg--right {
  right: 12vw;
  transform: translate(50%, 320px);
}
@media (max-width: 1440px) {
  .p-home.hebrew .p-home-content .section-ready-bg--right {
    top: -10vh;
  }
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .p-home-content .section-ready-bg--right {
    top: -10vh;
    right: -6vw;
  }
}
@media screen and (max-width: 640px) {
  .p-home.hebrew .p-home-content .section-ready-bg--right {
    top: 3vh;
    right: -1vw;
  }
}
.p-home.hebrew .p-home-content .section-reviews .slick-arrow {
  transform: scale(-1, 1);
}
.p-home.hebrew .p-home-content .section-approbations .slick-list {
  transform: translate(11.5vw, 0);
}
@media (max-width: 1920px) {
  .p-home.hebrew .p-home-content .section-approbations .slick-list {
    transform: translate(13vw, 0);
  }
}
@media (max-width: 1440px) {
  .p-home.hebrew .p-home-content .section-approbations .slick-list {
    transform: translate(20vw, 0);
  }
}
@media (max-width: 1024px) {
  .p-home.hebrew .p-home-content .section-approbations .slick-list {
    transform: translate(10vw, 0);
  }
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .p-home-content .section-approbations .slick-list {
    transform: translate(32vw, 0);
  }
}
@media screen and (max-width: 640px) {
  .p-home.hebrew .p-home-content .section-approbations .slick-list {
    transform: translate(70vw, 0);
  }
}
.p-home.hebrew .p-home-content .section-approbations .slick-track {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .p-home.hebrew .c-footer-top-social--title {
    text-align: right;
  }
}
.p-home.hebrew .c-footer-top-social {
  justify-content: flex-start;
}

.p-faqs .c-faqs {
  margin: 200px auto 250px auto;
  padding: 0 35px;
}
@media (max-width: 1920px) {
  .p-faqs .c-faqs {
    margin: 150px auto 200px auto;
  }
}
@media (max-width: 1440px) {
  .p-faqs .c-faqs {
    margin: 150px auto;
  }
}
@media (max-width: 1024px) {
  .p-faqs .c-faqs {
    margin: 100px auto;
  }
}
@media screen and (max-width: 640px) {
  .p-faqs .c-faqs {
    padding: 0 15px;
    margin: 75px auto;
  }
}
.p-faqs .c-faqs--text p {
  line-height: 130%;
}
.p-faqs .c-faqs--bottom {
  font-family: var(--font-medium);
  font-size: 68px;
  line-height: 125%;
  text-align: center;
  padding: 200px 0 0 0;
}
@media (max-width: 1920px) {
  .p-faqs .c-faqs--bottom {
    padding: 150px 0 0 0;
    font-size: 58px;
  }
}
@media (max-width: 1440px) {
  .p-faqs .c-faqs--bottom {
    padding: 100px 0 0 0;
    font-size: 48px;
  }
}
@media screen and (max-width: 640px) {
  .p-faqs .c-faqs--bottom {
    padding: 50px 0 0 0;
    font-size: 28px;
  }
}
.p-faqs .c-faqs .button {
  margin: 70px 0 0 0;
}
@media screen and (max-width: 640px) {
  .p-faqs .c-faqs .button {
    margin: 50px 0 0 0;
  }
}

.p-testimonials .p-default-content {
  margin: 100px auto 250px auto;
}
@media (max-width: 1920px) {
  .p-testimonials .p-default-content {
    margin: 80px auto 200px auto;
  }
}
@media (max-width: 1440px) {
  .p-testimonials .p-default-content {
    margin: 70px auto 150px auto;
  }
}
@media (max-width: 1024px) {
  .p-testimonials .p-default-content {
    margin: 60px auto 100px auto;
  }
}
@media screen and (max-width: 640px) {
  .p-testimonials .p-default-content {
    margin: 40px auto 75px auto;
  }
}

.p-contact .p-default-content {
  margin: 160px auto 250px auto;
}
@media (max-width: 1920px) {
  .p-contact .p-default-content {
    margin: 140px auto 200px auto;
  }
}
@media (max-width: 1440px) {
  .p-contact .p-default-content {
    margin: 120px auto 150px auto;
  }
}
@media (max-width: 1024px) {
  .p-contact .p-default-content {
    margin: 100px auto 100px auto;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .p-default-content {
    margin: 80px auto 100px auto;
  }
}
@media screen and (max-width: 640px) {
  .p-contact .p-default-content {
    margin: 60px auto 75px auto;
  }
}
.p-contact .p-default-content p {
  max-width: 43.75vw;
  margin: 0 auto;
  text-align: center;
  color: var(--color-black);
}
@media (max-width: 1440px) {
  .p-contact .p-default-content p {
    max-width: 58.33vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .p-default-content p {
    max-width: 70.31vw;
  }
}
@media screen and (max-width: 640px) {
  .p-contact .p-default-content p {
    max-width: unset;
  }
}
.p-contact .p-default-content .form {
  padding: 120px 0 0 0;
  max-width: 460px;
  margin: 0 auto;
}
@media (max-width: 1920px) {
  .p-contact .p-default-content .form {
    padding: 100px 0 0 0;
  }
}
@media (max-width: 1440px) {
  .p-contact .p-default-content .form {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 1024px) {
  .p-contact .p-default-content .form {
    padding: 60px 0 0 0;
  }
}
.p-contact .p-default-content .form input, .p-contact .p-default-content .form textarea {
  margin: 0 0 20px 0;
}
.p-contact .p-default-content .form input[type=submit] {
  margin: 0;
}

.p-certification .p-default-content h2 {
  color: var(--color-pink);
}
.p-certification .p-default-content a {
  color: var(--color-pink);
}

.p-checklist .p-default-content {
  margin-top: 140px;
}
.p-checklist .p-default-content h2 {
  padding-bottom: 50px;
}
.p-checklist .p-default-content--bottom {
  padding: 60px 0 0 0;
}
.p-checklist .p-checklist-box {
  padding: 45px 0 0 0;
}
.p-checklist .p-checklist-box-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-checklist .p-checklist-box .button {
  margin-top: 130px;
  min-height: 50px;
  min-width: 190px;
  font-size: 12px;
  color: var(--color-pink);
  background-color: transparent;
  border: 2px solid var(--color-pink);
  box-sizing: border-box;
  border-radius: 40px;
  outline: none;
}
.p-checklist.he input[type=checkbox] + label {
  padding-left: 0;
  padding-right: 65px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .p-checklist.he input[type=checkbox] + label {
    font-size: 20px;
    min-height: 40px;
  }
}
.p-checklist.he input[type=checkbox] + label:before {
  left: 0;
  right: 14px;
}
.p-checklist.he input[type=checkbox] + label:after {
  left: auto;
  right: 0;
}

.p-team .p-default-content--title {
  padding-top: 100px;
  color: var(--color-black);
}
@media (max-width: 1440px) {
  .p-team .p-default-content--title {
    padding-top: 50px;
  }
}
@media (max-width: 1440px) {
  .p-team .p-default-content--title {
    padding-top: 25px;
  }
}
.p-team .p-default-content--text {
  padding: 85px 0 0 0;
  color: var(--color-black);
}
@media (max-width: 1024px) {
  .p-team .p-default-content--text {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 1024px) {
  .p-team .p-default-content--text {
    padding: 25px 0 0 0;
  }
}
.p-team-box {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.p-team-box-item-wrap {
  padding: 160px 15px 0 15px;
  flex: 0 0 47%;
}
@media (max-width: 1024px) {
  .p-team-box-item-wrap {
    padding: 80px 15px 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-team-box-item-wrap {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 640px) {
  .p-team-box-item-wrap {
    flex: 0 0 100%;
    padding: 60px 15px 0 15px;
  }
}
.p-team-box-item--image {
  margin: 0 0 25px 0;
}
.p-team-box-item--image img {
  width: 100%;
  height: auto;
}
.p-team-box-item--name {
  font-family: var(--font-medium);
  font-size: 50px;
  line-height: 140%;
  padding: 0 0 10px 0;
}
@media (max-width: 1920px) {
  .p-team-box-item--name {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .p-team-box-item--name {
    font-size: 30px;
  }
}
.p-team-box-item--position {
  line-height: 132%;
  font-family: var(--font-medium);
  font-size: 40px;
  line-height: 132%;
  padding: 0 0 40px 0;
}
@media (max-width: 1920px) {
  .p-team-box-item--position {
    padding: 0 0 35px 0;
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .p-team-box-item--position {
    font-size: 26px;
  }
}
.p-team-box-item--text {
  font-family: var(--font-medium);
  font-size: 25px;
  line-height: 155%;
}
@media (max-width: 1920px) {
  .p-team-box-item--text {
    font-size: 20px;
  }
}
@media (max-width: 1920px) {
  .p-team-box-item--text {
    font-size: 18px;
  }
}

.woocommerce-page .woocommerce-result-count {
  display: none;
}
.woocommerce-page .p-default-content {
  padding-left: 2.6vw;
  padding-right: 2.6vw;
  max-width: 100%;
}
.woocommerce-page .woocommerce-ordering select {
  border-radius: 15px;
  padding-left: 15px;
  font-size: 16px;
  height: 40px;
  font-style: normal;
  font-stretch: normal;
  color: var(--color-black);
  border: 1px solid var(--color-pink);
  transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.woocommerce-page .woocommerce-ordering select:focus {
  border-color: var(--color-pink);
}
@media (max-width: 1024px) {
  .woocommerce-page .woocommerce-ordering select {
    height: 40px;
    font-size: 1.5rem;
  }
}
.woocommerce-page .woocommerce-ordering select option {
  padding-top: 5px;
  padding-bottom: 5px;
}
.woocommerce-page .woocommerce-ordering select option:hover {
  background-color: var(--color-pink);
}
.woocommerce-page .woocommerce-ordering select:focus,
.woocommerce-page .woocommerce-ordering select:hover,
.woocommerce-page .woocommerce-ordering option:hover,
.woocommerce-page .woocommerce-ordering option:focus {
  outline: none;
}
.woocommerce-page .woocommerce > div > form {
  display: none;
}
@media screen and (max-width: 640px) {
  .woocommerce-page .woocommerce ul.products li.product {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .woocommerce-page ul.products li.product {
    width: 100%;
  }
}
.woocommerce-page ul.products li.product .woocommerce-loop-product__link {
  display: block;
}
.woocommerce-page ul.products li.product .woocommerce-loop-product__link img {
  max-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  color: var(--color-black);
  font-size: 20px;
  line-height: 120%;
}
.woocommerce-page ul.products li.product .price {
  font-size: 20px;
  color: var(--color-pink);
}
.woocommerce-page ul.products li.product .add_to_cart_button {
  background-color: var(--color-pink);
  color: var(--color-white);
  border: 1.5px solid var(--color-pink);
  border-radius: 40px;
  padding: 12px;
  min-width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  min-height: 64px;
  text-transform: uppercase;
  font-family: var(--font-bold);
}
@media screen and (max-width: 640px) {
  .woocommerce-page ul.products li.product .add_to_cart_button {
    font-size: 14px;
    min-height: 40px;
  }
}
.woocommerce-page ul.products li.product .add_to_cart_button.disabled {
  background-color: var(--color-pink);
}
.woocommerce-page ul.products li.product .add_to_cart_button:hover {
  background-color: var(--color-light-18);
}

.p-download.page-id-66 .screen-img {
  display: none;
}
.p-download.page-id-66 .screen-img.screen-img-en {
  display: block;
}
.p-download.page-id-68 .screen-img {
  display: none;
}
.p-download.page-id-68 .screen-img.screen-img-fr {
  display: block;
}
.p-download.page-id-69 .screen-img {
  display: none;
}
.p-download.page-id-69 .screen-img.screen-img-he {
  display: block;
}
.p-download.page-id-70 .screen-img {
  display: none;
}
.p-download.page-id-70 .screen-img.screen-img-ru {
  display: block;
}
.p-download.page-id-71 .screen-img {
  display: none;
}
.p-download.page-id-71 .screen-img.screen-img-es {
  display: block;
}
.p-download-content .title {
  position: relative;
  font-size: 120px;
  line-height: 115%;
  max-width: 1160px;
  padding: 0 0 50px 0;
  width: 100%;
  letter-spacing: 3.2px;
  text-transform: capitalize;
  font-size: calc(0.046875 * 100vw + 0rem);
}
@media (max-width: 1920px) {
  .p-download-content .title {
    font-size: calc(0.0416666667 * 100vw + 1rem);
    max-width: 41.67vw;
    letter-spacing: 0;
    padding: 0 0 40px 0;
  }
}
@media (max-width: 1440px) {
  .p-download-content .title {
    line-height: 110%;
    padding: 0 0 20px 0;
    font-size: calc(0.0432692308 * 100vw + 0.7692307692rem);
  }
}
@media (max-width: 1024px) {
  .p-download-content .title {
    padding: 0 0 25px 0;
    max-width: 44.92vw;
    font-size: calc(0.0390625 * 100vw + 1.2rem);
  }
}
@media screen and (max-width: 768px) {
  .p-download-content .title {
    max-width: 52%;
    padding: 0;
    font-size: calc(0.0152671756 * 100vw + 3.027480916rem);
  }
}
@media screen and (max-width: 640px) {
  .p-download-content .title {
    max-width: 100%;
    padding: 0 0 15px 0;
    font-size: calc(0 * 100vw + 3.6rem);
  }
}
.p-download-content .text {
  line-height: 140%;
  color: #635c68;
  font-family: var(--font-medium);
  max-width: 30.08vw;
  font-size: calc(0.0125 * 100vw + 0rem);
}
@media (max-width: 1920px) {
  .p-download-content .text {
    font-size: calc(0.0083333333 * 100vw + 0.8rem);
    max-width: 31.25vw;
  }
}
@media (max-width: 1440px) {
  .p-download-content .text {
    line-height: 125%;
    font-size: calc(0.0096153846 * 100vw + 0.6153846154rem);
  }
}
@media (max-width: 1024px) {
  .p-download-content .text {
    max-width: 36.62vw;
    font-size: calc(0 * 100vw + 1.6rem);
  }
}
@media screen and (max-width: 768px) {
  .p-download-content .text {
    font-size: calc(0 * 100vw + 1.6rem);
    padding: 0 0 0 15px;
    max-width: 44%;
  }
}
@media screen and (max-width: 640px) {
  .p-download-content .text {
    max-width: 100%;
    padding: 0;
    line-height: 120%;
    font-size: calc(0 * 100vw + 1.6rem);
  }
}
.p-download-content .text a {
  text-decoration: underline;
}
.p-download-content .text a:hover {
  text-decoration: none;
}
.p-download-content img {
  width: 100%;
  height: auto;
  transform-origin: center;
}
.p-download .section {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  position: relative;
  min-height: 133.33vh;
  margin: 0 0 26.74vh 0;
}
@media (max-width: 1920px) {
  .p-download .section {
    min-height: 129.63vh;
    margin: 0 0 27.78vh 0;
  }
}
@media (max-width: 1440px) {
  .p-download .section {
    min-height: 100vh;
    margin: 0 0 42.78vh 0;
  }
}
@media (max-width: 1024px) {
  .p-download .section {
    margin: 0 0 21.48vh 0;
  }
}
@media screen and (max-width: 768px) {
  .p-download .section {
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
    min-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .p-download .section {
    min-height: 100vh;
    padding: 0 4vw;
  }
}
.p-download .section-download {
  margin: 0;
}
@media (max-width: 1024px) {
  .p-download .section-download {
    min-height: 76.17vh;
  }
}
@media screen and (max-width: 768px) {
  .p-download .section-download {
    min-height: 90.82vh;
  }
}
.p-download .section-download-description {
  padding: 40px 15px 0 15px;
  flex: 0 0 40%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
@media (max-width: 1920px) {
  .p-download .section-download-description {
    padding: 120px 15px 0 15px;
    flex: 0 0 41%;
  }
}
@media (max-width: 1024px) {
  .p-download .section-download-description {
    flex: 0 0 41%;
  }
}
@media screen and (max-width: 768px) {
  .p-download .section-download-description {
    padding: 0 8.46vw;
    min-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .p-download .section-download-description {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-download .section-download-description-store {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.p-download .section-download .title {
  padding: 0 0 55px 0;
}
@media (max-width: 1920px) {
  .p-download .section-download .title {
    padding: 0 0 35px 0;
  }
}
@media (max-width: 1440px) {
  .p-download .section-download .title {
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-download .section-download .title {
    font-size: 52px;
    max-width: unset;
    padding: 0 0 20px 0;
  }
}
@media screen and (max-width: 640px) {
  .p-download .section-download .title {
    font-size: 35px;
  }
}
.p-download .section-download .text {
  max-width: 23.05vw;
  padding: 0 0 85px 0;
}
@media (max-width: 1920px) {
  .p-download .section-download .text {
    padding: 0 0 65px 0;
  }
}
@media (max-width: 1440px) {
  .p-download .section-download .text {
    max-width: 33.33vw;
    padding: 0 0 65px 0;
  }
}
@media (max-width: 1024px) {
  .p-download .section-download .text {
    max-width: 29.3vw;
    padding: 0 0 45px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-download .section-download .text {
    max-width: 43.62vw;
    padding: 0 0 35px 0;
  }
}
@media screen and (max-width: 640px) {
  .p-download .section-download .text {
    max-width: 80vw;
    padding: 0 0 30px 0;
  }
}
.p-download .section-download .button-store {
  margin: 0 30px 0 0;
  min-width: 255px;
}
@media (max-width: 1920px) {
  .p-download .section-download .button-store {
    min-width: 235px;
    min-height: 65px;
  }
}
@media (max-width: 1440px) {
  .p-download .section-download .button-store {
    margin: 0 10px 0 0;
    min-width: 170px;
    min-height: 46px;
    padding: 8px;
  }
}
@media screen and (max-width: 640px) {
  .p-download .section-download .button-store {
    margin: 0 10px 0 0;
    min-width: 165px;
    min-height: 40px;
    padding: 5px;
  }
  .p-download .section-download .button-store:last-of-type {
    margin: 0;
  }
}
.p-download .section-download-pictures {
  flex: 0 0 53%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1920px) {
  .p-download .section-download-pictures {
    flex: 0 0 52%;
  }
}
@media (max-width: 1440px) {
  .p-download .section-download-pictures {
    flex: 0 0 52.5%;
  }
}
@media screen and (max-width: 768px) {
  .p-download .section-download-pictures {
    justify-content: flex-start;
    align-items: flex-start;
    flex: 0 0 50%;
  }
}
.p-download .section-download-pictures-box {
  display: flex;
  max-width: 59.9vw;
  transform: translate(-2vw, 8vh);
}
@media (max-width: 1920px) {
  .p-download .section-download-pictures-box {
    transform: translate(-4vw, 12vh);
  }
}
@media (max-width: 1440px) {
  .p-download .section-download-pictures-box {
    transform: translate(-4vw, 5vh);
  }
}
@media (max-width: 1024px) {
  .p-download .section-download-pictures-box {
    transform: translate(-0.5vw, 17vh);
  }
}
@media screen and (max-width: 768px) {
  .p-download .section-download-pictures-box {
    transform: translate(11.5vw, 9vh);
  }
}
@media screen and (max-width: 640px) {
  .p-download .section-download-pictures-box {
    max-width: unset;
    transform: translate(-8vw, 0);
    margin: 65px auto 0 auto;
  }
}
.p-download .section-download-pictures-box .right {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translate(10vw, -6vh);
}
@media screen and (max-width: 768px) {
  .p-download .section-download-pictures-box .right {
    transform: translate(15vw, -3vh);
  }
}
@media screen and (max-width: 640px) {
  .p-download .section-download-pictures-box .right {
    transform: translate(23vw, -3vh);
  }
}
.p-download .section-download-pictures--circle {
  background: var(--color-light-21);
  width: 900px;
  height: 900px;
  border-radius: 50%;
  position: absolute;
  top: 44%;
  left: 63%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  z-index: -2;
}
@media (max-width: 1920px) {
  .p-download .section-download-pictures--circle {
    width: 716px;
    height: 716px;
  }
}
@media (max-width: 1440px) {
  .p-download .section-download-pictures--circle {
    width: 540px;
    height: 540px;
  }
}
@media (max-width: 1024px) {
  .p-download .section-download-pictures--circle {
    width: 400px;
    height: 400px;
    top: 35%;
  }
}
@media screen and (max-width: 768px) {
  .p-download .section-download-pictures--circle {
    top: 45%;
  }
}
@media screen and (max-width: 640px) {
  .p-download .section-download-pictures--circle {
    width: 290px;
    height: 290px;
  }
}
.p-download .section-download-pictures .right,
.p-download .section-download-pictures .left {
  max-width: 25.39vw;
}
@media (max-width: 1024px) {
  .p-download .section-download-pictures .right,
.p-download .section-download-pictures .left {
    max-width: 28.81vw;
  }
}
@media screen and (max-width: 768px) {
  .p-download .section-download-pictures .right,
.p-download .section-download-pictures .left {
    max-width: 39.06vw;
  }
}
@media screen and (max-width: 640px) {
  .p-download .section-download-pictures .right,
.p-download .section-download-pictures .left {
    max-width: 56vw;
  }
}

.p-video-block {
  max-width: 854px;
  width: 100%;
  margin: 0 auto;
}
