@import url("pnm_parts_catalog.css?id=71777484");

@font-face {
  font-family: 'Roboto-Light';
  font-display: 'swap';
  src: url("/assets/fonts/Roboto-Light.eot");
  src: url("/assets/fonts/Roboto-Light.eot?#iefix") format('embedded-opentype'), 
       url("/assets/fonts/Roboto-Light.woff") format('woff'), 
       url("/assets/fonts/Roboto-Light.ttf") format('truetype'), 
       url("/assets/fonts/Roboto-Light.svg") format('svg');
}

@font-face {
  font-family: 'Roboto-Medium';
  font-display: 'swap';
  src: url("/assets/fonts/Roboto-Medium.eot");
  src: url("/assets/fonts/Roboto-Medium.eot?#iefix") format('embedded-opentype'), 
       url("/assets/fonts/Roboto-Medium.woff") format('woff'), 
       url("/assets/fonts/Roboto-Medium.ttf") format('truetype'), 
       url("/assets/fonts/Roboto-Medium.svg") format('svg');
}

@font-face {
  font-family: 'Roboto-Bold';
  font-display: 'swap';
  src: url("/assets/fonts/Roboto-Bold.eot");
  src: url("/assets/fonts/Roboto-Bold.eot?#iefix") format('embedded-opentype'), 
       url("/assets/fonts/Roboto-Bold.woff") format('woff'), 
       url("/assets/fonts/Roboto-Bold.ttf") format('truetype'), 
       url("/assets/fonts/Roboto-Bold.svg#FiraSans-Medium") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FiraSans-Medium';
  font-display: 'swap';
  src: url("/assets/fonts/FiraSans-Medium.eot");
  src: url("/assets/fonts/FiraSans-Medium.eot?#iefix") format('embedded-opentype'), 
       url("/assets/fonts/FiraSans-Medium.woff") format('woff'), 
       url("/assets/fonts/FiraSans-Medium.ttf") format('truetype'), 
       url("/assets/fonts/FiraSans-Medium.svg#RFiraSans-Medium") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FiraSans-Light';
  font-display: 'swap';
  src: url("/assets/fonts/FiraSans-Light.eot");
  src: url("/assets/fonts/FiraSans-Light.eot?#iefix") format('embedded-opentype'), 
       url("/assets/fonts/FiraSans-Light.woff") format('woff'), 
       url("/assets/fonts/FiraSans-Light.ttf") format('truetype'), 
       url("/assets/fonts/FiraSans-Light.svg#RFiraSans-Light") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FiraSans-Regular';
  font-display: 'swap';
  src: url("/assets/fonts/FiraSans-Regular.eot");
  src: url("/assets/fonts/FiraSans-Regular.eot?#iefix") format('embedded-opentype'), 
       url("/assets/fonts/FiraSans-Regular.woff") format('woff'), 
       url("/assets/fonts/FiraSans-Regular.ttf") format('truetype'), 
       url("/assets/fonts/FiraSans-Regular.svg#RFiraSans-Regular") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FiraSans-ExtraLight';
  font-display: 'swap';
  src: url("/assets/fonts/FiraSans-ExtraLight.eot");
  src: url("/assets/fonts/FiraSans-ExtraLight.eot?#iefix") format('embedded-opentype'), 
       url("/assets/fonts/FiraSans-ExtraLight.woff") format('woff'), 
       url("/assets/fonts/FiraSans-ExtraLight.ttf") format('truetype'), 
       url("/assets/fonts/FiraSans-ExtraLight.svg#RFiraSans-ExtraLight") format('svg');
  font-weight: normal;
  font-style: normal;
}




* { margin: 0; padding: 0; }
.container { }



/* -- Стили для шапки сайта -- */

.header {
    background: #0084C0;
    /* padding: 2px 8px 2px; */
}

header {
    min-height: 88px;
    color: #fff;
    z-index: 10;
    position: relative;
    background-color: #0283c4;
}
header .main_logo {
    background: url(/assets/images/new-site/main-logo.png) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 40px;
    display: block;
    max-width: 240px;
}
.header-block { text-align: center; display: inline-block; width: 33%;}

.round-button{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #FFBB43;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  border: none;
}
.round-button:hover{
 cursor:pointer;
 background-color: #f1a219;
}
.round-button:focus{
 outline: none;
}

.round-button-mail {
  background-image: url(/assets/new-site-2022/images/mail-icon.svg);
}

.round-button-phone {
  background-image: url(/assets/new-site-2022/images/phone-icon.svg);
}

.request-button{
    background: #0084C0;
    border-radius: 4px;
    width: 312px;
    height: 56px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    border: none;
    margin: 1rem auto;
}

.request-button:hover{
    cursor:pointer;
    opacity: 0.8;
}
.request-button:focus{
   outline:none;
}

.header-button-text{
    width: 73px;
    /* height: 36px; */

    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}

.menu-button {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px 20px;
    background-image: url(/assets/new-site-2022/images/menu-icon.svg);
    border: none;
    background-color: transparent;
    margin: 0 10px;
}
.menu-button:focus {
  outline: none;
}

p { font-family: Arial, sans-serif; line-height: 1.6rem; margin-bottom: 0.25rem; font-size: 1rem; text-indent: 1rem; }

ul { margin-left: 30px; font-size: 1rem; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
  line-height: normal;
  font-family: 'Roboto-Regular', sans-serif;
}
h1, .h1 {
    font-size: 2rem;
    text-align: center;
}
h2, .h2 {
    font-size: 1.8rem;
}
h3, .h3 {
    font-size: 1.6rem;
}
h4, .h4 {
    font-size: 1.4rem;
}
h5, .h5 {
    font-size: 1.2rem;
}


.noview { display:none!important; }
.content h2, .category_wrapper h2 {margin: 1rem 0 0.5rem 0; text-align: left; text-indent: 3rem; }

/* -- Стили для формы поиска в шапке -- */
.search_number .search_input {
    width: 100%;
    height: 36px;
    background-color: #0283c4;
    color: #ffffff;
    border: none;
    outline: none;
    font-size: 14px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}


