@charset "UTF-8";
/* roboto-regular - latin-ext_latin_cyrillic_cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto/roboto-v20-latin-ext_latin_cyrillic_cyrillic-ext-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto/roboto-v20-latin-ext_latin_cyrillic_cyrillic-ext-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/roboto-v20-latin-ext_latin_cyrillic_cyrillic-ext-regular.woff2") format("woff2"), url("../fonts/Roboto/roboto-v20-latin-ext_latin_cyrillic_cyrillic-ext-regular.woff") format("woff"), url("../fonts/Roboto/roboto-v20-latin-ext_latin_cyrillic_cyrillic-ext-regular.ttf") format("truetype"), url("../fonts/Roboto/roboto-v20-latin-ext_latin_cyrillic_cyrillic-ext-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-500 - latin-ext_latin_cyrillic_cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Roboto/roboto-v20-latin-ext_latin_cyrillic_cyrillic-ext-500.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/Roboto/roboto-v20-latin-ext_latin_cyrillic_cyrillic-ext-500.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/roboto-v20-latin-ext_latin_cyrillic_cyrillic-ext-500.woff2") format("woff2"), url("../fonts/Roboto/roboto-v20-latin-ext_latin_cyrillic_cyrillic-ext-500.woff") format("woff"), url("../fonts/Roboto/roboto-v20-latin-ext_latin_cyrillic_cyrillic-ext-500.ttf") format("truetype"), url("../fonts/Roboto/roboto-v20-latin-ext_latin_cyrillic_cyrillic-ext-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-italic - latin-ext_latin_cyrillic_cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Roboto/roboto-v20-latin-ext_latin_cyrillic_cyrillic-ext-italic.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Italic"), local("Roboto-Italic"), url("../fonts/Roboto/roboto-v20-latin-ext_latin_cyrillic_cyrillic-ext-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/roboto-v20-latin-ext_latin_cyrillic_cyrillic-ext-italic.woff2") format("woff2"), url("../fonts/Roboto/roboto-v20-latin-ext_latin_cyrillic_cyrillic-ext-italic.woff") format("woff"), url("../fonts/Roboto/roboto-v20-latin-ext_latin_cyrillic_cyrillic-ext-italic.ttf") format("truetype"), url("../fonts/Roboto/roboto-v20-latin-ext_latin_cyrillic_cyrillic-ext-italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin-ext_latin_cyrillic_cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Roboto/roboto-v20-latin-ext_latin_cyrillic_cyrillic-ext-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/Roboto/roboto-v20-latin-ext_latin_cyrillic_cyrillic-ext-700.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/roboto-v20-latin-ext_latin_cyrillic_cyrillic-ext-700.woff2") format("woff2"), url("../fonts/Roboto/roboto-v20-latin-ext_latin_cyrillic_cyrillic-ext-700.woff") format("woff"), url("../fonts/Roboto/roboto-v20-latin-ext_latin_cyrillic_cyrillic-ext-700.ttf") format("truetype"), url("../fonts/Roboto/roboto-v20-latin-ext_latin_cyrillic_cyrillic-ext-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
html,
body {
  height: 100%;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

body {
  font-family: Roboto, sans-serif;
  color: #191919;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

ul, ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

a {
  outline: none;
  color: #00adee;
}
a:hover {
  color: currentColor;
  text-decoration: none;
}

p {
  margin: 0;
}
p:not(:last-of-type) {
  margin-bottom: 15px;
}

button,
button:focus {
  outline: none;
}

.title-1, h1 {
  font-weight: 700;
  font-size: 1.75rem;
  margin: 0 0 15px 0;
}

.title-2, h2 {
  font-weight: 700;
  font-size: 1.375rem;
  margin: 0 0 15px 0;
}

.title-3, h3 {
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0 0 15px 0;
}

.title-4, h4 {
  font-weight: 700;
  font-size: 1rem;
  margin: 0 0 15px 0;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  line-height: 1;
  border-radius: 3px;
  background: transparent;
  outline: none;
  border: 0;
  font-weight: 700;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.button_blue {
  background-color: #00adee;
  color: #fff;
}
.button_white {
  background-color: #fff;
  color: #00adee;
  border: 1px solid #00adee;
}
.button_delivery {
  font-weight: 500;
}

.lk-button {
  text-transform: uppercase;
  font-size: 0.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  line-height: 1;
  border-radius: 24px;
  background: transparent;
  outline: none;
  border: 0;
  font-weight: 700;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 0 40px;
}
.lk-button_blue {
  background-color: #00adee;
  color: #fff;
}
.lk-button_gray {
  background-color: #dedede;
}

.form {
  width: 100%;
}

.form-block {
  position: relative;
}
.form-block:not(:last-of-type) {
  margin-bottom: 20px;
}
.form-block_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-label {
  font-size: 0.75rem;
  color: #636363;
  margin-bottom: 5px;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.form-row label {
  margin-right: 10px;
  margin-bottom: 0;
}

.form-field {
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  background-color: transparent;
}

.form-input,
.form-textarea {
  border: 1px solid #dedede;
  padding: 15px 20px;
  border-radius: 3px;
  min-width: 0;
}
.form-input_edit,
.form-textarea_edit {
  background: url("../images/form-edit.svg") no-repeat calc(100% - 20px) center;
  padding-right: 50px;
}
.form-input::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder {
  color: #636363;
}
.form-input:-moz-placeholder,
.form-textarea:-moz-placeholder {
  color: #636363;
}
.form-input::-moz-placeholder,
.form-textarea::-moz-placeholder {
  color: #636363;
}
.form-input:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder {
  color: #636363;
}

.form-textarea {
  resize: none;
  height: 125px;
}

.form-checkbox {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}
.form-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-checkbox input:checked ~ span:after {
  display: block;
}
.form-checkbox span {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #dedede;
  border-radius: 5px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-checkbox span:after {
  content: "";
  width: 5px;
  height: 10px;
  border: solid #00adee;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: -1px;
  display: none;
}

.form-radio {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  color: #333333;
}
.form-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-radio input:checked ~ span:after {
  display: block;
}
.form-radio span {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #dedede;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-radio span:after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #00adee;
  border-radius: 50%;
  display: none;
}

.header-search-form {
  max-width: 578px;
  width: 100%;
  height: 44px;
  position: relative;
}
.header-search-form__input {
  width: 100%;
  border: 1px solid #00adee;
  height: 100%;
  font-size: 0.875rem;
  padding: 10px 127px 10px 20px;
  border-radius: 3px;
}
.header-search-form__button {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 107px;
}

.form-login-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-login-actions a {
  font-size: 0.875rem;
  color: #757575;
}
.form-login-actions input {
  width: 135px;
  text-transform: uppercase;
  font-size: 0.75rem;
  height: 40px;
}

.lk-form-group {
  margin-bottom: 30px;
}

label {
  color: #959595;
  font-size: 0.875rem;
  margin-bottom: 20px;
}

.lk-border-group {
  padding: 30px 20px;
  border-radius: 5px;
  border: 1px solid #dedede;
  margin-bottom: 40px;
}

.lk-input,
.lk-textarea {
  outline: none;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #dedede;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.lk-input:focus,
.lk-textarea:focus {
  border: 1px solid #00adee;
}
.lk-input::-webkit-input-placeholder,
.lk-textarea::-webkit-input-placeholder {
  color: #959595;
  font-weight: 300;
}
.lk-input:-moz-placeholder,
.lk-textarea:-moz-placeholder {
  color: #959595;
  font-weight: 300;
}
.lk-input::-moz-placeholder,
.lk-textarea::-moz-placeholder {
  color: #959595;
  font-weight: 300;
}
.lk-input:-ms-input-placeholder,
.lk-textarea:-ms-input-placeholder {
  color: #959595;
  font-weight: 300;
}

.lk-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
}

.lk-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  resize: none;
  min-height: 180px;
}

.lk-checkbox {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #000;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lk-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.lk-checkbox input:checked ~ span:after {
  display: block;
}
.lk-checkbox span {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #dedede;
  border-radius: 5px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lk-checkbox span:after {
  content: "";
  width: 5px;
  height: 10px;
  border: solid #00adee;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: -1px;
  display: none;
}

.search-form {
  position: relative;
}
.search-form input {
  padding-right: 40px;
  min-width: 290px;
}
.search-form button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
      -ms-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  height: 100%;
  width: 40px;
  border: 0;
  color: #dedede;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  background-color: transparent;
}
.search-form button:hover {
  color: #000;
}

.help-form {
  max-width: 830px;
  width: 100%;
}

.settings-form {
  max-width: 400px;
}

.add-employee-form .lk-input {
  max-width: 400px;
}

.auth-form__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.auth-form__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

.form-reset-password,
.form-edit-account {
  max-width: 675px;
}
.form-reset-password .form-row,
.form-edit-account .form-row {
  height: 100%;
}
.form-reset-password .form-label,
.form-edit-account .form-label {
  font-size: 1rem;
  margin-bottom: 0;
}
.form-reset-password .button_white,
.form-edit-account .button_white {
  max-width: 180px;
}

.form-edit-account .form-block:last-of-type {
  margin-top: 30px;
}

.form-login-phone input[type=submit] {
  width: 135px;
  text-transform: uppercase;
  font-size: 0.75rem;
  height: 40px;
}

.header-menu-trigger,
.footer-menu-trigger {
  display: none;
}
.header-menu-trigger button,
.footer-menu-trigger button {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-menu-trigger {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-menu__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.header-menu__item:not(:last-of-type):not(.catalog):not(.category) {
  margin-right: 36px;
}
.header-menu__item:hover > a.category,
.header-menu__item:hover > a.catalog {
  color: #fff;
  background-color: #00adee;
}
.header-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #191919;
  padding: 16px 0;
}
.header-menu__link:hover {
  color: #00adee;
}
.header-menu__link.catalog, .header-menu__link.category {
  padding: 16px 22px;
}
.header-menu__link.catalog .header-menu__icon {
  margin-right: 15px;
  font-size: 1.375rem;
}
.header-menu__link.category .header-menu__icon {
  margin-left: 10px;
}
.header-menu__text {
  text-transform: uppercase;
  font-size: 0.9375rem;
}
.header-menu li:not(.no-hover):hover > .header-menu__dropdown, .header-menu li:not(.no-hover):focus-within > .header-menu__dropdown {
  opacity: 1;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.header-menu__dropdown {
  z-index: 100;
  position: absolute;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  opacity: 0.3;
  -webkit-transition: 280ms all ease-out;
  -o-transition: 280ms all ease-out;
  transition: 280ms all ease-out;
  border: 1px solid #dedede;
  background-color: #fff;
  white-space: nowrap;
}
.header-menu__dropdown li {
  position: relative;
}
.header-menu__dropdown li:hover > a {
  background-color: #00adee;
  color: #fff;
}
.header-menu__dropdown li.nested:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  font-family: "Font Awesome 5 Free", sans-serif;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  color: rgba(25, 25, 25, 0.4);
  right: 15px;
}
.header-menu__dropdown li.nested:hover > a {
  background-color: #f3f3f3;
  color: #191919;
}
.header-menu__dropdown a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px;
}
.header-menu__dropdown.first {
  top: 100%;
  left: 0;
  min-width: 270px;
}
.header-menu__dropdown.second {
  top: 0;
  left: 100%;
  min-width: 240px;
}

.footer-menu__item:not(:last-of-type) {
  margin-bottom: 15px;
}
.footer-menu__link {
  color: #191919;
}
.footer-menu__link:hover {
  color: #00adee;
}

.lk-menu {
  margin-top: 20px;
  z-index: 50;
  margin-bottom: 40px;
}
.lk-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lk-menu__item:not(:last-of-type) {
  margin-right: 20px;
}
.lk-menu__link {
  min-width: 160px;
  background-color: #dedede;
  color: #000;
  height: 40px;
}
.lk-menu__link:hover, .lk-menu__link.active {
  background-color: #eb0122;
  color: #fff;
}

.slick-slider > div {
  display: none;
}
.slick-slider > div:first-child {
  display: block;
}
.slick-slider.slick-initialized > div {
  display: block;
}

.s-one-slider img {
  display: none !important;
}
.s-one-slider__img {
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.s-one-slider__img_mobile {
  height: 400px;
  background-color: #333;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}

.partnership-slider__img {
  max-height: 100px;
  margin: 0 auto;
}

.products-slider,
.partnership-slider,
.s-one-slider {
  /* the slides */
}
.products-slider .slick-track,
.partnership-slider .slick-track,
.s-one-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.products-slider .slick-list,
.partnership-slider .slick-list,
.s-one-slider .slick-list {
  margin: 0 -14px;
}
.products-slider .slick-list > div,
.partnership-slider .slick-list > div,
.s-one-slider .slick-list > div {
  margin-left: 0;
}
.products-slider .slick-slide,
.partnership-slider .slick-slide,
.s-one-slider .slick-slide {
  height: auto;
  margin: 0 14px;
}
.products-slider .slick-arrow,
.partnership-slider .slick-arrow,
.s-one-slider .slick-arrow {
  width: 60px;
  height: 60px;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 50%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products-slider .slick-arrow:after,
.partnership-slider .slick-arrow:after,
.s-one-slider .slick-arrow:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 2px solid #00adee;
}
.products-slider .slick-prev,
.partnership-slider .slick-prev,
.s-one-slider .slick-prev {
  left: -40px;
}
.products-slider .slick-prev:after,
.partnership-slider .slick-prev:after,
.s-one-slider .slick-prev:after {
  border-top: 0;
  border-right: 0;
  margin-left: 10px;
}
.products-slider .slick-next,
.partnership-slider .slick-next,
.s-one-slider .slick-next {
  right: -40px;
}
.products-slider .slick-next:after,
.partnership-slider .slick-next:after,
.s-one-slider .slick-next:after {
  border-bottom: 0;
  border-left: 0;
  margin-right: 10px;
}
.products-slider .slick-dots,
.partnership-slider .slick-dots,
.s-one-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
.products-slider .slick-dots li:not(:last-of-type),
.partnership-slider .slick-dots li:not(:last-of-type),
.s-one-slider .slick-dots li:not(:last-of-type) {
  margin-right: 15px;
}
.products-slider .slick-dots li.slick-active button,
.partnership-slider .slick-dots li.slick-active button,
.s-one-slider .slick-dots li.slick-active button {
  border: 1px solid #00adee;
  background-color: #fff;
}
.products-slider .slick-dots li.slick-active button:after,
.partnership-slider .slick-dots li.slick-active button:after,
.s-one-slider .slick-dots li.slick-active button:after {
  visibility: visible;
}
.products-slider .slick-dots button,
.partnership-slider .slick-dots button,
.s-one-slider .slick-dots button {
  font-size: 0;
  width: 24px;
  height: 24px;
  background-color: #dedede;
  border-radius: 50%;
  border: 1px solid #dedede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.products-slider .slick-dots button:after,
.partnership-slider .slick-dots button:after,
.s-one-slider .slick-dots button:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #00adee;
  visibility: hidden;
  border-radius: 50%;
}

