@font-face {
  font-family: 'roboto_slabbold';
  src: url("../fonts/robotoslab-bold.eot");
  src: url("../fonts/robotoslab-bold.eot?#iefix") format('embedded-opentype'), url("../fonts/robotoslab-bold.woff2") format('woff2'), url("../fonts/robotoslab-bold.woff") format('woff'), url("../fonts/robotoslab-bold.ttf") format('truetype'), url("../fonts/robotoslab-bold.svg#roboto_slabbold") format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_slabregular';
  src: local('RobotoSlab-Regular');
  src: url("../fonts/robotoslab-regular.eot");
  src: url("../fonts/robotoslab-regular.eot?#iefix") format('embedded-opentype'), url("../fonts/robotoslab-regular.woff2") format('woff2'), url("../fonts/robotoslab-regular.woff") format('woff'), url("../fonts/robotoslab-regular.ttf") format('truetype'), url("../fonts/robotoslab-regular.svg#roboto_slabregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}
html,
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
body {
  font: 14px/1.3em 'roboto_slabregular', 'Arial', sans-serif;
  color: #000;
}
h1,
h2,
.like-h {
  text-align: center;
  font-size: 3.428571428571428em;
  text-transform: uppercase;
  font-family: 'roboto_slabbold';
  line-height: 1.35em;
  margin: 0;
  font-weight: normal;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.21);
}
h2 {
  margin-bottom: 30px;
}
h3 {
  text-align: center;
  font-size: 1.285714285714286em;
  text-transform: uppercase;
}
h1.l,
h2.l,
.like-h.l {
  color: #fff;
}
.small-h {
  font-size: 34px;
}
.small-h.b {
  font-size: 36px;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
p {
  margin: 0 0 10px;
}
a {
  color: #fff;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none !important;
}
a.mail {
  color: #9c9c9c;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.button {
  position: relative;
  border: none;
  border-bottom: 1px solid #904c0a;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 11px 23px;
  font-family: 'roboto_slabbold';
  font-size: 1.285714285714286em;
  background: #ffa800;
  background: #ffa800 -moz-linear-gradient(top, #ffa800 0%, #d86b13 100%);
  background: #ffa800 -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa800), color-stop(100%, #d86b13));
  background: #ffa800 -webkit-linear-gradient(top, #ffa800 0%, #d86b13 100%);
  background: #ffa800 -o-linear-gradient(top, #ffa800 0%, #d86b13 100%);
  background: #ffa800 -ms-linear-gradient(top, #ffa800 0%, #d86b13 100%);
  background: #ffa800 linear-gradient(to bottom, #ffa800 0%, #d86b13 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa800', endColorstr='#d86b13', GradientType=0);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 3px 1px 0px #9c5213;
	-moz-box-shadow: 0px 3px 1px 0px #9c5213;
	-ms-box-shadow: 0px 3px 1px 0px #9c5213;
	-o-box-shadow: 0px 3px 1px 0px #9c5213;
	box-shadow: 0px 3px 1px 0px #9c5213;
	text-shadow: 0 -1px 0px #8e611b;
}
html.ie8 .button,
html.ie7 .button {
  border: 2px solid #9c5213;
}
.button:hover {
  top: 1px;
  -webkit-box-shadow: 0px 2px 1px 0px #b0611e;
  -moz-box-shadow: 0px 2px 1px 0px #b0611e;
  -ms-box-shadow: 0px 2px 1px 0px #b0611e;
  -o-box-shadow: 0px 2px 1px 0px #b0611e;
  box-shadow: 0px 2px 1px 0px #b0611e;
  background: #ffb135;
  background: #d3762e -moz-linear-gradient(top, #ffb135 0%, #d3762e 100%);
  background: #d3762e -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb135), color-stop(100%, #d3762e));
  background: #d3762e -webkit-linear-gradient(top, #ffb135 0%, #d3762e 100%);
  background: #d3762e -o-linear-gradient(top, #ffb135 0%, #d3762e 100%);
  background: #d3762e -ms-linear-gradient(top, #ffb135 0%, #d3762e 100%);
  background: #d3762e linear-gradient(to bottom, #ffb135 0%, #d3762e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb135', endColorstr='#d3762e', GradientType=0);
}
html.ie8 .button:hover,
html.ie7 .button:hover {
  border: 2px solid #b0611e;
}
.button:active {
  top: 2px;
  -webkit-box-shadow: 0px 1px 1px 0px #b0611e;
  -moz-box-shadow: 0px 1px 1px 0px #b0611e;
  -ms-box-shadow: 0px 1px 1px 0px #b0611e;
  -o-box-shadow: 0px 1px 1px 0px #b0611e;
  box-shadow: 0px 1px 1px 0px #b0611e;
}
html.ie8 .button:active,
html.ie7 .button:active {
  border: 2px solid #b0611e;
}
.button.orange {
  min-width: 240px;
  background: #ff3c00;
  border-bottom: 1px solid #981413;
  background: #ff3c00 -moz-linear-gradient(top, #ff3c00 0%, #d81314 100%);
  background: #ff3c00 -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3c00), color-stop(100%, #d81314));
  background: #ff3c00 -webkit-linear-gradient(top, #ff3c00 0%, #d81314 100%);
  background: #ff3c00 -o-linear-gradient(top, #ff3c00 0%, #d81314 100%);
  background: #ff3c00 -ms-linear-gradient(top, #ff3c00 0%, #d81314 100%);
  background: #ff3c00 linear-gradient(to bottom, #ff3c00 0%, #d81314 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c00', endColorstr='#d81314', GradientType=0);
  -webkit-box-shadow: 0px 3px 1px 0px #b21717;
  -moz-box-shadow: 0px 3px 1px 0px #b21717;
  -ms-box-shadow: 0px 3px 1px 0px #b21717;
  -o-box-shadow: 0px 3px 1px 0px #b21717;
  box-shadow: 0px 3px 1px 0px #b21717;
  padding: 8px 38px;
  text-shadow: 0 -1px 0px #8a2914;
}
html.ie8 .button.orange,
html.ie7 .button.orange {
  border: 2px solid #b21717;
}
.button.orange:hover {
  -webkit-box-shadow: 0px 2px 1px 0px #cf2a2a;
  -moz-box-shadow: 0px 2px 1px 0px #cf2a2a;
  -ms-box-shadow: 0px 2px 1px 0px #cf2a2a;
  -o-box-shadow: 0px 2px 1px 0px #cf2a2a;
  box-shadow: 0px 2px 1px 0px #cf2a2a;
  background: #ff5826;
  background: -moz-linear-gradient(top, #ff5826 0%, #d62c2c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5826), color-stop(100%, #d62c2c));
  background: -webkit-linear-gradient(top, #ff5826 0%, #d62c2c 100%);
  background: -o-linear-gradient(top, #ff5826 0%, #d62c2c 100%);
  background: -ms-linear-gradient(top, #ff5826 0%, #d62c2c 100%);
  background: linear-gradient(to bottom, #ff5826 0%, #d62c2c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5826', endColorstr='#d62c2c', GradientType=0);
}
html.ie8 .button.orange:hover,
html.ie7 .button.orange:hover {
  border: 2px solid #cf2a2a;
}
.button.orange:active {
  -webkit-box-shadow: 0px 1px 1px 0px #cf2a2a;
  -moz-box-shadow: 0px 1px 1px 0px #cf2a2a;
  -ms-box-shadow: 0px 1px 1px 0px #cf2a2a;
  -o-box-shadow: 0px 1px 1px 0px #cf2a2a;
  box-shadow: 0px 1px 1px 0px #cf2a2a;
}
html.ie8 .button.orange:active,
html.ie7 .button.orange:active {
  border: 2px solid #cf2a2a;
}
.button.long {
  padding: 8px 35px;
}
input[type="text"],
input[type="email"] {
  display: inline-block;
  font-size: 1.714285714285714em;
  padding: 5px 9px;
  width: 220px;
  border: 1px solid #184713;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 5px 0px #e7e7e7 inset;
  -moz-box-shadow: 0 3px 5px 0px #e7e7e7 inset;
  -ms-box-shadow: 0 3px 5px 0px #e7e7e7 inset;
  -o-box-shadow: 0 3px 5px 0px #e7e7e7 inset;
  -webkit-box-shadow: 0 3px 5px 0px #e7e7e7 inset;
  -moz-box-shadow: 0 3px 5px 0px #e7e7e7 inset;
  -ms-box-shadow: 0 3px 5px 0px #e7e7e7 inset;
  -o-box-shadow: 0 3px 5px 0px #e7e7e7 inset;
  box-shadow: 0 3px 5px 0px #e7e7e7 inset;
}
html.ie8 input[type="text"],
html.ie8 input[type="email"],
html.ie7 input[type="text"],
html.ie7 input[type="email"] {
  border: 2px solid inset;
}
input[type="text"].error,
input[type="email"].error {
  border-color: #f00;
}
input[type="submit"] {
  border: 1px solid #d98a00;
  text-shadow: 0 -1px rgba(0,0,0,0.2);
  width: 242px;
  padding: 7px 10px;
  color: #fff;
  font-size: 1.36em;
  font-weight: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fec25a;
  background: -moz-linear-gradient(top, #fec25a 14%, #fec25a 14%, #dd8c00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, #fec25a), color-stop(14%, #fec25a), color-stop(100%, #dd8c00));
  background: -webkit-linear-gradient(top, #fec25a 14%, #fec25a 14%, #dd8c00 100%);
  background: -o-linear-gradient(top, #fec25a 14%, #fec25a 14%, #dd8c00 100%);
  background: -ms-linear-gradient(top, #fec25a 14%, #fec25a 14%, #dd8c00 100%);
  background: linear-gradient(to bottom, #fec25a 14%, #fec25a 14%, #dd8c00 100%);
}
input[type="submit"]:hover {
  background: #dd8c00;
  background: -moz-linear-gradient(top, #dd8c00 0%, #fec25a 86%, #fec25a 86%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd8c00), color-stop(86%, #fec25a), color-stop(86%, #fec25a));
  background: -webkit-linear-gradient(top, #dd8c00 0%, #fec25a 86%, #fec25a 86%);
  background: -o-linear-gradient(top, #dd8c00 0%, #fec25a 86%, #fec25a 86%);
  background: -ms-linear-gradient(top, #dd8c00 0%, #fec25a 86%, #fec25a 86%);
  background: linear-gradient(to bottom, #dd8c00 0%, #fec25a 86%, #fec25a 86%);
}
input.warning {
  border-color: #f00;
}
.row label {
  display: inline-block;
  width: 160px;
  vertical-align: middle;
  text-align: right;
  margin-right: 20px;
  vertical-align: baseline;
}
/* block */
.section {
  margin: auto;
  padding: 0 15px;
  width: 960px;
}
.row {
  margin-bottom: 25px;
}
.button-wrapper {
  text-align: center;
}
/* page */
#wrapper {
  height: 100%;
  min-height: 100%;
  width: 100%;
}
.section {
  width: 960px;
  padding: 0 20px;
  margin: auto;
}
.top-heading {
  margin: 90px 0 80px;
}
.block {
  height: 650px;
}
.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 20px;
  width: 230px;
  height: 230px;
}
.header-wrapper {
  background: transparent url("images/header-bgr.png") repeat;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 70px;
}
.header-wrapper #header {
  padding: 7px 0;
  width: 937px;
  margin: auto;
}
.header-wrapper #logo {
  float: left;
  margin-right: 60px;
}
.header-wrapper .top-menu {
  margin-top: 18px;
  float: left;
}
.header-wrapper .top-menu li {
  display: inline-block;
  margin: 0 8px;
  font-size: 0.857142857142857em;
}
.header-wrapper .top-menu li a {
  font-family: 'Arial';
  text-decoration: none;
}
.header-wrapper .right-button {
  float: right;
  margin-top: 6px;
}
#top {
  height: 650px;
  padding-top: 70px;
  background: transparent url("images/top-bgr.jpg") no-repeat top center;
  background-size: cover;
}
#top .top-heading {
  margin: 125px 0 135px;
}
#top .destinations {
  margin: 20px 0 40px;
}
#top .destinations .item {
  float: left;
  padding: 0 26px;
  text-align: center;
  color: #fff;
  font-size: 1.142857142857143em;
}
#top .destinations .item .image-wrapper {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 73px;
  height: 73px;
  display: inline-block;
  margin-bottom: 10px;
  background: #feaa08;
}
#top .destinations .item .image {
  display: inline-block;
  height: 45px;
  width: 42px;
  margin-top: 13px;
  background: transparent url("images/destinations-icons.png") no-repeat 4px 0;
}
#top .destinations .item .image.idea {
  background-position: -47px 0;
}
#top .destinations .item .image.grow {
  background-position: -96px 0;
}
#top .destinations .item .image.sales {
  background-position: -145px 0;
}
#top .destinations .item .image.profit {
  background-position: -196px 1px;
}
#top .destinations .item .image.stock {
  background-position: -246px 0px;
}
#top .destinations .item .text {
  line-height: 1.2em;
}
#top .destinations .item.first {
  padding-left: 23px;
}
#top .destinations .item.last {
  padding-right: 0;
}
#problems {
  background: transparent url("images/problems.png") no-repeat bottom center;
  padding-bottom: 20px;
  margin-bottom: -20px;
  position: relative;
  z-index: 1;
}
#problems .like-h {
  text-shadow: none;
}
#problems .problems-block .left {
  float: left;
  margin-top: 10px;
  width: 430px;
}
#problems .problems-block .left .circle {
  background: #f7e029;
  background: -moz-linear-gradient(top, #f7e029 0%, #fa8f08 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7e029), color-stop(100%, #fa8f08));
  background: -webkit-linear-gradient(top, #f7e029 0%, #fa8f08 100%);
  background: -o-linear-gradient(top, #f7e029 0%, #fa8f08 100%);
  background: -ms-linear-gradient(top, #f7e029 0%, #fa8f08 100%);
  background: linear-gradient(to bottom, #f7e029 0%, #fa8f08 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7e029', endColorstr='#fa8f08', GradientType=0);
}
#problems .problems-block .left .circle .content {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  width: 230px;
  height: 230px;
  font-weight: bold;
}
#problems .problems-block .left .circle .content .text {
  top: 36px;
  left: 46px;
  position: relative;
}
#problems .problems-block .left .circle .content .top {
  font-size: 1.785714285714286em;
  line-height: 1.2em;
  letter-spacing: 0.06em;
}
#problems .problems-block .left .circle .content .middle {
  font-size: 6.428571428571429em;
  line-height: 1em;
  letter-spacing: -0.03em;
  margin-left: -5px;
}
#problems .problems-block .left .circle .content .bottom {
  font-size: 1.714285714285714em;
  letter-spacing: 0.06em;
}
#problems .problems-block .right {
  float: left;
  font-size: 1em;
}
#company {
  background: #297c25 url("images/texture.png") repeat;
