/* оформление страниц */

.home-banner__slide h3 {
  font-size: 30px;
}

.home-banner__slide h3,
.home-banner__slide h2 {
  line-height: 120% !important;
}

.zagolovok_second {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: 100;
  margin-bottom: 20px;
}

.butt-on-head {
  margin-bottom: 25px !important;
}

h1,
.h1 {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.proektirovanie_block img {
  border: 1px solid #ccc;
}

.proektirovanie_block ol li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 14px;
}

.proektirovanie_block ul li {
  border-bottom: 1px solid #ccc;
}

.proektirovanie_block h2,
.h2 {
  margin-bottom: 25px;
}

.button_konsultation {
  text-align: center;
  padding: 13px 25px;
  background: #508dc6;
  border-radius: 5px;
  color: white;
  border: none;
}

.button_konsultation:hover {
  background: #fff;
  color: #333;
  border: 1px solid #7486a1;
}

.gofrotara_block ul li {
  padding-bottom: 10px;
}

.block_paper ul li {
  padding-bottom: 10px;
}

.block_legkaya_prom ul li {
  padding-bottom: 10px;
}

.no-margin {
  margin: 0px;
}

.frontpage_heading_text_3 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.catalog-box li {
  max-width: 70%;
  margin-bottom: 20px;
}

