/* cyrillic */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(/css/fonts/Open-Sans-cyrillic.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(/css/fonts/Open-Sans-latin.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(/css/fonts/Roboto-cyrillic-ext.woff2) format('woff2');
	unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(/css/fonts/Roboto-cyrillic.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(/css/fonts/Roboto-latin-ext.woff2) format('woff2');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(/css/fonts/Roboto-latin.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
	font-family: 'fontello';
	src: url('/css/fonts/fontello.eot');
	src: url('/css/fonts/fontello.eot') format('embedded-opentype'), url('/css/fonts/fontello.woff') format('woff'), url('/css/fonts/fontello.ttf') format('truetype'), url('/css/fonts/fontello.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.clear {
	clear:both;
	display:block;
	visibility:hidden;
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix {
	display:inline-block
}

.clearfix {
	display:block
}


/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/

body {
	/*font-family: "Open Sans", Times, serif;*/
	font-family: 'Roboto', sans-serif;
	background-color: #f0f0f0;
	color: #565656;
	font-size: 13px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -145px;
}

a {
	/* text-decoration: none; */
	color: #565656;
}
a:hover {
	text-decoration: none;
	color: #5d8ba6;
}
a.more {
	display: inline-block;
	color: #5d8ba6;
}
a.more:hover {
	text-decoration: underline;
}
pre {
	margin-bottom: 20px;
	font-size: 11px;
	background-color: #e8e8e8;
	padding: 0 10px;
}
.highlight {
	color: #5d8ba6;
	border-bottom: 1px dotted #5d8ba6;
}
.highlight2 {
	background-color: #e1e1e1;
	padding: 0px 5px;
	color: #222222;
}
.highlight3 {
	color: #5d8ba6;
	display: inline-block;
	width: 80px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #080d4a;
	margin-bottom: 10px;
}
strong, b{
	color: #080d4a;
}
h1 {
	font-size: 20px;
	text-align: center;
	line-height: 1.5em;
	max-width: 800px;
	margin: 0px auto 25px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 22px;
	line-height: 26px;
}

h5 {
	font-size: 15px;
}
h6 {
	font-size: 14px;
}

hr {
	background: transparent url(/css/img/line.png) repeat-x bottom center;
    height: 2px;
    display: block;
    margin: 30px 0;
    border: none;
}

img.left {
	top: 0px;
	float:left;
	display: block;
	margin:0;
	padding:0;
	margin-right:20px;
}
img.right {
	top: 0px;
	float:right;
	display: block;
	margin:0;
	padding:0;
	margin-left:20px;
}
em {
	font-family: Georgia, Times, "Times New Roman", serif;
	/*font-size: 11px;*/
	color: #565656;
}
.button, .button:link, .button:visited {
	display: block;
	position: relative;
	padding: 0 0 0 15px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	cursor: pointer;
}
.button span {
	display: block;
	position: absolute;
	top: 0px;
	right: -15px;
	width: 15px;
	height: 32px;
	background-position: right top;
}
.button.light-blue, .button.light-blue span {
	background-image: url(/css/img/button-light-blue.png);
	float: left;
}
.button.light-purple, .button.light-purple span {
	background-image: url(/css/img/button-light-purple.png);
	float: left;
}
.button.light-pink, .button.light-pink span {
	background-image: url(/css/img/button-light-pink.png);
	float: left;
}
.button.light-brown, .button.light-brown span {
	background-image: url(/css/img/button-light-brown.png);
	float: left;
}
.button.light-teal, .button.light-teal span {
	background-image: url(/css/img/button-light-teal.png);
	float: left;
}
.button.lime, .button.lime span {
	background-image: url(/css/img/button-lime.png);
	float: left;
}
.button.red, .button.red span {
	background-image: url(/css/img/button-red.png);
	float: left;
}
.button.orange, .button.orange span {
	background-image: url(/css/img/button-orange.png);
	float: left;
}
.button.yellow, .button.yellow span {
	background-image: url(/css/img/button-yellow.png);
	float: left;
}
.button.green, .button.green span {
	background-image: url(/css/img/button-green.png);
	float: left;
}
.button.teal, .button.teal span {
	background-image: url(/css/img/button-teal.png);
	float: left;
}
.button.turqoise, .button.turqoise span {
	background-image: url(/css/img/button-turqoise.png);
	float: left;
}
.button.blue, .button.blue span {
	background-image: url(/css/img/button-blue.png);
	float: left;
}
.button.purple, .button.purple span {
	background-image: url(/css/img/button-purple.png);
	float: left;
}
.button.pink, .button.pink span {
	background-image: url(/css/img/button-pink.png);
	float: left;
}
.button.gray, .button.gray span {
	background-image: url(/css/img/button-gray.png);
	float: left;
}
.dropcap {
	display:block;
	float:left;
	font-size:45px;
	padding:0;
	margin: 0;
	margin:10px 8px 3px 0;
}
.quote-right, .quote-left {
	color:#565656;
	border-left:1px solid #e3e3e3;
	float:right;
	letter-spacing:0px;
	line-height:23px;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:5px;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	width:25%;
}
.quote-left {
	border: none;
	border-right:1px solid #e3e3e3;
	float:left;
	padding:0;
	padding-right:5px;
	margin-bottom:0;
	margin-left: 0;
	margin-right:20px;
}
/*-----------------------------------------------------------------------------------*/
/*	LAYOUT
/*-----------------------------------------------------------------------------------*/

#wrapper {
	margin: 0 auto;
	max-width: 72%;
	padding-top: 0;
}
#header-wrapper {
	height: 130px;
	background-color: #080d4a;
	position: relative;
	box-shadow: 0px 2px 2px #9f9f9f;
	border-bottom: 2px solid #fff;
	text-align:center;
}
#header-contacts{
	position: absolute;
	top: -80px;
	left: 0;
}

#header-contacts a{
	padding: 5px 0;
}

#page-top {
	padding-bottom: 20px;
}

