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

html, body {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  text-rendering: optimizeLegibility;
  min-width: 340px;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  scrollbar-width: none;
  overflow-x: hidden;
  color: #000;
  overflow-anchor: none;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  position: relative;
  overflow: visible;
}

.container {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 992px) {
  .container {
    padding: 0 10px;
  }
}

h1, .h1 {
  position: relative;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
  padding: 30px 0 0;
}

h2, .h2 {
  position: relative;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 55px;
}
@media screen and (max-width: 992px) {
  h2, .h2 {
    margin: 0 0 30px;
  }
}
h2 span, .h2 span {
  color: #95C11F;
}

h3, .h3 {
  position: relative;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 600;
  line-height: 1.2;
margin: 20px 0 20px;
}
@media screen and (max-width: 992px) {
  h3, .h3 {
    margin: 20px 0 20px;
  }
}
h3 span, .h3 span {
  color: #95C11F;
}

h4, .h4 {
  position: relative;
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: 600;
  line-height: 1.2;
margin: 20px 0 20px;
}
@media screen and (max-width: 992px) {
  h4, .h4 {
    margin: 20px 0 20px;
  }
}
h4 span, .h4 span {
  color: #95C11F;
}


a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
color: #007843;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
color: #007843;
}
a:hover::before {
  color: #007843;
border-bottom: 1px dashed #007843;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

p {
  margin: 0 0 15px;
  line-height: 1.6;
  font-size: clamp(14px, 1vw, 16px);
}

input {
  outline: none;
}

section {
  margin: 80px 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  section {
    margin: 40px 0;
  }
}

.hidden {
  display: none;
}
._button {
  border: 1px solid #95C11F;
  color: #95C11F;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
  font-size: 15px!important;
  border-radius: 10px;
  height: 47px;
  padding: 0 30px;
}
._button:hover {
  background: #95C11F;
  color: #fff;
}
/*button*/
button {
  outline: none;
  background: transparent;
  border: none;
  cursor: pointer;
}

.btn {
  background: transparent;
  border-radius: 50px;
  padding: 0 20px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #95C11F;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  border: 2px solid #95C11F;
  text-transform: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
}
.btn:hover {
  background: #fff;
  color: #95C11F;
}
@media screen and (max-width: 1200px) {
  .btn {
    height: 44px;
    font-size: 16px;
  }
}
.btn._white {
  border: 1px solid transparent;
  color: #95C11F;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
}
.btn._white:hover {
  background: #95C11F;
  color: #fff;
}

.btn._green {
  border: 1px solid #95C11F;
  color: #95C11F;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
  font-size: 17px;
  border-radius: 10px;
  height: 47px;
  padding: 0 30px;
}
.btn._green:hover {
  background: #95C11F;
  color: #fff;
}
.btn.min {
  height: 40px;
  font-size: 12px;
  font-weight: 400;
}
.btn.big {
  height: 98px;
  padding: 0 118px;
}
@media screen and (max-width: 768px) {
  .btn.big {
    height: 43px;
    padding: 0 20px;
    width: 100%;
  }
}
.btn._ban {
  background: rgba(149, 193, 31, 0.5019607843);
  border-radius: 20px;
  font-size: 24px;
  padding: 0 45px;
}
@media screen and (max-width: 768px) {
  .btn._ban {
    font-size: 20px;
    padding: 0 20px;
  }
}
.btn._ban:hover {
  color: #333;
}

/*header*/
.header_up {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
}
@media screen and (max-width: 992px) {
  .header_up {
    display: none;
  }
}
.header_up .header_up_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
}
@media screen and (max-width: 992px) {
  .header_up .header_up_link {
    gap: 10px;
  }
}
.header_up .header_up_link a {
  color: #fff;
}
@media screen and (max-width: 992px) {
  .header_up .header_up_link a {
    font-size: 14px;
  }
}
.header_up .header_up_link a:hover {
  color: #95C11F;
}

.header_contact {
  position: absolute;
  left: 0;
  right: 0;
  top: 45px;
  z-index: 10;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .header_contact {
    display: none;
  }
}
.header_contact a {
  color: #fff;
}
.header_contact a:hover {
  color: #fff;
}
.header_contact a:hover i {
  color: #fff;
}
.header_contact .header_contact_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_contact .header_contact_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media screen and (max-width: 1200px) {
  .header_contact .header_contact_wrap {
    gap: 18px;
  }
}
.header_contact .header_contact_wrap .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.header_contact .header_contact_wrap .social a {
  margin: auto;
  height: 18px;
}
.header_contact .header_contact_wrap .social a:hover i {
  color: #95C11F;
}
.header_contact .header_contact_wrap .social a:hover svg path {
  fill: #95C11F;
}
.header_contact .header_contact_wrap .social svg {
  height: 100%;
}
.header_contact i {
  color: #fff;
}
.header_contact .phone {
  color: #fff;
}
.header_contact .phone a {
  color: #fff;
}
.header_contact .phone a:hover {
  color: #fff;
}
.header_contact .glasses {
  color: #fff;
  margin-right: 40px;
}

header {
  position: absolute;
  left: 0;
  right: 0;
  top: 95px;
  z-index: 9;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 992px) {
  header {
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  header {
    top: 0;
    -webkit-box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 99;
  }
  header .container {
    padding: 0;
  }
}
header.fix {
  top: 0;
}
header .head_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 33px;
  background: rgba(227, 227, 227, 0.2);
  border-radius: 20px;
  padding: 16px 30px;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  header .head_row {
    padding: 7px 20px;
    gap: 10px;
  }
}
header .search {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 480px) {
  header .head_row {
    padding: 7px 20px;
    justify-content: space-between;
  }
	header .search {
	  margin: 0;
	}
}
header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
header .logo span {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  header .logo span {
    font-size: 10px;
  }
}
header .mobile_burger_dop {
  display: none;
  color: #fff;
}
@media screen and (max-width: 992px) {
  header .mobile_burger_dop {
    display: block;
  }
}
header .mobile_burger {
  color: #fff;
}
@media screen and (max-width: 992px) {
  header .mobile_burger {
    display: none;
  }
}
header .mobile_burger:hover i {
  color: #95C11F;
}
header .search {
  color: #fff;
}
header nav {
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  header nav {
    display: none;
  }
}
header nav ul {
  list-style: none;
}
header nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  gap: 50px;
  font-size: 17px;
  font-weight: 600;
}
header nav > ul > li > a {
  color: #fff;
  height: 100%;
  padding: 25px 0;
}
header nav > ul > li > a:hover {
  color: #95C11F;
}
header nav .dropdown:hover > a + .sub_menu {
  display: block;
}
header nav .dropdown > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header nav .dropdown .sub_menu {
  width: 250px;
  position: absolute;
  top: 65px;
border-radius: 15px;
  padding: 20px 0;
  background: #fff;
  font-size: 12px;
  text-transform: none;
  display: none;
}
header nav .dropdown .sub_menu li {
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0 5px 0 20px;
}
header nav .dropdown .sub_menu li a {
  color: #000;
}
header nav .dropdown .sub_menu li a:hover {
  color: #95C11F;
}
header nav .dropdown .sub_menu .sub_menu {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  display: none;
}

.header_fix.fix .header_contact {
  display: none;
}
.header_fix.fix header {
  top: 15px;
}
.header_fix.fix .head_row {
  background: rgba(0, 0, 0, 0.4392156863);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#page .header_contact_row {
  color: #000;
}
#page .header_contact_row i, #page .header_contact_row a {
  color: #000;
}
#page .header_contact_row svg, #page .header_contact_row path {
  fill: #000;
}

/*main_banner*/
.main_banner_row {
  height: 934px;
}
@media screen and (max-width: 1200px) {
  .main_banner_row {
    height: 800px;
  }
}
@media screen and (max-width: 992px) {
  .main_banner_row {
    height: 700px;
  }
}
@media screen and (max-width: 768px) {
  .main_banner_row {
   /* height: 400px;*/
  }
}
.main_banner_row .item_banner {
  position: relative;
}
.main_banner_row .item_banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_banner_row .title {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1500px;
  margin: 0 auto;
  font-size: clamp(20px, 4vw, 64px);
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding: 0px 20px;
}
.main_banner_row .title .link {
  color: #38D430;
}
.main_banner_row .btn {
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .main_banner_row .btn {
    margin: 20px 0 0;
  }
}
.main_banner_row .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
}
.main_banner_row .swiper-pagination-bullet-active {
  background: #38D430;
  width: 12px;
  height: 12px;
}
.main_banner_row .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  bottom: 85px;
}
@media screen and (max-width: 992px) {
  .main_banner_row .swiper-pagination {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .main_banner_row .swiper-button-next, .main_banner_row .swiper-button-prev {
    display: none;
  }
}
.main_banner_row .swiper-button-next, .main_banner_row .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 10%;
  right: 80px;
  left: auto;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(51, 51, 51, 0.1019607843);
  border-radius: 4px;
  background: #fff;
  color: #000;
  font-size: 14px;
}
.main_banner_row .swiper-button-next::after, .main_banner_row .swiper-button-prev::after {
  content: "";
}
.main_banner_row .swiper-button-prev {
  right: 120px;
}

