@import url(partials/normalize.min.css);
@import url(linearicons.css);
@import url(partials/animate.css);


html .fancybox-skin {
  padding: 0 !important; }
html .fancybox-overlay {
  background: rgba(0, 0, 0, 0.8); }
html .fancybox-wrap {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.5);
  background: #000; }
html .fancybox-wrap.fancybox-type-image .fancybox-close {
  right: -42px;
  top: -18px;
  color: #fff; }
html .fancybox-wrap.fancybox-type-image .fancybox-close:hover {
  color: #e74739; }

body {
  background: #fff; }

#page {
  overflow: hidden;
  min-height: 500px; }

.container {
  padding-left: 15px;
  padding-right: 15px; }
@media (min-width: 1740px) {
  .container {
    max-width: 1770px; } }

.row {
  margin-left: -15px;
  margin-right: -15px; }

[class*='col-'] {
  padding-left: 15px;
  padding-right: 15px; }

h1, h2, h3, h4, h5, .h5 {
  color: #000;
  letter-spacing: 0; }

h2 {
  font: 600 48px/60px "Montserrat", sans-serif; }
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 1.3; } }

h3 {
  font: 400 36px/40px "Montserrat", sans-serif; }
@media (max-width: 767px) {
  h3 {
    font-size: 26px;
    line-height: 1.133; } }

h4 {
  font: 400 30px/54px "Montserrat", sans-serif; }
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
    line-height: 1.25; } }

h5 {
  font: 400 20px/30px "Montserrat", sans-serif;
  letter-spacing: 0.1em; }

.h5 {
  text-transform: none; }

