

/* Start:/local/templates/yarrem-template/styles.css?177608472799121*/
/* @import url(/local/templates/yarrem-template/js_css_libs/freakflags/freakflags.css); */

/* @font-face {
    font-family: 'TildaSans';
    font-style: normal;
    font-weight: 250 1000;
    src: url(/local/templates/yarrem-template/fonts/TildaSans-VF.woff2) format('woff2-variations'), url(/fonts/TildaSans-VF.woff) format('woff-variations');
} */


@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100 1000;
    font-stretch: 50% 100%;
    font-display: swap;
    src: url(/local/templates/yarrem-template/fonts/Roboto-VariableFont_wdth,wght.ttf) format('woff2-variations');
    src: url(/local/templates/yarrem-template/fonts/Roboto-VariableFont_wdth,wght.ttf) format('woff2') tech('variations');
}


@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100 1000;
    font-stretch: 50% 100%;
    font-display: swap;
    src: url(/local/templates/yarrem-template/fonts/Roboto-Italic-VariableFont_wdth,wght.ttf) format('woff2-variations');
    src: url(/local/templates/yarrem-template/fonts/Roboto-Italic-VariableFont_wdth,wght.ttf) format('woff2') tech('variations');
}


::-webkit-scrollbar-thumb {
    /* Укажи цвет скроллбара */
    background: #6EA330;
    /* Укажи радиус скругления скроллбара */
    border-radius: 5px;
}

::-webkit-scrollbar {
    /* Укажи ширину вертикального скроллбара */
    width: 5px;
    /* Укажи высоту вертикального скроллбара */
    height: 10px;
    /* Укажи цвет фона под скроллбаром */
    background: #ffffff;
}


:root {
    /* --default-font-family: 'TildaSans', Arial, sans-serif; */
    --default-font-family: 'Roboto', Arial, sans-serif;
}

*,
*:before,
*:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
img,
b,
u,
i,
center,
table,
tr,
th,
td,
video {
    margin: 0;
    padding: 0;
    border: 0
}

sup {
    line-height: 0;
    font-size: smaller;
    vertical-align: super
}

sub {
    line-height: 0;
    font-size: smaller;
    vertical-align: sub
}

h1,
h2,
h3,
h4
{
    font-size: inherit;
    display: inline;
    margin: 0;
    font-weight: inherit;
}


/*MARK:COMMON
*/

.all-blocks-are-line *:not(script) {
    display: inline-block;
    vertical-align: middle;
}


.green-link,
.green-links-inside a {
    display: inline-block;
    width: auto;
    position: relative;
    transition: all 0.3s ease;
    color: #111111;
    text-decoration: none;
}

.green-link:hover,
.green-links-inside a:hover {
    color: #64932C !important;
}

.green-link::after,
.green-links-inside a::after {
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    margin: auto;
    margin-bottom: 0px;
    height: 1px;
    background: #bdbdbd;
    opacity: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
}


.green-link:hover::after,
.green-links-inside a:hover::after {
    background: #64932C !important;
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
}

.nowrap {
    white-space: nowrap;
}

.small-button {
    display: inline-block;
    padding: 0px 19px;
    background-color: #6ea330;
    line-height: 25px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
    cursor: pointer;
    border: 0;
    user-select: none;
    overflow: hidden;
}

.small-button:hover {
    background-color: #64932c;
}

.small-button:active {
    background-color: #5f892e;
}


strong {
    font-weight: 700;
}

#dev_screenshot {
    background-image: url(/local/templates/yarrem-template/dev/yarrem.ru_3.png);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    opacity: 0.4;
    display: none;
}

#dev_screenshot_switch {
    position: absolute;
    z-index: 9999;
    top: 100px;
    right: 200px;
    background: #c3ccff;
    padding: 5px;
    user-select: none;
}


.main-wrapper,
body {
    background-color: unset;
    margin: 0;
    padding: 0;
    font-family: var(--default-font-family);
}

/*MARK:WRAPPER
*/
.wrapper {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 10px;
}

@media screen and (max-width: 1200px) {
    .wrapper {
        max-width: 920px;
    }
}

@media screen and (max-width: 1180px) {
    .wrapper {
        padding: 0 10px;
    }
}

@media screen and (max-width: 350px) {
    .wrapper {
        padding: 0 3px;
    }
}





.main-wrapper {
    -webkit-font-smoothing: antialiased;
    opacity: 1;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
    -webkit-text-size-adjust: 100%;
    color: #111;
}

/*MARK:HEADER
*/

header {
    height: 100px;
    position: relative;
}

.header-wrap {
    height: 100px;
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    vertical-align: middle;
    color: #606060;
    font-size: 0;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;

}



.first-line {
    height: 25px;
}


.icon {
    height: 18px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    display: inline-block;
}


.location-icon {
    background-image: url(/local/templates/yarrem-template/images/others-icons/geo-location.svg);
    position: relative;
    top: -1px;
}

.smalltext {
    font-size: 11px;
}


.head-address {
    line-height: 15px;
    margin-left: 19px;
    margin-top: 6px;
}

.head-address-link {
    margin-left: 5px;
}


.head-worktime {
    margin-left: 55px;
    margin-top: 6px;
}

.green-circle {
    border-radius: 20px 20px 20px 20px;
    background-color: #83c96c;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    width: 8px;
    height: 8px;
    margin-top: -1px;
    display: inline-block;
    animation: blinking-green-circle 4s infinite linear;
    backface-visibility: hidden;
}

.worktime-text {
    margin-left: 8px;
}

.phone-icon {
    background-image: url(/local/templates/yarrem-template/images/others-icons/phone-icon-filled.svg);
    height: 15px;
    width: 15px;
}

.head-phone .phone-icon {
    margin-top: -3px;
    margin-right: 2px;
}

.head-to-right-block {
    float: right;
}


.head-phone {
    margin-right: 19px;
}

.phone-text {
    margin-top: -3px;
}


.head-email {
    margin-right: 68px;
}

.email-icon {
    background-image: url(/local/templates/yarrem-template/images/others-icons/email-icon-filled.svg);
    margin-right: 2px;
    margin-top: -2px;
}

.email-text {
    margin-top: -2px;
}



.head-social {
    margin-right: 20px;
}

.head-social .social-links-block>.icon {
    width: 30px;
    height: 30px;
    transition: background-color 0.2s ease-in-out;
    background-color: inherit;
    border-radius: unset;
    margin: 0;
}

.head-social .social-links-block>.icon:hover {
    background-color: #dfdfdf;
}

.whatsapp-icon {
    background-image: url(/local/templates/yarrem-template/images/social-icons/whatsapp_icon.svg);
}

.max-icon {
    background-image: url(/local/templates/yarrem-template/images/social-icons/logo_MAX_grey.svg);
    background-size: 25px 25px;
    background-position: 2px 2px;
}


.telegramm-icon {
    background-image: url(/local/templates/yarrem-template/images/social-icons/telegram_icon.svg);
}

.vk-icon {
    background-image: url(/local/templates/yarrem-template/images/social-icons/vk_icon.svg);
}

.rutube-icon {
    background-image: url(/local/templates/yarrem-template/images/social-icons/Icon_RUTUBE_grey_mon.svg);
}

.clock-dark-icon {
    background-image: url(/local/templates/yarrem-template/images/others-icons/time-fill_1.svg);
}


.head-social .rutube-icon {
    background-size: 25px 25px;
    background-position: 2px 2px;
}


.second-line {
    margin-left: 12px;
    margin-top: 5px;
    border: 1px solid #f7f6f5;
    border-left: 0;
    border-right: 0;
    box-sizing: border-box;
}


.top-menu-item-block {
    border-right: 1px solid #f7f6f5;
    height: 68px;
    color: #111111;
    text-align: center;
    padding: 17px 6px 0;
    box-sizing: border-box;
    font-size: 12px;
}

.green-block-link {
    text-decoration: none;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.green-block-link:hover {
    color: #f9f9f9;
    background-color: #6ea330;
}



.logo-block {
    /* background-image: url(/local/templates/yarrem-template/images/logos/logo__17_s.png); */
    padding: 5px;
    width: 311px;
    flex-basis: 28.4%;

}

.logo-block-img {
    background-image: url(/local/templates/yarrem-template/images/logos/logo__17_s.png);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.second-line .flats-and-houses {
    width: 158px;
    flex-basis: 13.9%;
}

.second-line .commercial-premises {
    width: 177px;
    flex-basis: 15.6%;
}

.second-line .building-houses {
    width: 144px;
    flex-basis: 12.6%;
}

.second-line .our-objects {
    width: 68px;
    flex-basis: 5.9%;
}

.second-line .contacts {
    width: 76px;
    padding-top: 25px;
    flex-basis: 6.7%;
}

.button.button-call-me {
    float: right;
    margin-top: 14px;
    margin-right: 20px;
    width: 160px;
    color: #fff;
    background-color: #6ea330;
    font-weight: 400;
    position: relative;
    transition: transform 0.3s ease-out;
    align-content: center;
}


.button.button-call-me:hover {
    background-color: #64932c;
}

.button.button-call-me:active {
    background-color: #5f892e;
}

/*MARK:HEADER ADAPTIVE
*/









@media screen and (max-width: 1140px) {

    .first-line {
        /* overflow: hidden; */
    }

    .second-line {
        display: flex;
        align-items: center;
    }

    .second-line.adaptive-two-lines {
        justify-content: center;
        align-content: center;
        flex-wrap: nowrap;
    }

    .header-wrap .second-line.adaptive-two-lines .top-menu-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .button.button-call-me {
        margin: 0 6px;
    }

    .top-menu-item-block {
        padding: 0 5px;
        align-content: center;
        font-size: 12px;
        flex-grow: 1;
    }

    .second-line .contacts {
        padding: 0 5px;
    }


    .second-line.adaptive-two-lines .top-menu-container .top-menu-item-block {
        height: 34px;
    }

    .second-line.adaptive-two-lines .logo-block {
        /* flex: 162px 1 0; */
        max-width: 311px;

    }

    .second-line.adaptive-two-lines .flats-and-houses {
        width: auto;
        flex-basis: unset;
    }

    .second-line.adaptive-two-lines .commercial-premises {
        width: auto;
        flex-basis: unset;
    }

    .second-line.adaptive-two-lines .building-houses {
        width: auto;
        flex-basis: unset;
    }

    .second-line.adaptive-two-lines .our-objects {
        width: auto;
        flex-basis: unset;
    }

    .second-line.adaptive-two-lines .contacts {
        width: auto;
        flex-basis: unset;
    }
}

@media screen and (max-width: 1051px) {
    .second-line.adaptive-two-lines .logo-block-img {
        background-image: url(/local/templates/yarrem-template/images/logos/footer-logo.webp);
        max-width: 175px;
    }

    .second-line {
        margin-left: 0px;
    }

    .first-line .head-email {
        margin-right: 20px;
    }

    .first-line .head-worktime {
        margin-left: 20px;
    }
}

@media screen and (max-width: 843px) {
    .first-line .head-worktime {
        display: none;
    }
}

@media screen and (max-width: 721px) {
    .first-line .head-address {
        margin-left: 3px;
        letter-spacing: -0.2px;
    }

    .first-line .head-social {
        margin-right: 7px;
    }

    .first-line .head-phone {
        margin-right: 7px;
    }

    .first-line .head-email {
        margin-right: 3px;
    }
}

@media screen and (max-width: 700px) {
    .button.button-call-me {
        margin: 0 3px;
        font-size: 11px;
        line-height: 13px;
        width: auto;
        text-indent: 0px;
    }
}

@media screen and (max-width: 766px) {
    .second-line.adaptive-two-lines .logo-block {
        min-width: 145px;
    }
}

@media screen and (max-width: 1005px) {
    .button.button-call-me {
        padding: 0 5px;
    }
}


/*MARK:MOBILE MENU
*/
#mobile-menu-checkbox,
.mobile-menu-button-label {
    display: none;
}

.mobile-menu-button-line {
    width: 28px;
    height: 3px;
    background: #6ea330;
    opacity: 1;
    transition: all 0.1s linear;
}

.mobile-menu-button-line:nth-child(2) {
    margin: 5px 0;
}

.mobile-menu-button-line:nth-child(3) {
    position: absolute;
    top: 8px;
}

.mobile-menu-button-cont {
    position: absolute;
    right: 20px;
    top: 24px;
    cursor: pointer;
}

#mobile-menu-checkbox:checked+.mobile-menu-button-label .mobile-menu-button-line:nth-child(1) {
    transform: translate(14px, 8px);
    width: 0px;
    opacity: 0;
}

#mobile-menu-checkbox:checked+.mobile-menu-button-label .mobile-menu-button-line:nth-child(2) {
    transform: rotate(45deg);
}

