:root {
  --main-color: #08620A;
  --btn-color: #E95522;
  --txt-color: #4A4A4A;
  --white-color: #fff;
  /*--bg: #4392B9;*/
  --bg: rgba(67, 146, 185, 0.10);
  --label-bg: #08620A;
  /*background: rgba(67, 146, 185, 0.10);*/
  --padding-top: 50px;
  --padding-btm: 30px;
}


@font-face {
  font-family: 'Montserrat';
  /*src:url('/css/fonts/montserrat/static/Montserrat-Regular.ttf');*/
  src: url('/css/fonts/montserrat/static/Montserrat-Medium.ttf');
}

/*/var/www/sispp/data/www/manmo-spapk/frontend/web/css/fonts/montserrat*/

html body,
html,
body {
  font-family: 'Montserrat', Sans-Serif, serif;
  /*font-family: 'Roboto',sans-serif;*/
}

tr,
td {
  padding: 10px;
}

.social_icons_link:hover {
  text-decoration: none;
}

.social_icons:hover {
  transform: translateY(-5px);

}

.header_scroll {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: white;
  box-shadow: 0px 6px 22px -6px rgba(0, 0, 0, 0.66);

}

.display_block {
  display: block;
}

.header__menu.menu {
  background-color: #fff;
}

.header__burger--btn {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 40px 20px 0 0;
  border: none;
  background-color: #fff;
}

.header__burger--btn span {
  position: absolute;
  width: 30px;
  height: 3px;
  left: 5px;
  border-radius: 5px;
  background-color: #333333;
  transition: transform .5s, opacity .5s, background-color .5s;

}

.header__burger--btn span:nth-child(1) {
  transform: translateY(-10px);
}

.header__burger--btn span:nth-child(3) {
  transform: translateY(10px);
}

.header_scroll.open .header__burger--btn span:nth-child(2) {
  opacity: 0;
}

.header_scroll.open .header__burger--btn span:nth-child(1) {
  transform: translateY(0) rotate(45deg);

}

.header_scroll.open .header__burger--btn span:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}

.menu__list.links {
  position: absolute;
  left: -700px;
  top: 0;
  width: 350px;
  display: block;
  padding: 30px;
  transition: tranform .5s;
  list-style-type: none;

}

.menu__list.position {
  position: relative;
  left: 250px;
}

.underline_link a {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

#specialButton:hover {
  text-decoration: #08620a underline;
}

.underline_link a:after {
  background-color: #08620a;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  transition: width .3s ease-in-out;
}

.underline_link a:hover:after,
.underline_link a:focus:after {
  width: 100%;
}

.phone_feedback {
  display: flex;
  flex-direction: row
}

@media (max-width: 1200px) {
  .container {
    max-width: 1300px;
  }

  .phone_feedback {
    flex-direction: column;
  }

}

.title {
  /*font-size: 50px;*/
  font-size: calc(1.3rem + 1.5vw);
  font-weight: 400;
  line-height: 100px;
  text-transform: uppercase;
  text-align: center;
  color: var(--main-color);
  width: max-content;
}

.divider {
  margin: 0 10px;
  width: 100%;
  background-color: var(--main-color);
  height: 2px;
}

.link-underline {
  color: var(--main-color);
  text-transform: uppercase;
  text-decoration: underline;
  margin: 0;
  background-color: #fff;
  padding: 7px;
  border-radius: 5px;
}

.list-unstyled {
  background: rgba(67, 186, 166, 0.25);
  border: none;
}

.list-unstyled-footer {
  list-style-type: none;
  padding: 0;
}

.list-unstyled-footer li {
  padding-bottom: 7px;
}

/*.news-block {*/
/*  padding: 70px 0 50px;*/
/*}*/

.input-group.tabcont {
  border-radius: 5px;
  background: #FFF;
  box-shadow: -1px 4px 21px 9px rgba(67, 186, 166, 0.20);
}

.retraining-tab .nav-link .active {
  color: var(--main-color);
}


.partner-img {
  height: 100px;
  filter: grayscale(1%);

  transition: 0.7s linear;
  /* Время изменения */

}

.partner-img:hover {
  height: 100px;
  filter: grayscale(100%);
}

.padding-0 {
  padding: 0;
}

.dark {
  /*color: #2a2a2a;*/
  /*color: var(--main-color);*/
}

.medium {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 500;
}


#documents {
  padding: var(--padding-top) 0 var(--padding-btm);
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  #news {
    padding-top: 30px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  #counter_programm1 {
    border-radius: 5px 5px 0 0;
  }
}

@media (min-width: 768px) {
  #news {
    padding: 0 0 var(--padding-btm);
    /*padding-top: var(--padding-top);*/
    /*padding-bottom: var(--padding-btm);*/
    overflow: hidden;
  }
}


@media (max-width: 993px) {
  .news__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .news__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 767px) {
  #contact-txt1 {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  #nmc-text1 {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .txt18 {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  #toast-title {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  #review-title {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  #webinar-card-title {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  #contact-txt1 {
    font-size: 18px;
    line-height: 23px;
  }
}

@media (min-width: 768px) {
  #nmc-text1 {
    font-size: 18px;
    line-height: 23px;
  }
}

@media (min-width: 768px) {
  #toast-title {
    font-size: 15px;
    line-height: 23px;
  }
}

@media (min-width: 768px) {
  .txt18 {
    font-size: 18px;
    line-height: 23px;
  }
}

@media (min-width: 768px) {
  #review-title {
    font-size: 18px;
    line-height: 23px;
  }
}

@media (min-width: 768px) {
  #webinar-card-title {
    font-size: 18px;
    line-height: 23px;
  }
}

.semibold {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
}

.txt10 {
  font-size: 10px;
}

#header_name {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #585858;
}

#abbr_header_name {
  font-size: 10px;
  color: #7B7B7B;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  #abbr_header_name {
    display: none;
  }

  #header_row {
    margin-bottom: 15px;
  }
}

.header_name,
#abbr_header_name {

  /*text-align: justify;*/
}

@media (max-width: 768px) {
  #header_name {
    font-size: 13px;
    line-height: 16px;
    margin: 2px -40px 2px 0;
  }
  
  .header__request .btn-green-stroke {
    padding: 20px 15px !important;
    min-height: 70px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
  }
}

.light-grey {
  color: #9e9e9e;
}

.lk_header-text {
  font-size: 16px;
  font-weight: 400;
  color: var(--main-color);
}

.search-input-green {
  /*border: 2px solid #26ae04;*/
  padding: 15px 50px;
  width: 100%;
  background-image: url('../../images/technical/other/loupe.png');
  background-size: 25px;
  /*background-size: auto;*/
  background-repeat: no-repeat;
}

.search-input__header {
  background-color: #F1F1F1;
  padding: 5px 40px 5px 10px;
  border-radius: 7px;
  font-size: 18px;
  /*border: 1px solid var(--text-color);*/
  /*padding: 15px 50px 15px 15px;*/
  /*width: 100%;*/
  /*border-radius: 10px;*/
  /*background: #FFF;*/
  /*margin: 3px auto;*/
  /*background-image: url('../../images/technical/other/search.svg');*/
  /*background-position: 98%;*/
  /*background-size: 30px;*/
  /*background-repeat: no-repeat;*/
}

#search-input {
  /*outline: none;*/
  /* border: none;*/
  border: 2px solid #b8b8b8;
  padding: 10px 50px 10px 15px;
  border-radius: 15px;
  /*border-top-left-radius: 10px;*/
  /*border-bottom-left-radius: 10px;*/
  /*border-right: none;*/
  margin-left: -50px;
}

#search_btn {
  border: none;
  /* background-color: white; */
}

/* .search_glass {
  transform: translateX(-60px);
} */


.input-group:not(.has-validation)>.form-control:not(:last-child) {
  border-radius: 7px;
}

.form-control:focus {
  border-color: var(--btn-color);
  box-shadow: 0 0 0 0.2rem rgba(233, 85, 34, 0.35);
}

.btn-outline-secondary {
  border-color: var(--main-color);
  color: var(--white-color);
  background-color: var(--main-color);

}

.txt14 {
  font-size: 14px;
  line-height: 18px;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

input::placeholder {
  color: #bebebe;
}

.txt12 {
  font-size: 12px;
}

@media (max-width: 575px) {
  #review-txt1 {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  #contact-txt2 {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .txt16 {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .quote {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  #new-text-2 {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  #new-text-1 {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  #news-title-date {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  #news-title {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  #param-text2 {
    font-size: 14px;
  }
}

@media (min-width: 576px) {
  #review-txt1 {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 576px) {
  #contact-txt2 {
    font-size: 16px;
    line-height: 23px;
  }
}

