@import "http://webfonts.ru/import/opensans.css";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";
@import "/vendor/fl-line/css/fl-line-icon-set.css";
* {
  position: relative;
  box-sizing: border-box;
}
.nf {
  font-size: 0;
  line-height: 0;
}
.fn {
  font: 400 14px/20px;
}
body {
  font: 400 14px/20px "Open Sans", sans-serif;
  color: #737373;
  background: #2dcc70;
}
header {
  background: #ffd500;
}
.header-logo {
  padding-top: 50px;
}
.header-nav {
  padding-top: 75px;
  padding-bottom: 50px;
}
.header-nav ul {
  padding-left: 0;
  font-size: 0;
  line-height: 0;
}
.header-nav ul li {
  display: inline-block;
  font: 400 14px/20px;
  padding: 0 14px 10px;
}
.header-nav ul li a {
  font: bold 19px/23px "Open Sans", sans-serif;
  color: #005BBB;
  outline: none;
  text-decoration: none;
}
.home-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 40px 0;
}
.home-banner .home-banner__text {
  font-size: 32px;
  line-height: 37px;
  font-weight: 500;
  text-shadow: 0 0 10px #000;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.home-banner .home-banner__button a {
  display: inline-block;
  font: 400 13px/16px "Open Sans", sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  letter-spacing: 1px;
  overflow: hidden;
  color: #fff;
  background: none;
  border: 2px solid #fff;
  text-decoration: none;
  border-radius: 23px;
}
.home-catalog {
  padding-top: 20px;
}
.home-catalog h2,
main h1 {
  text-align: center;
}
.home-catalog h2 span,
main h1 span {
  display: inline-block;
  font-size: 42px;
  line-height: 50px;
  margin: 0;
  color: #3f3f4d;
  margin: 0 0 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.2em;
  text-rendering: optimizelegibility;
}
.home-catalog h2 span:after,
.home-catalog h2 span:before,
main h1 span:after,
main h1 span:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: 50%;
  left: 100%;
  border-bottom: 1px solid #e2dfde;
  height: 2px;
  width: 70px;
  margin-left: 42px;
}
.home-catalog h2 span:before,
main h1 span:before {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 39px;
}
.catalog-container .col-md-3:nth-child(4n+5) {
  clear: left;
}
@media (max-width: 992px) {
  .catalog-container .col-md-3:nth-child(4n+5) {
    clear: none;
  }
  .catalog-container .col-sm-4:nth-child(3n+4) {
    clear: left;
  }
}
@media (max-width: 768px) {
  .catalog-container .col-sm-4:nth-child(3n+4) {
    clear: none;
  }
  .catalog-container .col-xs-6:nth-child(2n+3) {
    clear: left;
  }
}
.catalog-category-preview,
.catalog-item-preview {
  overflow: hidden;
  padding: 17px 17px 17px;
  background: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-top: 9px;
  margin-bottom: 11px;
  display: block;
  text-decoration: none !important;
}
.catalog-category-preview .catalog-category-preview__img,
.catalog-item-preview .catalog-item-preview__img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.catalog-category-preview .catalog-category-preview__img img,
.catalog-item-preview .catalog-item-preview__img img {
  width: 100%;
}
.catalog-category-preview .catalog-category-preview__link,
.catalog-item-preview .catalog-item-preview__link {
  text-align: center;
}
.catalog-category-preview .catalog-category-preview__link span,
.catalog-item-preview .catalog-item-preview__link span {
  color: #3f3f4d;
  font: 16px/23px "Open Sans", sans-serif;
  font-weight: bold;
  line-height: 23px;
  text-decoration: none;
}
.catalog-category-preview-stick {
  pointer-events: none;
  color: #fff;
  background: #FFD500;
  font: bold 14px/16px "Open Sans", sans-serif;
  padding: 10px 5px 9px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  height: 35px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.catalog-category-preview-stick--sale {
  background: #FFD500;
}
.catalog-category-preview-stick--recomend {
  background: #57cc86;
}
.catalog-category-preview-stick > span {
  z-index: 2;
  text-shadow: 1px 1px 0 rgba(0, 91, 187, 0.65);
}
.catalog-category-preview-stick i {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 50%;
}
.catalog-category-preview-stick i:first-child {
  border-radius: 18px 18px 0 0 ;
  top: 0;
}
.catalog-category-preview-stick i:last-child {
  border-radius: 0 0 18px 18px ;
  top: 50%;
}
.catalog-item-preview .catalog-item-preview__price {
  text-align: center;
  padding-top: 20px;
  font-weight: bold;
  font-size: 24px;
}
.catalog-item-preview .catalog-item-preview__price span {
  color: #2dcc70;
}
.home-text {
  text-align: center;
  font: 300 20px/29px "Open Sans", sans-serif;
  margin-top: 60px;
  color: #fff;
  padding: 80px 0;
}
.home-text h1 {
  text-transform: uppercase;
  font: 300 56px/67px "Open Sans", sans-serif;
  margin-bottom: 17px;
}
.product-page,
.text-page {
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.product-page p {
  color: #333;
}
.product-page-image {
  text-align: center;
}
.product-page-image img {
  max-width: 100%;
}
.product-page-gallery {
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.product-page-gallery ul {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  text-align: left;
  width: auto;
}
.product-page-gallery ul li {
  display: inline-block;
}
.product-page-gallery ul li a {
  font: 400 14px/20px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #eee;
  display: inline-block;
}
.product-page-gallery ul li a img {
  width: 90px;
}
.product-page-price {
  text-align: right;
  font-size: 24px;
  color: #333;
  margin-bottom: 40px;
  margin-top: 20px;
}
.product-page-price span {
  font-weight: bold;
}
.text-page-gallery {
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.text-page-gallery ul {
  list-style: none;
  padding-left: 0;
}
.text-page-gallery ul li {
  display: inline-block;
}
.text-page-gallery ul li a {
  font: 400 14px/20px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #eee;
  display: inline-block;
}
.text-page-gallery ul li a img {
  width: 200px;
}
.text-page-children {
  list-style: none;
  padding-left: 0;
}
.text-page-children li {
  margin-bottom: 10px;
}
.text-page-children li a {
  color: #005BBB;
}
footer {
  background: #fff;
  padding-top: 46px;
}
.footer-content {
  margin-bottom: 40px;
}
.footer-content h5 {
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #3f3f4d;
  margin: 0 0 20px;
  text-rendering: optimizelegibility;
  font-family: "Open Sans", sans-serif;
}
.footer-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-content ul li {
  padding: 5px 0;
  font: 300 16px/19px "Open Sans", sans-serif;
}
.footer-content ul li a {
  color: #737373;
  outline: none;
  text-decoration: none;
  font: 300 16px/19px "Open Sans", sans-serif;
  cursor: pointer;
  font-weight: bold;
  color: #000;
}
.footer-content.footer-content--address ul li {
  font-size: 16px;
  line-height: normal;
  padding-bottom: 0;
  font-weight: bold;
  color: #000;
}
.footer-content.footer-content--address ul li i {
  display: inline-block;
  margin-right: 22px;
  float: left;
  color: #586077;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.footer-content .social-block ul {
  list-style: none;
  padding-left: 0;
}
.footer-content .social-block ul li {
  display: inline-block;
  text-align: center;
}
.footer-content .social-block ul li a i {
  margin-right: 10px;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  width: 25px;
  height: 25px;
  vertical-align: top;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background: #dce1e2;
}
main {
  margin-bottom: 40px;
}
.Breadcrumbs {
  text-align: center;
  margin-top: -10px;
}
.Breadcrumbs ul {
  list-style: none;
  padding-left: 0;
}
.Breadcrumbs ul li {
  display: inline-block;
  margin-right: 25px;
}
.Breadcrumbs ul li:last-child {
  margin-right: 0;
}
.Breadcrumbs ul li:last-child:after {
  display: none;
}
.Breadcrumbs ul li:after {
  content: '→';
  position: absolute;
  width: 15px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  right: -20px;
  top: 50%;
  margin-top: -7px;
  color: #fff;
}
.Breadcrumbs ul li a {
  color: #fff;
  text-decoration: none;
}
.Breadcrumbs ul li a:hover {
  color: #666;
}
