.indexProduct {
  padding: 50px 0 30px;
}

.indexPro_title {
  width: 80%;
  margin: 0 auto;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
}

.indexTitle {
  font-size: 44px;
  font-weight: bolder;
  color: var(--primary-yellow);
  margin-bottom: 40px;
}

.product_main {
  position: relative;
  width: 87%;
  margin: auto;
}

.iproSwiper {
  max-width: 1520px !important;
  margin: 0 auto !important;
  position: static !important;
}

.indexProwrapper_img img {
  width: 100%;
}

.swiperbtns {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 115%;
  z-index: 1;
}

.iproSwiper .swiper-button-next {
  right: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--primary-yellow);
  /* border: 1px solid var(--primary-color); */
  color: #fff;
  z-index: 9999;
  position: absolute;
  border-radius: 50%;
  transition: all ease 0.3s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.iproSwiper .swiper-button-prev {
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--primary-yellow);
  /* border: 1px solid var(--primary-color); */
  color: #fff;
  z-index: 9999;
  position: absolute;
  border-radius: 50%;
  transition: all ease 0.3s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.iproSwiper .swiper-button-next::after,
.iproSwiper .swiper-button-prev::after {
  font-size: 18px;
}

.iproSwiper .swiper-button-next:hover,
.iproSwiper .swiper-button-prev:hover {
  background-color: var(--primary-yellow);;
  color: var(--primary-color);
  transition: all ease 0.3s;
}

.indexPro_top {
  padding: 40px 0 30px;
  background: var(--primary-color);
}

.indexProwrapper_box {
  position: relative;
      height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 20px 20px;
  background: #fff;
  transition: all ease 0.3s;
}

.indexProwrapper_img {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.indexProwrapper {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.iproSwiper .swiper-slide{
    height: auto;
}

.indexProwrapper_box i {
  font-size: 56px;
  color: var(--primary-color);
  transition: all ease 0.3s;
}

.indexProwrapper_box h3 {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: var(--primary-yellow);
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 2;*/
  /*-webkit-box-orient: vertical;*/
  overflow: hidden;
  word-wrap: break-word;
   word-break: break-all; 
  transition: all ease 0.3s;
  height: 100%;
    position: relative;
}

.indexProwrapper_box a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.indexProwrapper_box:hover {
  background: var(--primary-yellow);
}

.indexProwrapper_box:hover i,
.indexProwrapper_box:hover h3 {
  color: #fff;
}

.indexPro_bot {
  padding-top: 70px;
}

.indexPro_box {
    height: 100%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--primary-color);
}

.indexProBox_img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 100%;
}

.indexProBox_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}

.indexProBox_des {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
      position: relative;
}

.indexProBox_des h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: var(--primary-yellow);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  /* word-break: break-all; */
}

.indexProBox_des p {
  font-size: 16px;
  text-align: center;
  color: #afafaf;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  /* word-break: break-all; */
}

.indexProBox_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  /*border: 1px solid var(--primary-color);*/
  background: var(--primary-yellow);
  transition: all 0.35s ease;
}

.indexProBox_btn a i {
  font-size: 20px;
  color: #fff;
  transition: all 0.35s ease;
}


.indexPro_box:hover img {
  transform: scale(1.1);
}

.indexProBox_btn a:hover {
  background: var(--primary-color);
}

.indexProBox_des h3:hover {
  text-decoration: underline;
}

.indexPro_bot .row>div {
  margin-bottom: 30px;
}

.indexPro_btn {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.indexPro_btn a {
  display: inline-block;
  padding: 10px 30px;
  box-shadow: inset 0px 70px 0px 0px var(--primary-yellow);
  color: #fff;
  line-height: 1.5;
  font-size: 24px;
  font-weight: bold;
  height: auto;
  transition: all ease 0.5s;
}

.indexPro_btn a:hover {
  box-shadow: inset 0px 0px 0px 2px var(--primary-yellow);
  color: var(--primary-yellow);
}


/* indexAbout */
.indexAbout {
  padding: 40px 0 100px;
}

.iabout_limg {
  display: block;
  position: relative;
  margin-top: 30px;
}

.iabout_limg img {
  width: calc(100% - 30px);
  position: relative;
  object-fit: cover;
  transition: all 0.35s ease;
  transform: translate(0px, -30px);
  transition: all ease 0.5s;
  z-index: 999;
}

.iabout_lbg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  width: calc(100% - 30px);
  height: 100%;
  border: 2px solid var(--primary-color);
}

