.credit-banner {
    background-image: var(--banner-color);
}

.credit-bg {
    background-color: var(--body-bg-secondary-color);
}

.callback-button {
    background-color: var(--main-btn-color);
    color: var(--main-btn-text-color);
}
.callback-button:before {
    border: solid var(--main-btn-color) 1px;
}
.callback-button:after {
    background-color: var(--main-btn-color);
}
.callback-button__icon {
    background: currentColor;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 0 48 48' width='48'%3E%3Cpath d='M0 0h48v48h-48z' fill='none'/%3E%3Cpath fill='white' d='M13.25 21.59c2.88 5.66 7.51 10.29 13.18 13.17l4.4-4.41c.55-.55 1.34-.71 2.03-.49 1.24.74 4.65 1.14 7.14 1.14 1.11 0 2 .89 2 2v7c0 1.11-.89 2-2 2-18.78 0-34-15.22-34-34 0-1.11.9-2 2-2h7c1.11 0 2 .89 2 2 0 2.49.4 4.9 1.14 7.14.22.69.06 1.48-.49 2.03l-4.4 4.42z'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 60%;
}


/*phone btn*/
.callback-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    background-color: #165f9a;
    color: #fff;
    cursor: pointer;
    display: block;
    position: fixed;
    font-size: inherit;
    right: 2em;
    bottom: 2em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    text-align: center;
    transition: all .2s;
    border: none;
    z-index: 100;
}

.callback-button:hover {
    width: 2.7em;
    height: 2.7em;
    line-height: 2.7em;
    right: 2em;
    bottom: 2em;
}

.callback-button i {
    color: inherit;
    position: relative;
    z-index: 1;
    animation: callback-button-phone 2s infinite;
    animation-timing-function: ease-out;
}

.callback-button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    border: solid #165f9a 1px;
    width: 5em;
    height: 5em;
    animation: callback-button-border 2s infinite
}

.callback-button:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    background-color: #165f9a;
    opacity: .1;
    width: 4em;
    height: 4em;
    animation: callback-button-border1 2s infinite;
    animation-delay: 1s
}

@keyframes callback-button-phone {
    0% {
        transform: rotate(0)
    }

    3% {
        transform: rotate(10deg)
    }

    6% {
        transform: rotate(0)
    }

    9% {
        transform: rotate(-10deg)
    }

    12% {
        transform: rotate(0)
    }

    15% {
        transform: rotate(10deg)
    }

    18% {
        transform: rotate(0)
    }

    21% {
        transform: rotate(-10deg)
    }

    24% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(0)
    }
}

@keyframes callback-button-border {
    0% {
        width: 2.5em;
        height: 2.5em;
        opacity: 1
    }

    100% {
        width: 5em;
        height: 5em;
        opacity: 0
    }
}

@keyframes callback-button-border1 {
    0% {
        width: 2.5em;
        height: 2.5em;
        opacity: .3
    }

    100% {
        width: 5em;
        height: 5em;
        opacity: 0
    }
}

.callback-button__icon {
    background: url('data:image/svg+xml,<%3Fxml version="1.0" %3F><svg height="48" viewBox="0 0 48 48" width="48" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h48v48h-48z" fill="none"/><path fill="white" d="M13.25 21.59c2.88 5.66 7.51 10.29 13.18 13.17l4.4-4.41c.55-.55 1.34-.71 2.03-.49 1.24.74 4.65 1.14 7.14 1.14 1.11 0 2 .89 2 2v7c0 1.11-.89 2-2 2-18.78 0-34-15.22-34-34 0-1.11.9-2 2-2h7c1.11 0 2 .89 2 2 0 2.49.4 4.9 1.14 7.14.22.69.06 1.48-.49 2.03l-4.4 4.42z"/></svg>') center no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    background-size: 27px;
}

.header .container {
    position: relative;
    z-index: 222;
}
.header {
    position: sticky;
    top: 0px;
    width: 100%;
    background: #ffffff80;
}

.section-container {
    margin-top: 144px;
    margin-bottom: 144px;
}

.sleep__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-title span {
    color: #165F9A;
}
.section-title {
    color: var(--Black, #000);

    /* Desktop/H3 */
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 48px */
    text-transform: uppercase;
}

.sleep__container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 210px;
}

.sleep-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sleep__case span {
    color: #165F9A;
}
.sleep__case {
    color: var(--dark-grey, #252525);
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.sleep__cases {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sleep-image__wrapper {
    width: 461px;
    height: 415px;
    overflow: hidden;
    border-radius: 20px;
    flex-shrink: 0;
}

@media(max-width: 1100px) {
    .sleep-wrapper {
        flex-direction: column-reverse;
    }
    .section-wrapper {
        flex-direction: column;
    }
    .section-container {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .sleep__container {
        gap: 24px;
    }
    .sleep__case {
        max-width: 188px;
        font-size: 20px;
        font-weight: 400;
        line-height: 100%;
    }
    .sleep__case:nth-child(2){
        align-self: flex-end;
        text-align: right;
    }
    .sleep__cases {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 24px;
    }
    .section-title{
        font-size: 24px;
        font-weight: 400;
        line-height: 100%;
    }
    .sleep-image__wrapper {
        object-fit: contain;
        width: 100%;
        height: 305px;
    }
}