.cssload-hourglass{
    position: relative;
    height: 78px;
    width: 78px;
    left: 35%;
    left: calc(50% - 42px);
    left: -o-calc(50% - 42px);
    left: -ms-calc(50% - 42px);
    left: -webkit-calc(50% - 42px);
    left: -moz-calc(50% - 42px);
    border: 3px solid rgba(0,163,155,0.94);
    border-radius: 78px;
    transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    animation: cssload-hourglass 0.8s ease-in-out infinite;
    -o-animation: cssload-hourglass 0.8s ease-in-out infinite;
    -ms-animation: cssload-hourglass 0.8s ease-in-out infinite;
    -webkit-animation: cssload-hourglass 0.8s ease-in-out infinite;
    -moz-animation: cssload-hourglass 0.8s ease-in-out infinite;
}

.cssload-hourglass:before{
    content: "";
    position: absolute;
    top:8px;
    left: 18px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 36px 21px 0 21px;
    border-color: rgb(0,163,155) transparent transparent transparent;
}
.cssload-hourglass:after{
    content: "";
    position: absolute;
    top: 34px;
    left: 18px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 21px 36px 21px;
    border-color: transparent transparent rgb(0,163,155) transparent;
}



@keyframes cssload-hourglass{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(180deg);}
}

@-o-keyframes cssload-hourglass{
    0%{-o-transform:rotate(0deg);}
    100%{-o-transform:rotate(180deg);}
}

@-ms-keyframes cssload-hourglass{
    0%{-ms-transform:rotate(0deg);}
    100%{-ms-transform:rotate(180deg);}
}

@-webkit-keyframes cssload-hourglass{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(180deg);}
}

@-moz-keyframes cssload-hourglass{
    0%{-moz-transform:rotate(0deg);}
    100%{-moz-transform:rotate(180deg);}
}

.spinner3 {
    width: 70px;
    text-align: center;
    display: inline-block;
}

.spinner3 > div {
    width: 12px;
    height: 12px;
    background-color: #777;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner3 .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner3 .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}

.block-item-desc {
    min-height: 175px;
    max-height: 175px;
    overflow-y: scroll;
}

.hizmetblok:nth-child(n+6):nth-child(-n+8){width:48%}
.hizmetblok:nth-child(n+6):nth-child(-n+9){width:48%}