:root {
    --white: #fff;
    --light: #f1ebeb;
    --light2: #dddddd;
    --gray: #ccc;
	--main-color: #0000ff;
	--main-color-hover: #0404e0;
    --main-color-rgba: rgba(66, 190, 206, .4);
    --light-dark: #2c3135;
    --semi-dark: #1a1e21;
    --dark: #202528;
    --dark2: rgba(32, 37, 40, .8);
    --red: #ed5564;
    --pink: #ec87bf;
    --blue: #5f9eee;
    --yellow: #fcce54;
    --green: #42cb6f;
    --purple: #b276d8;
    --orange: #f59b43;
}


.title_section h2 {color: var(--white);}
.title_section p {color: var(--light);}

.card .card-header .card-title {
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
}

.games .card {
  border: none;
  background: var(--light-dark);
  transition: all 1s;
  position: relative;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  overflow: hidden;
}

.games .card img {
  opacity: 1;
}

.games .card:hover img {
  opacity: .4;
}

.games .card:hover .products_content {
  transform: translateY(0);
}

.games .card .products_content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  transform: translateY(calc(50px + 1em));
  transition: transform 0.3s;
}

.games .card .products_content h2 {
  color: var(--white);
  font-weight: 700;
  font-size: 24px;
}

.games .card .products_content span {
  color: var(--light2);
  font-weight: 400;
  letter-spacing: 0.04rem;
}

.games .card .products_content .price {
  color: var(--white);
  font-weight: 600;
  letter-spacing: 0.04rem;
}


.games .card:hover:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: " ";
  display: block;
  background: url('../images/products_hover.png') center bottom repeat-x;
  border-radius: 5px;
}

.games .products_top img {
  opacity: 1 !important;
  cursor: pointer;
}

.games .card .products_content {
  transform: translateY(calc(30px + 1em));
  width: 93.5%;
}

.games .card .products_content span {
  margin-bottom: 10px;
}

.games .products_content .btn {
  border: none !important;
  padding: 4px 30px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.panel .panel_content h2{
    color: var(--white);
    font-weight: 600;
}

.panel .panel_content ul {
    list-style: none;
    padding: 0;
}

.panel .panel_content ul li {
    line-height: 36px;
    font-size: 17px;
}

.panel .panel_content ul li i {
    color: var(--main-color);
}

@media (max-width: 992px) {
    .panel:before {
        height: 280px;
    }
}

@media (max-width: 768px) {
    .panel img,
    .ddos img,
    .os h4 {
        margin-bottom: 30px;
    }
    .panel:before {
        opacity: 0;
    }
}

.ddos {
    background: var(--dark);
}

.ddos .ddos_content h2 {
    color: var(--white);
    font-weight: 600;
}

.circle {
    stroke:var(--light-dark) !important;
}

.ddosa1 {
    fill:none;
    stroke:var(--light-dark)
}
.ddosa1,.ddosa2,.ddosa3 {
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10
}
.ddosa2 { 
    fill:none;
    stroke:var(--light-dark)
}
.ddosa3 { 
    stroke:var(--main-color);
    stroke-width:4;
    fill:var(--main-color)
}

.radar {
    fill: var(--main-color) !important;
}

.radar, .dots {
    fill:none;
    stroke:var(--main-color) !important;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
}