html {
  height: 100%;
  font-size: 16px;
}
body {
  height: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  font: 18px 'Open Sans', sans-serif;
  color: #fff;
  background-color: #121212;
  min-width: 320px;
}
.main {
  flex: 1 0 auto;
  padding-bottom: 30px;
}
.header,
.footer,
.nav_container {
  flex-shrink: 0; 
}

/* Header */
.header {
  position: relative;
  background: url(../images/pattern.png);
}
.menu_switch {
  display:flex;
  align-items: center;
  justify-content: center;
  float: right;
  height: 100px;
  width: 107px;
  font-size: 0;
  background-color: #030303;
  cursor: pointer;
}
.menu_icon {
  display: inline-block;
  width: 38px;
  height: 24px;
  vertical-align: middle;
  background: url(../images/sprite.png) no-repeat 0 0;
}
.brand_menu {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 13px;
  height: 10px;
  vertical-align: 2px;
  background: url(../images/sprite.png) no-repeat -40px 0;
  margin-right: 10px;
}
.active .menu_icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
} 
.logo {
  font-size: 0;
  float: left;
  margin: 12px 22px 0 30px;
}
.top_phones_inner {
  display: inline-block;
  padding-left: 54px;
  position: relative;
  text-align: left;
}
header .top_phones_inner {
  margin-top: 20px;
}
/* .top_phones_inner::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 37px;
  height: 37px;
  background: url(../images/sprite.png) no-repeat 0 -25px;
} */
.top_phone a {
  text-decoration: none;
}
.top_phone {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: right;
}
.top_phone span {
  display: inline-block;
  font-weight: 300;
  color: #e99928;
}
.top_phone span.city_name {
  font-size: 14px;
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.currencies {
  float: right;
  text-align: center;
  position: relative;
}
.currency_informer {
  width: 107px;
  height: 70px;
  background-color: #4c4b4b;
  color: #fff;
  padding-top: 9px;
  cursor: pointer;
}
.currency_label {
  display: block;
}
.currency_selected {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 1.2;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  text-decoration: none;
}
.active .currency_selected::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.currency_item {
  display: block;
  background-color: #fff;
  color: #414141;
  margin-bottom: 1px;
  line-height: 70px;
  text-decoration: none;
  text-transform: uppercase;
}  
.currency_selected::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-top: 11px;
  margin-left: 5px;
  width: 15px;
  height: 9px;
  background: url(../images/switch.png);
}
.currencies .dropdown {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 100%;
  width: 100%;
  background-color: #00a97e;
}
.languages {
  text-align: center;
}
.language_item {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  padding: 15px 15px;
  color: #7a7a7a;
  text-transform: uppercase;
  text-decoration: underline;
}
.language_item:hover {
  text-decoration: none;
}
.language_item.active {
  color: #00ba53;
  text-decoration: none;
}
.search {
  position: relative;
  background: #030303;
  transition: all .2s ease; 
}
.search_input {
  background: none;
  padding: 0 80px 0 20px;
  border: none;
  height: 70px;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
}
.search_button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: none;
  width: 80px;
  height: 70px;
  line-height: 70px;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  color: #7b7b7b;
}
.search_button:hover .search_icon {
  stroke:#fff;
}
.search_icon {
  width: 37px;
  vertical-align: middle;
  fill:none;
  stroke:#7b7b7b;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:3px;
}
.menu_link,
.category_link {
  position: relative;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  padding: 26px 20px;
  border-top: 2px solid #343434;
  color: #fff;
}
.nav_brand .category_link {
  cursor: pointer;
  border-top-width: 1px;
}
.location {
  position: relative;
}
.location_label {
  cursor: pointer;
}
.header_slogan {
  float: left;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.1;
  padding-top: 37px;
}
.header_slogan p {
  margin: 0;
}
.slogan_heading {
  display: block;
  font-weight: bold;
  font-size: 24px;
}
.callback {
  display: inline-block;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.3;
  border: 2px solid #e99928;
}
.callback:hover {
  background: #e99928;
}
.header .callback {
  width: 243px;
  padding: 14px 25px 15px;
  float: right;
  font-size: 10px;
  margin: 33px 25px 0 0;
}
.categories_heading {
  display:flex;
  align-items: center;
  float: left;
  width: calc(100% - 107px);
  height: 70px;
  padding: 0 20px;
  color: #fff;
  background-color: #3c3c3c;
  font-size: 0;
  cursor: pointer;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
}
.categories_heading span {
  margin-top: -3px;
  margin-left: 20px;
  font-weight: bold;
  font-size: 24px;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #0a0a0a;
}
.fixed .main_nav {
  box-shadow: 0 2px 0 0 #404040;
}
.fixed + .main {
  padding-top: 54px;
}
.logo_fix  {
  display: none;
  float: left;
  font-size: 0;
}
.callback_fix {
  display: none;
  float: left;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, .4);
  width: 250px;
  padding: 12px 25px;
  font-size: 10px;
  margin: 6px 0 0 12px;
}
.fixed .logo_fix {
  display: block;
  margin: 6px 0 0;
}
.fixed .callback_fix {
  display: block;
}
/*messanger*/
a.messanger_link {
  text-decoration: none;
  /* margin-left: 15px; */
  margin-left: 24px;
}
svg.messanger_icon {
  color: #e99928;
}
svg.messanger_icon:hover {
  color: #fff;
}

.top_phones {
  position: relative;
}
.header_bottom {
  margin-top: 7px;
}
.telegram_icon {
  color: rgb(63, 141, 193);
}
.viber_icon {
  color: rgb(163, 0, 172);
}
.wsapp_icon {
  color: rgb(59, 105, 46);
}
/* Banner*/
.main_banner {
  font-size: 0;
  margin: 0px;
  position: relative;
}
.main_banner::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 4px;
  background: url(../images/banner_bg.png) repeat-x;
  pointer-events: none;
}
.main_banner img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}
.banner_overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.banner_overlay::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 375px;
  z-index: -1;
/*  background: url(../images/banner_top.png);*/
  pointer-events: none;
  background-size: cover;
  opacity: .55;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.banner_heading {
  font-weight: bold;
  font-size: 46px;
  line-height: 1.1;
  margin: 60px 0 8px;
  text-transform: uppercase;
}
.banner_subheading {
  font-size: 24px;
  text-transform: uppercase;
}
.banner_form_container {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  bottom: 100px;
  pointer-events: none;
}
.banner_form {
  width: 590px;
  padding: 27px 40px 40px;
  background-color: rgba(0, 0, 0, .88);
  text-align: center;
  position: relative;
  pointer-events: all;
}
.banner_form_heading {
  font-weight: bold;
  font-size: 39px;
  line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
}
.banner_form .button {
  width: 100%;
  padding: 22px 5px;
  font-size: 16px;
} 
.banner_form_text {
  font-size: 16px;
  margin: 15px 0 30px;
}
.advantages {
  border-bottom: 2px solid #252525;
  padding: 15px 0;
  margin-bottom: 30px;
}      
.advantage {
  position: relative;
  font-size: 0;
  padding: 15px 0;
  min-height: 75px;
  padding-left: 60px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.advantage::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 47px;
  height: 45px;
  background: url(../images/sprite.png) no-repeat 0 -63px;
} 