

/* Start:/local/templates/custom_temp_farsal/fonts/stylesheet.css?1748003801715*/
@font-face {
    font-family: 'Druk Wide Cyr';
    src: url('/local/templates/custom_temp_farsal/fonts/DrukWideCyrMedium.otf');
    src: local('Druk Wide Cyr'), local('Druk Wide Cyr'),
        url('/local/templates/custom_temp_farsal/fonts/DrukWideCyrMedium.otf') format('otf'),
        url('/local/templates/custom_temp_farsal/fonts/DrukWideCyrMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/local/templates/custom_temp_farsal/fonts/fonts/gothampro-light.eot');
    src: url('/local/templates/custom_temp_farsal/fonts/fonts/gothampro-light.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/custom_temp_farsal/fonts/fonts/gothampro-light.woff2') format('woff2'),
        url('/local/templates/custom_temp_farsal/fonts/fonts/gothampro-light.woff') format('woff'),
        url('/local/templates/custom_temp_farsal/fonts/fonts/gothampro-light.ttf') format('truetype'),
        url('/local/templates/custom_temp_farsal/fonts/fonts/gothampro-light.svg#gothampro-light') format('svg');
}
/* End */


/* Start:/local/templates/custom_temp_farsal/css/contacts.css?17480038011867*/
.contacts_content {
  position: relative;
}

.contacts_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #a8191d;
  border-radius: 8px;
  position: static;
  top: -68px;
  left: 15px;
  width:100%;
  padding: 25px;
  gap: 20px;
  margin: 0 auto;
}
.map_style{
margin-top:50px;
}

.contacts_block-item {
  display: flex;
  width: calc(25% - 15px);
  gap: 10px;
}

.contacts_icon-container {
  width: 45px;
  min-width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a8191d;
  border-radius: 50%;
  border: 1px solid #fff;
}

.contacts_icon-container img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.contacts_block-title {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
}

.contacts_block-text {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

a.contacts_block-text:hover {
  color: #fff;
}

.style_conf:hover{
color:#a8191d;
}

.contacts_phone {
	color: #fff!important;
}


@media(max-width: 1024px) {
  .contacts_block-item {
      width: calc(50% - 25px);
  }
}

@media(max-width: 730px) {

  .contacts_wrap {
      margin: 30px 0 0;
      position: static;
      width: 100%;
      padding: 0;
  }

  .contacts_block-item {
      flex-direction: column;
      align-items: center;
  }

  .contacts_block-item-content {
      text-align: center;
  }

	.contacts_wrap {
		padding: 15px;
	}
}

@media(max-width: 540px) {
  .contacts_block-item {
      width: 100%;
      flex-direction: row;
      gap: 15px;
  }

  .contacts_block-item-content {
      text-align: start;
  }

  .contacts_content iframe {
      height: 300px;
  }

  .contacts_icon-container {
      width: 35px;
      min-width: 35px;
      height: 35px;
  }

  .contacts_icon-container img {
      width: 20px;
      height: 20px;
  }
}
/* End */


/* Start:/local/templates/custom_temp_farsal/css/style.css?177623497055668*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #fff;
}

p{ 
  margin-bottom: 10px;
}

h3 {
  margin-bottom: 10px;
}

.product_description a {
  color: #4078df;
}

/* main {
  overflow: hidden;
} */

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(45, 45, 46, 0.8);
  backdrop-filter: blur(5.800000190734863px);
  padding: 15px 0;
}

.header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo_link {
  max-width: 204px;
}

.logo_link img {
  width: 100%;
}

.header_nav-list {
  display: flex;
  gap: 15px;
}

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

.header_nav-link {
  color: #fcfcfc;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header_nav-link--active {
  font-weight: 600;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 35px;
  left: 0;
  display: none;
  padding: 15px;
  background: #fcfcfc;
  box-shadow: 0px 0px 24.3px 0px rgba(0, 0, 0, 0.08);
  z-index: 1000;
  border-radius: 5px;
  width: auto;     
  min-width: max-content;
}

.dropdown-item {
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  transition: all 0.2s ease;
}

/* Показываем выпадающий список при активации */
.dropdown.active .dropdown-menu {
  display: block;
}

/* Базовые стили */
.burger-menu {
  display: none;
  position: relative;
  z-index: 1000;
}

/* Иконка бургер-меню */
.burger-icon {
  width: 30px;
  height: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.burger-icon span {
  display: block;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

/* Оверлей */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(45, 45, 46, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
}

/* Мобильное меню */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -310px;
  width: 310px;
  height: 100vh;
  background: rgba(45, 45, 46, 0.8);
  backdrop-filter: blur(5.800000190734863px);
  transition: right 0.3s ease;
  z-index: 1000;
  padding: 25px 35px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-end;
}

.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: end;
}

.mobile-menu li {
  margin-bottom: 20px;
}

