:root {
    --c-white: #ffffff;
    --c-black: #322224;
    --c-blue: #ff313e;
    --c-yellow-light: #eef8a1;
    --c-yellow: #f9d42e;
    --font: "Segoe UI", Roboto, sans-serif;
}

.flat-image-box.absolute-center .text-wrap {
    white-space: nowrap;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 11px;
    right: 6px;
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 11px;
}


.call-menu .call-menu-open {
    /*display: none;*/
}

.call-menu .menu-item {
    background: var(--c-blue);
    border-radius: 100%;
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 27px;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease-out 200ms;
    transition: -webkit-transform ease-out 200ms;
    -o-transition: transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}

.call-menu .menu-item img {
    margin: 10px auto;
}

.call-menu .menu-item img.call-button {
    margin: 9px auto;
}

.call-menu .inner {
    position: absolute;
    top: -8px;
    left: -8px;
    height: 73px;
    width: calc(100% + 16px);
    border-radius: 100px;
    background: var(--c-blue);
    opacity: 0.2;
}

.call-menu .pulse {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid var(--c-blue);
    border-radius: 50%;
    -webkit-animation: widgetPulse infinite 1.5s;
    animation: widgetPulse infinite 1.5s;
}

@-webkit-keyframes widgetPulse {
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0;
    }
}

@keyframes widgetPulse {
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0;
    }
}

.call-menu .menu-open-button .close {
    display: none;
}

.call-menu .call-menu-open:checked+.menu-open-button .pulse {
    -webkit-animation: unset;
    animation: unset;
    border: unset;
}

.call-menu .call-menu-open:checked+.menu-open-button .inner {
    background: #fff;
}

.call-menu .call-menu-open:checked+.menu-open-button .animated-img {
    display: none;
}

.call-menu .call-menu-open:checked+.menu-open-button .close {
    width: 20px;
    display: block;
    position: absolute;
    left: 19px;
    top: 12px;
}

.call-btn-shadow {
    position: fixed;
    background: rgba(33, 33, 33, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
}

.call-btn-shadow.show {
    display: block;
}

.call-menu {
    top: 100%;
    position: fixed;
    right: 88px;
    z-index: 9994;
}

.call-menu .menu-open-button {
    background: var(--c-blue);
    border-radius: 100%;
    width: 57px;
    height: 57px;
    position: fixed;
    bottom: 20px;
    text-align: center;
    z-index: 2;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    cursor: pointer;
}

.call-menu .menu-open-button:hover {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.call-menu .call-menu-open:checked+.menu-open-button {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
}

.call-menu .call-menu-open:checked~.menu-item {
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.call-menu-open:checked~.menu-item:nth-child(3) {
    -webkit-transition-duration: 190ms;
    -o-transition-duration: 190ms;
    transition-duration: 190ms;
    -webkit-transform: translate3d(8px, -60px, 0);
    transform: translate3d(8px, -60px, 0);
}

.call-menu-open:checked~.menu-item:nth-child(4) {
    -webkit-transition-duration: 290ms;
    -o-transition-duration: 290ms;
    transition-duration: 290ms;
    -webkit-transform: translate3d(8px, -114px, 0);
    transform: translate3d(8px, -114px, 0);
}

.call-menu-open:checked~.menu-item:nth-child(5) {
    -webkit-transition-duration: 390ms;
    -o-transition-duration: 390ms;
    transition-duration: 390ms;
    -webkit-transform: translate3d(8px, -167px, 0);
    transform: translate3d(8px, -167px, 0);
}

.call-menu-open:checked~.menu-item:nth-child(6) {
    -webkit-transition-duration: 490ms;
    -o-transition-duration: 490ms;
    transition-duration: 490ms;
    -webkit-transform: translate3d(8px, -220px, 0);
    transform: translate3d(8px, -220px, 0);
}

.call-menu-open:checked~.menu-item:nth-child(7) {
    -webkit-transition-duration: 590ms;
    -o-transition-duration: 590ms;
    transition-duration: 590ms;
    -webkit-transform: translate3d(8px, -270px, 0);
    transform: translate3d(8px, -270px, 0);
}

.call-menu .menu-item:nth-child(3),
.call-menu .menu-item:nth-child(4),
.call-menu .menu-item:nth-child(5),
.call-menu .menu-item:nth-child(6),
.call-menu .menu-item:nth-child(7) {
    -webkit-transition-duration: 180ms;
    -o-transition-duration: 180ms;
    transition-duration: 180ms;
}

.call-menu .animated-img img {
    position: absolute;
    opacity: 0;
    -webkit-animation: animatedImg 7.5s linear infinite 0s;
    animation: animatedImg 7.5s linear infinite 0s;
    width: 25px;
    left: 18px;
    top: 13px;
}

.call-menu .animated-img img:nth-child(2) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    width: 28px;
    left: 15px;
    top: 11px;
}

.call-menu .animated-img img:nth-child(3) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    width: 25px;
    left: 16px;
    top: 13px;
}

.call-menu .animated-img img:nth-child(4) {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
    width: 25px;
    left: 14px;
    top: 14px;
}

.call-menu .animated-img img:nth-child(5) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    width: 18px;
    left: 20px;
    top: 14px;
}

@-webkit-keyframes animatedImg {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    35% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes animatedImg {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    35% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 787px) {
    .call-menu {
        left: 90%;
        top: 100%;
    }
}

@media screen and (max-width: 450px) {
    .call-menu {
        left: 80%;
        top: 100%;
    }
}

[data-tooltip]:before {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

[data-tooltip]:before {
    position: absolute;
    display: block;
    color: var(--c-blue);
    content: attr(data-tooltip);
    font-size: 17px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 6px;
    background: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    padding: 6px 8px;
    border-radius: 4px;
    right: 0;
    font-weight: 500;
}

[data-tooltip]:hover:before {
    visibility: visible;
    opacity: 1;
    right: 48px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.subscribe.clearfix {
    display: flex;
    align-items: center;
}

.subscribe.clearfix .flat-social {
    width: 37%;
}

.widget.widget-link ul li.active a {
    color: #f63440;
}

@media screen and (max-width: 991px) {
    .subscribe.clearfix {
        display: block;
        align-items: unset;
    }

    .subscribe.clearfix .flat-social {
        width: 100%;
        margin-top: 20px;
    }

    .saratan-production .owl-theme .owl-nav {
        top: -42px;
        right: 0;
    }

    .saratan-production .owl-theme .owl-dots {
        bottom: -48px;
    }

    .saratan-production {
        margin-bottom: 33px;
    }
}

@media screen and (max-width: 571px) {
    .title.font-size-52.line-height-76 {
        line-height: 55px !important;
        margin-top: 11px;
    }

    .title-section .title:before {
        display: none;
    }

    .title-section .sub-title {
        line-height: 25px;
        margin-top: 20px;
    }

    .footer .widget ul li {
        text-align: center;
    }
}