/* =============================== первый баннер ===================*/

.banner {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  font-size: 14px;
  color: #2f2f2f;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 40px;
}
.banner * ul > li {
  margin: 0 0 0 0;
}
.banner_inner {
}
.banner__bg {
  vertical-align: top;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  max-width: 2500px;
  /* height: 100%; */
  /* object-fit: contain; */
  box-shadow: 0 5px 15px 0 rgba(206, 206, 206, 0.3);
  z-index: -1;
}
@media (max-width: 1140px) {
  .banner__bg {
    vertical-align: top;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    max-width: 2500px;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 5px 15px 0 rgba(206, 206, 206, 0.3);
    z-index: -1;
  }
}
.hidden {
  display: none;
}
.visible {
  display: block;
}
.container {
  max-width: 2500px;
  padding: 0 16px;
  margin: 0 auto;
}
.banner__container {
  width: 100% !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.banner__bc {
  padding: 30px 0 0;
  width: 100%;
  display: block;
  width: 100%;
  font-size: 11px;
  line-height: 1.3;
}
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs__link {
  color: #4b1546;
  font-weight: 500;
}
.divider {
  margin: auto 5px;
  font-weight: 500;
}
.banner__left {
  padding: 16px 0 25px 15px;
  width: 65%;
  max-width: 900px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .banner__left {
    padding: 25px 0 25px 0;
    width: 100%;
  }
}

.banner__rightImg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 45%;
  height: 750px;
  -o-object-fit: contain;
  object-fit: contain;
}

h1.banner__heading {
  font-weight: 800;
  font-size: 30px;
  line-height: 1.1;
  color: #fff;
  margin: 0px 0px 18px;
}
.banner__heading b {
  color: inherit;
}
@media (max-width: 1280px) {
  .banner__bc {
    padding: 18px 0 0;
  }
  .banner__rightImg {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 37%;
    height: 750px;
  }
}
@media (max-width: 1024px) {
  .banner__bc {
    padding: 16px 0 0;
  }
  h1.banner__heading {
    font-size: 28px;
    margin: 0px 0px 18px;
  }
  .banner__rightImg {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 30%;
    height: 750px;
  }
}
@media (max-width: 992px) {
  .banner__bc {
    padding: 10px 0 0;
  }
  h1.banner__heading {
    font-size: 26px;
    margin: 0px 0px 18px;
  }
  .banner__rightImg {
    display: none;
  }
}
@media (max-width: 767px) {
  h1.banner__heading {
    font-size: 22px;
    margin: 0px 0px 10px;
  }
}
@media (max-width: 575px) {
  h1.banner__heading {
    font-size: 18px;
    margin: 0px 0px 10px;
  }
}
.banner__heading span {
  color: #4b1546;
}
.banner__desc {
  margin-top: 18px;
  line-height: 1.3;
}
.banner__desc b {
  color: inherit;
}
@media (max-width: 767px) {
  .banner__desc {
    margin-top: 18px;
    line-height: 1.3;
  }
}
.banner__desc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner__desc ul li {
  padding: 3px 0 3px 30px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
  color: #fff;
  background: url("https://xn----7sblfajgdhlos4bfjfr7n3b.xn--p1ai/upload/add_img//img/mark.svg") left top 2px no-repeat;
  background-size: 22px 22px;
}
.banner__desc ul li:before {
  display: none;
}

