/* Generated from the design stylesheet by tools/scope_css.py.
 * Every selector is scoped under ".vlad-chrome" -- do not edit by hand,
 * edit the source stylesheet and regenerate. */





 .vlad-chrome{  font-family: "DM Sans", sans-serif;
  position: relative;
  
}





 .vlad-chrome *::-webkit-scrollbar{
    width: 8px;border:0px;
}


.vlad-chrome *::-webkit-scrollbar-track{
    background: #F0F0F0;
    border-radius: 10px;
}


.vlad-chrome *::-webkit-scrollbar-thumb{
    background: #40733B;
    border-radius: 10px;
}


.vlad-chrome *::-webkit-scrollbar-thumb:hover{
    background: #40733B;
}


.vlad-chrome p{
    margin: 0 0 0px;
    font-weight: 300;
}


 .vlad-chrome *{margin:0px;padding: 0px;}

 .vlad-chrome :after, .vlad-chrome :before, .vlad-chrome :not(svg):not(use){
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.vlad-chrome button, .vlad-chrome fieldset, .vlad-chrome figure, .vlad-chrome input, .vlad-chrome legend, .vlad-chrome optgroup, .vlad-chrome select, .vlad-chrome textarea{
    color: inherit;
    resize: none;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    background: hsla(0, 0%, 100%, 0);
}
.vlad-chrome :active, .vlad-chrome :focus, .vlad-chrome :hover, .vlad-chrome a:active, .vlad-chrome a:hover{
    outline: none;
}
.vlad-chrome path, .vlad-chrome svg, .vlad-chrome use{
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.vlad-chrome svg{
    border: 0;
    vertical-align: middle;
    overflow: hidden;
    width: 100%;
    height: 100%;
}






.vlad-chrome a{text-decoration: none;}





.vlad-chrome .container{
width: 100%;
max-width: 1440px;
padding-left: 40px;
padding-right: 40px;
margin: 0 auto;}



.vlad-chrome .mobVer{display: none;}



.vlad-chrome .topBar{ 
    padding:  8px;
    background: #0D0D0D;}

.vlad-chrome .topBarContent p{ color:#fff; font-size:14px; font-weight: 400; text-align: center; line-height: 20px;margin-bottom: 0px; }

@media (max-width: 767px) {

    .vlad-chrome .topBar{
        padding: 12px 16px;  }

    .vlad-chrome .topBarContent p{  font-size: 12px;  line-height: 16px; }
}







.vlad-chrome .headerContent{
    padding-bottom: 18px;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    gap: 20px;}

.vlad-chrome .logo img{ max-width:118px; width:100%; height:auto; }

.vlad-chrome .headerInner{
    max-width: 671px;
    display: flex;
    gap: 56px;
    justify-content: space-between;
    align-items: center;
}

.vlad-chrome .headerMenu ul{
    display: flex;
    gap: 40px;}
.vlad-chrome .headerMenu  li.menu-item-has-children{display: flex;gap: 4px;align-items: center;}

.vlad-chrome .headerMenu  li.menu-item-has-children:after{content: '';display: block;width: 12px;height: 12px;background-image: url('/wp-content/themes/homeid-child/assets/vlad/img/arr-up.png');
background-position: center;background-size: cover;background-repeat: no-repeat;transform: rotate(-180deg);transition: 0.3s;}
.vlad-chrome .headerMenu  li.menu-item-has-children:hover:after{transform: rotate(0deg);transition: 0.3s;}
  .vlad-chrome .headerMenu  li.menu-item-has-children:hover > .sub-menu{max-height: 600px;padding: 10px 12px;transition: 0.3s linear;border: 1px solid #F0F0F0;}
.vlad-chrome .headerMenu ul.sub-menu{position: absolute;top: 100%;min-width: 248px;border-radius: 8px;border: 0px solid #F0F0F0;background-color: #fff;padding: 0px 12px;    display: flex;
    flex-direction: column;overflow: hidden;max-height: 0px;transition: 0.3s linear;
    gap: 0;}
.vlad-chrome .headerMenu ul.sub-menu a{padding: 16px 10px;border-bottom: 1px solid #F0F0F0;display: flex;align-items: center;gap: 8px;color: #0D0D0D;font-size: 14px;line-height: 20px;transition: 0.3s;}
.vlad-chrome .headerMenu ul.sub-menu a:hover{color: #40733B;transition: 0.3s;}
.vlad-chrome .headerMenu ul.sub-menu a img{border-radius:4px;width: 36px;height: 36px;object-fit: cover;object-position: center;}
.vlad-chrome #menu-main-menu li{position: relative;}
.vlad-chrome .headerMenu ul.sub-menu li:last-child a{border-bottom: 0px;}


.vlad-chrome .headerMenu a{ font-size: 16px; display: block; font-weight: 300; color: #0D0D0D; transition:0.3s; position: relative; padding-bottom:13px ; padding-top: 13px;transition: 0.3s;}
.vlad-chrome .headerMenu li{list-style: none;}

.vlad-chrome .headerMenu a:hover{
    
    transition: 0.3s;
}

.vlad-chrome .header-menu > li > a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #0D0D0D;
    font-weight: 500;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.vlad-chrome .header-menu > li.menu-item-has-children > a::after{display: none;}

.vlad-chrome .headerMenu a:hover::after{
    transform: scaleX(1);}


.vlad-chrome .headerBtn{ font-size: 16px; font-weight: 500; display: inline-block; padding:14px 24px; border:1px solid #40733B; border-radius:1000px; color:#40733B; 
transition:0.3s; }

.vlad-chrome .headerBtn:hover{ background: #40733B ; color:#FFFFFF;}


.vlad-chrome .headerBurger{
    display: none;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.vlad-chrome .headerBurger img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vlad-chrome .mobMenuBack{position: fixed;z-index: 5;width: 100%;height: 100%;top: 0px;left: 0px;background-color: rgba(0,0,0,0.2);display: none;}

.vlad-chrome .menuMobWrap{position: fixed;height: 100%;right:0px;left: auto;top:0px;width: 100%;max-width: 280px;padding-left: 16px;padding-right: 16px;padding-top: 80px;background-color: #fff;z-index: 6;
    border-top-left-radius: 16px;    border-bottom-left-radius: 16px;transform: translateX(100%);}
.vlad-chrome .menuMobScroll{padding-top: 16px;height: 100%;display: flex;flex-direction: column;padding-bottom: 44px;justify-content: space-between;max-height: 100%;overflow: auto;}

.vlad-chrome .menuMobWrap .headerBtn{text-align: center;padding: 14px 24px;margin-top: 60px;}
.vlad-chrome .menuMobWrap li{list-style: none;padding-top: 4px;padding-bottom: 4px;border-bottom: 1px solid #F0F0F0;}
.vlad-chrome .menuMobWrap li a{display: flex;align-items: center;padding: 12px 16px;line-height: 24px;color: #0D0D0D;border-radius: 4px;gap: 8px;transition: 0.3s;}
.vlad-chrome .menuMobWrap li a:hover{transition: 0.3s;background-color: #F7F7F7;}
.vlad-chrome .menuMobWrap li .sub-menu{border-radius: 8px;border: 0px solid #F0F0F0;padding: 0 12px;transition: 0.3s;max-height: 0px;overflow: hidden;}
.vlad-chrome .menuMobWrap li.menu-item-has-children.open .sub-menu{border-radius: 8px;border: 1px solid #F0F0F0;padding: 12px;transition: 0.3s;max-height: 600px;}
.vlad-chrome .menuMobWrap li .sub-menu li:last-child{border-bottom: 0px;}
.vlad-chrome .menuMobWrap li .sub-menu li a{font-size: 14px;line-height: 20px;}
.vlad-chrome .menuMobWrap  .menu-item-has-children{position: relative;}
.vlad-chrome .menuMobWrap  .menu-item-has-children:after{content: '';width: 40px;height: 40px;display: block;
   position: absolute;top: 7px;right: 0px;left: auto;
    background-image: url(/wp-content/themes/homeid-child/assets/vlad/img/arr-up.png);
    background-position: center;
    background-size: 12px;cursor: pointer;
    background-repeat: no-repeat;
    transform: rotate(-180deg);
    transition: 0.3s;}

.vlad-chrome .closeMobMenu{display: block;height: 48px;width: 48px;position: absolute;top: 16px;right: 16px;background-image: url('/wp-content/themes/homeid-child/assets/vlad/img/close.svg');
background-position: center;background-repeat: no-repeat;background-size: cover;cursor: pointer;transition: 0.3s;}
.vlad-chrome .closeMobMenu:hover{transition: 0.3s;transform: rotate(270deg);}





@media (max-width: 991px) {

    .vlad-chrome .headerContent{
        padding-top: 16px;
        padding-bottom: 16px;
        align-items: center;
        gap: 20px;  }

    .vlad-chrome .logo img{
        max-width: 100px;
    }

    .vlad-chrome .headerInner{
        max-width: none;
        gap: 20px;
    }

    .vlad-chrome .headerMenu{
        gap: 18px;
    }

   .vlad-chrome .headerMenu ul{gap: 28px;}

 

}



@media (max-width: 767px) {

    .vlad-chrome .headerContent{
        padding-top: 16px;
        padding-bottom: 16px;
        align-items: center; }

    .vlad-chrome .logo img{
        max-width: 118px; }    

    .vlad-chrome .headerInner{
        display: none; }

    .vlad-chrome .headerBurger{
        display: block;
        flex-shrink: 0; }

}










.vlad-chrome .propertyHero{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 16px);
    max-width: 1440px;
    min-height: 782px;
    margin: 0px auto;
    padding: 56px 32px 32px;
    
    border-radius: 8px;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}





.vlad-chrome .customSelect{
    position: relative;
    width: 100%;
    
}

.vlad-chrome .customSelect__button{
    width: 100%;
    height: 56px;
    padding: 0 18px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    background: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 8px;

    font-size: 16px;
    line-height: 1;
    color: #000;

    cursor: pointer;
}

.vlad-chrome .customSelect__arrow{
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.vlad-chrome .customSelect.active .customSelect__arrow{
    transform: rotate(180deg);
}

.vlad-chrome .customSelect__dropdown{
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 232px;
    width: 100%;
    padding: 12px 8px 12px 12px;
    
    background: #fff;   
    border: 1px solid #F0F0F0;
    border-radius: 8px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);

    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        visibility 0.2s ease;

    z-index: 10;
}
.vlad-chrome .customSelectWrap{max-height: 208px;overflow: auto;}
.vlad-chrome .scrollFix{padding-right: 8px;}

.vlad-chrome .customSelect.active .customSelect__dropdown{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.vlad-chrome .customSelect__option{
    width: 100%;
    padding: 14px 16px;

    display: flex;flex-wrap: wrap;justify-content: space-between;

    background: transparent;align-items: center;
    border: 0;

    font-size: 14px;
    text-align: left;
    color: #0D0D0D;
border-bottom: 1px solid #F0F0F0;
    cursor: pointer;
    transition: background 0.2s ease;
}
.vlad-chrome .addOptionName{color: #787878;font-size: 12px;}

.vlad-chrome .optionName b{color: #787878;font-weight: 400;}
.vlad-chrome .customSelect__option:hover{
    color: #40733B;
}

.vlad-chrome .customSelect__option.active{
    color: #40733B;
}




.vlad-chrome .searchSelect{
    position: relative;
    width: 100%;
}

.vlad-chrome .searchSelect__input{
    width: 100%;
    height: 56px;
    padding: 0 16px;

    background: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 8px;

    font-size: 16px;
    color: #222;

    outline: none;
}

.vlad-chrome .searchSelect__input::placeholder{
    color: #999999;
}

.vlad-chrome .searchSelect__dropdown{
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 232px;
    width: 100%;

    background: #fff;
    border: 1px solid #F0F0F0;
    border-radius: 8px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
padding: 12px 8px 12px 12px;
    transition:
        opacity 0.2s ease,
        visibility 0.2s ease,
        transform 0.2s ease;

    z-index: 100;
}

.vlad-chrome .searchSelect.active .searchSelect__dropdown{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.vlad-chrome .searchSelect__wrap{
   max-height: 208px;
    overflow-y: auto;
}

.vlad-chrome .searchSelect__scroll{
     padding-right: 8px;
}

.vlad-chrome .searchSelect__option{
    display: flex;
    align-items: center;

    width: 100%;
    padding: 14px 16px;font-size: 14px;

    background: transparent;
    border: 0;border-bottom: 1px solid #F0F0F0;
    

    text-align: left;
    cursor: pointer;
}

.vlad-chrome .searchSelect__option:hover .searchSelect__optionName{
    color: #40733B;
}

.vlad-chrome .searchSelect__optionName{
    font-size: 14px;
    color: #222;
}

.vlad-chrome .searchSelect__option.is-hidden{
    display: none;
}
.vlad-chrome .searchSelect__optionName b{color: #787878;font-weight: 400;}

.vlad-chrome .inputArrow{position: absolute;width: 20px;height: 20px;top: 18px;right: 16px;background-image: url('/wp-content/themes/homeid-child/assets/vlad/img/arr-d.svg'); flex-shrink: 0;
    transition: transform 0.3s ease;}

.vlad-chrome .searchSelect.active .inputArrow{transform: rotate(180deg);}







.vlad-chrome .propertyHero__content{
    max-width: 754px; }

.vlad-chrome .propertyHero__title h1{  font-size: 80px; font-weight: 400; line-height: 80px; color: #FFFFFF; margin-bottom: 32px;}

.vlad-chrome .propertyHero__title strong{ font-weight: 400;color: rgba(255, 255, 255, 0.5); }


.vlad-chrome .propertyHero__text{margin-bottom: 48px; font-size: 14px; font-weight: 400; line-height: 20px; color: #FFFFFF; }



.vlad-chrome .propertyHero__stats{
    display: flex;
    align-items: stretch;
}


.vlad-chrome .propertyHero__stat{
    position: relative;
    margin-right: 40px;min-width: 130px;
    padding-right: 40px;
}

.vlad-chrome .propertyHero__stat:not(:last-child)::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}


.vlad-chrome .propertyHero__statNumber{ display: block; margin-bottom: 8px; font-size: 28px; font-weight: 500; line-height: 36px; color: #FFFFFF; }


.vlad-chrome .propertyHero__statText{ font-size: 14px; font-weight: 400; line-height: 20px; color: #FFFFFF; }



.vlad-chrome .propertyHero__search{
    display: flex;
    align-items: flex-end;
    gap: 16px;
    width: 100%;box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.04);
    padding: 24px;
    border-radius: 8px;
    background-color: #FFFFFF;
}




.vlad-chrome .propertyHero__field{
    display: flex;
    flex-direction: column;
    gap: 8px;
}


.vlad-chrome .propertyHero__field--location{
    width: 200px;
}


.vlad-chrome .propertyHero__field--type{
    width: 200px;
}


.vlad-chrome .propertyHero__field--price{
    flex: 1;
}


.vlad-chrome .propertyHero__field--bedrooms{
    width: 200px;
}


.vlad-chrome .propertyHero__fieldLabel{ font-size: 12px; font-weight: 400; line-height: 16px; color: #787878; }







.vlad-chrome .propertyHero__priceFields{
    display: flex;
    gap: 16px;
}

.vlad-chrome .propertyHero__priceFields .propertyHero__select{
    width: calc((100% - 16px) / 2); }



.vlad-chrome .propertyHero__actions{
    display: flex;
    align-items: center;
    gap: 8px;
}



.vlad-chrome .propertyHero__filter{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.vlad-chrome .propertyHero__filter img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.vlad-chrome .propertyHero__button{ display: inline-flex; align-items: center; justify-content: center; min-width: 205px; height: 56px; padding: 16px 32px; border-radius: 1000px;
 background-color: #40733B; font-size: 16px; font-weight: 500; line-height: 24px; color: #ffffff; cursor: pointer;transition: 0.3s; border: 1px solid #40733B;}
 .vlad-chrome .propertyHero__button:hover{transition: 0.3s;color:#40733B;background-color: #fff;}



@media (max-width: 991px) {

    .vlad-chrome .propertyHero{
        min-height: 700px;
        padding: 48px 24px 24px;
    }


    

    .vlad-chrome .propertyHero__content{
        max-width: 650px;  }


    .vlad-chrome .propertyHero__title h1{
        margin-bottom: 28px;
        font-size: 60px;
        line-height: 62px; }


    .vlad-chrome .propertyHero__text{
        margin-bottom: 40px; }


    

    .vlad-chrome .propertyHero__stats{
        width: 100%;
        margin-bottom: 120px; }

    .vlad-chrome .propertyHero__stat{
        min-width: 80px;
        margin-right: 20px;
        padding-right: 20px; }


    .vlad-chrome .propertyHero__statNumber{
        font-size: 24px;
        line-height: 30px;  }


    

    .vlad-chrome .propertyHero__search{
        flex-wrap: wrap;
        gap: 14px;
        padding: 20px; }


    .vlad-chrome .propertyHero__field--location, .vlad-chrome .propertyHero__field--type{
        width: calc((50% - 7px));
    }


    .vlad-chrome .propertyHero__field--price{
        flex: none;
        width: calc((50% - 7px));
    }


    .vlad-chrome .propertyHero__field--bedrooms{
        width: calc((50% - 7px));
    }


    .vlad-chrome .propertyHero__actions{
        width: 100%;}

    .vlad-chrome .propertyHero__button{
        flex: 1; }

}




@media (max-width: 767px) {

    .vlad-chrome .propertyHero{
        width: calc(100% - 16px);
        min-height: 0;margin-top:0px;
        padding: 20px 20px;margin-bottom: 350px;
        background-position: center top; background-size: 1100px; }

        .vlad-chrome .priceToAll .searchSelect__dropdown{right:0px;left: auto;}

    

    .vlad-chrome .propertyHero__content{
        max-width: 100%;  }


    .vlad-chrome .propertyHero__title h1{
        margin-bottom: 16px;
        font-size: 48px;
        line-height: 48px;  }


    .vlad-chrome .propertyHero__text{
        margin-bottom: 32px; }


    

    .vlad-chrome .propertyHero__stats{
        width: 100%;
        margin-bottom: 147px; }


    .vlad-chrome .propertyHero__stat{
        flex: 1;
        min-width: 0;  }


    .vlad-chrome .propertyHero__stat:last-child{
        margin-right: 0;
        padding-right: 0;
    }


    .vlad-chrome .propertyHero__statNumber{
        font-size: 24px;
        line-height: 32px;  }


    

    .vlad-chrome .propertyHero__search{
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        width: 100%;
        padding: 20px;margin-bottom: -366px;        margin-left: -12px;
        margin-right: -12px;
        width: calc(100% + 24px);}

    .vlad-chrome .propertyHero__field, .vlad-chrome .propertyHero__field--location, .vlad-chrome .propertyHero__field--type, .vlad-chrome .propertyHero__field--price, .vlad-chrome .propertyHero__field--bedrooms{
        width: 100%; }

    



    

    .vlad-chrome .propertyHero__priceFields{
        display: flex;
        gap: 16px; }


    .vlad-chrome .propertyHero__priceFields .propertyHero__select{
        width: calc((100% - 16px) / 2); }


    

    .vlad-chrome .propertyHero__actions{
        display: flex;
        align-items: center;
        width: 100%; }


    

    .vlad-chrome .propertyHero__filter{
        width: 48px;
        height: 48px;
        flex-shrink: 0;  }


    

    .vlad-chrome .propertyHero__button{
        flex: 1;
        min-width: 0;
        height: 48px;
        padding: 12px 24px;
        font-size: 16px;
        line-height: 24px; }

}


@media(max-width: 420px){
        .vlad-chrome .propertyHero__stat{margin-right: 24px;
        padding-right: 24px;flex: none;}



}

@media(max-width: 350px){
        .vlad-chrome .propertyHero__stat{margin-right: 14px;
        padding-right: 14px;flex: none;}



}










.vlad-chrome .propertySales{
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #ffffff;
    background-image: url("/wp-content/themes/homeid-child/assets/vlad/img/graphics.png");
    
    background-position: center top;
    background-size: auto;}

    .vlad-chrome .swiperSales{margin-left: calc((100% - 1440px)/2)!important;}
.vlad-chrome .swiperSales .swiper-wrapper{height: auto;}


.vlad-chrome .swiperSales .swiper-slide{max-width: 900px;height: auto;}
.vlad-chrome .propertySales__sellCard{height: 100%;}



.vlad-chrome .propertySales__sellCard{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 568px;
    padding: 24px;
    border-radius: 8px;
    background-color: #F7F7F7;}

.vlad-chrome .propertySales__sellTop{
    display: flex;
    justify-content: flex-end;
    width: 100%;}

.vlad-chrome .propertySales__sellArrow{ display: block; width: 60px; height: 60px; object-fit: contain;transition: 0.3s;  }
.vlad-chrome .propertySales__sellCard:hover .propertySales__sellArrow{margin-top: -16px;
    margin-right: -16px;
    transition: 0.4s;}
.vlad-chrome .propertySales__sellArrow.mobVer{display: none;}

.vlad-chrome .propertySales__sellBottom{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;}


.vlad-chrome .propertySales__sellTitle h3{ margin-bottom: 0px; font-size: 48px;font-weight: 400; line-height:48px; color: #0D0D0D; max-width: 310px; }


.vlad-chrome .propertySales__sellTitle strong{ font-weight: 400; color: #787878; }

.vlad-chrome .propertySales__sellText{ max-width: 196px; font-size: 12px; font-weight: 400; line-height: 16px; color: #0D0D0D;}



.vlad-chrome .sliderControlSales{padding: 12px 16px;border-radius: 1000px;border: 1px solid #DEDEDE;display: flex;align-items: center;margin: -50px 0px 80px auto;width: max-content;}
.vlad-chrome .prevSales{display: block;width: 24px;height: 24px;background-image: url('/wp-content/themes/homeid-child/assets/vlad/img/arr-left.png');transition: 0.3s;cursor: pointer;}
.vlad-chrome .prevSales:hover{opacity: 0.7;transition: 0.3s;}
.vlad-chrome .nextSales{display: block;width: 24px;height: 24px;background-image: url('/wp-content/themes/homeid-child/assets/vlad/img/arr-right.png');transition: 0.3s;cursor: pointer;}
.vlad-chrome .nextSales:hover{opacity: 0.7;transition: 0.3s;}
.vlad-chrome .salesLineDivine{width: 1px;height: 24px;display: block;margin-left: 20px;margin-right: 20px;background-color: #DEDEDE;}








.vlad-chrome .propertySales__label{position: relative; display: inline-block; margin-bottom: 24px; padding-left: 13px; font-size: 14px; font-weight: 400; line-height: 20px; 
color: #0D0D0D;}

.vlad-chrome .propertySales__label::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #40733B;
    transform: translateY(-50%);
}


.vlad-chrome .propertySales__title h2{ max-width: 852px; font-size: 80px; font-weight: 400; line-height: 80px; color: #0D0D0D; }

.vlad-chrome .propertySales__title strong{ font-weight: 400;color: #787878; }




.vlad-chrome .propertySales__image{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 568px;
    max-width: 900px;
    padding: 24px;
    overflow: hidden;
    border-radius: 8px;
    background-image: url("./img/resort_aphrodite_hills.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.vlad-chrome .propertySales__image:hover .propertySales__arrow{margin-top: -16px;margin-right: -16px;transition: 0.4s; }


.vlad-chrome .propertySales__imageTop{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
}

.vlad-chrome .propertySales__number{ font-size: 20px; font-weight: 500; line-height: 28px; color: #ffffff; }


.vlad-chrome .propertySales__arrow{ display: block; width: 60px; height: auto; object-fit: contain;transition: 0.3s; }



.vlad-chrome .propertySales__imageBottom{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    gap: 30px;}


.vlad-chrome .propertySales__location{font-size: 20px; font-weight: 500; line-height: 28px; color: #ffffff; }

.vlad-chrome .propertySales__description{ font-size: 12px; font-weight: 400; line-height: 16px; color: #FFFFFF; max-width: 181px; }




@media(max-width: 1480px){
.vlad-chrome .swiperSales{margin-left: 0!important;}
.vlad-chrome .swiperSales .swiper-wrapper{padding-left: 16px!important;padding-right: 16px!important;}
}




@media (max-width: 991px) {

    .vlad-chrome .propertySales{
        padding-top: 80px;
        padding-bottom: 80px;
        background-size: auto 100%;
    }

    .vlad-chrome .propertySales__head{
        margin-bottom: 0px;
    }

    .vlad-chrome .propertySales__label{ margin-bottom: 24px; font-size: 16px; line-height: 22px; }

    .vlad-chrome .propertySales__title h2{ max-width: 700px; font-size: 60px; line-height: 62px; }

    .vlad-chrome .propertySales__image{
        max-width: 100%;
        height: 568px;
        padding: 24px;
    }

    .vlad-chrome .propertySales__description{
        font-size: 11px;
        line-height: 15px;
    }

.vlad-chrome .propertySales__sellCard{    height: 420px;}
.vlad-chrome .swiperSales .swiper-slide{    max-width: 600px;}
.vlad-chrome .propertySales__image{height: 420px;}

}


@media (max-width: 767px) {

    .vlad-chrome .swiperSales.swiper{padding-left: 16px;padding-right: 16px;}
        .vlad-chrome .swiperSales .swiper-wrapper{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .vlad-chrome .swiperSales, .vlad-chrome .propertySales{
        overflow: visible!important;
    }

    .vlad-chrome .swiperSales .swiper-wrapper{
        display: block;
    }

    .vlad-chrome .swiperSales .swiper-slide{
        width: 100% !important;
        position: sticky;
        top: 20px;
        margin-bottom: 20px;
    }

    .vlad-chrome .swiperSales .swiper-slide:nth-child(1){
        z-index: 1;
    }

    .vlad-chrome .swiperSales .swiper-slide:nth-child(2){
        z-index: 2;
        top: 44px;
    }

    .vlad-chrome .swiperSales .swiper-slide:nth-child(3){
        z-index: 3;
        top: 68px;
    }

    .vlad-chrome .swiperSales .swiper-slide:nth-child(4){
        z-index: 4;
        top: 92px;
    }
    .vlad-chrome .swiperSales .swiper-slide:nth-child(5){
        z-index: 5;
        top: 116px;
    }
    .vlad-chrome .swiperSales .swiper-slide:nth-child(6){
        z-index: 46;
        top: 140px;
    }
}



@media (max-width: 767px) {
    .vlad-chrome .sliderControlSales{display: none;}
.vlad-chrome .propertySales__sellArrow.mobVer{display: block;}
    .vlad-chrome .propertySales{
        padding-top: 80px;
        padding-bottom: 60px;
        background-position: center top;
        background-size: auto 100%;}

    .vlad-chrome .propertySales__head{ margin-bottom: 40px; }

    .vlad-chrome .propertySales__label{ margin-bottom: 24px; padding-left: 13px; font-size: 14px; line-height: 20px; }

    .vlad-chrome .propertySales__title h2{ max-width: 100%; font-size: 48px; line-height: 48px; }

    .vlad-chrome .propertySales__image{
        width: 100%;
        height: 75vh;
        padding: 24px; }

    .vlad-chrome .propertySales__imageTop{
        gap: 20px;}

    .vlad-chrome .propertySales__number{ font-size: 20px; line-height: 28px; }

    .vlad-chrome .propertySales__imageBottom{
        flex-direction: column;
        align-items: flex-start;
        gap: 16px; }

    .vlad-chrome .propertySales__location{ font-size: 20px; line-height: 28px; }


    

    .vlad-chrome .propertySales__sellCard{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 568px;
    padding: 24px;
    border-radius: 8px;
    background-color: #40733B;}

.vlad-chrome .propertySales__sellTop{
    display: flex;
    justify-content: flex-end;
    width: 100%;}

.vlad-chrome .propertySales__sellArrow{ display: block; width: 60px; height: 60px; object-fit: contain; opacity: 0.55; }

.vlad-chrome .propertySales__sellBottom{
    display: flex;
    flex-direction: column;
    align-items: flex-start;}


.vlad-chrome .propertySales__sellTitle h3{ margin-bottom: 16px; font-size: 48px;font-weight: 400; line-height:48px; color: #ffffff; max-width: 310px; }


.vlad-chrome .propertySales__sellTitle strong{ font-weight: 400; color: rgba(255, 255, 255, 0.5); }

.vlad-chrome .propertySales__sellText{ max-width: 196px; font-size: 12px; font-weight: 400; line-height: 16px; color: #ffffff;}

}


.vlad-chrome .sliderControlProperty{padding: 12px 16px;border-radius: 1000px;border: 1px solid #DEDEDE;display: flex;align-items: center;margin: -50px 0px 80px auto;width: max-content;}
.vlad-chrome .prevProperty{display: block;width: 24px;height: 24px;background-image: url('/wp-content/themes/homeid-child/assets/vlad/img/arr-left.png');transition: 0.3s;cursor: pointer;}
.vlad-chrome .prevProperty:hover{opacity: 0.7;transition: 0.3s;}
.vlad-chrome .nextProperty{display: block;width: 24px;height: 24px;background-image: url('/wp-content/themes/homeid-child/assets/vlad/img/arr-right.png');transition: 0.3s;cursor: pointer;}
.vlad-chrome .nextProperty:hover{opacity: 0.7;transition: 0.3s;}
.vlad-chrome .propertyLineDivine{width: 1px;height: 24px;display: block;margin-left: 20px;margin-right: 20px;background-color: #DEDEDE;}


.vlad-chrome .featuredProperties{
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #F7F7F7;
}





.vlad-chrome .featuredProperties__label{position: relative; display: inline-block; margin-bottom: 24px; padding-left: 13px; font-size: 14px; font-weight: 400; line-height: 20px; 
color: #0D0D0D; }
.vlad-chrome .swiperProperty .swiper-wrapper{height: auto;}

.vlad-chrome .featuredProperties__label::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #40733B;
    transform: translateY(-50%); }


.vlad-chrome .featuredProperties__title h2{ max-width: 852px; font-size: 80px; font-weight: 400; line-height: 80px; color: #0D0D0D; }


.vlad-chrome .featuredProperties__title strong{ font-weight: 400;color: #787878; }
.vlad-chrome .swiperProperty{max-width: 100%;}



.vlad-chrome .featuredProperties__cards{
    display: flex;
    gap: 20px;}

.vlad-chrome .featuredProperties__card{
    overflow: hidden;
    border-radius: 8px;
    background-color: #ffffff;}



.vlad-chrome .featuredProperties__image{
    width: 100%;
    height: 356px;
    padding: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }





.vlad-chrome .featuredProperties__badges{
    display: flex;flex-wrap: wrap;
    align-items: center;
    gap: 8px; }


.vlad-chrome .featuredProperties__badge{
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px 4px 8px;
    border-radius: 1000px;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }

.vlad-chrome .featuredProperties__badge__img1{ color: #E53B00; }
.vlad-chrome .featuredProperties__badge__img2{color: #154BDB;}
.vlad-chrome .featuredProperties__badge__img3{color: #05A000;}


.vlad-chrome .featuredProperties__badge img{ display: block; width: 20px; height: 20px; object-fit: contain; }



.vlad-chrome .featuredProperties__content{
    padding: 0 20px 16px; }

.vlad-chrome .featuredProperties__main{
    padding-top: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid#DEDEDE; }


.vlad-chrome .featuredProperties__topRow{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 12px; }


.vlad-chrome .featuredProperties__name{ font-size: 20px; font-weight: 500; line-height: 28px; color: #0D0D0D; }


.vlad-chrome .featuredProperties__price{ flex-shrink: 0; font-size: 16px; font-weight: 500; line-height: 24px; color: #0D0D0D; }


.vlad-chrome .featuredProperties__address{ font-size: 14px; font-weight: 400; line-height: 20px; color: #787878; }



.vlad-chrome .featuredProperties__details{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px; }


.vlad-chrome .featuredProperties__detail{
    display: flex;
    align-items: center;padding-top: 10px;padding-bottom: 10px;
    gap: 8px;
    width: 33.333%; }


.vlad-chrome .featuredProperties__detail:not(:last-child){
    border-right: 1px solid #DEDEDE; }


.vlad-chrome .featuredProperties__detail:nth-child(2){
    justify-content: center; }


.vlad-chrome .featuredProperties__detail:last-child{
    justify-content: flex-end; }


.vlad-chrome .featuredProperties__detail img{
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain; }


.vlad-chrome .featuredProperties__detail span{ font-size: 14px; font-weight: 400; line-height: 20px; color: #0D0D0D; }



.vlad-chrome .featuredProperties__buttonWrap{
    display: flex;
    justify-content: center;
    margin-top: 80px; }


.vlad-chrome .featuredProperties__button{ display: inline-flex; align-items: center; justify-content: center; min-width: 205px; height: 56px; padding: 16px 32px; border-radius: 1000px;
 background-color: #40733B; font-size: 16px; font-weight: 500; line-height: 24px; color: #ffffff; transition: 0.3s;border: 1px solid #40733B;}
 .vlad-chrome .featuredProperties__button:hover{transition: 0.3s;background-color: #fff;color: #40733B;}




@media (max-width: 991px) {

    .vlad-chrome .featuredProperties{
        padding-top: 80px;
        padding-bottom: 80px; }

    .vlad-chrome .featuredProperties__head{
        margin-bottom: 0px; }

    .vlad-chrome .featuredProperties__title h2{
        font-size: 60px;
        line-height: 62px; }

  

   

    .vlad-chrome .featuredProperties__image{
        height: 284px;
        padding: 16px;}

    .vlad-chrome .featuredProperties__badges{
        gap: 4px; }

    .vlad-chrome .featuredProperties__badge{
        padding: 4px 12px 4px 8px; 
        font-size: 14px;
        line-height: 20px; }

    .vlad-chrome .featuredProperties__content{
       padding: 0 20px 16px 20px; }

    .vlad-chrome .featuredProperties__topRow{
        gap: 10px; }


    .vlad-chrome .featuredProperties__detail{
        gap: 5px;}

    .vlad-chrome .featuredProperties__buttonWrap{
        margin-top: 60px; }

}




@media (max-width: 767px) {
    .vlad-chrome .featuredProperties__main{padding-top: 0px;}
.vlad-chrome .sliderControlProperty{order: 4;margin: 24px auto 0 auto;}
.vlad-chrome .featuredProperties__image{height: 360px;}
    .vlad-chrome .featuredProperties__head{
        margin-bottom: 32px; }

    .vlad-chrome .featuredProperties__title h2{
        font-size: 48px;
        line-height: 48px;}

    .vlad-chrome .featuredProperties__cards{
        flex-direction: column;
        gap: 20px;}

    .vlad-chrome .featuredProperties__card{
        width: 100%;}

    .vlad-chrome .featuredProperties__content{
        padding: 20px 20px 16px 20px; }

    .vlad-chrome .featuredProperties__buttonWrap{
        margin-top: 0; 
        margin-bottom: 40px;
        width: 100%;
         min-width: 0; }

    .vlad-chrome .featuredProperties__button{
    width: 100%;
    min-width: 0; }


    .vlad-chrome .featuredProperties .container{
    display: flex;
    flex-direction: column; }




    .vlad-chrome .featuredProperties__head{
    order: 1;
}

.vlad-chrome .featuredProperties__buttonWrap{
    order: 2;
}

.vlad-chrome .featuredProperties__cards{
    order: 3;
}

}














.vlad-chrome .refreshingProperty{
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #ffffff;
    background-image: url("/wp-content/themes/homeid-child/assets/vlad/img/refreshing-bg.png");
    
    background-position: center;
    
}


.vlad-chrome .refreshingProperty__container{
    display: flex;
    gap: 40px;}




.vlad-chrome .refreshingProperty__left{
    width: 50%; }


.vlad-chrome .refreshingProperty__image{
    width: 100%;
    height: 760px;
    border-radius: 8px;
    background-image: var(--imagedesc);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }



.vlad-chrome .refreshingProperty__right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}



.vlad-chrome .refreshingProperty__label{ position: relative; display: inline-block; margin-bottom: 24px; padding-left: 13px; font-size: 14px; font-weight: 400; 
line-height: 20px; color: #0D0D0D; }

.vlad-chrome .refreshingProperty__label::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #40733B;
    transform: translateY(-50%);
}



.vlad-chrome .refreshingProperty__title h2{ max-width: 852px; font-size: 80px; font-weight: 400; line-height: 80px; color: #0D0D0D; }

.vlad-chrome .refreshingProperty__title strong{ font-weight: 400; color: #787878; }





.vlad-chrome .refreshingProperty__text{ font-size: 16px; font-weight: 300; line-height: 24px; max-width: 486px; color: #787878; }




@media (max-width: 991px) {

    .vlad-chrome .refreshingProperty{
        padding-top: 80px;
        padding-bottom: 80px;
        background-size: auto 100%;
    }

    .vlad-chrome .refreshingProperty__container{
        gap: 24px;
    }

    .vlad-chrome .refreshingProperty__image{
        height: 560px;
    }

    .vlad-chrome .refreshingProperty__title h2{
        font-size: 60px;
        line-height: 62px;
    }

}




@media (max-width: 767px) {

    .vlad-chrome .refreshingProperty{
        background-position: center top;
        background-size: auto 100%;
    }

    .vlad-chrome .refreshingProperty__container{
        flex-direction: column;
        gap: 50px;
    }

    .vlad-chrome .refreshingProperty__left, .vlad-chrome .refreshingProperty__right{
        width: 100%;
    }

    .vlad-chrome .refreshingProperty__image{
        width: 100%;
        height: 480px;
        background-image: var(--imagemob);
        background-position: center;
        background-size: cover;
    }

    .vlad-chrome .refreshingProperty__right{
        gap: 40px;
    }

    .vlad-chrome .refreshingProperty__title h2{
        max-width: 100%;
        font-size: 48px;
        line-height: 48px;
    }


     
    .vlad-chrome .refreshingProperty__right{
        order: 1;
        width: 100%;}

    .vlad-chrome .refreshingProperty__left{
        order: 2;
        width: 100%; }
}




















.vlad-chrome .propertyTestimonials{
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #F7F7F7;
}



.vlad-chrome .propertyTestimonials__head{
    margin-bottom: 0px;}

.vlad-chrome .propertyTestimonials__label{  position: relative; display: inline-block; margin-bottom: 24px; padding-left: 13px; font-size: 14px; font-weight: 400; 
line-height: 20px; color: #0D0D0D; }

.vlad-chrome .propertyTestimonials__label::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #40733B;
    transform: translateY(-50%); }

.vlad-chrome .propertyTestimonials__title h2{ max-width: 852px; font-size: 80px; font-weight: 400; line-height: 80px; color: #0D0D0D; }

.vlad-chrome .propertyTestimonials__title strong{ font-weight: 400; color: #787878;}

.vlad-chrome .sliderControlTesti{padding: 12px 16px;border-radius: 1000px;border: 1px solid #DEDEDE;display: flex;align-items: center;margin: -50px 0px 80px auto;width: max-content;}
.vlad-chrome .prevTesti{display: block;width: 24px;height: 24px;background-image: url('/wp-content/themes/homeid-child/assets/vlad/img/arr-left.png');transition: 0.3s;cursor: pointer;}
.vlad-chrome .prevTesti:hover{opacity: 0.7;transition: 0.3s;}
.vlad-chrome .nextTesti{display: block;width: 24px;height: 24px;background-image: url('/wp-content/themes/homeid-child/assets/vlad/img/arr-right.png');transition: 0.3s;cursor: pointer;}
.vlad-chrome .nextTesti:hover{opacity: 0.7;transition: 0.3s;}
.vlad-chrome .testiLineDivine{width: 1px;height: 24px;display: block;margin-left: 20px;margin-right: 20px;background-color: #DEDEDE;}





.vlad-chrome .swiperTestimonials{max-width: 100%;} 
.vlad-chrome .swiperTestimonials  .swiper-wrapper{height: auto;}
.vlad-chrome .propertyTestimonials__card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
    min-height: 440px;
    padding: 32px;
    border-radius: 8px;
    background-color: #FFFFFF;
}



.vlad-chrome .propertyTestimonials__content{
    display: flex;
    flex-direction: column;
}


.vlad-chrome .propertyTestimonials__cardTitle{ margin-bottom: 24px; font-size: 20px; font-weight: 500; line-height: 28px; color: #0D0D0D; }

.vlad-chrome .propertyTestimonials__text{ font-size: 16px; font-weight: 300; line-height: 24px; color: #787878; }



.vlad-chrome .propertyTestimonials__author{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #DEDEDE;
}


.vlad-chrome .propertyTestimonials__avatar{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    background-color: #F7F7F7;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #787878;
}


.vlad-chrome .propertyTestimonials__name{ font-size: 16px; font-weight: 500; line-height: 24px; color: #0D0D0D; }



.vlad-chrome .propertyTestimonials__buttonWrap{
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.vlad-chrome .propertyTestimonials__button{ display: inline-flex; align-items: center; justify-content: center; min-width: 205px; height: 56px; padding: 16px 32px; border-radius: 1000px;
 background-color: #40733B; font-size: 16px; font-weight: 500; line-height: 24px; color: #ffffff; transition: 0.3s;border: 1px solid #40733B;}
 .vlad-chrome .propertyTestimonials__button:hover{transition: 0.3s;background-color: #fff;color: #40733B;}



@media (max-width: 991px) {

    .vlad-chrome .propertyTestimonials{
        padding-top: 80px;
        padding-bottom: 80px; }

    

    .vlad-chrome .propertyTestimonials__title h2{
        max-width: 850px;padding-right: 140px;
        font-size: 60px;
        line-height: 62px; }

  .vlad-chrome .swiperTestimonials  .swiper-slide{    height: auto;}

    .vlad-chrome .propertyTestimonials__card{
        min-height: 420px; height: 100%;}

    

    

    

    

    

    .vlad-chrome .propertyTestimonials__buttonWrap{
        margin-top: 60px;}

}



@media (max-width: 767px) {

    .vlad-chrome .propertyTestimonials__container{
        display: flex;
        flex-direction: column;}

    .vlad-chrome .propertyTestimonials__head{
        order: 1;
        margin-bottom: 24px;
    }
.vlad-chrome .sliderControlTesti{order: 4;margin: 24px auto 0 auto;}
    .vlad-chrome .propertyTestimonials__title h2{
        max-width: 100%;
        font-size: 48px;padding-right: 0px;
        line-height: 48px; }


    .vlad-chrome .propertyTestimonials__buttonWrap{
        order: 2;
        width: 100%;
        margin-top: 0;
        margin-bottom: 40px;
    }

    .vlad-chrome .propertyTestimonials__button{
        width: 100%;
        min-width: 0;
        height: 48px;
    }

    .vlad-chrome .propertyTestimonials__cards{
        order: 3;
        flex-direction: column;
        gap: 20px;
    }


    .vlad-chrome .propertyTestimonials__card{
        width: 100%;
        min-height: 48px;}

    .vlad-chrome .propertyTestimonials__cardTitle{
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 28px;  }


    .vlad-chrome .propertyTestimonials__text{
        font-size: 16px;
        line-height: 24px; }


    .vlad-chrome .propertyTestimonials__author{
        margin-top: 28px;
        padding-top: 32px; }
}


















.vlad-chrome .newsArticles{
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #ffffff;
    background-image: url("/wp-content/themes/homeid-child/assets/vlad/img/graphics.png");
    
    background-position: center top;
    background-size: auto;
}



.vlad-chrome .newsArticles__head{
    margin-bottom: 80px; }

.vlad-chrome .newsArticles__label{  position: relative; display: inline-block; margin-bottom: 24px; padding-left: 13px; font-size: 14px; font-weight: 400; 
line-height: 20px; color: #0D0D0D; }

.vlad-chrome .newsArticles__label::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #40733B;
    transform: translateY(-50%); }

.vlad-chrome .newsArticles__title{ max-width: 852px; font-size: 80px; font-weight: 400; line-height: 80px; color: #0D0D0D; }

.vlad-chrome .newsArticles__title strong{ font-weight: 400; color: #787878;}




.vlad-chrome .newsArticles__grid{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;}


.vlad-chrome .newsArticles__card{
    width: calc((100% - 20px) / 2); }

.vlad-chrome .newsArticles__card:hover .newsArticles__imageTitle{text-decoration: underline;} 
.vlad-chrome .newsArticles__card:hover .newsArticles__arrow{margin-top:-10px;margin-right: -10px;transition: 0.5s;}


.vlad-chrome .newsArticles__image{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 32px 32px 24px 24px;
    overflow: hidden;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.vlad-chrome .newsArticles__card:nth-child(1) .newsArticles__image{
    aspect-ratio: 670 / 408;
}


.vlad-chrome .newsArticles__card:nth-child(2) .newsArticles__image{
    aspect-ratio: 670 / 581;
}


.vlad-chrome .newsArticles__card:nth-child(3) .newsArticles__image{
    aspect-ratio: 670 / 581;
}


.vlad-chrome .newsArticles__card:nth-child(4) .newsArticles__image{
    aspect-ratio: 670 / 408;
    
}




.vlad-chrome .newsArticles__arrow{
    display: block;transition: 0.3s;
    width: 60px;
    height: auto;
    margin-left: auto;
    object-fit: contain;
}



.vlad-chrome .newsArticles__imageTitle{ max-width: 314px; font-size: 20px; font-weight: 500; line-height: 28px; color: #ffffff; }



.vlad-chrome .newsArticles__meta{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 16px;
}


.vlad-chrome .newsArticles__author, .vlad-chrome .newsArticles__date{ font-size: 14px; font-weight: 400; line-height: 20px; color: #0D0D0D; }



@media (max-width: 991px) {

    .vlad-chrome .newsArticles{
        padding-top: 80px;
        padding-bottom: 80px;}

    .vlad-chrome .newsArticles__head{
        margin-bottom: 60px; }

    .vlad-chrome .newsArticles__title{
        font-size: 60px;
        line-height: 62px;  }

    .vlad-chrome .newsArticles__grid{
        gap: 32px 16px; }

    .vlad-chrome .newsArticles__card{
        width: calc((100% - 16px) / 2); }

  

  

   

}




@media (max-width: 767px) {

    .vlad-chrome .newsArticles__head{
        margin-bottom: 40px; }

    .vlad-chrome .newsArticles__title{
        max-width: 100%;
        font-size: 48px;
        line-height: 48px; }

    .vlad-chrome .newsArticles__grid{
        flex-direction: column;
        gap: 35px; }

    .vlad-chrome .newsArticles__card{
        width: 100%; }

    .vlad-chrome .newsArticles__image{
        padding: 32px 32px 24px 24px; }

    .vlad-chrome .newsArticles__card:nth-child(1) .newsArticles__image, .vlad-chrome .newsArticles__card:nth-child(2) .newsArticles__image, .vlad-chrome .newsArticles__card:nth-child(3) .newsArticles__image, .vlad-chrome .newsArticles__card:nth-child(4) .newsArticles__image{
        width: 100%;
        height: 444px;
        aspect-ratio: auto; }

    .vlad-chrome .newsArticles__imageTitle{
        max-width: 100%;
        font-size: 20px;
        line-height: 28px; }

    .vlad-chrome .newsArticles__meta{
        padding-top: 16px;}

}






















.vlad-chrome .footerWrap{padding: 0 8px 8px 8px;}
.vlad-chrome .siteFooter{
    padding-top: 40px;max-width: 1424px;margin: 0 auto;
    padding-bottom: 32px;border-radius: 8px;
    background-color: #F7F7F7;
}
.vlad-chrome .siteFooter .sub-menu{display: none;}
.vlad-chrome .siteFooter a:hover{text-decoration: underline;}


.vlad-chrome .siteFooter__top{
    display: grid;
    grid-template-columns: 1.35fr 0.8fr 1.2fr 1fr 1.15fr;
    gap: 50px;
    padding-bottom: 44px;
}



.vlad-chrome .siteFooter__logo{
    display: inline-block;
    margin-bottom: 24px; }


.vlad-chrome .siteFooter__logo img{ display: block; width: 118px; height: auto;}


.vlad-chrome .siteFooter__brandText{ font-size: 16px; font-weight: 300; line-height: 24px; color: #0D0D0D; }




.vlad-chrome .siteFooter__heading{ margin-bottom: 16px; font-size: 12px; font-weight: 400; line-height: 16px; text-transform: uppercase; color: #787878; }



.vlad-chrome .siteFooter__nav ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.vlad-chrome .siteFooter__nav ul li{list-style: none;}

.vlad-chrome .siteFooter__nav a{ font-size: 16px; font-weight: 300; line-height: 24px; color: #0D0D0D; }



.vlad-chrome .siteFooter__contacts{
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.vlad-chrome .siteFooter__contact{ display: flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 300; line-height: 24px; color: #0D0D0D; }

.vlad-chrome .siteFooter__contact img{ display: block; width: 16px; height: 16px; object-fit: contain; }



.vlad-chrome .siteFooter__middle{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 20px;
}


.vlad-chrome .siteFooter__licence{ font-size: 14px; font-weight: 400; line-height: 20px; color: #787878; }



.vlad-chrome .siteFooter__socials{
    display: flex;
    align-items: center;
    gap: 0px;
    padding: 11px 16px;
    border: 1px solid #DEDEDE;
    border-radius: 1000px;}
.vlad-chrome .siteFooter__socials a{transition: 0.3s;}
.vlad-chrome .siteFooter__socials a:hover{opacity: 0.7;transition: 0.3s;}

.vlad-chrome .siteFooter__socials .socialDivide{display: block;width: 1px;height: 24px;background-color: #DEDEDE;margin-left: 20px;margin-right: 20px;}
.vlad-chrome .siteFooter__socials .socialDivide:last-child{display: none;}


.vlad-chrome .siteFooter__social{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}


.vlad-chrome .siteFooter__social img{
    display: block;

    object-fit: contain;
}




.vlad-chrome .siteFooter__bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    border-top: 1px solid #DEDEDE;
    padding-top: 20px;
    gap: 20px;
}

.vlad-chrome .siteFooter__copyright, .vlad-chrome .siteFooter__terms, .vlad-chrome .siteFooter__listing{
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #0D0D0D;
}

.vlad-chrome .siteFooter__bottomLinks{
    display: flex;
    align-items: center;
    gap: 40px;
}

.vlad-chrome .siteFooter__terms{ color: #0D0D0D; }

.vlad-chrome .siteFooter__listing{ color: #787878; }

.vlad-chrome .siteFooter__listing a{ color: #0D0D0D; }




@media (max-width: 991px) {

    .vlad-chrome .siteFooter{ padding-bottom: 40px; }

    .vlad-chrome .siteFooter__top{
        grid-template-columns: 1.2fr 0.8fr 1fr 1fr 1.1fr;
        gap: 24px;
        padding-bottom: 56px;
    }

    .vlad-chrome .siteFooter__logo img{
        width: 95px;
    }

    .vlad-chrome .siteFooter__nav{
        gap: 10px;
    }

    .vlad-chrome .siteFooter__nav a, .vlad-chrome .siteFooter__contact, .vlad-chrome .siteFooter__brandText{
     font-size: 14px;
        line-height: 18px;
    }

    .vlad-chrome .siteFooter__bottomLinks{
        gap: 30px;
    }

}




@media (max-width: 767px) {

    .vlad-chrome .siteFooter__socials .socialDivide{    margin-left: 16px;
    margin-right: 16px;}
    .vlad-chrome .siteFooter{
        padding-top: 20px;
        padding-bottom: 20px;}


    .vlad-chrome .siteFooter__top{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 36px 24px;
        padding-bottom: 40px;
    }

    .vlad-chrome .siteFooter__brand{
        grid-column: 1 / -1;   }

    .vlad-chrome .siteFooter__logo{
        margin-bottom: 20px; }


    .vlad-chrome .siteFooter__logo img{
        width: 100px;
    }

    .vlad-chrome .siteFooter__brandText{
        font-size: 13px;
        line-height: 20px;
    }


    .vlad-chrome .siteFooter__column--quick{
        grid-column: 1;
    }


    .vlad-chrome .siteFooter__column--resorts{
        grid-column: 2;
    }

    .vlad-chrome .siteFooter__column--guide{
        grid-column: 1;
    }
    
    .vlad-chrome .siteFooter__column--contact{
        grid-column: 2;
    }

    .vlad-chrome .siteFooter__heading{
        margin-bottom: 16px;

        font-size: 12px;
        line-height: 16px;
    }

    .vlad-chrome .siteFooter__nav{
        gap: 10px;
    }

    .vlad-chrome .siteFooter__nav a, .vlad-chrome .siteFooter__contact{
        font-size: 16px;
        line-height: 19px;
    }

    

    .vlad-chrome .siteFooter__middle{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding-bottom: 20px;
    }


    .vlad-chrome .siteFooter__socials{
        padding: 7px 16px;
    }


    .vlad-chrome .siteFooter__social{
        width: 32px;
        height: 32px;
    }


@media(max-width: 380px){
    .vlad-chrome .siteFooter__socials{
        padding: 6px 12px;
    }
        .vlad-chrome .siteFooter__socials .socialDivide{
        margin-left: 10px;
        margin-right: 10px;
    }
}


  


    

    .vlad-chrome .siteFooter__bottom{
        flex-direction: column;
        align-items: flex-start;
        min-height: 0;
        padding-top: 20px;
        gap: 12px;
    }

    .vlad-chrome .siteFooter__bottomLinks{
        order: 1;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        width: 100%;
    }


    .vlad-chrome .siteFooter__copyright{
        order: 2;
    }


    .vlad-chrome .siteFooter__copyright, .vlad-chrome .siteFooter__terms, .vlad-chrome .siteFooter__listing{
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
    }

}


@media(max-width: 991px){
.vlad-chrome .container{padding-left: 24px;padding-right: 24px;}
}


@media(max-width: 767px){
    .vlad-chrome .container{padding-left: 16px;padding-right: 16px;}
    .vlad-chrome .descVer{display: none;}
    .vlad-chrome .mobVer{display: block;}
}






@media(max-width: 500px){
        .vlad-chrome .siteFooter__column--guide, .vlad-chrome .siteFooter__column--contact{
        grid-column: 1 / -1;
    }
}


















