

/* Start:/local/templates/vetunion-redisign/assets/css/promotion.css?177038161320390*/
.causes-promo-akc {
    border-radius: 32px;
    color: var(--black);
    letter-spacing: -0.02em;
}
.causes-promo-akc_c {
    display: flex;
}

.causes-promo-akc_l, .causes-promo-akc_r {
    width: 50%;
}
.causes-promo-akc_l{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
}

.causes-promo-akc_l_info{

}
.causes-promo-akc_l_ln1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px;
    gap: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    text-align: center;

}
.app_promo .uslugi-gastro {
    padding: 40px 0;
}
.app_promo .uslugi-gastro .container{
    padding: 0 16px;
}
.causes-promo-akc_l_ln1_d {
    border-radius: 100px;
    padding: 6px 16px 7px 16px;
    font-size: 16px;
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
    display: flex;
    background-color: #FFF3A9;
}
.causes-promo-akc_l_ln1_t {
    color: #253746;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.causes-promo-akc_l_ln2 {
    color: #253746;
    font-style: normal;
    margin-top: 8px;
    font-weight: 600;
    font-size: 48px;
    line-height: 102%;
    letter-spacing: -0.32px;
    vertical-align: middle;
    margin-bottom:12px;

}
.causes-promo-akc_l_ln3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    text-align: left;

}
.causes-promo-akc_l_ln4 {
    display: flex;
    margin: 40px 0px;
}
.causes-promo-akc_l_ln4_pbox{
    margin-right: 56px;
}

.causes-promo-akc_l_ln4_pbox_p {
    padding: 12px 18px 12px 18px;
    border-radius: 137px;
    background-color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    text-align: left;
}
.causes-promo-akc_prices{
    margin-top: 40px;
}

.causes-promo-akc_price{
    font-size: 28px;
    line-height: 32px;
    padding: 8px 18px 8px 18px;
}
.causes-promo-akc_l_ln4_pbox_t {
    font-size: 24px;
    font-weight: 600;
    line-height: 110%;
    text-align: left;
    margin-bottom:16px
}

.causes-promo-akc_l_ln4_pbox_lp {
    text-decoration: line-through;
}
.causes-promo-akc_price_old{
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
}
/* Окно попапа выше затемнения */
.modal-container .modal-container__wrapper {
  position: relative;
  z-index: 1;
}
.modal-info {
  width: 100%;
  background: #fff;
  flex-direction: column;
}
.modal.modal-info{
    max-width: 800px;
}
.modal-info__title {
  color: #253746;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 12px;
}
.modal-info__text {
  color: #253746;
  margin-top: 8px;
  text-align: left;
  max-height: 60vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #c9d3dc transparent;
  position: relative;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
}
.modal-info__text.causes-promo-akc_rules {
  line-height: 130%;
  padding-right: 10px;
}
.modal-info__text p:last-child {
  margin-bottom: 0;
}
.modal-info__text ul {
  margin: 0 0 12px 18px;
  padding: 0;
  list-style: disc;
}
.modal-info__text ul:last-child {
  margin-bottom: 0;
}
.modal-info__text li {
  margin-bottom: 6px;
}
.modal-info__text li:last-child {
  margin-bottom: 0;
}
.modal-info__text strong {
  font-weight: 700;
}
.modal-info__text::-webkit-scrollbar {
  width: 6px;
}
.modal-info__text::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 6px;
}
.modal-info__text::-webkit-scrollbar-thumb {
  background: #c9d3dc;
  border-radius: 6px;
}
.modal-info__text::-webkit-scrollbar-thumb:hover {
  background: #b4c2ce;
}

@media (max-width: 767px) {
  .modal-info__text {
    overflow-y: scroll;
    scrollbar-width: auto;
    scrollbar-color: #c9d3dc #e9ebed;
    -webkit-overflow-scrolling: touch;
  }
  .modal-info__text::-webkit-scrollbar {
    width: 8px;
  }
  .modal-info__text::-webkit-scrollbar-track {
    background: #e9ebed;
    border-radius: 8px;
  }
  .modal-info__text::-webkit-scrollbar-thumb {
    background: #c9d3dc;
    border-radius: 8px;
  }
}