#mobile-menu-checkbox:checked+.mobile-menu-button-label .mobile-menu-button-line:nth-child(3) {
    transform: rotate(-45deg);
}

#mobile-menu-checkbox:checked+.mobile-menu-button-label .mobile-menu-button-line:nth-child(4) {
    transform: translate(14px, -8px);
    width: 0px;
    opacity: 0;
}


@media screen and (max-width: 640px) {
    .second-line.adaptive-two-lines .logo-block-img {
        max-width: unset;
    }

    .header-wrap .second-line.adaptive-two-lines .top-menu-container {
        display: block;
    }

    .second-line.adaptive-two-lines .top-menu-item-block {
        height: auto;
        border: 0;
    }

    .second-line.adaptive-two-lines .logo-block-img {
        background-image: url(/local/templates/yarrem-template/images/logos/logo__17_s.png);
    }

    .main-wrapper {
        border-top: 1px solid transparent;
    }

    .main-wrapper .breadcrumbs-cont {
        /* margin-top: 150px; */
    }

    header {
        height: 78px;
    }

    .header-wrap {
        height: auto;
        z-index: 10000;
        margin-top: 68px;
        box-sizing: border-box;
    }

    .header-wrap .first-line {
        height: auto;
    }

    #mobile-menu-checkbox~.header-wrap {
        display: flex;
        flex-direction: column;
    }

    #mobile-menu-checkbox:not(:checked)~.header-wrap {
        width: 0;
        height: 0;

        /* margin-top: 68px; */
    }

    #mobile-menu-checkbox~.header-wrap .logo-block {
        position: absolute;
        top: -48px;
        left: 20px;
        width: 252px;
        height: 29px;
        padding: 0;
    }

    #mobile-menu-checkbox:not(:checked)~.header-wrap .first-line {
        display: none;
    }

    #mobile-menu-checkbox:not(:checked)~.header-wrap .second-line>*:not(.logo-block) {
        display: none;
    }

    /* #mobile-menu-checkbox:checked ~ .header-wrap {
        display: flex;
        flex-direction: column;
    } */

    #button-call-me {
        position: absolute;
        bottom: 35px;
        margin: 0px;
        left: calc(50% - 95px);
        display: block;
        font-size: 14px;
        font-weight: 600;
        width: 190px;
    }

    .header-wrap .first-line {
        order: 2;
        display: flex;
        flex-direction: column;
        margin-top: 50px;
    }

    .header-wrap .head-address {
        margin: 0;
    }

    .header-wrap .head-address .head-address-link {
        display: block;
        margin: 0;
        text-align: center;
        font-size: 12px;
    }

    .head-social {
        margin: 0;
        order: -1;
        margin-top: 19px;
    }

    .header-wrap .head-worktime {
        display: none;
    }

    .header-wrap .head-to-right-block {
        float: none;
        display: flex;
        flex-direction: column;
        margin-bottom: 103px;
        text-align: center;
    }

    #mobile-menu-checkbox:checked~.header-wrap .whatsapp-icon {
        background-image: url(/local/templates/yarrem-template/images/social-icons/whatsapp_icon_dark.svg);
    }

    #mobile-menu-checkbox:checked~.header-wrap .max-icon {
        background-image: url(/local/templates/yarrem-template/images/social-icons/logo_MAX_dark.svg);
        background-size: unset;
        background-position: center;
    }

    #mobile-menu-checkbox:checked~.header-wrap .telegramm-icon {
        background-image: url(/local/templates/yarrem-template/images/social-icons/telegram_icon_dark.svg);
    }

    #mobile-menu-checkbox:checked~.header-wrap .vk-icon {
        background-image: url(/local/templates/yarrem-template/images/social-icons/vk_icon_dark.svg);
    }

    #mobile-menu-checkbox:checked~.header-wrap .rutube-icon {
        background-image: url(/local/templates/yarrem-template/images/social-icons/Icon_RUTUBE_dark_col.svg);
        background-size: contain;
        background-position: center;
    }

    #mobile-menu-checkbox:checked~.header-wrap .social-links-block .icon {
        margin: 0px 7px;
    }

    #mobile-menu-checkbox:checked~.header-wrap .social-links-block .icon:hover {
        background-color: unset;
    }


    .header-wrap .location-icon,
    .header-wrap .phone-icon,
    .header-wrap .email-icon {
        display: none;
    }


    .header-wrap .head-phone {
        margin-right: 0;
        margin-top: 22px;
    }

    .header-wrap .phone-text {
        margin-top: 0;
        font-size: 13px;
        color: #000;
    }


    .header-wrap .head-email {
        margin-right: 0;
        margin-top: 0px;
    }

    .header-wrap .email-text {
        font-size: 12px;
        margin-top: 0;
        color: #000;
        line-height: 8px;
    }


    .header-wrap .second-line {
        order: 1;
        margin: 0;
        border: 0;
        display: flex;
        flex-direction: column;
        margin-top: 17px;
    }

    .second-line.adaptive-two-lines .top-menu-container .top-menu-item-block {
        width: auto;
        height: auto;
        padding: 10px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-size: 14px;
        line-height: 16px;
        display: block;
    }

    .header-wrap .second-line .top-menu-item-block.green-block-link:hover {
        color: #111;
        background-color: unset;
    }


    .mobile-menu-button-label {
        display: block;
        position: fixed;
        z-index: 9999;
        width: 100%;
        height: 28px;
        top: 0;
        right: 0;
        padding: 20px;
        background-color: #fff;
    }

    /* #mobile-menu-checkbox:after {
        display: block;
        content: "";
        width: 30px;
        height: 30px;
        background-color: aquamarine;
        z-index: 10;
        position: absolute;
        top: 100%;
        left: 100%;
    } */
}

@media screen and (max-width: 330px) {
    .mobile-menu-button-cont {
        right: 5px;
    }

    #mobile-menu-checkbox~.header-wrap .logo-block {
        left: 10px;
    }
}

@media screen and (max-width: 308px) {
    #mobile-menu-checkbox~.header-wrap .logo-block {
        left: 5px;
    }
}










.big-title {
    color: #111111;
    font-size: 29px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 39px;
}


.button {
    color: #111;
    font-size: 12px;
    line-height: 12px;
    font-weight: 550;
    text-transform: uppercase;
    border-radius: 5px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    display: inline-block;
    width: 180px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    text-indent: 0;
    text-decoration: none;
    align-items: center;
    align-content: center;
}

.button:hover {
    background-color: #a3b426;
}

.white-button {
    background-color: #dfdfdf;
    color: #000;
}

.green-button {
    background-color: #bcd02c;
}


/*MARK:topCarousel
*/
#top-carousel-cont {
    margin: 0 auto;
    width: 97%;
    position: relative;
}

#top-carousel-cont .owl-carousel .owl-item img {
    display: inline-block;
    width: unset;
    max-width: 100%;
}

#top-carousel-cont .carousel-item {
    height: 620px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-top: 1px solid transparent;
    box-sizing: border-box;
}

#top-carousel-cont .owl-nav {
    position: relative;
    top: -100px;
    left: 0;
    width: 100%;
    font-size: 0;
    height: 0px;
}

#top-carousel-cont .owl-nav>button {
    height: 39px;
    width: 29px;
    background-color: #64932c;
    background-image: url(/local/templates/yarrem-template/images/main-page-carousel/57-572816_gallery-le.png.webp);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
}

#top-carousel-cont .owl-nav .owl-prev {
    left: -50px;
}

#top-carousel-cont .owl-nav .owl-next {
    transform: scaleX(-1);
    right: -50px;
}

.carousel-item .background-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-size: cover;
    background-position: center center;
    z-index: -10;
    filter: brightness(35%);
}

.carousel-item.flats-repair {
    background-image: url(/local/templates/yarrem-template/images/main-page-carousel/2022-12-21_15-40-37_dark.jpg);
}

.carousel-item.soundproofing {
    background-image: url(/local/templates/yarrem-template/images/main-page-carousel/photo1.jpg);
}

.carousel-item.repair-commercial-premises {
    background-image: url(/local/templates/yarrem-template/images/main-page-carousel/Untitled-1-dark.jpg);
}

.carousel-item .item-info-wrap {
    display: flex;
    flex-direction: column;
    height: 450px;
    margin: 25px;
    justify-content: space-between;
    max-width: 735px;
}

.carousel-item .bigtext,
.carousel-item .mediumtext,
.carousel-item .smallmediumtext {
    color: #fff;
    vertical-align: middle;
    font-weight: 600;
    text-transform: uppercase;
}

.carousel-item .bigtext {
    font-size: 38px;
    line-height: 42px;
    margin-top: 40px;
}

.carousel-item .mediumtext {
    font-size: 22px;
    line-height: 24px;
}

.carousel-item .smallmediumtext {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-transform: none;
}

.carousel-item .bigtext,
.carousel-item .mediumtext,
.carousel-item .smallmediumtext {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    align-content: center;
    justify-content: left;
}



.carousel-item .buttons-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.repair-commercial-premises .buttons-wrap {
    margin-top: 34px;
    margin-left: 1px;
    font-size: 0;
}

.repair-commercial-premises .calc-price {
    margin-left: 30px;
}



.carousel-item.flats-repair .item-info-wrap {
    margin-left: 19%;
    margin-top: 150px;
}

.carousel-item.flats-repair .item-info-wrap .bigtext {
    width: 460px;
    font-size: 39px;
    line-height: 43px;
}

.flats-repair .smallmediumtext {
    margin-top: 25px;
    text-indent: 3px;
}

.flats-repair .buttons-wrap {
    margin-top: 61px;
    margin-left: 4px;
}

.flats-repair .want-make-repair {
    margin-left: 21px;
}

.soundproofing .item-info-wrap {
    margin-top: 0;
    margin-left: 19%;
}

.soundproofing .gradient-wrap {
    width: 100%;
    height: 100%;
    padding-top: 89px;
    background-image: linear-gradient(0.25turn, rgba(0, 0, 0, 1) 22%, rgba(0, 0, 0, 0) 87%);
}

.soundproofing .bigtext {
    font-size: 40px;
}

.soundproofing .big-logo {
    margin-top: 25px;
    margin-left: 1px;
}

.soundproofing .sound-logo {
    background-image: url(/local/templates/yarrem-template/images/main-page-carousel/SoundGuard_logo1.svg);
    width: 532px;
    height: 134px;
    background-repeat: no-repeat;
    background-size: cover;
}

