body {
  font-family: "Lato Regular", sans-serif;
}

*:after, *:before {
  outline: 0 !important;
}

* {
  outline: none !important;
}

.container {
  max-width: 1140px;
}

.layout-header {
  display: block;
  width: 100%;
  position: relative;
  background-color: #0D131B;
  color: #fff;
  font-size: 14px;
}

.h-panel-info-company {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Lato Regular", sans-serif;
  padding: 14px 0;
}

.h-panel-search__line {
  border-top: 1px solid #1A222C;
  border-bottom: 1px solid #1A222C;
}

.h-panel-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.main-menu {
  display: flex;
  padding: 0;
  margin: 0;
}
.main-menu li {
  list-style-type: none;
  padding: 23px 30px 23px 30px;
}
.main-menu li a {
  display: block;
  text-transform: uppercase;
  font-family: "Lato Bold", sans-serif;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.main-menu li a:hover {
  text-decoration: none;
  color: #EBBA00;
}
.main-menu li:nth-child(1) {
  padding: 23px 30px 23px 0;
}

.form-search {
  position: relative;
}

.input {
  position: relative;
  display: block;
  border: 0;
  width: 100%;
  border-radius: 5px;
  padding: 15px 25px;
  background: #393939;
}
.input:focus {
  border: none;
  outline: none;
}

.search-header__submit {
  background: none;
  border: 0;
  display: flex;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 25px;
  bottom: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  width: 18px;
  height: 18px;
}
.search-header__submit:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-c {
  padding: 15px 20px;
  font-family: "Lato Bold", sans-serif;
  background-color: #EBBA00;
  border-radius: 4px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn-c:active, .btn-c:focus {
  color: #ffffff;
}
.btn-c:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #D2A500FF;
  color: #ffffff;
}

.h-contacts a {
  line-height: 1;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
}
.h-contacts a:hover {
  text-decoration: none;
}

.info {
  display: flex;
  flex-direction: column;
}
.info a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.info a:hover {
  text-decoration: none;
  color: #EBBA00;
}
.info span {
  display: flex;
  align-items: center;
}

.pulse {
  padding: 1px;
  margin-right: 6px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background: #2CB742;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(44, 183, 66, 0.3);
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(44, 183, 66, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(44, 183, 66, 0.5);
    box-shadow: 0 0 0 0 rgba(44, 183, 66, 0.5);
  }
  50% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
.search {
  width: 100%;
  max-width: 700px;
}

.location {
  display: flex;
  align-items: center;
  max-width: 300px;
}

.messanger {
  display: flex;
  align-items: center;
}
.messanger .online {
  display: flex;
  align-items: center;
  padding-right: 6px;
}
.messanger a {
  margin: 0 3px;
}

/** --- Footer --- **/
.layout-footer {
  display: block;
  position: relative;
  width: 100%;
  background-color: #0D131B;
}

.f-menu-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.f-main {
  padding-top: 100px;
  padding-bottom: 50px;
}

.f-copy {
  border-top: 1px solid #1A222C;
  padding: 40px 0;
  font-size: 14px;
  color: #B9B7B7;
}

.f-title {
  font-size: 15px;
  font-family: "Lato Bold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #ffffff;
}

.f-menu {
  padding: 0;
  margin: 0;
}
.f-menu li {
  list-style-type: none;
}
.f-menu li a {
  font-size: 14px;
  color: #B9B7B7;
  transition: all 0.3s ease-in-out;
}
.f-menu li a:hover {
  text-decoration: none;
  color: #EBBA00;
}

.f-contacts {
  margin-top: 40px;
  max-width: 205px;
}
.f-contacts p {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 20px;
  color: #ffffff;
}
.f-contacts a {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.f-contacts a:hover {
  text-decoration: none;
  color: #EBBA00;
}

.f-share-title {
  font-size: 14px;
  color: #ffffff;
}

.requisites {
  max-width: 180px;
  font-size: 14px;
  color: #B9B7B7;
}

.copy {
  display: flex;
}
.copy a {
  text-decoration: none;
  color: #B9B7B7;
  transition: all 0.3s ease-in-out;
}
.copy a:hover {
  color: #EBBA00;
}

.star-line {
  display: flex;
  align-items: center;
  margin: 0 5px;
}

/** ---- Share ---- **/
.f-share {
  display: flex;
  align-items: center;
}
.f-share a {
  margin: 0 3px;
}

.h-contacts {
  display: flex;
  align-items: center;
}

.call {
  display: flex;
  flex-direction: column;
}
.call a {
  transition: all 0.3s ease-in-out;
}
.call a:hover {
  color: #EBBA00;
}

.f-call {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.f-call a {
  line-height: 1;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.f-call a:hover {
  text-decoration: none;
  color: #EBBA00;
}

.f-mt-3 {
  margin-top: 26px;
}

.card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 134px;
}
.card img {
  width: 55px;
  margin: 0 10px 10px 0;
}

/** --- Mobile --- **/
.container-mobile {
  display: none;
}

.contact-mob {
  padding-top: 2rem;
  color: #000000;
}

.call-mob {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
}
.call-mob a {
  font-size: 18px;
  text-decoration: none;
  font-family: "Lato Bold", sans-serif;
  color: #000000;
}

.contact-header-mob {
  display: inline-block;
  padding: 23px 30px 23px 30px;
  cursor: pointer;
}

.menu-header-mob {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.menu-header-mob li {
  list-style-type: none;
  padding: 15px 20px 15px 20px;
  text-align: right;
}
.menu-header-mob li a {
  display: block;
  text-transform: uppercase;
  font-family: "Lato Bold", sans-serif;
  color: #0D131B;
  transition: all 0.3s ease-in-out;
}
.menu-header-mob li a:hover {
  text-decoration: none;
  color: #EBBA00;
}

.mobile-info-right {
  display: flex;
  align-items: center;
}

.logo-mobile img {
  width: 100%;
  height: 100%;
  max-width: 70px;
  object-fit: cover;
}

/* --- ICON --- **/
.icon-menu:before {
  content: "";
  width: 20px;
  height: 15px;
  display: block;
  background-image: url("../images/menu.svg");
  background-repeat: no-repeat;
}

.icon-call {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 10px;
  background-image: url("../images/phone.svg");
  background-repeat: no-repeat;
}

.icon-instagram:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background-image: url("../images/instagram.svg");
}

.icon-vk:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background-image: url("../images/vk.svg");
}

.icon-twitter:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background-image: url("../images/twitter.svg");
}

.icon-facebook:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background-image: url("../images/facebook.svg");
}

.star {
  display: inline-block;
  width: 13.7px;
  height: 13px;
  margin: 0 1px;
  background: url("../images/star.svg") no-repeat;
  background-size: contain;
}

.icon-viber:before {
  content: "";
  background-image: url("../images/viber.svg");
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
}

.icon-telegram:before {
  content: "";
  background-image: url("../images/telegram.svg");
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
}

.icon-whatsapp:before {
  content: "";
  background-image: url("../images/wapp.svg");
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
}

.icon-location:before {
  content: "";
  background-image: url("../images/location.svg");
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.icon-email:before {
  content: "";
  background-image: url("../images/mail.svg");
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.icon-clocks:before {
  content: "";
  background-image: url("../images/clock.svg");
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/** --- Popup --- **/
.fancybox__content {
  border-radius: 10px;
}

.feedback-form {
  margin-top: 1rem;
}

.feedback {
  display: none;
  max-width: 400px;
}
.feedback .feedback-title {
  display: block;
  position: relative;
  font-size: 18px;
  text-align: center;
  font-family: "Lato Bold", sans-serif;
}
.feedback .feedback-condition {
  font-size: 13px;
  padding-top: 1rem;
}
.feedback .feedback-info {
  font-size: 13px;
}
.feedback .input-group {
  width: 100%;
}
.feedback .input-group label {
  width: 100%;
  font-size: 13px;
}
.feedback .input-group .feedback-input {
  display: block;
  width: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  padding: 10px 15px;
  font-size: 14px;
  margin-top: 3px;
  box-sizing: border-box;
}
.feedback .input-group .feedback-btn {
  margin-top: 5px;
  border: 0;
  border-radius: 4px;
  padding: 15px 20px;
  font-size: 14px;
  font-family: "Lato Bold", sans-serif;
  background-color: #EBBA00;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.feedback .input-group .feedback-btn:active, .feedback .input-group .feedback-btn:focus {
  color: #ffffff;
}
.feedback .input-group .feedback-btn:hover {
  background-color: #D2A500FF;
  color: #ffffff;
}

.img-text-right {
    display: block;
    float: right;
    max-width: 450px;
    border-radius: 5px;
    border: 0;
    margin-left: 10px;
    margin-bottom: 10px;
}

.html-map {
    padding-left: 5px;
}

.owl-item .img-responsive {
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .location {
    display: none;
  }

  .f-title {
    padding-top: 20px;
  }

  .f-menu-wrapper {
    flex-direction: column;
  }

  .f-menu-item {
    width: 100%;
  }

  .search {
    max-width: 400px;
  }

  .f-contacts {
    max-width: 100%;
  }

  .requisites {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .h-panel-info {
    display: none;
  }

  .h-panel-search__line {
    display: none;
  }

  .contact-header-mob-popup,
.menu-header-mob-popup {
    width: 100%;
    position: absolute;
    top: 66px;
    opacity: 0;
    background: #fff;
    z-index: 200;
    left: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 48px);
    animation: opacity 0.3s;
    text-align: center;
    height: 100vh;
    visibility: hidden;
    transition: 0.3s ease-in-out;
  }

  .main-menu {
    display: none;
  }

  .__active {
    opacity: 1;
    visibility: visible;
  }

  .copy {
    flex-direction: column;
  }
  
  .img-text-right {
      max-width: 100%;
      margin-bottom: 2rem;
      margin-left: 0;
  }
  
  .html-map {
    padding-left: 0;
    }
}

/*# sourceMappingURL=common.css.map */
