@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600;900&display=swap');



body {
  font-family: 'Source Sans 3', sans-serif;
  color: #00092a;
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100vh;
  height: var(--doc-height);
}

.page-wrapper {
  position: relative;
  padding-top: 139px;
}

.container {
  width: 1440px;
}

.title {
  font-weight: 600;
  font-size: 30px;
  line-height: normal;
  color: #00092a;
}

.seo {
  padding: 70px 0 50px;
}

.seo-content {
  margin-top: 40px;
  font-size: 18px;
  line-height: normal;
  color: #2f3752;
  font-weight: normal;
}

.seo-content a {
  text-decoration: underline;
  color: #2f3752;
}

.seo-content h2,
.seo-content h3,
.seo-content h4,
.seo-content h5,
.seo-content h6 {
  font-weight: 600;
  font-size: 30px;
  line-height: normal;
  color: #00092a;
  margin-bottom: 16px;
}

.seo-content p {
  margin-bottom: 16px;
}

button {
  cursor: pointer;
}

.bg-white {
  background: #fff;
}

.info {
  padding-bottom: 85px;
}

.info-block {
  width: calc(50% - 57px);
}

.info-title {
  margin-bottom: 24px;
}

.info-item {
  border: 2px solid #f1f3f7;
  font-size: 16px;
  font-weight: normal;
  color: #00092a;
}

.info-item span {
  color: #8a8b8f;
  text-decoration: line-through;
}

.info-item__price {
  white-space: nowrap;
}

.info-item__link {
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.info-item__title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 8px 16px;
}

.info-item__content {
  font-size: 14px;
  color: #00092a;
  display: none;
  padding: 0 16px 8px;
}

.info-item:hover .info-item__left {
  color: #005f9f;
}

.info-item.open .info-item__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.videos {
  background: #005f9f;
  padding: 80px 0 40px;
  overflow-x: hidden;
}

.videos-top {
  margin-bottom: 40px;
}

.videos-title {
  text-transform: uppercase;
  color: #fff;
}

.videos-link {
  margin-left: 28px;
  margin-right: auto;
  font-size: 16px;
  color: #fff;
  opacity: 0.46;
}

.videos-link:hover {
  opacity: 1;
}

.videos-arrow {
  width: 40px;
  height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 10px;
}

.videos-arrow:hover {
  opacity: 0.8;
}

.videos-prev {
  background-image: url("../img/2024/prev.png");
}

.videos-next {
  background-image: url("../img/2024/next.png");
}

.videos-item {
  color: #fff;
  font-size: 18px;
}

