:root {
  --blue-color:           #00b0a8;  /* #17b0e9*/
  --dark-blue:            #028f89;
  --orange-color:         #ea4f00;  /* #ff6840*/
  --white-color:          #ffffff;
  --black-color:          #000000;
  --red-color:            #FF0000;
  --dark-red:             #bc262c;
  --green-color:          #348d24;

  --footer-bg:            #00b0a8;  /* #29b9ef*/
  --header-bg:            #00b0a8;  /* #17b0e9*/
  --bg-primary:           #00b0a8;
  --bg-success:           #64ba4e;
  --bg-info:              #bae6e3;
  --bg-warning:           #fec139;
  --bg-danger:            #c81e25;
  --bg-up-btn:            #c2c4c7;
  --bg-up-btn-hover:      #9fa0a3;
  --bg-input:             #f8fafc;
  --table-bg:             #effefd;
  --bg-slider-btn:        #fffceb;
  --bg-white:             #ffffff;


  --font-color:           #333333;
  --desc-font-color:      #777777;
  --link-hover:           #028f89;
  --text-shadow:          rgba(255, 255, 255, 0.8);

  --menu-border-color:    #c0f8f8;
  --border-color:         #c0f8f8;
  --link-border-bottom:   #0ebeb6;

  --box-shadow:          rgba(0, 0, 0, 0.12);
  --bark-box-shadow:     rgba(0, 0, 0, 0.25);

}


/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"),
  url("../fonts/slick.woff") format("woff"),
  url("../fonts/slick.ttf") format("truetype"),
  url("../fonts/slick.svg#slick") format("svg");
}

