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

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

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

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

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

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

/* Popup */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

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

ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  overflow-wrap: anywhere;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0px;
}

a:hover {
  text-decoration: underline;
}

span {
  overflow-wrap: anywhere;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0px;
}

div {
  overflow-wrap: anywhere;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0px;
}

p {
  overflow-wrap: anywhere;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0px;
}

h1 {
  overflow-wrap: anywhere;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0px;
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 94.11px;
  letter-spacing: -3%;
  text-transform: uppercase;
  margin-bottom: 15px;
}

h2 {
  overflow-wrap: anywhere;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0px;
}

h3 {
  overflow-wrap: anywhere;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0px;
}

body {
  font-family: "Circe", Arial, sans-serif;
  background-color: white;
}

html {
  height: 100%;
  font-family: "Circe", Arial, sans-serif;
  background-color: white;
}

.page-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px;
  width: 100%;
}

/* buttons */

button {
  cursor: pointer;
  border: none;
  outline: none;
}

.button {
  position: relative;
  outline: none;
  cursor: pointer;
  border: none;
  user-select: none;
  display: inline-block;
  width: fit-content;
  border-radius: 33px;
  padding: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Circe Light";
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: white;
  text-decoration: none;
}

.button--red {
  background: linear-gradient(90deg, #FF5000 0%, #A70000 100%);
}

.button--red:hover {
  color: white;
  background: #DD4010;
}

.button--dot-red:hover::after {
  background: linear-gradient(270deg, #A70000 0%, #FF5000 100%);
}

.button--dot-red:hover::before {
  width: 27px;
  height: 16px;
  background-image: url("../images/arrow-hover.png");
  right: 13px;
}

.button--white {
  background: white;
  color: black;
  border: 1px solid white;
}

.button--dot-red,
.button--dot-white {
  padding: 7px;
  padding-right: 7px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 22px;
  position: relative;
  height: 53px;
  padding-right: 33px;
  padding-right: 55px;
  transition: background-image 3s ease-in-out;
}

.button--dot-red::after,
.button--dot-white::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);

  width: 39px;
  height: 39px;
  padding: 7px;
  border-radius: 255px;
  background: linear-gradient(270deg, #A70000 0%, #FF5000 100%);
}

.button--dot-white::after {
  background: white;
}

.button--dot-red::before,
.button--dot-white::before {
  content: "";
  position: absolute;
  right: 19px;
  top: 23px;
  width: 14px;
  height: 16px;
  background-image: url("../images/button_red_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.button--dot-white::before {
  background-image: url("../images/button_white_arrow.png");
  top: 19px;
}

.button:hover {
  text-decoration: none;
}

.header .page-container {
  display: flex;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 35px;
}

header.header {
  display: flex;
  justify-content: center;
}

.page header.header .page-container {
  position: absolute;
}

.inner header.header {
  width: 100%;
  margin: 0;
  background: white;
  box-shadow: 0px 2px 6.3px 0px #B4B4B440;
  position: fixed;
  z-index: 1030;
  top: 0;
}

#panel {
  z-index: 1049;
  position: relative;
}

body.inner {
  padding-top: 130px;
  overflow-x: hidden;
}

.button--white:hover {
  border: 1px solid #FF5000FA;
  color: #FF5000FA;
}

.header__links {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  margin-bottom: 8px;
}

.header__links a {
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
}

.header img {
  width: 198px;
  height: fit-content;
}

section {
  display: block;
}

section.hero {
  background-image:
    linear-gradient(92.91deg,
      #133F88 1.39%,
      rgba(9, 49, 116, 0.44) 67.71%,
      rgba(3, 41, 104, 0.03) 99.83%),
    url("../images/index_hero_bg.png");
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.header__right-phone {
  color: white;
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  padding-left: 19px;
  position: relative;
}

.header__right-phone::before {
  background-image: url("../images/phone-icon.png");
  background-size: cover;
  width: 12px;
  height: 12px;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  top: 6px;
  left: 0;
  display: block;
  position: absolute;
}

.header__right {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 8px;
}

.header img.header__right-search {
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: block;
}

.hero h1 {
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 50px;
  leading-trim: NONE;
  line-height: 62px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: white;
  margin-bottom: 27px;
  max-width: 1000px;
}

.hero h2 {
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 31px;
  letter-spacing: 0%;
  color: white;
  margin-bottom: 54px;
  max-width: 940px;
}

.hero__links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}

.hero__links .top {
  font-family: 'Circe';
  font-weight: 400;
  font-style: Regular;
  font-size: 72px;
  leading-trim: NONE;
  line-height: 72px;
  letter-spacing: 0%;
  color: white;
}

.hero__links .bottom {
  color: white;
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 23px;
  letter-spacing: 0%;
}

.hero__links li:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 250px;
}

hr.hero {
  height: 1px;
  background: white;
  border: none;
  margin: 0px;
}

.hero__points {
  display: flex;
}

.hero__points li {
  flex: 1;
  border-right: 1px solid white;
  padding: 29px;
  padding-bottom: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 34px;
}

.hero__points li span {
  color: white;
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
}

.hero__points li img:nth-of-type(1) {
  width: 67px;
  height: fit-content;
}

.hero__points li img:nth-of-type(2) {
  width: 76px;
  height: fit-content;
}

.hero__points li img:nth-of-type(3) {
  width: 59px;
  height: fit-content;
}

.hero__points li img:nth-of-type(4) {
  width: 59px;
  height: fit-content;
}

.hero__points li:nth-of-type(4) {
  border-right: none;
}

.hero__bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.section-header {
  display: flex;
  justify-content: space-between;
  padding-top: 75px;
  padding-bottom: 40px;
}

.inner .section-header {
  padding-top: 36px;
  padding-bottom: 33px;
}

.seminars-section-items {
  margin-bottom: 64px;
}

.section-title {
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #26509C;
}

.section-header-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

.seminar-detail .section-header {
  gap: 126px;
  padding-bottom: 2px;
}

.seminar-detail .section-header-left {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
}

.seminar-detail .subtitle a {
  color: black;
  text-decoration: underline;
}

.seminar-detail .terms li {
  display: flex;
}

.seminar-detail .organizers {
  padding-top: 79px;
  padding-bottom: 28px;
  margin-top: 30px;
}

.seminar-detail .organizers-list {
  display: flex;
  gap: 61px;
  margin-bottom: 55px;
}