@media (min-width: 576px) {
  .txt16 {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 576px) {
  .quote {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 576px) {
  #new-text-2 {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (min-width: 576px) {
  #new-text-1 {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (min-width: 576px) {
  #news-title-date {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 576px) {
  #news-title {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 576px) {
  #param-text2 {
    font-size: 16px;
    line-height: 20px;
  }
}

.search-btn {
  width: 30px;
  position: absolute;
  right: 7px;
  z-index: 5;
  margin: 3px auto;
  cursor: pointer;
  transition: 0.5s;
}

.search-btn:hover {
  transform: scale(1.2);
}

.social_icon {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.btn-green-stroke {
  margin-top: 5px;
  width: 100%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  text-transform: uppercase;
  color: #fff;
  background-color: var(--btn-color);
  /*height: 50px;*/
  font-size: 13px;
  /*line-height: 18px;*/
  font-weight: 600;
  border-radius: 7px;
  padding: 8px;
  transition: all 0.3s ease-in-out;
}

.btn-green-stroke:hover {
  border: 1px solid var(--btn-color);
  background: #fff;
  color: var(--btn-color);
  /*padding: 5px 20px;*/
  transition: all 0.3s ease-in-out;
}

.btn-green-stroke2 {
  border: 2px solid #008703;
  border-radius: 10px;
  padding: 10px 15px;
  transition: all 0.5s ease-in-out;
  color: #008703;
  text-decoration: none;
}

.btn-green-stroke2:hover {
  background: #008703;
  border-radius: 10px;
  padding: 15px 20px;
  color: #fff;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}

.special_button {
  vertical-align: middle;
  color: inherit;
  /*text-transform: uppercase;*/
  text-decoration: none;
}

.special_button:hover {
  text-decoration: none;
}

.special_button__wrapper {
  /*margin-top: 15px;*/
  display: flex;
  justify-content: flex-end;
  /*align-items: center;*/
  /*gap: 7px;*/
  /*font-size: 18px;*/
  font-weight: 700;
  /*color: var(--main-color);*/
}

.phone-link__header {
  color: var(--text-color);
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
}

.green {
  color: #008703;
}

#header {
  margin: 0 0 30px 0;
  padding: 15px 0 0 0;
}

#top-banner {
  /*background-color: #eee;*/
  /*background-image: url("../../assets/img/header_bg.jpg");*/
  background-repeat: no-repeat;

}

@media (max-width: 767px) {
  .menu {
    background: #fff;
    padding: 8px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
    margin: 0 20px;
    display: block;
    border-radius: 10px;
    color: #000;
  }
}

@media (min-width: 768px) {
  .menu {
    background: rgba(42, 42, 42, 0.4);
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .navbar-light .navbar-nav .nav-link {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
}

.txt11 {
  font-size: 11px;
  /*line-height: 14px;*/
}

.navbar-light .navbar-nav .nav-link:focus {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 767px) {
  .navbar-light .navbar-nav .nav-link:hover {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 700;
    background: #008703;
  }
}

@media (min-width: 768px) {
  .navbar-light .navbar-nav .nav-link:hover {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 700;
  }
}

@media (min-width: 1200px) {
  .navbar-light .navbar-nav .nav-link {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .navbar-light .navbar-nav .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#title_programm_link {
  color: black;
  /*text-transform: uppercase;*/
  font-size: 20px;
  line-height: 4px;

}

.title-row-catalog {
  padding-top: 90px;
  padding-bottom: 190px;
}


.title-row1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media(min-width: 768px) {
  .title-row {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

@media(max-width: 767px) {
  .title-row {
    padding-top: 5px;
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .txt33 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .txt33 {
    font-size: 27px;
    line-height: 34px;
  }
}

@media (min-width: 768px) {
  .txt33 {
    font-size: 33px;
    line-height: 40px;
  }
}

.bold {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.title-bg2:hover {
  background: rgba(42, 42, 42, 0.75);
  transition: all 0.5s ease-in-out;
}

/*.title-bg:hover {*/
/*background: rgba(42,42,42,0.75);*/
/*transition: all 0.5s ease-in-out;*/
/*}*/

/*@media (max-width: 991px) {*/
/*  .title-bg-white:hover {*/
/*    background: rgba(255,255,255,0.75);*/
/*    transition: all 0.5s ease-in-out;*/
/*  }*/
/*}*/

@media (max-width: 575px) {
  .title-bg {
    color: #4A4A4A;
    /*background: rgba(42,42,42,0.5);*/
    /*border-radius: 10px;*/
    /*padding: 30px;*/
    /*transition: all 0.5s ease-in-out;*/
    /*margin-bottom: 20px;*/
  }
}

@media (max-width: 575px) {
  .title-bg2 {
    background: rgba(42, 42, 42, 0.5);
    border-radius: 10px;
    padding: 30px;
    transition: all 0.5s ease-in-out;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .title-bg-white {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 30px;
    transition: all 0.5s ease-in-out;
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) {
  .title-bg {
    color: #4A4A4A;
    /*background: rgba(42,42,42,0.5);*/
    /*background: rgba(67, 146, 185, 0.58);*/
    /*box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.25);*/
    /*border-radius: 10px;*/
    padding: 30px 20px 20px 30px;
    transition: all 0.5s ease-in-out;
    margin-bottom: 20px;


  }
}

@media (min-width: 576px) and (max-width:1199px) {
  .title-bg2 {
    /*background: rgba(42,42,42,0.5);*/
    border-radius: 10px;
    padding: 50px 30px 30px 40px;
    transition: all 0.5s ease-in-out;
    margin-bottom: 20px;
  }
}

.mar-t-b-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.white-form {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  /*margin:  0 30px 0 -30px;*/
  /*padding: 30px 30px 15px 30px;*/

}

.text-input {
  padding: 25px 15px;
  border: 1px solid #b1b1b1;
  border-radius: 7px;
  margin-bottom: 10px;
}

.btn-success:hover {
  background: #006c02;
  border-radius: 10px;
  padding: 15px 40px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}

.btn-green:hover {
  background: #006c02;
  border-radius: 7px;
  padding: 18px 0px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}

.btn-success {
  background: #008703;
  border-radius: 10px;
  padding: 15px 30px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}

.btn-green {
  background: #008703;
  border-radius: 7px;
  padding: 18px 0px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 575px) {
  #navcol-1 {
    position: absolute;
    top: 49px;
    left: 0;
    right: -300%;
    background: rgb(255, 255, 255);
    z-index: 10;
    border-radius: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #navcol-1 {
    position: absolute;
    top: 50px;
    left: 0;
    right: -490%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 10;
    border-radius: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 768px) {
  #navcol-1 {
    max-width: 1140px;
    margin: auto;
  }
}

@media (min-width: 1200px) {
  #top-banner {
    background-position: center;
    background-size: auto;
  }
}

@media (max-width: 575px) {
  #top-banner {
    background-position: 55%;
    background-size: cover;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  #top-banner {
    background-position: center;
    background-size: cover;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #top-banner {
    background-position: 59% center;
    background-size: auto;
  }
}

.menu {
  position: relative;
}

#top-banner {
  position: relative;
  height: 620px;
  /*height: 700px;*/
}

.parallax-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  display: block;
  z-index: 0;
}

.image-bg,
.image-bg2 {
  display: block;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: -1000px;
  right: -1000px;
  height: 100%;
  width: 100%;
  object-fit: cover
}

.image-bg-main {
  display: block;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: -1000px;
  right: -1000px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;

}

/*@media (max-width: 767px) {*/
/*#news {*/
/*padding-top: 80px;*/
/*padding-bottom: 100px;*/
/*overflow: hidden;*/
/*}*/
/*}*/

/*@media (min-width: 768px) {*/
/*#news {*/
/*padding-top: 150px;*/
/*padding-bottom: 100px;*/
/*overflow: hidden;*/
/*}*/
/*}*/

.txt120 {
  font-size: 120px;
  line-height: 120px;
}

.extrabold {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 800;
}

.back-title {
  text-transform: uppercase;
  opacity: 0.05;
  margin-top: -140px;
}

@media (min-width: 576px) and (max-width:767px) {
  #employment-title {
    font-size: 30px;
    line-height: 37px;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  #score-title {
    font-size: 30px;
    line-height: 37px;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  #employment-title3 {
    font-size: 30px;
    line-height: 37px;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  .txt40 {
    font-size: 30px;
    line-height: 37px;
  }
}

@media (max-width: 575px) {
  #employment-title3 {
    font-size: 25px;
    line-height: 31px;
  }
}

@media (max-width: 575px) {
  .txt40 {
    font-size: 25px;
    line-height: 31px;
  }
}

@media (min-width: 576px) {
  #employment-title2 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 575px) {
  #employment-title2 {
    font-size: 25px;
    line-height: 31px;
  }
}

@media (max-width: 575px) {
  #employment-title {
    font-size: 25px;
    line-height: 31px;
  }
}

@media (max-width: 575px) {
  #score-title {
    font-size: 25px;
    line-height: 31px;
  }
}

@media (min-width: 768px) {
  #employment-title {
    font-size: 40px;
    line-height: 47px;
  }
}

@media (min-width: 768px) {
  #score-title {

    font-size: 40px;
    line-height: 47px;
  }
}

@media (min-width: 768px) {
  #employment-title3 {
    font-size: 40px;
    line-height: 47px;
  }
}

@media (min-width: 768px) {
  .txt40 {
    font-size: 40px;
    line-height: 47px;
  }
}

.uppercase {
  text-transform: uppercase;
}

.link-more:hover {
  font-weight: 700;
}

.new-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
  min-height: 460px;
  overflow: hidden;
}

.new-img {
  height: 250px;
  background-color: #e0e0e0;
  border-radius: 10px 10px 0 0;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.new-content {
  padding: 20px 20px;
}

.owl-item {
  margin-top: 40px;
  margin-bottom: 20px;
}

#js-carousel-1 .owl-stage-outer {
  overflow: visible;
}

