.ks_btn {
  display: inline-block;
  padding: 12px 17px;
  border: none;
  background-color: #FF8400;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}

.ks_btn:hover {
  background-color: #cc6a00;
  color: #fff;
}

.contacts p:not(:last-child) {
  margin-bottom: 5px;
}

.contacts .sin-contat a {
  color: #777;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contacts .sin-contat a:hover {
  color: #FF8400;
}

.line-btn {
  display: inline-block;
  padding: 10px 17px;
  border: none;
  background-color: transparent;
  border: 2px solid #FF8400;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}

.line-btn:hover {
  background-color: #FF8400;
  color: #fff;
}

.line-btn--big {
  font-weight: 600;
  font-size: 16px;
  padding: 24px 40px;
}

.home_slider .line-btn {
  color: #fff;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 9999999999;
  padding: 30px 0;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__content {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
}

.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 10px;
}

.popup__content {
  background-color: #fff;
  max-width: 680px;
  width: 100%;
  padding: 40px 60px;
  position: relative;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
  border-radius: 4px;
}

.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  text-decoration: none;
  width: 12px;
  height: 12px;
}

.popup__close svg {
  stroke: #fff;
  width: 100%;
}

.popup__title {
  line-height: 1.2;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 26px;
}

.review-popup {
  font-size: 14px;
  margin-bottom: 26px;
}

body.lock {
  overflow: hidden;
}

@media (max-width: 480px) {
  .popup__content {
    padding: 24px 20px;
  }

  .popup__close {
    top: 14px;
    right: 14px;
  }
}

.main-header__top-bar {
  padding: 18px 0;
}

.ks_menu_row {
  background-color: #231F20;
  color: #fff;
}

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

@media (min-width: 1201px) {
  .price_download_mobile {
    display: none;
  }

  .bm_header_menu {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bm_header_menu li {
    list-style-type: none;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .bm_header_menu>li>a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 18px 50px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05rem;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .bm_header_menu>li:hover {
    background-color: #FF8400;
  }

  .bm_header_menu .sub-menu {
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    background-color: #FF8400;
    border: 2px solid #231F20;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }

  .bm_header_menu .sub-menu li {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-bottom: 1px solid #cc6a00;
    width: calc(100% + 1px);
  }

  .bm_header_menu .sub-menu li:last-child {
    border-bottom: none;
  }

  .bm_header_menu .sub-menu li:hover {
    background-color: #231F20;
  }

  .bm_header_menu .sub-menu li:hover>a {
    color: #fff;
  }

  .bm_header_menu .sub-menu a {
    color: #231F20;
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .bm_header_menu .sub-menu a:hover {
    color: #fff;
  }

  .bm_header_menu .sub-menu .menu-item-has-children>a {
    padding-right: 35px;
  }

  .bm_header_menu .sub-menu .sub-menu {
    top: -2px;
    left: 100%;
    width: 260px;
  }

  .bm_header_menu .menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }

  .bm_header_menu>.menu-item-has-children::before {
    content: "";
    border: 8px solid transparent;
    border-top: 6px solid #fff;
    border-bottom: none;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .bm_header_menu>li>.sub-menu {
    top: 100%;
    left: 0;
  }

  .bm_header_menu>li>.sub-menu>.menu-item-has-children::before {
    content: "";
    border: 6px solid transparent;
    border-left: 6px solid #231F20;
    border-right: none;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .bm_header_menu>li>.sub-menu>.menu-item-has-children:hover::before {
    border-left-color: #fff;
  }

  .bm_header_menu .sub-menu .menu-item-has-children::before {
    top: 50%;
  }

  .ks_menu_row__mob_contacts {
    display: none;
  }
}

.bm-burger {
  width: 34px;
  height: 26px;
  display: none;
  cursor: pointer;
  position: relative;
}

.bm-burger span {
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  top: 0;
  left: 0;
}

.bm-burger span:nth-child(2),
.bm-burger span:nth-child(3) {
  top: 50%;
  margin-top: -1px;
}

.bm-burger span:last-child {
  margin-bottom: 0;
  top: auto;
  bottom: 0;
}

.marker-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px 10px;
  color: #fff;
  line-height: 1;
  font-size: 28px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1200px) {
  .bm-burger {
    display: block;
  }

  .header_price {
    display: none;
  }

  .ks_menu_row {
    padding: 10px 0;
  }

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

  .ks_header_nav {
    display: none;
    position: absolute;
    top: 100%;
    max-height: calc(100vh - 127px);
    overflow-y: auto;
    left: 0;
    background-color: #2e292a;
    width: 100%;
    padding: 40px;
  }

  .ks_header_nav .search-wrap-mob {
    display: none;
  }

  .bm_header_menu {
    margin: 0;
    padding: 0;
  }

  .bm_header_menu li {
    list-style-type: none;
    position: relative;
  }

  .bm_header_menu>li {
    border-bottom: 1px solid #3e3739;
  }

  .bm_header_menu a {
    display: block;
    padding: 12px;
    color: #fff;
  }

  .bm_header_menu .sub-menu {
    display: none;
    margin: 0;
    padding: 0 15px;
    border-left: 1px solid #3e3739;
  }

  .bm_header_menu .menu-item-has-children>a {
    padding-right: 40px;
  }

  .main-header__top-bar {
    padding: 10px 0;
  }

  .ks_menu_row__mob_contacts {
    padding-top: 20px;
  }

  .ks_menu_row__mob_contacts .line-btn {
    color: #fff;
    width: 100%;
    max-width: 300px;
    text-align: center;
  }

  .ks_menu_row__mob_contacts .tel-wrap {
    display: block;
    margin-bottom: 20px;
  }

  .ks_menu_row__mob_contacts .tel-wrap a {
    color: #FF8400;
  }

  .ks_menu_row__mob_contacts .search-wrap-mob {
    background-color: #fff;
    padding: 10px;
  }

  .ks_menu_row__mob_contacts .search-wrap-mob input[type=submit] {
    color: transparent;
  }

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

.js-menu-open .bm-burger span:nth-child(1),
.js-menu-open .bm-burger span:nth-child(4) {
  display: none;
}

.js-menu-open .bm-burger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js-menu-open .bm-burger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.js-menu-open .ks_header_nav {
  display: block;
}

.js-sub-menu-open>.marker-menu {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .ks_header_nav .search-wrap-mob {
    display: block;
  }
}

@media (max-width: 480px) {
  .main-header__top-bar .line-btn {
    display: none;
  }

  .ks_menu_row .ks_btn {
    padding: 8px 15px;
  }

  .main-header__top-bar {
    padding: 10px 0;
  }

  .ks_header_nav {
    padding: 20px;
    max-height: calc(100vh - 103px);
  }

  .search-wrap-mob input[type=search] {
    max-width: 100%;
    width: 100%;
  }
}

.polylang_svitcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.polylang_svitcher li {
  list-style-type: none;
  margin: 0;
}

.polylang_svitcher .current-lang a {
  font-weight: 700;
}

.polylang_svitcher a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  color: #333;
}

.page-padding {
  padding: 60px 0;
}

.ks-archive-main {
  padding: 30px 0 60px;
}

.post-header {
  margin-bottom: 40px;
}

.post-header h1 {
  margin-bottom: 0;
  font-weight: 700;
}

.post-header h1 span {
  font-family: "Days";
  font-weight: 400;
}

.post-sidebar-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% 30%;
  grid-template-columns: 70% 30%;
}

.post-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post-item__img {
  position: relative;
  padding-bottom: 60%;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.post-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.post-item__img img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.post-item__meta-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  width: 100%;
  margin-top: auto;
}

.post-item__meta-row>div {
  position: relative;
  padding-left: 30px;
}

.post-item__meta-row>div::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.post-item__categori::before {
  background-image: url(../img/edit.png);
}

.post-item__categori ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin: 0;
  fint-size: 14px;
  padding: 0;
}

.post-item__categori li {
  list-style-type: none;
}

.post-item__categori a {
  color: #333;
  text-decoration: none;
}

.post-item__categori a:hover {
  color: #FF8400;
}

.post-item__data::before {
  background-image: url(../img/calendar.png);
}

.post-item__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.post-item__text {
  margin-bottom: 20px;
}

.post-item__text p {
  margin: 0;
}

.post-item__more {
  border: 1px solid #FF8400;
  display: inline-block;
  padding: 8px 10px;
  color: #FF8400;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  min-width: 200px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.post-item__more:hover {
  color: #fff;
  background-color: #FF8400;
}

.ks-news-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.ks-news {
  padding: 100px 0;
}

.ks-news h1 {
  margin-bottom: 30px;
  font-weight: 700;
}

@media (max-width: 1400px) {
  .post-grid {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .post-sidebar-row {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px;
  }

  .sidebar-col {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  .ks-widget--popular-article {
    display: none;
  }

  .ks-news-grid {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .ks-news {
    padding: 130px 0 60px;
  }
}

@media (max-width: 768px) {
  .page-padding {
    padding: 30px 0 50px;
  }

  .post-header {
    margin-bottom: 20px;
  }

  .ks-archive-main {
    padding: 130px 0 50px;
  }
}

@media (max-width: 600px) {
  .post-grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 40px;
  }

  .ks-news-grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

.search-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px 20px;
}

.search-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 2fr;
  grid-template-columns: 1fr 2fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 20px;
}

.search-item__img {
  display: block;
  position: relative;
  padding-bottom: 70%;
  overflow: hidden;
  width: 100%;
}

.search-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.search-item__img img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.search-item__title {
  font-size: 18px;
  margin-bottom: 20px;
}

.search-item__title a {
  color: #212529;
}

.search-item__title a:hover {
  color: #FF8400;
}

@media (max-width: 991px) {
  .search-grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 30px;
  }
}

@media (max-width: 400px) {
  .search-item__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.nav-post {
  padding: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav-post a {
  text-decoration: none;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.nav-links .page-numbers {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #1E1917;
  padding: 0;
  text-align: center;
  color: #212529;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-links .page-numbers.current {
  color: #fff;
  background-color: #1E1917;
}

.nav-links .page-numbers:hover {
  color: #fff;
  background-color: #1E1917;
}

.nav-links .next,
.nav-links .prev {
  padding: 0 30px;
}

@media (max-width: 991px) {
  nav.navigation {
    width: auto;
    height: auto;
  }

  nav.navigation span {
    font-size: 16px;
  }
}

.ks-sidebar a {
  color: #777;
}

.ks-sidebar a:hover {
  color: #FF8400;
}

.ks-sidebar ul {
  margin: 10px 0;
  padding-left: 20px;
}

.ks-sidebar ul li {
  margin-bottom: 10px;
}

.ks-sidebar .wp-block-group {
  margin-bottom: 30px;
}

.ks-sidebar .wp-block-heading {
  font-size: 22px;
  line-height: 1.2;
  position: relative;
  padding-left: 16px;
  margin-bottom: 20px;
}

.ks-sidebar .wp-block-heading::before {
  content: "";
  width: 4px;
  height: 92%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #FF8400;
}

.ks-sidebar .wp-block-latest-comments {
  padding-left: 0;
  margin: 10px 0;
}

.ks-sidebar .wp-block-search__label {
  display: inline-block;
  margin-bottom: 5px;
}

.ks-sidebar button[type=submit] {
  background-color: transparent;
  border: 1px solid #FF8400;
  color: #FF8400;
  padding: 10px 20px;
  font-family: "Inter", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ks-sidebar button[type=submit]:hover {
  background-color: #FF8400;
  color: #fff;
}

.ks-sidebar section {
  padding: 0 !important;
}

.single-page {
  padding: 30px 0 50px;
}

.single-content {
  position: relative;
}

.post-meta {
  gap: 10px 30px;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-categori {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post-categori ul {
  margin: 0;
  padding: 0;
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-categori li {
  margin: 0 5px 0 0;
  list-style-type: none;
}

.post-categori a {
  color: #444;
}

.post-categori a:hover {
  color: #FF8400;
}

.post-thumb {
  margin-bottom: 20px;
}

.classic-text {
  line-height: 1.8;
  color: #000;
}

.classic-text p {
  margin-bottom: 20px;
}

.classic-text img {
  max-width: 100%;
  height: auto;
}

.classic-text h2 {
  margin-bottom: 20px;
  margin-top: 40px;
  font-size: 34px;
}

.classic-text h3,
.classic-text h4,
.classic-text h5,
.classic-text h6 {
  margin-bottom: 10px;
  color: #000;
}

.classic-text h3 {
  font-size: 26px;
}

.classic-text h4 {
  font-size: 22px;
}

.classic-text h5 {
  font-size: 18px;
}

.classic-text h6 {
  font-size: 16px;
}

.classic-text ul li {
  list-style-type: disc;
}

.classic-text ol li {
  list-style-type: decimal;
}

.classic-text ol,
.classic-text ul {
  margin: 20px 0;
  padding-left: 30px;
}

.classic-text li {
  margin-bottom: 10px;
}

.classic-text a {
  color: #FF8400;
  text-decoration: none;
}

.classic-text a:hover {
  color: #cc6a00;
  text-decoration: underline;
}

.wp-block-quote {
  background-color: #f7f7f7;
  margin: 30px 0;
  padding: 40px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.wp-block-image {
  margin-bottom: 30px;
}

article.post {
  margin-bottom: 30px;
}

article.post.post-item,
article.post.search-item {
  margin-bottom: 0;
}

.post-dop-title,
.comment-reply-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.3;
}

.entry-header h1 {
  margin-bottom: 20px;
  font-weight: 700;
}

.page-title {
  position: relative;
  padding-left: 100px;
  margin-bottom: 30px;
}

.page-title::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 4px;
  background: #F06001;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
}

@media (max-width: 991px) {
  .wp-block-quote {
    margin: 20px 0;
    padding: 20px;
  }

  .wp-block-quote p {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .page-title {
    padding-left: 60px;
  }

  .page-title::before {
    width: 45px;
  }

  .single-page-title {
    font-size: 26px;
  }

  .post-dop-title,
  .comment-reply-title {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .page-title {
    padding-left: 0px;
    margin-bottom: 20px;
  }

  .page-title::before {
    display: none;
  }

  .classic-text p {
    margin-bottom: 15px;
  }

  .classic-text h2 {
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 28px;
  }

  .classic-text h3 {
    font-size: 24px;
  }

  .classic-text h4 {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  .post-meta {
    gap: 10px 15px;
  }
}

.post-next-prev {
  border-top: 1px solid #b9b9b9;
  padding: 20px 0 0;
}

.post-next-prev .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 10%;
}

.post-next-prev .nav-links>div {
  width: 45%;
}

.post-next-prev .nav-links a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.post-next-prev .nav-links a:hover {
  color: #FF8400;
}

.post-next-prev .nav-links a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.post-next-prev .nav-subtitle {
  font-weight: bold;
}

.post-next-prev .nav-previous a {
  padding-left: 70px;
}

.post-next-prev .nav-previous a::before {
  background-image: url(../img/prew.png);
  left: 25px;
}

.post-next-prev .nav-next a {
  padding-right: 70px;
}

.post-next-prev .nav-next a::before {
  background-image: url(../img/next.png);
  right: 25px;
}

@media (max-width: 991px) {
  .post-next-prev .nav-links {
    gap: 20px;
  }

  .post-next-prev .nav-links>div {
    width: calc(50% - 10px);
  }

  .post-next-prev .nav-links a {
    font-size: 14px;
    padding: 10px;
  }

  .post-next-prev .nav-previous a {
    padding-left: 50px;
  }

  .post-next-prev .nav-previous a::before {
    left: 15px;
  }

  .post-next-prev .nav-next a {
    padding-right: 50px;
  }

  .post-next-prev .nav-next a::before {
    right: 15px;
  }
}

@media (max-width: 500px) {
  .post-next-prev .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-next-prev .nav-links>div {
    width: 100%;
  }
}

.wp-block-navigation .wp-block-page-list {
  padding-left: 0;
  margin: 20px 0;
  gap: 20px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
}

.wp-block-navigation .wp-block-page-list li {
  margin: 0;
}

.wp-block-navigation .wp-block-navigation__submenu-container {
  margin: 0;
  padding: 0;
}

.wp-block-navigation .wp-block-navigation__submenu-container a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.6;
}

.wp-block-navigation .wp-block-navigation__submenu-container a:hover {
  color: #FF8400;
}

.post-tags {
  margin-bottom: 20px;
}

.post-tags a {
  color: #555;
  display: inline-block;
  margin-left: 5px;
}

.post-tags a:first-child {
  margin-left: 10px;
}

.post-social-share {
  margin-bottom: 20px;
}

.post-social-share__title {
  font-size: 22px;
  font-family: "Days";
  margin-bottom: 15px;
}

.ks-sidebar {
  padding-left: 40px;
}

.ks-sidebar .search-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 120px;
  grid-template-columns: 1fr 120px;
  gap: 10px;
}

.ks-sidebar .search-form input[type=submit] {
  margin: 0;
  font-size: 14px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-width: 2px;
}

.ks-sidebar .search-form .search-field {
  width: 100%;
  height: 50px;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #000;
}

.ks-sidebar ul {
  padding: 0 !important;
}

.ks-sidebar ul li {
  list-style-type: none;
  margin-bottom: 15px;
}

.ks-sidebar a {
  color: #000;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
  text-decoration: none;
}

.ks-sidebar a::before {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #FF8400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.ks-sidebar a:hover {
  color: #000;
  text-decoration: none;
}

.ks-sidebar a:hover::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.ks-sidebar ul {
  margin: 10px 0;
  padding-left: 20px;
}

.ks-sidebar ul li {
  margin-bottom: 8px;
}

.ks-sidebar .wp-block-group,
.ks-sidebar .widget {
  margin-bottom: 30px;
}

.ks-sidebar .wp-block-heading {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  padding-left: 16px;
  margin-bottom: 20px;
}

.ks-sidebar .wp-block-heading::before {
  content: "";
  width: 4px;
  height: 92%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #FF8400;
}

.ks-sidebar .wp-block-latest-comments {
  padding-left: 0;
  margin: 10px 0;
}

.ks-sidebar .wp-block-search__label {
  display: inline-block;
  margin-bottom: 5px;
}

.ks-sidebar button[type=submit] {
  background-color: transparent;
  border: 1px solid #FF8400;
  color: #FF8400;
  padding: 10px 20px;
  font-family: "Inter", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ks-sidebar button[type=submit]:hover {
  background-color: #FF8400;
  color: #fff;
}

.ks-widget {
  margin-bottom: 40px;
}

.ks-widget:last-child {
  margin-bottom: 0;
}

.ks-widgettitle,
h2.widget-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
  padding-left: 16px;
}

.ks-widgettitle::before,
h2.widget-title::before {
  content: "";
  width: 4px;
  height: 90%;
  background-color: #FF8400;
  top: 50%;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.popular-articles {
  margin: 0;
  padding: 0;
}

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

.popular-articles__img {
  display: block;
  width: 80px;
  position: relative;
  height: 60px;
  overflow: hidden;
}

.popular-articles__img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.popular-articles__name {
  width: calc(100% - 95px);
  margin-left: 15px;
}

@media (max-width: 991px) {
  .ks-sidebar {
    padding: 0;
  }

  .ks-widget {
    margin-bottom: 20px;
  }

  .ks-sidebar .widget_block:last-child .wp-block-group {
    margin-bottom: 0;
  }
}

.objects-page-head {
  padding: 60px 0;
}

.objects-page-head__title {
  margin-bottom: 20px;
}

.objects-page .slick-track {
  display: block !important;
}

.objects-page__title {
  margin-bottom: 30px;
}

.objects-section {
  padding: 50px 0;
}

.objects-section:nth-child(odd) {
  background-color: #F8F8F8;
}

.title-decor-line {
  position: relative;
  padding-left: 105px;
}

.title-decor-line::before {
  content: "";
  display: inline-block;
  width: 90px;
  height: 4px;
  background: #F06001;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
}

.object-slide-wrap {
  margin: 0 -10px;
  position: relative;
}

.object-slider__col {
  padding: 0 10px;
}

.object-slider .arrow {
  position: absolute;
  top: 35%;
  z-index: 50;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.object-slider .slick-track {
  margin: 0;
}

.object-slider .prew {
  left: -15px;
}

.object-slider .next {
  right: -15px;
}

.object-item {
  text-decoration: none;
  display: block;
}

.object-item__img {
  position: relative;
  padding-bottom: 60%;
  margin-bottom: 15px;
  overflow: hidden;
}

.object-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.object-item__title {
  color: #212529;
  font-size: 20px;
}

.object-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 600px) {
  .objects-section {
    padding: 40px 20px;
  }

  .objects-page-head {
    padding: 50px 0 30px;
  }
}

@media (max-width: 480px) {
  .title-decor-line {
    padding-left: 16px;
  }

  .title-decor-line::before {
    width: 4px;
    height: 90%;
    top: 50%;
    margin-top: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .objects-section {
    padding: 40px 5px;
  }

  .object-slider .arrow {
    width: 40px;
    height: 40px;
  }

  .object-slider .arrow img {
    width: 25%;
    height: auto;
  }

  .object-slider .prew {
    left: 0;
  }

  .object-slider .next {
    right: 0;
  }

  .objects-page__title {
    margin-bottom: 20px;
  }

  .object-item__title {
    font-size: 18px;
  }
}

.objects-single-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.objects-single__text-col {
  padding-left: 30px;
}

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

.objects-thumb img {
  max-width: 100%;
  height: auto;
}

.objects-video {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-bottom: 20px;
}

.objects-video img,
.objects-video video,
.objects-video iframe {
  max-width: 100%;
  height: auto;
}

.objects-video__item {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.objects-video .horizontal_video img,
.objects-video .horizontal_video video,
.objects-video .horizontal_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.objects-video--vertical {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.objects-video .vertical_video {
  padding-bottom: 178%;
}

.objects-video .vertical_video img,
.objects-video .vertical_video video,
.objects-video .vertical_video iframe {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  height: 100%;
}

.objects-single-media-block {
  margin-bottom: 50px;
}

.objects-single-media-block h2 {
  margin-bottom: 30px;
}

.objects-galery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.objects-galery__item {
  display: block;
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
}

.objects-galery__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.objects-galery__item img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .objects-single-row {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 20px;
  }

  .single-page-title {
    margin-bottom: 10px;
  }

  .objects-single__text-col {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .objects-galery {
    -ms-grid-columns: 1fr 4px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4px;
  }

  .objects-video {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .objects-video--vertical {
    -ms-grid-columns: 1fr 4px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4px;
  }
}

.objects-action {
  padding: 50px 0;
  background-color: #F8F8F8;
}

.objects-action__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

.objects-action__title {
  text-align: center;
  margin-bottom: 40px;
}

.objects-action__btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.objects-action__btn-row a {
  width: 200px;
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .objects-action__title {
    margin-bottom: 25px;
  }
}

.hidden-text {
  display: none;
}

.hidden-text-btn {
  cursor: pointer;
  border: 1px solid #FF8400;
  color: #FF8400;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 260px;
}

.hidden-text-btn:hover {
  color: #fff;
  background-color: #FF8400;
}

.documentation_page {
  padding: 80px 0;
}

.documentation_page h1 {
  margin-bottom: 30px;
}

.documentation_page__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.documentation_block {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
  position: relative;
}

.documentation_block__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.documentation_block__list {
  padding: 0;
  margin: 0;
}

.documentation_block__list li {
  list-style-type: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.documentation_block__list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FF8400;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 4;
}

.documentation_block__list a {
  color: #333;
}

.documentation_block__list a:hover {
  color: #FF8400;
}

.documentation_block__img {
  width: 80px;
  height: auto;
  margin-bottom: 20px;
}

@media (min-width: 1201px) {
  .documentation_block {
    padding-right: 140px;
  }

  .documentation_block__img {
    position: absolute;
    top: 40px;
    right: 40px;
  }
}

@media (max-width: 980px) {
  .documentation_page__grid {
    grid-gap: 20px;
  }

  .documentation_block {
    padding: 20px;
  }

  .documentation_block__img {
    width: 60px;
  }

  .documentation_page {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .documentation_page {
    padding: 150px 0 50px !important;
  }

  .documentation_page__grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .documentation_block {
    padding: 30px;
  }
}

#breadcrumbs {
  margin-bottom: 20px;
  font-size: 14px;
}

#breadcrumbs a {
  color: #FF8400;
  text-decoration: none;
}

#breadcrumbs a:hover {
  color: #cc6a00;
}

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

.home_slider .arrow {
  position: absolute;
  top: 50%;
  left: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 50;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: -25px;
}

.home_slider .arrow:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.home_slider .arrow svg {
  display: block;
  fill: #fff;
}

.home_slider .next {
  left: auto;
  right: 30px;
}

.home_slid {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #333;
  padding: 190px 0 120px;
  min-height: 700px;
}

.home_slid__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1;
}

.home_slid .container {
  position: relative;
  z-index: 5;
}

.home_slid__title {
  font-size: 60px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  margin-bottom: 40px;
  max-width: 970px;
}

@media (max-width: 768px) {
  .home_slid__title {
    font-size: 34px;
  }

  .home_slider .arrow {
    top: auto;
    bottom: 40px;
  }
}

@media (max-width: 480px) {

  .main-banner,
  .home_slid {
    min-height: 600px;
  }

  .home_slid {
    padding: 80px 0;
  }

  .main-banner {
    padding-top: 10px !important;
  }
}

/*# sourceMappingURL=style.css.map */

html>body {
  max-width: none;
  padding: 0;
  margin: 0 !important;
}

/* header.main-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999;
  width: 100%;
} */
.slider__init .slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.slider__init .slick-dots button,
.characteristic__similar-items .slick-dots button {
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #BEBEBE;
  border: 0;
}

.slider__init .slick-dots .slick-active button,
.characteristic__similar-items .slick-dots .slick-active button {
  background: #FF8400;
  color: #fff;
}

.slider__init .slick-arrow {
  position: absolute;
  bottom: -5px;
  left: 0;
}

.slider__init .next.slick-arrow {
  left: auto;
  right: 0;
}

.characteristic-side.characteristic {
  padding-left: 20px;
}

.characteristic-side.characteristic h1 {
  margin-bottom: 20px;
  font-size: 40px;
  color: #444;
  font-weight: 700;
  margin-top: 0;
}

.characteristic__headlines span {
  color: #777;
  font-size: 14px;
}

span.characteristic__availability {
  color: #FF8400;
  margin-right: 20px;
}

span.characteristic__availability>svg {
  vertical-align: text-top;
}

.characteristic__price {
  font-size: 34px;
  font-weight: 600;
}

.characteristic__headlines .popup-link.line-btn {
  background: #FF8400;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
  width: fit-content;
  margin: 10px auto;
  padding: 10px 25px;
}

.characteristic__headlines .popup-link.line-btn:hover {
  background: #cc6a00;
  border: 2px solid #cc6a00;
}

.characteristic__table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.2;
}

.characteristic__table th,
.characteristic__table td {
  border: 1px solid black;
  padding: 4px;
  text-align: center;
}

.characteristic__table th {
  background-color: orange;
}

.characteristic__similar {
  margin-top: 30px;
}

.characteristic__similar .slick-arrow {
  position: absolute;
  bottom: 4px;
  left: 0;

}

.characteristic__similar .slick-arrow.next {
  left: auto;
  right: 0;
}

.characteristic__similar .slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  gap: 20px;
}

.characteristic__similar-links {
  padding: 0 5px;
  text-align: center;
  color: #444;
}

.characteristic__similar-links span {
  margin-top: 10px;
}

.characteristic__similar-title,
.characteristic__table h2 {
  border-bottom: 1px solid #dadada;
  line-height: 1.5;
}

.product__details-tabs {
  margin-top: 20px;
}

.product-details .row {
  align-items: normal;
}

.product__details-tabs-btn,
.tab__content-btn,
.tab__content-btn-less {
  border: 2px solid #FF8400;
  color: #444;
  padding: 10px 15px;
  border-radius: 4px;
  transition: all .2s linear;
  position: relative;
  background: #fff;
}

.product__details-tabs-btn:hover {
  background: #FF8400;
  color: #fff;
}

.product__details-tabs-btn.active {
  background: #FF8400;
  color: #fff;
}

.product__details-tabs-btn.active:after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #FF8400;
  transition: all 0.2s linear;
}

.product__details-tabs-btn.active:hover::after {
  border-top: 15px solid #cc6a00;
}

.product__details-tabs-btn.active:hover {
  background: #cc6a00;
  border: 2px solid #cc6a00;
}

.product__details-tabs-nav {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
}

.ks_menu_row.fixed__bottom-header {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
}

.tab__content {
  max-height: 300px;
  overflow: hidden;
  position: relative;
}

.tab__content.tab__content-active {
  max-height: none;
}

.tab__content-btn-hide {
  display: none;
}

.tab__content:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.tab__content-btn-less {
  display: none;
}

.tab__content-btn-less.tab__content-btn-show {
  display: block;
}

.characteristic__table {
  overflow-x: auto;
}

@media (max-width: 768px) {
  .ks-news-grid.slider__init {
    display: block;
  }

  .characteristic-side.characteristic {
    padding-left: 0;
  }

  .ks_menu_row.fixed__bottom-header {
    position: relative;
    background-color: #231F20;
  }
}

@media (max-width: 576px) {
  .product-details .container {
    max-width: none;
  }

  .product-details h2 {
    margin-bottom: 0;
  }

  .characteristic-side.characteristic {
    margin-top: 20px;
  }

  .characteristic-side.characteristic h1 {
    font-size: 30px;
    font-weight: 500;
  }

  .characteristic__price {
    font-size: 26px;
    font-weight: 500;
  }

  .product-details h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
  }

  .characteristic__similar-items {
    margin-top: 10px;
  }
  .characteristic__table table {
    margin: 10px 0;
  }
}