/*
Theme Name: Brainlab
Version: 1.2.40
Author: Brainlab
Author URI: https://brainlab.com.ua/
*/
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('fonts/montserrat/regular/Montserrat-Regular.eot');
  src: url('fonts/montserrat/regular/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
  url('fonts/montserrat/regular/Montserrat-Regular.svg#Montserrat-Regular') format('svg'),
  url('fonts/montserrat/regular/Montserrat-Regular.ttf') format('truetype'),
  url('fonts/montserrat/regular/Montserrat-Regular.woff') format('woff'),
  url('fonts/montserrat/regular/Montserrat-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('fonts/montserrat/medium/Montserrat-Medium.eot');
  src: url('fonts/montserrat/medium/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
  url('fonts/montserrat/medium/Montserrat-Medium.svg#Montserrat-Medium') format('svg'),
  url('fonts/montserrat/medium/Montserrat-Medium.ttf') format('truetype'),
  url('fonts/montserrat/medium/Montserrat-Medium.woff') format('woff'),
  url('fonts/montserrat/medium/Montserrat-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('fonts/montserrat/semibold/Montserrat-SemiBold.eot');
  src: url('fonts/montserrat/semibold/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
  url('fonts/montserrat/semibold/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg'),
  url('fonts/montserrat/semibold/Montserrat-SemiBold.ttf') format('truetype'),
  url('fonts/montserrat/semibold/Montserrat-SemiBold.woff') format('woff'),
  url('fonts/montserrat/semibold/Montserrat-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('fonts/montserrat/bold/Montserrat-Bold.eot');
  src: url('fonts/montserrat/bold/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
  url('fonts/montserrat/bold/Montserrat-Bold.svg#Montserrat-Bold') format('svg'),
  url('fonts/montserrat/bold/Montserrat-Bold.ttf') format('truetype'),
  url('fonts/montserrat/bold/Montserrat-Bold.woff') format('woff'),
  url('fonts/montserrat/bold/Montserrat-Bold.woff2') format('woff2');
}

:root {
  --accent: #2b2b2b;
  --text: #000;
  --stroke: #ee3434;
  --stroke_dark: #D61C25;
  --desc: #707070;
  --gr: #eee;
  --line: #ededed;
  --full-line: #dfdfdf;
  --bg1: #f1f1f1;
  --bg2: #f0f0f0;
  --header: #fff;
  --footer: #fff;
  --category: #fff;
  --contact: #f1f1f1;
  --contact_item: #777;
  --contact_name: #272727;
  --ar_desc: #272727;
  --info_page: #272727;


  --mr: 'Montserrat-Regular', sans-serif;
  --mm: 'Montserrat-Medium', sans-serif;
  --ms: 'Montserrat-SemiBold', sans-serif;
  --mb: 'Montserrat-Bold', sans-serif;

  --current-fontsize: 16px;

}

html {
  overflow-x: hidden  !important;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

body {
  min-width: 320px;
  height: 100%;
  padding-right: 0!important;
  overflow-x: hidden;
  font-size: var(--current-fontsize);
  font-family: var(--mr);
  /* font-weight: 400; */
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal-open .modal {
    padding-right: 0!important;
}
.pum-open {
    overflow-y: scroll!important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    overflow-y: auto;
}
/*Reset*/
p {
    margin-bottom: 0;
}
textarea,
input {
    font-family: 'Montserrat', Arial, sans-serif;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
button,
a {
    outline: none!important;
}
ol, ul {
    list-style: none;
}
::selection {
    background: #000; /* Safari */
    color: #fff;
}
::-moz-selection {
    background: #000; /* Firefox */
    color: #fff;
}
button.btn.btn-link{
  text-decoration: none;
}
/*END_Reset*/

/*Preloader*/
.preloader {
    position:fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.preloader img {
    width: 80px;
}
/*END_Preloader*/

/*Modal*/
.modal .modal-header .modal-title {
    font-size: 24px;
    font-weight: 500;
    padding: 0.6em;
}
.modal .modal-header {
    position: relative;
    padding: 0;
}
.modal .modal-header .close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #f00;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    color: #fff;
    border-radius: 50%;
    opacity: 1;
}
.modal .modal-header .close img {
    width: 14px;
}
/*END_Modal*/

/*Contact_Form_7*/
.wpcf7-form {
    position: relative;
}
.wpcf7-form-control:not(.wpcf7-submit),
.form-control {
  height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #e5e5e5;
    width: 100%;
    outline: none;
}
.wpcf7-form-control:not(.wpcf7-submit):focus,
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(19, 191, 179, 0.5);
}
.wpcf7-submit {
    font-size: 18px;
    padding: 0.8em 1em;
    width: 100%;
}
.wpcf7-form .not-poblish {
    font-size: 12px;
    line-height: 1.2;
    padding-top: 1.2em;
    text-align: center;
    display: block;
}
.wpcf7-form textarea {
    resize: none;
}
.wpcf7-form .ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0!important;
    background: rgba(255, 255, 255, 0.7);
    width: 100%!important;
    height: 100%!important;
    background-repeat: no-repeat;
    background-position: center;
}
.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 10px;
    position: absolute;
    right: 5px;
    bottom: 0;
}
.wpcf7-form .wpcf7-validation-errors {
    display: none!important;
}
.wpcf7-form .wpcf7-mail-sent-ok {
    background: #D61C25;
    margin: 1em 0 0;
    text-align: center;
    padding: 0.5em 1em;
    font-size: 15px;
    border: none;
    color: #fff;
}
/*END_Contact_Form_7*/
body > .site__line{
  display: none !important;
}
header#top + .site__line{
  display: none !important;
}
.site__line {
  opacity: 0.8;
}
.site__line {
  
  position: absolute;
  left: 0;
  right: 0;
  /* width: 872px; */
  max-width: 1565px;
  margin: 0 auto;
  height: 90%;
  /* border-left: 1px solid var(--full-line);
  border-right: 1px solid var(--full-line); */
  /* transform: translateX(-52%); */
  /* display: flex; */
  /* justify-content: space-between; */
  z-index: 2;
}

.site__line >div {
  position: absolute;
  bottom: 0;
  top: 0;
}

.line {
  border-right: 1px solid var(--full-line);
  width: 25%;
  position: absolute;
  bottom: 0;
  height: 100%;
}

 .site__line-one {
  border-right: 1px solid var(--full-line);
  left: 20%;
  height: 100%;
}

.site__line-two {
    border-left: 1px solid var(--full-line);
    left: 40%;
  height: 100%;
}

.site__line-tree {
     border-right: 1px solid var(--full-line);
    left: 60%;
  height: 100%;
}

.site__line-four {
      border-left: 1px solid var(--full-line);
    left: 80%;
  height: 100%;
}
/*Skroll_Top*/
.skroll_top {
    position: fixed;
    bottom: -30px;
    left: 30px;
    background: #888;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    z-index: 999;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.skroll_top.fix {
    bottom: 30px;
    opacity: 0.5;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.skroll_top.fix:hover {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.skroll_top a {
    color: #fff;
    font-size: 36px;
    display: flex;
    padding: 0;
    line-height: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    align-items: center;
    text-decoration: none;
}
.skroll_top a i {
    position: relative;
    top: -6%;
    width: 100%;
}
/*END_Skroll_Top*/

/*Section_Top*/


/*Header_Menu*/
.navbar{
    padding: 0!important;
}
/*.menu_custom{
  display: none;
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  box-shadow: none;
  border: none;
  background: #fff;
  height: 90px;
}
.menu ul li:hover .menu_custom{
  display: block;
}
#topnav > ul > li .dropdown-menu{
    position: relative;
    width: 65%;
    box-shadow: none;
    border: none;
    display: flex;
    height: 90px;
   */ align-items: center;
}
#top{
   -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header {
  width: 100%;
  /*min-height: 90px;*/
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: var(--header);
  position: relative;
  z-index: 51;
  -webkit-transition: box-shadow 0.5s ease-in-out;
  -o-transition: box-shadow 0.5s ease-in-out;
  -webkit-transition: -webkit-box-shadow 0.5s ease-in-out;
  transition: -webkit-box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
}
.header__height {
  min-height: 90px;
}

.logo a{
  text-decoration: none;
}
.logo p {
  color: #888888;
  font-family: var(--mm);
  font-size: 14px;
  /* font-weight: 500; */
  line-height: 16px;
  text-align: center;
}
.menu ul li {
  margin-right: 25px;
}
.menu ul li:last-child {
  margin-right: 0;
}
.menu ul li a {
  color: var(--accent);
  font-family: var(--ms);
  font-size: 18px;
  /*font-weight: 600; */
  line-height: 21px;
  cursor: pointer;
  padding-bottom: 35px;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  position: relative;
}

.menu ul li a:hover {
  color: var(--stroke_dark);
  text-decoration: none;
}
.menu ul li a:hover::after {
  width: 100%;
}*
.breadcrumbs_section {
    background-color: var(--bg1);
}
.breadcrumbs {
    flex-wrap: wrap;
      border-radius: .25rem;
    padding: .75rem 1rem;
    min-height: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    background-color: transparent;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
}
.breadcrumbs a {
  text-decoration: none;
    color: #919191;
    font-size: 14px;
    /* font-weight: 400; */
    line-height: 16px;
}
.breadcrumbs a:after{
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--stroke_dark);
  margin: 2px 11px;
}
.breadcrumbs span.breadcrumb_last {
    color: #353535;
    font-family: var(--mm);
    font-size: 14px;
    /* font-weight: 500; */
    line-height: 16px;
}
.index {
    position: relative;
    z-index: 6;
}
/* Languages block */
.lang-item{
    padding: 0 0.3em;
}
.language-menu ul {
  width: 100%;
}

.language-menu ul a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.language-menu ul .lang-item a {
  color: var(--accent);
  font-family: var(--mm);
  font-size: 17px;
  /* font-weight: 500; */
  line-height: 20px;
  border: none;
  background: transparent;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.language-menu ul .lang-item a:hover  {
  color: var(--stroke_dark);
  text-decoration: none;
}

.language-menu ul .lang-item.current-lang a{
  color: #adadad;
}
/* Callback form */
.callback {
  text-align: center;
}

.callback .callback__phone a {
  color: var(--accent);
  font-family: var(--mb);
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.callback .callback__call a {

  text-decoration: none;
  display: block;
  margin-top: 5px;
  color: var(--stroke_dark);
  font-family: var(--ms);
  font-size: 14px;
  /* font-weight: 600; */
  line-height: 16px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.callback .callback__call a:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.top__button {
  display: none;
}

.fancybox-thumbs > ul > li::before {
    border: 4px solid #D61C25 !important;
    }

.arrow__top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5555;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(237,237,237,0.7);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  cursor: pointer;
}

.arrow__top h5 {
  font-family: var(--mm);
  /* font-weight: 500; */
  font-size: 14px;
  color: var(--text);
}

/*Dropdown_Menu*/

#topnav > ul > li .dropdown-menu {
  position: fixed;
  top: 88px;
  left: 0;
  right: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  opacity:1;
  -webkit-transition:0.5s linear opacity;
  -moz-transition: 0.5s linear opacity;
  transition: 0.5s linear opacity;
   /* Hide submenu */
    opacity: 0;
    visibility: hidden;

    /* Submenu animation */
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
    transition-delay: 0.15s;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    background: #F6F6F6;
}
#topnav > ul > li{

  -webkit-transition: 0.5s linear opacity;
  -moz-transition: 0.5s linear opacity;
  transition: 0.5s linear opacity;
}
#topnav > ul > li .dropdown-menu li a {
  height: 90px;
  color: #5b5b5b;
  font-family: var(--mm);
  font-size: 16px;
  /* font-weight: 500; */
  line-height: 21px;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
#topnav > ul > li .dropdown-menu li a:hover:after{
  width: 100%;
}
#topnav > ul > li .dropdown-menu li a:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--stroke_dark);
  width: 0;
  height: 3px;
  -webkit-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
#topnav > ul > li .dropdown-menu li a:hover{
  color: var(--stroke_dark);
}
#topnav > ul > li:hover .dropdown-menu {
  position: fixed;
  top: 88px;
  left: 0;
  right: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  opacity:1;
  -webkit-transition:0.5s linear opacity;
  -moz-transition: 0.5s linear opacity;
  transition: 0.5s linear opacity;
  /* Show submenu */
    opacity: 1;
    visibility: visible;
}
.menu ul.dropdown-menu li a{
  padding: 0px;
}
.menu ul.dropdown-menu li{
  max-width: 173px;
  text-align: center;
  height: 90px;
}
/*END_Dropdown_Menu*/
/*END_Header_Menu*/
/*END_Section_Top*/


/*Section_Content*/
article p {
    margin-bottom: 1rem;
    text-indent: 25px;
}
article ul {
    padding-left: 37px;
}
article ul li {
    position: relative;
    margin-bottom: 5px;
}
article ul li:before {
    content: "\f0c8";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    color: #ff7e67;
    font-size: 8px;
    position: absolute;
    left: -12px;
    top: 6px;
}

/* Section Slider */
.category .owl-carousel .item img{
  height: 280px;
  width: 280px;
}
.owl-carousel .item img{
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    opacity: 1;
    visibility: inherit;
}
.owl-carousel .owl-stage-outer{
  max-height: 972px;
}
.slideshow_home .owl-dots {
    counter-reset: section;
    position: absolute;
    z-index: 21;
    color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 36%;
    right: 407px;
    font-family: var(--mm);
    font-size: 20px;
    /* font-weight: 500; */
    line-height: 23px;
    margin: 0 10px;
    word-spacing: 10px;
}
.slideshow_home .owl-dots button.active:after {
    font-size: 28px;
    font-weight: 400;
    transition: all .3s ease;
}
.slideshow_home .owl-dots button:after{
    counter-increment: section;
    content: "0"counter(section);
    color: #c3431d;
    font-size: 16px;
    transition: all .3s ease;
}
.section_slider .owl-nav button.owl-prev{
  position: absolute;
  top: 14%;
  margin-top: -33px;
   right: 22%;
  margin-right: 6px;
}
.section_slider .owl-nav button.owl-prev, .section_slider .owl-nav button.owl-next{
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  padding: 8px 0px 0px 12px;
  text-align: center;
  font-size: 40px;
  font-family: Poppins;
  z-index: 100;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 65px !important;
  height: 65px !important;
  background-color: #ffffff!important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #808080 !important;
  border: none!important;
  padding: 0 !important;
  opacity: 1;
}
.section_slider .owl-nav button.owl-next{
  position: absolute;
  top: 14%;
  margin-top: 32px;
  right: 22%;
  margin-right: 6px;
}
.section_slider .owl-nav button.owl-prev span,
.section_slider .owl-nav button.owl-next span{
  display: none;
}
.section_slider .owl-nav button.owl-prev:before,
.section_slider .owl-nav button.owl-next:before{

  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  vertical-align: middle;
  text-align: center;
}
.section_slider .owl-nav button.owl-prev:before{
  content: "\f053";
}
.section_slider .owl-nav button.owl-next:before{
  content: "\f054";
}
.section_slider .owl-nav button.owl-prev:hover,
.section_slider .owl-nav button.owl-next:hover{
    background: #d9121f!important;
    border-color: #d9121f!important;
    color: #ffffff!important;
}
.carusel .owl-carousel .owl-nav.disabled, .carusel .owl-carousel .owl-dots.disabled{
  display: block!important;
}
.slider_title{
  font-family: var(--mb);
  color: #ffffff;
  z-index: 2;
  width: 50%;
  line-height: 56px;
  font-size: 48px;
  left: 25%;
  top: 20%;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.slider_title, .slider_text{
  border-color: rgb(255, 255, 255);
  border-style: none;
  background-color: transparent;
  transition: all 0s ease 0s;
  min-height: 0px;
  min-width: 0px;
  border-width: 0px;
  margin-left: 5px;
  padding: 0px;
  letter-spacing: 0px;
  visibility: visible;
  opacity: 1;
  text-decoration: none;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  position: absolute;
  -webkit-font-smoothing: antialiased !important;
}
.slider_text{
  z-index: 3;
  white-space: nowrap;
  line-height: 17px;
  font-size: 17px;
  left: 25%;
  top: 32%;
  font-family: var(--mm);
  color: #eeeeee;
  white-space: inherit!important;
  line-height: 1 !important;
}
.slider__button  {
  text-decoration: none;
  position: relative;
  z-index: 5;
  color: #ffffff !important;
  font-family: var(--ms);
  font-size: 17px!important;
  /* font-weight: 600; */
  line-height: 20px;
  z-index: 6;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.slider__button::after {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  z-index: 5;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.slider_text_links a{
  text-decoration: none;
}
.slider_text_links a:hover{
  color: var(--stroke_dark) !important;
}
.slider_text_links a:hover::after{
  background-color: var(--stroke_dark) !important;
}
.slider_text_links{
      position: absolute;
    -webkit-font-smoothing: antialiased !important;
    z-index: 4;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    line-height: 17px;
    border-width: 0px;
    margin-left: 10px;
    padding: 0px;
    letter-spacing: 0px;
    font-size: 17px;
    left: 25%;
    top: 50%;
    font-family: var(--mm);
    color: #eeeeee;
}
/* Section for people */
.for__peeople {
  background-color: var(--bg1);
  width: 100%;
  padding-top: 300px;
  padding-bottom: 112px;
  position: relative;
}
.polycar__text h2, .polycar__text h1 {
  color: var(--text);
  font-family: var(--ms);
  font-size: 24px;
  /* font-weight: 600; */
  line-height: 28px;
  margin-bottom: 26px;
/*  text-align: center;*/
}

.polycar__text {
  max-width: 586px;
  margin: 0 auto;
}

.polycar__text-block {
  overflow: hidden;
}

.polycar__text-block p {
  color: #525252;
  font-size: 16px;
  /* font-weight: 400; */
  line-height: 21px;
  margin-bottom: 15px;
}

.polycar__text-block p:last-child {
  margin-bottom: 0;
}
.polycar__text a {
  text-decoration: none;
}
.polycar__more {
  max-width: 320px;
  height: 66px;
  margin-top: 49px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--stroke) !important;
  font-family: var(--ms);
  font-size: 14px;
  /* font-weight: 600; */
  line-height: 16px;
}

.polycar__more span {
  display: block;
  margin-left: 55px;
  width: 31px;
  height: 31px;
  border: 2px solid var(--stroke);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.polycar__more span .fa-play {
  font-size: 8px;
  color: var(--stroke);
}

/* Section news */
.news_breacrumbs > .breadcrumbs > span > span > span > span.breadcrumb_last, .news_breacrumbs > .breadcrumbs > span > span > span > a:after{
  display: none;
}
.news {
  position: relative;
  z-index: 99;
  padding: 67px 0 41px 0;
}

.news__top {
  position: relative;
  z-index: 6;
  margin-left: 25px;
/*  text-align: center;*/
}

.news__top h2 {
  color: var(--text);
  font-family: var(--ms);
  font-size: 24px;
  /* font-weight: 600; */
  line-height: 28px;
  margin-bottom: 14px;
}

.news__top p {
  color: var(--desc);
  font-size: 16px;
  /* font-weight: 400; */
  line-height: 21px;
  margin-bottom: 52px;
}

.news__data {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 12px 27px;
  background-color: #ffffff;
  color: #3a3a3a;
  font-family: var(--mm);
  font-size: 14px;
  /* font-weight: 500; */
  line-height: 16px;
}

.news__block {
  position: relative;
  z-index: 6;
}

.news__block h3 {
  margin-top: 22px;
  color: var(--text);
  font-family: var(--ms);
  font-size: 17px;
  /* font-weight: 600; */
  line-height: 23px;
  margin-bottom: 15px;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}


.news__block p {
  color: #525252;
  font-size: 15px;
  /* font-weight: 400; */
  line-height: 19px;
}

.news__body {
  margin: 0 auto;
}

.news__body a {
  text-decoration: none;
  cursor: pointer;
}

.news__block a:hover h3 {
  color: var(--stroke_dark);
}
a.news__all{
  text-decoration: none;
}
.news__all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0 auto;
  width: 301px;
  height: 66px;
  background-color: var(--bg1);
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.news__all span:first-child {
  color: var(--text);
  font-family: var(--ms);
  font-size: 19px;
  /* font-weight: 600; */
  line-height: 16px;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
.news__all span:last-child {
  width: 12px;
  height: 12px;
  background-color: #2b2b2b;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.news__all:hover span:first-child {
  color: var(--stroke_dark);
  z-index: 5;
}
.block__news {
  width: 98%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
}

.first {
  -ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}

.first img {
max-height: 280px;
object-fit: cover;
object-position: 50% 50%;
}

.two {
  -ms-flex: 0 0 29.2222227%;
flex: 0 0 29.1111117%;
max-width: 29.1111117%;
}

.two img {
max-height: 150px;
object-fit: cover;
object-position: 50% 50%;
}

.three {
  -ms-flex: 0 0 29.2222227%;
flex: 0 0 29.1111117%;
max-width: 29.1111117%;
}

.three img {
max-height: 150px;
object-fit: cover;
object-position: 50% 50%;
}

.item > .site__line {
  z-index: 2;
  top: 0px;
}


/*.block__news-body:nth-child(1) {
  -webkit-flex-basis: 570px;
      -ms-flex-preferred-size: 570px;
          flex-basis: 570px;
  max-width: 570px;
}*/

/*.block__news-body:nth-child(2) {
  -webkit-flex-basis: 430px;
      -ms-flex-preferred-size: 430px;
          flex-basis: 430px;
  max-width: 430px;
}

.block__news-body:nth-child(3) {
  -webkit-flex-basis: 430px;
      -ms-flex-preferred-size: 430px;
          flex-basis: 430px;
  max-width: 430px;
}*/
.news__block .news__img img, .news__block-img img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.news__block .news__data {
  color: #3a3a3a;
  font-family: var(--ms);
  font-size: 12px;
  /* font-weight: 500; */
  line-height: 16px;
  width: 160px;
  height: 42px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news__block .news__item a {
  text-decoration: none;
  display: block;
  color: var(--text);
  font-family: var(--ms);
  font-size: 16px;
  /* font-weight: 600; */
  line-height: 21px;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.news__block .news__item p {
  color: #707070;
  font-size: 15px;
  /* font-weight: 400; */
  line-height: 19px;
}

.news__block:hover .news__item a {
  color: var(--stroke_dark);
}

.news__block:hover .news__img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.news__block:hover .news__block-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


.news__pagination nav.navigation, .news__pagination div.navigation {
	text-align:center;
}

.news__pagination nav.navigation a, .news__pagination div.navigation a {
	text-decoration:none;
 padding: 10px 17px;
  margin-right:5px!important;
  color: var(--text);
  font-family: var(--ms);
  font-size: 16px;
  /* font-weight: 600; */
  line-height: 19px;
  background-color: var(--bg1);
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.nav-links
{
  display: flex;
}
.news__pagination nav.navigation span, .news__pagination div.navigation span {
  background-color: var(--stroke_dark);
}

.news__pagination nav.navigation a, .news__pagination nav.navigation span.current,
.news__pagination div.navigation a, .news__pagination div.navigation span.current{
  padding: 10px 17px;
  margin-right:5px!important;
  color: var(--text);
  font-family: var(--ms);
  font-size: 16px;
  /* font-weight: 600; */
  line-height: 19px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.news__pagination nav.navigation span.current, .news__pagination div.navigation span.current{
  color: #fff;
  margin-right: 10px;
}
.news__pagination nav.navigation a:last-child, .news__pagination div.navigation a:last-child {
  margin-right: 0;
}

.news__pagination nav.navigation a:hover, .news__pagination div.navigation a:hover {
  background-color: var(--stroke_dark);
}

.news__pagination nav.navigation a:hover,.news__pagination div.navigation a:hover {
  color: #fff;
}

.tabcontent .news__block div.news__img, .tabcontent .news__block div.news__img a {
  height: 115px;
}

.tabcontent .news__block div.news__img img {
height: 115px;

object-fit: cover;

object-position: 50% 50%;
}

/* Clients section */

.clients {
  padding: 90px 0;
  background-color: var(--bg2);
}

.clients__info {
  max-width: 490px;
  margin: 0 auto;
  position: relative;
  z-index: 6;
}

.clients__info h2 {
  color: var(--text);
  font-family: var(--ms);
  font-size: 24px;
  /* font-weight: 600; */
  line-height: 28px;
  margin-bottom: 20px;
/*  text-align: center;*/
}

.clients__info p {
  color: #525252;
  font-size: 16px;
  /* font-weight: 400; */
  line-height: 21px;
}
.clients__info a{
  text-decoration: none;
}
.button__all-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  height: 66px;
  margin-top: 69px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.button__all-white span:first-child {
  color: var(--text);
  font-family: var(--ms);
  font-size: 19px;
  /* font-weight: 600; */
  line-height: 16px;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.button__all-white span:last-child {
  width: 12px;
  height: 12px;
  background-color: #2b2b2b;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.button__all-white:hover span:first-child {
  color: var(--stroke_dark);
  z-index: 5;
}

.clients_manufacture {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: flex-start;
          justify-content: flex-start;
  /* padding-left: 28px;
  width: 220px; */
  height: 120px;
}
/* News page */
.news__title {
  height: 82px;
  background-color: var(--bg1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 50px 0;
  padding: 0 34px;
  text-align: center;
}

.news__title h1 {
  color: var(--text);
  font-family: var(--mb);
  font-size: 26px;
  /* font-weight: 700; */
  line-height: 30px;
}

.news__block {
  margin-bottom: 50px;
  overflow: hidden;
}

.news__block .news__img img, .news__block-img img {

  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.news__img img{
  width: 100%;
}
.news__block .news__data {
  color: #3a3a3a;
  font-family: var(--ms);
  font-size: 12px;
  /* font-weight: 500; */
  line-height: 16px;
  width: 160px;
  height: 42px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news__block .news__item a {
  display: block;
  color: var(--text);
  font-family: var(--ms);
  font-size: 16px;
  /* font-weight: 600; */
  line-height: 21px;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.news__block .news__item p {
  color: #707070;
  font-size: 15px;
  /* font-weight: 400; */
  line-height: 19px;
}

.news__block:hover .news__item a {
  color: var(--stroke_dark);
}

.news__block:hover .news__img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.news__block:hover .news__block-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-latest #content {
  margin-bottom: 70px;
}


.news__pagination ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news__pagination ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  color: var(--text);
  font-family: var(--ms);
  font-size: 16px;
  /* font-weight: 600; */
  line-height: 19px;
  background-color: var(--bg1);
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.news__pagination ul li.active {
  background-color: var(--stroke_dark);
}

.news__pagination ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  color: var(--text);
  font-family: var(--ms);
  font-size: 16px;
  /* font-weight: 600; */
  line-height: 19px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.news__pagination ul li.active span {
  color: #fff;
}

.news__pagination ul li:last-child {
  margin-right: 0;
}

.news__pagination ul li:hover {
  background-color: var(--stroke_dark);
}

.news__pagination ul li:hover a {
  color: #fff;
}

.news__pagination ul li:last-child {
  display: none;
}
.news__img{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* Banner blocks */
.banner__block {
  z-index: 99;
  position: relative;
  padding: 50px 0;
}

.banner__block-img {
  overflow: hidden;
  margin-bottom: 15px;
}

.banner__block-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5;

}

.banner__block-img img {
  -webkit-transform: scale(1) rotate(0);
      -ms-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
  -webkit-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.banner__block-img:hover img {
  -webkit-transform: scale(1.2) rotate(5deg);
      -ms-transform: scale(1.2) rotate(5deg);
          transform: scale(1.2) rotate(5deg);
}
/*END_Section_Content*/


/*Section_Footer*/
/* Footer style */
.show__m{
  display: none;
}
.footer {
  background-color: var(--footer);
  position: relative;
  z-index: 6;
  width: 100%;
  border-top: 2px solid var(--line);
}

.footer__top {
  padding: 50px 0;
}

.footer__top h4 {
  color: var(--text);
  font-family: var(--mm);
  font-size: 18px;
  /* font-weight: 500; */
  line-height: 21px;
  margin-bottom: 51px;
  position: relative;
}

.footer__top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 30px;
  height: 2px;
  background-color: var(--stroke_dark);
}

.footer__menu ul li {
  margin-bottom: 14px;
  width: 170px;
}

.footer__menu ul li a {
  text-decoration: none;
  display: block;
  color: #787878;
  font-size: 15px;
  /* font-weight: 400; */
  line-height: 18px;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: color 0.5s ease-in-out, transform 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out, transform 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: color 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: color 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: color 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.footer__menu ul li a:hover {
  color: var(--stroke_dark);
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.footer__menu-phone {
  margin-bottom: 14px;
}

.footer__menu-phone a {
  display: block;
  text-decoration: none;
  color: #3e3e3e;
  font-family: var(--mm);
  font-size: 15px;
  /* font-weight: 500; */
  line-height: 18px;
}

.footer__menu-description p {
  color: #3e3e3e;
  font-size: 15px;
  /* font-weight: 400; */
  line-height: 18px;
}
.footer__menu-description {
  margin-bottom: 50px;
}

.footer__menu-social h5 {
  color: var(--text);
  font-family: var(--mm);
  font-size: 18px;
  /* font-weight: 500; */
  line-height: 21px;
  margin-bottom: 20px;
}

.footer__menu-social__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__menu-social a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 18px;
  width: 38px;
  height: 38px;
  background-color: #c0c0c0;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}

.footer__menu-social a:last-child {
  margin-right: 0;
}

.footer__menu-social a:first-child {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 6px;
}

.footer__menu-social a .fa-facebook-f,
.footer__menu-social a .fa-instagram,
.footer__menu-social a .fa-linkedin-in {
  font-size: 28px;
}

.footer__menu-social a:hover {
  background-color: var(--stroke_dark);
}

/* Footer copyright */
.footer__bottom {
  width: 100%;
  min-height: 43px;
  background-color: var(--line);
  color: #626262;
  font-family: var(--mm);
  font-size: 15px;
  /* font-weight: 500; */
  line-height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.footer__mobile {
  width: 100%;
}

.footer__mobile-title {
  height: 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 34px 0 15px;
  border-top: 2px solid #ededed;
  cursor: pointer;}

.last__item {
  border-bottom: 2px solid #ededed;
}

.footer__mobile-title span .fa-play {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.footer__mobile-title h4 {
  color: var(--text);
  font-family: var(--mm);
  font-size: 16px;
  /* font-weight: 500; */
  line-height: 19px;
}

.footer__mobile-body {
  display: none;
}

.footer__mobile-body ul {
  padding: 0 15px;
}

.footer__mobile-body ul li {
  margin: 10px 0;
}

.footer__mobile-body ul li a {
  font-family: var(--mm);
  font-style: normal;
  /* font-weight: 500; */
  font-size: 13px;
  line-height: normal;
  color: #5B5B5B;
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease
}

.footer__mobile-body ul li a:hover {
  color: var(--stroke_dark);
}

.footer__mobile-body__contact {
  padding: 20px 0 49px 0;
  padding-bottom: 20px;
}

.footer__mobile-body__contact .footer__menu-description {
  margin-bottom: 20px;
  border-bottom: 2px solid #ededed;
}

.footer__mobile-title__contact {
  position: relative;
}
.footer__mobile-title__contact::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 17px;
  width: 30px;
  height: 2px;
  background-color: #d61c25;
}


.footer__mobile-title__contact .footer__menu {
  padding: 20px 15px 13px 15px;
}
.footer__mobile-phone {
  margin-bottom: 14px;
  padding: 0 15px 0 15px;
}

.footer__mobile-phone a {
  color: #3e3e3e;
  font-family: var(--mm);
  font-size: 14px;
  /* font-weight: 500; */
  line-height: 16px;
  display: block;
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.footer__mobile-phone a:hover {
  color: var(--stroke_dark);
}

.footer__mobile-description {
  border-bottom: 2px solid #ededed;
  padding: 0 15px 0 15px;
}

.footer__mobile-description p {
  color: #3e3e3e;
  font-size: 14px;
  /* font-weight: 400; */
  line-height: 16px;
  margin-bottom: 20px;
}

.footer__mobile-body__contact .footer__menu-social {
  padding: 20px 15px 0 15px;
}

.d-footer__mobile {
  display: none;
}

/*END_Section_Footer*/

/* Page contacts */
 #content {
  margin-top: 30px;
  margin-bottom: 67px;
}

.contact__title {
  width: 100%;
  min-height: 82px;
  background-color: var(--contact);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
 /* padding-left: 46px;*/
  margin-bottom: 47px;
  text-align: center;
  justify-content: center;
}

.contact__title h2 {
  color: var(--text);
  font-family: var(--mb);
  font-size: 26px;
  /* font-weight: 700; */
  line-height: 37px;
  position: relative;
  z-index: 2;
  /*text-align: center;*/
}

.contact__item {
  margin-bottom: 30px;
}

.contact__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 15px;
}

.contact__body span {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  display: block;
}

.contact__body .contact__label {
  color: var(--contact_item);
  font-family: var(--mm);
  font-size: 16px;
  /* font-weight: 500; */
  line-height: 23px;
}

.contact__body .contact__name {
  color: var(--contact_name);
  font-family: var(--ms);
  font-size: 16px;
  /* font-weight: 600; */
  line-height: 23px;
  z-index: 2;
}

.contact__body .contact__name a {
  text-decoration: none;
  display: block;
  color: var(--contact_name);
  font-family: var(--ms);
  font-size: 16px;
  /* font-weight: 600; */
  background-color: transparent!important;
  line-height: 23px;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.contact__body .contact__name a:hover {
  color: var(--stroke_dark);
}

.contact__body .contact__label .fa-square-full {
  color: var(--stroke_dark);
  margin-right: 27px;
  font-size: 9px;
}
.contact__maps {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

/* Gallery page */
.container_gallery #content{
  margin-bottom: 0px;
}
.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
}
.gallery__block .title__image:first-child{
  display: block!important;
}
.gallery__block .title__image{
  display: none;
}
.gallery__block {
  flex-basis: 20%;
  margin-bottom: 15px;
  padding: 0 15px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.gallery__title {
  width: 100%;
  min-height: 62px;
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #323232;
  font-family: var(--mm);
  font-size: 16px;
  /* font-weight: 500; */
  line-height: 19px;
  position: relative;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.gallery__block .title__image {
  overflow: hidden;
}

.gallery__block .title__image img {
  display: block;
  margin: auto;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
height: 228px;
object-fit: contain;
object-position: 50% 50%;
width: auto;
}

.gallery__block:hover .title__image img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.slideshow_home .owl-dots button::after {
  display: none;
}

.gallery__title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--stroke_dark);
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.gallery__title span {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.gallery__block:hover .gallery__title span {
  color: #fff;
  z-index: 5;
}

.gallery__block:hover .gallery__title::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  z-index: 3;
}

.gallery__description-block {
  margin: 20px 0;
}

.gallery__description-block p {
  color: var(--desc);
  font-size: 16px;
  /* font-weight: 400; */
  line-height: 21px;
  margin-bottom: 15px;
}

.gallery__description-block h1 {
  color: var(--text);
  font-family: var(--ms);
  font-size: 24px;
  /* font-weight: 600; */
  line-height: 28px;
  margin-bottom: 20px;
}

#decision {
  padding: 50px 15px 0 15px;
}
/* Informations pages */
.nav-pills .nav-link{
  border-radius: 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  color: #fff;
  background-color: #343a40;
}
.information__custom_title {
  margin-bottom: 30px;
}
.information__title_about{
  background-color: var(--bg1);
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  padding: 0 32px;
}
.information__title_about h1{
  font-family: var(--ms);
  font-size: 24px;
  /* font-weight: 600; */
  line-height: 28px;
}
.information__title_about.active h1{
  color: var(--gr);
}
.information__title_about h1{
  color: var(--text);
}
.information__title {
  background-color: var(--bg1);
  min-height: 82px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  padding: 0 32px;
  margin: 0 0 30px 0;
}

.information__title h1 {
  color: var(--text);
  font-family: var(--ms);
  font-size: 24px;
  /* font-weight: 600; */
  line-height: 28px;
}

.info__page {
  margin-bottom: 50px;
}

.info__page p {
  color: var(--info_page);
  font-size: 16px;
  /* font-weight: 400; */
  line-height: 23px;
}

.bottom__image-slide {
  position: relative;
}
.bg__grey {
    background-color: var(--bg1);
}
.category__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  border-left: 4px solid var(--stroke_dark);
  padding: 0 0 0 29px;
  margin: 25px 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.category__title:first-child{
  margin: 0;
}
.category__margin{
  margin-bottom: 20px !important;
}
.category__title-text h1 {
    font-family: var(--ms);
    font-style: normal;
    /* font-weight: 600; */
    font-size: 20px;
    line-height: normal;
    color: var(--text);

}
.btn, .card{
  border-radius: 0!important;
}
 .card{
  border: inherit!important;
 }
 .accordion>.card .card-header{
  margin-bottom: 25px;
 }
 .accordion{
  margin-top: -5px;
 }

.category__title button {
  height: 100%;
  text-align: left;
  color: var(--text);
  font-family: var(--mm);
  font-size: 24px;
  /* font-weight: 600; */
  padding: 0 40px 0 29px;
  margin-right: 20px;
  cursor: pointer;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}
.category__title button.collapsed:after, .category__title button:hover:after{
    content: '\f04b';
    font-family: FontAwesome;
    font-size: 14px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #6d6d6d;
    margin-left: 10px;
    line-height: 30px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.category__title button.collapsed:hover:after, .category__title button:after {
    content: '\f04b';
    font-family: FontAwesome;
    font-size: 14px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #6d6d6d;
    margin-left: 10px;
    line-height: 30px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.category__title button:hover {
  color: var(--stroke_dark);
}
.category__title h5{
  width: 100%;
  height: 100%;
}
/* .category__wall {
  margin-bottom: 50px;
} */
.bg__white {
    background-color: var(--category);
}
.category__title-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-color: #6d6d6d;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
#button__show0{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#button__show0.move__arrow, #button__show0:hover{
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#button__show0.move__arrow:hover{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.move__arrow, .category__title-button:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition:all .3s ease-in-out;
}

.category__title-button .fa-play {
  font-size: 13px;
  color: var(--bg1);
}
.card-header {
  width: 100%;
  padding: 0px;
    margin-bottom: 0;
    border-bottom: inherit!important;
}
.category__cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.category__cart img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.category__cart:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.category__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.category__body .category__cart {
  flex-basis: calc(20%);
  /* max-width: 259px; */
  margin-bottom: 15px;
  padding: 0 15px;
  min-height: 260px;
}

.category__body .category__linkto {
  text-decoration: none;
  width: 100%;
  min-height: 62px;
  padding: 0 15px;
  background: #F7F7F7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #323232;
  font-family: var(--mm);
  font-size: 16px;
  /* font-weight: 500; */
  line-height: 19px;
  position: relative;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.category__linkto:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--stroke_dark);
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.category__linkto span {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.category__cart:hover .category__linkto span {
  color: #fff;
  z-index: 5;
}

.category__cart:hover .category__linkto:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  z-index: 3;
}

.category__cart a:first-child {
  margin: auto;
    display: flex;
    align-items: center;
    min-height: 230px;
}

.category__cart a:first-child img {
  display: block;
  margin: auto;
}
/* Polycar category */
.polycar__category {
  position: absolute;
  /* background-color: #fff; */
  top: -125px;
  z-index: 20;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1602px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.polycar__category a {
  text-decoration: none;
  flex-basis: calc(20% - 7px);
  background-color: #fff;
}

.button__error-page {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin: 20px auto 0 auto;
width: 301px;
height: 66px;
background-color: var(--bg1);
cursor: pointer;
position: relative;
z-index: 3;
}

.button__error-page:hover {
    text-decoration: none;
}

.button__error-page span:first-child {
color: var(--text);
font-family: var(--ms);
font-size: 19px;
/*font-weight: 600;*/
line-height: 16px;
-webkit-transition: color 0.5s ease-in-out;
-o-transition: color 0.5s ease-in-out;
transition: color 0.5s ease-in-out;
}

.button__error-page span:last-child {
width: 12px;
height: 12px;
background-color: #2b2b2b;
position: absolute;
bottom: 0;
right: 0;
z-index: 4;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.button__error-page:hover span:first-child {
color: var(--stroke_dark);
z-index: 5;
}

.button__error-page:hover span:last-child {
width: 12px;
height: 12px;
background-color: #2b2b2b;
position: absolute;
bottom: 0;
right: 0;
z-index: 4;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.post-type-archive-news .news__img img {
  max-height: 150px;
object-fit: cover;
object-position: 50% 50%;
}


/* .polycar__category a:nth-child(1):after {
  content: '';
  position: absolute;
  right: 10.5%;
  top: 0;
  height: 100%;
  width: 1px;
  opacity: 0.45;
  background-color: var(--full-line);
  z-index: 7;
}

.polycar__category a:nth-child(2):after {
  content: '';
  position: absolute;
  right: 3.5%;
  top: 0;
  height: 100%;
  width: 0.8px;
  opacity: 0.45;
  background-color: var(--full-line);
  z-index: 7;
}

.polycar__category a:nth-child(3):after {
  content: '';
  position: absolute;
  right: -4%;
  top: 0;
  height: 100%;
  width: 1px;
  opacity: 0.45;
  background-color: var(--full-line);
  z-index: 7;
}

.polycar__category a:nth-child(4):after {
  content: '';
  position: absolute;
  right: -11.5%;
  top: 0;
  height: 100%;
  width: 1px;
  opacity: 0.45;
  background-color: var(--full-line);
  z-index: 7;
}

.polycar__category a:nth-child(5):after {
  display: none;
}

.polycar__category a:last-child {
  border-right: none;
} */

.category__block {
  height: 256px;
  border-right: 1px solid var(--full-line);
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding-top: 56px;
  padding-bottom: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  transition: border-right 0.5s ease, border-left 0.5s ease, border-top 0.5s ease, border-bottom 0.5s ease;
  -webkit-transition: border-right 0.5s ease, border-left 0.5s ease, border-top 0.5s ease, border-bottom 0.5s ease;
  -moz-transition: border-right 0.5s ease, border-left 0.5s ease, border-top 0.5s ease, border-bottom 0.5s ease;
  -ms-transition: border-right 0.5s ease, border-left 0.5s ease, border-top 0.5s ease, border-bottom 0.5s ease;
  -o-transition: border-right 0.5s ease, border-left 0.5s ease, border-top 0.5s ease, border-bottom 0.5s ease;
}

.category__block:hover {
  border-right: 1px solid var(--stroke_dark);
  border-top: 1px solid var(--stroke_dark);
  border-left: 1px solid var(--stroke_dark);
  border-bottom: 1px solid var(--stroke_dark);
}

.category__block h3 {
  color: var(--text);
  font-family: var(--ms);
  font-size: 20px;
  /* font-weight: 600; */
  line-height: 23px;
  margin-bottom: 46px;
  position: relative;
}

.category__block h3::after {
  content: '';
  position: absolute;
  bottom: -21px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: var(--stroke_dark);
}

.category__block p {
  color: var(--desc);
  font-size: 15px;
  /* font-weight: 400; */
  line-height: 19px;
}


.category__block .category__info {
  max-width: 233px;
  margin: 0 auto;
  padding: 0 15px;
}


.top__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 37%;
  -webkit-transform: translateX(-39%);
      -ms-transform: translateX(-39%);
          transform: translateX(-39%);
  z-index: 3;
}
/* Articles images */
.blog-article #content {
  margin-top: 50px;
  margin-bottom: 63px;
}

.article__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 129px;
  margin-bottom: 77px;
}

.article__slide-mobile .article__slide-top img {
  margin: 0 auto;
}

.article__title {
  background-color: var(--bg1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 46px;
  -webkit-flex-basis: 78%;
      -ms-flex-preferred-size: 78%;
          flex-basis: 78%;
}

.article__date {
  background-color: var(--bg1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  min-height: 123px;
}

.article__date h4 {
  color: #7a7a7a;
  font-family: var(--mm);
  font-size: 14px;
  /* font-weight: 500; */
  line-height: 16px;
  margin-bottom: 7px;
}

.article__date span {
  color: var(--text);
  font-family: var(--mm);
  font-size: 14px;
  /* font-weight: 500; */
  line-height: 16px;
}

.article__title h1 {
  color: var(--text);
  font-family: var(--mb);
  font-size: 26px;
  /* font-weight: 700; */
  line-height: 37px;
}

.article__bottom {
  max-width: 700px;
  margin-left: 46px;
}
.article__bottom p span, .article__bottom ul li span{
  font-family: var(--mr)!important;
}
.article__bottom p {
  color: var(--ar_desc);
  font-size: 16px;
  /* font-weight: 400; */
  line-height: 23px;
  margin-bottom: 20px;
}

.article__bottom ul li, .product__description ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}

.article__bottom ul li::before, .product__description ul li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: var(--stroke_dark);
}

.article__bottom p:last-child {
  margin-bottom: 0;
}

.article__img a img {
  cursor: pointer;
  margin-bottom: 20px;
  width: 70%;
}
.article__img a {
  display: none;
}
.article__img a:first-child{
  display: block;
}

.article__img a:first-child + a {
  display: block;
}

.article__img a:first-child + a + a {
  display: block;
}

.article__img a:first-child + a + a + a {
  display: block;
}



/* Index product tabs */
.tab__top {
  max-width: 370px;
  margin: 0 auto;
  position: relative;
  z-index: 6;
}
.nav-item{
  padding-right: 1px;
}
.product__page .information__title{
  margin:0;
}
.product__page{
  margin-bottom: 0!important;
}
.product__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  background-color: var(--bg1);
}

.product__title h1 {
  color: var(--text);
  font-family: var(--mb);
  font-size: 20px;
  /* font-weight: 700; */
  line-height: 23px;
}
.product__tabs {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
justify-content: center;
}
.product__tabs li{
  width: 121px;
}
.product__tabs .nav-pills .nav-link{
  height: 44px;
  background-color: #8d8d8d;
  color: #ffffff;
  font-family: var(--ms);
  font-size: 13px;
  /* font-weight: 600; */
  line-height: 15px;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #fff;
  -webkit-flex-basis: 121px;
      -ms-flex-preferred-size: 121px;
          flex-basis: 121px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.product__tabs .nav-pills .nav-link:last-child {
  border-right: none;
}

.product__tabs .nav-pills .nav-link:hover {
  background-color: #d61c25;
  color: #fff;
}

.product__tabs .nav-pills .nav-link.active {
  background-color: #d61c25;
  color: #fff;
}
.tab {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tab .nav{
  width: 100%;
}
.nav-link{
  width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab .nav-item {
  height: 50px;
  background-color: #636363;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}
.tab .nav-item a{
  /* font-weight: 500; */
  line-height: 20px;
  text-decoration: none;
  color: #fff;
  font-family: var(--mm);
  font-size: 1.0625rem;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tab .nav-item a:hover {
  background-color: #e4e4e4;
  color: var(--text);
}

.tab .nav-item a.active {
  background-color: #e4e4e4;
  color: var(--text);
}
.product__content {
  display: block;
  position: relative;
  z-index: 6;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.product__content {
  -webkit-animation: fadeEffect 1s;
          animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

#description h2 {
  color: var(--text);
  font-family: var(--ms);
  font-size: 24px;
  /* font-weight: 600; */
  line-height: 28px;
  margin-bottom: 20px;
}

#description  p {
  color: var(--desc);
  font-size: 16px;
  /* font-weight: 400; */
  line-height: 21px;
  margin-bottom: 15px;
}

#description  p:last-child {
  margin-bottom: 0;
}

.product__description {
  overflow: hidden;
}
.tabcontent a{
  text-decoration: none;
}
.product__more {
  display: block;
  float: left;
  color: var(--stroke_dark)!important;
  font-family: var(--mm);
  font-size: 16px;
  /* font-weight: 500; */
  line-height: 21px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.product__more::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--stroke_dark);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product__description + [data-readmore-toggle], .product__description[data-readmore]{
  width: inherit!important;
}
.product__more:hover::before {
  width:100%;
}
.product__tab {
    margin-top: 34px;
    margin-bottom: 44px;
}
.tabcontent {
  padding: 44px 0 0 0;
  position: relative;
  z-index: 6;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.tabcontent {
  -webkit-animation: fadeEffect 1s;
          animation: fadeEffect 1s;
}
#options h2 {
  color: var(--text);
  font-family: var(--ms);
  font-size: 20px;
  /* font-weight: 600; */
  line-height: 23px;
  margin-bottom: 15px;
}

#options .option__item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 12px 21px;
}

.media__image, .media__video {
  position: relative;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}

.slick-initialized .slick-slide {
  outline: none;
}

.tabcontent  table tbody tr {
  width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 12px 21px;
}

.tabcontent  table:first-child {
border-collapse: collapse;

width: 48% !important;

float: left;

margin: 0 10px 0 0;
}

.tabcontent  table:last-child {
border-collapse: collapse;

width: 48% !important;

float: right;

margin: 0 0 0 10px;
}

.tabcontent  table tbody tr:nth-child(2n+1) {
  background-color: var(--bg1);
}

.media__image img, .media__video img {
  -webkit-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  height: 265px;
object-fit: cover;
object-position: 50% 50%;
width: 100%;
}

.media__image:hover img {
  -webkit-transform: scale(1.05) rotate(5deg);
  -ms-transform: scale(1.05) rotate(5deg);
  transform: scale(1.05) rotate(5deg);
}

.media__video:hover img {
  -webkit-transform: scale(1.05) rotate(-5deg);
  -ms-transform: scale(1.05) rotate(-5deg);
  transform: scale(1.05) rotate(-5deg);
}

.media___background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.media___background span .fa-camera, .media___background span .fa-play-circle{
  font-size: 40px;
}

.media___background p {
  color: #fff;
  font-family: var(--ms);
  font-size: 20px;
  /* font-weight: 600; */
  line-height: 23px;
  margin-top: 12px;
}

.thumb__description {
  width: 100%;
  height: 130px;
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 25px;
  margin-bottom: 37px;
  position: relative;
}

.thumb__description p {
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.thumb__description-left {
  border-right: 5px solid var(--stroke_dark);
  text-align: right;
  margin-bottom: 37px;
}

.thumb__description-left:first-child img {
  position: absolute;
  top: 50%;
  right: -170px;
  z-index: 15;
}

.thumb__description-left:last-child img {
  position: absolute;
  bottom: 50%;
  right: -170px;
  z-index: 15;
}

.thumb__description-left:last-child {
  margin-bottom: 0;
}

.thumb__description-right {
  border-left: 5px solid var(--stroke_dark);
  text-align: left;
}

.thumb__description-right:last-child {
  margin-bottom: 0;
}

.thumb__description-right:first-child img {
  position: absolute;
  top: 50%;
  left: -170px;
  z-index: 15;
}

.thumb__description-right:last-child img {
  position: absolute;
  bottom: 50%;
  left: -170px;
  z-index: 15;
}
.category__height .slick-initialized .slick-slide, .carusel_singl .slick-initialized .slick-slide{
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
}

.category__height .slick-slide img, .carusel_singl .slick-slide img{
    margin: 0!important;
}
.category__height .slick-track, .carusel_singl .slick-track{
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
}
#content.category__height{
  margin-bottom: 0!important;
}
.category__height .carusel, .carusel_singl {
    border-top: 2px solid var(--line);
    position: relative;
    z-index: 6;
}
.slick-slide img {
    margin-left: 100px;
}
.slider-nav .carousel-item img{
    width: 148px;
    /*height: 70px;*/
}
.slick-prev:before, .slick-next:before{
  content: '\f0d8'!important;
    font-family: FontAwesome!important;
    font-size: 23px!important;
    display: inline-block!important;
    width: 30px!important;
    height: 30px!important;
    text-align: center!important;
    color: #fff!important;
    border-radius: 50%!important;
    background: #6d6d6d!important;
}
.slick-prev, .slick-next{
  width: 30px!important;
    height: 30px!important;
    z-index: 9999!important;
}
.slick-prev:before{
  transform: rotate(-90deg);
}
.slick-next:before{
  transform: rotate(90deg);
}
.slick-prev {
    left: -50px!important;
}
.slick-next {
    right: -50px!important;
}

.container {
  max-width: 1591px;
  margin: 0 auto;
}
#content h1 {
  position: relative;
  z-index: 6;
  text-align: center;
}
p,h1,h2,h3,h4,h5 {margin-bottom: 0;}
.bg__grey {background-color: var(--bg1);}
.bg__white {background-color: var(--category);}
.bg__trans  { background-color: transparent;}
.show__m {display: none;}
.polycar__text-block + [data-readmore-toggle]{
  display: flex!important;
}

/* HAMBURGER 1 */
.hamburger {
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
    z-index: 6;
}
.hamburger .bar {
    padding: 0;
    width: 24px;
    height: 4px;
    background-color: #434343;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
}
.visuallyHidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.bar1 {
    top: 0;
}
.bar2, .bar3 {
    top: 7.5px;
}
.bar4 {
    bottom: 5px;
}
 .checkbox1:checked + label > .hamburger1 > .bar1{
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 5%;
      -ms-transform-origin: 5%;
          transform-origin: 5%;
  width: 25px
}

.checkbox1:checked + label > .hamburger1 > .bar2 {
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
  background-color: transparent;
}

.checkbox1:checked + label > .hamburger1 > .bar3 {
  -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
  background-color: transparent;
}

.checkbox1:checked + label > .hamburger1 > .bar4 {
  -webkit-transform-origin: 5%;
      -ms-transform-origin: 5%;
          transform-origin: 5%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 25px;
}







.mobile__menu {
  display: none;
}
.mobile__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile__block-menu label {
  margin-bottom: 0;
}

.mobile__block-call .fa-phone {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-bottom: 6px;
  margin-right: 19px;
  font-size: 21px;
  cursor: pointer;
  color: #434343;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.mobile__block-call .fa-phone:hover {
  color: var(--stroke_dark)
}

.mobile__menu {
 position: absolute;
  top: 90px;
  left: 0;
  z-index: 99999999;
  background: #fff;
  width: 100%;
}

.block__mobile-menu li.dropdown {
  height: 49px;
  background: #D61C25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
  cursor: pointer;
}

.mobile__catalog span .fa-play-circle {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #fff;
  font-size: 23px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.rotate__play{
  -webkit-transform: rotate(-90deg) !important;
      -ms-transform: rotate(-90deg) !important;
          transform: rotate(-90deg) !important;
}

.block__mobile-menu li.dropdown  a {
  font-family: var(--ms);
  font-style: normal;
  /* font-weight: 600; */
  font-size: 16px;
  line-height: normal;
  color: #fff;
}

.drop__mobile-menu > .dropdown-menu{
  border: inherit;
  display: block;
  padding: 15px 0;
}
.drob_plus > .fa-play-circle{
    color: #fff;
    font-size: 24px;
    transform: rotate(-90deg);
}
.drob_plus.active > .fa-play-circle{
    transform: rotate(90deg);
}
.drop__mobile-menu ul{
  width: 80%;
  margin: 0 auto;
}

.drop__mobile-menu ul li {
  margin-bottom: 8px;
}

.drop__mobile-menu ul li:last-child {
  margin-bottom: 0;
}

.drop__mobile-menu ul li a {
  font-family: var(--mm);
  font-style: normal;
  /* font-weight: 500; */
  font-size: 13px;
  line-height: normal;
  color: #5B5B5B;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.dropdown-menu  li a:hover {
  color: var(--stroke_dark);
}
.drop__mobile-menu {
    display: none;
}
.block__mobile-menu > li {
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  background-color: transparent;
  -webkit-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.block__mobile-menu > li:hover {
  background-color: var(--stroke_dark);
}

.block__mobile-menu > li > a {
  text-decoration: none;
  font-family: var(--ms);
  font-style: normal;
  /* font-weight: 600; */
  font-size: 16px;
  line-height: normal;
  color: #2B2B2B;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.block__mobile-menu > li:hover > a:hover {
  color: #fff;
}

.block__mobile-menu {
  margin-bottom: 28px;
}

.mobile__lang  {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 22px;
  padding-bottom: 20px;
}

.close__mobile {
  position: absolute;
  top: -2px;
  right: -100%;
  background: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: right 0.5s ease-in-out;
  -o-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
}
/* Languages block */


.languages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
    justify-content: start;
}
.languages li.lang-item{
  list-style: none;
}
.languages .lang-item a {
  color: var(--accent);
  font-family: var(--mm);
  font-size: 17px;
  /* font-weight: 500; */
  line-height: 20px;
  border: none;
  background: transparent;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.languages .lang-item a:hover {
  color: var(--stroke_dark);
}

.languages .lang-item.current-lang a{
  color: #adadad;
}
.show__close {
  right: 52px;
}

.footer__mobile-body ul {
  flex-direction: column;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.pum-container{
  border-radius: .3rem!important;
  padding:0!important;
}
.pum-title{
  border-bottom: 1px solid #dee2e6!important;
  padding: 1rem!important;
}
.pum-close{
      padding: 1rem!important;
    float: right!important;
    font-size: 1.5rem!important;
    font-weight: 700!important;
    line-height: 1!important;
    color: #000!important;
    text-shadow: 0 1px 0 #fff!important;
    opacity: .5!important;
  border-radius: .3rem!important;
}
.pum-title, .pum-theme-tema-po-umolchaniyu .pum-title{
      color: var(--text)!important;
    font-family: var(--ms)!important;
    font-size: 18px!important;
    /* font-weight: 600; */
    line-height: 30px!important;
}
.pum-content{
  color:inherit!important;
  padding: 1rem!important;
}
.pum-content label{
  width: 100%!important;
}
.pum-content + .pum-close, .pum-theme-tema-po-umolchaniyu .pum-content + .pum-clos{
    left: auto!important;
    right: 0!important;
    bottom: auto!important;
    top: 0!important;
    color: #000000!important;
    background-color: inherit!important;
}
.pum-theme-tema-po-umolchaniyu {
    background-color: rgba(0, 0, 0, 0.6)!important;
}
.wpcf7-form textarea{
  height: 50px!important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden]{
  padding-right: 0px!important;
}
.wpcf7-form-control-wrap {
    margin-top: 10px!important;
}
.button_submit{
    display: flex;
    align-items: center;
    justify-content: center;
}
.button_submit input{
  color: var(--text);
    font-family: var(--ms);
    font-size: 19px;
    /* font-weight: 600; */
    line-height: 16px;
    -webkit-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
      display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    border: none;
    width: 150px;
    height: 55px;
    background-color: #f1f1f1;
    cursor: pointer;
    position: relative;
    z-index: 3;
}
.button_submit input:hover{
    color: var(--stroke_dark);
}
.banner__block-img.index a {
    display: -webkit-inline-box;
    position: relative;
    z-index: 99999;
}
.submit_span{
  position: relative;
}
.submit_span span:last-child{
    width: 12px;
    height: 12px;
    background-color: #2b2b2b;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 4;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/* Ocfilter */
.ocfilter-option .ocf-option-values {
  position: relative;
  z-index: 3;
}

.ocf-option-values .dropdown .dropdown-toggle:after {
  display: none;
}

.filter {
  background-color: var(--bg1);
  padding: 27px 0;
  position: relative;
  z-index: 7;
}

.filter__button {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.filter__button h2 {
  color: #000000;
  font-family: var(--ms);
  font-size: 18px;
  /* font-weight: 600; */
  line-height: 19px;
  margin-bottom: 15px;
}

.filter__button input {
  border: none;
  display: block;
  padding: 9px 32px;
  color: #fff;
  background-color: var(--stroke_dark);
  font-family: var(--mm);
  font-style: normal;
  /* font-weight: 500; */
  font-size: 16px;
  line-height: normal;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.filter__button input:hover {
  border: none;
  background-color: var(--stroke_dark);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.filter__button input:active:focus{
     color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
  background-color: var(--stroke_dark);
  border-color:inherit;
}
.wpcf7-form-control:not(.wpcf7-submit):focus, .form-control:focus {
       color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.filter__block {
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
  margin: 0 auto 0 0;
  position: relative;
  z-index: 6;
}

.filter__block .list-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.filter__block .list-group .ocfilter-option {
  flex-basis: calc(25% - 30px);
  margin: 0 17px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter__block .list-group .ocfilter-option .ocf-option-values {
  width: 100%;
}

.filter__block .dropdown-menu {
  -webkit-border-radius: 0;
  border-radius: 0;
}

select.form-control.rounded-0.focus, select.form-control.rounded-0:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 28, 37, .50);;
  box-shadow: 0 0 0 0.2rem rgba(214, 28, 37, .50);;
}

select.form-control.rounded-0 {
  -webkit-border-radius: 0;
  border-radius: 0;
}

select.form-control.rounded-0 option {
  font-family: var(--mm);
  font-style: normal;
  /* font-weight: 500; */
  font-size: 16px;
  line-height: normal;
  color: var(--text);
}

.filter__block .dropdown-menu label {
  font-family: var(--mm);
  font-style: normal;
  /* font-weight: 500; */
  font-size: 16px;
  line-height: normal;
  color: var(--text);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.filter__block .dropdown-menu label:hover {
  color: var(--stroke_dark)
}


.media__image a, .media__video a{
  text-decoration: none;
}
.media__image a span, .media__video a span{
  color: #fff;
}
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{
  overflow-y: hidden!important;
}
.carousel__block{
  display: flex;
}
.img_prozv{
  width: 313px;
  text-align: center;
}
.img_prozv img {
    padding: 40px;
}
.about .container{
      position: relative!important;
      z-index: 999!important;
    }
.description {
  padding: 60px 0 86px 0;
  position: relative;
  z-index: 6;
}
    .category__bottom-description p {
  color: var(--desc);
  font-size: 16px;
  /* font-weight: 400; */
  line-height: 21px;
  margin-bottom: 10px;
}

.category__bottom-description p:last-child {
  margin-bottom: 0;
}

.selectBox {
  position: relative;
}

.selectBox select {
    padding: 0.219rem .75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    border: 1px solid #e5e5e5;
    width: 100%;
    outline: none;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.filtr_checks {
  display: none;
  border: 1px #dadada solid;
  font-family: var(--mm);
  font-style: normal;
  /* font-weight: 500; */
  font-size: 16px;
  line-height: normal;
  color: var(--text);
  background: #fff;
  padding: 10px;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.filtr_checks label input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--line);
  width: 7px;
  height: 7px;
  width: 15px;
  height: 15px;
  margin-right: 7px;
  position: relative;
  -webkit-transition: border 0.5s ease-in-out;
  -o-transition: border 0.5s ease-in-out;
  transition: border 0.5s ease-in-out;
}
.filtr_checks label {
  display: block;
}
.multiselect{
  position: relative;
}
.filtr_checks label:hover  {
  color: var(--stroke_dark);
}
.filtr_checks label:hover input{
  border: 1px solid var(--stroke_dark);
}
select.form-control.rounded-0.focus, select.form-control.rounded-0:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 28, 37, .50);;
  box-shadow: 0 0 0 0.2rem rgba(214, 28, 37, .50);;
}
select.form-control.rounded-0 {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.filtr_checks label input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--line);
  width: 7px;
  height: 7px;
  width: 15px;
  height: 15px;
  margin-right: 7px;
  position: relative;
  -webkit-transition: border 0.5s ease-in-out;
  -o-transition: border 0.5s ease-in-out;
  transition: border 0.5s ease-in-out;
}

.filtr_checks label input[type="checkbox"]:checked::before {
  content: '\f00c';
  font-family: 'FontAwesome';
  position: absolute;
  top: -0.68px;
  left: 0px;
  color: var(--stroke_dark);
  font-size: 13px;
}

.filtr_checks label:hover input[type="checkbox"]{
  border: 1px solid var(--stroke_dark);
}
.multiselect .selectBox {
  position: relative;
  display: inline-block;
  width: 100%;
}
.multiselect .selectBox:after {
  content: '\f107';
  font-family: FontAwesome;
  padding: 0 8px;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  right: 8px;
  top: 5px;
  z-index: 1;
  text-align: center;
  /* width: 10%; */
  /* height: 100%; */
  pointer-events: none;
  box-sizing: border-box;
}
.multiselect select {
  padding-right: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*............................................Media_Style...................................................*/

@media (min-width: 1470px) {
    .container {
        max-width: 1591px;
        margin: 0 auto;
    }
}

/*....FullHD....*/
@media (max-width: 1600px) {
  .slider_title, .slider_text{
    margin-left: 0;
  }
  .slider_title{
    left: 21%;
    width: 56%;
    top: 16%;
  }
  .slider_text{
    left: 21%;
    top: 31%;

  }
  .slider_text_links{
    left: 20%;
  }
  .section_slider .owl-nav button.owl-prev,
  .section_slider .owl-nav button.owl-next{
    right: 26%;
  }

}
@media (max-width: 1536px) {
  .slider_title, .slider_text{
    margin-left: 0;
  }
  .slider_title{
    font-size: 46px;
    left: 21%;
    width: 60%;
  }
  .slider_text{
    left: 21%;
    top: 31%;

  }
  .slider_text_links{
    left: 20%;
  }
  .section_slider .owl-nav button.owl-prev,
  .section_slider .owl-nav button.owl-next{
    right: 15%;
  }
  .slideshow_home .owl-dots{
    right: 15%;
  }
}
.none-filter:nth-child(5) {
    display: none;
}
.none-filter:nth-child(7) {
    display: none;
}
@media (max-width: 1469px) {
    .slider_title{
    width: 65%;
    line-height: 45px;
    font-size: 36px;
    left: 20%;
    top: 17%;
    }
    .slider_text{
      left: 20%;
    top: 33%;
    }
    .slider_text_links{
      left: 20%;
      top: 57%;
    }
    .rev_slider_wrapper {
      height: 613px!important;
    }
    .slideshow_home .owl-dots{
    top: 33%;
    right: 14%;
    }
    .information__title_about{
      margin:0px;
      min-height: 40px;
    }

    .information__custom_title{
      margin-bottom: 20px;
    }
    .slick-slide img {
      margin-left: 0px;
  }
  .category .owl-carousel .item img{
    width: 200px!important;
    height: 200px!important;
  }
  .multiselect .selectBox:after{
        padding: 0 0px;
  }
}
@media (max-width: 1366px) {
.section_slider .owl-nav button.owl-prev, .section_slider .owl-nav button.owl-next {
    right: calc(10% - 35px);
    top: 4%;
  }
  .slider__button::after{
      height: 0;
  }
}
/*....Netbooks....*/
@media (max-width: 1199px) {
  .slider_title {
      width: 55%;
      line-height: 35px;
      font-size: 30px;
    }
  /*.slider-nav .carousel-item img {
    width: 98px;
    height: 70px;
  }*/
  .information__title_about h1 {
    font-family: var(--ms);
    font-size: 20px;
  }
  .information__title_about {
    margin: 0px;
     min-height: 35px;
  }
  .filter__button input{
    padding: 9px 13px;
  }
  .selectBox select {
    padding: 0.375rem .75rem;
  }
}
@media (max-width: 600px) {
.section_slider{
    /*display: none;*/
  }
}

/*....Tablets....*/
@media (max-width: 991px) {
.slideshow_home .owl-dots{
  display: none;
}
.slider_title {
    width: 60%;
    line-height: 30px;
    font-size: 23px;
}
.multiselect .selectBox{
  margin-top: 29px;

}
.selectBox select {
    padding: 0.66rem .75rem;
}
.filter__button input{
      padding: 9px 32px;
}
}


/*....Smartphones_Landscape_orientation....*/
@media (max-width: 767px) {
    .preloader img {
        width: 50px;
    }
    .skroll_top {
        left: 15px;
    }
    .skroll_top.fix {
        bottom: 15px;
    }
    .skroll_top a {
        font-size: 25px;
        width: 30px;
        height: 30px;
    }
    .information__title_about h1 {
    font-size: 16px;
    }
    .tab .nav-item{
      flex-basis: 50%;
    }
    .slick-prev, .slick-next{
      display: none!important;
    }
    #content{
      margin-bottom: 0px;
    }
    .multiselect .selectBox:after {
    top: 8px;
}
}
/*....All_the_more_smartphones....*/
@media (min-width: 980px) {
  .poloska {
      width: 100%;
      height: 3px;
      background: #d2262b;
      position: absolute;
          left: 0;
      margin-top: -29px;
  }
  .logo {
      background: white;
      position: relative;
      z-index: 9;
  }
  header#top .callback__call {
      background: white;
      z-index: 9;
      position: relative;
      max-width: 230px;
      margin: auto;
  }
  header#top .col-6.col-sm-6.col-md-3.col-lg-2.col-xl-2 {
      margin: 0;
      padding: 0;
  }

  .logo img {
      padding-bottom: 17px;
      top: 12px;
      height: 55px;
      position: relative;
  }
}


@media (max-width: 768px) {
.first {
  -ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

.first img {
max-height: 350px;
object-fit: cover;
object-position: 50% 50%;
}

.two {
  -ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

.two img {
max-height: 350px;
object-fit: cover;
object-position: 50% 50%;
}

.three {
  -ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

.three img {
max-height: 350px;
object-fit: cover;
object-position: 50% 50%;
}
.three .news__body p, .two .news__body p {
display: none;
}
  .section_slider .owl-nav button.owl-prev, .section_slider .owl-nav button.owl-next{
    display: none;
  }
}
/*....Smartphones_Portrait_orientation....*/
@media (max-width: 767px) {
  .slider-nav .carousel-item img {
    width: 210px;
  }
}
@media (max-width: 575px) {
  .slick-slide img{
    width: 100%;
  }
  .slider-nav .carousel-item img {
    width: 140px;
  }
  .slick-prev, .slick-next{
    display: none!important;
  }
  .tab .nav-item{
    flex: 1 1 100%;
    flex-basis: 100%;
  }
  .nav-item{
    display: inline-block;
  }
    .product__tabs li {
        width: 33.33%;
    }
  .information__title_about{
    padding: 0px;
  }
  .information__custom_title .nav-item {
        display: block!important;
        flex: 0 0 100%;
		max-width: 100%;
		border-bottom: 1px solid #ccc;
  }
  .product__tabs .nav-pills .nav-link{
      flex-basis: 90px;
      padding: 10px;
  }
    .product__page .tab__top {
        max-width: initial;
    }
    .product__page .nav-pills {
        width: 100%;
    }
  .filter__button input{
    padding: 9px 20px;
  }
  .filtr_checks{
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  .slick-slide img{
    width: 100%;
  }
  .slider-nav .carousel-item img {
    width: 105px;
  }
}

@media (max-width: 374px) {
    .slider-nav .carousel-item img{
        width: 95px;
    }
}
@media(min-width: 1295px) {
  .col-lr-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

}
@media screen and (min-width: 770px) and (max-width: 991px) {
  .menu ul li a, .language-menu ul .lang-item a {font-size: 12px;}
  .callback .callback__phone a {font-size: 18px;}
  .callback .callback__call a {font-size: 12px;}
  .menu ul li {margin-right: 14px;}
}
@media(max-width: 1775px) {
  .btn__prev {left: 0;}
  .btn__next {right: 0;}
}

@media(max-width: 1588px) {
  /* .site__line {left: 321px; transform: none;} */
}

@media(max-width: 1566px) {
  .polycar__category {width: 100%;}
  .polycar__category a {flex: 20%;}
  .logo p {font-size: 12px;}
  .carusel__item img {max-width: 45%;}
  .tp-leftarrow.default, .tp-rightarrow.default {
    right: 15.5% !important;
  }
  .slider__numeric {right: 14%;}
}

@media(max-width: 1468px) {
/*  .block__news-body:nth-child(1) {-webkit-flex-basis: 500px;-ms-flex-preferred-size: 500px;flex-basis: 500px;max-width: 500px;}
  .block__news-body:nth-child(2) {-webkit-flex-basis: 380px;-ms-flex-preferred-size: 380px;flex-basis: 380px;max-width: 380px;}
  .block__news-body:nth-child(3) {-webkit-flex-basis: 380px;-ms-flex-preferred-size: 380px;flex-basis: 380px;max-width: 380px;}*/
}

@media(max-width: 1330px) {
  .category__block .category__info {
    padding: 0 32px;
  }
  .category__block p {font-size: 13px;}
}

@media(max-width: 1295px) {
  .multiselect select{
    font-size: 13px;
  }
/*  .block__news-body:nth-child(1) {-webkit-flex-basis: 400px;-ms-flex-preferred-size: 400px;flex-basis: 400px;max-width: 400px;}
  .block__news-body:nth-child(2) {-webkit-flex-basis: 300px;-ms-flex-preferred-size: 300px;flex-basis: 300px;max-width: 300px;}
  .block__news-body:nth-child(3) {-webkit-flex-basis: 300px;-ms-flex-preferred-size: 300px;flex-basis: 300px;max-width: 300px;}*/
  .category__block h3 {font-size: 15px;}
  .d-footer__mobile {display: block;}
  .d-footer__desctop {display: none;}
  .filter__block .ocf-option-values span {font-size: 13px;}
  .logo p {font-size: 10px;}
  .article__top {margin-bottom: 30px;}
  .callback .callback__phone a {font-size: 20px;}
  .callback .callback__call a {font-size: 11px;}
  .menu ul li a {font-size: 14px;}
  .callback{margin-bottom: 4px;}
  .callback .callback__phone a{font-size: 20px;   line-height: 1.9;}
  .callback .callback__call a{margin-top: 0px;}
  .category__body .category__linkto {font-size: 14px;}
  .category__body .category__linkto {font-size: 14px;}
  .button__slider {width: 29px;height: 29px;}
  .button__slider .fa-play {font-size: 11px;}
  .product__thumb-link {font-size: 14px;}
  .news__title, .information__title {justify-content: center;}
  .header {min-height: inherit;transform-style: preserve-3d;}
  .slider__numeric {top: 33%;}
}

@media(max-width: 1280px) {
 .single-post .carusel {display: none;}
    .site__line {display: none;}
}

@media(max-width: 1199px) {
    .post-type-archive-news .news__img img {
    max-height: 120px;
    object-fit: cover;
  }
.news__data {
  top: 30px;
}
}

@media(max-width: 1114px) {
  .logo p {font-size: 9px;}
  .menu ul.dropdown-menu li{
    max-width: 160px;
    margin-right: 10px;
  }
}

@media(max-width: 1024px) {
  .post-type-archive-news .news__img img {
    max-height: 80px;
    object-fit: cover;
    object-position: 50% 50%;
}
.news__data {
  top: 15px;
  right: 15px;
}
  .multiselect .selectBox:after{padding: 0 5px;top: 4px;right: 2px;font-size: 15px;}
  .site__line, .slide__block .slotholder::before, .slide__block .slotholder::after {display: none;}
  .category__block {border-right: none;}
  .menu ul li a {font-size: 12px;}
  .language-menu ul .lang-item a{font-size: 12px;}
  .category__body .category__cart, .gallery__block {flex-basis: calc(28% - 30px);}
  /* .polycar__category a:nth-child(1):after,.polycar__category a:nth-child(2):after,.polycar__category a:nth-child(3):after,.polycar__category a:nth-child(4):after {display: none;} */
  .category__title-button {display: none;}
  /* .category__body .category__cart {flex-basis: 20%;max-width: 20%;} */
  .product__block .product-thumb {flex-basis: calc(27% - 30px);}
  .selectBox select {font-size: 11px;}
  .product__thumb-link {font-size: 13px;}
  .footer__menu ul li a {font-size: 13px;}

  .logo p {font-size: 10px;}
  .menu ul.dropdown-menu li{
    max-width: 150px;
    margin-right: 10px;
  }
  .footer__menu-social a {margin-right: 8px;}
  .footer__top h5, .footer__top h4 {
    font-size: 16px;
  }
  .menu ul.dropdown-menu li a {font-size: 12px;}
  .category__block p, .category__block a span:last-child {display: none;}

  .category__block {
    height: 159px;
    -webkit-flex-basis: 200px;
        -ms-flex-preferred-size: 200px;
            flex-basis: 200px;
    max-width: 200px;
  }

  .polycar__category a {
    -webkit-flex-basis: 200px;
        -ms-flex-preferred-size: 200px;
            flex-basis: 200px;
    max-width: 200px;
  }

  .polycar__category {top: -84px;}


  .thumb__description-left img, .thumb__description-right img  {display: none;}

 /* .block__news-body:nth-child(1) {
    -webkit-flex-basis: 300px;
        -ms-flex-preferred-size: 300px;
            flex-basis: 300px;
    max-width: 300px;
  }
  .block__news-body:nth-child(2) {
    -webkit-flex-basis: 250px;
        -ms-flex-preferred-size: 250px;
            flex-basis: 250px;
    max-width: 250px;
  }
  .block__news-body:nth-child(3) {
    -webkit-flex-basis: 250px;
        -ms-flex-preferred-size: 250px;
            flex-basis: 250px;
    max-width: 250px;
  }*/

  .article__lg {width: 88%;margin-left: auto;}
  .article__top {margin-bottom: 25px;}
  .article__title h1 {font-size: 20px;line-height: 29px;}
  .article__title {padding: 18px 30px;}
  .article__date {min-height: 96px;}
  .blog-article #content {margin-top: 0;}
  .article__bottom {margin-top: -19px;}
  .category__body .category__linkto {font-size: 13px;}
  .slider__bottom {display: none;}

}

@media(max-width: 992px) {

    .product__cart .info-left {
        order: 1;
    }

    .thumb__description-left {
    	text-align:left;
    }

    .product__cart .info-middle .carousel-item {
        max-width: 100%;
    }

	.product__cart .info-middle .carousel-item img {
		margin: 0 auto;
	}

	.product__cart .info-right {
		order: 1;
	}

	.news__block .news__data {
		width: 160px;
		height: 20px;
		top: 10px;
		right: 10px;
	}

	.order-mr {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 20px;
	}

	.pr-0 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}


	.multiselect .selectBox:after {
		padding: 0 5px;
		top: 5px;
		right: 5px;
		font-size: 15px;
	}
  .product__block .product-thumb {flex-basis: calc(27% - 30px);}
    .product__cart .pl-0 {padding-right: 0!important;}

  .product__cart .pr-0 {padding-left: 0!important;}
    .thumb__description-left {
    border-right: none;
    border-left: 5px solid var(--stroke_dark);
  }


  .thumb__description {margin-bottom: 15px;}


}

@media(max-width: 991px)  {
    .thumb__description-right:first-child {margin-top: 15px;}

  .thumb__description-right:last-child {margin-bottom: 15px;}
}

@media(max-width: 880px) {
  .tparrows, .slider__numeric {display: none!important;}
  .polycar__category {display: none;}

  .for__peeople {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .product__cart .pl-0 {padding-right: 0!important;}

  .product__cart .pr-0 {padding-left: 0!important;}

  .thumb__description-left {
    border-right: none;
    border-left: 5px solid var(--stroke_dark);
  }


  .thumb__description {margin-bottom: 15px;}

  .thumb__description-right:first-child {margin-top: 15px;}

  .thumb__description-right:last-child {margin-bottom: 15px;}

  /*.block__news-body:nth-child(1) {
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
    max-width: 49%;
  }
  .block__news-body:nth-child(2) {
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
    max-width: 49%;
  }
  .block__news-body:nth-child(3) {
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
    max-width: 49%;
  }*/

  .filter__block .list-group .ocfilter-option {
    flex-basis: 25%;
    margin: 0 2px;
  }

}

@media(max-width: 830px) {
  .category__body .category__cart {
    flex-basis: calc(37% - 30px);
  }
}

@media(max-width: 770px) {
  /* .category__body .category__cart {flex-basis: 44%;max-width: 44%;} */
  .product__block .product-thumb, .gallery__block {flex-basis: calc(37% - 30px);}
  /* .category__body .category__cart {min-height: 160px;} */
  .order-news {
    order: 2;
  }
  .article__slide-mobile .article__slide-top img {width: 100%;}
  .product__thumb-link {font-size: 12px;}
  .article__top {margin-bottom: 0;}
  .filter__button {
    flex-basis: 100%;
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 26px;
    border-bottom: 1px solid #E8E8E8;
    padding-left: 15px;
    padding-right: 15px;
  }
  .filter__block {
    flex-basis: 100%;
    position: relative;
  }
  .filter__block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 1px;
    height: 120%;
    background-color: #E8E8E8;
}

.filter__block::after {
  content: '';
  position: absolute;
  top: 60%;
  left: 0%;
  transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  width: 99.9%;
  height: 1px;
  background-color: #E8E8E8;
}


  .filter__block .list-group {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .filter__block .list-group .ocfilter-option {flex-basis: 45%;margin-top: 29px;margin-right: 0; height: 39px;}
  .order-ml {
    -webkit-order: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .hide__m {display: none !important;}
  .show__m {display: block !important;}
  .logo p {font-size: 12px;}

/*  .block__news-body:nth-child(1) {
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
    max-width: 45%;
  }
  .block__news-body:nth-child(2) {
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
    max-width: 45%;
  }
  .block__news-body:nth-child(3) {
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
    max-width: 45%;
  }*/

  .big__logo img {max-width: 100%;}

  .clients_manufacture {width: auto;}

  .clients {padding: 10px 0;}

  .footer {border-top: 1px solid #ededed;}

  .big__logo {margin: 10px 0;}

  .contact__maps {height: 271px;}

  .contact__title h2 {font-size: 18px;}

  .contact__body .contact__label {font-size: 14px;}

  .contact__body .contact__name {font-size: 13px;}

  .information__title h1, .news__title h1 {font-size: 16px;}

  .article__title h1 {font-size: 18px;}

  .article__title {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 15px 16px;
  }

  .article__date {display: none;}

  .article__bottom {
    max-width: 100%;
    margin-left: 0;
  }

  .article__top {margin-bottom: 21px;}

  .article__slide-mobile {margin: 15px auto;}

  .article__slide-bottom img {
    width: 50px;
    height: 31px;
  }

  .blog-article #content {margin-top: 0;}

  .product__title h1 {font-size: 16px;}

  .product__tabs button {
    -webkit-flex-basis: 33.3%;
        -ms-flex-preferred-size: 33.3%;
            flex-basis: 33.3%;
  }

  .product__slider {display: none!important;}

  .product__description h2 {font-size: 16px;}

  .media__image {margin-bottom: 15px;}
  .slider__button  {font-size: 15px!important;left: 50%;}
}
@media(max-width: 770px) {
  .navbar-expand-md .navbar-collapse{
    display: none!important
  }
  .category__title button {
    font-size: 16px;
}
  .button__error-page {
    margin: 19px auto 19px auto;
    width: 290px;
  }
}
@media(max-width: 625px) {


.category__cart:hover .category__linkto:before {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transform-origin: inherit;
      -ms-transform-origin: inherit;
          transform-origin: inherit;
  z-index: 3;
}

.category__linkto::before {
  background-color: transparent;
}

.category__cart:hover .category__linkto span {
  color: #000 !important;
}

  .slider_text_links {left: 48%;}
  .slider_title {line-height: 20px;font-size: 18px;}
  .slider_text {font-size: 12px;}
  .tp-caption.Monte-v2 {font-size: 12px!important;left: 48% !important;transform: translateX(-48%) !important;}
  .tp-caption.Monte {left: 50% !important;transform: translateX(-50%) !important;}
  .slider__button {position: absolute;width: 125px;bottom: -60px;left: -50% !important;transform: translateX(-50%);font-size: 14px!important;}
  .category__body .category__cart {
    flex-basis: calc(55% - 30px);
  }
}
@media(max-width: 600px) {
  .rev_slider_wrapper {
    display: none;
  }
  .tabcontent table:first-child, .tabcontent table:last-child {
    width: 100% !important;
margin: 0;
float: none;
  }
  .tabcontent table tr td {
    font-size: 14px;
  }
}

@media(max-width: 575px) {
  .multiselect {
  width: 260px;
  margin: auto;
}

}

@media(max-width: 500px) {

    .category__cart a:first-child {
        min-height: 130px;
    }

    .category__body .category__cart {
    	min-height:100px;
    	margin-bottom: 25px;
    }

  .category__title button {
    padding: 0 0px 0 10px;
    width: 100%;
  }
  /* .category__body .category__cart {flex-basis: 40%;max-width: 40%;} */
  .product__block .product-thumb, .gallery__block {flex-basis: calc(55% - 30px);}
  .category__body .category__linkto {font-size: 11px;word-wrap: anywhere;}

	.polycar__more {
		margin-bottom: 15px;
		margin-top: 35px;
	}

  .news__top h2, .clients__info h2 {font-size: 19px;}

  .button__all-white {margin-left: auto;margin-right: auto;}

  .news__all {margin: 10px auto 0 auto;}

  .category__title-text h1 {font-size: 16px;}

  .category__bottom-description h1 {font-size: 20px;}

  #description p {font-size: 14px;}

  .breadcrumb li a, .breadcrumb li.active__bread {font-size: 10px;  }

  .category__title button {font-size: 16px;  }
  .logo p {font-size: 10px;}
}

@media(max-width: 430px) {
    .category__title button {
        font-size: 14px;
    }
}

@media(max-width: 370px) {
  .category__body .category__cart, .gallery__block {
    flex-basis: calc(58% - 30px);
    padding: 0 10px;
  }
  .logo p {font-size: 8px;}
  .product__thumb-link {font-size: 11px;}
  .news__all, .button__all-white {width: 240px;}
  .category__title button {font-size: 10px;}
  .category__title-button {width: 25px;height: 25px;}
  .category__title-button .fa-play {font-size: 9px;}
}

@media(max-width: 1150px) {
	.gallery__block {
		flex-basis: 19.7%;	
	}
}

@media(max-width: 1150px) {
	.gallery__block {
		flex-basis: 25%;	
	}
}

@media(max-width: 900px) {
	.gallery__block {
		flex-basis: 33.3%;	
	}
}

@media(max-width: 700px) {
	.gallery__block {
		flex-basis: 50%;	
	}
}

@media(max-width: 500px) {
	.gallery__block {
		flex-basis: 70%;
		margin: 0 auto 15px;
	}
}

@media(max-width: 450px) {
	.gallery__block {
		flex-basis: 80%;
		margin: 0 auto 15px;
	}
}

@media(max-width: 350px) {
	.gallery__block {
		flex-basis: 100%;
		margin: 0 auto 15px;
	}
}

/* start vsh */
#content .article__img.index .owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 999;
}
#content .article__img.index .owl-nav .owl-prev,
#content .article__img.index .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #f1f1f1;
    font-weight: 700;
    border: 2px solid;
    line-height: 1;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    background: rgba(255,255,255,.25);
}
#content .article__img.index .owl-nav .owl-next{
    left: auto;
    right: 5px;
}
.hidden_not_need.row.d-xl-none{
    display: none !important;
}
#content.product-info .order-news{
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.article__date.height_article{
    text-align: center;
}
@media(max-width: 767px) {
    #content .article__img.index .owl-item img{
        margin-bottom: 0;
    }
    #content.product-info .order-news{
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
/* end vsh */

span.you-file input[type="file"] {
    display: none;
}

span.file-upload {
    display: block;
    padding: 40px;
    border: 1px solid silver;
    width: 100%;
    text-align: center;
}

