@import "assets/css/font-awesome.css";
@import "assets/css/idealistsans.css";
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
  -webkit-overflow-scrolling: touch;
}
*:hover,
*:before:hover,
*:after:hover {
  outline: none;
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}
html.prevent-scroll,
body.prevent-scroll {
  overflow: hidden !important;
}

* {
  font-family: "Idealist Sans", sans-serif;
}

body {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #000;
}
body.prevent-scroll {
  overflow: hidden;
}
body.prevent-scroll-x {
  overflow-x: hidden;
}
@media (min-width: 1080px) {
  body {
    font-size: 16px;
  }
}

.layout {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.main {
  flex: 1;
}

.hidden {
  display: none !important;
}

.title,
h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}
@media (min-width: 1080px) {
  .title,
  h1 {
    margin-bottom: 29px;
    font-size: 36px;
    line-height: 43px;
  }
}

h2,
.h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 18px;
}
@media (min-width: 1080px) {
  h2,
  .h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
  }
}

a {
  color: #000;
}
a:hover {
  text-decoration: none;
}

p {
  margin: 18px 0;
}

.container {
  padding: 0 20px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 1080px) {
  .container {
    padding: 0 40px;
  }
}

img {
  vertical-align: middle;
}

.empty-btn {
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  text-decoration: none;
  color: #9f9f9f;
  font-size: 18px;
  font-weight: 400;
}
.empty-btn span {
  color: rgb(82.5, 82.5, 82.5);
}
.empty-btn--lower {
  text-transform: none;
  font-size: 12px;
}
.empty-btn--clear {
  color: #007FBB;
  font-size: 16px;
  line-height: 16.14px;
}
.empty-btn--catalog {
  color: #007FBB;
  font-size: 22px;
}

.logout-btn {
  gap: 0;
  font-size: 14px;
}
.logout-btn a {
  color: rgba(0, 0, 0, 0.4);
}

.favorite-btn {
  opacity: 0.5;
  display: inline-block;
  font: normal normal normal 22px/1 FontAwesome;
}
.favorite-btn:hover {
  color: #007FBB;
  opacity: 1;
}
.favorite-btn:after {
  content: "\f004";
  font-family: Font Awesome\ 5 Pro;
  font-weight: 900;
}
.favorite-btn.on {
  color: #007FBB;
  opacity: 1;
}
.favorite-btn.on:hover {
  opacity: 0.5;
  color: rgba(0, 0, 0, 0.4);
}
.favorite-btn.on:after {
  content: "\f004";
}

.btn {
  background: #13931A;
  border: 1px solid #13931A;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 16px;
  padding: 12px 43px;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  transition: all ease 0.2s;
}
.btn:hover {
  transition: all ease 0.2s;
}
.btn:disabled, .btn:disabled:hover {
  background: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  cursor: not-allowed;
}
.btn--double-border {
  border-width: 2px;
}
.btn:hover {
  background: #fff;
  color: #13931A;
}
@media (min-width: 768px) {
  .btn {
    font-size: 20px;
  }
}
.btn--red {
  background: #bb4343;
  border-color: #bb4343;
}
.btn--red:hover {
  color: #bb4343;
}
.btn--white {
  background: #fff;
  color: #000;
  height: 50px;
  font-size: 16px;
}
.btn--white:hover {
  background: #13931A;
  color: #fff;
}
.btn--grey {
  padding: 9px 21px;
  background: #F6F6F6;
  color: #000;
  border-radius: 5px;
  height: auto;
  font-size: 14px;
  font-weight: 300;
  line-height: 22.4px;
  text-align: left;
  border-color: #F6F6F6;
  gap: 9px;
}
.btn--grey .fa {
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
}
.btn--grey:hover {
  background: transparent;
  color: #000;
}
.btn--grey.selected {
  background-color: #007FBB;
  color: #fff;
}
.btn--small {
  height: 50px;
  font-size: 16px;
}
.btn--little, .order__delivery-block .SDEK_selectPVZ {
  height: 40px;
  font-size: 14px;
  padding-left: 18px;
  padding-right: 18px;
}
.btn--fullwidth {
  width: 100%;
}
.btn--wide {
  width: 283px;
}

.blue {
  color: #007FBB;
}

.green {
  color: #13931A;
}

.link-dotted {
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  border-bottom: 1px dotted #000;
  text-decoration: none;
  display: inline-block;
  width: fit-content;
  transition: all ease 0.2s;
}
.link-dotted:hover {
  transition: all ease 0.2s;
}
.link-dotted:hover {
  border-bottom-color: transparent;
}

.main__notification {
  margin-top: 11px;
  margin-bottom: 31px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.main__section {
  margin-bottom: 31px;
}
.main__section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 15px;
}
.main__section-header-link {
  text-decoration: none;
  font-size: 16px;
}
.main__section-header-link:hover {
  text-decoration: underline;
}
.main__section-header .title {
  margin: 0;
}
@media (min-width: 1080px) {
  .main__section {
    margin-bottom: 55px;
  }
}
@media (min-width: 1080px) {
  .main__flex {
    display: flex;
    flex-direction: column;
  }
  .main__flex-catalog {
    order: 2;
  }
  .main__flex-tabs {
    order: 1;
  }
  .main__flex-about {
    order: 4;
  }
  .main__flex-review {
    order: 6;
  }
  .main__flex-news {
    order: 3;
  }
  .main__flex-remarena {
    order: 5;
  }
}

.ul-checked {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}
.ul-checked li {
  margin-bottom: 14px;
  padding-left: 27px;
  position: relative;
}
.ul-checked li:before {
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  background: url("assets/images/icons/check-box.png") no-repeat 50% 50%;
  background-size: cover;
}
@media (min-width: 1440px) {
  .ul-checked {
    font-size: 20px;
  }
  .ul-checked__mb {
    margin-bottom: 40px;
  }
}

ol {
  padding-left: 20px;
}

