/*==========  section header ==========*/
header .mail {
  position: relative;
  z-index: 1;
  padding: 34px 31px 20px 43px;
  color: #fff;
  font-size: 15px;
  font-weight: bold; }
  header .mail:hover {
    color: #2E2D29; }
  header .mail:before {
    content: '';
    position: absolute;
    z-index: -1;
    background: #FF4E20;
    height: 100%;
    width: 402px;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%); }

.logo {
  max-width: 170px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.header-contacts {
  position: relative;
  z-index: 1;
  padding: 23px 40px 12px 30px;
  font-size: 10px; }
  .header-contacts .phone {
    font-size: 20px;
    margin: 0 0 2px;
    color: #fff; }
    .header-contacts .phone:hover {
      color: #FF4E20; }
  .header-contacts:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 937px;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(2% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(2% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: #2E2D29; }

.navbar {
  margin: 0 auto;
  padding: 0; }
  .navbar .mail, .navbar .header-contacts {
    display: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 14px;
  font-weight: 500; }
  .navbar-nav .nav-item {
    margin: 0 18px 0 0; }
    .navbar-nav .nav-item:last-child {
      margin: 0; }
  .navbar-nav .nav-link {
    padding: 0;
    color: #000000; }
    .navbar-nav .nav-link:hover {
      color: #FF4E20; }
    .navbar-nav .nav-link.active {
      color: #FF4E20; }
  .navbar-nav .dropdown-toggle:after {
    display: none; }
  .navbar-nav .dropdown-menu {
    border: none;
      border-radius: 5px;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    background: #fff;
    position: absolute;
    padding: 28px 24px;
    font-size: 14px; }
    .navbar-nav .dropdown-menu li {
      margin: 0 0 24px; }
      .navbar-nav .dropdown-menu li:last-child {
        margin: 0; }

.dropdown-item {
  padding: 0; }
  .dropdown-item:hover {
    background: transparent;
    color: #FF4E20; }

.btn-search {
  margin: 0 18px 0 26px; }

.btn-burger {
  width: 24px;
  height: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  margin: 0 10px 0 0;
  cursor: pointer; }
  .btn-burger span {
    width: 100%;
    height: 2px;
    background: #2E2D29;
    display: block; }

.navbar-close {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer; }
  .navbar-close:before, .navbar-close:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #2E2D29;
    border-radius: 2px; }
  .navbar-close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .navbar-close:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }

/*==========  section header end  ==========*/
/*==========  section  ==========*/
/*==========  section end  ==========*/
