body.no-scroll {
  overflow: hidden;
}

body:has(.main-mod.open) #js-overlay {
  display: none;
}

a {
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.btn,
.js-modal-close {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn:focus,
.js-modal-close:focus {
  outline: none;
}

.btn svg,
.js-modal-close svg {
  pointer-events: none;
}

.mb-120:not(section):last-child,
.mb-80:not(section):last-child,
.mb-60:not(section):last-child,
.mb-40:not(section):last-child {
  margin-bottom: 0;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-40 {
  margin-bottom: 40px;
}

.main-btn,
.stroke-btn {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  padding: 21.5px 41px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
  text-transform: uppercase;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  cursor: pointer;
}

.main-btn {
  color: #fff;
  border: 1px solid #f13d3d;
  background-color: #f13d3d;
}

.main-btn:hover {
  color: #242020;
  background-color: #fff;
}

.stroke-btn {
  color: #242020;
  border: 1px solid #d3d2d2;
}

.stroke-btn:hover {
  color: #fff;
  border: 1px solid #f13d3d;
  background-color: #f13d3d;
}

.text-btn {
  font-size: 18px;
  font-weight: 700;
  color: #f13d3d;
  text-decoration: underline;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.text-btn:hover {
  color: #242020;
  text-decoration: underline;
}

.sec-top {
  margin-bottom: 50px;
}

.sec-top h1,
.sec-top h2 {
  margin-bottom: 20px;
}

.sec-top p {
  font-size: 18px;
  line-height: 1.3;
  max-width: 504px;
}

.sec-top:last-child {
  margin-bottom: 0;
}

.sec-title {
  font-size: 46px;
  color: #242020;
  position: relative;
  padding-bottom: 15px;
  margin: 0 0 20px;
}

.sec-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 152px;
  height: 3px;
  background-color: #f13d3d;
}

.sec-bottom {
  text-align: right;
  margin-top: 40px;
}

.sec-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.sec-btns .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec-btns:first-child {
  margin-top: 0;
}

.page-content > * {
  margin-bottom: 16px;
}

.page-content > *:first-child {
  margin-top: 0;
}

.page-content > *:last-child {
  margin-bottom: 0;
}

.page-content a {
  font-weight: 600;
  color: #242020;
  text-decoration: underline;
}

.page-content table {
  word-break: break-word;
  display: block;
  padding-bottom: 7px;
  overflow: auto;
  scrollbar-width: thin;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: collapse;
}

.page-content table > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-content table thead,
.page-content table tbody {
  display: table;
  width: 100% !important;
}

.page-content table thead tr {
  border-bottom: none;
}

.page-content table thead tr th,
.page-content table thead tr td {
  background-color: #f6f6f6;
}

.page-content table tr {
  width: 100% !important;
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e4e4e4;
  margin-bottom: -1px;
}

.page-content table tr:nth-child(even) td {
  background-color: #fff;
}

.page-content table th,
.page-content table td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 244px;
  padding: 14px 12px;
  display: block;
  text-align: left;
  border-right: 1px solid #e4e4e4;
}

.page-content table th:last-child,
.page-content table td:last-child {
  border-right: none;
}

.page-content table td:nth-child(2) {
  font-weight: 400;
}

.page-content table + p {
  font-size: 12px;
  color: #afafaf;
}

.page-content table + p:not(:empty) {
  margin-top: -12px;
}

.page-content ol,
.page-content ul {
  padding-left: 24px;
}

.page-content ol li,
.page-content ul li {
  padding-left: 0;
  margin-bottom: 0;
}

.page-content ol li:before,
.page-content ul li:before {
  content: none;
}

.page-content ol li {
  list-style: decimal;
}

.page-content ul li {
  list-style: disc;
}

.page-content ul li::marker {
  font-size: 12px;
}

.form-group {
  display: block;
}

.form-checkbox,
.form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.form-radio {
  margin-bottom: 16px;
}

.form-radio input[type=radio] {
  display: none;
}

.form-radio input[type=radio]:checked + span::after {
  opacity: 1;
}

.form-radio input[type=radio] + span {
  font-size: 14px;
  font-weight: 500;
  color: #2e3246;
  display: block;
  padding-left: 28px;
  position: relative;
  cursor: pointer;
}

.form-radio input[type=radio] + span::before,
.form-radio input[type=radio] + span:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.form-radio input[type=radio] + span::before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ced4da;
}

.form-radio input[type=radio] + span:after {
  width: 12px;
  height: 12px;
  top: 4px;
  left: 4px;
  background: #ced4da;
  opacity: 0;
}

.form-radio .form-group {
  margin-bottom: 0;
}

.date-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

.date-input::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.form fieldset {
  padding: 0;
  border: none;
}

.form .main-btn {
  width: 100%;
}

.form .form-group input,
.form .form-group textarea {
  font: inherit;
  font-size: 16px;
  font-weight: 500;
}

.form .form-group input::-webkit-input-placeholder,
.form .form-group textarea::-webkit-input-placeholder {
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
}

.form .form-group input::-moz-placeholder,
.form .form-group textarea::-moz-placeholder {
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
}

.form .form-group input:-ms-input-placeholder,
.form .form-group textarea:-ms-input-placeholder {
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
}

.form .form-group input::-ms-input-placeholder,
.form .form-group textarea::-ms-input-placeholder {
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
}

.form .form-group input::placeholder,
.form .form-group textarea::placeholder {
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
}

.form .form-group input {
  width: 100%;
  height: 50px;
  border-color: #ced4da;
  margin: 0;
}

.form .form-group textarea {
  width: 100%;
  height: 90px;
  padding: 10px 15px;
  border-radius: 3px;
  border: 1px solid #ced4da;
  background-color: #f6f6f6;
  resize: none;
  scrollbar-width: thin;
}

.form .form-checkbox {
  margin-bottom: 16px;
}

.form .form-checkbox input:checked + span::before {
  background: url(../img/icons/icon-check-blue.svg) center/12px 12px no-repeat;
}

.form .form-checkbox input + span {
  font-size: 14px;
  font-weight: 500;
  color: #2e3246;
  display: block;
  padding-left: 28px;
  cursor: pointer;
  position: relative;
}

.form .form-checkbox input + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #ced4da;
  background: rgba(255, 255, 255, 0.1);
}