@font-face {
  font-family: pf_playskool_proregular;
  src: url(../fonts/pfplayskoolpro-regular-webfont.eot);
  src: url(../fonts/pfplayskoolpro-regular-webfont.eot?#iefix)
  format("embedded-opentype"),
  url(../fonts/pfplayskoolpro-regular-webfont.woff2)
  format("woff2"),
  url(../fonts/pfplayskoolpro-regular-webfont.woff)
  format("woff"),
  url(../fonts/pfplayskoolpro-regular-webfont.svg#pf_playskool_proregular)
  format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: fregatbold;
  src: url(../fonts/fregat_bold-webfont.eot);
  src: url(../fonts/fregat_bold-webfont.eot?#iefix)
  format("embedded-opentype"),
  url(../fonts/fregat_bold-webfont.woff2)
  format("woff2"),
  url(../fonts/fregat_bold-webfont.woff)
  format("woff"),
  url(../fonts/fregat_bold-webfont.svg#fregatbold)
  format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: fregatbold_italic;
  src: url(../fonts/fregat_bold_italic-webfont.eot);
  src: url(../fonts/fregat_bold_italic-webfont.eot?#iefix)
  format("embedded-opentype"),
  url(../fonts/fregat_bold_italic-webfont.woff2)
  format("woff2"),
  url(../fonts/fregat_bold_italic-webfont.woff)
  format("woff"),
  url(../fonts/fregat_bold_italic-webfont.svg#fregatbold_italic)
  format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: fregatitalic;
  src: url(../fonts/fregat_italic-webfont.eot);
  src: url(../fonts/fregat_italic-webfont.eot?#iefix)
  format("embedded-opentype"),
  url(../fonts/fregat_italic-webfont.woff2)
  format("woff2"),
  url(../fonts/fregat_italic-webfont.woff)
  format("woff"),
  url(../fonts/fregat_italic-webfont.svg#fregatitalic)
  format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: fregatregular;
  src: url(../fonts/fregat_regular-webfont.eot);
  src: url(../fonts/fregat_regular-webfont.eot?#iefix)
  format("embedded-opentype"),
  url(../fonts/fregat_regular-webfont.woff2)
  format("woff2"),
  url(../fonts/fregat_regular-webfont.woff)
  format("woff"),
  url(../fonts/fregat_regular-webfont.svg#fregatregular)
  format("svg");
  font-weight: 400;
  font-style: normal;
}

img,
textarea {
  max-width: 100%;
}

*,
a:focus,
textarea {
  outline: 0;
}

a {
  text-decoration: none;
  color: var(--blue-color);
}

a:active,
a:focus,
a:hover {
  border-color: transparent;
  text-decoration: none;
  color: var(--link-hover);
}

img {
  width: auto;
  height: auto;
}

.icon-empty {
  opacity: 0;
}

hr {
  border: none;
  border-bottom: 1px solid var(--blue-color);
}

hr.bxe-bolder {
  border-bottom-width: 5px;
}

hr.bxe-dashed {
  border-bottom-style: dashed;
  border-bottom-width: 2px;
}

hr.bxe-light {
  border-bottom-color: var(--blue-color);
}

hr.bxe-dotted {
  border-bottom-width: 2px;
  border-bottom-style: dotted;
}

.wp-block-separator {
  border-bottom: 1px solid var(--blue-color);
}

input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

input[type="checkbox"] + a,
input[type="checkbox"] + span,
input[type="radio"] + span {
  position: relative;
  padding: 0 0 0 34px;
  font-family: fregatregular, sans-serif;
}

input[type="checkbox"] + a:before,
input[type="checkbox"] + span:before,
input[type="radio"] + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  width: 24px;
  height: 23px;
  background: url(../image/icons-sprite.png) 0 -251px no-repeat;
}

input[type="checkbox"]:checked + a:before,
input[type="checkbox"]:checked + span:before {
  background-position: -30px -251px;
}

input[type="radio"] + a:before,
input[type="radio"] + span:before {
  background-position: 0 -275px;
}

input[type="radio"]:checked + span:before {
  background-position: -30px -275px;
}

.checkbox label input[type="checkbox"] + a,
.checkbox label input[type="checkbox"] + span,
.radio label input[type="radio"] + span {
  padding: 0 0 0 30px;
}

.checkbox label input[type="checkbox"] + a:before,
.checkbox label input[type="checkbox"] + span:before,
.radio label input[type="radio"] + span:before {
  left: 0;
}

.table-info tr {
  border: 1px solid transparent;
  border-radius: 3px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: var(--white-color) url("../image/ajax-loader.gif") center center no-repeat;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* End */

.bx_vertical_menu_advanced {
  position: relative;
  background: url(../image/bg-menu.png) no-repeat;
  width: 811px;
  height: 319px;
  padding: 37px 0 20px 20px;

}

.bx_vertical_menu_advanced > ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  margin: 0;
  width: 255px;
  height: 100%;
  position: relative;
}

.bx_vertical_menu_advanced > ul:after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--orange-color);
}

.bx_vertical_menu_advanced > ul > li {
  position: static;
}

.bx_vertical_menu_advanced > ul > li span {
  display: block;
  width: 80%;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl {
  display: block;
  padding: 0;
  margin: 0 0 12px;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl > a {
  position: relative;
  z-index: 105;
  display: block;
  padding: 0;
  border-bottom: 0;
  color: var(--font-color);
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  text-shadow: 0 1px 1px var(--text-shadow);
  font: 18px/22px fregatbold, sans-serif;
  -webkit-transition: border-color 0s ease;
  -moz-transition: border-color 0s ease;
  -o-transition: border-color 0s ease;
  -ms-transition: border-color 0s ease;
  transition: border-color 0s ease;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl > a:hover {
  color: var(--orange-color)
}

.bx_vertical_menu_advanced .bx_hma_one_lvl > a:hover:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  background: url(../image/icons-sprite.png) 0 -12px no-repeat;
  width: 8px;
  height: 11px;
  margin: -5px 0 0 5px;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl > a:before {
  content: "";
  background: url(../image/icons-sprite.png) 0 -229px no-repeat;
  width: 10px;
  height: 9px;
  position: absolute;
  left: -24px;
  top: 8px;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl > a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  background: url(../image/icons-sprite.png) no-repeat;
  width: 8px;
  height: 11px;
  margin: -5px 0 0 5px;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl:first-child,
.bx_vertical_menu_advanced .bx_hma_one_lvl:first-child > a {
  border-radius: 0 4px 0 0;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl:last-child,
.bx_vertical_menu_advanced .bx_hma_one_lvl:last-child > a {
  border-radius: 0 0 4px;
}

.bx_vertical_menu_advanced ul:last-child .bx_hma_one_lvl:last-child > a {
  border-bottom: none;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl.hover {
  padding: 0;
  border: none;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl.hover > a {
  color: var(--orange-color);
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container {
  position: absolute;
  top: 0;
  left: 255px;
  z-index: 1300;
  display: none;
  overflow: hidden;
  padding: 2px 0 0 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  width: 490px;
  height: 257px;
  border-radius: 0 0 35px 0;
}

.selected > a {
  color: var(--orange-color) !important;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl.dropdown.hover > a {
  z-index: 1500;
}

.visual_hover:hover .bx_children_container {
  display: block;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl.hover .bx_children_container {
  display: block;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: -20000px;
  padding: 0 12px 20000px;
  min-width: 130px;
  max-width: 280px;
  border-left: 1px solid var(--menu-border-color);
}

.bx_shadow_fix {
  display: none;
}

.bx_vertical_menu_advanced .dropdown .bx_shadow_fix {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  background: url(../image/icons-sprite.png) no-repeat;
  width: 8px;
  height: 11px;
  margin: -5px 0 0 5px;
}

.bx_vertical_menu_advanced .dropdown.hover .bx_shadow_fix,
.bx_vertical_menu_advanced .dropdown:hover .bx_shadow_fix {
  position: absolute;
  z-index: 1500;
  display: block;
  background: var(--white-color);
  opacity: 1;
  right: 10px;
  top: 50%;
  bottom: auto;
  background: url(../image/icons-sprite.png) 0 -12px no-repeat;
  width: 8px;
  height: 11px;
  margin: -5px 0 0 5px;
}


.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b1 {
  min-width: 180px;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b2 {
  min-width: 360px;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b3 {
  min-width: 540px;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b4 {
  min-width: 720px;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block:first-child {
  border-left: none;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b1 .bx_children_block,
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b2 .bx_children_block {
  width: 100%;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b3 .bx_children_block {
  width: 33.3%;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b4 .bx_children_block {
  width: 25%;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block.advanced {
  border-left: none;
  background: var(--white-color);
  box-shadow: inset 5px 0 7px -5px var(--box-shadow);
}

.bx_vertical_menu_advanced .bx_hma_one_lvl ul {
  display: block;
  margin: 0;
  padding: 0 0 14px;
  list-style: none;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_advanced_panel {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent > a {
  display: block;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul {
  border-bottom: 1px solid var(--menu-border-color);
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent:last-child ul {
  border-bottom: none;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul li {
  line-height: 24px;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul a {
  display: block;
  padding: 5px 10px;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_advanced_panel {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_block.advanced .bx_children_advanced_panel {
  display: block !important;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_advanced_panel img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 220px;
  border: 1px solid var(--border-color);
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_advanced_panel .bx_item_description {
  max-width: 100%;
  max-height: 220px;
  color: var(--black-color);
  text-align: left;
  white-space: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block > ul > li {
  margin: 0 0 10px;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block > ul > li > a {
  display: block;
  color: var(--font-color);
  font: 17px/20px fregatregular, sans-serif;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block > ul > li > a:hover {
  color: var(--orange-color);
}

.bx_vertical_menu_advanced .bx_hma_one_lvl ul li ul li a {
  color: var(--font-color);
  font: 17px/20px fregatregular, sans-serif;
}

@media (max-width: 569px) {
  .bx_vertical_menu_advanced {
    display: none;
  }

  .header_inner_bottom_line {
    overflow: hidden;
    height: auto;
  }
}

/* End */

#horizontal-multilevel-menu,
#horizontal-multilevel-menu ul {
  margin: 0;
  padding: 0;
  min-height: 27px;
  width: 100%;
  list-style: none;
  font-size: 11px;
  float: left;
}

#horizontal-multilevel-menu a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  text-align: center;
}

#horizontal-multilevel-menu li {
  float: left;
}

#horizontal-multilevel-menu li a.root-item,
#horizontal-multilevel-menu li a.root-item-selected {
  color: var(--white-color);
  font-weight: 700;
  padding: 7px 12px;
}

#horizontal-multilevel-menu li.jshover a.root-item,
#horizontal-multilevel-menu li:hover a.root-item {
  color: var(--white-color);
}


#horizontal-multilevel-menu li.item-selected,
#horizontal-multilevel-menu li.jshover,
#horizontal-multilevel-menu li:hover {
  background: #d6d6d6;
  color: var(--white-color);
}

#horizontal-multilevel-menu li ul {
  position: absolute;
  top: auto;
  display: none;
  z-index: 500;
  height: auto;
  width: 135px;
  background: #f5f5f5;
  border: 1px solid #c1c1c1;
}

#horizontal-multilevel-menu li li {
  width: 100%;
  border-bottom: 1px solid #dedede;
}

#horizontal-multilevel-menu li ul a {
  text-align: left;
}


#horizontal-multilevel-menu li ul ul {
  margin: -27px 0 0 132px;
}


div.menu-clear-left {
  clear: left;
}

/* End */

.bx-socialsidebar {
  margin: 10px 0;
}

.bx-socialsidebar .bx-block-title {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: var(--font-color);
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 9px;
  font-weight: 600;
}

.bx-socialsidebar-group ul {
  padding: 0;
  margin: 0;
  display: block;
}

.bx-socialsidebar-group ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 5px;
}

.bx-socialsidebar-group ul li a {
  display: block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  border-bottom: none;
}

.bx-socialsidebar-group ul li a.fb {
  background-position: 0 0;
}

.bx-socialsidebar-group ul li a.gp {
  background-position: -44px 0;
}

.bx-socialsidebar-group ul li a.tw {
  background-position: -88px 0;
}

.bx-socialsidebar-group ul li a.vk {
  background-position: -132px 0;
}

.bx-socialsidebar-group ul li a.in {
  background-position: -176px 0;
}

.bx-socialsidebar-group ul li a:hover {
  opacity: 0.9;
}

/* End */
.bx-breadcrumb {
  margin: 30px 5px 10px;
}

.bx-breadcrumb i {
  color: var(--blue-color);
  line-height: 13px;
  font-size: 12px;
  vertical-align: middle;
  margin-right: 5px;
}

.bx-breadcrumb .bx-breadcrumb-item {
  float: left;
  margin-bottom: 10px;
  white-space: nowrap;
  line-height: 13px;
  vertical-align: middle;
  margin-right: 10px;
}

.bx-breadcrumb .bx-breadcrumb-item span {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  white-space: normal;
}

.bx-breadcrumb .bx-breadcrumb-item a {
  border-bottom: 0;
}

/* End */
ul.left-menu {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  position: relative;
}

ul.left-menu li {
  padding: 10px 16px;
}

ul.left-menu li a {
  font-size: 100%;
  color: var(--dark-red);
  font-weight: 700;
  text-decoration: none;
}

ul.left-menu li a:hover,
ul.left-menu li a:visited {
  color: var(--dark-red);
}

ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover,
ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited {
  color: var(--orange-color);
}

/* End */

ul.left-menu {
  list-style: none;
  margin: 0 0 8px 0;
  padding: 0;
  position: relative;
}

ul.left-menu li {
  padding: 10px 16px;
}

ul.left-menu li a {
  font-size: 100%;
  color: var(--dark-red);
  font-weight: bold;
  text-decoration: none;
}

ul.left-menu li a:visited {
  color: var(--dark-red);
}

ul.left-menu li a:hover {
  color: var(--dark-red);
}

ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover {
  color: var(--orange-color);
}

/* End */

.btn-subscribe,
.bx-subscribe div.bx-block-title {
  font-family: fregatbold, sans-serif;
}

.bx-subscribe {
  margin: 10px 0;
}

.bx-subscribe div.bx-block-title {
  color: var(--white-color);
  text-transform: none;
  font-size: 18px;
  margin-bottom: 9px;
  font-weight: 400;
}

.bx-subscribe-desc {
  color: #aaa;
  font-size: 12px;
  position: relative;
  margin-top: -5px;
  margin-bottom: 3px;
}

.bx-subscribe .bx-input-group .bx-form-control {
  position: relative;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #f8fafc;
  border: 1px solid #d5dadc;
  border-radius: 2px;
  outline: 0;
  box-shadow: none !important;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
  background-image: -webkit-linear-gradient(#f8fafc 0, #f8fafc 100%);
  background-image: linear-gradient(#f8fafc 0, #f8fafc 100%);
}

.btn-subscribe,
.btn-subscribe:hover {
  background: 0 0;
}

.btn-subscribe {
  cursor: pointer;
  text-align: center;
  border: none;
  color: var(--white-color);
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
  border-radius: 2px;
  line-height: 34px;
  height: 36px;
  padding: 0;
  vertical-align: middle;
  outline: 0;
  -webkit-transition: width 5s linear;
  -moz-transition: width 5s linear;
  -ms-transition: width 5s linear;
  -o-transition: width 5s linear;
  transition: width 5s linear;
}

.btn-subscribe span {
  display: block;
}

.btn-subscribe.send {
  padding: 5px 40px;
  -webkit-animation-name: MeilSend;
  animation-name: MeilSend;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  outline: 0;
  color: var(--white-color);
}

.btn-subscribe:active,
.btn-subscribe:hover {
  color: var(--white-color);
}

.btn-subscribe.send:before {
  width: 0;
  background-position: 100px 50%;
  -webkit-animation-name: MeilSendButton;
  animation-name: MeilSendButton;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

@keyframes MeilSend {
  0% {
    padding: 5px 60px 5px 20px;
  }

  100% {
    padding: 5px 40px;
  }
}

@-webkit-keyframes MeilSend {
  0% {
    padding: 5px 60px 5px 20px;
  }

  100% {
    padding: 5px 40px;
  }
}

@keyframes MeilSendSpan {
  0% {
    color: transparent;
  }

  100% {
    color: var(--white-color);
  }
}

@-webkit-keyframes MeilSendSpan {
  0% {
    color: transparent;
  }

  100% {
    color: var(--white-color);
  }
}

@keyframes MeilSendButton {
  0% {
    width: 40px;
    background-position: 50%;
  }

  100% {
    width: 0;
    background-position: 100px 50%;
  }
}

@-webkit-keyframes MeilSendButton {
  0% {
    width: 40px;
    background-position: 50%;
  }

  100% {
    width: 0;
    background-position: 100px 50%;
  }
}

footer #sender-subscribe .btn-subscribe.send {
  animation-name: none;
  padding: 0;
}

.bx_subscribe_response_container {
  padding: 40px;
  color: var(--dark-blue);
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
  font: 11px/10px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* End */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "fregatregular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 500;
}

p {
  font-family: "fregatregular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

p.bxe-first-letter:first-letter,
.bxe-first-letter-s {
  font-weight: bold;
  font-size: 56px;
  line-height: 56px;
  margin-right: 10px;
  float: left;
  vertical-align: top;
}

.lead {
  color: #757575;
  margin-left: 40px;
  padding: 0 0 0 15px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
  border-left: 3px solid #99cded;
}

@media (min-width: 768px) {
  .lead {
    font-size: 16px;
    margin-left: 20px;
  }
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px 20px;
  border-left: 3px solid #c2c2c2;
}

blockquote p {
  font-size: 20px;
  font-style: italic;
  color: #757575;
  font-family: Georgia, "fregatregular", Arial, Helvetica, sans-serif;
}

@media (max-width: 768px) {
  blockquote p {
    font-size: 16px;
  }
}

blockquote.bxe-quote {
  position: relative;
  padding-left: 70px;
  padding-top: 8px;
  min-height: 50px;
  border-left: none;
}

blockquote.bxe-quote:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzOS45OTYgMzcuOTk1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzOS45OTYgMzcuOTk1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I0Q2RDdENjsiIGQ9Ik0wLjAxLDM3Ljk5NXYtMTguMTFjLTAuMDc5LTIuNjA0LDAuMjk0LTUuMDQ5LDEuMTE4LTcuMzM4YzAuODI0LTIuMjg4LDEuOTgxLTQuMywzLjQ3Mi02LjAzNmMxLjQ5LTEuNzM1LDMuMjc2LTMuMTc2LDUuMzU2LTQuMzIxYzIuMDc4LTEuMTQzLDQuMzM1LTEuODczLDYuNzY4LTIuMTl2Ny44MTJjLTIuOTgzLDEuMDI3LTUuMDIzLDIuNTQ1LTYuMTIxLDQuNTU3Yy0xLjEsMi4wMTItMS42NDgsNC40NzktMS42NDgsNy4zOThoNy43Njl2MTguMjI4SDAuMDF6IE0yMy4yODEsMzcuOTk1di0xOC4xMWMtMC4wNzktMi42MDQsMC4yOTQtNS4wNDksMS4xMTgtNy4zMzhjMC44MjQtMi4yODgsMS45ODEtNC4zLDMuNDcyLTYuMDM2YzEuNDktMS43MzUsMy4yNzYtMy4xNzYsNS4zNTYtNC4zMjFjMi4wNzgtMS4xNDMsNC4zMzUtMS44NzMsNi43NjgtMi4xOXY3LjgxMmMtMi45ODMsMS4wMjctNS4wMjMsMi41NDUtNi4xMjEsNC41NTdjLTEuMSwyLjAxMi0xLjY0OCw0LjQ3OS0xLjY0OCw3LjM5OGg3Ljc2OXYxOC4yMjhIMjMuMjgxeiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  left: 10px;
  top: 10px;
  -webkit-background-size: 40px;
  background-size: 40px;
  width: 40px;
  height: 40px;
}

hr {
  border: none;
  border-bottom: 1px solid #ccc;
}

hr.bxe-bolder {
  border-bottom-width: 5px;
}

hr.bxe-dashed {
  border-bottom-style: dashed;
  border-bottom-width: 2px;
}

hr.bxe-normal {
}

hr.bxe-light {
  border-bottom-color: #e5e5e5;
}

hr.bxe-dotted {
  border-bottom-width: 2px;
  border-bottom-style: dotted;
}

/**/
.bg-primary {
  background: var(--bg-primary) !important;
  color: var(--white-color);
}

.bg-success {
  background: var(--bg-success) !important;
  color: var(--white-color);
}

.bg-info {
  background: var(--bg-info) !important;
  color: var(--white-color);
}

.bg-warning {
  background: var(--bg-warning) !important;
  color: var(--white-color);
}

.bg-danger {
  background: var(--bg-danger) !important;
  color: var(--white-color);
}

.bg-error {
  background: var(--bg-danger) !important;
  color: var(--white-color);
}

/**/
img.pull-left {
  padding: 5px 15px 5px 0;
}

img.pull-right {
  padding: 5px 0 5px 15px;
}

/**/
.alert {
  border: none;
  border-radius: 1px;
  font-size: 14px;
}

.alert.alert-note {
  background: #f2f2f3;
}

.alert.alert-sys {
  background: #f5f2ec;
  color: #81641f;
}

.alert.bxe-icon {
  padding-left: 90px;
  min-height: 100px;
  position: relative;
}

.alert.bxe-icon:after {
  left: 22px;
  top: 20px;
  position: absolute;
  content: " ";
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../image/editor_sprite.png);
}

.alert.bxe-icon.alert-success:after {
  background-position: 0 0;
}

.alert.bxe-icon.alert-info:after {
  background-position: 0 -50px;
}

.alert.bxe-icon.alert-warning:after {
  background-position: 0 -100px;
}

.alert.bxe-icon.alert-danger:after {
  background-position: 0 -200px;
}

.alert.bxe-icon.alert-note:after {
  background-position: 0 -150px;
}

.alert.bxe-icon.alert-sys:after {
  background-position: 0 -250px;
}

.bxe-aleft-title {
  font-weight: bold;
  padding-bottom: 5px;
}

.bx-panel-tooltip {
  z-index: 2210 !important;
  overflow: hidden !important;
  position: absolute !important;
  letter-spacing: normal !important;
  list-style: none !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: none !important;
  visibility: visible !important;
  white-space: normal !important;
  word-spacing: normal !important;
  vertical-align: baseline !important;
  margin: 0 !important;
  padding: 15px !important;
  float: none !important;
  text-decoration: none !important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-radius: 1px !important;
  -webkit-box-shadow: 0 12px 10px var(--bark-box-shadow) !important;
  -moz-box-shadow: 0 12px 10px var(--bark-box-shadow) !important;
  box-shadow: 0 12px 10px var(--bark-box-shadow) !important;
  border: 1px solid var(--border-color);
  background: var(--white-color);
  color: var(--dark-blue);
  font-size: 14px;
}

/**/
tab,
tabsection,
.bxe-tab-title {
  display: block;
  padding: 5px;
  border: 1px dashed #ccc;
}

/**/
.bxe-list,
.bxe-list ul {
  list-style: none;
  margin: 5px 0;
  padding-left: 15px;
}

.bxe-list-default,
.bxe-list-default ul {
}

.bxe-list .fa {
  color: #9fb2bd;
  margin-right: 6px;
}

.bxe-lis-blue .fa {
  color: var(--blue-color);
}

/*SiteMap begin*/

.str_sitemap_menu {
  position: relative;
}

.str_sitemap {
  padding-bottom: 60px;
}

.str_sitemap a {
  color: var(--dark-blue);
  padding: 8px 15px 8px 30px;
  font-size: 16px;
  display: block;
}

.str_sitemap_menu i.show_but {
  top: 11px;
  left: 10px;
  right: auto;
  padding: 0;
}

i.show_but {
  font-size: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px 10px 10px 20px;
}

.str_sitemap_hid_1,
.str_sitemap_hid_2,
.str_sitemap_hid_3 {
  position: relative;
  display: none;
}

i.show_but.sub_dirs:hover {
  color: var(--blue-color);
  cursor: pointer;
}

.str_sitemap_menu i.show_but_1 {
  left: 30px;
}

.str_sitemap_menu i.show_but_2 {
  left: 50px;
}

.str_sitemap_hid_1,
.str_sitemap_hid_2,
.str_sitemap_hid_3 {
  position: relative;
  display: none;
}

/*SiteMap end*/
.author-about {
  text-align: justify;
}

.product-item-dscription p {
  text-align: justify;
}

.top-banner-text {
  display: inline-block;
  vertical-align: bottom;
}

.top-banner-text-big {
  /*text-transform: uppercase;*/
}

.top-banner a {
  color: var(--white-color);
  text-transform: none;
}

.top-banner {
  text-align: center;
  padding: 10px 0 12px;
  min-height: 54px;
  position: relative;
  color: var(--white-color);
  background: url(../image/banner-top.jpg) 50% 100% repeat-x var(--orange-color);
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}

.modal-img-bottom {
  padding: 25px 0 0 0;
  margin-bottom: -40px;
  text-align: center;
}

@media (max-width: 991px) {
  .is-banner .header-top {
    top: 56px;
  }

  .top-banner {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 202;
    height: 56px;
  }

  .is-banner .workarea {
    padding-top: 130px;
  }

  .is-banner .header-bottom {
    margin-top: 145px;
  }

  .top-banner-text-holder {
    height: 40px;
    overflow: hidden;
  }

  .top-banner-text {
    vertical-align: middle;
  }

  .is-banner .menu-section {
    top: 145px;
  }
}

@media (max-width: 640px) {
  .top-banner {
    font-size: 16px;
    padding: 6px 0 12px;
    height: 60px;
  }

  .top-banner-text-big {
    display: inline-block;
    width: 100%;
  }

  .is-banner .header-top {
    top: 60px;
  }
}

@media (max-width: 500px) {
  .is-banner .menu-section {
    top: 130px;
  }
}

/* card style */
.card__holder {
  display: flex;
  margin: 35px 0 0 0;
}

.card__item {
  margin-right: 20px;
}

#navigation {
  padding: 0;
}

@media (max-width: 767px) {
  .card__holder {
    justify-content: center;
    margin-top: 20px;
  }

  #navigation .bx-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
    align-items: center;
  }

  .bx-breadcrumb-mobile .bx-breadcrumb-item {
    display: none;
  }

  .bx-breadcrumb-mobile .bx-breadcrumb-item:nth-last-child(3),
  .bx-breadcrumb-mobile #breadcrumb-mobile.bx-breadcrumb-item,
  .bx-breadcrumb-mobile #bx_breadcrumb_0.bx-breadcrumb-item {
    display: inline-flex;
    align-items: center;
  }

  #breadcrumb-mobile span {
    cursor: pointer;
    display: inline-flex;
    padding: 0 5px;
  }

  #navigation .bx-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
    align-items: center;
}
}

@media (max-width: 640px) {
  #navigation .bx-breadcrumb {
    margin: 10px 5px 5px;
  }
}

.login-languages {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.price_list-mobile {
  display: none;
}

.phones-block-mobile .link {
  color: var(--white-color);
  font-size: 14px;
  line-height: 16px;
  display: inline-flex;
  padding: 0 0 1px;
  border-bottom: 1px solid var(--white-color);
  margin-bottom: 18px;
}

@media (max-width: 992px) {
  .scroll_menu #horizontal-multilevel-menu li a.root-item {
    font-family: "fregatregular", Arial, Helvetica, sans-serif;
  }

  .scroll_menu #horizontal-multilevel-menu .with-icon {
    display: flex;
    align-items: center;
    padding: 8px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .scroll_menu #horizontal-multilevel-menu .with-icon .icon-sale {
    display: inline-flex;
    position: static;
    margin-left: 10px;
  }

  .scroll_menu #horizontal-multilevel-menu .with-icon .root-item {
    padding-left: 2px;
  }

  body.mmenu-opened {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }

  .scroll_menu #horizontal-multilevel-menu {
    padding: 0 20px 0 20px;
    margin-bottom: 20px;
  }

  .books-menu {
    float: none;
    position: static;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }

  .bx-header .menu-section .phones-block.phones-block-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 0;
    border: 1px solid transparent;
    border-top-color: var(--menu-border-color);
    border-bottom-color: var(--menu-border-color);
    margin: 0 10px;
  }

  .price_list-mobile {
    display: flex;
    margin: 0 10px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }

  .price_list-mobile .price_list_link {
    color: var(--white-color);
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: url(../image/white-border.png) repeat-x 0;
    position: relative;
    margin: 20px 17px 5px;
    padding: 10px 0;
    height: 32px;
    font-size: 16px;
    line-height: 30px;
  }

  .price_list-mobile .price_list_link:before {
    width: 17px;
    background: url(../image/white-border-left.png) no-repeat top left;
  }

  .price_list-mobile .price_list_link:after {
    width: 17px;
    background: url(../image/white-border-right.png) no-repeat top right;
  }

  .header-center .menu-section .socials-row {
    justify-content: center;
  }

  .menu-section .socials-row li {
    margin: 0 5px;
  }

  div .menu-section:after {
    border-color: transparent;
  }

  .menu-section .scroll_menu {
    overflow-x: hidden;
  }
}

.switch-btns-block {
  display: none;
}

@media (max-width: 580px) {
  .switch-btns-block {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }

  .switch-btn-2 span {
    background: var(--white-color) url(../image/ic-2-items.png) no-repeat center right;
  }

  .switch-btn-1 span {
    background: #e8f6fa url(../image/ic-1-items.png) no-repeat center right;
  }

  .switch-btn span {
    display: inline-flex;
    width: 26px;
    height: 26px;
  }

  .switch-btn {
    display: inline-flex;
    height: 100%;
    width: 29px;
    margin-left: 5px;
    border: none;
    background: transparent;
    padding: 0;
  }

  .catalog-2-items .switch-btn-1 span {
    background-color: var(--white-color);
  }

  .catalog-2-items .switch-btn-2 span {
    background-color: var(--border-color);
  }

  .bx_item_list_you_looked_horizontal.catalog-2-items
    .bx_item_list_slide
    .bx_catalog_item:nth-child(2n-1) {
    padding-right: 5px;
    width: 50%;
  }

  .bx_item_list_you_looked_horizontal.catalog-2-items
    .bx_item_list_slide
    .bx_catalog_item:nth-child(2n) {
    padding-left: 5px;
    width: 50%;
  }

  .bx_item_list_you_looked_horizontal.catalog-2-items .bx_item_list_slide {
    display: flex;
    flex-wrap: wrap;
  }
}

/* End */
/* Start:../template_styles.css?160629096177064*/
.bxd-icon,
.container,
a {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
}

.bx-header,
.bx-s-info-title,
.bx-wrap,
.bx-wrapper,
.wrap {
  position: relative;
}

.bx-inclinksfooter .bx-block-title,
.bx-logo-text,
.bx-logo-text:active,
.bx-logo-text:hover {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.bxd-title,
body.bx-opened {
  overflow: hidden;
}

.bx-block-title,
.bx-breadcrumb .bx-breadcrumb-item span::first-letter,
.bx-inclogofooter-worktime,
.bx-logo-desc,
.bx-s-info-titletext,
.bx-wt .bx-block-title,
.bx-wt-others-block,
.bxd-title {
  text-transform: uppercase;
}

.bx-worktime-prop > span,
.bx_searche .price,
.bxd-title {
  white-space: nowrap;
}

@media (max-width: 767px) {
  #bx-panel {
    display: none !important;
  }
}

.bx-header {
  width: 100%;
  z-index: 201;
}

.bx-header:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100%;
  height: 16px;
}

.bx-logo-text,
.bx-logo-text:active,
.bx-logo-text:hover {
  font-size: 32px;
  font-weight: 700;
  color: var(--black-color);
  line-height: 37px;
  text-decoration: none;
  border: none;
  vertical-align: bottom;
}

.bx-logo-text small {
  font-size: 37px;
}

.bx-logo-desc {
  display: block;
  font-weight: 700;
  font-size: 13px;
  line-height: 10px;
  color: #b8b8b8;
}

.bx-touch .bx-authform-social li:hover:after,
.bx-touch .img:after,
.bx-touch .product-item-detail-slider-block span:after,
.bx-touch .social-links a:hover:after,
.bx-touch .social-registration li:hover:after,
.bx-touch a.fa:hover:after,
.bx-touch button.slick-arrow:hover:after,
.bx-touch i.fa:hover:after,
.bx-touch i.icon-favorite:hover:after {
  transform: rotate(0) !important;
}

.bx-content-seection {
  min-height: 50vh;
  padding: 0 45px 5px;
}

@media (min-width: 1200px) {
  .bx-content-seection {
    padding: 0 45px 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bx-content-seection {
    padding: 0 30px 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bx-content-seection {
    padding: 0 15px 5px;
  }
}

@media (max-width: 767px) {
  .bx-inc-orginfo,
  .bx-worktime {
    text-align: center;
  }

  .bx-content-seection {
    padding: 0 15px 10px;
  }

  .bx-inc-orginfo {
    padding-bottom: 10px;
  }

  .search-page-inputs {
    margin-bottom: 15px;
  }

  .bx-logo-text,
  .bx-logo-text small {
    font-size: 24px;
    color: var(--white-color);
  }

  .bx-logo {
    background: var(--blue-color);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1400;
    padding: 10px 60px;
  }

  .bx-logo .bx-logo-block {
    text-align: center;
    height: 30px;
  }

  .bx-logo-text {
    line-height: 30px;
    vertical-align: middle;
  }

  .bx-logo-text:active,
  .bx-logo-text:hover {
    color: var(--white-color);
  }

  .bx-logo-desc {
    display: none;
  }
}

.bx-inc-orginfo {
  padding-left: 28px;
}

.bx-inc-orginfo-recall a {
  color: var(--blue-color);
  border-bottom: 1px dashed;
  font-size: 12px;
  margin-left: 2px;
}

.bx-inc-orginfo-recall a:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}

.bx-worktime-title {
  color: #8d8d8d;
  font-size: 12px;
}

.bx-worktime-prop {
  font-size: 13px;
  color: var(--black-color);
}

.bx-sidebar-block {
  margin-bottom: 40px;
}

.bx-block-title {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: var(--font-color);
  font-size: 12px;
  margin-bottom: 9px;
  font-weight: 600;
}

.bx-footer .bx-block-title {
  padding: 0;
  color: var(--white-color);
}

h1.bx-title,
h2.bx-title,
h3.bx-title,
h4.bx-title,
h5.bx-title,
h6.bx-title {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.bx-inclinksfooter-container,
.bx-inclogofooter-tel,
.bx-inclogofooter-worktime {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h1.bx-title,
h2.bx-title,
h3.bx-title {
  padding-bottom: 15px;
}

h1.bx-title {
  margin-top: 0;
  padding-bottom: 10px;
}

h2.bx-title {
  font-size: 25px;
}

input[type="password"],
input[type="text"] {
  margin: inherit 4px;
  padding: 0 4px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  background: var(--white-color);
  outline: 0;
}

textarea {
  display: block;
  width: 100%;
  min-width: 100%;
  font-size: 18px;
  min-height: 150px;
  max-height: 450px;
  margin: 0;
  padding: 0 4px;
  border: 1px solid var(--border-color);
  border-radius: 2px;
  background: var(--white-color);
}

.bx-inclinksfooter a,
.bx-inclogofooter a.bx-inclogofooter-logo,
.bx-inclogofooter a.bx-inclogofooter-logo:hover {
  border-bottom: none;
}

.bx-incbanners {
  margin: 10px 0 25px;
  text-align: center;
}

.bx-inclinksfooter .bx-block-title {
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: var(--white-color);
  font-weight: 600;
}

.bx-inclogofooter-tel,
.bx-inclogofooter-worktime {
  font-weight: 700;
}

.bx-inclinksfooter-container {
  margin-top: 15px;
  padding: 0;
  color: var(--white-color);
  border-radius: 2px;
}

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

.bx-inclinksfooter-item {
  padding: 0 0 5px;
}

.bx-inclogofooter {
  color: var(--white-color);
}

.bx-inclogofooter-logo img {
  max-width: 180px;
  height: auto;
}

.bx-inclogofooter-block {
  padding-bottom: 20px;
}

.bx-inclogofooter-tel {
  color: #cfd0d0;
  font-size: 18px;
  padding-bottom: 5px;
}

.bx-inclogofooter-worktime {
  font-size: 11px;
}

.bx-banners {
  margin: 10px 0;
}

.bx-banners .bx-block-title {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #343434;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 9px;
  font-weight: 600;
}

.bx-wt-block {
  color: var(--white-color);
  padding: 5px 15px;
  background: url(../image/wt.png) center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 3px;
}

.bx-wt .bx-block-title {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 14px;
  color: var(--white-color);
}

.bx-wt-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}

.bx-wt-block ul li {
  padding-bottom: 7px;
}

.bx-wt-others-block {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 7px;
  margin-top: 4px;
}

.bx-s-info {
  margin: 10px 0;
  padding-top: 5px;
}

.bx-s-info-block {
  display: block;
  margin-bottom: 25px;
}

.bx-s-info-title {
  display: block;
  min-height: 29px;
  padding-left: 36px;
  margin-bottom: 5px;
}

.bx-s-info-titleicon {
  display: block;
  background: var(--blue-color);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  color: var(--white-color);
  text-align: center;
  font-weight: 700;
}

.bx-s-info-titleicon i {
  line-height: 30px;
  vertical-align: middle;
  font-style: normal;
}

.bx-s-info-titletext {
  display: block;
  padding: 6px 0;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #343434;
  font-size: 12px;
  font-weight: 600;
}

.bx-s-info-content {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #3e454c;
  padding-left: 36px;
}

.bx-404-text-block,
.bx-map-title,
.bx-maps-title,
.bxd-title {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.bx-footer-section.bx-center-section > div {
  margin-bottom: 20px;
}

.bx-footer-section.bx-center-section > .footer-walk {
  margin: 0;
}

.bx-footer a:hover {
  color: var(--white-color);
  border-bottom: 1px solid;
  text-decoration: none;
}

.bx-footer-line {
  background: var(--dark-blue);
}

.bx-footer-bottomline {
  font-size: 14px;
}

.bx-up {
  text-align: right;
}

.bx-up a,
.bx-up a:hover {
  border-bottom: none;
}

@media (min-width: 992px) {
  .burger-menu,
  .bx-header .menu-section .login-block,
  .bx-header .menu-section .phones-block,
  .bx-header .menu-section .socials-row,
  .search-mobile {
    display: none;
  }
}

.bxd-block,
.bxd-desc,
.bxd-icon,
.bxd-title {
  display: block;
}

@media (max-width: 767px) {
  .bx-footer,
  .bx-up {
    text-align: center;
  }
}

.btn,
.btn:active,
.btn:focus,
.btn:hover {
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.btn-primary {
  background-color: var(--blue-color);
  border-color: var(--blue-color);
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: var(--dark-blue);
  border-color: var(--dark-blue);
}

.btn-link {
  color: var(--blue-color);
}

.btn-link:focus,
.btn-link:hover {
  color: var(--dark-blue);
  text-decoration: none;
}

.bx-404-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.bx-404-block {
  margin-top: 100px;
  margin-bottom: 66px;
}

@media (max-width: 768px) {
  .bx-404-block {
    margin-top: 50px;
    margin-bottom: 33px;
  }
}

.bx-404-text-block {
  font-size: 20px;
  padding-bottom: 20px;
}

.bx-maps-title {
  color: #8f8f8f;
  font-size: 16px;
  padding-bottom: 20px;
  padding-top: 10px;
  border-bottom: 1px solid var(--border-color);
}

.map-columns {
  padding-top: 20px;
}

.bx-map-title {
  font-weight: 700;
  font-size: 14px;
  position: relative;
  min-height: 20px;
  padding-left: 25px;
  margin-bottom: 20px;
}

.bx-map-title .fa {
  color: var(--blue-color);
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 15px;
}

.map-columns ul {
  list-style: none;
  margin-bottom: 5px;
}

.map-level-0 {
  margin-left: 0;
  padding-left: 25px;
  margin-bottom: 20px;
}

.map-level-0 li {
  margin-left: 0;
  padding-left: 0;
}

.map-level-0 ul {
  padding-left: 15px;
}

ul.map-level-1 {
  margin-bottom: 30px;
}

.bxd-block {
  width: 100%;
  border: 1px solid var(--border-color);
  background: var(--white-color);
  padding: 15px;
  min-height: 210px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bxd-icon {
  border-radius: 50%;
  height: 68px;
  width: 68px;
  margin: 0 auto;
}

.bxd-icon .fa {
  margin-left: -1px;
  position: relative;
  font-size: 35px;
  height: 68px;
  width: 68px;
  text-align: center;
  line-height: 68px;
  vertical-align: middle;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
}

.bxd-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  text-align: center;
  color: var(--black-color);
  font-size: 15px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.bxd-desc {
  text-align: center;
  color: var(--desc-font-color);
  font-size: 12px;
}

.bx-up-button {
  border-radius: 2px;
  color: var(--white-color);
  position: fixed;
  right: 30px;
  bottom: 30px;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
  vertical-align: middle;
  padding: 9px 18px 7px 38px;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  -moz-transition: background-color 0.3s ease, opacity 0.3s ease;
  -ms-transition: background-color 0.3s ease, opacity 0.3s ease;
  -o-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAALCAMAAAB1RTwXAAAACVBMVEX///////////+OSuX+AAAAAnRSTlMAf7YpoZUAAAAfSURBVHgBYwACRkYgAaKZmBihNJAFpaFiTExAgjwGAA1BAD3lDqDYAAAAAElFTkSuQmCC)
    18px 13px no-repeat var(--bg-up-btn);
}

.bx-up-button:hover {
  background-color: var(--bg-up-btn-hover);
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .bx-header .phones {
    font-size: 22px;
  }

  .bx-logo {
    width: 180px;
    min-width: 180px;
    margin: 5px;
  }

  .bx-logo .bx-logo-block {
    height: 72px;
  }
}

@media (min-width: 1320px) {
  .container {
    width: 1310px;
  }
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url(../image/bg-body.jpg) 50% 0;
  font-family: fregatregular, sans-serif;
  min-width: 320px;
  display: flex;
  flex-direction: column;
}

.container {
  border: 0;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  background-color: var(--blue-color);
  border-radius: 6px;
  color: var(--white-color);
  font: 20px/34px fregatbold, sans-serif;
  letter-spacing: 0.05em;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: var(--white-color);
  opacity: 0.85;
}

.form_validate .input-holder.error .input {
  border-color: var(--bg-danger);
  background: rgba(236, 5, 61, 0.04);
}

.bx-header-section {
  width: 100%;
}

.header-top {
  padding: 20px 0 13px 0;
  background: url(../image/bg-header-t.png) 50% 100% no-repeat;
}

.header-top > .container > .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  flex-wrap: nowrap;
  padding-bottom: 10px;
}

.header-top-l {
  width: calc(50% - 120px);
  display: flex;
  align-items: center;
  padding: 0;
}

.languages {
  float: right;
  width: 30px;
  margin: 3px 0 0 15px;
}

.language-item {
  font: 16px/20px fregatregular, sans-serif;
}

.language-item + .language-item {
  margin-top: 10px;
}

.language-item.active a {
  color: var(--font-color);
  border-bottom-color: var(--orange-color);
}

.language-item a {
  color: var(--desc-font-color);
  border-bottom: 2px solid transparent;
}

.header-top .bx-socialsidebar {
  margin: 0;
}

.header-top .bx-socialsidebar-group > ul {
  background: url(../image/socials-sprite.png) 0 -36px repeat-x;
  height: 36px;
  position: relative;
  margin: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90px;
}

.header-top .bx-socialsidebar-group > ul:before {
  content: "";
  position: absolute;
  left: -18px;
  top: 0;
  background: url(../image/socials-sprite.png) no-repeat;
  width: 18px;
  height: 36px;
}

.header-top .bx-socialsidebar-group > ul:after {
  content: "";
  position: absolute;
  right: -18px;
  top: 0;
  background: url(../image/socials-sprite.png) 100% -72px no-repeat;
  width: 18px;
  height: 36px;
}

.header-top .bx-socialsidebar-group > ul li {
  width: 18px;
  height: 16px;
  margin: 0;
}

.header-top .bx-socialsidebar-group > ul a {
  width: 18px;
  height: 16px;
  background: url(../image/social-icons.png) no-repeat;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.header-top .bx-socialsidebar-group > ul a.fb {
  background-position: 0 0;
}

.header-top .bx-socialsidebar-group > ul a.vk {
  background-position: -25px 0;
}

.header-top .bx-socialsidebar-group > ul a.tw {
  background-position: -62px 0;
}

.header-top .bx-socialsidebar-group > ul a.in {
  background-position: -95px 0;
}

.header-top .bx-socialsidebar-group > ul a:hover {
  opacity: 1;
  background: url(../image/social-icons-active.png) no-repeat;
}

.header-top .bx-socialsidebar-group > ul a.fb:hover {
  background-position: 0 -16px;
}

.header-top .bx-socialsidebar-group > ul a.vk:hover {
  background-position: -25px -16px;
}

.header-top .bx-socialsidebar-group > ul a.tw:hover {
  background-position: -62px -16px;
}

.header-top .bx-socialsidebar-group > ul a.in:hover {
  background-position: -95px -16px;
}

.header-top .header-top-l .socials {
  float: left;
  width: 126px;
  margin: 0 15px 0 0;
}

.bx-header .phones-block {
  float: left;
}

.header-top .bx-inc-orginfo-phone {
  display: flex;
  align-items: center;
  font-weight: 400;
}

.bx-header .phones {
  font: 31px/32px pf_playskool_proregular;
  margin-right: 15px;
}

.bx-header .phone + .phone {
  margin-top: -4px;
}

.bx-header .phone a {
  color: var(--font-color);
}

.header-top .callback {
  position: relative;
  z-index: 5;
  text-align: center;
}

.bx-header .callback-link {
  color: var(--font-color);
  font: 15px/18px fregatregular, sans-serif;
  border-bottom: 1px solid var(--link-border-bottom);
  margin: 5px 0 0;
  display: inline-block;
}

.bx-header .callback-link:hover {
  border-color: transparent;
}

.callback-dropdown {
  background: url(../image/bg-callback.png) no-repeat;
  width: 375px;
  height: 347px;
  padding: 45px 42px 0 43px;
  position: absolute;
  left: 50%;
  top: 28px;
  margin: 0 0 0 -189px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
}

.callback.opened .callback-dropdown {
  visibility: visible;
  opacity: 1;
  z-index: 5;
}

.callback-dropdown .callback-title {
  text-align: center;
  display: block;
  font: 17px/20px fregatbold, sans-serif;
  margin: 0 0 9px;
}

.callback-dropdown .work-time {
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  margin: 0 0 19px;
}

.callback-dropdown .work-time .days {
  margin: 0 5px 0 0;
}

.callback-dropdown .row {
  margin: 0 0 20px;
}

.callback-dropdown .input-holder .input {
  color: var(--desc-font-color);
  font: 15px/18px fregatregular, sans-serif;
  height: 48px;
  background: var(--white-color);
  border: 1px solid var(--menu-border-color);
  width: 100%;
  padding: 3px 18px;
}

.callback-dropdown .submit-holder {
  padding: 10px 0 0;
}

.callback-dropdown .submit-holder .btn {
  width: 100%;
}

.bx-logo {
  margin: 0 5px 0 10px;
  width: 180px;
  min-width: 180px;
}

.bx-logo .bx-logo-block {
  display: block;
  height: 88px;
  border-bottom: none;
}

.bx-logo .bx-logo-block img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}


.login-block .fa-user {
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s;
  display: inline-block;
}

.login-block .fa-user:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  background: url(../image/user_login.png) center no-repeat;
  width: 100%;
  height: 100%;
  background-position-y: 6px;
}

.login-block .fa-user:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  background: url(../image/user_around.png) no-repeat;
  width: 36px;
  height: 36px;
  transition: transform 0.5s;
}

.login-block .fa-user:hover:after {
  transform: rotate(180deg);
}

.bx-header .login-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  position: relative;
}

.bx-header .login-block a {
  font: 15px/18px fregatregular, sans-serif;
  margin: 0;
  /*border-bottom: 1px solid var(--link-border-bottom) !important;*/
  transition: opacity 0.3s;
  text-decoration: underline;
  text-decoration-color: var(--link-border-bottom) ;
}

.bx-header .login-block a:hover {
  border-color: transparent;
}

.bx-header .login-block .login-menu a:hover {
  color: var(--orange-color);
}

.bx-header .login-block .login-dropdown {
  background: url(../image/bg-login.png) no-repeat;
  width: 384px;
  height: 430px;
  position: absolute;
  left: 50%;
  top: 44px;
  margin: 0 0 0 -178px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
  padding: 50px 47px 15px;
}

.bx-header .login-block .login-dropdown.login-menu {
  background: url(../image/bg-login-in.png) no-repeat;
  width: 190px;
  height: 224px;
  margin-left: -68px;
  padding: 41px 40px 15px;
}

.bx-header .login-block .login-list {
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid var(--menu-border-color);
}

.bx-header .login-block .login-list li {
  margin: 0 0 9px;
}

.login-dropdown.login-menu a {
  border-bottom: 0;
}

.bx-header .login-block.opened .login-dropdown {
  visibility: visible;
  opacity: 1;
  z-index: 5;
}

.login-dropdown .row {
  margin: 0 0 20px;
}

.login-dropdown .input-holder .input {
  color: var(--desc-font-color);
  font: 15px/18px fregatregular, sans-serif;
  height: 48px;
  background: var(--white-color);
  border: 1px solid var(--menu-border-color);
  width: 100%;
  padding: 3px 18px;
}

.login-dropdown .input-holder.error .input {
  border-color: var(--bg-danger);
}

.login-dropdown .buttons-holder {
  text-align: center;
  margin: 0 0 30px;
}

.login-dropdown .buttons-holder .input-holder {
  margin: 0 0 10px;
}

.login-dropdown .buttons-holder input {
  width: 100%;
  max-width: 220px;
}

.login-dropdown a.password-link {
  color: var(--blue-color);
  font-size: 14px;
}

.login-dropdown .socials {
  text-align: center;
  margin: 0 0 16px;
}

.login-dropdown .socials-title {
  display: block;
  color: var(--font-color);
  font: 16px/20px fregatbold, sans-serif;
  margin: 0 0 13px;
}

.login-dropdown .social-links {
  text-align: center;
}

.login-dropdown .social-links a {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 30px;
  border: 0;
  opacity: 0.7;
  margin: 0 8px;
  position: relative;
}

.login-dropdown .social-links a:after {
  content: "";
  background: url(../image/icons-sprite.png) 0 -38px no-repeat;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s;
}

.header-center:after,
.header-center:before {
  content: "";
  width: 100%;
}

.login-dropdown .social-links a:hover:after {
  opacity: 1;
  background: url(../image/icons-sprite.png) 0 -442px no-repeat;
  transform: rotate(180deg);
}

.login-dropdown .social-links i {
  background: url(../image/social-icons-login.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.login-dropdown .social-links .icon-fb {
  background-position: 0 -2px;
  width: 11px;
  height: 19px;
}

.login-dropdown .social-links .icon-vk {
  background-position: -51px 0;
  width: 23px;
  height: 20px;
}

.login-dropdown .social-links .icon-tw {
  background-position: -111px -3px;
  width: 20px;
  height: 17px;
}

.login-dropdown .social-links a:hover i {
  background: url(../image/social-icons-login-active.png) no-repeat;
}

.login-dropdown .social-links a:hover .icon-fb {
  background-position: 0 -24px;
}

.login-dropdown .social-links:hover .icon-vk {
  background-position: -51px -24px;
}

.login-dropdown .social-links a:hover .icon-tw {
  background-position: -111px -25px;
}

.recommendations .price .num,
.slider-block .price .num {
  font-size: 45px;
}

@keyframes animdog {
  0% {
    right: 0;
  }

  100% {
    right: -44px;
  }
}

.blog-items .img {
  width: 300px;
  height: 207px;
  margin: 0 0 19px;
  position: relative;
  overflow: hidden;
  border-radius: 5px 20px 25px 10px;
  z-index: 1;
}

.blog-items .img:after {
  content: "";
  background: url(../image/img-mask.png) no-repeat;
  width: 300px;
  height: 207px;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.blog-section .blog-items .item:first-child:before {
  content: "";
  display: inline-block;
  width: 154px;
  height: 64px;
  background: url(../image/news-girl.png) no-repeat;
  position: absolute;
  margin-left: -40px;
  margin-top: -53px;
}

@media (min-width: 641px) and (max-width: 768px) {
  .blog-section .blog-items .item:first-child:before {
    width: 120px;
    height: 40px;
    margin-top: -32px;
    background-size: contain;

  }
}

@media (max-width: 640px) {
  .blog-section .blog-items .item:first-child:before {
    width: 120px;
    height: 40px;
    margin-top: -50px;
    background-size: contain;
  }
}

.blog-section .blog-items.anim-img .item:first-child:before {
  -moz-animation: animimg 0.8s ease-out forwards;
  -webkit-animation: animimg 0.8s ease-out forwards;
  animation: animimg 0.8s ease-out forwards;
}

@keyframes animimg {
  0% {
    top: 150px;
  }

  100% {
    top: 76px;
  }
}

.blog-items .item > .img > a {
  display: inline-block;
}

.blog-items img {
  display: inline-block;
  vertical-align: top;
}

.blog-items .date,
.blog-items .watching,
.link-more .icon-arrow {
  display: inline-block;
  vertical-align: middle;
}

.blog-items .date-row {
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 6px;
}

.blog-items .date {
  font-family: fregatbold, sans-serif;
  margin: 0 22px 0 0;
}

.blog-items .watching {
  padding: 0 0 0 29px;
  position: relative;
}

.blog-items .watching:before {
  content: "";
  background: url(../image/icons-sprite.png) 0 -239px no-repeat;
  width: 21px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -7px 0 0;
}

.blog-items .name {
  font: 17px/20px fregatbold, sans-serif;
  height: 60px;
  overflow: hidden;
}

.blog-items .link-holder {
  text-align: center;
}

.link-more {
  font-size: 18px;
}

.link-more span {
  border-bottom: 1px solid var(--link-border-bottom);
}

.link-more:hover span {
  border-color: transparent;
}

.link-more .icon-arrow {
  background: url(../image/icons-sprite.png) 0 -219px no-repeat;
  width: 15px;
  height: 9px;
  margin: -10px 0 0 9px;
}

.desc-section {
  padding: 52px 0 31px;
}

.desc-section li {
  text-align: left;
}

.desc-title {
  text-align: center;
  font: 20px/24px fregatbold, sans-serif;
  letter-spacing: 0.05em;
  margin: 0 0 9px !important;
}

.desc-section .desc-text-holder {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  max-width: 1052px;
  margin: 0 auto;
}

.desc-section p {
  margin: 0;
}

.desc-section .expanded {
  display: none;
}

.bx-breadcrumb .bx-breadcrumb-item span,
.desc-section .more-text .icon-arrow,
.desc-section .more-text span {
  display: inline-block;
  vertical-align: middle;
}

.desc-section .more-text {
  color: var(--blue-color);
  font-size: 16px;
  line-height: 19px;
}

.desc-section .more-text .icon-arrow {
  background: url(../image/icons-sprite.png) -20px -229px no-repeat;
  width: 10px;
  height: 6px;
  margin: 0 0 0 5px;
}

.bx-breadcrumb .bx-breadcrumb-item a span {
  border-bottom: 1px solid var(--link-border-bottom);
  transition: all 0.3s;
}

.bx-breadcrumb .bx-breadcrumb-item a:hover span {
  border-color: transparent;
}

.bx-breadcrumb .bx-breadcrumb-item span {
  font: 14px/17px fregatregular, sans-serif;
  color: var(--font-color);
}

.bx-footer,
.bx-footer a,
.bx-inclogofooter-worktime {
  color: var(--white-color);
}

.bx-breadcrumb .fa-angle-right:before,
.bx-footer .hidden-img {
  display: none;
}

.bx-breadcrumb i {
  background: url(../image/icons-sprite.png) -36px -229px no-repeat;
  width: 6px;
  height: 10px;
  line-height: 17px;
}

.bx-footer {
  background: url(../image/bg-footer-top.png) 50% 0 repeat-x var(--footer-bg);
  position: relative;
  min-height: 415px;
}

.bxd-icon,
.container,
a {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
}

.bx-header,
.bx-s-info-title,
.bx-wrap,
.bx-wrapper,
.wrap {
  position: relative;
}

.bx-inclinksfooter .bx-block-title,
.bx-logo-text,
.bx-logo-text:active,
.bx-logo-text:hover {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.bxd-title,
body.bx-opened {
  overflow: hidden;
}

.bx-block-title,
.bx-breadcrumb .bx-breadcrumb-item span::first-letter,
.bx-inclogofooter-worktime,
.bx-logo-desc,
.bx-s-info-titletext,
.bx-wt .bx-block-title,
.bx-wt-others-block,
.bxd-title {
  text-transform: uppercase;
}

.bx-worktime-prop > span,
.bx_searche .price,
.bxd-title {
  white-space: nowrap;
}

@media (max-width: 767px) {
  #bx-panel {
    display: none !important;
  }
}

.icon-empty {
  opacity: 0;
}

.bx-header {
  width: 100%;
  z-index: 201;
}

.bx-logo-text,
.bx-logo-text:active,
.bx-logo-text:hover {
  font-size: 32px;
  font-weight: 700;
  color: var(--black-color);
  line-height: 37px;
  text-decoration: none;
  border: none;
  vertical-align: bottom;
}

.bx-logo-text small {
  font-size: 37px;
}

.bx-logo-desc {
  display: block;
  font-weight: 700;
  font-size: 13px;
  line-height: 10px;
  color: var(--desc-font-color);
}

.bx-touch .bx-authform-social li:hover:after,
.bx-touch .img:after,
.bx-touch .product-item-detail-slider-block span:after,
.bx-touch .social-links a:hover:after,
.bx-touch .social-registration li:hover:after,
.bx-touch a.fa:hover:after,
.bx-touch button.slick-arrow:hover:after,
.bx-touch i.fa:hover:after,
.bx-touch i.icon-favorite:hover:after {
  transform: rotate(0) !important;
}

@media (max-width: 767px) {
  .search-page-inputs {
    margin-bottom: 15px;
  }

  .bx-logo-text,
  .bx-logo-text small {
    font-size: 24px;
    color: var(--white-color);
  }

  .bx-logo {
    background: var(--blue-color);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1400;
    padding: 10px 60px;
  }

  .bx-logo .bx-logo-block {
    text-align: center;
    height: 30px;
  }

  .bx-logo-text {
    line-height: 30px;
    vertical-align: middle;
  }

  .bx-logo-text:active,
  .bx-logo-text:hover {
    color: var(--white-color);
  }

  .bx-logo-desc {
    display: none;
  }
}

.bx-breadcrumb-item a {
  color: var(--desc-font-color);
  margin-right: 10px;
}

.bx-breadcrumb-item a:hover {
  color: var(--font-color);
}

.bx-breadcrumb i {
  color: #b5bdc2;
  line-height: 13px;
  font-size: 12px;
  vertical-align: middle;
  margin-right: 5px;
}

.bx-breadcrumb .bx-breadcrumb-item {
  float: left;
  margin-bottom: 10px;
  white-space: nowrap;
  line-height: 13px;
  vertical-align: middle;
}

.kb_title {
  font: 14px/17px fregatregular, sans-serif;
  color: var(--font-color);
  position: relative;
  bottom: 4px;
}

.filter-chbx {
  display: none;
}

.login-dropdown .form-row,
.login-dropdown form {
  display: flex;
  flex-direction: column;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

.login-custom-form,
.lost_reset_password {
  margin: auto;
  max-width: 350px;
  padding: 25px;
  border: solid 2px var(--orange-color);
  border-radius: 15px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 2px solid var(--orange-color) !important;
}

.lost_reset_password .form-row-first {
  width: 100% !important;
}

.reg_autorize #rememberme {
  display: none;
}

.login-custom-form p {
  display: flex;
  flex-direction: column;
  border: none !important;
  padding: 0 !important;
  margin: 10px 0 !important;
}

.login-custom-form .errno {
  color: var(--bg-danger);
  font-weight: bold;
  margin: 10px 0 !important;
}

.login-dropdown p {
  width: 100%;
}

.login-dropdown label,
.woocommerce-form-login__rememberme {
  margin: 4px 0;
}

.login-dropdown .input,
#customer_login .input-text,
.lost_reset_password .input-text {
  color: var(--desc-font-color);
  font: 15px/18px fregatregular, sans-serif;
  height: 48px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  width: 100%;
  padding: 3px 18px;
}

.login-custom-form .input {
  color: var(--desc-font-color);
  font: 15px/18px fregatregular, sans-serif;
  height: 48px;
  background: var(--white-color);
  border: 1px solid var(--border-color);

  padding: 3px 18px;
}

.login-dropdown .button {
  font: 20px/34px fregatbold, sans-serif;
  background-color: var(--orange-color) !important;
  border-color: var(--orange-color) !important;
  padding: 7px 44px !important;
  text-transform: none;
  border-radius: 6px !important;
  color: var(--white-color) !important;
  letter-spacing: 0.05em;
  transition: all 0.3s;
  width: 100%;
}

.login-dropdown .woocommerce-form-login__submit:hover {
  background: #e6876d;
}

.login-dropdown .woocommerce-form-login__submit:active {
  color: var(--white-color);
}

#rememberme {
  width: 14px;
  position: relative;
  height: 14px;
  background-color: bisque;
  border: solid 1px #cbc6ab;
  left: 0;
  appearance: auto;
}

.login-dropdown a {
  text-align: center;
}

.login-dropdown .registration-link {
  text-align: center;
  font-size: 14px;
  margin: 12px;
}

.login-dropdown .registration-link a {
  text-align: center;
  color: var(--blue-color);
  font-size: 14px;
}

.header-top-r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 1;
  gap: 15px;
}

.header-top-r .bx-hdr-profile {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

.header-top-r .bx-basket {
  position: relative;
  z-index: 2;
}

.header-top-r .basket-holder {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  cursor: pointer;
  width: 215px;
}

.basket-holder .fa-shopping-cart {
  position: relative;
}

.basket-holder .bubble {
  position: absolute;
  top: -3px;
  right: -7px;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  color: var(--red-color);
  font: 16px/18px "fregatbold", sans-serif;
  text-align: center;
  background: #fffcec;
  padding: 0 3px;
  z-index: 1;
}

.icon-favorites {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.icon-favorites:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.icon-favorites:after {
  background: url("../image/towishlist_around.png") no-repeat;
  background-size: cover;
  transition: transform 0.5s;
}

.icon-favorites:hover:after {
  transform: rotate(180deg);
}

.icon-favorites li {
  list-style-type: none;
}

.basket-link-wrap {
  color: var(--font-color);
}

.basket-link-wrap .cart-title {
  font-family: "fregatbold", sans-serif;
}

.basket-link-wrap .basket-sum {
  display: block;
  padding: 5px 0 0;
  white-space: nowrap;
}

.basket-link-wrap .basket-sum strong {
  white-space: nowrap;
}

.header-top-r .bx-basket-block {
  color: var(--desc-font-color);
  font: 16px/19px fregatregular, sans-serif;
  padding: 0;
}

.bx-basket-block:not(.search-mobile) {
  color: var(--font-color);
  font: 16px/19px fregatregular, sans-serif;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bx-basket-bloc li {
  list-style: none;
}

.header-top-r .bx-basket-block a {
  color: var(--font-color);
  border-bottom: 0;
  display: block;
}

.header-top-r .fa-shopping-cart {
  width: 36px;
  height: 36px;
  position: relative;
}
.bx-top-nav-container,
.header-center > .container > .row {
  margin: 0;
}

.header-top-r .fa-shopping-cart:after,
.header-top-r .fa-shopping-cart:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
}

.header-top-r .fa-shopping-cart:before {
  background: url(../image/cart_header.png) center no-repeat;
  background-size: 25px auto;
}

.header-top-r .fa-shopping-cart:after {
  background: url(../image/cart_around.png) no-repeat;
  background-size: cover;
  transition: transform 0.5s;
}

.header-top-r .fa-shopping-cart:hover:after {
  transform: rotate(180deg);
}

.header-top-r .fa-shopping-cart + a {
  font-family: fregatbold, sans-serif;
}

.icon-box {
  display: flex;
  align-items: center;
  position: relative;
  width: 36px;
  height: 36px;
  margin-left: 5px;
}

.favorites-holder .bubble,
.wishlist_products_counter_number {
  position: absolute;
  top: -8px;
  right: 0;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  color: var(--red-color);
  font: 16px/18px "fregatbold", sans-serif;
  text-align: center;
  background: #fffcec;
  padding: 0 3px;
  z-index: 1;
}

.header-center {
  background: var(--blue-color);
  position: relative;
  width: 100%;
  padding: 0 0 11px;
}

.header-center:before {
  height: 16px;
  background: url(../image/bg-header-center-t.png) 50% 0 repeat-x;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -16px;
}

.header-center:after {
  height: 6px;
  background: url(../image/bg-header-center-b.png) 50% 0 repeat-x;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.ladybug:after {
  content: "";
  background: url(../image/ledybug.png) no-repeat;
  display: inline-block;
  width: 28px;
  height: 15px;
  position: absolute;
  z-index: 1;
  top: -16px;
  right: -9999px;
  animation: ladybug 11s 0.2s linear forwards;
}

@keyframes ladybug {
  0% {
    right: 0;
  }
  100% {
    right: 400px;
  }
}

.books-button {
  background: url(../image/bg-books-btns.png) no-repeat;
  background-size: contain;
  width: 281px;
  height: 90px;
  color: var(--white-color);
  font: 29px/29px fregatbold, sans-serif;
  letter-spacing: 0.03em;
  position: relative;
  padding: 39px 0 20px 27px;
  margin: -3px 0 0 5px;
  cursor: pointer;
}

.books-button.sites-s2 {
  font: 26px/29px fregatbold, sans-serif;
}

.books-button .icon-arrow {
  background: url(../image/ic-arrow-drop.png) no-repeat;
  width: 13px;
  height: 8px;
  position: absolute;
  right: 16px;
  top: 50px;
}

.books-menu.opened .bx_vertical_menu_advanced:after {
  content: "";
  display: inline-block;
  width: 204px;
  height: 200px;
  background: url(../image/menu_img.png) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}

.menu-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.menu-row .menu-clear-left {
  display: none;
}

.menu-section {
  display: flex;
  align-items: center;
  width: calc(100% - 72px);
}

.menu-section .socials-row {
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-section .languages {
  display: none;
}

.menu-section .language-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.menu-section .language-item + .language-item {
  margin-left: 10px;
}

.menu-section .language-item a {
  opacity: 0.7;
  color: var(--white-color);
}

.menu-section .language-item.active a {
  color: var(--white-color);
  opacity: 1;
}

.menu-section .login-languages .languages {
  margin-bottom: 0 !important;
  margin-top: 0;
  margin-right: 0;
}

.menu-section .login-languages .login-block {
  padding-bottom: 0;
  padding-left: 0;
}

.menu-section .login-block .fa-user:after,
.menu-section .login-block .fa-user:before {
  background: 0 0;
}

.menu-section .bx-socialsidebar {
  margin: 0;
}

.menu-section .bx-socialsidebar-group ul li {
  width: 36px;
  height: 36px;
  margin: 0 0 0 5px;
}

.menu-section .bx-socialsidebar-group ul li a {
  background: url(../image/socials-sprite-footer.png) no-repeat;
  width: 36px;
  height: 36px;
  opacity: 1;
}

.menu-section .bx-socialsidebar-group ul li a:hover {
  opacity: 0.7;
}

.menu-section .bx-socialsidebar-group ul li a.fb {
  background-position: 0 0;
}

.menu-section .bx-socialsidebar-group ul li a.tw {
  background-position: -116px 0;
}

.menu-section .bx-socialsidebar-group ul li a.vk {
  background-position: -58px 0;
}

.menu-section .bx-socialsidebar-group ul li a.in {
  background-position: -174px 0;
}

.menu-section .login-block {
  padding: 0 12px 10px;
}

.bx-header .menu-section .login-block .login-link {
  color: var(--white-color);
  font-size: 14px;
  line-height: 17px;
}

.menu-section .login-block .fa-user {
  background: url(../image/ic-user_white.svg) no-repeat;
}

.menu-section .login-dropdown.login-menu a {
  color: var(--desc-font-color);
}

.menu-section .books-menu.opened .bx_vertical_menu_advanced {
  padding-left: 15px;
}

.bx-header .menu-section .login-block .login-dropdown {
  left: 10px;
  margin-left: 0;
}

.bx-header .menu-section .phones-block {
  float: none;
  position: relative;
  padding: 0 12px 15px;
}

.bx-header .menu-section .phones {
  padding: 0;
}

.bx-header .menu-section .callback-link,
.bx-header .menu-section .phone a {
  color: var(--white-color);
}

.menu-section .callback-dropdown {
  top: 100%;
  left: 10px;
  margin-left: 0;
}

.books-menu {
  position: relative;
  z-index: 4;
  float: left;
  margin: 0;
}

.books-menu .bx_vertical_menu_advanced {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 78px;
  left: 2px;
  transition: all 0.3s;
  display: block;
}

.books-menu.opened .bx_vertical_menu_advanced {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

#horizontal-multilevel-menu {
  background: var(--blue-color);
  width: calc(100% - 286px);
  display: flex;
  align-items: center;
  padding: 19px 50px 0;
}

#horizontal-multilevel-menu li:hover a.root-item,
#horizontal-multilevel-menu > li:hover {
  background: 0 0;
}

#horizontal-multilevel-menu li {
  max-width: 124px;
  margin-right: 10px;
}

#horizontal-multilevel-menu a {
  font: 16px/18px fregatbold, sans-serif;
}

#horizontal-multilevel-menu li a.root-item {
  font-weight: 400;
  font-family: fregatbold, sans-serif;
  transition: opacity 0.3s;
}

#horizontal-multilevel-menu li a.root-item:hover {
  opacity: 0.8;
}

#horizontal-multilevel-menu .with-icon {
  position: relative;
  margin-left: 20px;
}

#horizontal-multilevel-menu .with-icon::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -20px;    background-image: url(../image/sale.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

#horizontal-multilevel-menu .with-icon:hover {
  opacity: 0.8;
  cursor: pointer;
}

.videonews {
  border: dashed 2.5px white;
  border-radius: 30px;
  padding-right: 33px;
}

.videonews.with-icon::before {
  content: "";
  position: absolute;
  top: 7px !important;
  left: 76px !important;
  width: 35px !important;
  height: 35px !important;
  background-image: url(../image/cam.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .videonews.with-icon::before {
      content: "";
      position: absolute;
      top: 2px !important;
      left: 11px !important;
      width: 30px !important;
      height: 30px !important;
      background-image: url(../image/cam.png);
      background-size: contain;
      background-repeat: no-repeat;
  }

  .videonews.with-icon .root-item {
    padding-left: 47px !important;
  }
}

.btn-default,
.btn-default.focus,
.btn-default:focus {
  border: 0;
}

.bx-searchtitle .bx-input-group {
  display: block;
  position: static;
}

.bx-searchtitle.opened {
  position: absolute;
  left: 330px;
  right: 0;
  top: 21px;
  background: var(--blue-color);
  margin-right: 0;
}

.bx-searchtitle .bx-input-group-btn button {
  width: 69px;
  height: 69px;
  z-index: 1;
  transition: none;
  position: relative;
  background: 0 0;
  display: inline-block;
}

.bx-searchtitle .bx-input-group-btn button:active,
.bx-searchtitle .bx-input-group-btn button:hover {
  background: 0 0;
}

.bx-searchtitle .bx-input-group-btn button:after,
.bx-searchtitle .bx-input-group-btn button:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bx_searche .price.old:after,
.header-bottom:before {
  content: "";
}

.bx-searchtitle .bx-input-group-btn button:before {
  background: url(../image/search_icon.png) center no-repeat;
}

.bx-video .bx-input-group-btn button:before {
  background: url(../image/bx-video.svg) center no-repeat !important;
}

#video {
  margin-left: 10px;
}

.bx-searchtitle .bx-input-group-btn button:after {
  background: url(../image/search_around.png) no-repeat;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.bx-searchtitle .bx-input-group-btn button:hover:after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.desc-text-holder.active .more-text .icon-arrow,
.new-books-slider .slick-arrow:hover:after,
.recommendations .slick-next:hover:after,
.recommendations .slick-prev:hover:after,
.slider-block .slick-next:hover:after,
.slider-block .slick-prev:hover:after {
  transform: rotate(180deg);
}

.bx-searchtitle.opened .bx-input-group button:after,
.bx-searchtitle.opened .bx-input-group button:before {
  background: 0 0;
}

.bx-searchtitle .bx-input-group-btn button .fa-search,
.bx-searchtitle .bx-input-group-btn button .fa-search:before {
  display: none;
}

.bx-searchtitle.opened .bx-input-group button {
  background: 0 0;
  position: absolute;
  top: 7px;
  right: 6px;
  width: 16px;
  height: 13px;
}

.bx-searchtitle.opened .bx-input-group button .fa-search {
  background: url(../image/icons-sprite.png) 0 -24px no-repeat;
  width: 16px;
  height: 13px;
  display: block;
}

.bx-searchtitle .bx-input-group .bx-form-control,
.aws-container {
  display: none;
  background: 0 0;
  border: 0;
  border-bottom: 2px solid var(--white-color);
  height: 39px;
}

.bx_searche .all_result,
.bx_searche .search-product-list .bx_item_block + .bx_item_block {
  border-top: 1px solid var(--border-color);
}

.bx-searchtitle.opened .bx-input-group .bx-form-control,
.bx-searchtitle.opened .aws-container {
  display: block;
  width: 100%;
  font: 20px/28px fregatregular, sans-serif;
  color: var(--white-color);
}

.bx-searchtitle .bx-input-group-btn {
  width: auto;
  position: static;
}

.bx-video {
  margin: 10px 3px 0 0;
}

.bx-video .bx-input-group {
  display: block;
  position: relative;
  top: 4px;
}

.bx-video .bx-input-group-btn a {
  width: 69px;
  height: 69px;
  z-index: 1;
  transition: none;
  position: relative;
  background: 0 0;
  display: inline-block;
}

@media (max-width: 991px) {
  .bx-video .bx-input-group-btn a {
  display: none;
  }
}

@media (min-width: 992px) {
  .bx-video.mobile {
    display: none !important;
  }
}

.bx-video.mobile .bx-input-group-btn a {
  width: 38px;
  height: 38px;
}

.bx-video .bx-input-group-btn a:active,
.bx-video .bx-input-group-btn a:hover {
  background: 0 0;
}

.bx-video .bx-input-group-btn a:after,
.bx-video .bx-input-group-btn a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bx-video .bx-input-group-btn a:before {
  background: url(../image/cam.png) center no-repeat;
}

.bx-video.mobile .bx-input-group-btn a:before {
  background: url(../image/camblue.png) center no-repeat;
  background-size: 65%;
}

.bx-video .bx-input-group-btn a:after {
  background: url(../image/search_around.png) no-repeat;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.bx-video.mobile .bx-input-group-btn a:after {
  background: url(../image/towishlist_around.png) no-repeat;
  background-size: cover;
}

.bx-video .bx-input-group-btn a:hover:after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.bx-video .bx-input-group .bx-form-control,
.aws-container {
  display: none;
  background: 0 0;
  border: 0;
  border-bottom: 2px solid var(--white-color);
  height: 39px;
}

.bx_searche .all_result,
.bx_searche .search-product-list .bx_item_block + .bx_item_block {
  border-top: 1px solid var(--border-color);
}

.bx-video .bx-input-group-btn {
  width: auto;
  position: static;
}

.title-search-result {
  z-index: 1001;
}

.bx_searche {
  background: url(../image/bg-search.png) no-repeat;
  width: 937px;
  height: 487px;
  padding: 25px 4px 5px 50px;
}

.bx_searche.no_result {
  height: 70px;
  border-bottom: 2px solid var(--orange-color);
  border-radius: 0 0 10px 10px;
  padding-top: 30px;
}

.bx_searche .search-product-list {
  max-height: 401px;
  overflow-y: auto;
}

.bx_searche .search-product-list .bx_item_block {
  min-height: 130px;
  padding: 10px 0;
  overflow: hidden;
}

.bx_searche .bx_img_element {
  width: 114px;
  float: left;
  margin: 0 17px 0 0;
}

.bx_searche .bx_image {
  width: 114px;
  height: 114px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.bx_searche .search-product-list .bx_item_element {
  overflow: hidden;
  padding: 29px 0 0;
}

.bx_searche .bx_item_element a {
  font: 16px/19px fregatregular, sans-serif;
  color: var(--font-color);
}

.bx_searche .bx_item_element a b {
  color: var(--blue-color);
  font-weight: 400;
}

.bx_searche .bx_item_element-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 5px;
}

.bx_searche .bx_price {
  display: flex;
  align-items: flex-start;
  padding: 0 0 0 10px;
}

.bx_searche .price {
  font: 20px/20px fregatbold, sans-serif;
}

.bx_searche .price.old {
  color: var(--dark-red);
  margin-right: 10px;
  position: relative;
}

.bx_searche .price.old:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--orange-color);
  margin: -3px 0 0;
}

.bx_searche .price.old span {
  color: var(--desc-font-color);
}

.bx_searche .price .currency {
  font-size: 16px;
}

.bx_searche .bx_item_author {
  color: var(--desc-font-color);
  font-size: 14px;
  line-height: 18px;
}

.bx_searche .all_result {
  padding: 21px 0;
  margin: 0 40px 0 0;
}

.bx_searche .all_result_title a {
  color: var(--blue-color);
  font: 16px/19px fregatregular, sans-serif;
  border-bottom: 1px solid var(--link-border-bottom);
}

.bx_searche .all_result_title a:hover {
  border-color: transparent;
}

.header-bottom {
  background: var(--header-bg);
  position: relative;
  margin: 0 0 90px;
}

.header-bottom:before {
  background: url(../image/bg-main-slider-b.png) 50% 100% repeat-x;
  background-size: cover;
  height: 87px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -87px;
}

.workarea {
  padding-bottom: 100px;
  overflow: hidden;
  width: 100%;
}

.workarea > .container > .row {
  margin: 0;
}

.entry-content strong:not(.wp-block-button strong) {
  color: var(--blue-color);
}

.h2-title {
  text-align: center;
  margin: 0 0 35px;
  color: var(--font-color);
  font: 70px/75px pf_playskool_proregular, sans-serif;
  display: block;
}

.h2-title .color-blue {
  color: var(--blue-color);
}

.h2-title .color-orange {
  color: var(--orange-color);
}

.bx-content > .row {
  margin: 0;
}

.new-books-slider {
  padding: 73px 0 96px;
  position: relative;
}

.new-books-slider.anim-bug:before,
.new-books-slider:after {
  position: absolute;
  content: "";
  display: inline-block;
}

.new-books-slider.anim-bug:before {
  width: 45px;
  height: 45px;
  background: url(../image/bug-3.png) no-repeat;
  left: 17%;
  bottom: 50%;
  -webkit-animation: ladybugbook 0.9s 0.3s ease-in forwards;
  -moz-animation: ladybugbook 0.9s 0.3s ease-in forwards;
  animation: ladybugbook 0.9s 0.3s ease-in forwards;
}

@keyframes ladybugbook {
  0% {
    bottom: 25%;
  }
  100% {
    bottom: 9%;
  }
}

.new-books-slider:after {
  width: 40px;
  height: 30px;
  z-index: 1;
  background: url(../image/bug-2.png) no-repeat;
  left: calc(50% - 20px);
}

.new-books-slider .slider {
  margin: 0 75px;
}

.new-books-slider .slick-arrow {
  width: 69px;
  height: 69px;
}

.new-books-slider .slick-arrow:after {
  content: "";
  background: url(../image/icons-sprite.png) 0 -133px no-repeat;
  display: inline-block;
  width: 69px;
  height: 69px;
  transition: transform 0.5s;
}

.new-books-slider .slick-prev {
  left: -73px;
}

.new-books-slider .slick-next:before,
.new-books-slider .slick-prev:before {
  width: 24px;
  height: 16px;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -12px;
  content: "";
}

.new-books-slider .slick-prev:before {
  background: url(../image/icons-sprite.png) 0 -202px no-repeat;
}

.new-books-slider .slick-next {
  right: -73px;
}

.new-books-slider .slick-next:before {
  background: url(../image/icons-sprite.png) -45px -202px no-repeat;
}

.new-books-slider .slick-disabled:before {
  opacity: 0.5;
}

.new-books-slider img {
  margin: 12px auto 10px auto;
}

.new-books-slider .item {
  text-align: center;
}

.new-books-slider .item:hover,
.slider .slick-slide:hover,
.slick-slide:hover,
.slick-slide:active,
.slick-slide:focus,
.slick-slide a,
.slick-slide a:hover,
.slick-slide a:focus,
.slick-slide a:active {
   border: none !important;
   outline: none !important;
    box-shadow: none !important;
}

.new-books-slider a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.new-books-slider a:before {
  content: "";
  position: absolute;
}

.recommendations {
  background: url(../image/bg-recommendations.png) 50% 29px no-repeat;
  padding: 0 65px 40px;
  margin: 60px 0 120px;
  min-height: 590px;
}

.upsale .recommendations {
  background: none;
}

.upsale .recommendations .slick-prev {
  left: -40px;
}

.upsale .recommendations .slick-next {
  right: -40px;
}

.recommendations .h2-title {
  margin: 0 0 42px;
}

.recommendations .slick-arrow {
  width: 69px;
  height: 132px;
  background: var(--bg-slider-btn);
  border-radius: 50%;
  margin-top: -18px;
}

.recommendations .slick-next:after,
.recommendations .slick-prev:after {
  content: "";
  background: url(../image/icons-sprite.png) 0 -133px no-repeat;
  width: 69px;
  height: 69px;
  position: absolute;
  top: 32px;
  transition: transform 0.5s;
}

.recommendations .slick-next:after {
  right: 0;
}

.recommendations .slick-prev:after {
  left: 0;
}

.recommendations .slick-prev {
  left: -90px;
}

.recommendations .slick-next:before,
.recommendations .slick-prev:before {
  width: 24px;
  height: 16px;
  opacity: 1;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -12px;
  content: "";
  position: absolute;
}

.recommendations .slick-prev:before {
  background: url(../image/icons-sprite.png) 0 -202px no-repeat;
}

.recommendations .slick-next {
  right: -90px;
}

.recommendations .slick-next:before {
  background: url(../image/icons-sprite.png) -45px -202px no-repeat;
}

.recommendations .slick-disabled:before {
  opacity: 0.5;
}

.slider-block .slick-arrow {
  background: rgba(255, 252, 236, 0.5);
  width: 69px;
  height: 69px;
  border-radius: 50%;
  z-index: 1;
  margin-top: -60px;
}

.slider-block .slick-next:after,
.slider-block .slick-prev:after {
  content: "";
  background: url(../image/icons-sprite.png) 0 -133px no-repeat;
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s;
}

.slider-block .slick-prev {
  left: 0;
}

.slider-block .slick-next:before,
.slider-block .slick-prev:before {
  content: "";
  width: 24px;
  height: 16px;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -12px;
}

.slider-block .slick-prev:before {
  background: url(../image/icons-sprite.png) 0 -202px no-repeat;
}

.slider-block .slick-next {
  right: 0;
}

.slider-block .slick-next:before {
  background: url(../image/icons-sprite.png) -45px -202px no-repeat;
}

.slider-block .slick-disabled {
  opacity: 0.5;
}

.recommendations .item,
.slider-block .item {
  padding: 0 30px;
}

.recommendations .img,
.slider-block .img {
  height: 301px;
  line-height: 298px;
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}

.recommendations .img a,
.slider-block .img a {
  display: block;
  height: 100%;
}

.recommendations .img-front,
.slider-block .img-front {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
  width: 100%;
}

.recommendations .img-hover,
.slider-block .img-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
  width: 100%;
}

.recommendations .item:hover .img-front,
.slider-block .item:hover .img-front {
  opacity: 0;
}

.recommendations .item:hover .img-hover,
.slider-block .item:hover .img-hover {
  opacity: 1;
}

.recommendations img,
.slider-block img {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
}

.recommendations .product-title,
.slider-block .product-title {
  font: 18px/20px fregatregular, sans-serif;
  text-align: center;
  margin: 0 0 10px;
  max-height: 40px;
  overflow: hidden;
}

.recommendations .product-title a,
.slider-block .product-title a {
  color: var(--font-color);
}

.recommendations .item:hover .price,
.recommendations .item:hover .product-title a,
.slider-block .item:hover .price,
.slider-block .item:hover .product-title a {
  color: var(--blue-color);
}

.blog-items .name a,
.link-more,
.link-more:hover {
  color: var(--font-color);
}

.recommendations .price,
.slider-block .price {
  font: 33px/40px pf_playskool_proregular, sans-serif;
  text-align: center;
}

.recommendations .price .num,
.slider-block .price .num {
  font-size: 45px;
  display: flex;
  flex-direction: column-reverse;
}

.blog-section {
  position: relative;
}

.blog-bckgr {
  background: url(../image/bg-blog.jpg) 50% 0;
  position: relative;
}

.blog-bckgr:after,
.blog-bckgr:before {
  height: 6px;
  width: 100%;
  position: absolute;
  left: 0;
  content: "";
}

.blog-bckgr:before {
  background: url(../image/bg-blog-top.png) 50% 0 repeat-x;
  top: -5px;
}

.blog-bckgr:after {
  background: url(../image/bg-blog-bottom.png) 50% 0 repeat-x;
  bottom: -5px;
}

.blog-section .h2-title {
  font-size: 60px;
  line-height: 65px;
  margin: 0 0 14px;
}

.blog-section .blog-items {
  margin: 0 -15px 31px 0;
  padding: 0 2px;
}

.blog-section .blog-items:after {
  content: "";
  display: block;
  clear: both;
}

.blog-items .item {
  text-align: center;
  width: 300px;
  float: left;
  margin: 0 15px 0 0;
}

.blog-section .blog-items .item:nth-child(4) {
  position: relative;
}

.blog-section .blog-items .item:nth-child(4):before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 21px;
  position: absolute;
  background: url(../image/news-ant.png);
  left: 40px;
  top: -18px;
  z-index: 1;
}

.blog-section .blog-items .item:nth-child(4):after {
  content: "";
  display: inline-block;
  width: 46px;
  height: 71px;
  position: absolute;
  background: url(../image/news-dog.png);
  top: 20%;
  left: calc(100% - 9px);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-section .blog-items .item:nth-child(4):after {
    left: calc(100% - 40px) !important;
  }
}

@media (min-width: 1200px) and (max-width: 1319px) {
  .blog-section .blog-items .item:nth-child(4):after {
    left: calc(100% - 75px) !important;
  }
}

.blog-section .blog-items.anim-img .item:nth-child(4):after {
  -moz-animation: animdog 0.8s ease-out 0.5s forwards;
  -webkit-animation: animdog 0.8s ease-out 0.5s forwards;
  animation: animdog 0.8s ease-out 0.5s forwards;
}

.bx-footer .footer-walk {
  position: absolute;
  left: 175px;
  top: 15px;
  pointer-events: none;
  width: 776px;
  height: 380px;
}

@media (min-width: 768px) and (max-width: 990px) {
  .bx-footer .footer-walk {
    position: absolute;
    left: 0;
    top: 15px;
    pointer-events: none;
    width: 776px;
    height: 380px;
  }
}

@media (min-width: 641px) and (max-width: 767px) {
  .bx-footer .footer-walk {
    position: absolute;
    bottom: 0;
    pointer-events: none;
    width: 66%;
    height: 346px;
    right: 0;
  }
}

@media (max-width: 640px) {
  .bx-footer .footer-walk {
    position: absolute;
    bottom: 0;
    pointer-events: none;
    width: 95%;
    height: 380px;
  }
}

.bx-footer .paw {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -moz-animation: 15s walking ease-in infinite;
  -webkit-animation: 15s walking ease-in infinite;
  animation: 15s walking ease-in infinite;
}

@keyframes walking {
  0% {
    background: url(../image/walk/1.png);
  }
  8% {
    background: url(../image/walk/2.png);
  }
  17% {
    background: url(../image/walk/3.png);
  }
  26% {
    background: url(../image/walk/4.png);
  }
  35% {
    background: url(../image/walk/5.png);
  }
  44% {
    background: url(../image/walk/6.png);
  }
  53% {
    background: url(../image/walk/7.png);
  }
  62% {
    background: url(../image/walk/8.png);
  }
  71% {
    background: url(../image/walk/9.png);
  }
  80% {
    background: url(../image/walk/10.png);
  }
  87% {
    background: url(../image/walk/11.png);
  }
  94% {
    background: url(../image/walk/12.png);
  }
  100% {
    background: url(../image/walk/0.png);
  }
}

.bx-footer-section.bx-center-section {
  padding-top: 51px;
  padding-bottom: 13px;
}

.bx-footer .icon-fox,
.fox-eye,
.fox-eyeball {
  position: absolute;
}

.bx-footer .icon-fox {
  top: -164px;
  left: -5px;
  background: url(../image/fox.png) no-repeat;
  width: 247px;
  height: 175px;
}

main .icon-fox {
  position: absolute;
  top: -164px;
  left: -5px;
  background: url(../image/fox.png) no-repeat;
  width: 247px;
  height: 175px;
}

.fox-eyeball {
  left: 22.5px;
  top: 24.5px;
  width: 6px;
  height: 6px;
  background: var(--black-color);
  border-radius: 50%;
  z-index: 1;
}

#fox-eye-left {
  margin-left: 153px;
  margin-top: 41px;
}

#fox-eye-right {
  margin-left: 171px;
  margin-top: 41px;
}

.bx-footer .icon-rabbit {
  position: absolute;
  top: -114px;
  right: 100px;
  background: url(../image/rabbit.png) no-repeat;
  width: 106px;
  height: 132px;
}

main .icon-rabbit {
  position: absolute;
  top: -114px;
  right: 100px;
  background: url(../image/rabbit.png) no-repeat;
  width: 106px;
  height: 132px;
}

.bx-footer.visible .icon-rabbit {
  animation: rabbit 1s linear forwards;
}

main .icon-rabbit {
  animation: rabbit 1s linear forwards;
}

@keyframes rabbit {
  0% {
    top: 0;
  }
  50% {
    top: -200px;
  }
  100% {
    top: -114px;
  }
}

.bx-footer-bottomline {
  background: var(--footer-bg);
}

.footer-news-title {
  margin: 0 0 20px;
}

.footer-news-title span {
  font: 51px/51px pf_playskool_proregular, sans-serif;
  border: 0;
  background: url(../image/bg-news-link.png) no-repeat;
  width: 217px;
  height: 81px;
  display: block;
  text-align: center;
  padding: 17px 0 0 10px;
  position: relative;
}

.bx-footer .bx-block-title,
.footer-menu a {
  font: 17px/20px fregatbold, sans-serif;
}

.bx-footer .col-sub-menu {
  float: left;
  width: 210px;
  margin: 0 50px 0 0;
}

.bx-footer .bx-inclinksfooter-container {
  margin: 0;
  position: relative;
}

.bx-inclinksfooter-list li {
  margin: 0 0 12px;
}

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

.bx-footer .col-menu {
  float: left;
  width: 220px;
  margin: 0 44px 0 0;
}

.footer-menu li {
  margin: 0 0 20px;
}

.bx-footer .contacts-col {
  float: left;
  width: 165px;
  position: relative;
  z-index: 2;
}

.bx-footer .phone-box {
  margin: 0 0 19px;
}

.bx-footer .bx-block-title {
  margin: 0 0 21px;
  text-transform: none;
}

.bx-footer .contacts-col .bx-block-title {
  margin: 0 0 17px;
}

.bx-footer .contacts-title {
  font: 16px/16px fregatregular, sans-serif;
  display: block;
  margin: 0 0 3px;
}

.bx-footer .phone-number,
.bx-footer .phone-number a {
  display: block;
  font: 20px/26px fregatbold, sans-serif;
  letter-spacing: 0.04em;
  margin: 0 0 7px;
}

.bx-footer .phone-number a:hover {
  border: none;
}

.bx-footer .subs-block {
  width: 246px;
  float: left;
  margin-left: 90px;
  padding: 4px 0 0;
}

.bx-footer .subscription {
  margin: 0 0 35px 3px;
}

.subscription > .bx-subscribe {
  margin: 0;
}

#sender-subscribe {
  margin: 0;
  width: 232px;
  border-bottom: 1px solid var(--border-color);
}

#sender-subscribe form:after {
  content: "";
  display: block;
  clear: both;
}

.bx-ios .bx-subscribe .bx-input-group .bx-form-control,
.bx-subscribe .bx-input-group .bx-form-control {
  background: 0 0;
  border-color: transparent;
  font: 14px/17px fregatregular, sans-serif;
  color: var(--white-color);
  padding: 6px 0;
  margin: 0;
  border-radius: 0;
}

.bx-subscribe .bx-input-group .bx-form-control::-webkit-input-placeholder {
  color: var(--white-color);
}

.bx-subscribe .bx-input-group .bx-form-control::-moz-placeholder {
  color: var(--white-color);
}

.bx-subscribe .bx-input-group .bx-form-control:-ms-input-placeholder {
  color: var(--white-color);
}

.bx-subscribe .bx-input-group .bx-form-control:-moz-placeholder {
  color: var(--white-color);
}

#modal-main .thx-text,
.popup-title {
  color: var(--font-color);
  text-align: center;
}

.bx-subscribe .bx-input-group {
  float: left;
  width: calc(100% - 30px);
}

.bx-subscribe .bx_subscribe_submit_container {
  width: 30px;
  text-align: center;
  float: left;
}

.bx-footer .socials {
  margin: 0 0 0 7px;
}

.bx-footer .bx-socialsidebar {
  margin: 0;
}

.bx-footer .bx-socialsidebar-group ul li {
  margin-right: 18px;
  width: 36px;
  height: 36px;
}

.bx-footer .bx-socialsidebar-group ul li a,
.bx-footer .bx-socialsidebar-group ul li a:after {
  background: url(../image/socials-sprite-footer.png) no-repeat;
  width: 36px;
  height: 36px;
  opacity: 0.7;
}

.bx-footer .bx-socialsidebar-group ul li a {
  position: relative;
}

.bx-footer .bx-socialsidebar-group ul li a.fb {
  background-position: 0 -78px;
}

.bx-footer .bx-socialsidebar-group ul li a.tw {
  background-position: -115px -78px;
}

.bx-footer .bx-socialsidebar-group ul li a.vk {
  background-position: -58px -78px;
}

.bx-footer .bx-socialsidebar-group ul li a:hover {
  opacity: 1;
  border: 0;
}

.bx-footer .bx-socialsidebar-group ul li a.in {
  background-position: -173.5px -78px;
}

.bx-footer .bx-socialsidebar-group ul li a:after {
  content: "";
  display: inline-block;
  background-position: 0 -39px;
  transition: transform 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.article__block .date-row .watching:before,
.blog-menu li.active a:before,
.blog-sidebar .bx-subscribe:after,
.blog-wrapper .blog-items:after,
.blog-wrapper:after,
.btn-up:after,
.btn-up:before {
  content: "";
}

.bx-footer .bx-socialsidebar-group ul li a:hover:after {
  opacity: 1;
  transform: rotate(180deg);
}

.bx-footer-bottomline {
  padding: 0 0 20px;
}

.bx-footer-bottomline .col-sm-6 {
  padding: 0;
}

.copy {
  font: 12px/16px "Open Sans", sans-serif;
}

.developing {
  font: 14px/16px "Open Sans", sans-serif;
}

#modal-main {
  display: block !important;
  z-index: -1;
  pointer-events: none;
}

#modal-main.in {
  z-index: 1050;
  pointer-events: inherit;
}

#modal-main .modal-dialog {
  width: auto;
  margin: auto;
  display: inline-block;
  vertical-align: top;
}
.oneclickform {
  border-style: solid;
  border-color: var(--orange-color);
  border-width: 2px 3px;
  border-radius: 5px 10px 16px 6px;
}

#modal-main .modal-content {
  border-style: solid;
  border-color: var(--orange-color);
  border-width: 2px 3px;
  border-radius: 5px 10px 16px 6px;
  width: 490px;
}

.close-modal {
  position: absolute;
  background: url(../image/icons-sprite.png) -54px -24px no-repeat;
  width: 15px;
  height: 14px;
  top: -15px;
  right: -30px;
}

.modal-backdrop {
  background-color: var(--dark-blue);
}

#modal-main .modal-body {
  padding: 30px 15px 40px;
}

.popup-title {
  display: block;
  font: 20px/26px fregatbold, sans-serif;
  margin: 0 0 25px;
}

#modal-main .popup-title-thx {
  display: block;
  font: 26px/30px fregatbold, sans-serif;
  margin: 0 0 20px;
  text-align: center;
}

#modal-main .thx-text,
#modal-main .thx-text p {
  font: 18px/22px fregatbold, sans-serif;
}

#modal-main .thx-text p {
  margin: 0;
}

.modal-form {
  max-width: 274px;
  margin: 0 auto;
}

.input-holder .input {
  color: var(--desc-font-color);
  font: 15px/18px fregatregular, sans-serif;
  height: 48px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  width: 100%;
  padding: 3px 18px;
}

.form_validate .row {
  margin: 0 0 20px;
}

.form_validate .submit-holder {
  padding: 10px 0 0;
}

.form_validate .submit-holder .btn {
  width: 100%;
}

.bx_item_list_you_looked_horizontal .bx_item_list_section .bx_catalog_item {
  z-index: 1;
}

.bx_item_list_you_looked_horizontal .bx_item_list_section .bx_catalog_item:hover {
  z-index: 2;
}

.blog-wrapper {
  padding: 0 0 70px;
}

.blog-wrapper .blog-items {
  margin: 0 -15px 0 0;
}

.blog-wrapper .blog-items:after {
  display: block;
  clear: both;
}

.blog-wrapper .blog-items .img:after {
  background: 0 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  border: 3px solid var(--orange-color);
  border-radius: 5px 20px 25px 10px;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.blog-wrapper:after {
  clear: both;
  display: block;
}

.blog-container {
  float: left;
  width: calc(100% - 304px - 55px);
}

.blog-container .blog-items .item {
  margin-bottom: 40px;
}

.blog-sidebar {
  width: 304px;
  float: right;
}

.blog-menu-holder {
  border-radius: 5px 20px 25px 10px;
  border: 3px solid var(--blue-color);
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding: 35px 50px 70px;
  background: var(--white-color);
  position: relative;
  margin: 0 0 30px;
  overflow: hidden;
}

.blog-menu-title {
  font: 22px/26px fregatbold, sans-serif;
  color: var(--font-color);
  display: block;
  margin: 0 0 20px;
}

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

.blog-menu li {
  font: 18px/20px fregatregular, sans-serif;
  margin: 0 0 28px;
}

.blog-menu li.active {
  font-family: fregatbold, sans-serif;
}

.blog-menu li a {
  color: var(--font-color);
}

.blog-menu li a:hover {
  color: var(--dark-blue);
}

.blog-menu li.active a {
  position: relative;
  color: var(--dark-blue);
}

.blog-menu li.active a:before {
  background: url(../image/dot-menu.png) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: -16px;
}

.menu-decoration-girl {
  background: url(../image/img-aside-girl.png) no-repeat;
  width: 154px;
  height: 64px;
  position: absolute;
  bottom: -69px;
  left: 40px;
}

.blog-wrapper .menu-decoration-girl {
  animation: bloggirl 0.8s 0.3s ease-out forwards;
}

@keyframes bloggirl {
  0% {
    bottom: -69px;
  }
  100% {
    bottom: -5px;
  }
}

.blog-sidebar .subs-block {
  background: var(--white-color);
  border: 3px solid var(--orange-color);
  padding: 20px 30px;
  border-radius: 5px 20px 25px 10px;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.subs-block .subs-title {
  margin: 0 0 20px;
}

.subs-block .subs-title span {
  font: 51px/51px pf_playskool_proregular, sans-serif;
  border: 0;
  background: url(../image/bg-news-link.png) no-repeat;
  width: 217px;
  height: 81px;
  display: block;
  text-align: center;
  padding: 17px 0 0 10px;
  color: var(--white-color);
}

.blog-sidebar .bx-subscribe div.bx-block-title {
  color: var(--font-color);
}

.blog-sidebar .bx-subscribe {
  position: relative;
}

.blog-sidebar .bx-subscribe:after {
  clear: both;
  display: block;
}

.blog-sidebar .bx-subscribe .bx-input-group {
  width: 100%;
}

.blog-sidebar .bx-subscribe .bx_subscribe_submit_container {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

.blog-sidebar .bx-subscribe .input {
  color: var(--desc-font-color);
  font: 15px/18px fregatregular, sans-serif;
  height: 42px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  width: 100%;
  padding: 3px 40px 3px 18px;
}

.blog-sidebar .btn-subscribe {
  color: var(--orange-color);
  height: 42px;
  line-height: 40px;
}

.article__block {
  font-family: fregatregular, sans-serif;
}

.article__block h1 {
  font: 36px/40px "fregatbold", sans-serif;
  margin: 0 0 10px;
}

.article__block h2 {
  font: 36px/40px fregatbold, sans-serif;
  margin: 0 0 10px;
}

.article__block .date-row {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 6px;
}

.article__block .date-row .date {
  font-family: fregatbold, sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin: 0 22px 0 0;
}

.article__block .date-row .watching {
  padding: 0 0 0 29px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.article__block .date-row .watching:before {
  background: url(../image/icons-sprite.png) 0 -239px no-repeat;
  width: 21px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -7px 0 0;
}

.article__block .article-text li,
.article__block .article-text p {
  font-size: 20px;
  line-height: 30px;
}

.article__block .article-text .img {
  margin: 35px 0;
  overflow: hidden;
}

.article__block .article-text .img img {
  border-radius: 20px;
  cursor: default;
}

.bx-authform {
  margin: 0 0 60px;
}

.page-not-found {
  display: flex;
  margin: 140px auto 160px;
}

.page-not-found .h2-title {
  font-size: 260px;
  line-height: 0.6;
  margin: 0;
  text-align: right;
}

.page-not-found .col-error,
.page-not-found .col-error-text {
  width: 50%;
  padding: 40px;
}

.page-not-found .col-error-text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px 40px 55px 30px;
}

.row-error-text {
  font-size: 26px;
}

.col-error-text .btn a {
  color: var(--white-color);
}

.col-error-text .btn {
  max-width: 185px;
  margin: 10px 0;
}

.popup-window-titlebar-close-icon {
  top: -27px;
  left: 100%;
  opacity: 1;
}

.popup-window-close-icon:after {
  width: 15px;
  height: 14px;
  background: url(../image/icons-sprite.png) -54px -24px no-repeat;
}

.popup-window.popup-window-with-titlebar {
  border-style: solid;
  border-color: var(--orange-color);
  border-width: 2px 3px;
  border-radius: 5px 10px 16px 6px;
  width: 400px;
  padding: 30px 15px 40px;
}

.bx-catalog-subscribe-form-container-input input[type="text"] {
  max-width: 270px;
  margin: 0 auto;
  color: var(--desc-font-color);
  font: 15px/18px fregatregular, sans-serif;
  height: 48px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  width: 100%;
  padding: 3px 18px;
  border-radius: 0;
}

.popup-window-overlay {
  background-color: #015c7f;
}

.popup-window-titlebar-text {
  font-size: 20px;
  color: var(--font-color);
  text-align: center;
  width: 100%;
}

.popup-window.popup-window-with-titlebar .btn-primary {
  width: 100%;
  max-width: 270px;
  border: none;
}

.popup-window.popup-window-with-titlebar .btn-primary:active,
.popup-window.popup-window-with-titlebar .btn-primary:hover {
  opacity: 0.85;
  background: var(--orange-color);
}

.bx-catalog-subscribe-form-notify {
  display: block;
  width: 100%;
  height: 15px;
  border: 1px solid var(--red-color);
}

#bx-catalog-subscribe-form-notify {
  height: 18px;
  max-width: 270px;
  margin: 0 auto 5px;
}

.bx-catalog-subscribe-form-container-input.error input {
  border-color: var(--red-color);
  background: rgba(236, 5, 61, 0.04);
}

.blog-sidebar .bx-subscribe .input::-webkit-input-placeholder,
.bx-catalog-subscribe-form-container-input input::-webkit-input-placeholder {
  color: var(--desc-font-color);
  font-size: 15px;
}

.blog-sidebar .bx-subscribe .input:focus::-webkit-input-placeholder,
.bx-catalog-subscribe-form-container-input
  input:focus::-webkit-input-placeholder {
  color: transparent;
}

.popup-window {
  border-style: solid;
  border-color: var(--orange-color);
  border-width: 2px 3px;
  border-radius: 5px 10px 16px 6px;
  font-family: fregatregular, sans-serif;
}

.popup-window-close-icon {
  top: -30px;
  right: -30px;
  opacity: 1;
  min-width: 15px;
  min-height: 14px;
}

#sender_subscribe_component {
  max-width: 490px;
  padding: 30px 25px 40px;
}

.bx_subscribe_response_container {
  padding: 0;
}

.btn-up {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 60px;
  bottom: 50px;
  transform: rotate(90deg);
  cursor: pointer;
  z-index: 100;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: var(--white-color);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}

.btn-up.fixed {
  opacity: 1;
  pointer-events: auto;
}

.btn-up:after,
.btn-up:before {
  opacity: 1;
  position: absolute;
}

.btn-up:before {
  background: url(../image/icons-sprite.png) 0 -202px no-repeat;
  width: 24px;
  height: 16px;
  top: calc(50% - 2px);
  left: calc(50% - 2px);
  margin: -8px 0 0 -12px;
}

.btn-up:after {
  background: url(../image/icons-sprite.png) 0 -133px no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: transform 0.3s;
}

.btn-up:hover:after {
  transform: rotate(180deg);
}

.btn-up:hover {
  opacity: 0.8;
  background-color: var(--bg-up-btn-hover);
}

.bx-header .login-block .login-link {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 120px;
  overflow: hidden;
}

@media (max-width: 1350px) {
  .recommendations .slick-prev {
    left: -78px;
  }
  .recommendations .slick-next {
    right: -78px;
  }
}

@media (max-width: 1319px) {
  .bx-header .login-block .login-link {
    max-width: 90px;
  }

  .header-top .phone a {
    font-size: 22px;
    line-height: 26px;
  }

  .bx-header .callback-link,
  .bx-header .login-block .login-link {
    font-size: 11px;
    line-height: 17px;
  }

  .favorites-holder {
    position: relative;
  }

  .favorites-holder li {
    list-style: none;
  }

  #horizontal-multilevel-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bx-searchtitle.opened {
    left: 300px;
    right: 20px;
  }

  .bx_searche {
    width: 100%;
    border: 3px solid var(--orange-color);
    background: var(--white-color);
    border-radius: 0 0 20px 20px;
  }

  .catalog-section-holder .recommendations,
  .recommendations {
    background: no-repeat;
    min-height: 0;
    padding-bottom: 0;
    margin: 0 0 50px;
  }

  .preparing {
    padding: 73px 0 0;
    position: relative;
  }

  .blog-section .blog-items {
    margin: 35px 0 0;
    text-align: center;
  }

  .blog-items .item {
    margin: 0 0 40px;
    width: 40%;
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  .blog-items .img {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-items .text {
    max-width: 300px;
    margin: 0 auto;
  }

  .bx-footer div.col-sub-menu {
    width: calc(50% - 246px / 2);
    margin-right: 0;
    padding-right: 50px;
  }

  .bx-footer .col-menu {
    width: 246px;
    margin-right: 0;
  }

  .bx-footer .contacts-col {
    width: calc(100% / 3);
  }

  .bx-footer .subs-block {
    float: right;
    margin-left: 0;
  }

  .bx-footer .subscription {
    width: 243px;
  }

  .blog-container .blog-items .item {
    width: 46%;
  }

  .recommendations .slick-prev {
    left: -55px;
  }

  .recommendations .slick-next {
    right: -55px;
  }

  .blog-items .item:nth-child(4):before {
    left: 45%;
  }

  .blog-items .item:first-child:before {
    top: 250px;
    margin-left: -140px;
  }

  .blog-items .item:nth-child(4):after {
    right: 36px;
  }

  @keyframes animimg {
    0% {
      top: 250px;
      margin-left: -140px;
    }
    100% {
      top: 97px;
      margin-left: -140px;
    }
  }

  @keyframes animdog {
    0% {
      right: 120px;
    }
    100% {
      right: 36px;
    }
  }

  #horizontal-multilevel-menu li a.root-item {
    padding: 7px 10px;
  }
}

@media (max-width: 1199px) {
  #horizontal-multilevel-menu .with-icon .icon-sale,
  .basket-link-wrap {
    display: none;
  }

  .header-top-l {
    width: calc(50% - 75px);
  }

  .header-top-r .basket-holder {
    width: auto;
  }

  .header-top-r .fa-shopping-cart {
    margin: 0;
  }

  .header-top {
    padding: 20px 0 30px;
  }

  .header-top .bx-inc-orginfo-phone {
    flex-wrap: wrap;
  }

  .bx-logo {
    width: 130px;
    min-width: 130px;
  }

  .bx-logo .bx-logo-block {
    height: 100%;
  }

  .books-menu {
    width: 250px;
  }

  .books-button {
    transform: scale(0.85);
    transform-origin: 0 50%;
  }

  #horizontal-multilevel-menu {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 250px);
  }

  #horizontal-multilevel-menu li {
    margin-right: 0;
  }

  #horizontal-multilevel-menu li a.root-item {
    font-size: 14px;
  }

  .bx-searchtitle .bx-input-group-btn button {
    transform: scale(0.85);
    transform-origin: 100% 50%;
    margin-left: 5px;
  }

  .bx-searchtitle.opened .bx-input-group button {
    transform: none;
  }

  .bx-searchtitle .bx-input-group-btn {
    width: 74px;
  }

  .bx-searchtitle.opened {
    left: 255px;
  }

  .bx-footer:before {
    margin-left: -412px;
  }

  .blog-container {
    width: calc(100% - 304px - 20px);
  }

  .blog-container .blog-items .item {
    margin-right: 15px;
    width: 300px;
  }

  .catalog-section .product-item-button-container .btn.btn-default {
    white-space: inherit;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 5px;
  }

  .product-item-button-container .icon-favorites {
    margin-left: 10px;
  }

  .product-item-button-container .btn.btn-default {
    max-width: 65%;
  }

  #horizontal-multilevel-menu .with-icon {
    margin-left: 0;
  }

  .blog-section .blog-items.anim-img .item:nth-child(4):after {
    right: 100px;
    animation-delay: 0.8s;
  }

  @keyframes animdog {
    0% {
      right: 100px;
    }
    100% {
      right: -3px;
    }
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .new-books-slider .slick-next {
    right: -30px;
  }

  .new-books-slider .slick-prev {
    left: -30px;
  }

  .recommendations .slick-next {
    right: -30px;
  }

  .recommendations .slick-prev {
    left: -30px;
  }
}