.s-one-slider .slick-dots {
  margin-top: 15px;
}
.s-one-slider .slick-arrow {
  background-color: #00adee;
  border: transparent;
}
.s-one-slider .slick-arrow:after {
  border-color: #fff;
}
.s-one-slider .slick-prev {
  left: 180px;
}
.s-one-slider .slick-next {
  right: 180px;
}

.product-cart {
  width: 277.5px;
  height: 100%;
  border: 1px solid #dedede;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-cart.latest .product-cart__latest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-cart.best .product-cart__best {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-cart.sale .product-cart__sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-cart.predzakaz .product-cart__predzakaz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-cart__top {
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.product-cart__inner {
  position: relative;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.product-cart__inner:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.product-cart__sticker {
  position: absolute;
  top: 0;
  left: 0;
}
.product-cart__sticker > div:not(:last-of-type) {
  margin-bottom: 10px;
}
.product-cart__latest, .product-cart__best, .product-cart__sale, .product-cart__predzakaz {
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  height: 30px;
  font-size: 0.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  display: none;
  z-index: 10;
  width: 90px;
  line-height: 30px;
  text-align: center;
}
.product-cart__latest {
  background-color: #00adee;
}
.product-cart__best {
  background-color: #eb0122;
}
.product-cart__sale {
  background-color: #f3d107;
}
.product-cart__predzakaz {
  background-color: #00f076;
}
.product-cart__favorite {
  width: 27px;
  height: 47px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: url(../icons/favorite.svg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-cart__favorite:hover {
  opacity: 1;
}
.product-cart__favorite.active {
  background: url(../icons/favorite-active.svg);
}
.product-cart__title {
  margin-bottom: 15px;
  display: block;
  color: #191919;
}
.product-cart__title:hover {
  color: #00adee;
}
.product-cart__author, .product-cart__year {
  color: #636363;
  font-size: 0.875rem;
}
.product-cart__author {
  margin-bottom: 5px;
}
.product-cart-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}
.product-cart-price:first-of-type {
  border-top: 1px solid #dedede;
}
.product-cart-price:not(:last-of-type) {
  border-bottom: 1px solid #dedede;
}
.product-cart-price:hover {
  background-color: #00adee;
  color: #fff;
}
.product-cart-price__value {
  font-size: 1.25rem;
  font-weight: 500;
}

.tabs nav {
  border-bottom: 1px solid #dedede;
  margin-bottom: 30px;
}
.tabs nav a {
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 30px;
  position: relative;
  color: #191919;
}
.tabs nav a:last-of-type {
  margin-right: 0;
}
.tabs nav a.active {
  color: #00adee;
}
.tabs nav a.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #00adee;
  bottom: 0;
  left: 0;
}

.ft-tabs > .ft-contents > .ft-content {
  overflow: visible !important;
}

.book-tabs__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  overflow-x: auto;
  border-bottom: 1px solid #dedede;
}
.book-tabs__link {
  border-bottom: 3px solid transparent;
  color: #00adee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 5px 20px;
  white-space: nowrap;
}
.book-tabs__item {
  margin-right: 10px;
}
.book-tabs__item.active a {
  color: #000;
  border-color: #00adee;
}
.book-tabs__content {
  margin-top: 15px;
  border-radius: 5px;
}
.book-tabs iframe {
  width: 100%;
}

.login-tabs nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-tabs nav a {
  font-size: 0.9375rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin-right: 0;
}
.login-tabs nav a:not(.active) {
  color: #757575;
}

.news-cart__image {
  margin-bottom: 15px;
  display: block;
}
.news-cart__image img {
  width: 100%;
  max-width: 585px;
  max-height: 350px;
}
.news-cart__title {
  color: #191919;
  margin-bottom: 10px;
  font-weight: 700;
  display: block;
}
.news-cart__title:hover {
  color: #00adee;
}
.news-cart__date {
  color: #636363;
  font-size: 0.875rem;
}

.breadcrumbs {
  margin-bottom: 40px;
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs__item {
  position: relative;
}
.breadcrumbs__item:not(:last-of-type) {
  margin-right: 15px;
}
.breadcrumbs__item:not(:last-of-type):after {
  content: "/";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 5px);
  color: #636363;
  font-size: 0.75rem;
}
.breadcrumbs__link {
  color: #636363;
  font-size: 0.75rem;
}

.page {
  margin-bottom: 80px;
}

.page-block {
  border: 1px solid #dedede;
  padding: 30px;
  margin-bottom: 30px;
}

.pagination {
  margin-top: 40px;
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.pagination__item {
  margin-bottom: 20px;
}
.pagination__item.active .pagination__link {
  background-color: #00adee;
  color: #fff;
  border-color: transparent;
}
.pagination__item.sep {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.pagination__item:not(:last-of-type) {
  margin-right: 20px;
}
.pagination__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #dedede;
  color: #191919;
  font-weight: 700;
}
.pagination__link:hover {
  background-color: #00adee;
  color: #fff;
  border-color: transparent;
}

.pagination_lk .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  margin-top: 0;
}
.pagination_lk .pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pagination_lk .pagination__item {
  margin-bottom: 0;
}
.pagination_lk .pagination__item:not(:last-of-type) {
  margin-right: 15px;
}
.pagination_lk .pagination__link {
  color: #000;
  border: none;
}
.pagination_lk .pagination__link:hover {
  background-color: #fff;
  color: #00adee;
}
.pagination_lk .pagination__link.active {
  color: #00adee;
}
.pagination_lk .pagination__arrow_prev {
  margin-right: 25px;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.pagination_lk .pagination__arrow_next {
  margin-left: 25px;
}

.text-content ul, .text-content ol {
  margin-bottom: 20px;
  padding-left: 25px;
  counter-reset: counter-reset;
}
.text-content ul li, .text-content ol li {
  counter-increment: counter-increment;
  position: relative;
}
.text-content ul li:not(:last-of-type), .text-content ol li:not(:last-of-type) {
  margin-bottom: 15px;
}
.text-content ul li:before, .text-content ol li:before {
  display: block;
  position: absolute;
  left: -25px;
  top: 0;
  font-weight: 700;
}
.text-content ol li:before {
  content: counter(counter-increment) ". ";
}
.text-content ul li:before {
  content: "–";
}
.text-content p {
  margin-bottom: 15px;
}

.table-wrapper {
  overflow-x: auto;
}

.table {
  color: #191919;
}
.table thead tr {
  background-color: #f3f3f3;
  border: none;
}
.table thead th {
  border: none;
  padding: 8px 15px;
  font-weight: 400;
}
.table tbody tr {
  border-bottom: 1px solid #dedede;
}
.table tbody td {
  padding: 15px;
  border: none;
}
.table p:not(:last-of-type) {
  margin-bottom: 5px;
}

.modal {
  display: none;
  width: 100%;
  height: auto;
  overflow: visible;
  padding: 25px 30px 30px;
  border: 1px solid #dedede;
}
.modal__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.fancybox-slide--html .fancybox-close-small {
  color: #00adee;
  padding: 5px;
  right: 15px;
  top: 20px;
}

.registration-modal,
.login-modal,
.reset-modal,
.question-modal {
  max-width: 480px;
}

.select2-container--sort,
.select2-container--default {
  display: block;
}
.select2-container--sort .select2-selection--single,
.select2-container--default .select2-selection--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
}
.select2-container--sort .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 0;
  line-height: 1;
}
.select2-container--sort.select2-container--open .select2-selection--single .select2-selection__arrow,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.select2-container--sort .selection,
.select2-container--default .selection {
  width: 100%;
  display: block;
}
.select2-container--sort .select2-dropdown,
.select2-container--default .select2-dropdown {
  border: 1px solid #dedede;
  font-size: 0.875rem;
}
.select2-container--sort .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00adee;
  color: #fff;
}

