:root {
  --main-color: #193a8e;
  --second-color: #315ab6;
  --third-color: #282727;
  --fourth-color: #5a5959;
  --fifth-color: #888888;
}

@font-face {
  font-family: "ProximaNovaBold";
  font-style: bold;
  font-weight: 700;
  src: url(../../fonts/ProximaNova/Bold/ProximaNovaBold.otf) format("opentype"),
    url(../../fonts/ProximaNova/Bold/ProximaNovaBold.ttf) format("truetype"),
    url(../../fonts/ProximaNova/Bold/ProximaNovaBold.eot),
    url(../../fonts/ProximaNova/Bold/ProximaNovaBold.woff) format("woff"),
    url(../../fonts/ProximaNova/Bold/ProximaNovaBold.woff2) format("woff2");
}
@font-face {
  font-family: "ProximaNovaExtraBold";
  font-style: bold;
  font-weight: 800;
  src: url(../../fonts/ProximaNova/ExtraBold/ProximaNovaExtraBold.otf)
      format("opentype"),
    url(../../fonts/ProximaNova/ExtraBold/ProximaNovaExtraBold.ttf)
      format("truetype"),
    url(../../fonts/ProximaNova/ExtraBold/ProximaNovaExtraBold.eot),
    url(../../fonts/ProximaNova/ExtraBold/ProximaNovaExtraBold.woff) format("woff"),
    url(../../fonts/ProximaNova/ExtraBold/ProximaNovaExtraBold.woff2)
      format("woff2");
}
@font-face {
  font-family: "ProximaNovaRegular";
  font-style: normal;
  font-weight: 400;
  src: url(../../fonts/ProximaNova/Regular/ProximaNovaRegular.otf)
      format("opentype"),
    url(../../fonts/ProximaNova/Regular/ProximaNovaRegular.ttf) format("truetype"),
    url(../../fonts/ProximaNova/Regular/ProximaNovaRegular.eot),
    url(../../fonts/ProximaNova/Regular/ProximaNovaRegular.woff) format("woff"),
    url(../../fonts/ProximaNova/Regular/ProximaNovaRegular.woff2) format("woff2");
}

* {
  margin: 0;
  padding: 0;
}
body>.wrapper a {
  text-decoration: none !important;
  color: var(--main-color);
}
body>.wrapper a:hover {
  transition: 0.4s;
  color: var(--second-color);
}

body,
html {
  height: 100%;
  min-width: 320px;
  max-width: 2500px;
  padding: 0;
  margin: 0;
  background-color: #fdfdfd !important;
  font-family: "ProximaNovaBold";
  /*-ms-overflow-style: none; /* IE 10+ */
  /*scrollbar-width: none; /* Firefox */
  /*overflow-x: hidden;/**/
}

body::-webkit-scrollbar {
  width: 5px;               /* ширина scrollbar */
  overflow: auto;
}
body::-webkit-scrollbar-track {
  background: var(--fifth-color);        /* цвет дорожки */
}
body::-webkit-scrollbar-thumb {
  background-color: var(--second-color);    /* цвет плашки */
  margin-left:-3px;
}

@media screen and (min-width:2500px) {
  body,
  html {
    margin: auto;
  }
  body>#panel{
    max-width: 2500px;
  }
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.content {
  flex: 1 0 auto;
}
.footer {
  flex: 0 0 auto;
}

.container{
  font-family: "ProximaNovaRegular";
}

.container__80{
  padding: 0px 5px;
}
.container_catalog{
  padding: 0 80px;
}

.marquee-topvideo{
  margin-bottom: -6px;
  padding: 10px 0px;
  background-color: var(--second-color);
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "ProximaNovaExtraBold";

}
/*Header*/

header {
  display: flex;
  height: 90px;
  width: 100%;
  color: var(--main-color);
  padding: 0px 80px;
  background-color: #ffffff;
}
.header__logotype{
  font-family: "ProximaNovaExtraBold";
  color: var(--main-color);
}
header ul li {
  font-family: "ProximaNovaRegular";
  font-weight: 500;
  font-size: 16px;
}

.header__contacts {
  font-family: "ProximaNovaRegular";
}

