/*****************GLOBAL STYLES*****************/

@font-face {
    font-family: GothamPro;
    src: url(fonts/GothaProReg.otf);
    font-weight: 400;
}

@font-face {
    font-family: GothamPro;
    src: url(fonts/GothaProMed.otf);
    font-weight: 500;
}

@font-face {
    font-family: GothamPro;
    src: url(fonts/GothaProBol.otf);
    font-weight: 700;
}

@font-face {
    font-family: GothamPro;
    src: url(fonts/GothaProLig.otf);
    font-weight: 300;
}


/****GLOBAL REGIONAL*****/

body {
    font-family: GothamPro, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}


/****TIPOGRAPHY*****/

h1 {
    font-family: GothamPro, sans-serif;
    font-size: 36px;
    font-weight: 700;
}

h2 {
    font-family: GothamPro, sans-serif;
    font-size: 30px;
}

h3 {
    font-family: GothamPro, sans-serif;
    font-size: 24px;
}

h4 {
    font-family: GothamPro, sans-serif;
    font-size: 18px;
}

h5 {
    font-family: GothamPro, sans-serif;
    font-size: 16px;
}

h6 {
    font-family: GothamPro, sans-serif;
    font-size: 36px;
}

p {
    font-family: GothamPro, sans-serif;
    font-size: 20px;
}

.green {
    color: #8ad500;
}

.white {
    color: #fff;
}

.yellow {
    color: #f1ca2a;
}

.title {
    position: relative;
    margin-bottom: 4rem;
}

h2.title {
    text-transform: uppercase;
}

.title:after {
    content: '';
    background-color: #8ad500;
    width: 10%;
    height: 1px;
    position: absolute;
    bottom: -50%;
    left: 45%;
}

.title-left {
    position: relative;
    margin-bottom: 2.5rem;
}

.title-left:after {
    content: '';
    background-color: #8ad500;
    width: 10%;
    max-width: 70px;
    height: 1px;
    position: absolute;
    bottom: -50%;
    left: 0%;
}

.title-text {
    background-color: #8ad500;
    display: inline-block;
    padding: 1rem 2rem;
    color: #fff;
    text-transform: uppercase;
}


/****BUTTON and FORM*****/

.btns {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    border: none;
    padding: 0.7rem 2rem 1rem;
    font-family: GothamPro, sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.btns:focus {
    text-decoration: none;
}

.btn-yellow {
    background-color: #FF3922;
    -moz-box-shadow: 0px 5px 0px 0px #7F3F37, 1px 8px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 0px 0px #7F3F37, 1px 8px 10px 0px rgba(0, 0, 0, 0.5);
}

.headline-cart .btn-yellow {
    padding: 0.4rem 1rem;
    font-size: 14px;
    text-shadow: none;

}

.btn-yellow:hover {
    -moz-box-shadow: 0px 2px 0px 0px #7F3F37, 1px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 0px 0px #7F3F37, 1px 5px 10px 0px rgba(0, 0, 0, 0.5);
    background-color: #d12612;
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px);
    text-decoration: none;
    color: #fff;
}

.btn-gren {
    background-color: #edcc16;
    color: #000;
    text-shadow: none;
    -moz-box-shadow: 0px 5px 0px 0px #9b860e, 1px 8px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 0px 0px #9b860e, 1px 8px 10px 0px rgba(0, 0, 0, 0.5);
}

.btn-gren:hover {
    -moz-box-shadow: 0px 2px 0px 0px #9b860e, 1px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 0px 0px #9b860e, 1px 5px 10px 0px rgba(0, 0, 0, 0.5);
    background-color: #d3b615;
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px)
}

