





ul {
	list-style: none;
}

body, html { 
  -ms-overflow-style: none !important; 
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__video-play, .fotorama__wrap {
    -webkit-user-select:all !important;
    -moz-user-select:all !important;
    -ms-user-select:all !important;
    user-select:all !important;
}

.table{display:table;}
.tr{display:table-row;}
.td{display:table-cell;vertical-align:middle;}
.top{vertical-align:top;}

.wrapper {
	margin: auto auto;
	position: relative;
}

.wrapper.size-1 {
	width: 1240px;
}

.wrapper.size-2 {
	width: 980px;
}

.wrapper.size-3 {
	width: 1110px;
}

.wrapper.size-4 {
	width: 700px;
}

.wrapper.size-5 {
	width: 1173px;
}
.wrapper.size-6 {
	width: 900px;
}

a {
	text-decoration: none;
	outline: none;
	-webkit-transition: 0.3s;
     -moz-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}

a:hover {
	opacity: 0.8;
}

p {
	color: #26272b;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
}

header {
	color: #feffff;
	position: relative;
	z-index: 2;
}

header a,
header p {
	color: #feffff;
}

.top {
	height: 73px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.logo-bg {
	margin-top: 24px;
	display: inline-block;
}



.contacts {
	float: right;
}

.send,
.call {
	display: inline-block;
	vertical-align: top;
	font-family: 'Verdana', 'Tahoma', 'Arial';
	text-align: right;
	font-size: 12px;
	padding-top: 36px;
}

.send p,
.call p {
	
}


/* Enable if email on the page
.call {
	margin-right: 101px;
}*/

.label {
	font-family: 'sollers_sansmedium';
	margin: 0;
	line-height: 12px;
	font-size: 12px;
}

.val {
	font-size: 16px;
	margin: 0;
	font-family: 'sollers_sansmedium';
	letter-spacing: 0.5px;
}

.val {
	font-size: 16px;
}

.val.phone {
	letter-spacing: 1px;
}

.video {
	width: 100%;
	height: 650px;
	background: #0C3598;
	position: relative;
	z-index: 0;
	/*background: url('../img/04.jpg') no-repeat;*/
	background-size: cover;
	background-position: center center;
	vertical-align: middle;
	overflow: hidden;
}
.video video
{
	opacity: 0.8;
}
#video-pop  iframe {
	width: 850px;
	height: 450px;
}

.video p {
	width: 320px;
	height: 650px;
	line-height: 650px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
vertical-align: middle;
font-family: 'sollers_sansbold';
font-size: 38px;
letter-spacing: 2px;
display: inline-block;
vertical-align: top;
}

.video p span {
	display: inline-block;
    vertical-align: middle;
    line-height: normal;
    line-height: 50px;
}

#ytapiplayer {
	color: #fff;
}

.play {
	position: absolute;
	top: 232px;
	right: 0;
	width: 185px;
	height: 185px;
	background: url('../img/play.png') no-repeat center center;
	background-size: 100% 100%;
}


.play:hover {
	opacity: 0.8;
	cursor: pointer;
}

.scroll {
	width: 100%;
	position: absolute;
	bottom: 47px;
	left: 0;
	text-align: center;
}

.scroll div {
	margin: auto auto;
    display: block;
    width: 19px;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    opacity: 0.8;
}