@media (max-width: 992px) {
  .bx-header .login-block .login-link {
    max-width: 200px;
    font-size: 13px;
    line-height: 16px;
  }

  .header-top .languages {
    display: none;
  }

  .menu-section .languages {
    display: block;
    width: auto;
    margin: 10px;
    float: none;
  }

  .header-top {
    min-height: 0;
    height: 90px;
    width: 100%;
    background: url(../image/bg-body.jpg) 50% 0;
  }

  .header-top:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 19px;
    background: url(../image/bg-header-t.png) 50% 100% repeat-x;
  }

  .header-top:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 16px;
    background: url(../image/bg-header-center-t.png) 50% 0 repeat-x;
  }

  .bx-searchtitle .bx-input-group-btn button,
  .bx-searchtitle .bx-input-group-btn button:hover {
    background-image: url(../image/ic-search-mobile.png);
  }

  .header-center {
    padding: 0;
  }

  .header-top-l {
    display: none;
  }

  .header-top-r {
    padding: 0;
    gap: 8px
  }

  .bx-searchtitle .bx-input-group-btn button {
    width: 36px;
    height: 36px;
    padding: 0;
    transform: scale(1);
  }

  .bx-searchtitle.opened {
    top: 40px;
    margin: 0;
    position: static;
    background: 0 0;
  }

  .bx-searchtitle.opened .bx-input-group .bx-form-control {
    display: block;
    width: 100%;
    font: 20px/28px fregatregular, sans-serif;
    color: var(--white-color);
  }

  .bx-searchtitle.opened .bx-input-group .bx-form-control {
    position: absolute;
    top: 63px;
    right: 0;
    background: var(--white-color);
    border: 2px solid var(--blue-color);
    height: 44px;
    color: var(--font-color);
    z-index: 1;
  }

  .bx-searchtitle.opened .bx-input-group button {
    position: static;
    transform-origin: 50% 50%;
    width: 36px;
    height: 36px;
  }

  .burger-menu,
  .burger-menu span {
    display: block;
    transform: rotate(0);
  }

  .bx-searchtitle.opened .bx-input-group button:hover {
    background: 0 0;
  }

  .bx-searchtitle.opened .bx-input-group button .fa-search {
    background-position: -30px -24px;
    margin: 8px auto 0;
  }

  .bx-searchtitle .bx-input-group-btn button:after,
  .bx-searchtitle .bx-input-group-btn button:before {
    background: 0 0;
  }

  .bx_searche {
    margin-top: 0;
    padding-left: 25px;
  }

  .burger-menu {
    width: 36px;
    min-width: 36px;
    height: 36px;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    margin: 13px 15px 0 0;
  }

  .burger-menu span {
    background: var(--blue-color);
    height: 4px;
    width: 100%;
    position: absolute;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    transition: 0.25s ease-in-out;
  }

  .burger-menu span:nth-child(1) {
    top: 0;
    transform-origin: left center;
  }

  .burger-menu span:nth-child(2) {
    top: 10px;
    transform-origin: left center;
  }

  .burger-menu span:nth-child(3) {
    top: 20px;
    transform-origin: left center;
  }

  .burger-menu.opened span:nth-child(1) {
    transform: rotate(45deg);
    top: -1px;
    left: 2px;
  }

  .burger-menu.opened span:nth-child(2) {
    width: 0;
    opacity: 0;
  }

  .burger-menu.opened span:nth-child(3) {
    transform: rotate(-45deg);
    top: 24px;
    left: 2px;
  }

  .header-top > .container > .row {
    position: relative;
  }

  .header-top-l {
    display: none;
  }

  .bx-logo {
    width: 110px;
    min-width: 110px;
    margin: 0;
  }

  .header-top-r {
    padding: 0;
    gap: 8px
  }

  .menu-row,
  .menu-section {
    display: block;
  }

  .menu-section {
    background: var(--blue-color);
    width: 290px;
    position: fixed;
    left: -300px;
    top: 140px;
    z-index: 999;
    height: calc(100% - 140px);
    transition: all 0.5s;
    overflow-y: auto;
    box-shadow: 0 10px 10px var(--bark-box-shadow);
  }

  .menu-section .scroll_menu {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 100px;
    right: 0;
    overflow-y: auto;
  }

  .menu-section:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 90px;
    border-bottom: 2px dashed var(--white-color);
  }

  .bx-header.opened .menu-section {
    left: 0;
  }

  .menu-section .bx-searchtitle {
    display: none;
  }

  .books-menu {
    float: none;
    position: static;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }

  .menu-section .books-menu .bx_vertical_menu_advanced {
    position: static;
    width: 100%;
    height: 0;
    padding: 0 12px;
    background: 0 0;
  }

  .menu-section .books-menu.opened .bx_vertical_menu_advanced {
    height: auto;
    padding: 20px 0;
    width: 100%;
  }

  .menu-section .books-menu.opened .bx_vertical_menu_advanced ul {
    padding-left: 10px;
  }

  .bx_vertical_menu_advanced > ul {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .bx_vertical_menu_advanced .dropdown .bx_shadow_fix,
  .bx_vertical_menu_advanced .dropdown.hover .bx_shadow_fix,
  .bx_vertical_menu_advanced .dropdown:hover .bx_shadow_fix,
  .bx_vertical_menu_advanced > ul:after,
  .menu-section .bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container {
    display: none;
  }

  .bx_vertical_menu_advanced .bx_hma_one_lvl > a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--white-color);
    text-shadow: none;
    padding: 0;
  }

  .bx_vertical_menu_advanced .bx_hma_one_lvl > a:after {
    content: "⯈";
    position: absolute;
    right: 10px;
    top: 0;
    background: 0 0;
    width: 22px;
    height: 22px;
    margin: 0;
  }

  .bx_vertical_menu_advanced .bx_hma_one_lvl > a:before {
    content: none;
  }

  .bx_vertical_menu_advanced .bx_hma_one_lvl:hover > a {
    color: var(--orange-color);
    text-shadow: none;
  }

  .bx_vertical_menu_advanced .bx_hma_one_lvl > a:hover:after {
    content: "⯈";
    background: 0 0;
  }

  .books-menu.opened .bx_vertical_menu_advanced:after {
    content: none;
  }

  #horizontal-multilevel-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
  }

  #horizontal-multilevel-menu li {
    float: none;
    max-width: none;
  }

  #horizontal-multilevel-menu a {
    text-align: left;
  }

  #horizontal-multilevel-menu li a.root-item,
  #horizontal-multilevel-menu li a.root-item-selected {
    padding: 0;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
  }

  .bx-header .login-block .login-dropdown:not(.login-menu):before,
  .callback-dropdown:before {
    top: -13px;
    left: 50%;
    margin: 0 0 0 -30px;
    content: "";
    position: absolute;
  }

  .callback-dropdown {
    width: 270px;
    border: 2px solid var(--border-color);
    border-right-width: 3px;
    border-radius: 15px 15px 37px;
    background: var(--white-color);
    padding: 28px 30px 0;
  }

  .callback-dropdown:before {
    background: url(../image/border2.png) no-repeat;
    width: 61px;
    height: 15px;
  }

  .callback-dropdown:after {
    content: "";
    background: url(../image/border4.png) no-repeat;
    position: absolute;
    bottom: -2px;
    right: -3px;
    width: 34px;
    height: 33px;
  }

  .bx-header .login-block .login-dropdown:not(.login-menu) {
    width: 270px;
    border: 2px solid var(--orange-color);
    border-right-width: 3px;
    border-radius: 15px 15px 37px;
    background: var(--white-color);
    padding: 28px 28px 0;
  }

  .bx-header .login-block .login-dropdown:not(.login-menu):before {
    background: url(../image/border2.png) no-repeat;
    width: 61px;
    height: 15px;
  }

  .bx-header .login-block .login-dropdown:not(.login-menu):after {
    content: "";
    background: url(../image/border4.png) no-repeat;
    position: absolute;
    bottom: -2px;
    right: -3px;
    width: 34px;
    height: 33px;
  }

  .slick-dotted.slick-slider {
    margin-top: 5px;
  }

  .blog-items .img,
  .blog-section .img {
    height: auto;
    border-radius: 15px;
    overflow: hidden;
  }

  .workarea {
    padding-top: 90px;
    overflow: hidden;
  }

  .blog-section .item {
    margin: 0 4% 40px;
  }

  .blog-section .img {
    width: 100%;
  }

  .blog-container {
    width: 100%;
    float: none;
    margin: 0 0 40px;
  }

  .blog-container .blog-items .item {
    width: calc(50% - 34px);
    margin-left: 15px;
  }

  .blog-sidebar {
    float: none;
    width: 100%;
    max-width: 350px;
  }

  .blog-items .img {
    width: 100%;
    max-width: 300px;
  }

  .blog-wrapper .blog-items .img:after {
    border: none;
    bottom: auto;
  }

  .page-not-found {
    margin: 60px auto 80px;
  }

  .page-not-found .h2-title {
    font-size: 200px;
    line-height: 0.6;
  }

  .page-not-found .col-error,
  .page-not-found .col-error-text {
    padding: 20px;
  }

  .page-not-found .col-error-text {
    padding: 20px 30px 25px 20px;
  }

  .row-error-text {
    font-size: 22px;
  }

  .new-books-slider.anim-bug:before {
    left: 27%;
  }

  .new-books-slider:after {
    left: 70%;
  }

  .blog-items .item:nth-child(4):after {
    right: -43px;
  }

  @keyframes animdog {
    0% {
      right: 0;
    }
    100% {
      right: -44px;
    }
  }
  .blog-section .blog-items {
    margin-top: 40px;
  }

  @keyframes animimg {
    0% {
      top: 250px;
    }
    100% {
      top: 102px;
    }
  }

  .title-search-result {
    width: calc(100% - 20px) !important;
    left: 10px !important;
    top: 177px !important;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .footer-walk, .icon-fox, .icon-rabbit{
    display: none;
  }

  .bx-logo {
    background: 0 0;
    position: static;
    padding: 0;
  }

  .bx-logo-block.hidden-xs {
    display: block !important;
  }

  .bx-footer {
    min-height: 0;
  }

  .bx-footer .subs-block {
    float: none;
    width: 100%;
  }

  .bx-footer .subscription {
    float: left;
  }

  .bx-footer .socials {
    float: right;
  }

  .bx-footer-bottomline .col-sm-6 {
    float: left;
    width: 50%;
    text-align: left;
  }

  .bx-footer-bottomline .bx-up {
    text-align: right;
  }

  .close-modal {
    top: 15px;
    right: 15px;
    z-index: 1;
  }

  #modal-main .modal-dialog {
    width: 90%;
  }

  #modal-main .modal-content {
    width: 100%;
  }

  #sender_subscribe_component {
    width: 90%;
    max-width: none;
  }

  .popup-window-close-icon {
    z-index: 1;
  }

  .catalog-section .product-item-button-container .btn.btn-default {
    white-space: inherit;
    padding-left: 5px;
    padding-right: 5px;
  }

  .product-item-button-container .icon-favorites {
    margin-left: 5px;
  }

  .blog-items .item:first-child:before,
  .blog-items .item:nth-child(4):after,
  .blog-items .item:nth-child(4):before,
  .new-books-slider.anim-bug:before,
  .new-books-slider:after {
    content: none;
  }

  .popup-window-titlebar-close-icon {
    top: 5px;
    right: 5px;
    left: 90%;
  }

  .bx_searche .bx_img_element {
    width: 80px;
    margin: 0 15px 0 0;
  }

  .bx_searche .bx_image {
    width: 80px;
    height: 80px;
  }

  .bx_searche .search-product-list .bx_item_element {
    padding: 0;
  }
}