.btn-yellow:active,
.btns-green:active {
    -moz-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

input {
    outline: none;
    border: 1px solid #e1e1e1;
    display: inline-block;
    width: 100%;
    max-width: 272px;
    background: #fff;
    font-family: GothamPro, sans-serif;
    font-size: 18px;
    color: #000;
    padding: .5rem .2rem;
    text-align: left;
    margin: .5em 0 0.7em;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}


/*****************HEADER STYLES*****************/

.top {
    background-color: #f6f8f5;
    padding: 1rem 0 2rem;
}

.logo h6 {
    text-transform: uppercase;
    font-weight: 300;
    margin: 1rem 0 0;
}

.logo h4 {
    font-weight: 300;
    margin: 0;
}

.top h2 {
    margin-top: 1rem;
    font-weight: 300;
}

.top-text-right {
    text-align: right;
}

.head {
    background: url(images/bg-header.png) no-repeat center;
    -moz-background-size: cover;
    background-size: cover;
    padding: 6rem 0 4rem;
    position: relative;
}

.head h1 {
    margin: 0;
}

.head h2 {
    margin: 0;
    padding: 2rem;
    background-color: rgba(11, 7, 30, 0.5);
    font-weight: 300;
}

.under {
    text-decoration: line-through;
    font-weight: 300;
}

.cena {
    font-family: GothamPro;
    color: #f1ca2a;
    font-size: 36px;
    font-weight: 700;
    text-shadow: 1px 2px 0px #bc8107;
    margin: 0 0 2rem;
}

.venera {
    position: absolute;
    bottom: -60px;
    right: 15%;
}

nav.navbar {
    background-color: #5d980d;
    position: absolute;
    top: 0;
    width: 100%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.32);
}

nav li a {
    color: #fff;
}

nav li {
    border-left: 1px solid rgba(246, 248, 245, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.nav>li>a:hover {
    background: none;
    color: #fff;
    position: relative;
}

.nav>li>a:after {
    content: '';
    position: absolute;
    background: #fff;
    bottom: -1rem;
    height: 1px;
    width: 20%;
    left: 40%;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.nav>li>a:hover:after {
    bottom: 1rem;
}

.navbar-toggle {
    background: #fff;
    border-color: #ccc;
}

.navbar-toggle .icon-bar {
    background: #ccc;
}

.headline-cart {
    float: right;
    height: 32px;
    padding: 6px 0 44px;
    font-size: 14px;
    position: relative;
    width: 470px;
}

.headline-cart-form {
    position: absolute;
    width: 100%;
    top: 50px;
    display: none;
}

.headline-cart-form.active {
    display: block;
}

.headline-cart-form-table {
    width: 100%;
    border-spacing: 0;
    background: #535353;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
}

.headline-cart-form-table-td {
    padding: 5px 0;
}

.headline-cart-form-table-td > div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

tr ~ tr > .headline-cart-form-table-td {
    border-top: 1px solid #777;
}

.headline-cart-form-table-td.name {
    width: 45%;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 13px;
    font-weight: 300;
}

.headline-cart-form-table-td.quantity {
    width: 14%;
}

.headline-cart-form-table-td.quantity > input {
    width: 30px;
    margin-right: 5px;
}

.headline-cart-form-table-td.prices {
    width: 17%;
    text-align: right;
    margin-top: 3px;
    font-size: 16px;
    font-weight: 400;
}

.headline-cart-form-table-td.delete {
    width: 10%;
    text-align: right;
    padding-right: 20px;
}

.headline-cart-form-table-td.delete > button {
    background: none;
    border: none;
    outline: none;
    color: #fff;
    margin-top: 2px;
    font-family: inherit;
    font-size: 12px;
}

.headline-cart-blank {
    color: #fff;
    padding: 7px 0;
    text-align: right;
}

.headline-cart-hint {
    float: left;
    color: #fff;
    text-align: center;
    margin-right: 15px;
}

.headline-cart-hint-message {
    margin-bottom: 2px;
}

.headline-cart-hint-button {
    color: #000000;
}

.headline-cart-hint-button:hover {
    text-decoration: underline;
    cursor: pointer;
}

.headline-cart-button {
    float: right;
    padding-top: 2px;
}

.headline-cart > br {
    clear: both;
}


/*****************FREE STYLES*****************/

#free {
    padding: 4rem 0;
}

.free-img {
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
}

.free-img .gr-bl {
    background-color: #8ad500;
    width: 74px;
    height: 74px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    text-align: center;
    line-height: 74px;
}

p.title {
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-weight: 700;
    padding: 0 4rem;
}

p.title:after {
    bottom: -25%;
}


/*****************Gallery STYLES*****************/

#gallery {
    padding-bottom: 4rem;
}

.gl1 {
    padding-left: 4rem;
}

.gl2 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 300;
}

.gl3 {
    margin-top: 0;
}

