@charset 'UTF-8';
*{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
}
html{
    overflow-x: hidden;

    -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
       -moz-text-size-adjust: none;
            text-size-adjust: none;
}
html,body{
    height: 100%;
}
a{
    text-decoration: none;
    color: inherit;

    -webkit-tap-highlight-color: transparent;
}
a:hover{
    text-decoration: none;
}
@media (min-width: 1025px){
    a[href^='tel']{
        pointer-events: none;
    }
}
.l-header li,
.product-status-list li,
.c-order__list li,
.c-history__list li,
.mg-filter-item ul li,
.price-slider-list li {
    list-style: none;
}
.l-body__static .l-main__right ul, .feedback-form-wrapper ul {
    padding-left: 0px;
    list-style: none;
}

.l-body__static .l-main__right li {
    margin-top: 10px;
}

p{
    line-height: 1.4;
}
p + p{
    margin-top: 10px;
}
img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
    border: none;
}
svg:not(:root){
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
}
[class*='icon--']{
    width: 1em;
    height: 1em;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    fill: currentColor;
}
h1 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1f1f1f;
    margin-top: -10px;
    margin-bottom: 10px;
    text-align: center;
}

@media (max-width: 767px) {
h1 {
    font-size: 14px;
}
  
}

h2,h3,h4,h5,h6{
    font-weight: normal;
    color: inherit;
}
iframe{
    vertical-align: bottom;
    border: 0;
}
table{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
textarea{
    display: inline-block;
    overflow: hidden;
    resize: vertical;
    vertical-align: bottom;
}
textarea,[type='url'],[type='text'],[type='email'],[type='search'],[type='password']{
    vertical-align: bottom;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;

    -webkit-appearance: none;
}
textarea:-webkit-autofill,[type='url']:-webkit-autofill,[type='text']:-webkit-autofill,[type='email']:-webkit-autofill,[type='search']:-webkit-autofill,[type='password']:-webkit-autofill{
    -webkit-animation-name: autofill;

    -webkit-animation-fill-mode: both;
}
@-webkit-keyframes autofill{
    to{
        background: transparent;
    }
}
label,[type='radio'],[type='submit'],[type='checkbox'],button:not(:disabled){
    cursor: pointer;
}
button,[type='submit']{
    font-size: inherit;
    color: inherit;
    border: 0;
    background: none;

    -webkit-tap-highlight-color: transparent;
}
::-moz-focus-inner{
    padding: 0;
    border: 0;
}
.readonly,[readonly]{
    pointer-events: none;
}
.disabled,[disabled]{
    pointer-events: none;
    opacity: .5;
}
::-webkit-search-decoration,::-webkit-search-cancel-button,::-webkit-search-results-button,::-webkit-search-results-decoration{
    display: none;
}
/* fonts
------------------------------------------------------------------- */
* {
    font-family: 'Scada', sans-serif;
}

/* font
---------------------------------------------------------------*/
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: 'Scada';
  src: url('../fonts/scada/400.woff') format('woff');
}
@font-face {
  font-weight: 400;
  font-style: italic;
  font-family: 'Scada';
  src: url('../fonts/scada/400-italic.woff') format('woff');
}
@font-face {
  font-weight: 600;
  font-style: normal;
  font-family: 'Scada';
  src: url('../fonts/scada/600.woff') format('woff');
}
@font-face {
  font-weight: 600;
  font-style: italic;
  font-family: 'Scada';
  src: url('../fonts/scada/600-italic.woff') format('woff');
}

/* l-body
------------------------------------------------------------------- */
.l-body {
    font-size: 16px;
    font-family: 'Scada', sans-serif;
    line-height: 1.4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    color: #000;
    background: #e9eaed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
@media (max-width: 767px){
    .l-body{
        font-size: 16px;
        line-height: 1.2;
    }
}
@media (min-width: 1025px){
    .admin-on-site{
        padding-top: 30px !important;
    }
}
@media (max-width: 1024px){
    .admin-top-menu ul.exit-list li:not(:last-of-type) {
        display: none;
    }
    .admin-list > li > a {
        padding: 6px 0 7px 0px;
    }
    .exit-list li {
        margin: 0;
    }
    .admin-on-site{
        padding: 0 !important;
    }
    .l-header__bottom{
        z-index: 101;
    }
}

/* l-customs
------------------------------------------------------------------- */

.mg-set-goods {
    width: 100%;
    margin-bottom: 10px;
} 

.rating-action {
    margin-top: 5px;
}

.glavnaya h1 {
    background: #ffffff;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: #f585c2;
    margin-top: -10px;
    margin-bottom: 10px;
    text-align: center;
    border: 4px #f585c2 solid;
    border-radius: 10px;
    padding: 0px;
}

.c-favorite__button {
    position: relative;
}

.c-favorite__icon {
    font-size: 25px;
    display: flex;
    color: #ffa600;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.c-action__count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: -7px;
    right: -12px;
    height: 16px;
    padding: 7px 3px 7px 4px;
    min-width: 16px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    border-radius: 100%;
    background: #ffa600;
    border: 2px #fff solid;
    border-radius: 10px;
}

.article-product {
    color: #a7a7a7;
    font-size: 14px;
    margin-bottom: 8px;
}

.l-title-social {
    margin: 0px auto;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.l-title-number {
    margin: 0px auto;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.l-title-number svg {
    width: 16px;
    height: 16px;
}

.social-span {
    color: #191919;
    font-size: 19px;
    font-weight: 400;
    margin-left: 31px;
}

.social-icon {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.whatsapp {
    color: #2bb742;
    fill: #2bb742;
}

.telegram {
    color: #2ba3d5;
    fill: #2ba3d5;
}

.vk {
    color: #4c75a3;
    fill: #4c75a3;
}

.instagram {
    color: #c92e9d;
    fill: #c92e9d;
}

.social-icon svg {
    width: 20px;
    height: 20px;
    margin-bottom: -4px;
}

.advantages-container {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}

.advantages-container h1 {
    font-size: 21px;
    font-weight: 600;
}
  
.advantages-block {
    display: inline-block;
    width: 19%;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 10px;
}

.advantages-text {}

.advantages-svg {
    width: 120px;
    height: 120px;
    color: #191919;
    stroke: #191919;
    fill: #191919;
    margin: 0px auto;
    margin-bottom: 15px;
}
  
.advantages-block h1 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
  
.advantages-block p {
    text-align: center;
}

.slider-carousel {
    margin-bottom: -18px;
}

.slider-product {
    width: 24%;
    background: #fff;
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 18px;
    padding: 10px;
    vertical-align: top;
}

.slider-product:nth-of-type(5n + 1) {
    margin-left: 0px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 2) {
    margin-left: 6px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 3) {
    margin-left: 6px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 4) {
    margin-left: 6px;
    margin-right: 0px;
}

.slider-product:nth-of-type(5n + 5) {
    margin-left: 0px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 6) {
    margin-left: 6px;
    margin-right: 6px;
}

.slider-product:nth-of-type(5n + 7) {
    margin-left: 6px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 8) {
    margin-left: 6px;
    margin-right: 0px;
}

.slider-product:nth-of-type(5n + 9) {
    margin-left: 0px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 10) {
    margin-left: 6px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 11) {
    margin-left: 6px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 12) {
    margin-left: 6px;
    margin-right: 0px;
}

.slider-product:nth-of-type(5n + 13) {
    margin-left: 0px;
    margin-right: 6px;
}

.slider-product:nth-of-type(5n + 14) {
    margin-left: 6px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 15) {
    margin-left: 6px;
    margin-right: 6px;
}

.slider-product:nth-of-type(5n + 16) {
    margin-left: 6px;
    margin-right: 0px;
}
  
.slider-product:nth-of-type(5n + 17) {
    margin-left: 0px;
    margin-right: 6px;
}

.slider-product:nth-of-type(5n + 18) {
    margin-left: 6px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 19) {
    margin-left: 6px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 20) {
    margin-left: 6px;
    margin-right: 0px;
}
  
.slider-product:nth-of-type(5n + 21) {
    margin-left: 0px;
    margin-right: 6px;
}

.slider-product:nth-of-type(5n + 22) {
    margin-left: 6px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 23) {
    margin-left: 6px;
    margin-right: 6px;
}

.slider-product:nth-of-type(5n + 24) {
    margin-left: 6px;
    margin-right: 0px;
}

.slider-product:nth-of-type(5n + 25) {
    margin-left: 0px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 26) {
    margin-left: 6px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 27) {
    margin-left: 6px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 28) {
    margin-left: 6px;
    margin-right: 0px;
}

.slider-product:nth-of-type(5n + 29) {
    margin-left: 0px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 30) {
    margin-left: 6px;
    margin-right: 6px;
}

.slider-product:nth-of-type(5n + 31) {
    margin-left: 6px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 32) {
    margin-left: 6px;
    margin-right: 0px;
}

.slider-product:nth-of-type(5n + 33) {
    margin-left: 0px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 34) {
    margin-left: 6px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 35) {
    margin-left: 6px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 36) {
    margin-left: 6px;
    margin-right: 0px;
}

.slider-product:nth-of-type(5n + 37) {
    margin-left: 0px;
    margin-right: 6px;
}

.slider-product:nth-of-type(5n + 38) {
    margin-left: 6px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 39) {
    margin-left: 6px;
    margin-right: 6px;
}

.slider-product:nth-of-type(5n + 40) {
    margin-left: 6px;
    margin-right: 0px;
}
  
.slider-product:nth-of-type(5n + 41) {
    margin-left: 0px;
    margin-right: 6px;
}

.slider-product:nth-of-type(5n + 42) {
    margin-left: 6px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 43) {
    margin-left: 6px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 44) {
    margin-left: 6px;
    margin-right: 0px;
}
  
.slider-product:nth-of-type(5n + 45) {
    margin-left: 0px;
    margin-right: 6px;
}

.slider-product:nth-of-type(5n + 46) {
    margin-left: 6px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 47) {
    margin-left: 6px;
    margin-right: 6px;
}

.slider-product:nth-of-type(5n + 48) {
    margin-left: 6px;
    margin-right: 0px;
}

.slider-product:nth-of-type(5n + 49) {
    margin-left: 0px;
    margin-right: 6px;
}

.slider-product:nth-of-type(5n + 50) {
    margin-left: 6px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 51) {
    margin-left: 6px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 52) {
    margin-left: 6px;
    margin-right: 0px;
}
  
.slider-product:nth-of-type(5n + 53) {
    margin-left: 0px;
    margin-right: 6px;
}

.slider-product:nth-of-type(5n + 54) {
    margin-left: 6px;
    margin-right: 6px;
}
  
.slider-product:nth-of-type(5n + 55) {
    margin-left: 6px;
    margin-right: 6px;
}

.slider-product:nth-of-type(5n + 56) {
    margin-left: 6px;
    margin-right: 0px;
}
  

.slider-product .product-image {
    width: 100%;
    height: 250px;
    margin: 0px auto;
    text-align: center;
}

.slider-product .title {
    min-height: 45px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.slider-product .title a {
    color: #1f1f1f;
}

.slider-product .price {
    color: #dc0810;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}

.slider-product .button {
    color: #1f1f1f;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    margin: 10px 0px 0px 0px;
}

.slider-product .button a {
    width: 100%;
    color: #ffa600;
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
}

.slider-product .whatsapp-button {
    background: #00a507;
    display: inline-block;
    margin: 10px 0px 0px 0px;
    padding: 10px 0px;
    width: 49%;
    text-align: center;
    border-radius: 20px;
}

.slider-product .whatsapp-button a {
    width: 100%;
    color: #ffffff;
}

@media (max-width: 767px) {
.glavnaya h1 {
    font-size: 16px;
    padding: 4px;
}
  
.c-nav-footer {
    margin-left: 30px;
}
  
.advantages-block {
    width: 100%;
}
  
.c-favorite__icon {
    font-size: 25px;
}
  
.c-action__count {
    color: #431212;
    top: -5px;
    right: -11px;
    height: 10px;
    padding: 6px 2px;
    min-width: 16px;
    font-size: 10px;
    border: 2px solid rgb(67 18 18);
}
  
.slider-product {
    width: 48.4%;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 10px;
}

.slider-product:nth-of-type(5n + 1) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 2) {
    margin-left: 3px;
    margin-right: 0px;
}
  
.slider-product:nth-of-type(5n + 3) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 4) {
    margin-left: 3px;
    margin-right: 0px;
}

.slider-product:nth-of-type(5n + 5) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 6) {
    margin-left: 3px;
    margin-right: 0px;
}

.slider-product:nth-of-type(5n + 7) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 8) {
    margin-left: 3px;
    margin-right: 0px;
}
  
.slider-product:nth-of-type(5n + 9) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 10) {
    margin-left: 3px;
    margin-right: 0px;
}
  
.slider-product:nth-of-type(5n + 11) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 12) {
    margin-left: 3px;
    margin-right: 0px;
}

.slider-product:nth-of-type(5n + 13) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 14) {
    margin-left: 3px;
    margin-right: 0px;
}

.slider-product:nth-of-type(5n + 15) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 16) {
    margin-left: 3px;
    margin-right: 0px;
}
  
.slider-product:nth-of-type(5n + 17) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 18) {
    margin-left: 3px;
    margin-right: 0px;
}
  
.slider-product:nth-of-type(5n + 19) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 20) {
    margin-left: 3px;
    margin-right: 0px;
}

.slider-product:nth-of-type(5n + 21) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 22) {
    margin-left: 3px;
    margin-right: 0px;
}

.slider-product:nth-of-type(5n + 23) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 24) {
    margin-left: 3px;
    margin-right: 0px;
}
  
.slider-product:nth-of-type(5n + 25) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 26) {
    margin-left: 3px;
    margin-right: 0px;
}
  
.slider-product:nth-of-type(5n + 27) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 28) {
    margin-left: 3px;
    margin-right: 0px;
}

.slider-product:nth-of-type(5n + 29) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 30) {
    margin-left: 3px;
    margin-right: 0px;
}

.slider-product:nth-of-type(5n + 31) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 32) {
    margin-left: 3px;
    margin-right: 0px;
}
  
.slider-product:nth-of-type(5n + 33) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 34) {
    margin-left: 3px;
    margin-right: 0px;
}
  
.slider-product:nth-of-type(5n + 35) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 36) {
    margin-left: 3px;
    margin-right: 0px;
}

.slider-product:nth-of-type(5n + 37) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 38) {
    margin-left: 3px;
    margin-right: 0px;
}

.slider-product:nth-of-type(5n + 39) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 40) {
    margin-left: 3px;
    margin-right: 0px;
}
  
.slider-product:nth-of-type(5n + 41) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 42) {
    margin-left: 3px;
    margin-right: 0px;
}
  
.slider-product:nth-of-type(5n + 43) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 44) {
    margin-left: 3px;
    margin-right: 0px;
}

.slider-product:nth-of-type(5n + 45) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 46) {
    margin-left: 3px;
    margin-right: 0px;
}

.slider-product:nth-of-type(5n + 47) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 48) {
    margin-left: 3px;
    margin-right: 0px;
}
  
.slider-product:nth-of-type(5n + 49) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 50) {
    margin-left: 3px;
    margin-right: 0px;
}
  
.slider-product:nth-of-type(5n + 51) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 52) {
    margin-left: 3px;
    margin-right: 0px;
}
  
.slider-product:nth-of-type(5n + 53) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 54) {
    margin-left: 3px;
    margin-right: 0px;
}

.slider-product:nth-of-type(5n + 55) {
    margin-left: 0px;
    margin-right: 3px;
}
  
.slider-product:nth-of-type(5n + 56) {
    margin-left: 3px;
    margin-right: 0px;
}
  
.slider-product .title {
    min-height: 75px;
}
  
.slider-product .title a {
    font-size: 13px;
}
  
.slider-product .price {
    font-size: 16px;
}
  
}

#header {
    height: inherit;
}
#navigation {
    width: 100%;
    line-height: 40px;
    position: relative;
    top: 0px;
}
#navigation.fixed {
    position: fixed;
    top: 0;
    z-index: 199;
}
  
.fixed .l-header__bottom {
    position: relative;
    box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.3);
}
  
.l-header__bottom .min-768--justify-end {
    display: none;
}
  
.fixed .min-768--9 {
    display: block;
    max-width: 77%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 77%;
    -ms-flex: 0 0 77%;
    flex: 0 0 77%;
    position: relative;
}
  
.fixed .min-768--justify-end {
    display: inherit;
    position: absolute;
    right: 10px;
}
  
.fixed .min-768--justify-end .l-header__block {
    margin-right: 30px;
}

.fixed .min-768--justify-end .l-header__block:last-child{
    margin-right: 0;
}

.fixed .c-cart__small--text {
    color: #431212;
    top: -5px;
    right: -9px;
    padding: 0px 4px 0px 3px;
    height: 18px;
    line-height: 14px;
    border: 2px #431212 solid;
}

.fixed .c-action__count {
    top: -7px;
    right: -12px;
    padding: 0px 4px;
    height: 18px;
    line-height: 16px;
    color: #431212;
    border: 2px solid #431212;
}

.menu-mobile {
    display: none;
}
  
@media (max-width: 768px) {
  
.l-header__bottom .min-768--justify-end {
    display: inherit;
    position: absolute;
    right: 10px;
}
  
.fixed .min-768--9 {
    display: block;
    max-width: 55%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
}
  
.fixed .c-cart__small--text {
    top: -4px;
    padding: 0px 3px;
    height: 16px;
    line-height: 13px;
}
  
.fixed .c-action__count {
    top: -5px;
    right: -12px;
    padding: 0px 3px;
    height: 16px;
    line-height: 16px;
}
  
.min-768-panel-9 {
    display: none;
}
  
.menu-mobile {
    display: inherit;
    width: 25%;
    margin-right: 10px;
    text-transform: uppercase;
}
  
.menu-mobile .c-button {
    border-radius: 30px;
}
  
}

.tabs {
    width: 100%;
    display: inline-block;
}
  
.tabs svg {
    width: 20px;
    height: 20px;
    fill: #e65ea8;
    color: #e65ea8;
}
  
.tabs > div {
    padding: 10px;
    border: 5px #ffc107 solid;
    border-top: none;
}

.c-static .tabs ul {
    margin:0px;
    padding:0px;
}
.tabs ul:after {
    content: "";
    display: block;
    clear: both;
    height: 5px;
    background: #ffc107;
}
.tabs ul li {
    color: #8c8c8c;
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    float: left;
    padding: 10px 15px;
    background: #e9eaeb;
    text-transform: uppercase;
}
.tabs ul li.active, .tabs ul li.active:hover {
    background: #ffc107;
    color: #1f1f1f;
}
.tabs ul li:hover{
    background:#d6d6d7;
}
  
.c-product__row .property-form {
    width: 100%;
    display: inline-block;
}
  
.oneclick-mw {
    width: 50%;
    display: inline-block;
}

.oneclick-mw2 {
    width: 50%;
    display: inline-block;
}

.banner-info {
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    height: 30%;
    bottom: 0px;
}
  
.banner-info h1 {
    color: #fff;
    font-size: 25px;
    padding: 25px 15px 0px 15px;
    margin-bottom: 10px;
    text-align: left;
}
  
.banner-info p {
    color: #fff;
    font-size: 20px;
    padding: 0px 15px;
    text-align: left;
}

.dailyProduct {
    background: #fff;
    padding: 10px 0px 20px 0px;
    border: 2px #1f1f1f solid;
}

.dailyTitle {
    color: #1f1f1f;
    font-weight: 500;
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.dailyProduct img {
    max-width: 180px;
    margin: 15px 0px 15px 0px;
}

.dailyLink {
    font-size: 17px;
    font-weight: 500;
    padding: 0px 5px;
    cursor: pointer;
    color: #444444;
}

.dailyPrice {
    margin-top: 15px;
}

.dailyPrice .old {
    font-size: 17px;
    font-weight: 400;
    text-decoration: line-through;
    color: #d80f00;
    white-space: nowrap;
}

.dailyPrice .new {
    background: #ddd;
    font-size: 18px;
    font-weight: 500;
    padding: 2px 8px;
    margin-left: 5px;
    color: #1f1f1f;
    white-space: nowrap;
    border-radius: 5px;
}

.c-product__row .default-price {
    margin-top: 0px;
}

.c-favorite .c-ribbon {
    display: none;
}
  
@media (max-width: 768px) {
  
.oneclick-mw {
    width: 100%;
}

.oneclick-mw2 {
    width: 100%;
}
  
.c-product__row .property-form {
    width: 100%;
}
  
.banner-info h1 {
    font-size: 17px;
    margin-bottom: 5px;
    padding: 20px 15px 0px 15px;
}
  
.banner-info p {
    font-size: 13px;
    padding: 0px 15px;
}
  
.dailyProduct {
    display: none;
}
  
}

.banners {
    width: 100%;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
  
.banner {
    width: 49%;
    display: inline-block;
    position: relative;
}

.banner:nth-of-type(5n + 1) {
    margin-left: 0px;
    margin-right: 10px;
}
  
.banner:nth-of-type(5n + 2) {
    margin-left: 10px;
    margin-right: 0px;
}
  
.c-developer {
   width:100%;
}   
.c-developer a {
   font-weight: 600;
}
  
@media (max-width: 767px){
.c-developer {
   width:100%;
   text-align: center; 
}   
  
.banner {
    width: 100%;
    margin-bottom: 10px;
}
  
.banner:nth-of-type(5n + 1) {
    margin-left: 0px;
    margin-right: 0px;
}
  
.banner:nth-of-type(5n + 2) {
    margin-left: 0px;
    margin-right: 0px;
}
  
}

.c-modal__close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: fixed;
  border-radius: 100%;
  background: #f585c2;
  -webkit-transition: -webkit-transform .12s;
  transition: -webkit-transform .12s;
  transition: transform .12s;
  transition: transform .12s, -webkit-transform .12s;
}
@media (min-width: 768px) {
  .c-modal__close {
    position: absolute;
  }
}
.c-modal__close:after,
.c-modal__close:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  content: '';
  height: 50%;
  margin: auto;
  position: absolute;
}
.c-modal__close:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-modal__close:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 1025px) {
  .c-modal__close:hover {
    background: #ffc107 ;
  }
}

/* c-category
---------------------------------------------------------------*/
.c-category {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-category__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background: #ffffff;
  border-radius: 0;
}
@media (max-width: 767px) {
.c-category__item {
    margin-top: 10px;
    width: calc(48.5% - 0px);
}
  .c-category__item:nth-of-type(2n + 1) {
    margin-right: 10px;
  }
  .c-category__item:nth-of-type(-n + 2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 989px) {
  .c-category__item {
    margin-top: 16px;
    width: -webkit-calc(33.333333333333336% - 10.666666666666666px);
    width: calc(33.333333333333336% - 10.666666666666666px);
  }
  .c-category__item:nth-of-type(3n + 1) {
    margin-right: 16px;
  }
  .c-category__item:nth-of-type(3n + 2) {
    margin-right: 16px;
  }
  .c-category__item:nth-of-type(-n + 3) {
    margin-top: 0;
  }
}
@media (min-width: 990px) and (max-width: 1024px) {
.c-category__item {
    margin-top: 16px;
    width: -webkit-calc(32% - 11px);
    width: calc(32% - 11px);
}
  .c-category__item:nth-of-type(4n + 1) {
    margin-right: 16px;
    margin-top: 0px;
  }
  .c-category__item:nth-of-type(4n + 2) {
    margin-right: 16px;
    margin-top: 0px;
  }
  .c-category__item:nth-of-type(4n + 3) {
    margin-right: 16px;
    margin-top: 0px;
  }
  
  .c-category__item:nth-of-type(4n + 4) {
    margin-right: 16px;
    margin-top: 16px;
  } 
  
  .c-category__item:nth-of-type(4n + 5) {
    margin-right: 16px;
    margin-top: 16px;
  }
  
  .c-category__item:nth-of-type(4n + 6) {
    margin-right: 16px;
    margin-top: 16px;
  }    
  
  .c-category__item:nth-of-type(-n + 4) {
  }
}
@media (min-width: 1025px) {
.c-category__item {
    margin-top: 16px;
    width: -webkit-calc(20% - 12.8px);
    width: calc(48.8% - 0px);
    margin-bottom: 11px;
}
  .c-category__item:nth-of-type(5n + 1) {
    margin-right: 10px;
  }
  .c-category__item:nth-of-type(5n + 2) {
    margin-right: 0px;
  }
  .c-category__item:nth-of-type(5n + 3) {
    margin-right: 10px;
  }
  .c-category__item:nth-of-type(5n + 6) {
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 0px;
  }
  .c-category__item:nth-of-type(5n + 6) {
    margin-right: 0px;
  }
  
.c-category__item:nth-of-type(5n + 7) {
    margin-top: 0px;
}
  
.c-category__item:nth-of-type(5n + 8) {
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 0px;
}
  
  .c-category__item:nth-of-type(-n + 5) {
    margin-top: 0;
  }
  .c-category__item:hover {
    z-index: 9;
    -webkit-box-shadow: 0 0 16px 16px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 16px 16px rgba(0, 0, 0, 0.2);
  }
  .c-category__item:hover:before {
    display: block;
  }
  .c-category__item:hover .c-category__level--1 {
    -webkit-box-shadow: 0 0 0 16px #ffffff;
            box-shadow: 0 0 0 16px #ffffff;
  }
  .c-category__item:hover .c-category__dropdown {
    display: block;
    -webkit-box-shadow: 0 -16px 0 16px #ffffff, 0 0 16px 16px rgba(0, 0, 0, 0.2);
            box-shadow: 0 -16px 0 16px #ffffff, 0 0 16px 16px rgba(0, 0, 0, 0.2);
  }
}
.c-category__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-category__row img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
}

@media (max-width: 767px) {
  .c-category__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-category__row + .c-category__row {
  padding-top: 11px;
}
.c-category__level {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: inherit;
  position: relative;
}
.c-category__level--1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  padding: 0px;
}
.c-category__level--1 .c-category__name {
    font-weight: 600;
    color: #431212;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.c-category__level--1 .c-category__count {
  font-weight: 600;
}
.c-category__level--2,
.c-category__level--3 {
  font-size: 13px;
  padding: 6px 0;
  line-height: 1.2;
}
.c-category__level--2 {
  border-top: 1px dotted #dadada;
}
.c-category__level--3 {
  color: #777777;
  padding-left: 16px;
}
.c-category__level:hover .c-category__name {
  text-decoration: underline;
}
.c-category__dropdown {
  left: 0;
  right: 0;
  top: 100%;
  padding: 16px;
  position: absolute;
  background: #ffffff;
  display: none;
}
.c-category__dropdown--parent {
  margin-bottom: 10px;
}
.c-category__img {
    width: 100%;
    height: 88.7px;
    overflow: hidden;
    position: relative;
}
@media (max-width: 767px) {
  .c-category__img {
    height: 70px;
  }
}
.c-category__img img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.c-category__name {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .c-category__name {
    font-size: 13px;
  }
}
.c-category__count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #777777;
  margin-left: 6px;
}
@media (max-width: 767px) {
  .c-category__count {
    margin-left: 0;
    margin-top: 6px;
    font-size: 13px;
  }
}





/* l-header
------------------------------------------------------------------- */
.l-header{
    background: #fff;

    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
}