#logo {
	position: absolute;
	bottom: -54px;
	border: 5px solid #fff;
	left: 95px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #080d4a;
	text-align: center;
	overflow: hidden;
	background-image: url(/img/logo.png);
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: 47% 67%;
}

#logo img{
	display:none;
}

#logo a{
	display:block;
	width:100%;
	height:100%;
}

#menu-wrapper {
	float: right;
	position: absolute;
	bottom: 13px;
	right: 10px;
	font-size: 15px;
	font-family: "Open Sans";
}

#footer {
	height: 45px;
	background: #080d4a;
	margin: 30px 0 0;
	border-top: 2px solid #fff;
}

#footer p {
	font-size: 16px;
	margin: 0;
	color: #fff;
}
#footer a{
	text-decoration: none;
	color: #5d8ba6;
}
#footer a:hover{
	color: #A89576;
}

#copyright{
	line-height: 45px;
	text-align: center;
}

#top-menu {
	z-index: 7;
	position: relative;
}
#top-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
#top-menu ul li {
	float: left;
}
/*Top level menu link items style*/
#menu-wrapper a {
	display: block; /*background of menu items (default state)*/
	text-decoration: none;
	color: #fff;
	padding: 10px 10px 0;
}
#menu-wrapper a.selected {
	/* color: #5d8ba6; */
}
#menu-wrapper a:hover {
	color: #5d8ba6;
}
/*1st sub level menu*/
#top-menu ul li ul {
	background: none;
	position: absolute;
	padding: 22px 0 0 0;
	left: 0;
	display: block; /*collapse all sub menus to begin with*/
	visibility: hidden;
	border-bottom: 1px solid #cdcdcd;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#top-menu ul li ul li {
	margin-left:0;
	padding-left: 0;
	display: list-item;
	float: none;
	background-color: #e1e1e1;
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#top-menu ul li ul li ul {
	top: 0;
	padding-top: 0;
	border-bottom: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
}
/* Sub level menu links style */
#top-menu ul li ul li a {
	font-size: 13px;
	width: 140px; /*width of sub menus*/
	padding: 7px 12px;
	margin: 0;
	line-height: 1;
}
/* Sub level menu links style */
#top-menu ul li ul li ul li a {
	font-size: 13px;
}
#top-menu ul li ul li:first-child {
	padding-top: 5px;
}
#top-menu ul li ul li:last-child {
	padding-bottom: 6px;
}
#top-menu ul li ul li ul li:first-child {
	padding-top: 4px;
}
#top-menu ul li ul li ul li:last-child {
	padding-bottom: 5px;
}

/*-----------------------------------------------------------------------------------*/
/*	SLIDER
/*-----------------------------------------------------------------------------------*/

#slider-shadow {
	display: block;
	overflow:hidden;
	margin: 0 auto 40px;
	max-width: 72%;
	box-shadow: 1px 4px 15px #000;
	border: 1px solid #000;
	position: relative;
}

#slider-shadow  .slider-title{
	display: none;
	height: 40px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	text-align: center;
	color: #FFF;
	line-height: 40px;
	font-size: 16px;
}

