.more-agreement-data-overlay{
 position:fixed;
 z-index:99998;
 left:0;
 right:0;
 top:0;
 bottom:0;
 background:rgba(0,0,0,0.6);
}
.more-agreement-data-container{
 width:75%;
 max-width:800px;
 border:1px solid #E8E8E8;
 padding:10px;
 box-shadow:none;
 background:#fff;
 position:fixed;
 top:30px;
 height:90vh;
 left:0;
 right:0;
 margin:0 auto;
 z-index:99999;
 overflow:scroll;
}
.close-more-agreement-data{
 float:right;
 cursor:pointer;
 color:black;
 font-size:35px;
 font-weight:bold;
 display:inline-block;
 line-height:0px;
 padding:6px 3px; 
}
.close-more-agreement-data:before {
 content:"×";
}
.more-agreement-data-container div{
 text-align:center;
}
.agreement-data-denied{
 color:red !important;
}
 
#chdStatusOrder { 
 display:none; 
 font-size:16px; 
} 
 
#personal:link { 
 text-decoration:underline; 
} 
 
#chdStatusOrder input { 
 border:1px solid #bbbaba; 
 padding:10px; 
 margin:5px 0; 
 font-size:14px; 
} 
 
#chdStatusOrderError { 
 display:none; 
} 
#chdStatusOrder .error-msg.msgError { 
 background:#ffdbdd; 
 padding-left:5px!important; 
 color:#9c4949;display:none; 
} 
#chdStatusOrder ul li { 
 list-style:none; 
 padding:0px 0 10px; 
} 
#chdStatusOrder .error-input { 
 border:1px solid #F18585 !important; 
 box-shadow:none; 
 background:#FFDBDD; 
} 
#chdStatusOrderSuccess{ 
 width:800px; 
} 
#chdStatusOrderSuccess .c-history__content--right { 
 margin-left:40%; 
 } 
#chdStatusOrderSuccess .order-number{ 
 display:-webkit-box; 
 display:-ms-flexbox; 
 display:flex; 
 padding:10px; 
 background:#f3f3f3; 
 -webkit-box-align:center; 
 -ms-flex-align:center; 
 align-items:center; 
 -webkit-box-pack:justify; 
 -ms-flex-pack:justify; 
 justify-content:space-between; 
} 
#chdStatusOrderSuccess .c-history__content{display:block} 
.base-settings{float:left; width:45%; border:none;} 
.base-settings h3{margin:0 0 10px 0;} 
.base-settings .base-setting-save{margin-bottom:0;} 
.base-settings .list-option li span, .section-slider-action .custom-text{display:inline-block;width:190px;} 
.base-settings .list-option li{margin:0 0 10px 0;} 
.base-settings .list-option li input, .base-settings .list-option li select{margin:0;} 
.entity-table-tbody tr td{border:1px solid #D3D3D3;cursor:move;text-align:left;} 
.entity-table-tbody tr td{padding:5px;vertical-align:top;} 
.entity-table-tbody tr td.type{text-align:center;} 
 
@charset "UTF-8";
.fancybox-enabled {
 overflow:hidden; }

.fancybox-enabled body {
 overflow:visible;
 height:100%; }

.fancybox-is-hidden {
 position:absolute;
 top:-9999px;
 left:-9999px;
 visibility:hidden; }

.fancybox-container {
 position:fixed;
 top:0;
 left:0;
 width:100%;
 height:100%;
 z-index:99993;
 -webkit-tap-highlight-color:transparent;
 -webkit-backface-visibility:hidden;
 backface-visibility:hidden;
 -webkit-transform:translateZ(0);
 transform:translateZ(0); }


.fancybox-container ~ .fancybox-container {
 z-index:99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0; }

.fancybox-outer {
 overflow-y:auto;
 -webkit-overflow-scrolling:touch; }

.fancybox-bg {
 background:#1e1e1e;
 opacity:0;
 transition-duration:inherit;
 transition-property:opacity;
 transition-timing-function:cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
 opacity:0.87;
 transition-timing-function:cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
 position:absolute;
 direction:ltr;
 z-index:99997;
 opacity:0;
 visibility:hidden;
 transition:opacity .25s, visibility 0s linear .25s;
 box-sizing:border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
 opacity:1;
 visibility:visible;
 transition:opacity .25s, visibility 0s; }

.fancybox-infobar {
 top:0;
 left:50%;
 margin-left:-79px; }

.fancybox-infobar__body {
 display:inline-block;
 width:70px;
 line-height:44px;
 font-size:13px;
 font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
 text-align:center;
 color:#ddd;
 background-color:rgba(30, 30, 30, 0.7);
 pointer-events:none;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
 -webkit-touch-callout:none;
 -webkit-tap-highlight-color:transparent;
 -webkit-font-smoothing:subpixel-antialiased; }

.fancybox-toolbar {
 top:0;
 right:0; }

.fancybox-stage {
 overflow:hidden;
 direction:ltr;
 z-index:99994;
 -webkit-transform:translate3d(0, 0, 0); }

.fancybox-slide {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 margin:0;
 padding:0;
 overflow:auto;
 outline:none;
 white-space:normal;
 box-sizing:border-box;
 text-align:center;
 z-index:99994;
 -webkit-overflow-scrolling:touch;
 display:none;
 -webkit-backface-visibility:hidden;
 backface-visibility:hidden;
 transition-property:opacity, -webkit-transform;
 transition-property:transform, opacity;
 transition-property:transform, opacity, -webkit-transform;
 -webkit-transform-style:preserve-3d;
 transform-style:preserve-3d; }

.fancybox-slide::before {
 content:'';
 display:inline-block;
 vertical-align:middle;
 height:100%;
 width:0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
 display:block; }

.fancybox-slide--image {
 overflow:visible; }

.fancybox-slide--image::before {
 display:none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
 background:#000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
 background:#E5E3DF; }

.fancybox-slide--next {
 z-index:99995; }

.fancybox-slide > * {
 display:inline-block;
 position:relative;
 padding:24px;
 margin:44px 0 44px;
 border-width:0;
 vertical-align:middle;
 text-align:left;
 background-color:#fff;
 overflow:auto;
 box-sizing:border-box; }

.fancybox-slide .fancybox-image-wrap {
 position:absolute;
 top:0;
 left:0;
 margin:0;
 padding:0;
 border:0;
 z-index:99995;
 background:transparent;
 cursor:default;
 overflow:visible;
 -webkit-transform-origin:top left;
 -ms-transform-origin:top left;
 transform-origin:top left;
 background-size:100% 100%;
 background-repeat:no-repeat;
 -webkit-backface-visibility:hidden;
 backface-visibility:hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
 cursor:-webkit-zoom-out;
 cursor:zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
 cursor:-webkit-zoom-in;
 cursor:zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
 cursor:-webkit-grab;
 cursor:grab; }

.fancybox-is-dragging .fancybox-image-wrap {
 cursor:-webkit-grabbing;
 cursor:grabbing; }

.fancybox-image,
.fancybox-spaceball {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 margin:0;
 padding:0;
 border:0;
 max-width:none;
 max-height:none; }

.fancybox-spaceball {
 z-index:1; }

.fancybox-slide--iframe .fancybox-content {
 padding:0;
 width:80%;
 height:80%;
 max-width:calc(100% - 100px);
 max-height:calc(100% - 88px);
 overflow:visible;
 background:#fff; }

.fancybox-iframe {
 display:block;
 margin:0;
 padding:0;
 border:0;
 width:100%;
 height:100%;
 background:#fff; }

.fancybox-error {
 margin:0;
 padding:40px;
 width:100%;
 max-width:380px;
 background:#fff;
 cursor:default; }

.fancybox-error p {
 margin:0;
 padding:0;
 color:#444;
 font:16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
 position:absolute;
 top:0;
 right:0;
 width:44px;
 height:44px;
 padding:0;
 margin:0;
 border:0;
 border-radius:0;
 outline:none;
 background:transparent;
 z-index:10;
 cursor:pointer; }

.fancybox-close-small:after {
 content:'×';
 position:absolute;
 top:5px;
 right:5px;
 width:30px;
 height:30px;
 font:20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
 color:#888;
 font-weight:300;
 text-align:center;
 border-radius:50%;
 border-width:0;
 background:#fff;
 transition:background .25s;
 box-sizing:border-box;
 z-index:2; }

.fancybox-close-small:focus:after {
 outline:1px dotted #888; }

.fancybox-close-small:hover:after {
 color:#555;
 background:#eee; }

.fancybox-slide--iframe .fancybox-close-small {
 top:0;
 right:-44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
 background:transparent;
 font-size:35px;
 color:#aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
 color:#fff; }


.fancybox-caption-wrap {
 bottom:0;
 left:0;
 right:0;
 padding:60px 30px 0 30px;
 background:linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
 pointer-events:none; }

.fancybox-caption {
 padding:30px 0;
 border-top:1px solid rgba(255, 255, 255, 0.4);
 font-size:14px;
 font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
 color:#fff;
 line-height:20px;
 -webkit-text-size-adjust:none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
 pointer-events:all; }

.fancybox-caption a {
 color:#fff;
 text-decoration:underline; }


.fancybox-button {
 display:inline-block;
 position:relative;
 margin:0;
 padding:0;
 border:0;
 width:44px;
 height:44px;
 line-height:44px;
 text-align:center;
 background:transparent;
 color:#ddd;
 border-radius:0;
 cursor:pointer;
 vertical-align:top;
 outline:none; }

.fancybox-button[disabled] {
 cursor:default;
 pointer-events:none; }

.fancybox-infobar__body, .fancybox-button {
 background:rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
 color:#fff;
 background:rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
 content:'';
 pointer-events:none;
 position:absolute;
 background-color:currentColor;
 color:currentColor;
 opacity:0.9;
 box-sizing:border-box;
 display:inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
 opacity:0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
 top:18px;
 width:6px;
 height:6px;
 background:transparent;
 border-top:solid 2px currentColor;
 border-right:solid 2px currentColor; }

.fancybox-button--left::after {
 left:20px;
 -webkit-transform:rotate(-135deg);
 -ms-transform:rotate(-135deg);
 transform:rotate(-135deg); }

.fancybox-button--right::after {
 right:20px;
 -webkit-transform:rotate(45deg);
 -ms-transform:rotate(45deg);
 transform:rotate(45deg); }

.fancybox-button--left {
 border-bottom-left-radius:5px; }

.fancybox-button--right {
 border-bottom-right-radius:5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
 content:'';
 display:inline-block;
 position:absolute;
 height:2px;
 width:16px;
 top:calc(50% - 1px);
 left:calc(50% - 8px); }

.fancybox-button--close::before {
 -webkit-transform:rotate(45deg);
 -ms-transform:rotate(45deg);
 transform:rotate(45deg); }

.fancybox-button--close::after {
 -webkit-transform:rotate(-45deg);
 -ms-transform:rotate(-45deg);
 transform:rotate(-45deg); }


.fancybox-arrow {
 position:absolute;
 top:50%;
 margin:-50px 0 0 0;
 height:100px;
 width:54px;
 padding:0;
 border:0;
 outline:none;
 background:none;
 cursor:pointer;
 z-index:99995;
 opacity:0;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
 transition:opacity .25s; }

.fancybox-arrow::after {
 content:'';
 position:absolute;
 top:28px;
 width:44px;
 height:44px;
 background-color:rgba(30, 30, 30, 0.8);
 background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
 background-repeat:no-repeat;
 background-position:center center;
 background-size:24px 24px; }

.fancybox-arrow--right {
 right:0; }

.fancybox-arrow--left {
 left:0;
 -webkit-transform:scaleX(-1);
 -ms-transform:scaleX(-1);
 transform:scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
 left:0; }

.fancybox-show-nav .fancybox-arrow {
 opacity:0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
 opacity:0.3; }


.fancybox-loading {
 border:6px solid rgba(100, 100, 100, 0.4);
 border-top:6px solid rgba(255, 255, 255, 0.6);
 border-radius:100%;
 height:50px;
 width:50px;
 -webkit-animation:fancybox-rotate .8s infinite linear;
 animation:fancybox-rotate .8s infinite linear;
 background:transparent;
 position:absolute;
 top:50%;
 left:50%;
 margin-top:-25px;
 margin-left:-25px;
 z-index:99999; }

@-webkit-keyframes fancybox-rotate {
 from {
 -webkit-transform:rotate(0deg);
 transform:rotate(0deg); }
 to {
 -webkit-transform:rotate(359deg);
 transform:rotate(359deg); } }

@keyframes fancybox-rotate {
 from {
 -webkit-transform:rotate(0deg);
 transform:rotate(0deg); }
 to {
 -webkit-transform:rotate(359deg);
 transform:rotate(359deg); } }


.fancybox-animated {
 transition-timing-function:cubic-bezier(0, 0, 0.25, 1); }


.fancybox-fx-slide.fancybox-slide--previous {
 -webkit-transform:translate3d(-100%, 0, 0);
 transform:translate3d(-100%, 0, 0);
 opacity:0; }

.fancybox-fx-slide.fancybox-slide--next {
 -webkit-transform:translate3d(100%, 0, 0);
 transform:translate3d(100%, 0, 0);
 opacity:0; }

.fancybox-fx-slide.fancybox-slide--current {
 -webkit-transform:translate3d(0, 0, 0);
 transform:translate3d(0, 0, 0);
 opacity:1; }


.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
 opacity:0;
 transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
 opacity:1; }


.fancybox-fx-zoom-in-out.fancybox-slide--previous {
 -webkit-transform:scale3d(1.5, 1.5, 1.5);
 transform:scale3d(1.5, 1.5, 1.5);
 opacity:0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
 -webkit-transform:scale3d(0.5, 0.5, 0.5);
 transform:scale3d(0.5, 0.5, 0.5);
 opacity:0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
 -webkit-transform:scale3d(1, 1, 1);
 transform:scale3d(1, 1, 1);
 opacity:1; }


.fancybox-fx-rotate.fancybox-slide--previous {
 -webkit-transform:rotate(-360deg);
 -ms-transform:rotate(-360deg);
 transform:rotate(-360deg);
 opacity:0; }

.fancybox-fx-rotate.fancybox-slide--next {
 -webkit-transform:rotate(360deg);
 -ms-transform:rotate(360deg);
 transform:rotate(360deg);
 opacity:0; }

.fancybox-fx-rotate.fancybox-slide--current {
 -webkit-transform:rotate(0deg);
 -ms-transform:rotate(0deg);
 transform:rotate(0deg);
 opacity:1; }


.fancybox-fx-circular.fancybox-slide--previous {
 -webkit-transform:scale3d(0, 0, 0) translate3d(-100%, 0, 0);
 transform:scale3d(0, 0, 0) translate3d(-100%, 0, 0);
 opacity:0; }

.fancybox-fx-circular.fancybox-slide--next {
 -webkit-transform:scale3d(0, 0, 0) translate3d(100%, 0, 0);
 transform:scale3d(0, 0, 0) translate3d(100%, 0, 0);
 opacity:0; }

.fancybox-fx-circular.fancybox-slide--current {
 -webkit-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);
 transform:scale3d(1, 1, 1) translate3d(0, 0, 0);
 opacity:1; }


.fancybox-fx-tube.fancybox-slide--previous {
 -webkit-transform:translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
 transform:translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
 -webkit-transform:translate3d(100%, 0, 0) scale(0.1) skew(10deg);
 transform:translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
 -webkit-transform:translate3d(0, 0, 0) scale(1);
 transform:translate3d(0, 0, 0) scale(1); }


@media all and (max-width:800px) {
 .fancybox-infobar {
 left:0;
 margin-left:0; }
 .fancybox-button--left,
 .fancybox-button--right {
 display:none !important; }
 .fancybox-caption {
 padding:20px 0;
 margin:0; } }


.fancybox-button--fullscreen::before {
 width:15px;
 height:11px;
 left:calc(50% - 7px);
 top:calc(50% - 6px);
 border:2px solid;
 background:none; }


.fancybox-button--play::before,
.fancybox-button--pause::before {
 top:calc(50% - 6px);
 left:calc(50% - 4px);
 background:transparent; }

.fancybox-button--play::before {
 width:0;
 height:0;
 border-top:6px inset transparent;
 border-bottom:6px inset transparent;
 border-left:10px solid;
 border-radius:1px; }

.fancybox-button--pause::before {
 width:7px;
 height:11px;
 border-style:solid;
 border-width:0 2px 0 2px; }


.fancybox-thumbs {
 display:none; }

.fancybox-button--thumbs {
 display:none; }

@media all and (min-width:800px) {
 .fancybox-button--thumbs {
 display:inline-block; }
 .fancybox-button--thumbs span {
 font-size:23px; }
 .fancybox-button--thumbs::before {
 width:3px;
 height:3px;
 top:calc(50% - 2px);
 left:calc(50% - 2px);
 box-shadow:0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
 .fancybox-thumbs {
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:auto;
 width:220px;
 margin:0;
 padding:5px 5px 0 0;
 background:#fff;
 word-break:normal;
 -webkit-tap-highlight-color:transparent;
 -webkit-overflow-scrolling:touch;
 -ms-overflow-style:-ms-autohiding-scrollbar;
 box-sizing:border-box;
 z-index:99995; }
 .fancybox-show-thumbs .fancybox-thumbs {
 display:block; }
 .fancybox-show-thumbs .fancybox-inner {
 right:220px; }
 .fancybox-thumbs > ul {
 list-style:none;
 position:absolute;
 position:relative;
 width:100%;
 height:100%;
 margin:0;
 padding:0;
 overflow-x:hidden;
 overflow-y:auto;
 font-size:0; }
 .fancybox-thumbs > ul > li {
 float:left;
 overflow:hidden;
 max-width:50%;
 padding:0;
 margin:0;
 width:105px;
 height:75px;
 position:relative;
 cursor:pointer;
 outline:none;
 border:5px solid transparent;
 border-top-width:0;
 border-right-width:0;
 -webkit-tap-highlight-color:transparent;
 -webkit-backface-visibility:hidden;
 backface-visibility:hidden;
 box-sizing:border-box; }
 li.fancybox-thumbs-loading {
 background:rgba(0, 0, 0, 0.1); }
 .fancybox-thumbs > ul > li > img {
 position:absolute;
 top:0;
 left:0;
 min-width:100%;
 min-height:100%;
 max-width:none;
 max-height:none;
 -webkit-touch-callout:none;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none; }
 .fancybox-thumbs > ul > li:before {
 content:'';
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 border-radius:2px;
 border:4px solid #4ea7f9;
 z-index:99991;
 opacity:0;
 transition:all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
 .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
 opacity:1; } }
 
.mg-scrollTop{ 
 background:url(../images/totop.png) 0 100% no-repeat; 
 display:block; width:50px; height:51px; 
 position:fixed; bottom:10px; right:5px; 
 z-index:1000; 
} 
.mg-scrollTop:hover{background-position-y:-1px } 
#min-order-notify {
 margin:10px 0;
 padding:10px;
 color:#c2646d;
 background:#fdd6da;
 border:1px solid #eca8a8;
 text-align:center;
 font-size:14px;
}

.min-order p{
 margin:0;
}

.min-order p + p{
 margin:7px 0 0 0;
}

.min-order strong{
 font-size:16px;
}

.section-min-order .widget-table-body {
 padding:10px;
 border-radius:3px;
 border:1px solid #DDD;
}

.section-min-order .widget-table-body h2{
 font-size:16px;
 line-height:14px;
 margin:0 0 10px 0;
}

.section-min-order .base-setting div{
 margin:0 0 5px 0;
}

.section-min-order .base-setting a{
 margin:0 0 0 10px;
}

.section-min-order .base-setting input[type="text"]{
 margin:10px 0 5px 10px;
 width:200px;
} 

.mg-recently-viewed-plugin{position:relative;margin:35px 0;}
.mg-recently-viewed-plugin h2{font-weight:bold;font-size:22px;margin:0 0 20px 0;position:relative;padding:0 20px 0 0;color:#CC0000;display:inline-block;}
.mg-recently-viewed-plugin h2 .custom-arrow{position:absolute;width:15px;height:20px;right:0;top:15px;background:url("../images/arrow.png") no-repeat;}
.mg-recently-viewed-plugin .product-wrapper .product-image{width:auto;}
.mg-recently-viewed-plugin .product-wrapper .product-name{height:28px;line-height:14px;}
.mg-recently-viewed-plugin .product-wrapper:hover .product-price{visibility:visible;}
.mg-recently-viewed-plugin .product-wrapper{margin:0;}
.mg-recently-viewed-plugin .bx-next,
.mg-recently-viewed-plugin .bx-prev{top:50%;}
.mg-recently-viewed-plugin .bx-prev{left:0;}
.mg-recently-viewed-plugin .bx-next{right:0;}
.mg-recently-viewed-plugin .bx-prev:hover{background-position:0 -30px;}
.mg-recently-viewed-plugin .bx-next{background-position:-30px 0!important}
.mg-recently-viewed-plugin .bx-next:hover{background-position:-30px -30px!important;}
.mg-recently-viewed-plugin .m-p-products-slider .bx-prev{left:215px;}
.mg-recently-viewed-plugin .m-p-products-slider .bx-next{left:250px;}
.mg-recently-viewed-plugin .bx-prev,
.mg-recently-viewed-plugin .bx-next{position:absolute;top:50%;width:30px;height:30px;display:block;background:url('../images/second-controls2.png') 0 0 no-repeat;text-indent:-999999px;}

.mg-recently-viewed .mg-recently-product-price {
 width:auto;
 overflow:hidden;
 white-space:nowrap;
 text-overflow:ellipsis;
 color:#D21919;
 font-size:20px;
 font-weight:bold;
 text-transform:uppercase;
 display:block;
 text-align:center;
 height:26px;
}

.mg-recently-viewed .mg-recently-product-image a {
 display:block!important;
 height:180px;
 text-align:center;
 position:relative;
}

.mg-recently-viewed .mg-recently-product-image a img {
 max-width:100%;
 max-height:100%;
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 right:0;
 margin:auto;
}
.mg-recently-viewed .mg-recently-product-name a {
 color:#444;
 font-size:12px;
 text-decoration:none;
}

.mg-recently-viewed .mg-recently-product-name {
 text-align:center;
 margin:10px 0;
 height:30px;
 overflow:hidden;
 line-height:14px;
}

.mg-recently-viewed .mg-recently-product-name a:hover {
 text-decoration:underline;
}
.mg-recently-viewed .mg-recently-product-wrapper .product-price {
 width:auto;
 overflow:hidden;
 white-space:nowrap;
 text-overflow:ellipsis;
 color:#D21919;
 font-size:20px;
 font-weight:bold;
 text-transform:uppercase;
 display:block;
 text-align:center;
 height:26px;
}

.mg-recently-viewed .addToCart,
.mg-recently-viewed .product-info{
 display:block;
 border:1px solid #D3D3D3;
 text-decoration:none;
 padding:5px 10px;
 text-align:center;
 color:#000;
 text-shadow:1px 1px #fff;
 font-size:14px;
 text-transform:uppercase;
 background:#fcfcfc;
 background:-moz-linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%);
 background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e5e5e5));
 background:-webkit-linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%);
 background:-o-linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%);
 background:-ms-linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%);
 background:linear-gradient(to bottom, #fcfcfc 0%, #e5e5e5 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e5e5e5', GradientType=0);
 box-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
 width:80px;
 margin:10px auto;
 border-radius:3px;
 clear:both;
}
.mg-recently-product-wrapper {text-align:center}

.mg-recently-viewed-plugin .bx-viewport {
 overflow:hidden!important;
} 
.main-news-block{ 
 
} 
.rss{ 
color:#FF6D00; 
 display:block; 
 float:right; 
 padding:5px 5px 5px 25px; 
 margin:10px 0px; 
 
} 
 
 
.news-list .news-title a:hover{ 
 text-decoration:underline; 
} 
 
.main-news-block .news-date{ 
 font-size:11px; 
 margin:0px 0px 10px 0px; 
 color:#979797; 
} 
 
.main-news-img{ 
 margin:10px 0; 
} 
.main-news-im{ 
 margin:10px 0; 
 text-align:right; 
} 
 
.rss-block p{ 
 font-size:14px; 
} 
 
.main-news-block{ 
 font-size:14px; 
 line-height:20px; 
} 
 
.newsheader{ 
 margin:0px; 
 font-size:20px; 
 font-weight:normal; 
 padding:10px; 
 border-bottom:1px solid #CDCDCD; 
} 
 
.news-title, .news-title a{ 
 text-decoration:none; 
 font-size:18px; 
 font-weight:normal; 
 color:#000; 
 margin:10px 0px; 
} 
 
.go-back-link{ 
 display:block; 
 margin:10px 5px; 
 
} 
 
.read-more{ 
 font-size:11px; 
 font-weight:normal; 
 color:#DF4D4D; 
 margin:10px 0px; 
} 
 
.rss-block{ 
 margin:10px 0px; 
} 
 
.rss{ 
 display:block; 
 float:right; 
 margin:10px 0px; 
} 
 
 
.main-news-item{ 
 margin:20px 5px; 
} 
 
.main-news-item img{ 
 max-width:100%; 
 height:auto!important; 
 margin:10px 0; 
} 
 
.section-news .widget-table tr th{ 
 padding:9px; 
} 
 
.section-news .noneNews td{ 
 padding:15px 0!important; 
} 
 
.section-news #add-news-wrapper .product-img-prev .add-img-wrapper{ 
 position:relative; 
 top:0; 
} 
 
