body, html {
	padding: 0px;
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	background-color: #fff;
	font-size: 20px;
	line-height: 24px;
	position: relative;
	font-style: normal;
	font-weight: 700;
	width: 100%;
	height: 100%;
}
.circ {
	display: block;
	position: relative;
}
.proc25 {
	position: absolute;
	right: 20px;
	top: 20px;
 	display: block;
	background: url(/eyezen/img/proc25.png) no-repeat center center;
	width: 130px;
	height: 130px;
	background-size: cover;
}
.circ a {
	display: block;
	position: relative;
	z-index: 1000;
}
#item-0 {
}
.circ:after {
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	left: -10px;
	background: url(../img/circ1.png) no-repeat center center;
	width: 130px;
	height: 130px;
	z-index: 1;
	background-size: cover;
	animation: fade1 10s infinite linear;
}
#item-0 img {
  border-radius: 100%;
  width: 110px;
  box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.22);
}
@-moz-keyframes fade1 {
	0% {
	  transform: rotate(0deg);
	  animation-timing-function: linear;
	}
	100% {
	  transform: rotate(360deg);
	}
}
.menutovar {
	clear: both;
	padding: 0px;
	margin: 1em 0 0 0;
}
.ramka {
	display:inline-block;padding:7px 15px;border:2px solid #BC0651;
	color: #000;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
}
.ramka span {
	font-weight: 900;
	color:#BC0651;
}
.menutovar a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	display: inline;
	padding: 8px 25px 8px 25px;
	margin: 0px;
	background-color: #fff;
	border: 1px solid #eee;
	color: #888;
	text-decoration: none;
	line-height: 32px;
	border-radius: 3px 3px 0px 0px;
}
.menutovar a:hover {
	background-color: #e0f6ff;
	color: #000;
}
.menutovar a.activet {
	font-weight: 800;
	background-color: #e0f6ff;
	color: #000;
	border: 1px solid #ddd;
	border-bottom: 0px;
}
.menutovarP {
	border: 1px solid #ddd;
	padding: 15px;
	display: none;
	border-radius: 0 3px 3px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	background-color: #e0f6ff;
}
.menutovarP > div {
	padding: 10px;
	cursor: pointer;
}
.menutovarP > div:hover {
	background-color: #fff;
}
.menutovarP {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 1em;
}
.bl30 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2em;
	margin: 3em 0 0 0;
}
.bl30 img {
	width: 100%;
	border-radius: 5px;
}
small {
	font-style: normal;
	font-weight: 400;
	color: #555;
	font-size: 9px;
	line-height: 12px;
}
.dm-overlay small {
	padding-top: 15px;
}
small a {
	text-decoration: underline;
	color: #555;
}
form {
	position: relative;
}
#phone-error {
	color: red;
	position: absolute;
	top: -25px;
	left: 0px;
	font-size: 11px;
	font-weight: normal;
}
.topban {
	background: url(../img/bandesk.jpg?v=1.1) no-repeat center bottom;
	height: 490px;
	position: relative;
}
.topban form {
	position: absolute;
	bottom: 50px;
	left: 30px;
}
.topban form input[type='text']{
	margin-bottom:5px;background-color:rgba(255,255,255,0.5);
	width: 205px;
	padding-left: 10px;
}
.topban form input[type='submit']{
	width: 205px;
	margin: 6px 0 10px 0;
	display: inline-block;
}
.slidaction {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 1em;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
	margin: 0 -20px 0 -20px;
}
.slidaction img {
	width: 100%;
}
.slidaction .slick-slide {
	margin: 0 10px 0 10px;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
}
.slidaction .slick-slide img, .slidaction img {
	width: 100%;
	margin-bottom: 15px;
}
.slidactioni, .slidactioni2 {
	position: relative;
	display: block;
	color: #000;
}
.slidactioni i {
	font-weight: bold;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 22px;
	background-color: #ff0;
	background-image: none;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-style: normal;
}
.slidactioni2 i {
	font-weight: bold;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 22px;
	background-color: #ff0;
	background-image: none;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	line-height: 20px;
	text-align: center;
	font-style: normal;
	padding-top: 15px
}
.slidactioni2 i span {
	display: block;
	font-size: 14px;
}
@media screen and (max-width: 540px) {
	.slidaction {
		grid-template-columns: 1fr 1fr;
		margin: 0 5px 0 5px;
	}
	.slidaction .slick-prev {
		top: -50px;
  	}
	.slidaction .slick-next {
		top: -50px;
  	}
}
.ord1 {
/*	background: url(../img/ww.jpg?v=1.2) no-repeat center bottom;
	background-size: auto 100%;*/
}
.sss {
	background: #fff url(../img/wm.jpg?v=1.2) no-repeat left top;
	max-width: 1180px;
}
* {
	box-sizing: border-box;
}
a {
	color: #BC0651;
	text-decoration: none;
}
a:hover {
	color: #BC0651;
	text-decoration: underline;
}
.anim {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
ul {
	padding: 0;
	margin: 0;
	padding-left: 25px;
	padding-bottom: 15px;
}
li {
	list-style-type: none;
	font-weight: normal;
	vertical-align: bottom;
	list-style-position: outside;
	padding: 0px 10px 10px 5px;
	margin: 0px;
	vertical-align: middle;
}
.qubli li {
	list-style-image: url('/action_new2/i/site/li.png');
	margin: 0 0 10px 25px;
	padding: 0 0 0 5px;
}
h1, h2, h3 {
	font-size: 26px;
	line-height: 34px;
	color: #000;
	text-transform: uppercase;
	text-align: left;
	padding: 0;
	margin: 2em 0 1em 0;
	font-weight: 800;
	font-weight: bold;
}
h1 a, h2 a {
	text-decoration: none;
}
h2 {
	font-size: 22px;
	line-height: 32px;
}

p {
	padding: 0 0 30px 0;
	margin: 0px;
	font-weight: 400;
}

.clearfix {
	content: '';
	clear: both;
	display: block;
}
.width1440 {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.width1440 > div {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 1em;
}
#toTop {
	width: 53px;
	height: 53px;
	line-height:53px;
	background-color: #BC0651;
	text-align:center;
	padding:5px;
	position:fixed;
	z-index: 100000000000;
	bottom: 20px;
	right: 20px;
	cursor:pointer;
	display:none;
	color:#eee;
	border-radius: 100%;
	font-weight: bold;
	padding-bottom:3px;
}
#toTop:hover {
	background-color: #960440;
	color: #fff;
}
#toTop img {
	margin-top: 8px;
	vertical-align: top
}