.scroll div span {
    display: block;
    position: relative;
    top: 7px;
    width: 2px;
    height: 6px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    margin: auto auto;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 900ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-name: spin;
    -moz-animation-duration: 900ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-out;
    -ms-animation-name: spin;
    -ms-animation-duration: 900ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-out;
    animation-name: spin;
    animation-duration: 900ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

@-webkit-keyframes spin {
    0% { top: 7px; }
    50% { top: 11px; }
    100% { top: 7px; }
}
@-webkit-keyframes blink {
    0% { 
    	opacity:1;
		transform:scale(1);
		-webkit-transform:scale(1);
		-moz-transform:scale(1); 
		}
    50% { opacity:0;
		transform:scale(0.9);
		-webkit-transform:scale(0.9);
		-moz-transform:scale(0.9); }
    100% { opacity:1;
		transform:scale(1);
		-webkit-transform:scale(1);
		-moz-transform:scale(1);  }
}

.content {
	margin-bottom: 0px;
	position: relative;
	z-index: 2;
	background: #fff;
	padding-bottom: 90px;
}

section {
	padding-top: 50px;
	margin-bottom: 62px;
}

.title {
	font-family: 'sollers_sansbold';
	font-size: 40px;
	color: #08359a;
	text-align: center;
	margin: 0;
	font-weight: normal;
	line-height: 54px;
}

.text {
	width: 956px;
	margin: auto;
	margin-top: 37px;
	line-height: 20px;
}

.center {
	text-align: center;
}

.products-list li {
	display: inline-block;
	vertical-align: top;
	margin-top: 78px;
	margin-left: 57px;
	margin-right: 57px;
	position: relative;
}

.products-list li .img {
	width: 200px;
	height: 200px;
	-webkit-transition: 0.3s;
     -moz-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}

.products-list li.pr-1 .img {
	background: url('../img/pr1.png') no-repeat center center;
	background-size: 100% 100%;
}

.products-list li.pr-1:hover .img {
	background: url('../img/pr1-active.png') no-repeat center center;
	background-size: 100% 100%;
}

.products-list li.pr-2 .img {
	background: url('../img/pr4.png') no-repeat center center;
	background-size: 100% 100%;
}

.products-list li.pr-2:hover .img {
	background: url('../img/pr4-active.png') no-repeat center center;
	background-size: 100% 100%;
}

.products-list li.pr-3 .img {
	background: url('../img/pr3.png') no-repeat center center;
	background-size: 100% 100%;
}

.products-list li.pr-3:hover .img {
	background: url('../img/pr3-active.png') no-repeat center center;
	background-size: 100% 100%;
}

.scrollDiv {
	height: 100%;
	overflow-y: auto;
	-ms-overflow-style: scrollbar;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	padding-top: 20px;
	padding-bottom: 20px;
}

.scrollDiv .preparat-title {
	padding-top: 50px;
	text-transform: uppercase;
}

.products-list p {
	color: #244da5;
	font-weight: bold;
	letter-spacing: 1.3px;
	margin-top: 25px;
	width: 200px;
	line-height: 20px;
}

.knife img {
	margin-top: -15px;
}

.knife p {
	margin-top: 28px;
}

footer {
	height: 160px;
	background: #08359a;
	color: #feffff;
	position: fixed;
	width: 100%;
	bottom: 0;
	opacity: 1;
	z-index: 1;
	left: 0;
}

.footer-cover {
	height: 160px;
	position: relative;
	z-index: 0;
}

footer a,
footer p {
	color: #feffff;
}

footer .contacts {
	float: left;
}

footer .contacts {
	padding-top: 20px;
}

.copy {
	float: right;
	text-align: right;
	font-family: 'sollers_sansmedium';
	padding-top: 50px;
	font-size: 16px;
	letter-spacing: 0.5px;
}

.social {
	float: right;
	padding-top: 62px;
	margin-right: 253px;
}

.social li {
	display: inline-block;
	vertical-align: top;
	margin-left: 13px;
}

.social li img {
	width: 32px;
}

.preparats {
	margin-top: -20px;
	background: #f5f5f5;
	padding-top: 38px;
	margin-bottom: 54px;
	padding-bottom: 55px;
}

.preparats > ul li {
	display: inline-block;
	vertical-align: top;
	width: 185px;
	text-align: center;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 43px;
}

.preparats > ul li:first-child {
	margin-left: 0;
}

.preparats > ul li:last-child {
	margin-right: 0;
}

.preparats > ul li img {
	max-width: 170px;
	opacity: 0.7;
}

.preparats > ul li:hover {
	cursor: pointer;
}

.preparats > ul li:hover img {
	opacity: 1;
}

.preparats p {
	text-align: left;
}

.preparats p.title {
	text-align: center;

}

.preparats .name {
	font-family: 'sollers_sansbold';
	font-size: 16px;
	margin-top: 47px;
	text-align: center;
	margin-bottom: 0;
}

.preparats .name.title-img {
	margin: auto;
	text-transform: none;
		font-family: 'sollers_sansregular';
}


.preparats .excerpt {
	font-family: 'Verdana', 'Tahoma', 'Arial';
	color: #9d9d9d;
	font-size: 12px;
	margin-top: 4px;
	width: 222px;
}

.preparats .description {
	font-family: 'sollers_sansmedium';
	margin-top: -2px;
	color: #626262;
	width: 222px;
}

.green {
	color: #75e3d6;
}

.blue {
	color: #264ea6;
}

.pink {
	color: #f24d99;
}

.orange {
	color: #feb81c;
}

.sunny {
	color: #f4b412;
}

.arcticmodal-close {
	position: absolute;
	top: 50px;
	right: 50px;
	-webkit-transition: 0.3s;
     -moz-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}

.arcticmodal-close img {
	width: 43px;
	height: 43px;
}

.arcticmodal-close:hover {
	opacity: 0.8;
	cursor: pointer;
}

.panel {
	width: 1115px;
	margin: auto;
	border: solid transparent 4px;
	padding-top: 32px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 32px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	margin-top: 65px;
	text-align: left;
	display: none;
	-webkit-transition: 0.3s;
     -moz-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     position: relative;
}

.panel.active {
	top: 0;
	display: block;
}

.panel.green {
	border: solid #2dd5c4 4px;
}

.panel.green .corner {
	left: 65px;
}

.panel.green .corner img.retina {
	display: none;
}

.panel.green .corner img.green {
	opacity: 1;
}

.panel.blue {
	border: solid #264ea6 4px;
}

.panel.blue .corner {
	left: 305px;
}

.panel.blue .corner img.blue {
	opacity: 1;
}

.panel.pink {
	border: solid #f24d99 4px;
}

.panel.pink .corner {
	left: 783px;
}

.panel.pink .corner img.pink {
	opacity: 1;
}

.panel.orange {
	border: solid #feb81c 4px;
}

.panel.orange .corner {
	left: 544px;
}

.panel.orange .corner img.orange {
	opacity: 1;
}

.panel.sunny {
	border: solid #f4b412 4px;
}

.panel.sunny .corner {
	left: 1025px;
}

.panel.sunny .corner img.sunny {
	opacity: 1;
}

.panel > div {
	display: none;
}

.panel > div.corner {
	display: block;
}

.panel > div.active {
	display: block;
}

.panel .corner {
	-webkit-transition: 0.3s;
     -moz-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
	position: absolute;
	top: -14px;
	/*background: #f5f5f5;*/
}

.panel .corner img {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	-webkit-transition: 0.3s;
     -moz-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}

.panel .corner img.retina {
	display: none;
}

.panel li {
	display: inline-block;
	width: 227px;
	height: 277px;
	text-align: center;
	padding: 0;
	margin: 0;
	position: relative;
}

.panel li .table {
	width: 100%;
	height: 277px;
}

.panel li .table .td {
	width: 100%;
	height: 100%;
}

.panel li img {
	max-width: 100%;
	max-height: 220px;
}

.panel li .hover img {
	width: 21px;
}

.panel li:hover {
	cursor: pointer;
	opacity: 1;
}

.panel li:hover .hover {
	opacity: 1;
}

.panel li .hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: 0.3s;
     -moz-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}

