.header {
  position: relative;
  background-color: #fff;
  z-index: 3;
}

.header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}

.header_logotip {
  flex-basis: 400px;
}

.header_logotip img {
  display: block;
  position: relative;
  top: -8px;
  width: 100%;
  height: auto;
}

.header_item {
  flex-basis: 625px;
}

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

.header_item_top .header_item_img {
  display: block;
}

.header_item_top .header_item_contact .header_contact_tell img,
.header_item_top .header_item_contact .header_contact_skype img {
  display: inline-block;
  margin-right: 5px;
}

.header_item_top .header_item_contact .header_contact_tell a,
.header_item_top .header_item_contact .header_contact_skype a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
}

.header_item_top .header_item_contact .header_contact_tell a {
  letter-spacing: 1px;
}

.header_item_top .header_item_contact .header_contact_skype a {
  text-transform: uppercase;
}

.header_item_top .header_item_btn {
  /*background-color: #0099b5;*/
  display: block;
  color: #fff;
  background-color: #f07f1b;
  line-height: 1;
  text-transform: none;
  padding: 7px 20px;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0;
  text-shadow: 0.5px 0 0 #fff;
  transition: all 250ms linear;
  /*font-family: Arial;*/
}

/*.header_item_top .header_item_btn:hover {
  background-color: #007e95;
}
*/
.header_nav .header_menu {
  display: flex;
  justify-content: space-between;
}

.header_nav .header_menu .header_list {
  position: relative;
  margin: 0 12px;
}

.header_nav .header_menu .header_list:last-child {
  margin-right: 0;
}

.header_nav .header_menu .header_list .header_list_drop {
  visibility: hidden;
  opacity: 0;
  border-top: 20px solid transparent;
  position: absolute;
  width: 100px;
  background-color: #fff;
  top: 14px;
  left: 0;
}

.header_nav .header_menu .header_list:nth-child(2):hover .header_list_drop {
  visibility: visible;
  opacity: 1;
  margin-bottom: 4px;
  padding: 0 4px;
}

.header_nav .header_menu .header_list:nth-child(2):hover .header_list_drop a::before {
  bottom: 2px;
  height: 1px;
}

.header_nav .header_menu .header_list a {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
}

.header_nav .header_menu .header_list a:hover::before {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0099b5;
}

.header_nav .header_menu .header_list a:focus {
  color: #000;
}

.header_navMobile {
  display: none;
}

.header_is-activeDrop {
  display: block;
}

.header_list_dropMob {
  display: none;
  background-color: #ececec;
}

@media only screen and (max-width: 1200px) {
  .header .container {
    width: 100%;
  }
  .header_item {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .header_item_top .header_item_contact .header_contact_tell a,
  .header_item_top .header_item_contact .header_contact_skype a {
    font-size: 15px;
  }
  .header_item_top .header_item_contact .header_contact_tell a {
    letter-spacing: 0.5px;
  }
  .header_item_top .header_item_btn {
    padding: 7px 6px 5px;
    font-size: 13px;
    letter-spacing: 0.5px;
  }
}

@media only screen and (max-width: 850px) {
  .header_logotip {
    flex-basis: 270px;
  }
}

@media only screen and (max-width: 730px) {
  .header_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
  }
  .header_logotip,
  .header_item {
    flex-basis: auto;
  }
  .header_logotip {
    margin-bottom: 30px;
  }
  .header_logotip img {
    top: 0;
    width: 80%;
    margin: 0 auto;
  }
  .header_nav .header_menu .header_list:last-child {
    margin-right: 12px;
  }
  .header_item {
    width: 100%;
    padding-left: 0;
  }
}

@media only screen and (max-width: 576px) {
  .header_logotip {
    margin-bottom: 15px;
  }
  .header_logotip img {
    top: 0;
    width: 75%;
  }
  .header_item_top .header_item_contact .header_contact_tell a {
    letter-spacing: 0;
  }
  .header_item_top .header_item_contact .header_contact_tell img, .header_item_top .header_item_contact .header_contact_skype img {
    margin-right: 0;
  }
  .header_item_top .header_item_img {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) {
  .header_nav .header_menu .header_list:last-child {
    margin-right: 0;
  }
  .header_box {
    padding-bottom: 10px;
  }
  .header_nav {
    display: none;
  }
  .header_nav .header_menu .header_list {
    margin: 0;
  }
  .header_navMobile {
    display: block;
  }
  .header_navMobile .header_nav_btn {
    border: none;
    background-color: #0099b5;
    width: 30px;
    height: 3px;
    position: relative;
  }
  .header_navMobile .header_nav_btn:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: -6px;
    background-color: #0099b5;
  }
  .header_navMobile .header_nav_btn:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -6px;
    background-color: #0099b5;
  }
  .header_navMobile .header_nav_btn:active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 10px;
    top: -6px;
    background-color: #0099b5;
  }
  .header_navMobile .header_nav_btn:active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 10px;
    bottom: -6px;
    background-color: #0099b5;
  }
  .header_navMobile .header_menu {
    display: none;
    flex-direction: column;
    text-align: center;
  }
  .header_navMobile .header_menu .header_list {
    margin-bottom: 5px;
  }
  .header_navMobile .header_menu .header_list:last-child {
    margin-bottom: 0;
  }
  .header_navMobile .header_menu .header_list a {
    font-size: 15px;
  }
  .header_navMobile .header_menu .header_list a:hover::before {
    display: none;
  }
  .header_is-active {
    display: block;
  }
  .header_item_top {
    margin-bottom: 5px;
  }
  .header_item_top .header_item_img {
    display: none;
  }
}

@media only screen and (max-width: 342px) {
  .header_logotip img {
    width: 70%;
  }
  .header_item_top .header_item_contact .header_contact_tell a, .header_item_top .header_item_contact .header_contact_skype a {
    font-size: 13px;
  }
  .header_item_top .header_item_btn {
    font-size: 12px;
  }
}
/*# sourceMappingURL=header.css.map */