.hide-xl{
display:none
}

.hidden-xl{
display:none!important
}

.form legend,.show-xl{
display:block
}

.show-inline-xl{
display:inline
}

.form label,.show-inline-block-xl{
display:inline-block
}

.show-flex-xl{
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex
}

.shown-xl{
display:block!important
}

.shown-inline-xl{
display:inline!important
}

.shown-inline-block-xl{
display:inline-block!important
}

.shown-flex-xl{
display:-webkit-box!important;
display:-webkit-flex!important;
display:-ms-flexbox!important;
display:flex!important
}

.header-container{
	width: 1170px;
  	padding-right: 15px;
  	margin: 0 auto;
    display: block;
}

.top-header{
	padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
    background-color: #494949;
  	color: #f2f2f2;
  	min-height: 30px;
}
.top-header ul{
	float: right;
    padding: 0;
  	margin: 0;
}
.delivery-a{
    margin-top: 0px;
    position: relative;
    top: 5px;
    color: #fff;
    text-decoration: none;
}
.top-header ul li{
	display: inline-block;
	margin: -1px 9px 0 0;
}
.top-header ul .pusher{
	margin-right: 10px;
}
.top-header ul li:last-child{
	margin-right: 0;
}

.top-header ul li a {
	color: #f2f2f2;
    text-decoration: none;
    font-size: 11px;
    transition-duration: 0.2s;
}
.top-header ul li div form input{
	color: #bcbcbc;
    background: #656565;
    border: none;
	padding: 8px 0 10px 10px;
	color: #bcbcbc;
    width: 177px;
}
.top-header ul li div form button{
	background-image: url('https://static-eu.insales.ru/files/1/6179/2275363/original/searchicon.png');
  	padding: 15px;
    vertical-align: top;
  	margin-left: -10px;
	background-color: #656565;
    background-position: 50% 50%;
    background-size: 45%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.top-header ul li div form button:hover{
	background-image: url('https://static-eu.insales.ru/files/1/7330/2276514/original/searchiconblack.png');
	background-color: #e6e6e6;
}
.top-header ul li a:hover{
	color: #B5B5B5;
}
.main-header ul li a{
	color: #000;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 19px 10px 15px 15px;
    text-transform: uppercase;
}
.main-header ul .hided{
	position: absolute;
    background-color: #f42434;
    left: 0;
    width: 100%;
    display: none;
}
.main-header ul .hided .container li{
	display: inline-block;
    float: left;
    margin-left: 10px;
}
.main-header ul .hided .container li a{
	color: white;
    text-decoration: none;
    padding: 22px 15px 22px 15px;
}
.menu-item:hover a{
	color: #f42434 !important;
  	text-decoration: none !important;
}
.main-header ul .hided .container li:hover a{
	color: white !important;
}

.main-banner{
    color: white;
  	background-repeat: no-repeat;
    background-position: 50% 50%;
  //	min-height: 600px;
    background-size: cover;
}
.main-banner div{
	margin: 0 auto;
  	padding: 130px 55px 0 55px;
}
.main-banner div b{
	font-size: 56px;
	line-height: 61px;
  	letter-spacing: -2px;
      display: block;
}
.main-banner div p{
  	font-family: sans-serif;
  	line-height: 17px;
	font-size: 16px;
  	margin: 0;
    font-style: italic;
  	font-weight: 100;
      max-width: 35%;
}
.main-banner div p:first-of-type{
	margin-top: 5px;
}
.main-banner div .fast-link{
  	display: inline-block;
    margin-top: 21px;
    padding: 0;
}
.main-banner div .fast-link a{
	background-color: #ffef00;
    color: #4b4b4b;
    padding: 8px 20px;
    text-transform: uppercase;
    font-style: normal;
  	font-weight: bold;
    text-decoration: none;
	padding: 12px 22px;
	letter-spacing: -1px;
}

.main-banner img {
 //display: none; 
   width: 100%;
   
}

@media screen and (max-width:600px){
  
  .main-banner img {
  display: block; 
}
  
 .main-banner {
  background-image: none !important;
  min-height: auto;
   
 }
  
.main-banner .container {
 display: none;
}
  
  
}


.collection-inner .products-list{
	max-width: 975px;
  	margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.filterbox{
    margin: 20px auto 40px auto;
}
.filterbox .filters{
	display: flex;
    align-items: center;
    flex-direction: column;
}
.filterbox .filters .forwhat{
	font-size: 14px;
  	font-weight: bold;
    color: #777;
}
.filterbox .filters .property{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.filterbox .filters .property div{
  	margin-left: 20px;
}
.filterbox .filters .property div a span{
	display: inline-block;
  	padding: 8px 14px;
    border: 1px solid #cccccc;
    cursor: pointer;
  	margin-left: -6px;
    border-right: none;
    font-size: 13px;
}
.filterbox .filters .property div a:first-child span{
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.filterbox .filters .property div a:last-child span{
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #cccccc;
}
.filterbox .filters .property div a span:hover{
	background-color: #e6e6e6;
    border-color: #adadad;
}
.filterbox .filters .property div a span:active{
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.product-card.cell-lg-4.cell-sm-6.cell-xs-12{
	width:30%;
}
.footer {
	padding-top: 0;
    margin-top: 0;
}
.footer, .underfooter, .joinus{
	background: #535353;
}
.footer .container .row{
	display:flex;
    margin: 44px auto -25px auto;
    max-width: 1150px;
    align-items: flex-start;
    justify-content: space-between;
}
.footer .container .row .col-md-3{
	width: 24%;
}
.footer .container .row .col-md-3 span{
	font-size: 18px;
    font-weight: bold;
}
.footer .container .row .col-md-3 ul{
	padding: 0;
    list-style-type: none;
    margin-top: 6px;
}
.footer .container .row .col-md-3 ul li a{
	font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    font-family: sans-serif;
    line-height: 22px;
}
.footer .container .row .col-md-3 ul li a:hover{
	text-decoration: underline;
}
.underfooter{
	border-top: solid 1px #626262;
    line-height: 65px;
}
.underfooter p{
	text-align: center;
    font-size: 11px;
    color: #dedede;
    margin: 0;
}
.underfooter p a{
	color: #dedede;    
  text-decoration: none;
    text-transform: uppercase;
}
.underfooter .createdby{
    display: block;
    text-align: right;
	font-size: 12px;
    float: right;
    padding-right: 20px;
    margin-top: -65px;
    color: white;
    font-weight: 100;
    text-decoration: none;
    text-align: right;
}
.underfooter a:hover{
	text-decoration: underline;
}
.footer .joinus{
	border-bottom: solid 1px #626262;
}
.footer .joinus .container{
    max-width: 930px;
}
.footer .joinus .lefto p{
	font-size: 29px;
    text-transform: uppercase;
    float:left;
    text-align: right;
    margin-top: 16px;
    margin-bottom: 10px;
    font-style: italic;
    color: #dedede;
    font-weight: bold;
    letter-spacing: -1px;
}
.footer .joinus form{
	float: right;
    margin-top: 17px;
}
.footer .joinus form input{
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.footer .joinus form button{
	color: #fff;
    border: 2px solid #F71F2C;
    background-color: #F71F2C;
    padding: 7px 12px;
    text-transform: uppercase;
}
.preview_goods .container .flexoview{
	display: flex;
    justify-content: space-between;
}
.preview_goods .container .flexoview a{
	color: #050505;
  	text-decoration: none;
    height: 270px;
}
.preview_goods .container .flexoview a div{
	transition-duration:0.1s;
}
.preview_goods .container .flexoview a div{
	transform: scale(0.9);
}
.preview_goods .container .flexoview a div img{
    display: block;
    margin: 0 auto;
}
.preview_goods .container .flexoview a div .shadow{
	position: relative;
    margin-top: -75px;
}
.preview_goods .container .flexoview a div p{
	position: relative;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
}
.preview_goods .container .flexoview a div:hover{
	transform: scale(1);
}
.choicehelpers{
	margin-top: 30px;
}
.choicehelpers .choices {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    max-width: 1220px;
    padding: 0 10px;
    margin:0 auto;
}
.choicehelpers .choices a{
	text-decoration: none;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.choicehelpers .choices a div{
	width: 30vw;
    max-width: 376px;
    height: 225px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.choicehelpers .choices a div p{
	margin: 0;
    position: relative;
    top: 81%;
    margin-left: 17px;
    font-style: italic;
    text-transform: uppercase;
  	font-weight: bold;
    font-size: 25px;
    color: white;
}
.choicehelpers .choices a div:hover{
	background-size: 110%;
}

.athlets{
	margin-bottom: 30px;
}
.athlets a{
  	text-decoration: none;
}
.athlets a .innerwrapper{
    width: 330px;
    margin: 0 auto;
    -webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg); 
	transform: skew(-10deg);
    background-color: #f42434;
  	position: relative;
  	top: 140px;
}
.athlets a .innerwrapper p{
	margin: 0;
    text-align: center;
    padding: 13px 0 12px 0;
    font-weight: bolder;
    -ms-box-shadow: 0px 2px 8px 1px rgba(0,0,0, 0.4);
  	-webkit-box-shadow: 0px 2px 8px 1px rgba(0,0,0, 0.4);
    -moz-box-shadow: 0px 2px 8px 1px rgba(0,0,0, 0.4);
  	-o-box-shadow: 0px 2px 8px 1px rgba(0,0,0, 0.4);
    font-size: 27px;
    letter-spacing: -1px;
    color: white;
}
.homepage-youtube .embed-container{
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.homepage-youtube .embed-container iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pager {margin: 0 auto;    letter-spacing: 0;}

@media screen and (max-width:1200px){
.hide-lg{
display:none
}

.hidden-lg{
display:none!important
}

.show-lg{
display:block
}

.show-inline-lg{
display:inline
}

.show-inline-block-lg{
display:inline-block
}

.show-flex-lg{
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex
}

.shown-lg{
display:block!important
}

.shown-inline-lg{
display:inline!important
}

.shown-inline-block-lg{
display:inline-block!important
}

.shown-flex-lg{
display:-webkit-box!important;
display:-webkit-flex!important;
display:-ms-flexbox!important;
display:flex!important
}


}

@media screen and (min-width:1025px) and (max-width:1200px){
.hide-lg-only{
display:none
}

.hidden-lg-only{
display:none!important
}

.show-lg-only{
display:block
}

.show-inline-lg-only{
display:inline
}

.show-inline-block-lg-only{
display:inline-block
}

.show-flex-lg-only{
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex
}

.shown-lg-only{
display:block!important
}

.shown-inline-lg-only{
display:inline!important
}

.shown-inline-block-lg-only{
display:inline-block!important
}

.shown-flex-lg-only{
display:-webkit-box!important;
display:-webkit-flex!important;
display:-ms-flexbox!important;
display:flex!important
}


}

@media screen and (max-width:1024px){
.hide-md{
display:none
}

.hidden-md{
display:none!important
}

.show-md{
display:block
}

.show-inline-md{
display:inline
}

.show-inline-block-md{
display:inline-block
}

.show-flex-md{
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex
}

.shown-md{
display:block!important
}

.shown-inline-md{
display:inline!important
}

.shown-inline-block-md{
display:inline-block!important
}

.shown-flex-md{
display:-webkit-box!important;
display:-webkit-flex!important;
display:-ms-flexbox!important;
display:flex!important
}


}

@media screen and (min-width:769px) and (max-width:1024px){
.hide-md-only{
display:none
}

.hidden-md-only{
display:none!important
}

.show-md-only{
display:block
}

.show-inline-md-only{
display:inline
}

.show-inline-block-md-only{
display:inline-block
}

.show-flex-md-only{
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex
}

.shown-md-only{
display:block!important
}

.shown-inline-md-only{
display:inline!important
}

.shown-inline-block-md-only{
display:inline-block!important
}

.shown-flex-md-only{
display:-webkit-box!important;
display:-webkit-flex!important;
display:-ms-flexbox!important;
display:flex!important
}


}

@media screen and (max-width:768px){
.hide-sm{
display:none
}

.hidden-sm{
display:none!important
}

.show-sm{
display:block
}

.show-inline-sm{
display:inline
}

.show-inline-block-sm{
display:inline-block
}

.show-flex-sm{
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex
}

.shown-sm{
display:block!important
}

.shown-inline-sm{
display:inline!important
}

.shown-inline-block-sm{
display:inline-block!important
}

.shown-flex-sm{
display:-webkit-box!important;
display:-webkit-flex!important;
display:-ms-flexbox!important;
display:flex!important
}


}

@media screen and (min-width:481px) and (max-width:768px){
.hide-sm-only{
display:none
}

.hidden-sm-only{
display:none!important
}

.show-sm-only{
display:block
}

.show-inline-sm-only{
display:inline
}

.show-inline-block-sm-only{
display:inline-block
}

.show-flex-sm-only{
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex
}

.shown-sm-only{
display:block!important
}

.shown-inline-sm-only{
display:inline!important
}

.shown-inline-block-sm-only{
display:inline-block!important
}

.shown-flex-sm-only{
display:-webkit-box!important;
display:-webkit-flex!important;
display:-ms-flexbox!important;
display:flex!important
}


}

@media screen and (max-width:480px){
.hide-xs{
display:none
}

.hidden-xs{
display:none!important
}

.show-xs{
display:block
}

.show-inline-xs{
display:inline
}

.show-inline-block-xs{
display:inline-block
}

.show-flex-xs{
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex
}

.shown-xs{
display:block!important
}

.shown-inline-xs{
display:inline!important
}

.shown-inline-block-xs{
display:inline-block!important
}

.shown-flex-xs{
display:-webkit-box!important;
display:-webkit-flex!important;
display:-ms-flexbox!important;
display:flex!important
}


}

@media screen and (min-width:381px) and (max-width:480px){
.hide-xs-only{
display:none
}

.hidden-xs-only{
display:none!important
}

.show-xs-only{
display:block
}

.show-inline-xs-only{
display:inline
}

.show-inline-block-xs-only{
display:inline-block
}

.show-flex-xs-only{
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex
}

.shown-xs-only{
display:block!important
}

.shown-inline-xs-only{
display:inline!important
}

.shown-inline-block-xs-only{
display:inline-block!important
}

.shown-flex-xs-only{
display:-webkit-box!important;
display:-webkit-flex!important;
display:-ms-flexbox!important;
display:flex!important
}


}

@media screen and (max-width:380px){
.hide-mc{
display:none
}

.hidden-mc{
display:none!important
}

.show-mc{
display:block
}

.show-inline-mc{
display:inline
}

.show-inline-block-mc{
display:inline-block
}

.show-flex-mc{
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex
}

.shown-mc{
display:block!important
}

.shown-inline-mc{
display:inline!important
}

.shown-inline-block-mc{
display:inline-block!important
}

.shown-flex-mc{
display:-webkit-box!important;
display:-webkit-flex!important;
display:-ms-flexbox!important;
display:flex!important
}


}

.push-xl-0{
margin-left:0%
}

.push-xl-1{
margin-left:8.33333%
}

.push-xl-2{
margin-left:16.66667%
}

.push-xl-3{
margin-left:25%
}

.push-xl-4{
margin-left:33.33333%
}

.push-xl-5{
margin-left:41.66667%
}

.push-xl-6{
margin-left:50%
}

.push-xl-7{
margin-left:58.33333%
}

.push-xl-8{
margin-left:66.66667%
}

.push-xl-9{
margin-left:75%
}

.push-xl-10{
margin-left:83.33333%
}

.push-xl-11{
margin-left:91.66667%
}

.push-xl-12{
margin-left:100%
}

.pull-xl-0{
margin-left:0%
}

.pull-xl-1{
margin-left:-8.33333%
}

.pull-xl-2{
margin-left:-16.66667%
}

.pull-xl-3{
margin-left:-25%
}

.pull-xl-4{
margin-left:-33.33333%
}

.pull-xl-5{
margin-left:-41.66667%
}

.pull-xl-6{
margin-left:-50%
}

.pull-xl-7{
margin-left:-58.33333%
}

.pull-xl-8{
margin-left:-66.66667%
}

.pull-xl-9{
margin-left:-75%
}

.pull-xl-10{
margin-left:-83.33333%
}

.pull-xl-11{
margin-left:-91.66667%
}

.pull-xl-12{
margin-left:-100%
}

.post-xl-0{
margin-right:0%
}

.post-xl-1{
margin-right:8.33333%
}

.post-xl-2{
margin-right:16.66667%
}

.post-xl-3{
margin-right:25%
}

.post-xl-4{
margin-right:33.33333%
}

.post-xl-5{
margin-right:41.66667%
}

.post-xl-6{
margin-right:50%
}

.post-xl-7{
margin-right:58.33333%
}

.post-xl-8{
margin-right:66.66667%
}

.post-xl-9{
margin-right:75%
}

.post-xl-10{
margin-right:83.33333%
}

.post-xl-11{
margin-right:91.66667%
}

.post-xl-12{
margin-right:100%
}

.push-xl-five{
margin-left:20%
}

.pull-xl-five{
margin-left:-20%
}

.post-xl-five{
margin-right:20%
}

.pull-xl-left{
float:left
}

.pull-xl-right{
float:right
}

.clearfix-xl:after{
content:"";
display:table;
clear:both;
height:0;
font-size:0;
line-height:0;
margin:0;
padding:0;
width:100%
}

@media screen and (max-width:1200px){
.push-lg-0{
margin-left:0%
}

.push-lg-1{
margin-left:8.33333%
}

.push-lg-2{
margin-left:16.66667%
}

.push-lg-3{
margin-left:25%
}

.push-lg-4{
margin-left:33.33333%
}

.push-lg-5{
margin-left:41.66667%
}

.push-lg-6{
margin-left:50%
}

.push-lg-7{
margin-left:58.33333%
}

.push-lg-8{
margin-left:66.66667%
}

.push-lg-9{
margin-left:75%
}

.push-lg-10{
margin-left:83.33333%
}

.push-lg-11{
margin-left:91.66667%
}

.push-lg-12{
margin-left:100%
}

.pull-lg-0{
margin-left:0%
}

.pull-lg-1{
margin-left:-8.33333%
}

.pull-lg-2{
margin-left:-16.66667%
}

.pull-lg-3{
margin-left:-25%
}

.pull-lg-4{
margin-left:-33.33333%
}

.pull-lg-5{
margin-left:-41.66667%
}

.pull-lg-6{
margin-left:-50%
}

.pull-lg-7{
margin-left:-58.33333%
}

.pull-lg-8{
margin-left:-66.66667%
}

.pull-lg-9{
margin-left:-75%
}

.pull-lg-10{
margin-left:-83.33333%
}

.pull-lg-11{
margin-left:-91.66667%
}

.pull-lg-12{
margin-left:-100%
}

.post-lg-0{
margin-right:0%
}

.post-lg-1{
margin-right:8.33333%
}

.post-lg-2{
margin-right:16.66667%
}

.post-lg-3{
margin-right:25%
}

.post-lg-4{
margin-right:33.33333%
}

.post-lg-5{
margin-right:41.66667%
}

.post-lg-6{
margin-right:50%
}

.post-lg-7{
margin-right:58.33333%
}

.post-lg-8{
margin-right:66.66667%
}

.post-lg-9{
margin-right:75%
}

.post-lg-10{
margin-right:83.33333%
}

.post-lg-11{
margin-right:91.66667%
}

.post-lg-12{
margin-right:100%
}

.push-lg-five{
margin-left:20%
}

.pull-lg-five{
margin-left:-20%
}

.post-lg-five{
margin-right:20%
}

.pull-lg-left{
float:left
}

.pull-lg-right{
float:right
}

.clearfix-lg:after{
content:"";
display:table;
clear:both;
height:0;
font-size:0;
line-height:0;
margin:0;
padding:0;
width:100%
}


}

@media screen and (min-width:1025px) and (max-width:1200px){
.push-lg-0-only{
margin-left:0%
}

.push-lg-1-only{
margin-left:8.33333%
}

.push-lg-2-only{
margin-left:16.66667%
}

.push-lg-3-only{
margin-left:25%
}

.push-lg-4-only{
margin-left:33.33333%
}

.push-lg-5-only{
margin-left:41.66667%
}

.push-lg-6-only{
margin-left:50%
}

.push-lg-7-only{
margin-left:58.33333%
}

.push-lg-8-only{
margin-left:66.66667%
}

.push-lg-9-only{
margin-left:75%
}

.push-lg-10-only{
margin-left:83.33333%
}

.push-lg-11-only{
margin-left:91.66667%
}

.push-lg-12-only{
margin-left:100%
}

.pull-lg-0-only{
margin-left:0%
}

.pull-lg-1-only{
margin-left:-8.33333%
}

.pull-lg-2-only{
margin-left:-16.66667%
}

.pull-lg-3-only{
margin-left:-25%
}

.pull-lg-4-only{
margin-left:-33.33333%
}

.pull-lg-5-only{
margin-left:-41.66667%
}

.pull-lg-6-only{
margin-left:-50%
}

.pull-lg-7-only{
margin-left:-58.33333%
}

.pull-lg-8-only{
margin-left:-66.66667%
}

.pull-lg-9-only{
margin-left:-75%
}

.pull-lg-10-only{
margin-left:-83.33333%
}

.pull-lg-11-only{
margin-left:-91.66667%
}

.pull-lg-12-only{
margin-left:-100%
}

.post-lg-0-only{
margin-right:0%
}

.post-lg-1-only{
margin-right:8.33333%
}

.post-lg-2-only{
margin-right:16.66667%
}

.post-lg-3-only{
margin-right:25%
}

.post-lg-4-only{
margin-right:33.33333%
}

.post-lg-5-only{
margin-right:41.66667%
}

.post-lg-6-only{
margin-right:50%
}

.post-lg-7-only{
margin-right:58.33333%
}

.post-lg-8-only{
margin-right:66.66667%
}

.post-lg-9-only{
margin-right:75%
}

.post-lg-10-only{
margin-right:83.33333%
}

.post-lg-11-only{
margin-right:91.66667%
}

.post-lg-12-only{
margin-right:100%
}

.push-lg-five-only{
margin-left:20%
}

.pull-lg-five-only{
margin-left:-20%
}

.post-lg-five-only{
margin-right:20%
}

.pull-lg-left-only{
float:left
}

.pull-lg-right-only{
float:right
}

.clearfix-lg-only:after{
content:"";
display:table;
clear:both;
height:0;
font-size:0;
line-height:0;
margin:0;
padding:0;
width:100%
}


}

@media screen and (max-width:1024px){
.push-md-0{
margin-left:0%
}

.push-md-1{
margin-left:8.33333%
}

.push-md-2{
margin-left:16.66667%
}

.push-md-3{
margin-left:25%
}

.push-md-4{
margin-left:33.33333%
}

.push-md-5{
margin-left:41.66667%
}

.push-md-6{
margin-left:50%
}

.push-md-7{
margin-left:58.33333%
}

.push-md-8{
margin-left:66.66667%
}

.push-md-9{
margin-left:75%
}

.push-md-10{
margin-left:83.33333%
}

.push-md-11{
margin-left:91.66667%
}

.push-md-12{
margin-left:100%
}

.pull-md-0{
margin-left:0%
}

.pull-md-1{
margin-left:-8.33333%
}

.pull-md-2{
margin-left:-16.66667%
}

.pull-md-3{
margin-left:-25%
}

.pull-md-4{
margin-left:-33.33333%
}

.pull-md-5{
margin-left:-41.66667%
}

.pull-md-6{
margin-left:-50%
}

.pull-md-7{
margin-left:-58.33333%
}

.pull-md-8{
margin-left:-66.66667%
}

.pull-md-9{
margin-left:-75%
}

.pull-md-10{
margin-left:-83.33333%
}

.pull-md-11{
margin-left:-91.66667%
}

.pull-md-12{
margin-left:-100%
}

.post-md-0{
margin-right:0%
}

.post-md-1{
margin-right:8.33333%
}

.post-md-2{
margin-right:16.66667%
}

.post-md-3{
margin-right:25%
}

.post-md-4{
margin-right:33.33333%
}

.post-md-5{
margin-right:41.66667%
}

.post-md-6{
margin-right:50%
}

.post-md-7{
margin-right:58.33333%
}

.post-md-8{
margin-right:66.66667%
}

.post-md-9{
margin-right:75%
}

.post-md-10{
margin-right:83.33333%
}

.post-md-11{
margin-right:91.66667%
}

.post-md-12{
margin-right:100%
}

.push-md-five{
margin-left:20%
}

.pull-md-five{
margin-left:-20%
}

.post-md-five{
margin-right:20%
}

.pull-md-left{
float:left
}

.pull-md-right{
float:right
}

.clearfix-md:after{
content:"";
display:table;
clear:both;
height:0;
font-size:0;
line-height:0;
margin:0;
padding:0;
width:100%
}


}

@media screen and (min-width:769px) and (max-width:1024px){
.push-md-0-only{
margin-left:0%
}

.push-md-1-only{
margin-left:8.33333%
}

.push-md-2-only{
margin-left:16.66667%
}

.push-md-3-only{
margin-left:25%
}

.push-md-4-only{
margin-left:33.33333%
}

.push-md-5-only{
margin-left:41.66667%
}

.push-md-6-only{
margin-left:50%
}

.push-md-7-only{
margin-left:58.33333%
}

.push-md-8-only{
margin-left:66.66667%
}

.push-md-9-only{
margin-left:75%
}

.push-md-10-only{
margin-left:83.33333%
}

.push-md-11-only{
margin-left:91.66667%
}

.push-md-12-only{
margin-left:100%
}

.pull-md-0-only{
margin-left:0%
}

.pull-md-1-only{
margin-left:-8.33333%
}

.pull-md-2-only{
margin-left:-16.66667%
}

.pull-md-3-only{
margin-left:-25%
}

.pull-md-4-only{
margin-left:-33.33333%
}

.pull-md-5-only{
margin-left:-41.66667%
}

.pull-md-6-only{
margin-left:-50%
}

.pull-md-7-only{
margin-left:-58.33333%
}

.pull-md-8-only{
margin-left:-66.66667%
}

.pull-md-9-only{
margin-left:-75%
}

.pull-md-10-only{
margin-left:-83.33333%
}

.pull-md-11-only{
margin-left:-91.66667%
}

.pull-md-12-only{
margin-left:-100%
}

.post-md-0-only{
margin-right:0%
}

.post-md-1-only{
margin-right:8.33333%
}

.post-md-2-only{
margin-right:16.66667%
}

.post-md-3-only{
margin-right:25%
}

.post-md-4-only{
margin-right:33.33333%
}

.post-md-5-only{
margin-right:41.66667%
}

.post-md-6-only{
margin-right:50%
}

.post-md-7-only{
margin-right:58.33333%
}

.post-md-8-only{
margin-right:66.66667%
}

.post-md-9-only{
margin-right:75%
}

.post-md-10-only{
margin-right:83.33333%
}

.post-md-11-only{
margin-right:91.66667%
}

.post-md-12-only{
margin-right:100%
}

.push-md-five-only{
margin-left:20%
}

.pull-md-five-only{
margin-left:-20%
}

.post-md-five-only{
margin-right:20%
}

.pull-md-left-only{
float:left
}

.pull-md-right-only{
float:right
}

.clearfix-md-only:after{
content:"";
display:table;
clear:both;
height:0;
font-size:0;
line-height:0;
margin:0;
padding:0;
width:100%
}


}

@media screen and (max-width:768px){
.push-sm-0{
margin-left:0%
}

.push-sm-1{
margin-left:8.33333%
}

.push-sm-2{
margin-left:16.66667%
}

.push-sm-3{
margin-left:25%
}

.push-sm-4{
margin-left:33.33333%
}

.push-sm-5{
margin-left:41.66667%
}

.push-sm-6{
margin-left:50%
}

.push-sm-7{
margin-left:58.33333%
}

.push-sm-8{
margin-left:66.66667%
}

.push-sm-9{
margin-left:75%
}

.push-sm-10{
margin-left:83.33333%
}

.push-sm-11{
margin-left:91.66667%
}

.push-sm-12{
margin-left:100%
}

.pull-sm-0{
margin-left:0%
}

.pull-sm-1{
margin-left:-8.33333%
}

.pull-sm-2{
margin-left:-16.66667%
}

.pull-sm-3{
margin-left:-25%
}

.pull-sm-4{
margin-left:-33.33333%
}

.pull-sm-5{
margin-left:-41.66667%
}

.pull-sm-6{
margin-left:-50%
}

.pull-sm-7{
margin-left:-58.33333%
}

.pull-sm-8{
margin-left:-66.66667%
}

.pull-sm-9{
margin-left:-75%
}

.pull-sm-10{
margin-left:-83.33333%
}

.pull-sm-11{
margin-left:-91.66667%
}

.pull-sm-12{
margin-left:-100%
}

.post-sm-0{
margin-right:0%
}

.post-sm-1{
margin-right:8.33333%
}

.post-sm-2{
margin-right:16.66667%
}

.post-sm-3{
margin-right:25%
}

.post-sm-4{
margin-right:33.33333%
}

.post-sm-5{
margin-right:41.66667%
}

.post-sm-6{
margin-right:50%
}

.post-sm-7{
margin-right:58.33333%
}

.post-sm-8{
margin-right:66.66667%
}

.post-sm-9{
margin-right:75%
}

.post-sm-10{
margin-right:83.33333%
}

.post-sm-11{
margin-right:91.66667%
}

.post-sm-12{
margin-right:100%
}

.push-sm-five{
margin-left:20%
}

.pull-sm-five{
margin-left:-20%
}

.post-sm-five{
margin-right:20%
}

.pull-sm-left{
float:left
}

.pull-sm-right{
float:right
}

.clearfix-sm:after{
content:"";
display:table;
clear:both;
height:0;
font-size:0;
line-height:0;
margin:0;
padding:0;
width:100%
}


}

@media screen and (min-width:481px) and (max-width:768px){
.push-sm-0-only{
margin-left:0%
}

.push-sm-1-only{
margin-left:8.33333%
}

.push-sm-2-only{
margin-left:16.66667%
}

.push-sm-3-only{
margin-left:25%
}

.push-sm-4-only{
margin-left:33.33333%
}

.push-sm-5-only{
margin-left:41.66667%
}

.push-sm-6-only{
margin-left:50%
}

.push-sm-7-only{
margin-left:58.33333%
}

.push-sm-8-only{
margin-left:66.66667%
}

.push-sm-9-only{
margin-left:75%
}

.push-sm-10-only{
margin-left:83.33333%
}

.push-sm-11-only{
margin-left:91.66667%
}

.push-sm-12-only{
margin-left:100%
}

.pull-sm-0-only{
margin-left:0%
}

.pull-sm-1-only{
margin-left:-8.33333%
}

.pull-sm-2-only{
margin-left:-16.66667%
}

.pull-sm-3-only{
margin-left:-25%
}

.pull-sm-4-only{
margin-left:-33.33333%
}

.pull-sm-5-only{
margin-left:-41.66667%
}

.pull-sm-6-only{
margin-left:-50%
}

.pull-sm-7-only{
margin-left:-58.33333%
}

.pull-sm-8-only{
margin-left:-66.66667%
}

.pull-sm-9-only{
margin-left:-75%
}

.pull-sm-10-only{
margin-left:-83.33333%
}

.pull-sm-11-only{
margin-left:-91.66667%
}

.pull-sm-12-only{
margin-left:-100%
}

.post-sm-0-only{
margin-right:0%
}

.post-sm-1-only{
margin-right:8.33333%
}

.post-sm-2-only{
margin-right:16.66667%
}

.post-sm-3-only{
margin-right:25%
}

.post-sm-4-only{
margin-right:33.33333%
}

.post-sm-5-only{
margin-right:41.66667%
}

.post-sm-6-only{
margin-right:50%
}

.post-sm-7-only{
margin-right:58.33333%
}

.post-sm-8-only{
margin-right:66.66667%
}

.post-sm-9-only{
margin-right:75%
}

.post-sm-10-only{
margin-right:83.33333%
}

.post-sm-11-only{
margin-right:91.66667%
}

.post-sm-12-only{
margin-right:100%
}

.push-sm-five-only{
margin-left:20%
}

.pull-sm-five-only{
margin-left:-20%
}

.post-sm-five-only{
margin-right:20%
}

.pull-sm-left-only{
float:left
}

.pull-sm-right-only{
float:right
}

.clearfix-sm-only:after{
content:"";
display:table;
clear:both;
height:0;
font-size:0;
line-height:0;
margin:0;
padding:0;
width:100%
}


}

@media screen and (max-width:480px){
.push-xs-0{
margin-left:0%
}

.push-xs-1{
margin-left:8.33333%
}

.push-xs-2{
margin-left:16.66667%
}

.push-xs-3{
margin-left:25%
}

.push-xs-4{
margin-left:33.33333%
}

.push-xs-5{
margin-left:41.66667%
}

.push-xs-6{
margin-left:50%
}

.push-xs-7{
margin-left:58.33333%
}

.push-xs-8{
margin-left:66.66667%
}

.push-xs-9{
margin-left:75%
}

.push-xs-10{
margin-left:83.33333%
}

.push-xs-11{
margin-left:91.66667%
}

.push-xs-12{
margin-left:100%
}

.pull-xs-0{
margin-left:0%
}

.pull-xs-1{
margin-left:-8.33333%
}

.pull-xs-2{
margin-left:-16.66667%
}

.pull-xs-3{
margin-left:-25%
}

.pull-xs-4{
margin-left:-33.33333%
}

.pull-xs-5{
margin-left:-41.66667%
}

.pull-xs-6{
margin-left:-50%
}

.pull-xs-7{
margin-left:-58.33333%
}

.pull-xs-8{
margin-left:-66.66667%
}

.pull-xs-9{
margin-left:-75%
}

.pull-xs-10{
margin-left:-83.33333%
}

.pull-xs-11{
margin-left:-91.66667%
}

.pull-xs-12{
margin-left:-100%
}

.post-xs-0{
margin-right:0%
}

.post-xs-1{
margin-right:8.33333%
}

.post-xs-2{
margin-right:16.66667%
}

.post-xs-3{
margin-right:25%
}

.post-xs-4{
margin-right:33.33333%
}

.post-xs-5{
margin-right:41.66667%
}

.post-xs-6{
margin-right:50%
}

.post-xs-7{
margin-right:58.33333%
}

.post-xs-8{
margin-right:66.66667%
}

.post-xs-9{
margin-right:75%
}

.post-xs-10{
margin-right:83.33333%
}

.post-xs-11{
margin-right:91.66667%
}

.post-xs-12{
margin-right:100%
}

.push-xs-five{
margin-left:20%
}

.pull-xs-five{
margin-left:-20%
}

.post-xs-five{
margin-right:20%
}

.pull-xs-left{
float:left
}

.pull-xs-right{
float:right
}

.clearfix-xs:after{
content:"";
display:table;
clear:both;
height:0;
font-size:0;
line-height:0;
margin:0;
padding:0;
width:100%
}


}

@media screen and (min-width:381px) and (max-width:480px){
.push-xs-0-only{
margin-left:0%
}

.push-xs-1-only{
margin-left:8.33333%
}

.push-xs-2-only{
margin-left:16.66667%
}

.push-xs-3-only{
margin-left:25%
}

.push-xs-4-only{
margin-left:33.33333%
}

.push-xs-5-only{
margin-left:41.66667%
}

.push-xs-6-only{
margin-left:50%
}

.push-xs-7-only{
margin-left:58.33333%
}

.push-xs-8-only{
margin-left:66.66667%
}

.push-xs-9-only{
margin-left:75%
}

.push-xs-10-only{
margin-left:83.33333%
}

.push-xs-11-only{
margin-left:91.66667%
}

.push-xs-12-only{
margin-left:100%
}

.pull-xs-0-only{
margin-left:0%
}

.pull-xs-1-only{
margin-left:-8.33333%
}

.pull-xs-2-only{
margin-left:-16.66667%
}

.pull-xs-3-only{
margin-left:-25%
}

.pull-xs-4-only{
margin-left:-33.33333%
}

.pull-xs-5-only{
margin-left:-41.66667%
}

.pull-xs-6-only{
margin-left:-50%
}

.pull-xs-7-only{
margin-left:-58.33333%
}

.pull-xs-8-only{
margin-left:-66.66667%
}

.pull-xs-9-only{
margin-left:-75%
}

.pull-xs-10-only{
margin-left:-83.33333%
}

.pull-xs-11-only{
margin-left:-91.66667%
}

.pull-xs-12-only{
margin-left:-100%
}

.post-xs-0-only{
margin-right:0%
}

.post-xs-1-only{
margin-right:8.33333%
}

.post-xs-2-only{
margin-right:16.66667%
}

.post-xs-3-only{
margin-right:25%
}

.post-xs-4-only{
margin-right:33.33333%
}

.post-xs-5-only{
margin-right:41.66667%
}

.post-xs-6-only{
margin-right:50%
}

.post-xs-7-only{
margin-right:58.33333%
}

.post-xs-8-only{
margin-right:66.66667%
}

.post-xs-9-only{
margin-right:75%
}

.post-xs-10-only{
margin-right:83.33333%
}

.post-xs-11-only{
margin-right:91.66667%
}

.post-xs-12-only{
margin-right:100%
}

.push-xs-five-only{
margin-left:20%
}

.pull-xs-five-only{
margin-left:-20%
}

.post-xs-five-only{
margin-right:20%
}

.pull-xs-left-only{
float:left
}

.pull-xs-right-only{
float:right
}

.clearfix-xs-only:after{
content:"";
display:table;
clear:both;
height:0;
font-size:0;
line-height:0;
margin:0;
padding:0;
width:100%
}


}

@media screen and (max-width:380px){
.push-mc-0{
margin-left:0%
}

.push-mc-1{
margin-left:8.33333%
}

.push-mc-2{
margin-left:16.66667%
}

.push-mc-3{
margin-left:25%
}

.push-mc-4{
margin-left:33.33333%
}

.push-mc-5{
margin-left:41.66667%
}

.push-mc-6{
margin-left:50%
}

.push-mc-7{
margin-left:58.33333%
}

.push-mc-8{
margin-left:66.66667%
}

.push-mc-9{
margin-left:75%
}

.push-mc-10{
margin-left:83.33333%
}

.push-mc-11{
margin-left:91.66667%
}

.push-mc-12{
margin-left:100%
}

.pull-mc-0{
margin-left:0%
}

.pull-mc-1{
margin-left:-8.33333%
}

.pull-mc-2{
margin-left:-16.66667%
}

.pull-mc-3{
margin-left:-25%
}

.pull-mc-4{
margin-left:-33.33333%
}

.pull-mc-5{
margin-left:-41.66667%
}

.pull-mc-6{
margin-left:-50%
}

.pull-mc-7{
margin-left:-58.33333%
}

.pull-mc-8{
margin-left:-66.66667%
}

.pull-mc-9{
margin-left:-75%
}

.pull-mc-10{
margin-left:-83.33333%
}

.pull-mc-11{
margin-left:-91.66667%
}

.pull-mc-12{
margin-left:-100%
}

.post-mc-0{
margin-right:0%
}

.post-mc-1{
margin-right:8.33333%
}

.post-mc-2{
margin-right:16.66667%
}

.post-mc-3{
margin-right:25%
}

.post-mc-4{
margin-right:33.33333%
}

.post-mc-5{
margin-right:41.66667%
}

.post-mc-6{
margin-right:50%
}

.post-mc-7{
margin-right:58.33333%
}

.post-mc-8{
margin-right:66.66667%
}

.post-mc-9{
margin-right:75%
}

.post-mc-10{
margin-right:83.33333%
}

.post-mc-11{
margin-right:91.66667%
}

.post-mc-12{
margin-right:100%
}

.push-mc-five{
margin-left:20%
}

.pull-mc-five{
margin-left:-20%
}

.post-mc-five{
margin-right:20%
}

.pull-mc-left{
float:left
}

.pull-mc-right{
float:right
}

.clearfix-mc:after{
content:"";
display:table;
clear:both;
height:0;
font-size:0;
line-height:0;
margin:0;
padding:0;
width:100%
}


}

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

.table th,.text-left-xl{
text-align:left
}

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

.text-justify-xl{
text-align:justify
}

@media screen and (max-width:1200px){
.text-right-lg{
text-align:right
}

.text-left-lg{
text-align:left
}

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

.text-justify-lg{
text-align:justify
}


}

@media screen and (min-width:1025px) and (max-width:1200px){
.text-right-lg-only{
text-align:right
}

.text-left-lg-only{
text-align:left
}

.text-center-lg-only{
text-align:center
}

.text-justify-lg-only{
text-align:justify
}


}

@media screen and (max-width:1024px){
.text-right-md{
text-align:right
}

.text-left-md{
text-align:left
}

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

.text-justify-md{
text-align:justify
}


}

@media screen and (min-width:769px) and (max-width:1024px){
.text-right-md-only{
text-align:right
}

.text-left-md-only{
text-align:left
}

.text-center-md-only{
text-align:center
}

.text-justify-md-only{
text-align:justify
}


}

@media screen and (max-width:830px){
.text-right-sm{
text-align:right
}

.text-left-sm{
text-align:left
}

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

.text-justify-sm{
text-align:justify
}


}

@media screen and (min-width:481px) and (max-width:830px){
.text-right-sm-only{
text-align:right
}

.text-left-sm-only{
text-align:left
}

.text-center-sm-only{
text-align:center
}

.text-justify-sm-only{
text-align:justify
}


}

@media screen and (max-width:480px){
.text-right-xs{
text-align:right
}

.text-left-xs{
text-align:left
}

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

.text-justify-xs{
text-align:justify
}


}

@media screen and (min-width:381px) and (max-width:480px){
.text-right-xs-only{
text-align:right
}

.text-left-xs-only{
text-align:left
}

.text-center-xs-only{
text-align:center
}

.text-justify-xs-only{
text-align:justify
}


}

@media screen and (max-width:380px){
.text-right-mc{
text-align:right
}

.text-left-mc{
text-align:left
}

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

.text-justify-mc{
text-align:justify
}


}

.container{
padding-left:10px;
padding-right:10px;
max-width:1220px;
margin-left:auto;
margin-right:auto
}

.container:after{
content:" ";
display:block;
clear:both
}

.row{
margin-left:-10px;
margin-right:-10px;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row
}

.col,.col-reverse,.row,.row-reverse{
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-flex:0;
-webkit-flex:0 1 100%;
-ms-flex:0 1 100%;
flex:0 1 100%;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}

.row-reverse{
margin-left:-10px;
margin-right:-10px;
-webkit-box-orient:horizontal;
-webkit-box-direction:reverse;
-webkit-flex-direction:row-reverse;
-ms-flex-direction:row-reverse;
flex-direction:row-reverse
}

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

.col-reverse{
-webkit-box-orient:vertical;
-webkit-box-direction:reverse;
-webkit-flex-direction:column-reverse;
-ms-flex-direction:column-reverse;
flex-direction:column-reverse
}

[class*=cell-]{
padding-left:10px;
padding-right:10px
}

.cell-xl-1{
max-width:8.33333%;
-webkit-flex-basis:8.33333%;
-ms-flex-preferred-size:8.33333%;
flex-basis:8.33333%
}

.cell-xl-2{
max-width:16.66667%;
-webkit-flex-basis:16.66667%;
-ms-flex-preferred-size:16.66667%;
flex-basis:16.66667%
}

.cell-xl-3{
max-width:25%;
-webkit-flex-basis:25%;
-ms-flex-preferred-size:25%;
flex-basis:25%
}

.cell-xl-4{
max-width:33.33333%;
-webkit-flex-basis:33.33333%;
-ms-flex-preferred-size:33.33333%;
flex-basis:33.33333%
}

.cell-xl-5{
max-width:41.66667%;
-webkit-flex-basis:41.66667%;
-ms-flex-preferred-size:41.66667%;
flex-basis:41.66667%
}

.cell-xl-6{
max-width:50%;
-webkit-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%
}

.cell-xl-7{
max-width:58.33333%;
-webkit-flex-basis:58.33333%;
-ms-flex-preferred-size:58.33333%;
flex-basis:58.33333%
}

.cell-xl-8{
max-width:66.66667%;
-webkit-flex-basis:66.66667%;
-ms-flex-preferred-size:66.66667%;
flex-basis:66.66667%
}

.cell-xl-9{
max-width:75%;
-webkit-flex-basis:75%;
-ms-flex-preferred-size:75%;
flex-basis:75%
}

.cell-xl-10{
max-width:83.33333%;
-webkit-flex-basis:83.33333%;
-ms-flex-preferred-size:83.33333%;
flex-basis:83.33333%
}

.cell-xl-11{
max-width:91.66667%;
-webkit-flex-basis:91.66667%;
-ms-flex-preferred-size:91.66667%;
flex-basis:91.66667%
}

.cell-xl-12{
max-width:100%;
-webkit-flex-basis:100%;
-ms-flex-preferred-size:100%;
flex-basis:100%
}

.cell-xl-five{
max-width:20%;
-webkit-flex-basis:20%;
-ms-flex-preferred-size:20%;
flex-basis:20%
}

@media screen and (max-width:1200px){
.cell-lg-1{
max-width:8.33333%;
-webkit-flex-basis:8.33333%;
-ms-flex-preferred-size:8.33333%;
flex-basis:8.33333%
}

.cell-lg-2{
max-width:16.66667%;
-webkit-flex-basis:16.66667%;
-ms-flex-preferred-size:16.66667%;
flex-basis:16.66667%
}

.cell-lg-3{
max-width:25%;
-webkit-flex-basis:25%;
-ms-flex-preferred-size:25%;
flex-basis:25%
}

.cell-lg-4{
max-width:33.33333%;
-webkit-flex-basis:33.33333%;
-ms-flex-preferred-size:33.33333%;
flex-basis:33.33333%
}

.cell-lg-5{
max-width:41.66667%;
-webkit-flex-basis:41.66667%;
-ms-flex-preferred-size:41.66667%;
flex-basis:41.66667%
}

.cell-lg-6{
max-width:50%;
-webkit-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%
}

.cell-lg-7{
max-width:58.33333%;
-webkit-flex-basis:58.33333%;
-ms-flex-preferred-size:58.33333%;
flex-basis:58.33333%
}

.cell-lg-8{
max-width:66.66667%;
-webkit-flex-basis:66.66667%;
-ms-flex-preferred-size:66.66667%;
flex-basis:66.66667%
}

.cell-lg-9{
max-width:75%;
-webkit-flex-basis:75%;
-ms-flex-preferred-size:75%;
flex-basis:75%
}

.cell-lg-10{
max-width:83.33333%;
-webkit-flex-basis:83.33333%;
-ms-flex-preferred-size:83.33333%;
flex-basis:83.33333%
}

.cell-lg-11{
max-width:91.66667%;
-webkit-flex-basis:91.66667%;
-ms-flex-preferred-size:91.66667%;
flex-basis:91.66667%
}

.cell-lg-12{
max-width:100%;
-webkit-flex-basis:100%;
-ms-flex-preferred-size:100%;
flex-basis:100%
}

.cell-lg-five{
max-width:20%;
-webkit-flex-basis:20%;
-ms-flex-preferred-size:20%;
flex-basis:20%
}


}

@media screen and (min-width:1025px) and (max-width:1200px){
.cell-lg-1-only{
max-width:8.33333%;
-webkit-flex-basis:8.33333%;
-ms-flex-preferred-size:8.33333%;
flex-basis:8.33333%
}

.cell-lg-2-only{
max-width:16.66667%;
-webkit-flex-basis:16.66667%;
-ms-flex-preferred-size:16.66667%;
flex-basis:16.66667%
}

.cell-lg-3-only{
max-width:25%;
-webkit-flex-basis:25%;
-ms-flex-preferred-size:25%;
flex-basis:25%
}

.cell-lg-4-only{
max-width:33.33333%;
-webkit-flex-basis:33.33333%;
-ms-flex-preferred-size:33.33333%;
flex-basis:33.33333%
}

.cell-lg-5-only{
max-width:41.66667%;
-webkit-flex-basis:41.66667%;
-ms-flex-preferred-size:41.66667%;
flex-basis:41.66667%
}

.cell-lg-6-only{
max-width:50%;
-webkit-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%
}

.cell-lg-7-only{
max-width:58.33333%;
-webkit-flex-basis:58.33333%;
-ms-flex-preferred-size:58.33333%;
flex-basis:58.33333%
}

.cell-lg-8-only{
max-width:66.66667%;
-webkit-flex-basis:66.66667%;
-ms-flex-preferred-size:66.66667%;
flex-basis:66.66667%
}

.cell-lg-9-only{
max-width:75%;
-webkit-flex-basis:75%;
-ms-flex-preferred-size:75%;
flex-basis:75%
}

.cell-lg-10-only{
max-width:83.33333%;
-webkit-flex-basis:83.33333%;
-ms-flex-preferred-size:83.33333%;
flex-basis:83.33333%
}

.cell-lg-11-only{
max-width:91.66667%;
-webkit-flex-basis:91.66667%;
-ms-flex-preferred-size:91.66667%;
flex-basis:91.66667%
}

.cell-lg-12-only{
max-width:100%;
-webkit-flex-basis:100%;
-ms-flex-preferred-size:100%;
flex-basis:100%
}

.cell-lg-five-only{
max-width:20%;
-webkit-flex-basis:20%;
-ms-flex-preferred-size:20%;
flex-basis:20%
}


}

@media screen and (max-width:1024px){
.cell-md-1{
max-width:8.33333%;
-webkit-flex-basis:8.33333%;
-ms-flex-preferred-size:8.33333%;
flex-basis:8.33333%
}

.cell-md-2{
max-width:16.66667%;
-webkit-flex-basis:16.66667%;
-ms-flex-preferred-size:16.66667%;
flex-basis:16.66667%
}

.cell-md-3{
max-width:25%;
-webkit-flex-basis:25%;
-ms-flex-preferred-size:25%;
flex-basis:25%
}

.cell-md-4{
max-width:33.33333%;
-webkit-flex-basis:33.33333%;
-ms-flex-preferred-size:33.33333%;
flex-basis:33.33333%
}

.cell-md-5{
max-width:41.66667%;
-webkit-flex-basis:41.66667%;
-ms-flex-preferred-size:41.66667%;
flex-basis:41.66667%
}

.cell-md-6{
max-width:50%;
-webkit-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%
}

.cell-md-7{
max-width:58.33333%;
-webkit-flex-basis:58.33333%;
-ms-flex-preferred-size:58.33333%;
flex-basis:58.33333%
}

.cell-md-8{
max-width:66.66667%;
-webkit-flex-basis:66.66667%;
-ms-flex-preferred-size:66.66667%;
flex-basis:66.66667%
}

.cell-md-9{
max-width:75%;
-webkit-flex-basis:75%;
-ms-flex-preferred-size:75%;
flex-basis:75%
}

.cell-md-10{
max-width:83.33333%;
-webkit-flex-basis:83.33333%;
-ms-flex-preferred-size:83.33333%;
flex-basis:83.33333%
}

.cell-md-11{
max-width:91.66667%;
-webkit-flex-basis:91.66667%;
-ms-flex-preferred-size:91.66667%;
flex-basis:91.66667%
}

.cell-md-12{
max-width:100%;
-webkit-flex-basis:100%;
-ms-flex-preferred-size:100%;
flex-basis:100%
}

.cell-md-five{
max-width:20%;
-webkit-flex-basis:20%;
-ms-flex-preferred-size:20%;
flex-basis:20%
}


}

@media screen and (min-width:769px) and (max-width:1024px){
.cell-md-1-only{
max-width:8.33333%;
-webkit-flex-basis:8.33333%;
-ms-flex-preferred-size:8.33333%;
flex-basis:8.33333%
}

.cell-md-2-only{
max-width:16.66667%;
-webkit-flex-basis:16.66667%;
-ms-flex-preferred-size:16.66667%;
flex-basis:16.66667%
}

.cell-md-3-only{
max-width:25%;
-webkit-flex-basis:25%;
-ms-flex-preferred-size:25%;
flex-basis:25%
}

.cell-md-4-only{
max-width:33.33333%;
-webkit-flex-basis:33.33333%;
-ms-flex-preferred-size:33.33333%;
flex-basis:33.33333%
}

.cell-md-5-only{
max-width:41.66667%;
-webkit-flex-basis:41.66667%;
-ms-flex-preferred-size:41.66667%;
flex-basis:41.66667%
}

.cell-md-6-only{
max-width:50%;
-webkit-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%
}

.cell-md-7-only{
max-width:58.33333%;
-webkit-flex-basis:58.33333%;
-ms-flex-preferred-size:58.33333%;
flex-basis:58.33333%
}

.cell-md-8-only{
max-width:66.66667%;
-webkit-flex-basis:66.66667%;
-ms-flex-preferred-size:66.66667%;
flex-basis:66.66667%
}

.cell-md-9-only{
max-width:75%;
-webkit-flex-basis:75%;
-ms-flex-preferred-size:75%;
flex-basis:75%
}

.cell-md-10-only{
max-width:83.33333%;
-webkit-flex-basis:83.33333%;
-ms-flex-preferred-size:83.33333%;
flex-basis:83.33333%
}

.cell-md-11-only{
max-width:91.66667%;
-webkit-flex-basis:91.66667%;
-ms-flex-preferred-size:91.66667%;
flex-basis:91.66667%
}

.cell-md-12-only{
max-width:100%;
-webkit-flex-basis:100%;
-ms-flex-preferred-size:100%;
flex-basis:100%
}

.cell-md-five-only{
max-width:20%;
-webkit-flex-basis:20%;
-ms-flex-preferred-size:20%;
flex-basis:20%
}


}

@media screen and (max-width:830px){
.cell-sm-1{
max-width:8.33333%;
-webkit-flex-basis:8.33333%;
-ms-flex-preferred-size:8.33333%;
flex-basis:8.33333%
}

.cell-sm-2{
max-width:16.66667%;
-webkit-flex-basis:16.66667%;
-ms-flex-preferred-size:16.66667%;
flex-basis:16.66667%
}

.cell-sm-3{
max-width:25%;
-webkit-flex-basis:25%;
-ms-flex-preferred-size:25%;
flex-basis:25%
}

.cell-sm-4{
max-width:33.33333%;
-webkit-flex-basis:33.33333%;
-ms-flex-preferred-size:33.33333%;
flex-basis:33.33333%
}

.cell-sm-5{
max-width:41.66667%;
-webkit-flex-basis:41.66667%;
-ms-flex-preferred-size:41.66667%;
flex-basis:41.66667%
}

.cell-sm-6{
max-width:50%;
-webkit-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%
}

.cell-sm-7{
max-width:58.33333%;
-webkit-flex-basis:58.33333%;
-ms-flex-preferred-size:58.33333%;
flex-basis:58.33333%
}

.cell-sm-8{
max-width:66.66667%;
-webkit-flex-basis:66.66667%;
-ms-flex-preferred-size:66.66667%;
flex-basis:66.66667%
}

.cell-sm-9{
max-width:75%;
-webkit-flex-basis:75%;
-ms-flex-preferred-size:75%;
flex-basis:75%
}

.cell-sm-10{
max-width:83.33333%;
-webkit-flex-basis:83.33333%;
-ms-flex-preferred-size:83.33333%;
flex-basis:83.33333%
}

.cell-sm-11{
max-width:91.66667%;
-webkit-flex-basis:91.66667%;
-ms-flex-preferred-size:91.66667%;
flex-basis:91.66667%
}

.cell-sm-12{
max-width:100%;
-webkit-flex-basis:100%;
-ms-flex-preferred-size:100%;
flex-basis:100%
}

.cell-sm-five{
max-width:20%;
-webkit-flex-basis:20%;
-ms-flex-preferred-size:20%;
flex-basis:20%
}


}

@media screen and (min-width:481px) and (max-width:768px){
.cell-sm-1-only{
max-width:8.33333%;
-webkit-flex-basis:8.33333%;
-ms-flex-preferred-size:8.33333%;
flex-basis:8.33333%
}

.cell-sm-2-only{
max-width:16.66667%;
-webkit-flex-basis:16.66667%;
-ms-flex-preferred-size:16.66667%;
flex-basis:16.66667%
}

.cell-sm-3-only{
max-width:25%;
-webkit-flex-basis:25%;
-ms-flex-preferred-size:25%;
flex-basis:25%
}

.cell-sm-4-only{
max-width:33.33333%;
-webkit-flex-basis:33.33333%;
-ms-flex-preferred-size:33.33333%;
flex-basis:33.33333%
}

.cell-sm-5-only{
max-width:41.66667%;
-webkit-flex-basis:41.66667%;
-ms-flex-preferred-size:41.66667%;
flex-basis:41.66667%
}

.cell-sm-6-only{
max-width:50%;
-webkit-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%
}

.cell-sm-7-only{
max-width:58.33333%;
-webkit-flex-basis:58.33333%;
-ms-flex-preferred-size:58.33333%;
flex-basis:58.33333%
}

.cell-sm-8-only{
max-width:66.66667%;
-webkit-flex-basis:66.66667%;
-ms-flex-preferred-size:66.66667%;
flex-basis:66.66667%
}

.cell-sm-9-only{
max-width:75%;
-webkit-flex-basis:75%;
-ms-flex-preferred-size:75%;
flex-basis:75%
}

.cell-sm-10-only{
max-width:83.33333%;
-webkit-flex-basis:83.33333%;
-ms-flex-preferred-size:83.33333%;
flex-basis:83.33333%
}

.cell-sm-11-only{
max-width:91.66667%;
-webkit-flex-basis:91.66667%;
-ms-flex-preferred-size:91.66667%;
flex-basis:91.66667%
}

.cell-sm-12-only{
max-width:100%;
-webkit-flex-basis:100%;
-ms-flex-preferred-size:100%;
flex-basis:100%
}

.cell-sm-five-only{
max-width:20%;
-webkit-flex-basis:20%;
-ms-flex-preferred-size:20%;
flex-basis:20%
}


}

@media screen and (max-width:480px){
.cell-xs-1{
max-width:8.33333%;
-webkit-flex-basis:8.33333%;
-ms-flex-preferred-size:8.33333%;
flex-basis:8.33333%
}

.cell-xs-2{
max-width:16.66667%;
-webkit-flex-basis:16.66667%;
-ms-flex-preferred-size:16.66667%;
flex-basis:16.66667%
}

.cell-xs-3{
max-width:25%;
-webkit-flex-basis:25%;
-ms-flex-preferred-size:25%;
flex-basis:25%
}

.cell-xs-4{
max-width:33.33333%;
-webkit-flex-basis:33.33333%;
-ms-flex-preferred-size:33.33333%;
flex-basis:33.33333%
}

.cell-xs-5{
max-width:41.66667%;
-webkit-flex-basis:41.66667%;
-ms-flex-preferred-size:41.66667%;
flex-basis:41.66667%
}

.cell-xs-6{
max-width:50%;
-webkit-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%
}

.cell-xs-7{
max-width:58.33333%;
-webkit-flex-basis:58.33333%;
-ms-flex-preferred-size:58.33333%;
flex-basis:58.33333%
}

.cell-xs-8{
max-width:66.66667%;
-webkit-flex-basis:66.66667%;
-ms-flex-preferred-size:66.66667%;
flex-basis:66.66667%
}

.cell-xs-9{
max-width:75%;
-webkit-flex-basis:75%;
-ms-flex-preferred-size:75%;
flex-basis:75%
}

.cell-xs-10{
max-width:83.33333%;
-webkit-flex-basis:83.33333%;
-ms-flex-preferred-size:83.33333%;
flex-basis:83.33333%
}

.cell-xs-11{
max-width:91.66667%;
-webkit-flex-basis:91.66667%;
-ms-flex-preferred-size:91.66667%;
flex-basis:91.66667%
}

.cell-xs-12{
max-width:100%;
-webkit-flex-basis:100%;
-ms-flex-preferred-size:100%;
flex-basis:100%
}

.cell-xs-five{
max-width:20%;
-webkit-flex-basis:20%;
-ms-flex-preferred-size:20%;
flex-basis:20%
}


}

@media screen and (min-width:381px) and (max-width:480px){
.cell-xs-1-only{
max-width:8.33333%;
-webkit-flex-basis:8.33333%;
-ms-flex-preferred-size:8.33333%;
flex-basis:8.33333%
}

.cell-xs-2-only{
max-width:16.66667%;
-webkit-flex-basis:16.66667%;
-ms-flex-preferred-size:16.66667%;
flex-basis:16.66667%
}

.cell-xs-3-only{
max-width:25%;
-webkit-flex-basis:25%;
-ms-flex-preferred-size:25%;
flex-basis:25%
}

.cell-xs-4-only{
max-width:33.33333%;
-webkit-flex-basis:33.33333%;
-ms-flex-preferred-size:33.33333%;
flex-basis:33.33333%
}

.cell-xs-5-only{
max-width:41.66667%;
-webkit-flex-basis:41.66667%;
-ms-flex-preferred-size:41.66667%;
flex-basis:41.66667%
}

.cell-xs-6-only{
max-width:50%;
-webkit-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%
}

.cell-xs-7-only{
max-width:58.33333%;
-webkit-flex-basis:58.33333%;
-ms-flex-preferred-size:58.33333%;
flex-basis:58.33333%
}

.cell-xs-8-only{
max-width:66.66667%;
-webkit-flex-basis:66.66667%;
-ms-flex-preferred-size:66.66667%;
flex-basis:66.66667%
}

.cell-xs-9-only{
max-width:75%;
-webkit-flex-basis:75%;
-ms-flex-preferred-size:75%;
flex-basis:75%
}

.cell-xs-10-only{
max-width:83.33333%;
-webkit-flex-basis:83.33333%;
-ms-flex-preferred-size:83.33333%;
flex-basis:83.33333%
}

.cell-xs-11-only{
max-width:91.66667%;
-webkit-flex-basis:91.66667%;
-ms-flex-preferred-size:91.66667%;
flex-basis:91.66667%
}

.cell-xs-12-only{
max-width:100%;
-webkit-flex-basis:100%;
-ms-flex-preferred-size:100%;
flex-basis:100%
}

.cell-xs-five-only{
max-width:20%;
-webkit-flex-basis:20%;
-ms-flex-preferred-size:20%;
flex-basis:20%
}


}

@media screen and (max-width:380px){
.cell-mc-1{
max-width:8.33333%;
-webkit-flex-basis:8.33333%;
-ms-flex-preferred-size:8.33333%;
flex-basis:8.33333%
}

.cell-mc-2{
max-width:16.66667%;
-webkit-flex-basis:16.66667%;
-ms-flex-preferred-size:16.66667%;
flex-basis:16.66667%
}

.cell-mc-3{
max-width:25%;
-webkit-flex-basis:25%;
-ms-flex-preferred-size:25%;
flex-basis:25%
}

.cell-mc-4{
max-width:33.33333%;
-webkit-flex-basis:33.33333%;
-ms-flex-preferred-size:33.33333%;
flex-basis:33.33333%
}

.cell-mc-5{
max-width:41.66667%;
-webkit-flex-basis:41.66667%;
-ms-flex-preferred-size:41.66667%;
flex-basis:41.66667%
}

.cell-mc-6{
max-width:50%;
-webkit-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%
}

.cell-mc-7{
max-width:58.33333%;
-webkit-flex-basis:58.33333%;
-ms-flex-preferred-size:58.33333%;
flex-basis:58.33333%
}

.cell-mc-8{
max-width:66.66667%;
-webkit-flex-basis:66.66667%;
-ms-flex-preferred-size:66.66667%;
flex-basis:66.66667%
}

.cell-mc-9{
max-width:75%;
-webkit-flex-basis:75%;
-ms-flex-preferred-size:75%;
flex-basis:75%
}

.cell-mc-10{
max-width:83.33333%;
-webkit-flex-basis:83.33333%;
-ms-flex-preferred-size:83.33333%;
flex-basis:83.33333%
}

.cell-mc-11{
max-width:91.66667%;
-webkit-flex-basis:91.66667%;
-ms-flex-preferred-size:91.66667%;
flex-basis:91.66667%
}

.cell-mc-12{
max-width:100%;
-webkit-flex-basis:100%;
-ms-flex-preferred-size:100%;
flex-basis:100%
}

.cell-mc-five{
max-width:20%;
-webkit-flex-basis:20%;
-ms-flex-preferred-size:20%;
flex-basis:20%
}


}

.start-xl{
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start;
text-align:start
}

.center-xl{
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
text-align:center
}

.end-xl{
-webkit-box-pack:end;
-webkit-justify-content:flex-end;
-ms-flex-pack:end;
justify-content:flex-end;
text-align:end
}

.top-xl{
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
-ms-grid-row-align:flex-start;
align-items:flex-start
}

.middle-xl{
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
-ms-grid-row-align:center;
align-items:center
}

.bottom-xl{
-webkit-box-align:end;
-webkit-align-items:flex-end;
-ms-flex-align:end;
-ms-grid-row-align:flex-end;
align-items:flex-end
}

.around-xl{
-webkit-justify-content:space-around;
-ms-flex-pack:distribute;
justify-content:space-around
}

.between-xl{
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between
}

.first-xl{
-webkit-box-ordinal-group:0;
-webkit-order:-1;
-ms-flex-order:-1;
order:-1
}

.last-xl{
-webkit-box-ordinal-group:2;
-webkit-order:1;
-ms-flex-order:1;
order:1
}

@media screen and (max-width:1200px){
.start-lg{
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start;
text-align:start
}

.center-lg{
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
text-align:center
}

.end-lg{
-webkit-box-pack:end;
-webkit-justify-content:flex-end;
-ms-flex-pack:end;
justify-content:flex-end;
text-align:end
}

.top-lg{
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
-ms-grid-row-align:flex-start;
align-items:flex-start
}

.middle-lg{
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
-ms-grid-row-align:center;
align-items:center
}

.bottom-lg{
-webkit-box-align:end;
-webkit-align-items:flex-end;
-ms-flex-align:end;
-ms-grid-row-align:flex-end;
align-items:flex-end
}

.around-lg{
-webkit-justify-content:space-around;
-ms-flex-pack:distribute;
justify-content:space-around
}

.between-lg{
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between
}

.first-lg{
-webkit-box-ordinal-group:0;
-webkit-order:-1;
-ms-flex-order:-1;
order:-1
}

.last-lg{
-webkit-box-ordinal-group:2;
-webkit-order:1;
-ms-flex-order:1;
order:1
}


}

@media screen and (min-width:1025px) and (max-width:1200px){
.start-lg-only{
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start;
text-align:start
}

.center-lg-only{
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
text-align:center
}

.end-lg-only{
-webkit-box-pack:end;
-webkit-justify-content:flex-end;
-ms-flex-pack:end;
justify-content:flex-end;
text-align:end
}

.top-lg-only{
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
-ms-grid-row-align:flex-start;
align-items:flex-start
}

.middle-lg-only{
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
-ms-grid-row-align:center;
align-items:center
}

.bottom-lg-only{
-webkit-box-align:end;
-webkit-align-items:flex-end;
-ms-flex-align:end;
-ms-grid-row-align:flex-end;
align-items:flex-end
}

.around-lg-only{
-webkit-justify-content:space-around;
-ms-flex-pack:distribute;
justify-content:space-around
}

.between-lg-only{
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between
}

.first-lg-only{
-webkit-box-ordinal-group:0;
-webkit-order:-1;
-ms-flex-order:-1;
order:-1
}

.last-lg-only{
-webkit-box-ordinal-group:2;
-webkit-order:1;
-ms-flex-order:1;
order:1
}


}

@media screen and (max-width:1024px){
.start-md{
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start;
text-align:start
}

.center-md{
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
text-align:center
}

.end-md{
-webkit-box-pack:end;
-webkit-justify-content:flex-end;
-ms-flex-pack:end;
justify-content:flex-end;
text-align:end
}

.top-md{
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
-ms-grid-row-align:flex-start;
align-items:flex-start
}

.middle-md{
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
-ms-grid-row-align:center;
align-items:center
}

.bottom-md{
-webkit-box-align:end;
-webkit-align-items:flex-end;
-ms-flex-align:end;
-ms-grid-row-align:flex-end;
align-items:flex-end
}

.around-md{
-webkit-justify-content:space-around;
-ms-flex-pack:distribute;
justify-content:space-around
}

.between-md{
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between
}

.first-md{
-webkit-box-ordinal-group:0;
-webkit-order:-1;
-ms-flex-order:-1;
order:-1
}

.last-md{
-webkit-box-ordinal-group:2;
-webkit-order:1;
-ms-flex-order:1;
order:1
}


}

@media screen and (min-width:769px) and (max-width:1024px){
.start-md-only{
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start;
text-align:start
}

.center-md-only{
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
text-align:center
}

.end-md-only{
-webkit-box-pack:end;
-webkit-justify-content:flex-end;
-ms-flex-pack:end;
justify-content:flex-end;
text-align:end
}

.top-md-only{
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
-ms-grid-row-align:flex-start;
align-items:flex-start
}

.middle-md-only{
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
-ms-grid-row-align:center;
align-items:center
}

.bottom-md-only{
-webkit-box-align:end;
-webkit-align-items:flex-end;
-ms-flex-align:end;
-ms-grid-row-align:flex-end;
align-items:flex-end
}

.around-md-only{
-webkit-justify-content:space-around;
-ms-flex-pack:distribute;
justify-content:space-around
}

.between-md-only{
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between
}

.first-md-only{
-webkit-box-ordinal-group:0;
-webkit-order:-1;
-ms-flex-order:-1;
order:-1
}

.last-md-only{
-webkit-box-ordinal-group:2;
-webkit-order:1;
-ms-flex-order:1;
order:1
}


}

@media screen and (max-width:768px){
.start-sm{
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start;
text-align:start
}

.center-sm{
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
text-align:center
}

.end-sm{
-webkit-box-pack:end;
-webkit-justify-content:flex-end;
-ms-flex-pack:end;
justify-content:flex-end;
text-align:end
}

.top-sm{
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
-ms-grid-row-align:flex-start;
align-items:flex-start
}

.middle-sm{
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
-ms-grid-row-align:center;
align-items:center
}

.bottom-sm{
-webkit-box-align:end;
-webkit-align-items:flex-end;
-ms-flex-align:end;
-ms-grid-row-align:flex-end;
align-items:flex-end
}

.around-sm{
-webkit-justify-content:space-around;
-ms-flex-pack:distribute;
justify-content:space-around
}

.between-sm{
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between
}

.first-sm{
-webkit-box-ordinal-group:0;
-webkit-order:-1;
-ms-flex-order:-1;
order:-1
}

.last-sm{
-webkit-box-ordinal-group:2;
-webkit-order:1;
-ms-flex-order:1;
order:1
}


}

@media screen and (min-width:481px) and (max-width:768px){
.start-sm-only{
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start;
text-align:start
}

.center-sm-only{
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
text-align:center
}

.end-sm-only{
-webkit-box-pack:end;
-webkit-justify-content:flex-end;
-ms-flex-pack:end;
justify-content:flex-end;
text-align:end
}

.top-sm-only{
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
-ms-grid-row-align:flex-start;
align-items:flex-start
}

.middle-sm-only{
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
-ms-grid-row-align:center;
align-items:center
}

.bottom-sm-only{
-webkit-box-align:end;
-webkit-align-items:flex-end;
-ms-flex-align:end;
-ms-grid-row-align:flex-end;
align-items:flex-end
}

.around-sm-only{
-webkit-justify-content:space-around;
-ms-flex-pack:distribute;
justify-content:space-around
}

.between-sm-only{
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between
}

.first-sm-only{
-webkit-box-ordinal-group:0;
-webkit-order:-1;
-ms-flex-order:-1;
order:-1
}

.last-sm-only{
-webkit-box-ordinal-group:2;
-webkit-order:1;
-ms-flex-order:1;
order:1
}


}

@media screen and (max-width:480px){
.start-xs{
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start;
text-align:start
}

.center-xs{
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
text-align:center
}

.end-xs{
-webkit-box-pack:end;
-webkit-justify-content:flex-end;
-ms-flex-pack:end;
justify-content:flex-end;
text-align:end
}

.top-xs{
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
-ms-grid-row-align:flex-start;
align-items:flex-start
}

.middle-xs{
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
-ms-grid-row-align:center;
align-items:center
}

.bottom-xs{
-webkit-box-align:end;
-webkit-align-items:flex-end;
-ms-flex-align:end;
-ms-grid-row-align:flex-end;
align-items:flex-end
}

.around-xs{
-webkit-justify-content:space-around;
-ms-flex-pack:distribute;
justify-content:space-around
}

.between-xs{
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between
}

.first-xs{
-webkit-box-ordinal-group:0;
-webkit-order:-1;
-ms-flex-order:-1;
order:-1
}

.last-xs{
-webkit-box-ordinal-group:2;
-webkit-order:1;
-ms-flex-order:1;
order:1
}


}

@media screen and (min-width:381px) and (max-width:480px){
.start-xs-only{
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start;
text-align:start
}

.center-xs-only{
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
text-align:center
}

.end-xs-only{
-webkit-box-pack:end;
-webkit-justify-content:flex-end;
-ms-flex-pack:end;
justify-content:flex-end;
text-align:end
}

.top-xs-only{
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
-ms-grid-row-align:flex-start;
align-items:flex-start
}

.middle-xs-only{
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
-ms-grid-row-align:center;
align-items:center
}

.bottom-xs-only{
-webkit-box-align:end;
-webkit-align-items:flex-end;
-ms-flex-align:end;
-ms-grid-row-align:flex-end;
align-items:flex-end
}

.around-xs-only{
-webkit-justify-content:space-around;
-ms-flex-pack:distribute;
justify-content:space-around
}

.between-xs-only{
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between
}

.first-xs-only{
-webkit-box-ordinal-group:0;
-webkit-order:-1;
-ms-flex-order:-1;
order:-1
}

.last-xs-only{
-webkit-box-ordinal-group:2;
-webkit-order:1;
-ms-flex-order:1;
order:1
}


}

@media screen and (max-width:380px){
.start-mc{
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start;
text-align:start
}

.center-mc{
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
text-align:center
}

.end-mc{
-webkit-box-pack:end;
-webkit-justify-content:flex-end;
-ms-flex-pack:end;
justify-content:flex-end;
text-align:end
}

.top-mc{
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
-ms-grid-row-align:flex-start;
align-items:flex-start
}

.middle-mc{
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
-ms-grid-row-align:center;
align-items:center
}

.bottom-mc{
-webkit-box-align:end;
-webkit-align-items:flex-end;
-ms-flex-align:end;
-ms-grid-row-align:flex-end;
align-items:flex-end
}

.around-mc{
-webkit-justify-content:space-around;
-ms-flex-pack:distribute;
justify-content:space-around
}

.between-mc{
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between
}

.first-mc{
-webkit-box-ordinal-group:0;
-webkit-order:-1;
-ms-flex-order:-1;
order:-1
}

.last-mc{
-webkit-box-ordinal-group:2;
-webkit-order:1;
-ms-flex-order:1;
order:1
}


}

.form fieldset{
padding:0;
margin:0;
border:0;
min-width:0
}

.form legend{
width:100%;
padding:0;
font-size:21px;
line-height:inherit;
color:#333;
border:0;
border-bottom:1px solid #eee
}

.form label{
max-width:100%
}

.form input[type=search]{
-webkit-appearance:none
}

.button,.input-field,.select-field,.textarea-field{
display:inline-block;
border-radius:0;
border:none;
box-shadow:none;
vertical-align:top;
max-width:100%
}

.button{
background-color:transparent;
cursor:pointer;
text-align:center;
-ms-touch-action:manipulation;
touch-action:manipulation;
white-space:nowrap
}

.button:active{
outline:0
}

.button,.button:hover{
text-decoration:none
}

.button.disabled,.button[disabled],fieldset[disabled] .button{
cursor:not-allowed
}

.input-field,.select-field,.textarea-field{
background-image:none
}

.input-field::-moz-placeholder{
color:#ccc;
opacity:1
}

.input-field:-ms-input-placeholder{
color:#ccc
}

.input-field::-webkit-input-placeholder{
color:#ccc
}

.input-field:focus::-moz-placeholder{
color:#ccc;
opacity:0
}

.input-field:focus:-ms-input-placeholder,.select-field:focus:-ms-input-placeholder,.textarea-field:focus:-ms-input-placeholder{
color:#ccc;
opacity:0
}

.input-field:focus::-webkit-input-placeholder{
color:#ccc;
opacity:0
}

.input-field::-ms-expand{
border:0;
background-color:transparent
}

.input-field[disabled],.input-field[readonly],fieldset[disabled] .input-field{
opacity:1
}

.input-field[disabled],fieldset[disabled] .input-field{
cursor:not-allowed
}

.select-field::-moz-placeholder{
color:#ccc;
opacity:1
}

.select-field:-ms-input-placeholder{
color:#ccc
}

.select-field::-webkit-input-placeholder{
color:#ccc
}

.select-field:focus::-moz-placeholder{
color:#ccc;
opacity:0
}

.select-field:focus::-webkit-input-placeholder{
color:#ccc;
opacity:0
}

.select-field::-ms-expand{
border:0;
background-color:transparent
}

.select-field[disabled],.select-field[readonly],fieldset[disabled] .select-field{
opacity:1
}

.select-field[disabled],fieldset[disabled] .select-field{
cursor:not-allowed
}

.textarea-field::-moz-placeholder{
color:#ccc;
opacity:1
}

.textarea-field:-ms-input-placeholder{
color:#ccc
}

.textarea-field::-webkit-input-placeholder{
color:#ccc
}

.textarea-field:focus::-moz-placeholder{
color:#ccc;
opacity:0
}

.textarea-field:focus::-webkit-input-placeholder{
color:#ccc;
opacity:0
}

.textarea-field::-ms-expand{
border:0;
background-color:transparent
}

.textarea-field[disabled],.textarea-field[readonly],fieldset[disabled] .textarea-field{
opacity:1
}

.textarea-field[disabled],fieldset[disabled] .textarea-field{
cursor:not-allowed
}

.table{
border-collapse:collapse
}

.table table col[class*=cell-]{
position:static;
float:none;
display:table-column
}

.table table td[class*=cell-],.table table th[class*=cell-]{
position:static;
float:none;
display:table-cell
}

.list,.list-table{
list-style:none;
margin:0;
padding:0
}

.list>.list-item{
  display:inline-block;
  position:relative;
}

.list-table{
display:table;
width:100%
}

.list-table>.list-item{
display:table-cell
}

.list-justified{
font-size:0;
line-height:0;
text-align:justify;
width:100%
}

.list-justified:after{
content:"";
height:0;
overflow:hidden;
visibility:hidden
}

.list-justified,.list-unstyled,.list-vertical{
list-style:none;
margin:0;
padding:0
}

.list-justified:after,.list-vertical>.list-item{
display:inline-block;
width:100%
}

.bg-primary{
background-color:#fff!important
}

.bg-secondary{
background-color:#ff5700!important
}

.bg-error{
background-color: black!important
}

.bg-success{
background-color:#5cb85c!important
}

.bg-info{
background-color:#5bc0de!important
}

.bg-warning{
background-color:#f0ad4e!important
}

.text-primary{
color:#333!important
}

.text-secondary{
color:#fff!important
}

.text-error{
color:#dd3f46!important
}

.text-success{
color:#5cb85c!important
}

.text-info{
color:#5bc0de!important
}

.text-warning{
color:#f0ad4e!important
}

.text-lowercase{
text-transform:lowercase
}

.text-uppercase{
text-transform:uppercase
}

.text-capitalize{
text-transform:capitalize
}

*,:after,:before{
box-sizing:border-box
}

body,input,select,textarea{
margin:0;
padding:0
}

abbr[data-original-title],abbr[title]{
cursor:help;
border-bottom:1px dotted #eee
}

input[type=checkbox],input[type=radio]{
margin:4px 0 0;
margin-top:1px \9;
line-height:normal
}

input[type=file]{
display:block
}

input[type=range]{
display:block;
width:100%
}

select[multiple],select[size]{
height:auto
}

button,input[type=button],input[type=submit]{
border:none;
margin:0;
padding:0
}

img{
max-width:100%
}

h1,h2,h3,h4,h5,h6{
margin:0
}

@media screen and (min-width: 770px) and (max-width:1230px){
  .product-caption{
  	margin: 0 auto;
    clear: both;
    display: block;
    float: none;
  }
  .gallery-thumbs-wrapper{
  	margin: 0px auto 0 auto;
  }
  .product-gallery{
  	float: none;
    margin: 0 auto;
  }
  .buy{
    width: 80%;
  }
  .product-order-variant{
  	width: 100%;
  }
  .product-description{
  	width: 770px;
    margin: 0 auto;
    display: block;
    clear: both;
    float: none;
    font-size: 17px;
    line-height: 27px;
  }
}
/**
 * alertifyjs 1.7.1 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2016 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/

.alertify .ajs-dimmer,.alertify .ajs-modal{position:fixed;padding:0;z-index:1981;top:0;right:0;bottom:0;left:0}.alertify .ajs-dimmer{margin:0;background-color:#252525;opacity:.5}.alertify .ajs-modal{overflow-y:auto}.alertify .ajs-dialog{position:relative;margin:5% auto;min-height:110px;max-width:500px;padding:24px 24px 0;outline:0;background-color:#fff}.alertify .ajs-dialog.ajs-capture:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;display:block;z-index:1}.alertify .ajs-reset{position:absolute!important;display:inline!important;width:0!important;height:0!important;opacity:0!important}.alertify .ajs-commands{position:absolute;right:4px;margin:-14px 24px 0 0;z-index:2}.alertify .ajs-commands button{display:none;width:10px;height:10px;margin-left:10px;padding:10px;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.alertify .ajs-commands button.ajs-close{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC)}.alertify .ajs-commands button.ajs-maximize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC)}.alertify .ajs-header{margin:-24px -24px 0;padding:16px 24px;background-color:#fff}.alertify .ajs-body{min-height:56px}.alertify .ajs-body .ajs-content{padding:16px 24px 16px 16px}.alertify .ajs-footer{padding:4px;margin-left:-24px;margin-right:-24px;min-height:43px;background-color:#fff}.alertify.ajs-maximized .ajs-dialog,.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content,.alertify.ajs-resizable .ajs-dialog{padding:0}.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button,.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button{margin:4px}.alertify .ajs-footer .ajs-buttons.ajs-primary{text-align:right}.alertify .ajs-footer .ajs-buttons.ajs-auxiliary{float:left;clear:none;text-align:left}.alertify .ajs-footer .ajs-buttons .ajs-button{min-width:88px;min-height:35px}.alertify .ajs-handle{position:absolute;display:none;width:10px;height:10px;right:0;bottom:0;z-index:1;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);-webkit-transform:scaleX(1);transform:scaleX(1);cursor:se-resize}.alertify.ajs-no-overflow .ajs-body .ajs-content{overflow:hidden!important}.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content{left:0;right:0;padding:0}.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body{margin-left:-24px;margin-right:-24px}.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content{left:0;right:0}.alertify.ajs-closable .ajs-commands button.ajs-close,.alertify.ajs-maximizable .ajs-commands button.ajs-maximize,.alertify.ajs-maximizable .ajs-commands button.ajs-restore{display:inline-block}.alertify.ajs-maximized .ajs-dialog{width:100%!important;height:100%!important;max-width:none!important;margin:0 auto!important;top:0!important;left:0!important}.alertify.ajs-maximized.ajs-modeless .ajs-modal{position:fixed!important;min-height:100%!important;max-height:none!important;margin:0!important}.alertify.ajs-maximized .ajs-commands button.ajs-maximize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=)}.alertify.ajs-maximized .ajs-commands,.alertify.ajs-resizable .ajs-commands{margin:14px 24px 0 0}.alertify.ajs-maximized .ajs-header,.alertify.ajs-resizable .ajs-header{position:absolute;top:0;left:0;right:0;margin:0;padding:16px 24px}.alertify.ajs-maximized .ajs-body,.alertify.ajs-resizable .ajs-body{min-height:224px;display:inline-block}.alertify.ajs-maximized .ajs-body .ajs-content,.alertify.ajs-resizable .ajs-body .ajs-content{position:absolute;top:50px;right:24px;bottom:50px;left:24px;overflow:auto}.alertify.ajs-maximized .ajs-footer,.alertify.ajs-resizable .ajs-footer{position:absolute;left:0;right:0;bottom:0;margin:0}.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog{min-width:548px}.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle{display:block}.alertify.ajs-movable:not(.ajs-maximized) .ajs-header{cursor:move}.alertify.ajs-modeless .ajs-dimmer,.alertify.ajs-modeless .ajs-reset{display:none}.alertify.ajs-modeless .ajs-modal{overflow:visible;max-width:none;max-height:0}.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin{display:inline-block;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC)}.alertify.ajs-modeless.ajs-unpinned .ajs-modal{position:absolute}.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=)}.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body{max-height:500px;overflow:auto}.alertify.ajs-basic .ajs-header{opacity:0}.alertify.ajs-basic .ajs-footer{visibility:hidden}.alertify.ajs-frameless .ajs-header{position:absolute;top:0;left:0;right:0;min-height:60px;margin:0;padding:0;opacity:0;z-index:1}.alertify.ajs-frameless .ajs-footer{display:none}.alertify.ajs-frameless .ajs-body .ajs-content{position:absolute;top:0;right:0;bottom:0;left:0}.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog{padding-top:0}.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands{margin-top:0}.ajs-no-overflow{overflow:hidden!important;outline:0}.ajs-no-selection,.ajs-no-selection *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width:568px){.alertify .ajs-dialog{min-width:150px}.alertify:not(.ajs-maximized) .ajs-modal{padding:0 5%}.alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog{min-width:initial;min-width:auto}}@-moz-document url-prefix(){.alertify button:focus{outline:#3593D2 dotted 1px}}.alertify .ajs-dimmer,.alertify .ajs-modal{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transition-property:opacity,visibility;transition-timing-function:linear;transition-duration:250ms}.alertify.ajs-hidden .ajs-dimmer,.alertify.ajs-hidden .ajs-modal{visibility:hidden;opacity:0}.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-duration:.5s;animation-duration:.5s}.alertify.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-duration:250ms;animation-duration:250ms}.alertify .ajs-dialog.ajs-shake{-webkit-animation-name:ajs-shake;animation-name:ajs-shake;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes ajs-shake{0%,100%{-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 ajs-shake{0%,100%{-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)}}.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-slideIn;animation-name:ajs-slideIn;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1.275);animation-timing-function:cubic-bezier(.175,.885,.32,1.275)}.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-slideOut;animation-name:ajs-slideOut;-webkit-animation-timing-function:cubic-bezier(.6,-.28,.735,.045);animation-timing-function:cubic-bezier(.6,-.28,.735,.045)}.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-zoomIn;animation-name:ajs-zoomIn}.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-zoomOut;animation-name:ajs-zoomOut}.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-fadeIn;animation-name:ajs-fadeIn}.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-fadeOut;animation-name:ajs-fadeOut}.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-pulseIn;animation-name:ajs-pulseIn}.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-pulseOut;animation-name:ajs-pulseOut}.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-flipInX;animation-name:ajs-flipInX}.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-flipOutX;animation-name:ajs-flipOutX}.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-flipInY;animation-name:ajs-flipInY}.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-flipOutY;animation-name:ajs-flipOutY}@-webkit-keyframes ajs-pulseIn{0%,100%,20%,40%,60%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}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%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes ajs-pulseIn{0%,100%,20%,40%,60%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}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%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes ajs-pulseOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes ajs-pulseOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-webkit-keyframes ajs-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes ajs-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes ajs-zoomOut{0%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}100%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}}@keyframes ajs-zoomOut{0%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}100%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}}@-webkit-keyframes ajs-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes ajs-fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes ajs-fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes ajs-fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes ajs-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);transition-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)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes ajs-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);transition-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)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes ajs-flipOutX{0%{-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}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes ajs-flipOutX{0%{-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}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@-webkit-keyframes ajs-flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);transition-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)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes ajs-flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);transition-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)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes ajs-flipOutY{0%{-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}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes ajs-flipOutY{0%{-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}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@-webkit-keyframes ajs-slideIn{0%{margin-top:-100%}100%{margin-top:5%}}@keyframes ajs-slideIn{0%{margin-top:-100%}100%{margin-top:5%}}@-webkit-keyframes ajs-slideOut{0%{margin-top:5%}100%{margin-top:-100%}}@keyframes ajs-slideOut{0%{margin-top:5%}100%{margin-top:-100%}}.alertify-notifier{position:fixed;width:0;overflow:visible;z-index:1982;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.alertify-notifier .ajs-message{position:relative;width:260px;max-height:0;padding:0;opacity:0;margin:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transition-duration:250ms;transition-timing-function:linear}.alertify-notifier .ajs-message.ajs-visible{transition-duration:.5s;transition-timing-function:cubic-bezier(.175,.885,.32,1.275);opacity:1;max-height:100%;padding:15px;margin-top:10px}.alertify-notifier .ajs-message.ajs-success{background:rgba(91,189,114,.95)}.alertify-notifier .ajs-message.ajs-error{background:rgba(217,92,92,.95)}.alertify-notifier .ajs-message.ajs-warning{background:rgba(252,248,215,.95)}.alertify-notifier.ajs-top{top:10px}.alertify-notifier.ajs-bottom{bottom:10px}.alertify-notifier.ajs-right{right:10px}.alertify-notifier.ajs-right .ajs-message{right:-320px}.alertify-notifier.ajs-right .ajs-message.ajs-visible{right:290px}.alertify-notifier.ajs-left{left:10px}.alertify-notifier.ajs-left .ajs-message{left:-300px}.alertify-notifier.ajs-left .ajs-message.ajs-visible{left:0}
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */


.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}
/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* perfect-scrollbar v0.6.11 */

.ps-container{-ms-touch-action:none;touch-action:none;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps-container{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps-container{overflow:auto !important}}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block;background-color:transparent}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:0.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:0.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:0.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:0.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:0.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */

.swiper-container{
	margin:0 auto;
	position:relative;
	overflow:hidden;
	z-index:1
      
}

.swiper-container-main{
  width: 100%;
}

.swiper-container-no-flexbox .swiper-slide{
	float:left
}

.swiper-container-vertical>.swiper-wrapper{
    justify-content: center;
}

.swiper-wrapper{
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-transition-property:-webkit-transform;
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	-ms-transition-property:-ms-transform;
	transition-property:transform;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper{
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-o-transform:translate(0,0);
	-ms-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper{
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap
}

.swiper-container-free-mode>.swiper-wrapper{
	-webkit-transition-timing-function:ease-out;
	-moz-transition-timing-function:ease-out;
	-ms-transition-timing-function:ease-out;
	-o-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
	margin:0 auto
}

.swiper-slide{
	-webkit-flex-shrink:0;
	-ms-flex:0 0 auto;
	flex-shrink:0;
	width:100%;
	height:100%;
	position:relative
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{
	height:auto
}

.swiper-container-autoheight .swiper-wrapper{
	-webkit-box-align:start;
	-ms-flex-align:start;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	-webkit-transition-property:-webkit-transform,height;
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	-ms-transition-property:-ms-transform;
	transition-property:transform,height
}

.swiper-container .swiper-notification{
	position:absolute;
	left:0;
	top:0;
	pointer-events:none;
	opacity:0;
	z-index:-1000
}

.swiper-wp8-horizontal{
	-ms-touch-action:pan-y;
	touch-action:pan-y
}

.swiper-wp8-vertical{
	-ms-touch-action:pan-x;
	touch-action:pan-x
}

.swiper-button-next,.swiper-button-prev{
	position:absolute;
	top:50%;
	width:27px;
	height:44px;
	margin-top:-22px;
	z-index:10;
	cursor:pointer;
	-moz-background-size:27px 44px;
	-webkit-background-size:27px 44px;
	background-size:27px 44px;
	background-position:center;
	background-repeat:no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{
	opacity:.35;
	cursor:auto;
	pointer-events:none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left:10px;
	right:auto
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right:10px;
	left:auto
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination{
	position:absolute;
	text-align:center;
	-webkit-transition:.3s;
	-moz-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
	-webkit-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	z-index:10
}

.swiper-pagination.swiper-pagination-hidden{
	opacity:0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
	bottom:10px;
	left:0;
	width:100%
}

.swiper-pagination-bullet{
	width:8px;
	height:8px;
	display:inline-block;
	border-radius:100%;
	background:#000;
	opacity:.2
}

button.swiper-pagination-bullet{
	border:none;
	margin:0;
	padding:0;
	box-shadow:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-webkit-appearance:none;
	appearance:none
}

.swiper-pagination-clickable .swiper-pagination-bullet{
	cursor:pointer
}

.swiper-pagination-white .swiper-pagination-bullet{
	background:#fff
}

.swiper-pagination-bullet-active{
	opacity:1;
	background:#007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active{
	background:#fff
}

.swiper-pagination-black .swiper-pagination-bullet-active{
	background:#000
}

.swiper-container-vertical>.swiper-pagination-bullets{
	right:10px;
	top:50%;
	-webkit-transform:translate3d(0,-50%,0);
	-moz-transform:translate3d(0,-50%,0);
	-o-transform:translate(0,-50%);
	-ms-transform:translate3d(0,-50%,0);
	transform:translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:5px 0;
	display:block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 5px
}

.swiper-pagination-progress{
	background:rgba(0,0,0,.25);
	position:absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar{
	background:#007aff;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	-webkit-transform-origin:left top;
	-moz-transform-origin:left top;
	-ms-transform-origin:left top;
	-o-transform-origin:left top;
	transform-origin:left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{
	-webkit-transform-origin:right top;
	-moz-transform-origin:right top;
	-ms-transform-origin:right top;
	-o-transform-origin:right top;
	transform-origin:right top
}

.swiper-container-horizontal>.swiper-pagination-progress{
	width:100%;
	height:4px;
	left:0;
	top:0
}

.swiper-container-vertical>.swiper-pagination-progress{
	width:4px;
	height:100%;
	left:0;
	top:0
}

.swiper-pagination-progress.swiper-pagination-white{
	background:rgba(255,255,255,.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{
	background:#fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{
	background:#000
}

.swiper-container-3d{
	-webkit-perspective:1200px;
	-moz-perspective:1200px;
	-o-perspective:1200px;
	perspective:1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	pointer-events:none;
	z-index:10
}

.swiper-container-3d .swiper-slide-shadow-left{
	background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right{
	background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top{
	background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom{
	background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{
	-ms-perspective:1200px
}

.swiper-container-cube,.swiper-container-flip{
	overflow:visible
}

.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{
	pointer-events:none;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index:1
}

.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{
	pointer-events:none
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{
	pointer-events:auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{
	z-index:0;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden
}

.swiper-container-cube .swiper-slide{
	visibility:hidden;
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
	width:100%;
	height:100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide{
	-webkit-transform-origin:100% 0;
	-moz-transform-origin:100% 0;
	-ms-transform-origin:100% 0;
	transform-origin:100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{
	pointer-events:auto;
	visibility:visible
}

.swiper-container-cube .swiper-cube-shadow{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:.6;
	-webkit-filter:blur(50px);
	filter:blur(50px);
	z-index:0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide{
	-webkit-transition-timing-function:ease-out;
	-moz-transition-timing-function:ease-out;
	-ms-transition-timing-function:ease-out;
	-o-transition-timing-function:ease-out;
	transition-timing-function:ease-out
}

.swiper-container-fade .swiper-slide{
	pointer-events:none;
	-webkit-transition-property:opacity;
	-moz-transition-property:opacity;
	-o-transition-property:opacity;
	transition-property:opacity
}

.swiper-container-fade .swiper-slide .swiper-slide{
	pointer-events:none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{
	pointer-events:auto
}

.swiper-scrollbar{
	border-radius:10px;
	position:relative;
	-ms-touch-action:none;
	background:rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar{
	position:absolute;
	left:1%;
	bottom:3px;
	z-index:50;
	height:5px;
	width:98%
}

.swiper-container-vertical>.swiper-scrollbar{
	position:absolute;
	right:3px;
	top:1%;
	z-index:50;
	width:5px;
	height:98%
}

.swiper-scrollbar-drag{
	height:100%;
	width:100%;
	position:relative;
	background:rgba(0,0,0,.5);
	border-radius:10px;
	left:0;
	top:0
}

.swiper-scrollbar-cursor-drag{
	cursor:move
}

.swiper-lazy-preloader{
	width:42px;
	height:42px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-21px;
	margin-top:-21px;
	z-index:10;
	-webkit-transform-origin:50%;
	-moz-transform-origin:50%;
	transform-origin:50%;
	-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;
	-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;
	animation:swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after{
	display:block;
	content:"";
	width:100%;
	height:100%;
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position:50%;
	-webkit-background-size:100%;
	background-size:100%;
	background-repeat:no-repeat
}

.swiper-lazy-preloader-white:after{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin{
	100%{
	-webkit-transform:rotate(360deg)}

	}

	@keyframes swiper-preloader-spin{
	100%{
	transform:rotate(360deg)}

	}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */

.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
/*


   Magic Zoom Plus v5.2.2
   Copyright 2017 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magiczoomplus/
   License agreement: https://www.magictoolbox.com/license/


*/

/**
 * Core styles
 */

@font-face {
  font-family: "magictoolbox-thin";
  font-weight: normal;
  font-style: normal;
  src: url("magictoolbox-thin.eot?#iefix") format("embedded-opentype"), url("data:font/opentype;base64,AAEAAAANAIAAAwBQRkZUTXJLSEgAAAdAAAAAHEdERUYAKQAPAAAHIAAAAB5PUy8yAlYL4QAAAVgAAABWY21hcEAYY70AAAHUAAABSmdhc3D//wADAAAHGAAAAAhnbHlmMMVOJwAAAzQAAAGIaGVhZAmWUYMAAADcAAAANmhoZWEP9QamAAABFAAAACRobXR4L0EAQAAAAbAAAAAkbG9jYQGGAgAAAAMgAAAAFG1heHAAUAAcAAABOAAAACBuYW1l6MPgdAAABLwAAAH1cG9zdLaTuyIAAAa0AAAAZAABAAAAAQAAEWdxz18PPPUACwgAAAAAANDtg/MAAAAA0O2D8wAA/gIInAaeAAAACAACAAAAAAAAAAEAAAae/gIAuAibAAD//wicAAEAAAAAAAAAAAAAAAAAAAAJAAEAAAAJABkABQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQZeAZAABQAIBTMFmQAAAR4FMwWZAAAD1wBmAhIAAAAABQAAAAAAAAAAAAAAAAAAAAACAAAAAAAAUGZFZABAoAGgBgZm/mYAuAaeAf4AAAABAAAAAAAABAAAAAAAAAACqgAACJsAAAOlAAADpQAACJsAAAibAAAHfABAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAACgBv//AAAAAKAB//8AAGACAAEAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqACoAKgBMAGAAdACIAJwAxAAFAAAAAAQABZoAAgAFAAgACwAPAAATEQkBIQE3AREJASEDESERZgFd/uECuP6kPQFd/mYBXP1IpAQABNf77AIK/ZkCC1z99gQU/lICCvrNBZr6ZgABAAD+AgicBp4ACwAACQEHCQEnCQE3CQEXBHEEKyP71fvVIwQr+9UjBCsEKyMCUPvVIwQr+9UjBCsEKyP71QQrIwAAAAEAAP4CA6YGngAFAAARARcJAQcDixv8iQN1GwJQBE4X+8n7yRcAAAABAAD+AgOmBp4ABQAACQEnCQE3A6b8dxsDd/yHGwJQ+7IXBDcENxcAAQAAADcInAPdAAUAACUBNwkBFwRO+7IXBDcENxc3A4oa/IkDeRoAAAEAAAA3CJwD3QAFAAAJAQcJAScETgROF/vJ+8kXA938dxsDd/yHGwACAEAAQAHAAcAADQAYAAAlBycGIyImNDYyFhUUDwEWMzI2NCYiBhUUAcAXcSk3P1lZflkh1yc5OFBQcFBXF3EhWX5ZWT82KQInUHBQUDg5AAAADACWAAEAAAAAAAEAEQAkAAEAAAAAAAIABABAAAEAAAAAAAMALQChAAEAAAAAAAQAEQDzAAEAAAAAAAUACwEdAAEAAAAAAAYAEQFNAAMAAQQJAAEAIgAAAAMAAQQJAAIACAA2AAMAAQQJAAMAWgBFAAMAAQQJAAQAIgDPAAMAAQQJAAUAFgEFAAMAAQQJAAYAIgEpAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAFQAaABpAG4AAFRoaW4AAEYAbwBuAHQARgBvAHIAZwBlACAAMgAuADAAIAA6ACAATQBhAGcAaQBjAFQAbwBvAGwAYgBvAHgALQBUAGgAaQBuACAAOgAgADIANwAtADEALQAyADAAMQA1AABGb250Rm9yZ2UgMi4wIDogTWFnaWNUb29sYm94LVRoaW4gOiAyNy0xLTIwMTUAAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAFYAZQByAHMAaQBvAG4AIAAxAC4AMAAAVmVyc2lvbiAxLjAAAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAAAAAAIAAAAAAAD/mgBmAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAEAAgECAQMBBAEFAQYBBwd1bmlBMDAxB3VuaUEwMDIHdW5pQTAwMwd1bmlBMDA0B3VuaUEwMDUHdW5pQTAwNgAAAAH//wACAAEAAAAMAAAAFgAAAAIAAQADAAgAAQAEAAAAAgAAAAAAAAABAAAAANBwQGEAAAAA0O2D8wAAAADQ7YPz");
}

.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-image-stage > figure .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.MagicZoom,
.mz-figure {
    display: inline-block;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr !important;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    vertical-align: middle;
    -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-backface-visibility: hidden;
            backface-visibility: hidden;
  	width: 100%;
}
.MagicZoom {
    -webkit-transform: translate3d(0,0,0);
    -ms-touch-action: pan-y;
        touch-action: pan-y;
}
figure.mz-figure {
    overflow: hidden;
    margin: 0 !important;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.MagicZoom img,
.mz-figure img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
}
.MagicZoom > img,
.mz-figure > img {
    width: auto;
    height: auto;
  	max-width: 100% !important;
  	max-height: 100% !important;
}
.ie8-magic .MagicZoom > img,
.ie8-magic .mz-figure > img {
    width: auto;
    max-width: none !important;
}
.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
    cursor: default !important;
}
.mz-figure.mz-active,
.mz-expand {
    -ms-touch-action: none;
        touch-action: none;
}

.mz-lens,
.mz-zoom-window {
    position: absolute !important;
    overflow: hidden !important;
    pointer-events: none !important;
}
.mz-lens img,
.mz-zoom-window img {
    position: absolute !important;
    max-width: none !important;
    max-height: none !important;
}
.mz-lens img {
    -webkit-transition: none !important;
            transition: none !important;
}

.mz-zoom-window {
    z-index: 2000000000;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}
.mz-zoom-window.mz-magnifier {
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
    -webkit-mask-clip: content;
    cursor: none;
}
.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
    pointer-events: auto !important;
    cursor: inherit !important;
}
.mz-zoom-window.mz-magnifier.mz-expanded {
    z-index: 2147483647;
}
.mz-zoom-window img  {
    width: auto;
    height: auto;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto !important;
    -webkit-transition: none !important;
            transition: none !important;
    -webkit-transform-origin: 50% 50% !important;
        -ms-transform-origin: 50% 50% !important;
            transform-origin: 50% 50% !important;
}
.mz-zoom-window.mz-preview img {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
}
.lt-ie9-magic .mz-zoom-window img  {
    margin: 0 !important;
}

.mz-expand-controls {
    z-index: 2147483647;
}

.mz-fade {
    -webkit-transition: opacity .25s;
            transition: opacity .25s;
}
.mz-hidden {
    opacity: 0;
}
.mz-visible {
    opacity: 1;
}

.mobile-magic .mz-expand .mz-expand-bg {
    -webkit-transform-style: flat !important;
            transform-style: flat !important;
}
.mobile-magic .mz-expand .mz-image-stage > figure .mz-caption {
    display: none !important;
}
.mobile-magic .mz-expand-controls.mz-fade {
    transition: none !important;
}
.mobile-magic .mz-expand > .mz-zoom-window {
    top: 0 !important;
    left: 0 !important;
}

.mz-expanded-view-open,
.mz-expanded-view-open body {
    overflow: hidden !important;
}
.mz-expanded-view-open body { height: auto !important; }


/**
 * Main figure
 */
.mz-figure.mz-active {
    background: #fff;
}
.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mz-figure.mz-active.mz-no-expand {
    cursor: crosshair;
}
.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
    cursor: none;
}
.mz-figure.mz-magnifier-zoom.mz-active {
    overflow: visible !important;
}

.mz-figure.mz-active > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/><feComponentTransfer><feFuncA type=\'linear\' slope=\'0.6\'/></feComponentTransfer></filter></svg>#grayscale");
    -webkit-filter: grayscale(80%) opacity(60%);
    filter: grayscale(80%) opacity(60%);
}
.no-cssfilters-magic .mz-figure.mz-active > img {
    opacity: 0.6;
}
.lt-ie10-magic .mz-figure.mz-active > img {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6);
}
.mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > img {
    opacity: 0;
}
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > .mz-zoom-window {
    opacity: 1;
}
.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
    filter: alpha(opacity=0);
}
.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
    background: transparent;
}

/**
 * Zoom lens
 */
.mz-lens {
    border: 1px solid #aaa;
    border-color: rgba(170,170,170,0.7);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    cursor: none;
    z-index: 10;
    opacity: 0;
}
.mz-figure.mz-active .mz-lens {
    opacity: 1;
    -webkit-transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
    transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
}
.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
    border-radius: 50%;
    opacity: 0;
    cursor: none;
}

/**
 * Zoom window
 */
.mz-zoom-window {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
.mz-zoom-window.mz-magnifier {
    border-radius: 100%;
    border: 0;
    background: rgba(255,255,255,.3);
}
.mz-zoom-window.mz-magnifier:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;bottom: 0;
    left: 0; right: 0;
    border-radius: 100%;
    border: 1px solid rgba(170,170,170,0.7);
    box-shadow: inset 0 0 20px 1px rgba(0,0,0,.3);
    background: transparent;
    z-index: 1;
}
.mz-zoom-window.mz-magnifier.mz-square,
.mz-zoom-window.mz-magnifier.mz-square:before {
    border-radius: 0 !important;
}
.lt-ie9-magic .mz-zoom-window {
    border: 1px solid #e5e5e5;
}
.mz-zoom-window.mz-inner {
    border: none;
    box-shadow: none;
}

/* Caption in zoom window */
.mz-zoom-window .mz-caption {
    background: #777;
    color: #fff;
    font-size: 10pt;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 150;
    padding: 3px;
    width: 100%;
    line-height: normal !important;
    text-align: center !important;
}
.lt-ie9-magic .mz-zoom-window .mz-caption {
    filter: alpha(opacity=80);
}
.mz-zoom-window.caption-bottom .mz-caption {
    top: auto;
    bottom: 0;
}
.mz-zoom-window.mz-expanded > .mz-caption {
    display: none;
}

/* Zoom window animations */
.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-deactivating {
    -webkit-transition-duration: .25s, .25s, .25s;
            transition-duration: .25s, .25s, .25s;
}
.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
    opacity: 0;
    z-index: -100;
}
.mz-zoom-window.mz-p-right {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
}
.mz-zoom-window.mz-p-left {
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
}
.mz-zoom-window.mz-p-top {
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
}
.mz-zoom-window.mz-p-bottom {
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
}
/* Inner mode animation */
.mz-zoom-window > img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-zoom-window.mz-p-inner.mz-deactivating > img,
.mz-zoom-window.mz-p-inner.mz-activating > img {
    -webkit-transition: -webkit-transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
            transition: transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
}
/* Magnifier mode animation */
.mz-zoom-window.mz-p-magnifier {
    -webkit-transform: scale(.1);
            transform: scale(.1);
}
/* Preview mode animation */
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
}
.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
    opacity: 0;
}


/**
 * Hint & Loading
 */
.mz-hint,
.mz-loading {
    color: #eee;
    background: rgba(49,51,61,0.7);
    font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    direction: ltr;
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
}

.mz-hint {
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 0 10%;
    background-color: transparent;
    -webkit-transition: opacity 0.25s ease, z-index 0.25s ease;
            transition: opacity 0.25s ease, z-index 0.25s ease;
}
.mz-hint-message {
    display: inline-block;
    background: rgba(49,51,61,0.7);
    border-radius: 2em;
    padding: .7em 1.1em;
}
.mz-hint-message:before {
    content: '\02295';
    font-family: serif;
    font-size: 1.5em;
    speak: none;
    text-align: center;
    vertical-align: -2px;
    margin-right: 6px;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
}
.mobile-magic .mz-hint-message:before {
    display: none;
}

.mz-hint-hidden {
    opacity: 0;
    z-index: -1;
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
}
/* Hint in the expanded view on mobile */
.mz-expand .mz-hint {
    font-size: 18px;
    line-height: 1.1em;
    top: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);

}
.mz-expand .mz-hint-message {
    padding: 1.1em;
}
.mz-expand .mz-hint-message:before {
    display: none;
}
.mz-expand .mz-hint-hidden {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    opacity: 0;
}

/* Loading indicator */
.mz-loading {
    font-size: 0;
    border-radius: 100%;
    opacity: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.mz-loading:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    text-indent: -9999em;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 1);
    border-top-color: transparent;
    box-sizing: border-box;
}
.mz-loading.shown {
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
}
.mz-loading.shown:after {
    -webkit-animation: spin-loading .9s infinite linear;
            animation: spin-loading .9s infinite linear;
}

@-webkit-keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.lt-ie10-magic .mz-loading {
    border-radius: 2em;
    font-size: 12px;
    padding: .7em 1.1em;
    width: auto;
    height: auto;
}
.lt-ie10-magic .mz-loading:after {
    content: 'Loading...';
    text-indent: 0;
    border: none;
    position: relative;
}

.lt-ie9-magic .mz-loading {
    filter: alpha(opacity=0);
    right: 0;
    left:  0;
    width: 126px;
    margin: auto;
}
.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
    background: transparent !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D', EndColorStr='#7c31333D');
}
.lt-ie9-magic .mz-hint-hidden {
    filter: alpha(opacity=0);
}



/**
 * Expanded view
 */
.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
}
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg {
    width: auto !important;
    height: auto !important;

}
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > svg  {
    min-width: 100% !important;
    min-height: 100% !important;
}

.mz-expand {
    background-color: rgba(0, 0, 0, 1);
    text-align: center;
    vertical-align: middle;
    display: block;
    overflow: hidden;
    z-index: 2100000000;
    position: fixed;
    width: auto;
    height: auto;
    -webkit-perspective: 600px;
            perspective: 600px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -ms-overflow-style: none;
}

/* Expanded view background */
.mz-expand .mz-expand-bg {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    z-index: -100;
    max-width: none !important;
    max-height: none !important;
    -webkit-transform: translate3d(0,0,0) scale(10) rotate(0.01deg);
        -ms-transform: translate(0,0) scale(10,10) rotate(0.01deg);
            transform: translate3d(0,0,0) scale(10) rotate(0.01deg);
    -webkit-perspective: 600px;
            perspective: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}
.mz-expand .mz-expand-bg > img  {
    margin: auto;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur");
    -webkit-filter: blur(20px) brightness(60%);
            filter: blur(20px) brightness(60%);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-expand .mz-expand-bg > svg  {
    margin: auto;
    opacity: .6;
}

[data-magic-ua=edge] .mz-expand .mz-expand-bg,
.lt-ie10-magic .mz-expand .mz-expand-bg {
    display: none !important;
}
.lt-ie9-magic .mz-expand {
    background: #1f1f1f;
}
[data-magic-ua=edge] .mz-expand {
    background-color: rgba(31, 31, 31, .96);
}

/** Plain backgrounds: dark-bg, white-bg **/
.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
    display: none !important;
}
.mz-expand.dark-bg {
    background-color: #1f1f1f;
    background-color: rgba(31, 31, 31, .96);
}
.mz-expand.white-bg {
    background-color: #fff;
}

/* Expanded view stage */
.mz-expand .mz-expand-stage {
    z-index: 2100000000;
    padding: 0;
}
.mz-expand .mz-expand-stage .mz-image-stage {
    z-index: 50;
    left: 120px;
    right: 120px;
    padding: 20px 0 40px 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    -webkit-perspective: 600px;
            perspective: 600px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding-bottom: 120px;
}
.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding: 0 !important;
    left: 0;
    right: 0;
}

.mz-expand .mz-image-stage > figure:before,
.mz-expand .mz-image-stage:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0;
    line-height: 100%;
    width: 0;
}
.mz-expand .mz-image-stage > figure {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 100%;
    position: relative;
}
.mz-expand .mz-figure {
    overflow: visible;
    max-width: 100% !important;
}
.mz-expand .mz-figure > img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.mz-expand .mz-zoom-in .mz-image-stage > figure,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
    width: 100%;
    height: 100%;
}
.mz-expand .mz-figure {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mz-expand .mz-figure.mz-active {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
/* When inner zoom is always shown */
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
    z-index: 1;
    position: absolute !important;
    top: -5000px !important;
    bottom: -5000px !important;
    left: -5000px !important;
    right: -5000px !important;
    margin: auto !important;
}

.lt-ie10-magic .mz-zoom-window.mz-expanded img  { filter: alpha(opacity=100); }
.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
    overflow: hidden;
    filter: alpha(opacity=100);
}


/* Caption in expanded view */
.mz-expand .mz-caption {
    color: #fff;
    text-shadow: 0px 0px 46px #000;
    padding: 10px 4px;
    font: normal 10pt/1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
}
.mz-expand .mz-caption.mz-show {
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    opacity: 1;
}
.mz-expand .mz-caption a {
    color: inherit;
    cursor: pointer;
}
.mz-expand.white-bg .mz-caption {
    color: #555;
    text-shadow: none;
}

.lt-ie9-magic .mz-expand .mz-caption {
    top: 100%;
}

.mz-expand .mz-zoom-window {
    box-shadow: none;
    background: transparent;
}
.lt-ie9-magic .mz-expand .mz-zoom-window {
    border: 0;
}

/* Expanded view on mobile */
.mobile-magic .mz-expand-stage .mz-expand-thumbnails,
.mobile-magic .mz-expand-stage .mz-image-stage {
    left: 0px;
    right: 0px;
}
.mobile-magic .mz-expand .mz-expand-stage.with-thumbs {
    bottom: 0px;
}
.mobile-magic .mz-expand-stage .mz-image-stage {
    padding: 0;
}
.mobile-magic .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding: 5px 0 60px;
}
.mobile-magic .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding-top: 0;
}
.mobile-magic .mz-expand .mz-expand-thumbnails {
    padding: 0;
    height: 60px;
}


/**
 * Buttons & Arrows
 */
.mz-expand-controls,
button.mz-button {
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
 }
button.mz-button {
    color: #b4b4b4 !important;
    font: 900 34px/1 'magictoolbox-thin' !important;
    cursor: pointer;
    z-index: 90 !important;
    background-color: transparent !important;
    border: 1px solid rgba(180, 180, 180, 0) !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    position: absolute !important;
    text-transform: none !important;
    text-align: center;
    speak: none;
    -webkit-font-smoothing: antialiased;
    width: 60px !important;
    height: 60px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;

}
button.mz-button:before {
    display: inline;
    position: static;
    color: inherit !important;
    font: inherit !important;
    -webkit-font-smoothing: inherit !important;
}
button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
    margin: auto 10px !important;
    top: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
}
button.mz-button.mz-button-prev {
    left: 0 !important;
}
button.mz-button.mz-button-next {
    right: 0 !important;
}
button.mz-button.mz-button-close {
    font-size: 26px !important;
    margin: 10px !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 95 !important;
}
:root:not(.mobile-magic) button.mz-button {
    color: rgba(180, 180, 180, .75) !important;
    -webkit-transform: scale(.85) !important;
            transform: scale(.85) !important;
    -webkit-transition: color .25s, border-color .25s, -webkit-transform .25s !important;
            transition: color .25s, border-color .25s, transform .25s !important;

}
:root:not(.mobile-magic) button.mz-button:hover {
    color: rgba(180, 180, 180, 1) !important;
    border-color: rgba(180, 180, 180, .6) !important;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
}
.mobile-magic button.mz-button {
    -webkit-transition: -webkit-transform .1s !important;
            transition: transform .1s !important;
}
.mobile-magic button.mz-button:active {
    border-color: rgba(180, 180, 180, .6) !important;
    -webkit-transform: scale(.95) !important;
            transform: scale(.95) !important;
}

button.mz-button.mz-button-close:before { content: "\a001"; }
button.mz-button.mz-button-prev:before { content: "\a002";  }
button.mz-button.mz-button-next:before { content: "\a003"; }

@media screen and (max-device-width: 767px) {
    button.mz-button-prev,
    button.mz-button-next {
        display: none !important;
    }

    .mobile-magic .mz-expand button.mz-button {
        width: 44px !important;
        height: 44px !important;
        font-size: 18px !important;
        color: rgba(255, 255, 255, 0.8) !important;
        background-color: rgba(49,51,61,0.3) !important;
        border-color: transparent !important;
    }
}

.lt-ie9-magic button.mz-button {
    border: 0;
    filter: alpha(opacity=75);
}
.lt-ie9-magic button.mz-button:hover {
    filter: alpha(opacity=100);
}


/**
 * Thumbnails
 */

 /* Thumbnails on the page */
a[data-zoom-id],
.mz-thumb, .mz-thumb:focus {
    display: inline-block;
    line-height: 0;
    outline: none;
}

.mz-thumb:hover:not(.mz-thumb-selected) img {
    -webkit-filter: brightness(75%);
            filter: brightness(75%);
}
.mz-thumb-selected img {
    -webkit-filter: brightness(60%);
            filter: brightness(60%);
}
.no-cssfilters-magic .mz-thumb:hover,
.no-cssfilters-magic .mz-thumb.mz-thumb-selected {
    background: #000;
}
.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
    opacity: .75;
    filter: alpha(opacity=75);
}
.no-cssfilters-magic .mz-thumb-selected img {
    opacity: .6;
    filter: alpha(opacity=60);
}
.ie9-magic .mz-thumb img {
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);
}

 /* Thumbnails in expanded view */
.mz-expand-thumbnails {
    z-index: 50;
    position: absolute;
    bottom: 0;
    left: 65px;
    right: 65px;
    height: 80px;
    padding: 10px 0;
    box-sizing: border-box;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumb {
    padding: 10px 2px;
}
.mz-expand-thumbnails .magic-thumb > img {
    cursor: pointer;
    height: 40px;
    box-shadow:0 0 5px 1px rgba(0,0,0,0.3);
}
.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
    -webkit-filter: brightness(70%);
            filter: brightness(70%);
}
.mz-expand-thumbnails .magic-thumb-selected img {
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
}
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
    box-shadow: none;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button-disabled {
    opacity: 0;
}
.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected) img {
    opacity: .7;
    filter: alpha(opacity=70);
}
.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb-selected img {
    opacity: .5;
    filter: alpha(opacity=50);
}

/** Hide thumbnails in expanded view with .no-expand-thumbnails class **/
.mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
    padding-bottom: 40px;
}
.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
    display: none;
}
.mobile-magic .mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
    padding: 0;
}
.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.magic-thumbs {
    direction: ltr;
    overflow: visible;
    z-index: 100;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 30px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: none;
        touch-action: none;
}

.magic-thumbs {
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.magic-thumbs.no-buttons {
    padding: 0 !important;
}

.magic-thumbs-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.magic-thumbs ul {
    list-style: none;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: relative;
    white-space: nowrap;
}
.magic-thumbs.no-buttons ul {
    left: 0 !important;
    padding: 0 !important;
    -webkit-transition: none !important;
            transition: none !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
}


.magic-thumbs ul li {
    margin: 0 4px;
    height: 100%;
    width: auto;
    vertical-align: top;
    line-height: 0;
    display: inline-block;
}
.magic-thumbs ul li:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.magic-thumbs ul li > img {
    width: auto;
    height: auto;
    max-width: none !important;
    max-height: 100% !important;
    vertical-align: middle;
}
.ie8-magic .magic-thumbs ul li > img {
    max-width: none !important;
    max-height: none !important;
}

/* vertical */
.magic-thumbs.magic-thumbs-vertical {
    height: 100%;
}
.magic-thumbs-vertical {
    padding: 30px 0;
}
.magic-thumbs-vertical ul {
    height: auto;
    width: 100%;
    white-space: normal;
}
.magic-thumbs-vertical ul li {
    width: 100%;
    height: auto;
}
.magic-thumbs-vertical ul li {
    margin: 4px 0;
}

.magic-thumbs-vertical ul li > img {
    max-width: 100% !important;
    max-height: none !important;
}
.ie8-magic .magic-thumbs-vertical ul li > img {
    width: 100%;
}

/**
 * Buttons
 */
.magic-thumbs button.magic-thumbs-button {
    color: #b4b4b4 !important;
    font: 900 24px/1 'magictoolbox-thin' !important;
    cursor: pointer;
    z-index: 90 !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    background-image: none;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
    overflow: hidden;
    position: absolute;
    text-transform: none !important;
    speak: none;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    width: 30px;
    height: 100%;
    top: 0;
    bottom: 0;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
}
.magic-thumbs button.magic-thumbs-button:before {
    display: inline;
    position: static;
    color: inherit !important;
    font: inherit !important;
    -webkit-font-smoothing: inherit !important;
}
.magic-thumbs .magic-thumbs-button-prev {
    left: 0;
}
.magic-thumbs .magic-thumbs-button-next {
    right: 0;
}
.magic-thumbs .magic-thumbs-button-prev:before { content: "\a002"; }
.magic-thumbs .magic-thumbs-button-next:before { content: "\a003"; }

:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button {
    color: rgba(180, 180, 180, .75) !important;
    -webkit-transform: scale(.85) !important;
            transform: scale(.85) !important;
    -webkit-transition: color .25s, -webkit-transform .25s !important;
            transition: color .25s, transform .25s !important;

}
:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:hover {
    color: rgba(180, 180, 180, 1) !important;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
}


/* Vertical buttons */
.magic-thumbs-vertical .magic-thumbs-button {
    width: 100%;
    height: 30px;
    left: 0; right: 0;
    top: auto; bottom: auto;
}
.magic-thumbs-vertical .magic-thumbs-button-prev {
    top: 0;
}
.magic-thumbs-vertical .magic-thumbs-button-next {
    bottom: 0;
}
.magic-thumbs-vertical .magic-thumbs-button-prev:before { content: "\a005"; }
.magic-thumbs-vertical .magic-thumbs-button-next:before { content: "\a004"; }


.magic-thumbs.no-buttons .magic-thumbs-button {
    display: none !important;
}
.magic-thumbs-button-disabled {
    opacity: 0.2;
    filter: alpha(opacity = 20);
}
@charset "UTF-8";
/*=========================================
  ARTICLE
=========================================*/
/* line 4, _article.scss */
.article {
  margin-bottom: 20px; }
  /* line 7, _article.scss */
  .article .article-image {
    margin-bottom: 10px; }
    /* line 10, _article.scss */
    .article .article-image img {
      vertical-align: top; }
  /* line 15, _article.scss */
  .article .article-header {
    margin-bottom: 10px; }
    /* line 18, _article.scss */
    .article .article-header .date, .article .article-header .author, .article .article-header .comments-count {
      color: #303030;
      font-size: .9em;
      border-right: 1px solid lightgray;
      margin-right: 10px;
      padding-right: 10px; }
    /* line 26, _article.scss */
    .article .article-header .date {
      border-right: none;
      margin-right: 0;
      padding-right: 0; }
  /* line 33, _article.scss */
  .article .article-body {
    overflow: hidden;
    margin-bottom: 40px; }

/*=========================================
  ARTICLE COMMENTS
=========================================*/
/*  Comments list
-----------------------------------------*/
/* line 45, _article.scss */
.comments-list {
  margin-bottom: 20px; }

/*  Comments header
-----------------------------------------*/
/* line 51, _article.scss */
.comments-count a {
  color: #0089C9; }

/* line 55, _article.scss */
.comments-header {
  border-bottom: 2px solid #FFFFFF;
  margin-bottom: 20px;
  padding-bottom: 20px; }

/*  Comments item
-----------------------------------------*/
/* line 63, _article.scss */
.comments-item {
  border-bottom: 2px solid lightgray;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  /* line 68, _article.scss */
  .comments-item .comment-header {
    color: #333;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .9em;
    margin-bottom: 10px; }
    /* line 74, _article.scss */
    .comments-item .comment-header .author,
    .comments-item .comment-header .date {
      display: inline-block; }
    /* line 82, _article.scss */
    .comments-item .comment-header .date {
      border-left: 2px solid lightgray;
      margin-left: 10px;
      padding-left: 10px; }
  /* line 366, mixins.scss */
  .comments-item .comment-footer:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; }

/* line 103, _article.scss */
.comment-form-toggle {
  margin-bottom: 20px; }

@media screen and (min-width: 1201px) {
  /* line 111, _article.scss */
  #comment-form .form-label {
    text-align: right; } }
/*  Last articles
-----------------------------------------*/
/* line 119, _article.scss */
.articles-list {
  margin-bottom: 20px; }
  /* line 122, _article.scss */
  .articles-list .list-item {
    list-style: none;
    margin-bottom: 10px; }
    /* line 126, _article.scss */
    .articles-list .list-item:before {
      background: #eeeeee;
      content: '';
      display: inline-block;
      height: 1px;
      width: 15px;
      position: relative;
      top: -4px; }
  /* line 137, _article.scss */
  .articles-list .list-link {
    color: #0089C9; }

/*=========================================
  ARTICLES LIST
=========================================*/
/*  Article preview
-----------------------------------------*/
/* line 10, _blog.scss */
.article-preview {
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px; }
  /* line 15, _blog.scss */
  .article-preview .article-image-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%; }
  /* line 22, _blog.scss */
  .article-preview .article-image-inner {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-decoration: none;
    text-align: center; }
    /* line 29, _blog.scss */
    .article-preview .article-image-inner:after {
      content: '';
      display: inline-block;
      width: 0;
      height: 100%;
      vertical-align: middle; }
  /* line 38, _blog.scss */
  .article-preview .article-image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: middle; }
  /* line 46, _blog.scss */
  .article-preview .article-caption {
    display: inline-block;
    width: 100%; }
  /* line 53, _blog.scss */
  .article-preview .article-header .date, .article-preview .article-header .author, .article-preview .article-header .comments-count {
    color: #303030;
    font-size: .9em;
    border-right: 1px solid #303030;
    margin-right: 10px;
    padding-right: 10px; }
  /* line 61, _blog.scss */
  .article-preview .article-header .date {
    border-right: none;
    margin-right: 0;
    padding-right: 0; }
  /* line 72, _blog.scss */
  .article-preview .article-title {
    margin-bottom: 10px; }
    /* line 75, _blog.scss */
    .article-preview .article-title a {
      color: #0089C9; }
  /* line 80, _blog.scss */
  .article-preview .article-introtext {
    display: inline-block;
    width: 100%; }
  @media screen and (max-width: 830px) {
    /* line 86, _blog.scss */
    .article-preview .article-image {
      margin-bottom: 15px; } }

/*=========================================
  CHECKOUT 1
=========================================*/
/* font-family: "PTSansRegular"; */
@font-face {
  font-family: "Proxima-Nova";
  src: url("https://static-eu.insales.ru/files/1/5619/2274803/original/proxima_nova_regular-webfont.eot");
  src: url("https://static-eu.insales.ru/files/1/5619/2274803/original/proxima_nova_regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://static-eu.insales.ru/files/1/5619/2274803/original/proxima_nova_regular-webfont.woff") format("woff"), url("https://static-eu.insales.ru/files/1/5619/2274803/original/proxima_nova_regular-webfont.woff2") format("woff2"), url("https://static-eu.insales.ru/files/1/5619/2274803/original/proxima_nova_regular-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 100; }
/* line 19, _checkout.scss */
.checkout-v1-wrapper p {
  margin: 5px 0; }
/* line 23, _checkout.scss */
.checkout-v1-wrapper a {
  color: #0089C9; }
  /* line 26, _checkout.scss */
  .checkout-v1-wrapper a:hover {
    text-decoration: none; }
/* line 31, _checkout.scss */
.checkout-v1-wrapper .fc {
  overflow: hidden;
  zoom: 1; }
/* line 36, _checkout.scss */
.checkout-v1-wrapper .fl {
  float: left; }
/* line 40, _checkout.scss */
.checkout-v1-wrapper .fr {
  float: right; }
/* line 44, _checkout.scss */
.checkout-v1-wrapper .b {
  font-weight: bold; }
/* line 48, _checkout.scss */
.checkout-v1-wrapper .wrapper {
  padding: 0 10px;
  margin: 0 auto; }
/* line 53, _checkout.scss */
.checkout-v1-wrapper #logo {
  max-height: 65px;
  vertical-align: middle;
  border: 0;
  margin-right: 10px; }
/* line 60, _checkout.scss */
.checkout-v1-wrapper .button {
  font-size: 16px;
  background: #0089C9;
  color: #FFFFFF;
  font-family: "Roboto";
  padding: 10px 12px; }
  /* line 67, _checkout.scss */
  .checkout-v1-wrapper .button:hover, .checkout-v1-wrapper .button.active {
    background: #000;
    color: #fff; }
  /* line 73, _checkout.scss */
  .checkout-v1-wrapper .button .button-text,
  .checkout-v1-wrapper .button .button-icon {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle; }
  /* line 80, _checkout.scss */
  .checkout-v1-wrapper .button:after {
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0; }
/* line 89, _checkout.scss */
.checkout-v1-wrapper #create_order {
  margin: 0 !important; }
/* line 93, _checkout.scss */
.checkout-v1-wrapper .big {
  font: 14px Tahoma, sans-serif !important; }
/* line 98, _checkout.scss */
.checkout-v1-wrapper .button:hover {
  background-image: url(/served_assets/checkout/button.png);
  _background-image: none; }
/* line 102, _checkout.scss */
.checkout-v1-wrapper .button:active {
  top: 1px; }
/* line 105, _checkout.scss */
.checkout-v1-wrapper .button::-moz-focus-inner {
  border: 0;
  padding: 0; }
/* line 111, _checkout.scss */
.checkout-v1-wrapper .page-title {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0; }
/* line 117, _checkout.scss */
.checkout-v1-wrapper .page-subtitle {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0; }
/* line 123, _checkout.scss */
.checkout-v1-wrapper input.textfield, .checkout-v1-wrapper textarea, .checkout-v1-wrapper select {
  background: #fff;
  border: 1px solid #eeeeee;
  padding: 7px 10px;
  margin-bottom: 5px;
  max-width: 100%; }
/* line 131, _checkout.scss */
.checkout-v1-wrapper .set-sidetext {
  width: 235px;
  float: right;
  clear: right;
  margin: 10px 0; }
/* line 138, _checkout.scss */
.checkout-v1-wrapper .userbar, .checkout-v1-wrapper .set-title {
  background: #fbfbfb;
  border-bottom: 1px solid #eeeeee;
  padding: 8px 11px 7px;
  font-weight: bold;
  vertical-align: middle; }
/* line 146, _checkout.scss */
.checkout-v1-wrapper .userbar {
  font-weight: normal;
  margin-bottom: 30px;
  border: 1px solid #eeeeee; }
  /* line 151, _checkout.scss */
  .checkout-v1-wrapper .userbar .links {
    word-spacing: 4px; }
    /* line 154, _checkout.scss */
    .checkout-v1-wrapper .userbar .links a {
      display: inline-block;
      margin: 0 10px;
      word-spacing: normal; }
/* line 162, _checkout.scss */
.checkout-v1-wrapper a.set-title {
  display: block;
  text-decoration: none;
  font-weight: normal; }
  /* line 166, _checkout.scss */
  .checkout-v1-wrapper a.set-title img {
    border: 0; }
/* line 171, _checkout.scss */
.checkout-v1-wrapper .set-meta {
  background: #f3f3f4;
  border-bottom: 1px solid #dee0e1;
  padding: 7px 15px 0; }
/* line 177, _checkout.scss */
.checkout-v1-wrapper .set-block {
  border-bottom: 1px solid #dee0e1;
  padding: 15px; }
  /* line 181, _checkout.scss */
  .checkout-v1-wrapper .set-block h4,
  .checkout-v1-wrapper .set-block h3 {
    clear: both;
    display: block;
    padding: 20px 0 10px;
    width: 100%; }
    /* line 188, _checkout.scss */
    .checkout-v1-wrapper .set-block h4:before, .checkout-v1-wrapper .set-block h4:after,
    .checkout-v1-wrapper .set-block h3:before,
    .checkout-v1-wrapper .set-block h3:after {
      content: '';
      clear: both;
      display: block;
      height: 0;
      line-height: 0;
      font-size: 0;
      width: 100%; }
/* line 201, _checkout.scss */
.checkout-v1-wrapper .set-list {
  border-bottom: 1px solid #dee0e1;
  max-height: 350px;
  overflow-y: auto;
  padding: 2px 5px;
  margin: 0; }
/* line 209, _checkout.scss */
.checkout-v1-wrapper .set-list-item {
  display: block;
  border-radius: 3px;
  padding: 5px;
  position: relative;
  padding-left: 70px;
  margin: 3px 0; }
  /* line 217, _checkout.scss */
  .checkout-v1-wrapper .set-list-item .img {
    background-position: center center;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    border: 1px solid #dee0e1;
    position: absolute;
    left: 10px;
    top: 10px; }
  /* line 228, _checkout.scss */
  .checkout-v1-wrapper .set-list-item .description {
    width: auto; }
/* line 233, _checkout.scss */
.checkout-v1-wrapper .set-status {
  padding: 15px;
  font-weight: bold;
  border-bottom: 1px solid #dee0e1;
  vertical-align: middle; }
/* line 240, _checkout.scss */
.checkout-v1-wrapper .field {
  padding: 5px 0;
  margin-bottom: 10px; }
/* line 245, _checkout.scss */
.checkout-v1-wrapper .field-label {
  float: left;
  width: 40%;
  overflow: hidden;
  font-weight: bold;
  padding-right: 10px;
  box-sizing: border-box; }
/* line 254, _checkout.scss */
.checkout-v1-wrapper .field-content {
  float: right;
  width: 60%; }
  /* line 257, _checkout.scss */
  .checkout-v1-wrapper .field-content textarea {
    border: 1px solid #eeeeee;
    padding: 7px 10px;
    margin-bottom: 5px;
    width: 100%; }
  /* line 263, _checkout.scss */
  .checkout-v1-wrapper .field-content .textfield {
    border: 1px solid #eeeeee;
    padding: 7px 10px;
    margin-bottom: 5px;
    width: 100%; }
  /* line 269, _checkout.scss */
  .checkout-v1-wrapper .field-content input {
    border: 1px solid #eeeeee;
    padding: 7px 10px;
    margin-bottom: 5px;
    max-width: 100%; }
/* line 277, _checkout.scss */
.checkout-v1-wrapper button, .checkout-v1-wrapper textarea {
  font: 12px Arial, sans-serif; }
/* line 281, _checkout.scss */
.checkout-v1-wrapper .table {
  width: 625px;
  border-collapse: collapse; }
  /* line 284, _checkout.scss */
  .checkout-v1-wrapper .table th, .checkout-v1-wrapper .table td {
    padding: 4px 7px 4px 0; }
  /* line 287, _checkout.scss */
  .checkout-v1-wrapper .table th {
    text-align: left; }
  /* line 291, _checkout.scss */
  .checkout-v1-wrapper .table tfoot th, .checkout-v1-wrapper .table tfoot td {
    border-top: 1px solid #dee0e1; }
/* line 297, _checkout.scss */
.checkout-v1-wrapper .price-field {
  text-align: right !important;
  white-space: nowrap; }
/* line 302, _checkout.scss */
.checkout-v1-wrapper .count {
  text-align: center;
  width: 5em; }
/* line 307, _checkout.scss */
.checkout-v1-wrapper .warning {
  color: red; }
/* line 311, _checkout.scss */
.checkout-v1-wrapper .error, .checkout-v1-wrapper .status-warning, .checkout-v1-wrapper .notice {
  padding: 6px 7px 6px 26px;
  border-radius: 3px;
  margin: 10px 0 20px 0;
  vertical-align: middle;
  background-position: 5px 5px;
  background-repeat: no-repeat;
  font-size: 16px; }
/* line 321, _checkout.scss */
.checkout-v1-wrapper .error {
  background-color: #f3c7c7;
  background-image: url(/served_assets/checkout/icon-error.png);
  color: #c7271f; }
/* line 327, _checkout.scss */
.checkout-v1-wrapper .notice {
  background-color: #8fff87;
  background-image: url(/served_assets/checkout/icon-succeed.png);
  color: #37763a; }
/* line 333, _checkout.scss */
.checkout-v1-wrapper .status-warning {
  background-color: #e8e97d;
  background-image: url(/served_assets/checkout/icon-warning.png);
  color: #5b512c; }
/* line 339, _checkout.scss */
.checkout-v1-wrapper .icon {
  vertical-align: middle; }
/* line 343, _checkout.scss */
.checkout-v1-wrapper .small {
  font-size: 87%; }
/* line 347, _checkout.scss */
.checkout-v1-wrapper .gray {
  color: gray; }
/* line 351, _checkout.scss */
.checkout-v1-wrapper .green, .checkout-v1-wrapper .red {
  padding: 3px;
  margin-right: 10px; }
/* line 356, _checkout.scss */
.checkout-v1-wrapper .green {
  background: #8FFF87;
  color: #37763A; }
/* line 361, _checkout.scss */
.checkout-v1-wrapper .red {
  background: #F3C7C7;
  color: #C7271F; }
/* line 366, _checkout.scss */
.checkout-v1-wrapper #top_info {
  margin: 12px 0; }
/* line 371, _checkout.scss */
.checkout-v1-wrapper table.variants {
  width: 100%;
  margin: 0 0 20px;
  border-collapse: collapse; }
  /* line 375, _checkout.scss */
  .checkout-v1-wrapper table.variants .price {
    text-align: right;
    white-space: nowrap;
    vertical-align: top; }
  /* line 380, _checkout.scss */
  .checkout-v1-wrapper table.variants .name {
    padding-bottom: 18px;
    max-width: 490px; }
  /* line 384, _checkout.scss */
  .checkout-v1-wrapper table.variants .radio {
    width: 25px;
    text-align: left;
    padding: 0;
    vertical-align: top; }
    /* line 389, _checkout.scss */
    .checkout-v1-wrapper table.variants .radio input {
      margin: 0; }
/* line 394, _checkout.scss */
.checkout-v1-wrapper table.payment_variants {
  border-bottom: 1px solid #DEE0E1; }
/* line 399, _checkout.scss */
.checkout-v1-wrapper #registered_client {
  float: right;
  border-left: 1px solid #eeeeee;
  padding-left: 10px;
  margin-bottom: 20px;
  width: 50%; }
  /* line 406, _checkout.scss */
  .checkout-v1-wrapper #registered_client + div {
    float: left;
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-right: 10px; }
    /* line 413, _checkout.scss */
    .checkout-v1-wrapper #registered_client + div #regular_client {
      width: auto; }
    /* line 417, _checkout.scss */
    .checkout-v1-wrapper #registered_client + div + div {
      border-top: 1px solid #eeeeee; }
  /* line 422, _checkout.scss */
  .checkout-v1-wrapper #registered_client h3 {
    margin-top: 0; }
/* line 427, _checkout.scss */
.checkout-v1-wrapper #regular_client {
  width: 40%; }
  /* line 430, _checkout.scss */
  .checkout-v1-wrapper #regular_client small {
    display: block;
    margin-left: 5px;
    font-size: 85%; }
  /* line 435, _checkout.scss */
  .checkout-v1-wrapper #regular_client h3 {
    margin-top: 0; }
/* line 440, _checkout.scss */
.checkout-v1-wrapper .register .field-content {
  float: right; }
/* line 444, _checkout.scss */
.checkout-v1-wrapper .past_step {
  float: right;
  font-weight: normal;
  width: 390px; }
  /* line 448, _checkout.scss */
  .checkout-v1-wrapper .past_step span {
    color: #999; }
  /* line 451, _checkout.scss */
  .checkout-v1-wrapper .past_step a {
    float: right; }
/* line 457, _checkout.scss */
.checkout-v1-wrapper .small_label .field-content {
  width: 550px; }
/* line 460, _checkout.scss */
.checkout-v1-wrapper .small_label .field-label {
  width: 90px; }
/* line 465, _checkout.scss */
.checkout-v1-wrapper .fieldWithErrors {
  display: inline; }
  /* line 467, _checkout.scss */
  .checkout-v1-wrapper .fieldWithErrors input, .checkout-v1-wrapper .fieldWithErrors textarea {
    border: 1px solid #dc7878 !important;
    padding: 3px 2px;
    background: #f8e7e7 !important; }
/* line 474, _checkout.scss */
.checkout-v1-wrapper .delivery_checkbox {
  margin-bottom: 10px; }
  /* line 476, _checkout.scss */
  .checkout-v1-wrapper .delivery_checkbox input {
    vertical-align: middle; }
  /* line 479, _checkout.scss */
  .checkout-v1-wrapper .delivery_checkbox label {
    font-size: 90%;
    margin-left: 3px; }
/* line 485, _checkout.scss */
.checkout-v1-wrapper #flash_messages .message {
  margin: 0; }
/* line 489, _checkout.scss */
.checkout-v1-wrapper .set {
  border: 1px solid #dee0e1;
  border-bottom: 0;
  width: 70%;
  float: left;
  clear: left;
  margin: 10px 0 30px; }
/* line 498, _checkout.scss */
.checkout-v1-wrapper .set-sidebar {
  border: 1px solid #dee0e1;
  border-bottom: 0;
  width: 28%;
  float: right;
  clear: right;
  margin: 10px 0 30px; }
/* line 507, _checkout.scss */
.checkout-v1-wrapper .wide_set {
  width: 100% !important; }
  /* line 510, _checkout.scss */
  .checkout-v1-wrapper .wide_set .table {
    width: 100% !important; }
/* line 515, _checkout.scss */
.checkout-v1-wrapper .table .highlited_row {
  background: #F8F8F9; }
/* line 519, _checkout.scss */
.checkout-v1-wrapper .green_status {
  background: #E0FCE0 !important; }
/* line 523, _checkout.scss */
.checkout-v1-wrapper .grey_status {
  background: #E8E8E8 !important; }
/* line 527, _checkout.scss */
.checkout-v1-wrapper #logo_bg {
  height: 60px;
  margin: 5px 10px 5px 0;
  float: left;
  display: none;
  background-repeat: no-repeat;
  background-position: center left; }
/* line 536, _checkout.scss */
.checkout-v1-wrapper .bank_invoice_fio {
  width: 310px; }
/* line 540, _checkout.scss */
.checkout-v1-wrapper .mail_ru_login, .checkout-v1-wrapper .vkontakte_login, .checkout-v1-wrapper .facebook_login {
  padding-bottom: 2px;
  vertical-align: middle;
  position: relative;
  width: 66px;
  height: 18px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block; }
/* line 552, _checkout.scss */
.checkout-v1-wrapper #captcha_challenge img {
  border: 0; }
/* line 555, _checkout.scss */
.checkout-v1-wrapper #captcha_challenge a img {
  margin-top: 10px;
  vertical-align: top; }
/* line 561, _checkout.scss */
.checkout-v1-wrapper #kladr_house, .checkout-v1-wrapper #kladr_flat, .checkout-v1-wrapper #kladr_number, .checkout-v1-wrapper #kladr_manual_index, .checkout-v1-wrapper div.kladr {
  padding: 3px; }
/* line 565, _checkout.scss */
.checkout-v1-wrapper .not_available label {
  opacity: 0.5; }
/* line 569, _checkout.scss */
.checkout-v1-wrapper #facebox {
  font-size: 75%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
  width: 350px !important; }
  /* line 571, _checkout.scss */
  .checkout-v1-wrapper #facebox p {
    display: block !important; }
  /* line 579, _checkout.scss */
  .checkout-v1-wrapper #facebox .popup {
    position: relative; }
  /* line 582, _checkout.scss */
  .checkout-v1-wrapper #facebox td {
    border-bottom: 0;
    padding: 0; }
  /* line 586, _checkout.scss */
  .checkout-v1-wrapper #facebox table.form tr td {
    padding: 3px; }
  /* line 589, _checkout.scss */
  .checkout-v1-wrapper #facebox .body {
    border: 1px solid #DDDDDD;
    padding: 10px;
    background: #fff; }
  /* line 594, _checkout.scss */
  .checkout-v1-wrapper #facebox .loading, .checkout-v1-wrapper #facebox .image {
    text-align: center; }
  /* line 597, _checkout.scss */
  .checkout-v1-wrapper #facebox form {
    border: 0; }
  /* line 600, _checkout.scss */
  .checkout-v1-wrapper #facebox img {
    display: none;
    border: 0;
    margin: 0; }
  /* line 606, _checkout.scss */
  .checkout-v1-wrapper #facebox .fb_footer {
    display: none;
    padding: 0;
    margin: 0;
    position: relative !important;
    height: auto !important; }
  /* line 613, _checkout.scss */
  .checkout-v1-wrapper #facebox .tl, .checkout-v1-wrapper #facebox .tr, .checkout-v1-wrapper #facebox .bl, .checkout-v1-wrapper #facebox .br {
    height: 2px;
    width: 2px;
    overflow: hidden;
    padding: 0; }
