@import url("font/inter/stylesheet.css");
html,
body {
  font-family: "Inter";
  font-size: 16px;
  color: #0c141b;
}
h1 {
  font-size: 35px;
  font-weight: bold;
  color: #000000;
}
h2 {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  margin-bottom: 30px;
}
ul {
  list-style: none;
}
ul li:before {
  content: " - ";
}
ul li,
ol li {
  margin-bottom: 10px;
}
a {
  color: #000;
  cursor: pointer;
}
a:hover {
  color: #d71125;
  text-decoration: none;
  cursor: pointer;
}
footer {
  margin-top: 100px;
}
.footer_right {
  padding: 45px;
}
.footer_left {
  padding: 45px 60px 45px 0;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.col-no-padding {
  padding-right: 0;
  padding-left: 0;
}
.block__header {
  padding: 20px 0 20px 0;
}
.background__grey {
  background-color: #f9f9f9;
}
.background__white {
  background-color: #fff;
}
.block__logo img {
  width: 300px;
}
.head_phone a {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}
.head_phone a:hover {
  color: #d71125;
  text-decoration: none;
}
.block__menu img {
  width: 30px;
}

a:-webkit-any-link:focus {
  outline: none;
}

/*Слайдер баннер на главной*/
.block_padding__left {
  padding-left: 10%;
}
.block_padding__right {
  /*padding-right: 16.4%;*/
}
.title_banner {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}
.banner_left {
  padding-top: 45px;
  /*padding-bottom: 45px;*/
  padding-bottom: 25px;
  padding-right: 45px;
}
.banner_right {
  padding-top: 15px;
}
.button_banner {
  width: 50%;
  background: #d71125;
  border-radius: 3px;
}
.button_banner a {
  font-weight: bold;
  color: #ffffff;
  padding: 10px;
  display: block;
  text-align: center;
}
.button_banner:hover {
  background: #000;
}
.button_banner a:hover {
  text-decoration: none;
}
.bottom_block_banner {
  background: #0c141b;
  padding: 20px;
}
.bottom_block_banner_title {
  font-weight: bold;
  font-size: 25px;
  color: #ffffff;
  line-height: 1.1;
}
.bottom_block_banner_title a {
  color: #ffffff;
}
.bottom_block_banner_text {
  color: #ffffff;
}
.top_block_banner .banner_img {
  width: 53%;
  padding-bottom: 15px;
  margin: 0 auto;
}
.number_bannner {
  font-weight: bold;
  font-size: 31px;
  color: #ffffff;
  opacity: 0.2;
}
.banner_link {
  position: absolute;
  background: #d71125;
  right: 136px;
  padding: 13px;
  width: 79px;
  bottom: 161px;
  text-align: center;
}
.banner_link_main {
  position: absolute;
  background: #d71125;
  right: 121px;
  padding: 13px;
  width: 79px;
  bottom: 161px;
  text-align: center;
}
.link-left {
  margin-right: 15px;
}
/*End слайдер баннер на главной*/

/*Три блока на главной*/
.block_item {
  border: 1px solid #cecece;
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 30px;
  border-right: none;
  min-height: 205px;
}
.block_item_right_border {
  border-right: 1px solid #cecece !important;
}
.block_item:hover {
  color: #d71125;
  text-decoration: none;
}
.block_item p {
  margin-bottom: 0;
}
.block_item .block_item_title {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.block_item .block_item_title::after {
  content: "→";
  padding-left: 20px;
  position: relative;
  top: -2px;
}
/*End Три блока на главной*/

/*Каталог на главной*/
#catalogBlock {
  /*margin-top: 100px;*/
  margin-top: 50px;
}
.catalog_img {
  width: 100%;
}
.bg-img {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  transition: 0.3s;
  top: 0;
}
.catalog_title {
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  bottom: 30px;
  left: 50px;
}
.catalog_block_item {
  display: block;
}
.bg-img:hover {
  background: rgba(215, 17, 37, 0.83);
}

.catalog_block_item:hover .catalog_title::after {
  content: "→";
  padding-left: 15px;
  position: relative;
  top: -2px;
}
/*End Каталог на главной*/

/*Спецпредложение*/
#spaecofferBlock {
  margin-top: 100px;
}
.specoffer_title {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: #000000;
}
.but_order {
  padding: 34px;
}
.but_order a {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
}
.but_order a:hover {
  color: #d71125;
  text-decoration: none;
}
.but_order a::after {
  content: "→";
  padding-left: 15px;
  position: relative;
  top: -2px;
}
.specoffer_img {
  width: 100%;
}

/*End Спецпредложение*/

/*Блок товары*/
#tovarBlock {
  margin-top: 100px;
}
.block_item_tovar {
  border: 1px solid #cecece;
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 0px;
  /*border-right: none;*/
  text-align: center;
}

.block_item_tovar:hover {
  color: #d71125;
  text-decoration: none;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
}

.block_item_tovar .tovar_title {
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
  font-size: 15px;
  padding: 10px 10px 10px 10px;
  min-height: 90px;
}
.block_item_tovar .tovar_img {
  width: 100%;
  margin: 0 auto;
  /*margin-bottom: 15px;*/
  margin-bottom: 0px;
  height: 303px;
  object-fit: cover;
}
.tovar_slider {
  position: relative;
  right: 119px;
  float: right;
  top: -50px;
}
/*End Блок товары*/