.select2-container--sort .select2-selection--single {
  font-size: 0.875rem;
  color: #00adee;
  height: auto;
}
.select2-container--sort .select2-selection--single .select2-selection__arrow {
  font-weight: 900;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 0.625rem;
  margin-left: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.select2-container--sort .select2-selection--single .select2-selection__arrow:after {
  content: "";
}
.select2-container--sort .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #dedede;
  height: 50px;
  padding: 15px 50px 15px 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 50px;
  background: url(../icons/select-arrow.svg) no-repeat center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.basket-cart {
  padding: 30px;
  border-top: 1px solid #dedede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.basket-cart__img {
  max-width: 160px;
}
.basket-cart__left {
  margin-right: 30px;
}
.basket-cart__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.basket-cart__title {
  margin-bottom: 20px;
}
.basket-cart__title span:last-of-type {
  color: #636363;
}
.basket-cart__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(220px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
  grid-template-columns: minmax(220px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
}

.basket-cart-info {
  border-right: 1px solid #dedede;
  padding-right: 10px;
}
.basket-cart-info__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.basket-cart-info__block:not(:last-of-type) {
  margin-bottom: 15px;
}
.basket-cart-info__text {
  color: #636363;
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  margin-right: 20px;
  white-space: nowrap;
}

.basket-cart-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.basket-cart-counter span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #dedede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.basket-cart-counter input {
  width: 30px;
  text-align: center;
}

.basket-cart-counter-block {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #dedede;
}
.basket-cart-counter-block span {
  border-radius: 4px;
}

.basket-cart-sale {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dedede;
}
.basket-cart-sale span:last-of-type {
  text-decoration: line-through;
}

.basket-cart-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 0 0 40px;
}

