/* compiled by scssphp v0.6.6 on Mon, 07 Apr 2025 09:50:25 +0300 (4.1747s) */

@font-face {
  font-family: "Noto Sans";
  src: url('../fonts/NotoSans-Regular.ttf'); }

@font-face {
  font-family: "Noto Sans";
  src: url('../fonts/NotoSans-Light.ttf');
  font-weight: 300; }

@font-face {
  font-family: "Noto Sans";
  src: url('../fonts/NotoSans-Medium.ttf');
  font-weight: 500; }

@font-face {
  font-family: "Noto Sans";
  src: url('../fonts/NotoSans-SemiBold.ttf');
  font-weight: 600; }

@font-face {
  font-family: "Noto Sans";
  src: url('../fonts/NotoSans-Bold.ttf');
  font-weight: bold; }

@font-face {
  font-family: "Noto Sans";
  src: url('../fonts/NotoSans-Black.ttf');
  font-weight: 900; }

@font-face {
  font-family: "Noto Sans Armenian";
  src: url('../fonts/NotoSansArmenian-Regular.ttf'); }

@font-face {
  font-family: "Noto Sans Armenian";
  src: url('../fonts/NotoSansArmenian-Light.ttf');
  font-weight: 300; }

@font-face {
  font-family: "Noto Sans Armenian";
  src: url('../fonts/NotoSansArmenian-Medium.ttf');
  font-weight: 500; }

@font-face {
  font-family: "Noto Sans Armenian";
  src: url('../fonts/NotoSansArmenian-SemiBold.ttf');
  font-weight: 600; }

@font-face {
  font-family: "Noto Sans Armenian";
  src: url('../fonts/NotoSansArmenian-Bold.ttf');
  font-weight: bold; }

@font-face {
  font-family: "Noto Sans Armenian";
  src: url('../fonts/NotoSansArmenian-Black.ttf');
  font-weight: 900; }

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-family: inherit; }

html, body {
  height: 100%; }

body {
  font-family: "Noto Sans", "Noto Sans Armenian"; }
  body:before {
    content: attr(data-message) "...";
    position: fixed;
    height: 30px;
    left: 0;
    right: 0;
    top: -30px;
    background-color: black;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    z-index: 10000;
    transition: top 0.4s; }
  body.onprogress:before {
    top: 0;
    -webkit-animation-name: loading;
    animation-name: loading;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

@-webkit-keyframes loading {
  0%, 100% {
    content: attr(data-message) "..."; }

  25%, 75% {
    content: attr(data-message) ".."; }

  50% {
    content: attr(data-message) "."; } }

@keyframes loading {
  0%, 100% {
    content: attr(data-message) "..."; }

  25%, 75% {
    content: attr(data-message) ".."; }

  50% {
    content: attr(data-message) "."; } }

::-webkit-scrollbar {
  width: 7px;
  -webkit-appearance: none; }

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  background-color: rgba(0, 0, 0, .5); }

a {
  color: inherit;
  text-decoration: none; }

input, textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.without_arrows::-webkit-outer-spin-button, .without_arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

select {
  -webkit-appearance: none;
  -moz-appearance: window;
  appearance: none; }
  select::-ms-expand {
    display: none; }

.hidden {
  display: none; }

.fancybox-lock .fancybox-overlay {
  overflow: hidden;
  overflow-y: scroll; }

.fancybox-close {
  width: 16px;
  height: 16px;
  right: 20px;
  top: 20px;
  background-image: url('../images/x.svg');
  background-repeat: no-repeat;
  background-size: 100% auto; }
  .fancybox-wrap-thank-you .fancybox-close {
    right: 30px;
    top: 30px; }
  .fancybox-wrap-place-popup .fancybox-close {
    width: 25px;
    height: 25px;
    right: 25px;
    top: 25px;
    background-image: url('../images/x_white.svg'); }

.fancybox-skin {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent; }

#page_wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  table-layout: fixed; }

header, #content, footer {
  display: table-row;
  width: 100%;
  height: 1px; }

#content {
  height: 100%; }

.wrapper {
  position: relative;
  margin: 0px auto;
  max-width: 1240px; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.qtranxs-available-languages-message {
  display: none; }

.mobile_detect {
  display: none; }

.header_wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 15px 0;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.06);
  background-color: white;
  z-index: 100; }

.header_wrap_height {
  height: 115px; }

#logo {
  float: left; }
  #logo a {
    display: block; }
  #logo img {
    display: block; }

#main_menu {
  position: absolute;
  left: 270px;
  right: 270px;
  top: 31px;
  text-align: center; }
  #main_menu > ul {
    display: inline-block; }
    #main_menu > ul > li {
      position: relative;
      list-style: none;
      float: left;
      margin-left: 60px; }
      #main_menu > ul > li:first-of-type {
        margin-left: 0; }
      #main_menu > ul > li > a {
        line-height: 1.5;
        font-size: 14px;
        font-weight: bold;
        color: black; }
      #main_menu > ul > li > ul {
        position: absolute;
        width: 180px;
        left: -500px;
        right: -500px;
        top: -1000px;
        margin: 0 auto;
        margin-top: 15px;
        border: 1px solid #ececec;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: white;
        opacity: 0;
        z-index: 100;
        transition: opacity 0.3s, top 0s 0.3s; }
        #main_menu > ul > li > ul:before {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          left: 0;
          right: 0;
          margin: 0 auto;
          bottom: 100%;
          border-style: solid;
          border-width: 0 6px 6px 6px;
          border-color: transparent transparent #ececec transparent; }
        #main_menu > ul > li > ul:after {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          left: 0;
          right: 0;
          margin: 0 auto;
          bottom: 100%;
          border-style: solid;
          border-width: 0 5px 5px 5px;
          border-color: transparent transparent white transparent; }
        #main_menu > ul > li > ul li {
          list-style: none;
          border-bottom: 1px solid #e5e5e5; }
          #main_menu > ul > li > ul li:first-of-type:before {
            content: "";
            position: absolute;
            height: 15px;
            left: 0;
            right: 0;
            bottom: 100%; }
          #main_menu > ul > li > ul li a {
            display: block;
            position: relative;
            padding: 12px 20px;
            font-size: 12px;
            font-weight: 600;
            color: black;
            z-index: 0;
            transition: color 0.3s; }
            #main_menu > ul > li > ul li a:before {
              content: "";
              position: absolute;
              left: -1px;
              right: -1px;
              top: 0;
              bottom: 0;
              background-color: #ececec;
              opacity: 0;
              z-index: -1;
              transition: opacity 0.3s; }
          #main_menu > ul > li > ul li:last-of-type {
            border-bottom: none; }
            #main_menu > ul > li > ul li:last-of-type a:before {
              -webkit-border-radius: 0 0 5px 5px;
              -moz-border-radius: 0 0 5px 5px;
              border-radius: 0 0 5px 5px;
              -khtml-border-radius: 0 0 5px 5px; }
          #main_menu > ul > li > ul li:first-of-type a:before {
            top: -1px;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
            -khtml-border-radius: 5px 5px 0 0; }
          #main_menu > ul > li > ul li:hover a, #main_menu > ul > li > ul li.current-menu-item a {
            color: #aaa;
            z-index: 10; }
            #main_menu > ul > li > ul li:hover a:before, #main_menu > ul > li > ul li.current-menu-item a:before {
              opacity: 1; }
      #main_menu > ul > li:hover > ul {
        top: 100%;
        opacity: 1;
        transition: opacity 0.3s; }

