/*VARS*/
.page-stars {
    display: inline-block;
    vertical-align: top;
    height: 10px;
    margin-right: 13px;
    background: url(/static/i/page-stars.png) no-repeat; }

.page-stars_1 {
    width: 11px; }

.page-stars_2 {
    width: 24px; }

.page-stars_3 {
    width: 37px; }

.page-stars_4 {
    width: 50px; }

.page-stars_5 {
    width: 62px; }

.page-rate {
    display: inline-block;
    vertical-align: top;
    color: #00b44f;
    height: 10px;
    padding-left: 18px;
    font-size: 10px;
    line-height: 12px;
    background: url(/static/i/crown_green.png) no-repeat; }

.share-window {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 610px;
    height: 455px;
    margin-top: -228px;
    margin-left: -305px;
    z-index: 101;
    background: #fff;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.3);
    padding: 22px 20px;
    display: none; }
.share-window__top {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
    margin-bottom: 17px; }
.share-window__title {
    font-size: 19px;
    font-weight: 600;
    color: #2c9cdc; }
.share-window__close {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url(/static/i/close.png) no-repeat center center; }
.share-window__photo {
    width: 200px;
    height: 200px;
    overflow: hidden;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover; }
.share-window__form {
    padding-left: 20px;
    overflow: hidden;
    margin-bottom: 20px; }
.share-window__textarea {
    height: 130px;
    width: 100%;
    max-width: 100%;
    max-height: 130px;
    resize: none;
    padding: 15px;
    font-family: inherit;
    border: 1px solid #eee;
    border-radius: 3px;
    background: #fff;
    outline: none;
    font-size: 14px;
    margin: 0;
    display: block;
    margin-bottom: 23px; }
.share-window__btn {
    text-decoration: none;
    outline: none;
    border: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    width: 100%;
    color: #fff;
    background: #2c9cdc;
    border-radius: 3px;
    font-size: 15px;
    cursor: pointer; }
.share-window__label {
    font-size: 15px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px; }
.share-window__input {
    outline: none;
    border: 1px solid #eee;
    border-radius: 3px;
    height: 50px;
    text-align: center;
    padding: 0;
    display: block;
    width: 100%; }
.share-window__bot-items {
    padding-top: 16px;
    line-height: 35px;
    text-align: right;
    vertical-align: top; }
.share-window__bot-text {
    font-size: 15px;
    color: #a4b0b9;
    margin-right: 10px; }
.share-window__social {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #a4b0b9;
    color: #a4b0b9;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    vertical-align: top;
    margin-left: 5px;
    transition: all .15s; }
.share-window__social:hover {
    border-color: #2c9cdc;
    background-color: #2c9cdc;
    color: #fff; }
@media (max-width: 630px) {
    .share-window {
        width: 100%;
        height: auto;
        max-height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        margin-left: 0;
        margin-top: 0;
        overflow: auto; }
    .share-window__photo {
        float: none;
        margin-bottom: 20px; }
    .share-window__form {
        padding-left: 0; }
    .share-window__bot-items {
        text-align: center; }
    .share-window__bot-text {
        display: block;
        line-height: 1.5;
        margin: 0 0 10px; }
    .share-window__social {
        margin: 0 3px; } }