@charset "UTF-8";
/*========================================================*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body {
  font-size: 16px;
  color: #252525;
  min-width: 290px;
  font-family: "Montserrat", sans-serif;
  /*font-optical-sizing: auto;*/
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  /*font-optical-sizing: auto;*/
  font-style: normal;
}

.red {
  outline: 1px solid red;
}

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

.clearfix:after {
  clear: both;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.img_cont {
  display: block;
  text-align: center;
}

.img_cont img {
  width: 100%;
  height: auto;
}

.align_center {
  display: block;
  text-align: center;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:hover,
a:focus {
  outline: none;
  color: inherit;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

input[type=search] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

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

.slick-slide img {
  display: inline-block;
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  line-height: 1;
  font-weight: normal;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
}

/*==========================*/
.menu_button {
  height: 39px;
  width: 43px;
  right: 10px;
  top: 12px;
  text-align: center;
  position: absolute;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 999;
  margin-top: 0;
  outline: none !important;
  background: transparent;
  border: 0;
}

.menu_button.navbar-toggle {
  padding: 0px;
  margin: 0px;
}

.menu_button.active span i:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
  top: 16%;
  left: 21px;
}

.menu_button.active span i:nth-child(2) {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}

.menu_button.active span i:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  top: 54%;
  left: 18px;
}

.menu_button span {
  width: 100%;
  height: 55px;
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
  z-index: 1;
}

.menu_button span i {
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 68%;
  height: 4px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #a5a5a5;
  -webkit-transition: opacity 0.1s ease 0.1s, -webkit-transform 0.3s ease;
  transition: opacity 0.1s ease 0.1s, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.1s ease 0.1s;
  transition: transform 0.3s ease, opacity 0.1s ease 0.1s, -webkit-transform 0.3s ease;
}

.home_page .menu_button span i,
.smaller .menu_button span i {
  background-color: #fff;
}

.menu_button span i:nth-child(1) {
  top: 15%;
}

.menu_button span i:nth-child(2) {
  top: 31%;
}

.menu_button span i:nth-child(3) {
  top: 47%;
}

body {
  padding-top: 120px;
}

body.home_page {
  padding-top: 0px;
}

header {
  border-top: 7px solid rgb(255, 51, 51);
}

header {
  width: 100%;
  height: 120px;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1003;
  background-color: #fff;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  min-width: 290px;
}

.home_page header {
  background-color: transparent;
}

header.smaller {
  height: 70px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.8);
}

.logo {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  text-align: left;
  white-space: nowrap;
  display: block;
  width: 100px;
  height: 47px;
  background-image: url(../img/logo_red.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.home_page .logo {
  background-image: url(../img/logo_white.png);
}

.img_cont {
  display: block;
  height: 250px;
}

.logo img {
  width: 100%;
  height: auto;
}

.logo a:hover,
.logo a:focus {
  text-decoration: none;
}

/*-------------*/
.active_button {
  display: inline-block;
  background-color: #ff2d2d;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 0px 10px;
  height: 40px;
  line-height: 35px;
  border: 2px solid #ff2d2d;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  font-family: "Open Sans Bold";
  width: 160px;
}

.active_button:hover,
.active_button:focus {
  background-color: #fff;
  color: #ff2d2d;
  text-decoration: none;
}

/*=================================*/
.dm-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  z-index: 1050;
}

/* активируем модальное окно */
.dm-overlay:target {
  display: block;
  -webkit-animation: fade 0.6s;
  animation: fade 0.6s;
}

/* блочная таблица */
.dm-table {
  display: table;
  width: 100%;
  height: 100%;
}

/* ячейка блочной таблицы */
.dm-cell {
  display: table-cell;
  padding: 0 1em;
  vertical-align: middle;
  text-align: center;
}

/* модальный блок */
.dm-modal {
  display: inline-block;
}

.popup {
  background-color: #fff;
  width: 450px;
  height: auto;
  -webkit-box-shadow: 2px 5px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 5px 20px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin: -255px auto 0;
  z-index: 990;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
  border: 2px solid #fff;
}

.close_popup {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  color: #000;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  cursor: pointer;
}

.close_popup:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -sand-transform: rotate(360deg);
}

.popup input[type=text],
.popup input[type=email],
.popup input[type=tel] {
  border: 1px solid #ccc;
  outline: none;
  margin-bottom: 15px;
  color: #000;
  background: rgb(255, 255, 255);
  height: 50px;
  width: 100%;
  padding: 0px 15px;
}

.popup textarea {
  border: 1px solid #ccc;
  outline: none;
  background: rgb(255, 255, 255);
  height: 120px;
  width: 100%;
  padding: 15px;
  margin-bottom: 5px;
  resize: none;
}

.popup input[type=submit] {
  background-color: #e74237;
  color: #fff;
  text-align: center;
  height: 50px;
  border: 2px solid #e74237;
  transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -moz-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -o-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  outline: none;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  font-size: 21px;
}

.popup input[type=submit]:hover,
.popup input[type=submit]:focus {
  background-color: #fff;
  color: #e74237;
  text-decoration: none;
  outline: none;
}

.form_wrapper_header p {
  margin-bottom: 20px;
  font-size: 30px;
  margin-top: 10px;
}

.succes {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 35px 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  margin: 0;
  z-index: 1002;
  display: none;
}

.succes .inner {
  display: table;
  width: 100%;
  height: 100%;
}

.succes .inner p {
  margin-top: 0 !important;
  display: table-cell;
  vertical-align: middle;
}

.succes p {
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  color: #000;
}

.succes p > span {
  display: block;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 45px;
  color: #e74237;
  font-size: 50px;
  margin-top: 20px;
}

/*=========================*/
.vote label {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0;
  padding-left: 25px;
  font-size: 12px;
  color: #000;
  padding-top: 0px;
  text-align: left;
  font-weight: normal;
}

.vote input[type=checkbox] {
  display: none;
}

.vote label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: white;
  border: 1px solid #ccc;
  text-indent: -2px;
}

.vote input[type=checkbox]:checked + label:before {
  content: "\eed8";
  font-family: IcoFont !important;
  font-size: 20px;
  color: #921627;
  line-height: 14px;
  text-align: center;
  font-weight: bold;
}

/*======================================================*/
@media only screen and (max-width: 992px) {
  .popup {
    top: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .popup {
    width: 96%;
  }
}
@media only screen and (max-width: 480px) {
  .popup {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*========================*/
.phone_mobile {
  display: block;
  position: fixed;
  left: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  background-color: #ff2d2d;
  color: #fff !important;
  font-size: 25px;
  line-height: 51px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  text-decoration: none;
  outline: none;
  text-align: center;
  transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -moz-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -o-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  z-index: 10;
}

.phone_mobile:hover,
.phone_mobile:focus {
  color: #ff2d2d !important;
  text-decoration: none;
  background-color: #fff;
}

#toTop {
  width: 40px;
  height: 40px;
  background: #ff2d2d;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  display: none;
  z-index: 100;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -moz-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -webkit-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -o-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
}

#toTop i {
  display: block;
  margin: 5px 0 0 0;
  font-size: 24px;
  position: absolute;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50%;
}

#toTop:hover {
  color: #ff2d2d;
  text-decoration: none;
  background-color: #fff;
}

