@charset "UTF-8";
:root {
  --blue-color: rgba(1, 149, 210, 1);
}

body {
  width: 100vw !important;
  overflow-x: hidden;
}

#desktop-top-mobile {
  display: none;
}

#mobile-menu {
  display: none;
}
.back_section {
  width: 100vw;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1000px;
}

.back_section_image {
  width: 100%;
  background: url("/img/image/back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 1000px;
}

.blue_backgraund {
  background: rgba(1, 149, 210, 0.8);
  width: 100%;
  height: 1000px;
}

.top-header {
  margin-top: 20px;
  min-height: 40px;
}

.top-header_item {
  min-height: 40px;
  display: flex;
  justify-content: space-between;
}

.lang {
  width: 98px;
  height: 40px;
  justify-content: space-evenly;
  align-items: center;
  color: white;
  margin-left: auto;
}
.lang a {
  color: white;
  font-size: 16px;
}

.form_search {
  display: flex;
  height: 40px;
  align-items: center;
}
.form_search form .form-control,
.form_search form button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  height: 30px;
  border-radius: 10px;
}

.top-menu-left {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.top-menu-left a {
  padding: 5px 10px;
  color: var(--blue-color);
  text-transform: uppercase;
}

/*.top-menu-left a:hover {
  text-decoration: none;
  border-bottom: 3px solid var(--blue-color);
}*/

.top-menu-right {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /*padding: 10px;*/
  margin-top: 10px;
  margin-bottom: 10px;
}
.top-menu-right a {
  text-transform: uppercase;
  color: white;
  padding: 5px 10px;
  /*text-decoration-thickness: 2px;*/
}

/*.top-menu-right a:hover {
  text-decoration: none;
  border-bottom: 3px solid white;
}*/

.top-menu-right a#vhod {
  border: 2px solid #ffffff;
  /* font-weight: bold; */
}
.color-black a {
  color: black !important;
}
.color-black a#vhod {
  border: 2px solid #000000;
}

#carousel-section {
  margin-top: 80px;
}

.carousel-section-left {
  display: flex;
  flex-direction: column;
  /*height: 350px;*/
  padding: 0;
}
/* .carousel-section-left img {
  width: 200px;
  margin-bottom: 20px;
} */

.carousel_buttons {
  display: flex;
  justify-content: space-between;
  padding: 0 !important;
  margin: 0;
}

.carousel_buttons .carousel_buttons_item {
  width: 31%;
  background: darkgrey;
  height: 4px;
  border: 0;
}

.carousel_buttons .carousel_buttons_item.active {
  background: var(--blue-color);
}

.carousel-item h1 {
  font-size: 40px;
  font-weight: bold;
}
.carousel-item h1.text-blue {
  color: var(--blue-color);
}
.carousel-item p {
  margin-top: 25px;
  font-size: 16px;
  margin-bottom: 50px;
}

.carousel-item {
  min-height: 230px;
}

.carousel-section-right {
  /*height: 350px;*/
  display: flex;
  justify-content: flex-end;
  align-content: center;
}
.carousel-section-right .logo-big {
  width: 340px;
  /*height: 100px;*/
}
.carousel-section-right .logo-big img {
  margin-top: 20px;
  margin-left: -8px;
  width: 340px;
  height: 310px;
}

.carousel-section-right a {
  font-size: 1.2em;
  color: white;
}
.carousel-section-right a:hover {
  color: white;
}

.bg-img {
  height: 150px;
  background: url("/img/image/back.jpg") fixed;
}
/* ! */
@media (max-width: 425px) {
  .bg-img {
    height: 0px;
    background: none;
  }
}
/* ! */
.bg-img .bg-img-item {
  width: 100%;
  height: 150px;
  background: rgba(236, 244, 249, 0.9);
}

#linked {
  margin-top: 80px;
}

.linked-left,
.linked-right {
  display: flex;
  padding-top: 10px;
  margin-bottom: 0px;
}

.linked-1,
.linked-2 {
  height: 40px;
}

.linked-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  background: var(--blue-color);
  margin: 10px;
}

.linked-1 > a > h4 {
  font-size: 11px !important;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  margin: 0;
}