.mobile_nav-link {
  color: #fcfcfc;
  text-align: right;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mobile_nav-link--active {
  font-weight: 600 !important;
}

/* Активное состояние */
.burger-menu.active .overlay {
  opacity: 1;
  visibility: visible;
}

.burger-menu.active .mobile-menu {
  right: 0;
  /* Меню выезжает справа */
}

.burger-menu.active .burger-icon span:nth-child(1) {
  transform: rotate(45deg) translateY(8px);
}

.burger-menu.active .burger-icon span:nth-child(2) {
  opacity: 0;
}

.burger-menu.active .burger-icon span:nth-child(3) {
  transform: rotate(-45deg) translateY(-8px);
}

/* Кнопка закрытия */
.close-btn {
  position: static;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

.mobile-dropdown-menu {
  display: none;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  background: none;
}

.mobile-dropdown-item {
  color: #fcfcfc;
  text-align: right;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 0.3s ease;
}

/* Активный выпадающий список */
.mobile-menu-item.mobile-dropdown.active .mobile-dropdown-menu {
  display: block;
  /* Отображаем список */
}

.contacts-link {
  color: #fcfcfc;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 11px;
}

.section_banner {
  position: relative;
}

.banner_slide {
  padding-top: 102px;
  height: 735px;
  background-size: cover !important;
  display: flex;
  align-items: flex-end;
  background-position: center !important;
}

.banner_slide-1 {
  background: url(/local/templates/custom_temp_farsal/css/../images/banner-image.jpg) no-repeat;
}

.banner_slide-2 {
  background: url(/local/templates/custom_temp_farsal/css/../images/banner-image-2.jpg) no-repeat;
}

.banner_slide-3 {
  background: url(/local/templates/custom_temp_farsal/css/../images/banner-image-3.jpg) no-repeat;
}

.slide_content {
  padding-bottom: 155px;
  position: relative;
  z-index: 3;
}

.banner_title {
  color: #fcfcfc;
  font-family: "Druk Wide Cyr";
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 33px;
  max-width: 700px;
}

.banner_subtitle {
  color: #fcfcfc;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  max-width: 538px;
  margin-bottom: 37px;
}

.banner_link {
  color: #f7f7f7;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120.586%;
  background: #a8191d;
  padding: 19px 40px;
  display: inline-block;
  border-radius: 33px;
}

.owl-carousel {
  position: relative;
}

.mosaic-background {
  position: absolute;
  width: 100%;
  height: calc(100% - 102px);
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 3;
}

.mosaic-list {
  width: 100%;
  height: 100%;
  position: relative;
}

.diamond {
  position: absolute;
  width: 113px;
  height: 113px;
  transform: rotate(45deg);
  box-sizing: border-box;
  border: 1px solid rgba(45, 45, 46, 0.95);
}

.diamond:nth-child(6),
.diamond:nth-child(11n + 17) {
  background-color: #2d2d2e;
  left: -56px;
}

.diamond:nth-child(1),
.diamond:nth-child(11n + 12) {
  background: rgba(45, 45, 46, 0.98);
  left: 23px;
}

.diamond:nth-child(7),
.diamond:nth-child(11n + 18) {
  background: rgba(45, 45, 46, 0.95);
  border: 1px solid rgba(45, 45, 46, 0.95);
  left: 102px;
}

.diamond:nth-child(2),
.diamond:nth-child(11n + 13) {
  background: rgba(45, 45, 46, 0.85);
  border: 1px solid rgba(45, 45, 46, 0.85);
  left: 181px;
}

.diamond:nth-child(8),
.diamond:nth-child(11n + 19) {
  border: 1px solid rgba(45, 45, 46, 0.75);
  background: rgba(45, 45, 46, 0.75);
  left: 260px;
}

.diamond:nth-child(3),
.diamond:nth-child(11n + 14) {
  border: 1px solid rgba(45, 45, 46, 0.65);
  background: rgba(45, 45, 46, 0.65);
  left: 339px;
}

.diamond:nth-child(9),
.diamond:nth-child(11n + 20) {
  border: 1px solid rgba(45, 45, 46, 0.55);
  background: rgba(45, 45, 46, 0.55);
  left: 418px;
}

.diamond:nth-child(4),
.diamond:nth-child(11n + 15) {
  border: 1px solid rgba(45, 45, 46, 0.45);
  background: rgba(45, 45, 46, 0.45);
  left: 497px;
}

.diamond:nth-child(10),
.diamond:nth-child(11n + 21) {
  border: 1px solid rgba(45, 45, 46, 0.35);
  background: rgba(45, 45, 46, 0.35);
  left: 576px;
}

.diamond:nth-child(5),
.diamond:nth-child(11n + 16) {
  border: 1px solid rgba(45, 45, 46, 0.25);
  background: rgba(45, 45, 46, 0.25);
  left: 655px;
}

.diamond:nth-child(11),
.diamond:nth-child(11n + 22) {
  border: 1px solid rgba(45, 45, 46, 0.15);
  background: rgba(45, 45, 46, 0.15);
  left: 734px;
}

.diamond:nth-child(-n + 5) {
  top: -56px;
}

.diamond:nth-child(n + 6):nth-child(-n + 11) {
  top: 23px;
}

.diamond:nth-child(n + 12):nth-child(-n + 16) {
  top: 102px;
}

.diamond:nth-child(n + 17):nth-child(-n + 22) {
  top: 181px;
}

.diamond:nth-child(n + 23):nth-child(-n + 27) {
  top: 260px;
}

.diamond:nth-child(n + 28):nth-child(-n + 33) {
  top: 339px;
}

.diamond:nth-child(n + 34):nth-child(-n + 38) {
  top: 418px;
}

.diamond:nth-child(n + 39):nth-child(-n + 44) {
  top: 497px;
}

.diamond:nth-child(n + 45):nth-child(-n + 49) {
  top: 576px;
}

.owl-carousel .owl-stage-outer {
  position: static !important;
}

.owl-carousel {
  position: static !important;
}

.section-content {
  position: relative;
}

.banner_carousel .owl-dots {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 11px;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.banner_carousel .owl-dot>span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}

.banner_carousel .owl-dot.active>span {
  width: 84px;
  border-radius: 13px;
}

.banner_carousel .owl-nav {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1170px;
  z-index: 3;
}

.banner_carousel .owl-prev {
  display: none;
}

.banner_carousel .owl-next {
  position: absolute;
  left: 140px;
  top: -20px;
}

.sec_bg {
  position: absolute;
  right: 0;
  top: -600px;
  z-index: -1;
}

.page_section {
  padding-top: 150px;
  position: relative;
}

.section_block-title {
  margin-bottom: 70px;
}

.section_title {
  color: #2d2d2e;
  font-family: "Druk Wide Cyr";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-right: 120px;
}

.product_item {
  display: inline-block;
  position: relative;
  height: 345px;
  width: 100%;
  overflow: hidden;
}

.product_item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.slider_products .owl-stage-outer {
  border-radius: 15px;
}

.product_overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #2d2d2e 0%, rgba(145, 145, 148, 0) 100%);
  transition: all 0.3s;
}

.product_item:hover .product_overlay {
  top: 0;
}

.product-title {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.slider_nav {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 23px;
}

.slider_nav button {
  cursor: pointer;
  border: none;
  background: none;
  padding: 13px;
  border-radius: 50%;
  transition: all 0.3s;
  border: 1px solid transparent;
  height: 49px;
  width: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider_nav button:hover {
  border-color: #b6b6b6;
}

.news_img {
  width: 100%;
  margin-bottom: 25px;
}

.news_bottom {
  height: 235px;
  position: relative;
}

.news_date {
  color: #d9d9d9;
  font-family: "Gill Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125.251%;
  margin-bottom: 10px;
}

.news_title {
  color: #a8191d;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 125.251%;
  margin-bottom: 14px;
}

.news_description {
  color: #2d2d2e;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125.251%;
  margin-bottom: 30px;
}

.news_btn {
  position: absolute;
  bottom: 0;
  display: inline-block;
  color: #a8191d;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120.586%;
  padding: 19px 40px;
  border-radius: 32.5px;
  border: 1px solid #a8191d;
  transition: all 0.3s;
  white-space: nowrap;
}

.news_btn:hover {
  background-color: #a8191d;
  color: #fff;
}

.services_wrap {
  background: url(/local/templates/custom_temp_farsal/css/../images/services_bg.jpg) no-repeat, center center / cover;
  padding: 90px 0;
  background-color: #f4f4f4;
  background-size: cover;
}

.services_content .section_title {
  padding-right: 0;
}

.services_row {
  display: flex;
  gap: 70px;
  align-items: stretch;
}

.services_col {
  width: 50%;
}

.services_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.section_subtitle {
  color: #b6b6b6;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 125.251%;
  margin-bottom: 15px;
}

.services_icon-box {
  background-color: #a8191d;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services_list-item img {
  object-fit: contain;
}

.services_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 58px;
}

.services_list-item {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.services_list-item p {
  color: #2d2d2e;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 125.251%;
}

.text_center {
  text-align: center;
}

.text_center .section_title {
  padding: 0;
}

.video_wrap {
  text-align: center;
  border-radius: 15px;
  background: url(/local/templates/custom_temp_farsal/css/../images/video_fon.jpg) no-repeat, center center / cover;
  background-size: cover;
  width: 100%;
  max-width: 970px;
  height: 545px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play {
  width: 85px;
  height: 85px;
}

.video_wrap iframe {
  border-radius: 15px;
}

.reviews_content {
  position: relative;
}

.slider_reviews .slider_nav {
  top: 33px;
}

.slider_reviews .owl-stage-outer {
  padding-bottom: 20px;
  padding-top: 20px;
}

.reviews_item {
  border-radius: 10px;
  background-color: #fcfcfc;
  box-shadow: 0px 0px 24.3px 0px rgba(0, 0, 0, 0.08);
  padding: 20px 20px 30px;
}

.reviews_item-text {
  color: #2d2d2e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 166%;
  margin-bottom: 15px;
  overflow: hidden;
  max-height: 160px;
  /* Ограничение высоты текста */
  transition: max-height 0.5s ease;
}

.reviews_item-text.expanded {
  max-height: 1000px;
  /* Максимальная высота при разворачивании */
}

.reviews_toggle-btn {
  background: none;
  border: none;
  color: #a8191d;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 0;
  text-decoration: underline;
}

.reviews_author-wrap {
  display: flex;
  gap: 22px;
  align-items: center;

}

.reviews_author-img {
  width: 65px !important;
  height: 65px;
  border-radius: 50%;
}

.reviews_name {
  color: #2d2d2e;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 151%;
}

.reviews_speciality {
  color: #b6b6b6;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 151%;
}

.gallery_content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.gallery_item {
  flex: 1 1 fit-content;
  overflow: hidden;
}

.gallery_item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.gallery_item img:hover {
  transform: scale(1.1);
}

.fancybox__content {
  width: 100% !important;
  height: 100% !important;
}

footer {
  padding: 50px 0;
  background-image: url(/local/templates/custom_temp_farsal/css/../images/footer_bg.jpg);
}

.footer_content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  justify-content: space-between;
}

.footer_form {
  width: 100%;
}

.form_title {
  color: #fcfcfc;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 151%;
  margin-bottom: 40px;
}

.footer_form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 30px;
}

.form_item {
  flex: 1 1 calc(25% - 30px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #fcfcfc;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.form_item input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fcfcfc;
  padding-bottom: 6px;
  outline: none;
  color: #fff;
}

.form_item input::placeholder {
  color: #b6b6b6;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.form_btn {
  padding: 19px 10px;
  color: #f7f7f7;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120.586%;
  background-color: transparent;
  border: 1px solid #fcfcfc;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}

.form_btn:hover {
  background-color: #fcfcfc;
  color: #000;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  max-width: calc(25% - 22px);
  flex-direction: row;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  gap: 23px;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox .checkmark {
  min-width: 22px;
  min-height: 22px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  background: #fbfbfb;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s, border-color 0.2s;
}

.custom-checkbox .icon {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: #2d2d2e;
  stroke-width: 1;
  display: none;
}

.custom-checkbox input[type="checkbox"]:checked+.checkmark {
  background-color: #fbfbfb;
  border-color: #d9d9d9;
}

.custom-checkbox input[type="checkbox"]:checked+.checkmark .icon {
  display: block;
}

.footer_col-title {
  color: #fcfcfc;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 151%;
  margin-bottom: 20px;
}

.footer_col-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 270px;
}

.footer_text {
  color: #fcfcfc;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.footer_col-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 130px;
  row-gap: 25px;
}

.footer_link {
  font-weight: 500;
}

.footer_menu-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 130px;
  row-gap: 15px;
  column-gap: 20px;
}

.footer_menu-item a {
  color: #fcfcfc;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.footer_logo {
  margin-right: 18px;
}

.footer_logo img {
  max-width: 170px;
  width: 100%;
  object-fit: contain;
}

.footer_logo p {
  color: #fcfcfc;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.first_section {
  /* margin-top: 102px; */
  padding-top: 0;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
  margin-top: 172px;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumbs-item {
  color: #b6b6b6;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 125.251%;
  font-family: Montserrat;
}

.breadcrumbs-item-red {
  color: #a8191d;
}

.breadcrumbs-athom {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #b6b6b6;
  border-radius: 50%;
  margin: 0 5px;
}

.section_catalog {
  /* background-image: url(/local/templates/custom_temp_farsal/css/../images/bg.png); */
  background-size: cover;
}

.catalog_wrap {
  display: flex;
  gap: 30px;
}

.sidebar {
  flex: 1 1 calc(25% - 30px);
}

.product_sidebar {
  width: calc(25% - 30px);
}

.sidebar_container {
  /* width: 270px; */
  border-radius: 10px;
  background: linear-gradient(0deg, #fcfcfc 0%, #fcfcfc 100%), #f3f3f3;
  box-shadow: 0px 0px 24.3px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
  position: sticky;
  top: 120px;
}

.sidebar_title {
  color: #2d2d2e;
  font-family: "Druk Wide Cyr";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

.sidebar_item {
  display: flex;
  justify-content: space-between;
  gap: 11px;
  margin-bottom: 15px;
}

.sidebar_item-name {
  color: #2d2d2e;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.sidebar_item-name:hover {
  text-decoration-line: underline;
}

.sidebar_quantity {
  display: inline-block;
  color: #b6b6b6;
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}

.catalog_list {
  display: grid;
  gap: 30px;
  height: max-content;
}

.category-item {
  flex-basis: calc(33.333% - 20px);
    flex-grow: 0;
    flex-shrink: 0;
  position: relative;
  border-radius: 10px;
  border-radius: 15px;
}

.category-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  filter: brightness(0.4);
}

.category-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fcfcfc;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 125.251%;
}

.category-item:hover .category-title {
  color: #a8191d;
}

.slider_viewed {
  position: relative;
}

.slider_viewed .owl-stage {
  display: flex;
}

.viewid_content {
  position: relative;
}

.viewid_content .product-item {
   height: 100%;
}


.product_item-img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.product_item-bottom {
  padding: 20px 20px 20px;
  position: static;
}

.product_item-title {
  color: #2d2d2e;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 15px;
}

.product_item-conf {
  color: #818183;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 5px;
}

.product_btn {
  display: inline-block;
  color: #b33639;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120.586%;
  border-radius: 99px;
  border: 1px solid #a8191d;
  width: calc(100% - 40px);
  text-align: center;
  padding: 16px 30px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.slider_viewed {
  position: relative;
}

.slider_viewed .slider_nav {
  top: auto;
  bottom: -60px;
}

.slider_viewed .owl-prev {
  display: none;
}

.row_text {
  /* display: flex; */
  gap: 30px;
  margin-bottom: 45px;
}

.text {
  color: #2d2d2e;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 166%;
  width: 50%;
}

.news_gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.news_gallery-item {
  width: calc(33.333% - 20px);
}

.news_gallery-item img {
  width: 100%;
}

.news_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.news_item {
  width: calc(33.333% - 20px);
  position: relative;
}

.news_item .news_bottom {
  height: auto;
  padding-bottom: 60px;
  position: static;
}

.section_about .row_text {
  margin-bottom: 0;
}

.why_we-content {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 20px;
}

.why_we-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 25px;
  width: calc(50% - 15px);
}

.why_we-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  background-image: url(/local/templates/custom_temp_farsal/css/../images/gal.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.why_we-title {
  color: #2d2d2e;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.why_we-text {
  color: #2d2d2e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.section_details {
  margin-top: 150px;
  padding: 70px 0;
  background-image: url(/local/templates/custom_temp_farsal/css/../images/details_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.details_content {
  text-align: left;
}

.section_details .section_title {
  color: #fbfbfb;
}

.details_content p {
  color: #fcfcfc;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.details_content .details_title {
  font-weight: 600;
  font-size: 16px;
}

.details_content .details_director {
  margin-top: 50px;
  font-weight: 600;
  font-size: 16px;
}

.brand_content {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.brand_item {
  width: calc(20% - 20px);
}

.brand_item img {
  width: 100%;
}

.accordion {
  width: 100%;
}

.accordion-item {
  border-radius: 15px;
  background: linear-gradient(0deg, #fcfcfc 0%, #fcfcfc 100%), #f3f3f3;
  box-shadow: 0px 0px 24.3px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.accordion-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  transition: background 0.3s ease;
  padding-right: 100px;
}

.accordion-title {
  color: #2d2d2e;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 125.251%;
}

.accordion-price {
  color: #2d2d2e;
  text-align: right;
  font-family: "Druk Wide Cyr";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}

.accordion-icon {
  transition: transform 0.3s ease;
  position: absolute;
  top: 24px;
  right: 27px;
}

.accordion-icon.open {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: #fff;
  padding: 0 20px;
}

.accordion-content.open {
  padding: 20px;
}

.text_mrgn {
  margin-bottom: 15px;
}

.accordion-content {
  color: #2d2d2e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.accordion-content {
  max-width: 880px;
}

.accordion-content li {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 5px;
}

.vacancies_row {
  display: flex;
  gap: 30px;
}

.row_col {
  width: 50%;
}

.vacancies_form {
  padding: 50px;
  border-radius: 15px;
  background: linear-gradient(0deg, #fcfcfc 0%, #fcfcfc 100%), #f3f3f3;
  box-shadow: 0px 0px 24.3px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
}

.vacancies_form_title {
  color: #2d2d2e;
  text-align: center;
  font-family: "Druk Wide Cyr";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.vacancies_form-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #2d2d2e;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.vacancies_form_input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #2d2d2e;
  padding-bottom: 6px;
  outline: none;
  color: #000;
}

.vacancies_form_input::placeholder {
  color: #b6b6b6;
}

.vacancies_form_textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #2d2d2e;
  padding-bottom: 6px;
  outline: none;
  color: #000;
  resize: none;
  height: 70px;
}

.file-input-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 12px;
  border: 1px dashed #b6b6b6;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.file-input-wrapper:hover {
  border-color: #888;
}

.file-input-wrapper.drag-over {
  border-color: #000;
}

.file-input {
  display: none;
}

.file-input-text {
  color: #a49d9d;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.file-input-text span {
  font-weight: bold;
}

.vacancies_form-btn {
  background-color: #a8191d;
  width: 100%;
  border: 1px solid transparent;
  color: #f7f7f7;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120.586%;
  transition: all 0.3s;
  cursor: pointer;
  padding: 18px 20px;
  border-radius: 32.5px;
}

.vacancies_form-btn:hover {
  background-color: transparent;
  color: #a8191d;
  border: 1px solid #a8191d;
}

.vacancies_form .form_item {
  color: #2d2d2e;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.vacancies_form .custom-checkbox {
  max-width: fit-content !important;
  margin: 0 auto;
}

.col_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.product {
  width: calc(75% - 15px);
}

.product_row {
  display: flex;
  gap: 30px;
  margin-bottom: 45px;
}

.product_gallery {
  width: 55%;
}

.product_r {
  width: 45%;
}

/* SLIK SLIDER */

.slick_slider_content {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}

.slick_slider-for {
  margin-bottom: 12px;
}

.slick_slider-for img {
  display: block;
  width: 100%;
  border-radius: 15px;
  height: auto;
  object-fit: cover;
}

.slick_slide-nav {
  margin: 0 7px;
}

.slick_slide-nav img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.slick_slider-for .prev {
  font-size: 88px;
  position: absolute;
  top: calc(50% - 107px / 2);
  left: -45px;
}

.slick_slider-for .next {
  font-size: 88px;
  position: absolute;
  top: calc(50% - 107px / 2);
  right: -45px;
}

.slick-dots {
  bottom: -40px !important;
}

.slick-dots li button {
  width: 12px !important;
  height: 12px !important;
}

.slick-dots li button:before {
  background-color: #fff;
  border: 2px solid #787574;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  content: "" !important;
  opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  border-color: #fbb00c;
  background-color: #fbb00c;
}

/* SLIK SLIDER */

.product_title {
  color: #2d2d2e;
  font-family: "Druk Wide Cyr";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}

.product_block_info {
  margin-bottom: 45px;
}

.product_info {
  color: #818183;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.product_button {
  background-color: #a8191d;
  border: 1px solid transparent;
  color: #f7f7f7;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120.586%;
  transition: all 0.3s;
  cursor: pointer;
  padding: 18px 50px;
  border-radius: 32.5px;
  margin-bottom: 30px;
}

.product_button:hover {
  background-color: transparent;
  color: #a8191d;
  border: 1px solid #a8191d;
}

.product_share {
  display: flex;
  gap: 20px;
}

.product_share p {
  padding-left: 30px;
  color: #2d2d2e;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  position: relative;
}

.product_share p:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url(/local/templates/custom_temp_farsal/css/../images/share.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.soc_icons {
  display: flex;
  gap: 16px;
}

.soc_icons a {
  display: block;
}

.description_title {
  color: #2d2d2e;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 20px;
}

.descripton_text {
  color: #2d2d2e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 20px;
}

.description_table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.description_table::-webkit-scrollbar {
  width: 20px;
  height: 20px;
}

.description_table::-webkit-scrollbar-button {
  background-color: #f0f0f0;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

/* Кнопки на верхней и нижней полосах прокрутки */
/* Кнопки на горизонтальной полосе прокрутки */
.description_table::-webkit-scrollbar-button:single-button {
  background-color: #fcfcfc;
}

.description_table::-webkit-scrollbar-button:horizontal:decrement {
  background-image: url("/local/templates/custom_temp_farsal/css/path/to/your/left-arrow.svg");
  /* Стрелка влево */
  background-size: 12px;
}

.description_table::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("/local/templates/custom_temp_farsal/css/path/to/your/right-arrow.svg");
  /* Стрелка вправо */
  background-size: 12px;
}

.description_table::-webkit-scrollbar-track {
  background-color: #fcfcfc;
  border-radius: 20px;
  border: 1px solid #e9e9e9;
}

.description_table::-webkit-scrollbar-thumb {
  background: #a8191d;
  border-radius: 20px;
}

.description_table table {
  width: 100%;

  border-collapse: separate;
  width: 570px;
}

.description_table thead {
  position: relative;
}

.description_table thead::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  border-bottom: 1px solid #b6b6b6;
  width: 100%;
  height: 2px;
}

.description_table th {
  text-align: start;
  color: #2d2d2e;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: 160%;
  padding-bottom: 10px;
  padding: 0 15px;
}

.description_table td {
  color: #2d2d2e;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  padding-bottom: 10px;
  word-break: break-all;
  padding: 0 15px;
}

.description_table th:first-child {
  width: 270px;
}

.description_table td:first-child {
  width: 170px;
}

.description_table tr:first-child>td {
  padding-top: 10px;
}

main {
  padding-bottom: 150px;
  overflow: hidden;
}

.section_about-company {
  background-color: #fff;
}

.bg_abs-left {
  position: absolute;
  z-index: -1;
  top: 225px;
  left: 0;
  object-fit: cover;
}

.bg-abs {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.bg_absleft {
  position: absolute;
}

.bg_abs-vacansies {
  top: 420px;
}

.footer_col-soc img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.footer_col-soc {
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
}

.footer_soc_vk {
  width: 33px !important;
  height: 33px !important;
}

.footer_soc_yt {
  width: 30px !important;
  height: 30px !important;
}


#vertical-multilevel-menu-catalog li ul   {
    width: 750px;
}
#vertical-multilevel-menu-catalog li:hover ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 850px) {
	#vertical-multilevel-menu-catalog li ul {
		width: 500px;
	}
}

.sidebar {
	position: relative;
}

.root-item-ul {
	margin: 0!important;
	position: absolute;
	top: 0!important;
	left: calc(100% - 37px);
	min-height: 100%;
}

.row_text>p {
	margin-bottom: 1rem;
}

.row_text>h2 {
	margin-bottom: 0.5rem;
}

.row_text>ul>li {
	list-style-type: disc;
	list-style: inside;
	margin-bottom: 5px;
}

.row_text>ul {
	margin-bottom: 10px;
}
.text a{
  color: #a09d9d;
}
.text a:hover{
  color: #a8191d;
}

.product_description img {
    max-width: 90%;
    height: auto;
}

.product_description li {
	list-style-type: disc;
	list-style: inside;
	margin-bottom: 5px;
}

.product_description ul {
	margin-bottom: 10px;
}

.product_description table {
   margin-bottom: 10px;
}
#scrollToTopBtn {
  position: fixed;
  bottom: 80px;
  right: 120px;
  background-color: #a8191d;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 25px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: background-color 0.3s;

      /* Центрирование */
    display: flex;
    justify-content: center;
    align-items: center;
}
#scrollToTopBtn::before {
    content: "";
	background-image: url(/local/templates/custom_temp_farsal/images/arrUp.svg);
	background-repeat: no-repeat;
	background-size: contain;
    position: absolute;
    top: calc(50% - 11px);
    left: calc(50% - 11px);
    width: 22px;
    height: 22px;
}



@media (max-width: 440px) {
    .mobile-dropdown-item {
        font-size: 17px;
    }
}

.mobile-menu li {
    margin-bottom: 20px;
    margin-top: 15px;

}


@media (max-width: 440px) {
    .mobile_nav-link {
        font-size: 20px;
    }
}
.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
  height: 22px !important;
  width: 22px !important;
  background-size: 22px 22px !important;
}
.ya-share2__list.ya-share2__list_direction_horizontal{
  display: flex !important;
  gap: 16px !important;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
  margin: 2px 0 0 0 !important;
}
.error_style_page{
	margin: 200px;
}
.owl-stage{
    display: flex;
    align-items: stretch;
}
.reviews_item{
height:100%;
}
.slider_viewed .owl-item img{
    height: 260px;
    object-fit: contain;
}
.photogallary_img img{
border-radius: 8%;
}

.rekvis_container {
    display: flex;
    gap: 40px;
}

.rekv_img {
	padding: 20px;
	border: 1px solid #a8191d;
}

.rekv_img img {
	max-height: 500px;
}

.section_about.first_section {
	margin-bottom: -150px!important;
}

.contacts_bg-container {
	background: #a8191d;
}

.map_style {
    margin-top: 0;
}

.subsection-list .category-item {
	height: auto;
}

.catalog_wrap {
    flex-wrap: nowrap;
}

.subsection-list .category-item .category-title {
	font-size: 15px;
	font-weight: 600;
}


.slick-slide img {
	max-height: 467px;
	object-fit: contain;
}

.product_description table {
   width: 100%;
}

.product_description table > tbody > tr:nth-of-type(2n+1) {
   background: rgb(168 25 29 / 40%);
}

.product_description table td {
    padding: 3px 10px;
    border: 1px solid #f9a2a4;
}

.product_description table {
    display: block;
    overflow-x: scroll;
}

.slick-prev:before, .slick-next:before {
    color: #b33639!important;
}

.product_item img {
    height: 345px;
}

.slider_new-item img {
    height: 320px;
    object-fit: cover;
	border-radius: 15px;
}

.services_img img {
   height: 570px;
}

.gallery_item {
   height: 230px;
   width: 270px;
   display: block;
   border-radius: 8%;
}

.gallery_item img {
   object-fit: cover;
}

.zapr-section {
  font-family: 'Roboto', sans-serif;
  padding: 50px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.zapr_content {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  position: relative;
  min-height: 550px;
  background: #f8f8f8;
}

.zapr_banner {
  width: 50%;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  background: linear-gradient(135deg, #a8191d 0%, #d02227 100%);
}

.zapr_banner-content {
  max-width: 500px;
  margin: 0 auto;
}

.zapr_info {
  width: 50%;
  padding: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #2d2d2e 0%, #2d2d2ee0 100%);
}

.zapr_title {
  text-align: left;
  margin-bottom: 30px;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  animation: fadeInUp 0.8s ease;
}

.highlight {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.highlight:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 12px;
  background: rgba(255,255,255,0.3);
  z-index: -1;
  transform: skewX(-15deg);
}

.zapr_subtitle {
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  font-size: 20px;
  margin: 0 0 40px 0;
  line-height: 1.5;
  animation: fadeInUp 0.8s ease 0.2s forwards;
  opacity: 0;
}

.zapr_features {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  animation: fadeInUp 0.8s ease 0.3s forwards;
  opacity: 0;
}

.zapr_features li {
  color: #fff;
  font-size: 17px;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  line-height: 1.5;
}

.zapr_features li span {
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: bold;
}

.zapr_icon {
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulse 2s infinite;
  border: 2px solid rgba(255,255,255,0.3);
  margin: 30px 0 0 0;
}

.zapr_icon svg {
  width: 50px;
  height: 50px;
}

.zapr_guarantee {
  display: flex;
  align-items: flex-start;
  background: rgba(255,255,255,0.1);
  border-left: 4px solid #a8191d;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 0 8px 8px 0;
  animation: fadeIn 0.8s ease 0.4s forwards;
  opacity: 0;
}

.guarantee-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #a8191d;
  color: white;
  border-radius: 50%;
  font-weight: bold;
  margin-right: 15px;
  flex-shrink: 0;
}

.guarantee-text h3 {
  color: #fff;
  font-size: 22px;
  margin: 0 0 10px 0;
}

.guarantee-text p {
  color: rgba(255,255,255,0.8);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.zapr_main-text {
  color: #fff;
  text-align: left;
  font-size: 20px;
  position: relative;
  z-index: 2;
  line-height: 1.6;
  margin-bottom: 25px;
  animation: fadeIn 0.8s ease 0.5s forwards;
  opacity: 0;
}

.zapr_offer-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  animation: fadeIn 0.8s ease 0.6s forwards;
  opacity: 0;
}

.zapr_offer-list li {
  color: #fff;
  font-size: 17px;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  line-height: 1.5;
}

.zapr_offer-list li:before {
  content: '•';
  color: #a8191d;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -3px;
}

.zapr_contacts {
  animation: fadeIn 0.8s ease 0.7s forwards;
  opacity: 0;
}

.contact-block {
  margin-bottom: 20px;
}

.contact-label {
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  margin: 0 0 5px 0;
}

.contact-value {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px dashed rgba(255,255,255,0.5);
  transition: all 0.3s ease;
  padding-bottom: 2px;
  display: inline-block;
}

.contact-value:hover {
  border-bottom-color: #fff;
}

.zapr_button {
  background: #a8191d;
  color: #fff;
  border: none;
  padding: 16px 30px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-width: 250px;
  box-shadow: 0 4px 15px rgba(168, 25, 29, 0.3);
  margin-top: 10px;
}

.zapr_button:hover {
  background: #c11f24;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(168, 25, 29, 0.4);
}

.zapr_button .copy-icon {
  margin-left: 10px;
  transition: all 0.3s ease;
}

.zapr_button:hover .copy-icon {
  transform: translateX(3px);
}

.copy-message {
  position: absolute;
  bottom: -40px;
  left: 0;
  background: #4CAF50;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.copy-message.show {
  opacity: 1;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* Адаптивность */
@media (max-width: 1100px) {
  .zapr_content {
    flex-direction: column;
    min-height: auto;
  }
  
  .zapr_banner, .zapr_info {
    width: 100%;
    padding: 50px 40px;
  }
  
  .zapr_banner {
    text-align: center;
  }
  
  .zapr_title, .zapr_subtitle {
    text-align: center;
  }
  
  .zapr_features {
    text-align: left;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .zapr_icon {
    margin: 30px auto 0;
  }
}

@media (max-width: 768px) {
  .zapr_title {
    font-size: 28px;
  }
  
  .zapr_subtitle {
    font-size: 18px;
  }
  
  .zapr_banner, .zapr_info {
    padding: 40px 30px;
  }
  
  .contact-value {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .zapr_banner, .zapr_info {
    padding: 40px 20px;
  }
  
  .zapr_title {
    font-size: 24px;
  }
  
  .zapr_subtitle {
    font-size: 16px;
  }
  
  .zapr_features li, .zapr_offer-list li {
    font-size: 15px;
  }
  
  .contact-value {
    font-size: 16px;
  }
  
  .zapr_button {
    padding: 14px 20px;
    font-size: 16px;
    min-width: 220px;
  }
}
.footer_form {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 40px 0px;
}
.take-mailer {
    padding: 60px 0;
    background: #a8191d;
}

.take-mailer .get-email {
    max-width: 50%;
    margin: 0 auto;
}

.take-mailer form {
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.take-mailer input[type="email"] {
  flex: 1;
  border: none;
  padding: 14px 16px;
  font-size: 16px;
  outline: none;
  color: #222;
}

.take-mailer input::placeholder {
  color: #aaa;
}

.take-mailer button {
  border: none;
  padding: 0 22px;
  background: #111;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.25s ease;
  white-space: nowrap;
}

.take-mailer button:hover {
  background: #333;
}

/* результат */
#subscribeResult {
  margin-top: 12px;
  font-size: 14px;
  color: #2e7d32;
}

/* мобильная адаптация */
@media (max-width: 480px) {
  .take-mailer form {
    flex-direction: column;
  }

  .take-mailer button {
    width: 100%;
    padding: 14px;
  }
}
.zapr_icon{
  display: none;
}
.zapr_form {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* textarea */
.zapr_form textarea {
  width: 100%;
  min-height: 120px;
  resize: vertical;
  padding: 14px 16px;
  font-size: 15px;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  outline: none;
}

.zapr_form textarea::placeholder {
  color: rgba(255,255,255,0.6);
}

.zapr_form textarea:focus {
  border-color: #fff;
}

/* file */
.zapr_file {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
}

.zapr_file input {
  display: none;
}

.zapr_file span {
  padding: 10px 14px;
  border: 1px dashed rgba(255,255,255,0.35);
  border-radius: 8px;
  transition: all 0.2s ease;
}

.zapr_file:hover span {
  border-color: #fff;
}

/* submit */
.zapr_form button {
  margin-top: 6px;
  padding: 14px 18px;
  border: none;
  border-radius: 8px;
  background: #ffffff;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.zapr_form button:hover {
  transform: translateY(-1px);
  opacity: 0.9;
}

/* result */
.zapr_result {
  font-size: 14px;
  color: #b6ffb6;
}
.name-txt{
  color: #fff;
  font-size: 25px;
  margin-bottom: 20px;
}
.banner_slide {
    padding-top: 102px;
    height: 735px;
    background-size: cover !important;
    display: flex;
    align-items: flex-end;
    background-position: center !important;
    padding-bottom: 110px;
}
.quick-view{
  margin-top: 10px;
}
.product_btn {
    display: inline-block;
    color: #b33639;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120.586%;
    border-radius: 99px;
    border: 1px solid #a8191d;
    width: calc(100% - 40px);
    text-align: center;
    padding: 16px 30px;
    position: initial;
    bottom: 20px;
    left: 20px;
}
.catalog-items-wrapper-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 100px;
}

.catalog-items-wrapper-grid .product-item img.product_item-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.catalog-items-wrapper-grid .product_item-title {
    margin: 10px 0;
    font-size: 14px;
}

/* ===== Поиск по каталогу ===== */
.catalog-search {
    max-width: 600px;
    margin: 20px auto;
    position: relative;
}

#catalog-search-form {
    display: flex;
    align-items: center;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s;
    background: #fff;
    border: 1px solid;
}

#catalog-search-form:hover {
    box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}

#catalog-search-input {
    flex: 1;
    padding: 12px 20px;
    border: none;
    outline: none;
    font-size: 15px;
    border-radius: 50px 0 0 50px;
    transition: background 0.3s;
}

#catalog-search-input:focus {
    background: #f9f9f9;
}

#catalog-search-form button {
    padding: 0 20px;
    background: #ffffff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
    border-radius: 0 50px 50px 0;
    border-left: 1px solid;
}

#catalog-search-form button svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

/* ===== Сетка товаров ===== */
.catalog-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.catalog-items-wrapper .product-item img {
    max-width: 100%;
    height: 180px;
    object-fit: contain;
    margin-bottom: 12px;
}

.catalog-items-wrapper .product_item-title {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 500;
    min-height: 38px;
}
.popup-window-content .product-item-detail-slider-image img{
  max-width: 600px;
  margin-top: 30px;
}
.popup-window-close-icon:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.666.621a.5.5 0 00-.707 0L5.002 3.58 2.044.62a.5.5 0 00-.707 0l-.714.714a.5.5 0 000 .707L3.581 5 .623 7.957a.5.5 0 000 .708l.714.713a.5.5 0 00.707 0L5.002 6.42l2.957 2.958a.5.5 0 00.708 0l.713-.714a.5.5 0 000-.707L6.422 5 9.38 2.042a.5.5 0 000-.707L8.666.62z' fill='%23828b95'/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
}
.catalog-search {
    max-width: 600px;
    margin: 20px auto;
    position: relative;
    margin-top: 100px;
}
@media (max-width: 640px){
  .product_item-bottom {
    padding: 20px 20px 10px;
    position: static;
}
}
@media (max-width: 1080px) {
    .product-item {
        flex: 100%;
    }
    .catalog_list {
    width: 100%;
}
.take-mailer .get-email {
    max-width: 100%;
    margin: 0 auto;
}
}
.catalog_list {
    display: flex;
    gap: 30px;
    height: max-content;
    flex-wrap: wrap;
}
.product-item {
    width: 31%;
}
.catalog-items-wrapper-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 100px;
    width: 100%;
}
.section_viewed .product-item {
    width: 100%;
}
/* =========================================================
   MOBILE BOTTOM MENU + SEARCH POPUP (BITRIX SAFE)
   ========================================================= */

