* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: 'Times New Roman', Times, serif;
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; */
}

.header_top ul li a {
  color: #3777a0;
  text-decoration: none;
}

.header_top ul li {
  padding: 5px 0;
}

.header_top .country {
  margin-top: 5px;
  cursor: pointer;
}

.header_top {
  border-bottom: 1px solid #000;
}

.header_top .col-lg-3 ul {
  margin: 0;
  padding: 0;
}

.header_nav h3 {
  width: 300px;
  font-size: 15px;
  text-align: center;
  color: #3777a0;
}

.header_nav .responsive-menu {
  display: none;
}

.header_nav .responsive-h3 {
  width: 200px;
  font-size: 10px;
  text-align: center;
  color: #3777a0;
}

.header_nav .col-lg-12 {
  text-align: center;
}

.header_nav .col-lg-12 ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
}

.header_nav .col-lg-12 ul li {
  font-weight: 700;
  z-index: 999999999;
}

.header_nav .col-lg-12 ul li a {
  color: #3777a0;
  text-decoration: none;
  margin-right: 15px;
  font-size: 14px;
}

.header_nav .col-lg-12 .sub-menu-1 {
  display: none;
}

.header_nav .col-lg-12 ul li:hover .sub-menu-1 {
  display: block;
  position: absolute;
}

.header_nav .col-lg-12 ul li:hover .sub-menu-1 ul {
  display: block;
  background: #fff;
  width: 120%;
}

.header_nav .col-lg-12 ul li:hover .sub-menu-1 ul li {
  width: 150px;
  padding: 5px 15px;
  font-weight: 700;
  font-size: 15px;
  background: transparent;
  text-align: left;
}

.header_nav .col-lg-12 .sub-menu-2 {
  display: none;
}

.header_nav .hamburger_menu ion-icon {
  display: block;
  font-size: 30px;
  color: #3777a0;
  border: 1px solid #3777a0;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.header_nav .col-lg-12 .hover-me:hover .sub-menu-2 {
  position: absolute;
  display: block;
  margin-top: -40px;
  margin-left: 135px;
}

header .header_nav .sub-menu {
  display: block;
}

header .header_nav .menu-icon {
  display: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_bottom .swiper {
  width: 100%;
  height: 100vh;
}

.header_bottom .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
}

.header_bottom .swiper-slide h1 {
  font-size: 3rem;
  line-height: 80px;
}

.header_bottom .swiper-slide p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.header_bottom .swiper-slide a {
  background: #d84779;
  color: #fff;
  padding: 10px;
  margin-top: 40px;
  text-decoration: none;
}