/*admission*/
.admission_row {
  max-height: 524px;
  overflow: hidden;
  border-radius: 4px;
  background: #95C11F;
  color: #fff;
  position: relative;
}
.admission_row .img {
  width: 100%;
  max-width: 812px;
  position: relative;
  margin: 0 0 0 auto;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 1200px) {
  .admission_row .img {
    max-width: 40%;
    height: 300px;
  }
}
.admission_row .img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.85%, #96C220), color-stop(36.54%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #96C220 2.85%, rgba(255, 255, 255, 0) 36.54%);
  -webkit-transform: translate(-5px, 0);
          transform: translate(-5px, 0);
}
@media screen and (max-width: 767px) {
  .admission_row .img img {
    display: none;
  }
}
.admission_row .desc_row {
  position: absolute;
  inset: 50px 70px;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 56px;
}
@media screen and (max-width: 1200px) {
  .admission_row .desc_row {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .admission_row .desc_row {
    inset: 30px;
  }
}
.admission_row .title {
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 20px;
}
@media screen and (max-width: 1200px) {
  .admission_row .title {
    font-size: 24px;
    margin: 0;
  }
}
.admission_row ul {
  padding-left: 20px;
}
.admission_row ul li {
  line-height: 1.6;
  font-size: 20px;
  margin: 0 0 10px;
}
@media screen and (max-width: 1200px) {
  .admission_row ul li {
    font-size: 14px;
  }
}
.admission_row:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*news*/
.events {
  position: relative;
}
.events .container {
  position: relative;
}

.events_row .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .events_row .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
.events_row + .btn {
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .events_row + .btn {
    position: relative;
    margin: 20px auto 0;
  }
}

.news {
  position: relative;
}
.news .container {
  position: relative;
}
.news .all_news {
  margin: 50px auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.news .news_row .swiper-wrapper, .news .news_bl_row .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .news .news_row .swiper-wrapper, .news .news_bl_row .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
.news .news_row + .btn, .news .news_bl_row + .btn {
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .news .news_row + .btn, .news .news_bl_row + .btn {
    position: relative;
    margin: 20px auto 0;
  }
}
.news .news_row[data-size="3/1"], .news .news_bl_row[data-size="3/1"] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media screen and (max-width: 1200px) {
  .news .news_row[data-size="3/1"], .news .news_bl_row[data-size="3/1"] {
    gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .news .news_row[data-size="3/1"], .news .news_bl_row[data-size="3/1"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .news .news_row[data-size="3/1"], .news .news_bl_row[data-size="3/1"] {
    grid-template-columns: 1fr;
  }
}
.news .news_row[data-size="3/1"] .desc_row, .news .news_bl_row[data-size="3/1"] .desc_row {
  padding: 25px;
}
.news .news_row[data-size="3/1"] .desc_row .desc, .news .news_bl_row[data-size="3/1"] .desc_row .desc {
  min-height: 120px;
}
@media screen and (max-width: 768px) {
  .news .news_row[data-size="3/1"] .desc_row .desc, .news .news_bl_row[data-size="3/1"] .desc_row .desc {
    min-height: 80px;
  }
}
.news._page {
  margin: 0 0 50px;
}
@media screen and (max-width: 992px) {
  .news._page .news_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
@media screen and (max-width: 680px) {
  .news._page .news_row {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 992px) {
  .news._page .item_new {
    width: 100%;
  }
}

.item_new {
  border: 1px solid #E5E5E5;
  overflow: hidden;
    margin-bottom: 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: #000;
}

.item_new .img {
  position: relative;
  max-height: 330px;
  overflow: hidden;
}
.news_img .img {
  position: relative;
  max-height: 550px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .item_new .img {
    max-height: 190px;
  }
}
.item_new .img::before {
  content: "";
  display: block;
  padding: 100% 0 0;
}
.item_new .img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  inset: 0;
}
.item_new .desc_row {
  padding: 42px 42px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .item_new .desc_row {
    padding: 14px 18px;
  }
}
.item_new .desc {
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .item_new .desc {
    font-size: 10px;
  }
}
.item_new .tags {
  margin: 20px 0 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #95C11F;
}
@media screen and (max-width: 1200px) {
  .item_new .tags {
    margin: 20px 0;
  }
}
.item_new .tags span {
  font-size: 12px;
  border-radius: 4px;
  border: 0.7px solid #95C11F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  padding: 0 9px;
}
.item_new .tags span:hover {
  background: #95C11F;
  color: #fff;
}
.item_new .date {
  font-size: 13px;
  color: #fff;
  background: #95C11F;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px;
  border: 0.7px solid #95C11F;
  border-radius: 4px;
  margin: 0 0 20px;
}
.item_new .data_row {
  margin: auto 0 0;
}

/*resources*/
.resources {
  position: relative;
}
.resources .swiper-button-next {
  right: -60px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(51, 51, 51, 0.1019607843);
  border-radius: 4px;
  background: #fff;
}
@media screen and (max-width: 1600px) {
  .resources .swiper-button-next {
    right: -10px;
  }
}
.resources .swiper-button-next::after {
  font-size: 20px;
  color: #000;
}
.resources .swiper-button-prev {
  left: -60px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(51, 51, 51, 0.1019607843);
  border-radius: 4px;
  background: #fff;
}
@media screen and (max-width: 1600px) {
  .resources .swiper-button-prev {
    left: -10px;
  }
}
.resources .swiper-button-prev::after {
  font-size: 20px;
  color: #000;
}

.all_resources .item {
  border: 1px solid #E5E5E5;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .all_resources .item {
    width: 300px;
  }
}
.all_resources .item .img {
  position: relative;
  height: 125px;
}
@media screen and (max-width: 1200px) {
  .all_resources .item .img {
    height: 118px;
  }
}
.all_resources .item .img img {
  position: absolute;
  inset: 0;
  height: auto;
  margin: auto;
}
.all_resources .item .img::before {
  content: "";
  display: block;
  padding: 100% 0 0;
}

/*news_page*/
.news_wrap {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 50px;
}
@media screen and (max-width: 992px) {
  .news_wrap {
    grid-template-columns: 1fr;
  }
}

aside.right {
  display: grid;
  grid-template-columns: 261px 1fr;
  gap: 55px;
}
@media screen and (max-width: 992px) {
  aside.right {
    display: none;
  }
}
aside .news_row .item_new {
  margin: 0 0 50px;
}
@media screen and (max-width: 992px) {
  aside .news_row .item_new {
    width: 100%;
  }
}
aside .news_row .item_new .img {
  max-height: 427px;
}
aside .news_row .date {
  margin: 50px 0 50px;
}
@media screen and (max-width: 992px) {
  aside .news_row .date {
    margin: 20px 0;
  }
}

.news_contact {
  border: 1px solid #95C11F;
 border-radius: 15px;
  padding: 26px 36px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .news_contact {
    padding: 15px;
    font-size: 14px;
  }
}
.news_contact i {
  color: #999999;
}
.news_contact a {
  color: #007843;
}

.right_events {
  border: 1px solid #E5E5E5;
    border-radius: 20px;
  padding: 20px;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  top: 0;
  position: sticky;
}
.right_events::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -28px;
  height: 100%;
  width: 1px;
  background: #E5E5E5;
}
.right_events .title {
  font-size: 20px;
  font-weight: 600;

  text-align: center;
  margin: 0 0 5px;
}
.right_events .date {
  color: #888888;
  font-size: 13px;
  text-align: center;
}
.right_events .right_events_row {
  display: grid;
  gap: 15px;
  margin: 15px 0;
}
.right_events .right_events_row .time {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
/*.right_events .right_events_row .time::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 1px;
  background: #E5E5E5;
  z-index: -1;
}*/
.right_events .right_events_row .time span {
  background: #fff;
  padding: 0 5px;
}
.right_events .right_events_row .desc {
  padding: 15px 0;
  color: #007843;
  display: block;
}
.right_events .btn {
  margin: 0 auto;
  height: 50px;
}

.right_rubric .title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px;
}
.right_rubric ul {
  padding: 20px 0 10px;
  list-style: none;
  position: relative;
}
.right_rubric ul::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #E5E5E5;
}
.right_rubric ul li {
  margin: 0 0 5px;
  color: #000;
  font-size: 16px;
}
.right_rubric ul li a {
  color: #000;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;

}
.right_rubric ul li a.active, .right_rubric ul li a:hover {
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #95C11F;
  padding: 0 22px;
  text-decoration: none;
}
.right_rubric .all_search {
  display: block;
  margin: 30px 0;
  color: #007843;
  line-height: 1.6;
}
.right_rubric .add_link {
  display: block;
  border: 1px solid #E5E5E5;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  color: #000;
  margin: 0 0 5px;
}
.right_rubric .message_link {
  display: block;
  color: #38D430;
  line-height: 1.6;
  margin: 0 0 30px;
}
.right_rubric .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
.right_rubric .social a {
  color: #000;
  font-size: 26px;
  line-height: 0;
}
.right_rubric .social a svg {
  width: 26px;
  height: 26px;
}

/*contacts*/
@media screen and (max-width: 1200px) {
  .contacts_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .contacts_row {
    grid-template-columns: 1fr;
  }
}

.contacts {
  display: grid;
  grid-template-columns: 1fr 356px;
  gap: 30px;
  margin: 0 0 30px;
}
@media screen and (max-width: 1200px) {
  .contacts {
    grid-template-columns: 1fr;
  }
}
.contacts .contact_info {
  border: 1px solid #E5E5E5;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  overflow: hidden;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
@media screen and (max-width: 768px) {
  .contacts .contact_info {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.contacts .address {
  position: relative;
}
.contacts .map_contact {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
}
@media screen and (max-width: 1200px) {
  .contacts .map_contact {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 768px) {
  .contacts .desc_contact {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.contacts .desc_contact .title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 30px;
}
.contacts .info_row {
  padding: 25px 32px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .contacts .info_row {
    padding: 20px;
  }
}
.contacts .info_item {
  margin: 0 0 20px;
}
.contacts .adress_row {
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 1;
  padding: 0 25px 25px 25px;
}
.contacts .adress_row .title {
  font-weight: 600;
  color: #fff;
}
.contacts .info_title {
  font-size: 12px;
  margin: 0 0 7px;
  color: #999;
}
.contacts .info_time_text {
  font-size: 14px;
}
.contacts .info_address {
  font-size: 18px;
  line-height: 1.2;
}
.contacts .info_phone_link {
  display: table;
  color: #333;
}
.contacts .info_phone_link:hover {
  color: #95C11F;
}
.contacts .info_link {
  display: table;
  color: #333;
}
.contacts .btn_green {
  border: 1px solid rgba(149, 193, 31, 0.3490196078);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  font-size: 14px;
  color: #95C11F;
  border-radius: 4px;
}
.contacts .btn_green:hover {
  background: #95C11F;
  color: #fff;
}
.contacts .info_img {
  position: relative;
}
.contacts .info_img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1200px) {
  .contact_table_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .contact_table_row {
    grid-template-columns: 1fr;
  }
}
.contact_table_row .item {
  display: grid;
  grid-template-columns: 350px 213px 1fr;
  grid-template-rows: 1.5fr 1fr 1fr;
  grid-auto-flow: column;
  gap: 0 15px;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding: 22px 22px 10px;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .contact_table_row .item {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-auto-flow: row;
  }
}
.contact_table_row .item a {
  color: #000;
}
.contact_table_row .item a:hover {
  color: #95C11F;
}
.contact_table_row .item:first-child {
  border-top: 1px solid #E5E5E5;
}
@media screen and (max-width: 1200px) {
  .contact_table_row .item {
    border: 1px solid #E5E5E5;
  }
  .contact_table_row .item div {
    margin: 0 0 10px;
    line-height: 1.6;
  }
}
.contact_table_row .item[data-type=min] {
  grid-template-rows: 1.5fr 1fr 0fr;
  margin: 0 0 63px;
    border-radius: 15px;
  border: 1px solid #E5E5E5;
}
@media screen and (max-width: 992px) {
  .contact_table_row .item[data-type=min] {
    margin: 0 0 10px;
  }
}
.contact_table_row .item[data-type=min] .title {
  margin: 0;
}
.contact_table_row .item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
}
.contact_table_row .item .title span {
  font-weight: 400;
  display: block;
}
.contact_table_row .item .title span:last-child {
  margin: 0 0 10px;
}
.contact_table_row .item i {
  color: #B8B8B8;
  position: relative;
  top: 5px;
}
.contact_table_row .item .time, .contact_table_row .item .phone, .contact_table_row .item .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  line-height: 1.6;
}
.contact_table_row .item .address {
  grid-column: 2/4;
  grid-row: 3;
}
@media screen and (max-width: 1200px) {
  .contact_table_row .item .address {
    grid-column: auto;
    grid-row: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/*page*/
.info_college_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .info_college_row {
    grid-template-columns: 1fr;
  }
}
.info_college_row .item {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #999;
}
.info_college_row .item .title {
  font-size: 12px;
  margin: 0 0 12px;
}
.info_college_row .item .text {
  margin: 0 0 20px;
  min-height: 134px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .info_college_row .item .text {
    min-height: auto;
  }
}

@media screen and (max-width: 1400px) {
  .level_college_row .filter .custom-select-trigger {
    padding: 0px 60px 0px 30px;
  }
}
@media screen and (max-width: 992px) {
  .level_college_row .filter .custom-select-trigger {
    font-size: 14px;
    padding: 0px 40px 0px 20px;
  }
}
.level_college_row .filter_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 37px;
}
@media screen and (max-width: 768px) {
  .level_college_row .filter_row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.level_college_row .select_sources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.level_college_row .select_sources .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 25px;
}
.level_college_row .level_college_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 37px;
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .level_college_row .level_college_list {
    grid-template-columns: 1fr;
  }
}
.level_college_row .level_college_list + .btn {
  margin: 50px auto;
}
.level_college_row .level_college_list .item {
  border: 1px solid #BDBDBD;
  border-radius: 4px;
}
.level_college_row .level_college_list .item .img {
  position: relative;
  max-height: 248px;
}
@media screen and (max-width: 420px) {
  .level_college_row .level_college_list .item .img {
    max-height: 155px;
  }
}
.level_college_row .level_college_list .item .img img {
  position: absolute;
  inset: 0;
}
.level_college_row .level_college_list .item .img::before {
  content: "";
  display: block;
  padding: 77% 0 0;
}
.level_college_row .level_college_list .item .desc_info {
  padding: 20px 30px;
}
@media screen and (max-width: 1300px) {
  .level_college_row .level_college_list .item .desc_info {
    padding: 14px;
  }
}
.level_college_row .level_college_list .item .title {
  min-height: 80px;
  font-size: clamp(10px, 1.5vw, 20px);
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .level_college_row .level_college_list .item .title {
    min-height: 40px;
  }
}
.level_college_row .level_college_list .item .more_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
}
@media screen and (max-width: 1200px) {
  .level_college_row .level_college_list .item .more_link {
    gap: 9px;
  }
}
.level_college_row .level_college_list .item .more_link .btn {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .level_college_row .level_college_list .item .more_link .btn {
    font-size: clamp(6px, 0.8vw, 10px);
    padding: 0 20px;
  }
}

.doc_list_row .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  margin: 0 0 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .doc_list_row .item {
    gap: 11px;
  }
}
.doc_list_row .item span {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  border: 6px solid #95C11F;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .doc_list_row .item span {
    width: 12px;
    height: 12px;
    border: 2px solid #95C11F;
  }
}