.header__contacts div {
  font-size: 14px;
}
.header__contacts a:nth-child(2) {
  font-size: 24px;
  color: var(--main-color) !important;
}
/*Конец Header*/

/*Выпадающий пункт*/

/*Выпадающий пункт ДЕКСТОП*/

.dropdown-content {
  list-style: none;
  display: none;
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 29px 25px -18px rgba(0, 0, 0, 0.25);
  z-index: 1;
  padding: 20px 8px 8px 8px;
}

.dropdown-content li a {
  font-family: "ProximaNovaBold";
  font-size: 14px;
  color: var(--main-color);
  text-decoration: none;
  display: block;
  margin-top: 20px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/*Выпадающий пункт МОБИЛЬНАЯ*/
.header__mobile img {
  height: 32px;
  width: 174px;
}
.header__mobile {
  display: none !important;
  padding: 25px 10px;
  background-color: #ffffff;
}

.header__mobile__contacts div a {
  font-family: "ProximaNovaRegular";
  color: var(--main-color);
  font-size: 15px;
}
.header__mobile__contacts a {
  font-family: "ProximaNovaRegular";
  color: var(--main-color);
  font-size: 22px;
}

.dropdown__mobile-content {
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 15px 0px;
  gap: 25px;
  background-color: var(--second-color);
  z-index: 999;
  width: 100%;
}
.dropdown__mobile:hover .dropdown__mobile-content {
  display: flex;
}

.dropdown__mobile-content a {
  font-size: 22px;
  color: #ffffff !important;
}
/*Конец выпадающего пункта*/

/*Burger Menu*/
.burger-checkbox {
  position: absolute;
  visibility: hidden;
}
.burger {
  position: relative;
  z-index: 999;
  cursor: pointer;
  display: block;
  border: none;
  background: transparent;
  width: 37px;
  height: 29px;
}
.burger::before,
.burger::after {
  content: "";
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 6px;
  background: var(--main-color);
}
.burger::before {
  top: 0;
  box-shadow: 0 11px 0 #ff0000;
  transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s;
}
.burger::after {
  bottom: 0;
  transition: bottom 0.3s 0.15s, transform 0.3s;
}
.burger-checkbox:checked + .burger::before {
  top: 11px;
  transform: rotate(45deg);
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s;
}
.burger-checkbox:checked + .burger::after {
  bottom: 11px;
  transform: rotate(-45deg);
  transition: bottom 0.3s, transform 0.3s 0.15s;
}

.menu-list {
  top: 0;
  right: 0;
  position: absolute;
  display: none;
  gap: 12px;
  padding: 25px 10px 42px 10px;
  margin: 0;

  list-style-type: none;
  transform: translateX(100%);
  transition: 0.7s;
  width: 100%;
  z-index: 960;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.menu-item {
  font-family: "ProximaNovaBold";
  display: block;
  padding: 8px;
  color: white;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
}
.menu-item:hover {
  background: rgba(255, 255, 255, 0.2);
}
.burger-checkbox:checked ~ .menu-list {
  display: grid;
  transform: translateX(0);
}
/*Конец Burger Menu*/

/*Footer*/
.footer {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  font-family: "ProximaNovaRegular";
  font-size: 12px;
  color: var(--second-color);
  padding: 53px 80px 15px 80px;
  width: 100%;
  min-height: 252px;
}

.footer__rights-date {
  font-family: "ProximaNovaBold";
}
.footer__contacts {
  text-align: end;
}
.footer__documents a {
  color: #6587a9 !important;
}
.footer__contacts div a {
  font-size: 14px;
}
.footer__contacts a:nth-child(2) {
  font-size: 28px;
  color: var(--second-color) !important;
}
.footer__links a {
  text-align: end;
  font-size: 12px;
  color: var(--second-color) !important;
}

/*Конец Footer*/

/* Общий заголовок */
.title__name {
  font-family: "ProximaNovaExtraBold";
  font-size: 36px;
  line-height:normal;
  color: var(--main-color);
}

.title__description {
  font-family: "ProximaNovaExtraBold";
  font-size: 16px;
  color: var(--second-color);
  /*letter-spacing: 5px;/**/
}

.title__text {
  font-family: "ProximaNovaBold";
  font-size: 16px;
  color: var(--fourth-color);
  line-height: normal;
}
/*Конец Общий заголовок */

/* Общие кнопки */
.blue-button {
  width: 100%;
  line-height: 30px;
  font-family: "ProximaNovaExtraBold";
  font-size: 32px;
  color: #eee!important;
  background-color: var(--second-color);
  text-align: center;
  border: 0;
  padding: 8px 0px;
  margin: 0;
  /*transition: all .3s ease-in-out;/**/
}

.blue-button:hover {
  /*transition: all .3s ease-in-out !important;
  box-shadow: 0 0 10px 0px #ccc;/**/
  color: #fff!important;
}

.white-button {
  width: 100%;

  font-family: "ProximaNovaExtraBold";
  font-size: 32px;
  color: var(--main-color)!important;
  background-color: #ffffff;

  border: 0;
  padding: 8px 0px;
  margin: 0;
  /*transition: all .3s ease-in-out;/**/
}

.white-button:hover {
  /*transition: all .3s ease-in-out;
  scale: 1.009;/**/
  color: var(--second-color)!important;
}

.btn-shine {
  position: relative!important;
  overflow: hidden!important;
}

.btn-shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -100px;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50px;
  z-index: 2;
}
.btn-shine:hover:before {
  animation: shine 2s infinite linear;
}

@keyframes shine {
  0% {
    left: -100px; /* Начальная позиция блика (левая сторона кнопки) */
  }
  20% {
    left: 100%; /* Позиция блика в конце (правая сторона кнопки) */
  }
  100% {
    left: 100%; /* Завершение анимации */
  }
}

.input-group-append>button {
  line-height: 1rem;
  padding: 11px !important;
}

a.back-to-top {
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 15px;
	bottom: 15px;
	background: var(--second-color) url("../../media/img/ArrowUP.png") no-repeat center 43%;
	border-radius: 30px;
  transition: all 0.4s;
}
a.back-to-top:hover{
  scale: 1.2;
}
/*Конец Общие кнопки */

/* Слайдер с главной */

.slider__title{
  text-transform: uppercase;
  line-height: 35px;
  font-size: 31px;
  font-family: "ProximaNovaExtraBold";
  color: #ffffff;
}

.slider__block__text-description{
  line-height: normal;
  font-size: 20px;
  font-family: "ProximaNovaRegular";
  color: #ffffff;
}

.slick-list.draggable{
  min-height: 430px!important;
  height: auto !important;
}

/*.slick-slide {
  margin:10px;
}/**/
.slick-dots li button::before{
  font-size: 20px !important;
  color: #ffffff !important;
  opacity: 1;
}
.slick-dots{
  bottom: -31px!important;
}
.slick-active button::before{
  font-size: 20px !important;
  color: #0D57FF !important;
  opacity: 0.25;
}
/*Конец Слайдер с главной */

/*Страница Главная */
.carousel-item{
  max-height: 700px !important;
}
.carousel-item img{
  filter: brightness(60%);
}
.carousel-item-title{
  font-family: "ProximaNovaExtraBold";
  text-transform: uppercase;
  font-size: 56px;
  color: #ffffff;
  margin-top: 140px;
}
.carousel-item-text{
  font-family: "ProximaNovaExtraBold";
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  margin-top: 20px;
}
.index__about__first-text {
  font-size: 16px;
  font-family: "ProximaNovaBold";
  color: var(--fourth-color);
}
.index__about__second-text {
  font-size: 16px;
  font-family: "ProximaNovaRegular";
  color: var(--fifth-color);
}
.index__about_video__first-text{
  font-size: 24px;
  font-family: "ProximaNovaBold";
}
.index__about_video__second-text {
  font-size: 20px;
  font-family: "ProximaNovaRegular";
}
.index__forms {
  background-image: url(../../media/img/home/home_form.png);
  background-size: cover;
  background-color: rgba(21, 51, 80, 0.8);
  background-blend-mode: multiply;
}

.__jivoMobileButton , .__jivoDesktopButton{
  z-index:3 !important;
}



.index__forms__element-square {
  background-image: url(../../media/img/home/home_form2.png);
  display: block;
}
.index__forms__form{
  background-color: #ffffff;
  display: block;
}
.index__forms-input input {
  border: 0;
  border-radius: 0px;
  background-color: #f5f5f5;
  color: var(--fifth-color);
  font-size: 16px;
}

.index__forms__naming-title {
  font-size: 30px;
  font-family: "ProximaNovaExtraBold";
  color: var(--main-color);
}

.index__forms__naming-description {
  font-size: 16px;
  font-family: "ProximaNovaRegular";
  color: var(--fourth-color);
}

.index__catalog {
  background-color: var(--main-color);
  display: flex;
}

.index__about__block {
  gap: 40px !important;
}
/*Конец Страница Главная */

/* Страница Контакты Первый блок  */
.contacts__details {
  color: var(--third-color);
}
.contacts__details__name {
  font-family: "ProximaNovaExtraBold";
  font-size: 24px;
}

.contacts__details__element-name {
  font-family: "ProximaNovaExtraBold";
  font-size: 20px;
}

.contacts__details__element-description {
  font-family: "ProximaNovaRegular";
  font-size: 18px;
}
/*Конец Первый блок Контакты */

/*Второй блок Контакты */
.contact__specialists__name {
  text-transform: uppercase;
  font-family: "ProximaNovaBold";
  font-size: 24px;
  color: var(--second-color);
}

.contact__specialists__element-name {
  font-family: "ProximaNovaExtraBold";
  font-size: 28px;
  line-height: 28px;
  color: var(--main-color);
}

.contact__specialists__element-job {
  font-family: "ProximaNovaExtraBold";
  font-size: 24px;
  line-height: 28px;
  color: var(--third-color);
}

.contact__specialists__element-phone,
.contact__specialists__element-email {
  font-family: "ProximaNovaRegular";
  line-height: 28px;
  font-size: 18px;
  color: var(--third-color);
}

/*Конец Страницы контакты */

/*Страница Документация */
.documentation__block-name {
  font-family: "ProximaNovaExtraBold";
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 5px;
  color: var(--second-color);
}

.documentation__element-name {
  font-family: "ProximaNovaRegular";
  text-transform: uppercase;
  font-size: 14px;
  color: var(--third-color);
  text-align: center;
}

.documentation__element-name a {
  color: var(--third-color) !important;
}
.documentation__element-name a:hover {
  color: var(--second-color) !important;
}

/*Конец Страница Документация */

/*Страница О компании -> Производство */

.production__element {
  gap: 25px !important;
}

.production__element:not(:nth-child(1)) {
  margin-top: 25px !important;
}

.production__element-name {
  font-family: "ProximaNovaExtraBold";
  font-size: 36px;
  color: var(--main-color);
  line-height: 30px;
}

.production__element__right-text {
  font-family: "ProximaNovaBold";
  font-size: 16px;
  color: var(--fourth-color);
  line-height: normal;
}

.production__element__right {
  text-align: end;
  align-items: center !important;
}

/*Конец Страница О компании -> Производство */

/*Страница Продукция*/

.product__block__element {
  height: 265px;
 /* width: 640px;/**/
  background: #ffffff;
  padding: 24px 24px 15px 24px;
  box-shadow: 0px 3px 21.3px -5px rgba(0, 0, 0, 0.25);
  
  transition: all .3s ease-in-out;
}

.product__block__element:hover{
  transition: all .3s ease-in-out;
  scale: 1.009;
  cursor: pointer;
}

.product__block__element-name {
  font-size: 32px;
  line-height: 32px;
  font-family: "ProximaNovaExtraBold";
  z-index: 2;
}

.product__block__element-img{

  position: absolute;
  right: 5px; 
  bottom: -40%; 
  width: 50%;
  opacity: 0.7;
}

.product__block__element-button a {
  font-size: 16px;
  font-family: "ProximaNovaRegular";
  color: #000000 !important;
}

.product__block__element-button a:hover {
  font-size: 16px;
  font-family: "ProximaNovaRegular";
  color: #000000 !important;
  text-decoration: underline !important;
}
/*Конец Страница Продукция */


/*Страница Продукция -> Каталог*/
.catalog-name{
  font-size: 20px;
  font-family: "ProximaNovaExtraBold";
  color: var(--fourth-color);
}
.catalog__element{
  background: #FFFFFF;
  box-shadow: 0px 3px 21.3px -5px rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  padding: 20px ;
  transition: transform .1s linear ;
  font-smooth: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility : hidden;
  backface-visibility: hidden;
}
.catalog__element:hover{
  transition: transform .1s linear ;
  transform: scale3d(1.0125, 1.0125, 1.0125);
  font-smooth: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility : hidden;
  backface-visibility: hidden;
}
.catalog__element-text{
  font-size: 16px;
  font-family: "ProximaNovaRegular";
}
.catalog__element-text-artilce{
  font-size: 16px;
  color: var(--fourth-color);
}
.catalog__element-link{
  font-size: 16px;
  font-family: "ProximaNovaBold";
  color: var(--third-color) !important;
}
/*.modal-dialog{
  max-width: 80% !important;
}/**/

.modal__left__title-name{
  font-size: 36px;
  line-height: 37px;
  font-family: "ProximaNovaExtraBold";
  color: var(--main-color);
}

.modal__left__title-description{
  font-size: 24px;
  font-family: "ProximaNovaExtraBold";
  color: var(--fourth-color);
}

.modal__right-name{
  font-size: 24px;
  font-family: "ProximaNovaExtraBold";
  color: var(--main-color);
}
.modal__right__tth-name{
  font-size: 24px;
  font-family: "ProximaNovaExtraBold";
  color: var(--main-color);
}

.table__tth td,th{
  font-size:20px;
  font-family: "ProximaNovaExtraBold";
  color: var(--fourth-color) !important;
  background-color: transparent !important;
  padding: 0px !important;
  text-align: start !important;
  border: 0 !important;
}

.table__tth td:nth-child(2){
  padding-left: 15px !important;
  font-family: "ProximaNovaRegular";
  font-size:18px;
}
.avg_label{
  color: var(--main-color);
  font-size: 16px;
  font-family: "ProximaNovaExtraBold";
}

.form-check-label-avg{
  color: var(--main-color);
  font-size: 16px;
  font-family: "ProximaNovaRegular";
}

.alert{
  border-radius: 0px !important;
}

.form-control{
  border-radius: 0px !important;
}
.avg_input{
  color: var(--main-color);
  font-size: 20px !important;
  border:1px solid var(--main-color) !important;
  padding: 5px 5px !important;
}

.mf-req{
  color: red;
}

.smart-filter{
padding: 20px;
max-width: 410px;
background: #FFFFFF;
box-shadow: 0px 3px 21.3px -5px rgba(0, 0, 0, 0.25);
border-radius: 0px;
}
.smart-filter-title{
  font-family: "ProximaNovaExtraBold";
  font-size: 36px;
  color: var(--main-color);
  text-align: center;
}
.smart-filter-section form{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.smart-filter-parameters-box-title-text{
  font-size: 14px;
}
.smart-filter-checkbox-text{
  font-size: 14px;
}
.avg-smart-filter-popup-result{
  font-size: 16px;
}
.filter-button-show, .filter-button-restart{
  font-size: 16px;
  font-family: "ProximaNovaBold";
  color: #FFFFFF;
  padding: 6px 45px;
  border: 0px;
  /*transition: all .3s ease-out;/**/
}
/*.filter-button-show:hover{
  transition: all .3s ease-out;
  box-shadow: 0 0 3px 0 rgb(0, 47, 255);
}
.filter-button-restart:hover{
  transition: all .3s ease-out;
  box-shadow: 0 0 3px 0 #b6b6b6;
}/**/
.filter-button-show{
  background-color: var(--second-color);
}
.filter-button-restart{
  background-color: #ccc;
}

/*.smart-filter-angles2::before{
  color: #000000;
  position: absolute;
  cursor: pointer;
  right: 6px;
  height: 14px;
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 16px;
  transition: all .05s;
  transform: rotate(-90deg);
}/**/

.smart-filter-parameters-box-title{
  width:100%;
  cursor: pointer;
}
.smart-filter-parameters-box-title .smart-filter-angle{
  position: absolute;
  right: 0;
}

.smart-filter-parameters-box-title .smart-filter-angle::before {
  display: block;
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.1s linear;
  transform: translateY(5px) translateX(-3px) rotateZ(90deg) !important;
}

.smart-filter-parameters-box.bx-active .smart-filter-angle::before{
  transition: transform .1s linear;
  transform: translateY(0) translateX(-2px) rotateZ(-90deg) !important;
}

.smart-filter-parameters-box.bx-onopening .smart-filter-angle::before{
  transition: transform .1s linear;
  transform: translateY(0) translateX(-2px) rotateZ(-90deg) !important;
}

.smart-filter-parameters-box.bx-oncollapsing .smart-filter-angle::before{
  transform: translateY(5px) translateX(-3px) rotateZ(90deg) !important;
  transition: transform .1s linear;
}
.feedback-arrow{
  cursor: pointer;
}
.feedback-arrow[data-bs-toggle].collapsed:after {
  cursor: pointer;
  margin-left: 7px;
  content:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  position: absolute;
  transition: transform .2s linear;
  transform: rotateZ(-90deg) !important;
}
.feedback-arrow[data-bs-toggle]:not(.collapsed):after {
  margin-left: 7px;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  position: absolute;
  transition: transform .2s linear;
  transform:  rotate(90deg) !important;
}
/*Конец Страница Продукция -> Каталог */

/*Страница  Страница О компании -> Медиа*/

.media__news{
  transition: transform .1s linear;
  transform:  scale(1);
  font-smooth: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility : hidden;
  backface-visibility: hidden;
}
.media__news:hover{
  transition: transform .1s linear ;
  transform: scale3d(1.0075, 1.0075, 1.0075);
  font-smooth: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility : hidden;
  backface-visibility: hidden;
}

.media__gallery__element,
.media__news__element {
  background: #ffffff;
  box-shadow: 0px 4px 15.8px -5px rgba(0, 0, 0, 0.25);
}
.media__gallery__element-left div {
  font-size: 48px;
  font-family: "ProximaNovaExtraBold";
  text-transform: uppercase;
}

.media__news__element-left div {
  font-size: 20px;
  font-family: "ProximaNovaBold";
  /*text-transform: uppercase;/**/
}
.media__news__element-left div span {
  font-size: 18px;
  font-family: "ProximaNovaRegular";
  /*text-transform: uppercase;/**/
  color: var(--third-color);
}
.media__news__element-topinfo-intro{ font-size: 18px; }

.media__news__element-link{ color: black !important; }
.media__news__element-link:hover{ color: black !important; }

.media__sort {
  font-size: 12px;
  font-family: "ProximaNovaExtraBold";
  letter-spacing: 5px;
}

  

.news-list .media__news__element .media__news__element-left>div {
  font-size: 21px;
  font-family: "ProximaNovaRegular";
  text-transform: none;
  letter-spacing: normal;
  line-height: 22px;
}

.news-list-tizer a.news-title-tizer {
  letter-spacing: normal;
  font-family: ProximaNovaRegular;
  text-transform: none;
}

#lightbox .lb-details .lb-caption {display: none!important;}

.slider-mainpage-product-item .slider__title{
  height: 75px;
}

/* Галерея */
.gallery-video-icon i {
  font-size: 5.5rem!important;
  opacity: .4;
  transition: all .2s ease-out;
}

.gallery-video-icon:hover i {
  opacity: .6;
  transition: all .2s ease-out;
}
/* Конец  Галерея */
#productCarousel .f-carousel__slide {
  background-position: center !important;
  background-size: cover !important;
}
#productCarousel .f-carousel__slide-blur {
  backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .3);
}

