
.slider1 {
  width: 100%;
  height: 4px;
  background: #555;
  border-radius: 2px;
  outline: none;
  -webkit-appearance: none;
}

.slider1::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  background: #b1b1b1;
  border-radius: 50%;
  cursor: pointer;
  border: none;

}

.slider1 ::-moz-range-thumb {
  width: 10px;
  height: 10px;
  background: #b1b1b1;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.display-big {
  font-size: 3rem;
  font-weight: 500;
}


.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}



.carousel-item img {
    max-height: 332px; /* максимально допустимая высота */
    width: auto;       /* ширина подгоняется автоматически */
    margin: 0 auto;    /* по центру */
    object-fit: contain; /* сохраняет пропорции */
}


.navbar {
  background-color: transparent !important;
}

.navbar .nav-link,
.navbar .navbar-brand {
  color: white !important;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #cccccc !important;
}

.btn-primary {
  background-color: #6610f2 !important;
  border-color: #6610f2 !important;
  color: white !important;
  transition: all 0.2s ease-in-out;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #5a0fd1 !important; /* чуть темнее */
  border-color: #5a0fd1 !important;
  color: white !important;
}

.btn-outline-primary {
  color: #6610f2 !important;
  border: 1px solid #6610f2 !important;
  background-color: transparent !important;
  transition: all 0.2s ease-in-out;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: #6610f2 !important;
  color: white !important;
  border-color: #6610f2 !important;
}



.draggable-input {
  display: flex;
  align-items: center;
  background: #2b2b2b;
  border-radius: 4px;
  padding: 2px 6px;
}

.drag-handle {
  cursor: ew-resize;
  margin-right: 5px;
  user-select: none;
  color: #ccc;
}

.form-control {
    background: #3E3E3E;
    color: #d5d5d5;
    font-size: 10px;
    border: 0px;
}

.form-control:disabled {
    background-color: #212224 !important;
    opacity: 1;
    border: 1px solid #3E3E3E;
    color:#6e6e6e;
}

.unavailable {
  opacity: 0.3;
}


.centered {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center; /* по вертикали */
  align-items: center;     /* по горизонтали */
  text-align: center;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #555 #1e1e1e;
}

/* Стиль для всей страницы */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Трек (фон скроллбара) */
::-webkit-scrollbar-track {
  background: #1e1e1e; /* тёмно-серый фон */
}

/* Сам ползунок */
::-webkit-scrollbar-thumb {
  background-color: #555;  /* серый ползунок */
  border-radius: 10px;
}

/* При наведении */
::-webkit-scrollbar-thumb:hover {
  background-color: #777;
}

.hover-bg:hover {
  background-color: #303030; /* Мягкий тёмно зеленый*/
  transition: background-color 0.2s ease;
}
.form-range {
  --bs-tertiary-bg: #000; /* Замените #your-new-color на ваш желаемый цвет */
}

.btn-dw {
    background-color: rgba(35, 182, 132, 0.25); /* Цвет фона */
    color: rgb(35, 182, 132); /* Цвет текста */
    border-radius: 8px; /* Радиус границы */
    padding: 10px 20px; /* Отступы внутри кнопки */
    font-size: 16px; /* Размер шрифта */
    font-weight: 600 !important;
}

.btn-dw:hover {
    background-color: rgba(35, 182, 132, 0.35); /* Измененный цвет фона при наведении */
    color: rgb(35, 182, 132);
    font-weight: 600;
}

.form-select-sm {
  padding-top: 0.05rem;
  padding-bottom: .05rem;
  padding-left: .5rem;
  font-size: 0.575rem;
  border-radius: .25rem;
  width: 147.667px;
}


.cont_width {
    max-width:1003px;
}
[data-bs-toggle="tab"].nav-link{
    --bs-nav-link-hover-color: white;
    --bs-nav-link-color: #c8c8c8;
    }

@media (min-width: 992px) {
  .block_width {
    flex: 0 0 auto;
   
  }
}