.doc_list_2 .item span {
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  .doc_list_2 .item span {
    width: 12px;
    height: 12px;
    border: 2px solid #95C11F;
    top: 5px;
    position: relative;
  }
}

.full_banner {
  background: #95C11F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 380px;
  text-align: center;
  margin: 90px 0 0;
}
@media screen and (max-width: 992px) {
  .full_banner {
    height: 153px;
  }
}
.full_banner .title {
  color: #fff;
  font-size: clamp(18px, 3vw, 40px);
  font-weight: 600;
  margin: 0 0 58px;
}
@media screen and (max-width: 992px) {
  .full_banner .title {
    margin: 0 0 20px;
  }
}
.full_banner .more {
  background: transparent;
  padding: 0 80px;
  height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  color: #000;
  border: 1px solid #FFFFFF;
}
@media screen and (max-width: 992px) {
  .full_banner .more {
    font-size: 14px;
    height: 32px;
    padding: 0 20px;
  }
}
.full_banner .more:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 1px solid #FFFFFF;
}

.link_color {
  color: #9b5de5;
}

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

.director_row {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 30px;
  background: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 1400px) {
  .director_row {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  .director_row {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .director_row .desc_info {
    padding: 0 20px;
  }
}

.director_img {
  border-radius: 35px;
  overflow: hidden;
  max-width: 300px;
  max-height: 300px;
  position: relative;
}
.director_img img {
  position: absolute;
  inset: 0;
}
.director_img::before {
  content: "";
  display: block;
  padding: 100% 0 0;
}

@media screen and (max-width: 1400px) {
  .director_info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 640px) {
  .director_info .info_row {
    padding: 0 20px;
  }
}
.director_info .title {
  font-size: 12px;
  color: #666666;
}
.director_info .text {
  font-size: 17px;
  color: #000;
}

.director_contact {
  margin: 30px 0 30px;
  padding: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
  border-top: 1px solid #E5E5EB;
}
@media screen and (max-width: 640px) {
  .director_contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

/*sup_director*/
.sup_director .all_list {
  margin: 50px auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.sup_director_row {
  margin: 40px 0 0;
}
@media screen and (max-width: 992px) {
  .sup_director_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sup_director_row {
    grid-template-columns: 1fr;
  }
}
.sup_director_row .item {
    border-radius: 15px;
  display: grid;
  grid-template-columns: 235px 1fr;
  gap: 180px;
  border: 1px solid #E5E5E5;
  padding: 20px 40px;
  margin: 0 0 50px;
  min-height: 287px;
}
@media screen and (max-width: 992px) {
  .sup_director_row .item {
    grid-template-columns: 1fr;
    gap: 25px;
    margin: 0;
  }
}
.sup_director_row .item .title_row {
  height: 280px;
}
.sup_director_row .item .title_wrap {
  cursor: pointer;
}
.sup_director_row .item .img {
  border-radius: 35px;
  overflow: hidden;
  width: 235px;
  height: 235px;
}
.sup_director_row .item .name {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 14px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 992px) {
  .sup_director_row .item .name {
    width: auto;
  }
}
/*.sup_director_row .item .name::before {
  content: "";
  position: absolute;
  top: 40%;
  -webkit-transform: translate(80px, -50%) scale(1);
          transform: translate(80px, -50%) scale(1);
  right: 0;
  background: url(../img/arr_down.svg) no-repeat center;
  background-size: cover;
  width: 16px;
  height: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}*/
@media screen and (max-width: 992px) {
 /* .sup_director_row .item .name::before {
    -webkit-transform: translate(20px, -100%) scale(1);
            transform: translate(20px, -100%) scale(1);
  }*/
}
.sup_director_row .item ul {
  list-style: none;
margin-left:0px;
}
.sup_director_row .item ul li {
  line-height: 1.4;
  font-size: 12px;
margin-left:0px;
}
.sup_director_row .item .contact_row .item_cont {
  font-size: 16px;
  margin: 18px 0;
}
.sup_director_row .item .contact_row .item_cont span {
  color: #999;
  font-size: 12px;
  display: block;
}

/*link_decan*/
.link_block_row {
  display: grid;
  grid-template-columns: 432px 432px;
  gap: 100px;
}
@media screen and (max-width: 992px) {
  .link_block_row {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.link_block_row .item_link .link_color {
  display: block;
  margin: 0 0 10px;
}

.education_row_link {
  display: grid;
  gap: 33px;
}
.education_row_link .item {
  border: 2px solid #95C11F;
border-radius:15px;
  padding: 0 25px;
  height: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #000;
}
.education_row_link .item span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
  right: 15px;
  background: url(../img/arr_down.svg) no-repeat center;
  background-size: cover;
  width: 28px;
  height: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.education.theme-2 {
  margin-bottom: 0;
}
.education.theme-2 .btn {
  margin: 0 auto;
}
.education.theme-2 .education_row_link {
  margin: 0 0 50px;
}
.education.theme-2 .education_row_link .item {
  padding: 0 80px 0 25px;
}
.education.theme-2 .item_row {
  display: grid;
  gap: 5px;
}
.education.theme-2 .item_row .date {
  font-size: 12px;
  color: #38D430;
}
.education.theme-2 .item_row .desc {
  font-size: 16px;
  font-weight: 600;
}

/*direction*/
.direction .btn {
  margin: 0 auto;
}

.direction_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 200px;
}
@media screen and (max-width: 992px) {
  .direction_row {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .direction_row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.direction_row .item {
  margin: 0 0 50px;
}
.direction_row .item .title {
  margin: 0 0 5px;
  font-size: 12px;
}
.direction_row .item .spec {
  font-size: 16px;
  color: #38D430;
}

/*advantage*/  
.advantage_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px;
}
@media screen and (max-width: 992px) {
  .advantage_row {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .advantage_row {
    grid-template-columns: 1fr;
  }
}
.advantage_row .item {
  padding: 46px;
  background: #95C11F;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .advantage_row .item {
    padding: 20px;
  }
}
.advantage_row .item .title {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 30px;
}
@media screen and (max-width: 992px) {
  .advantage_row .item .title {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
.advantage_row .item .desc {
  font-size: 18px;
}

/*step_bl*/
.step_bl_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 54px;
}
@media screen and (max-width: 1200px) {
  .step_bl_row {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .step_bl_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.step_bl_row span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 20px;
  background: url(../img/arr_min.svg) no-repeat center;
  background-size: cover;
  width: 39px;
  height: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .step_bl_row span {
    display: none;
  }
}
.step_bl_row .btn {
  padding: 0 100px 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .step_bl_row .btn {
    padding: 0 60px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .step_bl_row .btn {
    padding: 0 20px;
  }
}

.date_block_row {
  margin: 50px 0;
}
.date_block_row .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 0 0 50px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .date_block_row .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin: 0 0 24px;
  }
}
.date_block_row .item .date {
  font-weight: 600;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.library_row .item {
  border: 1px solid #E5E5E5;
  padding: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  margin: 0 0 12px;
}
@media screen and (max-width: 768px) {
  .library_row .item {
    padding: 26px;
  }
}

.questions_row {
  margin: 0 auto;
  text-align: center;
}
.questions_row p {
  line-height: 1.6;
}
.questions_row .btn {
  margin: 40px auto 0;
}

.list_def {
  margin: 0 0 0 15px;
  font-size: 18px;
}
.list_def li {
  line-height: 1.6;
}

.list {
  margin: 0 0 0 15px;
  font-size: 16;
}
.list li {
  line-height: 1.6;
}

.gallery_dop .gallery_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 37px;
}
@media screen and (max-width: 768px) {
  .gallery_dop .gallery_row {
    grid-template-columns: 1fr;
  }
}
.gallery_dop .gallery_row .item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .gallery_dop .gallery_row .item {
    max-height: 230px;
  }
}
.gallery_dop .gallery_row .item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.gallery_dop .gallery_row .item .img {
  position: relative;
}
.gallery_dop .gallery_row .item .img img {
  position: absolute;
  inset: 0;
  max-height: 230px;
}
.gallery_dop .gallery_row .item .img::before {
  content: "";
  display: block;
  padding: 53% 0 0;
}
.gallery_dop .gallery_row .item .item_text {
  position: absolute;
  gap: 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  bottom: 0;
  left: 50px;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .gallery_dop .gallery_row .item .item_text {
    left: 24px;
    gap: 20px;
  }
}
.gallery_dop .gallery_row .item .item_text .count {
  font-size: 22px;
  font-weight: 600;
}
.gallery_dop .gallery_row .item .item_text .text {
  font-size: 12px;
}

.error404 {
  max-width: 992px;
  margin: 0 auto;
  text-align: center;
}
.error404 .btn {
  margin: 50px auto 0;
}

.p_contact_phone, .p_contact_time, .p_contact_mail {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  line-height: 1.4;
}
.p_contact_phone i, .p_contact_time i, .p_contact_mail i {
  color: #B8B8B8;
  position: relative;
  top: 3px;
}

.table-controls {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table-controls .column-counter {
  width: 40px;
  text-align: center;
}
.table-controls .nav_table_next,
.table-controls .nav_table_prev {
  background: transparent;
  border-radius: 50px;
  padding: 0 20px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #95C11F;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  border: 1px solid #95C11F;
  text-transform: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
}
.table-controls .nav_table_next:hover,
.table-controls .nav_table_prev:hover {
  background: #fff;
  color: #95C11F;
}

@media screen and (max-width: 992px) {
  .table_theme {
    overflow-x: auto;
  }
}
@media screen and (min-width: 992px) {
	table {
	 width: 100%!important;
	}
}
.table_theme table {
  width: 100%;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-collapse: collapse;
  table-layout: auto;
  font-size: 12px;
}
.table_theme table thead {
  background-color: #95C11F;
  position: sticky;
  top: 120px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.table_theme table thead th {
  color: #fff;
  padding: 20px 0;
}
.table_theme table tbody td {
  border-bottom: 1px solid #E5E5E5;
  padding: 30px;
  word-wrap: break-word;
}
.table_theme table tbody tr:nth-child(odd) {
  background: #fff;
}
.table_theme table tbody tr:nth-child(even) {
  background: #EFF9D5;
}

/*news_detail*/
.news_detail {
  margin: 0 0 50px;
}
.news_detail .item_new {
  margin: 0 0 40px;
  width: 100%;
}
.news_detail .item_new .img {
  max-height: 630px;
}
.news_detail .item_new .img::before {
  padding: 42% 0 0;
}
.news_detail .title {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0;
}
.news_detail .data_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 12px;
}
.news_detail .data_info .tag {
  background: #F8F8F8;
  border: 1px solid #E5E5E5;
  height: 32px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
}

/*events_slide*/
.events_slide_row .item {
  display: grid;
  gap: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  justify-items: center;
  cursor: pointer;
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  .events_slide_row .item {
    max-width: 80px;
  }
}
.events_slide_row .item.active .figure::before {
  width: 180px;
}
.events_slide_row .item.active .figure span::before {
  width: 100%;
}
.events_slide_row .item.open .figure::before {
  width: 0;
}
.events_slide_row .item:first-child {
  justify-items: start;
  margin: 0 !important;
}
.events_slide_row .item:first-child .desc {
  text-align: left;
}
.events_slide_row .item .num {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .events_slide_row .item .num {
    font-size: 14px;
  }
}
.events_slide_row .item .figure {
  position: relative;
}
.events_slide_row .item .figure span {
  width: 60px;
  height: 60px;
  background: #BDBDBD;
  border-radius: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .events_slide_row .item .figure span {
    width: 40px;
    height: 40px;
  }
}
.events_slide_row .item .figure span::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #95C11F;
  width: 0;
}
.events_slide_row .item .figure::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 180px;
  height: 7px;
  right: 0;
  background: #BDBDBD;
}
@media screen and (max-width: 768px) {
  .events_slide_row .item .figure::after {
    height: 4px;
  }
}
.events_slide_row .item .figure::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 0;
  height: 7px;
  right: 0;
  background: #95C11F;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .events_slide_row .item .figure::before {
    height: 4px;
  }
}
.events_slide_row .item .desc {
  font-size: 16px;
  line-height: 1.6;
  max-width: 163px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .events_slide_row .item .desc {
    font-size: 12px;
  }
}

/*theme_accordionjs*/
.theme_accordionjs .accordion_title_theme {
  font-size: 40px;
  font-weight: 600;
  padding: 20px 0 60px;
  border-bottom: 1px solid #B8B8B8;
}
@media screen and (max-width: 992px) {
  .theme_accordionjs .accordion_title_theme {
    font-size: 20px;
    padding-right: 40px;
  }
}
.theme_accordionjs .accordion_title_theme .date_row {
  color: #B8B8B8;
  font-size: 16px;
  margin: 40px 0;
  display: grid;
  gap: 10px;
  font-weight: 400;
}
.theme_accordionjs .accordion_title_theme .desc_row {
  display: grid;
  gap: 10px;
}
.theme_accordionjs .accordion_title_theme .desc_row .name {
  font-size: 18px;
  color: #000;
}
.theme_accordionjs .accordion_title_theme .desc_row .sub_name {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.theme_accordionjs .accordion-desc_theme {
  padding: 40px 0 0;
}
.theme_accordionjs .accordion-desc_theme .desc {
  margin: 20px 0;
  line-height: 1.6;
}
.theme_accordionjs .accordionjs {
  margin: 50px 0;
}
.theme_accordionjs .list_params {
  display: grid;
  gap: 5px;
  margin: 0 0 50px;
}
.theme_accordionjs .list_params .item_date {
  font-size: 18px;
  font-weight: 600;
}
.theme_accordionjs .list_params .item_date span {
  color: #95C11F;
}

/*about*/
.video {
  position: relative;
  margin: 50px 0;
  display: block;
}
.video .img {
  aspect-ratio: 16/7;
}
.video.about {
  display: block;
  margin: 50px -60px;
}
.video .play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 768px) {
  .video .play svg {
    width: 40px;
    height: 40px;
  }
}

.gallery {
  display: grid;
  gap: 39px;
  margin: 0 0 50px;
  position: relative;
}
.gallery[data-size="2/1"] {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .gallery[data-size="2/1"] {
    grid-template-columns: 1fr;
  }
}
.gallery[data-size="2/1"] .img {
  position: relative;
  max-height: 384px;
}
.gallery[data-size="2/1"] .img img {
  position: absolute;
  inset: 0;
  max-height: 384px;
}
.gallery[data-size="2/1"] .img::before {
  content: "";
  display: block;
  padding: 58% 0 0;
}
.gallery[data-size="2/1"] + .btn {
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .gallery[data-size="2/1"] + .btn {
    margin: 0 auto 48px;
  }
}
.gallery[data-size="2/1/1"] {
  grid-template-columns: 0.5fr 1fr;
}
@media screen and (max-width: 767px) {
  .gallery[data-size="2/1/1"] {
    grid-template-columns: 1fr;
  }
}
.gallery[data-size="3/1"] {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .gallery[data-size="3/1"] {
    grid-template-columns: 1fr;
  }
}
.gallery .btn {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  margin: 30px 0 0;
}
.gallery .drop {
  position: relative;
}
.gallery .drop::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.gallery .img span {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: #fff;
  font-weight: 600;
  display: block;
}
.gallery .img span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/arr.svg) no-repeat center/cover;
  width: 70px;
  height: 9px;
}

.full_banner_theme {
  height: 380px;
  position: static;
}
@media screen and (max-width: 768px) {
  .full_banner_theme {
    height: auto;
  }
}
.full_banner_theme .position {
  background: #95C11F;
  height: 380px;
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .full_banner_theme .position {
    height: auto;
    position: relative;
    padding: 40px 10px;
  }
}
.full_banner_theme .position .position_row {
  max-width: 1920px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  gap: 47px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .full_banner_theme .position .position_row {
    grid-template-columns: 1fr;
  }
}
.full_banner_theme .position .item {
  color: #fff;
  text-align: center;
  display: grid;
  gap: 20px;
  max-width: 420px;
}
.full_banner_theme .position .item .num {
  font-weight: 600;
  font-size: 40px;
}
.full_banner_theme .position .item .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

/*gallery_slide*/
.gallery_slide_row {
  max-width: 1050px;
  margin: 0 auto;
}
.gallery_slide_2[data-type=video] .swiper-pagination {
  bottom: 0px;
}

.gallery_slide .swiper-button-prev, .gallery_slide .swiper-rtl .swiper-button-next, .gallery_slide_2 .swiper-button-prev, .gallery_slide_2 .swiper-rtl .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #95C11F;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .gallery_slide .swiper-button-prev, .gallery_slide .swiper-rtl .swiper-button-next, .gallery_slide_2 .swiper-button-prev, .gallery_slide_2 .swiper-rtl .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.gallery_slide .swiper-button-prev:after, .gallery_slide .swiper-rtl .swiper-button-next:after, .gallery_slide_2 .swiper-button-prev:after, .gallery_slide_2 .swiper-rtl .swiper-button-next:after {
  content: "";
}
@media screen and (max-width: 767px) {
  .gallery_slide i, .gallery_slide_2 i {
    font-size: 12px;
  }
}
.gallery_slide .swiper-button-next, .gallery_slide .swiper-rtl .swiper-button-prev, .gallery_slide_2 .swiper-button-next, .gallery_slide_2 .swiper-rtl .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #95C11F;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .gallery_slide .swiper-button-next, .gallery_slide .swiper-rtl .swiper-button-prev, .gallery_slide_2 .swiper-button-next, .gallery_slide_2 .swiper-rtl .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.gallery_slide .swiper-button-next:after, .gallery_slide .swiper-rtl .swiper-button-prev:after, .gallery_slide_2 .swiper-button-next:after, .gallery_slide_2 .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.gallery_slide .swiper-pagination, .gallery_slide_2 .swiper-pagination {
  bottom: -40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery_slide .swiper-pagination-clickable .swiper-pagination-bullet, .gallery_slide_2 .swiper-pagination-clickable .swiper-pagination-bullet {
  background: #BFC4D6;
  opacity: 1;
}
.gallery_slide .swiper-pagination-bullet-active, .gallery_slide_2 .swiper-pagination-bullet-active {
  background: #95C11F !important;
  width: 12px;
  height: 12px;
}

