* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: none;
  background: transparent;
  font-size: 18px;
}
@font-face {
  font-family: "MyriadPro-Regular"; /* Имя шрифта */
  src: url(font/MyriadPro-Regular.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
  font-family: "MyriadPro-Bold"; /* Имя шрифта */
  src: url(font/MyriadPro-Bold.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
  font-family: "MyriadPro-Semibold"; /* Имя шрифта */
  src: url(font/MyriadPro-Semibold.ttf); /* Путь к файлу со шрифтом */
}
body {
  font-family: "MyriadPro-Regular", Helvetica, Arial, "Lucida Grande",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-image: url(./images/bg.png);
  background-size: 100%;
  background-repeat: repeat-y;
  line-height: 1.5;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
/* ===== end General style ===== */

hr {
  display: block;
  border: none;
  border-bottom: 1px solid #e7ebed;
  margin: 5px 0;
}
h1 {
  font-size: 2em;
  margin: 30px 0;
}

h2,
h3,
ul,
p {
  margin-top: 0;
}
a {
  cursor: pointer;
}

.bold {
  font-family: "MyriadPro-Bold";
}
.semibold {
  font-family: "MyriadPro-Semibold";
}
input {
  font-family: "MyriadPro-Regular";
}
.btn {
  text-decoration: none;
  background-color: #ec9c9f;
  background-image: url(./images/rect.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #fff;
  text-shadow: 1px 1px 2px black;
  cursor: pointer;
  overflow: hidden;
  white-space: normal;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn-default:active:focus {
  background-image: url(./images/rect1.png);
  color: #fff;
}
.btn:focus {
  outline: none;
}
.btn-default {
  font-size: 16px;
  padding: 0 16px;
  width: 260px;
  height: 60px;
}
.btn-header-catalog {
  font-size: 16px;
  padding: 0 16px;
  width: 220px;
  height: 40px;
}
.o-w-btn {
  text-decoration: none;
  background-color: #fff;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #999;
  color: #333;
  cursor: pointer;
  overflow: hidden;
  white-space: normal;
  font-size: 1.2rem;
  padding: 0 16px;
  width: 260px;
  height: 60px;
  margin: 5px 0;
  border-radius: 3px;
}
.o-w-btn:hover {
  color: #fff;
  border: 0;
  background-image: url(./images/rect1.png);
  text-shadow: 1px 1px 2px black;
}

/* ===== reserved class ===== */
.p0 {
  padding: 0;
}
.db {
  display: none;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.clb {
  clear: both;
}
.fln {
  float: none;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.m0a {
  margin: 0 auto;
}
.fwb {
  font-weight: bold;
}
.fwn {
  font-weight: normal;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.vat {
  vertical-align: top;
}
.vam {
  vertical-align: middle;
}
.vab {
  vertical-align: bottom;
}
.posr {
  position: relative;
}
.posa {
  position: absolute;
}
.whsn {
  white-space: normal;
}
.whsnw {
  white-space: nowrap;
}

.d-flex {
  display: flex;
}
.flex-col-c {
  display: flex;
  flex-direction: column;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.bg_no_image {
  background: #fff url(./images/no_image.png);
  background-size: cover;
  background-position: center;
}
.wishlist {
  background: url(images/no_like.png) no-repeat center;
}
.in_wishlist {
  background: url(images/like.png) no-repeat center;
}

.catalog-section p {
  text-indent: 2rem;
}

header {
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.header-top__personal a {
  text-decoration: none;
  color: #666;
  font-size: 22px;
  margin-right: 16px;
}
.header-top__personal a:hover {
  border-bottom: 4px solid #ec9b9f;
}
.header-top__btn-cat {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.header-top {
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
  position: relative;
}
.header__logo {
  display: block;
}
.header-phone {
  color: #666;
  font-family: "MyriadPro-Semibold";
  text-align: center;
  margin-top: 5px;
  font-size: 26px;
  line-height: 1;
}
.header-phone img {
  height: 28px;
}
.header-phone__text {
  color: #666;
  font-family: "MyriadPro-Semibold";
  text-align: center;
  font-size: 16px;
}
.header-actions {
  white-space: nowrap;
}
.header-actions__btn {
  margin-left: 30px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.mobile-btn-menu {
  display: none;
}
.mobile-btn-menu .header-actions__btn {
  margin-left: 0;
  margin-right: 15px;
}

.action__menu {
  background: url(images/catalog-menu.png);
}
.action__home {
  background: url(images/home.png);
  display: none;
}
.action__cart {
  background: url(images/cart.png);
}
.action__like > span {
  background: #fff;
  color: #ec9b9f;
  border-radius: 50%;
  position: absolute;
  display: block;
  border: 1px solid #ec9b9f;
  line-height: 20px;
  font-size: 14px;
  width: 22px;
  height: 22px;
  text-align: center;
  overflow: hidden;
  right: -8px;
  top: 0;
}
.mobile {
  display: block;
}

.content-section {
  flex: 1 0 auto;
  font-size: 1.2rem;
  overflow: hidden;
}
.arrow {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.arrow:focus {
  outline: 0;
}
.arrow-prev {
  background-image: url(./images/arrow4.png);
  background-size: cover;
  background-repeat: no-repeat;
  left: 1em;
  transform: translateY(-50%);
}
.arrow-next {
  background-image: url(./images/arrow3.png);
  background-size: cover;
  background-repeat: no-repeat;
  right: 1em;
}
/*** slider products ***/
.items_slider_section {
  position: relative;
  padding: 1em 3em;
}
.items_slider_section .product-item-container {
  padding: 0 10px;
}
.items_slider_section .product-item {
  display: block;
  padding: 20px 0;
  background: #fff;
  width: 100%;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
}
.items_slider_section .product-item_photo_element {
  display: block;
  background-size: cover !important;
  width: 100%;
  padding-top: 100%;
  border-radius: 8px;
}
.items_slider_section .product-item__title {
  font-size: 16px;
  line-height: 16px;
  height: 32px;
  font-weight: 600;
}
.items_slider_section .bx_slider_content_description {
  color: #658790;
  font-size: 13px;
  line-height: 19px;
  max-height: 77px;
  overflow: hidden;
}
.items_slider_section .product-iteaproduct-item_photo_container,
.items_slider_section .product-item_description {
  margin-top: 10px;
  color: #000;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: top;
}
.items_slider_section .product-item_price_container {
  border-top: 2px solid #ccc;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 0;
}
.items_slider_section .product-item_current_price {
  padding: 10px 10px 5px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
  vertical-align: middle;
}
.items_slider_section .bx_slider_current_price {
  font-size: 30px;
}
.items_slider_section .bx_slider_old_price {
  padding: 5px 10px 10px;
  color: #496771;
  text-decoration: line-through;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 36em) {
  .items_slider_section {
    position: relative;
    padding: 1em 1.5em;
  }
}
.check-list {
  padding-left: 0;
}
.check-list li {
  position: relative;
  list-style: none;
}
.check-list li:before {
  content: "";
  width: 1.8em;
  height: 2em;
  background-image: url(/local/templates/.default/images/check.png);
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 10px;
  display: inline-block;
  vertical-align: bottom;
}
.strong {
  font-weight: 600;
}
/*** end slider products ***/

footer {
  margin-top: 50px;
}
.footer-top {
  background-color: #edc0c3;
  padding: 8px 0;
}
footer .footer-bottom {
  background-color: #dedadb;
  padding: 30px 0 60px 0;
}
.logo-studio {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.logo-studio img {
  height: 24px;
  margin-left: 10px;
}

/*** FOOTER MENU ***/
.footer-menu {
  position: relative;
  font-size: 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.footer-menu .menu-title {
  font-family: "MyriadPro-Semibold";
  display: block;
  padding: 10px 0 14px;
  color: #999;
  font-weight: 600;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  line-height: 16px;
}
.footer-menu .menu-point {
  margin: 0 1.5rem;
}
.footer-menu .menu-point > a {
  display: block;
  padding: 14px 0;
  color: #666;
  text-decoration: none;
}
.footer-menu .menu-point > a:hover {
  color: #333;
}
.footer-contact {
  color: #666;
}
.footer-contact__title {
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0;
}
.footer-contact__phone {
  text-decoration: none;
  color: inherit;
}
.footer-contact__phone img {
  margin-right: 5px;
}
/*** END FOOTER MENU ***/

.viber-widget {
  position: fixed;
  bottom: 70px;
  right: 40px;
  width: 75px;
  height: 75px;
}

.icon-soc {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 3px;
  background-size: contain;
  background-repeat: no-repeat;
}
.i-fb {
  background-image: url(images/facebook.png);
}
.i-vk {
  background-image: url(images/vk.png);
}
.i-inst {
  background-image: url(images/inst.png);
}
.i-ok {
  background-image: url(images/ok.png);
}

/*Cart button*/
.cart_button {
  display: block;
  background-color: #ee9ca0;
  width: 48px;
  height: 30px;
  background-image: url(./images/cart_white.png);
  cursor: pointer;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
}

.img-descr {
}
.img-descr_l {
  width: 50%;
}
.img-descr_r {
  width: 50%;
}
.sale-paysystem-button-container .btn {
  width: auto;
}

.bx-authform {
  width: 100%;
  margin: auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  max-width: 100%;
  border-radius: 10px;
  background-color: #edc0c3;
  padding: 1.2rem 1.8rem;
}
.bx-authform-formgroup-container {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-bottom: 1.2rem;
}
.bx-authform-input-container input[type="text"],
.bx-authform-input-container input[type="password"] {
  border-style: none;
  margin: 0;
  display: block;
  width: 100%;
  outline: 0;
  font-size: 1rem;
  padding: 0.5rem 1.4rem;
  height: 3rem;
  box-shadow: 0 1px 6px #ccc inset;
  border-radius: 0.5rem;
  box-sizing: border-box;
  position: relative;
  line-height: 0;
  background: #fff;
}
.bx-authform-content-container,
.bx-authform-label-container {
  color: #000;
  font-size: 1.2rem;
}
.bx-authform-label-container {
  margin-bottom: 0.6rem;
}
.bx-authform-input-container {
  margin-bottom: 12px;
}
.bx-authform-action-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.3rem;
  flex-wrap: wrap;
  line-height: 3rem;
}
.btn-authform {
  font-size: 20px;
  padding: 0 30px;
  height: 60px;
}
.bx-authform-starrequired {
}
.bx-authform-input-description {
  margin-top: 0.6rem;
  font-style: italic;
  font-size: 1rem;
  text-align: right;
}
.bx-authform-formgroup-container .bx-captcha {
  margin-bottom: 0.6rem;
}
.bx-authform-formgroup-container .bx-captcha > * {
  vertical-align: middle;
}

@media (max-width: 60em) {
  .header-top__links-block,
  .header-phone,
  .header-phone__text {
    display: none;
  }
  .header-top {
    height: 100px;
  }
  .header-top .search-form {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
  }
  .header-actions__btn {
    margin-left: 30px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .mobile-btn-menu {
    display: block;
  }
  .header__logo img {
    max-height: 40px;
  }
  .header-actions__btn > span {
    line-height: 14px;
    font-size: 12px;
    width: 16px;
    height: 16px;
    right: -4px;
    top: -4px;
  }
  .action__home {
    display: inline-block;
  }
}

@media (max-width: 36em) and (max-width: 60em) {
  html {
    font-size: 16px;
  }
  h2 {
    font-size: 1.6em;
  }
  h2 {
    font-size: 1.3em;
  }
  .arrow {
    width: 30px;
    height: 30px;
  }
  .arrow-prev {
    left: 0;
  }
  .arrow-next {
    right: 0;
  }
}

@media (max-width: 36em) {
  html {
    font-size: 14px;
  }
  h2 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.2em;
  }
  .arrow {
    width: 30px;
    height: 30px;
  }
  .arrow-prev {
    left: 0;
  }
  .arrow-next {
    right: 0;
  }
  .header-actions__btn {
    margin-left: 14px;
    width: 34px;
    height: 34px;
  }
  .mobile-btn-menu {
    display: block;
  }
  .header__logo img {
    max-height: 34px;
  }
  .action__home {
    display: none;
  }

  .header-top .search-form {
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
  }
  .search-form input {
    height: 40px;
  }
}
