body {
   font-family: 'Roboto', sans-serif !important;
   background: #fff;
}
.description img {
  max-width: 100%;
  margin: 16px;
  margin-left: 0;
}
.description a {
  color: #00b8d8;
}
/* карусель в header */
.carousel-item {
    height: 32rem;
    background-color: #777;
}
#myCarousel .carousel-item img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
/* карусель в header */
.display-4 {
  font-size: 3.1rem;
}
/* Карусель */
.fdb-block .fdb-touch {
  border-bottom: 2px solid #e2e2e2;
}
.block-slider-comments {
  /* padding-top: 0;
  padding-bottom: 0;
  margin-top: 100px;
  margin-bottom: 100px; */
}
.slick-slide {
  height: auto;
}
.slick-prev::before, .slick-next::before {
  color: #00b8d8;
}
.slick-next {
  right: -70px;
}
.slick-prev {
  left: -70px;
}

.slick-slide img {
    display: inline-block;
}

@media (max-width: 575.8px) {
  .slick-next,
  .slick-prev {
    top: 12%;
  }
  .slick-next {
    right: 15px;
  }
  .slick-prev {
    left: 15px;
  }
}

/* Карусель */

/* my-style*/

#menu-main {
  margin: 0 auto;
  text-align: center;
}
.navbar{
  border-top: 1px solid #00b8d8;
}
.nav-link {
  padding-left: 19px !important;
  padding-right: 19px !important;
  color: #00b8d8 !important;
}
.nav-link:hover,
.nav-link:active,
.nav-link:focus {
  color: #008da5 !important;
}
/* .nav-item:hover,
.nav-item:active,
.nav-item:focus {
  background: #f6f6f6;
  border-radius: 13px;
}
.nav-item.active {
  background: #f6f6f6;
  border-radius: 13px;
} */
.nav-item.active .nav-link {
 color: #008da5  !important;
}

.navbar-nav .dropdown .dropdown-menu {
  transform: translateY(24px);
  visibility: hidden;
  display: block;
  opacity: 0;
  border-radius: 0;
  border: 0;
  padding: 0;
  min-width: 14rem; }

.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(-2px);
  transition: .1s all ease; }

.dropdown-toggle::after {
  position: absolute;
  top: 26px;
  right: 8px;
  transform: translateY(-50%);
  transition: .3s all ease;
}
.navbar-nav .dropdown:hover > .dropdown-toggle::after {
  transform: translateY(-50%) rotate(-180deg); }

.massage-img {
  background-image:url(/web/20220328080302im_/https://avangar74.ru/wp-content/themes/variant-2/images/image-contacts.jpg);
}


@media (max-width: 991.8px) {
  .nav-item.active {
    background: transparent !important;
  }
  .navbar-nav .nav-link {
    text-align: center;
  }
  .navbar-nav .dropdown .dropdown-menu {
    display: none;}
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  .mobile-dropdown-button {
    display: block;
    position: absolute;
    top: 12px;
    left: 54%;
    width: 65px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    z-index: 10000;
  }
  .dropdown-toggle::after {
    top: 14px;
    right: 30px;}
  .navbar-nav .dropdown:hover > .dropdown-toggle::after {
    transform: translateY(-50%) rotate(0deg); }

  .arrow.dropdown-toggle::after  {
    transform: translateY(-50%) rotate(-180deg) !important; }

  .menu-show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0px)!important;
    width: 320px;
    margin: 0 auto;
    /* box-shadow: 0px 7px 8px #00b8d84d; */
  }
}
.header-page {
  padding-top: 100px;
  border-top: 1px solid #00b8d8;
  font-size: 5.052rem !important;
}
/* Общая страница товаров */
.card-container {
  margin-top:100px;
  margin-bottom:82px;
}
.card-services {
  width: 300px;
  height: 350px;
  border-radius: 2px 2px 2px 2px;
  position: relative;
}

.card-content-wrapper {
  border-radius: 2px 2px 2px 2px;
  transition: all 1s ease;
  -webkit-box-shadow: inset 135px 135px 85px rgba(0, 5, 6, 0.72),0px 3px 10px;
  -moz-box-shadow:    inset 135px 135px 85px rgba(0, 5, 6, 0.72),0px 3px 10px;
  box-shadow:         inset 135px 135px 85px rgba(0, 5, 6, 0.72),0px 3px 10px;
}
.card-services:hover .card-content-wrapper {
  -webkit-box-shadow: inset 0px 0px 85px rgba(0,0,0,0.4);
  -moz-box-shadow:    inset 0px 0px 85px rgba(0,0,0,0.4);
  box-shadow:         inset 0px 0px 85px rgba(0,0,0,0.4);
  transition: all 1s ease;
}
.card-text-wrapper {
  width: 248px;
  position: absolute;
  top: 30px;
  left: 50px;
}
.card-title-services,
.card-description-services {
  color: #fff;
}
.card-btn {
  position: absolute;
  bottom: 34px;
  left: 50px;
  padding: 14px 46px;
}
.card-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  position: relative;
  z-index: -1;
  border-radius: 2px 2px 2px 2px;
}

