﻿@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.svg") format("svg");
}
@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.svg") format("svg");
}
@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.svg") format("svg");
}
@font-face {
    font-family: "open-sans";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/open-sans.woff") format("woff"), url("/themes/default/fonts/open-sans.ttf") format("truetype"), url("/themes/default/fonts/open-sans.svg") format("svg");
}
@font-face {
    font-family: "open-sans-regular";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/open-sans-light.woff") format("woff"), url("/themes/default/fonts/open-sans-light.ttf") format("truetype"), url("/themes/default/fonts/open-sans-light.svg") format("svg");
}
@font-face {
    font-family: "open-sans-bold";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/open-sans-bold.woff") format("woff"), url("/themes/default/fonts/open-sans-bold.ttf") format("truetype"), url("/themes/default/fonts/open-sans-bold.svg") format("svg");
}
/*
@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; 
}
body.no-scroll {
	height: 100%;
	overflow: hidden;
}
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;
	background: #ffffff;
}
body.no-scroll {
	height: 100%;
	overflow: hidden;
}
#pagewrap {
	width:100%;
}
#blackwrap {
	z-index:10000;
}
#show_form {
	z-index:10001;
}

/* ----- header ----- */
.reostat-animation-a {
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}
.reostat-animation-a:hover {
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}
header {
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: "roboto-regular";
	font-family: "open-sans";
	font-size: 15px;
	font-weight: normal;
}
#header-top {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #d8d8d8;
}
#header-top-container {
	width: 1300px;
	height: 50px;
	padding: 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#header-top-container div {
	font-size: 17px;
  	color: #2c2c2c;
	font-family: "roboto-regular";
	text-transform: uppercase;
}
#header-top-container div span {
	color: #922c2c;
  	font-size: 18px;
	font-family: "roboto-bold";
}
#header-top-timer {
	color: #2c2c2c;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "roboto-bold";
	font-family: "open-sans-bold";
}
#header-top-timer b {
	margin: 0;
	padding: 0 2px;
	font-size: 23px;
	font-weight: normal;
}
#header-main {
	width: 100%;
	padding: 0;
	margin: 0;
}
#header-main-container {
	width: 1300px;
	height: 100px;
	padding: 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#header-main-phone {
	/* width: 180px;
	flex-basis: 170px; */
	padding: 0;
	margin: 0;
}
#header-main-phone h3 {
	padding: 3px 0px;
	margin: 0;
	font-size: 21px;
	font-weight: normal;
	font-family: "roboto-regular";
	/* font-family: "open-sans"; */
}
#header-main-phone h3 a {
	text-decoration: none;
	color: #000000;
}
#header-main-phone h3 a:hover {
	color:#667b8b;
}
#header-main-phone h4 {
	padding: 3px 0px;
	margin: 0;
	font-size: 15px;
	text-align: center;
	font-family: "roboto-regular";
	/* font-family: "open-sans"; */
}
#header-main-phone h4 a {
	text-decoration: none;
	color: #922c2c;
	text-align: center;
}
#header-main-phone h4 a:hover {
	color: #da1818;
}
#header-main-mail a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-decoration: underline;
	font-size: 15px;
	text-align: center;
	font-family: "roboto-regular";
	color: #922c2c;
}
#header-main-mail a:hover {
	color: #da1818;
	text-decoration: none;
}
#header-main-mail a img {
	padding: 0;
	margin: 0 10px 0 0;
}
#header-main-schedule {
	font-size: 16px;
	font-family: "roboto-regular";
	font-weight: normal;
}
#header-main-schedule p {
	padding: 0 0 0 0;
	margin: 5px 0px;
}
#header-main-schedule b {
	font-weight: normal;
	color: #922c2c;
	font-size: 18px;
}
.header-main-basket a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-decoration: none;
	cursor: pointer;
	font-size: 16px;
	font-family: "roboto-regular";
}
.header-main-basket a h4 {
	padding: 0 40px 0 0;
	margin: 0 4px 0 0;
  	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	background: url("/themes/default/images/header-main-basket.png") no-repeat 100% 50%;
}
.header-main-basket a span.basket_header_items {
	font-size: 16px;
}
.header-main-basket a:hover h4 {
	color: #922c2c;
}
.header-main-basket a:hover span {
	color: #922c2c;
}
#header-menu {
	width: 100%;
	height: 73px;
	background: #2c2c2c;
}
#header-menu-container {
	width: 1300px;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#header-menues {
	width: 75%;
	flex-basis: 76%;
	padding: 0;
	margin: 0 auto;
}
#search_top {
	width: 265px;
	flex-basis: 265px;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#header-menu-ul-1,