.text__big {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
  margin-top: 16px;
}
.text__big:first-child {
  margin-top: 0;
}
.text__middle {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
  margin-top: 8px;
}
.text__middle:first-child {
  margin-top: 0;
}
.text__small {
  font-size: 12px;
  line-height: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.text__small:first-child {
  margin-top: 0;
}
@media (min-width: 1080px) {
  .text__big {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 35px;
    margin-top: 35px;
  }
  .text__middle, .text__small {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
    margin-top: 16px;
  }
}

.map {
  height: 382px;
  margin-bottom: 30px;
}
@media (min-width: 1080px) {
  .map {
    height: 598px;
  }
}

blockquote {
  margin: 18px 0;
  background: #F6F6F6;
  padding: 16px;
  border-radius: 5px;
  font-weight: 400;
}
@media (min-width: 1080px) {
  blockquote {
    padding: 27px 30px;
  }
}

.no-underline {
  text-decoration: none;
}

.color-inherit {
  color: inherit;
}

.overflow-auto {
  overflow: auto !important;
}

.need-auth {
  padding: 19px 0 49px;
}

.mw-500 {
  max-width: 500px;
  margin: 0 auto;
}

.wiggle {
  display: inline-block;
  animation: wiggle 1s;
}

.__jivoMobileButton {
  bottom: 70px !important;
}

.ox-hidden {
  overflow-x: hidden;
}

div[data-field=CLIENT_LAST_NAME] {
  overflow: hidden;
  height: 0;
}

.position-relative {
  position: relative;
}

.lh-base {
  line-height: 1.4;
}

@keyframes wiggle {
  0%, 100% {
    transform: rotate(0deg);
  }
  85% {
    transform: rotate(30deg);
  }
  95% {
    transform: rotate(-30deg);
  }
}
@media (min-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .show-sm {
    display: none !important;
  }
}
@media (min-width: 1080px) {
  .hidden-md {
    display: none !important;
  }
}
@media (max-width: 1079px) {
  .show-md {
    display: none !important;
  }
}
:root {
  --swiper-pagination-bottom: 28px;
  --swiper-pagination-bullet-horizontal-gap: 14px;
  --swiper-theme-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-width: 28px;
  --swiper-pagination-bullet-height: 7px;
  --swiper-pagination-bullet-border-radius: 3px;
  --swiper-pagination-bullet-inactive-opacity: 0.32;
}

.swiper-pagination {
  padding-right: 20px;
  text-align: right;
}
.swiper-button {
  position: static;
  text-indent: 100%;
  overflow: hidden;
  background: url("assets/images/icons/arrow.png") no-repeat 50% 50%;
  width: 36px;
  height: 6px;
  padding: 0;
  border: none;
  margin: 0;
}
.swiper-button-next {
  transform: rotate(180deg);
}
.swiper-button:after {
  display: none;
}

@media (min-width: 1080px) {
  :root {
    --swiper-pagination-bottom: 60px;
    --swiper-pagination-bullet-horizontal-gap: 20px;
    --swiper-pagination-bullet-width: 40px;
    --swiper-pagination-bullet-height: 20px;
    --swiper-pagination-bullet-border-radius: 5px;
  }
  .swiper-pagination {
    padding-right: 62px;
  }
}
.header {
  position: relative;
  z-index: 100;
  flex: 0 0 auto;
}
.header .container {
  position: relative;
  z-index: 2;
}
.header .cart-btn {
  position: relative;
}
.header .cart-btn--counter {
  position: absolute;
  top: -7px;
  right: -7px;
  font-size: 12px;
  background: #007FBB;
  color: #fff;
  border-radius: 7px;
  width: 14px;
  height: 14px;
  line-height: 16px;
  text-align: center;
}
.header .logo {
  max-width: 200px;
}
.header__top {
  background: #030303;
  color: #fff;
  padding: 7px 0 8px 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.header__top-contacts {
  display: flex;
  column-gap: 20px;
  row-gap: 12px;
  align-items: center;
  justify-content: flex-end;
}
.header__top-contacts-item {
  display: flex;
  gap: 7px;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  white-space: nowrap;
}
.header__top-contacts-item-icon {
  flex: 0 0 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #007FBB;
  color: #fff;
}
.header__top-contacts-item-icon .fa, .header__top-contacts-item-icon .fab {
  font-size: 9px;
  line-height: 9px;
}
.header__top-contacts-item-icon .fa-envelope, .header__top-contacts-item-icon .fab-envelope {
  font-size: 7px;
}
.header__top-contacts-item-icon-big {
  height: 60px;
  border-radius: 16px;
}
.header__top-contacts-item-icon-big .fa, .header__top-contacts-item-icon-big .fab {
  font-size: 36px;
  line-height: 60px;
  width: 60px;
}
.header__center {
  padding: 16px 0;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  margin-top: 30px;
}
@media (min-width: 1080px) {
  .header__center {
    margin-top: 0;
  }
}
.header__logo {
  flex: 1 1 199px;
  max-width: 199px;
}
.header__logo-img {
  width: 100%;
}
.header__btns {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-end;
}
.header__btns .fa-header {
  font-size: 20px;
  color: #C1C1C1;
}
.header__menu-btn {
  width: 20px;
  height: 19px;
  position: relative;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
.header__menu-btn:before, .header__menu-btn:after, .header__menu-btn-center {
  position: absolute;
  display: block;
  content: "";
  height: 3px;
  background: #007FBB;
  width: 100%;
  left: 0;
  transition: all ease 0.2s;
}
.header__menu-btn:before:hover, .header__menu-btn:after:hover, .header__menu-btn-center:hover {
  transition: all ease 0.2s;
}
.header__menu-btn:before {
  top: 0;
}
.header__menu-btn:after {
  bottom: 0;
}
.header__menu-btn-center {
  top: 50%;
  margin-top: -1px;
}
.header__menu-btn.opened:before {
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
.header__menu-btn.opened:after {
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%) rotate(-45deg);
}
.header__menu-btn.opened .header__menu-btn-center {
  opacity: 0;
}
@media (min-width: 1080px) {
  .header__top-contacts {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .header__top-contacts-item {
    gap: 10px;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    line-height: 21px;
  }
  .header__top-contacts-item--phone {
    font-weight: 400;
  }
  .header__center {
    padding-top: 22px;
    padding-bottom: 30px;
  }
  .header__center-contacts {
    width: fit-content;
  }
}
@media (min-width: 1440px) {
  .header__center {
    gap: 20px;
  }
  .header__center-contacts {
    margin-right: 25px;
  }
  .header__logo {
    margin-right: 52px;
    flex: 0 0 250px;
    max-width: 250px;
  }
}

.top-search {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(100% - 16px);
  left: -20px;
  right: -20px;
  padding: 0 20px 16px 20px;
  background: #fff;
  transition: all ease 0.2s;
}
.top-search:hover {
  transition: all ease 0.2s;
}
.top-search.visible {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.top-search-form {
  position: relative;
}
.top-search-form input {
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  height: 60px;
  padding: 0 60px 0 27px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}
.top-search-form__btn {
  right: 26px;
  top: 0;
  height: 100%;
  z-index: 1;
  padding: 0;
  position: absolute;
}
.top-search-form__pp {
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  background: #fff;
  padding: 18px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
}
.top-search-form__pp-item {
  display: flex;
  align-items: center;
  gap: 9px;
  position: relative;
  padding-bottom: 14px;
  padding-top: 14px;
  color: #000;
  text-decoration: none;
}
.top-search-form__pp-item:after {
  content: "";
  left: 12px;
  right: 12px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  height: 1px;
  position: absolute;
}
.top-search-form__pp-item:last-child {
  padding-bottom: 0;
}
.top-search-form__pp-item:last-child:after {
  display: none;
}
.top-search-form__pp-item-icon {
  flex: 0 0 50px;
  text-align: center;
}
.top-search-form__pp-item-text b {
  text-decoration: underline;
}
.top-search-form__pp-item-category {
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.785em;
  margin-top: 4px;
}
.top-search-form__pp-item-article {
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75em;
  margin-top: 8px;
}
.top-search-form__pp.visible {
  top: calc(100% + 17px);
  opacity: 1;
  visibility: visible;
  max-height: 356px;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .top-search {
    visibility: visible;
    opacity: 1;
    width: auto;
    flex: 1;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding: 0;
  }
  .top-search-form__pp {
    left: -185px;
  }
}

.catalog-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  border-radius: 10px;
  z-index: 100;
  overflow: hidden;
  display: grid;
  grid-template-columns: 320px auto;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #EDEDED;
  transition: all ease 0.2s;
}
.catalog-menu:hover {
  transition: all ease 0.2s;
}
.catalog-menu a {
  text-decoration: none;
}
.catalog-menu__left {
  background: #F0F0F0;
  padding: 24px 15px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
  border-right: 1px solid #EDEDED;
  position: relative;
  z-index: 1;
}
.catalog-menu__left-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  transition: all ease 0.2s;
}
.catalog-menu__left-item:hover {
  transition: all ease 0.2s;
}
.catalog-menu__left-item-icon {
  flex: 0 0 20px;
  height: 20px;
  width: 20px;
}
.catalog-menu__left-item:hover, .catalog-menu__left-item.selected {
  background: rgba(217, 217, 217, 0.6);
}
.catalog-menu__right {
  background: #fff;
}
.catalog-menu__right-title {
  margin-bottom: 5px;
}
.catalog-menu__right-body {
  display: none;
}
.catalog-menu__right-body.selected {
  display: block;
}
.catalog-menu__right-menu {
  padding: 37px 20px;
}
.catalog-menu__right-menu-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.catalog-menu__right-menu-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.catalog-menu__right-menu-item-title {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 5px;
  color: #000;
  transition: all ease 0.2s;
}
.catalog-menu__right-menu-item-title:hover {
  transition: all ease 0.2s;
}
.catalog-menu__right-menu-item-title-icon {
  height: 20px;
  width: 20px;
}
.catalog-menu__right-menu-item-list-item {
  display: block;
  color: #000;
  margin-bottom: 5px;
  transition: all ease 0.2s;
}
.catalog-menu__right-menu-item-list-item:hover {
  transition: all ease 0.2s;
}
.catalog-menu__right-brands {
  border-left: 1px solid #EDEDED;
  padding: 38px 0;
  text-align: center;
}
.catalog-menu__right-brands-body {
  display: none;
  flex-direction: column;
  gap: 23px;
  align-items: center;
  justify-content: center;
}
.catalog-menu__right-brands-body.selected {
  display: flex;
}
@media (min-width: 1080px) {
  .catalog-menu__left-item {
    font-size: 18px;
    line-height: 18px;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .catalog-menu__left-item-icon {
    flex: 0 0 30px;
    height: 30px;
    width: 30px;
  }
  .catalog-menu__right-title {
    margin-left: 10px;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 30px;
  }
  .catalog-menu__right-menu-item-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 17.6px;
  }
  .catalog-menu__right-menu-item-title-icon {
    height: 30px;
    width: 30px;
  }
  .catalog-menu__right-menu-item-list-item {
    font-size: 16px;
    font-weight: 300;
    line-height: 17.6px;
    margin-bottom: 10px;
    transition: all ease 0.2s;
  }
  .catalog-menu__right-menu-item-list-item:hover {
    transition: all ease 0.2s;
  }
}

.opened .catalog-menu {
  top: calc(100% + 16px);
  visibility: visible;
  opacity: 1;
}

.menu {
  display: none;
  margin-bottom: 12px;
}
.menu__wrap {
  display: flex;
  gap: 20px;
  position: relative;
  align-items: center;
}
.menu__toggle-personal {
  padding: 12px 23px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: none;
  border-radius: 10px;
  height: 50px;
  background: #C1C1C1;
  cursor: pointer;
  margin-left: 20px;
}
.menu__toggle-personal:hover {
  background: rgb(144.25, 144.25, 144.25);
}
.menu__toggle-catalog {
  padding: 12px 23px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: none;
  border-radius: 10px;
  height: 50px;
  background: #13931A;
  cursor: pointer;
  width: 160px;
}
.menu__toggle-catalog:hover {
  background: rgb(16.0813253012, 124.4186746988, 22.0060240964);
}
.menu__toggle-catalog-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}
.menu__toggle-catalog-icon--close {
  display: none;
}
.menu__main {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  gap: 50px;
}
.menu__main a {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}
.menu.opened .menu__toggle-catalog-icon--close {
  display: block;
}
.menu.opened .menu__toggle-catalog-icon--menu {
  display: none;
}
@media (min-width: 1080px) {
  .menu {
    display: block;
  }
  .menu__wrap {
    gap: 30px;
  }
}

.personal-menu-wrapper {
  position: relative;
}

.personal-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  border-radius: 10px;
  z-index: 100;
  overflow: hidden;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #EDEDED;
  padding: 6px;
  margin-top: 5px;
}
.personal-menu a {
  display: block;
  padding: 12px 6px;
  border-radius: 9px;
  white-space: nowrap;
  text-decoration: none;
}
.personal-menu a i {
  color: #C1C1C1;
}
.personal-menu a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.opened .personal-menu {
  visibility: visible;
  opacity: 1;
}

.personal__dropdown-item-logout {
  color: #BB0003;
}
.personal__dropdown-item-logout i {
  color: rgb(234.6, 178.5, 179.4) !important;
}
.personal__dropdown-item-logout:hover {
  background: rgb(248.2, 229.5, 229.8) !important;
}

.mobile-menu {
  position: fixed;
  z-index: 2000;
  right: 0;
  top: 109px;
  padding-top: 5px;
  height: calc(100vh - 100px);
  background: #fff;
  overflow-y: auto;
  width: 100%;
  transform: translate(100%, 0);
  transition: all ease 0.2s;
}
.mobile-menu:hover {
  transition: all ease 0.2s;
}
.mobile-menu.opened {
  transform: translate(0, 0);
}
.mobile-menu__top {
  margin-top: 32px;
  margin-bottom: 16px;
}
.mobile-menu__top-item {
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
}
.mobile-menu__accordion {
  border-bottom: 1px solid #CACACA;
  padding-bottom: 5px;
  margin-bottom: 7px;
}
.mobile-menu .catalog-menu__left-item {
  text-decoration: none;
}
.mobile-menu .catalog-menu__left-item:hover {
  background: none;
}
.mobile-menu .catalog-menu__right-menu-item-body {
  padding: 10px 10px 10px 30px;
}
.mobile-menu__links {
  padding: 10px 10px 10px 30px;
}
.mobile-menu__links a {
  text-decoration: none;
}

.fixed-menu {
  position: fixed;
  z-index: 30;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 13px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.fixed-menu__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 12.11px;
}
.fixed-menu__item .fa {
  font-size: 20px;
}

.expand {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.expand__hide {
  display: none;
}
.expand__icon {
  transition: all ease 0.2s;
}
.expand__icon:hover {
  transition: all ease 0.2s;
}
.expand.hide .expand__hide {
  display: block;
}
.expand.hide .expand__hide .expand__icon {
  transform: none;
}
.expand.hide .expand__show {
  display: none;
}
.expand.hide .expand__icon {
  transform: rotate(180deg);
}

.breadcrumbs {
  margin-top: 12px;
  margin-bottom: 17px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}
.breadcrumbs__item {
  font-size: 12px;
  font-weight: 300;
  line-height: 14.4px;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.55);
  text-decoration: none;
}
.breadcrumbs__item--current {
  color: rgba(51, 152, 200, 0.55);
}
.breadcrumbs__sep {
  font-size: 10px;
  color: #CCCCCC;
}

.mch-accordion {
  transition: all ease 0.2s;
}
.mch-accordion:hover {
  transition: all ease 0.2s;
}
.mch-accordion {
  overflow: hidden;
}
.mch-accordion__header {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.mch-accordion__header-icon {
  transition: all ease 0.2s;
}
.mch-accordion__header-icon:hover {
  transition: all ease 0.2s;
}
.mch-accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: all ease 0.2s;
}
.mch-accordion__body:hover {
  transition: all ease 0.2s;
}
.mch-accordion.opened .mch-accordion__body {
  max-height: 4000px;
}
.mch-accordion.opened .mch-accordion__header-icon {
  transform: rotate(-180deg);
}

.mch-tabs__item {
  text-decoration: none;
  width: auto;
  transition: all ease 0.2s;
}
.mch-tabs__item:hover {
  transition: all ease 0.2s;
}
.mch-tabs__nav {
  height: auto;
  align-items: center;
  display: flex;
  gap: 20px;
}
.mch-tabs__content {
  position: relative;
  z-index: 10;
}
.mch-tabs__pane {
  display: none;
}
.mch-tabs__pane.active {
  display: block;
}

.footer {
  background: #3E3E3E;
  padding-top: 30px;
  flex: 0 0 auto;
  margin-bottom: 66px;
  color: #fff;
}
.footer a {
  text-decoration: none;
}
.footer__bottom {
  background: #1E1E1E;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  color: rgba(255, 255, 255, 0.39);
  padding: 9px 0;
}
.footer__bottom a,
.footer__bottom a:hover,
.footer__bottom a:active {
  color: rgba(255, 255, 255, 0.39);
}
.footer__bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
}
.footer__creator {
  display: flex;
  gap: 14px;
}
.footer__logo {
  width: 200px;
  margin-bottom: 11px;
}
.footer__copy {
  color: rgba(255, 255, 255, 0.27);
}
.footer__phones {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 9px 0;
}
.footer__phones a {
  color: #fff;
  display: flex;
  gap: 15px;
  align-items: center;
}
.footer__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__menu, .footer__contacts {
  margin-bottom: 30px;
}
.footer__menu {
  max-width: 220px;
}
.footer__menu-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 19.8px;
  margin: 0 0 10px;
  display: block;
  color: #fff;
}
.footer__menu-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 23.8px;
  color: rgba(255, 255, 255, 0.47);
  display: block;
}
.footer__contacts {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__contacts-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  letter-spacing: 0.01em;
  flex-wrap: nowrap;
  color: #fff;
}
.footer__contacts-item .fa, .footer__contacts-item .fab {
  font-size: 15px;
  color: #656565;
  flex: 0 0 15px;
}
.footer__contacts-item .fa-phone, .footer__contacts-item .fa-map-marker, .footer__contacts-item .fab-phone, .footer__contacts-item .fab-map-marker {
  font-size: 20px;
}
.footer__contacts-item .fa-envelope, .footer__contacts-item .fab-envelope {
  padding-top: 2px;
}
.footer__contacts--email {
  font-weight: 300;
}
@media (min-width: 768px) {
  .footer {
    margin-bottom: 0;
  }
}
@media (min-width: 1080px) {
  .footer {
    padding-top: 42px;
  }
  .footer__cols {
    justify-content: flex-start;
    display: flex;
    gap: 58px;
  }
  .footer__col {
    display: flex;
    gap: 58px;
  }
  .footer__col--contacts {
    justify-content: space-between;
    flex: 1;
  }
  .footer__contacts {
    border-top: none;
    padding-top: 0;
    margin-left: auto;
  }
}
@media (min-width: 1440px) {
  .footer__menu-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .footer__menu-item {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .footer__contacts {
    gap: 20px;
    width: 360px;
  }
  .footer__contacts-item {
    gap: 13px;
    font-size: 20px;
    line-height: 24px;
  }
  .footer__contacts-item .fa, .footer__contacts-item .fab {
    font-size: 20px;
    flex: 0 0 20px;
  }
  .footer__contacts-item .fa-phone, .footer__contacts-item .fa-map-marker, .footer__contacts-item .fab-phone, .footer__contacts-item .fab-map-marker {
    font-size: 25px;
  }
  .footer__contacts-item .fa-envelope, .footer__contacts-item .fab-envelope {
    padding-top: 3px;
  }
  .footer__bottom {
    font-size: 16px;
    line-height: 26.6px;
  }
}

.form {
  width: 100%;
}
.form--error {
  border-radius: 10px;
  margin-bottom: 20px;
  background: #f8dcdc;
  color: #bb4343;
  padding: 20px;
}
.form--grey {
  background: #F6F6F6;
  border-radius: 5px;
  padding: 25px;
}
.form__field {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.form__field-error {
  font-size: 12px;
  line-height: 12px;
  color: #bb4343;
  margin-top: 6px;
  display: none;
}
.form__field-label {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: block;
}
.form__field-label--small {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 14px;
}
.form__field-input {
  height: 50px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
}
.form__field-input:focus {
  border-color: #007FBB;
  color: #000;
}
.form__field-input--white {
  border-color: #fff;
  background: #fff;
}
.form__field-input--big {
  height: 60px;
}
.form__field-input--small {
  height: 40px;
  font-size: 16px;
  line-height: 16px;
  padding-left: 18px;
  padding-right: 18px;
}
.form__field-input--black {
  color: #000;
}
.form__field-textarea {
  height: 100px;
  resize: none;
  padding-top: 19px;
  padding-bottom: 19px;
}
.form__field-check {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  line-height: 14px;
  min-height: 18px;
}
.form__field-with-icon {
  position: relative;
}
.form__field-with-icon .fa {
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 50%;
  color: #E5E5E5;
  font-size: 20px;
  transform: translate(0, -50%);
}
.form__field-with-icon .form-control {
  padding-left: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form__field-with-icon--right .form-control {
  padding-left: 12px;
  padding-right: 55px;
}
.form__field-with-icon--right .fa {
  left: auto;
  right: 20px;
}
.form__field-control {
  display: flex;
  align-items: center;
}
.form__field-control--bold {
  font-weight: 600;
  color: #000;
}
.form__field-caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  margin-top: 5px;
}
.form__field-file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.form__field.error .form__field-input {
  border-color: #bb4343;
}
.form__field.error .form__field-error {
  display: block;
}
.form__forgot {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: underline;
}
.form__forgot:hover {
  text-decoration: none;
}
.form__captcha {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form__bottom {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form__agreement {
  font-size: 0.8rem;
  color: #4F4F4F;
  margin-top: 15px;
  text-align: center;
}
.form__register {
  display: block;
  width: fit-content;
  margin: 30px auto 0 auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
}
.form__btn {
  margin-top: 30px;
}
.form__btn--centered {
  margin-left: auto;
  margin-right: auto;
}
.form__group {
  margin-bottom: 20px;
  display: grid;
  row-gap: 20px;
  column-gap: 16px;
  grid-template-columns: 1fr;
}
.form__group .form__field {
  margin-bottom: 0;
}
.form__group--radio {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .form__group {
    grid-template-columns: 1fr 1fr;
  }
  .form__group--wide {
    grid-template-columns: repeat(3, 1fr);
  }
  .form__group--wide .form__field {
    grid-column: 1/3;
  }
  .form__group--three {
    grid-template-columns: repeat(3, 1fr);
  }
  .form__group--one-third {
    grid-template-columns: 2fr 1fr 1fr;
  }
}
@media (min-width: 1080px) {
  .form__field-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

.mch-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: transparent;
  opacity: 0;
  display: none;
  pointer-events: none;
  transition: 0.25s ease visibility;
}
.mch-modal:hover {
  transition: 0.25s ease visibility;
}
.mch-modal.visible {
  display: block;
  pointer-events: auto;
  z-index: 1060;
  opacity: 1;
}
.mch-modal-dialog {
  position: relative;
  max-width: 620px;
  width: 100%;
  margin: 100px auto;
  padding: 47px 50px 32px 50px;
  background-color: #f7f7f7;
  color: #000;
  background-clip: padding-box;
  border-radius: 10px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
}
.mch-modal-dialog-cols {
  display: flex;
}
.mch-modal-dialog-title {
  font-size: 24px;
}
.mch-modal-dialog-text {
  line-height: 1.4;
}
.mch-modal-dialog-text p {
  margin: 4px 0 18px;
}
.mch-modal-dialog-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 42px;
  height: 42px;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  font-weight: 100;
  background: rgba(217, 217, 217, 0.6);
  border-radius: 0 10px 0 10px;
}
.mch-modal-dialog-close:hover {
  background: rgba(191.5, 191.5, 191.5, 0.6);
}
.mch-modal-dialog-icon {
  font-size: 56px;
  opacity: 0.5;
  margin-right: 36px;
}
.mch-modal-dialog-icon--green {
  color: #13931A;
}
.mch-modal-dialog-icon--red {
  color: #bb4343;
}
.mch-modal-content {
  width: 100%;
}
.mch-modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #000 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MDAiIGhlaWdodD0iODAwIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiPg0KICAgIDxwYXRoIGZpbGw9IiNGRkZGRkYiDQogICAgICAgIGQ9Ik0yMC43NDYgMy4zMjlhMSAxIDAgMCAwLTEuNDE1IDBsLTcuMjk0IDcuMjk0LTcuMjk0LTcuMjk0YTEgMSAwIDEgMC0xLjQxNCAxLjQxNGw3LjI5NCA3LjI5NC03LjI5NCA3LjI5NGExIDEgMCAwIDAgMS40MTQgMS40MTVsNy4yOTQtNy4yOTUgNy4yOTQgNy4yOTVhMSAxIDAgMCAwIDEuNDE1LTEuNDE1bC03LjI5NS03LjI5NCA3LjI5NS03LjI5NGExIDEgMCAwIDAgMC0xLjQxNFoiIC8+DQo8L3N2Zz4=) center center/24px;
}

.modal__title {
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 37px;
}
@media (min-width: 768px) {
  .modal--forgot, .modal--register, .modal--auth {
    position: absolute;
    width: 620px;
    height: auto;
    overflow-x: visible;
    overflow-y: visible;
    top: calc(100% - 7px);
    right: 0;
    left: auto;
  }
  .modal--forgot .mch-modal-dialog, .modal--register .mch-modal-dialog, .modal--auth .mch-modal-dialog {
    margin: 0;
  }
}

.radio {
  appearance: none;
  border-radius: 50%;
  outline: 1px solid rgba(0, 0, 0, 0.3);
  outline-offset: 0.25rem;
  width: 10px;
  height: 10px;
  overflow: hidden;
  margin-right: 0.75rem;
}
.radio:checked {
  background: #007FBB;
}

.checkbox {
  width: 0;
  height: 0;
  overflow: hidden;
  border: none;
  outline: none;
  position: absolute;
  transform: scale(0);
}
.checkbox + label {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  line-height: 14px;
  align-items: center;
  column-gap: 15px;
  font-weight: 300;
}
.checkbox + label:before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.checkbox:checked + label:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background: url("assets/images/icons/check.svg") no-repeat 50% 50%;
  background-size: contain;
  border-radius: 2px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.checkbox:disabled + label {
  cursor: default;
}
.checkbox:disabled + label:before {
  opacity: 0.36;
}
.checkbox:disabled + label:after {
  opacity: 0.36;
}
.checkbox__caption {
  font-size: 0.625rem;
  text-transform: none;
  display: block;
  width: 100%;
}

.banner {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 1080px) {
  .banner {
    margin-bottom: 80px;
  }
}
.banner__item {
  position: relative;
  min-height: 281px;
  background: #007FBB;
  color: #fff;
  display: flex;
}
.banner__images {
  position: relative;
  min-height: 270px;
}
.banner__img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-55%);
  object-fit: cover;
}
@media (min-width: 1080px) {
  .banner__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }
}
.banner__pattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  object-fit: cover;
}
.banner__content {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  padding: 34px 25px;
  flex-direction: column;
}
@media (min-width: 1080px) {
  .banner__content {
    width: auto;
    padding: 34px 45px;
  }
}
.banner__content-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.banner__title {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  color: #000;
}
@media (min-width: 1080px) {
  .banner__title {
    font-size: 32px;
    line-height: 35.2px;
  }
}
.banner__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: 0.01em;
  margin-bottom: 22px;
  color: #000;
}
.banner__btn {
  max-width: 200px;
  padding: 6px 23px;
  height: 48px;
}
@media (min-width: 1080px) {
  .banner__btn {
    max-width: 300px;
    padding: 12px 43px;
    height: 60px;
  }
}
.banner__item {
  display: grid;
  grid-template-rows: auto 1fr;
  color: #000;
}
.banner__images {
  position: relative;
  order: 1;
}
.banner__content {
  background: #E9E9E9;
  padding-bottom: 45px;
  order: 2;
}
@media (min-width: 1080px) {
  .banner__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    min-height: 534px;
  }
  .banner__images {
    order: 2;
  }
  .banner__content {
    order: 1;
  }
  .banner__content-wrap {
    max-width: 508px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner__btn {
    max-width: 281px;
  }
}
@media (min-width: 1440px) {
  .banner__title {
    font-size: 55px;
    line-height: 66px;
    margin-bottom: 20px;
  }
  .banner__text {
    font-size: 24px;
    line-height: 28.8px;
    max-width: 493px;
    margin-bottom: 64px;
  }
}

