.statistic_element-detail h1 {
  font-size: 36px;
  line-height: 120%;
  font-weight: 500;
  font-family: 'NT Somic';
  padding-bottom: 48px;
}
@media (max-width: 959px) {
  .statistic_element-detail h1 {
    padding-bottom: 32px;
    font-size: 28px;
  }
}
.statistic_element-detail h2 {
  margin-bottom: 48px;
}
.statistic_element-detail .row-top {
  padding-bottom: 20px;
}
@media (max-width: 1280px) {
  .statistic_element-detail .row-top {
    margin-bottom: 50px;
  }
}
@media (max-width: 959px) {
  .statistic_element-detail .row-top {
    padding-top: 220px;
    margin-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .statistic_element-detail .element_header_row .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.statistic_element-detail .top_row .content {
  display: grid;
  grid-template-columns: 387px 1fr;
  justify-content: space-between;
  column-gap: 40px;
}
@media (max-width: 1599px) {
  .statistic_element-detail .top_row .content {
    grid-template-columns: 330px 1fr;
  }
}
@media (max-width: 1200px) {
  .statistic_element-detail .top_row .content {
    grid-template-columns: 480px 1fr;
  }
}
@media (max-width: 1024px) {
  .statistic_element-detail .top_row .content {
    grid-template-columns: 348px 1fr;
    column-gap: 24px;
  }
}
@media (max-width: 767px) {
  .statistic_element-detail .top_row .content {
    grid-template-columns: 1fr;
    row-gap: 48px;
  }
}
@media (max-width: 640px) {
  .statistic_element-detail .top_row .content {
    row-gap: 32px;
  }
}
@media (max-width: 1200px) {
  .statistic_element-detail .top_row .left .sticky-wrap {
    position: sticky;
    top: 20px;
  }
}
.statistic_element-detail .top_row .left .images {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .statistic_element-detail .top_row .left .images {
    position: static;
  }
}
.statistic_element-detail .top_row .left .images .big_img {
  width: 100%;
  height: 290px;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 16px;
  position: relative;
  background: url('/statistic/include/imgs/Double Ring-3.3s-200px.gif') no-repeat center center;
}
@media (max-width: 1600px) {
  .statistic_element-detail .top_row .left .images .big_img {
    height: 248px;
  }
}
@media (max-width: 1200px) {
  .statistic_element-detail .top_row .left .images .big_img {
    height: 360px;
    align-items: flex-start;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .statistic_element-detail .top_row .left .images .big_img {
    height: 261px;
  }
}
@media (max-width: 767px) {
  .statistic_element-detail .top_row .left .images .big_img {
    height: auto;
  }
}
.statistic_element-detail .top_row .left .images .big_img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: contain;
  border-radius: 16px;
}
.statistic_element-detail .top_row .left .images .big_img img.active {
  z-index: 2;
}
@media (max-width: 639px) {
  .statistic_element-detail .top_row .left .images .big_img img {
    height: auto;
  }
}
.statistic_element-detail .top_row .left .images .big_img .nav {
  position: absolute;
  top: 50%;
  display: flex;
  width: 100%;
  height: 0;
  z-index: 6;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.statistic_element-detail .top_row .left .images .big_img .nav .swiper-button {
  position: absolute;
  display: flex;
  width: 48px;
  height: 48px;
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border-radius: 100px;
  background-color: #FFF;
  cursor: pointer;
  box-shadow: 0px 1.14286px 4.57143px 0px rgba(0, 0, 0, 0.1);
  top: calc(50% - 24px);
  transition: background-position 0.2s ease-in-out;
}
.statistic_element-detail .top_row .left .images .big_img .nav .swiper-button::after {
  display: none;
}
.statistic_element-detail .top_row .left .images .big_img .nav .array_for_slider_circle_left {
  left: -8px;
  cursor: pointer;
}
.statistic_element-detail .top_row .left .images .big_img .nav .array_for_slider_circle_right {
  right: -8px;
  cursor: pointer;
}
.statistic_element-detail .top_row .left .images .images_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
}
.statistic_element-detail .top_row .left .images .images_list .img_blocks_slide {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.statistic_element-detail .top_row .left .images .images_list .img_blocks_slide img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0.3;
}
.statistic_element-detail .top_row .left .images .images_list .img_blocks_slide.active img {
  opacity: 1;
}
.statistic_element-detail .top_row .left .share-block {
  height: 60px;
  padding: 0 20px;
  border-radius: 16px;
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.statistic_element-detail .top_row .left .share-block button {
  color: #1463A3;
  font-size: 17px;
  font-weight: 500;
  line-height: 100%;
  min-height: 20px;
  padding-right: 26px;
  background-repeat: no-repeat;
  background-position: right center;
}
.statistic_element-detail .top_row .left .share-block .copy-link-btn {
  background-image: url('/images/icons/copy-link-icon.png');
}
.statistic_element-detail .top_row .left .share-block .share-btn {
  background-image: url('/images/icons/share-link-icon.png');
}
.statistic_element-detail .top_row .right {
  display: grid;
  column-gap: 40px;
  grid-template-columns: 1fr 386px;
}
@media (max-width: 1599px) {
  .statistic_element-detail .top_row .right {
    grid-template-columns: 1fr 366px;
  }
}
@media (max-width: 1200px) {
  .statistic_element-detail .top_row .right {
    display: flex;
    flex-direction: column-reverse;
    gap: 48px;
  }
}
.statistic_element-detail .top_row .right .info .params_table {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.statistic_element-detail .top_row .right .info .params_table .params_table__title {
  color: #001F2D;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
.statistic_element-detail .top_row .right .info .params_table .params_table__title:not(:first-child) {
  margin-top: 32px;
}
.statistic_element-detail .top_row .right .info .params_table .r {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
}
.statistic_element-detail .top_row .right .info .params_table .r .c {
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
  color: #001F2D;
}
.statistic_element-detail .top_row .right .info .params_table .r .c:nth-child(2) {
  border-bottom: 1px dashed rgba(0, 31, 45, 0.3);
  margin: 0 12px;
  margin-bottom: 6px;
}
.statistic_element-detail .top_row .right .info .params_table .r .c:nth-child(3) {
  color: #000000;
  position: relative;
}
.statistic_element-detail .top_row .right .info .params_table .r .c:nth-child(3):hover {
  opacity: 1;
  pointer-events: all;
  z-index: 2;
}
.statistic_element-detail .top_row .right .info .params_table .r .c:nth-child(3) .PW_prop_tooltip {
  min-width: 280px;
}
.statistic_element-detail .top_row .right .info .params_table .r .c a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.statistic_element-detail .top_row .right .info .params_table .r .c a:hover {
  text-decoration: none;
}
.statistic_element-detail .top_row .right .info .params_table .r.RATE_prop {
  margin-top: 24px;
  align-items: end;
}
.statistic_element-detail .top_row .right .info .params_table .r.RATE_prop .c-val {
  display: flex;
  position: relative;
  gap: 6px;
  border-bottom: 1px dashed rgba(0, 31, 45, 0.3);
}
.statistic_element-detail .top_row .right .info .params_table .r.RATE_prop .c-val:hover .rate-list__wrap {
  padding: 24px 0 0 24px;
  display: block;
  border: none;
  background: transparent;
}
@media (max-width: 1280px) {
  .statistic_element-detail .top_row .right .info .params_table .r.RATE_prop .c-val:hover .rate-list__wrap {
    padding: 24px 24px 0 0;
    right: 0;
    left: auto;
  }
}
.statistic_element-detail .top_row .right .info .params_table .r.RATE_prop .c-val:hover .rate-list__wrap .rate-list {
  display: flex;
  padding: 16px 12px;
  flex-direction: column;
  width: 300px;
  gap: 12px;
  flex: 1 0 0;
  border-radius: 12px;
  background: #FFF;
  border: none;
  box-shadow: 0px 2px 16px 0px rgba(0, 31, 45, 0.07);
}
@media (max-width: 640px) {
  .statistic_element-detail .top_row .right .info .params_table .r.RATE_prop .c-val:hover .rate-list__wrap .rate-list {
    width: 250px;
  }
}
.statistic_element-detail .top_row .right .prices {
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 24px;
  height: fit-content;
}
@media (max-width: 1200px) {
  .statistic_element-detail .top_row .right .prices {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .statistic_element-detail .top_row .right .prices {
    padding: 24px 20px;
  }
}
.statistic_element-detail .top_row .right .prices .prices_list{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.statistic_element-detail .top_row .right .prices .prices_list .price-grade-wrap {
  gap: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 8px 12px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(5, 147, 16, 0.1);
  width: fit-content;
}
.statistic_element-detail .top_row .right .prices .prices_list .price-grade-wrap.green .price-grade {
  color: #059310;
  /* background-color: rgba(5, 147, 16, 0.1); */
  border: none;
}
.statistic_element-detail .top_row .right .prices .prices_list .price {
  color: #001F2D;
  /* Headline/Desktop/H1 */
  font-family: "NT Somic";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 43.2px */
}
@media (max-width: 959px) {
  .statistic_element-detail .top_row .right .prices .prices_list .price {
    font-size: 28px;
  }
}
.statistic_element-detail .top_row .right .prices .price_inform {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.statistic_element-detail .top_row .right .prices .price_inform a {
  text-align: center;
  width: 100%;
}
.statistic_element-detail .top_row .right .prices .price_inform .buttons-wrap {
  margin-bottom: 32px;
  display: flex;
  gap: 8px;
}
.statistic_element-detail .top_row .right .prices .price_inform .buttons-wrap .order-btn {
  flex-grow: 1;
  text-wrap: nowrap;
}
.statistic_element-detail .top_row .right .prices .price_inform .buttons-wrap .whatsapp-btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: rgba(5, 147, 16, 0.1);
}
.statistic_element-detail .top_row .right .prices .price_inform .whatsapp-btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: rgba(5, 147, 16, 0.1);
  padding-left: 25px;
  padding-right: 25px;
}
.statistic_element-detail .top_row .right .prices .price_inform .city-select {
  margin-bottom: 20px;
}
.statistic_element-detail .top_row .right .prices .conditions {
  display: flex;
  flex-direction: column;
}
.statistic_element-detail .top_row .right .prices .conditions .conditions__title {
  display: flex;
  padding-left: 12px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  color: var(--Text-Black-01, #001F2D);
  /* Description/Description 400 */
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 15px */
  padding-bottom: 6px;
}
.statistic_element-detail .top_row .right .prices .conditions .conditions__town {
  display: flex;
  height: 48px;
  padding: 0px 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--System-Black-03, rgba(26, 30, 33, 0.1));
  background: var(--System-White-01, #FFF);
  max-width: 250px;
}
.statistic_element-detail .top_row .right .prices .conditions__price {
  display: flex;
  padding: 20px 0px 20px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
}
.statistic_element-detail .top_row .right .prices .conditions__price .price {
  color: #001F2D;
  font-family: "NT Somic";
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 6px;
}
.statistic_element-detail .top_row .right .prices .conditions__price .descr {
  color: #001F2D;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.statistic_element-detail .top_row .right .prices .conditions__delivery-period {
  color: #001F2D;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 8px;
  padding-left: 12px;
}
.statistic_element-detail .top_row .right .prices .conditions__descr {
  color: rgba(0, 31, 45, 0.7);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-left: 12px;
}
.statistic_element-detail .top_row .right .prices .but {
  width: 100%;
  border-radius: 28px;
  text-align: center;
  justify-content: center;
}
.statistic_element-detail .middle_row .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 960px) {
  .statistic_element-detail .middle_row .container {
    padding-bottom: 30px;
  }
}
.statistic_element-detail .middle_row .container h2 {
  margin: 0 0 40px;
}
.statistic_element-detail .middle_row .container .info-text {
  font-family: 'Inter';
  line-height: 150%;
  font-size: 17px;
  font-weight: 400;
}
.statistic_element-detail .middle_row .container .auc_list_section {
  display: grid;
  grid-template-columns: 692px 1fr;
  justify-content: space-between;
  column-gap: 20px;
}
@media (max-width: 1600px) {
  .statistic_element-detail .middle_row .container .auc_list_section {
    grid-template-columns: 662px 1fr;
  }
}
@media (max-width: 1199px) {
  .statistic_element-detail .middle_row .container .auc_list_section {
    grid-template-columns: 564px 1fr;
  }
}
@media (max-width: 1024px) {
  .statistic_element-detail .middle_row .container .auc_list_section {
    grid-template-columns: 400px 1fr;
  }
}
@media (max-width: 800px) {
  .statistic_element-detail .middle_row .container .auc_list_section {
    grid-template-columns: 348px 1fr;
  }
}
@media (max-width: 767px) {
  .statistic_element-detail .middle_row .container .auc_list_section {
    grid-template-columns: 100%;
    grid-row-gap: 24px;
  }
}
.statistic_element-detail .middle_row .container .auc_list_section .auc_img {
  padding: 20px;
  background-color: #fff;
  width: 100%;
  height: fit-content;
  border-radius: 16px;
}
.statistic_element-detail .middle_row .container .auc_list_section .auc_img img {
  max-width: 100%;
  width: auto;
  height: auto;
}
@media (max-width: 1024px) {
  .statistic_element-detail .middle_row .container .auc_list_section .auc_img img {
    position: sticky;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .statistic_element-detail .middle_row .container .auc_list_section .auc_img img {
    position: static;
  }
}
.statistic_element-detail .middle_row .container .auc_list_section .auc_desc {
  padding: 24px 20px;
  background-color: #fff;
  width: 100%;
  border-radius: 16px;
  height: fit-content;
}
.statistic_element-detail .middle_row .container .auc_list_section .auc_desc .h {
  margin-bottom: 16px;
  color: #001F2D;
  font-family: "NT Somic";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.statistic_element-detail .middle_row .container .auc_list_section .auc_desc .params_table {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}
.statistic_element-detail .middle_row .container .auc_list_section .auc_desc .params_table .params_table__section {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.statistic_element-detail .middle_row .container .auc_list_section .auc_desc .params_table .params_table__section.hidden {
  display: none;
}
.statistic_element-detail .middle_row .container .auc_list_section .auc_desc .params_table .params_table__section.hidden.show {
  display: block;
}
.statistic_element-detail .middle_row .container .auc_list_section .auc_desc .params_table .r {
  display: grid;
  grid-template-columns: 32px auto;
  grid-column-gap: 12px;
  color: #001F2D;
  font-size: 17px;
  font-weight: 500;
  line-height: 130%;
}
.statistic_element-detail .middle_row .container .auc_list_section .auc_desc .params_table .r div:first-child {
  color: #001F2D;
  font-size: 17px;
  font-weight: 500;
  line-height: 130%;
}
@media (max-width: 768px) {
  .statistic_element-detail .middle_row .container .auc_list_section .auc_desc .params_table .r {
    grid-template-rows: auto;
    margin-bottom: 5px;
  }
}
.statistic_element-detail .middle_row .container .auc_list_section .auc_desc .show-all-btn {
  color: #1463A3;
  font-size: 17px;
  font-weight: 500;
  line-height: 100%;
  padding-right: 26px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(/images/icons/glasses-icon.png);
  margin-bottom: 24px;
}
.statistic_element-detail .middle_row .container .BDS_content {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 959px) {
  .statistic_element-detail .middle_row .container .BDS_content {
    padding-top: 30px;
    gap: 60px;
  }
}
.statistic_element-detail .middle_row .container .BDS_content .videos_container,
.statistic_element-detail .middle_row .container .BDS_content .rate,
.statistic_element-detail .middle_row .container .BDS_content .comment {
  display: flex;
  flex-direction: column;
}
.statistic_element-detail .middle_row .container .BDS_content .videos_container .h,
.statistic_element-detail .middle_row .container .BDS_content .rate .h,
.statistic_element-detail .middle_row .container .BDS_content .comment .h {
  display: flex;
  padding-bottom: 24px;
  align-items: flex-end;
  color: #001F2D;
  /* Headline/Desktop/H2 */
  font-family: "NT Somic";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 28px */
}
@media (max-width: 959px) {
  .statistic_element-detail .middle_row .container .BDS_content .videos_container .h,
  .statistic_element-detail .middle_row .container .BDS_content .rate .h,
  .statistic_element-detail .middle_row .container .BDS_content .comment .h {
    font-size: 26px;
    padding-bottom: 16px;
  }
}
.statistic_element-detail .middle_row .container .BDS_content .videos_container .videos_wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
@media (max-width: 640px) {
  .statistic_element-detail .middle_row .container .BDS_content .videos_container .videos_wrap {
    flex-direction: column;
  }
}
.statistic_element-detail .middle_row .container .BDS_content .videos_container .videos_wrap .moto-video {
  border-radius: 12px;
}
.statistic_element-detail .middle_row .container .BDS_content .rate .rate_h {
  display: flex;
  padding-bottom: 24px;
  align-items: flex-end;
  color: #001F2D;
  /* Headline/Desktop/H2 */
  font-family: "NT Somic";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 28px */
}
@media (max-width: 959px) {
  .statistic_element-detail .middle_row .container .BDS_content .rate .rate_h {
    font-size: 26px;
    padding-bottom: 16px;
  }
}
.statistic_element-detail .middle_row .container .BDS_content .rate .imgs_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 959px) {
  .statistic_element-detail .middle_row .container .BDS_content .rate .imgs_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.statistic_element-detail .middle_row .container .BDS_content .rate .imgs_container .rate-img {
  display: flex;
  flex: 1 0 0;
}
.statistic_element-detail .middle_row .container .BDS_content .rate .imgs_container .rate-img img {
  width: 100%;
  border-radius: 12px;
}
.statistic_element-detail .middle_row .container .BDS_content .rate .rate_el {
  padding-top: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #001F2D;
  /* Headline/Desktop/H4 */
  font-family: "NT Somic";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 26px */
}
@media (max-width: 959px) {
  .statistic_element-detail .middle_row .container .BDS_content .rate .rate_el {
    font-size: 18px;
  }
}
.statistic_element-detail .middle_row .container .BDS_content .rate .rate_el .green {
  display: flex;
  width: 32px;
  padding: 0px 1px 1px 0px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 6px;
  background: rgba(5, 147, 16, 0.1);
  color: #059310;
}
.statistic_element-detail .middle_row .container .BDS_content .rate .rate_details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 100px;
  padding-top: 24px;
  row-gap: 12px;
}
@media (max-width: 1280px) {
  .statistic_element-detail .middle_row .container .BDS_content .rate .rate_details {
    column-gap: 50px;
  }
}
@media (max-width: 959px) {
  .statistic_element-detail .middle_row .container .BDS_content .rate .rate_details {
    grid-template-columns: 100%;
  }
}
.statistic_element-detail .middle_row .container .BDS_content .rate .rate_details .rate_detail {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  column-gap: 12px;
  align-items: baseline;
}
@media (max-width: 640px) {
  .statistic_element-detail .middle_row .container .BDS_content .rate .rate_details .rate_detail {
    column-gap: 1px;
  }
}
.statistic_element-detail .middle_row .container .BDS_content .rate .rate_details .rate_detail .l {
  color: #001F2D;
  /* Text/400 */
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 25.5px */
  max-width: 150px;
}
@media (max-width: 640px) {
  .statistic_element-detail .middle_row .container .BDS_content .rate .rate_details .rate_detail .l {
    max-width: 120px;
  }
}
.statistic_element-detail .middle_row .container .BDS_content .rate .rate_details .rate_detail .l:first-letter {
  text-transform: uppercase;
}
.statistic_element-detail .middle_row .container .BDS_content .rate .rate_details .rate_detail .r {
  color: #001F2D;
  text-align: right;
  /* Text/500 */
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 25.5px */
  max-width: 300px;
}
@media (max-width: 640px) {
  .statistic_element-detail .middle_row .container .BDS_content .rate .rate_details .rate_detail .r {
    max-width: 200px;
  }
}
@media (max-width: 360px) {
  .statistic_element-detail .middle_row .container .BDS_content .rate .rate_details .rate_detail .r {
    max-width: 180px;
  }
}
.statistic_element-detail .middle_row .container .BDS_content .rate .rate_details .rate_detail .divider {
  border-bottom: 1px dashed rgba(0, 31, 45, 0.3);
  margin-bottom: 6px;
}
.statistic_element-detail .middle_row .container .BDS_content .comment {
  color: #001F2D;
  /* Text/400 */
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 25.5px */
  padding-bottom: 24px;
}
@media (max-width: 959px) {
  .statistic_element-detail .middle_row .container .BDS_content .comment {
    padding-bottom: 16px;
  }
}
#auction-block,
#videoblock-block,
#detailed-block,
#review-block {
  padding-top: 130px;
  margin-top: -130px;
}
.detailPrice .detailed-calc__tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .detailPrice .detailed-calc__tabs {
    flex-direction: column;
  }
}
.detailPrice .detailed-calc__tabs .detailed-calc__tab {
  color: #001F2D;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 100%;
  padding: 0px 20px;
  height: 48px;
  background-color: transparent;
  border-radius: 16px;
  border: 1px solid rgba(0, 31, 45, 0.3);
  cursor: pointer;
}
@media (max-width: 1024px) {
  .detailPrice .detailed-calc__tabs .detailed-calc__tab {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .detailPrice .detailed-calc__tabs .detailed-calc__tab {
    width: 100%;
  }
}
.detailPrice .detailed-calc__tabs .detailed-calc__tab.active {
  background: #F2F2F2;
  border: 2px solid #001F2D;
}
.detailPrice .detailed-calc .table {
  display: block;
}
.detailPrice .detailed-calc .table__columns {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .detailPrice .detailed-calc .table__columns {
    flex-direction: column;
  }
}
.detailPrice .detailed-calc .table__columns .table__col {
  width: 50%;
}
@media (max-width: 1024px) {
  .detailPrice .detailed-calc .table__columns .table__col {
    width: 100%;
  }
}
.detailPrice .detailed-calc .table__columns .table__col .table__head {
  width: 100%;
  border-bottom: 2px solid rgba(26, 30, 33, 0.1);
  padding: 16px 10px;
  color: #001F2D;
  font-family: "NT Somic";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.detailPrice .detailed-calc .table__columns .table__col .r {
  display: flex;
  justify-content: space-between;
  padding: 16px 0 16px 10px;
  gap: 20px;
}
@media (max-width: 640px) {
  .detailPrice .detailed-calc .table__columns .table__col .r {
    gap: 10px;
  }
}
.detailPrice .detailed-calc .table__columns .table__col .r:not(:last-child) {
  border-bottom: 1px solid rgba(26, 30, 33, 0.1);
}
.detailPrice .detailed-calc .table__columns .table__col .r .name {
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 640px) {
  .detailPrice .detailed-calc .table__columns .table__col .r .name {
    font-size: 16px;
  }
}
.detailPrice .detailed-calc .table__columns .table__col .r .value {
  color: #001F2D;
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
  min-width: 138px;
}
@media (max-width: 1600px) {
  .detailPrice .detailed-calc .table__columns .table__col .r .value {
    min-width: 124px;
  }
}
@media (max-width: 1200px) {
  .detailPrice .detailed-calc .table__columns .table__col .r .value {
    min-width: 120px;
  }
}
@media (max-width: 1024px) {
  .detailPrice .detailed-calc .table__columns .table__col .r .value {
    min-width: 150px;
  }
}
@media (max-width: 640px) {
  .detailPrice .detailed-calc .table__columns .table__col .r .value {
    min-width: 100px;
    font-size: 16px;
  }
}
.detailPrice .detailed-calc .table .total-price {
  display: flex;
  justify-content: space-between;
  padding: 16px 10px;
  border-top: 2px solid rgba(43, 47, 51, 0.2);
  color: #001F2D;
}
@media (max-width: 1024px) {
  .detailPrice .detailed-calc .table .total-price {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
.detailPrice .detailed-calc .table .total-price__title {
  font-family: "NT Somic";
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 1024px) {
  .detailPrice .detailed-calc .table .total-price__title {
    text-align: center;
  }
}
.detailPrice .detailed-calc .table .total-price__value {
  font-family: "NT Somic";
  min-width: 200px;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 1024px) {
  .detailPrice .detailed-calc .table .total-price__value {
    text-align: left;
  }
}
.articles .container {
  position: relative;
}
.articles .articles-list .item {
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  height: auto;
}
.articles .articles-list .item a {
  color: inherit;
}
.articles .articles-list .item__categories {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.articles .articles-list .item__categories .item__category {
  padding: 10px 12px;
  border-radius: 100px;
  background: #FFF;
  color: #001F2D;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.12px;
  text-transform: uppercase;
}
.articles .articles-list .item__img {
  border-radius: 16px;
  width: 100%;
  max-width: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 1280px) {
  .articles .articles-list .item__img {
    height: 152px;
  }
}
@media (max-width: 960px) {
  .articles .articles-list .item__img {
    height: 210px;
  }
}
@media (max-width: 820px) {
  .articles .articles-list .item__img {
    height: 155px;
  }
}
@media (max-width: 640px) {
  .articles .articles-list .item__img {
    height: auto;
    max-height: 336px;
  }
}
@media (max-width: 500px) {
  .articles .articles-list .item__img {
    max-height: 260px;
  }
}
@media (max-width: 400px) {
  .articles .articles-list .item__img {
    max-height: 210px;
  }
}
.articles .articles-list .item__text-wrap {
  padding: 20px 16px;
}
@media (max-width: 960px) {
  .articles .articles-list .item__text-wrap {
    padding: 16px 12px;
  }
}
.articles .articles-list .item__title {
  color: #001F2D;
  font-family: "NT Somic";
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 8px;
}
@media (max-width: 960px) {
  .articles .articles-list .item__title {
    font-size: 18px;
  }
}
.articles .articles-list .item__description {
  color: rgba(0, 31, 45, 0.7);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-height: 52px;
  overflow: hidden;
  margin-bottom: 16px;
}
.articles .articles-list .item__characteristics {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.articles .articles-list .item__characteristics li {
  display: flex;
  height: 20px;
  align-items: center;
  color: rgba(0, 31, 45, 0.7);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding-left: 26px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.articles .articles-list .item__characteristics li.date {
  background-image: url(/images/icons/date-icon.svg);
}
.articles .articles-list .item__characteristics li.views {
  background-image: url(/images/icons/views-icon.svg);
}
.articles .articles-list .item__characteristics li.read-time {
  background-image: url(/images/icons/read-time-icon.svg);
}
.configurations__title {
  margin-bottom: 16px;
}
.configurations__subtitle {
  color: rgba(43, 47, 51, 0.8);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 64px;
}
.configurations .configuration {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 64px;
}
.configurations .configuration:last-child {
  margin-bottom: 72px;
}
.configurations .configuration__header {
  color: #001F2D;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
.configurations .configuration__imgs {
  display: flex;
  gap: 8px;
  overflow: auto;
  scrollbar-width: thin;
}
.configurations .configuration__imgs .configuration__img {
  height: 100px;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .configurations .configuration__imgs .configuration__img {
    height: 74px;
  }
}
@media (max-width: 640px) {
  .configurations .configuration__imgs .configuration__img {
    height: 70px;
  }
}
.configurations .configuration .table-wrap {
  overflow: auto;
  scrollbar-width: thin;
}
@media (max-width: 640px) {
  .configurations .configuration .table-wrap {
    overflow: auto;
    min-width: 0px;
  }
}
.configurations .configuration .table {
  min-width: 1344px;
}
@media (max-width: 640px) {
  .configurations .configuration .table {
    width: 100%;
    min-width: 0;
  }
}
.configurations .configuration .table thead tr th {
  text-align: left;
  border-bottom: rgba(26, 30, 33, 0.1) 2px solid;
  padding: 16px 10px;
  color: var(--text-black-01, #001F2D);
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 640px) {
  .configurations .configuration .table thead tr th {
    display: none;
  }
  .configurations .configuration .table thead tr th:first-child {
    display: table-cell;
  }
  .configurations .configuration .table thead tr th:last-child {
    display: table-cell;
  }
}
.configurations .configuration .table tbody tr td {
  color: #001F2D;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  padding: 16px 0 16px 10px;
  border-bottom: rgba(26, 30, 33, 0.1) 1px solid;
  text-underline-offset: 3px;
}
@media (max-width: 640px) {
  .configurations .configuration .table tbody tr td {
    display: none;
  }
  .configurations .configuration .table tbody tr td:first-child {
    display: table-cell;
  }
  .configurations .configuration .table tbody tr td:last-child {
    display: table-cell;
  }
}
.configurations .configuration .table tbody tr td a {
  color: inherit;
  text-decoration-line: underline;
  line-height: 130%;
}
.configurations .configuration .table tbody tr td button {
  border: none;
  background-color: transparent;
  text-decoration: underline;
}
.configurations .configuration .show-all-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 32px;
}
.configurations .configuration .show-all-btn.open svg {
  transform: rotate(180deg);
}
@media (max-width: 639px) {
  .similar_elements .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.similar_elements .total_count {
  display: none;
}
.similar_elements .swiper-wrap .swiper-button {
  top: calc(50% - 80px);
}
.similar_elements .swiper-wrap .swiper-button-next {
  z-index: 7;
  right: -8px;
}
.similar_elements .swiper-wrap .swiper-button-prev {
  z-index: 7;
  left: -8px;
}
.header-scroll.hide {
  display: none!important;
}
.top-lot {
  position: fixed;
  width: 100%;
  top: -200px;
  z-index: 8;
  background-color: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 31, 45, 0.15);
  transition: top 0.5s;
}
@media (max-width: 768px) {
  .top-lot {
    display: none;
  }
}
.top-lot.active {
  top: 0px;
}
.top-lot .back-top-wrap {
  display: flex;
  padding: 16px 0px 24px 0px;
  align-items: flex-start;
  gap: 10px;
}
.top-lot .back-top-wrap .back-top__button {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--Text-Primary-01, #1463A3);
  /* Controls/Button */
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 17px */
}
.top-lot .back-top-wrap .back-top__button::before {
  content: '';
  background-image: url('/images/icons/arrow-left_blue.svg');
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.top-lot .top-lot__wrapper {
  display: flex;
  padding: 16px 0px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
.top-lot .top-lot__wrapper .left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.top-lot .top-lot__wrapper .left .big_img img {
  width: 126px;
  height: 96px;
  border-radius: 8px;
}
.top-lot .top-lot__wrapper .left .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.top-lot .top-lot__wrapper .left .info .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.top-lot .top-lot__wrapper .left .info .title-wrap .top-lot__title {
  color: var(--Text-Black-01, #001F2D);
  /* Headline/Desktop/H3 */
  font-family: "NT Somic";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
}
.top-lot .top-lot__wrapper .left .info .title-wrap .top-lot__grade {
  color: var(--Text-Black-01, #001F2D);
  /* Text/400 */
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 25.5px */
}
.top-lot .top-lot__wrapper .left .info .links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1279px) {
  .top-lot .top-lot__wrapper .left .info .links {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.top-lot .top-lot__wrapper .left .info .links a {
  color: var(--Text-Primary-01, #1463A3);
  /* Controls/Link 400 */
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 17px */
  scroll-behavior: smooth;
}
.top-lot .top-lot__wrapper .right {
  display: flex;
  padding-top: 4px;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1279px) {
  .top-lot .top-lot__wrapper .right {
    flex-direction: column;
    align-items: flex-end;
  }
}
.top-lot .top-lot__wrapper .right .prices_list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}
.top-lot .top-lot__wrapper .right .prices_list .v {
  color: var(--Text-Black-01, #001F2D);
  /* Headline/Desktop/H3 */
  font-family: "NT Somic";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
}
.top-lot .top-lot__wrapper .right .prices_list .v:has( .price__info) {
  display: flex;
  gap: 16px;
  align-items: center;
  position: relative;
}
.top-lot .top-lot__wrapper .right .prices_list .v .price__info {
  background-image: url('/images/icons/info-price.svg');
  display: flex;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
}
.top-lot .top-lot__wrapper .right .prices_list .v .price__info.active + .price__info-text-wrap {
  display: flex;
}
.top-lot .top-lot__wrapper .right .prices_list .v .price__info-text-wrap {
  display: none;
  position: absolute;
  top: 60%;
  left: 60%;
  width: 350px;
  padding: 24px 0px 0px 24px;
}
@media (max-width: 1600px) {
  .top-lot .top-lot__wrapper .right .prices_list .v .price__info-text-wrap {
    left: auto;
    right: 0;
    width: 400px;
    padding: 24px 24px 0px 0px;
  }
}
@media (max-width: 479px) {
  .top-lot .top-lot__wrapper .right .prices_list .v .price__info-text-wrap {
    width: 300px;
    padding: 24px 0px 0px 0px;
  }
}
.top-lot .top-lot__wrapper .right .prices_list .v .price__info-text-wrap .price__info-text {
  padding: 16px;
  border-radius: 12px;
  background: var(--website-system-white-01, #FFF);
  /* l */
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.07);
  color: var(--Text-Black-01, #001F2D);
  /* Text/400 */
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 25.5px */
}
.top-lot .top-lot__wrapper .right .prices_list .v .price__info-text-wrap .price__info-text a {
  color: var(--Text-Primary-01, #1463A3);
  text-decoration-line: underline;
}
.top-lot .top-lot__wrapper .right .prices_list .price-grade-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: fit-content;
}
@media (max-width: 1279px) {
  .top-lot .top-lot__wrapper .right .prices_list .price-grade-wrap {
    display: none;
  }
}
.top-lot .top-lot__wrapper .right .prices_list .price-grade-wrap.green .price-grade {
  color: #059310;
  background: rgba(5, 147, 16, 0.1);
  border: none;
}
.top-lot .top-lot__wrapper .right .prices_list .price-grade-wrap .price-grade {
  color: rgba(43, 47, 51, 0.45);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  width: fit-content;
  border: 1px solid rgba(43, 47, 51, 0.2);
  background-color: transparent;
  padding: 8px 12px;
  border-radius: 100px;
}
.top-lot .top-lot__wrapper .right .price_inform {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.top-lot .top-lot__wrapper .right .price_inform .button_blue {
  display: flex;
  height: 48px;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  background: var(--System-Primary-01, #1463A3);
  text-wrap: nowrap;
}
.top-lot .top-lot__wrapper .right .price_inform .whatsapp-btn {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: rgba(5, 147, 16, 0.1);
}
.itc-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.2s ease-in;
  pointer-events: none;
  display: none;
}
.itc-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: auto;
  background-clip: padding-box;
  transition: opacity 0.3s ease-in;
  padding: 0px;
  width: 100%;
  height: 100%;
  max-width: 1160px;
  max-height: 82vh;
}
.itc-modal-content img {
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) {
  .itc-modal-content {
    /* max-width: 500px; */
    margin: 0px auto;
  }
}
.itc-modal-show .itc-modal-backdrop {
  align-items: center;
  justify-content: center;
  display: flex;
}
.itc-modal-show .itc-modal-backdrop,
.itc-modal-show .itc-modal-content {
  z-index: 1050;
  overflow-y: auto;
  opacity: 1;
  pointer-events: auto;
}
.itc-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background: rgba(0, 0, 0, 0.5);
}
.itc-modal-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
  display: none;
}
.itc-modal-btn-close {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  font-family: sans-serif;
  line-height: 1;
  text-decoration: none;
  background-image: url(/images/icons/close-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  padding: 4px 4px 7px 7px;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
}
.itc-modal-btn-close:focus,
.itc-modal-btn-close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}
.itc-modal-body {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.itc-modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  gap: 16px;
  width: 100%;
  height: 48px;
  left: 0;
}
.itc-modal-footer .btn {
  border: none;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.itc-modal-footer .btn-prev {
  left: 34px;
  background-image: url(/images/icons/btn-prev.png);
}
.itc-modal-footer .btn-next {
  right: 34px;
  background-image: url(/images/icons/btn-next.png);
}
