html {
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

.navbar {
  background-color: rgb(24, 153, 73);
}

#contact {
  animation-duration: 3s;
  animation-delay: 2s;
  animation-iteration-count: 1;
}

.social-likes .fab {
  font-size: 40px;
  color: #338bd4;
}


/* Изменение свойства opacity от 0% до 100% при прокрутке элементов по оси Y */
.slideanim {
  visibility: hidden;
}
 
.slide {
  animation-name: slide;
  animation-duration: 1s;
  visibility: visible;
}
 
@keyframes slide {
  0% {
    opacity: 0; /*прозрачность*/
    transform: translateY(70%); /*смещение по оси Y*/
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.logo-nav {
  color: #5bc0de;
  font-size: 30px;
  padding: 2px;
}

.garanty {
  width: 80px;
}

.jumbotron {
  /* background-color: #185899; */
  background-image: url('./images/skate_img.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -120px;
  color: #ffffff;
  height: 360px;
}

.logo {
  color: #5bc0de;
  font-size: 120px;
}

.height_266 {
  height: 216px;
}

@media screen and (max-width: 768px) {
  .logo {
    font-size: 80px;
  }

  .height_266 {
    height: auto;
  }

  .col-3 {
    max-width: 52%;
  }

  .d-none {
    display: inherit!important;
  }

  .mt {
    margin-top: 46px;
  }

  /* .sticky-top {
    position: fixed;
  } */
}

.card-icon {
  color: #5bde7e;
  font-size: 50px;
  padding: 10px;
}

.bg-grey {
  background-color: #f6f6f6;
}

.card {
  transition: box-shadow 0.5s;
}

.card-header {
  background-color: rgb(24, 153, 73);
  color: #fff;
  height: 120px;
}

.card-footer {
  background-color: #fff;
  border-top: none;
}

.skate {
  width: 30px;
}

.skate_next {
  width: 30px;
}

.card-footer .btn {
  background-color: #28a745;
}

.card:hover {
  box-shadow: 5px 0px 40px rgba(0, 0, 0, 0.2);
}

.card-footer .btn:hover {
  background-color: #fff;
  color: rgb(24, 153, 73);
}

/* #prices .card {
  height: 335px;
} */

.carousel-inner {
  height: 300px;
}

.carousel-inner img {
  width: 200px;
  height: 200px;
}

.carousel-caption {
  transform: translateY(150px);
}

.carousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: white;
  border: solid rgb(24, 153, 73);
  border-radius: 50%;
}

.carousel .carousel-indicators li.active {
  background-color: rgb(24, 153, 73);
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2399c' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2399c' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.footer {
  background: rgb(24, 153, 73);
  padding: 40px 0;
}
.footer h3,
.footer h4 {
  color: #fff;
}

#totop {
  position: fixed;
  bottom: 40px;
  left: 40px;
  width: 50px;
  height: 50px;
  background-color: rgb(24, 153, 73);
  border-radius: 50%;
  font-size: 40px;
  color: #fff;
  z-index: 9999;
  opacity: 0.6;
}

#totop:hover {
  text-decoration: none;
  opacity: 0.8;
}

.skate_img {
  height: 205px;
}

.skate-logo {
  width: 80px;
}