.owl-dots {
  text-align: center;
  margin-top: -30px;
}

@media (max-width: 767px) {
  #courses {
    background: var(--bg);
    position: relative;
    padding-top: 80px;
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  #courses {
    padding: var(--padding-top) 0 var(--padding-btm);
    background: var(--bg);
    position: relative;
  }
}

.top-index {
  position: relative;
  z-index: 10;
}

@media (min-width: 1300px) {
  .full-width {
    padding-left: 7%;
    padding-right: 7%;
  }
}

.courses-surface {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 15px;
  /*box-shadow: 0 0 80px rgba(0,0,0,0.1);*/

  -webkit-box-shadow: 0px 0px 41px 9px rgba(34, 60, 80, 0.16);
  -moz-box-shadow: 0px 0px 41px 9px rgba(34, 60, 80, 0.16);
  box-shadow: 0px 0px 41px 9px rgba(34, 60, 80, 0.16);
}

@media (min-width: 768px) {
  #tabIntership.nav-tabs .nav-item {
    width: 25%;
    padding: 15px 0 0 0;
  }
}

@media (min-width: 768px) {
  .nav-tabs .nav-item {
    width: 33%;
    padding: 15px 0 0 0;
  }
}

.nav-link {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  color: #9d9d9d;
  font-weight: 700;
  border: none;
}

.nav-link-courses {
  color: var(--main-color);
}

.nav-link.active {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  color: var(--main-color) !important;
  font-weight: 700;
}

@media (max-width: 575px) {
  #tabContent {
    padding: 20px;
  }
}

@media (min-width: 576px) {
  #tabContent {
    padding: 50px;
  }
}

.nav-tabs .nav-link.active img {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.nav-tabs .nav-link img {
  opacity: 0.35;
  transition: all 0.5s ease-in-out;
}

.nav-tabs .nav-link {
  border: none;
  /*line-height: 50px;*/
  transition: all 0.3s ease-in-out;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .nav-tabs .nav-link.active {
    padding: 20px 0 20px 0;
    border-radius: 15px;
  }
}

@media (min-width: 768px) {
  .nav-tabs .nav-link.active {
    margin-left: 20px;
    margin-right: 20px;
    /*line-height: 50px;*/
    border-radius: 10px 10px 0 0;
    /*padding: 10px 0 20px 0;*/
    height: 100%;
  }
}

a:hover {
  color: #828282
}

.courses-img {
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 450px;
  height: 360px;
  background-position: top right;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
}

.courses_img3_out {
  position: absolute;
  top: -61px;
  right: 47px;
  /*opacity: 0.5;*/
}

.courses_img2_out {
  position: absolute;
  top: -35px;
  right: 60px;
  /*opacity: 0.5;*/
}

.courses_img1_out {
  position: absolute;
  top: -39px;
  right: 22px;
}

.med-catogory-tabs .active .med-catogory-tab img {
  filter: invert(0%);
  margin-right: 10px;
}

.med-catogory-tabs .med-catogory-tab p {
  color: green;
}

.med-catogory-tabs .active .med-catogory-tab p {
  color: #ffffff;
}

.med-catogory-tabs img {
  filter: invert(80%);
  margin-right: 10px;
}

.med-catogory-tab:hover {
  /*background-color: #f7d625;*/
  box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
  .med-catogory-tab {
    padding: 10px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
  }
}

@media (min-width: 576px) {
  .med-catogory-tab {
    /*background-color: #eee;*/
    border: 1px solid var(--main-color);
    padding: 30px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;

  }
}

.font25 {
  font-size: 18px;
  font-weight: 700;
}

.med-catogory-tabs a {
  text-decoration: none;
}

.med-catogory-tabs {
  max-width: 900px;
}

.med-catogory-tabs .active .med-catogory-tab {

  /*background: linear-gradient(to bottom, forestgreen, #26ae04);*/
  border: 1px solid var(--main-color);
  border-radius: 5px;
  background: var(--main-color);
  box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.25);

}

.carousel-indicators {
  margin-right: 0;
  margin-left: 0;
  /*position: relative;*/
  /*top: 0;*/
}

.courses-list-content {
  margin-top: 50px;
}

.courses-list {
  list-style-image: url('../../assets/img/check.png');
  list-style-position: inside;
  padding: 0;
}

.courses-list a:hover {
  color: var(--main-color);
}

.courses-list a {
  color: #4a4a4a;
  text-decoration: none;
  font-weight: 500;
}

.courses-list li {
  padding: 12px 0;
  border-bottom: 1px dotted #a4a4a4;
}

.div-btn {
  padding: 30px 0;
  margin-top: 12px;
}

.all-prog-btn {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--main-color);
}

.all-prog-btn:hover {
  text-decoration: none;
  color: var(--main-color);
}

.block-wrapper-green {
  border-radius: 5px;
  background: #FFF;
  box-shadow: -1px 4px 21px 9px rgba(67, 186, 166, 0.20);
  padding: 10px;
}


.btn-green-stroke2:hover img {
  filter: brightness(0%) invert(100%);
  transition: all 0.5s ease-in-out;
}

.btn-green-stroke2 img {
  margin-left: 8px;
  margin-top: -3px;
  transition: all 0.5s ease-in-out;
}

@media (max-width:575px) {
  .tabs-img {
    display: block;
  }
}

@media (min-width:576px) and (max-width: 767px) {
  .tabs-img {
    display: inline-block;
  }
}

@media (min-width: 768px) and (max-width:1499px) {
  .tabs-img {
    display: block;
  }
}

@media (min-width: 1500px) {
  .tabs-img {
    display: inline-block;
  }
}

@media (max-width:575px) {
  .col-tabs {
    position: relative;
    height: 330px;
    margin-top: 30px;
  }
}

@media (min-width:576px) and (max-width:767px) {
  .col-tabs {
    position: relative;
    height: 170px;
    margin-top: 30px;
  }
}

