.header .container {
  padding: 0 !important;
}

.header .top-content {
  display: flex;
  align-items: center;
  /* padding: 55px 0 40px 0; */
  padding: 20px 0;
  margin: 0 15px;
  justify-content: space-between;
  gap: 2vw;
}

.header .top-content.mobile {
  display: none;
}

.header .top-content .logotype {
  background-image: url(/local/templates/pricep45/images/header/logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 210px;
  min-width: 144px;
  height: 85px;
}

.header .top-content_both {
  display: flex;
  flex-direction: column;
  gap: 2vh;
  width: 900px;
}

.header .top-content_both hr {
  margin: 0;
  padding: 0;
  height: 0;
  border: none;
  border-top: 1px solid #eb1c24;
}

.header .top-content_top {
  display: flex;
  align-items: center;
  gap: 32px;
  line-height: 19px;
  justify-content: space-between;
}

.header .header-description {
  width: 21vw;
  margin-bottom: 0;
  font-size: 14px;
}

.header-address {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-address img {
  max-height: 30px;
}

.header .header-address address {
  margin-bottom: 0;
  font-size: 14px;
  width: 7vw;
}

.header .top-content_bottom {
  display: flex;
  gap: 3vw;
}

/* .header .top-content_bottom::before {
  content: ' ';
  background: #eb1c24;
  width: 150px;
  height: 1px;
  position: absolute;
} */

.header .header-cart {
  display: flex;
  gap: 1vw;
  align-items: center;
}

.header a {
  text-decoration: none;
  color: #000;
}

.header .top-content .navigation {
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 10px 0;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
}

.header .top-content .additional {
  display: flex;
  flex-flow: column;
  /*align-items: self-end;*/
  gap: 8px;
  width: 170px;
  font-size: 16px;
  /*padding: 0 20px;*/
}

.header .top-content .additional .phone {
  /* line-height: 1; */
  display: flex;
  flex-flow: column;
  /* gap: 5px; */
  font-size: 10px;
  /* line-height: 12px; */
  text-align: center;
}

.header .top-content .additional .phone p {
  margin: 0;
}

.header .top-content .additional .phone a {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 20px;
  color: #539de4;
  line-height: 27px;
}

.header .top-content .additional .dealers {
  line-height: 1;
}

.header .top-content .additional .additional-btn-link {
  display: none;
}

.btn-header-nav.root-item {
  font-weight: bold;
}

.header .top-content .additional .city {
  display: flex;
}

.header .header-cart p {
  margin-bottom: 0;
}

.header .social-icons {
  display: flex;
  gap: 15px;
}

.table-wrap {
  overflow-x: auto;
}

table.table-1 td {
  min-width: 200px;
}

.button-consultation {
	display: flex;
	justify-content: center;
	text-decoration: none !important;
	margin-bottom: 20px;
}

.consultation__wrapper {
	width: 60%;
	display: inline-block;
	padding: 7px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #D2232A;
	border: 1px solid #D2232A;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	background-color: white;
	transition: all 0.3s ease;
}

.consultation__wrapper:hover {
	background-color: #D2232A;
	color: white;
}

.consultation__text {
	text-align: center;
}


@media (max-width: 1367px) {
  .header .top-content {
    gap: 1vw;
  }
  .header .top-content_bottom {
    gap: 5vw;
  }
  .header .top-content_top {
    gap: 1vw;
  }
  .header .header-description {
    width: 30vw;
  }
  .header-address {
    gap: 5px;
  }
  .header .header-address address {
    width: auto;
  }
  .header .top-content .additional .phone a {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .header .top-content .additional {
    font-size: 14px;
  }
}

@media (max-width: 760px) {
	.button-consultation {
		margin-top: 15px;
		margin-bottom: 0px;
	}

	.consultation__wrapper {
		width: 100%;
	}

  .header .top-content {
    padding: 10px 0 0 0;
    justify-content: space-between;
  }

  .header .top-content .navigation {
    display: none;
  }

  .element-pricep-config {
    display: flex;
    flex-flow: column;
  }

  .element-pricep-config-price.pricep-config-price {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .element-pricep-config-button {
    justify-content: center;
  }

  .element-pricep-config-characteristic .properties {
    padding-left: 0;
  }

  .text-desc img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 430px) {
  .header {
    padding: 5px;
  }
  .header .top-content {
    margin: 0;
    padding: 0;
  }
  .header .top-content_top {
    line-height: 14px;
  }

  .bx-filter-parameters-box  {
    padding: 0 !important;
  }
  .header .logotype-hr {
    display: flex;
    flex-direction: column;
  }
  .header .social-icons {
    gap: 10px;
  }
  .header .social-icons img {
    max-width: 20px;
  }
  .header .top-content {
    display: none;
  }
  .header .top-content_bottom {
    display: flex;
    /* gap: 10vw; */
    justify-content: space-around;
  }

  .btn-header-nav.root-item {
      font-weight: 100;
  }
  .header .top-content.mobile {
    display: flex;
  }
  .header .top-content_top {
    flex-direction: row;
    gap: 15px;
  }
  .header .header-description {
    width: 100%;
    /* text-align: center; */
    font-size: 10px;
  }
  .header .top-content {
    flex-direction: row;
  }
  .address-link {
    display: none;
  }
  .header .top-content .logotype {
    width: 40vw;
    margin-bottom: 1vh;
    margin: 0 auto;
  }

  .header .top-content .additional {
    justify-content: space-evenly;
  }
  .header .top-content .additional .phone {
    line-height: 1;
    display: flex;
    flex-flow: column;
    /* gap: 7px; */
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }

  .header .top-content .additional .phone a {
    font-size: 15px;
    min-width: 161px;
  }

  .header .top-content .additional .additional-btn-link {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    background: linear-gradient(
      180deg,
      #5195dd 0%,
      #8ec5fe 47.4%,
      #64aefa 100%
    );
    color: #fff;
    padding: 4px 24px;
    border-radius: 4px;
    text-decoration: none;
  }
  /* .trailers {
    padding: 0;
  } */
}

@media screen and (max-width: 375px) {
  /* .header .top-content .additional .phone a {
    font-size: 12px;
  } */
  .header .top-content_both {
    gap: 0;
  }

  .header .top-content .logotype {
    margin: 0;
  }

  .header .logotype-hr {
    align-items: center;
  }

  .header .top-content_bottom {
    /* flex-direction: column; */
    align-items: anchor-center;
    gap: 0;
  }

  .header .top-content .additional .additional-btn-link {
    font-weight: 700;
    font-size: 12px;
    padding: 2px 12px;
    min-width: 161px;
  }
  .header .top-content .additional {
    align-items: center;
  }
}
.title-main-cosom-h2{
  padding-bottom: 0;
  margin-bottom: 0;
}
.h1-costom{
  padding-bottom: 0;
  padding-top: 10px;
}

#horizontal-multilevel-menu li:first-child ul {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .header .top-content_both {
    width: 100%;
  }

  .header .header-description {
      width: 100vw;
      padding: 15px;
  }

  .header .top-content_top {
      flex-direction: column;
  }

  .header .top-content {
      flex-direction: column;
  }

  .header-button-consultation {
    display: none !important;
  }
}