﻿@font-face {
    font-family: "roboto-light";
    font-style: normal;
    font-weight: normal;
	src: local("☺"), url("/themes/default/fonts/roboto-light.woff") format("woff"), url("/themes/default/fonts/roboto-light.ttf") format("truetype"), url("/themes/default/fonts/roboto-light.eot") format("eot");
}
@font-face {
    font-family: "roboto-regular";
    font-style: normal;
    font-weight: normal;
	src: local("☺"), url("/themes/default/fonts/roboto-regular.woff") format("woff"), url("/themes/default/fonts/roboto-regular.ttf") format("truetype"), url("/themes/default/fonts/roboto-regular.eot") format("eot");
}
@font-face {
    font-family: "roboto-medium";
    font-style: normal;
    font-weight: normal;
	src: local("☺"), url("/themes/default/fonts/roboto-medium.woff") format("woff"), url("/themes/default/fonts/roboto-medium.ttf") format("truetype"), url("/themes/default/fonts/roboto-medium.eot") format("eot");
}
@font-face {
    font-family: "roboto-bold";
    font-style: normal;
    font-weight: normal;
	src: local("☺"), url("/themes/default/fonts/roboto-bold.woff") format("woff"), url("/themes/default/fonts/roboto-bold.ttf") format("truetype"), url("/themes/default/fonts/roboto-bold.eot") format("eot");
}

@font-face {
    font-family: "manrope-light";
    font-style: normal;
    font-weight: normal;
	src: local("☺"), url("/themes/default/fonts/Manrope-Light.woff") format("woff"), url("/themes/default/fonts/Manrope-Light.ttf") format("truetype"), url("/themes/default/fonts/Manrope-Light.eot") format("eot");
}
@font-face {
    font-family: "manrope-regular";
    font-style: normal;
    font-weight: normal;
	src: local("☺"), url("/themes/default/fonts/Manrope-Regular.woff") format("woff"), url("/themes/default/fonts/Manrope-Regular.ttf") format("truetype"), url("/themes/default/fonts/Manrope-Regular.eot") format("eot");
}
@font-face {
    font-family: "manrope-medium";
    font-style: normal;
    font-weight: normal;
	src: local("☺"), url("/themes/default/fonts/Manrope-Medium.woff") format("woff"), url("/themes/default/fonts/Manrope-Medium.ttf") format("truetype"), url("/themes/default/fonts/Manrope-Medium.eot") format("eot");
}
@font-face {
    font-family: "manrope-bold";
    font-style: normal;
    font-weight: normal;
	src: local("☺"), url("/themes/default/fonts/Manrope-Bold.woff") format("woff"), url("/themes/default/fonts/Manrope-Bold.ttf") format("truetype"), url("/themes/default/fonts/Manrope-Bold.eot") format("eot");
}

@font-face {
    font-family: "unbounded-light";
    font-style: normal;
    font-weight: normal;
	src: local("☺"), url("/themes/default/fonts/Unbounded-Light.woff") format("woff"), url("/themes/default/fonts/Unbounded-Light.ttf") format("truetype"), url("/themes/default/fonts/Unbounded-Light.eot") format("eot");
}
@font-face {
    font-family: "unbounded-regular";
    font-style: normal;
    font-weight: normal;
	src: local("☺"), url("/themes/default/fonts/Unbounded-Regular.woff") format("woff"), url("/themes/default/fonts/Unbounded-Regular.ttf") format("truetype"), url("/themes/default/fonts/Unbounded-Regular.eot") format("eot");
}
@font-face {
    font-family: "unbounded-medium";
    font-style: normal;
    font-weight: normal;
	src: local("☺"), url("/themes/default/fonts/Unbounded-Medium.woff") format("woff"), url("/themes/default/fonts/Unbounded-Medium.ttf") format("truetype"), url("/themes/default/fonts/Unbounded-Medium.eot") format("eot");
}
@font-face {
    font-family: "unbounded-bold";
    font-style: normal;
    font-weight: normal;
	src: local("☺"), url("/themes/default/fonts/Unbounded-Bold.woff") format("woff"), url("/themes/default/fonts/Unbounded-Bold.ttf") format("truetype"), url("/themes/default/fonts/Unbounded-Bold.eot") format("eot");
}
/*
@font-face {
    font-family: "Arial_Narrow";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/Arial_Narrow.woff") format("woff"), url("/themes/default/fonts/Arial_Narrow.ttf") format("truetype"), url("/themes/default/fonts/Arial_Narrow.svg") format("svg");
}
*/
html, body { 
	width: 100%; 
	height: 100%; 
	padding: 0; 
	margin: 0; 
    font-family: "roboto-regular";
	font-size: 12px; 
	color: #000000;
	background: #ffffff;
	scroll-behavior: smooth;	
}
a { 
	outline: none; 
	-moz-outline: 0; 
	border: none; 
	border-width: 0px; 
}
a:active { 
	outline: none; 
	-moz-outline: 0; 
}
a:focus { 
	outline: none; 
	-moz-outline: 0; 
}
img { 
	border: none; 
	border-width: 0px; 
}
*html #main { 
	height: 100%; 
}
p { 
	margin: 12px 0px ; 
}
a { 
	text-decoration: underline; 
	color: #000; 
}
a:hover { 
	text-decoration: none; 
}

/* ----- h1- h6 ----- */
h1 {
	color: #000;
	font-size: 25px;
	font-style: none;
	font-weight: normal;
	text-transform: uppercase;
    font-family: "roboto-regular";
}
h2, h3, h4 { 
	font-size: 18px;
	margin: 15px 0; 
	font-weight: normal; 
    font-family: "roboto-regular";
}
h3 { 
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
table { 
	border-collapse: collapse; 
}
ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
}

