@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/source-sans-pro-regular.woff2") format("woff2"), url("../fonts/source-sans-pro-regular.woff") format("woff"), url("../fonts/source-sans-pro-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/source-sans-pro-600.woff2") format("woff2"), url("../fonts/source-sans-pro-600.woff") format("woff"), url("../fonts/source-sans-pro-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline-style: none;
}

a{
  color: #551A8B;
}

html {
  height: 100%;
  overflow-y: scroll;
  font-size: 14px;
}

body {
  margin: 0;
  min-width: 320px;
  background: #ffffff;
  line-height: 1.65;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000000;
  position: relative;
  overflow-x: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

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

.container {
  max-width: 982px !important;
}

.container {
    max-width: 90% !important;
}

.header__top {
  padding-top: 12px;
  padding-bottom: 12px;
}

.responsive-menu {
  display: none;
}

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

.nav__link {
  padding-left: 19px;
  padding-right: 19px;
  color: #8f8f8f;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: 400;
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  text-decoration: none;
  white-space: nowrap;
}

.nav__link:first-child {
  padding-left: 0;
}

.nav__link:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #c8c8c8;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-decoration: none;
}

.sb + .sb {
  margin-left: 17px;
}

.sb i {
  color: #c8c8c8;
  font-size: 16px;
}

.sb:hover {
  background-color: #c8c8c8;
}

.sb:hover i {
  color: #ffffff;
}

.tel-header {
  font-size: 18px;
  color: #8f8f8f;
}

.header__bottom {
  padding-top: 18px;
  padding-bottom: 18px;
}

.user-block {
  text-align: right;
}

.user-block__a {
  padding-left: 32px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.57;
  position: relative;
  text-decoration: none;
}

.cart-mobile i {
  font-size: 25px;
  color: #fff;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

.user-block__a:not(:first-child) {
  margin-left: 30px;
}

.user-block .checkin {
  padding-left: 0;
  margin-left: 0;
}

.user-block__a::before {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 0;
  z-index: 0;
  display: block;
}

.entrance::before {
  background: url(../img/entrance2.png) no-repeat;
  height: 22px;
  width: 20px;
}

.cart::before {
  background: url(../img/basket2.png) no-repeat;
  height: 25px;
  width: 25px;
}

.favourite::before {
  background: url(../img/favourite2.png) no-repeat;
  height: 22px;
  width: 24px;
}

.header__search {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1d71b8;
}

.text-search {
  max-width: 224px;
  color: #fffc01;
  font-size: 18px;
  line-height: 23px;
}

.contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-block__a {
  display: block;
  text-decoration: none;
}

.contact-block__a:not(:first-child) {
  margin-left: 20px;
}

.phone {
  background: url(../img/com_icon/telephone.png) no-repeat;
  height: 25px;
  width: 25px;
}

.phone:hover {
  background: url(../img/com_icon/telephone_hover2.png) no-repeat;
  height: 25px;
  width: 25px;
}

.letter {
  background: url(../img/com_icon/letter.png) no-repeat;
  height: 23px;
  width: 29px;
}

.letter:hover {
  background: url(../img/com_icon/letter_hover.png) no-repeat;
  height: 23px;
  width: 29px;
}

.chat {
  background: url(../img/com_icon/chat.png) no-repeat;
  height: 25px;
  width: 31px;
}

.chat:hover {
  background: url(../img/com_icon/chat_hover.png) no-repeat;
  height: 25px;
  width: 31px;
}

.menu {
  padding-top: 17px;
  padding-bottom: 17px;
}

.menu__ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu__li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #244d97;
  border: 1px solid #244d97;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  position: relative;
}

.menu__li + .menu__li {
  margin-left: 14px;
}

.menu__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  min-height: 50px;
  width: auto;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}

.menu__li:hover {
  border: 1px solid #f97253;
  background-color: #f97253;
}

.menu__li:hover > a {
  color: #ffffff;
}

.menu__li.parent:hover::before {
  content: '';
  position: absolute;
  bottom: -14px;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  border: 7px solid transparent;
  border-top: 6px solid #f97253;
}

.menu__li:hover::after {
  content: '';
  position: absolute;
  bottom: -9px;
  right: auto;
  width: 100%;
  height: 8px;
  background-color: transparent;
}

/*dropmenu*/
.menu__li:hover .dropMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropMenu {
  background-color: #ffffff;
  border: 1px solid #f97253;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  display: none;
  overflow: hidden;
  z-index: 10;
  margin-top: 8px;
}

.dropMenu__li {
  padding: 10px 20px;
  position: relative;
  white-space: nowrap;
}

.dropMenu__li:first-child {
  padding-left: 10px;
}

.dropMenu__li:last-child {
  padding-right: 10px;
}

.dropMenu__li:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 29px;
  background-color: #244d97;
}

.dropMenu__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  color: #244d97;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.dropMenu__link:hover {
  opacity: .7;
}

.dropMenu__span {
  color: #244d97;
  font-size: 18px;
  font-weight: 400;
}

.menu__li:not(:first-child):not(:last-child) .dropMenu {
  -webkit-transform: translateX(-18%);
      -ms-transform: translateX(-18%);
          transform: translateX(-18%);
}

/*footer*/
.footer__subscibe {
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #1d71b8;
}

.text-subscibe {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 1.3;
  padding: 5px 0;
}

.footer-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: justify;
          justify-content: flex-end;
}

.submit {
  position: relative;
  height: 35px;
  width: 304px;
  margin-right: 15px;
}

.submit__input {
  border: none;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 16px;
  -webkit-box-shadow: inset 0 0 0 50px #ffffff;
  color: #000000;
  border-radius: 17px;
}

/*.input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  z-index: 1;
}*/

.form__btn {
  min-width: 142px;
  min-height: 35px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 17px;
  background-color: #f4595c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  padding: 3px 10px;
}

.footer__bottom {
  padding-top: 29px;
  padding-bottom: 10px;
  background-color: #eeecec;
}

.slogan-footer {
  font-size: 14px;
  color: #000000;
  max-width: 105px;
}

.footer__service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.service__list {
  margin-right: 35px;
}

.service__list:last-child {
  margin-right: 0;
}

.service__h3 {
  text-transform: uppercase;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
}

.service__h3_social {
  margin-bottom: 10px;
}

.service__ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service__ul li {
  padding-bottom: 10px;
}

.service__link {
  line-height: 1.3;
  color: #000000;
  text-decoration: none;
}

