/* ========== guarantees.css ========== */

.content { display: block; padding: 0 10px; text-align: center; padding-top: 10px; }

.news_block__content h1 {
    color: #ffb50e;
}

.products-list.wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 10px;
}

.inner.ta-left { text-align: left; }

.newhowto-left { display: inline-block; float: left; width: 100%; }

.newhowto {
    overflow: hidden;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 0 20px;
    width: 100%;
}

.newhowto-slogan2 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    color: #ffb50e;
    text-align: center;
    padding: 20px 0 20px;
}

.newhowto-right { display: inline-block; float: left; width: 100%; }

.line-center { position: relative; text-align: center; }

.tab-line-cn {
    position: relative;
    margin: 0 auto;
    min-height: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

.h2-center_gold {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
    color: #000000;
    font-size: 16px;
    background: #ffb40f;
    border: 1px solid #ffca51;
    padding: 3px 12px;
    font-weight: 700;
    box-shadow: 2px 2px 10px #0000004a;
}

.clearfix { width: 100%; display: inline-block; }

.col-md-12 { padding: 0; }

.block_guar {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-left: 3px solid #ffb50e;
    border-radius: 100px;
    background-image: linear-gradient(0deg, #1d1f2400, #1c1e23);
    text-align: left;
}

.bg_guar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background-image: linear-gradient(90deg, #ffb50e40 0%, #2f2f2f 40%);
    opacity: 0;
    transition: .5s;
    z-index: 1;
    box-shadow: 5px 5px 10px -5px #00000085;
}

.block_guar:hover .bg_guar:after { opacity: 1; }

.img_guar {
    display: inline-block;
    position: relative;
    z-index: 2;
    float: left;
    width: 180px;
    padding: 20px 0;
}

.img_guar img {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 80px;
    margin: 0 auto;
    border: 3px solid #ffb50e;
    z-index: 1;
}

.img_guar:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #ffb50e;
    border-radius: 180px;
    z-index: 0;
    opacity: 0;
}

.block_guar:hover .img_guar:after {
    animation: opc1 1.5s ease-in-out infinite both;
}

.cont_guar {
    position: relative;
    z-index: 2;
    display: inline-block;
    float: left;
    width: 80%;
    transition: .5s;
    color: #ffffff;
    padding-right: 30px;
}

.cont_guar h2 { color: #ffb50e; }

.panel-group .panel {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    background-image: linear-gradient(0deg, #1d1f2400, #1c1e23);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.41);
    border: 1px solid #ca9011;
    min-height: 70px;
    max-width: 900px;
    margin: 0 auto;
}
.panel-group .panel+.panel { margin-top: 20px; }

.panel-heading {
    max-height: 70px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    transition: 0.3s;
}
.panel-group .panel-heading { border-bottom: 0; }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    display: table;
    height: 70px;
    padding: 0 15px;
}

.panel-title a {
    color: #ffffff;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}

.panel-body {
    padding: 18px 15px;
    color: #ffffff;
    font-size: 15px;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #505050;
}

.collapse { display: none; }
.collapse.in { display: block; transition: .35s; }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}

.panel-heading .coll_line:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    z-index: 2;
    opacity: 0;
}
.panel-heading .coll_line.active:after { opacity: 0.2; }

@media (min-width: 1450px) {
    .clearfix { width: 48%; float: left; }
    .newhowto { width: 48%; display: inline-block; margin-right: 4%; float: left; }
}

@media (min-width: 800px) and (max-width: 1160px) {
    .cont_guar { width: 76%; }
}

@media (max-width: 800px) {
    .img_guar { width: 120px; padding: 10px; }
    .block_guar { border-radius: 0px; }
    .bg_guar:after { border-radius: 0px; }
    .newhowto-slogan2 { font-size: 24px; line-height: 26px; padding: 10px 0 10px; }
}

@media screen and (max-width: 650px) {
    .img_guar { width: 80px; }
}

@media screen and (max-width: 550px) {
    .panel-title { font-size: 16px; line-height: 16px; }
    .h2-center_gold { font-size: 14px; }
    .newhowto-slogan2 { font-size: 22px; }
}

@media screen and (max-width: 450px) {
    .img_guar { display: none; }
    .cont_guar { width: 100%; padding: 0; }
    .cont_guar h2 { text-align: center; }
}

@media screen and (max-width: 350px) {
    .h2-center_gold { font-size: 13px; }
}