/*------------------------------------------------
| Custom Reset
------------------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
  margin: 0px; }

a {
  display: inline-block;
  color: black; }
  a:focus {
    outline: none;
    text-decoration: none;
    color: inherit; }
  a:hover {
    color: black; }

button {
  cursor: pointer; }
  button:focus {
    outline: none; }
  button:active {
    outline: none; }

input:focus {
  outline: none; }

hr {
  margin: 0px; }

.fl {
  float: left; }

.fr {
  float: right; }

.oh::after {
  display: block;
  content: ' ';
  clear: both; }
.oh::before {
  display: block;
  content: ' ';
  clear: both; }

ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.pagination {
  margin: 0px; }

/*------------------------------------------------
| Sticky Footer
------------------------------------------------*/
html {
  height: 100%; }

body {
  height: auto;
  min-height: 100%;
  position: relative; }

footer {
  position: absolute;
  bottom: 0;
  width: 100%; }

/*------------------------------------------------
| Bootstrap
------------------------------------------------*/
.btn:focus {
  outline: none; }
  .btn:focus:active {
    outline: none; }

/*------------------------------------------------
| VARIABLES
------------------------------------------------*/
/*------------------------------------------------
| COMMON
------------------------------------------------*/
body {
  font-family: 'Regular';
  min-width: 1200px; }

.text {
  font-size: 16px; }

.content_container {
  width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  position: relative; }

.content p {
  margin-bottom: 1em;
  margin-top: 1em; }

/*------------------------------------------------
| Sticky footer fix
------------------------------------------------*/
section {
  padding-bottom: 320px; }

/*------------------------------------------------
| Bootstrap modal backdrop opacity
------------------------------------------------*/
.modal-backdrop.in {
  opacity: 0.9; }

/*------------------------------------------------
| 404 Error
------------------------------------------------*/
.error_404 {
  margin-top: 180px; }
  .error_404 .text {
    text-align: center;
    font-size: 22px;
    color: #c09f3c;
    font-family: "Open Sans"; }

/*------------------------------------------------
| MAIN STYLES
------------------------------------------------*/
.animation {
  position: relative;
  margin-top: 0;
  overflow: hidden;
  height: 360px;
  margin-bottom: 40px; }
  .animation img {
    height: 100%; }
  .animation .slogan {
    position: absolute;
    bottom: 34px;
    right: 40px;
    font-family: "Open Sans";
    font-size: 30px;
    text-shadow: 0px 0px 2px black;
    color: white; }

.scrollToTop {
  position: fixed;
  bottom: 100px;
  right: 50px;
  font-size: 52px;
  color: #01257a;
  cursor: pointer;
  display: none;
  z-index: 100; }

.content_block {
  width: 845px; }
  .content_block .heading_title {
    display: inline-block;
    font-size: 28px;
    font-family: "Open Sans";
    margin-left: 60px;
    margin-top: 14px;
    margin-bottom: 30px; }
    .content_block .heading_title.items_title {
      font-size: 22px;
      margin-top: 23px; }
  .content_block .empty_search {
    margin-left: 35px;
    margin-top: 20px;
    font-size: 16px;
    font-family: "Open Sans"; }
    .content_block .empty_search .query {
      font-weight: bold; }
  .content_block.brands_front {
    margin-bottom: 60px; }

