@charset "UTF-8";
/* ----------------------------------- *\
      icons
\* ----------------------------------- */
.i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
}



.ftitle {
  font-family: 'Certa Serif';
}
.ftext {
  font-family: 'Rubik', sans-serif;
}
/* ----------------------------------- *\
      main styles
\* ----------------------------------- */
body {
  color: #384047;
  background: #fff;
  font-size: 13px;
  line-height: 1.54;
}
p,
ul,
ol {
  position: relative;
  margin-bottom: 1.23em;
}
p img,
ul img,
ol img {
  max-width: 100%;
}
p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
li {
  position: relative;
  padding-left: 24px;
}
li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6B1700;
  position: absolute;
  top: 10px;
  left: 0;
  margin-top: -4px;
}
a {
  text-decoration: none;
  color: #064CAD;
}
a:hover {
  text-decoration: none;
  color: #286ecf;
}
a.link-main,
.link-main {
  text-decoration: none;
  border-bottom: 1px solid;
}
a.link-main:hover,
.link-main:hover {
  border-bottom: none;
}
h1,
.main-title,
h2,
.second-title,
h3,
.small-title {
  font-size: 26px;
  line-height: 1;
  margin: 0 0 10px 0;
  font-weight: 500;
  letter-spacing: 0.15px;
  color: #24292E;
  font-family: 'Certa Serif';
}
h2,
.second-title {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 20px;
}
.text-att {
  color: #064CAD;
}
.text-center {
  text-align: center;
}
@media (max-width: 1023px) {
  .m-hide {
    display: none !important;
  }
}
@media (min-width: 640px) {
  h1,
  .main-title {
    font-size: 32px;
    line-height: 38px;
  }
  h2,
  .second-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.43;
  }
  p,
  ul,
  ol {
    margin-bottom: 1.14em;
  }
}
@media (min-width: 1024px) {
  h1,
  .main-title {
    font-size: 36px;
    line-height: 1;
  }
  h2,
  .second-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .d-hide {
    display: none !important;
  }
}
/* ----------------------------------- *\
      structura
\* ----------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: 320px;
}
.inner-wrap,
.page {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 0 20px;
  min-width: 320px;
  max-width: 1200px;
  width: 100%;
}
.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.wrap,
.header,
.nav,
.footer,
.cnt-section {
  position: relative;
  clear: both;
  min-width: 320px;
  width: 100%;
}
.wrap {
  overflow: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrap > .cnt-section {
  /*-ms-flex-negative: 0;
      flex-shrink: 0;*/
}
.header,
.footer {
  /*-ms-flex-negative: 0;*/
      /*flex-shrink: 0;*/
  line-height: 1;
  text-align: left;
}
.header ul,
.footer ul,
.header li,
.footer li,
.header p,
.footer p {
  margin: 0;
  padding: 0;
}
.header ul:before,
.footer ul:before,
.header li:before,
.footer li:before,
.header p:before,
.footer p:before {
  display: none;
}
.header a,
.footer a {
  text-decoration: none;
  position: relative;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.footer {
  overflow: hidden;
  background: #384047;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}
.footer .inner-wrap {
  overflow: hidden;
}
.footer .soc-wrap {
  overflow: hidden;
  line-height: 1;
  margin-bottom: 20px;
  margin-right: 0;
  margin-left: -5px;
}
.footer .menu-wrap {
  overflow: hidden;
}
.footer .menu-wrap ul {
  width: 50%;
  float: left;
}
.footer .menu-wrap ul:first-child {
  padding-right: 10px;
}
.footer .menu-wrap a {
  display: block;
  padding: 10px 0;
}
.footer .awards-wrap {
  display: none;
  width: 94px;
}
.footer .awards-wrap a,
.footer .awards-wrap img {
  display: block;
  margin: 0 auto 24px auto;
  max-width: 100%;
}
.footer .awards-wrap a img {
  margin: 0;
}
.footer .copy-wrap {
  display: none;
  width: 180px;
}
.footer .contacts-wrap {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer .pays-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.footer .pays-wrap a,
.footer .pays-wrap img {
  display: block;
  max-width: 52px;
  max-height: 20px;
}
.footer .btn-action-ico {
  margin: 0 18px 0 0;
}
.footer .btn-action-ico.button-soc {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
}
.footer .btn-action-ico.button-soc img {
  width: 20px;
}
.footer a {
  color: #fff;
}
.footer-bottom-panel {
  padding: 0px 0 35px 0;
}
.footer-main-panel {
  padding: 16px 0 24px 0;
}
.header {
  z-index: 100;
  opacity: 1 !important;
}
.header .mobile-logo-wrap,
.main-menu-wrap .mobile-logo-wrap {
  display: none;
  position: absolute;
  top: 8px;
  left: 30px;
  height: 50px;
  float: left;
}
.header .mobile-logo,
.main-menu-wrap .mobile-logo {
  padding-left: 40px;
}
.header .mobile-logo .logo-pic,
.main-menu-wrap .mobile-logo .logo-pic {
  width: 30px;
}
.header .mobile-logo .logo-title,
.main-menu-wrap .mobile-logo .logo-title {
  width: 80px;
}
.inner-content-box {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 30px;
}
.main-content {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.main-side {
  width: 260px;
  background: #6B1700;
  position: relative;
  overflow: visible;
  z-index: 110;
  line-height: 1;
  padding: 15px 25px 35px 25px;
  color: #fff;
  margin-top: -106px;
  display: none;
}
.main-side .contacts-wrap {
  display: none;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  line-height: 1;
}
.main-side .owl-item.active .sl-pic {
  -webkit-transform: -webkit-scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.main-side .sl-pic {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform ease 2s;
  transition: -webkit-transform ease 2s;
  transition: transform ease 2s;
  transition: transform ease 2s, -webkit-transform ease 2s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: -webkit-scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.main-side .sl-wrap {
  overflow: hidden;
  position: relative;
}
.main-side .soc-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 17px 0 0 30px;
  overflow: hidden;
  max-width: 50%;
}
.main-side .soc-wrap .btn-action-ico.button-soc {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  margin: 0 19px 19px 0;
}
.main-side .soc-wrap .btn-action-ico.button-soc img {
  width: 30px;
}
.main-side .phone-wrap {
  display: none;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  position: absolute;
  top: 17px;
  right: 38px;
  font-size: 15px;
  font-weight: 500;
}
.main-side .phone-wrap a {
  text-decoration: none;
  color: #F8F4ED;
}
.main-side .contact-wrap {
  margin-bottom: 15px;
  display: block;
  position: relative;
  padding-top: 8px;
}
.main-side .contact-wrap .cnt-ico {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin: 0 0 0 0;
  position: relative;
}
.main-side .contact-wrap .cnt-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.main-side .contact-wrap .cnt-title {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
}
.main-side .slider-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  height: 100%;
}
.main-side .slider-wrap .slider {
  display: block;
  position: relative;
  height: 100%;
}
.main-side .slider-wrap .sl-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-top: 50px;
}
.main-side .owl-stage-outer,
.main-side .owl-stage,
.main-side .owl-item {
  min-height: 100%;
  height: 100%;
}
.main-side:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #064CAD;
  border-left: 87px solid #E02421;
  border-right: 87px solid #F5B428;
}
.main-side .button-wrap {
  margin: 20px 0 0 0;
}
.main-side .button-wrap .btn,
.main-side .button-wrap button,
.main-side .button-wrap input[type="submit"] {
  display: block;
  width: 100%;
  height: 52px;
  line-height: 48px;
  border: 2px solid #F5B428;
  background: none;
  font-size: 15px;
  font-weight: 500;
  padding: 0 15px;
  color: #F8F4ED;
}
.main-side .button-wrap .btn:hover,
.main-side .button-wrap button:hover,
.main-side .button-wrap input[type="submit"]:hover {
  background: #F5B428;
  color: #6B1700;
}
.main-side .menu-wrap {
  margin: 0 -25px;
}
.main-side .logo-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 0 4px 0;
  text-align: center;
}
.main-side .langs-wrap {
  text-align: center;
  font-size: 18px;
  line-height: 40px;
}
.main-side .langs-wrap li {
  display: inline-block;
  vertical-align: top;
}
.main-side .langs-wrap a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-decoration: underline;
  color: #fff;
}
.main-side .langs-wrap a:hover {
  text-decoration: none;
}
.main-side ul,
.main-side li,
.main-side p {
  margin: 0;
  padding: 0;
}
.main-side ul:before,
.main-side li:before,
.main-side p:before {
  display: none;
}
.main-side a {
  color: #fff;
  text-decoration: none;
}
.main-side .menu-button {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 20px;
  padding: 13px 10px 14px 72px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  z-index: 2;
}
.main-side .menu-button .button-ico {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 24px;
  margin-top: -16px;
}
.main-side .menu-button .button-ico img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.main-side .menu-button .button-title {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
}
.main-side .menu-button:hover,
.main-side .menu-button.active {
  background: #F5B428;
  color: #6B1700;
}
.main-side .menu-button:hover .button-ico img,
.main-side .menu-button.active .button-ico img {
  -webkit-filter: brightness(100%) invert(0);
          filter: brightness(100%) invert(0);
}
.main-side .owl-nav,
.main-side .owl-dots {
  display: none;
}
.main-menu-wrap .contact-wrap {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  padding: 0 0 0 30px;
}
.main-menu-wrap .contact-wrap.contact-phone {
  white-space: nowrap;
}
.main-menu-wrap .cnt-ico {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.main-menu-wrap .cnt-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.main-menu-wrap .cnt-title {
  display: block;
  text-align: left;
}
.main-menu-wrap .cnt-title a {
  color: #384047;
  text-decoration: none;
}
.main-menu-wrap .cnt-title b {
  font-weight: 500;
}
.footer-mobile-panel {
  display: none;
  position: fixed;
  z-index: 120;
  bottom: 0;
  left: 8px;
  right: 8px;
  height: 84px;
  line-height: 1;
  overflow: hidden;
  /*background: rgba(245, 180, 40, 0.85);*/
  background: #ffb842;
  border-radius: 16px 16px 0 0;
}
.footer-mobile-panel .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  padding: 0;
  width: auto;
  margin: 0 -10px;
}
.footer-mobile-panel .btn-action {
  display: block;
  height: 84px;
  padding-top: 45px;
  font-size: 13px;
  color: #384047;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.footer-mobile-panel .btn-action:hover {
  opacity: 0.85;
}
.footer-mobile-panel .btn-action .btn-action-ico {
  top: 20px;
}
.footer-mobile-panel .btn-action .btn-action-ico[data-count]:after {
  top: 2px;
}
.logo,
.mobile-logo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 100%;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0;
  font-size: 10px;
}
.logo:hover,
.mobile-logo:hover {
  text-decoration: none;
}
.logo {
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 15px;
  text-decoration: none;
  color: #f2dac2 !important;
  line-height: 22px;
}
.logo .logo-pic {
  display: block;
  width: 128px;
  margin: 0 auto 16px auto;
}
.logo .logo-title {
  display: block;
  width: 178px;
  margin: 0 auto 4px auto;
}
.logo .logo-text {
  display: block;
}
.logo img {
  display: block;
  width: 100%;
}
.mobile-logo {
  height: 50px;
  padding: 0 0 0 54px;
}
.mobile-logo .logo-pic {
  width: 48px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.mobile-logo .logo-title {
  display: block;
  position: relative;
  height: 50px;
  width: 104px;
}
.mobile-logo img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.fixed-actions-panel {
  position: fixed;
  top: 136px;
  right: 0;
  z-index: 997;
  float: left;
  overflow: hidden;
  -webkit-transform: -webkit-rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.fixed-actions-panel .btn-action-main {
  float: left;
}
@media (min-width: 640px) {
  .footer .soc-wrap {
    margin: 0;
    width: 180px;
  }
  .footer .menu-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 30px;
    font-size: 14px;
    padding-top: 8px;
  }
  .footer .menu-wrap ul {
    width: 46%;
  }
  .footer .menu-wrap ul + ul {
    width: 54%;
  }
  .footer .menu-wrap ul + ul li {
    margin-bottom: 8px;
  }
  .footer .menu-wrap li {
    margin-bottom: 16px;
  }
  .footer .menu-wrap a {
    padding: 0;
  }
  .footer .copy-wrap {
    display: block;
  }
  .footer .awards-wrap {
    display: block;
  }
  .footer .pays-wrap {
    width: 200px;
  }
  .footer .btn-action-ico {
    margin-right: 14px;
  }
  .footer .btn-action-ico.button-soc:first-child {
    margin-left: -5px;
  }
  .footer-main-panel {
    padding: 35px 0 14px 0;
  }
  .footer-main-panel .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .footer-bottom-panel {
    padding-bottom: 40px;
    font-size: 14px;
  }
  .footer-bottom-panel .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .fixed-actions-panel {
    top: 170px;
  }
  .inner-wrap,
  .page {
    padding-left: 40px;
    padding-right: 40px;
  }
  .inner-content-box {
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  .page,
  .inner-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .wrap {
    padding-top: 0 !important;
  }
  .footer .soc-wrap {
    width: 290px;
  }
  .footer .awards-wrap {
    padding-top: 8px;
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .awards-wrap a,
  .footer .awards-wrap img {
    margin: 0 0 20px 0;
  }
  .footer .menu-wrap li {
    margin-bottom: 8px;
  }
  .footer .pays-wrap {
    padding-bottom: 5px;
  }
  .footer .copy-wrap {
    width: 290px;
    padding-right: 20px;
  }
  .footer .contacts-wrap {
    padding-right: 20px;
    display: block;
  }
  .footer-main-panel {
    padding-bottom: 10px;
  }
  .footer-main-panel .inner-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-bottom-panel .inner-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header {
    /*background: #F5B428;*/
    background: #ffb842;
  }
  .header .actions-wrap {
    padding: 10px 0 0 0;
    margin: 0 0px 0 0;
    float: right;
    position: static;
    line-height: 1;
    height: 54px;
  }
  .header .actions-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .header .mobile-logo-wrap {
    display: none;
  }
  .header .action-wrap {
    float: left;
    width: auto;
    padding-right: 20px;
  }
  .header .action-wrap .btn-action-ico[data-count]:after {
    top: 2px;
  }
  .header .action-reserve {
    width: auto;
    margin-right: 20px;
    padding-top: 1px;
  }
  .header .action-reserve .btn,
  .header .action-reserve button,
  .header .action-reserve input[type="submit"] {
    height: 42px;
    line-height: 42px;
    padding: 0 24px;
    min-width: 165px;
    font-size: 15px;
    z-index: 11;
  }
  .header .action-search {
    position: static;
  }
  .header .action-search .search-block {
    position: absolute;
    top: 10px;
    right: 30px;
    left: 30px;
    z-index: 12;
    display: none;
  }
  .header .action-search .btn-action-ico.button-close {
    width: 80px;
    height: 72px;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
  }
  .main-menu-wrap {
    clear: both;
    position: relative;
  }
  .main-menu-wrap .contacts-wrap {
    position: absolute;
    top: -54px;
    left: 0;
    padding: 20px 0 0 10px;
    overflow: hidden;
  }
  .main-menu-wrap .contact-wrap {
    width: 240px;
    padding-right: 10px;
    float: left;
    font-size: 13px;
  }
  .main-menu-wrap .contact-wrap.contact-phone {
    font-size: 15px;
  }
  .main-menu-wrap .contact-wrap:last-child {
    width: 220px;
  }
  .main-menu-wrap .menu-block {
    height: 52px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1;
    text-align: center;
    padding: 10px 0 0 0;
  }
  .main-menu-wrap .menu-block > .js-btn-close {
    display: none;
  }
  .main-menu-wrap .menu-button-wrap {
    padding: 0 10px 0 0;
  }
  .main-menu-wrap .menu-button-wrap a {
    display: block;
    height: 42px;
    line-height: 42px;
    border-radius: 10px 10px 0 0;
    background: #E02421;
    padding: 0 15px;
    border: none;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    font-weight: 500;
  }
  .main-menu-wrap .menu-button-wrap a:hover {
    background: #ff4643;
  }
  .main-menu-wrap .menu-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .main-menu-wrap .menu-wrap > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-menu-wrap .menu-wrap > ul > li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 15px;
    color: #111029;
    font-weight: 500;
  }
  .main-menu-wrap .menu-wrap > ul > li.submenu:hover > a:after {
    -webkit-transform: -webkit-rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .main-menu-wrap .menu-wrap > ul > li.submenu > a:after {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    margin: 13px 0 0 0;
    background: url(../img/icons/ico-arrow01.svg) center no-repeat;
    background-size: 9px auto;
    -webkit-transition: -webkit-transform ease 0.2s;
    transition: -webkit-transform ease 0.2s;
    transition: transform ease 0.2s;
    transition: transform ease 0.2s, -webkit-transform ease 0.2s;
  }
  .main-menu-wrap .menu-wrap > ul > li.menu-right > ul {
    left: auto;
    right: 0;
  }
  .main-menu-wrap .menu-wrap > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #FAFAFA;
    z-index: 20;
    min-width: 100%;
    width: 448px;
    padding: 16px 0 16px 0;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  }
  .main-menu-wrap .menu-wrap > ul > li > ul > li {
    position: static;
  }
  .main-menu-wrap .menu-wrap > ul > li > ul > li > ul {
    width: 220px;
    position: absolute;
    top: 0;
    left: 100%;
    min-height: 100%;
    background: #fff;
    overflow: visible;
  }
  ul.menu-columns {
    width: 448px;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }
   ul.menu-columns:after {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    top: 8px;
    left: 50%;
    bottom: 8px;
    background: #EBECED;
  }
  .main-menu-wrap .menu-wrap > ul > li > ul > li > ul:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -240px;
    background: #fff;
    border-left: 240px solid #FAFAFA;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  }
  .main-menu-wrap .menu-wrap > ul > li > ul > li .menu-button {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .main-menu-wrap .menu-wrap > ul > li li.submenu > .menu-button {
    padding-right: 40px;
  }
  .main-menu-wrap .menu-wrap > ul > li li.submenu > .menu-button:after {
    display: block;
  }
  .main-menu-wrap .menu-wrap > ul > li > a {
    display: block;
    height: 42px;
    line-height: 42px;
    padding: 0 5px;
    white-space: nowrap;
    color: #111029;
  }
  .main-menu-wrap .menu-wrap > ul ul {
    display: none !important;
    -webkit-animation: fadein ease 0.2s;
            animation: fadein ease 0.2s;
  }
  .main-menu-wrap .menu-wrap > ul li {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column;
  }
  .main-menu-wrap .menu-wrap > ul li:hover > ul {
    display: block !important;
  }
  .main-menu-wrap .menu-wrap > ul li:hover > .menu-button {
    background: #F5B428;
    color: #6B1700;
  }
  .main-menu-wrap .menu-wrap > ul li:hover > .menu-button .button-ico img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    opacity: 1;
  }
  .main-menu-wrap .menu-wrap > ul li:hover > .menu-button:after {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    opacity: 1;
  }
  .main-menu-wrap .menu-wrap a {
    text-decoration: none;
  }
  .main-menu-wrap .menu-wrap ul,
  .main-menu-wrap .menu-wrap li {
    position: relative;
  }
  .main-menu-wrap .menu-wrap .menu-button {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 16px;
    padding: 16px 10px 16px 68px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    color: #384047;
    z-index: 2;
  }
  .main-menu-wrap .menu-wrap .menu-button .button-ico {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -16px;
  }
  .main-menu-wrap .menu-wrap .menu-button .button-ico img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.7;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  .main-menu-wrap .menu-wrap .menu-button:after {
    content: "";
    display: none;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -12px;
    background: url(../img/icons/ico-arrow04.svg) center no-repeat;
    background-size: 24px auto;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  .main-menu-wrap .menu-wrap .menu-button .button-title {
    display: inline-block;
    vertical-align: middle;
    line-height: 17px;
  }
  .main-menu-wrap .menu-wrap .menu-button:hover,
  .main-menu-wrap .menu-wrap .menu-button.active {
    background: #F5B428;
    color: #6B1700;
  }
  .main-menu-wrap .menu-wrap .menu-button:hover .button-ico img,
  .main-menu-wrap .menu-wrap .menu-button.active .button-ico img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    opacity: 1;
  }
  .main-menu-wrap .menu-wrap .menu-button:hover:after,
  .main-menu-wrap .menu-wrap .menu-button.active:after {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    opacity: 1;
  }
  .main-menu-wrap .menu-search-wrap {
    display: none;
  }
  .main-menu-wrap > .js-btn-toggle {
    display: none;
  }
  .main-menu-wrap > .js-btn-toggle.active + .js-popup-block {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 1023px) {
  .page-main.wrap {
    padding-top: 0 !important;
  }
  .page-inner .main-side {
    display: none;
  }
  .page-inner .header {
    position: relative;
    height: 80px;
  }
  .page-inner .header .inner-wrap {
    height: 80px;
    overflow: hidden;
  }
  .page-inner .header .mobile-logo-wrap {
    display: block;
    height: 64px;
    top: 16px;
    left: 40px;
  }
  .page-inner .header .mobile-logo {
    height: 64px;
    padding-left: 54px;
  }
  .page-inner .header .mobile-logo .logo-pic {
    width: 48px;
    height: 48px;
    top: 8px;
  }
  .page-inner .header .mobile-logo .logo-title {
    height: 64px;
    width: 104px;
  }
  .page-inner .inner-content-box {
    padding-top: 0;
  }
  .wrap-mobile-header .main-side {
    display: none;
  }
  .wrap-mobile-header .header {
    position: relative;
    height: auto;
  }
  .wrap-mobile-header .header .inner-wrap {
    height: 50px;
  }
  .wrap-mobile-header .header .inner-wrap > .mobile-logo-wrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 0 20px;
  }
  .wrap-mobile-header .header .inner-wrap > .mobile-logo-wrap .mobile-logo {
    padding: 0 0 0 38px;
  }
  .wrap-mobile-header .header .inner-wrap > .mobile-logo-wrap .mobile-logo .logo-pic {
    width: 32px;
  }
  .wrap-mobile-header .header .inner-wrap > .mobile-logo-wrap .mobile-logo .logo-title {
    width: 70px;
  }
  .footer-mobile-panel {
    display: block;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: none;
    margin: 0;
    padding: 0;
    z-index: 150;
  }
  .header .inner-wrap {
    padding: 0;
  }
  .header .actions-wrap {
    display: none;
  }
  .header .mobile-logo-wrap {
    display: none;
  }
  .main-menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .main-menu-wrap .menu-block {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
    overflow: hidden;
    padding: 142px 0 0px 0;
  }
  .main-menu-wrap .mobile-logo-wrap {
    display: block;
    padding: 0px 0 0 20px;
    top: 0;
    left: 0;
    height: auto;
  }
  .main-menu-wrap .mobile-logo {
    padding: 0 0 0 38px;
  }
  .main-menu-wrap .mobile-logo .logo-pic {
    width: 32px;
  }
  .main-menu-wrap .mobile-logo .logo-title {
    width: 70px;
  }
  .main-menu-wrap .menu-search-wrap {
    display: block;
    width: 100%;
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    padding: 0 20px;
  }
  .main-menu-wrap .menu-button-wrap {
    display: block;
    position: absolute;
    top: 102px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 20px;
  }
  .main-menu-wrap .menu-button-wrap a {
    display: block;
    height: 36px;
    line-height: 36px;
    background: #F5B428;
    padding: 0 10px;
    font-size: 13px;
    color: #24292E;
    overflow: hidden;
    position: relative;
    text-decoration: none;
  }
  .main-menu-wrap .contacts-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    border-top: 1px solid #EBECED;
    padding: 6px 20px;
  }
  .main-menu-wrap .contact-wrap {
    margin: 2px 0;
    width: 100%;
  }
  .main-menu-wrap .menu-wrap {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 13px;
    line-height: 20px;
    max-height: 100%;
    overflow: auto;
  }
  .main-menu-wrap .menu-wrap > ul > li > a {
    padding: 7px 20px 8px 30px;
  }
  .main-menu-wrap .menu-wrap > ul > li > ul {
    padding-bottom: 2px;
  }
  .main-menu-wrap .menu-wrap > ul > li > ul > li > a {
    padding-left: 50px;
  }
  .main-menu-wrap .menu-wrap > ul > li > ul > li > ul > li > a {
    padding-left: 80px;
  }
  .main-menu-wrap .menu-wrap > ul ul {
    display: none;
  }
  .main-menu-wrap .menu-wrap a {
    display: block;
    position: relative;
    overflow: hidden;
    color: #384047;
    text-decoration: none;
  }
  .main-menu-wrap .menu-wrap li.open > a {
    font-weight: 500;
  }
  .main-menu-wrap .menu-wrap li.open > a:after {
    -webkit-transform: -webkit-rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .main-menu-wrap .menu-wrap li.submenu > a:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -12px;
    -webkit-transition: -webkit-transform ease 0.2s;
    transition: -webkit-transform ease 0.2s;
    transition: transform ease 0.2s;
    transition: transform ease 0.2s, -webkit-transform ease 0.2s;
    background: url(../img/icons/ico-arrow02.svg) center no-repeat;
    background-size: 24px auto;
  }
  .main-menu-wrap .menu-button {
    font-size: 13px;
    line-height: 20px;
    display: block;
    position: relative;
    overflow: hidden;
    color: #384047;
    text-decoration: none;
    padding: 8px 0;
  }
  .main-menu-wrap .menu-button .button-ico {
    display: none;
  }
  .main-menu-wrap .btn-action-ico.button-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 60px;
    height: 60px;
  }
  .main-menu-wrap .btn-action-ico.button-close:before,
  .main-menu-wrap .btn-action-ico.button-close:after {
    width: 18px;
    margin-left: -9px;
  }
  .main-menu-wrap .js-btn-toggle {
    display: none;
  }
  .main-menu-wrap .js-btn-toggle.active + .menu-block {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .main-side {
    display: block;
    width: auto;
    clear: both;
    margin: 0 -20px;
    min-height: 100vh;
    padding: 72px 30px 150px 30px;
  }
  .main-side .menu-wrap,
  .main-side .button-wrap {
    display: none;
  }
  .main-side .contacts-wrap {
    display: block;
  }
  .main-side .soc-wrap {
    display: block;
  }
  .main-side .phone-wrap {
    display: block;
  }
}
@media (max-width: 767px) {
  .page-inner .header {
    height: 50px;
  }
  .page-inner .header .inner-wrap {
    height: 50px;
  }
  .page-inner .header .mobile-logo-wrap {
    height: 50px;
    top: 5px;
    left: 20px;
  }
  .page-inner .header .mobile-logo {
    height: 50px;
    padding-left: 38px;
  }
  .page-inner .header .mobile-logo .logo-pic {
    width: 32px;
    height: 32px;
    top: 9px;
  }
  .page-inner .header .mobile-logo .logo-title {
    height: 50px;
    width: 70px;
  }
  .footer-mobile-panel .btn-action .button-title {
    font-size: 12px;
  }
  .main-side .contact-wrap {
    padding-right: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-side {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (max-width: 639px) {
  .wrap {
    padding-top: 50px;
  }
  .header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
  }
  .footer-mobile-panel {
    left: 0;
    right: 0;
  }
  .footer-mobile-panel .inner-wrap {
    margin: 0;
    padding: 0 15px;
    width: 100%;
  }
  .main-side {
    padding-top: 58px;
  }
  .main-side .langs-wrap {
    font-size: 12px;
    margin-bottom: 6px;
    line-height: 1;
  }
  .main-side .langs-wrap a {
    padding-left: 7px;
    padding-right: 7px;
    height: 30px;
    line-height: 30px;
  }
  .main-side .contact-wrap {
    padding-top: 0;
  }
  .main-side .contact-wrap .cnt-ico {
    margin-right: 5px;
  }
  .main-side .contact-wrap .cnt-title {
    font-size: 13px;
  }
  .main-side .logo-wrap {
    margin-bottom: 2px;
  }
  .main-side .logo {
    font-size: 12px;
  }
  .main-side .logo .logo-pic {
    width: 60px;
    margin-bottom: 10px;
  }
  .main-side .logo .logo-title {
    width: 75px;
  }
  .main-side .soc-wrap {
    padding: 14px 0 0 16px;
  }
  .main-side .soc-wrap .btn-action-ico.button-soc {
    width: 20px;
    height: 20px;
  }
  .main-side .soc-wrap .btn-action-ico.button-soc img {
    width: 20px;
  }
  .main-side .phone-wrap {
    height: 20px;
    line-height: 20px;
    top: 50px;
    right: 16px;
    font-size: 14px;
  }
  .main-menu-wrap .menu-block {
    padding-right: 10px;
  }
  .main-menu-wrap .menu-search-wrap,
  .main-menu-wrap .menu-button-wrap {
    padding-right: 40px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .wrap {
    padding-top: 80px;
  }
  .header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
  }
  .wrap-mobile-header .header {
    height: 80px;
  }
  .wrap-mobile-header .header .inner-wrap {
    height: 80px;
  }
  .wrap-mobile-header .header .inner-wrap > .mobile-logo-wrap {
    padding: 23px 0 0 20px;
  }
  .wrap-mobile-header .header .inner-wrap > .mobile-logo-wrap .mobile-logo {
    padding-left: 54px;
  }
  .wrap-mobile-header .header .inner-wrap > .mobile-logo-wrap .mobile-logo .logo-pic {
    width: 48px;
  }
  .wrap-mobile-header .header .inner-wrap > .mobile-logo-wrap .mobile-logo .logo-title {
    width: 104px;
  }
  .main-menu-wrap .menu-block {
    padding-top: 240px;
  }
  .main-menu-wrap .contacts-wrap {
    width: auto;
    margin: 0 40px;
    padding: 8px 10px;
  }
  .main-menu-wrap .contact-wrap {
    margin: 5px 0;
  }
  .main-menu-wrap .menu-wrap > ul > li > a {
    font-size: 14px;
    line-height: 20px;
    padding: 14px 20px 14px 50px;
  }
  .main-menu-wrap .menu-wrap > ul > li > ul > li > a {
    padding-left: 72px;
  }
  .main-menu-wrap .menu-wrap > ul > li > ul > li > ul > li > a {
    padding-left: 110px;
  }
  .main-menu-wrap .menu-wrap li.submenu > a:after {
    right: 52px;
  }
  .main-menu-wrap .menu-wrap .menu-button {
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .main-menu-wrap .mobile-logo-wrap {
    padding: 30px 0 0 44px;
  }
  .main-menu-wrap .mobile-logo {
    padding-left: 54px;
  }
  .main-menu-wrap .mobile-logo .logo-pic {
    width: 48px;
  }
  .main-menu-wrap .mobile-logo .logo-title {
    width: 104px;
  }
  .main-menu-wrap .menu-search-wrap {
    top: 105px;
    padding: 0 40px;
  }
  .main-menu-wrap .menu-button-wrap {
    top: 169px;
    padding: 0 40px;
  }
  .main-menu-wrap .menu-button-wrap a {
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    font-size: 14px;
  }
  .main-menu-wrap .frm-main-search input[type="text"],
  .main-menu-wrap .frm-main-search input[type="email"] {
    height: 50px;
  }
  .main-menu-wrap .frm-main-search .btn-action-ico.button-search {
    height: 50px;
  }
  .main-menu-wrap .btn-action-ico.button-close {
    width: 60px;
    height: 60px;
    top: 14px;
    right: 12px;
  }
  .main-menu-wrap .btn-action-ico.button-close:before,
  .main-menu-wrap .btn-action-ico.button-close:after {
    width: 22px;
    margin-left: -11px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrap-mobile-header .header .inner-wrap > .mobile-logo-wrap {
    padding: 23px 0 0 40px;
  }
}
@media (min-width: 1024px) {
  .inner-content-box {
    padding-top: 0;
  }
  .page-lk {
    overflow: hidden;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header .mobile-logo-wrap {
    display: block;
  }
  .main-menu-wrap .contacts-wrap {
    left: 140px;
  }
}
@media (min-width: 1200px) {
  .page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 1130px;
  }
  .wrap:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -960px;
    height: 100vh;
    width: 1920px;
    background: url(../img/main/main-bg.jpg) center no-repeat;
filter: blur(1px);
    background-size: cover;
    z-index: -1;
  }
  /*.page-main {
    background: url(../img/main/main-bg.jpg) center no-repeat;
    background-size: cover;
  }*/
  .fixed-actions-panel {
    display: none;
  }
  .header .inner-wrap {
    padding-left: 306px;
  }
  .header .action-search .search-block {
    left: 306px;
  }
  .main-content-wrap {
    padding-left: 260px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100%;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .main-content-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .main-content {
    padding-left: 32px;
    padding-right: 32px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    min-height: 100%;
  }
  .main-side {
    display: block;
    float: left;
    margin-left: -260px;
    margin-right: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 100;
    max-height: 100vh;
    overflow: hidden;
    margin-top: 0;
    padding-top: 262px;
    padding-bottom: 0;
  }
  .main-side { /*новые правки*/
    bottom: 0;
    position: absolute;
    top: -106px;
    overflow: visible;
    max-height: none;
  }
  .main-side .slider-wrap {
    display: none;
  }
  .main-side .logo-wrap {
    position: absolute;
    top: 15px;
    left: 25px;
    right: 25px;
  }
  .main-side .langs-wrap {
    position: absolute;
    top: 217px;
    left: 0;
    right: 0;
  }
  .main-side .scroll-wrap {
    overflow: auto;
    margin-left: -25px;
    margin-right: -25px;
    padding-bottom: 35px;
    max-height: 100%;
  }
  .main-side .scroll-wrap {/*новые правки*/
    /*max-height: none;*/
  }
  .main-side .scroll-wrap .menu-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .main-side .scroll-wrap .button-wrap {
    margin-left: 25px;
    margin-right: 25px;
  }
  .footer {
    /*z-index: 101;*/
  }
}
/* ----------------------------------- *\
      fonts
\* ----------------------------------- */
@font-face {
  font-family: 'Certa Serif';
  src: url('../fonts/CertaSerif-Medium.eot');
  src: local('CertaSerif-Medium'), url('../fonts/CertaSerif-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/CertaSerif-Medium.woff2') format('woff2'), url('../fonts/CertaSerif-Medium.woff') format('woff'), url('../fonts/CertaSerif-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-home"></i>
```
*/
.i-blank {
  background-image: url(../img/spr.png);
  background-position: 0px 0px;
  width: 1px;
  height: 1px;
}
/* ----------------------------------- *\
      forms elements styles
\* ----------------------------------- */
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="date"],
input[type="url"] {
  height: 38px;
  border: 1px solid #D1D4D7;
  background: #fff;
  border-radius: 10px;
  padding: 0 10px;
  font-size: 12px;
}
textarea {
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}
[placeholder]::-webkit-input-placeholder {
  color: #384047;
}
[placeholder]:-moz-placeholder {
  color: #384047;
}
[placeholder]::-moz-placeholder {
  color: #384047;
}
[placeholder]:-ms-input-placeholder {
  color: #384047;
}
.btn,
button,
input[type="submit"] {
  height: 48px;
  line-height: 48px;
  background: #064CAD;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border: none;
  padding: 0 30px;
}
.btn[disabled],
button[disabled],
input[type="submit"][disabled],
.btn.button-disabled,
button.button-disabled,
input[type="submit"].button-disabled {
  opacity: 0.6;
  pointer-events: none;
}
.btn:hover:active,
.btn:hover:focus,
.btn:hover,
button:hover,
input[type="submit"]:hover {
  background: #286ecf;
  text-decoration: none;
  color: #fff;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #286ecf;
  border-color: #286ecf;
}
.btn-default:focus, .btn-default.focus {
  color: #fff;
  background-color: #286ecf;
  border-color: #286ecf;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none !important;
  outline-offset: 0 !important;
}
.btn.button-clear,
button.button-clear,
input[type="submit"].button-clear {
  height: 48px;
  line-height: 48px;
  padding: 0;
  background: none;
  border-radius: 0;
  border: none;
  font-weight: 400;
  text-decoration: underline;
  color: #064CAD;
}
.btn.button-clear:hover,
button.button-clear:hover,
input[type="submit"].button-clear:hover {
  background: none;
  color: #064CAD;
  text-decoration: none;
}
.btn.button-border,
button.button-border,
input[type="submit"].button-border {
  background: none;
  color: #064CAD;
  border: 2px solid #064CAD;
  line-height: 44px;
}
.btn.button-border:hover,
button.button-border:hover,
input[type="submit"].button-border:hover {
  background: #064CAD;
  color: #fff;
}
.btn.button-border:hover .button-ico img,
button.button-border:hover .button-ico img,
input[type="submit"].button-border:hover .button-ico img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.btn .button-ico,
button .button-ico,
input[type="submit"] .button-ico {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: -2px 3px 0 0;
  position: relative;
  overflow: hidden;
}
.btn .button-ico img,
button .button-ico img,
input[type="submit"] .button-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: -webkit-filter ease 0.2s;
  transition: -webkit-filter ease 0.2s;
  transition: filter ease 0.2s;
  transition: filter ease 0.2s, -webkit-filter ease 0.2s;
}
.btn.button-large,
button.button-large,
input[type="submit"].button-large {
  height: 52px;
  line-height: 52px;
}
.btn-action-main {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  height: 40px;
  line-height: 44px;
  padding: 0 20px;
  border-radius: 10px 10px 0 0;
  background: #064CAD;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  min-width: 120px;
  text-align: center;
}
.btn-action-main:hover {
  background: #286ecf;
  text-decoration: none;
  color: #fff;
}
.btn-action-main.color-red {
  background: #E02421;
}
.btn-action-main.color-red:hover {
  background: #ff4643;
}
.btn-action-ico {
  background: none;
  border: none;
  border-radius: 0;
  min-width: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0;
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn-action-ico:before,
.btn-action-ico:after,
.btn-action-ico .i,
.btn-action-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.btn-action-ico:before,
.btn-action-ico:after {
  content: "";
}
.btn-action-ico:hover {
  text-decoration: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-action-ico.button-close:before,
.btn-action-ico.button-close:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin: -1px 0 0 -10px;
  background: #67717A;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-action-ico.button-close:before {
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-action-ico[data-count] {
  overflow: visible;
}
.btn-action-ico[data-count]:after {
  content: attr(data-count);
  height: 20px;
  min-width: 20px;
  padding: 0 5px;
  text-align: center;
  background: #DD211E;
  line-height: 20px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  left: 50%;
  top: 8px;
  right: auto;
  bottom: auto;
}
.btn-action-ico.button-soc-login {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.btn-action-ico.button-soc-login img {
  max-width: 24px;
  max-height: 24px;
}
.btn-action-ico.button-soc:hover {
  opacity: 0.85;
}
.btn-action-ico.button-trash:before {
  background: url(../img/icons/ico-trash.svg) center no-repeat;
  background-size: 24px auto;
}
.btn-action-ico.button-location:before {
  background: url(../img/icons/ico-location.svg) center no-repeat;
  background-size: 24px auto;
}
.btn-action-ico.button-calendar:before {
  background: url(../img/icons/ico-calendar.svg) center no-repeat;
  background-size: 24px auto;
}
.btn-action-ico.button-phone:before {
  background: url(../img/icons/ico-phone.svg) center no-repeat;
  background-size: 24px auto;
}
.btn-action-ico.button-phone.phone-color:before {
  background-image: url(../img/icons/ico-phone-color.svg);
}
.btn-action-ico.button-catalog:before {
  background: url(../img/icons/ico-menu-catalog.svg) center no-repeat;
  background-size: 24px auto;
}
.btn-action-ico.button-back:before {
  background: url(../img/icons/ico-arrow03.svg) center no-repeat;
  background-size: 24px auto;
}
.btn-action-ico.button-menu:before {
  background: url(../img/icons/ico-menu.svg) center no-repeat;
  background-size: 24px auto;
}
.btn-action-ico.button-search:before {
  background: url(../img/icons/ico-search.svg) center no-repeat;
  background-size: 24px auto;
}
.btn-action-ico.button-user:before {
  background: url(../img/icons/ico-user.svg) center no-repeat;
  background-size: 24px auto;
}
.btn-action-ico.button-cart:before {
  background: url(../img/icons/ico-cart.svg) center no-repeat;
  background-size: 24px auto;
}
.btn-action-ico.button-fav:before,
.btn-action-ico.button-fav:after {
  background: url(../img/icons/ico-fav.svg) center no-repeat;
  background-size: 24px auto;
}
.btn-action-ico.button-fav:after {
  opacity: 0;
  background-image: url(../img/icons/ico-fav-active.svg);
}
.btn-action-ico.button-fav.active:before {
  opacity: 0;
}
.btn-action-ico.button-fav.active:after {
  opacity: 1;
}
.btn-action-ico.button-border-round {
  border: 1px solid #EBECED;
  border-radius: 10px;
}
.btn-action-ico.button-round {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #064CAD;
}
.btn-action-ico.button-round:hover {
  background: #286ecf;
}
.btn-action-ico.button-round.button-round-light,
.btn-action-ico.button-round.button-disabled {
  background: #D1D4D7;
  z-index: 10 !important;
}
.btn-action-ico.button-round.button-round-light:hover,
.btn-action-ico.button-round.button-disabled:hover {
  background: #c0c3c6;
}
.btn-action-ico.button-round.button-plus:before,
.btn-action-ico.button-round.button-minus:before,
.btn-action-ico.button-round.button-plus:after,
.btn-action-ico.button-round.button-minus:after {
  background: #fff;
}
.btn-action-ico.button-plus:before,
.btn-action-ico.button-minus:before,
.btn-action-ico.button-plus:after,
.btn-action-ico.button-minus:after {
  width: 12px;
  height: 2px;
  background: #064CAD;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin: -1px 0 0 -6px;
  border-radius: 1px;
}
.btn-action-ico.button-plus:before {
  -webkit-transform: -webkit-rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn-action-ico.button-disabled {
  pointer-events: none;
}
.btn-action-more {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 13px;
  line-height: 24px;
  padding: 0 29px 0 0;
}
.btn-action-more:before {
  content: attr(data-show);
}
.btn-action-more.active:before {
  content: attr(data-hide);
}
.btn-action-more:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: -webkit-transform ease 0.2s;
  transition: -webkit-transform ease 0.2s;
  transition: transform ease 0.2s;
  transition: transform ease 0.2s, -webkit-transform ease 0.2s;
  background: url(../img/icons/ico-arrow06.svg) center no-repeat;
  background-size: 24px auto;
}
.btn-action {
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #384047;
  font-size: 12px;
  line-height: 18px;
  padding: 25px 0 0 0;
}
.btn-action:hover {
  color: #384047;
}
.btn-action .btn-action-ico {
  width: 100%;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
.owl-prev,
.owl-next,
.owl-dot {
  background: none;
  border: none;
  border-radius: 0;
  min-width: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0;
}
.owl-prev:hover,
.owl-next:hover,
.owl-dot:hover {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.owl-prev,
.owl-next,
.btn-slider-prev,
.btn-slider-next {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
}
.owl-prev:before,
.owl-next:before,
.btn-slider-prev:before,
.btn-slider-next:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}
.owl-prev:before,
.btn-slider-prev:before {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.owl-dots {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  line-height: 1;
  text-align: center;
  padding-bottom: 22px;
}
.owl-dot {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-radius: 50%;
  background: #fff;
}
.owl-dot:hover,
.owl-dot.active {
  background: #F5B428;
}
.frm-field-order {
  position: relative;
  margin: 30px auto 30px auto;
  width: 280px;
  height: 40px;
  padding: 0 50px 0 0;
}
.frm-field-order:first-child {
  margin-top: 0;
}
.frm-field-order:last-child {
  margin-bottom: 0;
}
.frm-field-order .btn,
.frm-field-order button,
.frm-field-order input[type="submit"] {
  display: block;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
}
.frm-field-order .btn-action-ico {
  position: absolute;
  top: 0;
  right: 0;
}
.frm-lk {
  display: block;
  margin-bottom: 40px;
  position: relative;
}
.frm-lk .frm-row {
  margin: 0 -3px 0 -2px;
}
.frm-lk .row-address .frm-field {
  width: 20%;
}
.frm-lk .row-address textarea,
.frm-lk .row-address input[type="text"],
.frm-lk .row-address input[type="password"],
.frm-lk .row-address input[type="email"],
.frm-lk .row-address input[type="number"],
.frm-lk .row-address input[type="range"],
.frm-lk .row-address input[type="search"],
.frm-lk .row-address input[type="tel"],
.frm-lk .row-address input[type="url"] {
  padding-right: 2px;
}
.frm-lk .frm-field {
  padding: 0 3px 0 2px;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
.frm-lk .field-topclear {
  margin-top: -10px;
}
.frm-lk .frm-select-action .frm-select-toggle {
  margin-bottom: 0;
}
.frm-lk .frm-select-toggle {
  margin-bottom: 5px;
}
.frm-lk .frm-select-toggle:last-child {
  margin-bottom: 0;
}
.frm-lk .frm-title {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  padding-top: 16px;
  border-top: 1px solid #F6F7F8;
  margin-bottom: 10px;
  color: #24292E;
  font-family: 'Certa Serif';
}
.frm-lk .frm-row-submit {
  margin-top: 14px;
}
.frm-lk .frm-row-submit .btn,
.frm-lk .frm-row-submit button,
.frm-lk .frm-row-submit input[type="submit"] {
  display: block;
  width: 100%;
  padding: 0 10px;
}
.frm-lk .frm-row-submit .button-wrap {
  display: block;
  margin: 24px auto 0 auto;
  max-width: 334px;
}
.frm-lk .frm-row-submit .button-wrap:first-child {
  margin-top: 0;
}
.frm-lk .frm-row-submit .button-wrap.button-account-delete {
  margin-top: 4px;
}
.frm-lk textarea {
  height: 72px;
}
.frm-row-soc {
  text-align: center;
}
.frm-row-soc .soc-title {
  font-size: 12px;
  line-height: 18px;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.frm-row-soc .soc-buttons {
  font-size: 0;
  line-height: 1;
  text-align: center;
}
.frm-row-soc .btn-action-ico {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.frm-popup .form-wrap {
  padding: 10px 0 0 0;
}
.frm-popup .frm-row-soc {
  margin: 15px 0 0 0;
}
.frm-popup .frm-row {
  margin: 0 0 10px 0;
}
.frm-popup textarea {
  height: 48px;
  line-height: 20px;
  padding-top: 5px;
}
.frm-popup .frm-info {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #67717A;
}
.frm-popup .frm-row-submit {
  margin: 38px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.frm-popup .frm-row-submit .button-wrap:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.frm-popup .frm-row-submit .button-wrap:last-child {
  padding-left: 10px;
}
.frm-popup .frm-row-submit .btn,
.frm-popup .frm-row-submit button,
.frm-popup .frm-row-submit input[type="submit"] {
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}
.frm-popup .row-link {
  font-size: 13px;
  line-height: 22px;
  text-align: right;
}
.frm-popup [placeholder]::-webkit-input-placeholder {
  color: #384047;
}
.frm-popup [placeholder]:-moz-placeholder {
  color: #384047;
}
.frm-popup [placeholder]::-moz-placeholder {
  color: #384047;
}
.frm-popup [placeholder]:-ms-input-placeholder {
  color: #384047;
}
.frm-section {
  position: relative;
  padding: 10px 100px 12px 0;
  border-bottom: 1px solid #F6F7F8;
  font-size: 13px;
  line-height: 18px;
}
.frm-section .section-value {
  display: block;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #24292E;
}
.frm-section .section-button.btn-action-ico {
  position: absolute;
  top: 50%;
  right: -8px;
  margin-top: -20px;
}
.frm-section .frm-counter-buttons {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
}
.frm-row,
.frm-field,
.frm-row-submit {
  position: relative;
  line-height: 1;
}
.frm-row:after,
.frm-field:after,
.frm-row-submit:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.frm-select-action {
  display: block;
  border-bottom: 1px solid #D9DBDD;
  position: relative;
  padding: 4px 0 4px 40px;
}
.frm-select-action .btn-action-ico.button-trash {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
.frm-select-toggle,
.frm-select-tgl,
.frm-select,
.frm-select-radio {
  position: relative;
  display: block;
  overflow: hidden;
}
.frm-select-toggle input,
.frm-select-tgl input,
.frm-select input,
.frm-select-radio input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.frm-select-toggle input:checked ~ label .lbl-button,
.frm-select-tgl input:checked ~ label .lbl-button,
.frm-select input:checked ~ label .lbl-button,
.frm-select-radio input:checked ~ label .lbl-button {
  background: #064CAD;
  -webkit-box-shadow: 0px 100px 145px rgba(6, 76, 173, 0.24), 11px 22px 32px rgba(6, 76, 173, 0.12), 6px 6px 10px rgba(6, 76, 173, 0.1);
          box-shadow: 0px 100px 145px rgba(6, 76, 173, 0.24), 11px 22px 32px rgba(6, 76, 173, 0.12), 6px 6px 10px rgba(6, 76, 173, 0.1);
  border-radius: 10px;
}
.frm-select-toggle input:checked ~ label .lbl-button img,
.frm-select-tgl input:checked ~ label .lbl-button img,
.frm-select input:checked ~ label .lbl-button img,
.frm-select-radio input:checked ~ label .lbl-button img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.frm-select-toggle label,
.frm-select-tgl label,
.frm-select label,
.frm-select-radio label {
  display: block;
  position: relative;
  cursor: pointer;
}
.frm-select-toggle .lbl-discount,
.frm-select-tgl .lbl-discount,
.frm-select .lbl-discount,
.frm-select-radio .lbl-discount {
  display: block;
  font-size: 15px;
  line-height: 18px;
  color: #E02421;
  font-weight: 500;
}
.frm-select-toggle input:checked ~ label:after,
.frm-select-tgl input:checked ~ label:after {
  left: 20px;
}
.frm-select-toggle input:checked ~ label:before,
.frm-select-tgl input:checked ~ label:before {
  background: #064CAD;
}
.frm-select-toggle label:before,
.frm-select-tgl label:before {
  content: "";
  display: block;
  width: 40px;
  height: 24px;
  border-radius: 12px;
  background: #D1D4D7;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
  position: absolute;
  top: 0;
  left: 0;
}
.frm-select-toggle label:after,
.frm-select-tgl label:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-transition: left ease 0.2s;
  transition: left ease 0.2s;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
}
.frm-select-toggle label {
  display: block;
  font-size: 12px;
  line-height: 18px;
  min-height: 24px;
  padding: 3px 0 3px 62px;
}
.frm-select-toggle label:before {
  top: 50%;
  margin-top: -12px;
}
.frm-select-toggle label:after {
  top: 50%;
  margin-top: -8px;
}
.frm-select-toggle.toggle-right label {
  padding-left: 0;
  padding-right: 62px;
}
.frm-select-toggle.toggle-right label:before {
  left: auto;
  right: 0;
}
.frm-select-toggle.toggle-right label:after {
  left: auto;
  right: 20px;
  -webkit-transition: right ease 0.2s;
  transition: right ease 0.2s;
}
.frm-select-toggle.toggle-right input:checked ~ label:after {
  left: auto;
  right: 4px;
}
.lbl-button {
  display: none;
  position: relative;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.lbl-button img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 32px;
  max-height: 32px;
  -webkit-transition: -webkit-filter ease 0.2s;
  transition: -webkit-filter ease 0.2s;
  transition: filter ease 0.2s;
  transition: filter ease 0.2s, -webkit-filter ease 0.2s;
}
.frm-main-zone {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(#2D2D39), color-stop(54.84%, rgba(45, 45, 57, 0.8)));
  background: linear-gradient(#2D2D39 0%, rgba(45, 45, 57, 0.8) 54.84%);
  color: #fff;
  line-height: 1;
}
.frm-main-zone .frm-title {
  display: block;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 10px 0;
}
.frm-main-zone input[type="text"],
.frm-main-zone input[type="search"] {
  height: 38px;
  border: none;
  padding: 0 11px;
}
.frm-main-search {
  display: block;
  position: relative;
  line-height: 1;
}
.frm-main-search input[type="search"],
.frm-main-search input[type="text"] {
  padding-right: 50px;
}
.frm-main-search .btn-action-ico.button-search {
  width: 48px;
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.frm-header-search {
  display: block;
  position: relative;
  overflow: hidden;
}
.frm-header-search input[type="search"],
.frm-header-search input[type="text"] {
  height: 72px;
  border-radius: 0;
  border: none;
  padding: 0 80px 0 32px;
  font-size: 12px;
}
.frm-header-search .btn,
.frm-header-search button,
.frm-header-search input[type="submit"] {
  display: none;
}
.frm-field-date {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #F5B428;
  line-height: 1;
  font-size: 12px;
  line-height: 18px;
  color: #384047;
  background: #fff;
}
.frm-field-date .field-date-select {
  border-bottom: 1px solid #F5B428;
  position: relative;
  display: block;
  padding: 10px 110px 15px 19px;
}
.frm-field-date .field-date-select:first-child {
  padding-top: 15px;
  padding-bottom: 10px;
}
.frm-field-date .field-date-select:last-child {
  border-bottom: none;
}
.frm-field-date .field-title {
  display: block;
}
.frm-field-date .field-value {
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #24292E;
}
.frm-field-date .btn-action-ico.button-calendar {
  position: absolute;
  top: 26px;
  right: 12px;
  margin-top: -20px;
}
.frm-field-date .frm-counter {
  width: 80px;
  position: absolute;
  top: 30px;
  right: 20px;
  margin-top: -12px;
}
.frm-counter-buttons {
  display: block;
  position: relative;
  overflow: hidden;
  width: 80px;
  height: 24px;
  line-height: 1;
}
.frm-counter-buttons .btn-action-ico {
  float: right;
}
.frm-counter-buttons .btn-action-ico.button-minus {
  float: left;
}
.frm-counter {
  display: block;
  width: 96px;
  height: 24px;
  line-height: 1;
  padding: 0 28px;
  position: relative;
}
.frm-counter .btn-action-ico {
  position: absolute;
  top: 0;
  left: 0;
}
.frm-counter .btn-action-ico.button-plus {
  left: auto;
  right: 0;
}
.frm-counter .counter-value {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
}
.ui-dialog {
  width: 452px !important;
  left: 50% !important;
  margin-left: -226px;
}
.ui-dialog.popup-add-cart {
  width: 210px !important;
  margin-left: -105px;
}
body .ui-datepicker-multi .ui-datepicker-group table {
  width: 100%;
}
body .ui-datepicker {
  display: block;
  width: 280px;
  background: #fff;
  max-width: 280px;
  padding: 0;
}
body .ui-datepicker .ui-datepicker-group {
  width: 100%;
  float: none;
  padding-bottom: 15px;
}
body .ui-datepicker .ui-datepicker-header {
  display: block;
  padding: 15px 0 5px 0;
  text-align: left;
  width: 100%;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #24292E;
  border-left: 1px solid #D1D4D7;
  border-right: 1px solid #D1D4D7;
  border-top: 1px solid #D1D4D7;
}

body .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 22px;
  text-align: center;
}

body .ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  max-width: 100%;
  margin: 0;
  table-layout: fixed;
}
body .ui-datepicker table thead {
  display: none;
}
body .ui-datepicker table td {
  height: 46px;
  border: none;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 500;
  color: #24292E;
  position: relative;
}
body .ui-datepicker table td .ui-state-default {
  text-align: center;
  display: block;
  width: 40px;
  height: 46px;
  line-height: 46px;
  position: relative;
  color: #24292E;
  padding: 0;
  z-index: 2;
}
body .ui-datepicker table td .ui-state-default.ui-state-active:before {
  opacity: 1;
}
body .ui-datepicker table td .ui-state-default:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  background: #F5B428;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-next {

}
body .ui-widget-overlay {
  background: rgba(36, 41, 46, 0.7);
  z-index: 998;
}
body .ui-dialog {
  padding: 0;
  background: #fff;
  z-index: 999 !important;
}
body .ui-dialog.popup-add-cart {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 100px 145px rgba(103, 113, 122, 0.11), 11px 22px 32px rgba(103, 113, 122, 0.06), 6px 6px 10px rgba(103, 113, 122, 0.05);
          box-shadow: 0px 100px 145px rgba(103, 113, 122, 0.11), 11px 22px 32px rgba(103, 113, 122, 0.06), 6px 6px 10px rgba(103, 113, 122, 0.05);
  min-height: 0 !important;
}
body .ui-dialog.popup-add-cart .ui-dialog-titlebar .ui-dialog-titlebar-close {
  display: none;
}
body .ui-dialog.popup-add-cart .popup-box {
  padding: 15px 32px 10px 32px;
  font-size: 13px;
  line-height: 20px;
}
body .ui-dialog.popup-add-cart .ui-dialog-content {
  overflow: hidden;
  min-height: 0 !important;
}
body .ui-dialog .ui-dialog-titlebar {
  padding: 0;
  margin: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  position: absolute;
  z-index: 99;
  min-width: 0;
  top: 0;
  right: 0;
  width: 76px;
  height: 72px;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before,
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  background: #67717A;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .ui-dialog .ui-dialog-content {
  padding: 0;
}
@media (max-width: 1023px) {
  .frm-select-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    line-height: 1;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .frm-select-panel:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 72px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1), 0px 100px 145px rgba(103, 113, 122, 0.11);
            box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1), 0px 100px 145px rgba(103, 113, 122, 0.11);
  }
  .frm-select-radio {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: visible;
  }
  .frm-select-radio:last-child .lbl-title {
    padding-right: 0;
  }
  .frm-select-radio input:checked ~ label {
    z-index: 2;
  }
  .frm-select-radio label {
    display: block;
    padding: 82px 0 0 0;
    text-align: center;
  }
  .frm-select-radio .lbl-title {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    text-align: left;
    padding: 0 10px 0 0;
  }
  .frm-select-radio .lbl-button {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .frm-lk .row-address .frm-field {
    width: 19%;
  }
  .frm-lk .row-address .frm-field:nth-child(4) {
    width: 25%;
  }
  .frm-lk .row-address .frm-field:last-child {
    width: 18%;
  }
}
@media (max-width: 479px) {
  .frm-section .section-title {
    font-size: 13px;
  }
  .frm-popup .frm-section {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 120px;
  }
  .frm-popup .frm-section .frm-counter-buttons {
    right: 20px;
  }
  .frm-popup .frm-section .section-button.btn-action-ico {
    right: 12px;
  }
  .frm-popup .frm-row-submit {
    margin-top: 20px;
  }
  .frm-popup .frm-info {
    font-size: 12px;
    line-height: 18px;
  }
  .ui-dialog {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    margin: 0;
  }
  .ui-widget-overlay {
    background: #fff !important;
  }
  body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    width: 62px;
    height: 60px;
  }
  body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before,
  body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
    width: 16px;
    margin-left: -8px;
  }
}
@media (min-width: 768px) {
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="number"],
  input[type="range"],
  input[type="search"],
  input[type="tel"],
  input[type="url"] {
    font-size: 13px;
  }
  .btn-action-more {
    font-size: 14px;
    padding-right: 24px;
  }
  .btn-action-main {
    min-width: 140px;
    height: 42px;
    line-height: 46px;
    font-size: 15px;
    padding: 0 30px;
  }
  .frm-field-order {
    max-width: 272px;
    padding: 0;
  }
  .frm-field-order .btn-action-ico {
    display: none;
  }
  .frm-popup .frm-row-submit.phone-mobile .button-wrap + .button-wrap {
    display: none;
  }
  .frm-lk {
    padding-top: 15px;
  }
  .frm-lk .frm-select-toggle {
    margin-bottom: 15px;
  }
  .frm-lk .btn,
  .frm-lk button,
  .frm-lk input[type="submit"] {
    font-size: 15px;
  }
  .frm-counter .counter-value {
    font-size: 13px;
  }
  .frm-field-date .field-title {
    font-size: 13px;
    line-height: 18px;
  }
  .frm-field-date .field-value {
    font-size: 15px;
    line-height: 22px;
  }
  .frm-field-date .btn-action-ico.button-calendar {
    top: 36px;
  }
  .frm-select-action {
    padding: 13px 0 13px 60px;
  }
  .frm-select-toggle label {
    font-size: 13px;
  }
  .owl-dot {
    width: 16px;
    height: 16px;
  }
  .owl-dots {
    padding-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .frm-select-radio .lbl-title {
    font-size: 13px;
    line-height: 18px;
  }
  .frm-select-radio .lbl-discount {
    font-size: 17px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .ui-dialog {
    width: 460px !important;
    margin-left: -230px;
  }
  .frm-lk {
    padding-top: 15px;
  }
  .frm-lk .frm-row-submit .button-wrap {
    max-width: 360px;
  }
  .frm-select-radio {
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    color: #24292E;
  }
  .frm-select-radio input:checked ~ label:after {
    opacity: 1;
  }
  .frm-select-radio label {
    min-height: 20px;
    position: relative;
    padding: 0 0 0 28px;
  }
  .frm-select-radio label:before,
  .frm-select-radio label:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #064CAD;
  }
  .frm-select-radio label:after {
    width: 8px;
    height: 8px;
    background: #064CAD;
    top: 6px;
    left: 6px;
    opacity: 0;
  }
  .frm-select-radio label .lbl-discount {
    display: inline;
    font-size: 16px;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-more-wrap {
  display: none;
}
.js-content-select {
  display: none;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
}
.js-content-select.active {
  display: block;
}
.js-bg-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.js-bg-box .js-bg-photo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.js-bg-box img:not(.js-bg-photo) {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.js-btn-toggle.active + .js-popup-block {
  display: block !important;
}
.js-popup-block {
  -webkit-animation: fadein ease 0.3s;
  animation: fadein ease 0.3s;
}
.js-tab-block {
  /*display: none;*/
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
}
.js-tab-block.active {
  display: block;
}
.items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  min-width: 100%;
}
.item-wrap {
  width: 100%;
  position: relative;
}
.owl-item {
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.owl-stage-outer,
.owl-stage {
  overflow: hidden;
}
.owl-carousel {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.owl-slider-outer .owl-item {
  opacity: 0;
  -webkit-transition: opacity ease 0.8s;
  transition: opacity ease 0.8s;
}
.owl-slider-outer .owl-item.active {
  opacity: 1;
}
.owl-slider-outer .owl-item:not(.active) {
  pointer-events: none;
}
.owl-slider-outer .owl-stage,
.owl-slider-outer .owl-stage-outer {
  overflow: visible;
}
.owl-slider-outer .owl-stage:after,
.owl-slider-outer .owl-stage-outer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.owl-slider-numbers-dots .owl-dots {
  counter-reset: button;
}
.owl-slider-numbers-dots .owl-dots:after {
  content: " / " attr(data-count);
  display: inline-block;
  vertical-align: middle;
}
.owl-slider-numbers-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  overflow: hidden;
  position: relative;
  font-size: 1em;
  color: inherit;
  height: auto;
  line-height: inherit;
}
.owl-slider-numbers-dots .owl-dot.active {
  width: auto;
}
.owl-slider-numbers-dots .owl-dot:before {
  content: counter(button);
  counter-increment: button;
}
.sl-wrap ~ .sl-wrap {
  display: none;
}
.elm-hidden {
  display: none;
}
@media (max-width: 1023px) {
  .elm-hidden-mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .elm-hidden-desktop {
    display: none;
  }
}
/* ----------------------------------- *\
      items styles
\* ----------------------------------- */
.item-menu-list {
  display: block;
  position: relative;
  min-height: 27px;
  line-height: 27px;
  padding: 0 0 0 38px;
  font-size: 13px;
  color: #000;
  text-decoration: none;
  text-align: left;
}
.item-menu-list:hover {
  text-decoration: none;
  color: #000;
}
.item-menu-list .menu-title {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
}
.item-menu-list .menu-ico {
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
}
.item-menu-list .menu-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-menu-catalog {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  background-color: #000;
  max-height: 300px;
}
.item-menu-catalog:hover {
  text-decoration: none;
  color: #fff;
}
.item-menu-catalog:before {
  content: "";
  display: block;
  padding-top: 75%;
  position: relative;
  width: 100%;
}
.item-menu-catalog:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(45, 45, 57, 0.7);
}
.item-menu-catalog .cat-ico {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 33%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 2;
}
.item-menu-catalog .cat-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-menu-catalog .cat-title-wrap {
  display: block;
  position: absolute;
  top: 74%;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0 3px;
  overflow: hidden;
  margin-top: -16px;
  height: 32px;
  line-height: 32px;
}
.item-menu-catalog .cat-title {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  width: 100%;
}
.item-menu-catalog .cat-subtitle {
  display: block;
  font-size: 11px;
}
.item-cnt {
  display: block;
  position: relative;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}
.item-cnt .cnt-ico {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  left: 0;
  margin: -10px 0 0 0;
}
.item-cnt .cnt-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-cnt .cnt-ico ~ .cnt-title,
.item-cnt .cnt-ico ~ .cnt-value,
.item-cnt .cnt-ico ~ .cnt-inner-wrap {
  padding-left: 36px;
}
.item-cnt .cnt-title {
  display: block;
}
.item-cnt .cnt-value {
  display: block;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #24292E;
}
.item-cnt .text-light {
  display: inline;
  font-weight: 400;
  color: #384047;
}
.item-cnt .cnt-inner-wrap {
  margin-bottom: 4px;
}
.item-cnt .cnt-inner-wrap:last-child {
  margin-bottom: 0;
}
.item-cnt p {
  margin: 0;
}
.item-image {
  display: block;
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.item-image img {
  display: block;
  width: 100%;
}
.item-info-icon {
  display: block;
  position: relative;
  font-size: 13px;
  line-height: 20px;
  color: #384047;
}
.item-info-icon.type-second .info-ico {
  width: 80px;
}
.item-info-icon .info-ico {
  display: block;
  width: 82px;
  margin: 0 0 15px 0;
  min-height: 80px;
  position: relative;
}
.item-info-icon .info-ico img {
  display: block;
  width: 100%;
  height: auto;
}
.item-info-icon .info-digit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  color: #6B1700;
  font-family: 'Certa Serif';
}
.item-info-icon .info-title {
  margin: 0 0 4px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  color: #384047;
  font-family: 'Rubik', sans-serif;
}
.item-info-icon .info-title:last-child {
  margin-bottom: 0;
}
.item-info-icon p {
  margin: 0;
}
.item-action {
  display: block;
  position: relative;
  overflow: hidden;
}
.item-action .action-info-wrap {
  display: none;
  width: 100%;
  min-height: 240px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 0 28px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.item-action .sl-wrap {
  background-color: #000;
  height: 180px;
  position: relative;
  overflow: hidden;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px 24px 20px;
}
.item-action .action-text-wrap {
  display: block;
  position: relative;
  z-index: 2;
  max-width: 200px;
  line-height: 1;
}
.item-action .action-main-title,
.item-action .action-total {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #F5B428;
  margin: 0;
  text-transform: none;
  text-align: left;
  margin-bottom: 6px;
}
.item-action .action-main-title:last-child,
.item-action .action-total:last-child {
  margin-bottom: 0;
}
.item-action .action-total {
  font-size: 45px;
  line-height: 53px;
  margin-bottom: 0;
}
.item-action .action-title {
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  color: #fff;
}
.item-action .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 0 22px 0;
}
.item-action .owl-dot {
  margin: 0 10px;
}
.item-action .owl-nav {
  display: none;
}
.item-action .button-wrap {
  margin-top: 24px;
  line-height: 1;
  position: relative;
}
.item-action p {
  margin: 0;
}
.item-action h2,
.item-action .second-title {
  margin-bottom: 8px;
}
.item-action .button-wrap .btn,
.item-action .button-wrap button,
.item-action .button-wrap input[type="submit"] {
  min-width: 235px;
}
.item-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 10px 0 12px 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  color: #384047;
}
.item-order .order-main-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.item-order .order-second-wrap {
  min-width: 70px;
}
.item-order .order-number,
.item-order .order-date,
.item-order .order-price,
.item-order .order-status {
  display: block;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.item-order .order-date,
.item-order .order-price {
  line-height: 22px;
  font-size: 15px;
  font-weight: 500;
  color: #24292E;
}
.item-order p {
  margin: 0;
}
.item-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  padding: 0 0 10px 0;
  overflow: hidden;
  color: #24292E;
}
.item-cart.type-second .cart-inner-wrap {
  min-height: 44px;
  padding-bottom: 0;
}
.item-cart.type-second .frm-counter {
  width: 80px;
  bottom: auto;
  top: 50%;
  margin-top: -12px;
}
.item-cart .cart-photo {
  display: block;
  width: 80px;
  float: left;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  line-height: 10;
  margin: 0 10px 0 0;
}
.item-cart .cart-photo img {
  display: block;
  width: 100%;
}
.item-cart .cart-inner-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-bottom: 35px;
}
.item-cart .cart-title {
  font-size: 12px;
  display: block;
  line-height: 18px;
  color: #24292E;
}
.item-cart .cart-title a {
  text-decoration: none;
  color: #24292E;
  display: block;
}
.item-cart .cart-total {
  display: block;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}
.item-cart .frm-counter {
  width: 96px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.item-cart .cart-price-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100px;
}
.item-cart .cart-price {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  color: #24292E;
  float: left;
  margin: 0 5px 0 0;
}
.item-cart .cart-price.price-old {
  opacity: 0.6;
  text-decoration: line-through;
}
.elm-info {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 100px 145px rgba(103, 113, 122, 0.11), 11px 22px 32px rgba(103, 113, 122, 0.06), 6px 6px 10px rgba(103, 113, 122, 0.05);
          box-shadow: 0px 100px 145px rgba(103, 113, 122, 0.11), 11px 22px 32px rgba(103, 113, 122, 0.06), 6px 6px 10px rgba(103, 113, 122, 0.05);
  border-radius: 0 0 10px 10px;
  font-size: 12px;
  line-height: 21px;
  padding: 15px 14px 10px 14px;
}
.elm-info .info-title {
  font-weight: 500;
  font-size: 15px;
}
.elm-decor {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  overflow: hidden;
  background: #064CAD;
}
.elm-decor:after,
.elm-decor:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 33.33%;
  background: #E02421;
}
.elm-decor:before {
  left: auto;
  right: 0;
  background: #F5B428;
}
.elm-description {
  display: block;
  background: #FAFAFA;
  border: 1px solid #F5B428;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 16px;
}
.item-article {
  display: block;
  position: relative;
}
.item-article .art-photo {
  display: none;
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.item-article .art-photo img {
  display: block;
  width: 100%;
}
.item-article .js-more-wrap {
  padding-bottom: 12px;
}
.item-article p {
  margin-bottom: 12px;
}
.item-article p:last-child {
  margin-bottom: 0;
}
.item-article h2,
.item-article .second-title {
  margin-bottom: 10px;
}
.item-delivery {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
  padding: 0 0 0 36px;
}
.item-delivery .del-title {
  display: block;
  position: relative;
}
.item-delivery .del-title b {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #24292E;
}
.item-delivery .del-ico {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.item-delivery .del-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-catalog {
  display: block;
  position: relative;
  line-height: 1;
  text-decoration: none;
  color: #384047;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.item-catalog.active .cat-popup-cart {
  display: block;
}
.item-catalog .cat-popup-cart {
  font-size: 13px;
  max-width: 90%;
  line-height: 20px;
  padding: 15px 32px 10px 32px;
  width: 210px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 100px 145px rgba(103, 113, 122, 0.11), 11px 22px 32px rgba(103, 113, 122, 0.06), 6px 6px 10px rgba(103, 113, 122, 0.05);
          box-shadow: 0px 100px 145px rgba(103, 113, 122, 0.11), 11px 22px 32px rgba(103, 113, 122, 0.06), 6px 6px 10px rgba(103, 113, 122, 0.05);
  -webkit-transform: -webkit-translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  overflow: hidden;
  display: none;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
}
.item-catalog:hover .cat-title-wrap {
  text-decoration: none;
}
.item-catalog .cat-photo-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  line-height: 1;
}
.item-catalog .cat-photo-wrap:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.item-catalog .cat-photo-wrap .img,
.item-catalog .cat-photo-wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;

}
.prod_plitki .img {
  width: 100%;
  background-size: cover !important;
  height: 194px;
  margin: 0;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  line-height: 1;
}
.prod_plitki .prod_title.title {
  display: block;
  font-size: 15px;
  line-height: 22px;
  padding: 10px 10px 0 10px;
  color: #064CAD;
  text-decoration: underline;
  font-family: 'Rubik', sans-serif;
  overflow: visible;
}
.input-group.kol_tovar_plus_minus {
  display: block;
  width: 100%;
}
.input-group.kol_tovar_plus_minus:after {
  content: '';
  clear: both;
}
.input-group.kol_tovar_plus_minus .input_wrapper {
  float: right;
  width: 25%;
  position: relative;
}
.input-group.kol_tovar_plus_minus .input_wrapper:after {
  content: '';
  display: block;
  height: 38px;
  width: 15px;
  z-index: 1000;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 10;
}
.input-group.kol_tovar_plus_minus .form-control {
  border: 0;
  padding-right: 0;
  outline: none;
  box-shadow: none;
  display: block;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: 0;
}
.kol_tovar_plus_minus .btn.minus {
  background: #D1D4D7 !important;
  width: 24px;
  height: 24px;
  border-radius: 50% !important;
  border: 0;
  position: relative;
  left: auto;
  bottom: auto;
  right: auto;
  color: #fff !important;
  line-height: 26px;
  float: right;
}
.kol_tovar_plus_minus .btn.minus:hover {
  background: #c0c3c6 !important;
  color: #fff !important;
}
.plitki_cart {
  margin: 20px 0 0 0;
  position: relative;
}
.plitki_cart:before {
  content: '';
  clear: both;
}
.prod_plitki {
  box-shadow: none !important;
}
.prod_plitki:hover {
  box-shadow: none !important;
}
.kol_tovar_plus_minus .input-group-btn {
  display: inline-block;
  width: 15%;
  float: right;
  margin: 10px auto;
}
.kol_tovar_plus_minus .input-group-btn button {
  margin: 0 auto;
}
.kol_tovar_plus_minus .btn.plus{
  background: #064CAD !important;
  width: 24px;
  height: 24px;
  border-radius: 50% !important;
  border: 0;
  position: relative;
  left: auto;
  bottom: auto;
  right: auto;
  color: #fff !important;
  line-height: 26px;
  float: left;
}
.kol_tovar_plus_minus .btn.plus:hover {
  background: #286ecf !important;
  color: #fff !important;
}
.kol_tovar_plus_minus .btn:focus,
.kol_tovar_plus_minus .btn:active,
.kol_tovar_plus_minus .btn:hover,
.kol_tovar_plus_minus .btn {
  outline: none;
  border: 0;
  z-index: 10 !important;
}
.kol_tovar_plus_minus .btn.minus:before {
  width: 12px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin: -1px 0 0 -6px;
  border-radius: 1px;
}
.item-catalog .btn, .item-catalog button, .item-catalog input[type="submit"] {
  display: block;
  width: 100%;
  padding: 0 10px !important;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  z-index: 6;
  border-radius: 10px !important;
  margin-left: 0;
}
.plitki_cart.total span {
  margin: 0 10px 0 0;
  font-size: 18px;
  line-height: 20px;
  color: #24292E;
}
.plitki_cart.total i {
  font-size: 18px;
  line-height: 20px;
  color: #24292E;
  font-style: normal;
}
.item-catalog .cat-title-wrap {
  display: block;
  font-size: 15px;
  line-height: 22px;
  padding: 10px 0 0 0;
  color: #064CAD;
  text-decoration: underline;
}
.item-catalog .cat-price-wrap {
  display: block;
  position: relative;
  padding: 8px 100px 8px 0;
  overflow: hidden;
}
.item-catalog .cat-price {
  float: left;
  margin: 7px 10px 0 0;
  font-size: 18px;
  line-height: 20px;
  color: #24292E;
  text-align: left;
}
.item-catalog .cat-price.price-old {
  opacity: 0.6;
  text-decoration: line-through;
}
.item-catalog .cat-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.item-catalog .frm-counter {
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 6;
}
.item-catalog .btn,
.item-catalog button,
.item-catalog input[type="submit"] {
  display: block;
  width: 100%;
  padding: 0 10px;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  z-index: 6;
}
.item-catalog .btn-action-ico.button-fav {
  width: 64px;
  height: 64px;
  z-index: 6;
  position: absolute;
  /*bottom: 0;*/
  right: 0;
  bottom: 175px;
}
@media (max-width: 767px) {
  .item-catalog.mobile-line {
    padding: 0 30px 0 90px;
    overflow: hidden;
    display: block;
    min-height: 90px;
  }
  .item-catalog.mobile-line .cat-photo-wrap {
    width: 80px;
    height: auto;
    margin: 0 0 0 -90px;
    float: left;
  }
  .item-catalog.mobile-line .cat-title-wrap {
    text-decoration: none;
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: 18px;
    color: #24292E;
    padding: 0 0 0 0;
    margin: 0;
  }
  .item-catalog.mobile-line .cat-title-wrap a {
    text-decoration: none;
    color: #24292E;
  }
  .item-catalog.mobile-line .cat-title-wrap a:hover {
    text-decoration: none;
  }
  .item-catalog.mobile-line .cat-price-wrap {
    position: static;
    clear: both;
    margin: 0 0 0 -90px;
    padding: 10px 0 0 0;
  }
  .item-catalog.mobile-line .cat-price {
    font-size: 14px;
    line-height: 22px;
  }
  .item-catalog.mobile-line .btn,
  .item-catalog.mobile-line button {
    display: none;
  }
  .item-catalog.mobile-line .btn-action-ico.button-fav {
    display: none;
  }
  .item-catalog.mobile-line .frm-counter:not(.active) {
    width: 24px;
    height: 24px;
    padding: 0;
    position: absolute;
    top: 12px;
    right: 0;
  }
  .item-catalog.mobile-line .frm-counter:not(.active) .btn-action-ico.button-minus {
    display: none;
  }
  .item-catalog.mobile-line .frm-counter.active {
    width: 24px;
    height: 88px;
    padding: 24px 0;
    top: 0;
  }
  .item-catalog.mobile-line .frm-counter.active .btn-action-ico.button-plus {
    bottom: 0;
    top: auto;
  }
  .item-catalog.mobile-line .frm-counter.active .counter-value {
    width: 24px;
    height: 40px;
    line-height: 40px;
  }
  .item-catalog.mobile-line .frm-counter .btn,
  .item-catalog.mobile-line .frm-counter button {
    display: block;
  }
}
@media (min-width: 768px) {



  .item-menu-list {
    padding-left: 48px;
    font-size: 14px;
    min-height: 30px;
    line-height: 30px;
  }
  .item-menu-list .menu-ico {
    width: 30px;
    height: 30px;
  }
  .item-menu-list .menu-title {
    line-height: 20px;
  }
  .item-menu-catalog {
    font-size: 15px;
  }
  .item-menu-catalog:before {
    padding-top: 76%;
  }
  .item-menu-catalog .cat-ico {
    width: 98px;
    height: 98px;
    margin-left: -49px;
    margin-top: -38px;
  }
  .item-menu-catalog .cat-title-wrap {
    height: 40px;
    margin-top: -25px;
    line-height: 40px;
  }
  .item-menu-catalog .cat-title {
    line-height: 20px;
  }
  .item-menu-catalog .cat-subtitle {
    font-size: 14px;
  }
  .item-cnt {
    font-size: 14px;
  }
  .item-cnt .cnt-title {
    font-size: 14px;
  }
  .item-cnt .cnt-ico ~ .cnt-title,
  .item-cnt .cnt-ico ~ .cnt-value,
  .item-cnt .cnt-ico ~ .cnt-inner-wrap {
    padding-left: 44px;
  }
  .item-cnt .cnt-ico ~ .cnt-title ~ .cnt-inner-wrap,
  .item-cnt .cnt-ico ~ .cnt-value ~ .cnt-inner-wrap,
  .item-cnt .cnt-ico ~ .cnt-inner-wrap ~ .cnt-inner-wrap {
    padding-left: 0;
  }
  .item-cnt .cnt-inner-wrap {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
  }
  .item-cnt .cnt-inner-wrap:last-child {
    margin-right: 0;
  }
  .item-info-icon {
    font-size: 14px;
    line-height: 20px;
  }
  .item-info-icon.type-second .info-title {
    line-height: 17px;
  }
  .item-info-icon .info-title {
    font-size: 15px;
    line-height: 20px;
  }
  .item-action .sl-wrap {
    height: 375px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 65px;
  }
  .item-action .action-text-wrap {
    max-width: 400px;
  }
  .item-action .action-main-title {
    font-size: 41px;
    line-height: 50px;
    margin-bottom: 28px;
  }
  .item-action .action-total {
    font-size: 94px;
    line-height: 111px;
    margin-bottom: 14px;
  }
  .item-action .action-title {
    font-size: 28px;
    line-height: 33px;
  }
  .item-action .owl-dots {
    padding-bottom: 24px;
  }
  .item-order .order-number,
  .item-order .order-status {
    font-size: 13px;
  }
  .item-order .order-price,
  .item-order .order-date {
    line-height: 20px;
  }
  .item-cart.type-second .cart-title {
    font-size: 13px;
    line-height: 18px;
  }
  .item-cart.type-second .cart-total {
    font-size: 18px;
    line-height: 22px;
  }
  .item-cart.type-second .frm-counter {
    width: 96px;
  }
  .item-cart .cart-photo {
    width: 98px;
    margin: 0 20px 0 0;
  }
  .item-cart .cart-title {
    font-size: 14px;
    line-height: 20px;
  }
  .item-cart .cart-price {
    font-size: 18px;
  }
  .elm-info {
    font-size: 14px;
  }
  .elm-info .info-title {
    font-size: 17px;
    line-height: 22px;
  }
  .elm-description {
    font-size: 13px;
    line-height: 18px;
    padding: 10px 20px;
  }
  .item-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .item-article.text-full {
    display: block;
    overflow: hidden;
  }
  .item-article.text-full:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .item-article.text-full .art-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
  .item-article.text-full .art-text-wrap {
    padding-left: 0;
  }
  .item-article .art-photo {
    display: block;
    width: 49%;
    max-width: 393px;
  }
  .item-article .art-text-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 2px 0 0 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .item-catalog .cat-title-wrap {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .item-info-icon.type-second .info-title {
    line-height: 22px;
  }
  .item-action {
    padding-left: 430px;
    position: relative;
    overflow: hidden;
    min-height: 240px;
  }
  .item-action .action-photo-wrap {
    width: 430px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .item-action .slider-wrap,
  .item-action .slider,
  .item-action .owl-stage-outer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
  }
  .item-action .owl-stage,
  .item-action .owl-item,
  .item-action .sl-wrap {
    height: 100%;
  }
  .item-action .sl-wrap {
    padding: 0 20px 30px 28px;
  }
  .item-action .action-text-wrap {
    max-width: 240px;
  }
  .item-action .action-main-title {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .item-action .action-total {
    font-size: 60px;
    line-height: 71px;
    margin-bottom: 0;
  }
  .item-action .action-title {
    font-size: 17px;
    line-height: 21px;
  }
  .item-action .owl-dots {
    display: none;
  }
  .item-action .action-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .item-article .art-text-wrap {
    padding-left: 30px;
  }
  .item-article.text-full .art-photo {
    margin-right: 30px;
  }
  .item-catalog .cat-title-wrap {
    margin-bottom: 0;
  }
}
/* ----------------------------------- *\
      content styles
\* ----------------------------------- */
.menu-catalog-list {
  margin-bottom: 10px;
}
.menu-catalog-list .item-wrap {
  margin-bottom: 10px;
}
.menu-catalog-box {
  margin-bottom: 20px;
}
.menu-catalog-box:last-child {
  margin-bottom: 60px;
}
.menu-catalog-box .items-wrap {
  margin: 0 -1px 0 0;
}
.menu-catalog-box .item-wrap {
  padding: 0 1px 0 0;
  margin-bottom: 1px;
  width: 50%;
}
.product-box {
  display: block;
  position: relative;
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 1.5;
}
.product-box .pr-photo-wrap {
  margin-bottom: 12px;
}
.product-box .pr-photo-wrap .pr-composition-wrap {
  display: none;
}
.product-box .delivery-info-wrap {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 -20px 20px -20px;
  border-top: 1px solid #EBECED;
}
.product-box .delivery-info-wrap:last-child {
  margin-bottom: 0;
}
.product-box .pr-composition-wrap {
  margin: 0 0 24px 0;
}
.product-box .pr-composition-wrap:last-child {
  margin-bottom: 0;
}
.product-box .info-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-box .desc-wrap {
  margin-bottom: 9px;
}
.product-box .desc-wrap b {
  color: #24292E;
}
.product-box .kbgu-wrap {
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0 0 14px 0;
}
.product-box .kbgu-wrap .items-wrap {
  margin: 0 0px 0 0;
}
.product-box .kbgu-wrap .item-wrap {
  margin-bottom: 10px;
  padding-right: 10px;
  width: 25%;
}
.product-box .total-price-wrap {
  position: relative;
  padding: 0 110px 0 0;
  margin-bottom: 13px;
  overflow: hidden;
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.product-box .info-wrap {
  margin-bottom: 24px;
}
.product-box .info-wrap:last-child {
  margin-bottom: 0;
}
.product-box .info-wrap .item-wrap {
  margin-bottom: 20px;
}
.product-box .info-wrap .item-wrap:last-child {
  margin-bottom: 0;
}
.product-box .actions-wrap {
  display: block;
  margin: 0 0 18px 0;
  position: relative;
  line-height: 1;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.product-box .actions-wrap .btn,
.product-box .actions-wrap button,
.product-box .actions-wrap input[type="submit"] {
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 0 10px;
}
.product-box .kbgu-title {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #384047;
  margin: 0;
}
.product-box .kbgu-value {
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #24292E;
}
.product-box .pr-price {
  float: left;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  margin: 0 10px 0 0;
  line-height: 24px;
  color: #24292E;
}
.product-box .pr-price.price-old {
  opacity: 0.6;
  text-decoration: line-through;
}
.product-box .pr-photo {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  border-radius: 10px;
}
.product-box .pr-photo img {
  display: block;
  max-width: 100%;
  max-height: 300px;
  margin: 0 auto;
}
.product-box .frm-counter {
  position: absolute;
  top: 0;
  right: 0;
  width: 98px;
}
.product-box b {
  font-weight: 500;
}
.product-box h1,
.product-box .main-title {
  display: none;
}
.contacts-box {
  margin-bottom: 30px;
  padding-top: 6px;
}
.contacts-box .info-wrap {
  margin-bottom: 20px;
}
.contacts-box .map-wrap {
  position: relative;
  overflow: hidden;
  height: 198px;
  margin-bottom: 23px;
}
.contacts-box .item-wrap {
  margin-bottom: 20px;
}
.contacts-box .item-wrap:last-child {
  margin-bottom: 0;
}
.contacts-box .desc-wrap {
  margin: 0 -20px 0 -20px;
  border-top: 1px solid #EBECED;
  padding: 23px 20px 0 20px;
}
.contacts-box a {
  color: #24292E;
  text-decoration: none;
}
.inner-article-box {
  margin-bottom: 40px;
}
.inner-article-box .article-images-box {
  margin: 15px 0 0 0;
}
.inner-article-box .info-icons-box {
  margin-top: 15px;
  margin-bottom: 15px;
}
.inner-article-box .info-icons-box:first-child {
  margin-top: 0;
}
.inner-article-box .info-icons-box:last-child {
  margin-bottom: 0;
}
.inner-article-box > img,
.inner-article-box p > img {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  margin-top: 15px;
}
.inner-article-box > img:first-child,
.inner-article-box p > img:first-child {
  margin-top: 0;
}
.inner-article-box > img:last-child,
.inner-article-box p > img:last-child {
  margin-bottom: 0;
}
.inner-article-box h2,
.inner-article-box .second-title,
.inner-article-box h3,
.inner-article-box .small-title {
  font-size: 22px;
  line-height: 1.09;
  margin: 25px 0 8px 0;
  font-family: 'Certa Serif';
}
.inner-article-box h2:first-child,
.inner-article-box .second-title:first-child,
.inner-article-box h3:first-child,
.inner-article-box .small-title:first-child {
  margin-top: 0;
}
.inner-article-box h4,
.inner-article-box .vsmall-title {
  font-size: 18px;
  line-height: 21px;
  margin: 15px 0 10px 0;
  font-weight: 500;
  font-family: 'Certa Serif';
}
.inner-article-box p {
  margin-bottom: 10px;
}
.inner-article-box p:last-child {
  margin-bottom: 0;
}
.inner-article-box p + ul {
  margin-top: -10px;
}
.inner-article-box ul,
.inner-article-box ol,
.inner-article-box table {
  margin-bottom: 15px;
}
.article-images-box .items-wrap {
  margin: 0 -10px;
}
.article-images-box .item-wrap {
  padding: 0 10px;
  margin-bottom: 20px;
}
.info-icons-box .items-wrap {
  margin: 0 -50px 0 0;
}
.info-icons-box .item-wrap {
  width: 50%;
  padding: 0 20px 0 0;
  margin-bottom: 20px;
}
.info-icons-box .item-info-icon {
  max-width: 90px;
}
.article-lead-box {
  line-height: 1;
  position: relative;
  margin: 0 -20px 25px -20px;
  min-height: 114px;
margin-top: 45px;
}
.article-lead-box img {
  width: 100%;
}
.article-lead-box:before {
  content: "";
  display: block;
  padding-top: 36%;
}
.actions-box {
  margin-bottom: 8px;
}
.actions-box .item-wrap {
  margin-bottom: 16px;
}
.actions-box .items-wrap {
  margin: 0 -20px;
}
.lk-order-box {
  margin-bottom: 40px;
  position: relative;
  display: block;
}
.lk-order-box .button-wrap {
  padding-top: 15px;
  max-width: 334px;
  margin: 0 auto -30px auto;
}
.lk-order-box .button-wrap .btn,
.lk-order-box .button-wrap button,
.lk-order-box .button-wrap input[type="submit"] {
  width: 100%;
  display: block;
}
.lk-order-box .item-wrap {
  border-bottom: 1px solid #F6F7F8;
}
.lk-order-box .item-wrap:first-child .item-order {
  padding-top: 0;
}
.lk-menu-wrap {
  display: none;
  position: relative;
}
.lk-menu-wrap.menu-mobile {
  display: block;
}
.lk-content-wrap {
  display: block;
  position: relative;
}
.lk-menu-box {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  color: #384047;
  text-align: left;
}
.lk-menu-box ul,
.lk-menu-box li {
  margin: 0;
  padding: 0;
}
.lk-menu-box ul:before,
.lk-menu-box li:before {
  display: none;
}
.lk-menu-box li {
  border-bottom: 1px solid #EBECED;
}
.lk-menu-box li:last-child {
  border-bottom: none;
}
.lk-menu-box .menu-button {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  padding: 14px 14px 13px 14px;
  color: #384047;
  font-size: 14px;
  line-height: 20px;
}
.lk-menu-box .menu-button.button-light {
  background: #EBECED;
}
.lk-menu-box .menu-button.button-light:hover {
  background: #F5B428;
}
.lk-menu-box .menu-button:hover,
.lk-menu-box .menu-button.active {
  background: #F5B428;
  color: #6B1700;
  text-decoration: none;
}
.lk-menu-box .menu-button:hover .button-ico img,
.lk-menu-box .menu-button.active .button-ico img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
.lk-menu-box .button-total {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  float: left;
  position: absolute;
  top: 24px;
  right: 12px;
  margin-top: -10px;
}
.lk-menu-box .button-title {
  display: block;
}
.lk-menu-box .button-ico {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 24px;
  left: 10px;
  margin-top: -12px;
}
.lk-menu-box .button-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  opacity: 0.65;
}
.lk-menu-box .button-ico ~ .button-title {
  padding-left: 44px;
}
.cart-box {
  margin-bottom: 45px;
}
.cart-box .order-wrap {
  margin-bottom: 10px;
}
.cart-box .order-wrap .second-title {
  display: none;
}
.cart-box .order-wrap .item-wrap {
  margin-bottom: 10px;
  border-bottom: 1px solid #EBECED;
}
.cart-box .order-wrap .item-wrap:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.cart-box .desc-wrap {
  margin-bottom: 15px;
}
.cart-box .desc-wrap textarea {
  height: 72px;
}
.cart-box .add-wrap {
  margin-bottom: 25px;
}
.cart-box .add-wrap .btn,
.cart-box .add-wrap button,
.cart-box .add-wrap input[type="submit"] {
  display: block;
  width: 100%;
  padding: 0 10px;
}
.cart-box .form-wrap {
  margin-bottom: 15px;
}
.cart-box .form-wrap .frm-row {
  margin-bottom: 10px;
}
.cart-box .form-wrap .second-title {
  margin-bottom: 15px;
  margin-top: 25px;
}
.cart-box .form-wrap .second-title:first-child {
  margin-top: 0;
  margin-bottom: 10px;
}
.cart-box .form-address {
  padding-top: 15px;
}
.cart-box .form-address .frm-row {
  margin-bottom: 6px;
  margin-left: -2px;
  margin-right: -3px;
}
.cart-box .form-address .frm-field {
  padding: 0 3px 0 2px;
  width: 100%;
}
.cart-box .form-address .row-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.cart-box .form-address .row-nowrap .frm-field:not(.field-main) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cart-box .form-address .row-nowrap .field-main {
  width: 25%;
}
.cart-box .form-address .row-nowrap input {
  padding: 0 2px 0 8px;
}
.cart-box .frm-select-panel {
  margin-bottom: 15px;
}
.cart-box .frm-title {
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 8px 0;
  font-weight: 500;
  color: #24292E;
}
.ui-button-icon-only .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: none !important;
}
.cart-box .order-total-wrap {
  margin-bottom: 24px;
}
.cart-box .order-submit-wrap {
  display: block;
  position: relative;
  line-height: 1;
}
.cart-box .order-submit-wrap .btn,
.cart-box .order-submit-wrap button,
.cart-box .order-submit-wrap input[type="submit"] {
  width: 100%;
  display: block;
  padding: 0 10px;
}
.cart-box .total-row {
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 8px 0;
  overflow: hidden;
  color: #000;
}
.cart-box .total-row.row-main {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}
.cart-box .total-row .total-title {
  float: left;
}
.cart-box .total-row .total-value {
  float: right;
}
.cart-box .second-title {
  margin-bottom: 10px;
}
.cart-box .second-title.mobile-title {
  margin-bottom: 7px;
}
.cart-box .min-order-wrap {
  margin-bottom: 15px;
}
.article-box {
  margin-bottom: 30px;
}
.article-box h1,
.article-box h2,
.article-box h3 {
  font-size: 18px;
  line-height: 1.17;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 500;
  font-family: 'Certa Serif';
}
.article-box h1:first-child,
.article-box h2:first-child,
.article-box h3:first-child {
  margin-top: 0;
}
.calendar-box {
  display: block;
  position: relative;
}
.calendar-box .cld-scroll-wrap {
  overflow: auto;
  max-height: 415px;
}
.calendar-box .cld-weeks {
  font-size: 13px;
  line-height: 18px;
  color: #384047;
  text-align: center;
  padding-top: 10px;
  max-width: 280px;
}
.calendar-box .cld-weeks ul {
  margin: 0;
  padding: 0;
  height: 37px;
  border-bottom: 1px solid #F6F7F8;
  position: relative;
  overflow: hidden;
}
.calendar-box .cld-weeks li {
  float: left;
  margin: 0;
  padding: 0;
  width: 14.29%;
}
.calendar-box .cld-weeks li:before {
  display: none;
}
.popup-tabs-box {
  display: block;
  position: relative;
  overflow: hidden;
  height: 40px;
  padding: 0 0 0 68px;
  margin: 0 0 0 -20px;
}
.popup-tabs-box .btn-action-ico.button-back {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
}
.popup-tabs-box ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 1;
}
.popup-tabs-box li {
  margin: 0 20px 0 0;
  float: left;
  padding: 0;
  height: 40px;
}
.popup-tabs-box li:before {
  display: none;
}
.popup-tabs-box li:after {
  content: "/";
  font-size: 26px;
  font-weight: 500;
  text-decoration: none;
  color: #24292E;
  display: block;
  width: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 100%;
  height: 40px;
  line-height: 40px;
}
.popup-tabs-box li:last-child {
  margin-right: 0;
}
.popup-tabs-box li:last-child:after {
  display: none;
}
.popup-tabs-box li a {
  display: block;
  height: 40px;
  line-height: 1;
  font-size: 26px;
  font-weight: 500;
  text-decoration: none;
  color: #24292E;
  padding: 5px 0;
  cursor: pointer;
  font-family: 'Certa Serif';
}
.popup-tabs-box li a span {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px dashed;
  font-family: 'Certa Serif';
}
.popup-tabs-box li a:hover,
.popup-tabs-box li a.active {
  cursor: default;
}
.popup-tabs-box li a:hover span,
.popup-tabs-box li a.active span {
  border-bottom: none;
}
.popup-box {
  padding: 40px 58px;
  display: block;
  position: relative;
}
.popup-box .mobile-logo-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  padding: 9px 0 0 20px;
}
.popup-box .mobile-logo {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 38px;
}
.popup-box .mobile-logo .logo-pic {
  width: 32px;
  height: 40px;
}
.popup-box .mobile-logo .logo-title {
  width: 70px;
  height: 40px;
}
.popup-box .popup-footer {
  display: block;
  padding: 20px 0;
  text-align: center;
  font-size: 0;
  margin: 0 -58px -40px -58px;
  border-top: 1px solid #F6F7F8;
}
.popup-box .popup-footer .btn,
.popup-box .popup-footer button,
.popup-box .popup-footer input[type="submit"] {
  margin: 0 38px;
  height: 40px;
  line-height: 40px;
  padding: 0 33px;
  font-size: 15px;
}
.popup-box .popup-footer .btn.button-clear,
.popup-box .popup-footer button.button-clear,
.popup-box .popup-footer input[type="submit"].button-clear {
  padding: 0;
}
.popup-box .popup-title {
  display: block;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  color: #24292E;
  margin: 0 0 20px 0;
  text-align: left;
  padding-right: 40px;
  font-family: 'Certa Serif';
}
.popup-box .js-tab-block .form-wrap {
  padding-top: 5px;
}
.popup-box .js-tab-block .frm-row-submit {
  margin-top: 24px;
}
.popup-box .js-tab-block .frm-row-submit .btn,
.popup-box .js-tab-block .frm-row-submit button,
.popup-box .js-tab-block .frm-row-submit input[type="submit"] {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
}
.articles-box {
  margin-bottom: 40px;
}
.articles-box .item-wrap {
  margin-bottom: 20px;
}
.catalog-box {
  margin-bottom: 40px;
}
.catalog-box .items-wrap {
  margin: 0 -10px;
}
.catalog-box .item-wrap {
  margin-bottom: 20px;
  padding: 0 10px;
  min-height: auto !important;
}
.map-box {
  margin: 0 -20px;
  position: relative;
  overflow: hidden;
  height: 458px;
}
.map-box .map-wrap {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.map-box .frm-main-zone {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.delivery-box {
  margin: 0 -20px;
  position: relative;
  overflow: hidden;
  padding: 24px 20px 4px 20px;
}
.delivery-box .item-wrap {
  margin: 0 0 20px 0;
}
.main-slider-box {
  margin: 0 -20px 0 -20px;
  line-height: 1;
  color: #fff;
  background: rgba(0,0,0,0.8);
  position: relative;
  overflow: hidden;
}
.main-slider-box .slider-wrap {
  position: relative;
}
.main-slider-box .owl-nav {
  display: none;
}
.main-slider-box .sl-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  /*background: rgba(0,0,0,0.8);*/
}
.main-slider-box .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 180px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 50px;
}
.main-slider-box .sl-text {
  display: block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  text-align: left;
  margin: 6px 0 0 0;
}
.main-slider-box .sl-title {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #F5B428;
  font-family: 'Rubik', sans-serif;
}
.main-slider-box .sl-title.title-large {
  font-size: 45px;
  line-height: 53px;
  margin-bottom: -5px;
}
.main-slider-box .sl-text-wrap {
  width: 200px;
}
.nav-box {
  position: fixed;
  background: #fff;
  top: 50px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 149;
}
.nav-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.nav-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  right: -40px;
  background: red;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.nav-box h1,
.nav-box .main-title {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nav-box .btn-action-ico {
  width: 24px;
  height: 24px;
  margin-right: 30px;
  margin-left: 16px;
}
.breadcrumbs-box {
  position: relative;
  padding-top: 24px;
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #24292E;
  display: none;
}
.breadcrumbs-box a,
.breadcrumbs-box span {
  float: left;
  display: block;
  position: relative;
  padding: 0 20px 0 0;
  text-decoration: none;
}
.breadcrumbs-box a:before,
.breadcrumbs-box span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/icons/ico-arrow05.svg) center no-repeat;
  background-size: 5px auto;
}
.breadcrumbs-box a:last-child,
.breadcrumbs-box span:last-child {
  color: #24292E;
}
.breadcrumbs-box a:last-child:before,
.breadcrumbs-box span:last-child:before {
  display: none;
}
@media (max-width: 767px) {
  .lk-menu-wrap {
    padding-right: 40px;
  }
  .lk-menu-wrap .menu-button {
    padding: 9px 9px 9px 9px;
  }
  .lk-menu-wrap .menu-button .button-ico {
    top: 19px;
  }
  .lk-menu-wrap .menu-button .button-ico ~ .button-title {
    padding-left: 39px;
  }
  .lk-menu-wrap .menu-button.button-light {
    border-radius: 10px;
    padding: 9px 9px 9px 48px;
    font-size: 13px;
    line-height: 20px;
  }
  .lk-menu-wrap .menu-button .button-total {
    right: auto;
    left: 0;
    top: 19px;
    width: 48px;
    text-align: center;
  }
  .lk-menu-wrap li:first-child {
    border-bottom: none;
  }
  .catalog-box.mobile-lines .items-wrap {
    margin: 0;
  }
  .catalog-box.mobile-lines .item-wrap {
    width: 100%;
    border-bottom: 1px solid #EBECED;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .catalog-box.mobile-lines .item-wrap:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
@media (max-width: 479px) {

  .lk-menu-wrap {
    display: block!important;
    padding-right: 0;
    margin: 20px;
  }


  .fixed-actions-panel {
    top: 0!important;
  }


  .item-cart .frm-counter{
    right: 26px!important;
  }
  .popup-box {
    position: relative;
    padding-top: 54px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 26px;
  }
  .popup-box.popup-calendar .popup-content {
    margin-left: -20px;
    margin-right: -20px;
  }
  .popup-box.popup-calendar .popup-title {
    padding: 0 20px;
  }
  .popup-box .mobile-logo-wrap {
    display: block;
  }
  .popup-box .popup-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .popup-box .popup-footer {
    padding: 10px 20px;
    margin: 0 -20px -26px -20px;
  }
  .popup-box .popup-footer .btn,
  .popup-box .popup-footer button,
  .popup-box .popup-footer input[type="submit"] {
    float: left;
    margin: 0;
  }
  .popup-box .popup-footer .btn + .btn,
  .popup-box .popup-footer button + .btn,
  .popup-box .popup-footer input[type="submit"] + .btn,
  .popup-box .popup-footer .btn + button,
  .popup-box .popup-footer button + button,
  .popup-box .popup-footer input[type="submit"] + button {
    float: right;
  }
  .calendar-box {
    max-width: 340px;
    margin: 0 auto;
    padding-left: 20px;
  }
  .calendar-box .cld-weeks {
    padding-top: 20px;
  }
  .calendar-box .cld-weeks ul {
    height: 26px;
  }
  .calendar-box .ui-datepicker-group {
    padding-bottom: 0 !important;
  }
  .calendar-box .cld-scroll-wrap {
    max-height: 390px;
  }
}
@media (min-width: 480px) {
  .menu-catalog-box .item-wrap {
    width: 33.33%;
  }
  .catalog-box .item-wrap {
    width: 50%;
  }
  .catalog-box .item-catalog {
    min-height: 100%;
  }
  .info-icons-box .item-wrap {
    width: 33.33%;
  }
}
@media (min-width: 640px) {



  .article-images-box .item-wrap {
    width: 50%;
  }
  .info-icons-box .item-wrap {
    width: 25%;
  }
  .nav-box {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    top: 80px;
    display: none;
  }
  .nav-box .btn-action-ico {
    margin-left: 0;
    margin-right: 35px;
  }
  .delivery-box {
    padding: 40px 40px 20px 40px;
  }
  .delivery-box .items-wrap {
    margin: 0 -10px;
  }
  .delivery-box .item-wrap {
    padding: 0 10px;
    width: 33.33%;
  }
  .main-slider-box .inner-wrap {
    height: 420px;
    padding-bottom: 70px;
  }
  .main-slider-box .sl-text-wrap {
    width: 450px;
  }
  .main-slider-box .sl-text {
    font-size: 32px;
    line-height: 38px;
    margin-top: 20px;
  }
  .main-slider-box .sl-title {
    font-size: 46px;
    line-height: 58px;
  }
  .main-slider-box .sl-title.title-large {
    font-size: 105px;
    line-height: 124px;
    margin-bottom: -15px;
    margin-top: -20px;
  }
  .map-box {
    height: 390px;
  }
  .map-box .frm-main-zone {
    padding: 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .map-box .frm-main-zone .frm-title {
    margin: 0;
    padding: 0 50px 0 0;
    white-space: nowrap;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .page-inner .nav-box {
    top: 50px;
  }
  .nav-box {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .menu-catalog-list {
    margin-bottom: 25px;
  }
  .menu-catalog-list .item-wrap {
    margin-bottom: 25px;
  }
  .menu-catalog-box {
    margin-bottom: 10px;
  }
  .menu-catalog-box:last-child {
    margin-bottom: 30px;
  }
  .menu-catalog-box .items-wrap {
    margin: 0 -10px;
  }
  .menu-catalog-box .item-wrap {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 50%;
  }
  .product-box {
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 24px;
  }
  .product-box .pr-main-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-box .pr-second-wrap {
    padding: 18px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-box .pr-photo-wrap {
    width: 50%;
    padding: 0 10px 0 0;
    margin-bottom: 0;
  }
  .product-box .pr-photo-wrap .pr-composition-wrap {
    display: block;
    margin-top: 18px;
  }
  .product-box .pr-info-wrap {
    width: 50%;
    padding: 0 0 0 10px;
    margin: 0;
  }
  .product-box .pr-composition-wrap {
    width: 50%;
    padding: 0 10px 0 0;
    margin-bottom: 0;
  }
  .product-box .pr-composition-wrap ~ .second-info-wrap .item-wrap {
    width: 100%;
  }
  .product-box .second-info-wrap {
    width: 50%;
    padding: 0 0 0 10px;
  }
  .product-box .second-info-wrap:first-child {
    width: 100%;
    padding-left: 0;
  }
  .product-box .second-info-wrap .items-wrap {
    margin: 0 -10px 0 0;
  }
  .product-box .second-info-wrap .item-wrap {
    width: 33.33%;
    padding: 0 10px 0 0;
  }
  .product-box .desc-wrap {
    margin-bottom: 8px;
  }
  .product-box .info-wrap {
    margin-bottom: 15px;
  }
  .product-box .delivery-info-wrap {
    margin: 0 0 20px 0;
    padding: 14px 0 0 0;
    font-size: 13px;
    line-height: 1.38;
  }
  .product-box .kbgu-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 15px 0;
  }
  .product-box .kbgu-wrap .items-wrap {
    margin: 0 -10px 0 0;
  }
  .product-box .total-price-wrap {
    padding-right: 120px;
    margin-bottom: 26px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .product-box .actions-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .product-box .frm-counter {
    right: 10px;
  }
  .product-box .pr-price {
    font-size: 20px;
  }
  .product-box .kbgu-title {
    font-size: 13px;
  }
  .product-box .kbgu-value {
    font-size: 15px;
  }
  .contacts-box {
    margin-bottom: 80px;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contacts-box .info-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 15px 0 0;
  }
  .contacts-box .map-wrap {
    height: 237px;
    width: 48%;
    min-width: 330px;
  }
  .contacts-box .desc-wrap {
    margin: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
  }
  .contacts-box .desc-wrap .item-wrap {
    margin-bottom: 24px;
  }
  .contacts-box .desc-wrap .item-wrap:last-child {
    margin-bottom: 0;
  }
  .inner-article-box {
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 60px;
  }
  .inner-article-box .info-icons-box {
    margin: 24px 0 0 0;
  }
  .inner-article-box h2,
  .inner-article-box .second-title,
  .inner-article-box h3,
  .inner-article-box .small-title {
    margin: 25px 0 8px 0;
    font-size: 28px;
    line-height: 32px;
  }
  .inner-article-box h4,
  .inner-article-box .vsmall-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .inner-article-box > img,
  .inner-article-box p > img {
    margin: 24px 0;
  }
  .inner-article-box ul,
  .inner-article-box ol,
  .inner-article-box table {
    margin-bottom: 24px;
  }
  .article-lead-box {
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 25px;
    min-height: 272px;
  }
  .info-icons-box .item-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 20%;
    max-width: 25%;
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 24px;
  }
  .info-icons-box .items-wrap {
    margin-right: -40px;
  }
  .info-icons-box .item-info-icon {
    max-width: 110px;
  }
  .actions-box {
    margin-bottom: 16px;
    padding-top: 24px;
  }
  .actions-box .items-wrap {
    margin: 0;
  }
  .actions-box .item-wrap {
    margin-bottom: 24px;
  }
  .lk-order-box .button-wrap {
    padding-top: 25px;
  }
  .lk-content-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
  .lk-content-wrap .catalog-box .items-wrap {
    margin: 0 -70px;
  }
  .popup-tabs-box {
    margin: 0 0 20px 0;
    padding: 0;
  }
  .popup-tabs-box .btn-action-ico.button-back {
    display: none;
  }
  .popup-tabs-box li {
    margin-right: 30px;
  }
  .popup-tabs-box li:after {
    font-size: 32px;
    width: 30px;
  }
  .popup-tabs-box li a {
    padding: 2px 0;
    font-size: 32px;
  }
  .popup-tabs-box li a span {
    height: 37px;
    line-height: 37px;
  }
  .cart-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    border-top: 1px solid #EBECED;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .cart-box:before {
    content: "";
    display: none;
    background: #EBECED;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 333px;
  }
  .cart-box .mobile-title {
    display: none;
  }
  .cart-box .cart-main-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 15px 20px 0 0;
    margin: 0;
  }
  .cart-box .cart-second-wrap {
    width: 334px;
    padding-left: 20px;
    padding-top: 15px;
    margin: 0;
  }
  .cart-box .min-order-wrap {
    margin-top: -15px;
  }
  .cart-box .order-wrap .second-title {
    display: block;
    margin-bottom: 15px;
  }
  .cart-box .second-title {
    font-size: 28px;
    line-height: 32px;
  }
  .cart-box .desc-wrap textarea {
    font-size: 13px;
    line-height: 18px;
    padding-top: 6px;
  }
  .cart-box .form-wrap .second-title {
    margin-bottom: 10px;
  }
  .cart-box .total-row.row-main {
    font-size: 24px;
    line-height: 24px;
  }
  .cart-box .frm-title {
    font-size: 16px;
    line-height: 22px;
    padding-top: 10px;
  }
  .cart-box input[type="text"],
  .cart-box input[type="password"],
  .cart-box input[type="email"],
  .cart-box input[type="number"],
  .cart-box input[type="range"],
  .cart-box input[type="search"],
  .cart-box input[type="tel"],
  .cart-box input[type="url"] {
    font-size: 13px;
  }
  .cart-box .btn,
  .cart-box button,
  .cart-box input[type="submit"] {
    font-size: 15px;
  }
  .article-box {
    margin-bottom: 60px;
  }
  .article-box h1,
  .article-box h2,
  .article-box h3 {
    margin-top: 24px;
    font-size: 24px;
    line-height: 1.17;
    margin-bottom: 8px;
  }
  .articles-box .item-wrap {
    margin-bottom: 24px;
  }
  .catalog-box {
    margin-bottom: 22px;
  }
  .catalog-box .item-wrap {
    width: 33.33%;
    margin-bottom: 24px;
  }
  .main-slider-box {
    margin: 0 -40px;
  }
  .delivery-box {
    margin: 0 -40px;
  }
  .map-box {
    margin: 0 -40px;
  }
}
@media (min-width: 768px) {
  .lk-menu-wrap.menu-mobile {
    padding: 0 60px;
  }
  .lk-menu-wrap.menu-mobile .menu-button.button-light {
    padding-right: 9px;
    border-radius: 10px;
    padding-left: 60px;
    margin-bottom: 12px;
  }
  .lk-menu-wrap.menu-mobile .menu-button .button-total {
    right: auto;
    left: 0;
    width: 60px;
    text-align: center;
  }
  .lk-menu-wrap.menu-mobile li:first-child {
    border-bottom: none;
  }
}
@media (min-width: 1024px) {


  .page-inner .header .inner-wrap {
    height: 80px;
    overflow: hidden;
  }

  .menu-catalog-box .item-wrap {
    width: 33.33%;
  }
  .product-box {
    padding-top: 15px;
    margin-bottom: 40px;
  }
  .product-box .pr-second-wrap {
    padding-top: 15px;
  }
  .product-box .pr-photo-wrap {
    width: 56%;
    padding: 0 32px 0 0;
  }
  .product-box .pr-info-wrap {
    width: 44%;
    padding: 0;
  }
  .product-box .pr-composition-wrap {
    width: 56%;
    padding: 0 32px 0 0;
  }
  .product-box .second-info-wrap {
    width: 44%;
    padding: 0;
  }
  .product-box .info-wrap .item-wrap {
    margin-bottom: 8px;
  }
  .product-box .actions-wrap {
    padding-right: 26px;
  }
  .product-box .kbgu-wrap {
    margin-bottom: 8px;
  }
  .product-box .total-price-wrap {
    padding-right: 140px;
    margin-bottom: 18px;
  }
  .product-box .frm-counter {
    right: 32px;
  }
  .product-box h1,
  .product-box .main-title {
    display: block;
    margin: 0 0 8px 0;
  }
  .contacts-box {
    padding-top: 0;
  }
  .contacts-box .map-wrap {
    width: 52%;
    min-width: 0;
    max-width: 417px;
    height: 300px;
  }
  .contacts-box .desc-wrap {
    padding-top: 20px;
  }
  .contacts-box .desc-wrap .item-wrap {
    margin-bottom: 20px;
  }
  .inner-article-box {
    padding-left: 0px;
    padding-right: 0px;
  }
  .inner-article-box h2,
  .inner-article-box .second-title {
    font-size: 30px;
    line-height: 35px;
  }
  .inner-article-box h3,
  .inner-article-box .small-title {
    font-size: 26px;
    line-height: 30px;
    margin-top: 30px;
  }
  .inner-article-box h4,
  .inner-article-box .vsmall-title {
    font-size: 26px;
    line-height: 30px;
  }
  .inner-article-box p {
    margin-bottom: 15px;
  }
  .inner-article-box p + ul {
    margin-top: -15px;
  }
  .inner-article-box ul,
  .inner-article-box ol {
    margin-bottom: 24px;
  }
  .inner-article-box .article-images-box {
    margin-top: 24px;
    margin-bottom: -24px;
  }
  .inner-article-box .article-images-box:first-child {
    margin-top: 0;
  }
  .article-images-box .items-wrap {
    margin: 0 -16px;
  }
  .article-images-box .item-wrap {
    padding: 0 16px;
    margin-bottom: 32px;
  }
  .info-icons-box .items-wrap {
    margin-right: -20px;
  }
  .article-lead-box {
    margin-left: -30px;
    margin-right: -30px;
    min-height: 290px;
  }
  .actions-box {
    padding-top: 0;
  }
  .actions-box .item-wrap {
    margin-bottom: 38px;
  }
  .lk-order-box .button-wrap {
    max-width: 360px;
    margin-left: 0;
    margin-right: auto;
    padding: 20px 0 0 0;
  }
  .lk-order-box .button-wrap .btn,
  .lk-order-box .button-wrap button,
  .lk-order-box .button-wrap input[type="submit"] {
    height: 48px;
    line-height: 48px;
    font-size: 15px;
  }
  .lk-order-box .items-wrap {
    padding-top: 20px;
  }
  .lk-content-wrap .catalog-box .items-wrap {
    margin: 0 -10px;
  }
  .lk-box {
    padding: 10px 0 0 261px;
    position: relative;
  }
  .lk-box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .lk-box:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 261px;
    width: 1px;
    background: #EBECED;
  }
  .lk-box.lk-page-menu:before {
    display: none;
  }
  .page-lk .lk-box:before {
    bottom: -9999px;
  }
  .lk-content-wrap {
    width: 100%;
    padding: 0 0 0 30px;
    float: right;
  }
  .lk-content-wrap h2,
  .lk-content-wrap .second-title {
    font-size: 30px;
    line-height: 35px;
  }
  .lk-content-wrap h2:first-child,
  .lk-content-wrap .second-title:first-child {
    margin-bottom: 5px;
    padding-top: 4px;
  }
  .lk-menu-wrap {
    width: 261px;
    float: left;
    margin: 0 0 0 -261px;
    display: block;
  }
  .lk-menu-wrap.menu-mobile {
    width: auto;
    float: none;
    background: #fff;
    padding: 0;
  }
  .popup-tabs-box li:after {
    font-size: 36px;
  }
  .popup-tabs-box li a {
    font-size: 36px;
  }
  .cart-box {
    padding-bottom: 34px;
  }
  .cart-box .order-wrap {
    margin-bottom: 2px;
  }
  .cart-box:before {
    right: 361px;
  }
  .cart-box .cart-main-wrap {
    padding-right: 32px;
  }
  .cart-box .cart-second-wrap {
    width: 362px;
    padding-left: 32px;
    padding-top: 15px;
  }
  .cart-box .second-title {
    font-size: 30px;
    line-height: 35px;
  }
  .cart-box .desc-wrap textarea {
    padding-top: 18px;
    padding-left: 19px;
  }
  .cart-box .form-wrap .second-title {
    margin-bottom: 15px;
  }
  .cart-box .frm-select-radio {
    margin-bottom: 17px;
  }
  .cart-box .frm-select-radio:last-child {
    margin-bottom: 0;
  }
  .cart-box .frm-select-panel {
    margin-bottom: 15px;
  }
  .cart-box .frm-select-panel.panel-border {
    border-top: 1px solid #EBECED;
    padding-top: 16px;
  }
  .cart-box .frm-select-panel.panel-small-margin {
    padding-bottom: 10px;
  }
  .cart-box .frm-select-panel.panel-small-margin .frm-select-radio {
    margin-bottom: 10px;
  }
  .cart-box .frm-select-panel.panel-small-margin .frm-select-radio:last-child {
    margin-bottom: 0;
  }
  .cart-box .frm-title {
    font-size: 18px;
    line-height: 22px;
  }
  .cart-box .order-total-wrap {
    margin-bottom: 20px;
  }
  .cart-box .total-row {
    font-size: 14px;
  }
  .cart-box .total-row.row-main {
    font-size: 28px;
    line-height: 1;
  }
  .cart-box .btn .button-ico,
  .cart-box button .button-ico,
  .cart-box input[type="submit"] .button-ico {
    margin-right: 14px;
  }
  .popup-box {
    padding: 54px 68px 64px 68px;
  }
  .popup-box .popup-title {
    font-size: 30px;
    line-height: 35px;
  }
  .popup-box .popup-footer {
    margin-left: -68px;
    margin-right: -68px;
    margin-bottom: -64px;
  }
  .breadcrumbs-box {
    display: block;
  }
  .nav-box {
    margin: 0 0 24px 0;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    top: auto;
  }
  .nav-box .btn-action-ico {
    display: none;
  }
  .nav-box.d-hide {
    display: none;
  }
  .delivery-box {
    padding: 0 0 20px 0;
    margin-left: 0;
    margin-right: 0;
  }
  .map-box {
    margin-left: 0;
    margin-right: 0;
  }
  .main-slider-box + .delivery-box {
    padding-top: 40px;
  }
  .main-slider-box .inner-wrap {
    height: 495px;
    padding-bottom: 120px;
  }
  .main-slider-box .sl-text {
    font-size: 36px;
    line-height: 43px;
  }
  .main-slider-box .sl-title {
    font-size: 60px;
    line-height: 70px;
  }
  .main-slider-box .sl-title.title-large {
    margin: 28px 0 -35px 0;
    font-size: 125px;
    line-height: 148px;
  }
  .main-slider-box .sl-text-wrap {
    width: 500px;
  }
  .nav-box {
    z-index: inherit;
  }
}
@media (min-width: 1200px) {
  .article-lead-box {
    margin-left: 0;
    margin-right: 0;
  }
  .lk-content-wrap .catalog-box {
    padding-top: 18px;
  }
  .lk-content-wrap .catalog-box .item-wrap {
    width: 50%;
  }
  .article-box {
    max-width: 686px;
    padding-left: 32px;
    margin-left: auto;
    margin-right: auto;
  }
  .article-box h1,
  .article-box h2,
  .article-box h3 {
    font-size: 26px;
    line-height: 1.15;
  }
  .main-slider-box {
    margin: 0 -32px;
  }
  .main-slider-box .slider-wrap {
    width: 100%;
    overflow: hidden;
  }
  .main-slider-box.d-hide + .delivery-box {
    padding-top: 0;
  }
}
@media (max-width: 750px) {



  .prod_plitki {
    min-height: auto;
  }
  .input-group.kol_tovar_plus_minus .form-control {
    height: 40px;
    padding: 0;
  }
  .nav-box {
    display: none;
  }
  .form_zakaz .col-md-6 {
    width: 100% !important;
  }
}

.properties_img img {
                width: 30px;
                height: 30px;
                display: block;
                float: left;
                margin: 0 5px;
                filter: none!important;
            }