/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.popup {
    align-items: center;
    background-color: #00000099;
    color: #ffffff;
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.popup.active {
    display: flex
}

.popup .popup-body {
    background-color: #1e293b;
    border-radius: 8px;
    padding: 32px;
    position: relative;
    width: 464px
}

@media (max-width: 494px) {
    .popup .popup-body {
        margin:0 15px!important;
        padding: 32px 15px;
        width: 100%!important
    }
}

.popup .popup-body .container-btn-close {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.popup .popup-body .title {
    font-size: 24px
}

.popup .popup-body .content {
    max-height: calc(100vh - 160px)
}

.popup-hidden-package .popup-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%
}

.popup-hidden-package .popup-content .popup-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.popup-hidden-package .popup-content .popup-description {
    display: block;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin: 12px 0;
    text-transform: uppercase
}

.popup-hidden-package .popup-content .popup-content__description {
    display: flex;
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
    justify-content: center;
    line-height: 48px;
    margin-bottom: 16px;
    text-align: center
}

@media (max-width: 540px) {
    .popup-hidden-package .popup-content .popup-content__description {
        font-size:24px
    }
}

.popup-hidden-package .popup-content .popup-content__description .month-2 {
    left: 0;
    margin-left: 16px;
    position: relative;
    top: 5px
}

.popup-hidden-package .popup-content .popup-content__description .month-2 .text-green {
    color: #18b745
}

.popup-hidden-package .popup-content .popup-content__description .month-2 .text-red {
    color: #e34b31
}

.popup-hidden-package .popup-content .popup-content__description .month-2 .shadow {
    border: none;
    bottom: 0;
    height: 23px;
    position: absolute;
    right: -5px;
    width: 232px
}

@media (max-width: 540px) {
    .popup-hidden-package .popup-content .popup-content__description .month-2 .shadow {
        width:150px
    }
}

.popup-hidden-package .popup-content .popup-content__description .month-2 .green-shadown {
    background: rgba(24,183,69,.15)
}

.popup-hidden-package .popup-content .popup-content__description .month-2 .red-shadown {
    background: #e34b31;
    opacity: .15
}

.popup-hidden-package .popup-content .btn-grap {
    background: #e34b31;
    border: none;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    height: auto;
    line-height: 27px;
    margin-top: 10px;
    max-width: 215px;
    min-width: 215px;
    outline: none;
    padding: 12px 0;
    text-align: center
}

.popup-hidden-package .popup-content .line {
    background: #767676;
    height: 1px;
    margin: 30px 0;
    width: 75%
}

.popup-hidden-package .popup-content .count-down {
    display: flex
}

.popup-hidden-package .popup-content .count-down .item-count-down {
    margin: 15px 10px
}

.popup-hidden-package .popup-content .count-down .item-count-down .value-count-down {
    align-items: center;
    background-color: #18b745;
    border-radius: 50%;
    display: flex;
    font-size: 25px;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    width: 60px
}

.popup-hidden-package .popup-content .count-down .item-count-down .title-count-down {
    margin-top: 10px;
    text-align: center
}
