@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;
}

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

body {
  margin: 0;
  min-width: 320px;
  background: #ffffff;
  line-height: 1.65;
  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;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.responsive-menu-list > ul > li > a:not([href]):hover {
  color: #000;
}

.container {
  max-width: 982px !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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
}

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

.cart {
  position: relative;
}

.cart__num {
  position: absolute;
  top: 0;
  left: 15px;
  margin-top: -10px;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #3282c7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}

.cart-mobile {
  position: relative;
}

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

.cart-mobile .cart__num {
  left: 18px;
  top: 3px;
  -webkit-box-shadow: 2px 3px 8px rgba(0, 1, 0, 0.37);
          box-shadow: 2px 3px 8px rgba(0, 1, 0, 0.37);
}

.cart-mobile .cart-menu {
  right: 0;
  width: auto;
}

.cart-mobile .cart-menu::before {
  right: 30px;
}

.cart-mobile .cart-menu .price {
  font-size: 17px;
}

.cart-mobile .cart-menu p {
  font-size: 14px;
}

.cart-mobile .cart-menu img {
  max-width: 47px;
}

.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/entrance.png) no-repeat;
  height: 22px;
  width: 20px;
}

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

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

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

.favourite:hover::before,
.favourite-active::before {
  background: url(../img/like-hover.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: 177px;
  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;
}

.menu ul .menu__link:first-child span:nth-child(2) {
  display: none;
}

/*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;
}

.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: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.submit {
  position: relative;
  height: 35px;
  width: 304px;
}

.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;
  font-family: "Source Sans Pro";
}

.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;
}

.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;
  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;
}

.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-color: #eeeeee;
  background-size: cover;
  height: 334px;
  max-width: 952px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.banner {
  background-color: #eeeeee;
  background-size: cover;
  height: 170px;
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.bannerBook {
  background: url("../img/banner-top.png") no-repeat center;
}

.bannerSection {
  background-size: cover;
  height: 200px;
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 17px;
}

.bannerSection:first-child {
  margin-top: 17px;
}

.bannerSection:last-child {
  margin-bottom: 52px;
}

.banner-art {
  background: url("../img/art-section.jpg") no-repeat center;
}

.banner-navch {
  background: url("../img/navch-section.jpg") no-repeat center;
}

.banner-persh {
  background: url("../img/persh-section.jpg") no-repeat center;
}

.articiBanner {
  background: url("../img/banner-art.jpg") no-repeat center;
}

.navchalochkaBanner {
  background: url("../img/banner-navch.png") no-repeat center;
}

.pershachokBanner {
  background: url("../img/banner-persh.png") no-repeat center;
}

.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;
}

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

.aside-box {
  height: 100%;
  background-color: #def2ff;
}

.aside-boxCollect {
  background-color: #fff3a0;
}

.aside-artici {
  height: 100%;
}

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

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

.heading {
  color: #1d71b8;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.heading-b {
  font-size: 26px;
}

.section-content {
  margin-bottom: 40px;
}

.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-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;
}

.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;
  max-width: 210px;
}

.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;
}

.price-btn {
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  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;
  margin-top: 20px;
}

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

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

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

.slider-controls .slick-dots button {
  background: none;
  border: none;
  cursor: pointer;
  color: #49525a;
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 18px;
}

.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,
.slider-controls .slide-n-prev, .slider-controls .slide-n-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, .slider-controls .slide-n-prev {
  float: left;
}

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

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

.slider-controls .slide-m-prev:before, .slider-controls .slide-n-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, .slider-controls .slide-n-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, .slider-controls .slide-n-prev:hover, .slider-controls .slide-n-prev:focus {
  outline: none;
}

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

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

.slider-controls .slide-m-prev:focus:after, .slider-controls .slide-m-next:focus:after,
.slider-controls .slide-n-prev:focus:after, .slider-controls .slide-n-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 {
  margin-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: rgba(209, 209, 209, 0.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: 5px;
  display: block;
}

.spoiler-body {
  display: none;
}

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

.product-detail .price {
  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__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;
}

.section-review {
  margin-bottom: 16px;
}

.section-review .form__btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 21px;
  line-height: 1;
}

.review-text {
  color: #656565;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

/* Arrows for slider-nav*/
.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;
}

/* interesting*/
.productLike {
  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-bottom: 33px;
  width: 83%;
}

.productLike__heading {
  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;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #888787;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 7px;
}