.l-header__block{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.l-header__top{
    background: #efefef;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
}
.l-header__top .l-header__block {
    height: 35px;
}
@media (min-width: 1025px){
.l-header__top .l-container {
    padding: 0px 0px 0px 16px;
}
}
.l-header__middle {
    padding: 15px 0;
}
@media (max-width: 767px){
    .l-header__middle{
        padding: 16px 0;
    }
}
.l-header__middle .l-header__block{
    margin-right: 30px;
}
.l-header__middle .l-header__block:last-child{
    margin-right: 0;
}
@media (max-width: 1024px){
    .l-header__middle .l-header__block{
        margin-right: 16px;
    }
}
.l-header__bottom {
    position: relative;
    background: #431212;
}
.l-header__bottom .l-header__block{
    height: 54px;
}
@media (max-width: 767px){
    .l-header__bottom .l-header__block{
        height: 54px;
    }
}
/* l-main
------------------------------------------------------------------- */
.l-main{
    padding-top: 10px;
    padding-bottom: 30px;

    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}
@media (max-width: 767px){
.l-main {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
}
}
.l-main .l-container {
    padding-top: 0px;
    padding-bottom: 30px;
}
.l-main__left{
    padding-right: inherit;
}
@media (max-width: 1024px){
    .l-main__left{
        position: absolute;
        left: -100%;
    }
}
@media (min-width: 1025px){
    .l-main.active:before{
        position: fixed;
        z-index: 99;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        -webkit-animation-name: fadeIn;
                animation-name: fadeIn;
        -webkit-animation-duration: .3s;
                animation-duration: .3s;
        background: rgba(0, 0, 0, .5);

        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
    }
}
.l-body__cart .l-main__left,.l-body__order .l-main__left,.l-body__index .l-main__left,.l-body__product .l-main__left,.l-body__personal .l-main__left{
    display: none;
}
.l-body__cart .l-main__right,.l-body__order .l-main__right,.l-body__index .l-main__right,.l-body__product .l-main__right,.l-body__personal .l-main__right{
    max-width: 100%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}
/* l-footer
---------------------------------------------------------------*/
.l-footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.l-footer__row:nth-of-type(1) {
    padding: 50px 0px 50px 10px;
    background: #431212;
}
@media (max-width: 989px) {
  .l-footer__row:nth-of-type(1) {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.l-footer__row:nth-of-type(2) {
    padding: 20px 0;
    background: #431212;
}

.l-footer .c-title {
    background: #2d0000;
    color: #ffa600;
    font-size: 21px;
    text-align: center;
    margin-bottom: 16px;
    padding: 8px;
    text-transform: uppercase;
}
  
.l-footer-contact {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
}

.l-footer-contact a {
    color: #1f1f1f;
}
  
.l-footer .c-callback__button {
    background: none;
    color: #1f1f1f;
    font-weight: 600;
    padding: 0px;
    margin: 0px auto;
    text-transform: uppercase;
}
  
.powared {
    float: right;
    color: #fff;
    font-size: 16px;
}

.powared a {
    color: #ffffff;
    font-weight: 600;
}
  
.c-copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -16px;
    height: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.c-nav__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffa600;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.c-nav__item:before {
    content: '';
    height: 5px;
    min-width: 5px;
    border: 2px solid;
    margin-right: 8px;
    border-radius: 100%;
}

.c-nav a.active, .c-nav a:not([href^="tel"]):hover {
    background: inherit;
    color: #ffa600;
    font-weight: 500;
}

.c-nav__item svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-bottom: -2px;
    color: #ffa600;
    fill: #ffa600;
}

.min-768--6-0-1 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.min-768--6-0-1:nth-of-type(5n + 1) {
  margin-right: 6.25%;
}

.min-768--6-0-1:nth-of-type(5n + 2) {
  margin-left: 6.25%;
  margin-right: 6.25%;
}

.min-768--6-0-1:nth-of-type(5n + 3) {
  margin-left: 6.25%;
}

@media (max-width: 767px) {
  
.powared {
    float: none;
    font-size: 14px;
    text-align: center;
}

.l-footer-contact {
    font-size: 20px;
    margin-top: 7px;
}
  
.c-nav__item {
    font-size: 13px;
}
  
.l-footer .c-callback__button {
    font-size: 13px;  
}
  
.min-768--6-0-1 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
  
.l-header__bottom--fixed .c-menu .text {
    color: inherit;
}
  
.min-768--6-0-1:nth-of-type(5n + 1) {
  margin-right: 0%;
}

.min-768--6-0-1:nth-of-type(5n + 2) {
  margin-left: 0%;
  margin-right: 0%;
}

.min-768--6-0-1:nth-of-type(5n + 3) {
    margin-left: 0%;
}
  
}
  
@media (max-width: 989px) {
  .l-footer__column {
    padding-top: 30px;
  }
}
/* c-title
------------------------------------------------------------------- */
.c-title {
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0px;
    padding-bottom: 4px;
    text-align: left;
    text-transform: none;
}
@media (max-width: 767px){
    .c-title{
        text-align: center;
    }
}
@media (min-width: 768px){
    .c-title{
        font-size: 30px;
    }
}
@media (min-width: 1025px){
.c-title {
    font-size: 25px;
    padding: 0px;
    margin: 0px;
}
}
.c-title__search{
    padding: 0 10px;
    background: #fdf2cc;
}
.c-title--no-border{
    padding-bottom: 0;
    border-bottom: 0;
}
/* c-form
------------------------------------------------------------------- */
.c-form{
    width: 100%;
}
.c-form__row{
    margin-top: 10px;
}
.c-form__row:first-of-type{
    margin-top: 0;
}
.c-form__row--line{
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #dadada;
}
.c-form label{
    line-height: 1.2;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.c-form label [type='radio'],.c-form label [type='checkbox']{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.c-form label:before{
    display: block;
    min-width: 15px;
    max-width: 15px;
    min-height: 15px;
    max-height: 15px;
    content: '';
    border: 1px solid #dadada;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
            box-shadow: inset 0 0 0 2px #fff;        
}
.c-form label:hover{
    text-decoration: underline;
}
.c-form label:not(.active):hover:before{
    border-color: #c1c1c1;
}
.c-form label.active:before {
    background: #ffa600;
}
.c-form select,.c-form textarea,.c-form [type='url'],.c-form [type='text'],.c-form [type='email'],.c-form [type='search'],.c-form [type='password'], #treelike-comments form div.textarea-wrapper.clearfix textarea{
    width: 100%;
    height: 40px;
    padding: 5px 16px;
    color: #666;
    border: 1px solid #dadada;
    background: #fff;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
@media (max-width: 767px){
    .c-form select,.c-form textarea,.c-form [type='url'],.c-form [type='text'],.c-form [type='email'],.c-form [type='search'],.c-form [type='password'], #treelike-comments form div.textarea-wrapper.clearfix textarea{height: 32px;padding: 0px 10px;}
}
.c-form select:focus,.c-form textarea:focus,.c-form [type='url']:focus,.c-form [type='text']:focus,.c-form [type='email']:focus,.c-form [type='search']:focus,.c-form [type='password']:focus, #treelike-comments form div.textarea-wrapper.clearfix textarea:focus,#treelike-comments > form > div:nth-child(8) > input[type="text"]:focus{

    border-color: #f39c12;
    -webkit-box-shadow: inset 0 0 0 1px #f39c12;
            box-shadow: inset 0 0 0 1px #f39c12;
}
.c-form textarea{
    line-height: 1.4;
    min-height: 120px;
    padding: 10px;
}
.c-form ::-moz-placeholder{
    color: #999;
}
.c-form :-ms-input-placeholder{
    color: #999;
}
.c-form ::-webkit-input-placeholder{
    color: #999;
}
.c-form--width{
    max-width: 300px;
}
@media (max-width: 767px){
    .c-form--width{
        max-width: none;
    }
}
/* c-button
------------------------------------------------------------------- */
.c-button {
    font-size: 16px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
    padding: 0 36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .3s, background .3s, box-shadow .3s;
    -webkit-transition: color .3s, background .3s, -webkit-box-shadow .3s;
    -o-transition: color .3s, background .3s, box-shadow .3s;
    transition: color .3s, background .3s, -webkit-box-shadow .3s;
    transition: color .3s, background .3s, box-shadow .3s;
    transition: color .3s, background .3s, box-shadow .3s, -webkit-box-shadow .3s;
    text-align: center;
    white-space: nowrap;
    color: #431212;
    background: #ffa600;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-goods__buyclick {
    vertical-align: top;
    font-size: 18px;
    margin-top: 16px;
    margin-left: 10px;
    width: 34%;
    text-transform: uppercase;
}

@media (max-width: 767px){
.c-button {
    font-size: 14px;
    width: 100%;
    height: 38px;
    padding: 0 16px;
}
  
.c-goods__buyclick {
    width: 28%;
    height: 30px;
    margin-top: 27px;
}
  
}
@media (min-width: 1025px){
    .c-button:active{
        -webkit-transform: translateY(3px);
            -ms-transform: translateY(3px);
                transform: translateY(3px);
    }
    .c-button:hover{
        -webkit-box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
                box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
    }
}
@media (max-width: 767px){
    .c-button + .c-button{
        margin-top: 10px;
    }
}
.c-button--link{
    padding: 0 26px;
    text-decoration: underline;
    color: #000;
    border: 0;
    background: transparent;
}
@media (max-width: 767px){
    .c-button--link{
        height: auto;
        padding: 0 16px;
    }
}
.c-button--link:hover{
    text-decoration: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.c-button--border{
    -webkit-transition: border-color .3s;
         -o-transition: border-color .3s;
            transition: border-color .3s;
    color: #000;
    border: 2px solid #dadada;
    background: #fff;
}
.c-button--border:hover{
    border-color: #5b3f97;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.c-buy__buttons .whatsapp-button {
    background: #fff;
    color: #00a507;
    font-size: 16px;
    width: 20%;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px #00a507 solid;
}

.addToCart, .filter-btn, .default-btn, .product-info, .refreshFiltere, .c-buy__buttons > a, .mg-form-designer .default-btn, #treelike-comments form button.sendComment, .mg-send-booking-click-button.mg-booking-btn, a.mg-buy-click-button.mg-plugin-btn, .wrapper-modal-mg-buy-click .mg-action-buttons .mg-send-order-click-button, .mg-recently-viewed .addToCart.default-btn, .mg-recently-viewed .product-info.default-btn {
    font-size: 17px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
    padding: 0 36px;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .3s, background .3s, box-shadow .3s;
    -webkit-transition: color .3s, background .3s, -webkit-box-shadow .3s;
    -o-transition: color .3s, background .3s, box-shadow .3s;
    transition: color .3s, background .3s, -webkit-box-shadow .3s;
    transition: color .3s, background .3s, box-shadow .3s;
    transition: color .3s, background .3s, box-shadow .3s, -webkit-box-shadow .3s;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    border-radius: 30px;
    background: #431212;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px){
    .addToCart,.filter-btn,.default-btn,.product-info,.refreshFiltere,.c-buy__buttons > a,.mg-form-designer .default-btn,#treelike-comments form button.sendComment,.mg-send-booking-click-button.mg-booking-btn,a.mg-buy-click-button.mg-plugin-btn{        
        font-size: 16px;
        width: 100%;
        height: 31px;
        padding: 0 16px;
        
    }
}
@media (min-width: 1025px){
    .addToCart:active,.filter-btn:active,.default-btn:active,.product-info:active,.refreshFiltere:active,.c-buy__buttons > a:active,.mg-form-designer .default-btn:active{
        -webkit-transform: translateY(3px);
            -ms-transform: translateY(3px);
                transform: translateY(3px);
    }
.addToCart:hover, .filter-btn:hover, .default-btn:hover, .product-info:hover, .refreshFiltere:hover, .c-buy__buttons > a:hover, .mg-form-designer .default-btn:hover, #treelike-comments form button.sendComment:hover, .mg-send-booking-click-button.mg-booking-btn:hover, a.mg-buy-click-button.mg-plugin-btn:hover {
    color: #ffa600;
}
}
.c-form__row .c-button{
    margin-top: 10px;
}
.c-catalog .c-button {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    padding: 0 8px;
    color: #431212;
    background: #ffa600;
    border-radius: 0px;
    height: 54px;
}
@media (max-width: 767px){
.c-catalog .c-button {
    font-size: 15px;
    margin-top: 0px;
    height: 40px;
    padding: 0 10px;
    border-radius: 20px;
}
}
.c-catalog .c-button .icon{
    font-size: 12px;
    margin-right: 0;
    margin-left: 10px;
    -webkit-transition: -webkit-transform .3s;
    -o-transition:         transform .3s;
    transition: -webkit-transform .3s;
    transition:         transform .3s;
    transition:         transform .3s, -webkit-transform .3s;
}
@media (max-width: 767px){
    .c-catalog .c-button .icon{
        font-size: 12px;
        margin-top: 2px;
        margin-left: 6px;
    }
}
@media (min-width: 1025px){
    .c-catalog .c-button.active{
        -webkit-box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
                box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
    }
    .c-catalog .c-button.active .icon{
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }
}
@media (min-width: 1025px){
    .c-catalog .c-button:hover{
        -webkit-box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
                box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
    }
}
.c-catalog .c-button:active{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.c-menu .c-button{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    height: 28px;
}
@media (max-width: 767px){
.c-menu .c-button {
    font-size: 11px;
    padding: 0 16px;
    height: 51px;
    border-radius: 0px;
    text-transform: uppercase;
}
}
@media (min-width: 1025px){
    .c-menu .c-button{
        display: none;
    }
}
a.addToCompare, #for-button-all-load > #load-all-comments {
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    color: #f585c2;
    border: 2px solid #f585c2;
    background: #fff;
}
@media (max-width: 767px){
    a.addToCompare{
        display: none;
    }
}
a.addToCompare:hover, #for-button-all-load > #load-all-comments:hover {
    border-color: #ffc107;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.payment-form-block [type='submit']{
    font-size: 16px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    height: 40px;
    margin-bottom: 16px;
    padding: 0 36px;
    padding: 0 36px !important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: color .3s, background .3s, box-shadow .3s;
    -webkit-transition: color .3s, background .3s, -webkit-box-shadow .3s;
         -o-transition: color .3s, background .3s, box-shadow .3s;
            transition: color .3s, background .3s, -webkit-box-shadow .3s;
            transition: color .3s, background .3s, box-shadow .3s;
            transition: color .3s, background .3s, box-shadow .3s, -webkit-box-shadow .3s;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    border-radius: 30px;
    background: -webkit-linear-gradient(315deg, #4854a2, #772088);
    background:      -o-linear-gradient(315deg, #4854a2, #772088);
    background:         linear-gradient(135deg, #4854a2, #772088);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767px){
    .payment-form-block [type='submit']{
        font-size: 16px;
        width: 100%;
        height: 30px;
        padding: 0 16px;
    }
}
@media (min-width: 1025px){
    .payment-form-block [type='submit']:active{
        -webkit-transform: translateY(3px);
            -ms-transform: translateY(3px);
                transform: translateY(3px);
    }
    .payment-form-block [type='submit']:hover{
        -webkit-box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
                box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
    }
}
/* c-table
------------------------------------------------------------------- */
.c-table caption, .c-table th, .c-table td {
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #dadada;
}
.c-table th{
    text-transform: uppercase;
}
@media (max-width: 767px){
    .c-table tr{
        display: block;
        margin-top: 16px;
        border: 1px solid #dadada;
        border-bottom: 2px solid #dadada;
    }
    .c-table tr:first-of-type{
        margin-top: 0;
    }
    .c-table th{
        display: none;
    }
    .c-table td{
        line-height: 1.4;
        display: block;
        width: 100%;
        margin-bottom: -1px;
        text-align: center;
    }
}
.c-table--overflow{
    overflow: auto;
}
.c-table--hover td{
    -webkit-transition: background-color .1s linear;
         -o-transition: background-color .1s linear;
            transition: background-color .1s linear;
}
.c-table--hover tr:hover td{
    background-color: #fdfde2;
}
.c-table--striped tr:nth-of-type(even){
    background: #f3f3f3;
}
.c-table__img,.c-table__count,.c-table__price,.c-table__remove{
    text-align: center;
}
.c-table__remove a:hover{
    color: #cd4449;
}
.c-table__link {
    font-weight: 400;
}
.c-table__link:hover{
    text-decoration: underline;
}
.c-table__quantity{
    font-size: 12px;
    font-weight: 600;
    color: #666;
}
.c-table__price{
    font-weight: 600;
}
.c-table__footer{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;
    margin-top: 16px;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
@media (max-width: 767px){
    .c-table__footer{
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
}
.c-table__total{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: right;
}
.c-table--scroll{
    overflow: auto;
    max-height: 300px;
}
.c-modal .c-table{
    margin-top: 16px;
}
/* c-modal
------------------------------------------------------------------- */
.c-modal{
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    background: rgba(0, 0, 0, .7);
}
.c-modal--open{
    display: block;
}
.c-modal__wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    min-height: 100%;
    margin: auto;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (min-width: 768px){
    .c-modal__wrap{
        height: auto;
        padding: 50px 0;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    .c-modal__wrap{
        min-height: initial;
    }
}
.c-modal__content{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: #fff;
}
@media (min-width: 768px){
    .c-modal__content{
        width: 300px;
        height: auto;
    }
}
.c-modal__close{
    font-size: 16px;
    position: fixed;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease;
         -o-transition:         transform .3s ease;
            transition: -webkit-transform .3s ease;
            transition:         transform .3s ease;
            transition:         transform .3s ease, -webkit-transform .3s ease;
    background: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (min-width: 768px){
    .c-modal__close{
        position: absolute;
    }
}
.c-modal__close:hover{
    font-size: 16px;
}
@media (min-width: 768px){
    .c-modal--400 .c-modal__content{
        width: 400px;
    }
    .c-modal--500 .c-modal__content{
        width: 500px;
    }
    .c-modal--600 .c-modal__content{
        width: 600px;
    }
    .c-modal--700 .c-modal__content{
        width: 700px;
    }
    .c-modal--full .c-modal__wrap{
        padding: 0;
    }
    .c-modal--full .c-modal__content{
        width: 100%;
        min-height: 100vh;
    }
}
.c-modal--scroll{
    overflow: hidden;
    padding-right: 10px;
}
@supports (-ms-ime-align:auto){
    .c-modal--scroll{
        padding-right: 12px;
    }
}
/* c-group
---------------------------------------------------------------*/
.c-group {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-right: 16px;
}
@media (max-width: 1024px) {
  .c-group {
    margin-left: 100px;
  }
}
@media (max-width: 767px) {
  .c-group {
    display: none;
  }
}
.c-group__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: inherit;
    text-transform: uppercase;
}
.c-group__link + .c-group__link {
  margin-left: 16px;
}
.c-group__link:hover,
.c-group__link.active {
  text-decoration: underline;
}
/* c-menu
------------------------------------------------------------------- */
.c-menu{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (min-width: 1025px){
    .c-menu{
        height: 100%;
    }
    .c-menu__dropdown--1{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        height: 100%;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .c-menu__dropdown--2,.c-menu__dropdown--3{
        position: absolute;
        z-index: 9;
        width: 220px;
        background: #fff;
        -webkit-box-shadow: inset 0 1px 0 1px #dadada, inset 0 1px 2px rgba(0, 0, 0, .16);
                box-shadow: inset 0 1px 0 1px #dadada, inset 0 1px 2px rgba(0, 0, 0, .16);
    }
    .c-menu__dropdown--2{
        top: 100%;
        left: 0;
        visibility: hidden;
        -webkit-transition: all .3s;
             -o-transition: all .3s;
                transition: all .3s;
        -webkit-transform: scaleY(0);
            -ms-transform: scaleY(0);
                transform: scaleY(0);
        -webkit-transform-origin: top left;
            -ms-transform-origin: top left;
                transform-origin: top left;
        opacity: 0;
    }
    .c-menu__dropdown--3{
        top: 0;
        left: 100%;
        visibility: hidden;
        margin-left: -1px;
        -webkit-transition: all .3s;
             -o-transition: all .3s;
                transition: all .3s;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: top left;
            -ms-transform-origin: top left;
                transform-origin: top left;
        opacity: 0;
    }
    .c-menu__level{
        position: relative;
        height: 100%;
    }
    .c-menu__level--1:hover .c-menu__link--1{
        text-decoration: none;
        -webkit-box-shadow: inset 0 4px 10px rgba(0, 0, 0, .16);
                box-shadow: inset 0 4px 10px rgba(0, 0, 0, .16);
    }
    .c-menu__level--1:hover .c-menu__dropdown--2{
        visibility: visible;
        -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
                transform: scaleY(1);
        opacity: 1;
    }
    .c-menu__level--2:hover .c-menu__link--2{
        -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
                box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
    }
    .c-menu__level--2:hover .c-menu__dropdown--3{
        visibility: visible;
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
        opacity: 1;
    }
    .c-menu__level--2,.c-menu__level--3{
        border-bottom: 1px solid #dadada;
    }
.c-menu__link {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0 12px;
    -webkit-transition: box-shadow .3s;
    -webkit-transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
}
  
    .c-menu__link--1.active{
        text-decoration: underline;
    }
    .c-menu__link--2,.c-menu__link--3{
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        height: 36px;
        padding: 0 12px;
        -webkit-transition: all .3s;
             -o-transition: all .3s;
                transition: all .3s;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .c-menu__link--2.active,.c-menu__link--3.active{
        -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
                box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
    }
    .c-menu__link--3:hover{
        -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
                box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
    }
.c-menu__link.active {
    color: #ffc107;
    font-weight: 500;
}
    .c-menu__icon{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .c-menu__icon .icon{
        font-size: 10px;
        margin-left: 6px;
    }
}
/* c-catalog
------------------------------------------------------------------- */
.c-catalog{
    z-index: 100;
    width: 100%;
}
@media (min-width: 1025px){
    .c-catalog{
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        height: 100%;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
.c-catalog__dropdown {
    position: absolute;
    width: 100%;
    width: 273px;
    background: #fff;
    -webkit-box-shadow: 0 1px 0 1px #dadada;
    box-shadow: 0 1px 0 1px #dadada;
}
    .c-catalog__dropdown--1{
        z-index: 90;
        top: 100%;
        left: 0;
        display: none;
    }
    .c-catalog__dropdown--2,.c-catalog__dropdown--3,.c-catalog__dropdown--day{
        top: 0;
        left: 100%;
        display: none;
        min-height: 100%;
    }
    .c-catalog__dropdown--2:before,.c-catalog__dropdown--3:before,.c-catalog__dropdown--day:before{
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: -100%;
        width: 100%;
        content: '';
        background: #fff;
        -webkit-box-shadow: 0 1px 0 1px #dadada;
                box-shadow: 0 1px 0 1px #dadada;
    }
    .c-catalog__dropdown.active{
        display: block;
    }
    .c-catalog__level{
        
    }
    .c-catalog__level--1.c-catalog__level--arrow .c-catalog__day--2{
        display: block;
    }
    .c-catalog__level--1.c-catalog__level--no-arrow:hover ~ .c-catalog__day--1{
        display: block;
    }
    .c-catalog__level--2.c-catalog__level--arrow .c-catalog__day--3{
        display: block;
    }
    .c-catalog__level--2.c-catalog__level--no-arrow ~ .c-catalog__day--2{
        display: block;
    }
    .c-catalog__level:hover > .c-catalog__link{
        -webkit-box-shadow: inset 0 2px 12px rgba(0, 0, 0, .16);
                box-shadow: inset 0 2px 12px rgba(0, 0, 0, .16);
    }
    .c-catalog__link{
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        height: 40px;
        padding: 0 10px;
        padding-right: 26px;
        -webkit-transition: all .3s;
             -o-transition: all .3s;
                transition: all .3s;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
.c-catalog__link.active {
    color: #f585c2;
    font-weight: 600;
    -webkit-box-shadow: inset 0 2px 12px rgba(0, 0, 0, .16);
    box-shadow: inset 0 2px 12px rgba(0, 0, 0, .16);
}
    .c-catalog__text{
        line-height: 1.2;

        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .c-catalog__img{
        position: relative;
        min-width: 20px;
        max-width: 20px;
        height: 100%;
        margin-right: 10px;
    }
    .c-catalog__img img{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    .c-catalog__count{
        font-size: 12px;
        font-weight: 600;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        height: 100%;
        margin-left: 6px;
        color: #999;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
.c-catalog__icon {
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 26px;
    height: 100%;
    color: #431212;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
    .c-catalog__day{
        z-index: -1;
    }
    .c-catalog__day--content{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        margin: auto;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
}
@media (min-width: 1025px) and (max-width: 1024px){
    .c-catalog__day{
        display: none !important;
    }
}
/* c-logo
------------------------------------------------------------------- */
.c-logo{
    display: block;
    width: 100%;
    height: 100%;
}
@media (max-width: 767px){
.c-logo {
    max-width: 265px;
    margin: 0 auto;
    text-align: center;
}
}
/* c-login
------------------------------------------------------------------- */
.c-login{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;
    text-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.c-login__icon {
    font-size: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #ffa600;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1024px){
    .c-login__icon{
        font-size: 20px;
    }
}
@media (max-width: 767px){
    .c-login__icon{
        font-size: 26px;
    }
}
.c-login__text{
    font-size: 12px;
    margin-top: 4px;
    color: #666;
}
@media (max-width: 767px){
    .c-login__text{
        font-size: 11px;
    }
}
.c-login:hover .c-login__text{
    text-decoration: underline;
}
.c-login__registration{
    margin-left: 20px;
    text-decoration: underline;
}
.c-login__registration:hover{
    text-decoration: none;
}
/* c-contact
------------------------------------------------------------------- */
.c-contact {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1024px){
    .c-contact{
        font-size: 16px;
    }
}
@media (max-width: 767px){
    .c-contact{
        font-size: 16px;
    }
}

.c-contact svg {
    width: 16px;
    height: 16px;
    color: #1f1f1f;
    fill: #1f1f1f;
}

.c-contact__column {
    position: relative;
    padding-right: 30px;
    padding-left: 25px;
}

@media (max-width: 1024px){
    .c-contact__column{
        padding-right: 16px;
        padding-left: 40px;
    }
}
@media (max-width: 989px){
    .c-contact__column{
        padding-left: 20px;
    }
}
@media (max-width: 767px){
    .c-contact__column:first-of-type{
        display: inherit;
    }
}
.c-contact__column .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: none;
    color: #431212;
}
@media (max-width: 1024px){
    .c-contact__column .icon{
        font-size: 28px;
    }
}
@media (max-width: 989px){
    .c-contact__column .icon{
        display: inherit;
    }
}
@media (min-width: 375px) and (max-width: 767px){
    .c-contact__column .icon--phone{
        display: block;
    }
}
.c-contact__row{
    line-height: 1;
    margin-top: 6px;
}
@media (max-width: 767px){
    .c-contact__row{
        margin-top: 8px;
    }
}
.c-contact__row:first-of-type{
    margin-top: 0;
}
.c-contact__span{
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
@media (max-width: 767px){
    .c-contact__span{
        font-size: 16px;
    }
}
/* c-cart
------------------------------------------------------------------- */
.c-cart{
    position: relative;
}
.c-cart__small{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;
    text-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.c-cart__small--icon {
    font-size: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #ffa600;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1024px){
.c-cart__small--icon {
    font-size: 20px;
}
}
@media (max-width: 767px){
.c-cart__small--icon {
    font-size: 26px;
}
}
.c-cart__small--text {
    background: #ffa600;
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    height: 18px;
    line-height: 14px;
    padding: 0px 3px 0px 3px;
    top: -4px;
    right: -9px;
    border: 2px #ffffff solid;
    border-radius: 10px;
}
@media (max-width: 767px){
.c-cart__small--text {
    color: #431212;
    font-size: 10px;
    padding: 0px 3px 0px 3px;
    height: 16px;
    line-height: 12px;
    top: -4px;
    right: -10px;
    border: 2px #431212 solid;
}
}
.c-cart__small--price{
    display: none;
}
.c-cart__small:hover .c-cart__small--text{
    text-decoration: underline;
}
.c-cart__dropdown{
    position: absolute;
    z-index: 90;
    top: 100%;
    right: 0;
    visibility: hidden;
    width: 700px;
    padding: 20px;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    opacity: 0;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
            box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}
@media (max-width: 1024px){
    .c-cart__dropdown{
        display: none;
    }
}
.c-cart:hover .c-cart__dropdown{
    visibility: visible;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
}
/* c-search
------------------------------------------------------------------- */
.c-search{
    width: 100%;
}
@media (min-width: 768px){
    .c-search{
        position: relative;
    }
}
.c-search__form{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.c-search [type='search'] {
    font-size: 14px;
    -webkit-transition: box-shadow .3s;
    -webkit-transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    border: 1px #dedede solid;
    border-radius: 30px;
    background: #fff;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 10px;
    height: 48px;
    text-transform: uppercase;
}
@media (max-width: 767px){
.c-search [type='search'] {
    font-size: 14px;
    color: #1f1f1f;
    height: 39px;
    margin-right: 0px;
}
}
.c-search [type='search']:focus{
    -webkit-box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
            box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
}
.c-search__button {
    font-size: 18px;
    font-weight: 500;
    margin-left: -50px;
    padding: 0px;
    color: #ffffff;
    text-transform: uppercase;
    height: 48px;
}
@media (max-width: 767px){
.c-search__button {
    background: no-repeat;
    color: #1f1f1f;
    font-size: 0;
    position: absolute;
    top: 0px;
    right: 10px;
    width: 40px;
    height: 39px;
    margin: 0;
    padding: 0;
    border-radius: 22px;
}
}
.c-search__button .icon{
    font-size: 18px;
}
@media (min-width: 768px){
.c-search__button .icon {
    display: inherit;
    color: #ffa600;
    font-size: 25px;
}
}
.c-search__dropdown {
    position: absolute;
    z-index: 999;
    right: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    max-height: 300px;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
}
@media (min-width: 768px){
    .c-search__dropdown{
        margin-top: 10px;
        border-radius: 10px;
    }
}
.c-search__dropdown ul{
    overflow: auto;
    max-height: 300px;
}
.c-search__dropdown li{
    border-top: 1px solid #dadada;
}
.c-search__dropdown li:first-child{
    border-top: 0;
}
.c-search__dropdown a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    height: 60px;
    padding: 10px;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.c-search__dropdown a:hover{
    -webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, .1);
            box-shadow: inset 0 5px 10px rgba(0, 0, 0, .1);
}
.c-search__dropdown .fast-result-img{
    position: relative;
    min-width: 60px;
    max-width: 60px;
    height: 100%;
    margin-right: 16px;
}
.c-search__dropdown .fast-result-img img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.c-search__dropdown .fast-result-info span{
    font-size: 12px;
    font-weight: 600;
    display: block;
    width: 100%;
    color: #cd4449;
}
.c-search__dropdown .fast-result-info span.variant-text{
    font-weight: 400;
    color: #666;
}
/* c-amount
------------------------------------------------------------------- */
.c-amount{
    display: none;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767px){
    .c-amount{
        margin: 10px 0;
    }
}
.c-amount__up, .c-amount__down {
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 41px;
    color: #1f1f1f;
    background: #efefef;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px){
    .c-amount__up,.c-amount__down{
        height: 30px;
    }
}
.c-amount__up:hover,.c-amount__down:hover{
    background: #cdcdcd;
}
.c-amount__up{
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
            order: 3;
}
a.c-amount__down.down {
    order: 1;
}
.c-amount [type='text'] {
    background: inherit;
    width: 40px;
    padding: 2px;
    font-size: 16px;
    text-align: center;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.c-table .c-amount,.c-product .c-amount{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.c-buy .c-amount {
    background: #efefef;
    margin-right: 10px;
}

.l-body__product .c-amount svg {
    width: 10px;
    height: 10px;
}

@media (max-width: 767px){
  
.c-amount [type="text"] {
    background: rgb(239, 239, 239);
    width: 30px;
    height: 30px;
    font-size: 18px;
    text-align: center;
    order: 2;
    border: none;
}
  
}

/* c-hamburger
------------------------------------------------------------------- */
.c-hamburger{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;
    width: 22px;
    height: 13px;
    margin-top: -1px;
    margin-right: 6px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px){
    .c-hamburger{
        height: 11px;
    }
}
.c-hamburger__row {
    width: 100%;
    height: 1px;
    background: #431212;
}
/* c-nav
------------------------------------------------------------------- */
@media (min-width: 1025px){
    .c-nav{
        height: 100%;
    }
    .c-nav__menu{
        height: 100%;
    }
}
@media (max-width: 1024px){
    .c-nav{
        position: fixed;
        z-index: 999;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        visibility: hidden;
        -webkit-transition: all .15s ease-in-out;
             -o-transition: all .15s ease-in-out;
                transition: all .15s ease-in-out;
        opacity: 0;
        background: rgba(0, 0, 0, .5);
    }
.c-nav__menu {
    position: absolute;
    top: 0;
    left: -100%;
    overflow: auto;
    width: 300px;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #fff;
}
    .c-nav--open{
        visibility: visible;
        opacity: 1;
    }
    .c-nav--open .c-nav__menu{
        left: 0;
    }
    .c-nav__dropdown--1{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .c-nav__dropdown--2{
        display: none;
        background: #f0f0f0;
        -webkit-box-shadow: inset 0 -2px 6px rgba(0, 0, 0, .1);
                box-shadow: inset 0 -2px 6px rgba(0, 0, 0, .1);
    }
    .c-nav__dropdown--2 .c-nav__icon{
        display: none;
    }
    .c-catalog__level--arrow > .c-nav__link,
    .c-menu__link--arrow{
        pointer-events: none;
    }

    .c-nav__link{
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        height: 50px;
        padding: 0 10px;
        padding-right: 26px;
        -webkit-transition: all .3s;
             -o-transition: all .3s;
                transition: all .3s;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
.c-nav__link--1 {
    color: #431212;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: -1px;
    border-bottom: 1px solid #dadada;
}
.c-nav__link--2 {
    font-size: 14px;
    color: #909090;
    height: 36px;
    padding-left: 10px;
    border-bottom: 1px #ddd solid;
}
.c-nav__link--3 {
    font-size: 12px;
    height: 20px;
    padding-left: 20px;
}
    .c-nav__link.active{
        text-decoration: underline;
    }
    .c-nav__text{
        line-height: 1.2;

        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .c-nav__img{
        position: relative;
        min-width: 20px;
        max-width: 20px;
        height: 100%;
        margin-right: 6px;
    }
    .c-nav__img img{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    .c-nav__count{
        display: none;
    }
.c-nav__icon {
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 26px;
    min-height: 39px;
    color: #431212;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
    .c-nav__icon .icon{
        -webkit-transition: -webkit-transform .3s;
             -o-transition:         transform .3s;
                transition: -webkit-transform .3s;
                transition:         transform .3s;
                transition:         transform .3s, -webkit-transform .3s;
    }
    .c-nav__icon.rotate .icon{
        -webkit-transform: rotate(90deg) translateZ(0);
                transform: rotate(90deg) translateZ(0);
    }
}
@media (max-width: 1024px){
    .c-menu__link--1 .icon{
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
    }
    .c-menu__link--1 .c-menu__icon.rotate .icon{
        -webkit-transform: rotate(0deg) translateZ(0);
                transform: rotate(0deg) translateZ(0);
    }
    .c-catalog__day{
        display: none;
    }
}
/* c-copyright
------------------------------------------------------------------- */
.c-copyright{
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    height: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.c-copyright__moguta{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.c-copyright__moguta .powered{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.c-copyright__moguta .powered a{
    display: inline-block;
    margin-left: 10px;
}
@media (max-width: 767px){
    .c-copyright{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
}
/* c-goods
------------------------------------------------------------------- */
.c-goods{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.c-goods__item, .product-wrapper {
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    -webkit-transition: box-shadow .3s, border-color .3s;
    -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s, border-color .3s;
    transition: border-color .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border-color .3s;
    transition: box-shadow .3s, border-color .3s, -webkit-box-shadow .3s;
    border: 1px solid #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    =: 0px 0px 10px;
}
.c-goods__item:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
            box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}
.c-goods__left {
    padding: 10px;
}
.c-goods__right{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;
    padding: 10px;
    padding-bottom: 16px;

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.c-goods__right > * {
    margin-top: 10px;
}
@media (max-width: 767px){
    .c-goods__right > *{
        margin-top: 10px;
    }
    .c-goods__right > *:first-child{
        margin-top: 0;
    }
    .c-table caption,
    .c-table th,
    .c-table td{
        border: none;
    }
}
.c-goods__img{
    position: relative;
    display: block;
    height: 225px;
}

.c-goods__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.c-goods__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}
@media (max-width: 767px){
.c-goods__title {
    font-size: 15px;
}
  
.c-goods__img {
    height: 169px;
}
  
}
.c-goods__title:hover{
    text-decoration: underline;
}
.c-goods__price {
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
@media (max-width: 767px){
    .c-goods__price{
                flex-direction: column;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
}
.c-goods__price--old {
    display: inline-block;
    font-size: 17px;
    margin-right: 10px;
    color: #1f1f1f;
}
@media (max-width: 767px){
    .c-goods__price--old{
        font-size: 12px;
        margin-right: 0;
        margin-bottom: 4px;
    }
}
.c-goods__price--current {
    display: inline-block;
    font-size: 18px;
    color: #333333;
}
@media (max-width: 1024px){
    .c-goods__price--current{
        font-size: 18px;
    }
}
@media (max-width: 767px){
    .c-goods__price--current{
        font-size: 16px;
    }
}
.c-goods__footer{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.c-goods__description{
    font-size: 16px;
    display: none;
    text-align: center;
}
@media (min-width: 768px){
    .c-goods--list .c-goods__trigger{
        max-width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .c-goods--list .c-goods__item{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }
    .c-goods--list .c-goods__img {
    width: 300px;
}
    .c-goods--list .c-goods__right{
        width: 100%;
        padding: 16px;
        padding-left: 26px;
    }
    .c-goods--list .c-goods__price{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .c-goods--list .c-goods__title{
        margin-top: 0;
        text-align: left;

        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
                order: -1;
    }
    .c-goods--list .c-goods__description{
        display: block;
        text-align: left;
    }
    .c-goods--list .c-goods__buttons a{
        max-width: 48%;
    }
}
.c-carousel .c-goods__item:hover,
.product-wrapper:hover{
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .2);
            box-shadow: inset 0 0 20px rgba(0, 0, 0, .2);
}
@media (min-width: 1025px){
    .l-body__index .c-goods .min-1025--4{
        max-width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
    }
    .l-body__index .c-goods--list .c-goods__trigger{
        max-width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
}
/* c-ribbon
------------------------------------------------------------------- */
.c-ribbon{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.c-ribbon__new, .c-ribbon__hit, .c-ribbon__sale {
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    top: -2px;
    width: 70px;
    padding: 2px 4px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px){
.c-ribbon__new, .c-ribbon__hit, .c-ribbon__sale {
    font-size: 10px;
    width: 60px;
}
}
.c-ribbon__new {
    color: #fff;
    right: 0px;
    background: #4eba06;
    border-radius: 5px;
    z-index: 7;
}
.c-ribbon__hit{
    right: 0px;
    background: #f39c12;
    border-radius: 5px;
    z-index: 8;
}
.c-ribbon__sale {
    background: #ff5555;
    right: 0px;
    border-radius: 5px;
    z-index:9;
}

/*-----*/
/* c-variant
------------------------------------------------------------------- */
.c-variant__scroll{
    overflow: auto;
    max-height: 82px;
}
.c-goods__item.product-wrapper .c-variant__scroll{
    max-height: 95px;
    text-align: center;
}
.c-goods__item.product-wrapper .c-variant__scroll span{
    text-align: left;
}

@media (max-width: 1024px){
    .c-variant__scroll::-webkit-scrollbar{
        -webkit-appearance: none;
    }
    .c-variant__scroll::-webkit-scrollbar:vertical{
        width: 4px;
    }
    .c-variant__scroll::-webkit-scrollbar:horizontal{
        height: 4px;
    }
    .c-variant__scroll::-webkit-scrollbar-thumb{
        background-color: rgba(0, 0, 0, .4);
    }
    .c-variant__scroll::-webkit-scrollbar-track{
        background-color: #fff;
    }
}
@media (max-width: 767px){
    .c-variant__scroll{
        max-height: 100px;
    }
}
.c-variant__scroll label{
    margin-top: 0 !important;
}

.c-variant__scroll label:hover{
    text-decoration: none;
}
@media (max-width: 767px){
    .c-variant__scroll label:before{
        display: none;
    }
}
.c-variant__row {
    min-width: 85px;
    background: #efefef;
    display: inline-block;
    padding: 8px;
    margin-right: 10px;
    border-radius: 5px;
    text-align: center;
}

.c-variant__row:last-child {
    margin-right: 0px;
}

@media (max-width: 767px){
    .c-variant__row{
        min-height: 32px;
    }
}

.c-variant__row:hover{

}
.c-variant__column{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    width: 100%;
}
.c-variant__title{
    display: none;
}
.c-variant__img {
    position: relative;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    margin-right: 4px;
}
@media (max-width: 767px){
    .c-variant__img{
        display: none;
    }
}
.c-variant__img img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.c-variant__value{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.c-variant__name {
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px;
}
@media (max-width: 767px){
    .c-variant__name{
        font-size: 10px;
    }
}
.c-variant__price {
    font-size: 13px;
    font-weight: 600;
}
@media (max-width: 767px){
    .c-variant__price{
        font-size: 10px;
    }
}
.c-variant__price--old {
    display: none;
}
@media (max-width: 767px){
    .c-variant__price--old{
        margin-right: 0;
    }
}
.c-variant__price--current {
    color: #000000;
}
.c-variant__price--not-available{
    display: none;
    color: #999;
}
.c-variant__price--none .c-variant__price--old,.c-variant__price--none .c-variant__price--current{
    display: none;
}
.c-variant__price--none .c-variant__price--not-available{
    display: block;
}
.c-product .c-variant{
    margin-top: 16px;
}
.c-product .c-variant__title{
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}
@media (max-width: 767px){
    .c-product .c-variant__title{
        font-size: 16px;
    }
}
.c-product .c-variant__scroll {
    max-height: 300px;
}
@media (max-width: 767px){
    .c-product .c-variant__img{
        display: block;
    }
}
@media (max-width: 767px){
    .c-product .c-variant__name{
        font-size: 16px;
    }
}
@media (max-width: 767px){
    .c-product .c-variant__price{
        font-size: 12px;
    }
}
.c-goods__item .c-variant{
    margin-bottom: 16px;
}

@media (max-width: 767px){
    .c-goods__item .c-variant{
        margin-bottom: 10px;
    }
}
/* c-switcher
------------------------------------------------------------------- */
.c-switcher{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
@media (max-width: 767px){
    .c-switcher{
        display: none;
    }
}
.c-switcher__item{
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    width: 40px;
    height: 36px;
    cursor: pointer;
    color: #999;
    border: 1px solid #dadada;
    background: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.c-switcher__item:last-child{
    border-left: 0;
}
.c-switcher__item--active {
    pointer-events: none;
    color: #ffc107;
}
.c-switcher__item:hover:not(.c-switcher__item--active){
    background: #f3f3f3;
}
/* c-sub
------------------------------------------------------------------- */
.c-sub {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px;
    -webkit-transition: box-shadow .3s, border-color .3s;
    -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s, border-color .3s;
    transition: border-color .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border-color .3s;
    transition: box-shadow .3s, border-color .3s, -webkit-box-shadow .3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
@media (max-width: 767px){
    .c-sub{
        padding: 6px;
    }
}
.c-sub__img{
    position: relative;
    height: 100px;
}
@media (max-width: 1024px){
    .c-sub__img{
        height: 60px;
    }
}
@media (max-width: 767px){
    .c-sub__img{
        height: 40px;
    }
}
.c-sub__img img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.c-sub__title {
    color: #6b6b6b;
    font-weight: 500;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1024px){
    .c-sub__title{
        font-size: 16px;
    }
}
@media (max-width: 767px){
    .c-sub__title{
        font-size: 10px;
        margin-top: 6px;
    }
}
.c-sub:hover{
    border-color: transparent;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
            box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}
/* c-description
------------------------------------------------------------------- */
.c-description{
    line-height: 1.6;
}
.c-description h1 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
}

.c-description h2 {
    font-size: 19px;
    font-weight: 600;
    padding: 5px 0px;
}

.c-description img{
    float: left;
    max-width: 200px;
    max-height: 150px;
    margin: 0 16px 10px 0;
}
.c-description__top{
    margin-bottom: 16px;
}
@media (max-width: 767px){
    .c-description__top{
        display: none;
    }
}
.c-description__bottom {
    background: #ffffff;
    font-size: 16px;
    line-height: 45px;
    margin-top: 20px;
    padding: 15px;
    padding-top: 20px;
    color: #1f1f1f;
}
@media (max-width: 767px){
    .c-description__bottom{
        display: none;
    }
}
/* c-pagination
------------------------------------------------------------------- */
.c-pagination .allPages, .mg-pager .allPages{
    margin: 10px 0;
    text-align: center;
}
.c-pagination ul, .mg-pager ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.c-pagination ul a, .mg-pager li > a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    width: 40px;
    height: 32px;
    margin: 4px;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    color: #666;
    border-radius: 3px;
    background: #dadada;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767px){
    .c-pagination ul a, .mg-pager li > a{
        width: 30px;
        height: 26px;
    }
}
.c-pagination ul a:hover, .c-pagination ul a.active, .mg-pager li > a:hover, .mg-pager li > a.active {
    color: #fff;
    background: #1f1f1f;
}
.c-pagination ul a:active, .mg-pager li > a:active{
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
}
/* c-carousel
------------------------------------------------------------------- */
.c-carousel{
    position: relative;
    z-index: 1;
    width: 100%;    
    -webkit-transition: opacity .3s;
            -o-transition: opacity .3s;
            transition: opacity .3s;
}
.c-carousel--active{
    visibility: visible;
    opacity: 1;
}
.c-carousel__title {
    font-size: 22px;
    position: relative;
    width: 100%;
    margin-bottom: 16px;
    text-align: left;
    text-transform: uppercase;
}
@media (max-width: 767px){
    .c-carousel__title{
        font-size: 18px;
    }
}
.c-carousel__title--span {
    font-size: 25px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding: 0px 20px 0px 0px;
    background: #e9eaed;
    color: #431212;
}
@media (max-width: 767px){
    .c-carousel__title--span{
        padding: 0 16px;
    }
}
.c-carousel__title--span:hover .c-carousel__title--more{
    text-decoration: underline;
}
.c-carousel__title--more {
    font-size: 16px;
    font-weight: 500;
    text-transform: lowercase;
    color: #000;
    vertical-align: text-top;
    display: inline-block;
    padding-top: 3px;
}
@media (max-width: 767px){
.c-carousel__title--more {
    font-size: 12px;
    padding-top: 8px;
}
}
.c-carousel__title:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    margin: auto;
    content: '';
    background: #dadada;
}
@media (max-width: 767px){
    .c-carousel--first{
        margin-top: 0;
    }
}
.c-carousel__content{
    position: relative;
}
.c-carousel .owl-prev,.c-carousel .owl-next{
    position: absolute;
    z-index: 9;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    height: 100%;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.c-carousel .owl-prev.disabled,.c-carousel .owl-next.disabled{
    display: none;
}
.c-carousel .owl-prev{
    left: 0;
}
.c-carousel .owl-next{
    right: 0;
}
.c-carousel__arrow {
    font-size: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 60px;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #1f1f1f;
    background: rgba(239, 239, 239, 0.5);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px){
    .c-carousel__arrow{
        font-size: 18px;
        width: 30px;
        height: 50px;
    }
}
.c-carousel__arrow--left{
    left: -20px;
}
@media (max-width: 1024px){
    .c-carousel__arrow--left{
        left: 0;
    }
}
.c-carousel__arrow--right{
    right: -20px;
}
@media (max-width: 1024px){
    .c-carousel__arrow--right{
        right: 0;
    }
}
.c-carousel__arrow:hover{
    color: #000;
}
.c-carousel .owl-dots{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    width: 100%;
    margin-top: 10px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.c-carousel .owl-dots.disabled{
    display: none;
}
.c-carousel .owl-dot{
    width: 14px;
    height: 14px;
    margin: 0 4px;
    cursor: pointer;
    border: 1px solid #dadada;
    border-radius: 100%;
    background: #fff;
}
.c-carousel .owl-dot.active{
    border-color: #5b3f97;
    background: #5b3f97;
}
.c-carousel .owl-dot:hover{
    border-color: #5b3f97;
}
.c-carousel .owl-stage{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}
.c-carousel .owl-stage:after:before,.c-carousel .owl-stage:after:after{
    display: table;
    clear: both;
    content: ' ';
}
.c-carousel .owl-nav.disabled{
    display: none;
}
.c-carousel.owl-loaded{
    display: block;
}
.c-carousel.owl-loading{
    display: block;
    opacity: 0;
}
.c-carousel.owl-hidden{
    opacity: 0;
}
.c-carousel.owl-refresh .owl-item{
    visibility: hidden;
}
.c-carousel.owl-drag .owl-item{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.c-carousel.owl-grab{
    cursor: move;
    cursor: -webkit-grab;
    cursor:         grab;
}
.c-carousel.owl-rtl{
    direction: rtl;
}
.c-carousel.owl-rtl .owl-item{
    float: right;
}
.c-carousel .owl-height{
    -webkit-transition: height 500ms ease-in-out;
         -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
}
.c-carousel .owl-stage-outer{
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
}
.c-carousel .owl-item,.c-carousel .owl-wrapper{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.c-carousel .owl-item{
    position: relative;
    float: left;
    min-height: 1px;

    touch-callout: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.c-carousel .owl-item img{
    display: block;
}
.c-carousel .owl-item img.owl-lazy{
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.c-carousel .owl-item .owl-lazy{
    -webkit-transition: opacity 400ms ease;
         -o-transition: opacity 400ms ease;
            transition: opacity 400ms ease;
    opacity: 0;
}
.c-carousel .owl-animated-in{
    z-index: 0;
}
.c-carousel .owl-animated-out{
    z-index: 1;
}
.c-images .c-carousel {
    margin-top: -80px;
    margin-left: 10px;
    z-index: 99;
}

@media (max-width: 768px) {
.c-images .c-carousel {
    margin-top: 10px;
    margin-left: 0px;
}
}

/* c-favorite
---------------------------------------------------------------*/
.c-favorite__remove {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  background: #dadada;
  -webkit-transition: background .12s;
  transition: background .12s;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .c-favorite__remove {
    width: 20px;
    height: 20px;
  }
}
.c-favorite__remove:after,
.c-favorite__remove:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  content: '';
  height: 50%;
  margin: auto;
  position: absolute;
  background: #ffffff;
}
.c-favorite__remove:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-favorite__remove:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-favorite__remove:hover {
  background: #c1c1c1;
}
.c-favorite__informer {
    display: none;
    left: 20px;
    bottom: 20px;
    z-index: 999;
    color: #431212;
    position: fixed;
    padding: 10px 20px;
    background: #ffa600;
    white-space: nowrap;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1024px) {
  .c-favorite__informer {
    font-size: 16px;
  }
}



/* c-filter
------------------------------------------------------------------- */
@media (max-width: 1024px){
    .c-filter{
        position: fixed;
        z-index: 999;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        visibility: hidden;
        -webkit-transition: all .15s ease-in-out;
             -o-transition: all .15s ease-in-out;
                transition: all .15s ease-in-out;
        opacity: 0;
        background: rgba(0, 0, 0, .5);
    }
    .c-filter__content{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        overflow: auto;
        width: 260px;
        background: #fff;
    }
    .c-filter__button .icon{
        margin-right: 10px;
    }
    .c-filter--active{
        visibility: visible;
        opacity: 1;
    }
}
.c-filter .filter-form{
    width: 100%;
    margin-bottom: 16px;
    padding: 10px;
    border: 1px solid #dadada;
    background: #fff;
}
@media (max-width: 1024px){
    .c-filter .filter-form{
        border: 0;
    }
}
.c-filter label{
    line-height: 1.2;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    width: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.c-filter label [type='checkbox']{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.c-filter label [type="checkbox"]:checked ~ .cbox{
    background: #5b3f97;
}
.c-filter label .cbox{
    display: block;
    min-width: 15px;
    max-width: 15px;
    min-height: 15px;
    max-height: 15px;
    margin-right: 10px;
    border: 1px solid #dadada;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
            box-shadow: inset 0 0 0 2px #fff;

    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
            order: -1;
}
.c-filter label:hover .unit{
    border-color: #c1c1c1;
}
.c-filter select,.c-filter [type='text']{
    width: 100%;
    height: 40px;
    padding: 0 5px;
    color: #666;
    border: 1px solid #dadada;
    background: #fff;

    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
            order: 1;
}
@media (max-width: 767px){
    .c-filter select,.c-filter [type='text']{
        height: 34px;
        padding: 0 10px;
    }
}
.c-filter select:focus,.c-filter [type='text']:focus{
    border-color: #f5c002;
    -webkit-box-shadow: inset 0 0 0 1px #f5c002;
            box-shadow: inset 0 0 0 1px #f5c002;
}
.c-filter .mg-filter-head{
    margin-bottom: 20px;
}
.c-filter .mg-filter-head .wrapper-field{
    margin-bottom: 10px;
}
.c-filter .label-field {
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.c-filter .mg-filter-head .price-slider-list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.c-filter .mg-filter-head .price-slider-list li{
    position: relative;
    width: 49%;
}
.c-filter .mg-filter-head .price-input{
    padding-right: 34px;
}
.c-filter .mg-filter-head .price-input ~ span,
.price-slider-list input + span {
    position: absolute;
    top: 0;
    right: 4px;
    bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    margin: auto;
    color: #666;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
}
.c-filter .mg-filter-head .ui-slider{
    width: calc(100% - 14px);
    margin: 0 auto;
    margin-top: 10px;
}
.c-filter .ui-slider-range {
    background: #e8e8e8;
}
.c-filter .mg-filter-body{
    margin-bottom: 20px;
}
@media (max-width: 1024px){
    .c-filter .mg-filter-body{
        padding-bottom: 60px;
    }
}
.c-filter .mg-filter-body .mg-filter-title {
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    padding-bottom: 2px;
    border-bottom: 1px dotted #dadada;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}
.c-filter .mg-filter-body .mg-filter-item{
    margin-top: 20px;
}
.c-filter .mg-filter-body .mg-filter-item select{
    height: 30px;
    padding: 0 6px;
}
.c-filter .mg-filter-body li {
    font-size: 14px;
    margin-top: 8px;
    position: relative;
}
.c-filter .mg-filter-body li:first-child{
    margin-top: 0;
}
.c-filter .mg-filter-body .disabled-prop{
    pointer-events: none;
    opacity: .5;
}
.c-filter .mg-filter-body .mg-tooltip{
    font-size: 11px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    cursor: default;
    border-radius: 100%;
    background: #dadada;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.c-filter .mg-filter-body .mg-tooltip-content{
    position: absolute;
    z-index: 2;
    bottom: 100%;
    left: 100%;
    width: 200px;
    padding: 10px;
    border: 1px solid #dadada;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
            box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}
.c-filter .mg-filter-body .mg-tooltip:hover .mg-tooltip-content{
    display: block !important;
}
.c-filter .mg-filter-body .mg-viewfilter-all, .c-filter a.mg-viewfilter{
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin-top: 16px;
    text-align: center;
    text-decoration: underline;
}
.c-filter .mg-filter-body .mg-viewfilter-all:hover, .c-filter a.mg-viewfilter:hover{
    text-decoration: none;
}
.c-filter .filter-buttons{
    text-align: center;
}
@media (max-width: 1024px){
    .c-filter .filter-buttons{
        position: fixed;
        bottom: 0;
        left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        width: 260px;
        height: 60px;
        padding: 10px;
        background: #fff;
        -webkit-box-shadow: 0 -6px 6px rgba(0, 0, 0, .1);
                box-shadow: 0 -6px 6px rgba(0, 0, 0, .1);

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .c-filter .filter-buttons > *{
        width: 50%;
    }
}
.c-filter .filter-buttons .refreshFilter{
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-top: 10px;
    cursor: pointer;
}
@media (max-width: 1024px){
    .c-filter .filter-buttons .refreshFilter{
        margin-top: 0;
    }
}
@media (max-width: 767px){
    .c-filter .filter-buttons .refreshFilter{
        font-size: 16px;
    }
}
.c-filter .filter-buttons .refreshFilter:hover{
    text-decoration: underline;
}
.c-filter .filter-preview{
    position: absolute;
    z-index: 99;
    display: none;
    margin-top: -15px;
    margin-bottom: 35px;
    -webkit-animation-name: arrow;
            animation-name: arrow;
    -webkit-animation-duration: .4s;
            animation-duration: .4s;
    color: #1f1f1f;
    background: #ffc107;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
            box-shadow: 0 0 30px rgba(0, 0, 0, .2);

    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}
@media (max-width: 767px){
    .c-filter .filter-preview{
        display: none !important;
    }
}
.c-filter .filter-preview:before{
    position: absolute;
    top: 0;
    left: -25px;
    display: block;
    content: '';
    -webkit-animation-name: before;
            animation-name: before;
    -webkit-animation-duration: .2s;
            animation-duration: .2s;
    border-top: 25px solid transparent;
    border-right: 25px solid #ffc107;
    border-bottom: 25px solid transparent;

    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}
@-webkit-keyframes arrow{
    from{
        -webkit-transform: translate3d(100px, 0, 0);
                transform: translate3d(100px, 0, 0);
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
@keyframes arrow{
    from{
        -webkit-transform: translate3d(100px, 0, 0);
                transform: translate3d(100px, 0, 0);
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
@-webkit-keyframes before{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
@keyframes before{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.c-filter .filter-preview span{
    font-size: 16px;
    line-height: 50px;
    padding: 0 25px;
}
.c-filter .filter-preview a{
    text-decoration: underline;
    text-transform: uppercase;
}
.c-filter .filter-preview a:hover{
    text-decoration: none;
}
/* c-apply
------------------------------------------------------------------- */
.c-apply__title{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
@media (min-width: 1025px){
    .c-apply__title{
        margin-top: -32px;
    }
}
.c-apply__form{
    padding: 10px;
    border: 1px solid #dadada;
    background: -webkit-linear-gradient(left, #ece9e6, #fff);
    background: -webkit-gradient(linear, left top, right top, from(#ece9e6), to(#fff));
    background:      -o-linear-gradient(left, #ece9e6, #fff);
    background:         linear-gradient(to right, #ece9e6, #fff);
}
.c-apply__tags{
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.c-apply__tags--item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    min-height: 30px;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 4px 10px;
    border: 1px solid #dadada;
    border-radius: 30px;
    background: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px){
    .c-apply__tags--item{
                flex-direction: column;
        width: 100%;
        margin-right: 0;
        border-radius: 0;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
}
.c-apply__tags--item:last-child{
    margin-right: 0;
}
.c-apply__tags--name{
    white-space: nowrap;
}
.c-apply__tags--values{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.c-apply__tags--value{
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    margin-left: 6px;
    white-space: nowrap;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px){
    .c-apply__tags--value{
        margin-top: 6px;
    }
}
.c-apply__tags--remove{
    font-size: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    margin-right: 6px;
    margin-left: 6px;
    -webkit-transition: -webkit-transform .3s;
         -o-transition:         transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
.c-apply__tags--remove:hover{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.c-apply__refresh{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    margin-top: 4px;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
/* c-order
------------------------------------------------------------------- */
.c-order__title {
    color: #431212;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 20px);
    height: 40px;
    margin-bottom: 16px;
    padding: 0 20px;
    background: #ffa600;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px){
    .c-order__title{
        height: 34px;
    }
}
.c-order__title:before {
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    content: '';
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ffa600;
}
@media (max-width: 767px){
    .c-order__title:before{
        right: -17px;
        border-top: 17px solid transparent;
        border-bottom: 17px solid transparent;
        border-left: 17px solid #ededed;
    }
}
.c-order__title--last{
    font-size: 18px;
    width: 100%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767px){
    .c-order__title--last{
        font-size: 15px;
    }
}
.c-order__title--last:before{
    display: none;
}
.c-order__title--small{
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 6px;
}
.c-order__list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.c-order__list--item{
    width: 49%;
    margin-bottom: 10px;
}
@media (max-width: 767px){
    .c-order__list--item{
        width: 100%;
    }
}
.c-order__list--width{
    width: 100%;
}
@media (max-width: 767px){
    .c-order__payment{
        margin-bottom: 10px;
    }
}
.c-order__payment li{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    margin-bottom: 10px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.c-order__payment li:last-child{
    margin-bottom: 0;
}
.c-order__payment li [class*='icon-']{
    display: none;
}
.c-order__payment label{
    margin-bottom: 0;

    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
            flex-grow: 0;
}
.c-order__payment label:hover{
    text-decoration: underline;
}
.c-order__payment .rate-payment{
    font-size: 12px;
    padding-left: 6px;
    text-transform: lowercase;
}
.c-order__total{
    text-align: center;
}
.c-order__total--row{
    margin-top: 16px;
}
.c-order__total--row:first-child{
    margin-top: 0;
}
.c-order__total--amount{
    font-size: 24px;
    font-weight: 600;
    color: #cd4449;
}
@media (max-width: 767px){
    .c-order__total--amount{
        font-size: 16px;
    }
}
/* c-alert
------------------------------------------------------------------- */
.c-alert{
    display: block;
    padding: 10px 16px;
}
@media (max-width: 767px){
    .c-alert{
        padding: 10px;
    }
}
.c-alert--red{
    color: #a94442;
    background: #f2dede;
}
.c-alert--blue{
    color: #31708f;
    background: #d9edf7;
}
.c-alert--green{
    color: #3c763d;
    background: #dff0d8;
}
.c-alert--orange{
    color: #8a6d3b;
    background: #fcf8e3;
}
/* c-tab
------------------------------------------------------------------- */
.c-tab {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
.c-tab__nav{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    border-bottom: 1px solid #dadada;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
}
@media (max-width: 767px){
    .c-tab__nav{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
}
.c-tab__link {
    font-size: 16px;
    font-weight: 600;
    color: #1f1f1f;
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 10px;
    padding: 0 16px;
    padding-bottom: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 767px){
    .c-tab__link{
        font-size: 16px;
        padding-right: 10px;
        padding-left: 10px;
    }
}
.c-tab__link:before {
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 3px;
    content: '';
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    opacity: 0;
    background: #1f1f1f;
}
.c-tab__link--logout{
    color: #cd4449;
}
.c-tab__link:hover:before,.c-tab__link--active:before{
    visibility: visible;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
}
.c-tab__content{
    display: none;
    padding-top: 20px;
}
.c-tab__content--active{
    display: block;
}
/* c-history
------------------------------------------------------------------- */
.c-history__item{
    margin-top: 20px;
    -webkit-transition:         box-shadow .3s;
    -webkit-transition: -webkit-box-shadow .3s;
         -o-transition:         box-shadow .3s;
            transition: -webkit-box-shadow .3s;
            transition:         box-shadow .3s;
            transition:         box-shadow .3s, -webkit-box-shadow .3s;
    border: 1px solid #dadada;
}
.c-history__item:first-child{
    margin-top: 0;
}
.c-history__item:hover{
    -webkit-box-shadow: 0 0 0 4px #dadada;
            box-shadow: 0 0 0 4px #dadada;
}
.c-history__item--active{
    -webkit-box-shadow: 0 0 0 4px #dadada;
            box-shadow: 0 0 0 4px #dadada;
}
.c-history__item--active .c-history__content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.c-history__header{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: background .3s;
         -o-transition: background .3s;
            transition: background .3s;
    background: #f3f3f3;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px){
    .c-history__header{
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
}
.c-history__header:hover{
    background: #dadada;
}
.c-history__status{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    width: 150px;
    height: 24px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767px){
    .c-history__status{
        margin-top: 6px;
    }
}
.c-history__status.paid{
    background: #28bb1d;
}
.c-history__status.get-paid{
    background: #c1a700;
}
.c-history__status.dont-paid{
    background: #b81212;
}
.c-history__status.processed{
    background: #ca5f09;
}
.c-history__status.performed{
    background: #66b917;
}
.c-history__status.in-delivery{
    background: #668bd4;
}
.c-history__status.dont-confirmed{
    background: #a9a5a5;
}
.c-history__content{
    display: none;
    padding: 20px 10px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.c-history__content--top{
    width: 100%;
    margin-bottom: 16px;
}
.c-history__content--left{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;
    width: 50%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
@media (max-width: 767px){
    .c-history__content--left{
        width: 100%;
        text-align: center;
    }
}
.c-history__content--right{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    width: 50%;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
@media (max-width: 767px){
    .c-history__content--right{
        width: 100%;
        margin-top: 20px;
        text-align: center;

        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .c-history__content--right .order-total{
        width: 100%;
    }
}
.c-history__row{
    margin-top: 10px;
}
.c-history__row:first-of-type{
    margin-top: 0;
}
.c-history__list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.c-history__list--item{
    margin-top: 10px;
}
.c-history__list--item:first-of-type{
    margin-top: 0;
}
.c-history__list--total{
    font-size: 16px;
    font-weight: 600;
    color: #cd4449;
}
.c-history__list--link:hover{
    text-decoration: underline;
}
.c-history__table--title{
    font-weight: 600;
    display: block;
}
.c-history__table--title .prop-position{
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px;
}
.c-history__table--title:hover{
    text-decoration: underline;
}
.c-history__table--code{
    text-transform: lowercase;
}
.c-history__table--total{
    font-weight: 600;
}
.c-history__download{
    line-height: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.c-history__download .icon{
    margin-right: 6px;
}
.c-history__download:hover{
    text-decoration: underline;
}
.c-history__hidden{
    display: none;
}
/* c-product
------------------------------------------------------------------- */
.c-product__row {
    margin-top: 10px;
}
.c-product__row:first-child {
    margin-top: 0px;
    display: inline-block;
}

.c-product__row:nth-of-type(2) {
    color: #bbbbbb;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    top: 17px;
    right: 15px;
}

.available {
    display: inline-block;
}
.c-product__content {
    background: #fff;
    padding: 16px;
    min-height: 550px;
    position: relative;
}
@media (max-width: 767px){
.c-product__content {
    min-height: 390px;
}
}
.c-product__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px){
    .c-product__block{
                flex-direction: column;
        margin-bottom: 16px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
}
.c-product__block--left{
    text-align: right;
    color: #666;
}
@media (max-width: 767px){
    .c-product__block--left{
        width: 100%;
        text-align: center;
    }
}
.c-product__block--right{
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
            order: -1;
}
@media (max-width: 767px){
.c-product__block--right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
}
.c-product__price{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
            align-items: baseline;
}
.c-product__price--current .c-product__price--value {
    font-size: 25px;
}
@media (max-width: 989px){
    .c-product__price--current .c-product__price--value{
        font-size: 22px;
    }
}
.c-product__price--current .c-product__price--value {
    color: #dc0810;
}
.c-product__price--old{
    margin-top: 10px;
}
.c-product__price--old .c-product__price--value{
    font-size: 20px;
    color: #1f1f1f;
}
@media (max-width: 989px){
    .c-product__price--old .c-product__price--value{
        font-size: 18px;
    }
}
.c-product__price--title {
    font-size: 20px;
    margin-right: 6px;
    color: #999;
}
@media (max-width: 989px){
    .c-product__price--title{
        display: none;
    }
}
@media (max-width: 767px){
    .c-product__price--title{
        font-size: 16px;
        display: block;
    }
}
.c-product__price--value{
    font-weight: 600;
    line-height: 1;
}
.c-product__stock{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    margin: 10px 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px){
    .c-product__stock{
        margin-top: 0;
    }
}
.c-product__stock .icon{
    margin-right: 6px;
}

.c-product__stock--out, .c-product__stock--in{
    color: #6a6a7f;
}
.c-product__stock--span{
    margin: 0 4px;
}
.c-product__message{
    margin-bottom: 16px;
}
.c-product__code {
    font-size: 14px;
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px 10px;
    background: #7c0084;
    text-transform: uppercase;
}
.c-product__code--span{
    margin-left: 4px;
}
/* c-images
------------------------------------------------------------------- */
.c-images__big {
    position: relative;
    height: 550px;
    background: #fff;
}
@media (max-width: 989px){
    .c-images__big{
        height: 300px;
    }
}
@media (max-width: 767px){
    .c-images__big{
        height: 300px;
    }
}
.c-images__big img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 10px;
}
.c-images__slider{
    margin-top: 10px;
}
.c-images__slider__item{
    position: relative;
    display: block;
    height: 70px;
    border: 1px solid #dadada;
    background: #fff;
}
@media (max-width: 989px){
    .c-images__slider__item{
        height: 70px;
    }
}
.c-images__slider__item img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 6px;
}
.c-images__slider__item.active {
    border-color: #ffc107;
    -webkit-box-shadow: inset 0 0 0 1px #ffc107;
    box-shadow: inset 0 0 0 1px #ffc107;
}
.c-images .magnify{
    width: 100%;
    height: 100%;
}
.c-images .magnify-lens{
    top: 0 !important;
    left: 100% !important;
    width: 460px !important;
    height: 350px !important;
    margin-top: -1px !important;
    border: 1px solid #dadada !important;
}
@media (max-width: 1024px){
    .c-images .magnify-lens{
        display: none !important;
    }
}
.c-images .fancy-modal:first-child{
    width: 100%;
    height: 100%;
}
/* property-form
------------------------------------------------------------------- */
@media (max-width: 767px){
    .property-form{
        font-size: 12px;
    }
}
.property-form br{
    display: none;
}
.property-form p{
    line-height: 1.2;
    margin-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 767px){
    .property-form p{
        margin-top: 6px;
        padding-bottom: 6px;
    }
}
.property-form label{
    margin-top: 10px;
}
.property-form select{
    margin-top: 10px;
}
.property-form .property-title{
    font-weight: 600;
}
/* c-buy
------------------------------------------------------------------- */
.c-buy{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
@media (max-width: 767px){
    .c-buy{
                flex-direction: column;
        margin-top: 0;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .buy-container.product .c-buy{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;        
    }
span.c-product__stock {
    margin: 20px auto 20px;
    display: inline-block;
}
}

.c-buy__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 460px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-buy__buttons svg {
    color: #ff5555;
    fill: #ff5555;
}

.c-buy__buttons > a{
    min-width: 113px;
    padding: 0;

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
}
@media (max-width: 767px){
    .c-buy__buttons > a{
        min-width: 100%;
        margin-bottom: 0;
    }
}

.c-buy__buttons .addToCart {
    background: #431212;
    color: #f39c12;
    font-size: 16px;
    font-weight: 600;
    min-width: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    border: none;
    text-transform: uppercase;
}

.c-buy__buttons .addToCart svg {
    font-size: 20px;
    margin-right: 5px;
}

.c-buy__buttons .addToCompare {
    background: none;
    color: #1f1f1f;
    font-size: 20px;
    min-width: 0px;
    position: absolute;
    right: 5px;
    bottom: -5px;
    margin-bottom: 0px;
    border: none;
}

.c-buy__buttons .c-favorite__button {
    background: none;
    color: #1f1f1f;
    font-size: 20px;
    min-width: 0px;
    position: absolute;
    left: 8px;
    top: 0px;
    margin-bottom: 0px;
    border: none;
    z-index: 99;
}

@media (max-width: 767px){
    .c-buy__buttons > a + *{
        margin-left: 0;
    }
  
.c-buy__buttons .addToCart svg {
    font-size: 15px;
    margin-right: 2px;
}
  
.c-buy__buttons .addToCompare {
    display: none;
}

.c-buy__buttons .c-favorite__button {
    display: none;
}
  
.c-buy__buttons .addToCart {
    font-size: 12px;
    font-weight: 600;
    margin-right: 0px;
    margin-bottom: 8px;
}
  
.c-buy__buttons .whatsapp-button {
    font-size: 12px;
}
  
}
.c-buy__buttons .product-info{
    margin-left: 0;
}
.c-product .c-buy{
    margin-top: 16px;
}
.c-goods--list .c-buy__buttons a{
    margin-bottom: 0;
}
.l-body__index .c-buy__buttons {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}


@media (max-width: 767px){
  
.l-body__index .c-buy__buttons {
    max-width: 170px;
}
}

/* c-compare
------------------------------------------------------------------- */
.c-compare{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 100px 16px;
    padding-bottom: 0;
    background: #fff;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.c-compare__top{
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    width: 100%;
    height: 60px;
    padding: 0 26px;
    border-bottom: 1px solid #dadada;
    background: #f3f3f3;

    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
            order: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.c-compare__top__select{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.c-compare__top__buttons{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.c-compare__top__buttons > a{
    margin-left: 10px;
}
.c-compare__top__buttons .icon{
    font-size: 12px;
    margin-top: -1px;
    margin-right: 5px;
}
.c-compare__left{
    position: relative;
    width: 20%;
    height: 100%;

    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
            order: 2;
}
.c-compare__right{
    min-width: 40%;
    max-width: 75%;
    height: 100%;

    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
            order: 3;
}
.c-compare__wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.c-compare__item{
    overflow: hidden;
    min-width: 225px;
    max-width: 225px;
    min-height: 300px;
    max-height: 300px;
    margin: 0;
    margin-right: 10px;
}
.c-compare__img{
    height: 140px;
}
.c-compare__property{
    display: none;
}
.c-compare__table{
    font-size: 12px;
    line-height: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;
    margin-top: 5px;
    padding-bottom: 60px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.c-compare__table__left{
    position: absolute;
    top: 300px;
    left: 0;
    width: 100%;
}
.c-compare__table__left .c-compare__row{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.c-compare__table__left .c-compare__column{
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
}
.c-compare__table__right .c-compare__column{
    min-width: 225px;
    max-width: 225px;
}
.c-compare__row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    width: 100%;
}
.c-compare__column{
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    height: 35px;
    margin-top: 6px;
    margin-right: 10px;
    padding: 2px 10px;
    border-bottom: 1px solid #dadada;
    background: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.c-compare__remove{
    text-align: right;
}
.c-compare__remove:hover{
    color: #cd4449;
}
.c-compare__link{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.c-compare__link--icon {
    font-size: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #1f1f1f;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1024px){
    .c-compare__link--icon{
        font-size: 24px;
    }
}
.c-compare__link--count {
    position: absolute;
    background: #ffc107;
    color: #fff;
    top: -3px;
    right: -7px;
    font-size: 12px;
    padding-left: 4px;
    height: 13px;
    width: 13px;
    line-height: 13px;
    border-radius: 13px;
}
.c-compare__link--text{
    font-size: 12px;
    margin-top: 4px;
    color: #666;
}
.c-compare__link:hover .c-compare__link--text{
    text-decoration: underline;
}
.c-compare__informer{
    position: fixed;
    z-index: 999;
    top: 16px;
    right: 0;
    left: 0;
    display: none;
    width: 300px;
    margin: auto;
}
.c-compare__informer--content{
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    padding: 16px;
    color: #fff;
    background: #000;

    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.c-compare__informer .icon{
    margin-right: 6px;
}
/* c-static
------------------------------------------------------------------- */
.l-body__static .l-main__right h1 {
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
}
@media (max-width: 767px){
    .l-body__static .l-main__right h1{
        text-align: center;
    }
}
@media (min-width: 768px){
    .l-body__static .l-main__right h1{
        font-size: 22px;
    }
}
@media (min-width: 1025px){
.l-body__static .l-main__right h1 {
    font-size: 26px;
    font-weight: 500;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px!important;
    border: none;
}
}
.l-body__static .l-main__right h2{
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 6px;
}

@media (max-width: 767px){
    .l-body__static .l-main__right h2{
        text-align: center;
    }
  
.l-body__static td {
    font-size: 14px;
    max-width: 10px;
    width: 15px;
}
  
}
@media (min-width: 768px){
    .l-body__static .l-main__right h2{
        font-size: 18px;
    }
}
@media (min-width: 1025px){
    .l-body__static .l-main__right h2{
        font-size: 20px;
    }
}
.l-body__static .l-main__right a{
    text-decoration: underline;
    color: #1e87f0;
}
.l-body__static .l-main__right a:hover{
    text-decoration: none;
}
/* rating
------------------------------------------------------------------- */
.rating{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767px){
    .rating{
        display: none;
    }
    .cart-table .c-table caption, .cart-table .c-table th, .c-table td {
      border: none;
    }
}
.rating .rateit{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.rating .info{
    line-height: 1;
    margin-left: 6px;
}
@media (max-width: 767px){
    .c-goods .rating{
        display: none;
    }
}
@media (min-width: 768px){
    .c-goods--list .rating{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
}
@media (max-width: 767px){
    .c-carousel .rating{
        display: none;
    }
}
/* buy-click
------------------------------------------------------------------- */
.wrapper-mg-buy-click{
    text-align: center;
}
@media (max-width: 767px){
    .wrapper-mg-buy-click{
        margin-top: 10px;
    }
}
.wrapper-mg-buy-click .mg-buy-click-button{
    font-size: 16px;
    padding: 0;
    text-decoration: underline;
    text-transform: none;
    border: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
}
@media (max-width: 767px){
    .wrapper-mg-buy-click .mg-buy-click-button{
        font-size: 12px;
    }
}
.wrapper-mg-buy-click .mg-buy-click-button:hover{
    text-decoration: none;
}
.wrapper-modal-mg-buy-click input{
    height: 40px;
}
.wrapper-modal-mg-buy-click textarea{
    height: 100px;
}
.wrapper-modal-mg-buy-click .mg-action-buttons{
    font-size: inherit;
}
.wrapper-modal-mg-buy-click .mg-action-buttons .mg-send-order-click-button{
    font-size: 18px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    width: 120px;
    height: 40px;
    padding: 0;
    text-shadow: none;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.wrapper-modal-mg-buy-click .mg-action-buttons .mg-send-order-click-button:active{
    padding: 0;
    border: 0;
}
.wrapper-modal-mg-buy-click .mg-action-buttons .close-mg-buy-button{
    font-size: 16px;
}

/* slider
------------------------------------------------------------------- */
.m-p-slider-wrapper{
    position: relative;
    margin: 0;
    -webkit-transition: opacity .3s;
         -o-transition: opacity .3s;
            transition: opacity .3s;
    opacity: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 1px #dadada;
            box-shadow: 0 0 0 1px #dadada;
}
.m-p-slider-wrapper.show{
    opacity: 1;
}
@media (max-width: 767px){
    .m-p-slider-wrapper{
        display: inherit;
    }
}
.m-p-slider-wrapper .bx-next,.m-p-slider-wrapper .bx-prev{
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    margin-top: -12px !important;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 4px solid #000;
    border-radius: 0 !important;
    background: none !important;
}
.m-p-slider-wrapper .bx-next:hover,.m-p-slider-wrapper .bx-prev:hover{
    border-color: #666;
}
.m-p-slider-wrapper .bx-next{
    right: 16px !important;
    border-bottom: 0;
    border-left: 0;
}
.m-p-slider-wrapper .bx-prev{
    left: 16px !important;
    border-top: 0;
    border-right: 0;
}
.m-p-slider-wrapper .bx-pager{
    font-size: 0;
    position: absolute !important;
    right: 16px;
    bottom: 16px;
    margin: 0 !important;
    text-align: right !important;
}
.m-p-slider-wrapper .bx-pager a{
    width: 12px !important;
    height: 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #dadada !important;
}
.m-p-slider-wrapper .bx-pager a:hover,.m-p-slider-wrapper .bx-pager a.active{
    background: #000 !important;
}
/* bread-crumbs
------------------------------------------------------------------- */
.bread-crumbs{
    font-size: 14px;
}
@media (max-width: 767px){
    .bread-crumbs{
        line-height: 1.6;
        text-align: center;
    }
}
.bread-crumbs a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #431212;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-form label::before {
    display: block;
    min-width: 10px;
    max-width: 10px;
    min-height: 10px;
    max-height: 10px;
    margin-right: 8px;
    content: "";
    border: 1px solid rgb(218, 218, 218);
    border-radius: 10px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(255 255 255) 0px 0px 0px 2px inset;
}
.bread-crumbs a:hover{
    color: #431212;
}
.bread-crumbs .last-crumb {
    color: #ffa600;
    font-size: 13px;
    font-weight: 600;
}
/* promo-code
------------------------------------------------------------------- */
.c-promo-code{
    position: relative;
    float: left;
    margin-top: 16px;
}
@media (max-width: 767px){
    .c-promo-code{
        float: none;
        margin-bottom: 30px;
    }
}
.c-promo-code .promo-form{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.c-promo-code .promo-form [type='text']{
    margin-right: 10px;

    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
            order: -1;
}
.c-promo-code .promo-form span{
    display: none;
}
.c-promo-code #msg-about-code{
    font-size: 12px;
    margin-top: 4px;
    color: #cd4449;
}
@media (max-width: 767px){
    .c-promo-code #msg-about-code{
        width: 100%;
        text-align: center;
    }
}
/* comments
------------------------------------------------------------------- */
.comments h3{
    display: none;
}
.comments textarea{
    line-height: 1.4;
    width: 100%;
    min-height: 120px;
    padding: 10px;
    color: #666;
    border: 1px solid #dadada;
    background: #fff;

    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
            order: 1;
}
.comments textarea:focus{
    border-color: #f39c12;
    -webkit-box-shadow: inset 0 0 0 1px #f39c12;
            box-shadow: inset 0 0 0 1px #f39c12;
}
.comments .sendComment{
    font-size: 16px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    float: right;
    height: 40px;
    margin-top: 16px;
    padding: 0 36px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: color .3s, background .3s, box-shadow .3s;
    -webkit-transition: color .3s, background .3s, -webkit-box-shadow .3s;
         -o-transition: color .3s, background .3s, box-shadow .3s;
            transition: color .3s, background .3s, -webkit-box-shadow .3s;
            transition: color .3s, background .3s, box-shadow .3s;
            transition: color .3s, background .3s, box-shadow .3s, -webkit-box-shadow .3s;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    border-radius: 30px;
    background: -webkit-linear-gradient(315deg, #4854a2, #772088);
    background:      -o-linear-gradient(315deg, #4854a2, #772088);
    background:         linear-gradient(135deg, #4854a2, #772088);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767px){
    .comments .sendComment{
        font-size: 16px;
        width: 100%;
        height: 30px;
        padding: 0 16px;
    }
}
@media (min-width: 1025px){
    .comments .sendComment:active{
        -webkit-transform: translateY(3px);
            -ms-transform: translateY(3px);
                transform: translateY(3px);
    }
    .comments .sendComment:hover{
        -webkit-box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
                box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
    }
}
.comments .comment-post{
    border-color: #dadada;
    border-radius: 0;
}
.comments .c-msg-red,.comments .c-msg-green{
    display: block;
    padding: 10px 16px;
}
@media (max-width: 767px){
    .comments .c-msg-red,.comments .c-msg-green{
        padding: 10px;
    }
}
.comments .c-msg-red{
    color: #a94442;
    background: #f2dede;
}
.comments .c-msg-green{
    color: #3c763d;
    background: #dff0d8;
}
.comments .comments-msg span ~ span{
    margin: 10px 0;
}
.comments .comments-msg br{
    display: none;
}
.comments .post-date{
    font-size: 12px;
}
/* brand
------------------------------------------------------------------- */
.mg-brand{
    margin-top: 20px;
}
.mg-brand .mg-brand-block{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    overflow: hidden;
}

.mg-brand .mg-brand-block .mg-brand-logo{
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-shadow: none;
            box-shadow: none;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    max-width: 130px;
}
@media (min-width: 768px){
    .mg-brand .mg-brand-block .mg-brand-logo:nth-of-type(-n + 5){
        margin-top: 0;
    }
}
@media (min-width: 375px) and (max-width: 767px){
    .mg-brand .mg-brand-block .mg-brand-logo{
        width: calc(33.333333333333336% - 6.666666666666667px);
        margin-top: 10px;
    }
    .mg-brand .mg-brand-block .mg-brand-logo:nth-of-type(3n + 1){
        margin-right: 10px;
    }
    .mg-brand .mg-brand-block .mg-brand-logo:nth-of-type(3n + 2){
        margin-right: 10px;
    }
    .mg-brand .mg-brand-block .mg-brand-logo:nth-of-type(-n + 3){
        margin-top: 0;
    }
}
@media (max-width: 374px){
    .mg-brand .mg-brand-block .mg-brand-logo{
        width: calc(50% - 5px);
        margin-top: 10px;
    }
    .mg-brand .mg-brand-block .mg-brand-logo:nth-of-type(2n + 1){
        margin-right: 10px;
    }
    .mg-brand .mg-brand-block .mg-brand-logo:nth-of-type(-n + 2){
        margin-top: 0;
    }
}
.mg-brand .mg-brand-block .mg-brand-logo a{
    margin: 2px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
}

.brands .addToCompare{
    margin-left: 10px !important;
}

.c-catalog .c-button:before {
    width: 22px;
    height: 22px;
    content: '';
    margin-right: 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #431212));
    background: -webkit-linear-gradient(transparent 70%, #431212 30%);
    background: linear-gradient(transparent 70%, #431212 30%);
    background-size: 6px 6px;
}

  .c-catalog .c-button:after {
    width: 10px;
    height: 10px;
    content: '';
    margin-top: -6px;
    margin-left: 14px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-right: 2px solid #431212;
    border-bottom: 2px solid #431212;
  }

@media (max-width: 768px) {
.c-catalog .c-button:after {
    width: 7px;
    height: 7px;
} 
}

/* product-slider
------------------------------------------------------------------- */
.mg-advise{
    visibility: hidden;
    padding: 10px;
    -webkit-transition: opacity .3s;
         -o-transition: opacity .3s;
            transition: opacity .3s;
    opacity: 0;
    border: 1px solid #dadada;
}
.mg-advise--active{
    visibility: visible;
    opacity: 1;
}
.mg-advise__title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 4px;
    text-align: center;
    border-bottom: 1px solid #dadada;
}
.mg-advise .mg-plugin-product-slider-container{
    padding: 0;
}
.mg-advise .caroufredsel_wrapper{
    margin: auto !important;
}
.mg-advise .title a{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    width: 100%;
    text-align: center;
}
.mg-advise .slider-product{
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}
.mg-advise .price{
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-align: center;
    color: #cd4449;
}
.mg-advise .product-buy{
    float: none !important;
    margin-top: 10px !important;
    color: #fff !important;
}
.mg-advise .product-buy:active{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
/* back-ring
------------------------------------------------------------------- */
.wrapper-back-ring button {
    font-size: 14px;
    display: none;
    height: auto;
    padding: 0;
    color: #7c0084;
    text-transform: uppercase;
    background: transparent;
}
@media (max-width: 1024px){
    .wrapper-back-ring button{
        font-size: 14px;
    }
}
@media (max-width: 767px){
    .wrapper-back-ring button{
        font-size: 12px;
    }
}
.wrapper-back-ring button:hover{
    text-decoration: underline;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.wrapper-back-ring button:active{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.c-contact .wrapper-back-ring button{
    display: block;
}
.wrapper-modal-back-ring h2{
    display: none;
}
.wrapper-modal-back-ring .modal-ring-list li .left,.wrapper-modal-back-ring .modal-ring-list li .right{
    float: none;
}
.wrapper-modal-back-ring .modal-ring-list li .right input[type='text']{
    width: 100%;
}
.wrapper-modal-back-ring .red-btn {
    font-size: 18px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 40px;
    padding: 0 36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .3s, background .3s, box-shadow .3s;
    -webkit-transition: color .3s, background .3s, -webkit-box-shadow .3s;
    -o-transition: color .3s, background .3s, box-shadow .3s;
    transition: color .3s, background .3s, -webkit-box-shadow .3s;
    transition: color .3s, background .3s, box-shadow .3s;
    transition: color .3s, background .3s, box-shadow .3s, -webkit-box-shadow .3s;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    border: 0;
    border-radius: 30px;
    background: #7c0084;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px){
    .wrapper-modal-back-ring .red-btn{
        font-size: 16px;
        width: 100%;
        height: 30px;
        padding: 0 16px;
    }
}
@media (min-width: 1025px){
    .wrapper-modal-back-ring .red-btn:active{
        -webkit-transform: translateY(3px);
            -ms-transform: translateY(3px);
                transform: translateY(3px);
    }
    .wrapper-modal-back-ring .red-btn:hover{
        -webkit-box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
                box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
    }
}
.wrapper-modal-back-ring [type='text']:focus{
    -webkit-box-shadow: inset 0 0 0 1px #f39c12 !important;
            box-shadow: inset 0 0 0 1px #f39c12 !important;
}
.show-more-agreement-data{
    text-decoration: underline;
    color: #1e87f0;
}
.show-more-agreement-data:hover{
    text-decoration: none;
}
.animated{
    -webkit-animation-duration: 1s;
            animation-duration: 1s;

    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}
.animated.infinite{
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}
.animated.hinge{
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
}
.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{
    -webkit-animation-duration: .75s;
            animation-duration: .75s;
}
@-webkit-keyframes bounce{
    from,20%,53%,80%,to{
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    40%,43%{
        -webkit-transform: translate3d(0, -30px, 0);
                transform: translate3d(0, -30px, 0);
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
                animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    }
    70%{
        -webkit-transform: translate3d(0, -15px, 0);
                transform: translate3d(0, -15px, 0);
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
                animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    }
    90%{
        -webkit-transform: translate3d(0, -4px, 0);
                transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce{
    from,20%,53%,80%,to{
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    40%,43%{
        -webkit-transform: translate3d(0, -30px, 0);
                transform: translate3d(0, -30px, 0);
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
                animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    }
    70%{
        -webkit-transform: translate3d(0, -15px, 0);
                transform: translate3d(0, -15px, 0);
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
                animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    }
    90%{
        -webkit-transform: translate3d(0, -4px, 0);
                transform: translate3d(0, -4px, 0);
    }
}
.bounce{
    -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-name: bounce;
            animation-name: bounce;
}
@-webkit-keyframes flash{
    from,50%,to{
        opacity: 1;
    }
    25%,75%{
        opacity: 0;
    }
}
@keyframes flash{
    from,50%,to{
        opacity: 1;
    }
    25%,75%{
        opacity: 0;
    }
}
.flash{
    -webkit-animation-name: flash;
            animation-name: flash;
}
@-webkit-keyframes pulse{
    from{
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
    50%{
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
                transform: scale3d(1.05, 1.05, 1.05);
    }
    to{
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse{
    from{
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
    50%{
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
                transform: scale3d(1.05, 1.05, 1.05);
    }
    to{
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}
.pulse{
    -webkit-animation-name: pulse;
            animation-name: pulse;
}
@-webkit-keyframes rubberBand{
    from{
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
    30%{
        -webkit-transform: scale3d(1.25, .75, 1);
                transform: scale3d(1.25, .75, 1);
    }
    40%{
        -webkit-transform: scale3d(.75, 1.25, 1);
                transform: scale3d(.75, 1.25, 1);
    }
    50%{
        -webkit-transform: scale3d(1.15, .85, 1);
                transform: scale3d(1.15, .85, 1);
    }
    65%{
        -webkit-transform: scale3d(.95, 1.05, 1);
                transform: scale3d(.95, 1.05, 1);
    }
    75%{
        -webkit-transform: scale3d(1.05, .95, 1);
                transform: scale3d(1.05, .95, 1);
    }
    to{
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}
@keyframes rubberBand{
    from{
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
    30%{
        -webkit-transform: scale3d(1.25, .75, 1);
                transform: scale3d(1.25, .75, 1);
    }
    40%{
        -webkit-transform: scale3d(.75, 1.25, 1);
                transform: scale3d(.75, 1.25, 1);
    }
    50%{
        -webkit-transform: scale3d(1.15, .85, 1);
                transform: scale3d(1.15, .85, 1);
    }
    65%{
        -webkit-transform: scale3d(.95, 1.05, 1);
                transform: scale3d(.95, 1.05, 1);
    }
    75%{
        -webkit-transform: scale3d(1.05, .95, 1);
                transform: scale3d(1.05, .95, 1);
    }
    to{
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}
.rubberBand{
    -webkit-animation-name: rubberBand;
            animation-name: rubberBand;
}
@-webkit-keyframes shake{
    from,to{
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    10%,30%,50%,70%,90%{
        -webkit-transform: translate3d(-10px, 0, 0);
                transform: translate3d(-10px, 0, 0);
    }
    20%,40%,60%,80%{
        -webkit-transform: translate3d(10px, 0, 0);
                transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake{
    from,to{
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    10%,30%,50%,70%,90%{
        -webkit-transform: translate3d(-10px, 0, 0);
                transform: translate3d(-10px, 0, 0);
    }
    20%,40%,60%,80%{
        -webkit-transform: translate3d(10px, 0, 0);
                transform: translate3d(10px, 0, 0);
    }
}
.shake{
    -webkit-animation-name: shake;
            animation-name: shake;
}
@-webkit-keyframes headShake{
    0%{
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    6.5%{
        -webkit-transform: translateX(-6px) rotateY(-9deg);
                transform: translateX(-6px) rotateY(-9deg);
    }
    18.5%{
        -webkit-transform: translateX(5px) rotateY(7deg);
                transform: translateX(5px) rotateY(7deg);
    }
    31.5%{
        -webkit-transform: translateX(-3px) rotateY(-5deg);
                transform: translateX(-3px) rotateY(-5deg);
    }
    43.5%{
        -webkit-transform: translateX(2px) rotateY(3deg);
                transform: translateX(2px) rotateY(3deg);
    }
    50%{
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@keyframes headShake{
    0%{
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    6.5%{
        -webkit-transform: translateX(-6px) rotateY(-9deg);
                transform: translateX(-6px) rotateY(-9deg);
    }
    18.5%{
        -webkit-transform: translateX(5px) rotateY(7deg);
                transform: translateX(5px) rotateY(7deg);
    }
    31.5%{
        -webkit-transform: translateX(-3px) rotateY(-5deg);
                transform: translateX(-3px) rotateY(-5deg);
    }
    43.5%{
        -webkit-transform: translateX(2px) rotateY(3deg);
                transform: translateX(2px) rotateY(3deg);
    }
    50%{
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
.headShake{
    -webkit-animation-name: headShake;
            animation-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
}
@-webkit-keyframes swing{
    20%{
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
                transform: rotate3d(0, 0, 1, 15deg);
    }
    40%{
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
                transform: rotate3d(0, 0, 1, -10deg);
    }
    60%{
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
                transform: rotate3d(0, 0, 1, 5deg);
    }
    80%{
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
                transform: rotate3d(0, 0, 1, -5deg);
    }
    to{
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
                transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing{
    20%{
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
                transform: rotate3d(0, 0, 1, 15deg);
    }
    40%{
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
                transform: rotate3d(0, 0, 1, -10deg);
    }
    60%{
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
                transform: rotate3d(0, 0, 1, 5deg);
    }
    80%{
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
                transform: rotate3d(0, 0, 1, -5deg);
    }
    to{
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
                transform: rotate3d(0, 0, 1, 0deg);
    }
}
.swing{
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
    -webkit-animation-name: swing;
            animation-name: swing;
}
@-webkit-keyframes tada{
    from{
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
    10%,20%{
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
                transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,50%,70%,90%{
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
                transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,60%,80%{
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
                transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to{
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}
@keyframes tada{
    from{
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
    10%,20%{
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
                transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,50%,70%,90%{
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
                transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,60%,80%{
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
                transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to{
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}
.tada{
    -webkit-animation-name: tada;
            animation-name: tada;
}
@-webkit-keyframes wobble{
    from{
        -webkit-transform: none;
                transform: none;
    }
    15%{
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
                transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30%{
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
                transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45%{
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
                transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60%{
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
                transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75%{
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
                transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to{
        -webkit-transform: none;
                transform: none;
    }
}
@keyframes wobble{
    from{
        -webkit-transform: none;
                transform: none;
    }
    15%{
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
                transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30%{
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
                transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45%{
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
                transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60%{
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
                transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75%{
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
                transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to{
        -webkit-transform: none;
                transform: none;
    }
}
.wobble{
    -webkit-animation-name: wobble;
            animation-name: wobble;
}
@-webkit-keyframes jello{
    from,11.1%,to{
        -webkit-transform: none;
                transform: none;
    }
    22.2%{
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
                transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3%{
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
                transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4%{
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
                transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5%{
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
                transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6%{
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
                transform: skewX(-.78125deg) skewY(-.78125deg);
    }
    77.7%{
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
                transform: skewX(.390625deg) skewY(.390625deg);
    }
    88.8%{
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
                transform: skewX(-.1953125deg) skewY(-.1953125deg);
    }
}
@keyframes jello{
    from,11.1%,to{
        -webkit-transform: none;
                transform: none;
    }
    22.2%{
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
                transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3%{
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
                transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4%{
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
                transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5%{
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
                transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6%{
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
                transform: skewX(-.78125deg) skewY(-.78125deg);
    }
    77.7%{
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
                transform: skewX(.390625deg) skewY(.390625deg);
    }
    88.8%{
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
                transform: skewX(-.1953125deg) skewY(-.1953125deg);
    }
}
.jello{
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-animation-name: jello;
            animation-name: jello;
}
@-webkit-keyframes bounceIn{
    from,20%,40%,60%,80%,to{
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0%{
        -webkit-transform: scale3d(.3, .3, .3);
                transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
    20%{
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
    }
    40%{
        -webkit-transform: scale3d(.9, .9, .9);
                transform: scale3d(.9, .9, .9);
    }
    60%{
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
                transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
    }
    80%{
        -webkit-transform: scale3d(.97, .97, .97);
                transform: scale3d(.97, .97, .97);
    }
    to{
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}
@keyframes bounceIn{
    from,20%,40%,60%,80%,to{
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0%{
        -webkit-transform: scale3d(.3, .3, .3);
                transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
    20%{
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
    }
    40%{
        -webkit-transform: scale3d(.9, .9, .9);
                transform: scale3d(.9, .9, .9);
    }
    60%{
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
                transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
    }
    80%{
        -webkit-transform: scale3d(.97, .97, .97);
                transform: scale3d(.97, .97, .97);
    }
    to{
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}
.bounceIn{
    -webkit-animation-name: bounceIn;
            animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown{
    from,60%,75%,90%,to{
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0%{
        -webkit-transform: translate3d(0, -3000px, 0);
                transform: translate3d(0, -3000px, 0);
        opacity: 0;
    }
    60%{
        -webkit-transform: translate3d(0, 25px, 0);
                transform: translate3d(0, 25px, 0);
        opacity: 1;
    }
    75%{
        -webkit-transform: translate3d(0, -10px, 0);
                transform: translate3d(0, -10px, 0);
    }
    90%{
        -webkit-transform: translate3d(0, 5px, 0);
                transform: translate3d(0, 5px, 0);
    }
    to{
        -webkit-transform: none;
                transform: none;
    }
}
@keyframes bounceInDown{
    from,60%,75%,90%,to{
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0%{
        -webkit-transform: translate3d(0, -3000px, 0);
                transform: translate3d(0, -3000px, 0);
        opacity: 0;
    }
    60%{
        -webkit-transform: translate3d(0, 25px, 0);
                transform: translate3d(0, 25px, 0);
        opacity: 1;
    }
    75%{
        -webkit-transform: translate3d(0, -10px, 0);
                transform: translate3d(0, -10px, 0);
    }
    90%{
        -webkit-transform: translate3d(0, 5px, 0);
                transform: translate3d(0, 5px, 0);
    }
    to{
        -webkit-transform: none;
                transform: none;
    }
}
.bounceInDown{
    -webkit-animation-name: bounceInDown;
            animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft{
    from,60%,75%,90%,to{
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0%{
        -webkit-transform: translate3d(-3000px, 0, 0);
                transform: translate3d(-3000px, 0, 0);
        opacity: 0;
    }
    60%{
        -webkit-transform: translate3d(25px, 0, 0);
                transform: translate3d(25px, 0, 0);
        opacity: 1;
    }
    75%{
        -webkit-transform: translate3d(-10px, 0, 0);
                transform: translate3d(-10px, 0, 0);
    }
    90%{
        -webkit-transform: translate3d(5px, 0, 0);
                transform: translate3d(5px, 0, 0);
    }
    to{
        -webkit-transform: none;
                transform: none;
    }
}
@keyframes bounceInLeft{
    from,60%,75%,90%,to{
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0%{
        -webkit-transform: translate3d(-3000px, 0, 0);
                transform: translate3d(-3000px, 0, 0);
        opacity: 0;
    }
    60%{
        -webkit-transform: translate3d(25px, 0, 0);
                transform: translate3d(25px, 0, 0);
        opacity: 1;
    }
    75%{
        -webkit-transform: translate3d(-10px, 0, 0);
                transform: translate3d(-10px, 0, 0);
    }
    90%{
        -webkit-transform: translate3d(5px, 0, 0);
                transform: translate3d(5px, 0, 0);
    }
    to{
        -webkit-transform: none;
                transform: none;
    }
}
.bounceInLeft{
    -webkit-animation-name: bounceInLeft;
            animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight{
    from,60%,75%,90%,to{
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    from{
        -webkit-transform: translate3d(3000px, 0, 0);
                transform: translate3d(3000px, 0, 0);
        opacity: 0;
    }
    60%{
        -webkit-transform: translate3d(-25px, 0, 0);
                transform: translate3d(-25px, 0, 0);
        opacity: 1;
    }
    75%{
        -webkit-transform: translate3d(10px, 0, 0);
                transform: translate3d(10px, 0, 0);
    }
    90%{
        -webkit-transform: translate3d(-5px, 0, 0);
                transform: translate3d(-5px, 0, 0);
    }
    to{
        -webkit-transform: none;
                transform: none;
    }
}
@keyframes bounceInRight{
    from,60%,75%,90%,to{
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    from{
        -webkit-transform: translate3d(3000px, 0, 0);
                transform: translate3d(3000px, 0, 0);
        opacity: 0;
    }
    60%{
        -webkit-transform: translate3d(-25px, 0, 0);
                transform: translate3d(-25px, 0, 0);
        opacity: 1;
    }
    75%{
        -webkit-transform: translate3d(10px, 0, 0);
                transform: translate3d(10px, 0, 0);
    }
    90%{
        -webkit-transform: translate3d(-5px, 0, 0);
                transform: translate3d(-5px, 0, 0);
    }
    to{
        -webkit-transform: none;
                transform: none;
    }
}
.bounceInRight{
    -webkit-animation-name: bounceInRight;
            animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp{
    from,60%,75%,90%,to{
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    from{
        -webkit-transform: translate3d(0, 3000px, 0);
                transform: translate3d(0, 3000px, 0);
        opacity: 0;
    }
    60%{
        -webkit-transform: translate3d(0, -20px, 0);
                transform: translate3d(0, -20px, 0);
        opacity: 1;
    }
    75%{
        -webkit-transform: translate3d(0, 10px, 0);
                transform: translate3d(0, 10px, 0);
    }
    90%{
        -webkit-transform: translate3d(0, -5px, 0);
                transform: translate3d(0, -5px, 0);
    }
    to{
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp{
    from,60%,75%,90%,to{
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    from{
        -webkit-transform: translate3d(0, 3000px, 0);
                transform: translate3d(0, 3000px, 0);
        opacity: 0;
    }
    60%{
        -webkit-transform: translate3d(0, -20px, 0);
                transform: translate3d(0, -20px, 0);
        opacity: 1;
    }
    75%{
        -webkit-transform: translate3d(0, 10px, 0);
                transform: translate3d(0, 10px, 0);
    }
    90%{
        -webkit-transform: translate3d(0, -5px, 0);
                transform: translate3d(0, -5px, 0);
    }
    to{
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
.bounceInUp{
    -webkit-animation-name: bounceInUp;
            animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut{
    20%{
        -webkit-transform: scale3d(.9, .9, .9);
                transform: scale3d(.9, .9, .9);
    }
    50%,55%{
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
    }
    to{
        -webkit-transform: scale3d(.3, .3, .3);
                transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
}
@keyframes bounceOut{
    20%{
        -webkit-transform: scale3d(.9, .9, .9);
                transform: scale3d(.9, .9, .9);
    }
    50%,55%{
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
    }
    to{
        -webkit-transform: scale3d(.3, .3, .3);
                transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
}
.bounceOut{
    -webkit-animation-name: bounceOut;
            animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown{
    20%{
        -webkit-transform: translate3d(0, 10px, 0);
                transform: translate3d(0, 10px, 0);
    }
    40%,45%{
        -webkit-transform: translate3d(0, -20px, 0);
                transform: translate3d(0, -20px, 0);
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(0, 2000px, 0);
                transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }
}
@keyframes bounceOutDown{
    20%{
        -webkit-transform: translate3d(0, 10px, 0);
                transform: translate3d(0, 10px, 0);
    }
    40%,45%{
        -webkit-transform: translate3d(0, -20px, 0);
                transform: translate3d(0, -20px, 0);
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(0, 2000px, 0);
                transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }
}
.bounceOutDown{
    -webkit-animation-name: bounceOutDown;
            animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft{
    20%{
        -webkit-transform: translate3d(20px, 0, 0);
                transform: translate3d(20px, 0, 0);
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(-2000px, 0, 0);
                transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }
}
@keyframes bounceOutLeft{
    20%{
        -webkit-transform: translate3d(20px, 0, 0);
                transform: translate3d(20px, 0, 0);
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(-2000px, 0, 0);
                transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }
}
.bounceOutLeft{
    -webkit-animation-name: bounceOutLeft;
            animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight{
    20%{
        -webkit-transform: translate3d(-20px, 0, 0);
                transform: translate3d(-20px, 0, 0);
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(2000px, 0, 0);
                transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }
}
@keyframes bounceOutRight{
    20%{
        -webkit-transform: translate3d(-20px, 0, 0);
                transform: translate3d(-20px, 0, 0);
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(2000px, 0, 0);
                transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }
}
.bounceOutRight{
    -webkit-animation-name: bounceOutRight;
            animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp{
    20%{
        -webkit-transform: translate3d(0, -10px, 0);
                transform: translate3d(0, -10px, 0);
    }
    40%,45%{
        -webkit-transform: translate3d(0, 20px, 0);
                transform: translate3d(0, 20px, 0);
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(0, -2000px, 0);
                transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }
}
@keyframes bounceOutUp{
    20%{
        -webkit-transform: translate3d(0, -10px, 0);
                transform: translate3d(0, -10px, 0);
    }
    40%,45%{
        -webkit-transform: translate3d(0, 20px, 0);
                transform: translate3d(0, 20px, 0);
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(0, -2000px, 0);
                transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }
}
.bounceOutUp{
    -webkit-animation-name: bounceOutUp;
            animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
@keyframes fadeIn{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.fadeIn{
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown{
    from{
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
@keyframes fadeInDown{
    from{
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
.fadeInDown{
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig{
    from{
        -webkit-transform: translate3d(0, -2000px, 0);
                transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
@keyframes fadeInDownBig{
    from{
        -webkit-transform: translate3d(0, -2000px, 0);
                transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
.fadeInDownBig{
    -webkit-animation-name: fadeInDownBig;
            animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft{
    from{
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
@keyframes fadeInLeft{
    from{
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
.fadeInLeft{
    -webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig{
    from{
        -webkit-transform: translate3d(-2000px, 0, 0);
                transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
@keyframes fadeInLeftBig{
    from{
        -webkit-transform: translate3d(-2000px, 0, 0);
                transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
.fadeInLeftBig{
    -webkit-animation-name: fadeInLeftBig;
            animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight{
    from{
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
@keyframes fadeInRight{
    from{
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
.fadeInRight{
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig{
    from{
        -webkit-transform: translate3d(2000px, 0, 0);
                transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
@keyframes fadeInRightBig{
    from{
        -webkit-transform: translate3d(2000px, 0, 0);
                transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
.fadeInRightBig{
    -webkit-animation-name: fadeInRightBig;
            animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp{
    from{
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
@keyframes fadeInUp{
    from{
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
.fadeInUp{
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig{
    from{
        -webkit-transform: translate3d(0, 2000px, 0);
                transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
@keyframes fadeInUpBig{
    from{
        -webkit-transform: translate3d(0, 2000px, 0);
                transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
.fadeInUpBig{
    -webkit-animation-name: fadeInUpBig;
            animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut{
    from{
        opacity: 1;
    }
    to{
        opacity: 0;
    }
}
@keyframes fadeOut{
    from{
        opacity: 1;
    }
    to{
        opacity: 0;
    }
}
.fadeOut{
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown{
    from{
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
}
@keyframes fadeOutDown{
    from{
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
}
.fadeOutDown{
    -webkit-animation-name: fadeOutDown;
            animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig{
    from{
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(0, 2000px, 0);
                transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }
}
@keyframes fadeOutDownBig{
    from{
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(0, 2000px, 0);
                transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }
}
.fadeOutDownBig{
    -webkit-animation-name: fadeOutDownBig;
            animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft{
    from{
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }
}
@keyframes fadeOutLeft{
    from{
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }
}
.fadeOutLeft{
    -webkit-animation-name: fadeOutLeft;
            animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig{
    from{
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(-2000px, 0, 0);
                transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }
}
@keyframes fadeOutLeftBig{
    from{
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(-2000px, 0, 0);
                transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }
}
.fadeOutLeftBig{
    -webkit-animation-name: fadeOutLeftBig;
            animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight{
    from{
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
        opacity: 0;
    }
}
@keyframes fadeOutRight{
    from{
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
        opacity: 0;
    }
}
.fadeOutRight{
    -webkit-animation-name: fadeOutRight;
            animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig{
    from{
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(2000px, 0, 0);
                transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }
}
@keyframes fadeOutRightBig{
    from{
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(2000px, 0, 0);
                transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }
}
.fadeOutRightBig{
    -webkit-animation-name: fadeOutRightBig;
            animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp{
    from{
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
        opacity: 0;
    }
}
@keyframes fadeOutUp{
    from{
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
        opacity: 0;
    }
}
.fadeOutUp{
    -webkit-animation-name: fadeOutUp;
            animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig{
    from{
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(0, -2000px, 0);
                transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }
}
@keyframes fadeOutUpBig{
    from{
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(0, -2000px, 0);
                transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }
}
.fadeOutUpBig{
    -webkit-animation-name: fadeOutUpBig;
            animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip{
    from{
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
                transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    40%{
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
                transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    50%{
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
                transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    80%{
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
                transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    to{
        -webkit-transform: perspective(400px);
                transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
}
@keyframes flip{
    from{
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
                transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    40%{
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
                transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    50%{
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
                transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    80%{
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
                transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    to{
        -webkit-transform: perspective(400px);
                transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
}
.animated.flip{
    -webkit-animation-name: flip;
            animation-name: flip;

    -webkit-backface-visibility: visible;
            backface-visibility: visible;
}
@-webkit-keyframes flipInX{
    from{
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
                transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
        opacity: 0;
    }
    40%{
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
                transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    60%{
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
                transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80%{
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
                transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to{
        -webkit-transform: perspective(400px);
                transform: perspective(400px);
    }
}
@keyframes flipInX{
    from{
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
                transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
        opacity: 0;
    }
    40%{
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
                transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    60%{
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
                transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80%{
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
                transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to{
        -webkit-transform: perspective(400px);
                transform: perspective(400px);
    }
}
.flipInX{
    -webkit-animation-name: flipInX;
            animation-name: flipInX;

    -webkit-backface-visibility: visible !important;
            backface-visibility: visible !important;
}
@-webkit-keyframes flipInY{
    from{
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
                transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
        opacity: 0;
    }
    40%{
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
                transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    60%{
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
                transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80%{
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
                transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to{
        -webkit-transform: perspective(400px);
                transform: perspective(400px);
    }
}
@keyframes flipInY{
    from{
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
                transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
        opacity: 0;
    }
    40%{
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
                transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    60%{
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
                transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80%{
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
                transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to{
        -webkit-transform: perspective(400px);
                transform: perspective(400px);
    }
}
.flipInY{
    -webkit-animation-name: flipInY;
            animation-name: flipInY;

    -webkit-backface-visibility: visible !important;
            backface-visibility: visible !important;
}
@-webkit-keyframes flipOutX{
    from{
        -webkit-transform: perspective(400px);
                transform: perspective(400px);
    }
    30%{
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
                transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to{
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
                transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutX{
    from{
        -webkit-transform: perspective(400px);
                transform: perspective(400px);
    }
    30%{
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
                transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to{
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
                transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
.flipOutX{
    -webkit-animation-name: flipOutX;
            animation-name: flipOutX;

    -webkit-backface-visibility: visible !important;
            backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY{
    from{
        -webkit-transform: perspective(400px);
                transform: perspective(400px);
    }
    30%{
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
                transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to{
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
                transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutY{
    from{
        -webkit-transform: perspective(400px);
                transform: perspective(400px);
    }
    30%{
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
                transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to{
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
                transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
.flipOutY{
    -webkit-animation-name: flipOutY;
            animation-name: flipOutY;

    -webkit-backface-visibility: visible !important;
            backface-visibility: visible !important;
}
@-webkit-keyframes lightSpeedIn{
    from{
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
                transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60%{
        -webkit-transform: skewX(20deg);
                transform: skewX(20deg);
        opacity: 1;
    }
    80%{
        -webkit-transform: skewX(-5deg);
                transform: skewX(-5deg);
        opacity: 1;
    }
    to{
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
@keyframes lightSpeedIn{
    from{
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
                transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60%{
        -webkit-transform: skewX(20deg);
                transform: skewX(20deg);
        opacity: 1;
    }
    80%{
        -webkit-transform: skewX(-5deg);
                transform: skewX(-5deg);
        opacity: 1;
    }
    to{
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
.lightSpeedIn{
    -webkit-animation-name: lightSpeedIn;
            animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut{
    from{
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
                transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut{
    from{
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
                transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.lightSpeedOut{
    -webkit-animation-name: lightSpeedOut;
            animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn{
    from{
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
                transform: rotate3d(0, 0, 1, -200deg);
        -webkit-transform-origin: center;
                transform-origin: center;
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        -webkit-transform-origin: center;
                transform-origin: center;
        opacity: 1;
    }
}
@keyframes rotateIn{
    from{
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
                transform: rotate3d(0, 0, 1, -200deg);
        -webkit-transform-origin: center;
                transform-origin: center;
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        -webkit-transform-origin: center;
                transform-origin: center;
        opacity: 1;
    }
}
.rotateIn{
    -webkit-animation-name: rotateIn;
            animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft{
    from{
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
        opacity: 1;
    }
}
@keyframes rotateInDownLeft{
    from{
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
        opacity: 1;
    }
}
.rotateInDownLeft{
    -webkit-animation-name: rotateInDownLeft;
            animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight{
    from{
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
        opacity: 1;
    }
}
@keyframes rotateInDownRight{
    from{
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
        opacity: 1;
    }
}
.rotateInDownRight{
    -webkit-animation-name: rotateInDownRight;
            animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft{
    from{
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
        opacity: 1;
    }
}
@keyframes rotateInUpLeft{
    from{
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
        opacity: 1;
    }
}
.rotateInUpLeft{
    -webkit-animation-name: rotateInUpLeft;
            animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight{
    from{
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
                transform: rotate3d(0, 0, 1, -90deg);
        -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
        opacity: 1;
    }
}
@keyframes rotateInUpRight{
    from{
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
                transform: rotate3d(0, 0, 1, -90deg);
        -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
        opacity: 1;
    }
}
.rotateInUpRight{
    -webkit-animation-name: rotateInUpRight;
            animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut{
    from{
        -webkit-transform-origin: center;
                transform-origin: center;
        opacity: 1;
    }
    to{
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
                transform: rotate3d(0, 0, 1, 200deg);
        -webkit-transform-origin: center;
                transform-origin: center;
        opacity: 0;
    }
}
@keyframes rotateOut{
    from{
        -webkit-transform-origin: center;
                transform-origin: center;
        opacity: 1;
    }
    to{
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
                transform: rotate3d(0, 0, 1, 200deg);
        -webkit-transform-origin: center;
                transform-origin: center;
        opacity: 0;
    }
}
.rotateOut{
    -webkit-animation-name: rotateOut;
            animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft{
    from{
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
        opacity: 1;
    }
    to{
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft{
    from{
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
        opacity: 1;
    }
    to{
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
        opacity: 0;
    }
}
.rotateOutDownLeft{
    -webkit-animation-name: rotateOutDownLeft;
            animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight{
    from{
        -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
        opacity: 1;
    }
    to{
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
        opacity: 0;
    }
}
@keyframes rotateOutDownRight{
    from{
        -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
        opacity: 1;
    }
    to{
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
        opacity: 0;
    }
}
.rotateOutDownRight{
    -webkit-animation-name: rotateOutDownRight;
            animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft{
    from{
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
        opacity: 1;
    }
    to{
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft{
    from{
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
        opacity: 1;
    }
    to{
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
        opacity: 0;
    }
}
.rotateOutUpLeft{
    -webkit-animation-name: rotateOutUpLeft;
            animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight{
    from{
        -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
        opacity: 1;
    }
    to{
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
                transform: rotate3d(0, 0, 1, 90deg);
        -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
        opacity: 0;
    }
}
@keyframes rotateOutUpRight{
    from{
        -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
        opacity: 1;
    }
    to{
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
                transform: rotate3d(0, 0, 1, 90deg);
        -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
        opacity: 0;
    }
}
.rotateOutUpRight{
    -webkit-animation-name: rotateOutUpRight;
            animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge{
    0%{
        -webkit-transform-origin: top left;
                transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
    }
    20%,60%{
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
                transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
                transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
    }
    40%,80%{
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
                transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
                transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(0, 700px, 0);
                transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge{
    0%{
        -webkit-transform-origin: top left;
                transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
    }
    20%,60%{
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
                transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
                transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
    }
    40%,80%{
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
                transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
                transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(0, 700px, 0);
                transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge{
    -webkit-animation-name: hinge;
            animation-name: hinge;
}
@-webkit-keyframes jackInTheBox{
    from{
        -webkit-transform: scale(.1) rotate(30deg);
                transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
                transform-origin: center bottom;
        opacity: 0;
    }
    50%{
        -webkit-transform: rotate(-10deg);
                transform: rotate(-10deg);
    }
    70%{
        -webkit-transform: rotate(3deg);
                transform: rotate(3deg);
    }
    to{
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }
}
@keyframes jackInTheBox{
    from{
        -webkit-transform: scale(.1) rotate(30deg);
                transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
                transform-origin: center bottom;
        opacity: 0;
    }
    50%{
        -webkit-transform: rotate(-10deg);
                transform: rotate(-10deg);
    }
    70%{
        -webkit-transform: rotate(3deg);
                transform: rotate(3deg);
    }
    to{
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }
}
.jackInTheBox{
    -webkit-animation-name: jackInTheBox;
            animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn{
    from{
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
                transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
@keyframes rollIn{
    from{
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
                transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        opacity: 0;
    }
    to{
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
.rollIn{
    -webkit-animation-name: rollIn;
            animation-name: rollIn;
}
@-webkit-keyframes rollOut{
    from{
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
                transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        opacity: 0;
    }
}
@keyframes rollOut{
    from{
        opacity: 1;
    }
    to{
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
                transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        opacity: 0;
    }
}
.rollOut{
    -webkit-animation-name: rollOut;
            animation-name: rollOut;
}
@-webkit-keyframes zoomIn{
    from{
        -webkit-transform: scale3d(.3, .3, .3);
                transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
}
@keyframes zoomIn{
    from{
        -webkit-transform: scale3d(.3, .3, .3);
                transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
}
.zoomIn{
    -webkit-animation-name: zoomIn;
            animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown{
    from{
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
                transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }
    60%{
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
                transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}
@keyframes zoomInDown{
    from{
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
                transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }
    60%{
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
                transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}
.zoomInDown{
    -webkit-animation-name: zoomInDown;
            animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft{
    from{
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
                transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }
    60%{
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
                transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}
@keyframes zoomInLeft{
    from{
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
                transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }
    60%{
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
                transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}
.zoomInLeft{
    -webkit-animation-name: zoomInLeft;
            animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight{
    from{
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
                transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }
    60%{
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
                transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}
@keyframes zoomInRight{
    from{
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
                transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }
    60%{
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
                transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}
.zoomInRight{
    -webkit-animation-name: zoomInRight;
            animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp{
    from{
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
                transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }
    60%{
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
                transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}
@keyframes zoomInUp{
    from{
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
                transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }
    60%{
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
                transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}
.zoomInUp{
    -webkit-animation-name: zoomInUp;
            animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut{
    from{
        opacity: 1;
    }
    50%{
        -webkit-transform: scale3d(.3, .3, .3);
                transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
    to{
        opacity: 0;
    }
}
@keyframes zoomOut{
    from{
        opacity: 1;
    }
    50%{
        -webkit-transform: scale3d(.3, .3, .3);
                transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
    to{
        opacity: 0;
    }
}
.zoomOut{
    -webkit-animation-name: zoomOut;
            animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown{
    40%{
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
                transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
    }
    to{
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
                transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
                transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
    }
}
@keyframes zoomOutDown{
    40%{
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
                transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
    }
    to{
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
                transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
                transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
    }
}
.zoomOutDown{
    -webkit-animation-name: zoomOutDown;
            animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft{
    40%{
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
                transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        opacity: 1;
    }
    to{
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
                transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
                transform-origin: left center;
        opacity: 0;
    }
}
@keyframes zoomOutLeft{
    40%{
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
                transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        opacity: 1;
    }
    to{
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
                transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
                transform-origin: left center;
        opacity: 0;
    }
}
.zoomOutLeft{
    -webkit-animation-name: zoomOutLeft;
            animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight{
    40%{
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
                transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        opacity: 1;
    }
    to{
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
                transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
                transform-origin: right center;
        opacity: 0;
    }
}
@keyframes zoomOutRight{
    40%{
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
                transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        opacity: 1;
    }
    to{
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
                transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
                transform-origin: right center;
        opacity: 0;
    }
}
.zoomOutRight{
    -webkit-animation-name: zoomOutRight;
            animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp{
    40%{
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
                transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
    }
    to{
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
                transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
                transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
    }
}
@keyframes zoomOutUp{
    40%{
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
                transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
    }
    to{
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
                transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
                transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
    }
}
.zoomOutUp{
    -webkit-animation-name: zoomOutUp;
            animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown{
    from{
        visibility: visible;
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
    to{
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown{
    from{
        visibility: visible;
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
    to{
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
.slideInDown{
    -webkit-animation-name: slideInDown;
            animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft{
    from{
        visibility: visible;
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }
    to{
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft{
    from{
        visibility: visible;
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }
    to{
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
.slideInLeft{
    -webkit-animation-name: slideInLeft;
            animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight{
    from{
        visibility: visible;
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
    }
    to{
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight{
    from{
        visibility: visible;
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
    }
    to{
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
.slideInRight{
    -webkit-animation-name: slideInRight;
            animation-name: slideInRight;
}
@-webkit-keyframes slideInUp{
    from{
        visibility: visible;
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
    }
    to{
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp{
    from{
        visibility: visible;
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
    }
    to{
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
.slideInUp{
    -webkit-animation-name: slideInUp;
            animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown{
    from{
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    to{
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown{
    from{
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    to{
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
    }
}
.slideOutDown{
    -webkit-animation-name: slideOutDown;
            animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft{
    from{
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    to{
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft{
    from{
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    to{
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }
}
.slideOutLeft{
    -webkit-animation-name: slideOutLeft;
            animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight{
    from{
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    to{
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutRight{
    from{
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    to{
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
    }
}
.slideOutRight{
    -webkit-animation-name: slideOutRight;
            animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp{
    from{
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    to{
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp{
    from{
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    to{
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
}
.slideOutUp{
    -webkit-animation-name: slideOutUp;
            animation-name: slideOutUp;
}
@media (min-width: 0){
    .min-0--flex{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
    .min-0--height{
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
    }
    .min-0--grow{
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .min-0--order-end{
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
    .min-0--order-start{
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
                order: -1;
    }
    .min-0--row{
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }
    .min-0--row-reverse{
                flex-direction: row-reverse;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
    }
    .min-0--column{
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .min-0--column-reverse{
                flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
    }
    .min-0--wrap{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .min-0--nowrap{
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
    .min-0--wrap-reverse{
        -webkit-flex-wrap: wrap-reverse;
            -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse;
    }
    .min-0--align-center{
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .min-0--align-end{
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
                align-items: flex-end;
    }
    .min-0--align-start{
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .min-0--align-stretch{
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
                align-items: stretch;
    }
    .min-0--align-baseline{
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
                align-items: baseline;
    }
    .min-0--justify-center{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .min-0--justify-end{
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .min-0--justify-start{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .min-0--justify-around{
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
                justify-content: space-around;
    }
    .min-0--justify-between{
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .min-0--content-center{
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
                align-content: center;
    }
    .min-0--content-end{
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
                align-content: flex-end;
    }
    .min-0--content-start{
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
                align-content: flex-start;
    }
    .min-0--content-stretch{
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
                align-content: stretch;
    }
    .min-0--content-around{
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
                align-content: space-around;
    }
    .min-0--content-between{
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
                align-content: space-between;
    }
    .min-0--self-center{
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
                align-self: center;
    }
    .min-0--self-end{
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
                align-self: flex-end;
    }
    .min-0--self-start{
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
                align-self: flex-start;
    }
    .min-0--self-stretch{
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
                align-self: stretch;
    }
    .min-0--self-auto{
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
                align-self: auto;
    }
    .min-0--self-baseline{
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
                align-self: baseline;
    }
}
@media (min-width: 375px){
    .min-375--flex{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
    .min-375--height{
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
    }
    .min-375--grow{
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .min-375--order-end{
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
    .min-375--order-start{
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
                order: -1;
    }
    .min-375--row{
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }
    .min-375--row-reverse{
                flex-direction: row-reverse;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
    }
    .min-375--column{
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .min-375--column-reverse{
                flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
    }
    .min-375--wrap{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .min-375--nowrap{
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
    .min-375--wrap-reverse{
        -webkit-flex-wrap: wrap-reverse;
            -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse;
    }
    .min-375--align-center{
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .min-375--align-end{
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
                align-items: flex-end;
    }
    .min-375--align-start{
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .min-375--align-stretch{
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
                align-items: stretch;
    }
    .min-375--align-baseline{
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
                align-items: baseline;
    }
    .min-375--justify-center{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .min-375--justify-end{
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .min-375--justify-start{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .min-375--justify-around{
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
                justify-content: space-around;
    }
    .min-375--justify-between{
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .min-375--content-center{
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
                align-content: center;
    }
    .min-375--content-end{
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
                align-content: flex-end;
    }
    .min-375--content-start{
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
                align-content: flex-start;
    }
    .min-375--content-stretch{
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
                align-content: stretch;
    }
    .min-375--content-around{
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
                align-content: space-around;
    }
    .min-375--content-between{
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
                align-content: space-between;
    }
    .min-375--self-center{
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
                align-self: center;
    }
    .min-375--self-end{
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
                align-self: flex-end;
    }
    .min-375--self-start{
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
                align-self: flex-start;
    }
    .min-375--self-stretch{
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
                align-self: stretch;
    }
    .min-375--self-auto{
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
                align-self: auto;
    }
    .min-375--self-baseline{
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
                align-self: baseline;
    }
}
@media (min-width: 768px){
    .min-768--flex{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
    .min-768--height{
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
    }
    .min-768--grow{
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .min-768--order-end{
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
    .min-768--order-start{
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
                order: -1;
    }
    .min-768--row{
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }
    .min-768--row-reverse{
                flex-direction: row-reverse;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
    }
    .min-768--column{
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .min-768--column-reverse{
                flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
    }
    .min-768--wrap{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .min-768--nowrap{
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
    .min-768--wrap-reverse{
        -webkit-flex-wrap: wrap-reverse;
            -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse;
    }
    .min-768--align-center{
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .min-768--align-end{
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
                align-items: flex-end;
    }
    .min-768--align-start{
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .min-768--align-stretch{
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
                align-items: stretch;
    }
    .min-768--align-baseline{
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
                align-items: baseline;
    }
    .min-768--justify-center{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .min-768--justify-end{
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .min-768--justify-start{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .min-768--justify-around{
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
                justify-content: space-around;
    }
    .min-768--justify-between{
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .min-768--content-center{
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
                align-content: center;
    }
    .min-768--content-end{
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
                align-content: flex-end;
    }
    .min-768--content-start{
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
                align-content: flex-start;
    }
    .min-768--content-stretch{
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
                align-content: stretch;
    }
    .min-768--content-around{
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
                align-content: space-around;
    }
    .min-768--content-between{
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
                align-content: space-between;
    }
    .min-768--self-center{
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
                align-self: center;
    }
    .min-768--self-end{
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
                align-self: flex-end;
    }
    .min-768--self-start{
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
                align-self: flex-start;
    }
    .min-768--self-stretch{
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
                align-self: stretch;
    }
    .min-768--self-auto{
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
                align-self: auto;
    }
    .min-768--self-baseline{
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
                align-self: baseline;
    }
}
@media (min-width: 990px){
    .min-990--flex{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
    .min-990--height{
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
    }
    .min-990--grow{
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .min-990--order-end{
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
    .min-990--order-start{
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
                order: -1;
    }
    .min-990--row{
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }
    .min-990--row-reverse{
                flex-direction: row-reverse;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
    }
    .min-990--column{
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .min-990--column-reverse{
                flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
    }
    .min-990--wrap{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .min-990--nowrap{
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
    .min-990--wrap-reverse{
        -webkit-flex-wrap: wrap-reverse;
            -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse;
    }
    .min-990--align-center{
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .min-990--align-end{
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
                align-items: flex-end;
    }
    .min-990--align-start{
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .min-990--align-stretch{
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
                align-items: stretch;
    }
    .min-990--align-baseline{
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
                align-items: baseline;
    }
    .min-990--justify-center{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .min-990--justify-end{
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .min-990--justify-start{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .min-990--justify-around{
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
                justify-content: space-around;
    }
    .min-990--justify-between{
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .min-990--content-center{
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
                align-content: center;
    }
    .min-990--content-end{
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
                align-content: flex-end;
    }
    .min-990--content-start{
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
                align-content: flex-start;
    }
    .min-990--content-stretch{
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
                align-content: stretch;
    }
    .min-990--content-around{
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
                align-content: space-around;
    }
    .min-990--content-between{
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
                align-content: space-between;
    }
    .min-990--self-center{
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
                align-self: center;
    }
    .min-990--self-end{
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
                align-self: flex-end;
    }
    .min-990--self-start{
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
                align-self: flex-start;
    }
    .min-990--self-stretch{
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
                align-self: stretch;
    }
    .min-990--self-auto{
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
                align-self: auto;
    }
    .min-990--self-baseline{
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
                align-self: baseline;
    }
}
@media (min-width: 1025px){
    .min-1025--flex{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
    .min-1025--height{
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
    }
    .min-1025--grow{
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .min-1025--order-end{
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
    .min-1025--order-start{
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
                order: -1;
    }
    .min-1025--row{
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }
    .min-1025--row-reverse{
                flex-direction: row-reverse;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
    }
    .min-1025--column{
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .min-1025--column-reverse{
                flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
    }
    .min-1025--wrap{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .min-1025--nowrap{
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
    .min-1025--wrap-reverse{
        -webkit-flex-wrap: wrap-reverse;
            -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse;
    }
    .min-1025--align-center{
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .min-1025--align-end{
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
                align-items: flex-end;
    }
    .min-1025--align-start{
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .min-1025--align-stretch{
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
                align-items: stretch;
    }
    .min-1025--align-baseline{
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
                align-items: baseline;
    }
    .min-1025--justify-center{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .min-1025--justify-end{
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .min-1025--justify-start{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .min-1025--justify-around{
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
                justify-content: space-around;
    }
    .min-1025--justify-between{
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .min-1025--content-center{
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
                align-content: center;
    }
    .min-1025--content-end{
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
                align-content: flex-end;
    }
    .min-1025--content-start{
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
                align-content: flex-start;
    }
    .min-1025--content-stretch{
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
                align-content: stretch;
    }
    .min-1025--content-around{
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
                align-content: space-around;
    }
    .min-1025--content-between{
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
                align-content: space-between;
    }
    .min-1025--self-center{
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
                align-self: center;
    }
    .min-1025--self-end{
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
                align-self: flex-end;
    }
    .min-1025--self-start{
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
                align-self: flex-start;
    }
    .min-1025--self-stretch{
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
                align-self: stretch;
    }
    .min-1025--self-auto{
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
                align-self: auto;
    }
    .min-1025--self-baseline{
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
                align-self: baseline;
    }
}
@media (min-width: 1280px){
    .min-1280--flex{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
    .min-1280--height{
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
    }
    .min-1280--grow{
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .min-1280--order-end{
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
    .min-1280--order-start{
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
                order: -1;
    }
    .min-1280--row{
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }
    .min-1280--row-reverse{
                flex-direction: row-reverse;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
    }
    .min-1280--column{
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .min-1280--column-reverse{
                flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
    }
    .min-1280--wrap{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .min-1280--nowrap{
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
    .min-1280--wrap-reverse{
        -webkit-flex-wrap: wrap-reverse;
            -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse;
    }
    .min-1280--align-center{
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .min-1280--align-end{
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
                align-items: flex-end;
    }
    .min-1280--align-start{
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .min-1280--align-stretch{
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
                align-items: stretch;
    }
    .min-1280--align-baseline{
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
                align-items: baseline;
    }
    .min-1280--justify-center{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .min-1280--justify-end{
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .min-1280--justify-start{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .min-1280--justify-around{
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
                justify-content: space-around;
    }
    .min-1280--justify-between{
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .min-1280--content-center{
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
                align-content: center;
    }
    .min-1280--content-end{
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
                align-content: flex-end;
    }
    .min-1280--content-start{
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
                align-content: flex-start;
    }
    .min-1280--content-stretch{
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
                align-content: stretch;
    }
    .min-1280--content-around{
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
                align-content: space-around;
    }
    .min-1280--content-between{
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
                align-content: space-between;
    }
    .min-1280--self-center{
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
                align-self: center;
    }
    .min-1280--self-end{
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
                align-self: flex-end;
    }
    .min-1280--self-start{
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
                align-self: flex-start;
    }
    .min-1280--self-stretch{
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
                align-self: stretch;
    }
    .min-1280--self-auto{
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
                align-self: auto;
    }
    .min-1280--self-baseline{
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
                align-self: baseline;
    }
}
@media (min-width: 1366px){
    .min-1366--flex{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
    .min-1366--height{
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
    }
    .min-1366--grow{
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .min-1366--order-end{
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
    .min-1366--order-start{
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
                order: -1;
    }
    .min-1366--row{
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }
    .min-1366--row-reverse{
                flex-direction: row-reverse;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
    }
    .min-1366--column{
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .min-1366--column-reverse{
                flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
    }
    .min-1366--wrap{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .min-1366--nowrap{
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
    .min-1366--wrap-reverse{
        -webkit-flex-wrap: wrap-reverse;
            -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse;
    }
    .min-1366--align-center{
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .min-1366--align-end{
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
                align-items: flex-end;
    }
    .min-1366--align-start{
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .min-1366--align-stretch{
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
                align-items: stretch;
    }
    .min-1366--align-baseline{
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
                align-items: baseline;
    }
    .min-1366--justify-center{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .min-1366--justify-end{
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .min-1366--justify-start{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .min-1366--justify-around{
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
                justify-content: space-around;
    }
    .min-1366--justify-between{
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .min-1366--content-center{
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
                align-content: center;
    }
    .min-1366--content-end{
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
                align-content: flex-end;
    }
    .min-1366--content-start{
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
                align-content: flex-start;
    }
    .min-1366--content-stretch{
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
                align-content: stretch;
    }
    .min-1366--content-around{
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
                align-content: space-around;
    }
    .min-1366--content-between{
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
                align-content: space-between;
    }
    .min-1366--self-center{
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
                align-self: center;
    }
    .min-1366--self-end{
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
                align-self: flex-end;
    }
    .min-1366--self-start{
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
                align-self: flex-start;
    }
    .min-1366--self-stretch{
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
                align-self: stretch;
    }
    .min-1366--self-auto{
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
                align-self: auto;
    }
    .min-1366--self-baseline{
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
                align-self: baseline;
    }
}
@media (min-width: 1440px){
    .min-1440--flex{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
    .min-1440--height{
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
    }
    .min-1440--grow{
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .min-1440--order-end{
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
    .min-1440--order-start{
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
                order: -1;
    }
    .min-1440--row{
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }
    .min-1440--row-reverse{
                flex-direction: row-reverse;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
    }
    .min-1440--column{
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .min-1440--column-reverse{
                flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
    }
    .min-1440--wrap{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .min-1440--nowrap{
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
    .min-1440--wrap-reverse{
        -webkit-flex-wrap: wrap-reverse;
            -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse;
    }
    .min-1440--align-center{
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .min-1440--align-end{
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
                align-items: flex-end;
    }
    .min-1440--align-start{
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .min-1440--align-stretch{
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
                align-items: stretch;
    }
    .min-1440--align-baseline{
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
                align-items: baseline;
    }
    .min-1440--justify-center{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .min-1440--justify-end{
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .min-1440--justify-start{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .min-1440--justify-around{
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
                justify-content: space-around;
    }
    .min-1440--justify-between{
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .min-1440--content-center{
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
                align-content: center;
    }
    .min-1440--content-end{
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
                align-content: flex-end;
    }
    .min-1440--content-start{
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
                align-content: flex-start;
    }
    .min-1440--content-stretch{
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
                align-content: stretch;
    }
    .min-1440--content-around{
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
                align-content: space-around;
    }
    .min-1440--content-between{
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
                align-content: space-between;
    }
    .min-1440--self-center{
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
                align-self: center;
    }
    .min-1440--self-end{
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
                align-self: flex-end;
    }
    .min-1440--self-start{
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
                align-self: flex-start;
    }
    .min-1440--self-stretch{
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
                align-self: stretch;
    }
    .min-1440--self-auto{
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
                align-self: auto;
    }
    .min-1440--self-baseline{
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
                align-self: baseline;
    }
}
@media (min-width: 1600px){
    .min-1600--flex{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
    .min-1600--height{
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
    }
    .min-1600--grow{
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .min-1600--order-end{
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
    .min-1600--order-start{
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
                order: -1;
    }
    .min-1600--row{
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }
    .min-1600--row-reverse{
                flex-direction: row-reverse;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
    }
    .min-1600--column{
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .min-1600--column-reverse{
                flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
    }
    .min-1600--wrap{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .min-1600--nowrap{
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
    .min-1600--wrap-reverse{
        -webkit-flex-wrap: wrap-reverse;
            -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse;
    }
    .min-1600--align-center{
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .min-1600--align-end{
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
                align-items: flex-end;
    }
    .min-1600--align-start{
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .min-1600--align-stretch{
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
                align-items: stretch;
    }
    .min-1600--align-baseline{
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
                align-items: baseline;
    }
    .min-1600--justify-center{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .min-1600--justify-end{
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .min-1600--justify-start{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .min-1600--justify-around{
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
                justify-content: space-around;
    }
    .min-1600--justify-between{
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .min-1600--content-center{
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
                align-content: center;
    }
    .min-1600--content-end{
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
                align-content: flex-end;
    }
    .min-1600--content-start{
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
                align-content: flex-start;
    }
    .min-1600--content-stretch{
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
                align-content: stretch;
    }
    .min-1600--content-around{
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
                align-content: space-around;
    }
    .min-1600--content-between{
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
                align-content: space-between;
    }
    .min-1600--self-center{
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
                align-self: center;
    }
    .min-1600--self-end{
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
                align-self: flex-end;
    }
    .min-1600--self-start{
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
                align-self: flex-start;
    }
    .min-1600--self-stretch{
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
                align-self: stretch;
    }
    .min-1600--self-auto{
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
                align-self: auto;
    }
    .min-1600--self-baseline{
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
                align-self: baseline;
    }
}
@media (max-width: 374px){
    .max-374--flex{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
    .max-374--height{
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
    }
    .max-374--grow{
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .max-374--order-end{
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
    .max-374--order-start{
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
                order: -1;
    }
    .max-374--row{
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }
    .max-374--row-reverse{
                flex-direction: row-reverse;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
    }
    .max-374--column{
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .max-374--column-reverse{
                flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
    }
    .max-374--wrap{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .max-374--nowrap{
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
    .max-374--wrap-reverse{
        -webkit-flex-wrap: wrap-reverse;
            -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse;
    }
    .max-374--align-center{
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .max-374--align-end{
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
                align-items: flex-end;
    }
    .max-374--align-start{
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .max-374--align-stretch{
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
                align-items: stretch;
    }
    .max-374--align-baseline{
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
                align-items: baseline;
    }
    .max-374--justify-center{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .max-374--justify-end{
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .max-374--justify-start{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .max-374--justify-around{
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
                justify-content: space-around;
    }
    .max-374--justify-between{
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .max-374--content-center{
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
                align-content: center;
    }
    .max-374--content-end{
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
                align-content: flex-end;
    }
    .max-374--content-start{
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
                align-content: flex-start;
    }
    .max-374--content-stretch{
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
                align-content: stretch;
    }
    .max-374--content-around{
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
                align-content: space-around;
    }
    .max-374--content-between{
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
                align-content: space-between;
    }
    .max-374--self-center{
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
                align-self: center;
    }
    .max-374--self-end{
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
                align-self: flex-end;
    }
    .max-374--self-start{
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
                align-self: flex-start;
    }
    .max-374--self-stretch{
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
                align-self: stretch;
    }
    .max-374--self-auto{
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
                align-self: auto;
    }
    .max-374--self-baseline{
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
                align-self: baseline;
    }
}
@media (max-width: 767px){
    .max-767--flex{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
    .max-767--height{
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
    }
    .max-767--grow{
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .max-767--order-end{
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
    .max-767--order-start{
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
                order: -1;
    }
    .max-767--row{
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }
    .max-767--row-reverse{
                flex-direction: row-reverse;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
    }
    .max-767--column{
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .max-767--column-reverse{
                flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
    }
    .max-767--wrap{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .max-767--nowrap{
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
    .max-767--wrap-reverse{
        -webkit-flex-wrap: wrap-reverse;
            -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse;
    }
    .max-767--align-center{
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .max-767--align-end{
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
                align-items: flex-end;
    }
    .max-767--align-start{
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .max-767--align-stretch{
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
                align-items: stretch;
    }
    .max-767--align-baseline{
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
                align-items: baseline;
    }
    .max-767--justify-center{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .max-767--justify-end{
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .max-767--justify-start{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .max-767--justify-around{
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
                justify-content: space-around;
    }
    .max-767--justify-between{
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .max-767--content-center{
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
                align-content: center;
    }
    .max-767--content-end{
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
                align-content: flex-end;
    }
    .max-767--content-start{
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
                align-content: flex-start;
    }
    .max-767--content-stretch{
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
                align-content: stretch;
    }
    .max-767--content-around{
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
                align-content: space-around;
    }
    .max-767--content-between{
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
                align-content: space-between;
    }
    .max-767--self-center{
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
                align-self: center;
    }
    .max-767--self-end{
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
                align-self: flex-end;
    }
    .max-767--self-start{
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
                align-self: flex-start;
    }
    .max-767--self-stretch{
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
                align-self: stretch;
    }
    .max-767--self-auto{
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
                align-self: auto;
    }
    .max-767--self-baseline{
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
                align-self: baseline;
    }
}
@media (max-width: 989px){
    .max-989--flex{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
    .max-989--height{
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
    }
    .max-989--grow{
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .max-989--order-end{
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
    .max-989--order-start{
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
                order: -1;
    }
    .max-989--row{
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }
    .max-989--row-reverse{
                flex-direction: row-reverse;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
    }
    .max-989--column{
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .max-989--column-reverse{
                flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
    }
    .max-989--wrap{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .max-989--nowrap{
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
    .max-989--wrap-reverse{
        -webkit-flex-wrap: wrap-reverse;
            -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse;
    }
    .max-989--align-center{
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .max-989--align-end{
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
                align-items: flex-end;
    }
    .max-989--align-start{
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .max-989--align-stretch{
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
                align-items: stretch;
    }
    .max-989--align-baseline{
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
                align-items: baseline;
    }
    .max-989--justify-center{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .max-989--justify-end{
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .max-989--justify-start{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .max-989--justify-around{
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
                justify-content: space-around;
    }
    .max-989--justify-between{
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .max-989--content-center{
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
                align-content: center;
    }
    .max-989--content-end{
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
                align-content: flex-end;
    }
    .max-989--content-start{
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
                align-content: flex-start;
    }
    .max-989--content-stretch{
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
                align-content: stretch;
    }
    .max-989--content-around{
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
                align-content: space-around;
    }
    .max-989--content-between{
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
                align-content: space-between;
    }
    .max-989--self-center{
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
                align-self: center;
    }
    .max-989--self-end{
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
                align-self: flex-end;
    }
    .max-989--self-start{
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
                align-self: flex-start;
    }
    .max-989--self-stretch{
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
                align-self: stretch;
    }
    .max-989--self-auto{
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
                align-self: auto;
    }
    .max-989--self-baseline{
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
                align-self: baseline;
    }
}
@media (max-width: 1024px){
    .max-1024--flex{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
    .max-1024--height{
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
    }
    .max-1024--grow{
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .max-1024--order-end{
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
    .max-1024--order-start{
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
                order: -1;
    }
    .max-1024--row{
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }
    .max-1024--row-reverse{
                flex-direction: row-reverse;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
    }
    .max-1024--column{
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .max-1024--column-reverse{
                flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
    }
    .max-1024--wrap{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .max-1024--nowrap{
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
    .max-1024--wrap-reverse{
        -webkit-flex-wrap: wrap-reverse;
            -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse;
    }
    .max-1024--align-center{
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .max-1024--align-end{
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
                align-items: flex-end;
    }
    .max-1024--align-start{
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .max-1024--align-stretch{
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
                align-items: stretch;
    }
    .max-1024--align-baseline{
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
                align-items: baseline;
    }
    .max-1024--justify-center{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .max-1024--justify-end{
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .max-1024--justify-start{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .max-1024--justify-around{
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
                justify-content: space-around;
    }
    .max-1024--justify-between{
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .max-1024--content-center{
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
                align-content: center;
    }
    .max-1024--content-end{
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
                align-content: flex-end;
    }
    .max-1024--content-start{
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
                align-content: flex-start;
    }
    .max-1024--content-stretch{
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
                align-content: stretch;
    }
    .max-1024--content-around{
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
                align-content: space-around;
    }
    .max-1024--content-between{
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
                align-content: space-between;
    }
    .max-1024--self-center{
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
                align-self: center;
    }
    .max-1024--self-end{
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
                align-self: flex-end;
    }
    .max-1024--self-start{
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
                align-self: flex-start;
    }
    .max-1024--self-stretch{
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
                align-self: stretch;
    }
    .max-1024--self-auto{
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
                align-self: auto;
    }
    .max-1024--self-baseline{
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
                align-self: baseline;
    }
}
@media (max-width: 1279px){
    .max-1279--flex{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
    .max-1279--height{
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
    }
    .max-1279--grow{
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .max-1279--order-end{
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
    .max-1279--order-start{
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
                order: -1;
    }
    .max-1279--row{
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }
    .max-1279--row-reverse{
                flex-direction: row-reverse;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
    }
    .max-1279--column{
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .max-1279--column-reverse{
                flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
    }
    .max-1279--wrap{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .max-1279--nowrap{
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
    .max-1279--wrap-reverse{
        -webkit-flex-wrap: wrap-reverse;
            -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse;
    }
    .max-1279--align-center{
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .max-1279--align-end{
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
                align-items: flex-end;
    }
    .max-1279--align-start{
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .max-1279--align-stretch{
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
                align-items: stretch;
    }
    .max-1279--align-baseline{
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
                align-items: baseline;
    }
    .max-1279--justify-center{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .max-1279--justify-end{
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .max-1279--justify-start{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .max-1279--justify-around{
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
                justify-content: space-around;
    }
    .max-1279--justify-between{
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .max-1279--content-center{
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
                align-content: center;
    }
    .max-1279--content-end{
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
                align-content: flex-end;
    }
    .max-1279--content-start{
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
                align-content: flex-start;
    }
    .max-1279--content-stretch{
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
                align-content: stretch;
    }
    .max-1279--content-around{
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
                align-content: space-around;
    }
    .max-1279--content-between{
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
                align-content: space-between;
    }
    .max-1279--self-center{
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
                align-self: center;
    }
    .max-1279--self-end{
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
                align-self: flex-end;
    }
    .max-1279--self-start{
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
                align-self: flex-start;
    }
    .max-1279--self-stretch{
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
                align-self: stretch;
    }
    .max-1279--self-auto{
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
                align-self: auto;
    }
    .max-1279--self-baseline{
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
                align-self: baseline;
    }
}
@media (max-width: 1365px){
    .max-1365--flex{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
    .max-1365--height{
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
    }
    .max-1365--grow{
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .max-1365--order-end{
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
    .max-1365--order-start{
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
                order: -1;
    }
    .max-1365--row{
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }
    .max-1365--row-reverse{
                flex-direction: row-reverse;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
    }
    .max-1365--column{
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .max-1365--column-reverse{
                flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
    }
    .max-1365--wrap{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .max-1365--nowrap{
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
    .max-1365--wrap-reverse{
        -webkit-flex-wrap: wrap-reverse;
            -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse;
    }
    .max-1365--align-center{
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .max-1365--align-end{
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
                align-items: flex-end;
    }
    .max-1365--align-start{
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .max-1365--align-stretch{
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
                align-items: stretch;
    }
    .max-1365--align-baseline{
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
                align-items: baseline;
    }
    .max-1365--justify-center{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .max-1365--justify-end{
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .max-1365--justify-start{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .max-1365--justify-around{
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
                justify-content: space-around;
    }
    .max-1365--justify-between{
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .max-1365--content-center{
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
                align-content: center;
    }
    .max-1365--content-end{
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
                align-content: flex-end;
    }
    .max-1365--content-start{
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
                align-content: flex-start;
    }
    .max-1365--content-stretch{
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
                align-content: stretch;
    }
    .max-1365--content-around{
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
                align-content: space-around;
    }
    .max-1365--content-between{
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
                align-content: space-between;
    }
    .max-1365--self-center{
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
                align-self: center;
    }
    .max-1365--self-end{
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
                align-self: flex-end;
    }
    .max-1365--self-start{
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
                align-self: flex-start;
    }
    .max-1365--self-stretch{
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
                align-self: stretch;
    }
    .max-1365--self-auto{
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
                align-self: auto;
    }
    .max-1365--self-baseline{
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
                align-self: baseline;
    }
}
@media (max-width: 1439px){
    .max-1439--flex{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
    .max-1439--height{
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
    }
    .max-1439--grow{
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .max-1439--order-end{
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
    .max-1439--order-start{
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
                order: -1;
    }
    .max-1439--row{
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }
    .max-1439--row-reverse{
                flex-direction: row-reverse;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
    }
    .max-1439--column{
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .max-1439--column-reverse{
                flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
    }
    .max-1439--wrap{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .max-1439--nowrap{
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
    .max-1439--wrap-reverse{
        -webkit-flex-wrap: wrap-reverse;
            -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse;
    }
    .max-1439--align-center{
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .max-1439--align-end{
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
                align-items: flex-end;
    }
    .max-1439--align-start{
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .max-1439--align-stretch{
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
                align-items: stretch;
    }
    .max-1439--align-baseline{
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
                align-items: baseline;
    }
    .max-1439--justify-center{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .max-1439--justify-end{
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .max-1439--justify-start{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .max-1439--justify-around{
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
                justify-content: space-around;
    }
    .max-1439--justify-between{
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .max-1439--content-center{
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
                align-content: center;
    }
    .max-1439--content-end{
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
                align-content: flex-end;
    }
    .max-1439--content-start{
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
                align-content: flex-start;
    }
    .max-1439--content-stretch{
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
                align-content: stretch;
    }
    .max-1439--content-around{
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
                align-content: space-around;
    }
    .max-1439--content-between{
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
                align-content: space-between;
    }
    .max-1439--self-center{
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
                align-self: center;
    }
    .max-1439--self-end{
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
                align-self: flex-end;
    }
    .max-1439--self-start{
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
                align-self: flex-start;
    }
    .max-1439--self-stretch{
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
                align-self: stretch;
    }
    .max-1439--self-auto{
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
                align-self: auto;
    }
    .max-1439--self-baseline{
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
                align-self: baseline;
    }
}
@media (max-width: 1599px){
    .max-1599--flex{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
    .max-1599--height{
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
    }
    .max-1599--grow{
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .max-1599--order-end{
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
    .max-1599--order-start{
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
                order: -1;
    }
    .max-1599--row{
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }
    .max-1599--row-reverse{
                flex-direction: row-reverse;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
    }
    .max-1599--column{
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .max-1599--column-reverse{
                flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
    }
    .max-1599--wrap{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .max-1599--nowrap{
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
    .max-1599--wrap-reverse{
        -webkit-flex-wrap: wrap-reverse;
            -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse;
    }
    .max-1599--align-center{
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .max-1599--align-end{
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
                align-items: flex-end;
    }
    .max-1599--align-start{
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .max-1599--align-stretch{
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
                align-items: stretch;
    }
    .max-1599--align-baseline{
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
                align-items: baseline;
    }
    .max-1599--justify-center{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .max-1599--justify-end{
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .max-1599--justify-start{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .max-1599--justify-around{
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
                justify-content: space-around;
    }
    .max-1599--justify-between{
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .max-1599--content-center{
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
                align-content: center;
    }
    .max-1599--content-end{
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
                align-content: flex-end;
    }
    .max-1599--content-start{
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
                align-content: flex-start;
    }
    .max-1599--content-stretch{
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
                align-content: stretch;
    }
    .max-1599--content-around{
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
                align-content: space-around;
    }
    .max-1599--content-between{
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
                align-content: space-between;
    }
    .max-1599--self-center{
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
                align-self: center;
    }
    .max-1599--self-end{
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
                align-self: flex-end;
    }
    .max-1599--self-start{
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
                align-self: flex-start;
    }
    .max-1599--self-stretch{
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
                align-self: stretch;
    }
    .max-1599--self-auto{
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
                align-self: auto;
    }
    .max-1599--self-baseline{
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
                align-self: baseline;
    }
}
@media (min-width: 0){
    .min-0--text-left{
        text-align: left;
    }
    .min-0--text-right{
        text-align: right;
    }
    .min-0--text-center{
        text-align: center;
    }
}
@media (min-width: 375px){
    .min-375--text-left{
        text-align: left;
    }
    .min-375--text-right{
        text-align: right;
    }
    .min-375--text-center{
        text-align: center;
    }
}
@media (min-width: 768px){
    .min-768--text-left{
        text-align: left;
    }
    .min-768--text-right{
        text-align: right;
    }
    .min-768--text-center{
        text-align: center;
    }
}
@media (min-width: 990px){
    .min-990--text-left{
        text-align: left;
    }
    .min-990--text-right{
        text-align: right;
    }
    .min-990--text-center{
        text-align: center;
    }
}
@media (min-width: 1025px){
    .min-1025--text-left{
        text-align: left;
    }
    .min-1025--text-right{
        text-align: right;
    }
    .min-1025--text-center{
        text-align: center;
    }
}
@media (min-width: 1280px){
    .min-1280--text-left{
        text-align: left;
    }
    .min-1280--text-right{
        text-align: right;
    }
    .min-1280--text-center{
        text-align: center;
    }
}
@media (min-width: 1366px){
    .min-1366--text-left{
        text-align: left;
    }
    .min-1366--text-right{
        text-align: right;
    }
    .min-1366--text-center{
        text-align: center;
    }
}
@media (min-width: 1440px){
    .min-1440--text-left{
        text-align: left;
    }
    .min-1440--text-right{
        text-align: right;
    }
    .min-1440--text-center{
        text-align: center;
    }
}
@media (min-width: 1600px){
    .min-1600--text-left{
        text-align: left;
    }
    .min-1600--text-right{
        text-align: right;
    }
    .min-1600--text-center{
        text-align: center;
    }
}
@media (max-width: 374px){
    .max-374--text-left{
        text-align: left;
    }
    .max-374--text-right{
        text-align: right;
    }
    .max-374--text-center{
        text-align: center;
    }
}
@media (max-width: 767px){
    .max-767--text-left{
        text-align: left;
    }
    .max-767--text-right{
        text-align: right;
    }
    .max-767--text-center{
        text-align: center;
    }
}
@media (max-width: 989px){
    .max-989--text-left{
        text-align: left;
    }
    .max-989--text-right{
        text-align: right;
    }
    .max-989--text-center{
        text-align: center;
    }
}
@media (max-width: 1024px){
    .max-1024--text-left{
        text-align: left;
    }
    .max-1024--text-right{
        text-align: right;
    }
    .max-1024--text-center{
        text-align: center;
    }
}
@media (max-width: 1279px){
    .max-1279--text-left{
        text-align: left;
    }
    .max-1279--text-right{
        text-align: right;
    }
    .max-1279--text-center{
        text-align: center;
    }
}
@media (max-width: 1365px){
    .max-1365--text-left{
        text-align: left;
    }
    .max-1365--text-right{
        text-align: right;
    }
    .max-1365--text-center{
        text-align: center;
    }
}
@media (max-width: 1439px){
    .max-1439--text-left{
        text-align: left;
    }
    .max-1439--text-right{
        text-align: right;
    }
    .max-1439--text-center{
        text-align: center;
    }
}
@media (max-width: 1599px){
    .max-1599--text-left{
        text-align: left;
    }
    .max-1599--text-right{
        text-align: right;
    }
    .max-1599--text-center{
        text-align: center;
    }
}
/* layout
------------------------------------------------------------------- */
.l-container{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 10px;
}
@media (min-width: 768px){
.l-container {
    max-width: 1280px;
    padding: 0 16px;
}
}
.l-container + .l-container{
    margin-top: 16px;
}
@media (min-width: 768px){
    .l-container + .l-container{
        margin-top: 26px;
    }
}
.l-container:after,.l-container:before{
    display: table;
    clear: both;
    content: ' ';
}
.l-row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    margin-top: -10px;
    margin-left: -10px;

    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
}
@media (min-width: 768px){
    .l-row{
        margin-top: -16px;
        margin-left: -16px;
    }
}
.l-row + .l-row{
    margin-top: 0;
}
.l-row--no-spaces{
    margin: 0;
}
.l-row--no-spaces .l-col{
    padding: 0;
}
.l-col{
    max-width: 100%;
    padding-top: 10px;
    padding-left: 10px;
}
@media (min-width: 768px){
    .l-col{
        padding-top: 16px;
        padding-left: 16px;
    }
}
@media (min-width: 0){
    .min-0--1{
        display: block;
        max-width: 8.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333% ;
            -ms-flex: 0 0 8.333333% ;
                flex: 0 0 8.333333% ;
    }
    .min-0--2{
        display: block;
        max-width: 16.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
            -ms-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
    }
    .min-0--3{
        display: block;
        max-width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%       ;
            -ms-flex: 0 0 25%       ;
                flex: 0 0 25%       ;
    }
    .min-0--4{
        display: block;
        max-width: 33.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
            -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
    }
.min-0--5 {
    display: block;
    max-width: 44.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44.666667%;
    -ms-flex: 0 0 44.666667%;
    flex: 0 0 44.666667%;
}
    .min-0--6{
        display: block;
        max-width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%       ;
            -ms-flex: 0 0 50%       ;
                flex: 0 0 50%       ;
    }
.min-0--7 {
    display: block;
    max-width: 55.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55.333333%;
    -ms-flex: 0 0 55.333333%;
    flex: 0 0 55.333333%;
}
    .min-0--8{
        display: block;
        max-width: 66.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
            -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
    }
.min-0--9 {
    display: block;
    max-width: 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
}
    .min-0--10{
        display: block;
        max-width: 83.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
            -ms-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
    }
    .min-0--11{
        display: block;
        max-width: 91.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
            -ms-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
    }
    .min-0--12{
        display: block;
        max-width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%      ;
            -ms-flex: 0 0 100%      ;
                flex: 0 0 100%      ;
    }
    .min-0--hide{
        display: none;
    }
    .min-0--show{
        display: block;
    }
}

@media (max-width: 768px) {
  
.min-0--3 {
    display: none;
}
  
.min-0--9 {
    display: block;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}
  
}

@media (min-width: 375px){
    .min-375--1{
        display: block;
        max-width: 8.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333% ;
            -ms-flex: 0 0 8.333333% ;
                flex: 0 0 8.333333% ;
    }
    .min-375--2{
        display: block;
        max-width: 16.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
            -ms-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
    }
    .min-375--3{
        display: block;
        max-width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%       ;
            -ms-flex: 0 0 25%       ;
                flex: 0 0 25%       ;
    }
    .min-375--4{
        display: block;
        max-width: 33.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
            -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
    }
    .min-375--5{
        display: block;
        max-width: 41.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
            -ms-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
    }
    .min-375--6{
        display: block;
        max-width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%       ;
            -ms-flex: 0 0 50%       ;
                flex: 0 0 50%       ;
    }
    .min-375--7{
        display: block;
        max-width: 58.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
            -ms-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
    }
    .min-375--8{
        display: block;
        max-width: 66.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
            -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
    }
    .min-375--9{
        display: block;
        max-width: 75%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%       ;
            -ms-flex: 0 0 75%       ;
                flex: 0 0 75%       ;
    }
    .min-375--10{
        display: block;
        max-width: 83.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
            -ms-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
    }
    .min-375--11{
        display: block;
        max-width: 91.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
            -ms-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
    }
    .min-375--12{
        display: block;
        max-width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%      ;
            -ms-flex: 0 0 100%      ;
                flex: 0 0 100%      ;
    }
    .min-375--hide{
        display: none;
    }
    .min-375--show{
        display: block;
    }
}
@media (min-width: 768px){
    .min-768--1{
        display: block;
        max-width: 8.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333% ;
            -ms-flex: 0 0 8.333333% ;
                flex: 0 0 8.333333% ;
    }
    .min-768--2{
        display: block;
        max-width: 16.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
            -ms-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
    }
    .min-768--3{
        display: block;
        max-width: 23%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 23%;
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
    }
  
.min-768-logo-3 {
    display: block;
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}
  
.min-768-search-3 {
    display: block;
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
  
    .min-768--4{
        display: block;
        max-width: 33.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
            -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
    }
    .min-768--5{
        display: block;
        max-width: 41.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
            -ms-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
    }
  
    .min-768--6{
        display: block;
        max-width: 40%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%;
    }
  
    .min-768--6-001{
        display: block;
        max-width: 30%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
            -ms-flex: 0 0 30%;
                flex: 0 0 30%;
    }
  
    .min-768--7{
        display: block;
        max-width: 58.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
            -ms-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
    }
    .min-768--8{
        display: block;
        max-width: 66.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
            -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
    }
    .min-768--9{
        display: block;
        max-width: 77%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 77%;
        -ms-flex: 0 0 77%;
        flex: 0 0 77%;
    }

.min-768-panel-9 {
    display: block;
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}  
  
    .min-768--10{
        display: block;
        max-width: 83.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
            -ms-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
    }
    .min-768--11{
        display: block;
        max-width: 91.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
            -ms-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
    }
    .min-768--12{
        display: block;
        max-width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%      ;
            -ms-flex: 0 0 100%      ;
                flex: 0 0 100%      ;
    }
    .min-768--hide{
        display: none;
    }
    .min-768--show{
        display: block;
    }
}
@media (min-width: 990px){
    .min-990--1{
        display: block;
        max-width: 8.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333% ;
            -ms-flex: 0 0 8.333333% ;
                flex: 0 0 8.333333% ;
    }
    .min-990--2{
        display: block;
        max-width: 16.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
            -ms-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
    }
    .min-990--3{
        display: block;
        max-width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%       ;
            -ms-flex: 0 0 25%       ;
                flex: 0 0 25%       ;
    }
    .min-990--4{
        display: block;
        max-width: 33.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
            -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
    }
    .min-990--5{
        display: block;
        max-width: 41.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
            -ms-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
    }
    .min-990--6{
        display: block;
        max-width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%       ;
            -ms-flex: 0 0 50%       ;
                flex: 0 0 50%       ;
    }
    .min-990--7{
        display: block;
        max-width: 58.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
            -ms-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
    }
    .min-990--8{
        display: block;
        max-width: 66.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
            -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
    }
    .min-990--9{
        display: block;
        max-width: 75%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%       ;
            -ms-flex: 0 0 75%       ;
                flex: 0 0 75%       ;
    }
    .min-990--10{
        display: block;
        max-width: 83.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
            -ms-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
    }
    .min-990--11{
        display: block;
        max-width: 91.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
            -ms-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
    }
    .min-990--12{
        display: block;
        max-width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%      ;
            -ms-flex: 0 0 100%      ;
                flex: 0 0 100%      ;
    }
    .min-990--hide{
        display: none;
    }
    .min-990--show{
        display: block;
    }
}
@media (min-width: 1025px){
    .min-1025--1{
        display: block;
        max-width: 8.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333% ;
            -ms-flex: 0 0 8.333333% ;
                flex: 0 0 8.333333% ;
    }
    .min-1025--2{
        display: block;
        max-width: 16.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
            -ms-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
    }
    .min-1025--3{
        display: block;
        max-width: 23%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 23%;
            -ms-flex: 0 0 23%;
                flex: 0 0 23%;
    }
  
    .min-1025--3-1 {
        display: block;
        max-width: 20%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%;
    }
  
    .min-1025--4{
        display: block;
        max-width: 33.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
            -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
    }
    .min-1025--5{
        display: block;
        max-width: 41.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
            -ms-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
    }
    .min-1025--6{
        display: block;
        max-width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%       ;
            -ms-flex: 0 0 50%       ;
                flex: 0 0 50%       ;
    }
    .min-1025--7{
        display: block;
        max-width: 58.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
            -ms-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
    }
    .min-1025--8{
        display: block;
        max-width: 66.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
            -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
    }
    .min-1025--9{
        display: block;
        max-width: 77%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 77%;
            -ms-flex: 0 0 77%;
                flex: 0 0 77%;
    }
    .min-1025--10{
        display: block;
        max-width: 83.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
            -ms-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
    }
    .min-1025--11{
        display: block;
        max-width: 91.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
            -ms-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
    }
    .min-1025--12{
        display: block;
        max-width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%      ;
            -ms-flex: 0 0 100%      ;
                flex: 0 0 100%      ;
    }
    .min-1025--hide{
        display: none;
    }
    .min-1025--show{
        display: block;
    }
}
@media (min-width: 1280px){
    .min-1280--1{
        display: block;
        max-width: 8.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333% ;
            -ms-flex: 0 0 8.333333% ;
                flex: 0 0 8.333333% ;
    }
    .min-1280--2{
        display: block;
        max-width: 16.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
            -ms-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
    }
    .min-1280--3{
        display: block;
        max-width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%       ;
            -ms-flex: 0 0 25%       ;
                flex: 0 0 25%       ;
    }
    .min-1280--4{
        display: block;
        max-width: 33.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
            -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
    }
    .min-1280--5{
        display: block;
        max-width: 41.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
            -ms-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
    }
    .min-1280--6{
        display: block;
        max-width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%       ;
            -ms-flex: 0 0 50%       ;
                flex: 0 0 50%       ;
    }
    .min-1280--7{
        display: block;
        max-width: 58.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
            -ms-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
    }
    .min-1280--8{
        display: block;
        max-width: 66.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
            -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
    }
    .min-1280--9{
        display: block;
        max-width: 75%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%       ;
            -ms-flex: 0 0 75%       ;
                flex: 0 0 75%       ;
    }
    .min-1280--10{
        display: block;
        max-width: 83.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
            -ms-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
    }
    .min-1280--11{
        display: block;
        max-width: 91.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
            -ms-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
    }
    .min-1280--12{
        display: block;
        max-width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%      ;
            -ms-flex: 0 0 100%      ;
                flex: 0 0 100%      ;
    }
    .min-1280--hide{
        display: none;
    }
    .min-1280--show{
        display: block;
    }
}
@media (min-width: 1366px){
    .min-1366--1{
        display: block;
        max-width: 8.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333% ;
            -ms-flex: 0 0 8.333333% ;
                flex: 0 0 8.333333% ;
    }
    .min-1366--2{
        display: block;
        max-width: 16.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
            -ms-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
    }
    .min-1366--3{
        display: block;
        max-width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%       ;
            -ms-flex: 0 0 25%       ;
                flex: 0 0 25%       ;
    }
    .min-1366--4{
        display: block;
        max-width: 33.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
            -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
    }
    .min-1366--5{
        display: block;
        max-width: 41.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
            -ms-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
    }
    .min-1366--6{
        display: block;
        max-width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%       ;
            -ms-flex: 0 0 50%       ;
                flex: 0 0 50%       ;
    }
    .min-1366--7{
        display: block;
        max-width: 58.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
            -ms-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
    }
    .min-1366--8{
        display: block;
        max-width: 66.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
            -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
    }
    .min-1366--9{
        display: block;
        max-width: 75%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%       ;
            -ms-flex: 0 0 75%       ;
                flex: 0 0 75%       ;
    }
    .min-1366--10{
        display: block;
        max-width: 83.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
            -ms-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
    }
    .min-1366--11{
        display: block;
        max-width: 91.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
            -ms-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
    }
    .min-1366--12{
        display: block;
        max-width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%      ;
            -ms-flex: 0 0 100%      ;
                flex: 0 0 100%      ;
    }
    .min-1366--hide{
        display: none;
    }
    .min-1366--show{
        display: block;
    }
}
@media (min-width: 1440px){
    .min-1440--1{
        display: block;
        max-width: 8.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333% ;
            -ms-flex: 0 0 8.333333% ;
                flex: 0 0 8.333333% ;
    }
    .min-1440--2{
        display: block;
        max-width: 16.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
            -ms-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
    }
    .min-1440--3{
        display: block;
        max-width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%       ;
            -ms-flex: 0 0 25%       ;
                flex: 0 0 25%       ;
    }
    .min-1440--4{
        display: block;
        max-width: 33.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
            -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
    }
    .min-1440--5{
        display: block;
        max-width: 41.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
            -ms-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
    }
    .min-1440--6{
        display: block;
        max-width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%       ;
            -ms-flex: 0 0 50%       ;
                flex: 0 0 50%       ;
    }
    .min-1440--7{
        display: block;
        max-width: 58.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
            -ms-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
    }
    .min-1440--8{
        display: block;
        max-width: 66.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
            -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
    }
    .min-1440--9{
        display: block;
        max-width: 75%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%       ;
            -ms-flex: 0 0 75%       ;
                flex: 0 0 75%       ;
    }
    .min-1440--10{
        display: block;
        max-width: 83.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
            -ms-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
    }
    .min-1440--11{
        display: block;
        max-width: 91.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
            -ms-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
    }
    .min-1440--12{
        display: block;
        max-width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%      ;
            -ms-flex: 0 0 100%      ;
                flex: 0 0 100%      ;
    }
    .min-1440--hide{
        display: none;
    }
    .min-1440--show{
        display: block;
    }
}
@media (min-width: 1600px){
    .min-1600--1{
        display: block;
        max-width: 8.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333% ;
            -ms-flex: 0 0 8.333333% ;
                flex: 0 0 8.333333% ;
    }
    .min-1600--2{
        display: block;
        max-width: 16.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
            -ms-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
    }
    .min-1600--3{
        display: block;
        max-width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%       ;
            -ms-flex: 0 0 25%       ;
                flex: 0 0 25%       ;
    }
    .min-1600--4{
        display: block;
        max-width: 33.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
            -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
    }
    .min-1600--5{
        display: block;
        max-width: 41.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
            -ms-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
    }
    .min-1600--6{
        display: block;
        max-width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%       ;
            -ms-flex: 0 0 50%       ;
                flex: 0 0 50%       ;
    }
    .min-1600--7{
        display: block;
        max-width: 58.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
            -ms-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
    }
    .min-1600--8{
        display: block;
        max-width: 66.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
            -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
    }
    .min-1600--9{
        display: block;
        max-width: 75%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%       ;
            -ms-flex: 0 0 75%       ;
                flex: 0 0 75%       ;
    }
    .min-1600--10{
        display: block;
        max-width: 83.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
            -ms-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
    }
    .min-1600--11{
        display: block;
        max-width: 91.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
            -ms-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
    }
    .min-1600--12{
        display: block;
        max-width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%      ;
            -ms-flex: 0 0 100%      ;
                flex: 0 0 100%      ;
    }
    .min-1600--hide{
        display: none;
    }
    .min-1600--show{
        display: block;
    }
}
@media (max-width: 374px){
    .max-374--1{
        display: block;
        max-width: 8.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333% ;
            -ms-flex: 0 0 8.333333% ;
                flex: 0 0 8.333333% ;
    }
    .max-374--2{
        display: block;
        max-width: 16.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
            -ms-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
    }
    .max-374--3{
        display: block;
        max-width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%       ;
            -ms-flex: 0 0 25%       ;
                flex: 0 0 25%       ;
    }
    .max-374--4{
        display: block;
        max-width: 33.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
            -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
    }
    .max-374--5{
        display: block;
        max-width: 41.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
            -ms-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
    }
    .max-374--6{
        display: block;
        max-width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%       ;
            -ms-flex: 0 0 50%       ;
                flex: 0 0 50%       ;
    }
    .max-374--7{
        display: block;
        max-width: 58.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
            -ms-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
    }
    .max-374--8{
        display: block;
        max-width: 66.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
            -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
    }
    .max-374--9{
        display: block;
        max-width: 75%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%       ;
            -ms-flex: 0 0 75%       ;
                flex: 0 0 75%       ;
    }
    .max-374--10{
        display: block;
        max-width: 83.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
            -ms-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
    }
    .max-374--11{
        display: block;
        max-width: 91.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
            -ms-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
    }
    .max-374--12{
        display: block;
        max-width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%      ;
            -ms-flex: 0 0 100%      ;
                flex: 0 0 100%      ;
    }
    .max-374--hide{
        display: none;
    }
    .max-374--show{
        display: block;
    }
}
@media (max-width: 767px){
    .max-767--1{
        display: block;
        max-width: 8.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333% ;
            -ms-flex: 0 0 8.333333% ;
                flex: 0 0 8.333333% ;
    }
    .max-767--2{
        display: block;
        max-width: 16.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
            -ms-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
    }
    .max-767--3{
        display: block;
        max-width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%       ;
            -ms-flex: 0 0 25%       ;
                flex: 0 0 25%       ;
    }
    .max-767--4{
        display: block;
        max-width: 33.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
            -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
    }
    .max-767--5{
        display: block;
        max-width: 41.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
            -ms-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
    }
    .max-767--6{
        display: block;
        max-width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%       ;
            -ms-flex: 0 0 50%       ;
                flex: 0 0 50%       ;
    }
    .max-767--7{
        display: block;
        max-width: 58.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
            -ms-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
    }
    .max-767--8{
        display: block;
        max-width: 66.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
            -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
    }
    .max-767--9{
        display: block;
        max-width: 75%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%       ;
            -ms-flex: 0 0 75%       ;
                flex: 0 0 75%       ;
    }
    .max-767--10{
        display: block;
        max-width: 83.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
            -ms-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
    }
    .max-767--11{
        display: block;
        max-width: 91.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
            -ms-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
    }
    .max-767--12{
        display: block;
        max-width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%      ;
            -ms-flex: 0 0 100%      ;
                flex: 0 0 100%      ;
    }
    .max-767--hide{
        display: none;
    }
    .max-767--show{
        display: block;
    }
}
@media (max-width: 989px){
    .max-989--1{
        display: block;
        max-width: 8.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333% ;
            -ms-flex: 0 0 8.333333% ;
                flex: 0 0 8.333333% ;
    }
    .max-989--2{
        display: block;
        max-width: 16.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
            -ms-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
    }
    .max-989--3{
        display: block;
        max-width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%       ;
            -ms-flex: 0 0 25%       ;
                flex: 0 0 25%       ;
    }
    .max-989--4{
        display: block;
        max-width: 33.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
            -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
    }
    .max-989--5{
        display: block;
        max-width: 41.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
            -ms-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
    }
    .max-989--6{
        display: block;
        max-width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%       ;
            -ms-flex: 0 0 50%       ;
                flex: 0 0 50%       ;
    }
    .max-989--7{
        display: block;
        max-width: 58.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
            -ms-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
    }
    .max-989--8{
        display: block;
        max-width: 66.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
            -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
    }
    .max-989--9{
        display: block;
        max-width: 75%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%       ;
            -ms-flex: 0 0 75%       ;
                flex: 0 0 75%       ;
    }
    .max-989--10{
        display: block;
        max-width: 83.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
            -ms-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
    }
    .max-989--11{
        display: block;
        max-width: 91.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
            -ms-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
    }
    .max-989--12{
        display: block;
        max-width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%      ;
            -ms-flex: 0 0 100%      ;
                flex: 0 0 100%      ;
    }
    .max-989--hide{
        display: none;
    }
    .max-989--show{
        display: block;
    }
}
@media (max-width: 1024px){
    .max-1024--1{
        display: block;
        max-width: 8.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333% ;
            -ms-flex: 0 0 8.333333% ;
                flex: 0 0 8.333333% ;
    }
    .max-1024--2{
        display: block;
        max-width: 16.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
            -ms-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
    }
    .max-1024--3{
        display: block;
        max-width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%       ;
            -ms-flex: 0 0 25%       ;
                flex: 0 0 25%       ;
    }
    .max-1024--4{
        display: block;
        max-width: 33.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
            -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
    }
    .max-1024--5{
        display: block;
        max-width: 41.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
            -ms-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
    }
    .max-1024--6{
        display: block;
        max-width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%       ;
            -ms-flex: 0 0 50%       ;
                flex: 0 0 50%       ;
    }
    .max-1024--7{
        display: block;
        max-width: 58.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
            -ms-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
    }
    .max-1024--8{
        display: block;
        max-width: 66.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
            -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
    }
    .max-1024--9{
        display: block;
        max-width: 75%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%       ;
            -ms-flex: 0 0 75%       ;
                flex: 0 0 75%       ;
    }
    .max-1024--10{
        display: block;
        max-width: 83.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
            -ms-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
    }
    .max-1024--11{
        display: block;
        max-width: 91.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
            -ms-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
    }
    .max-1024--12{
        display: block;
        max-width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%      ;
            -ms-flex: 0 0 100%      ;
                flex: 0 0 100%      ;
    }
    .max-1024--hide{
        display: none;
    }
    .max-1024--show{
        display: block;
    }
}
@media (max-width: 1279px){
    .max-1279--1{
        display: block;
        max-width: 8.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333% ;
            -ms-flex: 0 0 8.333333% ;
                flex: 0 0 8.333333% ;
    }
    .max-1279--2{
        display: block;
        max-width: 16.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
            -ms-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
    }
    .max-1279--3{
        display: block;
        max-width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%       ;
            -ms-flex: 0 0 25%       ;
                flex: 0 0 25%       ;
    }
    .max-1279--4{
        display: block;
        max-width: 33.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
            -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
    }
    .max-1279--5{
        display: block;
        max-width: 41.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
            -ms-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
    }
    .max-1279--6{
        display: block;
        max-width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%       ;
            -ms-flex: 0 0 50%       ;
                flex: 0 0 50%       ;
    }
    .max-1279--7{
        display: block;
        max-width: 58.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
            -ms-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
    }
    .max-1279--8{
        display: block;
        max-width: 66.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
            -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
    }
    .max-1279--9{
        display: block;
        max-width: 75%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%       ;
            -ms-flex: 0 0 75%       ;
                flex: 0 0 75%       ;
    }
    .max-1279--10{
        display: block;
        max-width: 83.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
            -ms-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
    }
    .max-1279--11{
        display: block;
        max-width: 91.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
            -ms-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
    }
    .max-1279--12{
        display: block;
        max-width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%      ;
            -ms-flex: 0 0 100%      ;
                flex: 0 0 100%      ;
    }
    .max-1279--hide{
        display: none;
    }
    .max-1279--show{
        display: block;
    }
}
@media (max-width: 1365px){
    .max-1365--1{
        display: block;
        max-width: 8.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333% ;
            -ms-flex: 0 0 8.333333% ;
                flex: 0 0 8.333333% ;
    }
    .max-1365--2{
        display: block;
        max-width: 16.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
            -ms-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
    }
    .max-1365--3{
        display: block;
        max-width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%       ;
            -ms-flex: 0 0 25%       ;
                flex: 0 0 25%       ;
    }
    .max-1365--4{
        display: block;
        max-width: 33.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
            -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
    }
    .max-1365--5{
        display: block;
        max-width: 41.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
            -ms-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
    }
    .max-1365--6{
        display: block;
        max-width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%       ;
            -ms-flex: 0 0 50%       ;
                flex: 0 0 50%       ;
    }
    .max-1365--7{
        display: block;
        max-width: 58.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
            -ms-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
    }
    .max-1365--8{
        display: block;
        max-width: 66.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
            -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
    }
    .max-1365--9{
        display: block;
        max-width: 75%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%       ;
            -ms-flex: 0 0 75%       ;
                flex: 0 0 75%       ;
    }
    .max-1365--10{
        display: block;
        max-width: 83.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
            -ms-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
    }
    .max-1365--11{
        display: block;
        max-width: 91.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
            -ms-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
    }
    .max-1365--12{
        display: block;
        max-width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%      ;
            -ms-flex: 0 0 100%      ;
                flex: 0 0 100%      ;
    }
    .max-1365--hide{
        display: none;
    }
    .max-1365--show{
        display: block;
    }
}
@media (max-width: 1439px){
    .max-1439--1{
        display: block;
        max-width: 8.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333% ;
            -ms-flex: 0 0 8.333333% ;
                flex: 0 0 8.333333% ;
    }
    .max-1439--2{
        display: block;
        max-width: 16.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
            -ms-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
    }
    .max-1439--3{
        display: block;
        max-width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%       ;
            -ms-flex: 0 0 25%       ;
                flex: 0 0 25%       ;
    }
    .max-1439--4{
        display: block;
        max-width: 33.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
            -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
    }
    .max-1439--5{
        display: block;
        max-width: 41.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
            -ms-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
    }
    .max-1439--6{
        display: block;
        max-width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%       ;
            -ms-flex: 0 0 50%       ;
                flex: 0 0 50%       ;
    }
    .max-1439--7{
        display: block;
        max-width: 58.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
            -ms-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
    }
    .max-1439--8{
        display: block;
        max-width: 66.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
            -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
    }
    .max-1439--9{
        display: block;
        max-width: 75%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%       ;
            -ms-flex: 0 0 75%       ;
                flex: 0 0 75%       ;
    }
    .max-1439--10{
        display: block;
        max-width: 83.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
            -ms-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
    }
    .max-1439--11{
        display: block;
        max-width: 91.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
            -ms-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
    }
    .max-1439--12{
        display: block;
        max-width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%      ;
            -ms-flex: 0 0 100%      ;
                flex: 0 0 100%      ;
    }
    .max-1439--hide{
        display: none;
    }
    .max-1439--show{
        display: block;
    }
}
@media (max-width: 1599px){
    .max-1599--1{
        display: block;
        max-width: 8.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333% ;
            -ms-flex: 0 0 8.333333% ;
                flex: 0 0 8.333333% ;
    }
    .max-1599--2{
        display: block;
        max-width: 16.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
            -ms-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
    }
    .max-1599--3{
        display: block;
        max-width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%       ;
            -ms-flex: 0 0 25%       ;
                flex: 0 0 25%       ;
    }
    .max-1599--4{
        display: block;
        max-width: 33.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
            -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
    }
    .max-1599--5{
        display: block;
        max-width: 41.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
            -ms-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
    }
    .max-1599--6{
        display: block;
        max-width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%       ;
            -ms-flex: 0 0 50%       ;
                flex: 0 0 50%       ;
    }
    .max-1599--7{
        display: block;
        max-width: 58.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
            -ms-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
    }
    .max-1599--8{
        display: block;
        max-width: 66.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
            -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
    }
    .max-1599--9{
        display: block;
        max-width: 75%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%       ;
            -ms-flex: 0 0 75%       ;
                flex: 0 0 75%       ;
    }
    .max-1599--10{
        display: block;
        max-width: 83.333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
            -ms-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
    }
    .max-1599--11{
        display: block;
        max-width: 91.666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
            -ms-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
    }
    .max-1599--12{
        display: block;
        max-width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%      ;
            -ms-flex: 0 0 100%      ;
                flex: 0 0 100%      ;
    }
    .max-1599--hide{
        display: none;
    }
    .max-1599--show{
        display: block;
    }
}
.sizeMap-row span{
    font-size: 16px;
    font-weight: bold;
}
.sizeMap-row .size{
    display: inline-block;
    min-width: 31px;
    height: 31px;
    margin: 10px 5px 5px 0;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    border: 2px solid #e6e6e6;
}
.sizeMap-row .size.active, .sizeMap-row .color.active {
    border-color: #333333!important;
}
.sizeMap-row .size,.sizeMap-row .color{
    border-radius: 20px;
}
.sizeMap-row .color{
    display: inline-block;
    min-width: 31px;
    height: 31px;
    margin: 10px 5px 5px 0;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    border: 2px solid #e6e6e6;
}
.sklad p span{
    font-size: 16px;
    display: block;
    color: #b5b5b5;
}
.c-buy__buttons .storage-field{
    width: 100%;
    margin-left: 0;
}
.c-goods__item.product-wrapper form.property-form{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.c-goods__item.product-wrapper form.property-form .c-form{
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
            order: 1;
}
.c-goods__item.product-wrapper form.property-form .buy-container{
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
            order: 2;
}
.currency-select,.lang-select{
    line-height: 34px;
}
@media screen and (max-width: 768px) {
    .currency-select,
    .lang-select{
        display: none;
    }
}
.color-block > *{
    vertical-align: middle;
}
.size-block > span,.color-block > span{
    display: inline-block;
    min-width: 60px;
    margin-right:5px;
}
.body{
    scroll-behavior: smooth;
}
@media (max-width: 767px){
    .l-container .l-row .color-block > .color,.l-container .l-row .size-block > .size{
        font-size: 19px;
        line-height: 38px;
        min-width: 40px;
        height: 40px;
        margin-top: 0;
        padding: 0;
    }
}
.c-order__list--width{
    width: 100%;
    margin-bottom: 10px;
}
li.c-order__list--item.c-order__radiobutton label:not(:last-of-type),.order-storage label{
    margin-bottom: 10px;
}

.order-storage.c-form{
    margin-top: 10px;
}
.st-error{
    color: #ef454b;
}
.order-storage label [disabled] + span{
    text-decoration: line-through;
    color: #525252;
}
.daily-wrapper{
    width: 100%;
    margin-bottom: 16px;
    border: 1px solid #dadada;
    background: #fff;
}
.daily-wrapper .dailyProduct{
    margin: 0 auto;
}
.daily-wrapper .dailyTitle {
    background: #f585c2;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.c-goods__item.product-wrapper .c-buy{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.c-goods__item.product-wrapper .c-buy .cart_form{
    margin-bottom: 10px;
}
select[name='userCustomCurrency'],select[name='multiLang-selector']{
    color: #666;
    border: 1px solid #dadada;
    background: #fff;
}
span.lang-select{
    margin-right: 5px;
}
.l-header__block.group{
    float: right;
}
.currency-select,.lang-select{
    line-height: 34px;
}
@media screen and (max-width: 768px) {
    .currency-select,
    .lang-select{
        display: none;
    }
  
.l-header__block.group{
    float: inherit;
}
  
}
.c-menu__level {
    padding: 0px 10px;
    text-align: left;
}

/*preloader*/
.loaderArea{
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: #ecf0f1;
}
.loader{
    position: relative;
    margin: 0 auto;
}
.pl-circles .loader{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 60px;
    margin: auto;
}
.pl-circles .loader span,.pl-circles .loader:before,.pl-circles .loader:after{
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    opacity: .2;
    border-radius: 50%;
    background: #248acc;
}
.pl-circles .loader span{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: lightUp 1.5s linear infinite .5s;
            animation: lightUp 1.5s linear infinite .5s;
}
.pl-circles .loader:before,.pl-circles .loader:after{
    content: '';
}
.pl-circles .loader:before{
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-animation: lightUp 1.5s linear infinite;
            animation: lightUp 1.5s linear infinite;
}
.pl-circles .loader:after{
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-animation: lightUp 1.5s linear infinite 1s;
            animation: lightUp 1.5s linear infinite 1s;
}
@-webkit-keyframes lightUp{
    0%{
        opacity: .2;
    }
    40%{
        opacity: 1;
    }
    60%{
        opacity: .2;
    }
    100%{
        opacity: .2;
    }
}
[itemprop='description'] ul,[itemprop='description'] ol{
    padding-left: 40px;
}
[itemprop='description'] li{
    list-style: initial;
}
/*----*/
ul.modal-ring-list input,ul.modal-ring-list textarea{
    border: 1px solid #eaeaea;
}
.mg-price-buy-click{
    background: #eaeaea;
}
.content-modal-mg-buy-click{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.content-modal-mg-buy-click .mg-product-info{
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
            order: 2;
}
.content-modal-mg-buy-click .mg-order-buy-click{
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
            order: 1;
}
.content-modal-mg-buy-click .cap-left img{
    margin-bottom: 5px;
}
::-webkit-scrollbar-button{
    width: 5px;
    height: 0;
    background-image: url('');
    background-repeat: no-repeat;
}

::-webkit-scrollbar-track{
    background-color: #ecedee;
}

::-webkit-scrollbar-thumb {
    background-color: #431212;
}

::-webkit-scrollbar-thumb:hover{
    background-color: #ffa600;
}

::-webkit-resizer{
    width: 4px;
    height: 0;
    background-image: url('');
    background-repeat: no-repeat;
}


::-webkit-scrollbar{
    width: 9px;
}
.product-wrapper .rating-wrapper {
    text-align: center;
}
.product-wrapper .sizeMap-row .color,.product-wrapper .sizeMap-row .size{
    font-size: 12px;
    display: inline-block;
    min-width: 22px;
    height: 22px;
    margin: 10px 2px 5px 0;
    padding: 2px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #e6e6e6;
}

.product-wrapper .sizeMap-row .size-block > span,.product-wrapper .sizeMap-row .color-block > span{
    display: none;
}
tr.sklad {
    border-bottom: 1px dotted #dadada;
}
.mg-brand-block .mg-brand-logo{
  width: 100%;
}
.c-goods--list .sizeMap-row {
    float: left;
}
.news-block {
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}
.mg-filter .color-filter span.value-name{
    display: none;
}

.mg-filter .color-filter {
    display: inline-block;
}
.c-filter .color-filter .cbox {
    min-width: 25px;
    max-width: 25px;
    min-height: 25px;
    max-height: 25px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: -webkit-linear-gradient(135deg,rgba(255,255,255,.25),rgba(0,0,0,.125));
    background: -o-linear-gradient(135deg,rgba(255,255,255,.25),rgba(0,0,0,.125));
    background: linear-gradient(-45deg,rgba(255,255,255,.25),rgba(0,0,0,.125));
}
.c-filter .color-filter label:hover .cbox{
    -webkit-box-shadow: 0 0 0px 3px #d9d9d9;
            box-shadow: 0 0 0px 3px #d9d9d9;
}
.c-filter .color-filter label [type="checkbox"]:checked ~ .cbox {
    -webkit-box-shadow: 0 0 0px 3px #333333;
            box-shadow: 0 0 0px 3px #333333;
}
.sizeMap-row .color{
    background: -webkit-linear-gradient(top left, rgba(255,255,255,.25), rgba(0,0,0,.125));
    background: -o-linear-gradient(top left, rgba(255,255,255,.25), rgba(0,0,0,.125));
    background: linear-gradient(to bottom right, rgba(255,255,255,.25), rgba(0,0,0,.125));
}
.sizeMap-row .color, .sizeMap-row .size, .c-filter .color-filter .cbox{
    -webkit-transition: all .4s;
         -o-transition: all .4s;
            transition: all .4s;           
}
.sizeMap-row .color:hover, .sizeMap-row .size:hover {
    border-color: #656060;
}
.lcg{text-align: right;}

.c-compare__right .c-goods__right > * {
    margin-top: 0;
}

.prop-string .prop-item {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 10px;
    color: #1f1f1f;
    font-size: 16px;
    list-style: none;
    position: relative;
}

.prop-string .prop-item:nth-child(2n) {
    background: #f0f0f0;
}

.prop-string .prop-name {
    max-width: 30%;
    padding-right: 5px;
    display: inline-block;
}
.prop-string .prop-spec {
    float: right;
    width: 70%;
    padding-left: 5px;
    z-index: 1;
}
.prop-string .prop-spec, .prop-string .prop-name, .prop-string .prop-unit {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #333;
}

.prop-string .prop-unit {
    margin-left: 4px;
}

.prop-string .name-group{
    position: relative;
    margin: 15px 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    list-style: none;
}
.prop-string .prop-item:hover {
    background: #ffa600;
    color: #431212;
    cursor: pointer;
}
.prop-string .prop-item{
    cursor: text;
}
.admin-top-menu {
    z-index: 999;
}
::-webkit-input-placeholder {
	color: #949494;
}
::-moz-placeholder {
	color: #949494;
	}/* Firefox 19+ */
:-moz-placeholder  {
	color: #949494;
	}/* Firefox 18- */
:-ms-input-placeholder {
	color: #949494;
}

::-webkit-input-placeholder       {text-indent: 0px;   transition: text-indent 0.8s ease;}
::-moz-placeholder                {text-indent: 0px;   transition: text-indent 0.8s ease;}
:-moz-placeholder                 {text-indent: 0px;   transition: text-indent 0.8s ease;}
:-ms-input-placeholder            {text-indent: 0px;   transition: text-indent 0.8s ease;}
:focus::-webkit-input-placeholder {text-indent: 500px;  color: transparent; transition: 0.5s ease;}
:focus::-moz-placeholder          {text-indent: 500px;  color: transparent; transition: 0.5s ease;}
:focus:-moz-placeholder           {text-indent: 500px;  color: transparent; transition: 0.5s ease;}
:focus:-ms-input-placeholder      {text-indent: 500px;  color: transparent; transition: 0.5s ease;}
.prop-item:not(.nogroup)+.nogroup {
    margin-top: 35px;
}
.site-blocks img {
    width: 30%;
    transition: transform .3s linear;
}
.site-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 20px;        
}

.site-blocks img:hover {
    transform: scale(1.02);
}
.m-p-slider-wrapper {
    overflow: unset;
}
.mg-trigger-guarantee.horfloat {
    display: flex;
    justify-content: space-around;
}
.mg-trigger-guarantee .mg-trigger {
    box-shadow: none;
    border: none;
}
.mg-trigger .mg-trigger-text {
    display: block;
    color: #666;
}
.mg-trigger-guarantee img, .mg-trigger-guarantee i {
    padding: 6px;
    width: 100px;
    height: 100px;
}
.size.inactive:before {
    left: -2px;
    top: 47%;
    content: '';
    width: 117%;
    height: 1px;
    position: absolute;
    background: #4a4848;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}
.size.inactive {
    background: #eaeaea;
    color: #817f7f;
    position: relative;
}
.m-p-slider-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    box-shadow: none;
    overflow: visible;
    height: auto!important;
}
.comments input {
    padding: 10px;
    color: #666;
    border: 1px solid #dadada;
}
.m-p-slide-unit a {
    text-align: center;
    display: block;
}
.m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager {
    width: 100%;
    text-align: center!important;
}
.color-filter + a.mg-viewfilter {
    white-space: nowrap;
}
.mg-brand .mg-brand-block .c-carousel .owl-item {
    margin-right: 50px;
}
.mg-brand .mg-brand-block .c-carousel__arrow {
    border: none;
    background: none;
    align-items: flex-end;
    top: -11px;
}
.site-blocks > a > img {
    width: 95%;
}
.site-blocks > a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;        
}
.mg-plugin-product-slider-container .mg-plugin-slider .slider-product .title a{
    min-height: 30px;
    display: block;
}

.mg-plugin-product-slider-container .prev{
    background-image: url(../images/left.png);
}
.mg-plugin-product-slider-container .next{
    background-image: url(../images/right.png);
}
.mg-advise .mg-plugin-product-slider-container > a{
    background-position: 0 0;
    background-size: 100%;
    width: 45px;
    height: 45px;
}
.rating-action ~ .info {
    display: none;
}
tr.sklad td:nth-child(2) {
    text-align: right;
    white-space: nowrap;
}
.c-product__stock--out, .c-product__stock--in {
    font-size: 13px;
    padding: 4px 6px;
    margin: 5px 0 15px 0px;
    text-align: center;
    text-transform: uppercase;
}
.c-product__stock--out {
    max-width: max-content;
    background: #ffe0e0;
}
.c-product__stock--in {
    color: #4CAF50;
    font-weight: 600;
    display: none;
}
label.mg__prop_label_radio:before {
    border-radius: 50%;
}
.l-main__left .bread-crumbs {
    margin-bottom: 5px;
}
svg.icon.icon--flag, svg.icon.icon--currency{
    position: relative;
    top: 2px;
}
select[name='userCustomCurrency'], select[name='multiLang-selector'] {
    border:none;
}
.section-form-designer select{
    width: 250px;
    height: 40px;
    padding: 5px 16px;
    color: #666;
    border: 1px solid #dadada;
    background: #fff;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.mg-form-designer textarea:focus ,
.mg-form-designer input[type="password"]:focus ,
.mg-form-designer input[type="email"]:focus ,
.mg-form-designer input[type="text"]:focus,
.section-form-designer select:focus {
    border-color: #f39c12;
    -webkit-box-shadow: inset 0 0 0 1px #f39c12;
    box-shadow: inset 0 0 0 1px #f39c12;
}
.mg-form-designer textarea,
.mg-form-designer input[type="password"],
.mg-form-designer input[type="email"],
.mg-form-designer input[type="text"],
.section-form-designer select{
    width: 100%;
    padding: 5px 10px;
    color: #666;
    border: 1px solid #dadada;
    background: #fff;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 0;
}
.mg-form-designer .mg-field label {
    vertical-align: top;
}
.mg-form-designer {
    max-width: 500px;
    margin: 15px auto;
}
.mg-form-designer .default-btn{
    box-shadow: none;
    border: none;
}
.form-designer-submit{
    text-align: right;
}
#treelike-comments form button.sendComment:hover,.mg-form-designer .default-btn:hover{
        background: -webkit-linear-gradient(bottom right, #4854a2, #772088);
        background: -o-linear-gradient(bottom right, #4854a2, #772088);
        background: linear-gradient(to top left, #4854a2, #772088);
 }       
#treelike-comments > form > div:nth-child(8) > input[type="text"]{
    background: #ffffff; border:1px solid #dadada;
    padding: 13px 10px;
}
#treelike-comments form div.textarea-wrapper.clearfix textarea{
    height: 75px;
}
#comment-subscribe{
    vertical-align: middle;
}
#for-button-all-load > #load-all-comments{
    border-radius: 30px;
}
.c-history__status {
    border-radius: 30px;
    height: auto;
    padding: 5px 10px;
    text-align: center;
}
div.c-history__content > div.c-history__content--right > div:nth-child(2) > div.wrapper-mg-plugin-edit-order > button{
    background-position-x: 20px;
}
div.c-history__content > div.c-history__content--right > div:nth-child(1) > div.wrapper-mg-plugin-repeat-order > div{
    left: -20px;
}
div.c-history__content > div.c-history__content--right > div:nth-child(2) > div.wrapper-mg-plugin-edit-order > div{
    left: 0;
}
div.c-history__content div.wrapper-mg-plugin-repeat-order > button.mg-plugin-repeat-order.plugin-button-repeat{
    margin: 0 0 0 10px;
}

 div.c-history__content > div.c-history__content--right  div.mg-tooltip{
    width: 15px;
    height: 15px;
    color: #000000;
    border-color: #000000;
    top: -3px;
 }
 div.c-history__content > div.c-history__content--left{
    width: 40%;
 }
.c-history__content > .c-history__content--right > .repeat-wrapper > div:nth-child(2) > .wrapper-mg-plugin-edit-order > .mg-tooltip{
    left: -10px;

}
.wrapper-mg-non-available > button.mg-non-available-button.mg-plugin-btn{
    background: #ffffff;
    border-radius: 30px;
 }
.ddelivery-popup-select > .map-loader{
    width: 100%;
    height: 100%;
    z-index: 99;
 }
.delivery-addition-info > .ddelivery-popup-select{
    height: 450px;
 }
 #ddelivery_select_params, span.delivery-addition-info > a{
    text-transform: capitalize;
    height: 20px;
    margin: 5px 0 0 27px;
    color: #ffffff;
    border-radius: 30px;
    background: -webkit-linear-gradient(315deg, #4854a2, #772088);
    background: -o-linear-gradient(315deg, #4854a2, #772088);
    background: linear-gradient(135deg, #4854a2, #772088);
    padding: 0 35px;

}
#overlay-ddelivery-popup-select{
    z-index:100!important;
}
.ddelivery-popup-select{
    z-index: 101!important;
}
.c-form .ddelivery-popup-select label:before{
    display:none;
}
.map{
    position: fixed!important;
}
.btn-group button,
.ddelivery-popup-select .custom-btn,
.ddelivery-popup-select #ddCityChange{
    border-radius: 30px;
    line-height: 22px;
} 
.ticket-container > .newQuest,
.ticket-container  .conteinerText > .new-send-button,
#ticketModal .view-send-button{
    background:#ffffff;
    border:1px solid #dadada;
    border-radius:30px;
}
.ticket-table th{
    background: #ffffff;
}
#postcalcShow {
    border-radius: 30px;
    padding: 20px;
}
.faq-item_open > a{
    border-radius: 30px 30px 0 0;
}
.content-faq .faq-item .answer{
    padding: 20px!important;
    border-radius: 0 0 30px 30px;
}
.bread-crumbs {
    margin-bottom: 5px;
}
.agreement-container{
    justify-content: center;
    margin-top: 15px;
 }
.agreement-container input[type="checkbox"].agreement-data-checkbox-checkout-btn{
    left: -28px;
    position: relative;
    height: 20px;
    width:20px!important;
}
.c-nav__text.c-menu__text{
  white-space: nowrap;
}
.m-p-slider-wrapper .bx-wrapper .bx-next,
.m-p-slider-wrapper .bx-wrapper .bx-prev,
.m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager{
    z-index: 51;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .15s ease-in-out;
         -o-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
}
.m-p-slider-wrapper:hover .bx-wrapper .bx-next,
.m-p-slider-wrapper:hover .bx-wrapper .bx-prev,
.m-p-slider-wrapper:hover .bx-wrapper .bx-pager.bx-default-pager {
    visibility: visible;
    opacity: .5;
}
.m-p-slider-wrapper:hover .bx-wrapper .bx-next:hover,
.m-p-slider-wrapper:hover .bx-wrapper .bx-prev:hover,
.m-p-slider-wrapper:hover .bx-wrapper .bx-pager.bx-default-pager:hover {
    visibility: visible;
    opacity: 1;
}
/*ie fixes*/
.l-main .l-container,
.c-alert--blue,
.checkout-form-wrapper.c-order,
.c-logo img {
    width: 100%
}
.mg-brand .mg-brand-block {
    overflow: hidden;
}
.mg-brand .mg-brand-block .mg-brand-logo a{ 
    max-width: 100%;
}
.checkout-btn.default-btn {
    margin: 0 auto;
}
.ie-header {
    display: none;
}
.title-modal-mg-buy-click {
    display: none;
}
.wrapper-modal-mg-buy-click {
    background-color: #ffffff;
}
.modal-mg-order-list li input[type="text"],
.modal-mg-order-list li textarea {
    width: 85%;
    color: #666;
    border: 1px solid #dadada;
    box-shadow: none;
    overflow: hidden;
}
.mg-price-buy-click {
    background-color: #ffffff;
    color: #000000;
}
.modal-mg-order-list li input[type="text"]:focus,
.modal-mg-order-list li textarea:focus {    box-shadow: rgb(243, 156, 18) 0px 0px 0px 1px inset;
    border-color: rgb(243, 156, 18);
}
.wrapper-modal-mg-buy-click .mg-product-img {
    box-shadow: none;
}
.modal-mg-order-list li h3 {
    color: #000000;
}
.wrapper-modal-mg-buy-click .mg-action-buttons .mg-send-order-click-button {
    box-shadow: none;
}
.wrapper-modal-mg-buy-click {
    background-color: #ffffff;
}
.modal-mg-order-list li input[type="text"],
.modal-mg-order-list li textarea {
    width: 85%;
    color: #666;
    border: 1px solid #dadada;
    box-shadow: none;
    overflow: hidden;
    padding: 15px 10px;
}
.mg-price-buy-click {
    background-color: #ffffff;
    color: #000000;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
}
.modal-mg-order-list li input[type="text"]:focus,
.modal-mg-order-list li textarea:focus {    box-shadow: rgb(243, 156, 18) 0px 0px 0px 1px inset;
    border-color: rgb(243, 156, 18);
}
.wrapper-modal-mg-buy-click .mg-product-img {
    box-shadow: none;
}
.modal-mg-order-list li h3 {
    color: #000000;
}
.wrapper-modal-mg-buy-click .mg-action-buttons .mg-send-order-click-button {
    box-shadow: none;
}
.header-modal-mg-buy-click,
.mg-action-buttons {
    border: none;
} 
.modal-mg-order-list li:not(.mg-cap) > span {
    display: none;
}
.wrapper-modal-mg-buy-click {
    background-color: #ffffff;
}
.c-compare .c-goods__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-height: 65px;
}
.catalog .c-goods__item .c-goods__footer .c-amount, .owl-item .c-goods__item .c-goods__footer .c-amount{
    display: flex;
}
.input-wrapper #treelike-comments form input[type="text"] {
    height: auto;
    padding:5px 3px;
    width: auto;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    line-height: 20px;
    font-family: inherit;
    display: inline-block;
    background: #ffffff;
    border: 1px solid #C0C0C0;
}
.c-filter--active {
	width: 50%;
}
.mg-trigger-icon img.img {
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
        background-color: transparent!important;
}
.mg-trigger:hover .mg-trigger-icon img.img{
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -o-transform: rotate(-360deg);
}
.mg-cat-img {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin: 0 10px 0 5px;
    float: left;
}
.wrapper-mg-non-available > button.mg-non-available-button.mg-plugin-btn{
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    height: 40px;
    width: 100%;
    padding: 0 36px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: color .3s, background .3s, box-shadow .3s;
            -webkit-transition: color .3s, background .3s, -webkit-box-shadow .3s;
            transition: color .3s, background .3s, -webkit-box-shadow .3s;
            transition: color .3s, background .3s, box-shadow .3s;
            transition: color .3s, background .3s, box-shadow .3s, -webkit-box-shadow .3s;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    border-radius: 30px;
    background:         -webkit-gradient(linear, left top, right top, from(#000), to(#434343));
    background:         linear-gradient(to right, #000, #434343);

    -webkit-box-align: center;
    -ms-flex-align: center;
       align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  justify-content: center;
  border: none;
  font-weight: normal;
  text-shadow: none;
}
.c-product__message {
    margin-bottom: 5px;
}
.c-product__row {
    margin-top: 0px;
}
.wrapper-mg-non-available {
    margin: 5px 0;
}
.addToCart:hover, .filter-btn:hover, .default-btn:hover, .product-info:hover, .refreshFiltere:hover, .c-buy__buttons > a:hover, .mg-form-designer .default-btn:hover, #treelike-comments form button.sendComment:hover, .mg-send-booking-click-button.mg-booking-btn:hover, a.mg-buy-click-button.mg-plugin-btn:hover, .wrapper-modal-mg-buy-click .mg-action-buttons .mg-send-order-click-button :hover {
    opacity: 1;
    transition: 0.3s;
}
.c-buy__buttons > a.addToCompare:hover {
    color: #ffffff;
    background-color: #ffc107;
}
.st-error {
    font-size: 11px;
    color: rgb(169, 68, 66);
}
.bc-times {
    padding: 0 5px;
    color: #333333;
}
.mg-price-buy-click {
    background-color: #ffffff;
    color: #333333;
}
span.bc-times, span.bc-count {
    color: #333333;
}
.c-goods--list .wrapper-mg-buy-click {
    max-width: 100%;
    width: 100%;
}
.c-filter {
    cursor: pointer;
}
.more-agreement-data-container {
    height: 90vh
}
@media screen and (max-width: 768px) {
    .c-tab #treelike-comments .two-input .input-wrapper + .input-wrapper {
        margin-left: 0px;
        padding-top: 10px; 
    }
    #treelike-comments form button.sendComment {
        margin-bottom: 10px;
    }
}
.c-tab #treelike-comments form input[type="text"] {
    height: auto;
    background-color: #ffffff;
    border: 1px solid #dadada;
}
.c-tab #treelike-comments form input[type="text"]:focus {    
    border-color: #f39c12;
    -webkit-box-shadow: inset 0 0 0 1px #f39c12;
    box-shadow: inset 0 0 0 1px #f39c12;
}
.c-filter .ui-slider{
    width: calc(100% - 14px);
    margin: 0 auto;
    margin-top: 10px;
}
.cat-desc-img {
    display: flex;
    box-shadow: none;
    height: 100%;
    max-width: 130px;
}
.brand-product-wrapper {
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; 
    padding-top: 20px;   
}
.brand-product-wrapper .product-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    width: 25%;
    min-width: 260px;
    margin-bottom: 20px; 
    padding: 10px;  
    border-width: 1px;
    border-style: solid;
    border-color: rgb(218, 218, 218);
    border-image: initial;
}
.brand-product-wrapper .product-wrapper:last-child {
    margin-bottom: 0;
} 
.brand-product-wrapper .product-wrapper .product-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin: 10px 0; 
}

.brand-product-wrapper .product-wrapper .product-price {
    font-size: 20px;
    color: rgb(205, 68, 73);
    margin: 10px 0;
}
.brand-product-wrapper  .color-block,
.brand-product-wrapper  .size-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 5px;
}

@media screen and (max-width: 850px) {
    .brand-product-wrapper {
        justify-content: center;
    }
        .brand-product-wrapper > .product-wrapper {
            border-right: none;

    }
    .brand-product-wrapper > .product-wrapper:nth-child(3n+3) {
            border-right: 1px solid rgb(218, 218, 218);
}
}
@media screen and (max-width: 816px) {
     .brand-product-wrapper > .product-wrapper:nth-child(even) {
            border-right: 1px solid rgb(218, 218, 218);
    }
    .brand-product-wrapper > .product-wrapper:nth-child(3n+3) {
            border-right: none;
    }
}
@media screen and (max-width: 539px) {
     .brand-product-wrapper > .product-wrapper {
            border:  1px solid rgb(218, 218, 218);
    }
    .prop-string .prop-spec {    
    width: auto;
    }
}
.c-table__img img {
    height: 80px;
}
.c-nav__link--2.c-catalog__link--2 {
    pointer-events: all;
}
.mg-recently-viewed-plugin .mg-recently-title {
	display:none;
}

.mg-recently-viewed-plugin .product-wrapper {
    margin: 0;
    width: 263px;
}
.mg-recently-viewed .mg-recently-product-image a img {
    padding: 20px 10px;
    -webkit-box-shadow: -3px 7px 13px 0px rgba(0, 0, 0, .1);
    box-shadow: -3px 7px 13px 0px rgba(0, 0, 0, .1);
}
.mg-recently-viewed .addToCart.default-btn,
.mg-recently-viewed .product-info.default-btn {
    border: none;
    text-shadow: none;
    width: auto;
    text-transform: none;
}
.mg-recently-viewed-plugin .mg-recently-viewed .mg-recently-product-price {
    font-size: 20px;
    color: #cd4449;
    text-transform: none;
}

.maxCount {
    font-size: 11px;
    color: #c55959;
}
@media screen and (max-width: 500px) {
    .c-tab__nav {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .c-tab__nav > a {
    }
}
.prop-price {
    float: right;
}
.whole-info {
    margin-bottom: 25px;
    padding-top: 25px;
}
.whole-info .prop-item span {
    color: #000000;
}
.prop-string .name-group {
    margin-top: 0;
}
.hidden {
    display: none;
}
.mg-pager > ul, 
.main-product-slide {
    list-style: none;
}
.bread-crumbs {
    background: #fff;
    color: #e3e3e3;
    padding: 18px 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media (max-width: 767px){
.bread-crumbs{
    margin-top: -10px;
}
}

@media screen and (min-width: 350px) and (max-width: 767px) { 
  
.c-catalog .c-button:before {
    display: none; 
}
  
.min-768--justify-end .l-header__block {
    margin-right: 20px;
}

.fixed .min-768--justify-end .l-header__block {
    margin-right: 20px;
}
  
.social-icon {
    margin-left: 8px;
    margin-right: 8px;
}
  
.advantage svg {
    width: 55px;
    height: 55px;
}

}

.c-nav__level {
    position: relative;
}
.c-goods--list .color-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
input.agreement-data-checkbox-send-ring-button {
    margin: 0;
    height: auto;
}
.content-modal-back-ring > label {
    font-size: 14px;
    display: block;
}

.c-goods--list .color-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.c-logo img {
    width: 100%;
    max-width: 280px;
    max-height: 100px;
}
ol li {
    list-style-type: decimal;
}
@media screen and (max-width: 1024px) {
    .filter-btn {
        padding: 0;
    }
    .filter-preview {
        min-width: 300px;
    }
    .c-filter__content{
        overflow: visible;
    }    
}
.color-filter.disabled span.cbox:after {
    left: -2px;
    top: 47%;
    content: '';
    width: 117%;
    height: 1px;
    position: absolute;
    background: #000000;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}
.color-filter.disabled span.cbox {
    position: relative;
}
li.color-filter.disabled {
    opacity: 1;
}
.filter-form .disabled-prop {
    opacity: .3;
    cursor: default;
}
.payment-form-block a {
    color: #3c763d;
}
.c-history__download.download-link {
    width: 241px;
}
footer li,
.product-status-list li,
.create-user-account-form li,
.js_phoneDropdown li,
.js_mobileMenuDropdow,
.form-list li,
.sum-list li,
.total li,
.js_flyCart.js_flyCartShow li,
.mg-main-menu li,
.fast-result-list li,
.payment-details-list li,
.total-list li,
.sub-categories li,
.mg-filter-body li,
.product-status-list li,
.price-slider-list li,
.fast-result-list li,
.filter-values li,
.filter-tags li,
.small-cart-list li,
.total-sum li,
.cart-list li  {
    list-style: none;
}
ul, ol {
    margin: 0;
    padding-left: 40px;
}
.product-status-list,
.create-user-account-form ul,
.js_phoneDropdown ul,
.js_mobileMenuDropdow,
.form-list,
.sum-list,
.total,
.js_flyCart.js_flyCartShow ul,
footer ul,
.c-cart__small--list.cart-list,
.main-product-slide,
.prop-string,
.c-nav__dropdown,
.mg-filter-item ul,
.small-cart-list,
.c-order__payment,
.price-slider-list,
.fast-result-list,
.payment-details-list,
.total-list,
.sub-categories,
.mg-filter-body,
.product-status-list,
.price-slider-list,
.fast-result-list,
.filter-values,
.filter-tags,
.small-cart-list,
.total-sum,
.cart-list {
    padding-left: 0px;
}
.powered a {
    font-weight: 700;
}
.powered a .red {
    color: #d90707;
}

.price-slider-list li {
    width: 49%;
    display: inline-block;
}

.owl-item .catalog .c-goods__item .c-goods__footer .c-amount, .owl-item .c-goods__item .c-goods__footer .c-amount {
    display: none;
}

.l-body__product .whatsapp-button {
    display: none;
}

.l-body__static .min-1025--3 {
    display: none;
}

.l-body__static .min-1025--9 {
    display: block;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.top-block {
    padding-left: 0px;
}

.c-product .c-variant__img {
    position: relative;
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    margin-right: 8px;
}

.c-product .c-variant__name {
    font-size: 16px;
    margin-bottom: -1px;
}

.c-product .c-variant__price {
    font-size: 17px;
    font-weight: 600;
}

.c-product .c-variant__img img {
    border-radius: 50%;
}

.l-body__catalog .oplata-icon {
    display: none;
}

.white-list {
    background: #fff;
    padding: 15px;
}
      
.podborka {
    width: 100%;
}
  
.podborka li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
  
.podborka li:first-child {
    margin-left: 0px;
}
  
.podborka li:last-child {
    margin-right: 0px;
}
  
.podborka a {
    color: #431212;
    font-size: 15px;
    border-bottom: 1px #431212 solid;
    text-decoration: none;
}
  
.podborka a:hover {
    border-bottom: none;
    text-decoration: none;
}
  
.podborka-title {
    color: #431212;
    font-size: 15px;
    float: right;
    cursor: pointer;
}
  
.podborka-body {
    margin-top: 10px;
}
  
.podborka-desktop {
    display: inherit;
    margin-bottom: 15px;
}
  
.podborka-mobile {
    display: none;
}

.l-body__noindex .slider-product .title a {
    color: #431212;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.l-body__noindex .slider-product .button {
    width: 49%;
    display: inline-block;
    margin: 10px 0px 0px 0px;
}

.l-body__noindex .slider-product .button a {
    color: #ffa600;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.l-body__noindex .slider-product .whatsapp-button a {
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

.l-body__noindex .slider-product .whatsapp-button {
    background: #00a507;
    display: inline-block;
    margin: 10px 0px 0px 0px;
    padding: 10px 0px;
    width: 49%;
    text-align: center;
    border-radius: 20px;
}

.container_r tr:nth-of-type(2) {
    border-top: 1px #000 solid;
}
  
@media (min-width: 220px) and (max-width: 400px) {  
  
.podborka li {
    width: inherit;
    margin-left: 0px;
    margin-right: 5px;
    text-align: center;
}
  
.podborka a {
    font-size: 13px;
}
  
.podborka-title {
    font-size: 14px;
    margin-top: 14px;
}

}

@media (max-width: 768px) {

.product-cart .c-carousel__title--span {
    font-size: 17px;
    margin-top: 0px;
    padding: 0px 10px 0px 0px;
}
  
.product-cart .c-carousel--active {
    margin-top: 40px;
}
  
.podborka-desktop {
    display: none;
}
  
.podborka-mobile {
    display: inherit;
    margin-bottom: 10px;
}
  
.podborka li {
    width: 24%;
}
  
.podborka a {
    font-size: 12px;
}
  
.l-body__noindex .slider-product .button {
    width: 100%;
}
  
.l-body__noindex .slider-product .whatsapp-button {
    width: 100%;
    padding: 5px 0px;
}
  
.podborka-title {
    font-size: 14px;
    float: inherit;
    text-align: left;
    border-bottom: 1px dashed;
}
  
.podborka-body li {
    width: inherit;
    margin-left: 0px;
    margin-bottom: 10px;
}
  
.l-body__noindex .slider-product .button a {
    font-size: 13px;
}

.l-body__noindex .slider-product .whatsapp-button a {
    font-size: 13px;
}
  
.l-body__noindex .slider-product .title a {
    font-size: 13px;
}
  
.c-catalog__dropdown--3 {
    background: #fff;
}
  
.c-catalog__dropdown--3 li {
    padding: 5px 0px;
}
  
.c-catalog__level--3 {}
  
}

.c-nav__level--3 {}

@media (max-width: 1200px) {
  .container_r {
    max-width: 970px;
  }
}
@media (max-width: 1200px) {
  .container_o {
    max-width: 970px;
  }
}
@media (max-width: 992px) {
  .container_r {
    max-width: 750px;
  }
}
@media (max-width: 992px) {
  .container_o {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  .container_r {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .container_o {
    max-width: none;
  }
}
@media screen and (min-width: 1170px) and (max-width: 1376px) { 
.advantage svg {
    width: 55px;
    height: 55px;
}
 .flex {
  display: flex;
}
.container_r {
width: 60%;
 flex: 2;
}
.container_o {
width:40%;
flex:1;
}
@media (max-width: 767px) {
 .flex {
 flex-direction: column;
 }
 .container_o {
 padding-left: 0;
 width: 98%;
 justify-content: center;
 }
} 
.banner {
    width: 48.9888888%;
}
  
.banner-info h1 {
    font-size: 24px;
    padding: 25px 15px 0px 15px;
}
  
.banner-info p {
    font-size: 19px;
}
  
.slider-product {
    width: 23.9555555%;
}
  
}