#header-menu-ul-2 {
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "open-sans";
	text-transform: uppercase;
	font-size: 15px;
}
#header-menu-ul-1 li,
#header-menu-ul-2 li {
	padding: 0;
	margin: 0;
}
#header-menu-ul-1 li a {
	display: block;
	margin: 0;
	padding: 3px 12px;
	color:#ffffff;
	text-decoration: none;
}
#header-menu-ul-1 li a:hover {
	color:#ccbbbb;
}
#header-menu-ul-2 li a {
	display: block;
	margin: 0;
	padding: 3px 14px;
	color:#a71313;
	text-decoration: none;
}
#header-menu-ul-2 li a:hover {
	color:#e70f0f;
}
#header-menu-ul-1 li a,
#header-menu-ul-2 li a,
#header-menu-ul-3 li a {
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}
#header-menu-ul-1 li:hover,
#header-menu-ul-2 li:hover,
#header-menu-ul-3 li:hover {
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}
#search_top input {
	width: 80%;
	flex-basis: 80%;
	padding: 3px 3%;
	border:none;
	font-size: 13px;
  	color: #8b8787;
  	/* width: 200px; */
	font-family: "open-sans";
}
#search_top input:active, 
#search_top input:hover, 
#search_top input:focus {
    outline: 0;
    outline-offset: 0;
}
#search_top input::placeholder {
	font-size: 13px;
  	color: #5f5656;
}
#search_top a {
	display: block;
	padding: 0;
	margin: 0 0 0 10px;
}
#header-menu-static {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
#header-menu-ul-3 {
	width: 1050px;
	height: 60px;
	padding: 0 0 0 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#header-menu-ul-3 li a {
	display: block;
	margin: 0;
	padding: 5px 0 5px 45px;
	color: #810101;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "open-sans";
}
#header-menu-ul-3 li a:hover {
	color: #d10a0a;
}
#header-menu-ul-3-li-1 a {
	background: url("/themes/default/images/header-menu-ul-3-li-1.png") no-repeat 0% 50%;
}
#header-menu-ul-3-li-2 a {
	background: url("/themes/default/images/header-menu-ul-3-li-2.png") no-repeat 0% 50%;
}
#header-menu-ul-3-li-3 a {
	background: url("/themes/default/images/header-menu-ul-3-li-3.png") no-repeat 0% 50%;
}
#header-menu-ul-3-li-4 a {
	background: url("/themes/default/images/header-menu-ul-3-li-4.png") no-repeat 0% 50%;
}
#header-menu-ul-3-li-5 a {
	background: url("/themes/default/images/header-menu-ul-3-li-5.png") no-repeat 0% 50%;
}
#header-menu-ul-3-li-6 a {
	background: url("/themes/default/images/header-menu-ul-3-li-6.png") no-repeat 0% 50%;
}
/* header-run */
#header-run {
	width: 1300px;
	padding: 0 0 0px 0;
	margin: 0 auto;
	height: 40px;
	display: flex;
	align-items: center;
	font-size: 15px;
	font-family: "open-sans";
}
/* main-swiper */
.mainSwiper {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.mainSwiper .swiper-wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
.mainSwiper .swiper-slide {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.mainSwiper .swiper-slide .swiper-slide-block {
	position: relative;
}
.mainSwiper .swiper-slide .swiper-slide-block img {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: auto;
}
.mainSwiper .swiper-slide .swiper-slide-block p {
	position: absolute;
	bottom: 20%;
	right: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mainSwiper .swiper-slide .swiper-slide-block p a {
	width: 220px;
	flex-basis: 220px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000000;
	color: #dad6d3;
	font-family: "open-sans-regular";
	font-size: 19px;
	text-transform: uppercase;
	text-decoration: none;
}
.mainSwiper .swiper-slide .swiper-slide-block p a:hover {
	color:#ffffff;
	background-color: #2c2c2c;
}
#slogan-on-main-swiper .swiper-main-button-prev {
	/**/
}
#slogan-on-main-swiper .swiper-main-button-next {
	/**/
}
/* advantages-on-main */
#advantages-on-main {
	width: 100%;
	padding: 0;
	margin: 0;
}
#advantages-on-main ul {
	padding: 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