.form .form-checkbox input + span a {
  color: #2e3246;
  text-decoration: underline;
}

.form .dropdown {
  max-width: 100%;
  margin-bottom: 16px;
}

.form .dropdown.open .dropdown__body {
  max-height: 500px;
  opacity: 1;
}

.form .dropdown__header {
  padding: 15px;
  border: 1px solid #ced4da;
  background: #f9f9f9;
}

.form .dropdown__header.checked span {
  color: #242020;
}

.form .dropdown__header span {
  color: #939393;
}

.form .dropdown__body {
  width: 100%;
  padding: 0;
  position: static;
  border-top: none;
  border-radius: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.form .dropdown__body label span {
  padding: 11px 24px;
}

.form .dropdown__body .custom-scroll {
  padding: 12px 8px;
  max-height: none;
}

.form-label {
  font-size: 14px;
  font-weight: 500;
  color: #2e3246;
  display: block;
  margin-bottom: 10px;
}

.main-mod {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
  border-radius: 0;
  text-align: left;
  -webkit-transform: none;
  transform: none;
  overflow: hidden;
}

.main-mod .form {
  padding: 0;
  display: block;
}

.main-mod .modal__top {
  margin-bottom: 24px;
}

.main-mod .modal__top h2,
.main-mod .modal__top .h2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 16px;
}

.main-mod .modal__top h2:last-child,
.main-mod .modal__top .h2:last-child {
  margin-bottom: 0;
}

.main-mod .modal__content {
  margin: auto;
}

.dropdown {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 141px;
  max-width: 222px;
  position: relative;
}

.dropdown.open {
  z-index: 200;
}