/* Общая страница товаров */

/* Один товар */
.wrapper-container-single-service {
  background-color: #f0f0f0;
}
.container-single-service {
  padding-left: 25px;
  padding-right: 25px;
}
.img-single-service {
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  height: 640px;
  object-fit: cover;
}
.price-service {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 30px;
  color: white;
  text-align: center;
  margin-top: 26px;
}
.description-single-service {
  padding-top: 25px;
}
.title-single-services {
  font-size: 30px;
  padding-top: 25px;
}
.big-description {
  margin-top: 20px;
  margin-bottom: 28px;
  padding: 0 28px;
}
.big-description  img {
  padding: 8px;
  max-width: 100%;
}
/* Один товар */

/* Новости */
.card-news-content-wrapper {
  padding: 12px 12px;
  border-radius: 4px;
  background: white;
  box-shadow: 0 .46875rem 2.1875rem rgba(90,97,105,.1),
  0 .9375rem 1.40625rem rgba(90,97,105,.1),
  0 .25rem .53125rem rgba(90,97,105,.12),
  0 .125rem .1875rem rgba(90,97,105,.1);
}
.wrapper-news {
  /* margin-top: 60px; */
}
.wrapper-card-news {
  padding-top: 100px;
  padding-bottom: 82px;
}
.title-card-news {
  margin-bottom: 32px;
}
.card-news-description {
  margin-top: 20px;
  font-size: 14px;
}
.img-news {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
@media (max-width: 991.8px) {
  .wrapper-card-news {
    padding-top: 80px;
  }
  .img-single-service {
    height: auto;
  }

}
/* Новости */

/* Одна новость */
.wrapper-container-single-news {
  margin-top: 100px;
  margin-bottom: 100px;
}
.description-single-news {
  padding-left: 92px;
  padding-right: 92px;
}
.single-img-news {
  width: 86%;
  height: 400px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991.8px) {
  .description-single-news {
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-img-news {
    width: 100%;
  }

}
/* Одна новость */

/* О компании */
#about-img {
  position: relative;
  width: 100%;
  height: 260px;
  border-top:0;
  background-position: center;
}
#about-img:after {
  content: "";
  display: block;
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.about-title-page {
  z-index: 1;
}

.who-we-are {
  position: relative;
  padding-top: 69px;
}
.who-we-are:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background: #00b8d8;
  top: 108px;
  left: 0;
}
.description-company {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.wrapper-container-description-company {
  background-color: #f0f0f0;
}
@media (max-width: 767.8px) {
  .wrapper-container-description-company {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
/* О компании */

/* Контакты */
.maps-contact {
  height: 400px;
  padding: 0;
}
.maps-contact iframe {
  height: 400px;
  width: 100%;
  border: 0;
}
/* .wrapper-contacts-data {
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, #00b8d8 50%, #fff 50%);
  background-image: -o-linear-gradient(left, #00b8d8 50%, #fff 50%);
  background-image: linear-gradient(to right, #00b8d8 50%, #fff 50%);
} */
.contact-form {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 70px;
}
.contact-data-first {
  padding-top: 35px;
}
.contact-data {
  /* padding-right:70px; */
  padding-top: 35px;
}
.title-data-contact {
  margin-bottom: 70px !important;
}
.wrapper-adress svg,
.wrapper-email svg,
.wrapper-phone svg {
  font-size: 24px;
  color:#cef8ff;
  margin-right: 6px;
}
.wrapper-adress,
.wrapper-email,
.wrapper-phone {
  /* display: flex; */
  align-items: center;
  font-size: 20px;
  margin-bottom: 20px;
  color:white;
}
.wrapper-phone svg {
  margin-left: -30px;
}
.icons {
  width:35px;
}
.social-icon {
  width: 40px;
  height: 40px;
  border: 1px solid #cef8ff;
  margin-right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.wrapper-social-icons {
  margin-bottom: 20px;
}
.social-icon svg {
  font-size: 20px;
  color: #cef8ff;
  transition: .6s all ease;
}
.social-icon:hover {
  background: #cef8ff;
  transition: .6s all ease;
}
.social-icon:hover svg {
  color: #008da5;
  transition: .6s all ease;
}
.we-in-socials {
  font-size: 18px;
  color: white;
}
.for-padding {
  padding: 0 130px;
}
@media (max-width: 991.8px) {
  .contact-form {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 15px;
  }
  .contact-data {
    /* padding-right:15px; */
  }
  .for-padding {
    padding: 0 0px;
  }
}
@media (max-width: 767.8px) {
  /* .wrapper-contacts-data {
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, #fff 50%, #fff 50%);
    background-image: -o-linear-gradient(left, #fff 50%, #fff 50%);
    background-image: linear-gradient(to right, #fff 50%, #fff 50%);
  } */

  .contact-data {
    padding-top: 0;
  }
  .title-data-contact {
    margin-bottom: 60px !important;
  }
  .wrapper-social-icons {
    margin-bottom: 25px;
  }
  .wrapper-adress svg {
    margin-left: -20px;
  }
}
/* Контакты */

/* Медиа */

  @keyframes height-img {
    from {height:0%;}
    to {height:100%;}
  }
.wrapper-media {
  margin-top: 100px;
  margin-bottom: 100px;
}
.wrapper-media-block {
  position: relative;
  cursor: pointer;

}
.wrapper-media-block::before {
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 2;
  visibility: hidden;
}
.wrapper-media-block:hover::before {
  content: '';
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.67);
  animation: height-img  .5s ease-in-out;
}

.img-media {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  position: relative;
}
.icon-media {
  position: absolute;
  top: 60%;
  left: 44%;
  z-index: 5;
  color: #00b8d8;
  font-size: 36px;
  opacity: 0;
  transition: 2s opacity ease;
}
.icon-media:hover {
  color:#fff;
  transform: scale(1.2);
}
.wrapper-media-block:hover .icon-media {
  opacity: 1;
}
.title-img-media {
  position: absolute;
  top: -60px;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 3;
  font-size: 24px;
  font-weight: 500;
  opacity: 0;
  transition: 1s all ease;
  /* animation: height-img  .5s ease-in-out; */
}
.wrapper-media-block:hover .title-img-media {
  opacity: 1;
  top: 40px;
}
/* .img-media::before {

} */
/* .img-media:hover::before {

} */
/* Медиа */

/* футер */
.wrapper-footer-social-icons {
  min-height: 80px;
}
.footer-social-icons {
  font-size: 18px;
  color: rgb(206, 248, 255);
  text-align: center;
}
.footer-social-icons svg {
  margin-right: 6px;
}
.footer-social-icons a {
  color: rgb(206, 248, 255);
}
.last-footer {
  padding: 30px 0;
  background: #ececec;
}
@media (max-width: 991.8px) {
  .footer-social-icons {
    padding-top: 6px;
    padding-bottom: 3px;
  }
}
/* футер */

/* Отзывы */
.description-reviews {
  margin-top: 100px;
}
.wrapper-reviews-block {
  padding-top: 0;
  padding-bottom: 14px;
}
.reviews-block {
  padding: 0 !important;
  border-radius: 0 !important;
  border-bottom: 0;
  border: 1px solid #00b8d8 !important;
  box-shadow: 0px 3px 7px #4db0c280 !important;
  padding-left: 15px !important;
  padding-top: 30px !important;
  /* background: #f7f7f7; */

}
.admin {
  padding-left: 100px !important;
}
.reviews-text {

}
.text-h3 {
  font-size: 18px;
}
@media (max-width: 767.8px) {
  .description-reviews {
    margin-top: 40px;
  }
}
@media (max-width: 575.8px) {
  .admin {
    padding-left: 15px !important;
  }
    .display-4 {
      font-size: 2.815rem;
  }
}
/* Отзывы */

/* /my-style*/



.title{
  padding-top: 10px;
  padding-bottom: 10px;
}

.goods img{
  width: 100%;
  height: 205px;
  object-fit: cover;
}
.goods p {
  padding-top: 15px;
}
nav .nav-link{
   font-size: 20px;
   font-weight: 600;
}
.slider-description{
   background-color: rgba(19, 19, 19, 0.38);
   padding: 15px;
}
.fdb-box a:hover{
   color: white;
   text-decoration: none;
}
#myCarousel{
   z-index: 5;
}

.friendly-company img{
   width: 150px;
   height: 70px;
   margin: 0 10px;
}

.comments img{
   border-radius: 100%;
   width: 50px;
   height: 50px;
   object-fit: cover;
}

#myCarousel-2 .carousel-item{
   /* padding: 100px 0; */
   background-color: #00b8d8;
}
#myCarousel-2.carousel{
   box-shadow: none;
}
.news{
   background-color: #00b8d8;
   padding-top: 50px;
}
.news header{
   background-color: #00b8d8;
}
#myCarousel-2 .carousel-caption .slider-description h1{
   color: #212529;
}
#myCarousel-2 .carousel-caption .slider-description p{
   color: #212529;
}
#myCarousel-2 .slider-description{
   background-color: white;
   box-shadow: 0 10px 10px #385e656b;
}


@media (max-width: 500px) {
   .carousel-control-next,
   .carousel-control-prev {
      width: 8%;
   }

   #myCarousel-2 .carousel-caption {
      right: 10%;
      left: 10%;
   }
}

/*
     FILE ARCHIVED ON 08:03:02 Mar 28, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:06:39 Dec 05, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.973
  exclusion.robots: 0.087
  exclusion.robots.policy: 0.072
  esindex: 0.015
  cdx.remote: 5.767
  LoadShardBlock: 78.825 (3)
  PetaboxLoader3.datanode: 201.165 (6)
  load_resource: 369.654 (2)
  PetaboxLoader3.resolve: 206.461 (2)
  loaddict: 64.975
*/