body {
  font-family: "Roboto", sans-serif !important;
}
:root {
  --primary: #000000;
  --secondary: #fafafa;
  --light: #f3f3f3;
  --dark: #212121;
}
.icon {
  width: 80px;
  height: 80px;
}
.btn {
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.5s;
}
.btn-primary {
  color: #ffffff;
}
.btn-square {
  width: 36px;
  height: 36px;
}
.btn-sm-square {
  width: 28px;
  height: 28px;
}
.btn-lg-square {
  width: 46px;
  height: 46px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  border-radius: 0;
  z-index: 99;
}
.wh {
  width: 90px !important;
}
.mail-tt {
  font-size: 18px;
  font-weight: 700;
}
.logo {
  width: 70px;
}
.navbar-light .navbar-nav .nav-link {
  position: relative;
  margin-left: 30px;
  padding: 20px 0;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--dark);
  outline: none;
  transition: 0.5s;
}
.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}
@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    top: -2px;
    left: 50%;
    background: var(--primary);
    transition: 0.5s;
  }
  .navbar-light .navbar-nav .nav-link:hover::before,
  .navbar-light .navbar-nav .nav-link.active::before {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-left: 0;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
  }
  .navbar-nav{
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .hero-header {
    min-height: 400px;
  }
  .back-to-top {
    right: 20px;
    bottom: 20px;
  }
  .wh {
    width: 82px!important;
  }
}
.hero-header {
  background: url(../img/hero2.png) top right no-repeat;
  background-size: cover;
  max-height: 800px;
}
.paddin{
  padding: 10% 0;
}
.text-lg-start {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgb(0 0 0 / 30%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 30px;
}
.special1{
  color: #009846;
}
.glass {
  padding: 30px;
  background: rgba(0, 0, 0, 0.22);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.6px);
  -webkit-backdrop-filter: blur(4.6px);
}
.py-555 {
  padding-bottom: 0 !important;
}
#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}
#videoModal .modal-body {
  position: relative;
  padding: 0px;
}
#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}
.service-item a i {
  position: relative;
  padding-left: 20px;
  transition: 0.3s;
}
.service-item a:hover i {
  padding-left: 50px;
}
.service-item a i::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  top: 50%;
  left: 10px;
  margin-top: -1px;
  background: var(--primary);
  transition: 0.3s;
}
.service-item a:hover i::after {
  width: 50px;
}
.product-item {
  padding: 10px;
}
.w-50px {
  width: 100px !important;
  margin: 20px auto;
}
.product-item .btn-action {
  position: absolute;
  width: 80%;
  bottom: -40px;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}

.product-carousel .owl-nav {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-stage {
  display: flex !important;
  align-items: center !important;
}
.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next {
  position: relative;
  margin: 0 5px;
  width: 55px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  font-size: 22px;
  transition: 0.5s;
}
.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
  color: var(--secondary);
}
.bi-journal-bookmark-fill::before {
  font-size: 40px;
}
.bg-offer {
  background: url(../img/offer.jpg) top right no-repeat;
  background-size: cover;
  max-height: 800px;
}
.footer{
  padding: 45px 20px;
}
.footer p {
  font-size: 1rem;
}
.footer p a{
  color: #ff5722;
}
.price-carousel::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: var(--primary);
  border-radius: 8px 8px 50% 50%;
  z-index: -1;
}
.price-carousel .owl-nav {
  margin-top: 35px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
  position: relative;
  margin: 0 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: #ffffff;
  font-size: 22px;
  border-radius: 45px;
  transition: 0.5s;
}
.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
  color: var(--secondary);
}
.team-carousel .owl-nav {
  position: absolute;
  width: 50px;
  height: 160px;
  top: calc(50% - 80px);
  right: 0;
  z-index: 1;
}
.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  font-size: 22px;
  transition: 0.5s;
}
.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
  color: var(--secondary);
}
.team-item img {
  transition: 0.5s;
}
.team-item:hover img {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  transform: scale(1.1);
}
.team-item .team-overlay {
  position: absolute;
  top: 45px;
  right: 45px;
  bottom: 45px;
  left: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  opacity: 0;
}
.team-item:hover .team-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
}

.bg-testimonial {
  background: url(../img/testimonial.jpg) top left no-repeat;
  background-size: cover;
}
.testimonial-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 46px;
  top: calc(50% - 23px);
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  font-size: 22px;
  transition: 0.5s;
}
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--secondary);
}
.testimonial-carousel .owl-item img {
  width: 100px;
  height: 100px;
}
.centewr{
  top: 25%;
}
.img-logo{
  width: 15%;
  aspect-ratio: 1.5;
  object-fit: contain; 
}
.special{
  color: #000000;
}
.wh-gl {
  padding: 30px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(4.6px);
  -webkit-backdrop-filter: blur(4.6px);
}
.smaller-3{
 font-size: 1rem;
}
@media (max-width: 991px) {
  .ppy-3 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .centewr{
    top: 0;
  }
  
  .navbar-brand {
    position: absolute !important;
    left: 100px !important;
  }
  .smaller {
    font-size: 0.9rem;
  }
}
@media (min-width: 576px) {
  .blog-item .row {
    height: 300px;
  }
}
@media(max-width:500px){
  .smaller {
    font-size: 0.5rem;
  }
  .smaller-2{
    font-size: 1rem;
  }
}
.blog-item a i {
  position: relative;
  padding-left: 20px;
  transition: 0.3s;
}
.blog-item a:hover i {
  padding-left: 50px;
}
.blog-item a i::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  top: 50%;
  left: 10px;
  margin-top: -1px;
  background: var(--secondary);
  transition: 0.3s;
}
.blog-item a:hover i::after {
  width: 50px;
}
/* слайдер */
.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 100;
  font-size: 2.5em;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  color: #b7b7b7;
  position: absolute;
  top: 50%;
  text-align: center;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  opacity: 0.6;
  color: #000000;
  transition: all 0.9s;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}
#detail .product-images {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #eee;
}
#detail .product-images li,
#detail .product-images figure,
#detail .product-images a,
#detail .product-images img {
  display: block;
  outline: none;
  border: none;
}
#detail .product-images .main-img-slider figure {
  margin: 0 auto;
  padding: 0 2em;
}
#detail .product-images .main-img-slider figure a {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#detail .product-images .main-img-slider figure a img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#detail .product-images .thumb-nav {
  margin: 0 auto;
  padding: 20px 10px;
  max-width: 600px;
}
#detail .product-images .thumb-nav.slick-slider .slick-prev,
#detail .product-images .thumb-nav.slick-slider .slick-next {
  font-size: 1.2em;
  height: 20px;
  width: 26px;
  margin-top: -10px;
}
#detail .product-images .thumb-nav.slick-slider .slick-prev {
  margin-left: -30px;
}
#detail .product-images .thumb-nav.slick-slider .slick-next {
  margin-right: -30px;
}
#detail .product-images .thumb-nav li {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.h-auto{
	height:auto!important;
}
#detail .product-images .thumb-nav li img {
  display: block;
  width: 100%;
  max-width: 75px;
  margin: 0 auto;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.25s;
  -ms-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
#detail .product-images .thumb-nav li:hover,
#detail .product-images .thumb-nav li:focus {
  border-color: #999;
}