.catalog-header-content .catalog-box {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.search-result-item__name {
  color: black;
}

.search-result-item__cost {
  font-size: 16px;
  color: #7486a1;
}

.catalog-filter-accordion .opener:before {
  top: -3px;
}

.catalog-filter-accordion .opener .icon {
  top: 3px;
}

.catalog-filter-accordion .opener {
  overflow: visible;
}

.inner-page .h2 {
  padding-bottom: 0;
}

/*кнопка каталога*/
.catalog-inner-btn {
  border: 1px solid #cccccc;
  border-radius: 5px;
}

/*сайдбар с рубрикатором*/
.catalog-side {
  border-radius: 5px;
}

.catalog-side__title {
  border-radius: 5px;
}

/*кнопка поиска*/

.search_input {
  border-radius: 5px 0px 0px 5px;
}

.callme-button {
  border-radius: 5px;
}

/* превью категорий */

.offer-banner {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  line-height: 120%;
  margin-left: 0px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.offer-text {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 120%;
  margin-left: 0px;
  font-family: inherit;
  font-weight: normal;
  margin-top: 0px;
}
/* заливка кнопки в адаптиве */

@media (max-width: 767px) {
  .btn-fill {
    background-color: #000000;
  }

  .offer-banner {
    font-size: 30px;
    margin-top: 50px;
  }
}

/* блок с информацией на главной */

.krep-text-1 {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  padding-bottom: 30px;
}

.krep-text-2 {
  padding-top: 0px;
  padding-bottom: 25px;
}

.krep-border {
  border-bottom: 1px solid #dcdcdc;
}

/* блок с инъекционными составами */
.cols-cont img {
  margin-bottom: 10px;
}

.cols-cont p {
  margin-bottom: 10px;
}

.cols-cont2 {
  margin-bottom: 20px;
}

.cols-cont3 {
  margin-top: 10px;
}

/* блок со списком вместо баннера */
.list-title {
  font-size: 36px;
  padding-bottom: 20px;
  margin-right: 30px;
}

.list-item {
  color: #333333;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  background: url(https://inn-tec.ru/media/uploads/plus.svg) no-repeat;
  background-position-y: center;
  background-position-x: 98%;
  padding-right: 70px;
}

.list-item:hover {
  border-bottom: 1px solid #508dc6;
  color: #508dc6;
}

.icon2 {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 15px;
  transform: rotate(-90deg);
}

.list-item svg {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 30px;
  fill: #ff5f00;
}

.krep-arrow:hover {
  fill: #ffffff;
}

.krep4 .image {
  padding-bottom: 7px;
}

/* блок линия как таблица */

.lines-class {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  background-color: #ffffff;
}

.lines-class2 {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  background-color: #f5f5f5;
  margin-top: 0px;
  margin-bottom: 0px;
}

.lines-cell {
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid #dcdcdc;
  color: #333333;
}

.lines-cell-first {
  border-left: 1px solid #dcdcdc;
}

.lines-cell:hover {
  background-color: #ffffff;
  color: #508dc6;
}

@media (max-width: 767px) {
  .lines-cell {
    border-top: 1px solid #dcdcdc;
    border-left: none;
    border-right: none;
  }

  .lines-cell-first {
    border-top: none;
  }
}

/* отступ справа от выбора города */
.top-header__phones {
  padding-left: 15px;
}

.content-background-box__text-content {
  color: #000000;
}

.product-item {
  border-radius: 5px;
}

.btn-border {
  border-radius: 5px;
}

.btn {
  border-radius: 5px;
}

.view-sort-item {
  border-radius: 5px;
}

/* шапка */

.header-phones__phone {
  display: inline;
  margin-right: 35px;
}

.top-header__phones {
  padding-left: 0px !important;
}

.menu-button a {
  width: 180px;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid #508dc6;
  border-radius: 5px;
  color: #508dc6 !important;
  opacity: 1;
  transition: 0.2s;
}

.menu-button a:hover {
  text-decoration: none;
  color: #ffffff !important;
  background: #508dc6;
}

.main-menu {
  margin-left: 70px;
}

.top-header .logo {
  margin-top: 10px;
}

.header-body {
  display: none;
}

/* пагинация в товарах */

.product-card__nav-next:hover,
.product-card__nav-prev:hover {
  color: #365f85;
  background: transparent;
  border-bottom: 1px solid #508dc6;
}

/* для заголовков на главной дестоп */
.zagolovok {
  font-size: 120px;
  color: #cad7e2;
  display: none;
}

/* для заголовков на главной мобилка */

@media (max-width: 767px) {
  .zagolovok {
    font-size: 44px;
  }
}

/* для заголовков на главной дестоп */
.zagolovokmini {
  font-size: 60px;
}

/* для заголовков на главной мобилка */

@media (max-width: 767px) {
  .zagolovokmini {
    font-size: 28px;
  }
}

/*Заголовки Макс адаптируем*/

.h2 {
  min-width: 300px;
  max-width: none;
  padding-bottom: 30px;
}

/*цвет фона выпадающего меню категорий*/
.catalog-box {
  background-color: #ffffff;
}

/*пункты категорий выпадающего меню*/

.catalog-box ul a {
  color: #333333;
}

/* ББ */

.big_banners {
  margin-bottom: 0px;
}

.btn-slide {
  height: 50px;
  width: 200px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .btn-slide {
    height: 50px;
  }

  .big_banners .image_cover {
    background-color: #000000;
  }

  .percent {
    color: #fff !important;
  }

  .zagolovok_offer {
    color: #fff !important;
  }
}

.home-banner .slide-content {
  background: none;
  align-items: normal;
}

.home-banner__slide-container {
  padding-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .home-banner.inner-block__active .slide-content {
    background: none;
  }
}

/* правки главной страницы */

.production_first_block .krep-text-2 {
  padding-top: 0;
  padding-bottom: 10px;
}

.production_first_block .krep-text-1 {
  padding-bottom: 0px;
}

.zagolovokmini {
  line-height: 120%;
}

.zagolovok_offer {
  color: #000;
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 120%;
  margin-left: 0px;
  font-family: inherit;
  font-weight: normal;
  margin-top: 0px;
}

.percent {
  color: #3c4446;
  font-size: 140px;
  font-weight: bold;
  line-height: 100%;
  margin-left: 0px;
}

.seo_container {
  margin-top: 100px;
}

@media (max-width: 2000px) {
  .zagolovok_offer {
    margin-top: 10px;
  }
}

@media (max-width: 769px) {
  .projects_block {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .zagolovok_offer {
    margin-top: 0px !important;
    line-height: 120% !important;
  }

  .percent {
    font-size: 130px !important;
  }

  .no-margin {
    padding-top: 0px !important;
  }

  .catalog-block {
    padding-bottom: 35px !important;
  }

  .proizvodim-block {
    padding-bottom: 50px !important;
  }

  .seo_container {
    margin-top: 0px;
  }
}

img {
  max-width: 100%;
}

.btn-offer:hover {
  border: 1px solid #365f85 !important;
}

.zoom-img {
  transition: all 0.3s ease;
}

.zoom-img:hover {
  transform: scale(1.07);
}

.modal .h2 {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .btn,
  .btn-download {
    margin: 0;
  }

  .modal .h2 {
    text-align: left;
  }
}

/* товары */

.tovars-main {
  font-size: 18px;
  padding-top: 15px;
  line-height: 130%;
}

.tovars-block img {
  padding-top: 15px;
}

@media (min-width: 992px) {
  .tab-content {
    padding: 40px 40px 40px 80px;
  }

  .tovars-block img {
    max-width: 90%;
  }
}

.tab-content .table table td {
  padding: 12px 5px;
}

.tovars-choose {
  margin: 20px 0;
}

.tovars-choose .zagolovok_second {
  font-size: 16px;
  margin-top: 25px;
}

.tab-content .text-page p {
  line-height: 140%;
}

.st-button__title {
  text-align: center;
}

/* карточка товара */

@media (max-width: 760px) {
  .product-card__title {
    font-size: 20px;
    line-height: 120%;
  }
}

.product-card__content .not-for-sale:hover {
  background-color: #508dc6 !important;
  border-color: #508dc6 !important;
  color: #fff !important;
}

/* правки */

/* курсор */

[data-fancybox],
.btn-border.callme-button {
  cursor: pointer;
}

@media (max-width: 767px) {
  /* заголовки внутренних страниц в адаптиве */

  .inner-page .h1,
  .inner-page h1 {
    margin-top: 15px;
  }

  /* кнопка каталога в адаптиве */

  .inner-page .catalog-side {
    margin-top: 0;
  }

  .frontpage .catalog-side {
    margin-top: 10px;
  }
}

/* карточка товара */

@media (min-width: 991px) and (max-width: 1279px) {
  .product-card__container {
    padding: 20px 20px;
  }

  .product-card__left {
    padding-right: 20px;
  }
}

.modal {
  background: #fff;
}

/* меню в адаптиве */

.mm-navbar {
  background-color: #333;
  color: #fff;
}

.mobile-phone {
  padding-left: 0px;
}

.mobile-phone .icon {
  display: none;
}

.mobile-phone {
  text-align: center;
}

@media (max-width: 767px) {
  .mobile-ul li .submenu {
    background: #f5f5f5;
  }

  .mobile-ul li .submenu li a:hover {
    background-color: #508dc6;
    color: white;
  }
}

.catalog-side__content ul li a:before {
  background-image: url(https://inn-tec.ru/media/uploads/arrow-catalog.svg);
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  background: url(https://inn-tec.ru/media/uploads/arrow-catalog.svg) 50% 50%
    no-repeat;
}

@media (max-width: 374px) {
  .logo img {
    max-width: 140px;
  }
}

@media (max-width: 575px) {
  .btn-slide {
    width: 100%;
  }

  .home-banner .slide-content .btn {
    margin-top: 0;
  }

  .content-title {
    font-size: 24px;
  }

  .our-clients .h2 {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }

  .no-margin .zagolovok,
  .proizvodim-block .zagolovok {
    text-align: center;
  }

  .catalog-block {
    padding-bottom: 35px !important;
    padding-top: 0px !important;
  }

  .develop-img {
    display: none;
  }

  .proizvodim-block {
    padding-top: 60px !important;
    padding-bottom: 0px !important;
  }

  .no-margin-1 {
    padding-bottom: 60px !important;
    margin-bottom: 0px;
  }

  .text-padding .h2,
  .text-padding h2,
  .proizvodim-block .zagolovok {
    margin-top: 0px !important;
  }

  .text-padding {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
  }

  .product-card-v2 .product-card-v2__content {
    padding: 15px 15px 15px 0;
  }
}

.partners-slider .owl-dots .owl-dot span,
#sync1.owl-theme .owl-dots .owl-dot span {
  background: #ededed;
}

.slider-constructor:not([data-no-arrows]) .slick-dots {
  padding-right: 0;
}

.pagination span.active {
  border-color: #508dc6;
  border-width: 1px;
  background: #508dc6;
}

.pagination .prev:before,
.pagination .next:before {
  border: solid 2px #508dc6;
  border-left: none;
  border-bottom: none;
}

.pagination .prev:hover,
.pagination .next:hover,
.pagination span:hover {
  background-color: #508dc6;
  border-color: #508dc6;
  color: #fff;
}

.catalog-menu-item:hover:after {
  background: #508dc657;
  opacity: 0.8;
}

.catalog-right {
  display: none !important;
}

.product-card__discription .btn-calculate-min:hover,
.product-card__discription .btn-get-an-account-min:hover {
  color: #508dc6;
}

@media (max-width: 767px) {
  .tab_drawer_heading {
    background-color: #f5f5f5;
    font-style: normal;
  }

  .inner-page h2,
  .inner-page h3,
  .inner-page h6 {
    margin-top: 0px;
  }

  .button_konsultation {
    margin-bottom: 20px;
    display: inline-flex;
  }

  .proektirovanie_block .col {
    margin-top: 0px;
  }

  .header-search input {
    border-radius: 5px 0 0 5px;
  }

  .clients-block .col-md-6 {
    width: 50%;
  }

  .frontpage .section-first,
  .frontpage .section-first-alter {
    background-color: #ffffff;
  }
}

.product-card-v2__image .image img {
  object-fit: contain;
}

.slider-constructor .product-card-v2,
.slider-constructor .product-item {
  background: white;
}

.btn-get-an-account-min:hover .icon svg {
  color: #508dc6;
}

.product-card__discription {
  border-radius: 5px;
}

.no-margin-1 {
  margin-bottom: 0px;
}

.frontpage_heading_text_2 h2 {
  margin-bottom: 40px;
}

.product-card-container .product-card-content {
  width: 100%;
}

.custom__accordion.acc__toggle.not_toggle:hover {
  color: #508dc6;
}

/*Описание товара кожухотрубные -------------------------------------------------------------------------------*/

.product-text-and-photo {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin: 0 0 40px 0;
}

.product-text-frame {
  max-width: 80%;
  margin-top: auto;
  margin-bottom: auto;
  min-width: 40%;
}

.product-text-and-photo img {
  max-width: 90%;
  margin-bottom: 15px;
}

.product-text-frame h2 {
  margin-top: 0;
}

.product-photo-frame {
  max-width: 50%;
  display: flex;
  height: 500px;
  flex-direction: column;
  align-items: center;
}

.product-photo-frame img {
  height: 100%;
}

.product-photo-1 {
  display: flex;
  justify-content: center;
  height: 360px;
  align-items: center;
  width: 100%;
}

.product-photo-2 {
  display: flex;
  justify-content: center;
  height: 500px;
  align-items: center;
  width: 100%;
}

.product-photo-1 img {
  height: 100%;
}

.product-text-and-icon {
  display: flex;
  gap: 20px;
}

.product-text-and-icon img {
  width: 60px;
  margin-bottom: auto;
}

.product-text-and-icon p {
  width: 100%;
}

.product-text-frame-last {
  width: 80%;
}

@media (max-width: 768px) {
  .product-text-and-photo {
    flex-direction: column;
  }

  .product-text-frame {
    max-width: 100% !important;
    width: 100% !important;
  }

  .product-photo-frame {
    max-width: 100%;
    display: flex;
    height: auto;
    flex-direction: row;
    align-items: center;
  }

  .product-photo-2 {
    height: 150px;
  }

  .product-photo-2 img {
    height: 100%;
    object-fit: contain;
  }
}

.btn-catalog-pdf {
  height: 60px;
  width: 240px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #508dc6;
  color: black;
}

.btn-center {
  display: flex;
  justify-content: center;
}

.product-sidebar__static-text-wrapper a {
  color: #508dc6 !important;
}

.product-card__discription .btn-border:hover {
  background-color: #508dc6 !important;
  color: white !important;
  border-color: #508dc6 !important;
}

/*Каталог Паяных ---------------------------------------------------------------------------------*/

.catalog-paianih h2 {
  margin: 0 0 20px 0;
}

.catalog-paianih-item {
  margin: 40px 0;
}

.catalog-paianih blockquote {
  background: #f5f5f5;
  margin-bottom: 0;
  padding: 25px 25px 15px;
}

.catalog-img-and-text-frame {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.catalog-img-and-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.catalog-img-and-text-frame img {
  max-height: 140px;
  object-fit: contain;
}

.catalog-img-and-text p {
  text-align: center;
}

.catalog-prisoedinenia-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 40%;
}

.catalog-prisoedinenia-text-rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.catalog-prisoedinenia {
  display: flex;
  justify-content: space-between;
}

.catalog-prisoedinenia img {
  width: 40%;
  max-height: 292px;
  object-fit: contain;
}

.catalog-table-and-photo {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.catalog-table-and-photo img {
  width: 40%;
  max-height: 345px;
  object-fit: contain;
  margin-top: auto;
  margin-bottom: auto;
}

.catalog-table {
  display: flex;
  flex-direction: column;
  width: 54%;
}

.catalog-table-string {
  display: flex;
}

.catalog-table-string p {
  width: 50%;
  padding: 12px;
  margin-bottom: 0;
}

.catalog-table .title-string {
  background-color: #65819a;
}

.catalog-table .title-string p {
  font-weight: 500;
  color: #fff;
}

.catalog-table .gray-string {
  background-color: #f5f5f5;
}

.catalog-two-text-items {
  display: flex;
  gap: 215px;
}

@media (max-width: 991px) {
  .catalog-two-text-items {
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .catalog-paianih-item {
    margin: 0 0 40px 0;
  }
  .catalog-img-and-text {
    gap: 4px;
    max-width: 100px;
  }
  .catalog-img-and-text-frame img {
    max-height: 100px;
  }
  .catalog-prisoedinenia-text {
    width: 50%;
  }
  .catalog-table-and-photo {
    justify-content: unset;
    flex-direction: column;
    gap: 32px;
  }
  .catalog-table {
    width: 100%;
  }
  .catalog-table-and-photo img {
    width: 100%;
    max-height: 260px;
    object-fit: contain;
  }
  .catalog-two-text-items {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .catalog-prisoedinenia {
    justify-content: unset;
    flex-direction: column;
    gap: 20px;
  }
  .catalog-prisoedinenia-text {
    width: 100%;
  }
  .catalog-prisoedinenia img {
    width: 100%;
    max-height: 200px;
  }
}

.product-card__product-mod-param_active,
.product-card__radio-options.product-modification-params a.active,
.product-card__radio-options a:hover {
  background: #508dc6;
  border-color: #508dc6;
  color: #fff;
}

.product-card__radio-options a {
  border-radius: 5px;
  font-size: 14px;
}

.text-page blockquote {
  padding: 24px;
  font-size: 14px;
  line-height: 18px;
  background: #f5f5f5;
  margin: 40px 0;
}

.text-page blockquote p {
  margin-bottom: 0;
}

.product-frame-advantage {
  display: flex;
  gap: 32px;
}

.product-frame-advantage img {
  width: 100%;
  object-fit: contain;
  max-width: 60px;
}

.product-frame-advantage-text {
  width: 100%;
}

.product-frame-advantage-columns {
  display: flex;
  justify-content: space-between;
}
.product-frame-advantage-string {
  width: 45%;
}

.koguh-photo {
  object-fit: contain;
}

@media (max-width: 768px) {
  .product-frame-advantage-columns {
    justify-content: unset;
    flex-direction: column;
  }
  .product-frame-advantage-string {
    width: 100%;
  }
  .product-frame-advantage {
    margin-bottom: 32px;
    align-items: flex-start;
  }
  .koguh-photo {
    display: none;
  }
}

.koguh-btn {
  width: 100%;
}

.catalog-paianih-potoki {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.catalog-paianih-potoki-item {
  display: flex;
  flex-direction: column;
  width: 47%;
  justify-content: space-between;
  margin-bottom: 20px;
}

.catalog-paianih-potoki-top {
  display: flex;
  gap: 12px;
}

.catalog-paianih-potoki-top img {
  object-fit: contain;
  width: 100%;
  object-position: top;
  max-width: 150px;
  max-height: 150px;
}

.catalog-paianih-potoki-text {
  width: 100%;
}

.catalog-paianih-potoki-text h3 {
  margin-top: 12px !important;
}

.catalog-paianih-potoki-sistem {
  color: #fff;
  padding: 8px 20px;
  width: 100%;
  background-color: #65819a;
  text-align: center;
}

@media (max-width: 768px) {
  .catalog-paianih-potoki-item {
    width: 100%;
  }
}

.catalog-paianih-plastini {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
  margin-top: 40px;
}

.catalog-paianih-plastini-item {
  display: flex;
  gap: 12px;
  width: 33%;
}

.catalog-paianih-plastini-item img {
  object-fit: contain;
  width: 100%;
  object-position: top;
  max-width: 135px;
}

.catalog-paianih-plastini-text {
  width: 100%;
}

.catalog-paianih-plastini-item h3 {
  margin-top: 12px !important;
}

.catalog-paianih-item-two-columns img {
  max-height: 400px;
}

.catalog-menu.catalog-categories-block {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.category-root-page .catalog-menu {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1279px) {
  .catalog-paianih-plastini {
    justify-content: unset;
    flex-direction: column;
  }
  .catalog-paianih-plastini-item {
    width: 100%;
  }

  .catalog-menu-item,
  .welcome .catalog-menu-item {
    height: 24vw;
  }

  .home-banner__slide h3,
  .home-banner__slide h2 {
    font-size: 26px !important;
  }
}

@media (max-width: 991px) {
  .catalog-menu.catalog-categories-block {
    grid-template-columns: repeat(3, 1fr);
  }

  .category-root-page .catalog-menu {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-menu-item,
  .welcome .catalog-menu-item {
    height: 34vw;
  }
}

@media (max-width: 579px) {
  .catalog-paianih-plastini-item img {
    max-width: 80px;
  }
  .catalog-paianih-plastini-item h3 {
    margin-top: 0 !important;
  }
}

.text-page blockquote .btn-border {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .catalog-menu-item {
    height: 49vw !important;
  }

  .catalog-menu-item__name {
    padding: 0 5px;
  }

  .catalog-menu.catalog-categories-block {
    grid-template-columns: repeat(2, 1fr);
  }
}

.product-card__select-options select {
  height: 40px;
  font-size: 14px;
}

.product-card-v2__image {
  aspect-ratio: 1 / 1;
}
/*
.new-year {
  position: absolute;
  top: 160px;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  overflow: hidden !important;
}

.new-year-decoration {
  width: auto;
  max-width: max-content;
}

@media (min-width: 767px) and (max-width: 991px) {
  .new-year {
  top: 58px;
}
}

@media (max-width: 767px) {
.new-year {
  top: 141px;
}
*/

@media (min-width: 767px) and (max-width: 991px) {
  .zagolovok {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .st-button__title {
    font-size: 14px;
  }

  .product-card__artikul {
    margin-top: -28px;
    margin-bottom: 10px;
  }

  .inner-page .mobile-show,
  .product-card__container,
  .product-card__head,
  .question-main {
    padding: 0 !important;
  }

  .tab-content {
    padding: 20px 0px;
  }

  .char-text:last-child {
    font-size: 16px;
  }

  .inner-page .h2 {
    min-width: 0;
    max-width: none;
    padding-bottom: 0;
    line-height: 110% !important;
  }

  .inner-page .slider-constructor {
    padding-top: 0;
  }

  .product-card__navigation {
    padding: 10px 0px;
  }

  .question-form {
    padding: 0;
    width: 100%;
    margin: 0;
  }

  .inner-page .h1,
  .inner-page h1 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 0;
  }

  .page-head {
    width: 100%;
    margin: 20px 0;
    padding: 0px;
    background: none;
  }

  td {
    font-size: 14px !important;
    line-height: 130%;
  }

  .tab-content .table table td {
    padding: 5px;
  }
}

table,
td {
  max-width: 100% !important;
}

table {
  width: 100%;
  overflow: auto !important;
}

main {
  overflow: hidden;
}

.question-main .btn[data-touch] {
  background: var(--custom-accent-color-400);
}

.footer-content__column a {
  font-size: 14px;
}

.footer-content__column a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.footer-content-cookie {
  color: rgba(255, 255, 255, 0.5);
  line-height: 120%;
}

.footer-bottom .copy {
  width: auto;
}

.lines-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .next,
.pagination .prev {
  border: 1px solid #508dc6;
  background: #fff;
}

@media (min-width: 768px) {
  .catalog-head {
    display: none;
  }
}

.custom__accordion .acc__toggle.not_toggle:hover {
  color: #508dc6;
}

.catalog-filter-accordion .opener {
  line-height: 120%;
}

.proektirovanie_block .col-lg-6 img {
  width: 100%;
}

.modal .h2 {
  margin-bottom: 20px;
  line-height: 100%;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}

.modal .form-close {
  display: none;
}

.header-search-results {
  max-height: 400px;
  overflow-x: auto;
}

@media (min-width: 768px) {
  .proektirovanie_block {
    justify-content: space-between;
  }

  .proektirovanie_block .col-lg-6 {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .article-inner__content {
    padding: 0px 16px;
  }

  .proektirovanie_block .col-lg-6 {
    margin-top: 0 !important;
    margin-bottom: 30px;
  }
}

.catalog-side {
  margin-bottom: 20px;
}

.product-item.product-item--banner {
  display: none;
}

/* рестайлинг */

/* шрифты */

@font-face {
  font-family: Montserrat;
  font-weight: 500;
  src: url(https://inn-tec.ru/media/customization/fonts/Montserrat-Regular.ttf);
}

@font-face {
  font-family: Montserrat;
  font-weight: 600;
  src: url(https://inn-tec.ru/media/customization/fonts/Montserrat-Medium.ttf);
}

@font-face {
  font-family: Montserrat;
  font-weight: 800;
  src: url(https://inn-tec.ru/media/customization/fonts/Montserrat-Bold.ttf);
}

a,
button {
  font-family: Montserrat !important;
  font-weight: 500;
  cursor: pointer !important;
}

div {
  cursor: default;
  font-family: Montserrat !important;
}

p,
li,
ul {
  font-family: Montserrat !important;
  cursor: default;
  font-weight: 500 !important;
  color: #000;
}

h1,
h2,
h3,
h4,
.h1,
.content-title {
  font-family: Montserrat !important;
  cursor: default;
  font-weight: 800 !important;
  color: #607798;
  text-transform: uppercase;
}

span {
  font-family: Montserrat !important;
}

/* подвал */

footer {
  padding: 80px 0 0px 0;
}

.footer-content__title {
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.footer-phone a {
  font-size: 18px;
  font-weight: 500;
  transition: 0.2s;
}

.footer-phone a:hover {
  color: #d8d8d8;
}

.footer-bottom .copy {
  color: #ffffff;
}

.footer-content__title span {
  font-size: 14px;
  opacity: 1;
  margin-top: 15px;
  text-transform: none;
  margin-bottom: 20px;
}

.footer-first-column .logo img {
  width: 90%;
}

.footer-subscribe {
  flex-direction: column;
  gap: 15px;
}

.footer-subscribe input {
  width: 100%;
  height: 40px;
  font-size: 12px;
  padding: 0 15px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #ffffff;
}

.footer-subscribe input::placeholder {
  color: #ffffff;
}

.footer-subscribe button {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  line-height: 40px;
  font-size: 14px;
}

.footer-subscribe button:hover {
  font-weight: 600;
}

.developer-link a {
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
}

.developer-link a:hover {
  color: #d8d8d8;
}

.footer-content {
  padding-bottom: 70px;
}

.footer-content__menu {
  width: calc(100% - 650px);
}

.footer-bottom .copy {
  font-size: 14px;
  line-height: 30px;
}

.footer-content__column li {
  max-width: 100%;
  margin-bottom: 15px;
}

.footer-content__ul-content {
  flex-direction: column;
}

/* остались вопросы */

.question-main {
  max-width: 100%;
}

.question-form {
  padding: 0px;
}

.feedback-form {
  padding: 70px 0px !important;
  border-top: 1px solid #508dc6;
}

.feedback-form .h2 {
  font-size: 70px;
  line-height: 70px;
  text-align: left;
  padding-bottom: 0px;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #e4ebf0 !important;
}

.form-control {
  border-radius: 5px;
  box-shadow: none;
}

.question-main .btn {
  background: #508dc6;
  border: 1px solid #508dc6;
  width: 180px;
}

.question-main .btn:hover {
  background: #ffffff;
  color: #508dc6;
  font-weight: 600;
}

.feedback-form .form-text {
  max-width: 580px;
}

/* лучший сервис */

.h2-grey {
  color: #e4ebf0;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 55px;
}

.seo-col-1 {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.seo-col-2 {
  display: flex;
  gap: 20px;
}

.seo-text {
  width: calc(50% - 10px);
  padding: 50px 50px 30px;
  background: #f5f5f5;
}

.seo-text p {
  margin-bottom: 20px;
}

.seo-img {
  width: calc(50% - 10px);
}

.seo-img img {
  margin-bottom: 0px;
  height: 100%;
  object-fit: cover;
}

.seo-text h1 {
  font-size: 18px;
  line-height: 22px;
  color: #607798;
}

.seo-block {
  margin-bottom: 90px;
  padding-top: 80px;
  border-top: 1px solid #508dc6;
  background: url(https://inn-tec.ru/media/uploads/back-seo.svg);
  background-position: center;
}

.seo-row-img {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 10px);
  gap: 20px;
}

.seo-row-img img {
  width: calc(50% - 10px);
  margin-bottom: 0px;
  object-fit: cover;
}

/* шапка */

.top-header .btn-border {
  margin-left: 0px;
  width: 180px;
  font-weight: 600;
}

.header-phones__phone {
  font-weight: 500;
}

/* монтаж и сервис */

.service-slider-wrapper .content-background-box__text-content {
  background: #ffffff;
  padding: 30px;
}

.service-slider-wrapper {
  margin-bottom: 0px;
  padding-bottom: 100px;
  padding-top: 80px;
  border-top: 1px solid #508dc6;
}

.service-slider-wrapper h2 {
  color: #607798;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 50px !important;
}

.service-button {
  height: 20px;
  width: 20px;
  display: block;
  background-image: url(https://inn-tec.ru/media/uploads/dark-plus.svg);
  margin-left: auto;
  transition: 0.3s;
}

.service-button:hover {
  background-image: url(https://inn-tec.ru/media/uploads/grey-arrow.svg);
}

.slider-constructor .slick-next {
  right: 0;
  background: url(https://inn-tec.ru/media/uploads/back-arrow.svg);
  width: 180px;
  height: 48px;
  border: none;
  border-radius: 0px !important;
  justify-content: flex-end;
  padding: 0px 40px 12px;
}

.slider-constructor .slick-prev,
.slider-constructor .slick-next {
  top: -90px;
}

.button_style-1 {
  color: #508dc6 !important;
}

.button_style-1:hover {
  color: #333333 !important;
  background-color: transparent !important;
}

.slider-constructor .slick-prev {
  right: 115px;
  border: none;
  border-radius: 0px !important;
}

.slider-constructor .slick-prev {
  right: 115px;
  border: none;
  border-radius: 0px !important;
  height: 38px;
  z-index: 10;
}

/* производство оборудования */

.equipment-block {
  padding: 80px 0px;
  border-top: 1px solid #508dc6;
}

.equipment-block h2 {
  color: #607798;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 50px !important;
}

.equipment-col {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
}

.equipment-vertical {
  width: 280px;
  height: 356px;
  border: 1px solid #508dc6;
  border-radius: 5px;
  padding: 30px;
  display: flex;
  align-items: flex-end;
  color: #000000;
  background-color: #ffffff;
  transition: 0.3s;
  font-size: 14px;
}

.equipment-vertical:hover {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}

.equipment-row-vertical {
  width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.equipment-horizontal {
  border: 1px solid #508dc6;
  border-radius: 5px;
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 26px 30px;
  transition: 0.3s;
  font-size: 14px;
  color: #000000;
}

.equipment-horizontal:hover {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}

.equipment-horizontal p {
  margin-bottom: 0px;
}

.category-catalog {
  color: #508dc6 !important;
  font-weight: 600;
}

.equipment-1 {
  background-image: url(https://inn-tec.ru/media/uploads/equ1.png);
  background-size: cover;
}

.equipment-2 {
  background-image: url(https://inn-tec.ru/media/uploads/equ2.png);
  background-size: cover;
}

.equipment-3 {
  background-image: url(https://inn-tec.ru/media/uploads/equ3.png);
  background-size: cover;
}

.equipment-4 {
  background-image: url(https://inn-tec.ru/media/uploads/equ4.png);
  background-size: cover;
}

.equipment-5 {
  background-image: url(https://inn-tec.ru/media/uploads/equ5.png);
  background-size: cover;
}

.equipment-6 {
  background-image: url(https://inn-tec.ru/media/uploads/equ6.png);
  background-size: cover;
}

.equipment-7 {
  background-image: url(https://inn-tec.ru/media/uploads/equ7.png);
  background-size: cover;
}

/* проектируем */

.text-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.big-img {
  width: calc(50% - 10px);
  margin-bottom: 0px !important;
  object-fit: cover;
}

.small-img {
  width: calc(25% - 15px);
  margin-bottom: 0px !important;
}

.grey-text {
  width: calc(50% - 10px);
  padding: 50px;
  background: #f5f5f5;
}

.text-block {
  margin-bottom: 110px;
  background: url(https://inn-tec.ru/media/uploads/back-text.svg);
  background-position: center;
}

.text-button {
  height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  padding-right: 25px;
  color: #000;
  font-size: 14px;
  transition: 0.3s;
}

.text-button:hover {
  border-bottom: 1px solid #508dc6;
}

.text-block p {
  margin-bottom: 0px !important;
  margin-top: 20px;
  width: 90%;
}

/* производим */

.category-slider-wrapper {
  margin: 110px 0px;
}

.category-slider-wrapper h2 {
  color: #e4ebf0;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 40px !important;
}

.category-slider-wrapper .content-background-box__text-content {
  background: #f5f5f5;
  padding: 30px;
}

.category-slider-wrapper .content-image {
  border: 1px solid #508dc6;
  border-radius: 5px;
}

.category-slider-wrapper h3 {
  color: #607798;
}

.slider-constructor .slick-slide {
  padding: 0px 10px;
}

.category-slider-wrapper .content-standard-box__container {
  border: 1px solid #ffffff;
  transition: 0.3s;
}

.category-slider-wrapper .content-standard-box__container:hover {
  border: 1px solid #508dc6;
  border-radius: 5px;
}

.category-slider-wrapper
  .content-standard-box__container:hover
  .content-background-box__text-content {
  background: #ffffff;
  border-radius: 5px;
}

.category-slider-wrapper .content-standard-box__container:hover .content-image {
  border: 1px solid #ffffff;
}

/* наши клиенты */

.partners-slider-wrapper h2 {
  color: #e4ebf0;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 40px !important;
}

.partners-slider-wrapper {
  margin: 100px 0px 110px;
  background: url(https://inn-tec.ru/media/uploads/line.svg);
}

.partners-slider-wrapper img {
  filter: saturate(0%);
  transition: 0.3s;
  background-color: #fff;
}

.partners-slider-wrapper .image-zoom {
  border-radius: 5px;
  border: 1px solid #508dc6;
}

.partners-slider-wrapper img:hover {
  filter: saturate(100%);
  cursor: pointer;
}

.image-zoom[data-hover] .image {
  transform: scale(1);
}

/* большие баннеры */

.big_banners {
  width: 1180px !important;
  margin: auto;
  margin-bottom: 20px;
}

.big_banners h2 {
  color: #607798;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 15px;
}

.blue-button {
  display: flex;
  width: 180px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: #508dc6;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
}

.blue-button:hover {
  background: #607798;
}

.white-button {
  display: flex;
  width: 180px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #508dc6;
  border-radius: 5px;
  color: #508dc6;
  font-size: 14px;
  transition: 0.3s;
  font-weight: 600;
}

.white-button:hover {
  background: #607798;
  border: 1px solid #607798;
  color: #fff;
  font-weight: 500;
}

.head-buttons {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}

.home-banner .owl-dots {
  left: 693px;
  bottom: 45px;
}

.home-banner .slide-content {
  padding: 0px 60px 0px 0px;
}

.home-banner .owl-dot {
  background-color: #ffffff;
  border-color: #607798;
}

.home-banner .owl-dot.active {
  background-color: #607798;
}

.home-banner .owl-nav {
  display: none;
}

.home-banner__slide .image:first-child img {
  min-height: 450px;
}

/* кнопки под баннерами */

.buttons-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.buttons-row a {
  width: calc(25% - 15px);
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  height: 80px;
  font-size: 18px;
  text-transform: uppercase;
  color: #607798;
  transition: 0.2s;
  font-weight: 800;
}

.buttons-row img {
  margin-bottom: 0px !important;
}

.buttons-row a:hover {
  background: #607798;
  color: #ffffff;
}

.buttons-row a:hover img {
  filter: brightness(500%);
}

/* кнопки под шапкой */

.under-header {
  margin: 20px 0px 40px;
  border: 1px solid #508dc6;
}

.header-buttons {
  display: flex;
  justify-content: space-between;
}

.but-catalog {
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-weight: 600;
  border-right: 1px solid #508dc6;
  border-left: 1px solid #508dc6;
  color: #508dc6;
  transition: 0.2s;
  font-size: 14px;
}

.but-catalog:hover {
  background: #f5f5f5;
}

.but-catalog img {
  margin-bottom: 0px !important;
}

.header-search input {
  border: none;
}

.header-search button .icon-svg {
  color: #607798 !important;
}

.header-search button:hover {
  background: #f5f5f5;
}

.header-search button {
  transition: 0.2s !important;
  height: 40px;
}

.header-search input {
  height: 40px;
}

.header-search {
  height: 40px;
}

.mail-button {
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-right: 1px solid #508dc6;
  border-left: 1px solid #508dc6;
  color: #508dc6;
  transition: 0.2s;
  font-size: 14px;
}

.mail-button:hover {
  background: #f5f5f5;
}

.mail-col {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  border-left: 1px solid #508dc6;
}

.mail-col p {
  margin-bottom: 0px !important;
  cursor: text;
}

.mail-col img {
  margin-bottom: 0px;
  max-width: 16px;
}

.header-search--inner {
  width: calc(100% - 730px);
  padding-right: 20px;
}

/* меню в бургере */

.mobile-menu {
  padding: 0px 15px;
  border-top: 1px solid #508dc6;
}

.mobile-menu .header-search input {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.mobile-menu .header-search input::placeholder {
  font-size: 12px;
}

.mobile-menu .header-search button {
  width: 80px;
  background: #fff !important;
  border: 1px solid #508dc6;
  border-radius: 0px 5px 5px 0px;
}

.mobile-menu .header-search button .icon-svg {
  color: #508dc6 !important;
}

.mobile-ul {
  border-bottom: 1px solid #508dc6;
  padding: 20px 15px 45px;
  margin-left: -15px;
  margin-bottom: 40px;
}

.mobile-ul li a {
  font-size: 16px;
  color: #000;
  transition: 0.2s;
}

.mobile-ul li .submenu li a {
  font-size: 16px;
  color: #000;
}

.mobile-ul li .submenu li a:hover {
  background: transparent;
  color: #508dc6;
}

.mobile-phone a {
  font-weight: 600;
  font-size: 16px;
  line-height: 35px;
}

.mobile-phone a:hover {
  color: #000000;
}

.mobile-btn .btn {
  max-width: 180px;
}

.mobile-btn {
  text-align: center;
}

/* мобильное меню */

.bottom-mobile-menu-button__text {
  font-size: 12px;
  color: #508dc6;
}

.bottom-mobile-menu-button__icon-wrapper {
  height: 40px;
  width: 40px;
}

.bottom-mobile-menu-button__inner {
  gap: 0px;
}

.bottom-mobile-menu-button__icon {
  object-fit: cover;
}

.bottom-mobile-menu {
  border-top: 1px solid #508dc6;
}

.bottom-mobile-menu__content {
  box-shadow: none;
  align-items: flex-start;
  margin-top: 5px;
  padding: 0px 20px;
}

.bottom-mobile-menu-button_active .bottom-mobile-menu-button__text {
  color: #508dc6;
}

.bottom-mobile-menu-button__inner:hover .bottom-mobile-menu-button__text {
  color: #508dc6;
}

/* внутренние страницы */

.inner-page .section-dark {
  background-color: #fff;
  padding-top: 0px;
}

.breadcrumbs a {
  font-size: 16px;
  text-transform: none;
}

.breadcrumbs a:hover {
  text-decoration: none;
  color: #508dc6;
}

.breadcrumbs__sep {
  color: #607798;
}

.breadcrumbs {
  font-size: 16px;
  gap: 10px;
}

.inner-page h1 {
  color: #607798;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 50px;
}

.product-card__title {
  margin-bottom: 0 !important;
}

/* каталог */

.catalog-menu-item:after {
  display: none;
}

.catalog-menu-item {
  width: 100% !important;
  margin: 0 !important;
  height: 356px;
  border-radius: 5px;
  border: 1px solid #508dc6;
  transition: 0.3s;
}

.catalog-menu-item__image img {
  border-radius: 5px;
}

.catalog-menu.catalog-categories-block {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.catalog-menu-item__name {
  left: 30px;
  bottom: 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 100;
  max-width: 160px;
}

.catalog-menu-item:before {
  background-image: url(https://inn-tec.ru/media/uploads/dark-plus.svg);
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  right: 30px;
  bottom: 30px;
}

.catalog-menu-item:hover {
  border-radius: 0px;
  border: 1px solid transparent;
  background-color: #f5f5f5;
}

/* карточка товара */

.product-card__navigation {
  display: none;
}

.product-card__head {
  padding: 0px;
  margin-bottom: 50px;
  border-bottom: 0px;
}

.product-card__artikul {
  display: contents;
  text-transform: uppercase;
  font-size: 14px;
  color: #999999;
}

.product-card__title {
  color: #607798;
  max-width: 85%;
}

.product-card__container {
  padding: 0px;
}

.product-card__slideshow {
  width: 460px;
}

.product-card__content {
  width: calc(100% - 460px);
}

#sync1 {
  margin-bottom: 50px;
  border-radius: 5px;
  border: 1px solid #508dc6;
  padding: 35px;
}

.product-card__left {
  padding: 0px 50px;
  width: 380px;
}

#sync2 .item {
  width: 64px;
  height: 64px;
  border: 1px solid #fff;
  border-radius: 5px;
}

#sync2 .item img {
  border-radius: 5px;
}

#sync2 .current .item {
  border-color: #508dc6;
}

#sync1.owl-theme .owl-next {
  bottom: -90px;
  right: 40px;
}

#sync1.owl-theme .owl-prev {
  bottom: -90px;
  left: 40px;
}

.product-card__left .btn-border {
  max-width: 200px;
}

.product-card__left .shopping-cart-product a {
  background-color: #508dc6 !important;
  color: #ffffff !important;
  border-color: #508dc6 !important;
  font-weight: 600;
  height: 40px;
  font-size: 14px;
  border-radius: 5px;
  max-width: 180px;
}

.product-card__left .shopping-cart-product a:hover {
  background-color: #ffffff !important;
  color: #508dc6 !important;
  border-color: #508dc6 !important;
}

.product-sidebar__static-text-wrapper a {
  margin-top: 25px !important;
  font-weight: 600;
  transition: 0.2s;
}

.product-sidebar__static-text-wrapper a:hover {
  background-color: #508dc6 !important;
  color: #ffffff !important;
  border-color: #508dc6 !important;
}

.btn-radius .icon-svg svg {
  color: #607798;
}

.btn-radius.share-btn .icon-svg {
  margin-right: 15px;
}

.btn-radius:hover {
  color: #607798;
}

.product-card {
  margin-bottom: 100px;
}

.tabs li {
  height: 80px;
  width: 280px;
  line-height: 80px;
  background: #f5f5f5;
  margin-right: 20px;
  color: #607798;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800 !important;
  transition: 0.3s;
}

.tabs li.active {
  color: #ffffff;
  background: #607798;
}

.product-card__discription {
  display: none;
}

.product-card__right {
  width: 340px;
  margin-left: 0px;
  background: #f5f5f5;
  padding: 40px;
}

.custom-form-agreement {
  margin-top: 10px;
}

.subscription-form-agreement .form-text {
  color: rgba(255, 255, 255, 0.5);
}

.form-text {
  line-height: 120%;
}

.product-card__right h3 {
  color: #607798;
  text-transform: uppercase;
}

.product-card__right p {
  width: 240px;
}

.product-card__right .btn {
  width: 180px;
  background-color: #ffffff !important;
  border-color: #508dc6 !important;
  color: #508dc6 !important;
  font-weight: 600;
}

.product-card__right .btn:hover {
  background-color: #508dc6 !important;
  border-color: #508dc6 !important;
  color: #ffffff !important;
}

.tab-content {
  padding: 80px 0px;
}

.content-title.product-set-title.h2 {
  margin-bottom: 40px;
  color: #607798;
  text-transform: uppercase;
  width: calc(100% - 250px);
}

.document-item__size {
  color: #767676;
  width: 100px;
}

.document-item__download-icon {
  color: #fff;
}

.document-item__btn-download {
  background: #508dc6;
  border: 1px solid #508dc6;
  font-size: 14px;
  gap: 15px;
  color: #fff;
  border-radius: 5px;
  width: 180px;
  font-weight: 600;
}

.document-item__btn-download:hover {
  background: #ffffff;
  color: #508dc6;
  border: 1px solid #508dc6;
}

.document-item__btn-download:hover .document-item__download-icon {
  color: #508dc6;
}

.document-item__format {
  background: url(https://inn-tec.ru/media/uploads/format-file.svg);
}

.product-card__personal-cost strong {
  color: #607798;
}

.shopping-cart-product {
  flex-direction: row-reverse;
  margin-top: 20px;
  justify-content: flex-end !important;
}

.input-number .order-down:before {
  background: #607798;
}

.input-number .order-up:before {
  background: #607798;
}

.input-number .order-up:after {
  background: #607798;
}

.add-to-cart img.cart-icon {
  display: none;
}

.input-number--lg {
  height: 40px;
}

/* превью товара */

.product-card-v2 {
  border: 1px solid transparent;
  border-radius: 0px !important;
  gap: 20px;
  transition: 0.3s;
}

.product-card-v2__image {
  border: 1px solid #508dc6;
  border-radius: 5px;
  padding: 10px;
}

.product-card-v2__content {
  background: #f5f5f5;
  padding: 25px;
  gap: 10px;
  transition: 0.3s;
}

.product-card-v2__title {
  line-height: 140%;
  color: #000000;
}

.product-card-v2__buttons > * {
  height: 40px !important;
}

.product-card-v2__buttons .st-button_add-to-cart {
  border-radius: 5px;
  background: #ffffff !important;
  max-width: 70px !important;
  display: none !important;
}

.product-card-v2__buttons .st-button_add-to-cart:hover {
  background: #f5f5f5 !important;
}

.st-button_muted {
  background-color: #508dc6;
  border-color: #508dc6;
  color: #ffffff;
  border-radius: 5px;
}

.st-button_muted:hover {
  background-color: #ffffff;
  border-color: #508dc6;
  color: #508dc6;
}

.product-card-v2__buttons {
  width: 100%;
}

.st-button_add-to-cart .st-button__text {
  display: none;
}

.product-card-v2__content-bottom {
  flex-direction: row;
}

.product-card-v2__price {
  width: 350px;
  line-height: 40px;
  color: #607798;
}

.st-button__title {
  cursor: pointer;
  font-weight: 600;
}

.product-card-v2:hover {
  border: 1px solid #508dc6;
  border-radius: 5px !important;
}

.product-card-v2:hover .product-card-v2__image {
  border: none;
}

.product-card-v2:hover .product-card-v2__content {
  background: #ffffff;
}

.input-number .order-up:hover {
  border-color: #508dc6;
}

.input-number .order-down:hover {
  border-color: #508dc6;
}

.product-slider {
  margin-bottom: 80px;
}

/* ошибка 404 */

.error__content {
  background: url(https://inn-tec.ru/media/uploads/error.svg) 100% 0 no-repeat;
  background-position-y: bottom;
}

.error__content p {
  font-size: 16px;
  line-height: 20px;
}

.error__content .btn {
  width: 180px;
  background: #508dc6;
  border: 1px solid #508dc6;
  color: #ffffff;
  font-weight: 600;
}

.error__content .btn:hover {
  background: #ffffff;
  border: 1px solid #508dc6;
  color: #508dc6;
}

/* всплывающее окно */

.modal {
  background: #f5f5f5;
}

.modal .h2 {
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 38px;
  padding-bottom: 0px;
  color: #607798;
}

.modal .btn {
  width: 180px;
  font-weight: 600;
  margin-bottom: 15px;
}

.fancybox-close-small {
  background: url(https://inn-tec.ru/media/uploads/modal-close.svg);
}

/* страница категории */

.gap-grid {
  row-gap: 40px !important;
}

.section {
  padding-top: 0px;
}

.catalog-filter .catalog-filter-body {
  border: 1px solid #dcdcdc;
  box-shadow: none;
  border-radius: 5px;
}

.filter-item-title,
.catalog-filter-accordion .opener {
  font-size: 16px;
  font-weight: 500;
}

.catalog-filter-accordion .opener::before {
  border: none;
}

.catalog-filter-accordion .opener .icon {
  color: #607798;
}

.filter-item .form-group {
  padding-right: 30px;
}

.checkbox [type="checkbox"]:not(:checked) + label:before,
.checkbox [type="checkbox"]:checked + label:before {
  border-radius: 3px;
  border: 1px solid #508dc6;
}

.checkbox [type="checkbox"]:not(:checked) + label:after,
.checkbox [type="checkbox"]:checked + label:after {
  background: #508dc6 url(https://inn-tec.ru/static/images/checkbox-check.svg)
    50% 50% no-repeat;
  border-radius: 3px;
}

.catalog-filter .btn-border {
  color: #999999;
}

.catalog-filter .btn-border:hover {
  color: #508dc6;
}

.catalog-filter__btns .btn {
  width: 185px;
  font-weight: 600;
}

.input-cont .input-placeholder {
  border-radius: 5px;
}

.filter-range .noUi-connect::before {
  background: #607798;
}

.noUi-handle {
  border: #607798;
  background: #607798;
}

.filter-show-all {
  background: #508dc6;
  border-radius: 5px;
  box-shadow: none;
}

.filter-show-all a {
  font-weight: 500;
}

.filter-show-all:before {
  background: #508dc6;
}

.pagination span {
  border-radius: 5px;
}

.pagination .next,
.pagination .prev {
  border: none !important;
  border-radius: 5px !important;
}

.section .text-page {
  padding: 50px;
  background: #f5f5f5;
  margin: 80px 0px;
}

.catalog-filter__bottom {
  border-top: none;
}

.comparison__side {
  border-right: none;
}

.custom__accordion {
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  padding: 10px 0px;
}

.custom__accordion .acc__toggle:not(.acc__toggle-inner) {
  border: none;
  font-size: 14px;
  transition: 0.2s;
}

.custom__accordion .acc__toggle.active {
  font-weight: 600;
  color: #508dc6;
}

.custom__accordion .acc__toggle:not(.acc__toggle-inner, .not_toggle):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  width: 7px;
  height: 7px;
  border: solid 2px #508dc6;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  transition: 0.2s;
}

.custom__accordion .acc__toggle-inner {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* корзина */

.content-title--lg {
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  color: #607798;
  margin-bottom: 50px;
}

.simple-cart__content {
  max-width: 100%;
}

.shopping-cart-item__delete svg {
  width: 22px;
  height: 22px;
  color: #607798;
}

.shopping-cart-item__name {
  font-size: 16px;
  line-height: 20px;
}

.shopping-cart-item__name span {
  font-size: 16px;
  line-height: 40px;
  color: #767676;
}

.shopping-cart-item {
  padding: 10px 0px 30px;
  border-bottom: 1px solid #d9d9d9;
}

.shopping-cart-item__cost {
  font-size: 16px;
  margin-right: 70px;
}

.shopping-cart-item__total-cost {
  font-size: 16px;
  color: #607798;
  margin-left: 70px;
}

.input-number input[type="number"] {
  border: none;
  width: 50px;
  font-size: 16px;
  text-align: center;
  color: #999999;
}

.delivery-total {
  max-width: 690px;
  width: 100%;
  padding: 20px 0px 0px;
}

.delivery-cart {
  justify-content: center;
  padding-right: 0px;
}

.delivery-total__sm {
  font-size: 16px;
  line-height: 30px;
}

.delivery-total__lg {
  text-transform: uppercase;
  color: #607798;
}

.simple-order-form {
  margin: 0px;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.simple-order-form__title {
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #607798;
}

.new-radio__label:after {
  background-color: #508dc6;
}

.new-radio__label:before {
  border: 1px solid #508dc6;
}

.simple-order-form__submit .btn {
  max-width: 180px;
  margin-top: 10px !important;
}

.simple-cart__form .form-text {
  padding-left: 210px;
  margin-top: -37px;
}

.simple-order-form__group {
  margin-right: 0px;
}

/* превью страниц */

.client-item_bg::after {
  display: none;
}

.client-item {
  width: calc(25% - 15px);
  margin: 0px 20px 20px 0px;
  height: 240px;
  border: 1px solid #508dc6;
  border-radius: 5px;
  background: #fff;
  transition: 0.3s;
}

.client-item:hover {
  background: #f5f5f5;
  border-radius: 0px;
  border: 1px solid #f5f5f5;
}

.client-item__text {
  top: 25px;
  left: 30px;
  font-size: 14px;
  line-height: 20px;
  color: #000000 !important;
}

.client-item:before {
  content: "";
  position: absolute;
  z-index: 9;
  background-image: url(https://inn-tec.ru/media/uploads/dark-plus.svg);
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  right: 30px;
  bottom: 30px;
}

.clients-section,
.catalog-menu {
  margin-bottom: 100px;
}

/* контакты */

.contacts-block {
  border: none;
  border-radius: 0px;
  display: flex;
  justify-content: space-between;
}

.contacts-block__info {
  width: calc(50% - 10px);
  padding: 50px;
  background: #f5f5f5;
}

.contacts-block__map {
  width: calc(50% - 10px);
}

.contacts-section {
  margin-bottom: 80px;
}

.contacts-block__title {
  display: none;
}

.contacts-block__title-red.address-data {
  margin-top: 0px;
  color: #607798;
  text-transform: uppercase;
}

.contact-line {
  display: none;
}

.contact-line-new {
  display: flex;
  margin-bottom: 15px;
}

.contact-h {
  font-size: 18px;
  line-height: 20px;
  margin-top: 40px !important;
}

.contact-line a {
  color: #508dc6;
  font-weight: 600;
  transition: 0.2s;
}

.contact-line a:hover {
  color: #607798;
}

/* статья */

.article-inner__content {
  padding: 0px;
  margin-bottom: 80px;
}

.article-inner__share {
  display: none;
}

.article-text {
  padding: 50px;
  background: #f5f5f5;
}

.article-text li {
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 20px;
}

.article-text p {
  margin-bottom: 25px;
}

/* анимация главного экрана */

.big_banners {
  animation: 3s show ease;
}

.buttons-row {
  animation: 4s show ease;
}

@keyframes show {
  from {
    transform: translate(0px, 80px);
    opacity: 0;
  }
  to {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

/* строительство */

.build-steps {
  background: #f5f5f5;
  padding: 70px;
  margin-bottom: 20px;
}

.build-steps .step-item {
  padding-bottom: 10px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: inline-block;
}

.step-col {
  width: 50%;
}

.step-block {
  padding-right: 100px;
}

.step-block h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.step-images {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}

.step-line {
  position: absolute;
  width: 1px;
  inset: 0;
  background: #65819a;
  margin: 0 auto;
  z-index: 0;
}

.step-item:first-child .step-line {
  display: none;
}

.number-item {
  width: 36px;
  height: 36px;
  border: 1px solid #65819a;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  font-size: 14px;
  font-weight: bold;
  color: #65819a;
  border-radius: 100%;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  top: auto;
  bottom: -5px;
  z-index: 1;
}

.number-item-line {
  position: absolute;
  height: 1px;
  width: 50%;
  inset: 0;
  background: #65819a;
  top: auto;
  bottom: 13px;
  z-index: 0;
}

.step-item:nth-child(even) .step-col {
  float: right !important;
}

.step-item:nth-child(even) .step-block {
  padding-right: 0;
  padding-left: 100px;
}

.step-item:nth-child(even) .number-item-line {
  right: 0;
  left: auto;
}

.build-industries {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 120px;
}

.img-item img {
  margin: 0;
  height: 100%;
  object-fit: cover;
}

.grey-item {
  background: #f5f5f5;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.grey-item .text-button {
  height: auto;
  display: flex;
  align-items: flex-start;
  padding-right: 0;
  padding-bottom: 15px;
  justify-content: space-between;
}

.grey-item .text-button:last-child {
  border: none;
}

.grey-item .text-button p {
  margin: 0;
  width: calc(100% - 40px);
}

.build-form h2 {
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #e4ebf0 !important;
  width: min-content;
}

.build-form form {
  display: flex;
  flex-direction: row;
  gap: 10px;
  position: relative;
}

.build-form .form-group,
.build-form .form-group-inline {
  width: 25%;
}

.build-form .privacy-policy {
  position: absolute;
  top: 60px;
  width: 100%;
}

.form-control::placeholder {
  font-size: 14px;
}

.build-form .form-group-inline .button-theme_primary {
  width: 100%;
}

/* адаптив */

@media (max-width: 1279px) {
  .step-block {
    padding-right: 60px;
  }

  .step-item:nth-child(even) .step-block {
    padding-left: 60px;
  }

  .step-block h3 {
    font-size: 18px;
  }
}

@media (max-width: 1279px) and (min-width: 990px) {
  .footer-content__menu {
    flex-direction: column;
  }

  .footer-content__column {
    flex: 0 0 auto;
    margin-bottom: 40px;
  }

  .footer-content__ul-content {
    flex-direction: column;
  }

  .footer-content {
    padding-bottom: 0px;
  }

  .footer-content__column li {
    max-width: none;
  }

  .seo-text {
    width: calc(60% - 10px);
    padding: 40px;
  }

  .seo-img {
    width: calc(40% - 10px);
  }

  .equipment-row-vertical {
    width: 217px;
  }

  .equipment-vertical {
    width: 217px;
  }

  .equipment-vertical {
    height: 300px;
    padding: 20px;
    font-size: 14px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .equipment-horizontal {
    padding: 20px 15px;
  }

  .grey-text {
    padding: 30px 30px 40px;
  }

  .seo-row-img {
    width: calc(40% - 10px);
  }

  .big_banners {
    width: 100% !important;
  }

  .big_banners h2 {
    font-size: 35px;
    line-height: 43px;
  }

  .big_banners p {
    max-width: 300px;
  }

  .head-buttons {
    margin-top: 10px;
  }

  .home-banner .owl-dots {
    left: 58%;
    bottom: 30px;
  }

  .wide-container .home-banner .slide-content {
    width: 417px !important;
  }

  .buttons-row a {
    gap: 10px;
    height: 70px;
    font-size: 14px;
  }

  .buttons-row img {
    height: 16px;
    width: 16px;
  }

  .mail-col {
    display: none;
  }

  .header-search--inner {
    width: calc(100% - 400px);
  }

  .product-card__right {
    display: none;
  }

  .product-card__left {
    padding: 0px 0px 0px 50px;
    width: 100%;
  }

  .catalog-menu.catalog-categories-block {
    grid-template-columns: repeat(3, 1fr);
  }

  .error__content {
    background-size: 460px;
  }

  .shopping-cart-item__name {
    width: 60%;
  }

  .client-item {
    width: calc(33% - 11.25px);
  }

  .client-item:nth-child(4n + 4) {
    margin-right: 20px;
  }

  .client-item:nth-child(3n + 3) {
    margin-right: 0px;
  }

  .contacts-block__info {
    width: calc(55% - 10px);
  }

  .contacts-block__map {
    width: calc(45% - 10px);
  }

  .contact-line-new {
    max-width: 320px;
  }
}

@media (max-width: 991px) {
  .build-form h2 {
    font-size: 50px;
    line-height: 100%;
    margin-bottom: 30px;
  }

  .build-steps {
    padding: 50px;
  }
}

@media (max-width: 990px) and (min-width: 768px) {
  .footer-content__menu {
    flex-direction: column;
  }

  .footer-content__column {
    flex: 0 0 auto;
    margin-bottom: 40px;
  }

  .footer-content__ul-content {
    flex-direction: column;
  }

  .footer-content {
    padding-bottom: 0px;
  }

  .footer-content__column li {
    max-width: none;
  }

  .footer-content__menu {
    width: calc(100% - 550px);
  }

  .footer-content__column:last-child {
    margin-right: 0;
    flex: 0 0 auto !important;
  }

  .question-main {
    padding: 0px;
  }

  .feedback-form .h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 30px;
  }

  .h2-grey {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 40px;
  }

  .seo-img {
    width: 100%;
  }

  .seo-text {
    width: 100%;
    padding: 30px 30px 10px;
  }

  .seo-col-1 {
    gap: 10px;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .seo-col-2 {
    gap: 10px;
    flex-direction: column-reverse;
  }

  .question-form__column {
    width: calc(50% - 5px);
  }

  .equipment-col {
    gap: 10px;
    margin-bottom: 10px;
  }

  .service-slider-wrapper .content-standard-box__container {
    gap: 20px;
  }

  .equipment-vertical {
    width: calc(25% - 7.5px);
  }

  .equipment-row-vertical {
    width: calc(25% - 7.5px);
  }

  .equipment-vertical {
    height: 300px;
    padding: 20px 15px;
    font-size: 14px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .equipment-row-vertical .service-button {
    display: none;
  }

  .equipment-vertical br {
    display: none;
  }

  .equipment-horizontal {
    padding: 23px 12px;
  }

  .equipment-block h2 {
    margin-bottom: 40px !important;
  }

  .text-row {
    gap: 10px;
  }

  .grey-text {
    width: calc(50% - 5px);
    padding: 25px 25px 40px;
  }

  .big-img {
    width: calc(50% - 5px);
  }

  .small-img {
    width: calc(25% - 7.5px);
  }

  .text-block p {
    width: 100%;
  }

  .category-slider-wrapper h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .seo-img img {
    width: 100%;
    max-height: 400px;
    object-position: bottom;
  }

  .seo-text h1 {
    max-width: 500px;
  }

  .seo-row-img {
    width: 100%;
    gap: 10px;
  }

  .seo-row-img img {
    width: calc(50% - 5px);
    max-height: 280px;
    object-position: top;
  }

  .partners-slider-wrapper h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .top-header__content-right {
    padding-right: 0px;
  }

  .home-banner__slide .image:first-child img {
    opacity: 1;
    object-fit: cover;
  }

  .big_banners {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .home-banner__slide .image:first-child img {
    min-height: auto !important;
    object-position: top;
  }

  .cropped--left .image_cover img {
    width: 112% !important;
    margin-left: -12% !important;
  }

  .big_banners h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .wide-container .home-banner .slide-content {
    max-width: 400px !important;
    margin-right: 20px !important;
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .head-buttons {
    margin-top: 5px;
  }

  .big_banners p {
    max-width: 300px;
  }

  .home-banner .owl-dots {
    left: auto;
    right: 310px;
    bottom: 60px;
  }

  .buttons-row a {
    width: calc(50% - 5px);
  }

  .buttons-row {
    gap: 10px;
    flex-wrap: wrap;
  }

  .mail-col {
    display: none;
  }

  .header-search--inner {
    width: calc(100% - 330px);
  }

  .but-catalog {
    width: 150px;
  }

  .under-header {
    margin: 20px 0px 20px;
  }

  main {
    padding-top: 142px !important;
  }

  .product-card__slideshow {
    width: 360px;
  }

  .product-card__content {
    width: calc(100% - 360px);
  }

  .product-card__left {
    padding: 0px 20px 0px 40px;
    width: 100%;
  }

  .product-card__right {
    display: none;
  }

  .product-card {
    margin-bottom: 40px;
  }

  .tab-content {
    padding: 40px 0px;
  }

  .product-slider {
    margin-bottom: 40px;
  }

  .catalog-menu.catalog-categories-block {
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }

  .catalog-menu-item:before {
    display: none;
  }

  .error__content {
    background-size: 50%;
  }

  .shopping-cart-item__cost {
    margin-right: 40px;
  }

  .shopping-cart-item__total-cost {
    margin-left: 40px;
  }

  .shopping-cart-item__name {
    width: 40%;
  }

  .section .text-page {
    padding: 40px;
    margin: 60px 0px;
  }

  .client-item {
    width: calc(33% - 5px);
    margin: 0px 10px 10px 0px;
  }

  .client-item:nth-child(4n + 4) {
    margin-right: 10px;
  }

  .client-item:nth-child(3n + 3) {
    margin-right: 0px;
  }

  .client-item__text {
    top: 20px;
    left: 20px;
    padding-right: 25px;
  }

  .contacts-block__title-red.address-data {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .contact-h {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .contact-line-new {
    max-width: 320px;
  }

  .contacts-block__info {
    padding: 30px;
  }

  .article-text {
    padding: 30px;
  }
}

@media (min-width: 768px) {
  .service-mobile {
    display: none;
  }

  .category-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .step-line {
    right: auto;
    left: 0px;
  }

.step-item:first-child .step-line {
  display: block;
}

  .number-item {
    left: -15px;
    right: auto;
    top: -3px;
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .step-col {
    width: 100%;
  }

  .step-block,
  .step-item:nth-child(even) .step-block {
    padding-right: 0;
    padding-left: 30px;
  }

  .number-item-line, .step-item:last-child .step-line {
    display: none;
  }

  .build-steps {
    padding: 30px;
  }

  .step-block h3 {
    font-size: 16px;
    line-height: 120%;
  }

  .build-industries {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 60px;
  }

  .build-form h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .build-form form {
    flex-direction: column;
    gap: 0;
  }

  .build-form .form-group,
  .build-form .form-group-inline {
    width: 100%;
  }

  .build-form .privacy-policy {
    position: relative;
    top: 0;
  }

  footer {
    padding: 50px 0 0px 0;
  }

  .footer-content__title span {
    padding-top: 0px;
  }

  .footer-content__menu {
    width: 100%;
  }

  .footer-content {
    padding-bottom: 0px;
  }

  .footer-right {
    margin-bottom: 60px;
  }

  footer .logo img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footer-first-column .logo img {
    width: 100%;
  }

  .footer-bottom .copy {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .question-form form .btn {
    margin-bottom: 10px;
  }

  .feedback-form .h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .feedback-form {
    padding: 50px 0px !important;
  }

  .seo-col-1 {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }

  .seo-col-2 {
    flex-direction: column-reverse;
    gap: 10px;
  }

  .seo-text {
    width: 100%;
    padding: 25px 15px 20px;
  }

  .h2-grey {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .seo-img {
    width: 100%;
  }

  .seo-block {
    margin-bottom: 60px;
    padding-top: 50px;
  }

  .service-slider-wrapper {
    padding-bottom: 90px;
    padding-top: 50px;
  }

  .slider-constructor {
    padding-top: 0px;
  }

  .service-slider-wrapper h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px !important;
    max-width: 150px;
  }

  .content-standard-box__container {
    gap: 10px;
  }

  .service-slider-wrapper .image img {
    min-height: 170px;
    object-fit: cover;
  }

  .slider-constructor .slick-dots {
    top: auto !important;
    bottom: -35px !important;
  }

  .slider-constructor .slick-dots {
    justify-content: center;
  }

  .inner-page h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .slick-dots .slick-active button {
    background-color: #508dc6;
  }

  .slick-dots button {
    background-color: #ffffff;
    border-color: #508dc6;
    border-radius: 3px;
  }

  .service-slider-wrapper .content-background-box__text-content {
    padding: 20px 15px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .service-button {
    display: none;
  }

  .service-mobile {
    display: flex;
    height: 40px;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #508dc6;
    color: #fff;
    border: 1px solid #508dc6;
    border-radius: 5px;
    transition: 0.2s;
    font-size: 14px;
  }

  .service-mobile:hover {
    background: #fff;
    color: #508dc6;
    font-weight: 500;
  }

  .slider-constructor .slick-prev,
  .slider-constructor .slick-next {
    top: -80px;
  }

  .equipment-col {
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }

  .equipment-block h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px !important;
    max-width: 150px;
  }

  .equipment-block {
    padding: 50px 0px;
  }

  .equipment-vertical {
    width: calc(50% - 5px);
    height: auto;
    aspect-ratio: 170 / 260;
    position: relative;
    padding: 20px 15px;
    font-size: 12px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .equipment-vertical br {
    display: none;
  }

  .equipment-row-vertical {
    width: calc(50% - 5px);
  }

  .equipment-horizontal {
    padding: 11% 15px;
    font-size: 12px;
  }

  .big-img {
    width: 100%;
  }

  .text-row {
    gap: 10px;
  }

  .grey-text {
    width: 100%;
    padding: 10px 20px 30px;
  }

  .text-block p {
    width: 100%;
  }

  .text-button {
    padding-right: 0px;
  }

  .text-button .service-button {
    display: block;
    width: 18px;
    height: 18px;
    background-size: cover;
  }

  .text-block {
    margin-bottom: 60px;
  }

  .small-img {
    width: calc(50% - 5px);
  }

  .slider-constructor .slick-slide {
    padding: 0px 5px;
  }

  .category-slider-wrapper h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px !important;
  }

  .category-mobile {
    display: flex;
    height: 40px;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #508dc6;
    font-weight: 600;
    border: 1px solid #508dc6;
    border-radius: 5px;
    transition: 0.2s;
    font-size: 14px;
  }

  .category-mobile:hover {
    background: #508dc6;
    color: #ffffff;
    font-weight: 500;
  }

  .category-slider-wrapper {
    margin: 60px 0px 90px;
  }

  .seo-row-img {
    width: 100%;
    gap: 10px;
  }

  .seo-row-img img {
    width: calc(50% - 5px);
  }

  .partners-slider-wrapper h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 50px !important;
  }

  .partners-slider-wrapper {
    margin: 70px 0px 60px;
    background: #fff;
    border-bottom: 1px solid #508dc6;
    padding-bottom: 90px;
  }

  .section-first {
    display: none !important;
  }

  .header-cart {
    display: none;
  }

  .logo img {
    max-width: 140px;
  }

  .wide-container .home-banner .slide-content {
    max-width: 100%;
    margin-top: 40px;
    padding: 0px 15px 290px;
  }

  .big_banners {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .big_banners h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  .big_banners p {
    max-width: 300px;
  }

  .head-buttons {
    gap: 10px;
    margin-top: 5px;
  }

  header {
    border-bottom: 1px solid #508dc6;
  }

  .cropped--left .image_cover img {
    width: 250% !important;
    margin-right: -120% !important;
    margin-left: auto !important;
    object-fit: cover;
    object-position: bottom;
    height: 320px !important;
    max-width: 300% !important;
    min-height: 0px !important;
    max-height: 340px !important;
    object-position: top;
  }

  .home-banner.inner-block__active .image {
    display: flex;
    align-items: flex-end;
    background: #f5f5f5;
  }

  .home-banner .owl-dots {
    left: 58px;
    bottom: 295px;
  }

  .top-header .logo {
    margin-top: 0px;
  }

  .buttons-row {
    gap: 10px;
    flex-direction: column;
  }

  .buttons-row a {
    width: 100%;
    justify-content: flex-start;
    padding: 0px 20%;
    height: 60px;
    font-size: 14px;
  }

  .buttons-row img {
    height: 16px;
    width: 16px;
  }

  .under-header {
    display: none;
  }

  .burger::before {
    background-color: #508dc6;
  }

  .burger::after {
    background-color: #508dc6;
  }

  .burger {
    background-color: #508dc6;
  }

  .seo-img img {
    max-height: 450px;
    width: 100%;
  }

  .mobile-phone {
    margin-bottom: 30px;
  }

  .mobile-ul li a:hover {
    color: #508dc6;
  }

  .header-top-bg-color {
    display: none !important;
  }

  .product-card-bottom__artikul {
    display: none;
  }

  .breadcrumbs a:first-child {
    font-size: 16px;
    margin-right: 0px;
  }

  .breadcrumbs, .breadcrumbs a:first-child {
    font-size: 14px;
}

  .breadcrumbs :first-child a::before {
    margin-right: 20px;
  }

  .product-card__slideshow {
    width: 100%;
  }

  #sync1 {
    margin-bottom: 0px;
  }

  .product-card__title {
    max-width: 100%;
  }

  .product-card__artikul {
    display: none;
  }

  .product-card__head {
    margin-bottom: 30px;
  }

  .product-card__left {
    padding: 0px;
    width: 100%;
  }

  .product-card__content {
    width: 100%;
  }

  #sync1.owl-theme .owl-dots {
    top: 20px;
  }

  #sync1.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #cccccc;
    transition: 0.3s;
  }

  #sync1.owl-theme .owl-dots .owl-dot.active span,
  #sync1.owl-theme .owl-dots .owl-dot:hover span {
    background: #508dc6 !important;
  }

  #sync1 .owl-nav {
    display: none;
  }

  .product-card__right {
    width: 100%;
    height: auto;
    padding: 30px 25px;
  }

  .product-card__right p {
    width: 95%;
  }

  .product-card {
    margin-bottom: 10px;
  }

  .tab_drawer_heading {
    font-size: 14px;
    line-height: 60px;
    height: 60px;
    padding: 0 25px;
    color: #607798;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .tab_drawer_heading .icon .icon-svg {
    color: #607798;
  }

  .tab_drawer_heading .icon {
    right: 25px;
  }

  .tab-content {
    padding: 30px 0px;
  }

  .char-text:first-child {
    width: 60%;
    margin-right: 0px;
  }

  .char li {
    flex-direction: row;
    justify-content: space-between;
  }

  .char-text:first-child {
    color: #999999;
  }

  .document-item {
    padding-left: 60px;
    margin-top: 20px;
    border: none !important;
  }

  .document-item__size {
    left: 60px;
  }

  .product-card-container .product-card-side {
    display: none !important;
  }

  .document-item__format {
    top: 5px;
  }

  .document-item__text-link:hover {
    color: #508dc6;
  }

  .product-slider {
    margin-bottom: 50px;
  }

  .catalog-menu.catalog-categories-block {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .error__content {
    background-position-y: top;
    background-size: contain;
    margin-bottom: 50px;
  }

  .error h1 {
    padding-top: 30%;
  }

  .conditional-section.mb-0 {
    display: none !important;
  }

  .simple-cart {
    padding-top: 40px !important;
  }

  .content-title--lg {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
  }

  .shopping-cart-item__name {
    width: calc(100% - 40px);
    margin-bottom: 20px;
  }

  .shopping-cart-item__total-cost {
    margin-left: 0px;
  }

  .shopping-cart-item__cost {
    margin-right: 0px;
  }

  .delivery-cart {
    padding: 0px;
  }

  .simple-cart__form .form-text {
    padding-left: 0px;
    margin-top: 15px;
  }

  .simple-order-form__submit .btn {
    max-width: 100%;
  }

  .product-card-v2_type-2 {
    display: flex !important;
  }

  .breadcrumbs {
    gap: 10px;
  }

  .section .text-page {
    padding: 30px;
    margin: 50px 0px;
  }

  .pagination {
    justify-content: flex-start;
  }

  .pagination span {
    margin: 0px 10px 0px 0px;
    width: 40px;
    height: 40px;
  }

  .dropdown-select .icon {
    color: #508dc6;
  }

  .dropdown-select {
    border-radius: 5px;
  }

  .dropdown-select-ul li.selected {
    background: #607798;
  }

  .dropdown-select-ul li:hover {
    background: #508dc6;
  }

  .dropdown-select-ul li {
    transition: 0.2s;
  }

  .active .dropdown-select {
    background: #ffffff;
    border-radius: 5px 5px 0 0;
  }

  .dropdown-select-ul {
    background: #ffffff;
    border-radius: 0 0 5px 5px;
  }

  .filter-btn {
    background: #508dc6 url(https://inn-tec.ru/static/images/filter-btn.svg) 50%
      50% no-repeat;
    box-shadow: none;
    border-radius: 5px;
  }

  .mobile-menu-head__title {
    color: #607798;
    font-size: 25px;
    text-transform: uppercase;
  }

  .close-btn .icon,
  .close-btn-2 .icon,
  .close-btn-3 .icon {
    color: #607798;
  }

  .catalog-filter {
    background: #fff;
  }

  .catalog-filter .catalog-filter-body {
    background: #fff;
    border: none;
  }

  .btn-link {
    border: none !important;
    background: transparent !important;
  }

  .gap-grid > .product-card-v2_type-2:not(:nth-child(1)) {
    margin-top: auto;
  }

  .client-item {
    width: calc(50% - 5px);
    margin: 0px 10px 10px 0px;
  }

  .client-item__text {
    top: 20px;
    left: 20px;
    padding-right: 25px;
  }

  .clients-section,
  .catalog-menu {
    margin-bottom: 50px;
  }

  .contacts-block {
    flex-direction: column-reverse;
    gap: 10px;
  }

  .contacts-block__info {
    width: 100%;
    padding: 30px 30px 40px;
  }

  .contacts-block__title-red.address-data {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .contact-h {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .contacts-block__map {
    width: 100%;
  }

  .contacts-section {
    margin-bottom: 50px;
  }

  .contact-line-new {
    max-width: 320px;
  }

  .article-inner__content {
    margin-bottom: 50px;
  }

  .article-inner {
    width: 100%;
    margin: 0px;
  }
}

@media (max-width: 768px) and (min-width: 578px) {
  .seo-text {
    width: 100%;
    padding: 25px 25px 20px;
  }

  .equipment-vertical {
    aspect-ratio: 170 / 230;
    padding: 25px;
    font-size: 14px;
  }

  .equipment-vertical br {
    display: block;
  }

  .equipment-horizontal {
    padding: 11% 25px;
    font-size: 14px;
  }

  .grey-text {
    padding: 30px 40px 50px;
  }

  .category-slider-wrapper .content-background-box__text-content p {
    max-width: 90%;
  }

  .big_banners h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .big_banners p {
    max-width: 450px;
  }

  .cropped--left .image_cover img {
    width: 150% !important;
    margin-right: -60% !important;
  }

  .home-banner .owl-dots {
    left: 45%;
  }

  .buttons-row a {
    padding: 0px 30%;
  }

  .mobile-menu__item {
    max-width: 508px;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-ul {
    max-width: 508px;
    margin-left: auto;
    margin-right: auto;
  }

  .catalog-menu-item {
    height: 320px !important;
  }

  .catalog-menu-item__name {
    left: 20px;
    bottom: 25px;
    padding: 0px;
  }

  .catalog-menu-item:before {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    right: 20px;
    bottom: 26px;
  }

  .article-text {
    padding: 30px 25px;
  }
}

@media (max-width: 768px) and (min-width: 480px) {
  .modal {
    padding: 60px;
  }
}

@media (max-width: 578px) {
  .seo-block .container {
    padding: 0px;
  }

  .seo-block .h2-grey {
    padding: 0px 16px;
  }

  .service-slider-wrapper .content-background-box__text-content p {
    font-size: 12px;
    line-height: 16px;
  }

  .category-slider-wrapper h3 {
    color: #607798;
    font-size: 14px;
    margin-bottom: 5px !important;
  }

  .category-slider-wrapper p {
    font-size: 12px;
    line-height: 16px;
  }

  .category-slider-wrapper .content-background-box__text-content {
    padding: 20px 15px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .content-title.product-set-title.h2 {
    width: 100%;
    margin-bottom: 50px;
  }

  .slider-constructor .slick-slide .product-card-v2_type-2 {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
  }

  .product-card-v2_type-2 .product-card-v2__image {
    height: auto !important;
  }

  .product-card-v2 .product-card-v2__content {
    padding: 15px;
  }

  .catalog-menu-item {
    height: 60vw !important;
  }

  .catalog-menu-item__name {
    left: 10px;
    bottom: 15px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 100;
    max-width: 90%;
  }

  .catalog-menu-item:before {
    display: none;
  }

  .modal .btn {
    width: 100%;
  }

  .gap-grid {
    gap: 10px !important;
  }

  .gap-grid {
    row-gap: 10px !important;
  }

  .section .text-page {
    padding: 30px 20px;
  }

  .client-item {
    width: 100%;
    margin: 0px 0px 10px 0px;
    height: 170px;
  }

  .article-text {
    padding: 25px 15px;
  }

  .article-text h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