.search_number .search_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */  color: #ffffff; }
.search_number .search_input::-moz-placeholder { /* Firefox 19+ */  color: #ffffff; }
.search_number .search_input:-ms-input-placeholder { /* IE 10+ */  color: #ffffff; }
.search_number .search_input:-moz-placeholder { /* Firefox 18- */  color: #ffffff; }

/* -- Стили выводов результатов поиска -- */

.search_result_number {
  width: 100%;
  max-width: 1200px;
}
.search_result_number th {
  background: #f5f5f5;
  padding: 10px;
}
.search_result_number td {
  padding: 10px;
  
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  
  text-align: center;
  
  border-bottom: 1px solid lightgray;
}
.search_result_number td:first-of-type,
.search_result_number td:nth-of-type(2) {
  text-align: left;
}
.search_result_number .cart_button {
  background: url("../../images/new-site/cart-icon.png") center no-repeat lightgray;
  width: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border: none;
}
.search_result_number tr:hover td {
  background: #d8e6e9;
}
.search_result_number img {
  cursor: pointer;
}




/* -- Стили для иконки-лупы в форме поиска -- */
/* .search_number .img_search input {  background: url("/assets/images/search-icon-gray.png") center no-repeat; } */
.search_number .img_search {  margin-left: -32px; }
.img_search {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}
.img_search input:hover {
   opacity: 0.75;
   cursor: pointer;
}
.img_search input {
  background: url("/assets/new-site-2022/images/search-icon.svg") center no-repeat;
  background-size: 24px;
  width: 40px;
  height: 40px;
  display: block;
  border: none;
  outline: none;
}

/* -- Стили для Телефона и Skype в шапке сайта -- */
.phone, .phone-dark {
  font-size: 16px;
  font-family: 'Roboto-Bold', sans-serif;
}
.skype { font-size: 14px; font-family: 'Roboto-Medium', sans-serif; padding-bottom:1rem; }
.phone a, .phone a:link, .phone a:visited, .skype a, .skype a:link, .skype a:visited { color: #ffffff; }
.phone a:hover, .phone a:focus, .skype a:hover, .skype a:focus { text-decoration: none; color: #dddddd; }

.info-block { display: inline-block; }


.cart_button {
  background: url("/assets/images/new-site/cart-icon.png") center no-repeat;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.cart_button span {
  background-color: #ffbd1e;
  color: #000;
  font-size: 14px;
  font-family: 'FiraSans-Medium', sans-serif;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -10px;
  right: -10px;
  text-align: center;
  line-height: 28px;
}

/*--- Стили верхнего меню -- */
.fon-menu { background-color: #0283c4; background-color: #0399cf; padding: 0px; }

.navbar {
  position: absolute;
  top: 48px;
  width: 100vw;
  z-index: 11;
  display: flex;
}

/* -- Кнопки меню -- */
.navbar-nav .nav-link { 
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    font-size: 16px; 
    text-transform: uppercase;
    text-decoration: none; 
}
.navbar-nav .nav-link:hover { 
    opacity: 0.75;
}
.nav-item{
  padding: 0 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar-expand-lg .navbar-nav .nav-link { font-size: 16px; font-family: 'Roboto', sans-serif; color: #fff; font-weight: 500; text-transform: uppercase; text-decoration: none; }
/* -- Цвет меню при наведении -- */
.navbar-expand-lg .navbar-nav .nav-link:hover { background-color: #ffbd1e; color: #fff; transition: 0.5s; }
/* -- Вертикальные полоски между меню -- */
.vline { color: #fff; margin-top: 12px; }
/* -- Кнопка мобильного меню -- */
.navbar-toggler:focus, .navbar-toggler:hover { outline: none; }
.poloska { margin: 6px 0px; width: 30px; height: 2px;  background-color: #fff; display: block; }

/* -- Хлебные крошки -- */
.breadcrumb { margin: 0px; background-color: white; }
/* .breadcrumb li { padding: 0px 5px; border-left: 1px solid #888; color: #888; } */
/* .breadcrumb li:first-child { border-left: none; } */
.breadcrumb, .breadcrumb a { font-size: 12px; color: #8e969c; font-family: Arial, sans-serif; }
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.content {
    padding-top: 1rem;
}

/*--- Слайдер ---*/
.main_slider {
  margin-top: -178px;
  z-index: 0;
  height: 743px;
  position: relative;
}
.main_slider .slide_info {
  position: absolute;
  top: 300px;
  right: 125px;
  width: 510px;
  color: #fff;
  font-size: 32px;
  font-family: 'Roboto-Light', sans-serif;
  line-height: 44px;
  letter-spacing: 0.16px;
}
.main_slider .owl-next,
.main_slider .owl-prev {
  position: absolute;
  width: 40px;
  height: 90px;
  background: url("../../images/new-site/arrow.png") center no-repeat;
  top: 50%;
  margin-top: -45px;
  left: 0;
  color: transparent;
}
.main_slider .owl-prev {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
.owl-stage-outer, .owl-stage, .owl-item, .item { height: 100%; }



.catlinks a, .catlinks a:link, .catlinks a:visited {
    border: 2px solid #0283c4;
    background-color: #0399cf;
    width: 380px;
    padding: 10px;
    height: 45px;
    text-align: center;
    margin: 0 auto;
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto-Medium', sans-serif;
    text-transform: uppercase;
}

.btn-primary {
    background-color: #0399cf;
}

.ask_btn {
    border-radius: 0px!important;
    border: 2px solid #0283c4;
    background-color: #0399cf;
    font-size: 16px;
    font-family: 'Roboto-Medium', sans-serif;
    text-transform: uppercase;
}
.ask_btn a{
    color: #fff;
    text-align: center;
}



/* -- Стили для главной - блоки -- */
.about_company { padding: 55px; }
.about_company h2 { font-family: 'FiraSans-Medium', sans-serif; margin: 20px 0px; }
.about_company p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
  font-family: 'FiraSans-Light', sans-serif;
}
.about_company a.more {
  font-family: 'FiraSans-Regular', sans-serif;
  font-size: 14px;
  color: #333;
  display: block;
  border: 2px solid #ffbd1e;
  height: 36px;
  width: 219px;
  line-height: 36px;
  text-decoration: none;
  padding-left: 20px;
  background: url("../../images/new-site/more-icon.png") 185px center no-repeat;
}



.teaser {
  text-decoration: none;
  display: block;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
  margin: 0 -15px;
}

/*-- тизеры на Главной --*/
.teaser table { width: 100%; }
.teaser table td { width: 50%; }

.teaser_text { font-family: 'FiraSans-ExtraLight', sans-serif;text-align: right; vertical-align: top; color: #000; }
.teaser_text a { color: #000; text-decoration: none; }
.teaser .text_right { text-align: left; }
.teaser_text h2 { font-family: 'FiraSans-Medium', sans-serif; text-decoration: underline; margin-bottom: 20px; color: #000; }
.teaser img { vertical-align: top; }
.teaser .img_left { text-align: right; padding-right: 100px; }


.news_block, .video_block, .sertif_block, .project_block {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.news_block a.more,
.video_block a.more,
.sertif_block a.more,
.project_block a.more {
  font-family: 'FiraSans-Regular', sans-serif;
  font-size: 12px;
  color: #333;
  display: block;
  border: 2px solid #ffbd1e;
  height: 29px;
  width: 126px;
  line-height: 29px;
  text-decoration: none;
  padding-left: 16px;
  float: right;
  background: url("../../images/new-site/more-icon.png") 99px center no-repeat;
  background-size: 12px;
}
.news_block h2,
.video_block h2,
.sertif_block h2,
.project_block h2 {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 35px;
  letter-spacing: 0.15px;
  font-family: 'FiraSans-Medium', sans-serif;
}
.news_video_block { padding-bottom: 50px; }
.video_frame { border:0px; }

.news_block {
  height: 513px;
}
.news_anons {
  font-family: 'FiraSans-Regular', sans-serif;
  position: relative;
  padding-left: 70px;
  font-size: 12px;
  margin-bottom: 25px;
}
.news_anons a {
  line-height: 20px;
  color: #ffa200;
}
.news_anons a:first-of-type {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
.news_anons span {
  line-height: 18px;
  margin-right: 10px;
}



.news_anons .date {
  border-radius: 50%;
  background: #1b82d9;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-family: 'FiraSans-Medium', sans-serif;
  text-align: center;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  padding-top: 6px;
}
.news_anons .date span {
  display: block;
  margin: 0 auto;
}

.article-item:hover .date{
  background:#1b82d9;
  color:#fff;
}



/* -- Стили для блоков категорий с картинками -- */
.center-blocks {text-align: center; }

.catalog_cat {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    text-align: center;
    margin: 15px;
}
.catalog_cat a {
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 16px;
    display: block;
    color: #000;
    text-decoration: none;
    margin-top: 15px;
}
.catalog_cat .img_wrapper {
    width: 100%;
    height: 135px;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.catalog_cat .img_wrapper img {
    display: block;
    width: 100%;
}


/* Дизайн  от Александры */ 
.new-catalog-card-list{
    display:flex;
    flex-wrap: wrap;
    gap: 16px;
}
.new-catalog-card{
    display: block;
    width: calc(( 100% - 16px ) / 2);
    background: #FFFFFF;
}
.new-catalog-image{
    border: 2px solid #F9F9F9;
    width:100%;
    height: 136px;
    object-fit: contain;
}
.new-catalog-text{
    margin-top: 12px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #353533;
    margin-bottom: 0;
    text-indent: 0;
}
.new-catalog-card:hover{
    text-decoration: none;
    opacity: 0.8;
}
.new-catalog-card:hover .new-catalog-image{
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

/* -- Стили для оформления текстов в новостях, материалах, статьях - начало -- */

/* Выделение фона я ля "для справки" */
.info-highlight {
    background-color: #f0f8ff; /* Цвет фона */
    border-left: 4px solid #007bff; /* Линия слева */
    padding: 5px; /* Отступы */
    margin: 10px 0; /* Отступы сверху и снизу */
}

/* -- Стили для оформления текстов в новостях, материалах, статьях - конец -- */



@media (min-width: 760px){
    .new-catalog-card{
      width: calc(( 100% - 32px ) / 3);
    }
    .new-catalog-image{
       height: 224px;
    }
    .new-catalog-text{
        margin-top:16px;
        color: #999999;
        font-size: 20px;
        line-height: 28px;
    }
}


@media (min-width: 1024px){
    .new-catalog-card{
      width: calc(( 100% - 24px * 3 ) / 4);
    }
    .new-catalog-image{
       height: 288px;
    }
    .new-catalog-text{
        font-size: 24px;
        line-height: 32px;
    }
}

/* -- Стили для Запчастей по виду (шестеренки) -- */
.parts_type {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    margin: 0px 5px;
    text-decoration: none;
    text-align: center; 
}
.parts_type .img_wrapper { border: 3px solid #e6e6e6; height: 120px; }
.parts_type .img_wrapper:hover { border: 3px solid #0399cf; }
.parts_type .img_wrapper img { width: 100px; opacity: .7; }
.parts_type p { font-family: 'Roboto-Medium', sans-serif; font-size: 14px; color: #000000; margin-top: 5px; }


/* -- Стили карточки товара -- */
.product_page { }
.produkt-block { vertical-align: top; display: inline-block; margin-bottom: 5px; }
.produkt-block h1 { margin: 0px; }
.product_page .gallery { vertical-align: top; }



.product_page .description .price {
    font-family: 'Roboto-Bold', sans-serif;
    margin-right: 50px;
    font-size: 30px;
}
.product_page .description form > * {
    display: inline-block;
    vertical-align: middle;
}
div.count, form.count {
    border: 2px solid #098fcf;
    border-radius: 4px;
    width: 60px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    position: relative;
    margin-right: 2px;
}
div.count .product_count, form.count .product_count {
    width: 100%;
    height: 40px;
    padding-right: 15px;
    border: none;
    text-align: center;
    margin-top: 0;
    display: block;
}
div.count .plus, div.count .minus, form.count .plus, form.count .minus {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    right: -2px;
}
div.count .plus, form.count .plus { background: url(../../images/new-site/plus.png) center no-repeat #098fcf; top: 0; }
div.count .minus, form.count .minus { background: url(../../images/new-site/minus.png) center no-repeat #098fcf; bottom: 0; }

.to_cart {
    border: 3px solid #ffb400;
    height: 44px;
    color: #fff;
    line-height: 40px;
    padding-left: 35px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 16px;
    font-family: 'Roboto-Bold', sans-serif;
    text-align: center;
    cursor: pointer;
}

/*-- Увеличивающиеся картинки в контенте --*/
.img-in-text {
    width: 150px;
    border: 1px solid #006699;
    margin: 5px;
}
.group2 { display: inline-block; }



/* -- Пагинация -- */
.overpagination a:link,
.overpagination a:visited,
.overpagination .disabled span
{
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd;
}
.overpagination .active a,
.overpagination .active a:hover
{
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.overpagination .disabled span { color: #868e96; }

.overpagination a {  text-decoration: none; }


.overpagination a:hover { background-color: #ddd; }

.overpagination li:first-child span,
.overpagination li:first-child a
{
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.overpagination li:last-child a,
.overpagination li:last-child span
{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pdf-info { margin-top: 10px; }
.pdf-info img { width: 220px; }

/* -- Блок рекомендуемых товаров -- */
.catalog_block.recommend { margin: 10px 0px; text-align: center; }

.catalog_item { width: 250px; margin: 10px; text-align: left; display: inline-block; vertical-align: top; }
.catalog_item a.photo { border: 1px solid #ffbc1b; display: block; text-align: center; }
.catalog_item .photo img { height: 200px; }

.catalog_item .title {
    color: #000;
    font-size: 16px;
    display: block;
    font-family: 'Roboto-Medium', sans-serif;
    text-decoration: underline;
    text-transform: uppercase;
    margin: 15px 0px;
}
.catalog_item .tech p {
    position: relative;
    overflow: hidden;
    color: #666;
    font-size: 12px;
}
.catalog_item .tech span {
    float: right;
    padding-right: 25px;
    background: #fff;
    padding-left: 5px;
    z-index: 10;
    position: relative;
    height: 20px;
}
.catalog_item .tech p:after {
    content: "..................................................................";
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
}
.catalog_item a.pdf {
    color: #000;
    font-size: 12px;
    font-family: 'Roboto-Regular', sans-serif;
    text-decoration: underline;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}
.catalog_item a.pdf:before {
    content: "";
    background: url(../../images/new-site/pdf.png) no-repeat center;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
.catalog_item .price {
    font-family: 'Roboto-Regular', sans-serif;
    margin-top: 15px;
}
.catalog_item .price span { font-weight: bold; }

/* -- Стили для формы обратной связи --*/
.hidden { display: none; }

.ask_form {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 830px;
  height: 418px;
  margin-left: -415px;
  margin-top: -209px;
  background: #fff;
  border-radius: 7px;
  padding-top: 20px;
  padding: 20px 25px 0 25px;
}
.ask_form p { font-size: 16px; text-align: center; font-family: 'FiraSans-SemiBold', sans-serif; }
.ask_form .close {
  display: block;
  position: absolute;
  background: url(../../images/new-site/close-cross.png) center no-repeat;
  width: 30px;
  height: 30px;
  top: 15px;
  right: 30px;
  cursor: pointer;
}
.ask_form form { margin-top: 25px; }
.ask_form input, .ask_form textarea { max-width: 100%; }
.ask_form .send_button1 {
  margin: 0 auto;
  text-align: center;
  width: 200px;
  height: 40px;
  border: 2px solid #ffbd1e;
  font-family: 'FiraSans-Medium', sans-serif;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.05px;
  margin-top: 40px;
  cursor: pointer;
}
.ask_form textarea { height: 177px; float: right; padding: 10px 20px; }
.ask_form span { font-size: 12px; display: block; margin-top: 20px; text-align: center; }
.ask_button { 
    text-align: left;
    width: 100%; 
    background: url(../../images/new-site/slide1.jpg) center top no-repeat; 
    background-size: cover; 
    margin: 20px auto; 
    height:250px!important;
}
.ask_button_volvo { 
    background: url(../../images/new-site/volvo_ask_button_background.jpg) center top no-repeat; 
}

.ask_button > p { color: #fff; font-size: 36px;  line-height: 48px; font-family: 'Roboto-Bold', sans-serif; }


/*-- Кнопки на форме обратной связи --*/
.to_catalog {
    border: 3px solid #1a7adb;
    background-color: #06c;
    opacity: 0.851;
    height: 44px;
    color: #fff;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-family: 'Roboto-Medium', sans-serif;
    text-align: center;
    display: block;
    cursor: pointer;
}
.to_catalog:hover { background-color: #1a7adb;}

.to_catalog_whatsUp {
    border: 3px solid #0dd30d;
    border-radius: 20px;
    background-color: white;
    float: left;
    color: black;
    text-decoration: none;
}
.to_catalog_whatsUp:hover {
    background-color: #eaeaea;
    color: black;
    text-decoration: none;
}

.ask_button .to_catalog { display: inline-block; margin-left: 20px;}
.carus {
    /* float: right; */
    margin: auto;
}

.ask_btn {cursor:pointer; }
.ask_btn:hover { background-color: #1a7adb; } /*#ffbd1e;*/


/* -- Стили для кнопки запроса емайла --*/

.info-block .ask-email button{
    color: white;
    background-color: transparent;
    margin: 4px;
    padding: 4px;
    width: 14rem;
    border: 1px solid white;
    font-size: 24px;
}
.ask-email:focus,
.ask-email:active:focus{
outline:0;
}
.ask-email .fa{
    margin-top:0;
    font-size: 32px;
}
.ask-email>img {
    height:1rem;
}
.ask-email button:hover,
button.ask-email:hover{
    background-color:#ffc107;
    color:white;
    cursor: pointer;
}

header .phone {
    text-align:center;
}
header .phone a{
    text-align:center;
    color:#666;
}


/* -- Стили для подвала сайта -- */
footer {
  background: #353533;
  padding: 12px 16px 18px;
  z-index: 10;
  position: relative;
}
footer ul li {
  display: inline-block;
  list-style: none;
}
footer ul li a {
  text-transform: uppercase;
  color: #999;
  font-size: 12px;
  font-family: 'FiraSans-Medium', sans-serif;
  display: block;
  padding: 0px;
  letter-spacing: 1.2px;
}
footer .copyright {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #FFBB43;
  width: 210px;
  padding: 1rem;
}

/* Оформление ссылок в подвале --- */
.footmenu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.footmenu a { 
  padding: 14px 14px 8px;
  box-shadow: 0px 1px 0px rgba(153, 153, 153, 0.5);
  text-decoration: none;
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #999999;
}

.social-icons {
  margin: 0;
  padding: 20px 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  justify-content: start;
}
.social-icon {
  display: block;
  width: 30px;
  height: 30px;
  background-position: center;
} 

.social-icon_youtube {
  background: url("/assets/new-site-2022/images/youtube-icon.svg") center no-repeat;
}

.social-icon_vk{
  background: url("/assets/new-site-2022/images/vk-icon.svg") center no-repeat;
  background-size: 40px 23px;
}

.social-icon_y{
  background: url("/assets/new-site-2022/images/y-icon.svg") center no-repeat;
}



/* article tweaks (temporary) */
.new-catalog-card { padding: 12px 14px; border: 1px solid #f0f0f0; }
.new-catalog-card ul { margin-left: 18px; }



.article-item:hover{
    background:#fafafa;
}






/* Articles list (press-center) */
.articles-list{
  /* wrapper used in resource content to isolate styles */
}

.articles-meta{
  font-size: 14px;
  color: #666;
  margin: 6px 0 14px 0;
}

.article-item{
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  padding: 18px 0;
  border-radius: 10px;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}

/* Accent line (behind the date circle) */
.article-item:before{
  content: "";
  position: absolute;
  left: 36px;              /* center of 72px date circle */
  top: 10px;
  bottom: 10px;
  width: 3px;
  border-radius: 3px;
  background: transparent;
  transition: background .12s ease;
  z-index: 0;
}

.article-item:hover{
  background: #fafafa;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.06);
}

.article-item:hover:before{
  background: #1b82d9;
}

.article-row{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 72px 200px 1fr;
  gap: 18px;
  align-items: start;
}

.article-date{
  width: 72px;
  height: 72px;
  border-radius: 50%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background: #f4f9ff;         /* light fill */
  border: 2px solid #1b82d9;   /* outline */
  color: #1b82d9;

  font-size: 18px;
  line-height: 1.1;
  font-family: 'FiraSans-Medium', sans-serif;
  text-align: center;
  z-index: 2;
}

.article-date span{
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  opacity: 0.85;
}

.article-item:hover .article-date{
  background: #1b82d9;
  color: #fff;
}

.article-item:hover .article-date span{
  opacity: 0.95;
}

.article-image{
  display: block;
  width: 200px;
}

.article-img{
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  transition: transform .18s ease;
}

.articles-list .article-item:hover .article-img{
  transform: scale(1.03);
}

.article-content{
  max-width: 820px; /* calm line length */
}

.article-cat{
  display: inline-block;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 12px;
  background: #f3f4f6;
  color: #444;
  border: 1px solid #e7e7e7;
  margin-bottom: 8px;
}


.article-title{
  margin:0 0 8px 0;
  font-size:22px;
  line-height:1.25;
  font-weight:600;
  color:#222;
  text-decoration:none;
}
.article-title{
  transition: color .15s ease;
}

.article-title:hover{
  color:#1b82d9;
}

.article-title a{
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 600;
}

.article-title a:visited{
  color: #1a1a1a;
}

.article-item:hover .article-title a{
  color: #1b82d9;
  text-decoration: underline;
}

.article-intro{
  font-size: 15px;
  line-height: 1.5;
  color: #444;
  margin-bottom: 10px;
  max-width: 820px;
}

.articles-list .article-more a{
  display:inline-flex;
  align-items:center;
  gap:8px;

  padding:6px 12px;
  border-radius:8px;

  border:1px solid #e6edf5;
  background:transparent;

  color:#3b6a96;
  text-decoration:none;

  transition: background .12s ease, border-color .12s ease, transform .12s ease, color .12s ease;
}


.articles-list .article-more a:hover{
  border-color: rgba(27,130,217,.35);
  background:#f6fbff;
  color:#1b82d9;
  transform: translateY(-1px);
  text-decoration:none;
}

/* Заголовок статьи: по умолчанию тёмный, синий только по наведению на сам линк */
.articles-list .article-title a,
.articles-list .article-title a:visited{
  color:#222;
  text-decoration:none;
  transition: color .15s ease, text-decoration-color .15s ease;
}

.articles-list .article-title a:hover{
  color:#1b82d9;
  text-decoration: underline;
  text-decoration-color: rgba(27,130,217,.35);
  text-underline-offset: 3px;
}

/* Если хочешь: при наведении на карточку заголовок НЕ синеет */
.articles-list .article-item:hover .article-title a{
  color:#111;
  text-decoration: underline;
  text-decoration-color: rgba(27,130,217,.18);
}

/* Mobile */
@media (max-width: 768px){
  .article-row{
    grid-template-columns: 1fr;
  }

  .article-image{
    width: 100%;
  }

  .article-img{
    height: 180px;
  }

  /* reduce effects for performance */
  .article-item:hover{
    transform: none;
    box-shadow: none;
  }

  .article-item:before{
    top: 8px;
    bottom: 8px;
  }
}

.articles-list .article-item:hover .article-title{
  color:#111;                 /* было #1b82d9 */
  text-decoration: underline; /* оставим UX */
  text-decoration-color: rgba(27,130,217,.35);
  text-underline-offset: 3px;
}
.articles-list .article-item:hover:before{
  background: rgba(27,130,217,.35); /* было #1b82d9 */
}
.articles-list .article-item:hover .article-date{
  background:#f4f9ff;
  color:#1b82d9;
  border-color:#1b82d9;
}




/* =========================================================
   CONTENT STANDARD (articles/news/materials)
   Scope: .content-article
   ========================================================= */

.content-article{
  max-width: 980px;
  margin: 0 auto;
  padding: 4px 0 24px;
  color: #1a1a1a;
}

/* Headings */
.content-article h1,
.content-article h2,
.content-article h3{
  text-indent: 0;           /* гасим глобальный text-indent */
  margin: 18px 0 10px;
  line-height: 1.25;
  font-family: 'Roboto-Regular', Arial, sans-serif;
}

.content-article h1{ font-size: 30px; }
.content-article h2{ font-size: 24px; }
.content-article h3{ font-size: 18px; }

/* Paragraphs */
.content-article p{
  text-indent: 0;           /* гасим глобальную красную строку */
  margin: 0 0 10px;
  line-height: 1.7;
  font-size: 16px;
}

/* Lead paragraph (optional) */
.content-article .lead{
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 14px;
  color: #2b2b2b;
}

/* Links */
.content-article a{
  color: #1b82d9;
  text-decoration: none;
}
.content-article a:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Lists */
.content-article ul,
.content-article ol{
  margin: 0 0 12px 20px;
  padding: 0;
  line-height: 1.7;
  font-size: 16px;
}
.content-article li{ margin: 4px 0; }

.content-article .list-compact{
  margin-left: 18px;
}
.content-article .list-compact li{
  margin: 2px 0;
}

/* Images */
.content-article img{
  max-width: 100%;
  height: auto;
}

.content-article .content-img{
  display: block;
  margin: 14px auto;
  border-radius: 10px;
}

/* Captions */
.content-article .content-caption{
  margin: -6px 0 12px;
  font-size: 13px;
  line-height: 1.4;
  color: #666;
  text-align: center;
  text-indent: 0;
}

/* Tables (standard) */
.content-article table{
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0 16px;
  font-size: 14px;
}

.content-article th,
.content-article td{
  border: 1px solid #e5e5e5;
  padding: 10px 12px;
  vertical-align: top;
}

.content-article th{
  background: #f6f8fb;
  font-weight: 700;
}

.content-article tbody tr:hover td{
  background: #f6fbff;
}

/* Narrow tables on mobile */
@media (max-width: 575px){
  .content-article{
    max-width: 100%;
  }

  .content-article table{
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* Info blocks */
.content-article .info-highlight{
  background: #f0f8ff;
  border-left: 4px solid #1b82d9;
  padding: 12px 14px;
  margin: 12px 0 14px;
  border-radius: 10px;
  text-indent: 0;
}

/* Mini callout line (optional) */
.content-article .note{
  background: #fff7e6;
  border-left: 4px solid #ffbb43;
  padding: 10px 12px;
  margin: 12px 0 14px;
  border-radius: 10px;
}

/* Article sections spacing */
.content-article .section{
  margin: 16px 0 18px;
}

/* Make bootstrap rows breathe inside content */
.content-article .row{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* =========================================================
   CONTENT ARTICLE — polish v2
   ========================================================= */

.content-article{
  max-width: 960px;
  margin: 0 auto;
  padding: 6px 0 28px;
  color: #1f1f1f;
}

.content-article h1,
.content-article h2,
.content-article h3{
  text-indent: 0;
  font-family: 'Roboto-Regular', Arial, sans-serif;
  color: #202020;
}

.content-article h2{
  margin: 34px 0 12px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}

.content-article h3{
  margin: 26px 0 10px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}

.content-article p{
  text-indent: 0;
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.75;
  color: #222;
}

.content-article .lead{
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.75;
  color: #2a2a2a;
}

.content-article strong{
  font-weight: 700;
  color: #111;
}

.content-article ul,
.content-article ol{
  margin: 0 0 16px 22px;
  padding: 0;
  font-size: 16px;
  line-height: 1.7;
}

.content-article li{
  margin: 4px 0;
}

.content-article .list-compact{
  margin-bottom: 14px;
}

.content-article .list-compact li{
  margin: 2px 0;
}

/* Images */
.content-article .content-img{
  display: block;
  width: 100%;
  margin: 14px auto;
  border-radius: 6px;
}

.content-article .content-caption{
  margin: -2px 0 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  text-align: center;
}

/* Tables */
.content-article .content-table{
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0 20px;
  font-size: 14px;
  background: #fff;
}

.content-article .content-table th,
.content-article .content-table td{
  border: 1px solid #d9dee5;
  padding: 12px 14px;
  vertical-align: top;
  text-align: left;
}

.content-article .content-table th{
  background: #f1f4f8;
  color: #222;
  font-weight: 700;
}

.content-article .content-table tbody tr:nth-child(even){
  background: #fafbfd;
}

.content-article .content-table tbody tr:hover{
  background: #f4f9ff;
}

/* Quote / note / editorial callout */
.content-article .content-note{
  margin: 16px 0 22px;
  padding: 14px 18px;
  background: #eef4f9;
  border-left: 5px solid #1b82d9;
  color: #243240;
  line-height: 1.7;
}

.content-article .content-note p:last-child{
  margin-bottom: 0;
}

.content-article .content-note-title{
  display: inline-block;
  margin-right: 6px;
  font-weight: 700;
  font-style: italic;
  color: #1c2d3f;
}

/* Small separator rhythm for bootstrap rows */
.content-article .row{
  margin-top: 10px;
  margin-bottom: 14px;
}

/* Mobile */
@media (max-width: 767px){
  .content-article{
    max-width: 100%;
  }

  .content-article h2{
    font-size: 22px;
    margin: 28px 0 10px;
  }

  .content-article p,
  .content-article ul,
  .content-article ol{
    font-size: 15px;
  }

  .content-article .lead{
    font-size: 17px;
  }

  .content-article .content-table{
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* =========================================================
   CONTENT ARTICLE — polish v3
   ========================================================= */

.content-article{
  max-width: 960px;
  margin: 0 auto;
  padding: 6px 0 28px;
  color: #1f1f1f;
}

.content-article h1,
.content-article h2,
.content-article h3{
  text-indent: 0;
  font-family: 'Roboto-Regular', Arial, sans-serif;
  color: #202020;
}

.content-article h2{
  margin: 34px 0 12px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}

.content-article h3{
  margin: 26px 0 10px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}

.content-article p{
  text-indent: 0;
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.75;
  color: #222;
}

.content-article .lead{
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.75;
  color: #2a2a2a;
}

.content-article strong{
  font-weight: 700;
  color: #111;
}

.content-article ul,
.content-article ol{
  margin: 0 0 16px 22px;
  padding: 0;
  font-size: 16px;
  line-height: 1.7;
}

.content-article li{
  margin: 4px 0;
}

.content-article .list-compact{
  margin-bottom: 14px;
}

.content-article .list-compact li{
  margin: 2px 0;
}

/* Images */
.content-article img{
  max-width: 100%;
  height: auto;
}

.content-article .content-img{
  display: block;
  width: 100%;
  margin: 14px auto;
  border-radius: 6px;
}

.content-article .content-caption{
  margin: -2px 0 18px;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  text-align: center;
  text-indent: 0;
}

/* Accent */
.content-article .accent-red{
  color: #E60014;
}

/* Tables */
.content-article .content-table{
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0 20px;
  font-size: 14px;
  background: #fff;
}

.content-article .content-table th,
.content-article .content-table td{
  border: 1px solid #d9dee5;
  padding: 12px 14px;
  vertical-align: top;
  text-align: left;
}

.content-article .content-table th{
  background: #f1f4f8;
  color: #222;
  font-weight: 700;
}

.content-article .content-table tbody tr:nth-child(even){
  background: #fafbfd;
}

.content-article .content-table tbody tr:hover{
  background: #f4f9ff;
}

.content-article .content-table td:first-child{
  white-space: nowrap;
}

.content-article .content-table a{
  font-weight: 700;
}

/* Notes / callouts */
.content-article .content-note{
  margin: 16px 0 22px;
  padding: 14px 18px;
  background: #eef4f9;
  border-left: 5px solid #1b82d9;
  color: #243240;
  line-height: 1.7;
}

.content-article .content-note p:last-child{
  margin-bottom: 0;
}

.content-article .content-note-title{
  display: inline-block;
  margin-right: 6px;
  font-weight: 700;
  font-style: italic;
  color: #1c2d3f;
}

/* Existing blocks integration */
.content-article .info-highlight{
  background: #f0f8ff;
  border-left: 4px solid #1b82d9;
  padding: 12px 14px;
  margin: 12px 0 16px;
  border-radius: 8px;
  text-indent: 0;
}

.content-article .new-catalog-card-list{
  margin: 14px 0 20px;
}

.content-article .new-catalog-card{
  height: 100%;
}

/* Bootstrap row rhythm inside article */
.content-article .row{
  margin-top: 10px;
  margin-bottom: 14px;
}

@media (max-width: 767px){
  .content-article{
    max-width: 100%;
  }

  .content-article h2{
    font-size: 22px;
    margin: 28px 0 10px;
  }

  .content-article p,
  .content-article ul,
  .content-article ol{
    font-size: 15px;
  }

  .content-article .lead{
    font-size: 17px;
  }

  .content-article .content-table{
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* =========================================================
   ARTICLE MEDIA PRESETS LIBRARY
   ========================================================= */

/* Common media blocks */
.content-article .media-block{
  margin: 16px 0 22px;
}

.content-article .media-block img{
  display: block;
  width: 100%;
  height: auto;
}

.content-article .media-card{
  margin-bottom: 14px;
}

.content-article .media-card .content-img{
  margin: 0;
}

.content-article .media-card-caption{
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: #666;
  text-align: center;
}

/* 1.1 — balanced gallery */
.content-article .media-grid-2,
.content-article .media-grid-3{
  display: grid;
  gap: 18px;
  margin: 16px 0 10px;
}

.content-article .media-grid-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.content-article .media-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* 1.2 — right rail */
.content-article .media-right-rail{
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, .9fr);
  gap: 24px;
  align-items: start;
  margin: 16px 0 22px;
}

.content-article .media-right-rail-aside{
  display: grid;
  gap: 16px;
}

/* 1.3 — hero + side stack */
.content-article .media-hero-side{
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, .85fr);
  gap: 20px;
  align-items: start;
  margin: 16px 0 16px;
}

.content-article .media-hero-side-stack{
  display: grid;
  gap: 16px;
}

/* 1.4 — single support image */
.content-article .media-single{
  max-width: 760px;
  margin: 18px auto 16px;
}

/* 1.5 — scheme + photo + table */
.content-article .media-scheme-photo{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  margin: 16px 0 16px;
}

/* Optional small chips */
.content-article .content-chip-row{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 16px;
}

.content-article .content-chip{
  display: inline-block;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.2;
  border-radius: 999px;
  background: #f1f4f8;
  color: #23313f;
  border: 1px solid #d9dee5;
}

/* Responsive */
@media (max-width: 991px){
  .content-article .media-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .content-article .media-right-rail,
  .content-article .media-hero-side{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  .content-article .media-grid-2,
  .content-article .media-grid-3,
  .content-article .media-scheme-photo{
    grid-template-columns: 1fr;
  }
}
















/* -- Стили для адаптации -- */

/* XXS devices */
@media (max-width: 440px) {
	.to_catalog { width: 135px; margin-top: 5px; font-size: 12px; }   
	.carus { margin-bottom: -10%; }
	.catlinks a, .catlinks a:link, .catlinks a:visited { height: 100%; width:100%; }
	.overpagination .disabled, .overpagination .control { display: none; }
	.table-title, .table-title-eng, .table-provider, .table-qty, .table-button-info { display: none; }
	.art-pic { width: 100%; float: right; margin-left: 20px; }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (min-width: 441px) and (max-width: 575px) {
	.to_catalog { width: 175px; margin-top: 5px; font-size: 14px; }   
	.carus { margin-bottom: -5%; }
	
	.table-title, .table-title-eng, .table-provider, .table-qty, .table-button-info { display: none; }
	
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
	.ask_button { padding-left: 200px; padding-top: 88px; height: 280px; }
	.ask_button > p { font-size: 20px; line-height: 20px; }
	.to_catalog { width: 175px; margin-top: 10px; font-size: 15px; }
	.carus { margin-bottom: 0%; }
	
	.table-title-eng, .table-provider, .table-qty, .table-button-info { display: none; }
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) { 
	.teaser { height: 300px; }
	.teaser_text { font-size: 18px; line-height: 22px; padding: 40px 50px 0px 0px; }
	.teaser_text h2 { font-size: 32px; line-height: 38px; margin-bottom: 10px; }
	.teaser .text_right { padding: 40px 50px 0px 0px; }
	.teaser img { margin-top: -30px; }
	.teaser .img_left img { margin-top: -15px; }
   
	.ask_button { padding-left: 260px; }
	.ask_button > p { font-size: 24px; line-height: 28px; }

	.to_catalog { width: 175px; margin-top: 20px; font-size: 15px; }
	.carus { margin-bottom: 0%; }
   	.content { }
	.product_page .gallery { width: 325px; }
	
	.table-title-eng, .table-provider { display: none; }
	.art-pic { width: 50%; float: right; margin-left: 20px; }
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {  
	.container { min-width: 970px; }
	.header-block { margin: 15px 0px -12px 0px; }
	.navbar-expand-lg .navbar-nav .nav-link { padding: 15px 37px; }
    .about_company { height: 374px; padding: 25px; }

	.teaser { height: 330px; }
	.teaser_text { font-size: 20px; line-height: 26px; padding: 60px 50px 0px 0px; }
	.teaser_text h2 { font-size: 36px; line-height: 42px; margin-bottom: 20px; }
	.teaser .text_right { padding: 60px 50px 0px 0px; }
	.teaser img { margin-top: -20px; }
   
	.news_block, .video_block, .sertif_block, .project_block { padding: 0px 20px; }
   
	.ask_button { padding-left: 350px; }
	.ask_button > p { font-size: 30px; line-height: 42px; }

	.to_catalog { width: 220px; margin-top: 40px; font-size: 16px; }
	.carus { margin-bottom: 10%; margin:auto;}
   	.content {  }
	.product_page .gallery { width: 350px; }
	.art-pic { width: 50%; float: right; margin-left: 20px; }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399px)  {
	.container { min-width: 1170px; }
    .navbar-expand-lg .navbar-nav .nav-link { padding: 15px 54px; }
 	.search_number .search_input { width: 300px; }

	.ask_button .to_catalog { margin-right: 30px; font-size: 16px; margin-left: 17px; }
 	.carus { margin-bottom: 15%;  margin:auto; }
   	.content {  }
   	.art-pic { width: 50%; float: right; margin-left: 20px; }
}


/* -- Адаптация шрифтов -- */
@media (max-width: 440px) {
    h1 { font-size: 24px; }
    h2, .about_company h2, .news_block h2, .video_block h2, .sertif_block h2, .project_block h2 { font-size: 20px; margin-bottom: 10px; }
        .content h2, .category_wrapper h2 { font-size: 20px; }
        .carousel-caption h2 { font-size: 15px; }
    h3 { font-size: 16px; }
    .search_result_number { margin: 10px 0px; }
}
@media (min-width: 441px) and (max-width: 991px)  {
    h1 { font-size: 26px; margin: 10px 0px; padding-top: 0px; }    
    h2, .about_company h2, .news_block h2, .video_block h2, .sertif_block h2, .project_block h2 { font-size: 24px; margin-bottom: 15px; }
        .content h2, .category_wrapper h2 { font-size: 22px; }
        .carousel-caption h2 { font-size: 18px; }
    h3 { font-size: 18px; }
    .search_result_number { margin: 20px 0px; }

}
@media (min-width: 992px) {
    h1 { font-size: 30px; }
    h2, .about_company h2, .news_block h2, .video_block h2, .sertif_block h2, .project_block h2 { font-size: 26px; }
        .content h2, .category_wrapper h2 { font-size: 24px; }
        .carousel-caption h2 { font-size: 24px; }
    h3 { font-size: 18px; }
    .search_result_number { margin: 30px 0px; }
}


/* -- Для всех разрешений меньше чем 575px -- */
@media (max-width: 575px) {
   .ask_button { padding-top: 82px; height: 250px; text-align: center; }
   .ask_button > p { font-size: 18px; line-height: 18px; }
}
/* -- Для всех разрешений меньше чем 767px -- */
@media (max-width: 767px) {
	 header { min-height: 88px; }	
	.content { }
	.teaser { height: auto; padding: 10px 0px 20px 0px; }
    .teaser_text { font-size: 14px; line-height: 16px; padding: 0px 10px 0px 0px; }
    .teaser_text h2 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
	.teaser .text_right { padding: 0px 10px 0px 0px; }
	.teaser img { margin: 0px 10px; width: 70%; }
	.teaser .img_left img { margin-top: 10px; }  
	.teaser .img_left { padding-right: 20px; }  	
	
	.news_block { height: auto; }
    .video_block iframe { width: 270px; height: 149px; }	

	.produkt-block { width: 100%; }
	.product_page .gallery { width: 100%; margin-bottom: 5px; }
	
    .form-horizontal { text-align: center; }
}
/* -- Для всех разрешений больших чем 768px -- */
@media (min-width: 768px) { 
  .container {
    max-width: calc(100% - 64px);
  } 
    .form-horizontal { text-align: left; }
	.produkt-block { width: 48%; }
  .search_number .search_input {
    color: black;
    background-color: #ffffff;
    border-radius: 18px;
    border: none;
    padding: 0 1rem;
  }
  .img_search input {
    background: url("/assets/new-site-2022/images/search-icon-gray.svg") center no-repeat;
    margin-right: 1rem;
  }
  .search_number .img_search {
    margin-left: -40px;
  }
  .navbar {
    position: relative;
    top: 0;
    width: 100%;
  }
  .nav-item{
    padding: 0 13px;
    border-bottom: none;
  }
  .round-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FFBB43;
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
    border: none;
  }

  .nav-link:hover{
    border-bottom: 4px solid #FFBB43;
    padding-bottom: 4px;
  }
  .footmenu a { 
    box-shadow: none;
  }
  .footmenu a:hover,
  .social-icons li a:hover i { 
    opacity: 0.75;
  }
  footer {
    flex-direction: row;
  }
  footer .copyright {
    width: 100%;
  }
  .footmenu {
    flex-direction: row;
  }
  .social-icons {
    justify-content: end;
  }




}
/* -- Для  разрешений от 768px до 1199px -- */
@media (min-width: 768px) and (max-width: 1199px) { 
	.teaser img { margin-top: -30px; width: 70%; }
	.video_block iframe { width: 450px; height: 249px; }
	.ask_button { padding-top: 60px; height: 350px; }
	.product_page .gallery { margin-bottom: 10px; }
	h1 { margin: 10px 0px; padding-top: 10px; }
}
/* -- Для всех разрешений меньше чем 991px -- */
@media (max-width: 991px) {
	.container { min-width: auto; }
	.nomobile { display: none!important; }	
	.header-block { padding: 10px 0px 0px 0px; margin: 0px; width: 100%; height: auto; }
	.navbar-expand-lg .navbar-nav .nav-link { padding: 5px 0px; text-align: center; }
	.about_company { padding: 0px 0px 30px 0px; }   
	.about_company p { font-size: 14px; line-height: 20px; margin-bottom: 20px; } 
    .news_video_block { padding: 20px 0px 10px 0px; }
    .news_block, .video_block, .sertif_block, .project_block { padding: 5px 0px 20px 0px; width: 100%; }

    .form-horizontal { text-align: center; }
	.img-rab { width: 90%; }
}
/* -- Для всех разрешений больших чем 992px -- */
@media (min-width: 992px) {
	.img-rab { width: auto; }
	.news_block, .video_block, .sertif_block, .project_block { width: 49%; }
}
/* -- Для всех разрешений меньше чем 1199px -- */
@media (max-width: 1199px) {
    .ask_button .to_catalog { margin-right: 10px; }
   	.product_page .description .price { font-size: 20px; margin-right: 5px; }
	.to_cart { width: 142px; background: url(../../images/new-site/cart.png) 5px center #ffbd1e no-repeat; }
	.teaser .img_left { padding-right: 50px; }  
	.pdf-info { text-align:center!important; }
}
/* -- Для всех разрешений больших чем 1200px -- */
@media (min-width: 1200px) {
	.header-block { margin: 15px 0px 0px 0px; }
	.teaser { height: 360px; }
	.teaser_text { font-size: 24px; line-height: 30px; padding: 70px 100px 0px 0px; }
	.teaser_text h2 { font-size: 40px; line-height: 48px; margin-bottom: 20px; }
	.teaser .text_right { padding: 70px 100px 0px 0px; }
	.teaser img { margin-top: -50px; }
	.teaser .img_left { padding-right: 100px; }
	.news_block, .video_block, .sertif_block, .project_block { padding: 38px 50px 0px 50px; }
	
	.video_block iframe { width: 560px; height: 315px; }
	.pdf-info { text-align:left!important; }
	.product_page .gallery { width: 470px; margin-bottom: 20px; }
	.product_page .description .price { margin-right: 50px; font-size: 30px; }
	.to_cart { width: 192px;  background: url(../../images/new-site/cart.png) 25px center #ffbd1e no-repeat; }
	.about_company { height: 374px; padding: 55px; }
	.ask_button { padding-left: 305px; padding-top: 60px; height: 460px; }
    .ask_button > p { font-size: 36px; line-height: 48px; }

	.to_catalog { width: 243px; margin-top: 60px; font-size: 16px; }
	
	h1 { margin: 15px 0px 10px 0px; padding-top: 15px; }
	.carousel-item { height: 30rem;}
    .carus {margin-bottom: 10%;}
    .art-pic { width: 50%; float: right; margin-left: 20px; }
}

/* MegaExtra large XXXL devices */
@media (min-width: 1400px) {
	.container { max-width: 1224px; }
	.navbar-expand-lg .navbar-nav .nav-link { padding: 15px 58px; }
 	.search_number .search_input { max-width: 400px; }

 	.ask_button .to_catalog { margin-right: 30px; }
 	
    .carus { margin-bottom: 10%; }
    .content {  }
}