.main-bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:  wrap;
    flex-wrap:  wrap;
    width: 606px;
    height: 604px;
    position: relative;
    -webkit-box-align:  center;
    -ms-flex-align:  center;
    align-items:  center;
    margin: 120px auto;
    background: #ffffff;
    /* border-radius: 50%; */
}

.main-bl span {
    font: 100 32px/35px "Roboto", sans-serif;
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 307px;
    text-align: center;
    margin: 15px 0px 0 161px;
    color: #0069b2;
    text-transform: uppercase;
}

.items {
    width: auto;
    height: 100px;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 5px;
}

.items img {
    height: 100%;
    border-radius: 50%;
}

.category {
    border-radius: 50%;
    width: 210px;
    height: 210px;
    -webkit-box-shadow: 0px 0px 1px 1px #fff;
    box-shadow: 0px 0px 0px 1px #0069b2;
    display: inline-block;
    text-align:  center;
    padding: 10px;
    background: #0069b2;
    position:  absolute;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.3s linear 0s;
}

.category:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    z-index:  2;
    -webkit-box-shadow: 4px 3px 10px 1px #9fa7d2;
    box-shadow: 0px 0px 0px 1px #0069b2;
}

.item-title {
    max-width: 160px;
    height:  auto;
    text-align:  center;
    margin: 0 auto;
    color: #fff;
    font: 500 14px/15px "Roboto", sans-serif;
    padding: 0 10px;
    line-height: 18px;
}

.category a {
    color: #563d3d;
    text-decoration:  none;
}

.category.it1 {
    top: -90px;
    left: 198px;
}

.category.it2 {
    top: 65px;
    right: -99px;
}

.category.it5 {
    bottom: 28px;
    left: -75px;
}
.category.it4 {
    bottom: -115px;
    right: 179px;
}

.category.it6 {
    top: 64px;
    left: -79px;
}

.category.it3 {
    top: 348px;
    right: -94px;
}

.it1:before {
    content: "";
    position: absolute;
    display: block;
    background: url("next.png.1") 50% 100% no-repeat;
    background-size: 36px;
    bottom: -48px;
    left: calc(50% - 14px);
    width: 40px;
    height: 50px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.category.it2:before {
    content: "";
    position: absolute;
    display: block;
    background: url(next.png.1) 50% 100% no-repeat;
    background-size: 36px;
    bottom: 25px;
    left: calc(-5% - 15px);
    width: 40px;
    height: 50px;
    -webkit-transform: rotate(153deg);
        -ms-transform: rotate(153deg);
            transform: rotate(153deg);
}

.category.it3:before {
    content: "";
    position: absolute;
    display: block;
    background: url(next.png.1) 50% 100% no-repeat;
    background-size: 36px;
    top: 27px;
    left: calc(-7% - 15px);
    width: 43px;
    height: 50px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(213deg);
}

.category.it4:before {
    content: "";
    position: absolute;
    display: block;
    background: url(next.png.1) 50% 100% no-repeat;
    background-size: 36px;
    top: -48px;
    left: calc(45% - 15px);
    width: 40px;
    height: 50px;
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
}

.category.it5:before {
    content: "";
    position: absolute;
    display: block;
    background: url(next.png.1) 50% 100% no-repeat;
    background-size: 36px;
    top: calc(20% - 15px);
    right: calc(-8% - 15px);
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    transform: rotate(-29deg);
}
.category.it6:before {
    content: "";
    position: absolute;
    display: block;
    background: url(next.png.1) 50% 100% no-repeat;
    background-size: 36px;
    bottom: 41px;
    right: calc(-18% - 15px);
    width: 82px;
    height: 50px;
    -webkit-transform: rotate(206deg);
    -ms-transform: rotate(206deg);
    transform: rotate(30deg);
}



.text-title {
    padding: 38px 0 22px;
    font-family: Yanone Kaffeesatz, sans-serif;
    font-size: 32px;
}

.text-bl {
    margin: 10px 15px 50px;
}

.text-img {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align:  center;
    -ms-flex-align:  center;
    align-items:  center;
    max-width: 230px;
    max-height: 260px;
    overflow: hidden;
    padding: 10px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px #acafca;
    box-shadow: 0px 0px 5px 0px #acafca;
    margin: 20px 30px 15px 0;
}

.text-img.right {
    float: right;
    margin: 20px 0 15px 30px;
}

.desc-bl {
    text-align:  justify;
}


.text-block-none {
    border-radius: 50%;
    width: 212px;
    height: 213px;
    background: #0069b2;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    text-align: center;
    box-shadow: 0px 0px 0px 1px #0069b2;
}

.text-block-none {
	display: none;
}
.category:hover .text-block-none {
	display: block;
}

.text-block-none div {
    padding: 10px;
    position: absolute;
    top: 29%;
    left: 2px;
    color: #fff;
    font: 100 17px/20px "Play", sans-serif;
}

@media (max-width: 920px) {
    .main-bl {
    max-width: 100%;
    height: auto;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    position: inherit;
    background: #fff;
    border:none;
    border-radius: 0;
}

.category {
    position: static;
    margin: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px #353b90;
    box-shadow: 0px 0px 5px 0px #353b90;
}

.main-bl span {
    display: none;
}    

.text-bl {
    margin: 30px 5px;
}
.main-bl:before {
    display: none;
}
}

@media (max-width: 568px){
.text-img {
    float: none;
    margin:  0 auto;
}

.text-img img {
    max-width:  100%;
    height:  auto;
}

.text-img.right {
    float: none;
    margin:  0 auto;
}
}

@media (max-width: 520px){
.desc-bl {
    text-align: left;
}
}