/* ===== СТРАНИЦА ОТЗЫВОВ ===== */

.products-list.wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.main-body2 {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
}

.dpad {
    padding: 0;
}

.btn_rev_catalog {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    max-width: 340px;
    padding: 8px 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    background: #eaa300;
    border: 1px solid #ffcc57;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    transition: .3s;
}

.btn_rev_catalog:hover {
    background: #f2a900;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255,181,14,0.3);
}

.page-header-rev {
    padding-bottom: 9px;
    margin-bottom: 20px;
    border-bottom: 1px solid #4e4e4e;
    display: inline-block;
    width: 100%;
    height: 50px;
}

.lcol {
    float: left;
    font-size: 24px;
    margin-bottom: 0;
    line-height: inherit;
    color: #ffffff;
}

.lcol.h1 {
    font-size: 28px;
    font-weight: 700;
    color: #ffb50e;
}

.rcol {
    float: right;
}

.clr {
    clear: both;
}

.btn-rev {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #4e4e4e;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    color: #ffffff;
    background-color: #3e3e3e;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.44);
    transition: .3s;
}

.btn-rev:hover {
    background-color: #4e4e4e;
    border-color: #ffb50e;
}

.btn-default {
    background-color: #2a2a2a;
    border-color: #3a3a3a;
}

.btn-default:hover {
    background-color: #3a3a3a;
}

.btn-success {
    background-color: #ffb50e;
    border-color: #ffb50e;
    color: #000;
}

.btn-success:hover {
    background-color: #ffcc57;
    border-color: #ffcc57;
}

.fake-btn {
    display: inline-block;
}

.fake-btn.stay {
    display: none;
}

.click-btn.stay {
    display: none;
}

/* ===== ФОРМА ===== */
#addcform {
    position: relative;
    margin-bottom: 15px;
    padding: 10px;
    color: #ffffff;
    background: #1c1e23;
    border: 1px solid #0d94da;
    text-align: left;
}

.form-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #ccc;
}

.col-sm-2 {
    width: 16.666666666666664%;
    float: left;
}

.col-sm-10 {
    width: 83.33333333333334%;
    float: left;
}

.col-sm-offset-2 {
    margin-left: 16.666666666666664%;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: #2f2f2f;
    background-image: none;
    border: 1px solid #676767;
    border-radius: 4px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #ffb50e;
    outline: 0;
}

.form-group textarea {
    line-height: 18px;
    height: 100px;
    padding: 5px 10px;
    width: 100%;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    background-color: #2f2f2f;
    border: 1px solid #676767;
}

.errors {
    background: #3e2323;
    border: 1px solid #a05c5c;
    padding: 5px 10px;
    border-radius: 4px;
    color: #cc8383;
    margin-top: 10px;
    font-size: 13px;
}

.sent {
    position: absolute;
    height: 0;
    top: -10%;
    left: 5%;
    width: 90%;
    padding: 15px;
    line-height: 20px;
    font-size: 16px;
    background: #f5fff6;
    color: #000;
    border: 1px solid #b7d8b2;
    margin: 0 auto;
    border-radius: 10px;
    transition: .5s;
    opacity: 0;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.09);
}

.sent.active {
    top: 30%;
    opacity: 1;
    height: auto;
}

/* ===== СТАТИСТИКА ===== */
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    color: #ffffff;
    background: #1c1e23;
    border: 1px solid #0d94da;
    border-radius: 4px;
}

.label {
    display: inline;
    padding: .25em .6em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-default {
    background-color: #05161f;
}

.label-success {
    background-color: #178408;
}

.label-danger {
    background-color: #c71c22;
}

/* ===== ОТЗЫВЫ ===== */
.advice {
    margin: 20px 0;
    border-left-width: 5px;
    position: relative;
    overflow: hidden;
    background: #1c1e23;
    border: 1px solid #2b4856;
    border-radius: 4px;
}

.advice-success {
    border-left-color: #178408;
}

.advice-success h4 a {
    color: #feab02;
    font-size: 20px;
}

.advice_foto {
    display: inline-block;
    float: left;
    margin: 5px 0 5px 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.advice .top {
    padding: 10px 20px;
    line-height: 13px;
    border-bottom: 1px solid #4e4e4e;
    overflow: hidden;
}

.advice .text {
    padding: 10px 20px;
    color: #eaeaea;
    position: relative;
    text-align: left;
    font-size: 15px;
    line-height: 1.6;
}

.advice.is_foto .text {
    padding: 10px;
}

.advice.is_foto .top {
    padding: 10px;
}

.advice-success::after {
    width: 10px;
    padding: 15px 0;
    background: rgba(23, 132, 8, 0.31);
    content: '';
    color: rgba(99,199,111,0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    font-weight: bold;
    text-align: center;
}

.advice .lcol {
    float: left;
    font-size: 24px;
    margin-bottom: 0;
    line-height: inherit;
    color: #ffffff;
}

.advice h4 {
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

/* ===== АНИМАЦИЯ ЗАГРУЗКИ ===== */
#fountainG {
    position: relative;
    width: 180px;
    height: 18px;
    margin: auto;
    margin-top: 10px;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: #000;
    width: 18px;
    height: 18px;
    animation-name: bounce_fountainG;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    transform: scale(.3);
    border-radius: 19px;
}

#fountainG_1 { left: 0; animation-delay: 0.6s; }
#fountainG_2 { left: 20px; animation-delay: 0.75s; }
#fountainG_3 { left: 40px; animation-delay: 0.9s; }
#fountainG_4 { left: 60px; animation-delay: 1.05s; }
#fountainG_5 { left: 80px; animation-delay: 1.2s; }
#fountainG_6 { left: 100px; animation-delay: 1.35s; }
#fountainG_7 { left: 120px; animation-delay: 1.5s; }
#fountainG_8 { left: 140px; animation-delay: 1.64s; }

@keyframes bounce_fountainG {
    0% { transform: scale(1); background-color: #000; }
    100% { transform: scale(.3); background-color: #fff; }
}

/* ===== АДАПТИВ ===== */
@media (max-width: 768px) {
    .main-body2 {
        padding: 10px;
    }

    .col-sm-2, .col-sm-10, .col-sm-offset-2 {
        width: 100%;
        margin-left: 0;
        float: none;
    }

    .form-group label {
        margin-top: 10px;
    }

    .lcol.h1 {
        font-size: 22px;
    }

    .rcol {
        float: none;
        display: block;
        margin-top: 10px;
    }

    .page-header-rev {
        height: auto;
    }

    .sent.active {
        top: 20%;
    }

    .advice .text {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .lcol.h1 {
        font-size: 18px;
    }

    .btn_rev_catalog {
        font-size: 14px;
        padding: 6px 8px;
    }

    .advice .top .lcol h4 a {
        font-size: 16px;
    }

    .advice .text {
        font-size: 13px;
    }

    .sent.active {
        top: 15%;
        font-size: 14px;
    }
}