@charset 'UTF-8';

/* Video container adaptive */
.video-container {
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
}
.video-container iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/* Ditails summary */
details summary {
	display: block;
	color: #0b7dbe;
	cursor: pointer;
}
details summary::marker {
	display: none;
}

/* User content start */
.user-content {}
.user-content p {}
.user-content ul {
	list-style-position: inside; 
}
.user-content ul li {}
.user-content a {}
.user-content h1 {}
.user-content h2 {}
.user-content h3 {}
.user-content h4 {}
.user-content h5 {}
.user-content h6 {}
/* User content end */


@media (min-width: 1024px){
  .checkout-final-section {
      position: -webkit-sticky;
      position: sticky;
      top: 20px;
      width: 284px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
  }
}
.order-confirm-block {
    order: 3;
}
.total-price-block {
    order: 2;
}
.promo-code-order {
    order: 1;
}
.c-table__discount {
    text-align: center;
    color: #ff0000;
}
.cart-page .c-table__discount {
    text-align: right;
}
.top-user-message {
	padding: 10px 0;
    text-align: center;
    background: #fcdfb0;
}
    
.op-disabled {
	color: #9e9e9e;
}


.blog-sidebar .input-group,
.blog-sidebar .input-group-button {
    display: block;
}
.blog-sidebar .simple-subscribe-button {
    width: 100%;
}
.blog-sidebar .simple-subscribe-input {
    margin-bottom: 15px;
}


.last-posts-homepage {
	position: relative;
	margin-bottom: 30px;
}
.all-posts {
	position: absolute;
	top: 0;
	right: 15px;
	line-height: 30px;
}
.last-posts-homepage h3 {
	font-size: 16px;
    text-transform: uppercase;
    color: #212121;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 500;
}
.post-item {
	background: #fff;
}
.post-item a:hover {
	text-decoration: underline;
}
.post-item-imglink {
	display: block;
	line-height: 100%;
	height: 140px;
}
.post-item-img {
    width: 100%;
    margin-top: -1px;
}
.post-item-content {
	padding: 15px;
}
.post-item-date {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	font-size: 12px;
    color: #9e9e9e;
    margin-right: 10px;
}
.post-item-category {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	font-size: 12px;
}
.post-item-title {
	font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin: 5px 0;
}
.post-item-desc {
    color: #424242;
    line-height: 20px;
    margin-bottom: 10px;
}
@media (max-width: 1024px) {
	.post-item {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin-bottom: 15px;
	}
	.post-item-imglink {
		flex: 1 0 50%;
	}
	.post-item-img {
		margin-top: 0;
	}
	.post-item-content {
		
	}
}
@media (max-width: 639px) {
	.post-item-imglink {
		padding: 15px;
		flex: 1 0 30%;
	}
	.all-posts {
		display: none;
	}
}


/* 
    Navigation panel
*/
.navigation-panel {
    width: 280px;
    -ms-transform: translateX(-280px);
    transform: translateX(-280px);
}
.navigation-panel-header {
	padding: 10px 20px;
    line-height: 20px;
    background: #0b7dbe;
}
.navigation-panel-header i {
    color: #fff;
}
.navigation-panel .close-button {
    top: 15px;
}
.navigation-panel hr {
    width: 100%;
    margin: 10px 0;
    border-color: #eee;
}
.navigation-panel-header + hr {
    margin-top: 0;
}
.navigation-panel i {
    margin-right: 10px;
    font-size: 16px;
}
.navigation-panel a {
    color: #424242;
}
.navigation-panel ul {
    margin: 0;
    padding: 0;
}
.navigation-panel .submenu {
    padding-bottom: 30px;
}
.navigation-panel .icon-circle {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border: 1.5px solid transparent;
    border-radius: 50%;
}
.navigation-panel .icon-circle:before {
    content: none;
}
.navigation-panel .icon-sale {
    border-color: rgba(255,0,0,0.5);
}
.navigation-panel .icon-hot {
    border-color: rgba(255,165,0,0.5);
}
.navigation-panel .icon-new {
    border-color: rgba(0,128,0,0.5);
}
.navigation-panel .catalog-link > a {
    color: rgb(11, 125, 190);
}
.drilldown .is-drilldown-submenu-parent > a::after {
    content: "\e829";
    font-family: 'feather' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
    right: 30px;
}

.drilldown .js-drilldown-back > a::before {
    content: "\e828";
    font-family: 'feather' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
    left: 20px;
    margin-right: 25px;
    vertical-align: middle;
    line-height: 0px;
}
.need-help-mobile {
    padding: 10px 20px;
}
.need-help-mobile a {
    margin: 0;
    padding: 0;
    line-height: 20px;
}
.need-help-mobile span {
    font-weight: 500;
}
.lang-select-mobile {
    padding: 0 15px;
}
.lang-select-mobile i,
.lang-select-mobile span {
    display: inline-block;
}
.mobile-menu-cart,
.mobile-menu-compare {
    position: relative;
}
.mobile-menu-cart .circle-counter,
.mobile-menu-compare .circle-counter {
    position: static;
    display: inline-block;
}




#product-variants {
    max-width: 330px;
}
.buy-block .available {
    display: inline-block;
}
.buy-container .cart_form {
    margin-right: 15px;
}
/* .buy-container .cart_form,
.c-buy__buttons {
    display: inline-block;
    vertical-align: middle;
} */
.c-buy__buttons .button {
    margin-bottom: 0;
}

/* Mobile header */
    .mobile-header {
        position: relative;
        z-index: 100;
    }
    .mobile-header-top {
        background: #fff;
    }
    .mobile-header-logo img {
        max-height: 40px !important;
    }
    .mobile-header-bottom {
        padding-top: 10px;
        padding-bottom: 10px;
        background: #0b7dbe;
    }
    .mobile-header-logo {
        display: block;
        line-height: 30px;
        padding: 10px 0;
    }
    .mobile-menu-toggle {
    	display: block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        color: #212121;
    }   
    .mobile-menu-toggle i {
        font-size: 18px;
        vertical-align: middle;
    }
    .mobile-header-cart {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: flex-end;
    }
    .mobile-header .header-cart {
        width: 60px;
        height: 60px;
    }
    .mobile-header .header-cart-link {
        line-height: 60px;
    } 
    .mobile-header .header-cart .circle-counter {
        top: 15px;
        right: 10px;
    }
    #mobile-canvas-nav {
        z-index: 150;
        background: #fff;
    }
    .js-off-canvas-overlay {
        z-index: 149;
        background: rgba(0,0,0,0.6);
    }


/* Form style */
    strong, b {
        font-weight: 500;
    }
    .pagination {
        margin-bottom: 0;
    }
    .has-tip {
        cursor: pointer;
    }
    [type='text'], 
    [type='password'], 
    [type='date'], 
    [type='datetime'], 
    [type='datetime-local'], 
    [type='month'], 
    [type='week'], 
    [type='email'], 
    [type='number'], 
    [type='search'], 
    [type='tel'], 
    [type='time'], 
    [type='url'], 
    [type='color'], 
    textarea {
        box-shadow: none;
        border-color: #e0e0e0;
        font-size: 14px;
        line-height: 20px;
        height: 44px;
        padding: 14px 15px;
    }
    [type='text']:focus, 
    [type='password']:focus, 
    [type='date']:focus, 
    [type='datetime']:focus, 
    [type='datetime-local']:focus, 
    [type='month']:focus, 
    [type='week']:focus, 
    [type='email']:focus, 
    [type='number']:focus, 
    [type='search']:focus, 
    [type='tel']:focus, 
    [type='time']:focus, 
    [type='url']:focus, 
    [type='color']:focus, 
    textarea:focus {
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        border-color: #bdbdbd;
    }
    select {
        position: relative;
        font-size: 14px;
        border-color: #e0e0e0;
        line-height: 44px;
        height: 44px;
        padding: 0 30px 0 15px;
        background-color: #fff;
    }
    select option {
        font-size: 14px;
        color: #424242;
    }
    select option:disabled  {
        color: #bdbdbd;
    }
    select:focus {
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        border-color: #bdbdbd;
    }
    .button {
        padding: 15px 20px;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 0.4px;
    }
    .button i {
        font-size: 16px;
        color: #424242;
    }
    .addToCompare {
    	display: block;
        padding: 15px 0px;
    }
    .mg-buy-click-button {
        padding: 15px 0px;
    }
    @media (max-width: 639px) {
    	.mg-buy-click-button {
	        padding: 10px 0;
	        display: block;
	    }
		.addToCompare {
			display: block;
			padding: 10px 0;
		}
	}

/* Search in header */
    .header-search {
        position: relative;
    }
    .header-search-form {}
    .header-search-input {
        margin-bottom: 0;
        height: 40px;
        line-height: 20px;
    }
    .header-search-input:focus + .header-search-button {
        color: #212121;
    }
    .header-search-button {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        color: #BDBDBD;
    }
    .header-search-input:focus + .header-search-button:hover,
    .header-search-button:hover {
        color: #116fae;
        cursor: pointer;
    }
    .header-search-button i {
        font-size: 18px;
        vertical-align: middle;
    }
    .header-search-result {
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        max-height: 320px;
        overflow-y: scroll;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px transparent;
        box-shadow: 0 6px 12px transparent;
        pointer-events: none;
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        -webkit-transition: opacity .3s,visibility .3s,-webkit-transform .3s,-webkit-box-shadow 1.2s;
        transition: opacity .3s,visibility .3s,-webkit-transform .3s,-webkit-box-shadow 1.2s;
        transition: opacity .3s,transform .3s,box-shadow 1.2s,visibility .3s;
        transition: opacity .3s,transform .3s,box-shadow 1.2s,visibility .3s,-webkit-transform .3s,-webkit-box-shadow 1.2s;
    }
    .header-search-result.active {
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.2);
        box-shadow: 0 6px 12px rgba(0,0,0,.2);
        pointer-events: all;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .header-search .fast-result-list {}
    .header-search .fast-result-list > li {
        border-bottom: 1px solid #eee;
    }
    .header-search .fast-result-list > li > a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding: 10px 15px;
    }
    .header-search .fast-result-list > li > a:hover {
        background: #f9f9f9;
    }
    .header-search .fast-result-list > li .fast-result-img {
        width: 50px;
        height: 50px;
        margin-right: 20px;
        text-align: center;
    }
    .header-search .fast-result-list > li .fast-result-info {
        flex: 1;
        color: #424242;
        line-height: 24px;
    }
    .header-search .fast-result-list > li span {
        display: block;
    }
    .header-search .fast-result-list > li span:nth-last-child(2) {
    	display: none;
        color: #0b7dbe;
        font-weight: 500;
    }
    .header-search .fast-result-list > li b {
        background: rgba(254, 203, 127, 0.67) !important;
        color: #212121;
    }

/* Lang switcher in header */
    select[name="multiLang-selector"] {
        position: relative;
        background: transparent;
        margin: 0;
        font-size: 12px;
        font-weight: 500;
        color: #212121;
        padding: 5px 12px;
        width: 60px;
        cursor: pointer;
    }
    .lang-select {
        position: relative;
        display: block;
        line-height: 40px;
    }
    .lang-select:before {
        font-family: "feather";
        content: '\e842';
        position: absolute;
        top: 1px;
        right: 10px;
        font-size: 14px;
    }
    select[name="multiLang-selector"]:hover,
    .lang-select:hover {
        color: #116fae;
    }

/* Compare in header */
    .header-compare {
        position: relative;
        width: 50px;
        height: 40px;
    }
    .header-compare-link {
        display: block;
        line-height: 40px;
        text-align: center;
        color: #212121;
    }
    .header-compare-link:hover {
        color: #116fae;
    }
    .header-compare-link i {
        font-size: 18px;
        vertical-align: middle;
    }
    .header-compare-content {
        position: relative;
        z-index: 1;
        padding: 30px;
        background: #fff;
    }
    .header-compare-title {
        font-size: 16px;
        font-weight: 500;
        color: #212121;
        margin-bottom: 10px;
    }
    .header-compare-text {
        font-size: 13px;
        line-height: 20px;
        color: #616161;
    }
    .header-compare .button {
        margin-bottom: 0;
    }
    .header-compare-dropdown:after {
        content: '';
        position: absolute;
        top: -27px;
        right: 39px;
        background: white;
        border: 6px solid transparent;
        transform: rotate(45deg) translateX(15px) translateY(15px);
        box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    }
    .header-compare-dropdown {
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        position: absolute;
        right: -20px;
        top: 40px;
        width: 320px;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px transparent;
        box-shadow: 0 6px 12px transparent;
        pointer-events: none;
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        -webkit-transition: opacity .3s,visibility .3s,-webkit-transform .3s,-webkit-box-shadow 1.2s;
        transition: opacity .3s,visibility .3s,-webkit-transform .3s,-webkit-box-shadow 1.2s;
        transition: opacity .3s,transform .3s,box-shadow 1.2s,visibility .3s;
        transition: opacity .3s,transform .3s,box-shadow 1.2s,visibility .3s,-webkit-transform .3s,-webkit-box-shadow 1.2s;
    }
    .header-compare:hover .header-compare-dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.2);
        box-shadow: 0 6px 12px rgba(0,0,0,.2);
        pointer-events: all;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