/*background transparent url(images/company-bgr.png) repeat*/
  color: #fff;
  padding-bottom: 34px;
}
#company .top-heading {
  margin-bottom: 40px;
}
#company .about-company {
  margin-bottom: 35px;
}
#company .about-company .left {
  float: left;
  margin-right: 80px;
}
#company .about-company .left .circle {
  background: #4f9232;
}
#company .about-company .left .image-hiter {
  position: relative;
  top: 50px;
  left: 38px;
}
#company .about-company .right {
  float: left;
}
#company .about-company .right .destiny-list {
  float: left;
  width: 296px;
}
#company .about-company .right .destiny-list .list-title {
  font-weight: bold;
  font-size: 2.142857142857143em;
  line-height: 1.2em;
  margin-left: 9px;
  margin-bottom: 10px;
}
#company .about-company .right .destiny-list li {
  max-width: 250px;
}
#company .about-company .right .destiny-list li .top {
  color: #fff;
}
#company .about-company .right .destiny-list li .text {
  margin-top: 7px;
}
#company .about-company .right .destiny-list.last {
  width: 288px;
  float: right;
  margin-left: 26px;
}
#company .want-to-be {
  margin-left: 370px;
}
#about-company {
  padding-top: 90px;
}
#about-company .certifications {
  text-align: center;
  margin-bottom: 35px;
}
#about-company .certifications .item {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  height: 204px;
  position: relative;
  margin: 0 25px;
}
#about-company .certifications .item .border {
  position: absolute;
  left: 2px;
  top: -2px;
  width: 150px;
  height: 204px;
  background: transparent url("images/certificate-border.png") no-repeat center center;
}
#about-company .about-text {
  text-align: center;
  width: 670px;
  width: 650px;
  margin: 0 auto 20px;
  line-height: 1.55em;
}
#about-company .service {
  text-align: center;
  padding-bottom: 60px;
}
#about-company .service .top {
  font-weight: bold;
  font-size: 1.285714285714286em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#about-company .service .middle {
  margin-bottom: 55px;
}
#about-company .service .middle div {
  margin-bottom: 4px;
}
#about-company .service .bottom {
  font-weight: bold;
  font-size: 1.285714285714286em;
  text-transform: uppercase;
  width: 650px;
  margin: 0 auto 30px;
  line-height: 1.6em;
}
#about-company .service .bottom em {
  font-style: normal;
  font-size: 2.142857142857143em;
  font-weight: normal;
}
#about-company .service .items-service {
  text-align: left;
}
#about-company .service .items-service .item {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}
#about-company .service .items-service .item .mark {
  width: 43px;
  height: 43px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #f7e129;
  float: left;
  margin-right: 20px;
}
#about-company .service .items-service .item .mark .count {
  color: #fff;
  font-weight: bold;
  font-size: 1.285714285714286em;
  text-align: center;
  position: relative;
  top: 12px;
}
#about-company .service .items-service .item .content {
  overflow: hidden;
  line-height: 1.4em;
}
#about-company .service .items-service .item .content .text {
  color: #444;
}
#products {
  background: transparent url("images/products-bgr.jpg") no-repeat;
  background-size: cover;
  height: 720px;
}
#products .top-heading {
  margin: 60px 0 10px;
}
#products .texture {
  background: transparent url("images/texture.png") repeat;
}
#products .product-list {
  margin-bottom: 25px;
}
#products .product-list .item {
  float: left;
  width: 33%;
  position: relative;
}
#products .product-list .item .description {
  position: absolute;
  color: #fff;
  opacity: 0.5;
  font-size: 12px;
  width: 120px;
  top: 0;
  left: 155px;
}
#products .product-list .item .circle {
  background: rgba(0,0,0,0.3);
  width: 200px;
  height: 200px;
  top: 100px;
  left: -26px;
  position: absolute;
  text-align: center;
  font-size: 1.285714285714286em;
  text-transform: uppercase;
}
#products .product-list .item .circle .cat-image {
  margin-top: 48px;
  background: #448ccb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  width: 62px;
  height: 62px;
  margin-bottom: 15px;
}
#products .product-list .item .circle .cat-image .icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: transparent url("images/icons.png") no-repeat 5px 2px;
  margin-top: 7px;
}
#products .product-list .item .circle .cat-image.demi {
  background: #f7941d;
}
#products .product-list .item .circle .cat-image.demi .icon {
  background-position: -73px 3px;
}
#products .product-list .item .circle .cat-image.summer {
  background: #39b54a;
}
#products .product-list .item .circle .cat-image.summer .icon {
  background-position: -149px 2px;
}
#products .sub-products-text {
  color: #fff;
  text-align: center;
}
#profit {
  height: auto;
}
#profit .button-wrapper {
  margin: 50px 0 40px;
}
#profit .profit-top {
  text-align: center;
  margin-bottom: 50px;
}
#profit .profit-top div {
  margin-bottom: 4px;
}
#profit .profit-top i {
  font-style: normal;
  font-weight: bold;
  color: #d91414;
}
#profit .profit-top .notice {
  color: #888;
}
#profit .profit-block {
  margin-bottom: 70px;
  padding: 23px 35px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #297c25 url("images/texture.png") repeat;
}
#profit .profit-block .title {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 15px 8px;
}
#profit .profit-block .price-block {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
#profit .profit-block .val-block {
  color: #dfff07;
  text-shadow: 0px 2px 0px #123810;
  font-size: 5.142857142857143em;
  line-height: 1.05em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid transparent;
  border-color: #113410 #569853 #84b381 #164314;
  font-weight: bold;
  padding: 0 12px;
  display: inline-block;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#profit .profit-block .rub {
  color: #dfff07;
  font-weight: bold;
  font-size: 1.714285714285714em;
  text-shadow: 0px 2px 0px #123810;
  display: inline-block;
  margin: 0 10px;
}
#profit .total-profit {
  float: right;
  margin: 60px 0 0 0;
}
#profit .total-profit .txt {
  color: #ffdf07;
  text-shadow: 0px 1px 0px #123810;
  font-size: 1.714285714285714em;
  text-transform: uppercase;
  font-weight: bold;
}
#profit .total-profit .icon {
  position: relative;
  display: inline-block;
  width: 47px;
  height: 36px;
  background: transparent url("images/icons.png") no-repeat -232px -1px;
  vertical-align: top;
  top: -9px;
  margin-right: 10px;
}
#examples {
  height: auto;
  padding-bottom: 40px;
  background: #fffdec;
  background: -moz-linear-gradient(top, #fffdec 0%, #fff8ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffdec), color-stop(100%, #fff8ca));
  background: -webkit-linear-gradient(top, #fffdec 0%, #fff8ca 100%);
  background: -o-linear-gradient(top, #fffdec 0%, #fff8ca 100%);
  background: -ms-linear-gradient(top, #fffdec 0%, #fff8ca 100%);
  background: linear-gradient(to bottom, #fffdec 0%, #fff8ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdec', endColorstr='#fff8ca', GradientType=0);
}
#examples .top-heading {
  margin: 50px auto 40px;
}
#examples .examples-block li {
  display: inline-block;
  vertical-align: top;
  width: 33%;
}
#examples .examples-block li .title {
  margin-bottom: 30px;
}
#examples .examples-block li .title .name {
  font-weight: bold;
  font-size: 1.285714285714286em;
}
#examples .examples-block li .title .city {
  font-size: 0.857142857142857em;
  color: #888;
}
#examples .examples-block li .title .date {
  margin-top: 15px;
  font-size: 0.857142857142857em;
}
#examples .examples-block li .values {
  font-size: 1.285714285714286em;
  margin-bottom: 30px;
}
#examples .examples-block li .values .value {
  margin-bottom: 11px;
}
#examples .examples-block li .values .value .big {
  font-size: 30px;
}
#examples .examples-block li .text {
  font-size: 0.857142857142857em;
  max-width: 21em;
  line-height: 1.7em;
  color: #444;
}
#geography {
  height: 1120px;
  position: relative;
}
#geography .section {
  position: relative;
  z-index: 1;
}
#geography .top-heading {
  margin-bottom: 35px;
}
#geography .geo-top .left {
  float: left;
  position: relative;
  margin-right: 50px;
}
#geography .geo-top .left .text {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.285714285714286em;
  width: 150px;
  line-height: 1.3em;
  position: absolute;
  top: 16px;
  left: 72px;
}
#geography .geo-top .right {
  float: left;
  text-align: center;
  width: 435px;
}
#geography .geo-top .right p {
  line-height: 1.5em;
  margin-bottom: 20px;
}
#geography .geo-top .right strong {
  color: #d91414;
}
#geography .geo-title {
  text-align: center;
  width: 375px;
  margin: auto;
  position: relative;
  top: 216px;
}
#geography .geo-title .bottom {
  font-size: 2.142857142857143em;
  font-weight: bold;
  line-height: 1.15em;
}
#geography .button-wrapper {
  position: relative;
  top: 440px;
}
#geography .geo-map {
  overflow: hidden;
  text-align: center;
  position: absolute;
  top: 422px;
  left: 0;
  right: 0;
}
#review {
  padding-bottom: 90px;
  height: auto;
  background: transparent url("images/reviews-bgr.jpg") no-repeat top center;
  background-size: cover;
}
.cover {
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;

	@media (max-width: @iphone-screen) {
		background-attachment: scroll;
	}
}
#review .reviews-block li {
  display: inline-block;
  vertical-align: top;
  width: 24.5%;
}
#review .reviews-block li .image {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
}
#review .reviews-block li .image img {
  max-width: 100%;
}
#review .reviews-block li .name {
  font-weight: bold;
  font-size: 1.714285714285714em;
  line-height: 1.2em;
  margin-bottom: 10px;
}
#review .reviews-block li .city {
  color: #888;
  margin-bottom: 20px;
}
#review .reviews-block li .review {
  max-width: 200px;
  line-height: 1.45em;
  color: #444;
}
#discount {
  height: auto;
  padding-bottom: 60px;
}
#discount .discount-block .top {
  text-align: center;
  margin-bottom: 20px;
  width: 620px;
  margin: 0 auto 50px;
  line-height: 1.5em;
}
#discount .discount-block .top em {
  font-style: normal;
  color: #f00;
}
#discount .discount-block .left {
  float: left;
  width: 380px;
  height: 279px;
  background: transparent url("images/discount-bgr.png") no-repeat 0 0;
  color: #f7e129;
  text-align: center;
  margin-right: 70px;
  margin-bottom: 70px;
}
#discount .discount-block .left .content {
  padding: 50px 55px 45px;
}
#discount .discount-block .left .top-left {
  font-size: 24px;
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
  width: 140px;
  line-height: 1.45em;
  display: inline-block;
  vertical-align: top;
}
#discount .discount-block .left .top-right {
  display: inline-block;
  vertical-align: top;
  font-size: 5.142857142857143em;
  font-weight: bold;
  line-height: 0.94em;
  margin: 0 0 0 20px;
}
#discount .discount-block .left .middle {
  color: #fff;
  text-transform: uppercase;
  margin: 20px 0 35px;
}
#discount .discount-block .left .bottom {
  font-weight: bold;
  font-size: 1.285714285714286em;
  line-height: 1.4em;
}
#discount .discount-block .right {
  float: left;
  margin-top: 15px;
}
#discount .just-call {
  clear: both;
  text-align: center;
}
#discount .just-call .title {
  margin-bottom: 25px;
}
#footer {
  background: #297c25;
  color: #fff;
  padding: 60px 0 50px;
  text-align: center;
  line-height: 1.6em;
}
#footer .address {
  margin-bottom: 25px;
}
#footer #copyright {
  color: #81aa80;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  background: #000;
  z-index: 10;
}
.dialog {
  position: relative;
  margin: 120px auto 50px;
  z-index: 15;
  background: #fff;
  padding: 40px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 9px 10px 64px -3px #000;
  -moz-box-shadow: 9px 10px 64px -3px #000;
  -ms-box-shadow: 9px 10px 64px -3px #000;
  -o-box-shadow: 9px 10px 64px -3px #000;
  box-shadow: 9px 10px 64px -3px #000;
}
html.ie8 .dialog,
html.ie7 .dialog {
  border: 2px solid #000;
}
.dialog .top-heading {
  margin: 0;
}
#product-dialog {
  width: 760px;
 
}
#product-item {
	padding: 20px 70px 120px 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#category-dialog {
  width: 880px;
  padding: 40px 0 40px 20px;
}
#category-dialog .item {
  margin: 0 0px 30px 10px;
  width: 200px;
  float: left;
  position: relative;
}
#category-dialog .item .name {
  display: inline-block;
  width: 91px;
  margin-top: 4px;
  font-size: 0.857142857142857em;
}
#category-dialog .item .sticker {
  width: 70%;
  height: 81px;
  position: absolute;
  z-index: 1;
  left: -20px;
  background: transparent url("images/price-place.png") no-repeat top left;
}
#category-dialog .item .image {
  position: relative;
  z-index: 1;
  top: -10px;
  text-align: right;
  right: -20px;
}
#category-dialog .item .image img {
  width: 200px;
}
#category-dialog .item .label {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 10px;
}
#category-dialog a {
  color: #000;
  text-decoration: none;
}
#category-dialog .price,
#category-dialog .compare-wrapper {
  display: none;
}
#contact-form {
  display: block;
  width: 620px;
  margin: auto;
}
#contact-form .discount-banner {
  margin-bottom: 50px;
}
#contact-form form {
  margin-left: 35px;
}
#contact-form .success-msg {
  text-align: center;
  font-size: 24px;
  margin: 44px 0 20px;
}
#product-dialog #image {
  float: left;