/*---------------------*/
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button:hover,
.slick-dots li.slick-active button:focus {
  opacity: 0;
}

.slick-dots li button:before,
.slick-dots li button:hover,
.slick-dots li button:focus {
  opacity: 0;
}

.slick-dots li {
  overflow: hidden;
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border: 2px solid #fff;
  margin-left: 20px;
  margin-right: 20px;
}

.slick-dots li.slick-active {
  background: #fff;
}

.product_slider_wrapper .slick-dots {
  bottom: 20px;
}

/*------------------------*/
.top_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.top_menu li > a > span {
  -webkit-transition: text-shadow 0.3s ease;
  transition: text-shadow 0.3s ease;
}
.top_menu li:hover a > span {
  text-shadow: 0 0 3px #fff;
}

.home_page .top_menu > li > a {
  color: rgb(255, 255, 255);
}

.top_menu > li > a {
  display: block;
  padding: 6px 35px;
  color: inherit;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 300;
}

.fw600 {
  font-weight: 600;
}

.top_phone {
  display: inline-block;
}

/*------------------------*/
.main_slider_desk_item {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 630px;
}

.main_slider_desk_item .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.top_panel .bootstrap-select.form-control:not([class*=col-]) {
  width: 86px;
}

/*=======================*/
/* The container must be positioned relative: */
.custom_select {
  position: relative;
}

.right_TP .custom_select {
  width: 80px;
}

.custom_select select {
  display: none;
  /*hide original SELECT element: */
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "\eac8";
  top: 9px;
  right: 26px;
  width: 0;
  height: 0;
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: inherit;
  padding: 6px 10px;
  border: 0px;
  cursor: pointer;
  padding-right: 30px;
}

.select-selected {
  font-weight: 700;
}

.home_page .select-items div,
.home_page .select-selected,
.smaller .select-items div,
.smaller .select-selected {
  color: #ffffff;
}