/* Cart in header */
    .header-cart {
        position: relative;
        width: 50px;
        height: 40px;
    }
    .header-cart-link {
        display: block;
        line-height: 40px;
        text-align: center;
        color: #212121;
    }
    .header-cart-link:hover {
        color: #116fae;
    }
    .header-cart-link i {
        font-size: 18px;
        vertical-align: middle;
    }
    .header-cart tbody {
		border: 0;
    }

/* Auth in header */
    .header-auth {
        position: relative;
        width: 50px;
        height: 40px;
    }
    .header-auth-span {
        display: block;
        line-height: 40px;
        text-align: center;
        color: #212121;
    }
    .header-auth-span:hover {
        cursor: pointer;
        color: #116fae;
    }
    .header-auth-span i {
        font-size: 18px;
        vertical-align: middle;
    }
    .header-auth-title {
        font-size: 16px;
        font-weight: 500;
        color: #212121;
        margin-bottom: 10px;
    }
    .header-auth-message {
        color: #616161;
    }
    .header-auth-dropdown {
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        position: absolute;
        right: -20px;
        top: 40px;
        width: 320px;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px transparent;
        box-shadow: 0 6px 12px transparent;
        pointer-events: none;
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        -webkit-transition: opacity .3s,visibility .3s,-webkit-transform .3s,-webkit-box-shadow 1.2s;
        transition: opacity .3s,visibility .3s,-webkit-transform .3s,-webkit-box-shadow 1.2s;
        transition: opacity .3s,transform .3s,box-shadow 1.2s,visibility .3s;
        transition: opacity .3s,transform .3s,box-shadow 1.2s,visibility .3s,-webkit-transform .3s,-webkit-box-shadow 1.2s;
    }
    .header-auth-dropdown:after {
        content: '';
        position: absolute;
        top: -27px;
        right: 39px;
        background: white;
        border: 6px solid transparent;
        transform: rotate(45deg) translateX(15px) translateY(15px);
        box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    }
    .header-auth-content {
        position: relative;
        z-index: 1;
        padding: 30px;
        background: #fff;
    }
    .header-auth:hover .header-auth-dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.2);
        box-shadow: 0 6px 12px rgba(0,0,0,.2);
        pointer-events: all;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .header-auth-menu {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: left;
    }
    .header-auth-menu > li > a {
        display: block;
        line-height: 30px;
        padding: 5px 0;
        color: #212121;
        font-size: 14px;
    }
    .header-auth-menu > li > a:hover {
        color: #116fae;
    }
    .header-auth-menu > li > a > i {
        margin-right: 15px;
        vertical-align: middle;
    }

/* Main navigation in header */
    .header-nav {}
    .header-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    /* level 1 */
    .header-nav > ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .header-nav > ul > li {
        position: relative;
        border-right: 1px solid #116fae;
        transition: background-color 0.3s ease;
    }
    .header-nav > ul > li:first-child {
        border-left: 1px solid #116fae;
    }
    .header-nav > ul > li:last-child {
        flex: 1;
        text-align: right;
    }
    .header-nav > ul > li:hover {
        background: #116fae;
        transition: background-color 0.3s ease;
    }
    .header-nav > ul > li > span,
    .header-nav > ul > li > a {
        display: block;
        padding: 0 20px;
        line-height: 60px;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .header-nav > ul > li > span > .icon-menu,
    .header-nav > ul > li > a > .icon-menu {
        font-size: 16px;
        margin-right: 10px;
        vertical-align: middle;
    }
    .header-nav > ul > li > span > .icon-chevron-down,
    .header-nav > ul > li > a > .icon-chevron-down {
        margin-left: 10px;
        font-size: 14px;
        vertical-align: middle;
    }
    /* Level 2 */
    .header-nav > ul > li > ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        position: absolute;
        left: 0;
        top: 60px;
        min-width: 320px;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px transparent;
        box-shadow: 0 6px 12px transparent;
        pointer-events: none;
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        -webkit-transition: opacity .3s,visibility .3s,-webkit-transform .3s,-webkit-box-shadow 1.2s;
        transition: opacity .3s,visibility .3s,-webkit-transform .3s,-webkit-box-shadow 1.2s;
        transition: opacity .3s,transform .3s,box-shadow 1.2s,visibility .3s;
        transition: opacity .3s,transform .3s,box-shadow 1.2s,visibility .3s,-webkit-transform .3s,-webkit-box-shadow 1.2s;
    }
    .header-nav > ul > li:hover > ul {
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.2);
        box-shadow: 0 6px 12px rgba(0,0,0,.2);
        pointer-events: all;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .header-nav > ul > li > ul.nav-catalog {
        max-height: 400px;
        min-width: 768px;
    }
    .header-nav > ul > li > ul > li {}
    .header-nav > ul > li > ul > li > a {
        display: block;
        line-height: 30px;
        padding: 5px 10px;
        color: #212121;
        font-size: 14px;
    }
    .header-nav > ul > li > ul > li > a:hover {
        background: #f5f5f5;
        color: #0b7dbe;
        text-decoration: none;
    }
    .header-nav > ul > li > ul.nav-contacts {
        text-align: left;
        width: 100%;
    }
    .header-nav > ul > li > ul.nav-contacts > li {
        margin-bottom: 5px;
    }
    .header-nav > ul > li > ul.nav-contacts > li.nav-contacts-title {
        font-weight: 500;
        color: #212121;
        margin-bottom: 5px;
        margin-bottom: 10px;
    }
    .header-nav > ul > li > ul.nav-contacts > li:last-child {
        font-style: italic;
        color: #757575;
    }
    .header-nav > ul > li > ul.nav-contacts > li > a {
        padding: 0;
        line-height: inherit;
    } 
    .header-nav > ul > li > ul.nav-contacts > li > a:hover {
        background: none;
    }



/* Filter */
    .filter-wrap {
        padding: 30px;
    }
    .filter-wrap .c-filter .filter-form {

    }
    @media (max-width: 639px) {
        .filter-wrap {
            padding: 0;
        }
    }




* {
    -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%;
}
body {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #424242;
    background: #f1f1f1;
}
a {
    text-decoration: none;
    color: #0b7dbe;
    -webkit-tap-highlight-color: transparent;
}
a:hover {
    text-decoration: none;
}
blockquote {
    padding: 20px;
    border: 1px solid #dadada;
    border-left: 4px solid;
    margin: 10px 0;
    font-style: italic;
}

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;
}
/* Title style */
h1,h2,h3,h4,h5,h6 {
    font-family: 'Rubik', sans0-serif;
    font-weight: 500;
    color: inherit;
    color: #212121;
}
h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }


iframe {
    vertical-align: bottom;
    border: 0;
}
table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}


/* 3 секции акции (sale) хиты (hit) новинки (new)  */

/* Stickers component */
    .stickers {
        position: absolute;
        top: 0;
        left: 0;
        text-align: left;
    }
    .sticker-wrap {
        margin-bottom: 5px;
        line-height: 20px;
    }
    .sticker-item {
        padding: 4px 10px;
        border-radius: 2px;
        font-size: 10px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
    }
    .sticker-new {
        background: green;
    }
    .sticker-hit {
        background: orange;
    }
    .sticker-sale {
        background: red;
    }


/* 
    Product card styling
*/
.c-goods--list .product-card {
    width: 100%;
    height: auto;
}
.c-goods--list .product-card:hover .product-card-wrap {
    position: relative;
    z-index: 2;
}
.c-goods--list .product-card .product-card-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.c-goods--list .product-card .product-card-section1 {
    flex: 1 0 216px;
    margin-right: 30px;
}
.c-goods--list .product-card-property {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
}
.product-card-property {
	list-style: none;
}
.c-goods--list .product-card-property li {
    display: inline-block;
}
.c-goods--list .product-card-property li span:last-child:after {
    display: inline-block;
    content: ' / ';
}
.c-goods--list .product-card-property li:last-child span:last-child:after {
    content: '';
}
.products-list {
    margin-bottom: 300px
}
.product-card {
    background: #fff;
    position: relative;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    height: 420px;
    width: 33.33333%;
}
.product-card.not_available .product-card-link,
.product-card.not_available .product-card-title {
    opacity: 0.5;
}
.product-card.not_available .c-goods__price--current {
    background: #ccc;
}
.c-goods__actions .c-buy__buttons {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
.c-buy__buttons .addToCart {
    margin-right: 10px;
}
.c-buy__buttons .addToCompare {
    width: 50px;
    height: 40px;
    text-align: center;
    display: block;
    line-height: 40px;
    padding: 0;
    font-size: 16px;
}
.c-buy__buttons .wrapper-mg-buy-click {
    width: auto;
    max-width: auto;
}
.c-buy__buttons .mg-buy-click-button {
    padding: 0;
    width: 50px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 16px;
    border-right: 1px solid #eee;
}
.product-card #product-variants {
    margin-bottom: 10px;
}
.c-goods--grid .product-card .block-variants,
.c-goods--grid .product-card .variant-title,
.c-goods--grid .product-card .product-card-section3 {
    display: none;
}
.c-goods--grid .product-card:hover .block-variants,
.c-goods--grid .product-card:hover .variant-title,
.c-goods--grid .product-card:hover .product-card-section3 {
    display: block;
}

.c-goods--list .product-card-section2 {
    display: flex;
    flex-direction: column;
}
.c-goods--list .c-goods__actions {
    order: 2;
}
.c-goods--list .product-card-section3 {
    order: 1;
}
@media (min-width: 991px) {
    .product-card:nth-child(3n){
        border-right: 0;
    }
}
.product-card:hover {
    overflow: visible;
}
.product-card-wrap {
    padding: 20px;
}
.product-card:hover .product-card-wrap {
    position: relative;
    z-index: 10;
    min-height: 102%;
    padding: 20px;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 6px 16px 0 rgba(0,0,2,.31);
}
.product-card-section1 {
    position: relative;
    margin-bottom: 30px;
}
.product-card-section2 {}
.product-card-section3 {}
.product-card-link {
    display: flex;
    justify-content: center;
    line-height: 100%;
    height: 216px;
    text-align: center;
}
.mg-product-image {
    align-self: center;
}
.product-card-image {}
.product-card-title {
    display: block;
    height: 40px;
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #424242;
    overflow: hidden;
}
.product-card-rating {
    margin-bottom: 15px;
}
.product-card-rating .rating-action {
    display: inline-block;
}
.product-card-rating .info {
    font-size: 12px;
    color: #9e9e9e;
}
.product-card-characteristics {
    line-height: 18px;
    font-size: 13px;
    color: #757575;
    margin-bottom: 15px;
}
.product-card-prices {
    margin-bottom: 20px;
}
.product-card-price {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: 600;
}
.product-card-oldprice {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    text-decoration: line-through;
    color: #9e9e9e;
}
.product-card-variants {}
.product-card-variants {}
.c-goods--grid .product-card-property {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    max-height: 150px;
    overflow-y: auto;
}
.c-goods--grid .product-card-property li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.product-card .product-info {
    padding-left: 0;
}



/* Daily */
    .dailyProduct {
    	width: auto !important;
        overflow: hidden;
        min-height: 400px;
        background: #fff;
    }
    .dailyProduct .dailyTitle {
        font-size: 14px;
        font-weight: 500;
        padding: 10px 15px;
    }
    .dailyImg {
        display: block;
        line-height: 100%;
    }
    .dailyLink {
        font-size: 14px !important;
        line-height: 20px !important;
        padding: 10px 15px;
    }
    .dailyPrice {
    	margin-top: 0;
    	border: none;
    	padding-bottom: 15px;
    }

/* Raiting */
    .rateit .rateit-range {
        background: url(../images/star.png);
        height: 12px;
    }
    .rateit .rateit-selected {
        background: url(../images/star.png)left -24px;
    }
    .rateit .rateit-hover {
        background: url(../images/star.png) left -12px;
    }