.catalog-sections__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 31px;
}
.catalog-sections__item {
  display: flex;
  align-items: center;
  padding: 0 20px 11px 20px;
  text-decoration: none;
  background: #E9E9E9;
  border-radius: 15px;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
}
.catalog-sections__item-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 15.6px;
  margin: 0;
}
.catalog-sections__item-picture {
  height: 91px;
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-sections__item-img {
  max-width: 118px;
  max-height: 91px;
}
.catalog-sections__bottom {
  text-align: center;
}
.catalog-sections__btn {
  max-width: 442px;
}
@media (min-width: 1080px) {
  .catalog-sections__grid {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 46px;
  }
  .catalog-sections__grid-x4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .catalog-sections__item {
    align-items: flex-start;
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  .catalog-sections__item-picture {
    height: 100%;
    align-items: flex-end;
    overflow: hidden;
  }
  .catalog-sections__item-img {
    max-width: 204px;
    max-height: 204px;
  }
  .catalog-sections__item-title {
    padding: 40px 0 50px 45px;
    margin: 0;
    max-width: 260px;
  }
  .catalog-sections__item-picture {
    order: 2;
  }
}
@media (min-width: 1440px) {
  .catalog-sections__item {
    position: relative;
  }
  .catalog-sections__item:after {
    content: "";
    position: absolute;
    left: 45px;
    bottom: 30px;
    background: url("assets/images/icons/arrow-blue-right.png") no-repeat 50% 50%;
    background-size: contain;
    width: 40px;
    height: 12px;
  }
  .catalog-sections__item-title {
    font-size: 26px;
    line-height: 28px;
  }
}

.about__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.about__item {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px;
  border-radius: 15px;
  background: rgba(233, 233, 233, 0.4);
}
.about__item-icon {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
}
.about__item-title {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 16px;
}
.about__item-text {
  font-size: 14px;
  line-height: 22px;
}
.about__item a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .about__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1440px) {
  .about__grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .about__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .about__item-icon {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
  }
  .about__item-title {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .about__item-text {
    font-size: 20px;
  }
}

.why {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.why__bg {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 30px;
  color: #fff;
  background: #007FBB;
  min-height: 150px;
}
.why__content {
  position: relative;
  z-index: 1;
}
.why__title {
  font-size: 36px;
  font-weight: 400;
  line-height: 46.8px;
  letter-spacing: 0.01em;
  margin: 0 0 5px 0;
}
.why__text {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.01em;
}
.why__detail-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
  margin-top: 0;
}
.why__small {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 20px;
}
@media (min-width: 1080px) {
  .why {
    grid-template-columns: 491px auto;
  }
  .why__bg {
    padding: 39px;
  }
}
@media (min-width: 1440px) {
  .why {
    gap: 54px;
  }
  .why__bg {
    padding: 39px 80px 39px 39px;
  }
  .why__title {
    font-size: 48px;
    line-height: 72px;
    margin-bottom: 8px;
  }
  .why__text {
    font-size: 26px;
    line-height: 40px;
  }
  .why__detail-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 29px;
  }
  .why__small {
    font-size: 20px;
    line-height: 28px;
  }
}

.reviews__nav {
  display: flex;
  align-items: center;
  gap: 12px;
}
.reviews__title {
  margin: 0;
}
.reviews__item {
  width: 240px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
  padding: 22px 32px;
  font-size: 13px;
  display: flex;
  flex-direction: column;
}
.reviews__item--aside {
  height: auto;
  width: 100%;
  border: none;
  box-shadow: none;
  padding: 0;
  background: none;
}
.reviews__item-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  flex: 0 0 auto;
}
.reviews__item-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  background: #007FBB;
}
.reviews__item-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews__item-name {
  font-weight: 400;
  margin-bottom: 3px;
}
.reviews__item-date {
  color: #858585;
  font-size: 12px;
}
.reviews__item-text {
  flex: 1;
  margin-bottom: 12px;
  line-height: 1.4;
}
.reviews__item-link {
  flex: 0 0 auto;
  color: #858585;
  font-size: 12px;
}
.reviews__stars {
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}
.reviews__star {
  font-size: 18px;
  color: #ffd428;
}
.reviews__swiper {
  overflow: visible;
}
@media (min-width: 1080px) {
  .reviews__item {
    width: 325px;
  }
  .reviews__item--aside {
    height: auto;
    width: 100%;
  }
}