.soundproofing .images-row {
    font-size: 0;
    margin-top: 37px;
    margin-left: 1px;
}


.soundproofing .sound-image {
    min-width: 90px;
    min-height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

.soundproofing .sound-image-1 {
    background-image: url(/local/templates/yarrem-template/images/main-page-carousel/basalt.png.webp);
    width: 93px;
    height: 73px;
}

.soundproofing .sound-image-2 {
    background-image: url(/local/templates/yarrem-template/images/main-page-carousel/266-removebg-preview.png.webp);
    width: 117px;
    height: 77px;
    margin-left: 6px;
}

.soundproofing .sound-image-3 {
    background-image: url(/local/templates/yarrem-template/images/main-page-carousel/2662-removebg-previe.png.webp);
    width: 95px;
    height: 62px;
}

.soundproofing .sound-image-4 {
    background-image: url(/local/templates/yarrem-template/images/main-page-carousel/Vibro_PL-removebg-pr.png.webp);
    width: 111px;
    height: 73px;
    margin-left: 8px;
}

.soundproofing .sound-image-5 {
    background-image: url(/local/templates/yarrem-template/images/main-page-carousel/l_item.png.webp);
    width: 93px;
    height: 71px;
    margin-left: 12px;
    background-position-y: -1px;
}

.soundproofing .buttons-wrap {
    margin-top: 24px;
    margin-left: 1px;
}

.sound-consultation {
    width: 192px;
}

/*MARK:topCarousel ADAPTIVE
*/


@media screen and (max-width: 1500px) {
    #top-carousel-cont .owl-nav {
        width: 50%;
    }
}
@media screen and (max-width: 954px) {
    .carousel-item .item-info-wrap {
        margin-left: 17%;
        max-width: 612px;
    }

    .carousel-item .bigtext {
        font-size: 30px;
        line-height: 34px;
    }

    .carousel-item .mediumtext {
        font-size: 19px;
        line-height: 23px;
    }

    .carousel-item .smallmediumtext {
        font-weight: 400;
        font-size: 15px;
        line-height: 19px;
    }
}

@media screen and (max-width: 900px) {
    .carousel-item .item-info-wrap {
        margin-left: 15%;
        max-width: calc(612px - 2%);
    }
}

@media screen and (max-width: 600px) {
    .carousel-item .item-info-wrap {
        margin-left: 25px;
        margin-right: 25px;
    }

    .carousel-item .bigtext {
        font-size: 28px;
        line-height: 32px;
    }

    .carousel-item .mediumtext {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (max-width: 437px) {
    .carousel-item .buttons-wrap {
        justify-content: center;
    }
}

@media screen and (max-width: 380px) {
    .carousel-item .item-info-wrap {
        margin: 20px 15px 0;
    }

    .carousel-item .bigtext {
        font-size: 25px;
        line-height: 29px;
    }

    .carousel-item .mediumtext {
        font-size: 17px;
        line-height: 21px;
    }
}

@media screen and (max-width: 360px) {
    #top-carousel-cont .owl-nav .owl-next {
        margin-right: 0;
    }

    #top-carousel-cont .owl-nav .owl-prev {
        margin-left: 0;
    }

    .carousel-item .bigtext {
        font-size: 23px;
        line-height: 27px;
    }

    .carousel-item .mediumtext {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (max-width: 270px) {
    .carousel-item .item-info-wrap {
        margin: 5px 3px;
    }
}








/*MARK:FEATURES
*/
.features-wrap {
    font-size: 0;
    border-radius: 8px;
    background-color: #f7f6f5;
    padding-top: 41px;
    padding-bottom: 35px;
}

.feature-item,
.feature-item>* {
    display: inline-block;
    vertical-align: top;
}


.feature-item .feature-icon {
    background-color: #ccc4be;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}


.feature-item.experience .feature-icon {
    background-image: url(/local/templates/yarrem-template/images/features/photo_clock.svg);
}


.feature-item.technologies .feature-icon {
    background-image: url(/local/templates/yarrem-template/images/features/guard.svg);
}


.feature-item.repair .feature-icon {
    background-image: url(/local/templates/yarrem-template/images/features/document.svg);
}


.feature-item.garanties .feature-icon {
    background-image: url(/local/templates/yarrem-template/images/features/photo_house.svg);
}


.feature-item .feature-title {
    font-size: 17px;
    font-weight: 600;
}


.feature-item .feature-descr {
    color: #89827a;
    font-size: 13px;
    font-weight: 400;
    max-width: 220px;
    line-height: 21px;
    margin-top: 5px;
}



.features-inner-cont {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    row-gap: 10px;
}

.feature-descr-block {
    margin-left: 13px;
}

.feature-item {
    width: 275px;
}


@media screen and (max-width: 1200px) {
    .features-inner-cont {
        grid-template-columns: repeat(2, 1fr);
        width: 740px;
        row-gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    .features-inner-cont {
        width: 550px;
        row-gap: 10px;
    }
}

@media screen and (max-width: 575px) {
    .features-inner-cont {
        grid-template-columns: 1fr;
        width: 280px;
    }
}

@media screen and (max-width: 291px) {
    .features-inner-cont {
        width: unset;
    }

    .feature-item {
        width: unset;
    }

    .feature-descr-block {
        margin-top: 5px;
    }

    .feature-item .feature-icon {
        margin-left: 13px;
    }
}




/*MARK:aboutCompany
*/
.about-company-wrap {
    margin-top: 55px;
}

.about-company-wrap>* {
    display: inline-block;
}

.about-company-title {
    color: #606060;
    font-weight: 400;
    font-size: 14px;
}


.green-text {
    color: #64932c;
}


.about-company-wrap .experienced-specialists {
    color: #111111;
    text-transform: uppercase;
    max-width: 700px;
}


.about-company-descr {
    color: #606060;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 22px;
}


.about-company-text-cont {
    width: 800px;
    vertical-align: top;
    margin-left: 200px;
}

@media screen and (max-width: 1200px) {
    .about-company-text-cont {
        width: 700px;
        margin-left: 65px;
    }
}

@media screen and (max-width: 960px) {
    .about-company-wrap {
        max-width: 600px;
    }

    .about-company-text-cont {
        width: unset;
        margin-left: 0;
        margin-top: 16px;
    }

    .about-company-text-cont .nowrap {
        white-space: normal;
    }

}

@media screen and (max-width: 620px) {
    .about-company-text-cont .big-title {
        font-size: 26px;
        line-height: 36px;
    }
}



.our-clients-wrap {
    margin-top: 65px;
}

.our-clients-title {
    color: #606060;
    font-weight: 400;
    font-size: 14px;
}

.our-clients-items-cont {
    display: grid;
    grid-template-columns: repeat(4, 275px);
    justify-items: center;
    margin: 16px auto 0;
    gap: 13px;
}



.our-clients-item {
    font-size: 14px;
    width: 275px;
    height: 75px;
    border-radius: 8px 8px 8px 8px;
    padding: 16px 0 0 28px;
    box-sizing: border-box;
}


.our-clients-item:nth-child(1) {
    background-color: #e2edd6;
}


.our-clients-item:nth-child(2) {
    background-color: #d3e3c0;
}

.our-clients-item:nth-child(3) {
    background-color: #c5daac;
}

.our-clients-item:nth-child(4) {
    background-color: #b6d197;
}

.our-clients-procent {
    color: #111111;
    font-weight: 600;
    font-size: 21px;
}

.our-clients-descr {
    color: #606060;
    font-size: 13px;
    font-weight: 400;
    margin-top: 3px;
}


@media screen and (max-width: 1200px) {
    .our-clients-item {
        width: 100%;
    }

    .our-clients-items-cont {
        grid-template-columns: repeat(4, 223px);
    }
}

@media screen and (max-width: 960px) {
    .our-clients-wrap {
        max-width: 563px;
    }

    .our-clients-items-cont {
        grid-template-columns: repeat(2, 275px);
    }
}

@media screen and (max-width: 600px) {
    .our-clients-items-cont {
        grid-template-columns: repeat(2, calc(50% - 13px));
    }
}

@media screen and (max-width: 470px) {
    .our-clients-wrap {
        max-width: 275px;
    }

    .our-clients-items-cont {
        grid-template-columns: repeat(1, 275px);
    }
}

@media screen and (max-width: 300px) {
    .our-clients-item {
        padding: 13px;
        height: unset;
    }

    .our-clients-wrap {
        max-width: 275px;
    }

    .our-clients-items-cont {
        grid-template-columns: repeat(1, calc(100% - 14px));
    }
}




/*MARK:OUR-SERVIC
*/
.our-services-wrap {
    margin-top: 107px;
    font-size: 0;
}

.our-services-items-cont {
    margin-top: 17px;

}

.our-services-title {}

.our-services-item:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    align-content: center;
    justify-items: center;
}

.our-services-item {}

.image-card {
    width: 275px;
    height: 275px;
}

.our-services-item-cont {
    display: grid;
    grid-template-columns: repeat(4, 275px);
    grid-template-rows: repeat(2, 275px);
    align-items: end;
    justify-items: center;
    gap: 20px;
}

.our-services-item-cont.big-item-cont {
    display: block;
}


.image-card {
    font-size: 12px;
    position: relative;
}

.our-services-item-cont .image-card.flats-repair {
    width: 570px;
    height: 570px;
}

.image-card.flats-repair .image-card-background {
    background-image: url(/local/templates/yarrem-template/images/our-services/6235-3034-4165-b033-383339633866__img_1134.jpg);
    filter: brightness(0.6);
}

.image-card-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    border-radius: 8px;
    z-index: -10;

}


.image-card.repair-commercial-premises .image-card-background {
    background-image: url(/local/templates/yarrem-template/images/our-services/Untitled-2.jpg.webp);
    filter: brightness(0.5);
}


.image-card.create-design .image-card-background {
    background-color: #d0debf;
}

.image-card.full-repair .image-card-background {
    background-color: #eaf1e0;
}

.image-card.houses-construction .image-card-background {
    background-color: #e2edd6;
}

.image-card-button:hover {
    background-color: #64932c;
}

.our-services-item .flats-repair .image-card-title {
    position: absolute;
    bottom: 80px;
    right: 40px;
    padding: 0;
    color: #fff;
    font-size: 29px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 270px;
    text-align: end;
}


.our-services-item .flats-repair .image-card-button {
    position: absolute;
    bottom: 45px;
    right: 40px;
}

.our-services-item .image-card-title {
    font-size: 18px;
    font-weight: 600;
    padding: 30px 60px 0 30px;
}


.our-services-item .image-card-button {
    margin: 22px 0 0 30px;
}

.repair-commercial-premises .image-card-button {
    margin-top: 147px;
}

.our-services-item .repair-commercial-premises .image-card-title {
    color: #fff;
    padding: 29px 0 0 19px;
}

.our-services-item .image-card-descr {

    font-size: 15px;
    color: #111;
    padding: 22px 20px 0 30px;
    line-height: 20.4px;
}

@media screen and (max-width: 1200px) {
    .our-services-item-cont {
        grid-template-columns: repeat(3, 275px);
        grid-template-rows: repeat(3, 275px);
    }
}

@media screen and (max-width: 960px) {
    .our-services-item-cont {
        grid-template-columns: repeat(2, 275px);
        grid-template-rows: repeat(4, 275px);
    }

    .our-services-wrap {
        max-width: 570px;
    }
}

@media screen and (max-width: 600px) {
    .our-services-item-cont {
        grid-template-columns: 100%;
        grid-template-rows: 1fr repeat(5, 275px);
    }

    .our-services-item:first-child {
        grid-column-end: 2;
        grid-row-end: 3;
        justify-self: normal;
    }

    .our-services-item-cont .image-card.flats-repair {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }
}

@media screen and (max-width: 392px) {
    .our-services-item-cont .image-card.flats-repair .image-card-title {
        font-size: 24px;
    }

}





/*MARK:FAQ
*/
@media screen and (max-width: 960px) {
    .faq-wrap {
        max-width: 600px;
    }
}

.accordion .accordion-item {
    border: solid #eee;
    border-width: 1px 0 0 0;
}

.accordion .accordion-item:last-child {
    border-bottom-width: 1px;
}

.accordion .ui-accordion-header {
    padding: 29px 50px 29px 0;
    background: #fff;
    cursor: pointer;
    outline: none;
    font-size: 17px;
    font-weight: 500;
    color: #000;
}



.faq-wrap {
    margin-top: 68px;
}


.accordion {
    margin-top: 17px;
}

.accordion-text {
    font-size: 14px;
    line-height: 1.75;
    font-weight: 300;
    color: #000;
    padding-bottom: 41px;
}


.accordion-header {
    position: relative;
}


.accordion-header::after {
    position: absolute;
    top: 19px;
    right: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    background-image: url(/local/templates/yarrem-template/images/others-icons/plus.svg);
    transition: transform ease-in-out 0.3s;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
}

.ui-accordion-header-active::after {
    transform: rotate(-45deg);
}

.accordion-header:hover::after {
    background-color: #eee;
}





/*MARK:workStages
*/

.work-stages-wrap {
    margin-top: 53px;
}

.work-stage-card>.work-stage-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    border-radius: 8px;
    z-index: -10;
    filter: brightness(50%);
}

.work-stage-card>.work-stage-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center center;
    z-index: 5;
    top: 18px;
    right: 14px;
}


