.profila__content.color-shown:after {
  -webkit-animation: color-spin 2s ease-in-out forwards;
  animation: color-spin 2s ease-in-out forwards;
  background-color: #fff;
  border-radius: 35%;
  bottom: -50%;
  content: "";
  height: 250%;
  left: -50%;
  position: absolute;
  width: 250%;
  z-index: 1;
}

.color-modal-shown:after {
  -webkit-animation: color-spin 2s ease-in-out forwards;
  animation: color-spin 2s ease-in-out forwards;
  background-color: #fff;
  border-radius: 35%;
  bottom: -50%;
  content: "";
  height: 250%;
  left: -50%;
  position: absolute;
  width: 250%;
  z-index: 1;
}

.profilaGarantija__elem:hover {
  background-color: #f4f6f5;
  position: relative;
}

.profilaGarantija__elem:hover:after {
  content: "";
  clear: both;
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ea0a2a;
}

.profilaMenu__link.warranty_hovered {
  opacity: 1;
  background-color: #f4f6f6;
  border-left: 4px solid #ea0a2a;
}

.profilaMenu__link.warranty_picked {
  opacity: 1;
  background-color: #f4f6f6;
  border-left: 4px solid #ea0a2a;
}

.color-modal {
  overflow: hidden hidden !important;
}

.close-color-modal {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #141414;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.close-color-modal span {
  color: #fff;
  font-size: 40px;
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 13px;
}

#toTopBtn {
  display: none;
  background-color: #ea0a2a;
  width: 64px;
  height: 64px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;

  border-top-width: 0px;
  border-bottom-width: 0px;
  border-inline-start: 0px;
  border-inline-end: 0px;
}
@media (max-width: 768px) {
  #toTopBtn {
    width: 50px;
    height: 50px;
    bottom: 65px;
    right: 20px;
    
  }
}

#toTopBtn::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#toTopBtn:hover {
  cursor: pointer;
  background-color: #333;
}

.galleryPartners__link-active {
  filter: initial !important;
}

.productSectionMenu__link {
  padding: 20px;
}

.rte-content h1 {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
}

.rte-content h2 {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
}

.rte-content-dark h1 {
  font-size: 22px;
  font-weight: bold;
}

.rte-content-dark h2 {
  font-size: 22px;
  font-weight: bold;
}

.rte-content ul,
.rte-content-dark ul {
  margin-top: 30px;
  list-style-image: none !important;
}

.rte-content li {
  color: #505050;
  font-size: 12px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  line-height: 150%;
}

.rte-content li:last-of-type,
.rte-content-dark li:last-of-type {
  margin-bottom: 0;
}

.rte-content li:after,
.rte-content-dark li:after {
  content: "✓";
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
}

.profilaGarantija__elem {
  cursor: pointer;
}

.profilaGarantija__elem-picked {
  background-color: #f4f6f5;
  position: relative;
}

.profilaGarantija__elem-picked:after {
  content: "";
  clear: both;
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ea0a2a;
}

.content-rte p {
  color: #505050;
  font-size: 20px;
  line-height: 140%;
}

.content-rte-dark p {
  color: white;
  font-size: 20px;
  line-height: 140%;
}

.content-rte ul,
.content-rte-dark ul {
  list-style-image: url("/img/bullet_icon.png");
  font-size: 20px;
  line-height: 120%;
  padding-left: 23px;
}

.content-rte ul li:not(:last-child),
.content-rte-dark ul li:not(:last-child) {
    margin-bottom: 4px;
}

.content-rte-dark ul {
  color: #909090;
}

.content-rte ol,
.content-rte-dark ol {
  list-style: decimal;
  font-size: 20px;
  line-height: 140%;

  counter-reset: item;
  list-style-type: none;
  margin-top: 20px;
}

.content-rte-dark ol {
  color: #909090;
}

.content-rte ol li,
.content-rte-dark ol li {
  position: relative;
  padding-left: 76px;
  padding-bottom: 70px;
}

