@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("fonts/HelveticaNeueCyr-Medium.eot");
  src: local("HelveticaNeueCyr-Medium"), url("fonts/HelveticaNeueCyr-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueCyr-Medium.woff") format("woff"), url("fonts/HelveticaNeueCyr-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("fonts/HelveticaNeueCyr-Roman.eot");
  src: local("HelveticaNeueCyr-Roman"), url("fonts/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("fonts/HelveticaNeueCyr-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("fonts/HelveticaNeueCyr-Bold.eot");
  src: local("HelveticaNeueCyr-Bold"), url("fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("fonts/HelveticaNeueCyr-Light.eot");
  src: local("HelveticaNeueCyr-Light"), url("fonts/HelveticaNeueCyr-Light.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueCyr-Light.woff") format("woff"), url("fonts/HelveticaNeueCyr-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

body {
  font-family: "HelveticaNeueCyr", sans-serif;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: none;
}

.page {
  overflow: hidden;
}

.container {
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 15px;
}

.top-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 30px;
}

.top-navigation li a {
  font-size: 14px;
  color: #6C6F71;
  text-decoration: none;
}

.topbar {
  border-bottom: 1px solid #EBEEF0;
}

.topbar-row {
  display: flex;
  align-items: center;
  height: 50px;
}

.topbar-contacts {
  margin-left: auto;
  gap: 15px;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #4E5760;
}

.topbar-contacts span {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.topbar-contacts__info {
  display: flex;
  gap: 15px;
  align-items: center;
}

.button {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.button.button-small {
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  background: #F2F6FC;
  padding: 0 12px;
  font-size: 11px;
  font-weight: 700;
  color: #2A5E8D;
  text-transform: uppercase;
}

.button.button-primary {
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #062350;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  padding: 0 25px 0 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.button.button-primary i {
  margin: -2px 0 0 25px;
}

.button.product-add {
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #203563;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 0 17px;
  transition: all ease 0.3s;
  gap: 11px;
}

.button.button-white {
  height: 45px;
  background: #F6F8FB;
  color: #117FE3;
  font-size: 14px;
  font-weight: 500;
  line-height: 45px;
  padding: 0 20px;
  border-radius: 6px;
}

.button.button-white-large {
  height: 44px;
  line-height: 44px;
  background: #fff;
  color: #032252;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 47px;
  border-radius: 4px;
}

.icon-cart {
  display: inline-block;
  width: 24px;
  height: 20px;
  background: url(../images/cart.svg) no-repeat center;
}

.icon-arrow4 {
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(../images/arrow4.svg) no-repeat center;
}

.header {
  position: relative;
  z-index: 99;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  gap: 15px;
}

.catalog-btn {
  display: flex;
  align-items: center;
  height: 52px;
  padding: 0 29px;
  background: #203563;
  border-radius: 8px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  gap: 17px;
}

.catalog-btn.active .catalog-icon:before {
  transform: rotate(45deg);
  top: 40%;
}

.catalog-btn.active .catalog-icon:after {
  transform: rotate(-45deg);
  bottom: 40%;
}

.catalog-icon {
  position: relative;
  width: 20px;
  height: 10px;
  display: block;
}

.catalog-icon:before,
.catalog-icon:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: all ease 0.3s;
}

.catalog-icon:before {
  top: 0;
}

.catalog-icon:after {
  bottom: 0;
}

.header-search {
  max-width: 722px;
  width: 100%;
  background: #203563;
  padding: 3px;
  border-radius: 8px;
  display: flex;
}

.header-search__input {
  height: 46px;
  border: none;
  border-radius: 6px;
  flex: 1;
  font-size: 14px;
  font-family: "HelveticaNeueCyr", sans-serif;
  padding: 0 15px;
}

.header-search__input::placeholder {
  color: #A0A3A5;
}

.header-search__btn {
  width: 56px;
  background: url(../images/search.svg) no-repeat center;
  border: none;
  cursor: pointer;
}

.header-control {
  display: flex;
  gap: 27px;
}

.header-control a {
  text-align: center;
  color: #6B7076;
  text-decoration: none;
  font-size: 14px;
}

.header-control a span {
  display: block;
  margin-top: 5px;
  white-space: nowrap;
}

.icon-gift {
  display: inline-block;
  width: 35px;
  height: 25px;
  background: url(../images/gift.svg) no-repeat center;
}

.icon-user {
  display: inline-block;
  width: 35px;
  height: 25px;
  background: url(../images/user.svg) no-repeat center;
}

.catalog-drop {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 25px 0;
  background: #F9FAFB;
  display: none;
  z-index: 2;
  box-shadow: 0 9px 15px rgba(0, 0, 0, 0.09);
}

.catalog-drop__row {
  display: flex;
}

.catalog-menu {
  width: 350px;
}

.catalog-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  position: relative;
}

.catalog-menu__list>li {
  border-bottom: 1px solid #EBF2F6;
}

.catalog-menu__list>li>a {
  display: block;
  padding: 15px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: #272A2C;
  text-decoration: none;
  position: relative;
}

.catalog-menu__list>li>a:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 8px;
  background: url(../images/arrow1.svg) no-repeat center;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

@media (min-width: 992px) {
  .catalog-menu__list>li:hover .catalog-menu__sublist {
    display: block !important;
  }

  .catalog-menu__list>li:hover>a {
    background: #7DB6CF;
    background: linear-gradient(90deg, rgb(125, 182, 207) 0%, rgb(29, 47, 95) 100%);
  }

  .catalog-menu__list>li:hover>a:after {
    background-image: url(../images/arrow2.svg);
  }

  .catalog-menu__sublist>li:hover .catalog-menu__subsubdrop {
    display: flex !important;
  }

  .catalog-menu__sublist>li:hover>a {
    color: #186FD4;
  }

  .catalog-menu__sublist>li:hover>a:after {
    background-image: url(../images/arrow3.svg);
  }
}

.catalog-menu__sublist {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 100%;
  margin-left: 30px;
  background: #fff;
  width: 100%;
  top: 0;
  display: none;
  min-height: 100%;
}

.catalog-menu__sublist:before {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 100%;
  top: 0;
  left: -30px;
}

.catalog-menu__sublist>li>a {
  display: block;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 500;
  color: #272A2C;
  text-decoration: none;
  position: relative;
}

.catalog-menu__sublist>li>a:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 8px;
  background: url(../images/arrow1.svg) no-repeat center;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

.catalog-menu__subsubdrop {
  position: absolute;
  left: 100%;
  margin-left: 30px;
  top: 0;
  width: calc(200% + 30px);
  display: none;
}

.catalog-menu__subsubdrop:before {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 100%;
  top: 0;
  left: -30px;
}

.catalog-menu__subsublist {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 330px;
  padding: 15px;
}

.catalog-menu__subsublist li {
  margin-bottom: 20px;
}

.catalog-menu__subsublist li:last-child {
  margin-bottom: 0;
}

.catalog-menu__subsublist li a {
  font-size: 15px;
  color: #26292D;
  text-decoration: none;
}

.catalog-menu__subsublist li a:hover {
  color: #186FD4;
}

.main-slider__item {
  display: flex;
  align-items: center;
}

.main-slider__item-img {
  width: 61.11%;
}

.main-slider__item-img img {
  display: block;
  width: 100%;
  border-radius: 0 10px 10px 0;
}

.main-slider__item-text {
  flex: 1;
  padding: 0 40px 0 60px;
  color: #2C333D;
}

.main-slider__item-text h3 {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
}

.main-slider__item-text p {
  font-size: 17px;
  line-height: 150%;
}

.main-slider {
  position: relative;
}

.main-slider .swiper-button-next,
.main-slider .swiper-button-prev {
  width: 60px;
  height: 60px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
  z-index: 4;
  border-radius: 50%;
  background: #fff url(../images/slider-arrow.svg) no-repeat center;
}

.main-slider .swiper-button-next:after,
.main-slider .swiper-button-prev:after {
  display: none;
}

.main-slider .swiper-button-prev {
  left: -30px;
}

.main-slider .swiper-button-next {
  right: -30px;
  transform: rotate(180deg);
}

.main-slider .swiper-pagination {
  bottom: -40px !important;
}

.main-slider .swiper-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background: transparent;
  border: 3px solid #D8D8D8;
  opacity: 1;
}

.main-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #117FE3;
}

.section-slider {
  margin-bottom: 50px;
}

.section-title {
  font-size: 33px;
  font-weight: 700;
  color: #2C333D;
  margin-bottom: 30px;
}

.section-tabs__list {
  display: flex;
  margin: 0;
  padding: 2px 0;
  list-style: none;
  gap: 10px;
  margin-bottom: 50px;
  overflow: auto;
}

.section-tabs__list li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #5B5B5C;
  text-decoration: none;
  height: 45px;
  border: 1px solid #F2F4F5;
  border-radius: 6px;
  line-height: 45px;
  padding: 0 20px;
  white-space: nowrap;
}

