/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.75);
    border: none;
    color: #333;
}

.flickity-button:hover {
    background: white;
    cursor: pointer;
}

.flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
    opacity: 0.6;
}

.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    /* prevent disabled button from capturing pointer up event. #716 */
    pointer-events: none;
}

.flickity-button-icon {
    fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /* vertically center */
    transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

.carousel {
    background: #FAFAFA;
}

.carousel-cell {
    width: 33%;
    height: 400px;
    margin-right: 15px;
    border: 3px #eeeeee outset;
    border-radius: 15px;
    /*box-shadow: 5px 0px 15px #c6e1ea;*/
}

@media screen and (max-width: 720px) {
    .support-header {
        font-size: 2rem !important;
    }

    .carousel-cell {
        width: 100%;
    }
}

@media screen and (min-width: 721px) {
    .support-header {
        font-size: 2rem;
    }

    .carousel-cell {
        width: 50%;
    }
}

@media screen and (min-width: 961px) {
    .carousel-cell {
        width: 33%;
    }
}

/* cell number */
.carousel-cell:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
}

/*fond slider styles*/

.important-box {
    border-left: 15px solid #00bbf0;
    margin-bottom: 35px;
    padding: 10px 10px 10px 10%;
    background: #eeeeee;
}

.important-box-kh {
    border-left: 15px solid #00bbf0;
    margin-bottom: 35px;
    padding: 10px 10px 10px 10%;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(ukraine.png);
    background-position: center;
}

.important-box-kh a {
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: underline;
}

.hryvnia-image {
    max-height: 150px;
}

.banner-head {
    font-size: 35px;
    line-height: 35px;
    font-weight: 900;
}

.banner-sub-head {
    font-size: 20px;
    line-height: 20px;
}

.fond-block {
    padding: 11px 20px 140px;
}

.fond-image {
    border-radius: 15px;
    max-height: 138px;
}

.fond-image-block {
    margin-bottom: 9px;
    height: 140px;
}

.fond-name {
    font-size: 25px;
    line-height: 23px;
    font-weight: 900;
    height: 50px;
}

.fond-description {
    font-size: 17px;
    line-height: 20px;
    height: 120px;
}

.add-fond-block {
    height: 100%;
    position: relative;
}

.add-fond-el span {
    color: #00bbf0;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

a.fond-name.open-fondInfoDialog {
    position: relative;
    z-index: 8;
}

@media screen and (max-width: 767px) {

    .add-fond-block {
        height: 100%;
    }

    .add-fond-el span {
        top: 80% !important;
    }
}

.fond-btn {
    width: 100%;
    border-radius: 15px;
}

.support-header {
    font-size: 2.9rem;
}