.section-news .add-news-form .product-upload-img .prev-img{ 
 margin:0 0 10px 0; 
} 
 
.section-news .add-news-form .product-desc-wrapper{ 
 margin:115px 0 0 0; 
} 
 
.section-news .b-modal .cancel-img-upload{ 
 bottom:0; 
 right:0; 
 position:absolute; 
 height:22px; 
 width:100px; 
} 
 
.section-news .b-modal .cancel-img-upload span{ 
 display:block; 
 width:auto; 
 padding:2px 10px 3px 30px; 
 background-position:6px 3px; 
} 
 
.section-news #imageform{ 
 font-size:0; 
} 
 
.section-news #add-news-wrapper .product-img-prev .add-img-wrapper span{ 
 width:auto; 
} 
 
.section-news #add-news-wrapper .product-img-prev .add-img-wrapper{ 
 width:110px; 
 height:24px; 
 box-sizing:border-box; 
} 
 
.section-news .add-news-form .product-name-input{ 
 width:250px!important; 
} 
 
.news-block{ 
 margin:20px 0 0 0; 
 padding:10px; 
 background:#FAFAFA; 
 border-radius:5px; 
 border:1px solid #E1E3E4; 
 box-shadow:0 1px 2px rgba(63, 69, 75, 0.2); 
} 
 
.news-block a:hover{ 
 text-decoration:none; 
} 
 
.news-block h2{ 
 font-size:18px; 
 font-weight:normal; 
 margin:0 0 15px 0; 
} 
 
.news-block .news-item{ 
 overflow:hidden; 
} 
 
.news-block .news-item .news-img{ 
 float:left; 
 margin:0 10px 0 0; 
} 
.news-block .news-item img{ 
 width:40px; 
 height:40px; 
} 
.news-block .news-item .news-details .news-date{ 
 font-size:11px; 
 line-height:13px; 
 color:#808080; 
} 
 
.news-block .news-item .news-details{ 
 overflow:hidden; 
} 
 
.news-block .news-item + .news-item{ 
 margin:15px 0 0 0; 
} 
 
.news-block .news-item .news-details .news-text{ 
 display:inline-block; 
 font-size:12px; 
 line-height:17px; 
} 
 
.news-block .news-body{ 
 margin:0 0 10px 0; 
} 
 
.news-block .news-footer{ 
 text-align:right; 
} 
 
.news-block .news-footer .show-all{ 
 font-size:12px; 
} 
.section-news .future-public {font-size:12px; font-style:italic;} 
 
.section-news .product-table th, .section-news .product-table td{ 
 text-align:center; 
} 
.ui-datepicker-calendar{ 
 border-collapse:initial !important; 
} 
.ui-datepicker-calendar tbody td{ 
 padding:0; 
} 
.ui-timepicker-div dl dd { 
 margin:0 10px 10px 40% !important; 
} 
.product-upload-img{ 
 float:right; 
 width:220px; 
 height:204px; 
} 
.prev-img{ 
 height:165px; 
 width:199px; 
 margin-left:8px; 
 margin-right:8px; 
} 
#imageform{ 
 width:105px; 
 display:inline-block; 
} 
.cancel-img-upload{ 
 float:right; 
 margin-right:10px !important; 
} 
.product-img-prev{ 
 text-align:center; 
} 
.product-upload-img, #html-content-wrapper{ 
 border:1px solid #e6e6e6; 
} 
.prev-img img { 
 position:relative; 
 top:50%; 
 -webkit-transform:perspective(1px) translateY(-50%); 
 -ms-transform:perspective(1px) translateY(-50%); 
 transform:perspective(1px) translateY(-50%); 
} 
.seo-title:before{ 
 content:"" !important; 
} 
.section-news [type="text"], .section-news select { 
 display:inline; 
 width:initial; 
} 
.meta-list { 
 float:left; 
 margin:0; 
 padding:0; 
 list-style:none; 
} 
.seo-wrapper textarea { 
 width:611px; 
} 
.add-text{ 
 display:inline-block; 
 min-width:150px; 
} 
.seo-title{ 
 color:#1585cf; 
 cursor:pointer; 
 border-bottom:1px dashed #1585cf; 
 font-size:14px; 
 font-family:"Roboto-Regular",sans-serif; 
} 
.section-news .add-product-form-wrapper .product-desc-wrapper #cke_news_content{ 
 border:1px solid #e6e6e6 !important; 
 margin-bottom:10px; 
} 
.clear{clear:both;} 
 
.comments{ 
 
} 
 
.comments h3{font-size:22px;font-weight:normal;font-family:Tahoma, Verdana, sans-serif; margin:10px 0 15px 0;} 
 
 
 
.comments input[type=text]{width:250px;} 
.comments textarea{width:100%;height:100px;resize:none;-webkit-box-sizing:border-box; 
 -moz-box-sizing:border-box; 
 box-sizing:border-box;} 
.comments label{display:inline-block;margin:5px 0;} 
.comments .add_comment{padding:5px; float:right;margin:10px 0;} 
.error_name, .error_email, .error_message{font-size:12px;color:red;display:block;margin:0 0 15px 0;} 
.comments .red_star{color:red;} 
.section-comments .widget-table-body .filter .last-items-dropdown { 
 width:200px; 
} 
.comments form{ 
 margin-bottom:20px; 
} 
 
.comments label, .edit-comment-form label{ 
 display:block; 
} 
 
.comments input{ 
} 
 
.comments input[type=submit]{ 
 display:block; 
} 
 
.comment-post{ 
 margin:10px 0; 
 border:1px solid #ccc; 
 padding:10px; 
 border-radius:5px; 
 -moz-border-radius:5px; 
 -webkit-border-radius:5px; 
} 
 
.comment-post .post-author{ 
 font-weight:bold; 
} 
 
.comment-post .post-date{ 
 float:right; 
 color:#8B8B8B; 
} 
 
.comment-post p{ 
 margin:10px 0 5px 0; 
} 
 
.edit-comment-form label{ 
 margin-bottom:15px; 
} 
 
.edit-comment-form select{ 
 margin-left:15px; 
} 
 
.n-approved-comment, .approved-comment{ 
 color:#fff; 
 background:#B81212; 
 display:inline-block; 
 padding:3px 8px; 
 border-radius:3px; 
 -moz-border-radius:3px; 
 -webkit-border-radius:3px; 
 font-family:Tahoma, Verdana, sans-serif; 
 font-size:14px; 
 line-height:14px; 
 text-shadow:1px 1px 2px #4A4A4A; 
} 
 
.approved-comment{ 
 background:#28BB1D; 
} 
 
.c-name{ 
 width:15%; 
} 
 
.c-email{ 
 width:15%; 
} 
 
.c-comment{ 
 width:50%; 
} 
 
.c-msg-green{ 
 color:green; 
} 
 
.c-msg-red{ 
 color:red; 
} 
#comment-modal [type="text"], #comment-modal select{ 
 display:inline-block; 
 width:195px; 
} 
#comment-modal .custom-text{ 
 display:inline-block; 
 width:100px; 
} 
#comment-modal a{ 
 margin-left:0 !important; 
} 
.comments-tbody tr td{ 
 text-align:center; 
} 
 
 
#comment-modal .img-container img, .comments .comments_preview img, .comments .comment-post img{ 
 border-radius:5px; 
 height:100px; 
 margin:5px; 
 box-shadow:0 0 6px rgba(0, 0, 0, 0.1); 
 border:1px solid #ccc; 
} 
.section-comments .base-setting-open, .section-comments h4{ 
 margin:10px; 
} 
.section-comments .base-settings{ 
 padding:15px; 
 background:#fffce5; 
} 
 
.comments-dropZone { 
 display:inline-block; 
 width:600px; 
 height:100px; 
 border:2px dashed rgba(0,0,0,.3); 
 border-radius:20px; 
 font-family:Arial; 
 text-align:center; 
 line-height:100px; 
 font-size:20px; 
 color:rgba(0,0,0,.3); 
 position:relative; 
} 
.comments-dropZone input{ 
 width:100%; 
 height:100%; 
 vertical-align:top; 
 position:absolute; 
 left:0; 
 opacity:0; 
 cursor:pointer; 
} 
.comments form .sendComment{ 
 margin-top:0px; 
} 
.comments [name="comment"]{ 
 margin-bottom:10px; 
} 
.comments .showImgComments{ 
 color:#1585cf; 
 border-bottom:1px dashed #1585cf; 
} 
.comments .showImgComments:hover{ 
 text-decoration:none; 
 border-color:transparent; 
} 
.section-comments .checkbox{ 
 margin-bottom:10px; 
} 
@charset "UTF-8";
.fancybox-enabled {
 overflow:hidden; }

.fancybox-enabled body {
 overflow:visible;
 height:100%; }

.fancybox-is-hidden {
 position:absolute;
 top:-9999px;
 left:-9999px;
 visibility:hidden; }

.fancybox-container {
 position:fixed;
 top:0;
 left:0;
 width:100%;
 height:100%;
 z-index:99993;
 -webkit-tap-highlight-color:transparent;
 -webkit-backface-visibility:hidden;
 backface-visibility:hidden;
 -webkit-transform:translateZ(0);
 transform:translateZ(0); }


.fancybox-container ~ .fancybox-container {
 z-index:99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0; }

.fancybox-outer {
 overflow-y:auto;
 -webkit-overflow-scrolling:touch; }

.fancybox-bg {
 background:#1e1e1e;
 opacity:0;
 transition-duration:inherit;
 transition-property:opacity;
 transition-timing-function:cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
 opacity:0.87;
 transition-timing-function:cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
 position:absolute;
 direction:ltr;
 z-index:99997;
 opacity:0;
 visibility:hidden;
 transition:opacity .25s, visibility 0s linear .25s;
 box-sizing:border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
 opacity:1;
 visibility:visible;
 transition:opacity .25s, visibility 0s; }

.fancybox-infobar {
 top:0;
 left:50%;
 margin-left:-79px; }

.fancybox-infobar__body {
 display:inline-block;
 width:70px;
 line-height:44px;
 font-size:13px;
 font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
 text-align:center;
 color:#ddd;
 background-color:rgba(30, 30, 30, 0.7);
 pointer-events:none;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
 -webkit-touch-callout:none;
 -webkit-tap-highlight-color:transparent;
 -webkit-font-smoothing:subpixel-antialiased; }