.mobile_menu_button {
  display: none;
  position: relative;
  width: 24px;
  height: 12px;
  float: right;
  margin-left: 25px;
  margin-top: 26px;
  cursor: pointer;
  transition: height 0.3s; }
  .mobile_menu_button:before, .mobile_menu_button:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    background-color: black; }
  .mobile_menu_button:before {
    top: 0;
    transition: top 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s, -ms-transform 0.3s, transform 0.3s; }
  .mobile_menu_button:after {
    bottom: 0;
    transition: bottom 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s, -ms-transform 0.3s, transform 0.3s; }
  .mobile_menu_button.opened {
    height: 17px; }
    .mobile_menu_button.opened:before {
      top: 5px;
      -webkit-transform: rotate(40deg);
      -moz-transform: rotate(40deg);
      -o-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      transform: rotate(40deg); }
    .mobile_menu_button.opened:after {
      bottom: 10px;
      -webkit-transform: rotate(-40deg);
      -moz-transform: rotate(-40deg);
      -o-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
      transform: rotate(-40deg); }

.mobile_menu {
  position: fixed;
  width: 100%;
  right: -100%;
  bottom: 0;
  background-color: #f1f1f1;
  z-index: 99;
  transition: right 0.5s; }
  .mobile_menu.opened {
    right: 0; }

.mobile_menu_scroll {
  height: 100%;
  overflow: auto; }
  .mobile_menu_scroll:after {
    content: "";
    display: block;
    height: 60px; }

