.blockPerelinkovki {
  margin-top: 15px;
}

.titleBlock {
  font-size: 1.125em
}

.linkItem {
  margin-top: 5px;
}

.blockPerelinkovki ul {
  padding-left: 20px;
}

.blockPerelinkovki a {
  color: #838383;
}

.blockPerelinkovki a:hover {
  color: #384e69;
}



.fast_search {
  padding-bottom: 10px;
}

.fs_elements {
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
}

.fs_link {
  padding: 3px 6px;
  border: 1px solid #b59e9e;
  margin: 0 8px 5px 0;
  color: #000;
}

.fs_link:hover {
  color: #fff;
  background-color: #384e69;
}


.cloud_main {
  max-width: 60%;
  margin: 0 auto;
  padding: 10px;
}

.cloud_elements {
  display: flex;
  flex-flow: wrap;
}

.cloud_title {
  font-size: 16px;
  padding-bottom: 10px;
}

.cloud_link {
  padding: 10px;
  border: 1px solid #b59e9e;
  margin: 0 8px 8px 0;
  color: #000;
}

.cloud_link:hover {
  color: #fff;
  background-color: #384e69;
}



.text_gen h2 {
  margin-top: 20px;
}



#faq-block {
  max-width: 60%;
  padding: 10px;
  margin: 0 auto;
}

#faq-block .h2 {
  font-size: 27px;
  display: block;
  color: #444;
}

.faq-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.faq-question {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 10px;
  background: #f9f9f9;
  border-radius: 5px;
}

.toggle-sign {
  margin-right: 10px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.faq-answer {
  /*display: none;*/
  padding: 10px;
  margin-top: 5px;
  background: #fff;
  border-radius: 5px;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-answer p {
  margin-bottom: 0;
}

.faq-item.open .toggle-sign,
.faq-item details[open] .toggle-sign {
  transform: rotate(45deg);
}



.footers {
  display: block;
  overflow-wrap: break-word;
  padding: 10px;
  margin-left: 26em;
}

@media only screen and (max-width:720px) {
  .footers {
    margin-left: 0;
    max-width: 100%;
  }
}

.linkTopMenuCategory {
  font-size: 13px;
}

a.linkTopMenuCategory:hover {
  color: #ffb100 !important;
}

@media (max-width:600px) {
  .losb-content.active {
    height: 200px
  }

  .losb-body {
    height: 300px
  }

  .losb-content-level-basic {
    overflow-y: scroll;
    height: 300px
  }

  .losb-content-level-basic::-webkit-scrollbar {
    display: none
  }

  .active,
  .losb-menu-result {
    width: auto !important
  }

  .losb-menu {
    margin: 0 !important
  }

  .footer_head {
    overflow-x: scroll;
    width: 100%;
    max-width: 95%;
    white-space: nowrap
  }

  .footer_head::-webkit-scrollbar {
    width: 0
  }

  .losb-menu {
    margin: 0
  }

  .losb-content-level-left {
    width: 100% !important;
    padding-left: 0 !important;
    vertical-align: top !important;
    border-bottom: 1px solid #d3d3d3;
    border-right: none !important;
    overflow-y: scroll;
    max-height: 110px
  }

  .losb-content-level-right {
    overflow-y: scroll;
    max-height: 100px;
    width: 100% !important;
    margin-top: 10px
  }

  .losb-menu-element-sub.active {
    border: none
  }
}

@media (min-width:1024px) {
  .losb-block {
    margin-bottom: 30px
  }

  .losb-body {
    max-height: 500px
  }

  .losb-content-level-basic {
    display: inline-block;
    overflow-y: scroll;
    height: 200px
  }

  /*.losb-content-level-basic::-webkit-scrollbar{display:none}*/
  .block-footer {
    padding-left: 15%;
    padding-right: 15%
  }

  .active #top_menu_position {
    display: inline-block;
    position: absolute
  }

  .losb-content-level-right {
    width: 650px;
    height: 200px;
    overflow-y: scroll;
    padding-left: 10px
  }

  .losb-content-level-right::-webkit-scrollbar {
    display: none
  }

  .losb-content-level-left {
    overflow-y: scroll;
    height: 200px
  }

  .losb-body {
    margin-right: 100px
  }

  .footer-link {
    color: #000;
    font-size: 11px
  }

  #top_filters {
    display: grid;
    grid-auto-flow: column
  }

  #top_cart {
    display: grid;
    grid-auto-flow: column
  }

  #top_request {
    display: grid;
    grid-auto-flow: column
  }
}

.block-footer::-webkit-scrollbar {
  width: 0
}

/*.losb-content-level-left::-webkit-scrollbar{width:0}*/
.losb-link {
  display: block;
  font-size: 12px;
  font-style: normal;
  padding: 2px 0;
  line-height: 16px;
  text-decoration: none;
  color: #000;
  transition: .3s
}

.losb-link:hover {
  color: #df3f11
}

.losb-menu-result p {
  margin-bottom: 10px;
}

.losb-menu-result {
  display: inline-grid;
  width: auto;
  padding-right: 20px;
  white-space: normal
}

.losb-content-sub {
  height: 0;
  overflow: hidden
}

.losb-content-sub.active {
  height: auto;
  overflow: auto
}

.losb-menu-element-sub {
  display: block;
  font-size: 13px;
  font-style: normal;
  padding: 2px 0;
  line-height: 16px;
  cursor: pointer;
  color: #000;
  transition: .3s
}

.losb-content-sub {
  font-size: 13px;
  font-style: normal;
  line-height: 16px;
  cursor: pointer;
  color: gray;
  transition: .3s
}

.losb-content-sub,
.losb-menu-element-sub:hover {
  color: #ffb100
}

.losb-menu-element-sub.active {
  color: #ffb100;
  border-right: 2px solid #ffb100
}

.losb-content-level-basic {
  padding-left: 3px
}

.losb-content-level-left {
  width: 250px;
  padding-left: 3px;
  vertical-align: top;
  border-right: 1px solid #d3d3d3
}

.losb-content-level-left,
.losb-content-level-right {
  display: inline-grid
}

.losb-menu {
  margin: 0 0 15px;
  padding: 0;
  padding-top: 10px;
  list-style-type: none
}

.losb-menu-element {
  border-radius: 3px;
  z-index: 1;
  position: relative;
  height: 24px;
  border: 1px solid #000;
  color: #000;
  background-color: hsl(0deg 0% 0% / 0%);
  display: inline-grid;
  margin: 0;
  padding: 0 15px;
  line-height: 24px;
  font-size: 12px;
  margin-left: 0;
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 5px;
}

.losb-menu-element.active {
  border: 1px solid #ffb100;
  color: #ffb100
}

.losb-content-sub {
  font-size: 14px
}

.top-menu-losb-link {
  display: block;
  font-size: 12px;
  font-style: normal;
  padding: 2px 0;
  line-height: 16px;
  text-decoration: none;
  color: #000;
  transition: .3s
}

.top-menu-losb-link:hover {
  color: #df3f11
}

.losb-title {
  margin: 24px 0 12px;
  padding: 0;
  line-height: 28px;
  font-weight: 500;
  font-size: 24px
}

.losb-content {
  height: 0;
  overflow: hidden
}

.losb-content.active {
  height: auto;
  overflow: auto
}



.think_text {
  display: block;
  max-width: 60%;
  overflow-wrap: break-word;
  padding: 10px;
  margin: 0 auto;
}