.section-tabs__list li a.active {
  background: #F6F8FB;
  border-color: #F6F8FB;
  color: #117FE3;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.products-col {
  width: 20%;
  padding: 0 10px;
}

.products-row {
  margin: 0 -10px;
}

.product-item {
  position: relative;
  padding: 0 15px;
  margin-bottom: 30px;
}

.product-item.discount {
  border: 2px solid #203563;
  border-radius: 8px;
  padding: 25px 20px 0 20px;
}

.product-item.discount .product-item__img {
  margin-bottom: 15px;
}

.product-item.discount .product-item__img .product-item__img-link {
  height: 166px;
}

.product-item.discount .product-item__title {
  text-align: center;
}

.product-item.discount .product-item__btn {
  margin: 0 -20px;
}

.product-item.discount .product-item__btn .product-add {
  width: 100%;
  border-radius: 0 0 5px 5px;
}

.product-item.discount .product-item__price {
  justify-content: center;
  color: #1B9665;
  font-size: 24px;
}

.product-item.discount .product-item__price span {
  font-size: 17px;
}

.product-item__img {
  margin-bottom: 10px;
}

.product-item__img .product-item__img-link {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 232px;
}

.product-item__img .product-item__img-link img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.product-item__art {
  color: #A8ADB2;
  font-size: 13px;
  margin-bottom: 20px;
}

