/****************для формы************/
.t706__bubble{
    display:none!important;
}
.block-new-info {
    display: flex;
    gap: 20px;
  }
  #newPoleInfo {
    margin-bottom: 20px;
    font-family: 'TTchocolates',Arial,sans-serif;
  }
  .newPhoto {
    width: 120px;
    height: 120px;
    background-image: url('https://prom72.com/upload/iblock/ced/cedd563e8254d6f7740fbdb6e98f6979.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .newInfo-descriptions {
    margin-bottom: 10px;
  }
  .newInfo-prise {
    font-weight: bold;
    color: burlywood;
  }
  

  /*************************************************/
  /*для виджета, мобилка*/
  
  @media screen and (max-width: 495px) {
    .CCProductRating {
        max-width: 100%;
      }
      
      .CCReviewForm {
        margin-left: 20px !important;
        margin-right: 20px !important;
      }
      
    .CCReviewForm .t-text {
      /* width: 320px !important; */
      width: 300px !important;
    }
    .CCReviewForm__title.t-text {
        padding-left: 0 !important;
        font-size: 22px;
    }
  
  
  .CCReviewForm > div > div {
    padding-left: 4px !important;
    font-size: 22px;
  }
  
  .CCReviewForm__submit {
    margin-left: 4px;
  }
  
  .CCProjectLink.t-text {
    padding: 0 !important;
    width: 100% !important;
    text-align: center;
  }
  
}
/*для доп товаров в корзине*/
.dop-product-list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
  .dop-product {
  font-family: 'TTchocolates',Arial,sans-serif;
}
  .dop-product-descriptions {
margin-bottom: 10px;
  margin-top: 20px;
}
.dop-product-title {
  margin-bottom: 50px;
  font-size: 20px;
  margin-top: 60px;
  border-top: 1px solid;
  padding-top: 20px;
}
.dop-product-item {
  cursor: pointer;
flex: 0 1 150px;
display: flex;
  flex-direction: column;
}
.dop-product-img {
  width: 100%;
  height: 150px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}
  .dop-product-img:hover {
  transform: scale(1.1);
  transition: all 0.2s ease-in-out;
}
.c1{
    background-image: url('https://optim.tildacdn.com/stor3765-3865-4366-a338-646661326365/-/resize/560x/-/format/webp/60650430.png');
  }
.c2{
    background-image: url('https://optim.tildacdn.com/stor6331-3564-4130-b535-386639326334/-/resize/560x/-/format/webp/73460067.jpg');
  }
.c3{
    background-image: url('https://optim.tildacdn.com/stor6338-6334-4032-b562-333030336466/-/resize/560x/-/format/webp/15381759.jpg');
  }
  
.dop-product-optiont.opt-button {
  text-align: center;
  padding: 5px;
  border: 2px solid #000;
  /*border-radius: 4px;*/
  /*transition: all .2s ease-in-out*/
}  
  
.dop-product-optiont.opt-ssh {
  margin-bottom: 10px;
}  
.dop-product-optiont.opt-price {
  margin-bottom: 20px;
}
  .dop-product-optiont.opt-button {
  background-color: #000;
  color: white;
  
  margin-top: auto;
  /*transition: all .2s ease-in-out;*/
}
  
  
 /* Marquiz script end */


.t706__carticon {
display: none;
}
  .installments {
    margin-top: 0px;
    font-family: 'TTchocolates', Arial, sans-serif;
    font-size: 16px;
	zoom: 0.7;
  }
  
  .installments__content {
    padding: 16px;
    border-radius: 8px;
    background-color: #ffffff;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  }
  
  .installments__top {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .installments__button {
    border-radius: 2px;
    pointer-events: none;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
    height: 24px;
  }
  
  .installments__flex {
    display: flex;
    gap: 8px;
    margin-top: 12px;
  }
  
  .installments__item {
    flex: 1;
  }
  
  .installments__item.active .installments__item--line {
    background: #000;
  }
  
  .installments__item--line {
    height: 8px;
    border-radius: 4px;
    margin-bottom: 8px;
    background: #e5e5e5;
  }
  
  .installments__item--price {
    white-space: nowrap;
    color: #000000;
  }
  
  .installments__item--subtitle {
    color: #888;
  }

  .overflow-hidden {
    overflow: hidden; }

  .modal-p {
	zoom: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-overflow-scrolling: touch;
    font-family: 'TTchocolates', Arial, sans-serif;
    display: none;
    text-align: left; }
  .modal-p__content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 16px;
    box-sizing: border-box; }
  .modal-p__frame {
    position: relative;
    display: flex;
    flex-direction: column;
    align-self: center;
    max-height: 100%;
    background: #fff;
    box-shadow: 0 2px 48px rgba(0, 0, 0, 0.24); }
  .modal-p__close {
    cursor: pointer;
    position: absolute;
    right: -40px;
    top: -8px;
    z-index: 111; }
  .modal-p__block {
    margin: auto 0;
    max-width: 588px;
    padding: 24px;
    overflow: auto;
    width: 100%;
    box-sizing: border-box; }
  .modal-p__top {
    margin-bottom: 16px; }
  .modal-p__title {
    border-bottom: 2px solid #000;
    color: black;
    padding-bottom: 6px;
    font-size: 24px;
    line-height: 28px; }
  .modal-p__body {
    padding-top: 16px; }
  .modal-p__list {
    margin-top: 32px;
    gap: 16px;
    display: flex;
    flex-direction: column; }
  .modal-p__list--title {
    font-size: 24px;
    line-height: 28px; }
  .modal-p__list--item {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    line-height: 20px; }
  .modal-p__list--item span {
    font-weight: bold;
    font-size: 40px;
    line-height: 44px;
    min-width: 20px;
    text-align: center; }

  @media only screen and (max-width: 767px) {
    .modal-p__content {
      padding: 0px;
      align-items: flex-end; }
    .modal-p__block {
      padding: 16px; }
    .modal-p__frame {
      align-self: auto;
      border-radius: 16px 16px 0 0;
      max-height: 90vh; }
    .modal-p__close {
      right: 8px;
      top: 8px; }
    .modal-p__close svg path {
      stroke: #000000; }
    .modal-p__title {
      font-size: 20px;
      line-height: 24px; }
    .modal-p__installments {
      font-size: 14px; }
    .modal-p__list--title {
      font-size: 20px;
      line-height: 24px; }
    .modal-p__list--item {
      font-size: 14px;
      line-height: 18px; }
    .modal-p__list--item span {
      font-size: 32px;
      line-height: 40px; } }