.front_description_block {
  position: relative;
  margin-top: 20px; }
  .front_description_block h1 {
    font-size: 20px;
    font-family: "Open Sans";
    text-align: center; }
  .front_description_block .descr {
    margin-top: 10px;
    font-family: "Open Sans";
    text-indent: 40px;
    line-height: 1.4em;
    text-align: justify;
    width: auto;
    height: 85px;
    overflow: hidden; }
  .front_description_block .read_more {
    position: absolute;
    bottom: -15px;
    right: 0;
    color: #9a0201;
    line-height: 1.3em;
    cursor: pointer;
    font-family: "Open Sans";
    border-bottom: 1px dotted #9a0201; }
    .front_description_block .read_more:hover {
      border-bottom: 1px dotted transparent; }
  .front_description_block.open {
    height: auto; }
    .front_description_block.open .read_more {
      display: none; }
    .front_description_block.open .descr {
      height: auto; }

header {
  color: #fff8e5;
  font-family: "Open Sans";
  background-color: #01257a;
  height: 97px; }
  header .logo {
    margin-top: 9px; }
  header .description {
    margin-top: 28px;
    margin-left: 25px;
    font-size: 14px;
    line-height: 1.6em;
    color: #fff8e5; }
  header .navigation {
    margin-left: 40px;
    margin-top: 19px; }
    header .navigation .menu {
      margin-left: 8px; }
      header .navigation .menu .menu_item {
        color: #fff8e5;
        font-size: 14px;
        margin-right: 15px;
        text-decoration: none; }
        header .navigation .menu .menu_item.menu_active {
          color: #fff8e5;
          text-decoration: underline; }
        header .navigation .menu .menu_item:hover {
          color: #fff8e5;
          text-decoration: underline; }
    header .navigation .search_helper {
      display: inline-block;
      position: relative;
      margin-bottom: 10px;
      margin-top: 2px;
      margin-left: 7px; }
      header .navigation .search_helper.floating {
        position: fixed;
        top: 40px; }
      header .navigation .search_helper input {
        width: 260px;
        font-family: "Open Sans";
        font-size: 15px;
        padding: 0px 55px 2px 15px;
        border-radius: 4px;
        height: 28px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
        header .navigation .search_helper input:focus {
          border-color: #dcb645;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 12px 2px rgba(220, 182, 69, 0.6); }
      header .navigation .search_helper .search_btn {
        position: absolute;
        display: inline-block;
        padding: 4px 0px;
        top: 0px;
        right: 0px;
        cursor: pointer;
        width: 44px;
        height: 28px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        background-color: #dcb645; }
        header .navigation .search_helper .search_btn i {
          font-size: 16px;
          vertical-align: top;
          text-align: center;
          color: #01257a; }
      header .navigation .search_helper [type='submit'] {
        display: none; }
  header .contacts_block {
    margin-top: 20px;
    margin-left: 25px; }
    header .contacts_block .phone_block .phone_icon {
      vertical-align: top;
      height: 16px; }
    header .contacts_block .phone_block .fa-phone {
      font-size: 20px;
      color: #dcb645; }
    header .contacts_block .phone_block .contact_phone {
      text-decoration: none;
      cursor: default; }
      header .contacts_block .phone_block .contact_phone .contacts {
        margin-left: 10px;
        margin-top: -3px;
        letter-spacing: 0.5px; }
        header .contacts_block .phone_block .contact_phone .contacts .number {
          color: #fff8e5;
          font-size: 15px; }
    header .contacts_block .place_block .fa-truck {
      font-size: 16px;
      color: #dcb645; }
    header .contacts_block .place_block .address {
      margin-left: 10px;
      margin-top: -3px; }
      header .contacts_block .place_block .address .station {
        color: #fff8e5;
        font-size: 14px;
        letter-spacing: 0.5px;
        margin-top: 2px; }
  header .cart_btn {
    margin-top: 22px;
    margin-right: 5px;
    text-align: center;
    color: #fff8e5;
     }
    header .cart_btn img {
      margin: auto; }
    header .cart_btn .text {
      margin-top: 6px;
      display: block;
      font-size: 14px; }
    header .cart_btn:hover {
      color: #fff8e5;
      text-decoration: none;
      border: 0; }
    header .cart_btn.menu_active {
      color: #fff8e5;
      text-decoration: none;
      border: 0; }

.main_section {
  background-image: url("../img/background.jpg");
  background-position: top;
  background-repeat: no-repeat;
  height: 136px; }

.vegas {
  height: 360px; }
  .vegas .vegas-timer-progress {
    background: #f7b91e; }

.sidebar {
  width: 315px;
  font-family: "Open Sans";
  margin-top: 30px; }
  .sidebar .type_block {
    margin-bottom: 40px; }
    .sidebar .type_block .type {
      position: relative;
      padding-left: 10px; }
      .sidebar .type_block .type .title {
        color: #4f4f4f;
        font-size: 21px;
        width: 175px;
        line-height: 1.3em;
        padding-bottom: 15px;
        min-height: 96px; }
      .sidebar .type_block .type img {
        max-width: 110px;
        position: absolute;
        right: 10px;
        bottom: 0; }
    .sidebar .type_block hr {
      border-top: 1px solid #3867d6; }
    .sidebar .type_block .subtypes {
      background-color: #f5f5f5;
      padding: 10px; }
      .sidebar .type_block .subtypes .subtype {
        display: block;
        text-decoration: none;
        margin-bottom: 5px; }
        .sidebar .type_block .subtypes .subtype.active .title {
          font-weight: bold; }
        .sidebar .type_block .subtypes .subtype:hover .title {
          text-decoration: underline; }
        .sidebar .type_block .subtypes .subtype .title {
          width: 280px;
          font-size: 14px;
          color: #3867d6; }
        .sidebar .type_block .subtypes .subtype i {
          font-size: 9px;
          color: #bbbbbb;
          margin-top: 5px; }

.breadcrumbs {
  margin-top: 25px;
  display: inline-block;
  vertical-align: top;
  font-family: "Open Sans";
  margin-bottom: 15px;
  width: 1160px; }
  .breadcrumbs .crumb:first-child i {
    display: none; }
  .breadcrumbs .crumb {
    display: inline-block; }
    .breadcrumbs .crumb a {
      color: #3867d6; }
      .breadcrumbs .crumb a .text {
        font-size: 14px;
        border-bottom: 1px dotted #3867d6;
        line-height: 1.3em; }
      .breadcrumbs .crumb a:hover {
        text-decoration: none; }
        .breadcrumbs .crumb a:hover .text {
          border-bottom: none; }
  .breadcrumbs .fa-chevron-right {
    vertical-align: top;
    margin: 0px 5px;
    font-size: 12px;
    margin-top: 6px;
    color: #bbbbbb; }

.search_block {
  position: relative;
  margin-top: 25px;
  margin-right: 10px;
  width: 25%;
  margin-bottom: 10px;
  margin-left: 2.5%;
  transition: all .5s; }
  .search_block.opened {
    width: 95%; }
  .search_block input {
    border-radius: 15px;
    width: 100%;
    font-family: "Open Sans";
    font-size: 16px;
    padding: 2px 35px 2px 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
    .search_block input:focus {
      border-color: #dcb645;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 12px 4px rgba(220, 182, 69, 0.6); }
  .search_block i {
    position: absolute;
    display: inline-block;
    top: 8px;
    right: 10px;
    font-size: 18px;
    width: 18px;
    text-align: center;
    color: #dcb645; }

.block_heading {
  display: inline-block;
  font-size: 24px;
  vertical-align: top;
  font-family: "Open Sans";
  margin-left: 76px;
  padding-top: 20px;
  line-height: 1.8em; }
  .block_heading.item_heading {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 1.3em;
    display: block;
    margin-left: 0;
    padding-top: 0px; }
  .block_heading.similar_heading {
    display: block;
    margin-left: 0;
    padding-bottom: 10px; }

#producers {
  padding-top: 20px;
  font-size: 28px;
  line-height: 1.5em; }

#category_anchor {
  padding-top: 30px; }

#popular_items {
  margin-top: 20px; }

.types_section {
  font-family: "Open Sans"; }
  .types_section .type_column {
    width: 315px;
    margin-left: 35px;
    margin-right: 35px;
    float: left; }
  .types_section .type_block {
    width: 315px;
    margin-bottom: 40px; }
    .types_section .type_block .type {
      position: relative;
      padding-left: 10px; }
      .types_section .type_block .type .title {
        color: #4f4f4f;
        font-size: 21px;
        width: 175px;
        line-height: 1.3em;
        padding-bottom: 15px;
        min-height: 96px; }
      .types_section .type_block .type img {
        max-width: 110px;
        position: absolute;
        right: 10px;
        bottom: 0; }
    .types_section .type_block hr {
      border-top: 1px solid #3867d6; }
    .types_section .type_block .subtypes {
      background-color: #f5f5f5;
      padding: 10px; }
      .types_section .type_block .subtypes .subtype {
        display: block;
        text-decoration: none;
        margin-bottom: 5px; }
        .types_section .type_block .subtypes .subtype:hover .title {
          text-decoration: underline; }
        .types_section .type_block .subtypes .subtype .title {
          width: 280px;
          font-size: 14px;
          color: #3867d6; }
        .types_section .type_block .subtypes .subtype i {
          font-size: 9px;
          color: #bbbbbb;
          margin-top: 5px; }

.brands_section {
  clear: both;
  margin-left: 15px;
  margin-bottom: 20px; }
  .brands_section hr {
    border-color: #cecece;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 5px; }
  .brands_section .brand_block {
    width: 120px;
    margin-left: 9px;
    transition: all 0.3s ease-in-out; }
    .brands_section .brand_block a:hover .title {
      color: #9a0201;
      text-decoration: underline; }
    .brands_section .brand_block .img_container {
      overflow: hidden;
      position: relative;
      width: 120px;
      height: 120px;
      margin-top: 10px; }
      .brands_section .brand_block .img_container:hover {
        box-shadow: 0px 0px 12px 0px rgba(120, 120, 120, 0.5); }
      .brands_section .brand_block .img_container img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        padding: 5px; }
    .brands_section .brand_block .title {
      font-family: "Open Sans";
      font-size: 16px;
      margin-top: 15px;
      margin-bottom: 10px;
      line-height: 1.3em;
      height: 50px;
      text-align: center;
      color: #4e2919; }

.sorting_block {
  font-family: "Open Sans";
  margin-right: 2px;
  margin-bottom: 10px; }
  .sorting_block .title {
    margin-top: 5px;
    margin-right: 5px; }
  .sorting_block .sorting.dropdown {
    width: 180px !important;
    padding: 7px 10px !important;
    min-height: auto; }
    .sorting_block .sorting.dropdown .text {
      font-size: 14px !important;
      color: #999999 !important; }
    .sorting_block .sorting.dropdown.active, .sorting_block .sorting.dropdown:hover {
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 12px 2px rgba(220, 182, 69, 0.6); }
    .sorting_block .sorting.dropdown .menu, .sorting_block .sorting.dropdown:hover, .sorting_block .sorting.dropdown.active, .sorting_block .sorting.dropdown:active, .sorting_block .sorting.dropdown:focus {
      border-color: #c79a03 !important; }
    .sorting_block .sorting.dropdown .item {
      font-size: 14px !important;
      padding: 7px 10px !important;
      color: #999999; }
    .sorting_block .sorting.dropdown .fa {
      color: #bbbbbb;
      margin-right: 7px; }

.perpage_block {
  font-family: "Open Sans";
  margin-right: 2px;
  margin-left: 30px;
  margin-bottom: 10px; }
  .perpage_block .title {
    margin-top: 5px;
    margin-right: 5px; }
  .perpage_block .perpage.dropdown {
    width: 70px !important;
    padding: 7px 10px !important;
    min-height: auto; }
    .perpage_block .perpage.dropdown .text {
      font-size: 14px !important;
      color: #999999 !important; }
    .perpage_block .perpage.dropdown.active, .perpage_block .perpage.dropdown:hover {
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 12px 2px rgba(220, 182, 69, 0.6); }
    .perpage_block .perpage.dropdown .menu, .perpage_block .perpage.dropdown:hover, .perpage_block .perpage.dropdown.active, .perpage_block .perpage.dropdown:active, .perpage_block .perpage.dropdown:focus {
      border-color: #c79a03 !important; }
    .perpage_block .perpage.dropdown .item {
      font-size: 14px !important;
      padding: 7px 10px !important;
      color: #999999; }
    .perpage_block .perpage.dropdown .fa {
      color: #bbbbbb;
      margin-right: 7px; }

.items_section {
  margin-left: 60px;
  clear: both; }
  .items_section.similar_items {
    margin-left: 0px;
    margin-right: 110px; }
    .items_section.similar_items .item_block:not(:nth-child(3n)) {
      border-right: none; }
    .items_section.similar_items .item_block:not(:nth-child(4n)) {
      border-right: 1px solid #dedede; }
  .items_section .items_wrapper {
    margin-left: 0px; }
  .items_section hr {
    border-color: #cecece;
    margin-right: 2px; }
  .items_section .item_block {
    position: relative;
    height: 515px;
    vertical-align: top;
    width: 261.666px;
    transition: all 0.3s ease-in-out;
    font-family: "Open Sans";
    border-bottom: 1px solid #dedede; }
    .items_section .item_block:not(:nth-child(3n)) {
      border-right: 1px solid #dedede; }
    .items_section .item_block:hover {
      position: relative;
      z-index: 3; }
      .items_section .item_block:hover .item_wrapper {
        overflow: visible; }
        .items_section .item_block:hover .item_wrapper .outer_wrapper .inner_wrapper {
          background-color: white;
          box-shadow: 0px 0px 12px 0px rgba(120, 120, 120, 0.4), 0px 5px 3px 0px rgba(120, 120, 120, 0.4); }
      .items_section .item_block:hover .description {
        display: block; }
    .items_section .item_block a:hover .title {
      color: #3867d6;
      text-decoration: underline; }
    .items_section .item_block a .title {
      color: #3867d6; }
    .items_section .item_block .item_wrapper {
      overflow: hidden;
      height: 100%; }
    .items_section .item_block .img_container {
      overflow: hidden;
      position: relative;
      width: 250px;
      height: 250px;
      margin-left: 5px;
      margin-top: 20px;
      margin-bottom: 10px; }
      .items_section .item_block .img_container .has_video {
        font-size: 24px;
        color: #01257a;
        position: absolute;
        bottom: 5px;
        right: 5px; }
      .items_section .item_block .img_container img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%; }
    .items_section .item_block .title {
      display: flex;
      align-items: center;
      margin-top: 15px;
      font-size: 14px;
      text-align: left;
      padding-left: 15px;
      padding-right: 15px;
      height: 75px;
      overflow: hidden;
      line-height: 1.4em;
      color: #4e2919; }
      .items_section .item_block .title span {
        display: block; }
    .items_section .item_block .brand {
      margin-top: 5px;
      font-size: 14px;
      margin-bottom: 10px;
      text-align: center; }
    .items_section .item_block .price_block {
      margin-top: 5px; }
      .items_section .item_block .price_block .price_container {
        display: inline-block;
        padding: 0 6px;
        height: 33px;
        border-radius: 4px;
        text-align: center;
        margin: auto;
        background-color: #fff3b5;
        margin-left: 15px;
        padding-top: 1px; }
        .items_section .item_block .price_block .price_container.disabled {
          background-color: #eeeeee; }
          .items_section .item_block .price_block .price_container.disabled .price .integer {
            color: #999999; }
          .items_section .item_block .price_block .price_container.disabled .currency {
            color: #999999; }
        .items_section .item_block .price_block .price_container .price .integer {
          font-size: 21px; }
        .items_section .item_block .price_block .price_container .currency {
          font-size: 14px; }
      .items_section .item_block .price_block .counter_container {
        display: inline-block;
        width: 95px;
        height: 26px;
        margin-left: 18px;
        margin-top: 4px; }
        .items_section .item_block .price_block .counter_container .minus, .items_section .item_block .price_block .counter_container .plus {
          width: 27px;
          height: 26px;
          color: white;
          text-align: center;
          font-size: 26px;
          background-color: #bbbbbb;
          line-height: 1em;
          cursor: pointer;
          -webkit-user-select: none;
          -moz-user-select: none;
          -khtml-user-select: none;
          -ms-user-select: none; }
        .items_section .item_block .price_block .counter_container .minus {
          line-height: 0.9em; }
        .items_section .item_block .price_block .counter_container .counter_input {
          width: 41px;
          height: 26px;
          padding: 0px 6px;
          font-size: 16px;
          text-align: center;
          border: 1px solid #bbbbbb; }
    .items_section .item_block .in_stock {
      text-align: center;
      margin-top: 15px;
      color: #222222;
      font-size: 14px; }
    .items_section .item_block .add_to_cart {
      height: 34px;
      display: block;
      margin: auto;
      margin-top: 20px;
      font-size: 14px;
      margin-bottom: 5px;
      padding: 6px 10px;
      border-radius: 4px;
      background-color: #01257a;
      border: 1px solid #01257a; }
      .items_section .item_block .add_to_cart img {
        vertical-align: top;
        margin-right: 5px; }
      .items_section .item_block .add_to_cart:hover {
        background-color: #011952;
        border-color: #011952; }
      .items_section .item_block .add_to_cart:focus {
        outline: none; }
      .items_section .item_block .add_to_cart:active {
        outline: none;
        background-color: #011952;
        border: 1px solid #011952; }
    .items_section .item_block .auth_change {
      position: absolute;
      z-index: 0;
      top: -1px;
      right: -1px;
      padding: 1px 4px; }
      .items_section .item_block .auth_change .fa {
        color: #aaaaaa;
        font-size: 18px;
        margin-top: 2px; }
    .items_section .item_block .remind_later {
      width: 180px;
      height: 34px;
      font-size: 14px;
      padding: 5px 7px;
      background-color: #e2be44;
      border: 1px solid #e2be44;
      display: block;
      margin: auto;
      margin-top: 20px; }
      .items_section .item_block .remind_later img {
        vertical-align: top;
        margin-right: 3px; }
      .items_section .item_block .remind_later:focus {
        outline: none; }
      .items_section .item_block .remind_later:active {
        outline: none;
        background-color: #b58c00;
        border: 1px solid #b58c00; }
    .items_section .item_block .cart_tip {
      width: 190px;
      position: absolute;
      background-color: white;
      border-radius: 5px;
      box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
      left: 33px;
      bottom: 70px;
      display: inline-block;
      display: none;
      font-size: 14px;
      padding: 20px; }
      .items_section .item_block .cart_tip .text {
        text-align: center;
        display: block; }
      .items_section .item_block .cart_tip .open_cart {
        width: 102px;
        height: 34px;
        color: white;
        display: block;
        font-size: 14px;
        margin-bottom: 5px;
        padding: 5px 7px;
        border-radius: 2px;
        background-color: #c79a03;
        border: 1px solid #c79a03;
        display: block;
        margin: auto;
        padding: 6px 10px;
        margin-top: 20px;
        text-decoration: none; }
        .items_section .item_block .cart_tip .open_cart:hover {
          background-color: #b58c00;
          border-color: #b58c00; }
        .items_section .item_block .cart_tip .open_cart img {
          vertical-align: top;
          margin-right: 3px; }
        .items_section .item_block .cart_tip .open_cart:focus {
          outline: none; }
    .items_section .item_block .description {
      display: none;
      font-size: 14px;
      text-align: center;
      padding: 10px 15px 20px 15px; }

.cart_heading {
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  font-size: 28px;
  font-family: "Open Sans"; }

.cart {
  font-family: "Open Sans";
  margin-top: 40px;
  font-size: 16px;
  width: 840px;
  margin: auto; }
  .cart thead td {
    text-align: center;
    vertical-align: middle !important; }
    .cart thead td:nth-child(4) {
      width: 92px; }
    .cart thead td:nth-child(5) {
      width: 127px; }
    .cart thead td:nth-child(6) {
      width: 30px; }
  .cart tbody .cart_item td {
    vertical-align: middle;
    text-align: center; }
    .cart tbody .cart_item td:nth-child(4) {
      width: 92px; }
    .cart tbody .cart_item td:nth-child(5) {
      width: 127px; }
    .cart tbody .cart_item td:nth-child(6) {
      width: 30px; }
    .cart tbody .cart_item td .img_container {
      overflow: hidden;
      position: relative;
      width: 100px;
      height: 100px; }
      .cart tbody .cart_item td .img_container img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%; }
    .cart tbody .cart_item td .title {
      text-align: left; }
      .cart tbody .cart_item td .title .description {
        display: none; }
    .cart tbody .cart_item td .total {
      min-width: 110px; }
    .cart tbody .cart_item td .price {
      min-width: 100px; }
    .cart tbody .cart_item td .amount_input {
      display: block;
      margin: auto;
      text-align: center;
      width: 60px;
      font-size: 16px; }
      .cart tbody .cart_item td .amount_input:focus {
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 12px 2px rgba(220, 182, 69, 0.6);
        border-color: #dcb645; }
    .cart tbody .cart_item td .remove_from_cart {
      cursor: pointer;
      font-size: 22px; }
  .cart tfoot .highlight {
    background-color: #fff3b5; }
  .cart tfoot td {
    text-align: center;
    font-weight: bold;
    font-size: 18px; }
    .cart tfoot td:nth-child(4) {
      width: 92px; }
    .cart tfoot td:nth-child(5) {
      width: 127px; }
    .cart tfoot td:nth-child(6) {
      width: 30px; }
    .cart tfoot td .title {
      text-align: center;
      display: block; }
    .cart tfoot td .summ {
      text-align: right;
      margin-right: 17px; }

.empty_cart {
  font-family: "Open Sans";
  font-size: 16px;
  text-align: center;
  margin-top: 20px; }

.cart_controls .proceed_buys {
  font-family: "Open Sans";
  font-size: 16px;
  margin-left: 162px;
  background-color: #f6f6f6;
  color: #3867d6;
  border: 1px solid #dddddd; }
  .cart_controls .proceed_buys:hover {
    background-color: #e6ecfa; }
  .cart_controls .proceed_buys:active {
    color: #3867d6;
    background-color: #e6ecfa;
    border: 1px solid #dddddd; }
.cart_controls .order_container {
  float: right;
  display: inline-block;
  background-color: #fff3b5;
  margin-right: 160px;
  padding: 0 25px;
  padding-bottom: 25px;
  padding-top: 10px;
  width: 268px;
  text-align: center; }
  .cart_controls .order_container .order_btn {
    margin: auto;
    font-family: "Open Sans";
    font-size: 16px;
    background-color: #01257a;
    border-color: #01257a; }
    .cart_controls .order_container .order_btn:hover {
      background-color: #011952;
      border-color: #011952; }
    .cart_controls .order_container .order_btn:focus {
      outline: none; }
    .cart_controls .order_container .order_btn:active {
      outline: none;
      background-color: #011952;
      border-color: #011952; }

.order_block {
  font-family: "Open Sans";
  font-size: 16px;
  padding-top: 60px; }
  .order_block .fields {
    display: block;
    margin: auto;
    width: 740px;
    margin-top: 35px; }
    .order_block .fields .np_map {
      margin-top: -5px; }
    .order_block .fields .field {
      margin-bottom: 25px; }
      .order_block .fields .field label {
        margin-bottom: 2px;
        margin-left: 5px;
        font-size: 15px;
        font-weight: normal; }
        .order_block .fields .field label .fa-asterisk {
          font-size: 7px;
          vertical-align: top;
          margin-top: 2px;
          margin-left: 3px;
          color: red; }
        .order_block .fields .field label .descr {
          font-size: 14px;
          color: #999999; }
      .order_block .fields .field input, .order_block .fields .field select, .order_block .fields .field textarea {
        width: 350px;
        font-size: 14px; }
        .order_block .fields .field input:focus, .order_block .fields .field select:focus, .order_block .fields .field textarea:focus {
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 12px 2px rgba(220, 182, 69, 0.6);
          border-color: #dcb645; }
      .order_block .fields .field textarea {
        width: 100%;
        height: 70px; }
      .order_block .fields .field .validator {
        position: absolute;
        color: red;
        font-size: 14px; }
  .order_block .checkout_btn {
    font-family: "Open Sans";
    font-size: 18px;
    display: block;
    margin: auto;
    margin-top: 20px;
    background-color: #01257a;
    border-color: #01257a;
    padding: 9px;
    width: 210px; }
    .order_block .checkout_btn:hover {
      background-color: #011952;
      border-color: #011952; }
    .order_block .checkout_btn:focus {
      outline: none; }
    .order_block .checkout_btn:active {
      outline: none;
      background-color: #011952;
      border-color: #011952; }

.start_buys {
  font-family: "Open Sans";
  font-size: 16px;
  display: table;
  margin: auto;
  margin-bottom: 60px;
  margin-top: 20px;
  background-color: #dcb645;
  border: #dcb645; }
  .start_buys:hover {
    background-color: #c09f3c; }
  .start_buys:focus {
    background-color: #dcb645; }
    .start_buys:focus:active {
      background-color: #dcb645; }

.thank_block {
  font-family: "Open Sans"; }
  .thank_block .heading {
    text-align: center;
    font-size: 24px;
    margin-top: 40px; }
  .thank_block .subheading {
    margin-top: 5px;
    text-align: center;
    font-size: 18px; }
  .thank_block .proceed_buys {
    font-family: "Open Sans";
    font-size: 16px;
    margin-left: 25px;
    display: table;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 80px;
    background-color: #dcb645;
    border: #dcb645; }
    .thank_block .proceed_buys:hover {
      background-color: #c09f3c; }
    .thank_block .proceed_buys:active {
      background-color: #c09f3c; }

.item_section {
  position: relative;
  font-family: "Open Sans";
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 20px; }
  .item_section .media {
    width: 475px;
    position: relative; }
    .item_section .media .video_container {
      position: relative;
      cursor: pointer;
      margin-top: 20px;
      width: 120px;
      height: 67.5px;
      display: inline-block;
      overflow: hidden; }
      .item_section .media .video_container .overlay {
        display: block !important; }
      .item_section .media .video_container:hover .overlay {
        display: block !important; }
      .item_section .media .video_container .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        display: none;
        z-index: 10; }
        .item_section .media .video_container .overlay .play {
          position: absolute;
          right: 0;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
    .item_section .media .item_img {
      max-width: 475px;
      max-height: 475px; }
    .item_section .media .thumb {
      width: 120px;
      overflow: hidden;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  .item_section .details_block {
    margin-left: 20px;
    font-size: 16px;
    width: 665px; }
    .item_section .details_block .descr {
      font-size: 14px;
      width: 445px;
      margin-top: 5px; }
    .item_section .details_block .price_title {
      vertical-align: middle; }
    .item_section .details_block .price_block {
      background-color: #fff3b5;
      width: 200px;
      padding: 30px;
      margin-top: 5px; }
      .item_section .details_block .price_block hr {
        width: 50px;
        border-color: #cecece;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
        margin-top: -12px; }
      .item_section .details_block .price_block .price_container {
        height: 33px;
        border-radius: 4px;
        text-align: center;
        margin: auto;
        background-color: #fff3b5;
        padding-top: 1px; }
        .item_section .details_block .price_block .price_container.disabled {
          background-color: #eeeeee; }
          .item_section .details_block .price_block .price_container.disabled .price .integer {
            color: #999999; }
          .item_section .details_block .price_block .price_container.disabled .currency {
            color: #999999; }
        .item_section .details_block .price_block .price_container .price .integer {
          font-size: 26px; }
        .item_section .details_block .price_block .price_container .currency {
          font-size: 18px; }
      .item_section .details_block .price_block .counter_container {
        width: 95px;
        height: 26px;
        margin: auto;
        margin-top: 20px; }
        .item_section .details_block .price_block .counter_container .minus, .item_section .details_block .price_block .counter_container .plus {
          width: 27px;
          height: 26px;
          color: white;
          text-align: center;
          font-size: 26px;
          background-color: #bbbbbb;
          line-height: 1em;
          cursor: pointer;
          -webkit-user-select: none;
          -moz-user-select: none;
          -khtml-user-select: none;
          -ms-user-select: none; }
        .item_section .details_block .price_block .counter_container .minus {
          line-height: 0.9em; }
        .item_section .details_block .price_block .counter_container .counter_input {
          width: 41px;
          height: 26px;
          padding: 0px 6px;
          font-size: 16px;
          text-align: center;
          border: 1px solid #bbbbbb; }
    .item_section .details_block .in_stock {
      margin-top: 20px;
      text-align: center; }
    .item_section .details_block .add_to_cart_block {
      position: relative; }
      .item_section .details_block .add_to_cart_block .cart_tip {
        width: 190px;
        position: absolute;
        background-color: white;
        border-radius: 5px;
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
        right: -25px;
        bottom: -10px;
        display: inline-block;
        display: none;
        font-size: 14px;
        padding: 20px; }
        .item_section .details_block .add_to_cart_block .cart_tip .text {
          text-align: center;
          display: block; }
        .item_section .details_block .add_to_cart_block .cart_tip .open_cart {
          width: 102px;
          height: 34px;
          color: white;
          display: block;
          font-size: 14px;
          margin-bottom: 5px;
          padding: 5px 7px;
          border-radius: 2px;
          background-color: #c79a03;
          border: 1px solid #c79a03;
          display: block;
          margin: auto;
          padding: 6px 10px;
          margin-top: 20px;
          text-decoration: none; }
          .item_section .details_block .add_to_cart_block .cart_tip .open_cart:hover {
            background-color: #b58c00;
            border-color: #b58c00; }
          .item_section .details_block .add_to_cart_block .cart_tip .open_cart img {
            vertical-align: top;
            margin-right: 3px; }
          .item_section .details_block .add_to_cart_block .cart_tip .open_cart:focus {
            outline: none; }
      .item_section .details_block .add_to_cart_block .add_to_cart {
        height: 36px;
        display: block;
        margin: auto;
        margin-top: 20px;
        font-size: 14px;
        margin-bottom: 5px;
        padding: 7px 14px;
        border-radius: 4px;
        background-color: #01257a;
        border: 1px solid #01257a;
        margin-left: 20px; }
        .item_section .details_block .add_to_cart_block .add_to_cart img {
          vertical-align: top;
          margin-right: 5px; }
        .item_section .details_block .add_to_cart_block .add_to_cart:hover {
          background-color: #011952;
          border-color: #011952; }
        .item_section .details_block .add_to_cart_block .add_to_cart:focus {
          outline: none; }
        .item_section .details_block .add_to_cart_block .add_to_cart:active {
          outline: none;
          background-color: #011952;
          border: 1px solid #011952; }
      .item_section .details_block .add_to_cart_block .remind_later {
        margin-top: 15px;
        margin-right: 15px;
        width: 190px;
        height: 34px;
        font-size: 14px;
        padding: 5px 7px;
        background-color: #c79a03;
        border: 1px solid #c79a03; }
        .item_section .details_block .add_to_cart_block .remind_later img {
          vertical-align: top;
          margin-right: 3px; }
        .item_section .details_block .add_to_cart_block .remind_later:focus {
          outline: none; }
        .item_section .details_block .add_to_cart_block .remind_later:active {
          outline: none;
          background-color: #b58c00;
          border: 1px solid #b58c00; }
    .item_section .details_block .description {
      display: none;
      font-size: 14px;
      text-align: center;
      padding: 10px 15px; }

.about_block {
  font-family: "Open Sans"; }
  .about_block .main_img {
    margin-top: 20px; }
  .about_block .heading_title {
    margin-top: 20px;
    font-size: 28px; }
  .about_block .page_heading {
    margin-top: 20px;
    font-size: 28px;
    color: #3867d6; }
  .about_block .heading {
    margin-top: 20px;
    font-size: 21px;
    color: #3867d6;
    margin-bottom: 15px; }
  .about_block .odds {
    margin-left: -30px;
    font-size: 14px;
    list-style: disc;
    padding-left: 0;
    list-style-position: inside; }
  .about_block .descr {
    text-align: justify;
    width: 680px;
    margin-top: 25px;
    font-size: 16px;
    font-family: "Open Sans";
    text-indent: 40px; }
    .about_block .descr .parag {
      margin-bottom: 20px; }
  .about_block .strip .column .img_container {
    margin-bottom: 5px;
    position: relative;
    cursor: pointer; }
    .about_block .strip .column .img_container:hover .overlay {
      display: block !important; }
    .about_block .strip .column .img_container .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      display: none; }
      .about_block .strip .column .img_container .overlay .fa-search-plus {
        position: absolute;
        right: 5px;
        top: 5px;
        color: #ffffff;
        font-size: 24px; }
    .about_block .strip .column .img_container img {
      width: 225px; }
  .about_block .strip .column:first-child {
    margin-right: 5px; }

.delivery_block .heading_title {
  margin-top: 20px;
  font-size: 28px;
  font-family: "Open Sans"; }
.delivery_block .info_block {
  width: 580px;
  margin-top: 50px;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #dddddd; }
  .delivery_block .info_block .text_block {
    margin-left: 10px;
    width: 510px; }
    .delivery_block .info_block .text_block .bold {
      font-weight: bold; }
    .delivery_block .info_block .text_block p {
      font-family: "Open Sans";
      font-size: 14px;
      margin-bottom: 15px; }
.delivery_block .heading {
  margin-top: 40px;
  font-size: 20px;
  font-family: "Open Sans"; }
  .delivery_block .heading:last-child {
    margin-top: 20px; }
.delivery_block .options {
  display: inline-block;
  width: 580px; }
  .delivery_block .options .option {
    margin-top: 20px;
    padding-right: 30px;
    margin-bottom: 20px;
    width: 280px; }
    .delivery_block .options .option .title {
      font-weight: bold;
      display: inline-block;
      font-family: "Open Sans";
      font-size: 15px;
      border-bottom: 1px dotted black; }
    .delivery_block .options .option .description {
      margin-top: 10px;
      font-family: "Open Sans";
      font-size: 14px; }
    .delivery_block .options .option .np_map {
      margin-top: 20px; }

.contacts_block_page .heading_title {
  margin-top: 20px;
  font-size: 28px;
  font-family: "Open Sans"; }
.contacts_block_page .info {
  margin-top: 30px;
  width: 360px;
  padding-right: 130px; }
  .contacts_block_page .info .schedule {
    font-family: "Open Sans";
    margin-top: 30px; }
    .contacts_block_page .info .schedule .title {
      font-weight: bold;
      font-size: 14px;
      color: #666666; }
    .contacts_block_page .info .schedule .time {
      margin-top: 10px;
      font-size: 24px; }
    .contacts_block_page .info .schedule .weekend {
      color: #666666; }
  .contacts_block_page .info .contacts_block .phone_block .phone_icon {
    vertical-align: top;
    height: 16px; }
  .contacts_block_page .info .contacts_block .phone_block .fa-phone {
    font-size: 24px;
    color: #dcb645; }
  .contacts_block_page .info .contacts_block .phone_block .contact_phone {
    text-decoration: none;
    cursor: default; }
    .contacts_block_page .info .contacts_block .phone_block .contact_phone .contacts {
      font-family: "Open Sans";
      margin-left: 10px;
      margin-top: -3px; }
      .contacts_block_page .info .contacts_block .phone_block .contact_phone .contacts .number {
        color: black;
        font-size: 18px;
        letter-spacing: 0.5px; }
  .contacts_block_page .info .contacts_block .place_block .fa-truck {
    font-size: 16px;
    margin-top: 4px;
    color: #dcb645; }
  .contacts_block_page .info .contacts_block .place_block .address {
    font-family: "Open Sans";
    margin-left: 10px;
    margin-top: -3px;
    float: none;
    display: inline; }
    .contacts_block_page .info .contacts_block .place_block .address .station {
      display: inline;
      color: black;
      letter-spacing: 0.5px;
      margin-top: 2px;
      font-size: 15.5px; }
  .contacts_block_page .info .email {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: "Open Sans"; }
    .contacts_block_page .info .email .email_address {
      color: #3867d6;
      border-bottom: 1px dotted #3867d6; }
  .contacts_block_page .info hr {
    border-top: 1px solid #bbbbbb; }
  .contacts_block_page .info .address {
    font-size: 14px;
    font-family: "Open Sans";
    margin-top: 15px;
    margin-bottom: 20px; }
    .contacts_block_page .info .address .title {
      font-size: 21px; }
    .contacts_block_page .info .address .place {
      display: inline;
      color: #3867d6;
      border-bottom: 1px dotted #3867d6; }
  .contacts_block_page .info .socials_block {
    margin-top: 0px;
    margin-bottom: 30px; }
    .contacts_block_page .info .socials_block .heading {
      font-family: "Open Sans";
      font-size: 14px;
      line-height: 1em; }
    .contacts_block_page .info .socials_block .icons {
      font-size: 0;
      margin-top: 5px; }
      .contacts_block_page .info .socials_block .icons img {
        width: 30px; }
      .contacts_block_page .info .socials_block .icons a {
        margin-right: 6px; }
.contacts_block_page #gmap {
  margin-top: 30px;
  height: 430px;
  width: 800px; }

.mfp-figure small {
  display: block;
  font-size: 14px;
  font-family: "Open Sans";
  margin-top: 2px; }

footer {
  height: 200px;
  color: #fff8e5;
  font-family: "Open Sans";
  background-color: #212121;
  padding-top: 30px; }
  footer .block {
    margin-left: 145px; }
  footer .copyright_block .copyright {
    font-size: 14px;
    color: #fff8e5; }
  footer .copyright_block .schedule {
    margin-top: 15px; }
    footer .copyright_block .schedule .title {
      font-size: 12px; }
    footer .copyright_block .schedule .time {
      margin-top: 5px;
      font-size: 12px; }
  footer .menu_block img {
    margin-top: 20px; }
  footer .menu_block .menu .menu_item {
    color: #d1d1d1;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 5px; }
    footer .menu_block .menu .menu_item:hover {
      color: #fff8e5;
      text-decoration: underline; }
  footer .socials_block .heading {
    color: #fff8e5;
    font-size: 12px;
    line-height: 1em; }
  footer .socials_block .icons {
    font-size: 0;
    margin-top: 10px; }
    footer .socials_block .icons img {
      width: 30px; }
    footer .socials_block .icons a {
      margin-right: 6px; }
  footer .dev_block {
    margin-top: -6px; }
    footer .dev_block a {
      text-decoration: none;
      color: #d1d1d1; }
      footer .dev_block a:hover {
        text-decoration: underline;
        color: #fff8e5; }
      footer .dev_block a .dev {
        margin-top: 8px;
        font-size: 12px; }

.contact_form {
  background-color: #4e2919;
  background-image: url("../img/remind_bg.jpg");
  background-repeat: repeat-y;
  width: 670px;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0px;
  right: -670px;
  transition: all 0.5s ease;
  z-index: 100;
  font-family: "Open Sans"; }
  .contact_form.open {
    right: 0px; }
  .contact_form .inner_form {
    width: 335px;
    position: relative;
    margin-left: 45px;
    margin-top: 80px; }
    .contact_form .inner_form .form_title {
      margin-left: 60px;
      color: white;
      font-size: 22px;
      font-weight: 400;
      margin-bottom: 10px; }
    .contact_form .inner_form .form_item {
      font-size: 14px;
      color: white;
      margin-left: 60px;
      text-decoration: underline; }
    .contact_form .inner_form form {
      margin-top: 20px; }
    .contact_form .inner_form .fa-close {
      font-size: 21px;
      position: absolute;
      color: white;
      right: -40px;
      top: -40px;
      cursor: pointer;
      color: #e2be44; }
      .contact_form .inner_form .fa-close:before {
        font-size: 26px; }
    .contact_form .inner_form .submit_btn {
      background-color: #e2be44;
      color: white;
      width: 120px;
      text-align: center;
      padding-left: 0px;
      margin-top: 0px;
      border-radius: 2px;
      padding: 8px 0px;
      font-size: 16px; }
      .contact_form .inner_form .submit_btn:hover {
        background-color: #c79a03;
        text-decoration: none; }
      .contact_form .inner_form .submit_btn:active {
        background-color: #b58c00; }
      .contact_form .inner_form .submit_btn:focus {
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    .contact_form .inner_form .contacts_block {
      margin-top: 24px;
      margin-left: 37px; }
      .contact_form .inner_form .contacts_block .phone_block .phone_icon {
        vertical-align: top;
        height: 16px; }
      .contact_form .inner_form .contacts_block .phone_block .fa-phone {
        font-size: 20px;
        color: #dcb645; }
      .contact_form .inner_form .contacts_block .phone_block .contact_phone {
        text-decoration: none;
        cursor: default; }
        .contact_form .inner_form .contacts_block .phone_block .contact_phone .contacts {
          margin-left: 10px;
          margin-top: -3px;
          letter-spacing: 0.5px; }
          .contact_form .inner_form .contacts_block .phone_block .contact_phone .contacts .number {
            color: #fff8e5;
            font-size: 15px; }
      .contact_form .inner_form .contacts_block .place_block .fa-truck {
        font-size: 16px;
        color: #dcb645; }
      .contact_form .inner_form .contacts_block .place_block .address {
        margin-left: 10px;
        margin-top: -3px; }
        .contact_form .inner_form .contacts_block .place_block .address .station {
          color: #fff8e5;
          font-size: 13px;
          letter-spacing: 0.5px;
          margin-top: 2px; }
    .contact_form .inner_form .socials {
      margin-left: 62px; }
      .contact_form .inner_form .socials .heading {
        color: #fff8e5;
        font-size: 14px;
        line-height: 1em;
        margin-top: 22px; }
      .contact_form .inner_form .socials .icons {
        font-size: 0;
        margin-top: 10px; }
        .contact_form .inner_form .socials .icons img {
          width: 30px; }
        .contact_form .inner_form .socials .icons a {
          margin-right: 6px; }
    .contact_form .inner_form form {
      width: 310px;
      padding-left: 60px; }
      .contact_form .inner_form form input {
        float: left;
        width: 245px;
        height: 40px;
        border: 0px;
        margin-bottom: 20px;
        padding-left: 10px; }

.shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  transition: all 0.5s ease;
  display: none; }
  .shadow.open {
    z-index: 99;
    display: block;
    background-color: rgba(75, 75, 75, 0.75); }

.auth_change {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 685px;
  padding: 1px 4px; }
  .auth_change .fa {
    color: #aaaaaa;
    font-size: 18px;
    margin-top: 2px; }

.login_form {
  width: 300px;
  display: block;
  margin: auto;
  margin-top: 60px;
  font-family: "Open Sans"; }

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