/*gallery_page*/
.gallery_page .big_row {
  padding: 0 0 60px;
  border-bottom: 1px solid #E5E5E5;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .gallery_page .big_row {
    padding: 0 0 30px;
    border-bottom: none;
  }
}
.gallery_page .big_row .swiper-pagination {
  bottom: 19%;
  top: auto;
}
@media screen and (max-width: 1400px) {
  .gallery_page .big_row .swiper-pagination {
    bottom: 18%;
  }
}
@media screen and (max-width: 1200px) {
  .gallery_page .big_row .swiper-pagination {
    bottom: 29%;
  }
}
@media screen and (max-width: 767px) {
  .gallery_page .big_row .swiper-pagination {
    bottom: 31%;
  }
}
@media screen and (max-width: 640px) {
  .gallery_page .big_row .swiper-pagination {
    bottom: 25%;
  }
}
.gallery_page .big_row .swiper-button-next, .gallery_page .big_row .swiper-button-prev {
  top: 45%;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  border: 1px solid rgba(51, 51, 51, 0.1019607843);
  width: 53px;
  height: 53px;
  color: #000;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .gallery_page .big_row .swiper-button-next, .gallery_page .big_row .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.gallery_page .big_row .swiper-button-next:after, .gallery_page .big_row .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.gallery_page .big_row .swiper-button-prev:after, .gallery_page .big_row .swiper-rtl .swiper-button-next:after {
  content: "";
}
.gallery_page .min_row {
  margin: 50px 0;
}
@media screen and (max-width: 640px) {
  .gallery_page .min_row {
    margin: 20px 0;
  }
}
.gallery_page .min_row .item {
  cursor: pointer;
}

