@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
a{
    text-decoration: none;
}
header{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 200;
}
.header-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 56px 0;
}
.tob-bg{
    margin-bottom: 120px;
    height: 720px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.top-block{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.dimmer {
    background: rgba(0, 0, 0, 0.24);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.about-blocks{
    display: flex;
    flex-direction: column;
}
.about-blocks .title {
    color: #000000;
    text-align: left;
    font-size: 22px;
    line-height: 120%;
    font-weight: 600;
    align-self: stretch;
    margin-bottom: 15px;

}

.about-blocks .text {
    color: #828282;
    text-align: left;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    position: relative;
    align-self: stretch;
   /* display: flex;
    align-items: center;
    justify-content: flex-start;*/
    margin-bottom: 15px;
}
.about-blocks .right img {
    margin-bottom: 15px;
}
.info-blocks{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.info-blocks .title-block {
    color: #000000;
    text-align: left;
    font-size: 28px;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin-bottom: 15px;
    width: 100%;
}
.info-blocks .title {
    color: #000000;
    text-align: left;
    font-size: 18px;
    line-height: 150%;
    font-weight: 500;
    margin-bottom: 24px;

}
.info-blocks .img {
    margin-bottom: 10px;
}
.menu-top{
    margin-left: auto;
}
body.rtl .menu-top{
    margin-left: unset;
    margin-right: auto;
}
.menu-top ul{
    display: flex;
    align-items: center;
    gap: 48px;
}
.menu-top ul li a {
    color: #ffffff;
    text-align: left;
    font-size:  20px;
    line-height: 150%;
    font-weight:  500;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;

}

.top-block .title {
    color: #ffffff;
    text-align: center;
    font-family: "Inter-Bold", sans-serif;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -0.02em;
    font-weight: 700;
    position: relative;
    align-self: stretch;
    margin-bottom: 16px;
}
.top-block .text {
    color: #ffffff;
    text-align: center;
    font-family: "Inter-Medium", sans-serif;
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.top-block .button {
    background: #000000;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    padding: 20px 32px 20px 32px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    max-width: max-content;
    box-shadow: var( --button-shadow-box-shadow, 0px 1px 2px 0px rgba(0, 0, 0, 0.05) );
    margin-left: auto;
    margin-right: auto;
}
.wp-block-polylang-language-switcher{
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    margin-left: 48px;
    border-radius: 8px;
    border:1px solid #ffffff;
    padding: 14px 24px 14px 24px;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    box-shadow: var( --button-shadow-box-shadow, 0px 1px 2px 0px rgba(0, 0, 0, 0.05) );

}
body.rtl .wp-block-polylang-language-switcher
{
    margin-right: 48px;
    margin-left:0 ;
}
.wp-block-polylang-language-switcher a {
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    line-height: 150%;
    font-weight:  500;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;

}

#contact{
    background: #f7f7f7;
    padding: 90px 0;
    margin-top: 200px;
    margin-bottom: 180px;
}
#contact .title-block {
    color: #000000;
    text-align: left;
    font-size: 48px;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin-bottom: 70px;
}
#contact .buttons{
    display: flex;
    align-items: center;
    margin-bottom: 70px;
    gap: 24px;
justify-content: end;

}
.acf-map {
    width: 100%;
    height: 354px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

   .acf-map img {
       max-width: inherit !important;
   }

.chat-us {
    background: #000000;
    color: #ffffff;
    border-radius: 8px;
    padding: 20px 32px 20px 32px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    box-shadow: var( --button-shadow-box-shadow, 0px 1px 2px 0px rgba(0, 0, 0, 0.05) );
}
.wpcf7-submit{
    background: #000000;
    color: #ffffff;
    border-radius: 8px;
    padding: 10px 30px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    border: 0;
    margin: 0 auto;
}
.wpcf7-submit:hover,
.chat-us:hover{
    background: #e6e6e6;
    color: #000000;
}
.rder-cleaning {
    background: #e6e6e6;
    color:  #000000;
    border-radius: 8px;
    padding: 20px 32px 20px 32px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    box-shadow: var( --button-shadow-box-shadow, 0px 1px 2px 0px rgba(0, 0, 0, 0.05) );
}
.rder-cleaning:hover {
    background: #000000;
    color: #ffffff;
}

#contact .text{
    color: #000000;
    text-align: left;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}
#contact .text a{
    color: #000000;
    text-align: left;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
}
.footer-menu{
   border-top: 1px solid #E6E6E6;
    display: flex;
    justify-content: start;
    padding: 56px 0;
    height: 264px;
}
.footer-menu > div{
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
}
.logo-top .custom-logo-link,
.logo-footer .custom-logo-link {
    color: #000000;
    text-align: left;
    font-size: 24px;
    line-height: 150%;
    font-weight:  400;

}
body.rtl .logo-top .custom-logo-link,
body.rtl .logo-footer .custom-logo-link {
    text-align: right;
}
.menu-footer ul{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.menu-footer li a {
    color: #454545;
    text-align: left;
    font-size:  16px;
    line-height: 150%;
    font-weight: 500;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.social-icons {
    display: flex;
    flex-direction: row;
    gap:  8px;
    margin-top: auto;
}
.buttons-icon {
    border-radius: 4px;
    padding: 8px;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    position: relative;
}

@media (min-width: 768px) {

    .menu-top ul{
        gap: 48px;
    }
    .menu-top ul li a {
        font-size:  20px;

    }

    .top-block .title {
        font-size: 64px;
        margin-bottom: 16px;
    }
    .top-block .text {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .top-block .button {
        padding: 20px 32px 20px 32px;
    }
    .wp-block-polylang-language-switcher{
        margin-left: 48px;
        padding: 14px 24px 14px 24px;
    }

    .wp-block-polylang-language-switcher a {
        font-size: 16px;
    }

    .about-blocks{
        flex-direction: row;
        flex-wrap: wrap;

    }
    .about-blocks > div {
        display: flex;
        flex-direction: row;
        margin-bottom: 80px;
    }
    .about-blocks .left {
        flex: 0 0 50%;
        padding-right: 79px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
   body.rtl .about-blocks .left {
        padding-left: 79px;
    }
    .about-blocks .right {
        flex: 0 0 50%;
    }
    .about-blocks .title {
        font-size: 34px;
        margin-bottom: 24px;

    }

    .about-block:nth-child(even) .left {
        order: 2;
        padding-right: 0;
        padding-left: 79px;
    }
    body.rtl .about-block:nth-child(even) .left {
        padding-left: 0;
        padding-right: 79px;
    }
    .about-block:nth-child(even) .right {
order: 1;
    }

    .about-blocks .text {
        color: #828282;
        font-size: 18px;
    }
    .about-blocks .right img {
        margin-bottom: 0px;
    }
    .info-blocks{
        flex-direction: row;
        flex-wrap: wrap;
        gap: 37px;
    }
    .info-blocks .title-block {
        font-size: 48px;
        margin-bottom: 70px;
    }
    .info-blocks .title {
        font-size: 24px;
        margin-bottom: 0px;
    }
    .info-blocks .img {
        margin-bottom:24px;
    }
}
@media (max-width: 767px) {
    .tob-bg {
        margin-bottom: 30px;
        height: 520px;
    }
    #contact {
        padding: 30px 0;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    #contact .buttons {
        display: flex;
        align-items: center;
        margin-bottom: 50px;
        gap: 20px;
        justify-content: space-between;
    }
    #contact .title-block {
        font-size: 22px;
        margin-bottom: 30px;
    }
    #contact .text {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .header-menu {
        padding: 20px 0;
        flex-wrap: wrap;
    }
    .logo-top{
order: 1;
        width: 50%;
    }
    .custom-widget{
        order: 2;  width: 50%;
    }
    .menu-top {
       order: 3;
        width: 100%;
        margin-top: 15px;
    }
    .menu-top ul {
        flex-direction: row;
        justify-content: center;
        gap: 20px;

    }
    .wp-block-polylang-language-switcher {
        padding: 10px;
    }
}

.scot-chat__messages{filter:none!important;}
.current-lang a{
    font-weight: bold;
    text-decoration: underline;
}
body.rtl .scot-chat__messages__header .user-name {

    margin-right: auto;
}
body.rtl .modal-header .btn-close {
    margin-left: 0;
    margin-right: auto;
}