.productLike__content {
  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;
  color: #727272;
  padding: 15px 0;
}

.productLike__content:not(:last-child) {
  border-bottom: 1px dashed #d2d2d2;
}

.productLike__name {
  -webkit-flex-basis: 42%;
      -ms-flex-preferred-size: 42%;
          flex-basis: 42%;
  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;
  padding-right: 10px;
}

.productLike__name img {
  height: 115px;
  width: 81px;
  padding-right: 12px;
  padding-bottom: 10px;
}

.productLike__addToCart {
  -webkit-flex-basis: 28%;
      -ms-flex-preferred-size: 28%;
          flex-basis: 28%;
}

.productLike__addToCart span {
  padding-left: 35px;
  white-space: nowrap;
}

.productLike__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
}

.productLike__title p {
  margin: 0;
}

.productLike__addToCart {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #727272;
}

.productLike__remove {
  position: relative;
}

.productLike__bottom {
  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;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

.productLike__sum {
  text-align: right;
}

.productLike__count {
  text-align: center;
}

.productLike.productCurt {
  width: 100%;
}

.productCurt div.productLike__remove {
  margin-right: -10px;
}

span.productLike__remove {
  background: url(../img/remove-icon.png) no-repeat;
  width: 21px;
  height: 23px;
  background-position: right;
}

div.productLike__remove {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

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

.price {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  color: #ec654e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.price span {
  font-size: 0.56em;
  padding-left: 5px;
}

.btn-remove {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.btn-remove::before, .btn-remove::after {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 18px;
  height: 2px;
  background-color: #1d71b8;
  content: '';
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn-remove::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-remove::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.productLike__number {
  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;
  color: #304E8B;
  font-size: 28px;
  font-weight: 600;
  margin-left: -10px;
}

.productLike__number .minus, .productLike__number .plus {
  display: block;
  padding: 0 10px;
  cursor: pointer;
}

.productLike__number input[type=text] {
  color: #000;
  width: 35px;
  height: 35px;
  background-color: #f0eeee;
  -webkit-appearance: none;
  position: relative;
  border: none;
  text-align: center;
  font-size: 20px;
}

.productLike > div > span:not(:first-child),
.productLike > div > div:not(:first-child) {
  -webkit-flex-basis: 14%;
      -ms-flex-preferred-size: 14%;
          flex-basis: 14%;
  padding: 0 10px;
}

/*artbox*/
.page-title {
  color: #1d71b8;
  font-size: 28px;
  font-weight: 500;
  line-height: 35px;
}

.page-title + .text {
  margin-bottom: 20px;
}

.page-titleSmall {
  font-size: 26px;
  text-align: center;
  letter-spacing: -0.7px;
}

p.text {
  color: #000;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 560px;
}

.step-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
}

.step-item {
  width: -webkit-calc(100% / 3 - 20px);
  width: calc(100% / 3 - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  z-index: 1;
  max-width: 223px;
  position: relative;
}

.step-item img {
  width: 100%;
  height: auto;
}

.step-item span {
  position: absolute;
  left: 31%;
  bottom: 7%;
  color: #000;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.17;
  letter-spacing: -0.3px;
  padding: 5px;
}

.step-item:not(:last-child) span {
  bottom: 15%;
}

.pickBox {
  width: 100%;
  border-radius: 21px;
  background-color: #fde574;
  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;
  padding: 20px 25px;
  margin-bottom: 25px;
}

.pickBox p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.17;
  letter-spacing: -0.1px;
  margin: 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;
}

.boxGift {
  position: relative;
  padding-left: 54px;
}

.boxGift p {
  font-size: 21px;
  font-weight: 400;
  color: #3282c7;
}

.boxGift::before {
  position: absolute;
  content: '';
  background: url(../img/gift.png) no-repeat;
  width: 46px;
  height: 54px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.boxGift span {
  text-transform: uppercase;
}

.aside-box {
  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;
}

.aside-box .page-title.page-titleSmall {
  padding: 10px 12px;
}

.sliderArtbox {
  margin-top: auto;
  position: relative;
}

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

.sliderArtbox .product__title a {
  font-weight: 600;
  color: #1260a3;
}

.sliderArtbox__product.product {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 100px;
}

.sliderArtbox__product.product .price-btn, .sliderArtbox__product.product .price {
  margin-bottom: 10px;
}

.sliderArtbox__product.product .price {
  margin-left: 5px;
}

/*sliderArtbox, sliderUbox*/
.sliderArtbox .slick-next, .sliderUbox .slick-next {
  width: 42px;
  height: 42px;
  background-color: rgba(107, 104, 104, 0.2);
  border-radius: 50%;
  z-index: 1;
  font-size: 0;
  border: none;
  padding: 7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.sliderUbox .slick-next {
  -webkit-transform: translate(-50%, 180%);
      -ms-transform: translate(-50%, 180%);
          transform: translate(-50%, 180%);
}

.sliderArtbox .slick-next:before, .sliderUbox .slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 30px;
  color: #8f8f8f;
  content: '\f107';
}

.sliderArtbox button.slick-prev.slick-arrow,
.sliderUbox button.slick-prev.slick-arrow {
  display: none;
  font-size: 0;
  border: 0;
  background: none;
}

[dir='rtl'] .sliderArtbox .slick-next:before, [dir='rtl'] .sliderUbox .slick-next:before {
  content: '\f107';
}

.breadcrumb {
  margin-left: -18px;
}

.breadcrumb__link {
  text-decoration: none;
  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: 14px;
  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);
}

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

.option.submit {
  position: relative;
  height: 30px;
  width: 199px;
  margin-left: 12px;
}

.option .submit__input {
  padding-left: 12px;
  padding-right: 49px;
  font-size: 13px;
  color: #7f7f7f;
  border-radius: 0;
  border: 1px solid #c9c9c9;
}

.option .submit__button {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
  cursor: pointer;
  outline: none;
  border: none;
  z-index: 1;
  background-color: #d1d1d1;
}

.option .submit__button::after {
  position: absolute;
  content: " ";
  background: url(../img/check.png) no-repeat;
  width: 19px;
  height: 19px;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.option .submit__button {
  font-size: 13px;
}

.aside-boxCollect__top {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f6d300;
  padding: 17px 36px;
  position: relative;
}

.aside-boxCollect .page-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}

.aside-boxCollect .price {
  color: #e50046;
  font-size: 32px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 10px;
}

.aside-boxCollect .price-btn {
  z-index: 1;
  background-color: #3282c7;
  padding: 10px 36px;
}

.arrow-narrow {
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-bottom: 45px solid #f6d300;
  position: absolute;
  top: 100%;
  -webkit-transform: rotate(90deg) translate(-45px, -50%);
      -ms-transform: rotate(90deg) translate(-45px, -50%);
          transform: rotate(90deg) translate(-45px, -50%);
}

.arrow-narrow::after {
  content: '';
  position: absolute;
  left: -30px;
  top: 44px;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 45px solid #f6d300;
}

.sliderUbox {
  margin-top: 30px;
}

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

.sliderUbox__product {
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 5px;
}

.sliderUbox__product img {
  width: 87px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.sliderUbox__book {
  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;
  max-width: 87px;
}

.sliderUbox__book .price {
  font-size: 18px;
  margin-bottom: 0;
}

.sliderUbox__book > span {
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
  color: #1d71b8;
}

/*online-school*/
.bannerSection {
  position: relative;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bannerSection .price-btn {
  padding: 10px 24px;
  background-color: #1d71b8;
  max-width: 142px;
}

.headingSection {
  position: relative;
  font-size: 18px;
  color: #343434;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  max-width: 261px;
  margin-left: -webkit-calc(50% - 70px);
  margin-left: calc(50% - 70px);
}

.headingSection__head {
  font-size: 1.94em;
  line-height: 1.2;
}

.headingSection__head--small {
  font-size: 1.38em;
  margin-bottom: 5px;
}

.headingSection__text {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2;
  color: #272727;
  margin-bottom: 10px;
}

/*artici*/
.print-icon + .heading-b.heading {
  padding-left: 25px;
}

.print-icon {
  background: url(../img/print.png) no-repeat center;
  min-width: 55px;
  height: 55px;
}

.slider-controlsArtici {
  margin-left: auto;
  margin-top: 30px;
}

.slider-controlsArtici-more {
  margin: 30px auto;
}

.productTemplate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 9px;
  margin-right: 9px;
}

.productTemplate__left {
  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;
  max-width: 188px;
}

.productTemplate .product__icons {
  margin-left: 10px;
}

.productTemplate__img {
  max-width: 188px;
  margin-bottom: 10px;
}

.productTemplate .price-btn + .price-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #26bfff;
  margin-top: 11px;
}

.productTemplate .price-btn + .price-btn span {
  font-size: 11px;
}

/*navchalochka*/
.service-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -2.5px;
  margin-right: -2.5px;
  margin-top: 14px;
}

.service-content:last-child .tab:last-child {
  background-color: transparent;
  border: none;
  padding-right: 0;
}

.service-content:last-child .tab:last-child .slider-controlsArtici {
  margin-top: 0;
}

.tab {
  position: relative;
  width: -webkit-calc(100% / 5 - 5px);
  width: calc(100% / 5 - 5px);
  margin-left: 2.5px;
  margin-right: 2.5px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border: 1px solid #b6b6b6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  padding: 10px 10px;
  background-color: #f5f5f5;
  color: #374350;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tab__icon {
  margin: 7px 5px;
  background-size: contain;
}

.tab__icon--print {
  background: url(../img/printIcon.png) no-repeat center;
  width: 30px;
  height: 30px;
}

.tab__icon--audio {
  background: url(../img/audioIcon.png) no-repeat center;
  width: 27px;
  height: 27px;
}

.tab__icon--game {
  background: url(../img/gameIcon.png) no-repeat center;
  width: 20px;
  height: 32px;
}

.tab__icon--cards {
  background: url(../img/flashcardsIcon.png) no-repeat center;
  width: 24px;
  height: 31px;
}

.tab__icon--test {
  background: url(../img/testIcon.png) no-repeat center;
  width: 27px;
  height: 31px;
}

.tab__text {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

.tab__subject {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.3;
}

.tab:hover {
  background-color: #1d71b8;
  color: #fff;
}

.tab:hover .tab__icon--print {
  background: url(../img/printIcon-hover.png) no-repeat center;
}

.tab:hover .tab__icon--audio {
  background: url(../img/audioIcon-hover.png) no-repeat center;
}

.tab:hover .tab__icon--game {
  background: url(../img/gameIcon-hover.png) no-repeat center;
}

.tab:hover .tab__icon--cards {
  background: url(../img/flashcardsIcon-hover.png) no-repeat center;
}

.tab:hover .tab__icon--test {
  background: url(../img/testIcon-hover.png) no-repeat center;
}

.sliderProducts .product {
  width: -webkit-calc(100% / 3 - 26px);
  width: calc(100% / 3 - 26px);
}

.cart-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 100;
  width: 408px;
  right: -105px;
  top: 35px;
  -webkit-box-shadow: 0 4px 13px 1px rgba(63, 63, 63, 0.4);
          box-shadow: 0 4px 13px 1px rgba(63, 63, 63, 0.4);
  list-style: none;
  padding: 12px 23px;
  margin: 0;
}

.cart:hover .cart-menu {
  display: block;
}

.cart-menu::before {
  content: '';
  position: absolute;
  top: -17px;
  right: 41%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  border: 8px solid transparent;
  border-bottom: 9px solid #fff;
}

.cart-menu::after {
  content: '';
  position: absolute;
  top: -18px;
  right: 0;
  width: 100%;
  height: 18px;
  background-color: transparent;
}

.cart-menu .table {
  width: 100%;
}

.cart-menu .table td {
  padding: 10px 3px;
  text-align: left;
}

.cart-menu .table td b {
  color: #1d71b8;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
}

.cart-menu img {
  max-width: 57px;
}

.cart-menu p {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  padding-left: 5px;
}

.cart-menu .num {
  font-size: 20px;
  font-weight: 400;
  color: #8a8a8a;
}

.cart-menu .price {
  font-size: 20px;
}

.cart-menu .btn-remove::before,
.cart-menu .btn-remove::after {
  width: 10px;
  height: 2px;
  right: 0;
}

.cart-menu .sum.price {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 10px;
}

.table-striped {
  border-bottom: 1px solid #eeeeee;
}

.button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button-container a {
  padding: 10px 15px;
}

.form-letter {
  display: none;
  position: absolute;
  top: -webkit-calc(100% + 28px);
  top: calc(100% + 28px);
  right: 14px;
  z-index: 10;
  background-color: #1d71b8;
  width: 217px;
  -webkit-box-shadow: 2px 4px 9px rgba(0, 1, 0, 0.47);
          box-shadow: 2px 4px 9px rgba(0, 1, 0, 0.47);
  padding: 15px;
}

.form-letter::after {
  content: '';
  position: absolute;
  top: -30px;
  right: 0;
  width: 100%;
  height: 30px;
  background-color: transparent;
}

.form-letter .submit {
  width: auto;
  margin-bottom: 10px;
}

.form-letter .submit__input {
  padding: 10px;
}

.form-letter .submit.submit-text {
  height: 100%;
}

.form-letter textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Source Sans Pro";
}

.form-letter textarea::-webkit-input-placeholder, .form-letter textarea:-moz-placeholder {
  color: #5b5b5b;
}

.letter:hover .form-letter {
  display: block;
}

@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: #fff;
  }
  .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: #fff;
  }
  .menu-btn-close .toggle-button {
    width: 20px;
    background-color: #222;
  }
  .menu-btn-close .toggle-button::before, .menu-btn-close .toggle-button::after {
    width: 20px;
    background-color: #222;
  }
  .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.breadcrumb-cardProduct {
    margin-left: 17px;
  }
  .product-detail__table {
    margin-bottom: 20px;
  }
  .sliderArtbox__product.product > div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .step-item span {
    left: 30%;
    font-size: 15px;
    max-width: 120px;
  }
  .productLike {
    width: 100%;
  }
  .tab__text {
    font-size: 16px;
  }
  .tab__subject {
    font-size: 14px;
  }
}