.linked-2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  margin: 10px;
  border: 2px solid var(--blue-color);
}

.linked-2:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: var(--blue-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  width: 50px;
  height: 30px;
  background: #ffffff;
  border-radius: 30px;
  position: absolute;
  right: -25px;
}

.linked-2 > a > h4 {
  color: var(--blue-color);
  font-weight: bold;
  font-size: 11px !important;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
}

.linked-left a,
.linked-right a {
  color: #000000;
  text-transform: uppercase;
}
.linked-left a h4,
.linked-right a h4 {
  font-size: 18px;
}
.linked-left a i,
.linked-right a i {
  font-size: 30px;
}

.linked-right {
  border-top: 1px solid #ffffff;
  margin-right: 8px;
}

/*.linked-3 {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  border: 1px solid white;
}*/

.linked-3 a {
  /*text-decoration: none;*/
  color: #ffffff;
  margin-right: 235px;
  /*font-weight: bold;*/
}

/*.linked-4 {
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  border: 1px solid white;
}*/

.linked-4 a {
  /*text-decoration: none;*/
  color: #ffffff;
  /*font-weight: bold;*/
}

#experience {
  margin-top: 340px;
  margin-bottom: 80px;
}

.experience-left,
.experience-right {
  height: 650px;
}

.experience-left {
  background: url("/img/image/experience.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.experience-left .experience-left-item {
  width: 100%;
  height: 650px;
  background: rgba(70, 73, 74, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.experience-left .experience-left-item .video-icon {
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.experience-left .experience-left-item .video-icon .video-icon-item {
  width: 130px;
  height: 130px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.experience-left .experience-left-item .video-icon .video-icon-item i {
  font-size: 40px;
  color: var(--blue-color);
  margin-left: 10px;
}

.experience-right:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100%;
  height: 100%;
  background: rgba(1, 149, 210, 0.05);
  z-index: -1;
}

.experience-right {
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" style="fill: none; stroke: darkgrey; stroke-width: 4; stroke-dasharray: 10 10"/></svg>')
    2 fill repeat;
  border-left: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.experience-right .experience-right-item {
  width: 85%;
  height: 550px;
}
.experience-right .experience-right-item .heading {
  display: flex;
  height: 30px;
  width: 200px;
  justify-content: space-around;
  align-items: center;
}
.experience-right h5 {
  margin: 10px 0 10px 10px;
}
.experience-right .beleduzlopamges {
  margin-top: 40px;
  margin-bottom: 8px;
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.experience-right .beleduzlopamges li {
  position: relative;
  padding: 12px 19px 12px 27px;
  margin: 20px 0 12px 40px;
  transition-duration: 0.3s;
  color: grey;
  border-radius: 4px;
}
.experience-right .beleduzlopamges li:hover {
  background: #fff;
  color: #000000;
  border-color: #000000;
}
.experience-right .beleduzlopamges li:before {
  line-height: 32px;
  position: absolute;
  top: 14px;
  left: -39px;
  width: 39px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #f9f5f5;
  background: var(--blue-color);
  counter-increment: li;
  content: counter(li);
  transition-duration: 0.2s;
  border-radius: 5px 0 0 5px;
}
.experience-right .beleduzlopamges li:hover:before {
  width: 46px;
}
.experience-right .beleduzlopamges li:after {
  position: absolute;
  left: 0;
  top: 14px;
  content: "";
  height: 0;
  width: 0;
  border: 16px solid transparent;
  border-left-color: var(--blue-color);
  transition-duration: 0.2s;
}
.experience-right .beleduzlopamges li:hover:after {
  margin-left: 6px;
}
.experience-right .experience-right-buttons {
  margin-top: 50px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.caption .square {
  width: 14px;
  height: 14px;
  background: var(--blue-color);
  margin-bottom: -20px;
  position: absolute;
  z-index: 0;
}
.caption h3 {
  font-weight: bold;
  font-size: 20px;
  margin-left: 5px;
  z-index: 2;
  position: relative;
}

.blue-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 60px;
  background: var(--blue-color);
  margin: 10px;
}
.blue-button a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.border-button,
.border-button-white,
.border-button-dark {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 60px;
  margin: 10px;
  border: 2px solid var(--blue-color);
}
.border-button a,
.border-button-white a,
.border-button-dark a {
  text-transform: uppercase;
  text-decoration: none;
  color: var(--blue-color);
  font-weight: bold;
}

.border-button-white {
  margin-top: 50px;
  margin-bottom: 100px;
}
.border-button-dark {
  margin: 50px 0;
}
.border-button-white a,
.border-button-dark a {
  font-size: 14px;
}

.border-button:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: var(--blue-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  width: 70px;
  height: 30px;
  background: #ffffff;
  border-radius: 30px;
  position: absolute;
  right: -35px;
}

.border-button-white:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: var(--blue-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  width: 70px;
  height: 30px;
  background: #ffffff;
  border-radius: 30px;
  position: absolute;
  right: -35px;
}

.border-button-dark:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: var(--blue-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  width: 70px;
  height: 30px;
  background: #000000;
  border-radius: 30px;
  position: absolute;
  right: -35px;
}

#numbers {
  /*margin: 20px 0;*/
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.number-item {
  height: 300px;
  /*margin: 10px 0;*/
  margin-top: 20px;
}
.number-item .number-item-view {
  height: 300px;
  width: 260px;
  background: #000;
}
.number-item .number-item-view .number-black {
  width: 260px;
  height: 300px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding-top: 60px;
}
.number-item .number-item-view .number-black h4 {
  font-size: 58px;
  text-align: center;
}
.number-item .number-item-view .number-black p {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}
.number-item .number-item-view .number-blue {
  width: 260px;
  height: 300px;
  background: rgba(1, 149, 210, 0.7);
  color: #ffffff;
  padding-top: 60px;
}
.number-item .number-item-view .number-blue h4 {
  font-size: 58px;
  text-align: center;
}
.number-item .number-item-view .number-blue p {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

#projects {
  margin: 200px 0;
  min-height: 85vh;
}

.project_item {
  height: 360px;
  border-radius: 5px;
  overflow: hidden;
  margin: 10px 0;
  position: relative;
}
.project_item img {
  object-fit: cover;
  width: 100%;
  height: 360px;
}
.project_item .project-text {
  width: 100%;
  height: 360px;
  position: absolute;
  left: 0;
  bottom: -100%;
  right: 0;
  background: rgba(1, 149, 210, 0.7);
  color: #ffffff;
  padding: 50px 20px;
  transition: 0.3s;
}
.project_item .project-text a {
  color: white;
  border-bottom: 1px solid #ffffff;
  font-style: italic;
}

.project_item:hover .project-text {
  bottom: 0;
}

#our {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /*margin: 0px 0;*/
  margin-bottom: 50px;
}

.our-item {
  width: 100% !important;
  height: 300px;
}
.our-item p {
  font-size: 14px;
}
.our-item .graph {
  width: 100%;
  max-width: 750px;
  background-color: #fff;
  border-radius: 5px;
}

#our .buttons {
  margin-top: 50px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

#brands {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /*margin: 0px 0;*/
  margin-bottom: 50px;
}

.brands-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
}
.brands-container .brands-item {
  flex-basis: 20%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brands-container .brands-item img {
  width: 200px;
  height: 150px;
  object-fit: contain;
}
.brands-container .b-grey {
  background: #fff;
}
.brands-container .b-blue {
  background: var(--blue-color);
}

#news {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /*margin: 0px 0;*/
  margin-top: 50px;
}

.news-container {
  margin-top: 120px;
  /*margin-bottom: 50px;*/
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.news-container .news-item {
  width: 290px;
  /*height: 400px;*/
  background: RGBA(242, 250, 253, 1);
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 60px;
  margin: 20px 0;
}
.news-container .news-item img {
  position: absolute;
  width: 220px;
  margin-left: 36px;
  height: 170px;
  object-fit: cover;
  top: -120px;
}
.news-container .news-item .news-date {
  display: flex;
  width: 100%;
  padding-left: 37px;
}
.news-container .news-item .news-date span {
  font-size: 42px;
  color: var(--blue-color);
  font-weight: 500;
}
.news-container .news-item .news-date p {
  display: flex;
  flex-direction: column;
  padding-top: 14px;
  padding-left: 5px;
}
.news-container .news-item .news-date p span {
  font-size: 12px;
  color: #000000;
  font-weight: 300;
}
.news-container .news-item .news-header {
  margin-left: 15px;
  list-style: none;
  min-height: 40px;
  border-left: 5px solid var(--blue-color);
  padding-left: 8px;
}
.news-container .news-item .news-header li {
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
}
.news-container .news-item ul {
  list-style: none;
}
.news-container .news-item ul li {
  font-size: 12px;
  padding-right: 20px;
}
.news-container .news-item:before {
  content: "";
  width: 100%;
  height: 180px;
  position: absolute;
  top: 40px;
  left: 40px;
  border-style: solid;
  border-width: 1px;
  border-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" style="fill: none; stroke: darkgrey; stroke-width: 4; stroke-dasharray: 10 10"/></svg>')
    1 fill repeat;
  z-index: -1;
}

.footer {
  background: #000;
  height: 700px;
}
.footer footer {
  height: 70vh !important;
  display: flex;
  justify-content: space-around;
  /* padding-top: 80px; */
}
.footer footer .footer-item {
  width: 270px;
  height: 400px;
  padding-top: 20px;
}
.footer footer .footer-item .footer-item-header {
  margin-left: 15px;
  list-style: none;
  border-left: 5px solid var(--blue-color);
  padding-left: 8px;
}
.footer footer .footer-item .footer-item-header li {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.footer footer .footer-item .footer-item-content {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 15px;
  list-style: none;
  border-left: 5px solid rgba(0, 0, 0, 0);
  padding-left: 8px;
}
.footer footer .footer-item .footer-item-content li {
  font-size: 14px;
  color: #ffffff;
  margin: 10px 0;
}
.footer footer .footer-item .footer-item-content li span {
  color: darkgrey;
}
.footer footer .footer-item .footer-item-content li a {
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .top-menu-left a {
    font-size: 14px;
  }

  .top-menu-right a {
    font-size: 14px;
  }
  .blue-button {
    width: 200px;
    height: 40px;
    margin: 0;
  }
  .blue-button a {
    font-size: 14px;
  }

  .border-button {
    width: 200px;
    height: 40px;
    margin: 0;
  }
  .border-button a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .back_section {
    display: none;
  }

  .top-header {
    margin-top: 20px;
    min-height: 40px;
  }

  .top-header_item {
    min-height: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .lang {
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .lang a {
    color: white;
    font-size: 14px;
  }

  .form_search {
    display: flex;
    height: 40px;
    align-items: center;
  }
  .form_search form .form-control,
  .form_search form button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    height: 30px;
    border-radius: 10px;
  }
  .top-menu-left,
  .top-menu-right {
    flex-wrap: wrap;
  }

  .top-menu-right a {
    color: #000000;
    font-size: 14px;
  }
  .top-menu-right a#vhod {
    color: var(--blue-color);
    border-color: var(--blue-color);
  }

  .carousel-item h1 {
    font-size: 30px;
    font-weight: bold;
  }
  .carousel-item h1.text-blue {
    color: var(--blue-color);
  }
  .carousel-item p {
    margin-top: 25px;
    font-size: 14px;
    margin-bottom: 50px;
  }

  .carousel-section-right {
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--blue-color);
    margin-bottom: 20px;
  }
  .carousel-section-right .logo-big {
    width: 340px;
    height: 330px;
  }
  .carousel-section-right .logo-big img {
    width: 340px;
    height: 330px;
  }

  #linked {
    margin-top: 50px;
  }

  .linked-left,
  .linked-right {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
  }

  .linked-left linked-1 {
    width: 46%;
  }
  .linked-left linked-2 {
    width: 46%;
  }

  .linked-right {
    border-top: 1px solid #000000;
  }

  .linked-3 a {
    color: #000000;
  }

  #experience {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .experience-right {
    border: none;
  }

  .experience-right:before {
    display: none;
  }

  .border-button:after {
    background: #ffffff;
  }

  .brands-container .brands-item {
    flex-basis: 33.333%;
  }
}
@media screen and (max-width: 576px) {
  #desktop-top,
  #top-menu {
    display: none;
  }

  #desktop-top-mobile {
    background: white;
    display: block;
    margin-top: 20px;
  }

  #vhod-mobile {
    border: 2px solid;
    font-weight: bold;
    color: var(--blue-color);
    border-color: var(--blue-color);
    padding: 5px 5px;
  }

  /*.top-header_item_mobile{

  }*/

  .top-header_item_mobile > .lang {
    display: inline-block;
  }
  .top-header {
    margin-top: 10px;
    min-height: 80px;
  }

  .top-header_item {
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .lang {
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .lang a {
    color: #000000;
    font-size: 14px;
  }

  .form_search {
    width: 100%;
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
  }
  .form_search form button {
    width: 20px;
  }
  .form_search form .form-control {
    width: 250px;
  }
  .form_search form .form-control,
  .form_search form button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    height: 30px;
    border-radius: 10px;
  }

  #top-menu {
    margin-top: 0px;
  }

  #carousel-section {
    margin-top: 20px;
  }

  .blue-button {
    margin: 10px;
  }
  .blue-button a {
    font-size: 14px;
  }

  .border-button {
    margin: 10px;
  }
  .border-button a {
    font-size: 14px;
  }

  #experience {
    margin-top: 60px;
    margin-bottom: 100px;
    height: auto;
  }

  #numbers {
    padding-top: 100px;
  }

  .brands-container .brands-item {
    flex-basis: 50%;
    margin: 5px 0;
  }
  .brands-container .b-grey {
    background: lightgrey;
  }

  .news-container {
    flex-wrap: wrap;
  }
  .news-container .news-item:nth-child(1) {
    margin-bottom: 170px;
  }
  .news-container .news-item:nth-child(2) {
    margin-bottom: 170px;
  }
  .news-container .news-item:before {
    display: none;
  }

  .footer {
    width: 100% !important;
    background: #000;
    min-height: 50vh;
    margin: 0;
  }
  .footer footer {
    height: 66vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 80px;
  }
  .footer footer .footer-item {
    width: 100%;
    height: auto;
    padding-top: 20px;
  }
  .footer footer .footer-item .footer-item-header {
    margin-left: 15px;
    list-style: none;
    border-left: 5px solid var(--blue-color);
    padding-left: 8px;
  }
  .footer footer .footer-item .footer-item-header li {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
  }
  .footer footer .footer-item .footer-item-content {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 15px;
    list-style: none;
    border-left: 5px solid rgba(0, 0, 0, 0);
    padding-left: 8px;
  }
  .footer footer .footer-item .footer-item-content li {
    font-size: 14px;
    color: #ffffff;
    margin: 10px 0;
  }
  .footer footer .footer-item .footer-item-content li span {
    color: darkgrey;
  }
  .footer footer .footer-item .footer-item-content li a {
    color: #ffffff;
  }

  .container-fluid {
    width: 100vw !important;
  }

  .experience-right .experience-right-buttons {
    margin-top: 0;
  }

  #mobile-menu-button {
    font-size: 25px;
    font-weight: bold;
    float: right;
    margin-right: 20px;
  }

  #mobile-menu-items {
    padding: 0;
  }

  #mobile-menu-items li {
    list-style: none;
    color: black;
    padding: 3px 0;
  }
  #mobile-menu-items li > a {
    color: black;
  }
}
@media screen and (max-width: 330px) {
  #numbers {
    padding-top: 235px;
  }
  .carousel-section-left {
    margin-bottom: 90px;
  }
}

