@charset "UTF-8";
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}
/*@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open Sans-ExtraBold.ttf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open Sans-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open Sans-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}*/
/*

@font-face{
	font-family: 'Open Sans-ExtraBold';
	src: url('../fonts/Open Sans-ExtraBold.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'Open Sans-Bold';
	src: url('../fonts/Open Sans-Bold.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face{

	font-family: 'Open Sans-Regular';
	src: url('../fonts/Open Sans-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}

*/
/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, td img {
  vertical-align: top;
}

input, select, button, textarea {
  margin: 0;
  font-size: 100%;
  outline: none;
}

input[type=checkbox] {
  vertical-align: bottom;
}

input[type=radio] {
  vertical-align: text-bottom;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ul li {
  list-style: none;
}

.form_control {
  margin: 0;
  width: 100%;
  outline: none;
  height: 44px;
  color: #000;
  background: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  padding: 11px 20px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.form_control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form_control:-ms-input-placeholder {
  color: #000;
}
.form_control::-webkit-input-placeholder {
  color: #000;
}
.form_control::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.form_control:focus, .form_control:active {
  outline: none;
  border-color: #CF142B;
}
.form_control:focus::-moz-placeholder, .form_control:active::-moz-placeholder {
  color: transparent;
  opacity: 1;
}
.form_control:focus:-ms-input-placeholder, .form_control:active:-ms-input-placeholder {
  color: transparent;
}
.form_control:focus::-webkit-input-placeholder, .form_control:active::-webkit-input-placeholder {
  color: transparent;
}

.form_select {
  margin: 0;
  width: 100%;
  outline: none;
  height: 35px;
  color: #000000;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e3e3e3;
  padding: 7px 25px 7px 10px;
  background: #fff url("../img/icon__select_down.png") 100% 50% no-repeat;
  -webkit-appearance: none;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  /* for IE */
  -ms-appearance: none;
  appearance: none !important;
}
.form_select::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form_select:-ms-input-placeholder {
  color: #000;
}
.form_select::-webkit-input-placeholder {
  color: #000;
}
.form_select::-ms-expand {
  display: none;
}
.form_select::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.form_select:focus, .form_select:active {
  outline: none;
}
.form_select:focus::-moz-placeholder, .form_select:active::-moz-placeholder {
  color: transparent;
  opacity: 1;
}
.form_select:focus:-ms-input-placeholder, .form_select:active:-ms-input-placeholder {
  color: transparent;
}
.form_select:focus::-webkit-input-placeholder, .form_select:active::-webkit-input-placeholder {
  color: transparent;
}

textarea.form_control {
  height: auto;
  resize: vertical;
}

.form_label {
  color: #adadad;
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 2px;
}
.form_label sup {
  color: #CF142B;
  vertical-align: middle;
}
.text_alert sup {
  color: #CF142B;
  vertical-align: middle;
}
.form_group {
  margin-bottom: 15px;
}

.file_form {
  font-size: 0;
  line-height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.file_form__label {
  cursor: pointer;
  color: #CF142B;
  font-weight: 400;
  margin-right: 30px;
  position: relative;
  display: inline-block;
  padding: 2px 0 2px 20px;
}
.file_form__label input {
  display: none;
}
.file_form__label i {
  left: 0;
  top: 2px;
  width: 15px;
  height: 18px;
  position: absolute;
  display: inline-block;
}
.file_form__label .ico-svg {
  fill: #CF142B;
}
.file_form__label span {
  font-size: 13px;
  line-height: 18px;
  text-decoration: underline;
}
.file_form__label:hover {
  color: #CF142B;
}
.file_form__label:hover span {
  text-decoration: none;
}
.file_form__elem {
  display: none;
  color: #adadad;
  font-size: 13px;
  line-height: 18px;
  position: relative;
  padding: 2px 30px 2px 0;
}
.file_form__elem i {
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  display: inline-block;
}
.file_form__elem i:after, .file_form__elem i:before {
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 13px;
  height: 1px;
  content: "";
  margin-left: -6px;
  position: absolute;
  display: inline-block;
  background: #CF142B;
}
.file_form__elem i:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.file_form__elem i:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.file_form.selected .file_form__elem {
  display: inline-block;
}

.btn_main {
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 40px;
  user-select: none;
  text-align: center;
  white-space: nowrap;
  background: #CF142B;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.btn_main:hover {
  color: #fff;
  background: #ff0b00;
}
.btn_main:active {
  background: #CF142B;
}
.btn_main:focus, .btn_main.focus {
  outline: 0;
}

.btn_border {
  color: #CF142B;
  outline: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 16px 20px;
  user-select: none;
  text-align: center;
  white-space: nowrap;
  background: #ffffff;
  text-transform: uppercase;
  border: 1px solid #d9d9d9;
  font-family: "Open Sans", Arial, sans-serif;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 4px 0px lightgray;
  box-shadow: 0px 2px 4px 0px lightgray;
}
.btn_border:hover {
  color: #000;
  background: #ffffff;
  text-decoration: none;
}
.btn_border:active {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(211, 211, 211, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(211, 211, 211, 0.3);
}
.btn_border:focus, .btn_border.focus {
  outline: 0;
}

.btn_prev {
  border: none;
  outline: none;
  color: #6a6a6a;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding: 17px 10px;
  user-select: none;
  text-align: center;
  white-space: nowrap;
  background: #ffffff;
  font-family: "Open Sans", Arial, sans-serif;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.btn_prev i {
  width: 7px;
  height: 15px;
  margin-right: 5px;
  font-style: normal;
  display: inline-block;
  background: url("../img/icon__angle_left.svg") 50% 100% no-repeat;
}
.btn_prev span {
  text-decoration: underline;
}
.btn_prev:hover {
  color: #6a6a6a;
  text-decoration: none;
}
.btn_prev:hover span {
  text-decoration: none;
}
.btn_prev:focus, .btn_prev.focus {
  outline: 0;
}

.btn_group {
  padding: 0;
  margin: 0 -10px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn_group > li {
  margin: 0 10px;
}

.breadcrumbs {
  padding: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs li {
  color: #000;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
}
.breadcrumbs li:after {
  content: "—";
  color: #d8d8d8;
  padding: 0 10px;
}
.about-page .breadcrumbs {
  padding: 0;
  margin-bottom: 20px;
}
.about-page .breadcrumbs li {
  padding-left: 0;
  font-size: 12px;
  margin-bottom: 0;
}
.about-page .breadcrumbs li:before {
  display: none;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li a {
  color: #CF142B;
  text-decoration: underline;
}
.breadcrumbs li a:hover {
  text-decoration: none;
}

.main_pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.main_pagination__center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.main_pagination li {
  width: 44px;
  height: 44px;
  margin-left: -1px;
  display: inline-block;
}
.main_pagination li a {
  color: #000;
  width: 44px;
  height: 44px;
  outline: none;
  font-size: 16px;
  line-height: 16px;
  padding: 13px 5px;
  text-align: center;
  display: inline-block;
  background: #fff;
  border: 1px solid #d8d8d8;
  text-decoration: none;
}
.main_pagination li a:hover {
  color: #000;
  text-decoration: none;
  background-color: #ddd;
}
.main_pagination li span {
  color: #fff;
  width: 44px;
  height: 44px;
  outline: none;
  font-size: 16px;
  line-height: 16px;
  padding: 13px 5px;
  text-align: center;
  display: inline-block;
  background: #CF142B;
  border: 1px solid #CF142B;
  text-decoration: none;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.img-fluid {
  height: auto;
  display: block;
  max-width: 100%;
}

.ico-svg {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.hide {
  opacity: 0 !important;
  display: none !important;
  visibility: hidden !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.color_red {
  color: #CF142B !important;
}

.pt_20 {
  padding-top: 20px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}
.about-page .mb_40 {
  padding-top: 15px;
}
.mb_60 {
  margin-bottom: 60px !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*--------------basic---------------*/
body {
  font-family: "Open Sans", Arial, sans-serif;
  width: 100%;
  height: 100%;
}

.wrap {
  overflow-y: hidden;
  overflow-x: hidden;
  height: 100%;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.wrap-content {
  max-width: 1260px;
  margin: 0 auto;
  background-color: #fff;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/*--------------basic-end-----------*/
/*--------------nav-----------------*/
.general-nav {
  z-index: 3000;
}

.navbar {
  font-weight: 700;
  padding: 1rem 0 1.25rem 0;
}

.nav-link {
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
}

.nav-link:hover, .nav-link:active, .nav-link:focus, .nav-link.active {
  color: #CF142B;
}
/*.icon-bar{
	display: block;
    width: 1.5rem;
    height: 2px;
    border-radius: 1px;
    background-color: #e21c2a;
    margin-top: 5px;
}*/
input.search-pr {
  padding: 0px 0px 0px 14px;
  font-weight: 400;
  font-size: 13px;
  background: #f0f0f0;
  border: none;
  border-radius: 0px;
  height: 42px !important;
}
input.search-pr::-ms-clear {
    display: none;
}
input.search-pr:focus {
  background: #f0f0f0;
}

.loupe {
  border: none;
  border-left: none;
  color: #ced4da;
  padding: 9px 12px 3px 7px;
  background-color: #f0f0f0;
  border-radius: 0px;
  width: 35px;
  height: 42px !important;
}

.loupe:focus {
  outline: none;
  box-shadow: none;
}

.form-control {
  border-right: none;
  outline: none;
}

input.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #ced4da;
}

.input-group {
  max-width: 190px;
  margin-right: 20px;
}

.input-group-append {
  background: #f0f0f0;
}

.func-btn {
  width: 44px;
  height: 44px;
  background: #f0f0f0;
  border-radius: 50%;
  border: none;
}

button.func-btn:hover {
  cursor: pointer;
}

button.func-btn:focus {
  outline: none;
}

button.func-btn:active {
  outline: none;
}

.func-btn-phone {
  width: 44px;
  height: 44px;
  background: #CF142B;
  border-radius: 50%;
  border: none;
}

.func-btn-zero {
  position: relative;
}

.func-btn-phone:hover {
  cursor: pointer;
}

.func-btn-phone:focus {
  outline: none;
}

.func-btn-phone:active {
  outline: none;
}

.calc {
  display: block;
  margin: 11px auto;
}

.calc-zero {
  width: 15px;
  height: 15px;
  font-size: 10px;
  color: #fff;
  background-color: #CF142B;
  position: absolute;
  border-radius: 50%;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 15px;
}

.phone-header {
  white-space: nowrap;
  display: block;
  font-size: 17px;
  color: #000;
}

.specialist-phone {
  white-space: nowrap;
  font-size: 17px;
  color: #000;
  padding-left: 10px;
  font-weight: 700;
}

.phone-header:hover,
.specialist-phone:hover {
  text-decoration: none;
  color: #CF142B;
}

#button-addon2 {
  background: none;
}

.nav-scroll {
  background: white;
  opacity: 0;
  z-index: -999999999999;
  transition: 0.5s opacity ease;
}

.nav-scroll-active {
  opacity: 1 !important;
  z-index: 1030 !important;
}

.catalog-fix {
  background: #f0f0f0;
  padding: 30px 0;
}

.catalog-fix ul li {
  position: relative;
}

.catalog-btn {
  width: 285px;
  background: #f0f0f0;
  border-radius: 0;
  color: #000;
  border: none;
  transition: 0s;
  outline: none;
  display: flex;
  justify-content: space-between;
  padding: 11px 15px 10px;
}

.catalog-btn span {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}

.catalog-btn:hover {
  color: #000;
  background: #dedcdc;
}

.catalog-btn:active {
  border: none !important;
  background: #CF142B !important;
  outline: none !important;
  box-shadow: none !important;
  color: #fff !important;
}

.catalog-btn:focus {
  outline: none;
  box-shadow: none;
}

.catalog-btn-act {
  color: #fff !important;
  background: #CF142B !important;
}

span.cross {
  display: none;
}

.down-catalog-d-n {
  display: none !important;
}

.cross-d-in-b {
  display: inline-block !important;
}

.catalog-fix-link {
  width: 100%;
  display: inline-block;
  padding: 15px 0;
  color: #000;
  font-size: 15px;
}

.catalog-fix-link:hover {
  color: #CF142B;
  text-decoration: none;
}

.link-fix-add {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.restore-fix {
  background: #a68c77;
}

.industry-fix {
  background: #a52388;
}

.turbo-fix {
  background: #8c4653;
}

.thermo-fix {
  background: #fea729;
}

.protect-fix {
  background: #c02221;
}

.ecobud-fix {
  background: #029946;
}

.ready-fix {
  background: #CF142B;
}

.dropdown-toggle::after {
  display: none;
}

.nav__showmenu {
  position: relative;
  z-index: 3;
  display: inline-block;
  margin-left: 11px;
  padding: 0px 10px 6px;
  top: 2px;
  border: none;
  font-size: 26px;
  color: #000;
  background: none;
  font-weight: 400;
  cursor: pointer;
}

.nav__showmenu:focus {
  outline: none;
}

.burger-drop {
  border-radius: 0;
}

.burger-drop a.dropdown-item {
  font-weight: 400;
  font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #eee;
}
.dropdown-item:hover {
  background-color: #eee;  
}
.burger-drop a.dropdown-item:hover {
  background: #d9d9d9;
}

.phone-hide {
  position: absolute;
  background: #fff;
  border: 1px solid #eee;
  display: none;
}

.phone-hide a:first-child {
  padding: 15px 20px 10px;
}

.phone-hide a:last-child {
  padding: 0px 20px 15px;
}

.form-inline {
  position: relative;
}

.mobile-main-btn {
  display: none;
}
.dropdown-toggle:hover .dropdown-menu {
  display: block;
}
.dropdown-toggle:hover .dropdown-menu .dropdown-menu.burger-drop {
  display: none;
}
.dropdown-toggle .dropdown-menu .dropdown-item:hover .dropdown-menu.burger-drop {
  display: block;
  position: absolute;
  left: calc(100% - 1px);
  top: -3px;
}
.dropdown-toggle .dropdown-menu {
  padding: 0;
}
.dropdown-menu .dropdown-menu.burger-drop:before, .dropdown-menu .dropdown-menu.burger-drop:after {
  display: none;
}
.dropdown-menu.show {
  background-color: #fff;
  min-width: 200px;
}
.nav-item.dropdown-toggle {
  position: relative;
}
.subMenu{
  display: none;
  position: relative;
}
.subMenu li {
  position: relative;
  display: inline-block;
}
.dropdown-toggle-sub {
  position: relative;
  float: left;
  width: 100%;
  font-weight: 400;
}
.dropdown-toggle-sub:hover {
  color: #CF142B;
}
.dropdown-toggle-sub:hover > .subMenu {
  display: inline-block;
  position: absolute;
  top: 0;
  min-width: 200px;
  left: 100%;
  border: 1px solid rgba(0,0,0,.15);
  background: #fff;
  color: #CF142B;
}
.dropdown-toggle-sub:hover > .subMenu:hover {
  color: #CF142B;
}
.dropdown-menu li a {
  padding: 10px 20px 10px 25px;
}
.dropdown-toggle-sub:hover > .subMenu > .dropdown-toggle-sub > .subMenu {
  top: -1px;
}
.dropdown-toggle-sub .subMenu li {
  width: 100%;
  background: #fff;
}
.dropdown-toggle-sub .subMenu .dropdown-item {
  background: #fff;
  width: 100%;
}
.dropdown-menu li.active a{
  background: #f0f0f0;
}
.dropdown-toggle-sub .subMen .dropdown-item:hover {
  background: #f0f0f0;
}
.dropdown-menu:after, .dropdown-menu:before {
  content: "";
  border: solid transparent;
  position: absolute;
  left: 20%;
  margin-left: -9px;
  top: -19px;
  width: 0;
}

.dropdown-menu:before {
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-width: 9px;
}

.dropdown-menu:after {
  border-bottom-color: #fff;
  border-width: 11px;
  margin-left: -11px;
}

.phone-hide:after, .phone-hide:before {
  content: "";
  border: solid transparent;
  position: absolute;
  left: 80%;
  margin-left: -9px;
  top: -19px;
  width: 0;
}

.phone-hide:before {
  border-bottom-color: #eee;
  border-width: 9px;
}

.phone-hide:after {
  border-bottom-color: #fff;
  border-width: 11px;
  margin-left: -11px;
}

/*--------------nav-end-------------*/
/*---------------main---------------*/
.main-nav-mobile {
  display: none;
}

.main-nav {
  font-weight: 700;
  text-transform: uppercase;
}

.main-nav .nav li {
  padding-right: 0px;
  padding-left: 0px;
  background: #CF142B;
  border-right: 1px solid #f0514a;
}

.main-nav .nav li:hover, .main-nav .nav li:active, .main-nav .nav li:focus, .main-nav .nav li.active {
  background: #ba1711;
}
.main-nav .nav.active{
  background: #ba1711;
}
.main-nav .nav li:last-child {
  border-right: none;
}

.main-nav .nav-link {
  padding-top: 17px;
  padding-bottom: 17px;
  color: #fff;
  font-size: 15px;
}
.nav-link.collapsed span i {
  transform: rotate(0);
}
.nav-link span i {
  transform: rotate(180deg);
}
.main-nav .nav li.catalog-item {
  text-align: left;
  background: #ba1711;
}

.catalog-item span {
  float: right;
}

.doc-drop {
  position: relative;
}

.doc {
  border: 1px solid #eee;
  position: absolute;
  z-index: 9999999;
  width: 100%;
}

.doc ul li.doc-item {
  background: #fff;
  width: 100%;
  padding: 0.76rem 0.4rem 0.76rem 1rem;
}

.doc ul li.doc-item:hover {
  background: #f0f0f0;
}

.doc ul li.doc-item a.doc-link {
  color: #000;
  width: 100%;
}

.doc ul li.doc-item a.doc-link:hover {
  background: #fff;
  color: #000;
}

/*-------------main-end-------------*/
/*---------------sidebar---------------*/
.sidebar .nav-link {
  text-transform: none;
  font-size: 15px;
  padding: 0.7rem 1.4rem;
  box-sizing: border-box;
  z-index: 3;
}

.catalog-item a.nav-link {
  padding-left: 1.4rem;
  display: inline-block;
}

.sidebar .nav-item {
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-top: none;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}

/*.sidebar .nav-border:hover {
  cursor: pointer;
  background: #f0f0f0;
  border-left: 3px solid #CF142B;
}
*/
/*li.nav-item.nav-border {
  height: 50px;
}*/
.main .row {
  margin-left: 0px;
  margin-right: 0px;
}

.main .sidebar {
  padding-right: 0;
  padding-left: 0;
}

.rubric {
  margin-top: 20px;
  border: 1px solid #d9d9d9;
}

.rubric .h4 {
  font-size: 20px;
  font-weight: 700;
  padding-top: 0px;
}

.rubric-main {
  padding: 1.5rem 1rem;
}

.rubric-head {
  display: flex;
}

.rubric-head .h4 {
  margin-bottom: 0;
}

.rubric-head a {
  font-size: 15px;
  color: #6a6a6a;
  text-decoration: underline;
}

.rubric-head a:hover {
  color: #CF142B;
  text-decoration: none;
}

.rubric-content {
  display: flex;
  margin-top: 20px;
  font-size: 15px;
}

.rubric-content a {
  color: #000;
}

.rubric-content a {
  color: #000;
}

.rubric-logo {
  margin-right: 15px;
}

.rubric-after {
  border: 1px solid #d9d9d9;
  margin-top: 20px;
}

.rubric-after .h4 {
  font-size: 20px;
  font-weight: 700;
}

.menu-addit {
  width: 187px;
  position: absolute;
  left: -3px;
  top: -7px;
  z-index: 1029;
  letter-spacing: 1px;
}

.menu-addit-text {
  font-size: 9px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.ready-coat .menu-addit-text {
  background: #CF142B;
}

.ready-coat {
  border-left: 3px solid #CF142B !important;
}

.ecobud .menu-addit-text {
  background: #029946;
}

.ecobud {
  border-left: 3px solid #029946 !important;
}

.protect {
  border-left: 3px solid #c02221 !important;
}

.protect .menu-addit-text {
  background: #c02221;
}

.thermo .menu-addit-text {
  background: #fea729;
}

.thermo {
  border-left: 3px solid #fea729 !important;
}

.turbo {
  border-left: 3px solid #8c4653 !important;
}

.turbo .menu-addit-text {
  background: #8c4653;
}

.industry .menu-addit-text {
  background: #a52388;
}

.industry {
  border-left: 3px solid #a52388 !important;
}

.restore {
  border-left: 3px solid #a68c77 !important;
}

.restore .menu-addit-text {
  background: #a68c77;
}

/*-------------sidebar-end--------------*/
.main-content {
  padding-right: 0;
  margin-top: 20px;
  padding-left: 20px;
}

/*-------------main-slider-----------------*/
.main-slider .single-item{
  display: none;
}
.slick-next {
  right: 22px;
  background: #CF142B;
}

.slick-prev {
  left: 22px;
  z-index: 9999;
}

.prev {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  display: block;
  color: #CF142B;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  z-index: 999;
  -webkit-box-shadow: 0px 4px 2px 0px rgba(50, 50, 51, 0.23);
  -moz-box-shadow: 0px 4px 2px 0px rgba(50, 50, 51, 0.23);
  box-shadow: 0px 4px 2px 0px rgba(50, 50, 51, 0.23);
}

.prev i {
  font-size: 30px;
  position: absolute;
  top: 18%;
  left: 29%;
}

.prev:focus {
  outline: none;
}

.prev:hover {
  cursor: pointer;
  background: #CF142B;
  color: #fff;
}

.next {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  display: block;
  color: #CF142B;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  -webkit-box-shadow: 0px 4px 2px 0px rgba(50, 50, 51, 0.23);
  -moz-box-shadow: 0px 4px 2px 0px rgba(50, 50, 51, 0.23);
  box-shadow: 0px 4px 2px 0px rgba(50, 50, 51, 0.23);
}

.next i {
  font-size: 30px;
  position: absolute;
  top: 18%;
  right: 29%;
}

.next:focus {
  outline: none;
}

.next:hover {
  cursor: pointer;
  background: #CF142B;
  color: #fff;
}

.main-slider {
  position: relative;
}

.slider-content {
  width: 100%;
  position: absolute;
  left: 60%;
  top: 40%;
  transform: translate(-50%);
}

.slider-page {
  width: 100%;
  display: flex;
  align-items: center;
  background-size: auto;
  background-position: center;
  position: relative;
}
.slider-image {
	width: 100%; 
	height: 340px;
}
@media screen and (max-width: 575px) {
	.slider-image {
		width: 100%; 
		height: 200px !important;
	}	
	.slider-page {
		margin: 0;
	}
}
h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 40px;
}

h1 span {
  font-size: 24px;
}

a.more {
  display: inline-block;
  margin-top: 20px;
  color: #CF142B;
  padding: 19px 40px;
  border: 1px solid #d9d9d9;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  -webkit-box-shadow: 1px 2px 4px 0px rgba(50, 50, 51, 0.23);
  -moz-box-shadow: 1px 2px 4px 0px rgba(50, 50, 51, 0.23);
  box-shadow: 1px 2px 4px 0px rgba(50, 50, 51, 0.23);
  background: #fff;
}

a.more:hover {
  text-decoration: none;
  outline: none;
  background: #efefef;
}

/*-------------main-slider-end--------------*/
/*---------------advantages-----------------*/
.advantages {
  margin-top: 25px;
  margin-bottom: 25px;
}

.advantages .row > div {
  padding-left: 0;
}

.adv-square {
  width: 60px;
  height: 60px;
  background: #CF142B;
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  text-align: center;
}

.adv-square p {
  font-size: 26px;
  line-height: 0.5;
  letter-spacing: 1px;
  padding-left: 2px;
  font-weight: 400;
  color: #fff;
}

.adv-square span {
  font-size: 10px;
  letter-spacing: 1px;
}

.adv-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
}

.advantages-text {
  flex: 1 2;
}

/*---------------advantages-end-------------*/
/*--------------------works-----------------*/
.works.mobile {
  display: none;
}
@media screen and (max-width: 760px) {
  .works {
    display: none;
  }
  .works.mobile {
    display: block;
  }
}
.works {
  margin-bottom: 15px;
}
.works .row > div {
  padding: 1px;
}

.works-type {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.works-type-shadow {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all .5s ease;
  filter: brightness(80%);  
}

.works-type:hover .works-type-shadow {
  filter: brightness(50%);
  transform: scale(1.1);
  transition: all .5s ease;
}

.works-photo {
  position: absolute;
  left: 0;
  vertical-align: middle;
  max-height: 200px;
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  height: 100%;
}

.works-type-name {
  position: absolute;
  left: 25px;
  bottom: 25px;
  right: 25px;
  z-index: 2;
  font-size: 16px;
  font-weight: 700;
}

.works-type-name a {
  color: #fff;
  text-shadow: 1px 2px 4px #333333;  
}

.works-type-name a:hover {
  color: #fff;
  text-decoration: none;
}

.works-type:hover a img.works-photo {
  transform: scale(1.2);
}
.work-photo {
  height: 195px;
}
.work .row .col-4:not(:first-child) {
  padding: 10px;
}
.work .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-top: 10px;
}
.work .row > .col-4 {
  padding: 10px 0;
}
@media screen and (max-width: 760px) {
  .work-photo {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
  }
}
.work .text {
  padding-top: 30px;
  font-size: 15px;
}
.materials .h4 {
  background-color: #f0f0f0;
  padding: 20px;
  margin-top: 30px;
}
.materials .section-head .h3 {
  margin-bottom: 0;
}
.materials .showcase {
  padding-bottom: 30px;
}


.works-slider {
  margin-left: -5px;
  margin-right: -4px;
}

.works-item {
  display: block;
  cursor: pointer;
  color: #000;
  font-weight: 700;
}
.works-item:hover {
  text-decoration: none!important;
  outline: none;
}
.works .slick-slide {
  border: 1px solid #f3f3f3; 
  margin: 0 7px; 
}
.works .slick-slide .works-item-text p:first-child {
  background-image: linear-gradient(0,transparent 0%,rgba(0,0,0,.3) 0);
  background-image: -webkit-linear-gradient(0,transparent 0%,rgba(0,0,0,.3) 0);
  background-image: -moz-linear-gradient(0,transparent 0%,rgba(0,0,0,.3) 0);
  background-repeat: no-repeat;
  background-position: bottom left;
  -webkit-background-size: 0% 1px;
  background-size: 0% 1px;
  -webkit-transition: background .2s linear;
  -moz-transition: background .2s linear;
  -ms-transition: background .2s linear;
  -o-transition: background .2s linear;
  transition: background .2s linear;
  display: inline;
}

.works .slick-slide:hover > .works-item-text p:first-child {
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px;
}

.video-link:hover {
  text-decoration: none!important;
  outline: none;
}
.video-link span:first-child{
  background-image: linear-gradient(0,transparent 0%,rgba(255,255,255,.9) 0);
  background-image: -webkit-linear-gradient(0,transparent 0%,rgba(255,255,255,.9) 0);
  background-image: -moz-linear-gradient(0,transparent 0%,rgba(255,255,255,.9) 0);
  background-repeat: no-repeat;
  background-position: center left;
  -webkit-background-size: 0% 1px;
  background-size: 0% 1px;
  -webkit-transition: background .2s linear;
  -moz-transition: background .2s linear;
  -ms-transition: background .2s linear;
  -o-transition: background .2s linear;
  transition: background .2s linear;
  display: inline;
}

.video-link:hover span:first-child{
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px;
}
.works-item {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: 200px;
}
.works-item img {
  width: 100%;
}

.works-item-text {
  padding: 30px 25px;
  text-align: left;
  height: 105px;
}

.works-item:hover {
  color: #000;
}

.works-topic a {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.date-works {
  font-size: 10px;
  margin-top: 10px;
  color: #888;
}
/*----------------works-end----------------*/
/*------------------for-whom----------------*/
.for-whom {
  margin-bottom: 15px;
}
.for-whom .row > div:first-child {
  padding-right: 6px;
  padding-left: 0;
}

.for-whom .row > div:last-child {
  padding-left: 6px;
  padding-right: 0;
}

.for-whom .row > div {
  padding-left: 3px;
  padding-right: 3px;
}

.for-whom-item {
  overflow: hidden;
  width: 100%;
  position: relative;
  filter: grayscale(40%);
}

.for-whom-logo {
  width: 100%;
  z-index: 2;
  display: block;
}

.for-whom-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-shadow: 0px -80px 80px -10px rgba(0, 0, 0, 0.7) inset;
}

.for-whom-content {
  height: 100%;
  padding: 30px 10px 0px 30px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 70%;
  color: #fff;
  z-index: 3;
  transition: 0.5s ease;
}

.for-whom-content .h4 {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
}

.for-whom-content a {
  display: block;
  color: #fff;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 400;
}

.for-whom-item:hover .for-whom-content {
  background: rgba(0, 0, 0, 0.5);
  top: 0;
}

.for-whom-item:hover .for-whom-content .h4 {
  margin-bottom: 15px;
}

/*----------------for-whom-end--------------*/
/*--------------------news------------------*/
.news {
  margin-bottom: 15px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news .h3 span a {
  color: #CF142B;
}

.slider-wrapper {
  overflow: hidden;
}

.news-slider {
  margin-left: -5px;
  margin-right: -4px;
}

.news-slider2 {
  margin-left: -5px;
  margin-right: -4px;
}


.news-item {
  display: block;
  cursor: pointer;
  color: #000;
  font-weight: 700;
}
.news-item:hover {
  text-decoration: none!important;
  outline: none;
}
.news .slick-slide {
  border: 1px solid #f3f3f3; 
  margin: 0 7px; 
}
.news .slick-slide .news-item-text p:first-child, .news .slick-slide .news-item-text a:first-child {
  background-image: linear-gradient(0,transparent 0%,rgba(0,0,0,.3) 0);
  background-image: -webkit-linear-gradient(0,transparent 0%,rgba(0,0,0,.3) 0);
  background-image: -moz-linear-gradient(0,transparent 0%,rgba(0,0,0,.3) 0);
  background-repeat: no-repeat;
  background-position: bottom left;
  -webkit-background-size: 0% 1px;
  background-size: 0% 1px;
  -webkit-transition: background .2s linear;
  -moz-transition: background .2s linear;
  -ms-transition: background .2s linear;
  -o-transition: background .2s linear;
  transition: background .2s linear;
  display: inline;
}

.news .slick-slide:hover > .news-item-text p:first-child, .news .slick-slide:hover > .news-item-text a:first-child {
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px;
}

.video-link:hover {
  text-decoration: none!important;
  outline: none;
}
.video-link span:first-child{
  background-image: linear-gradient(0,transparent 0%,rgba(255,255,255,.9) 0);
  background-image: -webkit-linear-gradient(0,transparent 0%,rgba(255,255,255,.9) 0);
  background-image: -moz-linear-gradient(0,transparent 0%,rgba(255,255,255,.9) 0);
  background-repeat: no-repeat;
  background-position: center left;
  -webkit-background-size: 0% 1px;
  background-size: 0% 1px;
  -webkit-transition: background .2s linear;
  -moz-transition: background .2s linear;
  -ms-transition: background .2s linear;
  -o-transition: background .2s linear;
  transition: background .2s linear;
  display: inline;
}

.video-link:hover span:first-child{
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px;
}
.news-item {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: 200px;
  width: 275px;
}
.news-item img {
  width: 100%;
}

.news-item-text {
  padding: 30px 25px;
  text-align: left;
  height: 133px;
}

.news-item:hover {
  color: #000;
}

.news-topic a {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.date-news {
  font-size: 10px;
  margin-top: 10px;
  color: #888;
}
.object-slider {
  position: relative;
}

.object-slider .section-control {
  position: absolute;
  height: 100%;
}
.object-slider .section-control button.sect-contr-prev {
  top: 50%;
  transform: translateY(-50%);

}
.object-slider .section-control button.sect-contr-next {
  top: 50%;
  transform: translateY(-50%);
  right: 20px !important;
}
.section-control {
  font-size: 0;
  margin-bottom: -10px;
}

.section-control-mobile {
  display: none;
}

.section-control button.sect-contr-prev, button.sect-contr-next {
  font-size: 15px;
  font-weight: 400;
  padding: 5px 13px;
  background: #fff;
  color: #777777;
  border: 1px solid #dadada;
}

.section-control button.sect-contr-prev:hover, button.sect-contr-next:hover {
  background: #f0f0f0;
  color: #CF142B;
}

.section-control button.sect-contr-prev {
  border: 1px solid #dadada;
  border-right: none;
  outline: none;
  cursor: pointer;
  border-radius: 5px 0 0 5px;
}

.section-control button.sect-contr-next {
  outline: none;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}

/*--------------------news-end--------------*/

/*-----------------subscribe-----------------*/
.subscribe {
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  background-size: cover;
}

.subscribe .row {
  width: 100%;
}

.subscribe-text .h5 {
  font-size: 24px;
  font-weight: 700;
}

.subscribe-text p {
  font-size: 14px;
  margin-top: 10px;
}

.subscribe-form {
  font-size: 0px;
  text-align: right;
}

.subscribe-form .subscribe-form-input {
  font-size: 14px;
  width: 60%;
  padding: 13px 20px;
  border: 1px solid #fff;
}

.subscribe-form .subscribe-form-input::placeholder {
  color: #b0b0b0;
}

.subscribe-form-btn {
  font-size: 14px;
  border: none;
  outline: none;
  width: 40%;
  text-align: center;
  padding: 14px 0 14px 0;
  background-color: #CF142B;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.subscribe-form-btn:hover {
  background: #CF142B;
}

.subscribe-form-btn:focus {
  outline: none;
}

/*----------------subscribe-end--------------*/

/*----------------partners--------------*/
.partners-form-btn {
  font-size: 14px;
  border: none;
  outline: none;
  max-width: 25%;
  text-align: center;
  padding: 14px 30px;
  background-color: #CF142B;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s ease;
  text-decoration: none;
}
.partners-form-btn:hover {
  background-color: #ba1711;
  text-decoration: none;
  color: #fff;
}

.partners_block__content a {
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans", Arial, sans-serif;
  color: #000;
}
.partners_block__content a:hover {
  text-decoration: none;
  color: #CF142B;
}
.partners_block__rate {
  color: #CF142B;
  padding: 10px 5px 10px 0;
}
.partners_block__rate .fa-star:last-child {
  color: #d9d9d9;
}
.partners_block__text {
  background-color: #f0f0f0;
  padding: 20px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #000;
  line-height: 1.3;
}
.partners_block__image {
  display: none;
}
.partners_block {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .partners_block {
    padding: 0 0 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-dropdown span {
    float: right;
    width: 50px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);    
  }
  .catalog-dropdown span svg {
    fill: #fff;
    width: 15px;
    height: 45px;
  }
  .catalog-dropdown span.active {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .catalog-dropdown span.active svg {
    height: 55px;
  }
  .navbar li.active .nav-link {
    color: #CF142B;
  }
  .partners_block__image {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 52px;
    padding-left: 15px;
    margin-right: 0;
  }
  .partners_block__image img {
    height: 154px;
    width: auto;
  }
  .partners_block__content {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 740px;
  }
}

.partners {
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  background-size: cover;
}

.partners .row {
  width: 100%;
}
.partners-text {
  padding-bottom: 20px;
}
.partners-text .h5 {
  font-size: 24px;
  font-weight: 700;
}

.partners-text p {
  font-size: 14px;
  margin-top: 10px;
}
.partners-text span {
  color: #CF142B;
}
.partners-text .h5 {
  margin-bottom: 30px;
}
.partners_form {
  font-size: 0px;
  text-align: left;
  width: 100%;
}

.partners_form .partners_form-input {
  font-size: 14px;
  width: 60%;
  padding: 10px 20px;
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
}

.partners_form .partners_form-input::placeholder {
  color: #b0b0b0;
}

.send_form-btn {
  font-size: 14px;
  border: none;
  outline: none;
  width: auto;
  text-align: center;
  padding: 10px 40px;
  background-color: #CF142B;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s ease;
  margin-top: 30px;
  outline: none;
}
.send_form-btn:focus {
  outline: none;
}
.question.btn_modal {
  padding: 20px 0;
  background-color: #CF142B;
  color: #fff;
  transition: 0.3s ease;
  box-shadow: 1px 2px 4px 0px rgba(50, 50, 51, 0.23);
  margin-top: 0;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  outline: none;
  font-weight: 700;
}

.question.btn_modal:hover {
  background: #ba1711;
  text-decoration: none;
}

.study.btn_modal {
  padding: 20px 0;
  background-color: #fff;
  color: #CF142B;
  transition: 0.3s ease;
  box-shadow: 1px 2px 4px 0px rgba(50, 50, 51, 0.23);
  margin-top: 0;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  outline: none;
  font-weight: 700;
}

.study.btn_modal:hover {
  background: #efefef;
  text-decoration: none;
}

.btn_main.send_form-btn {
  padding: 10px 40px;
  width: auto;
}
p.text_alert {
  font-size: 12px !important;
  padding: 10px 0px;
}
.partners_form-btn:hover {
  background: #ba1711;
}

.partners_form-btn:focus {
  outline: none;
}
.partners_form .col-md-6 {
  padding-right: 0;
  padding-left: 0;
}

.partners_form .partners_form-input {
  width: 100%;
  margin-bottom: 15px;
}
.partners_form-btn {
  width: auto;
  padding: 14px 20px 14px 20px;
}

.partners_form textarea {
  width: 100%;
  height: 120px;
  padding: 14px 18px 14px 18px;
  color: #363F54;
  font-size: 14px;
  outline: none;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.partners_form .partners_block__rate i{
  font-size: 15px;
  color: #CF142B;
  cursor: pointer;
  padding-right: 5px;
}
.partners_form .partners_block__rate  i:hover, .partners_form .partners_block__rate i:focus {
  color: #CF142B;
}
/*----------------partners-end--------------*/

/*-------------------video-------------------*/
.videos {
  margin-bottom: 15px;
}

.videos .h3 span a {
  color: #CF142B;
}

.video-slider {
  margin-left: -5px;
  margin-right: -5px;
}
.videos .slider-wrapper .video_item {
  margin: 5px;
}
.video-item {
  width: 96%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  height: 205px;
}

.logo-video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.video-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  outline: none;
}

.video-link:hover {
  background: rgba(0, 0, 0, 0.2);
}

.video-link:focus {
  outline: none;
}

.video-link:hover .video-link-name {
  color: #fff;
}

.video-link-btn {
  margin-top: 8px;
}

.video-link-name {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  text-align: left;
}


.new_product {
  position: absolute;
  top: 3%;
  right: 3%;
  width: 80px;
  height: 80px;
}

/*--------------------video-end---------------*/
/*-------------------new-ones-----------------*/
.new-ones {
  margin-top: 15px;
  margin-bottom: 15px;
}

.new-ones .h3 span a {
  color: #CF142B;
}
.new-ones .slick-slide {
  padding: 10px 5px;
}

.new-ones .slider_border:after, .slider_border:before {
  background: #fff !important;
}
.new-ones-item {
  width: 96%;
  height: 445px;
  box-sizing: border-box;
  margin: 0 auto;
  border: 1px solid #f3f3f3;
  position: relative;
  overflow: hidden;
  text-align: left;
}

.new-ones-logo {
  margin: 0 auto;
  margin-top: 20px;
}

.new-ones-item:hover .new-ones-content {
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.new-ones-item:hover .new-ones-descr {
  color: #fff;
}

.new-ones-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 300px;
  left: 0;
  color: #000;
  padding: 20px 20px 0 20px;
  font-size: 14px;
  transition: 0.5s ease;
}

.new-ones-content ul li {
  list-style: square;
}

.new-ones-content ul {
  margin-top: 20px;
  padding-left: 17px;
}

.new-ones-content-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 2px solid #fff;
  width: 100%;
  font-size: 0;
}

.new-ones-content-btn img {
  display: inline;
}

/*
.compare{
	color: #fff;
	width: 50%;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	padding: 15px 0;
	border-right: 1px solid #fff;
	font-size: 14px;
	font-weight: 700;
}
.compare span{
	position: relative;
	top: 1px;
	margin-right: 6px;
}

.compare:hover,.ones-more:hover{
	color: #fff;
	text-decoration: none;
	background:rgba(0,0,0,0.2);
}

*/
.ones-more {
  text-align: center;
  width: 50%;
  color: #fff;
  padding: 15px 0;
  box-sizing: border-box;
  display: inline-block;
  border-left: 1px solid #fff;
  font-size: 14px;
  font-weight: 700;
}

.ones-more span {
  position: relative;
  top: 3px;
  margin-right: 6px;
}

.new-ones-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.new-ones-name span {
  font-size: 16px;
  text-transform: uppercase;
}

.new-ones-descr {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #909090;
  transition: 0.6s ease;
}

/*-------------------new-ones-end-------------*/
/*-------------------feedback-----------------*/
.feedback {
  margin-top: 60px;
  width: 100%;
  height: 390px;
  position: relative;
}

.feedback-content {
  padding-top: 90px;
}

.feedback .h2 {
  font-size: 32px;
  line-height: 52px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 900;
  padding-left: 30px;
}

.feedback .h4 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  padding-top: 15px;
}

.feedback p {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 32px;
}

.man {
  position: absolute;
  bottom: 0;
  left: 390px;
}

.feedback .btn:first-child {
  padding-left: 0 !important;
}

.feedback .btn:last-child {
  padding-left: 0 !important;
}

.btn a {
  display: block;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn a.study {
  padding: 20px 0;
  background-color: #fff;
  color: #CF142B;
  transition: 0.3s ease;
  box-shadow: 1px 2px 4px 0px rgba(50, 50, 51, 0.23);
}

.btn a.study:hover {
  background: #efefef;
  text-decoration: none;
}

.btn a.question {
  padding: 20px 0;
  background-color: #CF142B;
  color: #fff;
  transition: 0.3s ease;
  box-shadow: 1px 2px 4px 0px rgba(50, 50, 51, 0.23);
}

.btn a.question:hover {
  background: #ba1711;
  text-decoration: none;
}

.btn-entry {
  text-align: right;
}

/*-------------------feedback-end-------------*/
/*---------------------footer-----------------*/
.footer-nav li.nav-item {
  border: 1px solid #f1f1f1;
  border-right: none;
}

.footer-nav li.nav-item a.nav-link {
  padding: 20px 0;
  font-size: 15px;
  font-weight: 700;
  font-family: "Open Sans", Arial, sans-serif;
}

footer .navbar {
  padding: 30px 0;
}

.social {
  display: flex;
  flex-direction: row;
}

.social-link {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  text-align: center;
  color: #CF142B;
  cursor: pointer;
  box-shadow: 0px 1px 6px 0px rgba(50, 50, 51, 0.5);
}

.social-link span.calc {
  color: #CF142B;
}

.social-link:hover {
  background: #CF142B;
}

.social-link:hover span.calc {
  color: #fff;
}

.footer-rights {
  border-top: 1px solid #f1f1f1;
  padding: 25px 0;
  font-size: 13px;
}

.click {
  text-align: right;
}

.click a {
  color: #000;
  text-decoration: underline;
}
.content-text p {
  margin-bottom: 10px;
  text-align: justify;
}
.content-text ul li p {
  text-indent: 0px;
}
.content-text ul li:before {
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    display: inline-block;
    background: #CF142B;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.content-text ul li {
    margin-bottom: 10px;
    font-size: 15px;
    padding-left: 16px;
    position: relative;
}
.content-text ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.content-text ol li p {
  text-indent: 0px;
}
/*.content-text ol li:before {
   left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    display: inline-block;
    background: #CF142B;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}*/
.content-text ol li {
    margin-bottom: 20px;
    font-size: 15px;
    padding-left: 0px;
    position: relative;
}
.content-text ol {
    padding: 0 0 20px 20px;
  /*  list-style: none;*/
    margin: 0;
}

.content-text table {
  margin: 30px 0;

}
.content-text table {
    border: 1px solid #ccc;  /* граница всей таблицы */
}
.content-text table tr:first-child {
  background-color: #f3f3f3;
}
.content-text table tr:first-child td,.content-text table tr:first-child th {
  text-align: center;
  vertical-align: baseline;
}
.content-text table tr {
    border: 1px solid #ccc;  /* границы между строками */
}
.content-text table td, th {
    border: 1px solid #ccc;
    padding: 5px 10px;  /* границы между столбцами */
}
@media (max-width: 550px) {
  .content-text table {
    overflow: scroll;
  }
}

/*------------header hamburger X--------------------*/
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin-right: .25rem;
  margin-left: .25rem;
  padding: 0;
  width: 44px;
  height: 44px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  border-radius: 50%;
  background: #f0f0f0 !important;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 21px;
  left: 11px;
  right: 11px;
  height: 4px;
  background: #565656;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #565656;
  content: "";
}

.c-hamburger span::before {
  top: -7px;
}

.c-hamburger span::after {
  bottom: -7px;
}

.c-hamburger--htx {
  background-color: rgba(56, 56, 56, 0);
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* состояние active при открытом меню  */
.c-hamburger--htx.is-active {
  background-color: unset;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

/*------------header hamburger X-end --------------------*/
/*-------------------footer--nav--------------*/
/*--------------------media-------------------*/
@media screen and (max-width: 1440px) {
  .scroll-up-btn {
    right: 11%;
  }
}
@media screen and (max-width: 1199px) {
  .phone-hide {
    display: block;
    right: 0px;
    top: 60px;
    z-index: 999099999999999;
  }

  .phone-main {
    display: none;
  }

  .input-group {
    margin-right: 0px;
    max-width: 160px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 7px;
    padding-left: 0.5rem;
  }

  .for-whom-content {
    top: 61%;
  }

  .for-whom-item {
    height: 243px;
  }

  input.search-pr {
    padding: 21px 0 21px 7px;
  }
}
@media screen and (max-width: 991px) {
  .mobile-main-btn {
    display: flex;
  }

  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nav-btn-group {
    display: none;
  }

  .nav-scroll {
    display: none;
  }

  .main-nav .nav-item {
    flex: 1 1 100%;
    text-align: left;
    border-top: 1px solid #f0514a;
  }

  .main-nav .sidebar {
    width: calc(100% + 1px);
  }

  .main-nav .sidebar .nav-item {
    width: 100%;
    background: #fff;
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-top: none;
  }

  .main-nav .sidebar .nav-item .nav-link {
    background: #fff;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0;
  }
  .main-nav .sidebar .nav-item:hover .nav-link, .main-nav .sidebar .nav-item.active .nav-link{
    background-color: #eee;
    color: #CF142B;
  }

  .main-nav .sidebar .nav-item .nav-link:hover {
    padding-left: 1.4rem;
  }

  .main .sidebar {
    display: none;
  }

  .main-nav {
    display: none;
  }

  .main-nav-mobile {
    display: block !important;
  }
  #navbarSupportedContent .nav {
    display: none;
  }
  #navbarSupportedContent .nav.active {
    display: block;
  }
  #navbarSupportedContent .sidebar.show .nav {
    display: block;
  }
  #navbarSupportedContent .dropdown-menu.burger-drop {
    display: none;
  }
  #navbarSupportedContent .dropdown-menu.burger-drop.open {
    display: block;
  }
  .input-group {
    max-width: 100%;
  }

  .navbar-nav .nav-item .nav-link {
    border: 1px solid #f0f0f0;
    border-bottom: none;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 15px;
  }

  .input-group {
    border: 1px solid #f0f0f0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-nav .nav li.catalog-item {
    text-align: left;
    background: #CF142B;
  }

  .main-nav .nav li.catalog-item:active {
    background: #ba1711;
  }

  .main-nav .nav li.catalog-item:focus {
    background: #ba1711;
  }

  .main-content {
    padding-left: 0px;
    margin-top: 0;
  }

  .next {
    right: 15px;
  }

  .prev {
    left: 15px;
  }

  .advantages {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .advantages .row > div {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }

  div#navbarSupportedContent {
    margin-bottom: 20px;
  }

  input.form-control.search-pr {
    margin-left: 10px;
  }

  .input-group-append {
    margin-right: 15px;
  }

  input.search-pr {
    padding: 23px 0px 23px 20px;
  }

  .scroll-up-btn {
    right: 6%;
  }

  .man {
    left: 260px;
  }
}

@media screen and (max-width: 767px) {
  .for-whom .row > div {
    padding: 1px 0 !important;
  }

  .for-whom-content {
    top: 68%;
  }

  .for-whom-item {
    height: 292px;
    width: 100%;
    margin: 0 auto;
  }

  .slider-wrapper {
    overflow: visible;
  }

  .news-item {
    width: 98%;
  }

  .video-item {
    width: 98%;
  }

  .new-ones-item {
    width: 98%;
  }
/*
  .section-control {
    display: none;
  }

  .section-control-mobile {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 20px;
  }*/

  .h3 {
    display: flex;
    align-items: center;
  }

  .h3 span {
    display: inline-block;
    margin-left: auto;
    align-self: center;
    justify-self: end;
  }

  .subscribe-form {
    margin-top: 25px;
  }

  .subscribe-form {
    width: 100%;
    margin-bottom: 15px;
  }

  .footer-nav {
    display: none;
  }

  footer .navbar .navbar-brand {
    padding-right: 0px;
    margin-right: 0;
  }

  .phone-footer {
    padding-right: 15px;
  }

  .footer-wrap {
    padding: 0 15px;
  }
}
.button-coll {
  display: none;
  position: fixed;
  right: 30px;
  width: 48px;
  height: 48px;
  background-color: #CF142B;
  color: #fff;
  text-transform: uppercase;
  font-size: 0;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 50px;
  margin-left: 15px;
  z-index: 99;
  bottom: 20px;
}
.button-coll .calc {
  margin: 13px auto;
}
.modal.call-info {
  background-color: transparent;
}
.call-info .modal-content {
  border-radius: 0;
  text-align: center;
  padding: 0 20px;
}
.call-info .modal-content .form-group {
  margin-bottom: 0;
}
.call-info .modal-content  .close {
  position: absolute;
  top: 5px;
  right: 10px;
}
.call-info .modal-content .phone-footer {
  padding-right: 0;
}
.call-info .modal-content .phone-footer p {
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 5px;
}
.call-info .modal-dialog {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%) !important;
}
@media screen and (max-width: 575px) {
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
  }
  .news .slick-slide {
    margin: 0 8px;  
  }
  .h3 {
    padding: 0 !important;
  }
  h1 {
    margin-top: 30px;
    font-size: 38px;
  }

  a.more {
    padding: 14px 30px;
    margin-bottom: 30px;
    background: #fff;
  }

  .slider-content {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
  }

  .main .container {
    padding-left: 0;
    padding-right: 0;
  }

  .advantages {
    padding: 0 15px;
  }

  .works-type {
    height: 165px;
  }

  .works-type-name {
    bottom: 10px;
  }

  .subscribe-form {
    margin-top: 25px;
  }

  .subscribe-form .subscribe-form-input {
    width: 100%;
    margin-bottom: 15px;
  }

  .subscribe-form-btn {
    width: 100%;
    padding: 14px 20px 14px 20px;
  }

  .feedback .h2 {
    font-size: 35px;
    padding-left: 0px;
    line-height: 1.2;
    padding-top: 20px;
  }

  .feedback .h4 {
    font-size: 24px;
    padding-top: 15px;
  }

  .question-mobile {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .feedback {
    height: 450px;
  }

  .feedback .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  .feedback-content {
    padding-top: 30px;
  }

  .btn-entry {
    text-align: left;
  }

  .ques-bt {
    padding: 0;
    margin-top: 10px;
    width: 60%;
  }

  .man {
    position: absolute;
    bottom: 0;
    left: 127px;
  }

  .h3 {
    padding: 0 15px;
  }

  .news-item {
    width: auto;
  }

  .video-item {
    width: auto;
    margin: 0 20px;
  }

  .new-ones-item {
    width: auto;
    margin: 0 20px;
  }
}
.navbar-brand { 
  padding-top: 0;
  padding-bottom: 0!important;  
}
.nav-scroll-active .navbar-brand {
  padding-bottom: 4px !important; 
}
.navbar-brand img {
    width: 208px;
    height: 72px;
}
footer .navbar-brand img,
.fixed-top .navbar-brand img {
    width: 140px;
    height: 42px;
}
.navbar.nav-scroll-active {
  padding: .8rem 0;
}
@media screen and (max-width: 991px) {
  .navbar-brand svg,
  .navbar-brand img {
      width: 120px;
}
}
@media screen and (max-width: 500px) {
  .navbar-brand svg,
  .navbar-brand img {
    width: 102px;
  }

  .navbar-brand img {
    max-width: 100%;
  }

  .man {
    bottom: -48px;
  }

  .feedback {
    overflow: hidden;
  }
}
@media screen and (max-width: 360px) {
  .ques-bt {
    width: 80%;
  }
  .feedback {
    height: 470px;
  }
  .feedback .h4 {
    padding-top: 0;
  }
  .feedback-content {
    padding-top: 5px;
  } 
  .for-whom-item {
    width: auto;
  }

  .func-btn-phone {
    display: none;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .func-btn-phone {
    pointer-events: none;
  }
}
p {
  font-size: 15px;
  color: #000;
  font-weight: normal;
}
h1,
.h1 {
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 20px 0 15px 0;
}

h2,
.h2 {
  padding: 0;
  max-width: 700px;
  font-size: 18px;
  font-weight: 700;
   margin: 0 0 32px 0;
}

h3,
.h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 15px 0;
}

.section-head h3,
.section-head .h3 {
  padding-top: 0;
  font-size: 24px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.section-head .h3:hover {
  color: #CF142B;
  text-decoration: none;
}
.section-head h3 span,
.section-head .h3 span {
  margin-left: 30px;
  font-size: 15px;
  font-weight: 400;
}

h4,
.h4 {
  font-size: 14px;
  font-weight: 700;
  padding-top: 0;
  margin-bottom: 20px;
}

h5,
.h5 {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 5px;
}

.main .container {
  padding-left: 15px;
  padding-right: 15px;
}

.pag {
  margin: 35px 0;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #CF142B;
  border-color: #CF142B;
}

.page-link {
  color: #000;
  font-size: 15px;
}

.page-link:active {
  color: #000;
}

.page-link:focus {
  color: #000;
}

.page-link:hover {
  color: #000;
}

.info_block {
  margin-bottom: 50px;
}
.info_block p {
  font-size: 15px;
  margin-bottom: 20px;
}
.info_block p:last-child {
  margin-bottom: 10px;
}
.info_block__logo {
  border: 1px solid #dbdbdb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.info_block__logo_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .info_block__logo {
    padding: 40px 0;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 15px 20px 15px;
  }
  .info_block__logo img {
    max-width: 80%;
  }
  .section-head .h3 span {
    margin-left: 10px;
  }
  .section-head .h3 {
    display: block;
  }
}

.btn_up {
  left: 30px;
  bottom: 20px;
  color: #fff;
  width: 48px;
  height: 48px;
  padding: 5px 0 5px 0;
  position: fixed;
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  background: #CF142B;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn_up:hover {
  color: #fff;
  text-decoration: none;
}

.btn_up__visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


.table {
  font-size: 14px;
  line-height: 20px;
}
.table th,
.table td {
  padding: 7px 20px;
  border-top: none;
}

.content {
  font-size: 15px;
  line-height: 24px;
}
.content p {
  margin: 0 0 20px 0;
}

.list_point {
  padding: 0;
  list-style: none;
  margin: 0 0 20px 0;
}
.list_point li {
  padding-left: 16px;
  position: relative;
}
.list_point li:before {
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  display: inline-block;
  background: #CF142B;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.file_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.file_list li {
  margin-bottom: 20px;
}

.file_link {
  font-size: 15px;
  line-height: 24px;
  color: #CF142B;
  display: inline-block;
  text-decoration: none;
  padding: 2px 0 2px 30px;
  background: url("../img/icon__file.svg") 0 0 no-repeat;
}
.file_link span {
  text-decoration: underline;
}
.file_link:hover {
  color: #CF142B;
  text-decoration: none;
}
.file_link:hover span {
  text-decoration: none;
}

.gallery {
  width: 100%;
  margin: 0 auto;
  max-width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery .video_item {
  width: 100%;
}
.gallery__item {
  width: 100%;
  color: #000;
  display: block;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 20px;
  margin: 0 5px;
}
.gallery__item span {
  display: block;
  font-weight: 700;
}
.gallery__image {
  display: block;
  margin-bottom: 10px;
}

.gallery__read {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #CF142B;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: underline;
}
.gallery__read:hover {
  color: #CF142B;
  text-decoration: none;
}
@media (min-width: 576px) {
  .gallery {
    max-width: inherit;
  }
  .gallery__item {
    width: calc(50% - 10px);
  }
  .gallery .video_item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  .gallery__item {
    width: calc(33.33% - 10px);
  }
  .gallery .video_item {
    width: calc(33.33% - 10px);
  }
}

.img_left {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .img_left {
    width: 260px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .img_left {
    width: 300px;
    margin-bottom: 10px;
  }
  .navbar-nav.mx-auto {
    display: flex!important;
  }
  /*.main-slider {
   min-height: 340px;
  }*/
}

.modal {
  padding: 50px 20px 50px 20px;
  max-width: 400px;
  background: #fff;
}
.modal__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .modal {
    padding: 50px 60px 60px 60px;
    max-width: inherit;
    width: 520px;
  }
}

.reward {
  max-width: 320px;
  margin: 0 auto 20px auto;
  border: 1px solid #f2f2f2;
  position: relative;
  min-height: 330px;
}
.reward__image {
  display: block;
  text-align: center;
}
.reward__image img {
  margin: 10px auto;
}
.reward__text {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 25px 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .reward {
    margin: 0 0 20px 0;
    max-width: inherit;
    width: calc(33% - 10px);
  }
  .reward__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .active .select_single__dropdown {
    max-width: 400px;
  }  
}
.select_single.not-empty .select_single__label, .select_multiple.not-empty .select_multiple__label,
.select_single_calc.not-empty .select_single__label {
  background-color: #CF142B;
}
.select_single.not-empty .select_single__label span, .select_single.not-empty .select_single__label i, .select_multiple.not-empty .select_multiple__label span, .select_multiple.not-empty .select_multiple__label i,
.select_single_calc.not-empty .select_single__label span, .select_single_calc.not-empty .select_single__label i {
  color: #fff;
}
.select_single__label i
@media (min-width: 992px) {
  .reward {
    width: calc(33.33% - 10px);
  }
}

.options {
  padding: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
  margin: 0 -5px 15px -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.options > li {
  width: auto;
  padding: 0 5px;
  margin-bottom: 20px;
  max-width: 50%;
}
@media (max-width: 768px) {
  .options > li {
    min-width: 100%;
  }
  .main_pagination li {
    width: 42px;
    height: 42px;
  }
  .showcase_list .goods__data {
    padding-bottom: 0!important;
  }
  .content-text p img {
    width: 100%!important;
    height: auto!important;
  }
  .showcase_list .goods__data_type {
    margin-bottom: 14px!important;
  }
  .button-coll {
    display: inline-block;
  }
  #calc-app .calc__categories {
    display: block;
  }
  .general-nav {
    z-index: 2;
  }
  .select_single, .select_single_calc   {
    width: 100% !important;
  }
  .select_single__dropdown {
    min-width: 100% !important;
  }
  .dropdown-toggle .dropdown-menu {
    display: block;
  }
  .navbar-nav .dropdown-toggle .dropdown-menu li.dropdown-item {
    background: #f0f0f0;
    border-bottom: 1px solid #dddddd;
    padding-left: 10px;
  }
  .navbar-nav .dropdown-toggle .dropdown-menu:after {
    display: none;
  }
  .dropdown-toggle .dropdown-menu .dropdown-item a.nav-link {
    padding: 5px 15px;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .options {
    flex-wrap: wrap;
  }
  .options > li {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.select_single, .select_single_calc  {
  width: 100%;
  max-width: 100%;
  z-index: 20;
  font-size: 0;
  line-height: 0;
  position: relative;
  display: inline-block;
}
.select_single__label {
  width: 100%;
  cursor: pointer;
  max-width: 100%;
  position: relative;
  display: inline-block;
  border: 1px solid #c4c4c4;
  padding: 1px 30px 1px 10px;
}
.select_single__label span {
  color: #000;
  font-size: 13px;
  line-height: 19px;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  display: inline-block;
}
.select_single__label i {
  top: 50%;
  color: #000;
  right: 10px;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  margin-top: -7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.select_single__label:hover {
  border-color: #CF142B;
}
.select_single__item {
  width: 100%;
  font-weight: 400;
  display: inline-block;
}
.select_single__item input {
  display: none;
}
.select_single__item span {
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  cursor: pointer;
  overflow: hidden;
  line-height: 14px;
  padding: 12px 10px;
  display: inline-block;
}
.select_single__item span:hover {
  color: #fff;
  background: #CF142B;
}
.select_single__dropdown {
  top: 100%;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  min-width: 285%;
  margin-top: 10px;
  position: absolute;
  border: 1px solid #c4c4c4;
  overflow-y: auto;
  max-height: 115px;

}
.subscribe-form-btn.send_form-btn {
  margin-top: 0;
}
.select_single__dropdown:after {
  top: -7px;
  left: 16px;
  width: 13px;
  height: 7px;
  content: "";
  position: absolute;
  display: inline-block;
  background: url("../img/icon__select.png") 0 0 no-repeat;
}
.select_single.active, .select_single_calc.active {
  z-index: 50;
}
.select_single.active .select_single__label, .select_single_calc.active .select_single__label {
  border-color: #CF142B;
}
.select_single.active .select_single__label i, .select_single_calc.active .select_single__label i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.select_single.active .select_single__dropdown, .select_single_calc.active .select_single__dropdown {
  opacity: 1;
  visibility: visible;
}

.select_multiple {
  width: 100%;
  z-index: 20;
  font-size: 0;
  line-height: 0;
  position: relative;
  display: inline-block;
}
.select_multiple__label {
  width: 100%;
  cursor: pointer;
  max-width: 100%;
  position: relative;
  border: 1px solid #c4c4c4;
  padding: 1px 30px 1px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.select_multiple__label_text {
  color: #000;
  font-size: 13px;
  line-height: 19px;
  white-space: nowrap;
  display: inline-block;

}
.select_multiple__label_value {
  color: #000;
  font-size: 13px;
  line-height: 19px;
  display: inline-block;
  padding-left: 4px;
}
.select_multiple__label_value:before {
  content: " ";
}
.select_multiple__label_value:after {
  content: " ";
  display: none;
}
.select_multiple__label i {
  top: 50%;
  color: #000;
  right: 10px;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  margin-top: -7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.select_multiple__label:hover {
  border-color: #CF142B;
}
.select_multiple__item {
  width: 100%;
  font-weight: 400;
  padding: 9px 10px;
  display: inline-block;
}
.select_multiple__item input {
  display: none;
}
.select_multiple__item.disabled span{
  color: #bdbdbd;
  pointer-events: none;
}
.select_multiple__item.disabled span:hover {
  color: #bdbdbd;
  pointer-events: none;
}

.select_single__item.disabled span{
  color: #bdbdbd;
  pointer-events: none;
}

.select_single__item.disabled span:hover{
  color: #bdbdbd;
  pointer-events: none;
}
.select_multiple__item span {
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  cursor: pointer;
  overflow: hidden;
  line-height: 14px;
  position: relative;
  padding: 3px 0 3px 30px;
  display: inline-block;
}
.select_multiple__item span:before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 5;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  border: 1px solid #d3d3d3;
}
.select_multiple__item span:after {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  z-index: 10;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  visibility: hidden;
  position: absolute;
  background: url("../img/icon__checkbox.png") 50% 50% no-repeat;
}
.select_multiple__item span:hover {
  color: #CF142B;
}
.select_multiple__item input:checked + span:before {
  background: #CF142B;
  border-color: #CF142B;
}
.select_multiple__item input:checked + span:after {
  opacity: 1;
  visibility: visible;
}
.select_multiple__dropdown {
  top: 100%;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  min-width: 100%;
  margin-top: 10px;
  position: absolute;
  border: 1px solid #c4c4c4;
}
.select_multiple__dropdown:before {
  top: -7px;
  left: 16px;
  width: 13px;
  height: 7px;
  content: "";
  position: absolute;
  display: inline-block;
  background: url("../img/icon__select.png") 0 0 no-repeat;
}
.select_multiple__close {
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  z-index: 30;
  cursor: pointer;
  position: absolute;
  display: inline-block;
  background: url("../img/delete.png") 50% 50% no-repeat;
}
.select_multiple.active {
  z-index: 50;
}
.select_multiple.active .select_multiple__label {
  border-color: #CF142B;
}
.select_multiple.active .select_multiple__label i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.select_multiple.active .select_multiple__dropdown {
  opacity: 1;
  visibility: visible;
}

.main_filter {
  padding: 10px 0;
  margin-bottom: 13px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.main_filter__show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.main_filter__select {
  width: 65px;
  margin: 0 15px;
}
.main_filter__legend {
  color: #000;
  height: 35px;
  padding: 8px 0;
  font-size: 15px;
  line-height: 19px;
  display: inline-block;
}
.main_filter__legend.hide-xs {
  display: none;
}
.main_filter__view {
  font-size: 0;
  line-height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.main_filter__view a {
  width: 37px;
  height: 35px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  border: 1px solid #e3e3e3;
}
.main_filter__view a:first-child {
  padding: 6px 0;
}
.main_filter__view a:first-child i {
  height: 21px;
  width: auto;
}
.main_filter__view a:last-child {
  padding: 10px 0;
}
.main_filter__view a:last-child i {
  height: 12px;
  width: auto;
}
.main_filter__view a .ico-svg {
  fill: #000;
}
.main_filter__view a:hover {
  background: #CF142B;
  border-color: #CF142B;
}
.main_filter__view a:hover .ico-svg {
  fill: #fff;
}
.main_filter__view a.active {
  background: #CF142B;
  border-color: #CF142B;
}
.main_filter__view a.active .ico-svg {
  fill: #fff;
}
@media (min-width: 768px) {
  .main_filter__legend.hide-xs {
    display: inline-block;
  }
}

.showcase {
  margin: 0 -7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.showcase__col {
  width: 100%;
  padding: 10px 7px;
}
.showcase.showcase_list .showcase__col {
  width: 100%;
}
@media (min-width: 768px) {
  .showcase__col {
    width: 50%;
  }
  .showcase.showcase_list .showcase__col {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .showcase__col {
    width: 33.33%;
  }
  .showcase.showcase_list .showcase__col {
    width: 100%;
  }
}

.goods {
  height: 450px;
  overflow: hidden;
  position: relative;
  border: 1px solid #f3f3f3;
}
.goods__image {
  position: relative;
  z-index: 20;
  padding: 20px 10px 0 10px;
}
.goods__image a {
  display: flex;
  height: 100%;

  align-items: center;
  height: 300px;  
}
.goods__image .img-fluid {
  margin: 0 auto;
}
.goods__content {
  left: 0;
  bottom: 0;
  color: #000;
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 21;
}
.goods__content a {
  color: #000;
  text-decoration: none;
}
.goods:hover .goods__content a {
  color: #fff;
}
.showcase__col .goods__content:hover a {
  color: #000;
}
.showcase__col .goods:hover .goods__content a {
  color: #fff;
}
.showcase__col .goods_list.goods:hover .goods__content a {
  color: #000;
}
.showcase__col .goods_list.goods .goods__content a.goods__button:hover {
  color: #fff;
}
@media (max-width: 1024px) {
  .showcase__col .goods:hover .goods__content a {
    color: #000;
  }  
  .goods__button_compare span:before {
    background: url(../img/stat_b.svg) no-repeat !important;    
  }
  .goods__data {
    padding-bottom: 42px!important;
  }  
  .goods:hover .in-compare span:before {
    background: url(../img/check_b.svg) no-repeat !important;
  }
  .goods:hover .goods__content a {
    color: #000;
  }   
  .goods_list .goods__button:hover {
    background: none!important;
    border-color: #f3f3f3!important;
    color: #000!important;
  }
}
.goods__data {
  padding: 20px 20px 32px 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-height: 390px;
  overflow: hidden;
}
.showcase_list .goods__data {
 /* max-height:auto;*/
}
.goods__data_name {
  height: auto;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  line-height: 27px;
  margin-bottom: 10px;
}
.goods__data_name strong {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.goods__data_name span {
  display: block;
}
.goods__data_type {
  color: #909090;
  font-size: 12px;
  line-height: 18px;
  min-height: 18px;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.goods__data_text {
  display: none;
  margin-bottom: 20px;
}
.goods__data_info {
  margin: 0;
  padding: 0;
  display: none;
  list-style-type: square;
  font-size: 12px;
}
.goods__data_info > li {
  padding-left: 20px;
  position: relative;
}
.goods__data_info > li:before {
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  content: "";
  background: #000;
  position: absolute;
  display: inline-block;
}
.goods__action {
  border-top: 1px solid #f3f3f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.goods_list .goods__action {
  position: relative;

}
.goods__button {
  width: 50%;
  color: #000;
  outline: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 15px 5px;
  display: inline-block;
  text-decoration: none;
}
.goods__button span {
  position: relative;
  display: inline-block;
}

.goods:hover .in-compare span:before {
  background: url(../img/check_w.svg) no-repeat;
}
.goods_list:hover .goods__button_compare span:before {
  background: url(../img/stat_b.svg) no-repeat;
}
.goods:hover .goods__button_view span:before {
  display: none;
}  
.goods_list:hover .goods__data_name a {
  color: #000 !important
}
.goods__button_compare span:before {
  left: 0;
  content: "";
  height: 25px;
  width: 17px;
  position: absolute;
  display: inline-block;
  background: url(../img/stat_w.svg) no-repeat; 
}

.goods_list .goods__button_compare span:before {
  background: url(../img/stat_b.svg) no-repeat;  
}

.goods__button_view span:before {
  display: none;
}
.goods__button:hover {
  color: #000;
  text-decoration: none;
}
.goods__button_compare {
  border-right: 1px solid #f3f3f3;
}
.goods__button_compare span {
  padding-left: 25px;
}
.goods__button_view {
  border-left: 1px solid #f3f3f3;
}
.goods_list .goods__button:hover {
  color: #fff;
  background: #CF142B;
  border-color: #CF142B;
}
.goods_list .goods__button.goods__button_compare:hover span:before {
  background: url(../img/stat_w.svg) no-repeat;  
}
.goods_list .goods__button.goods__button_view:hover span:before {
  background: url(../img/more_w.svg) no-repeat;  
}
@media (min-width: 768px) {
  .goods_list {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .goods:hover .goods__data_name a {
    color: #fff;
  }
  .goods_list .goods__image {
    width: 240px;
    padding-top: 30px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .goods_list .goods__content {
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 20px 15px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
  .goods_list .goods__data {
    padding: 0 15px 0 0;
  }
  .goods_list .goods__data_type {
    color: #000;
    display: block;
  }
  .goods_list .goods__data_text {
    color: #000;
    display: block;
  }
  .goods_list .goods__data_info {
    color: #000;
    display: block;
  }
  .goods_list .goods__data_info li:before {
    background: #000;
  }
  .goods_list .goods__action {
    width: 150px;
    border-top: none;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .goods_list .goods__button {
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid #d9d9d9;
  }
}
@media (min-width: 1200px) {
  .goods__content {
    top: 310px;
    bottom: auto;
    height: 100%;
  }
  .goods__data_type {
    display: block;
  }
  .goods__data_text {
    display: block;
  }
  .goods__data_info {
    display: block;
  }
  .goods:hover .goods__content {
    top: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .goods:hover .goods__data_type {
    color: #fff;
  }
  .goods:hover .goods__data_info > li:before {
    background: #fff;
  }
  .goods:hover .goods__action {
    border-top-color: #fff;
  }
  .goods:hover .goods__button {
    color: #fff;
  }
  .goods:hover .goods__button:hover {
    color: #fff;
  }
  .goods:hover .goods__button_compare {
    border-right-color: #fff;
  }
  .goods:hover .goods__button_view {
    border-left-color: #fff;
  }

  .goods_list:hover .goods__content {
    top: auto;
    color: #000;
    background: transparent;
  }
  .goods_list:hover .goods__data_type {
    color: #000;
  }
  .goods_list:hover .goods__data_info > li:before {
    background: #000;
  }
  .goods_list:hover .goods__action {
    border-top-color: transparent;
  }
  .goods_list:hover .goods__button {
    color: #000;
  }
  .goods_list:hover .goods__button:hover {
    color: #fff;
  }
  .goods_list:hover .goods__button_compare {
    border-right-color: #d9d9d9;
  }
  .goods_list:hover .goods__button_view {
    border-left-color: #d9d9d9;
  }
}
@media (min-width: 1200px) {
  .goods_list .goods__image {
    width: 260px;
  }
  .goods_list .goods__content {
    padding: 40px 60px 30px 20px;
  }
}

.product {
  margin-bottom: 50px;
}
.product__gallery {
  font-size: 0;
  line-height: 0;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid #d6d6d6;
  padding: 20px;
}
.product__gallery .slick-slider {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: calc(100% - 20px);
}
.product__gallery .slick-dotted.slick-slider {
  margin-bottom: 20px;
}
.product__gallery .slick-slider .slick-track {
  height: 100%;
}
.product__gallery .slick-slider .product__gallery_item {
  display: flex;
  align-items: center;
}
.product__gallery .slick-slider .product__gallery_item > a {
  height: 100%;
  width: auto;
  align-items: center;
}
.product__gallery .slick-slider .product__gallery_item > a > img {
  height: 80%;
  width: auto;
  object-fit: cover;
}
.product__gallery .slick-slider .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.product__gallery_item {
  border: none;
  outline: none;
  margin-bottom: 15px;
}
.product__gallery_item a {
  border: none;
  outline: none;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 200px;
}
.product__gallery_item a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: rgba(255, 255, 255, 0.7) url("../img/icon__loop.png") 50% 50% no-repeat;
  background-size: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product__gallery_item a:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product__gallery .slick-dots li {
  margin: 0;
  opacity: 1;
  width: 16px;
  height: 16px;
}
.product__gallery .slick-dots li button {
  opacity: 1;
  width: 16px;
  height: 16px;
  position: relative;
}
.product__gallery .slick-dots li button:before {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  content: "";
  opacity: 1;
  position: absolute;
  background: #dddddd;
  margin: -4px 0 0 -4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.product__gallery .slick-dots li.slick-active button:before {
  background: #CF142B;
}
.slick-dots li:only-child {
  display: none;
}
.product__params {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.product__params > li {
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.product__params > li i {
  width: 45px;
  display: inline-block;
}
.product__params > li i .img-fluid {
  height: 45px;
}
.product__params > li span {
  margin: auto 0;
  display: inline-block;
}
.product__params_text {
  padding-left: 10px;
  width: calc(100% - 45px);  
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.product__weight {
  padding: 15px 20px;
  background: #f0f0f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.product__weight_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.product__weight_value {
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 0;
  line-height: 0;
  padding-top: 23px;
  text-align: center;
  margin-left: 10px;
  background: url("../img/kettlebell.svg") 50% 50% no-repeat;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
body.compensate-for-scrollbar {
  overflow: visible;
}
.product__weight_value span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 8px;
}
.product__weight_value strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 10px;
}
.product__button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  margin: 0 -5px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.product__button > li {
  padding: 0 5px;
}
.product__block {
  font-size: 13px;
  line-height: 25px;
  margin-bottom: 45px;
}
.product_text, .product_full_text {
  text-align: justify;
  font-size: 15px;
}
.product_readmore, .product_readmore_hide {
  line-height: 17px;
  color: #CF142B;
  text-decoration: none;
  display: inline-block;
  /*padding-right: 10px;*/
  /*background: url("../img/goods/icon__angle_right.svg") 100% 50% no-repeat;*/
}
.product_readmore span, .product_readmore_hide span {
  border-bottom: 1px dotted #CF142B;
}
.product_readmore:hover, .product_readmore_hide:hover {
  color: #CF142B;
  text-decoration: none;
}
.product_readmore:hover span, .product_readmore_hide:hover span {
  border-bottom-color: transparent;
}
@media (min-width: 576px) {
  .product__params > li {
    width: calc(50% - 50px);
  }
}


@media (min-width: 768px) {
    .product__gallery {
        width: calc(50% - 5px);
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
  .product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .product__info {
    width: calc(50% - 15px);
  }
  .product__params > li {
    width: 100%;
    margin-bottom: 17px;
  }
}


@media (min-width: 993px) {

  .product__params > li {
    width: 100%;
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .product__gallery {
    height: 300px;
    width: 300px;
    padding: 20px;
  }
  .product__gallery_item {
    margin-bottom: 20px;
  }
  .product__gallery_item a {
    width: 200px;
  }
  .product__info {
    width: 530px;
  }
  .product__params > li {
    margin-bottom: 30px;
    width: calc(50% - 5px);
  }
}

.btn_compare {
  width: 40px;
  height: 40px;
  outline: none;
  font-size: 0;
  line-height: 0;
  padding: 11px 0;
  text-align: center;
  position: relative;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #CF142B;
}
.btn_compare.in-compare {
  background-color: #CF142B;
}
.goods_list .goods__button_compare.in-compare span:before {
  background: url(../img/check_b.svg) no-repeat;
}
.goods_list .goods__button_compare.in-compare:hover span:before {
  background: url(../img/check_w.svg) no-repeat;
}
.btn_compare.in-compare .ico-svg{
  fill: #fff;
}
.btn_compare.in-compare
.btn_compare i {
  width: 14px;
  height: 15px;
  display: inline-block;
}
.btn_compare .ico-svg {
  fill: #CF142B;
}
.btn_compare:hover {
  text-decoration: none;
  background: #CF142B;
}
.btn_compare:hover .ico-svg {
  fill: #fff;
}

.btn_calc {
  width: 40px;
  height: 40px;
  outline: none;
  font-size: 0;
  line-height: 0;
  padding: 9px 0;
  text-align: center;
  position: relative;
  display: inline-block;
  text-decoration: none;
  background: #fff url("../img/goods/icon__count_03.png") 50% 50% no-repeat;
  border: 1px solid #CF142B;
}
.btn_calc:hover {
  text-decoration: none;
  background-color: #CF142B;
}

.btn_purchase {
  height: 40px;
  outline: none;
  font-size: 0;
  line-height: 0;
  color: #000;
  padding: 10px 20px 8px 20px;
  text-align: center;
  position: relative;
  text-decoration: none;
  border: 1px solid #CF142B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.btn_purchase i {
  width: 12px;
  height: 17px;
  margin-top: 2px;
  margin-right: 10px;
  display: inline-block;
}
.btn_purchase span {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}
.btn_purchase .ico-svg {
  fill: #CF142B;
}
.btn_purchase:hover {
  color: #fff;
  text-decoration: none;
  background: #CF142B;
}
.btn_purchase:hover .ico-svg {
  fill: #fff;
}

.product_tabs {
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.product_tabs .video_item .video__image {
  width: 100% !important;
}
.product_tabs__nav {
  margin-right: -2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product_tabs__nav > li {
  width: 50%;
}
.product_tabs__nav > li:nth-child(5), .product_tabs__nav > li:nth-child(6), .product_tabs__nav > li:nth-child(7) {
  width: 33.33%;
}
.product_tabs__nav > li a {
  color: #000;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.product_tabs__nav > li a:hover {
  color: #CF142B;
  text-decoration: none;
}
.product_tabs__nav > li:last-child a {
  border-right: 0;
}
.product_tabs__nav > li.active a {
  color: #CF142B;
}
.product_tabs__content {
  padding: 25px;
}
.product_tabs__item {
  display: none;
}
.product_tabs__item.active {
  display: block;
}
.product_tabs__item .news .section-head {
  margin-bottom: 20px;
}
.product_tabs__item .news,
.product_tabs__item .news .section-head .h3 {
  margin: 0;
}
.product_tabs__item .news .section-head .section-control {
  margin-bottom: 0;
}
.product_tabs__item .news .news-product-slider {
  margin: 0 -6px;
}
@media (min-width: 576px) {
  .product_tabs__nav > li:nth-child(1), .product_tabs__nav > li:nth-child(2), .product_tabs__nav > li:nth-child(3) {
    width: 33.33%;
  }
  .product_tabs__nav > li:nth-child(3) a {
    border-right: none;
  }
  .product_tabs__nav > li:nth-child(4), .product_tabs__nav > li:nth-child(5), .product_tabs__nav > li:nth-child(6), .product_tabs__nav > li:nth-child(7) {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .product_tabs__nav > li {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .product_tabs__nav > li:nth-child(1), .product_tabs__nav > li:nth-child(2), .product_tabs__nav > li:nth-child(3), .product_tabs__nav > li:nth-child(4), .product_tabs__nav > li:nth-child(5), .product_tabs__nav > li:nth-child(6), .product_tabs__nav > li:nth-child(7) {
    width: auto;
  }
  .product_tabs__nav > li:nth-child(3) a {
    border-right: 1px solid #d9d9d9;
  }
}

.slide_box {
  overflow: hidden;
}

.slider_border {
  position: relative;
}
.slider_border:after, .slider_border:before {
  top: 0;
  bottom: 0;
  width: 1px;
  content: "";
  z-index: 100;
  display: block;
  position: absolute;
  background: #fff;
}
.slider_border:after {
  left: 0;
}
.slider_border:before {
  right: 0;
}

.comment {
  margin-bottom: 30px;
}
.comment__heading {
  margin-bottom: 15px;
}
.comment_block .comment__heading_text {
  font-size: 18px;
}
.comment_block .comment__text {
  font-size: 15px;
}
.comment__heading_text {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
}
.comment__heading__rate .fa,
.comment__heading__rate .fas {
  font-size: 12px !important;
  line-height: 12px !important;
}
.comment__text {
  padding: 20px;
  font-size: 13px;
  line-height: 18px;
  background: #f0f0f0;
}
.comment__image {
  display: none;
  padding-left: 20px;
}
.comment__image a {
  display: block;
  border: 1px solid #f2f2f2;
}
.comment_new__box {
  max-width: 400px;
}
@media (min-width: 576px) {
  .comment__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .comment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .comment__body {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .comment__image {
    width: 130px;
    display: block;
    padding-top: 40px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.raty i {
  color: #CF142B;
}
.raty i.star-off {
  color: #d9d9d9;
}

.faq {
  margin-bottom: 20px;
  border: 1px solid #d9d9d9;
}
.faq__question {
  color: #000;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  position: relative;
  background: #f0f0f0;
  padding: 15px 60px 15px 20px;
}
.faq__question i {
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  position: absolute;
  display: inline-block;
  border-left: 1px solid #d9d9d9;
}
.faq__question svg {
  top: 50%;
  left: 50%;
  width: 10px;
  height: 5px;
  position: absolute;
  margin: -3px 0 0 -5px;
  display: inline-block;
  fill: #CF142B;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq__answer {
  color: #000;
  display: none;
  font-size: 14px;
  line-height: 24px;
  padding: 15px 60px 15px 20px;
  border-top: 1px solid #d9d9d9;
}
.faq.open .faq__question svg {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq.open .faq__answer {
  display: block;
}
.nav-link.catalog-dropdown span i{
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  position: absolute;
  display: inline-block;
}
.nav-link.catalog-dropdown span i svg {
  top: 50%;
  left: 50%;
  width: 10px;
  height: 5px;
  position: absolute;
  margin: -3px 0 0 -5px;
  display: inline-block;
  fill: #fff;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.nav-link.catalog-dropdown.open span i svg{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.new_question {
  padding-top: 30px;
}
.product_tabs .new_question {
  padding-top: 0;
}
.compare {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.compare__scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.compare__wrap {
  display: block;
  position: relative;
}
.compare__clear {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 20px;
  padding-left: 40px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.compare__clear:after, .compare__clear:before {
  left: 0;
  top: 50%;
  z-index: 10;
  width: 13px;
  height: 1px;
  content: "";
  position: absolute;
  display: inline-block;
  background: #6a6a6a;
}
.compare__clear:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.compare__clear:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.compare__clear:hover {
  color: #6a6a6a;
  text-decoration: underline;
}
.compare__clear_wrap {
  position: relative;
  margin-bottom: 20px;
}
.compare__data {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 13px;
  line-height: 16px;
  list-style: none;
}
.compare__data li {
  background: #fff;
  padding: 9px 5px;
}
.compare__data li:nth-child(even) {
  background: #f0f0f0;
}
.compare__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.compare__row:nth-child(even) {
  background: #f0f0f0;
}
.compare__row:nth-child(even) .compare__elem_data {
  background: #f0f0f0;
}
.compare__elem {
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  line-height: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.compare__elem span {
  margin: auto 0;
  display: inline-block;
}
.compare__elem_legend {
  width: 54%;
  min-width: 54%;
}
.compare__elem_legend span {
  display: block;
}
.compare__elem_data {
  width: 46%;
  max-width: 46%;
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.compare__elem_heading {
  padding: 0;
}
.compare__nav {
  height: 50px;
}
.compare__legend {
  left: 0;
  top: 0;
  width: 54%;
  z-index: 100;
  background: #fff;
  position: absolute;
  padding-top: 394.5px;
}
.compare__legend ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.compare__legend li {
  color: #000;
  display: block;
  font-size: 13px;
  padding: 8px 5px;
  line-height: 17px;
}
.compare__legend li:nth-child(even) {
  background: #f0f0f0;
}
@media (min-width: 576px) {
  .compare__elem {
    padding: 8px 15px;
  }
  .compare__elem_data {
    width: 46%;
    max-width: 46%;
  }
  .compare__elem_heading {
    padding: 0;
  }
  .compare__legend {
    padding-top: 405px;
  }
  .compare__legend li {
    padding: 8px 15px;
  }
}
@media (min-width: 768px) {
  .compare__clear {
    right: 0;
    top: -45px;
    position: absolute;
  }
  .compare__clear_wrap {
    margin-bottom: 0;
  }
  .compare__nav {
    height: 100px;
  }
  .compare__elem_data {
    width: 205px;
    max-width: 205px;
  }
  .compare__elem_legend {
    width: auto;
    min-width: 280px;
  }
  .compare__elem_legend span {
    max-width: 250px;
  }
  .compare__legend {
    width: 280px;
  }
  .compare .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: auto;
    bottom: auto;
    top: 450px;
    width: 410px;
  }
  .compare .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.compare .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    top: -10px;
    width: 38px;
    height: 34px;
    display: block;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    margin: 0 auto;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dadada;
  }
  .compare .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:before,
.compare .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:before {
    top: 50%;
    left: 50%;
    width: 24px;
    color: #777777;
    font-size: 16px;
    font-weight: 900;
    line-height: 16px;
    text-align: center;
    position: absolute;
    margin: -8px 0 0 -12px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Pro";
  }
  .compare .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:hover,
.compare .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:hover {
    background: #f0f0f0;
  }
  .compare .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:hover:before,
.compare .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:hover:before {
    color: #CF142B;
  }
  .compare .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
  }
  .compare .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:before {
    content: "";
  }
  .compare .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: auto;
    right: 37px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
  }
  .compare .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:before {
    content: "";
  }
  .compare .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 90px 0 0;
  }
  .compare .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #CF142B !important;
  }
  .compare .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
    background: #CF142B !important;
  }
  .compare .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #CF142B !important;
  }
}
@media (min-width: 992px) {
  .compare__elem_legend {
    min-width: 267px;
  }
  .compare__elem_legend span {
    max-width: 237px;
  }
  .compare__legend {
    width: 267px;
  }
}
@media (min-width: 1200px) {
  .compare__elem_legend {
    min-width: 242px;
  }
  .compare__elem_legend span {
    max-width: 212px;
  }
  .compare__legend {
    width: 242px;
  }
  .compare .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: 615px;
  }
}

.compare_product {
  height: 395px;
  overflow: hidden;
  position: relative;
  padding: 20px 10px 15px 10px;
  border: 1px solid #f1f1f1;
}
.compare_product__remove {
  top: 5px;
  right: 5px;
  z-index: 20;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  display: inline-block;
}
.compare_product__remove:after, .compare_product__remove:before {
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 13px;
  height: 1px;
  content: "";
  margin-left: -6px;
  position: absolute;
  display: inline-block;
  background: #CF142B;
}
.compare_product__remove:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.compare_product__remove:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.compare_product__remove:hover:after, .compare_product__remove:hover:before {
  background: #000;
}
.compare_product__image {
  display: block;
  max-width: 160px;
  margin: 0 auto 15px auto;
}
.compare_product__name {
  color: #000;
  height: 60px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
  text-decoration: none;
  margin-bottom: 8px;
}
.compare_product__name:hover {
  color: #000;
  text-decoration: none;
}
.compare_product__type {
  color: #5b5b5b;
  font-size: 13px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .compare_product {
    height: 360px;
    padding: 15px 20px 15px 20px;
  }
  .compare_product__image {
    margin-bottom: 10px;
  }
  .compare_product__name {
    height: 160px;
    font-size: 18px;
  }
}

.contact_nav__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  border: 1px solid #d9d9d9;
  border-top: none;
  padding: 14px 6px 14px 22px;
}
.contact_nav .nav-link {
  color: #000;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  padding: 14px 6px 14px 19px;
  border: 1px solid #d9d9d9;
  border-left: 3px solid #CF142B;
  background: #f0f0f0;
}
.contact_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact_nav ul li {
  position: relative;
  border: 1px solid #d9d9d9;
  border-top: none;
}
.contact_nav ul li a {
  color: #000;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  padding: 14px 6px 14px 19px;
  border-left: 3px solid transparent;
}
.contact_nav.mobile ul li .sub_nav li a {
  padding-left: 40px;
}
.contact_nav.mobile ul li .sub_nav li {
  border: 0;
}

.contact_nav ul li.active li a {
    color: #000;
    background: #fff;
    border-left-color: #fff;
}
.contact_nav ul li.active li.active a {
  color: #CF142B;
  background: #f0f0f0;
  border-left-color: #CF142B;  
}
.contact_nav ul li a:hover {
  color: #CF142B;
  background: #f0f0f0;
  text-decoration: none;
  border-left-color: #CF142B;
}
.contact_nav ul li.active a {
  color: #CF142B;
  background: #f0f0f0;
  border-left-color: #CF142B;
}
.about-page ul.nav li:before {
  display: none;
}
.about-page ul.nav li {
  padding-left: 0;
  margin-bottom: 0;
}
.contact_map {
  margin-bottom: 20px;
}

#hide-mobile-sidebar ul li.active {
  border-left: 0;
}
#hide-mobile-sidebar ul li:hover {
  border-left: 0;
}
.contact_type {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact_type li {
  width: 33.33%;
  border: 1px solid #d8d8d8;
  border-right: none;
  border-bottom: none;
}
.contact_type li:last-child {
  border-right: 1px solid #d8d8d8;
}
.contact_type li a {
  width: 100%;
  font-size: 0;
  line-height: 0;
  height: 68px;
  font-weight: 700;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.contact_type li a i {
  display: none;
}
.contact_type li a span {
  font-size: 10px;
  line-height: 18px;
  display: inline-block;
}
.contact_type li a:hover,.contact_type li a.is-checked {
  color: #CF142B;
  background: #f0f0f0;
  text-decoration: none;
}

.contact_type li.active a {
  color: #CF142B;
  background: #f0f0f0;
}
@media (min-width: 768px) {
  .contact_type li a {
    padding: 10px 10px;
  }
  .contact_type li a i {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .contact_type li a {
    padding: 10px 10px;
  }
  .contact_type li a i {
    margin-right: 20px;
  }
  .contact_type li a span {
    font-size: 14px;
  }
}

.contact {
  font-size: 15px;
  line-height: 25px;
  padding: 10px 20px 13px 20px;
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact.active {
  background: #f0f0f0;
}
.contact__info {
  width: 100%;
  margin-bottom: 20px;
}
.contact__info_name {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #CF142B;
  margin-bottom: 4px;
  text-decoration: none;
  display: inline-block;
  font-family: "Open Sans", Arial, sans-serif;
}
.contact__info_name:hover {
  color: #000;
  text-decoration: none;
}
.contact__info_address {
  font-weight: 700;
  font-family: "Open Sans", Arial, sans-serif;
}
.contact__info_metro {
  color: #656565;
  font-size: 13px;
  line-height: 20px;
  padding-left: 24px;
  background: url("../img/icon__metro.png") 0 3px no-repeat;
}
.contact__phones {
  width: 100%;
}
.contact__phones ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact__phones a {
  color: #000;
  text-decoration: none;
}
.contact__phones a:hover {
  color: #000;
  text-decoration: none;
}
.contact__email {
  width: 100%;
}

.contact__email ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact__email a {
  color: #CF142B;
  text-decoration: none;
}
.contact__email a:hover {
  color: #000;
  text-decoration: none;
}
@media (min-width: 768px) {
  .contact {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .contact__email {
    width: 50%;
  }
  .contact__phones {
    width: 50%;
  }
  .contact__info {
    margin-bottom: 0;
    padding-right: 20px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 50%;
  }
  .contact__phones {
    width: 200px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .contact__email {
    width: 150px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.contact_map {
  height: 400px;
  border: 1px solid #d8d8d8;
}
@media (min-width: 768px) {
  .contact_map {
    height: 450px;
  }
}

.map_points {
  width: 250px;
  color: #636363;
  font-size: 13px;
  line-height: 16px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.map_points__name {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #CF142B;
  margin-bottom: 4px;
  text-decoration: none;
  display: inline-block;
  font-family: "Open Sans", Arial, sans-serif;
}
.map_points__name:hover {
  color: #000;
  text-decoration: none;
}
.map_points__address {
  width: 100%;
}
.map_points__metro {
  width: 100%;
  color: #656565;
  font-size: 13px;
  line-height: 20px;
  padding-left: 24px;
  background: url("../img/icon__metro.png") 0 3px no-repeat;
}
.map_points__phones {
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;
  width: 100%;
}
.map_points__phones a {
  color: #636363;
  text-decoration: none;
}
.map_points__phones a:hover {
  color: #636363;
  text-decoration: none;
}
.map_points__email {
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;
  width: 100%;
}
.map_points__email a {
  color: #CF142B;
  text-decoration: none;
}
.map_points__email a:hover {
  color: #CF142B;
  text-decoration: none;
}

.contact_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact_elem {
  width: 100%;
  font-size: 15px;
  line-height: 25px;
  padding: 15px 20px;
  margin: 0 0 20px 0;
  border: 1px solid #d8d8d8;
  cursor: pointer;
}
.contact_group .contact_elem {
  width: 100%;
}
.contact_elem__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
  font-family: "Open Sans", Arial, sans-serif;
}
.contact_elem__phone {
  color: #000;
  text-decoration: none;
}
.contact_elem__adr {
  color: #000;
  text-decoration: none;
}
.contact_elem__phone:hover {
  color: #CF142B;
  text-decoration: none;
}
.contact_elem__adr:hover {
  color: #CF142B;
  text-decoration: none;
}
.contact_elem__email {
  color: #CF142B;
  text-decoration: none;
}
.contact_elem__email:hover {
  color: #000;
  text-decoration: none;
}
@media (min-width: 768px) {
  .contact_elem {
    width: calc(50% - 20px);
    margin: 0 20px 20px 0;
  }
}
@media (min-width: 992px) {
  .contact_elem {
    width: calc(33.3% - 20px);
  }
}

.sidebar {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar li {
  position: relative;
  border: 1px solid #d9d9d9;
  border-top: none;
  line-height: 12px !important;
}
.sidebar li a {
  color: #000;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  padding: 0.7rem 0.4rem 0.7rem 1.4rem;
}
/*.sidebar li a:hover, .sidebar li a:active, .sidebar li a:focus{
  color: #CF142B;
  background: #f0f0f0;
  text-decoration: none;
  border-left-color: #CF142B;
}*/
.sidebar li.active, .sidebar li:hover, .sidebar li:active, .sidebar li:focus {
  background-color: #f0f0f0;
}
.sidebar li:hover .sub_nav li, .sidebar li.active .sub_nav li  {
  background-color: #fff;  
}

.sidebar li:hover .sub_nav li a, .sidebar li.active .sub_nav li a {
  color: #000; 
}
.sidebar li:hover .sub_nav li:hover, .sidebar li.active .sub_nav li.active  {
  background-color: #f0f0f0;  
}
.sidebar li:hover .sub_nav li:hover a, .sidebar li.active .sub_nav li.active a {
  color: #CF142B;
}
.sidebar li.active:before, .sidebar li:hover:before, .sidebar li:active:before, .sidebar li:focus:before{
  content: '';
  position: absolute;
  height: calc(100% + 2px);
  background-color: #CF142B;
/*  height: 50px;*/
  width: 4px;
  left: -1px;
  top: -1px;
}
.main-nav.main-nav-mobile .sidebar li.active:before, .main-nav.main-nav-mobile .sidebar li:hover:before, .main-nav.main-nav-mobile .sidebar li:active:before, .main-nav.main-nav-mobile .sidebar li:focus:before {
  left: 0;
}
.sidebar li:has(a:hover):before, .sidebar li:has(a:active):before, .sidebar li:has(a:focus):before, .sidebar li.active:has(a):before {
  content: '';
  position: absolute;
  height: calc(100% + 2px);
  background-color: #CF142B;
  width: 4px;
  left: -1px;
  top: -1px;
}
.sidebar li.active a, .sidebar li:hover a, .sidebar li:active a, .sidebar li:focus a {
  color: #CF142B;
}
.sidebar li.special.active:before, .sidebar li.special:hover:before, .sidebar li.special:active:before, .sidebar li.special:focus:before {
	width: 0;
}
.news_block {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #f3f3f3;
}
.news_block__image {
  margin-bottom: 20px;
}
.news_block__image .img-fluid {
    max-height: 200px;
    display: inline-block;
}
.news_block__image a {
  display: block;
  text-align: center;
}
.news_block__date {
  color: #878787;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 15px;
}
.news_block__text {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 20px;
}
.news_block h4,
.news_block .h4 {
  color: #000;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 5px 0;
}
.news_block h4 a,
.news_block .h4 a {
  color: #000;
  text-decoration: none;
}
.news_block h4 a:hover,
.news_block .h4 a:hover {
  color: #CF142B;
  text-decoration: none;
}
@media (min-width: 768px) {
  .news_block {
    padding: 30px 15px 30px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .news_block__image {
    width: 280px;
    margin-bottom: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .news_block__content {
    padding-left: 30px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.post_date {
  color: #878787;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 15px;
}

.company_box {
  margin-bottom: 60px;
}
.company_box__image {
  margin-bottom: 30px;
  padding: 40px 20px;
  border: 1px solid #dadada;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.company_box__logo {
  margin: auto;
  max-width: 320px;
  display: block;
}
.company_box__text p {
  margin-bottom: 25px;
}
.company_box__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 320px) {
  .section-head h3,
  .section-head .h3 {
    font-size: 21px;
  }
  .modal {
    max-width: 300px;
  } 
}

@media (min-width: 768px) {
  .company_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .company_box__image {
    width: 45%;
    margin-bottom: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .company_box__text {
    padding-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media (min-width: 1200px) {
  .company_box__image {
    width: 380px;
  }
}

.vacancies {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 20px;
  border: 1px solid #d8d8d8;
  padding: 25px 20px 30px 20px;
}
.vacancies h4 {
  padding: 0;
  margin: 0 0 15px 0;
}
.vacancies__requirement {
  padding: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
  margin: 0 0 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vacancies__requirement li {
  color: #8f8f8f;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
}
.vacancies__requirement li:after {
  content: "—";
  color: #d8d8d8;
  padding: 0 10px;
}
.vacancies__requirement li:last-child:after {
  display: none;
}
.vacancies__text {
  margin-bottom: 10px;
}
.vacancies .vacancy-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.vacancies_heading {
  padding: 10px 10px;
  background: #f0f0f0;
  margin-bottom: 50px;
  border-left: 3px solid #c22328;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .vacancies_heading li {
  padding: 10px 10px;
  margin-bottom: 10px;  
}
.about-page .vacancies_heading li:before {
  display: none;
}
.about-page .vacancies_heading {
  margin-bottom: 40px;
  padding-bottom: 0;
  padding-left: 20px;
}
.about-page .btn_group.mb_60 li:before {
  display: none;
  }
.about-page .btn_group.mb_60 li {
  margin-left: 0;
  padding-left: 0;
}
.vacancies_heading li strong {
  display: block;
  font-size: 15px;
  line-height: 20px;
}
.vacancies_heading li span {
  font-size: 13px;
  line-height: 22px;
  display: block;
}
@media (min-width: 768px) {
  .vacancies_heading li {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .vacancies_heading {
    padding: 10px 20px;
  }
}

/*-------------------objects-----------------*/
.main-objects .col-md-4 {
  padding-left: 0!important;
  padding-right: 0!important;
  margin-bottom: 14px;
}

.new-object-item{
  height: 320px;
  box-sizing: border-box;
  margin: 0 auto;
  border: 1px solid #f3f3f3;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.new-object-logo{
  margin: 0 auto;
}
.new-object-item:hover .new-ones-content{
  top:0;
  background: rgba(0,0,0,0.7);
  color: #fff;
}
.new-object-item:hover .new-ones-descr{
  color: #fff;
}
.object__image {
  height: 200px;
}
.new-object-content{
  width: 100%;
  position: relative;
  color: #000;
  margin: 0 auto;
  padding: 10px 20px 0;
  font-size: 14px;
  transition: .5s ease;

}
.new-object-content ul li{
  list-style: square;

}
.new-object-content ul{
  margin-top: 20px;
  padding-left: 17px;
}
.new-object-content-btn{
  border-top: 2px solid #fff;
  width: 100%;
  font-size: 0;

}
.new-object-content-btn img{
  display: inline;
}
.object-more{
  text-align: left;
  box-sizing: border-box;
  display: block;
  font-size: 15px;
  padding-top: 10px;
  font-weight: normal;
  color: #CF142B;
  font-family: "Open Sans", Arial, sans-serif;
}
    .object-more span{
      position: relative;
      top: 3px;
      margin-right: 6px;
    }
.object-more:hover{
  color: #ba1711;
}
.new-object-name{
  font-size: 18px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  vertical-align: baseline;
}
.new-object-name span{
  font-size: 14px;
  line-height: 1;
}
.new-object-descr{
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #909090;
  transition: .6s ease;
}

.tree-nav{
  display: flex;
}
.tree-nav li{
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1;
}
.tree-nav li a{
  font-size: 12px;
  color: #CF142B;
  text-decoration: underline;
}
.tree-nav li a.active{
  color: #000;
  text-decoration: none;
}
.tree-nav span{
  padding: 0px 10px;
  color: #d8d8d8;
}
.categories-name{
  font-size: 24px;
  margin:20px 0px;
  font-weight: bold;
  font-family: "Open Sans", Arial, sans-serif;
}
.sidebar-name{
  font-size: 20px;
  margin:13px 0px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
}
.sidebar .nav-link.region-name{
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.sidebar .nav-item:first-child {
  border-top: 1px solid #d9d9d9;
}
@media (min-width: 768px) {
  .new-object-item{
    margin-right: 14px;
  }
  .main-objects .col-md-4:nth-child(3n+3) .new-object-item {
    margin-right: 5px!important;
  }
}
@media (max-width: 768px) {
  .goods__data_type {
    margin-bottom: 22px;
  }
  footer .navbar-collapse {
    display: block!important;
    margin: 20px 0;
    text-align: center;
  }
  footer .navbar-collapse .social-link:first-child {
    margin-left: 0!important;
  }
  footer .navbar-collapse .input-group {
    display: none;
  }
  .new-object-logo {
    width: 100%;
  }
  .special-line__head h1 {
    margin-bottom: 10px;
  }
  .special-line__head {
    margin-bottom: 22px;
  }
  .special-line__head .special-line__label-block {
    position: relative;
  }
  .navbar-nav .dropdown-toggle .dropdown-menu:before {
    display: none;
  }
  .func-btn-phone {
    display: none;
  }
  .navbar-nav .dropdown-toggle .dropdown-menu {
    border: 1px solid #f0f0f0;
    padding: 0;
  }
  .navbar-nav .dropdown-toggle .dropdown-menu .dropdown-item a {
    border: 0;
  }
  .navbar-nav .dropdown-toggle .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #f0f0f0;    
  }
  .navbar-nav .dropdown-toggle .dropdown-menu .dropdown-item:hover {
    background-color: #fff;
  }
  .navbar-nav .dropdown-toggle .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
  }
  .product_tabs__nav > li:nth-child(4),
  .product_tabs__nav > li:nth-child(5),
  .product_tabs__nav > li:nth-child(6) {
    width: 20%;
  }
  .product_tabs__nav > li:nth-child(7) {
    width: 40%;
  }
}
@media (max-width: 576px) {
  .product_tabs__nav > li,
  .product_tabs__nav > li:nth-child(4),
  .product_tabs__nav > li:nth-child(7) {
    width: 50%;
  }
  .product_tabs__nav > li:nth-child(5),
  .product_tabs__nav > li:nth-child(6) {
      width: 25%;
  }
}
@media (max-width: 320px) {
    .product_tabs__nav > li,
    .product_tabs__nav > li:nth-child(4),
    .product_tabs__nav > li:nth-child(5),
    .product_tabs__nav > li:nth-child(6),
    .product_tabs__nav > li:nth-child(7) {
        width: 100%;
    }
}
/*-------------------objects-end-----------------*/

/*-------------------object-----------------*/
.main-object .prev, .main-object .next {
  width: 35px;
  height: 32px;
  border-radius: 3px;
  color: #777;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 4px 2px 0px rgba(50, 50, 51, 0);
  top: 20%;
  transform: translateY(-20%);
}
.main-object .prev {
  left: 49px;
}
.main-object .next {
  right: 14px;
}
.main-object .prev:hover, .main-object .next:hover {
  background-color: #fff;
  color: #CF142B;
}
.main-object .prev i, .main-object .next i {
  top: 0;
}
.main-object .prev i {
  left: 25%;
}
.main-object .next i {
  right: 25%;
}
.object-thumb .slick-track {
  margin-right: 0;
  margin-left: 0;
}
.full-slider .slick-slide {
    height: 450px;
    background-position: center !important;
    background-size: cover !important;
}
.object-thumb .slick-slide {
    height: 100px;
    background-position: center !important;
    background-size: cover !important;
    margin: 20px 20px 0 0;
}
@media (max-width: 997px) {
  .object-thumb .slick-slide {
      height: 75px;
      margin: 10px 10px 0 0;
  }
}

@media (max-width: 568px) {
  .full-slider .slick-slide {
      height: 250px;
      background-position: center !important;
      background-size: cover !important;
  }
  .object-thumb .slick-slide {
      height: 50px;
      margin: 2px 2px 0 0;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .object-thumb .slick-slide {
      height: 75px;
      margin: 5px 5px 0 0;
  }
}

.object-thumb {
  margin-bottom: 40px;
}
.form-inline .adr {
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans", Arial, sans-serif;
  color: #000;
}
.func-btn-adr {
    width: 44px;
    height: 44px;
    background: #CF142B;
    border-radius: 50%;
    border: none;
    margin-right: 20px !important;
    margin-left: 0 !important;
}
.main-object .description {
  text-align: left;
  padding: 40px 0 0 0px;
}
.main-object .calc {
  margin: -1px -6px;
}
.no-padding {
  padding-left: 0!important;
  padding-right: 0!important;
}
.no-padding .main_heading {
 margin-top: 30px;
}

.object-slider .section-control{
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 20%;
  transform: translateY(-20%);
}
.object-slider .section-control button.sect-contr-next {
  right: 40px;
  position: absolute;
  border-radius: 2px;
}
.object-slider .section-control button.sect-contr-prev{
  left: 20px;
  position: absolute;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .object-thumb .slick-slide {
    padding: 20px 2px 0;
  }
  .object-thumb .slick-slide img {
    height: auto;
  }
  .no-padding .ques-bt {
    width: 46%;
    margin-right: 10px;
  }
  .no-padding .btn a.study {
    font-size: 10px;
    padding: 15px 0;
  }
  .no-padding .main_heading {
    margin-bottom: 5px;
  }
  .form-inline .adr {
    width: 70%;
  }
  .main-object .description {
    padding-top: 20px;
  }
  .contact_nav.mobile {
    display: block !important;
  }
}

.contact_nav.mobile {
  display: none;
  margin-bottom: 20px;
}
.contact_nav.mobile a span{
  position: absolute;
  right: 15px;
}
.contact_nav.mobile a.active span i{
  transform: rotate(180deg);
}
.contact_nav.mobile a.active.collapsed span i{
  transform: rotate(0);
}
.prev-object, .next-object {
  color: #CF142B;
  text-decoration: underline;
  position: absolute;
}
.prev-object:hover, .next-object:hover {
  color: #CF142B;
  text-decoration: none;
}
.prev-object {
  left: 0;
}
.next-object {
  right: 0;
}
.object-title {
  position: relative;
}
/*-------------------object-end-----------------*/

/*-------------------reviews-----------------*/
.review_block__content a {
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans", Arial, sans-serif;
  color: #000;
}
.review_block__content a:hover {
  text-decoration: none;
  color: #CF142B;
}
.review_block__rate {
  color: #CF142B;
  padding: 10px 5px 10px 0;
}
.review_block__rate .fa-star:last-child {
  color: #d9d9d9;
}
.review_block__text {
  background-color: #f0f0f0;
  padding: 20px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #000;
  line-height: 1.3;
}
.review_block__image {
  display: none;
}
.review_block {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .review_block {
    padding: 0 0 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .review_block__image {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 52px;
    padding-left: 15px;
    margin-right: 0;
  }
  .review_block__image img {
    height: 154px;
    width: auto;
  }
  .review_block__content {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 740px;
  }
}

.review {
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  background-size: cover;
}

.review .row {
  width: 100%;
}
.review-text {
  padding-bottom: 20px;
}
.review-text .h5 {
  font-size: 24px;
  font-weight: 700;
}

.review-text p {
  font-size: 14px;
  margin-top: 10px;
}
.review-text span {
  color: #CF142B;;
}
.review-text .h5 {
  margin-bottom: 30px;
}
.review_form {
  font-size: 0px;
  text-align: left;
}

.review_form .review_form-input {
  font-size: 14px;
  width: 60%;
  padding: 10px 20px;
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
}
.review_form .file_form {
  padding-top: 10px;
}
.review_form .review_form-input::placeholder {
  color: #b0b0b0;
}

.review_form-btn {
  font-size: 14px;
  border: none;
  outline: none;
  width: 40%;
  text-align: center;
  padding: 12px 0 14px 0;
  background-color: #CF142B;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.review_form-btn:hover {
  background: #ba1711;
}

.review_form-btn:focus {
  outline: none;
}
.review_form .col-md-6 {
  padding-right: 0;
  padding-left: 0;
}

.review_form {
  margin-top: 25px;
}

.review_form .review_form-input {
  width: 100%;
  margin-bottom: 15px;
}
.review_form-btn {
  width: auto;
  padding: 14px 20px 14px 20px;
}
.review_form {
  margin-top: 25px;
}

.review_form {
  width: 100%;
  margin-bottom: 15px;
}
.review_form textarea {
  width: 100%;
  height: 120px;
  resize: none;
  padding: 14px 18px 14px 18px;
  color: #363F54;
  font-size: 14px;
  outline: none;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.review-text .file_form__elem span {
  color: #adadad;
}
.review_form .review_block__rate i{
  font-size: 15px;
  color: #CF142B;
  cursor: pointer;
  padding-right: 5px;
}
.review_form .review_block__rate  i:hover, .review_form .review_block__rate i:focus {
  color: #CF142B;
}


.file-input {
  display: inline-block;
  text-align: left;
  background: #fff;
  padding: 16px 0;
  width: 100%;
  position: relative;
  border-radius: 3px;
  font-size: 13px;
}

.file-input > [type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
  display: inline-block;
  cursor: pointer;
  background: transparent;
  padding: 8px 8px;
  border-radius: 2px;
  margin-right: 8px;
}
.file-input .clip {
  position: relative;
  top: 5px;
}
.file-input:hover > .button {
  color: #000;
}

.file-input > .label {
  color: #707070;
  white-space: nowrap;
  opacity: .3;
}

.file-input.-chosen > .label {
  opacity: 1;
}

.file-input .btn-reset {
  background-color: transparent;
  z-index: 999;
  position: absolute;
  bottom: 15px;
}
/*-------------------reviews-end-----------------*/

/*-------------------404-----------------*/
.main.error-page {
  text-align: center;
  min-height: 60vh;
}
.main .error-wrapper {
  position: relative;
  top: 32%;
  left: 50%;
  transform: translate(-50%);
  margin-top: 2%;
}
.main .error {
  font-size: 12px;
  color: #CF142B;
  font-weight: bold;
}
.main .error-page .error {
  font-size: 90px;
}
.main .info {
  font-size: 24px;
  padding-bottom: 40px;
}

.main .redirect {
  position: relative;
  font-size: 15px;
  color: #CF142B;
  text-transform: uppercase;
  font-weight: bold;
}

.main .redirect:hover {
  color: #000;
  text-decoration: none;
}

@media (max-width: 767px) {
  .main .error-wrapper {
    top: 22%;
  }
  .error-wrapper .info {
    font-size: 20px;
    margin: 5%;
  }
  .about-page p img {
   /* width: calc(50% - 10px) !important;*/
    height: auto !important;
    margin: 2px 5px;
  }
}
@media (min-width: 768px) {
  .about-page p img {
  /*  width: calc(25% - 10px) !important;*/
    height: auto !important;
    margin: 2px 5px;
  }
}
/*-------------------404-end-----------------*/

/*-------------------about-----------------*/
.about-page p {
  font-size: 15px;
  margin-bottom: 15px;
}
.about-page blockquote p {
  font-size: 13px;
  line-height: 25px;
  color: #707070;
  margin-bottom: 0;
}

blockquote {
  padding: 30px;
  background: #f0f0f0;
  margin-bottom: 50px;
  border-left: 3px solid #c22328;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
blockquote h3 {
  margin-bottom: 30px;
  padding-top: 0;
}

.about-page ul {
  padding: 0 0 20px 0;
  list-style: none;
  margin: 0;
}
.about-page ul li {
  margin-bottom: 20px;
  font-size: 15px;
  padding-left: 16px;
  position: relative;
}
.about-page ul.goods__data_info li {
  margin-bottom: 0;
}
.about-page ul li:before {
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  display: inline-block;
  background: #CF142B;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;  
}

/*-------------------about-end-----------------*/

/*-------------------videos-----------------*/
.video-wrapper {
  padding-top: 20px;
}
.videos .nav-fill .nav-item {
  border: 1px solid #c4c4c4;
  margin-right: 12px;
  margin-bottom: 12px;
  flex: 0 1 auto;
}
.videos .nav-fill .nav-item.active {
  background-color: #CF142B;
  border: 1px solid transparent;
}
.videos .nav-fill .nav-item:hover {
  background-color: #CF142B;
  border: 1px solid transparent;
}
.videos .nav-link {
  text-transform: none;
  font-size: 15px;
  color: #000;
}
.videos .nav {
  padding-top: 10px;
}
.videos .showcase {
  /*padding-top: 10px;*/
}
.videos .nav-fill .nav-item:hover a {
  color: #fff;
}
.videos .nav-fill .nav-item.active a{
  color: #fff;
}
.videos .catalog-item a.nav-link {
  padding-left: 0;
  padding-right: 0;
}
.videos .nav-link {
  padding: 10px 34px;
}

@media screen and (max-width: 575px) {
  .videos .video-item {
    width: 100% !important;
  }
  .content-text table td, th {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .videos .video-item {
    width: 49%;
    margin: 4px 1px;
  }
  .videos .nav {
    width: 100%;
  }
  .videos .nav-fill .nav-item {
    width: 30%;
  }
  .videos .nav-link {
    padding: 10px 0;
  }
}

.gallery .video_item {
  margin-bottom: 20px;
  margin: 0 5px;
}
.video_item:hover .video__data_name p{
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px;
}
.video_item .video__data_name {
  padding: 10px;
}
.video_item .video__data_name a:active, .video_item .video__data_name a:focus {
  outline: none!important;
}
.video_item .video__data_name p{
  background-image: linear-gradient(0,transparent 0%,rgba(0,0,0,.3) 0);
  background-image: -webkit-linear-gradient(0,transparent 0%,rgba(0,0,0,.3) 0);
  background-image: -moz-linear-gradient(0,transparent 0%,rgba(0,0,0,.3) 0);
  background-repeat: no-repeat;
  background-position: bottom left;
  -webkit-background-size: 0% 1px;
  background-size: 0% 1px;
  -webkit-transition: background .2s linear;
  -moz-transition: background .2s linear;
  -ms-transition: background .2s linear;
  -o-transition: background .2s linear;
  transition: background .2s linear;
  display: inline;
}
.video_item .video__data_name a{
  background-image: linear-gradient(0,transparent 0%,rgba(0,0,0,.3) 0);
  background-image: -webkit-linear-gradient(0,transparent 0%,rgba(0,0,0,.3) 0);
  background-image: -moz-linear-gradient(0,transparent 0%,rgba(0,0,0,.3) 0);
  background-repeat: no-repeat;
  background-position: bottom left;
  -webkit-background-size: 0% 1px;
  background-size: 0% 1px;
  -webkit-transition: background .2s linear;
  -moz-transition: background .2s linear;
  -ms-transition: background .2s linear;
  -o-transition: background .2s linear;
  transition: background .2s linear;
  display: inline;
  font-size: 15px;
  font-weight: normal;
  color: #000;
}
.video_item:hover .video__data_name a{
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px;
    text-decoration: none !important;
    color: #000 !important;
}

.video_item:hover a{
  text-decoration: none;
}
.video_item .logo-video {
  position: relative;
}
.video_item .video__image {
  position: relative;
}
.video_item .video__image {
  height: 205px;
}
.video__data_name {
  padding-top: 10px;
}
.video__data_name a{
  font-size: 18px;
  color: #000;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
}
.video_item:hover .video__data_name a{
  color: #CF142B;
  text-decoration: underline;
}

.video_item:hover .video-link {
  background: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 768px) {
  .video_item .logo-video {
    width: 100%;
  }
  .nav-fill .nav-item {
    width: 100%;
  }
  .main_filter__view a {
    display: none;
  }
}
/*-------------------about-end-----------------*/

/*-------------------Search-----------------*/
.search.input-group {
  max-width: 100%;
}
.search_filter {
  padding: 30px 0 0 0;
  margin-bottom: 13px;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.search_filter__show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.search_type {
  margin: -1px 0;
  padding: 0;
  list-style: none;
  border-right: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.search_type li {
  border: 1px solid #d8d8d8;
  border-right: none;
}
.search_type .active {
  background-color: #f0f0f0;
}
.search_type li:hover {
  background-color: #f0f0f0;
}
.search_type .active a span{
  color: #CF142B;
}
.search_type li:hover a span{
  color: #CF142B;
  text-decoration: none;
}
.search_type li a {
  width: 100%;
  font-size: 0;
  line-height: 0;
  height: 68px;
  padding: 25px;
  font-weight: 700;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.search_type li a span {
  font-size: 12px;
  line-height: 18px;
  display: inline-block;

}

#bx_incl_area_10 {
    display: flex !important;
    flex: 1 1 auto !important;
}


label + input[type="text"] + span, label + textarea + span {
    display: none;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    position: absolute;
    left: 0;
    padding: 0 0 10px 0;
    height: 32px;
    color: #CF142B;
    border: 0;
    font-size: 10px;
    white-space: nowrap;
}

.fancybox-content {
  overflow: hidden !important;
}
.sub_nav {
  border-top: 1px solid #d9d9d9;
}
.sub_nav li a {
  font-size: 13px;
  padding-left: 40px;
  position: relative;
}
.sub_nav li a:before{
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: red;
  font-size: 10px;
  left: 20px;
  top: 50%;
}
.sub_nav li {
  border: 0;
  background-color: transparent;
}
/*-------------------Search-end-----------------*/

#calc-app {
  padding: 20px;
  border: 1px solid #d9d9d9;
  display: none;
}
.calc-select .label {
  padding: 10px 0;
}
.calc__out div {
  padding-bottom: 10px;
}
.calc__categories {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.out_data_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.out_data {
  margin-right: 10px;

}
.out_data span {
  font-weight: bold; 
}
.out_title {
  margin-right: 10px;
}
.calc-app .send_form-btn {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .calc__out div{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  } 
}
.ymaps-2-1-72-b-cluster-tabs__menu-item-text {
  color: #636363 !important;
}
.ymaps-2-1-72-b-cluster-tabs__menu-item-text:hover {
  color: #CF142B !important;
}
.special-line__head {
  position: relative;
}
.special-line__label {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
  width: 98px;
  text-align: center;
}
.special-line__label-block {
  position: absolute;
  top: 0;
  right: 0;
}

.nav.flex-column.second {
  position: absolute;
  background-color: #fff;
  z-index: 99;
  max-height: 0;
  overflow-y: auto;
  display: block;
  width: 100%;
}
.nav.flex-column.second.active {
  min-height: 420px;
  box-shadow: 0 2px 2px -1px rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.nav.flex-column.second.active::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
  background-color: #fff;
}

.nav.flex-column.second.active::-webkit-scrollbar
{
  width: 7px;
  background-color: #fff;
}

.nav.flex-column.second.active::-webkit-scrollbar-thumb
{
  background-color: #CF142B;
}
.nav.flex-column.second.active {
  scrollbar-color: #CF142B #fff;
  scrollbar-width: thin;
}
.sidebar .second_nav li.active:before, .sidebar .second_nav li:hover:before, .sidebar .second_nav li:active:before, .sidebar .second_nav li:focus:before {
  height: 43px;
}
.second_nav {
  border-top: 1px solid #ddd;
}


/* dropdwon menu css */
#navbarSupportedContent,
#navbarSupportedContent ul.navbar-nav,
#navbarSupportedContent ul.navbar-nav li,
#navbarSupportedContent #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#navbarSupportedContent:after,
#navbarSupportedContent > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#navbarSupportedContent #menu-button {
  display: none !important;
}
#navbarSupportedContent > ul.navbar-nav > li {
  float: left;
}
#navbarSupportedContent.align-center > ul.navbar-nav {
  font-size: 0;
  text-align: center;
}
#navbarSupportedContent.align-center > ul.navbar-nav > li {
  display: inline-block;
  float: none;
}
#navbarSupportedContent.align-center ul.navbar-nav ul {
  text-align: left;
}
#navbarSupportedContent.align-right > ul.navbar-nav > li {
  float: right;
}
#navbarSupportedContent .main-nav .nav .submenu-button {
  display: none;
}
#navbarSupportedContent .main-nav .nav .nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#navbarSupportedContent > ul.navbar-nav > li > a {
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
#navbarSupportedContent > ul.navbar-nav > li:hover > a {
  color: #CF142B;
}
#navbarSupportedContent > ul.navbar-nav > li.has-sub > a {
  padding-right: 0;
}
#navbarSupportedContent > ul.navbar-nav > li.has-sub > a:after {
  position: absolute;
  top: 12px;
  right: 0px;
  width: 8px;
  height: 2px;
  display: block;
  background: #000;
  content: '';
}
#navbarSupportedContent > ul.navbar-nav > li.has-sub > a:before {
  position: absolute;
  top: 9px;
  right: 3px;
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#navbarSupportedContent > ul.navbar-nav > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#navbarSupportedContent ul.navbar-nav ul {
  position: absolute;
  left: -9999px;
}
#navbarSupportedContent.align-right ul ul {
  text-align: right;
}
#navbarSupportedContent ul.navbar-nav ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#navbarSupportedContent li:hover > ul {
  left: auto;
}
#navbarSupportedContent.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#navbarSupportedContent li:hover > ul > li {
  height: 42px;
}
#navbarSupportedContent ul.navbar-nav ul ul {
  margin-left: 100%;
  top: -3px;
}
#navbarSupportedContent.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#navbarSupportedContent ul.navbar-nav ul li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 15px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  background: #fff;
}

#navbarSupportedContent ul.navbar-nav ul li:hover > a,
#navbarSupportedContent ul.navbar-nav ul li a:hover {
  color: #CF142B;
}

#navbarSupportedContent.align-right ul.navbar-nav ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}

#navbarSupportedContent.align-right ul.navbar-nav ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#navbarSupportedContent ul.navbar-nav ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#navbarSupportedContent .submenu-button {
  display: none;
}
@media (min-width: 992px) {
  #navbarSupportedContent > ul.navbar-nav > li.has-sub > a:before,#navbarSupportedContent > ul.navbar-nav > li.has-sub > a:after {
    display: none;
  }
}
@media only screen and (max-width: 991px){
  #navbarSupportedContent {
    width: 100%;
  }
  #navbarSupportedContent > ul.navbar-nav > li.has-sub > a {
    padding-right: 10px;
  }
  #navbarSupportedContent ul.navbar-nav {
    width: 100%;
    display: none;
  }
  #navbarSupportedContent ul.navbar-nav.navbar-nav.active, #navbarSupportedContent ul.navbar-nav.nav-pills.active {
    display: block!important;
  }
  #navbarSupportedContent.align-center > ul {
    text-align: left;
  }
  #navbarSupportedContent ul.navbar-nav li {
    width: 100%;
    border-top: none;
  }
  #navbarSupportedContent ul.navbar-nav ul li,
  #navbarSupportedContent li:hover > ul > li {
    height: auto;
  }
  #navbarSupportedContent ul.navbar-nav li a,
  #navbarSupportedContent ul.navbar-nav ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #navbarSupportedContent > ul.navbar-nav > li {
    float: none;
  }
  #navbarSupportedContent ul.navbar-nav ul li a {
    padding-left: 25px;
  }
  #navbarSupportedContent ul.navbar-nav ul ul li a {
    padding-left: 35px;
  }
  #navbarSupportedContent ul.navbar-nav ul li a {
    color: #000;
    background: none;
  }
  #navbarSupportedContent ul.navbar-nav ul li:hover > a,
  #navbarSupportedContent ul.navbar-nav ul li.active > a {
    color: #CF142B;
  }
  #navbarSupportedContent ul.navbar-nav ul,
  #navbarSupportedContent ul.navbar-nav ul ul,
  #navbarSupportedContent.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #navbarSupportedContent > ul.navbar-nav  > li.has-sub > a:after,
  #navbarSupportedContent > ul.navbar-nav  > li.has-sub > a:before,
  #navbarSupportedContent ul.navbar-nav ul > li.has-sub > a:after,
  #navbarSupportedContent ul.navbar-nav ul > li.has-sub > a:before {
    display: none;
  }
  #navbarSupportedContent #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #navbarSupportedContent #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #navbarSupportedContent #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #navbarSupportedContent #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #navbarSupportedContent #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #navbarSupportedContent .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #navbarSupportedContent .dropdown-toggle .dropdown-menu .submenu-button i {
    position: absolute;
    right: 14px;
    top: 14px;
  }
  #navbarSupportedContent .submenu-button i {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  #navbarSupportedContent .submenu-button.submenu-opened i {
    transform: rotate(180deg);
  }
  #navbarSupportedContent ul.navbar-nav .sidebar .submenu-button {
    display: none;
  }
  #navbarSupportedContent .submenu-button.submenu-opened {
    color: #CF142B;
  }
  #navbarSupportedContent ul.navbar-nav ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #navbarSupportedContent ul.navbar-nav ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #navbarSupportedContent .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #navbarSupportedContent ul.navbar-nav ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #navbarSupportedContent .submenu-button.submenu-opened:before {
    display: none;
  }
}
.nav-item.has-sub .submenu-button:not(:first-child) {
  display: none;
  visibility: hidden;
}
.nav.nav-pills.nav-fill .nav-item.has-sub .nav li {
  background: #fff;
  border-right: 0px;
}
.nav.nav-pills.nav-fill .nav-item.has-sub .nav li.active {
  background-color: #eee;
}
.dropdown-item.active {
  background-color: #eee;  
}
.dropdown-item.active a.nav-link {
  color: #CF142B !important;  
}
.nav.nav-pills.nav-fill .nav-item.has-sub .nav li.active a {
  color: #CF142B;  
}
.nav.nav-pills.nav-fill .nav-item.has-sub .nav li a{
  color: #000;
  font-weight: normal;
  text-transform: none;
  text-align: left;
}
.nav.nav-pills.nav-fill .nav-item.has-sub .nav li:hover {
  background-color: #f0f0f0;
}
.nav.nav-pills.nav-fill .nav-item.has-sub .nav li:hover > a {
  color: #CF142B;
}
.nav.nav-pills.nav-fill .nav-item.has-sub .nav li {
  display: flex;
  align-items: center;
  position: relative;
}
.nav.nav-pills.nav-fill .nav-item.has-sub .nav li a {
  width: 100%;
  padding: 0.7rem calc(1.4rem + 40px) 0.7rem 1.4rem;
  line-height: 20px;
}
.nav.nav-pills.nav-fill .nav-item.has-sub .nav li .nav {
  position: absolute;
  left: 198px;
  display: none;
  top: -1px;
}
.nav.nav-pills.nav-fill .nav-item.has-sub .nav li:hover .nav {
  display: block;
}
.nav.nav-pills.nav-fill .submenu-button {
  display: none;
}
.nav.nav-pills.nav-fill .nav-item.has-sub .nav {
  position: absolute;
  z-index: 9999;
  left: -1px;
}
.nav.nav-pills.nav-fill .nav-item.has-sub .nav li {
  border-bottom: 1px solid #d9d9d9;
}
.nav.nav-pills.nav-fill .nav-item.has-sub .nav li:last-child {
  border-bottom: 0;
}
.nav.nav-pills.nav-fill .nav-item.has-sub {
  position: relative;
}
.nav.nav-pills.nav-fill .nav-item.has-sub:hover > .nav {
  display: block !important;
  width: 220px;
  border: 1px solid #d9d9d9;
}
@media (max-width: 768px) {
  #navbarSupportedContent .main-nav .nav .submenu-button {
    display: block;
    color: #fff;
  }
  #navbarSupportedContent .main-nav li.nav-item.has-sub > ul,
  #navbarSupportedContent .main-nav li.nav-item.has-sub > ul > li {
    display: none;
    position: relative;
    width: 100%;
    border: 0;
  }
  #navbarSupportedContent .main-nav li.nav-item.has-sub,
  #navbarSupportedContent .main-nav li.nav-item.has-sub > ul {
    border-right: 0;
  }
  #navbarSupportedContent .main-nav li.nav-item.has-sub > ul.open,
  #navbarSupportedContent .main-nav li.nav-item.has-sub > ul.open > li {
    display: block;
    margin-right: -1px;
    margin-bottom: -1px;
  }
  #navbarSupportedContent .main-nav li.nav-item.has-sub > ul.open > li > span {
    color: #000;
  }
  .nav.nav-pills.nav-fill .nav-item.has-sub .nav li .nav {
    left: 0;
  }  
  .nav.nav-pills.nav-fill .nav-item.has-sub .nav {
    left: 0;
  }
  #navbarSupportedContent .main-nav li.nav-item.has-sub > ul.open > li.nav-item.active a{
    color: #CF142B!important;
    background-color: #ddd;
    border-radius: 0;
    border-left: 2px solid #CF142B;
  }
  .nav.nav-pills.nav-fill .nav-item.has-sub .nav li a {
    padding: 0.7rem 0.4rem 0.7rem 1.4rem;
  }
  #navbarSupportedContent .main-nav li.nav-item.has-sub > ul.open > li {
    display: flex;
    align-items: center;
  }
  #navbarSupportedContent .main-nav li.nav-item.has-sub > ul.open > li > a {
    width: 100%;
    padding: 0.7rem calc(1.4rem + 40px) 0.7rem 1.4rem;
    z-index: 3;
  }
}
/*# sourceMappingURL=main.css.map */

.smart-filter-parameters-box-container {
  margin-top: -30px;
  position: relative;
}
.smart-filter-parameters-box-container #set_filter {
  display: none;
}
.smart-filter-parameters-box-container #del_filter {
  padding: 0 20px 5px 20px;
  font-size: 12px;
  color: #222;
  position: relative;
}
.smart-filter-parameters-box-container:before {
  content: ' ';
  background: url(/local/templates/ilmax/assets/css/../img/delete.png) 50% 50% no-repeat;
  display: block;
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  color: #222;
  font-size: 12px;
}
.options {
  margin: 0 -5px 20px -5px;
}

.bx-core-dialog-overlay {
  z-index: 3000!important;
}
.bx-core-adm-dialog {
  z-index: 3001!important;
}
.product__params > li i {
}
.product__params > li:hover i {
  transform: scale(1.1);
}
.func-btn {
}
.func-btn:hover {
  transform: scale(1.1);  
}
/*@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
  .compare__legend li {
    color: #000;
    display: block;
    font-size: 13px;
    padding: 0 5px;
    line-height: 17px;
  }  
}*/

@media screen and (min-width: 640px), screen\9 {
  .goods__image a {
   /* justify-content: baseline; */
  }
}
@media (min-width: 992px)
{
	
	.ht-fx
	{
		min-height:500px;
	}
}

.icon_category{
  display: block;
  width: 22px;
  height: auto;
  z-index: 2;
  margin-left: 1rem;
}


.link_menu {
  display: flex;
}

.st0 {
  fill: #CF142B !important;
}

.b24-widget-button-inner-block {
  background: #CF142B !important;
}

.arrow_slider_left, .arrow_slider_right {
  position: absolute;
}

.arrow_slider_left {
  top: 50%;
  left: 2px;
}

.arrow_slider_right {
  top: 50%;
  right: 2px;
}

.product__gallery .slick-prev:before,
.product__gallery .slick-next:before {
  color: #cf142b;
  font-size: 24px;
}

.product__gallery .slick-next,
.product__gallery .slick-prev {
  height: 24px;
  width: 24px;
  background: none;
}

.product__gallery .slick-prev {
  z-index: 9999;
  left: -5px;
}

.product__gallery .slick-next {
  right: -5px;
}

.nav-item__decoration {
  content: '';
  position: absolute;
  height: calc(100% + 2px);
  width: 4px;
  left: -1px;
  top: -1px;
}
.input_search_container {
    margin-bottom: 20px;
    position: relative;
}

.input_search_group {
    display: flex;
}

.input_search_group .clear,
.input_search_group .loader {
    display: none;
    align-items: center;
    border: none;
    border-left: none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 20px;
    color: #ced4da;
    background-color: #f0f0f0;
}

.input_search_group .clear:focus,
.input_search_group .loader:focus {
    outline: none;
    box-shadow: none;
}

.input_search_group .clear img,
.input_search_group .loader img {
    width: 21px;
    height: 21px;
}

#input_search_product {
    font-size: 14px;
    width: 100%;
    padding: 13px 20px;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
}

.input_search_container .products_list {
    width: 100%;
    display: none;
    position: absolute;
    z-index: 2;
    background: #ffffff;
    border: 1px solid #d8d8d8;
}

.input_search_container .products_list.active {
    display: block;
}

.input_search_container .clear.active,
.input_search_container .loader.active {
    display: flex;
}

.input_search_container .loader.active img {
    -webkit-animation: rotating 1.4s linear infinite;
    -moz-animation: rotating 1.4s linear infinite;
    -ms-animation: rotating 1.4s linear infinite;
    -o-animation: rotating 1.4s linear infinite;
    animation: rotating 1.4s linear infinite;
}

/* Safari and Chrome */
@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.input_search_container .products_list .product_name_prompt {
    cursor: pointer;
    padding: 10px 20px;
    border-bottom: 1px solid #d8d8d8;
}

.input_search_container .products_list .product_name_prompt:last-child {
    border-bottom: none;
}

.input_search_container .products_list .product_name_prompt:hover {
    color: #CF142B;
}

.reference-info {
    margin-bottom: 20px;
    font-size: 16px;
}
.input_search_container > div.input_search_group > button.clear.active {
    background: #ba1711;
    color: #fff;
    width: 34%;
    padding-right: 0;
}