html{
    height: 100%;
}
body{
    font-family: 'Open Sans', sans-serif;
    background-image: -webkit-radial-gradient(50% 31%, circle, #ffffff, #f4f4f4 81%, #ededed);
    background-image: -o-radial-gradient(50% 31%, circle, #ffffff, #f4f4f4 81%, #ededed);
    background-image: radial-gradient(circle at 50% 31%, #ffffff, #f4f4f4 81%, #ededed);
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #525252;
}
.m-logo{
    margin-top: 130px;
    margin-bottom: 130px;
}
#logo{
    transform: scale(1);
    transition: all 1s ease;
    max-width: 347px;
}


address p{
    color: #a8a8a8;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}
address p a{
    color: #ABABAB;
    font-weight: bold;
}
address p a:hover{
    color: #ABABAB;
}
.mw-300{
    max-width: 300px;
}
.we-love{
    color: #9a9b9b;
    margin-top: 57px;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}
.circle{
    width: 35px;
    margin-left: 5px;
    margin-right: 5px;
}
.data-info{
    color: #A8A8A8;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
}
.copywrite{
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a8a8a8;
    margin-top: 22px;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.my-custom{
    margin-top: 70px;
    margin-bottom: 25px;

}
.mh-340{
    height: 340px;
}
.news-title{
    color: #AFAFAF;
    font-size: 36px;
    line-height: 42px;
}
.news-subtitle{
    color: #49B3B9;
    font-family: Open Sans;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.55px;
}
.news-subtitle-border{
    border: 1px solid rgba(73, 179, 185, 0.5);
    width: 243px;
}
.news-date{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: -0.35px;
    color: #A4A4A4;
}
.news-shadow{
    box-shadow: 6px 2px 22px rgba(0, 0, 0, 0.13945);
    transition: box-shadow .3s cubic-bezier(.17,.67,.47,1),transform .3s cubic-bezier(.17,.67,.47,1);
    will-change: transform,box-shadow;
    cursor: pointer;
}
.news-shadow:hover{
    transform: translateY(-3px);
    box-shadow: 0 12px 40px 0 rgba(0,0,0,.18);
}
.social-img{
    width: 30px;
    height: 30px;
}
.link_ples{
    color: #525252;
}
.link_ples:hover{
    font-weight: 600;
    color: #525252;
    text-decoration: none;
}
.text_image{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 38px;
    line-height: 52px;
    text-align: center;
    color: #9A9B9B;
    letter-spacing: -1px;
}
.menu_link{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #888888;
}
.block_text{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.4px;
    color: #525252;
}
a:hover{
    text-decoration: none;
}

.ecommerce_text{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 28.8px;
    line-height: 39px;
    letter-spacing: -0.00576px;
    color: #6C6C6C;
}
.ecommerce_text:nth-child(2){
    color: #868686;
}
.ecommerce_text:nth-child(3){
    color: #A9A9A9;
}
.dot{
    position: relative;
    bottom: 8px;
}

@media only screen and (max-width: 800px) {
    .m-logo{
        margin-top: 80px;
        margin-bottom: 80px;
    }
    address p{
        font-size: 16px;
    }
    .we-love{
        font-size: 20px;
    }
    .circle{
        width: 30px;
        display: block;
        margin: 10px auto;
    }
    .data-info{
        font-size: 10px;
    }
    .copywrite{
        font-size: 10px;
    }
    .ecommerce_text{
        font-size: 20px;
        line-height: 20px;
    }
}
@media screen and (min-width: 801px) and (max-width: 1024px){

    .m-logo{
        margin-top: 100px;
        margin-bottom: 100px;
    }

}

.owl-stage-outer{
    height: 90%;
}