.product-item__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 26px;
}

.product-item__title a {
  text-decoration: none;
  color: #000;
}

.product-item__price {
  font-size: 20px;
  font-weight: 500;
  color: #003B73;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.product-item__price span {
  color: #8F9296;
  font-size: 15px;
  text-decoration: line-through;
  font-weight: 400;
}

.product-item__tags {
  position: absolute;
  z-index: 2;
  display: flex;
  gap: 10px;
  left: 0;
  top: 0;
}

.product-item__tags span {
  display: block;
  height: 31px;
  line-height: 28px;
  padding: 0 8px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid transparent;
}

.product-item__tags span.tag-bestseller {
  border-color: #FF9900;
  color: #FF9900;
}

.product-item__tags span.tag-sale {
  border-color: #EE063E;
  color: #EE063E;
}

.product-item__tags span.tag-new {
  color: #1B9665;
  border-color: #1B9665;
}

.product-item-discount__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 25px;
  padding: 0 10px;
}

.section-tabs__toggle {
  display: none;
}

section {
  margin-bottom: 50px;
}

.section-title__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.section-title__row .section-title {
  margin-bottom: 0;
}

.section-news {
  background: rgba(32, 53, 99, 0.1);
  padding: 50px 0;
  margin-bottom: 0;
}

.news-item__img {
  margin-bottom: 17px;
}