/* о нас*/
.title_about {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
  /* padding: 30px 0 30px 0;*/
  padding: 30px 0 0px 0;
}
/*.banner_right_about{
	padding-top: 45px;
    padding-left: 45px;
}*/
.banner_right_about {
  padding-top: 0px;
  padding-left: 45px;
}
/*
	.text_about{
	font-weight: 500;
    font-size: 20px;
    padding: 30px 0 30px 50px;
	margin-bottom: 0;
}*/

.text_about {
  font-weight: 500;
  font-size: 17px;
  padding: 20px 0 5px 50px;
  margin-bottom: 0;
}

.text_about::before {
  content: "”";
  display: block;
  font-size: 70px;
  line-height: 20px;
  position: relative;
  left: -55px;
  top: 30px;
}
.text_about::after {
  content: "„";
  display: block;
  font-size: 70px;
  line-height: 20px;
  text-align: right;
  position: relative;
  right: 45px;
  top: -20px;
}
/*End о нас*/

/*Новости*/
#newsBlock {
  margin-top: 100px;
  padding-left: 10px;
}
.item_new {
  border-bottom: 1px solid #cecece;
  margin-bottom: 15px;
  /* margin-right: 50px;*/
}
/*.news_img{
	width: 100%;
}*/
#newsBlock .news_img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}
.date_new {
  color: #cecece;
  font-size: 14px;
}
/*End Новости*/

/*Блок заявки*/
#formBlock {
  margin-top: 100px;
}
.form_order {
  background: #0c141b;
  padding: 50px;
}
.form_order_title {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
  line-height: 1.2;
}
.form_order_text {
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 0;
}
.form_class {
  margin: 0 auto;
  text-align: center;
}
.form_input {
  background: #ffffff;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  width: 60%;
  margin-bottom: 10px;
  border: none;
}
.form_input_but {
  border: 3px solid #ffffff;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #0c141b;
  color: #fff;
  font-weight: 800;
  width: 60%;
  padding: 12px;
}
.form_input_but:hover {
  background-color: #d71125;
}
/*End Блок заявки*/

/*инстаграм*/
#instagramBlock {
  margin-top: 100px;
}
.insta_img {
  width: 100%;
}
.insta-text a {
  font-weight: bold;
  font-size: 30px;
  /* color: #cecece;*/
  color: #000000;
}
.insta-text a:hover {
  color: #d71125;
}
.insta-text img {
  width: 36px;
  margin-right: 7px;
  position: relative;
  top: -3px;
}
.insta_slider {
  position: relative;
  right: 14px;
  float: right;
  top: -27px;
}
/*End инстаграм*/

/*Раздел каталога*/
.breadcrumb_link a {
  color: #cecece;
  text-decoration: underline;
}
.breadcrumb_link a:hover {
  color: #000;
  text-decoration: underline;
}
.breadcrumb_link .bread_active {
  color: #cecece;
}
.breadcrumb_link {
  color: #cecece;
  margin: 20px 0 20px 0;
}
.section_name a {
  font-size: 20px;
  text-decoration-line: underline;
  color: #000000;
}
.section_name a:hover {
  color: #d71125;
}
.section_name img {
  margin-right: 15px;
  position: relative;
  top: -3px;
}
.item_block_section_slider {
  float: left;
  width: 49%;
  border: 1px solid #f1f1f1;
  margin: 0 5px 10px 5px;
}
.item_block_section_slider_2 {
  float: left;
  width: 50%;
}
.item_block_section {
  /* float: left;
		width: 33%;
		border: 1px solid #F1F1F1;
		padding: 10px;
		position: relative;
	*/
  float: left;
  width: 48%;
  border: 1px solid #f1f1f1;
  padding: 0;
  position: relative;
  margin: 0 5px 10px 5px;
}

.item_block_section_20 {
  /* float: left;
		width: calc(20% - 1px);
		border: 1px solid #F1F1F1;
		padding: 10px;
	position: relative;*/
  float: left;
  width: calc(24% - 5px);
  border: 1px solid #f1f1f1;
  padding: 0;
  position: relative;
  margin: 8px;
}
.item_block_section_20:hover,
.item_block_section:hover {
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
}
.item_block_section_hover {
  display: none;
  position: absolute;
  background: #d71125;
  height: auto;
  transition: 0.3s;
  color: #fff;
  padding: 13px;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}