/*social-icons*/
.social-icons_footer {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.social-icons_footer .sb {
  border: none;
  margin-right: 15px;
  width: auto;
  height: auto;
}

.social-icons_footer .sb i {
  color: #7c7b7b;
}

.social-icons_footer .sb:hover {
  background-color: transparent;
}

.social-icons_footer .sb:hover i {
  color: #383838;
}

.footer__copyright {
  background-color: #cbc9c9;
}

.copyright {
  text-align: center;
}

.footer__bottom_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 10px;
}

.footer__bottom_right .service__list:first-child {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/*search*/
.siteSearch {
  min-width: 200px;
  max-width: 450px;
  min-height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 17.5px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
#search {
    margin-bottom: 0px;
}

.siteSearch__inp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: 14px;
  z-index: 10;
  border: none;
  border-radius: 17px;
  color: #000000;
  padding-left: 25px;
  padding-right: 45px;
  outline: none;
}

.siteSearch__btn {
  width: 40px;
  background-color: #63b32d;
  border: none;
  font-size: 15px;
  color: #ffffff;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
  color: #adadad;
}

/*main*/
.mainBanner {
  background: url("../img/banner-top.png") no-repeat center;
  background-size: cover;
  /*height: 170px;*/
  height: 220px;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.sectionBook-banner {
  background: url("../img/banner-top.png") no-repeat center;
  height: 231px;
}

.sectionBook-banner_bottom {
  background: url("../img/banner-bottom.png") no-repeat center;
  height: 114px;
  margin-bottom: 0;
}

.breadcrumb {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ffffff;
  margin-left: 37px;
  display: inline-block;
  margin-top: 11px;
}

.breadcrumb__link {
  text-decoration: none;
  color: #F5A623;
  font-size: 18px;
  margin-left: 18px;
  margin-right: 18px;
  position: relative;
  white-space: nowrap;
  color: #1d71b8;
  font-family: "Source Sans Pro";
  font-size: 22px;
  font-weight: 400;
}

a.breadcrumb__link {
  text-transform: uppercase;
}

a.breadcrumb__link::before {
  position: absolute;
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 16px;
  top: -webkit-calc(50% + 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -webkit-calc(100% + 15px);
  left: calc(100% + 15px);
}

.aside {
  height: -webkit-calc(100% - 60px);
  height: calc(100% - 60px);
  background-color: #e6e6e6;
}

.section-heading {
  margin-bottom: 10px;
}

.heading {
  color: #1d71b8;
  font-family: "Source Sans Pro";
  font-size: 22px;
  font-weight: 400;
  line-height: 16.93px;
  text-transform: uppercase;
}

.section-content .heading {
  margin-bottom: 25px;
}

.filter-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 13px;
  margin-right: 13px;
  margin-bottom: 34px;
}

.product__top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product__bottom {
  margin-top: auto;
}

.section-more__heading {
  color: #1d71b8;
  /*font-family: Ubuntu;*/
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
}

.product__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 18px;
}

.product__icons .icon-like {
  background: url(../img/like.png) no-repeat;
  width: 24px;
  height: 22px;
  margin-bottom: 12px;
}

.product__icons .icon-like:hover {
  background: url(../img/like-hover.png) no-repeat;
}

.product__icons .icon-share {
  background: url(../img/share.png) no-repeat;
  width: 21px;
  height: 24px;
}

.product__top .sb__pinterest {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b31216;
  border: 1px solid #f0f0f0;
}

.product__top .sb__pinterest i {
  color: #f0f0f0;
}

.product__top .sb__pinterest:hover {
  background-color: #c8c8c8;
}

.product__top .sb__pinterest:hover i {
  color: #fff;
}

.product__img {
  margin-bottom: 10px;
  width: 172px;
  height: 244px;
}

.product__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  padding-left: 8px;
}

.product__title {
  margin: 0;
  margin-bottom: 14px;
  color: #5b6269;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.product__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product__price-old {
  color: #ec654e;
  font-weight: 600;
  line-height: 16.28px;
  font-size: 31px;
}

.product__price-old sup {
  font-size: 16px;
}