.videos-item__img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.videos-item__play {
  width: 54px;
  height: 40px;
  background-image: url("../img/2024/youtube.png");
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.videos-item__name {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 3;
  padding: 22px;
  left: 0;
  top: 0;
  width: 100%;
}

.videos-item__title {
  margin: 24px 0 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.videos-item__link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.videos-item__top {
  border-radius: 10px;
  padding-top: 60%;
}

.videos-item__top:hover .videos-item__img {
  opacity: 0.8;
}

.videos-item__top:hover .videos-item__play {
  -webkit-transform: scale(1.05) translate(-50%, -50%);
  -ms-transform: scale(1.05) translate(-50%, -50%);
  transform: scale(1.05) translate(-50%, -50%);
}

.videos-slider {
  position: static;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.videos-wrapper {
  padding-bottom: 30px;
}

.videos .swiper-scrollbar,
.otherProducts .swiper-scrollbar,
.otherProducts-stocks .swiper-scrollbar,
.otherProducts-default .swiper-scrollbar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  cursor: pointer;
  background: #4984ae;
  height: 3px;
  opacity: 1;
}

.videos .swiper-scrollbar-drag,
.otherProducts .swiper-scrollbar-drag,
.otherProducts-stocks .swiper-scrollbar-drag,
.otherProducts-default .swiper-scrollbar-drag {
  cursor: pointer;
  border-radius: 3px;
  background: #bbbec5;
  opacity: 1;
  height: 5px;
  top: -1px;
}

.subscribe {
  padding: 44px 0 52px;
  background: #0e2764;
  color: #fff;
}

.subscribe-title {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.subscribe-subtitle {
  line-height: normal;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

.subscribe-arrow {
  margin-right: 58px;
  margin-left: 142px;
}

.subscribe-btn {
  font-size: 16px;
  color: #282828;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 31px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 25px;
  background: #f08e00;
  white-space: nowrap;
  margin-left: 53px;
  height: 50px;
  border: none;
}

.subscribe-btn:hover {
  background: #e49b2f;
}

.subscribe-input {
  width: 399px;
  height: 50px;
  padding-left: 28px;
  border-radius: 25px;
  background: #c2c9d8;
  border: 2px solid #c2c9d8;
  font-size: 16px;
  max-width: 100%;
  color: #10204b;
  font-weight: normal;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.subscribe-input:focus {
  border-color: #f08e00;
}

.subscribe-input::-webkit-input-placeholder {
  color: #10204b;
}

.subscribe-input::-moz-placeholder {
  color: #10204b;
}

.subscribe-input:-ms-input-placeholder {
  color: #10204b;
}

.subscribe-input::-ms-input-placeholder {
  color: #10204b;
}

.subscribe-input::placeholder {
  color: #10204b;
}

.subscribe-percent {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.09;
  font-weight: 900;
  color: #f1f3f7;
  font-size: 76px;
  line-height: 76px;
}

.subscribe-percent__big {
  font-size: 137px;
  line-height: 137px;
  top: 50%;
  right: calc(50% + 310px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.subscribe-percent__middle {
  left: calc(50% + 160px);
  bottom: -27px;
}

.subscribe-percent__small {
  left: calc(50% + 480px);
  top: -27px;
}

.breadcrumbs {
  padding: 22px 0 33px;
  font-weight: 300;
  font-size: 14px;
  color: #797c87;
}

.breadcrumbs-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.breadcrumbs-list li::after {
  content: "»";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 17px;
}

.breadcrumbs-list li:first-child a {
  padding-left: 24px;
  background-image: url("../img/2024/home.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.breadcrumbs-list li:last-child::after {
  display: none;
}

.breadcrumbs-list li a {
  color: #797c87;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
}

.breadcrumbs-list li a:hover {
  color: #f4a104;
}

.page-title {
  font-size: 36px;
  font-weight: 600;
  color: #00092a;
  margin-bottom: 1em;
}

.category {
  padding-bottom: 72px;
}

.category .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 10px;
}

.category .swiper-slide {
  height: auto !important;
  width: 155px;
  min-width: 155px;
}

.category-box {
  margin: 15px 0 30px;
}

.category-slider {
  position: static;
}

.category-item {
  padding: 16px 10px 15px;
  min-height: 100%;
  background: #fff;
  border-radius: 10px;
  transition: all 0.4s;
}

.category-item:hover {
  -webkit-box-shadow: 0px 0px 7px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 7px 6px rgba(0, 0, 0, 0.1);
}


.category-item__link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.category-item__img {
  width: 76px;
  height: 75px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto 15px;
  transition: all 0.4s;
}

.category-item:hover .category-item__img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.category-item__text {
  font-size: 14px;
  color: #00092a;
  text-align: center;
}

.category-item:hover .category-item__text {
  color: #f4a104;
}

.category .swiper-scrollbar {
  position: absolute;
  left: 0;
  bottom: -17px;
  width: 100%;
  z-index: 3;
  cursor: pointer;
  background: #dcdee4;
  height: 3px;
  opacity: 1;
}

.category .swiper-scrollbar-drag {
  cursor: pointer;
  border-radius: 3px;
  background: #bbbec5;
  opacity: 1;
  height: 5px;
  top: -1px;
}

.bg-gray {
  background: #f1f3f7;
}

.category-left {
  background: #fff;
  border-radius: 10px;
  width: 290px;
}

.category-right {
  width: calc(100% - 310px);
}

.filters {
  padding: 0 18px;
}

.filters-mobile {
  background: #2196f3;
  height: 40px;
  padding-right: 10px;
  padding-left: 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

.filters-mobile__text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
  text-transform: uppercase;
  margin-right: auto;
}

.filters-mobile__close {
  width: 18px;
  height: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  filter: invert(1);
  background-image: url("../img/2024/filter-close.png");
}

.filters-buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  height: 40px;
  background-color: rgb(241, 243, 247);
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.31);
  padding-left: 15px;
}

.filters-btn {
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #2196F3;
  font-weight: 600;
  border: none;
}

.filters-disabled {
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  color: grey;
}

.filters-disabled:hover {
  color: rgb(56, 55, 55);
}

.filters-item {
  padding: 26px 0;
  border-bottom: 1px dashed #c2c9d8;
}

.filters-item__title {
  font-weight: bold;
  color: #000;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filters-item__title img {
  position: relative;
  right: -6px;
}

.filters-item__content {
  padding-top: 20px;
}

.filters-item__scroll {
  max-height: 304px;
  overflow-y: auto;
}

.filters-item__fieldset {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}



/* для элемента input c type="checkbox" c type="radio" */
.custom-checkbox>input,
.custom-radio>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox>span,
.custom-radio>span {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.custom-checkbox sup {
  position: relative;
  top: -.2em;
  margin: 0 5px;
  color: #9ea4b5;
  font-size: 14px;
}

.custom-checkbox>span::before,
.custom-radio>span::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #d8dde9;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.8em;
  background-color: white;
}

.custom-radio>span::before {
  width: 21px;
  height: 21px;

}

.custom-checkbox>span::before {
  width: 24px;
  height: 24px;
}

.custom-checkbox>span::before {
  border-radius: 0.25em;
}

.custom-radio>span::before {
  border-radius: 50%;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox>input:not(:disabled):not(:checked)+span:hover::before,
.custom-radio>input:not(:disabled):not(:checked)+span:hover::before {
  border-color: #2196f3;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox>input:not(:disabled):active+span::before,
.custom-radio>input:not(:disabled):active+span::before {
  background-color: #80c6ff;
  border-color: #f4a104;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox>input:focus+span::before,
.custom-radio>input:focus+span::before {
  border-color: #ffe1b3;
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox>input:focus:not(:checked)+span::before,
.custom-radio>input:focus:not(:checked)+span::before {
  border-color: #80c6ff;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox>input:checked+span::before,
.custom-radio>input:checked+span::before {
  border-color: #136ab1;
  background-color: #2196f3;
}

.custom-checkbox>input:checked+span::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-radio>input:checked+span::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox>input:disabled+span::before,
.custom-radio>input:disabled+span::before {
  background-color: #e9ecef;
}

label.custom-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  user-select: none;
  cursor: pointer;
  font-weight: 300;
  font-size: 16px;
}



.filters-item__input label {
  font-size: 14px;
  font-weight: normal;
  color: #797c87;
  margin-right: 13px;
}

.filters-item__input input {
  height: 34px;
  width: 86px;
  border-radius: 5px;
  border: 1px solid #c2c9d8;
  background: transparent;
  font-size: 14px;
  color: #000;
  padding-left: 8px;
}

.filters-item__inputs {
  margin-bottom: 24px;
}

.filters-item.item-close .filters-item__title img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filters-range__wrapper {
  margin-left: 12px;
  width: calc(100% - 24px);
}

.scrollbar::-webkit-scrollbar {
  width: 5px;
}

.filters-scroll.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #cbd0e0;
  position: relative;
  right: -10px;
}


.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #e7eaf2;
}

.filters-item__content .ui-slider {
  position: relative;
  background: #f1f3f7;
  border: 1px solid rgba(121, 124, 135, 0.3);
  border-radius: 10px;
  height: 8px !important;
  margin: 0 10px;
}

.filters-item__content .ui-slider .ui-slider-handle {
  position: absolute;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border-radius: 100%;
  top: -9px;
  background: #2196f3;
  z-index: 2;
  -webkit-transition: border 0.4s, -webkit-transform 0.2s;
  transition: border 0.4s, -webkit-transform 0.2s;
  transition: transform 0.2s, border 0.4s;
  transition: transform 0.2s, border 0.4s, -webkit-transform 0.2s;
}

.filters-item__content .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 7px;
  border: 0;
  background: #2196f3;
  border-radius: 10px;
}

.filters-item:last-child {
  margin-bottom: 26px;
}

.overlay,
.header-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 150vh;
  z-index: 18;
  background: #000;
  opacity: 0.30;
  display: none;
}

.select {
  height: 40px;
  position: relative;
  width: 100%;
}

.select select {
  display: none;
}

.select .nice-select {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #c2c9d8;
  background: #fff;
  padding-left: 16px;
  padding-right: 8px;
  font-size: 14px;
  color: #4e5874;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.select .nice-select::after {
  display: none;
}

.select .nice-select::before {
  content: "";
  width: 12px;
  height: 7px;
  background-image: url("../img/2024/select-arrow.png");
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.select .nice-select .nice-select-dropdown {
  width: 100%;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #c2c9d8;
  overflow: hidden;
}

.select .nice-select .list {
  border-radius: 0;
  background: transaprent;
  padding: 15px 0;
  max-height: 300px;
}

.select .nice-select .option {
  font-size: 14px;
  line-height: 28px;
  color: #4e5874;
  font-weight: normal;
}

.select .nice-select .option.selected {
  background: #2196f3 !important;
  color: #fff !important;
}

.category-cats {
  padding: 0 18px;
  height: 40px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 28px;
}

.category-cats__title {
  font-size: 15px;
  margin-right: 20px;
  color: #00092a;
  white-space: nowrap;
}

.category-cats__item {
  margin-right: 10px;
  height: 26px;
  border-radius: 5px;
  border: 1px solid #c2c9d8;
  background: #f1f3f7;
  padding: 0 9px;
  font-weight: 300;
  font-size: 12px;
  white-space: nowrap;
  color: #01215d;
}

.category-cats__item span {
  cursor: default;
}

.category-cats__item a {
  display: block;
  text-decoration: none;
  width: 10px;
  min-width: 10px;
  height: 10px;
  background-image: url("../img/2024/sort-close.png");
  margin-left: 5px;
  margin-top: 1px;
}

.category-cats__item:hover {
  color: #000;
  background: #d1ddfe;
  border: 1px solid #2196f3;
}

.category-cats__item:hover a {
  background-image: url("../img/2024/sort-close-active.png");
}

.category-cats__link {
  height: 26px;
  border: 1px solid #e80106;
  color: #e80106;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 600;
  font-size: 12px;
  padding: 0 10px;
}

.category-cats__link:hover {
  background: #e80106;
  color: #fff;
}

.category-sort {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.category-sort__title {
  font-weight: normal;
  font-size: 15px;
  color: #00092a;
  margin-right: 13px;
}

#mse2_sort {
  border: 1px solid #d4dae5;
  padding: 10px 18px;
  border-radius: 5px;
  font-size: 14px;
  height: 40px;
  color: #4b5b78;
  width: 100%;
}

.pagination {
  padding: 0;
  margin: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pagination li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 5px 0 0;
}

.pagination li a,
.pagination li span {
  width: 42px;
  height: 42px;
  border-radius: 4px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #dfdfdf;
  color: #005b9b;
  font-size: 16px;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.pagination li span {
  cursor: default;
}

.pagination li a:hover,
.pagination li.active a,
.pagination li.active span {
  background: #f1f4f6;
}

.pagination li:last-child a,
.pagination li:last-child span,
.pagination li:first-child a,
.pagination li:first-child span {
  width: auto;
  padding: 0 18px;
}



.header {
  width: 100%;
  background-color: #061745;
  transition: transform 0.3s ease;
  z-index: 1000;
  top: 0;
  left: 0;
  position: fixed;
  min-width: 360px;
}

.header._out {
  transform: translateY(-100%);
}

.header._fixed {
  transform: translateY(0%);
}

._pc._locked .header._fixed,
._pc._flocked .header._fixed,
._pc._locked .header,
._pc._flocked .header,
._pc._catlock .header {
  border-right: 17px solid #f1f3f4;
}


.header-logo {
  position: relative;
  top: -10px;
}

.header-top {
  background: #061745;
}

.header-top__list {
  height: 99px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.header-text {
  margin-left: auto;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 18px;
  color: #0086d8;
  margin-right: 48px;
}

.header-text span {
  color: #ffa800;
}

.header-lang {
  height: 40px;
  border: 2px solid rgba(253, 254, 254, 0.15);
  color: #39456f;
  font-size: 14px;
  border-radius: 20px;
  width: 87px;
  margin-left: 34px;
  margin-right: 29px;
}

.header-lang a {
  color: #39456f;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a.ru,
span.ru
 {
  order: 2;
  margin-left: 12px;
}

.header-lang a.active,
.header-lang span.active,
.header-lang a:hover {
  color: #fff;
}

.header-lang a,
.header-lang span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.header-search {
  width: 400px;
}

.header-search__input {
  height: 40px;
  border: 2px solid #1c2441;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  width: 100%;
  background: #c2c9d8;
  border-radius: 20px;
  padding-left: 27px;
  font-size: 14px;
  color: #000;
}

.header-search__input::-webkit-input-placeholder {
  color: #4e5874;
}

.header-search__input::-moz-placeholder {
  color: #4e5874;
}

.header-search__input:-ms-input-placeholder {
  color: #4e5874;
}

.header-search__input::-ms-input-placeholder {
  color: #4e5874;
}

.header-search__input::placeholder {
  color: #4e5874;
}

.header-search__input:focus {
  border-color: #ffa800;
}

.header-search__btn {
  width: 21px;
  height: 20px;
  background-image: url("../img/2024/search.png");
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.header-search__btn:hover {
  opacity: 0.7;
}

.header-phones {
  height: 40px;
  border: 2px solid rgba(253, 254, 254, 0.15);
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.header-phones:hover {
  background-color: #005f9f;
}

.header-phones span {
  margin: 0 12px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.header-cart {
  margin-left: 24px;
  margin-right: 32px;
}

.header-burger {
  width: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  margin-top: 7px;
}

.header-burger span:first-child {
  margin-top: 0;
}

.header-bottom {
  background: #020832;
}

.header-icons {
  border-left: 1px solid #102150;
  margin-left: auto;
}

.header-icons__item {
  height: 40px;
  border-right: 1px solid #102150;
  width: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.header-icons__item img:nth-child(2) {
  display: none;
}

.header-icons__item img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.header-icons__item span {
  right: 3px;
  top: 0px;
  height: 18px;
  border-radius: 50%;
  background: #f4a104;
  font-weight: 600;
  font-size: 9px;
  color: #fff;
  display: none;
  padding: 3px;
  min-width: 18px;
}

.header-icons__item:hover {
  background: #005f9f;
}

.header-icons__item:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.header-icons__item.active span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-icons__item.active img:nth-child(2) {
  display: block;
}

.header-icons__item.active:hover img {
  -webkit-filter: none;
  filter: none;
}

#msMiniCart {
  position: relative;
}

.empty-cart {
  background-color: #c2c9d8;
  color: rgb(0, 0, 0);
  position: absolute;
  padding: 10px;
  right: 0;
  width: 150px;
  border-radius: 5px;
  opacity: 0;
  display: none;
  text-align: center;
}

.empty-cart::before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  right: 15px;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 10px;
  border-left-width: 10px;
  border-bottom: 10px solid #c2c9d8;
}

.top-right__cart:hover .empty-cart {
  opacity: 1;
  display: block;
}

.header-nav {
  padding: 0 0 0 22px;
  margin: 0;
}

.header-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav ul li {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.header-nav ul li a {
  text-decoration: none;
  outline: none;
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  padding: 0 22px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-nav ul li.menu-item-has-children>a::after {
  content: "";
  transform: rotate(45deg) skew(-10deg, -10deg);
  border: 1px solid #ffffff;
  border-width: 0 2px 2px 0;
  display: block;
  width: 5px;
  height: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 5px;
  opacity: 0.3;
}

.header-nav ul li:hover {
  background: #005f9f;
  color: #ffffff;
}

.header-nav ul li.menu-item-has-children:hover a::after {
  opacity: 1;
}

.header-nav ul li ul {
  position: absolute;
  left: 0;
  top: 100%; 
  background: #005f9f;
  border: 1px solid #014878;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  pointer-events: none;
  display: block;
}

.header-nav ul li ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #014878;
}

.header-nav ul li ul li:last-child {
  border: none;
}

.header-nav ul li ul li::before,
.header-nav ul li ul li::after {
  display: none;
}

.header-nav ul li ul li a {
  display: block;
  width: 100%;
  height: 41px;
  line-height: 41px;
  font-size: 16px;
  padding: 0 24px 0 24px;
  color: #ffffff;
  white-space: nowrap;
}

.header-nav ul li ul li a::before,
.header-nav ul li ul li a::after {
  display: none;
}

.header-nav ul li ul li:hover {
  background: #036eb5;

}

.header-catalog {
  height: 40px;
  background: #005f9f;
  padding-right: 25px;
  padding-left: 22px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header-catalog:hover,
.header-catalog.active {

  background: #0086d8;
  position: relative;
  z-index: 20;
}

.header-catalog__lines {
  width: 26px;
  min-width: 26px;
  margin-right: 13px;
}

.header-catalog__lines span {
  display: block;
  width: 100%;
  height: 2px;
  background: #e1e1e1;
  margin-top: 4px;
}

.header-catalog__lines span:first-child {
  margin-top: 0;
}

.header-catalog__lines span:nth-child(2) {
  width: 19px;
}

.header-catalog__lines span:nth-child(3) {
  transition: all 0.3s;
}

.header-catalog:hover .header-catalog__lines span:nth-child(3) {
  width: 12px;
}

.header-catalog.color-orange {
  background: #f4a104;
  color: #020832;
}

.header-catalog.color-orange span {
  background: #020832;
}

.header-catalog.color-orange:hover,
.header-catalog.color-orange.active {
  background: #feb401;
}

.menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobileMenu {
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  overflow-y: auto;
  z-index: 20;
  background: #fff;
  width: 340px;
  max-width: calc(100% - 20px);
  background: #fff;
  height: 100vh;
  -webkit-box-shadow: 0px 0px 27.84px 4.16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 27.84px 4.16px rgba(0, 0, 0, 0.1);
}

.mobileMenu-top {
  background: #005f9f;
  height: 60px;
  padding: 10px 20px;
}

.mobileMenu-close {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-left: auto;
  background-size: 18px;
  filter: invert(1);
  background-image: url(../img/2024/filter-close.png);
}

.mobileMenu-icons {
  padding-left: 10px;
}

.mobileMenu-icons__item {
  height: 60px;
  padding: 0 10px;
  margin-right: 10px;
}

.mobileMenu-icons__item img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.mobileMenu-icons__item img:nth-child(2) {
  display: none;
}

.mobileMenu-icons__item span {
  right: 5px;
  top: 14px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #0086d8;
  font-weight: 600;
  font-size: 9px;
  color: #fff;
  display: none;
  padding-bottom: 1px;
}

.mobileMenu-icons__item.active span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobileMenu-icons__item.active img {
  display: none;
  -webkit-filter: none;
  filter: none;
}

.mobileMenu-icons__item.active img:nth-child(2) {
  display: block;
}

.mobileMenu-wrapper {
  padding: 10px 10px 20px;
}

.mobileMenu .header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 100%;
}

.mobileMenu .header-search__btn {
  right: 12px;
}

.mobileMenu .header-search__input {
  border-width: 1px;
  border-color: #c2c9d8;
  color: #000;
  background: transparent;
  padding-left: 18px;
}

.mobileMenu .header-search__input::-webkit-input-placeholder {
  color: #4e5874;
}

.mobileMenu .header-search__input::-moz-placeholder {
  color: #4e5874;
}

.mobileMenu .header-search__input:-ms-input-placeholder {
  color: #4e5874;
}

.mobileMenu .header-search__input::-ms-input-placeholder {
  color: #4e5874;
}

.mobileMenu .header-search__input::placeholder {
  color: #4e5874;
}

.mobileMenu .header-lang {
  margin: 68px auto;
  border-color: #c3cad9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #c3cad9;
}

.mobileMenu .header-lang a {
  color: #c3cad9;
}

.mobileMenu .header-lang a.active {
  color: #005f9f;
}

.mobileMenu-text {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 18px;
  color: #00b0e5;
  line-height: 1.1;
}
.ui-front {
    z-index: 1006!important;
}
.mobileMenu-text span {
  color: #ffa800;
  display: block;
}

.mobileMenu-nav {
  padding: 0;
  margin: 0;
}

.mobileMenu-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.mobileMenu-nav ul li {
  display: block;
  width: 100%;
  margin-top: 1px;
}

.mobileMenu-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 14px;
  background: #eef3f6;
  height: 40px;
  font-size: 16px;
  color: #061745;
  text-decoration: none;
  outline: none;
}

.mobileMenu-nav ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  background-color: #f6f9fa;
  display: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.mobileMenu-nav ul li a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url("../img/2024/mobile-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: none;
  z-index: 1;
}

.mobileMenu-nav ul li ul {
  display: none;
  width: 100%;
  padding: 0;
  background: transparent;
  margin-top: 1px;
}

.mobileMenu-nav ul li ul li {
  margin: 0;
  padding: 0;
  background: transparent;
}

.mobileMenu-nav ul li ul li a {
  height: auto;
  background: transparent;
  padding: 10px 0 10px 14px;
}

.mobileMenu-nav ul li ul li a::after {
  display: none;
}

.mobileMenu-nav ul li ul li a::before {
  content: "-";
  width: auto;
  height: auto;
  background: none;
  display: block;
  opacity: 1;
  position: static;
  margin-right: 4px;
}

.mobileMenu .header-search {
  margin-bottom: 10px;
}

.mobileMenu .header-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 4px 0;
  height: 40px;
  position: relative;
}

.mobileMenu .header-catalog::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url("../img/2024/mob-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.mobileMenu-nav .menu-item-has-children>a::after,
.mobileMenu-nav .menu-item-has-children>a::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobileMenu-nav .menu-item-has-children.open a::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobileMenu-nav .menu-item-has-children.open a::after {
  opacity: 0;
}

.header-search form {
  width: 100%;
}

.catalog-list {
  margin-top: -6px;
  margin-left: -3px;
  margin-right: -3px;
}

.catalog-block {
  padding-left: 3px;
  padding-right: 3px;
  margin-top: 6px;
  width: 25%;
  position: relative;
}

.card-content__right .catalog-block {
  width: 100%;
}

.catalog-wrapper {
  margin-top: 24px;
}

.catalog-hide {
  margin-top: 24px;
  display: none;
}

.catalog-hide__text {
  font-size: 13px;
  color: #797c87;
  margin-top: 8px;
}

.catalog-hide__top {
  font-size: 12px;
  color: #797c87;
}

.catalog-hide__top b {
  font-weight: bold;
  color: #000000;
}

.catalog-item {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 26px 10px 20px;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  min-height: 100%;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #d9dee7;
}

.catalog-item_pp {
  padding: 30px 15px;
  border: 1px solid #d9dee7;
  border-radius: 10px;
}

.catalog-item__info-left,
.catalog-item__info-right {
  height: 15px;
  padding: 0 9px;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  top: 10px;
  z-index: 3;
  border-radius: 6px;
}

.catalog-item__info-left.red-color,
.catalog-item__info-right.red-color,
.card-blocks__cat.red-color {
  background: #db0000;
}

.catalog-item__info-left.orange-color,
.catalog-item__info-right.orange-color,
.card-blocks__cat.orange-color {
  background: #ffa800;
  ;
}

.catalog-item__info-left.blue-color,
.catalog-item__info-right.blue-color,
.card-blocks__cat.blue-color {
  background: #005f9f;
}

.catalog-item__info-left.darkblue-color,
.catalog-item__info-right.darkblue-color,
.card-blocks__cat.darkblue-color {
  background: #061745;
}

.catalog-item__info-right {
  right: 10px;
}

.catalog-item__info-left {
  left: 10px;
}

.catalog-item__img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.catalog-item__img-item {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}

.catalog-item__name {
  font-weight: 600;
  color: #00092a;
  font-size: 16px;
  margin-bottom: auto;
  margin-top: 20px;
  width: 100%;
  height: 50px;
  overflow: hidden;
  line-height: 1.2;
}

.catalog-item__name:hover {
  color: #005f9f;
}

.catalog-item__center {
  margin: 20px 0 12px;
  font-size: 12px;
  color: #797c87;
  width: 100%;
}

.catalog-item__inStock {
  background-image: url("../img/2024/in-stock.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 16px;
}

.catalog-item__inStock.blue-color {
  background-image: url("../img/2024/blue-icon.png");
  color: #005f9f;
}

.catalog-item__inStock.red-color {
  background-image: url("../img/2024/red-icon.png");
  color: #ee1818;
}

.catalog-item__bottom {
  width: 100%;
}

.catalog-item__btn,
.btn  {
  border-radius: 20px;
  background: #2196f3;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 0 18px;  
  height: 40px;
  cursor: pointer;
      display: inline-flex;
    align-items: center;
}
.ec-form__row input[type="checkbox"] {
    width: 18px;
    height: 18px;
}
.catalog-item__btn img {
  margin-right: 4px;
}

.catalog-item__btn:hover,
.btn:hover  {
  background: #f08e00;
  color: #fff;
  text-decoration: none;
}



.catalog-item__btn.dark-blue-color {
  background: #005f9f;
}

.catalog-item__btn.dark-blue-color:hover {
  background: #f08e00;
}

.catalog-item__btn.gray-color {
  background: #bdbdbd;
}

.catalog-item__btn.gray-color:hover {
  background: #9f9d9d;
}

.catalog-item__price {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 24px;
}

span.catalog-item__price-null {
  font-size: 16px;
  width: 110px;
  line-height: 1;
  font-weight: 400;
  color: gray;
}

.catalog-item__price-red {
  color: #e80106;
  width: 100%;
}

.catalog-item__price-top {
  color: #a8a7a7;
  font-size: 17px;
  font-weight: normal;
}

.catalog-item__price-top span {
  text-decoration: line-through;
}

.catalog-item__price-top small {
  height: 16px;
  color: #db0000;
  font-size: 14px;
  font-weight: 600;
  padding: 0 4px;
  border-radius: 7px;
  background: #ffd505;
  left: calc(100% + 3px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.catalog-item__icons {
  margin-top: -5px;
  position: relative;
  align-items: flex-end;
  width: 100%;
        display: flex;
    justify-content: space-between;
}

.catalog-item__star {
  margin-right: 1px;
  position: relative;
  top: -3px;
}

.catalog-item__chat {
  margin-left: 7px;
  color: #000;
  font-size: 16px;
}

.catalog-item__chat span {
  margin-left: 4px;
}

.catalog-item__compare {
  margin-left: auto;
}

.catalog-item__play {
  width: 29px;
  z-index: 3;
  right: 18px;
  top: 190px;
}

.catalog-block:hover {
  z-index: 4;
}






.menu__catalog-promo {
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  height: 100%;
  padding: 30px;
  z-index: 0;
  display: none;
}

.menu__catalog-promobox {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu__catalog-promobox.promo_product {
  background-image: url(../img/catalog/menu/bg_catalogmemu_product.jpg);
}

.menu__catalog-promobox.promo_service {
  background-image: url(../img/catalog/menu/bg_catalogmemu_service.jpg);
}

.menu__catalog-promowrapper {
  background-color: #ffffffd1;
  width: calc(100% - 350px);
  border-radius: 20px;
  padding: 30px 50px;
  margin-left: 40px;
  border: 1px solid #e2f2f9;
}

.menu__catalog-promotitle {
  font-size: 26px;
  color: #005f9f;
  font-weight: 900;
  text-transform: uppercase;
  max-width: 500px;
}

.menu__catalog-promotext {
  margin: 40px 0;
}


.menu__catalog-promobuttom {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f6c233;
  margin-right: 20px;
  color: #000;
  border-radius: 30px;
  transition: all 0.3s ease 0s;
  text-align: center;
}

.menu__catalog-promobuttom:hover {
  background-color: #005f9f;
  color: #ffffff;
  text-decoration: none;
}



.catalog_breadcrumb {
  display: none;
}



.catalogServices,
.catalogProducts {
  background: #fff;
  border: 1px solid rgb(223, 223, 228);
  position: fixed;
  z-index: 21;
  left: 50%;
  top: 140px;
  width: 1440px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-height: calc(100vh - 160px);
  display: none;

}

.header._fixed .catalogServices,
.header._fixed .catalogProducts {
  left: calc(50% + 8px);
}


body._pc._locked .catalogServices,
body._pc._locked .catalogProducts {
  margin-left: -8px;
}

.catalogServices-left {
  width: 345px;
  border-right: 1px solid rgb(223, 223, 228);
  min-height: 547px;
  background-color: #eef3f6;
}

.catalogServices-right {
  overflow: hidden;
  width: calc(100% - 345px);
}

.catalogServices-link,
.catalog-link {
  color: #182f7d;
  font-size: 16px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: auto;
  padding-right: 8px;
  padding-left: 14px;
}

.catalogServices-link.active:hover,
.catalogServices-link.active,
.catalog-link.active {
  background-color: white;
  text-decoration: none;
}

.catalogServices-link img,
.catalog-link img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 0.18;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.catalogServices-link span,
.catalog-link span {
  margin-left: 14px;
  margin-right: auto;
}

.catalogServices-link.active,
.catalog-link.active {
  color: #0086d8;
}

.catalogServices-link.active img,
.catalog-link:hover img {
  -webkit-filter: none;
  filter: none;
  opacity: 0.7;
  filter: invert(40%) sepia(57%) saturate(2048%) hue-rotate(178deg) brightness(88%) contrast(102%);
}

.mse2__result-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.mse2__result-title span {
  font-weight: 400;
}

.mse2__result-intro {
  font-size: 12px;
  color: grey;
  line-height: 1.4;
}

.mse2__result-intro b {
  color: #000;
}

.mse2-ac-link.ui-menu-item-wrapper {
  padding: 0;
}

.mse2-ac-item.mse2__result-item {
  padding: 10px 15px;
  border-bottom: 1px dashed #d9e2f1;
}

.ui-state-active {
  border: 1px solid #337ab7 !important;
  background: #d9e2f3 !important;
  color: #020832 !important;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  border: 1px solid #c5c5c5;
  border-radius: 10px !important;
  overflow: hidden !important;
}

.mse2_number_slider.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
  overflow: visible !important;
}

.catalog-link:hover {
  background: #f1f3f7;
}

img.catalogServices-icon {
  max-width: 32px;
}

.search__result-intro {
  color: #7f90a8;
  max-width: 1000px;
}

.mse2-ac-item.search__result-item {
  margin-bottom: 20px;
}

.search__result-intro b,
span.search__result-query {
  color: #000;
  font-weight: 600;
}

a.search__result-link {
  font-size: 18px;
  font-weight: 600;
}

.search__result-header {
  margin-bottom: 30px;
}

.catalogServices::-webkit-scrollbar,
.catalogServices-items::-webkit-scrollbar,
.sevice__tabssection-container::-webkit-scrollbar {
  width: 9px;
  height: 6px;
  padding: 2px;
}

.catalogServices::-webkit-scrollbar-thumb,
.catalogServices-items::-webkit-scrollbar-thumb,
.sevice__tabssection-container::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #005f9f;
}

.catalogServices-item {
  border-right: 1px solid rgb(223, 223, 228);
  border-bottom: 1px solid rgb(223, 223, 228);
  aspect-ratio: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  font-size: 16px;
  color: #020832;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0 30px;
  font-size: 14px;
  line-height: 1.2;
  flex-direction: column;
}

.catalogServices-item:hover {
  color: #0086d8;
}

.catalogServices-item img {
  margin: 0 auto 20px;
  transition: all 0.3s;
}

.catalogServices-item:hover img {
  transform: scale(105%);
}

.catalogServices-item a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.catalogServices-block {
  width: 25%;
}

.catalogServices-box {
  display: none;
  background: white;
  position: relative;
  height: 100%;
}

.otherProducts-default,
.otherProducts-stocks {
  padding: 52px 0 85px;
}

.otherProducts {
  padding: 52px 0 85px;
  background: #e7eaf2;
}

.otherProducts-arrow {
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-left: 10px;
  position: relative;
}

.otherProducts-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/2024/other-next.png");
  background-repeat: no-repeat;
}

.otherProducts-arrow:hover {
  opacity: 0.8;
}

.otherProducts-prev::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.otherProducts-top {
  margin-bottom: 40px;
}

h2.otherProducts-title.page-title {
  margin-bottom: 0;
}

.otherProducts-slider {
  overflow: visible;
  position: static;
}

.otherProducts-box {
  padding-bottom: 28px;
}

.default-slider,
.stocks-slider,
.otherProducts-slider {
  overflow: visible;
  position: static;
}

.default-slider .swiper-slide,
.stocks-slider .swiper-slide,
.otherProducts-slider .swiper-slide {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  height: auto !important;
}

.default-slider .swiper-wrapper,
.stocks-slider .swiper-wrapper,
.otherProducts-slider .swiper-wrapper {
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.default-slider .swiper-scrollbar,
.stocks-slider .swiper-scrollbar,
.otherProducts-slider .swiper-scrollbar {
  z-index: 3;
  background: #d6d9e1;
}

.default-slider .swiper-slide-visible,
.stocks-slider .swiper-slide-visible,
.otherProducts-slider .swiper-slide-visible {
  opacity: 1;
}

.otherProducts .catalog-hide,
.otherProducts .catalog-item::before,
.otherProducts .catalog-item::after,
.card-content__sticky .catalog-hide,
.card-content__sticky .catalog-item::before,
.card-content__sticky .catalog-item::after,
.otherProducts-stocks .catalog-hide,
.otherProducts-stocks .catalog-item::before,
.otherProducts-stocks .catalog-item::after,
.otherProducts-default .catalog-hide,
.otherProducts-default .catalog-item::before,
.otherProducts-default .catalog-item::after {
  display: none !important;
}

.otherProducts .catalog-item:hover,
.card-content__sticky .catalog-item:hover,
.otherProducts-stocks .catalog-item:hover,
.otherProducts-default .catalog-item:hover {
  position: static !important;
  width: 100% !important;
}

.otherProducts .catalog-item__name,
.card-content__sticky .catalog-item__name,
.otherProducts-stocks .catalog-item__name,
.otherProducts-default .catalog-item__name {
  margin-bottom: auto !important;
}

.subscribe {
  z-index: 1;
}

.card-bottom {
    background: #fff;
    margin: 80px 0 -100px;
}

.card-tabs {
  left: 0;
  top: -44px;
}

.card-content__wrapper {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}

.card-tab {
  height: 44px;
  padding: 0 58px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  border-left: 1px solid #fff;
  color: #797c87;
  font-weight: 600;
  font-size: 18px;
  background: #e7eaf2;
}

.card-tab::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: calc(100% + 1px);
  height: 4px;
  background: #f9b518;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.card-tab::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.card-tab.active {
  font-size: 20px;
  color: #000;
}

.card-tab.active::before {
  opacity: 1;
}

.card-tab.active::after {
  opacity: 1;
}

.card-content {
  display: none;
}

.card-content:first-child {
  display: block;
}

.card-top {
  padding-bottom: 138px;
}

.card-content {
  padding: 50px 0 36px;
}

.card-contents {
  width: calc(100% - 360px);
}

.card-content__left {
  width: 100%;
}

.card-content__right {
  width: 300px;
  padding: 50px 0;
}

.card-content__sticky {
  position: sticky;
  top: 100px;
}

.card-content__cats {
  padding-top: 30px;
  margin-top: -13px;
}

.card-content__cat {
  height: 30px;
  margin-right: 13px;
  margin-top: 13px;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #c2c9d8;
  border-radius: 15px;
  font-weight: normal;
  color: #005f9f;
  font-size: 16px;
  padding: 0 19px;
}

.card-content__cat:hover {
  background: #005f9f;
  border-color: #005f9f;
  color: #fff;
}

.card-article {
  font-size: 16px;
  line-height: normal;
  color: #434242;
  font-weight: normal;
}

.card-article h2,
.card-article h3,
.card-article h4,
.card-article h5,
.card-article h6,
.card-article p,
.card-article img {
  margin-bottom: 16px;
}

.card-article img {
  display: block;
  max-width: 100%;
}

.card-article h2 {
  font-weight: 600;
  font-size: 24px;
}

.card-article h3 {
  font-size: 20px;
  font-weight: 600;
}

.card-article h4,
.card-article h5,
.card-article h6 {
  font-size: 16px;
  font-weight: 600;
}

.card-article ul {
  margin: 0 0 16px 0;
  padding: 0;
  list-style-type: none;
}

.card-article ul li {
  display: block;
  padding-left: 20px;
  position: relative;
  margin-top: 8px;
}
.card-article ol {
  list-style-type: decimal;
    padding-left: 16px;
}

.card-article ul li:first-child {
  margin-top: 0;
}

.dop_product_character ul li p {
  display: inline-block;
  margin-bottom: 8px;
}
.dop_product_character ul li p:first-child {
  margin-right: 20px;
}
.dop_product_character ul li p:nth-child(2) {
  font-weight: 600;
  position: relative;
}
.dop_product_character ul li p:nth-child(2)::before {
  content: "-";
  position: relative;
  left: -10px;
}
.dop_product_character ul li {
  margin-top: 0px;
}


.card-article ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #f08e00;
}

.card-article .tabs__content-media ul li,
.card-article .tabs__download ul li {
  display: block;
  padding-left: 0px;
  position: static;
  margin-top: 0px;
}

.card-article .tabs__content-media ul li::before,
.card-article .tabs__download ul li::before {
  display: none;
}

.card-left {
  width: 600px;
}

.card-right {
  width: calc(100% - 680px);
}

.card-img {
  aspect-ratio: 1;
  background: #fff;
  border-radius: 5px;
  padding: 0px;
}

.card-img img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

.card-arrow {
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3;
}

.card-arrow:hover {
  opacity: 0.8;
}

.card-prev {
  right: auto;
  left: 5px;
}

.card-prev img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.card-thumb {
  margin-top: 7px;
}

.card-thumb__item {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  border-radius: 5px;
  padding: 0px;
  opacity: 0.5;
}

.card-thumb__item img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

.card-title {
  margin-bottom: 38px;
}

.card-info__item {
  width: 220px;
}

.card-info__item-title {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  margin: 0 10px;
}

.card-info__item-text {
  font-size: 14px;
  font-weight: normal;
  color: #7c7f8a;
  margin-top: 18px;
}

.card-arrowBlock {
  height: 120px;
  padding-left: 17px;
  border-radius: 5px;
  background: #e7eaf2;
  margin-bottom: 42px;
}

.card-arrowBlock__bg {
  height: 100%;
  top: 0;
  left: 30px;
}

.card-arrowBlock__question {
  margin-right: 67px;
}

.card-arrowBlock__text {
  width: 200px;
  min-width: 200px;
  font-size: 22px;
  font-weight: 600;
  color: #10204b;
  margin-right: 134px;
}

.card-arrowBlock__phone {
  font-size: 18px;
  font-weight: 600;
  color: #10204b;
  margin-top: 16px;
  text-transform: uppercase;
}

.card-arrowBlock__phone:first-child {
  margin-top: 0;
}

.card-arrowBlock__phone img {
  margin-right: 9px;
}

.card-arrowBlock__phone b {
  font-weight: 600;
  color: #4494cb;
}

.card-arrowBlock__phone:hover {
  color: #4494cb;
}

.card-blocks {
  gap: 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.card-labels {
  gap: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.card-blocks__instock {
  padding-right: 11px;
  padding-left: 3px;
  white-space: nowrap;
  height: 28px;
  border-radius: 14px;
  font-size: 16px;
  gap: 4px;
}

.card-blocks__green {
  background: #c7e3b2;
  color: #0f7d19;
}

.card-blocks__green svg {
  margin-left: 5px;
}

.card-blocks__red {
  background: #fad9d9;
  color: #ff0000;
}

.card-blocks__blue {
  background: #d0d7e9;
  color: #0086d8;
}

.card-blocks__green img {
  margin-right: 8px;
}

.card-blocks__whites {
  margin-left: auto;
}

.card-blocks__white {
  padding-left: 14px;
  padding-right: 14px;
  height: 28px;
  border-radius: 14px;
  background: #fff;
  font-weight: 300;
  color: #797c87;
  white-space: nowrap;
  font-size: 16px;
}

.card-blocks__white b,
.card-blocks__white a {
  font-weight: 600;  
}

.card-blocks__white a {
  text-decoration: underline;
    text-transform: uppercase;
}

.card-blocks__cats {
  margin-right: auto;
}

.card-blocks__cat {
  padding: 0 14px;
  height: 28px;
  border-radius: 14px;
  background: #00a9e3;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

.card-blocks__cat.color-orange {
  background: #ffa800;
}

.card-blocks__cat.color-red {
  background: #d52027;
}

.card-text {
  font-size: 18px;
  line-height: 24px;
  color: #00092a;
  margin: 40px 0 32px;
}
.card-left__vendorlogo {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
}
.card-buttons {
  border-bottom: 1px dashed #a1acb8;
  padding-bottom: 10px;
}

.card-buttons__link {
  font-size: 14px;
  line-height: 18px;
  color: #797c87;
  margin-right: 40px;
}

.card-buttons__link img {
  margin-right: 12px;
}

.card-buttons__stars {
  margin-left: auto;
}

.card-buttons__stars img {
  margin-right: 4px;
}

.card-buttons__stars span {
  padding-left: 5px;
  font-size: 14px;
  color: #005f9f;
}

.card-center {
  margin-top: 53px;
  margin-bottom: 69px;
}

.price_amount {
  font-size: 41px;
  color: #020832;
  font-weight: 700;   
}
.price_unit {
  font-size: 14px;
  font-weight: 100;
  color: #848484;
}
.card-center__icons img {
  margin-top: 10px;
}

.card-center__icons img:first-child {
  margin-top: 0;
}

.card-center__text {
  font-size: 16px;
  color: #00092a;
  line-height: 18px;
  border-left: 1px dashed #b3bdc5;
  padding-left: 30px;
  margin-left: auto;
  min-width: 250px;
}

  .card-center__text.modification-popupbtns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
}

.card-center__text a {
  color: #005f9f;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.card-center__text a:hover {
  color: #0086d8;
}

.card-center__buttons {
  width: 100%;
  margin-top: 40px;
}

.card-center__btn {
  width: 200px;
  height: 46px;
  border-radius: 23px;
  background: #0086d8;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.card-center__btn:hover{
  text-decoration: none;
}
.card-center__btn.card-center__btnbuy:hover,
.card-center__btn.dark-blue-color:hover {
  background: #f08e00;
  color: #fff;
}

.card-center__btn img {
  margin-right: 6px;
}

.card-center__btn:nth-child(2) {
  border: 1px solid #c2c9d8;
  background: #fff;
  text-transform: none;
  font-weight: bold;
  font-size: 16px;
  color: #005f9f;
}

.card-center__btn:nth-child(2):hover {
  background: #e7eaf2;
  color: #005f9f;
}

.card-center__btn:nth-child(3) {
  border: 1px solid #c2c9d8;
  background: #e7eaf2;
  color: #005f9f;
}

.card-center__btn:nth-child(3):hover {
  background: #fff;
}

.swiper-slide-thumb-active .card-thumb__item {
  opacity: 1;
}

.card-content__sticky .catalog-item {
  border: 1px solid #e7eaf2;
}


.card-thumb__item {
  aspect-ratio: 1;
}

.card-stock {
  right: -36px;
  top: -3px;
  z-index: 4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.card-center__price-bottom {
  width: 100%;
  color: #e80106;
  line-height: 36px;
  font-size: 42px;
    font-weight: 700;
    margin-bottom: 16px;
}

.card-center__price-top b {
  font-size: 23px;
  color: #a4a8b5;
  line-height: 23px;
  font-weight: 400;
  white-space: nowrap;
  margin-right: 10px;
  text-decoration: line-through;
}

.card-center__price-top span {
  padding: 0 8px;
  border-radius: 11px;
  height: 22px;
  background: #ffba00;
  font-size: 14px;
  white-space: nowrap;
  color: #e80106;
  font-weight: bold;
}

.card-center {
  margin: 48px 0 52px;
}
.card-center__price {
  min-width: 230px;
}
.card-center__price.center {
  font-size: 24px;
    
    text-transform: uppercase;
    padding-right: 30px;
    font-weight: 600;
}

.card-center__price.gray-color {
  color: #bcbbb9;
}

.card-center__form {
  width: calc(100% - 220px);
}

.card-center__form-title {
  font-weight: normal;
  font-size: 22px;
  color: #00092a;
  line-height: 22px;
}

.card-center__form-block {
  width: calc(50% - 15px);
  margin-top: 30px;
}

.card-center__form-input {
  height: 42px;
  width: 100%;
  border-radius: 23px;
  background: #fff;
  border: 1px solid #c2c9d8;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  padding-left: 22px;
}

.card-center__form-input::-webkit-input-placeholder {
  color: #797c87;
}

.card-center__form-input::-moz-placeholder {
  color: #797c87;
}

.card-center__form-input:-ms-input-placeholder {
  color: #797c87;
}

.card-center__form-input::-ms-input-placeholder {
  color: #797c87;
}

.card-center__form-input::placeholder {
  color: #797c87;
}

.card-center__form-btn {
  width: 100%;
  border: none;
  border-radius: 23px;
  height: 46px;
  background: #0086d8;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
      padding: 12px 24px;
}

.card-center__form-btn:hover {
  background: #0a7abf;
}

.card-center__form-policy {
  font-size: 12px;
  font-weight: 300;
  color: #797c87;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pp_option {
  margin-bottom: 60px;
}
.pp_option_row:first-child{
  border-top: solid 1px #ddd;}
.pp_option_row {
  display: flex;
  border-bottom: solid 1px #ddd;
    margin: 10px;
    padding: 10px;
}
label.pp_option_label {
  font-weight: 600;    
    
    padding-right: 20px;
    width: 50%;
}
.pp_option_value {
  width: 50%;
}
.catalog-videos .videos-link {
  margin-right: 12px;
  margin-left: auto;
}

.otherProducts-lop__link {
  margin-right: 30px;
  margin-left: auto;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.otherProducts-lop__link:hover {
  color: #2196f3;
}

.otherProducts-stocks {
  background: #e7eaf2;
}

.cats {
  padding: 46px 0 75px;
}

.cats-block {
  width: 25%;
  padding-left: 3px;
  padding-right: 3px;
  margin-top: 8px;
}

.cats-list {
  margin-left: -3px;
  margin-right: -3px;
  margin-top: -8px;
}

.cats-title {
  margin-bottom: 44px;
}

.cats-item {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e5e6e8;
  padding-bottom: 10px;
  min-height: 418px;
  padding-top: 13px;
  transition: all 0.3s;
  height: 100%;
}

.cats-item__icon {
  left: 0;
  top: 0;
  width: 65px;
  height: 65px;
  border-radius: 10px;
  background: #f1f3f7;
  z-index: 3;
  padding: 8px;

}

.cats-item__icon img {
  width: 100%;
  height: auto;
  opacity: 0.3;
  transition: all 0.3s;
}

.cats-block:hover .cats-item {
  border: 1px solid #c2d3f4;
  box-shadow: 0 0 9px 0px #00000021;
}

.cats-block:hover .cats-item__icon img {
  filter: invert(32%) sepia(29%) saturate(5499%) hue-rotate(183deg) brightness(98%) contrast(103%);
  opacity: 0.7;
}

.cats-block:hover .cats-item__img img {
  transform: scale(105%);
}


.cats-item__img {
  height: 175px;
}

.cats-item__img img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.3s;
}

.cats-item__name {
  color: #005f9f;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 8px;
  transition: all 0.3s;
}

.cats-block:hover .cats-item__name {
  color: #0086d8;
}

.cats-item__name:hover {
  color: #ffa800;
}

.cats-item__link {
  font-size: 16px;
  font-weight: normal;
  color: #001549;
  margin-top: 8px;
}

.cats-item__link:first-child {
  margin-top: 0;
}

.cats-item__link:hover {
  color: #ffa800;
}

.cats-item__wrapper {
  padding: 0 16px 0 32px;
}

.cats-item__btn {
  width: 146px;
  height: 30px;
  border: 1px solid #dbdfe8;
  border-radius: 15px;
  font-size: 16px;
  color: #001549;
  font-weight: 600;
  margin-top: 16px;
}

.cats-item__btn img {
  margin-left: 4px;
}

.wrap_responsive_image img {
  width: 100%;
  height: auto;

}

.cats-item__btn:hover {
  border-color: #001549;
}

.mainCatalog {
  padding-bottom: 22px;
}

.mainCatalog a:hover {
  text-decoration: none;
}

.mainCatalog-left {
  width: 346px;
  min-height: 100%;
  background: white;
}

.mainCatalog-white {
  background: #fff;
  padding: 11px 1px;
}

.mainCatalog-right {
  width: calc(100% - 346px - 11px);
  padding-top: 12px;
}

.mainCatalog-next {
  width: 50px;
  height: 50px;
  right: 0;
  top: calc(50% - 25px);
  opacity: 0;
  z-index: 3;
}

.mainCatalog-prev {
  width: 50px;
  height: 50px;
  left: 0;
  top: calc(50% - 25px);
  opacity: 0;
  z-index: 3;
}

.mainCatalog-slider {
  border: 1px solid #bcbdc3;
  background-color: white;
}

.mainCatalog-slider__link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.mainCatalog-slider__img {
  width: 100%;
  height: auto;
}

.mainCatalog-slider .swiper-pagination {
  position: absolute;
  bottom: 13px;
  left: 0;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mainCatalog-slider .swiper-pagination-bullet {
  opacity: 0.6;
  background: #c9ced2;
  height: 12px;
  width: 32px;
  border-radius: 12px;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 2px;
}

.mainCatalog-slider .swiper-pagination-bullet-active {
  background: #0086d8;
  opacity: 1;
}

.mainCatalog-brand {
  width: 100%;
  height: 80px;
  border-radius: 10px;
  background: #fff;
  transition: all 0.3s;
  padding: 5px;
  border: 1px solid #d9e5ef;
}


.mainCatalog-brand img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.3s;
}

.mainCatalog-brand:hover {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #a2d2f8;
}

.mainCatalog-brands__slider.swiper.swiper-initialized.swiper-horizontal {
  padding: 10px;
}

.mainCatalog-brand:hover img {
  transform: scale(105%);
}

.mainCatalog-brands {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 24px;
}

.mainCatalog-brands__next,
.mainCatalog-brands__prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

.mainCatalog-brands__next:hover,
.mainCatalog-brands__prev:hover {
  opacity: 0.7;
}

.mainCatalog-brands__prev {
  left: -20px;
}

.mainCatalog-brands__next {
  right: -20px;
}

.mainCatalog-brands__prev img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mainCatalog-popular {
  margin-top: 10px;
}

.mainCatalog-popular__text {
  width: 44px;
  height: auto;
  background: #005f9f;
  -webkit-filter: drop-shadow(0 0 1px #bcbdc3);
  filter: drop-shadow(0 0 1px #bcbdc3);
}

.mainCatalog-popular__text span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mainCatalog-popular__text::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 15px;
  right: -7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../img/2024/popular-arrow.png");
}

.mainCatalog-popular__item {
  height: 242px;
  padding: 24px 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #020832;
  background: #fff;
  border: 1px solid #dfdfe4;
  overflow: hidden;
}


.mainCatalog-popular__item:hover {
  border-color: #2196f3;
}

.mainCatalog-popular__block {
  width: 186px;
}

.mainCatalog-popular__blocks {
  width: 260px;
  gap: 8px;
  display: flex;
  flex-direction: column;
}

.mainCatalog-popular__blocks .mainCatalog-popular__item img {
  max-width: 100px;
  max-height: 100px;
}

.mainCatalog-popular__blocks .mainCatalog-popular__item {
  width: 100%;
  height: 117px;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainCatalog-popular__blocks .mainCatalog-popular__item span {
  margin: 0;
  min-height: 10px;
}

.mainCatalog-popular__blocks .mainCatalog-popular__item img {
  order: -1;
}


.mainCatalog-popular__big {
  width: 370px;
}

.mainCatalog-popular__big .mainCatalog-popular__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.mainCatalog-popular__big .mainCatalog-popular__item span {
  margin: 0;
  min-height: 10px;
  width: 100px;
  max-width: 100%;
}

.mainCatalog-popular__big .mainCatalog-popular__item img {
  margin: 0 15px 0 18px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 185px;
}

.mainCatalog-popular__item img {
  transition: all 0.3s;
  width: 100%;
  height: auto;
  transform: scale(97%);
}

.mainCatalog-popular__item:hover img {
  transform: scale(100%);
}

.breadcrumbs-mobile {
  display: none;
}

.otherProducts-default .catalog-item {
  border: 1px solid #e7eaf2 !important;
}


.sevice__section {
  padding: 60px 0;
}
#cat-seocontent.sevice__section {
  padding: 0;
}
.sevice__section:nth-child(odd) {
  background-color: #f1f3f7;
}

.sevice__topsection {

  background-color: #1d2850;
  color: white;
}

.container.sevice__topsection-container {
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.sevice__topsection h1 {
  font-weight: 900;
  margin-bottom: 10px;
  font-size: 30px;
}

.sevice__topsection-slogan {
  font-weight: 600;
  margin-bottom: 30px;
}

.sevice__topsection ul {
  column-count: 2;
  column-gap: 40px;
  display: block;
  max-width: 600px;
  margin-bottom: 30px;
}

.sevice__topsection li {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}


.sevice__tabssection {
  background: #cdd5e7;
  border-bottom: 1px solid #aebad3;
  position: relative;
}

.sevice__tabssection ul {
  display: flex;
  gap: 2px;
  padding-top: 6px;
  align-items: flex-end;
}

.sevice__tabssection-tab {
  display: inline-block;
  padding: 16px 30px;
  background: #e9edf4;
  border-radius: 10px 10px 0 0;
  text-transform: uppercase;
  height: 49px;
}

.sevice__tabssection-tab a {
  color: rgb(62, 62, 62);
  white-space: nowrap;
}

.sevice__tabssection-tab a:hover {
  text-decoration: none;
  color: #005f9f;
}

.sevice__tabssection-tab.active {
  background: white;
  bottom: -1px;
  position: relative;
  height: 50px;
  color: #005f9f;
  font-weight: 600;
}


.sevice__main h2,
.sevice__main h3,
.sevice__main h4,
.sevice__main h5 {
  margin-bottom: 1em;
  font-weight: 900;
}

.sevice__pricesection-tablewrap {
  margin-bottom: 50px;
}
.sevice__pricesection  th,  .sevice__pricesectiontd {
  min-width: 300px;
  max-width: 600px;
}
.sevice__calltoaction-wrap {
  display: flex;
}

.sevice__calltoaction-title {
  font-size: 20px;
  font-weight: 900;
  background-color: #e3e7f1;
  padding: 1.5em;
  display: flex;
  align-items: center;
}

.sevice__calltoaction-text {
  padding: 1em 1em 1em 70px;
  background-color: #d1d8e5;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}

.sevice__calltoaction-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 100%;
  background-image: url(/assets/img/2024/call-to-action-arrow.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

.sevice__calltoaction-btnwrap {
  display: flex;
  align-items: center;
  padding: 1em 30px 1em 70px;
  background-color: #e3e7f1;
  position: relative;
  margin-right: 70px;
}

.sevice__calltoaction-btnwrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 100%;
  background-image: url(/assets/img/2024/call-to-action-arrow-dark.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

.sevice__calltoaction-btnwrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 100%;
  background-image: url(/assets/img/2024/call-to-action-arrow.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  z-index: 2;
  transform: translateX(70px);
}

.sevice__calltoaction-button {
  font-weight: 600;
  max-width: 380px;
  min-width: 250px;
  line-height: 1.2;
  text-align: center;
  background: #f4a104;
  padding: 1em 2em;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s;
  color: black;
}

.sevice__calltoaction-button:hover {
  background: #0086d8;
  color: white;
  text-decoration: none;
}

.sevice__advantagessection-wrap {
  display: flex;
  gap: 100px;
  margin-bottom: 50px;
}

.sevice__block-sertifikat {
  background: white;
  padding: 1.5em;
  border-radius: 10px;
  border: 1px solid #d1d8e5;
}
.sevice__block-sertifikat img{
  width: 100%;
  height: auto;
}
.block-sertifikat-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.sevice__block-advantages li {
  display: flex;
  gap: 1em;
  margin-bottom: 10px;
  align-items: center;
}

.block-advantages-img {
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.sevice__seosection ol,
.sevice__seosection ul {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1em;
}

.sevice__seosection ol {
  list-style-type: decimal;
}

.sevice__seosection ul {
  list-style-type: disc;
}

.sevice__seosection p {
  margin-bottom: 1em;
}

.sevice__faqsection-wrap {
  max-width: 1000px;
  margin: auto;
}

.sevice__faqsection-wrap h2 {
  text-align: center;
}

.sevice__faq_item {
  border-radius: 10px;  
  margin: 20px 0 50px; 
}

.sevice__faq_item-question,
.sevice__faq_item-answer {
  display: flex;
  align-items: flex-start;
      max-width: 1200px;
}

.sevice__faq_item-question {
  margin-bottom: 20px;
}

.sevice__faq_item-question-icon,
.sevice__faq_item-answer-icon {
  border-radius: 100%;
  overflow: hidden;
  width: 70px;
  height: 70px;
  min-width: 70px;
  border: 1px solid #e3e7f1;
}

.sevice__faq_item-answer-icon {
  background-image: url(/assets/img/2024/icon-antifire.jpg);
}

.sevice__faq_item-question-icon,
.sevice__faq_item-answer-icon {

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sevice__faq_item .sevice__faq_item-question-icon{
filter: brightness(0.8) contrast(1.3);
}

.sevice__faq_item:nth-child(5n + 1) .sevice__faq_item-question-icon {
  background-image: url(/assets/img/2024/avatar-icon/icon-1.png);
  
}

.sevice__faq_item:nth-child(5n + 2) .sevice__faq_item-question-icon {
  background-image: url(/assets/img/2024/avatar-icon/icon-5.png);
}

.sevice__faq_item:nth-child(5n + 3) .sevice__faq_item-question-icon {
  background-image: url(/assets/img/2024/avatar-icon/icon-2.png);
}

.sevice__faq_item:nth-child(5n + 4) .sevice__faq_item-question-icon {
  background-image: url(/assets/img/2024/avatar-icon/icon-6.png);
}

.sevice__faq_item:nth-child(5n + 5) .sevice__faq_item-question-icon {
  background-image: url(/assets/img/2024/avatar-icon/icon-3.png);
}

.sevice__faq_item-question-block {
  background: #e3e7f1;
  padding: 1em;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-left: 20px;
}

.sevice__faq_item-question-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 30px solid #e3e7f1;
  border-left: 30px solid transparent;
}

.sevice__faq_item-answer-block {
  background: white;
  padding: 1em ;
  border-radius: 10px;
  position: relative;
  margin-right: 20px;
  width: calc(100% - 70px);
}

.sevice__faq_item-answer-block::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-right: 30px solid transparent;

}

.sevice__quotesection-avatar {
  border-radius: 100%;
  overflow: hidden;
  width: 150px;
  height: 150px;
  min-width: 150px;
  border: 2px solid white;
}

.sevice__quotesection-avatar img {
  width: 100%;
  height: auto;
}

.sevice__quotesection-block {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}

.sevice__quotesection-text {
  padding: 2em 100px 2em 3em;
  background: #e3e7f1;
  border-radius: 10px;
  position: relative;
}

.sevice__quotesection-text::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-image: url(/assets/img/2024/avatar-icon/quote.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

}

.sevice__quotesection-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 0;
  height: 0;
  border-top: 40px solid #e3e7f1;
  border-left: 40px solid transparent;
}

.sevice__quotesection-text p {
  margin-bottom: 10px;
}

.sevice__quotesection-autor {
  font-style: italic;
}

.other__sevices h2 {
  text-align: center;
}

.other__sevices-list {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 40px 0;
}

.other__sevices-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 16%;
  gap: 1em;
}
.other__sevices-item:hover {
  text-decoration: none;
}

span.other__sevices-title {
  text-align: center;
  font-weight: 600;
}
.other__sevices-circle {
  background: #001750;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 2px solid #f4a104;
  display: block;
  padding: 10px;
  transition: all 0.3s;
  position: relative;
}
.other__sevices-circle::before {
  content: "";
  position: absolute;
  border: 5px solid #001750;
  width: 100px;
  top: -7px;
  left: -7px;
  height: 100px;
  border-radius: 100%;
  display: block;
  z-index: -1;
}
.other__sevices-item:hover .other__sevices-circle {
  background: #00338e;
  border: 2px solid #0088db;  
  transform: scale(105%);
}

img.other__sevices-image {
  width: 100%;
  height: auto;
  filter: invert(78%) sepia(72%) saturate(4005%) hue-rotate(3deg) brightness(101%) contrast(98%);
}



.search__result-category {
  color: grey;
  font-size: 14px;
  font-style: italic;
}
.search__result-category.search__result-form{
  font-size: 12px;
}
.ec-d-rating.ec-d-rating-mb {
    max-width: 100%;
  margin-bottom: 20px;

}
.has-error .form-control {
   
    border: 1px solid #b90404;
    
}
span.ec-error.help-block{
  color:#b90404;
  font-style: italic;
    font-size: 14px;
}
.tab-rating__wrapper{
  display: flex;
  gap: 100px;
  width: 100%;
}
.tab-rating__left{
  width: 50%;
}
.mb {
    margin-bottom: 20px;
}
.form-control {
    display: block;
    border: 1px solid #cbd1d3;
    color: #5a5b6c;
    font-weight: 300;
    height: 40px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #ffffff;
    border-radius: 10px;
    width: 200px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    line-height: normal;    
}
.product-modification .form-control {
     width: 100%;
     min-width: 250px;
}
.ec-form__row .form-control {
  width: 100%;
}
textarea.form-control {
    height: 100px;
}

.form-control:focus {
  border-color: #788abe;
}


.product-modification .control-label {
    font-weight: 600;
    margin-left: 10px;
    margin-bottom: 3px;
    display: block;
}

.product-modification .form-group {
    margin: 0 0 10px 0;
}

.admin-block {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.admin-block__wrapper{
    margin: 20px 0 90px 0;
    padding: 30px;
    background: bisque;
 
}
.admin-block__wrapper h2 {
    text-align: center;
    background: #f4a103;
    margin-bottom: 30px;
}
.catalog-item__rating {
    display: flex;
    align-items: center;
    color: #797c87;
    gap: 4px;
}

.catalog-item__rating .ec-stars, 
.catalog-item__rating .ec-rating-stars {
    --ec-star-width: 12px;
    --ec-star-height: 12px;
    --ec-star-gap: 4px;
}
.card-center__form.notifyme {
    padding: 20px;
    background: #e7eaf2;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-center.card-center_modification {
    display: flex;
    flex-wrap: wrap;
    align-items: center;  
   
}

.card-center.card-center_modification .card-center__price {
    min-width: auto;
    margin-right: 30px;
}
.admin-block__exchange_rate,
.admin-block__price-update-date,
.admin-block__pricewrap,
.admin-block__garantyya,
.admin-block__postachalnik {
    padding: 20px;
    background: white;   
    border-radius: 10px;
        max-width: 400px;
}
.admin-block__diy {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.admin-block__diy .menu__catalog-promobuttom {
    width: 100%;
        margin-right: 0px;
}

.admin-block__postachalnikwrap {
    margin: 40px 0;
}
.admin_price-rozdrib {
    margin-bottom: 20px;
}
.vendor-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

p.vendor-introtext {
    margin-bottom: 30px;
    font-size: 18px;
}
span.vendor-list_nologotext {
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}

.vendor-list__item {
    width: calc(100% / 7 - 10px);
    height: 102px;
}
.vendor-list__brand {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #fff;
  transition: all 0.3s;
  padding: 5px;
  border: 1px solid #d9e5ef;
      display: flex;

    justify-content: center;
    align-items: center;
}


.vendor-list__brandimg img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.3s;
}

.vendor-list__brand:hover {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #a2d2f8;
}

img.vendor-list__brandimg{
    width: 100%;
    height: auto;
}

.vendor-introtext__wrapper {
    display: flex;
    gap: 30px;
    align-items: center;
}

.vendor-introtext__wrapper .vendor-list__brand {
    width: 200px;
}
.brand-prods .old-price {
    white-space: nowrap;
    margin-left: 10px;
    text-decoration: line-through;
       
}
.brand-prods_sale .price {
   color: #e80106;   
   
}
.brand-prods .price {
      font-weight: 700;
          white-space: nowrap;margin-left: 10px;
}
ul.category-brands {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0;
}
ul.category-brands li {
        padding: 5px 10px;
        background-color: #fff;
        border-radius: 30px; 
}

ul.category-brands li small {
  color: lightslategray;
}

.sevice__seosection h2,
.sevice__seosection h3,
.sevice__seosection h4,
.sevice__seosection h5
{
  margin: 30px 0 10px;
}
h3.sevice__faq_item-question-text
{
  margin:  0 ;
  font-size: 18px;
}
.dop_product_character td p {
margin-bottom: 0px;
}
.dop_product_character table th {
    font-weight: 600;
    text-align: left;
}

.videoheader_row {
    background: #0b2054;
    border-top: 2px solid #020832;
}
.main-videoheader {
    position: relative;
    height: 350px;
    overflow: hidden;
}
.main-videoheader__img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
        height: 350px;
}
.main-videoheader__img2 {
    position: absolute;
    bottom: 40px;
    z-index: 1;
}
.videoheader__text {
    position: absolute;
    bottom: 150px;
    z-index: 3;
}
.blog__posts-wrap {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid  #c2c9d8;
    width: 320px;
}
.blogcontent__wrap {
    display: flex;
    gap: 50px;
}
.blogcontent__left {
    max-width: 1070px;
}
.blogcontent__right h2.blog__cats-title,
.blogcontent__right h2.blog__posts-title {
    margin: 0px 0 20px 0;
    font-size: 1.5rem;
}
.blog__cats-items li{
  margin-bottom: 10px;
}
a.blog__posts-title {
    font-weight: 400;
    font-size: 16px;
        margin: 10px 0;
    display: block;
    line-height: 1.2;
}
.blog__posts-text {
    font-size: 14px;
    line-height: 1.2;
    color: #6f7188;
}
.blog__posts-flex {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #6f7188;
}
.blog__posts-items {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.blog__posts-item {     
    transition: all 0.3s;
}
.blog__posts-meta {
    display: flex;
    gap: 5px;
}
lite-youtube.videoblog__video{
  max-width: 100%;
}
.videoblog__meta {
    display: flex;
    gap: 30px;
    padding: 15px;
    background: #eff4f9;;    
    border: 1px solid #c4d2db;
    margin-bottom: 30px;
        flex-wrap: wrap;
}
.videoblog__meta-published,
.videoblog__meta-viewed,
.videoblog__author
 {
    display: flex;
    flex-wrap: nowrap;
    gap:6px
}
.blogcontent__left  ul {
    margin: 0 0 16px 0;
    padding: 0;
    list-style-type: none;
}
.blogcontent__left ul li {
    display: block;
    padding-left: 20px;
    position: relative;    
}
.blogcontent__left ul li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #f08e00;
}
.blogcontent__left .pagination-wrapper ul,
.blogcontent__left .pagination-wrapper ul li
 {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.blogcontent__left .pagination-wrapper ul li::before {
    display: none;
}
.blog .blogcontent__left h2, h3, h4, h5 {
    margin: 20px 0 16px 0;    
}
.blog .blogcontent__left  h3{
    font-size: 1.3rem;     
}
.blog .blogcontent__left  h4, h5{
    font-size: 1.1rem;    
}

.videoblog__link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.vbgoods-wrap {
    padding: 15px;
    border: 1px solid #d3e7f8;
    width: calc(50% - 15px);
    display: flex;
    gap: 20px;
    border-radius: 10px;
    position: relative;
}
.vbgoods-content {
    width: 100%;
}
.vbgoods-img .catalog-item__img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.videoblog__link-title {
    font-size: 20px;
    font-weight: 600;
        display: block;
    margin-bottom: 10px;
}
.videoblog__link {
    margin-bottom: 30px;
}
.videoblog__links-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 20px;
}
.videoblog__links-brand {
    display: flex;
    gap: 5px;
}
.videoblog__links-brand span{
    font-weight: 600;
}
.blog__tags {
    display: flex;
    gap: 15px;
    align-items: center;
       font-size: 14px;
   
}
.blog__tag {
    background: #c6e5ff;
    padding: 6px 16px;
    border-radius: 50px;
    color: #2196f3;
}

.sevice__section-introtext {
    margin-bottom: 30px;
}
.sevice__section-introtext p {
    margin-bottom: 20px;
}

.pp_option_vendorchange {
    margin: 20px 0;
    font-size: 14px;
    font-style: italic;
}
.section img {
    max-width: 100%;
    height: auto !important;
}

.blog-item:hover .blog__posts-text,
.blog__posts-item:hover .blog__posts-text{
    color: #000000;
}
.blog-item img, 
.blog__posts-item img{
    transition: all 0.3s;
}
.blog-item:hover img,
.blog__posts-item:hover img {
    transform: scale(1.02);
}

.blog__lastposts-item {
    display: flex;
    gap: 10px;
}

a.blog__lastposts-link {
    width: 107px;
    height: 77px;
    display: block;
}
.blog_introtitle {
    background: #005f9f;
    color: #000000;
    display: flex;
    align-items: center;    
    border-radius: 10px 10px 0 0;
    padding: 20px;
    position: relative; 
    background-position: bottom right;
    background-repeat: no-repeat;  
    gap: 20px;
}
/* .blog_introtitle_news {
    background-image: url(/assets/img/blog/video-bg/blog-introsection-news.png); 
}
.blog_introtitle_faq {
     background-image: url(/assets/img/blog/video-bg/blog-introsection-faq.png); 
}
.blog_introtitle_law {
     background-image: url(/assets/img/blog/video-bg/blog-introsection-law.png); 
}
.blog_introtitle_video {
     background-image: url(/assets/img/blog/video-bg/blog-introsection-video.png); 
} */
.blog_introtitle_img img {
width: 110px;
height: 110px;
}
.blog_introtitle_img {
width: 110px;
height: 110px;
}
.blog_introtitle-linkto {
    margin-left: 30px;
}
.blog_introtitle-count {
    margin-bottom: 10px;
    color: aliceblue;
}
.blog_introtitle_text{  
  max-width: 400px;
    padding-right: 30px;
       border-right: 1px solid #0f6dac;

}
.blog_introtitle_text p{  
color: #acc7df;
    font-size: 14px;
    line-height: 1.2;
}
a.blog_introtitle-link {
    color: #FFC107;
}
a.blog_introtitle-link:hover {
    color: #90ddf5;
    text-decoration: underline;
}
.blog-introsection {    
    margin-bottom: 60px;
    border: 1px solid #c8d5da;    
    border-radius: 10px; 
    
}
.blog_introtitle_text h2 {
      font-size: 28px;
    margin-bottom: 20px;
    color: white;
}
.blog_introtitle_textwrap {
    display: flex;
    align-items: center;
}

.blog__cats-items ol,
.blogcontent__left ol  {
  counter-reset: item;
  padding-left: 0;
}

.blog__cats-items ol li,
.blogcontent__left ol>li
{
  counter-increment: item;
  position: relative;
  padding-left: 30px;
  margin-bottom: 6px;
}


.blog__cats-items ol li::before, 
.blogcontent__left ol>li::before
{
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;  
  text-align: center;
  font-size: 16px;
  color: #005f9f;
}
.blogcontent__left ol li ul,
.blogcontent__left ol li ol {
    list-style-type: disc;       
}
.blogcontent__left ol>ul,
.blogcontent__left ol li ol {
    margin-left:20px      
}

.blog__cats-items ol li.active::before {
  background: #f4a104;;    
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
}

.blog__cats-items ol li.active {
    font-weight: 600;
}


.infocentr__lawinfo-wrap {
    padding: 20px;
    background: linear-gradient(135deg, rgb(213 249 251) 0%, rgb(246 248 215) 100%);
    margin-bottom:30px;
    border: 1px solid #c4d2db;
}
.blog hr {
  border: 1px dashed #c4d2db;
}
.infocentr__lawinfo-row {
    
    border-bottom: 1px solid #c4d2db;
    padding: 8px 16px;
        display: flex;
        align-items: flex-start;
}
.infocentr__lawinfo-row:last-child {
    border-bottom: none;  
}
span.infocentr__lawinfo-celltitle {
    padding-right: 16px;
    min-width: 200px;
    display: block;
}
span.infocentr__lawinfo-celltext {
    font-weight: 600;
}


span.infocentr__lawinfo-zakonstatus{
    display: block;
    padding: 3px 10px;    
    color: white;
    border-radius: 10px;
}

span.infocentr__lawinfo-zakonstatus.valid {
    background: #4c9c74;
}
span.infocentr__lawinfo-zakonstatus.novalid {
    background: #e72424;
}
.infocentr__avtor-wrap {
        display: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 20px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ddd;
}
.infocentr__avtor-photo {
    min-width: 200px;
    max-width: 400px;
    width: 200px;
}
.infocentr__avtor-photo img {
    border-radius: 20px;
}
.law-disclamer{
      border-radius: 20px;
    padding: 20px;
    background: linear-gradient(135deg, rgb(160 241 215 / 40%) 0%, rgb(234 236 191) 100%);
    margin: 60px auto;
    max-width: 800px;
    
  }

  main.blog.videoblog {
    margin-bottom: 60px;
} 













@media (min-width: 577px) {

  .catalog-item:hover {
    position: absolute;
    left: 3px;
    top: 0;
    width: calc(100% - 6px);
    padding-bottom: 20px;
    -webkit-box-shadow: 0px 0px 27.84px 4.16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 27.84px 4.16px rgba(0, 0, 0, 0.1);
  }

  .catalog-item:hover .catalog-item__img-item {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }

  .catalog-item:hover .catalog-hide {
    display: block;
  }

  .card-content__right .catalog-item:hover {
    position: static;
    width: 100%;
  }
}

@media (min-width: 1201px) and (max-width: 1500px) {
  .mainCatalog-popular__block {
    width: 135px;
  }

  .mainCatalog-popular__block .mainCatalog-popular__item img {
    width: 100%;
  }

  .mainCatalog-popular__blocks {
    width: 200px;
  }

  .mainCatalog-popular__big {
    width: 260px;
  }

  .mainCatalog-popular__text {
    width: 38px;
  }

  .mainCatalog-popular__big .mainCatalog-popular__item img {
    width: 130px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .mainCatalog-popular__blocks .mainCatalog-popular__item img {
    margin-right: 10px;
    width: 60px;
  }

  .mainCatalog-popular__item {
    font-size: 16px;
    line-height: 20px;
  }

  .mainCatalog-popular__item {
    height: 210px;
  }

  .mainCatalog-popular__blocks .mainCatalog-popular__item {
    height: 100px;
  }
  .vendor-list__item {
    width: calc(100% / 6 - 10px);
    height: 102px;
}
}

@media (min-width: 1201px) {
  .filters {
    display: block !important;
  }

  .menu__catalog-promo {
    display: block;
  }

  a.catalogServices-link.menuitem-services {
    height: 136px;
    font-weight: 600;
    border-bottom: 1px solid #d5e0e7;
  }

  .catalogServices-items {
    max-height: 548px;
    overflow-y: auto;
  }

  .mobileMenu {
    display: none !important;
  }

  .header-catalog.active .header-catalog__lines {
    height: 18px;
    background-image: url("../img/2024/filter-close.png");
    background-repeat: no-repeat;
    background-position: center;
  }

  .header-catalog.active.header-catalog__goods .header-catalog__lines {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }

  .header-catalog.active .header-catalog__lines span {
    display: none;
  }

}

@media (max-width: 1500px) {

  .container,
  .catalogServices {
    width: 1160px;
  }

  .menu__catalog-promotitle {
    font-size: 20px;
  }

  .card-center__form {
    padding-left: 24px;
  }

  .card-center__form-block {
    width: calc(50% - 10px);
  }

  .info-block {
    width: calc(50% - 10px);
  }

  .title {
    font-size: 28px;
  }

  .videos-item__name {
    padding: 16px;
    font-size: 24px;
  }

  .subscribe-input {
    width: 340px;
  }

  .subscribe-btn {
    margin-left: 32px;
  }

  .subscribe-percent__big {
    right: calc(50% + 178px);
  }

  .category-sort__select {
    width: 200px;
  }

  .header-search {
    width: 300px;
  }

  .header-text {
    margin-right: auto;
  }

  .header-lang {
    margin: 0 auto;
  }

  .header-nav ul li a {
    padding: 0 14px;
  }

  .header-catalog {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-nav {
    padding-left: 12px;
  }

  .catalog-block {
    width: 33.333%;
  }

  .catalogServices-item {
    padding: 0 10px;
  }

  .card-left {
    width: 480px;
  }

  .card-right {
    width: calc(100% - 520px);
  }

  .card-top {
    padding-bottom: 88px;
  }

  .card-info__item {
    width: 200px;
  }

  .card-info__item-text {
    font-size: 13px;
  }

  .card-arrowBlock__bg {
    width: 330px;
  }


  .card-blocks__white,
  .card-blocks__cat,
  .card-blocks__green {
    font-size: 14px;
    height: 24px;
  }

  .card-arrowBlock__text {
    margin-right: 50px;
  }

  .card-stock {
    right: -20px;
  }

  .cats-item__wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cats-item__img {
    height: 140px;
  }

  .cats-item {
    min-height: 410px;
  }

  .catalogServices,
  .catalogProducts {
    width: 1160px;
  }
  .card-center__text.modification-popupbtns {
        min-width: 100%;
        text-align: center;
        justify-content: center;
        order: 2;
        margin-top: 30px;
        flex-direction: row;
        border-left: none; 
       padding-left: 0px;
}
}

@media (max-width: 1200px) {
  .container {
    width: 960px;
  }
.card-buttons .comparison .comparison-link span,
.card-buttons .myfavorites-text{
  display: none;
}
.vendor-list__item {
    width: calc(100% / 5 - 10px);
    height: 102px;
}
  .cats-block {
    width: 33.333%;
  }

  .card-stock {
    display: none;
  }

  .info-block {
    width: 100%;
    margin-top: 40px;
  }

  .info-block:first-child {
    margin-top: 0;
  }

  .videos-item__name {
    padding: 22px;
    font-size: 30px;
  }

  .subscribe-left {
    margin-right: auto;
  }

  .subscribe-arrow {
    display: none;
  }

  .subscribe-percent__big {
    right: calc(50% + 100px);
  }

  .subscribe-percent__small {
    left: calc(50% + 380px);
  }

  .category-top {
    display: block;
  }

  .category-sort {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .category-sort__title {
    display: none;
  }

  .category-sort__btn {
    width: 115px;
    height: 38px;
    border-radius: 5px;
    background: #f38e00;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }

  .category-sort__btn img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    margin-right: 10px;
  }

  .category-cats {
    background: transparent;
    padding: 0;
    height: auto;
    margin: 19px 0 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .category-sort__select {
    width: 340px;
    height: 38px;
  }

  .category-sort__select .select {
    height: 38px;
  }

  .category-sort__select .nice-select {
    padding-left: 17px;
    border-radius: 5px;
    color: #796e66;
  }

  .category-cats__title {
    display: none;
  }

  .category-cats__item {
    margin-top: 10px;
  }

  .category-cats {
    padding-top: 10px;
    margin-top: 0;
  }

  .category-cats__link {
    margin-top: 10px;
  }

  .category-cats__item {
    padding: 0 7px;
  }

  .category-left {
    width: 0;
    background: transparent;
    padding: 0;
    height: 0;
  }

  .category-right {
    width: 100%;
  }

  .category-list {
    display: block;
  }

  .filters {
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 320px;
    max-width: calc(100% - 20px);
    background: #fff;
    height: 100%;
    -webkit-box-shadow: 0px 0px 27.84px 4.16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 27.84px 4.16px rgba(0, 0, 0, 0.1);
    padding: 40px 0;
    display: none;
  }

  .filters-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    justify-content: space-evenly;
  }

  .filters-scroll {
    height: calc(100% - 20px);
    margin-top: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    width: calc(100% - 4px);
    margin-left: 20px;
    width: calc(100% - 30px);
    padding-right: 10px;
  }

  .filters-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .filters-item {
    padding: 20px 0;
  }

  .filters-item:first-child {
    padding-top: 0;
  }

  .filters-item:last-child {
    margin-bottom: 20px;
  }

  .header-top {
    background: #061745;
  }

  .header-top__list {
    height: 60px;
  }

  .header-text {
    display: none;
  }

  .header-logo {
    width: 159px;
    top: -3px;
  }

  .header-search {
    display: none;
  }

  .header-lang {
    display: none;
  }

  .header-phones {
    display: none;
  }

  .header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }


.header-container {
    position: relative;
}

  .header-catalog__wrapper,
  .header-nav
  {
    display: none;
  }
.header-icons {
  position: absolute;
    top: 10px;
    right: 40px;
    border-left: none;
}
.header-icons__item {
    border-right: none; 
}
  .page-wrapper {
    padding-top: 60px;
  }

  .catalogServices,
  .catalogProducts {
    left: auto;
    top: 0;
    right: 0;
    height: 100%;
    max-height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 335px;
    max-width: calc(100% - 20px);
    z-index: 1001;
    border: none;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 22.75px 12.25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 22.75px 12.25px rgba(0, 0, 0, 0.1);
  }

  .catalogServices-left {
    width: 100%;
    padding: 0;
    border: none;
  }

  .catalogServices-right {
    width: 0;
    border: none;
  }

  .catalogServices-back {
    height: 60px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #005f9f;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .catalogServices-back img {
    margin-right: 18px;
  }

  .catalogServices-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    display: none;
  }

  .catalogServices-items {
    display: block;
    padding-top: 4px;
  }

  .catalogServices-block {
    width: 100%;
  }

  .catalogServices-item {
    aspect-ratio: auto;
    border: none;
    font-size: 16px;
    margin-top: 14px;
    text-align: left;
    padding: 0rem;
    padding-left: 24px;
    color: #020832 !important;
    padding-right: 10px;
  }

  .catalogServices-item img {
    display: none;
  }

  .catalogServices-link,
  .catalog-link {
    color: #001549;
    padding: 8px;    
  }

  .catalogServices-block .catalogServices-item {
    display: block;
  }

  .catalogServices-items {
    margin-top: -7px;
  }



  .card-content__sticky {
    top: 70px;
  }
.vbgoods-wrap {   
     width: 100%;    
}
  .card-left {
    width: 400px;
  }

  .card-right {
    width: calc(100% - 440px);
  }

  .card-info__item {
    width: calc(33.333% - 10px);
  }

  .card-arrowBlock__text {
    margin-right: auto;
    font-size: 18px;
  }

  .card-arrowBlock__question {
    margin-right: 50px;
  }

  .card-arrowBlock__phone {
    font-size: 16px;
  }

  .card-arrowBlock__bg {
    width: 255px;
  }

  .card-arrowBlock__phones {
    width: 235px;
  }

  .card-arrowBlock__question {
    margin-right: 36px;
  }

  .card-blocks__cats {
    display: none;
  }

  .card-blocks__whites {
    margin-left: auto;
  }


  .card-blocks__cat:nth-child(2) {
    right: auto;
    left: 10px;
  }

  .card-blocks__cat:nth-child(3) {
    bottom: 10px;
    top: auto;
  }

  .card-buttons__stars {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: auto;
    margin-left: 0;
  }

  .card-buttons__stars span {
    font-size: 14px;
  }

  .card-buttons__link {
    margin: 0 0 0 30px;
  }

  .card-buttons__link span {
    display: none;
  }

  .card-buttons__link img {
    margin: 0;
  }

  .card-center__btn {
    width: 160px;
    font-size: 16px;
  }

  .card-center__price {
    width: 200px;
  }

  .card-center__text {
    padding-left: 20px;
  }

  .card-center__form {
    width: 100%;
    border: none;
    padding-left: 0;
    border-top: 1px dashed #b3bdc5;
    padding-top: 24px;
    margin-top: 24px;
  }

  .card-center__form-title {
    font-size: 18px;
  }

  .card-center__form-block {
    margin-top: 20px;
  }

  .mainCatalog {
    padding-bottom: 24px;
  }

  .mainCatalog-list {
    display: block;
  }

  .mainCatalog-left {
    display: none;
  }

  .mainCatalog-right {
    width: 100%;
  }

  .mainCatalog-popular__big {
    width: 310px;
  }

  .mainCatalog-popular__block {
    width: 170px;
  }

  .mainCatalog-popular__blocks {
    width: 240px;
  }

  .mainCatalog-popular__blocks .mainCatalog-popular__item img {
    width: 80px;
    margin-right: 10px;
  }

  .mainCatalog-popular__big .mainCatalog-popular__item img {
    width: 160px;
  }


  .otherProducts-lop__link {
    margin-right: 0;
  }
  .tab-rating__wrapper {
    display: flex;
    gap: 30px;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}
.tab-rating__left {
    width: 100%;
}
}

@media (max-width: 992px) {
  .container {
    width: 730px;
  }
.vendor-list__item {
    width: calc(100% / 4 - 10px);
    height: 102px;
}
  .mainCatalog-slider {
    margin-top: 0;
  }

  .card-blocks__mobileCats {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0px;
    padding: 10px;
    width: 100%;
  }

  .card-blocks__mobileCats .card-labels {
    gap: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }


  .title {
    font-size: 18px;
  }

  .seo-content {
    margin-top: 20px;
    font-size: 16px;
    color: #2f3752;
  }

  .seo-content h2,
  .seo-content h3,
  .seo-content h4,
  .seo-content h5,
  .seo-content h6 {
    font-size: 18px;
  }

  .seo {
    padding: 30px 0 45px;
  }

  .info {
    padding-bottom: 40px;
  }

  .info-title {
    margin-bottom: 18px;
  }

  .info-item {
    font-size: 14px;
  }

  .info-item__title {
    padding: 11px 6px;
  }

  .info-item__content {
    padding: 0 6px 11px;
  }

  .info-item__arrow {
    margin-right: 2px;
    margin-left: 8px;
  }

  .videos-item__title {
    margin: 22px 0 8px;
    font-size: 16px;
    line-height: normal;
  }

  .videos-item__text {
    font-size: 14px;
    line-height: normal;
  }

  .videos-item__play {
    width: 33px;
    height: 25px;
    background-size: 33px 25px;
  }

  .videos-item__name {
    padding: 15px;
    font-size: 18px;
  }

  .videos-link {
    font-size: 14px;
  }

  .videos {
    padding: 24px 0;
  }

  .videos-top {
    margin-bottom: 25px;
  }

  .videos-arrow {
    margin-left: 7px;
    width: 28px;
    height: 28px;
    background-size: 28px;
  }

  .subscribe-form__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .subscribe-btn {
    width: calc(50% - 10px);
    margin: 0;
  }

  .subscribe-input {
    width: calc(50% - 10px);
    margin: 0;
  }

  .subscribe {
    padding: 40px 0 62px;
  }

  .subscribe-title {
    font-size: 18px;
  }

  .subscribe-subtitle {
    font-size: 22px;
  }

  .subscribe-percent__big {
    font-size: 105px;
    line-height: 105px;
    right: -5px;
    top: -20px;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .subscribe-percent__small {
    font-size: 38px;
    line-height: 38px;
    bottom: 30px;
    left: calc(50% + 50px);
    right: auto;
    top: auto;
  }

  .subscribe-percent__middle {
    font-size: 58px;
    line-height: 58px;
    left: -3px;
    bottom: -10px;
    right: auto;
    top: auto;
  }

  .subscribe-form {
    margin-top: 36px;
  }

  .subscribe-list {
    display: block;
  }

  .breadcrumbs {
    padding: 10px 0 20px;
  }

  .breadcrumbs-list {
    display: none;
  }

  .breadcrumbs-back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    color: #005f9f;
  }

  .page-title {
    font-size: 22px;
  }

  .category {
    padding-bottom: 14px;
  }

  .category-box {
    margin: 25px 0 54px;
  }

  .category .swiper-slide {
    width: 132px;
    min-width: 132px;
  }

  .category-item {
    padding: 14px 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .category-item__img {
    display: none;
  }

  .category-item__text {
    font-size: 14px;
  }

  .catalog-block {
    width: 50%;
  }

  .otherProducts-default,
  .otherProducts-stocks {
    padding: 42px 0;
  }

  .otherProducts {
    padding: 42px 0;
  }

  .otherProducts-top {
    margin-bottom: 42px;
  }



  .card-content__right {
    display: none;
  }

  .card-content__cat {
    margin-right: 5px;
    margin-top: 18px;
  }

  .card-content__cats {
    margin-top: 0;
    margin-right: -5px;
    padding: 0;
  }

  .card-article h2 {
    font-size: 20px;
  }

  .card-article h3 {
    font-size: 20px;
  }

  .card-content {
    padding: 30px 0 46px;
  }

  .card-contents {
    width: 100%;
  }

  .card {
    overflow: hidden;
  }

  .card-tab {
    border: 1px solid #d3d6df;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .card-tab::before {
    top: -1px;
    width: calc(100% + 2px);
  }

  .card-tab::after {
    width: calc(100% + 2px);
  }

  .card-tab.active {
    border-bottom-color: #fff;
    font-size: 16px;
  }

  .card-tabs {
    background: #f1f3f7;
    width: calc(100% + 2px);
    left: -1px;
  }

  .card-top {
    border-bottom: 1px solid #d3d6df;
  }

  .card-bottom>.container {
    position: static;
  }

  .card-bottom {
    position: relative;
  }

  .card-left {
    width: 100%;
  }

  .card-right {
    width: 100%;
    margin-top: 10px;
  }

  .card-title {
    margin-bottom: 22px;
  }

  .card-info__item-title {
    font-size: 18px;
  }

  .card-info__item-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .card-arrowBlock__bg {
    width: auto;
  }

  .card-arrowBlock__question {
    margin-right: 80px;
  }

  .card-arrowBlock__text {
    margin-right: 90px;
  }

  .card-blocks {
    order: 1;
    flex-wrap: wrap;
    gap: 10px;
padding-bottom: 0px;
        margin-bottom: 20px;

  }

  .card-blocks__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .card-blocks__white,
  .card-blocks__green {
    padding-left: 6px;
    padding-right: 6px;
  }

  .card-blocks__green {
    padding-left: 9px;
    padding-right: 9px;
  }


  .card-text {
    margin: 0px;
    font-size: 16px;
    order: 2;
  }

  .card-buttons {
    padding-bottom: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 3;
    order: 3;
    border: none;
    border-top: 1px dashed #a1acb8;
    margin: 30px 0;
        padding-top: 10px;
  }

  .card-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-arrowBlock__text {
    min-width: auto;
  }

  .card-center__buttons {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    margin-top: 24px;
    display: flex;
    gap: 30px;
  }

  .card-center__text {
    border: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    width: 50%;
    min-width: auto;
    margin: 40px 0 0;
    font-size: 16px;
    line-height: 16px;
  }

  .card-center {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 30px;
  }
.card-arrowBlock {
    order: 5;
}
.card-info {
    order: 6;
}
  .card-center__btn {
    height: 46px;
    font-size: 18px;
  }

  .card-center__btn img {
    margin-right: 6px;
  }

  .card-center__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;    
    margin-left: 0;
        order: 3;
        justify-content: flex-end;
        width: 50%;
  }

  .card-center__icons img {
    margin: 0 0 0 10px;
  }

  .card-center__price {
    width: auto;
    padding-left: 22px;
  }

  .card-center__price.center {
    text-align: left;
  }

  .cats-block {
    width: 50%;
  }

  .breadcrumbs-mobile {
    display: block;
  }

  .breadcrumbs-mobile {
    padding-bottom: 14px;
  }

  .mainCatalog-mobile {
    margin-top: 20px;
    display: block;
  }

  .mainCatalog-mobile__title {
    font-size: 24px;
    font-weight: 600;
    color: #00092a;
  }

  .mainCatalog-mobile__slider {
    padding-bottom: 19px;
  }

  .mainCatalog-mobile__slider .swiper-scrollbar {
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    z-index: 3;
    cursor: pointer;
    background: #dcdee4;
    height: 3px;
    opacity: 1;
  }

  .mainCatalog-mobile__slider .swiper-scrollbar-drag {
    cursor: pointer;
    border-radius: 3px;
    background: #bbbec5;
    opacity: 1;
    height: 5px;
    top: -1px;
  }

  .mainCatalog-mobile__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .mainCatalog-mobile__slider .swiper-slide {
    height: auto !important;
  }

  .mainCatalog-mobile__arrow {
    margin-left: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .mainCatalog-mobile__prev img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .mainCatalog-mobile__top {
    margin-bottom: 10px;
  }

  .mainCatalog-mobile__item {
    text-align: center;
    padding: 16px;
    min-height: 100%;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #dfdfe4;
    font-size: 14px;
    font-weight: 600;
    color: #020832;
  }

  .mainCatalog-mobile__item span {
    max-width: 100%;
    width: 140px;
    margin: 0 auto;
  }

  .mainCatalog-mobile__item b {
    width: 102px;
    height: 102px;
    max-width: 100%;
    margin: 0 auto 10px;
  }

  .mainCatalog-mobile__item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .mainCatalog-popular {
    display: none;
  }

  .container.sevice__topsection-container {
    background-image: none !important;
}
.sevice__calltoaction-wrap {  
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}
.sevice__calltoaction-title,
.sevice__calltoaction-btnwrap {
  justify-content: center;
  text-align: center;
}
.sevice__calltoaction-text {
  padding: 2em ;  
  text-align: center;
}
.sevice__calltoaction-text::after,
.sevice__calltoaction-btnwrap::before {
  left: 50%;
  top: -25px;
  width: 17px;
  height: 60px;
  transform: rotate(90deg) translateY(10%);

}
.sevice__calltoaction-btnwrap::after {
  display: none;
}
.sevice__calltoaction-btnwrap {
  padding: 2em;
  margin-right: 0;
}
.sevice__advantagessection-wrap {
  gap: 40px;
  flex-direction: column;
  align-items: center;
}
.sevice__block-sertifikat {
  order: 2;
}
.other__sevices-list {
  row-gap: 60px;
  flex-wrap: wrap;
}
.other__sevices-item {
  width: calc(33% - 20px);
}
.vendor-introtext__wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.blogcontent__wrap {
    display: flex;
    gap: 50px;
    flex-direction: column;
}
}

@media (max-width: 767px) {
  .container {
    width: 540px;
  }

.main-videoheader .videoheader__text{
  display: none;
}

.vendor-list__item {
    width: calc(100% / 3 - 10px);
    height: 102px;
}
  .category-sort__select {
    width: calc(100% - 126px);
  }

  .products_pagination {
    padding: 10px 8px;
    background: #fff;
    border-radius: 5px;
    margin-top: 12px;
  }

  .pagination {
    margin: 0;
  }

  .pagination li a,
  .pagination li span {
    color: #373737;
  }

  .pagination li:first-child,
  .pagination li:last-child,
  .pagination li:nth-child(2) {
    display: none;
  }

  .card-arrowBlock__text {
    margin-right: auto;
  }

  .card-arrowBlock__phone {
    white-space: nowrap;
  }

  .card-arrowBlock__question {
    margin-right: 59px;
  }

  .card-arrowBlock__bg {
    width: 276px;
  }

  .catalog-videos .videos-title {
    width: 100%;
  }

  .catalog-videos .videos-link {
    margin-right: auto;
    margin-left: 0;
  }

  .cats-block {
    margin-top: 3px;
    padding-left: 1px;
    padding-right: 1px;
  }

  .card-center__btn:nth-child(3) {
    display: none;
  }

  .cats-list {
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -3px;
  }

  .cats {
    padding: 24px 0 32px;
  }

  .cats-title {
    margin-bottom: 15px;
  }

  .cats-item__links,
  .cats-item__icon,
  .cats-item__btn {
    display: none;
  }

  .cats-item {
    min-height: 100%;
    padding-bottom: 22px;
    padding-top: 9px;
    text-align: center;
    border-radius: 8px;
  }

  .cats-item__name {
    font-size: 16px;
    line-height: 22px;
    min-height: 44px;
    margin: 0;
  }

  .cats-item__img {
    height: 114px;
    width: 160px;
    margin: 0 auto;
    max-width: calc(100% - 10px);
  }

  .cats-item__wrapper {
    padding-left: 9px;
    padding-right: 9px;
  }

  .mainCatalog-brands {
    margin-top: 40px;
    overflow-x: hidden;
  }

  .mainCatalog-brands__prev img,
  .mainCatalog-brands__next img {
    height: 15px;
    width: auto;
  }

  .mainCatalog-brand {
    border-radius: 6px;
  }
  .sevice__quotesection-block {
    display: flex;
    gap: 0px;
    margin-bottom: 50px;
    flex-direction: column;
    align-items: center;
}
.sevice__quotesection-avatar { 
  z-index: 1;
}
.sevice__quotesection-text {
  padding: 120px 1em 1em 1em;
  margin-top: -100px;
  z-index: 0;
}
.sevice__quotesection-text::before {
  bottom: -30px;
        top: auto;
        right: 0px;
        left: auto;
}
.sevice__faq_item-question-icon, .sevice__faq_item-answer-icon {
  display: none;
}
.sevice__faq_item-answer-block {
  margin-right: 0px;
  width: 100%;
}
.sevice__faq_item-question-block {
  margin-left: 0px;
}

.sevice__faq_item-question-block::before {
    content: "";
    position: absolute;    
    left: 0px;
    bottom: -15px;
    top: auto;
}
.sevice__faq_item-answer-block::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 40px;
    transform: rotate(-90deg);    
}
.sevice__tabssection-container {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}
.sevice__tabssection-tab.active {
  height: 40px;
}

.sevice__tabssection-tab {
  padding: 10px 20px;
  height: 39px;
}
.videoblog__meta {    
    gap: 15px;
    
}
.blog_introtitle_textwrap {
    flex-direction: column;
    align-items: flex-start;
}
.blog_introtitle_text {
    max-width: 400px;
    padding-right: 0;
    border-right: none;
    margin-bottom: 20px;
}
.blog_introtitle {
    flex-direction: column;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}
.blog_introtitle-linkto {
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}
.blog_introtitle_text p {
  font-size: 14px;
}
}

@media (max-width: 576px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
  .vbgoods-wrap {
    flex-direction: column;
    gap:0;
}
.vbgoods-content .catalog-item__name {
        font-size: 18px;    
    height: auto; 
    overflow: visible;
    
}
.vendor-list__item {
    width: calc(100% / 2 - 10px);
    height: auto;
}
span.vendor-list_nologotext {
    font-weight: 600;
    text-transform: none;
    padding: 10px;
}
  .card-center__form-block {
    width: 100%;
  }

  .card-center__price {
    width: calc(100% - 130px);
  }

  .card-content {
    padding-top: 0;
    margin-top: -10px;
  }

  .videos-title {
    width: 100%;
    margin-bottom: 16px;
  }

  .videos-link {
    margin-left: 0;
  }

  .videos-slider {
    min-width: 577px;
    width: 577px;
  }

  .subscribe-btn {
    margin-top: 24px;
    width: 100%;
  }

  .subscribe-input {
    width: 100%;
  }

  .category-slider {
    width: calc(100% + 10px);
  }

  .catalog-list {
    margin: 0 -2px;
  }

  .catalog-block {
    width: 50%;
    margin-top: 4px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .catalog-item {
    padding: 16px 6px 36px;
    border-radius: 5px;
  }

  .catalog-item__btn {
    width: 100%;
    margin-top: 10px;
  }

  .catalog-item__name {
    font-size: 14px;
  }

  .catalog-item__img {
    width: 130px;
    height: 130px;
  }

  .catalog-item__bottom {
    display: block;
    height: auto;
  }

  .catalog-item__inStock {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .catalog-item__name {
    margin-top: 10px;
  }

  .catalog-item__info-right {
    right: 6px;
    top: 6px;
  }

  .catalog-item__info-left {
    left: 6px;
    top: 6px;
  }

  .catalog-item__play {
    top: 140px;
    right: 12px;
  }

  .otherProducts-arrows {
    display: none;
  }

  .otherProducts-slider,
  .default-slider,
  .stocks-slider {
    width: 840px;
    min-width: 840px;
  }

  .card-tab {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0 22px;
  }

  .card-tabs {
    overflow-x: auto;
    position: relative;
  }

  .card-tabs::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #d3d6df;
  }

  .card-tabs::-webkit-scrollbar {
    display: none;
  }

  .card-info {
    display: block;
  }

  .card-info__item {
    margin-top: 16px;
    width: 100%;
  }

  .card-info__item:first-child {
    margin-top: 0;
  }

  .card-info__item-text span {
    display: block;
  }

  .card-arrowBlock {
    height: 98px;
    padding-left: 6px;
    margin-bottom: 35px;
  }

  .card-arrowBlock__question {
    margin-right: 43px;
    width: 28px;
  }

  .card-arrowBlock__text {
    width: 127px;
    font-size: 18px;
    line-height: 18px;
    margin-right: 35px;
  }

  .card-arrowBlock__phones {
    width: auto;
  }

  .card-arrowBlock__phone {
    position: relative;
    white-space: normal;
    font-size: 16px;
    line-height: normal;
    width: 120px;
    margin: 0;
  }

  .card-arrowBlock__phone img {
    position: absolute;
    right: 16px;
    top: 1px;
    margin: 0;
  }

  .card-arrowBlock__phone:first-child {
    display: none;
  }

  .card-arrowBlock__bg {
    display: none;
  }

  .card-arrowBlock__mobile {
    display: block;
    left: 0;
    top: 0;
    height: 100%;
  }

  .header-icons__item {
    height: 40px;
    width: 40px;
}
.header-icons__item:hover {
    background: none;
}
  .mainCatalog-slider__img {
    display: none;
  }

  .mainCatalog-slider__mobile {
    display: block;
    width: 100%;
    height: auto;
  }

  .mainCatalog-slider .swiper-pagination {
    bottom: 7px;
  }

  .mainCatalog-slider .swiper-pagination-bullet {
    height: 8px;
    width: 43px;
    margin: 0 1px;
  }

  .mainCatalog-next {
    width: auto;
    height: auto;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
  }

  .mainCatalog-next img {
    display: block;
  }

  .mainCatalog-prev {
    width: auto;
    height: auto;
    left: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
  }

  .mainCatalog-prev img {
    display: block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .mainCatalog-mobile__slider .swiper-slide {
    width: 158px;
    min-width: 158px;
  }

  .mainCatalog-mobile__wrapper {
    padding-bottom: 20px;
    margin-left: -10px;
    width: calc(100% + 20px);
    padding-left: 10px;
  }

  .mainCatalog-mobile__slider {
    padding-bottom: 0;
    position: static;
  }

  .mainCatalog-mobile__slider .swiper-scrollbar {
    left: 10px;
    width: calc(100% - 20px);
  }

  .sevice__pricesection-tablewrap table {
    border: 0;
  }
  .sevice__pricesection  th,  .sevice__pricesectiontd {
    min-width: auto;
    max-width: auto;
  }

  .sevice__pricesection-tablewrap table thead {
    display: none;
  }

  .sevice__pricesection-tablewrap table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #e9edf4;
  }

  .sevice__pricesection-tablewrap table td {
    display: block;
    text-align: right;
    font-size: 14px;
    border-bottom: 1px dotted #e9edf4;
    border-right: 1px solid #e9edf4;
  }

  .sevice__pricesection-tablewrap table td:last-child {
    border-bottom: 0;
  }

  .sevice__pricesection-tablewrap table tr td:first-child {
    font-weight: 600;
    background-color: #cdd5e7;
    text-align: left;
    font-size: 16px;
  }

  .sevice__pricesection-tablewrap table td:before {
    content: attr(data-label);
    float: left;
    margin-right: 10px;
  }
  .other__sevices-item {
    width: calc(50% - 20px);
}
li.sf_crumb.active {
    display: none;
}
.blogcontent__right {
    max-width: 100%;
}
.blog__posts-wrap {
    margin-bottom: 20px;
    padding-bottom: 20px;    
    width: 100%;
}
.infocentr__lawinfo-row {
    flex-direction: column;
}
.infocentr__avtor-wrap {   
    flex-direction: column;
}
table.table-flex tr {
    display: flex;
    flex-direction: column;
}
table.table-flex td {
    display: block;
    min-width: 150px;
}
}

@media (max-width: 360px) {
  .header-cart {
    margin: 0 24px;
  }

  .card-content__cat {
    font-size: 14px;
    padding: 0 18px;
  }

  .card-info__item:nth-child(2) span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .card-arrowBlock__text {
    font-size: 16px;
    line-height: 18px;
  }

  .card-arrowBlock__question {
    margin-right: 20px;
  }

  .card-arrowBlock__mobile {
    width: 171px;
  }


  .card-center__btn {
    margin-right: auto;
  }

  .card-center__btn:nth-child(2) {
    margin-right: 0;
  }

  .card-center__buttons {
    width: 100%;
    margin-right: 0;
  }

  .card-center__btn {
    width: 146px;
    font-size: 16px;
  }

  .card-center__price {
    padding-left: 0;
  }

  .cats-item__name {
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
  }
}