html{font-size: 10px!important;}
.landingForm__item .popup{background: transparent;}
.header-search-content .menu__actionSearch{position: static;}
.header-search-content form{width: 100%;}

#panel{
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1100;
}

#panel + .header{}

hr{
	border: 0;
	border-bottom: 1px solid #ebebeb;
}

@media (max-width: 767px) {
	.menu__actionSearchInput{
		font-size: 1.6rem;
		padding: 0 0 0 40px;
	}

	.menu__actionSearchDrop{
		width: 100%;
		margin-top: 0;
		max-height: 400px;
		overflow-y: auto;
	}

	.menu__actionSearchDropPage,
	.menu__actionSearchDropAbout{
		font-size: 1.6rem;
	}
}

.col-lg-4_text {
    text-align: center;
    font-weight: bold;
    color: #f27e2a;
}

.img-site_block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}


.feedbacks__cardImage {
    -o-object-position: center top;
    object-position: center top;
}

/* картинка на странице */
.minimized {
/*  width: 300px;
  cursor: pointer;
  border: 1px solid #FFF;*/
}

.minimized:hover {
  /*border: 1px solid yellow;*/
}

/* увеличенная картинка */
#magnify {
  display: none;

  /* position: absolute; upd: 24.10.2016 */
  position: fixed;
  max-width: 600px;
  height: auto;
  z-index: 9999;
}

#magnify img {
  width: 100%;
}

/* затемняющий фон */
#overlay {
  display: none;

  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 9990;
}

/* кнопка закрытия */
#close-popup {
  width: 30px;
  height: 30px;

  background: #FFFFFF;
  border: 1px solid #AFAFAF;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}

#close-popup i {
  width: 29px;
  height: 29px;
  background: url(https://codernote.ru/files/cross.png) no-repeat center center;
  background-size: 10px 10px;
  display: block;
}




@keyframes rota {
 25% { transform: rotate(360deg); }
}

#close-popup:hover {
  animation: rota 4s infinite normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.career-title-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 5.5rem;
}

.career-title-wrap h2,
.career-title-wrap .h2{
  margin-bottom: 0;
}

.career-partners{
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.career-partners__item{opacity: all 0.2s ease 0s;}
.career-partners__item:hover{opacity: 0.6;}

.bx_catalog-compare-list{
  /* display: none!important; */
  position: fixed;
  top: auto!important;
  left: 0!important;
  right: 0!important;
  bottom: 0!important;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  text-align: center;
}

.bx_catalog-compare-list .catalog-compare{
  padding: 10px;
  border-top: 1px solid #ebebeb;
}

.bx_catalog-compare-list .btn{
  color: #fff;
  column-gap: 10px;
}

.bx_catalog-compare-list .btn_border{color: #333740;}

.bx_catalog_compare_count{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.contacts__card-img {
  display: none;
}

.contacts__card-img.active {
  display: block;
}

@media (max-width: 767px) {
  .career-title-wrap{margin-bottom: 3rem;}
  .career-partners__item{max-width: 38px;}
  .bx_catalog-compare-list .btn{min-width: 0;}

  .bx_catalog-compare-list .btn_border{
    font-size: 0;
    column-gap: 0;
    padding: 0 15px;
  }
}

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

.presentation .doc-preview{
  flex-shrink: 0;
  max-width: 50%;
}

.doc-preview{
  display: inline-block;
  width: 500px;
  overflow: hidden;
  position: relative;
}

.doc-preview__img{
  display: block;
  padding-bottom: 50%;
  position: relative;
}

.doc-preview__img::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease 0s;
}

.doc-preview__img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease 0s;
}

.doc-preview__text{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
  transition: top 0.2s ease 0s;
}

.doc-preview__text p:last-child{margin-bottom: 0;}

.doc-preview:hover .doc-preview__img img{transform: scale(1.05) translate(-50%, -50%);}
.doc-preview:hover .doc-preview__img::after{opacity: 1;}
.doc-preview:hover .doc-preview__text{top: 0;}

@media (max-width: 767px) {
  .presentation{flex-direction: column;}
  .presentation .doc-preview{max-width: 100%;}
}


/* new header */
.c-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	width: 100%;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.c-header__logo{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	height: 100px;
	max-width: 170px;
	padding-left: 40px;
	padding-right: 40px;
	background: #efefef;
}

.c-header__content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 100px;
	padding-right: 40px;
	background: #fff;
	/* background: #050021; */
	position: relative;
	z-index: 1000;
}