/*footer*/
footer {
  background: #202020;
  padding: 55px 0 0;
  margin: 90px 0 0;
}
footer a {
  color: #fff;
}
footer .footer {
  display: grid;
  grid-template-columns: 192px 209px 216px 1fr 370px;
  gap: 40px;
}
@media screen and (max-width: 1400px) {
  footer .footer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 992px) {
  footer .footer {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 540px) {
  footer .footer {
    grid-template-columns: 1fr;
  }
}
footer .footer .f_logo {
  max-width: 192px;
}
@media screen and (max-width: 1400px) {
  footer .footer .f_logo {
    grid-column: 1/5;
  }
}
@media screen and (max-width: 992px) {
  footer .footer .f_logo {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 540px) {
  footer .footer .f_logo {
    grid-column: 1;
  }
}
footer .footer .f_logo img {
  height: auto;
}
footer .footer .f_item .title {
  text-transform: uppercase;
  color: #fff;
}
footer .footer .f_item ul {
  margin: 20px 0 0;
  list-style: none;
}
footer .footer .f_item ul li {
  line-height: 1.6;
  margin: 0 0 4px;
  font-size: 13px;
}
footer .footer .f_item ul li a {
  color: #999999;
}
footer .footer .f_contact {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
footer .footer .f_contact ul {
  list-style: none;
}
footer .footer .f_contact ul li {
  line-height: 1.6;
  margin: 0 0 4px;
  font-size: 13px;
}
footer .footer .f_contact .phone {
  font-size: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
footer .footer .f_contact .phone i {
  color: #BDBDBD;
}
footer .footer .f_contact .address {
  font-size: 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
footer .footer .f_contact .address i {
  color: #BDBDBD;
}
footer .footer .f_contact .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
footer .footer .f_contact .social a {
  width: 39px;
  height: 39px;
  background: #2C2C2C;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #95C11F;
}
footer .footer .f_contact .social a:hover {
  background: #95C11F;
  color: #2C2C2C;
}
footer .footer .f_contact .social a:hover path {
  fill: #2C2C2C;
}
footer .footer .f_contact .social svg {
  max-width: 16px;
}
footer .footer .f_contact .glasses {
  font-size: 12px;
}
footer .footer_down {
  margin: 50px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #888888;
  font-size: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  footer .footer_down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .footer_down .f_link {
  color: #888888;
}
footer .footer_down .company {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 992px) {
  footer .footer_down .company {
    margin: 0;
  }
}

.language_select_mobile {
  position: relative;
}
.language_select_mobile svg {
  fill: #000;
}
.language_select_mobile .language_link {
  position: relative;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  left: 18px;
  top: 10px;
  display: none;
}
.language_select_mobile .language_link.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.language_select_mobile .language_link a {
  color: #000;
  font-size: 12px;
  display: table;
}

/*theme_modal*/
.theme_modal .title {
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 44px;
  color: #000;
  text-align: center;
}
.theme_modal label {
  display: block;
}
.theme_modal .input_form {
  height: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  border: 1px solid #E5E5E5;
  width: 100%;
  margin: 0 0 28px;
  border-radius: 4px;
  font-size: 16px;
}
.theme_modal .input_form::-webkit-input-placeholder {
  color: #888;
}
.theme_modal .input_form::-moz-placeholder {
  color: #888;
}
.theme_modal .input_form:-ms-input-placeholder {
  color: #888;
}
.theme_modal .input_form::-ms-input-placeholder {
  color: #888;
}
.theme_modal .input_form::placeholder {
  color: #888;
}
.theme_modal textarea.input_form {
  padding: 20px;
  resize: none;
  outline: none;
}
.theme_modal .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
}
.theme_modal .checkbox a {
  color: #38D430;
}
.theme_modal .btn {
  margin: 38px auto 0;
  padding: 0 40px;
}

.theme_modal_doc {
  width: 100%;
  max-width: 1500px;
}
.theme_modal_doc .title {
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 44px;
  color: #000;
  text-align: center;
}
.theme_modal_doc .dialog-form {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .theme_modal_doc .dialog-form br {
    display: none;
  }
}
.theme_modal_doc .doc_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 890px;
}
@media screen and (max-width: 768px) {
  .theme_modal_doc .doc_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.theme_modal_doc .doc_form_item {
  color: #000;
  border: 1px solid #E5E5E5;
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 274px;
  padding: 0 20px;
  border-radius: 4px;
  font-size: 15px;
  gap: 10px;
}
.theme_modal_doc .doc_form_item:focus-visible {
  outline-style: none;
}

.social_fixed {
  position: fixed;
  top: 40%;
  right: 0;
  background: #fff;
  border-radius: 4px 0 0 4px;
  padding: 22px 24px;
  z-index: 999;
  -webkit-box-shadow: -7px 5px 11px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: -7px 5px 11px 0px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 768px) {
  .social_fixed {
    display: none;
  }
}
.social_fixed .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social_fixed .flex a {
  color: #999999;
}
.social_fixed .flex a:hover {
  color: #95C11F;
}

/*fix_main_menu*/
.fix_main_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding: 50px 90px;
  overflow: auto;
  background: #95C11F;
}
.fix_main_menu .container {
  height: 100%;
}
.fix_main_menu .mobile_multimenu {
  position: relative;
  z-index: 1;
  color: #fff;
  height: 100%;
}

.close_multimenu {
  color: #fff;
  position: absolute;
  top: 60px;
  left: 60px;
  cursor: pointer;
}

.fix_searche {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(9px);
  z-index: 9999;
}
.fix_searche::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 25, 25, 0.8);
  z-index: -1;
}
.fix_searche form {
  border: 1px solid #E5E5E5;
  background: #FFF;
  position: relative;
}

.header_multimenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 50px;
}
.header_multimenu .logo {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
/*.header_multimenu .logo img {
  max-width: 66px;
}*/
.header_multimenu .logo span {
  font-size: 14px;
  color: #fff;
  max-width: 212px;
}
.header_multimenu .tap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-left: auto;
}
.header_multimenu .tap .phone {
  color: #fff;
}

.main_multimenu {
  position: relative;
  height: calc(100% - 200px);
  min-height: 400px;
}
.main_multimenu .menu {
  max-width:200px;
  list-style: none;
}
.main_multimenu .menu > li {
  margin: 0 0 30px;
}
.main_multimenu .menu > li > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.main_multimenu .menu > li > a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
}
.main_multimenu .menu > li.active > a {
  position: relative;
  width: 100%;
  display: table;
}
.main_multimenu .menu > li.active > a::before {
  width: 225px;
  height: 2px;
  background: #fff;
  top: 50%;
  right: 0;
  left: 100%;
  margin-left: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_multimenu .menu > li.active .sub_menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.main_multimenu .sub_menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 430px;
  right: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  list-style: none;
}
.main_multimenu .sub_menu li {
  margin: 0 0 10px;
}
.main_multimenu .sub_menu li a {
  color: #fff;
}
.main_multimenu .sub_menu li a:hover {
  color: #333333;
}

