@charset "UTF-8";

@media screen and (max-width: 640px){
	.comparetext{
		color: #FFF !important;
	}
	.site-header .header-shop-add .header-compare a svg{
		fill: #FFF !important;
	}
}

/*модальное окно*/
.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    color: black;
}

.backcall{
	display: flex;
	flex-direction:column;
}

.backcall-inner{
	display: flex;
	flex-direction: column;
}

.backcall__title{
/* 	color: black !important; */
	margin: 40px 0 20px 0;
	color: var(--on_gr_bg_acc_text);
    font-size: 26px;
    line-height: 1.1;
    font-family: var(--font2);
    font-weight: var(--font2_700);
}

.backcall__name, .backcall__phone, .backcall__sogl{
	margin-bottom:20px;
}
/*модальное окно*/

html, body {
    overflow-y: auto;
}

.site-folders__container{
	height: 375px !important;
}

.newLine{
	margin-top: 8px;
}

.site-actions__container {
    transition: transform 0.3s ease; /* Добавляем плавное изменение */
}

.site-actions__container:hover{
	box-shadow: 0px 5px 8px 1px rgba(0, 0, 0, 0.49);
	transform: scale(1.05);
	
}

.header-shop__phone{
	margin-right:50px; 
	color:#67697ECC;
	text-decoration:none;
}

.header-shop__icon{
	margin-right:50px;
}

@media screen and (max-width:1260px){
	.header-main__inner{
		flex-direction: column !important;
	}
	
	.site-header .header-main__right{
		display: block !important;
	}
}

@media screen and (max-width: 740px){
	.header-main__right{
		display: block !important;
	}
}

@media screen and (max-width: 502px){
	.header-shop-add{
		flex-direction:column;
	}
	
	.header-shop__phone, .header-shop__icon{
		margin-right: 0px;	
		margin-bottom: 5px !important;
	}
	
}
 