p {
  font: 400 16px/24px "Montserrat", sans-serif;
  color: #b8b8b8; }

.bg-gray {
  background: #f9f9f9; }

.color-black {
  color: #000; }

.color-white {
  color: #fff; }

.color-primary {
  color: #e74739; }

.well-1 {
  padding-top: 50px;
  padding-bottom: 100px; }
@media (min-width: 768px) {
  .well-1 {
    padding-top: 90px;
    padding-bottom: 150px; } }
@media (min-width: 1740px) {
  .well-1 {
    padding-bottom: 255px; } }

.well-1__mod-1 {
  padding-bottom: 100px; }

.well-2 {
  padding-top: 100px; }

.well-2__mod-1 {
  padding-bottom: 60px; }

.well-3 {
  padding-top: 80px;
  padding-bottom: 40px; }
@media (min-width: 768px) {
  .well-3 {
    padding-top: 125px;
    padding-bottom: 60px; } }
@media (min-width: 1200px) {
  .well-3 {
    padding-bottom: 180px; } }
@media (min-width: 1740px) {
  .well-3 {
    padding-bottom: 245px; } }

.well-4 {
  padding-top: 100px; }
@media (min-width: 1200px) {
  .well-4 {
    padding-top: 230px; } }

.btn {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 12px;
  border-radius: 50px; }

.btn-lg {
  padding: 22px 30px; }
@media (min-width: 1200px) {
  .btn-lg {
    min-width: 244px; } }

header {
  position: relative; }
header h2, header h5 {
  color: #fff; }
header h2 {
  font-size: 32px;
  line-height: 1.25; }
header h5 {
  font-weight: 300; }
header .logo-title {
  margin-top: 70px; }
header .anchor-link {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 20px;
  font-size: 30px;
  line-height: 1;
  color: #b8b8b8;
  transition: all 0.3s ease-in-out; }
header .anchor-link:hover {
  color: #e74739; }
@media (min-width: 576px) {
  header h2 {
    font-size: 40px; } }
@media (min-width: 768px) {
  header h2 {
    font-size: 44px; }
  header .anchor-link {
    bottom: 60px; } }
@media (min-width: 1200px) {
  header .logo-title {
    margin-top: 100px; }
  header .image-wrapper .img-1, header .image-wrapper .img-2, header .image-wrapper .img-3 {
    position: absolute; }
  header .image-wrapper .img-1 {
    right: 0;
    top: 16%;
    width: 35%; }
  header .image-wrapper .img-2 {
    top: 23%;
    right: 15%;
    width: 37%; }
  header .image-wrapper .img-3 {
    top: 15%;
    right: 32%;
    width: 27%; } }
@media (min-width: 1740px) {
  header h2 {
    font-size: 48px; }
  header .logo-title {
    margin-top: 200px; }
  header .image-wrapper .img-1 {
    top: 5%;
    width: 37.24%; }
  header .image-wrapper .img-2 {
    top: 12%;
    width: 40.89%; }
  header .image-wrapper .img-3 {
    top: -20px;
    width: 29.8%; } }
@media (max-width: 767px) {
  header h5 {
    font-size: 16px; } }

.theme-title h2 {
  color: #dcdcdc;
  letter-spacing: 0.6em;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: -38px;
  display: flex;
  align-items: center;
  justify-content: center; }
.theme-title h2 span {
  font-weight: 600;
  font-size: 220px;
  line-height: 0.8;
  margin-bottom: 45px; }
@media (max-width: 767px) {
  .theme-title h2 {
    font-size: 40px;
    letter-spacing: 0.3em; }
  .theme-title h2 span {
    font-size: 150px; } }
@media (max-width: 575px) {
  .theme-title h2 {
    letter-spacing: 0.1em;
    margin-bottom: -10px; }
  .theme-title h2 span {
    font-size: 100px;
    margin-bottom: 10px; } }
.theme-title h4 span {
  font-weight: 600; }

.heading-wrap h4 {
  font-weight: 600; }
@media (min-width: 1200px) {
  .heading-wrap p {
    line-height: 2; } }

.gradient-custom {
  color: #e74739;
  background: -webkit-linear-gradient(45deg, #2a1ce4 0%, #e74739 40%, #ffc321 100%);
  background: linear-gradient(45deg, #2a1ce4 0%, #e74739 40%, #ffc321 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.image-scroll-container .theme-desc {
  margin-top: 38px; }
.image-scroll-container .theme-desc p {
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 20px; }
@media (min-width: 1740px) {
  .image-scroll-container .theme-desc p {
    padding: 0 30px; } }
@media (min-width: 1200px) {
  .image-scroll-container .row {
    margin-left: -35px;
    margin-right: -35px; }
  .image-scroll-container [class*='col'] {
    padding-left: 35px;
    padding-right: 35px; } }

.image-bg {
  display: block;
  height: 300px;
  position: relative;
  width: 100%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
  overflow: hidden; }
.image-bg .image-loader {
  background: transparent url("../img/ajax-loader_style.gif") no-repeat center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  width: 50px;
  height: 50px;
  margin: auto; }
.image-bg .image-shop-scroll {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 3s ease-out 0s;
  display: block;
  height: 300px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }
.image-bg .image-shop-scroll b {
  display: block;
  position: relative;
  transition: all 5s ease-out;
  transform: translateY(0); }
.image-bg .image-shop-scroll:hover b {
  transform: translateY(calc(300px - 100%)); }
@media (min-width: 768px) {
  .image-bg {
    height: 460px; }
  .image-bg .image-shop-scroll {
    height: 460px; }
  .image-bg .image-shop-scroll:hover b {
    transform: translateY(calc(460px - 100%)); } }

.feature-block {
  display: flex; }
.feature-block .count {
  font-weight: 600;
  font-size: 100px;
  line-height: 0.9; }
.feature-block .feature-desc {
  padding-left: 23px; }
.feature-block .feature-desc h4 {
  font-weight: 600;
  line-height: 1.2; }
@media (min-width: 768px) and (max-width: 991px) {
  .feature-block .feature-desc {
    padding-left: 10px; }
  .feature-block .feature-desc h4 {
    font-size: 22px; } }
@media (min-width: 1200px) {
  .feature-block .count {
    font-size: 160px; } }

.block-wrapper {
  padding-bottom: 100px;
  z-index: 0; }
.block-wrapper .img-main {
  position: absolute;
  top: 108px;
  left: 52%;
  transform: translateX(-50%);
  width: 53.7%;
  z-index: 1; }
.block-wrapper [class*='arrow-'] {
  position: absolute;
  z-index: 2; }
.block-wrapper .arrow-top {
  left: 85%;
  top: 62%; }
.block-wrapper .arrow-right {
  top: 100%;
  left: 80px;
  margin-top: 10px; }
.block-wrapper .arrow-left {
  top: 60%;
  right: 0;
  transform: translateY(-50%); }
.block-wrapper .mt-custom {
  margin-top: -67px; }
@media (min-width: 768px) and (max-width: 991px) {
  .block-wrapper .arrow-top {
    top: 80%; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .block-wrapper .img-main {
    width: 40%;
    top: 150px;
    left: 50%; }
  .block-wrapper .arrow-top {
    width: 30%; }
  .block-wrapper .arrow-right {
    left: 50px;
    width: 15%;
    margin-top: 0; }
  .block-wrapper .arrow-left {
    top: 50%;
    width: 30%;
    margin-right: -20px; }
  .block-wrapper .mt-custom {
    margin-top: -50px; }
  .block-wrapper .mt-custom-1 {
    margin-top: -80px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .block-wrapper .img-main {
    top: 55px; }
  .block-wrapper .mt-custom-1 {
    margin-top: -20px; } }
@media (min-width: 1200px) {
  .block-wrapper {
    padding-bottom: 180px; }
  .block-wrapper .img-main {
    width: 53.7%;
    top: 108px;
    left: 52%; } }
@media (min-width: 1740px) {
  .block-wrapper {
    margin-top: -33px; } }
.block-wrapper .product-features-wrapper span {
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: rgba(184, 184, 184, 0.3); }
.block-wrapper .product-features-wrapper span + .product-feature {
  margin-left: 50px; }
@media (min-width: 768px) {
  .block-wrapper .product-features-wrapper span {
    font-size: 30px; } }
@media (min-width: 992px) {
  .block-wrapper .product-features-wrapper span {
    font-size: 40px; } }
@media (min-width: 1200px) {
  .block-wrapper .product-features-wrapper span {
    font-size: 50px; } }
@media (min-width: 1740px) {
  .block-wrapper .product-features-wrapper span {
    font-size: 60px; }
  .block-wrapper .product-features-wrapper span + .product-feature {
    margin-left: 70px; } }

.product-feature i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #fff;
  background: #e74739;
  font-size: 22px;
  line-height: 40px;
  text-align: center; }
@media (min-width: 1740px) {
  .product-feature i {
    width: 53px;
    height: 53px;
    line-height: 53px;
    font-size: 30px; } }
@media (max-width: 1739px) {
  .product-feature {
    display: flex; }
  .product-feature i {
    flex: 0 0 40px; } }

.homepage-slider .swiper-container .swiper-slide {
  padding: 15px;
  width: 66%;
  will-change: transform; }
.homepage-slider .swiper-container .swiper-slide img {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15); }
@media (min-width: 768px) {
  .homepage-slider .swiper-container .swiper-slide {
    padding: 20px;
    width: 43.75%; } }
@media (min-width: 1200px) {
  .homepage-slider .swiper-container .swiper-slide {
    width: 45%;
    padding: 35px; } }
@media (min-width: 1740px) {
  .homepage-slider .swiper-container .swiper-slide {
    width: 43.9%; } }
.homepage-slider .swiper-container .img-overlay {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 62.3%;
  z-index: 10; }
@media (min-width: 1200px) {
  .homepage-slider .swiper-container .img-overlay {
    top: 16px;
    width: 61%; } }
@media (min-width: 1740px) {
  .homepage-slider .swiper-container .img-overlay {
    top: 8px;
    width: 62.3%; } }

@media (min-width: 1200px) {
  .feature-slider {
    position: absolute;
    top: 71%;
    left: 0;
    right: 0; } }
@media (min-width: 1740px) {
  .feature-slider {
    top: 60%; } }
.feature-slider .swiper-container .swiper-slide {
  width: 66%;
  padding: 15px; }
.feature-slider .swiper-container .swiper-slide div {
  display: inline-block;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  background-color: white; }
.feature-slider .swiper-container .swiper-slide img {
  opacity: 0.5;
  transition: all 0.3s ease-in-out; }
.feature-slider .swiper-container .swiper-slide.swiper-slide-active img {
  opacity: 1; }
@media (min-width: 768px) {
  .feature-slider .swiper-container .swiper-slide {
    width: 43%; } }
@media (min-width: 1200px) {
  .feature-slider .swiper-container .swiper-slide {
    width: 28.177%; } }
@media (min-width: 1740px) {
  .feature-slider .swiper-container {
    padding: 33px; } }

.bounce {
  animation: bounce 2s infinite; }

footer {
  padding-top: 60px;
  padding-bottom: 50px; }
@media (min-width: 768px) {
  footer {
    padding-top: 90px;
    padding-bottom: 80px; } }
@media (min-width: 1200px) {
  footer {
    padding-top: 110px;
    padding-bottom: 100px; } }
footer .star-wrapper > li {
  color: #ffae2e;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  margin: 0 2px; }
footer .feedback {
  font-size: 36px;
  line-height: 1;
  color: #e74739; }
footer .feedback:hover {
  color: #000; }

/* Swiper Settings */
.swiper-container {
  /* Bullets */
  /* Arrows */ }
.swiper-container .swiper-pagination {
  text-align: center; }
.swiper-container .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: black !important;
  box-shadow: none;
  opacity: 1;
  transition: all 0.3s ease; }
.swiper-container .swiper-pagination-bullet:before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  background: white;
  border: solid 2px black;
  border-radius: 100%;
  transition: 0.3s all ease;
  transform: scale(0); }
.swiper-container .swiper-pagination-bullet:hover:before, .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  transform: scale(1);
  opacity: 1; }
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  pointer-events: none;
  cursor: default; }
.swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 16px; }
.swiper-container.swiper-container-horizontal .swiper-pagination {
  bottom: 10px; }
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  background: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 30px;
  margin-top: 0;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  color: #000;
  text-align: center;
  transition: 0.3s all ease;
  z-index: 1; }
.swiper-container .swiper-button-prev:hover, .swiper-container .swiper-button-prev:focus,
.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-next:focus {
  color: #e54838; }
@media (min-width: 768px) {
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    width: 50px;
    height: 50px;
    font-size: 50px; } }
