@-webkit-keyframes basketAnim {
  0% {
    background: #ffffff;
    border-color: #d6d6d6; }
  25% {
    background: #fcf7ee;
    border-color: #f0a122; }
  50% {
    background: #ffffff;
    border-color: #d6d6d6; }
  75% {
    background: #fcf7ee;
    border-color: #f0a122; }
  100% {
    background: #ffffff;
    border-color: #d6d6d6; } }
@-webkit-keyframes basketIconsAnim {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  25% {
    opacity: 1;
    filter: alpha(opacity=100); }
  50% {
    opacity: 0;
    filter: alpha(opacity=0); }
  75% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    opacity: 0;
    filter: alpha(opacity=0); } }
/**********************************/
body {
  background: #fbfbfb;
  font-family: 'Lato', sans-serif;
  position: relative; }

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none; }

input:focus, textarea:focus, button:focus {
  outline: 0; }

.content {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/**************************************/
.mobile-nav--is-visible {
  overflow: hidden; }
  .mobile-nav--is-visible .mobile-nav {
    -webkit-transform: translate3d(258px, 0, 0);
    transform: translate3d(258px, 0, 0); }
  .mobile-nav--is-visible .wrapper {
    -webkit-transform: translate3d(248px, 0, 0);
    transform: translate3d(248px, 0, 0); }

.mobile-nav {
  background: #fbfbfb;
  position: absolute;
  width: 248px;
  height: 100%;
  z-index: 3;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  margin-left: -258px;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  .mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .mobile-nav ul li {
      border-bottom: 1px solid #d3d3d3; }
    .mobile-nav ul a {
      background: #fbfbfb url("../img/mobile-nav.png") no-repeat right 20px center;
      display: block;
      padding: 18px 35px;
      font-size: 18px;
      color: #005ea0;
      text-decoration: none; }
      .mobile-nav ul a:hover {
        background-color: #f5f3f3; }
      .mobile-nav ul a.active {
        background: #fff;
        color: #000;
        font-weight: 600; }
  .mobile-nav .btn-contact-seller, .mobile-nav .btn-privacy-policy, .mobile-nav .btn-terms-of-service {
    margin: 40px 0 0 35px;
    font-size: 18px;
    padding: 13px 20px; }

.wrapper {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out; }

.header {
  filter: alpha(opacity=0);
  background: #fff; }
  .header .content {
    padding: 33px 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box; }
  .header_logo {
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .header_logo img {
      display: block; }
  .header span {
    color: #999a9a;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    padding: 23px 0;
    border-left: 1px solid #eeefef;
    margin-left: 4.5%;
    padding-left: 4.5%;
    margin-right: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .header form {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 10px 20px 10px 6%;
    position: relative; }
    .header form input[type="text"] {
      background: #fbfbfb url("../img/search-form.png") no-repeat left 20px center;
      font-size: 18px;
      font-weight: 300;
      color: #838383;
      line-height: 40px;
      border: 1px solid #d6d6d6;
      border-radius: 5px;
      padding-left: 65px;
      max-width: 620px;
      box-shadow: none;
      width: 100%;
      box-sizing: border-box; }
    .header form input[type="submit"] {
      background: #d6d6d6 url("../img/search-form2.png") no-repeat center center;
      width: 50px;
      height: 100%;
      display: none;
      border: 0;
      border-radius: 0 5px 5px 0;
      position: absolute;
      right: 0;
      top: 0; }
  .header_btn-nav {
    background: #fff url("../img/btn-nav.png") no-repeat center center;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    border: 1px solid #d6d6d6;
    width: 54px;
    height: 44px;
    border-radius: 5px;
    padding: 0;
    display: none; }
    .header_btn-nav:hover {
      background-color: #fbfbfb; }
  .header_btn-basket {
    filter: alpha(opacity=0);
    background: #fff;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 40px 10px 55px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    position: relative;
    white-space: nowrap; }
    .header_btn-basket strong {
      font-weight: 600;
      color: #f0a122; }
    .header_btn-basket .icon-basket {
      filter: alpha(opacity=0);
      background: url("../img/btn-basket-i1.png") no-repeat left top;
      width: 25px;
      height: 20px;
      display: block;
      position: absolute;
      left: 15px;
      top: 0;
      bottom: 0;
      margin: auto; }
      .header_btn-basket .icon-basket:after {
        content: ' ';
        display: block;
        background: url("../img/btn-basket-i1.png") no-repeat left bottom;
        width: 25px;
        height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0); }
    .header_btn-basket .icon-arrow {
      filter: alpha(opacity=0);
      background: url("../img/btn-basket-i2.png") no-repeat left top;
      width: 9px;
      height: 7px;
      display: block;
      position: absolute;
      right: 15px;
      top: 0;
      bottom: 0;
      margin: auto; }
      .header_btn-basket .icon-arrow:after {
        content: ' ';
        display: block;
        background: url("../img/btn-basket-i2.png") no-repeat left bottom;
        width: 9px;
        height: 7px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0); }
    .header_btn-basket:hover {
      background: #fbfbfb; }
    .header_btn-basket.added {
      -webkit-animation: basketAnim 1s; }
      .header_btn-basket.added .icon-basket:after, .header_btn-basket.added .icon-arrow:after {
        -webkit-animation: basketIconsAnim 1s; }

.main {
  padding: 40px 0; }
  .main .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .main_sidebar {
    width: 255px;
    margin-top: -7px; }
    .main_sidebar ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .main_sidebar ul li {
        border-bottom: 1px dotted #d3d3d3; }
        .main_sidebar ul li:last-child {
          border-bottom: 0; }
      .main_sidebar ul a {
        display: block;
        padding: 12px 10px;
        font-size: 18px;
        color: #005ea0;
        text-decoration: none; }
        .main_sidebar ul a:hover {
          background-color: #f5f3f3; }
        .main_sidebar ul a.active {
          color: #000;
          font-weight: 600; }
  .main_content {
    width: 930px;
    margin-left: 30px; }
  .main-page {
    background: #fff;
    max-width: 830px;
    padding: 50px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    margin: 30px auto; }
    .main-page_wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .main-page h1 {
      color: #262626;
      font-size: 30px;
      font-weight: 600;
      margin: 0 0 15px 0; }
    .main-page h2 {
      color: #262626;
      font-size: 24px;
      font-weight: 600;
      margin: 0;
      padding-bottom: 20px;
      border-bottom: 1px dotted #cccccc; }
    .main-page_content {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      margin-right: 40px; }
      .main-page_content form textarea {
        height: 240px; }
      .main-page_content form .btn {
        padding-left: 40px;
        padding-right: 40px; }
    .main-page_sidebar {
      padding: 30px 25px;
      background-color: #fbfbfb;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
      flex: 0 0 300px; }
      .main-page_sidebar > ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .main-page_sidebar > ul > li {
          padding-top: 17px;
          margin-top: 20px;
          border-top: 1px dotted #cccccc;
          font-size: 18px;
          color: #636363; }
          .main-page_sidebar > ul > li:first-child {
            margin-top: 0;
            padding-top: 0;
            border: 0; }
        .main-page_sidebar > ul ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          .main-page_sidebar > ul ul li {
            margin-top: 14px;
            padding-top: 12px;
            border-top: 1px dotted #e5e4e4; }
            .main-page_sidebar > ul ul li:first-child {
              border: 0;
              padding-top: 0; }
      .main-page_sidebar h3 {
        color: #262626;
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 10px 0; }
      .main-page_sidebar .btn {
        text-align: center;
        width: 256px; }
      .main-page_sidebar .btn--return {
        width: 256px; }

.footer .content {
  overflow: hidden;
  padding: 25px 50px 45px;
  border-top: 1px solid #e2dfdf;
  box-sizing: border-box; }
.footer .btn-contact-seller, .footer .btn-privacy-policy, .footer .btn-terms-of-service {
  float: right;
  margin-left: 10px; }
.footer .language-select {
  float: right;
  margin-left: 10px; }
.footer_automater {
  float: left;
  font-size: 14px;
  color: #aaaaaa;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px; }
  .footer_automater img {
    margin-left: 10px; }

/**************************************************/
.select-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .select-status strong {
    font-size: 18px;
    font-weight: 600;
    color: #262626;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .select-status_wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .select-status select {
    background: #fff url("../img/select-arrow.png") no-repeat right 20px center;
    height: 44px;
    width: 100%;
    font-size: 18px;
    color: #fba026;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.list-messages {
  margin-bottom: 30px; }

.message {
  padding: 25px 20px; }
  .message--seller {
    background: #fbfbfb; }
  .message_info {
    color: #222222;
    font-size: 14px;
    margin-bottom: 15px; }
  .message p {
    font-size: 16px;
    color: #222222;
    margin: 0; }
  .message_attachment {
    margin-top: 15px;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    color: #434343;
    padding: 6px 10px; }
    .message_attachment a {
      color: #54acd2;
      margin-left: 0px;
      text-decoration: none; }
      .message_attachment a:hover {
        text-decoration: underline; }

.transaction-status {
  background: #e7fdea url("../img/status-ok.png") no-repeat left 35px top 30px;
  color: #41a85f;
  font-size: 24px;
  font-weight: 400;
  border: 1px solid #41a85f;
  border-radius: 5px;
  padding: 30px 35px 30px 110px;
  margin-bottom: 30px; }
  .transaction-status p {
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 0;
    color: #608e6d; }
    .transaction-status p a {
      color: inherit; }
  .transaction-status--pay {
    background-color: #e7f1fd;
    background-image: url("../img/status-pay.png");
    color: #3d8eb9;
    border-color: #4aa9db; }
    .transaction-status--pay p {
      color: #5b859c; }
  .transaction-status--wait {
    background-color: #e7f1fd;
    background-image: url("../img/status-wait.png");
    color: #3d8eb9;
    border-color: #4aa9db; }
    .transaction-status--wait p {
      color: #5b859c; }
  .transaction-status--error {
    background-color: #fde7e7;
    background-image: url("../img/status-error.png");
    color: #d14841;
    border-color: #eb6b56; }
    .transaction-status--error p {
      color: #b55d58; }

.breadcrumbs {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none; }
  .breadcrumbs li {
    font-size: 12px;
    font-weight: 400;
    color: #626262;
    display: inline-block; }
    .breadcrumbs li:before {
      content: ' / ';
      display: inline;
      padding: 0 3px; }
    .breadcrumbs li:first-child:before {
      display: none; }
  .breadcrumbs a {
    color: #54acd2;
    text-decoration: none; }

.mbox {
  font-size: 18px;
  padding: 18px;
  border-radius: 5px; }
  .mbox--success {
    background-color: #f6fff7;
    border: 1px solid #61bd6d;
    color: #41a85f; }
  .mbox--info {
    background-color: #e7f1fd;
    color: #3d8eb9;
    border-color: #4aa9db; }
  .mbox--danger {
    background-color: #fde7e7;
    color: #d14841;
    border-color: #eb6b56; }

.list-products .product {
  border-top: 1px dotted #e5e4e4; }
  .list-products .product:first-child {
    border-top: 0; }

.product {
  padding: 20px 0; }
  .product_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px; }
  .product_name {
    color: #222222;
    font-size: 18px;
    font-weight: 400;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .product_name a {
      color: inherit; }
  .product_link-report {
    color: #969696;
    font-size: 13px;
    text-decoration: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 115px;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px;
    margin-left: 15px;
    text-align: right; }
    .product_link-report:hover {
      text-decoration: underline; }
  .product_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .product input[type="text"] {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: #fbfbfb;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    font-size: 18px;
    color: #717171;
    line-height: 40px;
    padding: 0 20px;
    box-shadow: none; }
  .product span {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #54acd2;
    font-size: 18px;
    font-weight: 600; }
  .product .btn {
    font-size: 16px;
    line-height: 16px;
    padding: 11px 0;
    font-weight: 400;
    width: 115px;
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 115px;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px;
    margin-left: 15px; }
  .product_left {
    float: left;
    width: 360px; }
  .product_right {
    float: right;
    width: 130px; }
  .product .transaction_id {
    color: #222222;
    font-size: 18px;
    font-weight: 400; }
  .product .transaction-short-status {
    color: #41a85f;
    font-size: 18px;
    font-weight: normal; }
    .product .transaction-short-status--pay {
      color: #54acd2; }
    .product .transaction-short-status--wait {
      color: #54acd2; }
    .product .transaction-short-status--error {
      color: #eb6b56; }
  .product--in-cart {
    cursor: pointer;
    padding: 20px; }
    .product--in-cart:hover {
      background-color: #dff3fd;
      border-radius: 5px; }
    .product--in-cart a {
      text-decoration: none; }

.file-upload {
  background: #f4f4f4;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  padding: 15px 20px;
  box-sizing: border-box; }
  .file-upload-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .file-upload-view.is-hidden {
      display: none; }
    .file-upload-view_url {
      color: #717070;
      font-size: 18px; }
  .file-upload .file-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

.file-wrapper {
  filter: alpha(opacity=0);
  background: #54acd2;
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  border: 0;
  border-radius: 5px;
  padding: 0 15px;
  text-align: center;
  display: inline-block;
  position: relative; }
  .file-wrapper:hover {
    background: #479fc5; }
  .file-wrapper input {
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    cursor: pointer; }

.sorting {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 15px;
  color: #6e6e6e;
  text-align: right;
  padding-right: 50px; }
  .sorting label {
    margin-right: 10px; }
  .sorting ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline; }
  .sorting li {
    display: inline; }
    .sorting li:before {
      content: '|';
      display: inline-block;
      color: #dfdfdf;
      margin: 0 10px 0 6px; }
    .sorting li:first-child:before {
      content: none; }
  .sorting a {
    color: #005ba6;
    text-decoration: none; }
    .sorting a:hover {
      text-decoration: underline; }
    .sorting a.asc, .sorting a.desc {
      color: #6e6e6e;
      font-weight: 600; }

.sort_arrow {
  background: url("../img/sort.png") no-repeat left bottom;
  width: 9px;
  height: 7px;
  display: inline-block;
  vertical-align: top;
  margin-left: 9px;
  margin-top: 8px; }
.sort.asc .sort_arrow {
  background-position: left top; }

.voting_stars {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle; }
  .voting_stars:hover i {
    background-position: left top; }
  .voting_stars i {
    background: url("../img/stars.png") no-repeat left bottom;
    width: 18px;
    height: 16px;
    display: block;
    float: left;
    cursor: pointer;
    padding-right: 2px; }
    .voting_stars i:last-child {
      padding-right: 0; }
    .voting_stars i:hover {
      background-position: left top !important; }
    .voting_stars i:hover + i {
      background-position: left bottom !important; }
    .voting_stars i:hover + i + i {
      background-position: left bottom !important; }
    .voting_stars i:hover + i + i + i {
      background-position: left bottom !important; }
    .voting_stars i:hover + i + i + i + i {
      background-position: left bottom !important; }
  .voting_stars-1 i:nth-child(1) {
    background-position: left top; }
  .voting_stars-2 i:nth-child(1), .voting_stars-2 i:nth-child(2) {
    background-position: left top; }
  .voting_stars-3 i {
    background-position: left top; }
  .voting_stars-3 i:nth-child(4), .voting_stars-3 i:nth-child(5) {
    background-position: left bottom; }
  .voting_stars-4 i {
    background-position: left top; }
  .voting_stars-4 i:nth-child(5) {
    background-position: left bottom; }
  .voting_stars-5 i {
    background-position: left top; }
.voting span {
  font-size: 14px;
  font-weight: 300;
  color: #808080;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px; }
  .voting span strong {
    font-weight: 400; }

.product-box {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  overflow: hidden;
  width: 290px;
  cursor: pointer; }
  .product-box_img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 165px; }
  .product-box_desc {
    padding: 15px 20px 20px 20px; }
  .product-box h2 {
    margin: 0;
    color: #262626;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px; }
    .product-box h2 a {
      color: inherit;
      text-decoration: none; }
  .product-box_bottom {
    margin-top: 15px;
    border-top: 1px dotted #dedede;
    padding-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .product-box_bottom .btn {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .product-box_price {
    color: #262626;
    font-size: 20px;
    font-weight: 300;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    margin-right: 15px; }
    .product-box_price--discount {
      position: relative; }
      .product-box_price--discount:before {
        background: url("../img/product-box-discount.png") no-repeat;
        width: 20px;
        height: 31px;
        display: block;
        content: ' ';
        position: absolute;
        left: -20px;
        top: 0;
        bottom: 0;
        margin: auto; }
      .product-box_price--discount strong {
        color: #41a85f;
        font-size: 14px;
        font-weight: 400;
        display: block;
        margin-bottom: 2px; }
      .product-box_price--discount s {
        color: #262626;
        font-size: 14px;
        font-weight: 300;
        text-decoration: none;
        position: relative;
        vertical-align: top;
        display: inline-block;
        margin-top: 4px;
        margin-left: 10px; }
        .product-box_price--discount s:after {
          background: #e62326;
          display: block;
          content: ' ';
          width: 100%;
          height: 1px;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          -webkit-transform-origin: center;
          -ms-transform-origin: center;
          transform-origin: center;
          -webkit-transform: rotate(30deg);
          -ms-transform: rotate(30deg);
          transform: rotate(30deg); }

.product-payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .product-payment input[type="text"] {
    width: 138px;
    color: #646464;
    font-size: 18px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 10px 20px;
    box-sizing: border-box; }
  .product-payment strong {
    font-size: 24px;
    font-weight: 600;
    color: #000; }

.payment-methods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .payment-methods button {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    width: 115px;
    height: 64px;
    display: block;
    border: 2px solid #e3e3e3;
    border-radius: 5px;
    outline: 0;
    margin-bottom: 20px; }
    .payment-methods button:hover {
      background-color: #effaff; }
    .payment-methods button.active {
      background-color: #effaff;
      border-color: #54acd2; }
    .payment-methods button img {
      max-width: 100%; }
  .payment-methods .ender {
    width: 115px;
    height: 64px;
    display: block;
    margin-bottom: 20px; }
  .payment-methods_paypal {
    background-image: url("../img/paypal.png"); }
  .payment-methods_skrill {
    background-image: url("../img/skrill.png"); }
  .payment-methods_sagepay {
    background-image: url("../img/sagepay.png"); }

.grid-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -13px; }
  .grid-4 .product-box {
    margin: 0 13px 30px; }
  .grid-4 > div {
    margin: 0 13px 0;
    width: 292px; }
    .grid-4 > div:empty {
      height: 0;
      border: none; }

.list-basket .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #9b9a9a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .list-basket .item h2 {
    color: #262626;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
  .list-basket .item_amount {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .list-basket .item_amount .input-number {
      width: 105px; }
    .list-basket .item_amount input {
      color: #646464;
      font-size: 18px;
      border: 1px solid #d6d6d6;
      border-radius: 5px;
      padding: 10px 20px;
      box-shadow: none;
      box-sizing: border-box; }
    .list-basket .item_amount span {
      color: #000000;
      font-size: 14px; }
      .list-basket .item_amount span:before {
        content: 'x';
        color: #cdcdcd;
        font-weight: 300;
        margin: 0 6px 0 8px;
        display: inline-block; }
  .list-basket .item_price {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: right;
    color: #000000;
    font-size: 24px;
    font-weight: 600; }
    .list-basket .item_price span {
      display: none;
      color: #c0c0c0;
      font-size: 14px;
      font-weight: 300; }
.list-basket_summary {
  text-align: right;
  color: #000000;
  font-size: 24px;
  font-weight: 300; }
  .list-basket_summary strong {
    font-weight: 600; }
    .list-basket_summary strong.green {
      color: #41a85f;
      margin: 0 15px; }
  .list-basket_summary a {
    display: block;
    color: #9f9f9f;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 10px; }
    .list-basket_summary a:hover {
      text-decoration: underline; }
  .list-basket_summary .input-field {
    margin-top: 30px;
    display: none; }
  .list-basket_summary span {
    color: #9f9f9f;
    font-size: 16px;
    display: block;
    margin-top: 10px; }
  .list-basket_summary s {
    color: #a3a3a3;
    font-size: 24px;
    font-weight: 600; }
  .list-basket_summary--promo-code a {
    display: none; }
  .list-basket_summary--promo-code .input-field {
    display: block; }

/**********************************************************/
.btn {
  background: #54acd2;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 19px;
  display: inline-block;
  text-decoration: none;
  border: 0;
  border-radius: 5px;
  padding: 13px 22px; }
  .btn:hover {
    background: #4799BC; }
  .btn--success {
    background-color: #61bd6d; }
    .btn--success:hover {
      background-color: #7bd787; }
  .btn--long-text {
    font-size: 16px; }

.btn--return {
  background: #fff url("../img/btn-return.png") no-repeat 20px 50%;
  color: #54acd2;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #54acd2;
  border-radius: 5px;
  padding: 13px 22px; }

.btn-sm {
  background: #54acd2;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 14px;
  display: inline-block;
  text-decoration: none;
  border: 0;
  border-radius: 5px;
  padding: 8px 15px; }
  .btn-sm:hover {
    background: #4799BC; }

.btn-contact-seller, .btn-privacy-policy, .btn-terms-of-service {
  color: #888888;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  line-height: 14px;
  padding: 8px 12px;
  display: inline-block; }
  .btn-contact-seller:hover, .btn-privacy-policy:hover, .btn-terms-of-service:hover {
    background: #F5F5F5; }

.language-select {
  position: relative;
  color: #888888;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  line-height: 14px;
  display: inline-block; }
  .language-select .current {
    text-align: left;
    border-radius: 5px;
    background: url("../img/select-arrow.png") no-repeat right 10px center;
    display: block;
    padding: 6px 27px 6px 12px; }
    .language-select .current:hover {
      background-color: #F5F5F5; }
    .language-select .current span {
      vertical-align: middle; }
  .language-select a {
    color: #888888;
    text-decoration: none; }
  .language-select ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0; }
    .language-select ul.active {
      display: block; }
  .language-select li {
    text-align: left;
    border-radius: 5px;
    padding: 8px 27px 8px 12px;
    border-top: #e9e9e9; }
    .language-select li:hover {
      background-color: #F5F5F5; }
  .language-select img {
    max-width: 26px;
    vertical-align: middle;
    margin-right: 10px;
    border: 1px solid #ededed; }

.input-field {
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s; }
  .input-field input, .input-field textarea {
    color: #646464;
    font-size: 18px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: border 0.3s;
    transition: border 0.3s; }
  .input-field label {
    color: #646464;
    font-size: 18px;
    pointer-events: none;
    margin-bottom: 15px;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .input-field.is-active {
    margin-top: 40px; }
    .input-field.is-active label {
      top: -25px;
      font-size: 14px;
      font-weight: 600; }

.input-effect label {
  position: absolute;
  top: 10px;
  left: 20px;
  margin-bottom: 0; }

.input-number {
  position: relative;
  display: inline-block; }
  .input-number_up, .input-number_down {
    background: url("../img/input-number-arrows.png") no-repeat left top;
    width: 9px;
    height: 7px;
    display: block;
    z-index: 1;
    border: 0;
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 0; }
  .input-number_down {
    background-position: left bottom;
    top: auto;
    bottom: 10px; }
  .input-number input {
    width: 100%; }

/**********************************************************/
.hide {
  display: none; }

/**********************************************************/
.page {
  background: #fff;
  padding: 45px 0; }
  .page_bg-gray {
    background: #f7f7f7; }
  .page_content {
    padding: 0 15px;
    max-width: 270px;
    margin: 0 auto; }
  .page_head {
    text-align: center;
    position: relative; }
    .page_head h1 {
      padding: 0 10px; }
  .page_btn-back {
    background: url("../img/btn-back.png") no-repeat;
    width: 10px;
    height: 14px;
    display: block;
    position: absolute;
    top: 8px;
    left: 0; }
  .page h1 {
    margin: 0 0 40px 0;
    font-size: 24px;
    font-weight: 600;
    color: #262626; }
  .page .btn, .page .btn-sm {
    width: 100%;
    text-align: center;
    box-sizing: border-box; }
  .page p {
    margin: 30px 0;
    font-size: 20px; }
    .page p.more {
      height: 0px;
      overflow: hidden; }
      .page p.more.animate {
        -webkit-transition: height 0.5s;
        -moz-transition: height 0.5s;
        transition: height 0.5s; }
  .page_bottom {
    border-top: 1px dotted #cbcbcb;
    padding-top: 30px;
    margin-top: 30px; }
  .page--contact textarea {
    height: 240px;
    resize: none; }
  .page--contact .btn {
    padding-left: 40px;
    padding-right: 40px; }
  .page--contact_done {
    background: url("../img/contact-done.png") no-repeat center top;
    color: #41a85f;
    font-size: 20px;
    font-weight: 600;
    padding: 100px 0 0 0;
    text-align: center; }
  .page--contact_error {
    background: url("../img/error.png") no-repeat center top;
    color: #d14841;
    font-size: 20px;
    font-weight: 600;
    padding: 100px 0 0 0;
    text-align: center; }
  .page--checkout {
    padding-bottom: 0; }
    .page--checkout .page_bg-gray {
      padding: 30px 0;
      margin-top: 30px; }
    .page--checkout_error {
      background: url("../img/error.png") no-repeat center top;
      color: #d14841;
      font-size: 20px;
      font-weight: 600;
      padding: 100px 0 0 0;
      text-align: center; }
  .page--product .page_head {
    overflow: hidden;
    margin-bottom: 30px; }
  .page--product .page_btn-back {
    top: 15px; }
  .page--product .header_btn-basket_container {
    float: right; }
  .page--product .header_btn-basket {
    padding: 10px 35px 10px 15px; }
    .page--product .header_btn-basket .icon-basket {
      display: none; }
  .page--product h1 {
    margin-bottom: 15px; }
  .page--product .voting {
    margin-bottom: 30px; }
  .page--product_img {
    display: block;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 25px; }
  .page--product .page_bg-gray {
    padding: 15px 0; }
    .page--product .page_bg-gray span {
      border-top: 0;
      font-size: 14px;
      text-align: center;
      padding-top: 0;
      color: #808080;
      display: block;
      width: 170px;
      margin: 15px auto 0; }
  .page--product .product-payment {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .page--product .product-payment .btn {
      margin-top: 20px; }
  .page--product_social {
    overflow: hidden;
    margin: 30px 0; }
    .page--product_social .btn-fb {
      background: #3373ae url("../img/btn-fb.png") no-repeat left 12px center;
      display: inline-block;
      font-size: 14px;
      color: #fff;
      line-height: 30px;
      text-decoration: none;
      border-radius: 5px;
      padding-left: 34px;
      width: 92px;
      box-sizing: border-box;
      margin-right: 15px;
      float: left; }
      .page--product_social .btn-fb:hover {
        background-color: #2a69a3; }
    .page--product_social .btn-tw {
      background: #009ede url("../img/btn-tw.png") no-repeat left 10px center;
      display: inline-block;
      font-size: 14px;
      color: #fff;
      line-height: 30px;
      text-decoration: none;
      border-radius: 5px;
      padding-left: 34px;
      width: 92px;
      box-sizing: border-box;
      float: left; }
      .page--product_social .btn-tw:hover {
        background-color: #0094d0; }
  .page--product p {
    margin: 0;
    font-size: 16px;
    color: #808080;
    line-height: 22px;
    text-align: justify; }
    .page--product p a {
      text-decoration: none;
      color: #2c82bf; }
      .page--product p a:hover {
        text-decoration: underline; }
  .page--complaint .btn {
    padding-left: 40px;
    padding-right: 40px; }
  .page--complaint_info {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px; }
    .page--complaint_info > div {
      border-top: 1px dotted #cbcbcb;
      padding: 15px 0; }
      .page--complaint_info > div:first-child {
        border-top: 0; }
      .page--complaint_info > div > div:first-child {
        font-weight: 400; }
  .page--complaint textarea {
    height: 240px; }
  .page--complaint_files .upload-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px; }
    .page--complaint_files .upload-file_name {
      font-size: 15px;
      color: #3b3a3a;
      width: 100%;
      margin-bottom: 5px; }
    .page--complaint_files .upload-file_progress {
      width: 150px;
      height: 7px;
      background: #f0f0f0;
      border-radius: 30px;
      position: relative; }
      .page--complaint_files .upload-file_progress div {
        width: 80%;
        height: 8px;
        background: #61bd6d;
        border-radius: 30px;
        position: absolute;
        top: 0;
        left: 0; }
    .page--complaint_files .upload-file_percent {
      font-size: 14px;
      color: #8b8b8b; }
  .page--complaint_files .btn-sm {
    margin-top: 10px; }

/**********************************************************/
.mfp-bg {
  background: rgba(31, 31, 31, 0.97);
  opacity: 1; }

.mfp-content {
  margin-top: 10px;
  margin-bottom: 10px; }

@media all and (min-width: 534px) {
  .mfp-content {
    max-width: 534px;
    border-radius: 5px;
    overflow: hidden; } }
@media all and (max-width: 534px) {
  body:after {
    content: 'borderless-popup';
    display: none; }

  .mfp-bg {
    background: #fff;
    opacity: 1; }

  .mfp-container {
    padding: 0; } }
.popup-bg {
  background: rgba(31, 31, 31, 0.97);
  position: fixed;
  width: 100%;
  height: 3000px;
  top: 0;
  left: 0;
  bottom: -100px;
  display: block;
  z-index: 1; }

.popup {
  background: #fff; }
  .popup_btn-close {
    background: transparent;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 25px; }
  .popup .page {
    padding: 50px 0 35px; }
    .popup .page_content {
      padding: 0 42px;
      max-width: 100%; }
    .popup .page h1 {
      font-size: 30px; }
    .popup .page .btn, .popup .page .btn-sm {
      width: auto; }
    .popup .page--contact_done {
      background-position: left center;
      text-align: left;
      padding: 20px 0 20px 120px; }
    .popup .page--checkout .page_bg-gray {
      margin-bottom: -35px;
      padding-bottom: 35px; }
    .popup .page .list-basket .item {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .popup .page .list-basket .item h2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
      .popup .page .list-basket .item_amount {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
        .popup .page .list-basket .item_amount .input-number {
          width: 85px;
          margin-right: 20px; }
        .popup .page .list-basket .item_amount input {
          padding-right: 30px; }
        .popup .page .list-basket .item_amount span {
          display: none; }
      .popup .page .list-basket .item_price {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
        .popup .page .list-basket .item_price span {
          display: block; }
    .popup .page--product .product-payment {
      -webkit-flex-wrap: none;
      -ms-flex-wrap: none;
      flex-wrap: none; }
      .popup .page--product .product-payment .btn {
        margin-top: 0; }
    .popup .page--product .page_bg-gray span {
      border-top: 1px dotted #cbcbcb;
      padding-top: 12px;
      text-align: left;
      font-size: 12px;
      width: auto;
      margin: 20px auto 0; }
    .popup .page--complaint h1 {
      margin-bottom: 20px; }
    .popup .page--complaint_info {
      display: table;
      width: 100%; }
      .popup .page--complaint_info > div {
        display: table-row; }
        .popup .page--complaint_info > div > div {
          display: table-cell;
          border-top: 1px dotted #cbcbcb;
          padding: 12px 0; }
        .popup .page--complaint_info > div:first-child > div {
          border-top: 0; }
    .popup .page--complaint_files .upload-file {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .popup .page--complaint_files .upload-file_name {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
      .popup .page--complaint_files .upload-file_progress {
        width: 110px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 110px;
        -ms-flex: 0 0 110px;
        flex: 0 0 110px; }
      .popup .page--complaint_files .upload-file_percent {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-left: 15px; }

.clear {
  clear: both; }

/**********************************************************/
@media screen and (max-width: 1023px) {
  .header .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px; }
    .header .content span {
      display: none; }
  .header_logo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .header form {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    margin: 30px 0 0 0;
    width: 100%; }
    .header form input[type="text"] {
      background-image: none;
      max-width: 100%;
      line-height: 48px;
      padding-left: 20px;
      padding-right: 60px; }
    .header form input[type="submit"] {
      display: block; }
  .header_btn-nav {
    display: block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .header_btn-basket_container {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .header_btn-basket {
    padding: 10px 35px 10px 15px; }
    .header_btn-basket .icon-basket {
      display: none; }
  .header--no-nav .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .header--no-nav .header_logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
    .header--no-nav .header_logo:after {
      content: none; }
  .header--no-nav span {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .header--no-nav .header_btn-nav {
    display: none; }
  .header--no-nav .header_btn-basket_container {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  .main {
    padding: 30px 0; }
    .main_sidebar {
      display: none; }
    .main_content {
      margin-left: 0; }

  .sorting {
    font-size: 18px;
    text-align: center;
    padding-right: 0;
    padding-bottom: 25px; }
    .sorting li:before {
      margin: 0 14px 0 10px; }

  .main-page_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .main-page_content {
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .main-page_sidebar {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 40px; } }
@media screen and (max-width: 767px) {
  .header--no-nav .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .header--no-nav .header_logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .header--no-nav .header_logo img {
      max-width: 100%; }
  .header--no-nav span {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    line-height: 22px;
    border: 0;
    text-align: center;
    padding: 0;
    margin: 0; }
    .header--no-nav span:before {
      background: #eeefef;
      width: 120px;
      height: 1px;
      margin: 25px auto;
      display: block;
      content: ' '; }
  .header_logo img {
    max-width: 130px; }

  .main-page {
    padding: 20px; }

  .transaction-status {
    background-position: top 20px center;
    padding: 68px 20px 20px 20px;
    text-align: center; }

  .product_top, .product_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0; }
  .product_link-report {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 10px 0 15px; }
  .product input {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    box-sizing: border-box; }
  .product span {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .product .btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin: 15px 0 0 0;
    text-align: center; } }
@media screen and (max-width: 580px) {
  .product_left, .product_right {
    float: none;
    width: auto; } }
@media screen and (max-width: 479px) {
  .sorting li:before {
    margin: 0 10px 0 6px; }

  .footer {
    text-align: center; }
    .footer .btn-contact-seller, .footer .btn-privacy-policy, .footer .btn-terms-of-service {
      float: none;
      font-size: 18px;
      padding: 13px 20px;
      margin-bottom: 30px;
      margin-left: 0; }
    .footer .language-select {
      float: none;
      margin-left: 0;
      margin-bottom: 30px; }
    .footer_automater {
      float: none;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }
@media screen and (max-width: 460px) {
  .header_btn-nav {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  .header_logo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    .header_logo img {
      margin: 0 auto 20px; }

  .header_btn-basket {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; } }

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