.custom-scroll-btn {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  font-size: 0.8rem;
  color: #fff;
  background-color: #1e88e5;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.3s ease, background-color 0.3s ease;
/*   margin-top: 15%; */
}
.custom-scroll-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #42a5f5;
  border-radius: 8px;
  filter: blur(8px);
  opacity: 0;
  z-index: 0;
  transition: opacity 0.3s ease;
}
.custom-scroll-btn:hover::before {
  opacity: 1;
  animation: pulse 2s ease-in-out infinite;
}
.custom-scroll-btn span {
  position: relative;
  z-index: 1;
}
@keyframes pulse {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}
@media (max-width: 768px) {
  .custom-scroll-btn {
    font-size: 0.95rem;
    padding: 10px 22px;
  }
}
.footer-info__right {
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 500px;
  /* или нужные размеры */
  height: 500px;
  display: inline-block;
  background-image: url("https://acovent.ru/d/group_2_10.svg");
  margin-top: -450px;
}
@media (max-width: 768px) {
  .footer-share {
    display: none;
  }
}
.gr-icon-btn-1 {
  background-color: #f8ae0e;
}
.icon-button {
  width: 40px;
  height: 40px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  position: relative;
  left: -100px;
  /* Сдвигает на 10px влево */
  z-index: 1000;
}
.icon-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
 /*  z-index: 1000; */
}
.icon-img {
  width: 35px;
  height: 35px;
  /* z-index: 1000; */
}
@media (max-width: 768px) {
  .icon-button2 {
    left: -10px;
    /* Сдвигаем вправо для мобильных экранов */
    top: 100px;
    /* Меньше отступ сверху */
    width: 50px;
    /* Немного увеличим кнопку для тач-удобства */
    height: 50px;
  }
  .icon-img2 {
    width: 30px;
    /* Подогнать изображение под изменённый размер кнопки */
    height: 30px;
  }
}
.gr-btn-3.site_articles_btn.gr-small-btn-desktop {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #007BFF;
  border: none;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
/*.header-compare {
  transform: translate(10px, 150px,);
  top: 0;
}
 @media (min-width: 1040px) {
  .header-compare {
    transform: translate(10px, 150px); 
  
}
} */
/*
.gr-compare-btn-amount {
   margin-right:-30px; margin-bottom:-10px; 
}*/
/*
.field-value {max-width: 100%;
}*/
@media (min-width: 1024px) {
  .header-search {
    max-width: 60%;
    margin-right: 200px;
  }
}
/*.header-cabinet{
    transform: translate(380px, 0px);  
} */
.header-cabinet {
  transform: translate(950px, -10px);
  z-index: 1000;
  color: #ffffff;
}
.header-contacts__number {
  font-size: 1em;
}
@media (min-width: 1040px) {
  .header-contacts__container {
    transform: translate(600px, 0px);
    max-width: 0%;
    font-size: 18px;
    position: relative;
  }
}
@media (min-width: 1040px) {
  .header-menu {
    transform: translate(650px, 140px);
    position: fixed;
    font-size: 20px;
    max-width: 40%;
  }
}
@media (min-width: 1920px) {
  .header-menu {
    transform: translate(910px, 160px);
    position: fixed;
    font-size: 32px;
    max-width: 35%;
  }
}
@media (min-width: 1920px) {
  .header-contacts__container {
    transform: translate(750px, 10px);
    max-width: 0%;
    font-size: 18px;
    position: relative;
  }
}
/*.gr-svg-icon {
  display: none;
}*/
.site-slider {
  background-color: #f2f4f8;
}
/*.site-slider__add {
border-radius:10px;

}*/
.site-slider__img img {
  border-radius: 6px;
}
.gr-btn-3.site_articles_btn.gr-small-btn-desktop:hover {
  background-color: #0056b3;
  /* Более тёмный синий при наведении */
  transform: translateY(-2px);
}
.gr-btn-2 {
  background-color: #e5e5e5;
  color: #000000;
}
.gr-btn-3.site_articles_btn.gr-small-btn-desktop:active {
  background-color: #004080;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .gr-btn-3.site_articles_btn.gr-small-btn-desktop {
    font-size: 12px;
    padding: 8px 16px;
  }
}
.banner1 {
  width: 100%;
  height: 70px;
  background: linear-gradient(90deg, #006ad7, #2a5298, #2e2751);
  /* градиент слева направо */
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: static;
  top: 0;
  left: 0;
/*   z-index: -1000; */
}
.header-navigation .block_padding {
  margin-top: -100px;
}
.banner1 .image-frame {
  width: 200px;
  /* ширина фрейма */
  height: 90px;
  /* высота фрейма */
  margin: 5px;
  /* отступы по бокам */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: none !important;
  animation: none !important;
}
@media (max-width: 768px) {
  .banner1 {
    display: none;
  }
}
.banner1 .image-frame img {
  width: 500px;
  /* ширина изображения внутри фрейма */
  height: 70px;
  /* высота изображения внутри фрейма */
  object-fit: contain;
  /* чтобы изображение не искажалось */
  transition: none !important;
  animation: none !important;
}
.fixed-img {
  width: 500px !important;
  height: 70px !important;
  object-fit: contain;
  display: block;
  transition: none !important;
  animation: none !important;
}
@media (max-width: 639px) {
  body .site-slider__btn {
    display: block;
  }
}
@media (max-width: 980px) {
  .sand .site-header .header-info__logo + .header-info__body {
    display: none !important;
  }
  .sand .site-header .header-main__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .sand .site-header .header-contacts__number {
    font-size: 13px;
  }
  .sand .site-header .header-main__center {
    text-align: right;
  }
  .sand .site-header .header-info {
    text-align: left;
  }
  .sand .site-slider__btn a {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: normal;
  }
  .sand .block_padding {
    padding: 0 16px;
  }
  .sand .site-slider__container {
    padding-top: 60%;
  }
  .sand .site-slider, .sand .site-slider__inner, .sand .site-actions__inner, .sand .site-form-in-block, .sand .site-form-in-block__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .sand .site-slider__add {
    justify-content: flex-start;
  }
}
[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important;
}

.main-blocks .main-products .product-list.thumbs .gr-product-options {
    display: flex; 
}
.tns-ovh {
    overflow: inherit;
}
body{
	overflow-x: hidden;
}
.main-blocks .main-products .product-list.thumbs .gr-product-options {
    display: flex;
    background: #fff;
    position: relative;
    z-index: 20;
}
#tns3 { 
    position: relative;
    z-index: 5;
}
.product_columns_5 .product-list.thumbs .product-item .gr-product-options .gr-options-container { 
    position: relative;
    left: -10px;
    right: -20px;
    padding: 0 10px;
    background: #fff;
}