.work-stages-cards-cont {
    margin-top: 22px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, 275px);
}


.work-stage-card {
    position: relative;
    width: 275px;
    height: 275px;
}

.work-stage-card:nth-child(1)>.work-stage-background {
    background-color: #c1d4ab;
    filter: none;
}

.work-stage-card:nth-child(2)>.work-stage-background {
    background-image: url(/local/templates/yarrem-template/images/work-stages/2-small.webp);
}

.work-stage-card:nth-child(3)>.work-stage-background {
    background-image: url(/local/templates/yarrem-template/images/work-stages/3-small.webp);
}

.work-stage-card:nth-child(4)>.work-stage-background {
    background-image: url(/local/templates/yarrem-template/images/work-stages/4-small.webp);
    filter: brightness(40%);
}

.work-stage-card:nth-child(5)>.work-stage-background {
    background-image: url(/local/templates/yarrem-template/images/work-stages/5-small.webp);
}

.work-stage-card:nth-child(6)>.work-stage-background {
    background-image: url(/local/templates/yarrem-template/images/work-stages/6-small.webp);
    filter: brightness(60%);
}

.work-stage-card:nth-child(7)>.work-stage-background {
    background-image: url(/local/templates/yarrem-template/images/work-stages/7-small.webp);
}

.work-stage-card:nth-child(8)>.work-stage-background {
    background-image: url(/local/templates/yarrem-template/images/work-stages/8-small.webp);
    filter: brightness(65%);
}



.work-stage-card:nth-child(1)>.work-stage-icon {
    background-image: url(/local/templates/yarrem-template/images/work-stages/icon-1.webp);
}

.work-stage-card:nth-child(2)>.work-stage-icon {
    background-image: url(/local/templates/yarrem-template/images/work-stages/icon-2.webp);
}

.work-stage-card:nth-child(3)>.work-stage-icon {
    background-image: url(/local/templates/yarrem-template/images/work-stages/icon-3.webp);
}

.work-stage-card:nth-child(4)>.work-stage-icon {
    background-image: url(/local/templates/yarrem-template/images/work-stages/icon-4.png);
}

.work-stage-card:nth-child(5)>.work-stage-icon {
    background-image: url(/local/templates/yarrem-template/images/work-stages/icon-5.webp);
}

.work-stage-card:nth-child(6)>.work-stage-icon {
    background-image: url(/local/templates/yarrem-template/images/work-stages/icon-6.webp);
}

.work-stage-card:nth-child(7)>.work-stage-icon {
    background-image: url(/local/templates/yarrem-template/images/work-stages/icon-7.webp);
}

.work-stage-card:nth-child(8)>.work-stage-icon {
    background-image: url(/local/templates/yarrem-template/images/work-stages/icon-8.webp);
}

.work-stage-card .work-stage-number {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 30px 0 0 30px;
}

.work-stage-card:nth-child(1) .work-stage-number {
    color: #606060;
}

.work-stage-card .work-stage-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 98px 0 0 30px;
}

.work-stage-card:nth-child(1) .work-stage-title {
    color: #111;
}

.work-stage-card .work-stage-descr {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin: 30px 20px 0 30px;
    line-height: 21px;
}

.work-stage-card:nth-child(1) .work-stage-descr {
    color: #111;
}

.work-stage-button {
    font-size: 11px;
    margin: 11px 0 0 29px;
    padding: 0 8px;
}

@media screen and (max-width: 960px) {
    .work-stages-wrap {
        max-width: 570px;
    }
}

@media screen and (max-width: 600px) {

    .work-stages-cards-cont {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .work-stage-card {
        width: 80%;
        min-width: 275px;
    }

    .work-stages-wrap .big-title {
        margin-left: 10%;
    }
}






/*MARK:REVIEWS
*/
.reviews-carousel-wrap {
    margin-top: 66px;
}

.reviews-carousel-wrap .carousel-item .review-image {
    width: 320px;
    height: 320px;
    background-position: center center;
    background-size: contain;
    vertical-align: top;
    float: left;
    margin: 0 29px 9px 0;
}


.reviews-carousel-wrap .carousel-item-1 .review-image {
    background-image: url(/local/templates/yarrem-template/images/reviews/IMG_5976_1.jpeg.webp);
}

.reviews-carousel-wrap .carousel-item-2 .review-image {
    background-image: url(/local/templates/yarrem-template/images/reviews/2022-12-21_16-14-32_.jpeg.webp);
}

.reviews-carousel-wrap .carousel-item-3 .review-image {
    background-image: url(/local/templates/yarrem-template/images/reviews/noroot.png.webp);
}

.reviews-carousel-wrap .carousel-item .review-text,
.reviews-carousel-wrap .carousel-item .review-person-info {
    font-size: 15.4px;
    line-height: 1.45;
    margin-bottom: 20px;
    font-weight: 300;
    color: #000;
}

.reviews-carousel-wrap .carousel-item .review-person-name {
    margin-bottom: 2px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    color: #000;
}

.main-wrapper .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.main-wrapper .owl-carousel .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #dfdfdf;
    border-radius: 50%;
    transition: background-color .2s ease-in-out;
    margin-left: 5px;
    margin-right: 5px;
}

.main-wrapper .owl-carousel .owl-dot:hover {
    background-color: #64932c;
}

.main-wrapper .owl-carousel .owl-dot.active {
    background-color: #64932c;
}



/*MARK:leaveReqest
*/

.leave-a-request-container {
    max-width: 97%;
    margin: 8px auto 0;
    position: relative;
    font-size: 0;
    min-width: 300px;
}

.leave-a-request-background {
    border-radius: 8px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(/local/templates/yarrem-template/images/leave-a-request/happy-family-with-do.jpg.webp);
    position: absolute;
    width: 100%;
    height: 550px;
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
    z-index: -10;
}