.mobile-bottom-menu,
.mobile-search-popup {
  display: none;
}
.ag_chatpanel_wrap {
    position: fixed;
    width: 58px;
    height: 58px;
    z-index: 99999;
    bottom: 190px !important;
    box-sizing: border-box;
    display: none;
}
/* ===== MOBILE ONLY ===== */
@media (max-width: 768px) {
      .first_section {
        padding-top: 50px;
    }
    .popup-window-fixed-width{
      width: 100% !important;
    }
    .footer_menu-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: 130px;
    row-gap: 15px;
    column-gap: 20px;
}
    .footer_menu-item{
      width: 100%;
    }
        .footer_form {
        width: 100%;
        order: 3;
        margin-top: 50px;
    }
    .ag_chatpanel_wrap {
    position: fixed;
    width: 58px;
    height: 58px;
    z-index: 99999;
    bottom: 190px !important;
    box-sizing: border-box;
    display: none;
}

  /* ===== FIXED BOTTOM MENU ===== */
  .mobile-bottom-menu {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    background: #ffffff;
    border-top: 1px solid #e6e6e6;
    z-index: 9999;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
  }

  .mobile-bottom-menu .mb-item {
    flex: 1;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .mobile-bottom-menu .mb-item:active {
    background: rgba(0,0,0,0.04);
  }

  .mobile-bottom-menu .mb-text {
    line-height: 1;
  }

  .mobile-bottom-menu .mb-icon {
    width: 22px;
    height: 22px;
    margin-bottom: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  /* ===== ICONS ===== */
  .mb-icon.home {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M3 10.5L12 3l9 7.5V21a1 1 0 0 1-1 1h-5v-7H9v7H4a1 1 0 0 1-1-1z'/%3E%3C/svg%3E");
  }

  .mb-icon.catalog {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='3' y='3' width='7' height='7'/%3E%3Crect x='14' y='3' width='7' height='7'/%3E%3Crect x='3' y='14' width='7' height='7'/%3E%3Crect x='14' y='14' width='7' height='7'/%3E%3C/svg%3E");
  }

  .mb-icon.search {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
  }

  /* ===== SEARCH POPUP (FIXED TO BOTTOM) ===== */
  .mobile-search-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 10000;
    display: flex;
    justify-content: flex-end; /* 🔥 ВАЖНО */
    align-items: flex-end;     /* 🔥 ВАЖНО */
  }

  .mobile-search-popup:not(.active) {
    pointer-events: none;
    opacity: 0;
  }

  .mobile-search-popup.active {
    pointer-events: auto;
    opacity: 1;
  }

  .mobile-search-content {
    width: 100%;
    background: #fff;
    padding: 16px;
    border-radius: 16px 16px 0 0;
    display: flex;
    gap: 10px;
    animation: slideUp .25s ease;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
  }

  .mobile-search-content input {
    flex: 1;
    height: 44px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 12px;
    font-size: 16px;
    outline: none;
  }

  .mobile-search-content input:focus {
    border-color: #000;
  }

  .mobile-search-content button {
    height: 44px;
    padding: 0 18px;
    border: none;
    border-radius: 8px;
    background: #000;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
  }

  @keyframes slideUp {
    from { transform: translateY(100%); }
    to   { transform: translateY(0); }
  }

  /* ===== PAGE OFFSET ===== */
  body {
    padding-bottom: 64px;
  }
}