.panel.green li .hover {
	background: rgba(45, 213, 196, 0.6);
}

.panel.blue li .hover {
	background: rgba(72, 107, 179, 0.6);
}

.panel.pink li .hover {
	background: rgba(240, 78, 154, 0.6);
}

.panel.orange li .hover {
	background: rgba(254, 184, 26, 0.6);
}

.panel.sunny li .hover {
	background: rgba(244, 180, 18, 0.6);
}

#gallery {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#gallery .slide {
	width: 100%;
	height: 100%;
}

#gallery .arcticmodal-close {
	z-index: 999;
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
	background: url('../img/icons.png') no-repeat;
}

.fotorama__arr {
	width: 43px;
	height: 43px;
}

.gallery-green .fotorama__arr--prev {
	background-position: 0 0;
	left: 48px;
	background-size: 86px 301px;
}

.gallery-green .fotorama__arr--next {
	background-position: -43px 0;
	right: 48px;
	background-size: 86px 301px;
}

.gallery-blue .fotorama__arr--next {
	background-position: -43px -43px;
	right: 48px;
	background-size: 86px 301px;
}

.gallery-blue .fotorama__arr--prev {
	background-position: 0px -43px;
	left: 48px;
	background-size: 86px 301px;
}

.gallery-pink .fotorama__arr--next {
	background-position: -43px -86px;
	right: 48px;
	background-size: 86px 301px;
}