.banner__desc ul li span.banner__star {
  color: #fff;
  background: url("https://xn----7sblfajgdhlos4bfjfr7n3b.xn--p1ai/upload/add_img/img/star.png.webp") right center no-repeat;
  background-size: 18px;
  padding-right: 18px;
}
.banner__bottom {
  margin-top: 18px;
}
.banner__bottomH {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}
.banner__bottomH span {
  color: #fff;
  padding: 2px 4px;
  background: -webkit-gradient(linear, left top, right top, from(#fa7b79), to(#ff9e5f));
  background: linear-gradient(90deg, #fa7b79 0%, #ff9e5f 100%);
  border-radius: 7px;
}


.banner__bottomH01 {
  font-size: 14px;
  color: #333;
  text-align: center;

}
.banner__bottomH01 span {
  color: #fff;
  padding: 2px 4px;
  background: -webkit-gradient(linear, left top, right top, from(#fa7b79), to(#ff9e5f));
  background: linear-gradient(90deg, #fa7b79 0%, #ff9e5f 100%);
  border-radius: 7px;
}



@media (max-width: 992px) {
  .banner__desc ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .banner__bottomH span:after {
    width: 126%;
    height: 24px;
  }
}
@media (max-width: 767px) { 
  .banner__bottomH {
    font-size: 15px;
  }
}
@media (max-width: 400px) { 
  .banner__bottomH {
    font-size: 14px;
  }
  .banner__bottomH span {   
    padding: 1px 4px;   
  }
}

.banner__bottomRow {
  max-width: 640px;
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 575px) {
  .banner__desc ul li {
    font-size: 15px;
    background-size: 20px 20px;
  }
  .banner__bottomRow {
    max-width: 640px;
    margin-top: 16px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 400px) { 
  .banner__desc ul li {
    font-size: 14px;    
  }
}
.banner__bottomItm {
  padding: 7px 25px 7px 7px;
  background: #fff;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
  font-weight: 400;
}
.banner__bottomImgWrp {
  width: 80px;
  height: 80px;
  background: #f9f9f9;
  margin-right: 25px;
  border-radius: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media(max-width:767px){
  .banner__bottomImgWrp {
    width: 70px;
    height: 70px;   
    margin-right: 15px;
  }
}
.banner__bottom-img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner__bottomItmCont {
}
.banner__bottomItmTxt {
}

.banner__btn {
  border: none;
  margin: 20px 0 20px !important;
  text-decoration: none;
  min-width: 180px;
  max-width: 380px;
  height: 50px;
  font-weight: 700 !important;
  font-size: 17px !important;
  text-align: center;
  color: #fff !important;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(255, 133, 98, 0.3);
  box-shadow: 0 5px 15px 0 rgba(255, 133, 98, 0.3);
  background: -webkit-gradient(linear, left top, right top, from(#fa7b79), to(#ff9e5f)) !important;
  background: linear-gradient(90deg, #fa7b79 0%, #ff9e5f 100%) !important;
  -webkit-transition: all 0.3s;
  border: none !important;
}
@media (max-width: 1280px) {
  .banner__btn {
    height: 45px;
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .banner__btn {
    margin: 20px 0px 16px !important;
    min-height: 42px;
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  .banner__btn {
    font-size: 15px !important;
  }
}
@media (any-hover: hover) {
  .banner__btn:hover {
    background: -webkit-gradient(linear, left top, right top, from(#ff9e5f), to(#fa7b79));
    background: linear-gradient(90deg, #ff9e5f 0%, #fa7b79 100%);
  }
}

.banner__social-buttons {
  display: flex;
  gap: 15px;
  margin-top: 18px;
  align-items: center;
}
.banner__social-buttons-qr {
 width: 60px;
 height: 60px;
 margin:0;
}
@media (max-width: 575px) {
  .banner__social-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }
  .banner__social-buttons-qr {
    display: none;
  }
}
.banner__social-buttons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 155px;
  height: 40px;
  padding: 5px 5px 5px 5px;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.banner__social-buttons a img {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
.banner__social-button-wa {
  background: #75b512 url("https://xn----7sblfajgdhlos4bfjfr7n3b.xn--p1ai/upload/add_img/img/wa-btn.svg") 12% center no-repeat;
  background-size: 20px;
  color: #fff;
}
.banner__social-button-tg {
  background: #339eff url("https://xn----7sblfajgdhlos4bfjfr7n3b.xn--p1ai/upload/add_img/img/tg-btn.svg") 12% center no-repeat;
  background-size: 20px;
  color: #fff;
}

@media (max-width: 992px) {
  .banner__social-buttons a {
    min-width: 150px;
    min-height: 40px;
  }
  .banner__social-button-wa {
    background: #75b512 url("https://xn----7sblfajgdhlos4bfjfr7n3b.xn--p1ai/upload/add_img/img/wa-btn.svg") 12% center no-repeat;
    background-size: 17px;
  }
  .banner__social-button-tg {
    background: #339eff url("https://xn----7sblfajgdhlos4bfjfr7n3b.xn--p1ai/upload/add_img/img/tg-btn.svg") 12% center no-repeat;
    background-size: 16px;
  }
}

@media (max-width: 767px) {
  .banner__social-buttons a {
    width: 100%;
    min-width: 110px;
    padding: 5px 5px 5px 5px;
  }
}
.banner__social-buttons-text {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.banner__heading.white {
  color: #354d80;
}
.btn {
display: -webkit-box ;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 4px 10px;
  line-height: 1.2;
  font-weight: 600;

  cursor: pointer;
}
@media(max-width:600px){
  .search-button-div .btn-search.btn {
    display: none!important;
}
}
.sub-text {
    margin: 0;
}
.no-bold strong{ 
font-weight: 400;
}
.no-bold h1, .no-bold h2, .no-bold h4{ 
font-size: 24px;
margin-bottom: 12px;
}
.no-bold p {
    margin-top: 0;
    margin-bottom: 5px;
}
.header-cart .basket_fly .buttons  {
    display: flex;
    flex-direction: row-reverse;
}


.b24-form-field-agreement .b24-form-control-desc {
    font-size: 11px;
    opacity: 1; 
    line-height: 1;
    color: #777;
}