/*.item_block_section_20:hover{
	padding: 0px;
}*/
/*.item_block_section_20:hover .item_block_section_hover, 
	.item_block_section:hover .item_block_section_hover{
	display: block; 
}*/
.section_catalog_name {
  /*font-weight: bold;
		font-size: 14px;
		text-transform: none;
		margin-top: 10px;
		height: auto;
		line-height: 1.2;
	min-height: 85px;*/
  font-weight: 400;
  font-size: 15px;
  text-transform: none;
  margin-top: 0;
  height: auto;
  line-height: 1.2;
  min-height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  border-top: 1px solid #f1f1f1;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;

  justify-content: center;
}
.item_block_section_slider .title_section_slider {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}
.item_block_section_slider .text_section_slider {
  text-align: center;
  padding: 0 30px 0 30px;
  line-height: 1.2;
}
.but_sction_more a {
  border: 2px solid #ffffff;
  border-radius: 3px;
  color: #fff;
  padding: 12px;
  display: block;
  text-align: center;
  font-weight: bold;
}
.titlee_sction_more {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.red_block {
  background-color: #d71125;
  color: #fff;
}
.red_block .section_catalog_name a {
  color: #fff;
}
.red_block:hover {
  /*padding: 10px;*/
}
.red_block .text_sction_more {
  text-align: center;
}
.red_block .section_catalog_name {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*end Раздел каталога*/

/*карточка товара*/

.accordion {
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.5s;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  font-weight: bold;
  font-size: 18px;
  background-color: #fff;
  color: #cecece;
}
button:focus {
  border: none;
  outline: none;
}

.active,
.accordion:hover {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
}
.accordion:hover.accordion:after {
  color: #000;
}
.active.accordion:after {
  color: #000;
  content: "\2212";
}
.accordion:hover {
  /* background-color: #607D8B;*/
}
.accordion:after {
  content: "\002B";
  font-size: 25px;
  font-weight: bold;
  float: right;
  margin-left: 0;
  color: #cecece;
  position: relative;
  top: -5px;
}

.panel_acc {
  padding-top: 3px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  text-align: left;
  margin-bottom: 0;
  padding-left: 15px;
}
.accordion[data-active="default"] + .panel_acc {
  padding: 25px 0;
}
.acc__block {
  margin-top: 20px;
  margin-bottom: 40px;
}

.acc__pic {
  width: 23px;
  float: left;
  margin: 0 !important;
  margin-right: 15px !important;
}
.button_red {
  background: #d71125;
  border-radius: 3px;
  width: 80%;
  margin: 0 auto;
}
.button_red.butlis {
  width: 90%;
  margin-top: 15px;
}
.button_red:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.button_red a {
  font-weight: bold;
  color: #ffffff;
  padding: 10px;
  display: block;
  text-decoration: none;
  text-align: center;
}
.button_white {
  background: #fff;
  border-radius: 3px;
  border: 2px solid #000000;
  width: 80%;
  margin: 0 auto;
}
.button_white:hover {
  background: #000;
}
.button_white a:hover {
  color: #fff;
}
.button_white a {
  font-weight: bold;
  color: #000;
  padding: 8px;
  display: block;
  text-decoration: none;
  text-align: center;
}
.product_img_dop {
  width: 100%;
  margin: 0 auto;
  height: 377px;
  object-fit: cover;
}
.product_img_dop.product_img_dop_border {
  height: 125px;
  object-fit: cover;
}
.product_img_dop_border:hover {
  border: 1px solid #d71125;
}
#sectionProductTable {
  margin-top: 100px;
}
.related_block {
  padding: 50px;
}
.related_title {
  font-size: 30px;
  font-weight: bold;
}

/*end карточка товара*/

/*Галерея*/
.item_gallery_block {
  display: block;
  margin-right: 5px;
  margin-top: 5px;
}
.item_gallery_block img {
  width: 100%;
}
.item_block_gallery_hover {
  display: none;
  position: absolute;
  background: #d71125c4;
  height: auto;
  transition: 0.3s;
  color: #fff;
  padding: 20px;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  top: 4px;
  width: 99%;
}
.item_gallery_block:hover .item_block_gallery_hover {
  display: block;
}
.title_gallery_block {
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 30%;
}
.view_photo,
.view_video {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.view_photo:hover,
.view_video:hover {
  border-bottom: 1px solid #d71125;
  color: #d71125;
  cursor: pointer;
}
#sectionGallery .nav-tabs .nav-link {
  border: none;
}

#sectionGallery .nav li:before {
  content: none;
}
#sectionGallery .nav-tabs .nav-item {
  width: 50%;
  text-align: center;
}
#sectionGallery .nav-tabs .nav-item.show .nav-link:hover,
.nav-tabs .nav-link.active {
  border: none;
  color: #000;
}
#sectionGallery .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none;
  border-bottom: 1px solid #d71125;
  color: #d71125;
  cursor: pointer;
  margin-bottom: 29px;
}
#sectionGallery .active,
.accordion:hover,
.nav-tabs {
  /*border: none;*/
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.btn_more_gallery {
  width: 30%;
  margin: 30px auto;
}

.img_gallerypage {
  width: 100%;
}
.content {
  max-width: 950px;
  margin: 0 auto;
}
.item_gallerypage {
  margin: 2px;
  display: block;
}
#specGalBlock {
  margin-top: 100px;
}
#specGalBlock .block_item_tovar {
  border: 1px solid #cecece;
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 0;
  border-right: none;
  text-align: center;
}

#specGalBlock .block_item_tovar:hover {
  color: #d71125;
  text-decoration: none;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
}

#specGalBlock .block_item_tovar .tovar_title {
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  bottom: 30px;
  left: 50px;
}
#specGalBlock .block_item_tovar .tovar_img {
  width: 100%;
}
#specGalBlock .tovar_slider {
  position: relative;
  right: 103px;
  float: right;
  top: 16px;
}
.tovar_spc_btn {
  border: 1px solid #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  bottom: 39%;
  left: 50px;
  padding: 5px;
  letter-spacing: 0.2em;
  font-size: 12px;
  display: block;
  margin-bottom: 15px;
  display: none;
}
/*end Галерея*/

/*Новости*/

#newsBlockAll .item_new_big {
  border: 1px solid #cecece;
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 0;
  border-right: none;
  text-align: center;
  margin-bottom: 8px;
  position: relative;
  max-height: 282px;
}

#newsBlockAll .item_new_big:hover {
  color: #d71125;
  text-decoration: none;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
}

#newsBlockAll .item_new_big .tovar_title {
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  bottom: 30px;
  left: 50px;
}
#newsBlockAll .item_new_big .news_img_big {
  width: 100%;
  height: 100%;
  max-height: 280px;
  object-fit: cover;
}
#newsBlockAll .tovar_slider {
  position: relative;
  right: 103px;
  float: right;
  top: 16px;
}
#newsBlockAll .bg-img-news {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  transition: 0.3s;
  top: 0;
}

