main {
  overflow: hidden;
}

.custom-radio {
  display: block;
  position: relative;
  padding: 15px;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  color: #747474;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom-radio input:checked ~ span {
  border: 2px solid #112540;
}
.custom-radio span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  border: 1px solid #DEE2E8;
  border-radius: 100%;
  height: 30px;
  width: 30px;
}
.custom-radio span:before {
  content: " ";
  height: 22px;
  width: 22px;
  border: 0;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 11px);
  left: calc(50% - 11px);
}
.custom-radio___white span:before {
  border: 1px solid #DEE2E8;
  background: #ffffff;
}
.custom-radio___gray span:before {
  background: #6E757E;
}
.custom-radio .custom-radio__container {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  border: 1px solid #DEE2E8;
  border-radius: 100%;
  height: 30px;
  width: 30px;
}
.custom-radio .custom-radio__container .custom-radio__dot {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  background-color: transparent;
  border: 1px solid #DEE2E8;
  border-radius: 100%;
  height: 20px;
  width: 20px;
}

.catalog-top {
  display: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .catalog-top {
    display: block;
  }
}
.catalog-top__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  padding: 16px 15px 15px;
}
.catalog-top__back {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}
.catalog-slider {
  margin: 10px 0 30px;
}
@media screen and (max-width: 991px) {
  .catalog-slider {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .catalog-slider___hide {
    display: none;
  }
}
.catalog-slider__wrapper {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .catalog-slider__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.catalog-slider__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  height: 125px;
  transition: color 0.3s;
}
@media screen and (max-width: 1200px) {
  .catalog-slider__slide {
    width: 33.3%;
    max-width: 110px;
  }
}
.catalog-slider__slide img {
  margin-bottom: 5px;
  width: 100%;
  max-width: 98px;
}
.catalog-slider__slide___small img {
  margin: 12px 0 17px;
  width: 46px;
}
.catalog-slider__slide___active {
  border-bottom: 2px solid #0e8db5;
}
@media screen and (max-width: 1400px) {
  .catalog-slider__slide___active {
    border-bottom: none;
  }
}
.catalog-slider__btn__next {
  position: absolute;
  left: calc(100% + 40px);
  top: calc(50% - 20px);
}
.catalog-slider__btn__next.swiper-button-disabled {
  display: none;
}
@media screen and (max-width: 1400px) {
  .catalog-slider__btn__next {
    display: none;
  }
}
.catalog-slider__btn__prev {
  position: absolute;
  right: calc(100% + 40px);
  top: calc(50% - 20px);
  transform: rotate(180deg);
}
.catalog-slider__btn__prev.swiper-button-disabled {
  display: none;
}
@media screen and (max-width: 1400px) {
  .catalog-slider__btn__prev {
    display: none;
  }
}
.catalog-section {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .catalog-section h1.h1___hide {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .catalog-section h2 {
    display: none;
  }
}
.catalog-section__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 768px) {
  .catalog-section__wrapper {
    margin: 0 -15px;
    border-top: 1px solid #DEE2E8;
  }
}
@media screen and (min-width: 1024px) {
  .catalog-section__wrapper.col-3 > * {
    width: 33.333%;
  }
}
.catalog-section__wrapper > * {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .catalog-section__wrapper > * {
    padding: 0;
    border-bottom: 1px solid #DEE2E8;
    margin-bottom: 0;
  }
  .catalog-section__wrapper > *:nth-child(2n+1) {
    border-right: 1px solid #DEE2E8;
  }
}
.catalog-section__item {
  border-radius: 5px;
  border: 0;
  display: flex;
  position: relative;
  height: 100%;
  box-shadow: 0 0 0 1px transparent;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .catalog-section__item:hover {
    box-shadow: 0 0 0 1px #0e8db5;
  }
}
@media screen and (max-width: 768px) {
  .catalog-section__item {
    flex-direction: column;
    border-right: 0;
    border-radius: 0;
  }
}
.catalog-section__item .image {
  min-width: 150px;
  display: block;
  margin-right: 10px;
  max-width: 150px;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .catalog-section__item .image {
    height: 240px;
    max-width: 187px;
    display: flex;
    align-items: center;
    margin-right: 0;
    justify-content: center;
  }
}
.catalog-section__item img {
  max-width: 150px;
  max-height: 260px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .catalog-section__item img {
    max-height: 240px;
    max-width: 187px;
  }
}
@media screen and (max-width: 425px) {
  .catalog-section__item img {
    width: 100%;
  }
}
.catalog-section__item .content {
  padding: 25px 10px 25px 0;
  width: calc(100% - 160px);
}
@media screen and (max-width: 768px) {
  .catalog-section__item .content {
    padding: 0 15px 20px;
    width: 100%;
  }
}
.catalog-section__item .section {
  background: #09b4ea;
  color: #FFFFFF;
  padding: 0 5px;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  margin-bottom: 10px;
  display: inline-block;
  border: 0;
  border-radius: 30px;
}
.catalog-section__item .section.orange {
  background: #ED8869;
}
.catalog-section__item .section.green {
  background: #44C277;
}
.catalog-section__item .favorites {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjI1MTE1IDIuMTY3OTJDOC4zMTc0OSAxLjQzMDk5IDcuMTMzNzUgMSA1Ljk1IDFDMy4xNiAxIDEgMy4xNiAxIDUuOTVDMSA5Ljc4NDExIDQuNDAyNzYgMTIuNjgyMSA3LjQyODQ3IDE1LjI1ODlDNy45Njg3NSAxNS43MTkgOC40OTcwMSAxNi4xNjg5IDguOTkxNzMgMTYuNjEyMUM5LjU2MTMzIDE3LjEyMjMgMTAuNDM4NyAxNy4xMjIzIDExLjAwODMgMTYuNjEyMUMxMS41MDMxIDE2LjE2ODggMTIuMDMxNSAxNS43MTg4IDEyLjU3MTkgMTUuMjU4NkMxNS41OTc2IDEyLjY4MTcgMTkgOS43ODQwNiAxOSA1Ljk1QzE5IDMuMTYgMTYuODQgMSAxNC4wNSAxQzEyLjg2NjMgMSAxMS42ODI1IDEuNDMwOTkgMTAuNzQ4OSAyLjE2NzkyQzEwLjQ3NTggMi4zODM0OCAxMC4yMjQgMi42MjUyMiAxMCAyLjg5QzkuNzc1OTUgMi42MjUyMiA5LjUyNDI1IDIuMzgzNDggOS4yNTExNSAyLjE2NzkyWiIgc3Ryb2tlPSIjMTEyNTQwIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
  background-color: transparent;
  transition: 0.3s;
}
.catalog-section__item .favorites:hover {
  background-color: #F0F2F4;
}
.catalog-section__item .favorites.active {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDUuOTVDMCAyLjYwNzcxIDIuNjA3NzIgMCA1Ljk1IDBDNy4zNzAyNCAwIDguNzY5OTYgMC41MTQxNTcgOS44NzA3MSAxLjM4Mjk3QzkuOTE0MjQgMS40MTczMyA5Ljk1NzM0IDEuNDUyMjggMTAgMS40ODc4QzEwLjA0MjcgMS40NTIyOCAxMC4wODU4IDEuNDE3MzMgMTAuMTI5MyAxLjM4Mjk3QzExLjIzIDAuNTE0MTU3IDEyLjYyOTggMCAxNC4wNSAwQzE3LjM5MjMgMCAyMCAyLjYwNzcxIDIwIDUuOTVDMjAgOC4xODEzMSAxOS4wMDU5IDEwLjA4MDcgMTcuNjk5NCAxMS43MDNDMTYuNDExNSAxMy4zMDIxIDE0Ljc0NSAxNC43MjE0IDEzLjI1NjQgMTUuOTg5MUwxMy4yMjAyIDE2LjAxOTlDMTIuNjc3OSAxNi40ODE4IDEyLjE1OTMgMTYuOTIzNSAxMS42NzU1IDE3LjM1NjlDMTAuNzI2MSAxOC4yMDczIDkuMjczODggMTguMjA3MyA4LjMyNDUxIDE3LjM1NjlDNy44NDA3OCAxNi45MjM2IDcuMzIyMzMgMTYuNDgyIDYuNzgwMDkgMTYuMDIwMkw2Ljc0MzkzIDE1Ljk4OTRDNS4yNTUzNCAxNC43MjE3IDMuNTg4NzggMTMuMzAyNCAyLjMwMDc3IDExLjcwMzJDMC45OTQxNjIgMTAuMDgwOCAwIDguMTgxMzYgMCA1Ljk1WiIgZmlsbD0iIzExMjU0MCIvPgo8L3N2Zz4K");
}
.catalog-section__item .favorites .fav-tooltip {
  position: absolute;
  top: calc(-100% - 10px);
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 8px 12px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1280px) {
  .catalog-section__item .favorites .fav-tooltip {
    display: none;
  }
}
.catalog-section__item .favorites .fav-tooltip.active {
  opacity: 1;
  visibility: visible;
}
.catalog-section__item .name {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 4px;
  display: block;
}
@media screen and (max-width: 768px) {
  .catalog-section__item .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 2px;
  }
}
.catalog-section__item .country {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
  color: #6E757E;
}
.catalog-section__item .speed {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
  color: #112540;
}
@media screen and (max-width: 768px) {
  .catalog-section__item .speed {
    display: none;
  }
}
.catalog-section__item .speed span {
  color: #6E757E;
}
.catalog-section__item .time {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
  color: #112540;
}
@media screen and (max-width: 768px) {
  .catalog-section__item .time {
    display: none;
  }
}
.catalog-section__item .time span {
  color: #6E757E;
}
.catalog-section__item .charge {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #112540;
}
@media screen and (max-width: 768px) {
  .catalog-section__item .charge {
    display: none;
  }
}
.catalog-section__item .charge span {
  color: #6E757E;
}
.catalog-section__item .price {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #112540;
}
@media screen and (max-width: 768px) {
  .catalog-section__item .price {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
  }
}
.catalog-section__button {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 425px) {
  .catalog-section__button .btn {
    width: 100%;
  }
}
.catalog-section__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .catalog-section__container .catalog-section__list {
    /* max-width: calc(100% - 400px); */
  }
}
.catalog-section__list {
  order: 0;
  width: 100%;
}
@media screen and (min-width: 993px) {
  .catalog-section .nav-catalog {
    order: 1;
    max-width: 280px;
    width: 100%;
  }
}
.catalog-brands {
  margin-bottom: 30px;
  display: none;
}
@media screen and (max-width: 768px) {
  .catalog-brands {
    display: block;
  }
}
.catalog-brands__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.catalog-brands__item {
  position: relative;
  border-radius: 5px;
  border: 0;
  display: flex;
  align-items: center;
  width: 33.3%;
  max-width: 125px;
  height: 110px;
  padding: 10px 20px;
}
.catalog-brands__item .text {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  margin-top: 5px;
}
.catalog-brands__item img {
  border-radius: 5px;
  border: 0;
}
.catalog-brands__btn {
  margin-top: 15px;
  text-align: center;
}
.catalog-description {
  margin-top: 50px;
}
.catalog-brand__wrapper {
  display: flex;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .catalog-brand__wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .catalog-brand__wrapper {
    margin: 0 -15px;
  }
}
.catalog-brand__aside {
  width: 340px;
  margin-right: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .catalog-brand__aside {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .catalog-brand__aside {
    align-items: center;
    border-bottom: 1px solid #DEE2E8;
    padding: 0 15px 20px;
  }
}
.catalog-brand__content {
  width: calc(100% - 400px);
}
@media screen and (max-width: 1200px) {
  .catalog-brand__content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .catalog-brand__content .catalog-section .container, .catalog-brand__content .catalog-menu .container {
    padding: 0 15px;
  }
  .catalog-brand__content .catalog-section h1, .catalog-brand__content .catalog-menu h1 {
    font-size: 20px;
    line-height: 23px;
  }
}
.catalog-brand__image {
  padding: 11px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  margin-bottom: 10px;
  width: 120px;
  height: 120px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-brand__image img {
  width: 100%;
  min-width: 98px;
  min-height: 98px;
  height: 100%;
  object-fit: none;
  border-radius: 50%;
  display: block;
}
.catalog-brand__name {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  .catalog-brand__name {
    font-size: 28px;
    line-height: 33px;
  }
}
.catalog-brand__made-in {
  font-size: 16px;
  line-height: 19px;
  color: #6E757E;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .catalog-brand__made-in {
    font-size: 14px;
    line-height: 16px;
  }
}
.catalog-brand__official {
  padding: 6px 10px;
  background: #B7EDF9;
  border: 0;
  border-radius: 40px;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .catalog-brand__official {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
  }
}
.catalog-brand__guarantee {
  padding: 6px 10px;
  background: #B9F5C6;
  border: 0;
  border-radius: 40px;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .catalog-brand__guarantee {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 24px;
  }
}
.catalog-brand__description {
  font-size: 14px;
  line-height: 24px;
}
.catalog-brand__description-more {
  display: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #6E757E;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .catalog-brand__description {
    height: 66px;
    overflow: hidden;
  }
  .catalog-brand__description-more {
    display: block;
  }
  .catalog-brand__description-more___hide {
    display: none;
  }
  .catalog-brand__description___active {
    height: auto;
  }
}
.catalog-brand__address {
  margin-bottom: 22px;
}
.catalog-brand__address-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 13px;
  margin-top: 20px;
}
.catalog-brand__address-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}
.catalog-brand__address-text svg {
  margin-right: 8px;
}
.catalog-menu {
  margin: 10px 0 30px;
}
@media screen and (max-width: 768px) {
  .catalog-menu {
    display: none;
  }
}
.catalog-menu__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.catalog-menu__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  height: 125px;
  width: 98px;
}
.catalog-menu__item img {
  margin-bottom: 5px;
  width: 100%;
  max-width: 98px;
}
.catalog-menu__item___active {
  border-bottom: 2px solid #0e8db5;
}
@media screen and (max-width: 1400px) {
  .catalog-menu__item___active {
    border-bottom: none;
  }
}
.catalog-article {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .catalog-article {
    display: none;
  }
}
.catalog-article__item {
  margin-bottom: 40px;
  display: flex;
}
.catalog-article__item-image {
  margin-right: 30px;
  border-radius: 5px;
  overflow: hidden;
  min-width: 220px;
}
.catalog-article__item-image img {
  max-width: 100%;
}
.catalog-article__item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.catalog-article__item-tag {
  padding: 2px 8px;
  background: #AAAFB6;
  border-radius: 30px;
  color: #FFFFFF;
  border: 0;
  margin-bottom: 15px;
}
.catalog-article__item-name {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
.catalog-article__item-text {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}
.catalog-article__item-bottom {
  display: flex;
  align-items: center;
}
.catalog-article__item-bottom-separator {
  margin: 0 4px;
}
.catalog-article__item-author-name {
  font-size: 14px;
  line-height: 16px;
  color: #6E757E;
}
.catalog-article__item-author-image {
  margin-right: 10px;
}
.catalog-article__item-date {
  font-size: 14px;
  line-height: 16px;
  color: #6E757E;
}
.catalog-product__wrapper {
  display: flex;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .catalog-product__wrapper {
    flex-direction: column;
  }
}
.catalog-product__aside {
  width: 360px;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.catalog-product__aside h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .catalog-product__aside {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product__aside {
    align-items: center;
    margin-left: 0;
  }
}
.catalog-product__content {
  width: calc(100% - 400px);
}
@media screen and (max-width: 1200px) {
  .catalog-product__content {
    width: 100%;
  }
}
.catalog-product__color-list {
  display: flex;
  align-items: center;
}
.catalog-product__color-item {
  margin-right: 8px;
  margin-bottom: 19px;
}
.catalog-product__color-item:last-child {
  margin-right: 0;
}
.catalog-product__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 8px;
}
.catalog-product__subtitle {
  color: #6E757E;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 32px;
}
.catalog-product__properties-list {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .catalog-product__properties-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 345px;
  }
}
.catalog-product__properties-item {
  display: flex;
  margin-bottom: 19px;
}
.catalog-product__properties-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .catalog-product__properties-item {
    margin-right: 6px;
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .catalog-product__properties-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product__properties-content {
    display: flex;
    flex-direction: column-reverse;
  }
}
.catalog-product__properties-image {
  margin-right: 10px;
}
.catalog-product__properties-name {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 3px;
  color: #6E757E;
}
.catalog-product__properties-value {
  font-size: 16px;
  line-height: 19px;
}
.catalog-product__price {
  margin-bottom: 35px;
}
.catalog-product__price-value {
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 10px;
}
.catalog-product__price-currency {
  display: flex;
  align-items: center;
  background: #DEE2E8;
  width: max-content;
  border-radius: 5px;
  border: 0;
  padding: 2px;
}
@media screen and (max-width: 768px) {
  .catalog-product__price-currency {
    margin: 0 auto;
  }
}
.catalog-product__price-currency .custom-radio {
  padding: 9px 14px 9px 15px;
}
.catalog-product__price-currency .custom-radio span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6E757E;
  border-radius: 3px;
  border: 0;
  padding: 1px 5px;
  width: 29px;
  height: 18px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.catalog-product__price-currency .custom-radio span:before {
  display: none;
}
.catalog-product__price-currency .custom-radio input:checked ~ span {
  background: #ffffff;
  border: 0;
}
.catalog-product__aside-bottom {
  display: flex;
  margin-bottom: 30px;
}
.catalog-product__choose {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  margin-right: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .catalog-product__choose {
    display: flex;
    flex-direction: column;
  }
}
.catalog-product__choose .btn {
  background: #0e8db5;
  color: #FFFFFF;
  padding: 16px 58px 15px;
  margin-bottom: 8px;
}
.catalog-product__favorite {
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .catalog-product__favorite {
    position: absolute;
    right: 8px;
    top: 8px;
  }
}
.catalog-product__delivery {
  width: 100%;
  margin-bottom: 40px;
}
.catalog-product__delivery-item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #DEE2E8;
  border-radius: 5px;
  padding: 14px 15px 11px;
  cursor: pointer;
}
.catalog-product__delivery-image {
  margin-right: 11px;
}
.catalog-product__delivery-chevron {
  position: absolute;
  top: 20px;
  right: 20px;
}
.catalog-product__delivery-text .name {
  font-size: 14px;
  line-height: 16px;
}
.catalog-product__delivery-text .text {
  font-size: 14px;
  line-height: 16px;
  color: #6E757E;
}
.catalog-product__kit {
  width: 100%;
  margin-bottom: 30px;
}
.catalog-product__kit-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.catalog-product__kit-item {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #DEE2E8;
  border-radius: 5px;
  padding: 8px 12px 8px 8px;
  cursor: pointer;
  margin-right: 8px;
  margin-bottom: 10px;
}
.catalog-product__kit-item:last-child {
  margin-right: 0;
}
.catalog-product__kit-image {
  margin-right: 11px;
}
.catalog-product__kit-chevron {
  position: absolute;
  top: 20px;
  right: 20px;
}
.catalog-product__kit-text {
  font-size: 12px;
  line-height: 14px;
}
.catalog-product__features {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .catalog-product__features {
    width: 100%;
  }
}
.catalog-product__features-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 19px;
}
.catalog-product__features-item:last-child {
  margin-bottom: 0;
}
.catalog-product__features-name {
  width: 170px;
}
.catalog-product__features-value {
  color: #6E757E;
}
.catalog-product__instructions {
  margin-bottom: 40px;
  /*@media screen and (max-width: 768px) {
  	display: none;
  }*/
}
.catalog-product__instructions-item {
  padding: 8px 12px 8px 8px;
  display: flex;
  align-items: center;
  border: 1px solid #DEE2E8;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 8px;
}
.catalog-product__instructions-item:last-child {
  margin-bottom: 0;
}
.catalog-product__instructions-image {
  margin-right: 5px;
}
.catalog-product__instructions-name {
  font-size: 12px;
  line-height: 14px;
}
.catalog-product__description {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .catalog-product__description {
    display: none;
  }
}
.catalog-product__mobile {
  margin-bottom: 40px;
  display: none;
}
@media screen and (max-width: 768px) {
  .catalog-product__mobile {
    display: block;
  }
}
.catalog-product__accessories {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .catalog-product__accessories {
    display: none;
  }
}
.catalog-product__accessories-list {
  display: flex;
}
.catalog-product__accessories-item {
  display: flex;
  flex-direction: column;
  width: 25%;
}
.catalog-product__accessories-name {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 2px;
  padding: 0 15px;
}
.catalog-product__accessories-image {
  margin-bottom: 12px;
}
.catalog-product__accessories-image img {
  width: 100%;
}
.catalog-product__accessories-brand {
  font-size: 12px;
  line-height: 14px;
  color: #6E757E;
  flex-grow: 1;
  margin-bottom: 6px;
  padding: 0 15px;
}
.catalog-product__accessories-price {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
  padding: 0 15px;
}
.catalog-product__accessories-btn {
  padding: 0 15px 15px;
}
.catalog-product__accessories-btn button {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  background: #0e8db5;
  color: #FFFFFF;
}
.catalog-product__models {
  margin-bottom: 40px;
}
.catalog-product__models-item {
  position: relative;
  max-width: 195px;
}
.catalog-product__models-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 2px;
}
.catalog-product__models-tag {
  background: #09b4ea;
  color: #FFFFFF;
  padding: 0 5px;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  margin-bottom: 10px;
  display: inline-block;
  border: 0;
  border-radius: 30px;
}
.catalog-product__models-tag___green {
  background: #44C277;
}
.catalog-product__models-favorite {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.catalog-product__models-image {
  margin-bottom: 12px;
}
.catalog-product__models-brand {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
  color: #6E757E;
}
.catalog-product__models-price {
  font-size: 14px;
  line-height: 16px;
}
.catalog-product__models-btn {
  padding: 0 15px 15px;
}
.catalog-product__models-btn button {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  background: #0e8db5;
  color: #FFFFFF;
}
.catalog-product__slider {
  position: relative;
  width: calc(100% - 100px);
}
.catalog-product__slider-pagination {
  position: absolute;
  top: calc(50% - 15px);
  cursor: pointer;
  z-index: 101;
}
.catalog-product__slider-pagination___next {
  right: 20px;
}
.catalog-product__slider-pagination___prev {
  left: 20px;
  transform: rotate(180deg);
}
.catalog-product__slider-item img {
  width: 100%;
  object-fit: contain;
}
.catalog-product__vertical {
  width: 90px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .catalog-product__vertical {
    display: none;
  }
}
.catalog-product__vertical .swiper-wrapper {
  height: 100%;
}
.catalog-product__vertical-pagination {
  width: 100%;
  border-radius: 5px;
  border: 0;
  text-align: center;
  /*&___next {
  	margin-top: 10px;

  	svg {
  		transform: rotate(90deg);
  	}
  }

  &___prev {
  	margin-bottom: 10px;

  	svg {
  		transform: rotate(-90deg);
  	}
  }*/
}
.catalog-product__vertical-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.catalog-product__images {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}

.sort {
  position: absolute;
  padding: 16px 0;
  background-color: white;
  z-index: 1001;
  display: block;
  min-width: 215px;
  visibility: hidden;
  opacity: 0;
}
.sort.opened {
  opacity: 1;
  visibility: visible;
}
.sort__item {
  padding: 8px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.sort__item:hover {
  background-color: var(--bg);
  color: var(--accent);
}
.sort .up {
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/arrow.svg");
  background-size: contain;
  display: inline-block;
  margin-right: 2px;
}
.sort .down {
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/arrow.svg");
  background-size: contain;
  transform: rotate(180deg);
  display: inline-block;
  margin-right: 2px;
}

.catalog-top-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-opener {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 21px;
  margin-top: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
@media screen and (min-width: 993px) {
  .filter-opener {
    display: none;
  }
}
.filter-opener svg {
  margin-right: 8px;
}

.market__sort {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 21px;
  margin-top: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.market__sort .up {
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/arrow.svg");
  background-size: contain;
  display: inline-block;
  margin-right: 2px;
}
.market__sort .down {
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/arrow.svg");
  background-size: contain;
  transform: rotate(180deg);
  display: inline-block;
  margin-right: 2px;
}

.ts_content_flexspread {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

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