@charset "utf-8";
/* CSS Document */
/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}
@-webkit-keyframes rotate-in-center {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotate-in-center {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.rotate-in-center:hover {
	-webkit-animation: rotate-in-center 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: rotate-in-center 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.wobble-hor-bottom:hover {
	-webkit-animation: wobble-hor-bottom 0.8s both;
	        animation: wobble-hor-bottom 0.8s both;
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
    -webkit-box-shadow: 0px 14px 24px rgba(0, 47, 49, 0.06);
    -moz-box-shadow: 0px 14px 24px rgba(0, 47, 49, 0.06);
    box-shadow: 0px 14px 24px rgba(0, 47, 49, 0.06);
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	max-width:1240px;
}
.container2 {
    width: 100%;
    padding:0;
    margin-right: auto;
    margin-left: auto;
	max-width:1400px;
}
.offers {
    background:#333;
}
.offers, .offers_into {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	display:none;
}
.offers:before, .offers:after {
    content: "";
    display: table;
}
.offers_into {
    width: 1170px;
}
.offers_into:before, .offers_into:after {
    content: " ";
    display: table;
}
.offers_into:after {
   clear:both;	
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.contact_sfz, .left, .right {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
/*product_index */
.sts {
    justify-content: space-between;
}
.sts-container {
    display: flex;
    justify-content: space-between;
}
.infs {
    padding-left: 1.6em;
    padding-right: 0.5em;
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    line-height: 1.3em;
}
.infs .title {
    color: #fff;
    display: block;
    clear: both;
    position: relative;
	font-family: 'OpenSans-Regular', sans-serif;
}
.infs .title::after {
    content: "";
    width: 1em;
    height: 1em;
    left: -1.6em;
    top: 0.1em;
    position: absolute;
    background-image: url(pics/newspaper-regular.svg);
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: center center;
}
.infs .txt {
    color: rgba(244,244,244,0.7);
    display: block;
    clear: both;
	font-family: 'OpenSans-Regular', sans-serif;
}

.bigad {
 position:relative;
 display:block;margin:auto; 
 padding:20px 0;
 width:100%;
}
.bigad .bigad_sm {
 position:relative;
 display:block;margin:auto;
 width:100%;
 max-width:728px; 
}
.bigad .bigad_sm img {
 width:100%;
 display:block;margin:auto;
}

.yearly {
 position:relative;
 display:block;margin:auto; 
 padding:20px 0;
 width:100%;
 background: #fff;
}
.yearly.light {
 margin-top:-20px;
}
@media all and (max-width:480px) {
.yearly.light {
 margin-top:0px;
}
}
.yearly.dark {
 background: #fff;
 padding:0;
}
.yearly .yearly_sm {
 position:relative;
 display:block;margin:auto;
 width:100%;
 border-radius:4px;
 padding-left:15px;
 padding-right:15px;
}
.yearly .yearly_sm.bigwidth {
max-width:2000px!important;
}
.yearly .yearly_sm::after {
  content: "";
  clear: both;
  display: table;
}
.yearly .yearly_sm .medpromo {
 position:relative;
 vertical-align:top;
 width:100%;
  #background:#fff;
  display:block;
  margin:auto;
}
.yearly .yearly_sm .medpromo.dark {
  background:#E7453D;
}
.yearly .yearly_sm .medpromo h3 {
	font-family: 'AstyCFStd-Medium';
	color: #4A4A5A;
	font-weight:normal;
	text-align:center;
	line-height:1.4;
	font-weight:600;
	display:none;
}
.yearly .yearly_sm .medpromo.dark h3 {
  color: #fff;
  font-family: 'AstyCFStd-Medium';
}
.yearly .yearly_sm .medpromo.dark .big {
  display:block;
  margin:5px auto;
}
.yearly .yearly_sm .medpromo.dark a {
	font-family: 'OpenSans-Regular', sans-serif;
	background-color: #333;
    border: solid 1px #333;
    color: #fff;
	text-decoration:none;
	margin:auto;
	display:inline-block;
	text-align:center;
		-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-border-radius: 36px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 36px;
    -moz-background-clip: padding;
    border-radius: 36px;
    background-clip: padding-box;
    transition: color 0.3s ease, opacity 0.3s ease, border 0.3s ease, background 0.3s ease, box-shadow 0.25s ease-in-out;
}
.yearly .yearly_sm .medpromo.dark a:hover{
	background-color: #f0f0f0;
	color: #333;
}
.yearly .yearly_sm .smallad {
 position:relative;
 width:100%;
}
.yearly .yearly_sm .smallad img{
 position:relative;
 display:block;
 margin:auto;
 width:100%;
 max-width:300px;
  vertical-align:middle;
}
.yearly .yearly_sm .medpromo .tools .M_small_box {
    font-family: 'OpenSans-Regular', sans-serif;
	position:relative;
    width: 100%;
	padding:20px;
	border-radius:4px;
	display:block;
	cursor:pointer;
	  background-image: url("data/res.jpg");
	 border:solid 1px #EDA514;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .benefit {
    display:none;
}
.yearly .yearly_sm .medpromo .tools .tools_b .M_small_box .discount {
    font-family: 'OpenSans-Regular', sans-serif;
    background-color: #E7453D;
	color:#fff;
	position:absolute;
	padding:6px;
	border-radius:50%;
	display:none;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts {
    display:block;
	position:relative;
	margin:5px auto;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .number {
    font-family: 'OpenSans-Regular', sans-serif;
	font-weight:600;
	letter-spacing:.5;
	display:block;
	margin:auto auto 10px auto;
	text-align:center;
	color:#333;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .pricebox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .oldprice  {
	font-family: 'OpenSans-Regular', sans-serif;
	width: fit-content;
	color:#999;
    margin-right:5px;
	text-align:center;
	white-space: nowrap;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .oldprice {
    background-color: transparent;
    background-image: gradient(linear, 19.1% -7.9%, 81% 107.9%, color-stop(0, transparent), color-stop(.48, transparent), color-stop(.5, #000), color-stop(.52, transparent), color-stop(1, transparent));
    background-image: repeating-linear-gradient(163deg, transparent 0%, transparent 48%, #d51317 50%, transparent 52%, transparent 100%);
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .price {
    font-family: 'OpenSans-Regular', sans-serif;
	font-weight:normal;
	text-align:left;
    margin:0!important;
	color:#282e78;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .months {
    font-family: 'OpenSans-Regular', sans-serif;
	color:#f1f1f1;
	text-align:center;
}

.yearly .yearly_sm .medpromo .tools form {
    display: inline-block;
    margin: 0;
    width: 100%;
}
.yearly .yearly_sm .medpromo .tools .fabutton {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background-color: #fcb813;
	border: solid 1px #fcb813!important;
    padding: 10px;
	border-radius:5px;
    cursor: pointer;
    display:block;
	border:none;
	color:#333;
}
.yearly .yearly_sm .medpromo .tools .fabutton i {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    #background-color: #EDA514;
    padding:0px;
    color: #333;
	#border-radius:50%;
    margin: 0;
    line-height: 1rem;
	margin-right:5px;
	color:#333;
}
.yearly .yearly_sm .medpromo .tools .fabutton:hover {
   background-color: #fff;
   border: solid 1px #fcb813;
   color:#333;
}
.yearly .yearly_sm .medpromo .tools .fabutton::after {
    content: "";
    clear: both;
    display: table;
}
.yearly .yearly_sm .medpromo .tools .fabutton span {
    padding: 10px 10px;
    float: right;
	font-family: 'OpenSans-Regular', sans-serif;
}
.yearly .yearly_sm .medpromo.dark .adbg {
    background: url(data/add3.png);
    background-size: 100%;
    background-repeat: no-repeat;
	display:none;
}
.yearly .yearly_sm .ad33 {
 position:relative;
 width:100%;
}
.yearly .yearly_sm .ad33 img{
 position:relative;
 display:block;
 margin:auto;
 width:100%;
 max-width:250px;
  vertical-align:middle;
}
.yearly .yearly_sm .medpromo .figcontainer {
    width: 100%;
    height: 714px;
    display: block;
    margin: 0 auto;
    background: #transparent;
}
.yearly .yearly_sm .medpromo .figcontainer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media all and (min-width: 1401px) { 
.yearly .yearly_sm .medpromo .figcontainer {
    height: 712px;
}
}
@media all and (min-width: 1201px) and (max-width:1400px) { 
.yearly .yearly_sm .medpromo .figcontainer {
    height: 505px;
}
}
@media all and (min-width: 1200px) and (max-width:1399px) { 
.yearly .yearly_sm .medpromo .figcontainer {
    height: 475px;
}
}
@media all and (min-width: 1024px) and (max-width:1199px) { 
.yearly .yearly_sm .medpromo .figcontainer {
    height: 390px;
}
}
@media all and (min-width: 768px) and (max-width:1023px) { 
.yearly .yearly_sm .medpromo .figcontainer {
    height: 300px;
}
}
@media all and (min-width: 600px) and (max-width:767px) { 
.yearly .yearly_sm .medpromo .figcontainer {
    height: 220px;
}
}
@media all and (min-width: 450px) and (max-width:599px) { 
.yearly .yearly_sm .medpromo .figcontainer {
    height: 180px;
}
}
@media all and (max-width:449px) { 
.yearly .yearly_sm .medpromo .figcontainer {
    height: 150px;
}
}

@media all and (min-width: 1400px) {

.infs .title {
    font-size:1em;
}
.infs .txt {
    font-size: .9em;
}
.yearly .yearly_sm {
  #width:95%;
  max-width: 1400px;
}
.yearly .yearly_sm .medpromo {
	 -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.yearly .yearly_sm .smallad {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.yearly .yearly_sm .medpromo h3 {
	font-size:2em;
	margin:0;
	width:100%;
	padding:20px 40px 10px 40px;
}
.yearly .yearly_sm .medpromo.dark h3 {
	font-size:1.5em;
	padding:80px 40px 10px 40px;
}
.yearly .yearly_sm .medpromo.dark .big {
	font-size:33px;
}
.yearly .yearly_sm .medpromo .tools {
    display: block;
    margin: auto;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    font-size: 1em;
    line-height: 1.25em;
    margin: 10px 0px;
}
.yearly .yearly_sm .medpromo .tools .toolsck{
    max-width:1100px;
	display:block;
	margin:auto;
}
.yearly .yearly_sm .medpromo.dark .tools {
    max-width:1100px;
	display:block;
	margin:auto;
}

.yearly .yearly_sm .medpromo .tools .tools_b {
    display: inline-block;
    margin: 15px .5%;
    width: 23.5%;
}
.yearly .yearly_sm .medpromo .tools .M_small_box {
    #max-width:130px;
	#height:180px;
	margin:0;
}
.yearly .yearly_sm .medpromo .tools .tools_b .M_small_box .discount {
    font-size: .9em;
	width:40px;
	height:40px;
	top:-5px;
	right:-5px;
}
.yearly .yearly_sm .medpromo .tools .tools_b .M_small_box .discount span{
    margin:3px auto auto auto;
	display:block;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .number {
    font-size:1.15em;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .months {
    font-size:.9em;
	margin:5px auto;
	padding:8px 0;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .price {
    font-size: 1.15em;
	margin:5px auto;
	padding:0;
}
.yearly .yearly_sm .medpromo .tools .toolsck{
    max-width:680px;
	display:block;
	margin:auto;
}
.yearly .yearly_sm .medpromo .tools .toolsck .tools_b {
    display: inline-block;
    margin: 15px .5%;
    width: 48.5%;
}
.yearly .yearly_sm .medpromo.dark .adbg {
    height: 200px;
    width: 200px;
    margin: auto;
    position:absolute;
	right:5px;
	top:10px;
}
.yearly .yearly_sm .medpromo .tools .fabutton {
    width: 100%;
	margin:8px auto 0 auto;
}
.yearly .yearly_sm .medpromo .tools .fabutton i {
   font-size:1em;
}
.yearly .yearly_sm .medpromo .tools .price {
    display: inline-block;
    margin: 0;
    font-size: 15px;
    padding: 11px;
    width: 100px;
}
.yearly .yearly_sm .medpromo.dark .tools .tools_b {
    width: 48.5%;
	display:inline-block;
	margin:10px .5%;
}
.yearly .yearly_sm .medpromo.dark h3 {
    margin:0;
}
.yearly .yearly_sm .medpromo.dark a {
	margin-top:15px;
	width:35%;
	display:block;
	padding: 8px 12px;
	font-size: .85em;
	margin:0 auto;
}
.yearly .yearly_sm .ad33 {
 -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

}

@media all and (min-width: 1200px) and (max-width: 1399px) {

.infs .title {
    font-size:1em;
}
.infs .txt {
    font-size: .9em;
}	
.yearly .yearly_sm {
  max-width: 1400px;
  #width:95%;
}
.yearly .yearly_sm .medpromo {
 -ms-flex: 0 0 100%;
    flex: 0 0 100;
    max-width:100%;
}
.yearly .yearly_sm .smallad {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.yearly .yearly_sm .medpromo h3 {
	font-size:2em;
	margin:0;
	width:100%;
	padding:10px 40px 10px 40px;
}
.yearly .yearly_sm .medpromo.dark h3 {
	font-size:1.5em;
	padding:80px 40px 10px 40px;
}
.yearly .yearly_sm .medpromo.dark .big {
	font-size:33px;
}
.yearly .yearly_sm .medpromo .tools {
    display: block;
    margin: auto;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    font-size: 1em;
    line-height: 1.25em;
    margin: 10px 0px;
}
.yearly .yearly_sm .medpromo.dark .tools {
    max-width:975px;
	display:block;
	margin:auto;
}
.yearly .yearly_sm .medpromo .tools .tools_b {
    display: inline-block;
    margin: 15px .5%;
    width: 23.5%;
}
.yearly .yearly_sm .medpromo .tools .M_small_box {
    #max-width:130px;
	#height:180px;
	margin:0 auto 8px auto;
}
.yearly .yearly_sm .medpromo .tools .tools_b .M_small_box .discount {
    font-size: .9em;
	width:40px;
	height:40px;
	top:-5px;
	right:-5px;
}
.yearly .yearly_sm .medpromo .tools .tools_b .M_small_box .discount span{
    margin:3px auto auto auto;
	display:block;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .number {
    font-size:1.1em;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .months {
    font-size:.9em;
	margin:5px auto;
	padding:8px 0;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .price {
    font-size: 1.15em;
	margin:5px auto;
	padding:0;
}
.yearly .yearly_sm .medpromo .tools form {
    margin: 0 .8% 0 0;
}
.yearly .yearly_sm .medpromo .tools .fabutton {
    width:auto; 
	margin:8px auto 0 auto;
}
.yearly .yearly_sm .medpromo .tools .fabutton i {
   font-size:1em;
}
.yearly .yearly_sm .medpromo.dark .adbg {
    height: 200px;
    width: 200px;
    margin: auto;
    position:absolute;
	right:5px;
	top:10px;
}
.yearly .yearly_sm .medpromo.dark .tools .tools_b {
    width: 48.5%;
	display:inline-block;
	margin:10px .5%;
}
.yearly .yearly_sm .medpromo .tools .toolsck{
    max-width:680px;
	display:block;
	margin:auto;
}
.yearly .yearly_sm .medpromo .tools .toolsck .tools_b {
    display: inline-block;
    margin: 15px .5%;
    width: 48.5%;
}
.yearly .yearly_sm .medpromo.dark h3 {
    margin:0;
}
.yearly .yearly_sm .medpromo.dark a {
	margin-top:15px;
	width:35%;
	display:block;
	padding: 8px 12px;
	font-size: .85em;
	margin:0 auto;
}
.yearly .yearly_sm .ad33 {
 -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

}

@media all and (min-width: 1024px) and (max-width: 1199px) {

.offers_into {
    width: 970px;
}
.infs .title {
    font-size:1em;
}
.infs .txt {
    font-size: .9em;
}
.yearly .yearly_sm {
  max-width:1400px;
  #width: 95%;
}
.yearly .yearly_sm .medpromo {
 -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.yearly .yearly_sm .smallad {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.yearly .yearly_sm .medpromo h3 {
	font-size:1.85em;
	margin:0;
	width:100%;
	padding:10px 40px 10px 40px;
}
.yearly .yearly_sm .medpromo.dark h3 {
	font-size:1.5em;
	padding:80px 40px 10px 40px;
}
.yearly .yearly_sm .medpromo.dark .big {
	font-size:33px;
}
.yearly .yearly_sm .medpromo .tools {
    display: block;
    margin: auto;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    font-size: 1em;
    line-height: 1.25em;
    margin: 10px 0px;
}
.yearly .yearly_sm .medpromo .tools .tools_b {
    display: inline-block;
    margin: 15px .5%;
    width: 23.5%;
}
.yearly .yearly_sm .medpromo .tools .M_small_box {
	margin:8px auto;
}
.yearly .yearly_sm .medpromo .tools .tools_b .M_small_box .discount {
    font-size: .9em;
	width:40px;
	height:40px;
	top:-5px;
	right:-5px;
}
.yearly .yearly_sm .medpromo .tools .tools_b .M_small_box .discount span{
    margin:3px auto auto auto;
	display:block;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .number {
    font-size:1.1em;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .months {
    font-size:.9em;
	margin:5px auto;
	padding:8px 0;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .price {
    font-size: 1em;
	margin:5px auto;
	padding:0;
}
.yearly .yearly_sm .medpromo .tools .fabutton i {
   font-size:1em;
}
.yearly .yearly_sm .medpromo .tools form {
    margin: 0 .8% 0 0;
}
.yearly .yearly_sm .medpromo .tools .fabutton {
    font-size: .9em;
    width: 100%;
	margin-top:6px;
}
.yearly .yearly_sm .medpromo.dark .adbg {
    height: 120px;
    width: 120px;
    margin: auto;
    position:absolute;
	right:5px;
	top:10px;
	display:none;
}
.yearly .yearly_sm .medpromo.dark .tools .tools_b {
    width: 48.5%;
	display:inline-block;
	margin:10px .5%;
}
.yearly .yearly_sm .medpromo .tools .toolsck{
    max-width:680px;
	display:block;
	margin:auto;
}
.yearly .yearly_sm .medpromo .tools .toolsck .tools_b {
    display: inline-block;
    margin: 15px .5%;
    width: 48.5%;
}
.yearly .yearly_sm .medpromo.dark h3 {
    margin:0;
}
.yearly .yearly_sm .medpromo.dark a {
	margin-top:15px;
	width:35%;
	display:block;
	padding: 8px 12px;
	font-size: .85em;
	margin:0 auto;
}
.yearly .yearly_sm .ad33 {
 -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}	

}

@media all and (min-width: 768px) and (max-width: 1023px) {

.offers_into {
    width: 750px;
}
.infs .title {
    font-size:.9em;
}
.infs .txt {
    font-size: .85em;
}
.yearly .yearly_sm {
  #width: 750px;
}
.yearly .yearly_sm .smallad {
    margin-top:12px;
}
.yearly .yearly_sm .medpromo h3 {
	font-size:1.75em;
	margin:0;
	width:100%;
	padding:10px 20px 10px 20px;
}
.yearly .yearly_sm .medpromo.dark h3 {
	font-size:1.5em;
}
.yearly .yearly_sm .medpromo.dark .big {
	font-size:33px;
}
.yearly .yearly_sm .medpromo .tools {
    display: block;
    margin: auto;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    font-size: 1em;
    line-height: 1.25em;
    margin: 10px 0px;
}
.yearly .yearly_sm .medpromo .tools .tools_b {
    display: inline-block;
    margin: 15px .5%;
    width: 31.5%;
}
.yearly .yearly_sm .medpromo .tools .M_small_box {
	margin:0 auto 8px auto;
}
.yearly .yearly_sm .medpromo .tools .tools_b .M_small_box .discount {
    font-size: .9em;
	width:40px;
	height:40px;
	top:-5px;
	right:-5px;
}
.yearly .yearly_sm .medpromo .tools .tools_b .M_small_box .discount span{
    margin:3px auto auto auto;
	display:block;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .number {
    font-size:1.1em;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .months {
    font-size:.9em;
	margin:5px auto;
	padding:8px 0;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .price {
    font-size: 1em;
	margin:5px auto;
	padding:0;
}
.yearly .yearly_sm .medpromo .tools .fabutton i {
   font-size:1em;
}
.yearly .yearly_sm .medpromo.dark {
	padding:10px 0;
}
.yearly .yearly_sm .medpromo .tools form {
    margin: 0 .8% 0 0;
}
.yearly .yearly_sm .medpromo .tools .fabutton {
    font-size: .9em;
    width: 100%;
	margin-top:7px;
}
.yearly .yearly_sm .medpromo.dark .adbg {
    height: 150px;
    width: 150px;
    margin: auto;
    position:absolute;
	right:5px;
	top:10px;
}
.yearly .yearly_sm .medpromo.dark .tools .tools_b {
    width: 100%;
	display:block;
	margin:5px auto 10px auto;
	max-width:250px;
}
.yearly .yearly_sm .medpromo.dark h3 {
    margin:0;
}
.yearly .yearly_sm .medpromo.dark a {
	margin-top:15px;
	width:35%;
	display:block;
	padding: 8px 12px;
	font-size: .85em;
	margin:0 auto;
}
.yearly .yearly_sm .ad33 {
  margin:10px 0;
}
.yearly .yearly_sm .medpromo .tools .toolsck{
    max-width:600px;
	display:block;
	margin:auto;
}
.yearly .yearly_sm .medpromo .tools .toolsck .tools_b {
    display: inline-block;
    margin: 15px .5%;
    width: 48.5%;
}

}

@media all and (min-width: 600px) and (max-width: 767px) {

.offers_into {
    width: 100%!important;
}
.sts {
    display: inline-block;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.sts-container {
    display: inline-block;
}
.infs .title {
    font-size:.9em;
}
.infs .txt {
    font-size: .85em;
}
.bigad {
 padding:20px 10px;
}
.yearly .yearly_sm {
  width: 100%;
}
.yearly .yearly_sm .smallad {
    margin-top:12px;
}
.yearly .yearly_sm .medpromo h3 {
	font-size:1.65em;
	margin:0;
	width:100%;
	text-align:center;
	padding:10px 20px 10px 20px;
}
.yearly .yearly_sm .medpromo.dark h3 {
	font-size:1.5em;
}
.yearly .yearly_sm .medpromo.dark .big {
	font-size:33px;
}
.yearly .yearly_sm .medpromo .tools {
    display: block;
    margin: auto;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    font-size: 1em;
    line-height: 1.25em;
    margin: 10px 0px;
}
.yearly .yearly_sm .medpromo .tools .tools_b {
    display: inline-block;
    margin: 15px .3%;
    width: 48.5%;
}
.yearly .yearly_sm .medpromo .tools .M_small_box {
    max-width:250px;
	height:190px;
	margin:0 auto 8px auto;
}
.yearly .yearly_sm .medpromo .tools .tools_b .M_small_box .discount {
    font-size: .9em;
	width:40px;
	height:40px;
	top:-5px;
	right:-5px;
}
.yearly .yearly_sm .medpromo .tools .tools_b .M_small_box .discount span{
    margin:3px auto auto auto;
	display:block;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .number {
    font-size:1em;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .months {
    font-size:.9em;
	margin:5px auto;
	padding:8px 0;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .price {
    font-size: 1em;
	margin:5px auto;
	padding:0;
}
.yearly .yearly_sm .medpromo .tools .fabutton i {
   font-size:1em;
}
.yearly .yearly_sm .medpromo .tools form {
    margin: 0 .8% 0 0;
}
.yearly .yearly_sm .medpromo .tools .fabutton {
    font-size: .9em;
    width: 100%;
	margin-top:7px;
}
.yearly .yearly_sm .medpromo.dark .adbg {
    height: 140px;
    width: 140px;
    margin: auto;
    position:absolute;
	right:5px;
	bottom:10px;
}
.yearly .yearly_sm .medpromo.dark .tools .tools_b {
    width: 100%;
	display:block;
	margin:5px auto 10px auto;
	max-width:250px;
}
.yearly .yearly_sm .medpromo.dark h3 {
    margin:0;
}
.yearly .yearly_sm .medpromo.dark a {
	margin-top:8px;
	width:35%;
	display:block;
	padding: 8px 12px;
	font-size: .85em;
	margin:0 auto;
}
.yearly .yearly_sm .ad33 {
  margin:10px 0;
}
.yearly .yearly_sm .medpromo .tools .toolsck{
    max-width:550px;
	display:block;
	margin:auto;
	width:95%;
}
.yearly .yearly_sm .medpromo .tools .toolsck .tools_b {
    display: inline-block;
    margin: 15px .5%;
    width: 48.5%;
}

}


@media all and (min-width: 450px) and (max-width: 599px) {

.offers_into {
    width: 100%!important;
}
.sts {
    display: inline-block;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.sts-container {
    display: inline-block;
}
.infs .title {
    font-size:.9em;
}
.infs .txt {
    font-size: .85em;
}
.bigad {
 padding:20px 10px;
}
.yearly .yearly_sm {
  width: 100%;
}
.yearly .yearly_sm .smallad {
    margin-top:12px;
}
.yearly .yearly_sm .medpromo h3 {
	font-size:1.5em;
	margin:0;
	width:100%;
	text-align:center;
	padding:10px 20px 10px 20px;
}
.yearly .yearly_sm .medpromo.dark h3 {
	font-size:1.35em;
}
.yearly .yearly_sm .medpromo.dark .big {
	font-size:28px;
}
.yearly .yearly_sm .medpromo .tools {
    display: block;
    margin: auto;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    font-size: 1em;
    line-height: 1.25em;
    margin: 10px 0px;
}
.yearly .yearly_sm .medpromo .tools .tools_b {
    display:block;
    margin: 15px auto;
    width: 100%;
}
.yearly .yearly_sm .medpromo .tools .M_small_box {
    max-width:250px;
	height:190px;
	margin:0 auto 8px auto;
}
.yearly .yearly_sm .medpromo .tools .tools_b .M_small_box .discount {
    font-size: .9em;
	width:40px;
	height:40px;
	top:-5px;
	right:-5px;
}
.yearly .yearly_sm .medpromo .tools .tools_b .M_small_box .discount span{
    margin:3px auto auto auto;
	display:block;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .number {
    font-size:1em;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .months {
    font-size:.9em;
	margin:5px auto;
	padding:8px 0;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .price {
    font-size: 1em;
	margin:5px auto;
	padding:0;
}
.yearly .yearly_sm .medpromo .tools .fabutton i {
   font-size:1em;
}
.yearly .yearly_sm .medpromo .tools form {
    margin: 0 .8% 0 0;
}
.yearly .yearly_sm .medpromo .tools .fabutton {
    width: 100%;
	margin-top:7px;
}
.yearly .yearly_sm .medpromo.dark .adbg {
    height: 140px;
    width: 140px;
    margin: auto;
    position:absolute;
	right:5px;
	bottom:10px;
	display:none;
}
.yearly .yearly_sm .medpromo.dark .tools .tools_b {
    width: 100%;
	display:block;
	margin:0px auto 10px auto;
}
.yearly .yearly_sm .medpromo.dark h3 {
    margin:0;
}
.yearly .yearly_sm .medpromo.dark a {
	margin-top:15px;
	width:40%;
	display:block;
	padding: 8px 12px;
	font-size: .85em;
	margin:0 auto;
}
.yearly .yearly_sm .ad33 {
  margin:10px 0;
}

}

@media all and (max-width: 449px) {

.offers_into {
    width: 100%!important;
}
.sts {
    display: inline-block;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.sts-container {
    display: inline-block;
}
.infs .title {
    font-size:.9em;
}
.infs .txt {
    font-size: .85em;
}
.bigad {
 padding:20px 10px;
}

.yearly .yearly_sm {
  width: 100%;
}
.yearly .yearly_sm .smallad {
    margin-top:12px;
}
.yearly .yearly_sm .medpromo h3 {
	font-size:1.5em;
	margin:0;
	width:100%;
	text-align:center;
	padding:10px 15px 0 15px;
}
.yearly .yearly_sm .medpromo .tools {
    display: block;
    margin: auto;
    width: 100%;
    text-align: left;
    padding: 10px 15px;
    font-size: 1em;
    line-height: 1.25em;
    margin: 10px 0px;
}
.yearly .yearly_sm .medpromo .tools .tools_b {
    display: block;
    margin: 15px auto;
    width: 95%;
}
.yearly .yearly_sm .medpromo .tools .M_small_box {
    #max-width:130px;
	#height:180px;
	margin:0 auto 8px auto;
}
.yearly .yearly_sm .medpromo .tools .tools_b .M_small_box .discount {
    font-size: .9em;
	width:40px;
	height:40px;
	top:-5px;
	right:-5px;
}
.yearly .yearly_sm .medpromo .tools .tools_b .M_small_box .discount span{
    margin:3px auto auto auto;
	display:block;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .number {
    font-size:1.1em;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .months {
    font-size:.9em;
	margin:5px auto;
	padding:8px 0;
}
.yearly .yearly_sm .medpromo .tools .M_small_box .texts .price {
    font-size: 1em;
	margin:5px auto;
	padding:0;
}
.yearly .yearly_sm .medpromo .tools .fabutton {
    width: 100%;
	margin-top:7px;
}
.yearly .yearly_sm .medpromo .tools .fabutton i {
   font-size:.9em;
}
.yearly .yearly_sm .medpromo .tools form {
    margin: 0 .5% 0 0;
}
.yearly .yearly_sm .medpromo.dark .adbg {
    height: 140px;
    width: 140px;
    margin: auto;
    position:absolute;
	right:5px;
	bottom:10px;
	display:none;
}
.yearly .yearly_sm .medpromo.dark .tools .tools_b {
    width: 100%;
	display:block;
	margin:0px auto 10px auto;
}
.yearly .yearly_sm .medpromo.dark h3 {
    margin:0;
}
.yearly .yearly_sm .medpromo.dark h3 {
	font-size:1.15em;
}
.yearly .yearly_sm .medpromo.dark .big {
	font-size:22px;
}
.yearly .yearly_sm .medpromo.dark a {
	margin-top:10px;
	width:80%;
	display:block;
	padding: 8px 12px;
	font-size: .85em;
	margin:0 auto;
}
.yearly .yearly_sm .ad33 {
  margin:10px 0;
}
	
}	

/*///////////////////////////////////////////////slider/////////////////////////*/
/*slider*/
.main-carousel .main-carousel-cell .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(229, 229, 229, 0.8);   
}
.main-carousel .main-carousel-cell .gradient.dark {
    background-color: rgba(34, 34, 34, 0.35);
}
.Main_slider {
	width:100%;	
	position:relative;
	display:block;
	margin:auto;
	background-color:#fff;
}
.main-carousel {
    background: #fff;
    background-size: cover;
	border-bottom:solid 1px #f1f1f1;
}
.main-carousel-cell {
    width: 100%;
    height: 900px;
    color: #fff;
    background: #fff;
}
/* hide disabled button */
.flickity-button:disabled {
  display: none;
}
/* position dots in carousel */
.flickity-page-dots {
  bottom: 5px!important;
}
/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid #fff;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: #B9050A;
}
.main-carousel .main-carousel-cell div img {
}
.main-carousel .main-carousel-cell div {
	height:100%;
}
.main-carousel .main-carousel-cell div aside {
	display:inline-block;
	background-color:transparent;
	padding:15px 5px;
	max-width:1400px;
	z-index:2;
}
.main-carousel .main-carousel-cell div h1 {
	font-family: 'OpenSans-Regular-Regular', sans-serif;
	color: #4A4A5A;
	font-weight:normal;
	text-align:left;
	line-height:1.4;
	font-weight:600;
}
.main-carousel .main-carousel-cell div h2 {
	font-family: 'OpenSans-Light', sans-serif;
	color:#B9050A;
	font-weight:normal;
	text-align:left;
	line-height:1.4;
}
.main-carousel .main-carousel-cell div aside a {
	font-family: 'OpenSans-Regular', sans-serif;
	background-color: #B9050A;
	border:solid 1px #B9050A;
    color: #fff;
	text-decoration:none;
	margin:auto;
	display:inline-block;
	text-align:center;
		-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-border-radius: 36px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 36px;
    -moz-background-clip: padding;
    border-radius: 36px;
    background-clip: padding-box;
    transition: color 0.3s ease, opacity 0.3s ease, border 0.3s ease, background 0.3s ease, box-shadow 0.25s ease-in-out;
}
.main-carousel .main-carousel-cell div aside a:hover{
	background-color: #f0f0f0;
	color: #333;
}
.main-carousel-cell .figcontainer {
    width: 100%;
    height: 550px;
    display: block;
    margin: 0 auto;
    background: #fff;
}
.main-carousel-cell .figcontainer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*slider*/

@media all and (min-width: 1401px) {
	
/*slider*/
.Main_slider {
	margin-top:100px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 550px!important;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 550px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
   height: 550px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 550px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 550px!important;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height: 550px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
    height: 550px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
    height: 550px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
   height: 550px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
    height: 550px!important;
}

.main-carousel .main-carousel-cell div aside {
	width:600px;
	top: 150px;
	left: 180px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:2em;
	margin:0px auto 10px auto;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	margin-top:25px;
	width:65%;
	padding: 8px 12px;
	font-size: .85em;
}
/*slider*/

}

@media all and (min-width: 1201px) and (max-width: 1400px) {

/*slider*/
.Main_slider {
	margin-top:100px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 380px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
   height: 380px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 380px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
   height: 380px;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height: 380px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
  height: 380px;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
   height: 380px;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
  height: 380px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
   height: 380px;
}
.main-carousel .main-carousel-cell div aside {
	width:500px;
	top: 150px;
	left: 150px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:2em;
	margin:0px auto 10px auto;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	margin-top:25px;
	width:70%;
	padding: 8px 12px;
	font-size: .85em;
}
/*slider*/

}

@media all and (min-width: 1200px) and (max-width: 1399px) {

/*slider*/
.Main_slider {
	margin-top:100px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 380px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
   height: 380px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 380px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height:  380px;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height:  380px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
   height: 380px;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
    height: 380px;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
   height: 380px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
    height: 380px;
}
.main-carousel .main-carousel-cell div aside {
	width:500px;
	top: 150px;
	left: 150px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:2em;
	margin:0px auto 10px auto;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	margin-top:25px;
	width:70%;
	padding: 8px 12px;
	font-size: .85em;
}
/*slider*/

}

@media all and (min-width: 1024px) and (max-width: 1199px) {

/*slider*/
.Main_slider {
	margin-top:100px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 300px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
   height: 300px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 300px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height:  300px;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height:  300px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
   height: 300px;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
    height: 300px;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
   height: 300px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
    height: 300px;
}
.main-carousel .main-carousel-cell div aside {
	width:500px;
	top: 150px;
	left: 120px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:1.85em;
	margin:0px auto 10px auto;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	margin-top:25px;
	width:75%;
	padding: 15px 12px;
	font-size: .85em;
}
/*slider*/

}

@media all and (min-width: 768px) and (max-width: 1023px) {

/*slider*/
.Main_slider {
	margin-top:90px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 250px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
   height: 250px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 250px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 250px;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height:250px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
   height:250px;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
    height: 250px;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
   height: 250px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
    height:250px;
}
.main-carousel .main-carousel-cell div aside {
	width:450px;
	top: 80px;
	left: 60px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:1.75em;
	margin:0px auto 10px auto;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:.9em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	margin-top:25px;
	width:75%;
	padding: 10px 12px;
	font-size: .85em;
}
/*slider*/

}

@media all and (min-width: 600px) and (max-width: 767px) {
	
/*slider*/
.Main_slider {
	margin-top:100px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 200px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
   height: 200px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 200px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 200px;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height:200px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
   height:200px;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
    height: 200px;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
   height: 200px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
    height:200px;
}
.main-carousel .main-carousel-cell div aside {
	width:400px;
	top: 40px;
	left: 40px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:1.5em;
	margin:0px auto 10px auto;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:.9em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	margin-top:25px;
	width:90%;
	padding: 10px 12px;
	font-size: .85em;
}
/*slider*/

}

@media all and (min-width: 450px) and (max-width: 599px) {

/*slider*/
.Main_slider {
	margin-top:110px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 120px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
   height: 120px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 120px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
   height: 120px;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height: 120px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
   height: 120px;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
   height: 120px;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
   height: 120px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
   height: 120px;
}
.main-carousel .main-carousel-cell div aside {
	width:250px;
	top: 30px;
	left: 40px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:1.25em;
	margin:0px auto 10px auto;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:.85em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	margin-top:15px;
	width:100%;
	padding: 10px 12px;
	font-size: .75em;
}
/*slider*/

}

@media all and (max-width: 449px) {
	
/*slider*/
.Main_slider {
	margin-top:90px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 130px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
   height: 130px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 130px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
   height: 130px;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height: 110px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
   height: 110px;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
   height: 110px;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
   height: 110px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
   height: 110px;
}
.main-carousel .main-carousel-cell div aside {
	width:250px;
	top: 20px;
	left: 20px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:1.25em;
	margin:0px auto 10px auto;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:.8em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	margin-top:15px;
	width:100%;
	padding: 10px 12px;
	font-size:.7em;
}
/*slider*/
	
}