.indexAbout:hover img {
  transition: all ease 0.5s;
  transform: translate(30px, 0);
}

.iabout_right {
  height: 100%;
  padding: 30px 0 30px 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.iabout_rdes>p {
  font-size: 18px;
  line-height: 1.5;
  color: #545454;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  /*   word-break: break-all; */
}

.iabout_rbox {
  width: 60%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.iabout_rbox span {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iabout_rbox span i {
  font-size: 46px;
  color: var(--primary-color);
}

.iabout_rbox p {
  flex: 0 0 calc(100% - 60px);
  font-size: 18px;
  line-height: 1.3;
  color: #545454;
}

.iabout_rbtn {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.indexBtn {
  display: inline-block;
  padding: 8px 36px;
  box-shadow: inset 0px 70px 0px 0px var(--primary-yellow);
  color: #fff;
  line-height: 1.6;
  font-size: 20px;
  border-radius: 30px;
  font-weight: bold;
  height: auto;
  transition: all ease 0.5s;
}

.indexBtn:hover {
  box-shadow: inset 0px 0px 0px 2px;
  color: var(--primary-yellow);
}


.indexVideo {
  position: relative;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 120px;
  /* z-index: -1; */
}

.indexVideo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(9, 28, 55, 0.49);
  width: 100%;
  height: 100%;
  /* z-index: -1; */
}

.indexVideo .container {
  position: relative;
  z-index: 99;
}

.indexVideo_left {
  padding-right: 40px;
}

.indexVideo_left h2 {
  width: 70%;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  color: var(--primary-yellow);
}

.indexVideo_left p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-top: 30px;
}

.indexVideo_box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 0 0 auto;
}


/* indexContact */
.indexContact {
  padding: 100px 0;
}

.indexCon_l {
  border-radius: 15px;
  background: var(--primary-color);
  padding: 100px 60px 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.indexCon_l h2 {
  font-size: 22px;
  font-weight: bold;
  color: var(--primary-yellow);
  margin-bottom: 25px;
  text-transform: uppercase;
}

.indexCon_Lform .yandex-form {
  min-height: auto;
}

.indexCon_Lform .yandex-form #form .list input,
.indexCon_Lform .yandex-form #form .list textarea {
  border: none;
}

.indexCon_Lform .yandex-form #form .list {
  margin-bottom: 10px;
}

.indexCon_Lform .yandex-form #form .list p {
  line-height: 1.5;
}

.indexCon_Lform .yandex-form #form #submit {
  width: auto;
  display: inline-block;
  padding: 6px 35px;
  margin-top: 30px;
  color: #fff;
  border: 1px solid var(--primary-yellow);
  background-color: var(--primary-yellow);
  line-height: 1.5;
  font-size: 18px;
  border-radius: 30px;
  font-weight: bold;
  transition: all ease 0.5s;
}

.indexCon_Lform .yandex-form #form #submit:hover {
  background: #fff;
  color: var(--primary-color);
  border-color: #fff;
}

.indexCon_r {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.indexCon_r p {
  font-size: 18px;
  color: #545454;
  line-height: 1.5;
  margin-bottom: 25px;
}

.indexCon_rimg {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 42%;
  border-radius: 15px;
}

.indexCon_rimg img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}


/* indexPhoto */
.indexPhoto_title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.indexPhoto .row>div{
    margin-top: 20px;
}

.indexPic {
  position: relative;
}

.indexPic_img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 75%;
}

.indexPic_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}

.indexPic_Img_look {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.indexPic_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}

.ser_look {
  opacity: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  cursor: pointer;
}


.indexPic:hover .indexPic_img::before {
  opacity: 1;
}

.indexPic:hover .ser_look {
  opacity: 1;
  z-index: 99;
  transition: all ease 0.3s;
}


#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000000000;
  display: none;
}

#popup {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000000000;
}

img.enlarged {
  width: 100%;
  height: auto;
}