.fancybox-toolbar {
 top:0;
 right:0; }

.fancybox-stage {
 overflow:hidden;
 direction:ltr;
 z-index:99994;
 -webkit-transform:translate3d(0, 0, 0); }

.fancybox-slide {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 margin:0;
 padding:0;
 overflow:auto;
 outline:none;
 white-space:normal;
 box-sizing:border-box;
 text-align:center;
 z-index:99994;
 -webkit-overflow-scrolling:touch;
 display:none;
 -webkit-backface-visibility:hidden;
 backface-visibility:hidden;
 transition-property:opacity, -webkit-transform;
 transition-property:transform, opacity;
 transition-property:transform, opacity, -webkit-transform;
 -webkit-transform-style:preserve-3d;
 transform-style:preserve-3d; }

.fancybox-slide::before {
 content:'';
 display:inline-block;
 vertical-align:middle;
 height:100%;
 width:0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
 display:block; }

.fancybox-slide--image {
 overflow:visible; }

.fancybox-slide--image::before {
 display:none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
 background:#000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
 background:#E5E3DF; }

.fancybox-slide--next {
 z-index:99995; }

.fancybox-slide > * {
 display:inline-block;
 position:relative;
 padding:24px;
 margin:44px 0 44px;
 border-width:0;
 vertical-align:middle;
 text-align:left;
 background-color:#fff;
 overflow:auto;
 box-sizing:border-box; }

.fancybox-slide .fancybox-image-wrap {
 position:absolute;
 top:0;
 left:0;
 margin:0;
 padding:0;
 border:0;
 z-index:99995;
 background:transparent;
 cursor:default;
 overflow:visible;
 -webkit-transform-origin:top left;
 -ms-transform-origin:top left;
 transform-origin:top left;
 background-size:100% 100%;
 background-repeat:no-repeat;
 -webkit-backface-visibility:hidden;
 backface-visibility:hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
 cursor:-webkit-zoom-out;
 cursor:zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
 cursor:-webkit-zoom-in;
 cursor:zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
 cursor:-webkit-grab;
 cursor:grab; }

.fancybox-is-dragging .fancybox-image-wrap {
 cursor:-webkit-grabbing;
 cursor:grabbing; }

.fancybox-image,
.fancybox-spaceball {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 margin:0;
 padding:0;
 border:0;
 max-width:none;
 max-height:none; }

.fancybox-spaceball {
 z-index:1; }

.fancybox-slide--iframe .fancybox-content {
 padding:0;
 width:80%;
 height:80%;
 max-width:calc(100% - 100px);
 max-height:calc(100% - 88px);
 overflow:visible;
 background:#fff; }

.fancybox-iframe {
 display:block;
 margin:0;
 padding:0;
 border:0;
 width:100%;
 height:100%;
 background:#fff; }

.fancybox-error {
 margin:0;
 padding:40px;
 width:100%;
 max-width:380px;
 background:#fff;
 cursor:default; }

.fancybox-error p {
 margin:0;
 padding:0;
 color:#444;
 font:16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
 position:absolute;
 top:0;
 right:0;
 width:44px;
 height:44px;
 padding:0;
 margin:0;
 border:0;
 border-radius:0;
 outline:none;
 background:transparent;
 z-index:10;
 cursor:pointer; }

.fancybox-close-small:after {
 content:'×';
 position:absolute;
 top:5px;
 right:5px;
 width:30px;
 height:30px;
 font:20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
 color:#888;
 font-weight:300;
 text-align:center;
 border-radius:50%;
 border-width:0;
 background:#fff;
 transition:background .25s;
 box-sizing:border-box;
 z-index:2; }

.fancybox-close-small:focus:after {
 outline:1px dotted #888; }

.fancybox-close-small:hover:after {
 color:#555;
 background:#eee; }

.fancybox-slide--iframe .fancybox-close-small {
 top:0;
 right:-44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
 background:transparent;
 font-size:35px;
 color:#aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
 color:#fff; }


.fancybox-caption-wrap {
 bottom:0;
 left:0;
 right:0;
 padding:60px 30px 0 30px;
 background:linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
 pointer-events:none; }

.fancybox-caption {
 padding:30px 0;
 border-top:1px solid rgba(255, 255, 255, 0.4);
 font-size:14px;
 font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
 color:#fff;
 line-height:20px;
 -webkit-text-size-adjust:none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
 pointer-events:all; }

.fancybox-caption a {
 color:#fff;
 text-decoration:underline; }


.fancybox-button {
 display:inline-block;
 position:relative;
 margin:0;
 padding:0;
 border:0;
 width:44px;
 height:44px;
 line-height:44px;
 text-align:center;
 background:transparent;
 color:#ddd;
 border-radius:0;
 cursor:pointer;
 vertical-align:top;
 outline:none; }

.fancybox-button[disabled] {
 cursor:default;
 pointer-events:none; }

.fancybox-infobar__body, .fancybox-button {
 background:rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
 color:#fff;
 background:rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
 content:'';
 pointer-events:none;
 position:absolute;
 background-color:currentColor;
 color:currentColor;
 opacity:0.9;
 box-sizing:border-box;
 display:inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
 opacity:0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
 top:18px;
 width:6px;
 height:6px;
 background:transparent;
 border-top:solid 2px currentColor;
 border-right:solid 2px currentColor; }

.fancybox-button--left::after {
 left:20px;
 -webkit-transform:rotate(-135deg);
 -ms-transform:rotate(-135deg);
 transform:rotate(-135deg); }

.fancybox-button--right::after {
 right:20px;
 -webkit-transform:rotate(45deg);
 -ms-transform:rotate(45deg);
 transform:rotate(45deg); }

.fancybox-button--left {
 border-bottom-left-radius:5px; }

.fancybox-button--right {
 border-bottom-right-radius:5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
 content:'';
 display:inline-block;
 position:absolute;
 height:2px;
 width:16px;
 top:calc(50% - 1px);
 left:calc(50% - 8px); }

.fancybox-button--close::before {
 -webkit-transform:rotate(45deg);
 -ms-transform:rotate(45deg);
 transform:rotate(45deg); }

.fancybox-button--close::after {
 -webkit-transform:rotate(-45deg);
 -ms-transform:rotate(-45deg);
 transform:rotate(-45deg); }


.fancybox-arrow {
 position:absolute;
 top:50%;
 margin:-50px 0 0 0;
 height:100px;
 width:54px;
 padding:0;
 border:0;
 outline:none;
 background:none;
 cursor:pointer;
 z-index:99995;
 opacity:0;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
 transition:opacity .25s; }

.fancybox-arrow::after {
 content:'';
 position:absolute;
 top:28px;
 width:44px;
 height:44px;
 background-color:rgba(30, 30, 30, 0.8);
 background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
 background-repeat:no-repeat;
 background-position:center center;
 background-size:24px 24px; }

.fancybox-arrow--right {
 right:0; }

.fancybox-arrow--left {
 left:0;
 -webkit-transform:scaleX(-1);
 -ms-transform:scaleX(-1);
 transform:scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
 left:0; }

.fancybox-show-nav .fancybox-arrow {
 opacity:0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
 opacity:0.3; }


.fancybox-loading {
 border:6px solid rgba(100, 100, 100, 0.4);
 border-top:6px solid rgba(255, 255, 255, 0.6);
 border-radius:100%;
 height:50px;
 width:50px;
 -webkit-animation:fancybox-rotate .8s infinite linear;
 animation:fancybox-rotate .8s infinite linear;
 background:transparent;
 position:absolute;
 top:50%;
 left:50%;
 margin-top:-25px;
 margin-left:-25px;
 z-index:99999; }

@-webkit-keyframes fancybox-rotate {
 from {
 -webkit-transform:rotate(0deg);
 transform:rotate(0deg); }
 to {
 -webkit-transform:rotate(359deg);
 transform:rotate(359deg); } }

@keyframes fancybox-rotate {
 from {
 -webkit-transform:rotate(0deg);
 transform:rotate(0deg); }
 to {
 -webkit-transform:rotate(359deg);
 transform:rotate(359deg); } }


.fancybox-animated {
 transition-timing-function:cubic-bezier(0, 0, 0.25, 1); }


.fancybox-fx-slide.fancybox-slide--previous {
 -webkit-transform:translate3d(-100%, 0, 0);
 transform:translate3d(-100%, 0, 0);
 opacity:0; }

.fancybox-fx-slide.fancybox-slide--next {
 -webkit-transform:translate3d(100%, 0, 0);
 transform:translate3d(100%, 0, 0);
 opacity:0; }

.fancybox-fx-slide.fancybox-slide--current {
 -webkit-transform:translate3d(0, 0, 0);
 transform:translate3d(0, 0, 0);
 opacity:1; }


.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
 opacity:0;
 transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
 opacity:1; }


.fancybox-fx-zoom-in-out.fancybox-slide--previous {
 -webkit-transform:scale3d(1.5, 1.5, 1.5);
 transform:scale3d(1.5, 1.5, 1.5);
 opacity:0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
 -webkit-transform:scale3d(0.5, 0.5, 0.5);
 transform:scale3d(0.5, 0.5, 0.5);
 opacity:0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
 -webkit-transform:scale3d(1, 1, 1);
 transform:scale3d(1, 1, 1);
 opacity:1; }


.fancybox-fx-rotate.fancybox-slide--previous {
 -webkit-transform:rotate(-360deg);
 -ms-transform:rotate(-360deg);
 transform:rotate(-360deg);
 opacity:0; }

.fancybox-fx-rotate.fancybox-slide--next {
 -webkit-transform:rotate(360deg);
 -ms-transform:rotate(360deg);
 transform:rotate(360deg);
 opacity:0; }

.fancybox-fx-rotate.fancybox-slide--current {
 -webkit-transform:rotate(0deg);
 -ms-transform:rotate(0deg);
 transform:rotate(0deg);
 opacity:1; }


.fancybox-fx-circular.fancybox-slide--previous {
 -webkit-transform:scale3d(0, 0, 0) translate3d(-100%, 0, 0);
 transform:scale3d(0, 0, 0) translate3d(-100%, 0, 0);
 opacity:0; }

.fancybox-fx-circular.fancybox-slide--next {
 -webkit-transform:scale3d(0, 0, 0) translate3d(100%, 0, 0);
 transform:scale3d(0, 0, 0) translate3d(100%, 0, 0);
 opacity:0; }

.fancybox-fx-circular.fancybox-slide--current {
 -webkit-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);
 transform:scale3d(1, 1, 1) translate3d(0, 0, 0);
 opacity:1; }


.fancybox-fx-tube.fancybox-slide--previous {
 -webkit-transform:translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
 transform:translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
 -webkit-transform:translate3d(100%, 0, 0) scale(0.1) skew(10deg);
 transform:translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
 -webkit-transform:translate3d(0, 0, 0) scale(1);
 transform:translate3d(0, 0, 0) scale(1); }


@media all and (max-width:800px) {
 .fancybox-infobar {
 left:0;
 margin-left:0; }
 .fancybox-button--left,
 .fancybox-button--right {
 display:none !important; }
 .fancybox-caption {
 padding:20px 0;
 margin:0; } }


.fancybox-button--fullscreen::before {
 width:15px;
 height:11px;
 left:calc(50% - 7px);
 top:calc(50% - 6px);
 border:2px solid;
 background:none; }


.fancybox-button--play::before,
.fancybox-button--pause::before {
 top:calc(50% - 6px);
 left:calc(50% - 4px);
 background:transparent; }

.fancybox-button--play::before {
 width:0;
 height:0;
 border-top:6px inset transparent;
 border-bottom:6px inset transparent;
 border-left:10px solid;
 border-radius:1px; }

.fancybox-button--pause::before {
 width:7px;
 height:11px;
 border-style:solid;
 border-width:0 2px 0 2px; }


.fancybox-thumbs {
 display:none; }

.fancybox-button--thumbs {
 display:none; }

@media all and (min-width:800px) {
 .fancybox-button--thumbs {
 display:inline-block; }
 .fancybox-button--thumbs span {
 font-size:23px; }
 .fancybox-button--thumbs::before {
 width:3px;
 height:3px;
 top:calc(50% - 2px);
 left:calc(50% - 2px);
 box-shadow:0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
 .fancybox-thumbs {
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:auto;
 width:220px;
 margin:0;
 padding:5px 5px 0 0;
 background:#fff;
 word-break:normal;
 -webkit-tap-highlight-color:transparent;
 -webkit-overflow-scrolling:touch;
 -ms-overflow-style:-ms-autohiding-scrollbar;
 box-sizing:border-box;
 z-index:99995; }
 .fancybox-show-thumbs .fancybox-thumbs {
 display:block; }
 .fancybox-show-thumbs .fancybox-inner {
 right:220px; }
 .fancybox-thumbs > ul {
 list-style:none;
 position:absolute;
 position:relative;
 width:100%;
 height:100%;
 margin:0;
 padding:0;
 overflow-x:hidden;
 overflow-y:auto;
 font-size:0; }
 .fancybox-thumbs > ul > li {
 float:left;
 overflow:hidden;
 max-width:50%;
 padding:0;
 margin:0;
 width:105px;
 height:75px;
 position:relative;
 cursor:pointer;
 outline:none;
 border:5px solid transparent;
 border-top-width:0;
 border-right-width:0;
 -webkit-tap-highlight-color:transparent;
 -webkit-backface-visibility:hidden;
 backface-visibility:hidden;
 box-sizing:border-box; }
 li.fancybox-thumbs-loading {
 background:rgba(0, 0, 0, 0.1); }
 .fancybox-thumbs > ul > li > img {
 position:absolute;
 top:0;
 left:0;
 min-width:100%;
 min-height:100%;
 max-width:none;
 max-height:none;
 -webkit-touch-callout:none;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none; }
 .fancybox-thumbs > ul > li:before {
 content:'';
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 border-radius:2px;
 border:4px solid #4ea7f9;
 z-index:99991;
 opacity:0;
 transition:all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
 .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
 opacity:1; } }
 
#chd-show-more-button{
 border:1px #999 dashed;
 text-align:center;
 padding:20px 0;
 margin:2px;
 cursor:pointer;
}
#chd-show-more-button:hover{
 background-color:#eee;
} 
.section-trigger-guarantee .form-icon {
 display:inline-block;
 width:30px;
 height:30px;
 margin-left:10px;
 cursor:pointer;
}

.section-trigger-guarantee .form-icon:hover {
 box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
}
.section-trigger-guarantee .font-awesome-icons {
 display:none;
}

.section-trigger-guarantee .font-awesome-icons .link-result{
 display:block;
 text-align:center;
}

.section-trigger-guarantee .font-awesome-icons h2{
 font-size:18px;
 line-height:16px;
 margin:0 0 15px 0;
}

.section-trigger-guarantee .fontawesome-icon-list{
 margin:0 0 15px 0;
}

.section-trigger-guarantee .font-awesome-icons .fontawesome-icon-list span {
 padding:5px;
 display:block;
 width:160px;
 float:left;
 font-size:12px;
}

.section-trigger-guarantee .font-awesome-icons .fontawesome-icon-list span i{
 font-size:18px;
 cursor:pointer;
}

.section-trigger-guarantee .font-awesome-icons h2,
.section-trigger-guarantee .font-awesome-icons .fontawesome-icon-list span:last-child {
 float:none;
}

.section-trigger-guarantee .save-button.tigger {
 display:none;
}

.section-trigger-guarantee .save-button{
 margin:10px 0 0 0;
}

.section-trigger-guarantee .label-text{
 display:block;
 margin:0 0 7px 0;
 font-size:14px;
}

.section-trigger-guarantee .color-picker #picker {
 margin:0;
 padding:0;
 border:0;
 width:85px;
 height:20px;
 border-right:20px solid;
 line-height:20px;
 border-radius:0;
 box-shadow:none;
 display:inline-block;
}

.section-trigger-guarantee .trigger-item {
 border:1px solid #DDD;
 box-shadow:0px 1px 2px rgba(63, 69, 75, 0.2);
 border-radius:5px;
 background:#fff;
 box-sizing:border-box;
 padding:4px 12px;
 display:inline-block;
}

.section-trigger-guarantee table .trigger-icon img, .trigger-icon i {
 padding:6px;
 width:70px;
 height:70px;
}
.section-trigger-guarantee table .trigger-icon{
 margin-bottom:10px;
}
.section-trigger-guarantee table .trigger-icon, .section-trigger-guarantee table .trigger-text {
 vertical-align:middle !important;
 display:table-cell;
 }

.section-trigger-guarantee .btn-holder a{
 margin:0 10px 0 0;
}

.section-trigger-guarantee .btn-holder{
 margin:15px 0;
 font-size:0;
}

.section-trigger-guarantee .trigger-text p{
 text-align:center !important;
 padding:inherit !important;
}

.section-trigger-guarantee .trigger-guarantee-tbody .trigger-item {
 cursor:pointer;
}

.section-trigger-guarantee .save-button.trigger {
 float:none;
}

.section-trigger-guarantee .close-trigger-table{
 position:static;
 margin:14px 0 0 0;
 float:right;
}

.section-trigger-guarantee .main-settings-container, .section-trigger-guarantee .tabs-content {
 margin-top:0;
}

.section-trigger-guarantee .main-settings-container {
 padding:10px;
 border-radius:0 3px 3px 3px;
}

.section-trigger-guarantee .main-settings-container h3{
 font-size:16px;
 line-height:14px;
 margin:0 0 10px 0;
}

.section-trigger-guarantee .main-settings-container .btn-holder{
 margin:10px 0 0 0;
}

.section-trigger-guarantee .main-settings-container .btn-holder .save-button{
 margin:0 10px 0 0;
}

.section-trigger-guarantee .base-setting .color-picker {
 display:inline-block;
 border:1px solid #ddd;
 padding:2px;
}

.section-trigger-guarantee .list-option .setting{
 display:inline-block;
 width:160px;
}

.section-trigger-guarantee .base-setting li {
 margin:0 0 10px 0;
}

.section-trigger-guarantee .main-settings-trigger .code-holder{
 text-align:center;
}

.section-trigger-guarantee .main-settings-trigger .help-text{
 font-size:12px;
 color:#A3A3A3;
}

.section-trigger-guarantee .widget-table-wrapper{
 border:none;
 margin:0 15px 15px 15px;
}

.section-trigger-guarantee .main-settings-trigger ul .link-result{
 margin:0 0 15px 0;
}

.section-trigger-guarantee .main-settings-trigger ul li a{
 margin:0 10px 0 0;
}

.section-trigger-guarantee .main-settings-trigger ul li + li{
 margin:10px 0 0 0;
}

.section-trigger-guarantee .main-settings-trigger ul {
 margin:10px 0;
}

.section-trigger-guarantee .trigger-guarantee-all-elements .link-result {
 width:85%;
 margin:10px 0;
 text-align:center;
}

.section-trigger-guarantee #trigger-guarantee-tabs .tabs-list{
 overflow:hidden;
 margin:0;
}

.section-trigger-guarantee #trigger-guarantee-tabs .tabs-list li a{
 border-radius:5px 5px 0 0;
 border-bottom:none;
}

