@charset "UTF-8";
/*--------------------------------------------------------------
 *# General
 *-------------------------------------------------------------- */
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box; }

body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  background-color: #353535; }

.main-background {
  background: url("../img/hero.png") top center no-repeat;
  background-size: cover; }

.wrap {
  max-width: 1400px;
  margin: 0 auto; }

a {
  color: #ff0000;
  text-decoration: none; }
  a:hover {
    color: #ff0000;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif; }

/*--------------------------------------------------------------
 *# Sections General
 *-------------------------------------------------------------- */
section {
  padding: 60px 0;
  overflow: hidden;
  position: relative; }

.section-dark {
  padding: 120px 0;
  color: #fff; }
  .section-dark:before {
    content: "";
    position: absolute;
    background: #242424;
    bottom: 50px;
    top: 50px;
    left: 0;
    right: 0; }

.section-title {
  padding: 0 3% 30px 3%;
  position: relative;
  width: 100%; }
  @media (min-width: 992px) {
    .section-title {
      padding: 0 20% 30px 20%; } }
  .section-title h2 {
    font-size: 32px;
    text-align: center;
    text-shadow: 2px 2px 5px #000000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative; }
    .section-title h2::after {
      content: '';
      position: absolute;
      display: block;
      width: 50px;
      height: 3px;
      background: #ff0000;
      bottom: 0;
      left: calc(50% - 25px); }
  .section-title p {
    margin-bottom: 0;
    padding: 15px;
    border: 2px solid #ffffff;
    border-radius: 3px;
    box-shadow: 10px 10px 7px #000000;
    transition: 0.4s; }

/*--------------------------------------------------------------
 *# Back to top button
 *-------------------------------------------------------------- */
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 0;
  bottom: 15px;
  z-index: 996;
  background: #000000a9;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s; }
  @media (max-width: 767.98px) {
    .back-to-top {
      left: 0; } }
  .back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
    transition: 0.4s; }
  @media (min-width: 767.98px) {
    .back-to-top:hover {
      width: 55px; }
      .back-to-top:hover i {
        color: #ff0000;
        transition: .4s; } }
  .back-to-top.active {
    visibility: visible;
    opacity: 1; }

.text-call {
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 996;
  background: #000000a9;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s; }
  @media (max-width: 767.98px) {
    .text-call {
      left: 0; } }
  .text-call i {
    color: #fff;
    font-size: 20px;
    line-height: 0;
    transition: 0.4s; }
  @media (min-width: 767.98px) {
    .text-call:hover {
      width: 55px; }
      .text-call:hover i {
        color: #ff0000;
        transition: .4s; } }

.back-call {
  margin-bottom: 225px; }

.youtube {
  margin-bottom: 170px; }

.instagramm {
  margin-bottom: 115px; }

.facebook {
  margin-bottom: 60px; }

/*--------------------------------------------------------------
 *# Disable aos animation delay on mobile devices
 *-------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important; } }

/*--------------------------------------------------------------
 *# Header
 *-------------------------------------------------------------- */
#header {
  background-color: #35353500;
  transition: all 0.5s;
  z-index: 997;
  margin-top: 10px;
  padding: 0; }
  @media (min-width: 768px) {
    #header {
      background-color: #353535;
      box-shadow: 0px 0px 8px #000;
      margin-top: 0; } }
  @media (min-width: 768px) {
    #header.header-scrolled {
      padding: 0;
      box-shadow: 0px 0px 8px #ff0000; } }
  #header .upperMenu {
    background: #ff0000; }
  #header .logo img {
    max-height: 60px;
    padding: 0; }
  #header .top-nav {
    list-style: none;
    margin-top: -15px;
    background-color: #ff0000; }
    @media (min-width: 768px) {
      #header .top-nav {
        margin-top: 0.1rem; } }
    #header .top-nav .dropdown-menu {
      border: 2px solid #2b2a2a;
      border-radius: 3px;
      background: #ff0000;
      box-shadow: 10px 10px 7px #000000;
      transition: 0.4s; }
    #header .top-nav a {
      color: #fff600; }
      #header .top-nav a:hover {
        color: #000;
        background-color: #ff0000; }
    #header .top-nav .dropdown-item {
      color: #fff; }
      #header .top-nav .dropdown-item:hover {
        background-color: #ff0000;
        color: #000; }

.mainMenu {
  width: 94%;
  margin-top: 10px;
  margin-left: 3%;
  background-color: #5e5e5ef2;
  border-radius: 6px;
  box-shadow: 0px 0px 8px #000; }
  @media (min-width: 768px) {
    .mainMenu {
      margin-top: 0;
      width: 100%;
      margin-left: 0;
      background-color: #353535; } }

/*--------------------------------------------------------------
 *# Navigation Menu
 *-------------------------------------------------------------- */
/**
 ** Desktop Navigation */
.navbar {
  padding: 0;
  background-color: #35353500; }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center; }
  .navbar li {
    position: relative; }
  .navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.4s; }
    .navbar a i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px; }
    .navbar a:hover {
      color: #ff0000; }
  .navbar .active, .navbar li:hover > a {
    color: #ff0000; }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: -100px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    border: 2px solid #2b2a2a;
    border-radius: 3px;
    background: #ff0000;
    box-shadow: 10px 10px 7px #000000;
    transition: 0.4s; }
    .navbar .dropdown ul li {
      min-width: 200px; }
    .navbar .dropdown ul a {
      padding: 10px 20px;
      font-size: 16px; }
      .navbar .dropdown ul a i {
        font-size: 12px; }
      .navbar .dropdown ul a:hover {
        color: #000; }
    .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
      color: #000; }
  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible; }
  .navbar .dropdown .dropstart ul {
    top: -100px;
    left: calc(100% - 30px);
    visibility: hidden; }
  .navbar .dropdown .dropstart:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible; }

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%; }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%; } }