.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
/* активируем модальное окно */
 
.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
/* блочная таблица */
 
.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}
/* ячейка блочной таблицы */
 
.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}
/* модальный блок */
.btn {
	display: inline-block;
	padding: 0.2em 1em;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	text-decoration: none;
}
.btn:hover {
	background-color: #0c418f;
	color: #fff;
} 
.dm-modal {
    display: inline-block;
    padding: 20px;
    width: 60%;
    background: #607d8b;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    color: #cfd8dc;
    text-align: left;
}
.dm-page {
    height: 500px;
    overflow-y: auto;
}
.dm-modal h3 {
	color: #fff;
	padding-bottom: 1em;
}
.close {
    z-index: 9999;
    float: right;
    width: 30px;
    height: 30px;
    color: #cfd8dc;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    cursor: pointer;
}
.close:after {
    display: block;
    border: 2px solid #cfd8dc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: 'X';
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
/* кнопка закрытия при наведении */
 
.close:hover:after {
    border-color: #fff;
    color: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@-moz-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
.top4 {
	height: 120px;
}
.top4 {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-gap: 1em;
}
.top4 > div {
	padding: 42px 0 0 0px;
}
.top4contacts {
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
	text-align: right;
}
.top4contacts b {
	display: block;
	font-size: 24px;
	line-height: 25px;
	font-weight: 700;
}
.top4contacts a {
	color: #000;
}
.top4map img {
	float: left;
	margin: 0 15px 0 0;
}
.top4map {
	font-size: 11px;
	line-height: 13px;
	font-weight: 500;
}
.top4map a {
	color: #000;
}
.top4map b {
	display: block;
	font-size: 17px;
	line-height: 21px;
	font-weight: 700;
}
.top4ico {
	text-align: right;
}
.top4ico a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	box-shadow: 0px 4px 10px rgba(39, 135, 245, 0.2);
	margin: 0 3px;
	background-color: #fff;
}
.top4ico img {
	display: block;
	margin: 10px auto;
}
.why {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 1em;
	margin: 1em 0;
}
.blpodr {
	text-align: center;
}
.blpodr a {
	width: auto;
	display: inline-block;
	margin-top: 15px;
}
.podr {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
}
.bl21 {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	grid-gap: 2em;
}
.bl21 img {
	width: 100%;
	margin: 0 0 1em 0;
}
.bl3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 1em;
}
.bl31 {
	display: grid;
	grid-template-columns: 2fr 2fr;
	grid-gap: 1em;
	background-color: #f5ecef;
	border-radius: 6px;
}
.why > div {
	padding: 2em;
	box-shadow: 0px 4px 50px rgba(226, 226, 226, 0.5);
	border-radius: 10px;
	background-color: #fff;
}
.why > div img {
	display: block;
	margin: 0 auto 1em;
}
.why > div span {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	margin-top: 1em;
}