.c-header .main-menu__link{
	font-size: 13px;
	/* color: #fff; */
}

.c-header .main-menu__list{flex-shrink: 0;}

.с-header-search-content{
	display: flex;
	align-items: center;
	gap: 15px;
	width: 500px!important;
	max-width: 100vw;
	background: #f2f2f2;
	border-radius: 5px;
	padding: 20px;
	position: absolute;
	top: -250px;
	right: 0;
	left: auto!important;
	z-index: 1;
	transition: top 0.2s ease;
}

.с-header-search-content.active{top: 100%;}

.с-header-search-content__close{
	flex-shrink: 0;
	cursor: pointer;
}

.с-header-search-content__close .icon{
	fill: #333740;
	transition: fill 0.2s ease;
}

.с-header-search-content__close:hover .icon{fill: #EF5000;}

.с-header-search-content form{
	display: flex;
	align-items: center;
	gap: 20px;
}

.с-header-search-content input[type="search"],
.с-header-search-content input[type="text"] {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	font-family: Open Sans,Arial,sans-serif;
	font-size: 1.7rem;
	line-height: 1.2;
	color: #333740;
	padding: 0;
	border: none;
	background: rgba(0,0,0,0);
	outline: none;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border .2s ease 0s;
	-o-transition: border .2s ease 0s;
	transition: border .2s ease 0s;
}

.с-header__btn{flex-shrink: 0;}

.с-header__action{
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	gap: 30px;
	padding-left: 30px;
}

.с-header-social{
	display: inline-flex;
	align-items: center;
	gap: 25px;
	flex-shrink: 0;
	padding-right: 40px;
}

.с-header-social__item .icon:last-child{margin: 0;}

a.с-header-social__item .icon{
	/* fill: #fff; */
	fill: #1e2128;
	transition: fill 0.2s ease 0s;
}

a.с-header-social__item .icon:hover{fill: #EF5000;}

.с-header-contacts{
	flex-shrink: 0;
	font-size: 15px;
	font-weight: bold;
	/* color: #fff; */
	color: #1e2128;
	text-align: right;
	padding-right: 12px;
}

.с-header-contacts__item{
	display: flex;
	justify-content: flex-end;
	gap: 3px;
}

.с-header-contacts__label{opacity: 0.6;}

.с-header-contacts a{
	/* color: #fff; */
	color: #1e2128;
	text-decoration: none;
	transition: all 0.2s ease 0s;
}

.с-header-contacts a:hover{color: #EF5000;}

.c-lang{
	font-size: 1.3rem;
	font-weight: bold;
	color: #050021;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}

.c-lang__def{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	height: 4.6rem;
	padding: 0 15px;
	background: #fff;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
}

.c-lang__def .icon{
	flex-shrink: 0;
	fill: #050021;
}

.c-lang__list{
	width: 100%;
	background: #fff;
	transform: scaleY(0);
	transform-origin: 0 0;
	position: absolute;
	top: 100%;
	left: 0;
	transition: transform 0.2s ease;
	border-radius: 0 0 4px 4px;
}

.c-lang__item{
	display: block;
	padding: 13px 16px 12px;
	color: #050021;
	text-decoration: none;
	transition: color 0.2s ease;
}

.c-lang__arr{
	flex-shrink: 0;
	transition: all 0.2s ease;
}

.c-lang:hover .c-lang__list{transform: scaleY(1);}
.c-lang:hover .c-lang__def{border-radius: 4px 4px 0 0;}
.c-lang__item:hover{color: #EF5000;}
.c-lang:hover .c-lang__arr{transform: rotate(180deg);}

.c-header__menu-wrap .main-menu{
	width: 100%;
}

.c-header__menu-wrap .btn{
	flex-shrink: 0;
}

.с-header .main-menu__link{padding: 0;}
.с-header-search{flex-shrink: 0;}
.с-header-search__btn{cursor: pointer;}

.с-header-search__btn .icon{
	/* color: #fff; */
	color: #1e2128;
	transition: fill 0.2s ease;
}

.с-header-search__btn:hover .icon{fill: #EF5000;}

@media (max-width: 1279px) {
	.с-header-social{display: none;}
}

@media (max-width: 991px) {
	.c-header__content{
		padding: 10px 20px;
		min-height: auto;
	}

	.с-header-contacts{display: none;}
	.с-header__btn{margin-left: auto;}

	.c-header__content .ic-hamburger{margin-right: 20px;}

	/* .c-header__content .ic-hamburger span,
	.c-header__content .ic-hamburger span::before,
	.c-header__content .ic-hamburger span::after{
		background: #fff;
	} */

	.c-header__logo{
		height: auto;
		max-width: 90px;
		padding: 0;
		background: transparent;
		margin-right: auto;
	}
}

@media (max-width: 767px) {
	.с-header__btn{display: none;}
}

.news__title{
	font-size: 3.6rem;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 400;
}

/* Страница Вопрос технологу */

.production-block {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    min-height: 400px;
}

.content-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    gap: 30px; /* Отступ между блоками */
}

.left-image {
    flex: 0 0 40%; /* Уменьшаем размер картинки */
}

.left-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px; /* Скругление углов, как на изображении */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Тень для эффекта */
}

.right-form {
    flex: 0 0 40%; /* Форма занимает примерно столько же места */
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Тень для блока формы */
}

.right-form p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
}

/* Адаптивность */
@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .left-image,
    .right-form {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .right-form {
        padding: 15px;
    }
}


.accordion {
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #f9f9f9;
    cursor: pointer;
}
.accordion-content {
    display: none;
    padding: 15px;
    border-top: 1px solid #ddd;
}
.accordion-content img {
    width: 100%;
    height: auto;
}
.accordion-content p {
    margin: 10px 0;
}
.accordion-content a {
    color: #ff6200;
    text-decoration: none;
}
.RosUpackContainer {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.RosUpackBlock {
    text-align: center;
    flex: 1;
    min-width: 250px;
    max-width: 300px;
}
.RosUpackBlock img {
    width: auto;
    height: 40px;
    margin-bottom: 10px;
}
.ExhibitsContainer {
    margin: 0 auto;
}
.ExhibitsRow {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.ExhibitsBlock {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
    flex: 1 1 calc(50% - 20px); /* Каждый блок занимает половину ряда минус отступ */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    min-height: 500px; /* Фиксированная минимальная высота блока */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Распределяет содержимое между верхом и низом */
}
.ExhibitsBlock img {
    width: 100%; /* Фиксированная ширина изображения */
    height: 200px; /* Фиксированная высота изображения */
    object-fit: cover; /* Обрезает изображение, сохраняя пропорции */
    margin-bottom: 10px;
}

.GalleryContainer {
display: flex;
justify-content: space-between;
max-width: 1000px;
margin: 0 auto;
gap: 20px;
}
.ImagesSection {
flex: 1;
max-width: 50%;
position: relative;
height: 400px;
width: 500px;
overflow: hidden; /* Hide images outside the container */
}
.GalleryImages {
display: flex;
height: 100%;
width: calc(100% * 3); /* Adjust width based on number of images (3 images) */
transition: transform 0.5s ease;
}
.GalleryImages img {
height: 100%;
width: 500px; /* Match the container width */
flex-shrink: 0; /* Prevent images from shrinking */
}
.Arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
border: none;
padding: 10px;
cursor: pointer;
font-size: 18px;
}
.Arrow.left {
left: 10px;
}
.Arrow.right {
right: 10px;
}
.TextSection {
flex: 1;
max-width: 50%;
}
.TextSection h2 {
font-size: 24px;
color: #000;
margin-bottom: 15px;
}
.TextSection p {
font-size: 14px;
color: #666;
margin-bottom: 20px;
line-height: 1.5;
}
.TextSection a {
display: inline-block;
background-color: #ff6200;
color: #fff;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
}
.TextSection a:hover {
background-color: #e65c00;
}
@media (max-width: 768px) {
    .RosUpackContainer {
        flex-direction: column;
        align-items: center;
    }
    .RosUpackBlock {
        max-width: 100%;
    }
    .ExhibitsRow {
        flex-direction: column;
        align-items: center;
    }
    .ExhibitsBlock {
        max-width: 100%;
        min-height: auto; /* Сбрасываем минимальную высоту для мобильных устройств */
    }
    .ContentContainer {
        flex-direction: column;
        align-items: center;
    }
    .TextSection {
        max-width: 100%;
        text-align: center;
    }
    .ImagesSection {
        display: none;
    }
    .GalleryContainer {
        flex-direction: column;
        align-items: center;
    }
    .ImagesSection {
        max-width: 100%;
        width: 100%;
    }
    .TextSection {
        max-width: 100%;
        text-align: center;
    }
}
/**/
.credit-block {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #f8f9fa;
  border-radius: 8px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  margin-top: 30px;
}

.credit-block .btn {
  display: inline-block;
  padding: 15px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.3s;
  white-space: nowrap;
}

.credit-block .btn:hover {
  background-color: #0056b3;
}

.credit-block div {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .credit-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .credit-block .btn {
    width: 100%;
    text-align: center;
  }

  .credit-block div {
    font-size: 13px;
  }
}

.cat-detail-compare{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.compare-list__model-title {
  width: unset;
}
@media (min-width:768px) and (max-width:991px) {
  .compare-list__model-title {
    width: 30%;
  }
}

@media (min-width:992px) {
  .compare-list__model-title {
    width: 24%;
  }
}


@media (max-width:767px) {
  .compare__action .btn{
    display:inline-flex;
  }

  .compare__action{
    align-items:center;
    }

  .compare__filter{
    margin-top: 10px;
  }
}

.compare__filter{
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
}

@media (min-width:1024px) {
  .compare__filter{
    justify-content: end;
  }
}

.btn-report{
  background: transparent;
  cursor: pointer;
  color: #010101;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  height: 5rem;
  padding: 5px 30px;
  font-size: 18px;
  transition: 0.2s all ease;
}

.btn-report_reset{
  width: 100%;
  margin-top: 20px;
}

.btn-report_upload{
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.btn-report:hover{
  color: #666;
}

.form-site__report-text{
  color: #000;
}

.form-site__report-head{
  display: flex;
  gap: 15px;
  align-items: stretch;
}

.form-site__report-ic{
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

.form-site__report-text_small{
  color: #000;
  font-size: 14px;
}

.form-site_report-link{
  font-size: 14px;
  text-decoration: none;
}

@media (min-width:1024px) {
  .form-site__report-text_small, .form-site_report-link{
  font-size: 15px;
}
}

.top-slider__video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* чтобы видео вело себя как background-size: cover */
    object-position: top;
    position: absolute;
    top: 0;
    left: 0;
}

.translate-btn {

}

@media (max-width: 991px) {

  .translate-btn {
    order: 1;
    min-width: auto;
  }

}


.newDealer__header:before {
	display: none;
}

.newDealer__header {
	min-height: 350px;
}

.productMap__item._desktop {
	display: none;
}

.newDealer__item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom: 10px;
}

.newDealer__item:last-child {
	margin-bottom: 0;
}

.newDealer__item .productMap__itemLink {
	padding: 0 5px;
}

.newDealer__item .newDealer__icons {
	display: flex;
	align-items: center;
	margin-bottom: -10px;
	padding: 0 5px;
}

.newDealer__item .newDealer__icons img {
	margin-right: 12px;
}

.newDealer__item .newDealer__icons img:last-child {
	margin-right: 0;
}

.newDealers__products {
	width: calc(100% + 7rem);
	margin-top: 30px;
	margin-right: -3.5rem;
	margin-left: -3.5rem;
	font-family: 'Regular';
}

.newDealers__products-title {
	padding: 19px 32px;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	color: #1E2128;
	background-color: #F2F2F2;
	font-family: 'Medium';
}

.newDealers__products-content {
	padding: 6px 3.5rem 0;
}

.newDealers__products-row {
	width: 100%;
	min-height: 55px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #878787;
	box-sizing: border-box;
}

.newDealers__products-name {
	display: inline-flex;
	padding: 18px 0;
	font-size: 14px;
	line-height: 130%;
	color: #000;
	font-family: 'Regular';
}

.newDealers__products-val {
	display: inline-flex;
	justify-content: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	color: #878787;
	text-align: center;
	width: 130px;
	font-family: 'Medium';
}

@media screen and (min-width: 601px) and (max-width: 1280px) {
	.newDealers__products {
		width: calc(100% + 4.8rem);
		margin-right: -2.4rem;
		margin-left: -2.4rem;
	}
}

.formHeaderDealer {
	width: 100%;
	margin-bottom: 32px;
}

.newDealerBtn {
	background: #E95314;
}

.dealerBtns {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.productInnerHeader__previewModel a {
	text-align: center;
	text-decoration: none;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.productInnerHeader__previewModel a:hover {
	text-align: center;
	text-decoration: none;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.popup__field:nth-child(10) {
	display: none;
}


.header-search-content form {
	display: flex;
}

.header-search-content form input[type="text"] {
	width: 100%;
}

.btn-search {
	background-color: transparent;
	cursor: pointer;
	min-width: 50px;
}

.btn-search svg {
	transition: fill .2s ease;
}

.btn-search:hover svg {
	fill: #f27e2a;
}


.search-page form .inputtext {
	width: 100%;
}

.search-language-guess {
	padding: 0 20px;
}

.index-bottomtext {
	padding-bottom: 73px;
}