@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabVmQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bVmQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmQiA8.ttf) format('truetype');
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}
h1,
h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 55px;
  font-weight: bold;
}
a {
  color: #ff6600;
}
/*** Скрытые страницы ***/
.demo-hidden-page {
  padding-top: 60px;
  padding-bottom: 60px;
}
.demo-hidden-page p {
  font-size: 16px;
}
.demo-hidden-page ul,
.demo-hidden-page ol {
  margin-bottom: 30px;
}
.demo-hidden-page ul li,
.demo-hidden-page ol li {
  font-size: 16px;
}
.demo-hidden-page a:hover {
  color: #f60;
  text-decoration: underline;
}
/* Скролл вверх*/
#scroll-up {
  position: fixed;
  bottom: 80px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 9000;
  border-radius: 50%;
}
#scroll-up img {
  width: 60px;
  height: 60px;
}
.standart-btn {
  display: inline-block;
  background-color: #ff6600;
  padding: 12px 30px;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  outline: none;
  border: none;
  transition: transform 200ms ease-in, box-shadow 200ms;
}
.standart-btn:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.5);
}
.btn_orangebg {
  background-color: #f60;
  color: #fff;
  border: 1px solid #f60;
}
.btn_orangebd {
  background-color: #fff;
  color: #f60;
  border: 1px solid #f60;
}
.btn_orangebd:hover {
  color: #f60;
}
.submit-group {
  text-align: center;
  margin-top: 40px;
}
.wrap-mobile {
  display: none;
}
/*TOOLS - placeholder styles*/
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8d8d8d;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8d8d8d;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8d8d8d;
}
/*** PAGE - privacy policy ***/
#privacy_policy {
  padding: 50px 0 40px;
}
#privacy_policy h1 {
  margin-bottom: 70px;
  margin-top: 0;
}
#privacy_policy p {
  font-size: 18px;
  margin-bottom: 30px;
}
#privacy_policy a {
  color: #ff6600;
}
#privacy_policy h6 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
}
#privacy_policy ul {
  padding-left: 20px;
  font-size: 18px;
}
#privacy_policy ul li {
  list-style-type: none;
}
#privacy_policy ul li::before {
  color: #f60;
  content: "\2022 ";
  padding-right: 10px;
  font-size: 20px;
  line-height: initial;
  display: inline-block;
  font-weight: bold;
}
#privacy_policy ul li li {
  list-style-type: none;
}
#privacy_policy ul li li::before {
  color: #f60;
  content: "\25E6 ";
  padding-right: 10px;
  font-size: 20px;
  line-height: initial;
  display: inline-block;
  font-weight: bold;
}
/*** PAGE - news_item ***/
#news_item {
  padding: 50px 30px 40px;
}
#news_item .content-wrapper-fuck {
  max-width: 800px;
  margin: 0 auto;
}
#news_item p {
  font-size: 18px;
  margin-bottom: 30px;
}
#news_item span {
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}
#news_item img {
  display: block;
  max-width: 100%;
  margin: 45px auto;
}
#news_item ul {
  padding-left: 20px;
  font-size: 18px;
}
#news_item ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 15px;
}
#news_item ul li::before {
  content: "\2022 ";
  color: #f60;
  position: absolute;
  left: -20px;
  top: 4px;
  font-size: 20px;
  line-height: initial;
  display: inline-block;
  font-weight: bold;
}
#news_item ul li ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 15px;
  margin-top: 10px;
}
#news_item ul li ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 12px;
  width: 6px;
  height: 6px;
  border: 1px solid #f60;
  border-radius: 50%;
}
#news_item .news_date {
  color: #8d8d8d;
  margin: 40px 0 25px;
  padding: 0 0 0 35px;
  position: relative;
}
#news_item .news_date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url('../../img/news_date-icon.svg') no-repeat;
  background-size: contain;
  background-position: center;
  height: 100%;
  width: 20px;
}
#news_item .news_details_text a:not(.standart-btn) {
  color: #ff6600;
}
#news_item .news_details_text a:not(.standart-btn):hover {
  color: #ff6600;
}
/*** PAGE - product detail ***/
.product-detail {
  padding: 50px 0;
}
.product-info__img {
  padding-right: 15px;
}
.product-info__img img {
  border-radius: 5px;
  max-width: 100%;
}
.product-info__desc {
  padding-left: 15px;
}
.product-info__title {
  font-weight: 500;
  font-size: 38px;
  line-height: 125%;
  color: #0E0E0E;
  text-align: left;
  margin-bottom: 30px;
  margin-top: -8px;
}
.product-info__buttons {
  display: flex;
  margin-bottom: 18px;
}
.product-info__buttons .btn_orangebg {
  margin-right: 18px;
}
.product-info__buttons .standart-btn {
  text-transform: none;
}
.product-info__add-info {
  display: flex;
  margin-bottom: 20px;
}
.product-info__add-info a,
.product-info__add-info span {
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #A6A6A6;
}
.product-info__add-info a {
  text-decoration: underline;
  padding-right: 15px;
}
.product-info__links a {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  text-decoration: underline;
  color: #0E0E0E;
  margin-bottom: 8px;
}
.product-tabs {
  padding-top: 60px;
}
.product-tabs__flex {
  display: flex;
  flex-wrap: wrap;
}
.product-tabs__flex .nav-tabs {
  width: 30%;
  flex-direction: column;
  border: 0;
}
.product-tabs__flex .tab-content {
  width: 70%;
  padding: 45px 66px;
  box-shadow: 1px 2px 5px 0px rgba(147, 147, 147, 0.2);
  border-radius: 0px 10px 10px 0px;
  min-height: 600px;
}
.product-tabs .nav-tabs__item a {
  display: block;
  padding: 16px 40px;
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #0E0E0E;
  text-decoration: none;
}
.product-tabs .nav-tabs__item a.active {
  position: relative;
  background: #fff;
  border-radius: 10px 0px 0px 10px;
  box-shadow: -5px 2px 5px 0px rgba(147, 147, 147, 0.2);
  overflow: hidden;
}
.product-tabs .nav-tabs__item a.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #f60;
}
.product-tabs .tab-pane h5 {
  font-size: 18px;
  margin-bottom: 22px;
  line-height: 140%;
  color: #0E0E0E;
}
.product-tabs .tab-pane h2,
.product-tabs .tab-pane h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: left;
}
.product-tabs .tab-pane h5,
.product-tabs .tab-pane p > strong {
  font-size: 18px;
  margin-bottom: 22px;
  line-height: 140%;
  color: #0E0E0E;
}
.product-tabs .tab-pane p {
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  color: #808080;
}
.product-tabs .tab-pane ul {
  padding-left: 20px;
}
.product-tabs .tab-pane ul li {
  position: relative;
  list-style: none;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  color: #808080;
  margin-bottom: 5px;
}
.product-tabs .tab-pane ul li::before {
  content: "\2022";
  color: #f60;
  position: absolute;
  left: -20px;
  top: 2px;
  font-size: 22px;
  line-height: initial;
  display: inline-block;
  font-weight: bold;
}
.product-tabs .tab-pane ul li > ul {
  margin-top: 5px;
  margin-bottom: 15px;
}
.product-tabs .tab-pane ul li > ul li {
  margin-bottom: 5px;
}
.product-tabs .tab-pane ul li > ul li::before {
  content: "\25CB";
  color: #f60;
  position: absolute;
  left: -20px;
  top: 6px;
  font-size: 13px;
  line-height: initial;
  display: inline-block;
  font-weight: bold;
}
.product-tabs .tab-pane ul li span {
  display: block;
  margin: 10px 0;
}
.product-tabs .tab-pane ul li > span + ul {
  margin-bottom: 22px;
}
.product-tabs .product-tabs-article-link-desctop,
.product-tabs .product-tabs-article-link-mob {
  padding: 40px 40px 0 0;
  margin-top: auto;
  font-size: 18px;
  line-height: 29px;
  text-decoration-line: underline;
  color: #808080;
}
.product-tabs .product-tabs-article-link-mob {
  display: none;
}
/* стили для первой таблицы */
.composition-table-1 {
  margin-bottom: 40px;
}
.composition-table-1 .row {
  border-bottom: 1px solid #E3E3E3;
  padding: 10px 0;
}
.composition-table-1 .row:first-child {
  border-top: 1px solid #E3E3E3;
}
.composition-table-1 .row .col-4 p {
  text-align: center;
  font-size: 15px;
  margin-bottom: 0;
}
.composition-table-1 .row:first-child .col-4 p {
  color: #0E0E0E;
}
.row.table-item-title {
  background: #F2F2F2;
}
.product-tabs .tab-pane .table-item-title p {
  text-align: center;
  color: #f60;
  font-size: 15px;
  margin-bottom: 0;
}
/* стили для второй таблицы */
.composition-table-2 {
  margin-bottom: 40px;
}
.composition-table-2 .row {
  padding: 16px 0;
  border-bottom: 1px solid #E3E3E3;
}
.composition-table-2 .row:nth-child(odd) {
  background: #F2F2F2;
}
.composition-table-2 .row .col-4 p {
  color: #f60;
}
.composition-table-2 .row:first-child {
  border-top: 1px solid #E3E3E3;
}
.composition-table-2 .row:first-child p {
  font-size: 15px;
  color: #0E0E0E;
  line-height: 135%;
}
.composition-table-2 .row p {
  margin-bottom: 0;
  font-size: 15px;
}
@media (max-width: 1199px) {
  .product-info__title {
    font-size: 32px;
  }
  .product-info__img {
    padding-right: 0;
  }
  .product-info__desc {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .product-info__img {
    margin-bottom: 30px;
  }
  .product-tabs__flex .nav-tabs,
  .product-tabs__flex .tab-content {
    width: 100%;
  }
  .product-tabs__flex .nav-tabs {
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding: 0 20px;
  }
  .product-tabs .nav-tabs__item a {
    border-radius: 10px 10px 0px 0px;
    background: #F7F7F7;
    font-size: 14px;
    line-height: 145%;
    color: #808080;
    padding: 8px 20px;
    white-space: nowrap;
  }
  .product-tabs .slick-prev:before,
  .product-tabs .slick-next:before {
    display: none;
  }
  .product-tabs .slick-prev {
    left: -5px;
  }
  .product-tabs .slick-next {
    right: -5px;
  }
  .product-tabs .slick-track {
    padding-top: 4px;
  }
  .product-tabs .nav-tabs__item a.active {
    border-radius: 10px 10px 0px 0px;
    background: #f60;
    font-size: 14px;
    line-height: 145%;
    color: #fff;
    top: -4px;
    padding: 10px 20px;
    box-shadow: none;
  }
  .product-tabs .nav-tabs__item a.active::before {
    display: none;
  }
  .product-tabs__flex .tab-content {
    padding: 40px 50px;
    box-shadow: 1px 2px 5px 0px rgba(147, 147, 147, 0.2);
    border-radius: 0;
  }
  .product-tabs .product-tabs-article-link-desctop {
    display: none;
  }
  .product-tabs .product-tabs-article-link-mob {
    display: block;
  }
}
@media (max-width: 576px) {
  .product-info__title {
    font-size: 28px;
  }
  .product-info__add-info {
    flex-direction: column;
  }
  .product-info__add-info a {
    margin-bottom: 10px;
  }
  .product-info__buttons {
    flex-direction: column;
  }
  .product-info__buttons .btn_orangebg {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .product-tabs__flex .tab-content {
    padding: 30px 20px;
  }
  .product-tabs .tab-pane h5,
  .product-tabs .tab-pane p,
  .product-tabs .tab-pane ul li,
  .product-tabs .product-tabs-article-link-desctop,
  .product-tabs .product-tabs-article-link-mob {
    font-size: 16px;
  }
  .tab-pane-table {
    overflow: hidden;
    overflow-x: scroll;
  }
  .tab-pane-table .composition-table-1,
  .tab-pane-table .composition-table-2 {
    min-width: 500px;
  }
  .composition-table-1 .row .col-4 p,
  .product-tabs .tab-pane .table-item-title p,
  .composition-table-2 .row:first-child p,
  .composition-table-2 .row p {
    padding: 0 15px;
    font-size: 14px;
  }
}
/*** breadcrumbs ***/
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}
.breadcrumb .breadcrumb-item.active {
  color: #5e5e5e;
  font-size: 16px;
}
.breadcrumb .breadcrumb-item {
  font-size: 16px;
}
.breadcrumb .breadcrumb-item a {
  color: #ff6600;
}
.breadcrumb .separator::before {
  content: "";
  display: inline-block;
  position: relative;
  margin: 0 10px;
  background: #6c757d;
  width: 1px;
  height: 17px;
  top: 4px;
  transform: rotate(18deg);
}
/*** pagination ***/
.pagination {
  margin-bottom: 70px;
}
.pagination .page-item .page-link {
  border: 0;
  color: #000;
  border-radius: 50%;
  margin-left: 1px;
  padding: 4px 10px;
  font-size: 16px;
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
}
.pagination .page-item .page-link:hover {
  background-color: #d9d9d9;
}
.pagination .page-item.disabled .page-link {
  color: #fff;
  background: #ff6600;
}
/*** HEADER ***/
.block {
  padding-top: 50px;
}
.fixed .block {
  padding-top: 154px;
}
/* для остальных страниц */
#header_black {
  width: 100%;
  height: auto;
  background: #0e0e0e;
  z-index: 15;
}
#header_black .header_nav {
  background: #0e0e0e;
  transition: position 0.2s;
  display: flex;
  justify-content: space-between;
}
#header_black .header_nav .navbar-brand_left {
  position: relative;
}
#header_black .header_nav .navbar-brand_left svg {
  max-width: 95px;
}
#header_black .nav-container {
  position: relative;
  top: 0;
  left: 0;
  background: #0e0e0e;
  transform: none;
  z-index: 1;
}
#header_black .nav-container .navbar {
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* для главной */
#main_header {
  overflow: hidden;
}
#main_header .nav-container {
  padding-top: 15px;
}
#main_header .scrolling-anim {
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
#main_header .scrolling-anim img {
  width: 25px;
  animation-duration: 3s;
  animation-name: showhide;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes showhide {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header {
  height: 100vh;
  background-attachment: fixed;
  position: relative;
}
header .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
header .video video {
  width: 100%;
  height: auto;
}
header .bg_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}
header .header_des {
  position: absolute;
  width: 750px;
  top: 50%;
  left: calc(50% - 95px);
  transform: translate(-50%, -50%);
  text-align: left;
  z-index: 1;
}
header .header_des h1 {
  color: #fff;
  font-weight: 400;
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.4;
}
header .header_des a.standart-btn {
  margin-top: 30px;
}
header .scrolling-anim {
  display: none;
}
header .header_nav {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  z-index: 2;
}
header .header_nav .navbar-brand_left {
  display: inline-block;
  position: relative;
}
header .header_nav .navbar-brand_left img {
  width: 100px;
}
header .header_nav .navbar-brand_right img {
  width: 220px;
}
header .header_nav .navbar-toggler-btn {
  display: none;
}
header .header_nav .navbar {
  padding: 0 20px;
}
header .header_nav .navbar .navbar-collapse {
  align-items: inherit;
}
header .header_nav .navbar .navbar-collapse .navbar-nav {
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
header .header_nav .navbar .navbar-collapse .navbar-nav .nav-item {
  margin: 0 10px;
}
header .header_nav .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  white-space: nowrap;
  transition: color 120ms ease-in-out;
}
header .header_nav .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #ff6600;
}
header .header_nav .navbar .navbar-collapse .navbar-nav .nav-item.phone {
  position: relative;
  padding-left: 22px;
  margin-left: 17px;
  z-index: 0;
}
header .header_nav .navbar .navbar-collapse .navbar-nav .nav-item.phone:before {
  content: "";
  background: url('../../img/icon_phone.svg') no-repeat;
  position: absolute;
  top: 8px;
  left: 0;
  width: 20px;
  height: 20px;
}
header .header_nav .navbar .navbar-collapse .navbar-nav .navbar-nav-sub {
  background-color: #0e0e0e;
  padding: 15px;
  font-size: 14px;
  width: 830px;
}
header .header_nav .navbar .navbar-collapse .navbar-nav .navbar-nav-sub .nav-section {
  width: 25%;
  float: left;
  padding: 15px 10px;
}
header .header_nav .navbar .navbar-collapse .navbar-nav .navbar-nav-sub .nav-section .name {
  color: #fff;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  min-height: 45px;
}
header .header_nav .navbar .navbar-collapse .navbar-nav .navbar-nav-sub .nav-section .nav-section-list {
  padding-left: 0;
  margin-bottom: 0;
}
header .header_nav .navbar .navbar-collapse .navbar-nav .navbar-nav-sub .nav-section .nav-section-list .nav-item {
  margin: 0 10px;
  list-style: none;
}
header .header_nav .navbar .navbar-collapse .navbar-nav .navbar-nav-sub .nav-section .nav-section-list .nav-item .nav-link {
  color: #bcbcbc;
  text-transform: uppercase;
  font-weight: normal;
  white-space: nowrap;
  transition: color 120ms ease-in-out;
}
header .header_nav .navbar .navbar-collapse .navbar-nav .navbar-nav-sub .nav-section .nav-section-list .nav-item .nav-link:hover {
  color: #ff6600;
}
/*fixed header_nav*/
.fixed #header_black .header_nav {
  position: fixed;
  top: 0;
  background: #0e0e0e;
  z-index: 999;
}
.fixed #main_header .header_nav {
  /*position: fixed;
    height: 80px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: @header_footer_bg;
    z-index: 999;*/
  position: fixed;
  height: 96px;
  top: 0;
  background: #000;
  z-index: 999;
}
/* стили для IE  */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header svg {
    max-height: 80px;
  }
  .fixed header svg {
    max-height: 65px;
  }
}
/* Конец стили для IE  */
/*** CATALOG ***/
#catalog.catalog-page {
  padding-top: 50px;
  padding-bottom: 50px;
}
#catalog {
  padding-top: 70px;
  padding-bottom: 70px;
}
#catalog .catalog-wrap {
  padding: 20px 0 50px;
}
#catalog .catalog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -30px;
}
#catalog .catalog-col {
  width: 50%;
  padding: 0 30px;
}
#catalog .catalog-col:not(:last-child) {
  margin-bottom: 60px;
}
#catalog .catalog-item {
  text-align: center;
}
#catalog .catalog-section--name {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}
#catalog .catalog-section--items {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#catalog .catalog-col:first-child .catalog-section--items::before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 10px;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #ccc;
}
#catalog .catalog-col:first-child .catalog-section--items::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: calc(100% + 30px);
  height: 1px;
  background-color: #ccc;
}
#catalog .catalog-col:nth-child(2) .catalog-section--items::after {
  content: "";
  position: absolute;
  left: -30px;
  bottom: -25px;
  width: calc(100% + 30px);
  height: 1px;
  background-color: #ccc;
}
#catalog .catalog-element {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}
#catalog .catalog-element--link {
  display: block;
  position: relative;
  overflow: hidden;
}
#catalog .catalog-element--link .catalog-element--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 1;
  background: radial-gradient(circle, #000, #222);
}
#catalog .catalog-element--link .catalog-element--img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  z-index: 0;
}
#catalog .catalog-element--link:hover .catalog-element--img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#catalog .catalog-element--link .catalog-element--name {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
#catalog .catalog-element--link .catalog-element--text {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 20px;
  padding: 0 15px;
  width: 100%;
  text-align: center;
  z-index: 1;
  -webkit-transition: opacity 0.2s 0.1s, -webkit-transform 0.4s;
  transition: opacity 0.2s 0.1s, transform 0.4s;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