.leave-a-request-house-icon {
    background-image: url(/local/templates/yarrem-template/images/leave-a-request/BxHomeHeart.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
}

.leave-a-request-info {
    color: #fff;
    padding: 96px 0 0 0;
    width: 325px;
    display: inline-block;
    margin-right: 132px;
}

.leave-a-request-title {
    line-height: 39px;
    margin-top: 45px;
    color: #fff;
}

.leave-a-request-smalltext {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;

}

.leave-a-request-smalltext.where-start {
    display: inline-block;
    vertical-align: middle;
    margin: 7px 0 0 8px;
}

.leave-a-request-smalltext.manager {
    margin-top: 24px;
}

.leave-a-request-form-cont {
    border-radius: 8px;
    background-color: #ded8d3;
    width: 570px;
    height: 361px;
    display: inline-block;
    vertical-align: top;
    margin: 239px 0 0 133px;
    padding: 48px 50px;
    box-sizing: border-box;
}

.leave-a-request-form-title {
    font-size: 17px;
    font-weight: 500;
    color: #111;
}


.form-text-input {
    color: #111;
    border: 1px solid #ded8d3;
    background-color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    -webkit-appearance: none;
    box-sizing: border-box;
    line-height: 1.33;
    margin: 0;
    outline: none;
    padding: 0 20px;
    width: 100%;
}

.leave-a-request-form {
    margin-top: 23px;
}

.phone-input-cont .spm-wrapper {
    width: 100%;
}

.phone-input-cont {
    margin-top: 20px;
}

.phone-input-cont .spm-flag-button {
    margin-left: 14px;
}

.phone-input-cont .spm-flag-button:after {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 5px 4px 0;
    border-color: #9a9a9a transparent transparent;
    left: 25px;
    top: 23px;
    z-index: 99;
}

.privacy-policy-wrap {
    position: relative;
    margin-top: 20px;
}

.privacy-policy-agreement-hidden-checkbox {
    width: 1px;
    height: 1px;
    position: absolute;
    opacity: 0;
    margin: 0;
    padding: 0;
    left: 10px;
    top: 10px;
}

.privacy-policy-agreement-hidden-checkbox:checked+.privacy-policy-agreement-checkbox-visual {
    border-color: #606060;
}

.privacy-policy-agreement-hidden-checkbox:checked+.privacy-policy-agreement-checkbox-visual:after {
    display: block;
    border-color: #606060;
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: "";
    height: 8px;
    left: 6px;
    position: absolute;
    top: 2px;
    transform: rotate(45deg);
    width: 3px;
}


.privacy-policy-agreement-checkbox-visual {
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #93908e;
    box-sizing: border-box;
    display: inline-block;
    transition: all .2s;
    vertical-align: middle;
}

.privacy-policy-agreement-text {
    font-size: 11px;
    font-weight: 400;
    color: #606060;
    vertical-align: middle;
    margin-left: 9px;
}

.privacy-policy-agreement-text a {
    color: #606060;
    border-bottom: 1px solid #606060;
    box-shadow: none;
    text-decoration: none;
}

.privacy-policy-wrap>label {
    display: inline-block;
    cursor: pointer;
    user-select: none;
}

.privacy-policy-submit-btn {
    margin-top: 20px;
    line-height: 40px;
    padding: 0px 33px;
}

@media screen and (max-width: 1330px) {
    .leave-a-request-form-wrap.wrapper {
        max-width: 960px;
        margin: 0 auto;
    }

    .leave-a-request-form-cont {
        margin-left: 0;
    }

    .leave-a-request-info {
        padding-left: 20px;
        padding-right: 0;
        margin-right: 50px;
    }

    .leave-a-request-form-cont {
        width: 460px;
        margin-left: 0;
    }

}


@media screen and (max-width: 910px) {
    .leave-a-request-form-wrap.wrapper {
        max-width: 620px;
    }

    .leave-a-request-info {
        display: block;
        width: unset;
        padding-top: 30px;
    }

    .leave-a-request-form-cont {
        display: block;
        width: unset;
        margin-top: 70px;
    }

    .leave-a-request-title {
        margin-top: 30px;
    }

    .leave-a-request-smalltext.manager {
        margin-top: -5px;
    }

    .leave-a-request-smalltext.free {
        position: relative;
        top: 50px;
    }
}

@media screen and (max-width: 650px) {

    .leave-a-request-info {
        display: flex;
        flex-direction: column;
    }

    .leave-a-request-house-icon {
        order: -5;
    }

    .leave-a-request-smalltext.where-start {
        order: -4;
    }

    .leave-a-request-title.big-title {
        order: -3;
    }

    .leave-a-request-smalltext.free {
        order: 0;
        top: 0;
    }

    .leave-a-request-smalltext.manager {
        order: -1;
        margin-top: 0;
    }

    .leave-a-request-form-cont {
        width: 85%;
        margin: 40px auto 0;
        padding: 26px;
    }


    .leave-a-request-background {
        background-attachment: unset;
    }

    .privacy-policy-submit-btn {
        margin-top: 40px;
    }
}

@media screen and (max-width: 460px) {
    .leave-a-request-form-cont {
        width: unset;
    }

    .leave-a-request-title {
        font-size: 22px;
        line-height: normal;
        margin-left: 0;
    }

    .leave-a-request-form-cont {
        max-width: 300px;
        padding: 20px;
    }

    .privacy-policy-agreement-text {
        margin-left: 3px;
        letter-spacing: -0.6px;
    }
}

@media screen and (max-width: 324px) {
    .privacy-policy-submit-btn {
        line-height: 15px;
        padding: 10px;
        margin-top: 17px;
    }

    .leave-a-request-container {
        min-width: unset;
    }

    .leave-a-request-form-cont {
        padding: 10px;
        height: unset;
    }

    .leave-a-request-info {
        padding-top: 15px;
        padding-left: 6px;
        display: flex;
        flex-direction: column;
    }

    .leave-a-request-smalltext.where-start {
        margin-left: none;
    }

    .leave-a-request-title {
        margin-top: 16px;
    }

    .leave-a-request-smalltext {
        line-height: 15px;
    }

    .leave-a-request-smalltext.free {
        line-height: 15px;
    }

}







/*MARK:emailSubscri
*/
.email-subscribe-wrap {
    margin: 33px auto 0;
    border-radius: 8px;
    background-color: #f7f6f5;
}

.email-subscribe-privacy-policy-link {
    color: #888;
    font-size: 10px;
    text-decoration: none;
    line-height: 14px;
    margin-top: 16px;
    display: inline-block;
}

.email-subscribe-privacy-policy-link span {
    color: #64932c;
    border-bottom: 1px solid #8b8b8b;
    box-shadow: none;
}

.email-subscribe-title {
    width: 500px;
    margin: 43px 0 0 50px;
    line-height: 39px;
}

.email-subscribe-descr {
    color: #606060;
    font-weight: 400;
    font-size: 13px;
    margin: 19px 0 0 50px;
}


.email-subscribe-text-cont,
.email-subscribe-form-cont {
    display: inline-block;
    font-size: 0;
    margin-bottom: 45px;
    vertical-align: top;
}


.email-subscribe-form-cont {
    margin: 82px 0 0 32px;
}

.email-subscribe-inputs-wrap>input {
    color: #111111;
    border: 1px solid #9e958f;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    -webkit-appearance: none;
    box-sizing: border-box;
    line-height: 1.33;
    margin: 0;
    outline: none;
    padding: 0 20px;
    width: 325px;
    vertical-align: top;
}

.email-subscribe-btn {
    line-height: 40px;
    vertical-align: top;
    margin-left: 20px;
    padding: 0 46px;
}


@media screen and (max-width: 1200px) {
    .email-subscribe-title {
        width: 313px;
        margin: 25px 0 0 15px;
        line-height: 34px;
        font-size: 25px;
    }

    .email-subscribe-descr {
        color: #606060;
        font-weight: 400;
        font-size: 13px;
        margin: 10px 0 0 15px;
    }

    .email-subscribe-text-cont {
        margin-bottom: 27px;
    }

    .email-subscribe-form-cont {
        margin: 40px 0 0 40px;
    }

    .email-subscribe-inputs-wrap>input {
        width: 280px;
    }

    .email-subscribe-btn {
        padding: 0 30px;
    }
}

@media screen and (max-width: 850px) {
    .email-subscribe-wrap {
        border-top: 1px solid transparent;
        padding-bottom: 10px;
    }

    .email-subscribe-text-cont {
        display: block;
        margin-bottom: 15px;
        max-width: 600px;
        margin: 0 auto;
    }

    .email-subscribe-form-cont {
        max-width: 600px;
        margin: 15px auto 10px;
        display: block;
    }

    .email-subscribe-title {
        width: unset;
        margin-left: 0;
    }

    .email-subscribe-descr {
        margin-left: 0;
    }

}

@media screen and (max-width: 630px) {
    .email-subscribe-text-cont {
        max-width: 500px;
    }

    .email-subscribe-form-cont {
        max-width: 500px;
    }
}


@media screen and (max-width: 560px) {
    .email-subscribe-wrap .email-subscribe-text-cont .email-subscribe-title {
        font-size: 21px;
        line-height: 28px;
    }

    .email-subscribe-text-cont {
        max-width: 400px;
    }

    .email-subscribe-form-cont {
        max-width: 400px;
    }

    .email-subscribe-btn {
        margin-left: 0;
        margin-top: 16px;
        width: 150px;
    }
}

@media screen and (max-width: 463px) {
    .email-subscribe-text-cont {
        max-width: 300px;
    }

    .email-subscribe-form-cont {
        max-width: 300px;
    }

    .email-subscribe-inputs-wrap>input,
    .email-subscribe-btn {
        width: 100%;
    }

    .email-subscribe-btn {
        padding: 0;
    }

    .email-subscribe-wrap {
        padding: 0 15px 10px;
    }
}





/*MARK:CONTACTS
*/
.contacts-wrap {
    margin-top: 48px;
    font-size: 0;
    margin-bottom: 20px;
}

.contacts-map {
    margin: 20px 20px 0 0;
}

.contacts-elements-wrap>* {
    display: inline-block;
    vertical-align: top;
}

.contacts-items {
    display: inline-block;
    width: 670px;
}

.contacts-items>* {
    display: inline-block;
    vertical-align: top;
}

.contacts-items .contacts-item-phone>.phone-icon {
    height: 22px;
    width: 22px;
    transform: rotate(351deg);
    margin-top: 8px;
    position: static;
}

.contacts-item-phone-text .green-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

.contacts-item-phone-text {
    margin-left: 21px;
    margin-top: 12px;
}

.contacts-item-cont {
    background-color: #f7f6f5;
    padding: 30px 30px;
    border-radius: 8px;
    margin: 21px 16px 0 0;
    box-sizing: border-box;
    width: 325px;
    height: 165px;
    position: relative;
}

.contacts-item-phone .button {
    float: right;
    margin: 0;
    width: 225px;
    font-size: 12px;
}

.contacts-item-phone {
    width: 100%;
    margin-right: 0;
    height: auto;
}

.contacts-item-cont>* {
    display: inline-block;
    vertical-align: top;
}

.contacts-item-email a,
.contacts-item-address a,
.contacts-item-text {
    color: #111;
    font-size: 13px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    line-height: 23px;
}

.contacts-item-address a {
    width: 146px;
    font-weight: 300;
}



.contacts-item-text {
    color: #606060;
    max-width: 100px;
}



.contacts-item-title {
    color: #111;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
}

.contacts-item-cont:nth-child(3),
.contacts-item-cont:nth-child(5) {
    margin-right: 0;
}

.contacts-item-cont>.icon {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 25px;
    height: 25px;
}

.contacts-item-cont .clock-dark-icon {
    width: 23px;
    height: 23px;
}

.social-links-block {
    font-size: 0;
    white-space: nowrap;
}

.social-links-block>.icon {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 5px;
}


.contacts-item-social .social-links-block {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.contacts-item-text .work-hours {
    white-space: nowrap;
}

@media screen and (max-width: 1200px) {
    .contacts-items {
        width: 436px;
    }

    .contacts-map {
        margin-right: 14px;
    }

    .contacts-item-cont {
        width: 210px;
    }

    .contacts-item-cont.contacts-item-phone {
        width: 100%;
        min-width: 214px;
    }

    .contacts-items .contacts-item-phone>.phone-icon {
        margin-top: 10px;
    }

    .contacts-item-phone-text {
        margin-left: 3px;
        margin-top: 14px;
    }
    .contacts-item-phone .button{
        width: 196px;
    }
}


@media screen and (max-width: 960px) {
    .contacts-wrap {
        max-width: 675px;
    }

    .contacts-map {
        display: block;
        margin-right: 0;
    }

    .contacts-map>iframe {
        width: 100%;
    }

    .contacts-items {
        width: 100%;
    }

    .contacts-item-cont {
        width: 326px;
        margin-top: 21px;
        margin-right: 21px;
    }
}

@media screen and (max-width: 700px) {
    .contacts-wrap {
        max-width: 470px;
    }

    .contacts-map {
        display: block;
        margin-right: 0;
    }

    .contacts-item-cont {
        width: 224px;
        margin-top: 16px;
    }
}

@media screen and (max-width: 500px) {
    .contacts-item-cont.contacts-item-phone {
        width: 326px;
        min-width: 214px;
    }

    .contacts-items .contacts-item-phone>.phone-icon {
        margin-left: calc(50% - 73px);
    }

    .contacts-item-phone .button {
        float: none;
        display: block;
        margin: 13px auto 0;
        width: 80%;
    }

    .contacts-items {
        text-align: center;
    }

    .contacts-item-cont {
        width: 326px;
        margin-top: 21px;
        margin-right: 0;
        text-align: left;
    }
}

@media screen and (max-width: 340px) {

    .contacts-item-cont,
    .contacts-item-cont.contacts-item-phone {
        width: 224px;
    }

}

@media screen and (max-width: 234px) {

    .contacts-item-cont,
    .contacts-item-cont.contacts-item-phone {
        padding: 15px;
        width: 100%;
    }

}





/*MARK:FOOTER
*/
.footer-wrap {
    max-width: 99%;
    margin: 14px auto 0;
    font-size: 0;
    border-radius: 8px;
    background-color: #f7f6f5;
}

.footer-cont {
    padding-top: 1px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.footer-row-1,
.footer-row-2 {
    display: flex;
}

.footer-phone-cont>*,
.footer-email-cont>* {
    display: inline-block;
    vertical-align: top;
}

.footer-logo-link {
    background-image: url(/local/templates/yarrem-template/images/logos/footer-logo.webp);
    width: 186px;
    height: 58px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-phone-cont .phone-link {
    font-size: 14px;
    margin-left: 10px;
    font-weight: 300;
}

.logo-and-contacts-cont {
    margin-top: 54px;
    width: 200px;
}

.footer-phone-cont {
    margin-top: 33px;
}

.footer-email-cont .email-link {
    font-size: 13px;
    margin-left: 5px;
    font-weight: 300;
}

.footer-email-cont {
    margin-top: 14px;
}


.footer-social-cont {
    margin: 32px 0 0 3px;
}


.footer-background-logo {
    background-image: url(/local/templates/yarrem-template/images/logos/__17.png.webp);
    width: 185px;
    height: 178px;
    position: absolute;
    right: 87px;
    top: 35px;
    background-size: cover;
    opacity: 0.5;
}


.footer-menu-wrap {
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    width: 345px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 145px 0 0 380px;
    height: 171px;
}


.footer-menu-wrap .footer-menu-item {
    width: 140px;
    min-height: 47px;
    margin-bottom: 10px;
}

.footer-menu-item .flats-and-houses {
    width: 120px;
}

.footer-menu-item .building-houses {
    width: 100px;
}

.footer-requisites {
    color: #606060;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
}

.footer-not-a-public-offer {
    color: #606060;
    font-size: 11px;
    width: 285px;
    align-self: flex-end;
    line-height: 17px;
    margin-left: 192px;
}


.footer-credits-cont .credits-text {
    color: #606060;
    font-size: 12px;
    line-height: 19px;
}


.footer-credits-cont .privacy-policy-link {
    color: #606060;
    font-size: 11px;
    line-height: 19px;
    margin-left: 426px;
}

.footer-credits-cont .developer-link {
    color: #606060;
    font-size: 11px;
    line-height: 19px;
    margin-left: 212px;
}

.footer-credits-cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e9e7e4;
    margin-top: 26px;
    padding-top: 22px;
    padding-bottom: 22px;
}

footer {
    padding-bottom: 17px;
}


/*MARK:FOOTER ADAPTIVE
*/
@media screen and (max-width: 1199px) {
    .footer-wrap {
        max-width: 92%;
    }

    .footer-cont {
        max-width: 880px;
    }

    .footer-menu-wrap {
        margin-left: 300px;
    }

    .footer-not-a-public-offer {
        margin-left: 121px;
    }

    .footer-credits-cont .privacy-policy-link {
        margin-left: 350px;
    }

    .footer-credits-cont .developer-link {
        margin-left: 90px;
    }
}

@media screen and (max-width: 959px) {
    .footer-cont {
        max-width: 558px;
    }

    .footer-background-logo {
        right: 0px;
    }

    .footer-menu-wrap {
        margin: 144px 0 0 103px;
        width: 280px;
    }

    .footer-menu-wrap .footer-menu-item:nth-child(1) {
        order: -4;
    }

    .footer-menu-wrap .footer-menu-item:nth-child(2) {
        order: -5;
        width: 100px;
    }

    .footer-menu-wrap .footer-menu-item:nth-child(3) {
        order: -1;
    }

    .footer-menu-wrap .footer-menu-item:nth-child(4) {
        order: -3;
    }

    .footer-menu-wrap .footer-menu-item:nth-child(5) {
        order: -2;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .footer-row-2 {
        justify-content: space-between;
    }

    .footer-not-a-public-offer {
        margin-bottom: 22px;
        width: 130px;
        font-size: 10px;
        margin-left: 0;
        line-height: 15px;
        margin-right: 15px;
    }

    .footer-requisites {
        width: 350px;
    }

    .footer-credits-cont .privacy-policy-link {
        margin-left: 88px;
    }

    .footer-credits-cont .developer-link {
        margin-left: 53px;
    }
}

@media screen and (max-width: 639px) {
    .footer-wrap {
        max-width: 89%;
    }

    .footer-cont {
        max-width: 408px;
    }

    .logo-and-contacts-cont {
        margin-top: 33px;
    }

    .footer-not-a-public-offer {
        margin-right: 7px;
        margin-bottom: 0px;
        line-height: 14px;
    }

    .footer-menu-wrap {
        height: 300px;
        width: 125px;
        margin: 123px 0 0 71px;
    }

    .footer-row-1 {
        height: 300px;
    }

    .footer-menu-wrap .footer-menu-item:nth-child(1) {
        min-height: 38px;
    }

    .footer-menu-wrap .footer-menu-item:nth-child(3) {
        order: -3;
    }

    .footer-menu-wrap .footer-menu-item:nth-child(4) {
        order: -2;
        margin-top: 41px;
        min-height: 20px;
        margin-bottom: 8px;
    }

    .footer-menu-wrap .footer-menu-item:nth-child(5) {
        order: -1;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .footer-requisites {
        width: 249px;
        font-size: 11px;
        line-height: 17px;
    }

    .footer-credits-cont {
        flex-direction: column;
        max-height: 48px;
        padding: 10px 0 25px 0;
        margin-top: 10px;
        align-content: space-between;
        align-items: flex-end;
    }

    .footer-credits-cont .credits-text {
        height: 48px;
        align-content: end;
    }

    .footer-credits-cont .developer-link {
        text-align: right;
        margin-top: 10px;
        margin-left: 0;
    }

    .footer-credits-cont .privacy-policy-link {
        margin-left: 0;
    }

}

@media screen and (max-width: 479px) {
    .footer-wrap {
        max-width: 98%;
    }

    .footer-cont {
        max-width: 300px;
    }

    .footer-row-1 {
        height: unset;
        z-index: 1;
    }

    .footer-row-1,
    .footer-row-2 {
        flex-direction: column;
    }

    .footer-menu-wrap {
        height: 158px;
        width: unset;
        margin: 25px 0 0 0;
    }

    .footer-menu-wrap .footer-menu-item:nth-child(4) {
        margin-top: 12px;
        min-height: 30px;
        margin-bottom: 10px;
    }

    .footer-credits-cont {
        max-height: unset;
    }

    .footer-menu-wrap .footer-menu-item:nth-child(5) {
        margin-bottom: 0;
    }

    .footer-not-a-public-offer {
        width: unset;
        order: -1;
        margin-bottom: 12px;
    }

    .footer-requisites {
        width: unset;
    }

    .footer-credits-cont .credits-text {
        height: unset;
    }

    .footer-credits-cont .developer-link {
        margin-top: 0px;
    }

    .footer-credits-cont {
        padding: 15px 0 25px 0;
        margin-top: 15px;
        align-content: start;
        align-items: start;
        row-gap: 7px;
    }
}

@media screen and (max-width: 300px) {
    #mobile-menu-checkbox~.header-wrap .logo-block {
        width: calc(100vw - 48px);
        min-width: unset;
        height: 50px;
        top: -59px;
    }

    .second-line.adaptive-two-lines .logo-block-img {
        background-image: url(/local/templates/yarrem-template/images/logos/footer-logo.webp);
    }
}

@media screen and (max-width: 291px) {
    .footer-menu-wrap {
        height: unset;
    }

    .footer-menu-wrap .footer-menu-item {
        width: unset;
        min-height: unset;
    }

    .footer-menu-item .flats-and-houses {
        width: unset;
    }

    .footer-menu-wrap .footer-menu-item:nth-child(1) {
        width: unset;
        min-height: unset;
    }

    .footer-menu-wrap .footer-menu-item:nth-child(2) {
        width: unset;
    }

    .footer-menu-item .building-houses {
        width: unset;
    }

    .footer-menu-wrap .footer-menu-item:nth-child(4) {
        margin-top: 0;
        min-height: unset;
        margin-bottom: 10px;
    }

    .footer-menu-wrap .footer-menu-item:nth-child(5) {
        margin-bottom: 10px;
    }

    .logo-and-contacts-cont {
        width: unset;
    }

    .footer-logo-link {
        width: 100%;
    }

}

@media screen and (max-width: 170px) {
    .footer-phone-cont .phone-icon {
        display: none;
    }

    .footer-email-cont .email-icon {
        display: none;
    }

    .logo-and-contacts-cont .phone-link,
    .logo-and-contacts-cont .email-link {
        margin-left: 0;
    }

}





.breadcrumbs-cont {
    margin-top: 50px;
    font-size: 0;
}

@media screen and (max-width: 960px) {
    .breadcrumbs-cont {
        max-width: 675px;
    }
}
@media screen and (max-width: 640px) {
    .breadcrumbs-cont {
        max-width: 460px;
    }
}
@media screen and (max-width: 480px) {
    .breadcrumbs-cont {
        max-width: 300px;
    }
}


.breadcrump-item-cont {
    display: inline-block;
}

.breadcrump-item-link {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.breadcrump-item-cont.last-item .breadcrump-item-link {
    color: #64932c;
}

.breadcrump-item-link:hover {
    color: #6ea330 !important;
}

.breadcrump-item-cont:after {
    content: "/";
    display: inline-block;
    font-size: 15px;
    margin: 0 10px;
    color: #858585;
}


.breadcrump-item-cont:last-child:after {
    display: none;
}


#privacy-policy-wrap {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    line-height: 1.65;
    max-width: 1160px;
    margin: 52px auto 0;
}


.privacy-policy-text {
    margin-top: 10px;
}

.privacy-policy-text strong {
    font-weight: 500;
}





.page-main-title {
    line-height: 40px;
    margin-top: 50px;
}

.page-main-title h1 {
    font-size: inherit;
    font-weight: inherit;
}






/*MARK:ourAdvantages
*/

.our-advantages-wrap {
    margin-top: 11px;
}

.advantage-icon {
    width: 55px;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    flex-shrink: 0;
    margin-top: 4px;
}

.advantage-item-cont:nth-child(1) .advantage-icon {
    background-image: url(/local/templates/yarrem-template/images/advantages/3.svg);
    background-position: 1px 0px;
    background-size: 48px;
}

.advantage-item-cont {
    display: flex;
    margin-top: 8px;
}

.advantage-item-cont:first-child {
    margin-top: 0px;
}

.advantage-text-cont {
    max-width: 939px;
    position: relative;
    margin-left: 6px;
    padding: 4px 10px 4px 0;
    box-sizing: border-box;
    width: 100%;
}

.advantage-text ul {
    margin: 0;
    padding-left: 39px;
    list-style-type: disc;
    list-style-position: outside;
    color: #131313;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 400;
}

.advantage-item-cont:nth-child(1) .advantage-text-cont {
    padding: 8px 10px 25px 0;
}

.advantage-text ul li::marker {
    font-size: 17px;
    line-height: 10px;
}

.advantage-background-block {
    border-radius: 8px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #e2edd6;
    transition: transform linear 0.2s;
    z-index: -5;
    top: 0;
    left: 0;
}

.advantage-text-cont:hover .advantage-background-block {
    transform: scale(1.01, 1.01);
}

.advantage-item-cont:nth-child(2) .advantage-icon {
    background-image: url(/local/templates/yarrem-template/images/advantages/ic-4.svg);
    background-position: 0px 0px;
    background-size: 52px;
    margin-top: 0px;
}

.advantage-item-cont:nth-child(2) .advantage-background-block {
    background-color: #d3e3c0;
}

.advantage-item-cont:nth-child(3) .advantage-icon {
    background-image: url(/local/templates/yarrem-template/images/advantages/1.svg);
    background-position: 0px 0px;
    background-size: 52px;
    margin-top: 0px;
}

.advantage-item-cont:nth-child(3) .advantage-background-block {
    background-color: #c5daac;
}

@media screen and (max-width: 1200px) {
    .our-advantages-wrap {
        max-width: 940px;
    }
}

@media screen and (max-width: 960px) {
    .flats-page-wrap .page-main-title {
        max-width: 675px;
    }

    .our-advantages-wrap {
        max-width: 675px;
    }

    .advantage-item-cont .advantage-icon {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .flats-page-wrap .page-main-title {
        font-size: 25px;
        line-height: 34px;
    }
}


@media screen and (max-width: 640px) {

    .flats-page-wrap .big-title,
    .business-page-wrap .big-title {
        font-size: 25px;
        line-height: 34px;
    }
}


/*MARK:founder
*/
.founder-block-wrap {
    margin-top: 65px;
    display: flex;
}

.founder-text-block {
    max-width: 692px;
    margin-top: 20px;
}

.founder-name {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    white-space: nowrap;
}

.founder-position {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 400;
    margin-top: 9px;
    letter-spacing: 0.1px;
    white-space: nowrap;
}

.founder-dash {
    height: 3px;
    background-color: #7a7a7a;
    width: 50px;
    margin-top: 29px;
}

.founder-text {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 26px;
}

.founder-photo-block {
    width: 267px;
    height: 238px;
    background-image: url(/local/templates/yarrem-template/images/founder/_WhatsApp_2024-03-19.png.webp);
    background-position: -57px -15px;
    background-size: 378px;
    margin-left: 32px;
    margin-top: 3px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
    .founder-photo-block {
        margin-left: 7px;
    }

    .founder-text-block {
        max-width: calc(100% - 274px);
    }
}

@media screen and (max-width: 960px) {
    .founder-block-wrap {
        max-width: 675px;
        align-items: flex-end;
    }

    .founder-text-block {
        max-width: calc(100% - 248px);
    }

    .founder-photo-block {
        width: 241px;
        height: 215px;
        background-position: -52px -13px;
        background-size: 342px;
    }
}

@media screen and (max-width: 520px) {
    .founder-block-wrap {
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
    }

    .founder-text-block {
        max-width: 100%;
    }

    .founder-text {
        max-width: 300px;
    }

    .founder-photo-block {
        width: 295px;
        height: 262px;
        background-position: -63px -17px;
        background-size: 418px;
        margin-top: 15px;
    }
}

@media screen and (max-width: 316px) {
    .founder-name {
        font-size: 22px;
        white-space: wrap;
    }

    .founder-photo-block {
        width: 100%;
        height: auto;
        background-position: 52% 98%;
        background-size: cover;
        margin-top: 15px;
        aspect-ratio: 5 / 4;
        background-repeat: no-repeat;
        margin-top: 0px;
        margin-left: 0;
    }
}




/*MARK:ourFlatsService
*/

.our-flats-services-wrap {
    margin-top: 69px;
}

.our-flats-service-works-list ul {
    padding: 0;
    margin: 0;
}

.our-flats-service-works-list li {
    width: 239px;
    position: relative;
    color: #131313;
    font-size: 14px;
    font-weight: 400;
    margin-left: 42px;
    line-height: 23px;
    box-sizing: border-box;
}

.our-flats-service-works-list li::marker {
    font-size: 17px;
    line-height: 10px;
}

.our-flats-service-item-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    border-top: 1px solid #9e958f;
    margin-top: 26px;
    padding-top: 8px;
}

.our-flats-service-works-list {
    display: flex;
}

.our-flats-free-consult-button {
    text-transform: uppercase;
    padding: 0px 21px;
    margin-top: 10px;
    font-size: 11px;
}

.our-flats-service-name {
    font-size: 20px;
    font-weight: 600;
    width: 168px;
}

.our-flats-service-price {
    font-size: 19px;
    font-weight: 500;
}

.our-flats-service-item-cont:nth-child(1) ul:nth-child(2) li {
    padding-right: 12px;
}

.our-flats-service-item-cont:nth-child(3) {
    margin-top: 34px;
}

@media screen and (max-width: 760px) {
    .our-flats-services-wrap {
        max-width: 460px;
    }

    .our-flats-service-item-cont {
        flex-direction: column;
    }

    .our-flats-service-works-list {
        margin-top: 18px;
    }

    .our-flats-service-price-block {
        display: flex;
        gap: 8px;
        margin-top: 25px;
    }

    .our-flats-free-consult-button {
        margin-top: 0;
    }

    .our-flats-service-works-list li {
        font-size: 12px;
        line-height: 19px;
        margin-left: 30px;
        width: 200px;
    }

    .our-flats-service-works-list ul:first-child li {
        margin-left: 22px;
    }

    .our-flats-service-item-cont:nth-child(1) ul:nth-child(2) li {
        padding-right: 0;
    }
}

@media screen and (max-width: 486px) {
    .our-flats-services-wrap {
        max-width: 300px;
    }

    .our-flats-service-name {
        width: unset;
    }

    .our-flats-service-works-list {
        flex-direction: column;
    }

    .our-flats-service-works-list li {
        width: unset;
        margin-left: 22px;
    }

    .our-flats-service-price-block {
        flex-wrap: wrap;
        margin-top: 14px;
    }
}






/*MARK:comparisSlider
*/

.design-project-wrap {
    margin-top: 70px;
}

.design-project-content-wrap {
    margin-top: 29px;
    display: flex;
}

.comparison-slider-wrapper {
    width: 573px;
    height: 520px;
    margin: 0;
    flex-shrink: 0;
}

.comparison-slider-wrapper .comparison-slider {
    border: 0;
}

.comparison-slider-wrapper .comparison-slider .overlay span {
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    background-color: #000100;
}

.comparison-slider-wrapper .comparison-slider .overlay.to-right {
    text-align: right;
}

.design-project-text-wrap {
    font-size: 20px;
    margin-left: 32px;
    text-transform: uppercase;
    line-height: 26px;
    max-width: 420px;
    margin-top: -2px;
}

.design-project-text-wrap .green-text {
    font-weight: 700;
}

.design-project-text-wrap p:nth-child(2) {
    margin-top: 26px;
}

.design-project-button.small-button {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 20px;
    margin-top: 19px;
    margin-left: -5px;
}

@media screen and (max-width: 960px) {
    .design-project-wrap {
        max-width: 573px;
    }

    .design-project-content-wrap {
        flex-direction: column;
    }

    .design-project-text-wrap {
        margin-left: 0;
        margin-top: 40px;
        max-width: 573px;
    }
}

@media screen and (max-width: 610px) {
    .comparison-slider-wrapper {
        width: 100%;
        height: auto;
        aspect-ratio: 1.101;
    }
}





/*MARK:logoLinksCarou
*/

.logo-links-carousel .carousel-item {
    display: grid;
    justify-content: center;
    /* grid-template-columns: repeat(auto-fit, 200px); */
    grid-template-columns: repeat(auto-fit, calc(99.99% / 6));
}

.logo-links-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.logo-links-carousel.owl-auto-height .owl-stage {
    align-items: flex-start;
}

.logo-links-link-cont {
    width: 100%;
    height: unset;
    padding: 7px;
    box-sizing: border-box;
    filter: grayscale(1);
    opacity: 0.5;
}

.logo-links-link-cont:hover {
    filter: none;
    opacity: unset;
}

.logo-links-link-cont a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.logo-links-carousel.owl-carousel .owl-item img {
    display: inline-block;
    height: auto;
    flex-shrink: 0;
    width: auto;
}

.main-wrapper .logo-links-carousel.owl-carousel .owl-dots {
    margin-top: 12px;
}

@media screen and (max-width: 960px) {
    .logo-links-carousel .carousel-item {
        grid-template-columns: repeat(3, 200px);
    }
}

@media screen and (max-width: 623px) {
    .logo-links-carousel .carousel-item {
        grid-template-columns: repeat(auto-fit, 160px);
    }
}



/*MARK:trustedCompan
*/

.trusted-companies-wrap {
    margin-top: 70px;
}

@media screen and (max-width: 960px) {
    .trusted-companies-wrap {
        max-width: 600px;
    }
}





/*MARK:yandexReviews
*/

.yandex-reviews-wrap {
    margin-top: 40px;
}

.yandex-reviews-wrap>.yandex-reviews-ifame-wrap {
    width: 750px;
    height: 800px;
    margin-left: -20px;
    margin-top: 26px;

}

@media screen and (max-width: 960px) {
    .yandex-reviews-wrap {
        max-width: 600px;
    }

    .yandex-reviews-wrap .yandex-reviews-ifame-wrap {
        width: 100%;
    }
}




/*MARK:ourProjSliders
*/

.our-projects-sliders-wrap {
    margin-top: 113px;
}

.our-projects-sliders-sliders-container {
    margin-top: -17px;
}


.our-projects-slider-cont .slashes {
    font-size: 35px;
    font-weight: 1000;
    letter-spacing: 3px;
}

.our-projects-slider-cont {
    display: flex;
    margin-top: 40px;
}


.project-slider-project-info-cont {
    background-color: #ececec;
    padding: 27px 20px 20px 35px;
    display: flex;
    flex-direction: column;
}

.project-slider-text-information {
    height: 268px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.project-slider-title-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    margin-top: 22px;
}

.project-slider-project-info-block {
    color: #777777;
    font-size: 15px;
    font-weight: 400;
    margin-top: 12px;
    line-height: 16px;
    overflow: hidden;
}

.project-slider-works-text {
    margin-top: 12px;
}

.project-slider-project-area {
    margin-top: 12px;
    font-size: 33px;
    font-weight: 600;
    line-height: 23px;
}

.project-slider-project-area:after {
    content: "M2";
    font-size: 13px;
    position: relative;
    top: -23px;
    left: 2px;
    font-weight: 400;
}

.project-slider-buttons-block .small-button {
    width: 191px;
    margin-top: 19px;
    height: 37px;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0;
    box-sizing: border-box;
    line-height: 37px;
}

.project-slider-buttons-block .small-button:first-child {
    margin-top: 14px;
}

.project-slider-buttons-block .more-project-photo-button {
    background-color: #9e958f;
}

.project-slider-buttons-block .more-project-photo-button:hover {
    background-color: #777777;
}


.project-slider-buttons-block .more-project-photo-button:active {
    background-color: #686868;
}

.project-slider-buttons-block .project-video-button {
    background-color: #d33931;
    position: relative;
    padding-left: 27px;
    text-align: left;
}

.project-slider-buttons-block .project-video-button:hover {
    background-color: #64932c;
}

.project-slider-buttons-block .project-video-button:active {
    background-color: #5f892e;
}

.project-slider-buttons-block .project-video-button:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/local/templates/yarrem-template/images/our-projects-sliders/video-32.svg);
    width: 23px;
    height: 23px;
    top: 7px;
    right: 21px;
}

.our-projects-sliders-carousel.owl-carousel {
    height: 520px;
    width: 800px;
    position: relative;
}

.our-projects-sliders-carousel.owl-carousel .owl-item {
    font-size: 0;
}

.our-projects-sliders-carousel.owl-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    width: 100%;
    font-size: 0;
}

.our-projects-sliders-carousel.owl-carousel .owl-nav>button {
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    background-image: url(/local/templates/yarrem-template/images/our-projects-sliders/arrows.svg);
    background-position: center 12px;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-size: 16px;
}

.our-projects-sliders-carousel.owl-carousel .owl-nav>button:hover {
    background-color: #64932c;
    background-position: center -4px;
}

.our-projects-sliders-carousel.owl-carousel .owl-nav .owl-prev {
    float: left;
    margin-left: 2.5%;
}

.our-projects-sliders-carousel.owl-carousel .owl-nav .owl-next {
    float: right;
    margin-right: 2.4%;
    transform: scaleX(-1);
}

.carousel-item.project-slider-project-photo {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 520px;
}

.project-slider-buttons-block {
    font-size: 0;
}

.our-projects-sliders-carousel.owl-carousel .owl-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media screen and (max-width: 1200px) {
    .our-projects-sliders-wrap {
        max-width: 1046px;
    }
}

@media screen and (max-width: 1070px) {
    .our-projects-sliders-wrap {
        max-width: 874px;
    }

    .our-projects-sliders-carousel.owl-carousel {
        width: 640px;
    }

    .project-slider-project-info-cont {
        width: 191px;
        padding-left: 23px;
    }

    .our-projects-sliders-carousel.owl-carousel .owl-item img {
        /* width: auto;
        height: auto;
        min-height: 520px;
        max-width: 100%; */
    }
}

@media screen and (max-width: 889px) {
    .our-projects-sliders-wrap {
        max-width: 640px;
    }

    .our-projects-slider-cont {
        flex-direction: column;
    }

    .project-slider-project-info-cont {
        width: unset;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 11px 14px 14px 14px;
    }

    .our-projects-slider-cont .slashes {
        width: 24px;
    }

    .project-slider-title-text {
        margin-top: 5px;
        margin-left: 8px;
        width: 170px;
    }

    .project-slider-text-information {
        height: unset;
        flex-direction: row;
        justify-content: normal;
    }

    .project-slider-project-info-block {
        margin-top: 7px;
        margin-left: 30px;
        width: 150px;
    }

    .project-slider-project-area {
        margin-left: 15px;
    }

    .project-slider-buttons-block {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .project-slider-buttons-block .small-button:first-child {
        margin-top: 19px;
    }
}

@media screen and (max-width: 670px) {

    .our-projects-sliders-wrap {
        max-width: 480px;
        margin-top: 0px;
    }

    .our-projects-sliders-carousel.owl-carousel {
        width: 480px;
    }

    .project-slider-project-info-block {
        margin-left: 0;
    }

    .project-slider-title-text {
        margin-left: 5px;
        width: 145px;
    }

    .project-slider-buttons-block {
        gap: 15px;
        flex-wrap: wrap;
        margin-top: 15px;
    }

    .project-slider-buttons-block .small-button,
    .project-slider-buttons-block .small-button:first-child {
        margin-top: 0;
    }
}

@media screen and (max-width: 510px) {
    .carousel-item.project-slider-project-photo{
        height: unset;
        aspect-ratio: 1;
    }
    .our-projects-sliders-carousel.owl-carousel .owl-item img {
        /* width: 100%;
        height: auto;
        min-height: unset; */
    }

    .our-projects-sliders-carousel.owl-carousel {
        width: 100%;
        height: auto;
    }

    .project-slider-project-info-cont {
        position: relative;
    }

    .our-projects-slider-cont .slashes {
        position: absolute;
        right: 13px;
        top: 10px;
    }

    .project-slider-text-information {
        min-height: 164px;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-between;
        align-items: flex-end;
    }

    .project-slider-title-text {
        flex-basis: calc(100% - 37px);
        margin-left: 0;
    }
}

@media screen and (max-width: 449px) {

    .project-slider-buttons-block .small-button,
    .project-slider-buttons-block .small-button:first-child {
        width: 100%;
    }

    .project-slider-buttons-block .project-video-button {
        text-align: center;
        padding-left: 0;
    }
}

@media screen and (max-width: 277px) {

    .project-slider-buttons-block .small-button,
    .project-slider-buttons-block .small-button:first-child {
        width: 191px;
    }

    .project-slider-buttons-block .project-video-button {
        text-align: left;
        padding-left: 27px;
    }
}

@media screen and (max-width: 227px) {
    .project-slider-buttons-block .project-video-button:after {
        display: none;
    }

    .project-slider-buttons-block .project-video-button {
        text-align: center;
        padding-left: 0;
    }
}






.flats-page-wrap .leave-a-request-container {
    margin-top: 30px;
}



.business-page-wrap .our-advantages-wrap {
    margin-top: 46px;
}

.business-page-wrap .advantage-item-cont {
    margin-left: 6px;
    margin-top: 25px;
}

.business-page-wrap .advantage-text-cont {
    max-width: 862px;
    padding: 13px 15px 13px 0;
}

.business-page-wrap .advantage-item-cont:nth-child(1) .advantage-text-cont {
    padding: 13px 15px 13px 0;
}

.business-page-wrap .advantage-text ul {
    font-size: 13.6px;
    line-height: 22px;
}

.business-page-wrap .advantage-item-cont:nth-child(3) .advantage-background-block {
    background-color: #d3e3c0;
}

.business-page-wrap .founder-block-wrap {
    margin-top: 115px;
}





/*MARK:repairsCost
*/

.repairs-cost-wrap {
    margin-top: 60px;
}

.repairs-price-text {
    font-size: 26px;
    margin-top: 14px;
}

.free-consult-button {
    margin-top: 13px;
    text-transform: uppercase;
    line-height: 34px;
    font-size: 12px;
    font-weight: 500;
    width: 253px;
    box-sizing: border-box;
}

@media screen and (max-width: 960px) {
    .repairs-cost-wrap {
        max-width: 675px;
    }
}

@media screen and (max-width: 640px) {
    .repairs-cost-wrap {
        max-width: 460px;
    }
}

@media screen and (max-width: 480px) {
    .repairs-cost-wrap {
        max-width: 300px;
    }

    .free-consult-button {
        width: auto;
        line-height: 16px;
        padding: 9px 19px;
    }

}





/*MARK:repairsStages
*/

.repairs-stages-wrap {
    margin-top: 63px;
}

.repairs-stages-text {
    font-size: 18px;
    margin-top: 12px;
    line-height: 26px;
}

.stage-name-button {
    text-transform: uppercase;
    line-height: 19px;
    width: 225px;
    min-height: 26px;
    box-sizing: border-box;
    cursor: unset;
    font-size: 11.6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.repairs-stages-list-cont {
    margin-top: 24px;
}

.stage-text-block {
    margin-left: 21px;
    font-size: 14px;
    color: #131313;
    line-height: 23px;
    max-width: 600px;
}

.repair-stage-list-item-cont {
    margin-top: 13px;
    display: flex;
    align-items: flex-start;
}

@media screen and (max-width: 960px) {
    .repairs-stages-wrap {
        max-width: 675px;
    }
}

@media screen and (max-width: 640px) {
    .repairs-stages-wrap {
        max-width: 460px;
    }

    .repairs-stages-text {
        font-size: 17px;
    }

    .repair-stage-list-item-cont {
        flex-direction: column;
        margin-top: 25px;
    }

    .stage-text-block {
        font-size: 13px;
        margin-top: 2px;
        margin-left: 0;
    }

    .stage-name-button {
        width: auto;
    }
}

@media screen and (max-width: 480px) {
    .repairs-stages-wrap {
        max-width: 300px;
    }
}




/*MARK:businesDesign
*/

.business-design-project-wrap {
    margin-top: 70px;
}

.business-design-project-content-wrap {
    margin-top: 27px;
    margin-left: -1px;
    display: flex;
}

.business-design-project-photo {
    background-image: url(/local/templates/yarrem-template/images/design-project/3.webp);
    width: 460px;
    height: 587px;
    border-radius: 15px;
    flex-shrink: 0;
}

.business-design-project-info-block {
    margin-left: 41px;
    line-height: 26px;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: -2px;
    max-width: 560px;
}

.business-design-project-buy-design-button {
    display: flex;
    padding: 0;
    justify-content: center;
    width: 258px;
    height: 40px;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
}

@media screen and (max-width: 960px) {
    .business-design-project-wrap {
        max-width: 675px;
    }

    .business-design-project-content-wrap {
        flex-direction: column;
    }

    .business-design-project-info-block {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .business-design-project-wrap {
        max-width: 300px;
    }

    .business-design-project-photo {
        width: 100%;
        height: auto;
        aspect-ratio: 0.78;
        background-position: center;
        background-size: cover;
    }

    .business-design-project-buy-design-button {
        padding: 10px 5px;
        width: auto;
        height: auto;
        font-size: 14px;
    }
}





.companies-that-trust-us-wrap {
    margin-top: 82px;
}

@media screen and (max-width: 960px) {
    .companies-that-trust-us-wrap {
        max-width: 675px;
    }
}



.business-page-wrap .leave-a-request-container {
    margin-top: 22px;
}

.building-page-wrap .page-main-title h1 {
    font-size: 32px;
}


.under-construction-wrap {
    margin-top: 50px;
}

.under-construction-image {
    background-image: url(/local/templates/yarrem-template/images/logos/under-constuction.webp);
    max-width: 700px;
    height: auto;
    background-size: 128%;
    background-position: 50% 55%;
    background-repeat: no-repeat;
    aspect-ratio: 1.838;
    margin-left: 20px;
}

@media screen and (max-width: 772px) {
    .under-construction-image {
        margin-left: 0;
    }
}





/*MARK:gallery
*/

.gallery-element-images-container {
    margin-top: 60px;
    font-size: 0;
    display: none;
}

.gallery-element-images-container.visible {
    display: block;
    overflow: hidden;
}

.gallery-element-images-container a.spotlight {
    position: relative;
    display: inline-block;
    width: 25%;
    aspect-ratio: 4 / 3;
    background: linear-gradient(290deg, #4f4f4f 20%, 51%, #ffffff 90%);
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: inset 0px 0px 0px 1px #ffffff;
    cursor: zoom-in;
}

.gallery-element-images-container a.spotlight:hover {
    z-index: 10;
    box-shadow: 0 2px 20px 2px rgba(0, 0, 0, .45);
    transform: scale(1.03);
    transition: transform 0.15s linear;
}

.gallery-element-images-container a.spotlight img {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.gallery-tabs-cont .gallery-tabs-line {
    display: flex;
    height: 75px;
    justify-content: center;
    align-items: center;
}


.gallery-tabs-cont .tab-item {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    align-content: center;
    text-align: center;
    border-bottom: 2px solid #dfdfdf;
    padding: 5px;
    cursor: pointer;
    color: #777;
    font-size: 17px;
    font-weight: 400;
}

.gallery-tabs-cont .tab-item.selected-tab {
    color: #222;
    font-weight: 600;
    border-bottom-color: #6ea330;
}

.gallery-tabs-cont .gallery_field_filter_select,
#gallery_project_select {
    display: none;
}



.yarrem-projects-gallery-wrapper {
    margin-bottom: 60px;
}



@media screen and (max-width: 1200px) {
    
}

@media screen and (max-width: 960px) {
    .gallery-tabs-cont {
        margin-top: 50px;
        max-width: 600px;
    }

    .gallery-filter-tab-line-wrap,
    .gallery-elements-tab-line-wrap {
        position: relative;
    }

    .gallery-tabs-cont .gallery-tabs-line {
        display: none;
    }

    .gallery-filter-tab-line-wrap:after,
    .gallery-elements-tab-line-wrap:after {
        content: ' ';
        width: 0;
        height: 0;
        border-color: #222 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }


    .gallery-tabs-cont .gallery_field_filter_select,
    #gallery_project_select {
        display: block;
        width: 100%;
        border: 2px solid #222;
        color: #222;
        font-family: 'Roboto', Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        appearance: none;
        padding: 16px 40px 15px 20px;
        box-sizing: border-box;
        background-color: transparent;
        border-radius: 0;
        outline: none;
        margin: 0;
    }

    .gallery-tabs-cont {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}

@media screen and (max-width: 640px) {
    .gallery-element-images-container a.spotlight {
        width: 50%;
    }
}






@keyframes blinking-green-circle {
    0% {
        opacity: 1;
        animation-timing-function: ease-in-out;
    }

    50% {
        opacity: 0.4;
        animation-timing-function: ease-in-out;
    }

    100% {
        opacity: 1;
    }
}


.owl-carousel .fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.owl-carousel .fadeOut {
    animation-name: fadeOut-z;
}

@keyframes fadeOut-z {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.owl-carousel .animated {
    animation-duration: 500ms;
    animation-fill-mode: both;
    animation-timing-function: linear;
}
/* End */
/* /local/templates/yarrem-template/styles.css?177608472799121 */
