/* /en/hosting/ и /kz/hosting/: блок «WordPress Toolkit» (.cnt-list--custom) — бывший инлайн <style> страницы.
   На ru/cn те же правила приходят из css/custom.min.css (он был в бандле этих страниц). */
.cnt-list--custom .cnt-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.cnt-list--custom .cnt-row__ico-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 175px;
    flex: 0 0 175px;
    width: 175px;
    min-width: 175px;
    max-width: 175px;
    height: 175px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #808C93;
    border-radius: 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.cnt-list--custom .cnt-row + .cnt-row {
    margin-top: 40px;
}
.cnt-list--custom .cnt-row__txt {
    padding-left: 40px;
}
.cnt-list--custom .cnt-row__ico-box:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.video_custom {
    max-width: 560px;
    width: 100%;
}
@media (max-width: 479px) {
    .cnt-list--custom .cnt-row {
        display: block;
    }
    .cnt-list--custom .cnt-row__ico-box {
        margin: 0 auto 25px auto;
    }
    .cnt-list--custom .cnt-row__txt {
        padding-left: 0;
    }
    .cnt-list--custom .cnt-row__txt h4 {
        text-align: center;
    }
}
.w-100 {
    width: 100%;
}