.dropdown.open .dropdown__header svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown.open .dropdown__body {
  visibility: visible;
  -webkit-clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
  clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
  pointer-events: all;
}

.dropdown--sort {
  width: 222px;
  margin-left: auto;
}

.dropdown--sort .dropdown__header {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dropdown--sort .dropdown__body {
  right: 0;
  left: auto;
}

.dropdown__header {
  padding: 11px 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dropdown__header svg {
  fill: #fff;
  stroke: #242020;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-left: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dropdown__header span {
  font-size: 14px;
  font-weight: 500;
  color: #242020;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dropdown__body {
  width: 222px;
  padding: 12px 4px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  border-radius: 3px;
  border: 1px solid #cfcece;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(204, 204, 204, 0.1803921569);
  box-shadow: 0px 0px 18px 0px rgba(204, 204, 204, 0.1803921569);
  visibility: hidden;
  -webkit-clip-path: polygon(-10% -10%, 110% -10%, 110% -10%, -10% -10%);
  clip-path: polygon(-10% -10%, 110% -10%, 110% -10%, -10% -10%);
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}

.dropdown__body label {
  margin-bottom: 2px;
  cursor: pointer;
}

.dropdown__body label:hover span {
  color: rgba(36, 32, 32, 0.4);
}

.dropdown__body label.is-disabled {
  cursor: not-allowed;
}

.dropdown__body label.is-disabled span,
.dropdown__body label.is-disabled:hover span {
  color: #a7a7a7;
  background: transparent;
  cursor: not-allowed;
}

.dropdown__body label input {
  display: none;
}

.dropdown__body label input:checked + span {
  color: #fff;
  background: #f13d3d;
}

.dropdown__body label span {
  font-size: 14px;
  font-weight: 500;
  color: #242020;
  padding: 11px 12px;
  display: block;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.dropdown__body .custom-scroll {
  padding: 0 4px;
  max-height: 240px;
  overflow: auto;
}

.dropdown__body .custom-scroll::-webkit-scrollbar {
  width: 4px;
}

.dropdown__body .custom-scroll::-webkit-scrollbar-thumb {
  background: #cfcece;
}

.instock .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.sec-title,
.sec-top p,
.banner-text h1,
.banner-text .h1,
.text-block--info .page-content p,
.m-news__item h3,
.m-news__item .h3,
.cta-block__text p,
.geo-map__text p,
.geo-map__links a,
.stat__value,
.del-p h3,
.del-p h4,
.del-p h4,
.del-p .h4,
.category__desc {
  font-family: "Circe Bold";
  font-weight: 700;
}

.instock .slick-slide {
  height: auto;
}

.instock .slick-list {
  overflow: hidden;
}

.recom-bottom {
  text-align: center;
}

.category__desc {
  font-size: 18px;
  line-height: 1.3;
  max-width: 504px;
  margin-bottom: 50px;
}

.cat-filter {
  margin-bottom: 30px;
}

.cat-filter.show-reset .catFilter-reset {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cat-filter__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 16px;
  margin: 0;
}

.cat-filter__items {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.catalog:has(.category__desc) .category__title {
  margin-bottom: 20px;
}

.catalog__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 16px;
  margin-bottom: 20px;
}

.catalog__top h2,
.catalog__top .h2,
.catalog__top h1,
.catalog__top .h1 {
  margin-bottom: 0;
  margin-top: 0;
  -ms-flex-line-pack: center;
  align-content: center;
}

.catalog__item,
.catalog-item {
  position: relative;
}

.catalog__models {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 12px;
  right: 12px;
  max-width: calc(100% - 24px);
}

.catalog__models span {
  font-size: 14px;
  font-weight: 500;
  color: #242020;
  padding: 4px 16px;
  border-radius: 20px;
  background: #f6f6f6;
}

.catFilter-btn,
.catFilter-reset {
  font-size: 14px;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catFilter-btn {
  line-height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.catFilter-btn:before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url(../img/icons/filter-icon.svg) center/contain no-repeat;
  margin-right: 5px;
}

.catFilter-btn span {
  margin-left: 5px;
}

.catFilter-btn span:empty::after {
  display: none;
}

.catFilter-btn span:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f13d3d;
  margin-left: 5px;
}

.catFilter-reset {
  color: #595f68;
  display: none;
  margin-top: 8px;
}

.catFilter-reset .btn-cross {
  margin-left: 5px;
}

.catFilter-reset .btn-cross:before,
.catFilter-reset .btn-cross::after {
  background: #595f68;
}

.filter-selected__items {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 16px;
}

.filter-selected__items:empty {
  margin: 0;
}

.filter-selected__items li {
  font-size: 14px;
  font-weight: 500;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-selected__items li .btn-cross {
  margin-left: 10px;
}

.filter-selected__items li .btn-cross:before,
.filter-selected__items li .btn-cross::after {
  background: #f13d3d;
}

.filter-selected__items li span {
  color: #f13d3d;
  margin-left: 5px;
}

.btn-cross {
  width: 16px;
  height: 16px;
  position: relative;
}

.btn-cross:after,
.btn-cross:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #242020;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn-cross:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.btn-cross:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.product__row {
  min-width: 0;
  display: grid;
  grid-template-columns: 56% 1fr;
  gap: 0 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-left: 0;
  margin-right: 0;
}

.product__left,
.product__right {
  width: 100%;
  min-width: 0;
  margin-left: 0;
  margin-right: 0;
}

.product__title {
  margin-bottom: 8px;
}

.product__desc p {
  font-size: 14px;
  font-weight: 500;
}

.product__table,
.product__btns,
.product__cost,
.product__link,
.product__stock,
.product__text {
  margin-left: 0;
}

.product__cost,
.product__link,
.product__stock,
.product__text {
  margin-bottom: 10px;
}

.product__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 32px;
}

.product__actions a {
  color: #2b2f40;
  margin-bottom: 8px;
}

.product__actions a:hover {
  color: #f13d3d;
}

.product__table {
  width: 100%;
}

.product__table tr {
  height: auto;
}

.product__table td {
  padding: 7px 12px;
}

.product__btns {
  margin-left: -5px;
  margin-right: -5px;
}

.article__date {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5019607843);
  margin-bottom: 20px;
}

.recom__content {
  padding: 0 15px;
}

.recom__name {
  font-size: 14px;
  font-weight: 700;
}

.recom__desc {
  font-family: Roboto;
  font-size: 14px;
  line-height: 1.2;
  color: #595f68;
  margin-bottom: 10px;
}

.recom__date {
  font-size: 12px;
  color: #afafaf;
}

.banner__text h1,
.banner__text .h1 {
  font-size: 55px;
  color: #fff;
  line-height: 1.1;
  padding: 0;
  text-shadow: 0 4px 8px rgba(52, 52, 52, 0.6);
  margin: 0 0 10px;
}

.info-block__content p,
.m-news__item h3,
.m-news__item .h3 {
  color: #242020;
}

.text-block h1:first-child,
.text-block h2:first-child,
.text-block h3:first-child {
  margin-top: 0;
}

.text-block .page-content {
  max-width: 734px;
}

.text-block .page-content p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}