.product__price-btn {
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  min-width: 111px;
  height: 35px;
  border-radius: 18px;
  background-color: #65b32e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

/* Dots, Arrows for sliderProducts*/
.sliderProducts {
  margin-left: -13px;
}

.slider-controls {
  margin-left: 50%;
  display: inline-block;
}

.slider-controls .slick-dots,
.slider-controls .pagination{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  /*padding: 0 15px;*/
  padding: 0 8px;
  list-style: none;
}

.slider-controls .slick-dots li:not(:last-child),
.slider-controls .pagination li:not(:last-child){
  margin-right: 10px;
}

.slider-controls .slick-dots button,
.slider-controls .pagination li:last-child a {
  background: none;
  border: none;
  cursor: pointer;
  color: #49525a;
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 18px;
}
.slider-controls .pagination li:last-child a{
	color: transparent;
	background: url(../img/arrow-right.png) no-repeat center;
}

.slider-controls .slick-active button {
  font-family: "Source Sans Pro";
  border-radius: 50%;
  width: 26px;
  height: 26px;
  color: #fff;
  background-color: #1d71b8;
}

.slider-controls .slide-m-prev, .slider-controls .slide-m-next {
  height: 17px;
  width: 12px;
  background-color: transparent;
  font-size: 0;
  border: none;
  cursor: pointer;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.slider-controls .slide-m-prev {
  float: left;
}

.slider-controls .slide-m-next {
  float: right;
}

.slider-controls .slide-m-prev:before, .slider-controls .slide-m-next:before {
  color: #1d71b8;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 27px;
}

.slider-controls .slide-m-prev:before {
  content: url("../img/arrow-left.png");
  height: 17px;
  width: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider-controls .slide-m-next:before {
  content: url("../img/arrow-right.png");
  height: 17px;
  width: 12px;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider-controls .slide-m-prev:hover, .slider-controls .slide-m-prev:focus {
  outline: none;
}

.slider-controls .slide-m-next:hover, .slider-controls .slide-m-next:focus {
  outline: none;
}

.slider-controls .slide-m-prev:hover:after, .slider-controls .slide-m-next:hover:after {
  text-decoration: none;
}

.slider-controls .slide-m-prev:focus:after, .slider-controls .slide-m-next:focus:after {
  text-decoration: underline;
}

.sliderProducts-more {
  margin-left: -13px;
}

/*select*/
.btn-pulse {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}

.option + .option {
  padding-left: 15px;
}

/*select*/
.option .ui-button {
  background-color: transparent;
  border: 1px solid #c9c9c9;
  color: #585858;
  font-size: 13px;
  font-weight: 500;
  height: 30px;
  max-width: 105px;
  outline: none;
  padding-left: 9px;
  padding-right: 0;
}

.option .ui-button:hover, .option .ui-button:focus {
  outline: none;
}

.option .ui-button:hover .ui-icon, .option .ui-button:focus .ui-icon {
  background-image: none;
}

.option .ui-selectmenu-icon.ui-icon {
  background-image: none;
  background-color: #d1d1d1;
  width: 20px;
  height: 30px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.option .ui-selectmenu-icon.ui-icon:hover {
  background-image: none;
}

.option .ui-selectmenu-icon.ui-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  right: 50%;
  border-top: 5px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.option .ui-selectmenu-button-open .ui-selectmenu-icon.ui-icon::after {
  border: none;
  border-bottom: 5px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.option .ui-widget.ui-widget-content {
  padding: 0;
}

.option .ui-menu .ui-menu-item > div {
  padding: 0;
  background-color: #f8f7f7;
  color: #262626;
  margin: 0;
  border: none;
  padding: 0;
  height: 30px;
}

.option .ui-widget-content .ui-state-active {
  border: none;
  margin: 0;
}

.option .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  border: none;
  background-color: #d1d1d1;
  opacity: .5;
  font-weight: 400;
  color: #262626;
}

.option .ui-corner-all {
  border-radius: 0;
}

.option .ui-selectmenu-text {
  line-height: 1.3;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .7em;
  font-size: 13px;
}

/*product*/
.sliderProduct {
  margin-top: -45%;
  position: relative;
}

.sliderProduct .slider-for img {
  max-width: 231px;
  max-height: 328px;
  margin: 0 auto;
}

.sliderProduct .slider-nav .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}

.section-product {
  margin-bottom: 30px;
}

.spoiler-title {
  cursor: pointer;
  color: #1d71b8;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 18px;
  display: block;
}

.spoiler-body {
  display: none;
}

.product-detail .product__price {
  margin-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.product-detail .product__price-old {
  margin-right: auto;
}

.product-detail .product__icons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}

.product-detail .product__icons .icon-like {
  margin-bottom: 0;
  margin-right: 10px;
}

.product-detail__heading {
  color: #1d71b8;
  /*font-family: Ubuntu;*/
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 25px;
}

.product-detail__text {
  color: #5b6269;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
}

.product-detail__review, .product-detail__review-mobile {
  color: #1d71b8;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}

.product-detail__review-mobile {
  display: none;
}

.product-detail__table {
  border: 1px solid #c6c6c6;
  padding: 20px 11px;
}

.product-detail__table h2 {
  color: #1d71b8;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
}

.product-detail__table table tr {
  vertical-align: top;
}

.product-detail__table table td:first-child {
  color: #8b8c8c;
  font-family: "Source Sans Pro";
  font-size: 13px;
  font-weight: 400;
  padding-right: 15px;
}

.product-detail__table table td:last-child {
  color: #656565;
  font-size: 13px;
  font-weight: 600;
}

/* Arrows for sliderProduct*/
.slider-nav .slick-prev,
.slider-nav .slick-next {
  border-radius: 50%;
  width: 33px;
  height: 33px;
  font-size: 0;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider-nav .slick-prev {
  left: 0;
  background-color: #e5e5e5;
}

.slider-nav .slick-next {
  right: 0;
  background-color: #e5e5e5;
}

.slider-nav .slick-prev:before,
.slider-nav .slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 22px;
  color: #b2b1b1;
}

.slider-nav .slick-prev:before {
  content: '\f104';
}

[dir='rtl'] .slider-nav .slick-prev:before {
  content: '\f105';
}

.slider-nav .slick-next:before {
  content: '\f105';
}

[dir='rtl'] .slider-nav .slick-next:before {
  content: '\f104';
}

.slider-nav .slick-prev:hover,
.slider-nav .slick-prev:focus {
  outline: none;
  opacity: .5;
  cursor: pointer;
}

.slider-nav .slick-next:hover,
.slider-nav .slick-next:focus {
  outline: none;
  opacity: .5;
  cursor: pointer;
}

.slider-nav .slick-list {
  max-width: 310px;
  height: 116px;
  margin: 0 auto;
}

.slider-nav .slick-slide {
  width: 110px !important;
  height: 116px;
}

.slider-nav {
  padding: 0 50px;
}

.slider-for {
  margin-bottom: 20px;
}

.slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.icon-video, .icon-video_mobile {
  position: absolute;
  right: 0;
  top: 50%;
  background: url("../img/video.png") no-repeat center;
  width: 52px;
  height: 41px;
}

.icon-video_mobile, .icon-video_mobile_mobile {
  position: relative;
  margin-bottom: 15px;
  display: none;
}

/* correction */
.form__btn{
  border: none;
}
footer{
  margin: 0;
  padding: 0;
  background: #fff;
  border: none;
}
footer a:hover{
  color: #551A8B;
}
.sliderProducts .product{
  margin: 0 0 34px;
  padding: 0 12.7px;
  max-width: 25%;
  width: -webkit-calc(100% / 4 - 26px);
    width: calc(100% / 4 - 26px);
}
.product__price-btn{
  cursor: pointer;
}
.product__price-btn:hover{
  color: #fff;
  opacity: 0.7;
}
.slider-controls{
  display: flex;
  justify-content: center;
  margin: 0;
}
.slider-controls .slick-dots li{
  display: flex;
  align-items: center;
}
.slider-controls .slick-dots a {
    background: none;
    border: none;
    cursor: pointer;
    color: #49525a;
    font-family: "Source Sans Pro";
    font-weight: 400;
    font-size: 18px;
    padding: 0 6px;
}
.slick-dots .active span {
    font-family: "Source Sans Pro";
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    background-color: #1d71b8;
    display: inline-block;
    text-align: center;
    font-size: 18px;
}
.slider-controls .slide-m-prev, 
.slider-controls .slide-m-next{
  height: 100%;
  position: relative;
  display: block;
  -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.slider-controls .slide-m-prev:before,
.slider-controls .slide-m-next:before{
  content: '';
  height: 100%;
  background: url(../img/arrow-left.png) no-repeat center;
  top: 0;
  -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.slider-controls .slide-m-next:before{
  background: url(../img/arrow-right.png) no-repeat center;
}
.slide-m-dots{
  display: flex;
    flex-wrap: nowrap;
}
.filter-option .panel-footer{
  padding: 0;
  border: none;
  background: #fff;
  margin-left: 15px;
}
.filter-option .panel-footer .btn{
  background: #1d71b8;
  font-size: 13px;
  border: none;
  padding: 0 15px;
  line-height: 30px;
  border-radius: 0;
  text-shadow: none;
}
.filter-option .panel-footer .btn:hover{
  opacity: 0.8;
}
.product__title{
  height: 48px;
    overflow: hidden;
}
.slick-slide img.empty-img,
.sliderProducts img.empty-img{
  object-fit: contain;
}
a:focus{
  outline: none;
}
.slider-nav .slick-prev:before, 
.slider-nav .slick-next:before{
  line-height: 33px;
}
.sliderProducts-more  .wrapper-products{
  justify-content: space-around;
}
.product__img{
  min-width: 172px;
}
.sliderProducts .product {
    margin: 0 13px 34px;
    padding: 0;
}
.sliderProducts .product > div{
  width: 215px;
  margin: 0 auto;
}
.main-heading{
  margin: 0;
}
.footer-submit .input{
  width: 100%;
  line-height: 35px;
  height: 35px;
}
#popuplogin .head .close, 
#popupregister .head .close{
  display: none;
}
#popuplogin_wrapper #popuplogin, 
#popupregister_wrapper #popupregister{
  padding: 20px;
  background: #1d71b8;
  border-radius: 0;
  max-width: none;
}
#popuplogin_wrapper #popuplogin .head, 
#popupregister_wrapper #popupregister .head{
  padding: 0;
  text-align: center;
  margin: 0 0 15px;
  background: #1d71b8;
  border: none;
  text-shadow: none;
  border-radius: 0;
  color: #fff;
  font-size: 24px!important;
  font-weight: 500!important;
}
#popuplogin_wrapper #popuplogin input[type='text'], 
#popuplogin_wrapper #popuplogin input[type='password'], 
#popupregister_wrapper #popupregister input[type='text'], 
#popupregister_wrapper #popupregister input[type='password']{
  padding: 0 17px;
  border: none;
  line-height: 35px;
  box-shadow: none;
  font-size: 16px;
  color: #adadad;
  border-radius: 17px;
  width: 355px;
}
#popuplogin_wrapper #popuplogin_form > div + div, 
#popupregister_wrapper #popupregister_form > div + div,
#popuplogin_wrapper #popuplogin_form .input,
#popupregister_wrapper #popupregister_form .input{
  margin: 0 0 10px;
}
#popuplogin_wrapper #popuplogin .forgotten, 
#popupregister_wrapper #popupregister .forgotten{
  text-align: right;
  margin: 0;
}
#popuplogin_wrapper #popuplogin .forgotten a, 
#popupregister_wrapper #popupregister .forgotten a{
  color: #adadad;
  font-size: 15px;
  padding: 0;
}
#popuplogin_wrapper #popuplogin .but{
  margin: 0 0 25px;
}
#popupregister_wrapper #popupregister .but{
	margin: 25px 0;
}
#popuplogin_wrapper #popuplogin .btn, 
#popupregister_wrapper #popupregister .btn{
  padding: 0 25px;
  line-height: 35px;
  color: #fff;
  border-radius: 17px;
  background: #f4595c;
  font-size: 18px;
  font-weight: 600;
  box-shadow: none;
  border: none;
  text-shadow: none;
  height: 35px;
}
.to-login a,
.to-registration a{
  color: #adadad;
  font-size: 18px;
}
.to-login a:hover,
.to-registration a:hover,
#popuplogin_wrapper #popuplogin .forgotten a:hover{
	color: #fff;
}
.user-block__a:hover{
	font-weight: 600;
	text-decoration: underline;
	color: #000;
}
.option .ui-corner-all,
.option .ui-button:hover, 
.option .ui-button:focus{
	border-right: none;
}
.breadcrumb{
	margin: 0;
	padding: 0;
	border: none;
  display: flex;
}
.option .submit__input{
	height: 100%;
	width: 100%;
}
#searchcat{
	margin-right: 0;
}
.heading-b {
    font-size: 26px;
}
.heading{
	color: #1d71b8;
    /*font-family: "Ubuntu";*/
    font-weight: 500;
    line-height: 1.2;
    text-transform: none;
}
.productTemplate{
	margin: 0 5px 40px;
}
.price-btn:hover{
	color: #fff;
	opacity: 0.8;
}
.product-category-84_93 #column-left,
[class*="product-category-84_93_"] #column-left,
[class*="product-category-84_92_"] #column-left,
[class*="product-category-84_94_"] #column-left,
.product-category-84_92 #column-left,
.product-category-84_94 #column-left{
  flex: 0 0 100%;
    max-width: 100%;
   padding: 0;
}
.product-category-84_92 #column-left div{
  display: flex;
  align-items: center;
}
.top-subcategory{
  position: relative;
}
.top-pagination{
  position: absolute;
    right: 15px;
    bottom: 25px;
}
.user-logged.open{
  position: relative;
}
.user-block{
  justify-content: flex-end;
}
.product-category-85 .section-heading,
.product-category-85 .aside{
  display: none;
}
.spec{
  list-style: none;
  margin: 0 -10px 0 0;
  padding: 0;
}
.spec li{
  padding: 0;
  background: url(/image/catalog/spec-1.png) no-repeat center;
    background-size: contain;
}
.spec li:nth-of-type(2){
  background: url(/image/catalog/spec-2.png) no-repeat center;
    background-size: contain;
}
.spec li:nth-of-type(3){
  background: url(/image/catalog/spec-3.png) no-repeat center;
    background-size: contain;
}
.spec li a{
  text-align: center;
    margin: 0;
    font-size: 24px;
    color: #1d71b8;
    line-height: 1;
    font-weight: 600;
    display: flex;
    justify-content: center;
    padding: 170px 35px 0;
    min-height: 275px;
}
.spec li:hover{
  opacity: 0.7;
}
.product-category-85 .section-content{
  margin-bottom: 20px;
}
.form-letter .submit__input {
    padding: 0 10px;
    width: 100%;
    line-height: 35px;
}
.form-letter .submit{
  margin-right: 0;
}
[class*="product-category-84_93_"] .breadcrumb,
[class*="product-category-84_94_"] .breadcrumb{
	flex-wrap: wrap;
}
[class*="product-category-84_93_"] .breadcrumb a.breadcrumb__link,
[class*="product-category-84_94_"] .breadcrumb a.breadcrumb__link{
	font-size: 18px;
}
#content {
    min-height: auto;
}
.content-top .container{
	max-width: 1024px!important;
}
.icon-video, 
.icon-video_mobile{
	z-index: 100;
	cursor: pointer;
}
.icon-video:hover{
	opacity: 0.7;
}
.breadcrumb{
	margin-left: -18px;
}
.heading{
	font-weight: 600;
}
.section-more__heading.featured{
	margin: 0 0 20px;
}
.product-detail__heading{
	line-height: 1.1;
	margin-bottom: 20px;
}
.product-detail__text{
	line-height: 1.25;
	margin-bottom: 20px;
}
.spoiler-title{
	margin-bottom: 15px;
	line-height: 1;
}
#cart {
    margin-bottom: 0;
}
.cart-button{
  padding: 0;
    border: none;
    background: #fff;
    line-height: 1;
}
.cart-button:hover{
  text-decoration: underline;
}
.btn-remove{
  padding: 0;
  border: none;
  background: #fff;
}
.table-striped>tbody>tr:nth-of-type(odd){
  background: #fff;
}
.cart-menu .table{
  margin: 0;
}
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th{
  border-top: none;
  vertical-align: middle;
}
.cart-menu .num{
  line-height: 24px;
}
.productLike__name img{
  min-width: 81px;
}
.productLike__title a{
  color: #000;
}
.productLike__remove .btn{
  border: none;
  background: #fff;
  box-shadow: none;
}
.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus{
  outline: none;
}
.siteSearch__btn{
	font-size: 19px;
}
.product-category-84 .section-content{
	margin-bottom: 0;
}
.section-more__heading{
	margin: 25px 0;
}
#more2 h2{
	font-size: 26px;
	font-weight: 600;
	color: #1d71b8;
	margin: 30px 0 15px;
}
.product-detail__review .spoiler-title{
	margin-bottom: 0;
}
#review p{
	font-size: 15px;
	font-weight: 500;
	color: #656565;
	margin: 0;
}
.review-form {
	padding: 0 15px;
	line-height: 35px;
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	background: #f4595c;
	border-radius: 18px;
	display: inline-block;
}
.review-login:hover{
	color: #fff;
	opacity: 0.7;
}
/*#review{
	margin-top: 20px;
}*/
.product__price-btn{
  border: none;
}
button{
  border: none;
}
.review-form:hover{
  opacity: 0.7;
}
.modal-review{
  padding: 15px;
  background: #1d71b8;
  position: relative;
  max-width: 708px;
}
.modal-review .form-control{
  border: none;
  padding: 0 20px;
  line-height: 35px;
  border-radius: 18px;
}
.modal-review .close{
  width: 28px;
    height: 28px;
    padding: 0;
    text-align: center;
    line-height: 28px;
    top: -18px;
    right: -18px;
    border-radius: 50%;
    color: #fff;
    background: rgba(164,164,164,0.65);
    font-size: 28px;
    z-index: 10;
    position: absolute;
}
.modal-review .close:hover{
  opacity: 0.7;
}
.modal-review .form-group{
  margin-bottom: 10px;
  color: #fff;
    font-size: 15px;
    line-height: 17px;
    display: flex;
}
.modal-review .form-group:last-of-type{
  margin-bottom: 0;
}
.modal-review .form-group label{
  margin-bottom: 0;
}
.modal-review input[type=checkbox]{
  margin: 0 10px 0 0;
  background: #fff;
    min-width: 17px;
    height: 17px;
}
.modal-review .buttons{
  margin: 15px 0 0;
}
#button-review{
  background: #65b32e;
  border: none;
  line-height: 35px;
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
  box-shadow: none;
  border-radius: 18px;
}
#button-review:hover{
  opacity: 0.7;
}
.alert {
    background: #fff;
    margin-top: 15px;
}
.alert.alert-danger{
	color: #b31216;
}
.alert.alert-success{
	color: #65b32e;
}
.review-item{
	color: #5b6269;
	font-size: 18px;
	padding: 15px 0;
	border-bottom: 1px solid #c0c0c0;
}
.review-title{
	color: #f4595c;
	font-weight: 600;
}
.review-title span{
	font-size: 14px;
	color: #9e9e9e;
	margin-left: 20px;
}
.phone:hover .form-letter {
    display: block;
}
.phone .price-btn{
	font-size: 16px;
	line-height: 35px;
	padding: 0 15px;
}
.callback-success{
	background: #fff;
	color: #65b32e;
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
	display: none;
}
.sliderArtbox__product .product__title{
  width: 100%;
}
.sliderArtbox__product .product__price{
  width: 100%;
}
.aside.aside-box{
  height: 100%;
    background-color: #def2ff;
}
.sliderArtbox .slick-next:before, 
.sliderUbox .slick-next:before{
  line-height: 33px;
}
.sliderArtbox__product.product{
  margin-bottom: 34px;
  padding: 0px;
  height: 200px;
}
.slick-slide .sliderArtbox__product.product img{
  width: 100px;
  height: 100px;
}
.page-title + .text {
    margin: 20px 0;
}
.boxGift p{
  margin: 1em 0;
}
.btn-collectBox {
  padding: 15px 25px;
  font-weight: 400;
  line-height: 1;
  font-size: 23px;
  border-radius: 24px;
  background-color: #1d71b8;
  text-transform: uppercase;
  min-height: 48px;
  margin-left: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.information-information .main-heading{
  margin: 0.67em 0;
}
.cart-container .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    font-size: 16px;
    margin-top: 0;
}
.cart-container .alert-danger{
  color:#721c24;
  background-color:#f8d7da;
  border-color:#f5c6cb;
  font-size: 16px;
    margin-top: 0;
}
.cart-container .close{
  float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    background-color: transparent;
    padding: 0;
}
#gp-table .productLike__name{
  flex-basis: 80%;
}
#gp-table .productLike__bottom{
  flex-basis: 20%;
}
.complect-middle.product__price{
  justify-content: flex-start;
  margin-bottom: 40px;
}
.complect-middle.product__price #gp-total .gp-total-price{
  margin: 0;
}
.price span.product__price-old{
  font-size: 31px;
  padding-left: 0;
}
#gp-table .productLike__bottom{
  padding-left: 20px;
}
#gp-table .productLike__bottom .productLike__number{
  margin-left: 0;
}
.section-buttons{
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.section-buttons .btn{
  color: #ffffff;
  font-size: 18px;
    font-weight: 600;
  text-decoration: none;
    height: 35px;
    border-radius: 18px;
    padding: 0 25px;
    line-height: 35px;
    box-shadow: none;
    border: none;
    text-shadow: none;
}
.section-buttons .btn:hover,
.section-buttons .btn:focus{
  opacity: 0.7;
}
.section-buttons .btn-primary{
   background: #65b32e;
}
.section-buttons .btn-default{
    background: #f4595c;
}
.title-heading,
.text-error{
  color: #1d71b8;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 25px;
}
.text-error,
.account-logout p{
  color: #5b6269;
  font-size: 20px;
}
.cart-total{
  display: flex;
  padding: 15px 0;
}
.cart-total .total-title{
  color: #000;
  font-size: 20px;
}
.productLike .cart-total .productLike__bottom{
  padding-right: 13.5%;
}
.complect-middle .product__icons{
  flex-direction: row;
  margin-left: 0;
}
.complect-middle .product__price-old{
  line-height: 35px;
}
.complect-middle #gp-total,
.complect-middle #button-cart{
  margin-right: 5%;
}
.complect-middle .product__icons .icon-like{
  margin: 0 20px 0 0;
}
.productLike.productCurt .product-detail__text{
  margin: 10px 0 0;
}
.productLike.productCurt .productLike__name img{
  padding-bottom: 0;
}
#review{
  margin-top: 20px;
} 
.productLike__addToCart{
  border: none;
    background: url(../img/cart-hover.png) no-repeat left center;    
}
.productLike__heading .productLike__addToCart{
  background: #fff;
}
.productLike .productLike__heading .productLike__addToCart,
.productLike .productLike__content .productLike__addToCart{
  flex-basis: 28%;
}
.account-wishlist .favourite:before{
  background: url(../img/like-hover.png) no-repeat;
    height: 22px;
    width: 24px;
}
.checkout-cart .cart::before{
  background: url(../img/cart-active.png) no-repeat;
    height: 25px;
    width: 25px;
}
.user-block__a.cart:hover:before{
  background: url(../img/cart-hover.png) no-repeat;
    height: 25px;
    width: 25px;
}
.user-logged .entrance::before{
  background: url(../img/entrance-login.png) no-repeat;
    height: 22px;
    width: 20px;
}
.sliderUbox__wrapper{
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 5px;
}
.sliderUbox__product {
  margin: 0 0 34px;
  width: 48%;
    justify-content: center;
    align-items: center;
}
.aside-boxCollect {
    background-color: #fff3a0;
}
.slick-lightbox .slick-prev,
.slick-lightbox .slick-next{
  border-radius: 50%;
    width: 33px;
    height: 33px;
    font-size: 0;
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
}
.slick-lightbox .slick-prev:before, 
.slick-lightbox .slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 22px;
    color: #b2b1b1;
}
.slick-lightbox .slick-prev:before,
.slick-lightbox .slick-next:before{
  line-height: 33px;
}
.slick-lightbox .slick-prev:before {
    content: '\f104';
}
.slick-lightbox .slick-next:before {
    content: '\f105';
}
.slick-lightbox .slick-prev,
.slick-lightbox .slick-next {
    background-color: #e5e5e5;
}
.slick-lightbox .slick-prev{
  left: 15px;
}
.slick-lightbox .slick-next {
  right: 15px;
}
.slick-lightbox .slick-prev:hover, 
.slick-lightbox .slick-prev:focus,
.slick-lightbox .slick-next:hover, 
.slick-lightbox .slick-next:focus {
    outline: none;
    opacity: .5;
    cursor: pointer;
}
.siteSearch{
  overflow: visible;
}
.siteSearch__btn{
  border-radius: 17.5px 0 0 17.5px;
}
.searchresult.sliderProducts .product{
  max-width: 23%;
}
.section-content p br{
	display: none;
}
.section-content .container > .row > .col-sm-12 p{
	margin-bottom: 0;
}
.option .ui-corner-all, 
.option .ui-button:hover, 
.option .ui-button:focus{
	background: #fff;
}
.cart-menu .price-table tr:nth-of-type(2){
  display: none;
}
#d_quickcheckout .form-horizontal .zone .control-label{
  text-align: left;
    display: flex;
    font-size: 12px;
}
#d_quickcheckout .form-horizontal .zone .control-label span{
  width: 100%;
    display: inline-block;
}
.sliderProducts .wrapper-products{
  justify-content: flex-start;
}
.content-top .container{
  max-width: 90% !important;
}
.banner{
  max-width: 100%;
  height: auto;
}
.banner img{
  width: 100%;
  object-fit: cover;
}
.sectionBook-banner,
.sectionBook-banner_bottom{
  background-size: cover;
}
.sliderProduct {
    margin-top: -31%;
  }