#newsBlockAll .bg-img-news:hover {
  background: rgba(215, 17, 37, 0.83);
}
#newsBlockAll .tovar_spc_btn {
  /* border: 1px solid #FFFFFF;
		font-weight: bold;
		text-transform: uppercase;
		color: #FFFFFF;
		position: absolute;
		bottom: 36%;
		left: 20px;
		padding: 5px;
		letter-spacing: 0.2em;
		font-size: 12px;
		display: block;
	margin-bottom: 20px;*/

  border: 1px solid #dbdee0;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px;
  letter-spacing: 0.2em;
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
  bottom: auto;
  left: auto;
  background-color: #ffffffd6;
  display: none;
}
#newsBlockAll .item_new {
  border-bottom: 1px solid #cecece;
  margin-bottom: 15px;
  /*margin-right: 50px;
	margin-left: 30px;*/
}
#newsBlockAll .block_item_tovar {
  border: 1px solid #cecece;
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 0;
  border-right: none;
  text-align: center;
  margin: 5px;
  position: relative;
}

#newsBlockAll .block_item_tovar:hover {
  color: #d71125;
  text-decoration: none;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
}

#newsBlockAll .block_item_tovar .tovar_title {
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  bottom: 14px;
  left: 21px;
}
#newsBlockAll .block_item_tovar .tovar_img {
  width: 100%;
  object-fit: cover;
  height: 190px;
}
/*end Новости*/

/*Контакты*/
#sectionContacts {
  margin-top: 100px;
}
.info_contacts {
  font-weight: bold;
  font-size: 24px;
}
/*end  Контакты*/

/*О компании*/
#sectionCompany {
  margin-top: 100px;
}
.btn_company {
  margin-left: 0;
  width: 50%;
}
/*end о компании*/

/*Стрелки слайдера*/
.slider_top_arow .slick-arrow {
  background-color: #d71125;
  padding: 23px;
  position: absolute;
  right: 0;
  top: -60px;
  cursor: pointer;
  width: auto;
}

.slider_top_arow .prev {
  right: 58px;
}
.slider_bottom_arow .slick-arrow {
  background-color: #d71125;
  padding: 23px;
  position: absolute;
  right: 0;
  bottom: -53px;
  cursor: pointer;
  width: auto;
  z-index: 9;
}

.slider_bottom_arow .prev {
  right: 58px;
}
.SliderInstagram .slick-arrow {
  background-color: #d71125;
  padding: 23px;
  position: absolute;
  right: 14px;
  bottom: -33px;
  cursor: pointer;
  z-index: 9999;
}

.SliderInstagram .prev {
  right: 58px;
}

.slider-nav .slick-arrow {
  right: 2px;
  top: -62px;
}
.slider-nav .prev {
  right: 60px;
}
.slider-product .slick-current,
.slider-product .slick-slide:focus {
  border: 1px solid #d71125;
}
.SliderMain .slick-arrow {
  background-color: #d71125;
  padding: 15px;
  position: absolute;
  right: 0px;
  bottom: 0;
  cursor: pointer;
  z-index: 9999;
}

.SliderMain .prev {
  right: 42px;
}

.SliderCatalog .slick-arrow {
  background-color: #d71125;
  padding: 16px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
  z-index: 9999;
}

.SliderCatalog .prev {
  right: 44px;
}

.carusel_banki .slick-arrow {
  background-color: #d71125;
  padding: 23px;
  position: absolute;
  right: 14px;
  bottom: -50px;
  cursor: pointer;
  z-index: 9999;
}

.carusel_banki .prev {
  right: 58px;
}

.slider_video_main .slick-arrow {
  background-color: #d71125;
  padding: 23px;
  position: absolute;
  right: 14px;
  bottom: -33px;
  cursor: pointer;
  z-index: 9999;
}

.slider_video_main .prev {
  right: 58px;
}

/*end Стрелки слайдера*/

