.folders_block__items {
  padding-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 40px;
}
@media (max-width: 1023px) {
  .folders_block__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .folders_block__items {
    grid-template-columns: 1fr;
  }
}
.folders_block__item {
  background-color: #fff;
  display: flex;
  border-radius: 15px;
  transition: 0.2s;
  position: relative;
}
.folders_block__item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.folders_block__item:hover {
  box-shadow: inset 0px -15px 0px 0px #00a1e6;
}
.folders_block__item-left {
  width: 165px;
  height: 170px;
  margin: -10px;
}
.folders_block__item-left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.folders_block__item-right {
  margin-top: 30px;
  margin-left: 30px;
  flex: 1;
}
.folders_block__item-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.folders_block__item-desc {
  font-size: 16px;
  color: #a1a1a1;
  text-decoration: underline;
  padding-right: 16px;
  position: relative;
  display: inline-block;
}
.folders_block__item-desc:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 100%;
  background-image: url("http://temporary.aqua-plus.su/thumb/2/zuspC_NNy0PnbmhwznDuLA/640r480/d/epky.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sorting-panel-wrapper, .product-list-titles + .product-list, .product-list-titles.show_block, .lazy-pagelist {
  display: none !important;
}
html body .product-list-titles.show_block {
  display: none !important;
}
@media (max-width: 280px) {
  .link-universal--u-i7v5zobv8 {
    width: 30px !important;
    height: 30px !important;
  }
  .heading--u-iujihq2by {
    padding-top: 20px;
  }
  .section--u-i0mrcdsac {
    height: 20%;
  }
  .blocklist--u-iy9lhpp39 {
    margin-top: -115px;
  }
  .link-universal--u-icjxfurrf {
    width: 40px !important;
    height: 40px !important;
  }
  .imageFit--u-ijxlcg9gw {
    width: 20px !important;
  }
  .section--u-i523o52ma {
    padding-top: 115px;
  }
  .container--u-imau7xfb3 {
    margin-bottom: 120px;
  }
  .mosaic-search__input--u-iqkzgknnb {
    padding-right: 37px !important;
  }
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  color: #073D63;
  font-weight: bold;
  line-height: normal;
}
.content .block_prod {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}
.content .block_prod > div {
  flex: 0 0 calc(25% - 9px);
  background: #fff;
  border-radius: 8px;
  padding: 20px 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.content .block_prod > div .tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 14px;
}
.content .block_prod > div img {
  margin-top: -5px;
  min-height: 200px;
  max-height: 200px;
  object-fit: cover;
  min-width: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.content .block_prod > div img:hover {
  transform: scale(1.1);
}
@media (max-width: 1279px) {
  .content .block_prod > div {
    flex: 0 0 calc(50% - 9px) !important;
  }
}
@media (max-width: 640px) {
  .content .block_prod > div {
    flex: 100% !important;
  }
}
.content .block1 > div img {
  margin-left: 100px;
}
.content .block2 > div {
  padding: 0;
}
.content .block2 > div .tit {
  padding: 20px 24px;
}
.content .block2 > div img {
  margin-left: 0;
  margin-top: 0;
  min-height: 240px;
}
.content .block3 > div {
  padding: 0;
  flex: 0 0 calc(33.3% - 9px);
}
.content .block3 > div .tit {
  padding: 20px 24px;
}
.content .block3 > div img {
  margin-left: 0;
  margin-top: 0;
  min-height: 240px;
  max-height: 240px;
}
.content .block4 > div {
  padding: 0;
  flex: 0 0 calc(50% - 9px);
}
.content .block4 > div .tit {
  padding: 20px 24px;
}
.content .block4 > div img {
  margin-left: 0;
  margin-top: 0;
  min-height: 320px;
  max-height: 320px;
}
.content .block5 > div {
  padding: 0;
}
.content .block5 > div .tit {
  padding: 20px 24px;
}
.content .block5 > div img {
  margin-left: 0 !important;
}
.content .block5 > div .body {
  padding: 20px 24px;
  font-size: 14px;
}
@media (max-width: 1279px) {
  .content .block5 > div {
    flex: 0 0 calc(50% - 9px) !important;
  }
}
@media (max-width: 640px) {
  .content .block5 > div {
    flex: 100% !important;
  }
}
.content .block5 > div:nth-child(n+5):nth-child(-n+7) {
  flex: 0 0 calc(33.3% - 9px);
}
.content .block5 > div:nth-child(n+8):nth-child(-n+9) {
  flex: 0 0 calc(50% - 9px);
}
.content .block5 > div:nth-child(n+14):nth-child(-n+16) {
  flex: 0 0 calc(33.3% - 9px);
}
.content .block5 > div:nth-child(n+17):nth-child(-n+18) {
  flex: 0 0 calc(50% - 9px);
}
.content .block5 > div:nth-child(n+25):nth-child(-n+27) {
  flex: 0 0 calc(33.3% - 9px);
}
.content .block5 > div:nth-child(n+28):nth-child(-n+29) {
  flex: 0 0 calc(50% - 9px);
}
.content .block6 > div img {
  margin-left: 0 !important;
}
.content .block6 > div .body {
  font-size: 14px;
}
@media (max-width: 1279px) {
  .content .block6 > div {
    flex: 0 0 calc(50% - 9px) !important;
  }
}
@media (max-width: 640px) {
  .content .block6 > div {
    flex: 100% !important;
  }
}
.content .block6 > div:nth-child(n+5):nth-child(-n+7) {
  flex: 0 0 calc(33.3% - 9px);
}
.content .block6 > div:nth-child(n+8):nth-child(-n+9) {
  flex: 0 0 calc(50% - 9px);
}
.content .block6 > div:nth-child(n+14):nth-child(-n+16) {
  flex: 0 0 calc(33.3% - 9px);
}
.content .block6 > div:nth-child(n+17):nth-child(-n+18) {
  flex: 0 0 calc(50% - 9px);
}
.content .block6 > div:nth-child(n+25):nth-child(-n+27) {
  flex: 0 0 calc(33.3% - 9px);
}
.content .block6 > div:nth-child(n+28):nth-child(-n+29) {
  flex: 0 0 calc(50% - 9px);
}
.content .block7 {
  margin-top: 40px;
}
.content .block7 > div {
  padding: 20px 20px 0px 20px;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  background: linear-gradient(0deg, #102D54, #102D54), linear-gradient(49.66deg, rgba(7, 61, 99, 0.08) 6.07%, rgba(104, 195, 225, 0.08) 46.73%, rgba(7, 61, 99, 0.08) 97.34%);
  position: relative;
}
.content .block7 > div:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  left: -40px;
  top: -40px;
  background: #FFFFFF;
  opacity: 0.4;
  filter: blur(42.5px);
  z-index: 3;
}
.content .block7 > div:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  right: 0;
  bottom: -10px;
  background: #FFFFFF;
  opacity: 0.4;
  filter: blur(42.5px);
  z-index: 3;
}
.content .block7 > div .tit {
  flex: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
  line-height: 27px;
  padding-top: 12px;
  position: relative;
}
.content .block7 > div .tit:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  background: #68C3E1;
  border-radius: 50%;
}
.content .block7 > div img {
  width: 80px;
  max-height: initial;
  min-height: initial;
  min-width: initial;
  position: relative;
  z-index: 4;
}
.content .block7 > div .count {
  color: #72849b;
  font-size: 16px;
  align-self: center;
}
.content a {
  color: #004dc0;
}
.content a:hover {
  color: #0267ff;
}
.content a:visited {
  color: #808080;
}
.content a:active {
  color: #1f96ed;
}
.content ol.ol {
  padding: 0;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
}
.content ol.ol li {
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.content ol.ol li:before {
  counter-increment: myCounter;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -10px;
  color: #007FB4;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.content ol.ol li::marker {
  color: #007FB4;
  font-size: 14px;
  font-weight: 400;
}
.content ul.ul {
  padding: 0;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
}
.content ul.ul li {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 10px;
}
.content ul.ul li::marker {
  width: 4px;
  color: #007FB4;
  font-size: 14px;
  font-weight: 400;
}
.content ul.check {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.content ul.check li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
}
.content ul.check li:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.877 0.194855C14.7288 0.264934 14.032 0.948893 9.87131 5.10795L5.03774 9.93968L3.14498 8.05062C2.10396 7.01166 1.20295 6.13586 1.14272 6.10439C0.988485 6.02383 0.60693 6.02399 0.444434 6.1047C0.2917 6.18057 0.157455 6.31513 0.0709197 6.47916C-0.0185561 6.64869 -0.0244378 6.99474 0.0593754 7.15598C0.139403 7.30994 4.53761 11.7117 4.69135 11.7918C4.75892 11.8269 4.89448 11.863 4.99262 11.8719C5.14107 11.8853 5.20189 11.874 5.35466 11.8046C5.52106 11.729 6.02181 11.2377 10.6913 6.56816C15.3608 1.89865 15.8522 1.3979 15.9278 1.23149C15.9973 1.07857 16.0085 1.01797 15.995 0.86899C15.9573 0.453428 15.6535 0.155655 15.2376 0.126591C15.0819 0.115704 15.019 0.127592 14.877 0.194855Z' fill='%23007FB4'/%3E%3C/svg%3E%0A") 0 50%/contain no-repeat;
  width: 16px;
  height: 12px;
  margin-right: 10px;
}
.content .colors {
  display: block;
  padding: 0;
  list-style: none;
  padding: 15px 24px;
  color: #007FB4;
  width: 100%;
  margin-bottom: 12px;
}
.content .colors.white {
  border-left: 4px solid #007FB433;
  background: #fff;
}
.content .colors.red {
  border-left: 4px solid #F159373D;
  background: rgba(241, 89, 55, 0.08);
}
.content .colors.green {
  background: rgba(0, 243, 97, 0.08);
  border-left: 4px solid #00F3613D;
}
.content .table-wrapper .for-mobile-view {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #DEDEDE;
}
.content .table-wrapper table.table_new {
  width: 100%;
}
.content .table-wrapper table.table_new tbody tr:nth-child(odd) {
  background: #E1E7EC33;
}
.content .table-wrapper table.table_new tbody tr:nth-child(odd) td:first-child {
  border-radius: 8px 0 0 8px;
}
.content .table-wrapper table.table_new tbody tr:nth-child(odd) td:last-child {
  border-radius: 0 8px 8px 0;
}
.content .table-wrapper table.table_new tbody tr:first-child {
  background: #007FB4;
  background: linear-gradient(90.13deg, rgba(255, 255, 255, 0) 28.56%, rgba(255, 255, 255, 0.2) 58.99%, rgba(255, 255, 255, 0) 89.65%), #007FB4;
  position: relative;
}
.content .table-wrapper table.table_new tbody tr:first-child:before {
  display: block;
  width: 10px;
  height: 100%;
  bottom: 0px;
  background: linear-gradient(90.13deg, rgba(255, 255, 255, 0) 28.56%, rgba(255, 255, 255, 0.2) 58.99%, rgba(255, 255, 255, 0) 89.65%), #007FB4;
  border-bottom: 2px solid #0F749E;
  border-radius: 8px 0 0 8px;
}
.content .table-wrapper table.table_new tbody tr:first-child td {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 16px;
  box-shadow: 0px 4px 24px -13px #338DAB;
  border-bottom: 2px solid #0F749E;
}
@media (max-width: 960px) {
  .content .table-wrapper table.table_new tbody tr:first-child td {
    font-size: 14px;
    padding: 5px 8px;
  }
}
.content .table-wrapper table.table_new tbody tr:first-child td:first-child {
  border-radius: 8px 0 0 8px;
  border-bottom: 2px solid transparent;
  position: relative;
  z-index: 1;
}
.content .table-wrapper table.table_new tbody tr:first-child td:first-child:before {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 8px 0 0 8px;
  position: absolute;
  bottom: -2px;
  left: 0px;
  z-index: -1;
  border-bottom: 2px solid #0f749e;
}
.content .table-wrapper table.table_new tbody tr:first-child td:last-child {
  border-radius: 0 8px 8px 0;
  border-bottom: 2px solid transparent;
  position: relative;
  z-index: 1;
}
.content .table-wrapper table.table_new tbody tr:first-child td:last-child:before {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 0 8px 8px 0;
  position: absolute;
  bottom: -2px;
  left: 0px;
  z-index: -1;
  border-bottom: 2px solid #0f749e;
}
.content .table-wrapper table.table_new tbody tr td {
  color: #000;
  font-size: 14px;
  padding: 10px 16px;
}
@media (max-width: 960px) {
  .content .table-wrapper table.table_new tbody tr td {
    font-size: 14px;
    padding: 5px 8px;
  }
}
.page_tabs .edit_top {
  margin-top: 40px;
}
.page_tabs .tabs {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin: 40px 0;
}
.page_tabs .tabs .tab-links {
  width: 325px;
  padding: 24px 20px;
  background: #fff;
  border-radius: 8px;
  list-style: none;
  margin: 0;
}
.page_tabs .tabs .tab-links li {
  border-top: 1px solid #F3F4F6;
  padding: 12px 0;
}
.page_tabs .tabs .tab-links li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #073D63;
  font-size: 16px;
  font-weight: 600;
  gap: 12px;
}
.page_tabs .tabs .tab-links li a img {
  padding: 4px;
}
.page_tabs .tabs .tab-links li:first-child {
  border-top: 0px;
}
.page_tabs .tabs .tab-links div.tab {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page_tabs .tabs .tab-links div.tab .head_title {
  font-size: 0;
}
.page_tabs .tabs .tab-links div.tab .wrap_table {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
.page_tabs .tabs .tab-links div.tab .wrap_table .body {
  flex: 0 0 calc(33.3% - 30px);
}
.page_tabs .tabs .tab-links div.tab .wrap_table .body .img {
  height: 415px;
  overflow: hidden;
}
.page_tabs .tabs .tab-links div.tab .wrap_table .body .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.page_tabs .tabs .tab-links div.tab .wrap_table .body:hover .img img {
  transform: scale(1.1);
}
.page_tabs .tabs .tab-links div.tab .wrap_table .body .wrap_text {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #fff;
}
.page_tabs .tabs .tab-links div.tab .wrap_table .body .wrap_text .tit {
  font-size: 16px;
  font-weight: bold;
}
.page_tabs .tabs .tab-links div.tab .wrap_table .body .wrap_text .text {
  font-size: 14px;
}
.page_tabs .tabs .tab-links div.tab.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  width: auto;
  font-size: initial;
}
.page_tabs .tabs .tab-links div.tab.active .head_title {
  font-size: initial;
}
.page_tabs .tabs .tab-content {
  flex: 1 0 1%;
}
.page_tabs .tabs .tab-content .tab {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page_tabs .tabs .tab-content .tab .head_title {
  font-size: 0;
}
.page_tabs .tabs .tab-content .tab .wrap_table {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
.page_tabs .tabs .tab-content .tab .wrap_table .body {
  flex: 0 0 calc(33.3% - 23px);
}
.page_tabs .tabs .tab-content .tab .wrap_table .body .img {
  height: 415px;
  overflow: hidden;
}
.page_tabs .tabs .tab-content .tab .wrap_table .body .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.page_tabs .tabs .tab-content .tab .wrap_table .body:hover .img img {
  transform: scale(1.1);
}
.page_tabs .tabs .tab-content .tab .wrap_table .body .wrap_text {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #fff;
}
.page_tabs .tabs .tab-content .tab .wrap_table .body .wrap_text .tit {
  font-size: 16px;
  font-weight: bold;
}
.page_tabs .tabs .tab-content .tab .wrap_table .body .wrap_text .text {
  font-size: 14px;
}
.page_tabs .tabs .tab-content .tab.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  width: auto;
  font-size: initial;
}
.page_tabs .tabs .tab-content .tab.active .head_title {
  font-size: initial;
}
@media (max-width: 960px) {
  .page_tabs .tabs {
    flex-direction: column;
  }
  .page_tabs .tabs .tab-links {
    width: 100%;
  }
  .page_tabs .tabs .tab-links li a {
    justify-content: center;
  }
  .page_tabs .tabs .tab-links .wrap_table {
    margin-bottom: 20px;
  }
  .page_tabs .tabs .tab-links .wrap_table .wrap_text {
    background: #007fb4 !important;
    color: #fff;
  }
  .page_tabs .tabs .tab-links .wrap_table .body {
    flex: 0 0 calc(50% - 18px) !important;
  }
}
@media (max-width: 640px) {
  .page_tabs .tabs {
    flex-direction: column;
  }
  .page_tabs .tabs .tab-links {
    width: 100%;
  }
  .page_tabs .tabs .tab-links li a {
    justify-content: center;
  }
  .page_tabs .tabs .tab-links .wrap_table {
    margin-bottom: 20px;
  }
  .page_tabs .tabs .tab-links .wrap_table .wrap_text {
    background: #007fb4 !important;
    color: #fff;
  }
  .page_tabs .tabs .tab-links .wrap_table .body {
    flex: 100% !important;
  }
}
.content .block_prod > div img {
  min-width: 0;
}
/*.content .block_prod a{
	margin: auto;
}*/