.blog-section .link-holder,
.price_list {
  text-align: center;
}

@media (max-width: 640px) {
  .h2-title,
  .recommendations .h2-title {
    margin: 30px 0 30px;
  }

  .workarea {
    padding-bottom: 50px;
  }

  .h2-title {
    font-size: 45px;
    line-height: 45px;
    display: block;
  }

  .bx-breadcrumb,
  .bx-footer .icon-fox,
  .bx-footer .icon-rabbit {
    display: none;
  }

  main.icon-fox,
  main .icon-rabbit {
    display: none;
  }

  .new-books-slider {
    padding: 50px 0 70px;
  }

  .recommendations .slick-prev {
    left: -60px;
  }

  .recommendations .slick-next {
    right: -60px;
  }

  .recommendations .item {
    padding: 0 10px;
  }

  .recommendations .img {
    height: 250px;
    line-height: 240px;
  }

  .recommendations .img-front,
  .recommendations .img-hover {
    height: 100%;
  }

  .recommendations img {
    max-height: 100%;
  }

  .blog-section .h2-title {
    font-size: 45px;
    line-height: 45px;
    margin: 0 0 30px;
  }

  .desc-section {
    padding-bottom: 0;
  }

  .container.bx-content-seection {
    padding-top: 20px;
  }

  .bx-footer .subscription {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .bx-footer .socials {
    float: none;
  }

  .bx-footer-bottomline .col-sm-6 {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
  }

  .bx_item_list_you_looked_horizontal .bx_item_list_section .bx_catalog_item {
    width: 50%;
    margin-left: -2px;
    margin-right: -2px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  .page-not-found .h2-title {
    font-size: 180px;
  }

  .page-not-found .col-error,
  .page-not-found .col-error-text {
    padding: 15px;
  }

  .row-error-text {
    font-size: 18px;
  }

  .popup-window.popup-window-with-titlebar {
    max-width: 100%;
  }

  .modal-body--review textarea {
    min-height: 80px;
  }

  .catalog-section .product-item-button-container .btn.btn-default {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 580px) {
  .header-top {
    min-width: 300px;
  }

  .header-top-r {
    justify-content: flex-end;
    gap: 8px;
  }

  .header-top-r .bx-hdr-profile {
    gap: 8px;
  }

  .bx-touch .bx_item_list_you_looked_horizontal.col4 .bx_catalog_item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .recommendations .slick-prev {
    left: -65px;
  }

  .recommendations .slick-next {
    right: -65px;
  }
}

@media (max-width: 500px) {
  .menu-section {
    height: calc(100% - 140px);
  }

  .blog-section .item,
  .bx_item_list_you_looked_horizontal .bx_item_list_section .bx_catalog_item {
    width: 100%;
    display: block;
  }

  .workarea {
    padding: 70px 0 50px;
  }

  .new-books-slider {
    padding-top: 30px;
  }

  .blog-section .item {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-container .blog-items .item {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto 40px;
  }

  .blog-wrapper .blog-items {
    margin: 0;
  }

  .catalog-section .product-item-button-container .btn.btn-default {
    margin-right: 20px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (max-width: 480px) {
  .bx-logo {
    display: none;
  }

  .bx-logo-block.hidden-xs {
    display: none !important;
  }

  .bx-logo-block.d-sm-none {
    display: block;
    width: 99px;
  }

  #modal-main .modal-dialog {
    width: 100%;
    margin-left: 0 !important;
  }

  .page-not-found .col-error,
  .page-not-found .col-error-text {
    width: 100%;
    text-align: center;
  }

  .page-not-found .h2-title {
    text-align: center;
  }

  .row-error-text {
    margin-bottom: 15px;
  }

  .page-not-found {
    display: flex;
    flex-direction: column;
    margin: 30px auto;
  }

  .col-error-text .btn {
    margin: 10px auto;
  }
}

.slider .item {
  float: left;
}

.recommendations .slick-arrow:hover {
  background: #fffcec;
}

.price_list {
  padding: 5px;
}

.price_list_link {
  background: url(../image/socials-sprite.png) 0 -36px repeat-x;
  height: 36px;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: var(--font-color);
  font-size: 16px;
}

.price_list_link:after,
.price_list_link:before {
  content: "";
  position: absolute;
  top: 0;
  width: 18px;
  height: 36px;
}

.price_list_link:before {
  left: -18px;
  background: url(../image/socials-sprite.png) no-repeat;
}

.price_list_link:after {
  right: -18px;
  background: url(../image/socials-sprite.png) 100% -72px no-repeat;
}

.socials-row .price_list_link:after {
  background: url(../image/socials-sprite_white.png) 100% -72px no-repeat;
}

.socials-row .price_list_link:before {
  background: url(../image/socials-sprite_white.png) no-repeat;
}

.socials-row .price_list_link {
  color: var(--white-color);
  background: url(../image/socials-sprite_white.png) 0 -36px repeat-x;
}

.socials-row .price_list {
  text-align: left;
  padding: 12px 5px 5px 15px;
}

.language-item .lang_name_ua::before {
  content: "Укр";
}

.language-item .lang_name_ru::before {
  content: "Рос";
}

.inputs-holder {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

#code-form .inputs-holder .input-holder {
  width: 60px;
  margin-bottom: 0;
}

.input-phone.input {
  padding: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.input-phone {
  width: 50px;
  height: 50px;
  text-align: center;
}

.bx-searchtitle.opened .clear-search {
  position: absolute;
  top: 71px;
  left: 8px;
  z-index: 2;
  width: 20px;
  height: 20px;
  background: url("../image/icons-sprite.png") -30px -24px no-repeat;
  display: block;
  margin: 8px auto 0;
}

.bx-searchtitle.opened .clear-search:hover {
  color: var(--white-color);
  opacity: 0.85;
}

.header-checkout {
  background: var(--white-color);
}

.header-checkout .header-top {
  background: var(--white-color);
}

body {
  margin: 0;
}

#title-search-input-mob {
  padding-left: 30px;
}

.replase_serch a {
  color: var(--font-color);
}

.header-checkout .price_list {
  text-align: right;
}

.header-checkout .price_list_link {
  width: 230px;
  display: inline-flex;
  justify-content: center;
}

.btn-up.fixed {
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}

.top-banner-text-holder {
  display: block;
}

.author-books {
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .content-aboutus .product-item-list-col-3 .product-item {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  body > jdiv ._orinationLeft_791a.wrap_f8fe {
    left: auto;
    right: 20px;
    bottom: 70px;
  }

  header.bx-header {
    position: relative;
    z-index: 1001;
  }

  div.top-banner {
    z-index: 1002;
  }
}

@media (max-width: 640px) {
  body.filter-is-open .btn-up.fixed {
    opacity: 0;
  }
}

#wh-widget-send-button.wh-widget-right {
  z-index: 999 !important;
}

@media (max-width: 768px) {
  body > jdiv ._orinationLeft_791a.wrap_f8fe {
    right: 6px;
  }
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.container h1.bx-title {
  font: 60px/65px "pf_playskool_proregular", sans-serif;
  font-weight: normal;
}

div.bx-filter .bx-ui-slider-handle {
  width: 24px;
  height: 24px;
  background: var(--white-color);
  border-radius: 50%;
  margin-top: -15px;
}

.bx-filter .bx-ui-slider-handle:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  border: 4px solid var(--border-color);
  border-radius: 50%;
}

.bx-filter .bx-ui-slider-track {
  height: 3px;
  background: var(--white-color);
}

div.bx-filter .bx-ui-slider-pricebar-vd {
  background: var(--blue-color);
  z-index: 50;
}

.product-item-list-col-1 {
  width: calc(96% / 3);
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px;
  position: relative;
}

.filter-holder {
  width: 299px;
  padding: 0 30px 0 0;
  float: left;
}

.catalog-section-holder {
  position: relative;
  z-index: 1;
}

.catalog-section-holder:after {
  content: "";
  display: block;
  clear: both;
}

.catalog-holder {
  float: left;
  width: calc(100% - 300px);
}

.catalog-holder .h2-title {
  text-align: left;
  font-size: 60px;
  line-height: 50px;
}

.sorting {
  display: flex;
  width: 100%;
  align-items: center;
}

.filter-btn {
  display: none;
  cursor: pointer;
}

.sorting-title {
  font-size: 16px;
  line-height: 18px;
  color: var(--font-color);
  margin: 0 16px 0 0;
}

.sorting-list {
  padding: 0;
  margin: 0;
}

.sorting-list li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 17px;
  margin: 0 12px 0 0;
}

.sorting-list a,
.sorting-list label {
  display: inline-block;
  vertical-align: top;
  color: var(--blue-color);
  height: 36px;
  margin: 0 15px;
  background: url("../image/links-sprite.png") repeat-x 0 -37px;
  position: relative;
  padding: 7px 0 0;
}

.sorting-list a,
.sorting-list label:before {
  content: "";
  width: 15px;
  height: 36px;
  background: url("../image/links-sprite.png") no-repeat 0 0;
  position: absolute;
  top: 0;
  left: -15px;
}

.sorting-list a,
.sorting-list label:after {
  content: "";
  width: 15px;
  height: 36px;
  background: url("../image/links-sprite.png") no-repeat 100% -74px;
  position: absolute;
  top: 0;
  right: -15px;
}

.label-container label {
  cursor: pointer;
}

.sorting-list li.active label {
  background: url("../image/links-sprite-active.png") repeat-x 0 -37px;
}

.sorting-list li.active label:before {
  background: url("../image/links-sprite-active.png") no-repeat 0 0;
}

.sorting-list li.active label:after {
  background: url("../image/links-sprite-active.png") no-repeat 100% -74px;
}

.sorting-list a,
.sorting-list label span {
  display: inline-block;
  vertical-align: middle;
}

i.icon-price-down {
  display: inline-block;
  vertical-align: middle;
  background: url("../image/icons-sprite.png") no-repeat 0 -308px;
  width: 9px;
  height: 15px;
  margin: 0 0 0 10px;
}

i.icon-price-up {
  display: inline-block;
  vertical-align: middle;
  background: url("../image/icons-sprite.png") no-repeat 0 -308px;
  width: 9px;
  height: 15px;
  transform: rotate(180deg);
  margin: 0 0 0 10px;
}

.catalog-box .product-item-title {
  text-align: center;
}

div.catalog-box .product-item-title a {
  font-size: 18px;
  line-height: 20px;
}

.product-item-big-card .product-item-price-container {
  text-align: center;
}

.product-item-big-card .product-item-price-current {
  font: 45px/45px "pf_playskool_proregular", sans-serif;
}

.close-filter {
  display: none;
}

.catalog-section .btn.btn-default {
  background: var(--orange-color);
  border-color: var(--orange-color);
  font: 22px/28px "fregatregular", sans-serif;
  padding-left: 30px;
  padding-right: 30px;
}

/* product card */
.product-item-detail-price-current {
  font-size: 36px;
  font-family: "fregatbold", sans-serif;
  color: var(--font-color);
}

.btn.btn-default.product-item-detail-buy-button {
  font-size: 22px;
  font-family: "fregatbold", sans-serif;
  background: var(--orange-color);
  border-color: var(--orange-color);
  padding: 7px 44px;
  text-transform: none;
}

.btn.btn-default.product-item-detail-buy-button:hover {
  background: var(--orange-color);
  border-color: var(--orange-color);
}

.btn.btn-default.product-item-detail-buy-button:active {
  color: var(--white-color);
}

@media (max-width: 991px) {
  .close-filter {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    color: var(--blue-color);
    z-index: 1;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    width: 20px;
    height: 20px;
  }

  .close-filter:after {
    content: "+";
    transform: rotate(45deg);
    position: absolute;
    top: -11px;
    left: 1px;
  }

  .filter-holder {
    position: absolute;
    left: -400px;
    top: 146px;
    z-index: 220;
    transition: all 0.5s;
    padding: 0;
    width: 269px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 3px solid var(--border-color);
    border-radius: 10px 5px 5px 20px;
    background: var(--white-color);
  }

  .bx-sidebar-block:after {
    display: none;
  }

  .filter-holder .bx-sidebar-block {
    margin: 0;
    height: 100%;
  }

  .filter-holder.opened-filter {
    left: 0;
    z-index: 9999;
  }

  div.bx-filter {
    height: 100%;
    border: 0;
  }

  .catalog-holder {
    width: 100%;
  }

  .sorting {
    position: relative;
    padding-left: 60px;
  }

  .filter-btn {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    background: url("../image/ic-filter-mobile.png") no-repeat;
  }
}

@media (max-width: 767px) {
  .catalog-holder h2 {
    margin: 0 0 20px;
  }

  .sorting {
    padding-left: 0;
  }

  .filter-holder {
    top: 120px;
  }
}

@media (max-width: 640px) {
  .filters-box {
    height: 92px;
  }

  .filter-container {
    flex-direction: column;
  }

  .sorting-holder {
    width: 100%;
  }

  .container h1.bx-title {
    font-size: 45px;
    line-height: 45px;
  }

  .catalog-holder h2 {
    font-size: 45px;
    line-height: 45px;
  }

  .sorting {
    flex-direction: column;
    align-items: flex-start;
  }

  .sorting-title {
    margin-bottom: 10px;
  }

  .sorting-list li {
    margin-bottom: 8px;
  }

  .filter-holder {
    top: 155px;
  }

  .product-item-list-col-1 {
    width: 50%;
  }

  .catalog-holder .h2-title {
    font-size: 45px;
    line-height: 40px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }

  .header-top-r #video {
    display: none;
  }
}

@media (max-width: 500px) {
  .product-item-list-col-1 {
    width: 100%;
  }
}

/*new style for sort filters*/
.filter-btn__holder {
  position: relative;
}

@media (max-width: 991px) {
  .catalog-body.is-banner .header-top {
    position: relative;
    top: 0;
  }

  .catalog-body .top-banner {
    position: static;
  }

  .catalog-body.is-banner .workarea {
    padding-top: 20px;
  }

  .catalog-body .bx-header:before {
    content: none;
  }

  .fixed-filter .filter-btn {
    position: relative;
  }

  .filters-box {
    height: 36px;
  }

  .fixed-filter .filters-box__holder {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 66px;
    z-index: 9999;
    display: flex;
    align-items: center;
    background-color: var(--white-color);
  }

  .fixed-filter .filters-box__holder:after {
    content: "";
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-image: url(../image/bg-header-center-b.png);
    background-repeat: repeat-x;
    padding: 10px 0;
  }

  .filter-btn {
    position: static;
  }

  .sorting {
    padding-left: 10px;
  }

  .filter-container {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .fixed-filter .filter-container {
    padding: 0 10px;
  }
}

@media (min-width: 640px) {
  .filter-btn {
    font-size: 0;
  }
}

@media (max-width: 640px) {
  .fixed-filter .sorting-holder {
    display: none;
  }

  .filters-box {
    min-height: 92px;
  }

  .filter-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .sorting-holder {
    position: relative;
    margin: 20px 0 10px;
  }

  .sorting-holder:after,
  .sorting-holder:before {
    content: "";
    position: absolute;
    top: 0;
    width: 18px;
    height: 36px;
  }

  .sorting-holder:before {
    left: 0;
    background: url(../image/socials-sprite.png) no-repeat;
    z-index: 998;
  }

  .sorting-holder:after {
    right: 0;
    background: url(../image/socials-sprite.png) 100% -72px no-repeat;
  }

  .sorting {
    color: var(--blue-color);
    flex-direction: row;
    padding-top: 0;
    border-radius: 30px;
    position: relative;
    height: 36px;
    background: url(../image/socials-sprite.png) 0 -36px repeat-x;
    cursor: pointer;
  }

  .sorting-title {
    color: var(--blue-color);
    width: 50%;
    margin: 0 2px 0 0;
    text-align: right;
    padding: 9px 0;
    position: relative;
    z-index: 999;
    cursor: pointer;
  }

  .sorting-list {
    width: 50%;
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 36px;
    padding-left: 3px;
    padding-top: 1px;
    justify-content: center;
  }

  .sorting-list a,
  .sorting-list label:before,
  .sorting-list a,
  .sorting-list label:after {
    content: none;
  }

  .sorting-list a,
  .sorting-list label {
    margin: 0;
    height: auto;
    padding: 0;
  }

  .sorting-list li.active a,
  .sorting-list a,
  .sorting-list label {
    background: none !important;
  }

  .sorting-list li {
    margin: 0 0 0 2px;
    order: 1;
    opacity: 1;
    display: none;
  }

  .sorting-list li.active {
    order: 0;
    font-size: 16px;
    display: inline-flex;
    max-height: 100%;
    position: relative;
  }

  .sorting-list li.active a:after {
    content: "";
    background: url(../image/ic-sort-arrow.png) no-repeat center;
    width: 8px;
    height: 6px;
    position: absolute;
    top: calc(50% - 2px);
    right: -14px;
  }

  .sorting.opened li.active a:after {
    transform: rotate(180deg);
  }

  .sorting-list li.active a {
    padding: 9px 0;
    pointer-events: none;
    position: relative;
    display: inline-flex;
  }

  .sorting-list li a {
    padding: 5px 0;
  }

  .filter-btn {
    position: static;
  }

  .sorting.opened {
    background-color: var(--white-color);
  }

  .sorting.opened:after {
    content: "";
    width: 100%;
    top: 18px;
    left: 1px;
    right: 1px;
    height: 120px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: absolute;
    z-index: 998;
    background: var(--white-color);
  }

  .sorting.opened .sorting-list li {
    display: inline-flex;
    margin: 5px 0;
  }

  .sorting.opened .sorting-list {
    margin-top: 3px;
    height: 120px;
    z-index: 999;
    padding: 5px;
  }

  .filter-btn {
    font-size: 16px;
    color: var(--blue-color);
    position: relative;
    background: none;
    width: auto;
    padding: 0 0 0 30px;
    display: inline-flex;
    align-items: center;
  }

  .filter-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../image/ic-filter.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 100%;
  }

  .filter-btn__box {
    display: inline-flex;
    justify-content: center;
    height: 36px;
    margin: 0 18px;
    background: var(--table-bg) url(../image/socials-sprite.png) 0 -36px repeat-x;
    position: relative;
    flex: 1;
  }

  .filter-btn__box:after,
  .filter-btn__box:before {
    content: "";
    position: absolute;
    top: 0;
    width: 18px;
    height: 36px;
  }

  .filter-btn__box:before {
    left: -18px;
    background: var(--table-bg) url(../image/socials-sprite.png) no-repeat;
    z-index: 998;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .filter-btn__box:after {
    right: -18px;
    background: var(--table-bg) url(../image/socials-sprite.png) 100% -72px no-repeat;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .filter-btn__holder {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .catalog-2-items .catalog-section .product-item-list-col-1 {
    width: calc(50% - 5px);
  }

  .catalog-2-items .product-item-list-col-1:nth-child(odd) {
    margin-right: 5px;
  }

  .catalog-2-items .product-item-list-col-1:nth-child(even) {
    margin-left: 5px;
  }

  .catalog-2-items .catalog-section {
    display: flex;
    flex-wrap: wrap;
  }

  .catalog-2-items div.catalog-box .product-item-title a {
    font-size: 16px;
    line-height: 18px;
  }

  .catalog-2-items .product-item-big-card .col-md-12 {
    padding: 0;
  }

  .catalog-2-items .product-item-big-card .product-item-image-wrapper {
    margin-bottom: 10px;
  }

  .catalog-2-items .product-item-big-card .product-item-price-current {
    font-size: 40px;
    line-height: 1.2;
  }

  .catalog-2-items .product-item-button-container {
    display: flex;
    align-items: center;
  }

  .catalog-2-items .catalog-section .product-item-button-container .btn.btn-default {
    font-size: 20px;
    line-height: 1.2;
    padding: 0 12px;
    margin-right: 5px;
    min-width: 103px;
    height: 40px;
    display: flex;
    align-items: center;
  }

  .catalog-2-items .catalog-section .favorites-link .icon-favorite {
    width: 33px;
    height: 35px;
    margin: 0;
  }

  div .catalog-section .favorites-link.disabled .icon-favorite:before,
  div .catalog-section .favorites-link.disabled .icon-favorite:after,
  .catalog-2-items .catalog-section .favorites-link .icon-favorite:after,
  .catalog-2-items .catalog-section .favorites-link .icon-favorite:before {
    background-size: contain;
  }

  .catalog-2-items .cloud-icon .cloud-hover-info {
    display: none;
  }

  .catalog-2-items .product-item-info-container .bx-catalog-subscribe-button + .btn-default {
    margin-left: 7px;
    justify-content: center;
  }
}

/* End */

.container-fluid {
  background: var(--white-color);
  border: 3px solid var(--border-color);
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-radius: 5px 20px 25px 10px;
  margin-bottom: 12px;
  padding: 20px 35px 43px 42px;
  font-size: 18px;
}

.container-fluid p {
  font-size: 18px;
}

.container .container-fluid h1.bx-title {
  line-height: 55px;
}

.content-author {
  display: flex;
  padding-top: 60px;
  margin: 25px 0 45px;
}

.bx-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.product-rate {
  display: flex;
  align-items: center;
  padding: 12px 6px 0 10px;
}

.product-rate .rate-items {
  display: flex;
  align-items: center;
}

.product-rate .rate-items span {
  width: 20px;
  height: 20px;
  background: url("../image/rating-sprite.png") no-repeat;
  margin: 0 5px 0 0;
}

.product-rate .rate-items .full {
  background-position: 0 -21px;
}

.product-rate .rate-value {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 0 7px;
}

.product-card-section {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.product-card-section:after {
  content: "";
  display: block;
  clear: both;
}

.product-view {
  width: 60%;
  padding: 20px;
}

.product-info-section {
  width: 40%;
  border-left: 1px solid var(--border-color);
  display: flex;
  padding: 20px;
}


.product-about {
  width: auto;
  margin: 0 17px 0 0;
  padding: 0 15px 0 0;
}

.book-info {
  padding: 0 0 15px;
}

.book-info .book-row {
  font-size: 15px;
  font-family: "fregatregular", sans-serif;
  margin: 0 0 8px;
}

.book-info .row-title {
  display: block;
  margin: 0 0 3px;
}

.book-info .row-value {
  display: block;
  font: 17px/19px "fregatbold", sans-serif;
}

.book-info .row-value.name {
  font-size: 19px;
}

.availability {
  font: 15px/17px "fregatregular", sans-serif;
  margin: 0 0 5px;
}

.availability .available {
  color: var(--green-color);
}

.availability .pre-order {
  color: var(--orange-color);
  font-weight: bold;
}

.availability .noavailable {
  color: var(--red-color);
}

.aside-product {
  width: 221px;
  background: url("../image/bg-aside-products.jpg") no-repeat 49% 0;
  padding: 37px 0 0;
  margin: -5px 0 0;
}

.aside-product .aside-title {
  display: block;
  font: 22px/32px "fregatbold", sans-serif;
  color: var(--blue-color);
  padding: 0 0 0 37px;
  margin: 0 0 21px;
}

.aside-product .delivery-free-img {
  text-align: center;
  margin: 0 0 63px 18px;
}

.aside-product .links-list {
  padding: 0 0 0 36px;
  margin: 0;
  list-style: none;
}

.aside-product .links-list li {
  margin: 0 0 33px;
}

.aside-product .links-list a {
  color: var(--font-color);
  font: 18px/20px "fregatbold", sans-serif;
}

.aside-product .links-list .link-arrow {
  background: url("../image/icons-sprite.png") no-repeat 0 -366px;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: top;
  margin: 3px 0 0 10px;
}

.favorites-link a {
  font: 15px/17px "fregatregular", sans-serif;
}

.favorites-link span {
  color: var(--blue-color);
  transition: all 0.3s;
  display: inline-block;
  vertical-align: middle;
}

.favorite-text {
  border-bottom: 1px solid var(--blue-color);
}

.favorites-link.disabled span {
  border-bottom: none;
  color: var(--font-color);
  cursor: default;
}

.favorites-link.disabled .icon-favorite {
  cursor: default;
}

.favorites-link a:hover span {
  border-color: transparent;
}

.links-row {
  margin: 0 0 6px;
}

.links-row .favorite-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.favorite-box .bx-catalog-subscribe-button {
  margin-bottom: 0;
}

.links-row .social-links {
  display: inline-block;
  vertical-align: middle;
}

.links-row .social-links a {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 30px;
  opacity: 0.7;
  margin: 0 3px;
  position: relative;
  transition: opacity 0.3s;
}

.links-row .social-links a:after {
  content: "";
  background: url(../image/icons-sprite.png) no-repeat 0 -38px;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s;
}

.links-row .social-links a:hover:after {
  opacity: 1;
  background: url(../image/icons-sprite.png) no-repeat 0 -442px;
  transform: rotate(180deg);
}

.links-row .social-links i {
  background: url(../image/social-icons-login.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.links-row .social-links .icon-fb {
  background-position: 0 -2px;
  width: 11px;
  height: 19px;
}

.links-row .social-links .icon-tw {
  background-position: -111px -3px;
  width: 20px;
  height: 17px;
}

.links-row .social-links a:hover i {
  background: url(../image/social-icons-login-active.png) no-repeat;
}

.links-row .social-links a:hover .icon-fb {
  background-position: 0 -24px;
}

.links-row .social-links a:hover .icon-tw {
  background-position: -111px -25px;
}

.links-row .fa-google-plus-g {
  width: 27px;
  display: inline-block;
  margin: 7px 0 0;
  height: 21px;
  fill: var(--blue-color);
}

.links-row .social-links .icon-gp {
  background: none;
  color: var(--blue-color);
}

.links-row .social-links a:hover .icon-gp {
  background: none;
  color: var(--orange-color);
}

.links-row .social-links a:hover .fa-google-plus-g {
  fill: #ff967a;
}

.product-about .text-holder {
  max-height: 88px;
  overflow: hidden;
  margin: 0 0 5px;
  transition: all 0.3s ease;
}

.product-about .text-holder.opened {
  max-height: 999px;
}

.product-about .text-holder .inner-box {
  float: right;
  width: 100%;
  margin-left: -5px;
}

.product-about .text-holder:after {
  content: "\02026";
  float: right;
  position: relative;
  top: -25px;
  left: 100%;
  width: 3em;
  margin-left: -3em;
  padding-right: 5px;
  box-sizing: content-box;
  text-align: right;
  background-size: 100% 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    white 50%,
    white
  );
}

.product-about .text-descr p {
  font-size: 14px;
  line-height: 22px;
}

.product-about .more-link {
  font-size: 15px;
  font-style: italic;
  color: var(--blue-color);
  border-bottom: 1px solid var(--blue-color);
  transition: all 0.3s;
}

.product-about .more-link:hover {
  color: var(--link-hover);
  border-color: transparent;
}

/* description information */
.description-and-info {
  background: var(--white-color);
  border: 3px solid #d0f3ff;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-radius: 5px 20px 25px 10px;
  padding: 37px 42px 20px;
  margin: 0 0 12px;
}

.description-and-info:after {
  content: "";
  display: block;
  clear: both;
}

.description-and-info .row {
  margin: 0 -25px;
}

.description-and-info .col-md-6 {
  padding: 0 25px;
}

.description-and-info .title-info {
  display: block;
  font: 20px/22px "fregatbold", sans-serif;
  margin: 0 0 20px;
}

.description-and-info .table-info table {
  width: 100%;
}

.description-and-info .table-info table td {
  padding: 7px 20px 8px;
  font: 15px/20px "fregatregular", sans-serif;
}

.description-and-info .table-info tr:nth-child(2n + 1) td {
  background: var(--table-bg);
  border-radius: 3px;
}

.description-and-info .table-info table .value {
  font-family: "fregatbold", sans-serif;
}

/* review-section */
.reviews-section {
  background: var(--white-color);
  border: 3px solid var(--border-color);
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-radius: 5px 20px 25px 10px;
  padding: 42px 42px 40px;
  margin: 0 0 50px;
}

.reviews-wrap:after {
  content: "";
  clear: both;
  display: block;
}

.reviews-column {
  float: left;
  width: calc(100% - 372px - 25px);
  padding: 0 120px 0 12px;
}

.review-rate-title {
  font: 20px/24px "fregatbold", sans-serif;
  margin: 0 0 13px;
}

.reviews-body {
  padding: 7px 0 0;
}

.item-review {
  padding: 0 0 34px;
}

.item-review:after {
  content: "";
  clear: both;
  display: block;
}

.item-review .rate-block {
  width: 74px;
  float: left;
}

.item-review .rate-value {
  color: var(--orange-color);
  font: 30px/36px "fregatbold", sans-serif;
}

.item-review .review-block {
  float: left;
  width: calc(100% - 74px);
}

.review-head {
  margin: 0 0 6px;
}

.review-head .name {
  display: inline-block;
  vertical-align: top;
  font: 15px/18px "fregatbold", sans-serif;
  margin: 0 12px 0 0;
}

.review-head .date {
  color: var(--desc-font-color);
  font: 15px/18px "fregatregular", sans-serif;
  display: inline-block;
  vertical-align: top;
}

.item-review .review-text p {
  margin: 0;
  font: 15px/23px "fregatregular", sans-serif;
}

.item-review .answer {
  padding: 15px 0 0 30px;
}

.answer .review-head .name {
  color: var(--blue-color);
}

.reviews-section .pagination {
  margin: 0;
  padding: 0 0 0 72px;
}

.reviews-section .paginatiol-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reviews-section .paginatiol-list li {
  display: inline-block;
  vertical-align: top;
  font: 25px/28px "pf_playskool_proregular", sans-serif;
  margin: -5px 37px 0 0;
}

.reviews-section .paginatiol-list a {
  color: var(--font-color);
}
.reviews-section .paginatiol-list a:hover {
  color: var(--orange-color);
}

.reviews-section .paginatiol-list .active span {
  color: var(--orange-color);
}

/* reviews form */
.review-form-column {
  float: left;
  width: 372px;
  margin: 0 25px 0 0;
}

.review-form-title {
  font: 20px/24px "fregatbold", sans-serif;
  margin: 0 0 13px;
}

.input-holder textarea.input {
  resize: none;
  padding-top: 10px;
  box-shadow: none;
  -webkit-appearance: none;
}

.review-form-column .input-holder textarea {
  height: 92px;
  min-height: auto;
}

.review-form-column .rate {
  display: flex;
  align-items: center;
}

.rate-title {
  font: 15px/18px "fregatbold", sans-serif;
  padding: 0 13px 0 0;
}

.rating {
  display: flex;
  flex-direction: row-reverse;
  padding: 4px 0 1px;
  margin-left: 10px;
}

.rating .rating__star {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../image/rating-sprite.png") no-repeat;
  margin: 0 5px 0 0;
  cursor: pointer;
}

.rating input.rating__check {
  display: none;
}

.rating__check:checked ~ .rating__star {
  background-position: 0 -21px;
}

.slider-block {
  margin: 0 0 50px;
}

/* Sidebar */
.product-item-detail-info-section {
  padding: 0 20px;
}

@media (max-width: 992px) {
  .product-item-detail-info-section {
    padding: 0;
  }
}

.product-item-detail-info-container {
  margin-bottom: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-info-container:after {
  content: "";
  display: block;
  clear: both;
}

.product-item-detail-info-container-title {
  font-weight: bold;
  color: #000;
  font-size: 13px;
  margin-bottom: 3px;
}

.product-item-detail-pay-block {
  padding: 0;
  border-radius: 3px;
  background-color: var(--white-color);
  position: relative;
  margin-bottom: 15px;
}

.bx-retina .product-item-detail-pay-block {
  border-width: 0.5px;
}

/*Compare*/
.product-item-detail-compare-container {
  font-size: 12px;
  padding: 4px 15px;
  border-top: 1px solid var(--border-color);
  position: relative;
  margin: 0 -20px;
  background: var(--white-color);
  line-height: 20px;
  vertical-align: middle;
  min-height: 30px;
  box-shadow: inset 0 1px 1px 0 var(--box-shadow);
  color: var(--font-color);
}

.product-item-detail-compare .checkbox {
  margin: 0;
  padding: 0;
}

/* Price */
.product-item-detail-price-current {
  font: 36px/36px "fregatbold", sans-serif;
  color: var(--red-color);
  line-height: 33px;
  font-weight: bold;
  white-space: nowrap;
  -webkit-transition: font-size 200ms ease;
  -moz-transition: font-size 200ms ease;
  -ms-transition: font-size 200ms ease;
  -o-transition: font-size 200ms ease;
  transition: font-size 200ms ease;
}

.product-item-detail-price-current span {
  display: inline-block;
  vertical-align: baseline;
  color: var(--font-color);
}

.product-item-detail-price-current span.currency {
  font-size: 24px;
}

.product-item-detail-price-old {
  color: var(--red-color);
  font: 28px/28px "fregatbold", sans-serif;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
  float: left;
  margin: 0 20px 0 0;
}

.product-item-detail-price-old:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--orange-color);
  margin: -3px 0 0;
}

.product-item-detail-price-old span {
  color: var(--desc-font-color);
  display: inline-block;
  vertical-align: baseline;
}

.product-item-detail-price-old span.currency {
  font-size: 18px;
}

/* SCU */
.product-item-scu-container {
  padding: 0 0 2px;
}

.product-item-scu-container-title {
  font-size: 12px;
  color: var(--font-color);
}

.product-item-scu-list {
  margin: 0;
}

.product-item-scu-item-list {
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin: 0 0 0 -2px;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
  padding: 5px 3px;
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.product-item-scu-item-text-container {
  min-width: 32px;
}

.product-item-scu-item-color-container {
  max-width: 38px;
  width: 25%;
}

.product-item-scu-item-color-block {
  position: relative;
  padding-top: 100%;
  cursor: pointer;
  /*outline: 1px solid #c0cfda;*/
}

.bx-no-touch .product-item-scu-item-color-block {
  transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block {
  outline-width: 0.5px;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
  outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block {
  outline-width: 1px;
}

.product-item-scu-item-color {
  position: absolute;
  top: 2px;
  right: 2px;
  left: 2px;
  bottom: 2px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.product-item-scu-item-text-block {
  position: relative;
  cursor: pointer;
  /*outline: 1px solid #c0cfda;*/
  padding: 0 5px;
}

.bx-no-touch .product-item-scu-item-text-block {
  transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block {
  outline-width: 0.5px;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
  outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
  outline-width: 1px;
}

.product-item-scu-item-text {
  vertical-align: middle;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
  white-space: nowrap;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
  position: relative;
  /*outline-color: #a9adb4 !important;*/
  overflow: hidden;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  content: "";
  background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
  background-size: 80% 80%;
}

.product-item-selected-scu-container {
  word-spacing: 1px;
}

.product-item-selected-scu {
  display: inline-block;
  /*outline: 1px solid #c0cfda;*/
  vertical-align: middle;
  text-align: center;
  font-size: 11px;
  line-height: 22px;
  height: 22px;
  min-width: 22px;
  white-space: nowrap;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 5px;
}

.bx-retina .product-item-selected-scu {
  outline-width: 0.5px;
}

.product-item-selected-scu-color {
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

/*Amount*/
.product-item-amount {
  text-align: center;
  padding: 0 0 2px;
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
  height: 22px;
  min-width: 22px;
  display: inline-block;
  vertical-align: middle;
  background-color: #f2f2f2;
  color: var(--white-color);
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus {
  border-width: 0.5px;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
  background: #d3d3d3;
}

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0.8;
  transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
  opacity: 0.3 !important;
  cursor: default;
}
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
  background-color: #f2f2f2;
}

.product-item-amount-field-btn-minus:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0.8;
  transition: opacity 300ms ease;
}

.product-item-amount-field-btn-plus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==)
    no-repeat center;
  background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
    no-repeat center;
  background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after {
  opacity: 1;
}

.product-item-amount-field {
  max-width: 50px;
  width: auto;
  color: var(--black-color);
  font-weight: bold;
  display: inline-block;
  line-height: 22px;
  vertical-align: middle;
  height: 22px;
  padding: 0;
  font-size: 19px;
  text-align: center;
  background: transparent !important;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: border 300ms ease;
}

.bx-retina .product-item-amount-field {
  border-width: 0.5px;
}

.product-item-amount-field:focus {
  outline: none !important;
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-item-amount-description-container {
  color: var(--desc-font-color);
  font-size: 12px;
  white-space: nowrap;
}

.product-item-amount-description-container strong {
  color: var(--font-color);
  white-space: nowrap;
}

.product-item-amount-label-container {
  font-weight: bold;
  color: var(--desc-font-color);
  font-size: 12px;
  margin: 5px 0;
}

/**/
.product-item-quantity {
  color: var(--font-color);
  font-size: 12px;
  font-weight: normal;
}

/*Buy button*/
.btn.product-item-detail-buy-button {
  display: inline-block;
  vertical-align: middle;
 }

.btn.btn-default.product-item-detail-buy-button {
  padding: 19px 42px 3px;
  line-height: 26px;
}

.buying-click {
  color: var(--font-color);
  font: 16px/18px "fregatregular", sans-serif;
  margin: 0 0 20px 25px;
  white-space: nowrap;
}

.buying-click {
  border-bottom: 1px solid var(--border-color);
  color: var(--font-color);
  transition: all 0.3s;
}

.buying-click:hover {
  border-color: transparent;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button {
  margin: 0;
}

.btn.product-item-detail-buy-button span {
  line-height: 16px;
  display: inline-block;
  min-height: 16px;
  max-width: 100%;
  white-space: normal;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-preorder.btn.product-item-detail-buy-button span {
  display: inline;
}

.btn-link.product-item-detail-buy-button {
  height: 25px;
}

/* Slider */
.product-item-detail-slider-container {
  height: 100%;
  max-width: 100%;
  position: relative;
  background: transparent;
  -webkit-transition: background 800ms ease;
  -moz-transition: background 800ms ease;
  -ms-transition: background 800ms ease;
  -o-transition: background 800ms ease;
  transition: background 800ms ease;
}

.product-item-detail-slider-block {
  position: relative;
  box-sizing: border-box;
  padding-top: 73.7%;
  height: 0;
  width: calc(100% - 114px - 25px);
  float: right;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
  width: 100%;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square {
  padding-top: 100%;
}

.product-item-detail-slider-images-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.product-item-detail-slider-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -ms-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
  opacity: 1;
  z-index: 10;
}

.product-item-detail-slider-image img {
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);

  -webkit-transition: background-size 450ms ease, width 450ms ease,
    height 450ms ease, outline 450ms ease;
  -moz-transition: background-size 450ms ease, width 450ms ease,
    height 450ms ease, outline 450ms ease;
  -ms-transition: background-size 450ms ease, width 450ms ease,
    height 450ms ease, outline 450ms ease;
  -o-transition: background-size 450ms ease, width 450ms ease, height 450ms ease,
    outline 450ms ease;
  transition: background-size 450ms ease, width 450ms ease, height 450ms ease,
    outline 450ms ease;
  background-repeat: no-repeat;
  background-position: center;

  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  outline: 1px solid transparent;
}

.product-item-detail-slider-image.firstImage img {
  max-height: 95% !important;
  max-width: 95% !important;
  padding-bottom: 20px;
}

.product-item-detail-slider-progress-bar {
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 180;
}

/*Slider Controls*/
.product-item-detail-slider-controls-block {
  padding: 0;
  text-align: center;
  float: left;
  width: 114px;
}

.product-item-detail-slider-controls-image {
  width: 114px;
  height: 114px;
  /*background-color: var(--border-color);*/
  border-bottom: 1px solid var(--border-color) !important;
  box-shadow: var(--bark-box-shadow);
  position: relative;
  text-align: center;
  display: inline-block;
  /*border: 2px solid transparent;*/
  cursor: pointer;
  overflow: hidden;
}

.product-item-detail-slider-controls-block .slick-slide.product-item-detail-slider-controls-image {
  height: 114px;
  /*margin-bottom: 2px;*/
}

.bx-retina .product-item-detail-slider-controls-image {
  border-width: 0.5px;
}

.bx-no-retina .product-item-detail-slider-controls-image.active {
  border-color: var(--border-color);
}

.bx-retina .product-item-detail-slider-controls-image.active {
  border-width: 1px;
  border-color: var(--border-color);
}

.product-item-detail-slider-controls-image img {
  max-width: 106px;
  max-height: 106px;
  height: auto;
  width: auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.product-item-detail-slider-controls-block .slick-prev {
  background: url("../image/icons-sprite.png") no-repeat 0 -480px;
  width: 56px;
  height: 29px;
  top: 0;
  left: 50%;
  margin-left: -28px;
  transform: none;
  z-index: 1;
  /*opacity: 0.5;*/
  transition: opacity 300ms ease;
}

.product-item-detail-slider-controls-block .slick-next {
  background: url("../image/icons-sprite.png") no-repeat 0 -480px;
  width: 56px;
  height: 29px;
  transform: rotate(180deg);
  top: auto;
  bottom: 0;
  left: 50%;
  margin-left: -28px;
  z-index: 1;
  /*opacity: 0.5;*/
  transition: opacity 300ms ease;
}

.product-item-detail-slider-controls-block .slick-prev:hover,
.product-item-detail-slider-controls-block .slick-next:hover {
  opacity: 1;
}

.product-item-detail-slider-controls-block .slick-next:before,
.product-item-detail-slider-controls-block .slick-prev:before {
  content: "";
}

.popup .product-item-detail-slider-left,
.popup .product-item-detail-slider-right {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 111;
  bottom: 0;
  top: calc(50% - 35px);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: 1px solid transparent;
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
  display: none;
}

.product-item-detail-slider-left:before,
.product-item-detail-slider-right:before {
  content: none;
}

.popup .product-item-detail-slider-left:before,
.popup .product-item-detail-slider-right:before {
  content: "";
  background: url(../image/icons-sprite.png) no-repeat 0 -202px;
  width: 24px;
  height: 16px;
  opacity: 1;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 2px);
  margin: -8px 0 0 -12px;
}

.popup .product-item-detail-slider-left:after,
.popup .product-item-detail-slider-right:after {
  content: "";
  background: url(../image/icons-sprite.png) no-repeat 0 -133px;
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: transform 0.3s;
}

.product-item-detail-slider-left:hover:after,
.product-item-detail-slider-right:hover:after {
  transform: rotate(180deg);
}

.product-item-detail-slider-left {
  left: -5%;
}

.product-item-detail-slider-right {
  right: -5%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
  opacity: 0.8;
  background-color: rgba(255, 255, 255, 0.4);
}

.product-item-detail-slider-close {
  display: none;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
  width: 50px;
  height: 50px;
  right: 4px;
  top: 4px;
  opacity: 0.27;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  bottom: 0;
  display: block;
  position: absolute;
  cursor: pointer;
  z-index: 150;
}

.product-item-detail-slider-container.popup
  .product-item-detail-slider-close:hover {
  opacity: 1;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-right {
  right: 5%;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-left {
  left: 5%;
}

/*magnified*/
.product-item-detail-slider-container.magnified
  .product-item-detail-slider-image {
  z-index: 100;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-image img {
  outline-color: #ddd;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right {
  z-index: 50;
}

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring {
  opacity: 0;
}

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--white-color);
  z-index: 999999;
  animation-name: imgPopupShow;
  animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
  right: 0;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
  height: 100vh;
  padding-top: 0;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
  max-height: 100vh;
  position: absolute;
  top: 50%;
  width: calc(100% - 150px);
  left: 50%;
}

@keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image
  img {
  width: auto;
  max-width: 100%;
  cursor: default;
  max-height: 90vh;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
  border-left: 1px solid var(--border-color);
  background-color: var(--white-color);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  overflow-y: auto;
  display: none;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
  display: block;
  margin-bottom: 20px;
}

/* Slider Mobile*/
@media (max-width: 767px) {
  .product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
    right: 0;
  }
  .product-item-detail-slider-container.popup .product-item-detail-slider-block {
    padding-top: 0;
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-image {
    width: 90%;
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
    width: auto;
    max-width: 100%;
    cursor: default;
    max-height: calc(100vh - 115px);
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
    border-left: none;
    border-top: 1px solid var(--border-color);
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 111px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
    display: inline-block;
    margin-bottom: 0;
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-close {
    right: 10px;
    z-index: 200;
  }

  .product-item-detail-slider-left,
  .product-item-detail-slider-right {
    max-width: 75px;
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-right {
    right: 5%;
  }
}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
  position: absolute;
  z-index: 190;
  opacity: 1;
  -webkit-transition: opacity 450ms ease;
  -moz-transition: opacity 450ms ease;
  -ms-transition: opacity 450ms ease;
  -o-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}

.product-item-label-text span,
.product-item-label-ring {
  margin-bottom: 2px;
  color: var(--white-color);
  display: inline-block;
  clear: both;
  background: var(--red-color);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
  background-color: #fba90c;
}

.product-item-label-text > div,
.product-item-label-ring > div {
  line-height: 0;
}

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring {
  display: none;
}

/* TEXT */
.product-item-label-text span {
  padding: 2px 5px;
  font-weight: bold;
  vertical-align: middle;
}

.product-item-label-text.product-item-label-small span {
  line-height: 14px;
  font-size: 13px;
  padding: 2px 7px;
  margin-bottom: 1px;
  font-weight: normal;
}

.product-item-label-text.product-item-label-big span {
  line-height: 17px;
  font-size: 13px;
  padding: 4px 10px;
}

@media (max-width: 767px) {
  .product-item-label-text > div {
    line-height: 0;
  }

  .product-item-label-text.product-item-label-small span,
  .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
    line-height: 14px;
    font-size: 10px;
    padding: 2px 7px;
    margin-bottom: 1px;
  }

  .product-item-big-card .product-item-label-text.product-item-label-small span,
  .product-item-label-text.product-item-label-big span,
  .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
    margin-bottom: 1px;
    line-height: 16px;
    font-size: 14px;
    padding: 3px 12px;
  }

  .product-item-big-card .product-item-label-text.product-item-label-big span {
    line-height: 25px;
    font-size: 20px;
    padding: 3px 12px;
  }
}

/*RING*/
.product-item-label-ring {
  border-radius: 50%;
  font-weight: bold;
  box-sizing: border-box;
}

.product-item-label-ring.product-item-label-small {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.product-item-label-ring.product-item-label-big {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .product-item-label-ring.product-item-label-small,
  .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
  }

  .product-item-big-card .product-item-label-ring.product-item-label-small,
  .product-item-label-ring.product-item-label-big,
  .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }

  .product-item-big-card .product-item-label-ring.product-item-label-big {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
  }
}

.product-item-label-top {
  top: -5px;
}

.product-item-label-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product-item-label-center > div {
  text-align: center;
}

.product-item-label-left {
  left: -5px;
}

.product-item-label-left > div {
  text-align: left;
}

.product-item-label-bottom {
  bottom: -5px;
}

.product-item-label-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-item-label-right {
  right: -5px;
}

.product-item-label-right > div {
  text-align: right;
}

.product-item-label-center.product-item-label-middle {
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/* Tabs */
.product-item-detail-tabs-container {
  min-height: 60px;
  background: var(--white-color);
  border-bottom: 1px solid #ededed;
}

.product-item-detail-tabs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.product-item-detail-tabs-list:after {
  content: "";
  clear: both;
  display: table;
}

.product-item-detail-tab {
  float: left;
  min-height: 60px;
}

.product-item-detail-tab-link {
  height: 60px;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px 25px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 45px;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--blue-color);
  vertical-align: middle;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
  color: var(--black-color);
}

.product-item-detail-tab-link:after {
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--blue-color);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after {
  height: 3px;
}

.product-item-detail-tab-link:active:after {
  height: 6px;
}

.product-item-detail-tab-content {
  padding: 25px 0;
}

@media (max-width: 991px) {
  .product-item-detail-tabs-container {
    display: none !important;
  }

  .product-item-detail-tab-content {
    display: block !important;
  }
}

/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: var(--white-color);
  box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
  -webkit-transition: top 350ms linear;
  -moz-transition: top 350ms linear;
  -ms-transition: top 350ms linear;
  -o-transition: top 350ms linear;
  transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
  min-height: 45px;
  background: var(--white-color);
}

.product-item-detail-tabs-container-fixed.active {
  opacity: 1;
  top: 0;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
  max-width: 1048px;
  margin: 0 auto;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab {
  min-height: 45px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
  height: 45px;
  padding: 10px 25px;
  line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed {
  display: none !important;
}

/*Small Card*/
.product-item-detail-short-card-fixed {
  position: fixed;
  top: -85px;
  left: 0;
  right: 0;
  z-index: 1010;
  background-color: var(--white-color);
  box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
  -webkit-transition: top 220ms linear;
  -moz-transition: top 220ms linear;
  -ms-transition: top 220ms linear;
  -o-transition: top 220ms linear;
  transition: top 220ms linear;
  height: 85px;
  box-sizing: border-box;
  padding: 7px 0 8px;
}

.product-item-detail-short-card-fixed.active {
  opacity: 1;
  top: 0;
}

.product-item-detail-short-card-fixed.active
  + .product-item-detail-tabs-container-fixed.active {
  top: 85px;
}

.bx-touch .product-item-detail-short-card-fixed {
  display: none !important;
}

.product-item-detail-short-card-fixed
  .product-item-detail-short-card-content-container {
  max-width: 1048px;
  margin: 0 auto;
}

.product-item-detail-short-card-content-container table {
  border-collapse: collapse;
  min-width: 100%;
}

.product-item-detail-short-card-image {
  vertical-align: middle;
  text-align: left;
  width: 80px;
  padding-right: 15px;
}

.product-item-detail-short-card-image img {
  height: 65px;
  max-width: none;
}

.product-item-detail-short-title-container {
  max-width: 650px;
}

.product-item-detail-short-title-text {
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: var(--black-color);
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.product-item-detail-short-card-price {
  text-align: right;
  vertical-align: middle;
  padding: 0 10px;
}

.product-item-detail-short-card-btn {
  padding-left: 10px;
  min-width: 120px;
}

/*Properties */
.product-item-detail-tab-content {
  display: none;
}

.product-item-detail-tab-content.active {
  display: block;
}

.product-item-detail-tab-content h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.product-item-detail-properties {
  color: var(--desc-font-color);
  font-size: 12px;
  margin: 0;
  display: block;
  overflow: hidden;
  max-width: 560px;
}

.product-item-detail-properties dl {
  clear: both;
}

.product-item-detail-properties dt {
  clear: both;
  float: left;
  font-weight: normal;
}

.product-item-detail-properties dd {
  margin-bottom: 3px;
  float: right;
  margin-left: 5px;
  color: var(--black-color);
}

/* media */
@media (max-width: 1319px) {
  .product-card-section {
    flex-wrap: wrap;
    justify-content: center;
  }

  .product-view {
    width: 100%;
    max-width: 700px;
    padding: 0 0 40px;
  }

  .product-info-section {
    width: 100%;
    border-left: 0;
    border-top: 1px solid var(--border-color);
    /*padding: 35px 0 0;*/
  }
}

@media (max-width: 1199px) {
  .reviews-column {
    width: calc(100% - 372px);
    padding: 0 50px 0 0;
  }

  .review-form-column {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .description-and-info .col-md-6 + .col-md-6 {
    margin: 35px 0 0;
  }

  .reviews-column {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 50px;
  }

  .review-form-column {
    float: none;
    margin: 0 auto;
    max-width: 370px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .product-view {
    padding: 0;
  }

  .product-item-detail-slider-container {
    height: calc(100% - 60px);
  }

  .leaf-book a {
    width: 100%;
    justify-content: center;
    max-width: 400px;
  }

  .product-item-detail-slider-controls-block {
    float: none;
    width: 100%;
  }

  .product-item-detail-slider-block {
    width: 100%;
    float: none;
  }

  .product-item-detail-slider-controls-block
    .slick-slide.product-item-detail-slider-controls-image {
    margin: 0;
  }

  .product-item-detail-slider-controls-block .slick-prev {
    left: 0;
    top: 50%;
    margin: -15px 0 0 -13px;
    transform: rotate(-90deg);
  }

  .product-item-detail-slider-controls-block .slick-next {
    left: auto;
    right: 0;
    top: 50%;
    margin: -15px -13px 0 0;
    transform: rotate(90deg);
  }

  .product-item-detail-price-old {
    float: none;
    margin: 0 0 10px;
  }

  .product-about > .product-item-detail-pay-block {
    margin-bottom: 25px;
  }

  .btn.btn-default.product-item-detail-buy-button {
    margin: 15px 0;
  }

  .favorites-link {
    margin: 0 0 20px;
  }

  .product-item-detail-slider-left {
    left: -15px;
  }

  .product-item-detail-slider-right {
    right: -15px;
  }

  .prodct-btn-up.btn-up {
    bottom: 160px;
    right: 5px;
  }

  ._orinationLeft_3O .button_1O {
    margin-left: 10px !important;
    margin-bottom: 75px;
  }

  div#wh-widget-send-button {
    margin-bottom: 50px !important;
  }
}

@media (max-width: 640px) {
  .container-fluid {
    padding: 20px 15px;
  }

  .container .container-fluid h1.bx-title {
    line-height: 40px;
  }

  .product-item-detail-slider-block {
    padding-top: 90%;
  }

  .product-info-section {
    flex-wrap: wrap;
  }

  .product-about {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    border-right: 0;
  }

  .aside-product {
    display: none;
  }

  .description-and-info {
    padding: 20px 15px;
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-right {
    right: 10px;
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-left {
    left: 10px;
  }

  .reviews-section {
    padding: 20px 15px 35px;
  }
}

@media (max-width: 500px) {
  .item-review .rate-block {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }

  .item-review .review-block {
    float: none;
    width: 100%;
  }

  .bx-title-row {
    flex-wrap: wrap;
    padding: 0 0 25px;
  }

  .container .container-fluid h1.bx-title {
    width: 100%;
  }

  .bx-title-row .bx-title {
    padding-bottom: 0;
  }

  .product-rate {
    padding: 0;
  }
}

/*new style for product bottom-panel*/
.product-info-panel {
  display: none;
}

@media (max-width: 767px) {
  .product-info-panel {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    transform: translate(0px, 0px);
    transition: transform 0.2s ease-in-out 0s;
    background: var(--red-color) url("../image/bg-body.jpg") 49% 0;
    z-index: 100;
    padding: 15px 15px 0;
    border-top: 2px solid var(--border-color);
  }

  .product-info-panel .product-item-detail-pay-block {
    background: transparent;
  }

  .product-info-panel .btn.btn-default.product-item-detail-buy-button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  div.top-banner,
  header .header-top {
    position: static;
  }

  .product-info-panel .product-item-detail-info-container {
    margin-bottom: 10px;
  }

  .is-banner div.workarea {
    padding-top: 20px;
  }
}

.product-size-height {
  position: absolute;
  width: 1px;
  left: 7px;
  margin-bottom: 10px;
  background: var(--border-color);
  text-align: center;
  top: 0;
  bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-size-width {
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 8px;
  margin-left: 10px;
  background: var(--border-color);
  text-align: center;
  left: 0;
  right: 0;
}

.product-size-width .product-size-text {
  transform: translateY(-50%);
  padding: 0 10px;
}

.product-size-height .product-size-text {
  transform: rotate(-90deg) translateY(-100%);
  word-wrap: break-word;
  padding: 0 10px;
  background: var(--white-color);
  min-width: 60px;
}

.product-size-text {
  color: var(--font-color);
  font-size: 15px;
  line-height: 28px;
  background: var(--white-color);
  display: inline-flex;
  white-space: nowrap;
}

.product-item-detail-slider-images-container {
  margin-left: 10px;
}

/*@media (max-width: 1319px) {*/
/*  .product-info-section {*/
/*    margin-top: 40px;*/
/*  }*/
/*}*/

@media (max-width: 767px) {
  .product-item-detail-slider-images-container {
    margin-bottom: 60px;
  }

  /*.product-info-section {*/
  /*  margin-top: 10px;*/
  /*}*/
}

.product-item-detail-slider-container.popup .product-size-width,
.product-item-detail-slider-container.popup .product-size-height {
  display: none;
}

.leaf-book {
  margin: 20px 0 0;
  text-align: center;
}

.leaf-book a {
  display: inline-flex;
  padding: 11px 34px;
  border: 1px dashed var(--blue-color);
  border-radius: 5px;
  color: var(--blue-color);
  font-size: 16px;
  line-height: 16px;
  background: #edfafe;
}

.leaf-book a:hover {
  border: 1px dashed var(--blue-color);
  opacity: 0.8;
}

.leaf-book .icon-book {
  background: url("../image/icon-book.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.leaf-book a span {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .leaf-book {
    padding-left: 138px;
  }
}
/* End */

.bx-catalog-subscribe-button {
  margin-bottom: 6px;
  display: inline-block;
}

.bx-catalog-subscribe-button i,
.bx-catalog-subscribe-button span {
  cursor: pointer;
}

.bx-catalog-subscribe-button span:hover {
  border: transparent;
}

.bx-catalog-popup-content {
  width: 90%;
  max-width: 280px;
  margin: 0 auto;
}

.bx-catalog-subscribe-form-container-label {
  font-size: 13px;
  color: var(--desc-font-color);
  padding-bottom: 2px;
}

.bx-catalog-subscribe-form-container-input {
  position: relative;
}

.bx-catalog-subscribe-form-container-input input[type="text"] {
  display: block;
  width: 100%;
  font-size: 18px;
  height: 38px;
  margin: 0;
  padding: 0 4px;
  border: 1px solid var(--border-color);
  border-radius: 2px;
  background: var(--bg-input);
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bx-catalog-subscribe-alert-text,
.bx-catalog-subscribe-aligner {
  display: inline-block;
  vertical-align: middle;
}

.bx-catalog-subscribe-form-star-required {
  color: var(--red-color);
}
.bx-catalog-subscribe-form-container .bx-captcha {
  margin-bottom: 10px;
}

.bx-catalog-popup-message {
  font-weight: 700;
  min-width: 240px;
  margin: 0;
}

.bx-catalog-subscribe-alert {
  background-color: var(--bg-input);
  color: var(--black-color);
  font-size: 15px;
  min-height: 45px;
  text-align: center;
  padding: 12px 40px 12px 60px;
  position: relative;
  width: 280px;
}

.bx-catalog-subscribe-aligner {
  height: 45px;
  margin-left: -1px;
  width: 1px;
}

.bx-catalog-subscribe-alert-footer {
  text-align: center;
}

.bx-catalog-subscribe-alert-popup {
  background-color: var(--bg-input); !important;
  border: 1px solid var(--border-color) !important;
  border-radius: 3px !important;
  -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
  box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}

.catalog-section .favorites-link .icon-favorite,
.product-card-section .favorites-link .icon-favorite {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 48px;
  margin: 0 7px 0 0;
  position: relative;
}

.catalog-section .favorites-link.disabled .icon-favorite {
  cursor: default;
}

.catalog-section .favorites-link .icon-favorite:after,
.catalog-section .favorites-link .icon-favorite:before,
.product-card-section .favorites-link .icon-favorite:after,
.product-card-section .favorites-link .icon-favorite:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.catalog-section .favorites-link.disabled .icon-favorite:hover:after,
.product-card-section .favorites-link.disabled .icon-favorite:hover:after {
  transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
}

.catalog-section .favorites-link.disabled .icon-favorite:after,
.product-card-section .favorites-link.disabled .icon-favorite:after {
  background: url(../image/heart_border_active.png) center no-repeat;
}

.catalog-section .favorites-link .icon-favorite:after,
.product-card-section .favorites-link .icon-favorite:after {
  background: url(../image/heart_border.png) center no-repeat;
  transition: transform 0.5s ease-in-out;
}

.catalog-section .favorites-link .icon-favorite:hover:after,
.product-card-section .favorites-link .icon-favorite:hover:after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.catalog-section .favorites-link .favorite-text {
  display: none;
}
/* End */

@media (min-width: 1200px) {
  .product-item-list-col-6 > .col-xs-12 > .row > .col-md-2:nth-child(6n + 1),
  .product-item-list-col-1-6 > .col-sm-6:nth-child(2n + 1),
  .product-item-list-col-6-1 > .col-sm-6:nth-child(2n + 1),
  .product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n + 1),
  .product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n + 1),
  .product-item-list-col-4 > .col-xs-12 > .row > .col-md-3:nth-child(4n + 1),
  .product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n + 1),
  .product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n + 1),
  .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n + 1),
  .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n + 1),
  .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
    clear: both;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-item-list-col-6 > .col-xs-12 > .row > .col-md-2:nth-child(6n + 1),
  .product-item-list-col-1-6 > .col-sm-6:nth-child(2n + 1),
  .product-item-list-col-6-1 > .col-sm-6:nth-child(2n + 1),
  .product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n + 1),
  .product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n + 1),
  .product-item-list-col-4 > .col-xs-12 > .row > .col-md-3:nth-child(4n + 1),
  .product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n + 1),
  .product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n + 1),
  .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n + 1),
  .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n + 1),
  .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-item-list-col-6 > .col-xs-12 > .row > .col-sm-4:nth-child(3n + 1),
  .product-item-list-col-1-6 > .col-sm-6:nth-child(2n + 1),
  .product-item-list-col-6-1 > .col-sm-6:nth-child(2n + 1),
  .product-item-list-col-1-6 > .col-sm-6 > .row > .col-xs-6:nth-child(2n + 1),
  .product-item-list-col-6-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n + 1),
  .product-item-list-col-4 > .col-xs-12 > .row > .col-xs-6:nth-child(2n + 1),
  .product-item-list-col-1-4 > .col-sm-6:nth-child(2n + 1),
  .product-item-list-col-4-1 > .col-sm-6:nth-child(2n + 1),
  .product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n + 1),
  .product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n + 1),
  .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n + 1),
  .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n + 1),
  .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
    clear: both;
  }
}