@media (min-width:768px) and (max-width: 1199px) {
  .col-tabs {
    position: relative;
    height: 110px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .courses-surface .nav {
    display: block;
  }
}

@media (min-width: 992px) {
  .search-input-green {
    background-position: 1%;
  }
}

@media (max-width: 991px) {
  .search-input-green {
    background-position: 3%;
  }
}

@media (max-width: 767px) {
  .margin-sm-auto {
    margin: auto;
  }
}

.preim-col-bg {
  background-color: #f7d625;
  border-radius: 10px;
  width: 100%;
  padding-left: 5px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  height: 100%;
}

#preim {
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.pad-t-b-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.preim-col {
  /*background: linear-gradient(to right, rgba(0,135,3,1.0), rgba(38,174,4,1.0));*/
  background: var(--main-color);
  border-radius: 10px;
  padding: 50px 20px 50px 10px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.preim-col:hover {
  background: url('../../assets/img/ico11_bg.png') -70px center no-repeat, linear-gradient(to right, rgba(0, 135, 3, 0), rgba(38, 174, 4, 0));
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.preim-col:hover img {
  filter: invert(80%);
}

.preim-col:hover p {
  filter: invert(80%);
}

.preim-col-bg-img {
  position: absolute;
  top: 0;
  left: -50px;
}

.pad-t-b-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}



.owl-item {
  /*min-width: 400px;*/
}

.teacher-card {
  background: #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
  padding: 40px 10px;
  height: 320px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 450px;
  margin: 50px auto 0 auto;
  position: relative;
}

.txt22 {
  font-size: 22px;
  line-height: 27px;
}

.txt13 {
  font-size: 13px;
  line-height: 16px;
}

.btn-consult {
  background: #008703;
  color: #fff;
  padding: 10px 15px;
  border-radius: 7px;
  transition: all 0.3s ease-in-out;
}

.btn-consult:hover {
  color: #2a2a2a;
  text-decoration: none;
  background: #f7d625;
  padding: 20px 40px;
  transition: all 0.3s ease-in-out;
}

.teacher-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 320px;

}

.mar-bot-30 {
  margin-bottom: 30px;
}

@media (max-width: 400px) {
  .teacher-img {
    width: 275px;
  }
}

@media (max-width: 767px) {
  .docs-bg {
    height: 620px;
    border-radius: 0 0 70px 70px;
    background: #008703;
  }
}

@media (min-width: 768px) {
  .docs-bg {
    height: 620px;
    border-radius: 0 0 150px 150px;
    background: #008703;
  }
}

@media (max-width: 767px) {
  .docs-row {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .docs-row {
    margin-top: 20px;
    /*gap:10px;*/
  }
}

.doc {
  border-radius: 5px;
  /*border: 2px solid #fff;*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.doc-grad {
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 64, 1, 0.8), rgba(0, 64, 1, 0) 50%);
  transition: all 0.3s ease-in-out;
}

.doc-grad:hover {
  width: 100%;
  height: 100%;
  background: rgba(0, 64, 1, 0.7);
  transition: all 0.3s ease-in-out;
  padding-bottom: 30%;
}

.doc-grad-hover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  transition: all 0.3s ease-in-out;
  padding: 0 30px;
}

.doc-read-more {
  color: var(--main-color)
}

.doc-read-more:hover {
  color: #ed8419;
  ;
}

.btn-yellow {
  background: var(--main-color);
  padding: 10px 20px;
  border-radius: 7px;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.btn-yellow:hover {
  color: #3e3e3e;
  text-decoration: none;
  padding: 10px 30px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .doc-grad:hover .doc-grad-hover {
    transition: all 0.3s ease-in-out;
    bottom: 50px;
  }
}

@media (min-width: 992px) {
  .doc-grad:hover .doc-grad-hover {
    transition: all 0.3s ease-in-out;
    bottom: 150px;
  }
}

.doc-grad:hover .doc-read-more {
  display: flex;
}

.doc-read-more {
  display: none;
  width: fit-content;
  align-items: center;
  margin: 15px auto;
}

.btn-yellow {
  display: none;
}

.doc-grad:hover .btn-yellow {
  display: inline-block;
}

.btn-all-doc img {
  filter: brightness(0%) invert(100%);
  /*transition: all 0.3s ease-in-out;*/

}

.btn-all-doc {
  /*border: 1px solid #ed8419;*/
  /*border-radius: 7px;*/
  /*background: #ed8419;*/
  /*background: linear-gradient( orange, orangered);*/
  /*padding: 13px 20px 10px 20px;*/
  color: var(--main-color);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--main-color);
  padding: 30px;
  border-radius: 5px;
}

.read-more-btn {
  border: 1px solid var(--main-color);
  border-radius: 7px;
  padding: 10px;
  color: var(--main-color);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.btn-all-doc:hover {
  box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.25);
  /*background: #b16415;*/
  /*border: 1px solid #ed8419;*/
  /*color: #fff;*/
  /*padding: 13px 30px 10px 30px;*/
  transition: all 0.3s ease-in-out;
}

.read-more-btn:hover {
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff !important;
  /*padding: 13px 20px 13px 20px;*/
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.btn-all-doc:hover img {
  filter: brightness(0%) invert(100%);
  transition: all 0.3s ease-in-out;
}

.read-more-btn:hover img {
  filter: brightness(0%) invert(100%);
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .doc {
    height: 390px;
  }
}

@media (max-width: 991px) {
  .doc {
    height: 300px;
  }
}

#reviews {
  position: relative;
  overflow: hidden;
  padding-top: -60px;
  padding-bottom: 20px;
}

.light {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

@media (max-width: 575px) {
  .txt30 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (min-width: 576px) {
  .txt30 {
    font-size: 30px;
    line-height: 35px;
  }
}

.rev-surf-1 {
  padding: 10px 0;
  margin: 20px auto;

  -webkit-box-shadow: 7px 12px 25px 7px rgba(34, 60, 80, 0.23);
  -moz-box-shadow: 7px 12px 25px 7px rgba(34, 60, 80, 0.23);
  box-shadow: 7px 12px 25px 7px rgba(34, 60, 80, 0.23);
  background: white;
  border-radius: 5px;
}

.rev-surf-4 {
  padding: 10px 0;
  margin: 10px 0 10px 0;
  -webkit-box-shadow: 7px 12px 25px 7px rgba(34, 60, 80, 0.23);
  -moz-box-shadow: 7px 12px 25px 7px rgba(34, 60, 80, 0.23);
  box-shadow: 7px 12px 25px 7px rgba(34, 60, 80, 0.23);
  background: white;
  border-radius: 5px;
}

.rev-surf-1d {


  -webkit-box-shadow: 7px 12px 25px 7px rgba(34, 60, 80, 0.23);
  -moz-box-shadow: 7px 12px 25px 7px rgba(34, 60, 80, 0.23);
  box-shadow: 7px 12px 25px 7px rgba(34, 60, 80, 0.23);
  background: white;
  border-radius: 5px;
  margin-top: 30px;

}

.rev-surf-2 {
  margin-bottom: 20px;
  /*height: max-content;*/
  background: #fff;
  border-radius: 20px;
  /*box-shadow: 0 0 50px rgba(32,79,121,0.1);*/
  padding: 30px 40px 0 40px;
  /*position: relative;*/
  /*z-index: 1;*/
}

.rev-surf-3 {
  margin-bottom: 20px;
  height: 360px;
  background: #fff;
  border-radius: 20px;
  /*box-shadow: 0 0 50px rgba(32,79,121,0.1);*/
  padding: 30px 40px 0 40px;
  position: relative;
  z-index: 1;
}

.avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #fff;
  background-color: #f3f6f9;
}

.quotes {
  position: absolute;
  top: -35px;
}

.relative {
  position: relative;
}

.grey {
  color: #747c91;
}

.review-footer {
  border-top: 1px solid #f3f6f9;
  padding: 15px 0;
  height: 50px;
}

@media (min-width: 1200px) {
  .avatar {
    margin-top: -95px;
  }
}

@media (max-width: 1199px) {
  .avatar {
    margin: -95px auto 0 auto;
  }
}

#certificate {
  overflow: hidden;
}

.frame-div img {
  position: absolute;
  left: -100px;
  right: -100px;
  margin: auto;
  top: -100px;
  bottom: -100px;
}

.frame-div {
  position: relative;
  z-index: 1;
}

.certificate-img {
  width: 200px;
  height: 284px;
  background-color: #e0e0e0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.txt15 {
  font-size: 15px;
  line-height: 20px;
}

.certif-title {
  width: 200px;
  background-color: #f7d625;
  border-radius: 10px;
  padding: 15px 10px;
  position: absolute;
  z-index: 2;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width:1199px) {
  .certificate {
    transform: scale(0.8);
    position: relative;
  }
}

@media (min-width: 1200px) {
  .frame-div {
    height: 450px;
  }
}

@media (max-width:1199px) {
  .frame-div {
    height: 460px;
  }
}

#cta {
  position: relative;
  margin-top: 100px;
}

.opacity10 {
  opacity: 0.1;
}

.green-bg {
  background-color: #008703;
}

@media (max-width:767px) {
  .cta-woman {
    position: absolute;
    bottom: 0;
    left: -100px;
    right: -100px;
    margin: auto;
    width: 280px;
  }
}

@media (min-width:768px) and (max-width: 1199px) {
  .cta-woman {
    position: absolute;
    bottom: 0;
    left: -100px;
    right: -100px;
    margin: auto;
  }
}

@media (min-width: 1200px) {
  .cta-woman {
    position: absolute;
    bottom: 0;
    left: -100px;
    right: -100px;
    margin: auto;
  }
}

.txt20 {
  font-size: 20px;
  line-height: 25px;
}

.cta-list li {
  padding: 10px 0;
  list-style-image: url('../../assets/img/check-white.png');
}

.cta-list {
  padding-left: 20px;
}

.cta-white-bg {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}

.text-input-form {
  border: 1px solid #aaaeaa;
  padding: 22px 10px 27px 20px;
  border-radius: 8px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .cta-content {
    padding-top: 50px;
  }
}

.col-form {
  margin-bottom: 50px;
}

html {
  /*overflow-x: hidden;*/
}

.map-div {
  /*filter: grayscale(100%);*/
  /*padding-top: 150px;*/
}

.contacts {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  background: linear-gradient(to right, rgba(38, 174, 4, 1), rgba(23, 160, 26, 1));
  border-radius: 15px;
  padding: 10px;
}

.gradient {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0));
  height: 250px;
  position: relative;
  margin-top: -600px;
  z-index: 1;
}

.map-code {
  z-index: 0;
  position: relative;
  width: 60%;
}

.inner-stroke {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 30px;
  box-shadow: inset 0 0 0 1px #61c161, 0 2px 4px rgb(4 193 140 / 44%);
  color: white;
}

@media (max-width: 991px) {
  .map-code {}
}

@media (max-width: 700px) {
  .map-code {
    width: 100%;
    padding-top: 190px;
    height: 500px;
  }
}

@media (min-width: 992px) {
  #contacts {
    height: 200px;
  }
}

@media (max-width: 991px) {
  #contacts {
    height: 310px;
  }
}

.map-cont {
  margin-top: 60px;
  margin-bottom: 60px;
  filter: grayscale(100%);
  width: 50%;
}

#footer {
  padding-top: 20px;
  padding-bottom: 20px;
  /*background-color: #2a2a2a;*/
  background-color: #1D262D;
  /*background-color: rgba(0, 128, 0, 1);*/
  margin-top: -10px;
}

.footer_links {
  color: white;
  font-size: 11px;
  font-weight: 600;
}

.footer_text {
  color: whitesmoke;
}

.footer_links:hover {
  color: #e7e7e7;
}

.footer_text:hover {
  color: #e7e7e7;
}

.social_links_footer {
  padding: 5px;
  font-size: 16px
}

.social_links_footer a {
  color: white;
}


@media (min-width: 768px) {
  .certif-row {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .all-button {
    margin-top: 30px;
  }
}

@media (max-width:991px) {
  #cta {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .nav-item:nth-child(even) {
    background-color: #eee;
  }
}

@media (min-width:1700px) {
  .review-text {
    height: 500px;
    overflow: hidden;
  }
}