.video_main_item {
  padding: 5px;
}
.white a,
.white {
  color: #fff;
}
.white_back {
  background-color: #fff;
}
.back_fon {
  background: url(/bitrix/templates/rotovator/img/back-fon-main-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.black-color {
  color: #000 !important;
}
.background__black {
  background: #000;
}
.margin__top_main {
  /*margin-top: 50px;*/
  margin-top: 0px;
}

/*Меню*/
.menu {
  background: #000;
  padding: 50px;
}
.menu ul li:before {
  content: none;
}
.menu a {
  color: #fff;
  font-weight: bold;
  font-size: 19px;
}
.menu a:hover {
  color: #d71125;
}
.menu .menu_right {
  text-align: right;
  padding-right: 80px;
}
.name-logo {
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
}
#black_header {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.header_block {
  position: relative;
}
.menu-open {
  cursor: pointer;
}
/*end Меню*/

.slick-slide:focus {
  border: none;
  outline: none;
}

/*МОБИЛКА*/
@media (max-width: 600px) {
  .block__header {
    text-align: center;
  }
  .title_banner {
    font-size: 25px;
  }
  .button_banner {
    width: 100%;
  }
  .block_padding__right {
    padding-right: 0;
  }
  .banner_right_about {
    padding-left: 15px;
  }
  .banner_link_main {
    position: absolute;
    right: 0px;
    bottom: 0;
  }
  .block_item {
    border-right: 1px solid #cecece;
  }
  .mobile-center {
    text-align: center !important;
  }
  .block_item_tovar {
    border-right: 1px solid #cecece;
  }
  .tovar_slider {
    position: relative;
    left: 0;
    float: none;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .item_new {
    /*   margin-right: 0px;*/
  }
  .form_class {
    margin: 20px auto;
    text-align: center;
  }
  .form_input {
    width: 100%;
  }
  .form_input_but {
    width: 100%;
  }
  .form_order_title {
    line-height: 26px;
    font-size: 24px;
    text-align: center;
  }
  .form_order_text {
    text-align: center;
  }
  .footer_left {
    padding: 0;
    text-align: center;
  }
  .footer_right {
    padding: 0;
    text-align: center;
  }
  .item_block_section_slider,
  .item_block_section_slider_2 {
    width: 100%;
    float: none;
  }
  .item_block_section_20,
  .item_block_section {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
  .item_block_section_slider .img_slider {
    width: 100%;
  }
  .img_section {
    width: 80%;
  }
  .item_block_section_hover {
    padding: 0;
  }
  .but_sction_more {
    padding-bottom: 0;
    margin-bottom: 0px;
  }
  .section_name {
    text-align: center !important;
  }
  .breadcrumb_link {
    text-align: center;
  }
  h1,
  h2 {
    text-align: center;
  }
  .product_img_main {
    text-align: center;
    width: 100%;
  }
  .over_table {
    overflow: auto;
  }
  .button_red,
  .button_white {
    margin-bottom: 15px;
    width: 91%;
  }
  .btn_more_gallery {
    width: 95%;
    margin: 30px auto;
  }
  .SliderCatalog .slick-arrow {
    top: 0;
  }
  .h2_galdtail {
    margin-bottom: 56px;
  }
  .SliderMain .slick-arrow {
    padding: 16px;
    right: 0;
    bottom: 0;
  }

  .SliderMain .prev {
    right: 42px;
  }
  .menu .menu_right {
    text-align: left;
  }
  #black_header {
    width: 100%;
  }
  .menu .menu_right {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
  .menu .menu_left {
    text-align: center;
    padding-left: 0;
  }
  #sectionCompany {
    margin-top: 50px;
  }
  .btn_company {
    margin-left: 0;
    width: 95%;
    margin: 13px auto;
  }
  .content {
    padding: 0 3px 0 15px;
  }
  .contentMobile {
    padding: 0 3px 0 15px;
  }
  .back_fon {
    background: none;
    background-color: #000;
  }
  .margin__top_main {
    margin-top: 0px;
  }
  .news_img {
    width: 96%;
  }
  .footer_right ul {
    padding-left: 0;
  }
  .row_contact_mobile {
    margin-bottom: 25px;
  }
  .item_block_gallery_hover {
    display: block;
  }
  .item_block_section_slider .title_section_slider {
    margin-top: 10px;
  }
  .section_catalog_name {
    font-size: 16px;
    height: auto;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: auto;
  }
  #formBlock {
    margin-top: 0;
  }
  .red_block {
    margin-bottom: 0 !important;
    border: none;
  }
  footer {
    margin-top: 20px;
  }
  /*.item_block_section:hover .item_block_section_hover {
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		align-items: center;
		align-content: space-around;
	}*/
  .panel_acc {
    overflow-x: scroll;
  }
  .block_item_tovar .tovar_title {
    min-height: auto;
  }
  .related_block {
    padding: 10px;
  }
  #sectionRelated .container.col-no-padding {
    padding-right: 15px;
    padding-left: 15px;
  }
  #sectionRelated {
    margin-bottom: 10px;
  }
  #white_header .block_padding__left {
    padding-left: 0%;
  }
}
/*МОБИЛКА*/