/*element.style {
}*/

.socnet_icons a {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
}

.facebook_ico {
  background: url(/images/facebook_ico.png) no-repeat;
}

/* .insta_ico {
  background: url(/images/Insta_ico.png) no-repeat !important;
}
.telega_ico {
  background: url(/images/Telega_ico.png) no-repeat !important;

} */

.ok_ico {
  background: url(/images/odnoklasniki_ico.png) no-repeat;
}

#desktop-top {
  position: sticky; /* или fixed, если хотите, чтобы меню было всегда видно */
  top: 0; /* Расположение от верхней части экрана */
  /* Цвет фона, чтобы меню было видно на фоне страницы */
  z-index: 1001; /* Убедитесь, что меню находится поверх других элементов */
}

#top-menu {
  position: sticky; /* или fixed, если хотите, чтобы меню было всегда видно */
  top: 90px; /* Расположение от верхней части экрана */
  background-color: transparent; /* Цвет фона, чтобы меню было видно на фоне страницы */
  z-index: 1001; /* Убедитесь, что меню находится поверх других элементов */
}

.top-menu-left {
  background-color: transparent; /* Белый фон для левой части меню */
  /*padding: 10px;*/ /* Добавьте отступы, если нужно */
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -5px;
}

.top-menu-bg {
  top: 0;
  background:
    linear-gradient(to right, white 50%, rgba(1, 149, 210, 0.8) 50%),
    url("/img/image/back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 2px solid var(--blue-color);
  position: sticky !important;
  z-index: 1100;
  /*height: 131px;*/
}

.top-menu-bg::before {
  background: rgba(1, 149, 210, 0.8); /* Полупрозрачный белый фон */
}

.back_section_menu {
  width: 100vw;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 130px;
}

.back_section_image_menu {
  width: 100%;
  background: url("/img/image/back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 120px;
}
/* ! */
.blue_backgraund_menu {
  background: rgba(1, 149, 210, 0.8);
  width: 100%;
  height: 120px;
}
/*@media(max-width: 425px){
  .blue_backgraund_menu{
    display: none;
  }
}*/

/* ! */

.back_section_image_search {
  width: 100%;
  background: url("/img/image/back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 920px;
}

.blue_backgraund_search {
  background: rgba(1, 149, 210, 0.8);
  width: 100%;
  height: 920px;
}

.back_section_image_menu_left {
  background-color: #fff;
  height: 130px;
}

.background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("img/image/backgroundClients.svg") no-repeat right bottom;
  background-size: 95%;
  z-index: 0;
}

.brands-container {
  width: 1029px;
  display: flex;
  background: url("img/image/backgroundClients.jpg") no-repeat right bottom;
  background-size: cover;
  position: relative;
}

.brand-item,
.brand-item_light {
  background-color: #08a0df;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 205.8px;
  height: 214px;
}

.brand-item_light {
  background-color: #f5f5f5;
}

.brand-item p,
.brand-item_light p {
  margin: 0;
  margin-top: 5px;
  font-size: 21px;
  font-weight: normal;
  color: white;
}

.brand-item_light p {
  color: #ababab;
}

@media (max-width: 768px) {
  .background-image {
    display: none;
  }

  .brands-container {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    padding: 20px;
    background: none;
  }

  .brand-item,
  .brand-item_light {
    width: calc(50% - 10px);
    height: auto;
    margin: 5px;
  }

  .brand-item p,
  .brand-item_light p {
    font-size: 16px;
  }
}

@media (max-width: 425px) {
  .brands-container {
    padding: 10px;
  }

  .brand-item,
  .brand-item_light {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .brand-item p,
  .brand-item_light p {
    font-size: 14px;
  }
}
/*.carousel_buttons_item {

}*/

.carousel_buttons_item:hover {
  /*height: 15px;*/
  transition: height 0.2s ease;
}

@media (max-width: 375px) {
  .company-our {
    margin-top: 50px;
  }
  #numbers {
    padding-top: 0px;
  }
}
@media (max-width: 320px) {
  .footer-item {
    margin-bottom: 20px;
  }

  .col-lg-6,
  .col-lg-5,
  .col-lg-7 {
    width: 100%;
    margin-bottom: 20px;
  }
  .our-item p {
    font-size: 0.9em;
  }
  #pushups,
  .experience-left,
  .experience-right {
    width: 100%;
  }
  .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .buttons .blue-button,
  .buttons .border-button {
    width: 100%;
    margin-bottom: 10px;
  }
  .caption {
    margin-bottom: 10px;
    text-align: center;
  }
  .caption .company-our {
    font-size: 1.2em;
  }
  .experience-right-item .heading {
    margin-bottom: 10px;
    text-align: center;
  }
  .experience-right-item .heading .caption h3 {
    font-size: 1.2em;
  }
  .experience-right-item ul {
    padding-left: 0;
  }
  .experience-right-item ul li {
    font-size: 0.9em;
    margin-bottom: 5px;
  }
}
