@font-face {
    font-family: ReformaGroteskMedium;
    src:    url('/catalog/view/theme/fractal/stylesheet/fonts/ReformaGroteskMedium.eot') format("eot"),
            url('/catalog/view/theme/fractal/stylesheet/fonts/ReformaGroteskMedium.ttf') format("ttf"),
            url('/catalog/view/theme/fractal/stylesheet/fonts/ReformaGroteskMedium.woff') format("woff");
    font-weight: normal;
  }

#slideshow0 .item{
    position: relative;
}
#slideshow0 .scaleslide{
    max-width: unset;
    width: unset;
}



.banner__content{
    left: 0;
    top: 0;
    height: 100%;
    margin: 0 auto;
}

.banner__link{
    position: absolute;
    display: inline-block;
    top: calc(50% + 130px);
    padding: 17px 42px 17px 36px;
    border:  1px solid #78B3DF;
    color: #78B3DF;
    font-weight: 600;
    line-height: 22px;
    font-size: 18px;
    transition: all .5s ease;
    opacity: 0;
    transform: translateY(100px);
}
.banner__link:hover{
    color: #555;
}
.banner__link:hover::after{
    right: -35px;
}
.banner__link.ef-slider__link{
    opacity: 1;
    transform: translateY(0);
}
.banner__link::after{
    content: '';
    position: absolute; 
    top: 50%;
    right: -23px;
    width: 45px;
    height: 1px;
    background-color: #78B3DF;
    transition: all .5s ease;
    opacity: 0;
    transform: translateX(50px);
}
.banner__link.ef-slider__link2::after{
    opacity: 1;
    transform: translateX(0);
}

.banner__image{
    position: absolute; 
    height: 80%;
    bottom: 0;
    left: calc(50% + 100px);
    z-index: 5;
    transition: all 1s ease-out;
    transform: translateX(150px);
}
.banner__image.ef-slider__image{
    transform: translateX(0);
}

.banner__stripe{
    position: absolute;
    width: 785px;
    height: 250px;
    top: calc(50% - 100px);
    left: calc(50% + 40px);
    background-color: #78B3DF;
    z-index: 4;
}

.main-title {
    position: absolute;
    font-size: 80px;
    line-height: 80px;
    font-family: 'Proxima-Bold', sans-serif;
    top: 50%;
    transform: translateX(-200px) translateY(-50%);
    opacity: 0;
    color: #777;
    margin: 0;
    transition: all 1s ease;
}
.main-title.ef-slider{
    opacity: 1;
    transform: translateX(0) translateY(-50%);
}

.specify{
    position: absolute;
    font-family: 'ReformaGroteskMedium', sans-serif;
    padding-left: 130px;
    top: calc(50% - 150px);
    font-size: 48px;
    line-height: 56px;
    color: #78B3DF;
    letter-spacing: 0.1em;
    transition: all .5s ease;
    opacity: 0;
    transform: translateY(-100px);
}
.specify.ef-slider__specify{
    opacity: 1;
    transform: translateY(0);
}

.specify::before{
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 102px;
    height: 2px;
    background-color: #78B3DF;
}

.product-thumb_bottom_txt{
    word-spacing: 3px;
}

.search-page .product-thumb:hover .caption{
    position: absolute;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(233, 233, 233, 1);
}

.circle {
    box-shadow: 0 0 8px 35px #78B3DF;
}
.circleout {
    background-color: #78B3DF;
}

@media screen and (max-width: 1750px) {
    .banner__stripe{
        width: 500px;
        height: 200px;
        top: calc(50% - 50px);
    }
    .banner__image{
        height: 70%;
    }
}
@media screen and (max-width: 1500px){
    #slideshow0 .container{
        width: 1200px;
    }
}
@media screen and (max-width: 1339px){
    #slideshow0 .container{
        width: 900px;
    }
    #slideshow0 .owl-buttons{
        display: none;
    }
}
@media screen and (max-width: 1199px){
    .banner__stripe{
        display: none;
    }
    #slideshow0 .scaleslide{
        height: 400px;   
    }
    .banner__image{
        height: 90%;
    }
    .main-title{
        font-size: 60px;
        line-height: 60px;
    }
    .specify{
        top: calc(50% - 120px);
    }
    .banner__link{
        top: calc(50% + 85px);
    }
}
@media screen and (max-width: 991px){
    .banner__link{
        transform: translateY(0);
    }
    .banner__image{
        transform: translateX(0);
    }
    .main-title{
        transform: translateX(0) translateY(-50%);
    }
    .specify{
        transform: translateY(0);
    }
}
@media screen and (max-width: 600px){
    .banner__image{
        display: none;
    }
}
@media screen and (max-width: 400px){
    .main-title{
        font-size: 48px;
        line-height: 48px;
    }
    .specify{
        top: calc(50% - 110px);
    }
    .banner__link{
        top: calc(50% + 70px);
    }
}
@media screen and (max-width: 340px){
    .main-title{
        font-size: 44px;
        line-height: 44px;
    }
}