@media (max-width: 767px) {
  .product-item-list-col-6 > .col-xs-12 > .row > .col-xs-6:nth-child(2n + 1),
  .product-item-list-col-1-6 > .col-sm-6 > .row > .col-xs-6:nth-child(2n + 1),
  .product-item-list-col-6-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n + 1),
  .product-item-list-col-4 > .col-xs-12 > .row > .col-xs-6:nth-child(2n + 1),
  .product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n + 1),
  .product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n + 1),
  .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n + 1),
  .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n + 1),
  .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
    clear: both;
  }
}

.catalog-products-viewed-header {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 5px 0;
  padding: 5px 15px;
  border-bottom: 2px solid var(--border-color);
  color: #000;
}
/* End */

.product-item-container {
  position: relative;
}

.product-item-container.hover {
  z-index: 200;
}

.product-item {
  display: block;
  border: 1px solid transparent;
  border-radius: 2px;
  width: 100%;
  padding: 15px 0 5px;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  box-sizing: border-box;
}

.product-item-line-card .product-item {
  width: auto !important;
  border-bottom: 1px solid var(--border-color);
}

.product-item-button-container .icon-favorites {
  width: 36px;
  height: 36px;
  vertical-align: middle;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .product-item-line-card .product-item .col-sm-6:nth-child(2n) {
    clear: both;
  }
}