#slider img.slide-image{
	display: none;
}

#slider canvas{
	display: block;
}
/*-----------------------------------------------------------------------------------*/
/*	COLUMNS
/*-----------------------------------------------------------------------------------*/

.one-half {
	width:48%;
}
.one-third {
	width:30.66%;
}
.two-third {
	width:65.33%;
}
.one-fourth {
	width:22%;
}
.three-fourth {
	width:74%;
}
.one-fifth {
	width:16.8%;
}
.two-fifth {
	width:37.6%;
}
.three-fifth {
	width:58.4%;
}
.four-fifth {
	width:67.2%;
}
.one-sixth {
	width:13.33%;
}
.five-sixth {
	width:82.67%;
}
.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {
	position:relative;
	margin: 0 1%;
	float:left;
}

#intro {

}

#intro img.main-banner{
	width: 65%;
}

#intro .main-ava{
	width: 33%;
	float: right;
	text-align: center;
}

#intro .main-ava img{
	width: 130px;
	border-radius: 50%;
	border: 4px solid #a4acae;
}

#intro .main-ava .main-speech{
	text-align: left;
}

#intro .main-ava .main-speech h4{
	margin: 5px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	HOME ABOUT
/*-----------------------------------------------------------------------------------*/

#about .one-fourth img {
	-moz-box-shadow: 0px 1px 2px #656565;
	-webkit-box-shadow: 0px 1px 2px #656565;
	box-shadow: 0px 1px 2px #656565;
	display: block;
	margin-bottom: 20px;
}
#about .one-fourth p {
	margin-bottom: 15px;
}
/*-----------------------------------------------------------------------------------*/
/*	PAGE
/*-----------------------------------------------------------------------------------*/

.content {
	background-color: #FFF;
	box-shadow: 0px 1px 2px #9f9f9f;
	padding: 20px;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 14px;
}
#wrapper ul.social {
	margin-top: 10px;
}
#wrapper ul.social li {
	float: left;
	background: none;
	margin-right: 10px;
	padding: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO
/*-----------------------------------------------------------------------------------*/

#portfolio ul li {
	background: none;
	padding: 0;
}
#wrapper ul#gallery {
	overflow: hidden;
	margin:0 auto;
	padding: 0;
}
ul#gallery:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
ul#gallery li {
	width: 23%;
	margin: 0 1% 20px;
	float: left;
	overflow: hidden;
	box-shadow: 0px 1px 2px #8e8e8e;
}
ul#gallery li a {
	outline:0;
}
ul#gallery li img {
	display: block;
	width: 100%;
}
ul.gallerynav {
	margin:0 auto 22px;
	height: 14px;
	background-color: #FFF;
	box-shadow: 0px 1px 2px #9f9f9f;
}
ul.gallerynav li {
	float:left;
}
ul.gallerynav li a {
	float:left;
	color: #565656;
	margin: 0 15px;
	font-size: 15px;
	line-height: 18px;
	padding: 8px 0;
}
ul.gallerynav li a:hover {
	text-decoration: none;
	color: #5d8ba6;
}
ul.gallerynav li.selected-1 a {
	color: #5d8ba6;
}
.hidden {
	display: none;
}
/*-----------------------------------------------------------------------------------*/
/*	VERTICAL TAB
/*-----------------------------------------------------------------------------------*/

#tab-menu{
	text-align: center;
	margin-top: 15px;
}

ul.tab-menu h3{
	font-size: 18px;
	padding: 7px 0;
	margin: 0;
}

ul.tab-menu {
	/* background-color: #FFF; */
	/* box-shadow: 0px 1px 2px #9f9f9f; */
	padding: 7px 0 7px 0;
	margin: 0 0 20px 15px;
	font-size: 16px;
	text-align: left;
	width: calc(50% - 15px);
	display: block;
	list-style-type: none;
}

ul.tab-menu:first-child{
	float:left;
}

ul.tab-menu:last-child{
	float:right;
}

ul.tab-menu li {
	margin: 0;
	color: #565656;
}

ul.tab-menu li a, ul.tab-menu li span{
	padding: 5px 0;
	display:block;
}

ul.tab-menu li:hover a{
	color: #080d4a;
	text-decoration: underline;
}

ul.tab-menu li span, ul.tab-menu li a.active {
	color: #080d4a;
}

ul.tab-menu li img {
	vertical-align: middle;
	padding-right: 10px;
}

ul.tab-menu li:last-child {
	background: none;
}

.tab-content {
	background-color: #FFF;
	box-shadow: 0px 1px 2px #9f9f9f;
	padding: 20px;
}

