@import url(normalize.css);
@import url(font-awesome.min.css);
@import url(lightbox.css);
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #f3f3f3;
  font-size: 13px;
  color: #333; }
  @media only screen and (max-width: 860px) {
    body {
      padding-top: 60px; } }

.container {
  max-width: 1140px;
  margin: auto;
  position: relative; }
  @media only screen and (max-width: 1160px) {
    .container {
      max-width: 1040px; } }
  @media only screen and (max-width: 1060px) {
    .container {
      max-width: 940px; } }
  @media only screen and (max-width: 960px) {
    .container {
      max-width: 840px; } }
  @media only screen and (max-width: 860px) {
    .container {
      max-width: 740px; } }
  @media only screen and (max-width: 760px) {
    .container {
      max-width: 640px; } }
  @media only screen and (max-width: 660px) {
    .container {
      width: 100%; } }

.row:after {
  content: "";
  display: block;
  clear: both; }

.navigation {
  height: 50px;
  background: #f15a24;
  width: 100%; }
  @media only screen and (max-width: 860px) {
    .navigation {
      display: none;
      height: auto;
      position: fixed;
      top: 60px;
      left: 0;
      width: 100%;
      z-index: 3000; } }
  .navigation-menu {
    padding: 0;
    margin: 0;
    list-style: none; }
    .navigation-menu li {
      float: left; }
      @media only screen and (max-width: 860px) {
        .navigation-menu li {
          float: none; } }
      .navigation-menu li a {
        font-size: 13px;
        display: block;
        font-weight: 600;
        letter-spacing: 0.5px;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.2s linear 0s;
        line-height: 50px;
        padding-left: 15px;
        padding-right: 15px;
        text-transform: uppercase;
        color: #ffffff;
        text-decoration: none; }
        @media only screen and (max-width: 860px) {
          .navigation-menu li a {
            display: block;
            width: 100%;
            text-align: center;
            box-sizing: border-box;
            border-right: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }
        @media only screen and (max-width: 500px) {
          .navigation-menu li a {
            line-height: 45px;
            height: 45px; } }
        .navigation-menu li a.active {
          background: #FFB94D; }
          @media only screen and (max-width: 860px) {
            .navigation-menu li a.active {
              background: #f15a24; } }
        .navigation-menu li a:hover {
          background-color: #FFB94D; }
          @media only screen and (max-width: 860px) {
            .navigation-menu li a:hover {
              background: #f15a24; } }

.page-content {
  margin-top: 20px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 660px) {
    .page-content {
      padding-bottom: 0;
      margin-top: 0; } }
  .page-content-aside {
    width: 292px;
    float: left; }
    @media only screen and (max-width: 960px) {
      .page-content-aside {
        width: 100%;
        float: none; } }
    @media only screen and (max-width: 660px) {
      .page-content-aside {
        padding-left: 14px;
        padding-right: 14px;
        box-sizing: border-box; } }
  .page-content-right {
    float: right;
    width: calc(100% - 322px);
    box-sizing: border-box; }
    @media only screen and (max-width: 960px) {
      .page-content-right {
        width: 100%;
        float: none; } }

.menu-block {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08); }
  .menu-block-title {
    background-color: #f15a24;
    color: #FFFFFF;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    display: block;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-left: 17px;
    padding-right: 17px;
    box-sizing: border-box; }
    .menu-block-title i {
      margin-right: 6px; }
  .menu-block-ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .menu-block-ul li a {
      box-sizing: border-box;
      border-bottom: 1px solid #eaeaea;
      display: block;
      text-decoration: none;
      font-size: 12px;
      line-height: 15px;
      padding: 10px 15px;
      color: #666666; }
      .menu-block-ul li a:hover {
        background-color: #FFB94D;
        color: #FFFFFF; }

.hot-block {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-top: 25px; }
  .hot-block-title {
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #e3e3e3;
    line-height: 14px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold; }
  .hot-block-percent {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    display: block;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    background: #ff7878;
    text-align: center; }
  .hot-block-image {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 20px; }
    .hot-block-image img {
      width: 100%; }
  .hot-block-name {
    display: block;
    color: #555;
    font-size: 14px;
    font-weight: 500;
    margin-top: 11px;
    text-decoration: none; }
  .hot-block-stars {
    margin-top: 10px; }
    .hot-block-stars i {
      float: left;
      color: #f15a24;
      margin-left: 3px; }
      .hot-block-stars i:first-child {
        margin-left: 0; }
  .hot-block-price {
    color: #157ed2;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
    display: block; }
  .hot-block-add-to-cart {
    width: 140px;
    height: 34px;
    padding: 0;
    border: none;
    margin-top: 10px; }
    .hot-block-add-to-cart i {
      float: left;
      line-height: 34px;
      text-align: center;
      display: block;
      background-color: #fdd922;
      color: #333;
      width: 40px;
      height: 34px;
      font-size: 13px; }
    .hot-block-add-to-cart span {
      background: #157ed2;
      float: left;
      color: #fff;
      font-size: 13px;
      height: 34px;
      width: 100px;
      line-height: 34px;
      text-align: center; }

.promo {
  width: 100%;
  height: 370px;
  background-size: cover;
  background-repeat: no-repeat; }

.footer {
  background: #202020;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%; }
  @media only screen and (max-width: 660px) {
    .footer {
      padding-left: 14px;
      padding-right: 14px;
      box-sizing: border-box; } }
  .footer-col {
    width: 25%;
    float: left;
    padding-right: 60px;
    box-sizing: border-box; }
    @media only screen and (max-width: 1160px) {
      .footer-col {
        width: 33.3333%;
        margin-top: 40px; } }
    @media only screen and (max-width: 1160px) {
      .footer-col:first-child {
        width: 100%;
        margin-top: 0; } }
    @media only screen and (max-width: 860px) {
      .footer-col {
        width: 100%;
        margin-top: 40px; } }
  .footer-label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 22px;
    min-height: 14px;
    color: #898989;
    display: block;
    line-height: 14px; }

.footer-contact-element {
  margin-top: 25px;
  width: 100%;
  padding-left: 45px;
  position: relative;
  height: 34px; }
  .footer-contact-element:first-child {
    margin-top: 0; }
  .footer-contact-element i {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    background: #333;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center; }
  .footer-contact-element-right a, .footer-contact-element-right span {
    display: block;
    color: #666;
    font-size: 12px;
    text-decoration: none;
    line-height: 17px; }
    .footer-contact-element-right a.align, .footer-contact-element-right span.align {
      position: relative;
      top: 8.5px; }

.footer-menu {
  padding: 0;
  margin: 0; }
  .footer-menu li {
    margin-left: 16px; }
    .footer-menu li a {
      font-size: 11px;
      line-height: 22px;
      color: #666666;
      text-decoration: none; }

.copyright {
  background: #121212;
  padding-top: 20px;
  padding-bottom: 20px; }

.social-icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  border-radius: 3px;
  margin-left: 7px;
  display: block;
  float: left;
  background-color: #333; }
  .social-icon:first-child {
    margin-left: 0; }

.page-block {
  margin-top: 30px;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08); }
  .page-block-logo {
    display: block;
    width: 100%;
    padding: 18px 20px;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box; }
    .page-block-logo-label {
      float: left;
      display: block;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: bold; }
    .page-block-logo-right {
      float: right; }
  .page-block-content {
    padding: 20px;
    box-sizing: border-box; }

.slider-nav {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #dddddd;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  font-size: 12px; }

.product-cart {
  border: 1px solid #e5e5e5;
  padding: 13px;
  box-sizing: border-box; }
  .product-cart:hover {
    opacity: .6; }
  .product-cart-image {
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box; }
    .product-cart-image-inner {
      width: 100%;
      padding-top: 100%;
      height: auto; }
      .product-cart-image-inner img {
        width: 100%;
        height: 110px; }
  .product-cart-title {
    display: block;
    color: #555;
    text-decoration: none;
    font-size: 12px;
    line-height: 15px;
    margin-top: 16px;
    text-align: center;
    height: 30px;
    overflow: hidden; }
  .product-cart-stars {
    margin-top: 10px; }
    .product-cart-stars i {
      float: left;
      color: #f15a24;
      margin-left: 3px; }
      .product-cart-stars i:first-child {
        margin-left: 0; }
  .product-cart-price {
    display: block;
    color: #333;
    font-weight: 700;
    font-size: 12px;
    margin-top: 8px;
    line-height: 12px; }

.product-page {
  background-color: #fff;
  border: 1px #e5e5e5 solid;
  padding: 20px;
  width: 100%;
  box-sizing: border-box; }
  .product-page-images {
    width: 40%;
    float: left; }
    @media only screen and (max-width: 760px) {
      .product-page-images {
        width: 100%;
        float: none; } }
  .product-page-image {
    width: 100%;
    border: 1px solid #e5e5e5;
    display: block; }
    .product-page-image img {
      width: 100%; }
  .product-page-right {
    width: 60%;
    float: left;
    padding-left: 30px;
    box-sizing: border-box; }
    @media only screen and (max-width: 760px) {
      .product-page-right {
        width: 100%;
        float: none;
        padding-left: 0;
        margin-top: 40px; } }
  .product-page-name {
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 20px;
    line-height: 26px;
    display: block;
    min-height: 52px;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 500px) {
      .product-page-name {
        font-size: 16px;
        line-height: 20px; } }
  .product-page-stars {
    margin-top: 15px; }
    .product-page-stars i {
      float: left;
      color: #f15a24;
      margin-left: 3px; }
      .product-page-stars i:first-child {
        margin-left: 0; }
  .product-page-params {
    margin-top: 17px; }
  .product-page-param {
    font-size: 13px;
    line-height: 13px;
    margin-top: 8px;
    color: #666666;
    display: block; }
    .product-page-param:first-child {
      margin-top: 0; }
  .product-page-description {
    line-height: 20px;
    color: #666666;
    margin-top: 17px;
    display: block; }
  .product-page-price-block {
    margin-top: 17px;
    border-bottom: 1px solid #F2F2F2;
    border-top: 1px solid #F2F2F2;
    padding-top: 20px;
    padding-bottom: 20px; }
  .product-page-price {
    color: #f15a24;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px; }
    @media only screen and (max-width: 500px) {
      .product-page-price {
        font-size: 20px;
        line-height: 20px; } }
  .product-page-qu-block {
    padding-top: 20px;
    padding-bottom: 20px; }
  .product-page-qu-label {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #666666;
    line-height: 35px; }
  .product-page-qu-field {
    float: left;
    margin-left: 43px; }
  .product-page-qu-link {
    padding-right: 15px;
    padding-left: 15px;
    height: 34px;
    width: 212px;
    text-align: center;
    transition: all linear 0.2s;
    margin-left: 13px;
    background: #000;
    float: left;
    box-shadow: none;
    text-decoration: none;
    box-sizing: border-box;
    border: none;
    color: #fff;
    font-size: 13px;
    line-height: 34px;
    border-radius: 2px;
    text-transform: uppercase; }
    .product-page-qu-link i {
      margin-right: 10px; }
    @media only screen and (max-width: 500px) {
      .product-page-qu-link {
        width: 100%;
        position: relative;
        top: 10px;
        margin-left: 0;
        float: none;
        display: block; } }
  .product-page-qu-button {
    padding-right: 15px;
    padding-left: 15px;
    height: 34px;
    width: 144px;
    text-align: center;
    transition: all linear 0.2s;
    margin-left: 13px;
    background: #000;
    float: left;
    box-shadow: none;
    box-sizing: border-box;
    border: none;
    color: #fff;
    font-size: 13px;
    line-height: 34px;
    border-radius: 2px;
    text-transform: uppercase; }
    .product-page-qu-button i {
      margin-right: 10px; }
    @media only screen and (max-width: 500px) {
      .product-page-qu-button {
        width: 100%;
        position: relative;
        top: 10px;
        margin-left: 0;
        float: none;
        display: block; } }

@media only screen and (max-width: 1160px) {
  .breadcrumbs {
    display: none; } }
.breadcrumbs-inner {
  background-color: #fff;
  border: 1px #e5e5e5 solid;
  padding: 13px 15px;
  margin-top: 20px;
  width: 100%;
  box-sizing: border-box; }
  .breadcrumbs-inner ol {
    list-style: none;
    margin: 0;
    padding: 0; }
    .breadcrumbs-inner ol li {
      float: left;
      margin-right: 33px;
      color: #666666;
      line-height: 18px;
      text-decoration: none;
      font-size: 12px;
      height: 18px; }
      .breadcrumbs-inner ol li a {
        line-height: 18px;
        color: #f15a24;
        text-decoration: none;
        font-size: 12px;
        position: relative; }
        .breadcrumbs-inner ol li a:after {
          content: "";
          display: block;
          position: absolute;
          width: 6px;
          height: 6px;
          top: 7px;
          right: -19px;
          background: #f15a24;
          border-radius: 100%; }

.category-page {
  background-color: #fff;
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08); }
  .category-page-logo {
    display: block;
    width: 100%;
    padding: 18px 20px;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box; }
    .category-page-logo-label {
      float: left;
      display: block;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: bold; }
  .category-page-inner {
    padding: 20px;
    box-sizing: border-box;
    margin-left: -30px;
    position: relative;
    bottom: 40px; }
  .category-page-element {
    padding-left: 30px;
    width: 25%;
    float: left;
    box-sizing: border-box;
    margin-top: 40px; }
    @media only screen and (max-width: 1160px) {
      .category-page-element {
        width: 33.333333%; } }
    @media only screen and (max-width: 960px) {
      .category-page-element {
        width: 25%; } }
    @media only screen and (max-width: 760px) {
      .category-page-element {
        width: 33.333333%; } }
    @media only screen and (max-width: 500px) {
      .category-page-element {
        width: 50%; } }

.cart-icon {
  float: right; }
  .cart-icon i {
    float: left;
    color: #ffffff;
    font-size: 13px; }
  .cart-icon-price {
    font-weight: 600;
    float: left;
    color: #ffffff;
    font-size: 13px; }

.else-header {
  height: 150px;
  background-image: url(../images/header-bg.png);
  background-size: cover;
  font-family: 'Tahoma', sans-serif; }
  @media only screen and (max-width: 860px) {
    .else-header {
      height: 60px;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 2000; } }
  @media only screen and (max-width: 660px) {
    .else-header {
      padding-left: 14px;
      padding-right: 14px;
      box-sizing: border-box; } }
  .else-header-mobile-bar {
    display: none; }
    @media only screen and (max-width: 860px) {
      .else-header-mobile-bar {
        float: right;
        width: 30px;
        height: 30px;
        background-image: url(../images/bar.svg);
        cursor: pointer;
        display: block;
        margin-top: 15px; } }
  .else-header-logo {
    display: block;
    float: left;
    margin-top: 33px; }
    @media only screen and (max-width: 1160px) {
      .else-header-logo {
        margin-top: 43px; } }
    @media only screen and (max-width: 860px) {
      .else-header-logo {
        margin-top: 13px; } }
    .else-header-logo img {
      float: left;
      height: 84px; }
      @media only screen and (max-width: 1160px) {
        .else-header-logo img {
          height: 74px; } }
      @media only screen and (max-width: 860px) {
        .else-header-logo img {
          height: 34px; } }
  .else-header-cart {
    float: right;
    height: 32px;
    width: 200px;
    line-height: 31px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    padding-left: 34px;
    box-sizing: border-box;
    position: relative;
    background-color: #f15a24;
    cursor: pointer;
    text-decoration: none; }
    @media only screen and (max-width: 1060px) {
      .else-header-cart {
        float: left;
        margin-left: 10px; } }
    .else-header-cart:hover {
      background-color: #FFB94D; }
    .else-header-cart-icon {
      width: 34px;
      line-height: 33px;
      height: 31px;
      border-radius: 4px 0 0 4px;
      color: #FFFFFF;
      border-right: 1px solid #FFFFFF;
      font-size: 18px;
      text-align: center;
      display: block;
      position: absolute;
      left: 0;
      top: 0; }
    .else-header-cart-num {
      position: absolute;
      bottom: -5px;
      color: #FFFFFF;
      background-color: #FFBF5C;
      right: 5px;
      width: 14px;
      height: 14px;
      font-size: 10px;
      border-radius: 14px;
      text-align: center;
      line-height: 14px;
      display: block; }
    .else-header-cart-text {
      display: block;
      font-size: 14px;
      color: #FFFFFF;
      text-align: center;
      width: 100%; }
  .else-header-search {
    float: left;
    height: 34px;
    width: 500px;
    position: relative; }
    @media only screen and (max-width: 1060px) {
      .else-header-search {
        width: 350px; } }
    .else-header-search-icon {
      height: 22px;
      width: 22px;
      position: absolute;
      top: 6px;
      left: 10px;
      font-size: 22px;
      line-height: 22px;
      color: #f7931e; }
    .else-header-search-field {
      width: 100%;
      border: none;
      border-radius: 4px;
      height: 34px;
      line-height: 34px;
      padding-left: 45px;
      outline: none;
      background-color: #fff;
      box-sizing: border-box;
      padding-right: 130px; }
    .else-header-search-submit {
      height: 32px;
      width: 100px;
      text-align: center;
      line-height: 33px;
      border: none;
      font-size: 14px;
      box-shadow: none;
      position: absolute;
      top: 1px;
      right: .5px;
      border-radius: 0 4px 4px 0;
      color: #FFFFFF;
      background-color: #f15a24; }
      .else-header-search-submit:hover {
        background-color: #FFB94D; }
  .else-header-bottom {
    margin-top: 26px; }
  .else-header-top {
    padding-right: 234px;
    box-sizing: border-box;
    margin-top: 34px; }
    @media only screen and (max-width: 1060px) {
      .else-header-top {
        padding-right: 0; } }
  .else-header-right {
    float: right; }
    @media only screen and (max-width: 860px) {
      .else-header-right {
        display: none; } }
  .else-header-phones {
    float: left;
    margin-left: 40px; }
    .else-header-phones:first-child {
      margin-left: 0; }
  .else-header-phone {
    display: block;
    height: 14px;
    text-decoration: none;
    margin-top: 8px; }
    .else-header-phone:first-child {
      margin-top: 0; }
    .else-header-phone img {
      float: left;
      height: 14px;
      width: 14px;
      margin-top: 1px; }
    .else-header-phone span {
      float: left;
      display: block;
      line-height: 16px;
      font-size: 15px;
      margin-left: 2px;
      color: #333333; }

.underline {
  text-decoration: underline; }
  .underline:hover {
    opacity: .5; }

.search-submenu {
  position: absolute;
  top: 37px;
  left: 0;
  width: 100%;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  z-index: 300;
  padding: 14px 12px 0;
  border-radius: 4px;
  display: none;
  box-sizing: border-box; }
  .search-submenu-element {
    border-bottom: 1px solid #eee;
    margin-top: 10px;
    padding-bottom: 10px; }
    .search-submenu-element:first-child {
      margin-top: 0; }
    .search-submenu-element:last-child {
      border-bottom: none; }
    .search-submenu-element-image {
      width: 42px;
      display: block;
      height: 42px;
      float: left; }
    .search-submenu-element-right {
      width: calc(100% - 42px);
      float: left;
      padding-left: 23px;
      box-sizing: border-box; }
    .search-submenu-element-title {
      display: block;
      color: #666666;
      font-size: 12px; }
    .search-submenu-element-params {
      margin-top: 5px; }
    .search-submenu-element-param {
      float: left;
      font-size: 11px;
      margin-left: 8px;
      color: #666666; }
      .search-submenu-element-param:first-child {
        margin-left: 0; }

.modal-fade {
  background-color: rgba(58, 63, 68, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  left: 0;
  z-index: 1500; }

.modal-window {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 420px;
  height: 515px;
  display: none;
  margin: auto;
  background-color: #fff; }
  .modal-window-top {
    height: 95px;
    border-bottom: 2px solid #f15a24;
    width: 100%;
    padding-left: 35px;
    box-sizing: border-box; }
  .modal-window-title {
    display: block;
    float: left;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 35px; }
  .modal-window-content {
    padding: 29px 35px;
    box-sizing: border-box;
    position: relative;
    min-height: 411px; }
  .modal-window-loader {
    display: none; }
  .modal-window-thanks {
    display: none; }
  .modal-window-element {
    margin-top: 19px; }
    .modal-window-element:first-child {
      margin-top: 0; }
    .modal-window-element label {
      display: block;
      color: #888;
      font-size: 13px;
      margin-bottom: 6px; }
    .modal-window-element input {
      background: #f7f7f7;
      border: 1px solid #eee;
      width: 100%;
      border-radius: 2px;
      color: #383838;
      font-size: 13px;
      height: 37px;
      line-height: 37px;
      padding-left: 7px;
      padding-right: 7px;
      box-sizing: border-box; }
  .modal-window button {
    background-color: #f15a24;
    width: 100%;
    border-radius: 2px;
    color: #FFFFFF;
    border: none;
    box-shadow: none;
    font-size: 13px;
    height: 37px;
    line-height: 37px;
    padding-left: 7px;
    padding-right: 7px;
    margin-top: 20px;
    box-sizing: border-box; }

.info-page {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 20px;
  box-sizing: border-box; }
  .info-page-title {
    color: #555;
    font-size: 22px;
    margin: 0; }
  .info-page-title-inner {
    border-bottom: 1px #e5e5e5 solid;
    width: 100%;
    padding-bottom: 13px;
    display: block; }
  .info-page-content {
    font-size: 13px;
    color: #666;
    padding-top: 13px; }

.contact-page {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 20px;
  box-sizing: border-box; }
  .contact-page-map {
    height: 350px;
    width: 100%; }
    @media only screen and (max-width: 500px) {
      .contact-page-map {
        height: 200px; } }
    .contact-page-map iframe {
      width: 100%;
      height: 100%; }
  .contact-page-form {
    margin-top: 30px; }
    .contact-page-form-title {
      font-size: 14px;
      color: #555;
      display: block; }
    .contact-page-form input[type=submit] {
      width: 135px;
      height: 34px;
      line-height: 34px;
      text-align: center;
      display: block;
      margin-top: 35px;
      color: #FFFFFF;
      background-color: #f15a24;
      font-size: 14px;
      border: none;
      box-shadow: none; }
    .contact-page-form-element {
      width: 33%;
      float: left;
      padding-left: 30px;
      box-sizing: border-box; }
      @media only screen and (max-width: 860px) {
        .contact-page-form-element {
          width: 100%;
          padding-left: 0;
          float: none;
          margin-top: 10px; } }
      .contact-page-form-element label {
        color: #999;
        font-size: 13px;
        line-height: 13px;
        margin-bottom: 7px;
        display: block; }
      .contact-page-form-element input {
        font-size: 13px;
        font-weight: normal;
        color: #999;
        border-radius: 3px;
        border: 1px solid #eee;
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
        width: 100%;
        height: 33px;
        outline-color: #ccc;
        line-height: 33px; }
      .contact-page-form-element textarea {
        font-size: 13px;
        font-weight: normal;
        color: #999;
        border-radius: 3px;
        border: 1px solid #eee;
        padding: 12px;
        box-sizing: border-box;
        width: 100%;
        height: 62px;
        resize: none;
        outline-color: #ccc; }
      .contact-page-form-element.large {
        width: 100%;
        padding-left: 0;
        margin-top: 16px;
        float: none; }
    .contact-page-form-row {
      margin-left: -30px; }
      @media only screen and (max-width: 860px) {
        .contact-page-form-row {
          margin-left: 0; } }
  .contact-page-elements-content {
    margin-top: 30px; }
  .contact-page-elements-title {
    font-size: 14px;
    color: #555;
    display: block; }
  .contact-page-bottom {
    margin-top: 70px;
    width: 100%; }
    @media only screen and (max-width: 860px) {
      .contact-page-bottom {
        margin-top: 30px; } }
    .contact-page-bottom-left {
      width: 70%;
      float: left; }
      @media only screen and (max-width: 860px) {
        .contact-page-bottom-left {
          width: 100%;
          float: none; } }
    .contact-page-bottom-right {
      padding-left: 45px;
      box-sizing: border-box;
      width: 30%;
      float: right; }
      @media only screen and (max-width: 860px) {
        .contact-page-bottom-right {
          width: 100%;
          float: none;
          padding-left: 0; } }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid #f15a24;
  border-right: 2px solid transparent;
  animation: spinner .6s linear infinite; }

.quantity-input {
  width: 70px;
  height: 35px;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  position: relative; }
  .quantity-input-value {
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 35px;
    display: block;
    padding-left: 18px;
    padding-right: 20px;
    box-sizing: border-box; }
  .quantity-input-arrows {
    position: absolute;
    top: 4px;
    right: 0;
    width: 20px;
    height: 35px; }
  .quantity-input-arrow-top {
    color: #333;
    font-size: 14px;
    display: block;
    cursor: pointer;
    text-align: center;
    line-height: 14px;
    top: 4px;
    position: relative; }
  .quantity-input-arrow-bottom {
    color: #333;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    bottom: 4px;
    position: relative; }

.publ-block {
  padding-left: 25px;
  box-sizing: border-box;
  width: 50%;
  float: left; }
  .publ-block-elements {
    margin-left: -25px; }
  .publ-block-image {
    width: 100%;
    padding-top: 100%;
    height: auto; }
    .publ-block-image img {
      width: 100%; }
  .publ-block-title {
    color: #555;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 16px;
    line-height: 14px; }
  .publ-block-sub-links {
    margin-top: 14px; }
  .publ-block-sub-link {
    float: left;
    color: #9c9c9c;
    font-size: 13px;
    line-height: 13px; }
  .publ-block-text {
    display: block;
    color: #434343;
    font-size: 13px;
    margin-top: 14px; }
  .publ-block-button {
    display: block;
    text-decoration: none;
    background: #0f6cb2;
    color: #FFFFFF;
    height: 33px;
    line-height: 33px;
    margin-top: 14px;
    width: 100px;
    text-align: center;
    font-size: 13px;
    border-radius: 2px; }
    .publ-block-button:hover {
      opacity: .7; }

.blog-page {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 20px;
  box-sizing: border-box; }
  .blog-page-image {
    width: 100%; }
  .blog-page-title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px; }
  .blog-page-content {
    font-size: 13px;
    color: #666666; }

.cart-page {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 20px;
  box-sizing: border-box;
  width: 100%; }
  .cart-page-title {
    text-transform: uppercase;
    font-weight: 300;
    color: #f15a24;
    font-size: 30px;
    line-height: 30px; }
  .cart-page-bottom {
    margin-top: 15px;
    width: 100%; }
    .cart-page-bottom-label {
      float: left;
      font-weight: 300;
      color: #292b2c;
      font-size: 14px;
      line-height: 14px;
      margin-top: 10px;
      margin-right: 8px; }
    .cart-page-bottom-price {
      float: left;
      font-size: 10px;
      color: #292b2c;
      margin-top: 6px;
      text-transform: uppercase;
      line-height: 22px; }
      .cart-page-bottom-price b {
        font-size: 22px;
        margin-right: 4px; }
      @media only screen and (max-width: 860px) {
        .cart-page-bottom-price {
          float: none; } }
    .cart-page-bottom-links {
      float: left; }
      @media only screen and (max-width: 860px) {
        .cart-page-bottom-links {
          float: none; } }
    .cart-page-bottom-link {
      display: block;
      color: #fff;
      background-color: #f15a24;
      width: 243px;
      height: 34px;
      margin-left: 28px;
      line-height: 34px;
      text-align: center;
      text-decoration: none;
      border-radius: 50px;
      cursor: pointer;
      font-size: 14px; }
      @media only screen and (max-width: 860px) {
        .cart-page-bottom-link {
          float: none;
          margin-top: 10px;
          margin-left: 0; } }
    .cart-page-bottom-fast-link {
      color: #5c5552;
      text-decoration: underline;
      font-weight: 300;
      margin-top: 20px;
      float: right;
      font-size: 16px;
      line-height: 16px; }
      @media only screen and (max-width: 860px) {
        .cart-page-bottom-fast-link {
          float: none;
          display: block;
          margin-top: 10px; } }
    .cart-page-bottom-dost-link {
      float: left;
      background: #7d7775;
      color: #ffffff;
      display: block;
      font-size: 14px;
      outline: none;
      width: 170px;
      margin-top: 1px;
      height: 32px;
      line-height: 32px;
      text-align: center;
      text-decoration: none; }
      .cart-page-bottom-dost-link i {
        margin-right: 4px; }
      @media only screen and (max-width: 860px) {
        .cart-page-bottom-dost-link {
          float: none; } }
    .cart-page-bottom-right {
      float: right; }
      @media only screen and (max-width: 860px) {
        .cart-page-bottom-right {
          float: none;
          width: 100%;
          margin-top: 20px; } }
  .cart-page-table {
    width: 100%;
    margin-top: 20px;
    overflow-y: auto; }
    .cart-page-table-inner {
      width: 1100px;
      background-color: #fff; }
    .cart-page-table-row {
      border-bottom: 1px solid #eceeef; }
    .cart-page-table-head {
      background: #ebebeb;
      height: 26px; }
      .cart-page-table-head-element {
        float: left;
        color: #5c5552;
        padding-left: 11px;
        box-sizing: border-box;
        font-size: 12px;
        margin-top: 7px;
        line-height: 12px;
        font-weight: 600; }
    .cart-page-table-element {
      float: left;
      padding-top: 30px;
      height: 170px;
      padding-bottom: 30px;
      padding-left: 11px;
      box-sizing: border-box; }
      .cart-page-table-element-title {
        font-weight: 600;
        display: block;
        text-decoration: none;
        color: #5c5552;
        font-size: 14px;
        line-height: 18px; }
      .cart-page-table-element-left {
        float: left;
        width: 160px; }
      .cart-page-table-element-right {
        float: left;
        width: 348px;
        padding-left: 35px;
        box-sizing: border-box;
        padding-right: 20px; }
  .cart-page-num {
    width: 60px;
    height: 32px;
    border: 1px solid #adaaa8;
    border-radius: 20px;
    margin-top: 39px;
    position: relative; }
    .cart-page-num-plus {
      color: #adaaa8;
      font-size: 14px;
      position: absolute;
      right: 8px;
      top: 9px;
      cursor: pointer;
      line-height: 14px; }
    .cart-page-num-value {
      display: block;
      text-align: center;
      color: #5c5552;
      font-size: 16px;
      font-weight: bold;
      line-height: 32px; }
    .cart-page-num-minus {
      cursor: pointer;
      color: #adaaa8;
      position: absolute;
      left: 8px;
      top: 9px;
      font-size: 14px;
      line-height: 14px; }
  .cart-page-params {
    margin-top: 12px; }
  .cart-page-close {
    color: #ea0015;
    font-size: 14px;
    line-height: 14px;
    display: block;
    margin: 48px auto;
    cursor: pointer; }
  .cart-page-param {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #5c5552;
    margin-top: 7px;
    line-height: 12px; }
    .cart-page-param b {
      font-weight: bold; }
  .cart-page-price {
    font-size: 12px;
    line-height: 20px;
    color: #5c5552;
    margin-top: 45px;
    display: block; }
    .cart-page-price b {
      font-size: 20px; }
  .cart-page-image {
    width: 160px; }
    .cart-page-image img {
      width: 160px; }

.order-page {
  margin-top: 54px; }
  .order-page-title {
    text-transform: uppercase;
    font-weight: 300;
    color: #f15a24;
    font-size: 30px;
    line-height: 30px; }
    @media only screen and (max-width: 760px) {
      .order-page-title {
        font-size: 20px;
        line-height: 20px; } }
  .order-page-submit {
    width: 150px;
    height: 34px;
    line-height: 34px;
    border-radius: 50px;
    text-align: center;
    color: #ffffff;
    border: none;
    box-shadow: none;
    display: block;
    margin-top: 43px;
    background-color: #F15A24; }
  .order-page-sub-title {
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold; }
  .order-page-inner {
    background: #ebebeb;
    font-size: 14px;
    margin-top: 24px; }
  .order-page-left {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 40px 50px; }
    @media only screen and (max-width: 760px) {
      .order-page-left {
        width: 100%;
        padding: 20px 25px;
        float: none; } }
  .order-page-right {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 40px 50px; }
    @media only screen and (max-width: 760px) {
      .order-page-right {
        width: 100%;
        float: none;
        margin-top: 0;
        padding: 20px 25px; } }
    .order-page-right-area {
      margin-top: 44px; }
      .order-page-right-area:first-child {
        margin-top: 0; }
  .order-page-dost-input {
    width: 100%;
    height: 32px;
    margin-top: 23px;
    line-height: 32px;
    font-size: 14px;
    border: none;
    color: #464a4c;
    background-color: #fff;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    outline-color: #F15A24; }
  .order-page-radios {
    margin-top: 20px; }
  .order-page-radio {
    padding-left: 20px;
    display: block;
    font-size: 15px;
    position: relative;
    cursor: pointer;
    margin-top: 5px; }
    .order-page-radio input[type=radio] {
      width: 0;
      height: 0;
      line-height: 0;
      display: inline-block;
      margin-right: 0;
      border: none;
      box-shadow: none;
      padding: 0; }
      .order-page-radio input[type=radio]:before {
        content: '';
        height: 10px;
        width: 10px;
        border-radius: 20px;
        border: 1px solid #ebebeb;
        -webkit-box-shadow: 0 0 1px 1px #5c5552;
        box-shadow: 0 0 1px 1px #5c5552;
        display: block;
        position: absolute;
        left: 0;
        top: 4px;
        cursor: pointer; }
      .order-page-radio input[type=radio]:checked:before {
        background: #F15A24; }
  .order-page-form {
    margin-top: 24px; }
    .order-page-form input[type=text] {
      width: 100%;
      height: 32px;
      margin-top: 16px;
      line-height: 32px;
      font-size: 14px;
      border: none;
      color: #464a4c;
      background-color: #fff;
      padding-left: 12px;
      padding-right: 12px;
      box-sizing: border-box;
      outline-color: #F15A24; }
      .order-page-form input[type=text]:first-child {
        margin-top: 0; }
    .order-page-form textarea {
      width: 100%;
      height: 150px;
      margin-top: 16px;
      font-size: 14px;
      resize: none;
      border: none;
      color: #464a4c;
      background-color: #fff;
      padding: 9px 12px;
      box-sizing: border-box;
      outline-color: #F15A24; }

.empty-cart {
  display: block;
  font-size: 16px; }

.mobile-cart {
  display: none; }
  @media only screen and (max-width: 860px) {
    .mobile-cart {
      float: right;
      font-size: 20px;
      color: #ffffff;
      text-decoration: none;
      line-height: 30px;
      margin-right: 20px;
      display: block;
      cursor: pointer;
      margin-top: 15px; } }

.footer-content-element {
  font-size: 11px;
  line-height: 22px;
  color: #666666;
  text-decoration: none;
  display: block; }
  .footer-content-element span {
    display: block; }

/*# sourceMappingURL=style.css.map */