#advantages-on-main ul li {
	width: 280px;
	flex-basis: 280px;
	padding: 45px 20px 55px 20px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
#advantages-on-main ul li img {
	display: block;
	margin: 0 auto;
	padding: 0;
}
#advantages-on-main ul li span {
	display: block;
	padding: 20px 0 0 0;
	color: #000000;
	font-weight: normal;
	font-size: 19px;
	text-transform: uppercase;
	font-family: "roboto-regular";
}
/* special-on-main */
#special-on-main {
	display: flex;
	align-items: center;
	justify-content: center;
}
#special-on-main img {
	display: block;
	padding: 0;
	margin: 0 auto;
	width: 96%;
	max-width: 1275px;
}
/* catalog-on-main */
.catalog-on-main {
	width: 100%;
	padding: 0;
	margin: 0;
}
.catalog-on-main-container {
	width: 1276px;
	padding: 0;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.catalog-on-main h2 {
	width: 100%;
	flex-basis: 100%;
	margin: 55px auto 0px auto;
	padding: 0;
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #333333;
	font-family: "roboto-regular";
	font-family: "open-sans-regular";
	font-weight: normal;
}
.catalog-on-main-block {
	position: relative;
	width: 300px;
	flex-basis: 300px;
	padding: 0;
	margin: 25px 0 0 0;
	font-family: "roboto-regular";
}
.catalog-on-main-block-img {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}
.catalog-on-main-block-img img {
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
.catalog-on-main-block-title {
	color: #000000;
	font-weight: normal;
	font-size: 17px;
	padding: 7px 0 0 0;
}
.catalog-on-main-block-price {
	color: #810101;
	font-weight: normal;
	font-size: 16px;
	padding: 10px 0 0 0;
}
.catalog-on-main-block-price span {
	font-size: 20px;
}
.catalog-on-main-block-add {
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}
.catalog-on-main-block-add a {
	width: 165px;
	flex-basis: 165px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fdfdfd;
	text-decoration: none;
}
.catalog-on-main-block-img:hover .catalog-on-main-block-add {
	opacity: 1;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}
#exclusive-on-main {
	width: 1275px;
	padding: 0;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
#exclusive-on-main h2 {
	width: 100%;
	flex-basis: 100%;
	margin: 55px auto 30px auto;
	padding: 0;
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #333333;
	font-family: "roboto-regular";
	font-family: "open-sans-regular";
	font-weight: normal;
}
#exclusive-on-main a {
	width: 49%;
	flex-basis: 49%;
	text-decoration: none;
}
#exclusive-on-main a img {
	width: 100%;
	display: block;
	height: auto;
}
/* sell-on-main */
#sell-on-main {
	width: 1276px;
	padding: 0;
	margin: 0 auto;
}
#sell-on-main h2 {
	margin: 30px auto 10px auto;
	padding: 0;
	font-size: 37px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #810101;
	font-family: "open-sans-regular";
}
#sell-on-main-ul-1 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#sell-on-main-ul-1 li {
	width: 240px;
	flex-basis: 240px;
	height: 115px;
	padding: 0px 0px;
	margin: 15px 0px;
}
#sell-on-main-ul-1 li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	font-family: "open-sans-regular";
	text-transform: uppercase;
	color:#ffffff;
	font-size: 27px;
	text-decoration: none;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}