.mobile_menu_top {
  position: relative;
  padding: 30px 25px;
  border-bottom: 1px solid #e5e5e5; }
  .mobile_menu_top.submenus_opened > ul {
    display: none; }
  .mobile_menu_top ul li {
    list-style: none;
    margin-bottom: 20px; }
    .mobile_menu_top ul li:last-of-type {
      margin-bottom: 0; }
    .mobile_menu_top ul li a {
      display: block;
      position: relative;
      line-height: 1.17;
      font-size: 36px;
      font-weight: 300;
      color: black;
      text-transform: uppercase; }
      .mobile_menu_top ul li a:before {
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -o-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        border-right: 2px solid black;
        border-bottom: 2px solid black;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .mobile_menu_top ul li .sub-menu {
      display: none;
      position: absolute;
      left: 100%;
      top: 0; }

.mobile_menu_submenus {
  display: none; }
  .mobile_menu_top.submenus_opened .mobile_menu_submenus {
    display: block; }

.mobile_menu_privacy {
  padding: 40px 25px; }
  .mobile_menu_privacy > ul > li {
    display: none;
    list-style: none; }
    .mobile_menu_privacy > ul > li:first-of-type {
      display: block; }
    .mobile_menu_privacy > ul > li > a {
      line-height: 1.31;
      font-size: 16px;
      font-weight: bold;
      color: black; }
    .mobile_menu_privacy > ul > li ul {
      margin-top: 21px; }
      .mobile_menu_privacy > ul > li ul li {
        list-style: none;
        margin-bottom: 15px; }
        .mobile_menu_privacy > ul > li ul li:last-of-type {
          margin-bottom: 0; }
        .mobile_menu_privacy > ul > li ul li a {
          line-height: 1.31;
          font-size: 16px;
          color: black; }

.mobile_menu_bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #e5e5e5;
  background-color: #f1f1f1; }
  .mobile_menu_bottom ul li {
    width: 50%;
    list-style: none;
    float: left;
    border-left: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mobile_menu_bottom ul li:first-of-type {
      border-left: none; }
    .mobile_menu_bottom ul li a {
      display: block;
      padding: 20px 0;
      text-align: center;
      font-size: 14px;
      font-weight: 600;
      color: black; }

.cart_button {
  position: relative;
  float: right;
  margin-top: 22px;
  padding: 13px 20px 13px 22px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -khtml-border-radius: 20px;
  cursor: pointer; }
  .cart_button img {
    display: block;
    float: left;
    margin-right: 11px;
    margin-top: 1px; }
  .cart_button span {
    display: block;
    float: left;
    line-height: 1.33;
    font-size: 12px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.9); }

.cart_button_info {
  position: absolute;
  right: 1px;
  top: -1000px;
  margin-top: 15px;
  padding: 7px 15px;
  border: 1px solid #ececec;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  opacity: 0;
  z-index: 100;
  transition: opacity 0.3s, top 0s 0.3s; }
  .cart_button_info.active {
    top: 100%;
    opacity: 1;
    transition: opacity 0.3s; }
  .cart_button_info:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 20px;
    bottom: 100%;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #ececec transparent; }
  .cart_button_info:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 21px;
    bottom: 100%;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent white transparent; }
  .cart_button_info p {
    white-space: nowrap;
    font-size: 12px;
    color: black; }

.cart {
  position: fixed;
  right: -360px;
  bottom: 0;
  -webkit-box-shadow: -2px 0 10px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: -2px 0 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -2px 0 10px 0 rgba(0, 0, 0, 0.06);
  background-color: white;
  z-index: 99;
  transition: right 0.5s; }
  .cart.active {
    right: 0; }

.cart_top {
  width: 310px;
  padding: 30px 25px;
  border-bottom: 1px solid #ececec; }
  .cart_top h3 {
    float: left;
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    color: black; }
    .cart_top h3 span {
      display: inline-block;
      position: relative;
      width: 18px;
      height: 18px;
      margin-left: 6px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -khtml-border-radius: 50%;
      overflow: hidden;
      vertical-align: text-bottom;
      background-color: #febd00;
      text-align: center;
      line-height: 18px;
      font-size: 12px;
      font-weight: 900;
      color: white; }
  .cart_top img {
    float: right;
    margin-top: 3px;
    cursor: pointer; }

.cart_products {
  overflow: auto; }
  .cart_products ul li {
    position: relative;
    list-style: none;
    padding: 50px 25px 30px;
    border-bottom: 1px solid #ececec;
    overflow: hidden; }
    .cart_products ul li.inactive .cart_product_undo {
      left: 0;
      opacity: 1;
      transition: opacity 0.3s; }

.cart_product_texts {
  width: 185px;
  float: left;
  margin-top: 11px; }
  .cart_product_texts h4 {
    margin-bottom: 10px;
    line-height: 1.29;
    font-size: 14px;
    font-weight: normal;
    color: black; }
  .cart_product_texts p {
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    color: black; }

.cart_product_image {
  position: relative;
  width: 125px;
  float: right; }
  .cart_product_image img {
    display: block;
    max-width: 100%;
    height: auto; }

.cart_product_bottom {
  clear: both;
  padding-top: 20px; }
  .cart_product_bottom .product_item_weight {
    width: 49%;
    margin-right: 0;
    margin-top: 0; }
    .cart_product_bottom .product_item_weight p {
      width: auto;
      text-align: center;
      cursor: initial; }
    .cart_product_bottom .product_item_weight p:before {
      content: normal; }

.cart_product_quantity {
  position: relative;
  width: 49%;
  float: left; }
  .cart_product_quantity input {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #ececec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: black; }
  .cart_product_quantity span {
    position: absolute;
    width: 42px;
    top: 0;
    bottom: 0;
    cursor: pointer; }
    .cart_product_quantity span:before, .cart_product_quantity span:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      background-color: #3535dd; }
    .cart_product_quantity span:before {
      width: 10px;
      height: 2px; }
    .cart_product_quantity span.minus {
      left: 0; }
    .cart_product_quantity span.minus:after {
      content: normal; }
    .cart_product_quantity span.plus {
      right: 0; }
    .cart_product_quantity span.plus:after {
      width: 2px;
      height: 10px; }

.cart_product_delete {
  position: absolute;
  left: 25px;
  top: 20px;
  cursor: pointer; }

.cart_product_undo {
  position: absolute;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  z-index: 10;
  transition: left 0s 0.3s, opacity 0.3s; }
  .cart_product_undo span {
    position: absolute;
    height: 21px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    text-align: center;
    line-height: 1.3125;
    font-size: 16px;
    font-weight: 600;
    color: black; }

.cart_empty {
  position: absolute;
  height: 143px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  text-align: center; }
  .cart_empty h3 {
    margin-top: 19px;
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    color: black; }
  .cart_empty p {
    line-height: 1.5;
    font-size: 12px;
    color: #808080; }

.cart_empty_icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .cart_empty_icon img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.cart_bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f6f6f6; }

.cart_subtotal {
  padding: 20px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .cart_subtotal p {
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    color: black; }
    .cart_subtotal p:first-of-type {
      float: left; }
    .cart_subtotal p:nth-of-type(2) {
      float: right; }

.cart_subtotal_item {
  margin-bottom: 5px; }
  .cart_subtotal_item:last-of-type {
    margin-bottom: 0; }

.cart_checkout_button {
  padding: 20px 25px; }
  .cart_checkout_button a {
    display: block;
    position: relative;
    padding: 13px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    background-color: #ed1c24;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase; }

.header_contacts {
  position: relative;
  float: right;
  margin-right: 10px;
  margin-top: 22px; }

.phone_button {
  padding: 14px 22px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -khtml-border-radius: 20px;
  cursor: pointer; }
  .phone_button img {
    display: block; }

.header_contacts_content {
  position: absolute;
  right: 1px;
  top: -1000px;
  margin-top: 15px;
  padding: 23px 16px 20px;
  border: 1px solid #ececec;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  opacity: 0;
  z-index: 100;
  transition: opacity 0.3s, top 0s 0.3s; }
  .header_contacts_content.active {
    top: 100%;
    opacity: 1;
    transition: opacity 0.3s; }
  .header_contacts_content:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 20px;
    bottom: 100%;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #ececec transparent; }
  .header_contacts_content:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 21px;
    bottom: 100%;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent white transparent; }
  .header_contacts_content ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    list-style: none;
    margin-bottom: 8px;
    line-height: 1.1;
    font-size: 12px;
    font-weight: bold;
    color: black;
    white-space: nowrap; }
    .header_contacts_content ul li:last-of-type {
      margin-bottom: 0; }
  .header_contacts_content h3 {
    position: relative;
    margin-top: 20px;
    padding-left: 13px;
    font-size: 12px;
    font-weight: bold;
    color: black; }
    .header_contacts_content h3:before {
      content: "";
      position: absolute;
      width: 8px;
      height: 10px;
      left: 0;
      top: 4px;
      background-image: url('../images/address.svg');
      background-repeat: no-repeat;
      background-size: 100% auto; }

.lang_button {
  position: relative;
  float: right;
  margin-right: 10px;
  margin-top: 22px; }

.lang_button_label {
  position: relative;
  padding: 13px 22px;
  padding-right: 33px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -khtml-border-radius: 20px;
  line-height: 1.33;
  font-size: 12px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer; }
  .lang_button_label:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 19px;
    margin-left: 6px;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    border-color: #c0c0c0 transparent transparent transparent; }

.lang_list {
  position: absolute;
  width: 140px;
  right: 2px;
  top: -1000px;
  margin-top: 15px;
  border: 1px solid #ececec;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  opacity: 0;
  z-index: 100;
  transition: opacity 0.3s, top 0s 0.3s; }
  .lang_list.active {
    top: 100%;
    opacity: 1;
    transition: opacity 0.3s; }
  .lang_list:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 20px;
    bottom: 100%;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #ececec transparent; }
  .lang_list:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 21px;
    bottom: 100%;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent white transparent; }
  .lang_list ul li {
    list-style: none;
    border-bottom: 1px solid #e5e5e5; }
    .lang_list ul li a {
      display: block;
      position: relative;
      padding: 12px 20px;
      text-align: right;
      font-size: 12px;
      font-weight: 600;
      color: black;
      z-index: 0;
      transition: color 0.3s; }
      .lang_list ul li a:before {
        content: "";
        position: absolute;
        left: -1px;
        right: -1px;
        top: 0;
        bottom: 0;
        background-color: #ececec;
        opacity: 0;
        z-index: -1;
        transition: opacity 0.3s; }
    .lang_list ul li:last-of-type {
      border-bottom: none; }
      .lang_list ul li:last-of-type a:before {
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        -khtml-border-radius: 0 0 5px 5px; }
    .lang_list ul li:first-of-type a:before {
      top: -1px;
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0;
      -khtml-border-radius: 5px 5px 0 0; }
    .lang_list ul li:hover a, .lang_list ul li.active a {
      color: #aaa;
      z-index: 10; }
      .lang_list ul li:hover a:before, .lang_list ul li.active a:before {
        opacity: 1; }

.slideshow_item {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -khtml-border-radius: 10px;
  overflow: hidden; }

.highlights {
  margin-top: 77px; }
  .highlights h2 {
    margin-bottom: 23px;
    line-height: 0.92;
    font-size: 24px;
    font-weight: bold;
    color: black; }

.highlights_slider {
  position: relative; }
  .highlights_slider .owl-prev, .highlights_slider .owl-next {
    position: absolute;
    width: 51px;
    top: 0;
    bottom: 90px;
    background-repeat: no-repeat;
    background-position: center; }
  .highlights_slider .owl-prev {
    right: 100%;
    background-image: url('../images/prev.svg'); }
  .highlights_slider .owl-next {
    left: 100%;
    background-image: url('../images/next.svg'); }

.highlight_item {
  position: relative;
  padding-bottom: 90px;
  overflow: hidden; }

.highlight_item_block {
  position: relative;
  border: 1px solid #ececec;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px; }
  .highlight_item_block:hover .product_item_image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.product_item_image {
  position: relative;
  height: 280px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  overflow: hidden; }
  .product_item_image a {
    display: block;
    height: 100%; }
  .product_item_image img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: -webkit-transform 0.4s, -moz-transform 0.4s, -o-transform 0.4s, -ms-transform 0.4s, transform 0.4s; }

.product_item_texts {
  padding: 17px 21px 21px; }
  .product_item_texts h3 {
    margin-bottom: 6px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: normal;
    color: black; }
    .product_item_texts h3 span {
      display: block;
      color: red; }

.product_item_price {
  float: left;
  margin-top: 9px;
  line-height: 1.31;
  font-size: 16px;
  font-weight: bold;
  color: black; }
  .product_item_price.discounted {
    margin-top: 0;
    color: #a40000; }
  .product_item_price span {
    display: block;
    margin-top: 1px;
    line-height: 1.19;
    font-weight: 300;
    color: #a0a0a0;
    text-decoration: line-through; }

.product_item_cart {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  float: right;
  margin-top: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  background-color: #ed1c24;
  background-image: url('../images/cart_white.svg');
  background-repeat: no-repeat;
  background-position: center; }
  .product_item_cart.with_text {
    width: auto;
    height: auto;
    padding: 12px 20px;
    background-image: none; }
    .product_item_cart.with_text p {
      font-size: 10px;
      font-weight: bold;
      color: white;
      letter-spacing: 1px;
      text-transform: uppercase; }
  .product_item_cart span {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    top: -10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    overflow: hidden;
    background-color: #ececec;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    font-weight: 900;
    color: #ed1c24; }

.product_item_weight {
  position: relative;
  float: right;
  margin-right: 8px;
  margin-top: 2px; }
  .product_item_weight p {
    position: relative;
    min-width: 90px;
    height: 40px;
    padding-left: 13px;
    padding-right: 33px;
    border: 1px solid #ececec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    line-height: 38px;
    font-size: 12px;
    color: #808080;
    z-index: 20;
    cursor: pointer; }
    .product_item_weight p:before {
      content: "";
      position: absolute;
      width: 10px;
      height: 7px;
      right: 13px;
      top: 0;
      bottom: 0;
      margin: auto 0;
      background-image: url('../images/triangle.svg'); }
  .product_item_weight ul {
    position: absolute;
    max-height: 80px;
    right: 0;
    top: 100%;
    margin-top: -5px;
    padding-top: 4px;
    border: 1px solid #ececec;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    background-color: white;
    opacity: 0;
    z-index: -10;
    transition: opacity 0.3s, z-index 0s 0.3s; }
    .product_item_weight ul.finished {
      left: 0;
      overflow: auto; }
    .product_item_weight ul.active {
      opacity: 1;
      z-index: 10;
      transition: opacity 0.3s; }
    .product_item_weight ul li {
      list-style: none;
      padding: 10px 13px 12px;
      border-bottom: 1px solid #e5e5e5;
      line-height: 1.42;
      font-size: 12px;
      color: black;
      white-space: nowrap;
      cursor: pointer;
      transition: background-color 0.3s; }
    .product_item_weight ul li:last-of-type {
      padding-bottom: 13px;
      border-bottom: none; }
    .product_item_weight ul li:hover, .product_item_weight ul li.active {
      background-color: #ececec; }

.categories {
  padding-top: 77px;
  padding-bottom: 80px;
  background-color: #f8f8f8; }
  .categories h2 {
    line-height: 0.92;
    font-size: 24px;
    font-weight: bold;
    color: black; }
  .categories .wrapper > p {
    line-height: 1.5;
    font-size: 14px;
    color: black; }
  .categories ul {
    margin-top: 29px; }
    .categories ul li {
      position: relative;
      width: 386px;
      list-style: none;
      float: left;
      margin-left: 40px;
      margin-top: 40px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -khtml-border-radius: 5px;
      overflow: hidden;
      -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.05);
      box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.05);
      background-color: white; }
    .categories ul li:nth-of-type(3n+1) {
      margin-left: 0; }
    .categories ul li:nth-of-type(-n+3) {
      margin-top: 0; }
    .categories ul li:hover .category_item_image img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.category_item_image {
  position: relative;
  height: 218px;
  overflow: hidden; }
  .category_item_image a {
    display: block;
    height: 100%; }
  .category_item_image img {
    position: absolute;
    max-width: 90%;
    max-height: 90%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: -webkit-transform 0.4s, -moz-transform 0.4s, -o-transform 0.4s, -ms-transform 0.4s, transform 0.4s; }

.category_item_texts {
  padding: 18px 20px 10px; }
  .category_item_texts h3 {
    margin-bottom: 17px;
    line-height: 1.5;
    font-size: 18px;
    font-weight: normal;
    color: black; }
  .category_item_texts p {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 9px 15px 8px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -khtml-border-radius: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.18;
    font-size: 11px;
    font-weight: 500;
    color: black; }
    .category_item_texts p:last-of-type {
      margin-right: 0; }

.map {
  height: 350px; }
  .map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none; }

.menu_top_image .wrapper {
  height: 200px;
  background-image: url('../images/menu.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom -150px; }

.menu_top_image_texts {
  position: absolute;
  left: 40px;
  bottom: 40px; }
  .menu_top_image_texts p {
    line-height: 1.5;
    font-size: 18px;
    color: white; }
  .menu_top_image_texts h1 {
    margin-left: -2px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.17;
    font-size: 60px;
    font-weight: bold;
    color: white; }

.menu_filters .wrapper {
  padding: 21px 40px;
  border: 1px solid #ececec;
  border-top: none;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }

.menu_sort {
  float: left; }
  .menu_sort img {
    display: block;
    float: left;
    margin-top: 6px; }
  .menu_sort p {
    float: left;
    margin-left: 10px;
    margin-right: 20px;
    line-height: 1.5;
    font-size: 12px;
    color: #808080; }

.menu_sort_links {
  float: left; }
  .menu_sort_links a {
    display: block;
    float: left;
    margin-left: 15px;
    line-height: 1.5;
    font-size: 12px;
    color: black; }
    .menu_sort_links a:first-of-type {
      margin-left: 0; }
    .menu_sort_links a.active {
      font-weight: bold;
      text-decoration: underline; }

.found_count {
  float: right; }
  .found_count p {
    float: left;
    margin-right: 20px;
    line-height: 1.5;
    font-size: 12px;
    color: #808080; }
  .found_count span {
    display: block;
    float: left;
    line-height: 1.5;
    font-size: 12px;
    font-weight: bold;
    color: black; }

.menu_content {
  margin-top: 80px;
  padding-bottom: 100px; }

.menu_left {
  width: 202px;
  float: left; }
  .menu_left h3 {
    margin-bottom: 47px;
    line-height: 1.5;
    font-size: 18px;
    font-weight: normal;
    color: #a40000; }

.menu_left_items ul li {
  list-style: none;
  margin-bottom: 10px; }
  .menu_left_items ul li:last-of-type {
    margin-bottom: 0; }
  .menu_left_items ul li a {
    line-height: 1.5;
    font-size: 18px;
    color: black; }
  .menu_left_items ul li.active a {
    font-weight: bold; }

.menu_right {
  width: 920px;
  max-width: 100%;
  float: right; }
  .menu_right > ul > li {
    width: 280px;
    list-style: none;
    float: left;
    margin-left: 40px;
    margin-top: 49px;
    border: 1px solid #ececec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .menu_right > ul > li:nth-of-type(3n+1) {
    clear: left;
    margin-left: 0; }
  .menu_right > ul > li:nth-of-type(-n+3) {
    margin-top: 0; }
  .menu_right > ul > li:hover .product_item_image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.product {
  position: relative;
  width: 893px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-color: white; }

.product_info {
  padding: 40px; }

.product_image {
  position: relative;
  width: 387px;
  height: 387px;
  max-width: 100%;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  overflow: hidden; }
  .product_image img {
    object-fit: contain;
    object-position: center;
    background-color: white; }

.product_image_img {
  display: block;
  width: 100%;
  height: 100%; }

.product_image_img_zoom {
  display: none;
  position: absolute;
  width: 200%;
  height: 200%;
  left: 0;
  top: 0; }
  .product_image:hover .product_image_img_zoom {
    display: block; }

.product_texts_wrap {
  display: table;
  width: 385px;
  height: 387px;
  max-width: 100%;
  float: right; }

.product_texts {
  display: table-cell;
  vertical-align: middle; }
  .product_texts h1 {
    margin-bottom: 32px;
    line-height: 0.92;
    font-size: 24px;
    font-weight: bold;
    color: black; }

.product_content {
  margin-bottom: 31px;
  line-height: 1.5;
  font-size: 14px;
  color: black; }

.product_related {
  padding: 29px 40px 40px;
  border-top: 1px solid #999; }
  .product_related h2 {
    margin-bottom: 20px;
    line-height: 1.1;
    font-size: 20px;
    font-weight: bold;
    color: black; }
  .product_related > ul > li {
    position: relative;
    width: 195px;
    list-style: none;
    float: left;
    margin-left: 113px; }
  .product_related > ul > li:before {
    content: "+";
    position: absolute;
    left: -63px;
    top: 85px;
    font-size: 20px;
    font-weight: bold;
    color: black; }
  .product_related > ul > li:first-of-type {
    margin-left: 0; }
    .product_related > ul > li:first-of-type:before {
      content: normal; }

.product_related_item_image {
  position: relative;
  height: 195px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  overflow: hidden; }
  .product_related_item_image img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.product_related_item_texts {
  margin-top: 10px; }
  .product_related_item_texts h3 {
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: normal;
    color: black; }
  .product_related_item_texts .product_item_weight {
    margin-right: 0; }
  .product_related_item_texts .product_item_cart {
    width: 100%;
    float: none;
    margin-top: 10px;
    border: 1px solid #ed1c24;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    text-align: center; }
  .product_related_item_texts .product_item_cart p {
    color: #ed1c24; }

.product_close_mobile {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 25px;
  top: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: white;
  background-image: url('../images/x.svg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  cursor: pointer; }

.about_top_image .wrapper {
  height: 250px;
  background-image: url('../images/top.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.about_content {
  margin-top: 80px;
  padding-bottom: 80px; }
  .about_content .wrapper {
    max-width: 813px; }
  .about_content h1 {
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.17;
    font-size: 60px;
    font-weight: bold;
    color: black; }
  .about_content h2 {
    margin: 40px 0;
    line-height: 1.75;
    font-size: 40px;
    font-weight: bold;
    color: black; }

.about_text {
  line-height: 1.5;
  font-size: 16px;
  color: black; }
  .about_text ul {
    margin-left: 40px;
    margin-top: 20px; }
  .about_text img {
    display: block; }
  .about_text img.aligncenter {
    margin: 0 auto; }

.about_left {
  width: 280px;
  float: left;
  margin-bottom: 40px;
  line-height: 1.33;
  font-size: 24px;
  font-weight: bold;
  color: black; }

.about_right {
  width: 493px;
  max-width: 100%;
  float: right;
  margin-bottom: 40px;
  line-height: 1.5;
  font-size: 14px;
  color: black; }

.about_image {
  clear: both; }
  .about_image img {
    display: block;
    max-width: 100%; }

.about_bottom {
  line-height: 1.5;
  font-size: 14px;
  color: black; }

.privacy_policy {
  padding-top: 38px;
  padding-bottom: 100px; }
  .privacy_policy h1 {
    margin-bottom: 42px;
    line-height: 0.92;
    font-size: 24px;
    font-weight: bold;
    color: black; }

.privacy_policy_left {
  width: 173px;
  float: left; }
  .privacy_policy_left ul {
    position: relative;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    overflow: hidden; }
  @media screen and (min-width: 769px) {
    .privacy_policy_left ul {
      width: auto !important; } }
  .privacy_policy_left ul li {
    position: relative;
    list-style: none;
    border-bottom: 1px solid #e5e5e5; }
  .privacy_policy_left ul li:last-of-type {
    border-bottom: none; }
  .privacy_policy_left ul li.current-menu-item {
    background-color: #f8f8f8; }
  .privacy_policy_left ul li a {
    display: block;
    padding: 14px 20px;
    font-size: 10px;
    font-weight: bold;
    color: black;
    letter-spacing: 1px;
    text-transform: uppercase; }

.privacy_policy_content {
  width: 600px;
  max-width: 100%;
  float: left;
  margin-left: 147px;
  line-height: 1.5;
  font-size: 14px;
  color: black; }
  .privacy_policy_content h3 {
    margin-bottom: 20px;
    line-height: initial;
    font-size: 12px;
    font-weight: 900;
    color: black; }
  .privacy_policy_content ul, .privacy_policy_content ol {
    margin-top: 15px;
    padding-left: 30px; }
  .privacy_policy_content ul li, .privacy_policy_content ol li {
    margin-bottom: 10px; }
  .privacy_policy_content ul li:last-of-type, .privacy_policy_content ol li:last-of-type {
    margin-bottom: 0; }

.privacy_policy_right {
  width: 180px;
  float: right; }
  .privacy_policy_right img {
    display: block; }
  .privacy_policy_right h3 {
    margin-top: 18px; }
  .privacy_policy_right h3 img {
    display: inline-block;
    margin-left: 5px; }
  .privacy_policy_right p {
    margin: 20px 0;
    line-height: 1.33;
    font-size: 12px;
    color: #a2a2a2; }
  .privacy_policy_right a {
    display: inline-block;
    position: relative;
    padding: 13px 19px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    overflow: hidden;
    background-color: #ed1c24;
    font-size: 10px;
    font-weight: bold;
    color: white;
    letter-spacing: 1px; }

footer {
  background-color: #f8f8f8; }
  footer .wrapper {
    padding: 99px 0 48px; }
  footer .social {
    float: right;
    margin-top: 121px; }
  @media screen and (max-width: 768px) {
    footer .social {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between; } }

.footer_1 {
  width: 300px;
  float: left;
  margin-top: 6px; }
  .footer_1 h3 {
    position: relative;
    margin-bottom: 19px;
    padding-left: 24px;
    font-size: 18px;
    font-weight: bold;
    color: black; }
  .footer_1 h3:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 17px;
    left: 0;
    top: 2px;
    background-image: url('../images/address.svg');
    background-repeat: no-repeat; }
  .footer_1 p {
    line-height: 1.5;
    font-family: "Noto Sans", "Noto Sans Armenian";
    font-size: 12px;
    font-weight: normal;
    color: #808080; }
  .footer_1 > ul {
    margin-bottom: 30px; }
  .footer_1 > ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: black; }
  .footer_1 > ul li:last-of-type {
    margin-bottom: 0; }
  .footer_1 > ul li a {
    float: left; }
    .footer_1 > ul li a:first-of-type {
      text-decoration: underline; }
    .footer_1 > ul li a:first-of-type:hover {
      text-decoration: none; }
    .footer_1 > ul li a:nth-of-type(n + 2) {
      float: left;
      margin-left: 5px;
      margin-top: 4px; }
    .footer_1 > ul li a:nth-of-type(n + 2) img {
      display: block; }

.payment_cards {
  margin-top: 59px; }
  .payment_cards ul li {
    position: relative;
    width: 51px;
    height: 31px;
    float: left;
    margin-left: 9px;
    list-style: none;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .payment_cards ul li:first-of-type {
    margin-left: 0; }
  .payment_cards ul li img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.footer_2 {
  width: 150px;
  float: left;
  margin-left: 126px; }
  .footer_2 > ul > li {
    list-style: none;
    margin-bottom: 30px; }
  .footer_2 > ul > li:last-of-type {
    margin-bottom: 0; }
  .footer_2 > ul > li > a {
    display: block;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    color: black; }
  .footer_2 > ul > li > ul > li {
    list-style: none;
    margin-bottom: 10px; }
    .footer_2 > ul > li > ul > li > a {
      display: block;
      line-height: 1.5;
      font-size: 14px;
      color: black; }

.footer_3 {
  margin-left: 170px;
  float: left; }
  .footer_3 > ul > li {
    list-style: none;
    margin-bottom: 30px; }
  .footer_3 > ul > li:last-of-type {
    margin-bottom: 0; }
  .footer_3 > ul > li > a {
    display: block;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    color: black; }
  .footer_3 > ul > li > ul > li {
    list-style: none;
    margin-bottom: 10px; }
    .footer_3 > ul > li > ul > li > a {
      display: block;
      line-height: 1.5;
      font-size: 14px;
      color: black; }

.footer_4 {
  width: 281px;
  float: right; }
  body.lang_hy .footer_4 {
    width: 323px; }
  .footer_4 h3 {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    color: black; }
  .footer_4 form {
    position: relative; }
  .footer_4 form input {
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 16px;
    padding-right: 116px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 12px;
    color: black; }
  .footer_4 form input::-webkit-input-placeholder {
    opacity: 1;
    color: #818181; }
  .footer_4 form input:-moz-placeholder {
    opacity: 1;
    color: #818181; }
  .footer_4 form input::-moz-placeholder {
    opacity: 1;
    color: #818181; }
  .footer_4 form input:-ms-input-placeholder {
    opacity: 1;
    color: #818181; }
  .footer_4 form button {
    position: absolute;
    height: 40px;
    right: 0;
    top: 0;
    padding: 0 16px;
    border: 1px solid #ed1c24;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #ed1c24;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer; }

.social a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  float: left;
  margin-left: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .social a:first-of-type {
    margin-left: 0; }
  .social a img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.copyright {
  float: right;
  clear: right;
  margin-top: 20px;
  font-family: "Noto Sans", "Noto Sans Armenian";
  font-size: 12px;
  font-weight: normal;
  color: #808080; }

.checkout {
  position: relative;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden; }
  .checkout .wrapper:before {
    content: "";
    position: absolute;
    left: -5000px;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(248, 248, 248, 0.9); }

.checkout_left {
  position: relative;
  width: 600px;
  max-width: 100%;
  float: left;
  padding-top: 38px;
  padding-bottom: 100px; }
  .checkout_left h1 {
    margin-bottom: 40px;
    line-height: 0.92;
    font-size: 24px;
    font-weight: bold;
    color: black; }
  .checkout_left h2 {
    margin-bottom: 20px;
    font-size: 10px;
    font-weight: normal;
    color: #707070;
    letter-spacing: 2.73px;
    text-transform: uppercase; }

.checkout_delivery {
  margin-bottom: 19px; }
  .checkout_delivery ul {
    position: relative; }
  .checkout_delivery ul:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px; }
  .checkout_delivery ul li {
    position: relative;
    width: 50%;
    list-style: none;
    float: left;
    padding: 30px 50px 31px 82px;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    transition: border-color 0.3s; }
  .checkout_delivery ul li img {
    position: absolute;
    left: 31px;
    top: 35px;
    transition: opacity 0.3s; }
    .checkout_delivery ul li img:first-of-type {
      opacity: 1; }
    .checkout_delivery ul li img:nth-of-type(2) {
      opacity: 0; }
  .checkout_delivery ul li h3 {
    margin-bottom: 10px;
    line-height: 1.29;
    font-size: 14px;
    font-weight: bold;
    color: black;
    transition: color 0.3s; }
  .checkout_delivery ul li p:first-of-type {
    font-size: 12px;
    font-weight: bold;
    color: black; }
    .checkout_delivery ul li p:nth-of-type(2) {
      font-size: 11px;
      color: rgba(0, 0, 0, 0.5); }
  .checkout_delivery ul li.active {
    border-color: #3535dd; }
    .checkout_delivery ul li.active img:first-of-type {
      opacity: 0; }
    .checkout_delivery ul li.active img:nth-of-type(2) {
      opacity: 1; }
    .checkout_delivery ul li.active h3 {
      color: #3535dd; }
  .checkout_delivery ul li input {
    display: none; }

.checkout_form_field {
  position: relative;
  margin-bottom: 19px; }
  .checkout_form_field.half_field {
    width: 280px;
    float: left;
    margin-right: 39px; }
  .checkout_form_field.last_half_field {
    margin-right: 0; }
  .checkout_form_field > label {
    display: block;
    margin-bottom: 3px;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 600;
    color: black; }
  .checkout_form_field > label span {
    color: #9f9f9f; }
  .checkout_form_field > input, .checkout_form_field > textarea {
    display: block;
    position: relative;
    width: 100%;
    padding: 0 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 12px;
    color: black;
    transition: background-color 0.3s; }
  .checkout_form_field > input::-webkit-input-placeholder, .checkout_form_field > textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #9f9f9f; }
  .checkout_form_field > input:-moz-placeholder, .checkout_form_field > textarea:-moz-placeholder {
    opacity: 1;
    color: #9f9f9f; }
  .checkout_form_field > input::-moz-placeholder, .checkout_form_field > textarea::-moz-placeholder {
    opacity: 1;
    color: #9f9f9f; }
  .checkout_form_field > input:-ms-input-placeholder, .checkout_form_field > textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9f9f9f; }
  .checkout_form_field > input:focus, .checkout_form_field > textarea:focus {
    padding-left: 15px;
    padding-right: 15px;
    border: 2px solid rgba(53, 53, 221, 0.2); }
  .checkout_form_field > input:disabled, .checkout_form_field > textarea:disabled {
    background-color: #e3e3e3; }
  .checkout_form_field > input {
    height: 40px; }
  .checkout_form_field > input[name="shipping_date"], .checkout_form_field > input.time {
    background-repeat: no-repeat;
    background-position: right 16px center; }
  .checkout_form_field > input[name="shipping_date"] {
    background-image: url('../images/calendar.svg'); }
  .checkout_form_field > input.time {
    background-image: url('../images/time.svg'); }
  .checkout_form_field > input:focus[name="shipping_date"], .checkout_form_field > input:focus.time {
    background-position: right 15px center; }
  .checkout_form_field > input.nice_select {
    z-index: 20; }
  .checkout_form_field > textarea {
    height: 80px;
    padding-top: 11px;
    padding-bottom: 11px;
    resize: none; }
  .checkout_form_field > textarea:focus {
    padding-top: 10px;
    padding-bottom: 10px; }
  .checkout_form_field > select {
    display: none; }
  .checkout_form_field > ul {
    position: absolute;
    max-height: 199px;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -5px;
    padding-top: 4px;
    border: 1px solid #ececec;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    overflow: auto;
    background-color: white;
    opacity: 0;
    z-index: -10;
    transition: opacity 0.3s, z-index 0s 0.3s; }
  .checkout_form_field > ul.active {
    opacity: 1;
    z-index: 10;
    transition: opacity 0.3s; }
  .checkout_form_field > ul > li {
    list-style: none;
    padding: 10px 13px 12px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.42;
    font-size: 12px;
    color: black;
    cursor: pointer;
    transition: background-color 0.3s; }
  .checkout_form_field > ul > li:last-of-type {
    padding-bottom: 13px;
    border-bottom: none; }
  .checkout_form_field > ul > li:hover, .checkout_form_field > ul > li.active {
    background-color: #ececec; }
  .checkout_form_field > ul > li.hidden {
    display: none; }

.after_half_fields {
  clear: both; }

.checkout_form_checkbox_field {
  position: relative;
  clear: both;
  margin-bottom: 20px;
  padding-left: 28px; }
  .checkout_form_checkbox_field > input {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 3px;
    opacity: 0;
    z-index: 5;
    cursor: pointer; }
  .checkout_form_checkbox_field > input:checked + label {
    font-weight: bold; }
  .checkout_form_checkbox_field > input:checked + label:before {
    border-color: transparent;
    background-color: #3c29e6; }
  .checkout_form_checkbox_field > input:checked + label:after {
    opacity: 1; }
  .checkout_form_checkbox_field > label {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    color: black; }
  .checkout_form_checkbox_field > label:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 3px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    transition: border-color 0.3s, background-color 0.3s; }
  .checkout_form_checkbox_field > label:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 8px;
    left: 4px;
    top: 8px;
    background-image: url('../images/checked.svg');
    opacity: 0;
    transition: opacity 0.3s; }

.newsletter_field {
  display: none;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 20px; }
  .newsletter_field > input {
    width: 14px;
    height: 14px; }
  .newsletter_field > label {
    font-size: 11px; }
  .newsletter_field > label:before {
    width: 14px;
    height: 14px;
    top: 2px; }
  .newsletter_field > label:after {
    width: 8px;
    height: 6px;
    left: 3px;
    top: 6px;
    background-size: 100% auto; }

.checkout_form_billing {
  position: relative;
  height: 0;
  margin-bottom: 21px;
  overflow: hidden; }
  .checkout_form_billing.active {
    height: auto; }

.checkout_form_payment_method {
  position: relative; }
  .checkout_form_payment_method ul {
    display: flex; }
  .checkout_form_payment_method ul:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px; }
  .checkout_form_payment_method ul li {
    position: relative;
    flex: 1;
    list-style: none;
    padding: 34px 0 32px;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s, color 0.3s; }
  .checkout_form_payment_method ul li:before {
    content: attr(data-info);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 7px;
    opacity: 0;
    font-size: 10px;
    color: black;
    z-index: -5;
    transition: opacity 0.3s, z-index 0s 0.3s; }
  .checkout_form_payment_method ul li p {
    font-size: 12px;
    font-weight: bold;
    color: black; }
  .checkout_form_payment_method ul li.active {
    border-color: #3535dd; }
    .checkout_form_payment_method ul li.active:before {
      opacity: 1;
      z-index: 5;
      transition: opacity 0.3s; }
    .checkout_form_payment_method ul li.active p {
      color: #3535dd; }
  .checkout_form_payment_method ul li.disabled:before {
    opacity: 1;
    z-index: 5; }
  .checkout_form_payment_method ul li input {
    display: none; }

.checkout_right {
  position: absolute;
  width: 386px;
  max-width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white; }

.checkout_right_fixed {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  transition: top 0.3s; }

.checkout_products ul li {
  position: relative;
  list-style: none;
  padding: 50px 0 31px 40px; }
  .checkout_products ul li:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    right: -1000px;
    bottom: 0;
    background-color: #ececec; }
  .checkout_products ul li.inactive .checkout_product_undo {
    left: 0;
    opacity: 1;
    transition: opacity 0.3s; }

.checkout_product_texts {
  width: 180px;
  float: left;
  margin-top: 11px; }
  .checkout_product_texts h4 {
    margin-bottom: 10px;
    line-height: 1.29;
    font-size: 14px;
    font-weight: normal;
    color: black; }
  .checkout_product_texts p {
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    color: black; }

.checkout_product_image {
  position: relative;
  width: 125px;
  float: right; }
  .checkout_product_image img {
    display: block;
    max-width: 100%;
    height: auto; }

.checkout_product_bottom {
  clear: both;
  padding-top: 20px; }
  .checkout_product_bottom .product_item_weight {
    width: 155px;
    margin-right: 0;
    margin-top: 0; }
  .checkout_product_bottom .product_item_weight p {
    width: auto !important;
    padding: 0 13px;
    text-align: center;
    cursor: initial; }
  .checkout_product_bottom .product_item_weight p:before {
    content: normal; }

.checkout_product_quantity {
  position: relative;
  width: 155px;
  float: left; }
  .checkout_product_quantity input {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #ececec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: black; }
  .checkout_product_quantity span {
    position: absolute;
    width: 42px;
    top: 0;
    bottom: 0;
    cursor: pointer; }
  .checkout_product_quantity span:before, .checkout_product_quantity span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #3535dd; }
  .checkout_product_quantity span:before {
    width: 10px;
    height: 2px; }
  .checkout_product_quantity span.minus {
    left: 0; }
  .checkout_product_quantity span.minus:after {
    content: normal; }
  .checkout_product_quantity span.plus {
    right: 0; }
  .checkout_product_quantity span.plus:after {
    width: 2px;
    height: 10px; }

.checkout_product_delete {
  position: absolute;
  left: 40px;
  top: 20px;
  cursor: pointer; }

.checkout_product_undo {
  position: absolute;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  z-index: 10;
  transition: left 0s 0.3s, opacity 0.3s; }
  .checkout_product_undo span {
    position: absolute;
    height: 21px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    text-align: center;
    line-height: 1.3125;
    font-size: 16px;
    font-weight: 600;
    color: black; }

.checkout_subtotal {
  position: relative;
  padding: 20px 0 21px 40px; }
  .checkout_subtotal:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    right: -1000px;
    bottom: 0;
    background-color: #ececec; }
  .checkout_subtotal p {
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    color: black; }
  .checkout_subtotal p:first-of-type {
    float: left; }
  .checkout_subtotal p:nth-of-type(2) {
    float: right; }

.checkout_discount {
  position: relative;
  padding: 20px 0 21px 40px; }
  .checkout_discount:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    right: -1000px;
    bottom: 0;
    background-color: #ececec; }
  .checkout_discount p {
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    color: black; }
  .checkout_discount p:first-of-type {
    float: left; }
  .checkout_discount p:nth-of-type(2) {
    float: right; }

.checkout_promocode {
  position: relative;
  padding: 20px 0 20px 40px; }
  .checkout_promocode:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    right: -1000px;
    bottom: 0;
    background-color: #ececec; }
  .checkout_promocode .checkout_form_field {
    margin-bottom: 20px; }
  .checkout_promocode .checkout_form_field > input {
    padding-right: 56px; }
  .checkout_promocode .checkout_form_field > input:focus {
    padding-right: 55px; }
  .checkout_promocode > ul > li {
    list-style: none;
    text-transform: uppercase; }
  .checkout_promocode > ul > li p {
    line-height: 1.5;
    font-size: 14px; }
    .checkout_promocode > ul > li p:first-of-type {
      float: left;
      color: black; }
    .checkout_promocode > ul > li p:nth-of-type(2) {
      float: right;
      font-weight: bold;
      color: #a40000; }

.checkout_promocode_submit {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  background-color: #ed1c24;
  background-image: url('../images/triangle_white.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

.checkout_delivery_price {
  position: relative;
  padding: 20px 0 21px 40px; }
  .checkout_delivery_price:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    right: -1000px;
    bottom: 0;
    background-color: #ececec; }
  .checkout_delivery_price p {
    line-height: 1.5;
    font-size: 14px;
    color: black; }
  .checkout_delivery_price p:first-of-type {
    float: left; }
  .checkout_delivery_price p:nth-of-type(2) {
    float: right;
    margin-top: 15px; }
  .checkout_delivery_price p > span {
    display: inline-block;
    margin-top: 5px;
    padding: 2px 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    background-color: rgba(53, 53, 221, 0.1);
    font-size: 12px;
    color: #3535dd; }
  .checkout_delivery_price[data-type="pickup"] p:nth-of-type(2):before {
    content: attr(data-pickup-price); }
  .checkout_delivery_price[data-type="pickup"] p > span span:first-of-type:before {
    content: attr(data-pickup-text); }
  .checkout_delivery_price[data-type="delivery"] p:nth-of-type(2):before {
    content: attr(data-delivery-price); }
  .checkout_delivery_price[data-type="delivery"] p > span span:first-of-type:before {
    content: attr(data-delivery-text); }

.checkout_total {
  position: relative;
  padding: 20px 0;
  padding-left: 40px; }
  .checkout_total p {
    line-height: 1.31;
    font-size: 16px;
    font-weight: bold;
    color: black; }
  .checkout_total p:first-of-type {
    float: left; }
  .checkout_total p:nth-of-type(2) {
    float: right; }

.checkout_submit {
  margin-top: 30px;
  padding-left: 40px;
  padding-bottom: 50px; }
  .checkout_submit p {
    width: 200px;
    float: left;
    margin-top: 2px;
    line-height: 1.5;
    font-size: 12px;
    color: black; }
  .checkout_submit p a {
    text-decoration: underline; }
  .checkout_submit p a:hover {
    text-decoration: none; }
  .checkout_submit button {
    display: block;
    width: 141px;
    height: 40px;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    background-color: #ed1c24;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer; }

.contacts {
  position: relative;
  height: 100%; }
  .contacts iframe {
    position: absolute;
    width: 34.03%;
    height: 100%;
    right: 0;
    top: 0;
    border: none;
    z-index: 10; }

.contacts_left {
  width: 600px;
  max-width: 100%;
  padding-top: 80px;
  padding-bottom: 132px; }

.contacts_title .social {
  float: right; }

.contacts_title_texts {
  float: left; }
  .contacts_title_texts h1 {
    margin-bottom: 5px;
    line-height: 0.92;
    font-size: 24px;
    font-weight: bold;
    color: black; }
  .contacts_title_texts p {
    line-height: 1.5;
    font-size: 14px;
    color: black; }

.contacts_form {
  margin-top: 67px; }
  .contacts_form button {
    display: block;
    position: relative;
    width: 141px;
    height: 40px;
    margin-left: auto;
    margin-top: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    background-color: #ed1c24;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer; }
  .contacts_form button:before {
    content: attr(data-success-text);
    position: absolute;
    right: 100%;
    top: 4px;
    margin-right: 15px;
    opacity: 0;
    text-align: right;
    font-size: 11px;
    color: black;
    text-transform: none;
    white-space: pre;
    pointer-events: none;
    transition: opacity 0.3s; }
  .contacts_form button.sended:before {
    opacity: 1; }

.thank_you_popup {
  position: relative;
  width: 862px;
  max-width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  overflow: hidden; }

.thank_you_popup_right {
  position: relative;
  padding: 138px 64px 117px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.98);
  text-align: center; }
  .thank_you_popup_right h3 {
    margin-top: 18px;
    margin-bottom: 20px;
    line-height: 1.33;
    font-size: 24px;
    font-weight: bold;
    color: black; }
  .thank_you_popup_right p {
    line-height: 1.5;
    font-size: 12px;
    color: #808080; }
  .thank_you_popup_right a {
    display: inline-block;
    margin: 0 auto;
    margin-top: 23px;
    padding: 13px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    background-color: #ed1c24;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase; }

.thank_you_icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .thank_you_icon img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.thank_you_popup_close_mobile {
  display: none; }

.place_popup {
  width: 519px;
  max-width: 100%;
  padding: 12px 0 45px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #161616;
  background-image: url('../images/place_popup.jpg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  text-align: center; }
  .place_popup p {
    margin-top: 321px;
    padding: 0 10px;
    font-size: 22px;
    color: white; }
  .place_popup a {
    display: inline-block;
    position: relative;
    margin-top: 45px;
    padding: 9px 25px 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    overflow: hidden;
    background-color: #ed1c24;
    font-size: 22px;
    font-weight: bold;
    color: white; }

.place_popup_logo img {
  display: block;
  margin: 0 auto; }

.place_popup_address {
  margin-top: 15px;
  padding: 13px 0;
  background-color: white;
  font-size: 22px;
  font-weight: bold;
  color: black; }

.sushi_popup {
  height: 100%; }

.sushi_popup img {
  display: block;
  max-height: 100%;
  margin: 0 auto; }

.sushi_popup_text {
  padding: 30px;
  padding-right: 80px;
  background-color: black;
  font-size: 20px;
  color: white; }