.gl4 {
    border-top: 3px dotted #8ad500;
    padding-top: 1rem;
}

.gallery img {
    width: 100%;
}


/*****************Trig STYLES*****************/

#trig {
    background-color: #edf1f4;
    padding: 4rem 0;
}

.trig {
    display: inline-block;
    position: relative;
    margin-bottom: 2rem;
}

.icon-trig {
    position: absolute;
    background-color: #8ad500;
    width: 74px;
    height: 74px;
    top: -10px;
    right: -10px;
    line-height: 74px;
}


/*****************Katalog STYLES*****************/

#katalog {
    padding: 4rem 0;
}

#katalog .text-center .title-text {
    margin-bottom: 4rem;
}

.tovar {
    min-height: 280px;
    margin-bottom: 4rem;
    position: relative;
}

.tovar.not {
    position: relative;
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%)
}

.tovar.not:after {
    content: 'Товара нет в наличии';
    position: absolute;
    top: 0;
    left: 10%;
    background: #8ad500;
    color: #000;
    padding: 1rem 2rem;
    font-size: 16px;
}

.img-tov {
    position: relative;
}

.price {
    position: absolute;
    left: 10%;
    bottom: -15px;
    background-color: #8ad500;
    padding: 1rem 2rem;
    color: #fff;
}

.price h2 {
    font-weight: 700;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.69);
}

.img-tov img {
    width: 100%;
}

.text-tov {
    padding: 0 1rem;
}

.text-tov .title-text {
    font-weight: 700;
}

.tovar .btns {
    margin-top: 5px;
}

.sale {
    background: url(images/bg-sale.png) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
    padding: 4rem 0 10rem;
}

.sale h6 {
    margin-bottom: 6rem;
    text-transform: uppercase;
    font-weight: 300;
}

.blue-block {
    background-color: #2e5d6f;
    padding: 2rem 4rem 4rem;
}

.blue-block h2 {
    text-transform: uppercase;
    margin-bottom: 2rem;
}


/*****************Oplata STYLES*****************/

#oplata {
    background: url(images/bg-pay.png) no-repeat center;
    -moz-background-size: cover;
    background-size: cover;
    padding: 4rem 0;
}

.opl {
    display: inline-block;
    background-color: #8ad500;
    width: 170px;
    height: 170px;
    line-height: 160px;
    margin-bottom: 2rem;
}

#oplata p {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 2rem;
    margin-bottom: 4rem;
}


/*****************Dost STYLES*****************/

#dostavka {
    padding: 4rem 0;
}

.dost {
    margin-bottom: 4rem;
}

.dost-img {
    position: relative;
    margin-bottom: 2rem;
}

.dost-img img {
    width: 100%;
}

.dost-img .do-tx {
    position: absolute;
    background-color: #8ad500;
    top: -15px;
    left: 5%;
    padding: 1rem 2rem;
}

.do-tx p {
    text-transform: uppercase;
    margin: 0;
}


/*****************Opt STYLES*****************/

#opt {
    background: url(images/bg-opt.png) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
    padding: 4rem 0;
}

#opt h2 {
    margin-bottom: 4rem;
}

.blue-circle {
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #002f39;
    width: 100%;
    height: 100%;
    max-width: 444px;
    max-height: 444px;
    display: inline-block;
    padding: 6rem 6rem;
}

#opt p.title {
    text-transform: none;
    font-weight: 400;
}

#opt h5 {
    padding: 2rem 7rem 0;
    font-weight: 300;
}


/*****************Feed STYLES*****************/

#feed {
    padding: 4rem 0;
}

#feed img {
    border-radius: 50%;
}


/*****************Steps STYLES*****************/

#steps {
    background-color: #002f39;
    padding: 4rem 0;
}

.step .title-step {
    font-weight: 700;
    text-transform: uppercase;
}

.steps {
    position: relative;
    min-height: 270px;
    background: url(images/steps.png) no-repeat center 25%;
    -moz-background-size: contain;
    background-size: contain;
}

.step {
    position: absolute;
}

.step h4 {
    font-weight: 300;
}

.step:nth-of-type(odd) {
    top: 0;
}

.step:nth-of-type(even) {
    bottom: 0;
}

.step-1,
.step-2,
.step-3,
.step-4 {
    width: 31%;
}

.step-1 {
    left: 3%;
}

