.package-offers__title {
    color: #222;
    font-size: 1.33em;
    line-height: 20px;
    margin: 30px 0 25px;
    font-weight: 500
}

.ah-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -4px;
    margin-right: -4px
}

.ah-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33.333%;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
    padding-left: 4px;
    padding-right: 4px;
    margin: 0 0 30px 0
}

.box-offers {
    height: 100%;
    background: #fff;
    border: 1px solid #ede9e9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.box-offers:hover {
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .25);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.box-offers__title {
    height: 74px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #2d5373;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    padding: 0 20px
}

.box-offers__title.box-offers__title-green {
    background: #39b54a
}

.box-offers__title img {
    margin: 0 20px 0 0
}

.box-offers__body {
    background: #fff;
    padding: 30px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.box-offers__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px 0
}

.box-offers__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 18px;
    line-height: 1.2;
    color: #000
}

.box-offers__img {
    margin: 0 0 0 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31px;
    -ms-flex: 0 0 31px;
    flex: 0 0 31px
}

.box-offers__cost {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.box-offers__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0 20px 5px
}

.box-offers__discount {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #2d5373;
    text-decoration: line-through;
    white-space: nowrap
}

.box-offers__realprice {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #1fb91c;
    white-space: nowrap
}

.box-offers__button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    min-width: 210px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid rgba(45, 83, 115, .67);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    border-radius: 27px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: rgba(45, 83, 115, .63);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.box-offers__button:hover {
    background: rgba(45, 83, 115, .63);
    color: #fff;
    border: 1px solid rgba(45, 83, 115, 0);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.box-offers__btn.btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 57px;
    background: -webkit-gradient(linear, left bottom, left top, from(# #39b54a), to(#39b54a)), -webkit-gradient(linear, left bottom, left top, from(#1fb91c), to(#1fb91c)), #1fb91c;
    background: -o-linear-gradient(bottom, #39b54a, #39b54a), -o-linear-gradient(bottom, #1fb91c, #1fb91c), #1fb91c;
    background: linear-gradient(0deg, #39b54a, #39b54a), linear-gradient(0deg, #1fb91c, #1fb91c), #1fb91c;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin: 0
}

.box-offers__btn:hover {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.ah-information-table {
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative
}

.ah-information-table__title {
    background: #39b54a;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    color: #fff;
    padding: 25px 40px
}

.ah-information-table__body {
    padding: 40px;
    background: #fff;
    margin: 0 -20px
}

.ah-information-table__row {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.ah-information-table__row .box-offers__row {
    padding: 0 20px
}

.ah-information-table__heading {
    padding: 0 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    margin: 20px 0 20px 0
}

.ah-information-table .mfp-close {
    right: 30px;
    top: 25px;
    font-size: 0;
    background: url(/bitrix/templates/centino-heat/images/package-offers-close.png) center no-repeat
}

.fancybox-slide--html .ah-information-table .fancybox-close-small svg {
    display: none
}

#small-dialog {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

@media (max-width: 1200px) {
    .ah-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .ah-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        margin: 0 0 30px 0
    }
}

@media (max-width: 767px) {
    .ah-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%
    }

    .ah-information-table__row {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding: 0
    }

    .ah-information-table__row .box-offers__row {
        padding: 0
    }

    .ah-information-table__title {
        font-size: 24px;
        padding: 25px 20px
    }

    .ah-information-table .mfp-close {
        right: 10px;
        top: 15px;
        background-size: 29px 21px
    }

    .ah-information-table__heading {
        padding: 0
    }
}