#page-loader {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  transition: opacity .1s ease-in-out .05s, z-index .1s ease-in-out .05s;
  transform: translate3d(0, 0, 0); }
  #page-loader.off {
    opacity: 0;
    z-index: -10; }
  #page-loader .lds-roller {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1001;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 80px;
    height: 80px; }
    #page-loader .lds-roller div {
      animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      transform-origin: 40px 40px; }
      #page-loader .lds-roller div:after {
        content: " ";
        display: block;
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #000;
        margin: -4px 0 0 -4px; }
      #page-loader .lds-roller div:nth-child(1) {
        animation-delay: -0.036s; }
        #page-loader .lds-roller div:nth-child(1):after {
          top: 63px;
          left: 63px; }
      #page-loader .lds-roller div:nth-child(2) {
        animation-delay: -0.072s; }
        #page-loader .lds-roller div:nth-child(2):after {
          top: 68px;
          left: 56px; }
      #page-loader .lds-roller div:nth-child(3) {
        animation-delay: -0.108s; }
        #page-loader .lds-roller div:nth-child(3):after {
          top: 71px;
          left: 48px; }
      #page-loader .lds-roller div:nth-child(4) {
        animation-delay: -0.144s; }
        #page-loader .lds-roller div:nth-child(4):after {
          top: 72px;
          left: 40px; }
      #page-loader .lds-roller div:nth-child(5) {
        animation-delay: -0.18s; }
        #page-loader .lds-roller div:nth-child(5):after {
          top: 71px;
          left: 32px; }
      #page-loader .lds-roller div:nth-child(6) {
        animation-delay: -0.216s; }
        #page-loader .lds-roller div:nth-child(6):after {
          top: 68px;
          left: 24px; }
      #page-loader .lds-roller div:nth-child(7) {
        animation-delay: -0.252s; }
        #page-loader .lds-roller div:nth-child(7):after {
          top: 63px;
          left: 17px; }
      #page-loader .lds-roller div:nth-child(8) {
        animation-delay: -0.288s; }
        #page-loader .lds-roller div:nth-child(8):after {
          top: 56px;
          left: 12px; }

@keyframes lds-roller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
body {
  background: #ffffff;
  color: #2c2c2c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.11;
    font-family: "Roboto", sans-serif;
    letter-spacing: -0.01em; }

main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff; }