.text-block .page-content p:last-child {
  margin-bottom: 0;
}

.text-block--info .page-content p,
.text-block--info .page-content li {
  font-size: 20px;
}

.text-block__row {
  display: grid;
  grid-template-columns: 2.1fr 1fr;
  gap: 20px;
}

.m-news {
  padding: 0;
  margin-bottom: 120px;
}

.m-news__item h3,
.m-news__item .h3 {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 4px;
}

.m-news__item p {
  font-family: "Roboto";
  font-weight: 400;
  line-height: 1.2;
  color: #595f68;
}

.geo-map__inner,
.cta-block__inner {
  background: #f6f6f6;
  border: 1px solid #e4e4e4;
  position: relative;
  z-index: 1;
}

.geo-map__content,
.cta-block__content {
  padding: 60px 50px;
}

.geo-map__text p,
.cta-block__text p {
  font-size: 18px;
  line-height: 1.3;
}

.geo-map__text a,
.cta-block__text a {
  color: #242020;
  text-decoration: underline;
}

.geo-map .sec-top {
  margin-bottom: 30px;
}

.geo-map__inner {
  min-height: 527px;
}

.geo-map__content {
  max-width: 50%;
}

.geo-map__text {
  margin-bottom: 16px;
}

.geo-map__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.geo-map__links a {
  font-size: 14px;
  color: #242020;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 15px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.geo-map__links a:hover {
  color: #f13d3d;
  border-color: #f13d3d;
}

