.bg-properties {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  cursor: default;
  font-weight: 400;
  font-size: 16px;
}
* input[type=number]::-webkit-inner-spin-button,
* input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
  background-color: #FFF;
}
a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
::-webkit-scrollbar {
  display: none;
}
input:focus,
textarea:focus {
  outline: none;
}
.main {
  min-height: 100vh;
  height: 100vh;
  min-width: 100vw;
}
/*Fonts*/
@font-face {
  font-family: 'GillSans';
  src: url('/static/fonts/GillSans.eot');
  src: url('/static/fonts/GillSans.eot?#iefix') format('embedded-opentype'), url('/static/fonts/GillSans.woff2') format('woff2'), url('/static/fonts/GillSans.woff') format('woff'), url('/static/fonts/GillSans.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'GillSans';
  src: url('/static/fonts/GillSans-Bold');
  src: url('/static/fonts/GillSans-Bold?#iefix') format('embedded-opentype'), url('/static/fonts/GillSans-Bold.woff2') format('woff2'), url('/static/fonts/GillSans-Bold.woff') format('woff'), url('/static/fonts/GillSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'GillSans';
  src: url('/static/fonts/GillSans-Semibold.eot');
  src: url('/static/fonts/GillSans-Semibold.eot?#iefix') format('embedded-opentype'), url('/static/fonts/GillSans-Semibold.woff2') format('woff2'), url('/static/fonts/GillSans-Semibold.woff') format('woff'), url('/static/fonts/GillSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'EBGaramond';
  src: url('/static/fonts/EBGaramond-Bold.eot');
  src: url('/static/fonts/EBGaramond-Bold.eot?#iefix') format('embedded-opentype'), url('/static/fonts/EBGaramond-Bold.woff2') format('woff2'), url('/static/fonts/EBGaramond-Bold.woff') format('woff'), url('/static/fonts/EBGaramond-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'EBGaramond';
  src: url('/static/fonts/EBGaramond-Medium.eot');
  src: url('/static/fonts/EBGaramond-Medium.eot?#iefix') format('embedded-opentype'), url('/static/fonts/EBGaramond-Medium.woff2') format('woff2'), url('/static/fonts/EBGaramond-Medium.woff') format('woff'), url('/static/fonts/EBGaramond-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

.bg-properties {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.header-content {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-content.blur {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
@media (max-width: 767px) {
  .header-content {
    margin-bottom: 32px;
  }
}
.header-content .header-content-middle {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .header-content .header-content-middle {
    position: absolute;
    width: 100%;
  }
}
.header-content .header-content-middle .header-content-image-left {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/static/images/header-content-left.png');
  width: 643px;
  height: 950px;
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 160px;
  right: 10rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .header-content .header-content-middle .header-content-image-left {
    right: 32px;
    right: 2rem;
  }
}
@media (max-width: 767px) {
  .header-content .header-content-middle .header-content-image-left {
    background-image: url('/static/images/m_header-content-left.png');
    width: 337px;
    height: 706px;
    left: -48px;
    left: -3rem;
  }
}
.header-content .header-content-middle .header-content-image-right {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/static/images/header-content-right.png');
  width: 707px;
  height: 1190px;
  position: absolute;
  z-index: 2;
  top: -240px;
  left: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .header-content .header-content-middle .header-content-image-right {
    left: -50px;
  }
}
@media (max-width: 767px) {
  .header-content .header-content-middle .header-content-image-right {
    width: 281px;
    height: 364px;
    top: 160px;
    top: 10rem;
    right: -80px;
    right: -5rem;
    left: auto;
    left: initial;
  }
  .header-content .header-content-middle .header-content-image-right.RU {
    top: 160px;
    top: 10rem;
  }
}
@media (max-width: 450px) {
  .header-content .header-content-middle .header-content-image-right.RU {
    top: 288px;
    top: 18rem;
  }
}
.header-content .header-content-title {
  font-family: 'EBGaramond';
  font-weight: 700;
  font-size: 54px;
  color: #111111;
  letter-spacing: 0;
  text-align: center;
  line-height: 54px;
  max-width: 645px;
  margin: 57px auto 52px;
  z-index: 5;
}
.header-content .header-content-title span {
  font-family: 'EBGaramond';
  font-weight: 700;
  font-size: 54px;
  color: #932014;
  letter-spacing: 0;
}
.header-content .header-content-title.CN {
  font-size: 46px;
}
.header-content .header-content-title .low {
  font-family: 'EBGaramond';
  font-weight: 700;
  font-size: 36px;
  color: #111111;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  max-width: 645px;
  margin: 32px auto 0px;
  z-index: 5;
}
.header-content .header-content-title .low span {
  font-family: 'EBGaramond';
  font-weight: 700;
  font-size: 36px;
  color: #932014;
}
@media (max-width: 1024px) {
  .header-content .header-content-title.EN {
    max-width: 575px;
  }
}
@media (max-width: 767px) {
  .header-content .header-content-title {
    font-size: 28px;
    line-height: 24px;
    padding: 0px 16px;
  }
  .header-content .header-content-title span {
    font-size: 28px;
    line-height: 24px;
  }
  .header-content .header-content-title.CN {
    font-size: 22px;
  }
  .header-content .header-content-title.CN span {
    font-size: 22px;
  }
  .header-content .header-content-title .low {
    margin-top: 16px;
    font-size: 20px;
    line-height: 20px;
  }
  .header-content .header-content-title .low span {
    font-size: 20px;
    line-height: 20px;
  }
  .header-content .header-content-title .low.cn {
    font-size: 16px;
    padding: 0px 16px;
  }
  .header-content .header-content-title .low.cn span {
    font-size: 18px;
  }
}
.header-content .scroll-arrow {
  position: relative;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 5;
  margin-bottom: 100px;
  -webkit-animation: scrollArrow 1s linear infinite;
  animation: scrollArrow 1s linear infinite;
}
.header-content .scroll-arrow .arrow-icon {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  background-image: url('/static/images/arrow-down.png');
  width: 10px;
  height: 6px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header-content .scroll-arrow {
    margin-bottom: 40px;
  }
}
.header-content .header-content-subtitle {
  font-family: 'EBGaramond';
  font-weight: 700;
  font-size: 40px;
  color: #111111;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  margin-bottom: 48px;
  z-index: 5;
  max-width: 645px;
}
@media (max-width: 767px) {
  .header-content .header-content-subtitle {
    font-size: 32px;
    line-height: 34px;
    padding: 0px 16px;
    margin-bottom: 0px;
  }
  .header-content .header-content-subtitle.CN {
    font-size: 24px;
  }
}
.header-content .header-content-image-bottom {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/static/images/m_header-content-right.png');
  width: 500px;
  height: 376.8115942px;
  margin-top: 24px;
  z-index: 2;
  bottom: 0;
  right: -112px;
  right: -7rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}
@media (max-width: 767px) {
  .header-content .header-content-image-bottom {
    display: block;
  }
}
@-webkit-keyframes scrollArrow {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes scrollArrow {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0px;
  }
}

.bg-properties {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.header-menu-wrapper {
  padding: 20px 0px;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
@media (max-width: 1439px) {
  .header-menu-wrapper {
    padding: 20px 32px;
  }
}
@media (max-width: 1024px) {
  .header-menu-wrapper {
    padding: 20px 16px;
  }
}
@media (max-width: 767px) {
  .header-menu-wrapper {
    padding: 20px 16px 0px;
  }
}
.header-menu-wrapper .header-menu-left {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 38px;
  width: 244px;
  background-image: url('/static/images/logo.png');
}
@media (max-width: 767px) {
  .header-menu-wrapper .header-menu-left {
    height: 32px;
    width: 205px;
  }
}

@font-face {
  font-family: Rubik;
  font-style: italic;
  font-weight: 300;
  src: url(//fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8sDE3U5f4Y.eot?#) format("eot"),url(//fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8sDE3U3f4I.woff2) format("woff2"),url(//fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8sDE3U5f4Q.woff) format("woff");
}
@font-face {
  font-family: Rubik;
  font-style: italic;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tdE3U5f4Y.eot?#) format("eot"),url(//fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tdE3U3f4I.woff2) format("woff2"),url(//fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tdE3U5f4Q.woff) format("woff");
}
@font-face {
  font-family: Rubik;
  font-style: italic;
  font-weight: 500;
  src: url(//fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tvE3U5f4Y.eot?#) format("eot"),url(//fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tvE3U3f4I.woff2) format("woff2"),url(//fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tvE3U5f4Q.woff) format("woff");
}
@font-face {
  font-family: Rubik;
  font-style: italic;
  font-weight: 600;
  src: url(//fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8uDFHU5f4Y.eot?#) format("eot"),url(//fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8uDFHU3f4I.woff2) format("woff2"),url(//fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8uDFHU5f4Q.woff) format("woff");
}
@font-face {
  font-family: Rubik;
  font-style: italic;
  font-weight: 700;
  src: url(//fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8u6FHU5f4Y.eot?#) format("eot"),url(//fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8u6FHU3f4I.woff2) format("woff2"),url(//fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8u6FHU5f4Q.woff) format("woff");
}
@font-face {
  font-family: Rubik;
  font-style: italic;
  font-weight: 800;
  src: url(//fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8vdFHU5f4Y.eot?#) format("eot"),url(//fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8vdFHU3f4I.woff2) format("woff2"),url(//fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8vdFHU5f4Q.woff) format("woff");
}
@font-face {
  font-family: Rubik;
  font-style: italic;
  font-weight: 900;
  src: url(//fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8v0FHU5f4Y.eot?#) format("eot"),url(//fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8v0FHU3f4I.woff2) format("woff2"),url(//fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8v0FHU5f4Q.woff) format("woff");
}
@font-face {
  font-family: Rubik;
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYiFWUUx.eot?#) format("eot"),url(//fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYiFV0U1.woff2) format("woff2"),url(//fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYiFWUUz.woff) format("woff");
}
@font-face {
  font-family: Rubik;
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFWUUx.eot?#) format("eot"),url(//fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFV0U1.woff2) format("woff2"),url(//fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFWUUz.woff) format("woff");
}
@font-face {
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYiFWUUx.eot?#) format("eot"),url(//fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYiFV0U1.woff2) format("woff2"),url(//fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYiFWUUz.woff) format("woff");
}
@font-face {
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  src: url(//fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-2Y-FWUUx.eot?#) format("eot"),url(//fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-2Y-FV0U1.woff2) format("woff2"),url(//fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-2Y-FWUUz.woff) format("woff");
}
@font-face {
  font-family: Rubik;
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-FWUUx.eot?#) format("eot"),url(//fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-FV0U1.woff2) format("woff2"),url(//fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-FWUUz.woff) format("woff");
}
@font-face {
  font-family: Rubik;
  font-style: normal;
  font-weight: 800;
  src: url(//fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-h4-FWUUx.eot?#) format("eot"),url(//fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-h4-FV0U1.woff2) format("woff2"),url(//fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-h4-FWUUz.woff) format("woff");
}
@font-face {
  font-family: Rubik;
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-ro-FWUUx.eot?#) format("eot"),url(//fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-ro-FV0U1.woff2) format("woff2"),url(//fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-ro-FWUUz.woff) format("woff");
}
.bg-properties {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.locale-select {
  position: relative;
}
.locale-select .locale-select-value {
  font-family: 'GillSans';
  font-size: 18px;
  color: #000;
  text-align: left;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.locale-select .locale-select-value .locale-select-icon {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/static/images/arrow-down.png');
  width: 10px;
  height: 6px;
  margin-left: 6px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.locale-select .locale-select-value .locale-select-icon.open {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.locale-select .languages {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0px;
  overflow: hidden;
  position: absolute;
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 8px 0 rgba(205, 80, 80, .1);
          box-shadow: 0 0 8px 0 rgba(205, 80, 80, .1);
  border-radius: 2px;
  right: 0;
  margin-top: 12px;
  z-index: 3;
  border-radius: 8px;
}
.locale-select .languages.open {
  padding: 8px 0px;
  max-height: 400px;
}
.locale-select .languages .language {
  width: 100%;
  font-family: 'Rubik';
  font-size: 18px;
  color: #000000;
  text-align: left;
  font-weight: 400;
  padding: 6px 0px 6px 16px;
  cursor: pointer;
}
.locale-select .languages .language:hover {
  color: #FF7E7E;
}

.bg-properties {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.store-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 48px;
  z-index: 6;
}
.store-buttons.final {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .store-buttons {
    margin-bottom: 15px;
  }
}
.store-buttons .store-buttons {
  z-index: 6;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .store-buttons .store-buttons {
    margin-bottom: 0px;
  }
}
.store-buttons .store-button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 32px;
  position: relative;
}
@media (max-width: 1024px) {
  .store-buttons .store-button {
    margin-right: 16px;
  }
}
.store-buttons .store-button.disabled .store-button-text {
  opacity: 0.4;
}
.store-buttons .store-button .store-button-text {
  cursor: pointer;
  font-family: 'GillSans';
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  margin-left: 10px;
}
.store-buttons .store-button .store-button-text.active {
  color: #FF7E7E;
}
@media (max-width: 1024px) {
}
.store-buttons-select {
  z-index: 6;
}
.store-buttons-select .select-plat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.store-buttons-select .select-plat:after {
  content: '';
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/static/images/arrow-down.png');
  min-width: 10px;
  min-height: 6px;
  margin-left: 6px;
  margin-top: -15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.store-buttons-select .select-plat.open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.store-buttons-select .store-buttons-select-list {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.store-buttons-select .store-buttons-select-list.open {
  max-height: 1000px;
  overflow: inherit;
}
.store-selected-button {
  z-index: 4;
  cursor: pointer;
  padding: 16px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto 72px;
  width: 194px;
  height: 56px;
  background-size: contain;
  background-image: url('/static/images/btn-download.png');
  -webkit-box-shadow: 0 2px 25px 0 rgba(205, 80, 80, .12);
          box-shadow: 0 2px 25px 0 rgba(205, 80, 80, .12);
  position: relative;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  overflow: hidden;
}
.store-selected-button:hover {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.store-selected-button.final {
  margin: 0px;
}
.store-selected-button .line {
  position: absolute;
  width: 40px;
  height: 100px;
  background-image: url('/static/images/btn-anim.png');
  -webkit-animation: lineAnim 3s linear infinite;
  animation: lineAnim 3s linear infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.store-selected-button .star {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 7px;
  right: 7px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/static/images/star.png');
  -webkit-animation: starAnim 3s linear infinite;
  animation: starAnim 3s linear infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.store-selected-button .store-selected-button-text {
  cursor: pointer;
  margin-left: 16px;
  font-family: 'GillSans';
  font-weight: 600;
  color: #FFFFFF;
  text-align: justify;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: -2px;
}
@-webkit-keyframes lineAnim {
  0% {
    left: 0px;
  }
  10% {
    left: 39px;
  }
  20% {
    left: 78px;
  }
  30% {
    left: 117px;
  }
  40% {
    left: 156px;
  }
  50% {
    left: 195px;
  }
  60% {
    display: none;
  }
  100% {
    left: 195px;
  }
}
@keyframes lineAnim {
  0% {
    left: 0px;
  }
  10% {
    left: 39px;
  }
  20% {
    left: 78px;
  }
  30% {
    left: 117px;
  }
  40% {
    left: 156px;
  }
  50% {
    left: 195px;
  }
  60% {
    display: none;
  }
  100% {
    left: 195px;
  }
}
@-webkit-keyframes starAnim {
  0% {
    background-image: url('/static/images/star_2.png');
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    background-image: url('/static/images/star_3.png');
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes starAnim {
  0% {
    background-image: url('/static/images/star_2.png');
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    background-image: url('/static/images/star_3.png');
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}


.bg-properties {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.store-button-popup {
  position: absolute;
  z-index: 3;
  padding: 24px;
  top: 30px;
  border-radius: 14px;
  background: #f0f0f0;
  background: rgba(240, 240, 240, .7);
  font-family: 'GillSans';
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  font-weight: 400;
  width: 450%;
  -webkit-box-shadow: 0 0 8px 0 rgba(205, 80, 80, .1);
          box-shadow: 0 0 8px 0 rgba(205, 80, 80, .1);
}
.store-button-popup.right {
  left: -50px;
}
@media (max-width: 1439px) {
  .store-button-popup.right {
    right: 0px;
    left: auto;
    left: initial;
  }
}
.store-button-popup.left {
  right: -50px;
}
@media (max-width: 1439px) {
  .store-button-popup.left {
    left: 0;
  }
}
@media (max-width: 767px) {
  .store-button-popup {
    left: -80px !important;
    left: -5rem !important;
    right: auto;
    right: initial;
    max-width: 320px;
  }
}

.bg-properties {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer-bottom {
  background: #FFF7F7;
}
.footer-bottom.blur {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.footer-bottom .footer-bottom-content {
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, .07);
  padding: 24px 0px;
}
.footer-bottom .footer-bottom-content.blur {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
@media (max-width: 1024px) {
  .footer-bottom .footer-bottom-content {
    padding: 24px 16px;
  }
}
@media (max-width: 767px) {
  .footer-bottom .footer-bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px 16px;
  }
}
.footer-bottom .footer-bottom-content .footer-bottom-left {
  opacity: 0.7;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  font-family: 'GillSans';
  color: #333333;
}
.footer-bottom .footer-bottom-content .footer-bottom-right {
  text-align: right;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  .footer-bottom .footer-bottom-content .footer-bottom-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-bottom .footer-bottom-content .footer-bottom-right .footer-bottom-right-link {
  opacity: 0.84;
  font-family: 'GillSans';
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
}
.footer-bottom .footer-bottom-content .footer-bottom-right .footer-bottom-right-link:nth-child(1) {
  margin-right: 32px;
}
@media (max-width: 767px) {
  .footer-bottom .footer-bottom-content .footer-bottom-right .footer-bottom-right-link:nth-child(1) {
    margin-right: 0px;
  }
}
.footer-bottom .footer-bottom-content .footer-bottom-right .footer-bottom-right-link:hover {
  color: #FF7E7E;
}
@media (max-width: 767px) {
  .footer-bottom .footer-bottom-content .footer-bottom-right .footer-bottom-right-link {
    margin-bottom: 16px;
    margin-right: 0px;
  }
}

.bg-properties {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.content-block {
  overflow: hidden;
  position: relative;
  min-height: 600px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-block.blur {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
@media (max-width: 1024px) {
  .content-block {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .content-block {
    margin-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  .content-block.range {
    min-height: 45.32354vw;
  }
}
@media (max-width: 767px) {
  .content-block.range {
    padding: 0px 0px 0px;
  }
}
.content-block.range .images-wrapper {
  position: absolute;
  max-width: 1450px;
  margin: 0 auto;
  width: 100%;
  height: 590px;
}
@media (max-width: 1024px) {
  .content-block.range .images-wrapper {
    height: 45.32354vw;
  }
}
@media (max-width: 767px) {
  .content-block.range .images-wrapper {
    position: relative;
    height: 340px;
    width: 330px;
  }
}
.content-block.range .images-wrapper .image-left {
  background-image: url('/static/images/about_block_1_left.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 607px;
  height: 590px;
  position: absolute;
  background-size: contain;
  left: 0px;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1439px) {
  .content-block.range .images-wrapper .image-left {
    left: -80px;
    left: -5rem;
  }
}
@media (max-width: 1024px) {
  .content-block.range .images-wrapper .image-left {
    left: 0;
    width: 46.23001vw;
    height: 45.32354vw;
  }
}
@media (max-width: 767px) {
  .content-block.range .images-wrapper .image-left {
    width: 330px;
    height: 320px;
    top: 0;
    right: -112px;
    right: -7rem;
  }
}
.content-block.range .images-wrapper .image-right {
  background-image: url('/static/images/about_block_1_right.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 380px;
  width: 123px;
  position: absolute;
  background-size: contain;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .content-block.range .images-wrapper .image-right {
    bottom: 0;
    width: 6.40625vw;
    height: 19.79167vw;
  }
}
@media (max-width: 767px) {
  .content-block.range .images-wrapper .image-right {
    width: 80px;
    height: 83px;
    top: 256px;
    top: 16rem;
    left: auto;
    left: initial;
    right: -16px;
    right: -1rem;
    background-image: url('/static/images/centimeter.png');
  }
}
.content-block.module {
  min-height: 630px;
  position: relative;
}
@media (max-width: 1024px) {
  .content-block.module {
    min-height: 40.61896vw;
  }
}
@media (max-width: 767px) {
  .content-block.module {
    padding: 0px 0px 0px;
  }
}
.content-block.module .images-wrapper {
  position: absolute;
  max-width: 1450px;
  margin: 0 auto;
  height: 630px;
  width: 100%;
}
@media (max-width: 1024px) {
  .content-block.module .images-wrapper {
    height: 40.61896vw;
  }
}
@media (max-width: 767px) {
  .content-block.module .images-wrapper {
    position: relative;
    height: 337px;
    width: 370px;
  }
}
.content-block.module .images-wrapper .image-left {
  background-image: url('/static/images/centimeter.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 170px;
  height: 146px;
  position: absolute;
  background-size: contain;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .content-block.module .images-wrapper .image-left {
    width: 8.85417vw;
    height: 7.60417vw;
  }
}
@media (max-width: 767px) {
  .content-block.module .images-wrapper .image-left {
    display: none;
  }
}
.content-block.module .images-wrapper .image-right {
  background-image: url('/static/images/about_block_2_right.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 630px;
  width: 738px;
  position: absolute;
  background-size: contain;
  right: 0;
  top: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1439px) {
  .content-block.module .images-wrapper .image-right {
    right: -80px;
    right: -5rem;
  }
}
@media (max-width: 1024px) {
  .content-block.module .images-wrapper .image-right {
    right: 0;
    background-size: cover;
    width: 47.5822vw;
    height: 40.61896vw;
  }
}
@media (max-width: 767px) {
  .content-block.module .images-wrapper .image-right {
    height: 337px;
    width: 370px;
    background-size: cover;
    top: 0;
    left: auto;
    left: initial;
    right: 0;
  }
}
.content-block.tool {
  position: relative;
}
@media (max-width: 1024px) {
  .content-block.tool {
    min-height: 40.12471vw;
  }
}
@media (max-width: 767px) {
  .content-block.tool {
    padding: 0px 0px 0px;
  }
}
.content-block.tool .images-wrapper {
  position: absolute;
  max-width: 1450px;
  margin: 0 auto;
  width: 100%;
  height: 40.12471vw;
}
@media (max-width: 767px) {
  .content-block.tool .images-wrapper {
    position: relative;
    height: 360px;
    width: 301px;
  }
}
.content-block.tool .images-wrapper .image-left {
  background-image: url('/static/images/about_block_3_left.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 741px;
  height: 592px;
  position: absolute;
  background-size: contain;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1439px) {
  .content-block.tool .images-wrapper .image-left {
    left: -160px;
    left: -10rem;
  }
}
@media (max-width: 1024px) {
  .content-block.tool .images-wrapper .image-left {
    left: 0;
    width: 50.22367vw;
    height: 40.12471vw;
  }
}
@media (max-width: 767px) {
  .content-block.tool .images-wrapper .image-left {
    height: 360px;
    width: 301px;
    top: 0;
    left: auto;
    left: initial;
    background-size: cover;
    right: 0;
  }
}
.content-block.tool .images-wrapper .image-right {
  background-image: url('/static/images/scissors.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 227px;
  width: 156px;
  position: absolute;
  background-size: contain;
  right: 0px;
  top: 160px;
  top: 10rem;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .content-block.tool .images-wrapper .image-right {
    width: 8.125vw;
    height: 11.82292vw;
  }
}
@media (max-width: 767px) {
  .content-block.tool .images-wrapper .image-right {
    display: none;
  }
}
.content-block.texture {
  position: relative;
}
@media (max-width: 1024px) {
  .content-block.texture {
    min-height: 38.89074vw;
  }
}
@media (max-width: 767px) {
  .content-block.texture {
    padding: 0px 0px 0px;
  }
}
.content-block.texture .images-wrapper {
  position: absolute;
  max-width: 1450px;
  margin: 0 auto;
  width: 100%;
  height: 600px;
}
@media (max-width: 1024px) {
  .content-block.texture .images-wrapper {
    height: 38.89074vw;
  }
}
@media (max-width: 767px) {
  .content-block.texture .images-wrapper {
    position: relative;
    height: 273px;
    width: 326px;
  }
}
.content-block.texture .images-wrapper .image-left {
  background-image: url('/static/images/about_block_4_left.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 146px;
  height: 188px;
  position: absolute;
  background-size: contain;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .content-block.texture .images-wrapper .image-left {
    width: 7.60417vw;
    height: 9.79167vw;
  }
}
@media (max-width: 767px) {
  .content-block.texture .images-wrapper .image-left {
    display: none;
  }
}
.content-block.texture .images-wrapper .image-right {
  background-image: url('/static/images/about_block_4_right.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 582px;
  width: 847px;
  position: absolute;
  background-size: contain;
  right: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1439px) {
  .content-block.texture .images-wrapper .image-right {
    right: -160px;
    right: -10rem;
  }
}
@media (max-width: 1024px) {
  .content-block.texture .images-wrapper .image-right {
    right: 0;
    width: 56.59873vw;
    height: 38.89074vw;
  }
}
@media (max-width: 767px) {
  .content-block.texture .images-wrapper .image-right {
    height: 273px;
    width: 326px;
    top: 0;
    background-size: cover;
    left: auto;
    left: initial;
    right: 0;
  }
}
.content-block.collection {
  min-height: 500px;
  position: relative;
}
@media (max-width: 1024px) {
  .content-block.collection {
    min-height: 37.87879vw;
  }
}
@media (max-width: 767px) {
  .content-block.collection {
    padding: 0px 0px 0px;
  }
}
.content-block.collection .images-wrapper {
  position: absolute;
  max-width: 1450px;
  margin: 0 auto;
  width: 100%;
  height: 37.87879vw;
}
@media (max-width: 767px) {
  .content-block.collection .images-wrapper {
    position: relative;
    height: 280px;
    width: 365px;
  }
}
.content-block.collection .images-wrapper .image-left {
  background-image: url('/static/images/about_block_5_left.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 600px;
  height: 500px;
  position: absolute;
  left: 0px;
  left: 0rem;
  top: 0px;
  top: 0rem;
}
@media (max-width: 1439px) {
  .content-block.collection .images-wrapper .image-left {
    left: -80px;
    left: -5rem;
  }
}
@media (max-width: 1024px) {
  .content-block.collection .images-wrapper .image-left {
    left: 0;
    width: 45.45455vw;
    height: 37.87879vw;
  }
}
@media (max-width: 767px) {
  .content-block.collection .images-wrapper .image-left {
    height: 305px;
    width: 365px;
    top: -32px;
    top: -2rem;
    left: auto;
    left: initial;
  }
}
.content-block.collection .images-wrapper .image-right {
  background-image: url('/static/images/about_block_5_right.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 241px;
  width: 136px;
  position: absolute;
  background-size: contain;
  right: 0;
  top: 160px;
  top: 10rem;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .content-block.collection .images-wrapper .image-right {
    width: 7.08333vw;
    height: 12.55208vw;
  }
}
@media (max-width: 767px) {
  .content-block.collection .images-wrapper .image-right {
    display: none;
  }
}
.content-block.collection .images-wrapper .bow {
  background-image: url('/static/images/bow.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70px;
  width: 103px;
  position: absolute;
  left: 0;
  bottom: 200px;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .content-block.collection .images-wrapper .bow {
    height: 42px;
    width: 62px;
    top: 272px;
    top: 17rem;
    right: 96px;
    right: 6rem;
  }
}
.content-block.pencil {
  min-height: 600px;
  position: relative;
}
@media (max-width: 1024px) {
  .content-block.pencil {
    min-height: 30.28761vw;
  }
}
@media (max-width: 767px) {
  .content-block.pencil {
    padding: 0px 0px 0px;
  }
}
.content-block.pencil .images-wrapper {
  position: absolute;
  max-width: 1450px;
  margin: 24px auto 0;
  width: 100%;
  height: 476px;
}
@media (max-width: 1024px) {
  .content-block.pencil .images-wrapper {
    height: 30.28761vw;
  }
}
@media (max-width: 767px) {
  .content-block.pencil .images-wrapper {
    position: relative;
    height: 270px;
    width: 445px;
  }
}
.content-block.pencil .images-wrapper .image-left {
  background-image: url('/static/images/about_block_6_left.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 139px;
  height: 116px;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .content-block.pencil .images-wrapper .image-left {
    width: 7.23958vw;
    height: 6.04167vw;
  }
}
@media (max-width: 767px) {
  .content-block.pencil .images-wrapper .image-left {
    display: none;
  }
}
.content-block.pencil .images-wrapper .image-right {
  background-image: url('/static/images/about_block_6_right.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 871px;
  height: 476px;
  position: absolute;
  right: -48px;
  right: -3rem;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1439px) {
  .content-block.pencil .images-wrapper .image-right {
    width: 71.20667vw;
    height: 38.91432vw;
    right: -144px;
    right: -9rem;
  }
}
@media (max-width: 1024px) {
  .content-block.pencil .images-wrapper .image-right {
    right: 0px;
    right: 0rem;
    width: 55.42123vw;
    height: 30.28761vw;
  }
}
@media (max-width: 767px) {
  .content-block.pencil .images-wrapper .image-right {
    background-size: cover;
    height: 270px;
    width: 440px;
    top: 0px;
    left: auto;
    left: initial;
  }
}
.content-block.final {
  margin-bottom: 0px;
  min-height: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .content-block.final {
    min-height: 350px;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .content-block.final {
    padding: 32px 0px 0px;
  }
}
.content-block.final .images-wrapper {
  position: absolute;
  max-width: 1450px;
  margin: 0 auto;
  width: 100%;
  height: 400px;
}
@media (max-width: 1024px) {
  .content-block.final .images-wrapper {
    height: 400px;
  }
}
@media (max-width: 767px) {
}
.content-block.final .images-wrapper .image-left {
  background-image: url('/static/images/about_block_7_left.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 535px;
  height: 400px;
  position: absolute;
  left: -80px;
  left: -5rem;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1439px) {
  .content-block.final .images-wrapper .image-left {
    left: -160px;
    left: -10rem;
  }
}
@media (max-width: 1024px) {
  .content-block.final .images-wrapper .image-left {
    left: 0px;
    left: 0rem;
    width: 27.86458vw;
    height: 31.25vw;
  }
}
@media (max-width: 767px) {
  .content-block.final .images-wrapper .image-left {
    height: 335px;
    width: 300px;
    bottom: 0;
    left: -160px;
    left: -10rem;
  }
}
.content-block.final .images-wrapper .image-right {
  background-image: url('/static/images/about_block_7_right.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 261px;
  height: 400px;
  position: absolute;
  background-size: contain;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .content-block.final .images-wrapper .image-right {
    width: 13.59375vw;
    height: 27.08333vw;
  }
}
@media (max-width: 767px) {
  .content-block.final .images-wrapper .image-right {
    background-size: cover;
    height: 300px;
    width: 152px;
    bottom: 0px;
    right: -64px;
    right: -4rem;
  }
}
.content-block .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 100px 0px 0px 32px;
  max-width: 1170px;
}
@media (max-width: 1439px) {
  .content-block .block {
    padding: 100px 0px 0px 50px;
  }
}
@media (max-width: 1024px) {
  .content-block .block {
    padding: 0px 32px 0px 32px;
  }
}
@media (max-width: 767px) {
  .content-block .block {
    width: 100%;
    margin-left: 0;
    padding: 0px 16px;
  }
}
.content-block .block.left {
  width: 50%;
  margin-left: 50vw;
  padding-left: 24px;
}
@media (max-width: 767px) {
  .content-block .block.left {
    width: 100%;
    margin-left: 0;
    padding: 0px 16px;
  }
}
.content-block .block.middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  height: auto;
}
.content-block .block .content-block-title {
  font-family: 'EBGaramond';
  font-weight: 700;
  font-size: 38px;
  color: #111111;
  letter-spacing: 0;
  line-height: 34px;
  margin-bottom: 24px;
  max-width: 50%;
  z-index: 3;
  max-width: 457px;
}
.content-block .block .content-block-title.middle {
  text-align: center;
  font-size: 40px;
}
@media (max-width: 1024px) {
  .content-block .block .content-block-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .content-block .block .content-block-title {
    margin-bottom: 12px;
  }
}
.content-block .block .content-block-text {
  font-family: 'GillSans';
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  line-height: 24px;
  max-width: 50%;
  z-index: 3;
  max-width: 457px;
  margin-bottom: 100px;
  text-align: justify;
}
@media (max-width: 1024px) {
  .content-block .block .content-block-text {
    max-width: -webkit-calc(50vw - 50px);
    max-width: calc(50vw - 50px);
  }
}
@media (max-width: 767px) {
  .content-block .block .content-block-text {
    max-width: 100%;
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.content-block .block .content-block-text.middle {
  font-family: 'EBGaramond';
  font-weight: 500;
  font-size: 22px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
  text-transform: uppercase;
}
.content-block .block .content-block-text.middle span {
  text-transform: none;
  font-family: 'EBGaramond';
  font-weight: 500;
  font-size: 28px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .content-block .block .content-block-text.middle span {
    font-size: 24px;
  }
}

.bg-properties {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer-block {
  padding: 80px 0px;
  background: #FFF7F7;
  position: relative;
  overflow: hidden;
}
.footer-block.blur {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
@media (max-width: 767px) {
  .footer-block {
    padding: 32px 24px;
  }
}
.footer-block .footer-block-bg {
  position: absolute;
  right: -100px;
  top: -100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/static/images/footer-bg.png');
  width: 355px;
  height: 312px;
}
@media (max-width: 767px) {
  .footer-block .footer-block-bg {
    display: none;
  }
}
.footer-block .footer-block-content {
  max-width: 1170px;
  margin: 0 auto;
}
.footer-block .footer-block-content .footer-block-title {
  font-family: 'EBGaramond';
  font-weight: 500;
  font-size: 28px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .footer-block .footer-block-content .footer-block-title {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.footer-block .footer-block-content .mail-btn {
  background: #FFFFFF;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 25px 0 rgba(205, 80, 80, .12);
          box-shadow: 0 2px 25px 0 rgba(205, 80, 80, .12);
  max-width: 250px ;
  padding: 12px 24px;
  font-family: 'GillSans';
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 80px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
@media (max-width: 767px) {
  .footer-block .footer-block-content .mail-btn {
    margin-bottom: 48px;
  }
}
.footer-block .footer-block-content .mail-btn:hover {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.footer-block .footer-block-content .mail-btn:before {
  display: block;
  content: '';
  margin-right: 10px;
  min-width: 20px;
  min-height: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/static/images/ic_mail.png');
  cursor: pointer;
}
.footer-block .footer-block-content .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-block .footer-block-content .buttons-wrapper .store-selected-button {
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .footer-block .footer-block-content .buttons-wrapper .store-buttons .store-button .store-button-text {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .footer-block .footer-block-content .buttons-wrapper .store-buttons .store-button .store-button-text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .footer-block .footer-block-content .buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bg-properties {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  cursor: default;
  font-weight: 400;
  font-size: 16px;
}
* input[type=number]::-webkit-inner-spin-button,
* input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
textarea {
  resize: none;
}
.form-wrapper {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 56px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 6;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
}
.form-wrapper.blur {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
@media (max-width: 1439px) {
  .form-wrapper {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .form-wrapper {
    width: -webkit-calc(100vw - 24px);
    width: calc(100vw - 24px);
    margin: 0px 12px;
  }
}
.form-wrapper .form-content {
  width: 400px;
  padding: 48px 24px 24px;
  -webkit-box-shadow: 0 0 8px 0 rgba(205, 80, 80, .1);
          box-shadow: 0 0 8px 0 rgba(205, 80, 80, .1);
  background: #FFFFFF;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .form-wrapper .form-content {
    width: -webkit-calc(100vw - 24px);
    width: calc(100vw - 24px);
    max-width: 384px;
  }
}
.form-wrapper .form-content .close {
  cursor: pointer;
  top: 15px;
  right: 15px;
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/static/images/close.png');
  width: 20px;
  height: 20px;
  background-size: contain;
}
.form-wrapper .input-wrapper {
  margin: 0 auto 24px;
  max-width: 384px;
  width: 100%;
}
.form-wrapper .input-wrapper .input {
  font-weight: 400;
  text-align: left;
  padding: 10px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, .11);
  border-radius: 8px;
  font-family: 'GillSans';
  font-size: 14px;
  color: #333333;
  color: rgba(51, 51, 51, .7);
  letter-spacing: 1.17px;
}
.form-wrapper .input-wrapper .input.big {
  height: 94px;
}
.form-wrapper .input-wrapper .input.error {
  border: 1px solid #FF5656;
}
.form-wrapper .input-wrapper .input-title {
  font-family: 'GillSans';
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  color: rgba(51, 51, 51, .4);
  letter-spacing: 1.17px;
  margin-bottom: 8px;
}
.form-wrapper .input-wrapper .input-title.error {
  color: #FF5656;
}
.form-wrapper .input-wrapper .error-text {
  font-family: 'GillSans';
  font-size: 14px;
  color: #FF5656;
  letter-spacing: 1.17px;
  font-weight: 400;
  margin-top: 8px;
}
.form-wrapper .checkbox-container {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  margin-top: -16px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'GillSans';
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-align: left;
}
.form-wrapper .checkbox-container.error {
  color: #FF5656;
}
.form-wrapper .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: #eee;
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, .11);
  border-radius: 3px;
  cursor: pointer;
}
.form-wrapper .checkmark.error {
  border: 1px solid #FF5656;
}
.form-wrapper .checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.form-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form-wrapper .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.form-wrapper .checkbox-container .checkmark:after {
  left: 3px;
  top: -3px;
  width: 6px;
  height: 9px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-wrapper .send-button {
  background: #FFC5C5;
  border-radius: 8px;
  font-family: 'GillSans';
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  letter-spacing: 1.33px;
  text-align: center;
  cursor: pointer;
  padding: 12px 0px;
}
.form-wrapper .send-button:hover {
  background: #FFAFAF;
}

.bg-properties {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.loader-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-y: scroll;
}
.loader-wrapper .loader {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  background-image: url('/static/images/loader.png');
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader-wrapper.loading {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bg-properties {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.feedback-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 6;
}
.feedback-popup-wrapper .feedback-popup {
  padding: 54px 46px;
  position: relative;
  width: 388px;
  height: 220px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 8px 0 rgba(205, 80, 80, .1);
          box-shadow: 0 0 8px 0 rgba(205, 80, 80, .1);
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feedback-popup-wrapper .feedback-popup .feedback-popup-close {
  z-index: 3;
  position: absolute;
  top: 16px;
  right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  background-image: url('/static/images/close.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.feedback-popup-wrapper .feedback-popup .feedback-popup-title {
  font-family: 'EBGaramond';
  font-weight: 700;
  font-size: 34px;
  color: #333333;
  letter-spacing: 0;
  margin-bottom: 24px;
}
.feedback-popup-wrapper .feedback-popup .feedback-popup-text {
  font-family: 'GillSans';
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
}

.bg-properties {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.float-menu {
  width: 100%;
  position: fixed;
  top: -100px;
  -webkit-transition: top 3s;
  -o-transition: top 3s;
  transition: top 3s;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 0px;
}
@media (max-width: 1024px) {
  .float-menu .store-buttons .store-button .store-button-text {
    font-size: 13px;
  }
}
.float-menu.open {
  top: 0;
}
@media (max-width: 767px) {
  .float-menu.open {
    top: -100px;
  }
}
.float-menu-bg {
  width: 100%;
  position: fixed;
  height: 104px;
  backdrop-filter: blur(6px);
  top: -104px;
  z-index: 7;
  -webkit-transition: top 3s;
  -o-transition: top 3s;
  transition: top 3s;
  background: #fff7f7;
  background: rgba(255, 247, 247, .86);
}
.float-menu-bg.open {
  top: 0;
}
@media (max-width: 767px) {
  .float-menu-bg.open {
    top: -100px;
  }
}

.bg-properties {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.float-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.float-button-wrapper .float-button {
  position: fixed;
  bottom: -80px;
  z-index: 4;
  cursor: pointer;
  padding: 16px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  width: 194px;
  height: 56px;
  background-size: contain;
  background-image: url('/static/images/btn-download.png');
  -webkit-box-shadow: 0 2px 25px 0 rgba(205, 80, 80, .12);
          box-shadow: 0 2px 25px 0 rgba(205, 80, 80, .12);
  border-radius: 8px;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transition: bottom 1s;
  -o-transition: bottom 1s;
  transition: bottom 1s;
  overflow: hidden;
}
.float-button-wrapper .float-button:hover {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.float-button-wrapper .float-button.open {
  bottom: 20px;
}
.float-button-wrapper .float-button.final {
  margin: 0px;
}
.float-button-wrapper .float-button .line {
  position: absolute;
  width: 40px;
  height: 100px;
  background-image: url('/static/images/btn-anim.png');
  -webkit-animation: lineAnim 3s linear infinite;
  animation: lineAnim 3s linear infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.float-button-wrapper .float-button .star {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 7px;
  right: 7px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/static/images/star.png');
  -webkit-animation: starAnim 3s linear infinite;
  animation: starAnim 3s linear infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.float-button-wrapper .float-button .store-selected-button-text {
  cursor: pointer;
  margin-left: 16px;
  font-family: 'GillSans';
  font-weight: 600;
  color: #FFFFFF;
  text-align: justify;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: -2px;
}

