.gis-widget {
    overflow: hidden;
    max-width: 560px;
    height: 800px;
    border: 1px solid rgb(219, 219, 219);
    border-radius: 8px;
    padding: 20px 20px 32px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    display: flex;
    flex-direction: column;
    font-family: Arial, Helvetica, sans-serif;
}
.gis__header-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;

}
.gis__header-logo-link{
    color: #999;
    font-weight: 600;
    font-size: 15px;
}
.gis__header-link{
    color: #000;
    font-weight: 600;
    font-size: 20px;
}

.gis__header-logo-link:hover{
    color: rgb(0, 0, 0);
    text-decoration: none;
}
.gis__mark-container {
    display: flex;
    align-items: center;

}

.gis__mark{
    font-size: 48px;
    line-height: 56px;
}

.stars-list{
    display: flex;
    margin-bottom: 2px;   
}

.gis__mark-stars-container{
    margin-left: 10px;
    margin-bottom: 12px;
}

.gis__review-count-link{
    color: #999;
    font-size: 14px;
    position: relative;
}

.stars-list__star{
    background: url(https://yastatic.net/s3/front-maps-static/maps-front-org-badge-api/0.22.7/out/assets/_/178df0f18f6025c2e764130c7d1ac463.svg) no-repeat 50%/cover;
    width: 16px;
    height: 16px;
    margin-left: 2px;
}

.stars-list__star_half {
    background: url(https://yastatic.net/s3/front-maps-static/maps-front-org-badge-api/0.22.7/out/assets/_/a53d90b8e3365aa721fcf6939fa3f81a.svg) no-repeat 50%/cover;
    width: 16px;
    height: 16px;
    margin-left: 2px;
}

.stars-list__star_empty {
    background: url(https://yastatic.net/s3/front-maps-static/maps-front-org-badge-api/0.22.7/out/assets/_/ee15bab6241eec6618f0f5720fa6daa9.svg) no-repeat 50%/cover;
    width: 16px;
    height: 16px;
    margin-left: 2px;
}

.gis__button-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #f6f6f6;
    border-radius: 6px;
    padding: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.gis__button-block p{
    margin: 6px;
    font-weight: 600;
}

.gis__review-button{
    background: rgb(41, 148, 0);
    color: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-size: 14px;
    margin: 6px;
    line-height: 16px;
}

.gis__review-button:hover{
    text-decoration: none;
    background-color: rgb(31, 109, 0);
    color:#fff;
}
.gis__reviews-block {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.gis__review-header{
    display: flex;
    height: 40px;
    margin-bottom: 16px;
}

.gis__review-name{
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 600;
    line-height: 20px;
}

.gis__review-date{
    color: #999;
    line-height: 16px;
    font-size: 14px;
}

.gis__review-user-image{
    height: 40px;
    width: 40px;
    border-radius: 100%;
    margin-right: 12px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.gis__review-stars-container{
    margin-bottom: 8px;
}

.gis__images-container{
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    min-width: 50%;
    margin-bottom: 8px;
}

.gis__image-container{
    margin-left: 4px;
}

.gis__image-container img{
    max-height: 92px;
}

.gis__review{
    padding: 24px 0px;
    height: 100%;
    border-bottom: 1px solid #f6f6f6;
}

.gis__review-more{
    padding: 0 40px 0 20px;
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 15px);
    color: #999;
}

.gis__review-more:hover{
    text-decoration: none;
    color: grey;
}

.gis__blue-link{
    text-decoration: none;
}

.gis__blue-link:hover{
    color: rgb(41, 148, 0);
    text-decoration: none;
}

.gis__review-text{
    max-height: 80px;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    position: relative;
}

.gis__more-reviews-block{
    background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff);
    display: flex;
    justify-content: center;
    position: relative;
}

.gis__more-reviews-block::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -16px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 60px;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}

.gis__more-reviews-link{
    color: rgb(41, 148, 0);
    background: #f5f7fa;
    box-sizing: border-box;
    display: inline-block;
    padding: 12px 16px;
    line-height: 16px;
    border-radius: 8px;
    margin: auto;
    text-align: center;
    font-weight: 500;
}

.gis__more-reviews-link:hover{
    text-decoration: none;
    color: rgb(41, 148, 0);
    background: #e9eef3;
}

#gis-widget{
    position: relative;
}

.gis__review-user-image-block{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #999;
}
