/* START ============================================================ */

.bg_top {
  background: url('/bitrix/templates/SmartProtex/assets/img/bg_top.jpg') top center no-repeat;
  background-size: cover;
  padding: 65px 0 65px;
}

@media (max-width:900px) {

  .bg_top {
    padding: 65px 0 30px;
  }
}

.bg_top_top {
  background-color:#ffffff top center no-repeat;
  background-size: cover;
  padding: 150px 0 65px;
}

@media (max-width:900px) {

  .bg_top_top {
    padding: 125px 0 30px;
  }
}

.start__banner {
   width: 100%;
   background-repeat: no-repeat;
   background-position: 0 0;
   background-size: cover;
   /* height: 180px; */
   border-radius: 10px;
   margin-bottom: 50px;
   box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.25);
   cursor: pointer;

}

.start__banner img {
   width: 100%;
   height: auto;
   border-radius: 10px;
}

.start {
   background-image: url('../img/start_bg.jpg');
   background-position: 0 0;
   background-repeat: no-repeat;
   background-size: cover;
   padding: 80px 0;
   height: auto;
}

.start .container {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.start .title {
   color: #fff;
}

.start__descr {
   font-size: 18px;
   line-height: 22px;
   color: #fff;
   max-width: 600px;
   margin-bottom: 40px;
}

.start__descr p:not(:last-child) {
   margin-bottom: 10px;
}

.start__info {
   margin-right: 20px;
}

/* START ----------------------------------------------------------- */


/* ABOUT_AS ============================================================ */

.about-as {
   padding: 90px 0 77px 0;
   position: relative;
}

.about-as .container {
   display: flex;
   justify-content: space-between;
}

.about-as__info {
   max-width: 545px;
   width: 100%;
}


.about-as__text {
   font-size: 18px;
   line-height: 22px;
   color: #616161;
}

.about-as__text p:not(:last-child) {
   margin-bottom: 10px;
}


.about-as__right {
   background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), url(https://smart-protex.ru/bitrix/templates/SmartProtex/assets/img/about-as_bg.jpg) no-repeat;
   background-size: cover;
   background-position: right center;
   width: 50%;
   height: 100%;
   position: absolute;
   right: 0;
   top: 0;
   z-index: -1;
   text-align: right;
}

.about-as__right img {
   height: 100%;
   object-fit: cover;
}

/* ABOUT_AS ----------------------------------------------------------- */



/* HOME-KATALOG ============================================================ */

.home-katalog {
   margin-top: 90px;
}

.home-katalog__block {
   display: flex;
   flex-wrap: wrap;
   gap: 11px;
}

.home-katalog__item {
   display: flex;
   align-items: center;
   max-width: 390px;
   width: 100%;
   height: 150px;
   padding: 15px;
   border-radius: 4px;
   border: 1px solid #E9E9E9;
   background-repeat: no-repeat;
   background-size: contain;
   background-position: right 0;
  background-color: #fff !important;
}

.home-katalog__item:hover {
   border: 1px solid #F56505;
   box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.25);
   transition: 0.3s;
}

.home-katalog__name {
   font-weight: 600;
   font-size: 16px;
   line-height: 19px;
   text-transform: uppercase;
   color: #595959;
   max-width: 220px;
}

/* HOME-KATALOG ----------------------------------------------------------- */



/* BENEFITS ============================================================ */
.benefits {
   margin-top: 90px;
}

.benefits__text {
   font-size: 18px;
   line-height: 22px;
   color: #616161;
   margin-top: 20px;
   max-width: 290px;
}

.benefits__main-text {
   font-weight: 400;
   font-size: 18px;
   line-height: 22px;
   color: #616161;
}

.benefits__block {
   display: flex;
   justify-content: center;
   gap: 15px;
   margin-top: 50px;
}

.benefits__item {
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
   width: 289px;
}

.benefits__img img {
   max-height: 100px;
   max-width: 100px;
}

/* BENEFITS ----------------------------------------------------------- */



/* NEWS ============================================================ */

.news {
   margin-top: 90px;
}

.item-news {
   max-width: 388px;
   border: 1px solid #E9E9E9;
   border-radius: 4px;
   background-color: #fff;
}

.item-news:hover {
   filter: drop-shadow(0px 6px 14px rgba(0, 0, 0, 0.25));
   border: 1px solid #F56505;
   transition: 0.3s;
}

.news__item {
   width: 400px !important;
}

.item-news:not(:last-child) {
   margin-right: 15px;
}

/* .item-news:hover {
   filter: drop-shadow(0px 6px 14px rgba(0, 0, 0, 0.25));
} */

.item-news__title {
   font-weight: 700;
   font-size: 24px;
   line-height: 29px;
   text-transform: uppercase;
   color: #414141;
}

.item-news__text {
   font-size: 16px;
   line-height: 19px;
   color: #616161;
   margin: 20px 0 16px 0;
   max-height: 152px;
   overflow: hidden;
}

.item-news__date {
   font-size: 16px;
   line-height: 19px;
   color: #F56505;
}

.item-news__bottom {
   padding: 20px;
   height: 260px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}

.news-swiper,
.service-swiper {
   position: relative;
}

.news-swiper .swiper-wrapper,
.service-swiper .swiper-wrapper {
   display: flex;
}

.swiper-wrap {
   position: relative;
}

.news__swiper-pagination {
   text-align: center;
   margin-top: 30px;
}

.news__swiper-button-prev,
.news__swiper-button-next,
.service__swiper-button-prev,
.service__swiper-button-next {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
}

.news__swiper-button-prev,
.service__swiper-button-prev {
   left: -90px;
}

