html, body {
  height: 100%;
  overflow: hidden;
}

.product-box .text-box {
	height: 220px;
	padding-left: 1%;
}

.desktop {
	display: block;
}

.bottles-wrap.desktop {
	display: table;
}

.mobile	{
	display: none;
}

.mobile-menu {
	width: 40px;
	height: 4px;
	background: #d82d27;
	position: relative;
	margin-top: 12px;
}

.mobile-menu-wrap {	
	cursor: pointer;
	height: 28px;
}

.mobile-menu:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #d82d27;
	bottom: -12px;
}

.mobile-menu:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #d82d27;
	top: -12px;
}

.v-align {
	display: table;
	height: 100%;
	width: 100%;
	position: relative;
}

.v-align__inner {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

.mobile-nav {
	background: #d82d27;
	width: 180px;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99;

	-moz-transform: translateX(180px);
	-webkit-transform: translateX(180px);
	-ms-transform: translateX(180px);
	transform: translateX(180px);

	-moz-transition: -moz-transform .3s;
	-webkit-transition: -webkit-transform .3s;
	-ms-transition: -ms-transform .3s;
	transition: transform .3s;
}

.cross {
	width: 30px;
	height: 30px;
	margin: 35px 23px 0 0;
	float: right;
	cursor: pointer;
}

.cross__cross {
	height: 4px;
	width: 40px;
	background: #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	margin: 13px -5px 0;
}

.cross__cross:after {
	content: '';
	height: 4px;
	width: 40px;
	background: #fff;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	top: 0;
	left: 0;
}

.mobile-nav-menu {
	padding: 0;
	margin-top: 12px;
}

.mobile-nav-menu li {
	list-style: none;
}

.mobile-nav-menu a {
	font-size: 18px;
	color: #fff;
	border: none;
	font-weight: normal;
	display: block;
	line-height: 41px;
	padding: 0 24px;
}

.mobile-nav-menu a:focus {
	text-decoration: none;
}

.mobile-nav-menu a:hover {
	color: #fff;
}

.share-menu {
	list-style: none;
	text-align: justify;
	padding-left: 24px;
	margin-top: 32px;
}

.share-menu  li {
	display: inline-block;
	margin-right: 12px;
}

.fa-white {
	color: #fff;
	font-size: 28px;
}

.fa-white:hover {
	color: #fff;
}

.fa-white:focus {
	color: #fff;
	text-decoration: none;
}

#container,
#footer,
#header {
	-moz-transition:  margin .3s;
	-webkit-transition:  margin .3s;
	-ms-transition:  margin .3s;
	transition:  margin .3s;
}

.background-mobile {
	z-index: 1;
	height: 100%;
	width: 100%;
	opacity: 0;
	display: none;
}

.mobile-nav-menu_line li {
	display: inline-block;
	color: #fff;
	font-size: 18px;
}

.mobile-nav-menu_line {
	margin: 40px 0 49px 23px;
}

.mobile-nav-menu_line a.light:hover, 
.mobile-nav-menu_line a.light.active {
	color: #fff;
}

.mobile-nav-menu_line a.light.active  {
	border-color: #fff;
}

.mobile-nav-menu_line a {
	padding: 4px 0 0;
	border-top: 3px solid #d82d27;
	line-height: normal;
}

.menu-separator {
	margin: 0px -4px;
}

.tooltipster-base {
	background: #fff;
	color: #777;
	border: none;
	border-radius: 0;
}