#catalog .catalog-element--link:hover .catalog-element--text {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#catalog .catalog-element--link .catalog-element--desc {
  opacity: 0;
  font-size: 14px;
  -webkit-transition: opacity 0.2s 0.1s, -webkit-transform 0.4s;
  transition: opacity 0.2s 0.1s, transform 0.4s;
}
#catalog .catalog-element--link:hover .catalog-element--desc {
  opacity: 1;
}
#catalog .catalog-element--link .catalog-element--more {
  font-size: 14px;
  color: #ff6600;
  display: none;
}
#catalog .nav-tabs .nav-item .nav-link.show,
#catalog .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #ff6600;
  border-color: #ff6600;
}
#catalog .nav-tabs .nav-item .nav-link.show:hover,
#catalog .nav-tabs .nav-link.active:hover,
#catalog .nav-tabs .nav-item .nav-link.show:focus,
#catalog .nav-tabs .nav-link.active:focus {
  color: #fff;
}
#catalog .nav-tabs {
  margin-bottom: 70px;
  border-bottom: 1px solid #d9d9d9;
}
#catalog .nav-tabs .nav-link {
  border-radius: 0;
  font-size: 18px;
  padding: 15px 0;
  color: #000;
}
#catalog .nav-tabs .nav-link:hover,
#catalog .nav-tabs .nav-link:focus {
  border-color: transparent;
  color: inherit;
}
#catalog .nav-tabs .nav-item:nth-child(1) .nav-link {
  border-top-left-radius: 30px;
  border-top-right-radius: 0;
}
#catalog .nav-tabs .nav-item:nth-child(4) .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 30px;
}
#catalog .tab-content .tab-pane .col .tab-pane__item {
  position: relative;
  overflow: hidden;
  /*background-color: #FE6507;*/
  opacity: 1;
  display: block;
}
#catalog .tab-content .tab-pane .col .tab-pane__item img {
  /*display: none;*/
  width: 100%;
  height: 400px;
  transform: scale(1);
  /*filter: opacity(80%);*/
  transition: all 1s ease-in-out;
}
#catalog .tab-content .tab-pane .col .tab-pane__item:hover img {
  transform: scale(1.1);
  filter: opacity(100%);
}
#catalog .tab-content .tab-pane .col .tab-pane__item:hover .tab-pane__des .standart-btn {
  color: #fff;
  background-color: #f60;
  opacity: 1;
}
#catalog .tab-content .tab-pane .col .tab-pane__item .tab-pane__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  /*background-size:cover !important;
                        background-blend-mode: hard-light;*/
  opacity: 0.6;
  z-index: 2;
  transition: all 0.5s ease-in-out;
  background: radial-gradient(circle, #000, #222);
}
#catalog .tab-content .tab-pane .col .tab-pane__item .tab-pane__des {
  position: absolute;
  top: 50%;
  left: auto;
  width: 100%;
  padding: 0 20px;
  transform: translateY(-50%);
  text-align: center;
  z-index: 3;
}
#catalog .tab-content .tab-pane .col .tab-pane__item .tab-pane__des h2 {
  /*text-transform: uppercase;*/
  color: #fff;
  font-size: 36px;
}
#catalog .tab-content .tab-pane .col .tab-pane__item .tab-pane__des p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 2rem;
}
#catalog .tab-content .tab-pane .col .tab-pane__item .tab-pane__des .standart-btn {
  color: #000;
  margin-top: 20px;
  background-color: #fff;
  opacity: 0.8;
  outline: none;
  border: none;
}
#catalog .tab-content .tab-pane .col .tab-pane__item:hover .tab-pane__bg {
  /*opacity: 0;
                            /*transform: scale(1.1);
                            background-color: gray !important;
                            background-blend-mode1:normal !important;*/
}
#catalog .tab-content .w-100 {
  height: 30px !important;
}
@media (max-width: 1199px) {
  #catalog .catalog-element--link .catalog-element--name {
    font-size: 17px;
  }
  #catalog .catalog-element--link .catalog-element--desc,
  #catalog .catalog-element--link .catalog-element--more {
    font-size: 13px;
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  #catalog .catalog-section--name {
    height: 65px;
  }
  #catalog .catalog-element {
    width: 100%;
  }
  #catalog .catalog-element--link .catalog-element--img,
  #catalog .catalog-element--link:hover .catalog-element--img {
    transform: none;
  }
  #catalog .catalog-element--link .catalog-element--name {
    font-size: 18px;
  }
  #catalog .catalog-element--link .catalog-element--text {
    transform: translateY(-50%);
  }
  #catalog .catalog-element--link .catalog-element--desc {
    opacity: 1;
    margin-bottom: 10px;
  }
  #catalog .catalog-element--link .catalog-element--more {
    font-size: 14px;
    line-height: 1.4;
    display: block;
  }
}
@media (max-width: 767px) {
  #catalog .catalog-list {
    margin: 0 -15px;
  }
  #catalog .catalog-col {
    padding: 0 15px;
  }
  #catalog .catalog-col:first-child .catalog-section--items::before {
    right: -15px;
  }
  #catalog .catalog-col:first-child .catalog-section--items::after {
    bottom: -5px;
    width: calc(100% + 15px);
  }
  #catalog .catalog-col:nth-child(2) .catalog-section--items::after {
    left: -15px;
    bottom: -5px;
    width: calc(100% + 15px);
  }
  #catalog .catalog-col:not(:last-child) {
    margin-bottom: 40px;
  }
  #catalog .catalog-section--name {
    font-size: 22px;
    height: 50px;
  }
  #catalog .catalog-element--link .catalog-element--name {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  #catalog .catalog-col {
    width: 100%;
  }
  #catalog .catalog-section--name {
    font-size: 24px;
    height: auto;
  }
  #catalog .catalog-col .catalog-section--items::before,
  #catalog .catalog-col .catalog-section--items::after {
    display: none;
  }
  #catalog .catalog-element--link .catalog-element--name {
    font-size: 22px;
  }
  #catalog .catalog-element--link .catalog-element--desc {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #catalog .catalog-element--link .catalog-element--more {
    font-size: 16px;
  }
}
/*** repeating_block (parallax) ***/
.repeating_block {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url('../../img/bg_parallax.jpg');
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.repeating_block .repeating_block__des {
  position: absolute;
  padding: 50px 40px;
  width: 1110px;
  top: 50%;
  left: 50%;
  margin-left: -555px;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.repeating_block .repeating_block__des p {
  font-size: 35px;
}
.repeating_block .repeating_block__des a.standart-btn {
  margin-top: 20px;
}
/*** get brochure ***/
#get_brochure {
  padding: 30px 0 50px;
  max-width: 1110px;
}
#get_brochure .get_brochure__img img {
  width: 100%;
}
#get_brochure .get_brochure__form {
  padding-top: 70px;
}
#get_brochure .get_brochure__form h3 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}
#get_brochure .get_brochure__form .form-group {
  margin-bottom: 30px;
}
#get_brochure .get_brochure__form .form-group .form-control {
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  border-radius: unset;
  outline: 0;
  color: #8d8d8d;
  box-shadow: none;
}
#get_brochure .get_brochure__form .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#get_brochure .get_brochure__form .form-group .form-control option {
  color: #000;
}
#get_brochure .get_brochure__form .form-group .form-control option:first-child {
  color: #8d8d8d;
}
#get_brochure .get_brochure__form .form-group .form-control,
#get_brochure .get_brochure__form .form-group select.inputselect {
  outline: none;
  height: calc(2.25rem);
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid rgba(206, 212, 218, 0.44);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#get_brochure .get_brochure__form .form-group select.inputselect {
  padding: 0.375rem 0.55rem !important;
}
#get_brochure .get_brochure__form .form-group #exampleInputEmail1.form-control {
  padding-left: 5px;
}
#get_brochure .get_brochure__form .standart-btn {
  padding: 10px 30px;
  margin-top: 10px;
  outline: none;
  border: none;
}
/*** industry_applications ***/
#industry_applications {
  padding: 70px 0 40px;
  /*.row:last-child{
        margin-bottom: 0;
        .col{
            margin-bottom: 0;
        }
    }*/
}
#industry_applications .row {
  margin-bottom: 0;
}
#industry_applications .row .col {
  margin-bottom: 30px;
}
#industry_applications .industry_applications__item {
  text-align: center;
}
#industry_applications .industry_applications__item p {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0;
}
/*** ARTICLES ***/
.articles {
  padding-top: 60px;
}
.articles .articles-title {
  margin-bottom: 20px;
}
.articles .articles-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-bottom: 70px;
}
.articles div[class^="col-"] {
  margin-bottom: 50px;
}
.articles .articles-item {
  display: block;
  height: 100%;
  border: 1px solid #D9D9D9;
  text-decoration: none;
}
.articles .articles-item:hover,
.articles .articles-item:focus {
  text-decoration: none;
}
.articles .articles-item .articles-item--img {
  max-height: 220px;
  overflow: hidden;
}
.articles .articles-item .articles-item--img img {
  max-width: 100%;
}
.articles .articles-item--desc {
  padding: 35px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 220px);
}
.articles .aticles-item--hashtag {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  font-variant: small-caps;
  color: #FF6600;
  margin-bottom: 20px;
}
.articles .articles-item--title {
  font-weight: bold;
  font-size: 22px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 30px;
}
.articles .articles-item--bottom {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.articles .articles-item--bottom .articles-item--date {
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #A39F9F;
}
.articles .col-lg-8 .articles-item {
  display: flex;
}
.articles .col-lg-8 .articles-item .articles-item--img {
  min-width: 348px;
  max-width: 348px;
  max-height: none;
  position: relative;
}
.articles .col-lg-8 .articles-item .articles-item--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articles .col-lg-8 .articles-item .articles-item--desc {
  height: auto;
  padding: 45px 35px 35px 50px;
}
.articles .col-lg-8 .articles-item .aticles-item--hashtag {
  margin-bottom: 50px;
}
.articles .col-lg-8 .articles-item .articles-item--text {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #5E5E5E;
}
.articles .col-12 .articles-item {
  display: flex;
}
.articles .col-12 .articles-item .articles-item--img {
  max-width: 726px;
  min-width: 726px;
  max-height: none;
  position: relative;
}
.articles .col-12 .articles-item .articles-item--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articles .col-12 .articles-item .articles-item--desc {
  height: auto;
  padding: 45px 50px 35px;
}
.articles .col-12 .articles-item .aticles-item--hashtag {
  margin-bottom: 50px;
}
.articles-form {
  margin-top: 50px;
  margin-bottom: 90px;
}
.articles-form .form_subscribe .row {
  justify-content: center;
}
.articles-form .form_subscribe .row .form-control {
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  border-radius: unset;
  outline: 0;
  padding-left: 0;
  box-shadow: none;
}
@media (min-width: 1199px) {
  .articles-item .articles-item--arrow {
    transition: all 250ms ease-out;
  }
  .articles-item:hover .articles-item--arrow {
    transform: translateX(12px);
  }
}
@media (max-width: 1199px) {
  .articles .col-lg-8 .articles-item .articles-item--img {
    min-width: 288px;
    max-width: 288px;
  }
  .articles .col-lg-8 .articles-item .articles-item--desc {
    padding: 30px 20px 30px 30px;
  }
  .articles .col-lg-8 .articles-item .aticles-item--hashtag {
    margin-bottom: 30px;
  }
  .articles .articles-item--desc {
    padding: 30px;
  }
  .articles .col-12 .articles-item .articles-item--img {
    max-width: 610px;
    min-width: 610px;
  }
  .articles .col-12 .articles-item .articles-item--desc {
    padding: 30px;
  }
  .articles .col-12 .articles-item .aticles-item--hashtag {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .articles .col-12 .articles-item .articles-item--desc {
    padding: 30px 15px 30px 30px;
  }
  .articles .col-12 .articles-item .articles-item--img {
    max-width: 50%;
    min-width: 50%;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .articles .articles-subtitle {
    margin-bottom: 50px;
    line-height: 24px;
  }
  .articles div[class^="col-"] {
    margin-bottom: 40px;
  }
  .articles .col-lg-8 .articles-item {
    flex-direction: column;
  }
  .articles .col-lg-8 .articles-item .aticles-item--hashtag {
    margin-bottom: 20px;
  }
  .articles .col-lg-8 .articles-item .articles-item--img {
    min-width: 100%;
    max-width: 100%;
    max-height: 220px;
  }
  .articles .col-lg-8 .articles-item .articles-item--img img {
    position: relative;
  }
  .articles .col-lg-8 .articles-item .articles-item--desc {
    padding: 30px;
  }
  .articles .col-lg-8 .articles-item .articles-item--text {
    display: none;
  }
  .articles .col-12 .articles-item {
    flex-direction: column;
  }
  .articles .col-12 .articles-item .aticles-item--hashtag {
    margin-bottom: 20px;
  }
  .articles .col-12 .articles-item .articles-item--img {
    order: -1;
    max-width: 100%;
    min-width: 100%;
    padding-left: 0;
    max-height: 220px;
  }
  .articles .col-12 .articles-item .articles-item--img img {
    position: relative;
  }
  .articles .col-12 .articles-item .articles-item--desc {
    padding: 30px;
  }
  .articles-form h2 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .articles-form {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .articles-form .form-control,
  .articles-form .subscribe {
    width: 80%;
    margin: 10px 10%;
  }
}
@media (max-width: 420px) {
  .articles .col-lg-8 .articles-item .articles-item--desc,
  .articles .articles-item--desc,
  .articles .articles-item--desc {
    padding: 30px 15px;
  }
  .articles-form h2 {
    margin-bottom: 25px;
  }
  .articles-form .form-control,
  .articles-form .subscribe {
    width: 100%;
    margin: 10px 0;
  }
}
/*** NEWS ***/
/* для страницы "Новости" */
.page-news {
  padding: 50px 0 0 !important;
}
.page-news h1 {
  margin-bottom: 50px;
}
#news {
  padding: 70px 0;
  position: relative;
}
#news .standart-btn {
  position: absolute;
  right: 0;
  top: 70px;
}
#news .standart-btn.subscribe {
  position: relative;
  left: 0;
  top: 0;
  padding: 8px 30px;
  border: 0;
  outline: 0;
}
#news .form_subscribe {
  margin-bottom: 60px;
}
#news .form_subscribe .row {
  justify-content: center;
}
#news .form_subscribe .row .form-control {
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  border-radius: unset;
  outline: 0;
  padding-left: 0;
  box-shadow: none;
}
#news .news_item {
  align-items: center;
  margin-bottom: 50px;
  border: 1px solid #d9d9d9;
}
#news .news_item [class*=col-] {
  align-self: stretch;
}
#news .news_item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#news .news_item .news_item__des {
  padding: 30px 20px 30px 50px;
}
#news .news_item .news_item__des .news_item__des-date {
  font-size: 18px;
  text-transform: uppercase;
  color: #5e5e5e;
}
#news .news_item .news_item__des .news_item__des-title {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
  text-decoration: underline;
}
#news .news_item .news_item__des .news_item__des-announcement {
  color: #5e5e5e;
  font-size: 18px;
}
#news .news_item .news_item__des .news_item__des-more {
  font-size: 18px;
  color: #ff6600;
  text-decoration: underline;
}
/*** project_manager ***/
#project_manager {
  padding: 70px 0;
}
#project_manager .description * {
  font-size: 18px;
  color: #5e5e5e;
}
#project_manager .project_manager-title {
  text-align: center;
}
#project_manager .project_manager-title h3 {
  font-size: 24px;
  font-weight: bold;
}
#project_manager .project_manager__des .project_manager__des-experience {
  font-size: 18px;
}
#project_manager .project_manager__des .project_manager__des-experience * {
  color: #5e5e5e;
}
#project_manager .project_manager__des .project_manager__des-experience * span {
  font-weight: bold;
}
#project_manager .project_manager__des .project_manager__des-experience ul {
  padding-left: 20px;
  font-size: 18px;
}
#project_manager .project_manager__des .project_manager__des-experience ul li {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
}
#project_manager .project_manager__des .project_manager__des-experience ul li::before {
  color: #f60;
  content: "\2022";
  padding-right: 10px;
  position: absolute;
  left: 0;
}
#project_manager .project_manager__des .project_manager__des-btn {
  text-align: center;
}
#project_manager .project_manager__des .project_manager__des-btn .standart-btn {
  margin-top: 20px;
}
#project_manager .project_manager__img {
  height: 100%;
  background-image: url(/local/templates/trub/img/project_manager.jpg);
  background-size: contain;
  background-position: top;
  margin: 10px 50px 50px 50px;
  background-repeat: no-repeat;
}
#project_manager .project_manager__img img {
  width: 100%;
}
#project_manager .project_manager__img img.logo {
  position: absolute;
  width: 100px;
  bottom: 0;
}
#project_manager p.subtitle {
  position: relative;
  font-size: 16px;
  color: #5e5e5e;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