.bx-retina .product-item {
  border-width: 0.5px;
}

.product-item * {
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

@media (max-width: 767px) {
  .product-item {
    padding: 15px 5px 5px;
  }

  .product-item-line-card .product-item .col-xs-12:nth-child(2n) {
    clear: both;
  }
}

.bx-no-touch .product-item-container.hover .product-item {
  box-shadow: 1px 1px 3px 0 rgba(220, 216, 196, 1);
  border: 1px solid transparent;
  background: #fffcec url("../image/bg-body.jpg") 50% 0;
  position: absolute;
  left: -15px;
  right: -15px;
  padding: 15px 15px 0;
  width: auto;
  border-radius: 11px;
}

.bx-touch .product-item {
  padding: 15px 0 0;
  width: auto;
}

.bx-no-touch .product-item-container.hover .product-item {
  -webkit-animation: product-item-hover 300ms 1 ease;
}

@-webkit-keyframes product-item-hover {
  0% {
    position: absolute;
    left: -15px;
    right: -15px;
    border: 1px solid transparent;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    border: 1px solid transparent;
    box-shadow: 1px 1px 3px 0 rgba(220, 216, 196, 1);
  }
}

.bx-no-touch .product-item-container.hover .product-item-title a {
  color: #039edf;
}

/*Image*/
.product-item-image-wrapper {
  display: block;
  padding-top: 116%;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-item-container.hover.product-item-scalable-card
  .product-item-image-wrapper {
  padding-top: 54%;
}

.product-item-image-original,
.product-item-image-alternative {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -ms-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.product-item-image-original {
  z-index: 110;
}

.product-item-image-alternative {
  z-index: 120;
  opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original {
  opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-alternative {
  opacity: 1;
}

.product-item-big-card .product-item-image-wrapper {
  margin-bottom: 25px;
}

/*Image Slider*/
.product-item-image-slider-slide-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.product-item-image-slide {
  display: none;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--white-color);
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .product-item-image-slide {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -ms-transition: -ms-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .product-item-image-slide.next,
  .product-item-image-slide.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .product-item-image-slide.prev,
  .product-item-image-slide.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .product-item-image-slide.next.left,
  .product-item-image-slide.prev.right,
  .product-item-image-slide.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
  display: block;
}

.product-item-image-slider-slide-container > .active {
  left: 0;
}

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.product-item-image-slider-slide-container > .next {
  left: 100%;
}

.product-item-image-slider-slide-container > .prev {
  left: -100%;
}

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right {
  left: 0;
}

.product-item-image-slider-progress-bar-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
}

.product-item-image-slider-progress-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  height: 1px;
  opacity: 0.8;
  background-color: var(--red-color);
}

.product-item-image-slider-control-container {
  padding: 0;
  text-align: center;
  position: absolute;
  z-index: 190;
  left: 0;
  right: 0;
  bottom: 10px;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container {
  opacity: 1;
}

.product-item-image-slider-control,
.product-item-image-slider-control.active {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.8);
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0.6;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover {
  cursor: pointer;
}



/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
  line-height: 14px;
  font-size: 13px;
  padding: 2px 7px;
  margin-bottom: 1px;
  font-weight: normal;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
  line-height: 21px;
  font-size: 16px;
  padding: 5px 12px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
  line-height: 17px;
  font-size: 13px;
  padding: 4px 10px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
  line-height: 33px;
  font-size: 22px;
  padding: 5px 17px;
}


@media (max-width: 767px) {
  .product-item-label-text > div {
    line-height: 0;
  }

  .product-item-label-text.product-item-label-small span,
  .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
    line-height: 14px;
    font-size: 10px;
    padding: 2px 7px;
    margin-bottom: 1px;
  }

  .product-item-big-card .product-item-label-text.product-item-label-small span,
  .product-item-label-text.product-item-label-big span,
  .product-item-scalable-card.hover
    .product-item-label-text.product-item-label-big
    span {
    margin-bottom: 1px;
    line-height: 16px;
    font-size: 14px;
    padding: 3px 12px;
  }

  .product-item-big-card .product-item-label-text.product-item-label-big span {
    line-height: 25px;
    font-size: 20px;
    padding: 3px 12px;
  }
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 30px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 42px;
}

@media (max-width: 767px) {
  .product-item-label-ring.product-item-label-small,
  .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }

  .product-item-big-card .product-item-label-ring.product-item-label-small,
  .product-item-label-ring.product-item-label-big,
  .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }

  .product-item-big-card .product-item-label-ring.product-item-label-big {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
  }
}

/*Title*/
.product-item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
  text-align: center;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
  overflow: auto;
  white-space: normal;
}

.product-item-title a {
  color: var(--font-color);
  text-decoration: none;
  font-size: 13px;
}

.product-item-big-card .product-item-title a {
  font-size: 16px;
  white-space: normal;
}

.product-item-line-card .product-item-title a {
  font-size: 20px;
}