.news-item__img a {
  display: inline-block;
}

.news-item__img img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.news-item__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 12px;
}

.news-item__title a {
  color: #2C333D;
  text-decoration: none;
}

.news-item p {
  font-size: 16px;
  color: #393939;
  line-height: 23px;
  margin: 0 0 10px;
}

.news-item__date {
  font-size: 13px;
}

.footer {
  background: #040C1F;
  color: #fff;
}

.footer-top {
  padding: 40px 0;
  border-bottom: 1px solid #DCE1E7;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.footer-logo {
  display: flex;
  align-items: center;
}

.footer-logo a {
  display: inline-block;
  margin-right: 55px;
}

.footer-logo img {
  display: block;
}

.footer-logo span {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}

.footer-contacts {
  margin-right: 149px;
}

.footer-contacts span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 7px;
}

.footer-contacts a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.footer-info {
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer-phone a {
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.footer-phone span {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}

.footer-row {
  display: flex;
  margin-bottom: 40px;
}

.footer-row h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 25px;
}

.footer-col1 {
  width: 100%;
  max-width: 650px;
}

.footer-col1 .footer-navigation {
  width: 50%;
}

.footer-navigation__row {
  display: flex;
}

.footer-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-right: 20px;
}

.footer-navigation:last-child {
  padding-right: 0;
}

.footer-navigation li {
  margin-bottom: 25px;
}

.footer-navigation li a {
  color: #fff;
  text-decoration: none;
}

.footer-navigation li a:hover {
  text-decoration: underline;
}

.footer-col2 {
  width: 100%;
}

.footer-col2 .footer-navigation {
  width: 33.333%;
}

.footer-bottom {
  display: flex;
  justify-content: flex-end;
  padding: 27px 0;
  border-top: 1px solid #DCE1E7;
}

.footer-bottom a {
  font-size: 14px;
  color: #fff;
  margin-left: 1em;
}

.footer-bottom a:hover {
  text-decoration: none;
}

.menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 18px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin-right: 30px;
  position: relative;
  z-index: 101;
  display: none;
}

.menu-btn span {
  background: #000;
  height: 1px;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  width: 100%;
}

.menu-btn span:nth-child(2) {
  width: 65%;
}

.menu-btn.active span:nth-child(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(4px, 1px);
  width: 50%;
}

.menu-btn.active span:nth-child(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
  width: 100%;
}

.menu-btn.active span:nth-child(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(12px, -3px) rotatez(45deg);
}

.xs-hide {
  display: none;
}

.breadcrumbs {
  margin-bottom: 30px;
}

.breadcrumbs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 15px;
}

.breadcrumbs-list li {
  margin-right: 20px;
  color: #91969D;
}

.breadcrumbs-list li a {
  margin-right: 20px;
  color: #2C333D;
  text-decoration: none;
}

.page-title {
  margin-bottom: 60px;
  font-size: 48px;
  font-weight: 700;
  color: #2C333D;
}

.sidebar {
  width: 356px;
}

.sidebar-wrapp {
  padding: 30px 25px;
  background: #7DB6CF;
  background: linear-gradient(150deg, rgb(125, 182, 207) 31%, rgb(29, 47, 95) 67%);
}

.sidebar-title {
  display: none;
}

.filter {
  margin-bottom: 40px;
  padding-bottom: 1px;
}

.filter-title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

.filter-title:after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url(../images/down.svg) no-repeat center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}

.filter-title.active:after {
  transform: rotate(180deg);
}

.filter-range__row {
  display: flex;
  justify-content: space-between;
}

.filter-range__row div {
  height: 52px;
  border: 1px solid #DFE0E2;
  border-radius: 6px;
  line-height: 52px;
  padding: 0 15px;
  color: #A7AAAE;
  font-size: 15px;
  width: 45%;
}

.filter-range__row div span {
  font-size: 16px;
  color: #fff;
}