.seminar-detail .organizers-list>li {
  flex: 0 1 calc((100% - 122px) / 3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.seminar-detail .organizers-list>li:nth-child(2) {
  padding-left: 72px;
  padding-right: 72px;
  border-left: 1px solid #B2B2B2;
  border-right: 1px solid #B2B2B2;
}

.seminar-detail .organizers-list li .title {
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
}

.seminar-detail .organizers-list li .points {
  margin-top: 46px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  color: black;
}

.seminar-detail .archive {
  margin-top: 43px;
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  color: #3C3C3C;
  position: relative;
  padding-left: 30px;
  display: block;
}


.seminar-detail .archive::before {
  content: "";
  position: absolute;
  filter: invert(1);
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/seminar-calendar-archive.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.seminar-detail .organizers-list li .points .accent {
  color: #FF5000FA;
}

.section-header-quote {
  max-width: 577px;
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 25px;
  letter-spacing: 0%;
  color: black;
  padding-left: 19px;
  border-left: 3px solid #26509C;
  display: block;
}


.seminar-detail .archive--past {
  background: linear-gradient(90deg, #FF5000 0%, #A70000 100%);
  color: white;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  padding-left: 50px;
  width: fit-content;
  height: 50px;
  display: flex;
  align-items: center;
  padding-right: 20px;
  border-radius: 6px;
  position: relative;
  padding-top: 3px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.seminar-detail .archive--past:hover {
  text-decoration: none;
  background: #DD4010;
}

.seminar-detail .archive--past::before {
  content: "";
  filter: none;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 31px;
  height: 31px;
  background-image: url("../images/seminar-calendar-archive.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  transform: translateY(-50%);
}

.products-section {
  background: #F5F5F5;
  padding-bottom: 85px;
}

.section-link {
  font-family: 'Circe';
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 23.78px;
  letter-spacing: 0%;
  position: relative;
  color: black;
  display: block;
  width: fit-content;
  padding-right: 25px;
}

.section-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 15px;
  height: 16px;
  background-image: url("../images/index_catalog_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.products-section-items {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.products-section-items li {
  flex: 0 1 calc((100% - 50px) / 3);
  box-sizing: border-box;
  height: 345px;
  background: white;
  display: flex;
  padding: 25px;
  justify-content: space-between;
  position: relative;
}

.products-section .products-section-items li:hover,
.catalog-content-right .products-section-items li a div:hover {
  border-bottom: 8px solid transparent;
  border-image: linear-gradient(90deg, #FF5000 0%, #993000 100%);
  border-image-slice: 1;
}



.products-section-items li img {
  max-height: 298px;
  align-self: center;
  z-index: 2;
  max-width: 220px;
}

.products-section-items li a {
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: 0%;
  max-width: 144px;
  align-self: center;
  z-index: 2;
}

.products-section-items li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/product_card_shevron.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.services-section-items {
  display: flex;
  flex-wrap: wrap!important;
  border-top: 1px solid #878787;
  border-left: 1px solid #878787;
  text-align: left;
  white-space: unset!important;
}

.services-section-items li {
  flex: 0 1 calc((100%) / 3);
  height: 248px;
  border-right: 1px solid #878787;
  border-bottom: 1px solid #878787;
  position: relative;
}

.services-section-items li a {
  gap: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}

.services-item-circle {
  width: 60px;
  height: 60px;
  border-radius: 255px;
  border: 1px solid #000000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
}

.services-item-circle img {
  width: 32px;
}

.services-item-text {
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 24.8px;
  letter-spacing: 0%;
  color: #0C0C0C;
  max-width: 169px;
}

.services-section-items li .services-item-number {
  position: absolute;
  right: 15px;
  top: 50%;
  font-family: Circe;
  font-weight: 700;
  font-style: Bold;
  font-size: 178px;
  leading-trim: NONE;
  line-height: 183.95px;
  letter-spacing: 0%;
  color: #0000000F;
  transform: translateY(-50%);
}

section.services-section {
  background: linear-gradient(99deg, #FFFFFF 1.93%, #FFFFFF 34.17%, rgba(255, 255, 255, 0.956575) 54.6%, rgb(152 187 252 / 93%) 81.58%, #26509c70 100%);
}

.services-section-bg {
  background-image:
    url("../images/index_services_bg.png");
  background-size: 500px;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: 70px;
}

.about-section {
  margin-top: 85px;
}

.about-section-container {
  display: flex;
  gap: 39px;
  align-items: center;
}

.about-section-container-left {
  flex: 1;
  gap: 40px;
  display: flex;
  flex-direction: column;
}

.about-section-container-right {
  flex: 1;
}

.about-section-points {
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap!important;
  overflow: unset!important;
}

.about-section-points li {
  flex: 0 1 calc((100% - 40px) / 2);
  border: 1px solid #D1D1D1;
  border-radius: 8px;
  height: 247px;
  position: relative;
  z-index: 2;
}

.index-about-slider.red-controls .glide-controls {
  display: none!important;
}

.index-about-slider .glide__track {
  overflow: unset;
}

.about-point-top {
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  color: #26509C;
  text-align: right;
}

.about-point-mid {
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 85px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #26509C;
}

.about-point-bottom {
  max-width: 174px;
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  color: #26509C;
  text-wrap: wrap;
}

.about-point-container {
  display: flex;
  flex-direction: column;
}

.about-section-title {
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 36px;
  letter-spacing: 0%;
  color: #26509C;
}

.about-section-text {
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
}

.about-section-points li:nth-child(1)::before,
.about-section-points li:nth-child(3)::before {
  background-image: url("../images/index_about_gears.png");
  background-size: cover;
  width: 130px;
  height: 128px;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: -65px;
  display: block;
  position: absolute;
  z-index: 1;
}

.about-points-inner {
  position: relative;
  overflow: hidden;
  z-index: 2;
  background: white;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  border-radius: 8px;
}

.news-section-items {
  display: flex;
  gap: 19px;
  align-items: stretch;
}

.news-section-left {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  place-content: flex-end;
  box-shadow: 0px 4px 4px 0px #00000040;
  flex: 1;
}

.news-section-left a {
  display: flex;
  gap: 16px;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 34.4%, #FFFFFF 58.15%, #FFFFFF 99.52%);
  padding-left: 39px;
  padding-bottom: 19px;
  padding-right: 20px;
  padding-top: 120px;
}

.news-section-right {
  flex: 1;
}

.news-section-right ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-section-right ul li {
  box-shadow: 0px 4px 12.2px 0px #00000017;
  display: flex;
  gap: 35px;
  border-radius: 10px;
  overflow: hidden;
  background: white;
}

.news-section-right ul li a {
  display: flex;
  flex-direction: column;
  align-self: center;
  gap: 16px;
}

.news-section-right ul li a:hover {
  text-decoration: none;
}

.news-section-right ul li img {
  width: 197px;
}

.news-section-left-date {
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  color: #000000B0;
  border: 1.5px solid #000000B0;
  border-radius: 10px;
  padding: 6px;
  padding-left: 15px;
  padding-right: 15px;
  width: fit-content;
}

.news-section-left-title {
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  color: black;
}

.read-more {
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  color: #000000A6;
  position: relative;
  width: fit-content;
  padding-right: 30px;
}

.read-more::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 15px;
  height: 16px;
  background-image: url("../images/index_catalog_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.section-header-right {
  max-width: 761px;
}

.section-header-right .section-link {
  font-size: 25px;
  line-height: 20px;
  padding-right: 40px;
  font-family: 'Circe Light';
}

.section-header-right .section-link::after {
  top: 3px;
  width: 20px;
  height: 16px;
  background-image: url("../images/section-right-arrow.png");
}

.section-header-right .section-link:hover {
  color: #FF5000FA;
  text-decoration: none;
}

.share-buttons a.tg img {
  width: 18px;
  height: fit-content;
}


.share-buttons a.tg img {
  width: 18px;
  height: fit-content;
}

.share-buttons a.whatsapp img {
  width: 17px;
  height: fit-content;
}

.share-buttons a.vk img {
  width: 26px;
  height: fit-content;
}

.share-buttons a.max img {
  width: 17px;
  height: fit-content;
}

.share-buttons a:hover {
  transform: scale(1.4);
}

.section-header-right .section-link:hover::after {
  background-image: url("../images/section-hover.png");
}


.seminars-section-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.seminars-section-items li {
  flex: 0 1 calc((100% - 40px) / 3);
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  place-content: flex-end;
  height: 423px;
  border: 1.5px solid #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}

.seminars-section-items li a {
  display: flex;
  flex-direction: column;
}

.seminars-section-items li a:hover {
  text-decoration: none;
}

.seminars-section-items .news-section-left-date {
  color: white;
  border-color: white;
}

.seminars-section-items .news-section-left-title {
  color: white;
  margin-top: 16px;
}

.contacts-section {
  background: #F4F4F4;
  padding-top: 75px;
  padding-bottom: 75px;
}

.contacts-section-container {
  display: flex;
  background: white;
}

.contacts-section-container-left {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #CACACA;
  flex: 2;
}

.contacts-section-container-left div {
  padding: 20px;
}

.contact-info {
  display: flex;
  height: 213px;
  border-bottom: 1px solid #CACACA;
}

.contact-info li:nth-of-type(1) {
  border-right: 1px solid #CACACA;
}

.contact-info li {
  padding: 20px;
  padding-top: 42px;
}

.contact-info li {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-info-label {
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
}

.contact-info-text {
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  color: #535353;
}

.contact-info-text a {
  color: #535353;
}

.contacts-section-container-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

div[id^="wait_comp_"] {
  display: none !important;
}

.captcha-img {
  max-width: 150px;
}

.reload-captcha {
  cursor: pointer;
}

.form-captcha {
  display: flex;
  gap: 10px;
  align-items: center;
}

.contacts-section-container-right form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 38px;
  flex: 1;
}

.contacts-right-title {
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
}

.contacts-right-subtitle {
  color: black;
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
}

.contacts-section-container-right input:not([type="file"]):not([type="checkbox"]),
.contacts-section-container-right textarea {
  background: #EFEFEF;
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  color: #6B6B6B;
  height: 60px;
  border-radius: 12px;
  border: none;
  padding-left: 17px;
  padding-right: 17px;
  outline: none;
}

.contacts-section-container-right textarea {
  padding-top: 15px;
  height: 90px;
}

.contacts-section-container-right label {
  display: flex;
  gap: 13px;
}

.contacts-section-container-right input[type="checkbox"] {
  height: fit-content;
}

.contacts-section-container-right label {
  color: black;
  font-family: 'Circe';
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 15px;
  letter-spacing: 0%;
}

.contacts-section-container-right label a {
  text-decoration: underline;
  color: black;
}

.contacts-section-container .button {
  width: 100%;
  text-align: center;
  justify-content: center;
  padding-right: 0px;
}

.contacts-section-buttons {
  display: flex;
  gap: 13px;
  margin-top: 30px;
}

.button--full-width {
  width: 100%;
  padding-right: 0px;
  justify-content: center;
  text-align: center;
}

.contacts-section-buttons li {
  flex: 1;
}

footer {
  background: #26509C;
}

.footer-container {
  display: flex;
  border-bottom: 1px solid #ABABAB;
}

.footer-container li {
  flex: 1;
  padding: 30px;

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

.footer-container li:nth-of-type(1),
.footer-container li:nth-of-type(2),
.footer-container li:nth-of-type(3) {
  border-right: 1px solid #ABABAB;
}

.footer-container li:nth-of-type(1) {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.footer-container li:nth-of-type(1) img {
  width: 198px;
}

.footer_links,
.footer_links li {
  border-right: none !important;
  padding: 0px;
}

.footer-container li ul {
  display: flex;
  flex-direction: column;
}

.footer_hotline {
  background: #0E2650;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: fit-content;
  text-decoration: none;
}

.footer_hotline-link {
  color: white;
  font-family: Circe;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  width: fit-content;
}

.footer_hotline-subtite {
  color: white;
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
  width: fit-content;
}

.footer_links-header {
  color: white;
  font-family: Circe;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  padding: 0px;
  margin-bottom: 25px;
}

.footer_links li {
  padding: 0px;
}

.footer_links li a {
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  color: #E1E1E1;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}

.footer_extra {
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #E1E1E1;
}

.footer-container li:nth-of-type(4) .footer_links-header {
  margin-bottom: 5px;
}

.footer-container li:nth-of-type(4) a {
  display: block;
}

.footer-container li:nth-of-type(4) li {
  color: #E1E1E1;
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
}

.footer_links-header {
  font-family: Circe;
  font-weight: 700 !important;
  font-style: Bold !important;
  font-size: 20px !important;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  color: white !important;
}

.footer_socials {
  display: flex;
  gap: 10px;
  padding: 0px;
  margin-top: 30px;
}

.footer_socials li a {
  width: 44px;
  height: 44px;
  border-radius: 255px;
  border: 1px solid #FFFFFF;
  padding: 13px;
  display: flex !important;
}

.footer_socials li a img {
  width: fit-content !important;
  height: fit-content !important;
  align-self: center !important;
}

.footer_socials li {
  display: flex;
  flex-direction: row !important;
  gap: 10px;
  padding: 0px !important;
  justify-content: normal !important;
  border-right: none !important;
}

footer .copyright {
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #E1E1E1;
  display: block;
  margin-top: 13px;
  padding-bottom: 13px;
}

.breadcrumbs {
  display: flex;
  margin-top: 33px;
}

.breadcrumbs li a {
  font-family: 'Circe';
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  color: #26509C;
}

.breadcrumbs li.active a {
  font-family: 'Circe';
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  color: #26509C;
}

.breadcrumbs li:last-of-type a {
  color: black;
}

.breadcrumbs li:not(:last-child)::after {
  content: " / ";
  margin: 0 5px;
}

.inner .header .page-container {
  padding-top: 25px;
  padding-bottom: 25px;
}

.inner .header__links a {
  color: #040404;
  text-decoration: none;
}

.inner .header__links a:hover {
  text-decoration: underline;
}

.logo {
  display: block;
}

.logo_inner {
  display: none;
}

.inner .logo {
  display: none;
}

.inner .logo_inner {
  display: block;
}

.inner .header__right-phone {
  color: black;
}

.inner .header img.header__right-search {
  filter: invert(1);
}

.inner .header__right,
.inner .header__links {
  margin-bottom: 0px;
}

.inner {
  background: rgb(252 253 254);
}

.catalog-link {
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  color: black;
  position: relative;
}

.catalog-link:hover {
  text-decoration: none;
}

.catalog-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #FF5000 0%, #A70000 100%);
}

.catalog-content {
  display: flex;
  gap: 14px;
}

.catalog-content-left,
.catalog-menu {
  width: 392px;
}

.catalog-menu {
  display: flex;
  flex-direction: column;
  border: 1px solid #E9E9E9;
  border-radius: 5px;
  background-color: white;
}

.catalog-menu li {
  position: relative;
}

/*
.catalog-menu li:not(:last-child) {
  border-bottom: 1px solid #E9E9E9;
}
*/

.catalog-menu li a {
  color: black;
  font-family: 'Circe Light';
  font-weight: 350;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: 0%;
  display: block;
  padding: 13px;
  padding-right: 35px;
  padding-left: 8px;
  position: relative;
}

.catalog-menu li.catalog-menu--active>a {
  color: #D92B00;
}

.catalog-menu-sub.level-2, .catalog-menu-sub.level-3, .catalog-menu-sub.level-4 {
  padding-left: 20px;
  border-left: 0px;
  border-right: 0px;
}

.catalog-menu li a:hover {
  color: #D92B00;
}

.catalog-menu li.catalog-menu--children > a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  background-image: url(../images/catalog-menu-children.png);
  width: 10px;
  height: 10px;
}

.catalog-menu--new li {
  background: #F7F7F7;
}

.catalog-menu--new li.catalog-menu--children.catalog-menu--active > a::after {
  transform: rotate(-90deg) rotateY(-50deg);
}

.catalog-filters-button {
  margin-top: 28px;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  color: #DD4010;
  border-radius: 4px;
  border: 1px solid rgba(255, 80, 0, 0.98);
  padding: 20px;
  padding-left: 15px;
  display: block;
  background: none;
  display: block;
  width: 100%;
  position: relative;
  font-family: 'Circe Light';
  text-align: left;
  cursor: pointer;
}

.catalog-description {
  background: white;
  border-radius: 15px;
  padding: 20px;
  border: 1px solid #F0F0F0;
  color: black;
  font-family: Circe;
  font-weight: 350;
  font-style: Light;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0%;
}

.rtejustify {
  text-align: justify;
  display: block;
}

p.rtejustify {
  margin: 0 0 10px;
}

.tab-content li {
  display: list-item;
}

.tab-content ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.catalog-filters-button::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background-image: url(../images/catalog-menu-children.png);
  width: 10px;
  height: 10px;
}

.catalog-content-right {
  flex: 1;
}

.catalog-filter-list {
  display: none;
}

.catalog-filter--open .catalog-filters-button {
  color: white;
  background: linear-gradient(90deg, #A70000 0%, rgba(255, 80, 0, 0.98) 100%);
  border: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.catalog-filter--open .catalog-filters-button::after {
  transform: translateY(-50%) rotate(360deg);
  width: 9px;
  height: 8px;
  background-image: url(../images/catalog-filter-open.png);
}

.catalog-filter--open .catalog-filter-list {
  border: 1px solid #E9E9E9;
  border-top: 0px;
  border-radius: 5px;
  padding: 12px;
  padding-top: 19px;
  padding-bottom: 19px;
  background: white;
  transition: max-height 0.5s ease-out;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  gap: 4px;
  display: flex;
  flex-direction: column;
}

.catalog-filters-title {
  font-family: Circe;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  color: black;
  margin-bottom: 10px;
}

.catalog-filter-list li label,
.catalog-filter .bx_filter_input_checkbox {
  color: black;
  font-family: 'Circe Light';
  font-weight: 350;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  display: flex;
  align-items: flex-end;
  gap: 3px;
}

.catalog-filter input[type="checkbox"] {
  appearance: none;
  /* For most modern browsers */
  -webkit-appearance: none;
  /* For Safari */
  -moz-appearance: none;
  /* For Firefox */
  width: 15px;
  /* Set custom size */
  height: 16px;
  /* Set custom size */
  border-radius: 2px;
  /* Optional, for rounded corners */
  background: linear-gradient(90deg, #A70000 0%, rgba(255, 80, 0, 0.98) 100%);
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Add a checkmark when checked */
.catalog-filter input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  width: 9px;
  /* Size of the image */
  height: 7px;
  /* Size of the image */
  background-image: url('../images/checkbox-check.png');
  /* Path to your checkmark image */
  background-size: contain;
  background-repeat: no-repeat;
}

.catalog-filters-title:not(:first-child) {
  margin-top: 30px;
}

.catalog-menu>li {
  position: relative;
}

.catalog-menu-sub {
  display: none;
  overflow: hidden;
  list-style: none;
  z-index: 3;
  width: 392px;
  border-top: 0px;
}

/*
.catalog-menu>li:hover>.catalog-menu-sub {
  display: block;
}

.catalog-menu-sub>li:hover>.catalog-menu-sub {
  display: block;
}

.catalog-menu>li:hover>.catalog-menu-sub {
  opacity: 1;
  visibility: visible;
}
*/

.catalog-menu--active > .catalog-menu-sub {display: block}
.catalog-menu--active > .catalog-menu-sub li {
  background: white;
}

.catalog-menu-sub {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.catalog-filter {
  margin-bottom: 55px;
}

section.catalog {
  margin-bottom: 132px;
}

section.catalog .products-section-items li {
  background: unset;
  padding: unset;
  height: unset;
}

section.catalog .products-section-items li a {
  max-width: unset;
  display: block;
  flex: 1;
  align-self: flex-start;
}

section.catalog .products-section-items li a div {
  background: white;
  height: 240px;
  box-shadow: 0px 4px 4px 0px #00000040;
  margin-bottom: 17px;
  position: relative;
  display: flex;
}

section.catalog .products-section-items li a div img {
  max-height: 208px;
  z-index: 3;
  position: relative;
  max-width: 250px;
  padding-left: 30px;
}

section.catalog .products-section-items li a div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/product_card_shevron.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

section.catalog .products-section-items li::before {
  content: unset;
}

section.catalog .products-section-items li a span {
  color: black;
  font-family: 'Circe Light';
  font-weight: 350;
  font-style: Light;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
}

.order-form {
  background: white;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #c1c1c1;
}

.catalog-element-top {
  display: flex;
  gap: 47px;
}

.catalog-element-top-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.catalog-element-image {
  width: 487px;
  height: 298px;
  display: flex;
  background: white;
  border: 1px solid #E9E9E9;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 8px;
  justify-content: center;
  overflow: hidden;
}

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

.catalog-element-thumbs img {
  width: fit-content;
  height: fit-content;
  max-height: 80%;
  max-width: 80%;
}

.catalog-element-thumbs div {
  width: 91px;
  height: 91px;
  background: white;
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  justify-content: center;
  display: flex;
  align-items: center;
}

.catalog-element-thumbs div.active {
  border: 1px solid #FF5000;
}

.catalog-element-top-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.catalog-element-description {
  color: black;
  font-family: 'Circe Light';
  font-weight: 350;
  font-style: Light;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
}

.catalog-element-pdf {
  color: #DD4010;
  font-family: Circe;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  padding-left: 20px;
  position: relative;
  padding-left: 25px;
  border-bottom: 1px solid #DD4010;
  width: fit-content;
  padding-bottom: 6px;
  text-transform: uppercase;
}

.catalog-element-pdf::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -2px;
  width: 18px;
  height: 20px;
  background-image: url("/local/templates/furniture_red/images/catalog-element-pdf.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.catalog-element-pdf:hover,
.catalog-element-pdf:active {
  text-decoration: none;
  color: #DD4010;
}

.catalog-element-price {
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
}

.catalog-element-buttons {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.catalog-share {
  display: flex;
  gap: 22px;
}

.catalog-element-share {
  color: black;
  font-family: Circe;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
}

.share-buttons {
  display: flex;
  gap: 15px;
  align-items: center;
}

.catalog-reviews {
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  color: #A3A3A3;
  display: flex;
  gap: 5px;
}

.catalog-add-review {
  display: flex;
  gap: 5px;
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-offset: 0%;
  text-decoration-thickness: 4%;
  text-decoration-skip-ink: auto;
}

.catalog-element-image img {
  max-width: 70%;
  height: fit-content;
  align-self: center;
}

.catalog-element-tabs {
  margin-top: 126px;
}

.glide {
  align-self: center;
  text-align: -webkit-center;
}

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

.glide__arrow--left {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 28px;
  height: 27px;
  background-image: url(/local/templates/furniture_red/images/slider_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.glide__arrow--right {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 28px;
  height: 27px;
  background-image: url(/local/templates/furniture_red/images/slider_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}


/* Popup */
.no-scroll {
  overflow: hidden;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-modal {
  background: white;
  border-radius: 20px;
  width: 730px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.2s ease-out;
  padding: 50px;
  padding-top: 53px;
  padding-bottom: 53px;
  max-height: 95vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.popup-close {
  position: absolute;
  top: 25px;
  right: 30px;
  border: none;
  background: transparent;
  cursor: pointer;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNzMzNTUgMjMuNTY0N0wwLjQzNTU0NyAyMi4yNjY3TDEwLjcwMjIgMTJMMC40MzU1NDcgMS43MzMzM0wxLjczMzU1IDAuNDM1MzMzTDEyLjAwMDIgMTAuNzAyTDIyLjI2NjkgMC40MzUzMzNMMjMuNTY0OSAxLjczMzMzTDEzLjI5ODIgMTJMMjMuNTY0OSAyMi4yNjY3TDIyLjI2NjkgMjMuNTY0N0wxMi4wMDAyIDEzLjI5OEwxLjczMzU1IDIzLjU2NDdaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K) transparent;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  cursor: pointer;
}


.form-popup {
  display: none;
}

.form-popup__title {
  color: black;
  font-family: 'Circe Bold';
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -5%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.form-popup__subtitle {
  color: black;
  font-family: 'Circe';
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -5%;
  text-align: center;
  margin-bottom: 23px;
}

.catalog-leave-review {
  display: flex;
  gap: 25px;
}

.catalog-reviews img,
.catalog-add-review img {
  width: fit-content;
  height: fit-content;
}

.catalog-add-review .catalog-element-add-review-button {
  cursor: pointer;
  position: relative;
  margin-left: 25px;
}

.catalog-add-review .catalog-element-add-review-button:hover {
  color: #26509C;
}

.catalog-add-review .catalog-element-add-review-button::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url("../images/add-review.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.catalog-add-review .catalog-element-add-review-button:hover::before {
  background-image: url("../images/review-hover.png");
}


.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  background: linear-gradient(90deg, #A70000 0%, rgba(255, 80, 0, 0.98) 100%);
  border: none;
  margin: 0px;
  color: white;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  padding: 13px;
  padding-bottom: 14px;
}

.nav-tabs {
  border-bottom: 2px solid #DEDEDE;
}

.nav-tabs>li>a {
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  padding: 13px;
}

.section-catalog-element-banner {
  padding: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 10px;
  background: rgb(240 240 240);
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 160px;
  position: relative;
  margin-bottom: 20px;
}

.button--center {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.section-catalog-element-banner::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -100px;
  width: 688px;
  height: 544px;
  background-image: url("../images/catalog-banner-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.catalog-banner-order {
  color: black;
  font-family: Circe;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.catalog-banner-title {
  color: black;
  font-family: Circe;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: uppercase;
  max-width: 878px;
}

.catalog-banner-subtitle {
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 23px;
  letter-spacing: 0%;
  max-width: 774px;
}

.catalog-banner-buttons {
  gap: 25px;
  display: flex;
  margin-top: 20px;
}

.catalog-element-similar {
  background: #FAFAFA;
  margin-top: 101px;
  padding-bottom: 81px;
}

.catalog-element-similar .page-container {
  padding-top: 60px;
}

.catalog-element-similar h1 {
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  color: #26509C;
  margin-bottom: 74px;
  text-transform: none;
}

.catalog-similar .glide__slide {
  border-radius: 8px;
  border: 1px solid #c1c1c1;
  padding: 26px;
  display: flex;
  align-items: center;
  height: 337px;
}

.catalog-similar {
  padding-left: 80px;
  padding-right: 80px;
}

.catalog-similar .glide__arrow--right {
  width: 60px;
  height: 60px;
  background-image: url(/local/templates/furniture_red/images/similar-left.png);
  background-color: transparent;
}

.catalog-similar .glide__arrow--left {
  width: 60px;
  height: 60px;
  background-image: url(/local/templates/furniture_red/images/similar-right.png);
  background-color: transparent;
}

.services-measure .section-header-quote {
  max-width: 853px;
  border-left: 2px solid #FF5000;
}

.section-header-quote a {
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #000000;
}

.services-measure-terms {
  margin-top: 60px;
  gap: 60px;
  display: flex;
  margin-bottom: 30px;
}

.services-measure-terms-left,
.services-measure-terms-right {
  flex: 1;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 4px 4px 0px #00000029;
  background: white;
  font-family: 'Circe Light';
  font-weight: 350;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  color: black;
}

.services-measure-terms-left .terms-left-title {
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  display: block;
  margin-bottom: 30px;
}

.terms-left-title-accent {
  border-bottom: 2px solid #FF5000
}

.services-measure-terms-left ul li::marker,
.servces-item-points li::marker {
  color: #DD4010;
}

.services-measure-terms-left ul li,
.servces-item-points li {
  list-style: outside;
}

.services-measure-terms-left ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 22px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.button--shadow {
  box-shadow: 0px 4px 4px 0px #0000001C;
  border: 1px solid #F8F8F8;
}

.button--mid {
  font-family: 'Circe';
  font-size: 14px;
  height: 34px;
  padding-left: 13px;
  padding-right: 42px;
}

.button--mid::after {
  width: 26px;
  height: 26px;
}

.button--mid::before {
  right: 13px;
  top: 13px;
}

.services-measure-terms b {
  font-family: 'Circe Bold';
}

.terms-right-links {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-left: 40px;
}

.terms-right-links li {
  padding-bottom: 40px;
  border-bottom: 1px solid #CECECE;
  position: relative;
  color: black;
}

.terms-right-links li,
.terms-right-links li a {
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 23px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  position: relative;
  color: black;
}

.terms-right-links li::before {
  content: "";
  position: absolute;
  left: -1.2em;
  top: 0.3em;

  border-left: 10px solid red;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.services-measure-info {
  padding: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #FAFAFA;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px #00000029;
  color: #757575;
  font-family: 'Circe Light';
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 30px;
  margin-top: 30px;
}

.services-measure-info a {
  text-decoration: underline;
  text-decoration-color: #757575;
  color: #757575;
}

.services-measure-info a:hover {
  text-decoration: none;
}

.services-measure-info b {
  font-family: 'Circe Bold';
}

.services-extra {
  background: #F5F5F5;
  padding-top: 30px;
  padding-bottom: 30px;
}

.serivces-extra-title {
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  padding-bottom: 30px;
  display: block;
}

.services-extra-items {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.services-extra-items>li {
  flex: 0 1 calc((100% - 60px) / 2);
  padding: 40px;
  padding-top: 28px;
  padding-bottom: 28px;
  background: white;
  border-radius: 8px;
  border: 1px solid #FBFBFB;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.services-item-title {
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
}

.servces-item-points {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.servces-item-points>li {
  color: black;
  font-family: 'Circe Light';
  font-weight: 350;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: 0%;
}

.button--center {
  display: flex;
  margin: 0 auto;
}

.button--bottom {
  margin-top: auto;
}

.servces-item-points li ol {
  padding-left: 30px;
}

.servces-item-points li ol li::marker {
  color: black;
}

.servces-item-points b {
  font-family: 'Circe Bold';
}

.services-equipment-list {
  margin-top: 30px;
}

.equipment-list-title {
  font-family: 'Circe Bold';
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: black;
  margin-bottom: 30px;
  display: block;
}

.equipment-list-items {
  display: flex;
  gap: 77px;
  margin-bottom: 73px;
}

.equipment-list-items li {
  flex: 1;
  height: 274px;
  display: flex;
  position: relative;
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  gap: 36px;
  padding: 34px;
  border: 1px solid #B7B7B7;
  align-items: center;
  border-left: 4px solid #FF5000;
}

.equipment-list-items-number {
  font-family: Circe;
  font-weight: 700;
  font-style: Bold;
  font-size: 178px;
  leading-trim: NONE;
  line-height: 183.95px;
  letter-spacing: 0%;
  color: #0000000F;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.about-video {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  line-height: 0px;
}

.about-video video {
  border-radius: 22px;
  width: 100%;
}

.about-video .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1A1A1A7A;
  pointer-events: none;
}

.about-video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 92px;
  height: 92px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: url('../images/video-play.png') no-repeat center center;
  background-size: contain;
}

.about-points .about-section-points {
  flex-wrap: nowrap;
  margin-top: 40px;
  margin-bottom: 40px;
}

.about-points .about-section-points li {
  flex: 1;
}

.about-points .about-section-points li:nth-child(1)::before,
.about-points .about-section-points li:nth-child(3)::before {
  content: unset;
}

.about-points .about-section-points li .about-point-top,
.about-points .about-section-points li .about-point-mid {
  color: #A70000;
}

.about-points .about-section-points li .about-point-bottom {
  color: black;
}

.about-assortment {
  display: flex;
  gap: 13px;
  margin-bottom: 20px;
}

.about-assortment-left {
  flex: 1;
  overflow: hidden;
  position: relative;
  padding: 20px;
  background: #F7F7F7;
  border-radius: 11px;
  display: flex;
  gap: 21px;
  flex-direction: column;
}

.about-assortment-title {
  color: black;
  font-family: 'Circe Bold';
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0%;
}

.about-assortment-right {
  flex: 1;
  display: flex;
  gap: 21px;
  min-height: 348px;
}

.about-assortment-right div {
  flex: 1;
  padding: 20px;
  background: #F7F7F7;
  border-radius: 11px;
  display: flex;
  flex-direction: column;
}

.assortment-right-title {
  color: black;
  font-family: 'Circe Bold';
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
}

.about-assortment .servces-item-points li::marker {
  color: #26509CA8;
}

.about-assortment .servces-item-points {
  gap: 15px;
}

.about-assortment-right div img {
  height: 90px;
  width: fit-content;
  margin-bottom: 40px;
}

.assortment-right-points {
  gap: 5px !important;
}

.about-assortment-right .assortment-right-container {
  padding: 0;
  gap: 0;
  display: block;
  align-self: flex-start;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-assortment-left img {
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(50%) saturate(80%);
}

.about-assortment-left-image {
  align-items: center;
  justify-content: center;
}

.about-assortment2-title {
  font-family: 'Circe Extra Bold';
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 79px;
  leading-trim: NONE;
  line-height: 91.33px;
  letter-spacing: 0%;
  text-align: center;
  color: white;
  z-index: 2;
  line-height: 40px;
}

.about-assortment2-subtitle {
  font-family: 'Circe Light';
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  color: white;
  max-width: 278px;
  z-index: 2;

}

.about-promo-border {
  border-top: 3px solid #A70000;
  width: 158px;
  display: block;
  margin: 0 auto;
  margin-top: 60px;
}

.about-promo {
  padding-top: 25px;
  margin-bottom: 23px;
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 31px;
  letter-spacing: 0%;
  text-align: center;
}

.about-history {
  background: #F7F7F7;
  padding-top: 54px;
  padding-bottom: 54px;
}

.about-history-title {
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 31px;
  letter-spacing: 0%;
  text-align: center;
  color: #26509C;
  display: block;
  margin-bottom: 86px;
  text-align: left;
}

.about-history-points {
  display: flex;
  flex-direction: row;
  z-index: 2;
  gap: 50px;
  position: relative;
}

.about-history-points li {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
}

.about-history-point-title {
  color: black;
  display: inline-block;
  font-family: 'Circe Light';
  font-weight: 350;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 21px;
  letter-spacing: 0%;
  margin-bottom: 30px;
}

.about-history-point-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(90deg, #FF5000 0%, #A70000 100%);
  margin-bottom: 13px;
}

.about-history-point-year {
  color: black;
  font-family: 'Circe Bold';
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 23px;
  letter-spacing: 0%;
}

.about-history-points-line {
  display: flex;
  gap: 20px;
  margin-top: -69px;
  align-items: flex-end;
}

.about-history-points-line hr {
  background: linear-gradient(90deg, #FF5000 0%, #A70000 100%);
  height: 1px;
  width: 100%;
  border: none;
}

.about-history-points-line div {
  display: flex;
  gap: 4px;
}

.about-history-points-line div .line-button-left {
  width: 35px;
  height: 35px;
  background: #EEEEEE;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.about-history-points-line div .line-button-right {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(90deg, #FF5000 0%, #A70000 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.about-rewards-container .about-history-title {
  margin-top: 72px;
  margin-bottom: 54px;
}

.about-rewards {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 150px;
  position: relative;
}

.about-rewards li {
  flex: 0 1 calc((100% - 150px) / 2);
  padding-bottom: 22px;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 35px;
  position: relative;
}

.about-rewards-chips {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}

.about-rewards-chips-year {
  border-radius: 5px;
  border: 1px solid #DD4010;
  height: 40px;
  width: 90px;
  color: #DD4010;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: 'Circe Light';
  border-radius: 33px;
  height: 23px;
  padding-top: 2px;
  width: 65px;
}

.about-rewards-chips-categoy {
  height: 40px;
  border-radius: 5px;
  background: linear-gradient(90deg, #A70000 0%, rgba(255, 80, 0, 0.98) 100%);
  padding-left: 30px;
  padding-right: 30px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: 'Circe Light';
  border-radius: 33px;
  height: 25px;
  padding-top: 2px;
  margin-left: 40px;
}

.about-rewards-content {
  display: flex;
  justify-content: space-between;
}

.about-rewards-content span {
  color: black;
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 25px;
  letter-spacing: 0%;
  max-width: 425px;
}

.about-rewards-content img {
  width: 50px;
  height: 50px;
}

.about-rewards-content:hover {
  text-decoration: none;
}

.about-work {
  margin-top: 80px;
  margin-bottom: 51px;
}

.about-work-subtitle {
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 27px;
  letter-spacing: 0%;
  color: black;
  display: block;
  margin-bottom: 51px;
  margin-top: -40px;
}

.about-work-items {
  display: flex;
  gap: 33px;
  margin-bottom: 50px;
}

.about-work-items li {
  border-radius: 11px;
  background: #F7F7F7;
  padding: 22px;
  height: 250px;
  justify-content: space-between;
  color: black;
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 21px;
  letter-spacing: 0%;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.about-work-items img {
  width: fit-content;
}

.certs-items {
  display: flex;
  grid-column-gap: 252px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.certs-items li {
  flex: 0 1 calc((100% - 252px) / 2);
  display: flex;
  flex-direction: column;
  gap: 33px;
  margin-bottom: 121px;
}

.cert-items li img {
  max-height: 672px;
}

.cert-items li span {
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  max-width: 314px;
  display: block;
}

.cert-contact {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  width: 70%;
  margin: 0 auto;
  padding: 40px;
  background: white;
  z-index: 11;
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
}

.cert-contact a {
  color: black;
  text-decoration: underline;
}

.cert-contact>li:first-child {
  flex: 1;
  color: black;
  font-family: Circe;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}

.cert-contact-consult {
  position: relative;
  padding-left: 25px;
  display: block;
}

.cert-contact-consult::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 11px;
  height: 11px;
  background: #FF5000;
  border-radius: 50%;
}

.cert-contact>li:nth-child(2) {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cert-contact-title {
  font-family: Circe;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 37px;
  letter-spacing: 0%;
  color: black;
}

.cert-contact-title .accent {
  color: #DD4010;
}

.cert-contact form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 38px;
}

.cert-contact form input[type="text"],
.cert-contact form input[type="email"] {
  border: none;
  color: black;
  font-family: Circe;
  outline: none;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  border-bottom: none;
  background: #F7F7F7;
  height: 64px;
  padding-bottom: 0;
  padding-left: 20px;

}

.cert-contact form label {
  font-size: 15px;
}

.cert-contact form label br {
  display: none;
}

.cert-bg {
  background: #F7F7F7;
  margin-top: 120px;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cert-bg::before {
  content: "";
  position: absolute;
  background-image: url('../images/form-bg.jpg');
  opacity: 30%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.rek {
  display: flex;
  gap: 175px;
  margin-bottom: 80px;
}

.rek-left {
  display: flex;
  flex-direction: column;
  width: 300px;
}

.rek_subtitle {
  display: block;
  margin-top: 34px;
  margin-bottom: 42px;
  font-family: 'Circe Light';
  font-weight: 350;
  font-style: Light;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;

}

.rek .catalog-element-pdf {
  text-transform: none;
  font-family: 'Circe Light';
}

.rek-right {
  background: white;
  box-shadow: 0px 4px 4px 0px #00000029;
  padding: 30px;
  border-radius: 11px;
  flex: 1;
}

.rek-left .section-title {
  margin-top: 60px;
}

.rek-line {
  padding-bottom: 15px;
  display: flex;
}

.rek-right .rek-line:not(:last-of-type) {
  border-bottom: 1px dashed #DCDCDC;
  margin-bottom: 15px;
}

.rek-label {
  font-family: 'Circe Light';
  font-weight: 350;
  font-style: Light;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  color: #515151;
  padding-right: 10px;
  display: block;
  margin-bottom: 8px;
}

.rek-text {
  color: black;
  font-family: 'Circe Light';
  font-weight: 350;
  font-style: Light;
  font-size: 17px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  display: block;
}

.rec-services {
  margin-top: 71px;
  margin-bottom: 91px;
}

.rec-services-items {
  margin-top: 37px;
  display: flex;
  gap: 12px;
}

.rec-services-items li {
  flex: 0 1 calc((100% - 48px) / 4);
  height: 250px;
  display: flex;
}

.rec-services-items li a {
  text-decoration: none;
  display: flex;
  position: relative;
  padding: 25px;
  background: #F7F7F7;
  border-radius: 11px;
  display: flex;
  color: #0C0C0C;
  flex: 1;
}

.rec-services-items li a:hover {
  text-decoration: none;
}

.rec-services-items li a::after {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 27px;
  height: 27px;
  background-image: url("../images/rec_services_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.rec-services-items li a:hover::after {
  background-image: url('../images/about-chips-arrow-active.png');
}

.seminars-items {
  margin-top: 51px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.seminars-items li {
  flex: 0 1 calc((100% - 40px) / 3);
  display: flex;
  height: 423px;
  border-radius: 10px;
  overflow: hidden;
}

.seminars-items li a {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1;
  padding: 30px;
  justify-content: flex-end;
}

.seminars-items li a:hover {
  text-decoration: none;
}

.seminars-items li img {
  position: absolute;
  top: 0;
  left: 0;
  flex: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(60%) saturate(80%);
}

.seminars-item-date {
  color: white;
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  padding: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1.5px solid #FFFFFF;
  border-radius: 15px;
  display: flex;
  margin-bottom: 16px;
  z-index: 2;
  width: fit-content;
}

.seminars-item-text {
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  color: white;
  z-index: 2;
}

.seminars-item-container {
  z-index: 2;
  position: relative;
}

.reviews-items {
  display: flex;
  gap: 71px;
  flex-wrap: wrap;
  margin-top: 50px;
}

.reviews-items li {
  gap: 36px;
  flex: 0 1 calc((100% - 71px) / 2);
  display: flex;
}

.reviews-items li .review-item-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: 'Circe Light';
  font-weight: 350;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  flex: 1;
  padding-left: 40px;
}

.review-item-content-title {
  color: black;
  font-family: 'Circe Bold';
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
}

.review-item-content-author,
.review-item-content-date {
  font-family: 'Circe Thin';
}

.image-block {
  width: 269px;
}

.review-item-content-text {
  position: relative;
}

.review-item-content-text::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0px;
  width: 28px;
  height: 34px;
  background-image: url("../images/review_left.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.review-order-container {
  padding-top: 60px;
  padding-bottom: 40px;
  margin-top: 30px;
  background: #F6F6F6;
}

.review-order-title {
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  margin-bottom: 30px;
  display: block;
}

.review-order-container form {
  margin-bottom: 50px;
}

.review-order-container form .form-row {
  display: flex;
  gap: 17px;
  margin-bottom: 17px;
}

.review-order-container form .form-row input {
  flex: 1;
}

.review-order-container input,
.review-order-container form textarea {
  height: 60px;
  border-radius: 12px;
  border: 1px solid #E7E7E7;
  background: white;
  color: black;
  font-family: 'Circe Light';
  font-weight: 350;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  padding: 16px;
}

.review-order-container form textarea {
  height: 214px;
  width: 100%;
}

.review-order-container label {
  display: flex;
  margin-bottom: 25px;
  margin-top: 10px;
}

.review-order-container label span br {
  display: none;
}

.review-order-container label input[type="checkbox"] {
  height: fit-content;
}

.rewards-items {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 30px;
}

.rewards-items li {
  border-radius: 11px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px #00000029;
  padding: 25px;
  display: flex;
  gap: 83px;
  background: white;
}

.rewards-items-image {
  width: 213px;
  border-radius: 11px;
}

.rewards-item-content {
  display: flex;
  flex-direction: column;
  gap: 26px;
  flex: 1;
}

.rewards-item-content-title {
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 23px;
  letter-spacing: 0%;
}

.rewards-item-content-text {
  color: black;
  font-family: 'Circe Light';
  font-weight: 350;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 23px;
  letter-spacing: 0%;
}

.rewards-item-content-date {
  color: #ABABAB;
  font-family: 'Circe Light';
  font-weight: 350;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 23px;
  letter-spacing: 0%;
  margin-top: auto;
}

.sales-items {
  display: flex;
  gap: 77px;
  flex-wrap: wrap;
  background: #F5F5F5;
  padding: 24px;
}

.sales-items li {
  flex: 0 1 calc((100% - 77px) / 2);
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.sales-item-top img {
  height: fit-content;
}

.sales-item-top {
  display: flex;
  flex-direction: row;
  gap: 41px;
  font-family: 'Circe Bold';
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 23px;
  letter-spacing: 0%;
  color: black;
  align-items: center;
}

.sales-item-text {
  color: black;
  font-family: 'Circe Light';
  font-weight: 350;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0%;
}

.sales-info {
  padding-top: 51px;
  padding-bottom: 51px;
  background-image: linear-gradient(#F5F5F5D9, #F5F5F5D9), url('../images/sales-bg.png');
  background-size: cover;
  margin-top: 40px;
}

.sales-info-title {
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 42px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: lowercase;
  max-width: 514px;
  display: block;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.sales-info ul {
  display: flex;
  gap: 33px;
  margin-top: 100px;
}

.sales-info ul li {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.sales-info .circle {
  position: relative;
  width: 93px;
  height: 93px;
  color: white;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  position: relative;
  border-radius: 50%;
  background: #DD4010;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sales-info .circle img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
}

.sales-subtitle {
  color: black;
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  display: block;
  margin-top: 30px;
  font-family: 'Circe';
  margin-bottom: 40px;
}

.sales-text {
  color: black;
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  display: block;
}

.clients-curve {
  margin-top: 62px;
  margin-bottom: 176px;
  position: relative;
}

.clients-curve img {
  margin: 0 auto;
}

.clients-curve-point {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.clients-curve-point-title {
  font-family: 'Circe Bold';
  font-weight: 800;
  font-style: Extra Bold;
  font-size: 65.88px;
  leading-trim: NONE;
  line-height: 41.18px;
  letter-spacing: 0%;
}

.clients-curve-point-subtitle {
  color: black;
  font-family: 'Circe Light';
  font-weight: 350;
  font-style: Light;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
}

.clients-curve-point--1 {
  left: 80px;
  top: 30px;
}

.clients-curve-point--2 {
  left: 485px;
  top: 140px;
}

.clients-curve-point--3 {
  right: 0;
  width: fit-content;
  left: unset;
  bottom: -100px;
  top: unset;
}

.clients-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 100px;
  margin-top: 50px;
}

.clients-logos li {
  border: 0.75px solid #CFCFCF;
  border-radius: 8px;
  height: 117px;
  flex: 1;
  flex: 0 1 calc((100% - 60px) / 5);
  display: flex;
}

.clients-logos li a {
  display: flex;
  flex: 1;
  padding: 20px;
}

.clients-logos li a img {
  flex: 1;
  display: flex;
  object-fit: contain;
  width: 100%;
    height: 100%;
}

.jobs-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 68px;
  margin-bottom: 68px;
  gap: 26px;
}

.jobs-list>li {
  border-radius: 11px;
  border: 1px solid #CFCFCF;
  padding: 15px;
  flex: 0 1 calc((100% - 78px) / 4);
  display: flex;
  flex-direction: column;
  min-height: 313px;
}

.jobs-list>li .button {
  margin-top: auto;
}

.job-title {
  color: black;
  font-family: 'Circe';
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0%;
}

.job-subtitle {
  color: #555555;
  font-family: 'Circe Light';
  font-weight: 350;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0%;
}

.job-text {
  color: black;
  font-family: 'Circe Light';
  font-weight: 350;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-transform: lowercase;
  display: block;
  margin-top: 20px;
}

.job-text ol {
  list-style: auto;
  padding-left: 15px;
}

.news-page ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 19px;
  margin-top: 19px;
  margin-bottom: 51px;
}

.news-page ul li {
  flex: 0 1 calc((100% - 19px) / 2);
}

.news-section .catalog-share {
  align-items: flex-end;
}

.news-banner {
  padding-top: 52px;
  padding-bottom: 100px;
  background-image: linear-gradient(#ffffffd6, #f3f3f3), url(../images/news1.jpg);
  background-size: cover;
}

.news-banner ul {
  display: flex;
  gap: 103px;
}

.news-banner ul li {
  height: 448px;
  padding: 48px;
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
  box-shadow: 0px 4px 4px 0px #00000029;
  border-left: 4px solid #FF5000;
  flex: 1;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  background: linear-gradient(#D9D9D93D, #D9D9D93D);
  overflow: hidden;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
}

.news-banner ul li:first-child::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -20px;
  width: 357px;
  height: 343px;
  background-image: url("../images/news2.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  transform: scaleX(-1);
}


.news-banner ul li:nth-child(2)::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -20px;
  width: 539px;
  height: 380px;
  background-image: url("../images/news3.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}

.section-header-quote p {
  margin-bottom: 8px;
}

.doc-items {
  display: flex;
  gap: 21px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.doc-items li {
  flex: 0 1 calc((100% - 42px) / 3);
  box-shadow: 0px 4px 4px 0px #00000040;
  border: 1px solid #00000040;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  padding: 15px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.doc-items-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 23px;
}

.doc-items-name {
  color: black;
  font-family: 'Circe Light';
  font-weight: 350;
  font-style: Light;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  margin-bottom: 20px;
}

.doc-items-docs,
.doc-items-software {
  display: none;
}

.docs-content {
  flex: 1;
}

.contacts-top {
  display: flex;
  gap: 24px;
  margin-bottom: 48px;
  padding: 0px;
}

.contacts-top .contacts-top-left {
  padding: 20px;
  flex: 1;
  box-shadow: 0px 4px 4px 0px #00000012;
  border: 1px solid #00000059;
  border-radius: 11px;
  position: relative;
  background: white;
  overflow: hidden;
}

.contacts-top .contacts-top-left::before {
  position: absolute;
  bottom: -80px;
  right: -150px;
  background-repeat: none;
  width: 518px;
  content: "";
  z-index: 1;
  height: 527px;
  background: url(../images/contacts-bg.png);
}

.contacts-top .contacts-top-right {
  flex: 1;
  border-radius: 11px;
  overflow: hidden;
}

.contacts-top-title {
  color: black;
  font-family: Circe;
  font-weight: 400;
  z-index: 2;
  font-style: Regular;
  position: relative;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 21px;
  letter-spacing: 0%;
  display: block;
  margin-bottom: 24px;
}

.contacts-top-header {
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: 'Circe Light';
  font-weight: 400;
  z-index: 2;
  font-style: Regular;
  font-size: 16px;
  position: relative;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0%;
  color: #515151;
  position: relative;
}

.contacts-top-header--address::after {
  position: absolute;
  left: 0;
  content: "";
  top: 5px;
  width: 10px;
  height: 12px;
  background: url(../images/contacts-address.png);
}


.contacts-top-header--phone::after {
  position: absolute;
  left: 0;
  content: "";
  top: 5px;
  width: 11px;
  height: 11px;
  background: url(../images/contacts-phone.png);
}

.contacts-top-header--email::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 11px;
  height: 9px;
  background: url(../images/contacts-email.png);
}

.contacts-top-text {
  padding-left: 20px;
  color: black;
  font-family: 'Circe Light';
  font-weight: 350;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  z-index: 2;
  position: relative;
  line-height: 26px;
  letter-spacing: 0%;
  display: block;
  margin-bottom: 20px;
}

.contacts-top-text a {
  color: black;
}

.contacts-list {
  border-collapse: collapse;
  /* Collapse borders between adjacent cells */
  border-radius: 8px;
  width: 100%;
}

.contacts-list td {
  border: 1px solid #0000004D;
  height: 115px;
  padding: 10px;
  background: white;
  border-radius: 8px;
  overflow: hidden;
}

.contacts-list td span {
  display: block;
}

.contacts-list-title {
  font-family: Circe;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0%;
  color: #515151;
  margin-bottom: 10px;
}

.contacts-list-subtitle {
  color: black;
  font-family: Circe;
  font-weight: 350;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0%;
}

ol,
ul {
  padding-left: 0px;
}

.contacts-managers {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  margin-bottom: 40px;
  padding: 0px;
}

.contacts-managers li {
  flex: 0 1 calc((100% - 46px) / 3);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: white;
  border: 1px solid #0000004D;
  border-radius: 8px;
}

.contacts-managers li .button {
  margin-top: auto;
}

.managers-name {
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 21px;
  letter-spacing: 0%;
}

.managers-phone a {
  color: black;
  text-decoration: none;
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0%;
}

.managers-phone::before {
  position: absolute;
  left: 0;
  content: "";
  top: 5px;
  width: 11px;
  height: 11px;
  background: url(../images/contacts-phone.png);
}

.managers-region {
  font-family: 'Circe Bold';
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0%;
}

.managers-regions {
  font-family: 'Circe Light';
  font-weight: 350;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: 0%;
}

.category-filter-link {
  color: black;
}

.tel_d a,
.card-body a {
  color: black;
}

.container.my-4 {
  width: 100%;
  margin-left: unset;
  width: unset;
  max-width: unset;
  margin-right: unset;
}

#categoryFilter {
  width: 300px;
  border: 1px solid #FF5000FA;
    color: #DD4010;
    height: 54px;
}

.card-body {
  box-shadow: none;
  border: 1px solid #0000004D;
}

#dealerGrid {
  margin-bottom: 100px;
}

#dealerGrid .card {
  border-radius: 8px;
  overflow: hidden;
  border: none;
}

#dealerGrid .card-body {
  border-radius: 8px;
    border: 1px solid #0000004D;
}

.services-measure .my-4 {
  padding: 0px;
}

#dealerGrid .card-body a {
  text-decoration: none;
}

.footer_socials li a {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #FFFFFF;
  width: 44px;
  height: 44px;
  position: relative;
  background-size: contain;
}

.footer_socials li a:hover {
  background-color: white;
}

.footer_socials li a.tg:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 14px;
  background-image: url("../images/footer_tg.png");
  background-size: cover;
  margin-top: 1px;
  margin-left: -1px;
}

.footer_socials li a.tg:hover:after {
  background-image: url("../images/tg-hover.png");
}

.footer_socials li a.yt:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 18px;
  background-image: url("../images/footer_yt.png");
  background-size: cover;
  margin-top: -1px;
}

.footer_socials li a.yt:hover:after {
  background-image: url("../images/yt-hover.png");
}

.footer_socials li a.vk:after {
  content: "";
  position: absolute;
  width: 23px;
  height: 12px;
  background-image: url("../images/footer_vk.png");
  background-size: cover;
  margin-left: -4px;
  margin-top: 3px;
}

.footer_socials li a.vk:hover:after {
  background-image: url("../images/vk-hover.png");
}

.footer_socials li a.rt:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("../images/footer_rt.png");
  background-size: cover;
  margin-left: 1px;
}

.footer_socials li a.rt:hover:after {
  background-image: url("../images/rt-hover.png");
}

.tab-content {
  overflow: hidden;
}

.news-section-right li:hover a,
.news-section-left:hover a {
  text-decoration: none;
}

.news-section-right li:hover .read-more,
.news-section-left:hover .read-more {
  color: #FF5000FA;
}

.news-section-right li:hover .read-more::after,
.news-section-left:hover .read-more::after {
  width: 15px;
  height: 16px;
  top: 9px;
  background-image: url(../images/read-more-hover.png);
}

.seminars-section-items li:hover,
.seminars-items li:hover {
  filter: brightness(0.85);
}

.seminars-section-items li:hover .news-section-left-title,
.seminars-items li:hover .seminars-item-text {
  text-decoration: underline;
  text-decoration-color: white;
}

.service-pusk-text {
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 21px;
  letter-spacing: 0%;
  display: block;
  margin-bottom: 60px;
}

.service-pusk-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 23px;
  margin-bottom: 30px;
}

.service-pusk-list li {
  flex: 0 1 calc((100% - 46px) / 3);
  padding: 25px;
  border-radius: 11px;
  background: #F7F7F7;
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-height: 241px;
}

.service-pusk-list li .list-number {
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 43.41px;
  leading-trim: NONE;
  line-height: 50.65px;
  letter-spacing: 0%;
  color: #A70000;
}

.service-pusk-list li .list-text {
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 21px;
  letter-spacing: 0%;
  color: black;
}

.points-list,
.seminar-detail .info ul,
.seminar-detail .info ul {
  list-style: circle;
  padding-left: 30px;
  margin-top: -40px;
}

.points-list li,
.seminar-detail .info ul li {
  margin-bottom: 10px;
}

.service-pusk-text--red {
  color: #B83C33;
}

.service-sbor-list {
  display: flex;
  flex-wrap: wrap!important;
  gap: 16px;
  margin-top: -40px;
}

.service-sbor-list li {
  position: relative;
  flex: 0 1 calc((100% - 80px) / 5);
  min-height: 258px;
  padding: 20px;
  border-radius: 11px;
  border: 1px solid #D7D7D7;
  color: black;
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0%;
  padding-top: 45px;
}

.service-sbor-list li::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 19px;
  width: 23px;
  height: 19px;
  background-image: url("../images/service-check.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.service-pusk-list .list-title {
  display: flex;
  gap: 15px;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FF5000FA;
  align-items: center;
}

.galv-points {
  display: flex;
  flex-direction: column;
  background: #F7F7F7;
  border-radius: 11px;
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-top: -15px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.galv-points>li {
  display: flex;
}

.galv-points>li:not(:last-child) {
  border-bottom: 1px solid #CBCBCB;
}

.galv-points li .left {
  border-right: 1px solid #CBCBCB;
  padding-right: 23px;
  width: 270px;
  padding: 25px;
}

.galv-points li .right {
  padding-left: 23px;
  flex: 1;
  padding: 25px;
}

.service-pusk-list .points-list {
  margin-top: 10px;
}

.service-pusk-list .points-list>li {
  padding: unset;
  border-radius: unset;
  background: unset;
  display: list-item;
  flex-direction: unset;
  gap: unset;
  min-height: unset;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 20px;
}

.galv-points .points-list {
  margin-top: 25px;
}

.catalog-props {
  display: flex;
  gap: 22px;
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  align-items: center;
}

.areas-title {
  color: black;
  font-family: 'Circe';
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
}

.catalog-areas {
  display: flex;
  gap: 28px;
}

.catalog-areas li {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 7px;
  align-items: center;
  font-size: 12px;
}

.catalog-areas li img {
  width: fit-content;
}

.catalog-element .section-header-right {
  display: flex;
  gap: 30px;
}

.button--pdf {
  padding-right: 40px;
}

.button--pdf:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 14px;
  width: 16px;
  height: 18px;
  background-image: url(/local/templates/furniture_red/images/pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.button--quiz {
  padding-right: 40px;
}

.button--quiz:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 16px;
  width: 16px;
  height: 18px;
  background-image: url(/local/templates/furniture_red/images/quiz.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.button:active,
.button:hover {
  text-decoration: none;
}

.about-rewards li::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 27px;
  height: 27px;
  background-image: url(/local/templates/furniture_red/images/about-chips-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.about-rewards li:hover::after {
  background-image: url(/local/templates/furniture_red/images/about-chips-arrow-active.png);
}

.about-rewards::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 5px;
  width: 755px;
  height: 755px;
  background-image: url(/local/templates/furniture_red/images/awards-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 5%;
  transform: translateX(-50%);
}

.publik-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 19px;
  margin-bottom: 80px;
}

.publik-items li {
  flex: 0 1 calc((100% - 19px) / 2);
  background: white;
  border: 1px solid #E2E2E2;
  display: flex;
}

.publik-items li a {
  display: flex;
  flex: 1;
}

.publik-items .publik-image {
  width: 240px;
  display: flex;
  min-height: 289px;
}

.publik-items .publik-image img {
  object-fit: cover;
}

.publik-items .publik-content {
  display: flex;
  flex-direction: column;
  gap: 21px;
  flex: 1;
}

.publik-items .publik-name {
  color: black;
  font-family: Circe;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  padding: 20px;
  padding-bottom: 5px;
}

.publik-items a:hover {
  text-decoration: none;
}

.publik-items .publik-text {
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  padding: 20px;
  padding-top: 0px;
}

.clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0px !important;
}

.publik-items .publik-date {
  background: #D9D9D92E;
  padding: 10px;
  padding-left: 20px;
  position: relative;
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  color: #878787;
  padding-left: 55px;
  margin-top: auto;
}

.publik-items .publik-date::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 8px;
  width: 22px;
  height: 22px;
  background-image: url("../images/publik-calendar.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.seminar-detail .section-title {
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 42px;
  letter-spacing: 0%;
  color: #FF5000FA;
}

.seminar-detail .subtitle {
  color: black;
  margin-top: 19px;
  display: block;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  margin-bottom: 34px;
}

.seminar-detail .terms {
  gap: 34px;
  display: flex;
  color: black;
  font-family: 'Circe';
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 34px;
  margin-top: 10px;
}

.seminar-detail .terms-presence,
.seminar-detail .terms-price {
  padding-left: 30px;
  position: relative;
}

.seminar-detail .terms-presence::before,
.seminar-detail .terms-price::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 20px;
  background-image: url("../images/presence.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.seminar-detail .terms-price::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 16px;
  height: 20px;
  background-image: url("../images/price.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.seminar-detail .action {
  display: flex;
  gap: 16px;
  margin-bottom: 38px;
}

.seminar-detail .details {
  display: flex;
  gap: 17px;
  margin-bottom: 99px;
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
}

.seminar-detail .details-date {
  width: fit-content;
  border-radius: 6px;
  background: #F7F7F7;
  padding: 22px;
  position: relative;
  padding-left: 50px;
  align-self: center;
}

.seminar-detail .details-date::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background-image: url("../images/details-date.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.seminar-detail .details-address {
  flex: 1;
  border-radius: 6px;
  background: #F7F7F7;
  padding: 22px;
  position: relative;
  padding-left: 50px;
  align-self: center;
}

.seminar-detail .details-address::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 18px;
  background-image: url("../images/details-place.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.seminar-detail .info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 47px;
  column-gap: 73px;
  row-gap: 47px;
}

.seminar-detail .info>li {
  padding: 22px;
  flex: 0 1 calc((100% - 73px) / 2);
  border-left: 4px solid #FF5000;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #F7F7F7;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
}

.seminar-detail .info .points-list,
.seminar-detail .info ul,
.seminar-detail .details ul {
  margin-top: 10px;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
}

.seminar-detail .info li.flex-full-width {
  flex: 1;
}

.seminar-detail .info li.flex-full-width ul {
  padding-left: 0px;
  list-style: unset;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.seminar-detail .info li.flex-full-width ul li {
  display: flex;
  align-items: center;
  flex: 0 1 calc((100% - 2px) / 2);
  gap: 10px;
}

.seminar-detail .info-title {
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  color: #FF5000FA;
}

.seminar-detail .list-number {
  background: linear-gradient(90deg, #A70000 0%, rgba(255, 80, 0, 0.98) 100%);
  color: white;
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  width: 25px;
  height: 25px;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.seminar-detail .info li.flex-full-width ul li .text {
  flex: 1;
}

.seminar-detail .materials-container {
  padding-left: 71px;
  margin-bottom: 111px;
}

.seminar-detail .materials-title {
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  position: relative;
  border-bottom: 4px solid #FF5000;
  margin-bottom: 45px;
}

.seminar-detail .materials-title::before {
  content: "";
  position: absolute;
  left: -33px;
  top: 5px;
  width: 18px;
  height: 20px;
  background-image: url("../images/seminars-materials.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.seminar-detail .materials {
  display: flex;
  flex-wrap: wrap;
  column-gap: 160px;
  row-gap: 44px;
  margin-top: 50px;
}

.seminar-detail .materials li {
  flex: 0 1 calc((100% - 320px) / 3);
  display: flex;
  flex-direction: column;
  gap: 3px;
  position: relative;
}

.seminar-detail .materials li::before {
  content: "";
  position: absolute;
  left: -33px;
  top: 3px;
  width: 18px;
  height: 13px;
  background-image: url("../images/seminars-check.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.seminar-detail .materials li a:hover {
  text-decoration: none;
}

.seminar-detail .materials .materials-text {
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

.seminar-detail .materials .materials-subtitle {
  font-family: 'Circe Light';
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #9D9D9D;
}

.seminar-detail .partners-title {
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 36px;
  letter-spacing: 0%;
  margin-bottom: 42px;
  display: block;
}

.seminar-detail .logos {
  display: flex;
  flex-wrap: wrap;
  gap: 43px;
}

.seminar-detail .logos li {
  height: 93px;
}

.seminar-detail .past {
  display: flex;
  gap: 67px;
}

.seminar-detail .past .left {
  flex: 1;
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
}

.seminar-detail .past .right .title {
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  color: #FF5000;
  margin-bottom: 4px;
  display: block;
}

.seminar-detail .past .right .text {
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
}

.seminar-detail .past .right .title--materials {
  margin-top: 25px;
  display: block;
  position: relative;
  padding-left: 30px;
}

.seminar-detail .past .right .title--materials::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -1px;
  width: 18px;
  height: 20px;
  background-image: url("../images/seminars-material.png");
  background-size: contain;
  background-repeat: no-repeat;
}


.seminar-detail .past .right {
  flex: 1;
  height: fit-content;
  background: #F7F7F7;
  border-left: 4px solid #FF5000;
  padding: 20px;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;

}

.seminar-detail--past .details {
  margin-bottom: 20px;
  margin-top: 20px;
}

.seminar-detail .past .right .points-list {
  margin-top: 10px;
  color: black;
}

.seminar-detail .past .right .points-list a {
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
}

.seminar-detail .past .right .points-list li {
  margin-bottom: 5px;
}

.seminar-detail .section-title {
  margin-top: 43px;
  margin-bottom: 26px;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  color: #FF5000FA;
  display: block;
}

#managers .section-title {
  color: black;
  margin-top: 50px;
  margin-bottom: 20px;
}


.seminar-detail .presentations {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 90px;
}

.catalog-similar .glide__slide a img {
  width: 100%;
}

.seminar-gallery-container--no-bg {
  background: none!important;
}

.inner .header__right-phone {
  text-decoration: none;
}

.seminar-gallery-container--no-bg img {
  border-radius: 8px;
}

.seminar-detail .presentations li {
  display: flex;
  gap: 61px;
  border-radius: 11px;
  background: #F7F7F7;
  padding: 20px;
}

.seminar-detail .presentations li .left,
.seminar-detail .presentations li .right {
  flex: 1;
  display: flex;
}

.seminar-detail .presentations li .left .number {
  width: 30px;
}

.seminar-detail .presentations li .left .name,
.seminar-detail .presentations li .right .theme-text {
  flex: 1;
}

.seminar-detail .presentations li .right .theme {
  width: 120px;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  color: #FF5000FA;
}

.seminar-gallery-container {
  padding-top: 74px;
  padding-bottom: 71px;
  background: #F7F7F7;
  margin-top: 85px;
}

.seminar-gallery-title {
  margin-bottom: 35px;
  display: block;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
}

.seminar-gallery-container .glide__slide {
  height: 424px;
  border-radius: 11px;
}

.seminar-gallery-container .glide__slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.seminar-gallery-container .glide-controls {
  display: flex;
  gap: 4px;
  margin-top: 35px;
  justify-content: center;
}

.seminar-gallery-container .glide-controls .left {
  background: url(../images/slider-left.png);
  background-size: cover;
  color: white;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
}

.seminar-gallery-container .glide-controls .right {
  background: url(../images/slider-right.png);
  background-size: cover;
  color: white;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
}

.news-detail .text {
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  margin-top: 11px;
  margin-bottom: 34px;
  display: block;
}

.news-detail .nav {
  margin-top: 81px;
  margin-bottom: 81px;
  display: flex;
  justify-content: space-between;
}

.news-detail .nav .prev,
.news-detail .nav .next {
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  padding-left: 40px;
  position: relative;
}

.news-detail .nav .next {
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  padding-right: 40px;
  position: relative;
}

.news-detail .nav .prev::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 16px;
  background-image: url(../images/news-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.news-detail .nav .next::before {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 14px;
  height: 16px;
  background-image: url(../images/news-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.news-section-title {
  color: black;
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 42px;
  letter-spacing: 0%;
  display: block;
  margin-bottom: 63px;
}

.red-controls .glide-controls {
  display: flex!important;
  align-items: center!important;
  gap: 22px!important;
  margin-top: 71px!important;
  justify-content: center;
  margin-bottom: 60px;
}

.red-controls .glide-controls .left {
  background: url(../images/news-interesting-left.png);
  background-size: cover;
  color: white;
  text-align: center;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.red-controls .glide-controls .right {
  background: url(../images/news-interesting-right.png);
  background-size: cover;
  color: white;
  text-align: center;
  display: inline-block;
  width: 60px;
  height: 60px;
}


.news-detail-interesting-slider ul {
  display: -webkit-box;
  flex-direction: unset;
  gap: unset;
}

.news-detail-interesting-slider img {
  border-radius: 10px;
}

.news-detail-interesting-slider ul li {
  background: #F6F6F6;
  box-shadow: none;
}

.news-detail-interesting-slider ul li a {
  position: relative;
    display: flex;
    text-wrap: wrap;
    text-align: left;
}

.download-org {
  font-family: Circe;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 23px;
  letter-spacing: 0%;
  color: #767676;
  height: 50px;
  display: flex;
  padding-left: 20px;
  padding-right: 50px;
  border-radius: 33px;
  border: 1px solid #00000059;
  margin-top: 50px;
  display: block;
  z-index: 3;
  display: flex;
  position: relative;
  width: fit-content;
  align-items: center;
  text-decoration: none;
}

.download-org::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 20px;
  height: 16px;
  background-image: url(../images/contact-org.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
}

.managers-phone a span {
  color: #26509C;
}

.tab-content tbody tr td {
  padding: 10px;
}

.tab-content b, strong {
  font-weight: 700;
  font-family: 'Circe Bold';
}

.tab-content 
element.style {
    float: left;
    width: fit-content;
    display: flex;
    width: 320px;
    height: 200px;
}
img, picture {
    max-width: unset;
}

.header-menu--mobile {
  display: none;
  padding: 10px;
  min-height: 300px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  background: whitesmoke;
  box-shadow: 0px 2px 6.3px 0px #b4b4b44f;
}

.header-menu--mobile .header__links {
  display: flex;
  color: black;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  gap: 10px;
  display: block;
  margin-bottom: 20px!important;
}

.header-menu--mobile.active {
  display: block;
}

.header-menu--mobile .header__links a {
  color: black;
}


.burger-close {
  position: relative;
  float: right;
  top: -20px;
  right: 5px;
  display: block;
  padding: 20px;
  filter: invert(1);
  cursor: pointer;
}

.burger-close::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0p;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/burger-close.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: unset;
}

.index-services-slider .glide-controls {
  display: none!important;
}

.footer_hotline {
  display: none;
}

.footer-mobile-links {
  display: none;
}

.sborka-items .glide__slides {
  white-space: initial;
  text-align: left;
}

.sborka-items .glide-controls {
  display: none!important;
}
input[name="captcha_word"] {
  width: 100%;
}

.footer_socials li div {display: flex; gap: 10px;}

img, picture {
  max-width: 100%;
  height: fit-content;
}

.curve-mobile {
  display: none;
}

#dokpo-container {
  display:flex; gap: 30px;
}

.col-12.col-md-6 {
  overflow-x: scroll;
}