.section-trigger-guarantee #trigger-guarantee-tabs ul li a span{
 line-height:normal!important;
}

.section-trigger-guarantee .widget-table tr:hover td{
 background:#fff;
}


.mg-trigger-guarantee .mg-trigger .mg-trigger-icon, .mg-trigger .mg-trigger-text {
 text-align:center;
 margin-bottom:10px;
}

.mg-trigger-guarantee .mg-trigger .mg-trigger-icon, .mg-trigger .mg-trigger-text {
 vertical-align:middle !important;
 display:table-cell;
}

.mg-trigger-guarantee .mg-trigger {
 border:1px solid #DDD;
 box-shadow:0px 1px 2px rgba(63, 69, 75, 0.2);
 border-radius:5px;
 background:#fff;
 box-sizing:border-box;
 padding:4px 12px;
}

.mg-trigger-guarantee img, .mg-trigger-guarantee i {
 padding:6px;
 width:70px;
 height:70px;
}

.mg-trigger-guarantee.vertleft {
 display:block;
 float:left;
 margin-right:10px;
 margin-bottom:10px;
}

.mg-trigger-guarantee.vertright {
 display:block;
 float:right;
 margin-left:10px;
 margin-bottom:10px;
}

.mg-trigger-guarantee.horiz .mg-trigger {
 display:inline-block;
 float:left;
 margin-right:10px;
 margin-bottom:10px;
}

.mg-trigger-guarantee.horiz .mg-trigger:last-child {
 float:none;
}

.mg-trigger-guarantee.horfloat .mg-trigger {
 display:inline-block;
 float:left;
 margin-right:10px;
 margin-bottom:10px;
}

.mg-trigger-guarantee .mg-trigger-column {
 display:block;
 width:49%;
}

.mg-trigger-guarantee .mg-trigger-column.one {
 float:left;
}
.mg-trigger .mg-trigger-text{
 padding:0 10px;
 line-height:normal;
}
.mg-trigger-guarantee .mg-trigger {
 margin-bottom:10px;
 position:relative;
}

.mg-trigger-guarantee.column {
 float:left;
}
.mg-trigger-guarantee{
 width:100%;
 text-align:center;
 }
.mg-trigger-guarantee.column .mg-trigger{
 margin-right:10px;
}

.section-trigger-guarantee ul{
 list-style:none;
 padding:0;
 margin:0;
}

.section-trigger-guarantee .link-result{
 display:inline-block;
 color:#92862e;
 border:1px solid #e1d260;
 background:#fff6ae;
 padding:10px;
 margin:0 0 15px 0;
}
.section-trigger-guarantee .mg-code{
 font-weight:bold;
}
.section-trigger-guarantee [name="title-trigger"]{
 width:350px;
}
.section-trigger-guarantee [name="form"]{
 width:90px;
}
.section-trigger-guarantee [name="place"]{
 width:120px;
}
.section-trigger-guarantee [name="unit"]{
 width:55px;
}
.section-trigger-guarantee [name="width"], .section-trigger-guarantee [name="height"], .section-trigger-guarantee [name="fontSize"]{
 width:162px;
 display:inline-block;
}
.section-trigger-guarantee [name="layout"]{
 width:271px;
}
.section-trigger-guarantee .main-settings-container {
 border:1px solid #e6e6e6 !important;
 margin-bottom:10px;
}
.section-trigger-guarantee .tabs-content {
 border:none !important;
 margin-bottom:10px;
}
.section-trigger-guarantee .template-tabs {
 margin:1rem 0 0 0 !important;
}
.section-trigger-guarantee .main-table tr, .section-trigger-guarantee .main-table th{
 text-align:center;
}
.section-trigger-guarantee .main-table .delete-row{
 margin-top:0 !important;
}
.section-trigger-guarantee .main-table tr td{
 border:1px solid #e6e6e6 !important;
 background:none !important;
}
.section-trigger-guarantee .trigger-item{
 background-color:rgb(255, 255, 255);
 width:31%;
 height:100px;
}
.section-trigger-guarantee .actions{
 width:100px;
}
.mg-admin-body .colpick_hex_field [type=text]{
 border:none !important;
}
.mg-admin-body .colpick_field_letter{
 width:16px;
}
.section-trigger-guarantee table .edit-row{
 margin-top:0 !important;
}



@media screen and (max-device-width:945px){
.mg-trigger-guarantee .mg-trigger {
 width:100% !important;
 display:block !important;
 margin:0 0 10px 0!important;
 float:none !important;
}
}
@media screen and (max-device-width:945px){
.mg-trigger-guarantee .mg-trigger-text p {
 font-size:18px !important;
}
}
@media screen and (max-device-width:945px){
.mg-trigger-guarantee.column .mg-trigger-column {
 width:100% !important;
 display:block !important;
 margin:0 0 10px 0!important;
 float:none !important;
}
}
@media screen and (max-device-width:945px){
.mg-trigger-guarantee{
 width:100% !important;
}} 
 
.m-p-slider-wrapper{height:300px; width:100px; border:1px solid #ddd;margin:15px 0 0 0;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:0 3px 5px #999;-webkit-box-shadow:0 3px 5px #999;-moz-box-shadow:0 3px 5px #999;position:relative;overflow:hidden;} 
.m-p-slider-wrapper .bx-wrapper .bx-next,.m-p-slider-wrapper .bx-wrapper .bx-prev{display:block;position:absolute;top:50%;margin:0 5px;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;text-indent:-999999px;width:44px;height:44px;background:url(../images/large-controls.png) 0 0 no-repeat;} 
.m-p-slider-wrapper .bx-wrapper .bx-next{z-index:50; background-position:-44px 0;right:10px;} 
.m-p-slider-wrapper .bx-wrapper .bx-prev{z-index:50; left:10px;} 
.m-p-slider-wrapper .bx-wrapper .bx-prev:hover{background-position:0 -44px;} 
.m-p-slider-wrapper .bx-wrapper .bx-next:hover{background-position:-44px -44px;} 
.m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a{display:block;margin:0 2px;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;text-indent:-999999px;width:10px;height:10px;background:#ddd;border:1px solid #999898;} 
.m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active{background:#CC0000;border:1px solid #F43D3D;} 
.m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager{text-align:center;margin-top:7px;position:relative;z-index:10;} 
.m-p-slider-wrapper .bx-wrapper .bx-pager .bx-pager-item{display:inline-block;} 
 
.miniature img{width:100px; height:60px;} 
 
.wrapper-slider-setting{width:100%} 
.base-settings{float:left; width:45%;} 
.base-settings h3{margin:0 0 10px 0;} 
.base-settings .base-setting-save{margin-bottom:0;} 
.base-settings .list-option li span, .section-slider-action .custom-text{display:inline-block;width:190px;} 
.base-settings .list-option li{margin:0 0 10px 0;} 
.base-settings .list-option li input, .base-settings .list-option li select{margin:0;} 
.slide-settings .entity-table-tbody tr td{border:1px solid #D3D3D3;text-align:center;} 
.slide-settings .entity-table-tbody tr td{padding:5px;vertical-align:middle;} 
.slide-settings .entity-table-tbody tr td.type{text-align:center;} 
.slide-settings{width:100%;} 
.slide-settings .slide-settings-table-wrapper .widget-table{margin:0 1px;} 
.slide-settings .add-new-button{margin:10px 10px 10px 0;} 
.slider-admin-preview{margin:20px 0 0 0;} 
.slider-admin-preview h2{font-size:16px;} 
.slider-admin-preview .reload-slider{margin:10px 0 5px 0;} 
 
.block-for-form .type-img{display:block;margin:10px 0 0 0;} 
.block-for-form .type-img li{margin:5px 0;} 
.block-for-form .type-img li span{display:inline-block;width:80px;} 
.block-for-form .type-html .custom-form-wrapper{margin:10px 0 0 0;} 
.block-for-form .type-html .custom-form-wrapper li{margin:5px 0;} 
.block-for-form .type-html .custom-form-wrapper > li > span{display:inline-block;margin:0 0 5px 0;font-weight:bold;} 
.nameaction{text-align:center;} 
.m-p-slider-wrapper h2{text-size:16px; text-align:center; padding:15px;} 
 
.entity-table-tbody .type {max-width:100px; text-align:center;} 
.entity-table-tbody .type img {max-width:100%; height:60px;} 
 
.section-slider-action input[type="checkbox"]{margin:0;} 
.section-slider-action .wrapper-slider-setting .widget-table-action{background:#fff;} 
.slide-editor .text-list{list-style:none;margin:0;padding:0;} 
.slide-editor .text-list li .custom-text{min-width:95px;width:95px;} 
.slide-editor .text-list li{margin:0 0 10px 0;} 
.slide-editor .text-list li input[type="text"]{margin:0;} 
 
.m-p-slider-wrapper div { 
 line-height:normal; 
} 
 
.mg-admin-html .section-site-block-editor .main-table td, 
.mg-admin-html .section-site-block-editor .main-table th { 
 border:0!important; 
 border-bottom:1px solid #e6e6e6!important; 
} 
.mg-admin-html .section-site-block-editor .main-table td.type { 
 padding:0; 
} 
.mg-admin-html .slide-editor input { 
 display:inline-block; 
} 
.mg-admin-html .slide-editor .browseImage { 
 margin-left:7px; 
} 
 
.m-p-slider-wrapper{height:300px; width:100px; border:1px solid #ddd;margin:15px 0 0 0;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:0 3px 5px #999;-webkit-box-shadow:0 3px 5px #999;-moz-box-shadow:0 3px 5px #999;position:relative;overflow:hidden;} 
.m-p-slider-wrapper .bx-wrapper .bx-next,.m-p-slider-wrapper .bx-wrapper .bx-prev{display:block;position:absolute;top:50%;margin:0 5px;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;text-indent:-999999px;width:44px;height:44px;background:url(../images/large-controls.png) 0 0 no-repeat;} 
.m-p-slider-wrapper .bx-wrapper .bx-next{z-index:50; background-position:-44px 0;right:10px;} 
.m-p-slider-wrapper .bx-wrapper .bx-prev{z-index:50; left:10px;} 
.m-p-slider-wrapper .bx-wrapper .bx-prev:hover{background-position:0 -44px;} 
.m-p-slider-wrapper .bx-wrapper .bx-next:hover{background-position:-44px -44px;} 
.m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a{display:block;margin:0 2px;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;text-indent:-999999px;width:10px;height:10px;background:#ddd;border:1px solid #999898;} 
.m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active{background:#CC0000;border:1px solid #F43D3D;} 
.m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager{text-align:center;margin-top:7px;position:relative;z-index:10;} 
.m-p-slider-wrapper .bx-wrapper .bx-pager .bx-pager-item{display:inline-block;} 
 
.miniature img{width:100px; height:60px;} 
 
.wrapper-slider-setting{width:100%; overflow:hidden;} 
.base-settings h3{margin:0 0 10px 0;} 
.base-settings .base-setting-save{margin:-40px 10px 10px 10px;} 
.base-settings .list-option li span, .section-mg-slider-action-v2 .custom-text{display:inline-block;width:190px;} 
.base-settings .list-option li{margin:0 0 10px 0;} 
.base-settings .list-option li input, .base-settings .list-option li select{margin:0;} 
.slide-settings .entity-table-tbody tr td{text-align:center;} 
.slide-settings-table-wrapper thead tr th{text-align:center;} 
.slide-settings .entity-table-tbody tr td{padding:5px;vertical-align:middle;} 
.slide-settings .entity-table-tbody tr td.type{text-align:center;} 
.widget-table-body .wrapper-slider-setting .slide-settings{padding:0px;height:363px;} 
.widget-table-body .wrapper-slider-setting .slide-settings .slide-settings-table-wrapper{ height:311px; overflow-x:hidden; overflow-y:auto;} 
.widget-table-body .wrapper-slider-setting .slide-settings .slide-settings-table-wrapper .widget-table{margin:0 1px;} 
.slide-settings .add-new-button{float:right; margin:10px 10px 10px 0;} 
.slider-admin-preview{margin:20px 0 0 0;padding:10px;} 
.slider-admin-preview h2{font-size:16px;} 
.slider-admin-preview .reload-slider{margin:10px 0 5px 0;} 
 
.block-for-form .type-img{display:block;margin:10px 0 0 0;} 
.block-for-form .type-img li{margin:5px 0;} 
.block-for-form .type-img li span{display:inline-block;width:50px;} 
.block-for-form .type-html .custom-form-wrapper{margin:10px 0 0 0;} 
.block-for-form .type-html .custom-form-wrapper li{margin:5px 0;} 
.block-for-form .type-html .custom-form-wrapper > li > span{display:inline-block;margin:0 0 5px 0;font-weight:bold;} 
.nameaction{text-align:center;} 
.m-p-slider-wrapper h2{text-size:16px; text-align:center; padding:15px;} 
 
.entity-table-tbody .type {max-width:100px; text-align:center;} 
.entity-table-tbody .type img {max-width:100%; height:60px;} 
 
.section-mg-slider-action-v2 input[type="checkbox"]{margin:0;} 
.section-mg-slider-action-v2 .wrapper-slider-setting .widget-table-action{background:#fff;} 
.slide-editor .text-list{list-style:none;margin:0;padding:0;} 
.slide-editor .text-list li .custom-text{min-width:95px;width:95px;} 
.slide-editor .text-list li{margin:0 0 10px 0;} 
.slide-editor .text-list li input[type="text"]{margin:0;} 
.bx-controls .bx-has-pager .bx-has-controls-direction{ margin-top:-63px; } 
.bx-pager .bx-default-pager{margin-top:-63px;} 
.inscription-example-shortcode{float:right; width:50%;} 
.example-shortcode{background:#F6F680; padding:6px 10px 6px 5px;} 
.delete-button{float:right; margin-top:10px!important;} 
.admin-wrapper .tabs-list li { float:none; display:inline-block;} 
 
.slide-settings-table-wrapper td{ 
 text-align:center; 
 vertical-align:middle; 
} 
.base-settings [type='text'], .base-settings select{ 
 display:inline-block; 
 width:initial !important; 
} 
.base-settings h3{ 
 margin:10px; 
} 
.slide-settings, .slider-admin-preview{ 
 border:1px solid #e6e6e6; 
} 
.custom-form-wrapper{ 
 list-style:none; 
 padding:10px; 
 margin:0; 
 border:1px solid #e6e6e6; 
} 
.tabs-list li{ 
 vertical-align:top !important; 
} 
.tabs-list li:nth-child(1){ 
 padding:0 10px 0 10px !important; 
 margin-left:5px; 
} 
.section-slider-action .additionalImageContainer .additionalImageWidth{ 
 display:inline-block; 
 width:15%; 
} 
.section-slider-action .additionalImageContainer .additionalImageSrc{ 
 display:inline-block; 
 width:80%; 
 margin-left:5%; 
} 
.section-slider-action .additionalImageContainer .browseImage{ 
 margin-left:20%; 
} 
.section-slider-action #add-plug-modal .fa-question-circle{ 
 vertical-align:middle; 
 margin-bottom:11px; 
} 
 
.mg-plugin-product-slider-container{position:relative;padding:0 20px;} 
.mg-plugin-product-slider-container .mg-plugin-slider{display:inline-block;} 
.mg-plugin-product-slider-container .mg-plugin-slider .slider-product{float:left;border-radius:5px;padding:10px;width:190px;margin:0 10px;} 
.mg-plugin-product-slider-container .mg-plugin-slider .slider-product .product-image{height:180px;width:200px;text-align:center;overflow:hidden;position:relative;} 
.mg-plugin-product-slider-container .mg-plugin-slider .slider-product .title{font-weight:normal;margin:5px 0;} 
.mg-plugin-product-slider-container .mg-plugin-slider .slider-product .title a{font-size:14px;color:#000;font-family:Tahoma, Verdana, sans-serif;text-decoration:none;word-wrap:break-word;} 
.mg-plugin-product-slider-container .mg-plugin-slider .slider-product .title a:hover{text-decoration:underline;} 
.mg-plugin-product-slider-container .mg-plugin-slider .slider-product .addToCart{float:right;color:#444;} 
.mg-plugin-product-slider-container .mg-plugin-slider .slider-product .price{color:#CC0000;} 
.mg-plugin-product-slider-container .next, .mg-plugin-product-slider-container .prev{display:block;width:23px;height:41px;background:url(../images/arrows-slider-product.png) 0 0 no-repeat;position:absolute;top:100px;} 
.mg-plugin-product-slider-container .next{background-position:-23px 0;} 
.mg-plugin-product-slider-container .prev{left:0;} 
.mg-plugin-product-slider-container .next{right:0;} 
.mg-plugin-product-slider-container .next{right:-2px;} 
.mg-plugin-product-slider-container .prev{left:-2px;} 
 
.base-settings .list-option li span, .section-postcalc .custom-text{display:inline-block;width:366px;} 
.base-settings .list-option li{margin:0 0 10px 0;} 
.base-settings .list-option li input, .base-settings .list-option li select{margin:0;} 
 
#postcalcInput{ 
 margin-top:2px; 
} 
#indexTo{ 
 text-align:center; 
 padding:0; 
 width:165px; 
} 
#postcalcSend{ 
 margin-top:2px; 
} 
#postcalcShow{ 
 width:800px; 
 border:1px solid #E8E8E8; 
 padding:10px; 
 box-shadow:none; 
 background:#fff; 
 position:fixed; 
 top:25px; 
 left:0; 
 right:0; 
 margin:0 auto; 
 z-index:99999; 
 overflow:auto !important; 
} 
#postcalcScreenBlock{ 
 position:fixed; 
 z-index:120; 
 left:0; 
 right:0; 
 top:0; 
 bottom:0; 
 background:rgba(0,0,0,0.6); 
 z-index:9999; 
} 
#postcalcHeaderDiv{ 
 text-align:center; 
} 
#postcalcHeader{ 
 
 font-size:20px; 
} 
.postcalcResultId{ 
 cursor:pointer; 
} 
#postcalcResult{ 
 max-height:calc(100vh - 55px); 
} 
#postcalcIndexError{ 
 margin:0; 
 color:red !important; 
} 
.postcalcInputError{ 
 border:1px solid #F18585 !important; 
 background:#FFDBDD !important; 
 box-shadow:none !important; 
} 
.postcalcButtonLeft{ 
 display:none; 
} 
.section-postcalc .base-settings{ 
 padding:12px 10px 13px 10px; 
 border:none; 
} 
.section-postcalc [type="text"]{ 
 width:185px; 
 display:inline-block; 
} 
.section-postcalc .list-option{ 
 padding-left:0; 
} 
.mg-admin-body .add-delivery-info #postcalcSend{ 
 margin-bottom:10px; 
} 
.mg-admin-body .add-delivery-info #indexTo{ 
 width:100%; 
} 
 
 
#postcalcShow table { 
 margin-top:5px; 
 width:100%; 
 font-size:14px; 
 text-align:center; 
 border:1px solid #EEEEEE; 
} 
#postcalcShow th { 
 border:1px solid #EEEEEE; 
 background-color:#CCCDDA; 
} 
#postcalcShow td { 
 border:1px solid #EEEEEE; 
} 
#postcalcClose{ 
 float:right; 
 cursor:pointer; 
 color:black; 
 font-size:35px; 
 font-weight:bold; 
 display:inline-block; 
 line-height:0px; 
 padding:6px 3px; 
} 
#postcalcClose:before { 
 content:"×"; 
} 
 
 
 