.geo-map__links a:after {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url(../img/icons/arr-next.svg) center/contain no-repeat;
  margin-left: 6px;
}

.geo-map__img {
  max-width: 56.01%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.geo-map__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right center;
  object-position: right center;
}

.cta-block .sec-top {
  margin-bottom: 20px;
}

.cta-block .sec-title {
  padding-bottom: 0;
}

.cta-block .sec-title::after {
  content: none;
}

.cta-block__inner {
  min-height: 444px;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: 1fr auto;
}

.cta-block__content .main-btn {
  width: 100%;
}

.cta-block__text {
  margin-bottom: 30px;
}

.cta-block__text:last-child {
  margin-bottom: 0;
}

.cta-block__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.cta-block__btns .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta-block__info {
  grid-column: 1/3;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 12px;
  margin-bottom: 20px;
}

.cta-block__img {
  grid-area: 1/2/2/3;
  width: calc(100% - 100px);
  height: calc(100% - 20px);
  position: relative;
  margin: auto;
}

.cta-block__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto;
}

.info-cta {
  width: 240px;
  padding: 12px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 12px;
  border-top: 1px solid #e4e4e4;
}

.info-cta p {
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0;
}

.info-cta__icon {
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  background: rgba(241, 61, 61, 0.1019607843);
}

.info-cta__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.faq .accord__title,
.del-region .accord__title {
  padding: 23px 30px;
  height: auto;
}

.faq {
  counter-reset: faq;
}

.faq .accord__item {
  counter-increment: faq;
}

.faq .accord__title span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
}

.faq .accord__title span::before {
  content: counter(faq) ".";
}

.faq .page-content p {
  max-width: 734px;
}

.stat__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.stat__item {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 3px solid #f13d3d;
}

.stat__value {
  font-size: 60px;
}

.stat__label {
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
}

.del-p h3,
.del-p .h3 {
  font-size: 20px;
  margin: 0 0 12px;
}

.del-p h4,
.del-p .h4 {
  font-size: 18px;
  margin: 0 0 12px;
}

.del-p p,
.del-p li {
  font-weight: 500;
}

.del-p .page-title {
  padding-left: 0;
}

.del-p .text-btn {
  color: #2b2f40;
}

.del-p .text-btn:hover {
  color: #f13d3d;
}

.del-p .page-content {
  max-width: 734px;
}

.del-p__row {
  display: grid;
  grid-template-columns: 1.44fr 1fr;
  gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.del-p__region {
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
}

.del-p__region:last-child {
  margin-bottom: 0;
}

.del-p__region-title {
  font-size: 14px;
  color: #717171;
  padding-left: 26px;
  position: relative;
}

.del-p__region-title:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icons/location.svg) center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.del-p__img img {
  width: 100%;
}

.del-p__callback p {
  font-family: "Circe Bold";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}

.del-p__callback p.h1 {
  font-size: 46px;
  line-height: 1.2;
}

.del-p__callback .main-btn {
  width: 100%;
}

.del-p__info h3 {
  margin-top: 40px;
}

