.hosting-main {
    background: url(../../img/main/hosting-min.jpg) center center no-repeat #101010;
    background-size: cover;
    color: #fff
}

.hosting-main h1 {
    color: #fff;
    max-width: 550px;
}
#head ul {
    padding-left: 24px;
}
#head li {
    font-weight: 300;
    position: relative;
    list-style: none;
    margin-bottom: 8px;
}
#head li:before {
    content: '';
    background: #fff;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    top: 9px;
    left: -24px;
    position: absolute;
}
#stats {
    padding: 60px 0;
}
#stats .inner {
    display: flex;
    justify-content: space-between;
}
#stats .inner {
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
}
#stats .inner span {
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    display: block;
    margin-bottom: 8px;
}
#plans {
    background: linear-gradient(to bottom, #464646 555px, #fff 0);
    text-align: center;
}
#plans h2 {
    color: #fff;
    margin-bottom: 60px;
}
#plans .wrapper {
    display: flex;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
}
#plans .item {
    background: #fff;
    width: 25%;
}
#plans .item:not(:last-child) {
    border-right: 1px solid #dfdfdf;
}
.name-hosting {
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    padding: 40px 0;
}
.box-hosting > div:not(:last-child),
.desc-hosting > div:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
}
.cost-hosting {
    font-weight: bold;
    font-size: 45px;
    line-height: 53px;
    color: #F57F17;
    padding: 45px 0;
}
.cost-hosting span:first-child {
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: #989898;
    position: relative;
    top: -17px;
    margin-right: 5px;
}
.cost-hosting .year {
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #F57F17;
}
.list-desc-hosting {
    padding: 20px 10px 20px 45px;
    text-align: left;
}
.list-desc-hosting .fa-check {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA4LjAzMzA3TDcuOTcyMTYgMTUuMTgxOEwyMS44IDEiIHN0cm9rZT0iIzI1QzE1MSIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat center center;
    width: 20px;
    height: 15px;
    display: inline-block;
    margin-right: 15px;
}
.list-desc-hosting .fa-check:before {
    display: none;
}
.list-desc-hosting [rel=tooltip] {
    display: inline-block;
    font-size: 12px;
    border: 1px solid;
    color: #cfcfcf;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    float: right;
}
.list-desc-hosting [rel=tooltip]:hover {
    color: #aaa;
}
.list-desc-hosting [rel=tooltip] .fa {
    margin-right: 1px;
    line-height: 17px;
}
.list-desc-hosting .tooltip {
    transform: translate(-110%, -50%);
    width: 180px;
}
.bottom-hosting {
    padding: 20px 0;
}
.bottom-hosting .btn {
    margin: 0;
    width: 180px;
}

@media(min-width:1280px) {
    #head {
        padding: 157px 0;
    }
}
@media(max-width:1200px) {
    #plans .item {
        background: #fff;
        width: 50%;
        border-bottom: 2px solid #dfdfdf;
    }
    #plans .item:not(:last-child) {
        border-right: none;
    }
    #plans .item:nth-child(odd) {
        border-right: 1px solid #dfdfdf;
    }
}
@media(min-width:768px) and (max-width:1199px) {
    .steps .flexitem {
        flex-basis: 49%;
        margin: 0 0 20px;
    }
}
@media(max-width:767px) {
    .steps .flexitem {flex-basis: 100%;margin:0 0 40px;}
    .steps .box-hosting{box-shadow:none!important;}
    .steps .flexwrap {margin: 0 -15px;}
    .steps .btn{width:calc(100% - 30px);}
    .box-hosting .cost-hosting span {
        margin: 0
    }
    #stats {
        display: none;
    }
    #plans .item {
        width: 100%;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        margin-top: 10px;
    }
    #plans h2 {
        margin-bottom: 40px;
    }

    #plans .wrapper {
        box-shadow: none;
    }
    .hosting-main h1 {
        text-align: center;
    }
}