.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
  	padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.gratitude .modal-header {
    border-bottom: none;
}

.gratitude .closes {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1000;
}

.gratitude .modal-body {
    padding: 20px;
}
.gratitude .rus_img{
    display: none;
}
.gratitude .message-bodyw h2,
.gratitude .fav_modal-bodyw h2{
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 36px;
}
.gratitude .message-bodyw p,
.gratitude .fav_modal-bodyw p{
    font-weight: 300;
    font-size: 18px;

}
.gratitude .rus{
    font-weight: 500;
    font-size: 20px;
    margin-top: 30px;
}
.gratitude .post{
    font-weight: 300;
    font-size: 16px;
}
@media (min-width: 767px) {
    .gratitude .modal-body {
        padding: 40px;
    }

    .gratitude .modal-dialog {
        max-width: 620px;
    }
}

@media (min-width: 1200px) {
    .gratitude .rus{
        font-size: 24px;
        margin-top: 70px;
    }
    .gratitude .message-bodyw p,
    .gratitude .fav_modal-bodyw p{
        font-size: 19px;
    }
    .gratitude .message-bodyw h2,
    .gratitude .fav_modal-bodyw h2{
        margin-bottom: 70px;
        font-size: 48px;
    }
    .gratitude .rus_img{
        display: block;
    }
    .gratitude .modal-body {
        padding: 60px;
    }
    .gratitude .modal-dialog {
        max-width: 1050px;
    }
    .gratitude .modal-body{
        display: flex;
        justify-content: space-between;
    }
    .gratitude .message-bodyw,
    .gratitude .fav_modal-bodyw{
        width: 58%;
        line-height: 1.2;
    }
    .gratitude .rus_img{
        width: 468px;
        position: absolute;
        right: -48px;
        top: -20px;
    }
    .rus_img img{
        width: 100%;
    }
}
@media (min-width: 1366px) {
    .gratitude .message-bodyw,
    .gratitude .fav_modal-bodyw{
        width: 60%;
    }

    .gratitude .modal-dialog {
        max-width: 1150px;
    }
    .gratitude .rus_img{
        width: 473px;
        position: absolute;
        right: -50px;
        top: -20px;
    }
    .gratitude .message-bodyw p,
    .gratitude .fav_modal-bodyw p{
        font-size: 21px;
    }
}



.modal-header {
    position: absolute;
    top: 0px;
    right: 0px;
    }
    
    .wrapper-modal-img {
    width: 436px;
    height: 373px;
    background-color: #F4F4F4;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}