/*--------------------------------------------------------------
 *# Mobile Navigation
 *-------------------------------------------------------------- */
.mobile-nav-toggle {
  color: #ff0000;
  font-size: 50px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s; }
  .mobile-nav-toggle.bi-x {
    color: #ff0000;
    margin-left: 82%; }

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block; }
  .navbar ul {
    display: none; } }

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999; }
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    left: 15px; }
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #353535;
    overflow-y: auto;
    transition: 0.3s; }
  .navbar-mobile a {
    padding: 10px 20px;
    font-size: 16px;
    color: #ffffff; }
    @media (min-width: 768px) {
      .navbar-mobile a {
        font-size: 20px; } }
  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #ff0000;
    box-shadow: #000000 0 0 10px 5px; }
    .navbar-mobile .dropdown ul li {
      min-width: 200px; }
    .navbar-mobile .dropdown ul a {
      padding: 10px 20px;
      font-size: 10px; }
      @media (min-width: 370px) {
        .navbar-mobile .dropdown ul a {
          font-size: 13px; } }
      @media (min-width: 768px) {
        .navbar-mobile .dropdown ul a {
          font-size: 16px; } }
      .navbar-mobile .dropdown ul a i {
        font-size: 12px; }
      .navbar-mobile .dropdown ul a:hover {
        color: #ff0000; }
  .navbar-mobile .dropdown > .dropdown-active {
    display: block; }

/*--------------------------------------------------------------
 *# Головна
 *-------------------------------------------------------------- */
.main-hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  margin-top: 80px; }
  @media (min-width: 992px) {
    .main-hero {
      flex-direction: row-reverse;
      justify-content: space-between; } }
  @media (min-width: 992px) {
    .main-hero .main-hero-images {
      margin: 30% 5% 0 0; } }
  @media (min-width: 1400px) {
    .main-hero .main-hero-images {
      margin: 35% 12% 0 0; } }
  .main-hero .main-hero-images .yellow-square {
    width: 60%;
    height: 250px;
    background: #fff600;
    box-shadow: #616264 0 0 10px 5px;
    margin: -60% auto 0 auto;
    padding-bottom: 8%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 360px) {
      .main-hero .main-hero-images .yellow-square {
        height: 330px; } }
    @media (min-width: 400px) {
      .main-hero .main-hero-images .yellow-square {
        height: 370px; } }
    @media (min-width: 460px) {
      .main-hero .main-hero-images .yellow-square {
        height: 450px; } }
    @media (min-width: 576px) {
      .main-hero .main-hero-images .yellow-square {
        height: 520px; } }
    @media (min-width: 690px) {
      .main-hero .main-hero-images .yellow-square {
        height: 560px; } }
    @media (min-width: 768px) {
      .main-hero .main-hero-images .yellow-square {
        height: 650px; } }
    @media (min-width: 868px) {
      .main-hero .main-hero-images .yellow-square {
        height: 750px; } }
    @media (min-width: 992px) {
      .main-hero .main-hero-images .yellow-square {
        width: 80%;
        height: 370px;
        margin-top: -65%; } }
    @media (min-width: 1200px) {
      .main-hero .main-hero-images .yellow-square {
        width: 100%;
        height: 700px;
        margin-top: -80%; } }
    .main-hero .main-hero-images .yellow-square .main-hero-btn-box {
      margin-bottom: -5%; }
      @media (min-width: 992px) {
        .main-hero .main-hero-images .yellow-square .main-hero-btn-box {
          display: none; } }
      .main-hero .main-hero-images .yellow-square .main-hero-btn-box .hero-btn {
        font-family: "Raleway", sans-serif;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 3px 8px;
        border: 3px solid #ffffff;
        border-radius: 40px;
        transition: 0.6s;
        color: #fff;
        background: linear-gradient(45deg, #ff0000, #000000);
        text-align: center;
        box-shadow: 0 0 8px #000; }
        .main-hero .main-hero-images .yellow-square .main-hero-btn-box .hero-btn:hover {
          background: linear-gradient(45deg, #000000, #ff0000);
          color: #fff;
          box-shadow: #ff0000 0 0 5px 3px; }
        @media (min-width: 768px) {
          .main-hero .main-hero-images .yellow-square .main-hero-btn-box .hero-btn {
            padding: 10px 20px;
            font-size: 18px; } }
  .main-hero .main-hero-images .comercial-square img {
    width: 72%;
    margin: 3% 0 0 35%;
    box-shadow: #646161 0 0 10px 5px; }
    @media (min-width: 992px) {
      .main-hero .main-hero-images .comercial-square img {
        width: 80%;
        margin-top: 0%; } }
    @media (min-width: 1200px) {
      .main-hero .main-hero-images .comercial-square img {
        width: 95%; } }
  .main-hero .main-hero-images .home-square img {
    width: 72%;
    margin: -25% 0 0 0;
    box-shadow: #646161 0 0 10px 5px; }
    @media (min-width: 992px) {
      .main-hero .main-hero-images .home-square img {
        width: 80%;
        margin-left: -15%;
        margin-top: -30%; } }
    @media (min-width: 1200px) {
      .main-hero .main-hero-images .home-square img {
        width: 100%;
        margin-left: -25%; } }
  .main-hero .main-hero-text {
    display: flex;
    flex-direction: column; }
    @media (min-height: 800px) {
      .main-hero .main-hero-text {
        margin-top: 18%; } }
    @media (min-width: 576px) {
      .main-hero .main-hero-text {
        margin-top: 0; } }
    @media (min-width: 992px) {
      .main-hero .main-hero-text {
        margin: 5% 0 0 5%;
        max-width: 45%; } }
    .main-hero .main-hero-text .main-hero-title {
      margin-top: 10%;
      margin-left: 10%; }
      @media (min-width: 450px) {
        .main-hero .main-hero-text .main-hero-title {
          margin-top: 7%; } }
      @media (min-width: 768px) {
        .main-hero .main-hero-text .main-hero-title {
          margin-top: 5%; } }
      .main-hero .main-hero-text .main-hero-title .main-title {
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        text-shadow: 0px 0px 2px #000;
        line-height: 90%; }
        @media (min-width: 450px) {
          .main-hero .main-hero-text .main-hero-title .main-title {
            font-size: 40px; } }
        @media (min-width: 576px) {
          .main-hero .main-hero-text .main-hero-title .main-title {
            font-size: 46px; } }
        @media (min-width: 768px) {
          .main-hero .main-hero-text .main-hero-title .main-title {
            font-size: 46px; } }
        @media (min-width: 992px) {
          .main-hero .main-hero-text .main-hero-title .main-title {
            text-align: start;
            font-size: 36px;
            line-height: 50px; } }
        @media (min-width: 1200px) {
          .main-hero .main-hero-text .main-hero-title .main-title {
            font-size: 52px; } }
        @media (min-width: 1400px) {
          .main-hero .main-hero-text .main-hero-title .main-title {
            font-size: 60px; } }
        .main-hero .main-hero-text .main-hero-title .main-title .yelow-title {
          color: #fff600;
          transition: 0.9s; }
      .main-hero .main-hero-text .main-hero-title .main-subtitle {
        color: #fff600;
        margin-top: 4%;
        font-size: 20px;
        font-weight: bold;
        text-shadow: 0px 0px 2px #000; }
        @media (min-height: 800px) {
          .main-hero .main-hero-text .main-hero-title .main-subtitle {
            margin-top: 5%; } }
        @media (min-width: 450px) {
          .main-hero .main-hero-text .main-hero-title .main-subtitle {
            font-size: 26px; } }
        @media (min-width: 576px) {
          .main-hero .main-hero-text .main-hero-title .main-subtitle {
            font-size: 30px; } }
        @media (min-width: 768px) {
          .main-hero .main-hero-text .main-hero-title .main-subtitle {
            font-size: 32px; } }
        @media (min-width: 992px) {
          .main-hero .main-hero-text .main-hero-title .main-subtitle {
            text-align: start;
            margin-top: 3%;
            font-size: 24px; } }
        @media (min-width: 1200px) {
          .main-hero .main-hero-text .main-hero-title .main-subtitle {
            font-size: 30px; } }
        @media (min-width: 1400px) {
          .main-hero .main-hero-text .main-hero-title .main-subtitle {
            font-size: 32px; } }
      .main-hero .main-hero-text .main-hero-title .hero-text-btn {
        font-family: "Raleway", sans-serif;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        padding: 5px 0px;
        display: inline-block;
        text-align: center;
        margin-top: 5%;
        border: 3px solid #ffffff;
        border-radius: 40px;
        transition: 0.6s;
        color: #fff;
        background: linear-gradient(45deg, #ff0000, #000000);
        box-shadow: 0 0 8px #000;
        width: 40%;
        display: none; }
        .main-hero .main-hero-text .main-hero-title .hero-text-btn:hover {
          background: linear-gradient(45deg, #000000, #ff0000);
          box-shadow: #ff0000 0 0 5px 3px;
          color: #fff; }
        @media (min-width: 992px) {
          .main-hero .main-hero-text .main-hero-title .hero-text-btn {
            display: block; } }
        @media (min-width: 1200px) {
          .main-hero .main-hero-text .main-hero-title .hero-text-btn {
            font-size: 18px;
            padding: 5px 0px; } }
        @media (min-width: 1400px) {
          .main-hero .main-hero-text .main-hero-title .hero-text-btn {
            font-size: 20px;
            padding: 10px 0px; } }
    .main-hero .main-hero-text .main-hero-subtitle {
      margin-left: 10%; }
      @media (min-width: 992px) {
        .main-hero .main-hero-text .main-hero-subtitle {
          width: 85%;
          margin-left: -3%;
          margin-top: 20%; } }
      @media (min-width: 1200px) {
        .main-hero .main-hero-text .main-hero-subtitle {
          width: 70%;
          margin-left: -3%; } }
      @media (min-width: 1400px) {
        .main-hero .main-hero-text .main-hero-subtitle {
          margin-top: 15%; } }
      .main-hero .main-hero-text .main-hero-subtitle .utp-title {
        margin-top: 10%;
        font-size: 24px;
        color: #ffffff;
        text-shadow: 0px 0px 2px #000;
        letter-spacing: 1px;
        line-height: 90%;
        font-weight: 600; }
        @media (max-width: 992px) {
          .main-hero .main-hero-text .main-hero-subtitle .utp-title {
            display: none; } }
        @media (min-width: 1200px) {
          .main-hero .main-hero-text .main-hero-subtitle .utp-title {
            margin-top: 30%;
            font-size: 24px; } }
        @media (min-width: 1400px) {
          .main-hero .main-hero-text .main-hero-subtitle .utp-title {
            font-size: 28px;
            margin-top: 30%; } }
        .main-hero .main-hero-text .main-hero-subtitle .utp-title .yelow-title {
          color: #fff600; }
      .main-hero .main-hero-text .main-hero-subtitle .utp {
        font-size: 18px;
        font-weight: 400; }
        @media (min-width: 1200px) {
          .main-hero .main-hero-text .main-hero-subtitle .utp {
            font-size: 18px; } }
        @media (min-width: 1400px) {
          .main-hero .main-hero-text .main-hero-subtitle .utp {
            font-size: 22px; } }
        .main-hero .main-hero-text .main-hero-subtitle .utp i {
          color: #f3f712; }
      .main-hero .main-hero-text .main-hero-subtitle .hero-text-btn {
        font-family: "Raleway", sans-serif;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        padding: 5px 0px;
        display: inline-block;
        text-align: center;
        margin-top: 5%;
        border: 3px solid #ffffff;
        border-radius: 40px;
        transition: 0.6s;
        color: #fff;
        background: linear-gradient(45deg, #ff0000, #000000);
        box-shadow: 0 0 8px #000;
        width: 50%;
        display: none; }
        .main-hero .main-hero-text .main-hero-subtitle .hero-text-btn:hover {
          background: linear-gradient(45deg, #000000, #ff0000);
          box-shadow: #ff0000 0 0 5px 3px;
          color: #fff; }
        @media (min-width: 992px) {
          .main-hero .main-hero-text .main-hero-subtitle .hero-text-btn {
            display: block; } }
        @media (min-width: 1200px) {
          .main-hero .main-hero-text .main-hero-subtitle .hero-text-btn {
            width: 60%;
            font-size: 18px;
            padding: 5px 0px; } }
        @media (min-width: 1400px) {
          .main-hero .main-hero-text .main-hero-subtitle .hero-text-btn {
            width: 60%;
            font-size: 20px;
            padding: 10px 0px; } }

/* Контейнер для блискавки */
/* Контейнер для блискавки */
.lightning {
  position: fixed;
  top: -15%;
  left: 0;
  width: 300vw;
  height: 100vh;
  background: url("/assets/img/flash.webp") no-repeat center center;
  background-size: cover;
  opacity: 0;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: clip-path 0.5s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 0; }
  @media (min-width: 1200px) {
    .lightning {
      top: 60px;
      width: 100vw;
      height: 100vh; } }

/* Анімація появи по діагоналі */
.lightning.show {
  opacity: 1;
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%); }

/* Анімація зникнення по діагоналі */
.lightning.hide {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  opacity: 0; }

.projects-section {
  margin-top: 4%; }
  @media screen and (min-width: 768px) {
    .projects-section {
      margin-top: 4%; } }
  @media (min-width: 992px) {
    .projects-section {
      margin-top: -5%; } }
  @media (min-width: 1200px) {
    .projects-section {
      margin-top: 1%; } }
  @media screen and (min-width: 1400px) {
    .projects-section {
      margin-top: 4%; } }
  .projects-section .row {
    box-shadow: 10px 10px 7px #0000008c; }
    .projects-section .row .img-fluid {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .projects-section h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #000000;
    padding: 0px 5% 15% 5%; }
    @media (min-width: 992px) {
      .projects-section h2 {
        padding: 20px 25% 5% 25%; } }
  .projects-section .main-text {
    color: #e7e7e7;
    text-shadow: 2px 2px 5px #000000;
    font-size: 16px; }
  .projects-section .apple {
    margin-left: 2rem; }
  .projects-section .android {
    margin-right: 2rem; }
  .projects-section .project {
    background: linear-gradient(45deg, #000000, #ff0000); }
  .projects-section .solar-fon {
    background: linear-gradient(55deg, #000000, #ff0000);
    box-shadow: #222222 0 0 10px 5px; }
    .projects-section .solar-fon .featured-text {
      padding: 2rem; }
      .projects-section .solar-fon .featured-text h4 {
        font-size: 26px;
        font-weight: 600;
        color: #e7e7e7;
        text-shadow: 2px 2px 5px #000000;
        margin-bottom: 10px; }
  .projects-section .project-text {
    padding: 2rem;
    font-size: 90%; }
  .projects-section hr {
    border-color: #ffffff;
    border-width: 0.25rem;
    width: 40%;
    height: 2px; }

/*--------------------------------------------------------------
 *# Магазин
 *-------------------------------------------------------------- */
.testimonials {
  z-index: 1;
  margin-top: 2%; }
  @media screen and (min-width: 768px) {
    .testimonials {
      margin-top: 5%; } }
  @media (min-width: 992px) {
    .testimonials {
      margin-top: 2%; } }
  @media screen and (min-width: 1200px) {
    .testimonials {
      margin-top: 3%; } }
  @media screen and (min-width: 1400px) {
    .testimonials {
      margin-top: 4%; } }
  .testimonials .testimonial-item {
    box-sizing: content-box;
    margin: 30px 15px;
    min-height: 200px;
    border-radius: 3px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #ff0000;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: #ff0000;
    box-shadow: 10px 10px 7px #000000;
    position: relative;
    background: #2b2b2b; }
    .testimonials .testimonial-item iframe {
      width: 100%;
      margin-top: 25px;
      margin-bottom: 25px; }
    .testimonials .testimonial-item .testimonial-img {
      width: 90px;
      border-radius: 4px;
      box-shadow: #000000 0 0 5px 3px;
      float: left;
      margin: 0 10px 0 0; }
    .testimonials .testimonial-item h3 {
      font-size: 22px;
      font-weight: bold;
      margin: 25px 30px 5px 30px;
      color: #ff0000; }
    .testimonials .testimonial-item h4 {
      font-size: 18px;
      color: #ffffff;
      margin: 10px 30px; }
    .testimonials .testimonial-item p {
      font-style: italic;
      margin: 0 30px;
      color: #a5a5a5; }
    .testimonials .testimonial-item .btn-wrap {
      padding: 15px;
      text-align: center; }
    .testimonials .testimonial-item .btn-buy {
      display: inline-block;
      padding: 10px 40px 12px 40px;
      border-radius: 4px;
      color: #fff;
      transition: none;
      font-size: 14px;
      font-weight: 400;
      font-family: "Raleway", sans-serif;
      font-weight: 600;
      transition: 0.3s;
      background: linear-gradient(45deg, #000000, #ff0000);
      border: 2px solid white; }
      .testimonials .testimonial-item .btn-buy:hover {
        border-color: #fff;
        background: linear-gradient(45deg, #ff0000, #000000);
        box-shadow: #ff0000 0 0 5px 3px; }
    .testimonials .testimonial-item .price-panels {
      color: #fff600; }
  .testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative; }
    .testimonials .swiper-pagination .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      background-color: #fff;
      opacity: 1;
      border: 1px solid #ff0000; }
    .testimonials .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #ff0000; }

/*--------------------------------------------------------------
 *# Portfolio
 *-------------------------------------------------------------- */
.portfolio-details {
  height: 1400px;
  margin-top: -20%; }
  @media (min-width: 450px) {
    .portfolio-details {
      height: 1700px; } }
  @media (min-width: 750px) {
    .portfolio-details {
      margin-top: -10%; } }
  @media (min-width: 992px) {
    .portfolio-details {
      height: 950px;
      margin-top: -20%; } }
  @media (min-width: 1200px) {
    .portfolio-details {
      min-height: 1200px; } }
  .portfolio-details .portfolio-details-slider {
    width: 100%;
    height: 500px; }
    @media (min-width: 450px) {
      .portfolio-details .portfolio-details-slider {
        height: 670px; } }
    @media (min-width: 992px) {
      .portfolio-details .portfolio-details-slider {
        width: 100%;
        height: 550px;
        margin-left: 0; } }
    @media (min-width: 1200px) {
      .portfolio-details .portfolio-details-slider {
        min-height: 635px; } }
    @media (min-width: 1400px) {
      .portfolio-details .portfolio-details-slider {
        min-height: 735px;
        width: 90%; } }
    .portfolio-details .portfolio-details-slider .color-item {
      position: relative;
      margin-top: 33%;
      width: 100%;
      height: 80%;
      padding: 25% 15%;
      background-color: #ff0000; }
      @media (min-width: 992px) {
        .portfolio-details .portfolio-details-slider .color-item {
          width: 60%; } }
      @media (min-width: 992px) {
        .portfolio-details .portfolio-details-slider .color-item {
          padding: 3% 15% 5% 5%;
          width: 70%; } }
      @media (min-width: 1200px) {
        .portfolio-details .portfolio-details-slider .color-item {
          padding: 5% 18% 0 10%; } }
      @media (min-width: 1400px) {
        .portfolio-details .portfolio-details-slider .color-item {
          width: 80%; } }
      .portfolio-details .portfolio-details-slider .color-item a {
        font-size: 18px;
        color: #000;
        font-style: italic;
        font-weight: 700; }
        @media (min-width: 450px) {
          .portfolio-details .portfolio-details-slider .color-item a {
            font-size: 24px; } }
        @media (min-width: 992px) {
          .portfolio-details .portfolio-details-slider .color-item a {
            font-size: 18px; } }
      .portfolio-details .portfolio-details-slider .color-item p {
        font-size: 16px; }
        @media (min-width: 450px) {
          .portfolio-details .portfolio-details-slider .color-item p {
            font-size: 22px; } }
        @media (min-width: 992px) {
          .portfolio-details .portfolio-details-slider .color-item p {
            font-size: 16px; } }
      .portfolio-details .portfolio-details-slider .color-item h3 {
        margin-top: -25%;
        font-size: 22px;
        font-weight: 700;
        text-shadow: 0px 0px 3px #000000; }
        @media (min-width: 450px) {
          .portfolio-details .portfolio-details-slider .color-item h3 {
            margin-top: -15%;
            font-size: 30px; } }
        @media (min-width: 992px) {
          .portfolio-details .portfolio-details-slider .color-item h3 {
            font-size: 22px;
            margin-top: -75%; }
            .portfolio-details .portfolio-details-slider .color-item h3 br {
              display: none; } }
        @media (min-width: 1200px) {
          .portfolio-details .portfolio-details-slider .color-item h3 {
            font-size: 34px;
            margin-top: -50%; } }
    .portfolio-details .portfolio-details-slider img {
      margin-top: -90%;
      margin-left: 35%;
      width: 75%;
      box-shadow: #000000 0 0 10px 5px;
      border-radius: 50%;
      z-index: 9; }
      @media (min-width: 450px) {
        .portfolio-details .portfolio-details-slider img {
          margin-top: -80%; } }
      @media (min-width: 992px) {
        .portfolio-details .portfolio-details-slider img {
          width: 70%;
          margin-left: 94%;
          margin-top: 10%; } }
      @media (min-width: 1200px) {
        .portfolio-details .portfolio-details-slider img {
          width: 60%;
          margin-left: 110%; } }
  .portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(17, 17, 17, 0.08); }
    .portfolio-details .portfolio-info h3 {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #eee; }
    .portfolio-details .portfolio-info ul {
      list-style: none;
      padding: 0;
      font-size: 15px; }
      .portfolio-details .portfolio-info ul li + li {
        margin-top: 10px; }
  .portfolio-details .portfolio-description {
    padding-top: 30px; }
    .portfolio-details .portfolio-description h2 {
      font-size: 26px;
      font-weight: 700;
      text-shadow: 2px 2px 5px #000000;
      margin-bottom: 20px;
      color: #ff0000; }
    .portfolio-details .portfolio-description p {
      padding: 0; }
  .portfolio-details .portfolio-box {
    width: 100%;
    margin-left: 0%;
    margin-top: -63%;
    padding: 1%; }
    @media (min-width: 576px) {
      .portfolio-details .portfolio-box {
        margin-top: -50%; } }
    @media (min-width: 992px) {
      .portfolio-details .portfolio-box {
        margin-top: -27%;
        margin-left: 35%;
        width: 80%; } }
    @media (min-width: 1200px) {
      .portfolio-details .portfolio-box {
        margin-left: 24%;
        width: 100%; } }
    .portfolio-details .portfolio-box .portfolio-container .portfolio-item {
      padding: 1px;
      width: 33%; }
      @media (min-width: 992px) {
        .portfolio-details .portfolio-box .portfolio-container .portfolio-item {
          width: 17%; } }
    @media (min-width: 992px) {
      .portfolio-details .portfolio-box .portfolio-container .hide-img {
        display: none; } }
    .portfolio-details .portfolio-box .portfolio-container .portfolio-wrap {
      transition: 0.3s;
      position: relative;
      overflow: hidden;
      z-index: 1;
      background: rgba(17, 17, 17, 0.6);
      box-shadow: 10px 10px 7px #000000; }
      @media (min-width: 992px) {
        .portfolio-details .portfolio-box .portfolio-container .portfolio-wrap {
          height: 130px; } }
      @media (min-width: 1200px) {
        .portfolio-details .portfolio-box .portfolio-container .portfolio-wrap {
          height: 150px; } }
      @media (min-width: 1400px) {
        .portfolio-details .portfolio-box .portfolio-container .portfolio-wrap {
          height: 170px; } }
      .portfolio-details .portfolio-box .portfolio-container .portfolio-wrap::before {
        content: "";
        background: rgba(0, 0, 0, 0.405);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 1; }
      .portfolio-details .portfolio-box .portfolio-container .portfolio-wrap img {
        transition: all ease-in-out 0.3s;
        border: 1px solid #fff;
        min-width: 150px;
        min-height: 150px; }
      .portfolio-details .portfolio-box .portfolio-container .portfolio-wrap .portfolio-info {
        opacity: 1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 20px; }
        .portfolio-details .portfolio-box .portfolio-container .portfolio-wrap .portfolio-info h4 {
          font-size: 20px;
          color: #fff;
          font-weight: 600; }
        .portfolio-details .portfolio-box .portfolio-container .portfolio-wrap .portfolio-info p {
          color: rgba(255, 255, 255, 0.7);
          font-size: 14px;
          text-transform: uppercase;
          padding: 0;
          margin: 0;
          font-style: italic; }
      .portfolio-details .portfolio-box .portfolio-container .portfolio-wrap .portfolio-links {
        text-align: center;
        margin-left: 34%;
        margin-bottom: 20%;
        z-index: 4; }
        .portfolio-details .portfolio-box .portfolio-container .portfolio-wrap .portfolio-links a {
          color: #b2b2b2;
          display: inline-block;
          transition: 0.3s;
          font-size: 36px; }
          .portfolio-details .portfolio-box .portfolio-container .portfolio-wrap .portfolio-links a:hover {
            color: #ff0000; }
      .portfolio-details .portfolio-box .portfolio-container .portfolio-wrap:hover::before {
        opacity: 0; }
      .portfolio-details .portfolio-box .portfolio-container .portfolio-wrap:hover img {
        transform: scale(1.2); }
      .portfolio-details .portfolio-box .portfolio-container .portfolio-wrap:hover .portfolio-info {
        opacity: 1; }
      .portfolio-details .portfolio-box .portfolio-container .portfolio-wrap:hover a {
        color: #ff0000; }
    .portfolio-details .portfolio-box .portfolio-container .color-square {
      background-color: #fff600;
      box-shadow: 10px 10px 7px #000000;
      width: 70%;
      height: 100%;
      margin-left: 21%;
      margin-top: 20%;
      z-index: 1; }
      @media (min-width: 992px) {
        .portfolio-details .portfolio-box .portfolio-container .color-square {
          width: 30%; } }
      @media (min-width: 1200px) {
        .portfolio-details .portfolio-box .portfolio-container .color-square {
          margin-top: 15%; } }

/*--------------------------------------------------------------
 *# Новини
 *-------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .pricing {
    margin-top: 10%; } }

@media (min-width: 992px) {
  .pricing {
    margin-top: 8%; } }

@media (min-width: 1200px) {
  .pricing {
    margin-top: -5%; } }

@media screen and (min-width: 1400px) {
  .pricing {
    margin-top: 4%; } }

.pricing .box {
  margin-bottom: 30px;
  background: #2b2b2b;
  box-shadow: 10px 10px 7px #000000;
  text-align: center;
  border-radius: 3px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #ff0000;
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: #ff0000;
  position: relative;
  overflow: hidden; }
  .pricing .box:hover {
    box-shadow: 10px 10px 7px #c90000e7; }
  .pricing .box h3 {
    font-weight: 400;
    padding: 15px;
    font-size: 22px;
    font-weight: 600; }
    @media (min-width: 992px) {
      .pricing .box h3 {
        font-size: 18px; } }
  .pricing .box h4 {
    font-size: 42px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px; }
    .pricing .box h4 sup {
      font-size: 20px;
      top: -15px;
      left: -3px; }
    .pricing .box h4 span {
      font-size: 16px;
      font-weight: 300; }
  .pricing .box ul {
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 20px;
    font-size: 14px; }
    .pricing .box ul li {
      padding-bottom: 16px; }
      .pricing .box ul li h3 {
        font-weight: 700;
        font-size: 22px;
        padding: 0; }
    .pricing .box ul i {
      color: #bb0f0f;
      font-size: 18px;
      padding-right: 4px; }
  .pricing .box .btn-wrap {
    padding: 15px;
    text-align: center; }
  .pricing .box .btn-buy {
    display: inline-block;
    padding: 10px 40px 12px 40px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: 0.3s;
    border: 2px solid rgba(255, 255, 255, 0.3); }
    .pricing .box .btn-buy:hover {
      border-color: #fff; }

.pricing .featured {
  background: #bb0f0f; }

/*--------------------------------------------------------------
 *# Калькулятор розрахунку СЕС
 *-------------------------------------------------------------- */
.calculator {
  margin-bottom: 5%;
  margin-top: -50px; }
  @media screen and (min-width: 768px) {
    .calculator {
      margin-top: 0%; } }
  @media (min-width: 992px) {
    .calculator {
      margin-top: 0%; } }
  .calculator form {
    background: linear-gradient(45deg, #000000, #ff0000);
    box-shadow: 10px 10px 7px #000000;
    border: 3px solid #000000;
    padding: 26px;
    max-width: 94%; }
    .calculator form:hover {
      background: linear-gradient(45deg, #000000, #ff0000);
      color: #fff;
      box-shadow: #ff0000 10px 10px 7px; }
    @media (min-width: 992px) {
      .calculator form {
        max-width: 70%; } }
    .calculator form select {
      border: 3px solid #000000; }
    .calculator form input {
      border: 3px solid #000000; }
    .calculator form .btn-red {
      margin-top: 10%;
      font-family: "Raleway", sans-serif;
      font-weight: 500;
      font-size: 14px;
      letter-spacing: 1px;
      display: inline-block;
      padding: 3px 8px;
      border: 3px solid #ffffff;
      border-radius: 40px;
      transition: 0.6s;
      color: #fff;
      background: linear-gradient(45deg, #ff0000, #000000);
      text-align: center;
      box-shadow: 0 0 8px #000; }
      .calculator form .btn-red:hover {
        background: linear-gradient(45deg, #000000, #ff0000);
        color: #fff;
        box-shadow: #ff0000 0 0 5px 3px; }
      @media (min-width: 768px) {
        .calculator form .btn-red {
          margin-top: 3%;
          padding: 10px 20px;
          font-size: 1; } }
    .calculator form .result-calc {
      padding: 0 3% 0px 3%;
      margin-top: 8%;
      position: relative;
      width: 100%;
      font-size: 18px;
      text-align: center;
      text-shadow: 2px 2px 5px #000000;
      font-weight: bold;
      text-transform: uppercase;
      position: relative; }
      @media (min-width: 768px) {
        .calculator form .result-calc {
          margin-top: 6%; } }
      @media (min-width: 992px) {
        .calculator form .result-calc {
          padding: 0px 20% 0 20%;
          margin-top: 4%; } }

/*--------------------------------------------------------------
 *# Запитання та відповіді
 *-------------------------------------------------------------- */
.faq {
  margin-top: -10%; }
  @media screen and (min-width: 768px) {
    .faq {
      margin-top: -5%; } }
  @media screen and (min-width: 1400px) {
    .faq {
      margin-top: -4%; } }
  @media screen and (min-width: 768px) {
    .faq .title {
      width: 70%;
      margin: 0 auto; } }
  @media screen and (min-width: 1200px) {
    .faq .title {
      width: 50%; } }
  .faq .title h2 {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
    color: #ffffff;
    text-shadow: 2px 2px 5px #000000; }
    @media (min-width: 450px) {
      .faq .title h2 {
        font-size: 36px; } }
    @media (min-width: 992px) {
      .faq .title h2 {
        font-size: 40px; } }
  .faq .faq-list {
    margin-top: 20%;
    margin-left: 8%;
    padding: 0;
    list-style: none;
    color: #ff0000; }
    @media screen and (min-width: 768px) {
      .faq .faq-list {
        margin-top: 10%; } }
  .faq li {
    border-bottom: 2px solid #000000;
    margin-bottom: 20px;
    padding-bottom: 20px; }
  .faq a {
    display: block;
    position: relative;
    font-family: #ff0000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #ff0000;
    text-shadow: 2px 2px 8px #000;
    padding-right: 25px;
    cursor: pointer; }
  .faq i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
    color: #ff0000; }
  .faq p {
    color: #fff;
    margin-bottom: 0;
    padding: 10px 0 0 0;
    text-shadow: 2px 2px 5px #000000; }
  .faq .icon-show {
    display: none; }
  .faq a.collapsed {
    color: #ffffff; }
    .faq a.collapsed:hover {
      color: #ff0000; }
    .faq a.collapsed .icon-show {
      display: inline-block; }
    .faq a.collapsed .icon-close {
      display: none; }

.faq h2 {
  text-align: center;
  color: #ff0000;
  text-shadow: 2px 2px 5px #000000;
  margin-bottom: 3%; }

.contacts iframe {
  width: 100%;
  height: 360px; }
  @media (min-width: 992px) {
    .contacts iframe {
      margin-top: 0;
      margin-bottom: 20px; } }

.contacts .info-box {
  color: #000000;
  text-align: center;
  box-shadow: 3px 3px 8px #000000;
  padding: 30px 0 32px 0;
  border-radius: 4px;
  border: 1px solid #fff;
  transition: 0.5s; }
  .contacts .info-box:hover {
    transition: 0.5s;
    box-shadow: 5px 5px 5px 2px #000;
    border: 1px solid #fff; }
  .contacts .info-box .btn-road {
    margin-top: 20px;
    background-color: transparent;
    border: none;
    border: 2px solid #ff0000;
    box-shadow: 5px 5px 5px #000; }
    .contacts .info-box .btn-road:hover {
      border: 2px solid #fff; }
  .contacts .info-box i {
    font-size: 32px;
    color: #ff0000;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #f8d4d5; }
  .contacts .info-box h3 {
    font-size: 20px;
    color: #ff0000;
    text-shadow: 2px 2px 2px #000000;
    font-weight: 700;
    margin: 10px 0; }
  .contacts .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
    text-shadow: 2px 2px 5px #000000; }
  .contacts .info-box a {
    color: #fff;
    transition: 0.6s; }
    .contacts .info-box a:hover {
      transition: 0.6s;
      background-color: #ff0000;
      color: #fff; }
  .contacts .info-box hr {
    height: 2px;
    background-color: #fff; }

.contacts img {
  height: 400px;
  width: 100%;
  margin-top: 30px;
  box-shadow: 3px 3px 8px #000; }

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes animate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.copyright {
  color: #4d4c4c; }

.credits {
  color: #4d4c4c; }
  .credits a {
    color: #4d4c4c; }