.documentation-documewnt-item a {
  display: block;
  color: #333 !important;
  font-size: 14px;
  line-height: 16px !important;
  text-align: center;
}

#carouselMainPageInterval .carousel-item {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

div[itemprop="itemListElement"], div[itemprop="itemListElement"] *, .bx-breadcrumb-item {
  line-height: normal !important;
  margin-bottom: 0 !important;
  font-size: 14px;
}

/*Конец  Страница О компании -> Медиа */


#top-video {
	width: 100%;
}

.video-background{
	height: 1078px;
  position: relative;
}

.avg-dark-shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    background-image: url(/local/templates/corp_avg_axle/assets/images/rrreplicate.svg);
    background-size: 230px;
    opacity: .6;
}


@media screen and (min-width:2500px) {
  .carousel-item {
    min-height:1400px !important;
  }
}

@media screen and (min-width:2500px) {
  .carousel-item {
    min-height:1200px !important;
  }
}

@media screen and (max-width:2500px) {
  .carousel-item {
    min-height:1000px !important;
  }
}

@media screen and (max-width:2000px) {
  .carousel-item {
    min-height:800px !important;
  }
}

@media screen and (max-width: 1800px) {
  header img {
    width: 330px;
  }
  .dropdown-content a {
    font-size: 14px;
  }
  .video-background{
    height: 600px;
  }
}