.tab-content img, .tab-content iframe, .tab-content video{
	max-width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	CONTACT
/*-----------------------------------------------------------------------------------*/

#wrapper ul.info li {
	background: none;
	padding: 0 0 0 35px;
	margin-bottom: 15px;
}
#wrapper ul.info li img {
	vertical-align: top;
}
#wrapper ul.info li.home {
	background: transparent url(/css/img/icon-home.png) no-repeat 0 2px;
}
#wrapper ul.info li.phone {
	background: transparent url(/css/img/icon-phone.png) no-repeat 0 2px;
}
#wrapper ul.info li.email {
	background: transparent url(/css/img/icon-email.png) no-repeat 0 4px;
}
#twitter-wrapper {
	float: none;
	clear: both;
	margin: 0 0 60px 0;
	position: relative;
}
#twitter {
	font-style: italic;
	font-size:12px;
	padding: 10px 0;
	background: #e8e8e8 url(/css/img/twitter.png) no-repeat 20px center;
	min-height: 28px;
}
#twitter ul {
	padding: 0;
	margin: 0;
}
#twitter ul li {
	background: none;
	padding: 5px 10px 5px 80px;
	line-height: 16px;
}
#twitter ul li a {
	color: #5d8ba6;
	text-decoration: none;
}
#twitter ul li a:hover {
	text-decoration: underline;
}
.username {
	background: transparent url(/css/img/twitter-arrow.png) no-repeat center top;
	position: absolute;
	padding: 15px 0 0 0;
	right: 0;
	bottom:-35px;
	font-size: 12px;
}
.username a {
	color: #5d8ba6;
}
#wrapper .contact-social ul {
	margin: 20px 0 0 0;
}
#wrapper .contact-social ul li {
	background: none;
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
}

.contacts td{
	height: 25px;
}

.contacts td:first-child{
	width: 170px;
	text-align:right;
	padding-right:20px;
}

#image-menu{
    text-align: center;
}

#image-menu>div{
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	text-align: left;
	width: 23%;
	margin: 20px 0.5% 0;
}

#image-menu>div img{
	display: block;
	width: 100%;
}

#image-menu>div a{
    border: 1px solid #444;
    overflow:hidden;
    border-radius: 2px;
    display: block;
    margin-bottom: 15px;
    box-shadow: 1px 1px 2px #444;
    transition: border-radius .5s ease-out;
    transition-delay: .5s;
}

#image-menu>div a:hover{
    border-radius: 100px;
}

#image-menu>div p{
	max-height: 200px;
}

#text{
	line-height: 1.4em;
	font-size: 16px;
}

#text img{
	max-width: 100%;
	height: auto!important;
}

#text iframe{
	max-width: 100%;
	display: block;
	margin: 10px auto;
}

div.good {
	position: relative;
	margin: 0 0 15px;
	font-size: 14px;
}

div.good .good-image{
	display: block;
	width: 150px;
	float: left;
}

div.good .good-image img{
	max-width: 130px;
}

div.good .good-text{
	display: block;
	margin: 0 0 0 150px;
	white-space: pre-line;
	max-width: 635px;
	width: calc(100% - 150px - 120px);
	line-height: 1.6em;
}

div.good h4{
	width: calc(100% - 150px);
}

div.good h4 a{
	color: #5D8BA6;
	border-bottom: 1px solid #5D8BA6;
}

div.good h4 span{
	/*color: #367BF2;*/
	color: #5D8BA6;
}

div.good h4 a:hover{
	color: #F00;
}

div.good .good-price {
	position: absolute;
	top: 50px;
	right: 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3em;
	color: #2b2b2b;
}

div.good .good-cost {
	position: absolute;
	top: 90px;
	right: 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3em;
	color: #2b2b2b;
}

div.good .good-delete {
	position: absolute;
	top: -32px;
	right: 0;
	font-size: 14px;
	color: #5D8BA6;
	text-decoration: underline;
	cursor: pointer;
}

div.good .good-delete:hover {
	color: #F00;
}

hr.good-end{
	clear: both;
	margin: 40px 0;
}

.good-button {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	line-height: 1.3em;
	color: #2b2b2b;
	border-radius: 2px;
	background: #ffdb4d;
	box-shadow: 0 0 0 1px rgba(191,153,0,.8);
	padding: 4px 10px;
	cursor: pointer;
	min-width: 85px;
	text-align: center;
}

