



a.btn-yellow {background: #FFD800;border-radius: 4px;font-size: 12px;font-weight: bold;height: 45px;width: 160px;line-height: normal;display: block;transition: .6s;padding: 14px 30px;margin-top: 20px;text-align: start;}

.nav-modules.right {
    width: auto;
    margin-right: 35px;
}

span.ic-cart {
    width: 16px;
    height: 16px;
    background: url(/img/ic-cart.svg) no-repeat;
    float: right;
    background-size: cover;
    margin-left: 5px;
}

.col-sm-10.col-sm-offset-1.text-center h1 {
    font-size: 48px;
    margin-bottom: 65px;
}

p.lead {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

p.lighter {
    line-height: normal;
}

span.ic-down {
    width: 55px;
    height: 55px;
    background: url(/img/down.svg) no-repeat;
    background-size: cover;
    display: block;
    margin-top: 25px;
}

p.list {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    min-height: 0px !important;
    line-height: 9px !important;
}

span.lines-gray {
    width: 30px;
    height: 2px;
    background: #E6E9F3;
    float: left;
    margin-top: 5px;
    margin-right: 15px;
}

span.sum {
    margin-bottom: 0 !important;
    font-size: 14px;
    color: #B0B6CA;
    font-weight: 400;
    margin-top: 5px;
}

span.priced {
    background: #FFD800;
    border: 4px;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    padding: 6px 15px;
    border-radius: 4px;
    float: right;
    display: block;
    margin-bottom: 0px !important;
}

.card__body.boxed.bg--white {
    border-radius: 8px;
}

p.lead.gray {
    font-size: 16px;
    color: #A7ADC0;
    font-weight: 400;
}

span.priced.goods {
    margin-top: 80px;
    position: absolute;
    right: 30px;
}

img.goods {
    border-radius: 6px;
    box-shadow: 0px 10px 65px 0px rgba(136, 147, 168, 0.55);
}

.feature.feature-1 {
    background: #fff;
    border-radius: 6px;
    padding: 15px 15px;
    text-align: center;
    margin-bottom: 0px;
    height: 180px;
}

.feature.feature-1 h6 {
    color: #000000;
    font-size: 16px;
    text-transform: inherit;
    font-weight: bold;
    margin-bottom: 0px;
}


.feature.feature-1 p {
    font-size: 14px;
    color: #727B9A;
    line-height: normal;
}

span.ics-promo {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    display: block;
    background: url(/img/ics-promo.svg) no-repeat;
    background-size: cover;
    margin-top: 15px;
}
span.ics-chart {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    display: block;
    background: url(/img/ics-chart.svg) no-repeat;
    background-size: cover;
    margin-top: 15px;
}

span.ics-gift {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    display: block;
    background: url(/img/ics-gift.svg) no-repeat;
    background-size: cover;
    margin-top: 15px;
}

span.ics-random {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    display: block;
    background: url(/img/ics-random.svg) no-repeat;
    background-size: cover;
    margin-top: 15px;
}

div#mc-container {
    background: #fff;
    border-radius: 8px;
    padding: 15px 25px;
}

ul.footer__navigation
 li a {
    font-size: 12px !important;
    font-weight: 500 !important;
    transition: .6s;
}

span.ic-fb {
    width: 30px;
    height: 30px;
    background: url(/img/fb.svg) no-repeat;
    display: block;
    background-size: cover;
    float: left;
    margin-right: 10px;
}

span.ic-vk {
    width: 30px;
    height: 30px;
    background: url(/img/vk.svg) no-repeat;
    display: block;
    background-size: cover;
    float: left;
    margin-right: 10px;
}

span.ic-yt {
    width: 30px;
    height: 30px;
    background: url(/img/yt.svg) no-repeat;
    display: block;
    background-size: cover;
    float: left;
}

ul.social-list li {
    display: -webkit-inline-box;
}

.corps {
    font-size: 14px;
    color: #BBC0D1;
    font-weight: 400;
    line-height: 50px;
    margin-top: 0px;
    float: right;
}

span.ics-corp {
    width: 45px;
    height: 45px;
    background: url(/img/corp.svg) no-repeat;
    float: right;
    background-size: contain;
    margin-top: 5px;
    opacity: .2;
    margin-left: 5px;
}

ul.footer__navigation
 li a:hover {
    color: #000;
}

a.btn-yellow:hover {
    box-shadow: 0px 5px 25px 0px rgba(255, 216, 0, 0.35);
    background: #f3d21c;
}