.smaller .top_menu > li > a {
  color: #fff;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.home_page .select-items,
.smaller .select-items,
.mbm_sel_lang_wrapper .select-items {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/*====================*/
.search_flexbox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search_wrap {
  padding: 15px;
}

.search_wrap > div {
  display: inline-block;
  position: relative;
}

.search_wrap > div:after {
  content: "";
  background: #d2d2d2;
  width: 3px;
  height: 6px;
  position: absolute;
  top: 40px;
  right: 2px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 0;
  right: 0;
  margin-top: 25px;
  margin-right: 3px;
}

.home_page .search_wrap > div:after {
  background: white;
}

.search_wrap > div > input {
  color: inherit;
  font-size: 16px;
  background: transparent;
  width: 30px;
  height: 30px;
  padding: 10px;
  border: solid 2px #d2d2d2;
  outline: none;
  border-radius: 35px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  line-height: 30px;
  /*cursor: pointer;*/
}

.home_page .search_wrap > div > input {
  color: white;
  border: solid 2px #e1e1e1;
}

.search_wrap > div > input::-webkit-input-placeholder {
  color: #d2d2d2;
  font-size: 12px;
  opacity: 0;
  -webkit-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out;
}

.search_wrap > div > input::-moz-placeholder {
  color: #d2d2d2;
  font-size: 14px;
  opacity: 0;
  -moz-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out;
}

/* Firefox 19+ */
.search_wrap > div > input:-moz-placeholder {
  color: #d2d2d2;
  font-size: 14px;
  opacity: 0;
  -moz-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out;
}

/* Firefox 18- */
.search_wrap > div > input:-ms-input-placeholder {
  color: #d2d2d2;
  font-size: 14px;
  opacity: 0;
  -ms-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out;
}

.home_page .search_wrap > div > input::-webkit-input-placeholder {
  color: #fff;
}

.home_page .search_wrap > div > input::-moz-placeholder {
  color: #fff;
}

.home_page .search_wrap > div > input:-ms-input-placeholder {
  color: #fff;
}

.home_page .search_wrap > div > input::-ms-input-placeholder {
  color: #fff;
}

.home_page .search_wrap > div > input::placeholder {
  color: #fff;
}

.home_page .search_wrap > div > input::-webkit-input-placeholder {
  color: #fff;
}

.home_page .search_wrap > div > input::-moz-placeholder {
  color: #fff;
}

/* Firefox 19+ */
.home_page .search_wrap > div > input:-moz-placeholder {
  color: #fff;
}

/* Firefox 18- */
.home_page .search_wrap > div > input:-ms-input-placeholder {
  color: #fff;
}

.home_page .search_wrap > div > input::-webkit-input-placeholder {
  color: #fff;
}

.home_page .search_wrap > div > input::-moz-placeholder {
  color: #fff;
}

.home_page .search_wrap > div > input::-ms-input-placeholder {
  color: #fff;
}

.home_page .search_wrap > div > input::placeholder {
  color: #fff;
}

.search_wrap > div > input:focus::-webkit-input-placeholder {
  opacity: 1;
}

.search_wrap > div > input:focus::-moz-placeholder {
  opacity: 1;
}

/* Firefox 19+ */
.search_wrap > div > input:focus:-moz-placeholder {
  opacity: 1;
}

/* Firefox 18- */
.search_wrap > div > input:focus:-ms-input-placeholder {
  opacity: 1;
}

.search_wrap > div > input:focus::-webkit-input-placeholder {
  opacity: 1;
}

.search_wrap > div > input:focus::-moz-placeholder {
  opacity: 1;
}

.search_wrap > div > input:focus::-ms-input-placeholder {
  opacity: 1;
}

.search_wrap > div > input:focus::placeholder {
  opacity: 1;
}

.search_wrap > div > input:not(:-moz-placeholder) {
  width: 250px;
}

.search_wrap > div > input:not(:-ms-input-placeholder) {
  width: 250px;
}

.search_wrap > div > input:focus,
.search_wrap > div > input:not(:placeholder-shown) {
  width: 250px;
}

/*==================*/
.font_66 {
  font-size: 66px;
}

.fw_800 {
  font-weight: 800;
}

.lh1 {
  line-height: 1;
}

.red_button {
  display: inline-block;
  background-color: rgb(255, 51, 51);
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 0px 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid rgb(255, 51, 51);
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.red_button:hover,
.red_button:focus {
  background-color: transparent;
  color: rgb(255, 51, 51);
  outline: none;
  text-decoration: none;
}

.white_color {
  color: white;
}

.ms_capton {
  max-width: 500px;
}

/*.container {
    outline: 1px solid lime;
}*/
.ms_footer_descr {
  max-width: 300px;
  font-size: 12px;
}

.active > a span:after {
  width: 100%;
}

.top_menu > li > a > span {
  display: inline-block;
  position: relative;
}

.top_menu > li > a > span:after {
  content: "";
  position: absolute;
  top: 100%;
  background-color: #ff3333;
  height: 2px;
  width: 0%;
  left: 0;
  margin-top: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.top_menu > li a:hover span:after {
  width: 100%;
}

/*--------------------------*/
.mobile_menu_wrapp {
  display: block !important;
  top: 0;
  right: -700px;
  /*right: 0px;*/
  z-index: 6;
  position: fixed;
  margin: 0 0 0 0px;
  width: 350px !important;
  color: #fff;
  overflow-y: auto;
  z-index: 1008;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.91);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.mobile_menu {
  height: 100%;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 30px;
  padding-bottom: 50px;
}

.mobile_menu .select-items div,
.mobile_menu .select-selected {
  padding-right: 0px;
}

.menu_close {
  position: absolute;
  right: 16px;
  top: 28px;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 23px;
  color: #fff;
  font-size: 26px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  cursor: pointer;
}

.menu_close i {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  display: inline-block;
  vertical-align: middle;
}

.menu_close i:hover {
  color: rgb(255, 51, 51);
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -sand-transform: rotate(360deg);
}

.mobile_menu_wrapp {
  padding-top: 0px;
}

.mobile_menu {
  padding-top: 80px;
  text-align: right;
}

.mobile_menu a {
  display: block;
  padding: 10px 0px;
  color: white;
}

.mobile_menu .active a {
  color: rgb(255, 51, 51);
}

.mobile_menu a:hover,
.mobile_menu a:focus {
  text-decoration: none;
  color: rgb(255, 51, 51);
}

@media only screen and (max-width: 480px) {
  .mobile_menu_wrapp {
    width: 100% !important;
  }
}
@media only screen and (max-width: 350px) {
  .mobile_menu_wrapp {
    width: 250px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mobile_menu_wrapp {
    display: none !important;
  }
}
header .container,
header .container-fluid {
  position: relative;
}

/*=----------------------=*/
#ms_slide_1 {
  background-image: url(../img/ms/ms1.jpg);
}

#ms_slide_2 {
  background-image: url(../img/ms/ms2.jpg);
}

#ms_slide_3 {
  background-image: url(../img/ms/ms3.jpg);
}

.mbm_sel_lang_wrapper {
  margin-top: 40px;
  padding-top: 40px;
  max-width: 60px;
  margin-left: auto;
  position: relative;
}

.mbm_sel_lang_wrapper:after {
  content: " ";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  right: 0;
}

.mbm_sel_lang_wrapper .select-selected:after {
  right: initial;
  left: 0 !important;
  margin-left: 0;
}

.open_search {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 80px;
  top: 33px;
  margin-top: -13px;
  color: #a5a5a5;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
}

.home_page .open_search,
.smaller .open_search {
  color: #fff;
}

.open_search:after {
  content: "\ed11";
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 24px;
  top: 0;
  left: 0;
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.home_page .mbm_sel_lang_wrapper .select-items {
  background-color: transparent;
}

.font10 {
  font-size: 10px;
}

.grey_color_1 {
  color: #a4a4a4;
}

/*=======================*/
.product_slider_box {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
  color: inherit;
  font-weight: 300;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  display: block;
}

.psb_title {
  display: block;
}

.product_slider_box:hover,
.product_slider_box:focus {
  color: #ff3333;
  text-decoration: none;
  outline: none;
  font-weight: 600;
  letter-spacing: -0.5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product_slider_box .img_cont {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 260px;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product_slider_box:hover .img_cont,
.product_slider_box:focus .img_cont {
  opacity: 0.9;
}

/*==========================*/
.product_slider_wrapper {
  position: relative;
}

.product_slider_wrapper .prev,
.product_slider_wrapper .next {
  top: 50%;
  width: 36px;
  height: 36px;
  position: absolute;
  color: #000;
  font-size: 36px;
  line-height: 36px;
  cursor: pointer;
  z-index: 10;
  margin-top: -18px;
  opacity: 0.5;
}

.product_slider_wrapper .prev:hover,
.product_slider_wrapper .next:hover,
.product_slider_wrapper .prev:focus,
.product_slider_wrapper .next:focus {
  opacity: 1;
}

.product_slider_wrapper .next {
  right: -50px;
}

.product_slider_wrapper .prev {
  left: -50px;
}

.psb_title {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

/*========================*/
.catalog_mp_wrap {
  max-width: 1376px;
  margin-left: auto;
  margin-right: auto;
}

.catalog_mp_box {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 250px;
}

.catalog_mp_box:hover,
.catalog_mp_box:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
  opacity: 0.9;
}

.white_color.catalog_mp_box:hover,
.white_color.catalog_mp_box:focus {
  color: #fff;
}

.h680 {
  height: 680px;
}

.catalog_mp_wrap {
  overflow: hidden;
}

.catalog_mp_list {
  margin-left: -5px;
  margin-right: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.catalog_mp_list > li {
  width: 50%;
}

.catalog_mp_box {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.h680 {
  height: 680px;
}

.h335 {
  height: 335px;
}

.red_bg {
  background-color: #ff2f2f;
}

.sc_mp_caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  padding: 30px;
}

.font42 {
  font-size: 42px;
}

.font24 {
  font-size: 24px;
}

.h680 .sc_mp_caption {
  padding: 40px;
}

.h335 .sc_mp_caption {
  padding: 40px 20px;
}

.fw700 {
  font-weight: 700;
}

.fw300 {
  font-weight: 300;
}

.thin_white_button {
  display: inline-block;
  background-color: transparent;
  font-size: 10px;
  color: #fff;
  text-align: center;
  padding: 0px 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #fff;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-weight: 600;
  text-transform: uppercase;
  min-width: 200px;
}

.wh_txt:hover,
.wh_txt:focus {
  opacity: 1;
}

.wh_txt:hover .thin_white_button,
.wh_txt:focus .thin_white_button {
  /* background-color: #fff;
  color: #FF2F2F;*/
  outline: none;
  text-decoration: none;
  -webkit-box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.4);
}

.wh_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.wh_txt_col {
  display: block;
}

.fw200 {
  font-weight: 200;
}

.slick-slider .slick-slide {
  display: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.grey_backing {
  display: inline-block;
  padding: 3px 6px;
  line-height: 1;
  background-color: rgba(241, 241, 241, 0.7);
}

.black_backing {
  display: inline-block;
  padding: 3px 6px;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.2);
}

.cat_mp_slider_wrapper .slick-dots {
  bottom: -36px;
}

.cat_mp_slider_wrapper {
  position: relative;
}

.cat_mp_slider_wrapper .prev,
.cat_mp_slider_wrapper .next {
  top: 50%;
  width: 36px;
  height: 36px;
  position: absolute;
  color: #ccc;
  font-size: 36px;
  line-height: 36px;
  cursor: pointer;
  z-index: 10;
  margin-top: -18px;
  opacity: 1;
}

.cat_mp_slider_wrapper .prev:hover,
.cat_mp_slider_wrapper .next:hover,
.cat_mp_slider_wrapper .prev:focus,
.cat_mp_slider_wrapper .next:focus {
  opacity: 1;
}

.cat_mp_slider_wrapper .next {
  right: 0px;
}

.cat_mp_slider_wrapper .prev {
  left: 0px;
  display: none;
}

.follow_red_link {
  height: 176px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  padding-top: 10px;
}

.follow_red_link:hover,
.follow_red_link:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}

.cat_mp_slider.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.cat_mp_slider_wrapper .catalog_mp_box {
  margin-bottom: 0;
}

.font20 {
  font-size: 20px;
}

.font18 {
  font-size: 18px;
  font-weight: 400;
}

.font16 {
  font-size: 16px;
  font-weight: 400;
}

.font14 {
  font-size: 14px;
  font-weight: 400;
}

.grey_bg {
  background-color: rgb(241, 241, 241);
}

.lh12 {
  line-height: 1.2;
}

.thin_grey_button {
  display: inline-block;
  background-color: transparent;
  font-size: 10px;
  color: #252525;
  text-align: center;
  padding: 0px 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #252525;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-weight: 600;
  text-transform: uppercase;
  min-width: 200px;
}

.thin_grey_button:hover,
.thin_grey_button:focus {
  background-color: #252525;
  color: #fff;
  outline: none;
  text-decoration: none;
  -webkit-box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.4);
}

.fw800 {
  font-weight: 800;
}

.support_section_body_toleft {
  font-size: 14px;
}

.font40 {
  font-size: 40px;
}

.font44 {
  font-size: 44px;
}

.support_section_body_toleft .img_cont {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 367px;
}

.support_section_header {
  font-size: 40px;
  font-weight: 700;
}

.no_wrap {
  white-space: nowrap;
}

.mp_feedback {
  max-width: 300px;
}

.mp_feedback_title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 30px;
}

.mp_feedback input[type=text],
.mp_feedback input[type=email],
.mp_feedback input[type=tel] {
  border: 0px;
  outline: none;
  margin-bottom: 30px;
  color: inherit;
  background: transparent;
  height: 40px;
  width: 100%;
  padding: 6px 0px;
  border-bottom: 1px solid #ccc;
}

.mp_feedback ::-webkit-input-placeholder {
  color: inherit;
  font-size: 11px;
  font-weight: 300;
}

.mp_feedback ::-moz-placeholder {
  color: inherit;
  font-size: 11px;
  font-weight: 300;
}

/* Firefox 19+ */
.mp_feedback :-moz-placeholder {
  color: inherit;
  font-size: 11px;
  font-weight: 300;
}

/* Firefox 18- */
.mp_feedback :-ms-input-placeholder {
  color: inherit;
  font-size: 11px;
  font-weight: 300;
}

.mp_feedback ::-webkit-input-placeholder {
  color: inherit;
  font-size: 11px;
  font-weight: 300;
}

.mp_feedback ::-moz-placeholder {
  color: inherit;
  font-size: 11px;
  font-weight: 300;
}

.mp_feedback ::-ms-input-placeholder {
  color: inherit;
  font-size: 11px;
  font-weight: 300;
}

.mp_feedback ::placeholder {
  color: inherit;
  font-size: 11px;
  font-weight: 300;
}

.mp_feedback_body {
  position: relative;
}

.succes_message {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgb(241, 241, 241);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  display: none;
}

.close_succes_message {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 15px;
  top: 15px;
}

.close_succes_message:after {
  content: "\eee1";
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 20px;
  top: 0;
  left: 0;
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.succes_message_caption {
  position: relative;
  padding-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  font-size: 14px;
}

.succes_message_caption:before {
  content: "\efdf";
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 60px;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  position: absolute;
  width: 80px;
  height: 60px;
  right: 0px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  top: 30px;
  font-size: 80px;
  color: #aaa;
}

/*=========================*/
.video_inner {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  height: 550px;
  margin: 0 auto;
}

.button_play_video {
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(../img/video.jpg) no-repeat center;
  background-size: cover;
  cursor: pointer;
  z-index: 1;
  text-align: center;
}

.button_play_video:after {
  content: "\ecaa";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  font-size: 60px;
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  color: #fff;
}

.video_inner iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border: 0;
  margin: 0 auto;
}

/*----------------*/
.video_wrapper {
  position: relative;
  min-height: 380px;
}

.button_play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  text-align: center;
}

.poster {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  overflow: hidden;
  background-color: #fff;
}

.poster img {
  width: 100%;
  height: auto;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
}

.poster:after {
  content: "\f111";
  display: block;
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 60px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  font-family: "Flaticon";
}

.ytp-pause-overlay-container {
  display: none !important;
}

.ytp-expand-pause-overlay .ytp-pause-overlay {
  display: none !important;
}

/*================*/
.top_search_wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  margin-top: 63px;
}