@media (min-width:1500px) and (max-width:1699px) {
  .review-text {
    height: 600px;
    overflow: hidden;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  .review-text {
    height: 280px;
    overflow: hidden;
  }
}

@media (min-width: 768px) and (max-width:1199px) {
  .review-text {
    height: 250px;
    overflow: hidden;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .review-text1 {
    height: 360px;
    overflow: hidden;
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .review-text1 {
    height: 360px;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  .review-text1 {
    overflow: hidden;
  }
}

@media (min-width: 1200px) and (max-width:1499px) {
  .review-text {
    height: 380px;
    overflow: hidden;
  }
}

/*@media (min-width: 768px) {*/
/*.rev-surf-1 {*/
/*max-width: 700px;*/
/*!*min-height: 310px;*!*/
/*}*/
/*}*/

/*@media (min-width: 576px) and (max-width:767px) {*/
/*.rev-surf-1 {*/
/*max-width: 550px;*/
/*}*/
/*}*/

.owl-carousel button.owl-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: none;
  background: #e0e0e0;
  margin: 0 3px;
}

.owl-carousel button.owl-dot.active {
  background: #008703;
  width: 10px;
  height: 10px;
}

button {
  padding: 0;
}

.certificate {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.certificate:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #fff;
}

@media (max-width: 767px) {

  .navbar-light .navbar-nav .active>.nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show>.nav-link {
    color: #000000;
  }
}

.menu .nav-item .nav-link.active {
  /*background-color: #26ae04;*/
  border-radius: 10px;
  background: #03AF13;
  box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.25);
}

.header-nav-link.active {
  color: #fff !important;
}

.menu .nav-item .nav-link {
  padding-top: 13px;
  height: 42px;
  /*padding-bottom: 13px;*/
}

.catalog-banner {}

.quiz-bg {
  background: url('../../assets/img/ico24.png'), #fff;
  background-repeat: no-repeat;
  background-position: -10px -10px;
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  padding: 30px 50px;
  position: relative;
  z-index: 10;
}

.txt25 {
  font-size: 25px;
  line-height: 30px;
}

#quizCarousel .carousel-indicators li.active {
  background: #3e3e3e;
  color: #fff;
  border: none;
}

@media (max-width: 575px) {
  #quizCarousel .carousel-indicators li {
    padding: 3px 10px;
    margin-bottom: 5px;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  #quizCarousel .carousel-indicators li {
    padding: 5px 10px;
  }
}

@media (min-width: 768px) and (max-width:1199px) {
  #quizCarousel .carousel-indicators li {
    padding: 5px 20px;
  }
}

@media (min-width: 1200px) {
  #quizCarousel .carousel-indicators li {
    padding: 5px 35px;
  }
}

#quizCarousel .carousel-indicators li {
  background: #fff;
  text-indent: 0;
  width: auto;
  height: auto;
  color: #696969;
  border: 1px solid #9d9d9d;
  border-radius: 5px;
  opacity: 1;
  top: 0;
}

#quizCarousel .carousel-inner {
  position: relative;
}

#quizCarousel .carousel-indicators {
  position: relative;
}

.prev-next-btn {
  position: relative;
  margin-top: 60px;
}

#quizCarousel .carousel-control-prev,
#quizCarousel .carousel-control-next {
  opacity: 1;
}



@media (min-width: 576px) and (max-width:767px) {

  #quizCarousel .carousel-control-prev,
  #quizCarousel .carousel-control-next {
    background-color: #26ae04;
    top: auto;
    padding: 15px 70px;
    border-radius: 10px;
  }
}

@media (max-width: 575px) {

  #quizCarousel .carousel-control-prev,
  #quizCarousel .carousel-control-next {
    background-color: #26ae04;
    padding: 15px 70px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {

  #quizCarousel .carousel-control-prev,
  #quizCarousel .carousel-control-next {
    background-color: #26ae04;
    top: auto;
    padding: 10px 25px;
    border-radius: 10px;
  }
}

.quiz-form input[type=radio]:checked+label {
  background: #26ae04;
  color: #fff;
}

.col-answer {
  padding: 20px 20px 20px 40px;
  margin: 5px;
  border-radius: 10px;
  width: 97%;
  background: #eee;
}

.col-answer:hover {
  cursor: pointer;
}

.form-check-input {
  margin: 29px 10px 0 20px;
  position: absolute;
}

#quizCarousel .form-check {
  padding: 0;
}

#quiz {
  overflow: visible;
}

.quiz-bg {
  margin-top: -100px;
}

@media (max-width: 1199px) {
  #catalog {
    padding-top: 40px;
  }
}

@media (min-width: 1200px) {
  #catalog {
    padding-top: 70px;
    /*padding-bottom: 100px;*/
  }
}

.line-top {
  border-top: 1px solid #eee;
}

.btn-green-mini:hover {
  /*background-image: linear-gradient(to right, #008703, #26ae04);*/
  background: var(--main-color);
  /*border-radius: 7px;*/
  /*padding: 13px 20px;*/
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.btn-green-mini {
  /*background-image: linear-gradient(to right, #008703, #26ae04);*/
  background: var(--main-color);
  border-radius: 7px;
  padding: 10px 20px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.bottom-align {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  padding: 20px 30px;
}

.height100 {
  height: 100%;
}

.curs-card-carousel {
  padding: 20px 40px;
  height: 300px;
  position: relative;
  padding-bottom: 100px;
}

.curs-card {
  padding: 20px 40px;
  height: 100%;
  /*position: relative;*/
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .catalog-banner-bg.image-bg3 {
    /*right: -670px;*/
  }
}

.parameters {
  /*margin-top: 40px;*/
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 20px 30px 20px;

}

.bonus-bg {
  background: linear-gradient(to right, #008703, #26ae04);
  padding: 40px;
  border-radius: 10px;
  height: 100%;
}

@media (max-width: 1199px) {
  #curs-body {
    padding-top: 100px;
  }
}

@media (min-width: 1200px) {
  #curs-body {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.bonus-bg:hover .arrow-next {
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}

.arrow-next {
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}

#curs-body a:hover {
  text-decoration: none;
}

.padding-5 {
  padding: 5px;
}

.surface-shadow {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.padding-20 {
  padding: 20px;
}

.margin-b-0 {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .m-w-xl-195 {
    max-width: 195px;
  }
}

.mar-bot-20 {
  margin-bottom: 20px;
}

.list-green-check li {
  padding-left: 25px;
  margin-bottom: 10px;
  background-image: url('../../assets/img/check.png');
  background-repeat: no-repeat;
  background-position: left 5px;
}

@media (min-width: 992px) {
  .title-bg3 {
    padding: 50px 0;
  }
}

@media (min-width: 992px) {
  .title-bg1 {
    padding: 140px 0;
  }
}

.image-bg3 {
  display: block;
  margin: auto;
  position: absolute;
  /*top: 0;*/
  left: -1000px;
  right: -1000px;
  z-index: 1;
}

@media (min-width: 768px) {
  .image-bg3 {
    width: 100%;
    max-width: 2000px;
    height: 110%;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .image-bg3 {
    width: 100%;
    max-width: 2000px;
    height: 130%;
    object-fit: cover;
  }
}

@media (min-width: 1200px) {
  #about-video {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 1199px) {
  #about-video {
    padding-top: 35px;
  }
}

#about-video {
  position: relative;
}

.video-about .cover-about {
  transition: all 0.3s ease-in-out;
}

.video-about:hover .cover-about {
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}

.play-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.play-video:hover {
  transition: all 0.3s ease-in-out;
  transform: scale(0.9);
}

.surface-green {
  background-color: #008703;
  border-radius: 15px;
}

.white-line {
  width: 100%;
  background-color: #fff;
  height: 1px;
  margin: 20px 0;
}

@media (min-width: 576px) and (max-width: 991px) {
  .video-description {
    margin-top: -70px;
    position: relative;
    z-index: 10;
  }
}

@media (min-width: 992px) {
  .video-description {
    margin-left: -100px;
    position: relative;
    z-index: 10;
  }
}

@media (min-width: 992px) {
  #video iframe {
    height: 550px;
  }
}

@media (min-width: 0px) and (max-width:991px) {
  #video iframe {
    height: 260px;
  }
}

.new_bg {
  top: 0px;
}

@media (min-width: 768px) {
  .internship_bg {
    top: -60px;
  }
}

@media (max-width: 767px) {
  .internship_bg {
    bottom: 0;
  }
}


.internship_item_more {
  margin-left: 10px;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 6px 14px 6px 14px;
  font-size: 14px;
  border: solid 1px silver;
  color: white;
  background: rgba(203, 203, 203, 0.5);
}

.internship_item_more:hover {
  color: white;
  background: rgba(203, 203, 203, 0.8);
}