/* Simple card */
    .products-carousel {
        position: relative;
    }
    .products-carousel-title {
        font-size: 16px;
        text-transform: uppercase;
        color: #212121;
        line-height: 30px;
        margin-bottom: 15px;
        font-weight: 500;
    }
    .products-carousel-link {
        position: absolute;
        top: 0;
        right: 85px;
        display: block;
        line-height: 30px;
        color: #757575;
    }
    .products-carousel .owl-item {
        border-right: 1px solid #eee;
    }
    .products-carousel .owl-nav {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        position: absolute;
        top: -45px;
        right: 0;
    }
    .products-carousel .owl-next,
    .products-carousel .owl-prev {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        text-align: center;
        line-height: 30px;
        color: #212121;
        background: #fff;
        cursor: pointer;
        transition: all 0.2s ease;
    }
    .products-carousel .owl-next {
        margin-right: 0;
    }
    .products-carousel .owl-next i,
    .products-carousel .owl-prev i {
        font-size: 18px;
        vertical-align: middle;
    }
    .products-carousel .owl-next:hover,
    .products-carousel .owl-prev:hover {
        background: #116fae;
        color: #fff;
        transition: all 0.2s ease;
    }


    .simple-card {
        
    }
    .simple-card-wrap {
        position: relative;
        padding: 30px;
    }
    .simple-card .stickers {
        top: 15px;
        left: 15px;
    }
    .simple-card-link {
        display: block;
        width: 205px;
        max-height: 205px;
        margin-bottom: 30px;
        text-align: center;
    }
    .simple-card-link img {
        max-height: 205px;
    }
    .simple-card-title {
        display: block;
        color: #424242;
        line-height: 22px;
        height: 44px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .simple-card-rating {
        margin-bottom: 15px;
        margin-left: -2px;
    }
    .simple-card-rating .rating-wrapper {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .simple-card-rating .info {
        line-height: 15px;
        margin-left: 10px;
        font-size: 12px;
        color: #757575;
    }
    .simple-card-prices {}
    .simple-card-price {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        color: #212121;
    }
    .simple-card-oldprice {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        text-transform: uppercase;
        color: #9E9E9E;
        font-weight: 500;
        text-decoration: line-through;
    }
    @media (max-width: 639px){
        .simple-card-wrap {
            padding: 15px;
        }
        .simple-card-link {
            width: 100%;
        }
        .products-carousel-link {
            right: 95px;
        }
        .products-carousel .owl-nav {
            right: 15px;
        }
        .products-carousel-title {
            padding: 0 20px;
            font-size: 14px;
        }
    }


/* Helper class */
.spoiler-title {
    color: #0b7dbe;
    cursor: pointer;
}
.spoiler-content {
    margin-top: 30px;
}
.border-left    { border-left: 1px solid #eee;      }
.border-right   { border-right: 1px solid #eee;     }
.border-top     { border-top: 1px solid #eee;       }
.border-bottom  { border-bottom: 1px solid #eee;    }
.mb30 {
    margin-bottom: 30px;
}
@media (max-width: 639px) {
    .mb30 {
        margin-bottom: 15px;
    }
}
.white-wrap {
    background: #fff;
}
.circle-counter {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    line-height: 16px;
    text-align: center;
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    background: #0b7dbe;
}
@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 0;
    }
    .exit-list li {
        margin: 0;
    }
    .admin-on-site {
        padding: 0 !important;
    }
    .l-header__bottom {
        z-index: 101;
    }
}





















/* 
    main style
*/

.header {
    position: relative;
    z-index: 101;
    background: #fff;
}
.header-top {
    position: relative;
    z-index: 2;
    padding: 30px 0;
}
.header-logo img {
    height: 40px !important;
}
.header-bar {}
.header-bar-item {
    display: inline-block;
    vertical-align: top;
}
.header-bottom {
    background: #0b7dbe;
}




.c-auth {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #212121;
}
.c-auth .icon-user {
    font-size: 18px;
}
.c-auth-menu {
    list-style: none;
}
.c-auth-menu-item {}
.c-auth-menu-link {}



/* Related */
    .product-related {
        padding: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #eee;
    }
    .product-related-title {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 500;
        color: #212121;
        line-height: 44px;
        border-bottom :1px solid #eee;
    }
    .related-card {
        margin-bottom: 20px;
    }
    .related-card-image {
        border: 1px solid #eee;
        display: block;
        line-height: 100%;
        padding: 10px;
    }
    .related-card-title {
        display: block;
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 20px;
        color: #424242;
    }
    .related-card-price {
        display: inline-block;
        margin-right: 10px;
        font-weight: 500;
        color: #212121;
    }
    @media (max-width: 639px) {
        .product-related {
            padding: 15px;
        }
    }


/* Page home */
    .home-page {
        margin: 30px 0;
    }
    .home-page-description {
        padding: 30px;
        background: #fff url(../images/bg-home-desc.png)no-repeat bottom right;
    }
    @media (max-width: 639px){
        .home-page {
            margin-top: 0;
        }
        .home-page-description {
            padding: 15px;
        }
    }

/* Page catalog */
    .catalog-page {
        padding: 20px 0 30px;
    }
    .catalog-page-title {
        padding: 20px 30px;
        margin-bottom: 0;
        line-height: 40px;
        font-weight: 500;
    }
    .catalog-description {
        padding: 30px;
        line-height: 1.6;
    }
    @media (max-width: 639px){
    	.catalog-page-title {
    		padding: 10px 15px;
    	}
    	.catalog-description {
    		padding: 15px;
    	}
    }

/* Page group */
    .group-page {
        padding: 20px 0 30px;
    }
    .group-page-title {
        line-height: 40px;
        margin-bottom: 20px;
    }
    .group-page .product-card {
        width: 25%;
    }
    .group-page .product-card:nth-child(3n) {
        border-right: 1px solid #eee;
    }
    .group-page .product-card:nth-child(4n) {
        border-right: none;
    }
    .group-page .buy-container .cart_form {
        display: none;
    }
    @media (min-width: 320px) and (max-width: 767px) {
        .group-page .product-card {
            width: 50%;
        }
        .group-page .product-card:nth-child(2n) {
            border-right: 1px solid #eee;
        }
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .group-page .product-card {
            width: 33.3333%;
        }
        .group-page .product-card:nth-child(2n) {
            border-right: 1px solid #eee;
        }
    }


    

/* Page cart */
    .cart-page {
        padding: 20px 0 30px;
    }
    .cart-page-title {
        line-height: 40px;
        margin-bottom: 20px;
    }
    .cart-page-content {
        padding: 30px;
    }
    .cart-page table {
        margin-bottom: 0;
    }
    .cart-page .table thead, 
    .cart-page table tbody, 
    .cart-page table tfoot {
        border: 0;
        background: #fff;
    }
    .cart-page-footer {
        padding: 30px 0;
        border-bottom: 1px solid #eee;
    }
    .cart-page .c-promo-code {
        margin: 0;
        float: none;
        padding: 0;
    }
    .cart-page .c-promo-code .promo-form [type='text'] {
        margin-bottom: 0;
    }
    .cart-page .total-price-block {
        text-align: right;
        font-size: 20px;
        font-weight: 500;
        line-height: 40px;
    }
    .cart-page .promo-form .default-btn {
        flex: 0 0 auto;
        background: #0b7dbe;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        padding: 0 20px;
        cursor: pointer;
    }
    .cart-page .checkout-form {
        padding-top: 30px;
        text-align: right;
    }
    @media (max-width: 639px) {
        .cart-page-content {
            padding: 15px;
        }
    }

/* Page checkout */
    .checkout-page {
        padding: 20px 0 30px;
    }
    .checkout-page-title {
        line-height: 40px;
        margin-bottom: 20px;
    }
    .checkout-contacts-block,
    .checkout-delivery-block,
    .checkout-payment-block {
        padding: 30px 30px 0 30px;
    }
    .checkout-payment-block {
        padding-bottom: 30px;
    } 
    .checkout-block-title {
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .checkout-block-title span {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 28px;
        margin-right: 15px;
        text-align: center;
        border: 2px solid #0b7dbe;
        color: #0b7dbe;
        border-radius: 50%
    }
    .checkout-block-content {
        padding-left: 45px;
        padding-right: 20px;
    }
    .checkout-block-content .input-group-label {
        padding-left: 0;
        background: none;
        border: 0;
        min-width: 200px;
    }
    .checkout-block-content .input-group {
        margin-bottom: 20px;
    }
    .checkout-final-section {
        padding: 30px;
    }
    .cart-prev {
        position: relative;
    }
    .cart-prev-maintitle {
        font-size: 16px;
        line-height: 30px;
        font-weight: 500;
        color: #212121;
        margin-bottom: 20px;
    }
    .cart-prev-edit {
        position: absolute;
        top: 5px;
        right: 0;
        line-height: 20px;
        font-size: 13px;
    }
    .cart-prev-item {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding: 15px 0;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
    }
    .cart-prev-image {
        flex: 1 0 70px;
        height: 70px;
        margin-right: 10px;
        max-width: 70px;
    }
    .cart-prev-content {}
    .cart-prev-image a {
        display: block;
        line-height: 100%;
    }
    .cart-prev-title {
        display: block;
        line-height: 20px;
        font-size: 13px;
        color: #212121;
        margin-bottom: 5px;
    }
    .cart-prev-price {
        font-size: 12px;
        color: #9e9e9e;
    }
    .checkout-page-success {
        padding: 60px;
    }
    .checkout-page-success .success-icon {
        width: 160px;
        height: 160px;
        line-height: 173px;
        text-align: center;
        border: 7px solid #0b7dbe;
        border-radius: 50%;
        margin: 0 auto 30px;
    }
    .checkout-page-success .success-icon i {
        font-size: 60px;
        color: #0b7dbe;
    }
    .checkout-page-success h2 {
        color: #212121;
    }    
    .checkout-page-success p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
        color: #616161;
    }
    @media (max-width: 1023px) {
        .checkout-block-content .input-group {
            display: block;
        }
        .checkout-block-content .input-group-label {
            width: auto;
            margin-bottom: 10px;
        }
    }
    @media (max-width: 639px) {
        .checkout-block-content {
            padding-left: 0;
            padding-right: 0;
        }
        .cart-prev-image {
            margin-right: 10px;
        }
    }
/* Page compare */
    .compare-page {
        padding: 20px 0 30px;
    }
     .compare-page-title {
        line-height: 40px;
        margin-bottom: 20px;
    }

/* Page personal */
    .personal-page {
        padding: 20px 0 30px;
    }
    .personal-page-title {
        line-height: 40px;
        font-size: 24px;
        margin-bottom: 20px;
    }
    .personal-page-content {
        padding: 30px;
    }
    .welcome-block {
        position: relative;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        margin: 30px 30px 0 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #eee;
    }
    .welcome-icon {
        position: absolute;
        top: 15px;
        right: 0;
    }
    .welcome-letter {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 10px;
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        background: #0b7dbe;
        border-radius: 50%;
    }
    .welcome-title {
        line-height: 20px;
        font-size: 12px;
        color: #9e9e9e;
    }
    .welcome-name {
        line-height: 20px;
        font-size: 16px;
        color: #212121;
    }
    .personal-email,
    .personal-date-registration {
        line-height: 20px;
        margin-bottom: 15px;
    }
    @media (max-width: 639px) {
        .welcome-block {
            margin: 15px 15px 0 15px;
            padding-bottom: 15px;
        }
        .personal-page-content {
            padding: 15px;
        }
    }

/* Page static */
    .static-page {
        padding: 20px 0 30px;
    }
    .static-page-title {
        line-height: 40px;
        font-size: 28px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .static-page-content {
        padding: 30px;
        line-height: 24px;
    }
    .static-page-content p {
        line-height: 24px;
    }
    @media (max-width: 639px) {
        .static-page-content {
            padding: 15px;
        }

    }

/* Page search */
    .search-page {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .search-page-title {
        line-height: 40px;
        font-weight: 500;
        margin-bottom: 20px
    }
    .search-page .product-card {
        width: 25%;
    }
    .search-page .product-card:nth-child(3n) {
        border-right: 1px solid #eee;
    }
    .search-page .product-card:nth-child(4n) {
        border-right: none;
    }
    @media (min-width: 320px) and (max-width: 767px) {
        .search-page .product-card {
            width: 50%;
        }
        .search-page .product-card:nth-child(2n) {
            border-right: 1px solid #eee;
        }
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .search-page .product-card {
            width: 33.3333%;
        }
        .search-page .product-card:nth-child(2n) {
            border-right: 1px solid #eee;
        }
    }
/* Page blog */
    .blog-page {
        padding: 20px 0 30px;
    }
    .blog-page-title {
        line-height: 40px;
        font-size: 28px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .blog-page-content {
        padding: 30px;
    }
    .blog-menu {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        margin: 0;
        padding: 0 30px;
        border-bottom: 1px solid #eee;
    }
    .blog-menu-item {
        list-style: none;
    }
    .blog-menu-link {
        display: block;
        padding: 20px 15px;
        line-height: 40px;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 0.4px;
        font-weight: 500;
        color: #212121;
        border-bottom: 2px solid transparent;
        margin-bottom: -1px;
    }
    .blog-menu-item.active .blog-menu-link {
        border-color: #0b7dbe;
    }
    .blog-menu-link:hover {
        color: #116fae;
    }
    .blog-post {
        margin-bottom: 30px
    }
    .blog-post-image img {
        width: 100%;
        height: auto;
    }
    .blog-post-date {
        font-size: 11px;
        text-transform: uppercase;
        color: #9e9e9e;
        margin: 10px 0 5px;
    }
    .blog-post-title a {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 10px;
        color: #212121;
        transition: all 0.2s ease;
    }
    .blog-post-title a:hover {
        color: #116fae;
        transition: all 0.2s ease;
    }
    .blog-post-desc {
        line-height: 20px;
        max-height: 60px;
        overflow: hidden;
        color: #424242;
        margin-bottom: 10px;
    }
    .blog-post-tags {}
    .blog-sidebar {
        padding: 30px;
    }
    .blog-sidebar-title {
        font-size: 16px;
        line-height: 30px;
        font-weight: 500;
        margin-bottom: 15px;
        color: #212121;
    }
    .blog-sidebar .dailyProduct {
        padding: 0;
    }
    @media (max-width: 639px) {
        .blog-page .border-right {
            border: 0;
        }
        .blog-page-content {
            padding: 15px;
        }
        .blog-sidebar {
            padding: 15px;
            border-top: 1px solid #eee;
        }
    }
/* Page blog */
    .article-page {
        padding: 20px 0 30px;
    }
    .article-page-title {
        line-height: 40px;
        font-size: 28px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .article-page-date {
        font-size: 11px;
        text-transform: uppercase;
        color: #9e9e9e;
        margin: 0px 0 20px;
    }
    .article-page-content {
        padding: 30px;
    }
    .article-page-description {
        line-height: 24px;
        color: #424242;
    }
    .article-page-description p {
        line-height: 24px;
    }
    .article-page-description b,
    .article-page-description strong {
        font-weight: 500;
        color: #212121;
    }
    .article-page-description img {
        margin: 10px 0 20px;
    }
    .back-to-blog {
        margin-top: 20px;
    }
    .article-page-image {
        margin-bottom: 30px
    }
    @media (max-width: 639px) {
        .article-page .border-right {
            border: 0;
        }
         .article-page-content {
            padding: 15px;
        }
        .article-page-image {
            margin-bottom: 15px
        }
    }

/* Page enter */
    .enter-page {
        padding: 80px 0;
    }
    .enter-page-title {
        line-height: 40px;
        margin-bottom: 30px;
    }
    .enter-page-content {
        padding: 60px;
    }
    .enter-page-password {
        position: relative;
    }
    .enter-page-password-link {
        position: absolute;
        top: 14px;
        right: 14px;
        display: inline-block;
        line-height: 20px;
    }
    @media (max-width: 639px){
    	.enter-page {
    		padding: 30px 0;
    	}
    	.enter-page-content {
    		 padding: 30px 15px;
    	}
    }

/* Page forgot */
    .forgot-page {
        padding: 80px 0;
    }
    .forgot-page-title {
        line-height: 40px;
        margin-bottom: 30px;
    }
    .forgot-page-content {
        padding: 60px;
    }
    @media (max-width: 639px){
    	.forgot-page {
    		padding: 30px 0;
    	}
    	.forgot-page-content {
    		padding: 30px 15px;
    	}
    }

/* Page registration */
    .registration-page {
        padding: 80px 0;
    }
    .registration-page-title {
        line-height: 40px;
        margin-bottom: 30px;
    }
    .registration-page-content {
        padding: 60px;
    }
    @media (max-width: 639px){
    	.registration-page {
    		padding: 30px 0;
    	}
    	.registration-page-content {
	        padding: 30px 15px;
	    }
    }

/* Page about */
    .about-page {
        padding: 80px 0;
    }
    .about-page .row {
        position: relative;
        z-index: 1;
    }
    .about-page-wrap {
        position: relative;
        padding: 60px;
        background: #fff;
    }
    .about-page-wrap:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 400px;
        background: url(../images/about-bg-top.png)no-repeat top center;
        background-size: cover;
    }
    .about-page-wrap:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 400px;
        background: url(../images/about-bg-bottom.png)no-repeat top center;
        background-size: cover;
    }
    .about-page img {
        margin-bottom: 40px;
    }
    .about-page h1 {
        line-height: 30px;
        margin-bottom: 60px;
        font-size: 24px;
        font-weight: 400;
        color: #212121;
    }
    .about-page-title {
        font-size: 16px;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 5px;
        color: #212121;
    }
    .about-page p {
        margin-bottom: 30px;
    }
    .about-page-bottom {
        padding-top: 30px;
        font-size: 16px;
        line-height: 28px;
    }
    @media (max-width: 639px){
    	.about-page {
    		padding-top: 15px;
    		padding-bottom: 15px;
    	}
    	.about-page-wrap {
    		padding: 30px 15px;
    	}
    	.about-page img {
    		margin-bottom: 20px;
    	}
    	.about-page h1 {
    		margin-bottom: 20px;
    		font-size: 22px;
    	}
    	.about-page p {
    		margin-bottom: 15px;
    	}
    }

/* Page error */
    .error-page {
        padding: 80px 0;
        text-align: center;
    }
    .error-page-title {
        line-height: 1;
        font-size: 140px;
        font-weight: 500;
        color: #0b7dbe;
    }
    .error-page-text {
        margin-bottom: 20px;
        line-height: 30px;
        font-size: 18px;
    }
@media (max-width: 768px) {
     .error-page {
        padding: 40px 0;
    }
    .error-page-title {
        line-height: 1;
        font-size: 80px;
        font-weight: 500;
        color: #0b7dbe;
    }
    .error-page-text {
        margin-bottom: 20px;
        font-size: 18px;
    }
} 

/* Page product */
    .product-page {
        padding: 20px 0 30px;
    }
    .product-gallery {
        position: relative;
        padding: 30px 15px;
    }
    .product-gallery .stickers {
        top: 15px;
        left: 15px;
        z-index: 100;
    }
    .c-carousel__images {
        position: relative;
    }
    .product-gallery .owl-prev {
        position: absolute;
        top: 0;
        left: -30px;
        width: 30px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
    }
    .product-gallery .owl-next {
        position: absolute;
        top: 0;
        right: -30px;
        width: 30px;
        height: 80px;
        line-height: 80px;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
    }
    .product-gallery .owl-prev:hover i,
    .product-gallery .owl-next:hover i {
        color: #116fae;
        transition: all 0.2s ease;
    }
    .product-short-description {
        padding: 30px 15px;
    }
    /* .buy-section {
        padding: 30px;
    } */
    .buy-section {
        padding: 0px;
    }
    .product-name {
        line-height: 36px;
        font-weight: 500;
        margin-bottom: 15px;
    }
    .product-posttitle {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 40px;
    }
    .product-rating {
        display: inline-block;
        vertical-align: middle;
        line-height: 10px;
        padding-right: 10px;
        font-size: 12px;
        color: #757575;
        border-right: 1px solid #e0e0e0;
    }
    .product-rating .rating-action {
        display: inline-block;
        margin-right: 5px;
    }
    .product-code {
        display: inline-block;
        vertical-align: middle;
        line-height: 10px;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 12px;
        color: #757575;
    }
    .product-short-property {
        margin-top: 15px;
    }
    .product-short-property .prop-string {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 13px;
        color: #616161;
    }
    .prop-item {
        line-height: 20px;
        padding: 5px 0;
    }
    .product-short-property .prop-name:after {
        content: ': ';
        margin-right: 10px;
    }
    .product-short-property .prop-spec {
        color: #212121;
    }
    .available-in-stock {
        line-height: 30px;
        color: #36c42b;
    }
    .available-in-stock i {
        margin-right: 5px;
    }
    .default-price {
        margin-bottom: 15px;
    }
    .product-price ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .product-price ul li {
        margin-right: 15px;
    }
    .product-price .normal-price {
        display: block;
        padding: 8px;
        line-height: 30px;
        font-size: 18px;
        font-weight: 500;
        color: #212121;
        background: rgba(255, 193, 7, 0.3);
    }
    .product-price .normal-price.active_old_price {
    	color: #fb515d;
    }
    .product-price .old {
        position: relative;
        display: block;
        line-height: 46px;
        padding: 0 5px;
        font-size: 18px;
        font-weight: 500;
        color: #9E9E9E;
    }
    .product-price .old:after {
        content: '';
        position: absolute;
        top: 22px;
        left: 0;
        height: 2px;
        width: 100%;
        background: rgba(255, 0, 0, 0.7);
    }
    .variant-title,
    .amount-title {
        margin-bottom: 10px;
        line-height: 16px;
        font-size: 10px;
        text-transform: uppercase;
        color: #9e9e9e;
    }
    .product-page .c-buy__buttons {
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
		margin-bottom: 20px;
    }
    #product-variants {
        margin-bottom: 30px;
    }
    /* .product-page .amount_change {
        margin-bottom: 30px;
    } */
    .product-content {
        padding: 30px 0;
        line-height: 24px;
        color: #424242;
    }
    .product-content h1,
    .product-content h2,
    .product-content h3,
    .product-content h4,
    .product-content h5,
    .product-content h6 {
        font-weight: 500;
    }
    .product-content b,
    .product-content strong {
        font-weight: 500;
    }
    .product-content p {
        line-height: 24px;
        color: #424242;
    }
    .product-tabs {
        margin: 0;
        padding: 0;
        border: 0;
        border-bottom: 1px solid #eee;
        background: none;
    }
    .product-tabs li > a {
        padding: 15px 15px;
        margin-bottom: -1px;
        color: #424242;
        font-size: 14px;
        border-bottom: 2px solid transparent;
    }
    .product-tabs .tabs-title > a:focus, 
    .product-tabs .tabs-title > a[aria-selected='true'] {
        background: none;
        border-bottom-color: #116fae;
    }
    .product-description {
        padding: 30px;
    }
    .product-description .tabs-content {
        border: 0;
        background: none;
    }

    .product-description .prop-string {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .product-description .prop-item {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .product-description .prop-item {
        border-bottom: 1px dotted #eee;
        padding: 12px 0;
        transition: all 0.2s ease;
    }
    .product-description .prop-item:hover {
        background: #f9f9f9;
        transition: all 0.2s ease;
    }
    .product-description .prop-name {
        width: 50%;
        line-height: 16px;
    }
    .product-description .prop-spec {
        width: 50%;
        line-height: 16px;
    }
    .similar-products {
    	margin: 10px 0;
    }
    .similar-products-title {
	    margin-bottom: 10px;
	    line-height: 16px;
	    font-size: 10px;
	    text-transform: uppercase;
	    color: #9e9e9e;
    }
    .similar-products-list {
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	flex-wrap: wrap;
    }
    .similar-item {
    	width: 80px;
    	padding: 5px;
    	margin-right: 5px;
    	border: 1px solid transparent;
    }
    .similar-item:last-child {
    	margin-right: 0;
    }
    .similar-item.active {
    	border-color: #0b7dbe;
    }
    .similar-item-image {
    	width: 68px;
    	height: 68px;
    	margin-bottom: 5px;
    }
    .similar-item-link {
    	color: #212121;
    }
    .similar-item-title {
    	word-break: break-all;
    	font-size: 13px;
    	font-weight: 500;
    	line-height: 16px;
    }
    .similar-item-price {
    	font-size: 12px;
    	color: #757575;
    }
    .similar-item-oldprice {
        text-decoration: line-through;
        color: red;
    }
    .tabs-content-title span {
        color: #BDBDBD;
    }
    @media (min-width: 320px) and (max-width: 639px){
        .product-page .product-gallery {
            padding: 15px 0 0 0;
        }
        .product-page .c-images .c-carousel {
            padding: 15px 30px;
        }
        .product-page .c-images__slider__item { 
            width: 60px;
            height: 60px;
        }
        .product-page .product-gallery .owl-prev {
            height: 60px;
            line-height: 60px;
        }
        .product-page .product-gallery .owl-next {
            height: 60px;
            line-height: 60px;
        }
        .product-page .product-raiting {
            padding-right: 5px;
        }
        .product-page .product-short-property {
            display: none;
        }
        .product-page .product-short-description {
            padding: 15px 15px 0 15px;
        }
        .product-page .buy-section {
            padding: 0 0 15px 0;
        }
        .product-page .c-amount {
        	margin-bottom: 10px;
        }
        .product-page .c-buy__buttons input,
        .product-page .c-buy__buttons a {
            margin-bottom: 0;
        }
        .product-page .product-description {
            padding: 15px;
        }
        .product-page .product-content {
            padding: 10px 0;
        }
        .product-page .product-tabs {
            border-bottom: 0;
        }
        .product-page .accordion-content {
            border: 0;
        }
        .product-page .product-tabs li > a {
            border: 0;
            font-size: 16px;
            font-weight: 500;
            color: #212121;
            padding: 15px 0;
        }
        .product-page .product-tabs li > a:hover,
        .product-page .product-tabs li > a:focus {
            background: none;
        }
        .product-page .accordion-item {
            border-bottom: 1px solid #eee;
        }
        .product-page .accordion-title::before {
            right: 0;
        }
    }


/* Sidebar menu */
    .sidebar-menu > ul {
        margin: 0;
        padding: 30px 0;
        list-style: none;
    }
    .sidebar-menu > ul > li {
        margin-bottom: 10px;
    }
    .sidebar-menu > ul > li:nth-last-child(3),
    .sidebar-menu > ul > li:nth-last-child(2) {
        display: none;
    }
    .sidebar-menu > ul > li > a {
        position: relative;
        display: block;
        line-height: 40px;
        padding: 0 30px;
        color: #9E9E9E;
        transition: all 0.2s ease;
    }
    .sidebar-menu > ul > li.active > a:after {
        content: '';
        position: absolute;
        top: 0;
        right: -1px;
        height: 40px;
        width: 3px;
        background: #0b7dbe;
    }
    .sidebar-menu > ul > li > a:hover {
        color: #116fae;
        transition: all 0.2s ease;
    }
    .sidebar-menu > ul > li.active> a {
        color: #212121;
    }
    @media (max-width: 639px) {
        .info-menu-trigger {
            position: relative;
            display: block;
            margin: 15px;
            padding: 15px;
            border: 1px solid #eee;
            color: #212121;
        }
        .info-menu-trigger i {
            position: absolute;
            top: 15px;
            right: 15px;
        }
        .sidebar-menu {
            display: none;
        }
        .sidebar-menu.active {
            display: block;
        }
        .sidebar-menu > ul {
            padding: 15px 0;
        }
        .sidebar-menu > ul > li > a {
            padding: 0 15px;
        }
    }

/* Breadcrumbs */
    .breadcrumbs {
        line-height: 20px;
        margin-bottom: 20px;
    }
    .breadcrumbs a {
    	color: #9e9e9e;
    }
    .breadcrumbs i {
    	margin: 0 10px;
    	color: #9e9e9e;
    }
    .breadcrumbs a:first-child i {
    	margin: 0;
    }
    .breadcrumbs a:hover,
    .breadcrumbs a:hover i {
    	color: #0b7dbe;
    }
    @media (max-width: 639px){
    	.breadcrumbs {
    		padding: 0 15px;
    	}
    }






/* 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 {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.l-main .l-container {
    padding-top: 16px;
    padding-bottom: 30px;
    background: #fff;
}
.l-main__left {
    padding-right: 10px;
}
@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%;
}

/* c-title
------------------------------------------------------------------- */
.c-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 4px;
    border-bottom: 2px solid #dadada;
}
@media (max-width: 767px) {
    .c-title {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .c-title {
        font-size: 22px;
    }
}
@media (min-width: 1025px) {
    .c-title {
        font-size: 26px;
    }
}
.c-title__search {
    padding: 0 10px;
    background: #fdf2cc;
}
.c-title--no-border {
    padding-bottom: 0;
    border-bottom: 0;
}

/* 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: #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) {
    .c-button {
        font-size: 16px;
        width: 100%;
        height: 30px;
        padding: 0 16px;
    }
}
@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;
}
@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: 16px;
        padding: 0 16px;
    }
}
@media (min-width: 1025px) {
    .c-menu .c-button {
        display: 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
------------------------------------------------------------------- */
.personal-page .c-table td {
    padding: 20px 10px;
}
.c-table caption,
.c-table th,
.c-table td {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}
.c-table th {
    text-transform: uppercase;
}
@media (max-width: 693px) {
    .cart-page .c-table caption,
    .cart-page .c-table th,
    .cart-page .c-table td {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }
    .cart-page .c-amount {
        justify-content: center;
    }
    .cart-page .checkout-btn {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .c-table tr {
        display: block;
        margin-top: 16px;
        border-bottom: 1px solid #eee;
    }
    .c-table tr:first-of-type {
        margin-top: 0;
    }
    .c-table th {
        display: none;
    }
}
.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;
}
@media (max-width: 639px) {
	.c-table__name {
		max-width: 180px;
	}
	.c-table-td {
		border-bottom: 0;
	}
	.c-table__img {
		width: 80px;
	}
}

.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: 500;
}
.c-table__link:hover {
    text-decoration: underline;
}
.c-table__quantity {
    font-size: 12px;
    font-weight: 600;
    color: #666;
}
.c-table__price {
    font-weight: 500;
}
.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: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    text-align: right;
    color: #212121;
}
.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;
    }
}
.modal-cart-title {
	font-size: 20px;
	font-weight: 500;
	color: #212121;
	line-height: 30px;
}
.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: 18px;
    position: absolute;
    top: 30px;
    right: 30px;
    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;
    color: #212121;
    -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-modal .checkout-buttons {
	display: block;
	width: 100%;
}
.c-modal .checkout-buttons .button:last-child {
	float: right;
}
@media (max-width: 639px) {
    .c-modal__close {
        position: absolute;
    }
    .c-modal .checkout-buttons {
    	text-align: center;
    }
    .c-modal .checkout-buttons .button:last-child {
		float: none;
	}
	.c-modal .checkout-buttons .button {
		width: 100%;
	}
}
@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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.c-group__link {
    font-size: 15px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    padding: 0 8px;
    -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;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px) {
    .c-group__link {
        font-size: 11px;
        padding: 0 6px;
    }
}
.c-group__link.active {
    text-decoration: underline;
}
.c-group__link:hover {
    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
------------------------------------------------------------------- */
.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: 16px;
        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;
    }
    .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 {
        font-weight: 600;
    }
    .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-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: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    color: #5b3f97;
    -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: 24px;
    }
}
@media (max-width: 767px) {
    .c-login__icon {
        font-size: 22px;
    }
}
.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: 18px;
    font-weight: 600;
    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;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
@media (max-width: 1024px) {
    .c-contact {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .c-contact {
        font-size: 16px;
    }
}
.c-contact:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    content: '';
    background: #dadada;
}
.c-contact__column {
    position: relative;
    padding-right: 30px;
    padding-left: 44px;
}
@media (max-width: 1024px) {
    .c-contact__column {
        padding-right: 16px;
        padding-left: 40px;
    }
}
@media (max-width: 989px) {
    .c-contact__column {
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .c-contact__column:first-of-type {
        display: none;
    }
}
@media (min-width: 375px) and (max-width: 767px) {
    .c-contact__column:last-of-type {
        padding-left: 40px;
    }
}
.c-contact__column .icon {
    font-size: 34px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-height: none;
    margin: auto;
    color: #5b3f97;
}
@media (max-width: 1024px) {
    .c-contact__column .icon {
        font-size: 28px;
    }
}
@media (max-width: 989px) {
    .c-contact__column .icon {
        display: none;
    }
}
@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
------------------------------------------------------------------- */
table tbody tr:nth-child(even) {
    background: #fff;
}
.c-cart__small--text {
    font-size: 12px;
    margin-top: 4px;
    color: #666;
}
.c-cart-title {
    font-size: 16px;
    font-weight: 500;
    color: #212121;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .c-cart__small--text {
        font-size: 11px;
    }
}
.c-cart__small--price {
    display: none;
}
.c-cart__small:hover .c-cart__small--text {
    text-decoration: underline;
}

.c-cart__dropdown:after {
    content: '';
    position: absolute;
    top: -27px;
    right: 39px;
    background: white;
    border: 6px solid transparent;
    transform: rotate(45deg) translateX(15px) translateY(15px);
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}
.c-cart-dropdown-content {
    position: relative;
    z-index: 1;
    padding: 30px;
    background: #fff;
}
.c-cart__dropdown {
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    position: absolute;
    right: -20px;
    top: 40px;
    width: 420px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px transparent;
    box-shadow: 0 6px 12px transparent;
    pointer-events: none;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition: opacity .3s,visibility .3s,-webkit-transform .3s,-webkit-box-shadow 1.2s;
    transition: opacity .3s,visibility .3s,-webkit-transform .3s,-webkit-box-shadow 1.2s;
    transition: opacity .3s,transform .3s,box-shadow 1.2s,visibility .3s;
    transition: opacity .3s,transform .3s,box-shadow 1.2s,visibility .3s,-webkit-transform .3s,-webkit-box-shadow 1.2s;
}
.c-cart:hover .c-cart__dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.2);
    box-shadow: 0 6px 12px rgba(0,0,0,.2);
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
@media (max-width: 1023px) {
    .c-cart__dropdown {
        display: none;
    }
}






