body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
}
body {
  color: #000;
  font-family: 'Inter', sans-serif;
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  line-height: 15.73px;
  min-width: 320px;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
a {
  color: #fff;
  border: #fff;
  transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  width: 100%;
  border: none;
  object-fit:cover;
  vertical-align: middle;
}
span {
  color: #fff;
}
svg {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
button {
  transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
}
.btn:hover, .btn:focus, .btn.focus, input, select, textarea {
  outline: none;
}
input, select, textarea {
  -webkit-transition: background 0.15s ease, border-color 0.15s ease;
  -moz-transition: background 0.15s ease, border-color 0.15s ease;
  -o-transition: background 0.15s ease, border-color 0.15s ease;
  transition: background 0.15s ease, border-color 0.15s ease;
}
input:-internal-autofill-selected {
  background: transparent;
}
body {
  color: #fff;
}
body a {
  color: #fff;
}
fieldset {
  padding: 0;
  margin: 0;
  border: none;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* scrollbar */

*::-webkit-scrollbar {
  padding: 100px 0;
  width: 7px;
  height: 3px;
}
*::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 8px !important;
}
*::-webkit-scrollbar-thumb {
  background-color: #DD2A1A;
  border-radius: 8px !important;
}

/* scrollbar */

/* admin */

.form-row .row-col:not(:first-child) {
  padding-top: 50px;
}

/* admin */





header .content {
  background: #888E99;
}
.header_wrapper {
  background: #888E99;
  padding: 41px 0 87px 0;
}
.header_wrapper_other {
  background: #fff;
  padding: 0;
}
.logo_img img {
/*  width: 175px;*/
/*  height: 26px;*/
}
.logo_wrap {
  display: flex;
}
.logo_wrap a {
  display: flex;
  text-decoration: none;
}
.text_wrap {
  display: flex;
  align-items: center;
  padding-left: 17px;
}
.text_wrap span {
  color: #000;
  font-family: Inter;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  line-height: 17px;
}
.logo_text {
  padding-left: 15px;
  display: flex;
  align-items: center;
}
.logo_text span {
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.01em;
  color: #fff;
}
.header_inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.header_inner_other {
  display: flex;
  position: relative;
  padding: 0 35px;
}
.main_all_content_obj {
  background: #F5F7F8;
}



.container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.content_inner {
  width: 100%;
/*  max-width: 1920px;*/
  margin: 0 auto;
}
.main_top_inner {
  position: relative;
}
.main_top_fixed {
  background: #888E99;
  width: 100%;
}
.main_top_ul {
  display: flex;
  border-top: 1px solid rgba(239, 239, 239, 0.4);
}
.main_top_ul a {
  padding: 23px 0;
  display: block;
  text-decoration: none;
  color: #fff;
  margin-top: -1px;
  border-top: 2px solid transparent;
}
.main_top_ul li:not(:last-child) {
  margin-right: 47px;
}
.main_top_ul li:last-child a {
  position: relative;
  padding-right: 25px;
}
.main_top_ul li:last-child a:after {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 7px;
  background: url('../img/menu.svg');
  right: 1px;
  top: 31px;
}
.main_top_ul a:hover {
  border-top: 2px solid #fff;
}
.main_top_ul .menu_active {
  border-top: 2px solid #fff;
}
.main_top_ul a span {
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.02em;
}
.left_border {
  border-left: 2px solid #EFEFEF;
}
.main_all_inner {
  display: flex;
  background: #F4F6F8;
/*  padding-top: 40px;*/
}
.main_all_col {
  width: 20%;
  height: 100%;
  min-height: 600px;
  flex: none;
  position: fixed;
  top: 0;
/*  padding-bottom: 200px;*/
/*  padding-top: 40px;*/
  background: #fff;
}
.main_all_col_category {
  border-right: 4px solid #F7F7F8;
}
.main_all_col_object {
  border-right: 4px solid #F7F7F8;
}
.main_all_info {
  min-height: 600px;
  margin-left: 20%;
  flex-grow: 1;
  background: transparent;
  position: relative;
}
.main_all_cont {
  margin-bottom: 212px;
}
.main_all_category {
  min-height: 600px;
  flex-grow: 1;
  background: #fff;
  position: relative;
  margin-left: 20%;
}
.main_all_object {
  min-height: 600px;
  flex-grow: 1;
  background: #fff;
  position: relative;
  width: 80%;
  height: 100%;
  margin-left: 20%;
}
.main_bg_wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  height: 100%;
}
.main_bg_wrap img {
  height: 100%;
}
.col_menu_container {
  padding: 0 35px;
  height: 100%;
  position: relative;
  z-index: 50;
}
.col_menu_container_mid {
  padding-left: 40px;
  padding-top: 40px;
}
.col_menu_container_mid_obj {
  padding-left: 0;
  padding-top: 0;
}
.left_col_content {
  background: #fff;
  padding-top: 14px;
  padding-bottom: 108px;
  overflow-y: scroll;
}
/*.left_col_content::-webkit-scrollbar-thumb {
  background: rgba(221, 42, 26, 0);
}*/
/*.left_col_content:hover::-webkit-scrollbar-thumb {
  background: rgba(221, 42, 26, 1);
}*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .left_col_content {
    background-clip: text;
    -webkit-background-clip: text;
    background-color: rgba(221, 42, 26, 0);
    transition: background-color .2s;
  }
  .left_col_content:hover {
    background-color: rgba(221, 42, 26, 1);
  }
  .left_col_content::-webkit-scrollbar-thumb {
    background-color: inherit;
  }
}
.menu_li {
  padding-top: 4px;
}
.menu_li .menu_li_expand {
  display: none;
/*  max-height: 0;*/
  width: 100%;
  min-width: 100%;
}
.menu_li .expanded {
  display: block;
/*  max-height: var(--full-height);*/
}
.menu_li_top {
  border-bottom: 2px solid #EFEFEF;
  display: flex;
  position: relative;
}
.menu_li_top .category_link {
  display: flex;
  align-items: center;
/*  width: 100%;*/
  padding: 20px 0;
  padding-left: 9px;
  text-decoration: none;
  min-height: 58px;
  position: relative;
}
.menu_li_top .menu_mark {
  display: block;
  width: 10px;
  height: 6px;
  position: absolute;
  right: 2px;
  top: 26px;
  background: url('../img/grey_line.svg');
  transition: rotate .2s ease;
  -o-transition: rotate .2s ease;
  -moz-transition: rotate .2s ease;
  -webkit-transition: rotate .2s ease;
}
.menu_li_top .li_active {
  width: 10px;
  height: 6px;
  background: url('../img/red_line.svg');
  rotate: -90deg;
}
.menu_li_top span {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000;
}
.link_red span {
  color: #DD2A1A;
}
.menu_li_expand {
  padding: 21px 0 26px 0;
  border-bottom: 2px solid #EFEFEF;
}
.menu_li:last-child .menu_li_top {
  border-bottom: transparent;
}
.menu_li:last-child .menu_li_expand {
  border-bottom: transparent;
}
.ul_expand .li_expand {
  margin-bottom: 11px;
  padding-left: 24px;
  position: relative;
/*  min-width: max-content;*/
}
.ul_expand .li_expand:last-child {
  margin-bottom: 0;
}
.li_expand a {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: rgba(51, 51, 51, 0.83);
  text-decoration: none;
}
.li_expand a:hover {
  font-weight: 500;
  color: #000;
}
.expand_active a {
  font-weight: 500;
  color: #DD2A1A;
}
.ul_expand .li_expand:before {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 12px;
  top: 8px;
}
.ul_expand .expand_active:before {
  background: #E21E1A;
}
.col_menu_content {
/*  padding-top: 4px;*/
}
.main_all_block {
  display: flex;
  background: transparent;
}
.col_menu_container_mid .main_all_stick {
  margin-right: 40px;
}
.main_all_margin {
  margin-left: 20%;
}
.all_block_category {
  background: #fff;
}
.main_all_left {
  flex-grow: 1;
}
.main_all_right {
  width: 435px;
  flex: none;
  border-left: 4px solid #f1f1f1;
/*  background: rgba(245, 247, 248, 0.5);*/
}
.breadcrumbs {
  padding: 19px 0;
  display: flex;
}
.breadcrumbs a {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #797979;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.breadcrumbs a:after {
  content: '';
  display: block;
  width: 5px;
  height: 7px;
  margin: 0 9px;
  background: url('../img/breadcrumb.svg');
}
.breadcrumbs a:last-child:after {
  display: none;
}
.breadcrumbs a span {
  color: #797979;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.02em;
}
.breadcrumbs_inner {
  border-bottom: 2px solid #EFEFEF;
}
.all_content_heading {
  padding-top: 20px;
  margin-top: 50px;
}
.all_content_heading span {
  font-weight: 500;
  font-size: 22px;
  line-height: 31px;
  color: #000;
}
.main_heading {
  padding-bottom: 50px;
  padding-top: 0;
  padding-left: 55px;
  padding-right: 55px;
  margin-top: 0;
}
.category_heading {
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 55px;
  padding-right: 55px;
  margin-top: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.pages_heading {
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 55px;
  padding-right: 55px;
  margin-top: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.category_head_col {
  width: 50%;
}
.category_descr {
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
  color: #5B5B5B;
}
.attributes_content {
  border: 1px solid #E6E6E6;
  display: flex;
  margin-top: 25px;
}
.attributes_content {
  margin-bottom: 55px;
}
.atributes_col {
  width: 33.33333%;
  padding: 0 18px;
}
.atributes_col:not(:last-child) {
  border-right: 1px solid #E6E6E6;
}
.atributes_col:first-child {
  background: #F5F7F8;
}
.ul_atributes span {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #000;
}
.head_atributes span {
  font-weight: 500;
}
.ul_atributes .li_atribute {
  border-bottom: 1px solid #E6E6E6;
  padding: 12px 0;
  text-align: center;
}
.ul_atributes .li_atribute:last-child {
  border-bottom: none;
}
.head_atributes .li_atribute {
  text-align: left;
}
.all_bottom_text {
  padding-left: 55px;
}
.all_bottom_text p {
  font-weight: 300;
  font-size: 15px;
  line-height: 29px;
  color: #545454;
  font-family: Inter, sans-serif;
}
.all_bottom_text p:first-child {
  margin-top: 0;
}
.all_bottom_text p:last-child {
  margin-bottom: 0;
}
.section_inner p:last-of-type {
  margin-bottom: 0;
}
.right_all_col {
/*  padding-left: 29px;*/
  height: 100%;
}
.rigth_top_text {
/*  padding: 19px 0;*/
  min-height: 58px;
  position: relative;
  text-align: center;
  height: 70px;
  display: flex;
  align-items: center;
}
.rigth_top_text span {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #787878;
}
.bottom_red_line {
  width: 75px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #E21E1A;
  display: none;
}
.right_slider_photo {
/*  padding-top: 37px;*/
}
.slider_inner {
/*  padding: 0 32px;*/
  position: relative;
  padding-bottom: 20px;
}
.img-button-prev,
.img-button-next {
  width: 24px;
  height: 12px;
  position: absolute;
  cursor: pointer;
  z-index: 20;
/*  top: 45%;*/
  bottom: 8px;
}
.img-button-prev {
  left: 44px;
  background: url('../img/slider/left-line.svg');
}
.img-button-next {
  right: 44px;
  background: url('../img/slider/right-line.svg');
}
.right_btns {
  padding-top: 35px;
  width: 100%;
}
.right_btns_inner {
  display: flex;
  padding-top: 32px;
  padding-right: 32px;
  padding-left: 32px;
  border-top: 4px solid #f1f1f1;
  justify-content: center;
}
.right_btn_inner {
  width: 50%;
  margin-top: 35px;
}
.right_btns_inner .right_btn_inner:first-child {
  padding-right: 5px;
}
.right_btns_inner .right_btn_inner:last-child {
  padding-left: 5px;
}
.right_btn {
  width: 100%;
  padding: 13px 0;
  text-align: center;
  cursor: pointer;
  border-radius: 40px;
  transition: all .15s ease;
  -o-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -webkit-transition: all .15s ease;
}
.right_btn span {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #fff;
}
.right_btn_inner .btn_grey {
  background: #888E99;
}
.right_btn_inner .btn_grey:hover {
  background: #75797f;
}
.right_btn_inner .btn_red {
  background: #E21E1A;
  position: relative;
}
.right_btn_inner .btn_red:hover {
  background: #cb1b17;
}
.btn_red:before {
  content: '';
  display: block;
  position: absolute;
  width: 17px;
  height: 15px;
  background: url(../img/download.svg);
  left: 15px;
}
.btn_red span {
  padding-left: 25px;
}
.block_lang {
  position: absolute;
  right: 0;
  top: 22px;
}
.block_lang_main {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 5px;
}
.block_lang_main:before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background: url('../img/globe_red.svg');
  margin-right: 8px;
  margin-top: -1px;
}
.block_lang_m .block_lang_main:after {
  content: '';
  display: block;
  width: 11px;
  height: 7px;
  background: url('../img/menu.svg');
  margin-left: 8px;
  margin-top: -1px;
}
.block_lang_contact .block_lang_main:after {
  content: '';
  display: block;
  width: 11px;
  height: 7px;
  background: url('../img/menu_black.svg');
  margin-left: 8px;
  margin-top: -1px;
}
.block_lang_category .block_lang_main:after,
.block_lang_object .block_lang_main:after {
  content: '';
  display: block;
  width: 11px;
  height: 7px;
  background: url('../img/menu_black.svg');
  margin-left: 8px;
  margin-top: -1px;
}
.block_lang_category .block_lang_main, 
.block_lang_object .block_lang_main {
  color: #000;
}
.block_lang_m .block_lang_main {
  color: #fff;
}
.block_lang_body {
  display: none;
  flex-direction: column;
  background: #fff;
  padding: 5px 0;
  z-index: 10;
  position: relative;
  -webkit-box-shadow: 0px 2px 16px -2px rgba(21, 33, 43, 0.28);
  -moz-box-shadow: 0px 2px 16px -2px rgba(21, 33, 43, 0.28);
  -o-box-shadow: 0px 2px 16px -2px rgba(21, 33, 43, 0.28);
  box-shadow: 0px 2px 16px -2px rgba(21, 33, 43, 0.28);
}
.block_lang_body a {
  font-weight: 700;
  line-height: 12px;
  padding: 5px 15px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  z-index: 10;
}
.block_lang_body a:hover {
  background: #e5e5e5;
}
.lang_box_open {
  display: flex;
  top: 2px;
}
.block_lang_category {
  top: 40px;
  right: 21px;
}
.block_lang_object {
  top: 40px;
  right: 21px;
}
.block_lang_m {
  top: 40px;
  right: 21px;
}
.block_lang_contact {
  top: 40px;
  right: 21px;
  color: #000;
}
.block_lang_not_main .block_lang_main {
  color: #000;
}
.category_container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  overflow: hidden;
/*  background: #F5F7F8;*/
  margin-top: 45px;
}
.contacts_container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  overflow: hidden;
  margin-top: -4px;
}
.no_pd_right {
  padding-right: 0;
}
.pd_right {
  padding-right: 18px;
}
.pd_both {
  padding: 0 11px;
}
.main_all_top {
/*  padding-bottom: 40px;*/
  background: #F5F7F8;
}
.main_all_top_content {
  display: flex;
}
.main_all_top_col {
  width: 100%;
}
.main_all_col_text {
  padding-top: 20px;
}
.main_all_col_text p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #545454;
}
.main_all_col_text p:first-child {
  margin-top: 0;
}
.main_all_col_text p:last-child {
  margin-bottom: 0;
}
.menu_all_top_bottom_inner {
/*  padding-top: 20px;*/
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.attr_links_ul {
  display: flex;
  position: relative;
  z-index: 50;
/*  padding-top: 20px;*/
}
.attr_link {
  margin-right: 20px;
/*  margin-bottom: -4px;*/
}
.attr_link a {
  display: block;
  padding: 24px 0 23px 0;
  color: #000;
  font-size: 15px;
  line-height: 18.15px;
  color: #989898;
/*  text-transform: uppercase;*/
  font-weight: 400;
  position: relative;
  color: #989898;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
.attr_link .attr_active {
  border-bottom: 4px solid #E21E1A;
  color: #000;
} 
.attr_active {
  border-bottom: 4px solid #E21E1A;
  color: #000;
} 
.rewievs_inner {
  width: 100%;
  min-height: 5px;
}
.standart_inner,
.model_inner,
.accesories_inner,
.related_inner,
.downloads_inner {
  min-height: 100px;
/*  padding: 0 40px;*/
}
.downloads_inner {
  padding-bottom: 200px;
}
.standart_inner p,
.model_inner p,
.accesories_inner p,
.related_inner p,
.downloads_inner p {
  color: #000;
}

.col_menu_content {
  display: none;
  transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;
  animation: appear 0.5s forwards;
  min-width: 100%;
}
.left_col_content .menu_active {
  display: block;
}
.related-blocks-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
/*  padding-bottom: 25px;*/
}
.related-block li {
  padding: 2px 0;
}
.related-block a {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #545454;
  text-decoration: none;
  width: 100%;
  display: flex;
}
.related-block a:hover {
  color: #000;
}
.related-block a .txt-code {
  display: inline-block;
  font-weight: 600;
  color: #000;
  width: 30%;
}
.related-block a .txt-name {
  display: inline-block;
  font-weight: 300;
  color: #545454;
  width: 70%;
  padding-left: 20px;
  position: relative;
  transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
}
.related-block a:hover .txt-name {
  color: #000;
}
.related-block a .txt-name:before {
  content: '—';
  position: absolute;
  left: 0;
}
.related-block .related-manually {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #545454;
  width: 100%;
  display: flex;
}
.related-block .related-manually .txt-code {
  display: inline-block;
  font-weight: 600;
  color: #000;
/*  width: 30%;*/
  padding-right: 6px;
}
.related-block .related-manually .txt-name {
  display: inline-block;
  font-weight: 300;
  color: #000;
/*  width: 70%;*/
  padding-left: 20px;
  position: relative;
}
.related-block .related-manually .txt-name:after {
  position: absolute;
  content: '—';
  left: 0;
  top: 0;
}
.related_inner {
/*  margin-bottom: 50px;*/
/*  padding-top: 50px;*/
}
.related_inner h1 {
  color: #000;
  font-size: 28px;
}
.related_inner p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #545454;
}
.related_inner .related-h1 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  color: #000;
}
.accesories_inner {
/*  margin-bottom: 50px;*/
/*  padding-top: 50px;*/
}
.accesories_inner h1 {
  color: #000;
  font-size: 28px;
}
.accesories_inner p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #545454;
}
.accesories_inner .accesories-h1 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  color: #000;
}
.model_inner {
/*  margin-bottom: 50px;*/
/*  padding-top: 50px;*/
}
.model_inner h1 {
  color: #000;
  font-size: 28px;
}
.model_inner p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #545454;
}
.model_inner .related-h1 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  color: #000;
}
.model_inner h1 {
  color: #000;
  font-size: 28px;
}
.model_inner p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #545454;
}
.model_inner .model-h1 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  color: #000;
}
.standart_inner {
/*  margin-bottom: 50px;*/
/*  padding-top: 50px;*/
}
.standart_inner h1 {
  color: #000;
  font-size: 28px;
}
.standart_inner p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #545454;
}
.standart_inner h1 {
  color: #000;
  font-size: 28px;
}
.standart_inner p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #545454;
}
.standart_inner p:last-child {
  margin-bottom: 0;
}
.downloads_inner h1 {
  color: #000;
  font-size: 28px;
}
.ul_downloads {
  padding-top: 15px;
}
.ul_downloads li {
  padding: 7px 0;
  position: relative;
  display: flex;
}
.ul_downloads a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.ul_downloads a:hover {
  color: #545454;
}
.ul_downloads a:hover span {
  color: #545454;
}
.ul_downloads a:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/download.png);
  background-size: cover;
  margin-right: 5px;
}
.ul_downloads span {
  color: #000;
  display: inline-block;
  margin-top: 2px;
  transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
}
.attributes_inner h1 {
  color: #000;
  font-size: 28px;
}
.attributes_inner p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #545454;
}
.all_bottom_text h1 {
  color: #000;
  font-size: 28px;
}
.all_bottom_text h2 {
  font-size: 20px;
  color: #000;
}
.all_bottom_text img {
  margin: 10px 0;
}
.attr_links_inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
/*  width: 100%;*/
/*  max-width: 837.98px;*/
/*  border-bottom: 4px solid #f1f1f1;*/
}
.section_inner {
  padding-right: 55px;
}
.inner_cont {
  padding-top: 16px;
}
#section2 .inner_cont {
  border-top: 4px solid #f1f1f1;
  padding-left: 55px;
}
#section3 .inner_cont {
  border-top: 4px solid #f1f1f1;
  padding-left: 55px;
}
#section4 .inner_cont {
  border-top: 4px solid #f1f1f1;
  padding-left: 55px;
}
#section5 .inner_cont {
  border-top: 4px solid #f1f1f1;
  padding-left: 55px;
}
#section6 .inner_cont {
  border-top: 4px solid #f1f1f1;
  padding-left: 55px;
  color: #000;
}
#section7 .inner_cont {
  border-top: 4px solid #f1f1f1;
  padding-left: 55px;
}
.heading_inner {
  padding-left: 55px;
}
.main_all_left_content .section .section_inner {
/*  padding-top: 50px;*/
}
/*.main_all_left_content .section:first-child .section_inner {
  padding-top: 18px;
}*/
.main_all_left_content {
  display: flex;
  flex-direction: column;
  padding-bottom: 500px;
}
.slider-photo {
  padding-top: 37px;
  margin-left: 58px;
  margin-right: 58px;
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 2px;
  background: rgba(214, 214, 214, 0.48);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #E21E1A;
}
.table-attr {
  color: #000;
  padding-top: 30px;
}
.table-attr table {
  width: 100%;
  border: 1px solid #fff;
  border-collapse: collapse;
}
.table-attr table th,
.table-attr table td {
  border: 1px solid #000;
  border-collapse: collapse;
  padding: 5px 6px 4px 6px;
}
.table-attr table th {
  background: #d5d5d5;
}
.table-attr table .th-none {
  border: none;
  background: #fff;
}
.table-attr tr td:not(:first-child) {
  text-align: center;
}
.table-attr .left-col-color tr td:first-child {
  background: #d5d5d5;
}
.section_inner ul {
  color: #000;
}
.section_inner ul li {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #545454;
}
.section_inner h1 {
  color: #000;
  font-size: 28px;
}
.section_inner h2 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 35px;
  color: #000;