/*Price*/
.product-item-price-container {
  margin: 5px 0 10px;
}

.product-item-price-current {
  color: #3f3f3f;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
}

.product-item-price-old {
  color: var(--desc-font-color);
  font-size: 12px;
  white-space: nowrap;
  text-decoration: line-through;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
  line-height: 20px;
  vertical-align: middle;
}

.product-item-big-card .product-item-price-container {
  margin: 0 0 5px;
}

.product-item-big-card .product-item-price-current {
  font: 45px/47px "pf_playskool_proregular", sans-serif;
}

.product-item-big-card .product-item-price-old {
  font-size: 15px;
  font-family: fregatregular, sans-serif;
}

.product-item-detail-price-current bdi {
  font: 45px "pf_playskool_proregular", sans-serif;
}

/*Info*/
.product-item-line-card .product-item-info-container {
  text-align: center;
}

.product-item-info-container {
  margin-bottom: 25px;
}

.product-item-info-container-title {
  font-weight: bold;
  color: #000;
  font-size: 13px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden {
  display: none !important;
}

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
  display: block;
  opacity: 1;
}

/*Amount*/
.product-item-amount {
  text-align: center;
  padding: 0 0 2px;
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
  height: 22px;
  min-width: 22px;
  display: inline-block;
  vertical-align: middle;
  background-color: var(--bg-input);
  color: var(--white-color);
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus {
  border-width: 0.5px;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
  background: var(--bg-up-btn-hover);
}

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0.8;
  transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
  opacity: 0.3 !important;
  cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
  background-color: var(--bg-input);
}

.product-item-amount-field-btn-plus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==)
    no-repeat center;
  background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
    no-repeat center;
  background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after {
  opacity: 1;
}

.product-item-amount-field {
  max-width: 50px;
  width: auto;
  color: #000;
  font-weight: bold;
  display: inline-block;
  line-height: 22px;
  vertical-align: middle;
  height: 22px;
  padding: 0;
  text-align: center;
  background: transparent !important;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: border 300ms ease;
}

.bx-retina .product-item-amount-field {
  border-width: 0.5px;
}

.product-item-amount-field:focus {
  outline: none !important;
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.product-item-amount-description-container {
  color: var(--desc-font-color);
  font-size: 12px;
  white-space: nowrap;
}

.product-item-big-card .product-item-amount-field-container {
  text-align: left;
}

.product-item-amount-description-container strong {
  color: var(--font-color);
  white-space: nowrap;
}

.product-item-amount-label-container {
  font-weight: bold;
  color: var(--desc-font-color);
  font-size: 12px;
  margin: 5px 0;
}

/**/
.product-item-quantity {
  color: var(--font-color);
  font-weight: normal;
  font-size: 12px;
}

/*Properties */
.product-item-properties {
  color: var(--desc-font-color);
  font-size: 12px;
  margin: 0;
  display: block;
  overflow: hidden;
}

.product-item-properties dl {
  clear: both;
}

.product-item-properties dt {
  clear: both;
  float: left;
  font-weight: normal;
}

.product-item-properties dd {
  margin-bottom: 3px;
  float: right;
  margin-left: 5px;
  color: #000;
}

/*Compare*/
.product-item-compare-container {
  display: none;
  font-size: 12px;
  padding: 4px 15px;
  border-top: 1px solid var(--border-color);
  position: relative;
  margin: 0 -15px;
  background: #f3f3f3;
  line-height: 20px;
  vertical-align: middle;
  min-height: 30px;
  box-shadow: inset 0 1px 1px 0 #eee;
}

.product-item-line-card .product-item-compare-container {
  margin: 0;
  background-color: transparent;
  box-shadow: none;
  border: none;
  text-align: center;
}

.bx-touch .product-item-compare-container {
  display: none;
}

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container {
  display: block;
}

.product-item-compare .checkbox {
  margin: 0;
  padding: 0;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
  position: relative;
  outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  content: "";
  background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
  background-size: 80% 80%;
}

.aws-search-result .aws_result_price {
  padding: 10px 0 2px 0;
}

@media (max-width: 1220px) {
  .product-item-price-current {
    display: flex;
    flex-direction: column;
  }

  .product-item-price-current del {
    order: 1;
    font-size: 24px;
    line-height: 1;
  }

  .product-item-price-current ins {
    order: 0;
  }
}

@media (max-width: 991px) {
  .product-item-line-card .product-item-scu-container-title {
    text-align: center;
  }

  .product-item-line-card .product-item-scu-item-list {
    text-align: center;
  }

  .product-item-line-card .product-item-scu-item-color-container,
  .product-item-line-card .product-item-scu-item-text-container {
    float: none;
    display: inline-block;
  }

  .aws-search-result .aws_result_price {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

.product-item-description-container p {
  font-size: 13px;
  color: var(--desc-font-color);
}

/*Buttons*/
.product-item-button-container {
  text-align: center;
}

.product-item-button-container .btn {
  margin-bottom: 2px;
}

.product-item-button-container .btn.btn-default {
  background: var(--orange-color);
  border-color: var(--orange-color);
  font: 25px/28px "pf_playskool_proregular", sans-serif;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 70%;
  white-space: normal;
  margin-right: 10px;
}

.product-item-button-container .btn.btn-default:hover {
  background: var(--orange-color);
  opacity: 0.85;
}

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round {
  display: none;
}

/*More*/
.product-item-more-container {
  display: block;
  position: relative;
  border: 1px solid transparent;
  border-radius: 2px;
  width: 100%;
  padding: 15px 15px 5px;
  transition: all 300ms ease;
  box-sizing: border-box;
}

.product-item-more-wrapper {
  display: block;
  padding-top: 116%;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}

.product-item-more {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
  background-size: 50%;
  transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more {
  opacity: 1;
}

.product-item-more-title {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.links_row {
  text-align: center;
}

.links_row .social-links {
  display: inline-block;
  vertical-align: middle;
}

.links_row .social-links a {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 30px;
  opacity: 0.7;
  margin: 0 3px;
  position: relative;
  transition: opacity 0.3s;
}

.links_row .social-links a:after {
  content: "";
  background: url(../image/icons-sprite.png) no-repeat 0 -38px;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s;
}

.links_row .social-links a:hover:after {
  opacity: 1;
  background: url(../image/icons-sprite.png) no-repeat 0 -442px;
  transform: rotate(180deg);
}

.links_row .social-links i {
  background: url(../image/social-icons-login.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.links_row .social-links .icon-fb {
  background-position: 0 -2px;
  width: 11px;
  height: 19px;
}

.links_row .social-links .icon-tw {
  background-position: -111px -3px;
  width: 20px;
  height: 17px;
}

.links_row .social-links a:hover i {
  background: url(../image/social-icons-login-active.png) no-repeat;
}

.links_row .social-links a:hover .icon-fb {
  background-position: 0 -24px;
}

.links_row .social-links a:hover .icon-tw {
  background-position: -111px -25px;
}

.links_row .fa-google-plus-g {
  width: 27px;
  display: inline-block;
  margin: 7px 0 0;
  height: 21px;
  fill: var(--blue-color);
}

.links_row .social-links .icon-gp {
  background: none;
  color: var(--blue-color);
}

.links_row .social-links a:hover .icon-gp {
  background: none;
  color: var(--orange-color);
}

.links_row .social-links a:hover .fa-google-plus-g {
  fill: #ff967a;
}

.cloud-icon {
  color: var(--white-color);
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 56px;
  font: 48px/48px pf_playskool_proregular, sans-serif;
  cursor: pointer;
  z-index: 199;
}

.hover .cloud-icon {
  z-index: 991;
}

.cloud-icon:hover .cloud-main-info {
  display: none;
}

.cloud-main-info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 56px;
  background-image: url(../image/cloud-small.svg);
  background-repeat: no-repeat;
}

.cloud-hover-info {
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1;
  height: 56px;
  overflow: hidden;
  transition: width 0.2s;
  display: inline-flex;
  align-items: center;
  opacity: 0;
  position: absolute;
  left: 0;
  background-image: url(../image/cloud-big_new.png);
  background-repeat: no-repeat;
}

.cloud-icon:hover .cloud-hover-info {
  width: 130px;
  opacity: 1;
}

@media (pointer: coarse) {
  .cloud-icon {
    z-index: 991;
  }
}

@media (max-width: 991px) {
  .cloud-icon .cloud-hover-info {
    opacity: 1;
    width: 130px;
  }

  .cloud-main-info {
    display: none;
  }

  .cloud-icon {
    z-index: 991;
  }
}

/* Button */
.bx-catalog-subscribe-button {
  margin-bottom: 6px;
  display: inline-block;
}

.bx-catalog-subscribe-button i,
.bx-catalog-subscribe-button span {
  cursor: pointer;
}

.bx-catalog-subscribe-button span:hover {
  border: transparent;
}

.bx-catalog-popup-content {
  width: 90%;
  max-width: 280px;
  margin: 0 auto;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label {
  font-size: 13px;
  color: var(--desc-font-color);
  padding-bottom: 2px;
}

.bx-catalog-subscribe-form-container-input {
  position: relative;
}

.bx-catalog-subscribe-form-container-input input[type="text"] {
  display: block;
  width: 100%;
  font-size: 18px;
  height: 38px;
  margin: 0;
  padding: 0 4px;
  border: 1px solid var(--border-color);
  border-radius: 2px;
  background: var(--bg-input);
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bx-catalog-subscribe-form-star-required {
  color: var(--dark-red);
}

.bx-catalog-subscribe-form-container .bx-captcha {
  margin-bottom: 10px;
}

.bx-catalog-popup-message {
  font-weight: bold;
  min-width: 240px;
  margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
  background-color: var(--bg-input);
  color: var(--black-color);
  font-size: 15px;
  min-height: 45px;
  text-align: center;
  padding: 12px 40px 12px 60px;
  position: relative;
  width: 280px;
}

.bx-catalog-subscribe-aligner {
  display: inline-block;
  height: 45px;
  margin-left: -1px;
  vertical-align: middle;
  width: 1px;
}

.bx-catalog-subscribe-alert-text {
  display: inline-block;
  vertical-align: middle;
}

.bx-catalog-subscribe-alert-footer {
  text-align: center;
}

.bx-catalog-subscribe-alert-popup {
  background-color: var(--bg-input) !important;
  border: 1px solid var(--border-color) !important;
  border-radius: 3px !important;
  -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
  box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}

.catalog-section .favorites-link .icon-favorite,
.author-books .favorites-link .icon-favorite,
.product-card-section .favorites-link .icon-favorite {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 48px;
  margin: 0 7px 0 0;
  position: relative;
}

.catalog-section .favorites-link.disabled .icon-favorite {
  cursor: default;
}

.catalog-section .favorites-link .icon-favorite:before,
.catalog-section .favorites-link .icon-favorite:after,
.author-books .favorites-link .icon-favorite:before,
.author-books .favorites-link .icon-favorite:after,
.product-card-section .favorites-link .icon-favorite:before,
.product-card-section .favorites-link .icon-favorite:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.catalog-section .favorites-link.disabled .icon-favorite:before,
.author-books .favorites-link.disabled .icon-favorite:before,
.product-card-section .favorites-link.disabled .icon-favorite:before {
  background: url("../image/heart_active.png") no-repeat center;
}

.catalog-section .favorites-link.disabled .icon-favorite:hover:after,
.author-books .favorites-link.disabled .icon-favorite:hover:after,
.product-card-section .favorites-link.disabled .icon-favorite:hover:after {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.catalog-section .favorites-link.disabled .icon-favorite:after,
.author-books .favorites-link.disabled .icon-favorite:after,
.product-card-section .favorites-link.disabled .icon-favorite:after {
  background: url("../image/heart_border_active.png") no-repeat center;
}

.catalog-section .favorites-link .icon-favorite:after,
.author-books .favorites-link .icon-favorite:after,
.product-card-section .favorites-link .icon-favorite:after {
  background: url("../image/heart_border.png") no-repeat center;
  transition: transform 0.5s ease-in-out;
}

.catalog-section .favorites-link .icon-favorite:hover:after,
.author-books .favorites-link .icon-favorite:hover:after,
.product-card-section .favorites-link .icon-favorite:hover:after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.catalog-section .favorites-link .favorite-text,
.author-books .favorites-link .favorite-text {
  display: none;
}

@media (hover: hover) {
  .slider .product-item-hidden {
    opacity: 0;
  }

  .slider .item {
    position: relative;
  }

  .slider .item:hover .product-item-hidden {
    opacity: 1;
  }

  .slider .item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 1px 1px 3px 0 rgba(220, 216, 196, 1);
    opacity: 0;
    pointer-events: none;
  }

  .new-books-slider .item:hover {
      transform: scale(1.1);
  }
}

/* End */
.bx-blue .product-item-image-slider-progress-bar {
  background-color: var(--blue-color);
}

.bx-blue .product-item-image-slider-control:hover {
  background-color:  var(--blue-color);
}

.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover {
  background-color:  var(--blue-color);
}

.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
  outline-color:  var(--blue-color);
}

.bx-blue .product-item-selected-scu,
.bx-blue .product-item-detail-slider-controls-image:hover,
.bx-blue .product-item-detail-slider-controls-image.active {
  outline-color:  var(--blue-color);
}

.bx-blue .product-item-amount-field:focus {
  border-color:  var(--blue-color);
}

.bx-blue .catalog-products-viewed-header {
  border-color:  var(--blue-color);
}
/* End */


/* Start:../components/bitrix/catalog.section/slider_b/style.css?1585208414755*/
.catalog-price {
  color:  var(--red-color);
}

div.catalog-section table td {
  padding-right: 10px;
  padding-top: 10px;
}

.product-item-price-old {
  color: var(--desc-font-color);
  font-size: 17px;
  white-space: nowrap;
  text-decoration: line-through;
}

.slider-block .product-item-price-old {
  line-height: 20px;
  font-family: "fregatregular", sans-serif;
  display: inline-block;
  transform: translate(0, -25%);
}

.slider-block .product-item-title {
  text-align: center;
}

.slider-block .product-item-title a {
  font-size: 18px;
  line-height: 20px;
}

.slider-block.product-item-price-container {
  text-align: center;
}

.slider-block .product-item-price-current {
  font: 45px/45px "pf_playskool_proregular", sans-serif;
}

.slider-block .product-item-price-container {
  text-align: center;
}
/* End */

/* Start:../components/bitrix/system.pagenavigation/modern/style.min.css?15357154011066*/
div.modern-page-navigation {
  padding: 0.5em 0;
  text-align: center;
}

div.modern-page-navigation a,
span.modern-page-current,
span.modern-page-dots {
  padding-left: 0.3em;
  padding-right: 0.3em;
  text-decoration: none;
}

div.modern-page-navigation a.modern-page-first,
div.modern-page-navigation span.modern-page-first {
  border-left: none;
  padding-left: 0.5em;
}

div.modern-page-navigation a,
div.modern-page-navigation a.modern-page-previous,
span.modern-page-current,
span.modern-page-dots {
  border: none;
  font: 26px/30px pf_playskool_proregular, sans-serif;
  color: var(--font-color);
}

div.modern-page-navigation .modern-page-current {
  color: var(--blue-color);
}

.modern-page-title {
  display: none;
}

div.modern-page-navigation a.modern-page-next,
div.modern-page-navigation a.modern-page-previous {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  background: url(../image/icons-sprite.png) 0 -94px no-repeat;
  width: 38px;
  height: 18px;
}

div.modern-page-navigation a.modern-page-previous {
  background-position: 0 -75px;
}

@media (max-width: 500px) {
  div.modern-page-navigation a {
    padding-left: 0.2em;
    padding-right: 0.2em;
  }
}
/* End */

.bx-newslist-block {
  padding: 0 14px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .bx-newslist .bx-newslist-container:nth-child(3n + 1) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bx-newslist .bx-newslist-container:nth-child(2n + 1) {
    clear: both;
  }
}

.click-form-open {
  cursor: pointer;
}

/* POST FORMATS */
.bx-newslist-img,
.bx-newslist-audio,
.bx-newslist-youtube,
.bx-newslist-slider {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.bx-newslist-slider img,
.bx-newslist-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.bx-newslist-video {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.7;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.bx-newslist-video:hover {
  opacity: 1;
}

/* POST FORMATS /// SLIDER */
.bx-newslist-slider {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.bx-newslist-slider-container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.bx-newslist-slider-slide {
  float: left;
  z-index: 100;
}

.bx-newslist-slider-arrow-container-left,
.bx-newslist-slider-arrow-container-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  cursor: pointer;
}

.bx-newslist-slider-arrow-container-left {
  left: 0;
}

.bx-newslist-slider-arrow-container-right {
  right: 0;
}

.bx-newslist-slider-arrow {
  position: absolute;
  line-height: 34px;
  vertical-align: middle;
  color: var(--white-color);
  cursor: pointer;
  font-size: 48px;
  height: 48px;
  width: 20px;
  top: 50%;
  margin-top: -24px;
  z-index: 110;
  opacity: 0.5;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.bx-newslist-slider-arrow-container-left:hover .bx-newslist-slider-arrow,
.bx-newslist-slider-arrow-container-right:hover .bx-newslist-slider-arrow {
  color: var(--white-color);
  display: block;
  opacity: 1;
}

.bx-newslist-slider-arrow-container-left .bx-newslist-slider-arrow {
  left: 20px;
}

.bx-newslist-slider-arrow-container-right .bx-newslist-slider-arrow {
  right: 20px;
}

.bx-newslist-slider-control {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  bottom: 10px;
  z-index: 110;
  text-align: center;
  word-spacing: -4px;
}

.bx-newslist-slider-control li {
  display: inline-block;
  border-radius: 50%;
  background: var(--white-color);
  width: 10px;
  height: 10px;
  word-spacing: -4px;
  margin: 0 3px;
  opacity: 0.5;
}

.bx-newslist-slider-control li:hover,
.bx-newslist-slider-control li.current {
  background: var(--white-color);
  opacity: 1;
}

.bx-newslist-slider-arrow,
.bx-newslist-slider-control li {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.bx-newslist-title,
.bx-newslist-title a {
  color: #000;
  margin: 0;
  font-weight: 600;
  padding: 2px 0 15px;
  font-size: 18px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.bx-newslist-title a:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}

.bx-lg .bx-newslist-title {
  font-size: 24pt;
}

.bx-md .bx-newslist-title {
  font-size: 20pt;
}

.bx-xs .bx-newslist-title {
  font-size: 18pt;
}

.bx-newslist-view,
.bx-newslist-date,
.bx-newslist-comments,
.bx-newslist-author,
.bx-newslist-other {
  color: var(--desc-font-color);
  font-size: 13px;
  padding-bottom: 5px;
  white-space: nowrap;
}

.bx-newslist-view i.fa,
.bx-newslist-date i.fa,
.bx-newslist-comments i.fa,
.bx-newslist-author i.fa,
.bx-newslist-tags i.fa,
.bx-newslist-other i.fa {
  width: 13px;
  color: var(--desc-font-color);
}

.bx-newslist-tags {
  color: var(--desc-font-color);
  font-size: 13px;
  padding-bottom: 5px;
}

.bx-newslist-content {
  font-size: 14px;
  margin-bottom: 5px;
}

.bx-newslist-more {
  margin-top: 5px;
  margin-bottom: 5px;
}

.product-item-detail-slider-images-container .slick-list,
.product-item-detail-slider-images-container .slick-track {
  height: 100%;
}

.bx-sidebar-block {
  position: relative;
}

.bx-sidebar-block:after {
  content: "";
  background: url("../image/bg-filter-top.png") no-repeat;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 43px;
}

.bx-filter {
  font-family: "fregatregular", sans-serif;
  border: 3px solid var(--border-color);
  border-top-width: 0;
  padding: 0 14px;
  border-bottom: 1px solid var(--border-color);
}

.bx-sidebar-block {
  background: var(--white-color) url(../image/checked.jpg) repeat-x;
}

.sections-block {
  border: 3px solid var(--border-color);
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0;
  padding: 25px 29px 5px;
}

@media (max-width: 991px) {
  .sections-block {
    border: 0;
  }
}

.sections-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.sections-list li a {
  color: var(--font-color);
  line-height: 25px;
}

.sections-list li a:hover {
  color: var(--orange-color);
}

.sections-block > span {
  color: var(--font-color);
  font: 16px/18px "fregatbold", sans-serif;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 10px;
}

.bx-filter .bx-filter-section {
  position: relative;
  padding-top: 26px;
}

.bx-filter .bx-filter-section > .row {
  padding: 0 5px;
}

.bx-filter .bx-filter-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}

.container-fluid-filter {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* selected filters */
.selected-filters {
  border-bottom: 1px solid var(--border-color);
  padding: 0 0 23px;
  margin: 0 0 20px;
}

.selected-filters-title {
  display: block;
  color: var(--font-color);
  font: 16px/19px "fregatbold", sans-serif;
  margin: 0 0 6px;
}

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

.selected-filters-list li {
  padding: 0 0 5px;
}

.selected-filters-list label {
  color: var(--font-color);
  font: 15px/18px "fregatregular", sans-serif;
  position: relative;
  padding: 0 0 0 20px;
  cursor: pointer;
}

.selected-filters-list label:before {
  content: "";
  background: url("../image/icons-sprite.png") no-repeat 0 -324px;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 4px;
  left: 0;
}

.reset-filters {
  color: var(--blue-color);
  font: 15px/18px "fregatregular", sans-serif;
  background: none;
  border: 0;
  padding: 0;
}

.reset-filters:hover {
  opacity: 0.9;
}

/*Sections*/

.bx-filter .bx-filter-parameters-box {
  position: relative;
}

.bx-filter .bx-filter-parameters-box-title {
  font-size: 13px;
  padding-bottom: 16px;
  position: relative;
  padding-right: 15px;
}

.bx-filter-parameters-box .spoiler-toggle {
  background: transparent;
  border: none;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  padding: 0;
  opacity: 0.7;
}

.bx-filter-parameters-box .bx-filter-block {
  overflow: hidden;
  transition: max-height 260ms ease, padding 200ms ease;
  will-change: max-height;
}

.bx-filter-parameters-box[aria-open="true"] .spoiler-toggle {
  transform: rotate(0deg);
  display: block;
}

.bx-filter-parameters-box .bx-filter-parameters-box-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  padding: 6px 8px;
  font-size: 13px;
  position: relative;
}

@media (min-width: 992px) {
  .bx-filter .bx-filter-section .col-md-4:nth-child(3n + 1) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bx-filter .bx-filter-section .col-md-4:nth-child(2n + 1) {
    clear: both;
  }
}

.bx-filter .bx-filter-parameters-box-title span {
  color: var(--font-color);
  font: 16px/18px "fregatbold", sans-serif;
  cursor: pointer;
}

.bx-filter .fa-angle-up {
  position: absolute;
  right: 0;
  top: 5px;
  width: 11px;
  height: 9px;
}

.bx-filter .fa-angle-up:before {
  content: "";
  background: url("../image/icons-sprite.png") no-repeat 0 -299px;
  width: 11px;
  height: 9px;
  position: absolute;
  top: 0;
  left: 0;
}

.bx-filter .fa-angle-down {
  position: absolute;
  right: 0;
  top: 5px;
  width: 11px;
  height: 9px;
}

.bx-filter .fa-angle-down:before {
  content: "";
  background: url("../image/icons-sprite.png") no-repeat 0 -299px;
  width: 11px;
  height: 9px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}

.bx-filter .bx-filter-block {
  display: none;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -ms-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
  display: block;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
  font-size: 14px;
  font-family: "fregatregular", sans-serif;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
  margin: 0 10px 0 0;
}

.bx-filter-parameters-box-container {
  padding-bottom: 15px;
}

.bx-filter-parameters-box-container .checkbox:first-child,
.bx-filter-parameters-box-container .radio:first-child {
  margin-top: 0;
}

.bx-filter-parameters-box-container .checkbox,
.bx-filter-parameters-box-container .radio {
  margin-bottom: 15px;
}

.bx-filter-parameters-box-container .checkbox.fake_link {
  margin-bottom: 0;
}

.bx-filter .bx-filter-parameters-box-container-block {
  font-size: 11px;
  color: var(--desc-font-color);
}

.bx-filter .bx-filter-parameters-box-container-block.bx-left {
  padding-right: 10px;
}

.bx-filter .bx-filter-parameters-box-container-block.bx-right {
  padding-left: 10px;
}

.bx-filter-parameters-box-container .btn.btn-themes {
  font-size: 16px;
  line-height: 26px;
}

.bx-filter-parameters-box-container .btn.btn-link {
  color: var(--blue-color);
  background: none;
  font-size: 16px;
  line-height: 26px;
}

/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
}

.bx-filter .bx-filter-input-container input {
  display: block;
  width: 100%;
  font-size: 15px;
  font-family: "fregatregular", sans-serif;
  height: 42px;
  margin: 0;
  padding: 0 10px;
  border-radius: 0;
  background: var(--bg-input);
  outline: none;
  border: 2px solid #ccecf9;
}

.bx-filter .bx-filter-input-container input:focus {
  border: 2px solid var(--border-color);
}

.bx-retina .bx-filter .bx-filter-input-container input {
  border-style: solid;
  border-width: 1px;
}

.bx-ios .bx-filter .bx-filter-input-container input {
  /* Fix of input shadow for IOS browsers. */

  background-image: -webkit-linear-gradient(var(--white-color) 0%, var(--white-color) 100%);
  background-image: linear-gradient(var(--white-color) 0%, var(--white-color) 100%);
  border-radius: 0;
  background: var(--bg-input);
  border: 2px solid var(--border-color);
}
.bx-filter .bx-filter-button-box {
  clear: both;
}
/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
  padding-top: 35px;
  padding-bottom: 25px;
}

.bx-filter .bx-ui-slider-track {
  position: relative;
  height: 7px;
}

.bx-filter .bx-ui-slider-part {
  position: absolute;
  top: -6px;
  width: 1px;
  height: 17px;
  background: #a2bfc7;
}

.bx-filter .bx-ui-slider-part.p1 {
  left: -1px;
}

.bx-filter .bx-ui-slider-part.p2 {
  left: 25%;
}

.bx-filter .bx-ui-slider-part.p3 {
  left: 50%;
}

.bx-filter .bx-ui-slider-part.p4 {
  left: 75%;
}

.bx-filter .bx-ui-slider-part.p5 {
  right: -1px;
}

.bx-filter .bx-ui-slider-part span {
  font-size: 11px;
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  color: #000;
}

.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
  color: var(--desc-font-color);
}

.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
  position: absolute;
  top: 0;
  bottom: 0;
}

.bx-filter .bx-ui-slider-range {
  z-index: 50;
}

.bx-filter .bx-ui-slider-pricebar {
  z-index: 100;
}

.bx-filter .bx-ui-slider-pricebar-vd {
  z-index: 60;
}

.bx-filter .bx-ui-slider-pricebar-vn {
  z-index: 70;
}

.bx-filter .bx-ui-slider-pricebar-v {
  z-index: 80;
}

.bx-filter .bx-ui-slider-handle {
  position: absolute;
  top: 100%;
  width: 22px;
  height: 22px;
  border-bottom: none;
}

.bx-filter .bx-ui-slider-handle:hover {
  cursor: grab;
}

.bx-filter .bx-ui-slider-handle:active {
  cursor: grabbing;
}

.bx-filter .bx-ui-slider-handle.left {
  left: 0;
  margin-left: -21px;
}

.bx-filter .bx-ui-slider-handle.right {
  right: 0;
  margin-right: -21px;
}

/*
*	Select
*
*/

.bx-filter .bx-filter-select-container {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  border-radius: 3px;
  border: 1px solid var(--border-color);
}

.bx-retina .bx-filter .bx-filter-select-container {
  border-style: solid;
  border-width: 1px;
}

.bx-filter .bx-filter-select-block {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 33px;
  margin: 0;
  padding: 0 33px 0 10px;
  border: none;
  border-radius: 2px;
  background: var(--white-color);
}

.bx-filter .bx-filter-select-text {
  font-size: 15px;
  line-height: 33px;
  overflow: hidden;
  max-width: 100%;
  height: 33px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.bx-filter .bx-filter-select-text.fix {
  min-width: 120px;
}

.bx-filter .bx-filter-select-text label {
  cursor: pointer;
}

.bx-filter .bx-filter-select-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 33px;
  cursor: pointer;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC")
    no-repeat center;
}
/*
*	Select popup
*
*/

.bx-filter-select-popup {
  background: var(--white-color);
  padding: 0;
  min-width: 173px;
}

.bx-filter-select-popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bx-filter-select-popup ul li {
  display: block;
  text-align: left;
  vertical-align: middle;
}

.bx-filter-select-popup ul li:first-child {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.bx-filter-select-popup ul li label {
  font-size: 14px;
  line-height: 26px;
  display: block;
  text-align: left !important;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 26px;
  padding: 0 5px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  color: var(--desc-font-color);
}

.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
  color: #000;
  background: #f3f8fa;
}

.bx-filter-select-popup ul li label.disabled {
  color: var(--desc-font-color);
  background: transparent;
}

.bx-filter-select-popup ul li .bx-filter-param-text {
  line-height: 34px !important;
}
/*
* TAGS
*
*/

.bx-filter .bx-filter-tag {
  padding: 18px;
}

.bx-filter .bx-tag-link {
  font-size: 12px;
  text-decoration: none;
  text-shadow: none;
}

.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
  color: var(--link-hover);
}
/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-label {
  min-height: 20px;
  font-weight: normal;
  cursor: pointer;
}

.bx-filter .bx-filter-param-label.disabled {
  position: relative;
  pointer-events: none;
  opacity: 0.8;
}

.bx-filter .bx-filter-param-label > .bx-filter-input-checkbox {
  display: flex;
  align-items: flex-start;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
  float: left;
  display: block;
  margin-right: 5px;
}

.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
  display: block;
}

.bx-filter .bx-filter-param-label.dib {
  display: inline-block;
}

.bx-filter .bx-filter-param-text {
  font-weight: normal;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
  color: var(--desc-font-color);
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-input-checkbox:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.bx-filter-select-popup .bx-filter-param-label.bx-active {
  background: var(--bg-input);
}

/*
*	Checkbox / Radio
*
*/

.bx-filter .bx-filter-input-checkbox.disabled {
  position: relative;
  display: inline-block;
  pointer-events: none;
  opacity: 0.8;
  cursor: default;
}

.bx-filter .bx-filter-input-checkbox.disabled:after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: -20px;
  right: 0;
  height: 100%;
}

.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
  display: block;
  text-align: left;
  color: var(--font-color);
}

.bx-filter .bx-filter-input-checkbox .bx-filter-param-text span {
  color: var(--desc-font-color);
}
/*
* 	BTN
*
*/

.bx-filter .bx-filter-param-btn {
  font-weight: normal;
  display: inline-block;
  width: 38px;
  height: 38px;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  color: #000;
  vertical-align: middle;
  border: 1px solid var(--border-color);
  border-radius: 2px;
  background: var(--white-color);
  position: relative;
  -webkit-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  -moz-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  -ms-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  -o-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  cursor: pointer;
}

.bx-retina .bx-filter .bx-filter-param-btn {
  border-style: solid;
  border-width: 1px;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
  background: transparent;
  box-shadow: none;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
  position: relative;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  z-index: 100;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
  opacity: 0.7;
}

.bx-filter .bx-filter-param-btn .bx-filter-param-text {
  line-height: 26px;
}
/*
* BTN P/M
*
*/

.bx-filter .bx-filter-param-btn.bx-spm {
  width: 23px;
  min-width: 23px;
  height: 23px;
  line-height: 23px;
  font-weight: normal;
  padding: 0;
  font-size: 17px;
  color: var(--desc-font-color);
  vertical-align: top;
  border-radius: 50%;
  background-color: transparent;
}

.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=")
    no-repeat center;
}

.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC")
    no-repeat center;
}

.bx-filter .bx-filter-param-btn.bx-spm:active {
  outline: none !important;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
}
.bx-filter span.bx-spm {
  font-size: 18px;
  line-height: 23px;
  display: inline-block;
  height: 23px;
  margin: 0 10px;
  vertical-align: middle;
  color: #000;
}
/*
*	icon
*
*/

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
  line-height: 33px;
  position: relative;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-top: -4px;
  margin-right: 2px;
  vertical-align: middle;
  border-radius: 2px;
}