.open_search {
  top: -43px;
  margin-top: 0px;
}

.top_search_body {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 25px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  display: none;
}

.top_search_body input[type=text],
.top_search_body input[type=email],
.top_search_body input[type=tel] {
  border: 0px;
  border-bottom: 1px solid #fff;
  outline: none;
  margin-bottom: 0px;
  color: #fff;
  background: transparent;
  height: 40px;
  width: 100%;
  padding: 0px 15px;
  padding-right: 50px;
  padding-left: 0;
}

.whith_button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  outline: none;
  font-size: 22px;
  border: 0;
  line-height: 1;
  color: #fff;
  background: transparent;
}

.top_search_body ::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.top_search_body ::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

/* Firefox 19+ */
.top_search_body :-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

/* Firefox 18- */
.top_search_body :-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.top_search_body ::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.top_search_body ::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.top_search_body ::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.top_search_body ::placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

/*==========footer=============*/
footer {
  background-color: #fff;
}

.footer_footer {
  border-top: 7px solid rgb(255, 51, 51);
  background-color: rgb(66, 66, 66);
  padding: 1.5rem 0;
  color: #fff;
}
.footer_footer .text-right {
  text-align: right;
}

.grey_button {
  display: inline-block;
  background-color: transparent;
  font-size: 10px;
  text-transform: uppercase;
  color: rgb(31, 31, 31);
  text-align: center;
  padding: 0px 30px;
  height: 34px;
  line-height: 32px;
  border: 1px solid rgb(31, 31, 31);
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.grey_button:hover,
.grey_button:focus {
  background-color: rgb(31, 31, 31);
  color: rgb(255, 255, 255);
  outline: none;
  text-decoration: none;
}

footer .grey_button {
  font-size: 7px;
}

.footer_search form,
.top_search_body form {
  position: relative;
}

.footer_search input[type=text],
.footer_search input[type=email],
.footer_search input[type=tel] {
  border: 0px;
  border-bottom: 1px solid #222;
  outline: none;
  margin-bottom: 0px;
  color: #222;
  background: transparent;
  height: 20px;
  width: 100%;
  padding: 0px;
  padding-right: 0px;
  padding-bottom: 4px;
}

.footer_sb {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 20px;
  height: 20px;
  outline: none;
  font-size: 18px;
  border: 0;
  line-height: 1;
  color: #a4a4a4;
  background: transparent;
  font-weight: 700;
}

.footer_search form {
  position: relative;
  padding-left: 30px;
}

.footer_search ::-webkit-input-placeholder {
  color: #a4a4a4;
  font-size: 14px;
}

.footer_search ::-moz-placeholder {
  color: #a4a4a4;
  font-size: 14px;
}

/* Firefox 19+ */
.footer_search :-moz-placeholder {
  color: #a4a4a4;
  font-size: 14px;
}

/* Firefox 18- */
.footer_search :-ms-input-placeholder {
  color: #a4a4a4;
  font-size: 14px;
}

.footer_search ::-webkit-input-placeholder {
  color: #a4a4a4;
  font-size: 14px;
}

.footer_search ::-moz-placeholder {
  color: #a4a4a4;
  font-size: 14px;
}

.footer_search ::-ms-input-placeholder {
  color: #a4a4a4;
  font-size: 14px;
}

.footer_search ::placeholder {
  color: #a4a4a4;
  font-size: 14px;
}

/*===================*/
.footer_menu {
  position: relative;
  overflow: hidden;
}

.footer_menu_desk a {
  color: #a4a4a4;
  font-size: 13px;
  text-decoration: underline;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: block;
  white-space: nowrap;
  padding: 5px 0;
}

.footer_menu_desk a:hover,
.footer_menu_desk a:focus {
  color: #000000;
  text-decoration: none;
  outline: none;
  text-shadow: 0 0 1px #000;
}

ul.footer_menu_desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 100px;
}