.header-menu {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.header-menu__item {
  position: relative;
}

.header-menu__link {
  text-decoration: none;
  padding: 10px 0;
  display: block;
}

.header-menu__item.has-submenu:hover .header-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid #ddd;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.2s ease;
  z-index: 100;
}

.header-submenu__item a {
  padding: 8px 15px;
  display: block;
  text-decoration: none;
  color: #333;
}

.header-submenu__item a:hover {
  background: #f5f5f5;
}
.header_nav-item {
  position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: rgba(45, 45, 46, 0.8);
}

.header_nav-item.has-submenu:hover > .dropdown-menu {
  display: block;
}

.adm-info-message-wrap,
.adm-info-message {
  display: none !important;
}

/* End */


/* Start:/local/templates/custom_temp_farsal/css/media.css?176666356016237*/
@media (max-width: 1240px) {
  .container {
    padding: 0 45px;
  }

  .header_contacts {
    flex-direction: column;
    align-items: flex-end;
  }

  .logo_link {
    max-width: 132px;
  }

  .contacts-link {
    font-size: 13px;
  }

  .header_nav-link {
    font-size: 13px;
  }

  .header_nav-list {
    gap: 18px;
  }

  .slide_content {
    padding-bottom: 140px;
  }

  .banner_carousel .owl-dots {
    padding: 0 45px;
  }

  .banner_carousel .owl-next {
    left: 195px;
  }

  .banner_slide {
    padding-top: 90px;
  }

  .mosaic-background {
    height: calc(100% - 90px);
  }

  .banner_slide {
    height: 722px;
  }

  .services_row {
    gap: 20px;
  }

  .news_bottom {
    height: 290px;
  }

  .description_table td:first-child {
    width: 147px;
  }

  .description_table th:first-child {
    width: 147px;
  }

  .description_table td {
    padding: 0 11px;
  }

  .description_table th {
    padding: 0 11px;
  }

  .breadcrumbs {
    margin-top: 160px;
    padding: 0 45px;
  }
}