.header_bottom .swiper-slide {
  background: url(/img/banner-4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.header_bottom .swiper-slide:nth-child(2) {
  background: url(/img/operatsiya.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

section .section_top h1 {
  text-align: center;
  padding: 80px 0 50px 0;
  color: #3777a0;
  font-weight: 700;
}

section .section_top {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

section .col-lg-6 .block_news {
  background: #3777a0;
  color: #fff;
}

.bbb {
  box-sizing: border-box;
  /* overflow: hidden; */
}

.bbb img {
  width: 100% !important;
}

section .col-lg-6 .block_news .text-section {
  padding: 8px;
}

section .col-lg-6 .block_news .text-section a {
  font-size: 17px;
  color: #fff;
  text-align: justify;
  text-decoration: none;
  font-weight: 700;
  display: block;
}

section .col-lg-6 .block_news h3 {
  padding: 10px 20px;
  font-size: 20px;
}

section .col-lg-6 .block_news p {
  font-size: 16px;
  /* padding: 0 8px; */
}

section .col-lg-6 .block_news p span {
  font-size: 16px;
  padding: 10px;
}

section .col-lg-6 .block_news .link_news {
  padding: 10px 20px;
  font-size: 20px;
  color: #fff;
  font-size: 15px;
}

.section_top #particles-js {
  position: absolute;
  height: 100%;
}

section .section_top-two {
  background: #fff !important;
  z-index: 999999999999999;
  width: 100%;
  height: 100%;
}

section .section_top-two h1 {
  text-align: center;
  padding: 80px 0 10px 0;
  color: #3777a0;
  font-weight: 700;
}

section .section_top-two h3 {
  text-align: center;
  color: #3777a0;
  font-weight: 700;
}

section .section_top-two .col-lg-3 .block_section-two {
  background: #3777a0;
  height: 350px;
  margin-top: 50px;
  margin-bottom: 50px;
  transition: 0.5s;
  border-radius: 5px;
}

section .section_top-two .col-lg-3 .block_section-two i {
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 60px;
  padding: 50px;
  transition: 0.5s;
}

section .section_top-two .col-lg-3 .block_section-two h4 {
  font-size: 25px;
  text-align: center;
  color: #fff;
  padding: 0 0 20px 0;
  transition: 0.5s;
}

section .section_top-two .col-lg-3 .block_section-two .btn_section-two {
  display: flex;
  justify-content: center;
  align-items: center;
}

section .section_top-two .col-lg-3 .block_section-two a {
  color: #fff;
  border: 1px solid #d84779;
  padding: 10px;
  text-decoration: none;
  transition: 0.5s;
}

section .section_top-two .col-lg-3:hover .block_section-two {
  background: #fff;
  border: 1px solid #3777a0;
  box-shadow: 0 0 20px #3777a0;
}

section .section_top-two .col-lg-3:hover .block_section-two i {
  color: #d84779;
}

section .section_top-two .col-lg-3:hover .block_section-two h4 {
  color: #000;
}

section .section_top-two .col-lg-3:hover .block_section-two a {
  background: #d84779;
  color: #fff;
}

.doctors_center .doctors_card img {
  max-width: 100%;
  height: 400px;
  overflow: hidden;
  object-fit: cover;
}

section .section_top-two .col-lg-3:hover .block_section-two a:hover {
  background: #3777a0;
}

section .swiper {
  width: 100%;
  height: 100%;
}

section .section_middle .swiper-wrapper {
  margin: 30px 0 60px 0;
}

section .section_middle {
  background: #f9f9f9;
}

section .section_middle h1 {
  text-align: center;
  font-weight: 700;
  color: #3777a0;
  padding: 80px 0 0 0;
}

section .section_middle h5 {
  text-align: center;
  font-size: 25px;
  color: #3777a0;
  padding-bottom: 50px;
  font-weight: 700;
}

section .section_middle #second-slider {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding-bottom: 10px;
  height: 85%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


section .section_middle #second-slider img {
  width: 100%;
  height: 200px;
}

section .section_middle #second-slider p {
  padding: 20px 0 0 20px;
}

section .section_middle #second-slider h4 {
  padding: 0 20px;
  font-size: 20px;
  margin-bottom: 20px;
  color: #4b7569;
  margin: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* line-height: 16px; fallback */
  max-height: 150px;
  /* fallback */
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

section .section_middle #second-slider .btn_middle-two {
  display: flex;
  justify-content: end;
  margin-right: 5px;
  /* margin-right: 10px;
  position: absolute;
  bottom: 15px;
  right: 10px; */
}

section .section_middle #second-slider a {
  background: #fff;
  color: #3777a0;
  border: 1px solid #d84779;
  text-decoration: none;
  padding: 10px;
  transition: 0.5s;
}

section .section_middle #second-slider:hover a {
  background: #d84779;
  color: #fff;
}

section .section_middle #second-slider a:hover {
  background: #3777a0;
  color: #fff;
}

section .section_bottom {
  width: 100%;
  height: 100%;
  margin-top: 100px;
}

section .section_bottom .col-lg-6 {
  position: relative;
}

section .section_bottom .col-lg-6 img {
  width: 100%;
  z-index: 2;
  display: block;
}

section .section_bottom .col-lg-6 .border {
  border: 20px solid #d84779 !important;
  width: 100%;
  height: 100%;
  color: #3777a0;
  position: absolute;
  top: 50px;
  left: -50px;
  z-index: -1;
  margin-bottom: 70px;
}

section .section_bottom .row {
  margin-bottom: 100px;
}

section .section_bottom .text_bottom h2 {
  font-size: 40px;
  color: #3777a0;
  font-weight: 700;
  margin-top: 50px;
}

section .section_bottom .text_bottom h5 {
  color: #3777a0;
}

section .section_bottom .percentage .text_degree h6 {
  color: #3777a0;
  margin-top: 10px;
}

section .section_bottom .percentage .degree_graphic {
  height: 5px;
  width: 100%;
  background: #3777a0;
}

section .section_bottom .percentage:nth-child(1) .degree_graphic::after {
  content: "";
  height: 5px;
  width: 85%;
  display: block;
  z-index: 9;
  background: #d84779;
}

section .section_bottom .percentage:nth-child(2) .degree_graphic::after {
  content: "";
  height: 5px;
  width: 75%;
  display: block;
  z-index: 9;
  background: #d84779;
}

section .section_bottom .percentage:nth-child(3) .degree_graphic::after {
  content: "";
  height: 5px;
  width: 70%;
  display: block;
  z-index: 9;
  background: #d84779;
}

