/*
Theme Name: iVega - Clean & Modern HTML5 template
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.0.0 
Created: July 2014
License URI: http://wrapbootstrap.com
File Description: Put here your custom CSS styles
*/
html {
   /* scroll-behavior: smooth; */
}

/* Products
----------------------------------*/
.products {
	font-size: 0;
	margin: 40px 0;
}
.product-box {
	display: inline-block;
	font-size: 16px;
	width: 20%;
	text-align: center;
	color: #434343;
	border-top: 1px solid #3f85c2;
	border-right: 1px solid #3f85c2;
	padding: 30px 0;
}
.product-box i {
	font-size: 48px;
}
.product-box h5 {
	color: #434343;
	margin: 5px 0 10px;
}
.product-box span {
	font-size: 30px;
	font-weight: 700;
}

.product-box img {
    margin: auto;
    width: 160px;
    padding-bottom: 25px;
}

.product-box {
  overflow: hidden; /* Скрываем всё за контуром */
}
.product-box img {
  transition: 1s; /* Время эффекта */

}
.product-box:hover img {
  transform: scale(1.2); /* Увеличиваем масштаб */
}

/* Preheader mail form
----------------------------------*/
#preheader-contact-form .form-group {
    margin-bottom: 11px;
}
#preheader-contact-form .form-group.has-error>span {
    margin: 0;
}
.preheader-content .alert-success {
    color: #ffffff;
    background-color: transparent;
    border: none;
}

.error_message3 span.error:nth-of-type(even) {
    display: none;
}

/* 10 Owl carousel
----------------------------------------------------------------------------- */
.product-gallery-carousel .owl-dots {
    display:none;
}
.owl-theme .owl-nav {
    margin: 0;    
}

.owl-dots {
	width: 100%;
	margin-top: 5px;
}
.owl-dots .owl-dot {
    display: inline-block;
	zoom: 1;
}
.owl-carousel .owl-dots {
	position: absolute;
	top: -30px;
	text-align: center;
	margin-top: 0;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #262626;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 3px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border: 1px solid #262626;
    border-radius: 0;
}

.product-solution-carousel.owl-carousel .owl-nav button.owl-prev {
	left: 10px;
	top: 45%;
}
.product-solution-carousel.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 10px;
	top: 45%;

}
.owl-carousel .owl-nav button.owl-prev {
	left: 50px;
}
.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 50px;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev  {
    background: rgba(0, 0, 0, 0.5);
    border-radius:0;
    color: #ffffff;
    cursor: pointer;
    display: block;
    width: 60px;
    height: 60px;
    margin: -30px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    text-shadow: none;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease;
}
.owl-carousel.product-application-carousel {
    cursor: all-scroll;
}
.product-application-carousel.owl-carousel .owl-nav button.owl-prev {
	left: 0;
}
.product-application-carousel.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 0;
}

.product-application-carousel.owl-carousel .owl-nav button.owl-next, 
.product-application-carousel.owl-carousel .owl-nav button.owl-prev  {
    opacity: 0.7;
    top: 43%;
}
.product-application-carousel.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
}

.product-solution-carousel.owl-carousel:hover button.owl-prev {
    left: -40px;
}

.product-solution-carousel.owl-carousel:hover button.owl-next {
    right: -40px;
}

@media (max-width: 767px) {
    /*xs*/
    .product-solution-carousel.owl-carousel:hover button.owl-prev { left: 0; }
    .product-solution-carousel.owl-carousel:hover button.owl-next { right: 0; }
}

.owl-carousel:hover button.owl-prev {
    opacity: 0.7;left: 0;
}

.owl-carousel:hover button.owl-next {
    opacity: 0.7;right: 0;
}