#project_manager p.subtitle::after {
  content: "";
  width: 10%;
  height: 1px;
  background-color: #ff6600;
  position: absolute;
  bottom: 0;
  left: 45%;
}
/*** our_team ***/
#our_team {
  padding-bottom: 70px;
}
#our_team p {
  font-size: 18px;
  color: #5e5e5e;
}
#our_team img {
  width: 100%;
  margin-top: 20px;
}
/*** FOOTER ***/
footer {
  padding: 70px 0;
  width: 100%;
  background-color: #0e0e0e;
}
footer .footer_container {
  display: flex;
  justify-content: space-between;
}
footer .footer_container .footer_container__item {
  position: relative;
}
footer .footer_container .footer_container__item .footer_nav_top {
  margin-top: 30px;
}
footer .footer_container .footer_container__item .footer_nav_top ul {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  margin: 0 -15px;
}
footer .footer_container .footer_container__item .footer_nav_top ul li {
  padding: 0 15px;
}
footer .footer_container .footer_container__item .footer_nav_top ul li a {
  color: #ff6600;
}
footer .footer_container .footer_container__item .footer_nav_top ul li a:hover,
footer .footer_container .footer_container__item .footer_nav_top ul li a:focus {
  color: #ff6600;
  text-decoration: none;
}
footer .footer_container .footer_container__item .footer_nav {
  display: flex;
  margin-top: 20px;
}
footer .footer_container .footer_container__item .footer_nav .footer_nav__item {
  padding: 0 30px;
}
footer .footer_container .footer_container__item .footer_nav .footer_nav__item .footer_nav__list {
  margin-left: 10px;
}
footer .footer_container .footer_container__item .footer_nav .footer_nav__item .footer_nav__list-header {
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #fff;
}
footer .footer_container .footer_container__item .footer_nav .footer_nav__item ul {
  padding-left: 0;
  margin-bottom: 0;
}
footer .footer_container .footer_container__item .footer_nav .footer_nav__item ul a {
  color: #bcbcbc;
  font-size: 14px;
}
footer .footer_container .footer_container__item .footer_nav .footer_nav__item ul li {
  list-style-type: none;
}
footer .footer_container .footer_container__item .footer_nav .footer_nav__item a {
  color: #fff;
  text-decoration: none;
  transition: color 120ms ease-in-out;
}
footer .footer_container .footer_container__item .footer_nav .footer_nav__item a:hover {
  color: #ff6600;
}
footer .footer_container .footer_container__item .footer_nav .footer_nav__item .white-space {
  white-space: nowrap;
}
footer .footer_container .footer_container__item .footer_nav .footer_nav__item .orange {
  color: #ff6600;
}
footer .footer_container .footer_container__item .footer_nav .footer_nav__item .standart-btn {
  margin-top: -15px;
  margin-left: -15px;
}
footer .footer_container .footer_container__item .footer_nav .footer_nav__item .standart-btn:hover {
  color: white;
}
footer .footer_container .footer_container__item .footer_nav .footer_nav__item:last-child {
  display: none;
}
footer .footer_container .footer_container__item:first-child {
  display: flex;
  flex-direction: column;
}
footer .footer_container .footer_container__item:first-child .footer_logo {
  margin-bottom: 20px;
  margin-top: -20px;
}
footer .footer_container .footer_container__item:first-child .footer_logo svg {
  max-width: 130px;
}
footer .footer_container .footer_container__item:first-child .footer_logo svg .st0 {
  fill: #ffffff;
  transition: fill 120ms;
}
footer .footer_container .footer_container__item:first-child .footer_logo svg:hover .st0 {
  fill: #ff6600;
}
footer .footer_container .footer_container__item:first-child .social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 25px;
}
footer .footer_container .footer_container__item:first-child .social .social_item {
  width: 35px;
  height: 35px;
}
footer .footer_container .footer_container__item:first-child .social .social_item svg {
  width: 100%;
  cursor: pointer;
  fill: #000;
  transition: fill 120ms;
}
footer .footer_container .footer_container__item:first-child .social .social_item svg:hover {
  fill: #fff;
}
footer .footer_container .footer_container__item:first-child .social .social_item svg .st0 {
  fill: #ffffff;
}
footer .footer_container .footer_container__item:first-child .social .social_item svg:hover .st0 {
  fill: #ff6600;
}
footer .footer_container .footer_container__item:first-child .social .social_item svg .fb .st1 {
  fill: #000000;
}
footer .footer_container .footer_container__item:first-child .social .vk svg {
  padding: 2px;
}
footer .footer_container .footer_container__item:first-child .social .inst .st1 {
  fill: none;
}
footer .footer_container .footer_container__item:first-child .company p {
  color: #bcbcbc;
}
footer .footer_container .footer_container__item:first-child address {
  text-align: left;
  margin: 15px 0 30px;
  right: auto;
}
footer .footer_container .footer_container__item:first-child address a {
  color: #fff;
  text-decoration: none;
  transition: color 120ms ease-in-out;
  display: inherit;
}
footer .footer_container .footer_container__item:first-child address a:hover {
  color: #ff6600;
}
footer .footer_container .footer_container__item:first-child address a.phone {
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
}
footer .footer_container .footer_container__item:first-child address a.phone::before {
  content: "";
  background: url(../../img/icon_phone.svg) no-repeat;
  display: inline-block;
  position: absolute;
  right: auto;
  left: 0;
  width: 20px;
  height: 20px;
}
footer .footer_container .footer_container__item:first-child address a.email {
  position: relative;
  padding-left: 35px;
}
footer .footer_container .footer_container__item:first-child address a.email::before {
  content: "";
  background: url(../../img/icon_email.svg) no-repeat;
  display: inline-block;
  position: absolute;
  right: auto;
  left: 0;
  width: 23px;
  height: 20px;
}
footer .footer_container .footer_container__item:first-child .privacy_policy {
  margin-top: auto;
  text-align: left;
}
footer .footer_container .footer_container__item:first-child .privacy_policy a {
  color: #bcbcbc;
  text-decoration: none;
  transition: color 120ms ease-in-out;
}
footer .footer_container .footer_container__item:first-child .privacy_policy a:hover {
  color: #ff6600;
}
footer .footer_container .footer_container__item:last-child {
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-end;
  align-items: flex-end;
  max-width: 250px;
  text-align: right;
}
footer .footer_container .footer_container__item:last-child .footer_logo_right {
  margin-top: 15px;
  margin-bottom: 40px;
}
footer .footer_container .footer_container__item:last-child .footer_logo_right img {
  max-width: 220px;
}
footer .footer_container .footer_container__item:last-child .contacts {
  display: flex;
  flex-direction: column;
}
footer .footer_container .footer_container__item:last-child address {
  text-align: right;
  margin-top: auto;
  margin-bottom: 0px;
  right: 15px;
}
footer .footer_container .footer_container__item:last-child address a {
  color: #fff;
  text-decoration: none;
  transition: color 120ms ease-in-out;
  display: inherit;
}
footer .footer_container .footer_container__item:last-child address a:hover {
  color: #ff6600;
}
footer .footer_container .footer_container__item:last-child address a.phone {
  position: relative;
}
footer .footer_container .footer_container__item:last-child address a.phone::before {
  content: "";
  background: url(../../img/icon_phone.svg) no-repeat;
  display: inline-block;
  position: absolute;
  right: 129px;
  width: 20px;
  height: 20px;
}
footer .footer_container .footer_container__item:last-child address a.email {
  position: relative;
}
footer .footer_container .footer_container__item:last-child address a.email::before {
  content: "";
  background: url(../../img/icon_email.svg) no-repeat;
  display: inline-block;
  position: absolute;
  right: 140px;
  width: 23px;
  height: 20px;
}
footer .footer_container .footer_container__item:last-child .subscribe-form {
  color: #bcbcbc;
  margin-bottom: 30px;
}
footer .footer_container .footer_container__item:last-child .subscribe-form .form-group {
  /*TOOLS - placeholder styles*/
}
footer .footer_container .footer_container__item:last-child .subscribe-form .form-group input.form-control {
  outline: none;
  height: calc(2.25rem);
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: #0e0e0e;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid rgba(206, 212, 218, 0.44);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: none;
}
footer .footer_container .footer_container__item:last-child .subscribe-form .form-group ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  text-align: right;
}
footer .footer_container .footer_container__item:last-child .subscribe-form .form-group :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-align: right;
}
footer .footer_container .footer_container__item:last-child .subscribe-form .form-group ::-ms-input-placeholder {
  /* Microsoft Edge */
  text-align: right;
}
footer .footer_container .footer_container__item:last-child .subscribe-form .submit-group {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: right;
}
footer .footer_container .footer_container__item:last-child .subscribe-form .submit-group .standart-btn {
  padding: 10px 25px;
  font-size: 13px;
}
footer .footer_container .footer_container__item:last-child .subscribe-form .agree {
  font-size: 10px;
  opacity: 0.6;
  margin-top: 5px;
}
footer .footer_container .footer_container__item:last-child .subscribe-form .agree a:hover {
  color: #ff6600;
}
/* Модальные и статичные формы */
#static-form {
  padding: 100px 0;
}
#static-form .static-form-block {
  max-width: 600px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 15px;
  border: 1px solid #f60;
}
#static-form h1 {
  text-align: left;
  margin-bottom: 20px;
}
#static-form p {
  margin-bottom: 15px;
}
#static-form ul li {
  list-style-type: disc;
}
#static-form ul li::before {
  display: none;
}
#static-form .modalForm {
  margin-top: 40px;
}
#static-form .form-control,
#static-form select.inputselect {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid rgba(206, 212, 218, 0.44);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#static-form .agree {
  font-size: 12px;
  color: #959595;
  margin-bottom: 20px;
}
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 1px;
}
.modal-content .modal-header {
  display: block;
  padding: 33px 50px 24px;
  background-color: #F9F9F9;
}
.modal-content .modal-header .modal-title {
  font-weight: 500;
  color: #22326e;
}
.modal-content .modal-header .close {
  position: absolute;
  top: 22px;
  right: 22px;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  filter: alpha(opacity=100);
  opacity: 1;
  font-size: 36px;
  font-weight: normal;
}
.modal-content .modal-body {
  padding: 20px 50px 34px;
}
.modal-content .modal-body select.inputselect {
  outline: none;
  height: calc(2.25rem);
  padding: 0.375rem 0.55rem !important;
}
.modal-content .modal-body .form-control,
.modal-content .modal-body select.inputselect {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid rgba(206, 212, 218, 0.44);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.modal-content .modal-body .form-control:focus,
.modal-content .modal-body select.inputselect:focus {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 102, 0, 0.44);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.company_input_info {
  display: inline-block;
  padding-left: 12px;
  font-size: 12px;
  opacity: 0.5;
}
@media (max-width: 576px) {
  #static-form {
    padding: 60px 0;
  }
  #static-form .static-form-block {
    padding: 40px 20px;
  }
}
/*** АДАПТИВНОСТЬ ***/
/*** minimum ***/
@media (min-width: 1100px) {
  header .container {
    max-width: 1080px;
  }
}
@media (min-width: 1200px) {
  header .container {
    max-width: 1140px;
  }
}
/*** maximum ***/
@media (max-width: 1400px) {
  /*video{
        width: auto !important;
        height: 100% !important;
    }*/
}
@media (max-width: 1199px) {
  #catalog .nav-tabs .nav-link {
    font-size: 18px;
  }
  .repeating_block {
    height: 500px;
  }
  .repeating_block .repeating_block__des {
    width: 930px;
    margin-left: -465px;
  }
  #get_brochure {
    max-width: 930px;
    padding: 50px 15px 30px;
  }
  footer .footer_container .footer_container__item .footer_nav_top ul {
    padding: 0 60px;
  }
  footer .footer_container .footer_container__item .footer_nav .footer_nav__item {
    padding: 0 20px;
  }
  footer .footer_container .footer_container__item .footer_nav .footer_nav__item:first-child {
    padding-left: 60px;
  }
}
@media (max-width: 1100px) {
  #main_header .container {
    max-width: 100%;
  }
  #main_header .header_nav .nav-container .navbar {
    padding: 0;
  }
  header .header_des {
    left: 50%;
  }
}
@media (max-width: 991px) {
  #scroll-up {
    bottom: 100px;
  }
  .fixed .block {
    padding-top: 126px;
  }
  video {
    width: auto !important;
    height: 100% !important;
  }
  header .header_nav .navbar .navbar-collapse {
    overflow: scroll;
    max-height: 100vh;
  }
  header .header_nav .navbar .navbar-collapse .navbar-nav > .nav-item > .nav-link {
    text-align: center;
  }
  header .header_nav .navbar .navbar-collapse .navbar-nav .navbar-nav-sub {
    width: 100%;
  }
  header .header_nav .navbar .navbar-collapse .navbar-nav .navbar-nav-sub .nav-section .name {
    text-align: center;
  }
  header .header_nav .navbar .navbar-collapse .navbar-nav .navbar-nav-sub .nav-section-list .nav-item {
    text-align: center;
  }
  header .header_nav .navbar .navbar-collapse .navbar-nav .navbar-nav-sub .nav-section {
    width: 100%;
    float: none;
  }
  header .header_nav .navbar-toggler-btn {
    z-index: 1;
  }
  header .header_nav .navbar-brand_left {
    z-index: 1;
  }
  header .header_nav .navbar-brand_left img {
    max-width: 90px;
  }
  .repeating_block .repeating_block__des {
    width: 690px;
    margin-left: -345px;
  }
  #main_header {
    height: 600px;
  }
  #main_header .scrolling-anim {
    display: none;
  }
  #main_header .header_des {
    width: 80%;
    top: 60%;
  }
  #main_header .header_des h1 > br {
    display: none;
  }
  #main_header .navbar-brand_left img {
    max-width: 80px;
  }
  #main_header .navbar-brand_right img {
    width: 180px;
  }
  #main_header .mob-right-logo img {
    max-width: 190px;
    margin-top: 20px;
  }
  #main_header .navbar-toggler-btn {
    display: block;
    padding: 0;
  }
  #main_header .navbar-toggler-btn svg {
    width: 40px;
    height: 40px;
    fill: #fff;
  }
  #main_header .navbar {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: #0e0e0e;
    overflow: overlay;
    align-items: center;
  }
  #main_header .navbar-nav {
    margin: 0;
    padding: 70px 0;
  }
  .fixed #main_header .header_nav {
    height: auto;
  }
  .fixed #main_header .navbar-toggler-btn {
    background: #000000;
    display: block;
  }
  #header_black .navbar-toggler-btn {
    display: block;
    padding: 0;
  }
  #header_black .navbar-toggler-btn svg {
    width: 40px;
    height: 40px;
    fill: #fff;
  }
  #header_black .navbar {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: #0e0e0e;
    overflow: overlay;
    align-items: center;
  }
  #header_black .navbar .mob-right-logo {
    max-width: 190px;
    margin-top: 20px;
  }
  #header_black .navbar .mob-right-logo img {
    width: 100%;
  }
  #header_black .navbar .navbar-brand_left {
    order: -1;
    align-self: flex-start !important;
  }
  #header_black .navbar .navbar-brand_left img {
    max-width: 90px;
  }
  #header_black .navbar .navbar-brand_right {
    width: 180px !important;
    order: -1;
    align-self: flex-start !important;
    padding-top: 18px;
  }
  #header_black .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    text-align: center;
    white-space: unset;
  }
  #header_black .navbar-nav {
    margin: 0;
    padding: 70px 0;
  }
  .fixed #header_black .header_nav {
    position: fixed;
    height: auto;
    top: 0;
    background: #000;
    z-index: 9999;
  }
  .fixed #header_black .navbar-toggler-btn {
    background: #000000;
    display: block;
  }
  #industry_applications .row .w-100 {
    display: none;
  }
  #industry_applications .row .col {
    flex-basis: 50%;
  }
  #catalog .nav-tabs .nav-link {
    font-size: 20px;
    padding: 10px 0;
  }
  #project_manager .row .col-lg-6:last-child {
    order: -1;
  }
  #project_manager .row .col-lg-6:last-child img {
    margin-bottom: 40px;
  }
  #project_manager .row .col-lg-6:last-child {
    margin-bottom: 30px;
  }
  #project_manager .project_manager__img {
    height: 500px;
  }
  #project_manager .project_manager__img img.logo {
    margin-bottom: 0px !important;
  }
  #get_brochure .col-lg-6 {
    display: flex;
    justify-content: center;
  }
  #get_brochure .col-lg-6 .get_brochure__img {
    text-align: center;
  }
  #get_brochure .col-lg-6 .get_brochure__img img {
    width: 80%;
  }
  #news .news_item [class*=col-] {
    flex-basis: 100%;
  }
  footer .footer_container {
    flex-wrap: wrap;
  }
  footer .footer_container .footer_container__item:nth-child(2) {
    flex: 0 0 70%;
  }
  footer .footer_container .footer_container__item:nth-child(2) .footer_nav_top ul {
    padding: 0;
  }
  footer .footer_container .footer_container__item:nth-child(2) .footer_nav {
    margin-top: 0;
    flex-wrap: wrap;
  }
  footer .footer_container .footer_container__item:nth-child(2) .footer_nav .footer_nav__item {
    flex: 0 0 50%;
    padding: 0;
  }
  footer .footer_container .footer_container__item:nth-child(2) .footer_nav .footer_nav__item .footer_nav__list-header {
    margin-top: 40px;
  }
  footer .footer_container .footer_container__item:nth-child(2) .footer_nav .footer_nav__item:first-child {
    padding-left: 0;
  }
  footer .footer_container .footer_container__item:nth-child(2) .footer_nav .footer_nav__item:last-child {
    display: flex;
    flex-direction: column-reverse;
  }
  footer .footer_container .footer_container__item:nth-child(2) .footer_nav .footer_nav__item:last-child .footer_logo_right {
    margin-top: 15px;
  }
  footer .footer_container .footer_container__item:nth-child(2) .footer_nav .footer_nav__item:last-child .footer_logo_right img {
    max-width: 220px;
  }
  footer .footer_container .footer_container__item:nth-child(2) .footer_nav .footer_nav__item:last-child .subscribe-form {
    color: #bcbcbc;
    margin-bottom: 30px;
  }
  footer .footer_container .footer_container__item:nth-child(2) .footer_nav .footer_nav__item:last-child .subscribe-form .form-group {
    /*TOOLS - placeholder styles*/
  }
  footer .footer_container .footer_container__item:nth-child(2) .footer_nav .footer_nav__item:last-child .subscribe-form .form-group input.form-control {
    outline: none;
    height: calc(2.25rem);
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: #0e0e0e;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid rgba(206, 212, 218, 0.44);
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none;
  }
  footer .footer_container .footer_container__item:nth-child(2) .footer_nav .footer_nav__item:last-child .subscribe-form .form-group ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    text-align: right;
  }
  footer .footer_container .footer_container__item:nth-child(2) .footer_nav .footer_nav__item:last-child .subscribe-form .form-group :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    text-align: right;
  }
  footer .footer_container .footer_container__item:nth-child(2) .footer_nav .footer_nav__item:last-child .subscribe-form .form-group ::-ms-input-placeholder {
    /* Microsoft Edge */
    text-align: right;
  }
  footer .footer_container .footer_container__item:nth-child(2) .footer_nav .footer_nav__item:last-child .subscribe-form .submit-group {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: right;
  }
  footer .footer_container .footer_container__item:nth-child(2) .footer_nav .footer_nav__item:last-child .subscribe-form .submit-group .standart-btn {
    padding: 10px 25px;
    font-size: 13px;
  }
  footer .footer_container .footer_container__item:nth-child(2) .footer_nav .footer_nav__item:last-child .subscribe-form .agree {
    font-size: 10px;
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  header .header_nav .nav-container .navbar .navbar-collapse .navbar-nav .navbar-nav-sub {
    width: 100%;
  }
  header .header_des h1 {
    font-size: 34px;
  }
  .repeating_block .repeating_block__des {
    width: 510px;
    margin-left: -255px;
  }
  #catalog .nav-tabs .nav-link {
    font-size: 18px;
  }
  #catalog .tab-pane .col {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  #catalog .tab-content .w-100 {
    height: 0 !important;
  }
  #industry_applications .row .col {
    flex-basis: 50%;
  }
  #news.main-news .news_item .news_item__des {
    padding: 30px 20px 30px 20px;
  }
  #news_item h1 {
    font-size: 30px;
  }
  #catalog .tab-content .tab-pane .col .tab-pane__item img {
    height: auto;
  }
  #catalog .tab-content .tab-pane .col .tab-pane__item .tab-pane__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 540px;
    height: 400px;
    opacity: 0.4;
    /*background-size:cover !important;
                        background-blend-mode: hard-light;*/
    opacity: 0.6;
    z-index: 2;
    transition: all 0.5s ease-in-out;
    background: radial-gradient(circle, #000, #222);
  }
  #catalog .tab-content .tab-pane .col .tab-pane__item .tab-pane__des h2 {
    color: #fff;
    font-size: 30px;
  }
  #catalog .tab-content .tab-pane .col .tab-pane__item .tab-pane__des p {
    font-size: 18px;
  }
  #catalog .tab-content .tab-pane .col .tab-pane__item .tab-pane__des a.standart-btn {
    color: #000;
    margin-top: 10px;
    background-color: #fff;
    opacity: 0.8;
    outline: none;
    border: none;
  }
  #product .product_des .product_des__item {
    margin-left: 0;
    margin-top: 30px;
  }
  #product .tab-pane ul {
    padding-left: 15px;
  }
  #product .tab-pane ul li ul {
    margin-top: 8px;
  }
  #product .tab-pane ul li ul li {
    margin-bottom: 15px;
  }
  footer {
    padding: 40px 0;
  }
  footer .footer_container {
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    align-items: center;
  }
  footer .footer_container .footer_container__item:first-child {
    margin-top: 10px;
    align-items: center;
    text-align: center;
  }
  footer .footer_container .footer_container__item:first-child .footer_logo {
    margin-top: 20px;
    width: 100%;
  }
  footer .footer_container .footer_container__item:first-child address,
  footer .footer_container .footer_container__item:first-child .privacy_policy {
    order: -1;
    margin-bottom: 25px;
  }
  footer .footer_container .footer_container__item:last-child {
    align-items: center;
  }
  footer .footer_container .footer_container__item:last-child .subscribe-form .submit-group {
    text-align: center;
  }
  footer .footer_container .footer_container__item:last-child .subscribe-form .form-group {
    /*TOOLS - placeholder styles*/
  }
  footer .footer_container .footer_container__item:last-child .subscribe-form .form-group ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    text-align: center;
  }
  footer .footer_container .footer_container__item:last-child .subscribe-form .form-group :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    text-align: center;
  }
  footer .footer_container .footer_container__item:last-child .subscribe-form .form-group ::-ms-input-placeholder {
    /* Microsoft Edge */
    text-align: center;
  }
  footer .footer_container .footer_container__item:nth-child(2) .footer_nav_top {
    margin-bottom: 30px;
  }
  footer .footer_container .footer_container__item:nth-child(2) .footer_nav_top ul {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer .footer_container .footer_container__item:nth-child(2) .footer_nav_top li {
    margin-bottom: 20px;
  }
  footer .footer_container .footer_nav {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer .footer_container .footer_nav .footer_nav__item:last-child {
    display: none !important;
  }
  footer .footer_container .footer_nav .footer_nav__item ul {
    margin-left: 0 !important;
  }
  footer .footer_container .footer_nav .footer_nav__item {
    margin-bottom: 40px;
  }
  footer .footer_container .footer_nav .footer_nav__item .footer_nav__list-header {
    margin-top: 0px !important;
  }
  .modal-dialog:not(.modal-lg) {
    max-width: 583px;
  }
}
@media (max-width: 576px) {
  header .header_des h1 {
    font-size: 28px;
  }
  header .header_nav {
    padding: 10px 15px;
  }
  header .header_nav .navbar-brand_left img {
    width: 65px;
  }
  .page-news {
    padding: 50px 0 !important;
  }
  #project_manager .project_manager__des .project_manager__des-experience ul {
    padding-left: 0;
  }
  #project_manager .project_manager__img {
    height: 300px;
    margin: 0 !important;
  }
  #project_manager .row .col-lg-6:last-child {
    margin-bottom: 30px;
  }
  #get_brochure {
    padding: 50px 15px 30px;
  }
  #industry_applications {
    padding: 70px 15px 40px;
  }
  #project_manager {
    padding: 70px 15px;
  }
  #product {
    padding: 50px 15px 70px;
  }
  #news.main-news {
    padding: 70px 15px;
  }
  #news.main-news h2 {
    margin-bottom: 40px;
  }
  #news.main-news > .standart-btn {
    position: relative;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    margin-bottom: 40px;
  }
  #news .form-control,
  #news .subscribe {
    width: 80%;
    margin: 10px 10%;
  }
  #news_item {
    padding: 50px 0 40px;
  }
  #news_item h1 {
    font-size: 26px;
  }
  #news .news_item .news_item__des {
    padding: 30px 15px 30px;
  }
  #news.main-news .form_subscribe {
    margin-bottom: 0;
  }
  .repeating_block {
    height: 400px;
  }
  .repeating_block .repeating_block__des {
    width: 90%;
    padding: 30px 20px;
    margin: 0 5%;
    left: auto;
  }
  .repeating_block .repeating_block__des p {
    font-size: 22px;
  }
  #catalog .nav {
    flex-direction: column;
    margin-bottom: 40px;
  }
  #catalog .nav .nav-link {
    border-radius: 0 !important;
    border: 1px solid #d9d9d9;
  }
  #catalog .nav .nav-link:hover,
  #catalog .nav .nav-link:active,
  #catalog .nav .nav-link:focus {
    border: 1px solid #d9d9d9;
  }
  #catalog .nav .nav-link > div {
    display: none;
  }
  #catalog .tab-pane__bg {
    opacity: 0.6;
  }
  #catalog .tab-pane__des h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  #catalog .tab-pane__des p {
    font-size: 18px;
  }
  #product .product_des .product_des__item .product_buttons .standart-btn {
    display: block;
    margin: 0;
    margin-bottom: 15px;
  }
  #product .product_tabs .tabs-slider,
  #product .product_tabs .tab-content {
    padding: 0 15px;
  }
  #product .product_tabs .nav-tabs {
    margin-bottom: 35px;
  }
  #product .product_tabs .nav-tabs__item.active {
    border-bottom: 2px solid #d9d9d9;
  }
  #product .product_tabs .tabs-slider a {
    text-align: center;
    font-weight: 600;
  }
  #product .product_tabs .tab-pane * {
    font-size: 16px;
  }
  #product .product_tabs .slick-list {
    margin-right: 0;
    margin-left: 0;
  }
  #product .product_tabs .slick-prev {
    left: -15px;
  }
  #product .product_tabs .slick-next {
    right: -15px;
  }
  header .header_nav .navbar .navbar-collapse .navbar-nav .navbar-nav-sub .nav-section {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  header .header_nav .navbar .navbar-collapse .navbar-nav .navbar-nav-sub .nav-section .name {
    margin-bottom: 10px;
  }
}
@media (max-width: 420px) {
  #main_header {
    height: 500px;
  }
  #main_header .standart-btn {
    margin-top: 15px;
  }
  h1,
  h2 {
    font-size: 34px;
    margin-bottom: 45px;
  }
  #get_brochure .get_brochure__form h3 {
    font-size: 28px;
  }
  #get_brochure .get_brochure__form {
    padding-top: 40px;
  }
  #get_brochure .get_brochure__form .submit-group {
    margin: 30px 0 20px;
  }
  .form-group {
    margin-bottom: 0.5rem;
  }
  .modal-content .modal-header .modal-title {
    line-height: 1.2;
  }
  .modal-content .modal-body {
    padding: 20px 30px 34px;
  }
  .standart-btn {
    font-size: 14px;
    padding: 12px 25px;
  }
  a.nav-link[href='/product/139/'] {
    white-space: normal !important;
  }
  #privacy_policy {
    padding: 50px 0;
  }
  .wrap-mobile {
    display: inline-block;
  }
  #catalog .tab-content .tab-pane .col .tab-pane__item img {
    width: 136%;
  }
  #catalog .tab-content .tab-pane .col .tab-pane__item .tab-pane__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 540px;
    height: 400px;
    opacity: 0.4;
    /*background-size:cover !important;
                        background-blend-mode: hard-light;*/
    opacity: 0.6;
    z-index: 2;
    transition: all 0.5s ease-in-out;
    background: radial-gradient(circle, #000, #222);
  }
  #catalog .tab-content .tab-pane .col .tab-pane__item .tab-pane__des h2 {
    /*text-transform: uppercase;*/
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
  }
  #catalog .tab-content .tab-pane .col .tab-pane__item .tab-pane__des p {
    font-size: 18px;
    margin-bottom: 1rem;
  }
  #catalog .tab-content .tab-pane .col .tab-pane__item .tab-pane__des a.standart-btn {
    color: #000;
    margin-top: 10px;
    background-color: #fff;
    opacity: 0.8;
    outline: none;
    border: none;
  }
}
/* Уведомление о переезде */
/*.attention{
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    background: #ff6600;
    color: #ffffff;
    z-index: 100;
}

.attention p{
    display: inline-block;
    position: relative;
    padding: 0px 10px;
    margin: 0px;
    font-size: 16px;
}
.attention p span{
  white-space: nowrap;
}
.attention p a {
  text-decoration: underline;
}

#main_header .header_nav .nav-container {
    margin-top: 20px;
}

body.fixed #main_header .header_nav .nav-container {
    margin-top: 0;
}
body.fixed #main_header .attention{
  position: fixed;
  top: 80px;
}
body.fixed #header_black .attention{
  position: fixed;
  top: 104px;
}

body.fixed.menu_open .attention{
  display: none;
}

@media screen and (max-width: 991px){
    body.fixed .attention{
        top: 72px;
    }
}
@media screen and (max-width: 640px){
    .attention p{
        font-size: 12px;
    }
}
@media (max-width: 575px){
    body.fixed .attention{
        top: 82px;
    }
}
@media (max-width: 575px) and (min-width: 375px){
    body.fixed .attention{
        top: 68px;
    }
}
@media (max-width: 375px) and (min-width: 320px){
    body.fixed .attention{
        top: 67px;
    }
}
*/
/* НОВОГОДНЕЕ ОФОРМЛЕНИЕ */
/* Анимация снег */
/*
@keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-moz-keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-webkit-keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-ms-keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}
.navbar *{
    z-index: 1;
}
header .header_nav .nav-container .navbar::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url('../../img/snowflake1.png'),
                      url('../../img/snowflake3.png'),
                      url('../../img/snowflake2.png');
    -webkit-animation: snow 10s linear infinite;
    -moz-animation: snow 10s linear infinite;
    -ms-animation: snow 10s linear infinite;
    animation: snow 10s linear infinite;
}
*/
/* NY hat */
/*# sourceMappingURL=main.css.map */