@charset "UTF-8";

.header-eshop .header-info:not(.fixed) .header-sections {
  display: none;
}

.header-eshop .header-info.fixed {
  align-items: center;
  height: 70px;
  position: fixed;
  z-index: 1000;
  border-bottom: 1px solid #c3c3c3;
}

.header-eshop .header-info.fixed .logo-link {
  display: none;
}

.header-eshop .header-info.fixed .basket-block-container {
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .header-eshop .header-info.fixed .basket-block-container {
    margin-left: 15px;
  }
}

.header-eshop .header-info.fixed .basket-block-container .basket-block {
  position: relative;
  background-color: #f2f2f2;
  border: 1px solid #e4e4e4;
  padding: 0px 10px;
  border-radius: 3px;
  margin-right: 5px;
}

.header-eshop .header-info.fixed .basket-block-container .basket-block .basket-header {
  margin-bottom: 0px;
}

.header-eshop .header-info.fixed .basket-block-container .basket-block .counter-block {
  display: flex;
  position: relative;
  flex-direction: column;
  padding-left: 35px;
}

.header-eshop .header-info.fixed .basket-block-container .basket-block .counter-block::before {
  position: absolute;
  display: block;
  left: 0;
  top: 12px;
  width: 22px;
  height: 16px;
  background: url("/bitrix/templates/eshop_adapt_blue/images/icon.png") no-repeat -98px 0px;
  content: " ";
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.header-eshop .header-info.fixed .basket-block-container .basket-block .counter-block .count-row {
  margin-bottom: 0px;
}

.header-eshop .header-info.fixed .basket-block-container .basket-block .counter-block .price-row {
  margin-bottom: 0px;
}

.header-eshop .header-info.fixed .basket-block-container:hover .basket-block .basks {
  display: block;
  top: 65px;
}

.header-eshop .header-info.fixed .header-phone-1 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .header-eshop .header-info.fixed .header-phone-1 {
    display: none;
  }
}

.header-eshop .header-info.fixed .header-phone-1 p {
  margin-bottom: 10px;
  color: #99b631;
}

.header-eshop .header-info.fixed .header-phone-1 p .icon-telephon {
  width: 10px;
  height: 15px;
  margin-right: 5px;
  background: url("/bitrix/templates/eshop_adapt_blue/images/icon.png") no-repeat -47px 0px;
  display: inline-block;
}

.header-eshop .header-info.fixed .header-phone-1 p a {
  color: #99b631;
}

.header-eshop .header-info.fixed .header-phone-1 .btn-siding-calc {
  display: none;
}

.header-eshop .header-info.fixed .header-phone-2 {
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 11px;
}

@media (max-width: 1199px) {
  .header-eshop .header-info.fixed .header-phone-2 {
    display: none;
  }
}

.header-eshop .header-info.fixed .header-phone-2 p {
  margin-bottom: 10px;
}

.header-eshop .header-info.fixed .header-phone-2 p a {
  color: #656565;
}

.header-eshop .header-info.fixed .header-phone-2 .btn-callback {
  display: none;
}

.header-eshop .header-info.fixed .specific-block {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}

@media (min-width: 1200px) {
  .header-eshop .header-info.fixed .specific-block {
    width: 377px;
  }
}

@media (max-width: 1199px) {
  .header-eshop .header-info.fixed .specific-block {
    width: 375px;
  }
}

.header-eshop .header-info.fixed .specific-block .build-link {
  display: none;
}

.header-eshop .header-info.fixed .specific-block .delivery-link {
  display: none;
}

.header-eshop .header-info.fixed .header-sections {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}

.header-eshop .header-info.fixed .header-sections:hover .first-level {
  /*display: block;*/
  visibility: visible;
  opacity: 1;
  top: 40px;
}

.header-eshop .header-info.fixed .header-sections > a {
  display: flex;
  padding: 0 15px;
  align-items: center;
  color: #fff;
  height: 100%;
  background-color: #545454;
  height: 40px;
}

.header-eshop .header-info.fixed .header-sections > a:hover {
  text-decoration: none;
  background-color: #7a7a7a;
}

.header-eshop .header-info.fixed .header-sections > a svg {
  margin-right: 10px;
}

.header-eshop .header-info.fixed .header-sections .first-level {
  position: absolute;
  top: 70px;
  left: -20px;
  z-index: 1000;
  list-style-type: none;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s, top 0.25s;
  /*display: none;*/
}

.header-eshop .header-info.fixed .header-sections .first-level > li:first-child {
  margin-top: 14px;
}

.header-eshop .header-info.fixed .header-sections .first-level li.has-children > a {
  position: relative;
}

.header-eshop .header-info.fixed .header-sections .first-level li.has-children > a::after {
  position: absolute;
  right: -25px;
  content: " ";
  background: transparent url("/bitrix/templates/eshop_adapt_blue/images/icon.png") no-repeat scroll -134px -40px;
  width: 8px;
  height: 11px;
  display: block;
}

.header-eshop .header-info.fixed .header-sections .first-level > li {
  background-color: #6e6e6e;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 14px;
  padding-right: 40px;
  border-bottom: 1px solid #7a7a7a;
}

.header-eshop .header-info.fixed .header-sections .first-level > li:hover {
  background-color: #7a7a7a;
}

.header-eshop .header-info.fixed .header-sections .first-level > li:hover > a::before {
  content: " ";
  display: block;
  height: 100%;
  border-left: 3px solid #99b631;
  position: absolute;
  left: -14px;
  top: 0;
}

.header-eshop .header-info.fixed .header-sections .first-level > li:hover .second-level {
  display: block;
}

.header-eshop .header-info.fixed .header-sections .first-level > li a {
  position: relative;
  color: #fff;
  white-space: nowrap;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 3px 0;
  align-items: center;
}

.header-eshop .header-info.fixed .header-sections .first-level > li a:hover {
  text-decoration: none;
}

.header-eshop .header-info.fixed .header-sections .first-level > li a img {
  margin-right: 5px;
}

.header-eshop .header-info.fixed .header-sections .first-level .second-level {
  position: absolute;
  background-color: #8A8A8A;
  padding-left: 0;
  left: 100%;
  top: 14px;
  list-style-type: none;
  display: none;
  height: calc(100% - 14px);
  overflow-y: scroll;
  scrollbar-color: #6e6e6e #adadad;
}

.header-eshop .header-info.fixed .header-sections .first-level .second-level::-webkit-scrollbar-track {
  background-color: #adadad;
}

.header-eshop .header-info.fixed .header-sections .first-level .second-level::-webkit-scrollbar {
  width: 10px;
  background-color: #adadad;
}

.header-eshop .header-info.fixed .header-sections .first-level .second-level::-webkit-scrollbar-thumb {
  background-color: #6e6e6e;
}

.header-eshop .header-info.fixed .header-sections .first-level .second-level > li {
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 14px;
  padding-right: 40px;
  border-bottom: 1px solid #ADADAD;
}

.header-eshop .header-info.fixed .header-sections .first-level .second-level > li:hover {
  background-color: #ADADAD;
}

.header-eshop .header-info.fixed .header-sections .first-level .second-level > li:hover > a::before {
  content: " ";
  display: block;
  height: 100%;
  border-left: 3px solid #99b631;
  position: absolute;
  left: -14px;
  top: 0;
}

.header-eshop .header-info {
  display: flex;
  background-color: #fff;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  height: 100px;
}

.header-eshop .header-info .logo-container {
  padding: 25px 20px;
  min-height: 70px;
}

.header-eshop .header-info .logo-container .logo-link img {
  width: 200px;
}

.header-eshop .header-info .specific-block {
  display: flex;
  flex-wrap: wrap;
  width: 340px;
  height: 100%;
}

.header-eshop .header-info .specific-block .build-link {
  color: #07B5E7;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #d6d6d4;
  border-right: 1px solid #d6d6d4;
  text-transform: uppercase;
  height: 70px;
}

.header-eshop .header-info .specific-block .build-link::before {
  content: " ";
  background: url(/bitrix/templates/eshop_adapt_blue/images/icon.png) no-repeat 0px 0px;
  width: 20px;
  height: 24px;
  display: block;
  margin-right: 10px;
}

.header-eshop .header-info .specific-block .delivery-link {
  color: #07B5E7;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #d6d6d4;
  text-transform: uppercase;
  height: 70px;
}

.header-eshop .header-info .specific-block .delivery-link::before {
  content: " ";
  background: url(/bitrix/templates/eshop_adapt_blue/images/icon.png) no-repeat -24px 0px;
  display: block;
  width: 20px;
  height: 21px;
  margin-right: 10px;
}

.header-eshop .header-info .specific-block .header-search {
  width: 100%;
}

.header-eshop .header-info .specific-block .header-search form {
  display: flex;
  position: relative;
}

.header-eshop .header-info .specific-block .header-search form .seacrh-result-fade-enter,
.header-eshop .header-info .specific-block .header-search form .seacrh-result-fade-leave-to {
  opacity: 0;
}

.header-eshop .header-info .specific-block .header-search form .seacrh-result-fade-enter-to,
.header-eshop .header-info .specific-block .header-search form .seacrh-result-fade-leave {
  opacity: 1;
}

.header-eshop .header-info .specific-block .header-search form .seacrh-result-fade-enter-active,
.header-eshop .header-info .specific-block .header-search form .seacrh-result-fade-leave-active {
  transition: all 1s;
}

.header-eshop .header-info .specific-block .header-search form .search-input {
  color: #a3a09e;
  font-family: "Exo 2", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  padding: 0px 10px 0px;
  outline: none;
  margin: 0px;
  height: 29px;
  border: 1px solid #c3c3c3;
  width: 100%;
}

.header-eshop .header-info .specific-block .header-search form .search-button {
  width: 30px;
  height: 29px;
  background: url(/bitrix/templates/eshop_adapt_blue/images/ico_search.png) no-repeat left top;
  margin: 0px;
  border: 0;
}

.header-eshop .header-info .specific-block .header-search form .search-result {
  position: absolute;
  top: 29px;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  width: 100%;
}

.header-eshop .header-info .specific-block .header-search form .search-result .search-result-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  overflow: hidden;
}

.header-eshop .header-info .specific-block .header-search form .search-result .search-result-list > li {
  border-bottom: 1px solid #d6d6d4;
  border-left: 1px solid #d6d6d4;
  border-right: 1px solid #d6d6d4;
  display: flex;
}

.header-eshop .header-info .specific-block .header-search form .search-result .search-result-list > li > .img-container {
  height: 100%;
}

.header-eshop .header-info .specific-block .header-search form .search-result .search-result-list > li > .img-container > img {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}

.header-eshop .header-info .specific-block .header-search form .search-result .search-result-list > li > a {
  color: #666;
}

.header-eshop .header-info .specific-block .header-search form .search-result .empty-message {
  display: flex;
  justify-content: center;
  height: 40px;
  align-items: center;
  border-bottom: 1px solid #d6d6d4;
  border-left: 1px solid #d6d6d4;
  border-right: 1px solid #d6d6d4;
}