#popup span {
  position: absolute;
  top: -35px;
  right: -65px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;

}

#popup span i {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.12);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
}


/* indexNews */
.indexNews {
  padding: 70px 0 40px;
}

.indexPhoto .row>*,
.indexNews .row>* {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}

.indexNews_img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 100%;
}

.indexNews_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}

.indexNews_des {
  padding: 40px 0;
}

.indexNews_des h3 {
  margin-bottom: 25px;
  position: relative;
  width: fit-content;
}

.indexNews_des h3 a {
  font-size: 22px;
  font-weight: bold;
  color: var(--primary-yellow);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  /* word-break: break-all; */
}

.indexNews_des p {
  font-size: 16px;
  color: #545454;
  margin-bottom: 1.3;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  /*   word-break: break-all; */
}

.indexNews_des span {
  font-size: 18px;
  color: #545454;
  margin-bottom: 1.3;
}

.indexNews_box:hover img {
  transform: scale(1.1);
}

.indexNews_box h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  display: block;
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background-color: var(--primary-color);
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s ease-out;
}

.indexNews_box h3:hover::after {
  transform: scaleX(1);
  transform-origin: top left;
}

/* footer */
.index_footer {
  padding: 50px 0;
  border-top: 2px solid var(--primary-color);
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.footer_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index_footer .container {
  z-index: 999;
  position: relative;
}

.footer_logo img {
  max-height: 100px;
  vertical-align: middle;
  max-width: initial;
}

.footer_mainp {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  max-width: 300px;
  margin-bottom: 20px;
  word-wrap: break-word;
  word-break: break-all;
}

.footer_main h2 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}

.index_footer .public_ad_header_social_media {
  justify-content: flex-start;
  margin-left: 0;
}

.footer_page h3,
.footer_product h3,
.footer_contact h3,
.footer_nav h3 {
  font-size: 20px;
  color: var(--primary-yellow);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer_page a,
.footer_product a {
  display: block;
  font-size: 16px;
  color: var(--primary-yellow);
  margin-bottom: 20px;
  /*text-transform: capitalize;*/
  word-wrap: break-word;
  word-break: break-all;
}

.footer_product a:hover {
  text-decoration: underline !important;
  color: var(--primary-color);
}

.footer_page a:hover {
  text-decoration: underline !important;
  color: var(--primary-color);
}

.footer_contact li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.footer_contact li i {
  font-size: 24px;
  color: var(--primary-yellow);
  margin-right: 10px;
  padding: 9px 9px;
  border-radius: 4px;
}

.footer_p p {
  font-size: 22px;
  color: var(--primary-yellow);
  font-weight: 600;
  word-wrap: break-word;
  word-break: break-all;
}

.footer_p {
  max-width: 300px;
  margin-bottom: 20px;
}

.footer_contact li p {
  font-size: 16px;
  color: var(--primary-yellow);
  flex: 1;
}

.footer_contact li a {
  font-size: 16px;
  color: #fff;
  flex: 1;
}

.footer_copyrights {
  border-top: 1px solid var(--primary-color);
  margin-top: 40px;
  padding: 30px 0 0px 0;
  width: 100%;
  font-size: 18px;
  color: #fff;
}

.footer_copyrights_name {
  font-size: 18px;
  color: #fff;
}

.footer_copyrights_p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  color: var(--primary-yellow);
}

