/* font-family: "MartaBold"; */
@font-face {
  font-family: "MartaBold";
  src: url("../fonts/MartaBold/MartaBold.eot");
  src: url("../fonts/MartaBold/MartaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MartaBold/MartaBold.woff") format("woff"), url("../fonts/MartaBold/MartaBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "PT Sans", sans-serif;
  font-size: 13px;
  color: #6f0817;
}
a {
  color: #6f0817;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  margin: 0 0 1em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  color: #6f0817;
}
h2 {
  font-weight: normal;
  margin: 0 0 1em;
}
.fs-10 {
  font-size: 10px;
}
.fs-12 {
  font-size: 12px;
}
.container {
  width: 900px;
  margin: 0 auto;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;

}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.img-responsive {
  max-width: 100%;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-capitalize {
  text-transform: uppercase;
}
.btn {
  display: inline-block;
  text-align: center;
  border: none;
  padding: 4px 5px;
  cursor: pointer;
}
.btn.btn-red {
  background-color: #6f0817;
  color: #fff;
}
.btn:hover {
  text-decoration: none;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  line-height: 1.3em;
}
.row-4-columns {
  overflow: hidden;
}
.row-4-columns .column,
.row-4-columns > article {
  width: 25%;
  float: left;
}
.row-3-columns {
  overflow: hidden;
}
.row-3-columns .column {
  width: 33.33%;
  float: left;
}
.row-2-columns {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
.row-2-columns:after,
.row-2-columns:before {
  display: table;
  content: " ";
}
.row-2-columns .column {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.breadcrumbs {
  margin-bottom: 10px;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  list-style: none;
  display: inline-block;
}
.breadcrumbs li:after {
  content: '/';
  margin-left: 6px;
  margin-right: 2px;
}
.breadcrumbs li:last-child:after {
  content: '';
}
.items-slider .preview,
.items-slider-3-column .preview,
.items-slider .img,
.items-slider-3-column .img {
  display: block;
}
.items-slider .preview img,
.items-slider-3-column .preview img,
.items-slider .img img,
.items-slider-3-column .img img {
  margin: 0 auto;
  height: 164px;
  width: auto;
  max-width: 215px;
}
button.slick-arrow {
  border: none;
  outline: none;
  text-indent: -9999px;
}
.slick-arrow {
  display: block;
  position: absolute;
  z-index: 100;
  background: url("../img/slider_arrows.png") transparent;
  width: 13px;
  height: 25px;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
}
.slick-arrow.slick-prev {
  background-position: 0 0;
  left: -30px;
}
.slick-arrow.slick-next {
  background-position: 0 100%;
  right: -30px;
}
.file-input {
  display: block;
}
.file-input input {
  position: absolute;
  left: -9999px;
}
.success-modal {
  max-width: 620px;
  background: rgba(255, 229, 194, 0.8);
  padding: 30px;
  text-align: left;
  margin: 40px auto;
  position: relative;
}
.success-modal .buttons {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.success-modal .btn {
  width: 70px;
}
.success-modal p {
  font-size: 14px;
}
table.features {
  width: 100%;
  text-align: center;
}
table.features td {
  width: 25%;
  vertical-align: top;
  padding-bottom: 10px;
}
section.features {
  background: #ffecd1;
  padding: 25px 0;
  text-align: center;
  color: #6f0817;
}
section.features p {
  width: 80%;
  margin: 0 auto 5px;
}
section.features h2 {
  font-size: 14px;
}
header {
  background: url("../img/header.jpg") 50% 0 no-repeat;
  margin-bottom: 10px;
}
header .nav-wrapper {
  height: 109px;
  margin-bottom: 5px;
  position: relative;
}
header .nav-wrapper * {
  color: #fdcf9e;
}
header .phone {
  /*margin-left: 20px;
  line-height: 14px;*/
  position: absolute;
  text-align: right;
  right: 0;
  bottom: 40px;
  font-size: 14px;
}
header .phone span {
  font-size: 16px;
  font-weight: bold;
}
header .logo {
  width: 95px;
  margin: 0 auto;
}
header .logo img{
  height: 90px;
  width: auto;
}
header nav {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
header nav .sub-menu {
  display: none;
  background-color: rgba(255, 229, 194, 0.8);
  padding: 15px 20px;
  position: absolute;
  left: 0;
  top: 30px;
  width: 300px;
  z-index: 100;
}
header nav .sub-menu * {
  color: #6f0817;
}
header nav .sub-menu > ul {
  position: relative;
}
header nav .sub-menu > ul > li {
  width: 50%;
}
header nav .sub-menu > ul ul {
  left: 50%;
}
header nav .sub-menu ul ul {
  display: none;
}
header nav > ul {
  list-style: none;
}
header nav > ul > li {
  display: inline-block;
  margin-right: 10px;
  padding-left: 10px;
  position: relative;
}
header nav > ul > li > a {
  height: 30px;
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
}
header nav > ul > li.active a,
header nav > ul > li a:hover {
  color: #f00;
  text-decoration: none;
}
header nav > ul > li:first-child {
  padding-left: 0;
}
header nav > ul ul li {
  display: block;
  margin-bottom: 7px;
}
header nav > ul ul a {
  text-transform: uppercase;
  position: relative;
}
header nav > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
}
header nav > ul ul li:hover ul {
  display: block;
}
header nav > ul ul li > a:hover,
header nav > ul ul li:hover > a {
  text-transform: uppercase;
}
header nav > ul ul li > a:hover:before,
header nav > ul ul li:hover > a:before {
  display: inline-block;
  content: "";
  border: solid 5px transparent;
  border-left-color: #6f0817;
  position: absolute;
  top: 2px;
  left: -10px;
}
header nav > ul li:hover > .sub-menu {
  display: block;
}
header nav > ul ul ul a {
  text-transform: none;
  white-space: nowrap;
}
main {
  /*padding-bottom: 20px;*/
  color: #757575;
}
main h2,
main h3 {
  color: #6f0817;
}
footer {
  background: url("../img/footer.jpg") 50% 0 no-repeat;
  color: #fdcf9e;
}
footer .container {
  height: 176px;
  padding-top: 35px;
  background: url("../img/phone_img.png") 70% 100% no-repeat;
}
footer a {
  color: inherit;
}
footer p {
  margin: 0 0 .5em;
}
footer .firm-name {
  font-weight: bold;
}
footer .local-phone {
  font-size: 18px;
  font-weight: bold;
}
footer nav ul li {
  margin: 0 0 5px;
}
footer nav ul a {
  text-decoration: none;
}
footer nav ul a:hover {
  text-decoration: underline;
}
.top_soc{
  position: absolute;
  bottom: 50px;
}
/*footer*/ .soc-icons a {
  display: inline-block;
  width: 29px;
  height: 29px;
}
/*footer*/ .soc-icons .ico-vk {
  background: url("../img/ico_vk.png") no-repeat;
}
/*footer*/ .soc-icons .ico-fb {
  background: url("../img/ico_fb.png") no-repeat;
}
/*footer*/ .soc-icons .ico-ok {
  background: url("../img/ico_ok.png") no-repeat;
}
/*footer*/ .soc-icons .ico-inst {
  background: url("../img/ico_inst.png") no-repeat;
}
.main-categories {
  text-align: center;
  padding: 20px 0;
}
.main-categories .item {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}
.main-categories .item .img {
  display: block;
  margin: 0 auto 7px;
  height: 87px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
.main-categories .item a {
  color: #7b0101;
}
.main-categories .item.active a {
  color: #f00;
}
.main-categories .item a:hover {
  color: #f00;
  text-decoration: none;
}
.main-categories .item-1 .img {
  background-image: url("../content/1.jpg");
}
.main-categories .item-2 .img {
  background-image: url("../content/2.jpg");
}
.main-categories .item-3 .img {
  background-image: url("../content/3.jpg");
}
.main-categories .item-4 .img {
  background-image: url("../content/4.jpg");
}
.main-categories .item-5 .img {
  background-image: url("../content/5.jpg");
}
.main-categories .item-6 .img {
  background-image: url("../content/6.jpg");
}
.main-categories .item-7 .img {
  background-image: url("../content/7.jpg");
}
.layout-homepage .slider .slick-prev {
  left: 25%;
}
.layout-homepage .slider .slick-next {
  right: 25%;
}
.layout-homepage .text-center {
  text-align: center;
}
.layout-homepage .title {
  text-transform: uppercase;
  text-align: center;
}
.layout-homepage .offers {
  text-align: center;
}
.layout-homepage .offers > div {
  margin-bottom: 20px;
}
.layout-homepage .brands {
  padding: 10px 0;
}
.layout-homepage .brands table td {
  padding: 0 20px;
}
.layout-catalog {
  overflow: hidden;
  margin-bottom: 20px;
}
.layout-catalog .category-title {
  font-size: 20px;
}
.layout-catalog aside {
  float: left;
  width: 30%;
}
.layout-catalog .content {
  float: right;
  /*width: 550px;*/
  width: 70%;
}
.layout-catalog .categories,
.layout-catalog .category-products-list {
  overflow: hidden;
}
.layout-catalog .categories article,
.layout-catalog .category-products-list article {
  float: left;
  width: 33.33%;
  margin-bottom: 20px;
  text-align: center;
}
.layout-catalog .categories article:nth-child(3n+1),
.layout-catalog .category-products-list article:nth-child(3n+1) {
  clear: left;
}
.layout-catalog .categories,
.layout-catalog .category-products,
.layout-catalog .category-products-list {
  margin-bottom: 30px;
}
.layout-catalog .categories article,
.layout-catalog .category-products article,
.layout-catalog .category-products-list article {
  text-align: center;
}
.layout-catalog .categories article .img,
.layout-catalog .category-products article .img,
.layout-catalog .category-products-list article .img {
  min-height: 120px;
}
.layout-catalog .categories article .img img,
.layout-catalog .category-products article .img img,
.layout-catalog .category-products-list article .img img {
  max-width: 100%;
  height: 140px;
  width: auto;
}
.layout-catalog .catalog-menu {
  font-size: 14px;
}
.layout-catalog .catalog-menu > li {
  margin-bottom: 15px;
}
.layout-catalog .catalog-menu > li > a {
  color: #6f0817;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
}
.layout-catalog .catalog-menu > li > a:before {
  display: inline-block;
  content: "";
  border: solid 5px transparent;
  border-left-color: #6f0817;
  position: absolute;
  top: 3px;
  left: 1px;
}
.layout-catalog .catalog-menu > li > ul {
  padding-top: 15px;
}
.layout-catalog .catalog-menu > li > ul a {
  color: #757575;
}
.layout-catalog .catalog-menu ul {
  padding-left: 15px;
}
.layout-catalog .catalog-menu ul ul {
  padding-top: 5px;
}
.layout-catalog .catalog-menu ul li {
  margin-bottom: 3px;
}
.layout-catalog .catalog-menu li.active > a,
.layout-catalog .catalog-menu a:hover {
  color: #f00;
}
.layout-product h1 {
  font-family: MartaBold, sans-serif;
}
.layout-product .preview img {
  max-width: 100%;
}
.layout-product .cart article {
  font-size: 14px;
  margin-bottom: 50px;
}
.layout-product .cart article p {
  line-height: 1.3em;
}
.layout-product .cart .gallery {
  margin-bottom: 20px;
}
.layout-product .cart .gallery .item {
  display: inline-block;
  margin-right: 15px;
}
.layout-product .cart .gallery .item img {
  max-width: 125px;
}
.layout-product .cart .info {
  clear: left;
  color: #6f0817;
}
.layout-product .cart .info > div {
  width: 25%;
  float: left;
  background-position: 50% 0;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 55px;
}
.layout-product .cart .info__time {
  background-image: url("../img/ico_time.png");
}
.layout-product .cart .info__weight {
  background-image: url("../img/ico_weight.png");
}
.layout-product .cart .info__view {
  background-image: url("../img/ico_view.png");
}
.layout-product .cart .info__energo {
  background-image: url("../img/ico_energo.png");
  position: relative;
}
.layout-product .cart .info__energo .val1,
.layout-product .cart .info__energo .val2 {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: .8em;
}
.layout-product .cart .info__energo .val1 {
  top: 12px;
}
.layout-product .cart .info__energo .val2 {
  top: 28px;
}
.layout-product .similar-items {
  margin-top: 35px;
  margin-bottom: 35px;
}
.layout-product .similar-items article {
  text-align: center;
}
.layout-product .similar-items article .img {
  min-height: 120px;
}
.layout-news .news-list .grid-sizer,
.layout-news .news-list .grid-item {
  width: 33.333%;
}
.layout-news .news-list .grid-item {
  margin-bottom: 30px;
}
.layout-news .news-list article {
  border: solid 1px #f9f9f9;
  width: 270px;
  padding: 15px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.layout-news .news-list article .img {
  margin-bottom: 10px;
}
.layout-news .news-list article .img img {
  max-width: 100%;
}
.layout-news article h2 {
  color: #6f0817;
}
.layout-news article p {
  color: #757575;
  font-size: 14px;
}
.layout-news .date {
  color: #aaaaaa;
}
.layout-new {
  font-size: 14px;
}
.layout-new .img {
  padding-top: 15px;
  margin-bottom: 20px;
}
.layout-new .img img {
  width: 100%;
}
.layout-vacancy .vacancy-list {
  color: #757575;
}
.layout-vacancy .vacancy-list article {
  margin-bottom: 25px;
}
.layout-vacancy .vacancy-list h2 {
  color: #6f0817;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .5px;
}
.layout-vacancy .vacancy-list .foot {
  color: #aaaaaa;
  margin-bottom: 5px;
}
.layout-vacancy .vacancy-list form {
  width: 60%;
}
.layout-vacancy .vacancy-list form textarea {
  width: 100%;
  border: solid 1px #6f0817;
}
.layout-vacancy .vacancy-list form .btn {
  width: 100%;
}
.layout-vacancy .vacancy-list form .form-group {
  margin-bottom: 5px;
}
.layout-vacancy .vacancy-list form .col-group {
  overflow: hidden;
}
.layout-vacancy .vacancy-list form .col-1,
.layout-vacancy .vacancy-list form .col-2 {
  width: 50%;
  float: left;
}
.layout-vacancy .vacancy-list form .col-1 {
  padding-right: 7px;
}
.form-style .input {
  display: block;
  width: 100%;
  border: solid 1px #6f0817;
  padding: 3px 5px;
}
.form-style textarea {
  min-height: 130px;
}
.form-style .btn {
  width: 100%;
}
.form-style .form-group {
  margin-bottom: 5px;
}
.form-style .col-group {
  overflow: hidden;
  margin-bottom: 7px;
}
.form-style .col-1,
.form-style .col-2 {
  width: 50%;
  float: left;
}
.form-style .col-1 {
  padding-right: 7px;
}
.form-style .hint {
  color: #aaaaaa;
}
.layout-reviews .review-list article {
  width: 50%;
  float: left;
  margin-bottom: 45px;
}
.layout-reviews .review-list article:nth-child(2n+1) {
  clear: left;
}
.layout-reviews .review-list .img {
  float: left;
  margin-right: -88px;
}
.layout-reviews .review-list .text {
  width: 100%;
  float: left;
  padding-left: 115px;
  padding-right: 100px;
}
.layout-reviews .review-list h2 {
  font-size: 18px;
}
.layout-reviews .review-list p {
  color: #757575;
}
.layout-reviews .review-list .date {
  text-align: right;
  color: #aaaaaa;
}
.layout-reviews form {
  width: 500px;
  margin: 0 auto;
}
.layout-company section {
  margin-bottom: 20px;
}
.layout-brands .brands {
  margin: 0 auto 30px;
}
.layout-brands .brands td {
  padding: 0 20px;
}
.layout-brands article {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.layout-brand h1 {
  text-transform: none;
  font-family: MartaBold, sans-serif;
}
.layout-brand .slider {
  margin-bottom: 10px;
}
.layout-brand article {
  width: 600px;
}
.layout-brand .categories-title {
  color: #6f0817;
  font-size: 14px;
}
.layout-brand .categories {
  text-align: center;
  margin-bottom: 20px;
}
.layout-brand .categories a {
  display: inline-block;
  /*margin-left: 10px;
  margin-right: 10px;*/
  margin: 20px 10px;
}
.layout-brand .categories a img {
  display: block;
  margin-bottom: 5px;
  height: 110px;
  width: auto;
}

/*============ONELAB==========*/

.one_share{
  position: relative;
  width: 100%;
  height: 44px;
  padding: 10px 0;
}

.one_soc{
  position: absolute;
  right: 0;
  height: 24px;
}

.one_our_item{
  width: 25%;
  float: left;
}
.one_our_item:nth-child(4n+1){clear: both;}

.one_item{
  position: relative;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  clear: both;
}

.one_container{
  width: 100%;
  float: left;
}

.one_item  .one_title{
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  color: #6f0817;
  font-family: MartaBold, sans-serif;
}

.one_img{
  position: relative;
  display: block;
  width: 40%;
  height: 250px;
  float: left;
  background-color: #fff;
}

.one_img a {
  width: 100%;
  height: 100%;
}

.one_img a div{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.one_info{
  position: relative;
  display: block;
  width: 60%;
  padding-left: 20px;
  float: left;
}

.one_characteristic{
  width: 100%;
  color: #6f0817;
  font-family: "PT Sans", sans-serif;
  font-size: 13px;
  text-align: center;
  overflow: hidden;
}

.one_char{
  width: 50%;
  float: left;
  padding: 5px;
}
.one_time{
  width: 100%;
  height: 30px;
  background-image: url('../img/ico_time.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 3px;
}
.one_weight{
  width: 100%;
  height: 30px;
  background-image: url('../img/ico_weight.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 3px;
}
.one_view{
  width: 100%;
  height: 30px;
  background-image: url('../img/ico_view.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 3px;
}
.one_energo{
  width: 100%;
  height: 30px;
  background-image: url('../img/ico_energo.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 3px;
}
.one_char span{
  line-height: 20px;
  font-weight: bold;
}

.one_item .one_text{
  font-size: 14px;
  margin-bottom: 20px;
  width: 100%;
}

.one_item .one_text span{
  /*color: #6f0817;*/
  font-weight: bold;
}

.one_item .one_preview{
  display: block;
  float: left;
  width: 105px;
  height: 105px;
  margin: 5px;
}

.one_item .one_preview div{
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.one_pre{
  width: 100%;
  overflow: hidden;
}

.one_element{
  height: 110px;
  width: 135px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
