/*@import url('https://fonts.googleapis.com/css?family=Lobster&display=swap') repeat scroll 0 0 rgba(0, 0, 0 , 0);*/




body {
    background: url('../images/back.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


body {
    overflow: hidden;
    height: 100%;
    text-align: center !important;
    margin: 0 auto;
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    color: #555555;

}
.apteka{
    background-color:#bbee00;
    right: 475px;
    width: 155px;
    height: 155px;
}
.kosmetika{
    background-color: #fb71a2;

    right: 321px;
    top: 222px;
    width: 130px;
    height: 130px;
}
.gini{
    background-color: #d7a2e8;
    right: 538px;
    top: 369px;
    width: 160px;
    height: 160px;
}
.shop_1{
    background-color: #ffe152;
    right: 710px;
    top: 267px;
    width: 130px;
    height: 130px;
}
.shop_2{
    background-color: #14c8eb;
    right: 712px;
    top: 56px;
    width: 150px;
    height: 150px;
}

.block {
    display: inline-block;
    position: absolute;

}

.hovicon {
    display: inline-block;
    font-size: 45px;
    line-height: 90px;
    cursor: pointer;
    margin: 20px;
    /*width: 90px;*/
    /*height: 90px;*/
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}
.hovicon.small {
    font-size: 20px;
    line-height:45px;
    width:45px;
    height:45px;
    margin:7px;
}
.hovicon.mini {
    font-size: 15px;
    line-height:32px;
    width:30px;
    height:30px;
    margin:7px;
}
.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}




.hovicon.effect-4 {
    /*width: 92px;*/
    /*height: 92px;*/
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
}
.hovicon.effect-4.small {
    width:45px;
    height:45px;
}
.hovicon.effect-4.mini {
    width:30px;
    height:30px;
}
.hovicon.effect-4.sub-a {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.hovicon.effect-4:before {
    line-height: 92px;
}
.hovicon.effect-4:after {
    top: -4px;
    left: -4px;
    padding: 0;
    z-index: 10;
    border: 4px dashed #fff;
}
.hovicon.effect-4:hover {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    color: #fff;
}
.hovicon.effect-4:hover i {
    color: #fff;
}
/* Effect 4b */
.hovicon.effect-4.sub-b:hover {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.hovicon.effect-4.sub-b:hover:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}



















/*.avatar-card {*/
/*    left: calc(50% - 4em - 1px);*/
/*    top: calc(50% - 4em - 1px);*/
/*    position: fixed;*/
/*    text-align: center;*/
/*    z-index: 100;*/
/*}*/
.avatar-card:hover nav {
    left: calc(-2% - 13rem);
    width: 22rem;
    opacity: 1;
    transition: width 1s;
}
/*.avatar-card svg {*/
/*    border: 2px solid white;*/
/*    cursor: pointer;*/
/*    border-radius: 50%;*/
/*    height: 8em;*/
/*    width: 8em;*/
/*}*/
.avatar-card nav {
    background-color: #fb71a200 !important;
    /*border: 2px solid #fb71a2;*/
    display: block;
    height: 1rem;
    width: 0;
    overflow: hidden;
    top: calc(179% - 1rem);
    left: 50%;
    padding: 0.4rem 0.8rem 2.5rem;
    position: absolute;
    z-index: -1;
    border-radius: 3em;
    opacity: 0;
    transition: all 0.3s ease;
    left: -255px;
}
.half{
    font-size: 23px;
}


.avatar-card nav .half:first-child {
    float: left;
}
.avatar-card nav .half:last-child {
    float: right;
}
.avatar-card nav .fa {
    font-size: 150%;
    padding: 0.2em;
}
.avatar-card .kosmetic a {
    color: #de1f63;
    text-transform: none;
}
.avatar-card nav a:hover {
    color: #a43535;
}


.avatar-card:hover .appteka_nav {
    left: calc(-66% - 13rem);
    width: 14rem;

    transition: width 1s;

}

.avatar-card .appteka_nav {
    background: #fb71a200 !important;
    /*border: 2px solid #bbee00;*/
    display: block;
    height: 1rem;
    width: 0;
    overflow: hidden;
    top: calc(45% - 1rem);
    left: 50%;
    padding: 0.4rem 0.8rem 2.5rem;
    position: absolute;
    z-index: -1;
    border-radius: 3em;
    opacity: 0;
    transition: all 0.3s ease;
    left: -341px;
}


.avatar-card .appteka_nav a {
    color: #7ea000;
    text-transform: none;
}






.avatar-card:hover .wino {
    left: calc(-96% - 13rem);
    width: 17rem;
    opacity: 1;
    transition: width 1s;

}

.avatar-card .wino {
    background: #fb71a200;
    /*border: 2px solid #d7a2e8;;*/
    display: block;
    height: 1rem;
    width: 0;
    overflow: hidden;
    top: calc(233% - 1rem);
    left: 50%;
    padding: 0.4rem 0.8rem 2.5rem;
    position: absolute;
    z-index: -1;
    border-radius: 3em;
    opacity: 0;
    transition: all 0.3s ease;
    left: -399px;
}

.avatar-card .wino  a {
    color: #8823a8;
    text-transform: none;
}



.wave:before, .wave:after {
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
    border: 10px solid white;
    display: none;
    width: 200px;
    height: 200px;
    border-radius: 100%;
}
.wave:hover:before {
    display: block;
    animation: spread-fade 1s ease-in infinite;
}
.wave:hover:after {
    display: block;
    animation: spread-fade 1s 0.2s ease-in infinite;
}

@keyframes spread-fade {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}


@media screen and (max-width: 1403px) {


    .apteka{

        right: 345px;

    }
    .kosmetika{

        right: 191px;

    }
    .gini{

        right: 408px;

    }
    .shop_1{
        right: 570px;
    }
    .shop_2{

        right: 582px;

    }
    .avatar-card:hover nav {
        left: calc(72% - 13rem);

    }
    .avatar-card:hover .appteka_nav {
        left: calc(0% - 13rem);


    }
    .avatar-card:hover .wino {
        left: calc(-34% - 13rem);

    }


}




@media screen and (max-width: 992px) {
    .hovicon {
        display: inline-block;
        font-size: 45px;
        line-height: 90px;
        cursor: pointer;
        margin: auto;
        margin-top: 13px;
        /* width: 90px; */
        /* height: 90px; */
        border-radius: 50%;
        text-align: center;
        position: sticky;
        text-decoration: none;
        z-index: 1;
        color: #fff;
    }

    .block {
         display: block;
         position: relative;
    }
    .apteka,.kosmetika,.gini,.shop_1,.shop_2 {
        right: 0;
    }
    /*.block.appteka_nav {*/
    /*   display: none;*/
    /*}*/
    /*.block.kosmetic {*/
    /*    display: none;*/
    /*}*/
    /*.block.wino {*/
    /*    display: none;*/
    /*}*/
    .avatar-card:hover nav {
        display: none;

    }
    .avatar-card:hover .appteka_nav {
        display: none;


    }
    .avatar-card:hover .wino {
        display: none;

    }
    .apteka{
        width: 110px;
        height: 110px;
    }
    .kosmetika{
        width: 110px;
        height: 110px;
    }
    .gini{
        width: 110px;
        height: 110px;
    }
    .shop_1{
        width: 110px;
        height: 110px;
    }
    .shop_2{

        width: 110px;
        height: 110px;
    }
    .fas{
        margin-top: 22px !important;
    }

}






.slide-in-blurred-top {
    -webkit-animation: slide-in-blurred-top 2s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
    animation: slide-in-blurred-top 2s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}



/* ----------------------------------------------
 * Generated by Animista on 2020-11-28 13:32:5
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-blurred-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-blurred-top {
    0% {
        -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}
@keyframes slide-in-blurred-top {
    0% {
        -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}



.slide-in-blurred-left {
    -webkit-animation: slide-in-blurred-left 2s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
    animation: slide-in-blurred-left 2s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}


/* ----------------------------------------------
 * Generated by Animista on 2020-11-28 13:37:43
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-blurred-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-blurred-left {
    0% {
        -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
        transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}
@keyframes slide-in-blurred-left {
    0% {
        -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
        transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}


.slide-in-blurred-right {
    -webkit-animation: slide-in-blurred-right 2s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
    animation: slide-in-blurred-right 2s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-11-28 13:39:39
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-blurred-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-blurred-right {
    0% {
        -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
        transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}
@keyframes slide-in-blurred-right {
    0% {
        -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
        transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}


.slide-in-blurred-bottom {
    -webkit-animation: slide-in-blurred-bottom 2s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
    animation: slide-in-blurred-bottom 2s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-11-28 13:41:24
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-blurred-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-blurred-bottom {
    0% {
        -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
        transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}
@keyframes slide-in-blurred-bottom {
    0% {
        -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
        transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}