.owl-carousel .owl-nav button.owl-prev:before {
    font-family: 'FontAwesome';
    font-size: 40px;
    content: '\f104';
}
.owl-carousel .owl-nav button.owl-next:before {
    font-family: 'FontAwesome';
    font-size: 40px;
    content: '\f105';
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.owl-carousel.product-application-carousel .owl-dots {
    position: static;
    bottom: 0px;
    top: auto;
}

.owl-slideshow-item.item {
    position: relative;
}
.owl-carousel.product-application-carousel .owl-item .caption {
    padding:10px;
}

/* Medium devices (desktops, tablets less than 991px) */
@media (max-width:500px) {
    .owl-carousel.product-application-carousel .owl-item .caption {
        font-size: 15px;
    }
}
@media (max-width:400px) {
    .owl-carousel.product-application-carousel .owl-item .caption {
        font-size: 14px;
    }
}



/* Таблица (типовая линейка)
----------------------------------------------------*/

.table-striped > tbody > tr:nth-of-type(odd) {
    background: none;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.table-striped.table-inverse > tbody > tr:nth-of-type(odd) {
    background: #f9f9f9;
}

.table-striped.table-inverse > tbody > tr:nth-of-type(even) {
    background-color: transparent;
}


.border-bottom {
    border-bottom: 1px solid #ddd;
}

.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
    padding: 4px 8px;
}

@media (max-width: 767px) {
    /*xs*/
    .table > thead > tr > th, 
    .table > tbody > tr > th, 
    .table > tfoot > tr > th, 
    .table > thead > tr > td, 
    .table > tbody > tr > td, 
    .table > tfoot > tr > td {
        font-size: 10px;
        padding: 4px;
        vertical-align: middle;

    }
    
}
@media (min-width: 768px) and (max-width: 991px) {
    /*sm*/
}
@media (min-width: 992px) and (max-width: 1199px) {
    /*md*/
}
@media (min-width: 1200px) {
    /*lg*/
}




.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-3 {
    margin-bottom: 3rem !important;
}

.flexslider .caption .h1 {
    font-weight: 900;
    color: #fff;
    margin: 0 0 15px 0;
    font-size: 36px !important;
}

@media (max-width: 480px) {
    .banner {
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .header-style-2 .logo img {
        height: 100px;
    }
}
.logo img {
    height: 63px;
}
.header-style-2 .logo {
    margin: 0;
    display: block;   
}

.flex-direction-nav a:before {
   color: #ffffff; 
}

.product-box .h4 {
    font-weight:400;
    
}

.button-right-bottom {
    border-bottom: 1px solid #b2bfca;
    float: left;
    width: 100%;
}


.icon-box-2 p {
    margin-left: 100px;
}



.testimonial p {
    color: #fff;
}

.testimonial p.h2 {
    font-size:32px;
    font-weight: 700;
}

.testimonial .btn-white {
    background-color: #fff;
}

.product-spec table {
    margin-top: 10px;
}

.icon-box-3 img.application-icon {

    width: 80px;
    height: 80px;
/*    margin: 3px 0;

    width: 55px;
    height: 55px;
*/
    border: 1px solid #3f85c2;
}

.icon-box-3.icon-right img.application-icon {
    float: right;
    margin: 0 10px 0 20px;
}

.icon-box-3.icon-left img.application-icon {
    float: left;
    margin: 0 20px 0 10px;
}
.icon-box-3.icon-right .text {
    margin-right: 110px;
}

.icon-box-3:hover {

    cursor: pointer;
}

.application-description {
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: 50%;
}


.modal-footer .btn + .btn {
    margin: 10px 0 10px 10px;
}
.form-control.error {
    border-color: #a94442;
    box-shadow: none;
    background-color: rgba(173, 69, 69, 0.05);
}
.help-block {
    text-align: right;
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 26px;
        font-weight: 700;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    h1, .h1 {
        font-size: 32px;
        font-weight: 700;
    }    
}

@media (max-width: 767px) {
    h2, .h2 {
        font-size: 24px;
    }
}


@media (max-width: 767px) {
    /*xs*/
    .btn.btn-lg {
        padding: 10px 12px;
        font-size: 14px;
        min-width: 160px;
    }
    .flexslider .btn.btn-lg {
        display: none;
    }
}


@media (max-width: 767px) {
    /*xs*/
    .product-box {
        width: 100%;    
        padding: 30px 50px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    /*sm*/
    .product-box {
        width: 50%;  
        padding: 30px 50px;
    }
}

@media (max-width: 767px) {
    /*xs*/
    .icon-box-3.icon-right {
        text-align: left;
    }
    .icon-box-3.icon-right img.application-icon {
        float: left;
        margin: 0 20px 0 10px;
    }
    .icon-box-3.icon-right .text {
        margin-left: 100px;
        margin-right: 0;
    }
}


@media (max-width: 767px) {
    /*xs*/
    .panel-heading a {
        font-size: 18px;
        font-weight: 400;
        padding: 15px 30px 15px 45px;
        text-transform: none;
        text-indent: -14px;
    }
}

@media (max-width: 767px) {
    /*xs*/
    .section {
        padding: 0px 0 45px;
    }
}
@media (max-width: 767px) {
    /*xs*/
}
@media (min-width: 768px) and (max-width: 991px) {
    /*sm*/
}
@media (min-width: 992px) and (max-width: 1199px) {
    /*md*/
}
@media (min-width: 1200px) {
    /*lg*/
}


.catalog-box {
  overflow: hidden; 
}
.catalog-box:hover img {
  transform: scale(1.2); 
}

.catalog-box img {
    width: 200px;
    margin: 0 auto;
    transition: 1s;
}
.catalog-box p {
    text-align: center;
    font-size: 18px;
}

@media (max-width: 767px) {
    /*xs*/
    .catalog-box img {
        width: 147px;

    }
    .catalog-box p {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    /*xs*/
}
@media (min-width: 768px) and (max-width: 991px) {
    /*sm*/
}
@media (min-width: 992px) and (max-width: 1199px) {
    /*md*/
}
@media (min-width: 1200px) {
    /*lg*/
}

.volumes-tags-cloud {
    font-size: 0;
}

.volumes-tags-cloud .tag {
    margin: 0 15px 15px 0;
}

.volumes-tags-cloud .tag a {
    width: 60px;
    text-align: center;
    color: #ffffff;
    background-color: #3472a8;
    border-color: #3472a8;
}

.volumes-tags-cloud .tag a:hover {
    background-color: transparent;
    border: 1px solid #b2bfca;
    color: #464646;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: right;
    }
}

ul.dropdown-menu {
    column-count: 3;
}

@media (max-width: 767px) {
    /*xs*/
    ul.dropdown-menu {
        column-count: 1;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    /*sm*/
}
@media (min-width: 992px) and (max-width: 1199px) {
    /*md*/
}
@media (min-width: 1200px) {
    /*lg*/
}



.mb-clear {
    margin-bottom: 0;
}

.subcatalog-box {
    box-shadow: 6px 8px 10px 0px rgba(0,0,0,.15);
    margin: 0 0 30px 0;
}

.subcatalog-box-odd {
    background: #CFDBED;
}

.subcatalog-box a:hover {
    text-decoration: none;
}
.subcatalog-box a p {
    margin: 15px 5px 10px 5px;
    color: #434343;
    font-size: 18px;
}

.subcatalog-box div {
  overflow: hidden; 
}
.subcatalog-box img {
    transition: 1s;
}
.subcatalog-box:hover img {
  transform: scale(1.2); 
}

.button-left-block {
    border-bottom: 1px solid #b2bfca;
    margin-bottom: 40px;
}

.button-left-block .btn {
    margin: 0;
}

.button-left-block .btn-white {
    border-bottom: 1px solid transparent;
}

.nav-tabs a.nav-link img {
    width: 135px;
}

.nav-tabs a.nav-link {
    text-align: center;
    font-weight: 600;
}

@media (max-width: 767px) {
    /*xs*/
    .nav-tabs > li {
        width:50%; }
    .nav-tabs a.nav-link {
        font-weight: 300; 
        text-transform: none; }
    .nav-tabs a.nav-link img {
        width: 50px; 
        margin: auto; }
}
@media (min-width: 768px) and (max-width: 991px) {
    /*sm*/
}
@media (min-width: 992px) and (max-width: 1199px) {
    /*md*/
}
@media (min-width: 1200px) {
    /*lg*/
}






@media (min-width: 768px) {
    ul.column,
    ol.column {
        column-count: 3;
    }
    ul.column-2,
    ol.column-2 {
        column-count: 2;
    }
    ul.column-4,
    ol.column-4 {
        column-count: 4;
    }
}

.lh-2_6 li {
    line-height: 2.6;
}

.page-product-slider .owl-dots {
    position: static;
    text-align: left;
}

.page-product-slider .owl-dot span {
    height: auto;
    width: auto;
    padding: 2px 10px;
    font-size: 12px;
    margin: 5px 3px 5px 0;
}
.page-product-slider .owl-dot.active span, 
.page-product-slider .owl-dot:hover span {
    background-color: #262626;
    color: #FFF;
}

.page-product-slider .owl-dot span {
    display: block;
    margin: 5px 3px 5px 0;
    background-color: transparent;
    border: 1px solid #262626;
    color: #262626;
}

.page-product-slider {
	counter-reset: test;
}
.page-product-slider .owl-dot span::before {
	counter-increment: test;
	content: counter(test);
}

.page-product-slider.owl-carousel button.owl-prev {
    opacity: 0.7;
    left: 0;
}

.page-product-slider.owl-carousel button.owl-next {
    opacity: 0.7;right: 0;
}
@media (max-width: 767px) {
    /*xs*/
    .row-solution .img-box {
        margin-bottom: 0;
    }
    
    .row-solution .img-box p.space {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
@media (max-width: 767px) {
    /*xs*/
    .btn.more {
        width: 100%; }

    .call-to-action .text {
        display: none; }

    .call-to-action .h2 {
        text-align: center; }

}


@media (min-width: 768px) and (max-width: 991px) {
    /*sm*/
}
@media (min-width: 992px) and (max-width: 1199px) {
    /*md*/
}
@media (min-width: 1200px) {
    /*lg*/
}
.swiper-slide {
    user-select: none; /* Блокировка выделения */
    -webkit-user-select: none; /* Для Safari/Chrome */
    -moz-user-select: none; /* Для Firefox */
    -ms-user-select: none; /* Для старых версий IE */
}

/* Если текст внутри других элементов */
.swiper-slide * {
    user-select: none !important;
    -webkit-user-select: none; /* Для Safari/Chrome */
    -moz-user-select: none; /* Для Firefox */
    -ms-user-select: none; /* Для старых версий IE */
}

.btn.btn-top {
    margin: 0 0 5px 0;
    padding: 5px;
}



/* for contact page */

.contact-section ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 20px;
}

.contact-section ul li {
    font-size: 16px;
    padding: 4px 0;
}

.sidebar-title {
    font-size: 27px;
    margin-bottom: 20px;
}

.contact-subtitle {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 7px;
}

.contact-value {
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
}

.contact-header {
    font-weight: bold;
    margin-bottom: 5px;
}

.contact-link {
    /*color: inherit;*/
    text-decoration: none;
    transition: color 0.2s;
}

.contact-link:hover {
    color: #3472a8;
    text-decoration: underline;
}

.margin-lef {
    margin-left: 20px;
}

.no-margin {
    margin-bottom: 0;
}


/* старые стили */
.list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}
.list li {
    padding: 4px 0;
}

.none {
    margin-bottom: 7px;
}

.nane {
    margin: 0px;
}


/* for company page */
.company-title {
    font-size: 34px;
    text-align: center;
    margin-bottom: 40px;
}

.company-adress {
    font-size: 20.5px;
}

.company-catalog {
    float: right;
}

.location {
    display: inline-block; 
    vertical-align: middle;
}

.margin-02 {
    margin: 0 2%;
}

.margin-7 {
    margin: 7% 0;
}
    
.margin-301 {
    margin: 3% 0 1% 0;
}


/* for montage page */
.margin-301 li {
    margin: 3% 0 1% 0;
}
.mar-top15 {
    margin-top: 15px;
}

/* for tabs non-canonical */

/* эскизы */
.row-span {
    margin: auto;
    position: relative;
}
.markup {
    margin-top: 5px;
    font-weight: bold;
    text-align: center;
}

/* комплектующие */
.access > thead > tr > th {
    padding: 15px;
}
.access > tbody > tr > td {
    padding: 5px 0 0 15px;
}
.ul-top {
    padding-top: 5px;
}
#td-check {
    text-align: center;
    vertical-align: middle;
}

/* сферы применения */
.p-font {
    font-size: 18.5px;
}
.margin-101 li {
    margin: 1% 0 1% 0;
}


/* Классы для модального окна со списком регионов */
.dotted-underline {
    text-decoration: none;
    border-bottom: 1px dotted;
}
.dotted-underline:hover,
.dotted-underline:focus {
    text-decoration: none !important;
}

.modal-region-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.modal-region-columns li {
  break-inside: avoid;
}

@media (max-width: 992px) {
  .modal-region-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .modal-region-columns {
    grid-template-columns: 1fr;
  }
}

.modal-region-wide {
  max-width: 900px;   /* нужное значение */
  width: 100%;
}

@media (max-width: 576px) {
  .modal-region-wide {
    max-width: calc(100% - 1rem);
  }
}


a.text-link {
    color: inherit;
    text-decoration: none;
    cursor: default;
}

a.text-link:hover,
a.text-link:focus {
    text-decoration: none;
    color: inherit;
    cursor: default;
}
