/* ========== contacts.css ========== */

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

.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%;
}

.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;
}

.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-default.contacts {
    display: block;
    position: relative;
    line-height: 70px;
    padding-left: 60px;
    font-size: 16px;
    color: #ffffff;
    transition: .5s;
    text-decoration: none;
}
.panel-default.contacts:hover {
    padding-left: 70px;
}

.contacts.vk:before,
.contacts.inst:before,
.contacts.fb:before,
.contacts.mail:before,
.contacts.report:before {
    content: '';
    position: absolute;
    left: 18px;
    top: 20px;
    display: inline-block;
    width: 30px;
    height: 30px;
    transition: .3s;
    transform: scale(1);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.contacts.vk:before { background-image: url(/img/telegram.png); }
.contacts.inst:before { background-image: url(/img/appstore.png); }
.contacts.fb:before { background-image: url(/img/googleplay.png); }
.contacts.mail:before { background-image: url(/img/news.png); }
.contacts.report:before { background-image: url(/img/user.png); }
.panel-default.contacts:hover:before { transform: scale(1.1); }

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

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

.space {
    height: 20px;
}

@media (max-width: 800px) {
    .panel-default.contacts {
        font-size: 14px;
        padding-left: 50px;
    }
    .newhowto-slogan2 {
        font-size: 24px;
        line-height: 26px;
        padding: 10px 0 10px;
    }
}

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

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