/*width: 300px;*/
  height: 500px;
  text-align: center;
  padding: 0;
  position: relative;
  z-index: 1;
  margin-right: 34px;
  width: 268px;
}
#product-dialog #image .colors .items {
	text-align: center;
}
#product-dialog #image a {
  display: inline-block;
}
#product-dialog #right .right {
  width: 245px;
  float: right;
}
#product-dialog #right .right #form {
  width: 194px;
  padding: 20px 11px;
  background: #fff;
  margin-bottom: 40px;
}
#product-dialog #right .right #form .product-status {
  font-size: 0.9166em;
  height: 15px;
  text-align: center;
  width: 100%;
}
#product-dialog #right .right #form .product-status .out-off-stock {
  color: #f00;
}
#product-dialog #right .right #form.stock-5 {
  text-align: center;
}
#product-dialog #right {
  float: left;
  width: 346px;
}
#product-dialog #right .description {
  float: left;
  max-width: 345px;
}
#product-dialog #right .description p {
  line-height: 1.6em;
}
#product-dialog #right .description .attr {
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
  margin-bottom: 0;
}
#product-dialog #right .description .attr .values {
  font-size: 1em;
  color: #000;
  position: relative;
  float: left;
  width: 175px;
}
#product-dialog #right .description .attr .lab {
  font-size: 1em;
  float: left;
  width: 165px;
}
#product-dialog #right .description .title {
  display: block;
  margin: 0 0 15px;
  color: #999;
  padding: 0;
  font-size: 1.11em;
}
#product-dialog #right .description .properties {
  margin-bottom: 36px;
}
#product-dialog .properties ul {
  margin-bottom: 15px;
}
#product-dialog .additionally {
  margin-bottom: 36px;
  text-align: center;
}
#product-dialog .additionally .img-attr {
	display: inline-block;
	vertical-align: top;
	margin-right: 19px;
}
#product-dialog .additionally .weight {
	display: inline-block;
	font-style: italic;
	font-size: 12px;
	color: #808080;
	margin-right: -20px;
}
#product-dialog #right .additionally .img-attr {
  float: left;
  width: 140px;
}
#product-dialog #right #button-bay {
  text-indent: 0;
  display: inline-block;
}
#product-dialog #right .form-action {
  text-align: center;
}
.pico {
  height: 31px;
  padding: 0 10px 10px 0;
  width: 31px;
  display: inline-block;
  vertical-align: middle;
}
.pico.attr-14 {
  font-size: 1em;
  font-family: tahoma;
  line-height: 1em;
  text-align: center;
}
.pico .pico-m {
  line-height: 30px;
  color: #188146;
  padding-right: 2px;
  font-size: 0.6788em;
  position: relative;
}
.pico.attr-4 {
  width: 73px;
  height: 50px;
  margin-top: -10px;
  background: transparent url("/bricks/style/images/icon-membrans.png") no-repeat;
}
.pico.attr-9 {
  background: transparent url("/bricks/style/images/icon-waterproof.png") no-repeat;
}
.pico.attr-10 {
  background: transparent url("/bricks/style/images/icon-water-resistant.png") no-repeat;
}
.pico.attr-12 {
  background: transparent url("/bricks/style/images/icon-breathable.png") no-repeat;
}
.pico.attr-13 {
  background: transparent url("/bricks/style/images/icon-windscreen.png") no-repeat;
}
.pico.attr-14 {
  background: transparent url("/bricks/style/images/icon-temperature.png") no-repeat;
}
#product-dialog #right .description .additionally .weight {
  font-size: 1em;
  font-style: italic;
  color: #999;
  position: relative;
  float: left;
  margin-top: 8px;
}
#product-dialog #right .description .additionally .rating-stat {
  float: right;
  width: 115px;
}
#product-dialog #right .description .additionally .rating-stat a {
  color: #57f;
  border-color: #57f;
  margin-left: 5px;
}
#product-dialog #right #tabs {
  font-size: 0.872em;
  float: left;
}
#product-dialog #right #tabs .ui-tabs-panel {
  font-size: 1.1em;
}
span.price-val {
  font-size: 2.5em;
  color: #000;
  font-family: 'ArialRouble';
}
.block-colors {
  margin-top: 13px;
}
#form .radio.form-element {
  margin-bottom: 35px;
}
#form .select.form-element {
  margin-bottom: 33px;
}
.form-action {
  margin-top: 15px;
}
span.underline {
  border-bottom: 1px dotted #999;
}
.ui-tabs-nav,
li.ui-tabs-selected {
  height: 58px !important;
}
.ui-state-default,
.ui-corner-top {
  height: 59px !important;
}
.more-item {
  margin-right: 10px;
  width: 24%;
  float: left;
}
.more-price span {
  font-size: 1.16em;
  margin-top: 18px;
  display: block;
}
.colorize .label {
  border: 1px solid #fff !important;
  height: 30px !important;
  width: 30px;
  margin-bottom: 8px;
  display: block;
}
#image .colors {
	margin-top: 20px;
}
#image .colors .desc-top {
	margin-bottom: 5px;
}
.radio-item.colorize {
	display: inline-block;
	font-size: 0;
}
#product-dialog #right .right #form a {
  border-bottom: 1px dotted #57f;
  color: #57f;
  font-size: 0.83em;
}
.nearby-products {
	position: absolute;
	left: -90px;
	right: -90px;
	top: 370px;
	height: 80px;
}
.nearby-products .nearby {
	position: absolute;
	width: 46px;
	height: 77px;
	right: 0;
	top: 0;
	background: transparent url(images/icons.png) no-repeat -141px -52px;
}
.nearby-products .nearby:hover {
  background-position: -201px -52px;
}
.nearby-products .nearby.left {
	left: 0;
	background-position: 0 -52px;
}
.nearby-products .nearby.left:hover {
	background-position: -70px -52px;
}
.invisible {
  visibility: hidden;
}
.no-mark {
  padding: 0;
  margin: 0;
}
.no-mark li {
  list-style: none;
}
ul.custom li {
  list-style-image: url("images/li-custom.png");
  color: #444;
  margin-bottom: 13px;
  vertical-align: top;
  padding-left: 9px;
}
ul.green li {
  list-style-image: url("images/li-green.png");
  color: #77ab61;
  padding-left: 9px;
  margin-bottom: 15px;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