/* ----- pagewrap ----- */
html {
	/**//**/
}
body {
	height:auto;
}
body.no-scroll {
	height: 100%;
	overflow: hidden;
}
#pagewrap {
	width:100%;
	max-width: 1920px;
	padding: 0;
	margin: 0 auto;
	background: #ffffff;
}
#blackwrap {
	z-index: 3;
}
#show_form {
	z-index: 4;
}

/* ----- header ----- */
header {
	/* position: fixed; */
	width: 100%;
	padding: 0px;
	margin: 0px;
    font-family: "manrope-regular";
	font-size: 14px;
	font-weight: normal;
	color:#000000;
	background: #eeeeee;
	z-index: 3;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
}
header.scrolled {/*
	-webkit-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);	
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	*/
}
#header-container {
	width: 91%;
	max-width: 1500px;
	height: 72px;
	padding: 0px;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#header-logo {
	width: 165px;
	flex-basis: 165px;
	display: block;
	padding: 0px;
	margin: 0px 7.5% 10px 15px;
	text-decoration: none;
	opacity: 1.0;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
}
#header-logo:hover {
	opacity: 0.7;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
}
#header-logo img {
	display: block;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
}
#header-slogan {
	padding: 0px;
	margin: 0px;
	font-family: "manrope-regular";
	font-family: "roboto-regular";
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1.3px;
	cursor: pointer;
	color: #656565;	
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;			
}
#header-slogan:hover {
	color: #000000;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;		
}
#header-persona {
	width: 300px;
	flex-basis: 300px;
	padding: 0px 0px;
	margin: 0px 0px 0px auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header-wish {
	position: relative;
	display: block;
	width: 24px;
	flex-basis: 24px;
	height: 24px;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	background: url("/themes/default/images/header-wish-3x.png") no-repeat 50% 50%;
	background-size: 24px;	
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;		
}
.header-wish:hover {
	background: url("/themes/default/images/header-wish-hover-3x.png") no-repeat 50% 50%;
	background-size: 24px;	
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
}
.header-wish.active {
	background: url("/themes/default/images/header-wish-active-3x.png") no-repeat 50% 50%;
	background-size: 24px;	
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
}
.header-chat {
	position: relative;
	display: block;
	width: 24px;
	flex-basis: 24px;
	height: 24px;
	padding: 0px;
	margin: 0px 0px 0px 15px;
	background: url("/themes/default/images/header-chat-3x.png") no-repeat 50% 50%;
	background-size: 24px;	
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;		
}
.header-chat:hover {
	background: url("/themes/default/images/header-chat-hover-3x.png") no-repeat 50% 50%;
	background-size: 24px;	
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
}
.header-chat.active {
	background: url("/themes/default/images/header-chat-active-3x.png") no-repeat 50% 50%;
	background-size: 24px;	
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
}
.header-chat span {
	position: absolute;
	top: -12px;
	right: -10px;
	margin: 0px;
	padding: 0px 6px;
	background-color: #FBFF0E;
	font-family: "roboto-bold";
	font-weight: normal;
	font-size: 10px;
	line-height: 11px;
	text-align: center;
	border: 1px solid #ED7700;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}
.header-user {
	position: relative;
	padding: 0px 0px;
	margin: 0px 0px 0px 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header-user-registration {
	padding: 0px;
	margin: 0px;
	font-family: "manrope-regular";
  	font-size: 13px;
  	font-weight: normal;
	color: #000000;
	text-decoration: none;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;			
}
.header-user-registration:hover {
	color: #4A7EF8;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;		
}
.header-user-logged {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 200px;
	flex-basis: 200px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
.header-user-logged img {
	display: block;
	width: 46px;
	flex-basis: 46px;
	height: 46px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.header-user-logged span {
	padding: 0px;
	margin: 0px 0px 0px 20px;
	font-family: "manrope-regular";
  	font-size: 13px;
	line-height: 20px;
  	font-weight: normal;	
	color: #4A7EF8;
}
.header-business-logged {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 200px;
	flex-basis: 200px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	text-decoration: none;	
}
.header-business-logged img {
	display: block;
	max-width: 98px;
	max-height: 90%;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.header-business-logged span {
	padding: 0px;
	margin: 0px 0px 0px 20px;
	font-family: "manrope-regular";
  	font-size: 13px;
	line-height: 20px;
  	font-weight: normal;	
	color: #4A7EF8;
}
#header-add-ad {
	display: block;
	width: 182px;
	height: 36px;
	flex-basis: 182px;
	padding: 0px;
	margin: 0px 24px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #4A7EF8;
	color: #ffffff;
	font-family: "manrope-regular";
	font-size: 12.5px;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	border-radius: 36px;
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	-ms-border-radius: 36px;
	-o-border-radius: 36px;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;		
}
#header-add-ad:hover {
	background: #206AE7;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
}
#header-language {
	padding: 0px;
	margin: 0px;
}
#header-language ul {
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#header-language ul li a {
	display: block;
	width: 23px;
	flex-basis: 23px;
	height: auto;
	padding: 0px;
	margin: 0px 26px 0px 0px;
	text-decoration: none;
	font-family: "manrope-regular";
	font-size: 12px;
	font-weight: normal;
	color: #A2A2A2;
	text-transform: uppercase;
	text-align: center;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;		
}
#header-language ul li:last-child a {
	padding: 0px;
	margin: 0px 20px 0px 0px;	
}
#header-language ul li a img {
	display: block;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
}
#header-language ul li a:hover,
#header-language ul li a.active {
	font-family: "manrope-bold";
	color:#4A7EF8;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
}
.header-user-greeting {
	display: none;
	width: 207px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 55px;
	left: 0px;
	background-color: #ffffff;
	box-shadow: 0px 0px 4px 3px rgba(34, 60, 80, 0.3);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	z-index: 1;
}
.header-user-greeting.active {
	display: block;
}
.header-user-greeting-container {
	position: relative;
	/* overflow: hidden; */
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.header-user-greeting-close {
	position: absolute;
	overflow: hidden;
	top: -15px;
	right: -30px;
	width: 21px;
	height: 21px;
	flex-basis: 21px;
	margin: 0px;
	padding: 2px;
	background: #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	cursor: pointer;
	opacity: 0.7;
	box-shadow: 0px 0px 4px 3px rgba(34, 60, 80, 0.3);
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
}
.header-user-greeting-close:hover {
	opacity: 1.0;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;			
}
.header-user-greeting-close img {
	display: block;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
}
#userSwiper {
	width: 80%;
	padding: 0px;
	overflow: hidden;
	margin: 15px auto 5px auto;
}
#userSwiper .swiper-wrapper {
	/**//**/
}
#userSwiper .swiper-slide {
	/**//**/
	width: auto;
}
#userSwiper .swiper-user {
	overflow: hidden;
	display: block;
	width: 47px;
	flex-basis: 47px;
	height: 47px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	cursor: pointer;
}
.swiper-user-add {
	background: url("/themes/default/images/swiper-user-add-2x.jpg") no-repeat 50% 50%;
	background-size: 47px;
}
.swiper-user-add:hover {
	background: url("/themes/default/images/swiper-user-add-hover-2x.jpg") no-repeat 50% 50%;
	background-size: 47px;
}
.swiper-user-add.active {
	background: url("/themes/default/images/swiper-user-add-active-2x.jpg") no-repeat 50% 50%;
	background-size: 47px;
}
.swiper-user-1 {
	background: url("/themes/default/images/swiper-user-1-2x.jpg") no-repeat 50% 50%;
	background-size: 47px;
}
.swiper-user-2 {
	background: url("/themes/default/images/swiper-user-2-2x.jpg") no-repeat 50% 50%;
	background-size: 47px;
}
.swiper-user-3 {
	background: url("/themes/default/images/swiper-user-3-2x.jpg") no-repeat 50% 50%;
	background-size: 47px;
}
.swiper-user-4 {
	background: url("/themes/default/images/swiper-user-4-2x.jpg") no-repeat 50% 50%;
	background-size: 47px;
}
.header-user-greeting-alert {
	width: 80%;
	padding: 10px 0px 0px 0px;
	margin: 0px auto;
	font-family: "manrope-regular";
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	color: #999999;
}
.header-user-greeting-menu {
	width: 80%;
	padding: 0px;
	margin: 0px auto;
}
.header-user-greeting-menu li a {
	display: block;
	padding: 6px 0px;
	margin: 0px 0px;
	text-decoration: none;
	font-family: "manrope-regular";
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;	
}
.header-user-greeting-money {
	color: #a5a5a5;
}
.header-user-greeting-menu li a:hover {
	color: #4A7EF8;
}
.header-user-greeting-exit {
	width: 80%;
	padding: 7px 0px 15px 0px;
	margin: 0px auto;
	border-top: 1px solid #eeeeee;
	font-family: "manrope-regular";
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #999999;	
}
.header-user-greeting-exit a {
	font-family: "manrope-regular";
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.header-user-greeting-exit a:hover {
	color: #4A7EF8;
}







/* search-on-main */
#search-on-main {
	width: 100%;
	padding: 0px;
	margin: 10px auto;
}
#search-on-main-container {
	height: 77px;
	width: 92%;
	max-width: 1500px;
	padding: 0px;
	margin: 0px auto;
	background: #E80FFF;
	background: linear-gradient(170deg,rgba(232, 15, 255, 1) 15%, rgba(122, 15, 178, 1) 36%, rgba(0, 209, 255, 1) 93%);
	border-radius:36px;
	-webkit-border-radius:36px;
	-moz-border-radius:36px;
	-ms-border-radius:36px;
	-o-border-radius:36px;
}
#search-on-main-form {
	width: 97%;
	height: 100%;
	padding: 0px;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#search-on-main-block {
	position: relative;
	width: 84%;
	flex-basis: 84%;
	height: 35px;
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: center;
	background: #ffffff;
	justify-content: space-between;
	border:2px solid #B7B7B7;
	border-radius: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
}
.search-word {
	width: 59%;
	flex-basis: 59%;
	margin: 0px 2.3%;
	padding: 0px 0px;
	font-family: "roboto-regular";
	font-size: 15px;
	font-weight: normal;
	color: #010101;
	border: none;
}
.search-word::placeholder {
	font-family: "roboto-regular";
	font-size: 15px;
	font-weight: normal;
	color: #0101018a;
}
.search-word:active, 
.search-word:hover, 
.search-word:focus {
	outline: 0;
	outline-offset: 0;
}	
#search-on-main-current-region {
	width: 20%;
	flex-basis: 20%;
	margin: 0px;
	padding: 5px 6% 5px 2%;
	font-family: "roboto-regular";
	font-size: 16px;
	font-weight: normal;
	color: #000000;	
	text-align: right;
	background: url("/themes/default/images/header-search-arrow-3x.png") no-repeat 90% 50%;
	background-size: 11px;
	cursor: pointer;
}
.search-on-main-ok {
	width: 14%;
	flex-basis: 14%;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #FBFF0E;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
	text-decoration: none;	
}
.search-on-main-ok:hover {
	background-color: #DCDF00;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;		
}
.search-on-main-ok img {
	width: 20px;
	flex-basis: 20px;
	padding: 0px;
	margin: 0px 0px 0px 13%;
}
.search-on-main-ok span {
	padding: 0px;
	margin: 0px 25% 0px 0px;
	font-family: "roboto-regular";
	font-size: 20px;
	font-weight: normal;
	color:#000000;
}
#search-on-main-region-list {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
	flex-basis: 300px;
	margin: 0px;
	padding: 5px 0px;
	background-color: #f2f1f0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);	
	z-index: 2;
}
.active #search-on-main-region-list {
	display: block;
}
#search-on-main-region-list li {
	padding: 7px 5% 8px 5%;
	margin: 0px 0px;
	font-family: "manrope-medium";
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	cursor: pointer;
	text-align: right;
	opacity: 1.0;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;		
}
#search-on-main-region-list li:hover,
#search-on-main-region-list li.active {
	opacity: 0.6;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
}
 