@media screen and (min-width: 415px) and (max-width: 1024px) {
	.product-box .text-box {
		height: auto;
	}

	.desktop,
	.bottles-wrap.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

	#container,
	#footer,
	#header
	{
		width: 100%;
		padding: 0 3%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#header {
		padding-top: 40px;
	}

	#header .logo {
		width: 162px;
		height: 50px;
		background-size: 100%;
	}

	.slide-content.red-box {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		left: 0;
		z-index: 99;
		top: 0;
		padding: 0 2%;
		width: 295px;
	}

	.burnsbox img {
		margin-left: -100%;
	}

	.slide-content.red-box h3 {
		font-size: 23px;
		line-height: normal;
	}

    .slide-content.red-box h3.smaller {
        margin-left:0px;
    }

	.canvas-border {
		bottom: 0;
	}

	.fa {
		font-size: 24px;
	}

	.fa-white {
		font-size: 28px;
	}

	.mobile-nav.show {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	#container.show,
	#header.show,
	#footer.show {
		margin-left: -180px;
	}

	#page-about .slide-content h3.red {
		font-size: 30px;
		line-height: normal;
	}

	#page-about .slide-content.intro {
		border: 14px solid #d32e26;
	}

	.content p {
		font-size: 23px;
	}

	#page-about .slide-content.intro {
		/* margin-top:  -32px; */
		padding: 6px 27px 35px;
	}

	#page-about .slide-content.full-width {
		left: 0 !important;
		width: 100%;
	}

	#page-about .slide-content.news div.red {
		width: 100%;
		float: none;
		margin: 0 0 38px;
	}

	#page-about .slide-content.news {
		margin: 0;
		padding: 0;
	}
	
	#page-about .slide-content.news h3 {
		margin: 44px 31px 28px;
	}

	#contact-map-wrap {
		height: 600px;
		width: 113%;
		margin-left: -9%;
	}

	#page-about  #contact-map-wrap+.slide-content h3 {
		font-size: 33px;
		margin-top: 16px;
		margin-bottom: 28px;

	}

	.contact h4 {
		font-size: 16px;
	}

	.contact p {
		font-size: 14px;
	}

	#contact-map-wrap+.slide-content {
		width: 297px;
	}

	#page-about .v-align {
		
	}

	#page-about .slide-content.contact div {
		margin: 0;
	}

	#page-about .slide-content.contact {
		padding: 2px 41px 41px;
		top: 26px;
		left: 0;
	}

	.contact p {
		line-height: normal;
		margin: 17px 0 10px;
	}

	#footer {
		padding: 16px 3%;
	}
	#footer .pull-left {
		margin: 8px 0;
	}

	.slide-content.red-box a.more_link  {
		margin-top: 0;
	}

	.product-box .variation-image-wrap {
		display: none;
	}

	.variation-image-new {
		height: 66%;
	}

	.product-box .text-box {
		width: 100%;
		text-align: center;
		top: 10%;
	}

	.product-box .text-box h2 {
		font-size: 24px;
		margin-bottom: 6px;		
	}

	.product-box .color-box {
		height: auto;
		width: 46%;
	} 

	.variation-image-new.bigger {
		/* height: 72%; */
	}

	.slide-content.red-box h3 {
		margin: 10px 0 10px 10px ;
	}
	
}


@media screen and (min-width: 415px) and (orientation : landscape) and (max-width: 1024px) {
	#page-products .section {
	}

	.variation-image-new {
		height: 80%;
	}

	.product-box .color-box {
		width: 30%;
		padding: 10px;
		min-height: 0;
	}
	
	.product-box .color-box .title {

	}

	.product-box .text-box {
		top: 0;
	}

	.product-box .text-box a.variation-title {
		font-size: 20px;
	}


	
}

@media screen and (min-width: 320px)  and (max-width: 375px) {
	.section[data-anchor="freshbe"] .slide-content .variation-image-new{
		margin-left: -12% !important;
	}
}



