* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666; }

body input:required:valid,
body textarea:required:valid {
  color: #666; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-size: 13px;
  min-width: 320px;
  position: relative;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
  background: #ffffff; }

html, body {
  overflow-x: hidden; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

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

a {
 // display: block;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  outline: none; }
  a:hover, a:focus {
    text-decoration: none; }

.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

button {
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
    border-radius: 0;
  background: transparent;
  cursor: pointer;
  -webkit-transition: .3s ease;
  transition: .3s ease; }

.logo {
  max-width: 119px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

input {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  border: none;
  background: #fff;
  width: 100%;
  height: 45px;
  
  color: #868686;
  font-size: 13px; }
  input::-webkit-input-placeholder {
    color: #868686; }
  input::-moz-placeholder {
    color: #868686; }
  input::-ms-input-placeholder {
    color: #868686; }
  input::placeholder {
    color: #868686; }
    
input:not([type=checkbox]):not([type=radio]) { padding: 0 32px 0 23px;}

label {
  display: block; }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 40px;
  width: 100%;
  border-radius: 20px;
  text-transform: uppercase; }

.btn-border {
  border: solid 0.7px #f6a525;
  color: #fff;
  font-size: 14px;
  font-weight: bold; }
  .btn-border:hover {
    background: #f6a525;
    color: #990100; }

.btn-accent {
  background: #f6a525;
  color: #fff;
  font-size: 13px;
  font-weight: bold; }
  .btn-accent:hover {
    background: #990100; }

.btn-red {
  background: #990100;
  color: #fff;
  font-size: 13px;
  font-weight: bold; }
  .btn-red:hover {
    background: #f6a525; }

.btn-disabled {
  background: #b2b2b2;
  color: #fff;
  font-size: 13px;
  font-weight: bold; 
  }
  .btn-disabled:hover {
    background: #f6a525; }
    
@media only screen and (min-width: 461px)
{
    .btn-disabled {
    margin-left:30px !important;
    }
}

.links {
  color: #838383; }

.btn-border-orange {
  color: #f6a525; }

header {
  position: relative;
  z-index: 2; }

.header-top {
  background: #f7941e;
  padding: 15px 0; }
  .header-top .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .menu li a {
    color: #676b6d;
    font-size: 17px; }
  .menu li a.actmenu {
    color: #f7941e ;
    font-size: 17px; }
    .menu li a:after {
      content: '|';
      color: #676b6d;
      display: inline-block;
      margin: 0 15px; }
    .menu li a:hover {
      color: #f7941e; }
  .menu li:last-child a:after {
    display: none; }

.phone {
  color: #fff;
  font-size: 13px; }
  .phone strong {
    font-weight: bold;
    color: #fff; }

.header-center {
  padding: 11px 0 12px; }
  .header-center .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.search {
  position: relative;
  max-width: 530px;
  width: 100%;
 // border: solid 1px #eeeeee;
 //   border-radius: 30px;
//  overflow: hidden;
  margin: 0 auto; }
  .search button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 17px;
    height: 17px; }

.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #363636; }

.basket-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #363636;
  margin: 0 9px 0 42px; }

.basket-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 30px 0 0;
  width: 17px; }

.basket-val {
  position: absolute;
  width: 20px;
  height: 20px;
  padding: 6px 9px 6px 8px;
  background-color: #c00103;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: -18px; }

.tooltip-wrapper {
  position: relative;
  cursor: pointer; }
  .tooltip-wrapper:hover .tooltip-box {
    display: block; }

.icon-tooltip {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #990100;
  border: solid 1px #c00103;
  width: 20px;
  height: 20px;
  font-weight: bold; }

.tooltip-box {
  display: none;
  background: #990100;
  color: #fff;
  position: absolute;
  right: 0;
  top: calc(100% + 17px);
  width: 220px;
  padding: 14px 19px 18px; }
  .tooltip-box:before {
    content: '';
    position: absolute;
    right: 5px;
    top: -4px;
    width: 10px;
    height: 10px;
    background: #990100;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .tooltip-box p {
    font-weight: bold;
    margin: 0 0 10px; }

main {
  background: url("../img/bg-banner.png") no-repeat center;
    background-size: cover;
  border-top: 3px solid #f6a525; }

.main-slider {
  width: 100%; }

.main-slide {
  padding: 67px 0 0;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text; }
  .main-slide .btn {
    margin: 31px 0 0;
    max-width: 170px; }

.main-slide__title {
  font-size: 50px;
  font-family: "Bree Serif", sans-serif;
  position: relative;
  margin: 0 0 27px;
  padding: 0 0 27px;
  max-width: 200px;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text; }
  .main-slide__title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 3px;
    background: #f6a525; }

.main-slide__content {
  max-width: 455px;
  width: 100%;
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 1;
  margin: 0 0 0 70px; }

.main-slide__img {
  max-width: 100%; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-slide {
  outline: none; }

.slick-arrow {
  z-index: 1;
  width: 13px;
  height: 20px;
  opacity: 1;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .slick-arrow:before {
    content: '';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    opacity: 1;
    font-size: 21px;
    display: inline-block;
    color: #fff; }
  .slick-arrow:hover, .slick-arrow:focus {
    opacity: 1;
    color: #fff; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    content: '\f104'; }

.slick-next {
  right: 0; }
  .slick-next:before {
    content: '\f105'; }

.slick-dots {
  position: absolute;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 69px;
  left: 0;
  width: 10px; }
  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 0 10px;
    border-radius: 50%;
    opacity: .5;
    background: #ffffff; }
    .slick-dots li:last-child {
      margin: 0; }
    .slick-dots li button {
      display: none; }
  .slick-dots .slick-active {
    opacity: 1; }

.advantages {
  margin: -65px 0 98px;
  position: relative;
  z-index: 1; }
  .advantages .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

.advantages-box {
  max-width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #838383;
  font-size: 16px; }
  .advantages-box h3 {
    text-align: center;
    margin: 32px auto 23px;
    text-transform: uppercase;
    color: #990100;
    font-family: "Bree Serif", sans-serif; }

.advantages-box__icon {
  width: 135px;
  height: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.05);
  background: #ffffff; }

.sidebar {
  width: 270px; }

.content {
  width: calc(100% - 270px);
  padding: 0 0 0 30px; }

h2 {
  text-transform: uppercase;
  color: #363636;
  font-size: 24px;
  font-family: "Bree Serif", sans-serif; }

.line-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 30px; }

.menu-category-box {
  width: 100%;
  border: solid 1px #eeeeee;
  font-size: 15px; }

.menu-category-box__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 17px;
  color: #fff;
  background: #f6a525;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold; }
  .menu-category-box__title .icon {
    font-size: 18px;
    width: 18px;
    margin: 0 21px 0 0; }

.menu-category__item {
  border-bottom: 1px solid #eeeeee; }
  .menu-category__item:last-child {
    border: none; }

.menu-category-submenu {
  padding: 19px 20px 19px 29px;
  font-size: 15px;
  background: #ffffff;
  display: none;
  border-top: 1px solid #eeeeee; }
  .menu-category-submenu li {
    margin: 0 0 25px; }
    .menu-category-submenu li:last-child {
      margin: 0; }
    .menu-category-submenu li a {
      color: #838383;
      position: relative;
      padding: 0 0 0 26px; }
      .menu-category-submenu li a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        border-radius: 50%;
        width: 7px;
        height: 7px;
        background: #838383; }
      .menu-category-submenu li a:hover {
        color: #990100; }

.menu-category-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 13px 20px 16px;
  color: #363636;
  cursor: pointer; }

.menu-category__item-drop .menu-category-head:after {
  content: '\f107';
  display: inline-block;
  color: #838383;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 0 0 auto; }

.menu-category__item-drop.active {
  background: #f5f5f5; }
  .menu-category__item-drop.active .menu-category-submenu {
    display: block; }

.menu-category-icon {
  margin: 0 17px 0 0;
  width: 25px;
  height: 25px; }

.compensate-for-scrollbar {
  margin: 0 !important; }

.card-product {
  border: solid 1px #eeeeee;
  height: 450px;
  max-width: 270px;
  background: #ffffff;
  position: relative;
  width: 100%; }
  .card-product .btn {
    max-width: 170px;
    margin: 0 auto; }

.card-product__img {
  height: 250px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden; }

.bg-green {
  background: #93d68a; }

.label-item {
  padding: 2px 7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 13px;
  margin: 12px auto 0; }

.label-item-fix {
  position: absolute;
  left: 0;
  top: 30px;
  margin: 0; }

.bg-red {
  background: #990100; }

.card-product__body {
  padding: 32px 10px 15px; }

.card-product__name {
  text-align: center;
  width: 100%;
  color: #363636;
  font-size: 14px; }

.card-product__price {
  margin: 17px auto 20px;
  color: #363636;
  font-size: 16px;
  font-weight: bold;
  text-align: center; }

.w-100 {
  width: 100%; }

.mb-100 {
  margin-bottom: 100px; }

.slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .slider-nav .slick-arrow {
    position: relative;
    border: solid 1px #f6a525;
      border-radius: 50%;
    width: 40px;
    height: 40px;
    -webkit-transform: none;
            transform: none;
    left: 0;
    right: 0; }
    .slider-nav .slick-arrow:before {
      color: #f6a525; }
    .slider-nav .slick-arrow:hover {
      background: #f6a525; }
      .slider-nav .slick-arrow:hover:before {
        color: #fff; }
  .slider-nav .slick-next {
    margin: 0 0 0 19px; }

.slick-slide .card-product {
  margin: 0 auto; }

.card-product-new .card-product__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.contacts-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 47px;
  color: #838383;
  font-size: 17px;
  border-right: 1px solid #e5e5e5; }
  .contacts-box:last-child {
    border: none; }
  .contacts-box h3 {
    color: #363636;
    text-transform: uppercase;
    font-family: "Bree Serif", sans-serif;
    margin: 0 0 0 8px; }
  .contacts-box a {
    color: #838383; }

.contacts-wrapper {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 -45px;
  width: 100%;
  padding: 39px 0 36px; }

.contacts-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 25px;
  color: #f6a525; }

footer {
  background: #f7941e;
  color: #fff;
  padding: 80px 0 27px; }

.menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 auto; }
  .menu-footer li a {
    text-transform: uppercase;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .menu-footer li a:after {
      content: '|';
      display: inline-block;
      margin: 0 5px; }
  .menu-footer li:last-child a:after {
    display: none; }

.section-home {
  color: #000;
  padding: 50px 0 50px;
  background: #eeeeee url("../img/halftone-dark.png") no-repeat center;
    background-size: cover;
 }
  .section-home .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
            
@media only screen and (max-width: 575px) {
.section-home {
 margin: 0 0 15px;
}
}
@media only screen and (min-width: 576px) {
.section-home {
 margin: 0 0 75px;
}
}

h1 {
  margin: 0 0 0px;
  font-size: 30px;
  font-family: "Bree Serif", sans-serif; }

.breadcrumbs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .breadcrumbs li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    color: #f7941e; }
    .breadcrumbs li a:after {
      content: '/';
      display: inline-block;
      margin: 0 7px; }
  .breadcrumbs li span {
    color: #676b6d; }

.box-text {
  margin: 0 0 39px;
  color: #838383;
  font-size: 15px; }

.row {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.col-3 {
  padding: 0 15px;
  width: 33.3%; }

.mb-30 {
  margin-bottom: 30px; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0 0; }
  .pagination li {
    margin: 0 10px 0 0; }
    .pagination li:last-child {
      margin: 0; }
      .pagination li:last-child a {
        color: #f6a525;
        border: solid 1px #f6a525; }
        .pagination li:last-child a:hover {
          background: #f6a525;
          color: #fff; }
    .pagination li:first-child a {
      color: #f6a525;
      border: solid 1px #f6a525; }
      .pagination li:first-child a:hover {
        background: #f6a525;
        color: #fff; }
    .pagination li a {
      color: #363636;
      font-size: 15px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-weight: bold; }
    .pagination li .active {
      background: #f6a525;
      color: #fff; }

.section-thanks {
  margin: 0 0 76px; }

.thanks-box {
  padding: 74px 0;
  background: #f5f5f5;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #838383; }
  .thanks-box strong {
    color: #363636;
    font-weight: bold;
    font-size: 16px; }
  .thanks-box img {
    margin: 0 auto 49px; }
  .thanks-box .btn {
    max-width: 230px;
    margin: 49px auto 0; }
  .thanks-box h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #363636;
    margin: 0 auto 20px; }

.button-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  //-webkit-box-align: center;
  //    -ms-flex-align: center;
  //        align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  //        justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .button-group .btn {
    max-width: 170px; }

.section-login .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.section-login h3 {
  position: relative;
  margin: 0 0 28px;
  padding: 0 0 20px;
  color: #363636;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase; }
  .section-login h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f6a525;
    width: 50px;
    height: 2px; }

.section-login__box {
  max-width: 569px;
  width: 100%; }

.section-login__box-info {
  max-width: 422px;
  width: 100%;
  color: #838383;
  font-size: 15px; }
  .section-login__box-info .box-text {
    margin: 0 0 57px; }
    .section-login__box-info .box-text p {
      margin: 0 0 30px; }
      .section-login__box-info .box-text p:last-child {
        margin: 0; }
  .section-login__box-info .btn {
    max-width: 170px;
    color: #363636;
    font-size: 13px; }
    .section-login__box-info .btn i {
      margin: 0 0 0 20px; }

.login-item {
  background: #f5f5f5;
  width: 100%;
  padding: 20px 70px 47px; }
  .login-item h4 {
    margin: 0 0 17px; }

.form input {
  padding: 0 21px;
  height: 50px;
  color: #838383;
  font-size: 15px; }
  .form input::-webkit-input-placeholder {
    color: #838383; }
  .form input::-moz-placeholder {
    color: #838383; }
  .form input::-ms-input-placeholder {
    color: #838383; }
  .form input::placeholder {
    color: #838383; }

.form label {
  margin: 0 0 20px; }
  .form label:last-child {
    margin: 0; }

.form .button-group {
  margin: 40px 0 0; }

.btn-burger {
  display: none;
  color: #f6a525;
  font-size: 20px;
  margin: 0 0 0 20px;
  width: 17px; }
  .btn-burger:before {
    content: '\f0c9';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    -webkit-transition: .3s ease;
    transition: .3s ease; }

.btn-burger.click:before {
  content: '\f00d'; }

.mobile-menu {
  display: none;
  /*min-height: 820px;   */
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 5;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  max-width: 320px;
  width: 100%;
  font-size: 15px; }
  .mobile-menu .phone {
    font-size: 15px;
    padding: 25px 16px;
    border-bottom: 1px solid #eeeeee; }
  .mobile-menu .menu {
    font-size: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 26px 0;
    background: #f5f5f5; }
    .mobile-menu .menu li {
      width: 100%;
      margin: 0 0 15px; }
      .mobile-menu .menu li:last-child {
        margin: 0; }
      .mobile-menu .menu li a {
        width: 100%;
        padding: 0 10px 0 60px;
        font-size: 15px; }
        .mobile-menu .menu li a:after {
          display: none; }
  .mobile-menu .search {
    display: none; }

.mobile-menu__top {
  width: 100%;
  background: #f6a525;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .mobile-menu__top a {
    color: #fff;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 52px; }

.table {
  width: 100%; }

.thead {
  width: 100%;
  background: #f5f5f5;
  color: #363636; }
  .thead .tr {
    padding: 17px 0; }

.tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.td:first-child, .th:first-child {
  padding: 0 0 0 23px;
  width: 80%; }

.td:nth-child(2), .th:nth-child(2) {
  width: 20%; }

.td:nth-child(3), .th:nth-child(3) {
  width: 25%; }

.td:nth-child(4), .th:nth-child(4) {
  width: 10%; }

.tbody {
  width: 100%;
  font-size: 16px; }
  .tbody .tr {
    padding: 19px 0;
    border-bottom: 1px solid #eeeeee; }

.product-table-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }

.product-table-info__img {
  width: 128px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .product-table-info__img img {
    max-height: 100%; }

.product-table-info__content {
  width: calc(100% - 128px);
  padding: 0 0 0 50px; }

.product-table-info__name {
  color: #363636;
  font-size: 15px;
  margin: 0 0 17px; }

.info-product-list {
  color: #838383;
  font-size: 13px; }
  .info-product-list .label-item {
    margin: 10px 0 0; }

.quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

select {
  padding: 0 21px;
  border: solid 1px #eeeeee;
    border-radius: 0;
  background: #ffffff url("../img/down-arrow.svg") no-repeat 94% center;
    background-size: 11px;
  width: 200px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }
  select::-webkit-input-placeholder {
    color: #000; }
  select::-moz-placeholder {
    color: #000; }
  select::-ms-input-placeholder {
    color: #000; }
  select::placeholder {
    color: #000; }

.btn-refresh {
  border-radius: 50%;
  margin: 0 0 0 20px;
  border: solid 1px #f6a525;
  width: 20px;
  height: 20px;
  padding: 5px;
  color: #f6a525;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px; }
  .btn-refresh i {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }

.btn-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  border: solid 1px #c00103;
    border-radius: 50%;
  color: #c00103;
  padding: 5px;
  font-size: 13px; }
  .btn-delete:hover {
    background: #c00103;
    color: #fff; }

.table-total {
  max-width: 300px;
  width: 100%;
  margin: 39px 0 0 auto; }
  .table-total .btn {
    margin: 30px auto 0; }

.table-total-line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #eeeeee;
  color: #363636;
  font-size: 15px; }
  .table-total-line:first-child {
    border: none; }
  .table-total-line span {
    font-weight: bold;
    text-align: left;
    min-width: 40%; }

.the-sum {
  font-size: 18px; }

.product-section .container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.product-photos {
  max-width: 600px;
  width: 100%; }

.photo-slider-max__box {
  border: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 400px; }

.photo-slider-preview {
  margin: 30px 0 0; }
  .photo-slider-preview .slick-current .photo-slider-preview__item {
    border: 1px solid #eeeeee; }
  .photo-slider-preview .slick-arrow:before {
    color: #868686; }
  .photo-slider-preview .slick-prev {
    left: -30px; }
  .photo-slider-preview .slick-next {
    right: -30px; }
  .photo-slider-preview .slick-disabled {
    opacity: 0; }

.photo-slider-preview__item {
  height: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  cursor: pointer;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border: 1px solid transparent; }
  .photo-slider-preview__item img {
    max-height: 100%; }
  .photo-slider-preview__item:hover {
    border: 1px solid #eeeeee; }

.photo-slider-max {
  position: relative; }
  .photo-slider-max:before {
    content: '\f00e';
    position: absolute;
    right: 20px;
    top: 20px;
    color: #f6a525;
    font-size: 20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; }

.product-content {
  width: calc(100% - 600px);
  padding: 0 0 0 60px; }
  .product-content .button-group {
    max-width: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .product-content .btn {
    max-width: 100%;
    height: 50px;
    border-radius: 30px; }
  .product-content .line-wrapper {
    padding: 0 0 46px;
    margin: 0 0 43px;
    border-bottom: 1px solid #eeeeee; }

.sale-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 18px 0 0;
  font-weight: bold;
  color: #000; }
  .sale-box img {
    margin: 0 10px 0 0; }

.name-product {
  margin: 0 0 24px;
  font-weight: bold;
  font-size: 18px;
  color: #363636; }

.price-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #868686;
  margin: 35px 0; }

.new-price {
  font-size: 18px;
  font-weight: bold;
  color: #363636; }

.old-price {
  color: #868686;
  font-size: 16px;
  text-decoration: line-through;
  margin: 0 33px; }

.line-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.ui-selectmenu-button.ui-button {
  border-radius: 0; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: solid 1px #eeeeee;
  background: #fff;
  margin: 0;
  outline: none; }

.ui-selectmenu-button.ui-button {
  height: 50px;
  max-width: 200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.ui-selectmenu-text {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  color: #000000;
  font-size: 15px;
  margin: 0 auto 0 0; }

.ui-button .ui-icon, .ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background: url("../img/down-arrow.svg") no-repeat center;
    background-size: 11px; }

.ui-corner-bottom {
  border-radius: 0; }

.ui-menu .ui-menu-item-wrapper {
  color: #838383;
  font-size: 15px;
  padding: 20px; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: 0; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: none;
  background: #f6a525;
  color: #fff; }

.ui-widget.ui-widget-content {
  border: solid 1px #eeeeee;
  margin: -1px 0 0; }

.ui-button {
  padding: 12px 19px; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  background: #ffffff;
  border: solid 1px #eeeeee; }

.product-content__description {
  width: 100%;
  font-size: 15px;
  color: #838383; }
  .product-content__description h3 {
    color: #363636;
    font-weight: bold;
    margin: 0 0 10px; }
  .product-content__description li {
    margin: 0 0 30px; }
    .product-content__description li:last-child {
      margin: 0; }

.title-mobile {
  display: none; }

.ordering-content {
  width: calc(100% - 400px);
  padding: 0 110px 0 0; }
  
  .account-content   .ordering-content {
  width:100% !important;
  }
  
  .ordering-content h3 {
    margin: 0 0 30px;
    width: 100%;
    padding: 0 0 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    color: #363636;
    font-size: 16px; }
    .ordering-content h3:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 50px;
      height: 2px;
      background: #f6a525; }
  .ordering-content label:not(#ffiz,#jjur, #el, #pa){
    width: 100%;
    margin: 0 0 20px; }
  .ordering-content input[type=text],  .ordering-content input[type=date], .ordering-content input[type=email] {
    border: solid 1px #aaa;
    /*height: 50px; */
    padding: 0 21px;
    font-size: 15px;
    color: #363636; }
.ordering-content input[type=file] {
    border: solid 1px #aaa;
   
    padding:10px;
    font-size: 15px;
    color: #363636; }
    .ordering-content input::-webkit-input-placeholder {
      color: #838383; }
    .ordering-content input::-moz-placeholder {
      color: #838383; }
    .ordering-content input::-ms-input-placeholder {
      color: #838383; }
    .ordering-content input::placeholder {
      color: #838383; }
  .ordering-content .input-error {
    border: solid 1px #c00103 !important; }
  .ordering-content .form-group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .ordering-content .form-group label:not(#ffiz,#jjur,#el,#pa) {
      width: 48.5%; 
      }
  .ordering-content .btn {
    /*height: 50px;*/
    border-radius: 30px;
    margin: 20px 0 0; }

textarea {
  border: solid 1px #aaa;
  width: 100%;
  color: #838383;
  padding: 22px 20px;
  height: 150px;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-size: 15px; }

.ordering-item {
  width: 100%;
  margin: 0 0 40px; }
  .ordering-item:last-child {
    margin: 0; }

.your-basket {
  width: 400px; }
  .your-basket h3 {
    color: #363636;
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: bold; }

.your-basket__box {
  width: 100%;
  border: solid 1px #eeeeee;
  margin: 0 0 15px; }

.your-basket__box-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
  padding: 29px 27px 27px 32px;
  color: #868686; }
  .your-basket__box-line h4 {
    line-height: 1.85;
    font-weight: bold;
    color: #363636;
    margin: 0 0 18px;
    max-width: 230px; }
  .your-basket__box-line:last-child {
    border: none; }
  .your-basket__box-line ul {
    width: 100%; }
    .your-basket__box-line ul li {
      margin: 0 0 8px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .your-basket__box-line ul li:last-child {
        margin: 0; }
    .your-basket__box-line ul span, .your-basket__box-line ul strong {
      min-width: 100px; }
    .your-basket__box-line ul strong {
      color: #363636;
      font-weight: bold; }
    .your-basket__box-line ul span {
      color: #000000; }

.your-basket__box-content {
  width: 300px; }

.your-basket__box-line-total {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 32px 70px 35px 29px; }

.notification-item .tooltip-box {
  display: block;
  opacity: 1;
  position: relative;
  width: 100%;
  padding: 27px 65px 32px 29px;
  font-size: 16px; }
  .notification-item .tooltip-box:before {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg); }
  .notification-item .tooltip-box p {
    margin: 0 0 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .notification-item .tooltip-box .icon-tooltip {
    color: #ffffff;
    border-color: #fff;
    margin: 0 10px 0 0; }
  .notification-item .tooltip-box span {
    font-size: 15px; }

.greeting-user {
  width: 100%;
  margin: 0 0 28px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  color: #363636; }

.left-box-account {
  width: 300px; }
  .left-box-account li {
    width: 100%; }
    .left-box-account li a {
      padding: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid #eeeeee;
      width: calc(100% - 30px);
      color: #363636;
      font-size: 15px; }
    .left-box-account li:last-child a {
      border: none; }
    .left-box-account li .color-orange {
      font-weight: bold;
      color: #f6a525; }
  .left-box-account .active {
    background: #f5f5f5; }
    .left-box-account .active a {
      border: none; }
  .left-box-account .icon {
    margin: 0 19px 0 0; }

    /*
.section-account .ordering-content {
  width: 100%;
  padding: 0; }
  .section-account .ordering-content .button-group {
    margin: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .section-account .ordering-content .button-group .btn {
      margin: 0;
      font-weight: bold;
      height: 40px;
      max-width: 230px; }
  .section-account .ordering-content .btn-border-orange {
    border: solid 1px #f6a525;
    color: #f6a525; } */

.account-content {
  background: #f5f5f5;
  width: calc(100% - 300px);
  padding: 30px 30px 30px; }

.color-red {
  color: #bb0103; }

.color-green {
  color: #93d68a; }

.attention-info {
  margin: 0 auto 0 35px; }

.attention-info__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  margin: 0 0 10px; }
  .attention-info__text:last-child {
    margin: 0; }
  .attention-info__text img, .attention-info__text i {
    margin: 0 10px 0 0; }

.my-orders-line {
  width: 100%;
  background: #ffffff;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.my-orders-item {
  width: 50%;
  border-right: 1px solid #eeeeee;
  color: #363636; }
  .my-orders-item:first-child {
    width: 50%; }
  .my-orders-item:last-child {
    border: none; }

.processing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  color: #363636;
  font-size: 13px; }
  .processing p {
    margin: 12px auto 0; }

.total-box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 25px 0 0;
  color: #363636;
  font-size: 13px;
  line-height: 1.6; }
  .total-box .label-item {
    margin: 0 auto 23px; }

.total-sum {
  font-size: 15px;
  font-weight: bold; }

.my-orders-item__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #eeeeee;
  padding: 26px 30px; }

.my-order-id {
  font-size: 15px;
  font-weight: bold; }

.my-orders-item__bottom {
  padding: 22px 30px 22px 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px; }

.links-doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #363636;
  margin: 0 0 3px; }

.links-text {
  text-decoration: underline;
  margin: 0 0 0 14px; }

.label-select {
  max-width: 200px; }
  .label-select input {
    width: 100%;
    height: 50px;
    border: solid 1px #eeeeee;
    color: #000000; }
    .label-select input::-webkit-input-placeholder {
      color: #000000; }
    .label-select input::-moz-placeholder {
      color: #000000; }
    .label-select input::-ms-input-placeholder {
      color: #000000; }
    .label-select input::placeholder {
      color: #000000; }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .product-content {
    padding: 0 0 0 30px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1100px) {
  .main-slide__content {
    margin: 0 0 0 20px;
    max-width: 400px; }
  .section-login__box {
    max-width: 450px; }
  .login-item {
    padding: 30px; }
  .old-price {
    margin: 0 auto; }
  .product-photos {
    width: 500px; }
  .product-content {
    width: calc(100% - 500px); }
  .account-content {
    padding: 30px; } }

@media only screen and (max-width: 992px) {
  .main-slide {
    padding: 40px 0 70px; }
  .advantages-box__icon {
    width: 100px;
    height: 100px;
    padding: 25px; }
  .advantages {
    margin: -50px 0 50px; }
  .advantages-box {
    font-size: 14px; }
  .search {
    max-width: 313px; }
  .product-photos {
    width: 400px; }
  .product-content {
    width: calc(100% - 400px); }
  .photo-slider-preview .slick-next {
    right: 0; }
  .photo-slider-preview .slick-prev {
    left: 0; }
  .ordering-content {
    padding: 0 30px 0 0; }
  .main-slide__img {
    max-width: 400px; }
  .main-slide {
    padding: 67px 0; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 930px) {
  .section-login__box {
    max-width: none;
    margin: 0 0 30px; }
    .section-login__box:last-child {
      margin: 0; }
  .section-login__box-info {
    max-width: none; }
    .section-login__box-info .box-text {
      margin: 0 0 20px; }
      .section-login__box-info .box-text p {
        margin: 0 0 10px; }
  .product-table-info__content {
    padding: 0 0 0 20px; }
  .attention-info {
    width: 100%;
    margin: 10px 0 0; } }

@media only screen and (max-width: 900px) {
  .sidebar, header .links-text, .header-top {
    display: none; }
  .links-icon {
    margin: 0; }
  .content {
    width: 100%;
    padding: 0; }
  .btn-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .mb-100 {
    margin: 0 0 60px; }
  .main-slide .btn {
    margin: 30px auto 0; }
  .main-slide__content {
    max-width: none;
    text-align: center;
    margin: 0;
    padding: 0 15px; }
  .main-slide__title {
    max-width: none;
    font-size: 40px;
    line-height: normal;
    padding: 0 0 20px;
    margin: 0 auto 20px; }
    .main-slide__title:before {
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
  .card-product {
    max-width: 220px; }
  .card-product__img {
    height: 230px; }
  .contacts-box {
    padding: 0 18px; }

  .product-content {
    width: 100%;
    padding: 0;
    margin: 30px 0 0; }
    .product-content .line-wrapper {
      padding: 0 0 20px;
      margin: 0 0 20px; }
  .product-photos {
    margin: 0 auto; }
  .title-mobile {
    display: block;
    width: 100%;
    margin: 0 0 20px; }
  .product-content .name-product, .product-content .info-product-list {
    display: none; }
  .product-content .line-wrapper {
    max-width: 550px; } }

@media only screen and (max-width: 830px) {
  .td:first-child, .th:first-child {
    width: 100%;
    padding: 0;
    margin: 0 0 10px; }
  .tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .thead {
    display: none; }
  .tbody .tr {
    padding: 20px 0; }
  .td:nth-child(2), .th:nth-child(2), .td:nth-child(4), .th:nth-child(4) {
    width: 20%;
    text-align: center; }
  .td:nth-child(3), .th:nth-child(3) {
    width: 50%; }
  .quantity-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media only screen and (max-width: 768px) {
  .advantages-box {
    margin: 0 auto 20px; }
    .advantages-box h3 {
      margin: 10px 0;
      font-size: 18px; }
  .advantages-box__icon {
    width: 80px;
    height: 80px;
    padding: 20px; }
  .advantages {
    margin: 30px auto; }
  .logo {
    max-width: 58px; }
  .header-center {
    padding: 13px 0 9px; }
  .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .your-basket {
    width: 100%; }
  .ordering-content {
    width: 100%;
    padding: 0;
    margin: 0 0 30px; }
  .account-content {
    width: 100%; }
  .left-box-account {
    width: 100%; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 660px) {
  .basket-wrapper {
    margin: 0 10px 0 20px; }
  header .search {
    display: none; }
  .logo {
    margin: 0 auto 0 0; }
  .mobile-menu {
    min-height: auto; }
    .mobile-menu .search {
      display: block;
      margin: 20px auto 0;
      width: calc(100% - 32px); }
  .contacts-box {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    border: none;
    padding: 0 30px;
    margin: 0 0 40px; }
    .contacts-box:last-child {
      margin: 0; }
  .contacts-wrapper {
    padding: 39px 0; }
  .main-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .main-slide__img {
    margin: 20px auto 0;
    max-width: 100%; } }

@media only screen and (max-width: 575px) {
  .advantages-box {
    max-width: 100%; }
  footer {
    padding: 65px 0 44px; }
    footer .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .menu-footer {
    margin: 37px auto 0; }
  .col-3 {
    width: 50%; }
  h1 {
    text-align: center;
    font-size: 26px;
    margin: 0 auto 20px; }
  .section-home {
    padding: 30px 15px;
    /*margin: 0 0 60px;*/ }
  .breadcrumbs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .breadcrumbs li {
      display: none; }
      .breadcrumbs li:last-child {
        display: block; }
        .breadcrumbs li:last-child span:before {
          content: '\f104';
          display: inline-block;
          margin: 0 5px 0 0;
          font-weight: 900;
          font-family: 'Font Awesome 5 Free'; }
  .thanks-box {
    padding: 30px 20px; }
    .thanks-box p {
      text-align: center; } }

@media only screen and (max-width: 480px) {
  .col-3 {
    width: 100%; }
    .col-3 .card-product {
      max-width: none; }
  .pagination {
    margin: 30px 0 0; }
    .pagination li:first-child, .pagination li:last-child {
      width: 50%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin: 11px 0 0; }
    .pagination li:first-child a {
      margin: 0 19px 0 auto; }
  .form .button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .form .button-group .btn {
      margin: 0 auto 10px; }
  .product-content .line-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .product-content .line-wrapper .ui-selectmenu-button.ui-button {
      max-width: 100%;
      margin: 0 auto 10px; }
  .product-photos {
    width: 100%; }
  .photo-slider-max__box {
    height: 300px; }
  .photo-slider-preview__item {
    height: 80px; }
  .my-orders-item {
    width: 100%; 
    }
    .processing
    {
    padding: 0px 10px 10px 10px;
    }
    .my-orders-item:first-child {
      border-bottom: 1px solid #eeeeee;
      width: 100%; }
  .total-box {
    padding: 15px 0; }
  .product-content .label-select {
    margin: 0 auto 20px; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 420px) {
  .td:nth-child(2), .th:nth-child(2) {
    width: 100%; }
  .td:nth-child(4), .th:nth-child(4) {
    width: 50%; }
  .td:last-child {
    width: 60%;
   /* margin: /*0 0 0 auto;*/ }
  .td:nth-child(3), .th:nth-child(3) {
    width: 100%;
    margin: 10px 0; }
  .your-basket__box-line-total, .your-basket__box-line {
    padding: 20px; }
  .ordering-content .btn {
    max-width: none;
    margin: 10px auto 0; }
  .account-content {
    padding: 30px 20px; }
  .ordering-content .form-group label {
    width: 100% !important; } }
    
@media only screen and (max-width: 600px) {
  .td:last-child {
    width: 55% !important;
   /* margin: /*0 0 0 auto;*/ }
   }

.selgroup
{
padding-bottom:10px
}

.contacts-box__hours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    margin: 0 0 5px;
    /* color: #f6a525; */
}

.contacts-box__hours p {
width: 60px;
}
.contacts-box__hours p+p {
width: 150px;
}

label#ffiz,label#jjur,label#el,label#pa
{
    cursor: pointer;
}
@media only screen and (max-width: 6000px) {

label#radios
{
   display: inline !important;
}
label#radios font:first-child 
{
padding-bottom: 10px;
}


label#radios2
{
   display: inline !important;
}
label#radios2 font:first-child 
{
padding-bottom: 10px;
}

}