@media (max-width: 1080px) {
  .sidebar {
    flex: 1 1 calc(33.3333% - 25px);
  }

  .product_sidebar {
    width: calc(33.333% - 25px);
  }

  .catalog_list {
    flex: 1 1 calc(66.6666% - 15px);
  }

  .category-item {
    flex: 1 1 calc(50% - 20px);
  }

  /* .slider_viewed,
  .slider_viewed .owl-stage-outer {
    overflow: visible !important;
  } */

      .product-item {
        flex: 100%;
    }

  .product {
    width: calc(66.666% - 15px);
  }
}

@media (max-width: 1024px) {
  .services_content .section_block-title {
    text-align: center;
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
  }

  .services_img {
    display: none;
  }

  .services_col {
    width: 100%;
  }

  .services_list-item {
    width: calc(33.333% - 17px);
  }

  .services_list {
    gap: 25px;
  }

  .gallery_content .gallery_item:nth-last-child(7),
  .gallery_content .gallery_item:nth-last-child(8) {
    display: none;
  }

  .footer_form {
    width: 33.333%;
  }

  .form_item {
    flex: 1 1 100%;
  }

  .custom-checkbox {
    max-width: 100%;
  }

  .footer_col-content {
    max-height: 100%;
  }

  .footer_menu-list {
    max-height: 100%;
  }

  .footer_content {
    row-gap: 0;
    position: relative;
  }

  .footer_menu {
    margin-right: 80px;
  }

  .footer_logo {
    width: 33.333%;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 41%;
  }

  .banner_slide {
    height: 650px;
  }

  .diamond {
    width: 93px;
    height: 93px;
  }

  .diamond:nth-child(-n + 5) {
    top: -46px;
  }

  .diamond:nth-child(1),
  .diamond:nth-child(11n + 12) {
    left: 19px;
  }

  .diamond:nth-child(2),
  .diamond:nth-child(11n + 13) {
    left: 149px;
  }

  .diamond:nth-child(3),
  .diamond:nth-child(11n + 14) {
    left: 279px;
  }

  .diamond:nth-child(4),
  .diamond:nth-child(11n + 15) {
    left: 409px;
  }

  .diamond:nth-child(5),
  .diamond:nth-child(11n + 16) {
    left: 539px;
  }

  .diamond:nth-child(6),
  .diamond:nth-child(11n + 17) {
    left: -46px;
  }

  .diamond:nth-child(n + 6):nth-child(-n + 11) {
    top: 19px;
  }

  .diamond:nth-child(7),
  .diamond:nth-child(11n + 18) {
    left: 84px;
  }

  .diamond:nth-child(n + 12):nth-child(-n + 16) {
    top: 84px;
  }

  .diamond:nth-child(8),
  .diamond:nth-child(11n + 19) {
    left: 214px;
  }

  .diamond:nth-child(n + 17):nth-child(-n + 22) {
    top: 149px;
  }

  .diamond:nth-child(n + 23):nth-child(-n + 27) {
    top: 214px;
  }

  .diamond:nth-child(n + 28):nth-child(-n + 33) {
    top: 279px;
  }

  .diamond:nth-child(n + 34):nth-child(-n + 38) {
    top: 344px;
  }

  .diamond:nth-child(n + 39):nth-child(-n + 44) {
    top: 409px;
  }

  .diamond:nth-child(n + 45):nth-child(-n + 49) {
    top: 474px;
  }

  .diamond:nth-child(9),
  .diamond:nth-child(11n + 20) {
    left: 344px;
  }

  .diamond:nth-child(10),
  .diamond:nth-child(11n + 21) {
    left: 474px;
  }

  .diamond:nth-child(11),
  .diamond:nth-child(11n + 22) {
    left: 604px;
  }

  .banner_slide {
    height: 610px;
  }

  .banner_title {
    font-size: 34px;
  }

  .slider_reviews .owl-stage-outer {
    width: 100vw;
    margin-left: -45px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .slider_viewed .slider_nav {
    display: none;
    bottom: auto;
    top: -113px;
  }

  .why_we-content {
    row-gap: 10px;
  }

  .why_we-item {
    width: 100%;
  }

  .accordion-header {
    padding-right: 66px;
  }

  .breadcrumbs {
    margin-top: 140px;
  }
}

@media (max-width: 960px) {
  .banner_carousel .owl-nav {
    bottom: 110px;
  }

  .slide_content {
    padding-bottom: 210px;
  }

  .banner_title {
    font-size: 28px;
  }

  .banner_subtitle {
    font-size: 17px;
  }

  .page_section {
    padding-top: 80px;
  }

  .video_wrap, 
  .video_wrap iframe {
    height: 490px;
  }

  .product_item {
    height: 260px;
  }

  .news_bottom {
    height: 290px;
  }

  .services_wrap {
    padding: 40px 0;
  }

  .gallery_item {
    flex: 1 1 calc(33% - 30px);
  }

  main {
    padding-bottom: 80px;
  }

  .banner_carousel .owl-dots {
    bottom: 110px;
  }

  .first_section {
    padding-top: 0;
  }

  .row_text {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }

  .text {
    width: 100%;
  }

  .section_details {
    margin-top: 80px;
  }

  .vacancies_row {
    flex-direction: column;
  }

  .row_col {
    width: 100%;
  }

  .product_row {
    flex-direction: column;
  }

  .product_gallery {
    width: 100%;
  }

  .slick_slider-for img {
    height: 100%;
  }

  .product_r {
    width: 100%;
  }

.slider_new-item img {
	height: 280px;
  }
}

@media (max-width: 890px) {
  .services_list-item {
    width: calc(50% - 17px);
  }
  .rekv_img {
    display: none;
  }

  .logo_link {
    max-width: 115px;
  }

  .category-title {
    font-size: 16px;
  }
}

@media (max-width: 860px) {
  .header_nav {
    display: none;
  }

  .header_contacts {
    flex-direction: row;
  }

  .header_wrap {
    padding: 10px 0;
    height: 62px;
  }

  .banner_slide {
    padding-top: 62px;
  }

  .mosaic-background {
    height: calc(100% - 62px);
  }

  .banner_slide {
    height: 582px;
  }

  .burger-menu {
    display: block;
  }

  .burger-menu .header_contacts {
    flex-direction: column;
  }

  .burger-menu .contacts-link {
    font-size: 15px;
  }

  .breadcrumbs {
    margin-top: 90px;
  }
}

@media (max-width: 840px) {
  .footer_menu {
    margin: 0;
  }

  .footer_content {
    gap: 40px;
    justify-content: flex-start;
  }

  .footer_logo {
    left: calc(33.333% + 40px);
  }

  .news_gallery-item {
    width: calc(50% - 15px);
  }

  .news_block_text {
    margin-bottom: 20px;
  }
}

@media (max-width: 780px) {
  .sidebar {
    display: none;
  }

  .product_sidebar {
    display: none;
  }

  .product {
    width: 100%;
  }

}

@media (max-width: 750px) {
  .container {
    padding: 0 35px;
  }

  .slide_content {
    padding-bottom: 210px;
  }

  .footer_content {
    gap: 30px;
    padding-bottom: 120px;
  }

  .footer_col {
    width: calc(50% - 15px);
  }

  .footer_form {
    width: 100%;
    order: 3;
  }

  .form_item {
    flex: 1 1 calc(50% - 15px);
  }

  .form_item {
    justify-content: flex-end;
  }

  .footer_logo {
    width: 100%;
    left: 0;
    display: flex;
    gap: 30px;
  }

  .footer_logo a {
    width: calc(50% - 15px);
  }

  .footer_logo p {
    width: calc(50% - 15px);
  }

  .custom-checkbox {
    max-width: calc(50% - 15px);
  }

  .services_content .section_block-title {
    text-align: start;
  }

  .section_title {
    font-size: 25px;
  }

  .section_subtitle {
    font-size: 18px;
  }

  .section_block-title {
    margin-bottom: 30px;
  }

  .page_section {
    padding-top: 50px;
  }

  main {
    padding-bottom: 50px;
  }

  .video_wrap {
    height: 360px;
    width: 100vw;
    margin-left: -35px;
    border-radius: 0;
  }

  .video_wrap iframe {
    height: 360px;
    width: 100vw;
    margin-left: 0;
    border-radius: 0;
  }

  .gallery_item {
    flex: 1 1 calc(50% - 30px);
  }

  .slider_nav {
    top: -8px;
  }

  .slider_reviews .owl-stage-outer {
    margin-left: -35px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .first_section {
    padding-top: 0;
  }

  .news_item {
    width: calc(50% - 15px);
  }

  .brand_content {
    gap: 30px;
  }

  .brand_item {
    width: calc(33.333% - 20px);
  }

  .details_content {
    text-align: start;
  }

  .section_details .section_title {
    text-align: start;
  }

  .section_details {
    margin-top: 50px;
  }

  .product_button {
    padding: 18px 80px;
  }

  .breadcrumbs {
    padding: 0 35px;
  }
}

@media (max-width: 720px) {
  .accordion-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media (max-width: 640px) {
  .banner_carousel .owl-nav {
    bottom: 70px;
  }

  .diamond {
    width: 90px;
    height: 90px;
  }

  .banner_slide {
    height: 730px;
  }

  .slide_content {
    text-align: center;
  }

  .banner_subtitle {
    max-width: 100%;
  }

  .diamond {
    top: auto !important;
  }

  .diamond:nth-child(n + 45):nth-child(-n + 49) {
    bottom: -45px;
    background: #2d2d2e;
  }

  .diamond:nth-child(1),
  .diamond:nth-child(11n + 12) {
    left: 18px;
  }

  .diamond:nth-child(2),
  .diamond:nth-child(11n + 13) {
    left: 144px;
  }

  .diamond:nth-child(3),
  .diamond:nth-child(11n + 14) {
    left: 270px;
  }

  .diamond:nth-child(4),
  .diamond:nth-child(11n + 15) {
    left: 396px;
  }

  .diamond:nth-child(5),
  .diamond:nth-child(11n + 16) {
    left: 522px;
  }

  .diamond:nth-child(n + 39):nth-child(-n + 44) {
    bottom: 18px;
    border: 1px solid rgba(45, 45, 46, 0.95);
    background: rgba(45, 45, 46, 0.95);
  }

  .diamond:nth-child(6),
  .diamond:nth-child(11n + 17) {
    left: -45px;
  }

  .diamond:nth-child(7),
  .diamond:nth-child(11n + 18) {
    left: 81px;
  }

  .diamond:nth-child(8),
  .diamond:nth-child(11n + 19) {
    left: 207px;
  }

  .diamond:nth-child(9),
  .diamond:nth-child(11n + 20) {
    left: 333px;
  }

  .diamond:nth-child(10),
  .diamond:nth-child(11n + 21) {
    left: 459px;
  }

  .diamond:nth-child(11),
  .diamond:nth-child(11n + 22) {
    left: 585px;
  }

  .diamond:nth-child(n + 34):nth-child(-n + 38) {
    bottom: 81px;
    border: 1px solid rgba(45, 45, 46, 0.85);
    background: rgba(45, 45, 46, 0.85);
  }

  .diamond:nth-child(n + 28):nth-child(-n + 33) {
    bottom: 144px;
    border: 1px solid rgba(45, 45, 46, 0.75);
    background: rgba(45, 45, 46, 0.75);
  }

  .diamond:nth-child(n + 23):nth-child(-n + 27) {
    bottom: 207px;
    border: 1px solid rgba(45, 45, 46, 0.65);
    background: rgba(45, 45, 46, 0.65);
  }

  .diamond:nth-child(n + 17):nth-child(-n + 22) {
    bottom: 270px;
    border: 1px solid rgba(45, 45, 46, 0.55);
    background: rgba(45, 45, 46, 0.55);
  }

  .diamond:nth-child(n + 12):nth-child(-n + 16) {
    bottom: 333px;
    border: 1px solid rgba(45, 45, 46, 0.45);
    background: rgba(45, 45, 46, 0.45);
  }

  .diamond:nth-child(n + 6):nth-child(-n + 11) {
    bottom: 396px;
    border: 1px solid rgba(45, 45, 46, 0.35);
    background: rgba(45, 45, 46, 0.35);
  }

  .diamond:nth-child(-n + 5) {
    bottom: 459px;
    border: 1px solid rgba(45, 45, 46, 0.25);
    background: rgba(45, 45, 46, 0.25);
  }

  .banner_carousel .owl-dots {
    width: fit-content;
    padding-right: 70px;
  }

  .banner_carousel .owl-next {
    top: -60px;
    left: calc(50% + 65px);
  }

  .description_table {
    padding-bottom: 30px;
  }
}

@media (max-width: 610px) {
  .news_bottom {
    height: 310px;
  }
}

@media (max-width: 580px) {
  .header_contacts {
    display: none;
  }

  .burger-menu .header_contacts {
    display: flex;
  }

  .news_bottom {
    height: 210px;
  }

  .news_title {
    font-size: 13px;
  }

  .news_description {
    font-size: 10px;
  }
}

@media (max-width: 560px) {
  .services_list-item p {
    font-size: 18px;
  }

  .services_icon-box {
    width: 60px;
    height: 60px;
  }

  .services_icon-box img {
    width: 36px;
    height: 36px;
  }

  .services_list {
    gap: 15px;
  }

  .news_gallery-item {
    width: 100%;
  }

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

  .news_list {
    gap: 20px;
  }

  .news_description {
    margin-bottom: 20px;
  }
}

@media (max-width: 540px) {
  .container {
    padding: 0 30px;
  }

  .news_btn {
    font-size: 11px;
  }

  .slide_content {
    padding-bottom: 210px;
  }

  .slider_reviews .owl-stage-outer {
    margin-left: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .vacancies_form_title {
    font-size: 22px;
  }

  .vacancies_form {
    padding: 30px;
  }

  .vacancies_form-btn {
    padding: 13px 20px;
  }

  .breadcrumbs {
    padding: 0 30px;
  }
}

@media (max-width: 520px) {
  .footer_form form {
    justify-content: flex-start;
  }

  .footer_col {
    width: fit-content;
  }

  .form_item {
    flex: 1 1 100%;
    max-width: 270px;
  }

  .footer_menu {
    margin-right: 50px;
  }

  .footer_content {
    justify-content: space-between;
    gap: 0;
    row-gap: 30px;
  }

  .slider_nav {
    position: static;
    justify-content: center;
    margin-top: 30px;
  }

  .mobile-menu {
    width: 270px;
    padding: 20px 30px;
    gap: 50px;
  }

  .section_title {
    padding-right: 0;
  }
}

@media (max-width: 470px) {
  footer {
    padding: 130px 0 0;
  }

  .footer_content {
    padding-bottom: 70px;
  }

  .footer_col {
    width: 100%;
  }

  .footer_menu {
    margin-right: 0;
  }

  .form_item {
    max-width: 100%;
  }

  .footer_menu-list {
    max-height: 130px;
  }

  .footer_logo {
    position: static;
  }

  .footer_logo a {
    position: absolute;
    bottom: calc(100% + 30px);
  }

  .footer_logo p {
    position: absolute;
    bottom: 20px;
    width: 100%;
  }

  .video_wrap {
    height: 270px;
  }

  .video_wrap iframe {
    height: 270px;
  }
}

@media (max-width: 450px) {
  .banner_title {
    font-size: 24px;
  }

  .catalog_list {
    gap: 20px;
  }

  .category-item {
    flex: 1 1 100%;
    height: 110px;
  }

  .subsection-list .category-item {
	height: 110px;
  }
}

@media (max-width: 440px) {
  .services_list-item {
    width: 100%;
  }

  .container {
    padding: 0 25px;
  }

  .news_btn {
    position: static;
    width: 100%;
    font-size: 15px;
  }

  .news_bottom {
    height: auto;
  }

  .section_title {
    font-size: 16px;
  }

  .section_subtitle {
    font-size: 18px;
  }

  .video_wrap {
    margin-left: -25px;
  }

  .product_item {
    height: 160px;
  }

  .reviews_item {
    padding: 15px 15px 30px;
  }

  .slide_content {
    padding-bottom: 210px;
  }

  .banner_slide {
    height: 660px;
  }

  .mobile_nav-link {
    font-size: 20px;
  }

  .mobile-dropdown-item {
    font-size: 17px;
  }

  .close-btn {
    width: 20px;
    height: 20px;
  }

  .close-btn img {
    width: 100%;
  }

  .slider_reviews .owl-stage-outer {
    margin-left: -25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .breadcrumbs {
    padding: 0 25px;
  }
}

@media (max-width: 430px) {
  .news_item {
    width: 100%;
  }

  .news_item .news_bottom {
    padding-bottom: 0;
  }

  .news_list {
    gap: 30px;
  }
}

@media (max-width: 420px) {
  .banner_title {
    font-size: 18px;
  }

  .vacancies_form {
    padding: 20px;
  }

  .vacancies_form-btn {
    padding: 13px 20px;
  }

  .file-input-text {
    font-size: 11px;
  }

  .accordion-title {
    font-size: 15px;
  }

  .accordion-price {
    font-size: 13px;
  }

  .accordion-header {
    padding-right: 50px;
  }
}

@media (max-width: 380px) {
  .video_wrap {
    height: 180px;
  }

  .video_wrap iframe {
	 height: 180px;
  }

  .gallery_content {
    gap: 20px;
  }

  .gallery_item {
    flex: 1 1 100%;
  }

  .slide_content {
    padding-bottom: 170px;
  }

  .banner_carousel .owl-dots {
    bottom: 70px;
  }

  .banner_carousel .owl-nav {
    bottom: 30px;
  }

  .page_section {
    padding-top: 40px;
  }

  .mobile-menu {
    width: 225px;
    padding: 10px 15px;
    gap: 30px;
  }

  .brand_content {
    gap: 20px;
  }

  .brand_item {
    width: 100%;
  }

  .section_details {
    margin-top: 40px;
  }

    .footer_menu-list {
        max-height: 245px;
    }
}

/* End */


/* Start:/local/templates/custom_temp_farsal/css/owl.carousel.min.css?17480038013351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/custom_temp_farsal/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/custom_temp_farsal/components/bitrix/menu/mobile_menu/style.min.css?17480038013715*/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul{margin:0;padding:0;background:#bc262c url(/local/templates/custom_temp_farsal/components/bitrix/menu/mobile_menu/images/header_menu_bg.gif) repeat-x;min-height:27px;width:100%;list-style:none;font-size:11px;float:left}#horizontal-multilevel-menu a{display:block;padding:5px 10px;text-decoration:none;text-align:center}#horizontal-multilevel-menu li{float:left}#horizontal-multilevel-menu li a.root-item{color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li a.root-item-selected{background:#fc8d3d;color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li:hover a.root-item,#horizontal-multilevel-menu li.jshover a.root-item{background:#e26336;color:#fff}#horizontal-multilevel-menu a.parent{background:url(/local/templates/custom_temp_farsal/components/bitrix/menu/mobile_menu/images/arrow.gif) center right no-repeat}#horizontal-multilevel-menu a.denied{background:url(/local/templates/custom_temp_farsal/components/bitrix/menu/mobile_menu/images/lock.gif) center right no-repeat}#horizontal-multilevel-menu li:hover,#horizontal-multilevel-menu li.jshover{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li.item-selected{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;width:135px;background:#f5f5f5;border:1px solid #c1c1c1}#horizontal-multilevel-menu li li{width:100%;border-bottom:1px solid #dedede}#horizontal-multilevel-menu li ul a{text-align:left}#horizontal-multilevel-menu li a,#horizontal-multilevel-menu li:hover li a,#horizontal-multilevel-menu li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a{color:#4f4f4f;font-weight:bold}#horizontal-multilevel-menu li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a{color:#4f4f4f}#horizontal-multilevel-menu li ul ul{margin:-27px 0 0 132px}#horizontal-multilevel-menu li:hover ul ul,#horizontal-multilevel-menu li.jshover ul ul,#horizontal-multilevel-menu li:hover ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul ul{display:none}#horizontal-multilevel-menu li:hover ul,#horizontal-multilevel-menu li.jshover ul,#horizontal-multilevel-menu li li:hover ul,#horizontal-multilevel-menu li li.jshover ul,#horizontal-multilevel-menu li li li:hover ul,#horizontal-multilevel-menu li li li.jshover ul,#horizontal-multilevel-menu li li li li:hover ul,#horizontal-multilevel-menu li li li li.jshover ul,#horizontal-multilevel-menu li li li li li:hover ul,#horizontal-multilevel-menu li li li li li.jshover ul{display:block}div.menu-clear-left{clear:left}
/* End */


/* Start:/local/templates/custom_temp_farsal/components/bitrix/main.feedback/contacts_feedback/style.css?1752673022444*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}
.mf-captcha.form_item{
	flex-grow: 0.155;
	flex-basis: calc(16% - 30px);
}
@media (max-width: 1024px){
	.mf-captcha.form_item{
		flex-basis: 100%;
	}
}
/* End */


/* Start:/local/templates/custom_temp_farsal/components/bitrix/menu/bottom_menu/style.min.css?17480038012111*/
ul#vertical-multilevel-menu,#vertical-multilevel-menu ul{margin:0;padding:0;list-style:none;width:214px;font-size:12px}#vertical-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;border:1px solid #c1c1c1;border-bottom:0;width:200px}#vertical-multilevel-menu li a{display:block;text-decoration:none;color:#4f4f4f;font-weight:bold;padding:5px;background:#f5f5f5;border-bottom:1px solid #c1c1c1}#vertical-multilevel-menu li a.item-selected{background-color:#d6d6d6}#vertical-multilevel-menu li a:hover{background-color:#d6d6d6}#vertical-multilevel-menu a.root-item{color:#fff;font-weight:bold;font-size:12px;padding:5px 0 7px 35px;background:#61656a url(/local/templates/custom_temp_farsal/components/bitrix/menu/bottom_menu/images/item_bg.gif) 0 0 no-repeat;border:0;box-sizing:border-box;-moz-box-sizing:border-box}#vertical-multilevel-menu a.root-item:hover,#vertical-multilevel-menu a.root-item-selected:hover{background:#61656a url(/local/templates/custom_temp_farsal/components/bitrix/menu/bottom_menu/images/item_bg.gif) 0 -26px no-repeat}#vertical-multilevel-menu a.root-item-selected{color:#fff;font-weight:bold;font-size:12px;padding:5px 0 7px 35px;background:#61656a url(/local/templates/custom_temp_farsal/components/bitrix/menu/bottom_menu/images/item_bg.gif) 0 -26px no-repeat;border:0;box-sizing:border-box;-moz-box-sizing:border-box}#vertical-multilevel-menu a.parent{background:#f5f5f5 url(/local/templates/custom_temp_farsal/components/bitrix/menu/bottom_menu/images/arrow.gif) center right no-repeat;padding-right:10px}#vertical-multilevel-menu a.denied{background:#f5f5f5 url(/local/templates/custom_temp_farsal/components/bitrix/menu/bottom_menu/images/lock.gif) center right no-repeat;color:#ddd;padding-right:10px}/*\*/* html ul#vertical-multilevel-menu li{float:left;height:1%}* html ul#vertical-multilevel-menu li a{height:1%}/**/#vertical-multilevel-menu li ul.root-item{margin:-27px 0 0 210px}#vertical-multilevel-menu li ul{margin:-27px 0 0 133px}#vertical-multilevel-menu li:hover ul ul,#vertical-multilevel-menu li.jsvhover ul ul,#vertical-multilevel-menu li:hover ul ul ul,#vertical-multilevel-menu li.jsvhover ul ul ul{display:none}#vertical-multilevel-menu li:hover ul,#vertical-multilevel-menu li.jsvhover ul,#vertical-multilevel-menu li li:hover ul,#vertical-multilevel-menu li li.jsvhover ul,#vertical-multilevel-menu li li li:hover ul,#vertical-multilevel-menu li li li.jsvhover ul{display:block}
/* End */


/* Start:/local/templates/custom_temp_farsal/template_styles.css?174800380156*/
div#bx-panel.bx-panel-fixed{
	top: 100px !important;
}
/* End */
/* /local/templates/custom_temp_farsal/fonts/stylesheet.css?1748003801715 */
/* /local/templates/custom_temp_farsal/css/contacts.css?17480038011867 */
/* /local/templates/custom_temp_farsal/css/style.css?177623497055668 */
/* /local/templates/custom_temp_farsal/css/media.css?176666356016237 */
/* /local/templates/custom_temp_farsal/css/owl.carousel.min.css?17480038013351 */
/* /local/templates/custom_temp_farsal/components/bitrix/menu/mobile_menu/style.min.css?17480038013715 */
/* /local/templates/custom_temp_farsal/components/bitrix/main.feedback/contacts_feedback/style.css?1752673022444 */
/* /local/templates/custom_temp_farsal/components/bitrix/menu/bottom_menu/style.min.css?17480038012111 */
/* /local/templates/custom_temp_farsal/template_styles.css?174800380156 */