@media screen and (max-width: 1600px) {
  header {
    padding: 0px 10px;
  }
  header img {
    width: 270px;
  }

  .dropdown-content a {
    font-size: 14px;
  }
  .header__contacts div {
    font-size: 10px;
  }
  .header__contacts a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  header ul li {
    font-size: 14px;
  }
  .header__contacts div a {
    font-size: 12px !important;
  }
  .header__contacts a {
    font-size: 22px !important;
  }
  .title__name{
    font-size: 32px !important;
  }
  .smart-filter{
    max-width: none;
  }

}
@media screen and (max-width: 1300px) {
  .container_catalog{
    padding: 0 10px;
  }
  .container__80{
    padding: 0px 10px;
  }

  header img {
    width: 220px;
  }

  .dropdown-content a {
    font-size: 14px;
  }
  .footer {
    padding: 20px 10px 15px 10px;
    font-size: 10px;
  }
  .footer__contacts div a {
    font-size: 12px;
  }
  .footer__contacts a {
    font-size: 22px;
  }
  .footer__links a {
    font-size: 10px;
  }

  .production__element__right-text {
    font-size: 18px;
    line-height: 19px;
  }

  .index__forms__naming-title {
    line-height: 31px;
  }
  .index__forms__element form {
    gap: 15px !important;
  }
  .index__forms__element form input {
    padding: 20px;
  }

  .slider__block{
    flex-direction: column !important;
  }

  .slider__title{
    font-size: 24px;
    line-height: 25px;
  }

  .slider__block__text-description{
    font-size: 18px;
  }

  .product__block__element-img{
    right: inherit;
    bottom: inherit;
    position: absolute;
    width: 40%;
    right: 0%;
    opacity: 0.3;
    z-index: 1;
  }
  .video-background{
    height: 600px;
  }
}
@media screen and (max-width: 1200px) {
  html,body{
    -ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: none; /* Firefox */
  }
  .media__gallery__element-left div,
  .media__news__element-left div {
    font-size: 16px;
    line-height: normal;
  }
  .media__news__element-topinfo-intro{
    font-size: 14px !important;
  }
.header__logotype a{
  font-size: 26px !important;
}
header ul li{
  font-size: 12px;
}
.header__contacts div a {
  font-size: 10px !important;
}
.header__contacts a {
  font-size: 16px !important;
}
.video-background{
  height: 400px;
}
.carousel-item-title{
  margin-top: 50px;
}

}
@media screen and (max-width: 992px) {
  #productCarousel .f-carousel__slide{
    min-height: 462px;
  }

  .slick-list.draggable{
    min-height: auto!important;
    height: auto !important;
  }
}
@media screen and (max-width: 1024px) {

  header {
    display: none !important;
  }
  .header__mobile {
    display: flex !important;
  }

  .footer {
    gap: 15px;
  }

  .footer__contacts {
    text-align: end;
  }
  .footer__links {
    margin-top: 10px;
    gap: 5px;
  }
  .footer__links a {
    text-align: end;
  }
  .footer__nav ul {
    gap: 6px !important;
    display: flex;
    flex-direction: column;
  }

  .blue-button,.white-button {
    font-size: 24px;
    padding: 8px 0px;
  }

  .product__block__element-name {
    font-size: 24px;
    line-height: normal;
  }


  .carousel-item-title{
    font-size: 36px;
    margin-top: 50px;
  }
  .carousel-item-text{
    font-size: 14px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 828px) {
  #top-video {
    height:480px;
    width: 853px;
  }

}
@media screen and (max-width: 768px) {
  .carousel-item {
    min-height:600px !important;
  }
  a.back-to-top{
    display: none;
  }
  .production__element__right {
    text-align: center;
  }
  .production__element__right div,
  button {
    width: 100%;
  }
  .index__forms__naming-title {
    font-size: 24px;
    line-height: 25px;
  }

  .production__element__right-text {
    font-size: 14px;
    line-height: 15px;
  }
  .documentation__element-img iframe {
    width: 215px;
    height: 300px;
  }

  .modal__left img{
    max-height: 400px;
  }

  .modal__left__title-name{
    font-size: 24px;
    line-height: 25px;
    font-family: "ProximaNovaExtraBold";
    color: var(--main-color);
  }
  
  .modal__left__title-description{
    font-size: 16px;
    font-family: "ProximaNovaExtraBold";
    color: var(--fourth-color);
  }
  
  .modal__right-name{
    font-size: 16px;
    font-family: "ProximaNovaExtraBold";
    color: var(--main-color);
  }
  .modal__right__tth-name{
    font-size: 16px;
    font-family: "ProximaNovaExtraBold";
    color: var(--main-color);
  }
  
  .table__tth td,th{
    font-size:14px;
    font-family: "ProximaNovaExtraBold";
    color: var(--fourth-color) !important;
    background-color: transparent !important;
    padding: 0px !important;
    text-align: start !important;
  }
  
  .avg_label{
    color: var(--main-color);
    font-size: 14px;
    font-family: "ProximaNovaExtraBold";
  }
  
  .avg_input{
    color: var(--main-color);
    font-size: 14px !important;
    border:1px solid var(--main-color) !important;
    padding: 5px 2px !important;
  }

  .catalog__element-text{
    font-size: 16px;
  }

}