.footer_menu .has_child {
  text-decoration: none;
}

footer .has_child ul a {
  font-size: 13px;
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
  color: #252525;
}

.font9 {
  font-size: 9px;
}

.footer_contact {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 80px;
  max-width: 330px;
}

.light_grey_color {
  color: #a4a4a4;
}

.desk-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

ul.footer_menu_mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-left: -20px;
  margin-right: -20px;
}

ul.footer_menu_mob > li {
  width: 50%;
}

.footer_menu_mob a {
  color: #a4a4a4;
  font-size: 13px;
  text-decoration: underline;
  padding: 5px 20px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: block;
  white-space: nowrap;
}

#open_child_list {
  cursor: pointer;
}

.footer_menu_mob_submenu {
  font-size: 9px;
}

.footer_menu_mob_submenu li a {
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

/*==================*/
.has_child {
  position: static !important;
}

@media all and (min-width: 992px) {
  .home_page .sub_menu {
    background: rgba(0, 0, 0, 0.8);
  }
  .sub_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    width: 800px;
    padding: 30px 20px 20px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 20;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    pointer-events: none;
  }
  .sub_menu > li {
    width: 33.333%;
  }
  .has_child:hover .sub_menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    pointer-events: auto;
  }
}
/*----------------*/
.home_page .sub_menu a {
  color: white;
}

.sub_menu a {
  font-size: 15px;
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 12px 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  position: relative;
}

.sub_menu a:hover,
.sub_menu a:focus {
  text-decoration: none;
  color: rgb(255, 51, 51);
  margin-left: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

header .sub_menu a:hover:after {
  content: "\ea69";
  position: absolute;
  width: 14px;
  height: 14px;
  color: rgb(255, 51, 51);
  top: 16px;
  left: 0;
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 992px) {
  .sub_menu,
  .sub_menu2 {
    width: auto;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
  }
  .has_child:hover .sub_menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
  .sub_menu {
    display: none;
  }
  .has_child a:hover {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
  }
}
.mobile_menu_wrapp .sub_menu a {
  font-size: 14px;
  padding: 8px 0px;
}

.mobile_menu_wrapp .sub_menu {
  background-color: #000;
  padding: 0 15px;
  display: none;
}

.open_menu_child {
  display: block;
  position: relative;
  padding-right: 15px !important;
}
.open_menu_child span {
  margin-right: 0.5rem;
}

.col_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: start;
  gap: 30px;
}

.icon_col {
  cursor: pointer;
}
.icon_col svg {
  width: 28px;
  fill: #d2d2d2;
}

.open_menu_child:after {
  content: "\ea67";
  position: absolute;
  width: 14px;
  height: 14px;
  color: rgb(255, 51, 51);
  top: 16px;
  right: 0;
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.open_menu_child:after:hover {
  display: block;
}

/*=================*/
.breadcrumb {
  padding: 8px 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
  font-size: 14px;
  text-transform: uppercase;
  background-size: 8px;
  font-weight: 700;
}

.breadcrumb > li {
  display: inline-block;
  vertical-align: top;
}

.breadcrumb > .active {
  color: inherit;
}

.breadcrumb a {
  color: #a4a4a4;
}

.breadcrumb > li + li:before {
  padding: 0 10px;
  color: inherit;
  content: "\ef9a";
  color: #a4a4a4;
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.home_page .breadcrumb > li + li:before {
  color: #000;
}

@media only screen and (max-width: 768px) {
  .breadcrumb > li {
    display: none;
  }
  .breadcrumb > li:nth-last-child(2) {
    display: block;
    padding-left: 20px;
    position: relative;
  }
  .breadcrumb > li:before {
    position: absolute;
    left: 0;
    top: 0px;
    content: "\ea5c";
    font-size: 14px;
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    font-feature-settings: "liga";
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    color: #a4a4a4;
  }
  .home_page .breadcrumb > li:before {
    color: #000;
  }
}
.font_60 {
  font-size: 60px;
}

.contact_page_body_title {
  font-size: 10px;
  padding: 10px 0;
  line-height: 1;
  font-weight: 700;
  color: #a4a4a4;
  border-bottom: 1px solid #e8e8e8;
  text-transform: uppercase;
}

.contacts_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 30px;
}

.contacts_list > li {
  width: 33.33%;
  margin-bottom: 30px;
}

.contacts_list_box {
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 35px;
  font-size: 13px;
  position: relative;
}

.contacts_list_box_title {
  font-size: 11px;
  font-weight: 700;
  color: #ff3333;
  min-height: 20px;
  padding-top: 10px;
}

.contacts_list_box:after {
  content: "\ed42";
  position: absolute;
  width: 25px;
  height: 25px;
  font-size: 30px;
  top: 0;
  left: 0;
  margin-left: 0px;
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  color: #ff3333;
}

.font_11 {
  font-size: 11px;
}

.open_contacts_list {
  position: relative;
  cursor: pointer;
}

.open_contacts_list:after {
  content: "\ea99";
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 20px;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.open .open_contacts_list:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -sand-transform: rotate(180deg);
}

.contacts_list_wpapper {
  padding-bottom: 20px;
}

.show_more_contacts_list_box {
  cursor: pointer;
}

.contact_page_body_box {
  margin-bottom: 30px;
}

/*=-=-=-=-=-=-=-=-=-=-=-=*/
#about_us_page {
  background-image: url(../img/bip1.jpg);
}