/*ДОП*/
@media (min-width: 601px) {
  .SliderCatalog .img_slider {
    max-width: 100%;
    margin: 0 auto;
    /* margin-top: 8%; */
    margin-top: 0;
    margin-bottom: 4%;
    width: 100%;
    padding: 0;
  }
  .img_section {
    /* height: 198px;*/
    /*width: 198px;
		height: 167px;*/
    width: 100%;
    height: 215px;
    object-fit: cover;
  }
}
.video-container .slick-current {
  position: relative;
  padding-bottom: 16.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  height: 500px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-product .slick-slide {
  border: 1px solid #ddd;
}
.main_img__youtube {
  position: relative;
}
.main_img__youtube div.cover {
  /*background-color: #2b3a42;*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.7;
}
.main_img__youtube div.cover span {
  background: url(/upload/icon-yb-1.png) no-repeat;
  width: 50px;
  height: 35px;
  position: absolute;
  top: 34%;
  left: 34%;
  display: block;
  opacity: 0.7;
}

.main_img__youtube_big {
  position: relative;
}
.main_img__youtube_big:hover div.cover_big {
  background-color: #2b3a42;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.7;
}
.main_img__youtube_big div.cover_big span {
  background: url(/upload/icon-yb.png) no-repeat;
  width: 150px;
  height: 105px;
  position: absolute;
  top: 34%;
  left: 34%;
  display: block;
  opacity: 0.7;
}
#sectionRelated {
  margin-top: 20px;
}

.icon_about {
  padding-right: 5px;
  width: 70px;
  height: auto;
  display: inline-flex;
  margin: 0 10px 10px 0;
  float: left;
}
.block_mishion {
  padding: 10px 20px;
}
.index-video {
  clear: both;
  position: relative;
  width: 100%;
  margin: 105px 0 0;
}
.menu_icon_center {
  display: flex;
  align-items: center;
}
.icon_soc_header {
  margin-right: 15px;
  margin-top: 5px;
  display: inline-block;
}
.icon_soc_header span {
  font-size: 25px;
}
.video-container {
  height: 500px;
}
.block_tovars {
  margin-top: 50px;
}
.insta_item {
  padding: 5px;
}

.search-page div.search-item h4 {
  font-size: 100%;
}

.search-page div.search-item {
  padding-bottom: 10px;
}
.search-button {
  background: #d71125;
  border-radius: 3px;
  border: none;
  font-weight: bold;
  color: #ffffff;
  padding: 6px;
  display: block;
  text-align: center;
  font-size: 94% !important;
}
.search-button:hover {
  background: #000;
}
#search-form-header {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  z-index: 1;
  background: #0c141b;
  padding: 50px;
}
#search-form-header table,
#search-form-header tbody {
  display: block;
}
#search-form-header table tr {
  float: left;
}

#search-form-header table tr:nth-of-type(1) {
  width: calc(100% - 65px);
  display: inline-block;
}

#search-form-header table tr:nth-of-type(1) td {
  display: block;
}

#search-form-header input[name="q"] {
  background: #ffffff;
  box-shadow: 0px 1px 20px rgb(0 0 0 / 10%);
  border-radius: 3px;
  padding: 7px;
  width: 100%;
  margin-bottom: 0px;
  border: none;
}
#search-form-header input[name="s"] {
  background: #d71125;
  border-radius: 3px;
  border: none;
  font-weight: bold;
  color: #ffffff;
  padding: 8px;
  display: block;
  text-align: center;
  font-size: 94% !important;
}
#search-form-header input[name="s"]:hover {
  background: #fff;
  color: #000 !important;
}
.search-show {
  cursor: pointer;
  margin-left: 20px;
  height: 25px;
  width: auto !important;
  filter: invert(1);
}
#white_header .search-show {
  filter: invert(0);
}

.search-preview {
  font-size: 80%;
}
#Partenrs {
  margin: 40px 0 40px 0;
}
#Partenrs .partners_item {
  margin-bottom: 20px;
  border: 1px solid #cccccc5e;
  padding: 5px;
}
#Partenrs .partners_item img {
  width: 100%;
  height: 70px;
  object-fit: contain;
}
.item_laesing {
  text-align: center;
}
.item_laesing img {
  margin-bottom: 15px;
}
#sectionGalleryPage.leasing {
  margin-top: 30px;
}
.item_bank img {
  width: 100%;
}
#br-catalog-menu li:before {
  content: "";
}
#br-catalog-menu .depth-1 {
  font-weight: bold;
  font-size: 110%;
}
#br-catalog-menu .depth-2 {
  padding-left: 10px;
}
#br-catalog-menu .depth-3 {
  padding-left: 20px;
}
#br-catalog-menu .depth-4 {
  padding-left: 30px;
}
#br-catalog-menu {
  width: 100%;
  position: absolute;
  z-index: 1;
  background: #fff;
  overflow-y: scroll;
  max-height: 500px;
  box-shadow: 0px 20px 20px rgb(0 0 0 / 10%);
  border: 1px solid #cecece;
  left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 90%;
  display: none;
}
.cat-gallery {
  margin-top: 30px;
}
.cat-gallery .slick-slide {
  margin: 0 1px;
}
.cat-gallery .slick-track {
  margin: 0 1px;
}

@media (max-width: 1140px) {
  #search-form-header {
    padding: 10px;
  }
}

.cat-gallery .slick-slide img {
  object-fit: cover;
  height: 300px;
  width: 100%;
}

#RosAgroLeasing {
}
#RosAgroLeasing .leasing_item {
  /*text-align: center; */
  padding: 20px;
  min-height: 115px;
  display: flex;
  align-items: center;
  flex-direction: row;
  border: 1px solid #00785c;
  border-radius: 34px;
  margin-bottom: 25px;
}
#RosAgroLeasing .leasing_item_icon {
  font-size: 50px;
  color: #ffaf00;
  margin-right: 15px;
}
#RosAgroLeasing .leasing_item_text {
  line-height: 1.2;
}
#RosAgroLeasing .leasing_item_dec span {
  font-size: 25px;
}
#RosAgroLeasing .p_big_text {
  text-align: center;
  font-size: 22px;
  margin-bottom: 25px;
}
#RosAgroLeasing .leasing_item_contact {
  text-align: center;
  font-size: 17px;
  line-height: 1.2;
  border: 1px solid #00785c;
  border-radius: 25px;
  padding: 14px;
}
#RosAgroLeasing .download {
  background-color: #007854;
  color: #fff;
  padding: 15px;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 25px;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid #007854;
}
#RosAgroLeasing .download:hover {
  background-color: #fff;
  color: #007854;
  border: 2px solid #007854;
  text-decoration: none;
}
#RosAgroLeasing .big_img {
  width: 100%;
}
#RosAgroLeasing .logo_img {
  width: 500px;
}

.lising_but_catalog {
}
.lising_but_catalog a {
  display: block;
}
.lising_but_catalog a img {
  width: 180px;
}
.price_question {
  border: 1px solid #cecece;
  padding: 0;
  margin: 0;
  background-color: #eee;
  padding-bottom: 15px;
  border-radius: 3px;
}
.price_question_title {
  border-bottom: 1px solid #cecece;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.main_block_menu {
  position: relative;
}
#br-catalog-menu.main_but_menu {
  top: 42px;
  border: 4px solid #d71125;
  border-radius: 4px;
}

#Banks {
  margin: 100px 0 100px 0;
}
#Banks .banki_item {
  margin-bottom: 20px;
  padding: 10px;
}
#Banks .banki_item img {
  width: 100%;
}
.basics_content_txt img {
  width: 100%;
}

.attention_block_product {
  border: 1px solid #cecece;
  padding: 10px;
  margin: 0;
  background-color: #eee;
  padding-bottom: 15px;
  border-radius: 3px;
  margin-bottom: 25px;
  margin-top: 15px;
}