@media (max-width:820px) { 
 #postcalcShow { 
 width:100%; 
 } 
} 
@media (max-width:550px) { 
 #postcalcShow { 
 padding:2px; 
 top:5px; 
 } 
 #postcalcResult{ 
 max-height:calc(100vh - 15px); 
 } 
 .postcalcButtonLeft{ 
 display:table-cell; 
 } 
 .postcalcButtonRight{ 
 display:none; 
 } 
} 
@charset 'UTF-8';
*{
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
 margin:0;
 padding:0;
 outline:none;
}

html{
 overflow-x:hidden;

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


.callout.callout-info {
 border-color:#4b6cb7;
}
.callout {
 border-radius:3px;
 margin:0 0 20px 0;
 padding:15px 30px 15px 15px;
 border-left:5px solid #eee;
}
* {
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box;
}
.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
 background-color:#5e8be4 !important;
 color:#FFF;
}

.tooltip
{
 position:relative;

 cursor:help;
 display:inline-block;
 text-decoration:none;
 color:#222;
 outline:none;
}

.tooltip span
{
 visibility:hidden;
 position:absolute; 
 font-size:14px;
 bottom:30px;
 left:50%;
 z-index:999;
 width:280px;
 margin-left:-127px;
 padding:5px;
 border:2px solid #ccc;
 opacity:.9;
 background-color:#ddd; 
 background-image:-webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
 background-image:-moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
 background-image:-ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
 background-image:-o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
 background-image:linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0)); 
 -moz-border-radius:4px;
 border-radius:4px; 
 -moz-box-shadow:0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
 -webkit-box-shadow:0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
 box-shadow:0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset; 
 text-shadow:0 1px 0 rgba(255,255,255,.4); 
}

.tooltip:hover
{
 border:0; 
}

.tooltip:hover span
{
 visibility:visible;
}

.tooltip span:before,
.tooltip span:after
{
 content:"";
 position:absolute;
 z-index:1000;
 bottom:-7px;
 left:50%;
 margin-left:-8px; 
 border-top:8px solid #ddd;
 border-left:8px solid transparent;
 border-right:8px solid transparent; 
 border-bottom:0; 
}

.tooltip span:before
{
 border-top-color:#ccc;
 bottom:-8px;
}



.yellow-tooltip span
{

 border-color:#e1ca82;
 background-color:#ffeaa6; 
}

.yellow-tooltip span:after
{ 
 border-top-color:#ffeaa6;
}

.yellow-tooltip span:before
{
 border-top-color:#e1ca82;
}



.navy-tooltip span
{
 color:#fff;
 text-shadow:0 1px 0 #000; 
 border-color:#161a1f;
 background-color:#1e2227;
}

.navy-tooltip span:after
{ 
 border-top-color:#1e2227;
}

.navy-tooltip span:before
{
 border-top-color:#161a1f;
}



.blue-tooltip span 
{
 border-color:#59add4;
 background-color:#61bde7;
}

.blue-tooltip span:after
{ 
 border-top-color:#61bde7;
}

.blue-tooltip span:before
{
 border-top-color:#59add4;
}



.pink-tooltip span 
{
 border-color:#ce4378;
 background-color:#ea4c88;
}

.pink-tooltip span:after
{ 
 border-top-color:#ea4c88;
}

.pink-tooltip span:before
{
 border-top-color:#ce4378;
}





.podskazka{
 display:inline;
 position:relative;

}
.podskazka:hover:after{
 width:2000;
 background:#030303;
 background:#5e8be4;
 border-radius:5px;
 bottom:26px;
 color:#fff;
 content:attr(title);
 left:20%;
 padding:5px 15px;
 position:absolute;
 z-index:98;
 width:auto;
}
.podskazka:hover:before{ 
 border:solid;
 border-color:#5e8be4 transparent;
 border-width:6px 6px 0 6px;
 bottom:20px;
 content:"";
 left:50%;
 position:absolute;
 z-index:99;
}
a{
 text-decoration:none;
 color:inherit;

 -webkit-tap-highlight-color:transparent;
}
a:hover{
 text-decoration:none;
}
@media (min-width:1025px){
 a[href^='tel']{
 pointer-events:none;
 }
}
li{
 list-style:none;
}
p{
 line-height:1.4;
}
p + p{
 margin-top:10px;
}
img{
 max-width:100%;
 max-height:100%;
 vertical-align:bottom;
 border:none;
}
svg:not(:root){
 display:-webkit-inline-box;
 display:-webkit-inline-flex;
 display:-ms-inline-flexbox;
 display:inline-flex;
 overflow:hidden;
 max-width:100%;
 max-height:100%;
 pointer-events:none;
}
[class*='icon--']{
 width:1em;
 height:1em;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;

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

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

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

 -webkit-tap-highlight-color:transparent;
}
::-moz-focus-inner{
 padding:0;
 border:0;
}
.readonly,[readonly]{
 pointer-events:none;
}
.disabled,[disabled]{
 pointer-events:none;
 opacity:.5;
}
::-webkit-search-decoration,::-webkit-search-cancel-button,::-webkit-search-results-button,::-webkit-search-results-decoration{
 display:none;
}