.irs--flat .irs-line {
  height: 2px;
  background: #DFE0E2;
}

.irs--flat .irs-bar {
  height: 2px;
  background: #186FD4;
}

.irs--flat .irs-handle>i:first-child {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #186FD4;
  left: 0;
}

.irs--flat .irs-handle {
  top: 16px;
  cursor: pointer;
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
  background: #186FD4;
}

.filter-checkbox {
  margin-bottom: 15px;
}

.filter-checkbox input {
  display: none;
}

.filter-checkbox input:checked+label:before {
  content: "";
  background: #186FD4 url(../images/check.svg) no-repeat center;
  border-color: #186FD4;
}

.filter-checkbox label {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
}

.filter-checkbox label:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DFE0E2;
  margin-right: 13px;
}

.filter-content__toggle {
  display: none;
}

.filter-content__more {
  color: #117FE3;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.filter-content {
  /* display: none; */
  padding-top: 18px;
}

.catalog-content {
  flex: 1;
  padding-left: 15px;
}

.catalog-row .products-col {
  width: 25%;
}

.catalog-row .product-item__tags {
  position: static;
  margin-bottom: 15px;
  padding: 0 15px;
}

.catalog-row .product-item__img-link {
  height: 161px;
}

.catalog-filter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.catalog-sort {
  display: flex;
  align-items: center;
  gap: 10px;
}

.catalog-sort span {
  font-size: 15px;
}

.jq-selectbox {
  position: relative;
}

.jq-selectbox select {
  display: none;
}

.jq-selectbox__select {
  height: 46px;
  line-height: 44px;
  border: 1px solid #DFE0E2;
  border-radius: 6px;
  padding: 0 40px 0 20px;
  font-size: 15px;
  position: relative;
  cursor: pointer;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../images/down.svg) no-repeat center;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}

.jq-selectbox__dropdown {
  position: absolute;
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.jq-selectbox__dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jq-selectbox__dropdown ul li {
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 15px;
}

.jq-selectbox__dropdown ul li:last-child {
  margin-bottom: 0;
}

.catalog-count {
  display: flex;
  align-items: center;
  gap: 10px;
}

.catalog-count__list {
  display: flex;
  gap: 10px;
}

.catalog-count__list a {
  display: inline-block;
  height: 45px;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  background: #fff;
  color: #414141;
  font-size: 15px;
  line-height: 43px;
  text-decoration: none;
  width: 50px;
  text-align: center;
}

.catalog-count__list a.active {
  background: #F6F8FB;
  border-color: #F6F8FB;
  color: #186FD4;
}

.catalog-tags {
  display: flex;
  gap: 10px;
  margin-bottom: 44px;
  flex-wrap: wrap;
}

.catalog-tag {
  display: inline-block;
  height: 45px;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  background: #fff;
  color: #414141;
  font-size: 14px;
  font-weight: 500;
  line-height: 43px;
  text-decoration: none;
  padding: 0 35px 0 20px;
  text-align: center;
  position: relative;
  white-space: nowrap;
}

.catalog-tag__close {
  width: 10px;
  height: 10px;
  background: url(../images/cross.svg) no-repeat center;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}

.catalog-tag__reset {
  display: inline-block;
  height: 45px;
  border-radius: 6px;
  background: #F6F8FB;
  color: #117FE3;
  font-size: 14px;
  font-weight: 500;
  line-height: 45px;
  text-decoration: none;
  padding: 0 35px 0 20px;
  text-align: center;
  position: relative;
}

.catalog-tag__reset:before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/cross2.svg) no-repeat center;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}

.catalog {
  margin-bottom: 50px;
}

.product-title {
  font-size: 33px;
  font-weight: 700;
  color: #2C333D;
  margin-bottom: 40px;
}

.product-img {
  display: flex;
  gap: 70px;
}

.product-thumbs {
  width: 100px;
  position: relative;
}