.breadcrumb__link{
  font-size: 16px;
}



@media (max-width: 991px) {
  .header__top, .header__bottom, .menu {
    display: none;
  }
  .responsive-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 320px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 100;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #fff;
    padding: 5px 15px;
    padding-right: 50px;
  }
  .menu_active {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .responsive-menu-list {
    width: 100%;
  }
  .responsive-menu-list > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
  }
  .responsive-menu-list > ul:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #244d97;
  }
  .responsive-menu-list > ul > li > a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    line-height: 2.4;
  }
  .responsive-menu-list > ul > li > a:hover {
    color: #244d97;
  }
  .responsive-menu-list__li_icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .responsive-menu-list__li_icons .sb {
    border: none;
    width: 12px;
  }
  .responsive-menu-list .parent .sub-menu {
    display: none;
  }
  .menu-btn {
    width: 50px;
    height: 50px;
    background-color: transparent;
    position: absolute;
    top: -22px;
    left: 8px;
    z-index: 100;
  }
  .menu-btn-close {
    top: 7px;
    left: -webkit-calc(100% - 50px);
    left: calc(100% - 50px);
  }
  .menu-btn .toggle-button {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    margin-left: -15px;
    left: 50%;
    width: 30px;
    height: 2px;
    background-color: #222;
  }
  .menu-btn .toggle-button::before, .menu-btn .toggle-button::after {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    margin-left: -15px;
    left: 50%;
    width: 30px;
    height: 2px;
    background-color: #222;
  }
  .menu-btn-close .toggle-button {
    width: 20px;
  }
  .menu-btn-close .toggle-button::before, .menu-btn-close .toggle-button::after {
    width: 20px;
  }
  .menu-btn .toggle-button::before, .menu-btn .toggle-button::after {
    content: '';
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .menu-btn .toggle-button::before {
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .menu-btn .toggle-button::after {
    -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
            transform: translateY(8px);
  }
  .menu_active .toggle-button {
    height: 0;
  }
  .menu_active .toggle-button::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu_active .toggle-button::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .responsive-menu-list li > a::after {
    content: "";
    display: block;
    height: 0.15em;
    position: absolute;
    top: 100%;
    width: 102%;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50.3%, transparent), color-stop(50.3%, #FFFA3B));
    background-image: -o-linear-gradient(left, transparent 50.3%, #FFFA3B 50.3%);
    background-image: linear-gradient(to right, transparent 50.3%, #FFFA3B 50.3%);
    -webkit-transition: background-position .2s .1s ease-out;
    -o-transition: background-position .2s .1s ease-out;
    transition: background-position .2s .1s ease-out;
    background-size: 200% auto;
  }
  .responsive-menu-list-arrow {
    font-size: 12px;
    margin-left: 8px;
    cursor: pointer;
  }
  .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .sub-menu li {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
  }
  .sub-menu li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #244d97;
  }
  .sub-menu li:last-child::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #244d97;
  }
  .sub-menu li:first-child {
    margin-top: 12px;
  }
  .sub-menu li:last-child {
    margin-bottom: 12px;
  }
  .sub-menu li a {
    color: #8f8f8f;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    text-decoration: none;
    white-space: nowrap;
    display: block;
  }
  .responsive-menu-list li:last-child .sub-menu li:last-child {
    margin-bottom: -12px;
  }
  .responsive-menu-list li:last-child .sub-menu li:last-child::after {
    width: 0;
  }
  .text-search {
    display: none;
  }
  .menu {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 -15px;
  }
  .menu__li:not(:first-child) {
    margin-left: -1px;
  }
  .menu .menu__li:last-child, .menu .menu__li:nth-child(4) {
    display: none;
  }
  .menu__li:hover .dropMenu {
    display: none;
  }
  .menu__li.parent {
    position: relative;
  }
  .menu__li.parent:hover::after, .menu__li.parent:hover::before {
    display: none;
  }
  .menu__link {
    width: auto;
  }
  .product-detail__review {
    display: none;
  }
  .product-detail__review-mobile {
    display: block;
  }
  .icon-video {
    display: none;
  }
  .icon-video_mobile {
    display: block;
  }
  .breadcrumb {
    margin-left: 15px;
  }
  .product-detail__table {
    margin-bottom: 20px;
  }
  .sliderProducts .product{
    max-width: 50%;
    width: 50%;
  }
  .product-detail{
    display: flex;
    flex-direction: column;
  }
  .spec li a{
    font-size: 20px;
    padding: 170px 20px 0;
  }
  .complect .product-detail__review{
    display: block;
  }
  .complect + .section-productLike .gp-child-image {
    width: 20%;
  }
  .complect + .section-productLike .productLike__title{
    width: 80%;
  }
  .complect + .section-productLike .productLike__name img{
    width: 100%;
    height: auto;
  }

  /* 2512 */
  .responsive-menu-list .sub-menu{
  	padding-left: 15px;
  }
  .responsive-menu-list .sub-menu li{
	padding: 0;
	text-align: left;
	line-height: 35px;
  }
  .sub-menu li::before,
  .sub-menu li:last-child::after,
  .responsive-menu-list > ul:not(:last-child)::after{
  	display: none;
  }
  .sub-menu li a{
  	display: inline;
  	color: #000;
  	font-size: 14px;
  	margin-right: 10px;
  }
  .responsive-menu-list > ul{
  	padding: 0;
  	border-bottom: 1px solid #244d97;
  }
  .responsive-menu-list > ul:last-of-type{
  	border-bottom: none;
  }
  .header__menu{
  	display: none;
  }
  .sliderProducts .product {
    margin: 0 0px 34px;
    padding: 0 15px;
	}
	.product__img{
		margin: 0 auto 10px;
	}
	.product__title{
		max-width: none;
	}
	.content-top{
		margin-top: 10px;
	}
	.content-top .banner{
		margin: 0 -15px 30px;
		height: auto;
	}
	.service__list {
	    flex-basis: 20%;
	    width: 20%;
	    padding-right: 5px;
	    font-size: 13px;
	    margin-right: 0;
	}
	.service__h3{
		margin-bottom: 10px;
	}
	.social-icons_footer .sb,
	.sb + .sb{
		margin: 0;
	}
	.social-icons_footer{
		justify-content: space-between;
	}
	.section-heading .row .col-md-4{
		flex: 0 0 50%;
    	max-width: 50%;
	}
	.section-heading .row .col-md-5{
		flex: 0 0 50%;
    	max-width: 50%;
	}
	.section-heading .row .col-md-3{
		display: none!important;
	}
	#more2 h2{
		margin: 0px 0 15px;
	}
	.sliderProducts {
	    margin-left: 0;
	}
	.tab__subject {
	    font-size: calc( (100vw - 768px)/(991 - 768) * (14 - 12) + 12px);
	}

  
}