.footer_Powered {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer_copyrights_p p {
  font-size: 16px;
  /*color: #ddd;*/
  display: inline;
  margin-bottom: 10px;
}

.footer_copyrights_p a {
  font-size: 16px;
  color: #ddd;
  display: inline;
  text-transform: uppercase;
}

.footer_tags {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 10px 0;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.footer_tags p {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  margin-right: 10px;
}

.footer_tags a {
  font-size: 14px;
  color: #fff;
  display: block;
  margin: 3px 5px 3px 0px;
}

.footer_tags a:hover {
  text-decoration: underline !important;
  color: #eee;
}

@media(max-width:575px) {
  .bg-dark {
    background-color: #fff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .navbar-toggler {
    background-color: #126ad7;
  }

  .btn:hover {
    background-color: #333 !important;
    border-color: #333 !important;
  }

  .text-bg-dark {
    background-color: #fff !important;
  }

  .navbar-nav .show>.nav-link,
  .navbar-nav .nav-link.active {
    color: #111;
    font-weight: bold;
  }

  .nav-link {
    color: #111;
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #111;
  }

  .btn-close {
    --bs-btn-close-white-filter: auto;
  }

  .dropdown-menu-dark {
    --bs-dropdown-bg: transparent;
  }

  .dropdown-item {
    color: #222;
  }

  .dropdown-item:hover,
  .dropdown-item:focus {
    background-color: #126ad7;
  }

  .indexProduct {
    padding: 40px 0 30px;
  }

  .indexTitle {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .product_main {
    width: 100%;
  }

  .swiperbtns {
    display: none;
  }

  .indexPro_bot {
    padding-top: 40px;
  }

  .indexPro_btn {
    margin-top: 10px;
  }

  .indexPro_btn a,
  .indexBtn {
    padding: 8px 25px;
    font-size: 18px;
  }

  .indexAbout {
    padding: 20px 0;
  }

  .indexAbout:hover img {
    transform: translate(0px, -30px);
  }

  .iabout_right {
    padding-left: 0;
  }

  .iabout_rbox span i {
    font-size: 40px;
  }

  .iabout_rbox {
    width: 100%;
    margin-bottom: 20px;
  }

  .iabout_rbtn {
    width: 100%;
  }

  .indexVideo {
    padding: 70px 0 30px;
  }

  .indexVideo_left {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .indexVideo_left h2 {
    width: 100%;
    font-size: 28px;
  }

  .indexVideo_box {
    height: 150px;
  }

  .indexContact {
    padding: 40px 0;
  }

  .indexCon_right {
    order: 1;
  }

  .indexCon_left {
    order: 2;
  }

  .indexCon_l {
    margin-top: 30px;
    padding: 30px 20px 10px;
  }

  .indexCon_Lform .yandex-form #form #submit {
    margin-top: 15px;
  }

  .indexPhoto {
    padding-top: 30px;
  }

  .indexPhoto .row>*,
  .indexNews .row>* {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-bottom: 20px;
  }

  #popup {
    width: 78%;
  }

  #popup span {
    top: -70px;
    right: 0px;
  }

  .indexNews {
    padding: 30px 0 0px;
  }

  .indexNews_des {
    padding: 20px 0 30px;
  }

  .indexNews_des h3 {
    margin-bottom: 10px;
  }


  .footer {
    padding: 40px 0 90px 0;
  }

  .index_footer {
    padding: 35px 0 100px;
  }

  .footer_logo img {
    max-height: 60px;
    margin-bottom: 15px;
  }

  .footer_tags {
    margin-bottom: 20px;
  }

  .footer_page,
  .footer_product {
    margin-top: 20px;
  }

  .footer_page h3,
  .footer_product h3,
  .footer_contact h3,
  .footer_nav h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .footer_page a,
  .footer_product a {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .footer_nav {
    margin-top: 20px;
  }

  .footer_p {
    margin-bottom: 10px;
    ;
  }

  .footer_mainp {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .footer_contact li {
    margin-bottom: 0;
  }

  .index_footer .public_ad_header_social_media {
    padding-top: 10px;
  }

  .footer_copyrights {
    margin-top: 10px;
    padding: 10px 0 0 0;
  }

  .footer_copyrights_p {
    justify-content: center;
    font-size: 14px;
  }

  .footer_copyrights_p p {
    text-align: center;
    font-size: 14px;
  }

  .footer_copyrights_p a {
    font-size: 14px;
  }
}

@media (min-width:576px) and (max-width:767px) {
  .bg-dark {
    background-color: #fff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .navbar-toggler {
    background-color: #126ad7;
  }

  .btn:hover {
    background-color: #333 !important;
    border-color: #333 !important;
  }

  .text-bg-dark {
    background-color: #fff !important;
  }

  .navbar-nav .show>.nav-link,
  .navbar-nav .nav-link.active {
    color: #111;
    font-weight: bold;
  }

  .nav-link {
    color: #111;
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #111;
  }

  .btn-close {
    --bs-btn-close-white-filter: auto;
  }

  .dropdown-menu-dark {
    --bs-dropdown-bg: transparent;
  }

  .dropdown-item {
    color: #222;
  }

  .dropdown-item:hover,
  .dropdown-item:focus {
    background-color: #126ad7;
  }

  .indexProduct {
    padding: 40px 0 30px;
  }

  .indexTitle {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .product_main {
    width: 100%;
  }

  .swiperbtns {
    display: none;
  }

  .indexPro_bot {
    padding-top: 40px;
  }

  .indexPro_btn {
    margin-top: 10px;
  }

  .indexPro_btn a,
  .indexBtn {
    padding: 8px 25px;
    font-size: 18px;
  }

  .indexAbout {
    padding: 20px 0;
  }

  .indexAbout:hover img {
    transform: translate(0px, -30px);
  }

  .iabout_right {
    padding-left: 0;
  }

  .iabout_rbox span i {
    font-size: 40px;
  }

  .iabout_rbox {
    width: 100%;
    margin-bottom: 20px;
  }

  .iabout_rbtn {
    width: 100%;
  }

  .indexVideo {
    padding: 70px 0 30px;
  }

  .indexVideo_left {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .indexVideo_left h2 {
    width: 100%;
    font-size: 28px;
  }

  .indexVideo_box {
    height: 150px;
  }

  .indexContact {
    padding: 40px 0;
  }

  .indexCon_right {
    order: 1;
  }

  .indexCon_left {
    order: 2;
  }

  .indexCon_l {
    margin-top: 30px;
    padding: 30px 20px 10px;
  }

  .indexCon_Lform .yandex-form #form #submit {
    margin-top: 15px;
  }

  .indexPhoto {
    padding-top: 30px;
  }

  .indexPhoto .row>*,
  .indexNews .row>* {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-bottom: 20px;
  }

  #popup {
    width: 73%;
  }


  .indexNews {
    padding: 30px 0 0px;
  }

  .indexNews_des {
    padding: 20px 0 30px;
  }

  .indexNews_des h3 {
    margin-bottom: 10px;
  }

  .indexNews .row>div:nth-last-child(1) {
    display: none;
  }


  .footer {
    padding: 40px 0 90px 0;
  }

  .index_footer {
    padding: 35px 0 100px;
  }

  .footer_logo img {
    max-height: 70px;
    margin-bottom: 10px;
  }

  .footer_p {
    margin-bottom: 15px;
  }

  .public_ad_header_social_media {
    padding-top: 15px;
  }

  .footer_tags {
    margin-bottom: 20px;
  }

  .footer_mainp {
    max-width: 100%;
    margin-bottom: 5px;
  }

  .footer_product {
    margin-top: 30px;
  }

  .footer_page h3,
  .footer_product h3,
  .footer_contact h3,
  .footer_nav h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .footer_page a,
  .footer_product a {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .footer_page {
    margin-top: 30px;
  }

  .footer_nav {
    margin-top: 30px;
  }

  .footer_copyrights {
    margin-top: 10px;
    padding: 10px 0 0 0;
  }

  .footer_copyrights_p {
    justify-content: center;
    font-size: 14px;
    flex-direction: column;
  }

  .footer_copyrights_p p {
    text-align: center;
    font-size: 14px;
  }

  .footer_copyrights_p a {
    font-size: 14px;
  }

  .footer_contact li {
    margin-bottom: 5px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .bg-dark {
    background-color: #fff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .navbar-toggler {
    background-color: #126ad7;
  }

  .btn:hover {
    background-color: #333 !important;
    border-color: #333 !important;
  }

  .text-bg-dark {
    background-color: #fff !important;
  }

  .navbar-nav .show>.nav-link,
  .navbar-nav .nav-link.active {
    color: #111;
    font-weight: bold;
  }

  .nav-link {
    color: #111;
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #111;
  }

  .btn-close {
    --bs-btn-close-white-filter: auto;
  }

  .dropdown-menu-dark {
    --bs-dropdown-bg: transparent;
  }

  .dropdown-item {
    color: #222;
  }

  .dropdown-item:hover,
  .dropdown-item:focus {
    background-color: #126ad7;
  }

  .indexProduct {
    padding: 40px 0 30px;
  }

  .indexTitle {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .product_main {
    width: 100%;
  }

  .swiperbtns {
    display: none;
  }

  .indexPro_bot {
    padding-top: 50px;
  }

  .indexPro_btn {
    margin-top: 10px;
  }

  .indexPro_bot .row>div:nth-child(n+7) {
    display: none;
  }

  .indexPro_btn a,
  .indexBtn {
    padding: 8px 25px;
    font-size: 18px;
  }

  .indexAbout {
    padding: 20px 0 40px;
  }

  .iabout_left {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .indexAbout:hover img {
    transform: translate(0px, -30px);
  }

  .iabout_rdes>p {
    font-size: 16px;
    -webkit-line-clamp: 3;
  }

  .iabout_right {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
  }

  .iabout_rbox span i {
    font-size: 40px;
  }

  .iabout_rbox {
    width: 100%;
    margin-bottom: 10px;
  }

  .iabout_rbox p {
    font-size: 16px;
  }

  .iabout_rbtn {
    width: 100%;
    justify-content: flex-start;
  }

  .indexVideo {
    padding: 70px 0 30px;
  }

  .indexVideo_left {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .indexVideo_left h2 {
    width: 100%;
    font-size: 28px;
  }

  .indexVideo_box {
    height: 150px;
  }

  .indexContact {
    padding: 40px 0;
  }

  .indexCon_right {
    order: 1;
  }

  .indexCon_left {
    order: 2;
  }

  .indexCon_l {
    margin-top: 30px;
    padding: 30px 20px 10px;
  }

  .indexCon_Lform .yandex-form #form #submit {
    margin-top: 15px;
  }

  .indexPhoto {
    padding-top: 30px;
  }

  .indexPhoto .row>*,
  .indexNews .row>* {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-bottom: 20px;
  }

  #popup {
    width: 50%;
  }

  .indexNews {
    padding: 30px 0 0px;
  }

  .indexNews_des {
    padding: 20px 0 30px;
  }

  .indexNews_des h3 {
    margin-bottom: 10px;
  }

  .indexNews .row>div:nth-last-child(1) {
    display: none;
  }

  .footer {
    padding: 40px 0 90px 0;
  }

  .index_footer {
    padding: 35px 0 100px;
  }

  .footer_mainp {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
    margin-bottom: 0;
  }

  .footer_main {
    display: flex;
    justify-content: space-between;
  }

  .footer_main1 {
    flex: 0 60%;
  }

  /* .index_footer .public_ad_header_social_media a:nth-last-child(1) {
    margin-right: 0;
  } */

  .footer_logo img {
    max-height: 70px;
    margin-bottom: 10px;
  }

  .footer_p {
    margin-bottom: 23px;
  }

  .public_ad_header_social_media {
    padding-top: 15px;
    justify-content: flex-end;
  }

  .footer_tags {
    margin-bottom: 20px;
  }

  .footer_tags p {
    margin-right: 10px;
  }

  .footer_tags a {
    margin: 5px 5px 5px 0px;
  }

  .footer_product {
    margin-top: 30px;
  }

  .footer_page h3,
  .footer_product h3,
  .footer_contact h3,
  .footer_nav h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .footer_page h3 {
    margin-right: 15px;
  }

  .footer_page a,
  .footer_product a {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .footer_page a {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .footer_page {
    margin-top: 30px;
  }

  .footer_nav {
    margin-top: 30px;
  }

  .footer_copyrights {
    margin-top: 10px;
    padding: 10px 0 0 0;
  }

  .footer_copyrights_p {
    justify-content: center;
    font-size: 14px;
    flex-direction: column;
  }

  .footer_copyrights_p p {
    text-align: center;
    font-size: 14px;
  }

  .footer_copyrights_p a {
    font-size: 14px;
  }

  .footer_contact li i {
    border: none;
    font-size: 15px;
    padding: 5px 5px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .bg-dark {
    background-color: #fff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .navbar-toggler {
    background-color: #126ad7;
  }

  .btn:hover {
    background-color: #333 !important;
    border-color: #333 !important;
  }

  .text-bg-dark {
    background-color: #fff !important;
  }

  .navbar-nav .show>.nav-link,
  .navbar-nav .nav-link.active {
    color: #111;
    font-weight: bold;
  }

  .nav-link {
    color: #111;
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #111;
  }

  .btn-close {
    --bs-btn-close-white-filter: auto;
  }

  .dropdown-menu-dark {
    --bs-dropdown-bg: transparent;
  }

  .dropdown-item {
    color: #222;
  }

  .dropdown-item:hover,
  .dropdown-item:focus {
    background-color: #126ad7;
  }

  .indexProduct {
    padding: 60px 0 40px;
  }

  .indexTitle {
    font-size: 34px;
    margin-bottom: 25px;
  }

  .product_main {
    width: 100%;
  }

  .swiperbtns {
    display: none;
  }

  .indexPro_bot {
    padding-top: 50px;
  }

  .indexPro_btn {
    margin-top: 10px;
  }

  .indexPro_bot .row>div:nth-child(n+7) {
    display: none;
  }

  .indexPro_btn a,
  .indexBtn {
    padding: 8px 25px;
    font-size: 18px;
  }

  .indexAbout {
    padding: 20px 0 40px;
  }

  .iabout_left {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .indexAbout:hover img {
    transform: translate(0px, -30px);
  }

  .iabout_rdes>p {
    font-size: 16px;
    -webkit-line-clamp: 3;
  }

  .iabout_right {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
  }

  .iabout_rbox span i {
    font-size: 40px;
  }

  .iabout_rbox {
    width: 100%;
    margin-bottom: 10px;
  }

  .iabout_rbox p {
    font-size: 16px;
  }

  .iabout_rbtn {
    width: 100%;
    justify-content: flex-start;
  }

  .indexVideo {
    padding: 70px 0 30px;
  }

  .indexVideo_left {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .indexVideo_left h2 {
    width: 100%;
    font-size: 28px;
  }

  .indexVideo_box {
    height: 150px;
  }

  .indexContact {
    padding: 40px 0;
  }

  .indexCon_l {
    padding: 30px 20px 10px;
  }

  .indexCon_Lform .yandex-form #form #submit {
    margin-top: 15px;
  }

  .indexPhoto {
    padding-top: 30px;
  }

  .indexPhoto .row>*,
  .indexNews .row>* {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-bottom: 20px;
  }

  #popup {
    width: 50%;
  }

  .indexNews {
    padding: 50px 0 20px;
  }

  .footer {
    padding: 40px 0 90px 0;
  }

  .index_footer {
    padding: 35px 0 100px;
  }

  .footer_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }

  .footer_main1 {
    flex: 0 70%;
  }

  .footer_contact li {
    margin-bottom: 0;
  }

  .footer_mainp {
    max-width: 100%;
    margin-bottom: 0;
  }

  .footer_p {
    margin-bottom: 10px;
  }

  .public_ad_header_social_media {
    width: auto;
    padding-top: 0;
    border: none;
  }

  .footer_logo img {
    max-height: 50px;
    margin-bottom: 0;
  }

  .footer_tags {
    margin-bottom: 20px;
  }

  .footer_tags p {
    margin-right: 10px;
  }

  .footer_tags a {
    margin: 5px 5px 5px 0px;
  }

  .footer_page h3,
  .footer_product h3,
  .footer_contact h3,
  .footer_nav h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .footer_page a,
  .footer_product a {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .footer_copyrights {
    margin-top: 10px;
    padding: 10px 0 0 0;
  }

  .footer_copyrights_p p {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .footer_copyrights_p,
  .footer_copyrights_p a {
    font-size: 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .head_layer .head_layerBox {
    width: 100%;
  }

  .indexTitle {
    font-size: 38px;
  }

  .videobox {
    width: 80%;
    margin: 0 auto;
    max-height: auto;
    min-height: 500px;
  }

  .videobox iframe {
    width: 100%;
    max-height: auto;
    min-height: 500px;
  }

  .indexAbout{
    padding-bottom: 60px;
  }

  .indexVideo {
    padding-top: 110px;
  }
}

@media (min-width:1401px) and (max-width:1680px) {
  .videobox {
    width: 80%;
    margin: 0 auto;
    max-height: auto;
    min-height: 600px;
  }

  .videobox iframe {
    width: 100%;
    max-height: auto;
    min-height: 600px;
  }
}