/* menu-on-main */
#menu-on-main {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#menu-on-main-container {
	width: 92%;
	max-width: 1500px;
	padding: 0px;
	margin: 0px auto;	
}

#main-menu {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.main-menu-block {
	position: relative;
	display: block;
	width: 188px;
	flex-basis: 188px;
	height: 71px;
	padding: 0px;
	margin: 0px 0px 13px 0px;
	background: #EEEEEE;
	border-radius: 66px;
	-webkit-border-radius: 66px;
	-moz-border-radius: 66px;
	-ms-border-radius: 66px;
	-o-border-radius: 66px;
	/* transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	 */
}
.main-menu-block.active {
	border-radius: 36px 36px 0px 0px;
	-webkit-border-radius: 36px 36px 0px 0px;
	-moz-border-radius: 36px 36px 0px 0px;
	-ms-border-radius: 36px 36px 0px 0px;
	-o-border-radius: 36px 36px 0px 0px;
	/* transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	 */
}
.main-menu-block-6 {
	height: 154px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}
.main-menu-block a {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	opacity: 1.0;
	/* transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	 */
	border-radius: 66px;
	-webkit-border-radius: 66px;
	-moz-border-radius: 66px;
	-ms-border-radius: 66px;
	-o-border-radius: 66px;	
}
.main-menu-block a:hover {
	/* transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	 */
}
.main-menu-block.active a {
	border-radius: 36px 36px 0px 0px;
	-webkit-border-radius: 36px 36px 0px 0px;
	-moz-border-radius: 36px 36px 0px 0px;
	-ms-border-radius: 36px 36px 0px 0px;
	-o-border-radius: 36px 36px 0px 0px;
	/* transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	 */
}
.main-menu-block a span {
	display: block;
	padding: 0px 0px;
	margin: 18px 15px;
	font-family: "roboto-regular";
	font-size: 14.5px;
	font-weight: normal;
	line-height: 17px;
	color: #000000;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;		
}
.main-menu-block a:hover span {
	color: #727272;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;		
}
.main-menu-block-1 a {
	background: url("/themes/default/images/menu-1-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-2 a {
	background: url("/themes/default/images/menu-2-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-3 a {
	background: url("/themes/default/images/menu-3-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-4 a {
	background: url("/themes/default/images/menu-4-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-5 a {
	background: url("/themes/default/images/menu-5-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-6 a {
	background: url("/themes/default/images/menu-6-2x.png") no-repeat 100% 50%;
	background-size: 160px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}
.main-menu-block-7 a {
	background: url("/themes/default/images/menu-7-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-8 a {
	background: url("/themes/default/images/menu-8-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-9 a {
	background: url("/themes/default/images/menu-9-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-10 a {
	background: url("/themes/default/images/menu-10-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-11 a {
	background: url("/themes/default/images/menu-11-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-12 a {
	background: url("/themes/default/images/menu-12-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-13 a {
	background: url("/themes/default/images/menu-13-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-14 a {
	background: url("/themes/default/images/menu-14-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-15 a {
	background: url("/themes/default/images/menu-15-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-16 a {
	background: url("/themes/default/images/menu-16-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-17 a {
	background: url("/themes/default/images/menu-17-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-18 a {
	background: url("/themes/default/images/menu-18-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-row-big {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main-menu-row-med {
	width: 82.5%;
	display: block;
}
.main-menu-row-small {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.main-menu-submenu {
	width: 100%;
	min-height: 88px;
	padding: 0px;
	margin: 5px 0px 13px 0px;
	background-color: #eeeeee;
	border-radius: 21px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	-ms-border-radius: 21px;
	-o-border-radius: 21px;
}
.main-menu-block.active::after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -35px;
	width: 100%;
	height: 35px;
	background-color: #eeeeee;
}
.main-menu-block-sub {
	display: none;
}
.main-menu-submenu .main-menu-block-sub {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0px 0px 0px 0px;
	padding: 8px 3% 20px 3%;
}
.main-menu-submenu .main-menu-block-sub li {
	width: 20%;
	flex-basis: 20%;
	padding: 0px;
	margin: 0px 1% 0px 0px;
}
.main-menu-submenu .main-menu-block-sub li a {
	display: block;
	padding: 5px 0px;
	margin: 0px 0px;
	font-family: "roboto-regular";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	opacity: 1.0;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;		
}
.main-menu-submenu .main-menu-block-sub li a:hover {
	opacity: 0.6;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
}
.main-menu-submenu p {
	display: block;
	margin: 0px;
	padding: 17px 3% 5px 3%;
	font-family: "roboto-light";
	font-size: 12px;
	font-weight: normal;
	color: #000000;	
}
.main-menu-submenu p span {
	padding: 0px;
	margin: 0px;
	font-family: "roboto-bold";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

/* menu with grid */
/*#main-menu {
	width: 100%;
	padding: 0px;
	margin: 0px;
    display: grid;
    grid-template-columns: minmax(188px, auto) minmax(188px, auto) minmax(188px, auto) minmax(188px, auto) minmax(188px, auto) minmax(188px, auto);
	grid-auto-flow: row dense;
    row-gap: 13px;
	column-gap: 40px;
}
.main-menu-block {
	display: block;
	padding: 0px;
	background: #EEEEEE;
	border-radius: 66px;
	-webkit-border-radius: 66px;
	-moz-border-radius: 66px;
	-ms-border-radius: 66px;
	-o-border-radius: 66px;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
}
.main-menu-block.active {
	border-radius: 36px 36px 0px 0px;
	-webkit-border-radius: 36px 36px 0px 0px;
	-moz-border-radius: 36px 36px 0px 0px;
	-ms-border-radius: 36px 36px 0px 0px;
	-o-border-radius: 36px 36px 0px 0px;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
}
.main-menu-block-6 {
	grid-column: auto;
    grid-row: span 2 / span 2;
    grid-column-start: 6;
	align-self: stretch;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}
.main-menu-block a {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	opacity: 1.0;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
	border-radius: 66px;
	-webkit-border-radius: 66px;
	-moz-border-radius: 66px;
	-ms-border-radius: 66px;
	-o-border-radius: 66px;	
}
.main-menu-block a:hover {
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
}
.main-menu-block.active a {
	border-radius: 36px 36px 0px 0px;
	-webkit-border-radius: 36px 36px 0px 0px;
	-moz-border-radius: 36px 36px 0px 0px;
	-ms-border-radius: 36px 36px 0px 0px;
	-o-border-radius: 36px 36px 0px 0px;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
}
.main-menu-block a span {
	display: block;
	padding: 0px 0px;
	margin: 18px 15px;
	font-family: "roboto-regular";
	font-size: 14.5px;
	font-weight: normal;
	line-height: 17px;
	color: #000000;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;		
}
.main-menu-block a:hover span {
	color: #727272;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;		
}
.main-menu-block-1 a {
	background: url("/themes/default/images/menu-1-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-2 a {
	background: url("/themes/default/images/menu-2-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-3 a {
	background: url("/themes/default/images/menu-3-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-4 a {
	background: url("/themes/default/images/menu-4-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-5 a {
	background: url("/themes/default/images/menu-5-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-6 a {
	background: url("/themes/default/images/menu-6-2x.png") no-repeat 100% 50%;
	background-size: 160px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}
.main-menu-block-7 a {
	background: url("/themes/default/images/menu-7-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-8 a {
	background: url("/themes/default/images/menu-8-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-9 a {
	background: url("/themes/default/images/menu-9-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-10 a {
	background: url("/themes/default/images/menu-10-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-11 a {
	background: url("/themes/default/images/menu-11-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-12 a {
	background: url("/themes/default/images/menu-12-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-13 a {
	background: url("/themes/default/images/menu-13-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-14 a {
	background: url("/themes/default/images/menu-14-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-15 a {
	background: url("/themes/default/images/menu-15-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-16 a {
	background: url("/themes/default/images/menu-16-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-17 a {
	background: url("/themes/default/images/menu-17-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}
.main-menu-block-18 a {
	background: url("/themes/default/images/menu-18-2x.png") no-repeat 100% 50%;
	background-size: 123px;
}

#menu-on-main-ul.active-0 .menu-on-main-li-6 {
	grid-column: auto;
    grid-row: auto;  
}
#menu-on-main-ul.active-0 .menu-on-main-li-6 a {
	background: url("/themes/default/images/menu-6-2x.png") no-repeat 100% 50%;
	background-size: 100px;
}
.main-menu-submenu {
	grid-column: span 5fr / span 5fr;
	1grid-row: span 2;
	height: 200px;
	background-color: #eeeeee;
	border-radius: 21px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	-ms-border-radius: 21px;
	-o-border-radius: 21px;
}*/



/* premium-on-main */
#premium-on-main {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#premium-on-main-container {
	position: relative;
	width: 92%;
  	max-width: 1500px;
	padding: 0px;
	margin: 0px auto;
}
#premium-on-main-container h2 {
	margin: 0px;
	padding: 32px 0 40px 0;
	font-family: "manrope-bold";
	font-size: 24px;
	font-weight: normal;
	color: #000000;
}
#premiumSwiper {
	overflow: hidden;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#premiumSwiper .swiper-wrapper {
	/**//**//**/
}
#premiumSwiper .swiper-slide {
	/**//**//**/
}
.swiper-item {
	width: 100%;
	flex-basis: 100%;
	padding: 0px;
	margin: 0px;
}
.swiper-item-img {
	width: 100%;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	position: relative;
}
.swiper-item-img-a {
	display: block;
	padding: 0px;
	margin: 0px;
	text-decoration: none;	
}
.swiper-item-img-a img {
	display: block;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
}
.swiper-item-img-a img:hover {
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;		
	-webkit-box-shadow: 0px 0px 5px 2px rgba(34, 60, 80, 0.4);
	-moz-box-shadow: 0px 0px 5px 2px rgba(34, 60, 80, 0.4);
	box-shadow: 0px 0px 5px 2px rgba(34, 60, 80, 0.4);	
}
.swiper-item-img-wish {
	width: 23px;
	height: 17px;
	position: absolute;
	top: 10px;
	right: 5px;
	background: url("/themes/default/images/catalog-item-img-wish-3x.png") no-repeat 50% 50%;
	background-size: 23px;
}
.swiper-item-img-wish:hover {
	background: url("/themes/default/images/catalog-item-img-wish-hover-3x.png") no-repeat 50% 50%;
	background-size: 23px;
}
.swiper-item-img-wish.active {
	background: url("/themes/default/images/catalog-item-img-wish-active-3x.png") no-repeat 50% 50%;
	background-size: 23px;
}
.swiper-item-title {
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 0px 0px;
	overflow: hidden;
	width: 95%;
	height: 35px;
	font-family: "manrope-medium";
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 17px;
}
.swiper-item-prices {
	width: 100%;
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.swiper-item-price {
	padding: 0px;
	margin: 0px 5px 0px 0px;
	font-family: "manrope-bold";
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 17px;	
}
.swiper-item-sale {
	padding: 0px;
	margin: 0px 5px 0px 0px;
	font-family: "manrope-medium";
	font-size: 13px;
	font-weight: normal;
	color: #acacac;
	line-height: 17px;	
	text-decoration: line-through;
}
.swiper-item-map {
	padding: 0px 0px 0px 13px;
	margin: 0px;
	font-family: "manrope-medium";
	font-size: 12.5px;
	font-weight: normal;
	color: #000000;
	line-height: 17px;
	background: url("/themes/default/images/catalog-item-map-3x.png") no-repeat 0px 50%;
	background-size: 10px;	
}
.swiper-premium-button-prev {
	position: absolute;
	top: 51%;
	left: 0px;
	width: 55px;
	flex-basis: 55px;
	height: 55px;
	background: #eeeeeecc url("/themes/default/images/swiper-premium-button-prev-3x.png") no-repeat 50% 50%;
	background-size: 15px;
	z-index: 1;
	cursor: pointer;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
}
.swiper-premium-button-prev:hover {
	background: #eeeeee url("/themes/default/images/swiper-premium-button-prev-3x.png") no-repeat 50% 50%;
	background-size: 15px;	
	opacity: 1.0;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
}
.swiper-premium-button-prev.swiper-button-disabled {
	display: none;
}
.swiper-premium-button-next {
	position: absolute;
	top: 51%;
	right: 0px;
	width: 55px;
	flex-basis: 55px;
	height: 55px;
	background: #eeeeeecc url("/themes/default/images/swiper-premium-button-next-3x.png") no-repeat 50% 50%;
	background-size: 15px;
	z-index: 1;
	cursor: pointer;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
}
.swiper-premium-button-next:hover {
	background: #eeeeee url("/themes/default/images/swiper-premium-button-next-3x.png") no-repeat 50% 50%;
	background-size: 15px;	
	opacity: 1.0;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
}
.swiper-premium-button-next.swiper-button-disabled {
	display: none;
}

/* recommendations-on-main */
#recommendations-on-main {
	width: 100%;
	padding: 0px 0px 80px 0px;
	margin: 0px;
}
#recommendations-on-main-container {
	width: 100%;
	/* max-width: 1500px; */
	padding: 0px;
	margin: 0px auto;
}
#recommendations-on-main h2 {
	width: 92%;
	margin: 0px auto;
	max-width: 1500px;
	padding: 22px 0px 13px 0px;
	font-family: "manrope-bold";
	font-size: 24px;
	font-weight: normal;
	color: #000000;
}
.catalog-list {
	width: 94%;
	max-width: 1500px;
	padding: 0px;
	margin: 0px auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	flex-wrap: wrap;
}
.catalog-item {
	width: 246px;
	flex-basis: 246px;
	padding: 0px;
	margin: 0px 5px 32px 5px;
}
.catalog-item-img {
	width: 100%;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.catalog-item-img-a {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
.catalog-item-img-a img {
	display: block;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;		
}
.catalog-item-img-a img:hover {
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;		
	-webkit-box-shadow: 0px 0px 5px 2px rgba(34, 60, 80, 0.4);
	-moz-box-shadow: 0px 0px 5px 2px rgba(34, 60, 80, 0.4);
	box-shadow: 0px 0px 5px 2px rgba(34, 60, 80, 0.4);	
}
.catalog-item-img-wish {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 27px;
	height: 20px;
	background: url("/themes/default/images/catalog-item-img-wish-3x.png") no-repeat 50% 50%;
	background-size: 27px;
	cursor: pointer;
}
.catalog-item-img-wish:hover {
	background: url("/themes/default/images/catalog-item-img-wish-hover-3x.png") no-repeat 50% 50%;
	background-size: 27px;
}
.catalog-item-img-wish.active {
	background: url("/themes/default/images/catalog-item-img-wish-active-3x.png") no-repeat 50% 50%;
	background-size: 27px;
}
.catalog-item-img-logo {
	position: absolute;
	top: 15px;
	left: 15px;
	max-width: 101px;
	max-height: 45px;
}
.catalog-item-img-logo img {
	display: block;
	width: 100%;
	flex-basis: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-ms-border-radius: 13px;
	-o-border-radius: 13px;
}
.catalog-item-img-marks {
	position: absolute;
	left: 15px;
	bottom: 15px;
}
.catalog-item-img-top {
	display: block;
	width: 36px;
	height: 20px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	background: url("/themes/default/images/catalog-item-img-top-3x.png") no-repeat 50% 50%;
	background-size: 36px;
}
.catalog-item-img-premium {
	display: block;
	width: 66px;
	height: 20px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	background: url("/themes/default/images/catalog-item-img-premium-3x.png") no-repeat 50% 50%;
	background-size: 66px;	
}
.catalog-item-img-video {
	display: block;
	width: 36px;
	height: 20px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	background: url("/themes/default/images/catalog-item-img-video-3x.png") no-repeat 50% 50%;
	background-size: 36px;
}
.catalog-item-title {
	width: 90%;
	height: 45px;
	margin: 17px 0px 0px 0px;
	padding: 0px;
	font-family: "manrope-medium";
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
.catalog-item-prices {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}
.catalog-item-price {
	padding: 0px;
	margin: 0px 5px 0px 0px;
	font-family: "manrope-bold";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: 17px;
}
.catalog-item-price.yellow {
	background: #fbff0e;
}
.catalog-item-sale {
	padding: 0px;
	margin: 0px 5px 0px 0px;
	font-family: "manrope-medium";
	font-size: 13px;
	font-weight: normal;
	color: #acacac;
	line-height: 17px;
	text-decoration: line-through;
}
.catalog-item-footage {
	padding: 0px;
	margin: 0px 5px 0px 0px;
	font-family: "manrope-medium";
	font-size: 13px;
	font-weight: normal;
	color: #acacac;
	line-height: 17px;
	/* text-decoration: line-through; */
}
.catalog-item-rent {
	padding: 0px;
	margin: 0px 5px 0px 0px;
	font-family: "manrope-medium";
	font-size: 13px;
	font-weight: normal;
	color: #acacac;
	line-height: 17px;
	/* text-decoration: line-through; */	
}
.catalog-item-vr {
	padding: 0px;
	margin: 0px 5px 0px auto;
	width: 16.6px;
	height: 16px;
	background: url("/themes/default/images/catalog-item-vr-3x.png") no-repeat 50% 50%;
	background-size: 16.6px;
}
.catalog-item-map {
	width: 90%;
	height: 40px;
	overflow: hidden;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	font-family: "manrope-medium";
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	background: url("/themes/default/images/catalog-item-map-3x.png") no-repeat 0px 20%;
	background-size: 10px;
}
.catalog-item-advantages {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-family: "manrope-regular";
	font-size: 16px;
	font-weight: normal;
	color: #999999;
}
.catalog-item-area {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 20px;
	background: url("/themes/default/images/catalog-item-area-3x.png") no-repeat 0px 50%;
	background-size: 19px;
}
.catalog-item-area sup {
	font-size: 10px;
}
.catalog-item-bath {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 23px;
	background: url("/themes/default/images/catalog-item-bath-3x.png") no-repeat 0px 50%;
	background-size: 20px;	
}
.catalog-item-bed {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 23px;
	background: url("/themes/default/images/catalog-item-bed-3x.png") no-repeat 0px 50%;
	background-size: 20px;		
}
.catalog-item-dog {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 23px;
	background: url("/themes/default/images/catalog-item-dog-3x.png") no-repeat 0px 50%;
	background-size: 20px;		
}
.catalog-item-dog-no {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 23px;
	background: url("/themes/default/images/catalog-item-dog-no-3x.png") no-repeat 0px 50%;
	background-size: 20px;		
}
.catalog-item-mileage,
.catalog-item-auto,
.catalog-item-engine {
	padding: 0px;
	margin: 0px 10px 0px 0px;
	font-family: "manrope-regular";
  	font-size: 15px;
	line-height: 30px;
  	font-weight: normal;
  	color: #999999;
}
.catalog-item-date {
	padding: 0px;
	margin: 0px;
	font-family: "manrope-regular";
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}



/* footer */
footer {
	width: 100%;
	height: 275px;
	padding: 0px;
	margin: 0px;
	background: #eeeeee;
}
#footer-main {
	width: 95%;
	max-width: 1500px;
	padding: 0px 0px 53px 0px;
	margin: 0px auto;
}
#footer-main-container {
	width: 100%;
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
#footer-logo {
	display: block;
	padding: 0px;
	margin: 47px 0px 0px 0px;
	width: 230px;
	flex-basis: 230px;
	text-decoration: none;
	opacity: 1.0;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;		
}
#footer-logo:hover {
	opacity: 0.7;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;		
}
#footer-logo img {
	display: block;
	width: 170px;
	height: auto;
	padding: 0px;
	margin: 0px auto;
}
#footer-logo span {
	display: block;
	padding: 3px 0px;
	margin: 0px 0px;
	text-align: center;
	font-family: "unbounded-regular";
	font-weight: normal;
	font-size: 12px;
	color: #656565;
	text-align: center;
}
.footer-main-block {
	padding: 0px;
	margin: 53px 0px 0px 0px;
}
.footer-main-block ul {
	padding: 0px;
	margin: 0px;
}
.footer-main-block ul li {
	padding: 0px;
	margin: 0px;
}
.footer-main-block ul li a {
	display: block;
	padding: 4px 0px;
	margin: 0px 0px;
	font-family: "manrope-medium";
  	font-size: 13.5px;
  	font-weight: normal;
  	color: #000000;
  	line-height: 17px;
	text-decoration: none;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;		
}
.footer-main-block ul li a:hover {
	opacity: 0.7;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
}
.footer-main-block-1 {
	padding: 0px;
	margin: 53px 0px 0px 9%;
}
.footer-main-block-2 {
	padding: 0px;
	margin: 53px 0px 0px 8%;
}
.footer-main-block-3 {
	width: 170px;
	flex-basis: 170px;
	padding: 0px;
	margin: 43px 30px 0px auto;
}
.footer-main-block-3 h3 {
	/**//**//**//**/
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #737373;
	font-family: "manrope-medium";
	font-size: 13.5px;
	font-weight: normal;	
	text-transform: uppercase;
}
.footer-main-block-3 ul {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7px 0px 0px 0px;
	margin: 0px;
}
.footer-main-block-3 ul li {
	padding: 0px;
	margin: 2px;
}
.footer-main-block-3 ul li a {
	display: block;
	width: 29px;
	flex-basis: 29px;
	height: 29px;
	padding: 0px;
	margin: 0px;
}
.footer-main-block-3 ul li a img {
	display: block;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
}
#footer-law {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#footer-law-container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 23px 0px 15px 0px;
	margin: 0px auto;
	width: 94%;
	max-width: 1500px;
	border-top: 2px solid #DADBDD;
	font-family: "manrope-medium";
	font-size: 11px;
	font-weight: normal;
	color: #737373;	
}
.footer-law-block-3 {
	padding: 0px;
	margin: 0px 5px 0px 0px;
}
.footer-law-block-3 a {
	font-family: "manrope-bold";
	color: #cf4200;
	font-size: 11.5px;
	text-decoration: none;
	opacity: 1.0;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
}
.footer-law-block-3 a:hover {
	color: #e95e1e;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
}
.footer-law-menu {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	margin: 0px;
}
.footer-law-menu li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-law-menu li::after {
	content: "";
	display: block;
	width: 2px;
	flex-basis: 2px;
	height: 8px;
	background: #adacac;
}
.footer-law-menu li a {
	margin: 0px;
	padding: 0px 6px;
	font-family: "manrope-medium";
	font-size: 11.5px;
	font-weight: normal;
	color: #737373;
	text-decoration: none;
	opacity: 1.0;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;		
}
.footer-law-menu li:last-child:after {
	content: "";
	display: none;
}
.footer-law-menu li a:hover {
	opacity: 0.7;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
}
.footer-law-cards {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0px;
	margin: 0px 0px 0px 8%;
}
.footer-law-cards li {
	padding: 0px;
	margin: 0px;
}
.footer-law-cards li a {
	display: block;
	padding: 5px 5px;
	margin: 0px 0px;
	text-decoration: none;
	opacity: 1.0;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;		
}
.footer-law-cards li a img {
	display: block;
	height: 27px;
	width: auto;
	padding: 0px;
	margin: 0px;
}
.footer-law-cards li a:hover {
	opacity: 0.7;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;		
}


/*
	opacity: 0.7;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	

	#show_form .show_form_table input:active, 
	#show_form .show_form_table input:hover, 
	#show_form .show_form_table input:focus,
	#show_form .show_form_table textarea:active, 
	#show_form .show_form_table textarea:hover, 
	#show_form .show_form_table textarea:focus {
		outline: 0;
		outline-offset: 0;
	}		
*/
/* ========================================================== */



/* =========================================================================== */


/*
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	

	#show_form .show_form_table input:active, 
	#show_form .show_form_table input:hover, 
	#show_form .show_form_table input:focus,
	#show_form .show_form_table textarea:active, 
	#show_form .show_form_table textarea:hover, 
	#show_form .show_form_table textarea:focus {
		outline: 0;
		outline-offset: 0;
	}	
*/
/* ================================================= */

@media screen and (max-width: 1900px) {
	/**//**/
}
@media screen and (max-width: 1850px) {
	/**//**/
}
@media screen and (max-width: 1800px) {
	/**//**/
}
@media screen and (max-width: 1750px) {
	/**//**/
}
@media screen and (max-width: 1700px) {
	/**//**/
}
@media screen and (max-width: 1650px) {
	/**//**/
}
@media screen and (max-width: 1600px) {
	/**//**/
}
@media screen and (max-width: 1500px) {
	/**//**/
}
@media screen and (max-width: 1439px) {
	/**//**/
	/* #main-menu {
		width: 100%;
		padding: 0px;
		margin: 0px;
		display: grid;
		grid-template-columns: minmax(100px, auto) minmax(100px, auto) minmax(100px, auto) minmax(100px, auto) minmax(100px, auto) minmax(100px, auto);
		grid-template-rows: 71px 71px 71px;
		row-gap: 13px;
		column-gap: 20px;
	}	 */
}
@media screen and (max-width: 1400px) {
	/**//**/
}
@media screen and (max-width: 1350px) {
	/**//**/
}
@media screen and (max-width: 1300px) {
	/**//**/
	#header-container,
	#search-on-main-container,
	#premium-on-main-container,
	#footer-main,
	#footer-law-container,
	#recommendations-on-main h2,
	#menu-on-main-container {
		width: 96%;
	}
	#recommendations-on-main-list {
		width: 98%;
	}
	.main-menu-block {
		width: 180px;
		flex-basis: 180px;
		/* height: 71px; */
		padding: 0px;
		margin: 0px 0px 13px 0px;
	}	
}
@media screen and (max-width: 1250px) {
	/**//**/
}
@media screen and (max-width: 1200px) {
	/**//**/
}
@media screen and (max-width: 1100px) {
	/**//**/
}
@media screen and (max-width: 1000px) {
	/**//**/
}