@font-face {
    font-family: Gotham;
    src: url("../fonts/GothamSimpals-Bold.ttf");
    font-weight: bold;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none
}
body {
    margin: 0
}
html,
body {
    min-height: 100%;
    position: relative;
    box-sizing: border-box
}
* {
    box-sizing: border-box
}
.landing__preheader{
    font-family: Gotham, sans-serif;
    font-size: 42.43px;
    color: #fff;
    width: 376px;
    margin: 4px auto;
    position: relative;
    max-width: 100%;
    font-weight: bold;
}
.landing__header {
    background: url("february/head-ribbon.png") no-repeat center center;
    width: 384px;
    height: 57px;
    display: block;
    margin: 0 auto 37px auto;
    line-height: 47px;
    text-align: center;
    font-family: Gotham, sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #525c45;
}
@media only screen and (max-width: 650px) {
    .landing__header {
        background: none;
        position: relative;
        max-width: 100%;
        background: #fff;
        height: auto
    }
    .landing__header span {
        max-width: 100%;
        position: relative
    }
}
.landing__header span {
    display: inline-block;
    width: 350px;
    vertical-align: middle;
    line-height: 1;
    font-family: Gotham, sans-serif;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}
.landing__body {
    min-height: 600px;
    background: url("february/bg.jpg") no-repeat center center fixed;
    padding-top: 21px;
    margin-bottom: -10px;
    padding-bottom: 60px;
}
.landing__container {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
@media only screen and (max-width: 1000px) {
    .landing__container {
        position: relative;
        max-width: 100%
    }
}
.landing__products__item {
    display: inline-block;
    margin: 0px 24px 56px 24px;
    position: relative;
}
.landing__products__item:hover .landing__products__item__title {
    background: url("february/item-ribbon.png") no-repeat center center;
    background-size: 219px 60px;
    margin-top: -5px;
    transition: .2s;
}
.landing__products__item:hover .landing__products__item__title span {
    text-shadow: none;
    color:#305430;
}
.landing__products__item__img {
    width: 122px;
    height: 122px;
    border-radius: 122px;
    border: 3px solid #fff;
    margin-bottom: -3px;
    transition: .2s
}
.landing__products__item__img.phone {
    background: url("february/phone.png") no-repeat center center rgba(255, 255, 255, 0.85)
}
.landing__products__item__img.bags {
    background: url("february/bags.png") no-repeat center center rgba(255, 255, 255, 0.85)
}
.landing__products__item__img.belt {
    background: url("february/belt.png") no-repeat center center rgba(255, 255, 255, 0.85)
}
.landing__products__item__img.camera {
    background: url("february/camera.png") no-repeat center center rgba(255, 255, 255, 0.85)
}
.landing__products__item__img.cigarette {
    background: url("february/cigarette.png") no-repeat center center rgba(255, 255, 255, 0.85)
}
.landing__products__item__img.cologne {
    background: url("february/cologne.png") no-repeat center center rgba(255, 255, 255, 0.85)
}
.landing__products__item__img.gift {
    background: url("february/gift.png") no-repeat center center rgba(255, 255, 255, 0.85)
}
.landing__products__item__img.haircut {
    background: url("february/haircut.png") no-repeat center center rgba(255, 255, 255, 0.85)
}
.landing__products__item__img.home-theater {
    background: url("february/home-theater.png") no-repeat center center rgba(255, 255, 255, 0.85)
}
.landing__products__item__img.mskb {
    background: url("february/mskb.png") no-repeat center center rgba(255, 255, 255, 0.85)
}
.landing__products__item__img.pcs {
    background: url("february/pcs.png") no-repeat center center rgba(255, 255, 255, 0.85)
}
.landing__products__item__img.phone {
    background: url("february/phone.png") no-repeat center center rgba(255, 255, 255, 0.85)
}
.landing__products__item__img.shaver {
    background: url("february/shaver.png") no-repeat center center rgba(255, 255, 255, 0.85)
}
.landing__products__item__img.shaver2 {
    background: url("february/shaver2.png") no-repeat center center rgba(255, 255, 255, 0.85)
}
.landing__products__item__img.sportsfood {
    background: url("february/sportsfood.png") no-repeat center center rgba(255, 255, 255, 0.85)
}
.landing__products__item__img.sportswear {
    background: url("february/sportswear.png") no-repeat center center rgba(255, 255, 255, 0.85)
}
.landing__products__item__img.tablet {
    background: url("february/tablet.png") no-repeat center center rgba(255, 255, 255, 0.85)
}
.landing__products__item__img.tire {
    background: url("february/tire.png") no-repeat center center rgba(255, 255, 255, 0.85)
}
.landing__products__item__img.tv {
    background: url("february/tv.png") no-repeat center center rgba(255, 255, 255, 0.85)
}
.landing__products__item__title {
    display: inline-block;
    width: 219px;
    height: 60px;
    left: 50px;
    position: absolute;
    margin-left: -98px;
    text-align: center;
    line-height: 46px;
    transition: .2s;
}
.landing__products__item__title span {
    display: inline-block;
    width: 150px;
    vertical-align: middle;
    line-height: 1;
    font-size: 14.44px;
    text-shadow: 1px 1px 0px #000;
    color: #fff;
    font-family: Gotham, sans-serif;
    font-weight: bold;
}

.landing_ro .landing__products__item__title span{
    font-family: Helvetica, sans-serif;
    letter-spacing: .6px;
}
.landing_ro .landing__header{
    font-family: Helvetica, sans-serif;
}