.header-eshop .header-info .basket-block-container {
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .header-eshop .header-info .basket-block-container {
    margin-left: 15px;
  }
}

.header-eshop .header-info .basket-block-container .basket-block {
  position: relative;
  background-color: #f2f2f2;
  border: 1px solid #e4e4e4;
  padding: 0px 10px;
  border-radius: 3px;
}

.header-eshop .header-info .basket-block-container .basket-block .basket-header {
  margin-bottom: 5px;
}

.header-eshop .header-info .basket-block-container .basket-block .counter-block {
  display: flex;
  position: relative;
  flex-direction: column;
  padding-left: 35px;
}

.header-eshop .header-info .basket-block-container .basket-block .counter-block::before {
  position: absolute;
  display: block;
  left: 0;
  top: 12px;
  width: 22px;
  height: 16px;
  background: url("/bitrix/templates/eshop_adapt_blue/images/icon.png") no-repeat -98px 0px;
  content: " ";
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.header-eshop .header-info .basket-block-container .basket-block .counter-block .count-row {
  margin-bottom: 5px;
}

.header-eshop .header-info .basket-block-container .basket-block .counter-block .price-row {
  margin-bottom: 5px;
}

.header-eshop .header-info .basket-block-container:hover .basket-block .basks {
  display: block;
  top: 87px;
}

.header-eshop .header-info .header-phone-1 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .header-eshop .header-info .header-phone-1 {
    display: none;
  }
}

.header-eshop .header-info .header-phone-1 p {
  margin-bottom: 10px;
  color: #99b631;
}

.header-eshop .header-info .header-phone-1 p .icon-telephon {
  width: 10px;
  height: 15px;
  margin-right: 5px;
  background: url("/bitrix/templates/eshop_adapt_blue/images/icon.png") no-repeat -47px 0px;
  display: inline-block;
}

.header-eshop .header-info .header-phone-1 p a {
  color: #99b631;
}

.header-eshop .header-info .header-phone-2 {
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 11px;
}

@media (max-width: 1199px) {
  .header-eshop .header-info .header-phone-2 {
    display: none;
  }
}

.header-eshop .header-info .header-phone-2 p {
  margin-bottom: 10px;
}

.header-eshop .header-info .header-phone-2 p a {
  color: #656565;
}

.header-eshop .header-info .header-phone-2 .btn-callback {
  display: block;
  text-align: center;
  font-family: "Exo 2", sans-serif;
  color: #93b31e !important;
  margin: 0px;
  line-height: normal;
  border: 1px solid #93b31e;
  border-radius: 4px;
  padding: 5px;
  text-decoration: none;
}

.header-eshop .header-menu-container {
  margin-left: -15px;
  margin-right: -15px;
  background-color: #fff;
  padding-top: 10px;
}