.news__swiper-button-prev svg,
.service__swiper-button-prev svg {
   transform: rotate(180deg);
}

.news__swiper-button-next,
.service__swiper-button-next {
   right: -90px;
}

.news__swiper-pagination {
   font-size: 18px;
   line-height: 22px;
   color: #000;
}

.swiper-pagination-current {
   color: #F56505;
}

/* NEWS ----------------------------------------------------------- */



/* CONTACTS ============================================================ */

.contacts {
   margin-top: 90px;
   position: relative;
}

.contacts__item {
   border: 1px solid #E9E9E9;
   border-radius: 4px;
   padding: 15px;
   max-width: 464px;
   width: 100%;
}

.contacts__item:not(:last-child) {
   margin-bottom: 15px;
}

.contacts__item img {
   width: 54px;
   height: 54px;
}

.contacts__item a {
   color: #595959;
}

.contacts__text {
   font-size: 24px;
   line-height: 29px;
   color: #595959;
   margin-top: 20px;
}

#map {
   height: 554px;
   padding: 0;
   margin: 0;
   position: absolute;
   top: 0;
   right: 0;
   width: 1066px;
}

.contacts .container {
   display: flex;
}

.container-contacts--2 {
   display: none;
}

/* CONTACTS ----------------------------------------------------------- */







/* TESTING ----------------------------------------------------------- */





.slider {
   /* margin-top: 160px; */
}

.slider .swiper-container {
   width: 100%;
   height: 100%;
}

.slider__flex {
   display: flex;
   align-items: flex-start;
}

.slider__col {
   display: flex;
   flex-direction: column;
   width: 92px;
   margin-right: 10px;
}

.slider__thumbs {
   height: 427px;
   width: 92px;
}

/* .slider__thumbs .slider__image {
   transition: 0.25s;
   -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
   opacity: 0.5;
} */

.slider__thumbs .slider__image:hover {
   opacity: 1;
}

.slider__thumbs .slider__image::before {
   content: '';
   background: rgba(155, 155, 155, 0.55);
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 1;
}

.slider__thumbs .swiper-slide-thumb-active .slider__image::before {
   opacity: 0;
   transition: 0.2s;
}

/* .slider__thumbs .swiper-slide-thumb-active .slider__image {
   -webkit-filter: grayscale(0%);
   filter: grayscale(0%);
   opacity: 1;
} */

.slider__thumbs .swiper-slide {
   border: 1px solid #E9E9E9;
   border-radius: 4px;
}

.slider__images {
   height: 427px;
   width: 501px;
}



.slider__image {
   width: 100%;
   height: 100%;
   border-radius: 4px;
   overflow: hidden;
}

.slider__images .slider__image {
   width: 501px;
   height: 427px;
   border: 1px solid #E9E9E9;
}

.slider__images .slider__image img {
   object-fit: contain;
}

.slider__image img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: contain;
}

.slider__images .swiper-container {
   overflow: hidden;
}

.slider__thumbs .swiper-container {
   overflow: hidden;
}

.tovar-info__body {
   max-width: 576px;
   width: 100%;
   margin-left: 20px;
   margin-right: 20px;
   min-height: 430px;
}

.slider__swiper-wrap {
   display: flex;
}

/* smart-kroshkiC_O ----------------------------------------------------------- */

.mobile-basket-new {
   position: fixed;
   right: 30px;
   bottom: 120px;
   align-items: center;
   justify-content: center;
   width: 70px;
   height: 70px;
   background: #FFFFFF;
   border: 1px solid #E9E9E9;
   border-radius: 45px;
   cursor: pointer;
   transition: background 0.3s;
   z-index: 10;
   display: flex;
}

/* @media(max-width: 900px) {
   .mobile-basket-new {
      display: flex;
   }
} */

.mobile-basket-new-count {
   background: #F56505;
   position: absolute;
   width: 22px;
   height: 22px;
   top: 15px;
   right: 12px;

   font-family: 'Proxima Nova';
   font-style: normal;
   font-weight: 400;
   font-size: 14px;
   line-height: 17px;
   display: flex;
   align-items: center;
   justify-content: center;
   text-transform: uppercase;
   color: #FFFFFF;
   border-radius: 100%;
}

.btn-up {
   position: fixed;
   z-index: 11;
   bottom: 30px;
   right: 30px;
   width: 70px;
   height: 70px;
   display: inline-block;
   background: #FFFFFF;
   border: 1px solid #E9E9E9;
   border-radius: 45px;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: 0.3s;
   cursor: pointer;
   opacity: 1;
}

.btn-up:hover {
   background: #F56505;
   box-shadow: 0px 4px 12px rgba(245, 101, 5, 0.6);
   border: 1px solid #F56505;
   transition: 0.3s;
}

.btn-up:hover path {
   fill: #fff;
}

.btn-up.btn-up_hide {
   opacity: 0;
   transition: 0.3s;
}

.mobile-basket-new svg {
   margin-right: 9px;
}

.mobile-basket-new:hover {
   background: #F56505;
   border: 1px solid #F56505;
   transition: background 0.3s;
   box-shadow: 0px 4px 12px rgba(245, 101, 5, 0.6);
}

.mobile-basket-new:hover path {
   fill: #FFFFFF;
}

.mobile-basket-new:hover .mobile-basket-new-count {
   background: #414141;
}
/* checkbox */

.popup__item .checkbox{
   width: 16px;
   height: 16px;
   border: 1px solid #F56505;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: .4s;
   cursor: pointer;

}
.popup__item .checkbox.active{
   background-color: #F56505;
}
.policy-wrapper{
   display: flex;
   float: left;
   gap: 5px;
   margin-bottom: 20px;
}