.internship_item_img {
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.internship-card2 {
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  margin-bottom: 100px;
}

.webinar-card {
  padding: 20px 20px 50px 20px;

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.nmc-card {
  /*height: 200px;*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.internship-card {
  padding: 20px 20px 330px 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.arrow-white {
  filter: brightness(0%) invert(100%);
}

.btn-orange-stroke:hover {
  border: 2px solid #f7d625;
  background-color: #f7d625;
  border-radius: 5px;
  padding: 9px;
  color: #1e1818;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.btn-orange-stroke {
  border: 2px solid #f7d625;
  border-radius: 5px;
  padding: 9px;
  color: black;
  /*color: #f7d625;*/
  transition: all 0.3s ease-in-out;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  /*background: #f7d625;*/
  background-color: rgb(247, 214, 37, 0.8);
}

.btn-green-stroke3:hover {
  border: 2px solid #007403;
  background-color: #007403;
  border-radius: 5px;
  padding: 9px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.btn-green-stroke3 {
  border: 2px solid #008703;
  border-radius: 5px;
  padding: 9px;
  color: #ffffff;
  /*color: #f7d625;*/
  transition: all 0.3s ease-in-out;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  /*background: #f7d625;*/
  background-color: #008703;
}

#top-banner:hover .tone {
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.tone {
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

#parameters {
  overflow: visible;
}

.surface {
  background: #fff;
  border-radius: 10px;
}

@media (max-width:767px) {
  .right-line {
    border-bottom: 1px solid #e4e4e4;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .right-line:nth-child(odd) {
    border-right: 1px solid #e4e4e4;
  }
}

@media (min-width: 992px) {
  .right-line {
    border-right: 1px solid #e4e4e4;
  }
}

.intership-param {
  margin-top: -100px;
  position: relative;
}

@media (min-width: 1200px) {
  #intership-body {
    padding-bottom: 100px;
  }
}

.intership-img {
  border-radius: 15px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.equipment-img {
  height: 200px;
  border-radius: 10px;
  margin-bottom: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}

.equipment-img:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}

.gallery-img {
  background: red;
  width: 100%;
  padding: 50% 0;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.1s ease-in-out;
}

.gallery-img:hover {
  transform: scale(0.95);
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}

#header-title {
  margin-bottom: 0;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

@media (min-width: 768px) {
  #header-title {
    font-size: 40px;
    line-height: 47px;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  #header-title {
    font-size: 30px;
    line-height: 37px;
  }
}

@media (max-width: 575px) {
  #header-title {
    font-size: 25px;
    line-height: 31px;
  }
}

#webinar-card-title {
  margin-bottom: 0;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  height: 100px;
}

#internship-card-title {
  margin-bottom: 0;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  height: 50px;
}

.read-more {
  font-size: 11px;
  line-height: 14px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

#webinar-date {
  font-size: 16px;
}

.hover-green-bg {
  Background: #008703;
  opacity: 0.8;
  position: absolute;
  top: 500px;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.webinar-card:hover .hover-green-bg {
  top: 0;
  transition: all 0.3s ease-in-out;
}

#param-text1 {
  color: #747c91;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
}

#param-text2 {
  color: #2a2a2a;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
}

#tab-title2 {
  font-size: 18px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #2a2a2a;
}

#tab-title {
  font-size: 22px;
  line-height: 27px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #2a2a2a;
}

#tab-text {
  font-size: 14px;
  line-height: 25px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #2a2a2a;
}

.point {
  padding-left: 20px;
  border-left: 3px solid #bdd0d6;
}

#review-title {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #2a2a2a;
  height: 90px;
}

#review-txt {
  color: #747c91;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
}

#review-txt1 {
  margin: 0;
  color: #747c91;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
}

#review-txt2 {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  color: #9e9e9e;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.col-review {
  margin-bottom: 30px;
}

#title1 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #2a2a2a;
}

.thanks-card {
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 50px rgba(32, 79, 121, 0.1);
  padding: 0 0 50px 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

#title-thanks-card {
  background: #fff;
  font-size: 16px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #586481;
  padding: 15px 30px;
  line-height: 20px;
  border-top: 2px solid #f3f6f9;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#thanks .carousel-control-next,
#thanks .carousel-control-prev {
  background: rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  #title1 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  #title1 {
    font-size: 30px;
    line-height: 35px;
  }
}

#contact-txt1 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #2a2a2a;
}

#contact-txt2 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #2a2a2a;
  margin: 0;
}

#contact-title {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #2a2a2a;
  margin: 30px 0;
}

#green-link {
  color: var(--main-color);
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

@media (min-width: 576px) {
  #contact-title {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 575px) {
  #contact-title {
    font-size: 20px;
    line-height: 25px;
  }
}

#social-link img {
  margin: -10px 10px 0;
}

#nmc-title {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #2a2a2a;
  font-size: 24px;
}

#nmc-text1 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.nmc-div-text {
  padding: 10px 20px 30px 20px;
}

#teacher-title {
  font-size: 22px;
  line-height: 27px;
  color: #2a2a2a;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

#teacher-text1 {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 5px;
}

#teacher-text2 {
  font-size: 14px;
  line-height: 18px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #2a2a2a;
  margin-bottom: 5px;
}

#popup_title {
  font-size: 20px;
  line-height: 25px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #fff;
}

#popup_title2 {
  font-size: 18px;
  line-height: 23px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #2a2a2a;
  text-transform: uppercase;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

#appointment .modal-body {
  background-image: url('../../assets/img/appointment_popup_bg.jpg');
  background-position: right top;
  background-size: auto;
  background-repeat: no-repeat;
  max-height: 380px;
  border-radius: 10px;
}

.appointment-popup-head {
  position: absolute;
  top: -59px;
  right: 53px;
}

#appointment .modal-dialog {
  margin-top: 100px;
}

#news-title {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #2a2a2a;
  min-height: 100px;
}

#title_news {
  height: 100px;
}

#news-date {
  font-size: 14px;
  line-height: 18px;
  color: #9e9e9e;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
}

#news-read-more {
  text-decoration: underline;
  margin: 0;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 14px;
  color: #008703;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 500;
}

#news-read-more:hover {
  font-weight: 700;
}

#news-title-date {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
}

.catalog_bg {
  top: -60px;
}

#new {
  padding-top: 80px;
  padding-bottom: 80px;
}

#new-text-1 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #2a2a2a;
}

#new-title {
  font-size: 25px;
  line-height: 30px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #2a2a2a;
  margin: 40px 0;
}

#new-text-2 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #2a2a2a;
}

.new-img {
  margin: auto;
  display: block;
  width: 100%;
  /*margin: 40px 0;*/
}

#new iframe {
  margin: 40px 0;
  width: 100%;
  max-width: 900px;
}

@media (max-width:767px) {
  #new iframe {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  #new iframe {
    height: 400px;
  }
}

@media (min-width: 992px) {
  #new iframe {
    height: 560px;
  }
}

#cookie-title {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #2a2a2a;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 10px;
}

#cookie-text {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #2a2a2a;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}

#cookie .modal-dialog {
  position: fixed;
  margin: 0;
  bottom: 0;
  left: 0;
  border: none;
  right: 0;
  margin: auto;
}

.toast-body {
  background-color: var(--main-color);
  color: #fff;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 30px;
}

#toast-title {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #2a2a2a;
}

#cookie {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
}

.toast-close {
  opacity: 0.3;
}

.toast-close:hover {
  opacity: 0.6;
}

#header-subtitle {
  font-size: 20px;
  line-height: 25px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #fff;
}

#employment {
  padding-top: 100px;
}

.quote {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #2a2a2a;
  line-height: 27px;
  padding: 0 0 0 50px;
  max-width: 600px;
  border-left: 5px solid #26ae04;
  margin: auto;
}

#employment-title3 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #2a2a2a;
  max-width: 1000px;
  margin: auto;
}

#employment-title2 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #2a2a2a;
}

#score-title {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #2a2a2a;
}

#employment-title {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #2a2a2a;
}

#employment-subtitle {
  font-size: 25px;
  line-height: 30px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #2a2a2a;
}

.green-surface {
  background: #26ae04;
  border-radius: 20px;
  padding: 40px;
}

#white-text-2 {
  font-size: 16px;
  line-height: 25px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #fff;
}

#white-text-1 {
  font-size: 20px;
  line-height: 25px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #fff;
}

#white-text-bold {
  font-size: 20px;
  line-height: 25px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #fff;
}

@media (min-width: 992px) {
  .green-col {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 991px) {
  .green-col {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.green-col:nth-last-child(1) {
  border: none;
}

.mar-bot-70 {
  margin-bottom: 70px;
}

#score-text {
  line-height: 25px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

#employment-text1 {
  line-height: 25px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
}

#score-text2 {
  font-size: 14px;
  line-height: 25px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #2a2a2a;
}

#employment-text2 {
  font-size: 14px;
  line-height: 25px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #2a2a2a;
}

#employment-bold2 {
  font-size: 18px;
  line-height: 23px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #2a2a2a;
}

#score-bold1 {
  font-size: 22px;
  line-height: 27px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #2a2a2a;
}

#employment-bold1 {
  font-size: 22px;
  line-height: 27px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #2a2a2a;
}

#step-number {
  font-size: 100px;
  color: #26ae04;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 100px;
}

@media (max-width: 991px) {
  .step-dotts {
    display: none;
  }
}

@media (min-width: 992px) {
  .step-dotts {
    position: absolute;
    right: -20px;
    top: 50px;
  }
}

@media (min-width: 992px) {
  .col-pad-t-50 {
    padding-top: 50px;
  }
}

.green-div {
  background: #26ae04;
  padding: 50px;
}

#step-number2 {
  font-size: 150px;
  line-height: 150px;
  color: #f3f3f3;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 800;
}

#step-img {
  margin: -40px 0 20px 0;
  border-radius: 15px;
}

#step-order-button {
  color: white;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 30px;
  background: #26ae04;
}

#step-order-button:hover {
  background: #1d7e04;
}

.green-bg-quote {
  margin: 100px 0;
  background: #26ae04;
}

.white-quote {
  color: #fff;
  max-width: 700px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding-left: 50px;
  border-left: 5px solid #fff;
  margin: auto;
}