/* line 621, _checkout.scss */
.checkout-v1-wrapper #facebox_overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
/* line 629, _checkout.scss */
.checkout-v1-wrapper .facebox_hide {
  z-index: -100; }
/* line 633, _checkout.scss */
.checkout-v1-wrapper .facebox_overlayBG {
  background-color: #000;
  z-index: 99; }
@media screen and (max-width: 800px) {
  /* line 640, _checkout.scss */
  .checkout-v1-wrapper .set,
  .checkout-v1-wrapper .set-sidebar {
    width: 100%; }
  /* line 647, _checkout.scss */
  .checkout-v1-wrapper .userbar .links {
    margin-bottom: 10px;
    text-align: center;
    width: 100%; }
    /* line 652, _checkout.scss */
    .checkout-v1-wrapper .userbar .links a {
      margin-bottom: 5px; }
  /* line 657, _checkout.scss */
  .checkout-v1-wrapper .userbar .profile {
    text-align: center;
    width: 100%; }
  /* line 663, _checkout.scss */
  .checkout-v1-wrapper #registered_client {
    border: none;
    padding: 0;
    width: 100%; }
    /* line 668, _checkout.scss */
    .checkout-v1-wrapper #registered_client + div {
      padding: 0;
      width: 100%; } }
@media screen and (max-width: 400px) {
  /* line 677, _checkout.scss */
  .checkout-v1-wrapper .field-label {
    margin-bottom: 5px; }
  /* line 681, _checkout.scss */
  .checkout-v1-wrapper .field-label,
  .checkout-v1-wrapper .field-content {
    width: 100%; }
  /* line 686, _checkout.scss */
  .checkout-v1-wrapper .set-block {
    overflow-x: scroll; } }