.back_image_page {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 150px;
  position: relative;
  min-height: 940px;
}

.back_image_page > * {
  position: relative;
  z-index: 1;
}

.back_image_page:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}

.back_image_page .breadcrumb a {
  color: #fff;
}

.button_groupe .thin_white_button,
.button_groupe .red_button {
  width: 200px;
}

.thin_white_button:hover,
.thin_white_button:hover {
  color: #fff;
  text-decoration: none;
  outline: none;
  background-color: transparent;
}

.button_groupe .thin_white_button:hover,
.button_groupe .thin_white_button:hover {
  outline: none;
  text-decoration: none;
  -webkit-box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.4);
}

.button_groupe .red_button:hover,
.button_groupe .red_button:hover {
  outline: none;
  text-decoration: none;
  -webkit-box-shadow: 0px 10px 20px rgba(255, 51, 51, 0.4);
  box-shadow: 0px 10px 20px rgba(255, 51, 51, 0.4);
}

.logo_150 {
  display: inline-block;
  background-image: url(../img/logo_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 70px;
  width: 150px;
}

.font12 {
  font-size: 12px;
}

.narrow {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.productia_wrapp {
  max-width: 1376px;
  margin-left: auto;
  margin-right: auto;
}

.big_size {
  height: 680px;
}

.small_size {
  height: 336px;
}

.productia_wrapp .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 10px;
}

.productia_wrapp .img_cont:hover,
.productia_wrapp .img_cont:focus {
  text-decoration: none;
  outline: none;
  opacity: 0.95;
}

.pr_lst_title {
  padding: 40px 90px;
  display: inline-block;
}

.black_color {
  color: #000;
}

.small_size .pr_lst_title {
  padding-bottom: 40px;
}

.big_size .pr_lst_title {
  padding-bottom: 70px;
}

.productia_wrapp {
  overflow: hidden;
}

/*===========*/
.productia_mobile_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-left: -2px;
  margin-right: -2px;
}

.productia_mobile_list .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 4px;
  font-weight: 700;
}

.w_66 {
  width: 66.6%;
}

.w_33 {
  width: 33.3%;
}

.full_heigh {
  height: 480px;
}

.half_heigh {
  height: 238px;
}

.irs--flat .irs-handle {
  top: 25px;
  width: 16px;
  height: 12px;
}

.irs--flat .irs-bar--single {
  border-radius: 0px 0 0 0px;
}

.irs--flat .irs-bar {
  background-color: rgb(255, 51, 51);
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  background-color: rgb(255, 51, 51);
}

.font11 {
  font-size: 11px;
}

.font12 {
  font-size: 12px;
}

.input_fields_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
}

.input_fields_box {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

/*=========================*/
.input_fields_box label {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 5px 0px;
  font-size: 12px;
  text-align: center;
  font-weight: normal;
}

.input_fields_box input[type=checkbox] {
  display: none;
}

.input_fields_box input[type=checkbox]:checked + label {
  content: "";
  color: #ff3333;
  font-weight: bold;
}

.filters_block .irs--flat .irs-from,
.filters_block .irs--flat .irs-to,
.filters_block .irs--flat .irs-single,
.filters_block .irs--flat .irs-min,
.filters_block .irs--flat .irs-max {
  display: none;
}

.filters_block .irs--flat .irs-line {
  border-radius: 0px;
}

.filters_open {
  text-transform: uppercase;
  cursor: pointer;
}

.filters_open span {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  vertical-align: top;
  font-size: 12px;
}

.filters_open span:after {
  content: "\ea99";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  right: 0;
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  margin-top: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.open .filters_open span:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -sand-transform: rotate(180deg);
}

.font18 {
  font-size: 18px;
}

.red_color {
  color: rgb(255, 51, 51);
}

.nav-tabs .nav-link {
  margin-bottom: 0px;
  background-color: transparent;
  border: 0px;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  color: #a4a4a4;
  font-size: 11px;
  text-transform: uppercase;
  padding-left: 0;
  font-weight: 300;
  margin-right: 40px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  font-weight: 600;
}

.items_greed {
  overflow: hidden;
}

.items_greed_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-left: -120px;
  margin-right: -120px;
}

.items_greed_list > li {
  width: 25%;
}

.items_greed_box {
  display: block;
  text-decoration: none;
  outline: none;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  margin-left: 120px;
  margin-right: 120px;
}

.items_greed_box:hover,
.items_greed_box:focus {
  text-decoration: none;
  outline: none;
  opacity: 0.9;
}