#sell-on-main-ul-1 li a:hover {
	background-color: #3b3939;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}
#sell-on-main-ul-2 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#sell-on-main-ul-2 li {
	width: 185px;
	flex-basis: 185px;
	height: auto;
	padding: 0px 0px;
	margin: 15px 0px;
}
#sell-on-main-ul-2 li a {
	display: block;
	text-decoration: none;
}
#sell-on-main-ul-2 li a img {
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
	margin: 0;
}
#sell-on-main-ul-2 li a span {
	display: block;
	padding: 0px 0px;
	margin: 10px 0px;
	text-align: center;
	font-family: "open-sans-regular";
	text-transform: uppercase;
	color:#000000;
	font-size: 27px;
}
/* home-on-main */
#home-on-main {
	width: 100%;
	padding: 0;
	margin: 0;
}
#home-on-main h2 {
	width: 100%;
	flex-basis: 100%;
	margin: 20px auto 20px auto;
	padding: 0;
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #333333;
	font-family: "roboto-regular";
	font-family: "open-sans-regular";
	font-weight: normal;
}
#home-on-main ul {
	width: 1276px;
	padding: 0;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
#home-on-main ul li {
	width: 400px;
	flex-basis: 400px;
	padding: 0;
	margin: 0 0 25px 0;
}
#home-on-main ul li a {
	text-decoration: none;
	display: block;
}
#home-on-main ul li a img {
	display: block;
	width: 100%;
	height: auto;
}
/* flash-on-main */
#flash-on-main {
	width: 100%;
	padding: 0;
	margin: 0;
}
#flash-on-main-h2 {
	width: 1276px;
	height: 50px;
	padding: 10px 0 0 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#flash-on-main-h2 h2 {
	/* float: left; */
	padding: 0;
	margin: 0;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #810101;
	font-family: "open-sans";
}
#flash-on-main-timer {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #810101;
	font-family: "open-sans-bold";
}
#flash-on-main-timer b {
	font-family: "open-sans-bold";
	text-transform: uppercase;
	text-align: center;
	color: #810101;
	font-weight: normal;
	font-size: 23px;
}
#flash-on-main-container {
	width: 1276px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flash-on-main-block {
	padding: 0;
	margin: 10px 0px 0px 0px;
	width: 185px;
	flex-basis: 185px;
}
.flash-on-main-block-img {
	width: 100%;
	margin: 0;
	padding: 0;
}
.flash-on-main-block-img img {
	width: 100%;
	height: auto;
	display: block;
}
.flash-on-main-block-status {
	width: 100%;
	margin: 0;
	padding: 19px 0 0 0;
}
.flash-on-main-block-status-line {
	height: 15px;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border:1px solid #b8b8b8;
}
.flash-on-main-block-status-line span {
	display: block;
	height: 100%;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background: #810101;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}
.flash-on-main-block-status-line:hover span {
	background: #ca0707;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}
.flash-on-main-block-status-num {
	width: 100%;
	padding: 0;
	margin: 6px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.flash-on-main-block-status-num p {
	padding: 0;
	margin: 0;
	font-size: 15px;
  	text-transform: uppercase;
	font-family: "open-sans";
	color:#000000;
}
.flash-on-main-block-status-num span {
	display: block;
	padding: 0;
	margin: 0 0 0 14px;
	font-size: 15px;
  	text-transform: uppercase;
	font-family: "open-sans";
	color:#000000;
}
/* summer-on-main */
#summer-on-main {
	width: 96%;
	max-width: 1276px;
	padding: 45px 0px 77px 0px;
	margin: 0 auto;
}
#summer-on-main a {
	text-decoration: none;
}
#summer-on-main img {
	height: auto;
	width: 100%;
	display: block;
}
/* about-on-main */
#about-on-main {
	width: 1276px;
	padding: 0 0 230px 0;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#about-on-main-img {
	/**//**/
	width: 41%;
	flex-basis: 41%;
}
#about-on-main-img img {
	max-width: 100%;
	height: auto;
	display: block;
	padding: 0;
	margin: 0;
}
#about-on-main-text {
	width: 56%;
	flex-basis: 56%;
	font-family: "open-sans";
}
#about-on-main-text h2 {
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	color: #810101;
	font-size: 35px;
	font-weight: normal;
	line-height: 30px;
	font-family: "open-sans-regular";
}
#about-on-main-text p {
	padding: 10px 0px;
	margin: 0px 0px;
	font-size: 16px;
	color: #505050;
	line-height: 27px;
	font-family: "roboto-regular";
	/* font-family: "open-sans-regular"; */
}
footer {
	width: 100%;
	padding: 0;
	margin: 0;
}
#footer-main {
	height: 255px;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #efefef;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(34, 60, 80, 0.2) inset;
	-moz-box-shadow: 0px 2px 8px 0px rgba(34, 60, 80, 0.2) inset;
	box-shadow: 0px 2px 8px 0px rgba(34, 60, 80, 0.2) inset;
}
#footer-main-container {
	width: 1276px;
	padding: 0;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	font-family: "roboto-regular";
}
#footer-main-subscribe {
	width: 460px;
	flex-basis: 460px;
	padding: 0px 0px 0px 0px;
	margin: 45px 0px 0px 0px;
}
#footer-main-subscribe h3 {
	margin: 0;
	padding: 0;
	font-size: 19px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: underline;
	color: #810101;
	font-family: "roboto-regular";
}
#footer-main-subscribe form {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 380px;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#footer-main-subscribe form input {
	padding: 6px 5px;
	width: 220px;
	flex-basis: 220px;
	margin: 0;
	font-size: 12px;
	border:1px solid #b1b1b1;
}
#footer-main-subscribe form input::placeholder {
	font-size: 12px;
	color:#505050;
}
#footer-main-subscribe form input:active, 
#footer-main-subscribe form input:hover, 
#footer-main-subscribe form input:focus {
    outline: 0;
    outline-offset: 0;
}
#footer-main-subscribe form a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0 0 0 5px;
	width: 150px;
	flex-basis: 150px;
	height: 30px;
	background: #000000;
	color:#ffffff;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}