.gallery-pink .fotorama__arr--prev {
	background-position: 0px -86px;
	left: 48px;
	background-size: 86px 301px;
}

.gallery-orange .fotorama__arr--next {
	background-position: -43px -129px;
	right: 48px;
	background-size: 86px 301px;
}

.gallery-orange .fotorama__arr--prev {
	background-position: 0px -129px;
	left: 48px;
	background-size: 86px 301px;
}

.gallery-sunny .fotorama__arr--next {
	background-position: -43px -129px;
	right: 48px;
	background-size: 86px 301px;
}

.gallery-sunny .fotorama__arr--prev {
	background-position: 0px -129px;
	left: 48px;
	background-size: 86px 301px;
}

.product-gallery .fotorama__arr--next {
	background-position: -43px -43px;
	right: 48px;
	background-size: 86px 301px;
}

.product-gallery .fotorama__arr--prev {
	background-position: 0px -43px;
	left: 48px;
	background-size: 86px 301px;
}

.fotorama__arr--disabled {
	opacity: 1;
}

.fotorama .fotorama__arr--next.fotorama__arr--disabled {
	background-position: 0 -172px;
	background-size: 86px 301px;
}

.fotorama .fotorama__arr--prev.fotorama__arr--disabled {
	background-position: -43px -172px;
	background-size: 86px 301px;
}

.closeDiv {
	width: 43px;
	height: 43px;
	background: url('../img/icons.png') no-repeat;
	background-position: 0px -215px;
	background-size: 86px 301px;
	display: none;
}

#product-slider .closeDiv {
	background-position: -43px -215px;
}



#gallery .imgBlock {
	width: 365px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.fotorama .wrapper {
	height: 100%;
}

#gallery .imgBlock .table, #gallery .textBlock .table {
	width: 100%;
	height: 100%;
	text-align: left;
}

#gallery .imgBlock .td, #gallery .textBlock .td {
	width: 100%;
	height: 100%;
}

#gallery .imgBlock img {
	max-width: 100%;
	max-height: 100%;
}

.gallery-green, .gallery-blue, .gallery-pink, .gallery-orange, .gallery-sunny {
	display: none;
}

#gallery .textBlock {
	width: 720px;
	position: absolute;
	left: 395px;
	top: 0;
	height: 100%;
}

.preparat-title {
	font-size: 34px;
	font-weight: bold;
	margin: 0;
}

.fotorama .excerpt {
	font-family: 'Verdana', 'Tahoma', 'Arial';
	color: #9d9d9d;
	font-size: 14px;
	margin: 0;
	margin-top: 5px;
}

.fotorama h5 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0;
}

.fotorama .text {
	width: 100%;
	margin-top: 0;
	margin-bottom: 50px;
	font-family: 'Verdana', 'Tahoma', 'Arial';
	font-size: 12px;
	color: #494949;
	line-height: 20px;
}