.items_greed_box .img_cont {
  display: block;
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 234px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.items_greed_box_title {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.show_moreitems {
  cursor: pointer;
  font-size: 9px;
  text-align: center;
  padding: 20px;
  text-align: center;
  color: #a4a4a4;
  text-transform: uppercase;
}

.items_greed_list > li:nth-child(n+9) {
  display: none;
}

.open_more .items_greed_list > li:nth-child(n+9) {
  display: block;
}

.nav-tabs {
  border-bottom: 0px;
}

/*========================*/
.pdf_list_wrapper {
  overflow: auto;
  height: 350px;
  padding-top: 30px;
}

.instr_right_list {
  overflow: hidden;
}

.instr_right_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.instr_right_list ul > li {
  width: 50%;
  margin-bottom: 20px;
}

.instr_right_list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-left: 15px;
  margin-right: 15px;
  max-width: 400px;
  font-size: 11px;
  padding-left: 15px;
}

.pdf_cub {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
  background-color: rgb(255, 51, 51);
  width: 60px;
  border: 1px solid rgb(255, 51, 51);
  font-size: 9px;
  padding: 3px;
}

.pdf_cub:hover,
.pdf_cub:focus {
  color: rgb(255, 51, 51);
  text-decoration: none;
  outline: none;
  background-color: #fff;
}

.open_more_pdf {
  cursor: pointer;
  font-size: 29px;
  text-align: center;
  padding: 20px;
  text-align: center;
  color: #a4a4a4;
  text-transform: uppercase;
  position: relative;
}

.open_more_pdf:after {
  content: "\ea99";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.video_greed_wrapper {
  padding-top: 30px;
}

.video_greed_box .video_inner {
  height: 260px;
}

.video_greed_box {
  margin-bottom: 10px;
}

.button_play_video_2 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(../img/video.jpg) no-repeat center;
  background-size: cover;
  cursor: pointer;
  z-index: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.button_play_video_2 .icofont-play {
  width: 40px;
  height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 50px;
  color: #fff;
}

.open_more_videos {
  cursor: pointer;
  font-size: 29px;
  text-align: center;
  padding: 20px;
  text-align: center;
  color: #a4a4a4;
  text-transform: uppercase;
  position: relative;
}

.open_more_videos:after {
  content: "\ea99";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

#services_page {
  background-image: url(../img/bip2.jpg);
  background-color: #2b2b2b;
}

.services_block {
  overflow: hidden;
}

.services_block_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-left: -15px;
  margin-right: -15px;
  height: 450px;
  overflow: auto;
}

.services_block_list > li {
  width: 33.333%;
  margin-bottom: 40px;
}

.services_block_box {
  margin-left: 15px;
  margin-right: 15px;
  max-width: 250px;
  padding-left: 40px;
  position: relative;
}

.services_block_box:after {
  content: "\ed42";
  position: absolute;
  width: 25px;
  height: 25px;
  font-size: 30px;
  top: 0;
  left: 0;
  margin-left: 0px;
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  color: #ff3333;
}

.font60 {
  font-size: 60px;
}

.mw_500 {
  max-width: 500px;
}

/*===========================*/
.instructions_body .instr_right_list ul > li {
  width: 100%;
}

.instr_items_greed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.instr_items_greed > li {
  width: 25%;
}

.instr_items_greed_box > a {
  display: block;
  text-align: center;
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.instr_items_greed_box > a > span {
  display: block;
  font-size: 11px;
  font-weight: 300;
}

.instr_items_greed_box > a:hover,
.instr_items_greed_box > a.active,
.instr_items_greed_box > a:focus {
  text-decoration: none;
  color: #e74237;
}

.inst_images > img:nth-of-type(2n) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.instr_items_greed_box > a:hover .inst_images > img:nth-of-type(2n),
.instr_items_greed_box > a:focus .inst_images > img:nth-of-type(2n),
.instr_items_greed_box > a.active .inst_images > img:nth-of-type(2n) {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.inst_images {
  position: relative;
}

.mob_instruction_wrapper {
  position: absolute;
  top: 100%;
  background-color: #fff;
  padding: 15px;
  /* -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;*/
  left: 0;
  right: 0;
  margin-left: auto;
  display: none;
  margin-right: auto;
  z-index: 2;
}

.mob_instruction_wrapper .instr_right_list_box {
  max-width: 100%;
}

.curent_instructions_header .img_cont {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
}

.serv_serv_list_wrapp {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 710px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1376px;
}

.serv_serv_list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  padding: 70px 70px;
}

.serv_serv_list_toleft {
  max-width: 220px;
}

.serv_serv_list_toright {
  max-width: 440px;
}

.fw900 {
  font-weight: 900;
}

.font373 {
  font-size: 373px;
}

.lh08 {
  line-height: 0.8;
}

.lh15 {
  line-height: 1.5;
}

.lh2 {
  line-height: 2;
}

.serv_serv_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-left: -20px;
  margin-right: -20px;
}

.serv_serv_list > li {
  width: 50%;
  position: relative;
}

.serv_serv_box {
  padding: 20px 20px 20px 40px;
  font-size: 11px;
  max-width: 220px;
}

.serv_serv_list > li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 20px;
  width: 8px;
  height: 8px;
  background-color: rgb(255, 51, 51);
}

.serv_serv_mob_wrap {
  background-color: #f1f1f1;
}

.serv_serv_mob {
  padding: 50px 20px;
}

.font21 {
  font-size: 21px;
}

.font188 {
  font-size: 188px;
}

.brands_list {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.brands_list_box {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 15px;
  margin-right: 15px;
}

.brands_list_box img {
  display: block;
  height: 30px;
  width: auto;
  max-width: 100%;
}

.suport_wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*height: 730px;*/
  margin-right: auto;
  margin-left: auto;
  max-width: 1376px;
  background-image: url(../img/suport.jpg);
  overflow: hidden;
}

.suport_feedback {
  max-width: 600px;
}

.suport_feedback_form {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.suport_feedback_form > li {
  width: 50%;
}

.suport_feedback_form_box {
  margin-left: 15px;
  margin-right: 15px;
  max-width: 250px;
}

.suport_feedback_form input[type=text],
.suport_feedback_form input[type=email],
.suport_feedback_form input[type=tel] {
  border: 0px;
  outline: none;
  color: #fff;
  background: transparent;
  height: 40px;
  width: 100%;
  padding: 0px;
  border-bottom: 1px solid #fff;
}

.suport_feedback_form ::-webkit-input-placeholder {
  color: #fff;
  font-size: 11px;
}

.suport_feedback_form ::-moz-placeholder {
  color: #fff;
  font-size: 11px;
}

/* Firefox 19+ */
.suport_feedback_form :-moz-placeholder {
  color: #fff;
  font-size: 11px;
}

/* Firefox 18- */
.suport_feedback_form :-ms-input-placeholder {
  color: #fff;
  font-size: 11px;
}

.suport_feedback_form ::-webkit-input-placeholder {
  color: #fff;
  font-size: 11px;
}

.suport_feedback_form ::-moz-placeholder {
  color: #fff;
  font-size: 11px;
}

.suport_feedback_form ::-ms-input-placeholder {
  color: #fff;
  font-size: 11px;
}

.suport_feedback_form ::placeholder {
  color: #fff;
  font-size: 11px;
}

.suport_feedback .thin_white_button {
  width: 250px;
}

.suport_feedback {
  position: relative;
}

.suport_feedback_form {
  padding: 0px 70px 100px;
}

.suport_feedback_top {
  padding: 100px 70px 0px;
}

.close_suport_form {
  width: 20px;
  height: 20px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.suport_feedback .succes_message {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/form_blur.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}

.succes_message_caption {
  position: relative;
  padding-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  font-size: 14px;
}

.succes_message_caption:before {
  color: #fff;
}

.narrow_mtitle {
  max-width: 500px;
}

.tovar_bock_mini_description {
  font-size: 11px;
  max-width: 350px;
}

/*.tovar_bock_1 .page_header {
   position: absolute;
}*/
.tovar_sliders {
  height: 605px;
  position: absolute;
  right: 15px;
  top: 0;
  width: 800px;
}

.tovar_slider_item_box .img_cont {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 0;
  height: 500px;
}

.tovar_slider_nav_item_box .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 130px;
}

.tovar_slider_nav_wrapper .prev,
.tovar_slider_nav_wrapper .next {
  top: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  color: #777;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
  z-index: 10;
  margin-top: -10px;
}

.tovar_slider_nav_wrapper .prev:hover,
.tovar_slider_nav_wrapper .next:hover,
.tovar_slider_nav_wrapper .prev:focus,
.tovar_slider_nav_wrapper .next:focus {
  color: #c77452;
}

.tovar_slider_nav_wrapper .next {
  right: -40px;
}

.tovar_slider_nav_wrapper .prev {
  left: -40px;
  z-index: 2;
}

/*---------------------*/
.tovar_slider_nav_wrapper .slick-dots li.slick-active button:before,
.tovar_slider_nav_wrapper .slick-dots li.slick-active button:hover,
.tovar_slider_nav_wrapper .slick-dots li.slick-active button:focus {
  opacity: 0;
}

.tovar_slider_nav_wrapper .slick-dots li button:before,
.tovar_slider_nav_wrapper .slick-dots li button:hover,
.tovar_slider_nav_wrapper .slick-dots li button:focus {
  opacity: 0;
}

.tovar_slider_nav_wrapper .slick-dots li {
  overflow: hidden;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border: 0;
}

.tovar_slider_nav_wrapper .slick-dots li.slick-active {
  background: rgb(255, 51, 51);
}

.tovar_slider_nav_wrapper .slick-dots {
  bottom: -50px;
  overflow: hidden;
  white-space: nowrap;
}

.tovar_slider_nav_wrapper .slick-dots li button::before {
  content: "";
  opacity: 0;
}

/*------------------------*/
.tovar_info_visual {
  max-width: 350px;
}

.tovar_info_visual_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-left: -5px;
  margin-right: -5px;
}