.footer_multimenu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  left: 0;
  right: 0;
  bottom: -60px;
  gap: 100px;
}
.footer_multimenu .footer_multimenu_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin: 0 0 0 auto;
}
.footer_multimenu .glasses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
}
.footer_multimenu .glasses:hover {
  color: #333;
}
.footer_multimenu .search_btn {
  cursor: pointer;
}
.footer_multimenu .search_btn:hover {
  color: #333;
}
.footer_multimenu .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.footer_multimenu .social a {
  width: 16px;
  color: #fff;
}
.footer_multimenu .social a:hover {
  color: #333;
}
.footer_multimenu .social a:hover svg {
  fill: #333;
}
.footer_multimenu .social svg {
  fill: #fff;
}

.fix_searche {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(9px);
  z-index: 9999;
}
.fix_searche::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 25, 25, 0.8);
  z-index: -1;
}
.fix_searche form {
  border: 1px solid #E5E5E5;
  background: #FFF;
  position: relative;
}

.header_search_inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .header_search_inner {
    padding: 0 30px;
  }
}
.header_search_inner::before {
  content: "\f002";
  font: var(--fa-font-solid);
  position: absolute;
  background-size: cover;
  font-size: 34px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #999;
}
@media screen and (max-width: 768px) {
  .header_search_inner::before {
    font-size: 20px;
  }
}
.header_search_inner input {
  height: 150px;
  width: calc(100% - 80px);
  font-size: 32px;
  padding-left: 90px;
  border: none;
}
@media screen and (max-width: 1200px) {
  .header_search_inner input {
    height: 80px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .header_search_inner input {
    padding-left: 0;
    font-size: 18px;
    height: 64px;
    width: 100%;
  }
}
.header_search_inner input:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
.header_search_inner input:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.header_search_inner input:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
.header_search_inner input:focus::-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
.header_search_inner input:focus::placeholder {
  color: transparent;
  opacity: 0;
}

.header_search_close {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  font-size: 34px;
  color: #999;
}
@media screen and (max-width: 768px) {
  .header_search_close {
    font-size: 20px;
  }
}

/*mobile_menu*/
.mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
  padding: 7px 20px;
  width: 320px;
  height: 100vh;
  overflow: hidden;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (min-width: 992px) {
  .mobile_menu {
    display: none;
  }
}
.mobile_menu.hidden {
  -webkit-transform: translateX(-325px);
          transform: translateX(-325px);
}
.mobile_menu .prev_mobile_menu {
  position: absolute;
  top: 10px;
  left: 20px;
  cursor: pointer;
  z-index: 99;
}
.mobile_menu .close_mobile_menu {
  position: absolute;
  top: 20px;
  right: 10px;
  cursor: pointer;
  z-index: 99;
}
.mobile_menu .close_mobile_menu svg {
  width: 32px;
  height: 32px;
}
.mobile_menu .wr {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile_menu .wr a {
  color: #000;
}
.mobile_menu .wr a + span {
  margin: 0 0 0 auto;
  font-size: 12px;
  cursor: pointer;
}
.mobile_menu .wr + h3 {
  position: absolute;
  z-index: 999;
  top: 40px;
}
.mobile_menu ul {
  margin: 20px 0;
  list-style: none;
}
.mobile_menu ul li {
  margin: 0 0 10px;
}
.mobile_menu .sub_menu {
  position: absolute;
  top: 0px;
  background: #fff;
  left: 0;
  width: 320px;
  padding: 80px 20px 20px;
  z-index: 9;
  height: 100vh;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow: auto;
  margin: 0;
}
.mobile_menu .sub_menu.hidden {
  -webkit-transform: translateX(325px);
          transform: translateX(325px);
}
.mobile_menu .sub_menu li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  color: #000;
}
.mobile_menu .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 180px;
  color: #000;
}
.mobile_menu .logo img {
  max-width: 44px;
}
.mobile_menu .logo span {
  display: block;
  max-width: 65%;
}
.mobile_menu .mobile_contact {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}
.mobile_menu .mobile_contact a {
  color: #000;
}
.mobile_menu .mobile_contact .phone {
  font-weight: 600;
}
.mobile_menu .mobile_contact .phone svg {
  position: relative;
  top: 1px;
}
.mobile_menu .mobile_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.mobile_menu .address {
  font-size: 12px;
  color: #000;
  position: relative;
  margin: 0 0 15px;
}
.mobile_menu .address svg {
  position: absolute;
  top: 0;
  left: 0;
}
.mobile_menu .glasses {
  display: block;
  font-size: 12px;
  color: #000;
  margin: 0 0 15px;
}
.mobile_menu .language {
  display: block;
  font-size: 12px;
  color: #000;
}

