/* Reset style */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, td img {
    vertical-align: top;
}

input, select, button, textarea {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

input[type="checkbox"] {
    vertical-align: middle;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* Reset style end */
/* Basic style */
html {
    height: 100% !important;
    overflow-y: scroll;
    margin-right: 0 !important;
}

body {
    font-weight: 400;
    text-align: left;
    position: relative;
    width: 100%;
    height: 100%;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: red;
}

body input:required:valid,
body textarea:required:valid {
    color: green;
}

input, select, button, textarea {
    font-family: inherit;
    outline: none;
}

label, input[type="button"], input[type="submit"], button {
    cursor: pointer;
    outline: none;
}

a:hover, a:focus, input:hover, input:focus, button:hover, button:focus, a img:hover, a img:focus, textarea:hover, textarea:focus {
    outline: none;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.wrapper {
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    position: relative;
    background: #fff;
    overflow: hidden;
    z-index: 1;
}

svg {
    -webkit-transition: fill 0.3s, ease 0.3s, opacity 0.3s;
    -o-transition: fill 0.3s, ease 0.3s, opacity 0.3s;
    -moz-transition: fill 0.3s, ease 0.3s, opacity 0.3s;
    transition: fill 0.3s, ease 0.3s, opacity 0.3s;
}

svg path, svg rect {
    -webkit-transition: fill 0.3s, ease 0.3s, opacity 0.3s;
    -o-transition: fill 0.3s, ease 0.3s, opacity 0.3s;
    -moz-transition: fill 0.3s, ease 0.3s, opacity 0.3s;
    transition: fill 0.3s, ease 0.3s, opacity 0.3s;
}

.popular__slider .slick-dots, .popular__item .btnBox, .popular__cart, .newsPage__item .imgBox, .newsPage__more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapp--strech {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.itemRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.itemRow--fs, .header__mnu > ul, .banner__slider .slick-dots, .popular__slider .slick-track, .accountPage__detail .product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.column_vc, .header__banner, .banner__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.column_cc, .catalog__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul, ol {
    list-style-type: none;
}

.wrapp--fs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon, .text, .iconBox {
    display: inline-block;
    vertical-align: middle;
}

.tt {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.text-right {
    text-align: right;
}

.alignright {
    display: block;
    float: right;
    margin-bottom: 20px;
    margin-left: 55px;
}

@media (max-width: 567px) {
    .alignright {
        float: none;
        margin: 0 auto 25px auto;
    }
}

.alignleft {
    float: left;
    display: block;
    margin-right: 55px;
    margin-bottom: 20px;
}

@media (max-width: 567px) {
    .alignleft {
        float: none;
        margin: 0 auto 25px auto;
    }
}

/* Basic style end */
/* Fonts */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}

.padding_main {
    padding-top: 70px;
}

@media (min-height: 1080px) {
    .padding_main {
        padding-top: 140px;
    }
}

.main_title {
    font-size: 35px;
    line-height: 44px;
    color: #373738;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    padding-bottom: 25px;
}

@media (max-width: 567px) {
    .main_title {
        font-size: 30px;
        line-height: 1.2;
    }
}

@media (max-width: 413px) {
    .main_title {
        font-size: 27px;
    }
}

.main_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: 13px;
    background: #E7E7E7;
}

.main_row {
    margin: -30px -15px 0;
}

.main_row > div {
    margin-top: 30px;
    padding: 0 15px;
}

.container-fluid {
    max-width: 1240px;
}

.bgIn {
    padding-top: 160px;
    margin-top: -100px;
    padding-bottom: 150px;
}

@media (max-width: 1199px) {
    .bgIn {
        padding-bottom: 75px;
        margin-top: 0;
        padding-top: 50px;
    }
}

/* Header */
.header {
    background: #F1F1F1;
}

.header__top {
    background: #000;
}

@media (max-width: 1199px) {
    .header__top {
        background: #FDCA38;
    }
}

.header__top .wrapp {
    min-height: 50px;
    padding: 0 25px;
}

@media (max-width: 567px) {
    .header__top .wrapp {
        padding: 0 5px;
    }
}

@media (max-width: 1199px) {
    .header__top .header__info {
        display: none;
    }
}

@media (max-width: 1199px) {
    .header__info {
        margin-bottom: 20px;
    }
}

.header__info li {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
    color: #ffffff;
}

@media (max-width: 1199px) {
    .header__info li {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .header__info li:last-child {
        margin-bottom: 0;
    }
}

.header__info li:last-child {
    margin-right: 0;
}

.header__info a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

.header__info .icon {
    margin-right: 12px;
}

.header__info .text {
    font-weight: 700;
}

@media (max-width: 1199px) {
    .header__info .text {
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
    }
}

.header__nav--main {
    display: block;
	font-size: 13px;
}

@media (max-width: 1199px) {
    .header__nav--main {
        display: none;
    }
}

.header__nav--mob {
    display: none;
}

@media (max-width: 1199px) {
    .header__nav--mob {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
}

.header__nav > li, .header__nav--main > li, .header__nav--mob > li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 45px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .header__nav > li, .header__nav--main > li, .header__nav--mob > li {
        margin-right: 20px;
    }
}

.header__nav > li:last-child, .header__nav--main > li:last-child, .header__nav--mob > li:last-child {
    margin-right: 0;
}

.header__nav > li:last-child:after, .header__nav--main > li:last-child:after, .header__nav--mob > li:last-child:after {
    display: none;
}

.header__nav > li:after, .header__nav--main > li:after, .header__nav--mob > li:after {
    content: '';
    width: 2px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    right: -26px;
    margin-top: -6px;
}

@media (max-width: 1199px) {
    .header__nav > li:after, .header__nav--main > li:after, .header__nav--mob > li:after {
        display: none;
    }
}

.header__nav a, .header__nav--main a, .header__nav--mob a {
    color: #ffffff;
}

.header__nav .jq-selectbox:hover .jq-selectbox__select, .header__nav--main .jq-selectbox:hover .jq-selectbox__select, .header__nav--mob .jq-selectbox:hover .jq-selectbox__select, .header__nav .jq-selectbox.focused .jq-selectbox__select, .header__nav--main .jq-selectbox.focused .jq-selectbox__select, .header__nav--mob .jq-selectbox.focused .jq-selectbox__select {
    border: none;
}

.header__nav .jq-selectbox:hover .jq-selectbox__trigger-arrow, .header__nav--main .jq-selectbox:hover .jq-selectbox__trigger-arrow, .header__nav--mob .jq-selectbox:hover .jq-selectbox__trigger-arrow, .header__nav .jq-selectbox.focused .jq-selectbox__trigger-arrow, .header__nav--main .jq-selectbox.focused .jq-selectbox__trigger-arrow, .header__nav--mob .jq-selectbox.focused .jq-selectbox__trigger-arrow {
    border-top-color: rgba(255, 255, 255, 0.4783);
}

.header__nav .jq-selectbox__select, .header__nav--main .jq-selectbox__select, .header__nav--mob .jq-selectbox__select {
    height: auto;
    padding: 0 15px 0 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    background: none;
    font: 16px/16px 'Montserrat', sans-serif;
    font-weight: 700;
    color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
}

.header__nav .jq-selectbox__trigger, .header__nav--main .jq-selectbox__trigger, .header__nav--mob .jq-selectbox__trigger {
    width: auto;
    border-left: none;
}

.header__nav .jq-selectbox__trigger-arrow, .header__nav--main .jq-selectbox__trigger-arrow, .header__nav--mob .jq-selectbox__trigger-arrow {
    border-top: 4px solid rgba(255, 255, 255, 0.4783);
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
    right: 0;
    top: 50%;
    margin-top: -2px;
}

.header__nav .jq-selectbox__dropdown li:hover, .header__nav--main .jq-selectbox__dropdown li:hover, .header__nav--mob .jq-selectbox__dropdown li:hover {
    background: #FDCA38;
}

.header__middle {
    padding: 20px 25px;
}

@media (max-width: 567px) {
    .header__middle {
        padding: 20px 5px;
    }
}

.header__middle .header__searchBox, .header__middle .header__searchBox--main, .header__middle .header__searchBox--mob {
    margin-right: 60px;
}

.header__logoBox a, .header__logoBox svg {
    display: block;
}

.header__searchBox, .header__searchBox--main, .header__searchBox--mob {
    width: 475px;
    position: relative;
}

@media (max-width: 1199px) {
    .header__searchBox, .header__searchBox--main, .header__searchBox--mob {
        width: 100%;
        margin-bottom: 15px;
    }
}

.header__searchBox--main {
    display: block;
}

@media (max-width: 1199px) {
    .header__searchBox--main {
        display: none;
    }
}

.header__searchBox--mob {
    display: none;
}

@media (max-width: 1199px) {
    .header__searchBox--mob {
        display: block;
    }
}

.header__searchBox input[type="text"], .header__searchBox--main input[type="text"], .header__searchBox--mob input[type="text"], .header__searchBox input[type="search"], .header__searchBox--main input[type="search"], .header__searchBox--mob input[type="search"] {
    width: 100%;
    background: #ffffff;
    border: 1px solid #C3C3C3;
    font-size: 19px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 50px;
    padding: 0 55px 0 25px;
}

.header__searchBox input[type="text"]::-webkit-input-placeholder, .header__searchBox--main input[type="text"]::-webkit-input-placeholder, .header__searchBox--mob input[type="text"]::-webkit-input-placeholder, .header__searchBox input[type="search"]::-webkit-input-placeholder, .header__searchBox--main input[type="search"]::-webkit-input-placeholder, .header__searchBox--mob input[type="search"]::-webkit-input-placeholder {
    color: #9F9F9F;
}

.header__searchBox input[type="text"]::-moz-placeholder, .header__searchBox--main input[type="text"]::-moz-placeholder, .header__searchBox--mob input[type="text"]::-moz-placeholder, .header__searchBox input[type="search"]::-moz-placeholder, .header__searchBox--main input[type="search"]::-moz-placeholder, .header__searchBox--mob input[type="search"]::-moz-placeholder {
    color: #9F9F9F;
}

.header__searchBox input[type="text"]:-moz-placeholder, .header__searchBox--main input[type="text"]:-moz-placeholder, .header__searchBox--mob input[type="text"]:-moz-placeholder, .header__searchBox input[type="search"]:-moz-placeholder, .header__searchBox--main input[type="search"]:-moz-placeholder, .header__searchBox--mob input[type="search"]:-moz-placeholder {
    color: #9F9F9F;
}

.header__searchBox input[type="text"]:-ms-input-placeholder, .header__searchBox--main input[type="text"]:-ms-input-placeholder, .header__searchBox--mob input[type="text"]:-ms-input-placeholder, .header__searchBox input[type="search"]:-ms-input-placeholder, .header__searchBox--main input[type="search"]:-ms-input-placeholder, .header__searchBox--mob input[type="search"]:-ms-input-placeholder {
    color: #9F9F9F;
}

.header__searchBox input[type="submit"], .header__searchBox--main input[type="submit"], .header__searchBox--mob input[type="submit"] {
    font-size: 0;
    text-indent: -9999px;
    border: none;
    background: url(/app/img/svg_for_sprite/search-icon.svg) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -12px;
}

@media (max-width: 1199px) {
    .header__cart {
        margin-right: 28px;
    }
}

.header__cart > span {
    display: inline-block;
    vertical-align: middle;
}

.header__cart .quantity {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    background: #595959;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
}

@media (max-width: 1199px) {
    .header__cart .quantity {
        display: none;
    }
}

.header__cart .text {
    margin: 0 12px;
    color: #595959;
}

.header__cart .text:hover {
    color: #FDCA38;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 1199px) {
    .header__cart .text {
        display: none;
    }
}

.header__bottom {
    background: #FDCA38;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
    padding-right: 30px;
    position: relative;
    z-index: 6;
}

@media (max-width: 1199px) {
    .header__bottom {
        display: none;
    }
}

.header__mnu li {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.header__mnu a {
    color: #000000;
    font-weight: 600;
    line-height: 55px;
    height: 55px;
    display: block;
    padding: 0 30px;
    font-size: 15px;
}

.header__mnu a:hover {
    color: #000;
    text-decoration: underline;
}

.header__langBox > a {
    position: relative;
    display: block;
    padding-right: 15px;
}

.header__langBox > a:after {
    content: '';
    width: 9px;
    height: 4px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    background: url(/app/img/svg_for_sprite/arrow-down.svg) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.header__langBox .icon {
    margin-right: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.header__langBox .text {
    color: #ffffff;
    font-size: 18px;
}

.header__bannerBox {
    background: #F1F1F1;
}

@media (min-width: 1199px) {
    .header__bannerBox {
        height: 180px;
    }

    .bgIn {
        padding-top: 170px;
    }
}

.header__banner {
    min-height: 235px;
    border-bottom: 17px solid #FDCA38;
    background: url(/app/img/banner-bg.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 0 55px;
    position: relative;
}

@media (max-width: 767px) {
    .header__banner {
        padding: 45px 15px 90px;
        margin-left: -15px;
        margin-right: -15px;
        min-height: 1px;
    }
}

.header__title {
    font-size: 30px;
    color: #ffffff;
}

@media (max-width: 1199px) {
    .header__title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .header__title {
        font-size: 35px;
    }
}

@media (max-width: 567px) {
    .header__title {
        font-size: 30px;
    }
}

@media (max-width: 450px) {
    .header__title {
        font-size: 27px;
    }
}

.header__breadcrumbs {
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    background: #000;
    padding: 15px;
    min-height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 14px;
}

@media (max-width: 767px) {
    .header__breadcrumbs {
        right: auto;
        left: 0;
        font-size: 16px;
    }
}

@media (max-width: 567px) {
    .header__breadcrumbs {
        font-size: 14px;
    }
}

@media (max-width: 413px) {
    .header__breadcrumbs {
        font-size: 12px;
    }
}

.header__breadcrumbs li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 28px;
}

.header__breadcrumbs li:last-child {
    margin-right: 0;
}

.header__breadcrumbs li:last-child:after {
    display: none;
}

.header__breadcrumbs li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    background: url(/app/img/svg_for_sprite/arrow-right.svg) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 9px;
    height: 15px;
    margin-top: -7.5px;
}

.header__breadcrumbs a {
    color: #ffffff;
}

.header__breadcrumbs a:hover {
    color: #FDCA38;
}

.header__breadcrumbs span {
    color: #FDCA38;
}

/* Banner */
.banner {
    margin-top: -30px;
}

@media (max-width: 1199px) {
    .banner {
        margin-top: 0;
    }
}

.banner__slider .slick-dots {
    position: absolute;
    bottom: 75px;
    left: 90px;
    background: rgba(255, 255, 255, 0.672367);
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    padding: 25px 19px;
}

@media (max-width: 1199px) {
    .banner__slider .slick-dots {
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .banner__slider .slick-dots {
        display: none !important;
    }
}

.banner__slider .slick-dots li {
    margin-right: 15px;
}

.banner__slider .slick-dots li:last-child {
    margin-right: 0;
}

.banner__slider .slick-dots li.slick-active button {
    background: #FDCA38;
    opacity: 1;
}

.banner__slider .slick-dots button {
    font-size: 0;
    text-indent: -9999px;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #000;
    opacity: .64;
    border: none;
    display: block;
}

.banner__slider .slick-dots button:hover {
    background: #FDCA38;
    opacity: 1;
}

.banner__slide {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 600px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
}

@media (max-width: 767px) {
    .banner__slide {
        height: auto;
        min-height: 250px;
    }
}

@media (max-width: 567px) {
    .banner__slide .container-fluid {
        padding: 0;
    }
}

.banner__content {
    background: rgba(0, 0, 0, 0.5268);
    width: 530px;
    float: right;
    color: #ffffff;
    padding: 40px;
    height: -webkit-calc(600px - 105px);
    height: -moz-calc(600px - 105px);
    height: calc(600px - 105px);
    margin-top: 30px;
    margin-right: 90px;
}

@media (max-width: 1199px) {
    .banner__content {
        margin-top: 0;
        height: 600px;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .banner__content {
        height: auto;
        margin-top: 90px;
        width: 320px;
        max-width: 100%;
    }
}

@media (max-width: 567px) {
    .banner__content {
        padding: 20px 20px 30px;
    }
}

.banner__content h3 {
    font-size: 38px;
    line-height: 48px;
}

@media (max-width: 767px) {
    .banner__content h3 {
        font-size: 32px;
        line-height: 1.3;
    }
}

@media (max-width: 567px) {
    .banner__content h3 {
        font-size: 26px;
    }
}

.banner__content p {
    font-size: 20px;
    line-height: 38px;
}

@media (max-width: 767px) {
    .banner__content p {
        display: none;
    }
}

.banner__brands {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.146225);
    -moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.146225);
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.146225);
    -webkit-border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    border-radius: 0px 0px 7px 7px;
    min-height: 150px;
    padding: 30px 35px;
    position: relative;
    z-index: 1;
    margin-top: -75px;
}

@media (max-width: 1199px) {
    .banner__brands {
        display: none;
    }
}

.banner__brands p {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FDCA38;
}

.banner__brands svg:hover path {
    fill: #FDCA38;
}

/* Catalog */
.catalog {
    padding-top: 130px;
    padding-bottom: 60px;
    background: #ffffff;
    margin-top: -75px;
}

.catalog__titleBox {
    margin-bottom: 30px;
    margin-top: 15px;
}

.catalog__all, .catalog__all--main, .catalog__all--mob {
    border-bottom: 1px solid transparent;
}

.catalog__all--main {
    display: block;
}

@media (max-width: 767px) {
    .catalog__all--main {
        display: none;
    }
}

.catalog__all--mob {
    display: none;
}

@media (max-width: 767px) {
    .catalog__all--mob {
        display: inline-block;
        margin-top: 15px;
    }
}

.catalog__all:hover, .catalog__all--main:hover, .catalog__all--mob:hover {
    border-bottom-color: #000;
}

.catalog__title, .catalog__title--grey {
    font-size: 23px;
}

@media (max-width: 767px) {
    .catalog__title, .catalog__title--grey {
        font-size: 25px;
    }
}

@media (max-width: 567px) {
    .catalog__title, .catalog__title--grey {
        font-size: 22px;
    }
}

.catalog__title--grey {
    color: #373738;
}

.catalog__item {
    position: relative;
    border: 1px solid #E4E4E4;
    -webkit-box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    -moz-box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
    min-height: 270px;
    text-align: center;
    height: 100%;
    -webkit-transition: -webkit-box-shadow 0.5s;
    transition: -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s, -moz-box-shadow 0.5s;
    transition: box-shadow 0.5s;
    transition: box-shadow 0.5s, -webkit-box-shadow 0.5s, -moz-box-shadow 0.5s;
}

@media (max-width: 767px) {
    .catalog__item {
        padding: 30px 15px;
    }
}

@media (max-width: 567px) {
    .catalog__item {
        min-height: 1px;
    }
}

.catalog__item:hover {
    -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.18);
}

.catalog__item .imgBox {
    height: 130px;
    line-height: 130px;
    text-align: center;
    margin-bottom: 10px;
}

@media (max-width: 567px) {
    .catalog__item .imgBox {
        height: 100px;
        line-height: 100px;
    }
}

.catalog__item img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

.catalog__item .link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.catalog__item h3 {
    font-size: 14px;
}

@media (max-width: 767px) {
    .catalog__item h3 {
        font-size: 20px;
    }
}

@media (max-width: 567px) {
    .catalog__item h3 {
        font-size: 17px;
    }
}

@media (max-width: 450px) {
    .catalog__item h3 {
        font-size: 14px;
    }
}

@media (max-width: 1499px) {
    .catalog__slider {
        padding: 0 75px;
    }
}

@media (max-width: 991px) {
    .catalog__slider {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .catalog__slider .catalog__arrow, .catalog__slider .catalog__arrow--prev, .catalog__slider .catalog__arrow--next {
        display: none !important;
    }
}

.catalog__arrow, .catalog__arrow--prev, .catalog__arrow--next {
    width: 60px;
    height: 60px;
    line-height: 58px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #E9E9E9;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}

.catalog__arrow svg, .catalog__arrow--prev svg, .catalog__arrow--next svg {
    display: inline-block;
    vertical-align: middle;
}

.catalog__arrow:hover, .catalog__arrow--prev:hover, .catalog__arrow--next:hover {
    background: #FDCA38;
}

.catalog__arrow:hover svg path, .catalog__arrow--prev:hover svg path, .catalog__arrow--next:hover svg path {
    fill: #ffffff;
}

.catalog__arrow--prev {
    left: 0;
}

@media (min-width: 1500px) {
    .catalog__arrow--prev {
        /*left: -75px; */
    }
}

.catalog__arrow--next {
    right: 0;
}

@media (min-width: 1500px) {
    .catalog__arrow--next {
        /* right: -75px; */
    }
}

.catalog__arrow--next svg {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* Popular */
.popular {
    padding-top: 50px;
    padding-bottom: 130px;
    background: #F1F1F1;
}

@media (max-width: 1199px) {
    .popular {
        padding-bottom: 35px;
    }
}

.popular__slider .slick-slide {
    height: auto;
    padding: 0 15px;
}

.popular__slider .slick-list {
    margin: 0 -15px;
}

.popular__slider .slick-dots {
    margin-top: 50px;
}

.popular__slider .slick-dots li {
    margin-right: 15px;
}

.popular__slider .slick-dots li:last-child {
    margin-right: 0;
}

.popular__slider .slick-dots li.slick-active button {
    background: #FDCA38;
    opacity: 1;
}

.popular__slider .slick-dots button {
    font-size: 0;
    border: none;
    text-indent: -9999px;
    background: #DADADA;
    opacity: .64;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.popular__slider .slick-dots button:hover {
    background: #FDCA38;
    opacity: 1;
}

.popular__item {
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    -webkit-box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    -moz-box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-height: 400px;
    padding: 25px 20px 55px;
    position: relative;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-transition: -webkit-box-shadow 0.5s;
    transition: -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s, -moz-box-shadow 0.5s;
    transition: box-shadow 0.5s;
    transition: box-shadow 0.5s, -webkit-box-shadow 0.5s, -moz-box-shadow 0.5s;
}

@media only screen and (min-width: 992px) and (max-width: 1190px) {
    .popular__item {
        padding: 30px 10px 55px !important;
    }

    .popular__item h3 {
        font-size: 15px !important;
    }
}

@media (max-width: 767px) {
    .popular__item {
        min-height: 1px;
    }
}

@media (max-width: 567px) {
    .popular__item {
        padding-bottom: 35px;
    }
}

.popular__item:hover {
    -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.18);
}

.popular__item h3 {
    color: #000;
    font-size: 15px;
}

@media (min-width: 1500px) {
    .popular__item h3 {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .popular__item h3 {
        font-size: 15px;
        line-height: 1.3;
        font-weight: 500;
    }
}

@media (max-width: 767px) {
    .popular__item h3 {
        font-size: 15px;
    }
}

@media (max-width: 567px) {
    .popular__item h3 {
        font-size: 14px;
    }
}

.popular__item .imgBox {
    height: 180px;
    line-height: 180px;
}

@media (max-width: 767px) {
    .popular__item .imgBox {
        height: 80px;
        line-height: 80px;
    }
}

.popular__item .imgBox img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

.popular__item .cost {
    font-size: 18px;
    line-height: 29px;
}

@media (max-width: 1199px) {
    .popular__item .cost {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .popular__item .cost {
        font-size: 16px;
    }
}

@media (max-width: 567px) {
    .popular__item .cost {
        font-size: 14px;
    }
}

.popular__item .btnBox {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 48px;
    z-index: 1;
}

@media (max-width: 567px) {
    .popular__item .btnBox {
        height: 25px;
        padding-left: 10px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 374px) {
    .popular__item .btnBox {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.popular__item .btnBox .popular__cart {
    position: absolute;
    right: 0;
    bottom: 0;
}

.popular__item .link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.popular__item .prodId {
    color: #595959;
}

@media (max-width: 567px) {
    .popular__item .prodId {
        font-size: 14px;
    }
}

.popular__recommend {
    color: #595959;
}

@media (max-width: 1300px) {
    .popular__recommend {
        font-size: 13px;
    }
}

@media (max-width: 675px) {
    .popular__recommend {
        font-size: 10px;
    }
}

@media (max-width: 567px) {
    .popular__recommend {
        width: 100%;
        text-align: left;
    }

    .popular__recommend .text {
        max-width: -webkit-calc(100% - 64px);
        max-width: -moz-calc(100% - 64px);
        max-width: calc(100% - 64px);
        line-height: 1.1;
    }
}

.popular__recommend:hover {
    opacity: .7;
}

.popular__recommend svg {
    margin-right: 8px;
}

@media (max-width: 1300px) {
    .popular__recommend svg {
        margin-right: 2px;
    }
}

.popular__cart {
    border: 1px solid #E4E4E4;
    -webkit-box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    -moz-box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    -webkit-border-radius: 5px 0px 0px 0px;
    -moz-border-radius: 5px 0px 0px 0px;
    border-radius: 5px 0px 0px 0px;
    width: 54px;
    height: 48px;
    z-index: 1;
}

.btn_add_cart {
    background: transparent;

}

.center-align {
    text-align: center;
}

.bonus {
    font-size: 16px;
    font-weight: bold;
}

.bonus-code-discount{
    font-size: 16px;
    font-weight: bold;
}

.cartBtn {
    background: transparent;
    border: none;
}

.promocode_input input {
    width: 100%;
    background: #ffffff;
    border: 1px solid #C3C3C3;
    font-size: 19px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 50px;
    padding: 0 55px 0 25px;
    margin-top: 26px;
}

.promocode_input {
    display: none;
}

.cartPage__promo{
    display: none;
}
#promocode_apply{
    display: none;
}

.btn_add_cart{
    background: transparent;
}
.btn_add_cart:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

.btn_add_cart svg {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 567px) {
    .popular__cart {
        width: 27px;
        height: 25px;
    }

    .popular__cart svg {
        max-height: 60%;
    }
}

.popular__cart:hover {
    opacity: .7;
}

.popular__cart svg {
    display: block;
}

.popular__rating li {
    display: inline-block;
    vertical-align: top;
    margin-right: 1px;
}

.popular__rating li:last-child {
    margin-right: 0;
}

/* Footer */
.footer {
    margin-top: -75px;
}

@media (max-width: 1199px) {
    .footer {
        margin-top: 0;
    }
}

.footer__feedBack {
    background: #FDCA38;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    padding: 40px 55px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1199px) {
    .footer__feedBack {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 991px) {
    .footer__feedBack {
        padding: 25px 15px;
    }
}

.footer__feedBack .textBox {
    color: #ffffff;
}

@media (max-width: 1199px) {
    .footer__feedBack .textBox {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
}

.footer__feedBack h3 {
    font-size: 28px;
    line-height: 36px;
}

.footer__feedBack p {
    font-size: 18px;
}

@media (max-width: 767px) {
    .footer__form {
        width: 100%;
    }
}

.footer__form .checkBox {
    width: 100%;
    display: block;
    margin-left: 179px;
    color: #ffffff;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .footer__form .checkBox {
        margin-left: 0;
    }

    .footer__form .checkBox .text {
        width: -webkit-calc(100% - 27px);
        width: -moz-calc(100% - 27px);
        width: calc(100% - 27px);
    }
}

.footer__form .jq-checkbox {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.footer__form .title {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    margin-right: 13px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 767px) {
    .footer__form .title {
        display: block;
    }
}

.footer__form label {
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 767px) {
    .footer__form label {
        display: block;
    }
}

.footer__form input[type="email"], .footer__form input[type="text"] {
    width: 290px;
    background: rgba(0, 0, 0, 0.07);
    border: 0.5px solid rgba(0, 0, 0, 0.101235);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 15px;
    height: 42px;
}

.footer__form input[type="email"]::-webkit-input-placeholder, .footer__form input[type="text"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.footer__form input[type="email"]::-moz-placeholder, .footer__form input[type="text"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.footer__form input[type="email"]:-moz-placeholder, .footer__form input[type="text"]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.footer__form input[type="email"]:-ms-input-placeholder, .footer__form input[type="text"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.footer__form input[type="submit"] {
    height: 42px;
    background: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 140px;
    text-align: center;
    border: none;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    margin-left: 45px;
}

@media (max-width: 767px) {
    .footer__form input[type="submit"] {
        margin-left: 0;
        margin-top: 10px;
    }
}

#mc_embed_signup_scroll {
    display: flex;
    flex-wrap: wrap;
}

.footer__logoBox {
    max-width: 405px;
}

@media (max-width: 1199px) {
    .footer__logoBox {
        max-width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }
}

.footer__logoBox a {
    display: inline-block;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .footer__logoBox a {
        margin-left: 0;
        margin-bottom: 0;
    }
}

.footer__logoBox a span {
    display: block;
}

@media (max-width: 1199px) {
    .footer__logoBox a span {
        display: none;
    }
}

.footer__logoBox a svg {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}

.footer__logoBox p {
    color: #ffffff;
    font-size: 14px;
    line-height: 27px;
}

@media (max-width: 1199px) {
    .footer__logoBox p {
        width: -webkit-calc(100% - 91px);
        width: -moz-calc(100% - 91px);
        width: calc(100% - 91px);
        font-size: 14px;
        line-height: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 375px) {
    .footer__logoBox p {
        font-size: 13px;
    }
}

.footer__middle {
    background: #000;
    position: relative;
    z-index: 1;
    margin-top: -80px;
    padding-top: 110px;
}

@media (max-width: 1199px) {
    .footer__middle {
        margin-top: 0;
        padding-top: 35px;
    }
}

.footer__middle:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/app/img/footer-overlay.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    z-index: -1;
}

@media (max-width: 1199px) {
    .footer__box, .footer__box--nav {
        margin-top: 35px;
    }
}

@media (max-width: 767px) {
    .footer__box, .footer__box--nav {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .footer__box--nav .menu li {
        display: inline-block;
        margin-right: 20px;
    }
}

.footer__box h3, .footer__box--nav h3 {
    color: #FFEB52;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 24px;
}

.footer__box .menu, .footer__box--nav .menu {
    max-width: 200px;
}

@media (max-width: 1199px) {
    .footer__box .menu, .footer__box--nav .menu {
        max-width: 300px;
    }
}

@media (max-width: 767px) {
    .footer__box .menu, .footer__box--nav .menu {
        max-width: 100%;
    }
}

.footer__box .menu li, .footer__box--nav .menu li {
    margin-bottom: 13px;
}

.footer__box .menu li:last-child, .footer__box--nav .menu li:last-child {
    margin-bottom: 0;
}

.footer__box .menu a, .footer__box--nav .menu a {
    display: block;
    font-size: 14px;
    line-height: 23px;
    color: #ffffff;
}

@media (max-width: 767px) {
    .footer__box .menu a, .footer__box--nav .menu a {
        font-size: 16px;
    }
}

.footer__box .menu a:hover, .footer__box--nav .menu a:hover {
    color: #FFEB52;
}

.footer__box .contacts, .footer__box--nav .contacts {
    font-size: 14px;
    line-height: 32px;
    color: #ffffff;
}

.footer__box .contacts a, .footer__box--nav .contacts a {
    color: #ffffff;
}

.footer__copyright {
    background: rgba(255, 255, 255, 0.0960719);
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.100907);
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.100907);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.100907);
    margin-top: 20px;
    padding: 25px 30px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .footer__copyright {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 767px) {
    .footer__copyright {
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.footer__copyright a {
    color: #ffffff;
}

@media (max-width: 767px) {
    .footer__copyright a {
        display: none;
    }
}

/* Catalog Page */

.pagination {
    text-align: center;
    margin-top: 80px;
}

.pagination .page-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 38px;
    font-size: 20px;
    font-weight: 500;
}

.pagination .page-item:last-child,
.pagination .page-item:first-child {
    background: #FFEB52;
    border: 1px solid #E9E9E9;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    padding-top: 1px;
}

.pagination .page-item.disabled:last-child,
.pagination .page-item.disabled:first-child {
    background: #FFFFFF;
}

.page-item.active{
    color: #fdca38;
}

.pagination .page-item:hover a {
    color: #FDCA38;
}

.catalogPage__pagination {
    text-align: center;
    margin-top: 80px;
}

.catalogPage__pagination > a, .catalogPage__pagination > span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 38px;
    font-size: 20px;
    font-weight: 500;
}

.catalogPage__pagination > a:hover, .catalogPage__pagination > span:hover {
    color: #FDCA38;
}

.catalogPage__pagination > a:last-child, .catalogPage__pagination > span:last-child {
    margin-right: 0;
}

.catalogPage__pagination .catalog__arrow, .catalogPage__pagination .catalog__arrow--prev, .catalogPage__pagination .catalog__arrow--next {
    margin-top: 0;
    position: static;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 35px;
}

.catalogPage__pagination .catalog__arrow svg, .catalogPage__pagination .catalog__arrow--prev svg, .catalogPage__pagination .catalog__arrow--next svg {
    max-width: 45%;
}

@media (min-width: 1500px) {
    .catalogPage__pagination .catalog__arrow--next {
        right: 0;
    }
}

@media (min-width: 1500px) {
    .catalogPage__pagination .catalog__arrow--prev {
        left: 0;
    }
}

.catalogPage__nav {
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.146225);
    -moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.146225);
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.146225);
    -webkit-border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    border-radius: 0px 0px 7px 7px;
    padding: 30px;
    margin-bottom: 45px;
}

@media (max-width: 1199px) {
    .catalogPage__nav {
        display: none;
        background: #FDCA38;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .catalogPage__nav {
        padding: 25px 15px;
    }
}

.catalogPage__nav .main_row {
    margin-left: -20px;
    margin-right: -20px;
}

.catalogPage__nav .main_row > div {
    padding: 0 20px;
}

.catalogPage__nav .main_row > div:first-child {
    width: 30%;
}

@media (max-width: 1199px) {
    .catalogPage__nav .main_row > div:first-child {
        width: 100%;
    }
}

.catalogPage__nav .main_row > div:last-child {
    width: 70%;
}

@media (max-width: 1199px) {
    .catalogPage__nav .main_row > div:last-child {
        width: 100%;
    }
}

.catalogPage__nav p {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .catalogPage__nav p {
        color: #ffffff;
    }
}

.catalogPage__filter .irs--flat .irs-line {
    height: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.4);
}

.catalogPage__filter .irs--flat .irs-bar {
    background: #000;
    height: 2px;
}

.catalogPage__filter .irs--flat .irs-handle {
    width: 10px;
    height: 10px;
    background: #000;
    top: 21px;
}

.catalogPage__filter .irs--flat .irs-handle i {
    display: none;
}

.catalogPage__filter .irs--flat .irs-from, .catalogPage__filter .irs--flat .irs-to {
    padding: 0;
    background: transparent;
    color: #000;
    font-size: 16px;
    top: -8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.catalogPage__filter .irs--flat .irs-from:before, .catalogPage__filter .irs--flat .irs-to:before {
    display: none;
}

@media (max-width: 1199px) {
    .catalogPage__filter .irs--flat .irs-to {
        text-indent: -10px;
    }
}

.catalogPage__filter .irs--flat .irs-min, .catalogPage__filter .irs--flat .irs-max {
    padding: 0;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    color: #000;
    top: -7px;
}

.catalogPage__filter .irs--flat .irs-single {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    color: #000;
    top: -8px;
}

.catalogPage__filter .irs--flat .irs-single:before {
    display: none;
}

.catalogPage__slider {
    padding: 0 60px;
}


.brand_logo{
    height: 33px;
    background-size: cover;
    width: 150px;
    background-position: center;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .catalogPage__slider {
        padding: 0;
    }
}

.catalogPage__slider .slick-list {
    margin: 0 -20px;
}

@media (max-width: 567px) {
    .catalogPage__slider .slick-list {
        margin: 0 -10px;
    }
}

.catalogPage__slider .slick-slide {
    padding: 0 20px;
}

@media (max-width: 567px) {
    .catalogPage__slider .slick-slide {
        padding: 0 10px;
    }
}

.catalogPage__slider .slick-slide svg {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

@media (max-width: 1199px) {
    .catalogPage__slider .slick-slide svg path {
        fill: #ffffff;
    }
}

.catalogPage__slider .slick-slide svg:hover path {
    fill: #FDCA38;
}

@media (max-width: 1199px) {
    .catalogPage__slider .slick-slide svg:hover path {
        fill: #000;
    }
}

.catalogPage__slider .catalog__arrow, .catalogPage__slider .catalog__arrow--prev, .catalogPage__slider .catalog__arrow--next {
    width: 40px;
    height: 40px;
    line-height: 38px;
}

@media (max-width: 1199px) {
    .catalogPage__slider .catalog__arrow, .catalogPage__slider .catalog__arrow--prev, .catalogPage__slider .catalog__arrow--next {
        display: none !important;
    }
}

.catalogPage__slider .catalog__arrow svg, .catalogPage__slider .catalog__arrow--prev svg, .catalogPage__slider .catalog__arrow--next svg {
    max-width: 45%;
}

@media (min-width: 1500px) {
    .catalogPage__slider .catalog__arrow--next {
        right: 0;
    }
}

@media (min-width: 1500px) {
    .catalogPage__slider .catalog__arrow--prev {
        left: 0;
    }
}

.catalogPage__slider .slick-dots {
    text-align: center;
    margin-top: 25px;
}

.catalogPage__slider .slick-dots li {
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
}

.catalogPage__slider .slick-dots li:last-child {
    margin-right: 0;
}

.catalogPage__slider .slick-dots li.slick-active button {
    background: #000;
    opacity: 1;
}

.catalogPage__slider .slick-dots button {
    font-size: 0;
    text-indent: -9999px;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #ffffff;
    opacity: .64;
    border: none;
    display: block;
}

.catalogPage__slider .slick-dots button:hover {
    background: #FDCA38;
    opacity: 1;
}

.catalogPage__btn {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.146225);
    -moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.146225);
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.146225);
    -webkit-border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    border-radius: 0px 0px 7px 7px;
    padding: 15px;
    font-size: 20px;
    line-height: 25px;
    display: none;
}

@media (max-width: 1199px) {
    .catalogPage__btn {
        display: block;
    }
}

.catalogPage__btn .icon {
    margin-right: 5px;
}

.catalogPage__btn .text {
    padding-right: 15px;
    position: relative;
}

.catalogPage__btn .text:after {
    content: '';
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2.5px;
}

@media (max-width: 1199px) {
    .catalogPage__row {
        padding-top: 30px;
    }
}

@media (max-width: 374px) {
    .catalogPage__row > div {
        width: 100%;
    }
}

/* Contacts Page */
.contactsPage {
    padding-bottom: 75px;
}

.contactsPage__info .descr ~ p,
.contactsPage__info .descr {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .contactsPage__info .descr {
        font-size: 20px;
    }
}

@media (max-width: 567px) {
    .contactsPage__info .descr {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .contactsPage__info .descr {
        font-size: 14px;
    }
}

.contactsPage__info ul li {
    margin-bottom: 25px;
}

.contactsPage__info ul li:last-child {
    margin-bottom: 0;
}

.contactsPage__info .title {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 500;
}

.contactsPage__info .text {
    font-size: 20px;
    color: #8D8D8D;
    line-height: 25px;
}

.contactsPage__soc a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}

.contactsPage__soc a:last-child {
    margin-right: 0;
}

.contactsPage__soc a svg, .contactsPage__soc a img {
    display: block;
}

.contactsPage__formBox label {
    display: block;
    margin-bottom: 22px;
}

.contactsPage__formBox .title {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: 8px;
}

.contactsPage__formBox input[type="text"], .contactsPage__formBox input[type="tel"], .contactsPage__formBox input[type="email"], .contactsPage__formBox textarea {
    border: 1px solid #E5E5E5;
    -webkit-border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    border-radius: 0px 0px 7px 7px;
    width: 100%;
    background: transparent;
    padding: 0 20px;
    height: 50px;
}

.contactsPage__formBox textarea {
    height: 145px;
    resize: none;
    padding: 20px;
}

.contactsPage__formBox input[type="submit"] {
    background: #FDCA38;
    color: #ffffff;
    height: 48px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    border: none;
    width: 100%;
}

.contactsPage__formBox input[type="submit"]:hover {
    background: #e6ab02;
}

.contactsPage__mapBox {
    border: 10px solid #FDCA38;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-top-right-radius: 7px;
    height: 572px;
    margin-top: 120px;
}

@media (max-width: 567px) {
    .contactsPage__mapBox {
        margin-top: 40px;
        height: 280px;
    }
}

/* News Page */
.newsPage__row {
    margin: -50px -25px 0;
}

.newsPage__row > div {
    padding: 0 25px;
    margin-top: 50px;
}

.newsPage__item {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.newsPage__item .imgBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 212px;
    height: 256px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    -moz-box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .newsPage__item .imgBox {
        height: 140px;
        width: 110px;
    }
}

.newsPage__item .imgBox img {
    max-height: 75%;
}

.newsPage__item h2 {
    margin-left: 130px;
    padding-left: 100px;
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .newsPage__item h2 {
        margin-left: 120px;
        padding-left: 0;
        font-size: 16px;
        line-height: 1.3;
    }
}

.newsPage__item .textBox {
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
    margin-left: 130px;
    padding: 20px 20px 90px 100px;
    background: #FDCA38;
}

@media (max-width: 767px) {
    .newsPage__item .textBox {
        margin-left: 60px;
        padding-left: 60px;
        width: -webkit-calc(100% - 70px);
        width: -moz-calc(100% - 70px);
        width: calc(100% - 70px);
        -webkit-border-bottom-left-radius: 7px;
        -moz-border-radius-bottomleft: 7px;
        border-bottom-left-radius: 7px;
        -webkit-border-bottom-right-radius: 7px;
        -moz-border-radius-bottomright: 7px;
        border-bottom-right-radius: 7px;
    }
}

.newsPage__item p {
    line-height: 28px;
    color: #ffffff;
}

@media (min-width: 1500px) {
    .newsPage__item p {
        font-size: 18px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .newsPage__item p {
        font-size: 14px;
        line-height: normal;
    }
}

@media (max-width: 413px) {
    .newsPage__item p {
        font-size: 12px;
        line-height: 15px;
    }
}

.newsPage__item .newsPage__more {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.newsPage__more {
    background: #ffffff;
    width: 185px;
    height: 46px;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 500;
}

.newsPage__more:hover {
    opacity: .7;
}

.newsPage__more .text {
    margin-right: 4px;
}

.newsPage__more svg {
    width: 16px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* Single Page */
.singlePage {
    padding-bottom: 0;
}

@media (max-width: 1199px) {
    .singlePage {
        padding-bottom: 30px;
    }
}

.singlePage__content {
    padding-bottom: 90px;
}

.singlePage__textBox, .singlePage__textBox--orange {
    padding: 25px 30px 40px;
}

@media (max-width: 767px) {
    .singlePage__textBox, .singlePage__textBox--orange {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.singlePage__textBox--orange {
    color: #ffffff;
    background: #FDCA38;
}

.singlePage__textBox h2, .singlePage__textBox--orange h2 {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 15px;
}

@media (max-width: 567px) {
    .singlePage__textBox h2, .singlePage__textBox--orange h2 {
        font-size: 20px;
        line-height: 1.3;
    }
}

.singlePage__textBox p, .singlePage__textBox--orange p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .singlePage__textBox p, .singlePage__textBox--orange p {
        font-size: 16px;
        line-height: normal;
    }
}

@media (max-width: 567px) {
    .singlePage__textBox p, .singlePage__textBox--orange p {
        font-size: 14px;
    }
}

.singlePage__textBox p:last-child, .singlePage__textBox--orange p:last-child {
    margin-bottom: 0;
}

/* Card Page */
@media (max-width: 767px) {
    .cardPage__row {
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
}

.cardPage__row > div:first-child {
    width: 46.5%;
}

@media (max-width: 767px) {
    .cardPage__row > div:first-child {
        width: 100%;
    }
}

.cardPage__row > div:last-child {
    width: 44%;
}

@media (max-width: 767px) {
    .cardPage__row > div:last-child {
        width: 100%;
        margin-bottom: 30px;
    }
}

.cardPage__title, .cardPage__title--grey {
    font-size: 35px;
    margin-bottom: 22px;
}

@media (max-width: 767px) {
    .cardPage__title, .cardPage__title--grey {
        font-size: 30px;
    }
}

@media (max-width: 567px) {
    .cardPage__title, .cardPage__title--grey {
        font-size: 25px;
    }
}

@media (max-width: 374px) {
    .cardPage__title, .cardPage__title--grey {
        font-size: 23px;
    }
}

.cardPage__title--grey {
    color: #373738;
}

.cardPage__infoBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: 13px solid rgba(254, 189, 23, 0.1);
    margin-top: -20px;
}

.cardPage__infoBox > div {
    margin-right: 20px;
    margin-top: 20px;
}

.cardPage__infoBox > div:last-child {
    margin-right: 0;
}

.cardPage__infoBox .cost {
    font-weight: 600;
    font-size: 35px;
    color: #FDCA38;
    margin-right: 15px;
    line-height: 1;
}

@media (max-width: 1300px) {
    .cardPage__infoBox .cost {
        font-size: 32px;
    }
}

.cardPage__infoBox .vendor {
    color: #969696;
    line-height: 1;
}

@media (max-width: 767px) {
    .cardPage__infoBox .availabilityBox {
        text-align: left;
    }
}

.cardPage__infoBox .availability {
    margin-bottom: 10px;
}

@media (min-width: 1500px) {
    .cardPage__infoBox .availability {
        font-size: 18px;
    }
}

.cardPage__infoBox ul {
    margin-bottom: 0;
}

.cardPage__content h2,
.cardPage__content h1 {
    font-size: 32px;
    line-height: 40px;
    color: #585858;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .cardPage__content h2,
    .cardPage__content h1 {
        font-size: 25px;
        line-height: 1.3;
    }
}

@media (max-width: 567px) {
    .cardPage__content h2,
    .cardPage__content h1 {
        font-size: 23px;
    }
}

.cardPage__content ul {
    font-size: 18px;
    line-height: 32px;
    color: #585858;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .cardPage__content ul {
        font-size: 16px;
    }
}

@media (max-width: 567px) {
    .cardPage__content ul {
        font-size: 14px;
    }
}

.cardPage__content h1,
.cardPage__content h2 {
    padding-bottom: 15px;
    border-bottom: 13px solid rgba(254, 189, 23, 0.1);
}

.cardPage__content .jq-number {
    margin-right: 20px;
}

@media (max-width: 374px) {
    .cardPage__content .jq-number {
        margin-right: 10px;
    }
}

.cardPage__cart {
    background: #FDCA38;
    border: 1px solid rgba(0, 0, 0, 0.147072);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    min-width: 145px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    padding: 0 25px;
}

@media (max-width: 567px) {
    .cardPage__cart {
        font-size: 16px;
    }
}

.cardPage__cart:hover {
    background: #e6ab02;
}

.cardPage__slider {
    margin-bottom: 15px;
    border: 1px solid #BEBEBE;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.cardPage__slider .slick-slide {
    height: 495px;
    line-height: 493px;
    text-align: center;
}

@media (max-width: 767px) {
    .cardPage__slider .slick-slide {
        height: 280px;
        line-height: 278px;
    }
}

.cardPage__slider img {
    display: inline-block;
    vertical-align: middle;
    max-height: 75%;
    max-width: 85%;
}

.cardPage__nav .slick-list {
    margin: 0 -6px;
    display: flex;
    justify-content: flex-end;
}

.cardPage__nav .slick-slide {
    padding: 0 6px;
    float: right;
}

.cardPage__nav .slick-current .imgBox {
    border: 0.5px solid #FFC62F;
}

.cardPage__nav .imgBox {
    border: 0.5px solid #BEBEBE;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 95px;
    line-height: 93px;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 450px) {
    .cardPage__nav .imgBox {
        height: 65px;
        line-height: 63px;
    }
}

.cardPage__nav img {
    display: inline-block;
    vertical-align: middle;
    max-height: 75%;
    max-width: 75%;
}

.cardPage__description {
    padding-top: 100px;
    color: #585858;
}

@media (max-width: 767px) {
    .cardPage__description {
        padding-top: 50px;
    }
}

.cardPage__description p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .cardPage__description p {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media (max-width: 567px) {
    .cardPage__description p {
        font-size: 14px;
    }
}

.cardPage__description table {
    font-size: 20px;
    line-height: 38px;
}

@media (max-width: 767px) {
    .cardPage__description table {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 567px) {
    .cardPage__description table {
        font-size: 14px;
    }
}

.cardPage__description table td:first-child {
    padding-right: 50px;
}

@media (max-width: 567px) {
    .cardPage__description table td:first-child {
        padding-right: 10px;
    }
}

.cardPage__description table td:last-child {
    padding-left: 50px;
}

@media (max-width: 567px) {
    .cardPage__description table td:last-child {
        padding-left: 10px;
    }
}

.cardPage__subtitle {
    font-size: 32px;
    line-height: 40px;
    color: #373738;
    padding-bottom: 15px;
    border-bottom: 13px solid rgba(254, 189, 23, 0.1);
    margin-bottom: 35px;
}

.cardPage__quantity--grey .jq-number {
    background: rgba(229, 229, 229, 0.5);
}

.cardPage__quantity--grey .jq-number__field input {
    color: #969696;
}

.cardPage__quantity--orange .jq-number {
    background: #FDCA38;
}

.cardPage__quantity--orange .jq-number__field input {
    color: #ffffff;
}

.cardPage__quantity .jq-number, .cardPage__quantity--grey .jq-number, .cardPage__quantity--orange .jq-number {
    padding: 5px 41px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.cardPage__quantity .jq-number__field, .cardPage__quantity--grey .jq-number__field, .cardPage__quantity--orange .jq-number__field {
    width: 39px;
    height: 36px;
    background: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.cardPage__quantity .jq-number__field input, .cardPage__quantity--grey .jq-number__field input, .cardPage__quantity--orange .jq-number__field input {
    text-align: center;
    height: 100%;
    padding: 0;
    font: 16px 'Montserrat', sans-serif;
}

.cardPage__quantity .jq-number__spin, .cardPage__quantity--grey .jq-number__spin, .cardPage__quantity--orange .jq-number__spin {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 36px;
    height: 36px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.cardPage__quantity .jq-number__spin:after, .cardPage__quantity--grey .jq-number__spin:after, .cardPage__quantity--orange .jq-number__spin:after {
    border: none;
    top: 50%;
    left: 50%;
    -webkit-background-size: 100% 100% !important;
    -moz-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
}

.cardPage__quantity .jq-number__spin.minus, .cardPage__quantity--grey .jq-number__spin.minus, .cardPage__quantity--orange .jq-number__spin.minus {
    top: 5px;
    left: 5px;
    right: auto;
    bottom: auto;
}

.cardPage__quantity .jq-number__spin.minus:after, .cardPage__quantity--grey .jq-number__spin.minus:after, .cardPage__quantity--orange .jq-number__spin.minus:after {
    background: url(/app/img/svg_for_sprite/minus.svg) 0 0 no-repeat;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    margin-top: -6px;
}

.cardPage__quantity .jq-number__spin.plus, .cardPage__quantity--grey .jq-number__spin.plus, .cardPage__quantity--orange .jq-number__spin.plus {
    top: 5px;
    right: 5px;
}

.cardPage__quantity .jq-number__spin.plus:after, .cardPage__quantity--grey .jq-number__spin.plus:after, .cardPage__quantity--orange .jq-number__spin.plus:after {
    background: url(/app/img/svg_for_sprite/plus.svg) 0 0 no-repeat;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    margin-top: -6px;
}

/* Novelty Page */
.noveltyPage {
    padding-bottom: 0;
}

@media (max-width: 1199px) {
    .noveltyPage {
        padding-bottom: 30px;
    }
}

.noveltyPage__slider {
    padding: 135px 120px 35px;
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
}

@media (max-width: 1199px) {
    .noveltyPage__slider {
        padding: 35px 15px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 0;
    }
}

.noveltyPage__slider:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 118px;
    left: 0;
    background: #FDCA38;
    z-index: -1;
}

.noveltyPage__slider .main_row {
    margin-left: -25px;
    margin-right: -25px;
}

@media (max-width: 1199px) {
    .noveltyPage__slider .main_row {
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
}

.noveltyPage__slider .main_row > div {
    padding: 0 25px;
}

.noveltyPage__slider .main_row > div:first-child {
    width: 450px;
}

@media (max-width: 1199px) {
    .noveltyPage__slider .main_row > div:first-child {
        width: 100%;
    }
}

.noveltyPage__slider .main_row > div:last-child {
    width: -webkit-calc(100% - 450px);
    width: -moz-calc(100% - 450px);
    width: calc(100% - 450px);
}

@media (max-width: 1199px) {
    .noveltyPage__slider .main_row > div:last-child {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .noveltyPage__slider .slick-list {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.noveltyPage__slider .popular__item {
    border: none;
}

@media (max-width: 1199px) {
    .noveltyPage__slider .popular__item {
        width: 300px;
    }
}

@media (max-width: 450px) {
    .noveltyPage__slider .popular__item {
        width: 240px;
    }
}

.noveltyPage__slider .popular__item:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.noveltyPage__slider .popular__item h3 {
    margin-bottom: 23px;
}

.noveltyPage__slider .popular__item .imgBox {
    height: 235px;
    line-height: 235px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .noveltyPage__slider .popular__item .imgBox {
        height: 100px;
        line-height: 100px;
    }
}

.noveltyPage__slider .textBox {
    margin: 0 -30px;
}

.noveltyPage__slider .subtitle {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 15px;
}

@media (max-width: 567px) {
    .noveltyPage__slider .subtitle {
        font-size: 14px;
    }
}

.noveltyPage__slider h2 {
    font-size: 50px;
    line-height: 63px;
    font-weight: 600;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .noveltyPage__slider h2 {
        font-size: 45px;
        line-height: 1.3;
    }

    .noveltyPage__slider h2 br {
        display: none;
    }
}

@media (max-width: 991px) {
    .noveltyPage__slider h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .noveltyPage__slider h2 {
        font-size: 35px;
    }
}

@media (max-width: 567px) {
    .noveltyPage__slider h2 {
        font-size: 28px;
    }
}

.noveltyPage__slider h2 span {
    font-weight: 400;
}

.noveltyPage__slider .more {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    padding-bottom: 8px;
    position: relative;
}

.noveltyPage__slider .more:after {
    content: '';
    height: 1px;
    background: #ffffff;
    position: absolute;
    right: -30px;
    bottom: 0;
    left: -50px;
}

.noveltyPage__slider .catalog__arrow, .noveltyPage__slider .catalog__arrow--prev, .noveltyPage__slider .catalog__arrow--next {
    width: 40px;
    height: 40px;
    line-height: 38px;
    background: #ffffff;
    top: auto;
    margin-top: 0;
    bottom: 140px;
}

@media (max-width: 1199px) {
    .noveltyPage__slider .catalog__arrow, .noveltyPage__slider .catalog__arrow--prev, .noveltyPage__slider .catalog__arrow--next {
        width: 25px;
        height: 25px;
        line-height: 21px;
    }
}

.noveltyPage__slider .catalog__arrow:hover, .noveltyPage__slider .catalog__arrow--prev:hover, .noveltyPage__slider .catalog__arrow--next:hover {
    background: #FDCA38;
}

.noveltyPage__slider .catalog__arrow svg, .noveltyPage__slider .catalog__arrow--prev svg, .noveltyPage__slider .catalog__arrow--next svg {
    max-width: 45%;
}

.noveltyPage__slider .catalog__arrow--next {
    right: auto;
    left: 570px;
}

@media (min-width: 1500px) {
    .noveltyPage__slider .catalog__arrow--next {
        right: auto;
    }
}

@media (max-width: 1199px) {
    .noveltyPage__slider .catalog__arrow--next {
        left: 350px;
    }
}

@media (max-width: 450px) {
    .noveltyPage__slider .catalog__arrow--next {
        left: 290px;
    }
}

.noveltyPage__slider .catalog__arrow--prev {
    left: 30px;
}

@media (min-width: 1500px) {
    .noveltyPage__slider .catalog__arrow--prev {
        left: 30px;
    }
}

@media (max-width: 1199px) {
    .noveltyPage__slider .catalog__arrow--prev {
        left: 15px;
    }
}

/* Cart Page */
.cartPage__table {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .cartPage__table {
        overflow-x: auto;
    }
}

@media (max-width: 767px) {
    .cartPage__table table {
        width: 737px;
    }
}

.cartPage__table tr {
    border-bottom: 1px solid #FDCA38;
}

.cartPage__table tr:first-child {
    border-bottom: 13px solid rgba(254, 189, 23, 0.1);
}

.cartPage__table tr.margin {
    height: 25px;
}

.cartPage__table td {
    vertical-align: middle;
    padding-bottom: 15px;
}

.cartPage__table td:first-child {
    width: 36%;
}

.cartPage__table .imgBox {
    width: 130px;
    height: 130px;
    line-height: 128px;
    border: 1px solid #E4E4E4;
    -webkit-box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    -moz-box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

@media (max-width: 991px) {
    .cartPage__table .imgBox {
        width: 75px;
        height: 75px;
        line-height: 73px;
    }
}

.cartPage__table .imgBox img {
    display: inline-block;
    vertical-align: middle;
    max-height: 75%;
}

.cartPage__table .name {
    color: #FDCA38;
    font-size: 21px;
    display: inline-block;
    padding-left: 30px;
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
}

@media (max-width: 1199px) {
    .cartPage__table .name {
        font-size: 17px;
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .cartPage__table .name {
        width: -webkit-calc(100% - 75px);
        width: -moz-calc(100% - 75px);
        width: calc(100% - 75px);
    }
}

.cartPage__table .vendor {
    color: #585858;
}

.cartPage__table .cost {
    color: #213B3A;
    font-size: 21px;
}

@media (max-width: 1199px) {
    .cartPage__table .cost {
        font-size: 17px;
    }
}

.cartPage__scroll {
    display: none;
}

@media (max-width: 767px) {
    .cartPage__scroll {
        display: block;
    }
}

.cartPage__scroll svg {
    display: block;
    width: 40px;
    height: 40px;
    fill: #FDCA38;
    margin: 0 auto 30px;
}

.cartPage__back {
    height: 50px;
    min-width: 155px;
    line-height: 48px;
    border: 1px solid #E4E4E4;
    -webkit-box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    -moz-box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    color: #585858;
    font-weight: 700;
    text-align: center;
    padding: 0 25px;
    display: inline-block;
    background: #fff;
}

@media (max-width: 567px) {
    .cartPage__back {
        font-size: 16px;
    }
}

.cartPage__back:hover {
    background: #FDCA38;
    color: #ffffff;
}

.cartPage__btnBox, .cartPage__btnBox--reverse {
    margin-top: -15px;
}

.cartPage__btnBox--reverse {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 567px) {
    .cartPage__btnBox--reverse {
        text-align: center;
        display: block;
    }

    .cartPage__btnBox--reverse > a, .cartPage__btnBox--reverse > button {
        display: block;
        margin: 0 auto 15px !important;
        width: 260px;
    }
}

.cartPage__btnBox > a, .cartPage__btnBox--reverse > a, .cartPage__btnBox > button, .cartPage__btnBox--reverse > button {
    margin-right: 30px;
    margin-top: 15px;
}

.cartPage__btnBox > a:last-child, .cartPage__btnBox--reverse > a:last-child, .cartPage__btnBox > button:last-child, .cartPage__btnBox--reverse > button:last-child {
    margin-right: 0;
}

.cartPage__promo {
    padding-top: 30px;
}

.cartPage__promo p:first-child {
    color: #FDCA38;
    font-weight: 500;
}

.cartPage__total tr:first-child td {
    padding-top: 0;
}

.cartPage__total tr:last-child td {
    padding-top: 50px;
}

.cartPage__total tr:last-child td:last-child:after {
    content: '';
    height: 1px;
    background: #FDCA38;
    position: absolute;
    top: 40px;
    right: 0;
    left: 35px;
}

@media (max-width: 567px) {
    .cartPage__total tr:last-child td:last-child:after {
        left: 10px;
    }
}

.cartPage__total td {
    vertical-align: middle;
    font-weight: 700;
    padding-top: 15px;
    position: relative;
}

.cartPage__total td:last-child {
    font-size: 21px;
    color: #213B3A;
    line-height: 29px;
    padding-left: 70px;
    padding-right: 15px;
}

@media (max-width: 567px) {
    .cartPage__total td:last-child {
        font-size: 18px;
        padding-left: 25px;
        padding-right: 5px;
    }
}

.cartPage__row {
    padding-right: 150px;
    margin-bottom: 100px;
}

@media (max-width: 1199px) {
    .cartPage__row {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .cartPage__row {
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .cartPage__row > div {
        width: 100%;
        margin-bottom: 60px;
    }

    .cartPage__row > div:last-child {
        margin-bottom: 0;
    }
}

/* Checkout Page */
.checkoutPage .cardPage__title, .checkoutPage .cardPage__title--grey {
    margin-bottom: 60px;
}

.checkoutPage__advantages {
    padding-bottom: 60px;
    border-bottom: 13px solid rgba(254, 189, 23, 0.1);
    margin-bottom: 15px;
}

.checkoutPage__advantages .iconBox, .checkoutPage__advantages .textBox {
    display: inline-block;
    vertical-align: middle;
}

.checkoutPage__advantages .iconBox {
    width: 43px;
}

.checkoutPage__advantages .textBox {
    width: -webkit-calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    width: calc(100% - 48px);
    padding-left: 20px;
}

.checkoutPage__advantages h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}

.checkoutPage__checkBox {
    margin-top: -15px;
}

.checkoutPage__checkBox label {
    margin-right: 68px;
    margin-top: 15px;
}

.checkoutPage__checkBox label:last-child {
    margin-right: 0;
}

.checkoutPage__check {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.checkoutPage__check .jq-checkbox, .checkoutPage__check .jq-radio {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

.checkoutPage__check .jq-checkbox.checked .jq-checkbox__div, .checkoutPage__check .jq-checkbox.checked .jq-radio__div, .checkoutPage__check .jq-radio.checked .jq-checkbox__div, .checkoutPage__check .jq-radio.checked .jq-radio__div, #mc_embed_signup_scroll .jq-checkbox.checked .jq-checkbox__div {
    width: 11px;
    height: 10px;
    background: url(/app/img/svg_for_sprite/check.svg) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5.5px;
}

#mc_embed_signup_scroll .jq-checkbox.checked .jq-checkbox__div {
    margin-left: 8px;
}

.checkoutPage__check .jq-checkbox.checked + .textBox .title, .checkoutPage__check .jq-radio.checked + .textBox .title {
    color: #FDCA38;
}

.checkoutPage__check .jq-checkbox.checked + .title, .checkoutPage__check .jq-radio.checked + .title {
    color: #FDCA38;
}

.checkoutPage__check .text {
    color: #585858;
    padding-left: 10px;
}

.checkoutPage__check .textBox {
    width: -webkit-calc(100% - 23px);
    width: -moz-calc(100% - 23px);
    width: calc(100% - 23px);
    padding-left: 10px;
    display: inline-block;
    vertical-align: top;
}

.checkoutPage__check .title {
    display: inline-block;
    vertical-align: middle;
}

.checkoutPage__check .description {
    color: #585858;
    display: block;
    margin-top: 10px;
}

.checkoutPage__formBox {
    padding-top: 70px;
}

.checkoutPage__formBox .inputBox {
    display: block;
    margin-bottom: 25px;
    position: relative;
}

.checkoutPage__formBox .inputBox:last-child {
    margin-bottom: 0;
}

.checkoutPage__formBox .inputBox .title {
    display: block;
    margin-bottom: 4px;
    color: #585858;
}

.checkoutPage__formBox h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 40px;
}

.checkoutPage__formBox input[type="text"],
.checkoutPage__formBox input[type="tel"],
.checkoutPage__formBox input[type="email"],
.checkoutPage__formBox textarea {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 50px;
    padding: 0 15px;
}

.auth__formBox{
    margin-bottom: 35px;
}
.auth__formBox input[type="text"],
.auth__formBox input[type="tel"],
.auth__formBox input[type="email"],
.auth__formBox input[type="password"],
.auth__formBox textarea {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 50px;
    padding: 0 15px;
}






.authPage__checkBox {
    margin-top: -15px;
}

.authPage__checkBox label {
    margin-right: 68px;
    margin-top: 15px;
}

.authPage__checkBox label:last-child {
    margin-right: 0;
}

.authPage__check {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.authPage__check .jq-checkbox, .authPage__check .jq-radio {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

.authPage__check .jq-checkbox.checked .jq-checkbox__div, .authPage__check .jq-checkbox.checked .jq-radio__div, .authPage__check .jq-radio.checked .jq-checkbox__div, .authPage__check .jq-radio.checked .jq-radio__div {
    width: 11px;
    height: 10px;
    background: url(/app/img/svg_for_sprite/check.svg) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5.5px;
}

.error-block{
    margin-bottom: 15px;
}

.reset_pass{
    margin-top: 10px;
    margin-bottom: 30px;
}


.reset_pass_link{
    font-size: 14px;
}





.reset_pass_btn{
    margin-top: 21px;
}

.reset-form{
    max-width: 840px;
    margin: 0 auto;
}

.restore_pass_btn{
    margin-top: 22px;
}

.checkoutPage__formBox input[type="text"]:focus, .checkoutPage__formBox input[type="tel"]:focus, .checkoutPage__formBox input[type="email"]:focus, .checkoutPage__formBox textarea:focus {
    border-color: #FDCA38;
}

.checkoutPage__formBox textarea {
    resize: none;
    padding: 15px;
    margin: 0;
    height: 150px;
}

.checkoutPage__formBox .edit {
    display: block;
    position: absolute;
    top: 39px;
    right: 15px;
}

.checkoutPage__formBox .edit svg {
    display: block;
}

.checkoutPage__delivery {
    margin-bottom: 66px;
}

.checkoutPage__delivery h3 {
    margin-bottom: 66px;
}

.checkoutPage__delivery .checkoutPage__check {
    margin-bottom: 30px;
}

.checkoutPage__delivery .checkoutPage__check:last-child {
    margin-bottom: 0;
}

.checkoutPage__payment label {
    margin-right: 30px;
}

.checkoutPage__final {
    margin-top: 75px;
}

.checkoutPage__total {
    border: 1px solid #E4E4E4;
    -webkit-box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    -moz-box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 50px;
    padding: 10px 25px;
    font-weight: 700;
    width: 660px;
    font-size: 20px;
}

.checkoutPage__total h3 {
    color: #FDCA38;
}

/* Done Page*/
.donePage .cardPage__title, .donePage .cardPage__title--grey {
    margin-bottom: 60px;
}

@media (max-width: 413px) {
    .donePage .cardPage__title, .donePage .cardPage__title--grey {
        margin-bottom: 30px;
    }
}

.donePage__textBox {
    font-size: 20px;
    padding-bottom: 60px;
    border-bottom: 13px solid rgba(254, 189, 23, 0.1);
    margin-bottom: 60px;
}

@media (max-width: 413px) {
    .donePage__textBox {
        font-size: 14px;
    }
}

.donePage__textBox p {
    margin-bottom: 30px;
}

.donePage__textBox p:last-child {
    margin-bottom: 0;
    color: #FDCA38;
}

/* Account Page */
.accountPage__titleBox {
    padding-bottom: 60px;
    border-bottom: 13px solid rgba(254, 189, 23, 0.1);
    margin-bottom: 30px;
    margin-top: -20px;
}

@media (max-width: 767px) {
    .accountPage__titleBox {
        padding-bottom: 25px;
    }
}

.accountPage__titleBox > div {
    margin-top: 20px;
}

.accountPage__titleBox .cardPage__title, .accountPage__titleBox .cardPage__title--grey {
    margin-bottom: 0;
    margin-right: 55px;
}

@media (max-width: 1199px) {
    .accountPage__titleBox .cardPage__title, .accountPage__titleBox .cardPage__title--grey {
        margin-right: 30px;
    }
}

@media (max-width: 567px) {
    .accountPage__titleBox .cardPage__title, .accountPage__titleBox .cardPage__title--grey {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.accountPage__titleBox .total {
    font-size: 32px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .accountPage__titleBox .total {
        font-size: 28px;
    }
}

.accountPage__titleBox .total .icon {
    margin-right: 13px;
}

.accountPage__titleBox .more {
    font-size: 18px;
}

@media (max-width: 1199px) {
    .accountPage__titleBox .more {
        font-size: 16px;
    }
}

.accountPage__row {
    margin: 0 -75px;
}

@media (max-width: 1199px) {
    .accountPage__row {
        margin: 0 -15px;
    }
}

.accountPage__row > div {
    padding: 0 75px;
}

@media (max-width: 1199px) {
    .accountPage__row > div {
        padding: 0 15px;
    }
}

.accountPage__row > div:first-child {
    width: 38.5%;
}

@media (max-width: 767px) {
    .accountPage__row > div:first-child {
        width: 100%;
        margin-bottom: 30px;
    }
}

.accountPage__row > div:last-child {
    width: 61.5%;
}

@media (max-width: 767px) {
    .accountPage__row > div:last-child {
        width: 100%;
    }
}

.accountPage__contacts .checkoutPage__formBox {
    padding-top: 0;
}

.accountPage__contacts .checkoutPage__formBox input[type="text"], .accountPage__contacts .checkoutPage__formBox input[type="tel"], .accountPage__contacts .checkoutPage__formBox input[type="email"], .accountPage__contacts .checkoutPage__formBox textarea {
    padding-right: 45px;
}

.accountPage__subtitle {
    font-size: 20px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .accountPage__subtitle {
        margin-bottom: 30px;
    }
}

.accountPage .checkoutPage__checkBox {
    padding-top: 45px;
}

.accountPage .checkoutPage__checkBox label {
    display: block;
    margin-bottom: 25px;
}

.accountPage .checkoutPage__checkBox label:last-child {
    margin-bottom: 0;
}

.accountPage .checkoutPage__checkBox .text {
    width: -webkit-calc(100% - 22px);
    width: -moz-calc(100% - 22px);
    width: calc(100% - 22px);
    vertical-align: top;
}

.accountPage__history h3 {
    margin-bottom: 66px;
}

@media (max-width: 767px) {
    .accountPage__history h3 {
        margin-bottom: 30px;
    }
}

.accountPage__item {
    border: 1px solid #E4E4E4;
    -webkit-box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    -moz-box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}

@media (max-width: 991px) {
    .accountPage__item {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }
}

.accountPage__item:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .accountPage__item > div {
        width: 100%;
    }
}

.accountPage__item .leftSide {
    margin-right: 20px;
}

.accountPage__item .time, .accountPage__item .address {
    color: #585858;
    margin-top: 13px;
}

.accountPage__item .status {
    color: #FDCA38;
}

@media (max-width: 991px) {
    .accountPage__item .cardPage__cart {
        margin-bottom: -30px;
        margin-top: 10px;
    }
}

@media (max-width: 567px) {
    .accountPage__btnBox {
        padding-top: 30px;
    }
}

.accountPage__detail {
    padding: 15px 0 10px;
    width: 345px;
    margin: 0 auto;
    max-width: 100%;
    background: #FDCA38;
    color: #ffffff;
}

.accountPage__detail h3 {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

.accountPage__detail ul {
    padding: 0 15px;
    margin-bottom: 15px;
}

.accountPage__detail ul li {
    margin-bottom: 15px;
}

.accountPage__detail ul li:last-child {
    margin-bottom: 0;
}

.accountPage__detail .status, .accountPage__detail .cost {
    color: #000;
}

.accountPage__detail .productInfo {
    padding: 15px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.accountPage__detail .product {
    margin-bottom: 10px;
}

.accountPage__detail .imgBox {
    border: 1px solid #E4E4E4;
    -webkit-box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    -moz-box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.0527344);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 60px;
    height: 60px;
    background: #ffffff;
    line-height: 60px;
    text-align: center;
}

.accountPage__detail .imgBox img {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    max-height: 80%;
}

.accountPage__detail .name {
    font-weight: 700;
    color: #ffffff;
    padding-left: 10px;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
}

.accountPage__detail .mfp-close {
    top: 0;
    right: 0;
    color: #ffffff;
}

.mfp-gallery .mfp-close {
    color: #FFFFFF !important;
}

.mfp-close {
    text-indent: 0 !important;
}

.menuBoxAdapt {
    display: none;
    position: relative;
    z-index: 10;
}

@media (max-width: 1199px) {
    .menuBoxAdapt {
        display: inline-block;
        vertical-align: top;
    }
}

.menuBoxAdapt .cd-btn {
    cursor: pointer;
    display: block;
}

.menuBoxAdapt .cd-btn svg {
    display: block;
    width: 30px;
    height: 30px;
}

.cd-panel-content .menu, .cd-panel-footer-content .menu {
    padding-bottom: 45px;
}

.cd-panel-content .menu > li, .cd-panel-footer-content .menu > li {
    line-height: 1;
    margin-bottom: 10px;
}

.cd-panel-content .menu > li:last-child, .cd-panel-footer-content .menu > li:last-child {
    margin-bottom: 0;
}

.cd-panel-content .menu > li.current-menu-item > a, .cd-panel-content .menu > li.current-menu-parent > a, .cd-panel-content .menu > li.current-menu-ancestor > a, .cd-panel-content .menu > li.current-category-ancestor > a, .cd-panel-footer-content .menu > li.current-menu-item > a, .cd-panel-footer-content .menu > li.current-menu-parent > a, .cd-panel-footer-content .menu > li.current-menu-ancestor > a, .cd-panel-footer-content .menu > li.current-category-ancestor > a {
    border-bottom: 1px solid #ffffff;
}

.cd-panel-content .menu > li.menu-item-has-children > a, .cd-panel-footer-content .menu > li.menu-item-has-children > a {
    padding-right: 10px;
}

.cd-panel-content .menu > li.menu-item-has-children > a:before, .cd-panel-footer-content .menu > li.menu-item-has-children > a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-left: 2.5px solid transparent;
    border-right: 2.5px solid transparent;
    margin-top: -2.5px;
}

.cd-panel-content .menu > li > a, .cd-panel-footer-content .menu > li > a {
    display: inline-block;
    padding: 5px 0;
    position: relative;
    color: #ffffff;
    border-bottom: 1px solid transparent;
}

.cd-panel-content .menu > li > a:first-letter, .cd-panel-footer-content .menu > li > a:first-letter {
    text-transform: uppercase;
}

.cd-panel-content .menu > li > a:hover, .cd-panel-content .menu > li > a.mPS2id-highlight, .cd-panel-footer-content .menu > li > a:hover, .cd-panel-footer-content .menu > li > a.mPS2id-highlight {
    border-bottom: 1px solid #ffffff;
}

.cd-panel-content .menu > li > ul, .cd-panel-footer-content .menu > li > ul {
    padding: 10px 10px 10px 25px;
}

.cd-panel-content .menu > li > ul > li, .cd-panel-footer-content .menu > li > ul > li {
    margin-bottom: 7px;
}

.cd-panel-content .menu > li > ul > li:last-child, .cd-panel-footer-content .menu > li > ul > li:last-child {
    margin-bottom: 0;
}

.cd-panel-content .menu > li > ul > li.current-menu-item > a, .cd-panel-content .menu > li > ul > li.current-menu-parent > a, .cd-panel-content .menu > li > ul > li.current-category-ancestor > a, .cd-panel-footer-content .menu > li > ul > li.current-menu-item > a, .cd-panel-footer-content .menu > li > ul > li.current-menu-parent > a, .cd-panel-footer-content .menu > li > ul > li.current-category-ancestor > a {
    border-bottom: 1px solid #ffffff;
}

.cd-panel-content .menu > li > ul > li > a, .cd-panel-footer-content .menu > li > ul > li > a {
    padding: 3px 0;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid transparent;
}

.cd-panel-content .menu > li > ul > li > a:first-letter, .cd-panel-footer-content .menu > li > ul > li > a:first-letter {
    text-transform: uppercase;
}

.cd-panel-content .menu > li > ul > li > a:hover, .cd-panel-footer-content .menu > li > ul > li > a:hover {
    border-bottom: 1px solid #ffffff;
}

.cd-panel-content .header__contactsBox a, .cd-panel-footer-content .header__contactsBox a {
    margin-right: 0;
    margin-bottom: 15px;
}

.cd-panel-content .header__contactsBox a:last-child, .cd-panel-footer-content .header__contactsBox a:last-child {
    margin-bottom: 0;
}

.cd-panel::after {
    /* overlay layer */
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    -o-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}

.cd-panel.is-visible {
    visibility: visible;
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0.06, 0.28, 0.85);
    -o-transition: all 0.6s cubic-bezier(0.77, 0.06, 0.28, 0.85);
    -moz-transition: all 0.6s cubic-bezier(0.77, 0.06, 0.28, 0.85);
    transition: all 0.6s cubic-bezier(0.77, 0.06, 0.28, 0.85);
}

.cd-panel.is-visible::after {
    -webkit-transition: background 0.3s 0s;
    -moz-transition: background 0.3s 0s;
    -o-transition: background 0.3s 0s;
    transition: background 0.3s 0s;
}

.cd-panel.is-visible .cd-panel-close::before {
    -webkit-animation: cd-close-1 0.6s 0.3s;
    -moz-animation: cd-close-1 0.6s 0.3s;
    -o-animation: cd-close-1 0.6s 0.3s;
    animation: cd-close-1 0.6s 0.3s;
}

.cd-panel.is-visible .cd-panel-close::after {
    -webkit-animation: cd-close-2 0.6s 0.3s;
    -moz-animation: cd-close-2 0.6s 0.3s;
    -o-animation: cd-close-2 0.6s 0.3s;
    animation: cd-close-2 0.6s 0.3s;
}

.is-visible .cd-panel-container {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

@-webkit-keyframes cd-close-1 {
    0%, 50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-moz-keyframes cd-close-1 {
    0%, 50% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-o-keyframes cd-close-1 {
    0%, 50% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes cd-close-1 {
    0%, 50% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes cd-close-2 {
    0%, 50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@-moz-keyframes cd-close-2 {
    0%, 50% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@-o-keyframes cd-close-2 {
    0%, 50% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes cd-close-2 {
    0%, 50% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.cd-panel-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 60px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer;
    z-index: 100;
}

.cd-panel-close:before, .cd-panel-close:after {
    /* close icon created in CSS */
    content: " ";
    position: absolute;
    top: 22px;
    left: 20px;
    height: 5px;
    width: 25px;
    background-color: #ffffff;
    /* this fixes a bug where pseudo elements are slighty off position */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-panel-close:before {
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-panel-close:after {
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.no-touch .cd-panel-close:hover {
    background-color: #424f5c;
}

.no-touch .cd-panel-close:hover:before,
.no-touch .cd-panel-close:hover:after {
    background-color: #ffffff;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.no-touch .cd-panel-close:hover:before {
    -o-transform: rotate(220deg);
    -ms-transform: rotate(220deg);
    -moz-transform: rotate(220deg);
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
}

.no-touch .cd-panel-close:hover:after {
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cd-panel-container {
    position: fixed;
    width: 280px;
    height: 100%;
    overflow: auto;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0.06, 0.28, 0.85);
    -o-transition: all 0.6s cubic-bezier(0.77, 0.06, 0.28, 0.85);
    -moz-transition: all 0.6s cubic-bezier(0.77, 0.06, 0.28, 0.85);
    transition: all 0.6s cubic-bezier(0.77, 0.06, 0.28, 0.85);
    -webkit-box-shadow: -2px 0px 24px 0px rgba(39, 23, 43, 0.16);
    -moz-box-shadow: -2px 0px 24px 0px rgba(39, 23, 43, 0.16);
    box-shadow: -2px 0px 24px 0px rgba(39, 23, 43, 0.16);
    background: #FDCA38;
}

.cd-panel-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 55px 25px 30px;
    min-height: 100%;
    overflow: auto;
    /* smooth scrolling on touch devices */
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.cd-panel-content .mobBox {
    position: absolute;
    right: 25px;
    bottom: 25px;
    left: 25px;
    display: none;
}

@media (max-width: 599px) {
    .cd-panel-content .mobBox {
        display: block;
    }
}

.cd-panel-content .mobBox > div {
    margin-bottom: 20px;
}

.cd-panel-content .mobBox > div:last-child {
    margin-bottom: 0;
}

div.wpcf7 .ajax-loader {
    display: none;
}

span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px;
    margin-top: 10px !important;
    text-align: center;
}

@media (max-width: 567px) {
    .wpcf7-response-output {
        font-size: 12px;
    }
}

div.wpcf7-validation-errors {
    border: none;
}

.wpcf7-mail-sent-ok {
    color: green;
}

.wpcf7-validation-errors {
    color: red;
    border: none;
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }
    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-moz-keyframes slideUp {
    0% {
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
        -moz-transform: translateY(-5%);
        transform: translateY(-5%);
    }
    100% {
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
        -moz-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-o-keyframes slideUp {
    0% {
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -o-transform: translateY(-5%);
        transform: translateY(-5%);
    }
    100% {
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(-5%);
        -moz-transform: translateY(-5%);
        -o-transform: translateY(-5%);
        transform: translateY(-5%);
    }
    100% {
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(25%);
        transform: translateY(25%);
    }
    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-moz-keyframes slideDown {
    0% {
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
        -moz-transform: translateY(25%);
        transform: translateY(25%);
    }
    100% {
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
        -moz-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-o-keyframes slideDown {
    0% {
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -o-transform: translateY(25%);
        transform: translateY(25%);
    }
    100% {
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(25%);
        -moz-transform: translateY(25%);
        -o-transform: translateY(25%);
        transform: translateY(25%);
    }
    100% {
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(75%);
        transform: translateX(75%);
    }
    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-moz-keyframes slideRight {
    0% {
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
        -moz-transform: translateX(75%);
        transform: translateX(75%);
    }
    100% {
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
        -moz-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-o-keyframes slideRight {
    0% {
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -o-transform: translateX(75%);
        transform: translateX(75%);
    }
    100% {
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideRight {
    0% {
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(75%);
        -moz-transform: translateX(75%);
        -o-transform: translateX(75%);
        transform: translateX(75%);
    }
    100% {
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.success-email {
    padding: 17px 10px;
    background: #fdca38;
    margin: 0 0 30px 0;
    color: #fff;
    font-weight: bold;
}

.logout-btn{
    background: transparent;
    color: #fff;
    border: none;
}