.fotorama .text p {
	width: 685px;
	font-family: 'Verdana', 'Tahoma', 'Arial';
	font-size: 12px;
	color: #494949;
	line-height: 20px;
}

.lens-dia  {
	margin-top: 50px;
}

.lens-dia img {
	width: 100%;
}

.fotorama .text .blue {
	color: #264ea6;
}

.fotorama .text .italic {
	font-style: italic;
}

.fotorama .text ul {
	list-style-type: disc;
	list-style-position: inside;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
}

.fotorama .text ul li {
	width: 685px;
	font-family: 'Verdana', 'Tahoma', 'Arial';
	font-size: 12px;
	color: #494949;
	line-height: 20px;
}

.fotorama .text span.bold {
	font-family: 'sollers_sansbold';
}


.fotorama .text span.underline {
	text-decoration: underline;
}


.fotorama .text span.pink {
	color: #f24d99;
}

.product:hover {
	cursor: pointer;
}

#product-slider {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#product-slider .slide {
	width: 100%;
	height: 100%;
	text-align: left;
}

#product-slider .arcticmodal-close {
	z-index: 999;
}

#product-slider .table {
	width: 100%;
	height: 100%;
}

.footer-logo {
	float: left;
	width: 134px;
}

.footer-logo img {
	width: 100%;
}

.footer-logo .logo-bg {
	margin-top: 58px;
}

.copy {
	float: left;
	text-align: left;
	font-family: 'sollers_sansmedium';
	padding-top: 75px;
	font-size: 16px;
	letter-spacing: 0.5px;
	margin-left: 100px;
}

.copy span {
	position: relative;
	top: 2px;
}

footer .contacts {
	float: right;
	padding-top: 30px;
}

.text > .img-float
{
	float: left;
    width: 200px;
    height: 200px;
    border: 4px solid #264EA6;
    margin-right: 20px;
}

.eq-1
{
	background: #fff url(../img/eq/signature.jpg) no-repeat;
	background-size: 100% auto;
}
.eq-2
{
	background: #fff url(../img/eq/catalys.jpg) no-repeat;
	background-size: 100% auto;
}
.eq-3
{
	background: #fff url(../img/eq/ifs.jpg) no-repeat;
	background-size: 100% auto;
}



/* extend 14.01.2016 */

.panel-mobile {
	width: 100%;
	display: none;
}

.panel-mobile > ul {
	width: 90%;
	margin: auto;
	padding: 0 0 20px 0;
	position: relative;
	z-index: 1;
}

.panel-mobile .corner-mobile {
	width: 30px;
	height: 20px;
	margin: 20px auto -9px auto;
	position: relative;
	z-index: 2;
}

.panel-mobile .corner-mobile img {
	opacity: 1;
	height: 100%;
}

.panel-mobile-green {
	border: solid #75e3d6 4px;
	color: #75e3d6;
}

.panel-mobile-blue {
	border: solid #264ea6 4px;
	color: #264ea6;
}

.panel-mobile-orange {
	border: solid #feb81c 4px;
	color: #feb81c;
}

.panel-mobile-pink {
	border: solid #f24d99 4px;
	color: #f24d99;
}

.panel-mobile-sunny {
	border: solid #f4b412 4px;
	color: #f4b412;
}

.img-prep-mobile {
	display: none;
}