@media screen and (max-width: 415px) {
	.desktop,
	.bottles-wrap.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

	#container,
	#footer,
	#header
	{
		width: 100%;
		padding: 0 3%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#header {
		padding-top: 10px;
		height: 68px;
		height: 44px;
	}

	#header .logo {
		width: 100px;
		height: 32px;
		background-size: 100%;
	}

	.slide-content.red-box {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		left: 0;
		z-index: 99;
		
		width: 100%;
	}

	.burnsbox img {
		margin-left: -100%;
	}

	.slide-content.red-box h3 {
		font-size: 20px;
		line-height: normal;
		margin-top: 0;
		margin-bottom: 0;
	}

	.canvas-border {
		bottom: 0;
		left: 50%;
		margin-left: -146px;
	}

	.fa {
		font-size: 24px;
	}

	.fa-white {
		font-size: 28px;
	}

	.mobile-nav.show {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	#container.show,
	#header.show,
	#footer.show {
		margin-left: -180px;
	}

	#page-about .slide-content h3.red {
		font-size: 16px;
		line-height: normal;
		margin-bottom: 10px;
	}
	.content p {
		font-size: 14px;
	}

	#page-about .slide-content.news h4 {
		font-size: 16px;
		line-height: normal;
		margin: 0 5px;
	}

	#page-about .slide-content.news p {
		font-size: 14px;
	}

	#page-about .slide-content.news .red p {
		margin: 0 5px;
	}

	#page-about .slide-content.intro {
		/* margin-top:  -32px; */
		padding: 4px;
		border: 4px solid #d32e26;
	}

	#page-about .slide-content.full-width {
		left: 0 !important;
		width: 100%;
	}

	#page-about .slide-content.news div.red {
		width: 100%;
		float: none;
		margin: 0 0 38px;
		padding: 4px;
	}

	#page-about .slide-content.news {
		margin: 0;
		padding: 0;
	}
	
	#page-about .slide-content.news h3 {
		margin: 0px 31px 16px;
	}

	#content #contact-map-wrap {
		height: 365px;
		width: 125%;
		margin-left: -25%;
	}

	#page-about  #contact-map-wrap+.slide-content h3 {
		font-size: 22px;
		margin-top: 0;
		margin-bottom: 12px;

	}

	.contact h4 {
		font-size: 16px;
	}

	.contact p {
		font-size: 14px;
	}

	#contact-map-wrap+.slide-content {
		width: 297px;
	}

	#page-about .v-align {
		
	}

	#page-about .slide-content.contact div {
		margin: 0;
	}

	#page-about .slide-content.contact {
		padding: 10px;
		top: 207px;
		left: 0;
	}

	.contact p {
		line-height: normal;
		margin: 17px 0 10px;
	}

	#footer {
		padding: 6px 3%;
		height: auto;
	}
	#footer .pull-left {
		margin: 8px 0;
		font-size: 10px;
	}

	.slide-content.red-box a.more_link  {
		margin-top: 0;
	}

	#page-about #container {
		margin-top: 80px;
	}

	.product-box .variation-image-wrap {
		display: none;
	}

	.variation-image-new {
		height: 88%;
	}

	.product-box .text-box {
		width: 100%;
		text-align: center;
		top: 0;
		margin-left: 0 !important;
		font-size: 0;
	}

	.product-box .text-box h2 {
		font-size: 18px;
		margin-bottom: 6px;
		margin-top: 8px;
	}

	.product-box .color-box {
		width: 50%;
		padding: 4px;
		font-size: 15px;
		height: auto;
		min-height: 0;
	}

