:root {
    --primary: #ffffff;
    --secondary: #dcdcdc;
    --blue: #2C77D2;
    --black: #000;
    --navbar-light-toggler-icon-bg: "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e";
    --bg-blue: #212B35;
    --bg-light-blue: #2C77D2;
    --bg-ligth-grey: #4D555D;
    --bg-grey: #3B4651;
    --bg-black: #212B35;
    --red: #ff0000;
}

.bg-none {
    background-color: transparent !important;
}

.bg-blue {
    background-color: var(--bg-blue);
}

.bg-ligth-grey {
    background-color: var(--bg-ligth-grey);
}

.bg-grey {
    background-color: var(--bg-grey);
}

.bg-black {
    background-color: var(--bg-black);
}

.bg-light-blue {
    background-color: var(--bg-light-blue);
}

.bg-cover {
    background-image: url(../img/cover.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.py-8 {
    padding: 8rem 0;
}

header {
    color: var(--primary) !important;
}

.navbar-nav li a {
    color: var(--primary) !important;
}

.navbar-nav li a:hover {
    color: var(--secondary) !important;
}

.navbar-nav li ul a {
    color: var(--black) !important;
}

.navbar-nav li ul a:hover {
    color: var(--blue) !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.btn.btn-outline-light:hover {
    color: var(--blue) !important;
}

.vertical-fluid {
    min-height: 100vh;
}

#steps .card-img-top {
    width: 45% !important;
}

.counter {
    border: 0.2rem solid var(--blue) !important;
    border-radius: 1rem;
    min-width: 12rem;
}

.bluecheckmark {
    list-style-image: url("../img/checkmark.svg");
}

.whitecheckmark {
    list-style-image: url("../img/whitecheckmark.svg");
}

.benefits {
    min-height: 180px;
}

.card.price {
    height: 100%;
}

.arrow-icon {
    width: 16px;
    height: 16px;
}

#countdown {
    /* border: 1px solid var(--bg-blue);
    border-radius: 1rem;
    background-color: var(--bg-blue); */
    border: 1px solid #83888d;
    border-radius: 1rem;
    background-color: rgb(162 200 255 / 25%);
}

#countdown ul {}

#countdown li {
    display: inline-block;
    font-size: 1.2em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
    text-align: center;
}

#countdown li span {
    display: block;
    font-size: 3.5rem;
    background-color: #2c77d200;
    width: 5rem;
    height: 5rem;
    border-radius: 1rem;
    text-align: center;
}

.rating {
    width: 60% !important;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rounded-6 {
    border-radius: 1rem;
}

.icon-button {
    text-decoration: none;
    display: inline-block;
    padding: 5px;
    background-color: #0d6efd;
    /* Колір фону кнопки */
    border-radius: 50%;
    /* Закруглені кути для круглої кнопки */
    transition: #0d6efd 0.3s;
    /* Плавна анімація при наведенні */
    opacity: 0.6;
    border: 0.1px solid #3c80e5;
    width: 48px;
    height: 48px;
}

.icon-button-primary {
    text-decoration: none;
    display: inline-block;
    padding: 5px;
    background-color: #ffffff;
    /* Колір фону кнопки */
    border-radius: 50%;
    /* Закруглені кути для круглої кнопки */
    transition: #ffffff 0.3s;
    /* Плавна анімація при наведенні */
    opacity: 0.8;
    border: 0.1px solid #e1e1e1;
}

.icon-button-primary:hover {
    background-color: #0b5ed7;
}

.icon-button:hover {
    background-color: #0b5ed7;
}

.icon-button img {
    width: 30px;
    /* Розмір зображення SVG */
    height: 30px;
}

.icon-button-primary img {
    width: 30px;
    /* Розмір зображення SVG */
    height: 30px;
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10000;
}

.stricken-throught {
    text-decoration: line-through;
}

.red-text{
    color: var(--red)!important;
}

.header-banner {
    display: flex;
    justify-content: center;
    background-color: #b200ff;
}

.header-banner .btn-close {
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 0.2em!important;
    height: 0.2em!important;
}

.header-banner-content {
    padding: 5px 50px 5px 10px;
}

.header-banner-content a {
    text-decoration: none!important;
    color: var(--primary);
}

@media (max-width: 576px) {
    #steps .card-img-top {
        width: 30% !important;
    }

    #countdown li {
        font-size: 0.7em;
    }

    #countdown li span {
        font-size: 2rem;
        width: 3rem;
        height: 3rem;
    }

    .swiper-slide {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-slide img {
        display: block;
        width: 40%;
        height: 100%;
        object-fit: cover;
    }

    .rating {
        width: 30% !important;
    }
}

/* btn-call */

.fixed-left {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
}

.fixed-right {
    position: fixed;
    bottom: 2.2rem;
    right: 2rem;
}

.btn-call {
    background: #38a3fd;
    border: 2px solid #38a3fd;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
    cursor: pointer;
    height: 60px;
    width: 60px;
    text-align: center;
    /*position: fixed;*/
    right: 50px;
    bottom: 50px;
    z-index: 999;
    transition: .3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
		text-decoration: none;
}

.btn-call__ico {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
    color: white;
    font-size: 30px;
    transition: .3s all;
}

.btn-call:hover {
    background-color: #fff;
}

.btn-call:hover .btn-call__ico {
    color: #38a3fd;
}

@-webkit-keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
    }
}

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
    }
}

/* animations icon */

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }

    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }

    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@media (min-width: 577px) and (max-width: 769px) {
    #steps .card-img-top {
        width: 25% !important;
    }

    #countdown li {
        font-size: 0.9em;
    }

    #countdown li span {
        font-size: 3rem;
        width: 4rem;
        height: 4rem;
    }

    .rating {
        width: 40% !important;
    }

    .swiper-slide img {
        display: block;
        width: 40%;
        height: 100%;
        object-fit: cover;
    }
}