/*  text-decoration: underline;*/
/*  text-underline-offset: 35px;*/
  display: inline-flex;
  border-bottom: 4px solid #000;
  margin-bottom: -4px;
}
.footer-container {
  width: 100%;
  height: 500px;
/*  background: #efefef;*/
}
.slider-img img {
  max-height: 280px;
  object-fit: contain;
}



.all_goods_container {
  width: 100%;
  padding: 0 40px;
}
.all_goods_container_category {
  padding-right: 0;
  padding-left: 0;
  padding-top: 44px;
  padding-bottom: 200px;
}
.all_goods_container_contacts {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 200px;
}
.all-goods {
/*  width: 100%;*/
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -16px;
  border-top: 4px solid #f1f1f1;
  border-bottom: 4px solid #f1f1f1;
}
.all-goods li {
  width: 25%;
  background: #fff;
  margin-bottom: -4px;
  margin-right: -4px;
  border-right: 4px solid #f1f1f1;
  border-left: 4px solid #f1f1f1;
  border-top: 4px solid #f1f1f1;
  border-bottom: 4px solid #f1f1f1;
}
.all-goods li:nth-child(1) {
  margin-top: -4px;
}
.all-goods li:nth-child(2) {
  margin-top: -4px;
}
.all-goods li:nth-child(3) {
  margin-top: -4px;
}
.all-goods li:nth-child(4) {
  margin-top: -4px;
}
.all-contacts {
  border-top: none;
  border-bottom: none;
  flex-wrap: nowrap;
}
.all-contacts li:nth-child(1) {
  width: 31.2%;
}
.all-contacts li:nth-child(2) {
  width: 31.2%;
}
.all-contacts:first-child.all-contacts li:nth-child(1) {
  margin-top: 0;
  border-top: none;
}
.all-contacts:first-child.all-contacts li:nth-child(2) {
  margin-top: 0;
  border-top: none;
}
.all-contacts:first-child.all-contacts li:nth-child(3) {
  margin-top: 0;
  border-top: none;
}
.all-contacts li:nth-child(1) {
  margin-top: 0;
}
.all-contacts li:nth-child(2) {
  margin-top: 0;
}
.all-contacts li:nth-child(3) {
  margin-top: 0;
}
.all-goods-item {
  background: #f5f7f8;
}
.all-goods-item a {
  display: block;
/*  padding-bottom: 50px;*/
}
.g-photo_container {
  display: flex;
  padding-top: 50px;
  justify-content: center;
}
.g-name_container {
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  height: 150px;
  overflow: hidden;
}
.g-name_container span {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
}
.all-goods-item {
  margin: 0 8px;
}
.all-goods-item img {
  height: 270px;
}
.all-goods-category {
  background: #fff;
}
.all-goods-map {
  background: #fff;
  width: 100%;
  height: 100%;
}
.all-goods a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
}
.all-goods a:hover span {
  color: #797979;
}
.h-block {
  width: 100%;
  height: 68px;
  background: transparent;
}
.h2_invisible {
  display: none;
}
.downloads_inner p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #545454;
}
.main_links_wrapper {
  display: flex;
  position: relative;
}
.main_menu_wrapper .menu_tab_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
/*  width: 100%;*/
/*  padding: 20px 0;*/
  text-decoration: none;
  min-height: 48px;
}
.main_menu_wrapper .menu_tab_main span {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #000;
}
.main_menu_wrapper .menu_tab_main .menu_color_active {
  color: #DD2A1A;
}
.main_menu_wrapper .main_links_wrapper .menu_tab__js {
  display: block;
  position: absolute;
  top: 16px;
  right: 0;
  width: 9px;
  height: 14px;
  background: url(../img/mark_big.svg);
  rotate: 90deg;
  transition: rotate .2s ease;
  -o-transition: rotate .2s ease;
  -moz-transition: rotate .2s ease;
  -webkit-transition: rotate .2s ease;
}
.main_menu_wrapper .main_links_wrapper .menu_active {
  rotate: 0deg;
}
.main_menu_wrapper .main_links_wrapper .menu_active {
  background: url(../img/mark_big_red.svg);
}
.arrt_links_wrap_content {
/*  padding: 0 40px;*/
  height: 70px;
/*  border-bottom: 4px solid #f1f1f1;*/
  display: flex;
  align-items: flex-end;
  padding-right: 55px;
  padding-left: 55px;
}
.obj_breadcrumbs_wrap {
  padding: 0 55px 21px 55px;
}
.no_border {
  border: none;
}
.col_menu_lang {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 26px 35px 25px 35px;
}
.col_menu_lang span {
  font-size: 13px;
  color: #989898;
  line-height: normal;
  font-weight: 400;
  letter-spacing: 0.26px;
}
.col_menu_lang a {
  color: #000;
  font-size: 13px;
  line-height: normal;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.26px;
}
.header_wrapper_other {
  padding: 27px 0;
  min-height: 108px;
  border-bottom: 4px solid #f1f1f1;
}
.header_wrapper_other .header_inner {
  padding: 0 35px;
}
.pd_right_35 {
  padding-right: 35px;
}
.b-inactive {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #B8B8B8;
  border-radius: 4px;
  margin: 0 4px;
}
.b-active {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #B8B8B8;
  border-radius: 4px;
  background: #B8B8B8;
  margin: 0 4px;
}
.b-inactive, .b-active {
  cursor: pointer;
}
.main_all_right {
  width: 37.6%;
}
.sticky_right_col {
  position: fixed;
  width: 29.85%;
  z-index: 1001;
  top: 0;
  right: 0;
  background: #fff;
  height: 100%;
}
.sticky_right_col .rigth_top_text {
  border-left: 4px solid #f1f1f1;
  margin-left: -4px;
}
.col_menu_links_wrap {
/*  padding: 43px 0 43px 0;*/
  height: 108px;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.main_all_info .col_menu_links_wrap {
  border-bottom: 4px solid rgba(255, 255, 255, 0.3);
}
.main_all_category .col_menu_links_wrap {
  border-bottom: 4px solid #f1f1f1;
}
.main_all_object .col_menu_links_wrap {
  border-bottom: 4px solid #f1f1f1;
}
.ul_col_links {
  padding-left: 55px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.main_all_info .ul_col_links a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  text-decoration: none;
}
.main_all_category .ul_col_links a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  text-decoration: none;
}
.main_all_object .ul_col_links a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  text-decoration: none;
}
.ul_col_links a:hover {
  color: #989898;
}
.col_li:not(:last-child) {
/*  width: 50%;*/
  margin-right: 32px;
}
.no_pd_left {
  padding-left: 0;
}
.main_page_container {
/*  margin-top: 45px;*/
/*  padding-right: 40px;*/
  padding-left: 0;
  background: transparent;
  position: relative;
  z-index: 40;
  padding-top: 157px;
/*  margin-bottom: 212px;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 884.05px;
  overflow: hidden;
  height: auto;
}
.top_heading_content {
  background: transparent;
  position: relative;
  z-index: 55;
}
.main_all_col_sticky {
  position: fixed;
  top: 0;
  height: 100%;
}
.main_all_col_sticky .main_all_left {
  padding-right: 37.6%;
}
.top_search_wrap {
  height: 100%;
  width: 37.6%;
  display: flex;
  align-items: center;
  padding-right: 48px;
  position: relative;
}
.main_all_info .top_search_wrap {
  border-left: 4px solid rgba(255, 255, 255, 0.3);
}
.main_all_category .top_search_wrap {
  border-left: 4px solid #f1f1f1;
}
.main_all_object .top_search_wrap {
  border-left: 4px solid #f1f1f1;
}
.top_search_wrap form {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.top_search_wrap button {
  border: none;
  background: transparent;
}
.search_pic {
  width: 20px;
  height: 19px;
  cursor: pointer;
}
#search {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  padding-left: 48px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;
}
#search:placeholder {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #989898;
  opacity: 1;
  transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;
}
#search:focus:placeholder {
  opacity: 0;
}
.main_all_info #search {
  color: #fff;
}
.main_all_category #search {
  color: #000;
}
.main_all_object #search {
  color: #000;
}
.main_top_text {
  display: flex;
  align-items: center;
}
.main_top_text p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  color: #fff;
}
.point_right {
  width: 30px;
  height: 13px;
  margin-right: 13px;
}
.main_desc_text {
  display: flex;
  flex-direction: column;
}
.desc_inner {
  position: relative;
  max-width: max-content;
}
.desc_inner a {
  text-decoration: none;
}
.main_desc_text p {
  font-size: 63px;
  font-weight: 400;
  line-height: 80px;
  margin: 0;
  display: inline-block;
  position: relative;
  z-index: 40;
  max-width: max-content;
}
.main_desc_text b {
  font-weight: 700;
}
.main_desc_text .desc_inner:after {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  top: 56px;
  width: 103%;
  height: 14px;
  opacity: 0.6000000238418579;
  background: #DD2A1A;
  z-index: 30;
  margin-left: -5px;
}
.ul_main_bottom_categories {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #fff;
  padding-top: 4px;
}
.main_categor {
  width: 12.5%;
  padding: 0 2px;
}
.main_categor:first-child {
  padding-left: 0;
}
.main_categor:last-child {
  padding-right: 0;
}
.main_categor a {
  position: relative;
  display: block;
  height: 190px;
}
.main_categor a img {
  display: block;
  width: 100%;
  height: 190px;
  position: relative;
  z-index: 30;
}
.main_categor a span {
/*  position: absolute;*/
  display: inline-block;
/*  left: 28px;*/
/*  bottom: 24px;*/
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
/*  padding-right: 23px;*/
  position: relative;
  z-index: 50;
}
.gradient {
  width: 100%;
  height: 190px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
  z-index: 40;
}
.span_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: flex-end;
  padding: 27px 23px;
}
.email_text {
  color: #000;
}
.email_text a {
  color: #000;
  text-decoration: none;
}
.top_menu_left_inner {
  width: 62.4%;
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
#lg-counter-current {
  color: #000;
}
#lg-counter-all {
  color: #000;
}
.main_all_left {
  width: 62.4%;
}
.main_all_search_results {
  height: 100vh;
}
.search_results {
  display: flex;
  flex-direction: column;
  padding: 0 55px;
  margin: 0;
  color: #000;
}
.evoSearch_info {
  color: #000;
  margin-bottom: 20px;
}
.search_title {
  padding: 5px 0;
}
.evoSearch_highlight {
  color: #000;
  font-weight: 700;
}
.col_sticky__js {
  display: flex;
  flex-direction: column;
}
.col_sticky__js .right_top_heading {
  display: flex;
  justify-content: center;
  height: 90px;
  min-height: 90px;
  padding-top: 20px;
  align-items: center;
}
.col_sticky__js .rigth_top_text {
  order: 4;
  height: 70px;
  min-height: 70px;
}
.col_sticky__js .right_slider_photo {
  order: 3;
}
.col_sticky__js .slider_pn_buttons {
  order: 4;
  position: relative;
  margin-top: 0;
  height: 35px;
}
.col_sticky__js .right_btns {
  order: 5;
}
.sticky_right_col .right_top_heading {
  display: flex;
}
.sticky_right_col .rigth_top_text {
  order: 3;
  opacity: 1;
/*  animation: appear 0.5s ease;*/
}
.sticky_right_col .right_slider_photo {
  order: 2;
}
.sticky_right_col .slider_pn_buttons {
  order: 4;
  margin-top: 0;
}
.heading_r {
  margin-top: 0;
  padding: 0 20px;
  opacity: 0;
  text-align: center;
  transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;
}
.sticky_right_col .heading_r {
  opacity: 1;
  animation: appear 0.5s ease;
}
.bottom_l {
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 40;
  background: #f1f1f1;
}
.pre_header_other {
  padding: 14px 0;
  display: none;
}
.pre_header_inner {
  min-height: 54px;
  width: 100%;
  position: relative;
}
.contact_country span {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  margin: 0;
}
.all-contacts li {
  padding: 30px 0;
}
.all-contacts li:first-child {
  padding-left: 55px;
}
.contacts-info {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  padding-bottom: 100px;
}
.contacts-info span {
  color: #000;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 25px;
}
.contacts-info a {
  color: #989898;
}
.contacts-info a:hover {
  color: #000;
}
.contacts-info .contact-info-a {
  display: flex;
  flex-direction: column;
  width: max-content;
}
.map_wrap {
  width: 100%;
  height: 100%;
}
.all-goods .li_map {
  padding: 0;
  width: 37.6%;
}
.col_li {
  display: flex;
  align-items: center;
  position: relative;
}
.col_li span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
}
.main_all_info .col_li span {
  color: #fff;
}
.main_all_category .col_li span {
  color: #000;
}
.main_all_object .col_li span {
  color: #000;
}
.col_li_active:after {
  content: '';
  width: 100%;
  height: 4px;
  background: #DD2A1A;
  position: absolute;
  bottom: -4px;
  z-index: 500;
}
.category_head_col_100 {
  width: 100%;
}
.company_text_block,
.production_text_block {
  padding-bottom: 30px;
}
.company_text_block p,
.production_text_block p {
  color: #000;
  font-size: 20px;
  line-height: 32px;
}
.company_text_block .ul_company li,
.production_text_block .ul_company li {
  padding-left: 40px;
  position: relative;
}
.company_text_block .ul_company li:before,
.production_text_block .ul_company li:before {
  content: '-';
  position: absolute;
  left: 0;
  top: 9px;
  color: #000;

}
.text_indent p {
  text-indent: 40px;
}
.text_indent .c_heading {
  text-indent: 0;
}
.text_indent li p {
  text-indent: 0;
}
#photo-gallery li {
  padding: 0 15px;
}

