@font-face {
  font-family: "regular";
  font-display: "auto";
  src: url("../fonts/Exo-2-Regular/Exo2-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo-2-Regular/Exo2-Regular.woff") format("woff"), url("../fonts/Exo-2-Regular/Exo2-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "semiBold";
  font-display: "auto";
  src: url("../fonts/Exo-2-SemiBold/Exo2-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo-2-SemiBold/Exo2-SemiBold.woff") format("woff"), url("../fonts/Exo-2-SemiBold/Exo2-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
  font-size: 10px;
  line-height: 1.4286em;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  color: #000000;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  font-family: "regular";
  display: flex;
  flex-direction: column;
}

input,
select,
textarea,
button,
a,
.slick-slide {
  outline: none !important;
}

a,
a:focus,
a:hover,
button:hover {
  text-decoration: none;
}

a {
  color: #1B1B1B;
}

button {
  cursor: pointer;
  display: block;
}

img {
  max-height: none;
  border: none;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row .cb {
  flex: 0 0 100%;
  max-width: 100%;
}

[class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

.large_container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.custom_container {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.phone_link:not(.clickable) {
  color: inherit;
  cursor: default;
  pointer-events: none;
}

.individual_hint,
.drop_list {
  display: none;
}

.error_hint {
  display: block;
  max-height: 0;
  overflow: hidden;
  color: #ff0000;
  font-size: 140%;
  line-height: 20px;
  padding: 0 34px;
  position: absolute;
  top: 100%;
  left: 0;
}

.help-block.form-error {
  display: none !important;
}

.has-error .error_hint,
.has-error + .error_hint {
  max-height: 60px;
}

.field_block {
  position: relative;
}
.field_block input,
.field_block textarea {
  width: 100%;
}
.field_block textarea {
  resize: none;
  display: block;
}

.cb {
  display: block;
  clear: both;
}

.logo_block {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  color: #ffffff;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.logo_block.filled {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.logo_block a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.logo_block a:hover {
  opacity: 0.7;
}
.logo_block a:active {
  opacity: 0.9;
}

.logo_inner {
  padding: 17px 100px;
}
.logo_inner img {
  display: block;
  width: auto;
  height: 36px;
}
.logo_inner svg {
  display: block;
  width: auto;
  height: 36px;
}
.logo_inner svg path {
  fill: currentColor;
}
@media (max-width: 1439px) {
  .logo_inner {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .logo_inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.users_slider .images_list, .advantages .adv_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.necklace_section .params_list {
  padding: 0;
  margin: 0 -15px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.advantages .adv_list .icon_block:before, .buy_now .buy_button:after, .thanks_page .back_button:after, .subscribe_page .validate_button:after, .subscribe_page:before, .more_info .info_button:after, .family_section .image_block, .necklace_section .info_block, .top_section .page_btn:after, .top_section .image_block .frame_image, .top_section .image_block:before, .top_section .image_block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.users_slider .images_list img, .users_slider .images_list, .charger_images img, .advantages .necklace_include img, .rotate_image img, .more_info .image_button img, .more_info .image_button, .necklace_section .images_block .necklace_image, .top_section .image_block .frame_image {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.top_section {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: #ffffff;
  height: 100%;
  min-height: 100%;
}
.top_section:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -1px;
  height: 200px;
  background: url("https://sundayimages.s3.eu-west-2.amazonaws.com/top_decor.png") no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 1199px) {
  .top_section:after {
    width: 1453px;
    height: 120px;
    transform: translate3d(-14.4%, 0, 0);
    -moz-transform: translate3d(-14.4%, 0, 0);
    -ms-transform: translate3d(-14.4%, 0, 0);
    -webkit-transform: translate3d(-14.4%, 0, 0);
    -o-transform: translate3d(-14.4%, 0, 0);
  }
}
@media (max-width: 991px) {
  .top_section:after {
    transform: translate3d(-28.8%, 0, 0);
    -moz-transform: translate3d(-28.8%, 0, 0);
    -ms-transform: translate3d(-28.8%, 0, 0);
    -webkit-transform: translate3d(-28.8%, 0, 0);
    -o-transform: translate3d(-28.8%, 0, 0);
  }
}
.top_section .image_block {
  overflow: hidden;
}
.top_section .image_block .main_screen {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  position: relative;
}
.top_section .image_block .main_screen.mobile_screen, .top_section .image_block .main_screen.tablet_screen {
  display: none;
}
.top_section .image_block img {
  object-fit: cover;
  object-position: top center;
}
.top_section .image_block:before {
  content: "";
  z-index: 1;
  background: linear-gradient(to top right, #000000 0%, rgba(0, 0, 0, 0) 60%);
  opacity: 0.5;
}
.top_section .image_block .frame_image {
  z-index: 2;
  opacity: 0;
}
@media (max-width: 1199px) {
  .top_section .image_block:before {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
  }
}
.top_section .info_block {
  position: relative;
  z-index: 5;
  font-family: "semiBold";
}
.top_section .section_pretitle {
  font-size: 320%;
  line-height: 38px;
}
@media (max-width: 1199px) {
  .top_section .section_pretitle {
    font-size: 300%;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .top_section .section_pretitle {
    font-size: 280%;
    line-height: 34px;
    font-family: "regular";
  }
}
@media (max-width: 767px) {
  .top_section .section_pretitle {
    font-size: 240%;
    line-height: 29px;
  }
}
.top_section .section_title {
  font-size: 500%;
  line-height: 60px;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  margin-top: 8px;
}
.top_section .section_title .web_text {
  display: block;
}
.top_section .section_title .mob_text {
  display: none;
}
@media (max-width: 1199px) {
  .top_section .section_title {
    font-size: 420%;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .top_section .section_title {
    font-size: 360%;
    line-height: 42px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .top_section .section_title {
    font-size: 300%;
    line-height: 36px;
    margin-top: 0;
  }
}
@media (max-width: 399px) {
  .top_section .section_title .web_text {
    display: none;
  }
  .top_section .section_title .mob_text {
    display: block;
  }
}
.top_section .page_btn {
  display: inline-block;
  min-width: 200px;
  padding: 14px 23px;
  border-radius: 25px;
  color: #ffffff !important;
  font-size: 140%;
  line-height: 18px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
  margin-top: 44px;
  position: relative;
  background: linear-gradient(180deg, #9A39F8 0%, #FA6283 100%);
}
.top_section .page_btn:after {
  opacity: 0.15;
  content: "";
  pointer-events: none;
  z-index: 2;
  border-radius: inherit;
}
.top_section .page_btn:hover:after {
  background: #ffffff;
}
.top_section .page_btn:active:after {
  background: #000000;
}

@media screen and (min-height: 120vw) {
  .top_section {
    align-items: flex-end;
  }
  .top_section .image_block .main_screen.landscape_screen {
    display: none;
  }
  .top_section .image_block .main_screen.tablet_screen {
    display: block;
  }
  .top_section .info_block {
    padding-bottom: 12.5%;
  }
}
@media screen and (min-height: 120vw) and (max-width: 991px) {
  .top_section .info_block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-height: 120vw) and (max-width: 767px) {
  .top_section .info_block {
    padding-bottom: 80px;
  }
}
@media screen and (min-height: 120vw) {
  .top_section .page_btn {
    display: none;
  }
}
@media screen and (min-height: 150vw) {
  .top_section .image_block .main_screen.landscape_screen, .top_section .image_block .main_screen.tablet_screen {
    display: none;
  }
  .top_section .image_block .main_screen.mobile_screen {
    display: block;
  }
}
@media screen and (min-height: 200vw) {
  .top_section .image_block .main_screen.mobile_screen {
    display: block;
  }
  .top_section .image_block .main_screen.mobile_screen .frame_image {
    transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
  }
}
.necklace_section {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  margin-top: -28px;
  padding-top: 20px;
  z-index: 5;
  flex: auto;
  min-height: 680px;
}
.necklace_section .images_block {
  width: 42.6%;
  max-width: 612px;
  margin-left: 28px;
  position: relative;
  -o-transition: margin 0.5s;
  -ms-transition: margin 0.5s;
  -moz-transition: margin 0.5s;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
}
.necklace_section .images_block:before {
  display: block;
  content: "";
  padding-bottom: 110%;
}
.necklace_section .images_block .necklace_image {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -20px;
}
.necklace_section .images_block .dashboard_image {
  position: absolute;
  left: -311px;
  top: 26.7%;
  z-index: 1;
  width: 51%;
  opacity: 0;
  -o-transition: left 1.3s, opacity 0.3s;
  -ms-transition: left 1.3s, opacity 0.3s;
  -moz-transition: left 1.3s, opacity 0.3s;
  -webkit-transition: left 1.3s, opacity 0.3s;
  transition: left 1.3s, opacity 0.3s;
}
.necklace_section .images_block .dashboard_image.showed {
  left: 30px;
  opacity: 1;
}
.necklace_section .images_block.to_top {
  margin-top: 0;
  margin-bottom: 0;
}
.necklace_section .info_block {
  display: flex;
  align-items: center;
}
.necklace_section .section_title {
  font-size: 420%;
  line-height: 50px;
  font-family: "semiBold";
  color: #1B1B1B;
  max-width: 540px;
}
@media (max-width: 1199px) {
  .necklace_section .section_title {
    font-size: 380%;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .necklace_section .section_title {
    font-size: 320%;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .necklace_section .section_title {
    font-size: 300%;
    line-height: 36px;
  }
}
.necklace_section .description_block {
  margin-top: 24px;
  font-size: 160%;
  line-height: 19px;
  color: #5e5e5e;
  min-height: 57px;
}
@media (max-width: 767px) {
  .necklace_section .description_block {
    font-size: 140%;
    line-height: 17px;
    min-height: 51px;
    margin-top: 14px;
  }
}
.necklace_section .params_list {
  font-size: 140%;
  line-height: 17px;
  font-family: "semiBold";
  color: #1B1B1B;
}
.necklace_section .params_list li {
  padding: 42px 15px 0;
  min-width: 95px;
  flex: 0 0 16.66%;
  max-width: 16.66%;
}
.necklace_section .params_list img {
  height: 22px;
  width: auto;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 1439px) {
  .necklace_section {
    min-height: 46vw;
  }
}
@media (max-width: 991px) {
  .necklace_section {
    min-height: 55vw;
  }
  .necklace_section .params_list {
    padding-top: 15px;
  }
  .necklace_section .params_list li {
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  .necklace_section {
    min-height: 75vw;
  }
  .necklace_section .params_list {
    padding-top: 15px;
  }
  .necklace_section .params_list li {
    padding-top: 24px;
  }
}
@media (max-width: 575px) {
  .necklace_section {
    min-height: 920px;
  }
  .necklace_section .info_block {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    text-align: center;
  }
  .necklace_section .images_block {
    position: absolute;
    left: auto;
    width: 550px;
    top: 200px;
    right: 80px;
  }
  .necklace_section .images_block .dashboard_image {
    top: 80px;
    width: 240px;
  }
  .necklace_section .images_block .dashboard_image.showed {
    left: 330px;
  }
  .necklace_section .params_list {
    text-align: left;
    margin-top: 600px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 479px) {
  .necklace_section {
    min-height: 960px;
  }
}
@media (max-width:359px) {
  .necklace_section {
    min-height: 1000px;
  }
}

.family_section {
  position: relative;
  overflow: hidden;
  min-height: 48.28vw;
  padding: 30px 0;
  display: flex;
  align-items: center;
}
.family_section .image_block .screen_bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.family_section .image_block .screen_bg.web_bg {
  display: block;
  background-position: top right;
}
.family_section .image_block .screen_bg.mob_bg {
  display: none;
  background-position: bottom right;
}
.family_section:before, .family_section:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  padding-bottom: 8.33%;
  content: "";
  transform-origin: center;
  -webkit-transfrom-origin: center;
  background: url("https://sundayimages.s3.eu-west-2.amazonaws.com/top_decor.png") no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  z-index: 2;
}
.family_section:before {
  top: -2px;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.family_section:after {
  bottom: -2px;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}
.family_section .info_block {
  position: relative;
  width: 100%;
  z-index: 2;
  color: #ffffff;
}
.family_section .section_title {
  font-family: "semiBold";
  font-size: 420%;
  line-height: 50px;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .family_section .section_title {
    font-size: 380%;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .family_section .section_title {
    font-size: 320%;
    line-height: 36px;
    margin-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .family_section .section_title {
    font-size: 300%;
    line-height: 36px;
    margin-bottom: 14px;
  }
}
.family_section .description_block {
  font-size: 180%;
  line-height: 22px;
}
@media (max-width: 991px) {
  .family_section .description_block {
    font-size: 160%;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .family_section .description_block {
    font-size: 140%;
    line-height: 17px;
  }
}
@media (max-width: 1199px) {
  .family_section {
    min-height: 560px;
  }
  .family_section:before, .family_section:after {
    width: 1453px;
    height: 120px;
  }
  .family_section:before {
    transform: translate3d(-14.4%, 0, 0) rotate(180deg);
    -moz-transform: translate3d(-14.4%, 0, 0) rotate(180deg);
    -ms-transform: translate3d(-14.4%, 0, 0) rotate(180deg);
    -webkit-transform: translate3d(-14.4%, 0, 0) rotate(180deg);
    -o-transform: translate3d(-14.4%, 0, 0) rotate(180deg);
  }
  .family_section:after {
    transform: translate3d(-14.4%, 0, 0) scaleX(-1);
    -moz-transform: translate3d(-14.4%, 0, 0) scaleX(-1);
    -ms-transform: translate3d(-14.4%, 0, 0) scaleX(-1);
    -webkit-transform: translate3d(-14.4%, 0, 0) scaleX(-1);
    -o-transform: translate3d(-14.4%, 0, 0) scaleX(-1);
  }
}
@media (max-width: 991px) {
  .family_section .info_block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .family_section:before {
    transform: translate3d(-28.8%, 0, 0) rotate(180deg);
    -moz-transform: translate3d(-28.8%, 0, 0) rotate(180deg);
    -ms-transform: translate3d(-28.8%, 0, 0) rotate(180deg);
    -webkit-transform: translate3d(-28.8%, 0, 0) rotate(180deg);
    -o-transform: translate3d(-28.8%, 0, 0) rotate(180deg);
  }
  .family_section:after {
    transform: translate3d(-28.8%, 0, 0) scaleX(-1);
    -moz-transform: translate3d(-28.8%, 0, 0) scaleX(-1);
    -ms-transform: translate3d(-28.8%, 0, 0) scaleX(-1);
    -webkit-transform: translate3d(-28.8%, 0, 0) scaleX(-1);
    -o-transform: translate3d(-28.8%, 0, 0) scaleX(-1);
  }
}
@media (max-width: 767px) {
  .family_section {
    min-height: 135vw;
    padding-top: 90px;
    align-items: flex-start;
    text-align: center;
  }
  .family_section .image_block .screen_bg.web_bg {
    display: none;
  }
  .family_section .image_block .screen_bg.mob_bg {
    display: block;
  }
  .family_section .info_block {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .family_section {
    min-height: 155vw;
  }
}
@media (max-width: 479px) {
  .family_section {
    min-height: 620px;
    padding-top: 75px;
  }
  .family_section .info_block {
    padding: 0 5px;
  }
}
@media (max-width:359px) {
  .family_section {
    min-height: 660px;
    padding-top: 50px;
  }
}

.app_info {
  margin: -180px 0 -135px;
}
.app_info .info_inner {
  align-items: center;
  justify-content: center;
}
.app_info .info_title {
  color: #1B1B1B;
  font-family: "semiBold";
  font-size: 400%;
  line-height: 1.2em;
  padding-bottom: 30px;
  max-width: 500px;
}
@media (max-width: 1199px) {
  .app_info .info_title {
    font-size: 380%;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .app_info .info_title {
    font-size: 320%;
    line-height: 36px;
    padding-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .app_info .info_title {
    font-size: 300%;
    line-height: 36px;
    padding-bottom: 14px;
  }
}
.app_info .info_description {
  color: #5e5e5e;
  font-size: 180%;
  line-height: 1.2em;
  max-width: 500px;
}
@media (max-width: 767px) {
  .app_info .info_description {
    font-size: 140%;
    line-height: 17px;
  }
}
.app_info .image_block .image_inner {
  position: relative;
  max-width: 455px;
}
.app_info .image_block .image_inner:before {
  padding-bottom: 162.86%;
  display: block;
  content: "";
}
.app_info .image_block .image_inner > img {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: -100%;
  opacity: 0;
  -o-transition: left 1.3s, opacity 0.3s;
  -ms-transition: left 1.3s, opacity 0.3s;
  -moz-transition: left 1.3s, opacity 0.3s;
  -webkit-transition: left 1.3s, opacity 0.3s;
  transition: left 1.3s, opacity 0.3s;
}
.app_info .image_block .image_inner .video_block {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: -100%;
  opacity: 0;
  -o-transition: left 1.3s, opacity 0.3s;
  -ms-transition: left 1.3s, opacity 0.3s;
  -moz-transition: left 1.3s, opacity 0.3s;
  -webkit-transition: left 1.3s, opacity 0.3s;
  transition: left 1.3s, opacity 0.3s;
}
.app_info .image_block .image_inner .video_block img,
.app_info .image_block .image_inner .video_block video {
  width: 64.5%;
  height: 84.7%;
  object-fit: cover;
  margin-top: 10.5%;
  margin-left: 28.5%;
  border-radius: 16px;
}
.app_info .image_block .image_inner .video_block img {
  position: absolute;
  left: 0;
  top: 0;
}
.app_info .image_block .image_inner .video_block video {
  position: relative;
  z-index: 2;
}
.app_info .image_block.showed .video_block,
.app_info .image_block.showed .image_inner > img {
  left: -15px;
  opacity: 1;
}
@media (max-width: 1439px) {
  .app_info {
    margin: -140px 0 -120px;
  }
}
@media (max-width: 1199px) {
  .app_info {
    margin: -120px 0 -100px;
  }
}
@media (max-width: 991px) {
  .app_info {
    margin: -100px 0 -80px;
  }
}
@media (max-width: 767px) {
  .app_info {
    margin: -140px 0 0;
    padding-bottom: 32px;
  }
  .app_info .image_block .image_inner {
    margin: 0 auto;
    max-width: 351px;
  }
  .app_info .image_block .image_inner .video_block,
.app_info .image_block .image_inner > img {
    transform: translate3d(-25px, 0, 0);
    -moz-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    -webkit-transform: translate3d(-25px, 0, 0);
    -o-transform: translate3d(-25px, 0, 0);
  }
  .app_info .info_block {
    text-align: center;
    margin: 0 auto;
    max-width: 500px;
  }
}

.health_goals {
  position: relative;
  overflow: hidden;
  min-height: 852px;
}
.health_goals .goals_inner {
  background: #405DF6;
  align-items: center;
  border-radius: 34px;
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.health_goals .info_block {
  min-height: 552px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.health_goals .info_title {
  color: #ffffff;
  font-family: "semiBold";
  font-size: 420%;
  line-height: 1.2em;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .health_goals .info_title {
    font-size: 380%;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .health_goals .info_title {
    font-size: 320%;
    line-height: 36px;
    padding-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .health_goals .info_title {
    font-size: 300%;
    line-height: 36px;
    padding-bottom: 14px;
  }
}
.health_goals .info_description {
  color: #ffffff;
  font-size: 180%;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .health_goals .info_description {
    font-size: 140%;
    line-height: 17px;
  }
}
.health_goals .image_block img {
  display: block;
  position: relative;
  width: 290px;
  max-width: 100%;
  margin: -20px auto 0;
  transform-origin: top center;
  -webkit-transfrom-origin: top center;
  animation: moving 3s linear infinite;
}
.health_goals .large_container {
  position: relative;
  padding: 0 15px;
}
.health_goals .banner_images {
  height: 300px;
  position: relative;
  z-index: 3;
  margin: 0 -15px;
}
.health_goals .banner_images img {
  position: absolute;
  bottom: 100%;
  display: block;
  border-radius: 16px;
  -o-transition: all 1.3s, opacity 0.3s;
  -ms-transition: all 1.3s, opacity 0.3s;
  -moz-transition: all 1.3s, opacity 0.3s;
  -webkit-transition: all 1.3s, opacity 0.3s;
  transition: all 1.3s, opacity 0.3s;
}
.health_goals .banner_images .banner_1 {
  left: -24px;
  transform: translate3d(0, -54px, 0);
  -moz-transform: translate3d(0, -54px, 0);
  -ms-transform: translate3d(0, -54px, 0);
  -webkit-transform: translate3d(0, -54px, 0);
  -o-transform: translate3d(0, -54px, 0);
  width: 274px;
}
.health_goals .banner_images .banner_2 {
  left: 70px;
  transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  width: 295px;
  margin-bottom: -10px;
}
.health_goals .banner_images .banner_3 {
  left: 360px;
  transform: translate3d(0, 78px, 0);
  -moz-transform: translate3d(0, 78px, 0);
  -ms-transform: translate3d(0, 78px, 0);
  -webkit-transform: translate3d(0, 78px, 0);
  -o-transform: translate3d(0, 78px, 0);
  width: 235px;
}
.health_goals .banner_images .banner_4 {
  right: -11px;
  max-width: 212px;
  transform: translate3d(0, 60px, 0);
  -moz-transform: translate3d(0, 60px, 0);
  -ms-transform: translate3d(0, 60px, 0);
  -webkit-transform: translate3d(0, 60px, 0);
  -o-transform: translate3d(0, 60px, 0);
}
.health_goals .banner_images:not(.showed) img {
  opacity: 0;
}
.health_goals .banner_images:not(.showed) .banner_1 {
  transform: translate3d(-100%, -54px, 0);
  -moz-transform: translate3d(-100%, -54px, 0);
  -ms-transform: translate3d(-100%, -54px, 0);
  -webkit-transform: translate3d(-100%, -54px, 0);
  -o-transform: translate3d(-100%, -54px, 0);
}
.health_goals .banner_images:not(.showed) .banner_2 {
  transform: translate3d(-100%, 100%, 0);
  -moz-transform: translate3d(-100%, 100%, 0);
  -ms-transform: translate3d(-100%, 100%, 0);
  -webkit-transform: translate3d(-100%, 100%, 0);
  -o-transform: translate3d(-100%, 100%, 0);
}
.health_goals .banner_images:not(.showed) .banner_3 {
  transform: translate3d(0, 120%, 0);
  -moz-transform: translate3d(0, 120%, 0);
  -ms-transform: translate3d(0, 120%, 0);
  -webkit-transform: translate3d(0, 120%, 0);
  -o-transform: translate3d(0, 120%, 0);
}
.health_goals .banner_images:not(.showed) .banner_4 {
  transform: translate3d(100%, 60px, 0);
  -moz-transform: translate3d(100%, 60px, 0);
  -ms-transform: translate3d(100%, 60px, 0);
  -webkit-transform: translate3d(100%, 60px, 0);
  -o-transform: translate3d(100%, 60px, 0);
}
@media (max-width: 1439px) {
  .health_goals .banner_images .banner_1,
.health_goals .banner_images .banner_2,
.health_goals .banner_images .banner_4 {
    margin-bottom: -20px;
  }
}
@media (max-width: 991px) {
  .health_goals .goals_inner {
    padding: 0 15px;
  }
  .health_goals .banner_images .banner_2 {
    left: 20px;
  }
  .health_goals .banner_images .banner_3 {
    left: 300px;
  }
}
@media (max-width: 767px) {
  .health_goals {
    min-height: 800px;
  }
  .health_goals .goals_inner {
    min-height: 640px;
    border-radius: 16px;
  }
  .health_goals .info_block {
    order: 2;
    text-align: center;
    min-height: 0;
    padding-top: 0;
    max-width: 480px;
    margin: 0 auto;
  }
  .health_goals .image_block img {
    margin-top: -70px;
    width: 200px;
  }
  .health_goals .banner_images {
    height: 150px;
  }
  .health_goals .banner_images .banner_2,
.health_goals .banner_images .banner_3 {
    display: none;
  }
  .health_goals .banner_images .banner_4 {
    margin-bottom: -50px;
  }
  .health_goals .banner_images .banner_1 {
    margin-bottom: -5px;
  }
}
@media (max-width: 479px) {
  .health_goals {
    min-height: 870px;
  }
  .health_goals .goals_inner {
    min-height: 720px;
  }
}

.more_info {
  background: #F7F7F7;
  padding: 30px 0;
  min-height: 665px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 100%;
}
.more_info:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  padding-bottom: 8.33%;
  content: "";
  transform-origin: center;
  -webkit-transfrom-origin: center;
  background: url("https://sundayimages.s3.eu-west-2.amazonaws.com/top_decor.png") no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  z-index: 2;
  top: -2px;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media (max-width: 1199px) {
  .more_info:before {
    background-size: 1453px auto;
    height: 120px;
  }
}
.more_info.hovered .image_button {
  width: 330px;
}
.more_info .image_button {
  position: absolute;
  overflow: hidden;
  display: block;
  right: 0;
  width: 0;
  bottom: -90px;
  -o-transition: width 1s, opacity 0.3s;
  -ms-transition: width 1s, opacity 0.3s;
  -moz-transition: width 1s, opacity 0.3s;
  -webkit-transition: width 1s, opacity 0.3s;
  transition: width 1s, opacity 0.3s;
}
.more_info .image_button img {
  display: block;
  width: 330px;
  float: left;
}
.more_info .image_button:hover {
  opacity: 0.7;
}
.more_info .info_inner {
  max-width: 640px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 30px 15px;
}
.more_info .info_title {
  color: #1B1B1B;
  font-family: "semiBold";
  font-size: 420%;
  line-height: 1.2em;
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .more_info .info_title {
    font-size: 380%;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .more_info .info_title {
    font-size: 320%;
    line-height: 36px;
    padding-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .more_info .info_title {
    font-size: 300%;
    line-height: 36px;
    padding-bottom: 14px;
  }
}
.more_info .info_description {
  color: #5e5e5e;
  font-size: 180%;
  line-height: 1.22em;
  text-align: center;
  padding-bottom: 22px;
  max-width: 565px;
}
@media (max-width: 767px) {
  .more_info .info_description {
    font-size: 140%;
    line-height: 17px;
  }
}
.more_info .info_button {
  height: 64px;
  width: 405px;
  max-width: 100%;
  padding: 0 25px;
  border-radius: 32px;
  background: linear-gradient(180deg, #9A39F8 0%, #FA6283 100%);
  box-shadow: 0 12px 24px 0 rgba(231, 90, 154, 0.25);
  color: #ffffff;
  font-family: "semiBold";
  font-size: 160%;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.more_info .info_button:before {
  content: "";
  width: 51px;
  min-width: 51px;
  display: block;
}
.more_info .info_button img {
  display: block;
  width: 31px;
  min-width: 31px;
  margin-left: 20px;
  height: auto;
}
.more_info .info_button:after {
  opacity: 0.15;
  content: "";
  pointer-events: none;
  z-index: 2;
  border-radius: inherit;
}
.more_info .info_button:hover:after {
  background: #ffffff;
}
.more_info .info_button:active:after {
  background: #000000;
}
@media (max-width: 1199px) {
  .more_info.hovered .image_button {
    width: 300px;
  }
  .more_info .image_button img {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .more_info {
    min-height: 740px;
  }
  .more_info.hovered .image_button {
    width: 260px;
  }
  .more_info .image_button img {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .more_info {
    padding: 0;
    min-height: 720px;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 380px;
    overflow: hidden;
  }
  .more_info.hovered .image_button {
    width: 250px;
  }
  .more_info .image_button {
    bottom: 0;
  }
  .more_info .image_button img {
    width: 250px;
  }
}

@keyframes moving {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  24% {
    transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
  }
  26% {
    transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
  }
  50% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  74% {
    transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    -o-transform: rotate(1deg);
  }
  76% {
    transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    -o-transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
.subscribe_page {
  display: flex;
  align-items: center;
  position: relative;
  flex: 1;
  height: 50%;
  min-height: 480px;
}
.subscribe_page .screen_bg {
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.subscribe_page .web_bg {
  background-size: cover;
  display: block;
}
.subscribe_page .mobile_bg {
  display: none;
}
.subscribe_page:before {
  content: "";
  z-index: 1;
  background: linear-gradient(to top right, #000000 0%, rgba(0, 0, 0, 0) 60%);
  opacity: 0.5;
}
.subscribe_page:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  padding-bottom: 8.33%;
  content: "";
  transform-origin: center;
  -webkit-transfrom-origin: center;
  background: url("https://sundayimages.s3.eu-west-2.amazonaws.com/top_decor.png") no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  bottom: -2px;
  z-index: 2;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}
.subscribe_page .subscribe_inner {
  max-width: 680px;
  position: relative;
  z-index: 2;
}
.subscribe_page .subscribe_title {
  color: #ffffff;
  font-family: "semiBold";
  font-size: 400%;
  line-height: 1.2em;
  padding-bottom: 24px;
}
.subscribe_page .subscribe_description {
  color: #ffffff;
  font-size: 180%;
  line-height: 1.2em;
  padding-bottom: 12px;
}
.subscribe_page .subscribe_info {
  color: #ffffff;
  font-family: "semiBold";
  font-size: 300%;
  line-height: 1.2em;
  padding-bottom: 36px;
}
.subscribe_page form {
  display: flex;
  align-items: flex-start;
  max-width: 580px;
}
.subscribe_page .error_hint {
  font-size: 140%;
  line-height: 1.25em;
}
.subscribe_page .field_block {
  flex: 1;
  max-width: 100%;
}
.subscribe_page input {
  border-radius: 32px 0 0 32px;
  border: none;
  background: #ffffff;
  color: #5e5e5e;
  font-size: 180%;
  line-height: 22px;
  padding: 21px 34px;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
}
.subscribe_page .validate_button {
  background: linear-gradient(180deg, #9A39F8 0%, #FA6283 100%);
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.15);
  border: none;
  font-size: 180%;
  line-height: 22px;
  color: #ffffff;
  padding: 21px 15px;
  min-width: 168px;
  border-radius: 0 32px 32px 0;
  position: relative;
  overflow: hidden;
}
.subscribe_page .validate_button:after {
  opacity: 0.15;
  content: "";
  pointer-events: none;
  z-index: 2;
  border-radius: inherit;
}
.subscribe_page .validate_button:hover:after {
  background: #ffffff;
}
.subscribe_page .validate_button:active:after {
  background: #000000;
}
@media (max-width: 1199px) {
  .subscribe_page .subscribe_inner {
    max-width: 580px;
  }
  .subscribe_page .subscribe_title {
    font-size: 360%;
  }
}
@media (max-width: 991px) {
  .subscribe_page .subscribe_title {
    font-size: 320%;
  }
  .subscribe_page .subscribe_description {
    font-size: 160%;
  }
  .subscribe_page input {
    font-size: 160%;
  }
  .subscribe_page .subscribe_inner {
    max-width: 420px;
  }
  .subscribe_page form {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .subscribe_page {
    background-size: cover;
    min-height: 540px;
  }
  .subscribe_page form {
    align-items: center;
    flex-direction: column;
  }
  .subscribe_page .subscribe_inner {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0 60px;
  }
  .subscribe_page .web_bg {
    display: none;
  }
  .subscribe_page .mobile_bg {
    display: block;
    background-size: cover;
    background-position: center;
  }
  .subscribe_page input {
    width: 360px;
    border-radius: 32px;
  }
  .subscribe_page .validate_button {
    border-radius: 32px;
  }
  .subscribe_page .subscribe_info {
    padding-bottom: 42px;
    text-align: center;
  }
  .subscribe_page .field_block {
    margin-bottom: 20px;
  }
  .subscribe_page .subscribe_description,
.subscribe_page .subscribe_title {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .subscribe_page .subscribe_description {
    font-size: 140%;
  }
  .subscribe_page input {
    font-size: 140%;
  }
  .subscribe_page .subscribe_title {
    font-size: 300%;
  }
}
@media (max-width: 479px) {
  .subscribe_page .subscribe_description {
    font-size: 140%;
  }
  .subscribe_page .subscribe_title {
    font-size: 300%;
  }
  .subscribe_page .field_block {
    margin-bottom: 40px;
    width: 100%;
  }
  .subscribe_page form {
    width: 100%;
  }
  .subscribe_page input {
    width: 100%;
  }
}

.thanks_page {
  display: flex;
  justify-content: center;
  flex: 1;
  position: relative;
}
.thanks_page .thanks_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 700px;
  padding: 50px 15px;
  min-height: 480px;
}
.thanks_page .thanks_title {
  color: #1B1B1B;
  text-align: center;
  font-family: "semiBold";
  font-size: 400%;
  line-height: 1.2em;
  padding-bottom: 17px;
}
.thanks_page .thanks_description {
  color: #1B1B1B;
  font-size: 140%;
  line-height: 1.2em;
  padding-bottom: 30px;
  text-align: center;
}
.thanks_page .back_button {
  border-radius: 32px;
  background: linear-gradient(180deg, #9A39F8 0%, #FA6283 100%);
  box-shadow: 0 12px 24px 0 rgba(231, 90, 154, 0.25);
  border: none;
  font-size: 180%;
  line-height: 22px;
  font-family: "semiBold";
  color: #ffffff;
  text-align: center;
  display: inline-block;
  padding: 21px 15px;
  width: 400px;
  max-width: 100%;
  margin-top: 18.4vh;
  position: relative;
  overflow: hidden;
}
.thanks_page .back_button:after {
  opacity: 0.15;
  content: "";
  pointer-events: none;
  z-index: 2;
  border-radius: inherit;
}
.thanks_page .back_button:hover:after {
  background: #ffffff;
}
.thanks_page .back_button:active:after {
  background: #000000;
}
.thanks_page .app_link {
  display: inline-block;
}
.thanks_page .app_link img {
  height: 56px;
}
.thanks_page .app_link:hover {
  opacity: 0.7;
}
.thanks_page .app_link:active {
  opacity: 0.9;
}
.thanks_page .rotate_image {
  height: 600px;
  max-height: 75vh;
  right: 0;
  padding-right: 0;
  width: 500px;
}

@media (max-width: 1439px) {
  .thanks_page .rotate_image {
    height: 500px;
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .thanks_page .thanks_title {
    font-size: 360%;
  }
  .thanks_page .thanks_inner {
    max-width: 540px;
  }
}
@media (max-width: 991px) {
  .thanks_page .thanks_inner {
    max-width: 360px;
  }
  .thanks_page .thanks_title {
    font-size: 320%;
  }
  .thanks_page .image_block img {
    height: 330px;
  }
  .thanks_page .back_button {
    margin-top: 14vh;
  }
}
@media (max-width: 767px) {
  .thanks_page .thanks_inner {
    max-width: 500px;
  }
  .thanks_page .image_block,
.thanks_page .rotate_image {
    display: none;
  }
  .thanks_page .back_button {
    margin-top: 10vh;
  }
}
@media (max-width: 575px) {
  .thanks_page .thanks_title {
    font-size: 300%;
  }
  .thanks_page .thanks_inner {
    max-width: 400px;
  }
  .thanks_page .back_button {
    margin-top: 7vh;
  }
}
@media (max-width: 479px) {
  .thanks_page .back_button {
    width: 340px;
  }
  .thanks_page .thanks_inner {
    max-width: 100%;
  }
}
.buy_now {
  background: #F7F7F7;
  display: flex;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 200px;
  position: relative;
  min-height: 660px;
}
.buy_now:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  padding-bottom: 8.33%;
  content: "";
  transform-origin: center;
  -webkit-transfrom-origin: center;
  background: url("https://sundayimages.s3.eu-west-2.amazonaws.com/top_decor.png") no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  z-index: 2;
  top: -2px;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media (max-width: 1199px) {
  .buy_now:before {
    height: 120px;
    background-size: 1453px auto;
  }
}
.buy_now .buy_inner {
  max-width: 620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.buy_now .buy_button {
  height: 64px;
  width: 405px;
  max-width: 100%;
  padding: 0 25px;
  border-radius: 32px;
  background: linear-gradient(180deg, #9A39F8 0%, #FA6283 100%);
  box-shadow: 0 12px 24px 0 rgba(231, 90, 154, 0.25);
  color: #ffffff;
  font-family: "semiBold";
  font-size: 160%;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.buy_now .buy_button:before {
  content: "";
  width: 51px;
  min-width: 51px;
  display: block;
}
.buy_now .buy_button img {
  display: block;
  width: 31px;
  min-width: 31px;
  margin-left: 20px;
  height: auto;
}
.buy_now .buy_button:after {
  opacity: 0.15;
  content: "";
  pointer-events: none;
  z-index: 2;
  border-radius: inherit;
}
.buy_now .buy_button:hover:after {
  background: #ffffff;
}
.buy_now .buy_button:active:after {
  background: #000000;
}
.buy_now .price_block {
  color: #1B1B1B;
  text-align: center;
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.buy_now .price_block .new_price {
  font-size: 720%;
  line-height: 1.2em;
  display: block;
}
.buy_now .price_block .old_price {
  display: block;
  font-size: 300%;
  line-height: 1.2em;
  text-decoration: line-through;
  color: #5e5e5e;
  line-height: 1.2em;
  margin-left: 20px;
}
.buy_now .section_title {
  color: #1B1B1B;
  font-family: "semiBold";
  font-size: 420%;
  line-height: 1.2em;
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .buy_now .section_title {
    font-size: 380%;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .buy_now .section_title {
    font-size: 320%;
    line-height: 36px;
    margin-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .buy_now .section_title {
    font-size: 300%;
    line-height: 36px;
    margin-bottom: 14px;
  }
}
.buy_now .section_description {
  color: #5e5e5e;
  font-size: 180%;
  line-height: 1.2em;
  text-align: center;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .buy_now .section_description {
    font-size: 160%;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .buy_now .section_description {
    font-size: 140%;
    line-height: 17px;
  }
}
.buy_now .image_block {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 500px;
}
.buy_now .image_block img {
  width: 100%;
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .buy_now {
    min-height: 600px;
    padding-bottom: 50px;
  }
  .buy_now .image_block {
    width: 400px;
  }
  .buy_now .buy_button {
    width: 320px;
  }
}
@media (max-width: 1199px) {
  .buy_now {
    min-height: 920px;
    padding-bottom: 50px;
  }
  .buy_now .image_block {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 100px auto 0;
  }
}
@media (max-width: 767px) {
  .buy_now {
    min-height: 820px;
    padding-bottom: 20px;
  }
  .buy_now .image_block {
    width: 411px;
  }
}
@media (max-width: 479px) {
  .buy_now {
    min-height: 840px;
  }
  .buy_now .image_block {
    width: 100%;
  }
  .buy_now .image_block img {
    width: 411px;
    margin-left: -60px;
    max-width: 120%;
  }
}

.necklace_preview {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 80vh;
  display: flex;
}
@media screen and (max-height: 480px) {
  .necklace_preview {
    min-height: 400px;
  }
}
.necklace_preview .large_container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}
.necklace_preview .section_title {
  color: #1B1B1B;
  font-family: "semiBold";
  font-size: 400%;
  line-height: 1.2em;
  padding-bottom: 30px;
  max-width: 500px;
}
@media (max-width: 1199px) {
  .necklace_preview .section_title {
    font-size: 380%;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .necklace_preview .section_title {
    font-size: 320%;
    line-height: 36px;
    padding-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .necklace_preview .section_title {
    font-size: 300%;
    line-height: 36px;
    padding-bottom: 14px;
  }
}
.necklace_preview .description_block {
  color: #5e5e5e;
  font-size: 180%;
  line-height: 1.2em;
  max-width: 500px;
}
@media (max-width: 767px) {
  .necklace_preview .description_block {
    font-size: 140%;
    line-height: 17px;
  }
}
.necklace_preview:before {
  display: block;
  content: "";
  position: absolute;
  top: 23px;
  left: 50%;
  width: 132px;
  height: 114px;
  margin-left: -66px;
  background: url("../images/dot_decor.png") repeat;
  background-size: 18px;
  pointer-events: none;
}
.necklace_preview:after {
  display: block;
  content: "";
  position: absolute;
  left: -10px;
  top: 212px;
  width: 150px;
  height: 366px;
  background: url("../images/dot_decor.png") repeat;
  background-size: 18px;
  pointer-events: none;
}
.necklace_preview .creamy_layer {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -157px;
  height: 314px;
  right: 0;
  left: 54.17%;
  border-radius: 32px 0 0 32px;
  background: transparent;
  z-index: 5;
  pointer-events: none;
}
.necklace_preview .creamy_layer:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  margin-top: 20px;
  right: 0;
  width: 330px;
  height: 150px;
  background: url("../images/dot_decor.png") repeat;
  background-size: 18px;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .necklace_preview .rotate_image {
    max-height: 600px;
    padding-right: 0;
    width: 640px;
  }
}
@media (max-width: 991px) {
  .necklace_preview .rotate_image {
    max-height: 480px;
    width: 400px;
    right: -100px;
  }
}
@media (max-width: 767px) {
  .necklace_preview {
    min-height: 780px !important;
  }
  .necklace_preview:before {
    top: 20px;
    left: auto;
    margin-left: auto;
    right: 26px;
  }
  .necklace_preview:after {
    top: auto;
    bottom: 54px;
    width: 132px;
    height: 114px;
  }
  .necklace_preview .large_container {
    display: block;
  }
  .necklace_preview .info_block {
    align-items: flex-end;
    height: 280px;
  }
  .necklace_preview .info_block > div {
    margin: 0 auto;
    text-align: center;
  }
  .necklace_preview .section_title,
.necklace_preview .description_block {
    margin-left: auto;
    margin-right: auto;
  }
  .necklace_preview .rotate_image {
    max-height: 480px;
    width: 400px;
    right: -100px;
  }
  .necklace_preview .creamy_layer {
    display: none;
  }
  .necklace_preview .rotate_image {
    position: relative;
    top: auto;
    right: auto;
    height: 340px;
    margin-top: 30px;
    width: 100%;
  }
  .necklace_preview .rotate_image .images_list {
    height: 1000px;
    width: 270px;
    margin-left: auto;
  }
}
@media (max-width: 479px) {
  .necklace_preview .info_block {
    height: 360px;
  }
}

.rotate_image {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: -200px;
  padding-right: 200px;
  height: 100%;
  max-height: 720px;
  width: 820px;
  display: flex;
  align-items: flex-end;
}
.rotate_image .images_list {
  height: 200%;
  position: relative;
}
.rotate_image img {
  display: block;
  height: 100%;
}
.rotate_image img:not(.active) {
  visibility: hidden;
}
.rotate_image img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}

.advantages {
  min-height: 700px;
  background: #3F57FF;
  color: #ffffff;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 10;
}
.advantages:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  padding-bottom: 8.33%;
  content: "";
  transform-origin: center;
  -webkit-transfrom-origin: center;
  background: url("https://sundayimages.s3.eu-west-2.amazonaws.com/top_decor.png") no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  z-index: 2;
  top: -5px;
  transform: rotate(180deg) scalex(-1);
  -moz-transform: rotate(180deg) scalex(-1);
  -ms-transform: rotate(180deg) scalex(-1);
  -webkit-transform: rotate(180deg) scalex(-1);
  -o-transform: rotate(180deg) scalex(-1);
}
@media (max-width: 1199px) {
  .advantages:before {
    height: 120px;
    background-size: 1453px auto;
  }
}
.advantages .large_container {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 140px;
}
.advantages .image_block {
  position: absolute;
  left: 0;
  width: 550px;
  top: 30px;
  padding-left: 28px;
}
.advantages .image_block img {
  display: block;
  width: 100%;
}
.advantages .necklace_include {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 190px;
  width: 345px;
  pointer-events: none;
}
.advantages .necklace_include .images_list {
  position: relative;
  width: 895px;
}
.advantages .necklace_include img {
  display: block;
  width: 100%;
  -o-transition: transform 1.5s;
  -ms-transition: transform 1.5s;
  -moz-transition: transform 1.5s;
  -webkit-transition: transform 1.5s;
  transition: transform 1.5s;
}
.advantages .necklace_include img:not(.belt_image) {
  position: absolute;
  bottom: 0;
  right: 0;
}
.advantages .necklace_include:not(.details_view) img {
  -o-transition: none !important;
  -ms-transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.advantages .necklace_include:not(.details_view) img.top_level {
  transform: translate3d(11.25%, 21.25%, 0);
  -moz-transform: translate3d(11.25%, 21.25%, 0);
  -ms-transform: translate3d(11.25%, 21.25%, 0);
  -webkit-transform: translate3d(11.25%, 21.25%, 0);
  -o-transform: translate3d(11.25%, 21.25%, 0);
}
.advantages .necklace_include:not(.details_view) img.micro_chip {
  transform: translate3d(6%, 13.5%, 0);
  -moz-transform: translate3d(6%, 13.5%, 0);
  -ms-transform: translate3d(6%, 13.5%, 0);
  -webkit-transform: translate3d(6%, 13.5%, 0);
  -o-transform: translate3d(6%, 13.5%, 0);
}
.advantages .necklace_include:not(.details_view) img.bottom_level {
  transform: translate3d(3%, 6.5%, 0);
  -moz-transform: translate3d(3%, 6.5%, 0);
  -ms-transform: translate3d(3%, 6.5%, 0);
  -webkit-transform: translate3d(3%, 6.5%, 0);
  -o-transform: translate3d(3%, 6.5%, 0);
}
.advantages .adv_list li {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.advantages .adv_list li:not(:last-child) {
  padding-bottom: 22px;
}
.advantages .adv_list li:hover .icon_block:before {
  border-color: #000000;
  border-width: 29px;
  opacity: 1;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1);
  -o-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.advantages .adv_list li:hover .adv_info {
  max-height: 126px;
}
.advantages .adv_list li:hover:before {
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.advantages .adv_list li:hover .adv_info {
  -o-transition: max-height 0.7s;
  -ms-transition: max-height 0.7s;
  -moz-transition: max-height 0.7s;
  -webkit-transition: max-height 0.7s;
  transition: max-height 0.7s;
}
.advantages .adv_list li:before {
  display: block;
  content: "";
  position: absolute;
  right: 100%;
  top: 29px;
  margin-right: -29px;
  transform-origin: top right;
  -webkit-transfrom-origin: top right;
  height: 1px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
  width: 0;
}
.advantages .adv_list li:first-child:before {
  transform: rotate(-46deg);
  -moz-transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  -webkit-transform: rotate(-46deg);
  -o-transform: rotate(-46deg);
}
.advantages .adv_list li:first-child:hover:before {
  width: 460px;
}
.advantages .adv_list li:nth-child(2):before {
  transform: rotate(-39deg);
  -moz-transform: rotate(-39deg);
  -ms-transform: rotate(-39deg);
  -webkit-transform: rotate(-39deg);
  -o-transform: rotate(-39deg);
}
.advantages .adv_list li:nth-child(2):hover:before {
  width: 420px;
}
.advantages .adv_list li:nth-child(3):before {
  transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
}
.advantages .adv_list li:nth-child(3):hover:before {
  width: 380px;
}
.advantages .adv_list li:nth-child(4):before {
  transform: rotate(-18deg);
  -moz-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  -webkit-transform: rotate(-18deg);
  -o-transform: rotate(-18deg);
}
.advantages .adv_list li:nth-child(4):hover:before {
  width: 340px;
}
.advantages .adv_list.first_opened:not(:hover) li:first-child:before {
  width: 460px;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.advantages .adv_list.first_opened:not(:hover) li:first-child .icon_block:before {
  border-color: #000000;
  border-width: 29px;
  opacity: 1;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1);
  -o-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.advantages .adv_list.first_opened:not(:hover) li:first-child .adv_info {
  max-height: 126px;
}
.advantages .adv_list .icon_block {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 58px;
  width: 58px;
  position: relative;
  margin-right: 15px;
  z-index: 2;
  background: #3F57FF;
  border-radius: 50%;
  cursor: pointer;
}
.advantages .adv_list .icon_block img {
  display: block;
  max-width: 24px;
  max-height: 24px;
  position: relative;
  z-index: 2;
}
.advantages .adv_list .icon_block:before {
  content: "";
  border-radius: 50%;
  border: 2px solid #ffffff;
  opacity: 0.1;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.advantages .adv_list .info_block {
  flex: 1;
  width: 50%;
}
.advantages .adv_list .adv_title {
  font-size: 240%;
  line-height: 29px;
  font-family: "semiBold";
  display: flex;
  height: 58px;
  align-items: center;
  cursor: pointer;
}
.advantages .adv_list .adv_info {
  position: relative;
  overflow: hidden;
  max-height: 0;
  -o-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  -o-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  font-size: 180%;
  line-height: 22px;
}
.advantages .adv_list .adv_info:before {
  display: block;
  content: "";
  height: 16px;
}
@media (max-width: 1439px) {
  .advantages .image_block {
    padding-right: 160px;
    width: 50%;
  }
  .advantages .image_block img {
    width: auto;
    height: 600px;
    float: right;
  }
  .advantages .necklace_include {
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 280px;
    width: 280px;
    pointer-events: none;
  }
  .advantages .necklace_include .images_list {
    position: relative;
    width: 720px;
  }
}
@media (max-width: 1199px) {
  .advantages {
    min-height: 640px;
  }
  .advantages .large_container {
    padding-top: 100px;
  }
  .advantages .image_block {
    padding-right: 100px;
    width: 40%;
  }
  .advantages .image_block img {
    width: auto;
    height: 540px;
    float: right;
  }
  .advantages .adv_list li:hover .icon_block:before {
    border-width: 28px;
  }
  .advantages .adv_list li:hover .adv_info {
    max-height: 134px;
  }
  .advantages .adv_list li:before {
    top: 28px;
    margin-right: -28px;
  }
  .advantages .adv_list li:first-child:before {
    transform: rotate(-51deg);
    -moz-transform: rotate(-51deg);
    -ms-transform: rotate(-51deg);
    -webkit-transform: rotate(-51deg);
    -o-transform: rotate(-51deg);
  }
  .advantages .adv_list li:first-child:hover:before {
    width: 430px;
  }
  .advantages .adv_list li:nth-child(2):before {
    transform: rotate(-43deg);
    -moz-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    -webkit-transform: rotate(-43deg);
    -o-transform: rotate(-43deg);
  }
  .advantages .adv_list li:nth-child(2):hover:before {
    width: 375px;
  }
  .advantages .adv_list li:nth-child(3):before {
    transform: rotate(-33deg);
    -moz-transform: rotate(-33deg);
    -ms-transform: rotate(-33deg);
    -webkit-transform: rotate(-33deg);
    -o-transform: rotate(-33deg);
  }
  .advantages .adv_list li:nth-child(3):hover:before {
    width: 325px;
  }
  .advantages .adv_list li:nth-child(4):before {
    transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
  }
  .advantages .adv_list li:nth-child(4):hover:before {
    width: 290px;
  }
  .advantages .adv_list.first_opened:not(:hover) li:first-child:before {
    width: 430px;
  }
  .advantages .adv_list.first_opened:not(:hover) li:first-child .icon_block:before {
    border-width: 28px;
  }
  .advantages .adv_list.first_opened:not(:hover) li:first-child .adv_info {
    max-height: 134px;
  }
  .advantages .adv_list .icon_block {
    min-width: 56px;
    height: 56px;
    width: 56px;
  }
  .advantages .adv_list .adv_title {
    font-size: 220%;
    line-height: 28px;
    height: 56px;
  }
  .advantages .adv_list .adv_info {
    font-size: 160%;
    line-height: 20px;
  }
  .advantages .adv_list .adv_info:before {
    height: 14px;
  }
  .advantages .necklace_include {
    top: 280px;
    width: 240px;
    pointer-events: none;
  }
  .advantages .necklace_include .images_list {
    position: relative;
    width: 600px;
  }
}
@media (max-width: 991px) {
  .advantages .image_block {
    padding-right: 60px;
    width: 40%;
  }
  .advantages .image_block img {
    width: auto;
    height: 480px;
    float: right;
  }
  .advantages .adv_list li:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .advantages {
    min-height: 980px;
  }
  .advantages .large_container {
    padding-top: 0;
  }
  .advantages .image_block {
    padding-right: 95px;
    padding-left: 0;
    width: 100%;
    min-height: 435px;
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 30px;
  }
  .advantages .image_block img {
    width: auto;
    height: 435px;
    float: none;
    margin-right: 95px;
  }
  .advantages .adv_list li:not(:last-child) {
    padding-bottom: 32px;
  }
  .advantages .adv_list .adv_title {
    font-size: 200%;
  }
  .advantages .adv_list .adv_info {
    font-size: 140%;
    line-height: 17px;
  }
  .advantages .adv_list .adv_info:before {
    height: 12px;
  }
  .advantages .necklace_include {
    top: 1650px;
  }
}
@media (max-width: 479px) {
  .advantages .image_block {
    width: 280px;
    padding: 0;
  }
  .advantages .image_block img {
    float: right;
    margin: 0;
  }
}

.charger_section {
  position: relative;
  background: #F7F7F7;
  padding: 200px 0;
}
.charger_section .section_title {
  font-size: 300%;
  line-height: 36px;
  font-family: "semiBold";
  color: #1B1B1B;
}
.charger_section .description_block {
  font-size: 180%;
  line-height: 30px;
  color: #5e5e5e;
  margin-top: 12px;
  min-height: 100px;
  padding-bottom: 24px;
}
.charger_section:before, .charger_section:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  padding-bottom: 8.33%;
  content: "";
  transform-origin: center;
  -webkit-transfrom-origin: center;
  background: url("https://sundayimages.s3.eu-west-2.amazonaws.com/top_decor.png") no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  z-index: 2;
}
@media (max-width: 1199px) {
  .charger_section:before, .charger_section:after {
    height: 120px;
    background-size: 1453px auto;
  }
}
.charger_section:before {
  top: -2px;
  transform: rotate(180deg) scalex(-1);
  -moz-transform: rotate(180deg) scalex(-1);
  -ms-transform: rotate(180deg) scalex(-1);
  -webkit-transform: rotate(180deg) scalex(-1);
  -o-transform: rotate(180deg) scalex(-1);
}
.charger_section:after {
  bottom: -2px;
}
.charger_section .info_block {
  margin-top: -50px;
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .charger_section .info_block {
    margin-left: 33.3%;
  }
}
@media (max-width: 1199px) {
  .charger_section {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .charger_section .info_block {
    text-align: center;
  }
}

.charger_images {
  position: absolute;
  overflow: hidden;
  right: 0;
  bottom: 150px;
  z-index: 15;
  width: 450px;
  padding-left: 45px;
}
.charger_images .images_list {
  width: 750px;
  position: relative;
  transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -o-transform: rotate(10deg);
}
.charger_images:before {
  display: block;
  content: "";
  height: 200px;
}
.charger_images img {
  display: block;
  width: 100%;
}
.charger_images img:not(.stand_image) {
  position: absolute;
  bottom: 0;
  right: 0;
}
.charger_images img.necklace_image {
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.charger_images img.light_off_image {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.charger_images img.light_on_image {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -o-transition-delay: 0.61s;
  -ms-transition-delay: 0.61s;
  -moz-transition-delay: 0.61s;
  -webkit-transition-delay: 0.61s;
  transition-delay: 0.61s;
}
.charger_images:not(.full_image) img.necklace_image {
  bottom: 20%;
  right: 8%;
}
.charger_images:not(.full_image) img.light_off_image {
  bottom: 10%;
  right: 4%;
}
.charger_images:not(.full_image) img.light_on_image {
  z-index: 2;
  opacity: 0;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
@media (max-width: 1439px) {
  .charger_images {
    width: 400px;
  }
  .charger_images .images_list {
    width: 600px;
  }
}
@media (max-width: 1199px) {
  .charger_images {
    width: 360px;
  }
  .charger_images .images_list {
    width: 500px;
  }
}
@media (max-width: 991px) {
  .charger_images {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    margin-top: -400px;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .charger_images {
    margin-top: -300px;
  }
}

.colors_section {
  position: relative;
  z-index: 5;
}
.colors_section .custom_container {
  position: relative;
  padding-top: 195px;
  padding-bottom: 195px;
}
.colors_section .row {
  justify-content: space-between;
  margin-top: 24px;
}
.colors_section .front_image {
  position: absolute;
  top: -50px;
  height: 500px;
  left: 40%;
}
.colors_section .front_image img {
  display: block;
  height: 100%;
  width: auto;
}
.colors_section .front_image img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.colors_section .radio_input#light_style:checked ~ * img:not(.image_light) {
  opacity: 0;
  visibility: hidden;
}
.colors_section .radio_input#light_style:checked ~ * .light_btn {
  border-color: #d4d4d4;
  cursor: default;
  opacity: 1 !important;
}
.colors_section .radio_input#dark_style:checked ~ * img:not(.image_dark) {
  opacity: 0;
  visibility: hidden;
}
.colors_section .radio_input#dark_style:checked ~ * .dark_btn {
  border-color: #d4d4d4;
  cursor: default;
  opacity: 1 !important;
}
.colors_section .radio_input#gold_style:checked ~ * img:not(.image_gold) {
  opacity: 0;
  visibility: hidden;
}
.colors_section .radio_input#gold_style:checked ~ * .gold_btn {
  border-color: #d4d4d4;
  cursor: default;
  opacity: 1 !important;
}
.colors_section .section_title {
  font-size: 300%;
  line-height: 36px;
  font-family: "semiBold";
  color: #1B1B1B;
}
.colors_section .switch_title {
  font-size: 180%;
  line-height: 22px;
  color: #5e5e5e;
}
.colors_section .buttons_list {
  display: flex;
  margin: 32px -6px 0;
}
.colors_section .switch_btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  max-width: 120px;
  height: 100px;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 5px 16px;
  margin: 0 6px 12px;
  font-family: "semiBold";
  font-weight: normal;
  font-size: 140%;
  line-height: 17px;
  color: #1B1B1B;
  cursor: pointer;
}
.colors_section .switch_btn:hover {
  opacity: 0.7;
}
.colors_section .switch_btn:before {
  display: block;
  width: 36px;
  height: 36px;
  min-height: 36px;
  content: "";
  border-radius: 50%;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
}
.colors_section .switch_btn.dark_btn:before {
  background: #353535;
}
.colors_section .switch_btn.gold_btn:before {
  background: #FFD7CC;
}
.colors_section .switch_btn.light_btn:before {
  background: #F7F7F7;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.05);
}
.colors_section .material_info {
  margin-top: 43px;
  max-width: 430px;
}
.colors_section .description_block {
  font-size: 180%;
  line-height: 30px;
  color: #5e5e5e;
  margin-top: 12px;
}
.colors_section .side_back {
  position: absolute;
  left: -30px;
  top: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.colors_section .side_back .info_block {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 40px;
  padding-left: 5px;
}
.colors_section .side_image {
  position: relative;
  margin-right: 32px;
}
.colors_section .side_image img {
  display: block;
  height: 160px;
}
.colors_section .side_image img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.colors_section .back_image {
  position: relative;
}
.colors_section .back_image img {
  display: block;
  height: 163px;
}
.colors_section .back_image img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .colors_section .front_image {
    left: 50%;
    height: 400px;
    transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
  }
  .colors_section .custom_container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .colors_section .custom_container > .section_title {
    max-width: 41.67%;
  }
  .colors_section .side_back {
    left: 0;
  }
}
@media (max-width: 991px) {
  .colors_section .front_image {
    left: 50%;
    height: 360px;
  }
  .colors_section .custom_container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .colors_section .side_back {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .colors_section .custom_container {
    padding-top: 300px;
    padding-bottom: 0;
  }
  .colors_section .custom_container > .section_title {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }
  .colors_section .front_image {
    height: 263px;
    top: 0;
  }
  .colors_section .colors_switch {
    text-align: center;
  }
  .colors_section .colors_switch .buttons_list {
    justify-content: center;
    text-align: left;
  }
  .colors_section .material_info {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 520px;
  }
  .colors_section .side_back {
    position: relative;
    margin-top: 0;
    justify-content: center;
    margin-bottom: -120px;
  }
  .colors_section .side_back .info_block {
    margin-top: 0;
    margin-bottom: 31px;
  }
  .colors_section .side_image,
.colors_section .back_image {
    order: 1;
  }
}
@media (max-width: 399px) {
  .colors_section .switch_btn {
    max-width: 90px;
  }
}

.users_section {
  padding: 80px 0;
  min-height: 870px;
  position: relative;
}
.users_section .section_title {
  color: #1B1B1B;
  font-family: "semiBold";
  font-size: 400%;
  line-height: 1.2em;
}
@media (max-width: 1199px) {
  .users_section .section_title {
    font-size: 380%;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .users_section .section_title {
    font-size: 320%;
    line-height: 36px;
    padding-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .users_section .section_title {
    font-size: 300%;
    line-height: 36px;
    padding-bottom: 14px;
  }
}
@media (max-width: 1199px) {
  .users_section {
    padding: 60px 0;
    min-height: 720px;
  }
}
@media (max-width: 991px) {
  .users_section {
    padding: 40px 0;
    min-height: 540px;
  }
}
@media (max-width: 767px) {
  .users_section {
    padding: 20px 0;
    min-height: 440px;
    text-align: center;
  }
}

.users_slider {
  position: relative;
  overflow: hidden;
  margin-top: 25px;
  height: 662px;
}
.users_slider .images_list {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
}
.users_slider .images_list li {
  width: 330px;
  padding: 15px 0;
}
.users_slider .images_list li:nth-child(6n+1), .users_slider .images_list li:nth-child(6n+3) {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.users_slider .images_list li:nth-child(6n+1) img, .users_slider .images_list li:nth-child(6n+3) img {
  margin-bottom: 117px;
  height: 362px;
}
.users_slider .images_list li:nth-child(6n+1) img {
  height: 408px;
}
.users_slider .images_list li:nth-child(6n+2) {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.users_slider .images_list li:nth-child(6n+2) img {
  margin-bottom: 46px;
  height: 362px;
}
.users_slider .images_list li:nth-child(6n+3) img {
  height: 437px;
}
.users_slider .images_list li:nth-child(6n+4) img {
  height: 362px;
}
.users_slider .images_list li:nth-child(6n+5) img {
  height: 240px;
}
.users_slider .images_list li:nth-child(6n) {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.users_slider .images_list li:nth-child(6n) img {
  margin-bottom: 157px;
  height: 437px;
}
.users_slider .images_list li:nth-child(6n+2) img, .users_slider .images_list li:nth-child(6n+4) img {
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.1);
}
.users_slider .images_list img {
  width: 300px;
  margin: 0 15px;
  border-radius: 32px;
  object-fit: cover;
  background: #F7F7F7;
}
@media (max-width: 1199px) {
  .users_slider {
    height: 552px;
  }
  .users_slider .images_list li {
    width: 270px;
  }
  .users_slider .images_list li:nth-child(6n+1) img, .users_slider .images_list li:nth-child(6n+3) img {
    margin-bottom: 94px;
    height: 290px;
  }
  .users_slider .images_list li:nth-child(6n+1) img {
    height: 326px;
  }
  .users_slider .images_list li:nth-child(6n+2) img {
    margin-bottom: 37px;
    height: 290px;
  }
  .users_slider .images_list li:nth-child(6n+3) img {
    height: 350px;
  }
  .users_slider .images_list li:nth-child(6n+4) img {
    height: 290px;
  }
  .users_slider .images_list li:nth-child(6n+5) img {
    height: 192px;
  }
  .users_slider .images_list li:nth-child(6n) img {
    margin-bottom: 126px;
    height: 350px;
  }
  .users_slider .images_list img {
    border-radius: 26px;
    width: 240px;
  }
}
@media (max-width: 991px) {
  .users_slider {
    height: 421px;
  }
  .users_slider .images_list li {
    width: 210px;
  }
  .users_slider .images_list li:nth-child(6n+1) img, .users_slider .images_list li:nth-child(6n+3) img {
    margin-bottom: 70px;
    height: 217px;
  }
  .users_slider .images_list li:nth-child(6n+1) img {
    height: 244px;
  }
  .users_slider .images_list li:nth-child(6n+2) img {
    margin-bottom: 28px;
    height: 217px;
  }
  .users_slider .images_list li:nth-child(6n+3) img {
    height: 262px;
  }
  .users_slider .images_list li:nth-child(6n+4) img {
    height: 217px;
  }
  .users_slider .images_list li:nth-child(6n+5) img {
    height: 144px;
  }
  .users_slider .images_list li:nth-child(6n) img {
    margin-bottom: 94px;
    height: 262px;
  }
  .users_slider .images_list img {
    border-radius: 19px;
    width: 180px;
  }
}
@media (max-width: 767px) {
  .users_slider {
    height: 350px;
  }
  .users_slider .images_list li {
    width: 174px;
    padding: 12px 0;
  }
  .users_slider .images_list li:nth-child(6n+1) img, .users_slider .images_list li:nth-child(6n+3) img {
    margin-bottom: 58px;
    height: 181px;
  }
  .users_slider .images_list li:nth-child(6n+1) img {
    height: 204px;
  }
  .users_slider .images_list li:nth-child(6n+2) img {
    margin-bottom: 23px;
    height: 181px;
  }
  .users_slider .images_list li:nth-child(6n+3) img {
    height: 218px;
  }
  .users_slider .images_list li:nth-child(6n+4) img {
    height: 181px;
  }
  .users_slider .images_list li:nth-child(6n+5) img {
    height: 120px;
  }
  .users_slider .images_list li:nth-child(6n) img {
    margin-bottom: 78px;
    height: 218px;
  }
  .users_slider .images_list img {
    border-radius: 16px;
    width: 150px;
    margin: 0 12px;
  }
}
@media (max-width: 479px) {
  .users_slider {
    height: 280px;
  }
  .users_slider .images_list li {
    width: 134px;
  }
  .users_slider .images_list li:nth-child(6n+1) img, .users_slider .images_list li:nth-child(6n+3) img {
    margin-bottom: 43px;
    height: 133px;
  }
  .users_slider .images_list li:nth-child(6n+1) img {
    height: 150px;
  }
  .users_slider .images_list li:nth-child(6n+2) img {
    margin-bottom: 17px;
    height: 133px;
  }
  .users_slider .images_list li:nth-child(6n+3) img {
    height: 160px;
  }
  .users_slider .images_list li:nth-child(6n+4) img {
    height: 133px;
  }
  .users_slider .images_list li:nth-child(6n+5) img {
    height: 88px;
  }
  .users_slider .images_list li:nth-child(6n) img {
    margin-bottom: 57px;
    height: 160px;
  }
  .users_slider .images_list img {
    border-radius: 12px;
    width: 110px;
  }
}

.footer {
  width: 100%;
  padding: 15px 0;
  display: flex;
  align-items: center;
  min-height: 90px;
}
.footer .social_list {
  list-style-type: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .social_list li {
  padding: 0 30px;
}
.footer .social_list a {
  display: block;
}
.footer .social_list a:hover {
  opacity: 0.7;
}
.footer .social_list a:active {
  opacity: 0.9;
}
.footer .copyrights {
  color: #5e5e5e;
  font-size: 140%;
  line-height: 18px;
}
.footer .copyrights:first-child:last-child {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1199px) {
  .footer .social_list li {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .footer {
    padding: 15px 0;
    min-height: 90px;
  }
}

.logo_block a, .thanks_page .app_link, .colors_section .front_image img, .colors_section .side_image img, .colors_section .back_image img, .footer .social_list a {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.top_section .page_btn, .top_section .page_btn:after, .more_info .info_button:after, .subscribe_page .validate_button:after, .thanks_page .back_button:after, .buy_now .buy_button:after {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.top_section .image_block .frame_image, .necklace_section .images_block .necklace_image, .colors_section .switch_btn {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.colors_section .switch_btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.colors_section .radio_input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}



.mob_bg_span,
.web_bg_span,
.landscape_screen_span,
.mobile_screen_span,
.tablet_screen_span{
    display:block;
    width:100%;
    height:100%;
    background-size:inherit;
    background-position:inherit;
    background-repeat:no-repeat;
}

/*# sourceMappingURL=main.css.map */