.step-2 {
    left: 21.5%;
}

.step-3 {
    left: 42.5%;
}

.step-4 {
    left: 62.5%;
}

.step-5 {
    right: 0;
    width: 18%;
}


/*****************Uhod STYLES*****************/

#uhod {
    padding: 4rem 0 0;
}

.uhod {
    margin-bottom: 2rem;
}

.img-uhod {
    position: relative;
}

.img-uhod img {
    width: 100%;
}

.icon-uh {
    position: absolute;
    bottom: -10px;
    right: 2px;
    background-color: #8ad500;
    width: 92px;
    height: 88px;
    text-align: center;
    line-height: 88px;
}

.icon-uh img {
    width: auto;
}

.uhod .title-text {
    display: block;
}


/*****************FAQ STYLES*****************/

#faq {
    padding-bottom: 4rem;
}


/*****************FOOTER STYLES*****************/

footer {
    background-color: #002f39;
    padding: 2rem 0;
}


/*****************CART STYLES*****************/

#cart {
    background-color: #B4C895;
}

.cart-page-goods-table {
    width: 75%;
    border: 1px solid #ccc;
    background-color: #fff;
}

.cart-page-goods-table td {
    border: 1px solid #ccc;
    padding: 1rem;
}

.cart-page-input-row,
.cart-page-radio-row {
    margin: 2rem 0 1rem;
}

.cart-page-input-row label {
    font-size: 18px;
}

.cart-page-input-row select {
    padding: 1rem;
    margin-top: 1rem;
}

.input-dib {
    display: inline-block;
}

.input-dib.tel {
    max-width: 285px;
}

.cart-page-radio-row label {
    width: 25%;
    font-size: 16px;
    vertical-align: top;
}

.cart-page-radio-row input {
    display: inline-block;
    width: auto;
    margin: .5rem 1rem;
}

.sencs {
    text-align: center;
}


/*****************MEDIA QUERIES*****************/
@media (min-width: 1320px) {
    .container {
        max-width: 1280px;
    }
}
@media (max-width: 1320px) {
    
    h1 {
        font-family: GothamPro, sans-serif;
        font-size: 30px;
        font-weight: 700;
    }
    h2 {
        font-family: GothamPro, sans-serif;
        font-size: 24px;
    }
    h3 {
        font-family: GothamPro, sans-serif;
        font-size: 20px;
    }
    h4 {
        font-family: GothamPro, sans-serif;
        font-size: 16px;
    }
    h5 {
        font-family: GothamPro, sans-serif;
        font-size: 14px;
    }
    h6 {
        font-family: GothamPro, sans-serif;
        font-size: 30px;
    }
    p {
        font-family: GothamPro, sans-serif;
        font-size: 18px;
    }
}

@media (max-width:1170px) {
    .venera {
        right: 0;
    }
}

@media (max-width: 1000px) {
    .price {
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        background-color: rgba(138, 213, 0, 0.6);
    }
    .text-tov {
        text-align: center;
    }
    .headline-cart {
        float: left;
        width: 82%;
    }
    .headline-cart-hint-message {
        display: none;
    }
    .headline-cart-hint-button {
        width: 50%;
        display: inline-block;
    }
    .headline-cart-hint {
        float: left;
        margin-right: 0;
    }
    .headline-cart-button {
        float: left;
    }
    nav.navbar {
        background-color: #8ad500;
    }
}

@media (max-width: 720px) {
    h1 {
        font-size: 30px;
        text-align: center;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 16px;
    }
    h5 {
        font-size: 14px;
    }
    h6 {
        font-size: 30px;
    }
    p {
        font-size: 18px;
    }
    .steps {
        background: none;
    }
    #steps .step {
        width: 100%;
        position: relative;
        left: 0;
        margin-bottom: 2rem;
    }
    .top {
        text-align: center;
    }
    .price h2 {
        text-shadow: 1px 1px 3px #000;
    }
    #opt {
        background-position: 0 30%;
    }
    .gallery {
        overflow: hidden;
    }
    .blue-circle {
        padding: 5rem 0;
        max-height: 450px;
    }
    .head {
        text-align: center;
        background-position: 100% 100%;
    }
    .cart-page-goods-table,
    .cart-page-radio-row label {
        width: 100%;
    }
}