@media (max-width: 767px) {
  .aside {
    min-height: 215px;
  }
  .slider-controls {
    margin-left: auto;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sliderProduct {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .footer-submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__btn {
    width: 100%;
  }
  .submit {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer__logo, .slogan-footer, .service__h3_social, .social-icons_footer {
    display: none;
  }
  .spec li a {
    font-size: 24px;
    padding: 250px 25% 0;
    min-height: 370px;
  }
  .complect-middle.product__price{
    margin-bottom: 15px;
  }
  .modal-review{
    max-width: 500px;
  }
  .complect + .section-productLike .productLike__content{
    flex-wrap: wrap;
  }
  #gp-table .productLike__name {
    flex-basis: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  #gp-table  .productLike__bottom{
    justify-content: flex-end;
  }
  #gp-table .productLike__number{
    margin-right: 20px;
  }
  .social-icons .sb, 
  .sb + .sb {
    margin: 0px 8px;
	}
	.responsive-menu-list li .entrance::before{
		display: none;
	}
	.social-icons .sb:last-of-type{
		margin-right: 0!important;
	}
	.social-icons .sb:first-of-type{
		margin-left: 0!important;
		margin-right: 8px;
	}
	.responsive-menu-list li a{
		padding-left: 0;
	}
	.tab__subject {
	    font-size: 14px;
	}
	.productTemplate {
	    padding-bottom: 0px;
	}
}

@media (max-width: 575px) {
  .footer__service {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .service__list {
    width: 50%;
    flex-basis: 50%;
    padding-right: 10px;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .text-subscibe {
    font-size: 18px;
    text-align: center;
  }
  .spec li a {
    padding: 250px 20% 0;
  }
  .modal-review{
    max-width: 420px;
  }
  .modal-body-left {
    margin-bottom: 15px;
  }
  .complect + .section-productLike .gp-child-image {
    width: 25%;
  }
  .complect + .section-productLike .productLike__title{
    width: 75%;
  }
  #gp-table .productLike__name{
    flex-direction: row;
  }
  .text-subscibe {
    font-size: 16px;
    text-align: left;
	}
	.footer__subscibe .form__btn{
		min-width: auto;
		width: 100%;
		padding: 0;
	}
	.section-heading .row .col-md-4,
	.section-heading .row .col-md-5{
		flex: 0 0 100%;
     	max-width: 100%; 
	}
	.content-top .banner {
	    margin: 0 -15px 0;
	}
	.breadcrumb{
		margin: 10px 0;
	}
	.breadcrumb span:first-of-type .breadcrumb__link{
		margin-left: 0;
	}
}

@media (max-width: 480px) {
  .option .ui-button {
    /*max-width: 85px;*/
    max-width: 100%;
    padding-left: 4px;
  }
  .breadcrumb {
    margin-left: 0;
  }
  .breadcrumb__link {
    font-size: 19px;
  }
  .btn-pulse,
  .filter-option .panel-footer{
    width: 48%;
  }
  .option + .option {
    padding-left: 0;
    margin-left: 0;
  }
  .filter-option{
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .filter-option .panel-footer{
    margin: 0;
  }
  .filter-option .panel-footer .btn{
    width: 100%;
    margin-top: 15px;
  }
  #filter-group3{
    margin-top: 15px;
  }
  .spec li a {
    font-size: 22px;
    padding: 190px 10% 0;
    min-height: 300px;
  }
  .modal-review {
    max-width: 280px;
  }
  .complect .thumbnail>img{
    margin: 0 auto;
  }
  .complect-middle.product__price{
    margin-top: 20px;
  }
  #gp-table .productLike__name{
    flex-wrap: wrap;
  }
  .complect + .section-productLike .gp-child-image,
  .complect + .section-productLike .productLike__title {
    width: 100%;
  }
  .complect + .section-productLike .productLike__name img{
    width: auto;
    margin: 0 auto;
  }
  .complect + .section-productLike .productLike__title{
    padding-top: 20px;
  }
  .aside-boxCollect{
    height: 100%;
  }
  .sectionBook-banner{
  	background: transparent;
  	height: auto;
  }
  .breadcrumb.breadcrumb-cardProduct{
  	padding: 0 15px;
  	opacity: 1;
  }
  .breadcrumb.breadcrumb-cardProduct span{
  	display: block;
  }
  .breadcrumb.breadcrumb-cardProduct span .breadcrumb__link,
  .breadcrumb.breadcrumb-cardProduct span.breadcrumb__link{
  	white-space: normal;
  	margin-left: 0;
  }
  #popuplogin_wrapper #popuplogin input[type='text'], 
  #popuplogin_wrapper #popuplogin input[type='password'], 
  #popupregister_wrapper #popupregister input[type='text'],
  #popupregister_wrapper #popupregister input[type='password'],
  #popuplogin_wrapper #popuplogin .btn, 
  #popupregister_wrapper #popupregister .btn{
  	width: 100%;
  }
  .to-login a, 
  .to-registration a,
  #popuplogin_wrapper #popuplogin .head, 
  #popupregister_wrapper #popupregister .head {
    font-size: 16px!important;
	} 
	#popupregister_wrapper #popupregister{
		margin-top: 50px;
	}
	.responsive-menu-list li a{
		padding-left: 0;
	}
	.responsive-menu-list li .entrance::before{
		display: none;
	}
	.breadcrumb.breadcrumb-cardProduct .breadcrumb__link {
	    font-size: 12px;
	}
	a.breadcrumb__link::before{
		font-size: 10px;
	}
	.product-detail__text{
		margin-bottom: 0;
	}
	.product-detail__text + [data-readmore-toggle]{
		margin-bottom: 20px;
	}
	.section-buttons{
		flex-wrap: wrap;
		justify-content: center;
	}
	.section-buttons .btn{
		width: 100%;
	}
	.section-buttons .btn.btn-default{
		margin-bottom: 20px;
	}
	.product-category-84_92 .filter-option > .filter-option,
  .product-category-84_93 .filter-option > .filter-option,
  .product-category-84_94 .filter-option > .filter-option{
		width: 40%;
	}
	.option.submit{
		width: 60%;
		margin: 0;
		padding-left: 15px;
	}
	.product-category-84_92 .btn-pulse,
  .product-category-84_93 .btn-pulse,
  .product-category-84_94 .btn-pulse{
		width: 100%;
	}
  .sliderArtbox__product.product > div{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .product-detail__text + [data-readmore-toggle]{
    color: #1d71b8;
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-weight: 600;
  }
  .section-more__heading,
  .product-detail__heading{
    font-size: 24px;
  }
  .sliderProducts .product,
  .productTemplate {
    max-width: 50%;
    width: 50%;
    padding: 0 10px;
  }
  .productTemplate{
    margin: 0 0 34px;
  }
  .productTemplate__img,
  .product__img {
    min-width: auto;
    width: auto;
    height: auto;
  }
  .product__top,
  .productTemplate{
    flex-direction: column;
  }
  .product__img img{
    padding-left: 0;
  }
  .product__icons{
        flex-direction: row;
    margin-left: 0;
    justify-content: center;
    margin-bottom: 10px;
  }
  .product__icons .icon-like{
    margin-bottom: 0;
    margin-right: 15px;
  }
  .product__title{
    font-size: 14px;
    line-height: 16px;
    text-align: justify;
    height: auto;
  }
  .productTemplate .price-btn,
  .product__price-btn{
    color: #65b32e;
    background: #fff;
    line-height: 30px;
    height: auto;
    min-width: auto;
  }
  .product__price-old{
    line-height: 30px;
    font-size: 22px;
  }
  .sliderProducts-more .slick-slide img{
    height: 185px;
  }
  .print-icon + .heading-b.heading {
    padding-left: 20px;
  }
  .print-icon + .heading {
    font-size: 18px;
  }
  .productTemplate .price-btn{
    font-size: 18px;
    line-height: 1;
    padding: 0 5px;
  }
  .productTemplate .product__icons{
    margin: 10px 0 0;
  }
}