#ArgonicBlockImg img {
  width: 100%;
}
#ArgonicBlockTitle {
  margin: 50px 0;
}
#ArgonicBlockTitle h1 {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
#ArgonicBlockInfo .info_img {
  width: 100%;
  margin: 30px 0;
}
#ArgonicBlockInfo {
}
#ArgonicBlockInfo h2 {
  color: #225aa5;
  text-transform: uppercase;
}
#ArgonicBlockInfo p {
}
#ArgonicBlockInfo p span {
  color: #225aa5;
  font-weight: bold;
}
#ArgonicBlockInfo .info_left_top {
  background-color: #eaeaea;
  padding: 30px;
  height: 100%;
}
#ArgonicBlockInfo .info_left_bottom {
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
#ArgonicBlockInfo .info_left_bottom .info_tel {
  color: #225aa5;
  font-size: 25px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  font-weight: bold;
}
#ArgonicBlockInfo .info_left_bottom .info_but a {
  font-weight: bold;
  color: #ffffff;
  padding: 10px;
  display: block;
  text-decoration: none;
  text-align: center;
  background: #d71125;
  border-radius: 3px;
  width: 50%;
  margin: 0 auto;
}
#ArgonicBlockInfo .info_right {
  padding: 30px;
  height: 100%;
}
#ArgonicBlockInfo .info_right ul {
  padding: 0;
  list-style: none;
}
#ArgonicBlockInfo .info_right ul li {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}
#ArgonicBlockInfo .info_right ul li:before {
  content: " ✔ ";
  color: #225aa5;
  margin-right: 5px;
  margin-top: 2px;
}
.block_tovars_2 {
  float: none;
  width: 100%;
}
#sectionGalleryPage .slider_top_arow {
  margin-top: 30px;
}
#sectionGalleryPage .slider_top_arow .slick-arrow {
  top: -92px;
}
.gallery_img_padding {
  padding: 5px;
}

#AdvantNew h2 {
  margin-bottom: 50px;
}
#AdvantNew {
  padding-top: 50px;
}
#AdvantNew.cat_detail {
  padding-top: 100px;
}
#AdvantNew .advant__top .advantnew_item {
  text-align: center;
  line-height: 1;
}
#AdvantNew .advant__top .advantnew_small {
  color: #d71125;
}
#AdvantNew .advant__top .advantnew_big {
  color: #d71125;
  font-size: 35px;
  font-weight: bold;
}
#AdvantNew .advant__top .advantnew_small_2 {
  margin-top: 5px;
}

#AdvantNew .advant__bottom {
  background: #44474a;
  margin-top: 30px;
  padding: 50px 0;
}
#AdvantNew .advant__block_new {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
#AdvantNew .advant__bottom .advant__block_item {
  text-align: center;
  width: 20%;
  padding: 0 20px;
  margin-bottom: 30px;
}
#AdvantNew .advant__bottom_2 .advant__block_new_2 .advant__block_item {
  /*width: 25%;
  text-align: left;
  padding: 0 15px;
  margin-bottom: 30px;*/
  width: 24.3%;
  text-align: left;
  padding: 0 15px;
  margin-bottom: 30px;
  border: 1px solid #cecece;
  padding: 8px;
  text-align: center;
  margin-bottom: 0;
}
#AdvantNew
  .advant__bottom_2
  .advant__block_new_2
  .advant__block_item.advant__block_item_last {
  width: 100%;
  text-align: center;
  border: none;
}
#AdvantNew .advant__bottom .advant__block_item img {
  width: 70px;
  margin-bottom: 10px;
}
#AdvantNew .advant__bottom .advant__block_item .advant__block_title {
  color: #fff;
  line-height: 1;
}
#AdvantNew .advant__bottom_2 .advant__block_item .advant__block_title {
  color: #000;
  line-height: 1;
}

#AdvantNew .advant__bottom_2 {
  background: #fff;
  margin-top: 30px;
  padding: 50px 0;
  padding-bottom: 0;
}
.item_block_section_spec_main {
  float: none;
  width: 100%;
}
.item_block_section_spec_main .item_block_section {
  width: 32%;
  position: relative;
}

.item_block_section_spec_main .catalog_prices {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
}
.item_block_section_spec_main .catalog_price_new {
  font-weight: bold;
  color: #d71125;
  margin-right: 15px;
}
.item_block_section_spec_main .catalog_price_old {
  text-decoration: line-through;
  color: grey;
}
.item_block_section_spec_main .section_catalog_name {
  min-height: 60px;
}

.item_block_section_spec_main .item_block_section .catalog_prices_popup {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #d71125;
  color: #fff;
  padding: 5px 13px;
  text-align: center;
}
.item_block_section_spec_main
  .item_block_section
  .catalog_prices_popup
  .catalog_price_new {
  color: #ffffffe3;
  margin-right: 0;
  font-size: 14px;
}
.item_block_section_spec_main
  .item_block_section
  .catalog_prices_popup
  .catalog_price_old {
  color: #ffffff8a;
  font-size: 12px;
}

