

/* Start:/bitrix/templates/ketoplus/components/bitrix/menu/.default/style.min.css?1603742678490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/ketoplus/components/bitrix/menu/.default/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/ketoplus/styles.css?1701952174150*/
.it-block-info{
    width: 47%;
}
.it-block-info-big{
    width: 100%;
}
@media (max-width: 1150px){
    .it-block-info {
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/ketoplus/template_styles.css?17568278907304*/
#panel {
    display: none;
}

.sales-page {
    padding-bottom: 85px;
}

.sales-page__container {
    max-width: 1230px;
    padding: 0 15px;
    margin: auto;
    position: relative;
}

.sales-page__head {
    background: rgba(236, 238, 248, 1);
    height: 335px;
    margin-bottom: 130px;

}
.sales-page__title {
    font-size: 34px;
    max-width: 376px;
    margin: 0;
    padding-top: 165px;
}
.sales-page__img-head {
    position: absolute;
    top: 85px;
    right: 200px;
}


.product-info {
    position: relative;
    text-align: center;
}

.product-info__date {
    font-size: 18px;
    margin-bottom: 25px;
    color: #000000;
}
.sales-page__category {
    background: rgba(248, 249, 255, 1);
    height: 78px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    padding-left: 25px;
    margin-bottom: 11px;
}

.pharm-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 30px;
    margin-bottom: 11px;
    border-radius: 16px;
    transition: .3s;
    height: 200px;
}

.pharm-block:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}

.pharm-block:hover .pharm-block__link {
  border-color: rgba(4, 170, 92, 1);
}

.pharm-block__link {
    min-width: 207px;
    padding: 14px 8px;
    font-size: 16px;
    color: rgba(26, 31, 38, 1);
    background: #ffffff;
    background-repeat: no-repeat;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-weight: 500;
    justify-content: center;
     border: 1px solid #fff;
}
.pharm-block__link span {
    text-decoration: underline;
}

.pharm-block__link img {
    margin-left: 10px;
}

.pharm-block__pharm--neofarma {
        max-width: 200px;
}

.product-info__1 {
    background: rgba(206, 220, 246, 1);
}

.product-info__2 {
 background: #DEF6F1;
}

.product-info__3 {
    background: #DEEFFF;
}

.product-info__4 {
   background: rgba(236, 238, 248, 1);
}

.product-info__5 {
  background: rgba(236, 238, 248, 1);
}

.product-info__6 {
    background: #eff4f0;
}

.product-info__7 {
    background: #D0FDA6
}

.product-info__8 {
    background: #c9ecde;
}

.product-info__9 {
 background: #E1E1E1;
}

.product-info__10 {
    background: #E9FFC6;
   }

   .product-info__11 {
    background: #FFD2D2;
   }

   .product-info__12 {
    background: #F6F0FE;
   }
   .product-info__13 {
    background: #F4FFBF;
   }

   .product-info__14 {
    background: #BAD19E;
   }

   .product-info__15 {
    background: #FFD7D8;
   }

   .product-info__16 {
    background: #739EF9;
   }

.pharm-block__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 54%;
    margin-left: auto;
    margin-right: 4%;
}

.pharm-block__info-item {
    background: #F8F9FF;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #1A1F26;
    height: 100%;
    padding: 20px;
    min-height: 100px;
}

.pharm-block__note {
    font-size: 14px;
    color: rgba(31, 153, 94, 1);
    font-weight: 600;
}

.product-info__triple .pharm-block__info-item {
   width: 32.5%;
}

.product-info__double .pharm-block__info-item {
    width: 49.25%;
}

.product-info__single .pharm-block__info-item {
    width: 100%;
}

.pharm-block__little-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    margin-top: 5px;
}

.pharm-block__title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 8px;
    text-wrap: balance;
    text-align: center;
}


@media (max-width: 1023px) {
    .sales-page__img-head {
        right: 40px;
    }
}


@media (max-width: 767px) {
    .sales-page__head {
        height: 400px;
        margin-bottom: 100px;
    }
    .sales-page__img-head {
       height: 280px;
           right: 50%;
    transform: translateX(33%);
    top: 210px;
    }
    .sales-page__title {
        font-size: 24px;
        line-height: 28px;
        max-width: 274px;
        padding-top: 100px;
    }
  .sales-page__category {
    font-size: 18px;
    height: 70px;
    margin-bottom: 10px;
  }
}




@media (max-width: 1150px) {

    .pharm-block {
        padding: 30px 15px;
        flex-wrap: wrap;
        justify-content: center;
        height: initial;
        margin-bottom: 10px;
    }

    .pharm-block__info-item {
        width: 100%;
        margin: 0 0 10px 0;
        border-radius: 8px;
        padding: 22px;
    }
    .product-info__triple .pharm-block__info-item,
    .product-info__double .pharm-block__info-item,
    .product-info__single .pharm-block__info-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .pharm-block__title {
        font-size: 20px;
    }

    .pharm-block__little-text br {
        display: none;
    }

    .pharm-block__info {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        margin: 15px 0;
    }

    .pharm-block__pharm {
        max-height: 33px;
    }

    .pharm-block.product-info__6 .pharm-block__pharm {
        max-height: 40px;
    }
    .pharm-block.product-info__7 .pharm-block__pharm {
        max-height: 37px;
    }
    .pharm-block.product-info__8 .pharm-block__pharm {
        max-height: 53px;
    }
    .pharm-block.product-info__9 .pharm-block__pharm {
        max-height: 42px;
    }

    .sales-page {
    padding-bottom: 30px;
}
.product-info__date {
    font-size: 16px;
    line-height: 20px;
}
}

.page-footer__link {
    color: #fff;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
}

.main-menu__item:last-child .main-menu__link.js-link {
    background: #D3F3EB;
    padding: 10px 15px;
}



@media only screen and (min-width: 1024px) {
  .main-menu__list {
    align-items: center !important;
}   
}

.popup-buy {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    height: 100%;
    background: rgba(0,0,0,0.6);
    align-items: center;
    justify-content: center;
    transition: .3s;
    display: none;
    width: 100%;
    height: 100%;
}
.popup-buy a {
    display: block;
    max-width: 75%;
    position: relative;
}
.popup-buy img {
    max-width: 100%;
}
.popup-buy__cross {
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    right: -40px;
    top: 0;
}

@media (max-width: 767px) {
    .popup-buy__cross {
        font-size: 20px;
    }
    .popup-buy {
        padding-top: 60px;
        align-items: flex-start;
    }
    .popup-buy__cross {
        right: 0;
        top: -30px;
    }
    .popup-buy a {
        max-width: 95%;
    }
}

.pharm-block__info-3 {
  flex-wrap: wrap;
}
.pharm-block__info-3-title {
    width: 100%;
    font-size: 14px;
    color: #1F995E;
    margin-bottom: 10px;
    margin-top: -20px;
    font-weight: 700;
}

.pharm-block__info-3 .pharm-block__info-item {
    width: 32%;
}

@media (max-width: 1150px) {
    .pharm-block__info-3-title {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .pharm-block__info-3 .pharm-block__info-item {
    width: 100%;
    margin-bottom: 10px;
}
}

@media (min-width: 1151px) {
            .pharm-block__pharm-piter {
                max-height: 60px;
            }
}

@media (max-width: 767px) {
    .popup-buy img {
        max-width: 300px;
    }
}

/* End */
/* /bitrix/templates/ketoplus/components/bitrix/menu/.default/style.min.css?1603742678490 */
/* /bitrix/templates/ketoplus/styles.css?1701952174150 */
/* /bitrix/templates/ketoplus/template_styles.css?17568278907304 */