/* 	div[data-region-anchor="Freshbe-usa"] .color-box {		
	margin-right: -22px;
} */

	div[data-region-anchor="TORNADO-usa"] .color-box {		
		margin-right: -7px;
	}

	.product-box .color-box .title {
		margin: 0 0 4px 0;
		font-size: 18px;
	}

	.product-box a.more_link {
		margin: 4px 0 0;
	}

	.mobile-menu {
		margin-top: 14px;
		width: 30px;
	}

	
	.mobile-menu:after {
		top: -10px;
	}

	.mobile-menu:before {
		top: 10px;
	}

	#page-home #section0 .slide .background.background-mobile {
		background-position: 50%;
	}

	.background_start {
		display: none;
	}

	.cross {
		margin: 14px 10px;
	}

	.product-box {
		margin-top: -156px;
	}

	.variation-image-new.bigger {
		height: 88%;
		margin-top: 0;
	}

	.product-box .text-box h3 {
		font-size: 16px;
		margin: 0 4px;
	}

	.product-box .text-box a.variation-title {
		margin: 0 4px;
	}

	.product-box .slide-modal-content h2 {
		margin-bottom: 2px;
		font-size: 16px !important;

	}

	.product-box .slide-modal .close {
		top: 6px;
		right: 6px;
		background-size: 100%;
		background-position: 0 0;
		width: 25px;
		height: 25px;
	}

	.slide-modal-content .body {
		font-size: 9px;
	}

	.product-box .slide-modal {
		width: 100%;
		margin-left: -16px;
	}

	.product-box .text-box .description {
		margin-top: 4px;
		font-size: 11px;
	}

	.product-box .slide-modal-content.right {
		margin-top: 0;
	}

	.slide-modal-content h3 {
		margin: 0;
		font-size: 14px!important;
		line-height: 23px;
	}

	#page-home .slide-modal {
		top: 0;
		width: 100%;
		padding: 10px;

		-webkit-transform: translateX(0) translateY(0)!important;
		-ms-transform: translateX(0) translateY(0)!important;
		transform: translateX(0) translateY(0)!important;
		-sand-transform: translateX(0) translateY(0)!important;
		position: static;
	}

	.product-box .slide-modal-content.left {
		width: 82%; 
	}

	.product-box .slide-modal-content.right {
		margin-left: 23%;
		width: 77%; 
	}

	.product-box .slide-modal-content.left, .product-box .slide-modal-content.right {
		padding: 6px
	}	

	.icon-description {
		font-size: 10px;
	}

	.icon img {
		max-width: 24px;
		margin-top: 10px;
	}

	.icons {
		padding: 0;
	}

	.centered-products-container h3 {
		font-size: 20px;
	}

	.navigation {
		bottom: 27px;
		z-index: 2;
	}

	#contact-map-wrap {
		height: 382px;
		width: 110%;
		margin-left: -10%;
	}

	.section[data-anchor="freshbe"] .slide-content .variation-image-new {
		margin-left: -12%;
	}

	.slide-content.red-box {
		padding: 20px 6px 30px;
		margin-top: -60px;
	}

	.slide-modal .close {
		cursor: pointer;
		background-repeat: no-repeat;
		background-position: right top;	
	}

	.slide-modal .close:after {
		content: '';
		position: absolute;
		width: 50px;
		height: 50px;
		top: -14px;
		right: -14px;
	}

	.icon-description {
		display: none;
	}

	.slide-modal-content .body p {
		margin: 0 0 2px;
	}

	#page-products .product-image.FRESHBE {
		margin-bottom: -9px;
	}

	.product-image.TORNADO {
		margin-bottom: -2px;
	}

	#page-home .section .slide .background,
	#page-home .section .slide .burnsbox {
		background-size: contain;
	}

	#page-home .slide-content .body:first-child {
		background: rgba(255,255,255,0.8);
		margin: -6px;
		padding: 6px;
	}

	#page-home .slide-content .body:first-child h3 {
		color: #d32e26;
	}	

	#page-about .mobile-border {
		padding: 0;
	}

}

@media screen and (max-width: 320px) {
	.product-box .slide-modal-content.left {
		width: 100%;
	}

	.product-box .slide-modal-content.right {
		width: 100%;
		margin-left: 0;
	}

	#page-about .slide-content.full-width h4 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .section[data-anchor="freshbe"] .variation-image-new {
		height: 70%;
    }

    .section[data-anchor="tornado-energy"] .variation-image-new {    	
    	margin-top: 2%;
  		margin-left: -11px;
    }

}

#page-about .mobile-border {
	border: none;
} 


.v-align_modal {
	display: none;
}

.slide-modal .close {
	cursor: pointer;
}


#page-about .v-align {
	position: relative;
}

#contact-map-wrap {
	height: 580px;
}

.product-box .color-box{
	height: auto;
}

@media screen and (min-width: 321px) and (max-width: 415px) { 
	#page-home .slide-content .body:first-child h3 {
		padding: 33px 13px;
	}

	#page-products .product-box .color-box .title {
		font-size: 24px !important;
	}

	#page-products .product-box .color-box {
		padding: 16px !important ;
		font-size: 18px !important;
	}
}

.variation-image-new.bigger,
.variation-image-new {
	
}