.lk-group {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.lk-group__block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 20px 30px 20px;
}
.lk-group__block:not(:last-of-type) {
  border-right: 1px solid #dedede;
}
.lk-group__title {
  color: #959595;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.lk-group__content {
  font-weight: 500;
  font-size: 1.125rem;
}

.hamburger {
  padding: 0;
  outline: none;
  border: 0;
  display: none;
}

body #noty_layout__bottomLeft {
  bottom: 0;
  left: 0;
  width: auto;
}
body .noty_theme__mint.noty_bar {
  margin: 0;
  padding: 16px 33px 16px 20px;
  border: solid 0.5px #d8d8d8;
}
body .noty_theme__mint.noty_bar .noty-action {
  color: #01a1eb;
}
body .noty_theme__mint.noty_bar .noty_body {
  padding: 0;
  font-size: 0.9375rem;
}

.br-theme-fontawesome-stars .br-widget {
  height: auto !important;
}

.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #FDB502 !important;
}

.s-two {
  padding: 50px 0;
}

.s-three {
  padding: 50px 0;
  background-color: #f3f3f3;
}
.s-three__title {
  margin-bottom: 30px;
}

.s-four {
  padding: 50px 0;
}
.s-four__img {
  height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.s-four__img_mobile {
  height: 260px;
  background-color: #333;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}

.s-five {
  padding-bottom: 30px;
}
.s-five__title {
  margin-bottom: 30px;
}

.s-six {
  padding-bottom: 30px;
}
.s-six__img {
  height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.s-six__link {
  display: block;
  margin-bottom: 20px;
}

.s-seven {
  padding-bottom: 80px;
}
.s-seven__title {
  margin-bottom: 40px;
}

.page-news__title {
  margin-bottom: 30px;
}

.news-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
  grid-gap: 30px;
  grid-auto-flow: dense;
}
.news-list__item:nth-of-type(1), .news-list__item:nth-of-type(2) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.page-news-single__title {
  margin-bottom: 10px;
}
.page-news-single__date {
  color: #636363;
  font-size: 0.875rem;
  margin-bottom: 15px;
}
.page-news-single__img {
  margin-bottom: 20px;
}
.page-news-single__content {
  max-width: 720px;
  margin: 0 auto;
}

.page-contact__title {
  margin-bottom: 30px;
}
.page-contact__text {
  margin-bottom: 30px;
}

.contact-map {
  position: relative;
  margin-bottom: 40px;
}

.contact-map-actions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.contact-map-actions__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-map-actions__button {
  width: 130px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 0;
  font-size: 1.125rem;
  font-weight: 700;
}
.contact-map-actions__button.active, .contact-map-actions__button:hover {
  background-color: #00adee;
  color: #fff;
}

.contact-map-container {
  width: 100%;
  height: 400px;
}

.page-about__title {
  margin-bottom: 20px;
}
.page-about__content {
  max-width: 720px;
}

.page-buy__title {
  margin-bottom: 40px;
}

.buy-description {
  margin-bottom: 30px;
}

.buy-choose {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.buy-choose__text {
  margin-right: 30px;
}
.buy-choose__select + .select2 {
  width: 250px;
}

.buy-table th:first-of-type,
.buy-table td:first-of-type {
  min-width: 160px;
}
.buy-table th:last-of-type,
.buy-table td:last-of-type {
  text-align: right;
}
.buy-table tbody tr {
  display: none;
}
.buy-table tbody tr.active {
  display: table-row;
}

.page-discount__title {
  margin-bottom: 40px;
}

.page-partnership__title {
  margin-bottom: 40px;
}

.partnership-block__title {
  margin-bottom: 20px;
}
.partnership-block hr {
  max-width: 50px;
  margin: 1rem 0;
}

.partnership-offer {
  margin-bottom: 40px;
  display: block;
}

.partnership-partners__title {
  margin-bottom: 40px;
}

.catalog-categories {
  margin-bottom: 20px;
}
.catalog-categories li {
  position: relative;
  border-top: 1px solid #dedede;
}
.catalog-categories li:first-of-type {
  border-top: 0;
}
.catalog-categories li.active > a {
  color: #191919;
}
.catalog-categories li.nested.active, .catalog-categories li.nested.fake-active {
  border: solid 1px #dedede;
  padding-bottom: 15px;
}
.catalog-categories li.nested.active + li, .catalog-categories li.nested.fake-active + li {
  border-top: 0;
}
.catalog-categories li.nested.active:after, .catalog-categories li.nested.fake-active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.catalog-categories li.nested:after {
  content: "";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  font-size: 0.625rem;
  position: absolute;
  top: 20px;
  right: 15px;
  color: #00adee;
}
.catalog-categories li.nested ul {
  display: none;
}
.catalog-categories li.nested ul a {
  font-size: 0.875rem;
  padding: 7.5px 15px 7.5px 30px;
  font-weight: 500;
}
.catalog-categories li.nested li {
  border-top: 0;
}
.catalog-categories a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

.catalog-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog-sort__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.catalog-sort__block:not(:last-of-type) {
  margin-right: 30px;
}
.catalog-sort__text {
  font-size: 0.875rem;
  color: #636363;
  margin-right: 10px;
}

.catalog-products {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
  grid-gap: 30px;
}

.page-cart__title {
  margin-bottom: 30px;
}
.page-cart__main {
  margin-bottom: 20px;
}

.promo-block__title {
  margin-bottom: 10px;
}

.sum-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sum-block__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.sum-block__item.last {
  font-size: 1.5rem;
  font-weight: 700;
}
.sum-block__item.last span:last-of-type {
  font-size: 1.75rem;
}
.sum-block__text {
  font-size: 0.75rem;
  color: #636363;
}

.eqvaring-block {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.eqvaring-block.fixed {
  position: fixed;
  top: 0;
  width: 380px;
  -webkit-transform: translateY(75px);
      -ms-transform: translateY(75px);
          transform: translateY(75px);
}
.eqvaring-block__title {
  margin-bottom: 20px;
}
.eqvaring-block__text {
  margin-bottom: 10px;
}
.eqvaring-block__total {
  font-size: 1.625rem;
  font-weight: 700;
}

.cart-info-block__title {
  margin-bottom: 25px;
}
.cart-info-block__label {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-info-block__price {
  font-weight: 700;
}
.cart-info-block__total {
  font-weight: 700;
  font-size: 1.75rem;
}

.delivery-block {
  padding: 20px;
}
.delivery-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.delivery-block__item:not(:last-of-type) {
  margin-bottom: 10px;
}
.delivery-block__icon {
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.delivery-block__text {
  color: #636363;
  font-size: 0.625rem;
}

.basket-cart-delete.fancybox-button {
  background: transparent;
  padding: 5px;
  margin-left: 10px;
}

.basket-cart-delete.fancybox-button:hover {
  color: #00adee;
}

.page-favorite__title {
  margin-bottom: 30px;
}

.book-page__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 280px 70px 1fr;
  grid-template-columns: 280px 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 30px;
}

.book__title {
  font-size: 2.25rem;
  margin-bottom: 20px;
}
.book__subtitle {
  font-size: 1.125rem;
  margin-bottom: 20px;
}

.book-top {
  margin-bottom: 30px;
}

.book-mid__content {
  padding-top: 30px;
  border-top: 1px solid #dedede;
}

.book-sidebar__img {
  margin-bottom: 20px;
}

.book-main-slider {
  margin-bottom: 10px;
}
.book-main-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  outline: none;
  padding: 0;
  line-height: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.book-main-slider .slick-arrow:after {
  color: #00a1eb;
  font-size: 16px;
}
.book-main-slider .slick-arrow.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.book-main-slider .slick-prev {
  left: 0;
}
.book-main-slider .slick-prev:after {
  content: "";
}
.book-main-slider .slick-next {
  right: 0;
}
.book-main-slider .slick-next:after {
  content: "";
}

.book-main-slider-sync {
  margin-bottom: 20px;
}
.book-main-slider-sync__item {
  margin: 5px;
}
.book-main-slider-sync .slick-list {
  margin: 0 -5px;
}

.book-actions {
  margin-bottom: 25px;
}
.book-actions__item:not(:last-of-type) {
  margin-bottom: 30px;
}
.book-actions__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.book-actions__title {
  text-decoration: underline;
}
.book-actions__icon {
  margin-right: 20px;
  font-size: 1.625rem;
}

.book-info {
  margin-bottom: 60px;
}
.book-author {
  margin-bottom: 25px;
}

.book-tabs {
  margin-bottom: 50px;
}

.book-products {
  margin-bottom: 90px;
}
.book-products__block {
  padding: 0 30px 20px 10px;
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25px 15px 230px 15px 1fr 15px 110px 15px 140px;
  grid-template-columns: 25px 230px 1fr 110px 140px;
  grid-column-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.book-products__block:not(:last-of-type) {
  border-bottom: 1px solid #dedede;
}
.book-products__block:hover .book-products__count {
  opacity: 1;
}
.book-products__icon {
  color: #00adee;
  font-size: 1.375rem;
}
.book-products__price {
  font-weight: 700;
  font-size: 1.25rem;
}
.book-products__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #dedede;
  border-radius: 20px;
  padding: 5px 15px;
  height: 40px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.book-products__count span {
  color: #00adee;
  font-size: 1.25rem;
  font-weight: 500;
  cursor: pointer;
}
.book-products__count input {
  width: 100%;
  max-width: 40px;
  margin: 0 10px;
  text-align: center;
  border: 0;
  outline: none;
}
.book-products__submit button {
  width: 100%;
  height: 40px;
}
.book-products__submit button span {
  color: #00adee;
}

.book-partners {
  margin-bottom: 40px;
}
.book-partners__title {
  font-size: 1.125rem;
  margin-bottom: 20px;
}
.book-partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.book-partners__block {
  padding-right: 40px;
  margin-right: 15px;
}
.book-partners__block:not(:last-of-type) {
  border-right: 1px solid #dedede;
}
.book-partners__country {
  color: #959595;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.book-partners__partner {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.book-partners__partner a {
  margin-left: 10px;
}
.book-partners__partner img {
  max-width: 15px;
  max-height: 15px;
}

.book-special {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.375rem;
  margin-bottom: 60px;
}
.book-special img {
  margin-right: 20px;
}
.book-special a {
  text-decoration: underline;
}

.book-slider {
  margin-bottom: 20px;
}
.book-slider__title {
  margin-bottom: 40px;
}
.book-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  font-size: 0;
  width: 40px;
  height: 40px;
  border: 0;
  outline: none;
}
.book-slider .slick-prev {
  left: 0;
  background: url(../images/book-slider-arrow-left.png) center no-repeat;
}
.book-slider .slick-prev:hover {
  background-image: url(../images/book-slider-arrow-right.png);
  -webkit-transform: scale(-1, 1) translateY(-50%);
      -ms-transform: scale(-1, 1) translateY(-50%);
          transform: scale(-1, 1) translateY(-50%);
}
.book-slider .slick-next {
  right: 0;
  background: url(../images/book-slider-arrow-left.png) center no-repeat;
  -webkit-transform: scale(-1, 1) translateY(-50%);
      -ms-transform: scale(-1, 1) translateY(-50%);
          transform: scale(-1, 1) translateY(-50%);
}
.book-slider .slick-next:hover {
  background-image: url(../images/book-slider-arrow-right.png);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.book-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.book-slider .slick-dots li {
  margin-right: 10px;
}
.book-slider .slick-dots li.slick-active button {
  background-color: #00adee;
}
.book-slider .slick-dots li:only-child {
  display: none;
}
.book-slider .slick-dots button {
  font-size: 0;
  border: 0;
  outline: none;
  width: 15px;
  height: 15px;
  background-color: #dedede;
  border-radius: 50%;
}

.book-slider-slide {
  outline: none;
}
.book-slider-slide__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.book-slider-slide__image {
  margin-right: 60px;
}
.book-slider-slide__image img {
  width: 170px;
}
.book-slider-slide__title {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.book-header-rating-count {
  font-size: 1.125rem;
  font-weight: 700;
}

.book-buy-block {
  padding: 20px;
}
.book-buy-block.active {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px 6px 15px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px 6px 15px rgba(0, 0, 0, 0.18);
}
.book-buy-block__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.book-buy-block__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.book-buy-block__buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.book-buy-block__buy button {
  height: 34px;
}

.book-price span:first-of-type {
  font-weight: 700;
  font-size: 1.5rem;
  color: #00adee;
}
.book-price span:last-of-type {
  color: #000;
}
.book-price span:first-of-type + span {
  font-size: 0.75rem;
  color: #909090;
  text-decoration: line-through;
  margin-left: 14px;
}

.book-sale {
  color: #fff;
  font-weight: 700;
  padding: 5px 8px;
  background-color: #eb0122;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.book-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #dedede;
  border-radius: 4px;
  width: 34px;
  height: 34px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}

.book-qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.book-qr__title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.book-qr__image {
  margin-bottom: 25px;
}
.book-qr__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.book-qr__download a {
  margin-top: 20px;
}

.book-banner {
  margin-top: 40px;
}

.book-reviews-count {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 35px;
}

.book-add-review {
  margin-bottom: 40px;
}

.book-reviews {
  margin-bottom: 40px;
}
.book-reviews__top {
  padding: 30px;
  border: 1px solid #dedede;
}
.book-reviews__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.book-reviews__info h3 {
  font-weight: 700;
  margin-bottom: 0;
}
.book-reviews__info > span {
  font-size: 0.75rem;
  color: #636363;
}
.book-reviews__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 10px;
  font-weight: 700;
}
.book-reviews__rate span:first-of-type {
  font-size: 2.625rem;
}
.book-reviews__rate span:last-of-type {
  font-size: 1.5rem;
}
.book-reviews__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.book-reviews__value:not(:last-of-type) {
  margin-bottom: 5px;
}
.book-reviews__value > span {
  font-size: 0.75rem;
  color: #636363;
}
.book-reviews__star {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FDB502;
  font-size: 1.25rem;
}
.book-reviews__star span {
  position: absolute;
  font-size: 0.5rem;
  color: #fff;
  font-weight: 700;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.book-reviews__percent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #dedede;
  height: 7px;
  border-radius: 6px;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}
.book-reviews__percent span {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00adee;
  width: 30px;
}
.book-reviews__bottom {
  padding: 10px 30px;
  background-color: #F3F3F3;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.book-reviews__bottom span {
  color: #636363;
  margin-right: 20px;
}
.book-reviews__bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  color: #191919;
}
.book-reviews__bottom a:not(:first-of-type) {
  margin-left: 20px;
}

.book-review-list {
  padding-bottom: 40px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px;
}

.book-review:not(:last-of-type) {
  margin-bottom: 40px;
}
.book-review__top {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.book-review__bottom {
  padding-left: 45px;
}
.book-review__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.book-review__char {
  width: 33px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 173, 238, 0.3);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  margin-right: 12px;
  text-transform: uppercase;
}
.book-review__name {
  margin: 0;
  font-size: 1.125rem;
}
.book-review__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.book-review__right span {
  font-size: 0.875rem;
  color: #8A8A8A;
  margin-right: 10px;
}

.book-review-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.book-review-more a {
  text-decoration: underline;
}

.book-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.books-page__content {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  -ms-grid-columns: 250px 70px minmax(0, 1fr);
  grid-template-columns: 250px minmax(0, 1fr);
}

.books-menu__item:not(:last-of-type) {
  margin-bottom: 10px;
}
.books-menu__link {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  color: #000;
  border-radius: 5px;
}
.books-menu__link:hover, .books-menu__link.active {
  background-color: #fdb500;
  color: #fff;
  text-decoration: none;
}

.books-menu-category:not(:last-of-type) {
  margin-bottom: 50px;
}
.books-menu-category__title {
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

.books-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.books-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.books-header__right {
  margin-bottom: 30px;
}

.books-pagination_top {
  margin-bottom: 30px;
}

.books-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  margin-bottom: 80px;
}

.books-card {
  position: relative;
}
.books-card__inner {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.books-card__top {
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.books-card__img {
  margin-bottom: 20px;
  width: 100%;
}
.books-card__title {
  font-weight: 500;
  color: #000;
  font-size: 1.125rem;
  margin-bottom: 30px;
  display: block;
}
.books-card__year {
  font-size: 0.8125rem;
}
.books-card__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #eb0122;
  padding: 10px 0;
}
.books-card__more:hover {
  background-color: #a32c2c;
  color: #fff;
}
.books-card__star {
  position: absolute;
  top: 0;
  right: 30px;
  background-color: #ffb631;
  color: #fff;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.books-card__star:hover {
  color: #fff;
}
.books-card__star:after, .books-card__star:before {
  position: absolute;
  display: block;
  border-style: solid;
  content: "";
  width: 0;
  height: 0;
  top: 100%;
}
.books-card__star:before {
  border-width: 8px 15px 0 0;
  border-color: #ffb631 transparent transparent transparent;
  left: 0;
}
.books-card__star:after {
  border-width: 0 15px 8px 0;
  border-color: transparent #ffb631 transparent transparent;
  right: 0;
}

.books-card-author {
  font-size: 0.8125rem;
  margin-bottom: 15px;
}

.books-sort {
  position: relative;
  margin-right: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.books-sort__list {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #fff;
  z-index: 10;
  overflow: hidden;
  display: none;
}
.books-sort__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  font-size: 0.875rem;
}
.books-sort__link:hover {
  background-color: #fafafa;
}
.books-sort__icon {
  margin-left: 5px;
  font-size: 0.75rem;
}

.books-audio {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 35px;
  font-size: 1rem;
  width: auto;
}
.books-audio span {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  left: auto;
  right: 0;
}

.settings-group {
  max-width: 610px;
  margin-bottom: 40px;
}

.control-group {
  margin-bottom: 70px;
}

.control-table {
  display: -ms-grid;
  display: grid;
  border-collapse: collapse;
  -ms-grid-columns: 60px minmax(250px, 380px) minmax(170px, 250px) minmax(250px, 1fr) 60px;
  grid-template-columns: 60px minmax(250px, 380px) minmax(170px, 250px) minmax(250px, 1fr) 60px;
  font-weight: 500;
  overflow: auto;
  margin-bottom: 70px;
}
.control-table thead,
.control-table tbody,
.control-table tr {
  display: contents;
}
.control-table tr:not(:last-of-type) td {
  border-bottom: 1px solid #dedede;
}
.control-table td {
  padding: 20px 0;
}
.control-table td:first-of-type {
  font-weight: 700;
  padding-left: 20px;
}
.control-table td:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.control-table th {
  color: #959595;
  font-size: 0.875rem;
  font-weight: 400;
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
}
.control-table a {
  display: block;
  margin-bottom: 10px;
  text-decoration: underline;
}
.control-table span {
  font-size: 0.875rem;
}
.control-table button {
  background-color: transparent;
  outline: none;
  border: 0;
  color: #7d0606;
}
.control-table button:hover {
  color: #fdb500;
}

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

.page-account__title {
  margin-bottom: 30px;
}

.account-user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.account-user-info__char {
  width: 33px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  background-color: rgba(0, 173, 238, 0.3);
  color: #fff;
  margin-right: 27px;
}
.account-user-info__name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333333;
}
.account-user-info__email {
  font-size: 0.875rem;
  text-decoration: underline;
}

.account-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.account-nav__item:not(:last-of-type) {
  margin-bottom: 25px;
}
.account-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #636363;
}
.account-nav__link:hover, .account-nav__link.active {
  color: #00adee;
}
.account-nav__link:hover svg path, .account-nav__link.active svg path {
  fill: #00adee;
}
.account-nav__link.active {
  font-weight: 700;
}
.account-nav__icon {
  margin-right: 30px;
  -ms-flex-preferred-size: 24px;
      flex-basis: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-block {
  margin-bottom: 30px;
}
.account-block__title {
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 30px;
}
.account-block__title h3 {
  margin-bottom: 0;
}

.order-block:not(:last-of-type) {
  margin-bottom: 15px;
}

.order-block-info {
  padding: 5px 5px 15px 55px;
  background-color: #F9F9F9;
  position: relative;
  margin-bottom: 15px;
}
.order-block-info.success .order-block-info__actions {
  display: none;
}
.order-block-info__icon {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 5px;
  left: 5px;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.order-block-info__icon.active {
  background-color: #fff;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.order-block-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.order-block-info__top {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.order-block-info__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-block-info__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-block-info__block:not(:last-of-type) {
  margin-right: 15px;
}
.order-block-info__block span:first-of-type {
  color: #909090;
  margin-right: 5px;
  font-size: 0.75rem;
}
.order-block-info__block span:last-of-type {
  font-size: 0.875rem;
  color: #191919;
}
.order-block-info__block_success span:last-of-type {
  color: #53A020;
}
.order-block-info__pay, .order-block-info__delete {
  height: 35px;
}
.order-block-info__pay {
  margin-right: 5px;
  width: 105px;
}
.order-block-info__delete {
  width: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.order-block-info__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-block-info__list {
  counter-reset: order-counter;
}
.order-block-info__list li {
  counter-increment: order-counter;
}
.order-block-info__list li:before {
  content: counter(order-counter) ".";
  font-size: 0.75rem;
  margin-right: 5px;
  color: #00adee;
}
.order-block-info__list a {
  font-size: 0.75rem;
}

.order-block-previews {
  display: none;
}

.order-cart {
  padding: 20px;
  border: 1px solid #dedede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order-cart:not(:last-of-type) {
  margin-bottom: 15px;
}
.order-cart__img {
  max-width: 80px;
}
.order-cart__left {
  margin-right: 15px;
  margin-bottom: 15px;
}
.order-cart__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.order-cart__title {
  margin-bottom: 10px;
}
.order-cart__title span:last-of-type {
  color: #636363;
}
.order-cart__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(190px, 1fr) minmax(190px, 1fr) minmax(310px, 1fr) minmax(80px, 1fr);
  grid-template-columns: minmax(190px, 1fr) minmax(190px, 1fr) minmax(310px, 1fr) minmax(80px, 1fr);
}

.order-cart-info {
  border-right: 1px solid #dedede;
  padding-right: 25px;
}
.order-cart-info__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-cart-info__block:not(:last-of-type) {
  margin-bottom: 15px;
}
.order-cart-info__text {
  color: #909090;
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  margin-right: 20px;
  white-space: nowrap;
  font-size: 0.75rem;
}
.order-cart-info__value {
  font-size: 0.875rem;
}

.order-cart-format {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
  border-right: 1px solid #dedede;
}
.order-cart-format__info {
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.order-cart-format__text {
  color: #909090;
  font-size: 0.75rem;
  margin-bottom: 5px;
}
.order-cart-format__button {
  width: 65px;
}
.order-cart-format__button img {
  margin-right: 5px;
}
.order-cart-format .select2-container.select2-container--default .select2-selection--single {
  height: 16px;
  border: none;
  padding: 15px 20px 15px 0;
  font-weight: 700;
}
.order-cart-format .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url(../images/format-arrow.svg) no-repeat center;
  width: 10px;
  height: 25px;
}

.order-cart-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
  border-right: 1px solid #dedede;
}
.order-cart-price__block:not(:last-of-type) {
  margin-right: 25px;
}
.order-cart-price__text {
  color: #909090;
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  white-space: nowrap;
  font-size: 0.75rem;
}
.order-cart-price__value {
  font-size: 0.875rem;
}

.order-cart-total {
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.order-cart-total__text {
  color: #909090;
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  white-space: nowrap;
  font-size: 0.75rem;
}
.order-cart-total__value {
  font-size: 0.875rem;
}

body.no-home .header {
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}

.header-logo {
  position: absolute;
  left: -20px;
  top: 11px;
  background-color: #fff;
  padding: 0 20px;
}

.header-favorite,
.header-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #191919;
}
.header-favorite__text,
.header-cart__text {
  font-size: 0.875rem;
}
.header-favorite__badge,
.header-cart__badge {
  position: absolute;
  font-size: 0.625rem;
  font-weight: 700;
  background-color: #eb0122;
  border-radius: 6px;
  height: 12px;
  color: #fff;
  min-width: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
}

.header-favorite__badge {
  right: 13px;
}

.header-cart__badge {
  right: 5px;
}

.header-top {
  background-color: #f3f3f3;
}
.header-top__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-top__link {
  color: #191919;
  font-size: 0.875rem;
}
.header-top__link:hover {
  color: #00adee;
}
.header-top__link:not(:last-of-type) {
  margin-right: 30px;
}

.header-mid {
  border-bottom: 1px solid #dedede;
}
.header-mid__content {
  padding: 25px 0 25px 93px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-mid__text {
  font-size: 0.875rem;
}

.header-bot {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header-bot__content {
  padding-left: 93px;
}

.header-bot-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 50;
  border-bottom: 1px solid #dedede;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header-bot-fixed.fixed {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.footer {
  background-color: #f3f3f3;
  padding: 50px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-logo img {
  max-width: 100px;
  display: block;
  margin-bottom: 15px;
}
.footer-logo img:last-of-type {
  -webkit-transform: translateX(-15px);
      -ms-transform: translateX(-15px);
          transform: translateX(-15px);
}

.footer-info__text {
  opacity: 0.7;
  margin-bottom: 30px;
}

.footer-app {
  margin-right: 60px;
}
.footer-app__title {
  opacity: 0.7;
  margin-bottom: 10px;
}
.footer-app__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-app__link:not(:last-of-type) {
  margin-right: 15px;
}
.footer-app img {
  width: 107px;
  height: 35px;
}

.footer-social__title {
  opacity: 0.7;
  margin-bottom: 10px;
}
.footer-social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.footer-social__item:not(:last-of-type) {
  margin-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}
@media (max-width: 1199.98px) {
  body,
html {
    font-size: 0.9375rem;
  }

  .product-cart {
    width: 289.5px;
  }

  .tabs nav a {
    font-size: 1.375rem;
  }

  .header-bot__content {
    padding-left: 0;
  }

  .header-mid__content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .header-mid__text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .header-menu__item:not(:last-of-type):not(.catalog):not(.category) {
    margin-right: 25px;
  }

  .header-menu__text {
    font-size: 0.875rem;
  }

  .header-cart,
.header-favorite {
    margin: 15px 0 0 15px;
  }

  .news-list__item:first-of-type,
.news-list__item:nth-of-type(2) {
    grid-column: auto;
  }
}
@media (max-width: 991.98px) {
  body,
html {
    font-size: 0.875rem;
  }

  .product-cart {
    width: 330.5px;
  }

  .header-top__link:not(:last-of-type) {
    margin-right: 15px;
  }

  .header-search-form {
    max-width: 375px;
  }

  .header-menu-trigger,
.footer-menu-trigger {
    display: block;
  }

  .header-menu__item:not(:last-of-type):not(.catalog):not(.category),
.footer-menu__item:not(:last-of-type) {
    margin: 0;
  }

  .footer-menu-trigger + .footer-menu {
    top: 50%;
    border-top: 1px solid #dedede;
  }

  .menu {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 100;
    height: 100vh;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    max-width: 325px;
    width: 100%;
  }
  .menu.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .menu.footer-menu {
    height: 50%;
  }
  .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .menu li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-left: 1px solid #dedede;
  }
  .menu li:not(:last-of-type) {
    border-bottom: 1px solid #dedede;
  }
  .menu li.category {
    display: none;
  }
  .menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.375rem;
  }
  .menu i {
    display: none;
  }

  .products-slider .slick-arrow {
    top: 25%;
  }

  .products-slider .slick-next {
    right: -20px;
  }

  .products-slider .slick-prev {
    left: -20px;
  }

  .basket-cart {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .basket-cart__left {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .basket-cart__img {
    max-width: 100%;
    margin: 0 auto;
  }

  .s-one-slider .slick-prev {
    left: 100px;
  }
  .s-one-slider .slick-next {
    right: 100px;
  }

  .order-block-info__actions {
    margin: 10px 0;
  }

  .order-cart {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .order-cart__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order-cart__block {
    padding: 0 0 10px 0 !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
    border-right: none !important;
  }
  .order-cart__block:not(:last-of-type) {
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .product-cart {
    width: 100%;
  }
  .product-cart img {
    width: 100%;
  }

  .tabs nav a {
    margin-right: 15px;
    font-size: 1rem;
  }

  .header-mid__text {
    margin-bottom: 15px;
  }

  .header-search-form__button {
    width: 60px;
  }

  .menu {
    max-width: 60%;
  }

  .tabs nav a {
    margin-right: 10px;
  }

  .products-slider .slick-next {
    right: -10px;
  }

  .products-slider .slick-prev {
    left: -10px;
  }

  .footer__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer-menu-trigger {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 15px;
  }

  .footer-logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: none;
  }

  .footer-info {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .footer__bottom_left {
    margin-bottom: 15px;
  }

  .header-search-form {
    max-width: 100%;
  }

  .s-seven .news-cart {
    margin-bottom: 20px;
  }

  .form-row {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .basket-cart__inner {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .basket-cart-sale {
    padding: 0 10px;
  }

  .s-one-slider__img,
.s-four__img {
    display: none;
  }
  .s-one-slider__img_mobile,
.s-four__img_mobile {
    display: block;
  }

  .s-one-slider .slick-arrow {
    width: 45px;
    height: 45px;
  }
  .s-one-slider .slick-prev {
    left: 20px;
  }
  .s-one-slider .slick-next {
    right: 20px;
  }

  .slick-dots li {
    margin-bottom: 10px;
  }

  .order-block-info__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .account-block .form-row {
    margin-top: 0;
  }

  .form-edit-account .button {
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .header-search-form__input {
    padding: 10px 70px 10px 10px;
  }

  .modal,
.basket-cart,
.page-block,
.product-cart__top {
    padding: 15px;
  }

  .footer {
    padding: 20px 0;
  }

  .page {
    margin-bottom: 40px;
  }

  .s-one-slider__img_mobile,
.s-four__img_mobile {
    background-size: cover;
  }

  body #noty_layout__bottomLeft {
    width: 100%;
    max-width: 100%;
  }
  body #noty_layout__bottomLeft .noty_bar {
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 10px;
  }

  .basket-cart__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .basket-cart__block {
    padding: 10px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-right: 0;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}
@media (max-width: 1199.98px) {
  .books-page__content {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .book-page__content {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
  }

  .book-info__table {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
@media (max-width: 767.98px) {
  body,
html {
    font-size: 85%;
  }

  .books-header__right {
    width: 100%;
  }

  .books-page__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .books-sidebar {
    margin-bottom: 20px;
  }

  .books-sort {
    margin-bottom: 20px;
  }

  .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .tabs__link {
    padding: 5px 15px;
  }

  .book-products__block {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 10px;
    padding: 0 0 15px 0;
  }
  .book-products__count {
    opacity: 1;
  }
  .book-products__count input {
    max-width: 95px;
  }

  .book-partners__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .book-partners__block {
    border-right: 0 !important;
    padding-right: 10px;
    margin-bottom: 20px;
    margin-right: 0;
    width: 50%;
  }

  .book-special {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }

  .book-slider-slide__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .book-slider-slide__image {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .book-slider-slide__image img {
    width: 100%;
  }

  .book-slider .slick-arrow {
    visibility: hidden;
  }
}
@media (max-width: 575.98px) {
  #topBlock .headerItem:last-of-type {
    width: 100%;
  }

  #topBlock .headerItem:not(:last-of-type) {
    margin-bottom: 10px;
  }

  #topBlock .headerItem.contactsBlock {
    margin-left: 0;
    width: 75%;
  }
  #topBlock .headerItem.contactsBlock .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  #topBlock .headerItem.info {
    display: none;
  }

  #topBlock .headerItem .headerTel {
    margin-bottom: 10px;
  }

  #topBlock .headerItem .feedbackBtn {
    margin-left: 0;
  }

  #topBlock .headerItem .favorite {
    margin-left: 0;
  }

  #topBlock .headerItem .cart_link {
    margin-left: 0;
    margin-top: 0;
  }

  footer .sep {
    display: none;
  }

  footer .subscribe .input {
    width: 100%;
  }

  .hamburger {
    display: block;
  }

  .lk-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 60%;
    height: 100vh;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-top: 0;
    border-right: 1px solid #dedede;
  }
  .lk-menu.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .lk-menu__link {
    background-color: #fff;
    width: 100%;
    border-radius: 0;
    height: 100%;
  }
  .lk-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100vh;
  }
  .lk-menu__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .lk-menu__item:not(:last-of-type) {
    margin-right: 0;
    border-bottom: 1px solid #dedede;
  }
  .lk-menu .container {
    padding: 0;
  }

  .modal__title, .modal__content {
    padding: 15px;
  }

  .book-products__count {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .book-products__count input {
    max-width: 70%;
  }
}