.page_title {
    height: 300px;
    background: url(images/support_bg.jpg) center / cover;
    width: 100%;
    display: table;
}

.title_text {
    line-height: 48px;
    text-align: center;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
}

.title_text span, .title_block span {
    font-size: 16px;
    font-weight: normal;
    display: block;
    width: 100%;
    line-height: 32px;
}

section.section_faq {
    background-color: #fafafa;
    padding: 55px 20px 30px;
    margin-top: -42px;
}

@media screen and (max-width: 767px) {
    section.section_faq {
        padding: 55px 0 0;
    }
}

.line {
    width: 100%;
    border-top: 1px solid;
    padding-bottom: 0px;
    margin-top: 12px;
}

.question {
    letter-spacing: 0.2px;
    line-height: 32px;
    margin-bottom: 60px;
}

.question span {
    width: 100%;
    display: block;
    line-height: 32px;
    font-size: 14px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.question a:hover {
    text-decoration: underline;
}

section.section_callback {
    padding-top: 120px;
}

@media screen and (max-width: 767px) {
    section.section_callback {
        padding-top: 60px;
    }
}

.callback_list {
    padding-top: 88px;
    padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .callback_list {
        padding-top: 50px;
    }
}

.section_callback .mdi {
    font-size: 42px;
}

.callback_list .mdl-cell--2-col, .callback_list .mdl-cell--2-col-desktop.mdl-cell--2-col-desktop {
    width: calc(20% - 16px);
}

@media screen and (max-width: 575px) {
    .callback_list .mdl-cell--3-col, .callback_list .mdl-cell--3-col-phone.mdl-cell--3-col-phone {
        width: calc(33.3% - 16px);
    }
}

.call_back_item {
    height: 185px;
    position: relative;
    display: table;
    width: 100%;
    cursor: pointer;
}

.icon_wrap {
    display: table-cell;
    vertical-align: middle;
}

.call_back_item_bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: transform .8s, background-color .8s, border .8s;
    -moz-transition: transform .8s, background-color .8s, border .8s;
    -ms-transition: transform .8s, background-color .8s, border .8s;
    -o-transition: transform .8s, background-color .8s, border .8s;
    transition: transform .8s, background-color .8s, border .8s;
    border: solid 1px #e6e6e6;
    background-color: #fafafa;
}

.call_back_item:hover .call_back_item_bg, .call_back_item.active .call_back_item_bg {
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    -o-transform: scaleY(1.1);
    transform: scaleY(1.1);
    border: solid 2px #fa5f55;
    background-color: #fa5f55;
}

.call_back_item i {
    color: #fa5f55;
    -webkit-transition: color .8s;
    -moz-transition: color .8s;
    -ms-transition: color .8s;
    -o-transition: color .8s;
    transition: color .8s;
}

.call_back_item span {
    display: block;
    width: 100%;
    margin-top: 24px;
    text-transform: uppercase;
}

.call_back_item:hover i, .call_back_item:hover span, .call_back_item.active i, .call_back_item.active span {
    color: #fff;
}