@media screen and (max-width: 415px) {
	#page-products .product-box .color-box {
		padding: 10px;
		font-size: 12px;
	}

	#page-products .product-box .color-box .title {
		font-size: 16px;
	}

	.product-box .text-box h3,
	.product-box .text-box a.variation-title {
		font-size: 12px;
	}
	
}

@media screen and (max-width: 1024px) {
	.variation-image-new.bigger,
	.variation-image-new {
		
	}

	#header {
		background: #fbfbfb;
	}

	.product-image.Freshbe {
		margin-bottom: -16px;
	}

	.v-align {
		position: relative;
		z-index: 1;
	}

	.v-align_modal {
		top: -66px;
		position: absolute;
		z-index: 10;
	}

	#page-products .v-align_modal {
		position: static;
	}

	.product-box .variation-image-wrap {
		z-index: 2;
		background: none;
		width: 100%;
		height: 100%;
		padding: 0;
		left: 0;
		position: absolute;
		top: 0;
	}

	.product-box .variation-image-nf {
		margin: auto;
		border-radius: 5px;
	}

	.relock-text{
		display:none;
	}




    .slide-modal .close {
    	opacity: 1;
    }

    .background_clean {
    	display: none;
    }

    .relock-text{
        display:none !important;
    }

    .relock-img{
        display:none !important;
    }

    .relock-img-m{
        display:inline-block;
        height:100%;
        z-index:900000000;
        overflow:visible;
    }

    .relock-pointer-m img{
        width:100%;
        height:40%;
        margin-bottom: -10px;
    }

    .relock-pointer-main img{
     /*   width:140%;
          height:80%;

        margin-bottom: -125%;
        margin-left: -20%;*/
        width: 100%;
        height: 54%;
        margin-bottom: -173%;
        margin-left: -30%;
        transform: translate(-34%);
        -webkit-transform: translate(-34%);
        -moz-transform: translate(-34%);
        -ms-transform: translate(-34%);

    }

    .relock.mobile-m{
        width:87%;
    }

    .relock.main{
        transform: translateY(-5%);
        -webkit-transform: translateY(-20%);
        -webkit-transform: translateZ(0);
        -moz-transform: translateY(-5%);
        -ms-transform: translateY(-5%);
    }

    .relock-pointer-td{
        vertical-align: bottom !important;
    }

    .relock-img-m img{
        height:100%;
    }

    .relock-pointer{
        display:none;
    }

    .relock table td{
        vertical-align: middle;
        text-align: right;
    }
    .relock-text-m {
        font-size:12px;
        line-height:12px;
        display:inline;
        height:100%;
        padding-right: 5px;
        z-index:100000;
    }
    .relock .mobile{
        position:absolute;
        top:-20px;
        height:20%;
        text-align: right;
    }

    .relock-text-m span{
        text-align:right;
    }
    div.red:first-of-type{
        display:none;
    }
    .canvas-border {
		display: none;
	}

	.mobile-border {
		border: 4px solid #d32e26;
		padding: 6px;
	}

	 html#page-about {
	 	overflow: visible !important;
	 }

 	body#page-about{
 		overflow: auto !important;
 		height: auto;
	} 

	#page-about #container {
		position: static;
	}

	.fixed-width {
		left: 0; 
		width: 1024px;
		 -webkit-transform: none !important;
		-ms-transform: none !important;
		 transform: none !important; 
		-sand-transform: none !important;
	}

	#header,
	#footer {
		background: #fbfbfb;
	}

	.centered-product {
		margin-right: 130px;
	}
	.centered-product:last-child {
		margin-right: 0;
	}

    .product-image.E-ON {
    	height: 45%;
    }
    .product-image.TORNADO {
    	height: 45%;
    }
	.product-image.FRESH {
		height: 45%;
	}

    #footer .social {
    	display: none;
    }
}

#page-about .v-align__inner {
	height: auto;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .relock-pointer-main img{
        width: 100%;
        height: 50%;/*33*/
        margin-bottom: -243%;
        margin-left: -30%;
        transform: rotate(35deg) translate(-65%);
        -webkit-transform: rotate(35deg) translate(-65%);
        -moz-transform: rotate(35deg) translate(-65%);
        -ms-transform: rotate(35deg) translate(-65%);

    }
}