@media (min-width: 626px) and (max-width: 991px) {
  .block_width {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (max-width: 625px) {
  .block_width {
    flex: 0 0 auto;
    width: 100%;
  }
}

.key_frame {
    transform: rotate(45deg);
    }

body {
    background-color:#111216;
    font-family: 'Noto Sans', sans-serif;
    color:#ECECEC;
}


.span-name {
    font-size: 15px;
    font-weight: 500;
    color:#ECECEC;
}

h2{
  font-size: 32px;
  color: #ababab;
  font-weight: 400;
 
}

h3{
 color:#ECECEC;
 font-size: 22px;
}

.very-light {
    color:#6e6e6e;
    font-weight: 300;
}


p {
    line-height: 1.4211;
    font-weight:300;
    color:#b6b3b3;
    font-size:14px;
}

a {
 color:#b6b6b6;
}
a:hover {
    cursor: pointer;
    color:#fff; 
}



@media (min-width: 768px) {
  .img-fluid {
    max-width: 40%;
  }
}
@media (min-width: 768px) {
  .img-fluid-2 {
    max-width: 65% !important;
  }
}
.btn-google:hover {
     opacity:0.6;
    }


.fade-in-bottom {
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}






.vibrate-1 {
    -webkit-animation: vibrate-1 0.3s linear infinite alternate;
            animation: vibrate-1 0.3s linear infinite alternate;
}

@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.bounce-in-top {
    -webkit-animation: bounce-in-top 1.1s 1s infinite both;
            animation: bounce-in-top 1.1s 1s infinite both;
}

@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes pingpong{
    0% {
      transform: translateX(-80%);
    }

    100% {
      transform: translateX(80%);
    }
    }

@keyframes continue {
    
    
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(500px);
    }
    
    
    }

.updown {
    -webkit-animation: updown 10s infinite alternate;
            animation: updown 10s infinite alternate;
}


@keyframes updown {
    0% {
      transform: translateY(0%);
    }
    
    100% {
      transform: translateY(-80%);
    }
    
    
    
    
    }

@keyframes fade{
    0% {
      transform: translateY(-80%);
    }
    20% {
      transform: translateY(80%);
    }
    35% {
      transform: translateY(-60%);
    }
    50% {
      transform: translateY(60%);
    }
    59% {
      transform: translateY(-40%);
    }
    67% {
      transform: translateY(40%);
    }
    74% {
      transform: translateY(-20%);
    }
    80% {
      transform: translateY(20%);
    }
    85% {
      transform: translateY(-10%);
    }
    89% {
      transform: translateY(10%);
    }
    
    92% {
      transform: translateY(-5%);
    }
    94% {
      transform: translateY(5%);
    }
    95% {
      transform: translateY(0);
    }


    
    }

@keyframes mv_c {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(-20px, -10px);
  }
  60% {
    transform: translate(-20px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes mv_l {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(-13px, 10px);
  }
  60% {
    transform: translate(-13px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes mv_a {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(-6px, -10px);
  }
  60% {
    transform: translate(-6px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes mv_p {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(0px, 10px);
  }
  60% {
    transform: translate(0px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes mv_pp {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(6px, -10px);
  }
  60% {
    transform: translate(6px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes mv_i {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(13px, 10px);
  }
  60% {
    transform: translate(13px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes mv_x {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(27px, -10px);
  }
  60% {
    transform: translate(27px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}


@media (max-width: 576px) {
    .img-limit {
        max-height: 50px;
        max-width: 50px;
    }
}


@keyframes anim_size{
    0% {
      width: 100%;
      height:250px;
    }
    20% {
        width: 50%;
        height:250px;
        }
    25% {
        width: 50%;
        height:250px;
        }
    45% {
        width: 80%;
        height:150px;
        }
    50% {
        width: 80%;
        height:150px;
        }
    70% {
        width: 30%;
        height:250px;
        }
    75% {
        width: 30%;
        height:250px;
        }
    90% {
        width: 100%;
        height:250px;
        }
    100% {
        width: 100%;
        height:250px;
    }
    }


@keyframes anim_color {
    0% {
        background-color: #8194fd;
    }
    20% {
        background-color: #f61a1a;
    }
    80% {
        background-color: #f61a1a;
    }
    100% {
        background-color: #8194fd;
    }
    
    }

@keyframes anim_o {
    0% {
        opacity:0;
    }
    20% {
        opacity:1;
    }
    80% {
        opacity:1;
    }
    100% {
        opacity:0;
    }
    
    }


@keyframes anim_b1 {
    0% {
        opacity:0;
    }
    20% {
        opacity:1;
    }
    80% {
        opacity:1;
    }
    100% {
        opacity:0;
    }
    
    }
@keyframes anim_b2 {
    0% {
        opacity:1;
    }
    20% {
        opacity:0;
    }
    80% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
    
    }


@keyframes anchor_point {
  0% {
    transform: translate(15px, 20px);
  }
  2% {
    transform: translate(15px, 20px);
  }
  18% {
    transform: translate(170px, 170px);
  }
  38% {
    transform: translate(170px, 110px);
  }
  40% {
    transform: translate(170px, 110px);
  }
  58% {
    transform: translate(205px, 60px);
  }
  60% {
    transform: translate(205px, 60px);
  }
  78% {
    transform: translate(45px, 180px);
  }
  80% {
    transform: translate(45px, 180px);
  }
  98% {
    transform: translate(145px, 145px);
  }
  100% {
    transform: translate(145px, 145px);
  }
}





@keyframes key_frame_in_1 {
    0% {
      opacity:0;
    }
    50% {
        opacity:1;
        }
    100% {
      opacity:1;
    }
    }

@keyframes key_frame_in_2 {
    0% {
      opacity:0;
    }
    50% {
        opacity:0;
        }
    100% {
      opacity:1;
    }
    }



@keyframes key_revers {
    
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
    
    }
@keyframes key_revers2 {
    
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
    
    }




.counter{
  font-size: 100px;
  
  text-align: center;
  font-family: 'Noto Sans', sans-serif;
  
}


@keyframes grow {
  0% {
    width: 0%;
    opacity:0;
  }
  20% {
      width: 102%;
      opacity:1;
      }
  25% {
      width: 99%;
      opacity:1;
      }
  30% {
      width: 101%;
      opacity:1;
      }
  32% {
      width: 100%;
      opacity:1;
      }
  90% {
      width: 100%;
      opacity:1;
      }
  100% {
    width: 0%;
    opacity:0;
  }
}

@keyframes grow2 {
    0% {
      width: 0%;
      opacity:0;
    }
    20% {
        width: 0%;
        opacity:0;
        }
    40% {
        width: 0%;
        opacity:0;
        }
    45% {
        width: 102%;
        opacity:1;
        }
    50% {
        width: 99%;
        opacity:1;
        }
    53% {
        width: 101%;
        opacity:1;
        }
    55% {
        width: 100%;
        opacity:1;
        }
    90% {
        width: 100%;
        opacity:1;
        }
    100% {
      width: 0%;
      opacity:0;
    }
}

@keyframes grow3 {
    0% {
      width: 0%;
      opacity:0;
    }
    20% {
        width: 0%;
        opacity:0;
        }
    45% {
        width: 0%;
        opacity:0;
        }
    50% {
        width: 102%;
        opacity:1;
        }
    55% {
        width: 99%;
        opacity:1;
        }
    60% {
        width: 101%;
        opacity:1;
        }
    62% {
        width: 100%;
        opacity:1;
        }
    80% {
        width: 100%;
        opacity:1;
        }
    90% {
        width: 100%;
        opacity:1;
        }
    100% {
      width: 0%;
      opacity:0;
    }
}

@keyframes grow4 {
    0% {
      width: 0%;
      opacity:0;
    }
    20% {
        width: 0%;
        opacity:0;
        }
    40% {
        width: 0%;
        opacity:0;
        }
    50% {
        width: 0%;
        opacity:0;
        }
    55% {
        width: 102%;
        opacity:1;
        }
    60% {
        width: 99%;
        opacity:1;
        }
    65% {
        width: 101%;
        opacity:1;
        }
    67% {
        width: 100%;
        opacity:1;
        }
    90% {
        width: 100%;
        opacity:1;
        }
    100% {
      width: 0%;
      opacity:0;
    }
}
@keyframes grow5 {
    0% {
      width: 0%;
      opacity:0;
    }
    20% {
        width: 0%;
        opacity:0;
        }
    40% {
        width: 0%;
        opacity:0;
        }
    50% {
        width: 0%;
        opacity:0;
        }
    55% {
        width: 0%;
        opacity:0;
        }
    60% {
        width: 102%;
        opacity:1;
        }
    65% {
        width: 99%;
        opacity:1;
        }
    68% {
        width: 101%;
        opacity:1;
        }
    70% {
        width: 100%;
        opacity:1;
        }
    90% {
        width: 100%;
        opacity:1;
        }
    100% {
      width: 0%;
      opacity:0;
    }
}


@keyframes move1 {
0% {
 transform: translateX(0px);
}
20% {
 transform: translateX(0px);
 }
25% {
 transform: translateX(0px);
 }
30% {
 transform: translateX(0px);
 }
32% {
 transform: translateX(0px);
 }
90% {
 transform: translateX(0px);
 }
100% {
 transform: translateX(0px);
}
}

@keyframes move2 {
0% {
   transform: translateX(0px);
}
20% {
   transform: translateX(20px);
   }

90% {
   transform: translateX(20px);
   }
100% {
   transform: translateX(0px);
}
}

@keyframes move3 {
20% {
   transform: translateX(0px);
  }
40% {
   transform: translateX(40px);
   }
90% {
   transform: translateX(40px);
   }
100% {
   transform: translateX(0px);
}
}

@keyframes move4 {
40% {
   transform: translateX(0px);
}
60% {
   transform: translateX(60px);
   }

90% {
   transform: translateX(60px);
   }
100% {
   transform: translateX(0px);
}
}
@keyframes move5 {
60% {
   transform: translateX(0px);
}
80% {
   transform: translateX(80px);
   }

90% {
   transform: translateX(80px);
   }
100% {
   transform: translateX(0px);
}
}


.motion {
  
  text-align: center;
  animation: count 2s ease-out forwards;

}



@keyframes count {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.social-icon-telegram {
width: 18px;
height: 18px;
display: inline-block;

}

.social-text {
display: inline-block;
margin-right: 10px;
}
.social-link {
display: inline-block;
vertical-align: middle;
}


li.nav-item {
display: flex;
text-align:right;
}


.header_yz {
font-size: 10px;
color: #404040;
font-weight: 300;
}

.dropdown:hover .dropdown-menu {
  background-color: #f8f9fa;
}
.logo {
    color:#d4d4d4;
    font-size:22px;
    font-weight: 800;
    font-family: 'Noto Sans', sans-serif;
    
}
a.lg:hover{
    color:#fff;
}
.carousel-inner {
    width: 100%;
      
    
}



.marketing-banners {
    padding:20px;
    margin-top: 0px;

}
.carousel-indicators {
    position:relative;
    justify-content:center;
    padding-left:0px;
    margin-right:0;
    margin-left:0;
    width:100%;
    top:10px;
  
}
.carousel-indicators [data-bs-target] {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #404040;
}
.card-text{
    font-size:14px;
    color: #b6b3b3;
}
.card-title {
    font-size:16px;
}
.desc{
    text-align:center;
    font-family: 'Noto Sans', sans-serif;
    color: #505050;
    display: block;
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: 0;
    margin: 0;
    line-height: 150%;
    font-style: normal;
}
h1 {
 text-align:center;
 color: #ECECEC;
 font-family: 'Noto Sans', sans-serif;;
 font-weight: 400;
 letter-spacing: -.025em;
 line-height: 125%;
 margin: 0;
 display: block;
 
}

.btn {
    font-style: inherit;
    font-family: 'Noto Sans', sans-serif;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.btn-light {
  --my-color: #484848;
  color: var(--my-color);
}
h5{
    font-weight:400;
}
.card-title {
    font-size: 13px;
    margin-bottom: 0;
    color:#404040;
}

.clickable-card {
 background-color:#1e1e1e;
 border-radius: 5px;
 overflow: hidden;
 margin: 1px; 
}
.clickable-card:hover {
  transform: translateY(-2px);
  
}

.menu2_mrg{
  margin-top:0px;
}
.clickable-card .card-body a {
  text-decoration: none;
}

.card-body{
    height:auto;
    color: #404040;
    cursor:pointer;
    padding-top: 6px;
    padding-bottom: 0;
    font-family: 'Noto Sans', sans-serif;
}


.card a {
    text-decoration: none;
}
.card-footer{
    text-align:right;
}
.card {
   border-radius: 30px;
   border:0;
   overflow: hidden;
   

}
.card-img-top {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
{% if not product %}
.card-body .btn {
    float: right;
    bottom: 4px;
    position: absolute;
    right: 14px;
  }
{% endif %}


footer{
    color:#404040;
    font-size:12px;
    
    
}
.btn.active {
    color: #404040;
    background-color:#e2e3e5;
    border:0;
}



.menu2_mrg .btn:hover {
  color: white;
  background-color:#999999;
  border:0;
}
.download{

    float:right;
    width:30px;
}
.download:hover{
    filter: saturate(70%);
}

.buy{

    float:right;
    width:50px;
}
.buy:hover{
    filter: saturate(70%);
}

.btn-custom {
      background-color: #FF4343;
      color: #fff;
    }
.btn-custom:hover {
    background-color: #FF4343;
    color: #fff;
    filter: saturate(70%);
    }

.btn-custom-lk{
    background-color: #353535;
    color: #e2e3e5;
  }

.btn-custom-lk:hover {
    background-color: #e2e3e5;
    color: #272727;
    filter: saturate(100%);
    }
.btn-custom-raduga {
    background: linear-gradient(to bottom, #7EE600, #00D4EA);
      color: #fff;
    }
.btn-custom-raduga:hover {
    background: linear-gradient(to bottom, #00D4EA, #7EE600);
      color: #fff;
     
    }

.text-custom-raduga {
  background-image: linear-gradient(to bottom, #7EE600, #00D4EA);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}


.btn-group a{
    border:0;
}
.btn-group a:hover{
    border:0;
}
{% if product %}
.card_item{
    font-size:28px;
    text-align:left;
    
    font-family: 'Noto Sans', sans-serif;
}
.breadcrumb{
    font-size:12px;
}


.nav-link{
    font-size:15px;
}
.nav-tabs .nav-link{
    border-radius:3px;
    color:#404040;
}

.breadcrumb-item a{
    color:#404040;
    text-decoration:none;
}
.breadcrumb-item a:hover{
    color:#999999;
    text-decoration:none;
}

.nav-tabs active {
    color:#999999;
}




.video-container {
           max-width: 100%;
           
       }
@media (max-width: 625px) {
    .video-container {
               max-width: 100%;
              
           }
}




.rub {
    font-size:36px;
    color:#454545;
  
}

.rub sup {
    font-weight:300;
    font-size:24px;
}

.rub-nano {
    font-size:24px;
    color:#454545;
    
  
}

.rub-nano sup {
    font-weight:400;
    font-size:16px;
}
.min{
    font-size:10px;
}

.card-desc{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    -moz-osx-font-smoothing: grayscale;
    color: #666666;
    margin-bottom: 0;
}
.card-desc btn{
    float: none!important;
    bottom: 0!important;
    position: relative!important;
    right: 0!important;
  }



{% endif %}


.zigmund ul li {
    font-size:18px;
    color: #404040;
    font-weight: 200;
    
}
.desc_index{
   font-size:18px;
    }
.lk-left-menu{
    font-size:13px;
    width:78%;
    }
.list-group-item.active {
  background-color: #333333;
  border-color: #333333;
  color: white;
}
.lk-right{
    background-color: #333333;
    border-color: #333333;
    }
#nav-tabContent{
    font-size:12px;
  
    }
.welcome {
    font-size:12px;
    float:right;
    }

.desc a svg:hover {
  opacity: 0.7;
}

.fixed-width {
  max-width: 1200px;
  margin: 0 auto;
}
.list-group-item {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  border: none;
}
.navbar-toggler{
    border: none;
    }
.color_gray{
    color:#e2e3e5;
    }
.btn-dark_2{
    color:#c1c1c1;
    background:none;
    }
.btn-dark_2:hover{
    background:#444343;
    color:#fff !important;
    cursor:pointer;
    }
.text-muted{
    color:#828286 !important;
    }
.text-muted:hover{
    color:#fff !important;
    }
.block_desc{
    border-top:1px solid #151515;
    }
.nm_scrpt {
    font-size: 1.5em;
    color: #474747;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom:0px;
    }
.nm_h{
    font-size: 4rem;
    }
.ttl_h{
    font-size: 2.3rem;
}

.dsc_h{
    font-size: 1.5rem;
}



@media (max-width: 768px) {
  .nm_scrpt {
    font-size: 1.4em;
    margin-top:5px;
  }
  .nm_h{
      font-size: 2.2rem;
      }
  .ttl_h{
      font-size: 1.8rem;
  }
  
  .dsc_h{
      font-size: 1.3rem;
  }
}

@media (max-width: 576px) {
  .nm_scrpt {
    font-size: 1.3em;
    margin-top:5px;
  }
  .nm_h{
      font-size: 1.9rem;
      }
  .ttl_h{
      font-size: 1.5rem;
  }
  
  .dsc_h{
      font-size: 1rem;
  }
}



.txt_btn_buy {
    font-size:14px;
    }
@media (max-width: 768px) {
  .txt_btn_buy {
      font-size:13px;
  }
}

@media (max-width: 576px) {
  .txt_btn_buy{
      font-size:13px;
  }
}

video {
      width: 100%;
    }
.play-pause-button {
      position: static;
      top: 50%;
      left: 50%;
      transform: translate(0%, -120%);
      background: none;
      color: #fff;
      padding: 10px 20px;
      border: none;
      cursor: pointer;
    }