.tovar_info_visual_list > li {
  width: 50%;
  margin-bottom: 70px;
}

.tovar_info_visual_box .img_cont {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 55px;
  margin-bottom: 15px;
  width: 55px;
  margin-left: auto;
  margin-right: auto;
}

.tovar_info_visual_box {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  color: #898989;
  max-width: 150px;
}

.no_wrap {
  white-space: nowrap;
}

.tovar_parameters {
  overflow: auto;
  height: 380px;
  font-size: 14px;
}

.tovar_parameters_list {
  display: table;
  width: 100%;
}

.tovar_parameters_list > li {
  display: table-row;
}

.tovar_parameters_list > li > div {
  display: table-cell;
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
}

.open_item {
  display: block;
  padding: 10px 30px 10px 0;
  position: relative;
  font-size: 8px;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
}

.open_item:after {
  content: "\ea99";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  right: 0;
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  margin-top: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.opened .open_item:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -sand-transform: rotate(180deg);
}

.open_more_par {
  padding: 15px;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  font-size: 8px;
}

.good_info_inner_tabs .nav-tabs .nav-link {
  color: white;
  font-size: 11px;
  font-weight: 700;
  text-transform: none;
}

.good_info_inner_tabs .nav-tabs .nav-item.show .nav-link,
.good_info_inner_tabs .nav-tabs .nav-link.active {
  color: rgb(255, 51, 51);
}

.good_info_inner_tabs .nav-tabs .nav-link .img_cont {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 50px;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url(desaturate.svg#greyscale);
  filter: gray;
  -webkit-filter: grayscale(1);
}

#nav_link1_inner .img_cont {
  background-image: url(../img/tab_04.svg);
}

#nav_link2_inner .img_cont {
  background-image: url(../img/tab_02.svg);
}

#nav_link3_inner .img_cont {
  background-image: url(../img/tab_03.svg);
}

.good_info_inner_tabs {
  background-image: url(../img/fon.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.good_info_inner_tabs:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}

.good_info_inner_tabs > * {
  position: relative;
  z-index: 2;
}

.good_info_inner_tabs .nav-tabs .nav-item.show .nav-link .img_cont,
.good_info_inner_tabs .nav-tabs .nav-link.active .img_cont {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: url();
  filter: none;
  -webkit-filter: grayscale(0);
}

.buclets_box {
  display: block;
  background-image: url();
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 340px;
  width: 240px;
  text-decoration: none;
  margin-left: 15px;
  margin-right: 15px;
}

.buclets_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.good_info_inner_tabs .video_greed_box .video_inner {
  height: 270px;
}

.downloadarrow {
  padding: 0 0 60px 0;
  position: relative;
  font-weight: 300;
}

.downloadarrow:before {
  content: "\ef08";
  text-align: center;
  font-size: 40px;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.dld_wrapper {
  padding: 40px;
  max-width: 400px;
  border: 2px solid #777;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.complectation_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-left: -25px;
  margin-right: -25px;
}

.complectation_list > li {
  width: 25%;
}

.complectation_box {
  margin-left: 25px;
  margin-right: 25px;
  position: relative;
  padding-top: 30px;
  border-top: 5px solid #ff2d2d;
}

.complectation_box .img_cont {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 250px;
}

.font30 {
  font-size: 30px;
}

.complectation_wrapper {
  overflow: hidden;
}

.complectation_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.card_header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1;
  color: #ff2d2d;
  font-weight: 800;
}

.complectation_box_footer {
  min-height: 70px;
  font-size: 12px;
  font-weight: 300;
  padding: 10px 0;
}

.artikul {
  font-size: 11px;
  padding: 10px 0;
}

.not_exist {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url(desaturate.svg#greyscale);
  filter: gray;
  -webkit-filter: grayscale(1);
  opacity: 0.5;
}

.tab_accesories_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-left: -25px;
  margin-right: -25px;
}

.tab_accesories_list > li {
  width: 25%;
}

.tab_accesories_box .img_cont {
  display: block;
  background-size: auto 150px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 190px;
}

.tab_accesories_box {
  display: block;
  margin-left: 25px;
  margin-right: 25px;
  position: relative;
}

/*================*/
.form_box_label {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
}

.form_box_label:after {
  content: " ";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  color: rgb(255, 51, 51);
}

.form_user_name:after {
  content: "\ecfd";
}

.form_user_tel:after {
  content: "\ec8a";
}

.form_user_mess:after {
  content: "\eb2a";
}

.modal-header {
  display: block;
  position: relative;
  border-bottom: 0px;
  padding-top: 60px;
  font-weight: 300;
}

.modal .close {
  position: absolute;
  top: 27px;
  right: 27px;
  float: none;
  font-size: 36px !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 !important;
  text-shadow: none !important;
}

.modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px 40px;
  border-top: 0px;
}

.font24 {
  font-size: 24px;
}

.modal .form-control {
  height: calc(1.5em + 0.75rem + 8px);
}

.modal-body {
  padding: 15px 50px;
}

.modal textarea.form-control {
  height: calc(4.5em + 0.75rem + 16px);
}

.tab_form .thin_white_button:focus,
.tab_form .thin_white_button:hover {
  color: #fff;
  -webkit-box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.2);
}

.no_more .open_more_videos {
  display: none !important;
}

.tabs_over_wrap {
  overflow: auto;
}

.tab_accesories_wpar {
  overflow: hidden;
}

.bg-accent {
  background: rgb(239, 239, 239);
}/*# sourceMappingURL=custom_style.css.map */