*{
 font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.l-body{
 font-size:14px;
 line-height:1.4;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 flex-direction:column;
 color:#000;
 background:#fff;

 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -webkit-flex-direction:column;
 -ms-flex-direction:column;
}
@media (max-width:767px){
 .l-body{
 font-size:13px;
 line-height:1.2;
 }
}
@media (min-width:1025px){
 .admin-on-site{
 padding-top:30px !important;
 }
}
@media (max-width:1024px){
 .admin-top-menu ul.exit-list li:not(:last-of-type) {
 display:none;
 }
 .admin-list > li > a {
 padding:6px 0 7px 0px;
 }
 .exit-list li {
 margin:0;
 }
 .admin-on-site{
 padding:0 !important;
 }
 .l-header__bottom{
 z-index:101;
 }
}

.l-header{
 background:#fff;
position:sticky;
 top:0;
z-index:9998;
 -webkit-box-flex:0;
 -webkit-flex:none;
 -ms-flex:none;
 flex:none;
}
.l-header__block{
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;

 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
}
.l-header__top{
 z-index:9998;
 background:#4b6cb7;
 color:white;
 -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .16);
 box-shadow:0 1px 2px rgba(0, 0, 0, .16);
}
.l-header__top .l-header__block{
 height:36px;
}
@media (min-width:1025px){
 .l-header__top .l-container{
 padding:0 4px;
 }
}
.l-header__middle{
 padding:26px 0;

}
@media (max-width:767px){
 .l-header__middle{
 padding:16px 0;
 }
}
.l-header__middle .l-header__block{
 margin-right:30px;
}
.l-header__middle .l-header__block:last-child{
 margin-right:0;
}
@media (max-width:1024px){
 .l-header__middle .l-header__block{
 margin-right:16px;
 }
}
.l-header__bottom{
 position:relative;
 background:-webkit-linear-gradient(left, #4b6cb7, #5e8be4);
 background:-webkit-gradient(linear, left top, right top, from(#4b6cb7), to(#5e8be4));
 background:-o-linear-gradient(left, #4b6cb7, #5e8be4);
 background:linear-gradient(to right, #4b6cb7, #5e8be4);
}
.l-header__bottom .l-header__block{
 height:80px;

}
@media (max-width:767px){
 .l-header__bottom .l-header__block{
 height:50px;
 }
}

.l-main{
 padding-top:0;
 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%;
}

.l-footer{
 position:relative;
 padding:16px 0;
 background:#fff;

 -webkit-box-flex:0;
 -webkit-flex:none;
 -ms-flex:none;
 flex:none;
}
.l-footer:before{
 position:absolute;
 top:0;
 right:0;
 left:0;
 height:6px;
 content:'';
 background:-webkit-linear-gradient(left, #4b6cb7, #5e8be4);
 background:-webkit-gradient(linear, left top, right top, from(#4b6cb7), to(#5e8be4));
 background:-o-linear-gradient(left, #4b6cb7, #5e8be4);
 background:linear-gradient(to right, #4b6cb7, #5e8be4);
}

.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-form{
 width:100%;
}
.c-form__row{
 margin-top:10px;
}
.c-form__row:first-of-type{
 margin-top:0;
}
.c-form__row--line{
 margin-top:20px;
 padding-top:10px;
 border-top:1px solid #dadada;
}
.c-form label{
 line-height:1.2;
 position:relative;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;

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

 height:30px;
 padding:0 10px;
 }
}
.c-form select:focus,.c-form textarea:focus,.c-form [type='url']:focus,.c-form [type='text']:focus,.c-form [type='email']:focus,.c-form [type='search']:focus,.c-form [type='password']:focus, #treelike-comments form div.textarea-wrapper.clearfix textarea:focus,#treelike-comments > form > div:nth-child(8) > input[type="text"]:focus{

 border-color:#f39c12;
 -webkit-box-shadow:inset 0 0 0 1px #f39c12;
 box-shadow:inset 0 0 0 1px #f39c12;
}
.c-form textarea{
 line-height:1.4;
 min-height:120px;
 padding:10px;
}
.c-form ::-moz-placeholder{
 color:#999;
}
.c-form :-ms-input-placeholder{
 color:#999;
}
.c-form ::-webkit-input-placeholder{
 color:#999;
}
.c-form--width{
 max-width:300px;
}
@media (max-width:767px){
 .c-form--width{
 max-width:none;
 }
}

.c-button{
 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;
 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-radius:30px;
 background:-webkit-linear-gradient(left, #4b6cb7, #5e8be4);
 background:-webkit-gradient(linear, left top, right top, from(#4b6cb7), to(#5e8be4));
 background:-o-linear-gradient(left, #4b6cb7, #5e8be4);
 background:linear-gradient(to right, #4b6cb7, #5e8be4);

 -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:14px;
 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:#557cce;
 -webkit-box-shadow:none;
 box-shadow:none;
}
.addToCart,
.filter-btn,
.default-btn,
.product-info,
.refreshFiltere,
.c-buy__buttons > a,
.mg-form-designer .default-btn,
#treelike-comments form button.sendComment,
.mg-send-booking-click-button.mg-booking-btn,
a.mg-buy-click-button.mg-plugin-btn,
.wrapper-modal-mg-buy-click .mg-action-buttons .mg-send-order-click-button { 
 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;
 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-radius:30px;
 background:-webkit-linear-gradient(left, #4b6cb7, #5e8be4);
 background:-webkit-gradient(linear, left top, right top, from(#4b6cb7), to(#5e8be4));
 background:-o-linear-gradient(left, #4b6cb7, #5e8be4);
 background:linear-gradient(to right, #4b6cb7, #5e8be4);

 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
}
@media (max-width:767px){
 .addToCart,.filter-btn,.default-btn,.product-info,.refreshFiltere,.c-buy__buttons > a, .mg-form-designer .default-btn,#treelike-comments form button.sendComment,.mg-send-booking-click-button.mg-booking-btn,a.mg-buy-click-button.mg-plugin-btn{
 font-size:14px;
 width:100%;
 height:30px;
 padding:0 16px;
 }
}
@media (min-width:1025px){
 .addToCart:active,.filter-btn:active,.default-btn:active,.product-info:active,.refreshFiltere:active,.c-buy__buttons > a:active,.mg-form-designer .default-btn:active{
 -webkit-transform:translateY(3px);
 -ms-transform:translateY(3px);
 transform:translateY(3px);
 }
 .addToCart:hover,.filter-btn:hover,.default-btn:hover,.product-info:hover,.refreshFiltere:hover,.c-buy__buttons > a:hover,.mg-form-designer .default-btn:hover,#treelike-comments form button.sendComment:hover,.mg-send-booking-click-button.mg-booking-btn:hover,a.mg-buy-click-button.mg-plugin-btn:hover{
 -webkit-box-shadow:inset 0 4px 14px rgba(0, 0, 0, .36);
 box-shadow:inset 0 4px 14px rgba(0, 0, 0, .36);
 }
}
.c-form__row .c-button{
 margin-top:10px;
}
.c-catalog .c-button{
 font-size:22px;
 font-weight:600;
 width:100%;
 padding:0 20px;
 color:#557cce;
 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-catalog .c-button{
 font-size:16px;
 height:34px;
 padding:0 10px;
 }
}
.c-catalog .c-button .icon{
 font-size:18px;
 margin-right:0;
 margin-left:10px;
 -webkit-transition:-webkit-transform .3s;
 transition:-webkit-transform .3s;
 -o-transition:transform .3s;
 transition:transform .3s;
 transition:transform .3s, -webkit-transform .3s;
}
@media (max-width:767px){
 .c-catalog .c-button .icon{
 font-size:12px;
 margin-top:2px;
 margin-left:6px;
 }
}
@media (min-width:1025px){
 .c-catalog .c-button.active{
 -webkit-box-shadow:inset 0 4px 14px rgba(0, 0, 0, .36);
 box-shadow:inset 0 4px 14px rgba(0, 0, 0, .36);
 }
 .c-catalog .c-button.active .icon{
 -webkit-transform:rotate(180deg);
 -ms-transform:rotate(180deg);
 transform:rotate(180deg);
 }
}
@media (min-width:1025px){
 .c-catalog .c-button:hover{
 -webkit-box-shadow:inset 0 4px 14px rgba(0, 0, 0, .36);
 box-shadow:inset 0 4px 14px rgba(0, 0, 0, .36);
 }
}
.c-catalog .c-button:active{
 -webkit-transform:translateY(0);
 -ms-transform:translateY(0);
 transform:translateY(0);
}
.c-menu .c-button{
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 height:28px;
}
@media (max-width:767px){
 .c-menu .c-button{
 font-size:14px;
 padding:0 16px;
 }
}
@media (min-width:1025px){
 .c-menu .c-button{
 display:none;
 }
}
a.addToCompare, #for-button-all-load > #load-all-comments{
 -webkit-transition:border-color .3s;
 -o-transition:border-color .3s;
 transition:border-color .3s;
 color:#000;
 border:2px solid #dadada;
 background:#fff;
}
@media (max-width:767px){
 a.addToCompare{
 display:none;
 }
}
a.addToCompare:hover, #for-button-all-load > #load-all-comments:hover{
 border-color:#557cce;
 -webkit-box-shadow:none;
 box-shadow:none;
}
.payment-form-block [type='submit']{
 font-size:16px;
 display:-webkit-inline-box;
 display:-webkit-inline-flex;
 display:-ms-inline-flexbox;
 display:inline-flex;
 height:40px;
 margin-bottom:16px;
 padding:0 36px;
 padding:0 36px !important;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
 -webkit-transition:color .3s, background .3s, box-shadow .3s;
 -webkit-transition:color .3s, background .3s, -webkit-box-shadow .3s;
 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-radius:30px;
 background:-webkit-linear-gradient(left, #4b6cb7, #5e8be4);
 background:-webkit-gradient(linear, left top, right top, from(#4b6cb7), to(#5e8be4));
 background:-o-linear-gradient(left, #4b6cb7, #5e8be4);
 background:linear-gradient(to right, #4b6cb7, #5e8be4);

 -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:14px;
 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 caption,.c-table th,.c-table td{
 padding:10px;
 border:1px solid #dadada;
}
.c-table th{
 text-transform:uppercase;
}
@media (max-width:767px){
 .c-table tr{
 display:block;
 margin-top:16px;
 border:1px solid #dadada;
 border-bottom:2px solid #dadada;
 }
 .c-table tr:first-of-type{
 margin-top:0;
 }
 .c-table th{
 display:none;
 }
 .c-table td{
 line-height:1.4;
 display:block;
 width:100%;
 margin-bottom:-1px;
 text-align:center;
 }
}
.c-table--overflow{
 overflow:auto;
}
.c-table--hover td{
 -webkit-transition:background-color .1s linear;
 -o-transition:background-color .1s linear;
 transition:background-color .1s linear;
}
.c-table--hover tr:hover td{
 background-color:#fdfde2;
}
.c-table--striped tr:nth-of-type(even){
 background:#f3f3f3;
}
.c-table__img,.c-table__count,.c-table__price,.c-table__remove{
 text-align:center;
}
.c-table__remove a:hover{
 color:#cd4449;
}
.c-table__link{
 font-weight:600;
}
.c-table__link:hover{
 text-decoration:underline;
}
.c-table__quantity{
 font-size:12px;
 font-weight:600;
 color:#666;
}
.c-table__price{
 font-weight:600;
}
.c-table__footer{
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 flex-direction:column;
 margin-top:16px;

 -webkit-box-align:end;
 -webkit-align-items:flex-end;
 -ms-flex-align:end;
 align-items:flex-end;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -webkit-flex-direction:column;
 -ms-flex-direction:column;
}
@media (max-width:767px){
 .c-table__footer{
 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 }
}
.c-table__total{
 font-size:18px;
 font-weight:600;
 margin-bottom:12px;
 text-align:right;
}
.c-table--scroll{
 overflow:auto;
 max-height:300px;
}
.c-modal .c-table{
 margin-top:16px;
}

.c-modal{
 position:fixed;
 z-index:999;
 top:0;
 right:0;
 bottom:0;
 left:0;
 display:none;
 overflow:auto;
 background:rgba(0, 0, 0, .7);
}
.c-modal--open{
 display:block;
}
.c-modal__wrap{
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 min-height:100%;
 margin:auto;

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

 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
}
@media (min-width:768px){
 .c-modal__close{
 position:absolute;
 }
}
.c-modal__close:hover{
 font-size:16px;
}
@media (min-width:768px){
 .c-modal--400 .c-modal__content{
 width:400px;
 }
 .c-modal--500 .c-modal__content{
 width:500px;
 }
 .c-modal--600 .c-modal__content{
 width:600px;
 }
 .c-modal--700 .c-modal__content{
 width:700px;
 }
 .c-modal--full .c-modal__wrap{
 padding:0;
 }
 .c-modal--full .c-modal__content{
 width:100%;
 min-height:100vh;
 }
}
.c-modal--scroll{
 overflow:hidden;
 padding-right:10px;
}
@supports (-ms-ime-align:auto){
 .c-modal--scroll{
 padding-right:12px;
 }
}

.c-group{
 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:13px;
 font-weight:600;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 padding:0 12px;
 -webkit-transition:box-shadow .3s;
 -webkit-transition:-webkit-box-shadow .3s;
 transition:-webkit-box-shadow .3s;
 -o-transition: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{
 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{
z-index:9998; 

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{
 color:#000000;
 z-index:9998;
 border-bottom:1px solid #dadada;
 }
 .c-menu__link{
 font-size:13px;
 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;
 transition:-webkit-box-shadow .3s;
 -o-transition: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-catalog{
 z-index:100;
 width:100%;
}
@media (min-width:1025px){
 .c-catalog{
 position:relative;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 height:100%;

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

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

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

 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 }
 .c-catalog__icon{
 font-size:10px;
 position:absolute;
 top:0;
 right:0;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 width:26px;
 height:100%;
 color:#557cce;

 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
 }
 .c-catalog__day{
 z-index:-1;
 }
 .c-catalog__day--content{
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 margin:auto;

 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
 }
}
@media (min-width:1025px) and (max-width:1024px){
 .c-catalog__day{
 display:none !important;
 }
}

.c-logo{
 display:block;
 width:100%;
 height:100%;
}
@media (max-width:767px){
 .c-logo{
 max-width:180px;
 margin:0 auto;
 }
}

.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:#557cce;

 -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{
 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:14px;
 }
}
@media (max-width:767px){
 .c-contact{
 font-size:13px;
 }
}
.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;
 margin:auto;
 max-height:none;
 color:#557cce;
}
@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:14px;
 font-weight:400;
 color:#666;
}
@media (max-width:767px){
 .c-contact__span{
 font-size:13px;
 }
}

.c-cart{
 position:relative;
}
.c-cart__small{
 position:relative;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 flex-direction:column;
 text-align:center;

 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -webkit-flex-direction:column;
 -ms-flex-direction:column;
}
.c-cart__small--icon{
 font-size:28px;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 color:#557cce;

 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
}
@media (max-width:1024px){
 .c-cart__small--icon{
 font-size:24px;
 }
}
@media (max-width:767px){
 .c-cart__small--icon{
 font-size:22px;
 }
}
.c-cart__small--text{
 font-size:12px;
 margin-top:4px;
 color:#666;
}
@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{
 position:absolute;
 z-index:9999;
 top:100%;
 right:0;
 visibility:hidden;
 width:700px;
 padding:20px;
 -webkit-transition:all .3s;
 -o-transition:all .3s;
 transition:all .3s;
 -webkit-transform:scaleY(0);
 -ms-transform:scaleY(0);
 transform:scaleY(0);
 -webkit-transform-origin:top left;
 -ms-transform-origin:top left;
 transform-origin:top left;
 opacity:0;
 border-radius:10px;
 background:#fff;
 -webkit-box-shadow:0 4px 10px rgba(0, 0, 0, .3);
 box-shadow:0 4px 10px rgba(0, 0, 0, .3);
}
@media (max-width:1024px){
 .c-cart__dropdown{
 display:none;
 }
}
.c-cart:hover .c-cart__dropdown{
 visibility:visible;
 -webkit-transform:scaleY(1);
 -ms-transform:scaleY(1);
 transform:scaleY(1);
 opacity:1;
}

.c-search{
 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;
 transition:-webkit-box-shadow .3s;
 -o-transition: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:13px;
 }
}
.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:#557cce;
 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{
 display:none;

 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
}
@media (max-width:767px){
 .c-amount{
 margin:10px 0;
 }
}
.c-amount__up,.c-amount__down{
 font-size:14px;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 width:24px;
 height:40px;
 color:#999;
 background:#dadada;

 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
}
@media (max-width:767px){
 .c-amount__up,.c-amount__down{
 height:30px;
 }
}
.c-amount__up:hover,.c-amount__down:hover{
 background:#cdcdcd;
}
.c-amount__up{
 -webkit-box-ordinal-group:3;
 -webkit-order:3;
 -ms-flex-order:3;
 order:3;
}
a.c-amount__down.down {
 order:1;
}
.c-amount [type='text']{
 width:50px;
 text-align:center;
 -webkit-order:2;
 -ms-flex-order:2;
 order:2;
}
.c-table .c-amount,.c-product .c-amount{
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
}
.c-buy .c-amount{
 margin-right:10px;
 border:1px solid #dadada;
}

.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;
}

@media (min-width:1025px){
 .c-nav{
 height:100%;
 }
 .c-nav__menu{
 height:100%;
 }
}
@media (max-width:1024px){
 .c-nav{
 position:fixed;
 z-index:999;
 top:0;
 right:0;
 bottom:0;
 left:0;
 visibility:hidden;
 -webkit-transition:all .15s ease-in-out;
 -o-transition:all .15s ease-in-out;
 transition:all .15s ease-in-out;
 opacity:0;
 background:rgba(0, 0, 0, .5);
 }
 .c-nav__menu{
 position:absolute;
 top:0;
 left:-100%;
 overflow:auto;
 width:260px;
 height:100%;
 -webkit-transition:all .3s ease-in-out;
 -o-transition:all .3s ease-in-out;
 transition:all .3s ease-in-out;
 background:#557cce;
 }
 .c-nav--open{
 visibility:visible;
 opacity:1;
 }
 .c-nav--open .c-nav__menu{
 left:0;
 }
 .c-nav__dropdown--1{
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 flex-direction:column;

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

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

 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 }
 .c-nav__link--1{
 font-weight:600;
 margin-bottom:-1px;
 border-bottom:1px solid #dadada;
 }
 .c-nav__link--2{
 height:36px;
 padding-left:36px;
 }
 .c-nav__link--3{
 font-size:12px;
 height:26px;
 padding-left:50px;
 }
 .c-nav__link.active{
 text-decoration:underline;
 }
 .c-nav__text{
 line-height:1.2;

 -webkit-box-flex:1;
 -webkit-flex-grow:1;
 -ms-flex-positive:1;
 flex-grow:1;
 }
 .c-nav__img{
 position:relative;
 min-width:20px;
 max-width:20px;
 height:100%;
 margin-right:6px;
 }
 .c-nav__img img{
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 margin:auto;
 }
 .c-nav__count{
 display:none;
 }
 .c-nav__icon{
 font-size:10px;
 position:absolute;
 top:0;
 right:0;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 width:26px;
 height:100%;
 color:#557cce;

 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
 }
 .c-nav__icon .icon{
 -webkit-transition:-webkit-transform .3s;
 transition:-webkit-transform .3s;
 -o-transition:transform .3s;
 transition:transform .3s;
 transition:transform .3s, -webkit-transform .3s;
 }
 .c-nav__icon.rotate .icon{
 -webkit-transform:rotate(90deg) translateZ(0);
 transform:rotate(90deg) translateZ(0);
 }
}
@media (max-width:1024px){
 .c-menu__link--1 .icon{
 -webkit-transform:rotate(-90deg);
 -ms-transform:rotate(-90deg);
 transform:rotate(-90deg);
 }
 .c-menu__link--1 .c-menu__icon.rotate .icon{
 -webkit-transform:rotate(0deg) translateZ(0);
 transform:rotate(0deg) translateZ(0);
 }
 .c-catalog__day{
 display:none;
 }
}

.c-copyright{
 font-size:13px;
 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{
 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{
 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;
 transition:border-color .3s, -webkit-box-shadow .3s;
 -o-transition:box-shadow .3s, border-color .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);
}
.c-goods__left{
 padding:10px;
 -webkit-box-shadow:0 4px 16px rgba(0, 0, 0, .1);
 box-shadow:0 4px 16px rgba(0, 0, 0, .1);
}
.c-goods__right{
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 flex-direction:column;
 padding:10px;
 padding-bottom:16px;

 -webkit-box-flex:1;
 -webkit-flex-grow:1;
 -ms-flex-positive:1;
 flex-grow:1;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -webkit-flex-direction:column;
 -ms-flex-direction:column;
}
.c-goods__right > *{
 margin-top:16px;
}
@media (max-width:767px){
 .c-goods__right > *{
 margin-top:10px;
 }
 .c-goods__right > *:first-child{
 margin-top:0;
 }
}
.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:12px;
 }
}
.c-goods__title:hover{
 text-decoration:underline;
}
.c-goods__price{
 font-weight:600;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;

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

 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -webkit-flex-direction:column;
 -ms-flex-direction:column;
 }
}
.c-goods__price--old{
 font-size:16px;
 margin-right:10px;
 color:#999;
}
@media (max-width:767px){
 .c-goods__price--old{
 font-size:12px;
 margin-right:0;
 margin-bottom:4px;
 }
}
.c-goods__price--current{
 font-size:20px;
 color:#cd4449;
}
@media (max-width:1024px){
 .c-goods__price--current{
 font-size:18px;
 }
}
@media (max-width:767px){
 .c-goods__price--current{
 font-size:14px;
 }
}
.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:13px;
 display:none;
 text-align:center;
}
@media (min-width:768px){
 .c-goods--list .c-goods__trigger{
 max-width:100%;

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

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

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

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

 -webkit-box-flex:0;
 -webkit-flex:0 0 100%;
 -ms-flex:0 0 100%;
 flex:0 0 100%;
 }
}

.c-ribbon{
 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;
}
@media (max-width:767px){
 .c-ribbon__new,.c-ribbon__hit,.c-ribbon__sale{
 font-size:10px;
 width:50px;
 }
}
.c-ribbon__new{
 right:-11px;
 background:#2ecc71;
}
.c-ribbon__hit{
 left:-11px;
 background:#f39c12;
}
.c-ribbon__sale {
 background:#ff5555;
 margin:auto;
 left:0;
 right:0;
}


.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;
 padding:0;
 margin-top: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:not(:last-of-type){
 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;
 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;
}
select[name='userCustomCurrency']{
 color:#666;
 border:1px solid #dadada;
 background:#fff;
}

.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:66px;
 }
}
.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;
 transition:-webkit-box-shadow .3s;
 -o-transition: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:13px;
 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:14px;
 }
}
.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:13px;
 }
}
@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{
 position:relative;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;

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

 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
}
.c-switcher__item:last-child{
 border-left:0;
}
.c-switcher__item--active{
 pointer-events:none;
 color:#557cce;
}
.c-switcher__item:hover:not(.c-switcher__item--active){
 background:#f3f3f3;
}

.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;
 transition:border-color .3s, -webkit-box-shadow .3s;
 -o-transition:box-shadow .3s, border-color .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;
}
@media (max-width:767px){
 .c-sub{
 padding:6px;
 }
}
.c-sub__img{
 position:relative;
 height:100px;
}
@media (max-width:1024px){
 .c-sub__img{
 height:60px;
 }
}
@media (max-width:767px){
 .c-sub__img{
 height:40px;
 }
}
.c-sub__img img{
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 margin:auto;
}
.c-sub__title{
 font-weight:600;
 line-height:1.2;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 margin-top:16px;
 text-align:center;

 -webkit-box-flex:1;
 -webkit-flex-grow:1;
 -ms-flex-positive:1;
 flex-grow:1;
 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
}
@media (max-width:1024px){
 .c-sub__title{
 font-size:13px;
 }
}
@media (max-width:767px){
 .c-sub__title{
 font-size:10px;
 margin-top:6px;
 }
}
.c-sub:hover{
 border-color:transparent;
 -webkit-box-shadow:0 0 30px rgba(0, 0, 0, .2);
 box-shadow:0 0 30px rgba(0, 0, 0, .2);
}

.c-description{
 line-height:1.6;
}
.c-description h1{
 line-height:1.2;
 width:100%;
 margin-bottom:10px;
 text-align:center;
}
.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;
}
@media (max-width:767px){
 .c-description__bottom{
 display:none;
 }
}

.c-pagination .allPages, .mg-pager .allPages{
 margin:10px 0;
 text-align:center;
}
.c-pagination ul, .mg-pager ul{
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;

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

 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
}
@media (max-width:767px){
 .c-pagination ul a, .mg-pager li > a{
 width:30px;
 height:26px;
 }
}
.c-pagination ul a:hover,.c-pagination ul a.active, .mg-pager li > a:hover, .mg-pager li > a.active{
 color:#fff;
 background:#557cce;
}
.c-pagination ul a:active, .mg-pager li > a:active{
 -webkit-transform:translateY(3px);
 -ms-transform:translateY(3px);
 transform:translateY(3px);
}

.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:13px;
 text-transform:lowercase;
 color:#999;
 display:block;
}
@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__content{
 position:relative;
}
.c-carousel .owl-prev,.c-carousel .owl-next{
 position:absolute;
 z-index:9;
 top:0;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 height:100%;
 cursor:pointer;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;

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

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

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

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

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

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

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

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

 -webkit-box-ordinal-group:2;
 -webkit-order:1;
 -ms-flex-order:1;
 order:1;
}
@media (max-width:767px){
 .c-filter select,.c-filter [type='text']{
 height:34px;
 padding:0 10px;
 }
}
.c-filter select:focus,.c-filter [type='text']:focus{
 border-color:#f5c002;
 -webkit-box-shadow:inset 0 0 0 1px #f5c002;
 box-shadow:inset 0 0 0 1px #f5c002;
}
.c-filter .mg-filter-head{
 margin-bottom:20px;
}
.c-filter .mg-filter-head .wrapper-field{
 margin-bottom:10px;
}
.c-filter .mg-filter-head .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{
 position:absolute;
 top:0;
 right:4px;
 bottom:10px;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 margin:auto;
 color:#666;

 -webkit-box-align:end;
 -webkit-align-items:flex-end;
 -ms-flex-align:end;
 align-items:flex-end;
}
.c-filter .mg-filter-head .ui-slider{
 width:calc(100% - 14px);
 margin:0 auto;
 margin-top:10px;
 background:557cce;
}
.c-filter .mg-filter-head .ui-slider-range{
 background:#999;
}
.c-filter .mg-filter-body{
 margin-bottom:20px;
}
@media (max-width:1024px){
 .c-filter .mg-filter-body{
 padding-bottom:60px;
 }
}
.c-filter .mg-filter-body .mg-filter-title{
 font-size:12px;
 font-weight:600;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 margin-bottom:8px;
 padding-bottom:2px;
 border-bottom:1px dotted #dadada;

 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
}
.c-filter .mg-filter-body .mg-filter-item{
 margin-top:20px;
}
.c-filter .mg-filter-body .mg-filter-item select{
 height:30px;
 padding:0 6px;
}
.c-filter .mg-filter-body li{
 font-size:12px;
 margin-top:8px;
}
.c-filter .mg-filter-body li:first-child{
 margin-top:0;
}
.c-filter .mg-filter-body .disabled-prop{
 pointer-events:none;
 opacity:.5;
}
.c-filter .mg-filter-body .mg-tooltip{
 font-size:11px;
 position:relative;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 width:16px;
 height:16px;
 margin-left:6px;
 cursor:default;
 border-radius:100%;
 background:#dadada;

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

 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 }
 .c-filter .filter-buttons > *{
 width:50%;
 }
}
.c-filter .filter-buttons .refreshFilter{
 font-size:16px;
 font-weight:600;
 display:block;
 margin-top:10px;
 cursor:pointer;
}
@media (max-width:1024px){
 .c-filter .filter-buttons .refreshFilter{
 margin-top:0;
 }
}
@media (max-width:767px){
 .c-filter .filter-buttons .refreshFilter{
 font-size: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:#cd4449;
 -webkit-box-shadow:0 0 30px rgba(0, 0, 0, .2);
 box-shadow:0 0 30px rgba(0, 0, 0, .2);

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

 -webkit-animation-fill-mode:both;
 animation-fill-mode:both;
}
@-webkit-keyframes arrow{
 from{
 -webkit-transform:translate3d(100px, 0, 0);
 transform:translate3d(100px, 0, 0);
 opacity:0;
 }
 to{
 -webkit-transform:none;
 transform:none;
 opacity:1;
 }
}
@keyframes arrow{
 from{
 -webkit-transform:translate3d(100px, 0, 0);
 transform:translate3d(100px, 0, 0);
 opacity:0;
 }
 to{
 -webkit-transform:none;
 transform:none;
 opacity:1;
 }
}
@-webkit-keyframes before{
 from{
 opacity:0;
 }
 to{
 opacity:1;
 }
}
@keyframes before{
 from{
 opacity:0;
 }
 to{
 opacity:1;
 }
}
.c-filter .filter-preview span{
 font-size:16px;
 line-height:50px;
 padding:0 25px;
}
.c-filter .filter-preview a{
 text-decoration:underline;
 text-transform:uppercase;
}
.c-filter .filter-preview a:hover{
 text-decoration:none;
}

.c-apply__title{
 font-size:16px;
 font-weight:600;
 margin-bottom:10px;
}
@media (min-width:1025px){
 .c-apply__title{
 margin-top:-32px;
 }
}
.c-apply__form{
 padding:10px;
 border:1px solid #dadada;
 background:-webkit-linear-gradient(left, #ece9e6, #fff);
 background:-webkit-gradient(linear, left top, right top, from(#ece9e6), to(#fff));
 background:-o-linear-gradient(left, #ece9e6, #fff);
 background:linear-gradient(to right, #ece9e6, #fff);
}
.c-apply__tags{
 font-size:12px;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;

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

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

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

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

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

 -webkit-box-pack:end;
 -webkit-justify-content:flex-end;
 -ms-flex-pack:end;
 justify-content:flex-end;
}

.c-order__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:10px;

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

 -webkit-box-flex:0;
 -webkit-flex-grow:0;
 -ms-flex-positive:0;
 flex-grow:0;
}
.c-order__payment label:hover{
 text-decoration:underline;
}
.c-order__payment .rate-payment{
 font-size:12px;
 padding-left:6px;
 text-transform:lowercase;
}
.c-order__total{
 text-align:center;
}
.c-order__total--row{
 margin-top:16px;
}
.c-order__total--row:first-child{
 margin-top:0;
}
.c-order__total--amount{
 font-size:24px;
 font-weight:600;
 color:#cd4449;
}
@media (max-width:767px){
 .c-order__total--amount{
 font-size:16px;
 }
}

.c-alert{
 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{
 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{
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 border-bottom:1px solid #dadada;

 -webkit-box-align:end;
 -webkit-align-items:flex-end;
 -ms-flex-align:end;
 align-items:flex-end;
}
@media (max-width:767px){
 .c-tab__nav{
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
 }
}
.c-tab__link{
 font-size:16px;
 font-weight:600;
 position:relative;
 display:block;
 overflow:hidden;
 margin-right:10px;
 padding:0 16px;
 padding-bottom:10px;
 -webkit-transition:all .3s;
 -o-transition:all .3s;
 transition:all .3s;
 text-align:center;
}
@media (max-width:767px){
 .c-tab__link{
 font-size:14px;
 padding-right:10px;
 padding-left:10px;
 }
}
.c-tab__link:before{
 position:absolute;
 bottom:0;
 left:0;
 visibility:hidden;
 width:100%;
 height:3px;
 content:'';
 -webkit-transition:all .3s;
 -o-transition:all .3s;
 transition:all .3s;
 -webkit-transform:scaleX(0);
 -ms-transform:scaleX(0);
 transform:scaleX(0);
 -webkit-transform-origin:top left;
 -ms-transform-origin:top left;
 transform-origin:top left;
 opacity:0;
 background:#999;
}
.c-tab__link--logout{
 color:#cd4449;
}
.c-tab__link:hover:before,.c-tab__link--active:before{
 visibility:visible;
 -webkit-transform:scaleX(1);
 -ms-transform:scaleX(1);
 transform:scaleX(1);
 opacity:1;
}
.c-tab__content{
 display:none;
 padding-top:20px;
}
.c-tab__content--active{
 display:block;
}

.c-history__item{
 margin-top:20px;
 -webkit-transition:box-shadow .3s;
 -webkit-transition:-webkit-box-shadow .3s;
 transition:-webkit-box-shadow .3s;
 -o-transition:box-shadow .3s;
 transition:box-shadow .3s;
 transition:box-shadow .3s, -webkit-box-shadow .3s;
 border:1px solid #dadada;
}
.c-history__item:first-child{
 margin-top:0;
}
.c-history__item:hover{
 -webkit-box-shadow:0 0 0 4px #dadada;
 box-shadow:0 0 0 4px #dadada;
}
.c-history__item--active{
 -webkit-box-shadow:0 0 0 4px #dadada;
 box-shadow:0 0 0 4px #dadada;
}
.c-history__item--active .c-history__content{
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
}
.c-history__header{
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 padding:10px;
 cursor:pointer;
 -webkit-transition:background .3s;
 -o-transition:background .3s;
 transition:background .3s;
 background:#f3f3f3;

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

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

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

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

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

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

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

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

 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
}
.c-history__download .icon{
 margin-right:6px;
}
.c-history__download:hover{
 text-decoration:underline;
}
.c-history__hidden{
 display:none;
}

.c-product__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:767px){
 .c-product__block--right{
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 flex-direction:column;
 width:100%;

 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -webkit-flex-direction:column;
 -ms-flex-direction:column;
 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 }
}
.c-product__price{
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;

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

 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
}
@media (max-width:767px){
 .c-product__stock{
 margin-top:0;
 }
}
.c-product__stock .icon{
 margin-right:6px;
}
.c-product__stock--out, .c-product__stock--in{
 color:#6a6a7f;
}
.c-product__stock--span{
 margin:0 4px;
}
.c-product__message{
 margin-bottom:16px;
}
.c-product__code{
 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__big{
 position:relative;
 height:350px;
 border:1px solid #dadada;
 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;
 height:100px;
 border:1px solid #dadada;
 background:#fff;
}
@media (max-width:989px){
 .c-images__slider__item{
 height:70px;
 }
}
.c-images__slider__item img{
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 margin:auto;
 padding:6px;
}
.c-images__slider__item.active{
 border-color:#f39c12;
 -webkit-box-shadow:inset 0 0 0 1px #f39c12;
 box-shadow:inset 0 0 0 1px #f39c12;
}
.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%;
}

@media (max-width:767px){
 .property-form{
 font-size:12px;
 }
}
.property-form br{
 display:none;
}
.property-form p{
 line-height:1.2;
 margin-top:10px;
 padding-bottom:10px;
}
@media (max-width:767px){
 .property-form p{
 margin-top:6px;
 padding-bottom:6px;
 }
}
.property-form label{
 margin-top:10px;
}
.property-form select{
 margin-top:10px;
}
.property-form .property-title{
 font-weight:600;
}

.c-buy{
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
}
@media (max-width:767px){
 .c-buy{
 flex-direction:column;
 margin-top:0;

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

 -webkit-box-flex:1;
 -webkit-flex-grow:1;
 -ms-flex-positive:1;
 flex-grow:1;
 -webkit-flex-wrap:wrap;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 -webkit-box-align:baseline;
 -webkit-align-items:baseline;
 -ms-flex-align:baseline;
 align-items:baseline;
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
}
.c-buy__buttons > a{
 min-width:113px;
 margin-bottom:16px;
 padding:0;

 -webkit-box-flex:1;
 -webkit-flex-grow:1;
 -ms-flex-positive:1;
 flex-grow:1;
}
@media (max-width:767px){
 .c-buy__buttons > a{
 min-width:100%;
 margin-bottom:0;
 }
}
.c-buy__buttons .addToCompare {
 margin-left:10px;
}
@media (max-width:767px){
 .c-buy__buttons > a + *{
 margin-left:0;
 }
}
.c-buy__buttons .product-info{
 margin-left:0;
}
.c-product .c-buy{
 margin-top:16px;
}
.c-goods--list .c-buy__buttons a{
 margin-bottom:0;
}
.l-body__index .c-buy__buttons{
 -webkit-box-align:end;
 -webkit-align-items:flex-end;
 -ms-flex-align:end;
 align-items:flex-end;
}

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

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

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

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

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

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

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

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

 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -webkit-flex-direction:column;
 -ms-flex-direction:column;
}
.c-compare__link--icon{
 font-size:28px;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 color:#557cce;

 -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;
}

.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;
}

.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;
 }
}

.wrapper-mg-buy-click{
 text-align:center;
}
@media (max-width:767px){
 .wrapper-mg-buy-click{
 margin-top:10px;
 }
}
.wrapper-mg-buy-click .mg-buy-click-button{
 font-size:16px;
 padding:0;
 text-decoration:underline;
 text-transform:none;
 border:0;
 background:none;
 -webkit-box-shadow:none;
 box-shadow:none;
 text-shadow:none;
}
@media (max-width:767px){
 .wrapper-mg-buy-click .mg-buy-click-button{
 font-size:12px;
 }
}
.wrapper-mg-buy-click .mg-buy-click-button:hover{
 text-decoration:none;
}

 height:40px;
}
.wrapper-modal-mg-buy-click textarea{
 height:100px;
}
.wrapper-modal-mg-buy-click .mg-action-buttons{
 font-size:inherit;
}
.wrapper-modal-mg-buy-click .mg-action-buttons .mg-send-order-click-button{
 font-size:18px;
 display:-webkit-inline-box;
 display:-webkit-inline-flex;
 display:-ms-inline-flexbox;
 display:inline-flex;
 width:120px;
 height:40px;
 padding:0;
 text-shadow:none;

 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
}
.wrapper-modal-mg-buy-click .mg-action-buttons .mg-send-order-click-button:active{
 padding:0;
 border:0;
}
.wrapper-modal-mg-buy-click .mg-action-buttons .close-mg-buy-button{
 font-size:14px;
}
@media (min-width:768px){
 .c-goods--list .wrapper-mg-buy-click{
 max-width:48%;
 margin-top:16px;
 }
}

.m-p-slider-wrapper{
 position:relative;
 margin:0;
 -webkit-transition:opacity .3s;
 -o-transition:opacity .3s;
 transition:opacity .3s;
 opacity:0;
 border:0;
 border-radius:0;
 -webkit-box-shadow:0 0 0 1px #dadada;
 box-shadow:0 0 0 1px #dadada;
}
.m-p-slider-wrapper.show{
 opacity:1;
}
@media (max-width:767px){
 .m-p-slider-wrapper{
 display:block;
 }
}
.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{
 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;
}
.bread-crumbs a:after{
 margin-left:8px;
 content:'/';
}
.bread-crumbs a:hover{
 color:#000;
}
.bread-crumbs .last-crumb{
 font-weight:600;
}

.c-promo-code{
 position:relative;
 float:left;
 margin-top:16px;
}
@media (max-width:767px){
 .c-promo-code{
 float:none;
 margin-bottom:30px;
 }
}
.c-promo-code .promo-form{
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
}
.c-promo-code .promo-form [type='text']{
 margin-right:10px;

 -webkit-box-ordinal-group:0;
 -webkit-order:-1;
 -ms-flex-order:-1;
 order:-1;
}
.c-promo-code .promo-form span{
 display:none;
}
.c-promo-code #msg-about-code{
 font-size:12px;
 margin-top:4px;
 color:#cd4449;
}
@media (max-width:767px){
 .c-promo-code #msg-about-code{
 width:100%;
 text-align:center;
 }
}

.comments h3{
 display:none;
}
.comments textarea{
 line-height:1.4;
 width:100%;
 min-height:120px;
 padding:10px;
 color:#666;
 border:1px solid #dadada;
 background:#fff;

 -webkit-box-ordinal-group:2;
 -webkit-order:1;
 -ms-flex-order:1;
 order:1;
}
.comments textarea:focus{
 border-color:#f39c12;
 -webkit-box-shadow:inset 0 0 0 1px #f39c12;
 box-shadow:inset 0 0 0 1px #f39c12;
}
.comments .sendComment{
 font-size:16px;
 display:-webkit-inline-box;
 display:-webkit-inline-flex;
 display:-ms-inline-flexbox;
 display:inline-flex;
 float:right;
 height:40px;
 margin-top:16px;
 padding:0 36px;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
 -webkit-transition:color .3s, background .3s, box-shadow .3s;
 -webkit-transition:color .3s, background .3s, -webkit-box-shadow .3s;
 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:#000000;
 border-radius:30px;
 background:-webkit-linear-gradient(left, #4b6cb7, #5e8be4);
 background:-webkit-gradient(linear, left top, right top, from(#4b6cb7), to(#5e8be4));
 background:-o-linear-gradient(left, #4b6cb7, #5e8be4);
 background:linear-gradient(to right, #4b6cb7, #5e8be4);

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

.mg-brand{
 margin-top:20px;
}
.mg-brand .mg-brand-block{
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;

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

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

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

.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);
}

.wrapper-back-ring button{
 font-size:14px;
 display:none;
 height:auto;
 padding:0;
 color:#fff;
 color:#666;
 background:transparent;
}
@media (max-width:1024px){
 .wrapper-back-ring button{
 font-size:13px;
 }
}
@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;
 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:0;
 border-radius:30px;
 background:-webkit-linear-gradient(left, #4b6cb7, #5e8be4);
 background:-webkit-gradient(linear, left top, right top, from(#4b6cb7), to(#5e8be4));
 background:-o-linear-gradient(left, #4b6cb7, #5e8be4);
 background:linear-gradient(to right, #4b6cb7, #5e8be4);

 -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:14px;
 width:100%;
 height:30px;
 padding:0 16px;
 }
}
@media (min-width:1025px){
 .wrapper-modal-back-ring .red-btn:active{
 -webkit-transform:translateY(3px);
 -ms-transform:translateY(3px);
 transform:translateY(3px);
 }
 .wrapper-modal-back-ring .red-btn:hover{
 -webkit-box-shadow:inset 0 4px 14px rgba(0, 0, 0, .36);
 box-shadow:inset 0 4px 14px rgba(0, 0, 0, .36);
 }
}
.wrapper-modal-back-ring [type='text']:focus{
 -webkit-box-shadow:inset 0 0 0 1px #f39c12 !important;
 box-shadow:inset 0 0 0 1px #f39c12 !important;
}
.show-more-agreement-data{
 text-decoration:underline;
 color:#1e87f0;
}
.show-more-agreement-data:hover{
 text-decoration:none;
}
.animated{
 -webkit-animation-duration:1s;
 animation-duration:1s;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 -webkit-box-orient:vertical;
 -webkit-box-direction:reverse;
 -webkit-flex-direction:column-reverse;
 -ms-flex-direction:column-reverse;
 }
 .max-1599--wrap{
 -webkit-flex-wrap:wrap;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 }
 .max-1599--nowrap{
 -webkit-flex-wrap:nowrap;
 -ms-flex-wrap:nowrap;
 flex-wrap:nowrap;
 }
 .max-1599--wrap-reverse{
 -webkit-flex-wrap:wrap-reverse;
 -ms-flex-wrap:wrap-reverse;
 flex-wrap:wrap-reverse;
 }
 .max-1599--align-center{
 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 }
 .max-1599--align-end{
 -webkit-box-align:end;
 -webkit-align-items:flex-end;
 -ms-flex-align:end;
 align-items:flex-end;
 }
 .max-1599--align-start{
 -webkit-box-align:start;
 -webkit-align-items:flex-start;
 -ms-flex-align:start;
 align-items:flex-start;
 }
 .max-1599--align-stretch{
 -webkit-box-align:stretch;
 -webkit-align-items:stretch;
 -ms-flex-align:stretch;
 align-items:stretch;
 }
 .max-1599--align-baseline{
 -webkit-box-align:baseline;
 -webkit-align-items:baseline;
 -ms-flex-align:baseline;
 align-items:baseline;
 }
 .max-1599--justify-center{
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
 }
 .max-1599--justify-end{
 -webkit-box-pack:end;
 -webkit-justify-content:flex-end;
 -ms-flex-pack:end;
 justify-content:flex-end;
 }
 .max-1599--justify-start{
 -webkit-box-pack:start;
 -webkit-justify-content:flex-start;
 -ms-flex-pack:start;
 justify-content:flex-start;
 }
 .max-1599--justify-around{
 -webkit-justify-content:space-around;
 -ms-flex-pack:distribute;
 justify-content:space-around;
 }
 .max-1599--justify-between{
 -webkit-box-pack:justify;
 -webkit-justify-content:space-between;
 -ms-flex-pack:justify;
 justify-content:space-between;
 }
 .max-1599--content-center{
 -webkit-align-content:center;
 -ms-flex-line-pack:center;
 align-content:center;
 }
 .max-1599--content-end{
 -webkit-align-content:flex-end;
 -ms-flex-line-pack:end;
 align-content:flex-end;
 }
 .max-1599--content-start{
 -webkit-align-content:flex-start;
 -ms-flex-line-pack:start;
 align-content:flex-start;
 }
 .max-1599--content-stretch{
 -webkit-align-content:stretch;
 -ms-flex-line-pack:stretch;
 align-content:stretch;
 }
 .max-1599--content-around{
 -webkit-align-content:space-around;
 -ms-flex-line-pack:distribute;
 align-content:space-around;
 }
 .max-1599--content-between{
 -webkit-align-content:space-between;
 -ms-flex-line-pack:justify;
 align-content:space-between;
 }
 .max-1599--self-center{
 -webkit-align-self:center;
 -ms-flex-item-align:center;
 -ms-grid-row-align:center;
 align-self:center;
 }
 .max-1599--self-end{
 -webkit-align-self:flex-end;
 -ms-flex-item-align:end;
 align-self:flex-end;
 }
 .max-1599--self-start{
 -webkit-align-self:flex-start;
 -ms-flex-item-align:start;
 align-self:flex-start;
 }
 .max-1599--self-stretch{
 -webkit-align-self:stretch;
 -ms-flex-item-align:stretch;
 -ms-grid-row-align:stretch;
 align-self:stretch;
 }
 .max-1599--self-auto{
 -webkit-align-self:auto;
 -ms-flex-item-align:auto;
 -ms-grid-row-align:auto;
 align-self:auto;
 }
 .max-1599--self-baseline{
 -webkit-align-self:baseline;
 -ms-flex-item-align:baseline;
 align-self:baseline;
 }
}
@media (min-width:0){
 .min-0--text-left{
 text-align:left;
 }
 .min-0--text-right{
 text-align:right;
 }
 .min-0--text-center{
 text-align:center;
 }
}
@media (min-width:375px){
 .min-375--text-left{
 text-align:left;
 }
 .min-375--text-right{
 text-align:right;
 }
 .min-375--text-center{
 text-align:center;
 }
}
@media (min-width:768px){
 .min-768--text-left{
 text-align:left;
 }
 .min-768--text-right{
 text-align:right;
 }
 .min-768--text-center{
 text-align:center;
 }
}
@media (min-width:990px){
 .min-990--text-left{
 text-align:left;
 }
 .min-990--text-right{
 text-align:right;
 }
 .min-990--text-center{
 text-align:center;
 }
}
@media (min-width:1025px){
 .min-1025--text-left{
 text-align:left;
 }
 .min-1025--text-right{
 text-align:right;
 }
 .min-1025--text-center{
 text-align:center;
 }
}
@media (min-width:1280px){
 .min-1280--text-left{
 text-align:left;
 }
 .min-1280--text-right{
 text-align:right;
 }
 .min-1280--text-center{
 text-align:center;
 }
}
@media (min-width:1366px){
 .min-1366--text-left{
 text-align:left;
 }
 .min-1366--text-right{
 text-align:right;
 }
 .min-1366--text-center{
 text-align:center;
 }
}
@media (min-width:1440px){
 .min-1440--text-left{
 text-align:left;
 }
 .min-1440--text-right{
 text-align:right;
 }
 .min-1440--text-center{
 text-align:center;
 }
}
@media (min-width:1600px){
 .min-1600--text-left{
 text-align:left;
 }
 .min-1600--text-right{
 text-align:right;
 }
 .min-1600--text-center{
 text-align:center;
 }
}
@media (max-width:374px){
 .max-374--text-left{
 text-align:left;
 }
 .max-374--text-right{
 text-align:right;
 }
 .max-374--text-center{
 text-align:center;
 }
}
@media (max-width:767px){
 .max-767--text-left{
 text-align:left;
 }
 .max-767--text-right{
 text-align:right;
 }
 .max-767--text-center{
 text-align:center;
 }
}
@media (max-width:989px){
 .max-989--text-left{
 text-align:left;
 }
 .max-989--text-right{
 text-align:right;
 }
 .max-989--text-center{
 text-align:center;
 }
}
@media (max-width:1024px){
 .max-1024--text-left{
 text-align:left;
 }
 .max-1024--text-right{
 text-align:right;
 }
 .max-1024--text-center{
 text-align:center;
 }
}
@media (max-width:1279px){
 .max-1279--text-left{
 text-align:left;
 }
 .max-1279--text-right{
 text-align:right;
 }
 .max-1279--text-center{
 text-align:center;
 }
}
@media (max-width:1365px){
 .max-1365--text-left{
 text-align:left;
 }
 .max-1365--text-right{
 text-align:right;
 }
 .max-1365--text-center{
 text-align:center;
 }
}
@media (max-width:1439px){
 .max-1439--text-left{
 text-align:left;
 }
 .max-1439--text-right{
 text-align:right;
 }
 .max-1439--text-center{
 text-align:center;
 }
}
@media (max-width:1599px){
 .max-1599--text-left{
 text-align:left;
 }
 .max-1599--text-right{
 text-align:right;
 }
 .max-1599--text-center{
 text-align:center;
 }
}

.l-container{
 width:100%;
 max-width:1120px;
 margin:0 auto;
 padding:0 10px;
}
@media (min-width:768px){
 .l-container{
 max-width:1132px;
 padding:0 16px;
 }
}
.l-container + .l-container{
 margin-top:16px;
}
@media (min-width:768px){
 .l-container + .l-container{
 margin-top:26px;
 }
}
.l-container:after,.l-container:before{
 display:table;
 clear:both;
 content:' ';
}
.l-row{
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 margin-top:-10px;
 margin-left:-10px;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 -webkit-box-flex:0;
 -webkit-flex:0 0 100% ;
 -ms-flex:0 0 100% ;
 flex:0 0 100% ;
 }
 .max-1599--hide{
 display:none;
 }
 .max-1599--show{
 display:block;
 }
}
.sizeMap-row span{
 font-size:14px;
 font-weight:bold;
}
.sizeMap-row .size{
 display:inline-block;
 min-width:31px;
 height:31px;
 margin:10px 5px 5px 0;
 padding:5px;
 cursor:pointer;
 text-align:center;
 border:2px solid #e6e6e6;
}
.sizeMap-row .size.active, .sizeMap-row .color.active {
 border-color:#333333!important;
}
.sizeMap-row .size,.sizeMap-row .color{
 border-radius:20px;
}
.sizeMap-row .color{
 display:inline-block;
 min-width:31px;
 height:31px;
 margin:10px 5px 5px 0;
 padding:5px;
 cursor:pointer;
 text-align:center;
 border:2px solid #e6e6e6;
}
.sklad p span{
 font-size:13px;
 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;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -webkit-flex-direction:column;
 -ms-flex-direction:column;
 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;
}
[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;
}
.c-goods__item.product-wrapper form.property-form .buy-container{
 -webkit-box-ordinal-group:3;
 -webkit-order:2;
 -ms-flex-order:2;
 order:2;
}
select[name='userCustomCurrency'],select[name='multiLang-selector']{
 color:#666;
 border:1px solid #dadada;
 background:#fff;
}
span.lang-select{
 margin-right:5px;
}
.l-header__block.group{
 float:right;
}
.currency-select,.lang-select{
 line-height:34px;
}
.c-menu__level{
 text-align:center;
}
.bread-crumbs .separator{
 display:none;
}


.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;
 width:100px;
 height:60px;
 margin:auto;
 top:0;
 left:0;
 bottom:0;
 right:0;
}
.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 {
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}

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

::-webkit-scrollbar-thumb {
-webkit-border-radius:100px;
border-radius:100px;
background-color:#557cce;
}

::-webkit-scrollbar-thumb:hover{
background-color:rgb(94, 139, 228);
}

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


::-webkit-scrollbar{
width:9px;
}
.product-wrapper div[itemprop="aggregateRating"] {
 text-align:center;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 -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{
 display:inline-block;
 height:22px;
 min-width:22px;
 margin:10px 2px 5px 0;
 padding:2px;
 cursor:pointer;
 font-size:12px;
 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;
 box-shadow:none;
}
.mg-filter .color-filter span.value-name{
 display:none;
}

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

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

.prop-string .prop-item{
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 margin:15px 0;
 color:#333;
 font-size:16px;
 list-style:none;
 position:relative;
 border-bottom:2px dotted #000;
}
.prop-string .prop-name {
 max-width:90%;
 padding-right:5px;
 display:inline-block;
}
.prop-string .prop-spec {
 float:right;
 width:55%;
 padding-left:5px;
 z-index:1;
}
.prop-string .prop-spec, .prop-string .prop-name, .prop-string .prop-unit{
 -webkit-transition:all .4s;
 -o-transition:all .4s;
 transition:all .4s;
 margin-bottom:-8px; 
 color:#333;
 background:#fff;
}
.prop-string .name-group{
 position:relative;
 margin:15px 0;
 color:#333;
 font-size:16px;
 font-weight:600;
 list-style:none;
}
.prop-string .prop-item:hover span{
 color:#557cce;
}
.prop-string .prop-item{
 cursor:text;
}
.admin-top-menu {
 z-index:999;
}
::-webkit-input-placeholder {
 color:#949494;
}
::-moz-placeholder {
 color:#949494;
 }
:-moz-placeholder {
 color:#949494;
 }
:-ms-input-placeholder {
 color:#949494;
}

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

.site-blocks img:hover {
 transform:scale(1.02);
}
.mg-trigger-guarantee .mg-trigger{text-align:center;border:1px solid #DDD;box-shadow:0px 1px 2px rgba(63, 69, 75, 0.2);border-radius:5px;background:#fff;box-sizing:border-box;padding:4px 12px;}
.mg-trigger-guarantee.horfloat {
 display:flex;
 justify-content:space-around;
}

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

.mg-plugin-product-slider-container .prev{
 background-image:url(../images/left.png);
}
.mg-plugin-product-slider-container .next{
 background-image:url(../images/right.png);
}
.mg-advise .mg-plugin-product-slider-container > a{
 background-position:0 0;
 background-size:100%;
 width:45px;
 height:45px;
}
.rating-action ~ .info {
 display:none;
}
tr.sklad td:nth-child(2) {
 text-align:right;
 white-space:nowrap;
}
.c-product__stock--out, .c-product__stock--in {
 padding:2px 5px;
 margin:5px 0;
}
.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;
}
.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;
}
.section-form-designer select{
 width:250px;
 height:40px;
 padding:5px 16px;
 color:#666;
 border:1px solid #dadada;
 background:#fff;
 -webkit-box-ordinal-group:2;
 -webkit-order:1;
 -ms-flex-order:1;
 order:1;
}
.mg-form-designer textarea:focus ,
.mg-form-designer input[type="password"]:focus ,
.mg-form-designer input[type="email"]:focus ,
.mg-form-designer input[type="text"]:focus,
.section-form-designer select:focus {
 border-color:#f39c12;
 -webkit-box-shadow:inset 0 0 0 1px #f39c12;
 box-shadow:inset 0 0 0 1px #f39c12;
}
.mg-form-designer textarea,
.mg-form-designer input[type="password"],
.mg-form-designer input[type="email"],
.mg-form-designer input[type="text"],
.section-form-designer select{
 width:100%;
 padding:5px 10px;
 color:#666;
 border:1px solid #dadada;
 background:#fff;
 -webkit-box-ordinal-group:2;
 -webkit-order:1;
 -ms-flex-order:1;
 order:1;
 border-radius:0;
}
.mg-form-designer .mg-field label {
 vertical-align:top;
}
.mg-form-designer {
 max-width:500px;
 margin:15px auto;
}
.mg-form-designer .default-btn{
 box-shadow:none;
 border:none;
}
.form-designer-submit{
 text-align:right;
}

#treelike-comments form button.sendComment:hover,.mg-form-designer .default-btn:hover{
 background:-webkit-linear-gradient(left, #4b6cb7, #5e8be4);
 background:-webkit-gradient(linear, left top, right top, from(#4b6cb7), to(#5e8be4));
 background:-o-linear-gradient(left, #4b6cb7, #5e8be4);
 background:linear-gradient(to right, #4b6cb7, #5e8be4);
}
#treelike-comments > form > div:nth-child(8) > input[type="text"]{
 background:#ffffff; border:1px solid #dadada;
 padding:13px 10px;
}
#treelike-comments form div.textarea-wrapper.clearfix textarea{
 height:75px;
}
#comment-subscribe{
 vertical-align:middle;
}
#for-button-all-load > #load-all-comments{
 border-radius:30px;
}
.c-history__status {
 border-radius:30px;
 height:auto;
 padding:5px 10px;
 text-align:center;
}
div.c-history__content > div.c-history__content--right > div:nth-child(2) > div.wrapper-mg-plugin-edit-order > button{
 background-position-x:20px;
}
div.c-history__content > div.c-history__content--right > div:nth-child(1) > div.wrapper-mg-plugin-repeat-order > div{
 left:-20px;
}
div.c-history__content > div.c-history__content--right > div:nth-child(2) > div.wrapper-mg-plugin-edit-order > div{
 left:0;
}
div.c-history__content div.wrapper-mg-plugin-repeat-order > button.mg-plugin-repeat-order.plugin-button-repeat{
 margin:0 0 0 10px;
}

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

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

}
#overlay-ddelivery-popup-select{
 z-index:100!important;
}
.ddelivery-popup-select{
 z-index:101!important;
}
.c-form .ddelivery-popup-select label:before{
 display:none;
}
.map{
 position:fixed!important;
}
.btn-group button, .ddelivery-popup-select .custom-btn, .ddelivery-popup-select #ddCityChange{
 border-radius:30px;
 line-height:22px;
} 
.ticket-container > .newQuest, .ticket-container .conteinerText > .new-send-button,#ticketModal .view-send-button{
 background:#ffffff;
 border:1px solid #dadada;
 border-radius:30px;
}
.ticket-table th{
 background:#ffffff;
}
#postcalcShow {
 border-radius:30px;
 padding:20px;
}
.faq-item_open > a{
 border-radius:30px 30px 0 0;
}
.content-faq .faq-item .answer{
 padding:20px!important;
 border-radius:0 0 30px 30px;
}
.bread-crumbs {
 margin-bottom:5px;
}
.agreement-container{
 justify-content:center;
 margin-top:15px;
 }
.agreement-container input[type="checkbox"].agreement-data-checkbox-checkout-btn{
 left:-28px;
 position:relative;
 height:20px;
 width:20px!important;
}
.c-nav__text.c-menu__text{
 white-space:nowrap;

}
.m-p-slider-wrapper .bx-wrapper .bx-next,
.m-p-slider-wrapper .bx-wrapper .bx-prev,
.m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager{
 z-index:51;
 visibility:hidden;
 opacity:0;
 -webkit-transition:all .15s ease-in-out;
 -o-transition:all .15s ease-in-out;
 transition:all .15s ease-in-out;
}
.m-p-slider-wrapper:hover .bx-wrapper .bx-next,
.m-p-slider-wrapper:hover .bx-wrapper .bx-prev,
.m-p-slider-wrapper:hover .bx-wrapper .bx-pager.bx-default-pager{
 visibility:visible;
 opacity:.5;
}
.m-p-slider-wrapper:hover .bx-wrapper .bx-next:hover,
.m-p-slider-wrapper:hover .bx-wrapper .bx-prev:hover,
.m-p-slider-wrapper:hover .bx-wrapper .bx-pager.bx-default-pager:hover{
 visibility:visible;
 opacity:1;
}

.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;
}
.checkCapcha {
 display:inline-block;
}
.ie-header {
 display:none;
}
.title-modal-mg-buy-click {
 display:none;
}
.wrapper-modal-mg-buy-click {
 background-color:#ffffff;
}
.modal-mg-order-list li input[type="text"],
.modal-mg-order-list li textarea {
 width:85%;
 color:#666;
 border:1px solid #dadada;
 box-shadow:none;
 overflow:hidden;
}
.mg-price-buy-click {
 background-color:#ffffff;
 color:#000000;
}
.modal-mg-order-list li input[type="text"]:focus,
.modal-mg-order-list li textarea:focus { box-shadow:rgb(243, 156, 18) 0px 0px 0px 1px inset;
 border-color:rgb(243, 156, 18);
}
.wrapper-modal-mg-buy-click .mg-product-img {
 box-shadow:none;
}
.modal-mg-order-list li h3 {
 color:#000000;
}
.wrapper-modal-mg-buy-click .mg-action-buttons .mg-send-order-click-button {
 box-shadow:none;
}
.wrapper-modal-mg-buy-click {
 background-color:#ffffff;
}
.modal-mg-order-list li input[type="text"],
.modal-mg-order-list li textarea {
 width:85%;
 color:#666;
 border:1px solid #dadada;
 box-shadow:none;
 overflow:hidden;
 padding:15px 10px;
}
.mg-price-buy-click {
 background-color:#ffffff;
 color:#000000;
 text-align:right;
 font-size:20px;
 font-weight:700;
}
.modal-mg-order-list li input[type="text"]:focus,
.modal-mg-order-list li textarea:focus { box-shadow:rgb(243, 156, 18) 0px 0px 0px 1px inset;
 border-color:rgb(243, 156, 18);
}
.wrapper-modal-mg-buy-click .mg-product-img {
 box-shadow:none;
}
.modal-mg-order-list li h3 {
 color:#000000;
}
.wrapper-modal-mg-buy-click .mg-action-buttons .mg-send-order-click-button {
 box-shadow:none;
}
.header-modal-mg-buy-click,
.mg-action-buttons {
 border:none;
} 
.modal-mg-order-list li:not(.mg-cap) > span {
 display:none;
}
.mg-buy-click-button.mg-plugin-btn {
 margin-bottom:5px;
 width:100%;
}
.c-compare .c-goods__title {
 overflow:hidden;
 display:-webkit-box;
 -webkit-line-clamp:3;
 -webkit-box-orient:vertical;
 text-overflow:ellipsis;
 max-height:65px;
}