.catalog_prices_detail {
  display: inline;
}
.catalog_prices_detail .catalog_price_new {
  font-weight: bold;
  color: #d71125;
  margin-right: 15px;
  margin-left: 15px;
}
.catalog_prices_detail .catalog_price_old {
  text-decoration: line-through;
  color: grey;
  font-size: 20px;
}
.icon_soc_header_new {
  margin-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.icon_soc_header_new span.icon_soc_header_txt {
  font-size: 17px;
  margin-right: 10px;
}
.block__video_vk iframe {
  width: 100% !important;
  height: 377px;
}
.header__channel {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.header__channel img {
  width: 30px;
  border-radius: 8px;
}
.sogl__form_checked {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 63%;
  margin: 0 auto;
  margin-top: 15px;
  text-align: left;
  gap: 10px;
}
.sogl__form_checked label {
  color: #ffffff;
  font-size: 12px;
}
.sogl__form_checked label a {
  color: #ffffff;
  font-size: 12px;
  text-decoration: underline;
}
.sogl_p {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0 auto;
  margin-top: 15px;
  text-align: left;
  gap: 10px;
}
.sogl_p label {
  font-size: 12px;
}
.sogl_p label a {
  font-size: 12px;
  text-decoration: underline;
}

.notice-cookie {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: calc(100% - 120px);
  padding: 5px 10px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 10px;
  position: fixed;
  bottom: 15px;
  left: 0;
  z-index: 100;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
  width: 80%;
  flex-direction: row;
  z-index: 99999999;
  margin: 0 auto;
  right: 0;
}
.notice-cookie .notice-cookie__text {
  font-size: 14px;
}
.notice-cookie a {
  color: #d71125;
  cursor: pointer;
}
.notice-cookie a:hover {
  color: #000;
  cursor: pointer;
}
.notice-cookie.hide {
  display: none;
}
.button.js-close-notice-cookie {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  outline: none;
  margin: 5px;
  background: #d71125;
  border-radius: 5px;
  color: #fff !important;
  font-size: 14px;
  line-height: 1;
  padding: 10px 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
.button.js-close-notice-cookie:hover {
  background: #d71125;
  color: #fff;
}
.header__slogan {
  display: block;
  font-size: 15px;
  color: #fff;
}
#white_header .header__slogan {
  color: #000;
}
.background__black .header__slogan {
  color: #fff;
}

#footer .footer_logo {
  width: 70%;
}
#footer .footer__soc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#footer .footer__soc .wa {
  font-size: 30px;
  color: #2cb742;
}
#footer .footer__soc .tlg {
  font-size: 30px;
  color: #27a7e7;
}
#footer .footer__soc a:hover {
  color: #d71125;
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  list-style: none;
  padding: 0;
  align-items: center;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 30px 0;
  padding: 20px 0;
}
ul.footer__menu li {
  padding: 0;
  margin: 0;
}
ul.footer__menu li:before {
  display: none;
}
@media (max-width: 991px) {
  #br-catalog-menu.main_but_menu {
    left: 0;
    padding: 10px;
  }
  .item__catalog_link {
    float: none;
    width: 100%;
  }
  .pre_header_opt {
    margin-top: 77px;
    padding: 0px 0 15px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
  }
  .pre_header_opt_txt {
    font-size: 16px;
  }
  .fix_header {
    position: relative;
    top: auto;
    z-index: 1;
  }
  /*#RosAgroLeasing .col-sm-12{
		width: 96%;
	}*/
  #RosAgroLeasing .download {
    color: #fff !important;
    width: 95%;
  }
  #RosAgroLeasing .leasing_item_contact {
    margin-bottom: 13px;
  }
  #RosAgroLeasing .logo_img {
    width: 95%;
  }
  .head_phone a {
    font-size: 16px;
  }
  .button_red.butlis {
    margin-top: 0;
  }
  .button_banner:hover {
    background: #d71125;
  }
  #ArgonicBlockInfo .info_left_top {
    padding: 15px;
  }
  #ArgonicBlockInfo .info_right {
    padding: 30px 15px;
  }
  #ArgonicBlockTitle {
    margin: 30px 0;
  }
  #sectionCatalog .item_block_section_slider {
    order: 2;
  }
  #sectionCatalog .item_block_section_slider_2 {
    order: 0;
  }
  #sectionCatalog {
    margin-bottom: 20px;
  }
  .block_tovars .item_block_section_slider {
    order: 2;
  }
  .block_tovars .item_block_section_slider_2 {
    order: 0;
  }
  .block_tovars_2 {
    order: 1;
    margin-bottom: 20px;
  }
  .catalog_title {
    font-size: 12px;
    line-height: 1.2;
    bottom: 50%;
    top: 35%;
    left: auto;
    right: auto;
    padding: 0 10px;
    text-align: center;
    position: relative;
  }
  .basics_content_txt iframe {
    width: 100%;
    height: auto;
    min-height: 300px;
    margin: 20px 0;
  }
  #AdvantNew .advant__bottom .advant__block_item {
    text-align: center;
    width: 50%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  #AdvantNew .advant__top .advantnew_item {
    margin-bottom: 30px;
  }
  #AdvantNew .advant__bottom .advant__block_new_2 .advant__block_item {
    width: 100%;
  }
  #AdvantNew .advant__bottom_2 .advant__block_new_2 .advant__block_item {
    /*width: 50%;
    padding: 0 10px;
    text-align: center;*/
    width: 48%;
    padding: 10px;
    text-align: center;
  }
  .item_block_section_spec_main .item_block_section {
    width: 100%;
  }
  .catalog_prices_detail {
    display: inline-block;
  }
  .icon_soc_header_new span.icon_soc_header_txt {
    display: none;
  }
  #AdvantNew.cat_detail {
    padding-top: 50px;
  }
  .header__channel img {
    width: 23px;
  }
  .header__channel a {
    width: 30%;
  }

  .notice-cookie {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    width: 90%;
    padding: 10px;
    flex-direction: column;
    z-index: 9999999999;
  }
  .notice-cookie .notice-cookie__text {
    font-size: 12px;
  }
}