.content-rte ol li::before,
.content-rte-dark ol li::before {
  content: counters(item, ".", decimal-leading-zero) "  ";
  counter-increment: item;
  color: white;
  font-size: 32px;
  padding-left: 80px;
  padding-top: 50px;

  position: absolute;
  left: -115px;
  top: -50px;
  z-index: -1;
  display: block;
  background-image: url("/img/number.png");
  width: 173px;
  height: 128px;
  margin-top: 5px;
}

.sliderProduct__menu .sliderProduct__menu-link:nth-of-type(11) {
  -webkit-transform: translateY(110px);
  -ms-transform: translateY(110px);
  transform: translateY(110px);
  -webkit-transition-delay: 0.275s;
  transition-delay: 0.275s;
}

.sliderProduct__menu .sliderProduct__menu-link:nth-of-type(12) {
  -webkit-transform: translateY(120px);
  -ms-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.sliderProduct__menu .sliderProduct__menu-link:nth-of-type(13) {
  -webkit-transform: translateY(130px);
  -ms-transform: translateY(130px);
  transform: translateY(130px);
  -webkit-transition-delay: 0.325s;
  transition-delay: 0.325s;
}

.sliderProduct__menu .sliderProduct__menu-link:nth-of-type(14) {
  -webkit-transform: translateY(140px);
  -ms-transform: translateY(140px);
  transform: translateY(140px);
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.sliderProduct__menu .sliderProduct__menu-link:nth-of-type(15) {
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-transition-delay: 0.375s;
  transition-delay: 0.375s;
}

.sliderProduct__menu .sliderProduct__menu-link:nth-of-type(16) {
  -webkit-transform: translateY(160px);
  -ms-transform: translateY(160px);
  transform: translateY(160px);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.sliderProduct__menu .sliderProduct__menu-link:nth-of-type(17) {
  -webkit-transform: translateY(170px);
  -ms-transform: translateY(170px);
  transform: translateY(170px);
  -webkit-transition-delay: 0.425s;
  transition-delay: 0.425s;
}

.sliderProduct__menu .sliderProduct__menu-link:nth-of-type(18) {
  -webkit-transform: translateY(180px);
  -ms-transform: translateY(180px);
  transform: translateY(180px);
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.sliderProduct__menu .sliderProduct__menu-link:nth-of-type(19) {
  -webkit-transform: translateY(190px);
  -ms-transform: translateY(190px);
  transform: translateY(190px);
  -webkit-transition-delay: 0.475s;
  transition-delay: 0.475s;
}

.sliderProduct__menu .sliderProduct__menu-link:nth-of-type(20) {
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.sitemap-container ul {
  padding-left: 20px;
}

.chat-button {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  background-color: #e80a2a;
  border-radius: 30px;
  padding: 20px 10px;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  transition: 500ms all;
  animation: mockchat-reply-pop cubic-bezier(0, 0.81, 0.58, 1.2) 0.4s;
  transition: all 0.3s;
   border: none;
}

.chat-button:hover {
  background-color: #950015;
}

body .headerSection {
  background: url(../img/home-bg.webp) no-repeat 50% 50%;
  background-size: cover;
}

.rte-content-contacts h3 {
  margin-top: 20px;
  color: #e60d2c;
  font-size: 21px;
}

.presetantion__iframeWrap {
  bottom: initial;
}

@media (max-width: 768px) {
  .presetantion__iframeWrap {
    margin-bottom: initial;
  }
}

.map_point {
  margin-top: -40px;
  margin-left: -24px;
}

.map_point-text {
  top: 50px;
  width: 200px;
  text-align: center;
  margin-left: -75px;
}

@media (max-width: 1024px) {
  .map_point {
    margin-top: -40px;
    margin-left: -18px;
  }

  .map_point-text {
    top: 30px;
    margin-left: -82px;
  }
}

@media (max-width: 768px) {
  .map_point {
    margin-top: -16px;
    margin-left: -13px;
  }

  .map_point-text {
    top: 10px;
    margin-left: -88px;
  }
}

@media (max-width: 576px) {
  .map_point {
    margin-top: -10px;
    margin-left: -8px;
  }

  .map_point-text {
    top: 5px;
    margin-left: -91px;
  }
}

.map_point-text {
  font-size: 16px;
  margin-top: 0px;
}