a {
  display: inline-block;
  outline: none;
  transition: all 0.3s ease-in-out;
  color: #1E222E; }
  a:hover, a:active, a:focus {
    color: #abaaaa;
    text-decoration: none; }
@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }
.header-wrapper {
  text-align: center;
}
.header-wrapper h2 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #000;
  margin: 30px auto;
}
.header-wrapper h2 b {
  color: #F20000;
}
.splash_wrapper {
  overflow: hidden;
  min-height: 500px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

.well-1 {
  padding-top: 60px;
  padding-bottom: 60px; }

.heading-wrapper h3, .heading-wrapper p {
  margin: 0; }
.heading-wrapper h3 {
  font-weight: 800;
  font-size: 30px;
  line-height: 1.15;
  text-transform: inherit;
  font-family: "Roboto", sans-serif; }
  .heading-wrapper .title {
  font-weight: 800;
  font-size: 30px;
  line-height: 1.15;
  text-transform: inherit;
  font-family: "Roboto", sans-serif;
  color: #000000; }
.heading-wrapper p {
  width: 45%;
  margin: 20px auto 0;
  line-height: 1.5em; 
  color: #2C2C2C; }
.heading-wrapper .text {
  width: 45%;
  margin: 20px auto 0;
  line-height: 1.5em; 
  color: #2C2C2C; }
.logo-wrapper {
  position: relative;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: url("../img/img-01.jpg") no-repeat top center;
  background-size: cover; }
  .logo-wrapper .logo {
    width: 200px; }
  .logo-wrapper .shop-slogan {
    display: block;
    text-transform: uppercase;
    color: #1E222E;
    font-size: 16px;
    line-height: 1;
    margin-top: 10px; }
  .logo-wrapper h1 {
    font-weight: 800;
    font-size: 30px;
    line-height: 1.2;
    font-family: "Roboto", sans-serif;
    color: #000000;
    text-transform: uppercase;
    margin-top: 20px; }
  @media (min-width: 768px) {
    .logo-wrapper {
      padding-top: 80px;
      padding-bottom: 80px; }
      .logo-wrapper .logo {
        width: 250px; }
      .logo-wrapper .shop-slogan {
        font-size: 20px; }
      .logo-wrapper h1 {
        font-size: 24px; } }
  @media (min-width: 992px) {
    .logo-wrapper {
      padding-top: 110px;
      padding-bottom: 110px; }
      .logo-wrapper .logo {
        width: 350px; }
      .logo-wrapper h1 {
        font-size: 30px; } }
  @media (min-width: 1200px) {
    .logo-wrapper {
      padding-top: 40px;
      padding-bottom: 295px; }
      .logo-wrapper .logo {
        width: inherit; } }
.section-mac {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  text-align: center; }

.home-pages {
  padding-top: 60px;
  padding-bottom: 60px; }
  .home-pages .image-bg {
    display: block;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    width: 100%;
    height: 350px; }
    .home-pages .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: 350px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 2; }
    .home-pages .image-bg .img-wrapper {
      display: block;
      position: relative;
      transition: all 5s ease-out;
      transform: translateY(0); }
    .home-pages .image-bg:hover {
      box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.25); }
      .home-pages .image-bg:hover .img-wrapper {
        transform: translateY(calc(350px - 100%)); }
  .home-pages .link {
    text-align: center;
    margin-top: 20px; }
    .home-pages .link p, .home-pages .link a {
      font-weight: 800;
      font-size: 20px;
      line-height: 1.15;
      letter-spacing: 0.05em;
      font-family: "Roboto", sans-serif;
      color: #1E222E;
      text-transform: capitalize; }
    .home-pages .link a:hover {
      color: #6BC5B2; }
    @media (min-width: 768px) {
      .home-pages .link {
        margin-top: 45px; } }
  @media (min-width: 992px) {
    .home-pages .image-bg {
      height: 550px; }
      .home-pages .image-bg .image-shop-scroll {
        height: 550px; }
      .home-pages .image-bg:hover .img-wrapper {
        transform: translateY(calc(550px - 100%)); } }
  @media (min-width: 1200px) {
    .home-pages {
      padding-top: 0;
      margin-top: 85px; } }
.section-block {
  padding-top: 300px; }
.features-block {
  background: url("../img/background.png") no-repeat;
}
.features-block .heading-wrapper {
  margin-top: 15px; }
.features-block .heading-wrapper p {
  font-size: 24px; }
.features-block .mt-5 {
  justify-content: center;
  margin: 0 250px;}
.features-block .features-item {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px; }
  .features-block .features-item .icon-wrapper {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto; }
    .features-block .features-item .icon-wrapper svg {
      fill: #66BBCC;
      height: 100px; }
  .features-block .features-item h4 {
    font-weight: 800;
    font-size: 20px;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    color: #202020;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: 26px; }
.features-block .item-more {
  text-align: center;
  margin-top: 55px; }
.support-block {
  background: url("../img/img-03.png") no-repeat; }
.support-block h3{
  font-size: 30px;
  font-weight: 800;
  color: #000000; }
footer {
  position: relative; 
  background: #FF9801;}
  footer h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.1;
    font-family: "Roboto", sans-serif;
    color: #fff; }
  footer .footer-copyright p {
    margin: 0;
    padding: 30px 0; }
  footer .element-absolute {
    position: absolute;
    bottom: 20px;
    display: none; }
  footer .element-left {
    left: 0; }
  footer .element-right {
    right: 0; }
  @media (min-width: 992px) {
    footer h3 {
      font-size: 40px; } }
  @media (min-width: 1890px) {
    footer .element-absolute {
      display: block; } }