@media screen and (max-width: 980px) {
    .call_back_item {
        height: 135px;
    }

    .call_back_item span {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .callback_list {
        padding-bottom: 20px;
    }

    .call_back_item {
        height: 105px;
    }

    .section_callback .mdi {
        font-size: 26px;
    }
    
    .call_back_item span {
        font-size: 10px;
        margin-top: 12px;
    }
}

@media screen and (max-width: 480px) {
    .callback_list .mdl-cell--2-col, .callback_list .mdl-cell--2-col-desktop.mdl-cell--2-col-desktop {
        width: calc(20% - 8px);
        margin: 8px 4px;
    }

    .call_back_item {
        height: 75px;
    }

    .section_callback .mdi {
        font-size: 22px;
    }
    
    .call_back_item span {
        margin-top: 5px;
    }
}

.callback_tabs {
    padding-bottom: 60px;
}

.tabs_content {
    display: none;
}

.tabs_content.active {
    display: block;
}

ul.phone_number, ul.phone_number li {
    margin: 15px 0;
}

a.messagers {
    margin-right: 15px;
}

a.messagers svg {
    fill: #fa5f55;
    width: 100%;
    max-width: 40px;
    -webkit-transition: fill .35s;
    -moz-transition: fill .35s;
    -ms-transition: fill .35s;
    -o-transition: fill .35s;
    transition: fill .35s;
}

a.messagers.viber:hover svg {
    fill: #665ca7;
}

a.messagers.whatsapp:hover svg {
    fill: #00e676;
}

a.messagers.telegram:hover svg {
    fill: #37aee2;
}

a.messagers.skype:hover svg {
    fill: #00aae8;
}

@media screen and (max-width: 1200px) {
    .page_title {
        background: url(images/support_bg.jpg) 20% center / cover;
    }
}

@media screen and (max-width: 767px) {
form.c-form.c-form_valid-green { 
    flex-wrap: wrap;
}

.select_cat {
    max-width: 100%;
    box-shadow: 0px 2px 0 0 #e6e6e6;
    margin-bottom: 2px;
}

ul.select_list {
    min-width: 100%;
}

.search_input button {
    right: 0;
} 
}

@media (min-width: 1400px){
    .section_faq .mdl-cell--3-col-desktop.leftSection {
        width: calc(370px - 16px);
    }
    .section_faq .mdl-cell--9-col-desktop.faqBlock {
        width: calc(100% - 370px - 16px);
    }
}
@media (min-width: 1024px) and (max-width: 1399px){
    .section_faq .mdl-cell--3-col-desktop.leftSection{
        width: calc(320px - 16px);
    }
    .section_faq .mdl-cell--9-col-desktop.faqBlock {
        width: calc(100% - 320px - 16px);
    }
}

.mdl-grid.question_detail.mdl-width-all {
    background: #fff;
    padding: 60px 40px;
}

.example.detail_question_page {
    margin-bottom: 70px;
}

.question_cat_title {
    font-family: var(--cci-font-title);
    padding-left: 6px;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
}

ul.questions_list li {
    border-bottom: 1px solid #e6e6e6;
    padding: 13px 0 13px 6px;
    color: #36414c;
    font-size: 16px;
    font-weight: 300;
    min-height: 47px;
}

ul.questions_list li.active {
    font-weight: 500;
}

ul.questions_list li a:hover { 
    text-decoration: underline;
}

.faqBlock .faqBlockTitle{
    font-size: 64px;
    line-height: 1;
    font-weight: 700;
    margin: 24px 0px;
}
.faqBlock .faqBlockDescription p, .faqBlock .faqBlockDescription li {
    padding: 10px 0 0 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
}

.faqBlock .list li {
    padding: 10px 0 0 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.0;
}
.faqBlock .list li:before {
    content:  "— ";
    position: relative;
}
.faqBlock .faqHeadBlocks {
    text-transform: uppercase;
}

.faqBlock table{
    border-collapse: collapse;
    border-spacing: inherit;
}
.faqBlock table th {
    padding: 10px;
    text-align: center;
}
.faqBlock table td {
    padding: 5px 0px 5px 0px;
    text-align: center;
}
.faqBlock table .free {
    vertical-align: middle !important;
}
.faqBlock sup {
    vertical-align: super !important;
    font-size: smaller !important;
}
.faqBlock table
{
    border: 1px solid !important;
}
.faqBlock table tr
{
    border: 1px solid !important;
}
.faqBlock table th
{
    border: 1px solid !important;
}
.faqBlock table td
{
    border: 1px solid !important;
}

.post_like {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.post_like_text {
    font-family: var(--cci-font-title);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    line-height: 31px;
    margin-right: 20px;
}

.post_like_buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 170px;
    position: relative;
}

.wrap_like {
    margin: 0 2px;
    width: calc(50% - 4px);
    text-align: center;
}

.vote_button {
    display: block;
    border: 1px solid;
    width: 100%;
    height: 100%;
    padding: 5px 0;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.vote_button:hover {
    color: #fa5f55;
}

a.vote_button.disable {
    border: 1px solid #ebebeb;
    background: #ebebeb;
    color: #cdcdcd;
    cursor: default;
}

.vote_button i {
    font-size: 18px;
}

.like_ok {
    box-shadow: 0 10px 20px -5px rgba(0,0,0,.4);
    border: 1px solid rgba(0,0,0,.06);
    position: absolute;
    bottom: -80px;
    padding: 10px;
    max-width: 168px;
    left: 1px;
    text-align: center;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0); 
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: transform .15s, opacity .35s, bottom .45s;
    -o-transition: transform .15s, opacity .35s, bottom .45s;
    transition: transform .15s, opacity .35s, bottom .45s;
}

.like_ok.active {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    bottom: -60px;
}
.zone-activity{
    display: none;
}