/* ajax search */
#ajaxSearch_output {
  position: absolute;
  width: 100%;
  top: 104px;
  padding: 0 20px;
  padding-bottom: 20px;
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0px 2px 16px -2px rgba(21, 33, 43, 0.28);
  -moz-box-shadow: 0px 2px 16px -2px rgba(21, 33, 43, 0.28);
  -o-box-shadow: 0px 2px 16px -2px rgba(21, 33, 43, 0.28);
  box-shadow: 0px 2px 16px -2px rgba(21, 33, 43, 0.28);
}
.ajaxSearch_highlight {
  color: #000;
  font-weight: 600;
}
.ajaxSearch_grpResultsDisplayed {
  color: #000;
}
.AS_ajax_resultLink {
  color: #000;
  font-weight: 600;
}
#searchClose {
  cursor: pointer;
}
#searchClose,
#indicator {
  width: 21px;
  height: 21px;
}
#ajaxSearch_form .outer_label {
  width: 100%;
  height: 100%;
  display: flex;
}
#ajaxSearch_input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  padding-left: 48px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;
  color: #989898;
}
.AS_ajax_resultsDisplayed {
  color: #000;
}
.AS_ajax_grpResultName {
  margin-bottom: 20px;
}
.ajaxSearch_result {
  margin: 20px 0;
}
.ajaxSearch_resultsDisplayed {
  color: #000;
}
.ajaxSearch_resultLink {
  font-weight: 600;
}
.ajaxSearch_resultExtract p {
  margin: 0;
  padding: 10px 0;
}
.paging1Infos {
  color: #000;
}
.paging1Next {
  color: #000;
  text-decoration: none;
}
.paging1Prev {
  color: #000;
  text-decoration: none;
}
.ajaxSearch_grpResultName {
  margin-bottom: 10px;
}
.ajaxSearch_grpResult {
  padding-bottom: 20px;
}
.AS_ajax_result {
  margin-bottom: 20px;
}
/* ajax search */

