.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.navbar {
  background: #AF1515;
}

.navbar {
  background: #AF1515 !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cont_nav p {
  display: inline-block;
  float: left;
  color: #fff;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #fff;
  padding-bottom: 0;
  margin-bottom: 0;
}

.cont_nav p:last-of-type {
  border-right: none;
}

.lang_nav select {
  display: inline-block;
  /*float: left;*/
  background: none;
  border: none;
  color: #ffffff;
}

.lang_nav select option {
  background: none;
  color: #000;
}

span {
}

.icon_color_1 {
  /*border-color: #fff !important;*/
  /*background: #fff;*/
  /*color: #fff;*/
}

.icon_color_1 {
  display: inline-block;
  width: 30px;
}

.icon_color_1 span.line:last-of-type {
}

.icon_color_1 .line {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fff;
  margin-bottom: 10px;
  padding: 0;
  float: left;
}

.icon_color_1 .line:last-of-type {
  margin-bottom: 0;
}

.social_nav {
  display: inline-block;
  float: right;
}

.social_nav a {
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.social_nav a:last-of-type {
  margin-right: 0;
}

.social_nav a img {
  display: inline-block;
  width: 30px;
}

.h1_box {
  background: #000;
  padding: 20px 0;
}

.h1_box h1, .h1_box p.h1 {
  color: #fff;
  font-weight: normal;
  font-size: 28px;
  text-align: center;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  line-height: 40px;
}

.carousel-item {
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.logo {
  display: inline-block;
  position: relative;
  float: right;
  margin-right: 20px;
  margin-top: 40px;
}

.header_h2 {
  display: inline-block;
  float: left;
  width: 600px;
  max-width: 100%;
  margin-top: 100px;
  margin-left: 0;
}

@media (max-width: 992px) {
  .logo {
    margin-right: 10px;
    margin-top: 10px;
  }
}

@media (max-width: 992px) {
  .header_h2 {
    margin-top: 80px;
    width: 500px;
  }
}

@media (max-width: 768px) {
  .logo {
    margin-right: 0;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .header_h2 {
    margin-top: 60px;
    margin-left: 0;
    width: 350px;
  }
}

.header_h2 h2 {
  font-weight: 300;
  color: #fff;
  font-size: 28px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .header_h2 h2 {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  .logo {
    float: left;
    margin-right: 0;
    margin-top: 40px;
    margin-left: 5%;
  }
}

@media (max-width: 576px) {
  .header_h2 {
    display: inline-block;
    float: left !important;
    width: 90% !important;
    margin-top: 40px;
    margin-left: 5%;
    width: 300px;
  }
}

.header_btn {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  margin-left: 280px;
}

.header_btn a {
  display: inline-block;
  padding: 14px 40px;
  background: #FF0000;
  color: #fff;
  border-radius: 16px;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .header_btn {
    margin-left: 130px;
  }
}

@media (max-width: 992px) {
  .header_btn {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .header_btn {
    margin-left: 5%;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

#carouselExampleDark .carousel-indicators {
  display: inline-block;
  width: auto;
  right: 0 !important;
  bottom: 0;
  margin-bottom: 20px;
  background: none;
}

#carouselExampleDark .carousel-indicators button {
  box-sizing: border-box;
  display: inline-block !important;
  width: 32px !important;
  height: 32px !important;
  background: #fff !important;
  padding: 0 !important;
  opacity: 1 !important;
  cursor: pointer;
  float: right;
  margin: 0 10px;
}

#carouselExampleDark .carousel-indicators button.active {
  background: #FF0000 !important;
}

.carousel-item {
  padding-bottom: 80px !important;
}

img.gr-seal {
  display: inline-block;
  width: 248px;
  position: absolute !important;
  top: 200px;
  right: 110px;
  z-index: 1000;
}

@media (max-width: 992px) {
  img.gr-seal {
    display: none;
  }
}

.uslugi {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}

.uslugi h3 {
  display: inline-block;
  float: left;
  width: 31%;
  margin: 1% 1%;
}

@media (max-width: 992px) {
  .uslugi h3 {
    width: 48%;
    margin: 1% 1%;
  }
}

@media (max-width: 576px) {
  .uslugi {
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .uslugi h3 {
    width: 100%;
    margin: 1% 0%;
  }
}

.uslugi h3 a {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  font-size: 17px;
  padding: 20px 5%;
  min-height: 85px;
  font-weight: 400;
  color: #000;
  text-align: center;
  text-decoration: none;
  background: url('../img/nav_lnk.png') repeat;
}

.uslugi h3 a:hover {
  background: url('../img/nav_lnk_hover.png') repeat;
  color: #fff;
}
.uslugi .row{
  max-width: 100% !important;
}




.flex-control-paging li a.flex-active{
background: #FF0000 !important;
}

.metaslider .caption {
  padding: 13px 20px !important;
  color: #fff !important;
}

.flex-control-paging li a {
  width: 20px !important;
  height: 6px !important;
  background: #fff !important;
  border-radius: 0 !important;
}

#work_prew{
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 40px 0 30px 0;
  background: #000;
}
.metaslider .flex-control-nav {
  bottom: -45px !important;
}
.flex-control-nav li {
  margin: 5px 0 !important;
}

.block-all-cat {
  margin-top: 0 !important;
}



/* @media (max-width: 1200px) {}
@media (max-width: 992px) {}
@media (max-width: 768px) {}
@media (max-width: 576px) {} */