.news-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.news-list__item, .news-list__article {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 15px;
  border-radius: 15px;
  text-decoration: none;
  display: flex;
  gap: 15px;
  align-items: center;
}
.news-list__item-image, .news-list__article-image {
  width: 112px;
  flex: 0 0 112px;
}
.news-list__item-image img, .news-list__article-image img {
  width: 100%;
}
.news-list__item-date, .news-list__article-date {
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  letter-spacing: 0.01em;
  display: block;
}
.news-list__item-name, .news-list__article-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: 0.01em;
  margin: 0;
}
.news-list__article {
  flex-direction: column;
  gap: 10px;
}
.news-list__article-header {
  display: flex;
  align-items: center;
  gap: 15px;
}
.news-list__article-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 16.8px;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .news-list {
    grid-template-columns: 1fr 1fr;
  }
  .news-list__header {
    justify-content: flex-start;
    gap: 18px;
    flex: 0 0 auto;
  }
  .news-list__article {
    display: grid;
    grid-template-columns: 185px auto;
    grid-column: span 2;
    align-items: flex-start;
    gap: 30px;
  }
  .news-list__article-image {
    width: 100%;
  }
  .news-list__article-header {
    margin-bottom: 15px;
  }
  .news-list__article-content:after {
    content: "";
    background: url("assets/images/icons/arrow-blue-right.png") no-repeat 50% 50%;
    background-size: contain;
    width: 40px;
    height: 12px;
    display: block;
  }
  .news-list__article-text {
    margin-bottom: 30px;
  }
  .news-list__article--other {
    grid-template-columns: 181px auto;
    gap: 18px;
    padding: 31px;
  }
  .news-list__article--noarrow .news-list__article-content:after {
    display: none;
  }
  .news-list__article--big {
    grid-template-columns: 270px auto;
    gap: 15px;
    padding: 25px;
    grid-column: span 1;
  }
  .news-list__article--big .news-list__article-content {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .news-list__article--big .news-list__article-content:after {
    align-self: flex-end;
    margin-left: auto;
    margin-top: auto;
  }
  .news-list__article--big .news-list__item-date {
    margin-bottom: 5px;
  }
}
@media (min-width: 1080px) {
  .news-list {
    flex: 1;
  }
  .news-list__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .news-list__wrap .main__section {
    display: flex;
    flex-direction: column;
  }
  .news-list__item {
    flex-direction: column;
  }
  .news-list__item-image {
    width: 100%;
    height: 145px;
  }
  .news-list__item-image img {
    object-fit: contain;
    max-height: 100%;
  }
  .news-list__article-image {
    height: 100%;
  }
  .news-list__article-image img {
    object-fit: contain;
    max-height: 100%;
  }
}
@media (min-width: 1440px) {
  .news-list__item, .news-list__article {
    padding: 30px;
  }
  .news-list__item-date, .news-list__article-date {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
  }
  .news-list__item-name, .news-list__article-name {
    font-size: 20px;
    line-height: 24px;
  }
  .news-list__item-text, .news-list__article-text {
    font-size: 16px;
    line-height: 22px;
  }
  .news-list__article--big {
    padding: 23px;
  }
  .news-list__article-name {
    font-size: 14px;
    line-height: 19px;
  }
  .news-list__article-header {
    margin-bottom: 10px;
  }
  .news-list__article-text {
    font-size: 14px;
    line-height: 19px;
  }
}

.product-tabs__nav-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: 0.01em;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid transparent;
  transition: all ease 0.2s;
}
.product-tabs__nav-item:hover {
  transition: all ease 0.2s;
}
.product-tabs__nav-item.active {
  font-weight: 400;
  color: #000;
  border-bottom-color: #007FBB;
}
.product-tabs__nav-item:hover {
  color: #000;
}