/*=========================================
  CHECKOUT 2
=========================================*/
/* line 695, _checkout.scss */
.co-section--checkout_content {
  min-height: 0; }

/* line 699, _checkout.scss */
.co-checkout-order_form {
  margin-top: 0; }

/* line 703, _checkout.scss */
.co-checkout-block--padded {
  padding-left: 10px;
  padding-right: 10px; }

/* line 708, _checkout.scss */
.co-sidebar {
  box-shadow: none;
  border-left: 1px solid #e0e0e0; }

/* line 713, _checkout.scss */
.co-button {
  background: #0089C9;
  border: 1px solid #0089C9;
  border-radius: 0;
  color: #FFFFFF; }
  /* line 719, _checkout.scss */
  .co-button:focus, .co-button:hover {
    background: #000;
    border: 1px solid #000;
    color: #0089C9; }
  /* line 726, _checkout.scss */
  .co-button:focus {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

/* line 733, _checkout.scss */
.co-toggable_field-input--radio input + span {
  box-shadow: inset 0 0 0 2px #535353; }
/* line 737, _checkout.scss */
.co-toggable_field-input--radio input:focus + span, .co-toggable_field-input--radio input:checked + span {
  box-shadow: inset 0 0 0 7px #535353; }

/* line 745, _checkout.scss */
.co-toggable_field-input--checkbox input + span {
  box-shadow: inset 0 0 0 2px #535353; }
/* line 749, _checkout.scss */
.co-toggable_field-input--checkbox input:focus + span, .co-toggable_field-input--checkbox input:checked + span {
  box-shadow: inset 0 0 0 10px #535353; }

/* line 755, _checkout.scss */
.co-input-field {
  border: 1px solid #eeeeee;
  color: #555555;
  border-radius: 0; }

/* line 761, _checkout.scss */
.co-basket {
  padding-top: 0; }

/* line 765, _checkout.scss */
.co-basket_item-image {
  background: transparent; }

/* line 769, _checkout.scss */
.co-tabs-node {
  background: transparent;
  border: 1px solid #0089C9;
  box-shadow: none;
  border-radius: 0;
  color: #0089C9; }

/* line 777, _checkout.scss */
.co-tabs-node:focus,
.co-tabs-node:hover,
.co-tabs-node--active {
  background: #0089C9;
  color: #FFFFFF; }

/*=========================================
  FAST CHECKOUT
=========================================*/
/* line 787, _checkout.scss */
.m-modal-button {
  font-size: 16px;
  background: #0089C9;
  color: #FFFFFF;
  border-radius: 0;
  line-height: 16px;
  font-family: "Roboto";
  padding: 10px 12px; }
  /* line 796, _checkout.scss */
  .m-modal-button:hover, .m-modal-button.active {
    background: #000;
    color: #fff; }
  /* line 802, _checkout.scss */
  .m-modal-button .button-text,
  .m-modal-button .button-icon {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle; }
  /* line 809, _checkout.scss */
  .m-modal-button:after {
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0; }

/* line 818, _checkout.scss */
.m-input-field {
  border-radius: 0;
  background: #fff;
  border: 1px solid #eeeeee;
  padding: 7px 10px;
  margin-bottom: 5px;
  max-width: 100%; }

/* line 827, _checkout.scss */
.m-modal--checkout {
  background: #FFFFFF;
  border-radius: 0; }

/* line 4, _collection.scss */
.collection-toolbar > .collapse-toggle {
  margin-bottom: 10px; }

/* line 9, _collection.scss */
.collection-toolbar-top {
  margin-top: 30px; }

/* line 13, _collection.scss */
.prod-var-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }
  @media screen and (max-width: 600px) {
    /* line 13, _collection.scss */
    .prod-var-title {
      display: block;
      margin-bottom: 5px; } }

/* line 25, _collection.scss */
.rop-filter-wrapper {
  max-width: 975px;
  margin: 0 auto; }

/* line 30, _collection.scss */
.prod-var-wrapper {
  display: inline-block;
  vertical-align: middle; }
  /* line 34, _collection.scss */
  .prod-var-wrapper > p {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ccc;
    margin: 0;
    padding: 5px;
    border-radius: 6px;
    cursor: pointer;
    margin: 3px 4px; }
    /* line 44, _collection.scss */
    .prod-var-wrapper > p:hover, .prod-var-wrapper > p.active-filter {
      background: #e6e6e6;
      color: #f42434; }

/*=========================================
  PRODUCT CARD
=========================================*/
/* line 55, _collection.scss */
.product-card {
  margin-bottom: 20px;
  padding: 0 !important;
  min-width: 300px; }
  /* line 59, _collection.scss */
  .product-card .card-inner {
    background: #fff;
    position: relative;
    z-index: 1000; }
    /* line 63, _collection.scss */
    .product-card .card-inner .rating {
      display: block;
      margin: 0 auto; }
  /* line 69, _collection.scss */
  .product-card .product-labels {
    top: -10px;
    right: -10px; }
  /* line 74, _collection.scss */
  .product-card .product-photo {
    width: 100%;
    position: relative;
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center; }
    /* line 82, _collection.scss */
    .product-card .product-photo a img {
      display: block;
      margin: auto;
      max-height: 200px; }
    /* line 88, _collection.scss */
    .product-card .product-photo .product-link {
      text-align: center; }
      /* line 92, _collection.scss */
      .product-card .product-photo .product-link:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: middle; }
  /* line 102, _collection.scss */
  .product-card .product-image {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle; }
  @supports (-o-object-fit: contain) or (object-fit: contain) {
    /* line 111, _collection.scss */
    .product-card .product-image {
      -o-object-fit: contain;
      object-fit: contain;
      width: 100%;
      height: 100%; } }
  /* line 126, _collection.scss */
  .product-card .product-link {
    display: inline-block;
    text-decoration: none; }
  /* line 131, _collection.scss */
  .product-card .product-caption {
    margin-bottom: 0;
    margin-top: 20px; }
  /* line 136, _collection.scss */
  .product-card .product-title {
    font-size: 16px;
    font-weight: 900;
    text-align: center; }
    /* line 140, _collection.scss */
    .product-card .product-title .product-name {
      font-size: 30px;
      line-height: 30px;
      color: #4b4b4b;
      margin: 0; }
    /* line 146, _collection.scss */
    .product-card .product-title .product-link {
      color: #4b4b4b; }
      /* line 149, _collection.scss */
      .product-card .product-title .product-link:hover {
        color: #0089C9; }
  /* line 155, _collection.scss */
  .product-card .product-introtext {
    height: 80px; }
  /* line 159, _collection.scss */
  .product-card .product-prices {
    text-align: center;
    margin-top: 10px; }
    /* line 163, _collection.scss */
    .product-card .product-prices .price,
    .product-card .product-prices .old-price {
      font-size: 14px; }
    /* line 168, _collection.scss */
    .product-card .product-prices .price + .old-price {
      margin-left: 10px; }
    /* line 172, _collection.scss */
    .product-card .product-prices .price {
      color: black;
      text-align: center;
      font-size: 18px; }
    /* line 178, _collection.scss */
    .product-card .product-prices .old-price {
      color: #777777;
      text-decoration: line-through; }
    /* line 183, _collection.scss */
    .product-card .product-prices .weight {
      display: inline-block;
      width: 100%; }
  /* line 189, _collection.scss */
  .product-card .product-control {
    text-align: center;
    margin-top: 20px; }
    /* line 193, _collection.scss */
    .product-card .product-control .counter {
      width: 50%;
      display: inline-block;
      vertical-align: top; }
    /* line 199, _collection.scss */
    .product-card .product-control .buy {
      width: 40%;
      display: inline-block;
      vertical-align: top; }
  /* line 206, _collection.scss */
  .product-card .button-buy {
    height: 40px;
    font-size: 1.2em;
    padding: 0 12px;
    line-height: 1em; }
  /* line 213, _collection.scss */
  .product-card .more-info {
    width: 100%; }
    /* line 216, _collection.scss */
    .product-card .more-info .button-buy {
      font-size: 1em; }
      /* line 219, _collection.scss */
      .product-card .more-info .button-buy .link-text,
      .product-card .more-info .button-buy .button-icon {
        vertical-align: middle; }
      /* line 224, _collection.scss */
      .product-card .more-info .button-buy .button-icon {
        position: relative;
        top: 2px; }

/* line 232, _collection.scss */
.counter {
  position: relative; }

/* line 236, _collection.scss */
.button-number {
  background: #CCCCCC;
  color: #000000;
  height: 40px;
  font-size: 1.4em;
  text-align: center;
  vertical-align: top;
  position: absolute;
  top: 0;
  width: 40px; }
  /* line 247, _collection.scss */
  .button-number.count-up {
    right: 0; }
  /* line 250, _collection.scss */
  .button-number.count-down {
    left: 0; }

/* line 255, _collection.scss */
.input-number {
  background: #fafafa;
  height: 40px;
  font-size: 1.1em;
  vertical-align: top;
  text-align: center;
  width: 100%; }

/*  Collection filters
-----------------------------------------*/
/* line 266, _collection.scss */
.collection-filters {
  position: relative; }

/* line 270, _collection.scss */
.filter {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px; }
  /* line 277, _collection.scss */
  .filter.active .filter-control {
    padding-right: 40px; }
  /* line 281, _collection.scss */
  .filter.active .filter-clear {
    background: #006696;
    border-left: 1px solid #F2F2F2;
    color: #303030;
    font-size: 1.6em;
    display: block;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px; }

/* line 297, _collection.scss */
.filter-control {
  position: relative; }

/* line 301, _collection.scss */
.filter-clear {
  display: none; }

/* line 305, _collection.scss */
.filter-items {
  background: #fff;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
  color: #333333;
  min-width: 240px;
  top: 100%;
  left: 0; }

/* line 314, _collection.scss */
.items-list {
  display: block;
  max-height: 200px;
  margin: 20px 0;
  padding: 0 15px;
  position: relative; }
  /* line 321, _collection.scss */
  .items-list .list-item {
    overflow: hidden;
    width: 100%; }
  /* line 326, _collection.scss */
  .items-list .list-item + .list-item {
    margin-top: 20px; }

/* line 331, _collection.scss */
.filter-body {
  padding: 15px;
  margin: 15px 0; }

/* line 336, _collection.scss */
.dropdown-block-control {
  padding: 0 15px;
  margin-bottom: 15px; }

/* line 341, _collection.scss */
.toggled .filters-list.dropdown-block {
  max-height: 1000px; }

@media screen and (min-width: 481px) {
  /* line 347, _collection.scss */
  .collection-toolbar .collapse-block {
    overflow: visible; } }
@media screen and (max-width: 480px) {
  /* line 354, _collection.scss */
  .filters-block {
    padding-left: 10px;
    padding-right: 10px; }

  /* line 359, _collection.scss */
  .collection-filters {
    padding: 0; }

  /* line 363, _collection.scss */
  .filter.dropdown.is-absolute {
    width: 100%; }
    /* line 366, _collection.scss */
    .filter.dropdown.is-absolute .filter-control .dropdown-toggle {
      padding: 5px 10px;
      text-align: left;
      width: 100%; }
    /* line 372, _collection.scss */
    .filter.dropdown.is-absolute .dropdown-block {
      position: static;
      width: 100%; } }
/*  Price slider
-----------------------------------------*/
/* line 381, _collection.scss */
.range-slider {
  box-shadow: none;
  margin-bottom: 10px; }
  /* line 385, _collection.scss */
  .range-slider > .irs {
    margin: 30px 30px 10px; }
  /* line 389, _collection.scss */
  .range-slider .irs-from,
  .range-slider .irs-to {
    cursor: pointer; }

/* line 395, _collection.scss */
.input-range,
.input-range {
  position: relative;
  width: 49%; }

/* line 401, _collection.scss */
.irs {
  height: 40px; }

/* line 405, _collection.scss */
.irs-with-grid {
  height: 60px; }

/* line 409, _collection.scss */
.irs-line {
  height: 12px;
  top: 25px; }

/* line 414, _collection.scss */
.irs-line-left {
  background: lightgray;
  height: 12px; }

/* line 419, _collection.scss */
.irs-line-mid {
  background: lightgray;
  height: 12px; }

/* line 424, _collection.scss */
.irs-line-right {
  height: 12px;
  background: lightgray; }

/* line 429, _collection.scss */
.irs-bar {
  height: 12px;
  top: 25px;
  background: #0089C9;
  color: #FFFFFF; }

/* line 436, _collection.scss */
.irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
  background-position: 0 -90px; }

/* line 443, _collection.scss */
.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25; }

/* line 450, _collection.scss */
.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25); }

/* line 454, _collection.scss */
.irs-slider {
  cursor: pointer;
  width: 6px;
  height: 18px;
  top: 22px;
  background: #0089C9; }

/* line 462, _collection.scss */
.irs-slider.state_hover, .irs-slider:hover {
  background-position: 0 -150px; }

/* line 466, _collection.scss */
.irs-min, .irs-max {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: lightgray;
  border-radius: 4px; }

/* line 477, _collection.scss */
.irs-from, .irs-to, .irs-single {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 10px 15px;
  top: -24px;
  background: #0089C9;
  border-radius: 4px; }

/* line 488, _collection.scss */
.irs-from:after, .irs-to:after, .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #0089C9; }

/* line 502, _collection.scss */
.irs-grid-pol {
  background: #535353; }

/* line 506, _collection.scss */
.irs-grid-text {
  color: #999; }

/* line 513, _collection.scss */
.slider-label {
  cursor: default;
  display: inline-block;
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  padding: 5px;
  width: 46%; }

/* line 522, _collection.scss */
.range-slider-input {
  font-size: 0;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  position: relative; }
  /* line 529, _collection.scss */
  .range-slider-input:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0; }

/*  Collection order
-----------------------------------------*/
/* line 539, _collection.scss */
.collection-order {
  margin-bottom: 10px;
  text-align: right; }
  /* line 543, _collection.scss */
  .collection-order .label-field,
  .collection-order .select-wrapper {
    vertical-align: middle; }
  /* line 552, _collection.scss */
  .collection-order .select-field {
    padding: 0 20px 0 0; }

@media screen and (max-width: 830px) {
  /* line 563, _collection.scss */
  .collection-order {
    text-align: left; } }
/*=========================================
  COLLECTION MENU
=========================================*/
/* line 571, _collection.scss */
.collection-menu {
  display: block;
  margin-bottom: 20px; }
  /* line 577, _collection.scss */
  .collection-menu > .menu-item > .menu-link {
    display: inline-block;
    font-size: 1em;
    padding: 15px 0;
    color: #0089C9;
    text-decoration: none;
    text-transform: uppercase; }
    /* line 321, mixins.scss */
    .collection-menu > .menu-item > .menu-link:hover {
      color: #0089C9;
      text-decoration: none; }
  /* line 586, _collection.scss */
  .collection-menu > .menu-item.active > .menu-link,
  .collection-menu > .menu-item:hover > .menu-link,
  .collection-menu > .menu-item > .menu-link:hover {
    color: #0089C9; }
  /* line 594, _collection.scss */
  .collection-menu .toggled .dropdown-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  /* line 601, _collection.scss */
  .collection-menu .link-text,
  .collection-menu .dropdown-icon {
    display: inline-block;
    vertical-align: middle; }
  /* line 607, _collection.scss */
  .collection-menu .dropdown-icon {
    font-size: 12px;
    margin-left: .3em;
    position: relative;
    top: 0; }
  /* line 614, _collection.scss */
  .collection-menu .submenu {
    background: #535353;
    font-size: 1em;
    width: 100%; }
    /* line 621, _collection.scss */
    .collection-menu .submenu > .menu-item > .menu-link {
      color: #FFFFFF;
      display: inline-block;
      padding: 10px;
      width: 100%; }
    /* line 628, _collection.scss */
    .collection-menu .submenu > .menu-item + .menu-item {
      margin-top: 10px; }
    /* line 633, _collection.scss */
    .collection-menu .submenu > .menu-item.active > .menu-link,
    .collection-menu .submenu > .menu-item:hover > .menu-link,
    .collection-menu .submenu > .menu-item > .menu-link:hover {
      color: #FFFFFF; }
      /* line 638, _collection.scss */
      .collection-menu .submenu > .menu-item.active > .menu-link .link-text,
      .collection-menu .submenu > .menu-item:hover > .menu-link .link-text,
      .collection-menu .submenu > .menu-item > .menu-link:hover .link-text {
        text-decoration: underline; }

/*=========================================
  COLLECTION MENU HORIZONTAL
=========================================*/
/* line 648, _collection.scss */
.collection-menu-horizontal-wrapper {
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative; }
  /* line 653, _collection.scss */
  .collection-menu-horizontal-wrapper:after {
    border-bottom: 1px solid #F2F2F2;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    width: auto; }

/* line 666, _collection.scss */
.collection-menu-horizontal {
  display: block; }
  /* line 669, _collection.scss */
  .collection-menu-horizontal > .menu-item {
    margin-right: 15px;
    padding-bottom: 10px; }
    /* line 673, _collection.scss */
    .collection-menu-horizontal > .menu-item > .menu-link {
      display: inline-block;
      font-size: 1em;
      padding: 0;
      text-transform: uppercase;
      color: #0089C9;
      text-decoration: none; }
      /* line 321, mixins.scss */
      .collection-menu-horizontal > .menu-item > .menu-link:hover {
        color: #0089C9;
        text-decoration: none; }
  /* line 682, _collection.scss */
  .collection-menu-horizontal > .menu-item.active > .menu-link,
  .collection-menu-horizontal > .menu-item:hover > .menu-link,
  .collection-menu-horizontal > .menu-item > .menu-link:hover {
    color: #0089C9; }
    /* line 687, _collection.scss */
    .collection-menu-horizontal > .menu-item.active > .menu-link > .link-text,
    .collection-menu-horizontal > .menu-item:hover > .menu-link > .link-text,
    .collection-menu-horizontal > .menu-item > .menu-link:hover > .link-text {
      text-decoration: underline; }
  /* line 694, _collection.scss */
  .collection-menu-horizontal .menu-item:hover > .dropdown-block {
    opacity: 1 !important;
    visibility: visible !important; }
  /* line 701, _collection.scss */
  .collection-menu-horizontal .menu-item:hover > .menu-link > .dropdown-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  /* line 709, _collection.scss */
  .collection-menu-horizontal .link-text,
  .collection-menu-horizontal .dropdown-icon {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none; }
  /* line 716, _collection.scss */
  .collection-menu-horizontal .dropdown-icon {
    font-size: 12px;
    margin-left: .3em;
    position: relative;
    top: 0; }
  /* line 723, _collection.scss */
  .collection-menu-horizontal .submenu.level-2.dropdown-block {
    background: #eeeeee;
    font-size: 1em;
    min-width: 220px;
    max-height: 1000px;
    opacity: 0;
    overflow: visible;
    visibility: hidden;
    top: 30px;
    transition: 0.2s ease visibility, 0.2s ease opacity; }
    /* line 734, _collection.scss */
    .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item {
      position: relative; }
      /* line 739, _collection.scss */
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item:hover:after {
        content: '';
        display: inline-block;
        position: absolute;
        left: 100%;
        top: 0;
        bottom: 0;
        width: 5%; }
      /* line 749, _collection.scss */
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item:hover .submenu {
        opacity: 1;
        visibility: visible; }
      /* line 756, _collection.scss */
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item:hover > .menu-link > .dropdown-icon {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      /* line 764, _collection.scss */
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item > .menu-link {
        color: #0089C9;
        display: inline-block;
        padding: 10px;
        text-decoration: none;
        width: 100%; }
    /* line 773, _collection.scss */
    .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item.active > .menu-link,
    .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item:hover > .menu-link,
    .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item > .menu-link:hover {
      color: #0089C9; }
      /* line 778, _collection.scss */
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item.active > .menu-link .link-text,
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item:hover > .menu-link .link-text,
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item > .menu-link:hover .link-text {
        text-decoration: underline; }
  /* line 784, _collection.scss */
  .collection-menu-horizontal .submenu.level-3.dropdown-block {
    background: #eeeeee;
    font-size: 1em;
    min-width: 220px;
    max-height: 1000px;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 105%;
    transition: 0.2s ease visibility, 0.2s ease opacity; }
    /* line 797, _collection.scss */
    .collection-menu-horizontal .submenu.level-3.dropdown-block > .menu-item > .menu-link {
      color: #0089C9;
      display: inline-block;
      padding: 10px;
      text-decoration: none;
      width: 100%; }
    /* line 806, _collection.scss */
    .collection-menu-horizontal .submenu.level-3.dropdown-block > .menu-item.active > .menu-link,
    .collection-menu-horizontal .submenu.level-3.dropdown-block > .menu-item:hover > .menu-link,
    .collection-menu-horizontal .submenu.level-3.dropdown-block > .menu-item > .menu-link:hover {
      color: #0089C9; }
      /* line 811, _collection.scss */
      .collection-menu-horizontal .submenu.level-3.dropdown-block > .menu-item.active > .menu-link .link-text,
      .collection-menu-horizontal .submenu.level-3.dropdown-block > .menu-item:hover > .menu-link .link-text,
      .collection-menu-horizontal .submenu.level-3.dropdown-block > .menu-item > .menu-link:hover .link-text {
        text-decoration: underline; }

@media screen and (max-width: 830px) {
  /* line 819, _collection.scss */
  .collection-menu-horizontal-wrapper {
    display: none; } }
/* line 824, _collection.scss */
.collection-options {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2em;
  flex-wrap: wrap; }

/* line 836, _collection.scss */
.col-option {
  padding: 0;
  margin: 10px;
  height: 350px;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  display: inline-block;
  position: relative;
  transition: 0.4s all;
  background-position: center center !important; }
  /* line 847, _collection.scss */
  .col-option:hover {
    background-size: 120% 120% !important; }
  /* line 849, _collection.scss */
  .col-option-2 {
    height: 300px; }
/* line 852, _collection.scss */
.col-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fdf300;
  color: #3e3e3e;
  padding: .5em;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px; }

/* line 866, _collection.scss */
.collection-limit .select-wrapper {
  width: auto;
  float: none; }

/* line 873, _collection.scss */
.shoe-wrapper .col-option {
  width: 100%;
  display: block;
  cursor: pointer;
  background-size: cover !important; }
  /* line 881, _collection.scss */
  .shoe-wrapper .col-option:hover {
    opacity: 0.7; }
/* line 889, _collection.scss */
.shoe-wrapper .col-name {
  top: 0;
  bottom: auto; }
/* line 894, _collection.scss */
.shoe-wrapper .shoe-header {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px; }
/* line 901, _collection.scss */
.shoe-wrapper .step2 {
  display: none; }

/*=========================================
  COMPARE
=========================================*/
/*  Compare table
-----------------------------------------*/
/* line 7, _compare.scss */
.table.table-compare {
  border-collapse: collapse;
  position: relative;
  width: 100%; }
  /* line 12, _compare.scss */
  .table.table-compare tr, .table.table-compare td {
    border: none; }
  /* line 16, _compare.scss */
  .table.table-compare tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
  /* line 30, _compare.scss */
  .table.table-compare td {
    display: block;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    min-width: 20%;
    -webkit-box-flex: 2;
    -webkit-flex: 2 2;
    -ms-flex: 2 2;
    flex: 2 2;
    border: 1px solid #eeeeee;
    padding: 10px; }
  /* line 44, _compare.scss */
  .table.table-compare .param-title {
    font-weight: bold;
    max-width: 20%; }
  /* line 49, _compare.scss */
  .table.table-compare .param-value {
    max-width: 25%; }
  /* line 53, _compare.scss */
  .table.table-compare .title-link {
    color: #0089C9; }
  /* line 57, _compare.scss */
  .table.table-compare tr:nth-of-type(odd) td {
    background-color: #FFFFFF;
    color: #303030; }
  /* line 62, _compare.scss */
  .table.table-compare tr:nth-of-type(even) td {
    background-color: rgba(0, 0, 0, 0.03);
    color: #303030; }

/* line 68, _compare.scss */
.compare-image-wrapper {
  padding-top: 100%;
  width: 100%;
  position: relative;
  max-width: 240px;
  max-height: 240px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto; }

/* line 79, _compare.scss */
.compare-image-inner {
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
  text-align: center; }
  /* line 85, _compare.scss */
  .compare-image-inner:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle; }

/* line 94, _compare.scss */
.compare-image {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle; }

@media screen and (max-width: 830px) {
  /* line 104, _compare.scss */
  .table.table-compare .param-value {
    max-width: 35%; } }
/*  Compare same toggler
-----------------------------------------*/
/* line 114, _compare.scss */
.button-same-toggle .button-icon {
  margin-right: 5px; }
/* line 118, _compare.scss */
.button-same-toggle .text-hide,
.button-same-toggle .fa-eye-slash {
  display: inline-block !important; }
/* line 123, _compare.scss */
.button-same-toggle .text-show,
.button-same-toggle .fa-eye {
  display: none !important; }
/* line 130, _compare.scss */
.button-same-toggle.active .text-hide,
.button-same-toggle.active .fa-eye-slash {
  display: none !important; }
/* line 135, _compare.scss */
.button-same-toggle.active .text-show,
.button-same-toggle.active .fa-eye {
  display: inline-block !important; }

/*  Compare toolbar
-----------------------------------------*/
/* line 144, _compare.scss */
.compare-toolbar {
  margin-bottom: 10px; }

/*=========================================
  PROMO SLIDER
=========================================*/
/* line 4, _index.scss */
.promo-slider {
  min-height: 280px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; }

/* line 11, _index.scss */
.main-header + .promo-slider {
  margin-top: -21px; }

/* line 17, _index.scss */
.promo-slide.swiper-slide .slide-caption {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  padding: 45px;
  width: 500px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 1010; }
/* line 27, _index.scss */
.promo-slide.swiper-slide .slide-title {
  font-size: 2em; }
/* line 31, _index.scss */
.promo-slide.swiper-slide .slide-image {
  vertical-align: top;
  width: 100%; }

@media screen and (max-width: 830px) {
  /* line 39, _index.scss */
  .promo-slider {
    min-height: 0;
    padding-bottom: 40px; }

  /* line 44, _index.scss */
  .promo-slide.swiper-slide {
    overflow: hidden; }
    /* line 47, _index.scss */
    .promo-slide.swiper-slide .slide-image {
      width: 100%; }
    /* line 51, _index.scss */
    .promo-slide.swiper-slide .slide-caption {
      padding: 20px 10px;
      left: 0;
      right: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 100%; }
    /* line 60, _index.scss */
    .promo-slide.swiper-slide .slide-title {
      font-size: 1.2em; } }
/*  Promo slider pagination
-----------------------------------------*/
/* line 68, _index.scss */
.promo-slider-pagination {
  position: absolute;
  bottom: 30px;
  text-align: center;
  z-index: 1020; }
  /* line 73, _index.scss */
  .promo-slider-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    height: 10px;
    width: 10px; }
  /* line 79, _index.scss */
  .promo-slider-pagination .swiper-pagination-bullet-active {
    background: #0089C9; }

@media screen and (max-width: 830px) {
  /* line 89, _index.scss */
  .promo-slider-pagination .swiper-pagination-bullet {
    border: 1px solid #0089C9; } }
/*  Promo slider nav
-----------------------------------------*/
/* line 100, _index.scss */
.promo-slider-nav {
  background: transparent;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 100; }

/* line 112, _index.scss */
.promo-slider-next {
  right: 20px; }

/* line 116, _index.scss */
.promo-slider-prev {
  left: 20px; }

@media screen and (max-width: 830px) {
  /* line 122, _index.scss */
  .promo-slider-nav {
    display: none; } }
/*=========================================
  BENEFITS
=========================================*/
/* line 131, _index.scss */
.benefits {
  margin-bottom: 20px;
  position: relative; }

/*  Benefit
-----------------------------------------*/
/* line 142, _index.scss */
.benefit-inner {
  color: #303030;
  text-decoration: none;
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

/* line 163, _index.scss */
.benefit-image {
  font-size: 0;
  margin-right: 20px;
  width: 80px;
  height: 80px;
  text-align: center;
  position: relative; }
  /* line 171, _index.scss */
  .benefit-image:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0; }
  /* line 179, _index.scss */
  .benefit-image img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle; }

/* line 186, _index.scss */
.benefit-title {
  display: inline-block; }

@media screen and (max-width: 480px) {
  /* line 196, _index.scss */
  .benefits {
    padding-bottom: 0; }

  /* line 200, _index.scss */
  .benefit {
    margin-bottom: 20px; } }
/*=========================================
  NEWS FEED
=========================================*/
/* line 208, _index.scss */
.news-feed-wrapper {
  margin-bottom: 20px; }

/* line 212, _index.scss */
.news-feed-inner {
  background: rgba(0, 0, 0, 0.1);
  padding: 20px 20px 10px; }

/*  Info blocks tabs
-----------------------------------------*/
/* line 219, _index.scss */
.news-feed-tabs {
  display: block; }
  /* line 222, _index.scss */
  .news-feed-tabs > .tabs-item {
    margin-right: 15px; }
    /* line 225, _index.scss */
    .news-feed-tabs > .tabs-item > .tabs-link {
      color: #303030;
      display: inline-block;
      font-size: 1em;
      padding: 15px 0;
      color: #303030;
      text-decoration: none; }
      /* line 321, mixins.scss */
      .news-feed-tabs > .tabs-item > .tabs-link:hover {
        color: #0089C9;
        text-decoration: none; }
  /* line 234, _index.scss */
  .news-feed-tabs > .tabs-item.active > .tabs-link,
  .news-feed-tabs > .tabs-item:hover > .tabs-link,
  .news-feed-tabs > .tabs-item > .tabs-link:hover {
    color: #0089C9;
    text-decoration: underline; }

/*  News feed
-----------------------------------------*/
/* line 244, _index.scss */
.news-feed-header {
  margin-bottom: 10px; }

/* line 250, _index.scss */
.news-feed .news-header {
  font-size: .9em;
  margin-bottom: 10px; }
/* line 255, _index.scss */
.news-feed .news-author {
  position: relative;
  padding-right: 10px;
  margin-right: 10px; }
  /* line 260, _index.scss */
  .news-feed .news-author:after {
    background: #888;
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    right: -2px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  /* line 274, _index.scss */
  .news-feed .news-author .fa {
    font-size: .9em;
    position: relative;
    top: -1px; }
/* line 281, _index.scss */
.news-feed .news-date .fa {
  font-size: .9em;
  position: relative;
  top: -1px; }
/* line 287, _index.scss */
.news-feed .news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0; }
/* line 303, _index.scss */
.news-feed .news-photo {
  min-height: 200px;
  text-align: center;
  position: relative; }
  /* line 308, _index.scss */
  .news-feed .news-photo .news-photo-wrapper {
    padding-top: 100%;
    position: relative;
    width: 100%;
    display: block; }
  /* line 315, _index.scss */
  .news-feed .news-photo .news-link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    text-decoration: none; }
    /* line 321, _index.scss */
    .news-feed .news-photo .news-link:after {
      content: '';
      display: inline-block;
      width: 0;
      height: 100%;
      vertical-align: middle; }
  /* line 330, _index.scss */
  .news-feed .news-photo .news-image {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle; }
  @supports (-o-object-fit: cover) or (object-fit: cover) {
    /* line 337, _index.scss */
    .news-feed .news-photo .news-image {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }
/* line 346, _index.scss */
.news-feed .news-caption {
  display: inline-block;
  position: relative;
  padding-bottom: 30px;
  padding-right: 20px; }
/* line 353, _index.scss */
.news-feed .news-title {
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px; }
/* line 360, _index.scss */
.news-feed .news-link {
  color: #0089C9; }
/* line 370, _index.scss */
.news-feed .news-introtext p {
  margin: 0; }

@media screen and (max-width: 480px) {
  /* line 380, _index.scss */
  .news-feed .news-photo {
    margin-bottom: 20px; } }
/*  News feed pagination
-----------------------------------------*/
/* line 388, _index.scss */
.news-feed-pagination {
  text-align: right;
  position: relative;
  z-index: 1020; }
  /* line 393, _index.scss */
  .news-feed-pagination .swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 1;
    margin: 0 5px;
    height: 10px;
    width: 10px; }
  /* line 400, _index.scss */
  .news-feed-pagination .swiper-pagination-bullet-active {
    background: #0089C9; }

/*=========================================
  COLLECTIONS TABS
=========================================*/
/* line 408, _index.scss */
.collections-tabs.tabs-menu {
  display: block;
  white-space: nowrap;
  margin-bottom: 15px; }
  /* line 413, _index.scss */
  .collections-tabs.tabs-menu > .tabs-item {
    margin-right: 15px; }
    /* line 416, _index.scss */
    .collections-tabs.tabs-menu > .tabs-item > .tabs-link {
      display: inline-block;
      font-size: 1em;
      padding: 0;
      color: #303030;
      text-decoration: none; }
      /* line 321, mixins.scss */
      .collections-tabs.tabs-menu > .tabs-item > .tabs-link:hover {
        color: #0089C9;
        text-decoration: none; }
  /* line 424, _index.scss */
  .collections-tabs.tabs-menu > .tabs-item.active > .tabs-link,
  .collections-tabs.tabs-menu > .tabs-item:hover > .tabs-link,
  .collections-tabs.tabs-menu > .tabs-item > .tabs-link:hover {
    color: #0089C9;
    text-decoration: underline; }

@media screen and (max-width: 600px) {
  /* line 438, _index.scss */
  .athlets {
    margin-bottom: 50px; }
    /* line 439, _index.scss */
    .athlets a {
      display: block; }
      /* line 442, _index.scss */
      .athlets a .innerwrapper {
        top: 0;
        margin: 50px auto 20px auto; } }
/*=========================================
  TITLE COLLECTIONS
=========================================*/
/*=========================================
  SPECIAL CATEGORIES
=========================================*/
/* line 470, _index.scss */
.special-category {
  margin-bottom: 20px;
  text-align: center; }
  /* line 474, _index.scss */
  .special-category .category-image-wrapper {
    margin-bottom: 10px;
    width: 100%;
    padding-top: 100%;
    position: relative; }
  /* line 481, _index.scss */
  .special-category .category-image-inner {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-decoration: none; }
    /* line 487, _index.scss */
    .special-category .category-image-inner:after {
      content: '';
      display: inline-block;
      width: 0;
      height: 100%;
      vertical-align: middle; }
  /* line 496, _index.scss */
  .special-category .category-image {
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  /* line 504, _index.scss */
  .special-category .category-title {
    font-size: 2em; }
  /* line 508, _index.scss */
  .special-category .category-title-inner {
    color: #303030;
    text-decoration: none; }
    /* line 321, mixins.scss */
    .special-category .category-title-inner:hover {
      color: #0089C9;
      text-decoration: none; }

/* line 514, _index.scss */
.mobile-category-inner {
  width: 33.33333%;
  text-align: center;
  margin-bottom: 20px; }
  /* line 520, _index.scss */
  .mobile-category-inner a {
    text-transform: uppercase;
    text-decoration: none;
    width: 90%;
    font-weight: bold;
    padding: 20px;
    display: inline-block;
    font-size: 14px; }
  @media screen and (max-width: 600px) {
    /* line 514, _index.scss */
    .mobile-category-inner {
      width: 50%; }
      /* line 536, _index.scss */
      .mobile-category-inner a {
        height: 90%; }
      /* line 541, _index.scss */
      .mobile-category-inner .mobile-category {
        display: block; } }

/* line 550, _index.scss */
.mobile-category {
  display: none;
  margin-top: 40px; }
  /* line 551, _index.scss */
  .mobile-category > row {
    margin: 0; }
  @media screen and (max-width: 600px) {
    /* line 550, _index.scss */
    .mobile-category {
      display: block; } }

@media screen and (max-width: 600px) {
  /* line 562, _index.scss */
  .preview_goods {
    display: none; } }
/*=========================================
  SEARCH FORM
=========================================*/
/* line 4, _layout.scss */
.search-form {
  display: inline-block;
  width: 100%;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  background: #f1f1f1 none repeat scroll 0% 0%;
  position: relative; }
  /* line 12, _layout.scss */
  .search-form .search-input {
    display: inline-block;
    width: 100%;
    height: 36px;
    padding: 5px;
    font-size: 14px; }
  /* line 20, _layout.scss */
  .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    bottom: 0;
    width: 40px;
    background: #555555;
    color: #fff; }

/*=========================================
   PAGE
 =========================================*/
/* line 35, _layout.scss */
.page-wrapper {
  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;
  -webkit-overflow-scrolling: touch; }

/* line 49, _layout.scss */
.page-inner {
  background: #FFFFFF;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-bottom: 50px;
  width: 100%; }

/* line 62, _layout.scss */
.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

/*=========================================
  HEADER
=========================================*/
/* line 72, _layout.scss */
.main-header {
  min-height: 56px;
  background-color: #ededed;
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); }
  /* line 79, _layout.scss */
  .main-header:after {
    content: '';
    display: block;
    height: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    width: auto; }
  /* line 90, _layout.scss */
  .main-header .phone {
    color: #0089C9;
    display: block;
    font-size: 1.1em;
    white-space: nowrap;
    margin-bottom: 10px; }
    /* line 97, _layout.scss */
    .main-header .phone a {
      color: #0089C9;
      text-decoration: none; }
    /* line 102, _layout.scss */
    .main-header .phone p {
      margin: 0; }
  /* line 107, _layout.scss */
  .main-header .email {
    color: #0089C9;
    display: block;
    white-space: nowrap; }
    /* line 112, _layout.scss */
    .main-header .email a {
      color: #0089C9;
      text-decoration: none; }
    /* line 117, _layout.scss */
    .main-header .email p {
      margin: 0; }
  /* line 122, _layout.scss */
  .main-header.open {
    left: 0;
    padding-top: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100001; }

/*  Logotype
-----------------------------------------*/
/* line 135, _layout.scss */
.logotype {
  float: left; }

/* line 138, _layout.scss */
.logotype-link {
  text-decoration: none; }

/* line 142, _layout.scss */
.logotype-image {
  max-height: 100%;
  max-width: 100%;
  font-size: 40px;
  font-family: "Lobster";
  text-align: center;
  color: #0089C9;
  font-weight: 700;
  height: 35px;
  margin-top: 11px; }

/* line 154, _layout.scss */
.logotype-text {
  color: #0089C9;
  font-family: "Lobster";
  font-size: 40px;
  display: inline-block;
  width: 100%; }

/*  Main toolbar
-----------------------------------------*/
/* line 164, _layout.scss */
.main-menu {
  display: block;
  text-align: left;
  float: left; }
  /* line 169, _layout.scss */
  .main-menu > .menu-item > .menu-link {
    text-transform: uppercase;
    white-space: nowrap;
    color: #303030;
    text-decoration: none; }
    /* line 321, mixins.scss */
    .main-menu > .menu-item > .menu-link:hover {
      color: #303030;
      text-decoration: underline; }
  /* line 175, _layout.scss */
  .main-menu li {
    left: 20px; }

@media screen and (min-width: 481px) and (max-width: 830px) {
  /* line 182, _layout.scss */
  .main-menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 191, _layout.scss */
  .main-header .contacts {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  /* line 198, _layout.scss */
  .main-header .logotype {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
    margin-top: 11px; }
  /* line 207, _layout.scss */
  .main-header .user-toolbar {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; } }
/*  User toolbar
-----------------------------------------*/
/* line 218, _layout.scss */
.user-toolbar {
  position: relative; }
  /* line 221, _layout.scss */
  .user-toolbar .compare-button {
    position: relative;
    margin-left: .5em; }
  /* line 226, _layout.scss */
  .user-toolbar .compare-counter {
    color: #000;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0;
    min-width: 20px;
    height: 20px;
    font-size: 14px;
    background: #cccccc none repeat scroll 0% 0%;
    border-radius: 20px;
    padding: 0 6px;
    line-height: 22px;
    text-align: center;
    transition: 0.2s ease opacity; }
    /* line 243, _layout.scss */
    .user-toolbar .compare-counter.active {
      opacity: 1; }

/*  Search widget
-----------------------------------------*/
/* line 251, _layout.scss */
.search-widget {
  display: inline-block;
  position: relative; }

/* line 256, _layout.scss */
.callback-link {
  color: #303030;
  text-decoration: none; }
  /* line 321, mixins.scss */
  .callback-link:hover {
    color: #0089C9;
    text-decoration: none; }

/* line 260, _layout.scss */
.search-widget-form {
  -webkit-border-radius: 25px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  display: block;
  position: absolute;
  right: 0;
  top: 0; }
  /* line 269, _layout.scss */
  .search-widget-form .search-input {
    background: #fff;
    border: 1px solid #F2F2F2;
    border-radius: 25px;
    height: 50px;
    padding: 12px 60px 12px 12px; }
  /* line 277, _layout.scss */
  .search-widget-form .search-icon {
    position: relative; }
  /* line 281, _layout.scss */
  .search-widget-form .search-button {
    position: absolute;
    right: 0;
    top: 0; }

/*  Shopcart widget
-----------------------------------------*/
/* line 290, _layout.scss */
.shopcart-widget {
  display: inline-block;
  margin-left: .5em;
  position: relative; }
  /* line 295, _layout.scss */
  .shopcart-widget .shopcart-counter {
    color: #000;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0;
    min-width: 20px;
    height: 20px;
    font-size: 14px;
    background: #cccccc none repeat scroll 0% 0%;
    border-radius: 20px;
    padding: 0 6px;
    line-height: 22px;
    text-align: center;
    transition: 0.2s ease opacity; }
    /* line 312, _layout.scss */
    .shopcart-widget .shopcart-counter.active {
      opacity: 1; }

/*=========================================
  FOOTER
=========================================*/
/* line 321, _layout.scss */
.footer {
  background: #535353;
  color: #FFFFFF;
  padding-bottom: 20px;
  position: relative;
  z-index: 1; }
  /* line 328, _layout.scss */
  .footer a {
    color: #FFFFFF; }
    /* line 331, _layout.scss */
    .footer a:hover {
      color: #FFFFFF; }

/* line 337, _layout.scss */
.footer-menu-wrapper {
  padding-top: 10px; }

/* line 343, _layout.scss */
.footer-menu > .menu-item {
  margin-bottom: 10px;
  margin-right: 20px; }
  /* line 347, _layout.scss */
  .footer-menu > .menu-item > .menu-link {
    color: #FFFFFF; }
    /* line 350, _layout.scss */
    .footer-menu > .menu-item > .menu-link:hover {
      color: #FFFFFF; }

/* line 360, _layout.scss */
.footer-contacts .phone,
.footer-contacts .email,
.footer-contacts .address {
  color: #fff;
  display: block; }
/* line 367, _layout.scss */
.footer-contacts .phone {
  font-size: 1.4em;
  margin-bottom: 10px; }

/*  Social menu
-----------------------------------------*/
/* line 379, _layout.scss */
.social-menu > .menu-item > .menu-link {
  color: #FFFFFF;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 1.4em;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px dashed #FFFFFF; }
  /* line 390, _layout.scss */
  .social-menu > .menu-item > .menu-link:hover {
    background: #FFFFFF;
    color: #535353; }

@media screen and (max-width: 1024px) {
  /* line 400, _layout.scss */
  .social-menu-wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px; }

  /* line 408, _layout.scss */
  .footer-contacts {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 20px; }

  /* line 416, _layout.scss */
  .footer-menu-wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; } }
/* line 424, _layout.scss */
.created-by {
  font-size: .9em;
  margin-top: 20px; }

/*=========================================
  LEFT TOOLBAR
=========================================*/
/* line 432, _layout.scss */
.left-toolbar {
  background: #535353;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 20px 10px 20px;
  position: fixed;
  top: 50px;
  left: 0;
  bottom: 0;
  -webkit-transition: .2s ease transform;
  transition: .2s ease transform;
  -webkit-transform: translate(0, -119%);
  -ms-transform: translate(0, -119%);
  transform: translate(0, -119%);
  width: 100%;
  z-index: 1060; }
  /* line 450, _layout.scss */
  .left-toolbar .search-widget-wrapper {
    box-shadow: none;
    margin-bottom: 20px;
    width: 100%; }
  /* line 456, _layout.scss */
  .left-toolbar .search-widget {
    position: relative; }
  /* line 460, _layout.scss */
  .left-toolbar .search-input {
    border: none;
    width: 100%; }
  /* line 465, _layout.scss */
  .left-toolbar .search-button {
    background: #fff;
    color: #535353; }

/* line 471, _layout.scss */
.left-toolbar.active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 1020; }

/* line 478, _layout.scss */
.mobile-menu {
  margin-left: -10px;
  margin-right: -10px; }
  /* line 482, _layout.scss */
  .mobile-menu .separator {
    border-bottom: 1px solid #eeeeee;
    margin: 10px 0; }
  /* line 487, _layout.scss */
  .mobile-menu .dropdown-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px; }
  /* line 496, _layout.scss */
  .mobile-menu > .menu-item > .menu-link {
    color: #fff;
    display: inline-block;
    padding: 10px;
    width: 100%;
    color: #FFFFFF;
    text-decoration: none; }
    /* line 321, mixins.scss */
    .mobile-menu > .menu-item > .menu-link:hover {
      color: #FFFFFF;
      text-decoration: none; }
  /* line 507, _layout.scss */
  .mobile-menu > .menu-item.toggled > .menu-link .dropdown-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  /* line 514, _layout.scss */
  .mobile-menu > .menu-item.toggled > .menu-link,
  .mobile-menu > .menu-item.active > .menu-link,
  .mobile-menu > .menu-item:hover > .menu-link.menu-item,
  .mobile-menu > .menu-item > .menu-link:hover {
    background: #fff;
    color: #0089C9; }
  /* line 522, _layout.scss */
  .mobile-menu .submenu.level-2 {
    background: #FFFFFF; }
    /* line 527, _layout.scss */
    .mobile-menu .submenu.level-2 > .menu-item > .menu-link {
      display: inline-block;
      padding: 10px 10px 10px 20px;
      width: 100%;
      color: #0089C9;
      text-decoration: none; }
      /* line 321, mixins.scss */
      .mobile-menu .submenu.level-2 > .menu-item > .menu-link:hover {
        color: #0089C9;
        text-decoration: underline; }
    /* line 536, _layout.scss */
    .mobile-menu .submenu.level-2 > .menu-item.toggled .dropdown-icon {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    /* line 544, _layout.scss */
    .mobile-menu .submenu.level-2 > .menu-item.toggled > .menu-link,
    .mobile-menu .submenu.level-2 > .menu-item.active > .menu-link,
    .mobile-menu .submenu.level-2 > .menu-item:hover > .menu-link.menu-item,
    .mobile-menu .submenu.level-2 > .menu-item > .menu-link:hover {
      text-decoration: underline; }
  /* line 552, _layout.scss */
  .mobile-menu .submenu.level-3 {
    background: #FFFFFF;
    padding-left: 20px; }
    /* line 558, _layout.scss */
    .mobile-menu .submenu.level-3 > .menu-item > .menu-link {
      display: inline-block;
      padding: 10px 10px 10px 20px;
      width: 100%;
      color: #0089C9;
      text-decoration: none; }
      /* line 321, mixins.scss */
      .mobile-menu .submenu.level-3 > .menu-item > .menu-link:hover {
        color: #0089C9;
        text-decoration: underline; }
    /* line 566, _layout.scss */
    .mobile-menu .submenu.level-3 > .menu-item.toggled > .menu-link,
    .mobile-menu .submenu.level-3 > .menu-item.active > .menu-link,
    .mobile-menu .submenu.level-3 > .menu-item:hover > .menu-link.menu-item,
    .mobile-menu .submenu.level-3 > .menu-item > .menu-link:hover {
      text-decoration: underline; }

/* line 575, _layout.scss */
.toolbar-opened {
  overflow: hidden; }

/* line 579, _layout.scss */
.toolbar-opened .left-toolbar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010; }

/*=========================================
  TOP TOOLBAR
=========================================*/
/* line 591, _layout.scss */
.top-toolbar {
  background-color: #ededed;
  color: #FFFFFF;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050; }
  @media screen and (max-width: 600px) {
    /* line 591, _layout.scss */
    .top-toolbar {
      z-index: 20050; } }
  /* line 610, _layout.scss */
  .top-toolbar a {
    color: #FFFFFF; }
  /* line 614, _layout.scss */
  .top-toolbar .phone {
    color: #FFFFFF;
    height: 40px;
    display: inline-block;
    padding: 10px 0;
    white-space: nowrap;
    margin-bottom: 0; }

/* line 624, _layout.scss */
.button.left-toolbar-trigger {
  height: 46px;
  overflow: hidden;
  color: #6f6f6f;
  font-size: 40px;
  padding: 0 10px; }

/* line 634, _layout.scss */
.shopcart-toolbar .shopcart-link {
  height: 40px;
  overflow: hidden;
  font-weight: bold;
  color: #404040;
  font-size: 30px;
  padding: 3px 10px; }
/* line 643, _layout.scss */
.shopcart-toolbar .icon {
  vertical-align: middle; }
/* line 647, _layout.scss */
.shopcart-toolbar .shopcart-count {
  font-size: .5em;
  vertical-align: middle; }

/* line 653, _layout.scss */
.mobile-toolbar-phone a {
  color: #000;
  padding-right: 10px;
  text-decoration: none; }

/* line 659, _layout.scss */
.submit-igree.disabled {
  opacity: 0.7; }

/* back-top */
/* line 664, _layout.scss */
#back-top {
  position: fixed;
  bottom: 38px;
  z-index: 9999;
  left: 50%;
  margin-left: 540px; }

/* line 665, _layout.scss */
#back-top a:hover {
  color: #79ec3e; }

/* line 666, _layout.scss */
#back-top span {
  width: 35px;
  height: 20px;
  display: block;
  margin-bottom: 7px;
  background: url(up-arrow.png) no-repeat left 0px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader() !important; }

/* line 667, _layout.scss */
#back-top a:hover span {
  background-position: left -34px; }

@media screen and (max-width: 812px) {
  /* line 671, _layout.scss */
  .page-inner {
    margin-top: 30px; } }
/* line 677, _layout.scss */
.brends-partners-link {
  margin-bottom: 20px; }

/* line 681, _layout.scss */
.brends-partners-title {
  margin: 20px 0;
  font-size: 16px; }

/* line 687, _layout.scss */
.messad-wrapper {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000; }
  /* line 692, _layout.scss */
  .messad-wrapper .messad-item {
    margin-bottom: 6px; }
    /* line 694, _layout.scss */
    .messad-wrapper .messad-item img {
      max-width: 70px; }
      @media screen and (max-width: 812px) {
        /* line 694, _layout.scss */
        .messad-wrapper .messad-item img {
          max-width: 40px; } }

/*=========================================
  PRODUCT
=========================================*/
/*  Product caption
-----------------------------------------*/
/* line 8, _product.scss */
.product-container {
  margin-top: 40px; }

/* line 12, _product.scss */
.product-caption {
  margin-bottom: 0;
  float: right;
  max-width: 415px; }

/* line 18, _product.scss */
.product-title.on-page {
  font-weight: 700;
  padding: 0; }

/* line 22, _product.scss */
.product-name {
  font-size: 29px;
  line-height: 30px;
  color: #4b4b4b;
  margin: -10px 0 5px 0; }
  @media screen and (max-width: 480px) {
    /* line 22, _product.scss */
    .product-name {
      font-size: 18px; } }

/* line 35, _product.scss */
.product-introtext.on-page {
  width: 100%;
  float: left; }

/* line 40, _product.scss */
.decidot {
  margin: 0px 4px;
  font-size: 18px;
  position: relative;
  font-weight: bold;
  vertical-align: top; }

/* line 47, _product.scss */
.rateimg {
  float: left;
  display: block;
  margin-top: 1px; }

/* line 53, _product.scss */
.toReviews {
  color: #00b3e2;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  margin-left: 7px; }

/* line 61, _product.scss */
.product-prices.on-page {
  float: left;
  margin: 10px 0; }
  /* line 65, _product.scss */
  .product-prices.on-page .price {
    font-size: 24px;
    font-weight: bold; }
  /* line 70, _product.scss */
  .product-prices.on-page .old-price {
    font-size: 18px;
    margin-bottom: 5px;
    text-decoration: line-through; }
  /* line 76, _product.scss */
  .product-prices.on-page .weight {
    color: #777777;
    font-size: 1em; }

/* line 82, _product.scss */
.option-selectors {
  margin-bottom: 0px;
  width: 100%; }
  /* line 86, _product.scss */
  .option-selectors .option-item {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    margin: 0; }
  /* line 93, _product.scss */
  .option-selectors .select-wrapper {
    margin-bottom: 0; }
    /* line 96, _product.scss */
    .option-selectors .select-wrapper:after {
      content: '>';
      font: 20px monospace;
      color: #aaa;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      right: 11px;
      top: 21%;
      padding: 0 0 2px;
      position: absolute;
      pointer-events: none; }

/* line 113, _product.scss */
.product-article {
  margin-bottom: 20px; }

/* line 117, _product.scss */
.product-order-variant {
  float: left;
  width: 284px; }

/* line 123, _product.scss */
.product-control.on-page {
  max-width: 380px;
  margin-left: 0px;
  background-color: #eee;
  padding: 10px;
  float: left;
  margin-top: 10px; }
  /* line 131, _product.scss */
  .product-control.on-page select {
    width: 100% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-color: white;
    padding: 9px 24px 9px 5px;
    border: none;
    border-radius: 3px;
    font-style: italic;
    font-size: 13px;
    font-weight: bold;
    font-family: Roboto, sans-serif;
    float: left; }
  /* line 147, _product.scss */
  .product-control.on-page label {
    position: relative;
    width: 100%;
    font-size: 13px;
    letter-spacing: 0;
    margin-bottom: 7px;
    color: #777777; }
  /* line 156, _product.scss */
  .product-control.on-page .counter {
    position: relative;
    width: 95%; }
  /* line 164, _product.scss */
  .product-control.on-page .button-buy {
    height: 35px;
    width: 100%;
    margin-left: 8px;
    background-position: 96% 48%;
    background-size: 10px;
    background-repeat: no-repeat;
    border-radius: 3px;
    background-color: #d0d600;
    transition-duration: 0.1s;
    background-image: url(https://static-internal.insales.ru/files/1/4894/2298654/original/bgarrowblack.png); }
    /* line 176, _product.scss */
    .product-control.on-page .button-buy .icon,
    .product-control.on-page .button-buy .button-text {
      vertical-align: middle;
      font-size: 14px;
      color: black;
      font-weight: bold; }
    /* line 184, _product.scss */
    .product-control.on-page .button-buy .icon {
      margin-right: 5px; }
    /* line 188, _product.scss */
    .product-control.on-page .button-buy .button-text {
      text-transform: uppercase; }
  /* line 193, _product.scss */
  .product-control.on-page .button-number {
    background: #555555;
    color: #fff;
    height: 40px;
    font-size: 1.5em;
    text-align: center;
    vertical-align: top;
    position: absolute;
    top: 0;
    width: 40px; }
    /* line 204, _product.scss */
    .product-control.on-page .button-number.count-up {
      right: 0; }
    /* line 207, _product.scss */
    .product-control.on-page .button-number.count-down {
      left: 0; }
  /* line 212, _product.scss */
  .product-control.on-page .input-number {
    height: 35px;
    width: 100%;
    color: #9d9d9d;
    border-radius: 3px;
    background: #fafafa;
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
    text-align: center; }
  /* line 223, _product.scss */
  .product-control.on-page .counter-wrapper {
    width: 19%; }
  /* line 226, _product.scss */
  .product-control.on-page .counter-wrapper,
  .product-control.on-page .compare-control,
  .product-control.on-page .buy,
  .product-control.on-page .share {
    padding-top: 10px; }

/* line 234, _product.scss */
.product-order-variant {
  width: 284px; }
  /* line 236, _product.scss */
  .product-order-variant .notice {
    margin: 0; }

/* line 245, _product.scss */
.properties-table .property-value + .property-value:before {
  content: ', '; }

/* line 251, _product.scss */
.notifyer {
  font-size: 12.5px; }

/* line 254, _product.scss */
.notifyer a {
  color: #00b3e2;
  text-decoration: none;
  font-weight: bold; }

/* line 260, _product.scss */
.misc-links {
  display: flex;
  float: right;
  padding: 0;
  justify-content: center;
  margin-left: 10px;
  width: 390px; }
  /* line 269, _product.scss */
  .misc-links a:last-child div {
    margin-right: 0; }
  /* line 273, _product.scss */
  .misc-links a {
    text-decoration: none; }
    /* line 276, _product.scss */
    .misc-links a div {
      width: 83px;
      height: 100px;
      margin-right: 16px;
      background-color: #EBEBEB;
      padding-top: 5px;
      cursor: pointer; }
      /* line 284, _product.scss */
      .misc-links a div .imger {
        background-image: url(https://static-internal.insales.ru/files/1/4924/2298684/original/pdp-misc-button-sprite.png);
        background-repeat: no-repeat;
        margin: 0 auto;
        height: 49px;
        width: 43px; }
      /* line 291, _product.scss */
      .misc-links a div span {
        font-weight: normal;
        color: #F42535;
        display: block;
        font-size: 12px;
        text-align: center;
        margin-top: 6px; }
  /* line 303, _product.scss */
  .misc-links a:nth-of-type(1) div .imger {
    background-position: 8px; }
  /* line 310, _product.scss */
  .misc-links a:nth-of-type(2) div .imger {
    background-position: -29px; }
  /* line 317, _product.scss */
  .misc-links a:nth-of-type(3) div .imger {
    background-position: -69px; }
  /* line 324, _product.scss */
  .misc-links a:nth-of-type(4) div .imger {
    background-position: -117px; }

/*  Product gallery
-----------------------------------------*/
/* line 333, _product.scss */
.product-gallery {
  padding-bottom: 20px;
  float: left;
  max-width: 780px; }
  /* line 339, _product.scss */
  .product-gallery:hover .gallery-thumbs-prev,
  .product-gallery:hover .gallery-thumbs-next {
    opacity: 1;
    visibility: visible; }

/* line 347, _product.scss */
.product-image {
  text-align: center; }

/* line 351, _product.scss */
.product-content {
  position: relative;
  top: 20px; }

/*  Gallery thumbs
-----------------------------------------*/
/* line 358, _product.scss */
.gallery-thumbs-wrapper {
  position: relative;
  max-width: 490px !important;
  margin: 0 auto; }

/* line 364, _product.scss */
.gallery-thumbs {
  overflow: hidden;
  left: 0;
  top: -3px;
  right: 0;
  bottom: -3px;
  padding: 3px 6px; }
  /* line 373, _product.scss */
  .gallery-thumbs .swiper-wrapper .swiper-slide:first-child {
    margin-left: -122px; }
  /* line 377, _product.scss */
  .gallery-thumbs .swiper-slide {
    background: transparent;
    outline: none;
    cursor: pointer;
    text-align: center;
    width: 100%; }
  /* line 385, _product.scss */
  .gallery-thumbs .slide-inner {
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    text-align: center; }
    /* line 392, _product.scss */
    .gallery-thumbs .slide-inner:after {
      content: '';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
  /* line 401, _product.scss */
  .gallery-thumbs img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 95%;
    height: 100%; }

/* line 412, _product.scss */
.gallery-thumbs-prev,
.gallery-thumbs-next {
  display: block;
  color: #333333;
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  width: 30px;
  text-align: center;
  z-index: 100; }

/* line 424, _product.scss */
.gallery-thumbs-prev {
  /* FF3.6-15 */
  background: none;
  left: 0;
  top: 34%;
  float: left;
  padding-bottom: 10px; }

/* line 432, _product.scss */
.gallery-thumbs-next {
  /* FF3.6-15 */
  right: 0;
  float: right;
  background: none;
  padding-top: 10px;
  top: 28%; }

/*  Gallery main
-----------------------------------------*/
/* line 449, _product.scss */
.gallery-main-wrapper {
  position: relative;
  text-align: center; }
  /* line 453, _product.scss */
  .gallery-main-wrapper .product-labels {
    right: 20px; }

/* line 458, _product.scss */
.gallery-main {
  margin: -5px;
  padding: 5px; }
  /* line 462, _product.scss */
  .gallery-main .swiper-slide {
    background: #FFFFFF;
    position: relative; }
  /* line 467, _product.scss */
  .gallery-main .slide-inner {
    position: relative;
    width: 100%; }
  /* line 473, _product.scss */
  .gallery-main .image-wrapper {
    	/*
        position: absolute;
        left: 0;
        top: 30px;
        right: 0px;
        font-size: 0;
        bottom: 40px;
        text-align: center;
        text-decoration: none;*/
    display: block; }
  /* line 487, _product.scss */
  .gallery-main img {
    width: auto; }

/*  Compare control
-----------------------------------------*/
/* line 495, _product.scss */
.compare-link {
  height: 40px;
  padding: 12px 0;
  display: inline-block;
  color: #555555;
  font-size: 1em;
  border-color: black;
  text-decoration: none;
  white-space: nowrap; }
  /* line 505, _product.scss */
  .compare-link:hover {
    text-decoration: none; }
  /* line 509, _product.scss */
  .compare-link .link-text {
    border-bottom: 1px dashed #555555; }

/* line 514, _product.scss */
.compare-link.compare-add.active {
  display: none; }
  /* line 517, _product.scss */
  .compare-link.compare-add.active + .compare-link.compare-delete {
    display: inline-block; }

/* line 522, _product.scss */
.compare-link.compare-delete {
  color: #dd3f46;
  border: none;
  display: none;
  padding: 12px 0;
  text-decoration: none; }
  /* line 529, _product.scss */
  .compare-link.compare-delete .link-text {
    border: none; }

/*  Product content
-----------------------------------------*/
/* line 536, _product.scss */
.product-tabs-menu {
  display: block; }
  /* line 539, _product.scss */
  .product-tabs-menu > .tabs-item {
    margin-right: 15px; }
    /* line 542, _product.scss */
    .product-tabs-menu > .tabs-item > .tabs-link {
      color: #252525;
      display: inline-block;
      font-size: 1em;
      padding: 15px 0;
      color: #303030;
      text-decoration: none; }
      /* line 321, mixins.scss */
      .product-tabs-menu > .tabs-item > .tabs-link:hover {
        color: #0089C9;
        text-decoration: none; }
  /* line 551, _product.scss */
  .product-tabs-menu > .tabs-item.active > .tabs-link,
  .product-tabs-menu > .tabs-item:hover > .tabs-link,
  .product-tabs-menu > .tabs-item > .tabs-link:hover {
    color: #0089C9;
    text-decoration: underline; }

/* line 561, _product.scss */
.product-tabs-list .tab-block {
  padding: 20px 0; }

/* line 566, _product.scss */
.product-description {
  margin-top: 9px;
  width: 390px;
  float: right;
  padding: 0 10px;
  line-height: 22px;
  font-weight: 100;
  font-size: 14px;
  color: #666666; }
  /* line 575, _product.scss */
  .product-description p {
    margin-top: 0; }
  /* line 578, _product.scss */
  .product-description a {
    font-weight: bold;
    color: #00b3e2;
    text-decoration: none; }

/* line 585, _product.scss */
.description-table {
  background: #eee;
  padding: 25px 20px;
  color: #444;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 16px;
  flex-wrap: wrap; }
  /* line 594, _product.scss */
  .description-table div:first-child {
    border-left: none; }
    /* line 596, _product.scss */
    .description-table div:first-child h4 {
      font-size: 21px; }
    /* line 600, _product.scss */
    .description-table div:first-child ul li {
      margin: 3px 0;
      font-size: 15px; }
  /* line 606, _product.scss */
  .description-table div:last-child {
    border-right: none; }
  /* line 609, _product.scss */
  .description-table div {
    flex-basis: 22%;
    padding: 2% 1%;
    border-left: 1px solid #ACACAC;
    max-width: 25%; }
    /* line 614, _product.scss */
    .description-table div h4 {
      font-size: 17px;
      text-transform: uppercase; }
    /* line 618, _product.scss */
    .description-table div ul {
      list-style: none;
      padding-left: 0; }
      /* line 621, _product.scss */
      .description-table div ul li {
        font-size: 14px;
        font-weight: lighter;
        margin: 20px 0; }

/*  Product reviews
-----------------------------------------*/
/* line 634, _product.scss */
.reviews-form-wrapper .review-form-toggle {
  margin-bottom: 20px; }

/*  Reviews-item
-----------------------------------------*/
/* line 641, _product.scss */
.reviews-item {
  border-bottom: 2px solid lightgray;
  margin-bottom: 15px; }

/* line 646, _product.scss */
.review-header {
  color: #555555;
  font-size: .9em;
  margin-bottom: 10px; }
  /* line 651, _product.scss */
  .review-header .author,
  .review-header .date {
    display: inline-block; }
  /* line 656, _product.scss */
  .review-header .date {
    border-left: 1px solid #eeeeee;
    margin-left: 10px;
    padding-left: 10px; }
  /* line 662, _product.scss */
  .review-header .star-rating-wrapper {
    display: inline-block;
    float: none;
    vertical-align: middle;
    border-left: 1px solid #eeeeee;
    margin-left: 10px;
    padding-left: 10px; }

/* line 672, _product.scss */
.review-footer:after {
  content: '';
  clear: both;
  display: table;
  height: 0;
  font-size: 0;
  vertical-align: top;
  width: 100%; }

/* line 682, _product.scss */
.reviews-list {
  margin-top: 20px; }

/* line 685, _product.scss */
.review-form {
  margin-top: 20px; }

/* line 689, _product.scss */
.button-rev {
  padding: 0.7em 2em; }

/*=========================================
  SCAFFOLDING
=========================================*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
@media screen and (max-width: 830px) {
  /* line 25, _scaffolding.scss */
  body {
    padding-top: 50px; } }
/* line 30, _scaffolding.scss */
* {
  outline: none !important; }

/* line 34, _scaffolding.scss */
body {
  color: #303030;
  font-family: "Roboto";
  font-size: 16px;
  letter-spacing: 0.5px; }

/* line 72, _scaffolding.scss */
.insales-editable, .insales-rich-editable, .insales-editable-content {
  background: #fff;
  color: #333;
  display: inline-block;
  cursor: text;
  outline: 1px dotted #333 !important;
  padding: 5px 10px;
  width: 100%; }
  /* line 81, _scaffolding.scss */
  .insales-editable a, .insales-rich-editable a, .insales-editable-content a {
    border: none;
    color: #333;
    text-decoration: none; }

/* line 88, _scaffolding.scss */
.title-content {
  margin-bottom: 20px; }

/* line 92, _scaffolding.scss */
hr.separator {
  border: none;
  border-top: 1px solid #FFFFFF; }

/*  Tricks
-----------------------------------------*/
/* line 99, _scaffolding.scss */
.with-object-fit.is-trick {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center; }
  /* line 107, _scaffolding.scss */
  .with-object-fit.is-trick img {
    opacity: 0; }

/*  Status
-----------------------------------------*/
/* line 113, _scaffolding.scss */
.is-error,
.error {
  color: #dd3f46; }
  /* line 117, _scaffolding.scss */
  .is-error input[type="text"],
  .is-error input[type="email"],
  .is-error input[type="password"],
  .is-error textarea,
  .error input[type="text"],
  .error input[type="email"],
  .error input[type="password"],
  .error textarea {
    border-color: #dd3f46;
    color: #dd3f46; }

/*  Buttons
-----------------------------------------*/
/* line 128, _scaffolding.scss */
.button {
  font-family: inherit;
  font-size: 16px; }

/* line 133, _scaffolding.scss */
.button-circle {
  border-radius: 50%;
  font-size: 24px;
  height: 50px;
  padding: 11px 8px;
  width: 50px; }
  /* line 140, _scaffolding.scss */
  .button-circle.is-gray {
    background: #eeeeee;
    color: #000; }
    /* line 144, _scaffolding.scss */
    .button-circle.is-gray:hover {
      background: #000;
      color: #fff; }
  /* line 150, _scaffolding.scss */
  .button-circle.is-primary {
    background: #0089C9;
    color: #FFFFFF; }
    /* line 154, _scaffolding.scss */
    .button-circle.is-primary:hover {
      background: #000;
      color: #fff; }

/* line 161, _scaffolding.scss */
.button-grey {
  background: #eeeeee;
  color: #000;
  padding: 9px 12px 10px; }
  /* line 166, _scaffolding.scss */
  .button-grey:hover, .button-grey.active {
    background: #0089C9;
    color: #fff; }

/* line 173, _scaffolding.scss */
.button-action {
  padding: 15px 0; }
  /* line 176, _scaffolding.scss */
  .button-action .button-text {
    color: #555555;
    border-bottom: 1px dashed; }
  /* line 181, _scaffolding.scss */
  .button-action.is-bigger {
    font-size: 1.2em; }

/* line 186, _scaffolding.scss */
.button-primary {
  background: #0089C9;
  color: #FFFFFF;
  font-family: "Roboto";
  font-size: 16px; }
  /* line 192, _scaffolding.scss */
  .button-primary:hover, .button-primary.active {
    background: #000;
    color: #fff; }
  /* line 198, _scaffolding.scss */
  .button-primary:after {
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0; }

/* line 207, _scaffolding.scss */
.button-default {
  background: #fff;
  border: 1px solid #777777;
  color: #555555;
  padding: 10px 12px; }
  /* line 213, _scaffolding.scss */
  .button-default:hover,
  .button-default .active {
    background: #252525;
    color: #fff; }

/* line 220, _scaffolding.scss */
.button-error {
  color: #00b3e2; }
  /* line 222, _scaffolding.scss */
  .button-error:hover,
  .button-error .active {
    color: black; }

/* line 231, _scaffolding.scss */
.toggled .button-grey,
.active .button-grey {
  background: #0089C9;
  color: #fff; }

/*  Checkbox
-----------------------------------------*/
/* line 239, _scaffolding.scss */
.checkbox-field {
  cursor: pointer;
  display: none; }
  /* line 243, _scaffolding.scss */
  .checkbox-field:checked + .checkbox-label {
    color: #0089C9; }
    /* line 246, _scaffolding.scss */
    .checkbox-field:checked + .checkbox-label:before {
      content: '\f3ff'; }

/* line 252, _scaffolding.scss */
.checkbox-label {
  cursor: pointer;
  display: inline-block;
  padding-left: 23px;
  min-height: 23px;
  position: relative; }
  /* line 259, _scaffolding.scss */
  .checkbox-label:before {
    font-family: "Ionicons";
    content: '\f401';
    display: block;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: -1px;
    left: 1px;
    height: 20px;
    width: 20px; }

/*  Radio
-----------------------------------------*/
/* line 274, _scaffolding.scss */
.radio-field {
  display: none; }
  /* line 277, _scaffolding.scss */
  .radio-field:checked + .radio-label {
    color: #0089C9; }
    /* line 280, _scaffolding.scss */
    .radio-field:checked + .radio-label:before {
      content: '\f192'; }

/* line 286, _scaffolding.scss */
.radio-label {
  cursor: pointer;
  padding-left: 20px;
  position: relative; }
  /* line 291, _scaffolding.scss */
  .radio-label:before {
    font-family: "Ionicons";
    content: '\f10c';
    display: block;
    position: absolute;
    top: 2px;
    left: 0; }

/*  Forms
-----------------------------------------*/
/* line 303, _scaffolding.scss */
.form-row {
  margin-bottom: 10px; }

/* line 307, _scaffolding.scss */
.form-field {
  border: 1px solid #eeeeee;
  padding: 7px 10px;
  margin-bottom: 5px;
  width: 100%; }

/* line 314, _scaffolding.scss */
.form-header {
  margin-bottom: 20px; }

/*  Dropdown
-----------------------------------------*/
/* line 322, _scaffolding.scss */
.dropdown.is-absolute {
  position: relative; }
  /* line 325, _scaffolding.scss */
  .dropdown.is-absolute .dropdown-block {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1100; }
/* line 335, _scaffolding.scss */
.dropdown.toggled > .dropdown-block {
  opacity: 1;
  max-height: 1000px; }

/* line 342, _scaffolding.scss */
.dropdown-block {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.2s ease opacity, 0.2s ease max-height; }

/* line 349, _scaffolding.scss */
.dropdown-toggle {
  position: relative; }

/* line 353, _scaffolding.scss */
.dropdown-icon {
  transition: 0.2s ease transform; }

/* line 357, _scaffolding.scss */
.dropdown-block-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-float: row nowrap;
  font-size: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

/*  Magnific popup - modal
-----------------------------------------*/
/* line 378, _scaffolding.scss */
.modal {
  max-width: 400px;
  margin: 0 auto;
  position: relative; }
  /* line 383, _scaffolding.scss */
  .modal.modal-md {
    max-width: 700px; }
  /* line 387, _scaffolding.scss */
  .modal.modal-lg {
    max-width: 1000px; }
  /* line 391, _scaffolding.scss */
  .modal.modal-preview {
    max-width: 930px; }

/* line 396, _scaffolding.scss */
.modal-header {
  margin-top: 0; }

/* line 400, _scaffolding.scss */
.modal-inner {
  background: #F2F2F2;
  color: #303030;
  padding: 30px; }
  /* line 366, mixins.scss */
  .modal-inner:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; }

/* line 408, _scaffolding.scss */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  /* line 411, _scaffolding.scss */
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  /* line 420, _scaffolding.scss */
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  /* line 428, _scaffolding.scss */
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  /* line 434, _scaffolding.scss */
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.7; }
  /* line 442, _scaffolding.scss */
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0; }
  /* line 448, _scaffolding.scss */
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

/* line 456, _scaffolding.scss */
.mfp-close-btn-in .mfp-close {
  color: #fff;
  cursor: pointer !important;
  background: #dd3f46;
  opacity: 1;
  padding: 0;
  text-align: center;
  top: 40px;
  right: 0;
  width: 44px;
  z-index: 9001; }

/* line 473, _scaffolding.scss */
.mfp-close-btn-in .modal .mfp-close {
  top: 0; }

/*  Notices
-----------------------------------------*/
/* line 479, _scaffolding.scss */
.notice {
  padding: 9px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  font-size: 13px; }
  /* line 333, mixins.scss */
  .notice h2, .notice h3, .notice h4 {
    margin-top: 0;
    color: inherit; }
  /* line 338, mixins.scss */
  .notice > p,
  .notice > ul {
    margin-bottom: 0; }
  /* line 343, mixins.scss */
  .notice > p + p {
    margin-top: 5px; }

/* line 484, _scaffolding.scss */
.notice-success {
  background-color: #80c780;
  border-color: #5cb85c;
  color: #163216; }
  /* line 354, mixins.scss */
  .notice-success hr {
    border-top-color: #4cae4c; }
  /* line 358, mixins.scss */
  .notice-success a {
    color: #060f06; }

/* line 488, _scaffolding.scss */
.notice-info {
  background-color: #85d0e7;
  border-color: #5bc0de;
  color: #124a5b; }
  /* line 354, mixins.scss */
  .notice-info hr {
    border-top-color: #46b8da; }
  /* line 358, mixins.scss */
  .notice-info a {
    color: #0a2730; }

/* line 492, _scaffolding.scss */
.notice-warning {
  background-color: #f4c37d;
  border-color: #f0ad4e;
  color: #694109; }
  /* line 354, mixins.scss */
  .notice-warning hr {
    border-top-color: #eea236; }
  /* line 358, mixins.scss */
  .notice-warning a {
    color: #3a2405; }

/* line 496, _scaffolding.scss */
.notice-error {
  background-color: #e56a70;
  border-color: #dd3f46;
  color: #440c0f;
  color: #ffffff; }
  /* line 354, mixins.scss */
  .notice-error hr {
    border-top-color: #d92931; }
  /* line 358, mixins.scss */
  .notice-error a {
    color: #190405; }

/* line 501, _scaffolding.scss */
.notice-sm {
  padding: 5px 10px; }

/*  Alertify plugin - notifier
-----------------------------------------*/
/* line 507, _scaffolding.scss */
.alertify-notifier.ajs-right .ajs-message {
  background: url("lines-tile.png") 0 0 #232323;
  color: #fff;
  cursor: pointer;
  position: relative;
  width: 290px;
  display: none;
  max-height: 100%;
  padding: 5px 5px 5px 35px;
  -webkit-transition: .2s ease opacity;
  transition: .2s ease opacity;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 0;
  right: 290px;
  margin: 10px 0 0; }
  /* line 525, _scaffolding.scss */
  .alertify-notifier.ajs-right .ajs-message a {
    color: #fff; }
  /* line 529, _scaffolding.scss */
  .alertify-notifier.ajs-right .ajs-message:before {
    border-radius: 50%;
    content: '';
    display: block;
    height: 15px;
    margin-top: -7.5px;
    position: absolute;
    left: 7.5px;
    top: 50%;
    width: 15px;
    z-index: 890; }
  /* line 542, _scaffolding.scss */
  .alertify-notifier.ajs-right .ajs-message:after {
    background: #000;
    border-radius: 4px 0 0 4px;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 880; }

/* line 556, _scaffolding.scss */
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1; }

/* line 563, _scaffolding.scss */
.alertify-notifier .ajs-message.ajs-success {
  background: #232323; }
  /* line 566, _scaffolding.scss */
  .alertify-notifier .ajs-message.ajs-success:before {
    background: #5cb85c; }

/* line 571, _scaffolding.scss */
.alertify-notifier .ajs-message.ajs-error {
  background: #232323; }
  /* line 574, _scaffolding.scss */
  .alertify-notifier .ajs-message.ajs-error:before {
    background: #dd3f46; }

/* line 579, _scaffolding.scss */
.alertify-notifier .ajs-message.ajs-warning {
  background: #232323; }
  /* line 582, _scaffolding.scss */
  .alertify-notifier .ajs-message.ajs-warning:before {
    background: #f0ad4e; }

/* line 587, _scaffolding.scss */
.alertify-notifier .ajs-message {
  background: #232323; }
  /* line 590, _scaffolding.scss */
  .alertify-notifier .ajs-message:before {
    background: #5bc0de; }

/*  Tooltips
-----------------------------------------*/
/* line 597, _scaffolding.scss */
.tooltipster-light {
  border-radius: 4px;
  border: none;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff; }

/* line 604, _scaffolding.scss */
.tooltipster-light .tooltipster-content {
  font-size: 14px;
  line-height: 14px;
  padding: 6px 12px 8px; }

/* line 610, _scaffolding.scss */
.action-link {
  border-bottom: 1px dashed #555555;
  color: #777777;
  color: #555555;
  text-decoration: none; }
  /* line 321, mixins.scss */
  .action-link:hover {
    color: #555555;
    text-decoration: none; }
  /* line 615, _scaffolding.scss */
  .action-link:hover {
    border-bottom: 1px solid #fff; }

/*  Editor
-----------------------------------------*/
/* line 624, _scaffolding.scss */
.editor hr {
  border: none;
  background: none;
  border-top: 1px solid #F2F2F2;
  clear: both;
  margin: 10px 0;
  width: auto; }
/* line 642, _scaffolding.scss */
.editor.with-styled-table table {
  border-collapse: collapse;
  border: 1px solid #eeeeee;
  width: 100% !important; }
  /* line 234, mixins.scss */
  .editor.with-styled-table table th {
    text-align: left; }
  /* line 238, mixins.scss */
  .editor.with-styled-table table table col[class*="cell-"] {
    position: static;
    float: none;
    display: table-column; }
  /* line 247, mixins.scss */
  .editor.with-styled-table table table td[class*="cell-"],
  .editor.with-styled-table table table th[class*="cell-"] {
    position: static;
    float: none;
    display: table-cell; }
  /* line 648, _scaffolding.scss */
  .editor.with-styled-table table > tbody > tr:nth-of-type(odd) td {
    background-color: #FFFFFF;
    color: #303030; }
  /* line 653, _scaffolding.scss */
  .editor.with-styled-table table > tbody > tr:nth-of-type(even) td {
    background-color: rgba(0, 0, 0, 0.03);
    color: #303030; }
  /* line 662, _scaffolding.scss */
  .editor.with-styled-table table > thead > tr > th,
  .editor.with-styled-table table > thead > tr > td,
  .editor.with-styled-table table > tbody > tr > th,
  .editor.with-styled-table table > tbody > tr > td,
  .editor.with-styled-table table > tfoot > tr > th,
  .editor.with-styled-table table > tfoot > tr > td {
    border: 1px solid #eeeeee;
    padding: 10px 20px; }
  /* line 670, _scaffolding.scss */
  .editor.with-styled-table table > thead > tr > th,
  .editor.with-styled-table table > thead > tr > td {
    border-bottom-width: 2px; }
/* line 678, _scaffolding.scss */
.editor img {
  height: auto !important;
  margin-bottom: 10px; }
/* line 683, _scaffolding.scss */
.editor a {
  color: #0089C9;
  text-decoration: underline; }
  /* line 321, mixins.scss */
  .editor a:hover {
    color: #0089C9;
    text-decoration: none; }
/* line 687, _scaffolding.scss */
.editor input[type="text"],
.editor input[type="email"],
.editor input[type="password"] {
  display: inline-block;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-image: none;
  vertical-align: top;
  max-width: 100%;
  border: 1px solid #F2F2F2;
  padding: 5px 7px;
  width: 100%; }
  /* line 446, mixins.scss */
  .editor input[type="text"]::-moz-placeholder,
  .editor input[type="email"]::-moz-placeholder,
  .editor input[type="password"]::-moz-placeholder {
    color: #ccc;
    opacity: 1; }
  /* line 450, mixins.scss */
  .editor input[type="text"]:-ms-input-placeholder,
  .editor input[type="email"]:-ms-input-placeholder,
  .editor input[type="password"]:-ms-input-placeholder {
    color: #ccc; }
  /* line 454, mixins.scss */
  .editor input[type="text"]::-webkit-input-placeholder,
  .editor input[type="email"]::-webkit-input-placeholder,
  .editor input[type="password"]::-webkit-input-placeholder {
    color: #ccc; }
  /* line 461, mixins.scss */
  .editor input[type="text"]:focus::-moz-placeholder,
  .editor input[type="email"]:focus::-moz-placeholder,
  .editor input[type="password"]:focus::-moz-placeholder {
    color: #ccc;
    opacity: 0; }
  /* line 465, mixins.scss */
  .editor input[type="text"]:focus:-ms-input-placeholder,
  .editor input[type="email"]:focus:-ms-input-placeholder,
  .editor input[type="password"]:focus:-ms-input-placeholder {
    color: #ccc;
    opacity: 0; }
  /* line 470, mixins.scss */
  .editor input[type="text"]:focus::-webkit-input-placeholder,
  .editor input[type="email"]:focus::-webkit-input-placeholder,
  .editor input[type="password"]:focus::-webkit-input-placeholder {
    color: #ccc;
    opacity: 0; }
  /* line 171, mixins.scss */
  .editor input[type="text"]::-ms-expand,
  .editor input[type="email"]::-ms-expand,
  .editor input[type="password"]::-ms-expand {
    border: 0;
    background-color: transparent; }
  /* line 176, mixins.scss */
  .editor input[type="text"][disabled], .editor input[type="text"][readonly], fieldset[disabled] .editor input[type="text"],
  .editor input[type="email"][disabled],
  .editor input[type="email"][readonly], fieldset[disabled]
  .editor input[type="email"],
  .editor input[type="password"][disabled],
  .editor input[type="password"][readonly], fieldset[disabled]
  .editor input[type="password"] {
    opacity: 1; }
  /* line 182, mixins.scss */
  .editor input[type="text"][disabled], fieldset[disabled] .editor input[type="text"],
  .editor input[type="email"][disabled], fieldset[disabled]
  .editor input[type="email"],
  .editor input[type="password"][disabled], fieldset[disabled]
  .editor input[type="password"] {
    cursor: not-allowed; }
/* line 696, _scaffolding.scss */
.editor textarea {
  display: inline-block;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-image: none;
  vertical-align: top;
  max-width: 100%;
  border: 1px solid #F2F2F2;
  max-width: 100%;
  padding: 5px 7px;
  width: 100%; }
  /* line 446, mixins.scss */
  .editor textarea::-moz-placeholder {
    color: #ccc;
    opacity: 1; }
  /* line 450, mixins.scss */
  .editor textarea:-ms-input-placeholder {
    color: #ccc; }
  /* line 454, mixins.scss */
  .editor textarea::-webkit-input-placeholder {
    color: #ccc; }
  /* line 461, mixins.scss */
  .editor textarea:focus::-moz-placeholder {
    color: #ccc;
    opacity: 0; }
  /* line 465, mixins.scss */
  .editor textarea:focus:-ms-input-placeholder {
    color: #ccc;
    opacity: 0; }
  /* line 470, mixins.scss */
  .editor textarea:focus::-webkit-input-placeholder {
    color: #ccc;
    opacity: 0; }
  /* line 171, mixins.scss */
  .editor textarea::-ms-expand {
    border: 0;
    background-color: transparent; }
  /* line 176, mixins.scss */
  .editor textarea[disabled], .editor textarea[readonly], fieldset[disabled] .editor textarea {
    opacity: 1; }
  /* line 182, mixins.scss */
  .editor textarea[disabled], fieldset[disabled] .editor textarea {
    cursor: not-allowed; }
/* line 704, _scaffolding.scss */
.editor input[type="submit"],
.editor button {
  border-radius: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  text-align: center;
  touch-action: manipulation;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  background: #0089C9;
  color: #FFFFFF;
  max-width: 100%;
  padding: 5px 7px; }
  /* line 210, mixins.scss */
  .editor input[type="submit"]:active,
  .editor button:active {
    outline: 0; }
  /* line 214, mixins.scss */
  .editor input[type="submit"]:hover,
  .editor button:hover {
    text-decoration: none; }
  /* line 218, mixins.scss */
  .editor input[type="submit"].disabled, .editor input[type="submit"][disabled], fieldset[disabled] .editor input[type="submit"],
  .editor button.disabled,
  .editor button[disabled], fieldset[disabled]
  .editor button {
    cursor: not-allowed; }

/*  Scrollbar
-----------------------------------------*/
/* line 716, _scaffolding.scss */
.ps-scrollbar-y-rail {
  background-color: #777777 !important;
  border-radius: 0 !important;
  opacity: .8 !important; }

/* line 722, _scaffolding.scss */
.ps-scrollbar-y {
  background-color: #535353 !important;
  border-radius: 0 !important;
  cursor: pointer; }

/*  Select
-----------------------------------------*/
/* line 730, _scaffolding.scss */
.select-field {
  background: #fff;
  border: 1px solid #eeeeee;
  cursor: pointer;
  height: 40px;
  padding: 3px 20px 3px 5px;
  position: relative;
  width: auto;
  color: #252525;
  font-family: "Roboto";
  font-size: 1em; }
  /* line 743, _scaffolding.scss */
  .select-field option {
    color: #252525;
    font-family: "Roboto";
    font-size: 1em;
    padding: 3px 5px; }

/* line 751, _scaffolding.scss */
.select-wrapper {
  display: inline-block;
  height: 40px;
  position: relative;
  vertical-align: middle;
  width: 100%;
  float: left; }

/*  Label field
-----------------------------------------*/
/*  Page header
-----------------------------------------*/
/* line 768, _scaffolding.scss */
.page-header {
  margin-bottom: 20px;
  padding-top: 10px; }
  /* line 772, _scaffolding.scss */
  .page-header h1, .page-header h2, .page-header h3, .page-header h4 {
    font-size: 1.6em;
    margin: 0; }

/*  Pagination
-----------------------------------------*/
/* line 780, _scaffolding.scss */
.pagination {
  list-style: none;
  padding: 0;
  margin-bottom: 20px; }
  /* line 260, mixins.scss */
  .pagination > .list-item {
    display: inline-block;
    position: relative; }
  /* line 784, _scaffolding.scss */
  .pagination .pagination-item {
    display: inline-block; }
    /* line 787, _scaffolding.scss */
    .pagination .pagination-item + .pagination-item {
      margin-left: 3px; }
    /* line 791, _scaffolding.scss */
    .pagination .pagination-item .pagination-link {
      color: #ff5700;
      text-decoration: underline;
      border: 1px solid #F2F2F2;
      display: block;
      color: #0089C9;
      font-size: 1em;
      padding: 6px 4px;
      text-decoration: none;
      text-align: center;
      vertical-align: top;
      height: auto;
      width: 40px; }
      /* line 321, mixins.scss */
      .pagination .pagination-item .pagination-link:hover {
        color: #b33d00;
        text-decoration: none; }
    /* line 805, _scaffolding.scss */
    .pagination .pagination-item.active .pagination-link, .pagination .pagination-item:hover .pagination-link,
    .pagination .pagination-item .pagination-link:hover {
      border: 1px solid #0089C9;
      color: #0089C9; }

/*  Block header
-----------------------------------------*/
/* line 816, _scaffolding.scss */
.block-header {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 9px;
  padding-top: 9px;
  margin-bottom: 10px; }
  /* line 824, _scaffolding.scss */
  .block-header.is-small h2 {
    font-size: 1.4em; }

/*  Tabs
-----------------------------------------*/
/* line 832, _scaffolding.scss */
.tabs-menu {
  list-style: none;
  padding: 0; }
  /* line 836, _scaffolding.scss */
  .tabs-menu .tabs-item {
    display: inline; }
    /* line 839, _scaffolding.scss */
    .tabs-menu .tabs-item.active .tab-link {
      color: #0089C9; }

@media screen and (max-width: 480px) {
  /* line 847, _scaffolding.scss */
  .tabs-menu {
    margin: 0;
    white-space: normal; }
    /* line 851, _scaffolding.scss */
    .tabs-menu .tabs-item {
      display: block;
      margin: 0 0 10px 0;
      text-align: center;
      width: 100%; }
      /* line 857, _scaffolding.scss */
      .tabs-menu .tabs-item + .tabs-item {
        padding-top: 10px;
        border-top: 1px solid #eeeeee; } }
/* line 867, _scaffolding.scss */
.tabs-list .tab-block {
  display: none; }
  /* line 870, _scaffolding.scss */
  .tabs-list .tab-block.active {
    display: block; }

/*  Labels list
-----------------------------------------*/
/* line 878, _scaffolding.scss */
.labels-list {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1000; }
  /* line 883, _scaffolding.scss */
  .labels-list .label {
    background: #5cb85c;
    display: inline-block;
    color: #fff;
    font-size: 1em;
    margin-bottom: 5px;
    padding: 3px;
    text-align: center;
    min-width: 40px; }
    /* line 893, _scaffolding.scss */
    .labels-list .label + .label {
      margin-left: 5px; }
  /* line 898, _scaffolding.scss */
  .labels-list .label-sale {
    background: #5bc0de; }
  /* line 902, _scaffolding.scss */
  .labels-list .label-new {
    background: #5cb85c; }
  /* line 906, _scaffolding.scss */
  .labels-list .label-discount {
    background: #dd3f46; }
  /* line 910, _scaffolding.scss */
  .labels-list .label-hot {
    background: #f0ad4e; }
  /* line 914, _scaffolding.scss */
  .labels-list .label-no-available {
    background: #dd3f46; }

/*  Breadcrumb
-----------------------------------------*/
/* line 923, _scaffolding.scss */
.breadcrumb-wrapper {
  margin-bottom: 20px;
  max-width: 1165px; }

/* line 928, _scaffolding.scss */
.breadcrumb {
  list-style: none;
  padding: 0;
  height: auto;
  padding-left: 0;
  margin-top: 10px; }
  /* line 260, mixins.scss */
  .breadcrumb > .breadcrumb-item {
    display: inline-block;
    position: relative; }
  /* line 936, _scaffolding.scss */
  .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    font-family: "Ionicons";
    padding-right: .4rem;
    padding-left: .4rem;
    position: relative;
    bottom: -1px;
    content: "\f3d3"; }
  /* line 946, _scaffolding.scss */
  .breadcrumb .breadcrumb-link {
    color: #0089C9;
    font-weight: 300;
    text-decoration: none;
    font-size: 13px; }
  /* line 952, _scaffolding.scss */
  .breadcrumb .current-page {
    color: #303030; }

/*  Star rating
-----------------------------------------*/
/* line 366, mixins.scss */
.star-rating-wrapper:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 100%; }

/* line 963, _scaffolding.scss */
.star-rating {
  float: left; }
  /* line 366, mixins.scss */
  .star-rating:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; }
  /* line 968, _scaffolding.scss */
  .star-rating .star-radio {
    display: none; }
    /* line 974, _scaffolding.scss */
    .star-rating .star-radio:hover ~ .star-label:after, .star-rating .star-radio:checked ~ .star-label:after {
      content: ""; }
    /* line 979, _scaffolding.scss */
    .star-rating .star-radio:hover ~ .star-label:after {
      color: gold !important; }
    /* line 982, _scaffolding.scss */
    .star-rating .star-radio:checked ~ .star-label:after {
      color: darkred; }
  /* line 987, _scaffolding.scss */
  .star-rating .star-label {
    cursor: pointer;
    float: right;
    font-size: 40px; }
    /* line 992, _scaffolding.scss */
    .star-rating .star-label:after {
      color: goldenrod;
      content: "";
      display: inline-block;
      font-family: "Ionicons"; }
    /* line 999, _scaffolding.scss */
    .star-rating .star-label:hover:after {
      color: gold; }
    /* line 1005, _scaffolding.scss */
    .star-rating .star-label.active ~ .star-label:after, .star-rating .star-label.active:after {
      content: ""; }
  /* line 1012, _scaffolding.scss */
  .star-rating .star-item {
    color: goldenrod;
    float: right;
    overflow: hidden; }
    /* line 1017, _scaffolding.scss */
    .star-rating .star-item:after {
      content: "";
      display: inline-block;
      font-family: "Ionicons"; }
    /* line 1025, _scaffolding.scss */
    .star-rating .star-item.active:after {
      color: darkred;
      content: ""; }
    /* line 1030, _scaffolding.scss */
    .star-rating .star-item.active ~ .star-item:after {
      color: darkred;
      content: ""; }

/*  Feedback page
-----------------------------------------*/
/* line 1040, _scaffolding.scss */
#feedback_form,
#feedback_form * {
  text-align: left !important; }

/* line 1047, _scaffolding.scss */
#feedback_form table {
  padding: 0 !important;
  max-width: 100% !important; }

/*============================================
  COLLAPSE
============================================*/
/* line 1060, _scaffolding.scss */
.collapse.is-opened > .collapse-block {
  opacity: 1;
  max-height: 1000px; }

/* Collapse block
--------------------------------------------*/
/* line 1069, _scaffolding.scss */
.collapse-block {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.2s ease opacity, 0.2s ease max-height; }

@media screen and (min-width: 831px) {
  /* line 1078, _scaffolding.scss */
  .collapse-block.on-mobile {
    opacity: 1;
    max-height: 1000px; } }
/* Collapse toggle
--------------------------------------------*/
/* line 1086, _scaffolding.scss */
.collapse-toggle {
  position: relative; }
  /* line 1091, _scaffolding.scss */
  .collapse-toggle.is-active .link-text {
    border: none; }
  /* line 1095, _scaffolding.scss */
  .collapse-toggle.is-active .collapse-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  /* line 1102, _scaffolding.scss */
  .collapse-toggle .collapse-icon {
    transition: 0.2s ease transform;
    margin-left: 5px; }

/*=========================================
  SHOPPING CART
=========================================*/
/* line 5, _shopping-cart.scss */
.shopping-cart {
  margin-top: 30px;
  overflow: hidden;
  max-width: 990px;
  margin: 0 auto;
  clear: both;
  padding: 0 10px;
  display: flex;
  justify-content: space-between; }

/*  Cart header
-----------------------------------------*/
/* line 18, _shopping-cart.scss */
.cartitle {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 10px; }

/* line 23, _shopping-cart.scss */
.cartitle a {
  text-align: right;
  display: block;
  float: right;
  text-decoration: none;
  font-size: 13px;
  margin-top: -49px;
  width: 80px;
  color: #00b3e2;
  font-weight: bold;
  margin-bottom: 30px; }

/* line 35, _shopping-cart.scss */
.cartitle h1 {
  font-size: 40px;
  line-height: 40px;
  color: #2b2b2b;
  margin: 0;
  padding: 20px 0;
  letter-spacing: -2px;
  text-transform: uppercase; }

/* line 44, _shopping-cart.scss */
.cart-header {
  color: #303030;
  font-size: .9em; }

/*  Cart item
-----------------------------------------*/
/* line 51, _shopping-cart.scss */
.cart-item {
  overflow: hidden;
  position: relative;
  display: flex;
  width: 610px;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #d7d7d7; }
  /* line 59, _shopping-cart.scss */
  .cart-item > div {
    padding: 0; }
  /* line 62, _shopping-cart.scss */
  .cart-item .item-caption {
    flex-basis: 40%;
    align-self: flex-start;
    padding-top: 24px; }

/* line 69, _shopping-cart.scss */
.item-image-wrapper {
  position: relative;
  width: 114px; }

/* line 74, _shopping-cart.scss */
.item-image-inner {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%; }

/* line 81, _shopping-cart.scss */
.item-image-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  text-decoration: none; }
  /* line 88, _shopping-cart.scss */
  .item-image-link:after {
    vertical-align: middle;
    content: '';
    display: inline-block;
    width: 0;
    height: 100%; }

/* line 97, _shopping-cart.scss */
.item-image {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle; }

@media screen and (max-width: 830px) {
  /* line 105, _shopping-cart.scss */
  .cart-item {
    padding-top: 10px;
    padding-left: 20%; }

  /* line 110, _shopping-cart.scss */
  .item-image-wrapper {
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 0;
    width: 30%; }

  /* line 115, _shopping-cart.scss */
  .item-total.in-item {
    margin-bottom: 15px;
    font-size: 17px; } }
/*  Item title
-----------------------------------------*/
/* line 123, _shopping-cart.scss */
.item-title {
  margin-bottom: 15px; }
  /* line 125, _shopping-cart.scss */
  .item-title a {
    text-decoration: none;
    color: #4b4b4b;
    font-size: 16px;
    font-weight: bold; }

@media screen and (max-width: 480px) {
  /* line 135, _shopping-cart.scss */
  .item-caption {
    padding-right: 40px; } }
/* line 139, _shopping-cart.scss */
.botter {
  margin-top: 10px; }
  /* line 141, _shopping-cart.scss */
  .botter span {
    font-size: 13px;
    font-weight: bold; }

/*  Item price
-----------------------------------------*/
/* line 149, _shopping-cart.scss */
.item-price.in-item {
  font-size: 1.1em;
  font-weight: bold;
  white-space: nowrap; }

/* line 155, _shopping-cart.scss */
.item-old-price {
  font-size: .8em;
  font-weight: normal;
  text-decoration: line-through;
  color: #777777; }

/*  Item counter
-----------------------------------------*/
/* line 164, _shopping-cart.scss */
.item-counter {
  align-self: flex-start;
  align-self: flex-start;
  padding-top: 22px; }

/* line 169, _shopping-cart.scss */
.item-counter .counter input {
  background-color: #f2f2f2;
  width: 45px;
  font-weight: bold;
  font-size: 13px;
  color: #9d9d9d;
  font-family: Montserrat; }

/*  Item article
-----------------------------------------*/
/* line 181, _shopping-cart.scss */
.item-article {
  font-size: 13px;
  color: #8f8f8f;
  font-weight: bold; }

/*  Item summ
-----------------------------------------*/
/* line 189, _shopping-cart.scss */
.item-total.in-item {
  font-size: 17px;
  color: #4b4b4b;
  margin-top: 5px;
  font-weight: 100;
  white-space: nowrap;
  align-self: flex-start;
  flex-basis: 20%;
  text-align: center; }

/*  Item delete
-----------------------------------------*/
/* line 202, _shopping-cart.scss */
.item-remove {
  text-align: right; }

/* line 206, _shopping-cart.scss */
.button-remove {
  border-radius: 4px;
  padding: 7px 10px;
  height: 40px;
  width: 40px; }

@media screen and (max-width: 1200px) {
  /* line 215, _shopping-cart.scss */
  .cart-header {
    display: none; } }
@media screen and (max-width: 1024px) {
  /* line 222, _shopping-cart.scss */
  .item-image,
  .item-caption,
  .item-price,
  .item-counter,
  .item-summ,
  .item-delete {
    margin-bottom: 15px; }

  /* line 231, _shopping-cart.scss */
  .item-remove {
    position: absolute;
    top: 35px;
    right: 10px;
    max-width: 1000px; } }
@media screen and (max-width: 480px) {
  /* line 239, _shopping-cart.scss */
  .item-remove {
    position: absolute;
    top: 0;
    right: -10px; } }
/*  Cart list
-----------------------------------------*/
/* line 246, _shopping-cart.scss */
.cart-list {
  position: relative;
  max-width: 610px; }

/* line 250, _shopping-cart.scss */
.cart-list > div:last-child {
  border-bottom: 1px solid #d7d7d7; }

/*  Cart info blocks
-----------------------------------------*/
/* line 256, _shopping-cart.scss */
.cart-results,
.cart-control {
  margin-bottom: 15px; }

/*  Cart footer
-----------------------------------------*/
/* line 263, _shopping-cart.scss */
.cart-footer {
  width: 34%;
  background-color: #f9f9f9; }

/*  Calculate
-----------------------------------------*/
/* line 270, _shopping-cart.scss */
.calculate {
  width: 100%;
  border-bottom: 1px solid #e7e7e7; }
  /* line 274, _shopping-cart.scss */
  .calculate tr td {
    font-size: 14px;
    font-weight: bold;
    padding: 0; }
  /* line 279, _shopping-cart.scss */
  .calculate tr td:last-child {
    text-align: right; }
  /* line 284, _shopping-cart.scss */
  .calculate tr:first-child td:last-child {
    font-weight: 100; }
  /* line 288, _shopping-cart.scss */
  .calculate tr:not(:last-child) {
    color: #4b4b4b; }
  /* line 292, _shopping-cart.scss */
  .calculate tr:nth-child(2) td:last-child {
    color: #2FB550; }
  /* line 296, _shopping-cart.scss */
  .calculate .total {
    height: 35px; }
    /* line 298, _shopping-cart.scss */
    .calculate .total td {
      font-size: 17px;
      text-transform: uppercase; }

/*  Cart control
-----------------------------------------*/
/* line 311, _shopping-cart.scss */
.cart-control .button.button-buy {
  height: 37px;
  font-size: 1em;
  line-height: 16px;
  letter-spacing: .1em;
  padding: 22px 25px;
  text-transform: uppercase; }

/* line 321, _shopping-cart.scss */
.cart-control {
  margin: 0 auto; }
  /* line 323, _shopping-cart.scss */
  .cart-control .button.button-buy,
  .cart-control .button.button-fast-order {
    padding: 0 10px;
    line-height: 38px;
    letter-spacing: 0;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    width: 99%;
    display: block;
    margin: 0 auto 20px 0;
    background-repeat: no-repeat;
    background-position: 95% 49%;
    background-size: 10px;
    background-image: url(https://static-internal.insales.ru/files/1/2772/2296532/original/bgarrow.png);
    background-color: #f11b18;
    transition-duration: 0.2s; }
  /* line 342, _shopping-cart.scss */
  .cart-control .button.button-buy:hover {
    background-color: #d7120f; }

/*  Cart results
-----------------------------------------*/
/* line 349, _shopping-cart.scss */
.summ-caption {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 8px; }

/* line 356, _shopping-cart.scss */
.total-weight {
  color: #3e3e3e;
  font-size: 1em;
  font-weight: 400;
  line-height: 27px; }

/* line 363, _shopping-cart.scss */
.total-summ {
  line-height: 21px;
  margin-bottom: 15px;
  margin-top: 10px; }
  /* line 367, _shopping-cart.scss */
  .total-summ p {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: -1px; }

/* line 373, _shopping-cart.scss */
.summ-number {
  letter-spacing: 0; }

/*  Discount caption
-----------------------------------------*/
/* line 379, _shopping-cart.scss */
.discount-caption {
  color: #303030;
  font-size: 1.2em; }

/* line 384, _shopping-cart.scss */
.discount-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

/* line 392, _shopping-cart.scss */
.discount-form {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 10px; }

/*  Input Discount
-----------------------------------------*/
/* line 402, _shopping-cart.scss */
.input-discount label {
  font-weight: 700;
  font-size: 13px;
  line-height: 25px;
  color: #1a1a1a; }
/* line 408, _shopping-cart.scss */
.input-discount div {
  margin-top: 6px;
  button: hover;
    button-color: #0089c9; }
  /* line 410, _shopping-cart.scss */
  .input-discount div input {
    padding: 10px 9px;
    border: solid 1px #ddd;
    font-size: 14px;
    width: 99%;
    border-radius: 3px; }
  /* line 417, _shopping-cart.scss */
  .input-discount div button {
    background-color: transparent;
    left: -7px;
    float: right;
    position: relative;
    width: 80px;
    cursor: pointer;
    height: 31px;
    top: -35px;
    letter-spacing: -1px;
    font-weight: bold;
    font-size: 14px;
    color: #00b4e0; }

/*  Discount input
-----------------------------------------*/
/* line 439, _shopping-cart.scss */
.discount-input {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px; }

/* line 448, _shopping-cart.scss */
.discount-button {
  background: #ffffff;
  color: #00b3e2;
  position: absolute;
  top: 12px;
  right: 8px;
  font-size: 14px;
  font-weight: 600; }
  /* line 457, _shopping-cart.scss */
  .discount-button:hover {
    background: #ffffff;
    color: #00b3e2; }

@media screen and (max-width: 480px) {
  /* line 462, _shopping-cart.scss */
  .discount-form {
    float: left;
    width: 100%;
    position: relative; }

  /* line 468, _shopping-cart.scss */
  .discount-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px; } }
/* line 479, _shopping-cart.scss */
.guaranimage {
  margin: 10px auto 25px 10px; }

/* line 483, _shopping-cart.scss */
.fullscreen {
  width: 100%;
  overflow: hidden; }

/* line 488, _shopping-cart.scss */
.content-a {
  display: flex;
  height: 555px;
  justify-content: center;
  align-items: center; }

/* line 494, _shopping-cart.scss */
.fullscreen.overflow,
.fullscreen.overflow .content-a {
  height: auto;
  min-height: 100%; }

/* line 499, _shopping-cart.scss */
.background {
  background-repeat: no-repeat;
  /* custom background-position */
  background-position: 50% 50%;
  /* ie8- graceful degradation */
  background-position: 50% 50% 9 !important; }

/* line 507, _shopping-cart.scss */
.content-b {
  text-align: center;
  max-width: 70vw;
  color: white; }
  /* line 511, _shopping-cart.scss */
  .content-b h3 {
    font-size: 37px;
    font-weight: bold; }
  /* line 515, _shopping-cart.scss */
  .content-b p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0; }
    /* line 520, _shopping-cart.scss */
    .content-b p a {
      text-decoration: none;
      color: #ffef00; }
  /* line 525, _shopping-cart.scss */
  .content-b .bigger {
    font-size: 42px;
    margin: 10px;
    font-weight: bold; }

/* line 532, _shopping-cart.scss */
.page-inner {
  background-color: transparent; }

/* line 535, _shopping-cart.scss */
.about1 {
  min-height: 555px; }

/* line 539, _shopping-cart.scss */
.currentchar {
  color: #f42434;
  background-color: #e6e6e6;
  font-weight: bold; }

/* line 546, _shopping-cart.scss */
.athlet {
  max-width: 1180px;
  margin-top: 40px; }

/* line 551, _shopping-cart.scss */
.athlet-name {
  font-size: 65px;
  font-weight: 100;
  margin-bottom: 30px; }

/* line 557, _shopping-cart.scss */
.athlet-info {
  max-width: 760px; }
  /* line 559, _shopping-cart.scss */
  .athlet-info .product-gallery {
    margin: 0 30px 0px 0;
    max-width: 300px;
    padding: 0; }
  /* line 565, _shopping-cart.scss */
  .athlet-info .athlet-description strong {
    font-size: 18px; }
  /* line 568, _shopping-cart.scss */
  .athlet-info .athlet-description p {
    margin: 0;
    padding-right: 10px; }
    /* line 571, _shopping-cart.scss */
    .athlet-info .athlet-description p span {
      font-size: 18px;
      line-height: 25px; }
  /* line 576, _shopping-cart.scss */
  .athlet-info .athlet-description p:nth-child(2n) {
    margin: 0 0 25px 0; }
  /* line 579, _shopping-cart.scss */
  .athlet-info .athlet-description p:nth-child(odd) {
    margin: 0 0 10px 0; }

/* line 584, _shopping-cart.scss */
.athlet-img {
  max-width: 300px;
  max-height: 300px; }

/* line 589, _shopping-cart.scss */
.product-link-athlet {
  font-size: 21px;
  text-decoration: none;
  color: black; }
  /* line 593, _shopping-cart.scss */
  .product-link-athlet:hover {
    color: #ed1e24; }

/* line 598, _shopping-cart.scss */
.statistics {
  max-width: 362px;
  background-color: #f7f7f7;
  padding: 36px 18px;
  font-size: 18px; }
  /* line 603, _shopping-cart.scss */
  .statistics ul {
    margin: 0 0 10px 0;
    padding: 0 0 0 19px; }
  /* line 607, _shopping-cart.scss */
  .statistics p {
    margin: 0 0 10px 0; }

/* line 614, _shopping-cart.scss */
.product-photo-athlet a img {
  max-width: 262px;
  display: block;
  margin: auto; }

/* line 621, _shopping-cart.scss */
.flexolet {
  display: flex;
  justify-content: space-between; }

@media screen and (max-width: 1240px) {
  /* line 627, _shopping-cart.scss */
  .athlet {
    padding: 0 30px; }

  /* line 630, _shopping-cart.scss */
  .flexolet {
    justify-content: center; } }
@media screen and (max-width: 1235px) {
  /* line 637, _shopping-cart.scss */
  .breadcrumb-wrapper {
    padding: 10px 20px; }

  /* line 640, _shopping-cart.scss */
  .header-container {
    padding: 0 20px; }

  /* line 643, _shopping-cart.scss */
  .product-caption {
    margin: 0 auto;
    clear: both;
    display: block;
    float: none;
    max-width: 770px; }

  /* line 650, _shopping-cart.scss */
  .gallery-thumbs-wrapper {
    margin: -40px auto 0 auto; }

  /* line 653, _shopping-cart.scss */
  .buy {
    width: 80%; }

  /* line 656, _shopping-cart.scss */
  .product-order-variant {
    width: 100%; }

  /* line 659, _shopping-cart.scss */
  .product-description {
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
    display: block;
    clear: both;
    float: none;
    font-size: 17px;
    line-height: 27px; }

  /* line 669, _shopping-cart.scss */
  .product-control.on-page {
    max-width: 100%; }

  /* line 672, _shopping-cart.scss */
  .misc-links a div {
    margin-right: 0; }

  /* line 675, _shopping-cart.scss */
  .misc-links {
    max-width: 770px;
    margin: 0 auto;
    float: none;
    padding: 0 10px; }

  /* line 681, _shopping-cart.scss */
  .misc-links a div {
    width: 100px;
    height: 100px; }

  /* line 685, _shopping-cart.scss */
  .misc-links a div .imger {
    height: 64px; }

  /* line 688, _shopping-cart.scss */
  .footer .container {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 692, _shopping-cart.scss */
  .page-inner .choicehelpers .choices a div:hover {
    background-size: cover; }

  /* line 696, _shopping-cart.scss */
  .underfooter .createdby {
    float: none;
    text-align: center;
    margin-top: -30px; }

  /* line 702, _shopping-cart.scss */
  .product-gallery {
    float: none;
    margin: 0 auto; }

  /* line 707, _shopping-cart.scss */
  .athlet-info .product-gallery {
    float: left; }

  /* line 711, _shopping-cart.scss */
  .product-gallery {
    float: none;
    margin: 0 auto; }

  /* line 715, _shopping-cart.scss */
  .athlet {
    margin-top: 0; } }
@media screen and (max-width: 1000px) {
  /* line 721, _shopping-cart.scss */
  .shopping-cart {
    justify-content: center;
    padding: 0 25px; }
    /* line 724, _shopping-cart.scss */
    .shopping-cart .cart-item {
      margin-right: 15px;
      width: 450px; }
    /* line 728, _shopping-cart.scss */
    .shopping-cart .cart-control {
      width: auto;
      margin-left: 15px; }

  /* line 733, _shopping-cart.scss */
  .cartitle {
    padding: 0 30px; }

  /* line 738, _shopping-cart.scss */
  .preview_goods .container .flexoview {
    justify-content: center;
    flex-wrap: wrap; }
    /* line 742, _shopping-cart.scss */
    .preview_goods .container .flexoview a div {
      width: 330px; }

  /* line 749, _shopping-cart.scss */
  .choicehelpers .choices {
    width: 350px;
    justify-content: center;
    padding: 0 20px; }
    /* line 754, _shopping-cart.scss */
    .choicehelpers .choices a div {
      margin-top: 20px;
      width: 500px;
      max-width: none; }
      /* line 758, _shopping-cart.scss */
      .choicehelpers .choices a div p {
        top: calc( 50% - 17px);
        text-align: center;
        margin-left: 0; }

  /* line 769, _shopping-cart.scss */
  .athlets a .innerwrapper {
    width: 242px; }
    /* line 772, _shopping-cart.scss */
    .athlets a .innerwrapper p {
      letter-spacing: 0;
      box-shadow: none; }

  /* line 779, _shopping-cart.scss */
  .flexolet {
    flex-direction: column; }

  /* line 782, _shopping-cart.scss */
  .athlet-info {
    max-width: none; }
    /* line 784, _shopping-cart.scss */
    .athlet-info .product-gallery {
      max-height: 340px; }

  /* line 788, _shopping-cart.scss */
  .statistics {
    max-width: none;
    text-align: center;
    font-size: 20px; }
    /* line 792, _shopping-cart.scss */
    .statistics img {
      max-width: 300px; }
    /* line 795, _shopping-cart.scss */
    .statistics ul {
      list-style: none; } }
@media screen and (max-width: 830px) {
  /*.page-wrapper{
    max-height: 90vh;
  }*/
  /* line 805, _shopping-cart.scss */
  .breadcrumb-wrapper {
    padding: 10px 20px; }

  /* line 808, _shopping-cart.scss */
  .top-toolbar {
    display: block; }
    /* line 810, _shopping-cart.scss */
    .top-toolbar .logo_mobile {
      position: absolute; }
      /* line 812, _shopping-cart.scss */
      .top-toolbar .logo_mobile img {
        width: 170px;
        margin-top: 5px; }

  /* line 818, _shopping-cart.scss */
  .shopcart-toolbar {
    position: absolute;
    right: 15px; }
    /* line 821, _shopping-cart.scss */
    .shopcart-toolbar .shopcart-link {
      height: auto; }

  /* line 825, _shopping-cart.scss */
  .top-header, .main-header {
    display: none !important; }

  /* line 828, _shopping-cart.scss */
  .shopping-cart {
    flex-direction: column; }
    /* line 830, _shopping-cart.scss */
    .shopping-cart .cart-list {
      width: auto; }
    /* line 833, _shopping-cart.scss */
    .shopping-cart .cart-item {
      width: auto;
      padding-left: 30%; }
      /* line 836, _shopping-cart.scss */
      .shopping-cart .cart-item .item-counter {
        margin-top: 40px; }
      /* line 839, _shopping-cart.scss */
      .shopping-cart .cart-item .item-caption {
        flex-basis: 50%;
        padding-top: 24px; }
      /* line 843, _shopping-cart.scss */
      .shopping-cart .cart-item .item-counter {
        margin-top: 40px; }
      /* line 846, _shopping-cart.scss */
      .shopping-cart .cart-item .item-total {
        margin-top: 45px; }
    /* line 850, _shopping-cart.scss */
    .shopping-cart .item-image-wrapper {
      width: 120px; }
    /* line 853, _shopping-cart.scss */
    .shopping-cart .item-image-inner {
      margin-top: 10px; }

  /* line 857, _shopping-cart.scss */
  .cart-footer {
    margin-top: 30px;
    width: auto; }
    /* line 860, _shopping-cart.scss */
    .cart-footer .guaranimage {
      margin: 25px auto;
      display: block; } }
@media screen and (max-width: 800px) {
  /* line 868, _shopping-cart.scss */
  .product-container {
    padding-bottom: 40px;
    max-width: 550px; }

  /* line 872, _shopping-cart.scss */
  .product-gallery {
    float: none;
    max-width: 550px;
    margin: 0 auto; }

  /* line 877, _shopping-cart.scss */
  .product-caption {
    max-width: 550px;
    float: none;
    margin: 0 auto 0 auto; }

  /* line 882, _shopping-cart.scss */
  .buy {
    width: 80%; }

  /* line 885, _shopping-cart.scss */
  .product-order-variant {
    width: 100%; }

  /* line 888, _shopping-cart.scss */
  .product-description {
    max-width: 550px;
    float: none;
    margin: 0 auto; }

  /* line 893, _shopping-cart.scss */
  .product-control.on-page {
    max-width: none; }

  /* line 896, _shopping-cart.scss */
  .misc-links a div {
    margin-right: 0; }

  /* line 899, _shopping-cart.scss */
  .misc-links {
    max-width: 550px;
    float: none;
    margin: 0 auto; }

  /* line 904, _shopping-cart.scss */
  .misc-links a div {
    width: 100px;
    height: 100px; }

  /* line 908, _shopping-cart.scss */
  .misc-links a div .imger {
    height: 64px; }

  /* line 911, _shopping-cart.scss */
  .description-table {
    flex-direction: column;
    margin: 0 auto; }
    /* line 914, _shopping-cart.scss */
    .description-table div {
      width: 100%;
      border-bottom: 1px solid #ACACAC;
      border-left: none;
      max-width: none; }

  /* line 923, _shopping-cart.scss */
  .footer .joinus form {
    margin-bottom: 15px;
    float: none; }
  /* line 930, _shopping-cart.scss */
  .footer .joinus .righto {
    margin: 0 auto; }
  /* line 935, _shopping-cart.scss */
  .footer .joinus .lefto p {
    float: none;
    text-align: center; }
  /* line 941, _shopping-cart.scss */
  .footer .container {
    padding-left: 20px;
    padding-right: 20px; }
    /* line 944, _shopping-cart.scss */
    .footer .container .row {
      max-width: 550px;
      flex-wrap: wrap; }
      /* line 947, _shopping-cart.scss */
      .footer .container .row .col-md-3 {
        width: 50%;
        margin-bottom: 20px;
        padding-left: 50px; }

  /* line 957, _shopping-cart.scss */
  .product-gallery .gallery-main-wrapper {
    height: auto; }
    /* line 960, _shopping-cart.scss */
    .product-gallery .gallery-main-wrapper .gallery-main .slide-inner {
      width: 100%; } }
@media screen and (max-width: 700px) {
  /* line 969, _shopping-cart.scss */
  .statistics {
    font-size: 18px;
    text-align: left; }
    /* line 972, _shopping-cart.scss */
    .statistics ul {
      list-style-type: inherit; } }
@media screen and (max-width: 600px) {
  /* line 979, _shopping-cart.scss */
  .main-banner div .fast-link {
    margin: 15px auto; }

  /* line 982, _shopping-cart.scss */
  .product-gallery {
    max-width: 400px; }
    /* line 988, _shopping-cart.scss */
    .product-gallery .gallery-main-wrapper .gallery-main .swiper-wrapper .swiper-slide .slide-inner {
      width: 400px; }
      /* line 990, _shopping-cart.scss */
      .product-gallery .gallery-main-wrapper .gallery-main .swiper-wrapper .swiper-slide .slide-inner a {
        left: 0;
        top: 20px;
        right: 0;
        object-fit: contain; }
        /* line 995, _shopping-cart.scss */
        .product-gallery .gallery-main-wrapper .gallery-main .swiper-wrapper .swiper-slide .slide-inner a img {
          height: auto;
          max-height: 415px;
          max-width: 100%; }

  /* line 1008, _shopping-cart.scss */
  .footer .container {
    padding-left: 20px;
    padding-right: 20px; }
    /* line 1011, _shopping-cart.scss */
    .footer .container .row {
      max-width: 550px;
      flex-wrap: wrap;
      flex-direction: column; }
      /* line 1015, _shopping-cart.scss */
      .footer .container .row .col-md-3 {
        width: 100%;
        margin-bottom: 20px;
        padding-left: 20px; }

  /* line 1024, _shopping-cart.scss */
  .shopping-cart .cart-item {
    width: auto;
    flex-direction: column;
    padding-left: 0; }
    /* line 1028, _shopping-cart.scss */
    .shopping-cart .cart-item .item-counter {
      margin: 35px auto 0 40%;
      align-self: auto; }
      /* line 1032, _shopping-cart.scss */
      .shopping-cart .cart-item .item-counter .counter input {
        width: 60px;
        height: 50px;
        font-size: 20px; }
    /* line 1039, _shopping-cart.scss */
    .shopping-cart .cart-item .item-caption {
      align-self: center;
      padding-top: 35px;
      margin: 0 auto 0 40%;
      text-align: left; }
      /* line 1044, _shopping-cart.scss */
      .shopping-cart .cart-item .item-caption .item-title {
        margin-bottom: 5px; }
        /* line 1046, _shopping-cart.scss */
        .shopping-cart .cart-item .item-caption .item-title a {
          font-size: 30px; }
      /* line 1050, _shopping-cart.scss */
      .shopping-cart .cart-item .item-caption .botter {
        margin-top: 33px; }
        /* line 1052, _shopping-cart.scss */
        .shopping-cart .cart-item .item-caption .botter span {
          font-size: 15px;
          padding: 8px 25px;
          font-weight: 100;
          background-color: #ff6868;
          color: white; }
    /* line 1061, _shopping-cart.scss */
    .shopping-cart .cart-item .item-total {
      font-size: 30px;
      align-self: auto; }
  /* line 1066, _shopping-cart.scss */
  .shopping-cart .item-image-wrapper {
    height: 200px;
    width: 30%;
    top: 40px; }
    /* line 1070, _shopping-cart.scss */
    .shopping-cart .item-image-wrapper .item-image-inner {
      padding-top: 200px; }

  /* line 1075, _shopping-cart.scss */
  .total-summ {
    line-height: 30px; }
    /* line 1077, _shopping-cart.scss */
    .total-summ p {
      font-size: 25px; }

  /* line 1083, _shopping-cart.scss */
  .calculate tr td {
    font-size: 20px; }
  /* line 1088, _shopping-cart.scss */
  .calculate .total td {
    font-size: 25px; }

  /* line 1093, _shopping-cart.scss */
  .choicehelpers .choices {
    width: 300px;
    padding: 0 10px; }
    /* line 1097, _shopping-cart.scss */
    .choicehelpers .choices a div {
      margin-top: 20px;
      width: 300px;
      max-width: none; }
      /* line 1101, _shopping-cart.scss */
      .choicehelpers .choices a div p {
        top: calc( 50% - 17px);
        text-align: center; }

  /* line 1108, _shopping-cart.scss */
  .athlets {
    padding: 0 10px; }

  /* line 1112, _shopping-cart.scss */
  .athlet-info .product-gallery {
    margin: 0 auto 30px auto;
    float: none;
    max-width: none;
    max-height: none;
    min-height: 0;
    height: inherit; }
    /* line 1119, _shopping-cart.scss */
    .athlet-info .product-gallery img {
      max-width: none;
      max-height: none;
      width: 100%; } }
@media screen and (max-width: 500px) {
  /* line 1129, _shopping-cart.scss */
  .misc-links {
    flex-direction: column; }
    /* line 1132, _shopping-cart.scss */
    .misc-links a div {
      width: 100%;
      margin-bottom: 10px; }
      /* line 1135, _shopping-cart.scss */
      .misc-links a div span {
        font-size: 15px; }

  /* line 1142, _shopping-cart.scss */
  .gallery-main .img {
    width: auto; }
  /* line 1145, _shopping-cart.scss */
  .gallery-main .slide-inner {
    width: 400px; }
  /* line 1148, _shopping-cart.scss */
  .gallery-main .swiper-slide {
    width: 400px;
    margin-right: 10px; }

  /* line 1154, _shopping-cart.scss */
  .footer .joinus form input {
    width: 49%; } }
@media screen and (max-width: 450px) {
  /* line 1162, _shopping-cart.scss */
  .product-card {
    min-width: 260px; }

  /* line 1165, _shopping-cart.scss */
  .product {
    padding: 2px; }

  /* line 1174, _shopping-cart.scss */
  .product-gallery .gallery-main-wrapper .gallery-main .swiper-wrapper .swiper-slide .slide-inner {
    width: 290px;
    margin: 0 auto 0 calc( 50vw - 165px); }

  /* line 1184, _shopping-cart.scss */
  .statistics img {
    max-width: 100%; }

  /* line 1188, _shopping-cart.scss */
  .athlet {
    padding: 10px; }

  /* line 1191, _shopping-cart.scss */
  .misc-links {
    max-width: 100%; } }
/* line 1196, _shopping-cart.scss */
.confirm {
  background-color: #96b7c6 !important; }

/* line 1200, _shopping-cart.scss */
.confirm:hover {
  background-color: #9cc6d9 !important; }

/* line 1204, _shopping-cart.scss */
.confirm:active {
  background-color: #9cc6d9 !important; }

/* line 1208, _shopping-cart.scss */
.confirm:visited {
  background-color: #96b7c6 !important; }
body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  font-family: Roboto, sans-serif !important;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 10px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }










