@font-face {
  font-family: 'FuturaExtraBold';
  src: url("../fonts/FuturaStd-ExtraBold.woff2") format("woff2"), url("../fonts/FuturaStd-ExtraBold.woff") format("woff"), url("../fonts/FuturaStd-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'FuturaLightC';
  src: url("../fonts/FuturaLightC.woff2") format("woff2"), url("../fonts/FuturaLightC.woff") format("woff"), url("../fonts/FuturaLightC.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'FuturaLight';
  src: url("../fonts/FuturaStd-Light.woff2") format("woff2"), url("../fonts/FuturaStd-Light.woff") format("woff"), url("../fonts/FuturaStd-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'FuturaMedium';
  src: url("../fonts/FuturaStd-Medium.woff2") format("woff2"), url("../fonts/FuturaStd-Medium.woff") format("woff"), url("../fonts/FuturaStd-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Futura Std';
  src: url("../fonts/new/hinted-FuturaLightC.eot");
  src: url("../fonts/new/hinted-FuturaLightC.eot?#iefix") format("embedded-opentype"), url("../fonts/new/hinted-FuturaLightC.woff") format("woff"), url("../fonts/new/hinted-FuturaLightC.ttf") format("truetype"), url("../fonts/new/hinted-FuturaLightC.svg#hinted-FuturaLightC") format("svg");
  font-weight: 300;
  font-style: normal; }

html, body, * {
  box-sizing: border-box; }

body {
  font-family: 'Futura Std';
  font-size: 17px; }

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

.hidden {
  display: none; }

.container {
  width: 1390px;
  height: auto;
  margin: 0 auto; }
  @media only screen and (max-width: 1390px) {
    .container {
      width: 1170px;
      margin: 0 auto; } }
  @media only screen and (max-width: 1170px) {
    .container {
      width: 100%;
      padding: 0 15px; } }

a {
  text-decoration: none;
  transition: .3s;
  color: #000000; }
  a:focus {
    outline: none; }

p {
  line-height: 1.5; }

img {
  max-width: 100%; }

.image {
  position: relative;
  overflow: hidden; }
  .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 5000px;
    transform: translate(-50%, -50%);
    transition: all .3s; }

.paddingTop {
  padding-top: 150px; }

.gold {
  color: #a9810d !important; }

.red {
  color: #fe0e00 !important; }

.colorHover {
  color: #b2b2b2; }

.title {
  text-align: center;
  padding-top: 20px;
  color: #000000;
  font-family: 'Futura Std';
  font-size: 16px;
  text-transform: uppercase; }
  @media only screen and (max-width: 480px) {
    .title {
      padding-top: 0; } }
  .title.title_image {
    /*    background-image: url(../img/sprite.png);
    background-position: 0 -103px;
    width: 158px;
    height: 35px;*/
    background-image: url(../img/oblancMenu.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 158px;
    height: 35px;
    font-size: 0;
    margin: 0 auto 30px auto; }

label {
  cursor: pointer; }

.modalSize {
  padding: 24px !important; }

.money_change a {
  cursor: pointer; }

.color {
  width: 41px;
  height: 41px;
  border-radius: 50%; }
  .color.bej {
    background-color: #e4dfdc; }
  .color.gri {
    background-color: #e6e6e6; }
  .color.gri2 {
    background-color: #e4dfdc; }
  .color.green {
    background-color: #acd373; }
  .color.blue {
    background-color: #00bff3; }
  .color.yellow {
    background-color: #fff568; }

@keyframes heart {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.05); }
  25% {
    transform: scale(1.1); }
  40% {
    transform: scale(1.15); }
  50% {
    transform: scale(1.2); }
  65% {
    transform: scale(1.15); }
  75% {
    transform: scale(1.1); }
  90% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }

.cart_gift {
  position: absolute;
  bottom: -5px;
  left: -5px;
  width: 13px;
  height: 13px;
  opacity: 0;
  transition: all 2s;
  background: url(../img/gift.png) no-repeat;
  background-size: contain; }
  .cart_gift.not_empty_cart {
    opacity: 0; }

.gift {
  background: url(../img/gift.png) no-repeat;
  background-size: contain; }

.fancybox-navigation button:before {
  background: rgba(255, 255, 255, 0); }

.fancybox-button--arrow_left svg path, .fancybox-button--arrow_right svg path {
  stroke: rgba(255, 255, 255, 0.6); }
  @media only screen and (max-width: 480px) {
    .fancybox-button--arrow_left svg path, .fancybox-button--arrow_right svg path {
      stroke: rgba(30, 30, 30, 0.6); } }

.fancybox-button--arrow_left.fancybox-button:focus, .fancybox-button--arrow_right.fancybox-button:hover {
  color: rgba(255, 255, 255, 0.6); }
  @media only screen and (max-width: 480px) {
    .fancybox-button--arrow_left.fancybox-button:focus, .fancybox-button--arrow_right.fancybox-button:hover {
      color: rgba(30, 30, 30, 0.6); } }

table.table_crasava {
  width: 100%; }
  table.table_crasava td {
    padding: 2px;
    width: 8.3%; }
    @media only screen and (max-width: 650px) {
      table.table_crasava td {
        font-size: 7px; } }

.header {
  width: 100%;
  background-color: #fff;
  height: 150px; }
  .header.translate {
    opacity: 0; }
    @media only screen and (max-width: 970px) {
      .header.translate {
        transform: translateY(0px); } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .header {
      margin-bottom: 20px; } }
  .header.active {
    opacity: 1;
    position: fixed;
    transition: 0.5s;
    z-index: 999;
    height: 100px; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .header.active {
        height: 135px; } }
    @media only screen and (max-width: 970px) {
      .header.active {
        height: 73px;
        /*      .container > .logoWrrap > .copyMenuTop{
        visibility: hidden;
        opacity: 0;
      }*/ } }
    .header.active .container .top {
      height: 0;
      padding: 0;
      overflow: hidden; }
    .header.active .container .logoWrrap {
      margin: 10px 0; }
      @media only screen and (max-width: 970px) {
        .header.active .container .logoWrrap .logo {
          transform: scale(1); } }
      @media only screen and (max-width: 480px) {
        .header.active .container .logoWrrap .logo {
          transform: scale(1); } }
  @media only screen and (max-width: 970px) {
    .header {
      height: auto;
      padding-top: 10px; } }
  .header .container .couture {
    width: 13px;
    height: 13px;
    background-color: #fe4237;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: -6px;
    bottom: -6px;
    font-size: 9px;
    align-items: center;
    justify-content: center;
    display: none; }
  .header .container .not_empty_cart {
    display: flex; }
  .header .container .top {
    padding: 10px 0;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 970px) {
      .header .container .top {
        height: 0;
        padding: 0;
        overflow: hidden; } }
    .header .container .top .lang {
      display: flex;
      align-items: center;
      width: auto; }
      .header .container .top .lang .valut, .header .container .top .lang .langItem {
        position: relative;
        padding-right: 20px;
        margin-right: 20px; }
        @media only screen and (min-width: 1170px) {
          .header .container .top .lang .valut:hover .arrowDown, .header .container .top .lang .langItem:hover .arrowDown {
            transform: rotate(-180deg); }
            .header .container .top .lang .valut:hover .arrowDown svg, .header .container .top .lang .langItem:hover .arrowDown svg {
              fill: #b2b2b2; }
          .header .container .top .lang .valut:hover ul, .header .container .top .lang .langItem:hover ul {
            top: 100%;
            visibility: visible;
            opacity: 1; }
            .header .container .top .lang .valut:hover ul li > a, .header .container .top .lang .langItem:hover ul li > a {
              cursor: pointer; } }
        .header .container .top .lang .valut .arrowDown.active, .header .container .top .lang .langItem .arrowDown.active {
          transform: rotate(-180deg); }
          .header .container .top .lang .valut .arrowDown.active svg, .header .container .top .lang .langItem .arrowDown.active svg {
            fill: #b2b2b2; }
          .header .container .top .lang .valut .arrowDown.active + ul, .header .container .top .lang .langItem .arrowDown.active + ul {
            top: 100%;
            visibility: visible;
            opacity: 1; }
            .header .container .top .lang .valut .arrowDown.active + ul li > a, .header .container .top .lang .langItem .arrowDown.active + ul li > a {
              cursor: pointer; }
        .header .container .top .lang .valut .change_location, .header .container .top .lang .langItem .change_location {
          cursor: pointer;
          display: block; }
        .header .container .top .lang .valut span, .header .container .top .lang .langItem span {
          font-family: 'Futura Std';
          font-size: 16px; }
        .header .container .top .lang .valut .arrowDown, .header .container .top .lang .langItem .arrowDown {
          width: 15px;
          height: 10px;
          position: absolute;
          top: 6px;
          right: 0;
          transition: 0.5s; }
          .header .container .top .lang .valut .arrowDown svg, .header .container .top .lang .langItem .arrowDown svg {
            width: 15px;
            height: 10px;
            top: 0;
            position: absolute;
            left: 0;
            fill: #000000; }
        .header .container .top .lang .valut ul, .header .container .top .lang .langItem ul {
          position: absolute;
          left: 0;
          top: 50%;
          padding-top: 5px;
          visibility: hidden;
          opacity: 0;
          transition: 0.5s;
          z-index: 10; }
          .header .container .top .lang .valut ul li, .header .container .top .lang .langItem ul li {
            font-family: 'Futura Std';
            font-size: 16px;
            margin-bottom: 5px;
            position: relative;
            overflow: hidden;
            transition: .5s; }
            .header .container .top .lang .valut ul li a, .header .container .top .lang .langItem ul li a {
              color: #000000;
              position: relative; }
              .header .container .top .lang .valut ul li a:after, .header .container .top .lang .langItem ul li a:after {
                left: 0;
                position: absolute;
                transition: .5s;
                content: '';
                width: 0;
                bottom: 0;
                height: 1px;
                background: rgba(0, 0, 0, 0.4); }
                @media only screen and (max-width: 1170px) {
                  .header .container .top .lang .valut ul li a:after, .header .container .top .lang .langItem ul li a:after {
                    display: none; } }
              .header .container .top .lang .valut ul li a:hover:after, .header .container .top .lang .langItem ul li a:hover:after {
                width: 100%;
                left: 0; }
    .header .container .top .search {
      margin-left: auto;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      width: 300px; }
      .header .container .top .search .searchInput {
        position: relative;
        width: 100px; }
        .header .container .top .search .searchInput form {
          display: flex; }
          .header .container .top .search .searchInput form label {
            cursor: pointer; }
        .header .container .top .search .searchInput #startSearch {
          visibility: hidden;
          opacity: 0;
          width: 0;
          height: 0;
          padding: 0; }
        .header .container .top .search .searchInput input {
          font-family: 'Futura Std';
          font-size: 16px;
          padding-right: 18px;
          width: 100%;
          border: none;
          padding-top: 2px; }
          .header .container .top .search .searchInput input:focus {
            outline: none; }
          .header .container .top .search .searchInput input:focus + label .searchIcon > svg {
            fill: #b2b2b2; }
        .header .container .top .search .searchInput .searchIcon {
          position: absolute;
          right: 0;
          width: 15px;
          height: 15px;
          top: calc(50% - 8px); }
          .header .container .top .search .searchInput .searchIcon svg {
            width: 16px;
            height: 15px;
            fill: #000000;
            transition: 0.3s; }
      .header .container .top .search .bag {
        width: 15px;
        height: 15px;
        margin-left: 30px;
        position: relative;
        transition: .3s; }
        .header .container .top .search .bag:hover {
          /*            svg{
              fill: $hover;
            }*/
          opacity: 0.5; }
        .header .container .top .search .bag svg {
          transition: 0.3s;
          width: 15px;
          height: 15px;
          fill: #000000; }
      .header .container .top .search .favorite {
        width: 18px;
        height: 15px;
        margin-left: 30px; }
        .header .container .top .search .favorite.active svg {
          fill: #eba9cf; }
        .header .container .top .search .favorite:hover svg {
          fill: #eba9cf; }
        .header .container .top .search .favorite svg {
          transition: 0.3s;
          width: 18px;
          height: 15px;
          fill: transparent;
          stroke: #eba9cf;
          stroke-width: 50px; }
  .header .container .logoWrrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative; }
    @media only screen and (max-width: 970px) {
      .header .container .logoWrrap .logo {
        transform: scale(0.8); } }
    @media only screen and (max-width: 480px) {
      .header .container .logoWrrap .logo {
        transform: scale(0.6); } }
    .header .container .logoWrrap a {
      padding-left: 43px; }
      @media only screen and (max-width: 970px) {
        .header .container .logoWrrap a {
          padding-left: 0; } }
  @media only screen and (max-width: 970px) {
    .header .container .menu.padding {
      padding-bottom: 15px; }
    .header .container .menu.paddingTop {
      padding-top: 0;
      padding-bottom: 15px; } }
  .header .container .menu ul {
    display: flex;
    justify-content: center;
    align-items: stretch; }
    @media only screen and (max-width: 970px) {
      .header .container .menu ul {
        display: none;
        background-color: #fff; } }
    .header .container .menu ul li {
      font-family: 'Futura Std';
      padding: 0 40px;
      font-size: 16px;
      text-transform: uppercase;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 1170px) {
        .header .container .menu ul li {
          padding: 0 26px; } }
      @media only screen and (max-width: 970px) {
        .header .container .menu ul li {
          padding: 7px 0;
          font-size: 15px; } }
      .header .container .menu ul li a {
        color: #000000; }
        .header .container .menu ul li a:hover {
          opacity: 0.5; }
    .header .container .menu ul .logoMenu {
      transition: 0.3s;
      width: 245px;
      height: 35px; }
      @media only screen and (max-width: 1170px) {
        .header .container .menu ul .logoMenu {
          width: 200px; } }
      .header .container .menu ul .logoMenu img {
        width: 100%;
        height: 100%; }
        @media only screen and (max-width: 970px) {
          .header .container .menu ul .logoMenu img {
            display: none; } }
      .header .container .menu ul .logoMenu:hover {
        opacity: 0.5; }
      .header .container .menu ul .logoMenu div {
        /*            background-image: url(../img/oblancMenu.png);
            background-size: contain;
            background-repeat: no-repeat;
            width: 158px;
            height: 35px;*/
        margin-bottom: 10px; }
        @media only screen and (max-width: 970px) {
          .header .container .menu ul .logoMenu div {
            margin-bottom: 0;
            margin-top: -5px;
            background-image: url(../img/oblancMenu.png) !important;
            background-position: center !important;
            background-size: contain;
            background-repeat: no-repeat;
            width: 158px;
            height: 35px; } }
      @media only screen and (max-width: 970px) {
        .header .container .menu ul .logoMenu {
          padding: 0 0 5px 0; } }
  .header .container .logotype {
    margin: 0 auto;
    width: calc(100% - 160px);
    display: flex;
    justify-content: center; }
  .header .container .menuClick {
    width: 80px;
    display: none; }
    @media only screen and (max-width: 970px) {
      .header .container .menuClick {
        display: block; } }
  .header .container .copyMenuTop {
    display: none;
    width: 80px;
    height: 15px;
    justify-content: flex-end;
    flex-wrap: wrap; }
    @media only screen and (max-width: 970px) {
      .header .container .copyMenuTop {
        display: flex; } }
    .header .container .copyMenuTop #goSearch {
      width: 0;
      height: 0;
      opacity: 0;
      visibility: hidden; }
    .header .container .copyMenuTop .searchMob {
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
      opacity: 0;
      visibility: hidden;
      transition: .1s;
      z-index: 9; }
      .header .container .copyMenuTop .searchMob.active {
        opacity: 1;
        visibility: visible; }
      .header .container .copyMenuTop .searchMob .close {
        width: 15px;
        height: 15px;
        fill: #000000;
        position: absolute;
        left: 20px;
        top: calc(50% - 7px);
        z-index: 9; }
      .header .container .copyMenuTop .searchMob label {
        position: absolute;
        right: 20px;
        top: calc(50% - 7px);
        z-index: 9; }
      .header .container .copyMenuTop .searchMob form {
        width: 100%;
        height: 100%; }
        .header .container .copyMenuTop .searchMob form input {
          width: 100%;
          height: 100%;
          border: 1px solid #b2b2b2;
          padding: 0 30px;
          text-align: center; }
          .header .container .copyMenuTop .searchMob form input:focus {
            outline-color: #a9810d; }
    .header .container .copyMenuTop .searchCopy {
      width: 15px;
      height: 15px;
      margin-right: 10px; }
      .header .container .copyMenuTop .searchCopy svg {
        width: 15px;
        height: 15px;
        fill: #000000; }
    .header .container .copyMenuTop .bag {
      width: 15px;
      height: 15px;
      margin-right: 10px;
      position: relative; }
      .header .container .copyMenuTop .bag svg {
        transition: 0.3s;
        width: 15px;
        height: 15px;
        fill: #000000; }
    .header .container .copyMenuTop svg {
      width: 15px;
      height: 15px;
      fill: #000000;
      transition: .3s; }
  .header .container .mobLang {
    display: none;
    width: 100%;
    padding-bottom: 20px;
    line-height: 1.3;
    background-color: #fff; }
    .header .container .mobLang li {
      padding-right: 10px;
      position: relative;
      width: 140px;
      margin-left: auto; }
      .header .container .mobLang li svg {
        position: absolute;
        right: 0;
        fill: #000000;
        width: 10px;
        height: 10px;
        top: 5px;
        transition: .3s; }
      .header .container .mobLang li .show + svg {
        transform: rotate(-180deg); }

.menu-trigger {
  width: 40px;
  height: 25px;
  cursor: pointer;
  display: none;
  vertical-align: top;
  position: relative; }
  @media only screen and (max-width: 970px) {
    .menu-trigger {
      display: block; } }
  @media only screen and (max-width: 480px) {
    .menu-trigger {
      height: 20px; } }
  .menu-trigger .line {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background: #615d5d; }

.menu-trigger.first .line {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background: #615d5d;
  transition: 0.3s; }
  @media only screen and (max-width: 480px) {
    .menu-trigger.first .line {
      width: 90%; } }
  .menu-trigger.first .line.line-1 {
    transition: all 0.3s 0.3s, transform 0.3s 0s; }
  .menu-trigger.first .line.line-2 {
    top: 50%;
    margin-top: -1px;
    left: 0;
    transition: all 0.3s 0.3s; }
  .menu-trigger.first .line.line-3 {
    bottom: 0;
    top: auto;
    left: 0;
    transition: all 0.3s 0.3s, transform 0.3s 0s; }

.menu-trigger.first.active .line-1 {
  top: 50%;
  margin-top: -1px;
  transform: rotate(45deg);
  transition: all 0.3s, transform 0.3s 0.3s; }

.menu-trigger.first.active .line-2 {
  opacity: 0;
  transition: all 0.3s, opacity 0.3s 0s; }

.menu-trigger.first.active .line-3 {
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotate(-45deg);
  transition: all 0.3s, transform 0.3s 0.3s; }

.footer {
  margin-top: 40px; }
  .footer.cacoitoClass {
    margin-top: 0; }
  @media only screen and (max-width: 970px) {
    .footer.footer_contacts {
      margin-top: 50px; } }
  @media only screen and (max-width: 650px) {
    .footer.footer_contacts {
      margin-top: 20px; } }
  @media only screen and (max-width: 970px) {
    .footer {
      margin-top: 20px; } }
  .footer .container {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    font-family: 'Futura Std';
    font-size: 16px; }
    @media only screen and (max-width: 1170px) {
      .footer .container {
        padding: 10px; } }
    @media only screen and (max-width: 650px) {
      .footer .container {
        flex-wrap: wrap; } }
    @media only screen and (max-width: 480px) {
      .footer .container .column .mobHide {
        display: none; } }
    .footer .container .column.firstColumn {
      width: 32%; }
      @media only screen and (max-width: 970px) {
        .footer .container .column.firstColumn {
          width: 50%;
          padding-left: 5px; } }
      @media only screen and (max-width: 650px) {
        .footer .container .column.firstColumn {
          display: none; } }
    .footer .container .column.secondColumn {
      width: 36%;
      display: flex;
      justify-content: center; }
      @media only screen and (max-width: 650px) {
        .footer .container .column.secondColumn {
          justify-content: flex-start;
          width: 50%; } }
      .footer .container .column.secondColumn .contactUs {
        position: relative;
        display: flex; }
        @media only screen and (max-width: 970px) {
          .footer .container .column.secondColumn .contactUs {
            display: none; } }
        .footer .container .column.secondColumn .contactUs.terms {
          margin-right: 20px; }
          .footer .container .column.secondColumn .contactUs.terms a:after {
            display: none; }
          @media only screen and (max-width: 970px) {
            .footer .container .column.secondColumn .contactUs.terms {
              display: flex; } }
        .footer .container .column.secondColumn .contactUs a {
          font-size: 15px;
          white-space: nowrap; }
        .footer .container .column.secondColumn .contactUs:hover a:after {
          width: 80%;
          left: 0; }
        .footer .container .column.secondColumn .contactUs:hover a {
          color: #b2b2b2; }
        .footer .container .column.secondColumn .contactUs:hover .envelope svg {
          fill: #b2b2b2; }
        .footer .container .column.secondColumn .contactUs .envelope {
          width: 15px;
          height: 15px;
          margin-left: 10px; }
          .footer .container .column.secondColumn .contactUs .envelope svg {
            width: 15px;
            height: 15px;
            fill: #000000;
            transition: .3s; }
      .footer .container .column.secondColumn .langFooter {
        margin-left: 35px;
        position: relative;
        display: flex; }
        @media only screen and (max-width: 970px) {
          .footer .container .column.secondColumn .langFooter {
            display: none; } }
        @media only screen and (min-width: 1170px) {
          .footer .container .column.secondColumn .langFooter:hover ul {
            bottom: 100%;
            opacity: 1;
            visibility: visible; }
          .footer .container .column.secondColumn .langFooter:hover span {
            color: #b2b2b2; }
          .footer .container .column.secondColumn .langFooter:hover .arrowLang svg {
            fill: #b2b2b2;
            transform: rotate(180deg); } }
        .footer .container .column.secondColumn .langFooter.active ul {
          bottom: 100%;
          opacity: 1;
          visibility: visible; }
        .footer .container .column.secondColumn .langFooter.active span {
          color: #b2b2b2; }
        .footer .container .column.secondColumn .langFooter.active .arrowLang svg {
          fill: #b2b2b2;
          transform: rotate(180deg); }
        .footer .container .column.secondColumn .langFooter span {
          color: #000000;
          font-size: 15px; }
        .footer .container .column.secondColumn .langFooter .arrowLang {
          transform: rotate(180deg);
          width: 12px;
          height: 13px;
          margin-left: 5px; }
          .footer .container .column.secondColumn .langFooter .arrowLang svg {
            width: 12px;
            height: 12px;
            fill: #000000;
            position: absolute;
            bottom: 3px;
            transition: .3s;
            right: 0; }
        .footer .container .column.secondColumn .langFooter ul {
          position: absolute;
          bottom: 50%;
          opacity: 0;
          visibility: hidden;
          transition: 0.5s;
          left: 0; }
          @media only screen and (max-width: 1170px) {
            .footer .container .column.secondColumn .langFooter ul {
              bottom: 100%; } }
          .footer .container .column.secondColumn .langFooter ul li {
            margin-bottom: 5px; }
            .footer .container .column.secondColumn .langFooter ul li a {
              color: #000000;
              position: relative; }
              .footer .container .column.secondColumn .langFooter ul li a:after {
                position: absolute;
                transition: .3s;
                content: '';
                width: 0;
                left: 0;
                bottom: 0;
                height: 1px;
                background: rgba(0, 0, 0, 0.4); }
                @media only screen and (max-width: 1170px) {
                  .footer .container .column.secondColumn .langFooter ul li a:after {
                    display: none; } }
              .footer .container .column.secondColumn .langFooter ul li a:hover {
                color: #b2b2b2; }
                .footer .container .column.secondColumn .langFooter ul li a:hover:after {
                  left: 0;
                  width: 100%; }
    .footer .container .column.thirdColumn {
      width: 32%;
      display: flex;
      justify-content: flex-end; }
      @media only screen and (max-width: 970px) {
        .footer .container .column.thirdColumn {
          width: 50%;
          padding-right: 5px; } }
      @media only screen and (max-width: 480px) {
        .footer .container .column.thirdColumn {
          align-items: center; } }
      .footer .container .column.thirdColumn .social {
        width: 15px;
        height: 15px;
        margin-left: 15px; }
        .footer .container .column.thirdColumn .social:hover svg {
          fill: #b2b2b2; }
        .footer .container .column.thirdColumn .social svg {
          width: 15px;
          height: 15px;
          fill: #000000;
          transition: .3s;
          /*            @include mobile{
              fill: $hover;
            }*/ }

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-s-arrow-down, .filter form .column .jq-selectbox__trigger-arrow {
  background-image: url(../img/sprite.png);
  background-position: -116px -229px;
  width: 10px;
  height: 6px; }

.icon-s-arrow {
  background-image: url(../img/sprite.png);
  background-position: -235px -200px;
  width: 8px;
  height: 10px; }

.icon-s-close {
  background-image: url(../img/sprite.png);
  background-position: -241px -50px;
  width: 7px;
  height: 7px; }

.icon-s-comment, form .between .name .comment {
  background-image: url(../img/sprite.png);
  background-position: -72px -143px;
  width: 45px;
  height: 43px; }

.icon-s-delivery, form .between .name .delivery {
  background-image: url(../img/sprite.png);
  background-position: -189px -50px;
  width: 47px;
  height: 43px; }

.icon-s-envelope, .contacts .secondCol ul li:nth-child(3):before {
  background-image: url(../img/sprite.png);
  background-position: -87px -200px;
  width: 24px;
  height: 24px; }

.icon-s-left-arrow, .productBlock .slider .indexSlide .slick-prev:before {
  background-image: url(../img/sprite.png);
  background-position: -58px -200px;
  width: 24px;
  height: 24px; }

.icon-s-location, .contacts .secondCol ul li:first-child:before {
  background-image: url(../img/sprite.png);
  background-position: 0px -200px;
  width: 24px;
  height: 24px; }

.icon-s-logo, .header .container .logoWrrap .logo {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 248px;
  height: 45px; }

.icon-s-logoMenu, .header .container .menu ul .logoMenu div {
  background-image: url(../img/sprite.png);
  background-position: 0px -103px;
  width: 158px;
  height: 35px; }

.icon-s-logoScroll, .header.active .container .logoWrrap .logo {
  background-image: url(../img/sprite.png);
  background-position: -170px -143px;
  width: 40px;
  height: 35px; }

.icon-s-masterCard, form .radioButton .mc {
  background-image: url(../img/sprite.png);
  background-position: 0px -143px;
  width: 67px;
  height: 52px; }

.icon-s-measury {
  background-image: url(../img/sprite.png);
  background-position: -42px -229px;
  width: 18px;
  height: 10px; }

.icon-s-minus, form .item .secondCol .row .jq-number__spin.minus:after {
  background-image: url(../img/sprite.png);
  background-position: -21px -229px;
  width: 16px;
  height: 16px; }

.icon-s-newCollection, .catalogWrapper .catalogItem .dexription .category.spanHide .mobNew {
  background-image: url(../img/sprite.png);
  background-position: -203px -200px;
  width: 27px;
  height: 14px; }

.icon-s-payPal, form .radioButton .pal {
  background-image: url(../img/sprite.png);
  background-position: 0px -50px;
  width: 184px;
  height: 48px; }

.icon-s-payment, form .between .name .payment {
  background-image: url(../img/sprite.png);
  background-position: -122px -143px;
  width: 43px;
  height: 43px; }

.icon-s-phone, .contacts .secondCol ul li:nth-child(2):before {
  background-image: url(../img/sprite.png);
  background-position: -116px -200px;
  width: 24px;
  height: 24px; }

.icon-s-plus, form .item .secondCol .row .jq-number__spin.plus:after {
  background-image: url(../img/sprite.png);
  background-position: 0px -229px;
  width: 16px;
  height: 16px; }

.icon-s-remove {
  background-image: url(../img/sprite.png);
  background-position: -145px -200px;
  width: 21px;
  height: 21px; }

.icon-s-right-arrow, .productBlock .slider .indexSlide .slick-next:before {
  background-image: url(../img/sprite.png);
  background-position: -29px -200px;
  width: 24px;
  height: 24px; }

.icon-s-sale, .catalogWrapper .catalogItem .dexription .category.spanHide .mobSale {
  background-image: url(../img/sprite.png);
  background-position: -171px -200px;
  width: 27px;
  height: 14px; }

.icon-s-selectArrow {
  background-image: url(../img/sprite.png);
  background-position: -65px -229px;
  width: 16px;
  height: 6px; }

.icon-s-size, .productBlock .descriptionProduct .changeMeasure .alignUnit .sizeInfo .sizeIco {
  background-image: url(../img/sprite.png);
  background-position: -215px -143px;
  width: 33px;
  height: 33px; }

.icon-s-slickBottom, .productBlock .slider .miniSlide .slick-next:before {
  background-image: url(../img/sprite.png);
  background-position: -86px -229px;
  width: 10px;
  height: 6px; }

.icon-s-slickTop, .productBlock .slider .miniSlide .slick-prev:before {
  background-image: url(../img/sprite.png);
  background-position: -101px -229px;
  width: 10px;
  height: 6px; }

.icon-s-visa, form .radioButton .visa {
  background-image: url(../img/sprite.png);
  background-position: -163px -103px;
  width: 83px;
  height: 25px; }

.productBlock {
  display: flex;
  margin-top: 30px; }
  @media only screen and (max-width: 970px) {
    .productBlock {
      flex-wrap: wrap; } }
  .productBlock .slider {
    width: 645px;
    display: flex;
    height: 100%; }
    @media only screen and (max-width: 970px) {
      .productBlock .slider {
        width: 100%;
        position: relative; } }
    .productBlock .slider .tabletBack, .productBlock .slider .tabletNext {
      display: none; }
      @media only screen and (max-width: 970px) {
        .productBlock .slider .tabletBack, .productBlock .slider .tabletNext {
          display: block;
          width: 24px;
          height: 24px;
          position: absolute;
          top: calc(50% - 25px); }
          .productBlock .slider .tabletBack svg, .productBlock .slider .tabletNext svg {
            width: 100%;
            height: 100%;
            fill: #000000; } }
    .productBlock .slider .tabletBack {
      left: 20px; }
      @media only screen and (max-width: 480px) {
        .productBlock .slider .tabletBack {
          left: 10px; } }
    .productBlock .slider .tabletNext {
      right: 20px; }
      @media only screen and (max-width: 480px) {
        .productBlock .slider .tabletNext {
          right: 10px; } }
    .productBlock .slider .photoWrapp {
      position: relative;
      width: 100%;
      overflow: hidden; }
      .productBlock .slider .photoWrapp:focus {
        outline: none; }
      .productBlock .slider .photoWrapp:before {
        content: "";
        display: block;
        padding-top: 150%; }
        @media only screen and (max-width: 970px) {
          .productBlock .slider .photoWrapp:before {
            padding-top: 120%; } }
      .productBlock .slider .photoWrapp .photo {
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat; }
    .productBlock .slider .miniSlide {
      width: 100px;
      padding: 20px 0; }
      @media only screen and (max-width: 970px) {
        .productBlock .slider .miniSlide {
          display: none; } }
      .productBlock .slider .miniSlide .photoWrapp {
        margin: 5px 0; }
        .productBlock .slider .miniSlide .photoWrapp:before {
          padding-top: 122%; }
      .productBlock .slider .miniSlide .slick-prev {
        top: 3px;
        left: calc(50% - 10px);
        height: 6px; }
        .productBlock .slider .miniSlide .slick-prev:hover:before {
          opacity: 0.5; }
        .productBlock .slider .miniSlide .slick-prev:before {
          content: '';
          position: absolute;
          left: calc(50% - 5px);
          top: 0;
          transition: .3s; }
      .productBlock .slider .miniSlide .slick-next {
        top: calc(100% - 5px);
        left: calc(50% - 10px);
        height: 6px; }
        .productBlock .slider .miniSlide .slick-next:hover:before {
          opacity: 0.5; }
        .productBlock .slider .miniSlide .slick-next:before {
          content: '';
          position: absolute;
          left: calc(50% - 5px);
          top: 0;
          transition: .3s; }
    .productBlock .slider .indexSlide {
      width: 545px;
      padding: 0 60px 0 40px; }
      @media only screen and (max-width: 1170px) {
        .productBlock .slider .indexSlide {
          padding: 0 40px; } }
      .productBlock .slider .indexSlide .slick-prev, .productBlock .slider .indexSlide .slick-next {
        display: none !important; }
      .productBlock .slider .indexSlide .slick-prev {
        left: 20px; }
        @media only screen and (max-width: 480px) {
          .productBlock .slider .indexSlide .slick-prev {
            left: 10px; } }
        .productBlock .slider .indexSlide .slick-prev:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0; }
      .productBlock .slider .indexSlide .slick-next {
        right: 20px; }
        @media only screen and (max-width: 480px) {
          .productBlock .slider .indexSlide .slick-next {
            right: 10px; } }
        .productBlock .slider .indexSlide .slick-next:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0; }
      @media only screen and (max-width: 970px) {
        .productBlock .slider .indexSlide {
          width: 100%;
          padding: 0;
          margin-bottom: 20px; }
          .productBlock .slider .indexSlide .slick-prev, .productBlock .slider .indexSlide .slick-next {
            display: block !important;
            opacity: 0;
            visibility: hidden;
            top: calc(50% - 12px);
            z-index: 9;
            width: 24px;
            height: 24px; } }
  .productBlock .descriptionProduct {
    width: calc(100% - 645px); }
    @media only screen and (max-width: 970px) {
      .productBlock .descriptionProduct {
        width: 100%; } }
    .productBlock .descriptionProduct .titleProduct {
      font-size: 25px;
      font-family: 'Futura Std';
      padding-bottom: 10px;
      border-bottom: 1px solid #000000; }
    .productBlock .descriptionProduct .priceProduct, .productBlock .descriptionProduct .freeShiping {
      display: flex;
      align-items: center;
      font-size: 20px;
      font-family: 'Futura Std';
      padding: 20px 0;
      border-bottom: 1px dashed #b2b2b2; }
      .productBlock .descriptionProduct .priceProduct span.normTsena strong, .productBlock .descriptionProduct .freeShiping span.normTsena strong {
        margin-left: 20px;
        color: #bababa;
        text-decoration: line-through; }
      .productBlock .descriptionProduct .priceProduct ul, .productBlock .descriptionProduct .freeShiping ul {
        margin-left: auto;
        display: flex; }
        .productBlock .descriptionProduct .priceProduct ul li, .productBlock .descriptionProduct .freeShiping ul li {
          margin-left: 13px; }
          .productBlock .descriptionProduct .priceProduct ul li:hover a, .productBlock .descriptionProduct .freeShiping ul li:hover a {
            color: #b2b2b2; }
          .productBlock .descriptionProduct .priceProduct ul li.active a, .productBlock .descriptionProduct .freeShiping ul li.active a {
            color: #b2b2b2; }
    .productBlock .descriptionProduct .freeShiping {
      padding: 15px 0; }
      .productBlock .descriptionProduct .freeShiping .right {
        font-size: 16px;
        margin-left: auto; }
    .productBlock .descriptionProduct .changeMeasure {
      margin: 10px 0 0 0;
      padding-bottom: 10px;
      border-bottom: 1px dashed #b2b2b2; }
      .productBlock .descriptionProduct .changeMeasure ul.country {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end; }
        .productBlock .descriptionProduct .changeMeasure ul.country li {
          padding: 0 10px;
          font-family: 'Futura Std';
          border-right: 1px solid #b2b2b2;
          margin-bottom: 10px; }
          .productBlock .descriptionProduct .changeMeasure ul.country li input {
            display: none; }
          .productBlock .descriptionProduct .changeMeasure ul.country li:hover a {
            color: #b2b2b2; }
          .productBlock .descriptionProduct .changeMeasure ul.country li a {
            cursor: pointer; }
          .productBlock .descriptionProduct .changeMeasure ul.country li .forLabel:checked + .forInput a {
            color: #b2b2b2; }
        .productBlock .descriptionProduct .changeMeasure ul.country li:nth-last-of-type(1) {
          padding-right: 0;
          border: none; }
      .productBlock .descriptionProduct .changeMeasure .alignUnit {
        margin-top: 10px;
        display: flex; }
        .productBlock .descriptionProduct .changeMeasure .alignUnit ul.unit {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          width: calc(100% - 60px); }
          .productBlock .descriptionProduct .changeMeasure .alignUnit ul.unit li {
            margin: 0 10px 10px 10px;
            text-transform: uppercase;
            width: 50px;
            text-align: center;
            font-family: 'Futura Std'; }
            .productBlock .descriptionProduct .changeMeasure .alignUnit ul.unit li span {
              transition: 1s; }
            .productBlock .descriptionProduct .changeMeasure .alignUnit ul.unit li .add_cart_error_input {
              color: #fe4237; }
            .productBlock .descriptionProduct .changeMeasure .alignUnit ul.unit li:hover span {
              color: #b2b2b2; }
            @media only screen and (max-width: 970px) {
              .productBlock .descriptionProduct .changeMeasure .alignUnit ul.unit li {
                margin: 0 10px 10px 10px; } }
          .productBlock .descriptionProduct .changeMeasure .alignUnit ul.unit input {
            display: none; }
          .productBlock .descriptionProduct .changeMeasure .alignUnit ul.unit .forLabel:checked + .forInput span {
            color: #27ef00; }
        .productBlock .descriptionProduct .changeMeasure .alignUnit .sizeInfo {
          width: 60px;
          font-size: 10px;
          text-align: center; }
          .productBlock .descriptionProduct .changeMeasure .alignUnit .sizeInfo .sizeIco {
            margin: 0 auto 5px auto; }
    .productBlock .descriptionProduct .btnBlock {
      display: flex;
      justify-content: space-between;
      margin-top: 15px;
      font-family: 'Futura Std';
      font-size: 16px; }
      @media only screen and (max-width: 1170px) {
        .productBlock .descriptionProduct .btnBlock {
          font-size: 15px; } }
      .productBlock .descriptionProduct .btnBlock .btn {
        width: calc(50% - 12px);
        padding: 5px;
        min-height: 50px;
        height: auto;
        border: 1px solid #b2b2b2;
        transition: .3s;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
        .productBlock .descriptionProduct .btnBlock .btn:hover {
          opacity: 0.5; }
        .productBlock .descriptionProduct .btnBlock .btn a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%; }
        .productBlock .descriptionProduct .btnBlock .btn .cart {
          width: 15px;
          height: 20px;
          margin-right: 5px; }
          .productBlock .descriptionProduct .btnBlock .btn .cart svg {
            width: 15px;
            height: 15px; }
    .productBlock .descriptionProduct .zoomColor .colorItem {
      position: relative; }
      @media only screen and (min-width: 1170px) {
        .productBlock .descriptionProduct .zoomColor .colorItem:hover .alignColor {
          opacity: 1;
          visibility: visible; } }
      .productBlock .descriptionProduct .zoomColor .colorItem .alignColor {
        background-size: contain;
        position: absolute;
        padding: 10px;
        border: 1px solid #b2b2b2;
        background-color: #fff;
        width: auto;
        height: auto;
        top: 45px;
        left: 20px;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        transition: .2s; }
        @media only screen and (max-width: 970px) {
          .productBlock .descriptionProduct .zoomColor .colorItem .alignColor {
            right: 0;
            left: auto; } }
        .productBlock .descriptionProduct .zoomColor .colorItem .alignColor .bigColor {
          width: 100px;
          height: 100px; }
        .productBlock .descriptionProduct .zoomColor .colorItem .alignColor .titleColor {
          font-size: 14px;
          margin-top: 5px;
          text-align: center; }
    .productBlock .descriptionProduct .changeColor {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      padding-top: 15px;
      border-bottom: 1px dashed #b2b2b2; }
      @media only screen and (max-width: 970px) {
        .productBlock .descriptionProduct .changeColor {
          padding: 15px 50px 0 50px; } }
      .productBlock .descriptionProduct .changeColor .colorItem {
        display: flex;
        align-items: center;
        margin: 0 7px;
        margin-bottom: 15px;
        transition: .3s; }
      .productBlock .descriptionProduct .changeColor .color {
        transition: .3s; }
        .productBlock .descriptionProduct .changeColor .color.error_color {
          border: 2px solid #fff;
          box-shadow: 0 1px 8px 1px rgba(254, 66, 55, 0.75); }
      .productBlock .descriptionProduct .changeColor .add_cart_error_input {
        border: 2px solid #fe4237; }
      .productBlock .descriptionProduct .changeColor input {
        display: none; }
      .productBlock .descriptionProduct .changeColor .forLabel:checked + .forInput .color {
        border: 2px solid #fff;
        box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.75); }
      .productBlock .descriptionProduct .changeColor .forInput.active + .alignColor {
        opacity: 1;
        visibility: visible; }
    .productBlock .descriptionProduct .delivery {
      margin-top: 10px;
      padding: 20px 90px;
      border: 1px solid #b2b2b2; }
      @media only screen and (max-width: 1170px) {
        .productBlock .descriptionProduct .delivery {
          padding: 20px 30px; } }
      @media only screen and (max-width: 970px) {
        .productBlock .descriptionProduct .delivery {
          padding: 20px 15px; } }
      @media only screen and (max-width: 480px) {
        .productBlock .descriptionProduct .delivery {
          padding: 20px 10px; } }
      .productBlock .descriptionProduct .delivery .deliverTitle {
        text-align: center;
        font-family: 'Futura Std';
        font-size: 16px;
        position: relative;
        margin-bottom: 20px;
        /*        &:before{
          @extend .icon-s-measury;
          content: '';
          position: absolute;
          top: 3px;
          left: 0;
        }*/ }
      .productBlock .descriptionProduct .delivery .delivRow {
        display: flex;
        justify-content: space-between;
        font-family: 'Futura Std';
        font-size: 16px;
        margin-bottom: 5px; }
        .productBlock .descriptionProduct .delivery .delivRow .firstDeliv {
          text-align: left;
          padding-right: 10px; }
        .productBlock .descriptionProduct .delivery .delivRow .secondDeliv {
          text-align: right; }
    .productBlock .descriptionProduct .list {
      margin: 15px 0;
      padding: 15px 0;
      font-family: 'Futura Std';
      font-size: 16px;
      border-top: 1px dashed #b2b2b2; }
      .productBlock .descriptionProduct .list ul {
        list-style: disc;
        padding-left: 55px; }
        @media only screen and (max-width: 480px) {
          .productBlock .descriptionProduct .list ul {
            padding-left: 20px; } }
        .productBlock .descriptionProduct .list ul li {
          margin-bottom: 10px; }
        .productBlock .descriptionProduct .list ul li:nth-last-of-type(1) {
          margin-bottom: 0; }
    .productBlock .descriptionProduct .loveShare {
      font-family: 'Futura Std';
      font-size: 16px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 20px; }
      .productBlock .descriptionProduct .loveShare .loveList {
        display: flex;
        align-items: center;
        cursor: pointer; }
        .productBlock .descriptionProduct .loveShare .loveList:hover .love svg {
          fill: #eba9cf; }
        .productBlock .descriptionProduct .loveShare .loveList.active .love svg {
          animation: heart .3s ease;
          fill: #eba9cf; }
        .productBlock .descriptionProduct .loveShare .loveList .love {
          width: 24px;
          height: 20px;
          margin-left: 10px; }
          .productBlock .descriptionProduct .loveShare .loveList .love svg {
            width: 24px;
            height: 20px;
            fill: transparent;
            stroke-width: 50px;
            stroke: #eba9cf;
            transition: .3s; }
      .productBlock .descriptionProduct .loveShare .share {
        display: flex;
        align-items: center; }
        .productBlock .descriptionProduct .loveShare .share span {
          padding-top: 4px;
          font-size: 13px; }
        .productBlock .descriptionProduct .loveShare .share .itemShare {
          margin-left: 10px;
          width: 15px;
          height: 15px; }
          .productBlock .descriptionProduct .loveShare .share .itemShare:hover svg {
            fill: #b2b2b2; }
          .productBlock .descriptionProduct .loveShare .share .itemShare svg {
            cursor: pointer;
            width: 15px;
            height: 15px;
            fill: #000000;
            transition: .3s; }

.productBlock.noPhoto .slider .miniSlide, .productBlock.noPhoto .slick-list.draggable {
  padding: 0 !important; }

.productBlock.noPhoto .slider .miniSlide .photoWrapp {
  margin: 0 !important; }

.catalogTitle {
  margin: 0 0 30px 0; }
  @media only screen and (max-width: 970px) {
    .catalogTitle {
      margin: 0 0 30px 0; } }

.loader_gif {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 20px;
  display: none; }

.filter form {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 1170px) {
    .filter form {
      position: relative; } }
  @media only screen and (max-width: 480px) {
    .filter form {
      flex-wrap: wrap; } }
  .filter form .filterTab {
    display: flex; }
    @media only screen and (max-width: 1170px) {
      .filter form .filterTab {
        display: none;
        position: absolute;
        top: 100%;
        background-color: #fff;
        left: 0;
        width: calc(50% - 3px);
        z-index: 99; } }
  @media only screen and (max-width: 1170px) {
    .filter form .sortTab {
      display: none;
      position: absolute;
      top: 100%;
      background-color: #fff;
      z-index: 99;
      right: 0;
      width: calc(50% - 3px); } }
  .filter form .tabOpen {
    width: auto;
    min-width: 150px;
    padding: 6px 5px 2px 5px;
    text-align: center;
    border: 1px solid #b2b2b2;
    color: #000000;
    font-size: 14px;
    font-family: 'Futura Std';
    text-transform: uppercase;
    display: none; }
    .filter form .tabOpen .cancel {
      display: none;
      width: 7px;
      height: 7px; }
      .filter form .tabOpen .cancel svg {
        width: 7px;
        height: 7px;
        fill: #000000;
        position: absolute;
        top: 0;
        left: 0; }
    @media only screen and (max-width: 1170px) {
      .filter form .tabOpen {
        display: block;
        position: relative;
        margin: 0 3px; }
        .filter form .tabOpen.active .cancel {
          display: block;
          position: absolute;
          right: 8px;
          top: 9px; } }
  @media only screen and (max-width: 1170px) {
    .filter form .sortTab label div {
      display: none; } }
  .filter form .column {
    width: 190px;
    margin-right: 5px; }
    @media only screen and (max-width: 1170px) {
      .filter form .column {
        width: 100%; } }
    @media only screen and (max-width: 1170px) {
      .filter form .column {
        margin-top: 10px; } }
    .filter form .column label div {
      margin-bottom: 10px; }
    .filter form .column .jq-selectbox {
      width: 100%;
      border: 1px solid #b2b2b2; }
    .filter form .column .jq-selectbox__select {
      border: none;
      box-shadow: none;
      background: none;
      font-family: 'Futura Std';
      font-size: 14px; }
    .filter form .column .jq-selectbox__dropdown {
      font-family: 'Futura Std';
      font-size: 14px;
      border: none;
      border-radius: 0; }
      @media only screen and (max-width: 1170px) {
        .filter form .column .jq-selectbox__dropdown {
          position: relative;
          box-shadow: none;
          top: 0 !important; } }
    .filter form .column .jq-selectbox__trigger {
      border: none; }
    .filter form .column .jq-selectbox__trigger-arrow {
      border: none;
      transition: .3s; }
    .filter form .column .opened .jq-selectbox__trigger-arrow {
      transform: rotate(-180deg); }
    .filter form .column .jq-selectbox li.selected {
      background-color: #a9810d; }
    .filter form .column .jq-selectbox li:hover {
      background-color: #a9810d; }

.catalogWrapper {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 80px);
  margin: 20px auto 0 auto; }
  @media only screen and (max-width: 970px) {
    .catalogWrapper {
      width: calc(100% - 30px); } }
  .catalogWrapper .catalogItem {
    width: calc(25% - 40px);
    margin-right: 50px;
    position: relative;
    margin-bottom: 45px; }
    @media only screen and (max-width: 1170px) {
      .catalogWrapper .catalogItem {
        width: calc(33.3% - 7px);
        margin-right: 10px;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 970px) {
      .catalogWrapper .catalogItem {
        width: calc(50% - 5px); } }
    .catalogWrapper .catalogItem:hover .photoBlock .hover {
      background-color: rgba(0, 0, 0, 0.6); }
    .catalogWrapper .catalogItem:hover .photoBlock .about {
      opacity: 1; }
    .catalogWrapper .catalogItem .photoBlock {
      position: relative;
      width: 100%;
      overflow: hidden; }
      .catalogWrapper .catalogItem .photoBlock:before {
        content: "";
        display: block;
        padding-top: 150.1742%; }
      .catalogWrapper .catalogItem .photoBlock .photo {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center; }
      .catalogWrapper .catalogItem .photoBlock .hover, .catalogWrapper .catalogItem .photoBlock a {
        transition: 0.6s ease;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9; }
      .catalogWrapper .catalogItem .photoBlock .about {
        padding: 20px 30px;
        border: 1px solid #b2b2b2;
        position: absolute;
        z-index: 9;
        font-size: 20px;
        font-family: 'Futura Std';
        color: #fff;
        width: 160px;
        left: calc(50% - 80px);
        top: calc(50% - 32px);
        opacity: 0;
        transition: 0.3s; }
        @media only screen and (max-width: 650px) {
          .catalogWrapper .catalogItem .photoBlock .about {
            padding: 10px 10px;
            font-size: 15px;
            color: #fff;
            width: 100px;
            left: calc(50% - 50px); } }
    .catalogWrapper .catalogItem .dexription {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      font-family: 'Futura Std';
      margin-top: 25px; }
      @media only screen and (max-width: 970px) {
        .catalogWrapper .catalogItem .dexription {
          align-items: flex-start; } }
      .catalogWrapper .catalogItem .dexription .category {
        width: 75px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        font-size: 11px;
        text-transform: uppercase;
        overflow: hidden;
        color: #a9810d;
        font-family: 'Futura Std';
        padding-left: 10px;
        border-left: 1px dashed #b2b2b2; }
        .catalogWrapper .catalogItem .dexription .category .new {
          font-size: 27px; }
          .catalogWrapper .catalogItem .dexription .category .new.red {
            font-size: 30px; }
        @media only screen and (max-width: 650px) {
          .catalogWrapper .catalogItem .dexription .category {
            font-size: 9px;
            width: 65px; }
            .catalogWrapper .catalogItem .dexription .category.spanHide {
              width: 40px; }
            .catalogWrapper .catalogItem .dexription .category .new {
              font-size: 20px; }
              .catalogWrapper .catalogItem .dexription .category .new.red {
                font-size: 23px; } }
        @media only screen and (max-width: 480px) {
          .catalogWrapper .catalogItem .dexription .category {
            align-items: flex-end; } }
        .catalogWrapper .catalogItem .dexription .category.spanHide div {
          display: none; }
        @media only screen and (max-width: 480px) {
          .catalogWrapper .catalogItem .dexription .category.spanHide {
            border: none; }
            .catalogWrapper .catalogItem .dexription .category.spanHide span {
              display: none; }
            .catalogWrapper .catalogItem .dexription .category.spanHide div {
              display: block; } }
      .catalogWrapper .catalogItem .dexription .namePrice {
        width: calc(100% - 75px);
        padding-right: 10px; }
        .catalogWrapper .catalogItem .dexription .namePrice .name {
          font-size: 16px; }
        .catalogWrapper .catalogItem .dexription .namePrice .price {
          font-size: 20px;
          padding-top: 5px; }
          @media only screen and (max-width: 480px) {
            .catalogWrapper .catalogItem .dexription .namePrice .price {
              display: flex;
              flex-wrap: wrap; } }
          .catalogWrapper .catalogItem .dexription .namePrice .price span {
            margin-left: 20px;
            color: #bababa;
            text-decoration: line-through; }
            @media only screen and (max-width: 480px) {
              .catalogWrapper .catalogItem .dexription .namePrice .price span {
                width: 100%;
                margin-top: 5px;
                margin-left: 0; } }
        @media only screen and (max-width: 650px) {
          .catalogWrapper .catalogItem .dexription .namePrice {
            width: calc(100% - 65px); }
            .catalogWrapper .catalogItem .dexription .namePrice.withIcon {
              width: calc(100% - 40px); }
            .catalogWrapper .catalogItem .dexription .namePrice .name {
              font-size: 13px; }
            .catalogWrapper .catalogItem .dexription .namePrice .price {
              font-size: 16px; } }
  .catalogWrapper .catalogItem:nth-of-type(4n) {
    margin-right: 0; }
    @media only screen and (max-width: 1170px) {
      .catalogWrapper .catalogItem:nth-of-type(4n) {
        margin-right: 10px; } }
  @media only screen and (max-width: 1170px) {
    .catalogWrapper .catalogItem:nth-of-type(3n) {
      margin-right: 0; } }
  @media only screen and (max-width: 970px) {
    .catalogWrapper .catalogItem:nth-of-type(3n) {
      margin-right: 10px; } }
  @media only screen and (max-width: 970px) {
    .catalogWrapper .catalogItem:nth-of-type(2n) {
      margin-right: 0; } }

.paginator {
  display: flex;
  align-items: center;
  justify-content: center; }
  .paginator ul {
    display: flex;
    flex-wrap: wrap; }
    .paginator ul li {
      font-family: 'Futura Std';
      font-size: 14px;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .paginator ul li:hover {
        font-weight: 600; }
      .paginator ul li.active {
        border: 1px solid #b2b2b2; }
        .paginator ul li.active a {
          color: #b2b2b2; }

.container .indexBlock {
  margin-bottom: 50px;
  width: 100%; }
  @media only screen and (max-width: 970px) {
    .container .indexBlock {
      margin-bottom: 25px; } }
  @media only screen and (max-width: 650px) {
    .container .indexBlock {
      margin-bottom: 15px; } }
  @media only screen and (max-width: 480px) {
    .container .indexBlock {
      margin-bottom: 10px; } }
  .container .indexBlock img {
    max-width: 100%;
    margin: 0 auto; }

.container .indexBlock:nth-last-of-type(1) {
  margin-bottom: 0; }

.fancybox-slide > * {
  padding: 0; }

#location {
  position: fixed;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }

.modal {
  width: 805px;
  height: 450px;
  background-image: url("../img/modal.png");
  padding: 75px 10px 0 10px; }
  @media only screen and (max-width: 970px) {
    .modal {
      width: auto;
      height: auto;
      background-image: none;
      padding: 50px 20px 30px 20px;
      background-color: #fff; } }
  .modal .title {
    font-family: 'Futura Std';
    font-size: 25px;
    color: #a9810d;
    text-align: center;
    margin-bottom: 35px; }
    @media only screen and (max-width: 970px) {
      .modal .title {
        font-size: 17px;
        margin-bottom: 20px; } }
  .modal form {
    text-align: center;
    margin-bottom: 80px; }
    @media only screen and (max-width: 970px) {
      .modal form {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 1170px) {
      .modal form .jq-selectbox select {
        z-index: 99; } }
    .modal form .jq-selectbox__dropdown {
      top: 32px;
      border-radius: 0;
      font-family: 'Futura Std'; }
    .modal form .jq-selectbox {
      width: 260px;
      text-align: left; }
      .modal form .jq-selectbox:hover .jq-selectbox__trigger-arrow {
        border-top-color: #b2b2b2; }
      .modal form .jq-selectbox:hover .jq-selectbox__select-text {
        opacity: 0.5; }
      .modal form .jq-selectbox li.selected {
        background-color: #a9810d; }
      .modal form .jq-selectbox li:hover {
        background-color: #a9810d; }
    .modal form .jq-selectbox__select-text {
      transition: 0.3s; }
    .modal form .jq-selectbox__select {
      border-radius: 0;
      box-shadow: none;
      font-family: 'Futura Std';
      font-size: 16px;
      border: 1px solid #b2b2b2;
      color: #000;
      background: #fff;
      transition: 0.3s; }
    .modal form .jq-selectbox__trigger-arrow {
      border-top-color: #000000;
      transition: 0.3s; }
    .modal form .jq-selectbox__trigger {
      border-left: none; }
    .modal form button {
      padding: 15px 30px;
      font-family: 'Futura Std';
      font-size: 16px;
      background-color: #000000;
      transition: 0.3s;
      color: #fff;
      border: none;
      margin-top: 15px;
      letter-spacing: 1.9px; }
      .modal form button:focus {
        outline: #a9810d; }
      .modal form button:hover {
        background-color: #b2b2b2;
        color: #000000; }
  .modal p {
    font-size: 16px;
    font-family: 'Futura Std';
    color: #000000;
    text-align: center;
    margin-bottom: 0;
    margin-top: 5px; }

.contacts .title {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 25px;
  padding: 20px 0 40px 0;
  font-family: 'Futura Std';
  border-bottom: 1px solid #000; }

.contacts h2 {
  text-transform: uppercase;
  font-weight: 300;
  padding-top: 30px;
  margin-top: 10px; }

.contacts .firstCol, .contacts .secondCol, .contacts .thirdCol {
  display: inline-block;
  vertical-align: top; }

.contacts .firstCol {
  width: 45%; }
  @media only screen and (max-width: 970px) {
    .contacts .firstCol {
      width: 55%; } }
  @media only screen and (max-width: 650px) {
    .contacts .firstCol {
      display: block;
      width: 100%; } }
  .contacts .firstCol form input, .contacts .firstCol form textarea {
    padding: 15px 60px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #b2b2b2;
    font-family: 'Futura Std';
    font-size: 15px;
    margin-right: 1px; }
    .contacts .firstCol form input:focus, .contacts .firstCol form textarea:focus {
      outline-color: #e7c259; }
  .contacts .firstCol form textarea {
    height: 160px;
    resize: none; }
  .contacts .firstCol button {
    cursor: pointer;
    padding: 10px 40px;
    font-family: 'Futura Std';
    font-size: 16px;
    color: #000;
    background: 0 0;
    border: 1px solid #b2b2b2;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s; }
    .contacts .firstCol button:hover {
      border-color: #b2b2b2;
      color: #b2b2b2; }
    .contacts .firstCol button:focus {
      outline-color: #e7c259; }

.contacts .secondCol {
  margin-left: 40px;
  width: calc(30% - 50px); }
  @media only screen and (max-width: 1170px) {
    .contacts .secondCol {
      margin-left: 20px;
      width: calc(30% - 30px); } }
  @media only screen and (max-width: 970px) {
    .contacts .secondCol {
      margin-left: 40px;
      width: calc(40% - 50px); } }
  @media only screen and (max-width: 650px) {
    .contacts .secondCol {
      display: block;
      width: 100%;
      margin-left: 0; } }
  .contacts .secondCol ul {
    width: 260px;
    font-size: 18px;
    position: relative; }
    .contacts .secondCol ul li {
      margin: 25px 0 0 0;
      position: relative;
      padding-left: 40px; }
      .contacts .secondCol ul li:before {
        content: '';
        display: block;
        position: absolute;
        left: 0; }
      .contacts .secondCol ul li:first-child:before {
        top: calc(50% - 12px); }
      .contacts .secondCol ul li:nth-child(2):before {
        top: calc(50% - 12px); }
      .contacts .secondCol ul li:nth-child(3):before {
        top: calc(50% - 12px); }

.contacts .thirdCol {
  width: 25.1%; }
  @media only screen and (max-width: 970px) {
    .contacts .thirdCol {
      display: block;
      width: 100%; } }
  .contacts .thirdCol .map {
    width: 100%;
    height: 170px; }
    @media only screen and (max-width: 970px) {
      .contacts .thirdCol .map {
        height: 320px; } }

form#contact-form .capcha {
  margin: 0px 0 10px 0; }

.alert_error {
  margin: 20px 0;
  text-align: center;
  background: #fe0e00;
  color: white;
  padding: 9px 0;
  font-size: 20px; }

.alert_success {
  margin: 20px 0;
  text-align: center;
  background: #1ebb1e;
  color: white;
  padding: 9px 0;
  font-size: 20px; }

#measure {
  text-align: center;
  max-width: 100%; }
  #measure p {
    margin: 3px 0;
    font-size: 15px; }

.alignInput {
  margin-bottom: 20px; }

.mtm-fields {
  display: flex; }
  @media only screen and (max-width: 650px) {
    .mtm-fields {
      flex-wrap: wrap; } }
  .mtm-fields .inptField {
    display: flex;
    flex-wrap: wrap;
    width: calc(25% - 20px);
    margin-top: 40px;
    margin-right: 20px;
    align-items: flex-end; }
    @media only screen and (max-width: 650px) {
      .mtm-fields .inptField {
        width: calc(50% - 20px); } }
    .mtm-fields .inptField label {
      width: 100%;
      text-align: left; }
    .mtm-fields .inptField input {
      width: 100%;
      margin-top: 5px;
      height: 30px;
      border: 2px solid #f2f2f2;
      outline: none;
      padding: 5px 10px 5px 10px; }
  .mtm-fields .inptField:nth-of-type(4n) {
    margin-right: 0; }
  @media only screen and (max-width: 650px) {
    .mtm-fields .inptField:nth-of-type(2n) {
      margin-right: 0; } }

.textAreaMsg .gif {
  position: relative;
  width: 130px;
  margin: auto; }
  .textAreaMsg .gif .boxLoader {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 40px;
    position: absolute;
    top: 19px;
    z-index: 999; }
    .textAreaMsg .gif .boxLoader.active {
      display: none; }
    .textAreaMsg .gif .boxLoader .loader {
      position: absolute;
      top: 0;
      margin: 10px;
      margin-left: 50px;
      color: #fe0e00;
      font-size: 20px;
      text-indent: -9999em;
      overflow: hidden;
      width: 1em;
      height: 1em;
      border-radius: 50%;
      -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
      animation: load6 1.7s infinite ease, round 1.7s infinite ease; }

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.textAreaMsg p {
  margin: 20px 0; }

.textAreaMsg input {
  width: 100%;
  margin-top: 5px;
  max-width: 200px;
  height: 30px;
  border: 2px solid #f2f2f2;
  outline: none;
  padding: 5px 10px 5px 10px; }

.textAreaMsg textarea {
  resize: none;
  width: 100%;
  max-width: 600px;
  height: 150px;
  border: 2px solid #f2f2f2;
  outline: none;
  padding: 10px;
  box-sizing: border-box; }

.textAreaMsg .btnSubmitTxt {
  display: inline-block;
  border: 2px solid #898989;
  width: 130px;
  height: 40px;
  margin: 20px auto;
  text-align: center;
  letter-spacing: 0; }

.image-guide {
  width: 100%;
  margin: 30px auto;
  float: left; }
  @media only screen and (max-width: 650px) {
    .image-guide {
      margin-top: 20px;
      margin-bottom: 0; } }

.image-guide div {
  float: left;
  width: 25%;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 13px; }
  @media only screen and (max-width: 650px) {
    .image-guide div {
      width: calc(54% - 20px);
      padding: 0 10px; } }
  .image-guide div img {
    max-width: 100%;
    /*    min-width: 270px;*/ }

.image-guide p {
  position: relative;
  bottom: 17px;
  background: #fff;
  display: block;
  width: 150px;
  margin: 0 auto !important;
  font-family: 'SackersGothicStd-Light', Arial, sans-serif;
  font-size: 8px !important;
  font-weight: bold;
  line-height: 12px;
  letter-spacing: 0;
  padding-top: 8px; }

.clear {
  clear: both; }

.videoWrapper {
  position: relative;
  padding-bottom: 24.25%;
  padding-top: 25px;
  height: 0;
  max-width: 600px;
  width: 100%;
  margin: 0 auto 30px auto; }
  @media only screen and (max-width: 970px) {
    .videoWrapper {
      padding-bottom: 54.25%; } }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.custom-file-upload {
  border: 2px solid #898989;
  display: inline-block;
  margin-right: 25px;
  padding: 3px 12px;
  cursor: pointer;
  width: 110px;
  text-align: center;
  font-family: 'SackersGothicStd-Light', Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0; }
  @media only screen and (max-width: 480px) {
    .custom-file-upload {
      margin-bottom: 7px; } }

label.file-name {
  width: 200px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #f2f2f2;
  font-size: 15px;
  min-height: 22px;
  padding: 3px 10px; }

.browse-btns {
  margin: 15px 0; }

.titleContact {
  font-size: 24px !important;
  font-family: FuturaLight;
  text-transform: uppercase; }
  @media only screen and (max-width: 650px) {
    .titleContact {
      font-size: 18px; } }

.mtm-fields.contact {
  justify-content: center; }
  .mtm-fields.contact .inptField {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px; }
    .mtm-fields.contact .inptField input {
      width: 100%;
      max-width: 100%; }

.payment_end {
  background: url(../img/order.png);
  background-size: cover;
  width: 60%;
  min-height: 500px;
  margin: 30px auto;
  text-align: center; }
  @media only screen and (max-width: 970px) {
    .payment_end {
      width: 100%;
      min-height: 550px; } }
  @media only screen and (max-width: 650px) {
    .payment_end {
      min-height: 0; } }
  @media only screen and (max-width: 480px) {
    .payment_end {
      background-position: center; } }
  .payment_end h1 {
    padding: 50px; }
  .payment_end h1 {
    font-family: 'Futura Std';
    color: #dfb139;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 6px;
    text-transform: uppercase;
    padding: 180px 0 20px 0; }
    @media only screen and (max-width: 650px) {
      .payment_end h1 {
        font-size: 28px;
        padding: 120px 0 20px 0; } }
    @media only screen and (max-width: 480px) {
      .payment_end h1 {
        font-size: 24px; } }
  .payment_end h3 {
    font-family: 'Futura Std';
    color: #231f20;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 30px; }
    @media only screen and (max-width: 480px) {
      .payment_end h3 {
        font-size: 18px; } }
  .payment_end a {
    font-family: 'Futura Std';
    font-size: 19px; }
    @media only screen and (max-width: 650px) {
      .payment_end a {
        padding-bottom: 50px; } }

.text_info_left {
  font-family: 'Futura Std';
  display: inline-block;
  vertical-align: top; }
  @media only screen and (max-width: 1390px) {
    .text_info_left {
      display: block;
      text-align: center; } }

.text_info_right {
  font-family: 'Futura Std';
  display: inline-block;
  vertical-align: top;
  width: 82%;
  padding-top: 30px; }
  @media only screen and (max-width: 1390px) {
    .text_info_right {
      display: block;
      width: 100%;
      padding-top: 0; } }

.redirect_content {
  margin: 50px 0; }
  @media only screen and (max-width: 970px) {
    .redirect_content {
      text-align: center; } }
  .redirect_content .redirect {
    cursor: pointer;
    padding: 8px 25px;
    font-family: 'Futura Std';
    font-size: 16px;
    color: #000;
    background: 0 0;
    border: 1px solid #b2b2b2;
    margin-left: 15px;
    text-transform: uppercase;
    transition: .3s; }
    .redirect_content .redirect:hover {
      border-color: #b2b2b2;
      color: #b2b2b2; }
    .redirect_content .redirect:focus {
      outline-color: #e7c259; }

.continue a {
  transition: 0s; }
  .continue a:hover {
    color: #b2b2b2; }
    .continue a:hover div {
      border-color: #b2b2b2; }
      .continue a:hover div svg {
        fill: #b2b2b2; }
  .continue a div {
    padding: 15px 50px;
    border: 1px solid #000000;
    font-family: 'Futura Std';
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin: 0 0 30px 0;
    width: 300px;
    transition: 0.3s; }
    @media only screen and (max-width: 970px) {
      .continue a div {
        padding: 10px 20px;
        width: 230px; } }
    .continue a div svg {
      fill: #000000;
      width: 12px;
      height: 12px;
      position: absolute;
      top: calc(50% - 7px);
      left: 45px;
      transition: .3s; }
      @media only screen and (max-width: 970px) {
        .continue a div svg {
          left: 10px; } }

.create_new_order {
  cursor: pointer;
  padding: 10px 25px;
  font-family: 'Futura Std';
  font-size: 16px;
  color: #000000;
  background: none;
  border: 1px solid #b2b2b2;
  text-transform: uppercase;
  width: 100%;
  transition: .3s; }
  .create_new_order:focus {
    outline-color: #a9810d; }
  .create_new_order:hover {
    border-color: #b2b2b2;
    color: #b2b2b2; }

form .title {
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-size: 25px;
  padding-bottom: 20px;
  font-family: 'Futura Std';
  border-bottom: 1px solid #000000; }

form .selectValut {
  text-align: right;
  margin: 20px 0 30px 0;
  font-family: 'Futura Std';
  color: #000000;
  font-size: 16px; }
  form .selectValut a {
    margin-left: 12px; }
    form .selectValut a:hover {
      color: #b2b2b2; }
    form .selectValut a.active {
      color: #b2b2b2; }

form .item {
  padding: 0 55px 55px 60px;
  margin-bottom: 55px;
  border-bottom: 1px solid #b2b2b2;
  -js-display: flex;
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 1170px) {
    form .item {
      padding: 0 0 55px 0; } }
  @media only screen and (max-width: 970px) {
    form .item {
      flex-wrap: wrap;
      padding: 0 0 20px 0;
      margin-bottom: 20px; } }
  form .item .firstCol {
    width: 570px;
    padding-right: 15px;
    -js-display: flex;
    display: flex; }
    @media only screen and (max-width: 970px) {
      form .item .firstCol {
        width: 60%;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 650px) {
      form .item .firstCol {
        width: 100%;
        padding-right: 0; } }
    form .item .firstCol .photoItem {
      position: relative;
      width: 135px;
      overflow: hidden; }
      form .item .firstCol .photoItem:before {
        content: "";
        display: block;
        padding-top: 120%; }
      form .item .firstCol .photoItem .photo {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat; }
    form .item .firstCol .titleItem {
      margin-left: 15px;
      font-family: 'Futura Std';
      font-size: 16px;
      color: #000000; }
      form .item .firstCol .titleItem p {
        margin: 0; }
  form .item .secondCol {
    width: 375px; }
    @media only screen and (max-width: 970px) {
      form .item .secondCol {
        width: 40%;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 650px) {
      form .item .secondCol {
        width: 100%;
        margin-bottom: 0;
        padding-left: 15px; } }
    form .item .secondCol .row {
      -js-display: flex;
      display: flex;
      align-items: center;
      font-family: 'Futura Std';
      font-size: 16px;
      text-transform: uppercase;
      color: #000000;
      margin-bottom: 15px; }
      @media only screen and (max-width: 970px) {
        form .item .secondCol .row {
          justify-content: flex-end; } }
      form .item .secondCol .row .titleRow {
        width: 140px;
        padding-right: 30px;
        word-break: break-word; }
        @media only screen and (max-width: 970px) {
          form .item .secondCol .row .titleRow {
            width: 100%; } }
      @media only screen and (max-width: 970px) {
        form .item .secondCol .row .content {
          -js-display: flex;
          display: flex;
          justify-content: center;
          width: 120px; } }
      form .item .secondCol .row .jq-number {
        padding: 0 20px; }
      form .item .secondCol .row .jq-number__field {
        width: 35px;
        border: none;
        border-radius: 0;
        box-shadow: none;
        background: #fff; }
      form .item .secondCol .row .jq-number__spin.minus {
        left: 0;
        right: auto;
        top: calc(50% - 10px);
        width: 20px;
        height: 20px;
        border: 1px solid #b2b2b2;
        border-radius: 50%;
        background: transparent;
        box-shadow: none; }
        form .item .secondCol .row .jq-number__spin.minus:after {
          content: '';
          border-top: none;
          position: absolute;
          width: 4px;
          top: 1px;
          left: 0;
          opacity: 0.5; }
      form .item .secondCol .row .jq-number__spin.plus {
        right: 0;
        left: auto;
        top: calc(50% - 10px);
        width: 20px;
        height: 20px;
        border: 1px solid #b2b2b2;
        border-radius: 50%;
        background: transparent;
        box-shadow: none; }
        form .item .secondCol .row .jq-number__spin.plus:after {
          content: '';
          border-bottom: none;
          border-top: none;
          position: absolute;
          top: 1px;
          left: -4px;
          opacity: .5;
          transform: scale(0.7); }
      form .item .secondCol .row .jq-number__field input {
        padding: 0 8px;
        font-family: 'Futura Std';
        font-size: 16px;
        text-align: center; }
  form .item .thirdCol {
    width: 110px;
    padding: 0 5px;
    font-family: 'Futura Std';
    font-size: 16px;
    color: #000000;
    text-align: center; }
    @media only screen and (max-width: 970px) {
      form .item .thirdCol {
        width: calc(100% - 21px);
        -js-display: flex;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 24px;
        padding-right: 20px; } }
  form .item .fourthCol {
    width: 21px;
    position: relative; }
    @media only screen and (max-width: 970px) {
      form .item .fourthCol {
        -js-display: flex;
        display: flex;
        width: 21px; } }
    @media only screen and (max-width: 970px) {
      form .item .fourthCol a {
        margin-left: auto; } }
    form .item .fourthCol .remove {
      width: 21px;
      height: 21px;
      transition: .3s; }
      form .item .fourthCol .remove:hover {
        opacity: .7; }
      form .item .fourthCol .remove svg {
        width: 100%;
        height: 100%; }
      @media only screen and (max-width: 970px) {
        form .item .fourthCol .remove {
          position: relative; } }

form .total {
  font-family: 'Futura Std';
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  text-align: right;
  padding-right: 55px;
  margin-bottom: 80px; }
  @media only screen and (max-width: 1170px) {
    form .total {
      padding-right: 0; } }
  form .total .cost {
    padding-left: 30px;
    font-size: 24px; }

form .free .freeTitle {
  position: relative;
  padding-left: 60px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #b2b2b2;
  font-family: 'Futura Std';
  margin-bottom: 65px; }
  @media only screen and (max-width: 970px) {
    form .free .freeTitle {
      margin-bottom: 20px; } }
  form .free .freeTitle svg {
    position: absolute;
    width: 40px;
    height: 40px;
    fill: #fe0e00;
    left: 0;
    top: -13px; }

form .costumInput textarea {
  height: 160px;
  margin-top: 50px;
  resize: none; }
  @media only screen and (max-width: 970px) {
    form .costumInput textarea {
      margin-top: 20px; } }

form .costumInput .location {
  position: absolute;
  left: 50%;
  margin: -45px 0 0 15px;
  cursor: pointer;
  transition: .3s; }
  form .costumInput .location:hover {
    color: #b2b2b2; }
  @media only screen and (max-width: 650px) {
    form .costumInput .location {
      position: inherit;
      margin: 0 0 10px 1px;
      left: 0; } }

form .costumInput input, form .costumInput textarea {
  padding: 15px 60px;
  width: 50%;
  margin-bottom: 10px;
  border: 1px solid #b2b2b2;
  font-family: 'Futura Std';
  font-size: 15px;
  margin-right: 1px;
  background: #fff;
  transition: 1s; }
  form .costumInput input:focus, form .costumInput textarea:focus {
    outline-color: #000000; }
  @media only screen and (max-width: 650px) {
    form .costumInput input, form .costumInput textarea {
      width: 100%;
      padding: 10px 20px;
      margin-right: 0; } }

form .costumInput .jq-selectbox {
  width: 50%;
  margin-bottom: 10px; }
  @media only screen and (max-width: 650px) {
    form .costumInput .jq-selectbox {
      width: 100%; } }

form .costumInput .jq-selectbox__select {
  padding: 7px 60px;
  height: 49px;
  background: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  border: 1px solid #b2b2b2;
  font-family: 'Futura Std';
  font-size: 15px; }
  @media only screen and (max-width: 650px) {
    form .costumInput .jq-selectbox__select {
      padding: 3px 20px;
      height: 39px; } }
  form .costumInput .jq-selectbox__select:hover .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
    border-top-color: #b2b2b2; }

form .costumInput .jq-selectbox__trigger {
  border-left: none; }

form .costumInput .jq-selectbox__trigger-arrow {
  top: calc(50% - 3px);
  border-top-color: #000000;
  transition: .3s; }

form .costumInput .jq-selectbox__dropdown {
  box-shadow: none;
  font-family: 'Futura Std';
  font-size: 16px;
  color: #000000;
  border-radius: 0; }
  form .costumInput .jq-selectbox__dropdown li {
    padding: 7px 60px; }
    @media only screen and (max-width: 650px) {
      form .costumInput .jq-selectbox__dropdown li {
        padding: 7px 18px; } }
    form .costumInput .jq-selectbox__dropdown li.selected {
      background-color: #a9810d; }
    form .costumInput .jq-selectbox__dropdown li:hover {
      background-color: #a9810d; }

form .costumInput .jq-selectbox__trigger-arrow {
  transition: .3s; }

form .costumInput .jq-selectbox.jqselect.FormCountry.opened .jq-selectbox__trigger-arrow {
  transform: rotate(-180deg);
  border-top-color: #b2b2b2; }

form .between {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px; }
  @media only screen and (max-width: 970px) {
    form .between {
      margin-top: 20px; } }
  form .between .name {
    position: relative;
    padding-left: 65px;
    font-family: 'Futura Std';
    font-size: 20px;
    flex-grow: 0;
    text-transform: uppercase;
    padding-right: 10px; }
    form .between .name .delivery {
      position: absolute;
      content: '';
      left: 0;
      top: calc(50% - 22px); }
    form .between .name .payment {
      position: absolute;
      content: '';
      left: 0;
      top: calc(50% - 22px); }
    form .between .name .comment {
      position: absolute;
      content: '';
      left: 0;
      top: calc(50% - 22px); }
  form .between .line {
    border-bottom: 1px dashed #b2b2b2;
    flex-grow: 1; }
  form .between .info {
    width: 100%;
    text-align: right;
    margin-bottom: 50px; }
    @media only screen and (max-width: 970px) {
      form .between .info {
        margin-bottom: 20px; } }
    form .between .info a {
      font-family: 'Futura Std';
      font-size: 13px;
      margin-top: 10px;
      text-transform: uppercase;
      color: #000000;
      transition: .3s; }
      form .between .info a:hover {
        color: #b2b2b2; }

form .radioButton {
  -js-display: flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  form .radioButton .itemRadio {
    -js-display: flex;
    display: flex;
    align-items: center;
    margin-right: 1px; }
    @media only screen and (max-width: 650px) {
      form .radioButton .itemRadio {
        width: 100%;
        margin: 5px 0; } }
  form .radioButton label {
    -js-display: flex;
    display: flex;
    align-items: center;
    cursor: pointer; }
  form .radioButton .visa {
    margin-right: 30px;
    margin-left: 20px; }
  form .radioButton .mc {
    margin-right: 20px; }
  form .radioButton .pal {
    margin-left: 20px; }
  form .radioButton .jq-radio {
    box-shadow: none;
    background: none; }
  form .radioButton .jq-radio.checked .jq-radio__div {
    width: 8px;
    height: 8px; }

form .error_input {
  border-color: #fe4237 !important; }

form .capcha {
  margin: 40px 0; }
  @media only screen and (max-width: 970px) {
    form .capcha {
      margin: 20px 0; } }
  form .capcha .error_input {
    border: 1px solid #fe4237; }

form button {
  cursor: pointer;
  padding: 10px 25px;
  font-family: 'Futura Std';
  font-size: 16px;
  color: #000000;
  background: none;
  border: 1px solid #b2b2b2;
  text-transform: uppercase;
  transition: .3s; }
  form button:focus {
    outline-color: #a9810d; }
  form button:hover {
    border-color: #b2b2b2;
    color: #b2b2b2; }

form .gif {
  position: relative;
  width: 170px; }
  form .gif .boxLoader {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 999; }
    form .gif .boxLoader.active {
      display: none; }
    form .gif .boxLoader .loader {
      position: absolute;
      top: 0;
      margin: 10px;
      margin-left: 70px;
      color: #fe0e00;
      font-size: 20px;
      text-indent: -9999em;
      overflow: hidden;
      width: 1em;
      height: 1em;
      border-radius: 50%;
      -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
      animation: load6 1.7s infinite ease, round 1.7s infinite ease; }

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.breadcrumbs {
  margin-top: 7px; }
  .breadcrumbs ul {
    display: flex;
    align-items: center; }
    .breadcrumbs ul li {
      font-size: 16px;
      font-family: 'Futura Std';
      margin-right: 20px;
      position: relative; }
      .breadcrumbs ul li a {
        color: #000000;
        font-weight: 600;
        /*        &:after{
          @extend .icon-s-arrow;
          position: absolute;
          content: '';
          top: 3px;
          right: -14px;
          transition: .3s;
        }*/ }
        .breadcrumbs ul li a:hover {
          color: #b2b2b2;
          /*          &:after{
            opacity: 0.5;
          }*/ }
      .breadcrumbs ul li .arrow-right {
        width: 10px;
        height: 10px;
        position: absolute;
        top: 3px;
        right: -16px; }
        .breadcrumbs ul li .arrow-right svg {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
      .breadcrumbs ul li span {
        color: #000000; }
    @media only screen and (max-width: 650px) {
      .breadcrumbs ul li:nth-last-of-type(1) {
        display: none; } }
    @media only screen and (max-width: 650px) {
      .breadcrumbs ul li:nth-last-of-type(2) .arrow-right {
        display: none; } }
    @media only screen and (max-width: 650px) {
      .breadcrumbs ul li:nth-last-of-type(2) a:after {
        display: none; } }