@font-face {
    font-family: 'Verdana', 'Tahoma', 'Arial';
    src: url('../font/sollerssans-light-webfont.eot');
    src: url('../font/sollerssans-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../font/sollerssans-light-webfont.woff2') format('woff2'),
         url('../font/sollerssans-light-webfont.woff') format('woff'),
         url('../font/sollerssans-light-webfont.ttf') format('truetype'),
         url('../font/sollerssans-light-webfont.svg#sollers_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sollers_sansbold';
    src: url('../font/sollerssans-bold-webfont.eot');
    src: url('../font/sollerssans-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../font/sollerssans-bold-webfont.woff2') format('woff2'),
         url('../font/sollerssans-bold-webfont.woff') format('woff'),
         url('../font/sollerssans-bold-webfont.ttf') format('truetype'),
         url('../font/sollerssans-bold-webfont.svg#sollers_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sollers_sansmedium';
    src: url('../font/sollerssans-medium-webfont.eot');
    src: url('../font/sollerssans-medium-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../font/sollerssans-medium-webfont.woff2') format('woff2'),
         url('../font/sollerssans-medium-webfont.woff') format('woff'),
         url('../font/sollerssans-medium-webfont.ttf') format('truetype'),
         url('../font/sollerssans-medium-webfont.svg#sollers_sansmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sollers_sansregular';
    src: url('../font/sollerssans-regular-webfont.eot');
    src: url('../font/sollerssans-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../font/sollerssans-regular-webfont.woff2') format('woff2'),
         url('../font/sollerssans-regular-webfont.woff') format('woff'),
         url('../font/sollerssans-regular-webfont.ttf') format('truetype'),
         url('../font/sollerssans-regular-webfont.svg#sollers_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




video {
        min-width: 100%;
        min-height: 100%;

        /* Center it */
        position: fixed;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
      }

  .logo-bg {
  	width: 134px;
  	height: 49px;
  	background-image: url('../img/logo.png');
  	background-size: 100% 100%;
  }

  .closeArt {
  	width: 43px;
  	height: 43px;
  	background-image: url('../img/close.png');
  	background-size: 100% 100%;
  }

  @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), 
only screen and (-moz-min-device-pixel-ratio: 1.5), 
only screen and (-o-min-device-pixel-ratio: 3/2), 
only screen and (min-device-pixel-ratio: 1.5) { 
	.logo-bg { 
		background-image: url('../img/logo%402x.png'); 
		background-size: 100% 100%;
	} 

	.play {
		background-image: url('../img/play%402x.png'); 
		background-size: 100% 100%;
	}

	.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
		background: url('../img/icons%402x.png') no-repeat;
	}

	.closeArt {
	  	width: 43px;
	  	height: 43px;
	  	background-image: url('../img/close%402x.png');
	  	background-size: 100% 100%;
	  }

  	.panel.green .corner img {
		display: none;
	}
	.panel .corner img.retina {
		display: block;
		width: 23px;
	}

  	.panel.green .corner img.retina {
		display: block;
	}

	.panel.blue .corner img {
		display: none;
	}

  	.panel.blue .corner img.retina {
		display: block;
	}

	.panel.pink .corner img {
		display: none;
	}

  	.panel.pink .corner img.retina {
		display: block;
	}

	.panel.orange .corner img {
		display: none;
	}

  	.panel.orange .corner img.retina {
		display: block;
	}

	.panel.sunny .corner img {
		display: none;
	}

  	.panel.sunny .corner img.retina {
		display: block;
	}

	.products-list li.pr-1 .img {
		background: url('../img/pr1%402x.png') no-repeat center center;
		background-size: 100% 100%;
	}

	.products-list li.pr-1:hover .img {
		background: url('../img/pr1-active%402x.png') no-repeat center center;
		background-size: 100% 100%;
	}

	.products-list li.pr-2 .img {
		background: url('../img/pr4%402x.png') no-repeat center center;
		background-size: 100% 100%;
	}

	.products-list li.pr-2:hover .img {
		background: url('../img/pr4-active%402x.png') no-repeat center center;
		background-size: 100% 100%;
	}

	.products-list li.pr-3 .img {
		background: url('../img/pr3%402x.png') no-repeat center center;
		background-size: 100% 100%;
	}

	.products-list li.pr-3:hover .img {
		background: url('../img/pr3-active%402x.png') no-repeat center center;
		background-size: 100% 100%;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

	
	
	
}