#footer-main-subscribe form a:hover {
	background: #505050;
}
#footer-main-subscribe div {
	margin: 0;
	padding: 42px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#footer-main-subscribe div h4 {
	padding: 0;
	margin: 0 25px 0 0;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color:#000000;
}
#footer-main-subscribe div a {
	display: block;
	padding: 0px 0px;
	margin: 0 10px 0 0;
}
#footer-main-subscribe div a img {
	display: block;/**//**/
}
#footer-main-menu {
	width: 490px;
	flex-basis: 490px;
	margin: 0;
	padding: 45px 0 0 0;
}
#footer-main-menu a {
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}
#footer-main-menu a:hover {
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}
#footer-main-menu ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#footer-main-menu ul li a {
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color:#000000;
}
#footer-main-menu ul li a:hover {
	color:#5f5656;
}
#footer-main-menu div {
	margin: 30px 0 0 0;
	padding: 50px 0 0 0;
}
#footer-main-menu div p {
	margin: 0px 0px;
	padding: 5px 0px;
	font-size: 15px;
	font-weight: normal;
}
#footer-main-menu div p a {
	text-decoration: none;
	color:#000000;
}
#footer-main-menu div p a:hover {
	color:#5f5656;
}
#footer-main-help {
	width: 210px;
	flex-basis: 210px;
	margin: 45px 0 0 0;
	padding: 0;
	text-align: center;
}
#footer-main-help a {
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}
#footer-main-help a:hover {
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}
#footer-main-help h3 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
}
#footer-main-help ul {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
}
#footer-main-help ul li a {
	display: block;
	margin: 0;
	padding: 5px 0px;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	color: #000000;
}
#footer-main-help ul li a:hover {
	color:#505050;
}
#footer-law {
	width: 100%;
	background-color: #000000;
	padding: 0;
	margin: 0;
}
#footer-law-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1276px;
	padding: 0;
	margin: 0 auto;
	height: 62px;
	color:#ffffff;
}
#footer-law-container p:first-child {
	font-family: "open-sans";
	font-size: 11px;
}
#footer-law-container p:last-child {
	font-family: "open-sans";
	font-size: 14px;
}
#blackwrap {
	z-index: 20;
}
#show_form {
	width: 320px;
	margin: 0 0 0 -130px;
	position: fixed;
	left: 50%;
	top: 100px;
	z-index: 21;
	background: #ffffff;;
	border:none;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