@media (max-width: 869px) {
  .aside-box .page-titleSmall {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .aside {
    min-height: 215px;
  }
  .slider-controls {
    margin-left: auto;
    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;
  }
  .footer .submit {
    margin-bottom: 10px;
  }
  .footer__logo, .slogan-footer, .service__h3_social, .social-icons_footer {
    display: none;
  }
  .productLike__addToCart span {
    display: none;
  }
  .productLike__title {
    font-size: 18px;
  }
  div.productLike__addToCart {
    background-position: 50%, 50%;
  }
  .pickBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pickBox p {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .pickBox .btn-collectBox {
    margin: 0;
    width: auto;
  }
  .aside-boxCollect {
    height: 100%;
  }
  .sliderUbox .slick-next {
    -webkit-transform: translate(-50%, 70%);
        -ms-transform: translate(-50%, 70%);
            transform: translate(-50%, 70%);
  }
  .slider-controlsArtici {
    margin-right: 0;
  }
  .sliderProducts {
    margin-bottom: 20px;
  }
  .wrapper-products {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .productTemplate {
    padding-bottom: 30px;
  }
  .sliderProducts + .slider-controls {
    margin-bottom: 20px;
  }
}

@media (max-width: 764px) {
  .sliderProducts .product {
    width: auto;
  }
}

@media (max-width: 664px) {
  .tab {
    width: -webkit-calc(100% / 4 - 5px);
    width: calc(100% / 4 - 5px);
  }
}

@media (max-width: 575px) {
  .footer__service {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .service__list {
    width: 50%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .text-subscibe {
    font-size: 18px;
    text-align: center;
  }
  .productLike__name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .productLike__title {
    font-size: 16px;
  }
  .step-item {
    width: -webkit-calc(100% / 2 - 20px);
    width: calc(100% / 2 - 20px);
  }
  .step-item span {
    font-size: 17px;
    max-width: 140px;
  }
  .tab {
    width: -webkit-calc(100% / 3 - 5px);
    width: calc(100% / 3 - 5px);
  }
}

@media (max-width: 480px) {
  .option .ui-button {
    max-width: 85px;
    padding-left: 4px;
  }
  .breadcrumb.breadcrumb-cardProduct {
    margin-left: 0;
  }
  .breadcrumb.breadcrumb-cardProduct .breadcrumb__link {
    font-size: 20px;
  }
  .productCurt .productLike__name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .productCurt .productLike__heading span:first-child {
    display: none;
    padding: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .productCurt .productLike___bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .productCurt .productLike > div > div:not(:first-child) {
    padding: 0;
  }
  .productCurt .productLike__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .print-icon + .heading {
    font-size: 21px;
    line-height: 1.2;
  }
  .tab {
    width: -webkit-calc(100% / 2 - 5px);
    width: calc(100% / 2 - 5px);
  }
}

@media (max-width: 441px) {
  .step-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .step-item {
    width: 100%;
  }
  .headingSection {
    margin-left: -webkit-calc(20% - 10px);
    margin-left: calc(20% - 10px);
  }
  .menu ul .menu__link:first-child span:nth-child(2) {
    display: block;
  }
  .menu ul .menu__link:first-child span:first-child {
    display: none;
  }
}