.language_select {
  position: relative;
}
.language_select .language svg {
  position: relative;
  top: -2px;
}
.language_select:hover .language_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.language_select:hover .language svg {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.language_select .language_link {
  position: absolute;
  left: 20px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 6px 0;
}
.language_select .language_link a {
  color: #000;
  padding: 2px 6px;
}
.language_select .language_link a:hover {
  background: #95C11F;
  color: #fff;
}

.language_select_mobile {
  position: relative;
}
.language_select_mobile .language svg {
  position: relative;
  top: -2px;
}
.language_select_mobile .language path {
  fill: #000;
}
.language_select_mobile .language_link {
  position: absolute;
  top: 16px;
  left: 13px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  background: #fff;
  border-radius: 5px;
  padding: 6px 0;
}
.language_select_mobile .language_link a {
  color: #000;
  padding: 2px 6px;
}
.language_select_mobile .language_link a:hover {
  background: #95C11F;
  color: #fff;
}

.inner_page {
  padding: 160px 0 0;
}
@media screen and (max-width: 992px) {
  .inner_page {
    padding: 60px 0 0;
  }
}

.breadcrumbs {
  margin: 20px 0;
  display: table;
}
.breadcrumbs ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 25px;
  margin: 0;
}
.breadcrumbs ul li {
  margin: 0;
  font-size: 13px;
}
.breadcrumbs ul .link {
  position: relative;
}
.breadcrumbs ul .link::before {
  content: "";
  width: 16px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: -20px;
}
.breadcrumbs ul .link a {
  color: #333;
}

.up_arrow {
  background: #95C11F;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  position: fixed;
  right: 2%;
  bottom: 25%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 4.85px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 4.85px 0px rgba(0, 0, 0, 0.2509803922);
}
@media screen and (max-width: 768px) {
  .up_arrow {
    display: none;
  }
}
.up_arrow:hover {
  color: #fff;
}
.up_arrow.visible {
  visibility: visible;
  opacity: 1;
}

.content_page {
  border: 1px solid #BDBDBD;
  padding: 60px;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .content_page {
    border: none;
    padding: 0;
  }
}
.content_page .desc_p {
  font-size: 18px;
  margin: 0 0 50px;
}
.content_page .desc_p a {
  color: #38D430;
}
.content_page .link a {
  text-decoration: underline;
  color: #95c11f;
}
.content_page section {
  margin: 50px 0 80px;
}
.content_page .accordionjs:last-child .accordion_title_theme {
  border-bottom: 0;
}

/*custom-select*/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  margin: 0 0 20px;
  border-radius: 4px;
}

.custom-select-wrapper + .bl_table {
  margin: 20px 0 0;
}

.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select-trigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 60px 0px 30px;
  line-height: 1.6;
  cursor: pointer;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #95C11F;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .custom-select-trigger {
    padding: 0 64px 0 30px;
  }
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  -webkit-transform: rotate(-135deg) translateY(-50%);
          transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 2px 0;
  border: 1px solid rgb(230, 230, 230);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 9;
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.option-hover:before {
  color: #483698;
}

.custom-option {
  position: relative;
  display: block;
  padding: 10px 42px;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.custom-option:hover {
  background: #F8F8F8;
}

.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}

.custom-option:hover,
.custom-option.selection {
  background: #F8F8F8;
}

#accordion {
  display: grid;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  #accordion {
    gap: 15px;
  }
}

.accordion_row {
  padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .accordion_row {
    padding: 0;
  }
}
.accordion_row:last-child {
  border-bottom: none;
}
.accordion_row:last-child .accordion_title {
  height: auto;
}
.accordion_row.acc_active .accordion_title::before {
  -webkit-transform: translate(-40px, -50%) scale(-1);
          transform: translate(-40px, -50%) scale(-1);
}
@media screen and (max-width: 768px) {
  .accordion_row.acc_active .accordion_title::before {
    -webkit-transform: translate(-20px, -50%) scale(-1);
            transform: translate(-20px, -50%) scale(-1);
  }
}

.accordion_title {
    border-radius: 15px;
  height: auto;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding: 40px;
  border: 1px solid #E5E5E5;
}
@media screen and (max-width: 992px) {
  .accordion_title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .accordion_title {
    padding: 20px 20px 20px 20px;
  }
}
.accordion_title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-40px, -50%) scale(1);
          transform: translate(-40px, -50%) scale(1);
  right: 0;
  background: url(../img/arr_down.svg) no-repeat center;
  background-size: cover;
  width: 28px;
  height: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .accordion_title::before {
    -webkit-transform: translate(-20px, -50%) scale(-1);
            transform: translate(-20px, -50%) scale(-1);
    width: 16px;
    height: 8px;
  }
}

.accordion-desc {
  padding: 0 0 10px;
}
.accordion-desc a {
  color: #000;
}
.accordion-desc p:last-child {
  margin: 0;
}
.accordion-desc .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 40px;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 992px) {
  .accordion-desc .item {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .accordion-desc .item {
    padding: 20px;
  }
}

.accordion_title_theme {
  position: relative;
}
.accordion_title_theme::before {
  content: "";
  position: absolute;
  top: 42px;
  -webkit-transform: scale(1);
          transform: scale(1);
  right: 0;
  background: url(../img/arr_down.svg) no-repeat center;
  background-size: cover;
  width: 28px;
  height: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.accordion_theme_row.acc_active .accordion_title_theme::before {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
@media screen and (max-width: 768px) {
  .accordion_theme_row.acc_active .accordion_title_theme::before {
    -webkit-transform: scale(-1);
            transform: scale(-1);
  }
}

.icon {
  width: 52px;
  height: 54px;
  background: #ccc;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.icon.icon_pdf {
  background: url(../img/icon_pdf.svg) no-repeat center/cover;
}
.icon.icon_doc {
  background: url(../img/icon_doc.svg) no-repeat center/cover;
}
.icon.icon_xls {
  background: url(../img/icon_xls.svg) no-repeat center/cover;
}
.icon.icon_w {
  background: url(../img/icon_w.svg) no-repeat center/cover;
  width: 42px;
  height: 54px;
}

.r_icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 15px;
  background: url(../img/r_icon.svg) no-repeat center/cover;
}
.r_icon:hover {
  background: url(../img/r_icon_h.svg) no-repeat center/cover;
}

.max_icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url(../img/max_icon.svg) no-repeat center/cover;
}
.max_icon:hover {
  background: url(../img/max_icon_h.svg) no-repeat center/cover;
}

.gallery_all_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 992px) {
  .gallery_all_row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .gallery_all_row {
    grid-template-columns: 1fr;
  }
}
.gallery_all_row .item {
  position: relative;
}
.gallery_all_row .item .img {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.gallery_all_row .item .img::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(48.96%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.96%, rgba(0, 0, 0, 0.8) 100%);
  inset: 0;
}
.gallery_all_row .item .info_row {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  right: 20px;
}
.gallery_all_row .item .info_row::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  background: url(../img/arr_2.svg) no-repeat center;
  background-size: cover;
  width: 28px;
  height: 28px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery_all_row .item .info_row .count {
  margin: 0 0 8px;
  font-size: 12px;
}
.gallery_all_row .item .info_row .title {
  font-family: 16px;
  font-weight: 600;
  margin: 0 0 8px;
}
.gallery_all_row .item .info_row .text {
  font-size: 12px;
}