/* mobile menu */

.btn {
  padding: 18px 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #FFF;
  transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  outline: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
}
.h_button {
  padding: 5px 11px;
  background: #E21E1A;
  border-radius: 3px;
  position: relative;
  z-index: 3;
  height: 32px;
}
.btn_row {
  align-items: center;
}
.row_all {
  display: flex;
  justify-content: space-between;
}
.btn_row .btn_inner_icon {
  margin: 0;
}
.i_icon {
  margin: 4px 0;
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.i_icon_2 {
  width: 13px;
}
.i_icon_3 {
  width: 16px;
}
.h_button.open .i_icon.i_icon_1 {
  transform:translateX(0px) translateY(2px) translateZ(0px)
  rotateX(0deg) rotateY(0deg) rotateZ(45deg);
}
.h_button.open .i_icon.i_icon_2 {
  transform: rotateX(0deg) rotateY(0deg)  translateY(-3px) rotateZ(315deg);
  width: 18px;
}
.h_button.open .i_icon.i_icon_3 {
  display:none;
}
.btn_menu_container {
  display: none;
}
.bg-mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.2);
  z-index: 1001;
}

/* mobile menu */




@-webkit-keyframes appear {
 0% { opacity: 0; }
 100% { opacity: 1; }
}

@-moz-keyframes appear {
 0% { opacity: 0; }
 100% { opacity: 1; }
}

@-o-keyframes appear {
 0% { opacity: 0; }
 100% { opacity: 1; }
}

@keyframes appear {
 0% { opacity: 0; }
 100% { opacity: 1; }
}
