.wrapper_top {
  position: relative;
  background: url("../assets/img/header/background.svg") center center no-repeat;
  background-size: cover;
  background-color: #fff;
  -webkit-animation: Gradient 25s ease infinite;
          animation: Gradient 25s ease infinite; }

.header {
  position: relative;
  margin-bottom: 32px;
  padding: 15px 0;
  z-index: 4;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; }
  .header .menu-btn {
    display: none;
    -webkit-tap-highlight-color: transparent; }
  .header_logo {
    position: absolute;
    left: 2%;
    top: 50%;
    margin-top: -8px; }
  .header_nav .nav-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
            
            
          
 
            
            
            
            
    .header_nav .nav-menu_item {
      position: relative;
      padding: 0 30px;
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      color: #c4c4c4;
      line-height: 1.7; }
      .header_nav .nav-menu_item:first-of-type {
        padding-left: 0; }
      .header_nav .nav-menu_item::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -2px;
        width: 4px;
        height: 4px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background: #FFFFFF80; }
      .header_nav .nav-menu_item:last-of-type {
        padding: 4px 20px;
        margin-left: 30px;
        border: 2px solid #FF6231;
        -webkit-border-radius: 20px;
                border-radius: 20px;
        -webkit-transition: ease 0.3s;
        transition: ease 0.3s; }
        .header_nav .nav-menu_item:last-of-type .nav-menu_link {
          color: #FF6231; }
        .header_nav .nav-menu_item:last-of-type::after {
          display: none; }
        .header_nav .nav-menu_item:last-of-type:hover {
          border: 2px solid #ffffff; }
          .header_nav .nav-menu_item:last-of-type:hover .nav-menu_link {
            color: #ffffff; }
    .header_nav .nav-menu_link {
      color: #fff;
      -webkit-transition: ease 0.3s;
      transition: ease 0.3s; }
      .header_nav .nav-menu_link:hover {
        color: #cccccc; }
  .header_phone {
    position: absolute;
    top: 50%;
    right: 2%;
    margin-top: -12px; }
    .header_phone a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: ease 0.3s;
      transition: ease 0.3s; }
      .header_phone a img {
        margin-right: 11px; }
      .header_phone a span {
        font-family: "Roboto", sans-serif;
        font-size: 19px;
        font-weight: 500;
        line-height: 22px;
        color: #fff; }
        .header_phone a span:hover {
          color: #FF6231; }

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, #3b33a2), to(#6346c2));
  background: linear-gradient(to right, #3b33a2 70%, #6346c2);
  z-index: 9;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; }

.hero {
  position: relative;
  z-index: 3; }
  .hero .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .hero_wrapper {
    position: relative;
    width: 50%;
    z-index: 2; }
  .hero_text img {
    margin-right: 15px;
    vertical-align: middle; }
  .hero_text span {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FF6231; }
  .hero_title {
    font-family: "Darker Grotesque", "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 100%;
    text-transform: capitalize;
    color: #C4C4C4;
    font-size: 80px;
    font-weight: 800;
    line-height: 90%;
    margin-top: 14px;
    margin-bottom: 30px;
    color: #fff; }
  .hero_desc {
    font-family: "Darker Grotesque", "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    color: #c4c4c4;
    line-height: 1.1;
    margin-bottom: 50px;
    color: #fff; }
  .hero_btn a {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 169, 121, 0.991703)), to(rgba(255, 98, 49, 0.991703)));
    background: linear-gradient(270deg, rgba(255, 169, 121, 0.991703) 0%, rgba(255, 98, 49, 0.991703) 100%);
    -webkit-box-shadow: 0px 5px 10px rgba(252, 104, 58, 0.25);
            box-shadow: 0px 5px 10px rgba(252, 104, 58, 0.25);
    -webkit-border-radius: 30px;
            border-radius: 30px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: #C4C4C4;
    display: inline-block;
    width: 152px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s; }
    .hero_btn a:hover {
      background: #FF6231; }
  .hero_pic {
    position: relative;
    width: 50%; }
    .hero_pic img {
      position: relative;
      height: 690px;
      z-index: 2; }

.bg_elements {
  width: 770px;
  position: absolute;
  top: -6%;
  right: -16%;
  z-index: 1; }
  .bg_elements img {
    max-width: 100%; }

.bg_elements_2 {
  position: absolute;
  top: -4%;
  right: -24%;
  width: 850px;
  z-index: 0; }
  .bg_elements_2 img {
    max-width: 100%; }

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-webkit-keyframes Objects {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes Objects {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.section-features {
  position: relative;
  overflow: hidden;
  background: #fff; }
  .section-features .container {
    position: relative; }
  .section-features .title_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
 @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}
           
            
.btn-float {
    /* ... other styles ... */
    animation: bounce 2s infinite;
    position: fixed; 
    bottom: 10px; 
    left: 10px;  
    padding: 12px 24px;  /* Vertical and horizontal padding */
    background-image: linear-gradient(45deg, #1877F2, #42a5f5);  /* Gradient background */
    color: #FFFFFF; 
    border-radius: 50px;  /* Fully rounded corners for oval shape */
    border: none;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);  /* Subtle shadow for depth */
    z-index: 10000; 
    text-align: center;
    transition: all 0.3s ease;  /* Smooth transition for all properties */
}

.btn-float:hover {
    background-image: linear-gradient(45deg, #165dbb, #2196F3);  /* Shifted gradient on hover */
    transform: scale(1.05);  /* Slightly enlarge the button */
    box-shadow: 0px 2px 15px rgba(0,0,0,0.2);  /* Increased shadow on hover */
}

/* Bootstrap-specific adjustments */
.btn-float.btn-primary:focus, .btn-float.btn-primary:active {
    box-shadow: none;
    outline: none;
}


            
            
   .social-media-icons {
    height: 100%; /* Take the full height of its container */
    width: 100%;  /* Take the full width of its container */
}

.social-icon {
    font-size: 24px; /* Adjust size as necessary */
    color: #FFFFFF; /* White color */
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: brightness(1.5) grayscale(100%); /* This creates the glossy effect */
}

.social-icon:hover {
    transform: scale(1.1); /* Slightly enlarges the icon */
    filter: brightness(1.75) grayscale(100%); /* Makes it even glossier on hover */
}
         
            
            
            
  .section-features_title {
    width: 100%;
    position: relative;
    z-index: 2;
    font-family: "Darker Grotesque", "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    text-transform: capitalize;
    color: #C4C4C4;
    margin: 16px 0;
    text-align: center;
    color: #000; }
    .section-features_title::before {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -35px;
      width: 100%;
      content: 'Computer maintenance';
      font-family: "Darker Grotesque", "Roboto", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 50px;
      line-height: 100%;
      text-transform: capitalize;
      color: #C4C4C4;
      font-family: "Codystar", "Darker Grotesque", "Roboto", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 40px;
      line-height: 47px;
      text-align: center;
      color: #ccc;
      z-index: -1; }
  .section-features .features-wrapper {
    position: relative;
    width: 100%;
    margin-top: 48px;
    padding-bottom: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    z-index: 2; }
    .section-features .features-wrapper .card {
      width: -webkit-calc(33.33% - 20px);
      width: calc(33.33% - 20px);
      padding: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      background: #FFFFFF;
      -webkit-box-shadow: 0px 10px 20px rgba(47, 21, 135, 0.06);
              box-shadow: 0px 10px 20px rgba(47, 21, 135, 0.06);
      -webkit-border-radius: 20px;
              border-radius: 20px; }
      .section-features .features-wrapper .card_img {
        max-width: 100%; }
      .section-features .features-wrapper .card_title {
        font-family: "Darker Grotesque", "Roboto", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 110%;
        color: #C4C4C4;
        margin: 36px 0 15px 0;
        color: #000; }
      .section-features .features-wrapper .card_text {
        font-family: "Roboto", sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        color: #c4c4c4;
        line-height: 1.7;
        margin: 0; }
  .section-features .features-bgElement {
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 250px;
    z-index: 1; }
    .section-features .features-bgElement img {
      max-width: 100%; }

.section-info {
  position: relative;
  padding: 50px 0;
  overflow: hidden; }
  .section-info .container {
    position: relative; }
  .section-info_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .section-info_img {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px); }
    .section-info_img img {
      max-width: 100%; }
  .section-info_texts {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px); }
    .section-info_texts .title_wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .section-info_title {
    position: relative;
    z-index: 2;
    margin: 14px 0 30px 0;
    font-family: "Darker Grotesque", "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    text-transform: capitalize;
    color: #C4C4C4;
    color: #000; }
    .section-info_title::before {
      position: absolute;
      top: 0;
      left: 0;
      margin-top: -10px;
      width: 100%;
      content: 'Super Pc: Guide';
      font-family: "Darker Grotesque", "Roboto", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 50px;
      line-height: 100%;
      text-transform: capitalize;
      color: #C4C4C4;
      font-family: "Codystar", "Darker Grotesque", "Roboto", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 40px;
      line-height: 47px;
      z-index: -1;
      color: #ccc; }
  .section-info_desc {
    margin: 0 0 30px 0;
    font-family: "Darker Grotesque", "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    color: #c4c4c4;
    line-height: 1.1;
    color: #888888; }
  .section-info .props_wrapper .props_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    .section-info .props_wrapper .props_item img {
      margin-right: 20px; }
    .section-info .props_wrapper .props_item p {
      margin: 0;
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      color: #c4c4c4;
      line-height: 1.7;
      color: #888888; }
  .section-info .info-bgElement {
    position: absolute;
    top: 75%;
    right: 100%;
    width: 250px;
    z-index: 1; }
    .section-info .info-bgElement img {
      max-width: 100%; }

.section-gallery {
  padding: 300px 0 100px 0;
  background: url("../assets/img/gallery/gallery_bg.png") no-repeat center center;
  background-size: cover;
  background-color: #fff;
  overflow-x: hidden; }
  .section-gallery .title_wrapper {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .section-gallery_title {
    width: 100%;
    position: relative;
    z-index: 2;
    font-family: "Darker Grotesque", "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    text-transform: capitalize;
    color: #C4C4C4;
    margin: 16px 0;
    text-align: center;
    text-transform: capitalize;
    color: #fff; }
    .section-gallery_title::before {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -35px;
      width: 100%;
      content: 'Fix Computers';
      font-family: "Darker Grotesque", "Roboto", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 50px;
      line-height: 100%;
      text-transform: capitalize;
      color: #C4C4C4;
      font-family: "Codystar", "Darker Grotesque", "Roboto", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 40px;
      line-height: 47px;
      text-align: center;
      color: #ccc;
      z-index: -1; }
  .section-gallery_cards {
    position: relative;
    margin-top: 30px; }
    .section-gallery_cards .card {
      position: relative;
      width: 300px;
      height: 650px; }
      .section-gallery_cards .card img {
        width: 100%;
        height: 100%;
        background: transparent; }
  .section-gallery .slider-arrows {
    position: relative;
    width: 100%;
    margin-top: 10px; }
    .section-gallery .slider-arrows .arrow {
      width: 40px;
      position: absolute;
      top: 0;
      z-index: 5;
      cursor: pointer; }
      .section-gallery .slider-arrows .arrow img {
        max-width: 100%;
        -webkit-transition: ease 0.3s;
        transition: ease 0.3s; }
        .section-gallery .slider-arrows .arrow img:hover {
          opacity: 0.6; }
    .section-gallery .slider-arrows .arrow-left {
      left: 42%; }
    .section-gallery .slider-arrows .arrow-right {
      right: 42%; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right {
  background: none !important; }

.section-download {
  position: relative;
  padding: 160px 0;
  overflow-x: hidden;
  background: #fff; }
  .section-download .container {
    position: relative; }
  .section-download_wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .section-download_info {
    width: 487px;
    margin-right: 97px; }
    .section-download_info .title_wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .section-download_info .text_wrapper {
      margin: 30px 0 50px 0; }
      .section-download_info .text_wrapper p {
        font-family: "Roboto", sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        color: #c4c4c4;
        line-height: 1.7;
        margin: 0;
        color: #888888; }
    .section-download_info .buttons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .section-download_info .buttons_link {
        width: 195px;
        height: 69px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-border-radius: 50px !important;
                border-radius: 50px !important; }
        .section-download_info .buttons_link img, .section-download_info .buttons_link svg {
          max-width: 21px;
          margin-right: 11px; }
        .section-download_info .buttons_link span {
          color: #fff; }
        .section-download_info .buttons_link .btn_small-text {
          font-family: "Roboto", sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 10px;
          line-height: 100%; }
        .section-download_info .buttons_link .btn_big-text {
          font-family: "Roboto", sans-serif;
          font-style: normal;
          font-weight: 500;
          font-size: 14px;
          line-height: 170%;
          text-transform: uppercase; }
      .section-download_info .buttons .g-play_link {
        background: -webkit-gradient(linear, right top, left top, from(rgba(255, 169, 121, 0.991703)), to(rgba(255, 98, 49, 0.991703)));
        background: linear-gradient(270deg, rgba(255, 169, 121, 0.991703) 0%, rgba(255, 98, 49, 0.991703) 100%);
        -webkit-box-shadow: 0px 5px 10px rgba(252, 104, 58, 0.25);
                box-shadow: 0px 5px 10px rgba(252, 104, 58, 0.25);
        -webkit-border-radius: 30px;
                border-radius: 30px;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        margin-right: 20px;
        -webkit-transition: ease 0.3s;
        transition: ease 0.3s; }
        .section-download_info .buttons .g-play_link:hover {
          background: #FF6231; }
      .section-download_info .buttons .app-store_link {
        border: 2px solid #FF6231;
        -webkit-transition: ease 0.4s;
        transition: ease 0.4s; }
        .section-download_info .buttons .app-store_link svg path {
          -webkit-transition: ease 0.3s;
          transition: ease 0.3s; }
        .section-download_info .buttons .app-store_link span {
          color: #FF6231;
          -webkit-transition: ease 0.4s;
          transition: ease 0.4s; }
        .section-download_info .buttons .app-store_link:hover {
          background: #FF6231; }
          .section-download_info .buttons .app-store_link:hover svg path {
            fill: #ffffff; }
          .section-download_info .buttons .app-store_link:hover span {
            color: #ffffff; }
  .section-download_title {
    width: 100%;
    position: relative;
    z-index: 2;
    font-family: "Darker Grotesque", "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    text-transform: capitalize;
    color: #C4C4C4;
    margin: 16px 0 0;
    text-align: left;
    text-transform: capitalize;
    color: #000; }
    .section-download_title::before {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -60px;
      width: 100%;
      content: 'Easy download and ready to use';
      font-family: "Darker Grotesque", "Roboto", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 50px;
      line-height: 100%;
      text-transform: capitalize;
      color: #C4C4C4;
      font-family: "Codystar", "Darker Grotesque", "Roboto", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 40px;
      line-height: 47px;
      text-align: left;
      color: #ccc;
      z-index: -1; }
  .section-download_offers {
    width: 552px;
    padding: 50px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .section-download_offers .offer-box {
      width: 241px;
      margin-right: 52px; }
      .section-download_offers .offer-box:last-of-type {
        margin-right: 0; }
      .section-download_offers .offer-box .offer_name {
        margin: 0;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 170%;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #FF6231; }
      .section-download_offers .offer-box .offer_price {
        padding: 12px 0;
        border-bottom: 2px dashed rgba(84, 55, 178, 0.3); }
        .section-download_offers .offer-box .offer_price .price {
          margin: 0;
          font-family: "Roboto", sans-serif;
          font-style: normal;
          font-weight: 500;
          font-size: 32px;
          line-height: 170%;
          color: #000000; }
          .section-download_offers .offer-box .offer_price .price sup {
            vertical-align: middle;
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 170%; }
        .section-download_offers .offer-box .offer_price span {
          font-family: "Roboto", sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 170%;
          color: #888888; }
      .section-download_offers .offer-box .offer_features {
        margin: 0;
        padding: 0;
        margin-top: 30px;
        padding-left: 10px; }
        .section-download_offers .offer-box .offer_features li {
          position: relative;
          font-family: "Roboto", sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 16px;
          color: #c4c4c4;
          line-height: 1.7;
          color: #888888; }
          .section-download_offers .offer-box .offer_features li::before {
            content: '';
            position: absolute;
            top: 50%;
            left: -10px;
            margin-top: -1.5px;
            width: 3px;
            height: 3px;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            background: #FF6231; }
        .section-download_offers .offer-box .offer_features .text-bold {
          font-weight: 700; }
  .section-download .download-bgElement {
    position: absolute;
    left: 100%;
    top: -40%; }

.section-about {
  position: relative;
  overflow-x: hidden !important; }
  .section-about .container {
    position: relative; }
  .section-about_panel {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .section-about_panel .title_wrapper {
      width: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .section-about_panel .arrows_wrapper {
      position: absolute;
      top: 0;
      right: 0;
      width: 100px;
      text-align: right;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .section-about_panel .arrows_wrapper svg {
        width: 40px !important;
        cursor: pointer; }
      .section-about_panel .arrows_wrapper svg path {
        fill: #cccccc !important;
        -webkit-transition: ease 0.3s;
        transition: ease 0.3s; }
      .section-about_panel .arrows_wrapper svg:hover path {
        fill: #FF6231 !important; }
      .section-about_panel .arrows_wrapper .left-arrow {
        margin-right: 30px; }
  .section-about_title {
    width: 100%;
    position: relative;
    z-index: 2;
    font-family: "Darker Grotesque", "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    text-transform: capitalize;
    color: #C4C4C4;
    margin: 16px 0;
    text-transform: capitalize;
    color: #000; }
    .section-about_title::before {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -35px;
      width: 100%;
      content: 'They Say About Us';
      font-family: "Darker Grotesque", "Roboto", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 50px;
      line-height: 100%;
      text-transform: capitalize;
      color: #C4C4C4;
      font-family: "Codystar", "Darker Grotesque", "Roboto", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 40px;
      line-height: 47px;
      color: #ccc;
      z-index: -1; }
  .section-about_slider .slider_wrapper {
    padding-bottom: 25px; }
  .section-about_slider .slide {
    margin-right: 30px;
    padding: 30px 40px 40px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 20px rgba(47, 21, 135, 0.06);
            box-shadow: 0px 10px 20px rgba(47, 21, 135, 0.06);
    -webkit-border-radius: 20px;
            border-radius: 20px;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    outline: none; }
    .section-about_slider .slide_img {
      width: 50px;
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .section-about_slider .slide_text {
      margin: 15px 0 30px;
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      color: #c4c4c4;
      line-height: 1.7;
      color: #888888; }
    .section-about_slider .slide_person {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .section-about_slider .slide_person img {
        display: inline-block;
        width: 60px;
        height: 60px;
        margin-right: 20px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background: #BD93D8;
        object-fit: cover; }
      .section-about_slider .slide_person h6 {
        margin: 0;
        display: inline-block;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 170%;
        color: #C4C4C4;
        color: #000; }
  .section-about .about-bgElement {
    position: absolute;
    top: -140px;
    right: 100%;
    width: 250px;
    z-index: 1; }
    .section-about .about-bgElement img {
      max-width: 100%; }

.section-offer {
  height: 1100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../assets/img/offer/offer_bg.svg") no-repeat center center;
  background-size: cover;
  overflow-x: hidden;
  -webkit-animation: Gradient 25s ease infinite;
          animation: Gradient 25s ease infinite; }
  .section-offer .container {
    position: relative; }
  .section-offer_wrapper {
    position: relative;
    width: 100%;
    height: 564px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: url("../assets/img/offer/CTA.svg") no-repeat center center;
    background-size: contain; }
    .section-offer_wrapper::after {
      content: 'We fix your computers';
      position: absolute;
      top: 328px;
      left: 40px;
      right: 40px;
      font-family: "Codystar", "Darker Grotesque", "Roboto", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 90px;
      line-height: 118px;
      text-align: center;
      text-transform: capitalize;
      color: #CCCCCC;
      opacity: 0.2;
      z-index: 1; }
  .section-offer_content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 3; }
    .section-offer_content .offer_desc img {
      margin-right: 15px;
      vertical-align: middle; }
    .section-offer_content .offer_desc span {
      font-family: "Roboto", sans-serif;
      font-size: 12px;
      line-height: 1.7;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FF6231; }
    .section-offer_content .offer_offer {
      margin: 0;
      font-family: "Darker Grotesque", "Roboto", sans-serif;
      font-style: normal;
      font-weight: 800;
      font-size: 80px;
      line-height: 90%;
      text-align: center;
      text-transform: capitalize;
      color: #FFFFFF; }
      .section-offer_content .offer_offer span {
        color: #FF6231; }
    .section-offer_content .offer_link {
      margin-top: 40px; }
      .section-offer_content .offer_link a {
        display: inline-block;
        background: -webkit-gradient(linear, right top, left top, from(rgba(255, 169, 121, 0.991703)), to(rgba(255, 98, 49, 0.991703)));
        background: linear-gradient(270deg, rgba(255, 169, 121, 0.991703) 0%, rgba(255, 98, 49, 0.991703) 100%);
        -webkit-box-shadow: 0px 5px 10px rgba(252, 104, 58, 0.25);
                box-shadow: 0px 5px 10px rgba(252, 104, 58, 0.25);
        -webkit-border-radius: 30px;
                border-radius: 30px;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        width: 180px;
        height: 60px;
        padding: 16px 35px 17px;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 170%;
        text-transform: capitalize;
        color: #FFFFFF;
        -webkit-transition: ease 0.3s;
        transition: ease 0.3s; }
        .section-offer_content .offer_link a:hover {
          background: #FF6231; }
  .section-offer .offer-bgElement {
    position: absolute;
    top: 0;
    left: 100%;
    width: 250px;
    z-index: 1; }
    .section-offer .offer-bgElement img {
      max-width: 100%; }

.section-questions {
  position: relative;
  top: -120px; }
  .section-questions .container {
    position: relative; }
  .section-questions_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .section-questions_video {
    position: relative;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    padding: 10px;
    margin-top: 60px;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .section-questions_video .video_wrapper {
      position: relative;
      z-index: 2;
      width: 500px;
      height: 500px;
      border: 1px solid purple;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      outline: none;
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .section-questions_video .video_wrapper .btn_play {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        width: 100px;
        height: 100px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: rgba(255, 255, 255, 0.7);
        -webkit-border-radius: 50%;
                border-radius: 50%;
        cursor: pointer;
        outline: none;
        -webkit-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        .section-questions_video .video_wrapper .btn_play img {
          width: 35px;
          height: 35px; }
      .section-questions_video .video_wrapper .btn_pause {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background: rgba(0, 0, 0, 0.3);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        cursor: pointer;
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease;
        z-index: -1;
        opacity: 0.1;
        outline: none;
        -webkit-user-select: none;
            -ms-user-select: none;
                user-select: none;
        -webkit-tap-highlight-color: transparent; }
        .section-questions_video .video_wrapper .btn_pause img {
          max-width: 60px; }
      .section-questions_video .video_wrapper .pause_active {
        position: absolute;
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease;
        z-index: 2; }
        .section-questions_video .video_wrapper .pause_active:hover {
          opacity: 1; }
      .section-questions_video .video_wrapper video {
        height: 500px;
        width: 500px;
        object-fit: cover;
        border-radius: 50% !important;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        outline: none;
        -webkit-user-select: none;
            -ms-user-select: none;
                user-select: none;
        pointer-events: none; }
    .section-questions_video .video_bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: auto;
      z-index: 1; }
    .section-questions_video .video_bg_anim {
      -webkit-animation: VideoBgAnim 2s ease infinite;
              animation: VideoBgAnim 2s ease infinite; }

@-webkit-keyframes VideoBgAnim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes VideoBgAnim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
  .section-questions_content {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-top: 60px; }
    .section-questions_content .title_wrapper {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
  .section-questions_title {
    width: 100%;
    position: relative;
    z-index: 2;
    font-family: "Darker Grotesque", "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    text-transform: capitalize;
    color: #C4C4C4;
    margin: 16px 0;
    text-transform: capitalize;
    color: #000; }
    .section-questions_title::before {
      position: absolute;
      top: -10%;
      left: 0;
      width: 100%;
      content: 'Frequently Asked Questions';
      font-family: "Darker Grotesque", "Roboto", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 50px;
      line-height: 100%;
      text-transform: capitalize;
      color: #C4C4C4;
      font-family: "Codystar", "Darker Grotesque", "Roboto", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 40px;
      line-height: 47px;
      color: #ccc;
      z-index: -1; }
  .section-questions_tabs .tab_head {
    position: relative;
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Darker Grotesque", "Roboto", sans-serif;
    border-bottom: 2px dashed rgba(84, 55, 178, 0.3);
    z-index: 5; }
    .section-questions_tabs .tab_head h5 {
      margin: 0;
      font-style: normal;
      font-weight: 600;
      font-size: 24px;
      line-height: 110%;
      color: #000; }
    .section-questions_tabs .tab_head span {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
      .section-questions_tabs .tab_head span img {
        padding: 5px; }
      .section-questions_tabs .tab_head span .minus_ico {
        display: none; }
  .section-questions_tabs .tab_text {
    height: 0;
    opacity: 0;
    padding: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .section-questions_tabs .tab_text p {
      margin: 0;
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      color: #c4c4c4;
      line-height: 1.7;
      color: #888888; }
  .section-questions_tabs .tab .active_icon span .plus_ico {
    display: none; }
  .section-questions_tabs .tab .active_icon span .minus_ico {
    display: block; }
  .section-questions_tabs .tab .tab_active {
    height: auto;
    opacity: 1;
    padding: 30px 10px 30px 20px; }
  .section-questions .questions-bgElement {
    position: absolute;
    right: 100%;
    top: 22%; }

.section-news {
  position: relative;
  padding: 50px 40px;
  margin-bottom: 250px;
  width: 100%;
  overflow: hidden; }
  .section-news_wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .section-news_main {
    width: 450px;
    margin-right: 40px; }
    .section-news_main .title_wrapper {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .section-news_main .text {
      margin: 30px 0 50px 0;
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      color: #c4c4c4;
      line-height: 1.7;
      color: #888888; }
    .section-news_main .link {
      padding-bottom: 5px;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 12px;
      line-height: 170%;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FF6231;
      border-bottom: 1.5px solid #FF6231;
      -webkit-transition: ease 0.3s;
      transition: ease 0.3s; }
      .section-news_main .link:hover {
        color: #000;
        border-bottom: 1.5px solid #000; }
  .section-news_title {
    width: 100%;
    position: relative;
    z-index: 2;
    font-family: "Darker Grotesque", "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    text-transform: capitalize;
    color: #C4C4C4;
    margin: 16px 0 0;
    text-transform: capitalize;
    color: #000; }
    .section-news_title::before {
      position: absolute;
      top: -10%;
      left: 0;
      width: 100%;
      content: 'read the latest news and articles';
      font-family: "Darker Grotesque", "Roboto", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 50px;
      line-height: 100%;
      text-transform: capitalize;
      color: #C4C4C4;
      font-family: "Codystar", "Darker Grotesque", "Roboto", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 40px;
      line-height: 47px;
      color: #ccc;
      z-index: -1; }
  .section-news_cards {
    width: 990px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .section-news_cards .card {
      width: 460px;
      margin-right: 20px;
      padding: 30px;
      background: #FFFFFF;
      -webkit-box-shadow: 0px 10px 20px rgba(47, 21, 135, 0.06);
              box-shadow: 0px 10px 20px rgba(47, 21, 135, 0.06);
      -webkit-border-radius: 20px;
              border-radius: 20px; }
      .section-news_cards .card:last-of-type {
        margin-right: 0; }
      .section-news_cards .card-date {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 170%;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #FF6231; }
      .section-news_cards .card-title {
        font-family: "Darker Grotesque", "Roboto", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 110%;
        color: #C4C4C4;
        margin: 0 0 25px;
        color: #000; }
      .section-news_cards .card-text p {
        margin: 0 0 30px;
        font-family: "Roboto", sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        color: #c4c4c4;
        line-height: 1.7;
        color: #888888; }
      .section-news_cards .card-panel {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .section-news_cards .card-panel_author {
          margin-right: 15px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          .section-news_cards .card-panel_author img {
            display: inline-block;
            margin-right: 10px;
            width: 20px;
            height: 20px;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            background-color: #BD93D8;
            object-fit: cover; }
          .section-news_cards .card-panel_author span {
            font-family: "Roboto", sans-serif;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 170%;
            color: #888888; }
        .section-news_cards .card-panel_share {
          position: relative;
          padding-left: 12px; }
          .section-news_cards .card-panel_share a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            text-decoration: none; }
            .section-news_cards .card-panel_share a::before {
              content: '';
              position: absolute;
              top: 50%;
              left: 0;
              width: 4px;
              height: 4px;
              margin-top: -2px;
              -webkit-border-radius: 50%;
                      border-radius: 50%;
              background: #FF6231; }
            .section-news_cards .card-panel_share a img {
              width: 14px;
              height: 14px;
              margin-right: 10px; }
            .section-news_cards .card-panel_share a span {
              font-family: "Roboto", sans-serif;
              font-style: normal;
              font-weight: normal;
              font-size: 14px;
              line-height: 170%;
              color: #888888;
              -webkit-transition: ease 0.3s;
              transition: ease 0.3s; }
            .section-news_cards .card-panel_share a:hover span {
              color: #FF6231; }

.section-mail {
  position: relative;
  top: -220px;
  padding: 50px 0;
  z-index: 6; }
  .section-mail_wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 350px;
    margin-top: 100px;
    padding: 70px 90px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 30px 20px rgba(47, 21, 135, 0.15);
            box-shadow: 0px 30px 20px rgba(47, 21, 135, 0.15);
    -webkit-border-radius: 20px;
            border-radius: 20px; }
  .section-mail_img {
    position: absolute;
    bottom: 50px;
    left: 0; }
  .section-mail_content .desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .section-mail_content .desc img {
      margin-right: 15px; }
    .section-mail_content .desc span {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 12px;
      line-height: 170%;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FF6231; }
  .section-mail_content .text {
    margin: 14px 0 20px 0;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #c4c4c4;
    line-height: 1.7;
    color: #888888; }
  .section-mail_content .form_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .section-mail_content .form_wrapper input {
      width: 435px;
      height: 60px;
      margin-right: 20px;
      padding: 17px 30px;
      outline: none;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 170%;
      color: #B3B1B7;
      background: #FFFFFF;
      border: 1px solid #E6EBFC;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-border-radius: 50px;
              border-radius: 50px; }
      .section-mail_content .form_wrapper input::-webkit-input-placeholder {
        color: #B3B1B7; }
      .section-mail_content .form_wrapper input:-ms-input-placeholder {
        color: #B3B1B7; }
      .section-mail_content .form_wrapper input::placeholder {
        color: #B3B1B7; }
    .section-mail_content .form_wrapper button {
      background: -webkit-gradient(linear, right top, left top, from(rgba(255, 169, 121, 0.991703)), to(rgba(255, 98, 49, 0.991703)));
      background: linear-gradient(270deg, rgba(255, 169, 121, 0.991703) 0%, rgba(255, 98, 49, 0.991703) 100%);
      -webkit-box-shadow: 0px 5px 10px rgba(252, 104, 58, 0.25);
              box-shadow: 0px 5px 10px rgba(252, 104, 58, 0.25);
      -webkit-border-radius: 30px;
              border-radius: 30px;
      -webkit-transition: all ease 0.3s;
      transition: all ease 0.3s;
      width: 142px;
      height: 60px;
      outline: none;
      border: none;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 170%;
      text-transform: capitalize;
      color: #FFFFFF;
      cursor: pointer;
      -webkit-transition: ease 0.3s;
      transition: ease 0.3s; }
      .section-mail_content .form_wrapper button:hover {
        background: #FF6231; }
  .section-mail_title {
    margin: 0;
    font-family: "Darker Grotesque", "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    text-transform: capitalize;
    color: #C4C4C4;
    color: #000; }

body {
  position: relative; }

.bg_shape {
  -webkit-animation: Shape 10s ease infinite;
          animation: Shape 10s ease infinite; }

footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../assets/img/footer/footer_bg.svg") no-repeat center center;
  background-size: cover; }
  footer .footer_logo {
    text-align: center; }
    footer .footer_logo span {
      font-family: "Codystar", "Darker Grotesque", "Roboto", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 40px;
      line-height: 170%;
      color: #FFFFFF;
      opacity: 0.2; }
  footer .footer_nav {
    margin: 20px 0 50px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    footer .footer_nav .nav-menu {
      padding: 0;
      margin: 0;
      list-style: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      footer .footer_nav .nav-menu_item {
        position: relative;
        padding: 0 30px;
        font-family: "Roboto", sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        color: #c4c4c4;
        line-height: 1.7; }
        footer .footer_nav .nav-menu_item:first-of-type {
          padding-left: 0; }
        footer .footer_nav .nav-menu_item::after {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          margin-top: -2px;
          width: 4px;
          height: 4px;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          background: #FFFFFF80; }
        footer .footer_nav .nav-menu_item:last-of-type {
          padding: 4px 20px;
          margin-left: 30px;
          border: 2px solid #FF6231;
          -webkit-border-radius: 20px;
                  border-radius: 20px;
          -webkit-transition: ease 0.3s;
          transition: ease 0.3s; }
          footer .footer_nav .nav-menu_item:last-of-type .nav-menu_link {
            color: #FF6231; }
          footer .footer_nav .nav-menu_item:last-of-type::after {
            display: none; }
          footer .footer_nav .nav-menu_item:last-of-type:hover {
            border: 2px solid #ffffff; }
            footer .footer_nav .nav-menu_item:last-of-type:hover .nav-menu_link {
              color: #ffffff; }
      footer .footer_nav .nav-menu_link {
        color: #fff;
        -webkit-transition: ease 0.3s;
        transition: ease 0.3s; }
        footer .footer_nav .nav-menu_link:hover {
          color: #cccccc; }
  footer .footer_info {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 5; }
    footer .footer_info p {
      margin: 0;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 170%;
      color: #B3B1B7; }

@-webkit-keyframes Shape {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes Shape {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.popUp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%); }
  .popUp_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8; }
  .popUp_modal {
    position: relative;
    width: 600px;
    height: 800px;
    z-index: 9; }
    .popUp_modal_content {
      position: relative;
      width: 600px;
      height: 800px;
      padding: 80px 70px;
      -webkit-border-radius: 20px 0px 0px 20px;
              border-radius: 20px 0px 0px 20px;
      background: url("../assets/img/modal/form_bg.svg") no-repeat center center;
      background-size: cover;
      z-index: 12; }
    .popUp_modal .modal_btn {
      position: absolute;
      top: -15px;
      right: -15px;
      width: 50px;
      height: 50px;
      cursor: pointer; }
      .popUp_modal .modal_btn svg {
        max-width: 100%;
        opacity: 0.9; }
      .popUp_modal .modal_btn svg path {
        fill: #FF6231; }
    .popUp_modal .modal_title {
      margin: 0;
      font-family: "Darker Grotesque", "Roboto", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 50px;
      line-height: 100%;
      text-transform: capitalize;
      color: #C4C4C4;
      text-transform: capitalize;
      color: #fff; }
      .popUp_modal .modal_title span {
        color: #FF6231; }
    .popUp_modal .modal_desc {
      margin: 30px 0 40px 0; }
      .popUp_modal .modal_desc p {
        margin: 0;
        font-family: "Roboto", sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        color: #c4c4c4;
        line-height: 1.7;
        color: #fff; }
    .popUp_modal form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .popUp_modal form input {
        margin-bottom: 20px;
        padding: 18px 30px;
        height: 60px;
        background: #FFFFFF;
        border: 1px solid #E6EBFC;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-border-radius: 50px;
                border-radius: 50px;
        outline: none;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 170%;
        color: #B3B1B7; }
        .popUp_modal form input::-webkit-input-placeholder {
          font-family: "Roboto", sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 170%;
          color: #B3B1B7; }
        .popUp_modal form input:-ms-input-placeholder {
          font-family: "Roboto", sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 170%;
          color: #B3B1B7; }
        .popUp_modal form input::placeholder {
          font-family: "Roboto", sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 170%;
          color: #B3B1B7; }
      .popUp_modal form textarea {
        margin-bottom: 16px;
        height: 150px;
        padding: 20px 30px;
        -webkit-border-radius: 20px;
                border-radius: 20px;
        outline: none;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 170%;
        color: #B3B1B7; }
        .popUp_modal form textarea::-webkit-input-placeholder {
          font-family: "Roboto", sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 170%;
          color: #B3B1B7; }
        .popUp_modal form textarea:-ms-input-placeholder {
          font-family: "Roboto", sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 170%;
          color: #B3B1B7; }
        .popUp_modal form textarea::placeholder {
          font-family: "Roboto", sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 170%;
          color: #B3B1B7; }
      .popUp_modal form button {
        display: inline-block;
        width: 180px;
        height: 60px;
        background: -webkit-gradient(linear, right top, left top, from(rgba(255, 169, 121, 0.991703)), to(rgba(255, 98, 49, 0.991703)));
        background: linear-gradient(270deg, rgba(255, 169, 121, 0.991703) 0%, rgba(255, 98, 49, 0.991703) 100%);
        -webkit-box-shadow: 0px 5px 10px rgba(252, 104, 58, 0.25);
                box-shadow: 0px 5px 10px rgba(252, 104, 58, 0.25);
        -webkit-border-radius: 30px;
                border-radius: 30px;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        outline: none;
        border: none;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 170%;
        text-transform: capitalize;
        color: #FFFFFF;
        cursor: pointer;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }
        .popUp_modal form button:hover {
          background: #FF6231; }
    .popUp_modal .modal_bg_elements {
      position: absolute;
      top: 50px;
      left: -120px;
      z-index: 11; }
      .popUp_modal .modal_bg_elements img {
        max-width: 100%; }
  .popUp .modal_thanks {
    display: none;
    position: relative;
    width: 300px;
    height: 300px;
    z-index: 9;
    padding: 40px 35px;
    -webkit-border-radius: 20px 0px 0px 20px;
            border-radius: 20px 0px 0px 20px;
    background: url("../assets/img/modal/form_bg.svg") no-repeat center center;
    background-size: cover; }
    .popUp .modal_thanks_wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
      .popUp .modal_thanks_wrapper p {
        font-family: "Darker Grotesque", "Roboto", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 110%;
        color: #C4C4C4;
        color: #fff; }
      .popUp .modal_thanks_wrapper span {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -20px;
        font-family: "Roboto", sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        color: #c4c4c4;
        line-height: 1.7;
        color: #FF6231;
        cursor: pointer;
        text-decoration: underline;
        -webkit-transition: .2s ease;
        transition: .2s ease; }
        .popUp .modal_thanks_wrapper span:hover {
          color: #fff; }

          
   .social-media-icons {
    height: 100%; /* Take the full height of its container */
    width: 100%;  /* Take the full width of its container */
}

.social-icon {
    font-size: 24px; /* Adjust size as necessary */
    color: #FFFFFF; /* White color */
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: brightness(1.5) grayscale(100%); /* This creates the glossy effect */
}

.social-icon:hover {
    transform: scale(1.1); /* Slightly enlarges the icon */
    filter: brightness(1.75) grayscale(100%); /* Makes it even glossier on hover */
}



.modal_anim {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.top_btn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FF6231;
  z-index: 7;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-tap-highlight-color: transparent; }
  .top_btn:hover {
    opacity: 0.8; }
  .top_btn img {
    max-width: 55%; }

@media (min-width: 1700px) {
  .wrapper_top {
    height: 950px; }
  .section-news {
    padding: 50px 0;
    width: 96%;
    margin: 0 auto;
    margin-bottom: 250px; }
    .section-news_wrapper {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .section-news_cards {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

@media (min-width: 1950px) {
  .wrapper_top {
    height: 1050px; }
  .section-gallery {
    padding-bottom: 300px; }
  .section-offer {
    height: 1300px; } }

@media (min-width: 2300px) {
  .wrapper_top {
    height: 1150px; }
  .section-gallery {
    height: 1700px; }
    .section-gallery .title_wrapper {
      margin-top: 150px; }
  .section-offer {
    height: 1700px; } }

@media (max-width: 1400px) {
  .wrapper_top {
    height: 900px;
    overflow-x: hidden; }
    .wrapper_top header .container {
      padding-left: 120px; }
  .section-gallery {
    padding-bottom: 150px; }
    .section-gallery .title_wrapper {
      margin-top: 0px; }
  .section-news {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 250px; }
    .section-news_wrapper {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .section-news_main {
      width: -webkit-calc(50% - 20px);
      width: calc(50% - 20px); }
    .section-news_cards {
      width: -webkit-calc(50% - 20px);
      width: calc(50% - 20px);
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .section-news_cards .card {
        width: 530px;
        padding: 35px;
        margin-right: 0; }
        .section-news_cards .card:last-of-type {
          display: none; }
  .popUp_modal {
    width: 550px;
    height: 650px; }
    .popUp_modal_content {
      width: 550px;
      height: 650px;
      padding: 20px 50px 30px; } }

@media (max-width: 1199px) {
  .wrapper_top .header_phone a span {
    display: none; }
  .wrapper_top .bg_elements {
    width: 740px;
    top: 10%;
    right: -29%; }
  .wrapper_top .bg_elements_2 {
    display: none; }
  .section-features .cards .card {
    min-height: 600px; }
  .section-questions_video {
    width: -webkit-calc(50% - 60px);
    width: calc(50% - 60px); }
  .section-questions_content {
    width: -webkit-calc(50% - 60px);
    width: calc(50% - 60px); } }

@media (max-width: 992px) {
  .wrapper_top {
    height: 700px;
    overflow-y: hidden; }
    .wrapper_top .header {
      padding: 35px 0; }
      .wrapper_top .header .menu-btn {
        position: absolute;
        top: 50%;
        left: 2%;
        margin-top: -25px;
        display: block;
        width: 50px;
        height: 50px;
        z-index: 9; }
        .wrapper_top .header .menu-btn span,
        .wrapper_top .header .menu-btn span::before,
        .wrapper_top .header .menu-btn span::after {
          position: absolute;
          top: 50%;
          margin-top: -1px;
          left: 50%;
          margin-left: -12.5px;
          width: 25px;
          height: 2px;
          background-color: #fff; }
        .wrapper_top .header .menu-btn span::before,
        .wrapper_top .header .menu-btn span::after {
          content: '';
          display: block;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
        .wrapper_top .header .menu-btn span::before {
          -webkit-transform: translateY(-7px);
              -ms-transform: translateY(-7px);
                  transform: translateY(-7px); }
        .wrapper_top .header .menu-btn span::after {
          -webkit-transform: translateY(7px);
              -ms-transform: translateY(7px);
                  transform: translateY(7px); }
      .wrapper_top .header .menu-btn_active span,
      .wrapper_top .header .menu-btn_active span::before,
      .wrapper_top .header .menu-btn_active span::after {
        background-color: #222222; }
      .wrapper_top .header .menu-btn_active span:before {
        -webkit-transform: rotate(-35deg);
            -ms-transform: rotate(-35deg);
                transform: rotate(-35deg);
        width: 10px;
        -webkit-transform-origin: left bottom;
            -ms-transform-origin: left bottom;
                transform-origin: left bottom; }
      .wrapper_top .header .menu-btn_active span:after {
        -webkit-transform: rotate(35deg);
            -ms-transform: rotate(35deg);
                transform: rotate(35deg);
        width: 10px;
        -webkit-transform-origin: left top;
            -ms-transform-origin: left top;
                transform-origin: left top; }
      .wrapper_top .header_logo {
        left: 50%;
        width: 100px;
        margin-left: -60px; }
      .wrapper_top .header_nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 250px;
        height: 100vh;
        -webkit-transform: translateX(-105%);
            -ms-transform: translateX(-105%);
                transform: translateX(-105%);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: #ffffff; }
        .wrapper_top .header_nav .nav-menu {
          padding-top: 100px;
          padding-left: 20px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          .wrapper_top .header_nav .nav-menu_item {
            margin: 0 0 15px;
            padding: 0; }
            .wrapper_top .header_nav .nav-menu_item:last-of-type {
              padding: 4px 20px; }
          .wrapper_top .header_nav .nav-menu_link {
            color: #222222; }
      .wrapper_top .header .nav_active {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
      .wrapper_top .header_phone a span {
        display: inline-block; }
    .wrapper_top .hero .container {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .wrapper_top .hero_wrapper {
      width: 600px; }
    .wrapper_top .hero_pic {
      display: none; }
  .section-features .features-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .section-features .features-wrapper .card {
      width: 70%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 100px; }
  .section-info {
    padding: 0; }
    .section-info_wrapper {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .section-info_wrapper > div {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px; }
    .section-info_img {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      margin-bottom: 0; }
    .section-info_text {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
  .section-gallery .mySwiper {
    margin-top: 30px; }
  .section-gallery_cards .card {
    width: 270px;
    height: 550px; }
  .section-download_wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .section-download_wrapper > div {
      width: 70%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 70px; }
  .section-download_offers {
    margin-bottom: 0 !important;
    padding-bottom: 0; }
  .section-about_panel .title_wrapper {
    width: 100%; }
  .section-offer {
    height: auto;
    padding: 100px 0;
    overflow-y: hidden; }
    .section-offer_wrapper::after {
      display: none; }
  .section-questions {
    padding-top: 50px; }
    .section-questions_wrapper {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .section-questions_wrapper > div {
        width: 80%;
        margin: 50px auto; }
    .section-questions_video {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .section-questions_content {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
  .section-news_wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .section-news_wrapper > div {
      width: 70%;
      margin: 0 auto; }
  .section-news_cards {
    margin-top: 70px !important;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .section-mail {
    top: -300px; }
    .section-mail_wrapper {
      margin-top: 50px;
      padding: 30px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .section-mail_wrapper > div {
        width: 90%; }
    .section-mail_img {
      display: none; }
  footer {
    height: 600px; }
    footer .footer_nav .nav-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      footer .footer_nav .nav-menu_item {
        padding: 0;
        margin: 5px 0; }
        footer .footer_nav .nav-menu_item:last-of-type {
          margin: 0; }
     

          
       .float {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
}

.btn-float {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 12px;
    box-shadow: 2px 2px 3px #999;
}
   
          
          
  .popUp {
    display: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .modal_anim {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

@media (max-width: 767px) {
  .wrapper_top {
    height: 600px;
    overflow-y: hidden; }
    .wrapper_top .hero_title {
      font-size: 66px; }
    .wrapper_top .hero_desc {
      margin: 20px 0; }
  .section-features .features-wrapper .card {
    width: 100%;
    margin-bottom: 100px; }
    .section-features .features-wrapper .card:last-of-type {
      margin-bottom: 0; }
  .section-info_wrapper > div {
    width: 100%;
    margin-bottom: 50px; }
  .section-info_img {
    margin-bottom: 0 !important; }
  .section-gallery {
    padding: 220px 0 150px; }
    .section-gallery_title::before {
      top: 30%;
      font-size: 35px; }
    .section-gallery_cards .card {
      width: 240px;
      height: 480px; }
    .section-gallery .slider-arrows .arrow {
      width: 35px; }
    .section-gallery .slider-arrows .arrow-left {
      left: 35%; }
    .section-gallery .slider-arrows .arrow-right {
      right: 35%; }
  .section-download {
    padding: 10px 0 50px; }
    .section-download_wrapper > div {
      width: 100%;
      margin-bottom: 50px; }
  .section-about_panel .title_wrapper {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
  .section-about_panel .arrows_wrapper {
    left: 50%;
    top: 20%;
    margin-left: -50px; }
  .section-offer {
    height: auto;
    padding: 20px 0;
    overflow-y: hidden; }
    .section-offer_content .offer_offer {
      font-size: 60px;
      line-height: 90%; }
    .section-offer_content .offer_link {
      margin-top: 20px; }
      .section-offer_content .offer_link a {
        background: -webkit-gradient(linear, right top, left top, from(rgba(255, 169, 121, 0.991703)), to(rgba(255, 98, 49, 0.991703)));
        background: linear-gradient(270deg, rgba(255, 169, 121, 0.991703) 0%, rgba(255, 98, 49, 0.991703) 100%);
        -webkit-box-shadow: 0px 5px 10px rgba(252, 104, 58, 0.25);
                box-shadow: 0px 5px 10px rgba(252, 104, 58, 0.25);
        -webkit-border-radius: 30px;
                border-radius: 30px;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        width: 160px;
        height: 60px;
        display: inline-block;
        padding: 20px 0;
        text-align: center;
        font-size: 16px;
        line-height: 120%; }
  .section-questions_wrapper > div {
    width: 100%; }
  .section-questions_video {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .section-questions_video .video_wrapper {
      width: 400px;
      height: 400px; }
      .section-questions_video .video_wrapper video {
        width: 400px;
        height: 400px; }
    .section-questions_video .video_bg {
      left: 8%;
      width: 440px; }
  .section-news {
    padding-top: 0; }
    .section-news_wrapper > div {
      width: 90%; }
  .section-mail_wrapper {
    padding: 15px; }
    .section-mail_wrapper > div {
      width: 100%; }
  .popUp_modal {
    width: 500px;
    height: 600px; }
    .popUp_modal_content {
      width: 500px;
      height: 600px;
      padding: 10px 30px 10px; }
    .popUp_modal .modal_title {
      font-size: 40px; }
    .popUp_modal .modal_desc {
      margin: 15px 0; } }

@media (max-width: 575px) {
  h2 {
    font-size: 45px !important; }
    h2::before {
      font-size: 30px !important; }
  .wrapper_top {
    -webkit-animation: none;
            animation: none; }
    .wrapper_top .header_logo {
      left: 15%;
      margin-left: 0; }
    .wrapper_top .hero {
      padding-left: 15px; }
      .wrapper_top .hero_title {
        font-size: 60px;
        margin: 0; }
      .wrapper_top .hero_desc {
        margin: 30px 0;
        font-size: 24px; }
  .section-features_title::before {
    top: 25%; }
  .section-features .features-wrapper .card {
    width: 90%;
    margin-bottom: 100px; }
    .section-features .features-wrapper .card:last-of-type {
      margin-bottom: 0; }
  .section-info_wrapper > div {
    width: 90%;
    margin-bottom: 50px; }
  .section-info_img {
    margin-bottom: 0 !important; }
  .section-download {
    padding: 10px 0 50px; }
    .section-download_wrapper > div {
      width: 90%;
      margin-bottom: 50px; }
  .section-offer_content .offer_offer {
    font-size: 55px;
    line-height: 90%; }
  .section-questions_content {
    width: 90% !important; }
  .section-questions_video .video_bg {
    left: 50%;
    margin-left: -220px;
    width: 440px;
    height: 440px;
    max-width: 100% !important; }
  .section-news {
    padding: 0 15px 20px;
    margin-bottom: 20px; }
    .section-news_wrapper > div {
      width: 100%; }
    .section-news_wrapper .card {
      padding: 10px !important; }
  .section-mail {
    top: -70px; }
    .section-mail_wrapper {
      padding: 15px;
      height: 300px; }
      .section-mail_wrapper > div {
        width: 100%; }
  footer {
    height: 200px; }
    footer .footer_nav {
      display: none; }
  .popUp_modal {
    width: 400px;
    height: 600px; }
    .popUp_modal_content {
      width: 400px;
      height: 600px;
      padding: 10px 30px 10px; }
    .popUp_modal .modal_title {
      font-size: 40px; }
    .popUp_modal .modal_desc {
      margin: 15px 0; }
      .popUp_modal .modal_desc p {
        font-size: 13px; }
    .popUp_modal .modal_form input {
      height: 50px;
      padding: 10px 20px; }
    .popUp_modal .modal_form textarea {
      padding: 10px 20px; } }

@media (max-width: 500px) {
  .wrapper_top {
    height: 550px; }
    .wrapper_top .header_nav {
      z-index: 3; }
    .wrapper_top .hero {
      padding-left: 10px; }
      .wrapper_top .hero_title {
        font-size: 55px;
        margin: 0; }
      .wrapper_top .hero_desc {
        margin: 30px 0;
        font-size: 21px; }
        .wrapper_top .hero_desc br {
          display: none !important; }
  .section-gallery {
    padding-top: 200px; }
    .section-gallery_cards .card {
      height: auto; }
  .section-offer {
    height: 450px;
    padding: 50px 0; }
    .section-offer_wrapper {
      height: 290px !important;
      background-size: cover;
      -webkit-border-radius: 25px;
              border-radius: 25px; }
  .section-questions_wrapper > div {
    width: 100%; }
  .section-questions_video .video_wrapper {
    width: 360px;
    height: 360px; }
    .section-questions_video .video_wrapper video {
      width: 360px;
      height: 360px; }
  .section-questions_video .video_bg {
    margin-left: -190px;
    width: 380px;
    height: 380px; }
  .top_btn {
    bottom: 15px;
    right: 15px;
    width: 45px;
    height: 45px; } }

@media (max-width: 425px) {
  .wrapper_top {
    height: 570px; }
  .section-download_offers {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .section-download_offers .offer-box {
      width: 80%;
      margin-bottom: 50px; }
  .section-download_info .buttons_link img, .section-download_info .buttons_link svg {
    max-width: 17px;
    margin-right: 7px; }
  .section-download_info .buttons_link .btn_big-text {
    font-size: 13px; }
  .section-about .title_wrapper {
    margin-bottom: 50px; }
  .section-mail_wrapper {
    height: 370px; }
  .popUp_modal {
    width: 370px;
    height: 600px; }
    .popUp_modal_content {
      width: 370px;
      height: 600px;
      padding: 10px 20px 10px; }
    .popUp_modal .modal_btn {
      top: -10px;
      right: -10px;
      width: 35px;
      height: 35px; }
    .popUp_modal .modal_title {
      font-size: 36px; }
    .popUp_modal .modal_bg_elements {
      display: none; } }

@media (max-width: 375px) {
  .wrapper_top {
    height: 550px; }
    .wrapper_top .header_logo {
      left: 20%; }
    .wrapper_top .header_phone a span {
      display: none; }
    .wrapper_top .hero {
      padding-left: 10px; }
      .wrapper_top .hero_title {
        font-size: 50px;
        margin: 0; }
      .wrapper_top .hero_desc {
        margin: 30px 0;
        font-size: 18px; }
  .section-gallery {
    padding-top: 200px; }
    .section-gallery_cards .card {
      height: auto; }
  .section-questions_wrapper > div {
    width: 100%; }
  .section-questions_video .video_wrapper {
    width: 320px;
    height: 320px; }
    .section-questions_video .video_wrapper video {
      width: 320px;
      height: 320px; }
  .section-questions_video .video_bg {
    margin-left: -170px;
    width: 340px;
    height: 340px; }
  .section-questions_tabs .tab .tab_active {
    padding: 10px !important; }
  .section-mail_wrapper {
    height: 350px; }
  .section-mail_content .text {
    font-size: 14px !important; }
  .section-mail_content .form_wrapper input {
    width: 200px;
    height: 50px;
    margin-right: 10px;
    padding: 10px 20px;
    font-size: 13px; }
  .section-mail_content .form_wrapper button {
    width: 140px;
    height: 50px;
    font-size: 13px; }
  .popUp_modal {
    width: 320px;
    height: 600px; }
    .popUp_modal_content {
      width: 320px;
      height: 600px;
      padding: 10px 20px 10px; }
    .popUp_modal .modal_btn {
      top: -10px;
      right: -10px;
      width: 35px;
      height: 35px; }
    .popUp_modal .modal_title {
      font-size: 35px !important; }
    .popUp_modal .modal_bg_elements {
      display: none; } }

@media (max-width: 330px) {
  .section-download_info .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .section-download_info .buttons_link {
      margin-bottom: 25px; }
      .section-download_info .buttons_link:last-of-type {
        margin-bottom: 0; }
  .section-questions_video .video_wrapper {
    width: 300px;
    height: 300px; }
    .section-questions_video .video_wrapper video {
      width: 300px;
      height: 300px; }
  .section-questions_video .video_bg {
    margin-left: -160px;
    width: 320px;
    height: 320px; }
  .popUp_modal {
    width: 300px;
    height: 620px; }
    .popUp_modal_content {
      width: 300px;
      height: 620px;
      padding: 10px 20px 10px; }
    .popUp_modal .modal_btn {
      top: -10px;
      right: -10px;
      width: 35px;
      height: 35px; }
    .popUp_modal .modal_title {
      font-size: 35px !important; }
    .popUp_modal .modal_bg_elements {
      display: none; } }

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s; }

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001; }

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #FE7646;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */ }

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #f3e5f5;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */ }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #444AB5;
  z-index: 1000;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */ }

#loader-wrapper .loader-section.section-left {
  left: 0; }

#loader-wrapper .loader-section.section-right {
  right: 0; }

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out; }

/* JavaScript Turned Off */
.no-js #loader-wrapper {
  display: none; }

.loader_hide {
  -webkit-transform: translateY(-105%) !important;
      -ms-transform: translateY(-105%) !important;
          transform: translateY(-105%) !important;
  opacity: 0 !important;
  z-index: -99; }
