/*tags*/
.hashtags-wrapper {
    display: flex!important;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 25px 10px;
}

.box {
    margin: 10px 5px 0;            }

.box a {
    padding: 10px 15px 8px;
}
.buy-btn-school {
    /*width: 74px;*/
    text-align: center;
}
.just-cont-cent {
    justify-content: center;
}
.tags {
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 16px;
    color: #010101;
    display: block;
    background-color: #f0f0f0;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    outline: none;
}
.cocoon-btn {
    font-family: 'HelveticaNeueCyr-Bold';
    margin: 5px 5px 0;
    font-size: 10px;
    letter-spacing: 3px; 
    color: #ef5382;
    border: 1px solid #ef5382;
    background-color: transparent;
    display: inline-block;
    /*margin: 30px 30px 0;*/
    box-shadow: none;
    text-transform: uppercase;
}
.cocoon-btn:link {
    color: #ef5382;
}
/*end tags*/

/*reviews*/
.relative {
    position: relative;
}
.reviews-descr {
    position: absolute;
    bottom: 10px;
    padding: 10px;
    background: #f0f8ffc4;
}
.reviews-descr-block {
    margin-top: 20px;
    padding: 0 30px;
}
.reviews-descr-name {
    font-size: 1.5em;
    font-weight: bold;
    margin: 10px 0;
}
.reviews-descr-title {
    margin: 1em 0;
    color: grey;
}
.reviews-p-descr {
    text-align: justify;
}
.reviews-img {
    margin: auto;
    border-radius: 50%;
    width: 200px!important;
    height: 200px!important;
}
.slick-dots {
    position: initial;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
    width: 6px;
    height: 6px;
    background-color: rgba(227,67,99,.5);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.slick-dots li.slick-active button {
    background-color: #e34363;
}
/*end reviews*/