@media (max-width: 768px){
    .baner-desctop{display:none}
}
@media (min-width: 769px){
    .baner-mobile{display:none}
}

/*---- todo demo-home-cat-list -----*/
.demo-home-cat-list .demo-home-cat-list-title a {
    left: 10px;
    background: rgba(0, 0, 0, 0.5);
    padding: 0;
}
.demo-home-cat-list .pagebuilder-column .demo-home-cat-list-title a {
    height: calc(100% - 6px);
    bottom: 6px;
}
.demo-home-cat-list .pagebuilder-column:hover .demo-home-cat-list-title a {
    height: calc(100% - 6px);
}

figure.demo-home-cat-list-title img {
    width: 80%;
}
/*---- end demo-home-cat-list -----*/
/*---- todo home-bark-block -----*/

.home-bark-block{
    position: relative;
}
.home-bark-block:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}
.home-dark-block__button a, .home-dark-block__button a:hover{
    width: 81px;
    height: 81px;
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 50%;
    position: relative;
}
.home-dark-block__button a:before{
    width: 30px;
    height: 16px;
    position: absolute;
    background-image: url(../images/home-arrow.svg);
    content: "";
    top: calc(50% - 9px);
    left: calc(50% - 13px);
}
.home-dark-block__title{
    min-height: 24%;
    letter-spacing: 1px;
}
.home-bark-block .pagebuilder-column{
    justify-content: space-between !important;
}

.home-bark-block .pagebuilder-button-primary {
    border: 2px solid #ffffff !important;
    border-radius: 50% !important;
    background-color: transparent !important;
}
.home-dark-block__button a, .home-dark-block__button a:hover {
    border: 1px solid #ffffff !important;
}

@media (min-width: 769px), print  {
    .home-dark-block__title span{
        font-size: 18px !important;
    }
    .home-bark-block .pagebuilder-column{
        padding: 14px;
    }
    .home-dark-block__text {
        min-height: 33%;
    }
}

@media (min-width: 1024px), print  {
    .home-dark-block__text{
        min-height: 23%;
    }
}

@media (min-width: 1366px), print  {
    .home-dark-block__title span{
        font-size: 24px !important;
    }
    .home-bark-block .pagebuilder-column{
        padding: 40px;
    }
}
@media (max-width: 768px), print  {
    .home-bark-block .pagebuilder-column{
        padding: 40px;
    }
    .home-dark-block__title span{
        font-size: 24px !important;
    }
    .home-dark-block__text{
        margin-top: 0 !important;
    }
    .home-dark-block__button{
        margin-top: 20px !important;
    }
}


/*---- end home-bark-block -----*/

/*---- todo home-2cols-block -----*/
.home-2cols-block{
    margin-top: 30px;
}
.home-2cols-block h2{
    font-weight: bold;
}
.home-2cols-block__btn a{
    background: #EF7D00;
    border-radius: 100px;
    color: #ffffff;
    border-color: #EF7D00;
    width: 210px;
    max-width: 100%;
}
.home-2cols-block__btn{
    margin-top: 20px;
}
@media (min-width: 769px), print  {
    .home-2cols-block hr{
        border-width: 18px !important;
        margin-bottom: 0;
        margin-top: 14px;
    }
    .home-2cols-block h2{
        font-size: 28px;
    }
}
@media (min-width: 1366px), print  {
    .home-2cols-block hr{
        border-width: 50px !important;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .home-2cols-block h2{
        font-size: 48px;
    }
}
@media (max-width: 768px), print  {
    .home-2cols-block__btn{
        margin-bottom: 20px;
    }
    .home-2cols-block .home-2cols-block__img-col-right{
        order: -1
    }
    .home-2cols-block .home-2cols-block__text{
        margin-top: 20px;
    }
}
/*---- end home-2cols-block -----*/


/*---- todo home-slider -----*/
.home-slider{
    overflow: hidden;
}
.home-slider .slick-dots li{
    display: inline-flex;
    align-items: center;
    width: 20px;
}

.home-slider .slick-dots li button{
    width: 10px;
    height: 10px;
    background: #EF7D00;
    border: 1px solid #EF7D00;
    border-radius: 50% !important;
}

.home-slider .slick-dots li.slick-active button{
    width: 20px;
    height: 20px;
    background: #ffffff;
}
.home-slider  .slick-prev, .home-slider  .slick-next{
    width: 161px;
    height: 161px;
    border-radius: 50% !important;
    border: 1px solid #ffffff !important;
    background: transparent !important;
}
.home-slider  .slick-prev:before, .home-slider  .slick-next:before{
    background-image: url(../images/home-arrow.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 15px;
    content: "";
    line-height: 2;
    position: absolute;
    top: calc(50% - 8px);
    left: calc(25% - 15px);
}
.home-slider  .slick-prev:before{
    transform: rotate(180deg);
}
.home-slider  .slick-next{
    right: -9rem;
}
.home-slider  .slick-prev {
    left: -9rem;
}
.home-slider  .slick-prev:before{
    left: calc(75% - 15px);
}
@media (min-width: 769px), print  {
    .home-slider  .pagebuilder-poster-content{
        padding-left: 60px;
    }
}

@media (min-width: 1366px), print  {
    .home-slider  .pagebuilder-poster-content{
        padding-left: 130px;
    }
}
/*---- end home-slider -----*/


.h2{
    font-size: 24px !important;
}

@media (min-width: 769px), print  {

}

@media (min-width: 1024px), print  {

}

@media (min-width: 1366px), print  {
}

@media (max-width: 768px), print  {

}