.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  -webkit-background-size: cover;
  background-size: cover;
}

.bx-filter-select-popup .bx-filter-btn-color-icon {
  width: 20px;
  height: 20px;
  margin: 2px 0;
  top: 0 !important;
}

.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
  top: -1px !important;
}

.bx-filter-btn-color-icon.all {
  position: relative;
  border: none;
  box-shadow: none;
}

.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
  position: absolute;
  width: 60%;
  height: 60%;
  background: var(--white-color);
  content: " ";
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.bx-filter-btn-color-icon.all:after {
  right: 0;
  bottom: 0;
}

.bx-filter-btn-color-icon.all:before {
  top: 0;
  left: 0;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
  opacity: 0.2;
}
/*
* 	BIZ
*
*/

.bx-filter .bx-filter-parameter-biz {
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  color: var(--blue-color);
  border-bottom: 1px dashed;
}

.bx-filter .bx-filter-parameter-biz:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}

.bx-filter .bx-filter-parameter-biz.bx-active {
  position: relative;
  color: #000;
  border-color: transparent;
}
/*
*	BTN result and reset
*
*/

.btn-themes {
  color: var(--white-color);
}

.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover {
  color: var(--white-color);
}
/*
* 	Result Popup
*
*/

.bx-filter .bx-filter-popup-result {
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  z-index: 915;
  display: none;
  margin-top: -7px;
  margin-left: 10px;
  padding: 0 10px;
  white-space: nowrap;
  color: #3f3f3f;
  min-height: 37px;
  line-height: 18px;
  border: 1px solid var(--border-color);
}

.bx-filter .bx-filter-popup-result.left {
  border-width: 2px 10px 2px 2px;
}

.bx-filter .bx-filter-popup-result.right {
  border-width: 2px 2px 2px 10px;
}

.bx-filter .bx-filter-popup-result.right {
  left: 97%;
}

.bx-filter .bx-filter-popup-result.left {
  right: 97%;
}

.bx-filter-horizontal .bx-filter-popup-result {
  display: inline-block;
  position: relative;
  left: auto;
  right: auto;
  bottom: -7px;
}

.bx-filter .bx-filter-popup-result a {
  color: var(--blue-color);
  line-height: 10px;
}

.bx-filter .bx-filter-popup-result a:hover {
  text-decoration: none;
}

.bx-filter .bx-filter-popup-result-close {
  display: none;
}

@media (max-width: 991px) {
  .filter-holder {
    z-index: 992;
  }
}

@media (max-width: 767px) {
  .bx-touch .bx-filter .bx-filter-popup-result {
    font-size: 12px;
    line-height: 14px;
    position: fixed !important;
    z-index: 1001;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    margin-top: 0;
    margin-left: 0;
    width: auto;
    height: auto;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid var(--border-color);
    background: rgba(255, 255, 255, 0.9);
  }

  .bx-touch .bx-filter .bx-filter-popup-result br {
    display: none;
  }

  .bx-filter .bx-filter-popup-result .arrow {
    display: none;
  }
}

.filter-bts.hide .bx-filter-button-box {
  display: none;
}

.filter-bts {
  height: 102px;
  pointer-events: visible;
}

.filter-bts.hidden {
  opacity: 0;
  pointer-events: none;
  display: block !important;
}

.filter-bts.fixed .bx-filter-button-box {
  position: fixed;
  bottom: 0;
  width: 269px;
  z-index: 66;
}

.bx-filter-button-box {
  background: #e6f9ff;
  width: 269px;
  margin-left: -17px;
  padding-top: 12px;
  height: 102px;
}

.bx-filter-text {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  font-size: 12px;
  line-height: 12px;
  color: var(--font-color);
  margin-bottom: 12px;
}

.hidden-non {
  display: none;
}

.filter-cancel input {
  font-size: 16px;
  line-height: 16px;
  color: var(--blue-color);
}

.filter-bts-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-edit {
  margin-left: auto;
}

.filter-text {
  display: inline-flex;
  margin: 0 2px;
}

/* End */
div.catalog-box .product-item-title a {
  font-size: 18px;
  line-height: 20px;
}

/* about.css */
.content-page {
  display: flex;
}

.content-page p {
  font: 18px/30px "fregatregular", sans-serif;
}

.content-page .h2-title {
  font-size: 60px;
  margin: 0;
  line-height: 1;
}

.content-page ul {
  padding: 0;
  margin: 0;
}

.content-page .content {
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.content-page li,
.catalog-holder li {
  list-style: none;
  margin: 12px 0;
}

.content-page li > a,
.catalog-holder li > a {
  font-size: 18px;
  color: var(--font-color);
}

.content-page li > a:hover,
.catalog-holder li > a:hover {
  color: var(--blue-color);
}

.bx-content .sidebar .nav-menu li.active,
.bx-content .current-menu-item a,
.bx-content .nav-menu__content-page .current-page-ancestor a,
.catalog-holder .current-menu-item a {
  color: var(--blue-color) !important;
}

.bx-content .nav-menu li.active,
.bx-content .current-menu-item,
.bx-content .nav-menu__content-page .current-page-ancestor,
.catalog-holder .current-menu-item {
  position: relative;
  font-family: "fregatbold", sans-serif;
}

.bx-ios .nav-menu li.active,
.current-menu-item,
.nav-menu__content-page .current-page-ancestor {
  cursor: pointer;
}

.bx-content .nav-menu li.active:before,
.bx-content .current-menu-item:before,
.bx-content .nav-menu__content-page .current-page-ancestor:before,
.catalog-holder .current-menu-item:before {
  content: "";
  display: inline-block;
  background-image: url(../image/dot-menu.png);
  background-repeat: no-repeat;
  width: 9px;
  height: 9px;
  position: absolute;
  left: -15px;
  top: 8px;
}

.content-page .sidebar {
  min-width: 273px;
  background: url(../image/checked.jpg) repeat;
  border: 3px solid var(--border-color);
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-radius: 5px 20px 25px 10px;
  padding: 30px 35px 100px 50px;
  position: relative;
  height: 100%;
  min-height: 460px;
  margin-top: 15px;
  margin-right: 35px;
  max-width: 273px;
}

.content-page .sidebar:after,
.catalog-holder .sidebar:after {
  content: "";
  display: inline-block;
  width: 97px;
  height: 114px;
  background: url(../image/dog_on_menu.svg) no-repeat;
  background-size: cover;
  right: 20%;
  bottom: -5px;
  position: absolute;
}

.content-page .sub-menu__about,
.catalog-holder .sub-menu__about {
  border-top: 2px solid var(--blue-color);
  border-bottom: 2px solid var(--blue-color);
  border-left: 1px solid var(--blue-color);
  border-right: 1px solid var(--blue-color);
  border-radius: 25px;
  background: var(--white-color);
  margin: 20px 0 35px;
  position: relative;
  height: 53px;
  z-index: 1;
}

.sub-menu__about li {
  display: inline-block;
}

.sub-menu__about ul {
  padding: 0 20%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.nav-menu li.active {
  color: var(--font-color);
  font-size: 18px;
}

.sub-menu__about:before {
  content: "";
  width: 56px;
  height: 106px;
  display: inline-block;
  background-image: url(../image/boots-menu.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  top: 41px;
  animation: bootmenu 3s 5 linear forwards;
}

@keyframes bootmenu {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.sub-menu__about:after {
  content: "";
  width: 120px;
  height: 47px;
  display: inline-block;
  background-image: url(../image/pencil.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 66px;
  top: -9px;
}

.content-page .container-fluid {
  background: var(--white-color);
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-radius: 20px 5px 10px 25px;
  padding: 35px 90px 90px;
  font-size: 18px;
  margin-bottom: 25px;
  margin-top: 20px;
}

.content-page .container-fluid .container-fluid {
  border: unset;
  padding: 0;
}

.content-about .h3-title {
  font-size: 26px;
  color: var(--orange-color);
  line-height: 1.5;
  font-family: "fregatbold", sans-serif;
  margin-bottom: 15px;
}

.content-about p {
  padding-left: 30px;
  margin: 0;
  font: 18px/30px "fregatregular", sans-serif;
}

.sales-agent-content .phone p {
  padding-left: 0 !important;
  margin: 0;
  font: 16px/24px "fregatregular", sans-serif !important;
}

.content-about p,
.content-about h5 {
  margin-bottom: 10px;
}

.content-about .h4-title {
  font-size: 19px;
  font-family: "fregatbold", sans-serif;
  margin: 30px 0 20px 40%;
  text-align: left;
}

.content-about ul {
  margin-left: 41%;
  text-align: left;
  margin-bottom: 25px;
}

.content-about .entry-content ul {
  margin-left: 15%;
}

.content-about ul li {
  position: relative;
  font: 18px/30px "fregatregular", sans-serif;
}
.content-page .content-about > ul li {
  margin: 0;
}

.content-about ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url(../image/dot-list.png);
  position: absolute;
  left: -24px;
  top: 9px;
}

.sales-agent-content ul li:before {
  display: none;
}

.content-about b {
  font-family: "fregatbold", sans-serif;
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

/*style for contact page*/

.content-contact {
  margin-top: 15px;
  padding: 35px 90px 90px 90px;
}

.content-contact .flex-row {
  display: flex;
  justify-content: space-around;
}

.content-contact .h4-title {
  font: 19px/28px "fregatbold", sans-serif;
}

.content-contact p {
  font: 22px/35px "fregatregular", sans-serif;
  margin: 0;
}

.content-contact p a {
  color: var(--font-color);
}

.content-contact span a {
  border-bottom: 1px solid var(--border-color);
  font-size: 18px;
  color: var(--blue-color);
}

.content-contact .info-top {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 45px;
  margin-bottom: 35px;
}

.content-contact .info-bottom span {
  display: block;
  margin-top: 12px;
}

/*deliverystyle*/
.content-delivery {
  margin-top: 20px;
}

.content-delivery h4 {
  font: 19px/28px "fregatbold", sans-serif;
  margin: 30px auto 15px;
}

/*byki*/
.content-byki {
  padding: 50px 90px 100px;
  margin-top: 20px;
}

.content-byki p {
  font-size: 19px;
  line-height: 28px;
}

.byki ul {
  text-align: left;
  margin-left: 25%;
}

.byki li {
  position: relative;
  font-size: 19px;
  line-height: 24px;
}

.byki li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url(../image/dot-list.png);
  position: absolute;
  left: -24px;
  top: 9px;
  background-repeat: no-repeat;
}

.content-contact .info-top .col {
  width: 33.34%;
}

.content-contact .info-top .col:first-child {
  padding-right: 10%;
}

.content-contact .info-top .col:last-child {
  padding-left: 8%;
}

.content-contact .info-top .h4-title {
  margin-bottom: 6px;
}

/*vakancii*/
.content-vakancii {
  margin-top: 20px;
}

.vakancii h3 {
  font: 23px/28px "fregatbold", sans-serif;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.vakancii .bottom-info {
  display: flex;
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid var(--border-color);
}

.vakancii .content-vakancii span {
  font: 20px/28px "fregatbold", sans-serif;
}

.vakancii .bottom-info .col {
  width: 50%;
}

.vakancii .bottom-info p {
  margin-bottom: 5px;
}

.vakancii .email {
  font-size: 19px;
  color: var(--blue-color);
  line-height: 32px;
  border-bottom: 1px solid var(--border-color);
}

.vakancii .phone {
  font-size: 24px;
  color: var(--font-color);
  line-height: 32px;
}

/*style for page content-author*/

.content-page .content-author {
  display: flex;
  padding-top: 60px;
  margin: 25px 0 45px;
}

.content-author .left-column {
  padding-right: 40px;
  border-right: 1px solid var(--border-color);
  text-align: center;
}

.content-author .right-column {
  padding-left: 40px;
  text-align: left;
}

.content-author .right-column p {
  margin-bottom: 15px;
}

.content-author .link a {
  color: var(--blue-color);
  border-bottom: 1px solid var(--border-color);
  font-size: 14px;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}

.content-author .link a:hover {
  border-bottom: 1px solid transparent;
}

.content-author .link a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  background: url("../image/row-left.png") no-repeat;
  top: 5px;
  left: -15px;
}

.content-author .img {
  margin: 15px auto;
  width: 190px;
  height: 190px;
}

.content-author .img img {
  border-radius: 50%;
  max-height: 190px;
  max-width: 190px;
}

.content-author .author-name {
  font: 24px/42px "fregatbold", sans-serif;
  margin: auto;
  max-width: 200px;
}

.author-books h3 {
  font: 55px/32px "pf_playskool_proregular", sans-serif;
}

.author-books p {
  font: 55px/32px "pf_playskool_proregular", sans-serif;
}

.author-books .flex-row {
  display: flex;
  justify-content: start;
  margin: 35px 0;
}

.author-books .flex-row img {
  margin: 5px;
  max-height: 300px;
}

.author-books .flex-row .img {
  min-height: 300px;
}

.author-books .roduct-item-title {
  margin: 15px 0;
}

.flex-row .product-item {
  margin: 5px;
  width: 33%;
}

.author-books .product-item-title a {
  font-size: 18px;
  line-height: 30px;
  color: var(--font-color);
}

.author-books .product-item-title a:hover {
  color: var(--blue-color);
}

.author-books .product-item-price-container {
  font: 45px/36px "pf_playskool_proregular", sans-serif;
  text-align: center;
}

.author-books .product-item-price-container .currency {
  font-size: 33px;
  text-align: center;
}

/*authors*/
.filter-alphabet ul {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  align-items: flex-end;
}

.filter-alphabet ul .active {
  color: var(--orange-color);
  font: 25px "fregatbold", sans-serif;
  margin-top: 0;
}

.filter-alphabet {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 15px;
  padding: 0 2% 10px 2%;
}

.filter-authors ul,
.filter-alphabet ul {
  display: flex;
}

.filter-authors ul {
  flex-wrap: wrap;
  justify-content: space-around;
}

.filter-alphabet ul li {
  font-size: 17px;
  cursor: pointer;
  min-width: 20px;
}

.filter-authors li {
  margin: 0;
  display: none;
}

.filter-authors li.active {
  display: block;
  margin: 5px;
}

.filter-authors li .item-author {
  max-width: 200px;
}

.filter-authors ul .img {
  padding: 5px;
  width: 200px;
  height: 200px;
  position: relative;
  border-radius: 50%;
  display: inline-block;
}

.filter-authors ul img {
  border-radius: 50%;
  width: 190px;
  height: 190px;
}

.filter-authors ul .img:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../image/frame.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s;
}

.filter-authors ul .img:hover:after {
  transform: rotate(180deg);
}

.filter-authors .author-name {
  font: 20px/24px "fregatbold", sans-serif;
  margin: 10px 0 3px;
}

.item-author {
  margin: 15px auto;
}

.filter-authors .link-more_detail a {
  font-size: 14px;
  color: var(--blue-color);
  border-bottom: 1px solid var(--border-color);
}

.filter-authors .link-more_detail a:hover {
  border-color: transparent;
}

/*отзывы reviews*/
.container-fluid.reviews_page {
  text-align: left;
  font-size: 16px;
}

.container-fluid.reviews_page p {
  font-size: 16px;
}

.reviews_page .add_review {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviews_page p.h3-title {
  color: var(--orange-color);
  font: 20px/24px "fregatbold", sans-serif !important;
}

.item_block {
  padding: 35px 0 30px;
  border-bottom: 1px solid var(--border-color);
}

.reviews_page .user_name {
  font: 18px "fregatbold", sans-serif;
  color: var(--orange-color);
  margin-right: 15px;
}

.head_info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.head_info .city {
  margin-right: 20px;
  font-size: 17px;
}

.rating span {
  height: 15px;
  width: 15px;
  display: inline-block;
  background: url("../image/star.png") no-repeat;
}

.right_info {
  color: #777;
  margin-right: 10px;
}

.right_info .date {
  margin: 0 5px;
}

.reviews_page .title_review {
  margin: 5px 0;
  font: 18px/28px "fregatregular", sans-serif;
}

.rating span.active {
  background: url("../image/active_star.png") no-repeat;
}

.more_reviews {
  text-align: center;
  margin: 25px 0 10px;
  color: var(--blue-color);
  font: 30px/24px "pf_playskool_proregular", sans-serif;
}

.icon_row_bottom {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(../image/row-left.png) no-repeat;
  transform: rotate(-90deg);
  margin: 0 15px;
}

.more_reviews-txt {
  cursor: pointer;
}

.btn_review {
  margin: 10px 5px 5px;
}

/*modal review*/
.input-holder textarea.input {
  resize: none;
  padding-top: 10px;
  box-shadow: none;
  -webkit-appearance: none;
}

.modal-content--review label {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../image/star.png) no-repeat;
  margin: 3px;
  cursor: pointer;
}

.raiting {
  display: flex;
  flex-direction: row-reverse;
  padding: 5px 0;
  float: left;
}

.raiting input.raiting__check {
  display: none;
}

.raiting:after {
  content: "";
  display: table;
  clear: both;
}

.raiting__check:checked ~ .raiting__star {
  background: url(../image/active_star.png) no-repeat;
}

.map-container {
  text-align: left;
}

.map {
  height: 400px;
  margin: 0 -55px 40px;
}

.sales-agent-header {
  margin: 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.sales-agent-header .title {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 28px;
  margin-right: 10px;
}

.sales-agent-header .input-holder {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
  min-width: 150px;
}

/* select */
.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  z-index: 10;
  position: relative;
  display: inline-block;
  width: 100%;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox__select {
  height: 48px;
  padding: 0 38px 0 18px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: var(--table-bg);
  font: 14px/48px "fregatregular", sans-serif;
  color: var(--font-color);
  position: relative;
}

.jq-selectbox .placeholder {
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
  overflow: hidden;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 100%;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background: url(../image/icons-sprite.png) no-repeat -20px -229px;
  opacity: 0.4;
}

.jq-selectbox__dropdown {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid var(--border-color);
  background: var(--white-color);
  font: 14px/18px "fregatregular", sans-serif;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid var(--border-color);
  outline: none;
  color: var(--font-color);
  -webkit-appearance: textfield;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #f0f0f0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: var(--font-color);
  margin: 0;
}

.jq-selectbox li.selected {
  background-color: var(--table-bg);
}

.jq-selectbox li:hover {
  background-color: var(--table-bg);
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}
/* select end */

.sales-agent-content {
  overflow: hidden;
}

.sales-agent-content > ul {
  font-size: 0;
  margin: 0 -40px -20px 0;
}

.sales-agent-content > ul li {
  margin: 0 40px 30px 0;
  padding: 30px 0 0;
  display: inline-block;
  vertical-align: top;
  width: calc((100% / 3) - 40px);
  font-size: 16px;
  line-height: 20px;
  border-top: 1px solid var(--border-color);
}

.sales-agent-content > ul li:nth-child(1),
.sales-agent-content > ul li:nth-child(2),
.sales-agent-content > ul li:nth-child(3) {
  border-top: 0;
}

.sales-agent-content .address {
  display: block;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 20px;
}

.sales-agent-content .phone {
  display: block;
  font-weight: bold;
  margin: 0 0 10px;
}

.sales-agent-content .name {
  display: block;
  font-weight: bold;
  margin: 0 0 10px;
}

.sales-agent-content .work-time {
  display: block;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 10px;
}

.sales-agent-content .get_directions a {
  color: var(--blue-color);
  font-size: 15px;
  line-height: 18px;
  border-bottom: 1px solid var(--border-color);
  transition: all 0.3s;
}

.sales-agent-content .get_directions a:hover {
  border-color: transparent;
}

@media (max-width: 1320px) {
  .content-about ul {
    margin-left: 50%;
  }

  .content-about .entry-content ul {
    margin-left: 20%;
  }

  .filter-alphabet {
    padding: 0;
  }

  .filter-alphabet ul {
    flex-wrap: wrap;
    justify-content: start;
  }

  .filter-alphabet ul li {
    min-width: 25px;
  }
}

@media (max-width: 1319px) {
  .map {
    margin: 0 -15px 30px;
  }

  .sales-agent-content > ul li {
    width: calc(50% - 40px);
  }

  .sales-agent-content > ul li:nth-child(3) {
    border-top: 1px solid var(--border-color);
  }

  .sales-agent-header .title {
    margin: 10px 10px 10px 0;
  }
}

@media (max-width: 1200px) {
  .content-about h4,
  .content-about ul {
    margin: 20px 15px 20px 30px;
  }

  .content-about h4:before,
  .content-about h4:after,
  .content-about ul:after,
  .content-about ul:before {
    content: "";
    clear: both;
    display: table;
  }

  .content-contact .info-top .col:first-child {
    padding-right: 0;
  }

  .content-contact .info-top .col:last-child {
    padding-left: 0;
  }

  .content-contact {
    padding: 35px 30px 60px;
  }

  .bx-title-row {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .bx-title-row .product-rate {
    width: 100%;
    justify-content: flex-end;
    order: -1;
  }
}

@media (max-width: 1319px) {
  .sub-menu__about:after {
    right: -15px;
    bottom: 0;
    top: 9px;
  }

  .content-page .container-fluid {
    padding: 30px 45px 60px;
  }

  .byki ul {
    margin-left: 20%;
  }
}

@media (max-width: 1199px) {
  .content-page .sidebar {
    margin-right: 15px;
    padding: 30px 25px;
  }

  .content .sub-menu__about:after,
  .content .sub-menu__about:before {
    content: none;
  }

  .sub-menu__about ul {
    padding: 0 5px;
  }

  .content-contact .info-top {
    flex-direction: column;
  }

  .content-contact .info-top .col {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .content-about {
    padding: 15px;
  }

  .content-page .content {
    margin-left: 15px;
  }

  .content-page .sub-menu__about {
    height: auto;
  }

  .sub-menu__about ul {
    padding: 0 25px;
    justify-content: space-between;
    background: var(--white-color);
    border-radius: 25px;
    transition: all 0.6s;
  }

  .content-page .container-fluid {
    padding: 30px 25px;
  }

  .content-contact .info-top {
    flex-direction: column;
  }

  .content-contact .info-top .col {
    margin: 10px auto;
    width: 100%;
  }

  .content-contact p {
    font-size: 20px;
    line-height: 30px;
  }

  .content-author .left-column {
    padding-right: 10px;
    border-right: none;
  }

  .content-author .right-column {
    padding-left: 10px;
  }

  .filter-alphabet ul li {
    font-size: 16px;
    margin: 8px 0;
  }

  .content-page .sidebar {
    display: none;
  }

  .author-books .flex-row .img {
    min-height: auto;
  }

  .sub-menu__about:after {
    content: none;
  }

  .sales-agent-header {
    margin: 0 0 10px;
  }

  .sales-agent-header .title {
    font-size: 22px;
    line-height: 26px;
  }

  .map {
    margin: 0 0 30px;
  }
}

@media (max-width: 767px) {
    .sub-menu__about ul {
    border-bottom: none;
  }

  .content-page .sidebar {
    display: none;
  }

  .sub-menu__about ul {
    justify-content: space-around;
    position: absolute;
    width: 100%;
  }

  .nav-menu li.active:before {
    content: none;
  }

  .sub-menu__about li.active {
    display: flex;
    position: static;
  }

  .nav-menu li.active .icon {
    background: url(../image/icons-sprite.png) no-repeat 0 -299px;
    width: 11px;
    height: 9px;
    transform: rotate(180deg);
    margin-left: 15px;
    display: flex;
    align-self: center;
    z-index: 9;
  }

  .nav-menu.is-open li.active .icon {
    transform: rotate(0deg);
  }

  .vakancii .bottom-info,
  .sub-menu__about.is-open ul {
    flex-direction: column;
    align-items: center;
  }

  .vakancii .bottom-info .col {
    width: 100%;
    margin-bottom: 15px;
  }

  .sub-menu__about.is-open li:not(.active) {
    position: static;
    margin: 8px 0;
    transition: all 0.5s;
  }

  .content-about img {
    margin: 5px auto;
  }

  .content-page .h2-title {
    font-size: 45px;
  }

  .byki ul {
    margin-left: 15%;
  }

  .vakancii .content-vakancii span,
  .byki li,
  .content-about ul li,
  .content-page p {
    font-size: 16px;
    line-height: 24px;
  }

  .content-delivery h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .content-page p a,
  .vakancii .phone,
  .vakancii h3 {
    font-size: 20px;
  }

  .content-contact .info-top {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .head_info,
  .reviews_page .add_review,
  .author-books .flex-row,
  .content-page .content-author {
    flex-direction: column;
  }

  .author-books .product-item-price-container {
    font-size: 36px;
  }

  .author-books .product-item-price-container .currency {
    font-size: 24px;
  }

  .left_info > span {
    margin: 5px 0;
  }

  .author-books .flex-row {
    margin-top: 25px;
  }

  .author-books h3 {
    font-size: 48px;
  }

  .content-author .author-name {
    max-width: 100%;
  }

  .flex-row .product-item {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .content-page .content {
    margin: 15px 5px;
  }

  .content-about p {
    padding: 10px 5px !important;
    margin: 5px !important;
    text-align: left;
  }

  .left_info {
    display: flex;
    flex-direction: column;
  }

  .item_block {
    padding: 25px 0;
  }

  .content-page .container-fluid {
    padding: 25px 15px;
  }

  .content-author .author-name {
    font-size: 20px;
    line-height: 1.6;
  }

  .author-books h3 {
    font-size: 40px;
  }

  .sales-agent-content > ul {
    margin: 0 0 -20px;
  }

  .sales-agent-content > ul li {
    width: 100%;
    margin: 0 0 30px;
  }

  .sales-agent-content > ul li:nth-child(2) {
    border-top: 1px solid var(--border-color);
  }
}

/* \about.css */

.product-item-price-current *,
ins,
del {
  text-decoration: none;
}

/* Стили для отображения цены со скидкой */
.product-item-price-current del bdi,
del span {
  color: var(--red-color) !important; /* Красный цвет шрифта */
  font-size: 24px !important; /* Размер шрифта 24px */
  text-decoration: line-through;
}

/* Стили для отображения старой цены */
.product-item-price-current ins bdi,
ins span {
  color: black !important; /* Черный цвет шрифта */
  font-size: 40px !important; /* Размер шрифта 45px */
  text-decoration: none;
}

.wcus-checkout-fields h3 {
  position: relative;
}

.wcus-checkout-fields h3::after {
  content: " ";
  position: absolute;
  background-image: url(../image/np.png);
  width: 100px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 9999;
}

.woocommerce-additional-fields {
  display: none;
}


@media (min-width: 992px) and (max-width: 1319px) {
  .bx-footer-section.container {
    max-width: 720px !important;
  }
}

@media (max-width: 767px) {
  .bx-footer .container{
    max-width: 95%;
  }

  .bx-footer li{
    text-align: start;
  }

  .bx-footer .col-sub-menu,.bx-footer  .col-menu  {
    display: none;
  }

  .bx-footer .bx-footer-section{
    flex-direction: column;
    display: flex;
    align-items: center;
  }

  .contacts-col{
      display: flex;
      flex-direction: column;
  }

  .bx-footer {
    padding-bottom: 0;
    overflow: hidden;
  }

  .bx-footer .socials {
    margin: 0 0 20px 0;
  }
}

.contacts-col h4 strong{
  font: 13px/22px Open Sans, sans-serif !important;
}

.contacts-col h4{
  margin: 0;
  font: 13px/22px Open Sans, sans-serif !important;
}

@media (max-width: 425px) {
.bx-footer .contacts-col {
  width: 100%;
  }
}

.pr-info {
  position: absolute;
  right: 15px;
  top: 45px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 431px) {
  .pr-info {
    right: 0;
    top: 15px;
  }
}

.preorder {
  background: var(--dark-blue);
  text-transform: lowercase;
  float: none;
  line-height: 37px;
  border-radius: 14px;
  color: var(--white-color);
  z-index: 999;
  margin-bottom: -15px;
  padding: 0 5px;
}

.new_book {
  background: var(--blue-color);
  float: none;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  color: var(--white-color);
  z-index: 999;
  margin-bottom: -15px;
}

.sale_book {
  background-image: url(../image/salestar.png);
  background-size: contain;
  float: none;
  line-height: 50px;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  color: var(--white-color);
  z-index: 999;
  font-family: Bebas Neue;
  font-size: 24px;
}

.percent {
  font-size: 11px;
  position: relative;
  bottom: 3px;
}

.vidosik {
  font: 30px/35px "pf_playskool_proregular", sans-serif;
  font-weight: normal;
  color: var(--white-color);
  background-image: url(../image/cloud-big_new.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  line-height: 18px;
  text-align: center;
  padding: 15px;
}

.vidosik:hover {
  color: var(--white-color);
  opacity: 0.9;
}

.woosw-btn {
  display: block;
  position: absolute;
  width: 100%;
  font-size: 28px !important;
  text-align: center;
  line-height: 42px !important;
  z-index: 999;
}

.checkout-content .woocommerce-shipping-totals.shipping{
  display: none;
}


.woosw-menu-item-inner {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 20px;
  z-index: 9999;
}

.woosw-menu-item-inner::before {
  content: " ";
  position: absolute;
  background-image: url(../image/towishlist_heart.png);
  width: 22px;
  height: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: cover;
  left: 2px !important;
}

.aws-search-result .aws_result_sale {
  display: block;
  height: 100px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

.aws-search-result .aws_onsale {
  background: #77a464 0 0;
  color: var(--white-color);
  display: block;
  float: right;
  height: 20px;
  padding-top: 2px;
  position: relative;
  right: -30px;
  text-align: center;
  top: 20px;
  transform: rotate(45deg);
  width: 120px;
}

.mob-show {
  display: none;
}

.cart_totals h2 {
  text-align: center;
}

.woocommerce table.shop_table {
  background: var(--white-color);
  border: 1px solid var(--border-color);
  border-bottom: none;
  border-radius: 8px;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-bottom: 1px solid var(--border-color);
}

.woocommerce table.shop_table td {
  border-top: none !important;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding-bottom: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  position: relative;
  display: block;
  padding: 0 10px;
  border-radius: 6px;
  background: var(--blue-color);
  color: var(--white-color);
  vertical-align: bottom;
  text-decoration: none;
  text-align: center;
  font: 20px/46px "fregatbold", sans-serif;
  letter-spacing: 0.05em;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: none;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: var(--link-hover);
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: var(--white-color);
  border-top: 3px solid var(--blue-color);
}

.woocommerce-info::before {
  color: var(--blue-color);
}

.quantity input {
  border: 1px solid #a0e1fd;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 48%;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 10px;
}

.checkout-content .input-text,
.woocommerce-MyAccount-content .input-text {
  border: 1px solid var(--border-color);
  background: var(--white-color);
  border-radius: 8px;
  height: 48px;
  width: 100%;
  padding: 0 18px;
  font: 15px/18px "fregatregular", sans-serif;
  color: var(--font-color);
}

.woocommerce form .form-row-first {
  width: 100%;
}

.woocommerce-checkout #payment ul.payment_methods li input[type='radio'] {
  color: var(--blue-color);
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: var(--bg-info);
  color: var(--font-color);
}

.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid var(--bg-info);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background-color: var(--blue-color);
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
}

@media (max-width: 767px) {
  .desktop-show {
    display: none;
  }

  .mob-show {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
  }

  .bx-footer,
  .bx-up {
    text-align: left;
  }

  .bx-footer .contacts-col {
    width: 100%;
  }

  .bx-block-title {
    text-align: center;
  }

  .footer-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .footer-menu li {
    margin: 0 0 0 0;
  }

  .bx-footer-bottomline {
    margin-top: 50px;
  }

  .bx-footer .custom-logo {
    max-height: 50px;
    width: auto;
  }

  .bx-footer-logo {
    text-align: center;
  }
}

@media (max-width: 545px) {
  .footer-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .bx-block-title {
    text-align: left;
  }

  .bx-footer .socials {
    width: 100%;
    text-align: left;
  }

  .bx-footer-logo {
    text-align: left;
  }

  .btn-up {
    right: 30px;
    bottom: 20px;
  }
}