.product-item {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  position: relative;
  width: 190px;
  flex-direction: column;
  display: flex;
}
.product-item--full-width {
  width: 100%;
}
.product-item__header {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.product-item__header .empty-btn {
  margin-left: auto;
}
.product-item__label {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #007FBB;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.01em;
  padding: 4px 17px 0;
  user-select: none;
}
.product-item__images {
  margin: 17px auto 0 auto;
  padding-bottom: 20px;
  position: relative;
  width: 160px;
  display: block;
  max-width: 100%;
}
.product-item__images--small {
  width: 139px;
}
.product-item__image {
  width: 100%;
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item__image img {
  max-width: 100%;
  max-height: 100%;
}
.product-item__pagination {
  margin-top: 4px;
  position: static;
  padding: 0;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.product-item__pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 0;
  background: #CCCCCC;
}
.product-item__pagination .swiper-pagination-bullet-active {
  background: #007FBB;
}
.product-item .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.product-item .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.product-item__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
.product-item__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  transition: height 0.5s ease-in-out;
}
.product-item__list-hidden {
  height: 0;
  overflow: hidden;
}
.product-item__list li {
  margin: 12px 0;
}
.product-item__list li:last-child {
  margin-bottom: 0;
}
.product-item__list a {
  text-decoration: none;
}
.product-item__list a:hover {
  color: #007FBB;
}
.product-item__more {
  margin-top: 12px;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
.product-item__more a {
  text-decoration: none;
  color: #007FBB;
  border-bottom: 1px dashed currentColor;
  font-size: 14px;
}
.product-item__more a:hover {
  text-decoration: none;
  color: #000;
}
.product-item__name {
  margin-bottom: 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  display: block;
  flex: 1;
}
.product-item__price {
  font-weight: 400;
  margin-bottom: auto;
}
.product-item__price-value {
  font-size: 24px;
  line-height: 24px;
}
.product-item__price-units {
  font-size: 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4);
}
.product-item__price-units:before {
  content: "/";
  margin-left: 5px;
}
.product-item__price-old {
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.3);
}
.product-item__bottom {
  margin-top: 15px;
}
.product-item__bottom.disabled {
  opacity: 0.5;
}
.product-item__bottom.disabled .counter {
  background: rgba(0, 0, 0, 0.1);
}
.product-item__btn {
  margin-top: 15px;
  padding-left: 0;
  padding-right: 0;
}
.product-item__btn-request {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.product-item__btn-request:hover {
  color: rgba(0, 0, 0, 0.4);
}
.product-item__btn.active, .product-item__btn.active:hover {
  border-color: #007FBB;
  background-color: #007FBB;
  color: #fff;
}
.product-item__delete {
  display: inline-block;
  font: normal normal normal 20px/1 Font Awesome\ 5 Pro;
}
.product-item__delete:before {
  content: "\f2ed";
}
.product-item__article {
  font-size: 12px;
  line-height: 13.2px;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
}
.product-item__available {
  font-size: 14px;
  line-height: 15.4px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  color: #007FBB;
}
.product-item__available i {
  width: 15px;
  height: 15px;
  content: "";
  color: #fff;
  font-size: 9px;
  text-align: center;
  line-height: 15px;
  background-color: #007FBB;
  margin-top: -3px;
  border-radius: 2px;
}
.product-item__available--not {
  color: rgba(0, 0, 0, 0.2);
}
.product-item__available--not i {
  background-color: rgba(0, 0, 0, 0.2);
}
.product-item__available--individual {
  color: #13931A;
}
.product-item__available--individual i {
  background-color: #13931A;
}
.product-item .fa-trash {
  font-size: 20px;
}
@media (min-width: 430px) {
  .product-item__images--small {
    width: 160px;
  }
}
@media (min-width: 768px) {
  .product-item {
    width: 260px;
    padding: 20px;
  }
  .product-item--full-width {
    width: 100%;
  }
  .product-item__images {
    margin-top: 0;
    width: 220px;
    padding-bottom: 28px;
    margin-bottom: 10px;
  }
  .product-item__images--small {
    width: 200px;
  }
  .product-item__images img {
    max-height: 200px;
  }
  .product-item__image {
    width: 100%;
    height: 200px;
  }
  .product-item__label {
    padding: 6px 21px;
  }
  .product-item__name {
    font-size: 16px;
    line-height: 17.6px;
    margin-bottom: 10px;
  }
  .product-item__price-units {
    font-size: 16px;
    line-height: 16px;
  }
  .product-item__bottom {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .product-item__btn {
    margin-top: 0;
    margin-left: auto;
    max-width: 160px;
  }
  .product-item__btn-individual {
    max-width: 220px !important;
  }
  .product-item__btn--left {
    margin-left: 0;
    margin-right: auto;
    max-width: 255px;
  }
}
@media (min-width: 1440px) {
  .product-item__title {
    font-size: 20px;
    line-height: 24px;
  }
  .product-item__images--small {
    width: 279px;
  }
  .product-item__images--small .product-item__image {
    height: 127px;
  }
}

.counter {
  width: 90px;
  height: 35px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 10px;
  border-radius: 10px;
}
.counter--big {
  width: 100px;
  height: 50px;
  padding: 16px;
}
.counter__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  width: 8px;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.counter__btn:after, .counter__btn:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.counter__btn:before {
  width: 8px;
  height: 1.5px;
  background: #474D57;
}
.counter__btn:after {
  height: 8px;
  width: 1.5px;
}
.counter__btn-plus:after {
  background: #474D57;
}
.counter__input {
  background: none;
  border: none;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  width: 50px;
  height: 100%;
  text-align: center;
  color: #474D57;
}
.counter--small {
  width: 65px;
  height: 25px;
  padding: 2px;
}
.counter--small .counter__btn {
  width: 20px;
  height: 20px;
}
.counter--small .counter__btn:before {
  width: 5px;
  height: 1px;
}
.counter--small .counter__btn:after {
  height: 5px;
  width: 1px;
}
.counter--small .counter__input {
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .counter {
    height: 40px;
    padding: 10px;
  }
  .counter--big {
    width: 100px;
    height: 50px;
    padding: 16px;
  }
}

.counter-round {
  width: 130px;
  height: 50px;
  display: flex;
  align-items: center;
  border: 1px solid #ECF0F7;
  border-radius: 30px;
  padding: 5px;
  background: #fff;
}
.counter-round__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  cursor: pointer;
}
.counter-round__btn:hover {
  background: rgba(0, 0, 0, 0.2);
}
.counter-round__btn:active {
  background: rgba(0, 0, 0, 0.3);
}
.counter-round__btn:after, .counter-round__btn:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.counter-round__btn:before {
  width: 10px;
  height: 2px;
  background: #000;
}
.counter-round__btn:after {
  height: 10px;
  width: 2px;
}
.counter-round__btn-plus:after {
  background: #000;
}
.counter-round__input {
  background: none;
  border: none;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
  width: 40px;
  height: 40px;
  text-align: center;
}
.counter-round--small {
  width: 65px;
  height: 25px;
  padding: 2px;
}
.counter-round--small .counter-round__btn {
  width: 20px;
  height: 20px;
}
.counter-round--small .counter-round__btn:before {
  width: 5px;
  height: 1px;
}
.counter-round--small .counter-round__btn:after {
  height: 5px;
  width: 1px;
}
.counter-round--small .counter-round__input {
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  width: 20px;
  height: 20px;
}

.catalog {
  margin-bottom: 46px;
}
.catalog__btns {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.catalog__btns .btn {
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  min-height: 26px;
}
.catalog__btns .btn .fa {
  font-size: 14px;
}
.catalog__popup-block {
  background: #F6F6F6;
  padding: 19px 60px 19px 19px;
  position: fixed;
  z-index: 2000;
  right: 0;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  width: 100%;
  transform: translate(100%, 0);
  transition: all ease 0.2s;
}
.catalog__popup-block:hover {
  transition: all ease 0.2s;
}
.catalog__popup-block.opened {
  transform: translate(0, 0);
}
.catalog__popup-block-close-btn {
  position: absolute;
  right: 19px;
  top: 19px;
}
.catalog__aside-block {
  background: #F6F6F6;
  padding: 19px 60px 19px 19px;
  position: fixed;
  z-index: 2000;
  right: 0;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  width: 100%;
  transform: translate(100%, 0);
  transition: all ease 0.2s;
}
.catalog__aside-block:hover {
  transition: all ease 0.2s;
}
.catalog__aside-block.opened {
  transform: translate(0, 0);
}
.catalog__aside-block--reviews {
  display: flex;
  gap: 19px;
  flex-direction: column;
}
.catalog__aside-block--menu-item {
  display: block;
  padding: 10px 16px;
  border-radius: 5px;
  text-decoration: none;
  transition: all ease 0.2s;
}
.catalog__aside-block--menu-item:hover {
  transition: all ease 0.2s;
}
.catalog__aside-block--menu-item:hover, .catalog__aside-block--menu-item.selected {
  color: #007FBB;
}
.catalog__aside-block--menu-item.selected {
  background-color: #fff;
}
.catalog__aside-block--menu-item-with-image {
  display: flex;
  align-items: center;
  gap: 10px;
}
.catalog__aside-block--menu-item-with-image img {
  width: 32px;
  height: 32px;
  border-radius: 10px;
}
.catalog__aside-block--menu-item-level-1 {
  font-weight: 500;
}
.catalog__aside-block--menu-item-level-2 {
  padding-left: 58px;
}
.catalog__aside-block-close-btn {
  position: absolute;
  right: 19px;
  top: 19px;
}
.catalog__aside-contacts {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.catalog__aside-contacts .footer__contacts-item {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 21.6px;
  letter-spacing: 0.01em;
  gap: 13px;
}
.catalog__aside-contacts .footer__contacts-item .fa {
  color: #D9D9D9;
}
.catalog__aside-contacts .footer__contacts--address {
  max-width: 200px;
}
.catalog__sort {
  display: flex;
  align-items: center;
  column-gap: 30px;
  margin-bottom: 22px;
  margin-top: 35px;
}
.catalog__sort-item {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #9d9d9d;
}
.catalog__sort-item.active {
  color: #000;
}
.catalog__main {
  width: 100%;
}
.catalog__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 430px) {
  .catalog__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .catalog__btns {
    gap: 15px;
  }
  .catalog__btns .btn {
    width: fit-content;
    padding: 9px 21px;
    font-size: 14px;
    line-height: 22.4px;
  }
  .catalog__grid {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 63px;
  }
  .catalog__grid--full-page {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1080px) {
  .catalog {
    display: grid;
    grid-template-columns: 250px auto;
    gap: 16px;
  }
  .catalog__btns .swiper-wrapper {
    flex-wrap: wrap;
  }
  .catalog__btns .btn {
    margin: 0 8px 8px 0;
  }
  .catalog__aside-block {
    padding: 19px;
    position: static;
    z-index: 1;
    right: auto;
    top: auto;
    height: auto;
    overflow-y: visible;
    transform: none;
    border-radius: 10px;
    margin-bottom: 19px;
  }
  .catalog__aside-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
  }
}
@media (min-width: 1440px) {
  .catalog {
    grid-template-columns: 280px auto;
    gap: 26px;
  }
  .catalog__grid {
    gap: 18px;
  }
}

.filter__item {
  margin-bottom: 27px;
  position: relative;
}
.filter__item-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 16.14px;
  margin-bottom: 10px;
}
.filter__item-prices {
  display: flex;
  gap: 14px;
}
.filter__item-checks {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.filter__btns {
  display: flex;
  gap: 16px;
  align-items: center;
}

.smart-filter-popup-result {
  position: absolute;
  z-index: 915;
  display: none;
  min-height: 37px;
  white-space: nowrap;
  font-weight: normal;
  line-height: 18px;
  border-radius: 10px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  left: 104%;
  padding: 12px;
  color: #858585;
  top: -18px;
}
.smart-filter-popup-result:before {
  content: "";
  display: block;
  position: absolute;
  left: -14px;
  top: 20px;
  border: 8px solid transparent;
  border-right-color: #fff;
}
.smart-filter-popup-result .btn {
  font-size: 0.875rem;
  margin-top: 8px;
  height: 28px;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}
.pagination__item--current {
  width: 40px;
  background: #007FBB;
  color: #fff;
  border-radius: 5px;
}

.seo-text {
  margin-top: 31px;
  padding-top: 36px;
  margin-bottom: 31px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 1.4;
}
.seo-text h3 {
  font-weight: 400;
}
.seo-text ul, .seo-text ol {
  margin-top: 0;
  padding-left: 20px;
}
.seo-text ul li, .seo-text ol li {
  margin-bottom: 18px;
}
@media (min-width: 1080px) {
  .seo-text {
    margin-top: 68px;
    margin-bottom: 71px;
  }
  .seo-text h3 {
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: 0.01em;
    margin-top: 27px;
    margin-bottom: 10px;
  }
}

.catalog-detail__price-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.catalog-detail__price-col-matrix {
  border-top: 1px solid #aaa;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .catalog-detail__price-row {
    flex-direction: row;
  }
  .catalog-detail__price-col-price, .catalog-detail__price-col-matrix {
    width: 50%;
  }
  .catalog-detail__price-col-matrix {
    border-left: 1px solid #aaa;
    padding-left: 15px;
    border-top: none;
    padding-top: 0;
  }
  .catalog-detail__price-col-matrix-title {
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: bold;
  }
}
.catalog-detail__top {
  margin-bottom: 45px;
}
.catalog-detail__slider {
  width: 100%;
  margin-bottom: 45px;
}
.catalog-detail__slider img {
  max-width: 100%;
  max-height: 100%;
}
.catalog-detail__slider .swiper {
  width: 100%;
}
.catalog-detail__slider-big {
  width: 100%;
  overflow: hidden;
  margin-bottom: 18px;
}
.catalog-detail__slider-big-item {
  height: 300px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-detail__slider-big-item-iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.catalog-detail__slider-small {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.catalog-detail__slider-small-item {
  cursor: pointer;
  width: 60px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
.catalog-detail__slider-small-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-detail__slider-small-item--video:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 127, 187, 0.8);
  z-index: 1;
}
.catalog-detail__slider-small-item--video:before {
  z-index: 2;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 8px;
  transform: translate(-50%, -50%);
  border: 8px solid transparent;
  border-left: 17px solid #fff;
}
.catalog-detail__slider-small-btn {
  position: absolute;
  top: 0;
  height: 100%;
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  cursor: pointer;
}
.catalog-detail__slider-small-btn.swiper-button-disabled {
  display: none;
}
.catalog-detail__slider-small-btn--prev {
  left: 0;
}
.catalog-detail__slider-small-btn--next {
  right: 0;
}
.catalog-detail__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 5px;
}
.catalog-detail__header .title {
  margin: 0;
}
.catalog-detail__article {
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 25px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
}
.catalog-detail__h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 20px 0;
}
.catalog-detail__h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.catalog-detail__h2:first-child {
  margin-top: 0;
}
.catalog-detail__props {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 15px;
}
.catalog-detail__props-item {
  margin-bottom: 15px;
  display: flex;
  gap: 1px;
  align-items: flex-end;
}
.catalog-detail__props-item:last-child {
  margin-bottom: 0;
}
.catalog-detail__props-item-title {
  color: rgba(0, 0, 0, 0.55);
  flex: 0 0 auto;
}
.catalog-detail__props-item-dots {
  flex: 1;
  position: relative;
  bottom: 3px;
  height: 3px;
  background: url("assets/images/icons/dots.png") repeat-x center bottom;
}
.catalog-detail__props-item-value {
  text-align: left;
  flex: 0 0 auto;
}
.catalog-detail__props-item-value .catalog-detail__price {
  margin-bottom: 0;
}
.catalog-detail__props-link {
  margin-bottom: 22px;
}
.catalog-detail__props--big .catalog-detail__props-item-title {
  font-weight: 300;
  color: #000;
}
.catalog-detail__props--big .catalog-detail__props-item-value {
  font-weight: 300;
}
.catalog-detail__props--big .catalog-detail__props-item:last-child {
  margin-bottom: 0;
}
.catalog-detail__grey-bg {
  flex: 1;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 15px;
  background: #F6F6F6;
  margin-top: auto;
  display: flex;
  width: 100%;
}
.catalog-detail__action {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  background: none;
  border: none;
  padding: 0;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  cursor: pointer;
  margin-bottom: 20px;
}
.catalog-detail__action .fa {
  font-size: 16px;
  flex: 0 0 16px;
  color: #FF0000;
}
.catalog-detail__action-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
  color: #FF0000;
}
.catalog-detail__price {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  margin-bottom: 10px;
}
.catalog-detail__price-value {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}
.catalog-detail__price-quantity, .catalog-detail__price-units {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.catalog-detail__price-units:before {
  content: "/";
  margin-left: 5px;
}
.catalog-detail__price-old {
  font-size: 18px;
  line-height: 18px;
  margin-left: 10px;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.4);
}
.catalog-detail__actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}
.catalog-detail__actions .btn {
  max-width: 180px;
}
.catalog-detail__actions-btn-individual {
  max-width: 280px !important;
}
.catalog-detail__actions-btn-request {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.catalog-detail__actions-btn-request:hover {
  color: rgba(0, 0, 0, 0.4);
}
.catalog-detail__actions-btn.active, .catalog-detail__actions-btn.active:hover {
  background-color: #007FBB;
  color: #fff;
}
.catalog-detail__examples {
  margin-top: 20px;
  display: inline-block;
}
.catalog-detail__tabs-nav {
  display: flex;
  gap: 8px;
  position: relative;
  bottom: -1px;
  z-index: 11;
}
.catalog-detail__tabs-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  font-size: 12px;
  line-height: 12px;
  border: 1px solid #F6F6F6;
  border-bottom-color: #DCDCDC;
  border-top: 2px solid #F6F6F6;
  white-space: nowrap;
  background: #F6F6F6;
}
.catalog-detail__tabs-nav-item.active {
  border-bottom-color: #fff;
  border-top-color: #007FBB;
  border-left-color: #DCDCDC;
  border-right-color: #DCDCDC;
  background: #fff;
}
.catalog-detail__tabs-pane {
  padding: 20px;
}
.catalog-detail__tabs-content {
  border: 1px solid #DCDCDC;
}
@media (min-width: 768px) {
  .catalog-detail {
    padding-top: 30px;
  }
  .catalog-detail__slider {
    display: grid;
    grid-template-columns: 120px auto;
    gap: 15px;
  }
  .catalog-detail__slider-big {
    order: 2;
    margin-bottom: 0;
  }
  .catalog-detail__slider-big-item {
    height: 581px;
  }
  .catalog-detail__slider-small {
    height: 581px;
    padding: 0 0 30px 0;
    position: relative;
  }
  .catalog-detail__slider-small .swiper {
    height: 581px;
  }
  .catalog-detail__slider-small-item {
    height: 110px;
    width: 120px;
  }
  .catalog-detail__slider-small .swiper-button-disabled {
    display: none;
  }
  .catalog-detail__slider-small-btn {
    left: 0;
    right: 0;
    height: 30px;
    width: 100%;
  }
  .catalog-detail__slider-small-btn--prev {
    top: -30px;
    align-items: flex-start;
  }
  .catalog-detail__slider-small-btn--prev .fa {
    transform: rotate(90deg);
  }
  .catalog-detail__slider-small-btn--next {
    bottom: -30px;
    top: auto;
    align-items: flex-end;
  }
  .catalog-detail__slider-small-btn--next .fa {
    transform: rotate(90deg);
  }
  .catalog-detail__tabs-nav {
    gap: 15px;
  }
  .catalog-detail__tabs-nav-item {
    display: flex;
    padding: 15px 27px;
    font-size: 18px;
    line-height: 18px;
  }
}
@media (min-width: 1080px) {
  .catalog-detail__slider {
    margin-bottom: 0;
  }
  .catalog-detail__article {
    font-size: 16px;
    line-height: 17.6px;
  }
  .catalog-detail__h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .catalog-detail__h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 26px;
  }
  .catalog-detail__price-big-value {
    font-size: 32px;
    line-height: 28px;
  }
  .catalog-detail__price-big-quantity, .catalog-detail__price-big-units {
    font-size: 28px;
    line-height: 28px;
  }
  .catalog-detail__price-big-old {
    font-size: 24px;
    line-height: 24px;
  }
  .catalog-detail__tabs-nav-item {
    font-size: 20px;
    line-height: 20px;
  }
  .catalog-detail__tabs-pane {
    padding: 36px 31px;
  }
  .catalog-detail__tabs-content {
    border: 1px solid #DCDCDC;
  }
  .catalog-detail__props {
    font-size: 16px;
    line-height: 16px;
    max-width: 441px;
  }
  .catalog-detail__props--big {
    font-size: 20px;
    line-height: 30px;
    max-width: 861px;
    margin-bottom: 0;
  }
  .catalog-detail__props--big .catalog-detail__props-item-dots {
    bottom: 9px;
  }
  .catalog-detail__available {
    font-size: 16px;
    line-height: 17.6px;
  }
}
@media (min-width: 1440px) {
  .catalog-detail__slider {
    margin-bottom: 0;
  }
  .catalog-detail__slider-big {
    width: 581px;
  }
  .catalog-detail__top {
    display: grid;
    grid-template-columns: min-content auto;
    gap: 32px;
  }
  .catalog-detail__grey-bg {
    padding: 27px 48px;
  }
}