@media screen and (max-width: 575px) {
  #productCarousel .f-carousel__slide{
    min-height: 370px;
  }
}
@media screen and (max-width: 500px) {
  .carousel-item {
    min-height:400px !important;
  }
  #top-video {
    margin-left: -50%;
  }
  .footer {
    flex-direction: column-reverse;
  }
  .footer__contacts {
    text-align: start;
  }
  .footer__links a {
    text-align: start;
  }

  .title__name {
    font-size: 22px;
  }

  .title__description {
    font-size: 14px;
  }
  .title__text {
    line-height: 12px;
    font-size: 12px;
  }
  .contacts__details__name,
  .contacts__details__element-name,
  .contact__specialists__name {
    font-size: 18px;
  }

  .contacts__details__element-description {
    font-size: 16px;
  }

  .contact__specialists__element-name {
    font-size: 24px;
  }

  .contact__specialists__element-job {
    font-size: 22px;
  }

  .contact__specialists__element-phone,
  .contact__specialists__element-email {
    font-size: 14px;
  }

  .documentation__element-img iframe {
    width: 125px;
    height: 205px;
  }
  .documentation__element-name {
    font-size: 8px !important;
  }
  .production__element {
    gap: 10px !important;
  }
  .production__element-name {
    font-size: 22px;
    line-height: 22px;
  }
  .production__element__right-text {
    font-size: 12px !important;
  }

  .index__about__first-text {
    font-size: 12px;
  }
  .index__about__second-text {
    font-size: 12px;
  }
  .index__about__block {
    gap: 15px !important;
  }
  .product__block__element {
    height: 180px !important;
    padding: 20px !important;
  }
  .product__block__element-name {
    font-size: 20px;
    line-height: 21px;
  }

  .media__news__element-left div {
    font-size: 18px;
  }
  .media__news__element-left div span {
    font-size: 14px;
  }

  .slider__title{
    font-size: 16px;
    line-height: 16px;
  }

  .slider__block__text-description{
    font-size: 12px;
    line-height: 13px;
  }

  .carousel-item-title{
    font-size: 24px;
    line-height: 25px;
  }
  .carousel-item-text{
    font-size: 12px;
  }
}


@media screen and (max-width: 420px) {
  #productCarousel .f-carousel__slide{
    min-height: 300px;
  }
}
@media screen and (max-width: 360px) {
  #productCarousel .f-carousel__slide{
    min-height: 200px;
  }
}
.z-4{
  z-index: 4;
}

