.cdesc-sect__description-animated {
  position: relative;
  overflow: auto;
  box-shadow: -3px 3px 17px 3px rgba(0, 0, 0, 0.062745098);
  margin: 7px;
  padding: 7px 33px 22px 30px;
  border-radius: 7px;
  width: 100%;
  transition: 0.5s;
  background: linear-gradient(to left, transparent 0px, rgba(211, 247, 246, 0.3411764706) 100px, transparent 100%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.cdesc-sect__description-animated:hover {
  background-size: 100% 100%;
  background-position: 800px 0;
  box-shadow: -3px 3px 27px 7px rgba(0, 0, 0, 0.0901960784);
  transition: 1s;
}
.cdesc-sect__description-animated img {
  transition: 0.5s;
  border-radius: 7px;
  box-shadow: 1px 1px 22px 0px rgba(0, 0, 0, 0.1254901961);
}
.cdesc-sect__description-animated img:hover {
  box-shadow: 3px 3px 12px 1px rgba(0, 0, 0, 0.1254901961);
  transform: scale(1.05);
  transition: 0.5s;
}
.cdesc-sect__description-animated>p>a {
  color: rgb(70, 100, 156);
  text-decoration: none;
  background: linear-gradient(to bottom, transparent, rgba(36, 138, 179, 0.281));
  background-size: 100% 5px;
  background-repeat: repeat-x;
  background-position: 0 100%;
  padding: 0 5px;
  border-radius: 3px;
  transition: 0.5s;
}
.cdesc-sect__description-animated>p>a:hover {
  background-size: 100% 100%;
  background-position: 10% 100%;
  color: black;
  text-decoration-color: rgba(0, 0, 255, 0.164);
  transition: 0.5s;
}
.cdesc-sect__description-animated h2,
.cdesc-sect__description-animated h3 {
  margin: 27px 7px 7px 3px;
  display: block;
/*  text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.33); */
}
.cdesc-sect__description-animated p {
  text-align: justify;
  /*text-indent: 12px;*/
  margin: 12px 0;
  min-width: 30%;
}
/*.cdesc-sect__description-animated p::first-letter {
  color: blue;
  text-shadow: -2px 2px 12px rgba(0, 0, 0, 0.4);*/
}
.cdesc-sect__description-animated iframe {
  border-radius: 7px;
  box-shadow: 1px 1px 22px 0px rgba(0, 0, 0, 0.1254901961);
}
.cdesc-sect__description-animated .to-right {
  float: right;
  margin: 12px 0 12px 12px;
}
.cdesc-sect__description-animated .to-left {
  float: left;
  margin: 12px 12px 12px 0;
}
.cdesc-sect__description-animated .thirty-percent {
  width: 30% !important;
  height: auto !important;
}
.cdesc-sect__description-animated .fifty-percent {
  width: 50% !important;
  height: auto !important;
}
.cdesc-sect__description-animated .hundred-percent {
  width: 100% !important;
  height: auto !important;
}
.cdesc-sect__description-animated .hundred-percent:hover {
  transform: scale(0.95) !important;
}
.cdesc-sect__description-animated .hundred {
  width: 100px !important;
  height: auto !important;
}
.cdesc-sect__description-animated .three-hundred {
  width: 300px !important;
  height: auto !important;
}
.cdesc-sect__description-animated .five-hundred {
  width: 500px !important;
  height: auto !important;
}
.cdesc-sect__description-animated .no-shadow {
  box-shadow: none !important;
  text-shadow: none !important;
}
.cdesc-sect__description-animated .no-radius {
  border-radius: 0 !important;
}
.cdesc-sect__description-animated .center-around {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 27px;
}
.cdesc-sect__description-animated .center-around p {
  flex: 1 0 30%;
}
.cdesc-sect__description-animated .center-around img {
  flex: 1 0 30%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.article-video-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 27px;
	box-shadow: -2px 5px 13px 2px #0000001c;
    padding: 7px 12px;
    border-radius: 7px;
    transition: 1s;
}
.article-video-container:hover {
    transform: scale(1.01);
    transition: .5s;
}
.article-video-container>iframe {
    min-width: 45%;
    border-radius: 7px;
    box-shadow: -2px 5px 13px 2px #00000070;
    float: left;
    width: 50%;
    height: 200px;
}
.article-video-container img {
    border-radius: 7px;
    box-shadow: -2px 5px 13px 2px #0000001c;
    transition: .5s;
}

.article-video-container img:hover {
    transform: scale(1.3) translateY(-50px);
    box-shadow: -7px 10px 26px 2px #00000085;
    transition: .5s;
}
.cdesc-sect__description-animated figure  {
	padding: 0 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
	
.cdesc-sect__description-animated figcaption {
	font-size: 12px; 
    margin: -10px 10px 0 27px;
}
.cdesc-sect__description-animated figcaption>span {
	font-size: 12px; 
    font-style: italic;
    color: #0000005c;
    margin-right: 7px;
}

.cdesc-sect__description-animated ol li {
    list-style-type: decimal;
}

/* mobile-version repear */
.main-footer__aside-info-desc {
    font-size: 12px !important;
}

/* --start Кнопки звонка и ватсаппа в моб.версии внизу Эдуард */
@media screen and (min-width: 769px) {
  .bottomEasyCalls {
    display: none;
    opacity: 0;
    transition: 0.5s;
  }
  .main_mob_order_8 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .bottomEasyCalls {
    position: fixed;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    bottom: 0;
    left: 0;
    box-shadow: -1px 0px 8px 0 rgba(0, 0, 0, 0.4392156863);
    z-index: 1000;
    transition: 0.5s;
  }
  .bottomEasyCalls > span {
    display: inline-block;
    height: 100%;
    width: 100%;
  }
  .bottomEasyCalls a {
    display: inline-block;
    height: 100%;
    width: 100%;
    color: white;
    font-size: clamp(12px, 2.5svw, 22px);
    text-decoration: none;
    font-weight: 700;
    text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.3137254902);
  }
  .bottomEasyCalls > div a {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 5px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .bottomEasyCalls > .easyCall {
    width: 50%;
    min-width: 100px;
    background-color: #FF4651;
    padding: 7px;
    border: solid 1px #dbdbdb;
  }
  .bottomEasyCalls > .easyCall svg {
    margin-bottom: -4px;
    margin-right: 3px;
    height: clamp(15px, 7svw, 20px);
  }
  .bottomEasyCalls > .easyWhatsApp {
    width: 50%;
    min-width: 100px;
    background-color: #25D366;
    border-top: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    padding: 7px;
    border-right: solid 1px #dbdbdb;
  }
  .bottomEasyCalls > .easyWhatsApp svg {
    margin-bottom: -3px;
    width: auto;
    height: clamp(15px, 7svw, 32px);
  }
  .fsupbtn {
     bottom: 50px;
  }
}
@media screen and (max-width: 340px) {
    .bottomEasyCalls > .easyWhatsApp {
      padding: 7px 25px;
    }
  }
/* --end Кнопки звонка и ватсаппа в моб.версии внизу Эдуард */

/* --start Костыль для отображения кнопко листинга купить в 1 клик */
@media screen and (max-width:1085px) and (min-width:991px) {
    .mproducts-sect__slide-footer-one-click {
        padding: 5px 5px 10px 5px;
    }
}
/* --end Костыль для отображения кнопко листинга купить в 1 клик */

/* --start Костыль для отображения кнопки консультанта ("сползла") */
.consult-sect__banner.consult-sect__banner_static.custom-banner > div.consult-sect__banner-btn {
  margin-top: initial;  
}
/* --start Костыль для отображения кнопки консультанта ("сползла") */
/* --start Манагер */
.manager-leiko {
    background: url(/local/templates/bass2021/img/aside-fselect-bg.jpg) no-repeat bottom;
    background-size: cover;
    background-position: top;
    position: relative;
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.manager-leiko > .manager-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    color: white;
    align-items: flex-start;
    position: absolute;
    top: 10px;
    left: 5px;
    justify-content: space-evenly;
    width: 100%;
}

.manager-leiko > .catalog-sect__fselect-title, .manager-leiko > .catalog-sect__fselect-text {
  text-shadow: 1px 1px 7px black;
  backdrop-filter: blur(5px);
  padding: 3px;
  border-radius: 7px;
  } 

.manager-leiko > .manager-info a {
    color: white;
}

.manager-leiko > .manager-info a:hover {
    color: #b8dbf9;
}

.manager-leiko > .manager-info > div {
    font-size: clamp(12px, 2em, 14px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 48%;
    text-wrap: nowrap;
}

.manager-leiko > .manager-info > .manager-stars {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    margin-top: -7px;
    font-size: 22px;
    color: #ff4651;
    text-shadow: 1px -1px 5px white;
}

.manager-comments {
    color: white;
    font-size: clamp(12px, 2em, 14px);
    text-shadow: none;
    margin-top: -5px;
}

@media screen and (max-width: 450px) {
  form.catalog-sect__fselect {
    display: flex;
  }
  .catalog-sect__aside-close::before, .catalog-sect__aside-close::after {
    background: white;
    top: -15px;
    right: -15px;
  }
  .manager-leiko > .manager-info > .manager-stars {
    margin-top: -6px;
    font-size: 30px;
  }
  .manager-leiko > .manager-info > div, .manager-comments {
    font-size: clamp(18px, 2em, 20px);
  }
  .manager-comments {
    margin-top: -8px;
  }
}
/* --end Манагер */
/* --start костыль телефоны для коллтрекинга, скрывать наши, показывать call touch*/
/*.zphone {
  display: none;
  }
*/
.calltouch_upload_number {
  display: inline-block;
  }
.main-footer__call-phone > a[href^="tel:"], .contacts-sect__data-select-phone > a[href^="tel:"] {
  color: #4591E3 !important;
  text-decoration: none;
}
/* --end костыль телефоны для коллтрекинга, скрывать наши, показывать call touch*/