.homepage {
    font-family: HelveticaNeueCyr, Arial, sans-serif;
}


#carousel-delas .carousel-indicators {
    bottom: 0;
}
#carousel-delas .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: solid 1px #bbb;
    border-radius: 100%;
    margin: 0 4px;
}
#carousel-delas .carousel-indicators li.active {
    background-color: #7a3dab;
    border-color: #7a3dab;
}
#carousel-delas .carousel-control-prev, #carousel-delas .carousel-control-next {
    width: 50px;
}
#carousel-delas .gicon-arrow-left,
#carousel-delas .gicon-arrow-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: -10px;
    line-height: 1;
    font-size: 40px;
    color: #bbb;
    text-shadow: none;
    opacity: 1;
}
#carousel-delas .gicon-arrow-left {
    left: 50%;
    margin-left: -10px;
}
#carousel-delas .gicon-arrow-right {
    right: 50%;
    margin-right: -10px;
}

.deals-block .tabs {
    background-color: #f0ede8;
    display: table;
    width: 100%;
    min-height: 40px;
}
.deals-block .tabs a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #7a3dab;
    font-size: 13px;
    line-height: 24px;
    border-right: solid 1px #fff;
}
.deals-block .tabs a:last-child {
    border-right: none;
}
.deals-block .tabs a small {
    font-size: 13px;
    line-height: 24px;
    color: #222222;
}


.homepage h1 {
    font-family: Marmelad, Arial, sans-serif;
    font-size: 39px;
    font-weight: 400;
    color: #333333;
}
.homepage h1>span {
    color: #e4ac00;
}



.homepage .icons {
    display: table;
    width: 100%;
    height: 80px;
    padding: 0;
}
.homepage .icons > li {
    display: table-cell;
    vertical-align: middle;
    padding-left: 60px;
    padding-right: 60px;
    max-width: 240px;
    position: relative;
}
.homepage .icons > li:last-child {
    padding-right: 0;
}
.homepage .icons [class*='gicon-'] {
    color: #7a3dab;
    font-size: 50px;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 15px;
}
.homepage .icons a {
    color: #666666;
    font-size: 13px;
}
.homepage .icons a .text {
    display: inline-block;
}
@media (max-width: 1320px) {
    .homepage .icons {
        height: auto;
    }
    .homepage .icons > li {
        padding: 0 10px;
        text-align: center;
        vertical-align: top;
    }
    .homepage .icons [class*='gicon-'] {
        color: #7a3dab;
        margin: 0;
        position: static;
        display: block;
    }
    .homepage .icons a .text {
        font-size: 12px;
        display: block;
    }
}
@media (max-width: 1091px) { .homepage .icons a .text { font-size: 12px; } }
@media (max-width: 500px) { .homepage .icons a .text { font-size: 11px; } }
@media (max-width: 450px) {
    .homepage .icons [class*='gicon-'] { font-size: 40px; }
    .homepage .icons a .text { font-size: 10px; }
}
@media (max-width: 360px) {
    .homepage .icons [class*='gicon-'] { font-size: 30px; }
    .homepage .icons a .text { display: none; }
}




.homepage .categories .row {
    margin-right: -7px;
    margin-left: -7px;
}
.homepage .categories [class*='col-'] {
    padding-right: 7px;
    padding-left: 7px;
    border-top: solid 15px #fff;
}
.homepage .categories a {
    display: block;
    position: relative;
    background: no-repeat right top;
    color: #3f1263;
    font-size: 18px;
    text-align: left;
    text-decoration: none;
}
.homepage .categories a span {
    position: absolute;
    bottom: 0;
    padding: 15px 20px;
}
@media (max-width: 399px) {
    .homepage .categories a {
        background-position: right -20px top;
    }
    .homepage .categories a span {
        padding: 8px 10px;
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .homepage .categories a {
        background-position: right -20px top;
    }
}


.homepage .title {
    font-family: Marmelad, Arial, sans-serif;
    color: #000000;
    font-size: 28px;
    font-weight: 400;
}
.homepage .title small a {
    font-size: 14px;
    font-family: HelveticaNeueCyr, Arial, sans-serif;
    text-decoration: underline;
}
.homepage .metals > [class*='col-'] {
    border: solid 1px #eee;
    padding: 20px 25px;
}
.homepage .metals .cell {
    height: 165px;
}
.homepage .metals .caption {
    color: #000000;
    font-size: 16px;
}
.homepage .metals .link {
    position: absolute;
    bottom: 40px;
}
.homepage .metals a {
    display: inline-block;
    line-height: 1.1;
}


.homepage .gems [class*='col-'] {
    text-align: center;
}
.homepage .gems img {
    max-width: 100%;
}
.homepage .gems .caption {
    color: #000000;
    font-size: 14px;
    text-align: center;
    display: block;
}
@media screen and (min-width: 768px) {
    .homepage .gems [class*='col-'] {
        height: 155px;
        background: #ebebeb;
        border-top: solid #fff 35px;
        border-right: solid #fff 15px;
    }
    .homepage .gems img {
        position: absolute;
        right: 0;
        bottom: 40px;
        max-width: 100%;
        -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent) , to(rgba(250, 250, 250, 0.15)))
    }
    .homepage .gems .caption {
        position: absolute;
        bottom: 15px;
        left: 25px;
        color: #000000;
        font-size: 16px;
    }
}