#show_form .show_form_table.show_form_all_fields {
	width: 100%;
}
#show_form .show_form_table.show_form_all_fields th,
#show_form .show_form_table.show_form_all_fields td {
	font-weight: normal;
}
#show_form .show_form_table.show_form_all_fields input, 
#show_form .show_form_table.show_form_all_fields textarea {
	width: 90%;
	margin: 0;
	padding: 5px 3%;
}
#show_form .show_form_table.show_form_all_fields input:active, 
#show_form .show_form_table.show_form_all_fields input:hover, 
#show_form .show_form_table.show_form_all_fields input:focus,
#show_form .show_form_table.show_form_all_fields textarea:active, 
#show_form .show_form_table.show_form_all_fields textarea:hover, 
#show_form .show_form_table.show_form_all_fields textarea:focus {
    outline: 0;
    outline-offset: 0;
}
#show_form .show_form_send {
	width: 100px;
	color: #fff;
	display: block;
	font-size: 16px;
	margin: 15px auto;
	padding: 10px 15px;
	text-decoration: none;
	text-align: center;
}
/*
.mainSwiper {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	position: relative;
}
.mainSwiper .swiper-slide {
	width: 100%;
}
.mainSwiper .swiper-slide img {
	width: 100%;
}
*/

/* ============================================== */

/* inner */
#main.main_2 {

}
#main.main-inner {
	width: 96%;
	margin: 0 auto;
	padding:20px 2% 20px 2%;
}
#main.main-inner .static {
	padding: 0;
	margin: 0;
}
#main.main_2 .tetext {

}	
header.header-inner {
	-webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

@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) {
	/**//**/
	.catalog-on-main-container {
		width: 96%;
	}
	.catalog-on-main-block {
		width: 23%;
		flex-basis: 23%;
	}
	#home-on-main ul {
		width: 96%;
		padding: 0;
		margin: 0 auto;
	}
	#home-on-main ul li {
		width: 30%;
		flex-basis: 30%;
	}
}

@media screen and (max-width: 1450px) {
	/**/
}

@media screen and (max-width: 1400px) {
	/**/
	#header-top-container {
		width: 96%;
	}
	#header-main-container {
		width: 96%;
	}
	#header-menu-container {
		width: 96%;
	}
	#header-menu-ul-1, 
	#header-menu-ul-2 {
		font-size: 13px;
	}
	#header-run {
		width: 96%;
	}
	.mainSwiper .swiper-slide .swiper-slide-block p {
		position: absolute;
		bottom: 10%;
		right: 0;
	}
	#exclusive-on-main {
		width: 96%;
	}
	#sell-on-main {
		width: 96%;
	}
	#sell-on-main {
		width: 96%;
	}
	#sell-on-main-ul-1 li {
		width: 19%;
		flex-basis: 19%;
	}
	#home-on-main ul {
		width: 96%;
	}
	#flash-on-main-container,
	#flash-on-main-h2 {
		width: 96%;
	}
	#about-on-main {
		width: 96%;
	}
	#footer-main-container,
	#footer-law-container {
		width: 96%;
	}
}

@media screen and (max-width: 1350px) {
	/**//**//**//**/
}

@media screen and (max-width: 1300px) {
	/**//**/
}
@media screen and (max-width: 1250px) {
	/**//**/
}

@media screen and (max-width: 1200px) {
	/**/
}
@media screen and (max-width: 1100px) {
	/**/
}
@media screen and (max-width: 1000px) {
	/**/
}