@media screen and (max-width: 600px) {
    .relock-pointer-main img{
        width: 100%;
        height: 62%;
        margin-bottom: -240%;/*290*/
        margin-left: -67%;

    }


    .relock.main{

        transform: translateY(-5%);
        -webkit-transform: translateY(-20%);
        -webkit-transform: translateZ(0);
        -moz-transform: translateY(-5%);
        -ms-transform: translateY(-5%);
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) and (orientation : portrait) {
	.section[data-anchor="freshbe"] .variation-image-new {
	    height: 76%;
	    margin-left: -7%;
	}
}


@media screen and (max-width: 1024px) and (orientation : landscape) {
	#header {
		padding-top: 6px;
		height: 62px;
	}

	#footer {
		padding: 0px 3%;
		height: auto;
	}	
}

.v-align_modal {
	position: absolute;
	top: 0;
}

svg:last-child:not(:first-child) {
	display: none;
}

@media screen and (min-width: 415px) and (max-width: 681px) {
    #header,
    #footer {
        background: #fbfbfb;
        z-index: 1;
    }
}

@media screen and (max-height: 810px){
	.relock-pointer {
		z-index: -1 !important;
		position: absolute !important;
	}
}


@media screen and (max-width: 700px) {
	.product-image.E-ON {
		height: 35%;
	}
	.product-image.TORNADO {
		height: 35%;
	}
	.product-image.FRESH {
		height: 35%;
	}
	.centered-product h3 {
		font-size: 20px;
		white-space: nowrap;
	}

}

@media screen and (max-width: 480px) {
	.product-image.E-ON {
		height: 25%;
	}
	.product-image.TORNADO {
		height: 25%;
	}
	.product-image.FRESH {
		height: 25%;
	}
	.centered-product h3 {
		font-size: 15px;
		white-space: nowrap;
	}
}

@media screen and (max-height: 400px) {
	.product-box .color-box .title { font-size: 20px; margin: 10px; }
	.product-box .color-box .teaser { font-size: 16px; }
	.product-box .color-box .more_link { font-size: 16px; }
	.product-box .text-box a.variation-title { font-size: 16px; }

}

/*@media screen and (max-width: 1024px) {*/
/*	.section[data-region-anchor="TORNADO-uk"] .fp-tableCell{*/
/*		padding-top:20px;*/
/*	}*/
/*	*/
/*	.section[data-anchor="freshbe"] .variation-image-new {*/
/*		margin-left: -6%;*/
/*		height: 106%;*/
/*	}*/


/*	.section[data-anchor="e-on"] .variation-image-new {*/
/*		height: 68%;*/
/*	}*/

/*	.section[data-anchor="e-on"] .product-box {*/
/*		margin-top: -80px;*/
/*	}*/

/*	.section[data-anchor="tornado-energy"] .variation-image-new {*/
/*		height: 70%;*/
/*	}*/

/*	.section[data-anchor="tornado-energy"] .product-box {*/
/*		margin-top: -80px;*/
/*	}*/

/*	.section[data-anchor="tornado-energy"][data-region-anchor="TORNADO-usa"] .variation-image-new {*/
/*		height: 100%;*/
/*		margin-left: -6px;*/
/*		margin-top: -6px;*/
/*	}*/

/*	.section[data-region-anchor="FRESH BAR-ru"] .variation-image-new {*/
/*		margin-left: -13%;*/
/*		margin-right: -6%;*/
/*	}*/
/*	.section[data-region-anchor="TORNADO-ru"] .variation-image-new {*/
/*		margin-left: -6%;*/
/*		margin-right: -2%;*/
/*	}*/
/*}*/

/*@media screen and (max-width: 700px) {*/
/*	.section[data-region-anchor="FRESH BAR-ru"] .variation-image-new {*/
/*		margin-left: -13%;*/
/*		margin-right: -6%;*/
/*	}*/
/*}*/