.main {
	background: url(../img/off-21.jpg) no-repeat center top;
	min-height: 420px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #000;
	background-size: cover;
}
.main1 h1 {
	font-size: 36px;
	line-height: 44px;
	font-weight: 800;
	margin: 0px 0 20px 0;
	padding-top: 30px;
	color: #000;
}
.main1 a, .bl22 .btnz {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	display: inline-block;
	background: rgb(90,84,154);
	background: linear-gradient(90deg, rgba(90,84,154,1) 0%, rgba(57,118,163,1) 100%);
	color: #fff;
	padding: 10px 20px;
	margin-top: 1em;
	text-decoration: none;
}
.menu {
	width: 100%;
}
/*.menu > div {
	max-width: 1440px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}*/
.menu > div {
	vertical-align: middle;
	display: inline-block;
	position: relative;
}
.menu a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-decoration: none;
	margin: 0px 17px;
	color: #000;
	text-align: center;
}
.menu a:hover {
	color: #BC0651;
}
.menu div div {
	position: absolute;
	top: 60px;
	left: 0px;
	opacity: 0;
	z-index: 10;
	width: auto;
	padding: 10px 0px;
	background-color: #fff;
	border: 1px solid #eee;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 6px;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
}
.menu div:hover > div {
	opacity: 1;
	top: 24px;
}
.menu div div a {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	text-align: left;
	display: block;
	padding: 3px 2px;
}
.menu a svg {
  position: relative;
  top: 3px;
  margin-left: 5px;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu > div > a:hover svg {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.menu > div > a:hover svg path {
	fill: #BC0651;
}
.salon {
	background: url(../img/bgblue.jpg) no-repeat right top;
	background-size: 30% auto;
}
.salon > div {
	position: relative;
}
.salon2 {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 1em;
}
.salon_slider {
	width: 580px;
}
.frames_slider-3 {
	width: 700px;
}
.salon2 p {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
}
.salon21_ {
	position: absolute;
	top: 150px;
	left: 32%;
	padding: 1em;
	background: #FFFFFF;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	width: 370px;
}
.salon2_ {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-gap: 0.5em;
}
.salon2_ span {
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
	color: #999;
	display: block;
}
.salon2_ b {
	font-size: 20px;
	line-height: 25px;
	font-weight: 800;
}
.salon2_txt {

}
.pad17 {
	padding-top: 7px;
}
.foot {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	padding: 2em 0 2em 0;
}
.blcontacts {
	position: absolute;
	top: 50px;
	left: 0px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	background-color: #fff;
	padding: 1em 2em;
	box-shadow: 0px 4px 50px rgba(226, 226, 226, 0.5);
	border-radius: 10px;
	z-index: 100000;
}
.blcontacts h3 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	margin: 0 0 5px 0;
	text-transform: inherit;
}
.blcontacts div {
	margin: 0 0 15px 0;
}
.blbut {
	width: 70%;
}
.butblue {
	background-color: #BC0651;
	color: #fff;
	border: 0px;
	padding: 10px 20px;
	font-size: 17px;
	line-height: 20px;
	font-weight: 400;
	width: 100%;
	text-align: center;
}
.buttel {
	color: #777;
	border: 0px;
	padding: 10px 20px 10px 20px;
	font-size: 17px;
	line-height: 20px;
	font-weight: 400;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
/*	background: url(../img/tel.png) no-repeat center left; */
	width: 100%;
}
.linz {
	background: #fff url(../img/linz.jpg) no-repeat right top;
	min-height: 449px;
	padding: 2em 0;
}
.linz > div {
	max-width: 600px;
}
.bl1000 {
	background: #fff url(../img/1000.jpg) no-repeat right top;
	padding: 2em 0;
	margin: 2em auto;
}
.blbutline {
	width: 70%;
}
.blbutline input {
	width: 40%;
	margin-right: 20px;
}
.dm-modal {
	background-size: auto 100%;
	width: 700px;
	height: 385px;
	box-shadow: 0px 4px 100px rgba(164, 164, 164, 0.5);
	border-radius: 10px;
}
.dm-page {
	width: 45%;
	float: right;
}
.dm-page h2 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	text-transform: inherit;
	margin: 1em 0;
}
.dm-page p {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	padding-bottom: 15px;
}
.rad {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	display: block;
	margin: 0 0 7px 0;
}
.modal1 {
	background: #fff url(../img/win1.jpg) no-repeat left center;
}
.modal2 {
	background: #fff url(../img/win2.jpg) no-repeat left center;
}
.modal2k {
	background: #fff url(../img/win2k.jpg) no-repeat left center;
}
.modal3 {
	background: #fff url(../img/win3.jpg?v=3.jpg) no-repeat left center;
}
.modal4 {
	background: #fff url(../img/win4.jpg?v=3.jpg) no-repeat left center;
}
.modal4d {
	background: #fff url(../img/win4d.jpg?v=3.jpg) no-repeat left center;
}
.modal31 {
	background: #fff url(../img/win31.jpg) no-repeat left center;
}
.modal5 {
	background-color: #fff;
	width: auto;
	max-width: 400px;
	height: auto;
}
.modal5 .dm-page {
	width: 100%;
	float: none;
	height: auto;
}
.items {
	display: inline-block;
	width: 260px !important
	margin-right: 20px;
/*	background-color: #FFFFFF;
	box-shadow: 0px 4px 50px rgba(226, 226, 226, 0.5);
	border-radius: 3px;
	padding: 20px;*/
	position: relative;
}
.items span {
	position: absolute;
	bottom: 70px;
	right: 10px;
}
.items i {
	color: #000;
	padding: 0 7px 0 22px;
	background-color: #71eeaf;
	font-size: 12px;
	font-weight: 500;
	border-radius: 3px;
	font-style: normal;
	display: inline-block;
	background: #71eeaf url(../img/bask.png?v=1.71) no-repeat center left;
	background-size: auto 13px;
}
.items .skid {
	padding: 0 7px;
	background-color: #ff0;
	background-image: none;
	color: #000;
	margin-right: 5px;
}
.skidcirc {
	position: absolute;
	top: 20px;
	right: 10px;
	font-size: 16px;
	background-color: #ff0;
	background-image: none;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
i.skid2 {
	font-size: 15px;
	font-weight: 600;
/*	background-image: none;*/
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: auto;
	padding: 5px 15px;
	background-color: #BC0651;
	background-image: none;
	color: #fff;
/*	margin-right: 5px;*/
}
.items img {
	width: 100%;
	margin: 10px 0 20px 0;
	border-radius: 5px;
}
.btnz, .btnzz, .butblue, .slick-slide img {
	border-radius: 3px;
}
.items_price_1 {
	position: relative;
	padding: 5px 0 0 0;
	text-align: center;
	color: #BC0651;
}
.items_price_1 span {
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #444;
	background-color: #ddd;
	padding: 4px 10px;
	border-radius: 10px;
}
.items_price_2 {
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	color: #777;
	padding: 0 0 5px 0;
}
.items h3 {
	text-transform: inherit;
	font-size: 20px;
	line-height: 35px;
	font-weight: 700;
	padding: 0px;
	margin: 0px;
}
.items a.btnz {
	display: block;
	background-color: #BC0651;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 17px;
	line-height: 20px;
	font-weight: 400;
	width: 100%;
	text-align: center;
}
.items a.btnz:hover {
	background-color: #960440;
}
.butblue:hover {
	background-color: #960440;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}
.bl2price {
	padding: 15px 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.bl2price s {
	float: right;
	color: #BC0651;
}
.bl2price span {
	font-weight: 400;
}
.bl2img {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1em;
	padding: 15px 0;
}
.bl2img img {
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px 20px;
	cursor: pointer;
}
.bl2img img:hover {
	border: 1px solid red;
}
.slick-arrow {
	position: absolute;
	border: 0px;
	background-color: transparent;
}
.slick-prev {
	top: -50px;
	right: 50px;
}
.slick-next {
	top: -50px;
	right: 20px;
}
.salon_slider .slick-prev {
	bottom: -480px;
	right: -60px;
}
.salon_slider .slick-next {
	bottom: -480px;
	right: -90px;
}
.brands {
	margin:0 auto;display:block;
}
.slidaction {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 1em;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
	margin: 0 -20px 0 -20px;
}
.slidaction img {
	width: 100%;
}
.slidaction .slick-slide {
	margin: 0 10px 0 10px;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
}
.slidaction .slick-slide img, .slidaction img {
	width: 100%;
	margin-bottom: 15px;
}
.slidactioni, .slidactioni2 {
	position: relative;
	display: block;
	color: #000;
}
.slidactioni i {
	font-weight: bold;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 22px;
	background-color: #ff0;
	background-image: none;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-style: normal;
}
.slidactioni2 i {
	font-weight: bold;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 22px;
	background-color: #ff0;
	background-image: none;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	line-height: 20px;
	text-align: center;
	font-style: normal;
	padding-top: 15px
}
.slidactioni2 i span {
	display: block;
	font-size: 14px;
}
@media screen and (max-width: 540px) {
	.slidaction {
		grid-template-columns: 1fr 1fr;
		margin: 0 5px 0 5px;
	}
	.slidaction .slick-prev {
		top: -50px;
  	}
	.slidaction .slick-next {
		top: -50px;
  	}
}
.frames_slider .slick-slide, .glasses_slider .slick-slide {
/*	width: 260px !important;*/
	margin-right: 20px;
}
.glasses_slider {
	width: 75%;
}
.contacts {
	width:1440px;margin:0 auto;position:relative;
}
.contacts > div {
	width:1180px;margin:0 auto;position:relative;
}
a:active, a:focus { outline: none; }

input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
.bl22big {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #555;
	padding: 30px 0 0 20px;
}
.p30 {
	width: auto !important;
	height:120px;position:absolute;top:120px;right:470px;
}
.bl22 {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	grid-gap: 1em;
}
.bl22 img {
	width: 100%;
}
video {
	width: 100%;
	height: 350px;
}
.toph1 {
	text-align:right;position:relative;
}
.toph1 h1 {
	margin-top:0px;text-transform:none;
}
h1 div {
	padding-top:15px;font-size:24px;line-height:33px;
}
.glasses1 {
 	padding:2em 0;background: #fff url(/action_new/img/boy.jpg) no-repeat center center;
}
.glasses1 > div, #glasses > div {
	position:relative;left:260px;
}
.glasses1 > div, #glasses > div {
	position:relative;left:280px;
}

video {
	width: 640px;
	height: 350px;
}
.ones li b {
	display: block;
	color: #BC0651;
}
.adires {
	margin: 2em 0;
	font-size: 15px;
	line-height: 22px;
}
.adires h3 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.adires ul {
	color: #5A7284;
/*	letter-spacing: -0.02em;*/
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 1em;
}
ul, li {
  margin: 0;
  list-style: none;
  padding: 0;
}
.ka10 {
	padding:0.5em 0 1.5em 2em;
	background: #f3f3f3 url(../img/10.png) no-repeat right top;background-size:auto 100%;
}
.ka10 > div {
	width: 50%;
}
.desc_show {display:block}
.pda_show  {display:none}
.btop {position: absolute;bottom:10px;right: 20px;background-color:#fff}
.zapbes {float:right;height:100%}
@media screen and (max-width: 540px) {
	.zapbes {float:none;width:100%}
	.btop{left:0px;right:0px;bottom:0px}
	.desc_show {display:none}
	.pda_show  {display:block}
	#popadi10 {margin-top:1em!important;}
	.ka10 {padding: 220px 1em 1em 1em;background-size:100% auto;}
	.ka10 > div {width:100%}
	.adires ul {
    	grid-template-columns: 1fr 1fr;
    	font-size: 13px;
    	line-height: 17px;
    	grid-gap: 1em;
	}
	video {
		width: 100%;
		height: auto;
	}
	.glasses1 > div, #glasses > div {
		left: 0px;
	}
	body {
		font-size: 14px;
		line-height: 17px;
		background-size: auto 120%;
	}
	h1 div {
		padding-top:15px;font-size:14px;line-height:20px;
		width: 100%;
		text-align: center;
	}
	.bl21 {
		grid-template-columns: 1fr;
	}
	.ones {
		order: -1;
	}
	video {
		width: 100%;
		height: auto;
	}
	.bl22 {
		text-align: center;
	}
	.p30 {
		display: none;
	}
	body {
		font-size: 15px;
		line-height: 18px;
		background-size: auto 120%;
		background-position: center 120px;
	}
	.contacts, .contacts > div {
		width: 100%;
	}
	.glasses_slider {
		width: 100%;
	}
	.brands {
		width: 100%;
	}
	.width1440 > div {
		width: 100%;
	}
	.yesdiv {
		display: block;
	}
	.divpda {
		display: none;
	}
	.bl {
		display: block;
	}
	.top4 > div {
		padding: 1em;
		display: inline-block;
	}
	.menu, .top4map, .top4 .top4ico {
		display: none !important;
	}
	.main h1 {
		margin: 0px;
	}
	.why > div, .salon2 > div, .bl3 > div {
		margin: 0 0 1em 0;
	}
	.contacts {
		padding: 1em;
	}
	.top4ico {
		text-align: left;
	}
	.salon2_ {
		position: relative;
		top: 0px;
		left: 0px;
	}
	.salon_slider {
		width: 100%;
	}
	.blbutline, .blbut {
		width: 100%;
	}
	.blbutline input, .blbut input {
		width: 100% !important;
		margin: 0 0 15px 0;
	}
	.logo img {
		width: 90px;
	}
	.top {
		height: auto;
	}
	.bl1000, .linz {
		background-image: none;
	}
	.dm-page {
		width: 90%;
		float: none;
		height: auto;
	}
	.dm-modal {
		width: 100%;
		background-image: none;
	}
	.dm-page h2 {
		margin: 0px;
	}
	h2 {
		font-size: 24px;
		line-height: 30px;
		margin-top: 0px;
	}
	.bl1000 {
		margin: 0 auto;
		padding: 1em 0;
	}
	.salon_slider .slick-arrow {
		display: none !important;
	}
	.linz {
		min-height: inherit;
		padding: 0px
	}
	#frames {
		margin-top: 3em;
	}
	.main a {
		font-weight: 400;
	}
	.slick-prev {
		top: -20px;
		right: 50px;
	}
	.slick-next {
		top: -20px;
		right: 20px;
	}
	.main h1 {
		font-size: 24px;
		line-height: 34px;
	}
	.main h1 br {
		display: none;
	}
	body {
		background-position: right 70px !important;
		background-size: 170% !important;
	}
	.main {
		min-height: 300px;
	}
	.ord1 {
		order: -1;
	}
	.bl22big {
		padding: 0px;
	    font-size: 15px;
		line-height: 22px;
		text-align: left !important;
		padding: 0px !important;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		text-align: justify;
	}
	.bl22 img {
		width: 100% !important;
		margin: 0 0 1em 0 !important;
	}
	h2 {
		margin: 1em 0 !important;
	}
	.top4 {
		height: auto !important;
	}
	h1 {
		text-align: center;
		font-size: 21px;
		line-height: 30px;
	}
	.bl22 h1 br {
		display: none;
	}
	.top form {
		margin-top: 200px;
	}
	.top input[type='text']{
		background: rgba(255,255,255,0.7);
	}
	.salon21_ {
		position: relative;
		top: 0px;
		left: 0px;
	}
	.salon21_ {
		width: 100%;
		margin: 1em 0;
	}
	.bl22 {
/*		background: url(../img/wws.jpg?v=1.2) no-repeat left bottom;
		background-size: auto 70%;
		padding-top: 20px !important;*/
	}
	.topban {
		background: url(../img/bandesk-s.jpg?v=1.1) no-repeat center top;
		height: 400px;
		background-size: 100% auto;
	}
	.topban form {
		position: absolute;
		bottom: -30px;
		right: 20px;
	}
	.topban form input[type='text']{
		display: block;
		width: 215px;
	}
	.topban form input[type='submit']{
		width: 215px;
	}
	h1 div {
		width: 60%;
		text-align: right;
		float: right;
		padding-bottom: 15px;
	}
	.frames_slider .slick-slide, .glasses_slider .slick-slide {
		margin-right: 0px;
	}
	.items span {

	}
	.top4contacts {
		float: right;
	}
	.top4contacts b {
		font-size: 18px;
	}
	.podr {
		font-size: 13px;
	}
	.why {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.menutovarP, .block4 {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.menutovar a {
		font-size: 12px;
		line-height: 16px;
		display: inline-block;
		width: 33%;
		padding: 8px 15px 8px 15px;
	}
	.why > div span {
		font-size: 14px;
		line-height: 18px;
	}
	.why > div {
		padding: 1em;
	}
	.bl31 h1 {
		text-align: center;
	}
}
.warni {position:fixed;top:1px;z-index:100000;width:100%;color:#ff0;background-color:red;text-align:center;margin:0 auto;padding:0.7em 1em;font-weight:bold}
h2 {
	font-size: 30px;
	line-height: 38px;
}
.oftextbl {
	padding: 2em 0 0 0;
}
.oftext {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-gap: 3em;
}
.oftext h2 {
	color: #23a5f0;
	margin: 0px;
}
@media screen and (max-width: 540px) {
	.oftextbl {
		padding: 0 0 0 0;
	}
	.oftext {
		grid-template-columns: 1fr;
		display: block;
		text-align: center;
	}
	.oftext h2 {
		text-align: center;
	}
}
.testitem {
	border: 1px solid #ddd;
	padding: 2em;
	min-height: 500px;
}
.test h2 {
	color: #23a5f0;
}
.test h2, .test p {
	text-align: center;
}
.testnext {
	width: 100%;
	margin: 2em auto 0;
	text-align: center;
	cursor: pointer;
}
.testnext span {
 	margin: 0 auto;
	display: inline;
	text-align: center;
	background-color: #ddd;
	color: #777;
	padding: 10px 30px;
	font-weight: 400;
}
.testnext span:hover {
	color: #fff;
	background-color: #23a5f0;
}
.testitem {
	display: none;
}
.testitem datalist {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  writing-mode: vertical-lr;
  width: 100%;
}
.testitem option {
	padding: 0;
	transform: rotate(-90deg);
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
}
.testitem input[type="range"] {
  width: 100%;
  margin: 0;
}
.testitem-el {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 1em;
}
.och {
	grid-template-columns: 1fr 1fr 1fr;
	width: 400px;
	margin: 0 auto;
}
.ochp {
	grid-template-columns: 1fr 1fr;
	width: 300px;
	margin: 0 auto;
}
.testitem-el > div {
	width: 100px;
	text-align: center;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
}
.testitem-el label {
	display: block;
	border-radius: 100%;
	border: 1px solid #ddd;
	width: 100px;
	height: 100px;
	background-size: 70px auto;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	line-height: 100px;
	text-align: center;
}
.testitem-el label:hover {
	border: 1px solid #23a5f0;
}
.testitem-el input[type="checkbox"]:checked {
	border: 1px solid red;
}
.selinp input, .selinpr input {
	display: none;
}
.selactive {
	border: 1px solid red !important;
	background-color: rgb(255,0,0,0.1);
}
.testitem-bl2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 0 1em;
	font-weight: 400;
}
@media screen and (max-width: 540px) {
	.testitem-el {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.testitem-el > label {
		width: 70px;
		height: 70px;
		line-height: 70px;
		background-size: 50px auto;
	}
	.och {
	 	width: auto;
		grid-template-columns: 1fr 1fr 1fr;
		margin: 0 auto;
	}
	.testitem-bl2 {
		grid-template-columns: 1fr;
	}
}
#custom-handle, #custom-handle_old {
	width: 44px;
	height: 44px;
	top: 50%;
	margin-top: -22px;
	text-align: center;
	border-radius: 100%;
	line-height: 44px;
	outline: none;
}
.statbl {
	color: #fff;
	background-color: #23a5f0;
	padding: 2em;
	margin-top: 2em;
}
.statbl h2 {
	color: #fff;
	text-align: center;
	margin: 0 0 2em 0;
}
.stat {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 3em;
}
.stat > div {
	text-align: center;
}
.eyezen-statistics__icon {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.eyezen-statistics__icon--1 {
  background-image: url(/eyezen/img/eyezen-icon-1.png);
}
.eyezen-statistics__icon--2 {
  background-image: url(/eyezen/img/eyezen-icon-2.png);
}
.eyezen-statistics__icon--3 {
  background-image: url(/eyezen/img/eyezen-icon-3.png);
}
.eyezen-statistics__icon--4 {
  background-image: url(/eyezen/img/eyezen-icon-4.png);
}
.eyezen-statistics__icon--5 {
  background-image: url(/eyezen/img/eyezen-icon-5.png);
}
.eyezen-statistics__icon--6 {
  background-image: url(/eyezen/img/eyezen-icon-6.png);
}
@media screen and (max-width: 540px) {
	.stat {
		grid-template-columns: 1fr 1fr;
	}
}
.cq {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	grid-gap: 0;
	background-color: #eee;
	text-align: center;
	align-items: center;
}
.cq > div {
	text-align: center;
	align-items: center;
}
.cq img {
	width: 100%;
}
.cq p {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
}
.cq a {
	color: #23a5f0;
}
@media screen and (max-width: 540px) {
	.cq {
		grid-template-columns: 1fr;
	}
	h2 {
		font-size: 20px;
		line-height: 28px;
	}
	.cq p {
		font-weight: 700;
		font-size: 18px;
		line-height: 24px;
		text-align: center !important;
	}
}
sup { position: relative; top: -0.5em; font-size: 50%; }
.cq12 {
	grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 540px) {
	.cq12 {
		grid-template-columns: 1fr;
	}
	.imgce {
		text-align: center;
		display: block;
		margin: 0 auto;
	}
}