.del-p__region ul,
.del-city__products {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.del-p__region ul li,
.del-city__products li {
  list-style-type: none;
}

.del-p__region ul li a,
.del-city__products li a {
  font-family: "Circe Bold";
  font-size: 14px;
  font-weight: 700;
  color: #242020;
  text-transform: uppercase;
  display: block;
  padding: 5px 16px;
  border-radius: 20px;
  border: 1px solid rgba(36, 32, 32, 0.2);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.del-p__region ul li a:hover,
.del-city__products li a:hover {
  color: #f13d3d;
  border-color: #f13d3d;
}

.del-region__title {
  font-size: 30px;
  margin-top: 0;
}

.del-city ul {
  margin-bottom: 24px;
}

.del-city ul li {
  padding: 0;
  margin: 0;
}

.del-city ul li:before {
  content: none;
}

.del-city .accord__title h3,
.del-city .accord__title .h3 {
  margin-bottom: 0;
}

.del-city .page-content {
  max-width: 600px;
}

.del-city__row {
  display: grid;
  grid-template-columns: 1.44fr 1fr;
  gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-top: 24px;
}

.del-city__products {
  margin-bottom: 24px;
}

.del-city__contacts {
  max-width: 248px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.del-city__contacts .main-btn {
  font-size: 12px;
  width: 100%;
  padding: 9px;
  text-transform: none;
  margin-top: 16px;
}

.item-contact {
  font-size: 14px;
  font-weight: 500;
  color: #242020;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.item-contact svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  fill: #b3b3b3;
  margin-right: 6px;
}

a.item-contact {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a.item-contact svg {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a.item-contact:hover {
  color: #f13d3d;
}

a.item-contact:hover svg {
  fill: #f13d3d;
}

@media (min-width: 667.98px) {
  .cat-filter .modal,
  .cat-filter .modal__overlay {
    height: auto;
    max-height: none;
    position: static;
    display: block !important;
    overflow: visible;
  }

  .cat-filter .modal__overlay {
    padding: 0;
    background: none;
  }

  .cat-filter .modal__content {
    padding: 0;
    margin: 0;
  }

  .cat-filter .modal__top,
  .cat-filter .js-modal-close {
    display: none;
  }

  .catFilter-btn,
  .catFilter-reset {
    display: none !important;
  }
}

@media (min-width: 991.98px) {
  .product__top {
    grid-column: 2/3;
    margin-bottom: 12px;
  }

  .product__left {
    grid-area: 1/1/3/2;
  }
}

@media (min-width: 1079.98px) {
  .catalog__item:nth-last-of-type(-n + 3),
  .instock__item:nth-last-of-type(-n + 3) {
    margin-bottom: 0;
  }
}

@media (max-width: 1309.98px) {
  .geo-map__content,
  .cta-block__content {
    padding: 45px 35px;
  }

  .geo-map__inner {
    min-height: 482px;
  }

  .geo-map__content {
    max-width: 57%;
  }

  .geo-map__img {
    max-width: 49%;
  }

  .cta-block__info {
    padding: 0 35px;
  }

  .cta-block__inner {
    grid-template-columns: 57% 1fr;
  }

  .cta-block__text {
    margin-bottom: 24px;
  }

  .info-cta {
    width: 210px;
  }
}

@media (max-width: 1309px) {
  .cta-block__img {
    width: calc(100% - 70px);
  }
}

@media (max-width: 1079.98px) {
  .del-p__callback p.h1 {
    font-size: 32px;
  }
}

@media (max-width: 991.98px) {
  .mb-40 {
    margin-bottom: 24px;
  }

  .sec-bottom {
    margin-top: 32px;
  }

  .sec-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-mod .modal__top h2,
  .main-mod .modal__top .h2 {
    font-size: 32px;
  }

  .product__actions {
    margin-bottom: 20px;
  }

  .product__row {
    grid-template-columns: 1fr;
  }

  .product__link {
    display: inline-block;
  }

  .product__table {
    margin-bottom: 40px;
  }

  .banner__text h1,
  .banner__text .h1 {
    font-size: 42px;
  }

  .text-block__row {
    grid-template-columns: 1fr;
  }

  .geo-map .sec-top {
    margin-bottom: 24px;
  }

  .geo-map__inner {
    min-height: 0;
  }

  .geo-map__content {
    max-width: 100%;
  }

  .geo-map__links a {
    font-size: 12px;
    padding: 4px 7px;
  }

  .geo-map__img {
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    position: static;
  }

  .geo-map__img img {
    height: auto;
  }

  .cta-block__inner {
    display: block;
    min-height: 0;
  }

  .cta-block__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-block__img {
    width: calc(100% - 38px);
    max-width: 400px;
    height: auto;
  }

  .cta-block__img img {
    position: static;
  }

  .info-cta {
    width: calc(50% - 16px);
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: -1px;
  }

  .stat__items {
    grid-template-columns: 1fr 1fr;
  }

  .del-p__row {
    grid-template-columns: 1fr;
    gap: 60px;
    margin-bottom: 60px;
  }

  .del-p__info h3 {
    margin-top: 32px;
  }

  .del-p__img {
    display: none;
  }

  .del-p__region ul li a,
  .del-city__products li a {
    font-size: 12px;
    padding: 4px 7px;
  }

  .del-city__row {
    grid-template-columns: 1fr;
  }

  .del-city__contacts {
    max-width: 100%;
  }

  .del-city__contacts .main-btn {
    min-height: auto;
  }
}

@media screen and (max-width: 991px) {
  .recom {
    margin-bottom: 50px;
  }

  .recom-bottom {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    text-align: right;
  }
}

@media (max-width: 767.98px) {
  .sec-title {
    font-size: 36px;
  }

  .page-content table th,
  .page-content table td {
    min-width: 300px;
  }

  .banner__text h1,
  .banner__text .h1 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (max-width: 667.98px) {
  .main-mod .modal__overlay {
    overflow: hidden;
  }

  .main-mod .modal__content {
    margin-bottom: 0;
    overflow: auto;
  }

  .cat-filter .modal .catFilter-reset {
    font-family: "Circe Bold";
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: underline;
    margin-top: 20px;
  }

  .cat-filter__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cat-filter__items {
    display: block;
  }

  .cat-filter__items .dropdown {
    max-width: 100%;
    border-bottom: 1px solid #e4e4e4;
  }

  .cat-filter__items .dropdown:has(input:checked:not([value=all])) .dropdown__header span:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f13d3d;
    margin-left: 5px;
  }

  .cat-filter__items .dropdown.open .dropdown__body {
    max-height: 500px;
    opacity: 1;
  }

  .cat-filter__items .dropdown__header {
    padding: 11px 12px;
  }

  .cat-filter__items .dropdown__body {
    width: 100%;
    padding: 0;
    border: none;
    position: static;
    opacity: 0;
    max-height: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .cat-filter__items .dropdown__body label span {
    padding: 11px 24px;
  }

  .cat-filter__items .dropdown__body .custom-scroll {
    padding: 0;
    max-height: none;
  }

  .filter-selected {
    display: none;
  }

  .del-region__title {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .mb-120 {
    margin-bottom: 70px;
  }

  .mb-80 {
    margin-bottom: 60px;
  }

  .mb-60 {
    margin-bottom: 40px;
  }

  .main-btn,
  .stroke-btn {
    padding: 11px;
    min-height: 62px;
  }

  .catalog__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product__price,
  .product__chars {
    width: 100%;
    max-width: 100%;
  }

  .banner__text h1,
  .banner__text .h1 {
    color: #242020;
    line-height: 32px;
    margin-bottom: 5px;
    text-shadow: none;
  }

  .geo-map__content,
  .cta-block__content {
    padding: 24px 19px;
  }

  .geo-map__content .main-btn {
    width: 100%;
  }

  .cta-block__info {
    padding: 0 19px;
  }

  .info-cta {
    width: 100%;
  }

  .faq .accord__title,
  .del-region .accord__title {
    padding: 16px;
  }

  .stat__items {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 575.98px) and (max-width: 1079px) {
  .catalog__item:nth-last-of-type(-n + 2),
  .instock__item:nth-last-of-type(-n + 2) {
    margin-bottom: 0;
  }
}
