* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #000;
  color: #fff;
  line-height: 1.6;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.header-top, .header-bottom {
  background-color: #000;
  color: #fff;
  padding: 10px 0;
}

.header-info, .logo, .menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  font-size: 36px;
  color: orange;
}
.header-info p {
  margin: 0;
}
.menu a:hover {
  color: #4be46e;
}
.call-btn, .order-btn, .order-btn-small {
  background-color: #4be46e;
  color: #000;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}
.about {
  text-align: center;
}
footer a {
  color: #fff;
  margin: 0 10px;
}
.menu ul {
  list-style: none;
}

.menu li {
  display: inline;
  margin-right: 20px;
}

.menu a {
  color: #fff;
  text-decoration: none;
}

.banner {
  background: url('../img/1.jpg') no-repeat center center/cover;
  height: 180px;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
}

.banner-content {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  width: 100%;
}

.banner h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

.categories, .about, .advantages, footer {
  padding: 40px 0;
}

.category-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.category-card {
  background-color: #fff;
  color: #000;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  width: 23%;
}

.category-card img {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.about h2, .advantages h2 {
  text-align: center;
  margin-bottom: 20px;
}

.advantage-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.advantage-item {
  text-align: center;
  width: 45%;
}
.tariffs .category-card {
  width: 30%;
}
.categories.tariffs {
  padding: 220px 0;
}
footer {
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 20px;
}
/*===== NAVBAR =====*/
.header_navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.sticky {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
.sticky .navbar {
  padding: 10px 0; }

.navbar {
  border-radius: 5px;
  position: relative;
  align-items: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
.navbar h1 {
  white-space: nowrap;
  margin-right: 1rem;
  color: #fff;
  font-weight: bold;
}
.navbar a:hover {
 text-decoration: none;
}

.navbar-brand {
  padding: 0; }
.navbar-brand img {
  width: 60px;
}
.policy p {
  text-align: left;
}
.navbar-toggler {
  padding: 0; }
.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px; }
.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0; }
.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(34, 34, 34, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(34, 34, 34, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(34, 34, 34, 0.1);
    margin-top: 20px;
    padding: 5px 12px; } }
@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(34, 34, 34, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(34, 34, 34, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(34, 34, 34, 0.1);
    padding: 5px 12px;
    margin-top: 20px;
  }
  .navbar-brand img {
    width: 60px;
  }
  nav ul li a {
    color: #FFD700;
  }
  .img-about {
    width: 100%!important;
  }
  .advantage-row, .category-row {
    flex-direction: column;
  }

  .advantage-item, .category-card {
    width: 100%;
    margin: 10px 0;
  }
  .banner h1 {
    font-size: 16px;
  }
  .banner p {
    font-size: 12px;
  }
  .header-info p, .header-info a {
    font-size: 10px;
  }
  .tariffs .category-card {
    width: 100%;
  }
  .categories.tariffs {
    padding: 40px 0;
  }
}

.navbar-nav .nav-item {
  margin-left: 45px;
  position: relative;
  white-space: nowrap;
}
nav ul li:hover a{
  color: #4be46e!important;
  text-decoration: none;
}
.screen img {
  max-width: 250px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item {
    margin-left: 30px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item {
    margin: 0; } }
@media (max-width: 767px) {
  .navbar-nav .nav-item {
    margin: 0; }
.navbar h1 {
  font-size: 18px;
}}
.navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 600;
  color: #38424D;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 5px 0;
  position: relative; }
.navbar-nav .nav-item a::before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background-color: #38424D;
  border-radius: 50px;
  left: 110%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a::before {
    display: none; } }
@media (max-width: 767px) {
  .navbar-nav .nav-item a::before {
    display: none; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0; } }
@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0; } }
.navbar-nav .nav-item.active > a::before, .navbar-nav .nav-item:hover > a::before {
  width: 100%; }
.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0; } }
@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0; }
  .screen img {
    max-width: 100%;
  }
}
.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible; } }
@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible; } }
.navbar-nav .nav-item .sub-menu li {
  display: block; }
.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #4be46e; }
.navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #1E75D9; }
.navbar-nav .sub-nav-toggler {
  display: none; }
.form-contact {
  width: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px; } }
@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px; }
  .form-contact {
    width: 100%;
  }
}
.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px; }

.contact_section2 {
  width: 100%;
  height: auto;
  background-size: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
}
.input_bg {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  margin-top: 100px;
}
.fact_text{
  width: 100%;
  float: left;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.address_text {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #000;
  padding: 5px 20px 5px 30px;
  border-radius: 30px;
  border: 0px;
  background-color: #dadada;
  height: 60px;
  margin-top: 40px;
}
.sub_bt {
  width: 100%;
  color: #4be46e;
  background-color: #fff;
  font-size: 18px;
  border-radius: 30px;
  border: 1px solid #fff;
  height: 60px;
  margin-top: 40px;
  cursor: pointer;

}
.sub_bt:hover{
  color: #fff;
  background-color: #4be46e;
  border-color: #fff;
}
