@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

::-webkit-scrollbar {width: 9px; height: 9px;} 
::-webkit-scrollbar-track-piece {background-color: #E8E8E8; -webkit-border-radius: 50px;} 
::-webkit-scrollbar-thumb:vertical {height: 9px; background-color: #000; -webkit-border-radius: 50px;} 
::-webkit-scrollbar-thumb:horizontal {width: 9px; background-color: #000; -webkit-border-radius: 50px;}

@keyframes myfade {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	width: 100%;
	overflow-x: hidden;
}
body {
	background: #f2f2f2;
	margin: 0;
	padding: 0;
	font: 400 15px 'Montserrat', sans-serif;
	color: #292D32;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	color: #292D32;
	appearance: none;
	-webkit-appearance: none;
	transition: 300ms;
}
input,
button,
select,
textarea {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	font-family: 'Montserrat', sans-serif;
}
button {
	cursor: pointer;
	transition: 300ms;
}
img {
	max-width: 100%;
}
.image img {
	display: block;
}
.slick-slider,
.slick-slider * {
	outline: none!important;
}
.input-class {
	display: block;
	width: 100%;
	background: #f2f2f2;
	border: 1px solid transparent;
	height: 50px;
	padding: 0 21px;
	font-size: 16px;
	transition: 300ms;
	color: #000;
	border-radius: 5px;
}
.input-class::placeholder {
	color: #000;
	transition: 300ms;
}
.input-class:focus::placeholder {
	font-size: 0;
	/*transform: translateY(-9px);
	font-size: 14px;*/
}
textarea.input-class {
	height: 101px;
	resize: none;
	padding: 21px;
}
.input-class:focus {
	border-color: #006C84;
}
.maxwidth {
	margin: 0 auto;
	min-width: 365px;
}
.fixed {
	width: 1266px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
.fixed-1540 {
	width: 1570px;
	max-width: 100%;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.stitle {
	font: 24px/1.15 'Cambria', sans-serif;
}
.btn {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 25px;
	color: #000;
	transition: 300ms;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: 300;
	min-height: 50px;
	max-width: 100%;
	letter-spacing: 0.1em;
	border: 1px solid transparent;
	border-radius: 5px;
}
.btn-arrow {
	padding: 0;
}
.btn-arrow .text {
	width: calc(100% - 55px);
	padding: 14.5px 23px;
	text-align: left;
}
.btn .arrow {
	background: url(../img/arrow-right.svg) no-repeat center;
	width: 55px;
	height: 50px;
	border-left: 1px solid #4F4F4F;
}
.btn-transparent {
	border-color: #747474;
}
.btn-blue {
	background: #000;
	color: #fff;
}
.btn-middle {
	padding: 26px 25px;
	font-size: 16px;
	letter-spacing: 0.26em;
}
.btn-big {
	padding: 29px 25px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
}
.btn > svg {
	width: 20px;
	margin-right: 7px;
}
.btn > svg > path {
	fill: #fff;
}
.btn:hover {
	background: #BAC801;
	color: #fff;
}
.section-title {
	font: 48px/1.23 'Cambria', sans-serif;
	letter-spacing: 0.05rem;
	text-align: center;
}
.size-54 {
	font-size: 54px;
}
.size-30 {
	font-size: 30px;
}
.size-25 {
	font-size: 25px;
}
.items30 {
	margin: -15px;
}
.items30 > div {
	padding: 15px;
}
.image img {
	display: block;
}
.image-responsive {
	height: 0;
	position: relative;
	padding-bottom: 100%;
}
.image-responsive img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: 300ms;
}
.image-responsive-mini {
	padding-bottom: 64%;
}
.image-responsive-big-vertical {
	padding-bottom: 130%;
}
.loop-box {
	position: relative;
}
.loop-btn {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	transition: 300ms;
}
.loop-btn:after {
	content: '';
	background: url(../img/plus.svg) no-repeat center #FFCD00;
	background-size: 44%;
	border: 5px solid #fff;
	border-radius: 50px;
	width: 89px;
	height: 89px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -44.5px 0 0 -44.5px;
	transition: 300ms;
}
.loop-btn:hover:after {
	transform: scale(0.93);
}
.loop-box:hover .loop-btn {
	opacity: 1;
}
.loop-box:hover .image-responsive img {
	filter: brightness(60%);
}
.mslider {
	position: relative;
}
.slider-arrow {
	background: #F9F9F9;
	width: 55px;
	height: 55px;
	display: flex!important;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	margin: -22.5px 0 0 0;
	z-index: 10;
	cursor: pointer;
	transition: 300ms;
	border-radius: 5px;
}
.slider-arrow svg path {
	transition: 300ms;
}
.slider-prev-arrow {
	left: 25px;
}
.slider-next-arrow {
	right: 25px;
}
.slider-arrow:hover {
	background: #000;
}
.slider-arrow:hover svg path {
	stroke: #fff;
}
.mob-menu {
	display: none;
}
.head {
	background: #fff;
}
.head-main {
	position: relative;
	overflow: hidden;
}
.head-main:after {
	content: '';
	background: url('../img/russia.png') no-repeat center bottom / contain;
	width: 1400px;
	height: 431px;
	position: absolute;
	top: -50px;
	left: 50%;
	margin: 0 0 0 -700px;
	filter: blur(5px) brightness(0.8);
	opacity: 0.27;
	/*animation: myfade 1.5s;*/
} 
.head-main .fixed,
.head-bottom {
	position: relative;
	z-index: 3;
}
.head-soc {
	margin: -5px;
	justify-content: flex-end;
}
.head-soc > li {
	margin: 5px;
}
.head-soc > li > a {
	background: #fff;
	width: 45px;
	height: 45px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #BAC801;
	transition: 300ms;
}
.head-soc > li > a > svg  {
	width: 20px;
	height: 20px;
}
.head-soc > li > a > svg > path {
	transition: 300ms;
	fill: #BAC801;
}
.head-soc > li > a:hover {
	background: #BAC801;
	border-color: transparent;
}
.head-soc > li > a:hover > svg > path {
	fill: #fff;
}
.head-main-col-3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.head-info {
	width: 400px;
	max-width: 100%;
}
.head-search {
	margin: 20px 0 0 0;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.head-search-input > input {
	padding: 0 70px 0 15px;
}
.head-search-btn {
	background: #dcdcdc;
	width: 50px;
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 300ms;
}
.head-search-btn > svg {
	width: 20px;
	height: 20px;
}
.head-search-btn > svg > path {
	transition: 300ms;
}
.head-search-btn:hover {
	background: #BAC801;
}
.head-search-btn:hover > svg > path {
	fill: #fff;
}
.head-t {
	justify-content: space-between;
}
.head-eye-btn {
	background: #000;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	color: #fff;
	cursor: pointer;
	padding: 10px 14px;
	min-height: 1px;
}
.head-main {
	padding: 15px 0;
}
.head-main-row {
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.head-main-col-2 {
	margin: auto;
}
.logo {
	position: relative;
	align-items: center;
}
.logo a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.logo-ico img {
	display: block;
	width: 100%;
	border-radius: 100%;
}
.head-logo-ico {
	width: 150px;
}
.head-logo-text {
	width: 240px;
	margin-left: 15px;
	font-size: 15px;
}
.logo-text b {
	font-weight: 600;
}
.head-bottom {
	background: #BAC801;
}
.head-contacts-item {
	margin-bottom: 20px;
	font-size: 15px;
}
.head-contacts-item:last-child {
	margin-bottom: 0;
}
.head-contacts-item-title {
	font-weight: 600;
	margin-bottom: 5px;
}
.head-contacts-item-title svg {
	width: auto;
	height: 18px;
	margin-right: 5px;
}
.head-contacts-item-text a {
	text-decoration: none;
}
.head-contacts-item-text a:hover {
	color: #BAC801;
}
.head-menu > li {
	position: relative;
}
.head-menu > li:before,
.head-menu > li:after {
	content: '';
	background: rgba(255, 255, 255, 0.17);
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
}
.head-menu > li:before {
	left: 0;
}
.head-menu > li:after {
	display: none;
	right: 0;
}
.head-menu > li:last-child:after {
	display: block;
}
.head-menu > li > a {
	display: block;
	color: #fff;
	padding: 18px 25px;
	text-decoration: none;
	transition: 300ms;
}
.head-menu > li.current-menu-item > a {
	background: #000;
}
.head-menu > li:not(.current-menu-item):hover > a {
	background: rgba(255, 255, 255, 0.17);
}
.head-menu > li > ul {
	background: #BAC801;
	width: 100%;
	min-width: 200px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transform-origin: 50% 0;
	transition: 300ms;
	transform: scaleY(0);
}
.head-menu > li > ul > li  {
	border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
.head-menu > li > ul > li:last-child {
	border-bottom: none;
}
.head-menu > li > ul > li > a {
	display: block;
	padding: 8px 10px;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	transition: 300ms;
}
.head-menu > li > ul > li > a br {
	display: none;
}
.head-menu > li > ul > li > a:hover {
	background: rgba(255, 255, 255, 0.17);
}
.head-menu > li:hover > ul {
	opacity: 1;
	transform: scaleY(100%);
	visibility: visible;
}
.main-section {
	background: url('../img/main-bg.jpg') no-repeat top center / cover;
}
.main-in {
	padding: 40px 0 80px 0;
}
.ex-items {
	max-height: 555px;
	overflow: hidden;
}
.ex-item-image {
	overflow: hidden;
}
.ex-item-image img {
	display: block;
	width: 100%;
	border-radius: 5px;
	max-height: 555px;
	object-fit: cover;
}
.main-row {
	margin-top: 40px;
}
.main-col-2 {
	width: 340px;
	margin-left: auto;
}
.main-col-1 {
	width: calc(100% - 370px);
}
.main-box {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0,0,0,0.22);
	padding: 30px 30px 50px 30px;
}
.footer {
	background: #e4e4e4;
	position: relative;
	z-index: 3;
	border-top: 1px solid #dcdcdc;
}
.footer-in {
	position: relative;
	padding: 40px 0 20px 0;
	/*color: #fff;*/
}
.footer-top-row {
	padding: 0;
	align-items: center;
}
.footer-top {
	padding: 0 0 30px 0;
	border-bottom: 1px solid #B3B3B3;
}
.footer-main {
	padding: 40px 0 20px 0;
	border-bottom: 1px solid #B3B3B3;
}
.footer-main-title {
	font-size: 20px;
	margin-bottom: 24px;
}
.footer-main-row {
	margin: -12px;
}
.footer-main-col {
	padding: 12px;
	width: calc(100% / 3);
}
.footer-info {
	align-items: center;
	margin-bottom: 18px;
}
.footer-info:last-child {
	margin-bottom: 0;
}
.footer-info-ico {
	width: 37px;
}
.footer-info-text {
	width: calc(100% - 37px);
}
.footer-info-text a {
	text-decoration: none;
}
.footer-info-text a:hover {
	text-decoration: underline;
}
.footer-bottom {
	padding: 24px 0 0 0;
}
.footer-bottom-col {
	flex: 1 1 auto;
}
.footer-text {
	font-size: 13px;
	text-align: center;
}
.footer-text a {
	text-decoration: none;
}
.footer-text a:hover {
	text-decoration: underline;
}
.footer-col {
	flex: 1 1 auto;
}
.footer-right {
	align-items: center;
	justify-content: flex-end;
}
.footer-bottom-row {
	margin: -8px;
}
.footer-bottom-col  {
	width: 100%;
	padding: 8px;
}
.news-item {
	border-bottom: 1px solid #dcdcdc;
	margin: 0 -10px 40px -10px;
	padding: 10px 10px 50px 10px;
	border-radius: 5px;
}
.news-item:not(.news-item-fix):last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.news-item-top {
	align-items: flex-start;
	margin-bottom: 30px;
}
.news-item-date {
	background: #f2f2f2;
	width: 60px;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	flex-shrink: 0;
	border-radius: 5px;
	overflow: hidden;
}
.news-item-date-day {
	background: #BAC801;
	color: #fff;
	padding: 4px 0;
}
.news-item-date-day > span {
	font-size: 20px;
	display: block;
	font-weight: bold;
}
.news-item-date-year {
	padding: 3px 0;
}
.news-item-title {
	width: calc(100% - 80px);
	margin-left: auto;
	align-items: center;
	min-height: 74px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.35;
}
.news-item-title a {
	text-decoration: none;
	transition: 300ms;
}
.news-item-title a:hover {
	color: #BAC801;
}
.news-item-col-1 {
	width: 270px;
}
.news-item-col-2 {
	width: calc(100% - 290px);
	margin-left: auto;
}
.news-item-attach {
	border: 8px solid #dcdcdc;
	border-radius: 5px;
}
.news-item-attach img {
	display: block;
}
.news-item-attach a,
.detail-image a {
	position: relative;
	display: block;
	overflow: hidden;
}
.news-item-attach-video a:after,
.detail-image a:after {
	content: '';
	background: url(../img/play.svg) no-repeat center / contain;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%; left: 50%;
	transition: 300ms;
	margin: -24px 0 0 -24px;
	z-index: 2;
}
.detail-image a:after {
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
}
.news-item-attach-video a:hover:after,
.detail-image a:hover:after {
	transform: scale(1.1);
}
.news-item-attach img {
	transition: 300ms;
}
.news-item-attach a:hover img {
	filter: brightness(80%);
	transform: scale(1.07);
}
.news-item-fix {
	background: #f5e0b9;
}
.news-item-text {
	font-size: 14px;
	line-height: 1.4;
}
.news-item-text p:not(:last-child) {
	margin-bottom: 22px;
}
.news-item-text a {
	color: blue;
	text-decoration: none;
}
.news-item-text a:hover {
	text-decoration: underline;
}
.news-item-vip {
	margin: 0 0 10px 0;
}
.news-item-vip > div {
	background: #000;
	border-radius: 5px;
	color: #fff;
	padding: 8px 10px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}
.pagination {
	margin: 40px 0 10px 0;
}
.wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
    align-items: flex-end;
}
.wp-pagenavi > * {
    margin: 5px;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
    background: #fff;
    border: 1px solid #F6F6F6;
    border-radius: 5px;
    min-width: 40px;
    height: 40px;
    padding: 0 5px;
    text-align: center;
    line-height: 38px;
    transition: 300ms;
    font-size: 16px;
    color: #858585;
    text-decoration: none;
}
.wp-pagenavi .page:hover {
    background: #BAC801;
    color: #fff;
}
.wp-pagenavi .current {
    background: #BAC801;
    color: #fff;
}
.wp-pagenavi .pages,
.wp-pagenavi .last,
.wp-pagenavi .first {
    display: none!important;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    background: #BAC801;
    width: 40px;
    height: 40px;
    text-decoration: none;
    font-size: 0;
    position: relative;
    border-radius: 5px;
}
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
    background: #000;
}
.wp-pagenavi .nextpostslink:after,
.wp-pagenavi .previouspostslink:after {
    content: '';
    background: url(../img/aw.svg) no-repeat center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
}
.wp-pagenavi .previouspostslink:after {
    transform:rotate(180deg)
}
.side-menu > li {
	margin-bottom: 25px;
	border-radius: 5px;
	overflow: hidden;
}
.side-menu > li:last-child {
	margin-bottom: 0;
}
.side-menu > li > a {
	display: block;
	background: #BAC801;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	padding: 12px 15px;
	font-weight: 600;
	transition: 300ms;
}
.side-menu > li > a:hover {
	 background: #000;
}
.side-menu > li > ul {
	background: #e4e4e4;
	border-radius: 5px;
	margin-top: 10px;
	padding: 5px 0;
}
.side-menu > li > ul > li > a {
	display: block;
	background: #e4e4e4;
	padding: 5px 15px;
	text-decoration: none;
	font-size: 13px;
}
.side-menu > li > ul > li > a:hover {
	background: #fff;
	text-decoration: underline;
}
.side-links {
	margin-top: 40px;
}
.side-links > li {
	margin-bottom: 20px;
}
.side-links > li:last-child {
	margin-bottom: 0;
}
.side-links > li > a {
	background: #f2f2f2;
	padding: 15px;
	border-radius: 5px;
	display: block;
}
body.page .main-row {
	margin: 0;
}
.page-title,
.news-title {
	text-transform: uppercase;
	margin-bottom: 30px;
}
.page-content ul > li {
	margin-bottom: 18px;
}
.page-content ul > li:last-child {
	margin-bottom: 0;
}
.page-content ul > li > a {
	background: #f2f2f2;
	display: block;
	border-radius: 5px;
	padding: 10px 15px;
	text-decoration: none;
}
.page-content ul > li > a:hover {
	background: #000;
	color: #fff;
}
.breadcrumbs {
	padding: 0 0 20px 0;
}
.breadcrumbs > *:after {
	content: '';
	background: url(../img/breadcrumbs-arrow.svg) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	transform: translateY(-1px);
}
.breadcrumbs > *:last-child:after {
	display: none;
}
.breadcrumbs a {
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.gallery-list {
	margin: -15px;
}
.gallery-list > li {
	padding: 15px;
	width: calc(100% / 3);
}
.gallery-list > li > a {
	background: #f2f2f2;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	text-decoration: none;
	border: 1px solid #dcdcdc;
	padding: 40px 20px;
	border-radius: 5px;
	transition: 300ms;
}
.gallery-list > li > a:hover {
	background: #000;
	color: #fff;
	border-color: #000;
}
.image-responsive {
	height: 0;
	position: relative;
	padding-bottom: 100%;
}
.image-responsive img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: 300ms;
}
.image-responsive-mini {
	padding-bottom: 64%;
}
.image-responsive-big-vertical {
	padding-bottom: 130%;
}
.loop-box {
	position: relative;
}
.loop-btn {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	transition: 300ms;
}
.loop-btn:after {
	content: '';
	background: url(../img/plus.svg) no-repeat center #FFCD00;
	background-size: 35%;
	border: 5px solid #000;
	border-radius: 50px;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	transition: 300ms;
	filter: invert(1);
}
.loop-btn:hover:after {
	transform: scale(0.93);
}
.loop-box:hover .loop-btn {
	opacity: 1;
}
.loop-box:hover .image-responsive img {
	filter: brightness(60%);
}
.photo-items {
	margin: -15px;
}
.photo-item {
	width: calc(100% / 3);
	padding: 15px;
}
.photo-item img {
	border-radius: 5px;
}
.photo-back {
	margin-top: 40px;
}
.page-content > * {
	margin-bottom: 22px;
}
.page-content > *:last-child {
	margin-bottom: 0;
}
.page-content ol {
	margin-left: 30px;
}
.page-content ol li {
	list-style: disc outside;
	margin-bottom: 7px;
}
.page-content ol li:last-child {
	margin-bottom: 0;
}
.info-btn {
	padding: 10px 15px;
	letter-spacing: 0;
	min-height: 1px;
	margin-top: 10px;
}
.detail-image {
	margin-bottom: 30px;
}
.detail-photos {
	margin-top: 40px;
}
.detail-content > * {
	margin-bottom: 17px;
}
.detail-content > *:last-child {
	margin-bottom: 0;
}
.photo-items-title {
	margin-bottom: 20px;
	text-transform: uppercase;
}
.detail-bottom {
	margin-top: 40px;
}
.detail-bottom-btn {
	font-size: 17px;
	text-decoration: none;
}
.detail-bottom-btn:hover {
	text-decoration: underline;
}
.detail-bottom-next-btn {
	margin-left: auto;
}
.eye {
    background: #f2f2f2;
    border-bottom: 3px double #dcdcdc;
    padding: 25px 0;
    width: 100%;
    /*position: fixed;
    top: 0; left: 0;
    z-index: 99999999;*/
    display: none;
}
.eye, .eye * {
    font-family: 'Arial', sans-serif;
}
.eye-in {
    max-width: 1250px;
    margin: 0 auto;
}
.eye-items {
    margin: -15px -20px;
    justify-content: space-between;
}
.eye-item {
    padding: 15px 20px;
}
.eye-item.divider {
    width: 100%;
    padding: 0 20px;
}
.eye-item-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 7px;
}
.eye-item-cont > div > div {
    margin-right: 13px;
    cursor: pointer;
}
.eye-item-cont > div > div:last-child {
    margin: 0;
}
.eye-item-cont .flex {
    align-items: center;
}
.eye-size {
    font-size: 18px;
    border: 1px solid transparent;
    padding: 3px;
    line-height: 1;
}
.eye-size.active {
    border-color: #000;
}
.eye-size.i-2 {
    font-size: 23px;
}
.eye-size.i-3 {
    font-size: 26px;
}
.eye-color {
    background: #fff;
    padding: 3px 6px;
    line-height: 1;
    font-size: 18px;
}
.eye-color.i-2 {
    background: #000;
    color: #fff;
}
.eye-spacing.active {
    font-weight: bold;
}
.eye-spacing.i-2 {
    letter-spacing: 0.2em;
}
.eye-spacing.i-3 {
    letter-spacing: 0.4em;
}
.eye-line.active {
    font-weight: bold;
}
.eye-line.i-2 {
    line-height: 1.8;
}
.eye-line.i-3 {
    line-height: 2.1;
}
.eye-font.active {
    font-weight: bold;
}
.eye-font.i-2 {
    font-family: 'Myriad Pro';
}
.eye-off, .eye-reset {
    background: #af6844;
    color: #fff;
    padding: 5px 8px;
    cursor: pointer;
    transition: 300ms;
    margin-top: 10px;
}
.eye-reset {
    color: #000;
    background: #b8b8b8;
    margin-left: 5px;
}
.eye-off:hover, .eye-reset:hover {
    opacity: 0.75;
}
.eye-images {
    background: #bbb;
    width: 70px;
    border-radius: 50px;
    height: 30px;
    position: relative;
    cursor: pointer;
}
.eye-images > input {
    opacity: 0;
    position: absolute;
}
.eye-images > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.eye-images > label:before {
    content: '';
    background: red;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 50px;
    transition: 300ms;
}
.eye-images > input:checked + label:before {
    background: green;
    left: 43px;
}
@media(max-width: 1290px) {
    .eye {
        padding: 15px 10px;
    }
}
@media(max-width: 1200px) {
	
}
@media(max-width: 991px) {
    .eye-item.divider {
        display: none;
    }

    .eye-items {
        margin: -10px -15px;
    }

    .eye-item {
        padding: 10px 15px;
    }

    .eye-off {
        margin: 0;
    }
}