em.basket-icon{
	pointer-events: none;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSJub25lIj48cGF0aCBkPSJNNi42NjcgNGwtMS4zMzMtNGgtNS4zMzN2Mi42NjdoMi42NjdsNCAxMiAxMS44NjctMy40NjdzMS40NjctLjI2NyAxLjQ2Ny0yLjEzM3YtNS4wNjdoLTEzLjMzM3oiIGZpbGw9IiMzNjdCRjIiLz48Y2lyY2xlIGlkPSJPdmFsIiBmaWxsPSIjMjAyMDIwIiBjeD0iMTUuNiIgY3k9IjE4LjI2NyIgcj0iMS43MzMiLz48ZWxsaXBzZSBmaWxsPSIjMjAyMDIwIiBjeD0iNi4yNjciIGN5PSIxOC4yNjciIHJ4PSIxLjczMyIgcnk9IjEuNzMzIi8+PC9nPjwvc3ZnPg==);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.good-button:hover {
	background-color: #ffd633;
}

div.good .full-text{
	white-space: pre-line;
	margin: 0 0 0 150px;
}

#order img{
	margin: 7px 0;
	clear: both;
}


div.order-amount{
	position: absolute;
	top: 0;
	right: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.order-amount>input{
	border: 1px solid rgba(0,0,0,.2);
	background-color: #fff;
	background-clip: padding-box;
	transition: .1s ease-out;
	transition-property: border-color,border-width;
	width: 40px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	color: #444;
}

div.order-amount>div{
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background-color: #fff;
	background-clip: padding-box;
	transition-property: border-color, border-width;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 700;
	color: #444;
	line-height: 30px;
	cursor: pointer;
}

div.order-amount>div:hover{
	border-color: rgba(0, 0, 0, 0.5);
}

div.order-amount>div:active{
	background: rgba(0, 0, 0, 0.2);
}

#order-action {
	margin: 5px 0 0;
}

#order-action div.good-button{
	position: relative;
	margin: 5px 0;
}

#shop-basket{
	position: fixed;
	bottom: 0;
	left: 0;
	height: 50px;
	width: 100%;
	background: #F0F0F0;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	border-top: 1px solid #9E9E9E;
}

#shop-basket .good-button{
	position: absolute;
	max-width: 45%;
	top: 10px;
	right: 5px;
}

#pages {
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	line-height: 25px;
}

#pages a {
	padding: 2px 10px;
	background: #FFF;
	border: 1px solid #999;
	text-decoration: none;
	margin: 0 2px;
	color: #666;
	font-weight: normal;
	display: inline-block;
}

#pages a:after{
	content:' ';
}

#pages a:hover {
	background: #DCE8FD;
	border: 1px solid #666;
}

#pages .active {
	background: #ccc;
	border: 1px solid #666;
	font-weight: bold;
}

.copy_2W{
	visibility: hidden;
}

.zoom{
	cursor: url(/img/zoom-in.cur) 0 0, pointer;
}

.review{
	box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.1);
	background-color: white;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	overflow: hidden;
}

.review img{
	float: left;
	max-width: 110px;
}

.review .review-name{
	font-size: 16px;
	margin-left: 120px;
	color: #080d4a;
	font-weight: bold;
}

.review .review-text{	
	margin-left: 120px;
}

#benefits{
	font-size: 16px;
}

#benefits caption{
	font-size: 20px;
	color: #080d4a;
	margin: 10px 0;
}

#benefits b{
	display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

#benefits td{
	text-align: center;
	width: 33.33%;
}

@media (max-width:1366px){
	#header, #wrapper, #slider-shadow{
		max-width: 970px;
	}
}

@media (max-width:800px){
	#logo{
		display:none;
	}
	#top-menu ul li{
		padding:0 10px;
		margin-top: 15px;
	}
	#image-menu>div{
		width: 31%;
	}
	ul.tab-menu{
		float:none;
		width:90%;
		margin:5px auto;
	}
	ul.tab-menu li{
		width: 45%;
		float: left;
		background:none;
	}
	.tab-content{
		width:90%;
		margin:5px auto;
	}
	ul#gallery li {
		width: 31%;
	}
	div.good h4{
		width: auto;
	}
	div.good h4 a, div.good h4 span{
		display: block;
		clear: both;
		border: none;
	}
	div.good .good-text{
		margin: 0;
		width: auto;
	}
	div.good .full-text{
		margin: 0;
	}
	div.good .good-button span{
		display: none;
	}
}

@media (max-width:520px){
	#image-menu>div{
		width: 49%;
	}
	ul#gallery li {
		width: 48%;
	}
	ul.tab-menu li{
		width: 100%;
	}
}