/*topline*//* after_qbici */
.topline {
    background: #ee583f;
    background: -moz-linear-gradient(left, #ee583f 0%, #bd3381 100%);
    background: -webkit-linear-gradient(left, #ee583f 0%,#bd3381 100%);
    background: linear-gradient(to right, #ee583f 0%,#bd3381 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee583f', endColorstr='#bd3381',GradientType=1 );
    padding: 13px 0;
}
.topline .logo {
    float: left;
    padding-right: 30px;
    border-right: 1px solid rgba(255,255,255,.15);
    margin-right: 30px;
    line-height: 1em;
}
.topline .logo>img{
    display: block;
    margin: 0 auto;
}
.topline h2 {
    font-size: 24px;
    font-weight: 400;
    color:#fff;
    overflow: hidden;
    padding: 3px 120px 0 0;
}
.topline h2 span:nth-of-type(1) {
    margin-left: 10px;
}
.topnav {
    text-align: center;
    position: absolute;
    top:4px;
    right: 10px;
}
.topnav li {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background: url('../img/icons.png') no-repeat -106px 0;
    margin-left: 20px;
    cursor: pointer;
}
.topnav li:nth-child(2) {
    background: url('../img/icons.png') no-repeat -78px 0;
	width: 22px;
	height: 20px;
}
.topnav li:nth-child(3){
	background: url('../img/icons.png') no-repeat -134px 0;
	width: 22px;
	height: 21px;
}
/*header*//* endzeit_____ */
.header {
    background: url(../img/bg1.jpg) no-repeat center top / cover;
}
.header .card-gorizontal {
    border: none;
}
/*card*/
.card-gorizontal {
    background: #fff;
    border:1px solid #e6e6e6;
    position: relative;
}
.card-gorizontal_left {
    float: left;
}
.card-gorizontal_left img {
    display: block;
}
.card-gorizontal_right {
    overflow: hidden;
}
.card-gorizontal .card-content {
    border-top: 1px solid #e6e6e6;
}
.card-gorizontal_right .button-m {
    margin: 20px 0 0 20px;
}
.notice-discount {
    width: 540px;
    height: 50px;
    background: #fff;
    border-radius: 10px;
    line-height: 50px;
    font-size: 19px;
    font-weight: 700;
    position: absolute;
    top:460px;
    left: 40px;
    padding-left: 25px;
}
.notice-discount span {
    display: inline-block;
    background: url('../img/icons.png') no-repeat -59px -27px;
	width: 26px;
	height: 16px;
    margin: 0 0 0 10px;
    position: relative;
    top:2px;
}


.card-vertical {
    width: 460px;
    border:1px solid #e6e6e6;
    padding-bottom: 15px;
    background: #fff;
}
.card-vertical_img {
        
}
.card-vertical_img img {
    display: block;
}

.card-header {
    display: table;
    padding: 20px;
}
.card-header .ch-active:after {
    content: '';
    display: inline-block;
    background: url('../img/icons.png') no-repeat -124px -27px;
	width: 14px;
	height: 14px;
    margin: 0 0 0 8px;
    position: relative;
    top:1px;
}
.card-header_img {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
}
.card-header img {
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.card-header_right {
    display: table-cell;
    vertical-align: middle;
    padding-left: 12px;
}
.card-header_right h3 {
    font-size: 16px;
    text-transform: none;
}
.card-header_right p {
    color:#999999;
    line-height: 20px;
}

.card-content {
    margin: 0 20px;
    padding: 15px 0 10px;
}
.card-content p {
    margin-bottom: 5px;
}
.card-content p.hash-tag {
    color:#003a73;
    cursor: pointer;
}
.card-note {
    font-size: 16px;
    font-weight: 700;
    background: #fafafa;
    border:1px dashed #e6e6e6;
    padding: 10px 20px;
    margin: 15px 0 10px;
}

.card-footer {
    margin: 0 20px;
    border-top: 1px solid #e6e6e6;
    padding-top: 18px;
}
.card-footer_icons span {
    display: inline-block;
    float: left;
    vertical-align: top;
    cursor: pointer;
}
.card-footer_icons span:nth-of-type(3) {
    float: right;
}
.card-footer_icons .like {
    background: url('../img/icons.png') no-repeat 0 0;
	width: 24px;
	height: 22px;
    margin-right: 14px;
}
.card-footer_icons .comment {
    background: url('../img/icons.png') no-repeat -28px 0;
	width: 22px;
	height: 22px;
}
.card-footer_icons .bookmark {
    background: url('../img/icons.png') no-repeat -56px -1px;
	width: 16px;
	height: 20px;
}
.card-footer p {
    font-size: 14px;
    padding-top: 9px;
}
/*ГАЛЛЕРЕЯ 1*//* michael-k90 */
.gallery1 {
    font-size: 0;
}
.gallery1_list {
    text-align: center;
}
.gallery1_list li {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin: 0 20px 0 0;
}
.gallery1_list img {
    display: block;
}
.gallery1_list li:nth-child(3n) {
    margin-right: 0;
}
.gallery1_list li:nth-child(-n+3) {
    margin-bottom: 20px;
}
/*ГАЛЛЕРЕЯ 2*//* bizlife_inc */
.gallery2 .wrap {
    padding: 0;
}
.gallery2_box {
}
.gallery2_box img {
    margin: 0 auto;
}

/*ПРЕИМУЩЕСТВА 1*//* owmen17 */
.plus1 {
}
.plus1_list {
    text-align: center;
}
.plus1_list li {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    margin: 0 20px 0 0;
}
.plus1_list li:last-child {
    margin: 0;
}
.plus1_list img {
}
.plus1_list p {
    font-size: 16px;
}
/*ПРЕИМУЩЕСТВА 2*//* after_qbici */
.plus2_list {
    text-align: center;
    font-size: 0;
}
.plus2_list li {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    height: 220px;
    margin: 0 20px 0 0;
    padding: 30px 20px 0;
    background: #ee5740;
    background: -moz-linear-gradient(45deg, #ee5740 0%, #be3380 100%);
    background: -webkit-linear-gradient(45deg, #ee5740 0%,#be3380 100%);
    background: linear-gradient(45deg, #ee5740 0%,#be3380 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5740', endColorstr='#be3380',GradientType=1 );
}
.plus2_list li:last-child {
    margin: 0;
}
.plus2_list img {
    display: block;
    margin: 0 auto 12px;
}
.plus2_list p {
    font-size: 16px;
    color:#fff;
}
/*ПРЕИМУЩЕСТВА 3*//* endzeit_____ */
.plus3 {
    
}
.plus3_list {
    text-align: center;
    border:1px solid #e6e6e6;
    border-radius: 3px;
    background: #fff;
    padding: 20px 0 30px;
    font-size: 0;
}
.plus3_list:before {
    content: 'Преимущества';
    display: block;
    color:#999999;
    font-size: 24px;
    padding: 0 0 10px 20px;
    font-weight: 700;
    text-align: left;
}
.plus3_list li {
    display: inline-block;
    vertical-align: top;
    width: 210px;
    height: 210px;
    border:1px solid #e6e6e6;
    border-radius: 2px;
    margin: 0 10px;
    padding: 20px 14px 0;
}
.plus3_list img {
    display: block;
    margin: 0 auto 10px;
}
.plus3_list p {
    font-size: 16px;
}
/*ОПИСАНИЕ ТОВАРА*/
.about-box {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 30px 20px;
    position: relative;
    min-height: 460px;
}
.about-box .title {
    margin-right: 460px;
}
.about-box>p {
    font-size: 18px;
    line-height: 30px;
    margin-right: 460px;
    margin-bottom: 20px;
}
.video-container{
    position: relative;
    float: right;
    width: 460px;
    height: 280px;
    margin: -316px 0px 0 0;
    overflow: hidden;
    background: #000;
}
.video-container iframe, .video-container object, .video-container embed{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.about-box .button-m {
    margin-top: 40px;
}
/*ЗВЕЗДЫ*//* michael-k90 */
.stars {
    
}
/*ЗВЕЗДЫ 2*//* michael-k90 */
.stars-2 {
    
}
.stars-2 .wrap {
    padding: 0;
}
.stars-speak .card-vertical {
    margin: 0 auto;
}
/*ПРОМО*//* bizlife_inc */
.promo {
    background: #ee583f;
    background: -moz-linear-gradient(45deg, #ee583f 0%, #ee583f 30%, #bd3381 70%, #bd3381 100%);
    background: -webkit-linear-gradient(45deg, #ee583f 0%,#ee583f 30%,#bd3381 70%,#bd3381 100%);
    background: linear-gradient(45deg, #0626f5 0%,#00f9b2 30%,#0016ff 70%,#222422 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee583f', endColorstr='#bd3381',GradientType=1 );
    height: 560px;
}
.promo_title {
    background: #ad4286;
    background: -moz-linear-gradient(left, #ad4286 0%, #98399d 100%);
    background: -webkit-linear-gradient(left, #ad4286 0%,#98399d 100%);
    background: linear-gradient(to right, #ad4286 0%,#98399d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad4286', endColorstr='#98399d',GradientType=1 );
    border-radius: 4px;
    padding: 15px 0 15px 15px;
}
.promo_title:before {
    content: '';
    display: block;
    background: url(../img/icn.png) no-repeat 0 0 / contain;
    width: 60px;
    height: 60px;
    float: left;
    margin: 0 15px 0 0;
}
.promo_title h2 {
    font-size: 27px;
    color:#fff;
    padding-top: 13px;
}
.promo_title h2 img {
    display: inline-block;
    margin: 0px 0 -8px 0;
}
.promo_ul {
    width: 220px;
    position: absolute;
    top: 139px;
    right: 330px;
}
.promo_ul li {
    display: table;
    height: 60px;
    background: url(../img/ic1.png) no-repeat 0 center;
    padding-left: 50px;
}
.promo_ul li:nth-child(2) {
     background-image: url(../img/ic2.png);
     border-top:1px solid rgba(255,255,255,.15);
}
.promo_ul li p {
    font-size: 16px;
    color:#fff;
    line-height: 20px;
    display: table-cell;
    vertical-align: middle;
}
.sale {
    background: url(../img/sale.png) no-repeat 0 0;
    width: 94px;
    height: 90px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color:#262626;
    letter-spacing: .4px;
    padding: 18px 0 0;
    position: absolute;
    top: 125px;
    left: 253px;
}
.sale p {
    letter-spacing: 0;
    font-size: 28px;
    line-height: 28px;
}
.promo-img {
    margin: 40px 0 0 40px;
}
.promo .formbox {
    position: absolute;
    right: 10px;
    top:114px;
}
.gift-info {
    width: 190px;
    height: 88px;
    color:#fff;
    text-align: center;
    background: rgba(115,62,185,.9);
    border-radius: 3px;
    padding-top: 10px;
    position: absolute;
    top:400px;
    left: 10px;
}
.gift-info p {
    text-transform: uppercase;
    font-weight: 700;
}
.gift-info:before {
    content: '';
    display: block;
    background: url(../img/arrow1.png) no-repeat 0 0;
    width: 51px;
    height: 65px;
    position: absolute;
    top: -54px;
    left: 13px;
}
/*ОТЗЫВЫ 1*//* owmen17 */
.reviews {
    
}
.reviews-dialog {
    width: 380px;
    border:1px solid #e6e6e6;
    background: #fff;
    position: relative;
    margin: 0 auto;
}
.reviews-dialog h3 {
    font-size: 18px;
    text-transform: lowercase;
    text-align: center;
    background: #fafafa;
    border-bottom:1px solid #e6e6e6;
    height: 42px;
    line-height: 42px;
    position: relative;
}
.reviews-dialog h3:before {
    content: '';
    display: block;
    background: url('../img/icons.png') no-repeat -28px -27px;
	width: 26px;
	height: 26px;
    position: absolute;
    top:8px;
    left: 6px;
}
.reviews-dialog h3:after {
    content: '';
    display: block;
    background: url('../img/icons.png') no-repeat 0 -27px;
	width: 24px;
	height: 24px;
    position: absolute;
    top:8px;
    right: 10px;
}
.reviews-dialog .date {
    color:#999999;
    font-size: 14px;
    text-align: center;
    padding: 12px 0;
}
.dialog-item {
    padding: 0 10px 10px 0;
}
.dialog-item img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    display: block;
    float: right;
}
.dialog-item p {
    display: block;
    width: 290px;
    float: right;
    background: #efefef;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 16px 20px 18px 20px;
}
.dialog-item.reply {
    padding: 0 0 10px 10px;
}
.dialog-item.reply img {
    float: left;
    width: 36px;
    height: 36px;
    margin: 20px 10px 0 0;
}
.dialog-item.reply p {
    overflow: hidden;
    float: inherit;
    border:1px solid #e9e9e9;
    background: #fff;
}
.reviews-dialog_footer {
    padding: 0 10px 20px;
}
.reviews-dialog_footer > span {
    background: url('../img/icons.png') no-repeat -67px -50px;
	width: 45px;
	height: 46px;
    display: block;
    float: left;
    cursor: pointer;
}
.reviews-dialog_footer > div {
    width: 303px;
    height: 45px;
    border-radius: 25px;
    border:1px solid #dbdbdb;
    float: right;
    position: relative;
}
.reviews-dialog_footer > div:after {
    content: '';
    display: block;
    background: url('../img/icons.png') no-repeat 0 -68px;
	width: 66px;
	height: 28px;
    position: absolute;
    top: 7px;
    right: 15px;
    cursor: pointer;
}
.reviews-dialog_footer > div:before {
    content: 'Написать сообщение...';
    display: block;
    font-size: 16px;
    color:#999;
    position: absolute;
    top: 10px;
    left: 19px;
}
.reviews_1 {
    width: 800px;
    margin: 0 auto 30px;
}
/*ОТЗЫВЫ 2*/
.just-reviews {
    width: 300px;
    border:1px solid #e6e6e6;
    margin: 0 auto;
}
.just-reviews > img {
    display: block;
}
.just-reviews_person {
    border-bottom: 1px solid #e6e6e6;
    margin: 0 20px;
    padding: 10px 0;
    position: relative;
}
.just-reviews_person:before {
    content: '';
    display: block;
    background: url('../img/icons.png') no-repeat 0 0;
	width: 24px;
	height: 22px;
    position: absolute;
    top:10px;
    right: -10px;
    cursor: pointer;
}
.just-reviews_person img {
    border-radius: 100%;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}
.just-reviews_person p {
    overflow: hidden;
    font-size: 16px;
    color:#999999;
}
.just-reviews_person h3 {
    font-size: 16px;
    text-transform: none;
    overflow: hidden;
    padding-top: 10px;
}
.just-reviews > p {
    padding: 12px 20px 20px;
    font-size: 15px;
}

/*END*/

.formbox {
    width: 300px;
    margin: 0 auto;
    border:1px solid #e6e6e6;
    background: #fff;
}
.formbox h4 {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    text-transform: none;
    padding: 10px 24px;
    margin: 0 20px;
    border-bottom:1px solid #e6e6e6;
}
.glade {
    padding: 14px 20px 0 10px;
}
.glade:before {
    content: '';
    display: block;
    background: url('../img/icons.png') no-repeat -116px -56px;
	width: 40px;
	height: 40px;
    float: left;
    margin: 0 15px 0 0;
}
.glade p {
    overflow: hidden;
    line-height: 20px;
}
.end_topline h2 {
    padding: 3px 0 0 0;
}

/*footer*/
.footer {
    text-align: center;
    padding: 40px 0 30px;
}
.footer a {
    font-size: 14px;
    color:#333;
}
/*-------------------------------------- Media Queries ----959---------------------------------*//* after_qbici */    
@media screen and (max-width: 976px) {
    .topline .logo {
        margin: 0 auto;
        padding: 0;
}
    .topline h2 {
        font-size: 23px;
        padding: 18px 0px 0 0;
        text-align: center;
}
    .topline .logo {
        float: none;
        border:none;
    }
    .card-gorizontal_left {
        float: none;
}
    .card-gorizontal .card-header {
        position: absolute;
        top: 0;
}
    .card-gorizontal_right {
        border-bottom: 1px solid #e6e6e6;
}
    .card-gorizontal_right {
        padding-bottom:20px;
        border-bottom: none;
    }
    .header .card-gorizontal {
        width: 100%;
}
    .card-gorizontal {
        padding-top: 100px;
        width: 462px;
        margin: 0 auto;
}
    .card-gorizontal_right .button-m {
        margin: 20px auto 0;
}
    .notice-discount span {
        display: none;
    }
    .notice-discount {
        height: 46px;
        line-height: 46px;
        top: 566px;
        padding:0;
        text-align: center;
}
    .gallery1_list li {
        width: 300px;
        margin: 0 10px 0 0;
}
    .gallery1_list li:nth-child(3n) {
        margin-right: 10px;
    }
    .gallery1_list li:nth-child(2n) {
        margin-right: 0;
    }
    .gallery1_list li:nth-child(-n+3) {
        margin-bottom: 10px;
}
    .plus1_list li:nth-child(1), .plus1_list li:nth-child(2),
    .plus2_list li:nth-child(1), .plus2_list li:nth-child(2),
    .plus3_list li:nth-child(1), .plus3_list li:nth-child(2) {
        margin-bottom: 20px;
    }
    .plus1_list li:nth-child(2), .plus2_list li:nth-child(2) {
        margin-right: 0;
    }
    .plus3_list {
        margin: 0 70px;
}
    .about-box img {
        position: static;
        margin: 0 auto;
}
    .about-box {
        padding: 30px;
    }
    .about-box .title {
        margin-right: 0px;
    }
    .about-box>p {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .video-container{
    float: none;
    width: 540px;
    height: 320px;
    margin: 20px auto;
    overflow: hidden;
    background: #000;
}
    .about-box .button-m {
        margin: 40px auto 0;
}
    .stars-2 {
        padding-bottom: 50px;
    }
    .promo_title h2 {
        font-size: 24px;
        padding-top: 5px;
}
    .gift-info {
        display: none;
    }
    .promo_ul {
        position: static;
        width: 100%;
    }
    .promo_ul li:nth-child(2) {
        border-top: none;
}
    .promo_ul li {
        width: 50%;
        float: left;
    }
    .promo_ul li p {
}
    .promo .formbox {
        top: 160px;
}
    .promo-img {
        margin: -6px 0 0 0px;
        width: 320px;
}
    .price {
        width: 320px;
        top: 442px;
    }
    .new-cost, .old-cost {
        width: 50%;
    }
    .new-cost {
        float: left;
    }
    .old-cost {
        float: right;
    }
    .sale {
        top: 161px;
        left: 220px;
}
    .promo {
        height: 580px;
    }
    .reviews_1 {
        width: 400px;
}
    .reviews_2 .slick-prev, .reviews_2 .slick-next {
        top: 100px;
    }
    .reviews_2 .slick-prev {
        left: -10px;
    }
    .reviews_2 .slick-next {
        right: -10px;
    }
    .reviews, .reviews2 {
        padding-bottom: 50px;
    }
    .end .card-gorizontal_right {
        padding-top: 20px;
    }
    .glade {
        margin: 0 auto;
        width: 300px;
        padding: 14px 0 0 ;
    }
}
/*-------------------------------------- Media Queries ----639---------------------------------*//* michael-k90 */ 
@media screen and (max-width: 659px) {
    body {
        font-size: 14px;
    }
    .topnav {
        display: none;
    }
    .topline h2 {
        font-size: 20px;
}
    .bigsmile {
        width: 18px;
        height: 18px;
}
    .card-header img {
        width: 50px;
        height: 50px;
    }
    .card-header {
        padding: 15px;
}
    .card-gorizontal {
        padding-top: 80px;
        width: 100%;
}
    .card-content {
        margin: 0 15px;
}
    .notice-discount {
        height: auto;
        line-height: 20px;
        padding: 5px;
        text-align: center;
        font-size: 16px;
        top: 310px;
        left: 0;
        width: 300px;
        border-radius: 0;
        color: #fff;
        background: #ee583f;
        background: -moz-linear-gradient(left, #ee583f 0%, #bd3381 100%);
        background: -webkit-linear-gradient(left, #ee583f 0%,#bd3381 100%);
        background: linear-gradient(to right, #ee583f 0%,#bd3381 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee583f', endColorstr='#bd3381',GradientType=1 );
}
    .card-footer {
        margin: 0 15px;
}
    .card-gorizontal_right {
        margin-top: 40px;
        padding-bottom: 10px;
}
    .gallery1 .wrap {
        padding: 0;
    }
    .gallery1_list>li {
        width: 300px;
        margin: 0 auto 10px;
}
    .gallery1_list li:nth-child(2n), .gallery1_list li:nth-child(3n){
        margin: 0 auto 10px;
}

    .gallery1_list li:nth-child(-n+3) {
        margin-bottom: 10px;
}
    h2.title {
        font-size: 22px;
}
    .plus1_list li {
        width: 145px;
        margin: 0 10px 0 0;
}
    .plus1_list p, .plus2_list p, .plus3_list p {
        font-size: 13px;
    }
    .plus1_list li:nth-child(1), .plus1_list li:nth-child(2), .plus2_list li:nth-child(1), .plus2_list li:nth-child(2), .plus3_list li:nth-child(1) {
        margin-bottom: 10px;
}
    .plus2_list li {
        width: 145px;
        height: 160px;
        margin: 0 10px 0 0;
        padding: 22px 5px 0;
    }
    .plus2_list img {
        margin: 0 auto 10px;
        width: 50px;
        height: auto;
    }
    .plus3_list {
        margin: 0;
        padding: 0;
        background: none;
        border:none;
}
    .plus3_list li {
        width: 145px;
        height: 210px;
        margin: 0 0 10px 0 !important;
        padding: 20px 4px 0;
}
    .plus3_list li:nth-child(1),
    .plus3_list li:nth-child(3) {
        margin: 0 10px 10px 0 !important;
    }
    .plus3_list:before {
        font-size: 20px;
        padding: 0 0 10px 0px;
}
    .about-box {
        padding: 10px;
}
    .about-box p {
        font-size: 14px;
        line-height: 1.375em;
    }
    .video-container{
        width: 100%;
        height: 160px;
}
    .about-box .button-m {
        margin: 20px auto 0;
}
    .card-vertical {
        width: 300px;
    }
    .stars-speak .slick-prev, .stars-speak .slick-next {
        top:195px;
    }
    .promo .wrap, .reviews .wrap, .reviews2 .wrap {
        padding: 0;
    }
    .promo_title h2 {
        font-size: 18px;
        padding: 0;
}
    .promo_ul {
        padding: 15px 10px;
    }
    .promo_ul li {
        width:100%;
        height: 50px;
        padding-left: 46px;
}
    .price, .promo .formbox {
        position: static;
        margin: 0 auto;
    }
    .promo {
        height: auto;
    }
    .promo_title:before{
        margin-bottom: 20px;
    }
    .promo-img {
        margin: 0 auto;
}
    .sale {
        top: 225px;
        left: 215px;
}
    .card-note {
        font-size: 14px;
        padding: 10px 15px;
}
    .reviews h2.title {
        padding: 0 10px;
    }
    .reviews_1 {
        width: 100%;
}
    .reviews-dialog {
        width: 310px;
    }
    .reviews-dialog h3 {
        font-size: 16px;
}
    .dialog-item img, .dialog-item p {
        border-radius: 10px;
        -webkit-border-radius: 10px;
}
    .dialog-item {
        padding: 0 10px 10px 30px;
}
    .dialog-item p {
        width: auto; 
        padding: 10px 10px 12px 14px;
}
    .dialog-item.reply {
        padding: 0 10px 10px 10px;
}
    .dialog-item.reply img {
        margin: 12px 10px 0 0;
}
    .reviews-dialog_footer > div {
        width: 235px;
}
    .reviews-dialog_footer > div:before {
        content: 'Написать...';
        font-size: 14px;
        top: 12px;
        left: 17px;
}
    .reviews_1 .slick-next, .reviews_2 .slick-next {
        right: 0px;
}
    .reviews_1 .slick-prev, .reviews_2 .slick-prev {
        left:0;
}
    .glade {
        margin: 0 auto;
        width: 260px;
        padding: 14px 0 0;
}
    .end .card-gorizontal_right {
        padding-top: 0;
}
}
.act-pic{
    position: absolute;
    right: 350px;
    bottom: 80px;
}
.end .act-pic{
    right: auto;
    bottom: auto;
    top: 100px;
    left: 5px;
}
.act-block{
    clear: both;
    margin: 40px 0 0;
    line-height: 1.5em;
}
.act-block>img{
    display: block;
    float: left;
    margin: 0 20px 0 0;
}
.act-block h3{
    margin: 5px 0 15px;
    font-size: 34px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
}
.act-block h3>span{
    color: #ee5740;
}
.act-block ul{
    margin: 10px 0 0;
}
@media screen and (max-width: 976px) {
    .act-pic{
        right: 20px;
        bottom: auto;
        top: 380px;
    }
    .end .act-pic{
        top: 220px;
        left: 5px;
    }
    .act-block>img{
        float: none;
        margin: 0 auto 20px;
    }
    
}
@media screen and (max-width: 659px) {
    .act-pic{
        width: 110px;
        right: 10px;
        bottom: auto;
        top: 190px;
    }
    .end .act-pic{
        top: 88px;
        left: 5px;
    }
    .act-block h3{
        font-size: 22px;
    }
}



