img.logo-small {
    max-width: 184px;
    max-height: 70px;
}

img.logo-big {
    max-width: 205px;
    max-height: 78px;
}

.logo__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}


.thank-you-block {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 6vh;
    margin-bottom: 30vh;
}

@media screen and (min-width: 630px) and (max-width: 900px) {
    .thank-you-block h3 {
        font-size: 150%;
    }
}

@media screen and (max-width: 630px) {
    .thank-you-block h3 {
        font-size: 120%;
    }
}

.article .tit {
    font-size: 1.4em;
}

.article li {
    font-size: 20px;
}

.article li {
    font-size: 20px;
}

.article blockquote {
    border-left: 2px solid #ccc;
    margin-left: 1.5rem;
    padding-left: 1rem;
}

.rating .stars > span.empty:before, .rating .stars > span:after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url(/img/star_grey.png);
}

.rating .stars > span.full:after {
    z-index: 2;
    background: url(/img/star_active.png);
    opacity: 1;
    left: 0;
}

.rating .stars > span.half:after {
    z-index: 2;
    background: url(/img/star-half.png);
    opacity: 1;
    left: 0;
}

.home header {
    margin-bottom: 0px;
}

/*****************************/
.answer_block {
    position: relative;
    top: -35px;
}


@media (min-width: 768px) {
    .request {
        margin-bottom: 0;
        margin-top: 0;

    }
}


.comments_bl {
    flex: 0 0 99.666667%;
    max-width: 99.666667%;
}

.recommend_bl,
.write_comm {
    width: 66%;
}

.article .write_comm,
.tab_basic .write_comm {
    width: 100%; /*dev*/
}

.answer_form_wrap {
    display: none;
    vertical-align: top;
    padding-left: 58px;
}

.answer_form_wrap button {
    background: #ab65a0;
    color: #fff;
    text-transform: uppercase;
    vertical-align: top;

    height: 35px !important;
    line-height: 35px !important;
    padding: 0 !important;
    display: block;
    float: right;
}
.answer_form_wrap_dev {
    vertical-align: top;
    padding-left: 58px;
}

.answer_form_wrap_dev button {
    background: #ab65a0;
    color: #fff;
    text-transform: uppercase;
    vertical-align: top;

    height: 35px !important;
    line-height: 35px !important;
    padding: 0 !important;
    display: block;
    float: right;
}

/*
.answer_text {
    padding:5px;
    border:1px solid #ccc;
    border-radius:3px;
    max-width:600px;
    display:inline-block;
    margin-left:60px;
    width:100%;

}
.answer_text:hover {
    cursor:pointer;
}
*/
textarea.answer_text {
    border-radius: 3px !important;
    min-height: 31px;
    height: auto;
    padding: 5px !important;
    max-width: 100%;
    display: inline-block;
    margin-left: 60px;
    width: 100%;
    resize: none;
    overflow: hidden;
    margin: 0 !important;
}

/*******************************/
.mytabs .tab_buttons > a {
    display: inline-block;
    font-size: 18px;
    font-family: Arial;
    color: #666;
    margin-right: 40px;
}

.mytabs .tab_buttons > a.active {
    color: #000;
}

.mytabs .tabs_content .mytab {
    display: none;
}

.mytabs .tabs_content .mytab.active {
    display: block;;
}

.mytabs {
    margin-bottom: 25px;
}


.review_comments {
    margin-top: 30px;
    margin-left: 75px;
}


.tab_img .img_bl {
    max-width: 100%;
}

.tab_img .img_bl img {
    max-width: 100%;
}


.promo-button:hover {
    border-radius: 5px;
    background: #91bc47;
    color: white;
    border: 1px solid white;
}

.promo-button {
    border-radius: 5px;
    background: white;
    color: #91bc47;
    border: 1px solid #91bc47;
}

@media screen only (min-width: 1000px) and (max-width: 1200px) {
    .promo-button {
        font-size: 10px;
    }
}