.product-thumbs .swiper {
  height: 544px;
}

.product-thumbs .swiper-slide {
  height: 74px !important;
  display: flex;
}

.product-thumbs .swiper-slide img {
  height: 100%;
  object-fit: cover;
}

.product-slider {
  flex-grow: 1;
  max-width: 542px;
}

.product-slider img {
  width: 100%;
}

.product-thumbs__item {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 6px;
}

.product-thumbs__item img {
  width: auto;
  height: 100%;
}

.swiper-slide-thumb-active .product-thumbs__item {
  border-color: #186FD4;
}

.button-prev,
.button-next {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/down2.svg) no-repeat center;
  left: 50%;
  margin-left: -10px;
  z-index: 2;
  cursor: pointer;
}

.button-prev.swiper-button-disabled,
.button-next.swiper-button-disabled {
  display: none;
}

.button-prev {
  top: -20px;
  transform: rotate(180deg);
}

.button-next {
  bottom: -20px;
}

.product-slider__link {
  display: block;
  position: relative;
}

.product-slider__link:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../images/zoom.svg) no-repeat center;
  z-index: 2;
  bottom: 20px;
  left: 20px;
}

.product-detail {
  box-shadow: 0 4px 19px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  padding: 25px;
  min-width: 350px;
}

.product {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  margin-bottom: 65px;
}

.product-detail__art {
  color: #787C80;
  font-size: 14px;
  margin-bottom: 15px;
}

.product-detail__availability {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  margin-bottom: 15px;
}

.icon-check2 {
  width: 12px;
  height: 10px;
  background: url(../images/check2.svg) no-repeat center;
  display: block;
}

.product-detail__price {
  color: #003B73;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}

.product-detail__price sup {
  color: #8F9296;
  font-size: 17px;
  text-decoration: line-through;
  font-weight: 400;
}

.product-detail__sku {
  margin-bottom: 15px;
}

.product-detail-button-container {
  text-align: center;
}

.product-detail-button-container .btn.btn-primary {
  background: #203563;
  color: #fff;
  font-family: "HelveticaNeueCyr", sans-serif;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 0 17px;
  transition: all ease 0.3s;
  gap: 11px;
  outline: none;
  border: none;
  cursor: pointer;
}

/*Product Detail Amount*/
.product-detail-quantity-container .product-item-amount {
  padding: 0 0 2px;
  text-align: center;
}

.product-detail-quantity-container .product-item-amount-field-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 120px;
  margin: 0 auto 15px;
}


.product-detail-quantity-container .product-item-amount-field-btn-plus,
.product-detail-quantity-container .product-item-amount-field-btn-minus {
  position: relative;
  display: block;
  min-width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 1px solid #203563;
  transition: border 300ms ease, background-color 300ms ease;
}

.bx-retina .product-detail-quantity-container .product-item-amount-field-btn-plus,
.bx-retina .product-detail-quantity-container .product-item-amount-field-btn-minus {
  border-width: .5px;
}

.product-detail-quantity-container .product-item-amount-field-btn-plus:hover,
.product-detail-quantity-container .product-item-amount-field-btn-minus:hover {
  background-color: #203563;
}

.product-detail-quantity-container .product-item-amount-field-btn-plus svg,
.product-detail-quantity-container .product-item-amount-field-btn-minus svg {
  stroke: #203563;
  stroke-width: 2;
  /* transition: 0.5s; */
  margin: 3px;
  fill: none;
  height: 24px;
  width: 24px;
}

.product-detail-quantity-container .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus,
.product-detail-quantity-container .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus {
  cursor: default;
}

.product-detail-quantity-container .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus svg,
.product-detail-quantity-container .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus svg {
  stroke: #A8ADB2;
}

.product-detail-quantity-container .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-detail-quantity-container .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
  background-color: inherit;
}

.product-detail-quantity-container .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover svg,
.product-detail-quantity-container .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover svg {
  stroke: #A8ADB2;
}

