.navbar .search-from-block {
  opacity: 0;
}

@media (max-width: 1199px) {
  .navbar .search-from-block {
    opacity: 1;
  }
}

.search-dropdown-wrapper {
  padding-right: 10px;
}

.search-dropdown-wrapper .aa-Form {
  border: none;
  box-shadow: none;
  background-color: #fafafa;
  border-radius: 20px;
}

.search-dropdown-wrapper .aa-Form button {
  top: 4px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.search-dropdown-wrapper .aa-ClearButton svg {
  color: #ffffff;
}

.search-dropdown-wrapper .aa-Input {
  padding-bottom: 2px;
}

.search-dropdown-wrapper .aa-Input:focus {
  box-shadow: none;
  outline: none;
}

.search-dropdown-wrapper .aa-Input::-moz-placeholder {
  font-size: 14px;
  color: var(--grey-5);
  font-weight: 300;
  letter-spacing: 0.18px;
}

.search-dropdown-wrapper .aa-Input::placeholder {
  font-size: 14px;
  color: var(--grey-5);
  font-weight: 300;
  letter-spacing: 0.18px;
}

.search-dropdown-wrapper .aa-Label svg {
  color: #ffffff;
  width: 16px;
}

.home-head-container .search-dropdown-wrapper .aa-Form {
  background-color: #ffffff;
}

.home-head-container .search-dropdown-wrapper .form-control {
  padding-right: 10px;
}

.page-scroll-form .navbar .search-from-block {
  opacity: 1;
}

.page-scroll-form .home-head-container .search-from-block {
  opacity: 0;
}

.page-scroll-form .home-head-container .search-from-block + p {
  opacity: 0;
}

@media (max-width: 1199px) {
  .page-scroll-form .home-head-container .search-from-block {
    opacity: 1;
  }

  .page-scroll-form .home-head-container .search-from-block + p {
    opacity: 1;
  }
}

.home-head-container {
  max-width: 1240px;
  padding: 20px;
  margin: 55px auto 0;
}

@media (max-width: 991px) {
  .home-head-container {
    max-width: 700px;
  }
}

@media (max-width: 767px) {
  .home-head-container {
    padding: 20px 16px;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    text-align: left !important;
    max-width: 425px;
  }

  .home-head-container h1 {
    font-size: 34.2px;
    line-height: 42px;
    margin-top: 15px;
  }

  .home-head-container .mb-6 {
    margin-bottom: 24px;
  }
}

.home-head-container .search-from-block {
  max-width: 713px;
  margin: 0 auto;
  opacity: 1;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .home-head-container .search-from-block {
    padding: 0 0 10px;
    border: none;
  }
}

@media (max-width: 767px) {
  .home-head-container .search-from-block .cont_select_center {
    order: 1;
    display: grid;
    width: 185px;
    flex-grow: inherit;
    margin: 4px auto 0;
  }
}

.home-head-img {
  height: 64px;
  width: 64px;
  margin: 0 auto -3px;
}

@media (max-width: 767px) {
  .home-head-img {
    height: 128px;
    width: 128px;
    margin-top: 18px;
  }
}

.home-head-img img,
.home-head-img svg,
.home-head-img video {
  max-width: 100%;
}

.home-head-img > div {
  width: 100%;
  height: 100%;
}

.home-head-img .my-load {
  position: static;
  height: auto;
  width: auto;
}

.home-head-img .my-load > div {
  width: 85px !important;
}

.home-head-search {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .home-head-search {
    order: -1;
    display: flex;
  }
}

.home-head-search .cont_select_center {
  display: none;
}

.home-head-search ul.list-unstyled {
  display: flex !important;
  margin: 0;
}

@media (max-width: 991px) {
  .home-head-search ul.list-unstyled {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .home-head-search ul.list-unstyled {
    flex-wrap: wrap;
    margin-right: auto;
  }
}

.home-head-search ul.list-unstyled li {
  margin: 0 16px;
  white-space: nowrap;
}

@media (max-width: 1050px) {
  .home-head-search ul.list-unstyled li {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .home-head-search ul.list-unstyled li {
    width: 100%;
  }
}

.home-head-search ul.list-unstyled a {
  color: var(--text-paragraph);
}

.home-head-search ul.list-unstyled a:hover {
  text-decoration: none;
  color: #170029;
}

.home-head-search .search-from-block {
  box-shadow: 0 4px 40px hsla(0, 0%, 0%, 0.05);
  border: solid 1px #F2ECFF;
  background-color: #ffffff;
  max-width: none;
  flex-wrap: nowrap;
  height: 66px;
  border-radius: 40px;
  padding: 8px 8px 8px 8px;
  align-items: center;
}

@media (max-width: 1199px) {
  .home-head-search .search-from-block {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .home-head-search .search-from-block {
    flex-direction: column;
    height: auto;
    border-radius: 20px;
    padding: 16px 8px 12px 8px;
  }
}

@media (max-width: 767px) {
  .home-head-search .search-from-block {
    align-items: center;
    padding: 10px 10px 12px 10px;
  }
}

.home-head-search .search-from-block .nav-search button {
  right: inherit;
  left: 6px;
  background-color: transparent;
  top: 5px;
}

.home-head-search .search-from-block .nav-search button svg path {
  stroke: #6D6D6D;
}

.home-head-search .search-from-block .dropdown-menu {
  display: flex;
  position: static;
  width: auto;
  margin: 0;
}

.home-head-search .search-from-block .cont_select_center .dropdown-toggle {
  display: none;
}

.home-head-search .nav-search {
  min-height: 45px;
  border: solid 1px #6D6D6D;
  border-radius: 24px;
}

@media (max-width: 991px) {
  .home-head-search .nav-search {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .home-head-search .nav-search {
    border: 1px solid #ddd;
    padding: 6px 7px 6px 7px;
    border-radius: 24px;
    width: 100%;
  }

  .home-head-search .nav-search .form-control {
    line-height: 22px;
  }

  .home-head-search .nav-search .form-control::-moz-placeholder {
    letter-spacing: 0;
    font-size: 13px;
  }

  .home-head-search .nav-search .form-control::placeholder {
    letter-spacing: 0;
    font-size: 13px;
  }

  .home-head-search .nav-search button {
    right: 7px;
    top: 5px;
  }
}

.home-head-search .nav-search .form-control {
  padding: 0 !important;
  padding-left: 37px !important;
  padding-right: 0 !important;
}

.home-head-search .nav-search .form-control::-webkit-search-cancel-button {
  margin-left: 0;
  margin-right: 10px;
  background-size: 22px;
}

@media (max-width: 767px) {
  .home-head-search .nav-search .form-control::-webkit-search-cancel-button {
    margin-right: 1px;
    background-size: 24px;
  }
}

.home-container {
  max-width: 1240px;
  padding: 20px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .home-container {
    padding: 20px 16px;
  }
}

@media (max-width: 1023px) {
  .home-container {
    max-width: 668px;
  }
}

@media (max-width: 767px) {
  .home-container {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
  }
}

.home-section-1 {
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 96px;
}

@media (max-width: 767px) {
  .home-section-1 {
    padding: 20px 16px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 12px;
    order: 1;
  }
}

.home-item-1-block {
  padding: 8px 12px;
  width: 25%;
}

@media (max-width: 1023px) {
  .home-item-1-block {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .home-item-1-block {
    width: 304px;
    padding: 8px 0;
    margin-bottom: 16px;
  }

  .home-item-1-block .paragraph.mb-1 {
    font-weight: 600;
    font-size: 17.5px;
  }
}

.home-item-1:hover {
  text-decoration: none;
  color: var(--grey-8);
}

.home-item-1-img {
  max-height: 165px;
  height: 13.3vw;
  border-radius: 16px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .home-item-1-img {
    height: 180px;
    max-height: none;
  }
}

.home-item-1-img video,
.home-item-1-img img,
.home-item-1-img svg {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.home-item-1-img lottie-player {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .home-section-2 {
    order: 2;
    display: flex;
    width: 100%;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .home-section-2 > .d-flex {
    padding: 0 16px;
  }
}

@media (max-width: 767px) {
  .home-section-2 .cr-link {
    font-size: 18px;
  }
}

.cr-lottie-collection {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .cr-lottie-collection {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.cr-lottie-collection-block {
  padding: 0 12px;
  display: flex;
  width: 25%;
  height: calc(25vw - 26px);
  max-height: 282px;
}

@media (max-width: 1023px) {
  .cr-lottie-collection-block {
    width: 50%;
    height: 306px;
    max-height: none;
  }
}

@media (max-width: 767px) {
  .cr-lottie-collection-block {
    width: 288px !important;
    height: 264px;
  }
}

.cr-lottie-collection-block .cr-lottie-item {
  width: 100%;
  height: 100%;
  background-color: #fafafa;
}

.cr-lottie-collection-block .cr-lottie-item img,
.cr-lottie-collection-block .cr-lottie-item svg,
.cr-lottie-collection-block .cr-lottie-item video {
  max-width: 100%;
  max-height: 100%;
}

.cr-lottie-collection-block .cr-lottie-item .cr-lottie-item-title {
  background-color: #fafafa;
}

.cr-lottie-new {
  position: absolute;
  z-index: 1;
  left: 30px;
  top: 10px;
  background-color: #FFFAF9;
  color: var(--orange-6);
  padding: 4px 8px;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: 10.24px;
  border-radius: 10px;
  line-height: 12px;
}

.home-section-3 {
  margin-top: 165px;
}

@media (max-width: 767px) {
  .home-section-3 {
    margin-top: 0;
    order: 4;
    display: grid;
    padding: 0 16px;
  }

  .home-section-3 .headline-3 {
    font-size: 32px;
    line-height: 50px;
  }
}

.home-section-3-container {
  margin: 66px -12px 96px;
}

@media (max-width: 767px) {
  .home-section-3-container {
    margin: 16px 0 0;
  }
}

.home-section-3-item-block {
  padding: 8px 12px;
  width: 50%;
}

@media (max-width: 767px) {
  .home-section-3-item-block {
    width: 100%;
    padding: 8px 0 32px;
  }
}

.home-section-3-item-img video,
.home-section-3-item-img img,
.home-section-3-item-img svg {
  -o-object-fit: contain;
     object-fit: contain;
}

.home-section-4 {
  margin-bottom: 100px;
}

@media (max-width: 1023px) {
  .home-section-4 {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .home-section-4 {
    order: 3;
    padding: 0 16px;
    flex-direction: column;
    margin-top: 84px;
    margin-bottom: 6px;
  }

  .home-section-4 .headline-3 {
    font-size: 34.2px;
    line-height: 42px;
    margin-bottom: 0;
  }
}

.home-section-4-left {
  width: 690px;
}

@media (max-width: 1199px) {
  .home-section-4-left {
    width: 50%;
  }
}

@media (max-width: 1023px) {
  .home-section-4-left {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .home-section-4-left {
    width: 100%;
    text-align: center;
    margin-bottom: 86px;
  }
}

@media (min-width: 768px) {
  .home-section-4-left img {
    box-shadow: 0 4.7px 83.57447052px 0 rgba(0, 0, 0, 0.05);
    border-radius: 18px;
  }
}

@media (max-width: 767px) {
  .home-section-4-left img {
    width: 100%;
    max-width: 319px;
  }
}

.home-section-4-right {
  width: calc(100% - 690px);
  padding: 35px 0 10px 24px;
}

@media (max-width: 1199px) {
  .home-section-4-right {
    width: 50%;
  }
}

@media (max-width: 1023px) {
  .home-section-4-right {
    width: 100%;
    padding: 35px 0 10px 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .home-section-4-right {
    width: 100%;
    margin-bottom: 12px;
  }

  .home-section-4-right .cr-btn-default {
    background: #7038E8;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
  }

  .home-section-4-right .text-orange-8 {
    padding: 4px 16px !important;
    margin-right: 0 !important;
  }

  .home-section-4-right .d-flex.align-items-start {
    justify-content: space-around;
  }
}

.home-section-5 {
  padding: 32px 20px 69px;
}

@media (max-width: 767px) {
  .home-section-5 {
    display: none;
  }
}

.home-section-5 lottie-player {
  overflow: hidden;
  border: 1px solid var(--grey-4);
  border-radius: 16px;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.15);
  display: flex;
}

.home-section-5-container {
  max-width: 1290px;
  margin: 61px auto 0;
}

.home-section-5-container img {
  border-radius: 16px;
  border: 1px solid var(--grey-4);
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .home-section-5-container {
    flex-direction: column;
  }
}

.home-step-1-img {
  width: 296px;
  margin-top: 79px;
  margin-right: 44px;
}

@media (max-width: 1299px) {
  .home-step-1-img {
    margin-right: 20px;
    width: 22%;
    flex: 0 0 22%;
  }
}

@media (max-width: 767px) {
  .home-step-1-img {
    width: 100%;
    flex: 0 0 100%;
    max-width: 293px;
    margin-bottom: 20px;
  }
}

.home-step-1-img > div {
  width: 100% !important;
  height: auto !important;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
}

.home-step-2-img {
  width: 658px;
  margin-right: 20px;
}

@media (max-width: 1299px) {
  .home-step-2-img {
    width: 71%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .home-step-2-img {
    width: 100%;
    max-width: 658px;
    margin-right: 0;
  }
}

.home-step-2-img > div {
  width: 100% !important;
  height: auto !important;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
}

.home-step-3-img {
  width: 244px;
}

@media (max-width: 1299px) {
  .home-step-3-img {
    width: 27%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .home-step-3-img {
    width: 100%;
    max-width: 244px;
  }
}

.home-step-4-img {
  width: 244px;
  margin-right: 20px;
}

@media (max-width: 1299px) {
  .home-step-4-img {
    width: 27%;
  }
}

@media (max-width: 767px) {
  .home-step-4-img {
    width: 100%;
    max-width: 244px;
    margin-bottom: 20px;
  }
}

.home-step-5-img {
  width: 658px;
}

@media (max-width: 1299px) {
  .home-step-5-img {
    width: 71%;
  }
}

@media (max-width: 767px) {
  .home-step-5-img {
    width: 100%;
    max-width: 658px;
    margin-bottom: 20px;
  }
}

.home-step-5-img > div {
  width: 100% !important;
  height: auto !important;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
}

.home-section-6-container {
  max-width: 1240px;
  padding: 120px 20px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .home-section-6-container {
    flex-direction: column;
    padding: 20px 16px;
  }
}

.home-section-6-left {
  max-width: 690px;
  width: 58%;
}

@media (max-width: 767px) {
  .home-section-6-left {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
  }
}

.home-section-6-left img,
.home-section-6-left video {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-section-6-right {
  padding-left: 24px;
  width: 42%;
  margin-top: 32px;
}

@media (max-width: 767px) {
  .home-section-6-right {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .home-section-6-right .headline-3 {
    font-size: 28px;
  }
}

.fav-active svg {
  fill: var(--grey-8);
}

/* Slider */

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

.slick-slider * {
  outline: none;
  will-change: transform;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 4px;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  opacity: 0.3;
  transition: opacity 0.3s;
}

.slick-slide.slick-active {
  opacity: 1;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-prev,
.slick-next {
  background-image: url(/images/new-arrow-slide.svg?ae924d6b61b58b381a607be6d86ddc07);
  background-size: 36px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 36px;
  height: 36px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  border-radius: 50%;
  z-index: 1;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.3s;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
}

.slick-prev {
  left: 18px;
  transform: rotate(180deg);
}

.slick-next {
  right: 18px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  border-color: #006DB7;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.page-bg {
  background-color: #FAFAFA;
}

.new-home-head {
  padding-top: 72px;
  padding-bottom: 4px;
}

@media (max-width: 767px) {
  .new-home-head {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.new-home-head-container {
  max-width: 910px;
  margin: 0 auto;
  padding: 0 20px;
}

.new-home-head-container h1 {
  max-width: 675px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .new-home-head-container h1 {
    font-size: 30px;
    line-height: 1.3;
  }
}

.new-home-prize {
  gap: 47.55px;
  margin-top: 32px;
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .new-home-prize {
    gap: 30px;
    margin-bottom: 60px;
  }
}

.new-home-prize img {
  height: 42.75px;
}

.new-home-container {
  gap: 24px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px;
}

@media (max-width: 1239px) {
  .new-home-container {
    max-width: 832px;
  }
}

@media (max-width: 831px) {
  .new-home-container {
    max-width: 424px;
  }
}

.new-home-item {
  padding: 0 12px 17px;
  width: 384px;
  background-color: #ffffff;
  border-radius: 16px;
  transition: box-shadow 0.3s;
  cursor: pointer;
  border: solid 1px #EFEFEF;
}

@media (max-width: 423px) {
  .new-home-item {
    width: 100%;
  }
}

.new-home-item:hover {
  box-shadow: 4px 4px 80px 0 rgba(0, 0, 0, 0.1);
}

.new-home-item .cr-link {
  color: #4148E0;
}

.badge-new {
  position: absolute;
  background-color: #28AE60;
  color: #fff;
  border-radius: 4px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 1.43;
  top: 23px;
  left: 12px;
}

.new-home-item-block-head {
  padding: 6px 8px 6px 8px;
}

.new-home-item-block-file {
  gap: 4px;
  padding: 0 8px;
}

.new-home-item-block-file span {
  border-radius: 10px;
  padding: 4px 8px 4px 8px;
  background-color: #F7F7F7;
  font-weight: 600;
  color: #0D0D0D;
}

.new-price-opacity-back {
  z-index: 10;
  background-image: linear-gradient(90deg, #fff 1%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, #fff 99%);
  width: 100%;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.new-price-slider {
  margin-bottom: 75px;
  margin-top: 101px;
}

.new-price-slider .swiper-slide {
  padding-right: 24px;
  width: 400px !important;
}

@media (max-width: 575px) {
  .new-price-slider .swiper-slide {
    width: 360px !important;
  }
}

.new-price-slider .swiper-wrapper {
  opacity: 0;
}

.new-price-slider.swiper-initialized .swiper-wrapper {
  opacity: 1;
}

.new-price-slider-text {
  padding: 0 20px;
  max-width: 1188px;
  margin: 0 auto 48px;
}

@media (max-width: 767px) {
  .new-price-slider-text {
    margin: 0 auto 32px;
  }
}

@media (max-width: 767px) {
  .new-price-slider-text .heading-02 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .new-price-slider-text .heading-04 {
    font-size: 20px;
  }
}

.swiper-slide-item {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  width: 100%;
}

@media (max-width: 575px) {
  .swiper-slide-item {
    padding: 32px 20px;
  }
}

.swiper-slide-item > img {
  width: 32px;
  height: 32px;
}

.swiper-slide-item-name {
  font-size: 14.12px;
  text-decoration: underline;
  margin-top: auto;
}