@media (min-width: 768px) {
  .white-quote {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .white-quote {
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  .green-bg-quote {
    padding: 80px;
  }
}

@media (max-width: 575px) {
  .green-bg-quote {
    padding: 50px 20px;
  }
}

@media (min-width: 992px) {
  #employment {
    padding-bottom: 100px;
  }
}

#nmo-score {
  padding-top: 30px;
}

@media (min-width: 992px) {
  #nmo-score {
    padding-bottom: 30px;
  }
}

.number {
  background: #26ae04;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #fff;
}

.number2 {
  background: #26ae04;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  position: absolute;
  cursor: pointer;
}

.inside-number {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.number2:hover {
  opacity: 0.7;
}

#num1 {
  top: 13px;
  left: 30px;
}

.nmo-div-img {
  position: relative;
  max-width: 310px;
  margin: auto;
}

#num2 {
  bottom: 60px;
  left: 20px;
}

#num3 {
  top: 80px;
  left: 90px;
}

#num4 {
  bottom: 35px;
  right: 25px;
}

@media (min-width: 768px) {
  .employment-video {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .employment-video {
    height: 260px;
  }
}

#video-tag {
  padding: 20px;
  max-width: 350px;
  margin: -50px auto 0;
  position: relative;
  z-index: 10;
}

.nmo-video-prev {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.nmo-tag-img {
  margin-right: 10px;
}

@media (max-width: 575px) {
  #success {
    /*background-image: url("../../assets/img/success-bg.jpg");*/
    background-position: 25% 340px;
    background-size: 1200px;
    background-repeat: no-repeat;
  }
}

@media (min-width: 576px) and (max-width:991px) {
  #success {
    background-image: url('../../assets/img/success-bg.jpg');
    background-position: 30% 340px;
    background-size: 1500px;
    background-repeat: no-repeat;
  }
}

@media (min-width: 992px) {
  #success {
    background-image: url('../../assets/img/success-bg.jpg');
    min-height: 100px;
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat;
  }
}


@media (max-width: 575px) {
  #error {
    background-image: url('/images/technical/background/Layer 672.png');
    background-position: 25% 340px;
    background-size: 1200px;
    background-repeat: no-repeat;
  }
}

@media (min-width: 576px) and (max-width:991px) {
  #error {
    background-image: url('/images/technical/background/Layer 672.png');
    background-position: 30% 340px;
    background-size: 1500px;
    background-repeat: no-repeat;
  }
}

@media (min-width: 992px) {
  #error {
    background-image: url('/images/technical/background/Layer 672.png');
    min-height: 1000px;
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat;
  }
}


@media (max-width: 991px) {
  .success-content {
    padding-top: 10%;
  }
}

@media (min-width: 992px) {
  .success-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    bottom: 0;
    margin: auto;
  }
}

#success-title {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 50px;
}

#success-subtitle {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #2a2a2a;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  #success-title {
    font-size: 50px;
    line-height: 55px;
  }
}

@media (max-width: 767px) {
  #success-title {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (min-width: 768px) {
  #success-subtitle {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  #success-subtitle {
    font-size: 20px;
    line-height: 25px;
  }
}

/*.left {*/
/*	display: none;*/
/*}*/
.left:hover {
  background: #236b11;
}

.reviews_img:hover {
  cursor: pointer;
}

@media (max-width: 575px) {
  #success {
    /*background-image: url("/images/technical/background/success-bg.jpg");*/
    background-position: 25% 340px;
    background-size: 1200px;
    background-repeat: no-repeat;
  }
}

@media (min-width: 576px) and (max-width:991px) {
  #success {
    background-image: url('/images/technical/background/success-bg.jpg');
    background-position: 30% 340px;
    background-size: 1500px;
    background-repeat: no-repeat;
  }
}

@media (min-width: 992px) {
  #success {
    background-image: url('/images/technical/background/success-bg.jpg');
    min-height: 1000px;
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat;
  }
}

@media (max-width: 991px) {
  .success-content {
    padding-top: 10%;
  }
}

@media (min-width: 992px) {
  .success-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    bottom: 0;
    margin: auto;
  }
}

#success-title {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 50px;
}

#success-subtitle {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #2a2a2a;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  #success-title {
    font-size: 50px;
    line-height: 55px;
  }
}

@media (max-width: 767px) {
  #success-title {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (min-width: 768px) {
  #success-subtitle {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  #success-subtitle {
    font-size: 20px;
    line-height: 25px;
  }
}



/*Страница поиска по сайту*/
#search-page {
  margin-top: 5%;
  margin-bottom: 2%;
  min-height: 500px;
}

.search_input_cont {
  margin-top: 30px;
  margin-bottom: 50px;
}

.programm_item_search {
  margin-bottom: 20px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 50px rgba(32, 79, 121, 0.1);
}

.scroll_programms {
  padding: 35px;
  /*width: 100%;*/
  height: 1500px;
  margin-bottom: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
  /* прокрутка по горизонтали */
}


.scroll_programms::-webkit-scrollbar {
  width: 15px;
  background-color: rgba(26, 24, 47, 0.15);
  border-radius: 15px;
  height: 200px;
}

.scroll_programms::-webkit-scrollbar-thumb {
  height: 80px;
  background: #2c8716;
  border-radius: 15px;
}


#scroll_bar {
  position: relative;
}

.site-error {
  margin-top: 2%;
  min-height: 500px;
}

/*Страница не найдена 404*/
.error_text {
  color: #26ae04;
  font-size: 180px;
  margin-bottom: -40px;
}

.not_found {
  font-size: 45px;
  font-weight: 700;
  color: #37383d;
}

.not_found_2 {
  font-size: 30px;
  font-weight: 400;
  color: #37383d;
  line-height: 100%;
}

.error_img {
  background-repeat: no-repeat;
  background-size: contain;
  height: 650px;
  margin-bottom: 10px;
}

.btn_to_main {
  background-color: #26ae04;
  color: white;
  height: 7%;
  vertical-align: center;
  margin-top: 15px;
  margin-bottom: 75px;
  text-align: center;
  font-size: 25px;
  border-radius: 10px;
}

.btn_to_main_a {
  margin-bottom: 20px;
}

.btn_to_main_a:hover {
  text-decoration: none;
  background-color: #1f7f05;
}

@media (max-width: 767px) {
  .error_img {
    display: none;
  }
}


.link_do {
  margin-top: 8px;
  margin-bottom: 0;
}


/*программы на главной*/
.search_program_btn {
  width: 10%;
}

.search_program_input {
  height: 64%;
}


/*Политика конфиденциальности*/
.policy_cont {
  text-align: justify;
  margin-bottom: 25px;
  margin-top: 25px;

}

.policy_title {
  font-weight: 600;
  margin-top: 15px;
}





/*семинары*/
.seminars_page {
  /*margin-bottom: 40px;*/
}

.siminar_item {
  -webkit-box-shadow: 0px 0px 56px 8px rgba(34, 60, 80, 0.16);
  -moz-box-shadow: 0px 0px 56px 8px rgba(34, 60, 80, 0.16);
  box-shadow: 0px 0px 56px 8px rgba(34, 60, 80, 0.16);
  margin-bottom: 35px;
  /*border: solid 1px white;*/
  border-radius: 10px;
  /*padding: 15px;*/
}

.seminar_item_title {
  color: black;
  font-size: 19px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

.seminar_item_title:hover {
  color: black;
}

.seminar_item_date {
  color: #7e7e7e;
  font-size: 14px;
  font-weight: bold;
}

.seminar_item_category {
  color: #363c60;
  font-size: 17px;
  font-weight: bold;
  /*text-decoration: underline grey;*/
}

.seminar_item_btn {
  margin-left: 10px;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  background: #e8a72d;
  /*border: solid 1px green;*/
  border-radius: 3px;
  color: white;
  /*color: #000000;*/
}

.seminar_item_btn:hover {
  background: green;
  color: white;
}


.seminar_item_btn2 {
  margin-left: 10px;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 12px;
  font-size: 12px;
  font-weight: bold;
  border: solid 2px #006900;
}

.seminar_item_btn2:hover {
  margin-left: 10px;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 12px;
  font-weight: bold;
  border: solid 2px #00a500;
}


.seminar_item_nmo_cont {
  height: 35px;
}

.seminars_common_item_img {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}


.seminar_item_more {
  margin-left: 10px;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 6px 14px 6px 14px;
  font-size: 14px;
  border: solid 1px silver;
}

.seminar_item_more:hover {
  background: #f5f5f5;
  border: solid 1px orange;
}

.seminar_item_img {
  width: 150px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;

}

.seminar_item_nmo {
  color: #d00000;
  font-size: 23px;
  font-weight: bold;

}

.seminars_filter_cont {
  -webkit-box-shadow: 0px 0px 56px 8px rgba(34, 60, 80, 0.16);
  -moz-box-shadow: 0px 0px 56px 8px rgba(34, 60, 80, 0.16);
  box-shadow: 0px 0px 56px 8px rgba(34, 60, 80, 0.16);
  background-color: #f5f6fa;
  padding: 12px;
  height: 250px;
  border-radius: 10px;
}

#seminars_filter_p {
  font-weight: bold;
}

.seminar_item_p {
  color: #727272;
  font-size: 15px;
  margin: 0
}

.labels_filter {
  margin-left: 5px;
}

.btn_view_seminar {
  border: 1px solid #008703;
  border-radius: 10px;
  padding: 7px 5px;
  color: #008703;
  text-decoration: none;
  margin-top: 15px;
  text-align: center;
  transition: 0.2s;
}