.header-eshop .header-menu-container .header-menu {
  height: 40px;
  background-color: #545454;
  display: flex;
  align-items: center;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.header-eshop .header-menu-container .header-menu .more-button {
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #545454;
  color: #fff;
  flex-direction: row;
  white-space: nowrap;
  position: relative;
  padding: 9px 5px;
  cursor: pointer;
}

.header-eshop .header-menu-container .header-menu .more-button:hover > ul {
  visibility: visible;
}

.header-eshop .header-menu-container .header-menu .more-button > ul {
  position: absolute;
  top: 40px;
  right: 0;
  padding-left: 0;
  list-style-type: none;
  z-index: 1000;
  /*display: none;*/
  visibility: hidden;
  background-color: #6e6e6e;
}

.header-eshop .header-menu-container .header-menu .more-button > ul > li {
  height: 40px;
  border-bottom: 1px solid #7a7a7a;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
}

.header-eshop .header-menu-container .header-menu .more-button > ul > li > a {
  color: #fff;
}

.header-eshop .header-menu-container .header-menu .more-button > ul > li > a:hover {
  text-decoration: none;
}

.header-eshop .header-menu-container .header-menu > li {
  height: 100%;
  align-items: center;
}

.header-eshop .header-menu-container .header-menu > li > a {
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 9px;
  white-space: nowrap;
}

.header-eshop .header-menu-container .header-menu > li > a:hover {
  text-decoration: none;
  background-color: #7a7a7a;
}

.header-eshop .header-menu-container .header-menu .header-sections {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}

.header-eshop .header-menu-container .header-menu .header-sections:hover .first-level {
  /*display: block;*/
  visibility: visible;
  opacity: 1;
  top: 40px;
}

.header-eshop .header-menu-container .header-menu .header-sections > a {
  display: flex;
  padding: 0 5px;
  align-items: center;
  color: #fff;
  height: 100%;
}

.header-eshop .header-menu-container .header-menu .header-sections > a:hover {
  text-decoration: none;
  background-color: #7a7a7a;
}

.header-eshop .header-menu-container .header-menu .header-sections > a svg {
  margin-right: 10px;
}

.header-eshop .header-menu-container .header-menu .header-sections .first-level {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 1000;
  background-color: #6e6e6e;
  list-style-type: none;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s, top 0.25s;
  /*display: none;*/
}

.header-eshop .header-menu-container .header-menu .header-sections .first-level li.has-children > a {
  position: relative;
}

.header-eshop .header-menu-container .header-menu .header-sections .first-level li.has-children > a::after {
  position: absolute;
  right: -25px;
  content: " ";
  background: transparent url("/bitrix/templates/eshop_adapt_blue/images/icon.png") no-repeat scroll -134px -40px;
  width: 8px;
  height: 11px;
  display: block;
}

.header-eshop .header-menu-container .header-menu .header-sections .first-level > li {
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 14px;
  padding-right: 40px;
  border-bottom: 1px solid #7a7a7a;
}

.header-eshop .header-menu-container .header-menu .header-sections .first-level > li:hover {
  background-color: #7a7a7a;
}

.header-eshop .header-menu-container .header-menu .header-sections .first-level > li:hover > a::before {
  content: " ";
  display: block;
  height: 100%;
  border-left: 3px solid #99b631;
  position: absolute;
  left: -14px;
  top: 0;
}

.header-eshop .header-menu-container .header-menu .header-sections .first-level > li:hover .second-level {
  display: block;
}

.header-eshop .header-menu-container .header-menu .header-sections .first-level > li a {
  position: relative;
  color: #fff;
  white-space: nowrap;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 3px 0;
  align-items: center;
}

.header-eshop .header-menu-container .header-menu .header-sections .first-level > li a:hover {
  text-decoration: none;
}

.header-eshop .header-menu-container .header-menu .header-sections .first-level > li a img {
  margin-right: 5px;
}

.header-eshop .header-menu-container .header-menu .header-sections .first-level .second-level {
  position: absolute;
  background-color: #8A8A8A;
  padding-left: 0;
  left: 100%;
  top: 0;
  list-style-type: none;
  display: none;
  height: 100%;
  overflow-y: scroll;
  scrollbar-color: #6e6e6e #adadad;
}

.header-eshop .header-menu-container .header-menu .header-sections .first-level .second-level::-webkit-scrollbar-track {
  background-color: #adadad;
}

.header-eshop .header-menu-container .header-menu .header-sections .first-level .second-level::-webkit-scrollbar {
  width: 10px;
  background-color: #adadad;
}

.header-eshop .header-menu-container .header-menu .header-sections .first-level .second-level::-webkit-scrollbar-thumb {
  background-color: #6e6e6e;
}

.header-eshop .header-menu-container .header-menu .header-sections .first-level .second-level > li {
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 14px;
  padding-right: 40px;
  border-bottom: 1px solid #ADADAD;
}

.header-eshop .header-menu-container .header-menu .header-sections .first-level .second-level > li > a::after {
  position: absolute;
  right: -25px;
  content: " ";
  background: transparent url("/bitrix/templates/eshop_adapt_blue/images/icon.png") no-repeat scroll -134px -40px;
  width: 8px;
  height: 11px;
  display: block;
}

.header-eshop .header-menu-container .header-menu .header-sections .first-level .second-level > li:hover {
  background-color: #ADADAD;
}

.header-eshop .header-menu-container .header-menu .header-sections .first-level .second-level > li:hover > a::before {
  content: " ";
  display: block;
  height: 100%;
  border-left: 3px solid #99b631;
  position: absolute;
  left: -14px;
  top: 0;
}

@media (min-width: 751px) {
  .header-eshop .mobile-header {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .header-eshop .header-info {
    display: none;
  }

  .header-eshop .header-menu-container {
    display: none;
  }

  .header-eshop .mobile-header {
    background-color: #545454;
    height: 40px;
    /*margin: 0 -16px;*/
    display: flex;
    align-items: center;
    /*position: fixed;
    top: 0;*/
    width: 100%;
    /*z-index: 1000000;*/
    justify-content: space-between;
  }

  .header-eshop .mobile-header .mobile-basket {
    position: relative;
    height: 100%;
    width: 40px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-eshop .mobile-header .mobile-basket .count {
    position: absolute;
    background-color: #93b31e;
    color: #fff;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-eshop .mobile-header .mobile-basket .icon-basket {
    display: block;
    width: 22px;
    height: 16px;
    background: url("/bitrix/templates/eshop_redisign/images/icon.png") no-repeat -98px 0px;
  }

  .header-eshop .mobile-header .logo {
    padding: 0;
  }

  .header-eshop .mobile-header .logo img {
    height: 29px;
  }

  .header-eshop .mobile-header .hamburger-button {
    margin-right: 10px;
  }

  .header-eshop .mobile-header .mobile-menu-container-parent {
    position: fixed;
    left: 0px;
    top: 40px;
    z-index: 10000;
    width: 100%;
    overflow: hidden;
  }

  .header-eshop .mobile-header .mobile-menu-container-parent .toggle-menu-enter {
    transform: translate(0, -100%);
  }

  .header-eshop .mobile-header .mobile-menu-container-parent .toggle-menu-enter-active {
    transition: all 0.4s ease-out;
  }

  .header-eshop .mobile-header .mobile-menu-container-parent .toggle-menu-leave-to {
    transform: translate(0, -100%);
  }

  .header-eshop .mobile-header .mobile-menu-container-parent .toggle-menu-leave-active {
    transition: all 0.4s ease-in;
  }

  .header-eshop .mobile-header .mobile-menu-container-parent .next-level-leave-to {
    transform: translateX(-100%);
  }

  .header-eshop .mobile-header .mobile-menu-container-parent .next-level-leave-active {
    transition: all 0.5s;
  }

  .header-eshop .mobile-header .mobile-menu-container-parent .next-level-enter {
    left: 100%;
  }

  .header-eshop .mobile-header .mobile-menu-container-parent .next-level-enter-to {
    left: 0;
  }

  .header-eshop .mobile-header .mobile-menu-container-parent .next-level-enter-active {
    transition: all 0.5s;
    position: fixed;
    top: 40px;
  }

  .header-eshop .mobile-header .mobile-menu-container-parent .prev-level-leave-to {
    transform: translateX(100%);
  }

  .header-eshop .mobile-header .mobile-menu-container-parent .prev-level-leave-active {
    transition: all 0.5s;
  }

  .header-eshop .mobile-header .mobile-menu-container-parent .prev-level-enter {
    left: -100%;
  }

  .header-eshop .mobile-header .mobile-menu-container-parent .prev-level-enter-to {
    left: 0;
  }

  .header-eshop .mobile-header .mobile-menu-container-parent .prev-level-enter-active {
    transition: all 0.5s;
    position: fixed;
    top: 40px;
  }

  .header-eshop .mobile-header .mobile-menu-container-parent .mobile-menu {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    width: 100%;
    padding-left: 0;
    max-height: calc(100vh - 40px);
    overflow-y: scroll;
  }

  .header-eshop .mobile-header .mobile-menu-container-parent .mobile-menu > .prev-level-container {
    display: flex;
    justify-content: flex-end;
  }

  .header-eshop .mobile-header .mobile-menu-container-parent .mobile-menu > .prev-level-container .back-button {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #7a7a7a;
  }

  .header-eshop .mobile-header .mobile-menu-container-parent .mobile-menu > li {
    background-color: #6e6e6e;
    display: flex;
    width: 100%;
    height: 40px;
    min-height: 40px;
    align-items: center;
    border-bottom: 1px solid #7a7a7a;
    padding-left: 10px;
    justify-content: space-between;
  }

  .header-eshop .mobile-header .mobile-menu-container-parent .mobile-menu > li > a {
    color: #fff;
    text-decoration: none;
  }

  .header-eshop .mobile-header .mobile-menu-container-parent .mobile-menu > li > .next-level {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #7a7a7a;
  }

  .header-eshop .mobile-header .mobile-menu-container-parent .mobile-menu > li > .next-level::before {
    content: " ";
    background: transparent url("/bitrix/templates/eshop_adapt_blue/images/icon.png") no-repeat scroll -134px -40px;
    width: 8px;
    height: 11px;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .tabs-body-container .show-more {
    width: 300px;
    height: auto!important;
    margin: 20px auto;
  }

}
@media screen and (max-width: 767px) {
  #bx_eshop_wrap {
    margin-top: 80px;
  }
}

.h1-product {
  background-color: #f7f8fa;
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
}

.product-preview-images {
  display: flex;
  border-top: 1px solid #d9d5d2;
  border-right: 1px solid #d9d5d2;
  border-bottom: 1px solid #d9d5d2;
}

@media screen and (max-width: 767px) {
  .product-preview-images {
    height: 215px;
  }
}

.product-preview-images .product-images {
  width: 62px;
  margin-left: 10px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .product-preview-images .product-images {
    width: 42px;
  }
}

.product-preview-images .product-images .product-images-slider.disabled {
  display: none;
}

.product-preview-images .product-images .product-images-slider .slick-arrow {
  z-index: 10;
}

.product-preview-images .product-images .product-images-slider .slick-arrow::before {
  color: #333333;
}

.product-preview-images .product-images .product-images-slider .slick-prev {
  top: -25px;
  left: 20px;
  transform: rotate(90deg);
}

.product-preview-images .product-images .product-images-slider .slick-next {
  bottom: -17px;
  top: unset;
  right: unset;
  left: 20px;
  transform: rotate(90deg);
}

.product-preview-images .product-images .product-images-slider .product-images-item {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d9d5d2;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .product-preview-images .product-images .product-images-slider .product-images-item {
    width: 40px;
    height: 40px;
  }
}

.product-preview-images .product-images .product-images-slider .product-images-item::before {
  content: " ";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  visibility: hidden;
  border-left: 1px solid #99b631;
  border-top: 1px solid #99b631;
  transition: width 0.4s, height 0.4s;
}

.product-preview-images .product-images .product-images-slider .product-images-item::after {
  content: " ";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  bottom: -1px;
  right: -1px;
  visibility: hidden;
  border-bottom: 1px solid #99b631;
  border-right: 1px solid #99b631;
  transition: width 0.4s, height 0.4s;
}

.product-preview-images .product-images .product-images-slider .product-images-item:hover::before,
.product-preview-images .product-images .product-images-slider .product-images-item:hover::after,
.product-preview-images .product-images .product-images-slider .product-images-item.active-image::before,
.product-preview-images .product-images .product-images-slider .product-images-item.active-image::after {
  width: 100%;
  height: 100%;
  visibility: visible;
}

.product-preview-images .product-images .product-images-slider .product-images-item img {
  max-width: 100%;
  max-height: 100%;
}

.product-preview-images .main-image-container {
  width: calc(100% - 72px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 422px;
}

@media screen and (max-width: 767px) {
  .product-preview-images .main-image-container {
    height: 215px;
  }
}

.product-preview-images .main-image-container .zm-wrap {
  height: calc(100% - 1px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-preview-images .main-image-container .main-image {
  max-width: 100%;
  max-height: 100%;
}

.product-cart-controls .top-row {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  align-items: center;
  border-top: 1px solid #d9d5d2;
  border-bottom: 1px solid #d9d5d2;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .product-cart-controls .top-row {
    flex-direction: column;
    align-items: center;
    height: unset;
    padding: 5px 0;
    border-top: unset;
  }

  .product-cart-controls .top-row > .vote-row {
    width: 100%;
    display: none !important;
    justify-content: center;
  }

  .product-cart-controls .top-row > .vote-row > table {
    width: unset;
  }

  .product-cart-controls .top-row > .articul-row {
    width: 100%;
    justify-content: center;
    color: #333;
  }

  .product-cart-controls .top-row > .availability {
    width: 100%;
    justify-content: center;
    display: none !important;
  }
}

.product-cart-controls .top-row .availability {
  display: flex;
}

.product-cart-controls .top-row .availability .label {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.product-cart-controls .top-row .availability .full {
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  background: #5ab2e4;
  padding: 3px 5px;
  display: inline-block;
}

.product-cart-controls .top-row .availability .empty {
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  background: #e58c01;
  padding: 3px 5px;
  display: inline-block;
  width: unset;
  height: unset;
}

.product-cart-controls .top-row .articul-row {
  display: flex;
  color: #b8b3b0;
}

.product-cart-controls .top-row .articul-row .label {
  margin-right: 5px;
}

.product-cart-controls .top-row .vote-row {
  display: flex;
  align-items: center;
}

.product-cart-controls .price-row {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  background-color: #f7f8fa;
  border-bottom: 1px solid #d9d5d2;
  padding: 10px 10px;
}

@media (min-width: 768px) {
  .product-cart-controls .price-row {
    min-height: 82px;
  }
}

.product-cart-controls .price-row .retail {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-cart-controls .price-row .retail .old {
  color: #b8b3b0;
  font-weight: bold;
  margin-bottom: 7px;
}

.product-cart-controls .price-row .retail .current {
  display: flex;
  font-size: 24px;
}

.product-cart-controls .price-row .retail .current .current-label {
  margin-right: 5px;
  color: #b8b3b0;
}

.product-cart-controls .price-row .retail .current .value {
  font-weight: bold;
  margin-right: 5px;
}

.product-cart-controls .price-row .retail .current .currency {
  font-weight: bold;
}

.product-cart-controls .price-row .wholesale {
  color: #b8b3b0;
}

.product-cart-controls .price-row .wholesale .title {
  margin-bottom: 10px;
}

.product-cart-controls .price-row .wholesale .value {
  font-size: 18px;
}

.product-cart-controls .price-row .delivery-time {
  color: #b8b3b0;
}

.product-cart-controls .price-row .delivery-time .title {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .product-cart-controls .price-row .delivery-time .title {
    margin: 0;
  }
}

.product-cart-controls .price-row .delivery-time .value {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .product-cart-controls .price-row .discount {
    display: none;
  }
}

.product-cart-controls .price-row .discount .top {
  margin-bottom: 10px;
}

.product-cart-controls .price-row .discount .bottom {
  color: #b8b3b0;
  font-size: 18px;
}

.offers-row {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 23px;
  padding-bottom: 24px;
  background-color: #f7f8fa;
}

.offers-row .color-row {
  display: flex;
  margin-bottom: 10px;
}

.offers-row .color-row .label {
  margin-right: 7px;
}

.offers-row .offers-slider {
  padding: 0 30px;
}

.offers-row .offers-slider .slick-next {
  color: #474747;
  right: 10px;
}

.offers-row .offers-slider .slick-next::before {
  color: #474747;
}

.offers-row .offers-slider .slick-prev {
  color: #474747;
  left: 0;
}

.offers-row .offers-slider .slick-prev::before {
  color: #474747;
}

.offers-row .offers-slider .offer-item {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d9d5d2;
  margin-right: 10px;
  position: relative;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .offers-row .offers-slider .offer-item {
    width: 50px;
    height: 50px;
    margin-right: 0px;
  }
}

.offers-row .offers-slider .offer-item::before {
  content: " ";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  visibility: hidden;
  border-left: 1px solid #99b631;
  border-top: 1px solid #99b631;
  transition: width 0.4s, height 0.4s;
}

.offers-row .offers-slider .offer-item::after {
  content: " ";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  bottom: -1px;
  right: -1px;
  visibility: hidden;
  border-bottom: 1px solid #99b631;
  border-right: 1px solid #99b631;
  transition: width 0.4s, height 0.4s;
}

.offers-row .offers-slider .offer-item:hover::before,
.offers-row .offers-slider .offer-item:hover::after,
.offers-row .offers-slider .offer-item.active-offer::before,
.offers-row .offers-slider .offer-item.active-offer::after {
  width: 100%;
  height: 100%;
  visibility: visible;
}

.offers-row .offers-slider .offer-item img {
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 768px) {
  .offers-row .offers-slider.slider-min {
    padding: 0;
  }

  .offers-row .offers-slider.slider-min .slick-track {
    margin-left: unset;
    margin-right: unset;
  }

  .offers-row .offers-slider.slider-min .offer-item {
    margin-right: unset;
  }
}

.calculate-row {
  padding: 0 10px;
  background-color: #f7f8fa;
  border-bottom: 1px solid #d9d5d2;
  padding-bottom: 35px;
}

.calculate-row .buy-row {
  display: flex;
}

@media screen and (max-width: 767px) {
  .calculate-row .buy-row {
    flex-wrap: wrap;
  }
}

.calculate-row .buy-row .square-container {
  position: relative;
  margin-right: 50px;
}

.calculate-row .buy-row .square-container .square {
  padding: 10px 25px 10px 10px;
  width: 89px;
  border: 1px solid #d9d5d2;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #474747;
  transition: border 0.4s;
}

.calculate-row .buy-row .square-container .square:focus {
  border: 1px solid #93b31e;
}

@media screen and (max-width: 767px) {
  .calculate-row .buy-row .square-container .square {
    width: 100%;
  }
}

.calculate-row .buy-row .square-container .label {
  position: absolute;
  top: 10px;
  right: 4px;
  color: #d9d5d2;
}

.calculate-row .buy-row .square-container::after {
  content: "\438\43B\438";
  display: block;
  position: absolute;
  right: -38px;
  top: 10px;
}

@media screen and (max-width: 767px) {
  .calculate-row .buy-row .square-container {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .calculate-row .buy-row .square-container::after {
    display: none;
  }
}

.calculate-row .buy-row .count-container {
  position: relative;
}

@media screen and (max-width: 767px) {
  .calculate-row .buy-row .count-container {
    width: calc(100% - 90px);
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.calculate-row .buy-row .count-container .count {
  padding: 10px 25px 10px 10px;
  width: 70px;
  border: 1px solid #d9d5d2;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #474747;
  transition: all 0.4s;
}

.calculate-row .buy-row .count-container .count:focus {
  border: 1px solid #93b31e;
}

@media screen and (max-width: 767px) {
  .calculate-row .buy-row .count-container .count {
    width: 100%;
  }
}

.calculate-row .buy-row .count-container .label {
  position: absolute;
  top: 10px;
  right: 4px;
  color: #d9d5d2;
}

.calculate-row .buy-row .change-count-container {
  display: flex;
  flex-direction: column;
  margin-left: 3px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .calculate-row .buy-row .change-count-container {
    margin-right: 0;
    flex-direction: row-reverse;
  }
}

.calculate-row .buy-row .change-count-container .plus-count {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: #93b31e;
  color: #fff;
  margin-bottom: 2px;
  padding-bottom: 4px;
  cursor: pointer;
  transition: all 0.4s;
}

.calculate-row .buy-row .change-count-container .plus-count:hover {
  background-color: #aed424;
}

@media screen and (max-width: 767px) {
  .calculate-row .buy-row .change-count-container .plus-count {
    width: 42px;
    height: 42px;
    padding-bottom: 2px;
  }
}

.calculate-row .buy-row .change-count-container .minus-count {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  background-color: #93b31e;
  color: #fff;
  padding-bottom: 2px;
  cursor: pointer;
  transition: all 0.4s;
  height: 20px;
}

.calculate-row .buy-row .change-count-container .minus-count:hover {
  background-color: #aed424;
}

@media screen and (max-width: 767px) {
  .calculate-row .buy-row .change-count-container .minus-count {
    width: 42px;
    height: 42px;
    margin-right: 3px;
  }
}

.calculate-row .buy-row .basket-button {
  margin-right: 15px;
  background-color: #93b31e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  border-radius: 3px;
  cursor: pointer;
  height: 42px;
  transition: all 0.4s;
}

@media screen and (max-width: 767px) {
  .calculate-row .buy-row .basket-button {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
  }
}

.calculate-row .buy-row .basket-button:hover {
  background-color: #aed424;
}

.calculate-row .buy-row .fast-buy-button {
  background-color: #93b31e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 3px;
  cursor: pointer;
  height: 42px;
  transition: all 0.4s;
}

@media screen and (max-width: 767px) {
  .calculate-row .buy-row .fast-buy-button {
    width: 100%;
  }
}

.calculate-row .buy-row .fast-buy-button:hover {
  background-color: #aed424;
}

.total-row {
  display: flex;
  padding: 10px 30px;
  border-bottom: 1px solid #d9d5d2;
  font-size: 27px;
}

.total-row .total-amount {
  display: inline-block;
  margin: 0 7px;
}

@media (min-width: 768px) {
  .pl-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .pr-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .box.more-container.hide-content .container-full {
    overflow: hidden;
    max-height: 350px;
  }
}

.show-more-button-container {
  text-align: center;
}

.show-more-button-container .show-more-button {
  display: inline-block;
  font-size: 24px;
  border-bottom: 1px dotted #333;
  cursor: pointer;
}

.show-more-button-container .show-more-button:hover {
  border-bottom: unset;
  margin-bottom: 1px;
}

@media screen and (max-width: 767px) {
  .show-more-button-container .show-more-button {
    display: none;
  }
}

.properties-row {
  display: flex;
  border-bottom: 1px solid #d9d5d2;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .properties-row {
    flex-direction: column-reverse;
  }
}

.properties-row .scheme {
  width: 50%;
  border-right: 1px solid #d9d5d2;
}

@media screen and (max-width: 767px) {
  .properties-row .scheme {
    width: 100%;
  }
}

.properties-row .properties-tabs {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .properties-row .properties-tabs {
    width: 100%;
  }
}

.accessories-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 30px;
  border-bottom: 1px solid #d9d5d2;
}

.accessories-title .title {
  font-weight: bold;
  font-size: 21px;
}

.accessories-title .link a {
  text-decoration: underline;
}

.accessories-title .link a:hover {
  text-decoration: none;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.shine-hover:hover .shine {
  opacity: 1;
  -webkit-animation: flash 0.8s;
  animation: flash 0.8s;
}

.shine-hover:hover .shine::before {
  -webkit-animation: shine 0.5s;
  animation: shine 0.5s;
  opacity: 1;
}

.shine {
  position: relative;
  overflow: hidden;
}

.shine::before {
  position: absolute;
  top: 0;
  left: -45%;
  z-index: 2;
  display: block;
  content: " ";
  width: 25%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.accessories-container {
  padding: 0 50px;
}

.accessories-container .accessories-slider .slick-prev {
  width: 40px;
  height: 150px;
  background-image: url("/bitrix/templates/eshop_redisign/images/left-icon.png");
  background-size: 100% 100%;
  z-index: 111;
  left: -45px;
}

.accessories-container .accessories-slider .slick-prev::before {
  display: none;
}

.accessories-container .accessories-slider .slick-next {
  width: 40px;
  height: 150px;
  background-size: 100% 100%;
  z-index: 111;
  background-image: url("/bitrix/templates/eshop_redisign/images/right-icon.png");
  right: -45px;
}

.accessories-container .accessories-slider .slick-next::before {
  display: none;
}

.accessories-container .accessories-slider .slick-active .accessories-item {
  border-right: 1px solid #d9d5d2;
}

.accessories-container .accessories-slider .accessories-item {
  display: flex;
  flex-direction: column;
  padding: 7px;
  transition: box-shadow 0.3s;
}

.accessories-container .accessories-slider .accessories-item:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.accessories-container .accessories-slider .accessories-item .image-container {
  display: flex;
  height: 200px;
  justify-content: center;
  align-items: center;
  border: 1px solid #d9d5d2;
}

.accessories-container .accessories-slider .accessories-item .image-container img {
  max-width: 100%;
  max-height: 100%;
}

.accessories-container .accessories-slider .accessories-item .product-name {
  color: #5ab2e4;
  font-weight: bold;
  height: 65px;
}

.accessories-container .accessories-slider .accessories-item .discount-price-row {
  display: flex;
  height: 20px;
}

.accessories-container .accessories-slider .accessories-item .discount-price-row .discount-price-label {
  margin-right: 3px;
}

.accessories-container .accessories-slider .accessories-item .discount-price-row .discount-price {
  margin-right: 3px;
  font-weight: bold;
}

.accessories-container .accessories-slider .accessories-item .price-row {
  display: flex;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.accessories-container .accessories-slider .accessories-item .price-row .price {
  color: #5ab2e4;
  margin-right: 4px;
}

.accessories-container .accessories-slider .accessories-item .price-row .currency {
  color: #474747;
}

.accessories-container .accessories-slider .accessories-item .buy-button {
  text-align: center;
  background-color: #93b31e;
  color: #fff;
  padding: 7px 0;
  border-radius: 3px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s;
}

.accessories-container .accessories-slider .accessories-item .buy-button:hover {
  background-color: #aed424;
}

.you-need-container {
  padding: 0 50px;
  border-bottom: 1px solid #d9d5d2;
}

.you-need-container .you-need-slider .slick-prev {
  width: 40px;
  height: 150px;
  background-image: url("/bitrix/templates/eshop_redisign/images/left-icon.png");
  background-size: 100% 100%;
  z-index: 111;
  left: -45px;
}

.you-need-container .you-need-slider .slick-prev::before {
  display: none;
}

.you-need-container .you-need-slider .slick-next {
  width: 40px;
  height: 150px;
  background-size: 100% 100%;
  z-index: 111;
  background-image: url("/bitrix/templates/eshop_redisign/images/right-icon.png");
  right: -45px;
}

.you-need-container .you-need-slider .slick-next::before {
  display: none;
}

.you-need-container .you-need-slider .slick-active .you-need-item {
  border-right: 1px solid #d9d5d2;
}

.you-need-container .you-need-slider .you-need-item {
  display: flex;
  flex-direction: column;
  padding: 7px;
  transition: box-shadow 0.3s;
}

.you-need-container .you-need-slider .you-need-item:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.you-need-container .you-need-slider .you-need-item .image-container {
  display: flex;
  height: 200px;
  justify-content: center;
  align-items: center;
  border: 1px solid #d9d5d2;
}

.you-need-container .you-need-slider .you-need-item .image-container img {
  max-width: 100%;
  max-height: 100%;
}

.you-need-container .you-need-slider .you-need-item .product-name {
  color: #5ab2e4;
  font-weight: bold;
  height: 65px;
}

.you-need-container .you-need-slider .you-need-item .price-row {
  display: flex;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.you-need-container .you-need-slider .you-need-item .price-row .price {
  color: #5ab2e4;
  margin-right: 4px;
}

.you-need-container .you-need-slider .you-need-item .price-row .currency {
  color: #474747;
}

.you-need-container .you-need-slider .you-need-item .buy-button {
  text-align: center;
  background-color: #93b31e;
  color: #fff;
  padding: 7px 0;
  border-radius: 3px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s;
}

.you-need-container .you-need-slider .you-need-item .buy-button:hover {
  background-color: #aed424;
}

.you-need-title {
  height: 60px;
  padding: 0 30px;
  font-size: 21px;
  font-weight: bold;
  border-bottom: 1px solid #d9d5d2;
  background-color: #f7f8fa;
  display: flex;
  align-items: center;
}

.slider-four {
  padding: 30px 40px;
  position: relative;
}

.slider-four .title-tovar {
  margin-bottom: 20px;
}

.slider-four__wrap {
  margin: 0 -15px;
}

.slider-four__wrap_1 {
  margin: 0 -15px;
}

.slider-four__wrap img {
  margin: 0 auto;
  max-width: 100%;
}

.slider-four__image-wrap {
  height: 185px;
  overflow: hidden;
}

.slider-four__image-wrap img {
  width: 100%;
}

.slider-four .slider-four__wrap-raiting {
  height: 70px;
  overflow: hidden;
}

.slider-four .slider-four__wrap-raiting .slider-four__item {
  padding: 0 15px;
  height: 70px !important;
  display: inline-block;
}

.slider-four .slider-four__wrap-raiting .slider-four__item > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-four .slider-four__wrap-raiting .slider-four__item > a > img {
  max-width: 100%;
  max-height: 100%;
}

.slider-four__item {
  padding: 0 15px;
  /*height: 70px;
  & > a {
    width: 100%;
    height: 100%;
    & > img {
      max-width: 100%;
      max-height: 100%;
    }
  }*/
}

.slider-four__slider-arrows {
  position: absolute;
  top: 30px;
  right: 40px;
}

.slider-four__slider-arrows .slider-arr_n-prev {
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin-right: 25px;
}

.slider-four__slider-arrows .slider-arr_n-prev::after {
  height: 9px;
  width: 9px;
  content: " ";
  display: inline-block;
  border-top: 2px solid #4d4d4d;
  border-right: 2px solid #4d4d4d;
  transform: rotate(-135deg);
  margin-top: 12px;
}

.slider-four__slider-arrows .slider-arr_n-next {
  cursor: pointer;
  width: 15px;
  height: 15px;
}

.slider-four__slider-arrows .slider-arr_n-next::after {
  height: 9px;
  width: 9px;
  content: " ";
  display: inline-block;
  border-top: 2px solid #4d4d4d;
  border-right: 2px solid #4d4d4d;
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .slider-four__slider-arrows {
    display: none;
  }
}

.slider-four__slider-arrows_1 {
  position: absolute;
  top: 30px;
  right: 40px;
}

.slider-four__slider-arrows_1 .slider-arr_n-prev {
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin-right: 25px;
}

.slider-four__slider-arrows_1 .slider-arr_n-prev::after {
  height: 9px;
  width: 9px;
  content: " ";
  display: inline-block;
  border-top: 2px solid #4d4d4d;
  border-right: 2px solid #4d4d4d;
  transform: rotate(-135deg);
  margin-top: 12px;
}

.slider-four__slider-arrows_1 .slider-arr_n-next {
  cursor: pointer;
  width: 15px;
  height: 15px;
}

.slider-four__slider-arrows_1 .slider-arr_n-next::after {
  height: 9px;
  width: 9px;
  content: " ";
  display: inline-block;
  border-top: 2px solid #4d4d4d;
  border-right: 2px solid #4d4d4d;
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .slider-four__slider-arrows_1 {
    display: none;
  }
}

.slider-four__slider-arrows_fabric {
  position: absolute;
  top: 40px;
  right: 40px;
}

@media (max-width: 768px) {
  .slider-four__slider-arrows_fabric {
    display: none;
  }
}

.slider-four__link-wrap {
  margin-top: 40px;
}

.slider-four_fabric {
  padding: 40px;
  position: relative;
}

.slider-four_fabric .title-tovar {
  margin-bottom: 30px;
}

.slider-four__wrap_fabric {
  margin: 0 -15px;
}

.slider-four__wrap_fabric .slider-four__item-fon {
  border: 1px solid #d9d5d2;
}

.slider-four__wrap_fabric img {
  margin: 0 auto;
  max-width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.slider-four__wrap_fabric a,
.slider-four__wrap_fabric a:link,
.slider-four__wrap_fabric a:hover,
.slider-four__wrap_fabric a:visited,
.slider-four__wrap_fabric a:active,
.slider-four__wrap_fabric a:focus,
.slider-four__wrap_fabric button {
  display: block;
}

.slider-four__wrap_fabric a:hover img,
.slider-four__wrap_fabric a:link:hover img,
.slider-four__wrap_fabric a:hover:hover img,
.slider-four__wrap_fabric a:visited:hover img,
.slider-four__wrap_fabric a:active:hover img,
.slider-four__wrap_fabric a:focus:hover img,
.slider-four__wrap_fabric button:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.similar-products__title {
  height: 50px;
  height: 50px;
  padding: 0 30px;
  font-size: 21px;
  font-weight: bold;
  border-top: 1px solid #d9d5d2;
  border-bottom: 1px solid #d9d5d2;
  background-color: #f7f8fa;
  display: flex;
  align-items: center;
}

.similar-products {
  display: flex;
  flex-wrap: wrap;
}

.similar-products__item {
  width: 20%;
  display: flex;
  flex-direction: column;
  padding: 7px;
  border-right: 1px solid #d9d5d2;
  border-bottom: 1px solid #d9d5d2;
  transition: box-shadow 0.3s;
}

@media screen and (max-width: 767px) {
  .similar-products__item {
    width: 50%;
  }
}

.similar-products__item:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.similar-products__item:nth-child(5n) {
  border-right: unset;
}

.similar-products__item .image-container {
  display: flex;
  height: 200px;
  justify-content: center;
  align-items: center;
  border: 1px solid #d9d5d2;
}

.similar-products__item .image-container img {
  max-width: 100%;
  max-height: 100%;
}

.similar-products__item .product-name {
  color: #5ab2e4;
  font-weight: bold;
  height: 65px;
}

.similar-products__item .price-row {
  display: flex;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.similar-products__item .price-row .price {
  color: #5ab2e4;
  margin-right: 4px;
}

.similar-products__item .price-row .currency {
  color: #474747;
}

.similar-products__item .buy-button {
  text-align: center;
  background-color: #93b31e;
  color: #fff;
  padding: 7px 0;
  border-radius: 3px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s;
}

.similar-products__item .buy-button:hover {
  background-color: #aed424;
}

.block-service {
  margin-top: 30px;
  padding-top: 30px;
}

.block-service > div {
  width: 165px;
}

.block-service .serv-block6 .icon-image-service {
  background: url("/bitrix/templates/eshop_redisign/images/icon-service-pig.png") no-repeat 0px 0px;
}

.form-bot {
  background: #00b5ea;
  padding: 40px 0;
}

.form-bot .form-bot__button {
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  width: 100%;
}

.form-bot .form-bot__button:hover {
  color: #333;
  background-color: #fff;
}

@media (min-width: 768px) {
  .form-bot .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}

.form-bot .row form {
  width: 100%;
}

.form-bot__title {
  color: #fff;
  font-size: 25px;
  font-family: "Exo 2", sans-serif;
  text-align: center;
}

.form-bot label {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: "Exo 2", sans-serif;
  display: block;
}

.form-bot input {
  background: #fff;
  border: 1px solid #d9d5d2;
  outline: none;
  height: 38px;
  line-height: 38px;
  padding: 0 12px;
  margin-top: 8px;
  width: 100%;
}

.form-bot__item {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .form-bot__item {
    padding: 0 30px;
  }
}

.btn-bord-blue {
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  color: #5ab2e4;
  line-height: normal;
  display: inline-block;
  border: 1px solid #5ab2e4;
  border-radius: 4px;
  padding: 15px 50px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-bord-blue:hover {
  background: #5ab2e4;
  color: #fff;
  text-decoration: none;
}

.content .h1-product {
  padding: 15px 20px;
}

#navigation .bx_breadcrumbs {
  padding: 12px 0px 12px;
}

.properties-tabs .section ul#tabs-tovar li {
  font-size: 13px;
}

.document-item .document-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .add-compare {
    margin-top: 5px !important;
  }

  .add-compare label::before {
    display: none !important;
  }
}

.jquery-modal.blocker.current {
  z-index: 10000;
}

#add-to-basket-overlay.add-to-basket-overlay {
  z-index: 100000;
}

.fast-view-modal.modal {
  border-radius: 0px;
  max-width: unset;
  width: unset;
}

.fast-view-modal.modal .fast-view-widget .product-name {
  font-size: 30px;
  color: #474747;
}

.fast-view-modal.modal .fast-view-widget .top-row {
  display: flex;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .product-info-small-row {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 15px;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .product-info-small-row .availability-label {
  color: #fff;
  padding: 0 4px;
  margin-right: 10px;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .product-info-small-row .availability-label.full {
  background-color: #5ab2e4;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .product-info-small-row .availability-label.empty {
  background: #e58c01;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .product-info-small-row .articul-label {
  margin-right: 10px;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .choose-variant-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .offers-images {
  width: 560px;
  margin-bottom: 30px;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .offers-images .offer-item-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  position: relative;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .offers-images .offer-item-container::before {
  content: " ";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden;
  border-left: 1px solid #99b631;
  border-top: 1px solid #99b631;
  transition: width 0.4s, height 0.4s;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .offers-images .offer-item-container::after {
  content: " ";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  visibility: hidden;
  border-bottom: 1px solid #99b631;
  border-right: 1px solid #99b631;
  transition: width 0.4s, height 0.4s;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .offers-images .offer-item-container:hover::before,
.fast-view-modal.modal .fast-view-widget .top-row .product-controls .offers-images .offer-item-container:hover::after,
.fast-view-modal.modal .fast-view-widget .top-row .product-controls .offers-images .offer-item-container.active::before,
.fast-view-modal.modal .fast-view-widget .top-row .product-controls .offers-images .offer-item-container.active::after {
  width: 100%;
  height: 100%;
  visibility: visible;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .offers-images .offer-item-container > img {
  max-width: 100%;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .buy-block {
  margin-top: 13px;
  margin-bottom: 30px;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .buy-block .buy-button-row {
  padding: 10px 0;
  display: flex;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .buy-block .buy-button-row .fast-view-size-container {
  position: relative;
  margin-right: 45px;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .buy-block .buy-button-row .fast-view-size-container .fast-view-size {
  display: block;
  width: 90px;
  height: 42px;
  border-radius: 0;
  border: 1px solid #d9d5d2;
  padding: 10px 25px 10px 10px;
  transition: border 0.3s;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .buy-block .buy-button-row .fast-view-size-container .fast-view-size:focus {
  border: 1px solid #92b220;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .buy-block .buy-button-row .fast-view-size-container::after {
  content: "\438\43B\438";
  color: #b2aeac;
  position: absolute;
  right: -35px;
  top: 10px;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .buy-block .buy-button-row .fast-view-size-container .label-size {
  position: absolute;
  top: 10px;
  right: 2px;
  color: #b2aeac;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .buy-block .buy-button-row .change-count-container {
  display: flex;
  flex-direction: column;
  margin-left: 5px;
  margin-right: 20px;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .buy-block .buy-button-row .change-count-container .plus-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: #92b220;
  cursor: pointer;
  color: #fff;
  margin-bottom: 2px;
  padding-bottom: 2px;
  transition: all 0.4s;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .buy-block .buy-button-row .change-count-container .plus-button:hover {
  background-color: #aed424;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .buy-block .buy-button-row .change-count-container .minus-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #92b220;
  color: #fff;
  padding-bottom: 4px;
  transition: all 0.4s;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .buy-block .buy-button-row .change-count-container .minus-button:hover {
  background-color: #aed424;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .buy-block .buy-button-row .fast-view-count-container {
  position: relative;
  margin-right: 0px;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .buy-block .buy-button-row .fast-view-count-container .fast-view-count {
  width: 70px;
  height: 42px;
  border-radius: 0;
  border: 1px solid #d9d5d2;
  padding: 10px 25px 10px 10px;
  transition: border 0.3s;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .buy-block .buy-button-row .fast-view-count-container .fast-view-count:focus {
  border: 1px solid #92b220;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .buy-block .buy-button-row .fast-view-count-container::before {
  content: "\448\442.";
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 2;
  color: #b2aeac;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .buy-block .buy-button-row .fast-view-count-container::after {
  content: "=";
  position: absolute;
  right: -40px;
  top: 10px;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .buy-block .buy-button-row .sum {
  margin-right: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 18px;
  min-width: 110px;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .buy-block .buy-button-row .sum .currency {
  margin-left: 7px;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .buy-block .buy-button-row .buy-button {
  background-color: #92b220;
  color: #fff;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 7px;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .buy-block .buy-button-row .buy-button:hover {
  background-color: #aed424;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .buy-block .buy-button-row .buy-button::before {
  content: " ";
  display: inline-block;
  margin: 0px 5px 0 0;
  width: 22px;
  height: 16px;
  background: url("/bitrix/templates/eshop_adapt_blue/images/icon.png") no-repeat -98px 0px;
  vertical-align: -2px;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .buy-block .buy-button-row .fast-buy-button {
  background-color: #92b220;
  color: #fff;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 7px;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .buy-block .buy-button-row .fast-buy-button:hover {
  background-color: #aed424;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .tabs-row {
  display: flex;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .tabs-row .tab-button {
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  border-bottom: 1px solid #d9d5d2;
  border-left: 1px solid #d9d5d2;
  border-top: 1px solid #d9d5d2;
  background-color: #f7f8fa;
  cursor: pointer;
  position: relative;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .tabs-row .tab-button:last-child {
  border-right: 1px solid #d9d5d2;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .tabs-row .tab-button::after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  visibility: hidden;
  border-bottom: 3px solid #99b631;
  transition: width 0.3s;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .tabs-row .tab-button:hover::after {
  width: 100%;
  visibility: visible;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .tabs-row .tab-button.active {
  background-color: #fff;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .tabs-row .tab-button.active::after {
  width: 100%;
  visibility: visible;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .tabs-body-container {
  max-width: 630px;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .tabs-body-container .tab-body.hidecontent {
  max-height: 160px;
  overflow: hidden;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .tabs-body-container .tab-body:not(.hidecontent) + .show-more {
  opacity: 0;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .tabs-body-container .show-more {
  text-align: center;
  color: #d9d5d2;
  font-size: 22px;
  cursor: pointer;
  height: 30px;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .tabs-body-container .show-more:hover {
  text-decoration: underline;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .tabs-body-container .tab-body {
  padding-top: 20px;
  min-height: 160px;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .tabs-body-container .tab-body .properties-container .properties-row {
  position: relative;
  min-height: 30px;
  border-bottom: unset;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .tabs-body-container .tab-body .properties-container .properties-row::before {
  content: " ";
  width: 100%;
  position: absolute;
  top: 14px;
  border-bottom: 1px dashed #d9d5d2;
  z-index: 1;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .tabs-body-container .tab-body .properties-container .properties-row .name {
  padding-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 2;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-controls .tabs-body-container .tab-body .properties-container .properties-row .value {
  padding-left: 5px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 2;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-images-container {
  width: 401px;
  margin-right: 35px;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-images-container .main-image-container-parent {
  width: 401px;
  height: 401px;
  position: relative;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-images-container .main-image-container-parent .main-image-enter-active,
.fast-view-modal.modal .fast-view-widget .top-row .product-images-container .main-image-container-parent .main-image-leave-active {
  transition: all 0.7s;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-images-container .main-image-container-parent .main-image-enter {
  opacity: 0;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-images-container .main-image-container-parent .main-image-enter-to {
  opacity: 1;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-images-container .main-image-container-parent .main-image-leave {
  opacity: 1;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-images-container .main-image-container-parent .main-image-leave-to {
  opacity: 0;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-images-container .main-image-container-parent .main-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 401px;
  height: 401px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d9d5d2;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-images-container .main-image-container-parent .main-image-container > img {
  max-width: 100%;
  max-height: 100%;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-images-container .product-images .image-item-container {
  margin-top: 10px;
  width: 86px;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d9d5d2;
  margin-right: 5px;
  position: relative;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-images-container .product-images .image-item-container::before {
  content: " ";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  visibility: hidden;
  top: -1px;
  left: -1px;
  border-left: 1px solid #99b631;
  border-top: 1px solid #99b631;
  transition: width 0.4s, height 0.4s;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-images-container .product-images .image-item-container::after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-bottom: 1px solid #99b631;
  border-right: 1px solid #99b631;
  transition: width 0.4s, height 0.4s;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-images-container .product-images .image-item-container:hover::before,
.fast-view-modal.modal .fast-view-widget .top-row .product-images-container .product-images .image-item-container:hover::after,
.fast-view-modal.modal .fast-view-widget .top-row .product-images-container .product-images .image-item-container.active::before,
.fast-view-modal.modal .fast-view-widget .top-row .product-images-container .product-images .image-item-container.active::after {
  width: 100%;
  height: 100%;
  visibility: visible;
}

.fast-view-modal.modal .fast-view-widget .top-row .product-images-container .product-images .image-item-container img {
  max-width: 100%;
  max-height: 100%;
}

.section_redisign .n-bx_catalog_item__image-wrap {
  height: 250px !important;
}

.section_redisign .n-bx_catalog_item__image-wrap .n-bx_catalog_item__image {
  width: 100%;
  height: 250px !important;
}

.section_redisign .n-bx_catalog_item__image-wrap .n-bx_catalog_item__image .bx_catalog_item_images {
  width: 100% !important;
  height: 220px !important;
  object-fit: contain;
}

.section_redisign .n-bx_catalog_item__image-wrap .n-bx_catalog_item__image .fast-view-button {
  position: absolute !important;
  left: 60px !important;
  top: 100px !important;
  display: none ;
  justify-content: center !important;
  align-items: center !important;
  height: 40px !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
  z-index: 10000;
  border: 1px solid #d7d8d3;
  color: #616264;
  text-decoration: none;
  width: 150px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .section_redisign .n-bx_catalog_item__image-wrap .n-bx_catalog_item__image:hover .fast-view-button {
    display: flex ;
  }
}

.bx_catalog_list_home.section_redisign .n-bx_catalog_item__color-wrap {
  margin-top: 5px;
  position: relative;
}

.bx_catalog_list_home.section_redisign .n-bx_catalog_item__color-title.nameColors {
  height: 2em;
  margin-bottom: 15px;
}

.section_redisign .n-bx_catalog_item .n-bx_catalog_item__hidden {
  padding: 5px 10px;
}

.section_redisign .n-bx_catalog_item .n-bx_catalog_item__hidden .trigger-one_click_list {
  margin: 0;
}

.section_redisign .product-offers {
  padding: 0 20px;
  position: relative;
  height: 30px;
  display: flex;
  align-items: center;
}

.section_redisign .product-offers .product-offers-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.section_redisign .product-offers .owl-stage {
  display: flex;
  align-items: center;
  min-height: 20px;
}

.section_redisign .product-offers .owl-item img {
  max-height: 30px;
  max-width: 100%;
  width: auto !important;
}

.section_redisign .product-offers .owl-nav .owl-prev {
  width: 8px;
  height: 13px;
  background: url(/images/icon.png) no-repeat -145px -40px;
  display: block;
  margin-right: 10px;
  position: absolute;
  top: 30%;
  left: -19px;
}

.section_redisign .product-offers .owl-nav .owl-next {
  width: 8px;
  height: 13px;
  background: url(/images/icon.png) no-repeat -134px -40px;
  display: block;
  margin-left: 10px;
  position: absolute;
  top: 30%;
  right: -19px;
}

.section_redisign .product-offers .owl-nav.disabled {
  display: block !important;
}

.section_redisign .product-offers .owl-nav.disabled .owl-next.disabled {
  display: block !important;
}

.section_redisign .product-offers .owl-nav.disabled .owl-prev.disabled {
  display: block !important;
}

.section_redisign .price-block .discount-value {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: line-through;
  color: #bfbfbf;
  line-height: 0.8;
  height: 15px;
  margin-left: 2px;
}

.section_redisign .price-block .price-row .price-label {
  color: #bfbfbf;
  font-size: 13px;
}

.section_redisign .price-block .price-row.without-discount {
  padding-top: 15px;
}

.section_redisign .price-block .price-row {
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 8px;
  border: none;
}

.section_redisign .price-block .price-row .available {
  position: absolute;
  right: 0;
  top: 4px;
  display: flex;
  color: #bfbfbf;
  font-size: 12px;
}
.n-bx_catalog_item .available {
  color: #4ac302;
}

.section_redisign .price-block .price-row .not-available {
  position: absolute;
  right: 0;
  top: 4px;
  display: flex;
  color: #bfbfbf;
  font-size: 12px;
}

.section_redisign .price-block .price-row .not-available::before {
  content: ' ';
  background-image: url('/images/notexist.png');
  width: 16px;
  height: 16px;
  display: block;
  background-size: cover;
  margin-right: 2px;
}

.section_redisign .price-block .price-row.without-discount .available {
  top: 19px;
}

.size-property.articul {
  color: #bfbfbf;
}

.size-property.articul .title {
  font-weight: normal;
}

.size-property.articul .value {
  font-size: 14px;
}

.section_redisign .price-block .price-row .price-value {
  position: relative;
  color: #333;
  font-weight: bold;
  font-size: 24px;
}

.section_redisign .price-block .price-row .price-value .currenncy {
  color: #333;
  font-weight: bold;
  font-size: 16px;
  margin-left: 1px;
}

.section-manufacturers {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .section-manufacturers {
    padding: 0 25px;
  }

  .section-manufacturers .slick-prev {
    left: 5px;
  }

  .section-manufacturers .slick-prev::before {
    color: #474747;
  }

  .section-manufacturers .slick-next {
    right: 5px;
  }

  .section-manufacturers .slick-next::before {
    color: #474747;
  }
}

.section-manufacturers .manufaturer {
  /*width: 16.5%;*/
  width: 15.5%;
  /*height: 90px;*/
  height: 85px;
  padding: 10px;
  transition: transform 0.3s;
}

@media (max-width: 767px) {
  .section-manufacturers .manufaturer {
    width: 33%;
  }
}

@media (max-width: 500px) {
  .section-manufacturers .manufaturer {
    width: 40%;
  }
}

.section-manufacturers .manufaturer:hover {
  transform: scale(1.05);
}

.section-manufacturers .manufaturer .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #dbdbdb;
  padding: 5px;
  padding-bottom: 15px;
  position: relative;
}

.section-manufacturers .manufaturer .image-container img {
  max-width: 100%;
  max-height: 100%;
}

.section-manufacturers .manufaturer .image-container .title {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  font-size:10px;
}

.search-result .n-bx_catalog_item__image-wrap .n-bx_catalog_item__image .fast-view-button {
  left: 110px !important;
}

.eshop_redisign .n-catalog-filter__check-wrap {
  margin-top: 0;
}

.eshop_redisign .bx_filter_param_label {
  margin-top: 5px;
}

.eshop_redisign .bx_filter_param_label.disabled {
  display: none;
}

.price-label-container {
  display: flex;
  text-decoration: none !important;
  position: absolute;
  z-index: 10;
}

.price-label-container .sale-leader {
  background-color: #5ab2e4;
  color: #fff;
  margin-right: 5px;
  text-decoration: none !important;
  font-weight: bold;
  padding: 2px 10px;
}

.price-label-container .best-price {
  background-color: #fff000;
  color: #474735;
  text-decoration: none !important;
  font-weight: bold;
  padding: 2px 10px;
}

.see-also {
  display: flex;
  flex-wrap: wrap;
}

.see-also__item {
  width: 33%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
}

.see-also__item:hover {
  transform: scale(1.05);
}

.see-also__image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  padding: 10px;
}

.see-also__image-container img {
  max-width: 100%;
  max-height: 100%;
}

.see-also__link {
  text-align: center;
  color: #333333;
}

.see-also__title {
  text-align: center;
  font-weight: bold;
  font-size: 27px;
  margin: 20px 0;
}

.related-products__title {
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  color: #333333;
  margin: 20px 0;
}

.related-products__row {
  display: flex;
  flex-wrap: wrap;
}

.related-products__item {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s;
}

@media screen and (max-width: 767px) {
  .related-products__item {
    width: calc(50% - 10px);
    border-bottom: 1px solid #d9d5d2;
  }

  .related-products__item:first-child {
    border-top: 1px solid #d9d5d2;
  }
}

.related-products__item:hover {
  transform: scale(1.05);
}

.related-products__item .image-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .related-products__item .image-container {
    max-width: 200px;
  }
}

.related-products__item .image-container img,
.related-products__item .image-container picture {
  max-width: 100%;
  max-height: 100%;
}

.related-products__item .title {
  text-align: center;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .often-looking-hide-link {
    display: none !important;
  }

  .often-looking-button {
    text-align: center;
    text-decoration: underline;
    margin-bottom: 15px;
  }

  .often-looking-button:hover {
    text-decoration: none;
  }
}

@media (min-width: 768px) {
  .often-looking-button {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .banner-siding {
    background-position: 35% 50%;
  }

  .banner-siding .banner-siding__banner-title {
    width: 100%;
  }

  .banner-siding .banner-siding__text-1 {
    width: 100%;
  }

  .banner-siding .banner-siding__text-2 {
    width: 100%;
  }

  .banner-siding .banner-siding__buttons-row {
    width: 100%;
  }

  .banner-siding .banner-siding__buttons-row .siding-buttons__stroitelnym {
    width: 100%;
    display: flex;
    text-align: center;
    margin-bottom: 10px;
    justify-content: center;
  }

  .banner-siding .banner-siding__buttons-row .siding-buttons__torgovym {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
  }
}

.row.crosslink-wrap {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.row.basic_category {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.form-bot .container .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.youvideo__desc h2 {
  margin-top: 0;
  font-size: 22px;
  text-align: center;
}

.youvideo__desc ul {
  list-style-type: none;
  padding-left: 0;
}

.youvideo__desc ul li::before {
  content: "-";
}

.reviews-main-page {
  position: relative;
  margin-top: 20px;
}

.reviews-main-page .title-block {
  margin-bottom: 40px;
}

.reviews-main-page .title-block span {
  font-family: "Exo 2", sans-serif;
  font-size: 35px;
  font-weight: normal;
  color: #474747;
  line-height: 29px;
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}

.reviews-main-page .title-block span a {
  color: #333;
  text-decoration: underline;
  font-size: 24px;
}

@media (min-width: 992px) {
  .reviews-main-page .title-block span a {
    right: -250px;
    top: 9px;
  }
}

.reviews-main-page .title-block span a:hover {
  text-decoration: none;
}

.reviews-main-page .left-icon {
  cursor: pointer;
  position: absolute;
  z-index: 1000;
  top: 50%;
}

.reviews-main-page .left-icon img {
  width: 40px;
  height: 150px;
}

.reviews-main-page .right-icon {
  position: absolute;
  right: 0;
  z-index: 1000;
  cursor: pointer;
  top: 50%;
}

.reviews-main-page .right-icon img {
  width: 40px;
  height: 150px;
}

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

.reviews-main-page .main-page-reviews .review {
  font-style: italic;
}

.reviews-main-page .main-page-reviews .author {
  font-weight: bold;
}

.photo.vis.new .photo-list-main {
  display: flex;
  justify-content: center;
}

.photo.vis.new .photo-list-main .photo-elements {
  max-width: 941px;
}

.photo.vis.new .photo-list-main .photo-elements .photo .photo-item > a > img {
  max-width: 300px !important;
}

.es-photo-slider-new__photo-next {
  height: 36px;
  width: 18px;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -18px;
  border: 0;
  background: 0;
  cursor: pointer;
  padding: 0px;
  outline: none;
}

.es-photo-slider-new__photo-prev {
  height: 36px;
  width: 18px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -18px;
  border: 0;
  background: 0;
  cursor: pointer;
  padding: 0px;
  outline: none;
}

.es-photo-slider-new__photo-elements {
  overflow: hidden;
  margin: 0 72px;
}

.sertifikaty-company.sertifikaty-company-home {
  border-bottom: unset;
}

.sertifikaty-company.sertifikaty-company-home h2 {
  padding-left: 10px;
}

.es-photo-slider__title {
  padding-left: 10px;
}

.es-our-garanti-album__title {
  padding-left: 10px;
  font-family: "Exo 2", sans-serif;
  font-size: 35px;
  font-weight: normal;
  color: #474747;
  line-height: 29px;
}

.page-title.main-page-title {
  font-family: "Exo 2", sans-serif;
  font-size: 35px;
  font-weight: normal;
  color: #474747;
}

.es-our-garanti-album__container .es-our-garanti-album__item {
  margin-bottom: 0;
}

.pb-text-home {
  padding: 0 50px;
}

.pb-text-home a {
  text-decoration: underline;
  color: #474747;
  font-size: 20px;
}

.pb-text-home a:hover {
  text-decoration: none;
}

.es-our-garanti-album.es-photo-slider {
  padding-top: 0;
  padding-bottom: 0 !important;
}

.row .es-photo-slider {
  padding: 0px 41px 40px;
}

@media screen and (max-width: 767px) {
  .es-photo-slider.redisign {
    padding: 0px 5px 40px !important;
  }
}

.es-photo-slider.redisign .example-works-container {
  padding: 0 25px;
}

@media (min-width: 768px) {
  .es-photo-slider.redisign .example-works-container .example-works {
    padding: 0 48px;
  }
}

.es-photo-slider.redisign .example-works-container .example-works .slick-prev {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 18px 18px 0;
  border-color: transparent #dedbd8 transparent transparent;
  display: block;
  font-size: 0;
}

.es-photo-slider.redisign .example-works-container .example-works .slick-prev::before {
  display: none;
}

.es-photo-slider.redisign .example-works-container .example-works .slick-next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 18px;
  border-color: transparent transparent transparent #dedbd8;
  display: block;
  font-size: 0;
}

.es-photo-slider.redisign .example-works-container .example-works .slick-next::before {
  display: none;
}

.es-photo-slider.redisign .example-works-container .example-works .fancybox-example-works {
  display: flex;
  width: calc(100% - 15px);
  position: relative;
  height: 298px;
}

.es-photo-slider.redisign .example-works-container .example-works .fancybox-example-works img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {
  .es-photo-slider.redisign .example-works-container .example-works .fancybox-example-works img {
    width: 100%;
    height: auto;
  }
}

.warranty-container {
  padding: 0 25px;
}

@media (min-width: 768px) {
  .warranty-container .warranty-slider {
    padding: 0 45px;
  }
}

.warranty-container .warranty-slider .slick-prev {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 18px 18px 0;
  border-color: transparent #dedbd8 transparent transparent;
  display: block;
  font-size: 0;
}

.warranty-container .warranty-slider .slick-prev::before {
  display: none;
}

.warranty-container .warranty-slider .slick-next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 18px;
  border-color: transparent transparent transparent #dedbd8;
  display: block;
  font-size: 0;
}

.warranty-container .warranty-slider .slick-next::before {
  display: none;
}

.warranty-container .warranty-slider .warranty {
  height: 263px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #ebebeb;
}

@media screen and (max-width: 767px) {
  .warranty-container .warranty-slider .warranty {
    width: 298px;
  }
}

@media (min-width: 768px) {
  .warranty-container .warranty-slider .warranty {
    width: 303px;
  }
}

.warranty-container .warranty-slider .warranty img {
  width: 238px;
}

@media screen and (max-width: 767px) {
  .n-bx_catalog_item__right .find-cheaper {
    display: inline-block !important;
    min-height: 35px !important;
  }
}

.modal.modal--one_click {
  border-radius: 0;
}

.modal.modal--one_click iframe + .close-modal {
  display: none;
}

@media screen and (max-width: 767px) {
  .add-to-basket-popup .add-to-basket__button {
    margin-bottom: 5px;
  }
}
.sk-table{width:100%;}
.sk-table th, .sk-table td{
  text-align: center;
  padding: 5px;
}
.sk-table th{
  font-weight: bold;
}
.sk-example{
  font-style: italic;
  background-color: #ccc;
  padding: 10px;
}


body .fast-view-modal.modal .fast-view-widget .top-row .product-controls .product-info-small-row {
  justify-content: unset;
} 

body .fast-view-modal.modal .fast-view-widget .top-row .product-controls .product-info-small-row .availability-label.full {
  margin-right: 140px
}

.econom-delivery-row {
  display: flex;
  flex-direction: column;
}

body .product-cart-controls .price-row .wholesale {
  display: flex;
  justify-content: flex-end;
}

body .product-cart-controls .price-row .wholesale .title {
  font-size: 15px;
  margin-right: 5px;
}

body .product-cart-controls .price-row .wholesale .value {
  font-size: 15px;
}

body .product-cart-controls .price-row .discount {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  body .product-cart-controls .price-row .discount {
    display: none;
  }
  body .product-cart-controls .price-row .wholesale {
    justify-content: unset;
    flex-direction: column;
  }
}

.product-cart-controls .price-row .discount .top {
  margin-right: 5px;
}

.product-cart-controls .price-row .discount .top a {
  font-size: 15px;
}

body .product-cart-controls .price-row .discount .bottom {
  font-size: 15px;
}

body .accessories-container .accessories-slider .slick-prev {
  background-image: unset;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 18px 18px 0;
  border-color: transparent #dedbd8 transparent transparent;
  display: block;
  font-size: 0;
  left: -35px;
}

body .accessories-container .accessories-slider .slick-next {
  background-image: unset;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 18px;
  border-color: transparent transparent transparent #dedbd8;
  display: block;
  font-size: 0;
  right: -35px;
}

body .you-need-container .you-need-slider .slick-prev {
  background-image: unset;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 18px 18px 0;
  border-color: transparent #dedbd8 transparent transparent;
  display: block;
  font-size: 0;
  left: -35px;
}

body .you-need-container .you-need-slider .slick-next {
  background-image: unset;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 18px;
  border-color: transparent transparent transparent #dedbd8;
  display: block;
  font-size: 0;
  right: -35px;
}
#header-menu-mobile{
  position:fixed;
  top:0;
  width:100%;
  z-index:10000;
  margin: 0 -16px;

}
.mobile-search-block{
  width:100%;
  background-color:#fff;
  display:none;
  padding:10px 5px;
}
@media(max-width:751px){
  .slick-slider{
    height: 100px;
  }
  .mobile-search-block{
    display:flex;
    justify-content: center;
    height: 50px;
    background: #545454;
    position: absolute;
    bottom: 0;
  }
  .mobile-search-block #search-header{
    width: 95%;
    min-height: 20px;
  }
  #header-menu-mobile {
    height: 90px;
    background: #545454;
  }
  #header-menu-mobile.scroll {
    height: auto;
    padding: 10px 0;
  }
  #header-menu-mobile.scroll .mobile-header_new {
    position: static;
  }
  #header-menu-mobile.scroll .mobile-search-block {
    display: none;
  }
  #header-menu-mobile #search-header form{
    display:flex;
  }
  .mobile-search-block .search-input{
    width:100%;
  }
  .mobile-search-block .btn-siding-calc{
    border:none;
  }
  .mobile-search-block .btn-siding-calc:before{
    margin-right: 0;
  }
  .right-buttons{
    display:flex;
    width:30%;
  }
  .mobile-callback{
    border:none;
    margin-top:1px;
  }
  .modal-callback{
    top:50px;
  }
  .mobile-callback:before{
    content:' ';
    background-image: url(/bitrix/templates/eshop_redisign/images/phone_mini.png);
    width:15px;
    height:15px;
    display:inline-block;
  }
  .right-buttons .mobile-basket{
    position:relative;
  }
  .right-buttons a{
    width:25%;
    margin:0 auto;
    display:block;
  }
  .right-buttons .icon-basket{
    display: block;
    width: 22px;
    height: 16px;
    background: url(/bitrix/templates/eshop_redisign/images/icon.png) no-repeat -98px 0px;
    filter: invert(100%);
    transform:scale(-1,1);
    position: absolute;
    top: 6px;

  }
  .right-buttons .count{
    position: absolute;
    background-color: #93b31e;
    color: #fff;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    left:12px;
    z-index:10;
  }
  .roistat-lh-pulsator-phone{
    left:0% !important;
    top:93% !important;
  }
  .wrap_5fd7, .__jivoMobileButton{
    bottom:55px !important;
    left:70%;
  }
  .mobile-phones-container{
    position: relative;
    display: block;
    height: 23px;
  }
  .mobile-phones-container .hidden-phones{
    position: absolute;
    top:100%;
    display:none;
    background-color: #545454;
    z-index:100;
  }
  .mobile-phones-container a{
    padding:5px;
    color:#93b31e !important;
    font-size:16px;
  }
  .mobile-phones-container .hidden-phones a{

    display:block;
  }
  .mobile-phones-container .show-phones{
    color:#fff;
    margin-left:15px;
    font-weight:bold;
    display:none;
    transform:rotate(90deg);
  }
  .mobile-phones-container .show-phones.rotated{
    transform:rotate(270deg);
  }
  .slider #photos img{
    width:100%;
  }
  .slider #photos{
    height:145px !important;
  }
  div.slider #bullet{
    left:30%;
  }
/*  div.slider #thumbs{
    display:none;
  }*/
  div.slider #thumbs {
    flex-wrap: wrap;
  }
  div.slider #thumbs li {
      width: 50%;
      height: auto;
  }
  div.slider #thumbs li a img {
    margin-right: auto !important;
  }
  div.slider #thumbs .linck_in_main_wrapp {
    margin-left: 30px;
  }
}
#header-menu-mobile #search-header .search-button{
    width: 30px;
    height: 29px;
    background: url(/bitrix/templates/eshop_adapt_blue/images/ico_search.png) no-repeat left top;
    margin: 0px;
    border: 0;
}

.crosslink-wrap>a {
    min-height: 29px;
}
.top-relink-wrap-new{
  max-height: 300px;
}
.basket_header .basks {
    width: auto;
    min-height: 51px;
    padding-top: 0px;
    text-align: center;
    background-color: #f2f2f2;
    border: none;
}

.basket_header .basks #basket_form{
  background: #fff;
  text-align: left;
  padding-top: 20px;
  border-top: 4px solid #5ab2e4;
  border-left: 1px solid #d9d5d2;
  border-right: 1px solid #d9d5d2;
  border-bottom: 1px solid #d9d5d2; 
}
a.n-sort-compers.compare-custom{
  margin: 0px;
}
a.n-sort-compers, a:link.n-sort-compers, a:hover.n-sort-compers, a:visited.n-sort-compers, a:active.n-sort-compers, a:focus.n-sort-compers, button.n-sort-compers {
  display: inline-block;
  padding-left: 20px;
  text-decoration: none;
  font-weight: bold;
  color: #474747;
  font-family: 'Exo 2', sans-serif;
  cursor: pointer;
  background: url(//101siding.ru/images/n-compare-icon.png) center left no-repeat;
}
.modal a.close-modal {
  top: 7.5px!important;
  right: 7.5px!important;
}
@media (min-width: 1200px){
  .shema-montaja_img {
    width: 583px;
    height: 393px;
  }
  .header_wrap {
    min-height: 169px;
  }
  .header-eshop .header-info .header-phone-1{
    height: 40px;
  }
  .properties-row {
    min-height: 470px;
  }
  .total-row {
      min-height: 59px;
  }

.header-eshop .header-info .specific-block{
height: 74px;
}

}
.show-more-button-container .show-more-button.hide_custom {
  display: none;
}
.add-to-basket-overlay .add-to-basket-popup.add-to-basket-popup-custom {
  position: relative;
  display: block;
  width: 475px;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  background-color: #fff;
  overflow: hidden;
  margin: 15% auto;
}

.tovar-compers.compare-page {
  width: calc(100% - 280px);
}

.tovar-compers.compare-page  div.bx_catalog_list_home {
  width: unset ;
}

.tovar-compers.compare-page .comper-list .jcarousel-container-horizontal {
  width: unset;
}

div.column-name-prop.column-name-prop-custom div.name-prop{
  height: 17px;
}


@media (max-width: 480px) {
  .tovar-compers.compare-page {
    width: calc(100% - 120px);
  }
  div.column-name-prop.column-name-prop-custom {
    width: 120px!important;
  }
  div.column-name-prop.column-name-prop-custom div.name-prop{
    padding-left: 0px;
  }

}
.refund {
  padding: 0px 39px 50px;
  margin-top: 40px;
}

div.news_detail p.fix-h{
      font-size: 24px;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.carousel-list-product .owl-next {
background: rgba(0, 0, 0, 0) url("/bitrix/templates/eshop_adapt_blue/images/arrow-scroll-photo.png") no-repeat scroll -45px 0;
cursor: pointer;
display: block;
float: right;
height: 45px;
margin-left: 0;
position: absolute;
right: 0;
top: 43%;
width: 45px}
.carousel-list-product .owl-prev {
background: rgba(0, 0, 0, 0) url("/bitrix/templates/eshop_adapt_blue/images/arrow-scroll-photo.png") no-repeat scroll 0 0;
cursor: pointer;
display: block;
float: right;
height: 45px;
left: 0;
margin-left: 0;
position: absolute;
top: 43%;
width: 45px;
}

.sell-buttons {
  cursor: pointer;
}
.trigger-one_click_list{
    color: #fff !important;
    background-color: #2fb4c6;
    padding: 7px 35px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
}

@media screen and (max-width: 1200px){

  .header-info .header-compare {
    padding: 10px;
  }
  .header-menu-container.new .header-menu .header-sections {
    width: auto;
  }
  .header-eshop .header-info .basket-block-container .basket-block .counter-block {
    padding-left: 0;
  }
  .basket-block-container .basket-block {
    padding: 0 !important;
  }
  .header-info .header-eshop .header-info .logo-container {
      padding: 10px 10px !important;
  }
  .header-eshop .header-info .basket-block-container .basket-block .counter-block .price-row {
    white-space: nowrap;
    padding: 23px 6px 0;
    border-left: 0;
  }
  .header-eshop .header-info .basket-block-container .basket-block .counter-block .count-row {
    left: auto;
    right: 0;
  }
  .header-eshop .header-info .basket-block-container .basket-block .counter-block::before {
    left: auto !important;
    right: 16px;
  }
  .header-eshop .header-info .header-phone-1 {
    padding-left: 0;
    padding-right: 0;

  }
  .header-eshop .header-info .header-phone-1 span.phone-text {
    display: inline-block;
  }
   .header-eshop .header-info .header-phone-1 a.roistat-phone1 {
    display: block;
   } 
  .top .header-menu-container ul {
    margin-bottom: 0;
  }
  .top-menu .top.header-menu-container {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .header-eshop .header-info.fixed .basket-block-container .basket-block .counter-block {
    margin-left: 0;
  }
  .header-sections.not-viewed .hidden-parent {
    width: 100%;

  }
}
@media screen and (max-width: 991px){
  .top.header-menu-container .header-menu-top li {
    margin: 0 5px;
  } 
  .header-eshop .header-menu-container .header-menu .header-sections > a {
    padding: 0 3px;
  }
  .header-info.fixed {
    max-width: 750px !important;
  }
  .header-eshop .header-info.fixed .specific-block {
    width: 40% !important;
  }
  .header-eshop .header-info.fixed .basket-block-container {
    margin-top: 4px;
  }

}
@media screen and (max-width: 550px){
  .footer_menu .footer_menu_dropdown{
    display: none;

  }
  .footer_menu .footer_menu_title {
    cursor: pointer;
    position: relative;
  }
  .footer_menu .footer_menu_title::before{
    content: "❯";
    transform: rotate(90deg);
    color:#fff;
    width: 20px;
    height: 11px;
    display: block;
    position: absolute;
    right: 0;
    transition: all 1s;
  }
  .footer_menu .footer_menu_title.active::before {
    transform: rotate(270deg);
    right: 10px;
  }
}

@media (max-width:1200px){
  .header-menu{
    font-size: 11px;
  }
}

@media (max-width:1000px){
  .header-menu{
    font-size: 10px;
  }
}

@media (max-width: 768px){
  .show-more{
    cursor: pointer;
    /*display: inline-block;*/
    width: 100%;
    /*text-align: end;*/
    /*padding-right: 10px;*/
    /*new all below*/
    display:block;
    border: 2px solid #dbdbdb;
    color: #93b31e;
    width: 120px;
    height: 40px;
    line-height: 2em;
    font-size: 16px;
    text-align: center;
    border-radius: 20px;
    margin: 0px auto 3px auto;
  }
}

@media (max-width: 600px){
  .sell-buttons .products-list__add-to-cart{
    margin: 0;
  }

  .sell-buttons .n-bx_catalog_item__hidden{
    padding: 0 !important;
    margin: 0;
  }

  .sell-buttons{
    justify-content: space-evenly !important;
  }
}

@media (max-width:500px){
  .block-sort.top{
    display: flex;
    flex-wrap: wrap;
  }
  .block-sort .block-sort__title{
    width:100%;
  }
  .block-sort .priceubiv,
  .block-sort .populubiv {
    width:auto !important;
  }
}

@media (max-width:370px){
  .block-sort .priceubiv,
  .block-sort .populubiv {
    font-size:12px !important;
  }
}

@media(max-width:768px){
  .label__OdbC9{
    transform: none !important;
    top:96% !important;
  }
}