.modal-info__text::after {
  content: "";
  position: sticky;
  display: block;
  height: 110px;
  bottom: 0;
  margin-top: -110px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 1;
}
.modal-info__text--no-fade::after {
  opacity: 0;
}
.causes-promo-per__price {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.causes-promo-per__price-title {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #253746;
  display: flex;
}
.causes-promo-per__hint {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.causes-promo-per__hint-icon {
  width: 12px;
  height: 12px;
}
.causes-promo-per__price.modal__btn{
    cursor: pointer;
}
.causes-promo-akc_l_ln5 {
    margin-top: 27px;
    display: flex;
    align-items: center;
}
.causes-promo-akc_l_ln5 button{
    width: 307px;
    height: 73px;
    padding: 8px 16px 8px 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    text-align: left;
}
.ml40{
    margin-left: 40px;
}
.causes-promo-akc_l_ln5_p span{
    margin-right: 11px;
}
.causes-promo-akc_r {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 40px 40px 0px 40px;
}
.causes-promo-akc_r img{
    max-width: 100%;
    display: block;
}
.causes-promo-akc_r.causes-promo-high-image img{
    max-width: 80%;
}
.causes-promo-cases {
    background: #FFFCEC;
    padding: 40px 0;
}
.causes-promo-cases-box_tl {
    color: #253746;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 33px;
}
.causes-promo-cases-box {
    display: flex;
}
.causes-promo-cases-box_full {
    width: 100%;
    padding-right: 10px;
}
.causes-promo-cases-box_l, .causes-promo-cases-box_r {
    width: 50%;
    padding-right: 10px;
}
.causes-promo-cases-box_l_it_title {
    margin-bottom: 14px;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.causes-promo-cases-box_l_it_title svg{
    margin-right: 15px;
}
.causes-promo-cases-box_l_it_text {
    margin-bottom: 27px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.causes-promo-cases-box_r {
    padding-left: 50px;
}
.causes-promo-included {
    padding: 50px 0;
}
.causes-promo-included_tx {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.causes-promo-included_pr {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 40px;
}
.causes-promo-included_sp_tl {
    margin-top: 6px;
}
.causes-promo-included_sp {
    color: #989898;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 11px;
}
.causes-promo-included_sp_tl {
    margin-bottom: 20px;
    cursor: pointer;
}
.causes-promo-included_sp_tx {
    display: none;

}
.causes-promo-included_sp_tx.open {
    display: block;
}
.causes-promo-included-box {
    margin-bottom: 24px;
}
.causes-promo-included-boxs {
    padding-top: 27px;
    display: flex;
    justify-content: flex-start;
    margin-left: -6px;
    margin-right: -6px;
    align-items: flex-start;
    flex-wrap: wrap;
}
.causes-promo-included-box_title {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 62px;
}
.causes-promo-included-box_title2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}
.causes-promo-included-boxs_it_tl {
    display: flex;
	gap: 14px;
    justify-content: flex-start;
}
.causes-promo-included-boxs_it_tl div:first-child{
    /*text-align: center;*/
    font-size: 88px;
    font-style: normal;
    font-weight: 600;
    line-height: 66px;
}
.causes-promo-included-boxs_it_tl div:last-child{
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    /*padding-left: 14px;*/
    /*    display: -webkit-box;*/
    /*    -webkit-line-clamp: 3;*/
    /*-webkit-box-orient: vertical;*/
    /*    overflow: hidden;*/
}
.causes-promo-included-boxs_it_tx {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 32px;
    /*display: none;*/
}
.causes-promo-included-boxs_it {
    padding: 20px 25px 10px 25px;
    border-radius: 20px;
    background: #F9F9F9;
    width: calc(25% - 12px);
    margin: 0 6px;
    min-height: 150px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*min-height: 185px;*/
}
.causes-promo-included-boxs_it_bt {
    text-align: center;
    margin-top: 20px;

}
.js-cpi-bt {
    cursor: pointer;
}
.causes-promo-included-boxs_it_tx.open {

}
.js-cpi-bt.open {
    transform: rotate(180deg);
}
/*.causes-promo-included-boxs_v2 {*/
/*    flex-wrap: wrap;*/
/*}*/
/*.causes-promo-included-boxs_v2 > div:first-child {*/
/*    width: calc(50% - 12px);*/
/*}*/
/*.causes-promo-included-boxs_v2 > div:nth-child(2) {*/
/*    width: calc(50% - 12px);*/
/*}*/
/*.causes-promo-included-boxs_v2 > div:last-child {*/
/*    width: 100%;*/
/*}*/

@media (max-width: 1200px){
    .causes-promo-included-boxs {
        flex-wrap: wrap;
    }
    .causes-promo-included-boxs_it {
        width: calc(50% - 12px);
    }
}


.causes-promo-included-boxs {
    flex-wrap: wrap;
}
.causes-promo-included-boxs.count-causes-promo_1 > div {
    width: 100%;
}
.causes-promo-included-boxs.count-causes-promo_2 > div {
    width: calc(50% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_3 > div {
    width: calc(33.33333% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_3 {
    flex-wrap: wrap;
}
.causes-promo-included-boxs.count-causes-promo_4 > div {
    width: calc(25% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_5 > div:first-child {
    width: calc(25% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_5 > div:nth-child(2) {
    width: calc(25% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_5 > div:nth-child(3)  {
    width: calc(25% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_5 > div:nth-child(4) {
    width: calc(25% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_5 > div:nth-child(5)  {
    width: 100%;
}

.causes-promo-included-boxs.count-causes-promo_6 > div:first-child {
    width: calc(25% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_6 > div:nth-child(2) {
    width: calc(25% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_6 > div:nth-child(3)  {
    width: calc(25% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_6 > div:nth-child(4) {
    width: calc(25% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_6 > div:nth-child(5)  {
    width: calc(50% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_6 > div:last-child  {
    width: calc(50% - 12px);
}

.causes-promo-included-boxs.count-causes-promo_7 > div:first-child {
    width: calc(25% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_7 > div:nth-child(2) {
    width: calc(25% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_7 > div:nth-child(3)  {
    width: calc(25% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_7 > div:nth-child(4) {
    width: calc(25% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_7 > div:nth-child(5)  {
    width: calc(33.33333% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_7 > div:nth-child(6)  {
    width: calc(33.33333% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_7 > div:nth-child(7)  {
    width: calc(33.33333% - 12px);
}

.causes-promo-included-boxs.count-causes-promo_8 > div{
    width: calc(25% - 12px);
}


.causes-promo-included-boxs.count-causes-promo_9 > div {
    width: calc(25% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_9 > div:last-child {
    width: 100%;
}


.causes-promo-included-boxs.count-causes-promo_10 > div:first-child {
    width: calc(25% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_10 > div:nth-child(2) {
    width: calc(25% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_10 > div:nth-child(3)  {
    width: calc(25% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_10 > div:nth-child(4) {
    width: calc(25% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_10 > div:nth-child(5)  {
    width: calc(25% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_10 > div:nth-child(6)  {
    width: calc(25% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_10 > div:nth-child(7)  {
    width: calc(25% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_10 > div:nth-child(8)  {
    width: calc(25% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_10 > div:nth-child(9)  {
    width: calc(50% - 12px);
}
.causes-promo-included-boxs.count-causes-promo_10 > div:nth-child(10)  {
    width: calc(50% - 12px);
}

.causes-promo-included-boxs.count-causes-promo_all > div  {
    width: calc(25% - 12px);
}


@media (max-width: 1200px){
    .causes-promo-included-boxs.count-causes-promo_4 > div {
        width: calc(50% - 12px) !important;
    }
    .causes-promo-included-boxs.count-causes-promo_5 > div {
        width: calc(50% - 12px) !important;
    }
    .causes-promo-included-boxs.count-causes-promo_8 > div {
        width: calc(50% - 12px) !important;
    }
    .causes-promo-included-boxs.count-causes-promo_9 > div {
        width: calc(50% - 12px) !important;
    }
    .causes-promo-included-boxs.count-causes-promo_10 > div {
        width: calc(50% - 12px) !important;
    }
    .causes-promo-included-boxs.count-causes-promo_all > div  {
        width: calc(50% - 12px);
    }
}
@media (max-width: 992px){
    .causes-promo-included-boxs.count-causes-promo_5 > div {
        width: 100% !important;
    }
    .causes-promo-included-boxs.count-causes-promo_6 > div {
        width: 100% !important;
    }
    .causes-promo-included-boxs.count-causes-promo_7 > div {
        width: 100% !important;
    }
}
@media (max-width: 660px){
    .causes-promo-included-boxs.count-causes-promo_2 > div {
        width: 100% !important;
    }
    .causes-promo-included-boxs.count-causes-promo_3 > div {
        width: 100% !important;
    }
    .causes-promo-included-boxs.count-causes-promo_4 > div {
        width: 100% !important;
    }
    .causes-promo-included-boxs.count-causes-promo_8 > div {
        width: 100% !important;
    }
    .causes-promo-included-boxs.count-causes-promo_9 > div {
        width: 100% !important;
    }
    .causes-promo-included-boxs.count-causes-promo_10 > div {
        width: 100% !important;
    }
    .causes-promo-included-boxs.count-causes-promo_all > div  {
        width: 100% !important;
    }
}



.causes-promo-akc_r .img_mb {
    display: none;
}
@media (max-width: 992px){
    .causes-promo-included_tx {
        font-size: 16px;
    }
    .causes-promo-akc_c {
        flex-direction: column;
    }
    .causes-promo-akc_l, .causes-promo-akc_r {
        width: 100%;
    }
    .causes-promo-akc_r {
        /*display: none;*/
        /*order: -1;*/
    }
    .causes-promo-akc_r .img_pc {
        display: none;
    }
    .causes-promo-akc_r .img_mb {
        display: block;
    }
    .causes-promo-akc_l {
        padding: 24px 16px;
    }
    .causes-promo-akc_l_ln1{
        font-size: 14px;
    }
    .causes-promo-akc_l_ln2 {
        font-size: 32px;
    }
    .causes-promo-akc_l_ln3 {
        font-size: 14px;
    }
    .causes-promo-akc_l_ln4_pbox_t {
        font-size: 16px;
    }
    .causes-promo-akc_l_ln4_pbox_p {
        font-size: 14px;
    }
    .causes-promo-akc_l_ln5{
        margin-top: 8px;
    }
    .causes-promo-akc_price{
        font-size: 28px;
    }
    .causes-promo-akc_prices{
        margin-bottom: 19px
    }
    .causes-promo-akc_l_ln4_pbox:nth-child(1) {
        margin-right: 21px;
    }

    .app_promo h2, .app_promo h3 {
        font-size: 42px;
    }
    .causes-promo-included h2{
        font-size: 42px;
    }
    .causes-promo-cases-box_tl {
        font-size: 24px;
        margin-bottom: 18px;
    }
    .causes-promo-cases-box_l_it_title {
        font-size: 20px;
    }
    .causes-promo-cases-box_l_it_text {
        margin-bottom: 18px;
        font-size: 16px;
    }
    .causes-promo-included-box_title {
        font-size: 25px;
        margin-top: 20px;
    }
    .causes-promo-included-box_title2 {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 660px) {
    .app_promo h2, .app_promo h3 {
        font-size: 23px;
        line-height: 100%;
    }
    .causes-promo-included h2{
        font-size: 42px;
    }
    .causes-promo-included-boxs_it {
        width: 100%;
    }
    .causes-promo-included-boxs_v2 > div:first-child {
        width: calc(100% - 12px);
    }
    .causes-promo-included-boxs_v2 > div:nth-child(2) {
        width: calc(100% - 12px);
    }
    .causes-promo-akc_l_ln1{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 8px;
    }
    .causes-promo-akc_l_ln5 button{
        width: 100%;
    }
}
@media (max-width: 600px){
    .causes-promo-akc_l_ln5 {
        flex-direction: column;
    }
    .causes-promo-akc_l_ln5_p {
       margin-left: auto;
       margin-right: auto;
        margin-top: 40px;
        margin-bottom: 0px;
    }
    .causes-promo-akc_prices{
        margin-bottom: 19px
    }
    .causes-promo-cases-box {
        flex-direction: column;
    }
    .causes-promo-cases-box_l, .causes-promo-cases-box_r {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}
.service-additional-info {
    color: #01ABA5;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    padding-left: 20px;
}
.service-additional-info:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMC40OTg0NzRDMTIuMTQzIDAuNDk4NDc0IDE1LjUwMTUgMy44NTY5NyAxNS41MDE1IDcuOTk5OTdDMTUuNTAxNSAxMi4xNDIyIDEyLjE0MyAxNS41IDggMTUuNUMzLjg1NyAxNS41MDA3IDAuNSAxMi4xNDIyIDAuNSA3Ljk5OTk3QzAuNDk5MjUgMy44NTY5NyAzLjg1NyAwLjQ5ODQ3NCA4IDAuNDk4NDc0Wk03Ljk5NyA2LjY4NTk3QzcuODEzMiA2LjY4NjIyIDcuNjM1ODkgNi43NTM5NiA3LjQ5ODc0IDYuODc2MzJDNy4zNjE1OCA2Ljk5ODY4IDcuMjc0MTQgNy4xNjcxNCA3LjI1MyA3LjM0OTcyTDcuMjQ3NzUgNy40MzY3Mkw3LjI1MDc1IDExLjU2MzJMNy4yNTUyNSAxMS42NTAyQzcuMjc2MjEgMTEuODMzMiA3LjM2MzczIDEyLjAwMiA3LjUwMTE0IDEyLjEyNDZDNy42Mzg1NSAxMi4yNDcxIDcuODE2MjUgMTIuMzE0OCA4LjAwMDM3IDEyLjMxNDhDOC4xODQ1IDEyLjMxNDggOC4zNjIyIDEyLjI0NzEgOC40OTk2MSAxMi4xMjQ2QzguNjM3MDIgMTIuMDAyIDguNzI0NTQgMTEuODMzMiA4Ljc0NTUgMTEuNjUwMkw4Ljc1IDExLjU2MjVMOC43NDcgNy40MzU5N0w4Ljc0MTc1IDcuMzQ4MjJDOC43MjAwNyA3LjE2NTc5IDguNjMyMTkgNi45OTc2NiA4LjQ5NDc3IDYuODc1NzNDOC4zNTczNiA2Ljc1MzggOC4xNzk5NiA2LjY4NjU0IDcuOTk2MjUgNi42ODY3Mkw3Ljk5NyA2LjY4NTk3Wk04LjAwMDc1IDMuODc0MjJDNy43NTE4MSAzLjg3NDIyIDcuNTEzMDcgMy45NzMxMSA3LjMzNzA0IDQuMTQ5MTRDNy4xNjEwMiA0LjMyNTE3IDcuMDYyMTMgNC41NjM5MSA3LjA2MjEzIDQuODEyODVDNy4wNjIxMyA1LjA2MTc5IDcuMTYxMDIgNS4zMDA1MyA3LjMzNzA0IDUuNDc2NTZDNy41MTMwNyA1LjY1MjU4IDcuNzUxODEgNS43NTE0NyA4LjAwMDc1IDUuNzUxNDdDOC4xMjM5NiA1Ljc1MTQyIDguMjQ1OTYgNS43MjcxMSA4LjM1OTc3IDUuNjc5OTFDOC40NzM1OSA1LjYzMjcxIDguNTc2OTkgNS41NjM1NiA4LjY2NDA4IDUuNDc2NEM4Ljc1MTE3IDUuMzg5MjQgOC44MjAyNCA1LjI4NTc4IDguODY3MzUgNS4xNzE5M0M4LjkxNDQ1IDUuMDU4MDggOC45Mzg2NyA0LjkzNjA2IDguOTM4NjMgNC44MTI4NUM4LjkzODU4IDQuNjg5NjQgOC45MTQyNiA0LjU2NzY0IDguODY3MDYgNC40NTM4MkM4LjgxOTg2IDQuMzQwMDEgOC43NTA3MSA0LjIzNjYxIDguNjYzNTUgNC4xNDk1MkM4LjU3NjM5IDQuMDYyNDMgOC40NzI5MyAzLjk5MzM2IDguMzU5MDggMy45NDYyNUM4LjI0NTIzIDMuODk5MTQgOC4xMjMyMSAzLjg3NDkyIDggMy44NzQ5N0w4LjAwMDc1IDMuODc0MjJaIiBmaWxsPSIjMDFBQkE1Ii8+Cjwvc3ZnPgo=");
    top: 0;
    left: 0;
}
@media (max-width: 400px){
    .causes-promo-akc_l_ln4_pbox_t {
        width: 110px;
        flex-shrink: 0;
    }
}

s, del{
    text-decoration: line-through;
}
/* End */


/* Start:/local/templates/vetunion-redisign/assets/css/actions.css?175504185410369*/
.banner {
    display: flex;
    background-color: #CEF5F3;
    border-radius: 32px;
    min-height: 525px;
    overflow: hidden;
    color: var(--black);
    padding: 40px;
    letter-spacing: -0.02em;
}
.banner__content{
    width: 50%;
    align-items: flex-start;
}
.banner__content, .banner__image-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.banner__image-container{
    width: 50%
}
.banner__header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px;
    gap: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
}

.banner__date {
    border-radius: 100px;
    background: #FFF3A9;
    padding: 6px 16px 7px 16px;
}

.banner__subtitle {
    border-radius: 100px;
}

.banner__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 102%;
    letter-spacing: -0.32px;
    vertical-align: middle;
    margin-bottom:12px;
}

.banner__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
}

.banner__prices {
    display: flex;
    margin: 40px 0px;
}

.banner__price {
    margin-right: 56px;
}
.banner__price span
{
    text-decoration: line-through;
}

.banner__price-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 110%;
    text-align: left;
    margin-bottom:16px
}
.banner__price-price{
    padding: 12px 18px 12px 18px;
    border-radius: 137px;
    background-color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    text-align: left;
}


.banner__button .button{
    width: 307px;
    height: 73px;
    padding: 8px 16px 8px 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    text-align: left;
}

.banner__image {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    margin: auto;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: none;
}

.banner__image-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.hero-slide__img img{
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 0%);
}

@media (max-width: 768px) {
    .banner {
        flex-direction: column;
        padding: 24px 16px;
    }
    .banner__content, .banner__image-container {
        width: 100%;
    }
    .banner__info{
        width: 100%;
    }
    .banner__title{
        font-size: 32px;
    }
    .banner__text, .banner__price-price{
        font-size: 14px;
    }
    .banner__header{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 8px;
    }
    .banner__price-title{
        font-size: 16px;
    }

    .banner__image {
        position: static;
        transform: none;
        width: 100%;
    }
    .banner__price:nth-child(1){
        margin-right: 21px;
    }
    .banner__price:nth-child(2){
        margin-right: 0px;
    }
}



.checkup__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 102%;
    letter-spacing: -0.32px;
    margin: 16px 0px;
}

.checkup__subtitle {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.32px;
}
.checkup__sections{
    margin-bottom: 72px;
}
.checkup__section-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.32px;
    margin-bottom: 16px;
}
.checkup__section-subtitle{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.32px;
}

.checkup__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 40px 0px;
}
.checkup__grid p{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.32px;

}

.checkup__card {
    background: #E9EBED;
    border-radius: 10px;
    padding: 24px;
    text-align: left;
    flex: 1 1 calc(25% - 20px);
    box-sizing: border-box;
}

.checkup__card-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.32px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}

.checkup__card-number {
    width: 52px;
    height: 52px;
    gap: 10px;
    border-radius: 50%;
    padding: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: right;
    background: #FFFFFF;
    font-size: 32px;

}

@media (max-width: 1024px) {
    .checkup__card {
        flex: 1 1 calc(33.333% - 20px);
    }
}

@media (max-width: 768px) {
    .checkup__card {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .checkup__card {
        flex: 1 1 100%;
    }
}

.info__content {
    display: flex;
    background: #FFF3A9;
    padding:32px;
    gap:84px;
    border-radius: 32px;
}
.info__sections {
    display: flex;
    flex: 1;
    gap: 56px;
    flex-direction: column;
}
.info__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 102%;
    letter-spacing: -0.32px;
    margin-bottom: 40px;
}

.info__section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.info__section-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.32px;
    margin-bottom: 8px;
}
.info__section-subtitle{
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.32px;
}
.info__lists{
    display:flex;
    gap:20px;
}
.info__list {
    list-style-type: none;
    padding: 0;
}
.info__lists-image{
    width:55px;
    height: auto;
}
.info__list-item, .info__section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.32px;

}

.info__icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.info__video {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info__img-wrapper{
    position: relative;
    overflow: hidden;
    border-radius: 16px 0 0 16px;
}
.info__video-button {
    position: absolute;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    top: 50%;
    z-index: 1;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #253746;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
}

.info__img-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.info__img {
    border-radius: 16px 0 0 16px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.info__img-wrapper--video.active .info__img-poster {
    display: none;
}
.info__img-wrapper--video.active .info__video-button {
    opacity: 0;
    pointer-events: none;
}
.video__player {
    width: 100%;
    height:100%;
    border-radius: 16px;
}

.image-container {
    text-align: center;
    margin-top: 20px;
}

.image-container img {
    max-width: 100%;
    border-radius: 10px;
}

@media (max-width: 1024px) {
    .info__content {
        flex-direction: column-reverse;
    }
}


.title {
    font-weight: 600;
    font-size: 48px;
    line-height: 102%;
    letter-spacing: -0.32px;
    padding: 16px 0px;
}

.subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.32px;
    margin-bottom: 40px;
}

.features {
    display: flex;
    justify-content: space-around;
    background: #CEF5F3;
    gap: 12px;
    border-radius: 32px;
    padding: 72px;
    flex-wrap: wrap;

}

.feature {
    text-align: center;
    max-width: 300px;
}

.feature img {
    width: 56px;
    height: 56px;
    margin-bottom: 34px;
}

.feature-text {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.32px;
    text-align: center;

}


.actions__row{
    width: 100%;
}

.actions .action__img-poster {
    width: 100%; /* Растягивает изображение на всю ширину */
    height: 100%; /* Растягивает изображение на всю высоту */
    object-fit: cover; /* Обрезает изображение, чтобы оно покрывало весь контейнер */
    object-position: center top; /* Фиксирует верхнюю часть изображения */
}

.actions .action__col {
    padding: 15px;
    text-align: center;
}

.actions .action__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #253746;
}

.actions .action__price {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #253746;
    padding: 5px 10px;
    border-radius: 15px;
}

.actions_header{
    display: flex;
    justify-content: space-between;
}
.head__title{
    font-weight: 600;
    font-size: 48px;
    line-height: 102%;
    letter-spacing: -0.32px;
}
.profit__text{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.32px;
    padding: 16px 0px;
}
.actions__row{
    margin-top: 40px;
}

@media (max-width: 660px) {
    .actions_header .head__title{
        font-size: 32px;
    }
    .actions_header .profit__text{
        font-size: 14px;
    }
    .actions__row{
        margin-top: 0px;
    }

}

.profit-card_blue {
    background: #b6f2f0;
}
.profit-card_light-violet {
    background: #f7d4d3;
}
.profit-card_violet {
    background: #dd9fd4;
}
/* End */


/* Start:/local/templates/vetunion-redisign/components/bitrix/news.list/pairmax.clinic.main.address/style.css?17890694083816*/
/* Tabs "Клиники / Ветбоксы" и выбор города на блоке адресов клиник */

#clinics {
  scroll-margin-top: 120px;
}

.addresses__controls {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
  margin-top: 56px;
}

.addresses__cities {
  position: relative;
  max-width: var(--COL-4);
  flex: 1 1 0;
  background: #E9EBED;
  border-radius: 24px;
  padding: 20px 16px;
}

.addresses__city-select {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(37, 55, 70, 0.12);
  background: #ffffff;
  color: #253746;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.addresses__city-select:hover {
}

.addresses__city-current {
  margin: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.addresses__city-icon,
.addresses__city-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.addresses__city-dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  min-width: 200px;
  padding: 8px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(27, 45, 59, 0.16);
  display: none;
  z-index: 10;
}

.addresses__city-dropdown.active {
  display: block;
}

.addresses__city-option {
  display: block;
  width: 100%;
  padding: 8px 10px;
  border-radius: 10px;
  border: none;
  background: transparent;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  color: #253746;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.addresses__city-option:hover {
  background-color: rgba(19, 138, 216, 0.08);
  color: #138ad8;
}

.addresses__tabs {
  display: flex;
  align-items: center;
  border-radius: 24px;
  background-color: #e9ebed;
  gap: 16px;
  max-width: var(--COL-8);
  flex: 1 1 0;
  justify-content: stretch;
  width: 100%;
  padding: 20px 16px;
}

.addresses__tab {
  position: relative;
  border: none;
  cursor: pointer;
  height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #253746;
  background: #ffffff;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  flex: 1 1 0;
  text-align: center;
}

.addresses__tab.is-active {
  background: #253746;
  color: #ffffff;
}

.addresses__tab:not(.is-active):hover {
  background: #DD9FD4;
  color: #ffffff;
}

@media (max-width: 768px) {
  .addresses__controls {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-top: 32px;
  }

  .addresses__tabs {
    max-width: 100%;
    width: 100%;
    padding: 16px 12px;
    gap: 12px;
  }

  .addresses__city-select {
    height: 48px;
    width: 100%;
    padding: 0 16px;
    font-size: 14px;
  }

  .addresses__tab {
    height: 48px;
    padding: 0 16px;
    font-size: 14px;
  }

  .addresses__cities {
    max-width: 100%;
    padding: 16px 12px;
  }
}

/* Отступ между табами/фильтром и блоком адресов */
.addresses .addresses__row {
  margin-top: 0px;
}

.addresses-swiper {
  position: relative;
}

.addresses-swiper__tour3d {
  position: absolute;
  right: 46px;
  bottom: 46px;
  z-index: 3;
  width: 92px;
  height: 92px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

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

@media (max-width: 768px) {
  .addresses-swiper__tour3d {
    right: 10px;
    bottom: 10px;
    width: 72px;
    height: 72px;
  }
}


/* End */


/* Start:/local/templates/vetunion-redisign/components/bitrix/news.list/clinic.offers.slider/style.css?17804337992860*/
/* Стили для слайдера clinic.offers.slider */

/* Основной контейнер слайдера */
.actions__row {
    /* Базовые стили - без overflow по умолчанию */
}

/* Класс для выхода за границы padding */
.actions__row--overflow {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    width: calc(100% + 32px);
}

/* Слайды выходят за границы контейнера */
.actions__row .swiper-slide {
    width: auto;
    height: auto;
}

/* Адаптивные настройки для разных разрешений */
@media (max-width: 479px) {
    .actions__row--overflow {
        margin-left: -12px;
        margin-right: -12px;
        padding-left: 12px;
        padding-right: 12px;
        width: calc(100% + 24px);
    }
    
    .actions__row .hero-slide {
        width: 280px;
        height: auto;
    }
}

@media (min-width: 480px) and (max-width: 639px) {
    .actions__row--overflow {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
        width: calc(100% + 32px);
    }
    
    .actions__row .hero-slide {
        width: 300px;
        height: auto;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    .actions__row--overflow {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        width: calc(100% + 40px);
    }
    
    .actions__row .hero-slide {
        width: 320px;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .actions__row--overflow {
        margin-left: -24px;
        margin-right: -24px;
        padding-left: 24px;
        padding-right: 24px;
        width: calc(100% + 48px);
    }
    
    .actions__row .hero-slide {
        width: 340px;
        height: 263px;
        overflow: hidden;
    }

    .actions__row .hero-slide__img {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: bottom center;
        object-position: bottom center;
        -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
        transform: translateY(80px);
    }
}

@media (min-width: 1024px) {
    .actions__row--overflow {
        margin-left: -32px;
        margin-right: -32px;
        padding-left: 32px;
        padding-right: 32px;
        width: calc(100% + 64px);
    }
    
    .actions__row .hero-slide {
        width: 360px;
        height: auto;
    }
}

/* Дополнительные стили для лучшего отображения */
.actions__row .swiper-wrapper {
    align-items: stretch;
}

.actions__row .hero-slide {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
/* End */
/* /local/templates/vetunion-redisign/assets/css/promotion.css?177038161320390 */
/* /local/templates/vetunion-redisign/assets/css/actions.css?175504185410369 */
/* /local/templates/vetunion-redisign/components/bitrix/news.list/pairmax.clinic.main.address/style.css?17890694083816 */
/* /local/templates/vetunion-redisign/components/bitrix/news.list/clinic.offers.slider/style.css?17804337992860 */