section .section_bottom .text_bottom .text_link_bottom {
  margin-top: 40px;
}

section .section_bottom .text_bottom a {
  background: #d84779;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  transition: 0.5s;
}

section .section_bottom .text_bottom a:hover {
  background: #3777a0;
  color: #fff;
}

main .main_top {
  width: 100%;
  height: 100%;
  background: #f9f9f9;
}

.main_top h2 {
  color: #3777a0;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  padding: 50px 0 10px 0;
}

.main_top h5 {
  color: #3777a0;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  padding-bottom: 20px;
}

.main_top .col-lg-4 {
  width: 100%;
  height: 100%;
}

.main_top .col-lg-4 .text_main_top {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: auto;
  padding: 5px;
}

.main_top .col-lg-4 img {
  width: 100%;
  height: 250px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.main_top .col-lg-4 h4 {
  text-align: center;
  color: #3777a0;
  font-weight: 700;
  padding-top: 20px;
}

.main_top .col-lg-4 p {
  text-align: center;
  color: #3777a0;
}

.main_top .col-lg-4 .main_link a {
  background: #fff;
  color: #3777a0;
  border: 1px solid #d84779;
  text-decoration: none;
  padding: 10px;
  transition: 0.5s;
}

.main_top .col-lg-4 .main_link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.main_top .col-lg-4:hover .main_link a {
  background: #d84779;
  color: #fff;
}

.main_top .col-lg-4:hover .main_link a:hover {
  background: #3777a0;
  color: #fff;
  border: 1px solid #3777a0;
}

.main_middle {
  width: 100%;
  height: 100%;
  background-image: url(/img/background\ login.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.main_middle .darken {
  background: rgba(0, 0, 0, 0.5);
  z-index: -9;
}

.main_middle .col-lg-6:nth-child(1) {
  margin: 80px 0 80px 0;
  border: none;
  position: relative;
}

.main_middle img {
  border-radius: 70px;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 99;
}

.main_middle .border {
  width: 100%;
  height: 100%;
  border: 20px solid #d84779 !important;
  display: block;
  position: absolute;
  top: -50px;
  left: -50px;
  border-radius: 70px;
  z-index: 88;
}

.main_middle .col-lg-6:nth-child(2) {
  background: #fff;
  margin: 50px 0 50px 0;
}

.main_middle .col-lg-6 .text_middle {
  padding: 50px 20px;
}

.main_middle .col-lg-6 .text_middle h2 {
  color: #3777a0;
  font-weight: 700;
}

.main_middle .col-lg-6 .text_middle h5 {
  color: #3777a0;
  font-weight: 700;
}

.main_middle .col-lg-6 .text_middle p {
  color: #3777a0;
  text-align: justify;
}

.main_middle .col-lg-6 .input_middle {
  padding: 0 20px;
  font-size: 15px;
}

.main_middle .col-lg-6 .input_middle input {
  width: 200px;
  height: 50px;
  color: #3777a0;
  border: 1px solid #d84779;
  padding-left: 10px;
  transition: 0.5s;
}

.main_middle .col-lg-6 .input_middle input:focus::placeholder {
  transition: 0.5s;
  color: #fff;
  padding-left: 10px;
}

.main_middle .col-lg-6 .input_middle input::placeholder {
  transition: 0.5s;
  color: #3777a0;
}

.main_middle .col-lg-6 .input_middle select {
  width: 200px;
  height: 50px;
  color: #3777a0;
  border: 1px solid #d84779;
  padding-left: 10px;
  transition: 0.5s;
}

.main_middle .col-lg-6 .input_middle input:focus {
  color: #3777a0;
  transition: 0.5s;
  border: 1px solid #d84779;
  padding-left: 10px;
}

.main_middle .col-lg-6 .send a {
  color: #fff;
  background: #d84779;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  font-weight: 700;
}

.main_bottom {
  width: 100%;
  height: 100%;
  margin: 50px 0 0 0;
}

.main_bottom .swiper-slide {
  width: 400px;
  height: 200px;
  border: 1px solid #3777a0;
  border-radius: 15px;
}

.main_bottom .swiper-slide .img_section {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_bottom .swiper-slide .img_section img {
  width: 130px;
  height: 130px;
}

.main_bottom .swiper-slide .text_section a {
  color: #3777a0;
  text-decoration: none;
}

.main_bottom .swiper-wrapper {
  margin-bottom: 50px;
}

footer {
  background: #3777a0;
}

footer .footer_top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
}

footer .footer_top h3 {
  font-size: 15px;
  color: #fff;
}

footer .hr {
  width: 100%;
  height: 1px;
  background: #fff;
}

footer h6 {
  color: #fff;
  font-size: 24px;
  padding: 20px 0;
}

footer a {
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}

footer li a:hover {
  padding-left: 10px;
  text-decoration: none;
  color: #fff;
}

footer .col-lg-6 .text_footer input {
  width: 70%;
  height: 50px;
  border: none;
  padding: 10px;
}

footer .col-lg-6 .text_footer input:focus {
  border: none;
}

footer .col-lg-6 .text_footer input::placeholder {
  padding-left: 10px;
  border: none;
}

footer .col-lg-6 .text_footer a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  border-radius: 5px;
  background: #d84779;
}

footer .col-lg-6 .text_footer a:hover {
  text-decoration: none;
  color: #fff;
  background: #3777a0;
  border: 1px solid #fff;
}

footer .footer_bottom {
  padding: 20px 0;
}

footer .footer_bottom h7 {
  color: #fff;
}

footer .footer_bottom h7 a {
  color: #fff;
  text-decoration: double;
}

.news_about .news_recently img {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  border-radius: 10px;
  object-fit: cover;
}

.news_about .news_recently a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  /* fallback */
  max-height: 50px;
  /* fallback */
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

/* .news_about .news_recently a::after {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
} */

/* About Center Page Style */

.center_header {
  background: rgba(0, 0, 0, 0.5) url(/img/aboutcenter.png);
  background-color: rgba(41, 35, 35, 0.75);
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: darken;
}

.center_header h1 {
  text-align: center;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 10px;
}

.center_header p {
  text-align: center;
  color: #fff;
  padding-bottom: 60px;
}

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

.history_center .history_block .col-lg-6 img {
  border-radius: 30px;
}

.history_center .history_block .col-lg-6 h3 {
  color: #3777a0;
  font-size: 1.5rem;
}

.history_center .history_block .col-lg-6 p {
  color: #3777a0;
  text-align: justify;
}

.history_center .history_block:nth-child(2) {
  background: #3777a0;
}

.history_center .history_block:nth-child(2) h3 {
  color: #fff;
}

.history_center .history_block:nth-child(2) p {
  color: #fff;
}

.history_center .history_block:nth-child(2) a {
  color: #fff;
  font-size: 20px;
}

.about_center .center_section .img_center {
  height: 696px;
  width: 100%;
  border: 5px solid #353a3d;
  margin-top: 50px;
}

.news_main {
  background: #f9f9f9;
}

.news_main .col-lg-4 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.news_main .col-lg-4 img {
  width: 100%;
  min-height: 240px;
  border-radius: 10px;
}

.news_main .col-lg-4 .text_news {
  background: #fff;
  padding: 0 10px;
}

/* .news_card {
  border-radius: 0px;
  margin: 5px;
  padding: 0;
  box-shadow: rgba(7, 149, 215, 0.16) 0px 3px 6px,
    rgba(0, 0, 0, 0.23) 0px 3px 6px;
} */
.news_main .col-lg-4 p {
  padding: 15px 0 0 10px;
}

.news_main .col-lg-4 h4 {
  padding: 0 0 0 15px;
  font-size: 18px;
  color: #3777a0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* line-height: 16px; fallback */
  max-height: 150px;
  /* fallback */
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.news_main .button_news {
  display: flex;
  justify-content: end;
  margin-right: 20px;
  padding-bottom: 20px;
}

.news_main .button_news a {
  background: #fff;
  color: #3777a0;
  border: 1px solid #d84779;
  text-decoration: none;
  padding: 10px;
  transition: 0.5s;
}

.news_main .col-lg-4:hover .button_news a {
  background: #d84779;
  color: #fff;
}

.news_main .col-lg-4 .button_news a:hover {
  background: #3777a0;
  color: #fff;
}

.news_about {
  color: #3777a0;
}

.structure_center .col-lg-10 {
  background: #fff;
  border-radius: 10px;
  box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.3);
}

.structure_center .col-lg-10 .text_structure h2 {
  color: #3777a0;
  font-weight: 700;
}

.about_center .center_section .text_section p {
  color: #3777a0;
  font-weight: 700;
}

.doctors_center .col-lg-4 {
  background: #fff;
  text-align: center;
  background: #fcfcfc;
  border: 5px solid #fff;
  border-radius: 10px;
  /* box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2); */
}

.doctors_center .col-lg-4 h5 {
  color: #3777a0;
  font-weight: 700;
}

.documents_center .col-lg-12 {
  border: 1px solid #3777a0;
  color: #3777a0;
}

.polyclinic_center {
  color: #3777a0;
}

.polyclinic_center .col-lg-6 {
  width: 100%;
  height: 300px;
  border: 1px solid #3777a0;
}

.polyclinic_center h4 {
  text-align: center;
}

.polyclinic_center p {
  text-align: center;
}

.functionaldiagnostic_center {
  color: #3777a0;
}

.functionaldiagnostic_center .col-lg-4 {
  width: 100%;
  height: 300px;
  border: 1px solid #3777a0;
  margin-bottom: 30px;
}

.services_center .img-service {
  height: 200px;
  overflow: hidden;
}

.services_center .text_service h5 {
  color: #3777a0;
  text-align: center;
  font-weight: 700;
}

.services_center .col-lg-4 {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

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

.services_center .col-lg-4:hover .text_service .services_button a {
  background: #d84779;
  color: #fff;
  border: none;
}

.services_center .text_service .services_button a {
  border: 1px solid #3777a0;
  padding: 10px 20px;
  text-decoration: none;
  transition: 0.5s;
}

.services_center .col-lg-4 .text_service .services_button a:hover {
  background: #3777a0;
  color: #fff;
}

.emergency_center {
  color: #3777a0;
}

.img-stationar {
  border-radius: 15px;
}

.emergency_center .col-lg-12 h3 {
  font-weight: 700;
  font-size: 35px;
}

.emergency_center .col-lg-3 {
  text-align: center;
  margin-top: 20px;
}

.emergency_center .col-lg-3 .img_emergency img {
  border-radius: 10px 10px 0 0;
}

.emergency_center .col-lg-3 .text_emergency {
  margin-top: -1px;
  background: #fff;
  z-index: 999;
  border: 1px solid #d84779;
  border-radius: 0 0 10px 10px;
}

@media (max-width: 1199px) {
  .header_bottom .mySwiper_one h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .header_nav .responsive-menu {
    display: block;
  }

  .header_nav .menu_xl {
    display: none;
  }

  .header_nav .responsive-h3 {
    width: 200px;
    font-size: 12px;
    text-align: center;
    color: #3777a0;
  }

  .header_nav .responsive-menu .dropdown-toggle {
    font-size: 12px;
  }

  .header_nav .responsive-menu .dropdown-item {
    font-size: 12px;
  }

  .main_top .col-lg-4 img {
    width: 100%;
    height: 100%;
  }

  .main_middle .send {
    padding-bottom: 20px;
  }

  .main_middle .col-lg-6 .input_middle {
    padding: 0 20px;
    font-size: 15px;
  }

  .main_middle .col-lg-6 .input_middle select {
    height: 50px;
    color: #3777a0;
    border: 1px solid #d84779;
    padding-left: 10px;
    transition: 0.5s;
    font-size: 12.5px;
  }

  .main_middle .col-lg-6 .input_middle input {
    height: 50px;
    color: #3777a0;
    border: 1px solid #d84779;
    padding-left: 10px;
    transition: 0.5s;
  }

  .main_bottom .swiper .img_section img {
    margin: 0;
    padding: 0;
    width: 100px;
    height: 100px;
  }

  .main_bottom .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main_bottom .swiper-slide .img_section {
    margin: 0;
    padding: 0;
  }

  .main_bottom .swiper-slide .text_section {
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-align: center;
  }

  footer .footer_top {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  footer .footer_top h3 {
    font-size: 12px;
  }

  /* footer .footer_top img {
    margin-left: -50px;
  } */

  section .section_middle #second-slider {
    padding: 0;
  }

  section .section_middle #second-slider img {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding-top: 10px;
  }

  section .section_middle #second-slider .btn_middle-two {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  section .section_middle #second-slider .btn_middle-two a {
    padding: 5px;
    font-size: 12px;
  }

  section .section_middle #second-slider p {
    /* padding: 20px 0 0 20px; */
    font-size: 12px;
    padding: 0;
  }

  section .section_middle #second-slider h4 {
    font-size: 15px;
    height: 95px;
    overflow: hidden;
    padding: 0;
    color: #4b7569 !important;
    margin: 5px;
  }

  footer .col-lg-6 {
    margin-bottom: 30px;
  }
}

@media (max-width: 976px) {

  .main_top .col-lg-4:nth-child(2),
  .main_top .col-lg-4:nth-child(3) {
    margin-top: 20px;
  }

  section .col-lg-6 .sm_top {
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .main_middle .col-lg-6 .input_middle input {
    width: 150px;
    height: 50px;
  }

  .main_middle .col-lg-6 .input_middle select {
    width: 150px;
  }
}