.product-detail-quantity-container .product-item-amount-field-btn-plus:hover svg,
.product-detail-quantity-container .product-item-amount-field-btn-minus:hover svg {
  stroke: #FFF;
}

.product-detail-quantity-container .product-item-amount-field-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-detail-quantity-container .product-item-amount-field {
  display: block;
  padding: 0;
  width: 100%;
  height: 30px;
  border: 1px solid #203563;
  border-left: none;
  border-right: none;
  background: transparent !important;
  color: #000;
  text-align: center;
  font-weight: bold;
  line-height: 22px;
  transition: border 300ms ease;
}

.bx-retina .product-detail-quantity-container .product-item-amount-field {
  border-width: .5px;
}

.product-detail-quantity-container .product-item-amount-field:focus {
  outline: none !important;
}

.bx-no-touch .product-detail-quantity-container input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch .product-detail-quantity-container input.product-item-amount-field::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none
}

.product-detail-quantity-container .product-item-amount-description-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: #a5a5a5;
  white-space: nowrap;
  font-size: 12px;
}

.product-detail-quantity-container .product-item-amount-description-container strong {
  color: #333;
  white-space: nowrap;
}

.product-detail-quantity-container .product-item-amount-label-container {
  margin: 5px 0;
  color: #a5a5a5;
  font-weight: bold;
  font-size: 12px;
}



.product-detail__btn {
  margin-top: 100px;
}

.product-detail__btn .product-add {
  height: 62px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}

.product-characteristics {
  padding: 45px 0;
  margin-bottom: 50px;
  background: #7DB6CF;
  background: linear-gradient(129deg, rgb(125, 182, 207) 15%, rgb(29, 47, 95) 49%);
}

.product-characteristic__tabs {
  display: flex;
  max-width: 1620px;
  margin: 0 auto -1px;
  padding: 0 15px;
  list-style: none;
}

.product-characteristic__tabs li a {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  padding: 25px 15px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  display: block;
}

.product-characteristic__tabs li a.active {
  border-color: #EE0906;
}

.product-characteristic__top {
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}

.product-characteristic__detail {
  color: #fff;
}

.product-characteristic__detail h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
}

.product-characteristic__row {
  display: flex;
  gap: 95px;
}

.product-characteristic__list {
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-characteristic__list li {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 20px;
}

.product-characteristic__list li:last-child {
  margin-bottom: 0;
}

.product-characteristic__list li:before {
  content: "";
  display: block;
  flex: 1;
  order: 2;
  border-bottom: 1px dashed #D1D1D1;
  margin: 0 10px;
}

.product-characteristic__list li span:first-child {
  order: 1;
}

.product-characteristic__list li span:last-child {
  order: 3;
}

.product-characteristic__toggle {
  display: none;
}

.product-characteristic__text {
  color: #fff;
  max-width: 50%;
}

.about {
  display: flex;
  padding-left: calc((100vw - 1620px) / 2);
  gap: 50px;
  margin-bottom: 80px;
}

.about-text {
  padding-left: 7px;
  flex: 1;
}

.about-text h3 {
  font-size: 48px;
  margin: 0 0 20px;
  color: #2C333D;
}

.about-text h4 {
  margin: 0 0 10px;
  color: #2C333D;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.about-text p {
  color: #2C333D;
  line-height: 27px;
  margin: 0;
}

.about-img {
  min-width: 820px;
}

.about-img img {
  display: block;
  width: 100%;
}

.section-about {
  background: #7DB6CF;
  background: linear-gradient(129deg, rgb(125, 182, 207) 15%, rgb(29, 47, 95) 49%);
  padding: 50px 0;
  color: #fff;
  margin-bottom: 0;
}

.section-about h3 {
  font-size: 33px;
  font-weight: 700;
  margin: 0 0 45px;
}

.section-about__row {
  display: flex;
  gap: 97px;
}

.about-col {
  flex: 1;
}

.about-item {
  display: flex;
}

.about-item__text h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 15px;
}