.form_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .form_search {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form_search input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 18px 20px;
  width: 100%;
  max-width: 390px;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .form_search input {
    font-size: 14px;
    max-width: 100%;
  }
}
.form_search .btn {
  font-size: 16px;
  min-height: 56px;
  padding: 0 27px;
}
@media screen and (max-width: 768px) {
  .form_search .btn {
    width: 100%;
    max-width: 400px;
    margin: 0 aut;
  }
}

.pgn {
  font-size: 13px;
}

.all_page_search .item {
  margin: 0 0 35px;
}
.all_page_search .item:last-child {
  margin: 0;
}
.all_page_search .item .title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #000;
  display: block;
}
@media screen and (max-width: 768px) {
  .all_page_search .item .title {
    font-size: 18px;
  }
}
.all_page_search .item .title:hover {
  color: #95C11F;
}
.all_page_search .item .desc_more {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.all_page_search .item .date {
  font-size: 12px;
  margin: 5px 0;
}
@media screen and (max-width: 768px) {
  .all_page_search .item .date {
    font-size: 10px;
  }
}
.all_page_search .item .path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 10px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .all_page_search .item .path {
    font-size: 11px;
  }
}
.all_page_search .item .path ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 10px;
  list-style: none;
}
.all_page_search .item .path ul li {
  position: relative;
}
.all_page_search .item .path ul li::before {
  content: "/";
  position: absolute;
  top: 0;
  right: -7px;
}
.all_page_search .item .path ul li:last-child::before {
  display: none;
}

.dialog-form-thank {
  font-size: clamp(20px, 3vw, 40px);
  text-align: center;
  font-weight: 600;
}
.dialog-form-thank span {
  color: #95C11F;
}

.header_fix.fix {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
.header_fix.fix .header_contact {
  background: rgba(227, 227, 227, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  top: 41px;
  padding: 16px 0;
  color: #000;
}
.header_fix.fix .header_contact a, .header_fix.fix .header_contact i {
  color: #000;
}
.header_fix.fix .header_contact svg {
  fill: #000;
}
.header_fix.fix .header_contact path {
  fill: #000;
}
@media screen and (max-width: 992px) {
  .header_fix.fix header {
    top: 0;
    left: 0;
    right: 0;
  }
  .header_fix.fix header .container {
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .slide_navigation {
    display: none;
  }
}

.events_row .swiper-button-next,
.news_row .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(51, 51, 51, 0.1019607843);
  border-radius: 4px;
  background: #fff;
  color: #000;
  font-size: 14px;
}

.events_row .swiper-button-prev,
.news_row .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(51, 51, 51, 0.1019607843);
  border-radius: 4px;
  background: #fff;
  color: #000;
  font-size: 14px;
}

.events_row .swiper-button-next::after,
.news_row .swiper-button-next::after,
.events_row .swiper-button-prev::after,
.news_row .swiper-button-prev::after {
  content: "";
}

/*block_icon_row*/
.block_icon_row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
@media screen and (max-width: 1400px) {
  .block_icon_row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .block_icon_row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 680px) {
  .block_icon_row {
    grid-template-columns: 1fr;
  }
}
.block_icon_row .item {
  border: 1px solid #E5E5E5;
  border-radius: 20px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 0 22px 0 39px;
  background: #fff;
  color: #000;
  font-size: 16px;
}
.block_icon_row .item .icon {
  max-width: 32px;
  max-height: 32px;
  background: transparent;
}
.block_icon_row .item .icon img {
  height: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media screen and (min-width: 992px) {
  body.theme {
    background: radial-gradient(73.66% 167.26% at 68.31% 86.22%, #95C11F 20.07%, #000000 100%);
  }
  body.theme h1 {
    color: #fff;
  }
  body.theme .breadcrumbs a, body.theme .breadcrumbs li {
    color: #fff;
  }
  body.theme .breadcrumbs .link::before {
    background: #fff;
  }
  body.theme header nav > ul > li > a {
    color: #fff;
  }
  body.theme header nav > ul > li > a:hover {
    color: #000;
  }
  body.theme .header_contact_row svg, body.theme .header_contact_row path {
    fill: #000;
  }
}
.captcha_block {
    width: 30%;
}
a.item {
    color: black;
}

.pgn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin: 20px 0;
  list-style: none;
}
 @media screen and (max-width: 1092px) {
  header nav {
    display: none;
  }
}
.header_contact .fa-solid {
 font-size:14px;
}

form {
    display: flex;
    gap: 10px;
}
form input{border: 1px solid #95C11F;
  color: #95C11F;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
  font-size: 17px;
  border-radius: 10px;
  height: 50px;
	font-family: "Montserrat", sans-serif;font-weight: 600;
	font-style: normal;
	font-size: 17px;

	padding: 20px;}

#calendar::placeholder {
    color: #95C11F;
padding: 30px;
    opacity: 1; /* важно для Firefox */
}
form .btn {
    border-radius: 10px!important;
font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
  background: transparent;
  border-radius: 50px;
  padding: 0 15px!important;
  height: 35px;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  color: #95C11F;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 13px!important;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  border: 1px solid #95C11F;
  text-transform: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);

}
.item ul{
  margin-left: 35px;
}
.list ul{
  margin-left: 35px;
}
i.fa-solid.fa-phone {

    margin-right: 3px;
}

/*blockquote*/
blockquote {
  border: 4px solid #95C11F;
  background: #fff;
  border-radius: 35px;
  padding: 34px 34px 34px 154px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  blockquote {
    font-size: 15px;
    padding: 100px 34px 34px;
  }
}
blockquote::before {
  content: "";
  position: absolute;
  background: url(/local/templates/biotech_new/img/blockquote.svg) no-repeat center/cover;
  width: 80px;
  height: 80px;
  left: 34px;
  top: 34px;
}
@media screen and (max-width: 768px) {
  blockquote::before {
    width: 42px;
    height: 42px;
  }
}
blockquote i {
  color: #929292;
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin: 40px 0 0;
}
.right_rubric {
    padding: 20px;
}
 .counter {
  margin-top: 25px;
  font-size: 1.3rem;
  color: #3a4a1a;
  background: rgba(151, 209, 24, 0.1);
  padding: 12px 25px;
  border-radius: 25px;
  display: inline-block;
  font-weight: 600;
        }
        
.counter span {
  color: #97d118;
  font-size: 1.3rem;
        }
li {
    display: list-item;
    unicode-bidi: isolate;
margin-left: 20px
}

	.contact_table_row .item{
grid-template-columns: 350px 250px 1fr;
	}
i.fa-map-marker{
	top:0!important;
		display:inline-block;
		height:36px;
		float:left;
	margin-right:10px;
	vertical-align:middle;
}

.btn._feed {
  background: #fff;
  border-radius: 20px;
  font-size: 24px;
color:#95C11F;
  padding: 0 45px;
}
@media screen and (max-width: 768px) {
  .btn._feed {
    font-size: 20px;
    padding: 0 20px;
  }
}
.btn._feed:hover {
  color: #333;
}


.rutube_i {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 15px;
  background: url(../img/r_icon.svg) no-repeat center/cover;
}
.rutube_i:hover {
  background: url(../img/rutube.svg) no-repeat center/cover;
}

.max_i {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url(../img/max_icon.svg) no-repeat center/cover;
}
.max_i:hover {
  background: url(../img/max.svg) no-repeat center/cover;
}
a:hover svg g path {
  fill: #000;
}

.desc_info a{
  color: #007843;
}

/**/
.main_multimenu .menu > li > a {
display: grid;
}
.main_multimenu .menu > li.active > a {
padding: 0 0 0 40px;
}
.main_multimenu .menu > li.active > a::before {
width: 16px;
right: auto;
left: 0;
margin-left: 0;
transform: translate(0, -50%);
border-bottom: none;
}
.mobile_menu, .mobile_menu .sub_menu {
background: #95C11F;
}
.mobile_menu .wr a, 
.mobile_menu .sub_menu li a,
.mobile_menu .wr + h3,
.mobile_menu .mobile_contact .phone,
.mobile_menu .wr a + span,
.mobile_menu .close_mobile_menu,
.mobile_menu .prev_mobile_menu,
.mobile_menu .address,
.mobile_menu .glasses,
.mobile_menu .language {
color: #ffffff;
}
.mobile_menu .btn{
font-size: 16px;
}
.mobile_menu .wr + h3 {
top: 27px;
}
.language_select_mobile svg,
.language_select_mobile .language path {
fill: #fff;
}
.item_new .tags a {
  font-size: 12px;
  border-radius: 4px;
		color:#95C11F;
  border: 0.7px solid #95C11F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  padding: 0 9px;
}
.item_new .tags a:hover {
  background: #95C11F;
  color: #fff;
}
.desc_row a {
    color: black;
}

@media(max-width:480px){
	.main_banner_row .title{
		align-items: end;
		margin-bottom:50px;
	}
}