.distributions {
  background-color: #f4efe9;
}



.slick-dots li.slick-active button {
  background: color(srgb 0.945 0.569 0.004) !important;
}

.info {
  padding-top: 40px;
  padding-bottom: 40px;
}
.info .info-title {
  color: color(srgb 0.945 0.569 0.004);
}
.info__inner {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  background-color: #fff;
}
.info__left {
  padding: 40px;
}
.info__title {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 10px;
}
.info__subtitle {
  max-width: 800px;
  color: #838383;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.3;
}
.info__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.info__item {
  color: #195bc9;
  font-size: 18px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info__image {
  padding-right: 40px;
}
.info__image img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.info__bot {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.info__bot-item {
  display: flex;
  align-items: center;
  gap: 40px;
}
.info__bot-descr {
  max-width: 270px;
}
.info__bot-descr h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
.info__bot-descr p {
  color: #838383;
  line-height: 1.3;
}

@media (max-width: 1100px) {
  .info__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .info__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .info__image,
  .info__bot {
    display: none;
  }
}
.actions {
  padding: 50px 0;
  background-color: #f5f5f5;
}
.actions a:hover {
  text-decoration: underline;
}
.actions__slider .slider__item {
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 300px;
  padding: 30px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.actions__slider .slider__item:not(.distr-lead_sliditem) {
  background-image: url("/img/Layer 236.png");
}
.actions__title {
  font-size: 50px;
}
.actions__title span {
  font-weight: 700;
}
.actions__subtitle {
  font-weight: 700;
  font-size: 30px;
}

@media (max-width: 1222px) {
  .actions__slider .slider__item {
    gap: 5px;
    padding: 15px;
  }
  .actions__title {
    font-size: 45px;
  }
  .container:has(.actions__slider) {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .actions__title {
    font-size: 20px;
  }
  .actions__slider .slider__item {
    height: 120px;
  }
  .slider__item a {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .actions__slider .slider__item a {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .actions__subtitle {
    font-size: 15px;
  }
}
.brands {
  text-align: center;
}
.brands__slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brands__slider-mob {
  display: none;
}
@media (max-width: 1400px) {
  .brands__slider {
    display: none;
  }
  .brands__slider-mob {
    display: flex;
  }
}
.brands__slider-item {
  aspect-ratio: 1/1;
  min-height: 200px;
  max-height: 200px;
  max-width: 200px;
  padding: 20px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.brands__link {
  display: inline-block;
  color: #195bc9;
  text-align: center;
  margin: 30px 0;
}
.brands .slick-track {
  display: flex;
  gap: 20px;
}

.integration {
  background-color: rgba(75, 0, 131, 0.0901960784);
  padding: 50px 0;
}
.integration .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.integration .info-title {
  color: #4b0083;
  margin-bottom: 20px;
}
.integration .title-block {
  margin-bottom: 40px;
}
.integration .slick-track {
  gap: 30px;
  height: 100%;
}
.integration .slick-dots {
  position: relative;
  bottom: 0;
  align-self: flex-start;
}
.integration .slick-dots li.slick-active button {
  background: #1260cc !important;
}
.integration .title-block {
  padding-bottom: 30px;
}
.integration .title-block h1 {
  color: #1260cc;
}
.integration__slider {
  display: flex;
  min-width: 0;
  width: 100%;
  overflow: hidden;
}
.integration__slider .slick-list {
  flex: 1;
}
.integration__slide {
  display: flex !important;
  align-items: center;
  gap: 20px;
  background: #fff;
}
.integration__slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.integration__slider-img {
  max-height: 400px;
  width: 100%;
}
.integration__slider-right {
  padding: 50px 0;
  max-height: 400px;
  background: #fff;
  flex-direction: column;
  padding-left: 40px;
  overflow: hidden;
}
.integration__slider-right .slick-track {
  overflow: hidden;
}
.integration .integration__projects-mob .slick-track {
  display: flex;
  gap: 20px;
}
.integration__slider-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  max-width: 500px;
}
.integration__slider-text h3 {
  color: #195bc9;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@supports (line-clam: 2) {
  .integration__slider-text h3 {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    overflow: hidden;
  }
}
.integration__slider-text p {
  font-size: 16px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@supports (line-clam: 6) {
  .integration__slider-text p {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-clamp: 6;
    overflow: hidden;
  }
}
.integration .integration__slider-right .slick-slide {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
}
.integration__projects {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
  margin-top: 40px;
  min-width: 0;
  width: 100%;
}
.integration__projects .slick-track {
  gap: 20px;
}
.integration__projects-mob {
  display: none;
}
@media (max-width: 1200px) {
  .integration__projects {
    display: none;
  }
  .integration__projects-mob {
    display: block;
  }
}
.integration__btn {
  background: #1260cc;
  color: #fff;
}
@media (max-width: 768px) {
  .integration__slider {
    flex-direction: column;
    margin-bottom: 0;
  }
  .integration .integration__projects-mob .slick-track {
    gap: 0;
  }
  .integration .integration__projects-mob .card {
    background: transparent;
    padding: 0 10px;
  }
  .integration .integration__descr-date {
    right: 10px;
  }
  .integration .integration__projects-mob .slick-list {
    margin: 0 -10px;
  }
  .integration .integration__item {
    padding: 0 10px;
  }
  .integration__slide {
    flex-direction: column;
    text-align: center;
    align-items: flex-start;
  }
  .integration .integration__slider-right {
    padding: 20px;
    max-height: 250px;
  }
  .integration .integration__slider-text {
    text-align: left;
  }
  .integration__slider-img {
    width: 100%;
  }
  .integration__slider-img img {
    max-width: 100%;
    max-height: 400px;
    height: 100%;
    min-height: 250px;
  }
  .integration .education__slider-text {
    gap: 20px;
  }
}
.integration__projects {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
  margin-bottom: 40px;
  min-width: 0;
  width: 100%;
}
.integration__projects-mob {
  display: none;
}
@media (max-width: 1200px) {
  .integration__projects {
    display: none;
    grid-template-columns: unset;
    justify-items: unset;
  }
  .integration__projects-mob {
    display: block;
  }
}
.integration__btn {
  background-color: #4b0083;
  color: #fff;
  border: 1px solid #4b0083;
}
.integration__btn:hover {
  color: #4b0083;
  background: transparent;
}

.education {
  background-color: rgba(18, 96, 204, 0.0784313725);
  padding: 50px 0;
}
.education .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.education .slick-dots {
  position: relative;
  bottom: 0;
  align-self: flex-start;
}
.education .slick-dots li.slick-active button {
  background: #1260cc !important;
}
.education .title-block {
  padding-bottom: 30px;
}
.education .title-block h1 {
  color: #1260cc;
}
.education__slider {
  display: flex;
  min-width: 0;
  width: 100%;
  overflow: hidden;
}
.education__slider .slick-list {
  flex: 1;
}
.education__slide {
  display: flex !important;
  align-items: center;
  gap: 20px;
  background: #fff;
}
.education__slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.education__slider-img {
  max-height: 400px;
  width: 100%;
}
.education__slider-img .slick-track {
  height: 100%;
}
.education__slider-right {
  padding: 50px 0;
  max-height: 400px;
  background: #fff;
  flex-direction: column;
  padding-left: 40px;
  overflow: hidden;
}
.education__slider-right .slick-track {
  overflow: hidden;
}
.education__slider-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  max-width: 500px;
}
.education__slider-text h3 {
  color: #195bc9;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@supports (line-clam: 2) {
  .education__slider-text h3 {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    overflow: hidden;
  }
}
.education__slider-text p {
  font-size: 16px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@supports (line-clam: 6) {
  .education__slider-text p {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-clamp: 6;
    overflow: hidden;
  }
}
.education .education__slider-right .slick-slide {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
}
.education__projects {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
  margin-top: 40px;
  min-width: 0;
  width: 100%;
}
.education__projects .slick-track {
  display: flex;
  gap: 20px;
}
.education__projects-mob {
  display: none;
}
@media (max-width: 1200px) {
  .education__projects {
    display: none;
  }
  .education__projects-mob {
    display: block;
  }
}
.education__btn {
  background: #1260cc;
  color: #fff;
  border: 1px solid #1260cc;
}
.education__btn:hover {
  color: #1260cc;
  background: transparent;
}
@media (max-width: 768px) {
  .education__slider {
    flex-direction: column;
    margin-bottom: 0;
  }
  .education .education__projects-mob .slick-track {
    gap: 0;
  }
  .education .education__projects-mob .card {
    background: transparent;
  }
  .education .education__descr-date,
  .integration .distribution__descr-date {
    right: 10px;
  }
  .education .education__projects-mob .slick-list {
    margin: 0 -10px;
  }
  .education .education__item {
    padding: 0 10px;
  }
  .education__slide {
    flex-direction: column;
    text-align: center;
    align-items: flex-start;
  }
  .education .education__slider-right {
    padding: 20px;
    max-height: 250px;
  }
  .education .education__slider-text {
    text-align: left;
  }
  .education__slider-img {
    width: 100%;
  }
  .education__slider-img img {
    max-width: 100%;
    max-height: 400px;
    height: 100%;
    min-height: 250px;
  }
  .integration__slider-text p,
  .education__slider-text p {
    -webkit-line-clamp: 4;
  }
}
.education .integration__slider-text {
  gap: 20px;
}

.news {
  background-color: #f5f5f5;
  padding: 40px 0;
}
.news__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: flex-start;
  gap: 20px;
  margin-top: 20px;
}
.news__block {
  display: flex;
  gap: 20px;
  background: #fff;
  max-width: 750px;
  width: 100%;
  transition: all 0.3s;
}
.news__block-img img {
  height: 100%;
  width: 250px;
}
.news__block-text {
  padding: 50px 15px;
  padding-left: 0;
  max-width: 400px;
  width: 100%;
}
.news__block-text h1 {
  color: #222;
  font-size: 18px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@supports (line-clam: 1) {
  .news__block-text h1 {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    overflow: hidden;
  }
}
.news__block-descr {
  margin-bottom: 10px;
  line-height: 1.3;
}
.news__block-date {
  color: #767373;
}

.text-block {
  text-align: center;
  margin-top: 30px;
}
.text-block h1 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
.text-block p {
  line-height: 1.7;
  max-width: 1222px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .news__block {
    flex-direction: column;
  }
  .news__block-img img {
    width: 100%;
  }
  .news__block-text {
    padding-top: 10px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .news__block-descr {
    flex: 1 1 auto;
  }
}
.header__menu-item {
  cursor: pointer;
}
.header__menu-item .header__menu-link:hover {
  color: color(srgb 0.945 0.569 0.004);
}

.search {
  padding-top: 20px;
  padding-bottom: 30px;
}
.search .input-wrapper {
  position: relative;
}
.search .input-wrapper::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url("/img/search.png") no-repeat center;
  background-size: contain;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.search .input-wrapper input {
  width: 100%;
  padding: 15px 40px 15px 20px;
  border-radius: 5px;
  border: none;
}

.cat-slider {
  margin-bottom: 70px;
}
.cat-slider h1 {
  font-weight: 700;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.cat-slider .slick-slide {
  margin-right: 20px;
}
.cat-slider__item {
  width: 800px;
}
.cat-slider__item img {
  max-width: 880px;
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cat-tabs {
  margin-bottom: 70px;
}

.cat-categories {
  margin-bottom: 70px;
}
.cat-categories h1 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.cat-categories .info__list {
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 20px;
}

.cat-brands {
  margin-bottom: 70px;
}
.cat-brands .brands__slider:not(.brands__slider-mob) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
@media (max-width: 1400px) {
  .cat-brands .brands__slider:not(.brands__slider-mob) {
    display: none;
  }
}
.cat-brands .slick-track {
  display: flex;
  gap: 20px;
}

.cat-actions {
  padding: 60px 0;
  background: #f4efe9;
}
.cat-actions .title {
  text-align: left;
}

.cat-hotnews {
  padding: 70px 0;
}
.cat-hotnews h1 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.cat-hotnews .brands__slider-item {
  flex-direction: column;
  text-align: center;
  gap: 20px;
  min-width: 200px;
}
.cat-hotnews .brands__slider-item p {
  color: #195bc9;
  font-size: 14px;
}
.cat-hotnews .brands__slider-item img {
  max-width: 150px;
  max-height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cat-hotnews .slick-track {
  display: flex;
  gap: 20px;
}
.cat-hotnews .brands__slider:not(.brands__slider-mob) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
@media (max-width: 1400px) {
  .cat-hotnews .brands__slider:not(.brands__slider-mob) {
    display: none;
  }
}

.cat-info__bot {
  padding: 60px 0;
  background: #fff;
}

.cat-inner > .container > h1 {
  font-weight: 700;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.cat-inner .cat-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #222;
}
.cat-inner .cat-row__filter {
  display: flex;
  gap: 20px;
  align-items: center;
}
.cat-inner .cat-row__params {
  display: flex;
  gap: 20px;
}
.cat-inner .cat-row__param {
  display: flex;
  gap: 10px;
  background: #fff;
  font-size: 13px;
  padding: 5px;
  border-radius: 3px;
}
.cat-inner .cat-row__param img {
  cursor: pointer;
}
.cat-inner .cat-row__filter-inner {
  background: #f4efe9;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  gap: 10px;
}
.cat-inner .custom-select__trigger,
.cat-inner .custom-options {
  border: none;
  background: #f4efe9;
}

#modal-filter {
  width: 400px;
  height: 100%;
}

.hide-filter {
  padding: 20px;
}
.hide-filter h1 {
  font-weight: 700;
  font-size: 18px;
}
.hide-filter__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.hide-filter__top img {
  width: 20px;
  cursor: pointer;
}
.hide-filter .filter-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hide-filter .btn {
  background: color(srgb 0.945 0.569 0.004);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.hide-filter label p {
  font-weight: 700;
  margin-bottom: 10px;
}

.checkbox__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.checkbox__inner .filter-check {
  cursor: pointer;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}

[data-modal=modal-lang],
.modal-auth,
.modal-entrance,
.header__icons-cart {
  transition: 0.1s;
}
[data-modal=modal-lang]:hover path, [data-modal=modal-lang]:hover .fil0,
.modal-auth:hover path,
.modal-auth:hover .fil0,
.modal-entrance:hover path,
.modal-entrance:hover .fil0,
.header__icons-cart:hover path,
.header__icons-cart:hover .fil0 {
  fill: color(srgb 0.945 0.569 0.004) !important;
}
[data-modal=modal-lang]:hover .str0,
.modal-auth:hover .str0,
.modal-entrance:hover .str0,
.header__icons-cart:hover .str0 {
  stroke: color(srgb 0.945 0.569 0.004) !important;
}

.detail__inner {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding: 50px 0;
}
.detail__slider-item {
  display: flex !important;
  justify-content: center;
  background: #fff;
  padding: 30px;
}
.detail__price {
  font-weight: 700;
  font-size: 20px;
}
.detail .detail-left {
  max-width: 60%;
}
.detail .detail-right {
  display: flex;
  flex-direction: column;
  justify-self: flex-start;
  width: 100%;
}
.detail .detail-right__name h1 {
  font-weight: 700;
  font-size: 24px;
  max-width: 300px;
  margin-bottom: 10px;
}
.detail .detail-right__name p {
  color: #9c9c9c;
  font-size: 16px;
  margin-bottom: 20px;
}
.detail .detail-right__descr {
  font-size: 16px;
  line-height: 1.2;
  max-width: 400px;
  margin-bottom: 40px;
}
.detail__slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
  background: #fff;
  padding-top: 0;
}
.detail__slider-controls .detail-prev,
.detail__slider-controls .detail-next {
  background: url("/img/wave.png") no-repeat center;
  background-size: contain;
  border: none;
  width: 26px;
  height: 18px;
  font-size: 0;
  cursor: pointer;
}
.detail__slider-controls .slick-dots li button:not(.slick-dots li.slick-active button) {
  background: #959595;
}
.detail__slider-controls .detail-dots {
  padding: 0 20px;
}
.detail__slider-controls .slick-dots {
  margin-top: 0;
}
.detail__slider-controls .detail-prev {
  transform: rotate(90deg);
}
.detail__slider-controls .detail-next {
  transform: rotate(-90deg);
}

.detail-tabs {
  padding: 50px 0;
}
.detail-tabs .tabs-inner.active {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 60%;
}
.detail-tabs .tabs-inner.active img:not(img[alt=arrow]) {
  max-width: 700px;
  min-width: 100%;
}
.detail-tabs .detail__slider {
  max-width: 700px;
  width: 100%;
}
.detail-tabs .detail__slider-controls {
  background: transparent;
  margin-top: 20px;
}
.detail-tabs .detail__slider-item {
  padding: 0;
  background-color: transparent;
  display: block !important;
}

.tabs-review__left {
  max-width: 60%;
}

.review__item {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
.review__item b {
  font-size: 14px;
}
.review__item ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.review__item-top {
  display: flex;
  justify-content: space-between;
}
.review__item-name p:first-child {
  font-size: 20px;
}
.review__item-name .time {
  font-size: 13px;
  margin-top: 5px;
  color: #999696;
}

.tabs-inner.active:has(.review__item) {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
}

.rating-summary {
  background: #fff;
  padding: 20px;
}
.rating-summary__all {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rating-summary__num {
  margin: 10px 0;
  background: #f4efe9;
  font-weight: 700;
  font-size: 40px;
  padding: 10px;
  border-radius: 10px;
}
.rating-summary__graph {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.rating-summary .rating-graph__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rating-summary .rating-graph__item span {
  width: 250px;
  height: 3px;
  background: rgb(177, 175, 175);
  border-radius: 4px;
}
.rating-summary .ratings-btn {
  display: flex;
  justify-content: center;
  border: 2px solid color(srgb 0.945 0.569 0.004);
  font-weight: 700;
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
}
.rating-summary .ratings-btn:hover {
  background-color: color(srgb 0.945 0.569 0.004);
  color: #fff;
}
.rating-summary .modal-page {
  left: auto;
  right: 0;
  padding: 30px;
  width: 400px;
}
.rating-summary .hide-review__top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.rating-summary .hide-review__top img {
  width: auto !important;
  cursor: pointer;
}

.hide_menu {
  opacity: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 11;
  position: absolute;
}

.hide_menu.active:not(#modal-sites, #modal-lang, #modal-auth, #modal-entrance) {
  opacity: 1;
  height: auto;
  pointer-events: all;
  max-width: 500px;
  left: auto;
  right: 9%;
}

@media (max-width: 768px) {
  .hide_menu.active:not(#modal-sites, #modal-lang, #modal-auth) {
    right: 0 !important;
    max-width: unset !important;
    min-width: unset !important;
    width: 100% !important;
    transform: unset !important;
  }
}

.cat-slider__inner {
  flex-direction: column;
}

.review-form {
  padding: 20px;
  border-radius: 8px;
}
.review-form label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}
.review-form label span {
  color: red;
}
.review-form label input,
.review-form label textarea {
  width: 100%;
  padding: 12px 16px;
  margin-top: 6px;
  border-radius: 8px;
  border: none;
  background: #fff;
  font-size: 14px;
  resize: none;
}
.review-form label input::-moz-placeholder, .review-form label textarea::-moz-placeholder {
  color: #bbb;
}
.review-form label input::placeholder,
.review-form label textarea::placeholder {
  color: #bbb;
}
.review-form label textarea {
  height: 100px;
}
.review-form label .char-count {
  font-size: 12px;
  text-align: right;
  color: #999;
  margin-top: 4px;
}
.review-form .rating {
  display: flex;
  gap: 5px;
  margin-top: 8px;
}
.review-form .rating .star {
  font-size: 30px;
  color: #f7941e;
  cursor: pointer;
  transition: transform 0.2s;
}
.review-form .rating .star:hover {
  transform: scale(1.2);
}
.review-form .rating .star.inactive {
  color: #ccc;
}
.review-form .agreement {
  font-size: 12px;
  color: #777;
  line-height: 1.5;
  margin-bottom: 20px;
}
.review-form .agreement a {
  color: #f7941e;
  text-decoration: underline;
}
.review-form .submit-btn {
  width: 100%;
  padding: 12px;
  background: #F19101;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}
.review-form .submit-btn:hover {
  background: #e66e00;
}

@media (max-width: 1024px) {
  .detail__inner {
    flex-direction: column;
    justify-content: center;
  }
  .detail-left {
    max-width: 100% !important;
    margin: 0 auto;
  }
  .detail__slider {
    height: 300px;
  }
  .detail__slider-item {
    height: 300px;
  }
  .detail-tabs .tabs-inner.active {
    max-width: 100%;
  }
  .tabs-inner.active:has(.review__item) {
    flex-direction: column;
  }
  .tabs-review__left {
    max-width: 100%;
  }
  .rating-summary {
    width: 100%;
  }
  .rating-summary .rating-graph__item span {
    width: 100%;
  }
}
.docs__item {
  display: inline-flex;
  background-color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}
.docs__item-img {
  min-width: 200px;
  overflow: hidden;
}
.docs__item-img img {
  height: 200px;
  width: 200px;
  display: block;
  transition: all 0.2s;
}
.docs__item-img img:hover {
  transform: scale(1.5);
}
.docs__item-info {
  padding: 20px;
  width: 100%;
  transition: all 0.3s;
}
.docs__name {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
.docs__descr {
  font-size: 14px;
  color: #6d6b6b;
}

@media (max-width: 600px) {
  .docs__name {
    font-size: 16px;
  }
  .docs__descr {
    font-size: 12px;
  }
  .docs__item-info {
    padding-top: 20px;
  }
  .docs__item-img img,
  .tabs-inner.active img:not(.counter img) {
    max-width: 500px;
    min-width: 150px;
    width: 100%;
    height: 100%;
    display: block;
  }
}
.quests-tabs__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  margin-top: 20px;
}
.quests-tabs__inner h1 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@supports (line-clam: 6) {
  .quests-tabs__inner h1 {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-clamp: 6;
    overflow: hidden;
  }
}
.quests-tabs__inner .tabs-inner.active {
  display: flex !important;
  flex-direction: column;
  gap: 20px;
}
.quests-tabs__inner .tabs-btn.active button {
  background: transparent;
  color: #6d6b6b;
}
.quests-tabs__inner .tabs-btns {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 0;
}
.quests-tabs__inner .tabs-btns > h1 {
  margin-top: 5px;
}
.quests-tabs__inner .tabs-btn {
  position: relative;
  padding-left: 20px;
}
.quests-tabs__inner .tabs-btn button {
  background: none;
  border: none;
  font-size: 16px;
  text-align: left;
  padding: 20px 0;
  padding-top: 10px;
  height: 10px;
  cursor: pointer;
  overflow: hidden;
  max-width: 300px;
  white-space: nowrap;
}
.quests-tabs__inner .tabs-line__inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-left: 1px solid rgb(189, 189, 189);
  border-radius: 3px;
  margin-top: 10px;
}
@media (max-width: 1222px) {
  .quests-tabs__inner {
    flex-direction: column;
  }
  .quests-tabs__inner .tabs-line__inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .quests-tabs__inner .tabs-line__inner {
    flex-direction: column;
  }
}

.line-indicator {
  position: absolute;
  left: 0;
  width: 4px;
  height: 30px;
  background-color: color(srgb 0.945 0.569 0.004);
  border-radius: 2px;
  transition: top 0.3s;
  z-index: 1;
}

.actions-tabs {
  padding-bottom: 50px;
}
.actions-tabs .tabs-inner.active {
  display: flex;
  flex-direction: column;
}
.actions-tabs .actions-bot_disabled {
  background: #bbb;
}

.actions-detail__img {
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.actions-detail__img img {
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
}

.actions__item {
  display: inline-flex;
}
.actions__item > a {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 1222px;
}
.actions__item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 1222px;
}
.actions__item:not(:last-child) {
  margin-bottom: 20px;
}
.actions__item-content {
  margin-top: 30px;
  margin-left: -70px;
  position: relative;
  z-index: 1;
  max-width: 400px;
}
.actions__item-content_top {
  background: #fff;
  padding: 20px;
}
.actions__item-content_top h1 {
  font-size: 20px;
  color: #195bc9;
  font-weight: 700;
  margin-bottom: 20px;
}
.actions__item-content_bot {
  margin-top: 20px;
  background: color(srgb 0.945 0.569 0.004);
  color: #fff;
  padding: 10px;
  width: -moz-max-content;
  width: max-content;
}

.cart {
  padding-bottom: 50px;
}
.cart__inner {
  display: flex;
  flex-direction: column;
  background: #fff;
}
.cart__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 30px 20px;
  padding-bottom: 10px;
  flex-wrap: wrap;
  color: #222;
}
.cart__item:not(:last-child) {
  border-bottom: 1px solid rgba(187, 187, 187, 0.3607843137);
}
.cart__item-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cart__item-left img {
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cart .btn {
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  background: color(srgb 0.945 0.569 0.004);
  font-weight: 700;
  font-size: 16px;
  margin-top: 20px;
}
.cart .counter {
  background: #f5f5f5;
  padding: 10px 15px;
  border-radius: 10px;
}
.cart .counter span {
  color: #222;
}
.contacts__inner {
  width: 55%;
  padding-bottom: 100px;

  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacts #map {
  position: absolute;
  width: 40%;
  height: 100%;
  right: 0;
  top: 0;
  overflow: hidden;
}
.contacts .tabs-inner.active {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacts__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contacts__info-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.contacts__info-item h1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.contacts__info-item .time {
  font-size: 13px;
  color: #585858;
  margin-top: 10px;
  margin-bottom: 10px;
}
.contacts__info-item a {
  color: #195bc9;
  cursor: pointer;
  font-size: 18px;
}
.contacts__block {
  background-color: #fff;
  padding: 30px;
}
.contacts__block > h1 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
.contacts__block-item {
  display: flex;
  justify-content: flex-start;
  gap: 60px;
}
.contacts__block-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.contacts__block-item-top .contacts__block-info_item {
  margin-top: 20px;
}
.contacts__block-item-top h1 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
.contacts__block-item-bot {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.contacts__block-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.contacts__block-info_item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contacts__block-info_item p:last-child {
  color: #195bc9;
}
.contacts__block-img img {
  width: 190px;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-top: -80px;
}

@media (max-width: 1100px) {
  .contacts #map {
    position: static;
    height: 400px;
    width: 100%;
    margin-top: 80px;
  }
  .contacts #map > ymaps {
    width: 100% !important;
  }
  .contacts__inner {
    width: 100%;
    padding: 0 10px;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .tabs-inner.active .detail__slider-item img {
    width: 100%;
    height: 200px !important;
  }
  .contacts__block-item {
    flex-direction: column;
    gap: 10px;
  }
  .detail-tabs .tabs-inner.active img {
    height: auto;
  }
  .detail-tabs .detail__slider {
    max-width: 300px;
    width: 100%;
    height: 200px;
  }
  .contacts__block-img img {
    width: 90px;
    height: 90px;
    margin-top: 0;
  }
  .contacts__block-info {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about .about-block {
  margin: 0 auto;
  color: #1260cc;
  font-weight: 700;
  font-size: 18px;
  background-color: #fff;
  max-width: 500px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.about .about-blocks__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.about .about-blocks__inner .about-blocks__item:nth-child(odd) {
  align-self: flex-end;
}
.about .about-blocks__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  padding: 20px;
  max-width: 800px;
  padding-top: 54px;
}
.about .about-blocks__item span {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  background-color: color(srgb 0.945 0.569 0.004);
  padding: 10px;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
}
.about .about-blocks__item_img img {
  width: 700px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .about .about-blocks__item_img img {
    width: 300px;
    height: 200px;
  }
}
.about .slick-track {
  display: flex;
  gap: 20px;
}
.about .sites__row {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: -100px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.about .sites__item {
  color: #fff;
  padding: 40px;
  text-align: left;
  height: auto;
  max-width: 350px;
}
.about .sites__item:nth-child(1) {
  background: color(srgb 0.945 0.569 0.004);
}
.about .sites__item:nth-child(2) {
  background: #4b0083;
}
.about .sites__item:nth-child(3) {
  background: #1260cc;
}
.about .sites__item > *:not(:last-child) {
  margin-bottom: 10px;
}
.about .sites__item h1 {
  font-weight: 700;
  font-size: 36px;
}
.about .sites__item a {
  cursor: pointer;
  text-decoration: underline;
}
.about .about-tasks {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about .about-tasks__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.about .about-tasks__item h1 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 18px;
}
.about .about-tasks__item p {
  margin-bottom: 20px;
}
.about .about-tasks__item a {
  text-decoration: underline;
  color: #1260cc;
  cursor: pointer;
}
.about .about-tasks__item:nth-child(even) .about-tasks__left {
  order: 1;
}
.about .about-tasks__right img {
  width: 400px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .about .about-tasks__item {
    flex-direction: column;
    align-items: center;
  }
  .about .about-tasks__right img {
    width: 320px;
    height: 320px;
  }
}
.auth {
  margin-bottom: 50px;
}
.auth__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 20px;
  max-width: 750px;
  margin: 0 auto;
  margin-top: 100px;
  border-radius: 15px;
  color: #222;
}
.auth__inner > * {
  width: 100%;
}
.auth .custom-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 20px;
}
.auth .custom-checkbox > div {
  max-width: 600px;
}
.auth .custom-checkbox > div a {
  text-decoration: underline;
}
.auth .custom-checkbox input[type=checkbox] {
  display: none;
}
.auth .custom-checkbox .checkmark {
  min-width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
}
.auth .custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background-color: transparent;
  transition: all 0.1s;
}
.auth .custom-checkbox input[type=checkbox]:checked + .checkmark::after {
  background-color: color(srgb 0.945 0.569 0.004);
}
.auth .tabs-btns {
  flex-wrap: nowrap;
}
.auth .tabs-btn button {
  width: 100%;
  text-align: left;
  font-size: 24px;
  background: #fff;
  color: #ccc;
}
.auth .tabs-btn.active button {
  background: #fff;
  color: #222;
}
.auth form h1 {
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 40px;
}
.auth .reg-form__inputs + p {
  margin-top: 20px;
  font-size: 13px;
}
.auth .auth-form__inputs {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
}
.auth .auth-form__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 0 10px;
}
.auth .auth-form__item input {
  border: 1px solid #bebebe;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}
.auth .auth-form__entry {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 10px;
  align-items: center;
  text-align: center;
  margin-top: 30px;
}
.auth .auth-form__entry button {
  border: 1px solid color(srgb 0.945 0.569 0.004);
  margin-top: 0;
  transition: all 0.2s;
  font-size: 16px;
  padding: 10px 30px;
  border-radius: 0 !important;
  text-transform: none;
  text-align: center;
}
.auth .auth-form__entry button:hover {
  background-color: #e66e00;
}
.auth .auth-form__entry a {
  text-decoration: underline;
}
.auth .auth-form__reg {
  margin-top: 0;
}
.auth .check-2 {
  width: 100%;
  justify-content: center;
  font-size: 13px;
  margin-bottom: 20px;
}
.auth .check-2 > div {
  max-width: 380px;
}
.auth .reg-form__inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .auth .reg-form__inputs,
  .auth__inner .tabs-inner.active {
    grid-template-columns: repeat(1, 1fr);
  }
  .auth .auth-form__inputs {
    flex-wrap: wrap;
  }
  .auth__inner {
    margin-top: 30px;
  }
}
.hide-catalog__inner {
  display: flex !important;
  flex-direction: row;
  gap: 20px !important;
}
.hide-catalog__inner .hide-catalog__left {
  width: 100%;
  gap: 0 !important;
  padding-right: 20px;
  transition: all 0.2s;
}
.hide-catalog__inner .hide-catalog__accord-link {
  transition: all 0.1s;
}
.hide-catalog__inner .hide-catalog__accord-link a:hover {
  color: color(srgb 0.945 0.569 0.004) !important;
}
.hide-catalog__inner .hide-catalog__right {
  width: 40%;
  display: none;
  position: relative;
}
.hide-catalog__inner .catalog-left-title {
  display: flex;
  transition: all 0.1s;
  padding: 15px;
  gap: 10px;
  align-items: center;
}
.hide-catalog__inner .catalog-left-title:hover {
  background: #f4efe9;
}
.hide-catalog__inner .catalog-right__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
}
.hide-catalog__inner .modal-catalog {
  opacity: 0;
  transition: 0.2s ease;
}
.hide-catalog__inner .modal-catalog.active {
  opacity: 1;
  z-index: 2;
}

.hide-company__item {
  display: flex;
  align-items: center;
  transition: all 0.1s;
}
.hide-company__item:hover {
  background: #f4efe9;
}
.hide-company__item img {
  -o-object-fit: contain;
     object-fit: contain;
}

.hide-contacts__second > div,
.hide-contacts__third,
.hide-contacts__five,
.hide-contacts__fourth {
  display: flex;
  gap: 10px;
  align-items: center;
}

.hide-contacts__five {
  padding: 0 20px;
  padding-top: 20px;
}

.comparison-wrapper {
      overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

@media(max-width: 768px) {
  #modal-compare {
    padding: 10px !important;
  }
}

@media (max-width: 1222px) {
  .hide-catalog__inner {
    flex-wrap: nowrap !important;
  }
}/*# sourceMappingURL=style.css.map */

.section-item--active {
  background: #ffefe7 !important;
  color: #cf5500;
  font-weight: 500;
}

.catalog__item-bot>h1 {
  text-align: left;
  padding-left: 20px;
}