/* 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: 16px;
    -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: 0;
    border-radius: 30px;
    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);
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
            order: -1;
}
@media (max-width: 767px) {
    .c-search [type='search'] {
        font-size: 16px;
    }
}
.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: 16px;
    font-weight: 600;
    margin-left: 6px;
    padding: 0 40px;
    color: #5b3f97;
    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);
}
@media (max-width: 767px) {
    .c-search__button {
        font-size: 0;
        position: absolute;
        top: 0;
        right: 0;
        width: 36px;
        margin: 0;
        padding: 0;
    }
}
.c-search__button .icon {
    font-size: 18px;
}
@media (min-width: 768px) {
    .c-search__button .icon {
        display: none;
    }
}
.c-search__dropdown {
    position: absolute;
    z-index: 99;
    top: 100%;
    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: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 15px;
}
.c-amount__up,
.c-amount__down {
    font-size: 16px;
    text-align: center;
    width: 40px;
    height: 44px;
    line-height: 44px;
    color: #424242;
    border: 1px solid #e0e0e0;
}
.c-amount__down {
    position: relative;
    z-index: 1;
    margin-right: -1px;
}
.c-amount__up {
    position: relative;
    z-index: 1;
    margin-left: -1px;
}
.c-amount [type='text'] {
    width: 50px;
    margin-bottom: 0;
    text-align: center;
    border: 1px solid #e0e0e0;
    position: relative;
    z-index: 2;
}
/* 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: #fff;
}
/* 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: row;
    flex-wrap: wrap;
    border-top: 1px solid #eee;
    margin-top: -1px;
}
.c-goods__item,
.product-wrapper {
    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 #dadada;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.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);
}
@media (max-width: 767px) {
    .c-table caption,
    .c-table th,
    .c-table td {
        border: none;
    }
}
.c-goods__img {
    position: relative;
    display: block;
    height: 200px;
}

.c-goods__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.c-goods__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}
@media (max-width: 767px) {
    .c-goods__title {
        font-size: 16px;
    }
}
.c-goods__title:hover {
    text-decoration: underline;
}
.c-goods__price {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.c-goods__price--old {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #9e9e9e;
}
.c-goods__price--old:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
}
@media (max-width: 767px) {
    .c-goods__price--old {
        font-size: 12px;
        margin-right: 0;
        margin-bottom: 4px;
    }
}
.c-goods__price--current {
    font-size: 14px;
    font-weight: 500;
    color: #212121;
    padding: 8px;
    margin-right: 10px;
    background: rgba(255, 193, 7, 0.3);
}
.c-goods__price--current.active_old_price {
    color: #fb515d;
}


.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;
}
.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);
}

/* 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-weight: 600;
    position: absolute;
    top: -11px;
    width: 90px;
    padding: 6px 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.c-ribbon__new {
    right: -11px;
    background: #2ecc71;
}
.c-ribbon__hit {
    left: -11px;
    background: #f39c12;
}
.c-ribbon__sale {
    right: 0;
    left: 0;
    margin: auto;
    background: #f55;
}

/*-----*/
/* 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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    min-height: 40px;
    padding: 2px 0;
    -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-top: 1px solid #dadada;
}
@media (max-width: 767px) {
    .c-variant__row {
        min-height: 32px;
    }
}
.c-variant__row:last-child {
    border-bottom: 1px solid #dadada;
}
.c-variant__row:hover {
    -webkit-box-shadow: inset -10px 0 10px rgba(0, 0, 0, .1);
            box-shadow: inset -10px 0 10px rgba(0, 0, 0, .1);
}
.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: 34px;
    max-width: 34px;
    min-height: 34px;
    max-height: 34px;
    margin-right: 6px;
}
@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 {
    font-size: 16px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .c-variant__name {
        font-size: 10px;
    }
}
.c-variant__price {
    font-size: 12px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .c-variant__price {
        font-size: 10px;
    }
}
.c-variant__price--old {
    margin-right: 6px;
    color: #999;
}
@media (max-width: 767px) {
    .c-variant__price--old {
        margin-right: 0;
    }
}
.c-variant__price--current {
    color: #cd4449;
}
.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: 160px;
}
@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
------------------------------------------------------------------- */
.switch-buttons {
	padding: 20px 30px !important;
	-ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
}
@media (max-width: 639px){
	.switch-buttons {
		padding: 10px 15px !important;
	}
}
@media (max-width: 1024px){
	.filter-wrap {
		padding: 0;
	}
	.switch-buttons {
		-ms-flex-pack: start;
	    justify-content: flex-start;
	    margin-bottom: 0;
	}
}
.c-switcher {
	margin-bottom: 0;
   /*  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;
   padding: 20px 30px; */
}
.c-switcher__item {
    font-size: 16px;
	   /*  display: -webkit-box;
	   display: -webkit-flex;
	   display: -ms-flexbox;
	   display:         flex; */
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    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: #0b7dbe;
}
.c-switcher__item:hover:not(.c-switcher__item--active) {
    background: #f3f3f3;
}
/* c-sub
------------------------------------------------------------------- */
.c-sub {
    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;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    -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: 200px;
}
@media (max-width: 1024px) {
    .c-sub__img {
        height: 60px;
    }
}
@media (max-width: 767px) {
    .c-sub__img {
        /*height: 40px;*/
        display:none;/*Yakubets*/
    }
}
.c-sub__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.c-sub__title {
    font-weight: 500;
    line-height: 20px;
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    margin-top: 16px;
    text-align: center;
    color: #212121;
    -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;
}
.c-sub:hover .c-sub__title {
    color: #116fae;
}
.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 {
    line-height: 1.2;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.c-description .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 {
    font-size: 12px;
    margin-top: 26px;
    padding-top: 16px;
    color: #999;
    border-top: 1px solid #dadada;
}
/* c-pagination
------------------------------------------------------------------- */
.c-pagination {
    padding: 30px;
    border-bottom: 1px solid #eee;
}
.mg-pager {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.mg-pager > ul {
    order: 1;
    margin: 0 20px 0 0;
    padding: 0;
}
.allPages {
    order: 2;
    line-height: 40px;
}
.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: 32px;
    height: 32px;
    margin: 4px;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    color: #616161;
    -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) {
    .allPages {
        display: none;
    }
    .c-pagination {
        padding: 10px;
    }
    .c-pagination ul a,
    .mg-pager li > a {
        width: 30px;
        height: 30px;
    }
}
.c-pagination ul a:hover,
.c-pagination ul a.active,
.mg-pager li > a:hover,
.mg-pager li > a.active {
    color: #fff;
    background: #0b7dbe;
}
.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: center;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .c-carousel__title {
        font-size: 18px;
    }
}
.c-carousel__title--span {
    font-weight: 600;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
            flex-direction: column;
    padding: 0 26px;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
@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;
    display: block;
    text-transform: lowercase;
    color: #999;
}
@media (max-width: 767px) {
    .c-carousel__title--more {
        font-size: 11px;
    }
}
.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 .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.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 {
    padding: 30px;
}
/* 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: 280px;
        padding: 20px;
        background: #fff;
    }
    .c-filter__button {
		padding-top: 10px;
		padding-bottom: 10px;
		height: 40px;
		margin-right: 10px !important;
		font-size: 12px !important;
    }
    .c-filter__button .icon {
        margin-right: 10px;
    }
    .c-filter--active {
        visibility: visible;
        opacity: 1;
    }
}
.c-filter .value-name {
    display: inline-block;
    line-height: 16px;
    font-size: 13px;
    color: #616161;
    text-decoration: undeline;
    transition: all 0.2s ease;
}
.c-filter .value-name:hover {
    color: #116fae;
    transition: all 0.2s ease;
}
.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;
    visibility: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.c-filter label [type='checkbox']:checked ~ .cbox {
    background: #0b7dbe;
}
.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 .mg-filter-head {
    margin-bottom: 20px;
}
.c-filter .mg-filter-head .wrapper-field {
    margin-bottom: 10px;
}
.c-filter .label-field {
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}
.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: 32px;
    right: 5px;
    bottom: 10px;
    color: #666;
}
.c-filter .mg-filter-head .ui-slider {
    width: calc(100% - 14px);
    margin: 0 auto;
    margin-top: 10px;
}
.c-filter .ui-slider-range {
    background: #0b7dbe;
}
.c-filter .mg-filter-body {
    margin-bottom: 20px;
}
.ui-slider .ui-slider-handle {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #f9f9f9;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border-radius: 50%;
}
.ui-slider .ui-slider-handle:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background: #0b7dbe;
    border-radius: 50%;
}
@media (max-width: 1024px) {
    .c-filter .mg-filter-body {
        padding-bottom: 60px;
    }
}
.c-filter .mg-filter-body .mg-filter-title {
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 30px;
    padding-bottom: 10px;
    color: #212121;
}
.c-filter .mg-filter-body .mg-filter-item {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.c-filter .mg-filter-body .mg-filter-item select {
    height: 30px;
    padding: 0 6px;
}
.c-filter .mg-filter-body li {
    font-size: 12px;
    margin-top: 12px;
}
.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: 13px;
    display: block;
    margin-top: 16px;
    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: 280px;
        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 {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    cursor: pointer;
    color: #0b7dbe;
}
@media (max-width: 1024px) {
    .c-filter .filter-buttons .refreshFilter {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .c-filter .filter-buttons .refreshFilter {
        font-size: 14px;
    }
}
.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: #fff;
    background: rgba(0,0,0,0.8);
    -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: -15px;
    display: block;
    content: '';
    -webkit-animation-name: before;
            animation-name: before;
    -webkit-animation-duration: .2s;
            animation-duration: .2s;
    border-top: 15px solid transparent;
    border-right: 15px solid rgba(0,0,0,0.8);
    border-bottom: 15px 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: 14px;
    line-height: 30px;
    padding: 0 20px;
}
.c-filter .filter-preview a {
    text-decoration: underline;
    text-transform: uppercase;
}
.c-filter .filter-preview a:hover {
    text-decoration: none;
}
blockquote {
    padding: 20px;
    border: 1px solid #dadada;
    border-left: 4px solid;
    margin: 10px 0;
    font-style: italic;
}
/* c-apply
------------------------------------------------------------------- */

