body.customize-support header{
    padding-top: 50px;
}
#murre_logo{
    max-width: 200px;
}
.header__menu-item--difference{
    margin-left: unset;
}
.created_by{
    display: flex;
    align-items: center;
    gap: 10px;
    &:hover{
        .footer__copy{
            color: white;
        }
    }
    .footer__copy{
        transition: all 0.3s;
    }
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.response__card-rating{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #DADADA;
}
.response__card-rating span{
    color: #BAAB8F;
}
.response__card-content::-webkit-scrollbar{
    width: 6px;
    border-radius: 20px;
}
.response__card-content::-webkit-scrollbar-track {
    background: #F4F4F4;
    border-radius: 20px;
}
.response__card-content::-webkit-scrollbar-thumb {
    background: #DADADA;
    border-radius: 20px;
}
.response__card-content::-webkit-scrollbar-thumb:hover {
    background: #999999;
}
.articles__card-name{
    color: white !important;
}
.cases__card-link{
    color: black;
    transition: all 0.3s;
}
.image-comparison__before img{
    height: 101%;
}
.modal-case__thumbnails-item img{
    height: 102%;
    width: 100%;
    object-fit: cover;
}
.cases__card:hover .cases__card-link{
    color: #BAAB8F !important;
}
.services__details h2, .services__details h3, .services__details h4, .services__details h5, .services__details h6{
    width: 100%;
    color: #070606;
    font-size: 32px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 30px;
}
.services__details p {
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}
.services__details p:last-child {
    margin-bottom: 0;
}
.services__details h2, .services__details h3, .services__details h4, .services__details h5, .services__details h6{
    padding-top: 20px;
}
.services__details ul, .services__details ol{
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.services__details ul, .services__details li, .services__details ol{
    list-style: initial !important;
}
.service_descrp_price_page{
    margin-top: 12px;
}
.service_descrp_price_page p{
    margin-bottom: 12px;
}
.contacts_info_contact_page span{
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 10px;
}
.contacts_info_contact_page span:last-child {
    margin-bottom: 0;
}
.tabs__menu-btn:hover {
    color: #070606;
    border: 1px solid #666464;
    cursor: pointer;
}
.tabs .active a {
    color: #070606;
    border: 1px solid #666464;
}
.professional__service-photo{
    width: 100%;
}
.professional__service-photo img{
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    object-position: center;
}
.professional__service{
    gap: 60px;
}
.post .post__content img{
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    object-position: center;
}
.cases__slide .cases__card{
    cursor: pointer;
}
.signup--bg .signup__form-btn:hover{
    color: #C6B89E;
}
.signup--bg .signup__form-btn svg path{
    transition: all 0.3s;
}
.signup--bg .signup__form-btn:hover svg path{
    fill: #C6B89E;
}
.cases__card-photo img{
    height: 300px;
    object-fit: cover;
}
.cases__card{
    cursor: pointer;
}
.response__title title span{
    width: 100%;
}
.partners__items img{
	max-width: 160px;
	object-fit: contain;
}
@media screen and (min-width: 776px){
    .section_5_article.post__content{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .popup-full .popup__title{
        max-width: 852px;
        padding: 0 16px;
    }
    .all_service_acc_service{
        align-items: start;
    }
    .services__item:hover .services__item-img{
        margin-top: 0px;
    }
    .procedures__tab-photo img{
        width: 200px;
        height: 200px;
        object-fit: cover;
    }
    .modal-case__images img{
        height: 400px;
        object-fit: cover;
    }
    .modal-case__info-list{
        padding-right: 12px;
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 776px) {
    .created_by{
        .footer__copy{
            margin-bottom: 0;
        }
    }
    .services__details{
        margin-top: 80px;
    }
    .services__details h2, .services__details h3, .services__details h4, .services__details h5, .services__details h6{
        font-size: 24px;
    }
    .services__details p{
        font-size: 16px;
    }
    .services__content .services__item:not(._spoller-active):hover{
        color: black;
    }
    .service-seo .service-seo__container{
        padding: 0 15px;
    }
    .service-seo .service-seo__container .service-seo__title{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .service-seo .service-seo__container .service-seo__content{
        font-size: 16px;
    }
    .services__btn-dek{
        display: none;
    }
    .faq{
        padding-bottom: 100px;
        padding-top: 20px;
    }
    .faq__title.title{
        margin-bottom: 60px;
    }
    .articles__card-photo img{
        height: 250px;
    }
    .disabled-scroll .header__wrapp::before{
        content: "";
        position: fixed;
        top: 0;
        left: -10px;
        width: 105%;
        height: 100vh;
        background: #3C0001;
        z-index: 0;
    }
    .header__nav.active::before{
        display: block;
    }
    .modal-specialist__buttons{
        display: none;
    }
    .modal-specialist__description{
        border: none;
        padding-bottom: 0px;
    }
    .modal-case__images img{
        height: 210px;
        object-fit: cover;
    }
}
.service-seo__content{
    h2, h3, h4, h5, h6{
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 25px;
    }
    ul, ol{
        padding-left: 20px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 15px;
    }
    ul, ol, li{
        list-style: initial !important;
    }
}

.messengersq .links.active a:after {
    position: absolute;
    top: 18px;
    background: #fff;
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 12px;
}
.messengersq .links.active a:nth-child(1):hover:after {
    color: #3d0001;
    left: -70px;
    content: "Phone";
}
.messengersq .links.active a:nth-child(2):hover:after {
    color: #2a9fda;
    left: -88px;
    content: "Telegram";
}
.messengersq .links.active a:nth-child(3):hover:after {
    color: #007ff8;
    left: -91px;
    content: "Facebook";
}
.messengersq .links.active a:nth-child(4):hover:after,
.messengersq .links.active a:nth-child(5):hover:after {
    color: #784f99;
    left: -63px;
    content: "Viber";
}
.messengersq .links.active a:nth-child(6):hover:after {
    color: #27a219;
    left: -95px;
    content: "WhatsApp";
}
.btnq,
.messengersq .links a,
.messengersq .pulse:after {
    background: #3d0001;
    box-shadow: -1px 2zpx 3px 0 #2b2b2b4f;
}
.messengersq .pulse:after {
    box-shadow: none;
}
.messengersq .btnq > div svg {
    display: none;
}
.messengersq .btnq > div svg.active {
    display: block;
}
.messengersq {
    right: 30px;
}
.messengersq .links.active ~ .btnq:after {
    visibility: hidden !important;
}
.messengersq .links.active ~ .btnq > div {
    display: none;
}
.messengersq .links.active ~ .btnq {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    transform: rotate(90deg) !important;
    opacity: 0.8;
}
.messengersq .links.active a:nth-child(2):hover {
    background: #2a9fda;
}
.messengersq .links.active a:nth-child(3):hover {
    background: #007ff8;
}
.messengersq .links.active a:nth-child(4):hover,
.messengersq .links.active a:nth-child(5):hover {
    background: #784f99;
}
.messengersq .links.active a:nth-child(6):hover {
    background: #27a219;
}
.messengersq .links.active ~ .btnq svg:nth-child(1) {
    display: block;
}
.messengersq .links.active ~ .btnq svg:nth-child(2) {
    display: none;
}
.messengersq .links.active a svg {
    transition: all 0.3s ease;
    max-width: unset !important;
}
.messengersq .links.active a:hover svg {
    transform: scale(0.9);
}
.messengersq .btnq svg:nth-child(1) {
    display: none;
}
.messengersq .pulse {
    position: relative;
    overflow: unset !important;
}
@keyframes scale {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.7);
        opacity: 0;
    }
}
.messengersq .pulse:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    border-radius: 100%;
    animation: scale 2s linear infinite;
    content: "";
    position: absolute;
    z-index: -1;
}
.messengersq .pulse-call path:nth-child(2),
.messengersq .pulse-call path:nth-child(3) {
    opacity: 0;
}
.messengersq .pulse-call path:nth-child(2).active,
.messengersq .pulse-call path:nth-child(3).active {
    opacity: 1;
}
.messengersq .btnq,
.messengersq .links a {
    width: 60px;
    height: 60px;
    overflow: hidden;
    padding: 15px;
    border-radius: 100%;
    box-sizing: border-box;
    height: 60px;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}
.messengersq {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    bottom: 60px;
    z-index: 9998;
}
.messengersq .btnq {
    cursor: pointer;
    position: relative;
    z-index: 998;
    transition: all 0.3s ease;
}
.messengersq .btnq:hover {
    transform: scale(1.1);
}
.messengersq .links {
    display: flex;
    height: 0;
    margin-bottom: -25px;
    overflow: hidden;
    flex-direction: column;
    transition: all 0.3s ease;
}
.messengersq .links a {
    position: relative;
    overflow: unset;
    transition: transform 0.3s cubic-bezier(0.31, 1.04, 0.43, 1.1);
}
.messengersq .links.active a {
    transform: translate(0) !important;
}
.messengersq .links.active {
    margin-bottom: 0;
    height: 100%;
    overflow: visible;
}
#viber-mobileq {
    display: none;
}
.messengersq .links.active a svg{
    max-width: unset !important;
}
.messengersq .btnq>div svg{
    max-width: unset !important;
}
.messengersq .btnq>div svg.active{
    max-width: unset !important;
}
@media (max-width: 768px) {
    .messengersq {
        right: 15px;
    }
    #viberq {
        display: none;
    }
    #viber-mobileq {
        display: block;
    }
}