.about-item__text p {
  font-size: 15px;
  line-height: 27px;
  margin: 0;
}

.about-item__img {
  margin-right: 15px;
}


/* POPUPS */
.popup-link {
  cursor: pointer;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
  background: rgba(0, 0, 0, 0.4);
  max-height: 100%;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup__wraper {
  width: 95%;
  max-width: 880px;
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
}

.popup__wraper.center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.popup__body {
  position: relative;
  width: 100%;
  background: #fff url(../img/bg.svg);
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  transform: scale(0);
  transition: 0.5s;
  display: flex;
  flex-direction: column;
}

.popup.active .popup__body {
  transform: scale(1);
}

.popup.popup-mini .popup__wraper .popup__content {
  max-height: 90vh;
  overflow: auto;
}

.popup__head {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e2e2e2;
}

.popup__title {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 20px;
  color: #242525;
  line-height: 140%;
}

.popup__close {
  cursor: pointer;
  padding: 4px;
}

.popup__close:before {
  font-size: 14px;
  color: #6f7373;
}

.popup.popup-mini .popup__wraper {
  max-width: 430px;
  max-height: 100vh;
}

.popup-btns {
  display: flex;
  width: 100%;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.popup-btns .btn {
  margin: 0 10px 10px 0;
}


/* BUY BY ONE_CLICK */
.buy-one-click {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.buy-one-click .mini-card {
  margin: 0 0 24px 0;
}

.buy-one-click__left {
  width: 50%;
  border-right: 1px solid #e2e2e2;
  padding: 0 24px 0 0;
}

.buy-one-click__left input {
  margin: 0 0 24px 0;
}

.buy-one-click__title {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 17px;
  color: #242525;
  line-height: 140%;
  margin: 0 0 24px 0;
}

.buy-one-click__attention {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 14px;
  color: #646567;
  line-height: 140%;
  display: flex;
}

.buy-one-click__attention:before {
  font-size: 20px;
  margin-right: 14px;
  display: block;
}

.buy-one-click__right {
  padding: 0 0 0 24px;
  width: 50%;
}

.buy-one-click__footer {
  border-top: 1px solid #e2e2e2;
  width: 100%;
  padding: 24px 0 0 0;
  margin: 24px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.buy-one-click__itog {
  display: flex;
  align-items: center;
  background: rgba(245, 201, 70, 0.12);
  border-radius: 8px;
  padding: 16px;
}

.buy-one-click__price {
  margin: 0 20px 0 0;
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 16px;
  color: #242525;
  line-height: 140%;
}

.buy-one-click__price span {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 20px;
  color: #242525;
  line-height: 140%;
}

.mini-card {
  width: 100%;
}

.mini-card__img {
  margin: 0 16px 0 0;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
}

.mini-card__wraper {
  display: flex;
  width: 100%;
}

.mini-card__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}

.mini-card__title {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 16px;
  color: #242525;
  line-height: 140%;
}

.mini-card__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.mini-card__info p {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 14px;
  color: #646567;
  line-height: 140%;
}

.mini-card__info p span {
  color: #242525;
}

.mini-card__info p:first-child {
  padding-right: 12px;
  border-right: 1px solid #e2e2e2;
  margin-right: 12px;
}

.mini-card__old {
  color: #646567;
  text-decoration: line-through;
}

.mini-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mini-card__price {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 17px;
  color: #242525;
  line-height: 140%;
}

.mini-card__del:before {
  font-size: 14px;
  color: #d75637;
  display: block;
  transition: 0.3s;
}

.mini-card__del:hover:before {
  color: red;
}

.mini-card__btn {
  margin: 18px 0 0 0;
  display: flex;
  align-items: center;
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
  color: #b3b3b3;
  line-height: 140%;
}

.mini-card__btn span:before {
  margin-left: 5px;
  font-size: 20px;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

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