.c-apply__title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #212121;
}
.apply-filter-line {
	padding: 15px 30px;
}
.c-apply__refresh {
	margin-top: 10px;
}
.c-apply__form {
   margin-bottom: 30px;
}
@media (max-width: 1024px) {
	.c-apply__form {
		margin-bottom: 0;
	}	
}
@media (min-width: 1024px){
	.apply-filter-line {
		padding: 0;
	}
}
.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: block;
    min-height: 30px;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 5px 0;
    border-radius: 30px;
    background: #fff;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
            align-items: flex-start;
}
@media (max-width: 767px) {
    .c-apply__tags--item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        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;
    margin-left: 0;
}
.c-apply__tags--value {
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    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);
}
.refreshFilter {
    color: #fb515d;
}

/* c-order
------------------------------------------------------------------- */
.c-order__title {
    font-weight: 600;
    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: #ededed;
    -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 #ededed;
}
@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: 20px;
    -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 {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    line-height: 16px;
    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: 500;
    color: #0b7dbe;
    margin-top: 30px;
}
.c-form label [type="radio"], .c-form label [type="checkbox"] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}
label, [type="radio"], [type="submit"], [type="checkbox"], button:not(:disabled) {
    cursor: pointer;
}
.c-form label.active:before {
    background: #0b7dbe;
}
/* 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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.c-tab__nav {
    margin: 20px 0 30px;
}
@media (max-width: 639px) {
    .c-tab__nav {
        margin: 10px 0 0 0;
    }
}
.c-tab__link {
    position: relative;
    display: block;
    line-height: 40px;
    padding: 0 30px;
    margin-bottom: 10px;
    color: #9E9E9E;
    transition: all 0.2s ease;
}

.c-tab__link:hover {
    color: #116fae;
    transition: all 0.2s ease;
}
.c-tab__link--active:before {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    height: 40px;
    width: 3px;
    background: #0b7dbe;
}
.c-tab__link--active {
    color: #212121;
}
.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;
}
.c-tab__content--active {
    display: block;
}
@media (max-width: 639px) {
    .c-tab__nav {
        margin: 0 15px;
        border-bottom: 1px solid #eee;
    }
    .c-tab__link {
        display: inline-block;
        width: auto;
        margin-bottom: 0;
        padding: 0 5px;
        line-height: 60px;
    }
    .c-tab__link--active:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        height: 3px;
        width: auto;
        background: #0b7dbe;
    }
}
/* c-history
------------------------------------------------------------------- */
.c-history__item {
    margin-top: -1px;
    -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 #eee;
}
.c-history__item:first-child {
    margin-top: 0;
}
.c-history__item:hover {
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
            box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.c-history__item--active {
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
            box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.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: 15px;
    cursor: pointer;
    -webkit-transition: background .3s;
         -o-transition: background .3s;
            transition: background .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;
}
@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__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: 15px;
    -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: 20px;
    font-weight: 500;
    color: #0b7dbe;
}
.c-history__list--total b {
    font-weight: 500;
}
.c-history__list--link:hover {
    text-decoration: underline;
}
.c-history__table--title {
    font-weight: 500;
    display: block;
    color: #212121;
}
.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,
.c-history__table--price {
    color: #9e9e9e;
    text-transform: lowercase;
}
.c-history__table--total {
    font-weight: 500;
}
.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: 0;
}
.c-product__content {
    padding-left: 16px;
}
@media (max-width: 767px) {
    .c-product__content {
        padding-top: 26px;
        padding-left: 0;
    }
}
.c-product__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    margin-top: 16px;
    -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: 989px) {
    .c-product__price--title {
        display: none;
    }
}
@media (max-width: 767px) {
    .c-product__price--title {
        font-size: 16px;
        display: block;
    }
}
.c-product__stock--span {
    margin: 0 4px;
}
.c-product__message {
    margin-bottom: 16px;
}
.c-product__code {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    height: 24px;
    padding: 0 10px;
    background: #fdf2cc;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.c-product__code--span {
    margin-left: 4px;
}
/* c-images
------------------------------------------------------------------- */
.c-images__big {
    position: relative;
    height: 350px;
    background: #fff;
}
@media (max-width: 989px) {
    .c-images__big {
        height: 300px;
    }
}
@media (max-width: 767px) {
    .c-images__big {
        height: 200px;
    }
}
.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;
    width: 80px;
    height: 80px;
    opacity: 0.6;
    border: 1px solid transparent;
}
@media (max-width: 989px) {
    .c-images__slider__item {
        height: 80px;
    }
}
.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: #116fae;
    opacity: 1;
}
.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%;
}
/* c-compare
------------------------------------------------------------------- */
.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__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 .c-compare__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.c-compare__table__left .c-compare__column {
    font-weight: 500;
    width: 100%;
}
.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: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    color: #5b3f97;
    -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;
    top: 0;
    right: 0;
}
.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-bottom: 16px;
    padding-bottom: 4px;
    border-bottom: 2px solid #dadada;
}
@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;
    }
}
.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;
    }
}
@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;
}
blockquote {
    padding: 20px;
    border: 1px solid #dadada;
    border-left: 4px solid;
    margin: 10px 0;
    font-style: italic;
}
/* 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;
    }
}

/* 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 .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: 12px;
}
@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;
    margin-right: 8px;
    color: #999;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.c-form label:before {
    display: block;
    min-width: 15px;
    max-width: 15px;
    min-height: 15px;
    max-height: 15px;
    margin-right: 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;
}
.bread-crumbs a:hover {
    color: #000;
}
.bread-crumbs .last-crumb {
    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'] {
    -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 .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;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.mg-brand .mg-brand-block .mg-brand-logo {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;
    max-width: 130px;
    height: 100%;
    margin: 0 auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}
@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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    max-width: 100%;
    margin: 2px 0;
}

.brands .addToCompare {
    margin-left: 10px !important;
}
/* 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: 16px;
    display: none;
    height: auto;
    padding: 0;
    color: #fff;
    color: #666;
    background: transparent;
} 
@media (max-width: 1024px) {
    .wrapper-back-ring button {
        font-size: 16px;
    }
} 
@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: 16px;
    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: -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) {
    .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;
}
blockquote {
    padding: 20px;
    border: 1px solid #dadada;
    border-left: 4px solid;
    margin: 10px 0;
    font-style: italic;
}
.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;
    }
}

.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: 2px 5px 5px 5px;
    cursor: pointer;
    text-align: center;
    border: 2px solid #e6e6e6;
}

.sizeMap-row .size span {
    font-weight: normal;
}

.sizeMap-row .size.active,
.sizeMap-row .color.active {
    border-color: #333!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;
}

.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;
    padding: 10px 0;
    border: 1px solid #dadada;
    background: #fff;
}
.daily-wrapper .dailyProduct {
    margin: 0 auto;
}
.daily-wrapper .dailyTitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 4px;
    text-align: center;
    border-bottom: 1px solid #dadada;
}
.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;
}

/*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: #b9b9b9;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #b9b9b9;
}

::-webkit-resizer {
    width: 4px;
    height: 0;
    background-image: url('');
    background-repeat: no-repeat;
}


::-webkit-scrollbar {
    width: 9px;
}
.product-wrapper .rating-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
}
.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: 1px solid #dadada;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.mg-filter .color-filter span.value-name {
    display: none;
}

.c-filter__content-header {
    line-height: 40px;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.c-filter__content-header span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #212121;
}
.c-filter__content-header i {
    font-size: 18px;
    line-height: 40px;
    color: #212121;
}


.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;
    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));
    -webkit-box-shadow: none;
            box-shadow: none;
}
.c-filter .color-filter label:hover .cbox {
    -webkit-box-shadow: 0 0 0 3px #d9d9d9;
            box-shadow: 0 0 0 3px #d9d9d9;
}
.c-filter .color-filter label [type='checkbox']:checked ~ .cbox {
    -webkit-box-shadow: 0 0 0 3px #333;
            box-shadow: 0 0 0 3px #333;
}
.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: -webkit-gradient(linear, left top, right bottom, from(rgba(255,255,255,.25)), to(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;
}

.site-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    margin-top: 20px;
    -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;
}

.site-blocks img:hover {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
}
.m-p-slider-wrapper {
    overflow: unset;
}
.mg-trigger-guarantee.horfloat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
            justify-content: space-around;
}
.mg-trigger-guarantee .mg-trigger {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.mg-trigger .mg-trigger-text {
    display: block;
    color: #666;
}
.mg-trigger-guarantee img,
.mg-trigger-guarantee i {
    width: 100px;
    height: 100px;
    padding: 6px;
}
.size.inactive:before {
    position: absolute;
    top: 47%;
    left: -2px;
    width: 117%;
    height: 1px;
    content: '';
    -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg);
    background: #4a4848;
}
.size.inactive {
    position: relative;
    color: #817f7f;
    background: #eaeaea;
}
.m-p-slider-wrapper {
    overflow: visible;
    max-width: 1920px;
    height: auto!important;
    margin: 0 auto;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.comments input {
    padding: 10px;
    color: #666;
    border: 1px solid #dadada;
}
.m-p-slide-unit a {
    display: block;
    text-align: center;
}
.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 {
    top: -11px;
    border: none;
    background: none;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
}
.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 {
    display: block;
    min-height: 30px;
}

.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 {
    width: 45px;
    height: 45px;
    background-position: 0 0;
    background-size: 100%;
}
tr.sklad td:nth-child(2) {
    text-align: right;
    white-space: nowrap;
}
.c-product__stock--out,
.c-product__stock--in {
    margin: 5px 0;
    padding: 2px 5px;
}
.c-product__stock--out {
    float: right;
    background: #ffe0e0;
}
.c-product__stock--in {
    background-color: #dbf5ce;
}
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;
    height: 40px;
    line-height: 40px;
    padding: 0px 0 0 10px;
}
.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;
    border-radius: 0;
    background: #fff;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
            order: 1;
}
.mg-form-designer .mg-field label {
    vertical-align: top;
}
.mg-form-designer {
    max-width: 500px;
    margin: 15px auto;
}
.mg-form-designer .default-btn {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.form-designer-submit {
    text-align: right;
}
#treelike-comments > form > div:nth-child(8) > input[type='text'] {
    padding: 13px 10px;
    border: 1px solid #dadada;
    background: #fff;
}
#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 {
    height: auto;
    padding: 5px 10px;
    text-align: center;
    border-radius: 2px;
}
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 {
    top: -3px;
    width: 15px;
    height: 15px;
    color: #000;
    border-color: #000;
}
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 {
    border-radius: 30px;
    background: #fff;
}
.ddelivery-popup-select > .map-loader {
    z-index: 99;
    width: 100%;
    height: 100%;
}
.delivery-addition-info > .ddelivery-popup-select {
    height: 450px;
}
#ddelivery_select_params,
span.delivery-addition-info > a {
    height: 20px;
    margin: 5px 0 0 27px;
    padding: 0 35px;
    text-transform: capitalize;
    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);
}
#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 {
    line-height: 22px;
    border-radius: 30px;
}
.ticket-container > .newQuest,
.ticket-container  .conteinerText > .new-send-button,
#ticketModal .view-send-button {
    border: 1px solid #dadada;
    border-radius: 30px;
    background: #fff;
}
.ticket-table th {
    background: #fff;
}
#postcalcShow {
    padding: 20px;
    border-radius: 30px;
}
.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-data-checkbox-checkout-btn {
    height: 0 !important;
}
.agreement-container {
    /*margin-top: 15px;*/
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.agreement-container input[type='checkbox'].agreement-data-checkbox-checkout-btn {
    position: relative;
    left: -28px;
    width: 20px!important;
    height: 20px;
}
.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;
    -webkit-transition: all .15s ease-in-out;
         -o-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
    opacity: 0;
}
.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: #fff;
}
.modal-mg-order-list li input[type='text'],
.modal-mg-order-list li textarea {
    overflow: hidden;
    width: 85%;
    color: #666;
    border: 1px solid #dadada;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.mg-price-buy-click {
    color: #000;
    background-color: #fff;
}
.modal-mg-order-list li input[type='text']:focus,
.modal-mg-order-list li textarea:focus {
    border-color: rgb(243, 156, 18);
    -webkit-box-shadow: rgb(243, 156, 18) 0 0 0 1px inset;
            box-shadow: rgb(243, 156, 18) 0 0 0 1px inset;
}
.wrapper-modal-mg-buy-click .mg-product-img {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.modal-mg-order-list li h3 {
    color: #000;
}
.wrapper-modal-mg-buy-click .mg-action-buttons .mg-send-order-click-button {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.wrapper-modal-mg-buy-click {
    background-color: #fff;
}
.modal-mg-order-list li input[type='text'],
.modal-mg-order-list li textarea {
    overflow: hidden;
    width: 85%;
    padding: 15px 10px;
    color: #666;
    border: 1px solid #dadada;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.mg-price-buy-click {
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    color: #000;
    background-color: #fff;
}
.modal-mg-order-list li input[type='text']:focus,
.modal-mg-order-list li textarea:focus {
    border-color: rgb(243, 156, 18);
    -webkit-box-shadow: rgb(243, 156, 18) 0 0 0 1px inset;
            box-shadow: rgb(243, 156, 18) 0 0 0 1px inset;
}
.wrapper-modal-mg-buy-click .mg-product-img {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.modal-mg-order-list li h3 {
    color: #000;
}
.wrapper-modal-mg-buy-click .mg-action-buttons .mg-send-order-click-button {
    -webkit-box-shadow: none;
            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: #fff;
}
.c-compare .c-goods__title {
    display: -webkit-box;
    overflow: hidden;
    max-height: 65px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.catalog .c-goods__item .c-goods__footer .c-amount,
.owl-item .c-goods__item .c-goods__footer .c-amount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.input-wrapper #treelike-comments form input[type='text'] {
    font-family: inherit;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 5px 3px;
    border: 1px solid #c0c0c0;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.mg-trigger-icon img.img {
    -webkit-transition-duration: 1.5s;
         -o-transition-duration: 1.5s;
            transition-duration: 1.5s;
    -webkit-transition-property: -webkit-transform;
         -o-transition-property:      -o-transform;
            transition-property: -webkit-transform;
         -o-transition-property:         transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform;
    background-color: transparent!important;
}
.mg-trigger:hover .mg-trigger-icon img.img {
    -webkit-transform: rotate(-360deg);
       -moz-transform: rotate(-360deg);
         -o-transform: rotate(-360deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.mg-cat-img {
    position: relative;
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:         flex;
    float: left;
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin: 0 10px 0 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.wrapper-mg-non-available > button.mg-non-available-button.mg-plugin-btn {
    font-size: 16px;
    font-weight: normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display:         inline-flex;
    width: 100%;
    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;
            transition: color .3s, background .3s, -webkit-box-shadow .3s;
         -o-transition: color .3s, background .3s, 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: none;
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, right top, from(#000), to(#434343));
    background: -webkit-linear-gradient(left, #000, #434343);
    background:      -o-linear-gradient(left, #000, #434343);
    background:         linear-gradient(to right, #000, #434343);
    text-shadow: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.c-product__message {
    margin-bottom: 5px;
}
.c-product__row {
    margin-top: 0;
}
.wrapper-mg-non-available {
    margin: 5px 0;
}
.st-error {
    font-size: 11px;
    color: rgb(169, 68, 66);
}
.bc-times {
    padding: 0 5px;
    color: #333;
}
.mg-price-buy-click {
    color: #333;
    background-color: #fff;
}
span.bc-times,
span.bc-count {
    color: #333;
}
.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: 0;
        padding-top: 10px;
    }
    #treelike-comments form button.sendComment {
        margin-bottom: 10px;
    }
}
.c-tab #treelike-comments form input[type='text'] {
    height: auto;
    border: 1px solid #dadada;
    background-color: #fff;
}
.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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    max-width: 130px;
    height: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.brand-product-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    padding-top: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
         -o-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.brand-product-wrapper .product-wrapper {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 25%;
    min-width: 260px;
    margin-bottom: 20px;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(218, 218, 218);
    -webkit-border-image: initial;
         -o-border-image: initial;
            border-image: initial;
    -webkit-flex-direction: column;
       -moz-flex-direction: column;
        -ms-flex-direction: column;
         -o-flex-direction: column;
        -ms-align-items: center;
    -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;
}
.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;
    margin: 10px 0;
    text-align: center;
}

.brand-product-wrapper .product-wrapper .product-price {
    font-size: 20px;
    margin: 10px 0;
    color: rgb(205, 68, 73);
}
.brand-product-wrapper  .color-block,
.brand-product-wrapper  .size-block {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:         flex;
    padding-top: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
         -o-flex-wrap: wrap;
            flex-wrap: wrap;
}
.c-variant__row:last-child {
    border-bottom: none;
}
@media screen and (max-width: 850px) {
    .brand-product-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                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);
    }
}
.c-table__img img {
    height: 70px;
}
.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 {
    width: 263px;
    margin: 0;
}
.mg-recently-viewed .mg-recently-product-image a img {
    padding: 20px 10px;
    -webkit-box-shadow: -3px 7px 13px 0 rgba(0, 0, 0, .1);
            box-shadow: -3px 7px 13px 0 rgba(0, 0, 0, .1);
}
.mg-recently-viewed .addToCart.default-btn,
.mg-recently-viewed .product-info.default-btn {
    width: auto;
    text-transform: none;
    border: none;
    text-shadow: none;
}
.mg-recently-viewed-plugin .mg-recently-viewed .mg-recently-product-price {
    font-size: 20px;
    text-transform: none;
    color: #cd4449;
}

.maxCount {
    font-size: 11px;
    color: #c55959;
}
@media screen and (max-width: 500px) {
    .c-tab__nav {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
             -o-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.prop-price {
    float: right;
}
.whole-info {
    margin-bottom: 25px;
    padding-top: 25px;
}
.whole-info .prop-item span {
    color: #000;
}
.prop-string .name-group {
    margin-top: 0;
}
.hidden {
    display: none;
}
.mg-pager > ul,
.main-product-slide {
    list-style: none;
}
.bread-crumbs {
    margin-bottom: 25px;
}
.c-nav__level {
    position: relative;
}
.c-goods--list .color-block {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:         flex;
}
input.agreement-data-checkbox-send-ring-button {
    height: auto;
    margin: 0;
}
.content-modal-back-ring > label {
    display: block;
    margin-bottom: 15px;
}

.c-goods--list .color-block {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:         flex;
}
.c-logo img {
    width: 100%;
}
ol li {
    list-style-type: decimal;
}
@media screen and (max-width: 1024px) {
    .filter-btn {
        margin: 0;
		padding: 12px 10px;
    }
    .filter-preview {
        min-width: 300px;
    }
    .c-filter__content {
        overflow: auto;
    }
}
.color-filter.disabled span.cbox:after {
    position: absolute;
    top: 47%;
    left: -2px;
    width: 117%;
    height: 1px;
    content: '';
    -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg);
    background: #000;
}
.color-filter.disabled span.cbox {
    position: relative;
}
li.color-filter.disabled {
    opacity: 1;
}
.filter-form .disabled-prop {
    cursor: default;
    opacity: .3;
}
.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: 0;
}  
.fixed__body {
    overflow: hidden;
}
.addressPartsTitle {
    padding-left: 20px;
    padding-bottom: 10px;
    display: none;
}
.addressPartsContainer {
    display: none;
}
.product-details-block .rating-wrapper {
    margin-top: 10px;
}







/* Footer style */
    .footer {
        background: #fff;
    }
    .footer-top {
        padding: 40px 0;
    }
    .footer-bottom {
        padding: 30px 0;
        border-top: 1px solid #eee;
    }
    .footer-title {
        font-weight: 500;
        color: #212121;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .footer-menu {}
    .footer-menu li {
        padding: 5px 0;
    }
    .footer-menu li a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        line-height: 20px;
        font-size: 13px;
        color: #616161;
    }
    .footer-menu li a:hover {
        color: #116fae;
    }
    .footer-menu li span {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        line-height: 20px;
        font-size: 13px;
        color: #616161;
        font-style: italic;
    }
    .footer-subscribe input[type="submit"] {
        font-size: 12px;
    }
    .footer-social {}
    .footer-social > ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .footer-social > ul > li {
        margin-right: 20px;
    }
    .footer-social > ul > li > a {
        color: #616161;
        font-size: 10px;
        text-transform: uppercase;
    }
    .footer-social > ul > li > a:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        height: 40px;
        margin-right: 10px;
        border: 1px solid #eee;
        border-radius: 50%;
    }
    .footer-social > ul > li > a.facebook-link:before {
        background: url(../images/icon-facebook.png)no-repeat  center center;
        border-color: #3b5998;
        transition: all 0.3s ease;
    }
    .footer-social > ul > li > a.facebook-link:hover {
        color: #3b5998;
        transition: all 0.3s ease;
    }
    .footer-social > ul > li > a.facebook-link:hover:before {
        background: #3b5998 url(../images/icon-facebook-hover.png)no-repeat  center center;
        transition: all 0.3s ease;
    }
    .footer-social > ul > li > a.instagram-link:before {
        background: url(../images/icon-instagram.png)no-repeat center center;
        border-color: #c13584;
        transition: all 0.3s ease;
    }
    .footer-social > ul > li > a.instagram-link:hover {
        color: #c13584;
        transition: all 0.3s ease;
    }
    .footer-social > ul > li > a.instagram-link:hover:before {
        background: #c13584 url(../images/icon-instagram-hover.png)no-repeat center center;
        transition: all 0.3s ease;
    }
    .footer-social > ul > li > a.google-link:before {
        background: url(../images/icon-google-plus.png)no-repeat center center;
        border-color: #dd4b39;
        transition: all 0.3s ease;
    }
    .footer-social > ul > li > a.google-link:hover {
        color: #dd4b39;
        transition: all 0.3s ease;
    }
    .footer-social > ul > li > a.google-link:hover:before {
        background: #dd4b39 url(../images/icon-google-plus-hover.png)no-repeat center center;
        transition: all 0.3s ease;
    }
    .footer-copyright {
        padding: 5px 0;
        line-height: 20px;
    }
    .footer-weaccept-title {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        padding: 5px 0;
        line-height: 20px;
    }
    .footer-weaccept-visa {
        display: inline-block;
        vertical-align: middle;
        width: 47px;
        height: 30px;
        margin-right: 10px;
        font-size: 0;
        background: url(../images/icon-visa.png)no-repeat center center;
    }
    .footer-weaccept-master-card {
        display: inline-block;
        vertical-align: middle;
        width: 49px;
        height: 30px;
        font-size: 0;
        background: url(../images/icon-master-card.png)no-repeat center center;
    }
    @media (max-width: 639px) {
        .footer-bottom {
            padding: 15px 0;
        }
        .footer-weaccept {
            display: none;
        }
        .footer-menu {
            padding-bottom: 20px;
        }
    }



.back-call-bottom .back-ring-button {
	display: none;
}


@media (max-width: 639px){
    .small-nopadd {
        padding: 0;
    }
}

 @media (max-width: 639px) {
    .stickers {
        left: 0;
        top: 0;
    }
    .product-card-section1 {
        margin-bottom: 10px;
    }
    .product-card-wrap {
        padding: 15px;
    }
    .c-goods--list .product-card .product-card-section1 {
    	flex: 1 0 100px;
    	max-width: 100px;
    }
    .product-card:hover .product-card-wrap {
    	padding: 15px;
    	box-shadow: none;
    }
    .product-card-link {
        height: 120px;
    }
    .product-card {
        width: 50%;
        height: auto;
    }
    .c-goods--list .product-card {
        width: 100%;
        height: auto;
    }
    .product-card-section3 {
        display: none;
    }
    .c-goods__footer {
        display: none;
    }
}

@media (max-width: 480px) {
	.cart-page .c-table__count.count-cell,
	.cart-page .c-table__price.price-cell,
	.cart-page .c-table__remove.remove-cell {
		display: inline-block;
		border-bottom: 0;
	}
	.cart-page .c-amount__up, .cart-page .c-amount__down {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.cart-page .c-amount {
		margin-bottom: 0;
	}
	.cart-page .c-amount [type='text'] {
		width: 40px;
		line-height: 30px;
		height: 30px;
	}
}


.compare-page .white-wrap {
    padding: 30px;
}
.mg-compare-products {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow-x: scroll;
}
.c-compare__top {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.c-compare__right {
    order: 2;
}
.c-compare__left {
    min-width: 225px;
    padding-top: 300px;
    order: 1;
}
.compare-page .c-compare__clear i {
    color: #fff;
}
.compare-page .c-goods__left {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.compare-page .c-goods__price--current {
    display: block;
    width: 100%;
    text-align: center;
}
.compare-page .c-goods__title {
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 639px) {
    .compare-page .white-wrap {
        padding: 15px;
    }
    .c-compare__left {
        min-width: 160px;
    }
}


.checkout-page .promo-form {
    margin: 20px 0;
}
.checkout-page .promo-form > span {
    display: block;
    margin-bottom: 10px;
}
.checkout-page .promo-form > .default-btn {
    background-color: #34393c;
    color: #fefefe;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.4px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}
.checkout-page .order-summ {
    /*margin-bottom: 20px;*/
}
.checkout-page .c-table__discount {
    text-align: center;
    color: red;
}
.order-confirm-block label::before {
    content: none;
}


/* Special Checkbox for SA */
.sa-checkbox {
    text-align: left;
}
.sa-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0 0 0 20px;
}
.sa-checkbox__text {
  position: relative;
  padding: 0 0 0 30px;
  line-height: 18px;
  cursor: pointer;
}
.sa-checkbox__text:before {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  transition: .2s;
}
.sa-checkbox__text:after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #FFF;
  transition: .2s;
}
.sa-checkbox input:checked + .sa-checkbox__text:before {}
.sa-checkbox input:checked + .sa-checkbox__text:after {
  background: rgb(11, 125, 190);
}
.has-tip {
    border-bottom: 0;
}


.c-buy__buttons .mg-buy-click-button {
    background: none;
    border: 0;
    box-shadow: none;
    color: #0b7dbe;
}

.wrapper-modal-back-ring .red-btn,
.mg-send-order-click-button {
    border: 0;
    background: none;
	padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.4px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background: #0b7dbe;
    color: #fefefe;
}
.wrapper-modal-back-ring .red-btn:hover,
.mg-send-order-click-button:hover {
	background: #096aa2;
    color: #fefefe;
}




/* Breadcrumbs */
.bread-crumbs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
}
.bread-crumbs__item {}
.bread-crumbs__item.separator {
	font-size: 0;
	width: 15px;
	height: 15px;
	margin: 0 15px;
}
.bread-crumbs__item.separator:before {
	content: "\e829";
	font-size: 14px;
    font-family: 'feather' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #9e9e9e;
}
.bread-crumbs__item a {
	font-size: 14px;
	margin-right: 0;
}
.bread-crumbs__item a:hover {
	text-decoration: underline;
	color: #0b7dbe;
}
.bread-crumbs__item .last-crumb {
	font-weight: 400;
}



.wrapper-modal-mg-buy-click {
	top: 60px;
}




/* Wholesale page */
.opt-page {
    max-width: 1110px;
    background: #fff;
    margin: 30px auto;
    padding: 65px;
}

/* Landing pages */
.landing-page {
    max-width: 1120px;
    margin: 30px auto;
    background: #fff;
    font-size: 16px;
    color: #424242;
}
.landing-page p {
    line-height: 1.5;
}
.landing-page h1,
.landing-page h2,
.landing-page h3 {
    color: #212121;
}
.landing-page h1 {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 30px;
}
.landing-page h2 {
    font-size: 24px;
    margin-bottom: 30px;
}
.landing-page h3 {
    font-size: 16px;
}
.lg-header {
    position: relative;
}
.lg-header:before {
    content: '';
    width: 241px;
    height: 241px;
    position: absolute;
    top: 0;
    right: 0;
    background: url('../images/sa-icon.png')no-repeat center center;
}
.lg-header p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.lp-section {
    padding: 65px;
}
.lp-section-blue {
    background: #EFF9FF;
}
.lg-header {
    text-align: center;
}
.price-date-update {
    display: block;
    font-size: 12px;
    color: #959595;
}
.lp-benefits-icon {
    display: block;
    margin: 0 auto 20px;
    width: 50px;
    height: 50px;
    background: #ddd;
}
.lp-icon-boxes {
    background: url(../images/boxes-solid.png)no-repeat center bottom;
}
.lp-icon-recycle {
    background: url(../images/recycle-solid.png)no-repeat center bottom;
}
.lp-icon-check-double {
    background: url(../images/check-double-solid.png)no-repeat center bottom;
}
.lp-icon-donate {
    background: url(../images/donate-solid.png)no-repeat center bottom;
}
.lp-icon-percent {
    background: url(../images/percent-solid.png)no-repeat center bottom;
}
.lp-icon-gifts {
    background: url(../images/gifts-solid.png)no-repeat center bottom;
}
.lp-icon-check-circle {
    background: url(../images/check-circle-solid.png)no-repeat center bottom;
}
.lp-devider {
    border-top: 1px solid #E0ECF3;
    margin-top: 65px;
    padding-top: 65px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-30 {
    margin-top: 30px;
}
.wish-sales {
    font-size: 24px;
    font-style: italic;
    color: #0B7DBE;
}
.lp-num-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: top;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.lp-num-desc {
    flex: 1;
}
.lp-num {
    width: 85px;
    margin-right: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #0B7DBE;
}

@media (max-width: 990px){
    .lp-section {
        padding: 30px;
    }
}
@media (max-width: 480px){
    .landing-page {
        margin: 0 auto;
        border-bottom: 1px solid #eee;
    }
    .lp-section {
        padding: 20px 0;
    }
    .lp-devider {
        margin-top: 20px;
        padding-top: 20px;
    }
    .lp-num {
        width: 40px;
    }
}
/*Yakubets*/
.header-bottom ul.c-nav__dropdown {
	display:none;
}
ul, ol {
	margin:0.5rem 0px 0.8rem;
	padding: 0;
}
 
td,th {
	border:1px solid #f1f1f1;
}
th {
	background: #f8f8f8;
	color:#0a0a0a;
	font-weight:500;
}
.product-content th strong{
	font-weight:700;
}
.tabs-panel#tab90 td:nth-child(1),
.tabs-panel#tab90 th:nth-child(1) {
	width:70%;
}
.tabs-panel#tab90 td:nth-child(2),
.tabs-panel#tab90 th:nth-child(2) {
	width:30%;
	text-align:center;
}
.tabs-panel#tab90 td:nth-child(1)[colspan=2]{
	width:100%;
}
.tabs-panel#tab90 th:first-child {
	text-align:left;
}
.tabs-panel#tab90 th:nth-child(2) {
	width:30%;
	text-align:center;
}
.tabs-panel#tab90 th:nth-child(1)[colspan=2],
.tabs-panel#tab90 td:nth-child(1)[colspan=2] {
	width:100%;
}
.need-help-mobile{
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
}

/*\Yakubets*/