.btn_view_seminar:hover {
  background: #efefef;
}

.get-consult-button-seminar {
  background: #219504;
  cursor: pointer;
  padding: 6px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  text-align: center;
}

.get-consult-button-seminar:hover {
  background: #177901;
}

/*СТАТЬИ*/
.article_view_title {
  margin-top: 25px;
  margin-bottom: 25px;
}

.block1_article {
  font-size: 20px;
  margin-bottom: 30px;
  text-align: justify;
}

.block2_article {
  font-size: 20px;
  margin-bottom: 30px;
  text-align: justify
}


/*СИСТЕМНЫЕ СТИЛИ*/
.bg-success {
  color: white;
}

.nav-pills .nav-link {
  color: #444444;
  font-weight: 600;
}

.modal-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.get-consult-button {
  /*background: #219504;*/
  border-radius: 5px;
  background: var(--main-color);
  cursor: pointer;
}

.get-consult-button:hover {
  background: #177901;
}

.bad_vision_button {
  vertical-align: top;
  text-align: right;
  color: var(--main-color);
  font-size: 20px;
}

@media (max-width: 767px) {
  button.bad_vision_button {
    font-size: 13px;
    padding: 0;
  }
}

.detail_programm_item_img {
  text-align: center;
}

.about_blocks1 {
  background: #f8f8f8;
  transition: 0.4s;
  /*box-shadow: 0 1px 5px -1px #101bac;*/
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.about_blocks2 {
  background: #f8f8f8;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
  /*box-shadow: 0 2px 2px -1px #00bb88;*/
}

.about_blocks2:hover,
.about_blocks1:hover {
  background: #ffffff;
}

.about_blocks1,
.about_blocks2 {
  /*border: 1.5px solid skyblue;*/
  /*border-image: linear-gradient(to right , #2f5fac, rgba(23,160,26,1));*/
  /*border-image-slice: 1;*/

  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*БОКОВОЕ МЕНЮ*/
.about_menu {
  padding: 15px 5px 5px 5px;

}

.right_menu {
  background: #f5f5f5;
  list-style: none;
  padding: 10px;
  border-radius: 10px;
}

.right_menu_item {
  margin-top: 10px;
  background: #eeeeee;
  text-decoration: none;
  transition: 0.5s;
}

.right_menu_item:hover {
  /*background: rgba(215, 215, 215, 0.96);*/
  background: var(--main-color);
  border-radius: 5px;
}

li.right_menu_item.title {
  padding: 4px 0 4px 18px;
  background: #1b7603;
  color: white;
}


.right_menu_link.active {
  display: block;
  background: var(--main-color);
  color: white;
}


.right_menu_link {
  padding: 4px 15px 4px 15px;
  display: block;
  text-decoration: none;
  text-underline: none;
  color: #262626;
  border-radius: 5px;
}

.right_menu_link:hover {
  text-decoration: none;
  color: #ffffff;
  border-radius: 5px;

}

.hide_about_item {
  display: none;
}

.show_about_item {
  display: block;
}

.about_org_background {
  background: #eaeaea;
}

.detail_porgram_title_info {
  height: 30px;
}

.read_more_btn {
  text-align: right;
}

.seminars_common_item_img {
  width: 95%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.calendar_link {
  font-weight: 600;
  display: block;
  height: 100%;
  border-radius: 5px;
  color: #313131;
  text-align: center;
}

.calendar_link:hover {
  text-decoration: none;
}

#seminar-calendar {
  padding: 10px;
  border: 1px solid #8fa9d066;
  border-radius: 5px;

  -webkit-box-shadow: 0px 0px 17px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 17px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 17px 0px rgba(34, 60, 80, 0.2);
}

#calendar_table {
  margin: 0;
  padding: 3px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 56px 8px rgba(34, 60, 80, 0.16);
  -moz-box-shadow: 0px 0px 56px 8px rgba(34, 60, 80, 0.16);
  box-shadow: 0px 0px 56px 8px rgba(34, 60, 80, 0.16);
}


/*ФИЛЬТР СЕМИНАРЫ*/
.seminars_filter_cont {
  margin-top: 20px;
  -webkit-box-shadow: 0px 0px 56px 8px rgba(34, 60, 80, 0.16);
  -moz-box-shadow: 0px 0px 56px 8px rgba(34, 60, 80, 0.16);
  box-shadow: 0px 0px 56px 8px rgba(34, 60, 80, 0.16);
  background-color: #f5f6fa;
  padding: 12px;
  border-radius: 10px;
}

#seminars_filter_p {
  font-weight: bold;
  text-align: center;
}

.seminar_item_p {
  color: #727272;
  font-size: 15px;
  margin: 0
}

.seminar-card {}

.labels_filter {
  margin-left: 5px;
}

.checkbox-symbol {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}

.checkbox-container {
  box-sizing: border-box;
  background: #ffffff;
  color: #222;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}

.checkbox-container * {
  box-sizing: border-box;
}

.checkbox-input {
  position: absolute;
  visibility: hidden;
}

.checkbox {
  user-select: none;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
}

.checkbox:not(:last-child) {
  margin-right: 6px;
}

.checkbox:hover {
  background: rgba(0, 119, 255, 0.06);
}

.checkbox span {
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.checkbox span:first-child {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 1px solid #cccfdb;
  transition: all 0.3s ease;
}

.checkbox span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transform: translate3d(0, 0, 0);
}

.checkbox span:last-child {
  padding-left: 8px;
  line-height: 18px;
}

.checkbox:hover span:first-child {
  border-color: #0077ff;
}

.checkbox-input:checked+.checkbox span:first-child {
  background: #0077ff;
  border-color: #0077ff;
  animation: zoom-in-out 0.3s ease;
}

.checkbox-input:checked+.checkbox span:first-child svg {
  stroke-dashoffset: 0;
}

@keyframes zoom-in-out {
  50% {
    transform: scale(0.9);
  }
}

.newitem_index_page {
  color: darkgreen;
  font-weight: bold;
  margin-right: 20px;
}

@media (min-width: 350px) and (max-width: 600px) {
  #top-banner {
    height: 225px;
    background-color: var(--main-color);
  }

  .about_partners1 {
    display: none;
  }

  #internship_base_text2 {
    display: none;
  }

  .rev-surf-1d {
    margin-top: 150px;
  }

  #search-input {
    margin-left: -40px;
  }

  #courses {
    margin-top: 650px;
  }

}

.container_agreement {
  display: flex;
  flex-direction: row;
}

.form-group.field-checks-is_agree {
  width: 10px;
  height: 10px;
  margin: 0px 10px 10px 0px;
}

.agree_checkbox {
  width: 20px;
  height: 20px;
  transform: translateY(-10px);

}

.share_vk {
  border: none;
  background-color: white;
}

.button_like {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 33px;
  margin-left: 20px;
}

.button_like+.button_like {
  margin-left: 15px;
}


.button_like[aria-pressed=true] svg {
  fill: red;
}

/* ситли cookie  */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  /* width: 100%; */
  width: 60%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #FFFFFF;
  box-shadow:
      0px -2px 5px 0px #0000000D,
      0px -10px 10px 0px #0000000A,
      0px -22px 13px 0px #00000008,
      0px -38px 15px 0px #00000003,
      0px -60px 17px 0px #00000000;
  display: none;
  z-index: 20;
  justify-content: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.cookie-wrapper {
  display: flex;
  padding: 10px 0;
  align-items: center;
  gap: 72px;
}

.cookie-text {
  max-width: 955px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

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

.cookie-text p:nth-child(1) {
  /* margin-bottom: 16px; */
  margin: 0;
}

.cookie-text p:nth-child(2) {
  /* margin-bottom: 8px; */
  margin: 0;
}


.cookie-text p {
  color: #313131;
  user-select: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.cookie-policy p a {
  color: #313131;
  user-select: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
}

.cookie-left {
  display: flex;
  gap: 20px;
  align-items: center;
}

.cookie-img {
  width: 54px;
  height: 54px;
}

.cookie-img svg {
  color: #313131;
  fill: #313131;
  width: 100%;
  height: 100%;
}

.cookie-button {
  width: 179px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.cookie-button a:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  box-shadow:
      1px 1px 3px 0px #0000001A,
      4px 5px 6px 0px #00000017,
      9px 11px 8px 0px #0000000D,
      16px 19px 10px 0px #00000003,
      25px 30px 11px 0px #00000000;
  border: 2px solid #313131;
  border-radius: 20px;
  color: #313131;

  position: relative;
  /* overflow: hidden; */
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.cookie-button a:nth-child(2) {
  color: #686868;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

/* При наведении включаем бегущую границу */
.cookie-button a:nth-child(1):hover {
  background-color: #4C4C4C;
  text-decoration: none;
  color: white;
  border-color: #4C4C4C;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.cookie-button a:nth-child(2):hover {
text-decoration: underline;
}



@media(max-width:2135px){
  .cookie-wrapper{
      padding: 10px 64px;
  }
}

@media(max-width:1920px){
  .cookie-policy{
      flex-direction: column;
      gap: 4px;
  }
}


.green-btn {
  background-color: #FFFFFF;
}
.green-btn img  {
  filter: none;
  transition: 0.3s;
}
.green-btn:hover img  {
  filter: none;
  rotate: 180deg;
}