.product-share {
  margin-top: 28px;
  position: relative;
}

.personal__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 30px;
}
.personal__main-item {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  border-radius: 10px;
  background: #F6F6F6;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
.personal__main-item-icon {
  font-size: 40px;
  color: #007FBB;
}
.personal__main-item-text {
  flex: 1;
}
.personal__main-item-arrow {
  flex: 0 0 30px;
  margin-left: auto;
  color: #007FBB;
  background: url("assets/images/icons/arrow-blue-right.png") no-repeat 50% 50%;
  width: 30px;
  height: 12px;
  background-size: contain;
}
.personal__grid {
  display: grid;
  grid-template-columns: 100%;
  gap: 25px;
  margin-bottom: 50px;
}
.personal__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 32px;
  user-select: none;
}
.personal__menu-item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  border-radius: 10px;
  background-color: #F6F6F6;
  transition: all ease 0.2s;
}
.personal__menu-item:hover {
  transition: all ease 0.2s;
}
.personal__menu-item {
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}
.personal__menu-item i {
  color: #007FBB;
}
.personal__menu-item:hover, .personal__menu-item.selected {
  background-color: #4F4F4F;
  color: #fff;
}
.personal__menu-item:hover i, .personal__menu-item.selected i {
  color: #fff;
}
.personal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.personal__header .personal__title {
  margin-bottom: 0;
}
.personal__header .empty-btn {
  font-size: 16px;
}
.personal__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
@media (min-width: 430px) {
  .personal__menu-item {
    width: calc(50% - 8px);
  }
}
@media (min-width: 768px) {
  .personal__main {
    grid-template-columns: 1fr 1fr;
  }
  .personal__menu-item {
    width: fit-content;
  }
}
@media (min-width: 1080px) {
  .personal__main {
    gap: 21px;
    margin-bottom: 76px;
  }
  .personal__main-item {
    padding: 50px;
    gap: 60px;
    font-size: 30px;
    line-height: 36px;
  }
  .personal__main-item-icon {
    flex: 0 0 50px;
    width: 50px;
  }
  .personal__main-item-arrow {
    flex: 0 0 40px;
    width: 40px;
    height: 12px;
  }
  .personal__menu {
    flex-direction: column;
  }
  .personal__menu-item {
    width: 100%;
  }
  .personal__grid {
    grid-template-columns: 250px auto;
  }
  .personal__title {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 1080px) and (min-width: 1440px) {
  .personal__grid {
    grid-template-columns: 280px auto;
    margin-bottom: 104px;
  }
  .personal__menu-item {
    gap: 24px;
    padding: 17px 20px;
    font-size: 20px;
    line-height: 24px;
  }
  .personal__menu-item-icon {
    width: 25px;
    height: 25px;
  }
  .personal__title {
    font-size: 24px;
    line-height: 28.8px;
  }
}

.basket {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.basket__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.basket__item {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  align-items: center;
  position: relative;
}
.basket__item-img {
  flex: 0 0 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.basket__item-content {
  flex: 0 0 calc(100% - 100px - 19px);
}
.basket__item-article {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;
  color: rgb(76.5, 76.5, 76.5);
}
.basket__item-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #007FBB;
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
}
.basket__item-brand {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: rgb(114.75, 114.75, 114.75);
}
.basket__item-price {
  white-space: nowrap;
  text-align: left;
  flex: 0 0 100px;
}
@media (min-width: 1080px) {
  .basket__item-price {
    text-align: right;
  }
}
.basket__item-price-value {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
}
.basket__item-price-total {
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
}
.basket__item-price-note {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: rgb(114.75, 114.75, 114.75);
}
.basket__item-price-discount {
  color: #007FBB;
  font-weight: 400;
  font-size: 12px;
}
.basket__item-price-old {
  text-decoration: line-through;
  font-weight: 400;
  font-size: 12px;
  color: rgb(178.5, 178.5, 178.5);
}
.basket__item-del {
  background: none;
  border: none;
  padding: 0;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 11px;
  top: 14px;
  cursor: pointer;
}
.basket__item-del--order {
  position: relative;
  right: auto;
  top: auto;
}
.basket__item-del:before, .basket__item-del:after {
  content: "";
  width: 10px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
}
.basket__item-del:before {
  transform: rotate(45deg);
}
.basket__item-del:after {
  transform: rotate(-45deg);
}
.basket__item-sum {
  text-align: right;
  flex-grow: 1;
}
@media (min-width: 1080px) {
  .basket__item-sum {
    flex: 0 0 140px;
  }
}
.basket__summary {
  border-radius: 5px;
  background: #F6F6F6;
  padding: 20px;
  height: fit-content;
  position: sticky;
  top: 10px;
}
.basket__summary-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}
.basket__summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 15px;
}
.basket__summary-itog {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 15px;
  margin-bottom: 30px;
}
.basket__summary-itog-lable {
  font-weight: 400;
}
.basket__summary-itog-price {
  font-size: 20px;
  font-weight: 400;
  line-height: 14px;
}
.basket__summary .btn {
  padding-left: 0;
  padding-right: 0;
}
.basket__coupon-row {
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.basket__coupon-input {
  display: flex;
  align-items: center;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  padding-right: 3px;
}
.basket__coupon-input input {
  height: 36px;
  font-size: 14px;
  border: none;
  background: none;
  padding: 0 20px;
  flex-grow: 1;
}
.basket__coupon-input button {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
  font-family: Font Awesome\ 5 Pro;
  font-weight: 900;
}
.basket__coupon-input button:before {
  content: "\f054";
}
.basket__coupon-input button:hover {
  background: rgba(0, 0, 0, 0.2);
}
.basket__coupon-list {
  padding-top: 10px;
  font-size: 14px;
}
.basket__coupon-list b {
  font-size: 12px;
  font-weight: 400;
  color: #bb4343;
}
.basket__coupon-list-item {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.basket__coupon-list-item-code {
  padding: 2px 6px;
  border-radius: 10px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 2px;
}
.basket__coupon-list-item-code-ok {
  border: 1px solid #13931A;
  color: #13931A;
}
.basket__coupon-list-item-code-fail {
  border: 1px solid #bb4343;
  color: #bb4343;
}
.basket__coupon-list-item-desc {
  padding: 0 6px;
}
.basket__coupon-list-item i {
  font-style: normal;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  cursor: pointer;
  font-family: Font Awesome\ 5 Pro;
  font-size: 11px;
  margin-left: auto;
}
.basket__coupon-list-item i:before {
  content: "\f00d";
}
.basket__coupon-list-item i:hover {
  background: #bb4343;
  color: #fff;
}
@media (min-width: 768px) {
  .basket__item {
    flex-wrap: nowrap;
  }
  .basket__item-content {
    flex: 1;
  }
}
@media (min-width: 1440px) {
  .basket {
    grid-template-columns: auto 300px;
  }
  .basket__item-counter {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.order-list__item {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  column-gap: 30px;
}
.order-list__item-main, .order-list__item-header {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.order-list__item-header {
  justify-content: space-between;
}
.order-list__item-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.order-list__item-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.order-list__item-status {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  padding: 4px 15px;
  background: #007FBB;
  border-radius: 5px;
  color: #fff;
}
.order-list__item-status--red {
  background: #BB0003;
}
.order-list__item-btns {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 30px;
  margin-left: auto;
  width: fit-content;
}
.order-list__item-summary {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 30px;
  font-size: 14px;
  line-height: 14px;
}
.order-list__item-summary-value {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.order-list__item-hide {
  display: none;
}
.order-list__item.opened .order-list__item-hide {
  display: inline;
}
.order-list__item.opened .order-list__item-show {
  display: none;
}
.order-list__item.opened .order-list__item-toggle-btn {
  background: transparent;
  color: #000;
}
.order-list__basket-item {
  border: none;
  padding: 0 0 16px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.order-list__basket-summary {
  margin-left: auto;
  max-width: 430px;
}
@media (min-width: 768px) {
  .order-list__item {
    margin-bottom: 20px;
    padding: 26px 30px;
  }
  .order-list__item-pay-btn {
    width: 180px;
  }
}
@media (min-width: 1440px) {
  .order-list__basket-item {
    padding-bottom: 0;
  }
  .order-list__basket-item .basket__item-counter {
    margin-right: 70px;
    margin-left: 70px;
  }
  .order-list__basket-item .basket__item-price {
    text-align: right;
  }
}

.print .header,
.print .footer,
.print .breadcrumbs,
.print .personal__menu,
.print .title,
.print .basket__item-del,
.print .btn {
  display: none;
}
.print .personal__grid {
  display: block;
  margin-top: 20px;
}
.print__show {
  display: none;
}
.print .print__hidden {
  display: none;
}
.print .print__show {
  display: flex;
}
.print .basket__summary {
  background: none;
}
.print .counter {
  border: none;
}
.print .counter__btn {
  display: none;
}

.prices {
  padding-bottom: 60px;
}
.prices__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.prices__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  text-decoration: none;
  border-radius: 15px;
  background: rgba(233, 233, 233, 0.4);
}
.prices__item-icon {
  flex: 0 0 40px;
}
.prices__item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
@media (min-width: 768px) {
  .prices {
    padding-bottom: 103px;
  }
  .prices__grid {
    grid-template-columns: 1fr 1fr;
  }
  .prices p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1080px) {
  .prices__grid {
    gap: 27px;
    grid-template-columns: repeat(3, 1fr);
  }
  .prices__item {
    padding: 25px 30px;
  }
  .prices__item-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }
}

.thanks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.thanks__item {
  text-decoration: none;
}
.thanks__item-img {
  margin-bottom: 26px;
}
.thanks__item-img img {
  width: 100%;
}
.thanks-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .thanks {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1080px) {
  .thanks {
    gap: 52px;
    grid-template-columns: repeat(4, 1fr);
  }
}

.actions {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.actions__item {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 50px;
  row-gap: 16px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 25px;
}
.actions__item-image {
  display: block;
}
.actions__item-image img {
  width: 100%;
}
.actions__item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 576px;
}
.actions__item-title {
  margin-top: 0;
  margin-bottom: 5px;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.actions__item-title a {
  text-decoration: none;
}
.actions__item-date {
  font-size: 16px;
  line-height: 22.4px;
  margin-bottom: 25px;
  color: #007FBB;
}
.actions__item-text {
  font-size: 16px;
  line-height: 22.4px;
  margin-bottom: 30px;
}
@media (min-width: 1080px) {
  .actions__item {
    grid-template-columns: 415px auto;
  }
  .actions__item-title {
    font-size: 24px;
    line-height: 33.6px;
  }
}

.article-detail__title {
  margin-top: 0;
  margin-bottom: 20px;
}
.article-detail__links {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
}
.article-detail__links-item {
  text-decoration: none;
  color: #007FBB;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 400;
}
.article-detail__links-item-icon {
  font-size: 16px;
  flex: 0 0 auto;
}
.article-detail__share {
  cursor: pointer;
}
.article-detail__share-content {
  position: absolute;
  background: #fff;
  padding: 8px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
  top: 100%;
  margin-top: 4px;
}
.article-detail .ul-checked {
  font-size: inherit;
}
.article-detail__text {
  margin-bottom: 53px;
  line-height: 1.4;
}
.article-detail__text img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 18px;
}
.article-detail__aside {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.article-detail__aside-block {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article-detail__aside-block-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
@media (min-width: 768px) {
  .article-detail__aside {
    flex-direction: row;
  }
  .article-detail__aside-block {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1080px) {
  .article-detail__title {
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: 0.01em;
  }
  .article-detail__links {
    gap: 40px;
    font-size: 16px;
    margin-bottom: 26px;
  }
  .article-detail__aside-block-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1440px) {
  .article-detail {
    display: grid;
    grid-template-columns: auto 280px;
    gap: 26px;
  }
  .article-detail__aside {
    flex-direction: column;
  }
  .article-detail__aside-block {
    width: 100%;
  }
}

.page-404 {
  flex-direction: column;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #007FBB;
  position: relative;
}
.page-404__container {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 5;
  position: relative;
}
.page-404__h1 {
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.02em;
  margin: 0;
}
.page-404__title {
  margin: 0 0 20px 0;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 40px;
  line-height: 40px;
}
.page-404__text {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 25px;
}
.page-404__pattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-404:after {
  content: "";
  background: rgba(196, 196, 196, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-404:before {
  content: "";
  background: url("assets/images/404/dots.png") no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (min-width: 1080px) {
  .page-404 {
    min-height: 640px;
  }
  .page-404__h1 {
    font-size: 128px;
    line-height: 128px;
  }
  .page-404__title {
    font-size: 55px;
    line-height: 55.49px;
    margin-bottom: 30px;
  }
  .page-404__text {
    font-size: 20px;
    line-height: 28px;
  }
}

.order__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 15px;
}
.order__tip {
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  margin-top: -10px;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.4);
}
.order__block {
  margin-bottom: 36px;
}
.order__block-text {
  margin-top: 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.order__radios {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 10px;
  margin-bottom: 20px;
}
.order__radios--rows {
  flex-direction: column;
}
.order__radios:last-child {
  margin-bottom: 0;
}
.order__radio-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 17px;
}
.order .form__field-check {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.order__summary {
  display: grid;
  column-gap: 15px;
  grid-template-columns: 1fr;
  background: #F6F6F6;
  padding: 20px 25px;
  border-radius: 5px;
}
.order__basket {
  margin-bottom: 30px;
}
.order__basket .table {
  width: 100%;
}
.order__basket--photo {
  width: 80px;
}
.order__basket--price {
  width: 160px;
}
.order__basket--quantity {
  width: 120px;
}
.order__basket--weight {
  width: 100px;
}
.order__basket--discount {
  width: 90px;
}
.order__basket-item-article {
  font-size: 10px;
  line-height: 10px;
  color: rgba(0, 0, 0, 0.7);
  margin: 5px 0;
  min-width: 180px;
}
.order__basket-item-title {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
.order__btn {
  width: 260px;
}
.order__delivery {
  margin-top: 19px;
}
.order__delivery-block {
  max-width: 520px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background: #F6F6F6;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px 25px 18px;
}
.order__delivery-block-title {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}
.order__delivery-block-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 12px;
}
.order__delivery-block .SDEK_selectPVZ {
  max-width: 220px;
  width: 100%;
}
.order__delivery-block-price {
  font-size: 14px;
  font-weight: 400;
  line-height: 23.8px;
  margin-top: 12px;
}
.order__delivery-block-price p {
  margin: 0;
}
@media (min-width: 1440px) {
  .order__summary {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1440px) {
  .order__summary {
    grid-template-columns: repeat(4, 1fr);
  }
}

#order-form.disabled {
  opacity: 0.5;
}

.has-error {
  position: relative;
}
.has-error .tooltip {
  position: absolute;
  z-index: 1;
  top: 100%;
}
.has-error .tooltip-arrow {
  background: #f8dcdc;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  margin: 0 0 -5px 20px;
}
.has-error .tooltip-inner {
  background: #f8dcdc;
  color: #bb4343;
  font-size: 12px;
  padding: 10px;
  border-radius: 10px;
}

.sdek_pvzAddr {
  display: none;
  margin-top: 10px;
  margin-bottom: -10px;
}

#loading_screen {
  position: fixed;
  z-index: 1150;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
  width: 200px;
  height: 200px;
  opacity: 0.75;
}

.bx-soa-proceed {
  text-align: center;
}

.table {
  border-spacing: 0;
}
.table td,
.table th {
  padding: 0 26px 0 0;
  font-size: 14px;
  line-height: 14px;
}
.table thead td,
.table thead th {
  font-weight: 300;
  vertical-align: bottom;
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 5px;
  text-align: left;
}
.table tbody td,
.table tbody th {
  vertical-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.table tbody td:first-child,
.table tbody th:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 5px;
}
.table tbody td:last-child,
.table tbody th:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.table tbody tr:first-child td,
.table tbody tr:first-child th {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
}
.table tbody tr:first-child td:first-child,
.table tbody tr:first-child th:first-child {
  border-top-left-radius: 5px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.table tbody tr:first-child td:last-child,
.table tbody tr:first-child th:last-child {
  border-top-right-radius: 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom: none;
}
.table tbody tr.table__no-border td,
.table tbody tr.table__no-border th {
  border-bottom: none;
}
.table tfoot td {
  text-align: right;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.table tfoot td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 5px;
  border-bottom-right-radius: 5px;
}
.table tfoot td:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 5px;
}
.table .actions {
  width: 70px;
}
.table .table__hide {
  display: none;
}
.table .table__show {
  display: inline;
}
.table.opened .table__hide {
  display: inline;
}
.table.opened .table__show {
  display: none;
}
.table.opened tbody tr:first-child td,
.table.opened tbody tr:first-child th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.radio-button {
  width: 0;
  height: 0;
  overflow: hidden;
  border: none;
  outline: none;
  position: absolute;
  transform: scale(0);
}
.radio-button + label {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  padding: 9px 15px;
  border-radius: 5px;
  background: #F6F6F6;
  transition: all ease 0.2s;
}
.radio-button + label:hover {
  transition: all ease 0.2s;
}
.radio-button + label:hover {
  background: #007FBB;
  color: #fff;
}
.radio-button:checked + label {
  background: #007FBB;
  color: #fff;
  font-weight: 400;
}
.radio-button:disabled + label {
  cursor: default;
}
.radio-button:disabled + label:before {
  opacity: 0.36;
}
.radio-button:disabled + label:after {
  opacity: 0.36;
}

.page-text {
  line-height: 1.4;
}

.payment-page {
  margin-bottom: 49px;
}
.payment-page .widget-payment-checkout-info {
  margin-bottom: 18px;
}
.payment-page .btn-success {
  margin: 11px 0 29px;
}

.alert {
  border-radius: 10px;
  margin-top: 11px;
  padding: 16px 20px;
  margin-bottom: 18px;
  line-height: 1.4;
}
.alert-warning, .alert--warning {
  background: #ffe8cd;
  color: #bb7943;
}
.alert-danger, .alert--danger, .alert-error, .alert--error {
  background: #f8dcdc;
  color: #bb4343;
}
.alert-success, .alert--success {
  background: #d1eed3;
  color: #09570d;
}
.alert-info, .alert--info {
  background: #cee7f3;
  color: #011b26;
}
.alert p:first-child {
  margin-top: 0;
}
.alert p:last-child {
  margin-bottom: 0;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  line-height: 1em;
  font-size: 0.9em;
  vertical-align: middle;
  cursor: wait;
  opacity: 0.33;
}

.placeholder:not(button) {
  background-color: currentColor;
  padding: 1px;
  border-radius: 3px;
  user-select: none;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.1;
  }
}
.autoComplete_wrapper {
  position: relative;
}

.autoComplete_wrapper[aria-expanded=true] input {
  border: 1px solid rgb(204, 127.5, 128);
  border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
}

.autoComplete_wrapper ul {
  position: absolute;
  background-color: #F8F8F8;
  padding: 0.375rem 0.35rem;
  border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
  list-style: none;
  user-select: none;
  width: 100%;
  border: 1px solid rgb(204, 127.5, 128);
  margin-top: -1px;
}

.autoComplete_wrapper ul li {
  padding: 0.375rem 0.4rem;
  cursor: pointer;
  border-radius: 0.25rem;
  margin: 0.1rem;
}

.autoComplete_wrapper ul li:hover {
  background-color: #e0e0e0;
}

.backToTopBtn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1;
  height: 50px;
  width: 50px;
  font-size: 20px;
  border: none;
  color: #fff;
  border-radius: 16px;
  transition: 0.5s;
  cursor: pointer;
}

.backToTopBtn:not(:hover) {
  background: #007FBB;
}

.backToTopBtn:hover {
  background: rgb(0, 92.3636363636, 136);
}

.backToTopBtn.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.backToTopBtn:not(.active) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.cookie-popup {
  position: fixed;
  background: #007FBB;
  color: #fff;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  padding: 20px;
  bottom: 66px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1080px) {
  .cookie-popup {
    bottom: 40px;
    width: auto;
    border-radius: 10px;
  }
}
.cookie-popup__text {
  line-height: 20px;
}
.cookie-popup__text a,
.cookie-popup__text a:hover {
  color: #fff;
}
.cookie-popup__buttons {
  height: 40px;
  padding-left: 20px;
}
.cookie-popup__buttons .btn {
  background: #fff;
  border-color: #fff;
  color: #007FBB;
  font-weight: 700;
  opacity: 0.75;
}
.cookie-popup__buttons .btn:hover {
  opacity: 1;
}
.cookie-popup__icon {
  display: none;
  font-size: 24px;
  opacity: 0.75;
}
@media (min-width: 1080px) {
  .cookie-popup__icon {
    display: inline-block;
    padding-right: 20px;
    bottom: 40px;
  }
}

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