@-webkit-keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  70% {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  70% {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes moveInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  70% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes moveInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  70% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30rem);
            transform: translateY(30rem);
  }
  50% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  80% {
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30rem);
            transform: translateY(30rem);
  }
  50% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  80% {
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes translate-easeInOutBounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  12% {
    -webkit-transform: scale(0.89);
            transform: scale(0.89);
  }
  24% {
    -webkit-transform: scale(0.56);
            transform: scale(0.56);
  }
  36% {
    -webkit-transform: scale(0.02);
            transform: scale(0.02);
  }
  54% {
    -webkit-transform: scale(0.25);
            transform: scale(0.25);
  }
  74% {
    -webkit-transform: scale(0.02);
            transform: scale(0.02);
  }
  82% {
    -webkit-transform: scale(0.06);
            transform: scale(0.06);
  }
  92% {
    -webkit-transform: scale(0.01);
            transform: scale(0.01);
  }
  96% {
    -webkit-transform: scale(0.02);
            transform: scale(0.02);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes translate-easeInOutBounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  12% {
    -webkit-transform: scale(0.89);
            transform: scale(0.89);
  }
  24% {
    -webkit-transform: scale(0.56);
            transform: scale(0.56);
  }
  36% {
    -webkit-transform: scale(0.02);
            transform: scale(0.02);
  }
  54% {
    -webkit-transform: scale(0.25);
            transform: scale(0.25);
  }
  74% {
    -webkit-transform: scale(0.02);
            transform: scale(0.02);
  }
  82% {
    -webkit-transform: scale(0.06);
            transform: scale(0.06);
  }
  92% {
    -webkit-transform: scale(0.01);
            transform: scale(0.01);
  }
  96% {
    -webkit-transform: scale(0.02);
            transform: scale(0.02);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

@media only screen and (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}

@media only screen and (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}

@media only screen and (min-width: 122.5em) {
  html {
    font-size: 75%;
  }
}

body {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 56.25em) {
  body {
    padding: 0;
  }
}

@media only screen and (max-width: 37.5em) {
  body {
    padding: 0;
  }
}

::-moz-selection {
  background-color: #37d46b;
  color: #fff;
}

::selection {
  background-color: #37d46b;
  color: #fff;
}

body {
  font-family: 'lato', sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #777;
}

.heading-primary {
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-bottom: 6rem;
}

.heading-primary--main {
  display: block;
  font-size: 7rem;
  font-weight: 600;
  letter-spacing: 3.3rem;
  /* animation-name: moveInLeft;
        animation-duration: 1s;
        animation-delay: 500ms;
        animation-timing-function: ease-out; */
  -webkit-animation: moveInLeft 1.5s ease-out .5s;
          animation: moveInLeft 1.5s ease-out .5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

@media only screen and (max-width: 75em) {
  .heading-primary--main {
    letter-spacing: 3rem;
    font-size: 5rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .heading-primary--main {
    letter-spacing: 2rem;
    font-size: 4rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .heading-primary--main {
    letter-spacing: 1rem;
    font-size: 3rem;
  }
}

.heading-primary--sub {
  display: block;
  font-size: rem;
  font-weight: 700;
  letter-spacing: 1.75rem;
  /* animation-name: moveInRight;
        animation-duration: 1.5s;
        animation-delay: 500ms;
        animation-timing-function: ease-out; */
  -webkit-animation: moveInRight 1.5s ease-out .5s;
          animation: moveInRight 1.5s ease-out .5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

@media only screen and (max-width: 37.5em) {
  .heading-primary--sub {
    letter-spacing: .5rem;
  }
}

.heading-secondary {
  font-size: 3.5rem;
  text-transform: uppercase;
  margin-top: 5rem;
  font-weight: 700;
  display: inline-block;
  background: -webkit-linear-gradient(45deg, #21eb49 0%, #2fd2e2 25%, #ab3cd2 50%, #f03d0c 75%, #ee9910 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: .2rem;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media only screen and (max-width: 56.25em) {
  .heading-secondary {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .heading-secondary {
    font-size: 2.5rem;
    margin-top: 3rem;
  }
}

.heading-secondary:hover {
  -webkit-transform: skewY(2deg) skewX(15deg) scale(1.1);
          transform: skewY(2deg) skewX(15deg) scale(1.1);
  text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.4);
}

.heading-tertiary {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-goods {
  font-size: 3.5rem;
  text-transform: uppercase;
  margin-top: -3rem;
  font-weight: 700;
  display: inline-block;
  background: -webkit-linear-gradient(45deg, #21eb49 0%, #2fd2e2 25%, #ab3cd2 50%, #f03d0c 75%, #ee9910 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: .2rem;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media only screen and (max-width: 56.25em) {
  .heading-goods {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .heading-goods {
    font-size: 2.5rem;
  }
}

.heading-goods:hover {
  -webkit-transform: skewY(2deg) skewX(15deg) scale(1.1);
          transform: skewY(2deg) skewX(15deg) scale(1.1);
  text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.4);
}

.paragraph {
  font-size: 1.6rem;
}

.paragraph:not(:last-child) {
  margin-bottom: 3rem;
}

.u-center-text {
  text-align: center !important;
}

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important;
}

.u-margin-bottom-medium {
  margin-bottom: 4rem !important;
}

@media only screen and (max-width: 56.25em) {
  .u-margin-bottom-medium {
    margin-bottom: 2.5rem !important;
  }
}

.u-margin-bottom-big {
  margin-bottom: 8rem !important;
}

@media only screen and (max-width: 56.25em) {
  .u-margin-bottom-big {
    margin-bottom: 5rem !important;
  }
}

.u-margin-top-big {
  margin-top: 8rem !important;
}

.u-margin-top-medium {
  margin-top: 4rem !important;
}

.u-margin-top-small {
  margin-top: 2rem !important;
}

.u-margin-left {
  margin-left: 8rem !important;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 25%;
}

.bg-video__content {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn, .btn:link, .btn:visited {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.2rem 3rem;
  border-radius: 10rem;
  display: inline-block;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  border: none;
}

.btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.btn:hover::after {
  -webkit-transform: scaleX(1.4) scaleY(1.6);
          transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.btn:active, .btn:focus {
  outline: none;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.btn--white {
  background-color: #fff;
  color: #777;
}

.btn--white::after {
  background-color: #fff;
}

.btn--green {
  background-color: #37d46b;
  color: #fff;
}

.btn--green::after {
  background-color: #37d46b;
}

.btn::after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.btn--animated {
  -webkit-animation: moveInBottom .5s ease-out  1.3s;
          animation: moveInBottom .5s ease-out  1.3s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.btn-text:link, .btn-text:visited {
  font-size: 1.6rem;
  color: #37d46b;
  display: inline-block;
  text-decoration: none;
  border-bottom: 2px solid #37d46b;
  padding: 3px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.btn-text:hover {
  background-color: #37d46b;
  color: #fff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  border-radius: .2rem;
}

.btn-text:active {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.card {
  -webkit-perspective: 150rem;
          perspective: 150rem;
  -moz-perspective: 150rem;
  height: 52rem;
}

.card__side {
  height: 52rem;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
}

.card__side--front {
  background-color: #fff;
}

.card__side--back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.card__side--back-1 {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#ffb900), to(#df621f));
  background-image: linear-gradient(to right bottom, #ffb900, #df621f);
}

.card__side--back-2 {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#7ed56f), to(#137a32));
  background-image: linear-gradient(to right bottom, #7ed56f, #137a32);
}

.card__side--back-3 {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#686af0), to(#112180));
  background-image: linear-gradient(to right bottom, #686af0, #112180);
}

.card:hover .card__side--front {
  -webkit-transform: rotateY(-180deg) scale(110%);
          transform: rotateY(-180deg) scale(110%);
}

.card:hover .card__side--back {
  -webkit-transform: rotateY(0deg) scale(110%);
          transform: rotateY(0deg) scale(110%);
}

.card__picture {
  background-size: cover;
  height: 23rem;
  background-blend-mode: screen;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
  position: relative;
}

.card__picture--1 {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 185, 0, 0.8)), to(rgba(223, 98, 31, 0.8))), url("../../img/castle-1-5.jpg");
  background-image: linear-gradient(to right bottom, rgba(255, 185, 0, 0.8), rgba(223, 98, 31, 0.8)), url("../../img/castle-1-5.jpg");
}

.card__picture--2 {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(126, 213, 111, 0.5)), to(rgba(19, 122, 50, 0.5))), url("../../img/slide-1-1.jpg");
  background-image: linear-gradient(to right bottom, rgba(126, 213, 111, 0.5), rgba(19, 122, 50, 0.5)), url("../../img/slide-1-1.jpg");
}

.card__picture--3 {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(104, 106, 240, 0.8)), to(rgba(17, 33, 128, 0.8))), url("../../img/ballpen3.jpg");
  background-image: linear-gradient(to right bottom, rgba(104, 106, 240, 0.8), rgba(17, 33, 128, 0.8)), url("../../img/ballpen3.jpg");
}

.card__heading {
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: right;
  color: #fff;
  position: absolute;
  top: 12rem;
  right: 2rem;
  width: 65%;
}

.card__heading-span {
  padding: 1rem  1.5rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.card__heading-span--1 {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 185, 0, 0.85)), to(rgba(223, 98, 31, 0.85)));
  background-image: linear-gradient(to right bottom, rgba(255, 185, 0, 0.85), rgba(223, 98, 31, 0.85));
}

.card__heading-span--2 {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(126, 213, 111, 0.85)), to(rgba(19, 122, 50, 0.85)));
  background-image: linear-gradient(to right bottom, rgba(126, 213, 111, 0.85), rgba(19, 122, 50, 0.85));
}

.card__heading-span--3 {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(104, 106, 240, 0.85)), to(rgba(17, 33, 128, 0.85)));
  background-image: linear-gradient(to right bottom, rgba(104, 106, 240, 0.85), rgba(17, 33, 128, 0.85));
}

.card__details {
  padding: 2rem;
}

.card__details ul {
  list-style: none;
  width: 80%;
  margin: 0 auto;
}

.card__details ul li {
  text-align: center;
  font-size: 1.3rem;
  padding: 0.7rem;
}

.card__details ul li:not(:last-child) {
  border-bottom: 1px solid #f7f7f7;
}

.card__details ul .li__subheading {
  font-size: 1.8rem;
  font-weight: 700;
}

.card__cta {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}

.card__price-header {
  font-size: 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: -1rem;
}

.card__price-box {
  text-align: center;
  margin-bottom: 3rem;
  color: #fff;
}

.card__price-tag {
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: -1.5rem;
}

.card__price-tag-playpen {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: -1rem;
}

.card__price-tag-playpen-balls {
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}

.card__price-value {
  font-size: 4rem;
  font-weight: 300;
}

.card__price-value-playpen {
  font-size: 1.8rem;
  font-size: 300;
}

@media only screen and (max-width: 56.25em) {
  .card {
    height: auto;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
  }
  .card__side {
    height: auto;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .card__side--back {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
  }
  .card:hover .card__side--front {
    -webkit-transform: rotateY(0) scale(1);
            transform: rotateY(0) scale(1);
  }
  .card:hover .card__side--back {
    -webkit-transform: rotateY(0) scale(1);
            transform: rotateY(0) scale(1);
  }
  .card .card__details {
    padding: 1rem 3rem;
  }
  .card__cta {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 100%;
    padding: 7rem 4rem 4rem 4rem;
  }
}

@media only screen and (max-width: 56.25em) and (max-width: 37.5em) {
  .card__cta {
    padding: 5rem 2rem 2rem 2rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .card__price-box {
    margin-bottom: 3em;
  }
  .card__price-value {
    font-size: 6rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .card {
    max-width: 40rem;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: auto;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
  }
  .card__side {
    height: auto;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .card__side--back {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
  }
  .card:hover .card__side--front {
    -webkit-transform: rotateY(0) scale(1);
            transform: rotateY(0) scale(1);
  }
  .card:hover .card__side--back {
    -webkit-transform: rotateY(0) scale(1);
            transform: rotateY(0) scale(1);
  }
  .card .card__details {
    padding: 1rem 3rem;
  }
  .card__cta {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 100%;
    padding: 7rem 4rem 4rem 4rem;
  }
}

@media only screen and (max-width: 37.5em) and (max-width: 37.5em) {
  .card__cta {
    padding: 5rem 2rem 2rem 2rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .card__price-box {
    margin-bottom: 3em;
  }
  .card__price-tag {
    font-size: 2rem;
  }
  .card__price-value {
    font-size: 4rem;
  }
}

.composition {
  position: relative;
}

@media only screen and (max-width: 37.5em) {
  .composition {
    margin-top: 5rem;
  }
}

.composition__photo {
  width: 55%;
  -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 10;
  -webkit-transition: all .2s;
  transition: all .2s;
  outline-offset: 2rem;
}

@media only screen and (max-width: 56.25em) {
  .composition__photo {
    float: left;
    position: relative;
    width: 33.3333%;
    -webkit-box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.4);
            box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.4);
  }
}

.composition__photo--p1 {
  left: 0;
  top: -2rem;
}

@media only screen and (max-width: 56.25em) {
  .composition__photo--p1 {
    top: 1rem;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.composition__photo--p2 {
  right: 0;
  top: 2rem;
}

@media only screen and (max-width: 56.25em) {
  .composition__photo--p2 {
    right: -32%;
    top: 1rem;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.composition__photo--p3 {
  left: 20%;
  top: 10rem;
}

@media only screen and (max-width: 56.25em) {
  .composition__photo--p3 {
    left: -32%;
    top: -1rem;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    z-index: 12;
  }
}

.composition__photo:hover {
  outline: 1.5rem solid #37d46b;
  -webkit-transform: scale(1.1) translateY(-0.5rem);
          transform: scale(1.1) translateY(-0.5rem);
  -webkit-box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.6);
  z-index: 20;
}

@media only screen and (max-width: 56.25em) {
  .composition__photo:hover {
    -webkit-transform: scale(1.3) translateY(-0.5rem);
            transform: scale(1.3) translateY(-0.5rem);
  }
}

.composition:hover .composition__photo:not(:hover) {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

#datepicker {
  max-width: 50rem;
  height: 50rem;
  width: 100%;
  margin: 2rem;
}

.select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5rem;
}

@media only screen and (max-width: 75em) {
  .select-box {
    margin: -15rem 0 3rem 0;
  }
}

.select-box .options-container {
  margin: 8rem 0 1rem 0;
  background-color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  color: #4b4d4e;
  max-height: 0;
  max-width: 50rem;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 2px;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 75em) {
  .select-box .options-container {
    width: 100%;
    max-width: 100%;
    margin: 22rem 0 1rem 0;
  }
}

.selected {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  width: 90%;
  margin: 2rem 2rem 1rem 0;
  font-weight: 700;
  color: #8a8c8f;
  position: relative;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media only screen and (max-width: 75em) {
  .selected {
    width: 100%;
    margin: 15rem 2rem 1rem 0;
  }
}

@media only screen and (max-width: 56.25em) {
  .selected {
    width: 100%;
  }
}

.selected::after {
  content: "";
  background: url("../../img/arrow-down.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 32px;
  right: 10px;
  top: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.select-box .options-container.active {
  max-height: 240px;
  opacity: 1;
  overflow-y: scroll;
}

.select-box .options-container.active + .selected::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  top: -6px;
}

.select-box .options-container::-webkit-scrollbar {
  display: none;
}

.select-box .option,
.selected {
  padding: 12px 24px;
  cursor: pointer;
}

.select-box .option:hover {
  background: #333;
  color: #f7f7f7;
}

.select-box label {
  cursor: pointer;
}

.select-box .option .radio {
  display: none;
}

.feature-box {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.5rem;
  padding: 2.5rem;
  text-align: center;
  border-radius: 3px;
  -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media only screen and (max-width: 56.25em) {
  .feature-box {
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 37.5em) {
  .feature-box {
    font-size: 1.5rem;
    padding: 1.5rem;
  }
}

.feature-box__icon {
  font-size: 6rem;
  margin-bottom: .5rem;
  display: inline-block;
  background: -webkit-linear-gradient(180deg, rgba(33, 235, 63, 0.5) 0%, rgba(47, 195, 226, 0.5) 25%, rgba(196, 60, 210, 0.5) 50%, rgba(240, 61, 12, 0.5) 75%, rgba(238, 153, 16, 0.5) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 56.25em) {
  .feature-box__icon {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .feature-box__icon {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

.feature-box:hover {
  -webkit-transform: translateY(-2rem) scale(1.1);
          transform: translateY(-2rem) scale(1.1);
  text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.4);
}

.form {
  position: relative;
}

@media only screen and (max-width: 56.25em) {
  .form {
    text-align: center;
  }
}

@media only screen and (max-width: 75em) {
  .form {
    text-align: center;
  }
}

.form__group:not(:last-child) {
  margin-bottom: 4rem;
}

@media only screen and (max-width: 56.25em) {
  .form__group__email {
    position: relative;
    z-index: 9;
  }
}

@media only screen and (max-width: 56.25em) {
  .form__group__radioGroup {
    position: relative;
    z-index: 8;
  }
}

.form__input {
  font-size: 1.5rem;
  padding: 1.5rem 2rem;
  color: inherit;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  border-bottom: 3px solid transparent;
  width: 90%;
  display: block;
  -webkit-transition: all .6s;
  transition: all .6s;
}

@media only screen and (max-width: 56.25em) {
  .form__input {
    width: 100%;
  }
}

@media only screen and (max-width: 75em) {
  .form__input {
    width: 100%;
  }
}

.form__input:focus {
  outline: none;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #37d46b;
}

.form__input:focus:invalid {
  border-bottom: 3px solid #df621f;
}

.form__input::-webkit-input-placeholder {
  color: #999;
}

.form__label {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 2rem;
  margin-top: .7rem;
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.form__input:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-4rem);
          transform: translateY(-4rem);
}

.form__radio-group {
  width: 45%;
  display: inline-block;
}

.form__radio-input {
  display: none;
}

.form__radio-label {
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
  padding-left: 3rem;
}

.form__radio-button {
  height: 3rem;
  width: 3rem;
  border: 5px solid #37d46b;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -.4rem;
}

.form__radio-button::after {
  content: "";
  display: block;
  height: 1.3rem;
  width: 1.3rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #37d46b;
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.form__radio-input:checked ~ .form__radio-label .form__radio-button::after {
  opacity: 1;
}

.form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 6rem;
}

@media only screen and (max-width: 75em) {
  .form__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .form__container {
    padding: 2rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .form__container {
    padding: 1rem;
  }
}

.form__container__left {
  width: 50%;
}

@media only screen and (max-width: 56.25em) {
  .form__container__left {
    width: 100%;
  }
}

@media only screen and (max-width: 75em) {
  .form__container__left {
    width: 100%;
  }
}

.form__container__right {
  width: 50%;
  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;
}

@media only screen and (max-width: 56.25em) {
  .form__container__right {
    width: 100%;
  }
}

@media only screen and (max-width: 75em) {
  .form__container__right {
    width: 100%;
  }
}

.goods__footer {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(rgba(255, 255, 255, 0.8));
  text-align: center;
}

.goods__info__container {
  padding: 3rem;
}

.goods__subheading {
  font-size: 3rem;
  font-weight: 700;
}

@media only screen and (max-width: 56.25em) {
  .goods__subheading {
    margin-top: -12rem;
    font-size: 2.5rem;
  }
}

.goods__info__text {
  font-size: 2rem;
  font-weight: 600;
}

@media only screen and (max-width: 56.25em) {
  .goods__info__text {
    font-size: 1.7rem;
  }
}

.goods__content {
  height: 20rem;
  width: 100%;
  position: relative;
  font-weight: 600;
}

@media only screen and (max-width: 56.25em) {
  .goods__content {
    height: 30rem;
  }
}

.goods__content-par {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 56.25em) {
  .goods__content-par {
    font-size: 1.6rem;
  }
}

.goods__content-par-right {
  color: #333;
}

@media only screen and (max-width: 56.25em) {
  .goods__content-par-right {
    color: #777;
  }
}

.goods__content-list {
  position: absolute;
  font-size: 1.5rem;
  text-align: left;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.goods__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 6rem;
}

@media only screen and (max-width: 75em) {
  .goods__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .goods__container {
    padding: 2rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .goods__container {
    padding: 1rem;
  }
}

.goods__container__left {
  width: 50%;
  text-align: center;
}

@media only screen and (max-width: 56.25em) {
  .goods__container__left {
    margin-top: 5rem;
    width: 100%;
  }
}

@media only screen and (max-width: 75em) {
  .goods__container__left {
    width: 100%;
  }
}

.goods__container__right {
  width: 50%;
  margin-left: 20%;
  text-align: center;
}

@media only screen and (max-width: 56.25em) {
  .goods__container__right {
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 75em) {
  .goods__container__right {
    width: 100%;
  }
}

/* #region  BOOK */
.popup {
  position: relative;
}

.popup__book {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .popup__book {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.popup__book__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75%;
  height: 50rem;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
  display: table;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.2);
          transform: translate(-50%, -50%) scale(0.2);
  -webkit-transition: all .5s .3s;
  transition: all .5s .3s;
}

.popup__book__left {
  width: 33.3333%;
  display: table-cell;
}

@media only screen and (max-width: 75em) {
  .popup__book__left {
    display: none;
  }
}

.popup__book__right {
  width: 66.6666%;
  display: table-cell;
  vertical-align: middle;
  padding: 3rem 5rem;
}

@media only screen and (max-width: 75em) {
  .popup__book__right {
    width: 100%;
    padding: 1rem 2rem;
    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 only screen and (max-width: 37.5em) {
  .popup__book__right {
    width: 100%;
    padding: 1rem 2rem;
    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;
  }
}

.popup__book__img {
  display: block;
  width: 100%;
}

.popup__book__text {
  font-size: 1.4rem;
  margin-bottom: 4rem;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 4rem;
          column-gap: 4rem;
  -webkit-column-rule: 1px solid #f7f7f7;
          column-rule: 1px solid #f7f7f7;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@media only screen and (max-width: 37.5em) {
  .popup__book__text {
    width: 90%;
    font-size: 1.2rem;
    -webkit-column-count: 1;
            column-count: 1;
  }
}

.popup__book:target {
  opacity: 1;
  visibility: visible;
}

.popup__book:target .popup__book__content {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.popup__book__close:link, .popup__book__close:visited {
  color: #333;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  font-size: 3rem;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.popup__book__close:hover {
  color: #37d46b;
  -webkit-transform: rotate(180deg) scale(1.5);
          transform: rotate(180deg) scale(1.5);
}

@media only screen and (max-width: 37.5em) {
  .popup__book {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 3000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  @supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
    .popup__book {
      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
      background-color: rgba(0, 0, 0, 0.4);
    }
  }
}

/* #endregion */
/* #region  TERMS */
.popup__terms {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .popup__terms {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.popup__terms__wrapper {
  height: 70vh;
  border-left: 3px solid #37d46b;
  border-right: 3px solid #37d46b;
  padding: 2rem;
  margin: 5rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

.popup__terms__wrapper::-webkit-scrollbar {
  width: 8px;
  height: 20px;
}

.popup__terms__wrapper::-webkit-scrollbar-thumb {
  background: #37d46b;
  border: 1px solid white;
  border-radius: 12px;
}

@media only screen and (max-width: 56.25em) {
  .popup__terms__wrapper {
    padding: 1rem;
    margin: 2rem 0;
  }
}

.popup__terms__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75%;
  height: 50rem;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
  display: table;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.2);
          transform: translate(-50%, -50%) scale(0.2);
  -webkit-transition: all .5s .3s;
  transition: all .5s .3s;
}

.popup__terms__right {
  padding: 0 3rem 0 3rem;
}

.popup__terms__img {
  display: block;
  width: 100%;
}

.popup__terms__text {
  font-size: 1.4rem;
  margin-bottom: 4rem;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 4rem;
          column-gap: 4rem;
  -webkit-column-rule: 1px solid #f7f7f7;
          column-rule: 1px solid #f7f7f7;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@media only screen and (max-width: 37.5em) {
  .popup__terms__text {
    width: 90%;
    font-size: 1.2rem;
    -webkit-column-count: 1;
            column-count: 1;
  }
}

.popup__terms:target {
  opacity: 1;
  visibility: visible;
}

.popup__terms:target .popup__terms__content {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.popup__terms__close:link, .popup__terms__close:visited {
  color: #333;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  font-size: 3rem;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.popup__terms__close:hover {
  color: #37d46b;
  -webkit-transform: rotate(180deg) scale(1.5);
          transform: rotate(180deg) scale(1.5);
}

@media only screen and (max-width: 37.5em) {
  .popup__terms {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 3000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  @supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
    .popup__terms {
      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
      background-color: rgba(0, 0, 0, 0.4);
    }
  }
}

.header-terms {
  margin-top: -3rem;
  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;
}

@media only screen and (max-width: 56.25em) {
  .header-terms {
    margin-top: 0;
  }
}

.heading-terms {
  font-size: 2rem;
  text-align: center;
}

@media only screen and (max-width: 56.25em) {
  .heading-terms {
    font-size: 1.5rem;
  }
}

.subheading-terms {
  font-size: 1.7rem;
  margin-top: 2rem;
}

.paragraph-terms {
  font-size: 1.4rem;
  margin-left: 2rem;
}

.paragraph-terms-list {
  font-size: 1.5;
}

@media only screen and (max-width: 56.25em) {
  .paragraph-terms {
    font-size: 1.3rem;
    margin-left: 0.5rem;
  }
}

.list-terms {
  margin-left: 3rem;
}

@media only screen and (max-width: 56.25em) {
  .list-terms {
    margin-left: 1.5rem;
  }
}

.btn-terms {
  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;
}

/* #endregion */
/* #region  CONTACT US */
.popup {
  position: relative;
}

.popup__contact {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.popup__contact__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 56.25em) {
  .popup__contact__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .popup__contact {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.popup__contact__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 75%;
  height: auto;
  padding: 5rem 2rem;
  border-radius: 5px;
  background-color: #333;
  -webkit-box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.2);
          transform: translate(-50%, -50%) scale(0.2);
  -webkit-transition: all .5s .3s;
  transition: all .5s .3s;
}

.popup__contact__left {
  width: 50%;
  padding: 3rem 5rem;
  border-right: 2px solid #999;
}

@media only screen and (max-width: 56.25em) {
  .popup__contact__left {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #999;
    margin-bottom: 3rem;
    padding: 1rem;
  }
}

.popup__contact__right {
  width: 50%;
  vertical-align: middle;
  padding: 3rem 5rem;
}

@media only screen and (max-width: 75em) {
  .popup__contact__right {
    width: 50%;
    padding: 1rem 2rem;
    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 only screen and (max-width: 56.25em) {
  .popup__contact__right {
    width: 100%;
    padding: 1rem 2rem;
    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;
  }
}

.popup__contact__img {
  display: block;
  width: 100%;
}

.popup__contact__text {
  font-size: 1.4rem;
  margin-bottom: 4rem;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 4rem;
          column-gap: 4rem;
  -webkit-column-rule: 1px solid #f7f7f7;
          column-rule: 1px solid #f7f7f7;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@media only screen and (max-width: 37.5em) {
  .popup__contact__text {
    width: 90%;
    font-size: 1.2rem;
    -webkit-column-count: 1;
            column-count: 1;
  }
}

.popup__contact:target {
  opacity: 1;
  visibility: visible;
}

.popup__contact:target .popup__contact__content {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.popup__contact__close:link, .popup__contact__close:visited {
  color: #333;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  font-size: 3rem;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.popup__contact__close:hover {
  color: #37d46b;
  -webkit-transform: rotate(180deg) scale(1.5);
          transform: rotate(180deg) scale(1.5);
}

@media only screen and (max-width: 37.5em) {
  .popup__contact {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 3000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  @supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
    .popup__contact {
      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
      background-color: rgba(0, 0, 0, 0.4);
    }
  }
}

.contact__header {
  margin-top: -2rem;
}

.contact-icon {
  margin-bottom: -0.8rem;
}

.contact-heading {
  font-size: 2rem;
  letter-spacing: 2px;
}

@media only screen and (max-width: 37.5em) {
  .contact-heading {
    letter-spacing: normal;
    font-size: 1.8rem;
  }
}

/* #endregion */
.footer {
  color: #f7f7f7;
  background-color: #333;
  padding: 10rem 0;
  font-size: 1.4rem;
  position: relative;
}

@media only screen and (max-width: 56.25em) {
  .footer {
    padding: 8rem 0;
  }
}

.footer__logo-box {
  text-align: center;
  margin-bottom: 8rem;
}

@media only screen and (max-width: 56.25em) {
  .footer__logo-box {
    margin-bottom: 6rem;
  }
}

.footer__logo {
  width: 15rem;
  height: auto;
}

.footer__navigation {
  border-top: 1px solid #999;
  padding-top: 2rem;
  display: inline-block;
}

@media only screen and (max-width: 56.25em) {
  .footer__navigation {
    width: 100%;
    text-align: center;
  }
}

.footer__list {
  list-style: none;
}

.footer__item {
  display: inline-block;
}

.footer__item:not(:last-child) {
  margin-right: 1.5rem;
}

.footer__link:link, .footer__link:visited {
  color: #f7f7f7;
  background-color: #333;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer__link:hover, .footer__link:active {
  background: -webkit-linear-gradient(45deg, #21eb49 0%, #2fd2e2 25%, #ab3cd2 50%, #f03d0c 75%, #ee9910 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: .2rem;
  -webkit-transform: rotate(5deg) scale(1.3);
          transform: rotate(5deg) scale(1.3);
}

.footer__copyright {
  text-align: center;
  border-top: 1px solid #999;
  padding: 2rem;
  width: 80%;
  float: right;
}

@media only screen and (max-width: 56.25em) {
  .footer__copyright {
    width: 100%;
    float: none;
  }
}

.footer::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left bottom, left top, from(#333), to(transparent));
  background: linear-gradient(0deg, #333, transparent);
  top: -50px;
}

.row {
  max-width: 114rem;
  margin: 0 auto;
}

.row:not(:last-child) {
  margin-bottom: 8rem;
}

@media only screen and (max-width: 56.25em) {
  .row:not(:last-child) {
    margin-bottom: 6rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .row:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .row {
    max-width: 50rem;
    padding: 2rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .row {
    padding: 1rem;
  }
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.row [class^="col-"] {
  float: left;
}

.row [class^="col-"]:not(:last-child) {
  margin-right: 6rem;
}

@media only screen and (max-width: 56.25em) {
  .row [class^="col-"]:not(:last-child) {
    margin-right: 0;
    margin-bottom: 6rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .row [class^="col-"]:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .row [class^="col-"] {
    width: 100% !important;
  }
}

.row .col-1-of-2 {
  width: calc((100% - 6rem) / 2);
}

.row .col-1-of-3 {
  width: calc((100% - 2 * 6rem) / 3);
}

.row .col-2-of-3 {
  width: calc(2 * ((100% - 2 * 6rem) / 3) + 6rem);
}

.row .col-1-of-4 {
  width: calc((100% - 3 * 6rem) / 4);
}

.row .col-2-of-4 {
  width: calc(2 * ((100% - 3 * 6rem) / 4) + 6rem);
}

.row .col-3-of-4 {
  width: calc(3 * ((100% - 3 * 6rem) / 4) + 2 * 6rem);
}

.header {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(33, 235, 63, 0.8)), color-stop(25%, rgba(47, 195, 226, 0.8)), color-stop(50%, rgba(196, 60, 210, 0.8)), color-stop(75%, rgba(240, 61, 12, 0.8)), to(rgba(238, 153, 16, 0.8))), url(../img/inflatable-2.jpg);
  background-image: linear-gradient(90deg, rgba(33, 235, 63, 0.8) 0%, rgba(47, 195, 226, 0.8) 25%, rgba(196, 60, 210, 0.8) 50%, rgba(240, 61, 12, 0.8) 75%, rgba(238, 153, 16, 0.8) 100%), url(../img/inflatable-2.jpg);
  background-size: cover;
  background-position: top;
  position: relative;
  z-index: 1;
}

.header__logo-box {
  position: absolute;
  top: 8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__logo {
  height: 10rem;
}

.header__text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.navigation {
  width: 100px;
  height: 100%;
  display: block;
  padding-right: 40px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(56, 54, 54, 0.37);
  border-radius: 0% 50% 350% 0%;
  -webkit-perspective: 800;
          perspective: 800;
  z-index: 1000;
  -webkit-transition: all 800ms cubic-bezier(0.9, 0, 0.33, 1);
  transition: all 800ms cubic-bezier(0.9, 0, 0.33, 1);
}

@media only screen and (max-width: 37.5em) {
  .navigation {
    display: none;
  }
}

.navigation__icon {
  width: 55px;
  height: 44px;
  display: block;
  position: relative;
  top: 13rem;
  left: 35%;
  background: rgba(158, 51, 137, 0);
  cursor: pointer;
  -webkit-transition: all 800ms cubic-bezier(0.9, 0, 0.33, 1);
  transition: all 800ms cubic-bezier(0.9, 0, 0.33, 1);
}

.navigation__icon .topbar {
  width: 55px;
  height: 4px;
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(33, 235, 63, 0.8)), color-stop(25%, rgba(47, 195, 226, 0.8)), color-stop(50%, rgba(196, 60, 210, 0.8)), color-stop(75%, rgba(240, 61, 12, 0.8)), to(rgba(238, 153, 16, 0.8)));
  background-image: linear-gradient(90deg, rgba(33, 235, 63, 0.8) 0%, rgba(47, 195, 226, 0.8) 25%, rgba(196, 60, 210, 0.8) 50%, rgba(240, 61, 12, 0.8) 75%, rgba(238, 153, 16, 0.8) 100%);
  position: absolute;
  top: 10px;
  border-radius: 2px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 800ms cubic-bezier(0.9, 0, 0.33, 1);
  transition: all 800ms cubic-bezier(0.9, 0, 0.33, 1);
}

.navigation__icon .middlebar {
  width: 55px;
  height: 4px;
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(33, 235, 63, 0.8)), color-stop(25%, rgba(47, 195, 226, 0.8)), color-stop(50%, rgba(196, 60, 210, 0.8)), color-stop(75%, rgba(240, 61, 12, 0.8)), to(rgba(238, 153, 16, 0.8)));
  background-image: linear-gradient(90deg, rgba(33, 235, 63, 0.8) 0%, rgba(47, 195, 226, 0.8) 25%, rgba(196, 60, 210, 0.8) 50%, rgba(240, 61, 12, 0.8) 75%, rgba(238, 153, 16, 0.8) 100%);
  position: absolute;
  top: 20px;
  border-radius: 2px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 800ms cubic-bezier(0.9, 0, 0.33, 1);
  transition: all 800ms cubic-bezier(0.9, 0, 0.33, 1);
}

.navigation__icon .bottombar {
  width: 35px;
  height: 4px;
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(33, 235, 63, 0.8)), color-stop(25%, rgba(47, 195, 226, 0.8)), color-stop(50%, rgba(196, 60, 210, 0.8)), color-stop(75%, rgba(240, 61, 12, 0.8)), to(rgba(238, 153, 16, 0.8)));
  background-image: linear-gradient(90deg, rgba(33, 235, 63, 0.8) 0%, rgba(47, 195, 226, 0.8) 25%, rgba(196, 60, 210, 0.8) 50%, rgba(240, 61, 12, 0.8) 75%, rgba(238, 153, 16, 0.8) 100%);
  position: absolute;
  top: 30px;
  border-radius: 2px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 800ms cubic-bezier(0.9, 0, 0.33, 1);
  transition: all 800ms cubic-bezier(0.9, 0, 0.33, 1);
}

.navigation .navigation__ul {
  width: 100%;
  float: right;
  margin-top: 220px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateY(-90deg) translateX(-300px);
          transform: rotateY(-90deg) translateX(-300px);
  -webkit-transition: all 800ms cubic-bezier(0.9, 0, 0.33, 1);
  transition: all 800ms cubic-bezier(0.9, 0, 0.33, 1);
}

.navigation .navigation__ul li {
  list-style: none;
  text-align: right;
}

.navigation .navigation__ul a {
  display: block;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  padding: 10px 25px 10px 0;
  -webkit-transition: color .4s .2s;
  transition: color .4s .2s;
}

.navigation .navigation__ul a:hover {
  color: #1d1b1b;
}

.navigation .navigation__ul__item {
  position: relative;
}

.navigation .navigation__ul__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#252423), to(#37d46b));
  background-image: linear-gradient(90deg, #252423, #37d46b);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: width cubic-bezier(1, 0, 0, 1) 0.4s 0.2s, background-color 0.2s, -webkit-transform 0.2s;
  transition: width cubic-bezier(1, 0, 0, 1) 0.4s 0.2s, background-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, width cubic-bezier(1, 0, 0, 1) 0.4s 0.2s, background-color 0.2s;
  transition: transform 0.2s, width cubic-bezier(1, 0, 0, 1) 0.4s 0.2s, background-color 0.2s, -webkit-transform 0.2s;
}

.navigation .navigation__ul__item:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  width: 105%;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-box-shadow: 0 1rem 2rem rgba(184, 180, 175, 0.767);
          box-shadow: 0 1rem 2rem rgba(184, 180, 175, 0.767);
}

.navigation .navigation__ul__link:link, .navigation .navigation__ul__link:visited {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.navigation .navigation__social {
  width: 100%;
  height: 30px;
  padding-right: 45px;
  position: absolute;
  bottom: 18%;
}

.navigation .navigation__social-ul {
  float: right;
  list-style: none;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateY(-90deg) translateX(-300px);
          transform: rotateY(-90deg) translateX(-300px);
  -webkit-transition: all 800ms cubic-bezier(0.9, 0, 0.33, 1);
  transition: all 800ms cubic-bezier(0.9, 0, 0.33, 1);
}

.navigation .navigation__social-ul li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
  -webkit-transition: all 800ms cubic-bezier(0.9, 0, 0.33, 1);
  transition: all 800ms cubic-bezier(0.9, 0, 0.33, 1);
}

.navigation .social-icon {
  width: 30px;
  height: 30px;
  display: block;
  margin-left: 15px;
}

.navigation-open {
  width: 350px;
  height: 100%;
  display: block;
  background: rgba(32, 31, 31, 0.9);
  position: fixed;
  left: 0;
  border-radius: 0% 1% 1% 0%;
  padding: 0;
}

.navigation-open .logo {
  left: 68%;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.navigation-open .navigation__icon {
  left: 80%;
  margin-bottom: 10px;
}

.navigation-open .navigation__ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(0) translateX(0);
          transform: rotateY(0) translateX(0);
}

.navigation-open .navigation__social-ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(0) translateX(0);
          transform: rotateY(0) translateX(0);
}

.navigation-open .navigation__social-ul li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.navigation-open .navigation__social-ul li:nth-child(1) {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.navigation-open .navigation__social-ul li:nth-child(2) {
  -webkit-transition-delay: .46s;
          transition-delay: .46s;
}

.navigation-open .navigation__social-ul li:nth-child(3) {
  -webkit-transition-delay: .43s;
          transition-delay: .43s;
}

.navigation-open .navigation__social-ul li:nth-child(4) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.navigation-open .topbar {
  top: 21px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navigation-open .middlebar {
  width: 0;
  top: 22px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.navigation-open .bottombar {
  width: 55px;
  top: 21px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.navigation__mobile {
  display: none;
}

@media only screen and (max-width: 37.5em) {
  .navigation__mobile {
    display: contents;
  }
}

.navigation__mobile__checkbox {
  display: none;
}

.navigation__mobile__button {
  background-color: #333;
  height: 7rem;
  width: 7rem;
  position: fixed;
  top: 6rem;
  right: 6rem;
  border-radius: 50%;
  z-index: 2000;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
  text-align: center;
  cursor: pointer;
}

@media only screen and (max-width: 56.25em) {
  .navigation__mobile__button {
    top: 4rem;
    right: 4rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .navigation__mobile__button {
    top: 3rem;
    right: 3rem;
  }
}

.navigation__mobile__background {
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  position: fixed;
  top: 6.5rem;
  right: 6.5rem;
  background-image: radial-gradient(circle, #21eb2e 0%, #2fc3e2 12%, #d23caf 24%, #f00c0c 36%, #ee8710 48%, rgba(237, 114, 12, 0) 68%);
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.83, 0, 0.17, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.83, 0, 0.17, 1);
  transition: transform 0.8s cubic-bezier(0.83, 0, 0.17, 1);
  transition: transform 0.8s cubic-bezier(0.83, 0, 0.17, 1), -webkit-transform 0.8s cubic-bezier(0.83, 0, 0.17, 1);
}

@media only screen and (max-width: 56.25em) {
  .navigation__mobile__background {
    top: 4.5rem;
    right: 4.5rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .navigation__mobile__background {
    top: 3.5rem;
    right: 3.5rem;
  }
}

.navigation__mobile__nav {
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1500;
  opacity: 0;
  width: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: all 0.8s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.navigation__mobile__list {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 100%;
}

.navigation__mobile__item {
  margin: 1rem;
}

.navigation__mobile__link:link, .navigation__mobile__link:visited {
  display: inline-block;
  font-size: 3rem;
  font-weight: 300;
  padding: 1rem 2rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #333 50%);
  background-size: 230%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.navigation__mobile__link:link span, .navigation__mobile__link:visited span {
  display: inline-block;
  margin-right: 1.5rem;
}

.navigation__mobile__link:hover, .navigation__mobile__link:active {
  background-position: 100%;
  color: #37d46b;
  -webkit-transform: translateX(1.5rem);
          transform: translateX(1.5rem);
}

.navigation__mobile__checkbox:checked ~ .navigation__mobile__background {
  -webkit-transform: scale(70);
          transform: scale(70);
}

.navigation__mobile__checkbox:checked ~ .navigation__mobile__nav {
  opacity: 1;
  width: 100%;
}

.navigation__mobile__icon {
  position: relative;
  margin-top: 3.4rem;
}

.navigation__mobile__icon, .navigation__mobile__icon::before, .navigation__mobile__icon::after {
  width: 3rem;
  height: 3px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(33, 235, 63, 0.8)), color-stop(25%, rgba(47, 195, 226, 0.8)), color-stop(50%, rgba(196, 60, 210, 0.8)), color-stop(75%, rgba(240, 61, 12, 0.8)), to(rgba(238, 153, 16, 0.8)));
  background: linear-gradient(90deg, rgba(33, 235, 63, 0.8) 0%, rgba(47, 195, 226, 0.8) 25%, rgba(196, 60, 210, 0.8) 50%, rgba(240, 61, 12, 0.8) 75%, rgba(238, 153, 16, 0.8) 100%);
  display: inline-block;
}

.navigation__mobile__icon::before, .navigation__mobile__icon::after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.navigation__mobile__icon::before {
  top: -.8rem;
}

.navigation__mobile__icon::after {
  top: .8rem;
}

.section-about {
  height: 120vh;
  background-color: #333;
  padding: 18rem 2rem 38rem 2rem;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 122.5em) {
  .section-about {
    padding: 18rem 2rem 38rem 2rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .section-about {
    padding: 18rem 2rem 38rem 2rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .section-about {
    padding: 5rem 2rem 38rem 2rem;
    margin-bottom: 10rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .section-about-info-container {
    padding: 1rem;
  }
}

.section-features {
  position: relative;
  height: 110vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  padding: 20rem 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(33, 235, 63, 0.5)), color-stop(25%, rgba(47, 195, 226, 0.5)), color-stop(50%, rgba(196, 60, 210, 0.5)), color-stop(75%, rgba(240, 61, 12, 0.5)), to(rgba(238, 153, 16, 0.5))), url(../img/inflatable-3.jpg);
  background-image: linear-gradient(90deg, rgba(33, 235, 63, 0.5) 0%, rgba(47, 195, 226, 0.5) 25%, rgba(196, 60, 210, 0.5) 50%, rgba(240, 61, 12, 0.5) 75%, rgba(238, 153, 16, 0.5) 100%), url(../img/inflatable-3.jpg);
  background-size: cover;
  background-position: center;
  margin-top: -10rem;
}

.section-features::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(transparent));
  background: linear-gradient(180deg, #333, transparent);
  top: 0;
}

.section-features::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left bottom, left top, from(#333), to(transparent));
  background: linear-gradient(0deg, #333, transparent);
  bottom: 0;
}

@media only screen and (max-width: 56.25em) {
  .section-features {
    padding: 20rem 0;
  }
}

@media only screen and (max-width: 37.5em) {
  .section-features {
    padding: 5rem 0;
    height: 130vh;
  }
}

.section-tours {
  background-color: #333;
  padding: 20rem 0 20rem 0;
  margin-top: -10rem;
  z-index: 4;
}

@media only screen and (max-width: 56.25em) {
  .section-tours {
    padding: 20rem 0 10rem 0;
  }
}

.section-stories {
  padding: 15rem 0;
  position: relative;
}

@media only screen and (max-width: 56.25em) {
  .section-stories {
    padding: 10rem 0;
  }
}

.section-book {
  padding: 15rem 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(33, 235, 63, 0.5)), color-stop(25%, rgba(47, 195, 226, 0.5)), color-stop(50%, rgba(196, 60, 210, 0.5)), color-stop(75%, rgba(240, 61, 12, 0.5)), to(rgba(238, 153, 16, 0.5))), url(../img/inflatable-4.jpg);
  background-image: linear-gradient(90deg, rgba(33, 235, 63, 0.5) 0%, rgba(47, 195, 226, 0.5) 25%, rgba(196, 60, 210, 0.5) 50%, rgba(240, 61, 12, 0.5) 75%, rgba(238, 153, 16, 0.5) 100%), url(../img/inflatable-4.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.section-book::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(transparent));
  background: linear-gradient(180deg, #333, transparent);
  top: 0;
}

@media only screen and (max-width: 56.25em) {
  .section-book {
    padding: 10rem 0;
  }
}

.row-book {
  position: relative;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 56.25em) {
  .row-book {
    width: 90%;
  }
}

.book__container {
  background-image: linear-gradient(110deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 50%, transparent 70%), url("../../img/balloons.jpg");
  background-size: cover;
  border-radius: 3px;
  -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 75em) {
  .book__container {
    background-image: linear-gradient(110deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 65%, transparent 85%), url("../img/balloons.jpg");
    background-size: cover;
  }
}

@media only screen and (max-width: 56.25em) {
  .book__container {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0.8)), color-stop(65%, transparent)), url("../img/balloons.jpg");
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%, transparent 65%), url("../img/balloons.jpg");
    background-size: cover;
  }
}

.book {
  position: relative;
}

.book .heading-book {
  margin-top: 0;
}

.section-goods {
  background-color: #333;
  padding: 0 0 20rem 0;
  margin-top: -10rem;
  z-index: 4;
}

.row-goods {
  background-image: url("../../img/kids-3.jpg");
  position: relative;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: cover;
  background-position-x: 70%;
  border-radius: 3px;
  -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 56.25em) {
  .row-goods {
    width: 90%;
  }
}

.goods__wrapper {
  background-image: linear-gradient(105deg, rgba(255, 255, 255, 0.8) 49%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.4) 53%);
}

@media only screen and (max-width: 75em) {
  .goods__wrapper {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
    background-size: cover;
  }
}

@media only screen and (max-width: 56.25em) {
  .goods__wrapper {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
    background-size: cover;
  }
}

.goods {
  position: relative;
}
/*# sourceMappingURL=styles.css.map */