.sphere-item_loop {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 100%;
    width: 100%;
    margin-top: 26px;
    margin-bottom: 26px;
}
.sphere-item {
    padding-top: 84px;
}
.sphere-item_container {
    flex: 1 1 25%;
    padding: 15px;
    max-width: 33.3%;
}
.sphere-item-name {
    font-family: "Raleway";
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #222222;
    padding-right: 15px;
}
.sphere-item-top {
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 30px;
    transition: 0.3s;
}
.sphere-item-icon {
    width: 36px;
    height: 36px;
    margin-right: 20px;
    flex: 0 0 36px;
}
.sphere-item-icon svg path {
    fill: #00594D;
}
.sphere-item-cont {
    background-color: #F0F0F0;
    height: 144px;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
    overflow: hidden;
}
.sphere-item-descr {
    padding: 0 21px;
    margin-top: 38px;
    height: 130px;
    overflow: auto;
    padding-bottom: 15px;
}
.sphere-item-descr li {
    display: flex;
}
.sphere-item-descr li a {
    font-family: "Raleway";
    font-weight: bold;
    color: #FAFAFA;
    font-size: 14px;
    line-height: 120%;
}
.sphere-item-descr li:before {
    margin: 6px 9px;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #FAFAFA;
    flex: 0 0 auto;
}
.sphere-item-descr li:hover a {
    color: #E7A320;
}
.sphere-item-descr li:hover:before {
    background-color: #E7A320;
}
.sphere-item-descr-hider {
    overflow: hidden;
    max-height: 0px;
    transition: 0.3s;
}
.sphere-item-cont:hover {
    margin-top: -84px;
    height: 228px;
    background-color: #00594D;
    position: relative;
    z-index: 2;
}
.sphere-item-cont:hover .sphere-item-descr-hider {
    max-height: 200px;
}
.sphere-item-cont:hover .sphere-item-top {
    margin-top: 20px;
    margin-bottom: 0px;
}
.sphere-item-cont:hover .sphere-item-icon svg path {
    fill: #FAFAFA;
}
.sphere-item-cont:hover .sphere-item-name {
    color: #FAFAFA;
}
.sphere-item_container:nth-child(n+5) .sphere-item {
    padding-top: 0;
    padding-bottom: 84px;
}
.sphere-item_container:nth-child(n+5) .sphere-item-cont:hover {
    margin-bottom: -84px;
    margin-top: 0;
}
@media screen and (max-width: 1420px) {
    .sphere-item-name {
        font-size: 15px;
    }
    .sphere-item-top {
        padding-left: 15px;
    }
    .sphere-item-icon {
        margin-right: 15px;
    }
}
@media screen and (max-width: 1199px) {
    .sphere-item_container {
        max-width: 100%;
    }
    .sphere-item_container:nth-child(n+4) .sphere-item {
        opacity: 1 !important;
        padding-top: 42px;
        padding-bottom: 42px;
    }
    .sphere-item_container:nth-child(n+4) .sphere-item-cont:hover {
        margin-bottom: -42px;
        margin-top: -42px;
    }
    .sphere-item_container:last-child .sphere-item {
        padding-top: 0;
        padding-bottom: 84px;
    }
    .sphere-item_container:last-child .sphere-item-cont:hover {
        margin-bottom: -84px;
        margin-top: 0;
    }
}
@media screen and (max-width: 991px) {
    .sphere-item_container {
        max-width: 100%;
        width: 100%;
        flex: 1 1 50%;
        margin-bottom: -10px;
    }
    .sphere-item_container:nth-child(n+3) {
        margin-top: -10px;
        margin-bottom: -20px;
    }
    .sphere-item_container:nth-child(3), .sphere-item_container:nth-child(4) {
        margin-top: 0;
        margin-bottom: -40px;
    }
    .sphere-item_container:nth-child(n+3) .sphere-item {
        padding-top: 42px;
        padding-bottom: 42px;
    }
    .sphere-item_container:nth-child(n+3) .sphere-item-cont:hover {
        margin-bottom: -42px;
        margin-top: -42px;
    }
    .sphere-item_container:last-child {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .sphere-item_container:last-child .sphere-item {
        padding-top: 0;
        padding-bottom: 84px;
    }
    .sphere-item_container:last-child .sphere-item-cont:hover {
        margin-bottom: -84px;
        margin-top: 0;
    }
}
@media screen and (max-width: 576px) {
    .sphere-item_container {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }
    .sphere-item_container:nth-child(n+2) {
        margin-bottom: -50px;
        margin-top: 0;
    }
    .sphere-item_container:nth-child(n+2) .sphere-item {
        padding-top: 0;
        padding-bottom: 42px;
    }
    .sphere-item_container:nth-child(n+2) .sphere-item-cont:hover {
        margin-bottom: -42px;
        margin-top: -42px;
    }

    .sphere-item_container:last-child .sphere-item {
        padding-top: 0;
        padding-bottom: 84px;
    }
    .sphere-item_container:last-child .sphere-item-cont:hover {
        margin-bottom: -84px;
        margin-top: 0;
    }
}
