.square .content-background {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    opacity: 0;
    transition-timing-function: linear;
    transition-delay: 10ms;
    transition: all 1490ms;
}


.square .content-background .content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 0px;
    color: white;
}

.square h3 {
    width: 100%;
}

.square p {
    width: 100%;
}

/*div.flex-column a p{
    color: #166936;
}
div.flex-column a p:hover{
    color: #166936;
}*/
div.flex-column a p {
    color: #212529;
    /*text-transform: uppercase;*/
    text-decoration: none;
    letter-spacing: 0.0em;

    display: inline-block;
    padding: 0px 0px;
    position: relative;
}

div.flex-column a p:hover {
    color: #166936;
}

div.flex-column a p:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    background: #166936;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

div.flex-column a p:hover:after {
    width: 100%;
    left: 0;
}

@keyframes fontbulger {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.75, 1.75);
    }

    100% {
        transform: scale(1.75, 1.75);
    }
}

.square:hover {
    animation: fontbulger 2980ms;
    animation-direction: alternate;
    z-index: 30;
}

.square:hover .content-background {
    opacity: 1;
}

.logo-container {
    position: relative;
}

.logo {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 10%;

    z-index: 20;

    transform: translate(-50%, -50%);
    transition: all 4s;
    transform-origin: center;

    /*
  transform-origin: center;
  transform-origin: -50% -50%;
  transform: scale(0.5, 0.5);*/
}

.bubble {
    transform: scale(0);
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: #C00;
    transition: all 1, 5s;
}

.logo.animate {
    transform: scale(1.25);
}

.logo23 {
    position: relative;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 20;

    transform: translate(-50%, 0%);

    /*
  transform-origin: center;
  transform-origin: -50% -50%;
  transform: scale(0.5, 0.5);*/
}

.logo2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15%;
    z-index: 30;

    transform: translate(-50%, -50%);
    /*
  transform-origin: center;
  transform-origin: -50% -50%;
  transform: scale(0.5, 0.5);*/
}

.logo:after {
    content: "";
    display: block;
    padding-bottom: 100%;

}

.logo2:after {
    content: "";
    display: block;
    padding-bottom: 100%;

}

.poz {
    min-width: 190px;
    height: 140px;
}

.pio {
    min-height: 160px;
    width: 230px;
}

.zn1 {
    width: 176px;
    height: 118px;
}

.zn2 {
    width: 354px;
    height: 118px;
}

.zn3 {
    width: 97px;
    height: 118px;
}

.zn4 {
    width: 176px;
    height: 118px;
}

.zn5 {
    width: 118px;
    height: 118px;
}

.zn6 {
    width: 354px;
    height: 118px;
}

.zn7 {
    width: 177px;
    height: 118px;
}

.zn8 {
    width: 354px;
    height: 118px;
}

.zn9 {
    width: 236px;
    height: 118px;
}

.zn10 {
    width: 118px;
    height: 118px;
}
