body {
  font-size: 14px;
}
p {
  margin-bottom: 0 !important;
}
#component, #custom-code-c5-3 {
  display: none;
}
.authors-numbers {
  min-width: 40px;
  background-color: #db1515;
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.submenu-indicator {
  margin-top: 6px !important;
}
.header_area {
  box-shadow: none !important;
  border-bottom: 1px solid #bdbdbd;
}
.main-page-chb {
  flex-direction: column;
  display: flex;
  width: 100%;
  background-color: #004241;
  color: #ffffff;
}
.first-container-chb {
  display: flex;
  width: 100vw;
}
.second-container-chb {
  display: flex;
  width: 100vw;
}
.first-section-container {
  display: flex;
  width: 19%;
  overflow: hidden;
  position: relative;
}
.first-section-chb {
  background-image: url(/storage/landings/page-chb/photo-main-chb-1.png);
}
.main-cbo-in-cbo-photo-img:hover, .first-section-chb:hover, .third-section-chb:hover, .fifth-section-chb:hover, .spec-project-photo-1:hover, .spec-project-photo-2:hover, 
.spec-project-photo-3:hover {
  transform: scale(1.05);
}
.section-chb {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}
.second-section-chb {
  display: block;
  width: 37%;
  padding: 120px 20px 20px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.main-text-contetnt {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.light-text {
  color: #ffffff;
}
.h1 {
  font-size: 3.1vw;
  font-weight: 600;
}
.h2 {
  font-size: 2.1vw;
  font-weight: 600;
  text-transform: uppercase;
}
.main-subtitle {
  font-size: 18px;
  font-weight: 400;
}
.main-button {
  background-color: #DB1515;
  width: fit-content;
  margin-top: 15%;
}
.main-button-link {
  background-color: #DB1515;
  color: #ffffff;
  padding: 12px 20px;
  display: block;
  font-size: 1vw;
}
.main-button-link:hover, .main-button-link:active, .main-button-link:focus {
  background-color: #af1010;
  color: #ffffff !important;
  padding: 12px 20px ;
}
.second-section-container {
  display: flex;
  width: 44%;
  overflow: hidden;
  position: relative;
}
.third-section-chb {
  background-image: url(/storage/landings/page-chb/photo-main-chb-2.png);
}
.third-section-container {
  display: flex;
  width: 37%;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.empty-section-container {
  display: flex;
  width: 19%;
}
.fourth-section-container {
  border-top: 1px solid #ffffff;
  display: block;
  width: 19%;
}
.fifth-section-chb {
  background-image: url(/storage/landings/page-chb/photo-main-chb-3-1.png);
}
.sixth-section-chb {
  padding: 20px;
  border-right: 1px solid #ffffff;
}
.main-nav {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  gap: 15px;
}
.main-nav-link {
  width: fit-content;
  color: #ffffff !important;
  position: relative;
  cursor: pointer;
  line-height: 1;
  /*задаём высоту строки*/
  text-decoration: none;
}
.main-nav-link:after {
  display: block;
  position: absolute;
  left: 0;
  /*изменить на right:0;, чтобы изменить направление подчёркивания */
  width: 0;
  /*задаём длинну линии до наведения курсора*/
  height: 1px;
  /*задаём ширину линии*/
  background-color: #ffffff;
  /*задаём цвет линии*/
  content: "";
  transition: width 0.3s ease-out;
  /*задаём время анимации*/
}
.main-nav-link:hover:after,
.main-nav-link:focus:after {
  width: 100%;
  /*устанавливаем значение 100% чтобы ссылка подчёркивалась полностью*/
}
.sixth-section-chb {
  border-top: 1px solid #ffffff;
  display: block;
  width: 25%;
}
.seventh-section-chb {
  border-top: 1px solid #ffffff;
  display: block;
  width: 19%;
}
.footer-chb {
  background-color: #373737;
  color: #ffffff;
}
.footer-first-container-chb {
  display: flex;
  width: 100vw;
}
.first-section-footer-chb {
  display: block;
  width: 19%;
  border-bottom: 1px solid #ffffff;
}
.second-section-footer-chb {
  display: flex;
  width: 26%;
  padding: 80px 20px;
  flex-direction: column;
  border-left: 1px solid #BDBDBD;
  border-right: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  gap: 50px;
}
.place-content {
  font-size: 18px;
}
.contacts-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-phone {
  display: flex;
  font-size: 18px;
  gap: 10px;
}
.footer-mail {
  font-size: 18px;
  display: flex;
  gap: 10px;
}
.footer-mail a {
  color: #ffffff;
}
.footer-social-media {
  display: flex;
  gap: 20px;
}
.footer-social-media-icon {
}
.third-section-footer-chb {
  display: flex;
  padding: 80px 0px 25px;
  width: 21%;
  flex-direction: column;
  border-bottom: 1px solid #ffffff;
}
.third-section-footer-chb-1 {
  padding: 0 20px 25px;
  border-bottom: 1px solid #ffffff;
}
.footer-title-of-block {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.footer-text-content {
  display: flex;
  margin-top: 20px;
  gap: 10px;
  font-size: 16px;
  flex-direction: column;
}
.footer-text-content a {
  width: fit-content;
  color: #ffffff;
  position: relative;
  cursor: pointer;
  line-height: 1;
  /*задаём высоту строки*/
  text-decoration: none;
}
.footer-text-content a:after {
  display: block;
  position: absolute;
  left: 0;
  /*изменить на right:0;, чтобы изменить направление подчёркивания */
  width: 0;
  /*задаём длинну линии до наведения курсора*/
  height: 1px;
  /*задаём ширину линии*/
  background-color: #ffffff;
  /*задаём цвет линии*/
  content: "";
  transition: width 0.3s ease-out;
  /*задаём время анимации*/
}
.footer-text-content a:hover:after,
.footer-text-content a:focus:after {
  width: 100%;
  /*устанавливаем значение 100% чтобы ссылка подчёркивалась полностью*/
}
.third-section-footer-chb-2 {
  padding: 25px 20px 0;
}
.fourth-section-footer-chb {
  padding: 80px 0px;
  display: flex;
  width: 34%;
  flex-direction: column;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.fourth-section-footer-chb-1 {
  padding: 0 20px 25px;
  border-bottom: 1px solid #ffffff;
}
.fourth-section-footer-chb-2 {
  padding: 5px 20px 0;
}
.second-first-container-chb {
  width: 100vw;
  display: flex;
}
.fifth-section-footer-chb {
  display: block;
  width: 19%;
}
.sixth-section-footer-chb {
  font-size: 16px;
  border-left: 1px solid #ffffff;
  padding: 25px 20px 80px;
  display: block;
  width: 81%;
}
.feedback-block {
  background-color: #004241;
  display: flex;
  width: 100vw;
}
.first-feedback-section {
  display: block;
  width: 19%;
}
.first-feedback-section-1 {
  height: 159px;
  border-bottom: 1px solid #ffffff;
}
.first-feedback-section-2 {
}
.second-feedback-section {
  display: block;
  width: 62%;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.third-feedback-section {
  display: block;
  width: 19%;
}
.third-feedback-section-1 {
  height: 159px;
  border-bottom: 1px solid #ffffff;
}
.third-feedback-section-2 {
}
.feedback-slider-titles {
  display: block;
  border-bottom: 1px solid #ffffff;
  width: 82%;
  padding: 30px 20px;
}
.feedback-slider-subtitle {
  font-size: 18px;
  color: #B8B8B8;
}
.slider-arrows {
  display: flex;
  width: 18%;
  border-bottom: 1px solid #ffffff;
  justify-content: flex-end;
  padding: 20px;
  height: fit-content;
  gap: 40px;
}
.slider-left-arrow {
  width: 55px;
  padding: 5px 15px;
  border: 1px solid #ffffff;
  border-radius: 20px;
}
.slider-right-arrow {
  width: 55px;
  padding: 5px 15px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  transition: linear 0.2s;
}
.slider-left-arrow:hover, .slider-right-arrow:hover {
  background-color: #0058C8;
  transition: linear 0.2s;
}
.second-feedback-section-1 {
  display: flex;
  width: 100%;
  align-items: flex-end;
}
.feedback-slider-content {
  padding: 25px 20px;
}
.feedback-slider-text-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #ffffff;
}
.feedback-user {
  display: flex;
  gap: 20px;
}
.feedback-user-name {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
.feedback-user-descp {
  font-size: 18px;
  color: #B8B8B8;
  margin-top: 5px;
}
.feedback-main-text{
  font-size: 18px;
}
.feedback-slider {
  display: none;
}
.feedback-slider.active {
  display: flex;
  gap:30px;
}
.slider-arrows img {
  cursor: pointer;
}
.feedback-slider-wrap {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
.feedback-slider-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.feedback-slider-video {
  width: 50%;
  height: auto;
}
.feedback-slider-video img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.first-cbo-in-cbo-section {
  display: flex;
  width: 100vw;
  border-bottom: 1px solid #BDBDBD;
}
.first-cbo-in-cbo-section-1 {
  display: block;
  width: 19%;
  border-bottom: 1px solid #BDBDBD;
}
.first-programms-section-1 {
  display: block;
  width: 19%;
}
.main-cbo-in-cbo-text-content {
  display: flex;
  width: 51%;
  flex-direction: column;
  justify-content: space-between;
  padding: 150px 30px 50px 0;
  border-bottom: 1px solid #BDBDBD;
}
.main-cbo-in-cbo-photo {
  display: block;
  width: 30%;
  padding: 150px 0 50px;
  border-right: 1px solid #BDBDBD;
  border-left: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  transition: transform 0.5s ease;
  overflow: hidden;
  position: relative;
}
.main-cbo-in-cbo-photo-img {
  background-image: url(/storage/landings/page-chb/main-cbo-in-cbo-photo.png);
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
  transition: transform 0.5s ease;
}
.main-cbo-in-cbo-p {
  margin-top: 20px;
  font-size: 1vw;
}
.second-cbo-in-cbo-section {
  display: flex;
  width: 100vw;
}
.second-cbo-in-cbo-section-2 {
  display: block;
  width: 19%;
}
.cbo-in-numbers {
  display: flex;
  justify-content: space-between;
  width: 62%;
  padding: 30px 0 150px;
  border-right: 1px solid #BDBDBD;
}
.cbo-numbers-item {
  background-color: #005958;
  padding: 20px 15px 20px 20px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  width: calc((100% - 90px) / 4);
  color: #ffffff;
}
.cbo-numbers-item-text-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.cbo-numbers-item-text-num {
  font-size: 32px;
  font-weight: 500;
}
.cbo-numbers-item-text-deskp {
  font-size: 18px;
}
.authors-block-chb {
  display: flex;
  width: 100vw;
  flex-direction: column;
}
.first-authors-section-chb {
  display: flex;
  width: 100vw;
}
.second-authors-section-chb {
  display: flex;
}
.second-container-authors-block {
  display: block;
  width: 46%;
  border-bottom: 1px solid #BDBDBD;
  padding: 150px 0 0;
}
.second-container-programms-block {
  display: block;
  width: 46%;
  border-left: 1px solid #BDBDBD;
  padding: 150px 0 0;
}
.third-container-authors-block {
  display: flex;
  width: 16%;
  align-items: flex-end;
  border-bottom: 1px solid #BDBDBD;
  border-right: 1px solid #BDBDBD;
  border-left: 1px solid #BDBDBD;
  padding: 150px 0 0px;
}
.authors-button {
  background-color: #DB1515;
  width: 100%;
  padding: 13px;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
}
.authors-button:hover, .authors-button:active, .authors-button:focus {
  background-color: #af1010;
  color: #ffffff !important;
}
.authors-text-content {
  display: block;
  width: 62%;
  font-size: 20px;
  padding: 40px 0;
  border-bottom: 1px solid #bdbdbd;
}
.authors-cards-chb {
  display: flex;
  width: 62%;
  border-bottom: 1px solid #bdbdbd;
}
.author-card-chb {
  display: flex;
  flex-direction: column;
  width: calc(100% / 4);
  padding: 0px 15px 40px;
  border-right: 1px solid #bdbdbd;
}
.author-card-chb:nth-child(4) {
  border-right: none;
}
.text-about-author-card {
  display: flex;
  text-align: center;
  margin-top: 20px;
  flex-direction: column;
  gap: 10px;
}
.name-of-author-card {
  font-size: 20px;
  font-weight: 500;
}
.descp-of-author-card {
  font-size: 18px;
}
.first-container-accordeon {
  display: flex;
  width: 100vw;
}
.accordeon-chb-title {
  display: block;
  padding: 150px 20px 20px;
  width: 62%;
  border-bottom: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
}
@media (max-width: 1600px) {
  .cbo-numbers-item {
	width: calc((100% - 30px) / 2);
	margin-bottom: 30px;
  }
  .cbo-in-numbers {
	flex-wrap: wrap;
  }
}
.second-container-accordeon {
  display: flex;
  width: 100vw;
}
.accordeon-questions-container {
  padding-bottom: 150px;
  width: 62%;
  border-right: 1px solid #BDBDBD;
  border-left: 1px solid #BDBDBD;
}
.acc-question-card {
  padding: 20px;
  border-bottom: 1px solid #bdbdbd;
  transition: 1s;
}
.acc-question-card.active {
  background-color: #EEEEEE;
  transition-delay: 0.1s;
}
.acc-question-card:hover {
  cursor: pointer;
}
.titles-acc-question-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.text-of-question-card {
  display: flex;
  gap: 20px;
}
.num-of-question-card {
  font-size: 32px;
  font-weight: 600;
  color: #005958;
}
.question-card-img {
  background-image: url(/storage/landings/page-chb/icons/guestions-arrow.svg);
  width: 30px;
  height: 30px;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s;
  transition-delay: 0.6s;
}
.title-of-question-card {
  font-size: 20px;
  font-weight: 600;
}
.answer-acc-question-card {
  /* display: none;*/
  overflow: hidden;
  /* Скрываем содержимое при нулевой высоте */
  max-height: 0;
  font-size: 20px;
  transition: max-height 1s;
  /* Быстрый рост вверх */
}
.acc-question-card.active .answer-acc-question-card {
  /*display: block;*/
  max-height: 600px;
  font-size: 20px;
  transition-delay: 0.1s;
  /* Небольшая задержка перед уменьшением */
}
.acc-question-card.active .titles-acc-question-card i {
  transition-delay: 0.2s;
  transform: rotate(180deg);
}
.telegram-block-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/storage/landings/nahratov-october-new/background-for-tg3.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: transform 0.5s ease;
}
.telegram-block-image:hover::before {
  transform: scale(1.05);
}
.telegram-block-content {
  display: flex;
  position: relative;
  z-index: 1;
  margin: auto;
  max-width: 1300px;
  gap: 60px;
}
.tg-title {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0 !important;
}
.telegram-block-descp  {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: -10px;
}
.telegram-block-descp p {
  margin-bottom: 0 !important;
}
.telegram-block-image {
  position: relative;
  padding: 60px;
  overflow: hidden;
}
.telegram-block-img {
  object-fit: contain;
}
.telegram-block-text-content {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.telegram-block-dp {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.tg-text-dop {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-regular-20 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0 !important;
}
.p-bold-20 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0 !important;
}
.p-regular-24 {
  font-size: 1.3vw;
  font-weight: 400;
  margin-bottom: 0 !important;
}
.p-bold-24 {
  font-size: 1.3vw;
  font-weight: 500;
  margin-bottom: 0 !important;
}
.p-semibold-24 {
  font-size: 1.3vw;
  font-weight: 600;
  margin-bottom: 0 !important;
}
.p-regular-32 {
  font-size: 32px;
  line-height: normal;
  font-weight: 400;
}
.red-button {
  color: #ffffff !important;
  border-radius: 5px;
  background-color: #DB1515;
  padding: 15px 20px;
  display: block;
  width: fit-content;
}
.red-button:hover {
  color: #ffffff !important;
  background-color: #ad0101;
}
.spec-projects {
}
.spec-project-first-container {
  display: flex;
  width: 100vw;
  background-color: #373737;
}
.spec-project-title-block {
  width: 62%;
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid #BDBDBD;
}
.spec-project-second-container {
  display: flex;
  width: 100vw;
  background-color: #373737;
}
.spec-project-photo-content {
  display: flex;
  width: 19%;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #BDBDBD;
}
.spec-project-photo-1 {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  background-image: url(/storage/landings/page-chb/spec-project-1.png);
}
.spec-project-photo-2 {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  background-image: url(/storage/landings/page-chb/spec-project-2.png);
}
.spec-project-main-section {
  width: 62%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #BDBDBD;
  border-left: 1px solid #BDBDBD;
  border-right: 1px solid #BDBDBD;
}
.spec-project-main-section a {
  width: calc(100% / 3);
  border-right: 1px solid #bdbdbd;
}
.spec-project-main-section a:nth-child(3) {
  width: calc(100% / 3);
  border-right: none;
}
.spec-project-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.light-grey-text {
  color: #bdbdbd;
}
.spec-project-name {
  color: #ffffff;
  padding: 15px 20px;
}
.spec-project-descp {
  padding: 0px 20px 40px;
}
.p-regular-18 {
  font-size: 1vw;
}
.spec-project-logo {
  width: 55px;
  margin: 20px 20px 0;
}
.spec-project-card:hover {
  cursor: pointer;
}
.spec-project-button {
  border-top: 1px solid #bdbdbd;
  position: relative;
  padding: 15px 20px;
  gap: 20px;
  display: flex;
  transition: 1s;
}
.spec-project-card:hover .spec-project-button p {
  color: #000000;
}
.spec-project-button::before {
  content: "";
  display: block;
  background-color: #ffffff;
  height: 100%;
  width: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.spec-project-card:hover .spec-project-button::before,
.areas-of-study-card:hover .areas-of-study-button::before {
  width: 100%;
}
.spec-project-card:hover .spec-project-button-img path {
  fill: #000000 !important;
}
.spec-project-third-container {
  height: 220px;
  background-color: #373737;
  display: flex;
  width: 100vw;
}
.spec-project-third-section {
  width: 62%;
  display: flex;
  border-right: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
}
.spec-project-photo-3 {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  background-image: url(/storage/landings/page-chb/spec-project-3.png);
}
.spec-project-photo-content2 {
  display: flex;
  width: calc(100% / 3);
  overflow: hidden;
  position: relative;
}
.spec-project-third-section-1 {
  width: calc(2 * (100% / 3));
  border-right: 1px solid #bdbdbd;
}
.main-programms-content1-cards {
  padding-top: 40px;
  border-bottom: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  display: flex;
  width: 62%;
  justify-content: space-between;
}
.main-programms-content2-cards {
  padding-top: 20px;
  padding-bottom: 150px;
  border-bottom: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  display: flex;
  width: 62%;
  justify-content: space-between;
}
.programms-content-card-photo-1 {
  position: relative;
  width: 100%;
  justify-content: space-between;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
  height: 100%;
}
.programms-content-card-photo-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/storage/landings/page-chb/programms-back-1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: transform 0.5s 
	ease;
}
.programms-content-card-photo-1:hover::before,
.programms-content-card-photo-4:hover::before {
  transform: scale(1.05);
}
.p-bold-32 {
  font-size: 1.7vw;
  line-height: normal;
  font-weight: 600;
}
.programms-card-list {
  width: 100%;
}
.programms-content-card1 {
  width: 57%;
}
.date-of-programm-card {
  padding: 20px;
  border-radius: 20px 0px 0 0;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.date-of-programm-card2 {
  padding: 20px;
  width: 100%;
  border-top: 1px solid #ffffff;
}
.programms-content-card2 {
  width: calc(100% - 20px - 57%);
}
.programms-content-card-photo-2 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}
.programms-content-card-photo-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/storage/landings/page-chb/programms-back-2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: transform 0.5s 
	ease;
}
.programms-content-card-photo-3 {
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}
.programms-content-card-photo-3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/storage/landings/page-chb/programms-back-3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: transform 0.5s 
	ease;
}
.programms-content-card-photo-4 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}
.programms-content-card-photo-4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/storage/landings/page-chb/programms-back-5.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: transform 0.5s 
	ease;
}
.date-of-programm-card3 {
  padding: 20px;
  border-radius: 0px 20px 0 0;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
/*///////// СТИЛИ ДЛЯ ФОРМЫ ///////////*/
.new-form-request {
  display: flex;
  width: 100vw;
  justify-content: space-between;
}
.new-form-request-left-photo {
  width: 43%;
}
.new-form-request-left-main-content {
  width: 38%;
  padding: 20px 50px;
  background-color: #373737;
}
.new-form-request-left-main-content-green {
  width: 38%;
  padding: 20px 50px;
  background-color: #004241;
}
.new-form-request-right-photo {
  width: 19%;
}
form {
  display: flex;
  flex-direction: column;
  color: #B8B8B8;
}
.form-request-input {
  padding: 20px 0;
  margin-bottom: 20px;
  background-color: transparent;
  border-left: none;
  border-top: none;
  border-right: none;
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.form-request-form-content {
  margin-top: 50px;
}
input::placeholder {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}
.form-request-button {
  margin-top: 40px;
  width: fit-content;
  padding: 10px 60px;
  border-radius: 8px;
  border: none;
  color: #ffffff;
  background-color: #0058C8;
  font-size: 18px;
}
.form-request-input-checkbox {
  appearance: none;
  position: relative;
  padding: 2px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  background: transparent;
  box-shadow: inset 0 0 5px rgb(0 0 0 / 0.2);
  border: 1px solid #757575;
  transition: 500ms;
}
.form-request-input-checkbox::after {
  content: "";
  position: absolute;
  margin-top: 4px;
  width: 0px;
  height: 0px;
  font-size: 30px;
  background-image: url("/storage/landings/page-chb/form-arrow-input-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.form-request-input-checkbox:checked {
  border: 1px solid #ffffff;
}
.form-request-input-checkbox:checked::after {
  width: 16px;
  height: 16px;
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: none !important;
}
.control-label a {
  color: #ffffff;
}
.new-form-request-left-photo-img,
.new-form-request-right-photo-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.study-with-us-main-content {
  width: 62%;
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 40px;
  margin-top: 150px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.study-with-us-titles-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.study-with-us-buttons {
  display: flex;
  gap: 30px;
}
.study-with-us-button {
  background-color: #DB1515;
  padding: 13px;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
}
.study-with-us-button:hover {
  color: #ffffff;
  background-color: #ad0101;
}
.areas-of-study-title-content {
  width: 62%;
  border-bottom: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  padding-bottom: 20px;
  padding-top: 130px;
  display: flex;
  flex-direction: column;
  gap: 20px
}
.areas-of-study-main-content {
  width: 62%;
}
.areas-of-study-card {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.areas-of-study-card-link {
  display: block;
  width: calc((100% - 40px) / 3);
  background: #373737;
}
.areas-of-study-card:hover .areas-of-study-card-link {
  background-color: #004241;
}
.areas-of-study-card-title1 {
  padding: 110px 0 20px 20px;
  background-image: url(/storage/landings/page-chb/areas-study-card-img.png);
}
.areas-of-study-card-title2 {
  padding: 110px 0 20px 20px;
  background-image: url(/storage/landings/page-chb/areas-study-card-img1.png);
}
.areas-of-study-card-title3 {
  padding: 110px 0 20px 20px;
  background-image: url(/storage/landings/page-chb/areas-study-card-img2.png);
}
.areas-of-study-card-title4 {
  padding: 110px 0 20px 20px;
  background-image: url(/storage/landings/page-chb/areas-study-card-img3.png);
}
.areas-of-study-card-title5 {
  padding: 110px 0 20px 20px;
  background-image: url(/storage/landings/page-chb/areas-study-card-img4.png);
}
.areas-of-study-card-title6 {
  padding: 110px 0 20px 20px;
  background-image: url(/storage/landings/page-chb/areas-study-card-img5.png);
}
.areas-of-study-card-descp {
  background-color: #373737;
  padding: 20px;
}
.areas-of-study-button {
  background-color: #373737;
  position: relative;
  padding: 15px 20px;
  gap: 20px;
  display: flex;
  transition: 1s;
}
.areas-of-study-card:hover .areas-of-study-button p {
  color: #ffffff;
}
.areas-of-study-button::before {
  content: "";
  display: block;
  background-color: #005958;
  height: 100%;
  width: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.areas-of-study-card:hover .areas-of-study-button-img path {
  fill: #000000 !important;
}
.areas-of-study-card:hover .areas-of-study-card-descp {
  background-color: #004241;
}
.areas-of-study-card-link:hover {
  background: #004241;
  transition: 0s;
}
.areas-of-study-main-content {
  border-right: 1px solid #bdbdbd;
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bdbdbd;
}
.areas-of-study {
  margin-bottom: 150px;
}
iframe {
  width: 100%;
  height: 315px;
}
.feedback-user-photo img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.nervf-contact-flex .col-md-6:nth-child(2)  {
  display: none;
}
#nervf-contact .container {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 42%;
  margin-left: 19%;
  background-color: #373737;
  padding: 20px 50px 60px;
}
#nervf-services, #nervf-started, #nervf-testimonial, #nervf-blog, #nervf-company, #nervf-project, #nervf-about, #nervf-team, #nervf-contact, #nervf-footer {
  background-image: url(/storage/landings/page-chb/back-for-form2.png);
  padding: 0 ;
  width: 100vw;
}
.nervf-heading h2 {
  color: #ffffff;
}
.col-md-6 {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.form__input:not(:last-of-type) {
  border-right: none;
  border-radius: 0;
  border-left: none;
  border-top: none;
  border-bottom: 1px solid #bdbdbd;
}
.button-colors {
  background: #DB1515 !important;
  color: #fff;
  border: 2px solid #DB1515;
}
.button-colors:hover, .button-colors:focus, .button-colors:active {
  background: #DB1515 !important;
  border-color: #DB1515 !important;
}
#i73xq #nervf-contact {
  background-image: url(/storage/landings/page-chb/back-for-form3.png);
  padding: 0;
  width: 100vw;
}
#i73xq #nervf-contact .container {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 42%;
  margin-left: 19%;
  background-color: #004241;
  padding: 20px 50px 60px;
}
@media (max-width: 600px) {
  .first-section-container {
	display: none;
  }
  .second-section-chb {
	width: 100%;
	background-position: 50%;
	background-image: url(/storage/landings/page-chb/photo-main-chb-2.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  .second-section-container {
	display: none;
  }
  .fourth-section-container {
	display: none;
  }
  .third-section-container {
	width: 50%;
  }
  .sixth-section-chb {
	width: 50%;
  }
  .seventh-section-chb {
	display: none;
  }
  .main-nav {
	font-size: 16px;
  }
  .h1 {
	font-size: 34px;
  }
  .main-button-link {
	font-size: 18px;
	text-align: center;
  }
  .main-button {
	width: 100%;
  }
  .h2 {
	font-size: 24px;
  }
  .first-authors-section-chb {
	flex-direction: column;
  }
  .first-programms-section-1, .first-cbo-in-cbo-section-1, .first-feedback-section, 
  .third-feedback-section, .second-cbo-in-cbo-section-2 {
	display: none;
  }
  .second-container-programms-block {
	width: 100%;
	border: none !important;
	padding: 40px 0 0;
  }
  .third-container-authors-block {
	width: 100%;
	border: none !important;
	padding: 40px 0 0px;
  }
  .authors-button {
	margin: 0 20px;
  }
  .main-programms-content1-cards {
	width: 100%;
	gap: 20px;
	flex-direction: column;
	border: none !important;
	padding: 40px 20px 0;
  }
  .programms-content-card1 {
	width: 100%;
  }
  .programms-content-card-photo-1::before {
	background-position: right;
  }
  .programms-card-list {
	padding: 0 20px 0 40px;
  }
  .p-regular-18 {
	font-size: 16px;
  }
  .date-of-programm-card {
	width: 100%;
	border-radius: 0;
	border-left: none;
  }
  .programms-content-card2 {
	width: 100%;
  }
  .p-bold-32 {
	font-size: 24px;
  }
  .main-programms-content2-cards {
	width: 100%;
	gap: 20px;
	padding: 20px;
	border: none !important;
	flex-direction: column;
  }
  .date-of-programm-card3 {
	border-radius: 0;
	border-right: none;
	width: 100%;
  }
  .second-feedback-section-1 {
	width: 100%;
	flex-direction: column;
  }
  .feedback-slider-titles {
	width: 100%;
  }
  .slider-arrows {
	width: 100%;
	justify-content: space-between;
  }
  .feedback-slider-wrap {
	overflow-y: hidden;
  }
  .feedback-slider.active {
	flex-direction: column;
  }
  .feedback-slider-text-content {
	width: 100%;
	flex-direction: column;
  }
  .feedback-slider-video {
	width: 100%;
	height: 200px;
  }
  iframe {
	width: 100%;
	height: 200px;
  }
  .second-feedback-section {
	width: 100%;
	border: none;
  }
  .main-cbo-in-cbo-p {
	font-size: 16px;
  }
  .first-cbo-in-cbo-section {
	flex-direction: column;
  }
  .main-cbo-in-cbo-photo {
	width: 100%;
	padding: 20px;
	border: none !important;
  }
  .cbo-in-numbers {
	width: 100%;
	flex-direction: column;
	padding: 20px;
	border: none !important;
  }
  .cbo-numbers-item {
	width: 100%;
	margin-bottom: 20px;
  }
  .new-form-request-left-photo {
	display: none;
  }
  .new-form-request-right-photo {
	display: none;
  }
  .new-form-request-left-main-content {
	width: 100%;
	background-image: url(/storage/landings/page-chb/form-request-photo-1-mobile.png);
	background-position: center;
	padding: 20px;
	background-size: cover;
	background-repeat: no-repeat;
  }
  .form-request-form-content {
	margin-top: 40px;
  }
  .form-request-input {
	padding: 10px 0;
	margin-bottom: 20px;
  }
  .form-request-input-checkbox {
	border: 1px solid #ffffff;
  }
  .form-request-button {
	width: 100%;
  }
  .second-container-authors-block {
	width: 100%;
	padding: 20px;
  }
  .authors-text-content {
	width: 100%;
	font-size: 16px;
	padding: 40px 20px;
  }
  .authors-cards-chb {
	flex-direction: column;
	width: 100%;
  }
  .photo-of-author-card {
	width: 50%;
	margin: auto;
	border: none;
  }
  .author-card-chb {
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #bdbdbd;
  }
  .main-cbo-in-cbo-text-content {
	padding: 20px;
	width: 100%;
  }
  .accordeon-questions-container {
	padding-bottom: 40px;
	width: 100%;
	border: none !important;
  }
  .accordeon-chb-title {
	padding: 20px;
	width: 100%;
	border: none !important;
  }
  .acc-question-card.active .answer-acc-question-card {
	font-size: 16px;
  }
  .title-of-question-card {
	margin-right: 20px;
	font-size: 18px;
  }
  .spec-project-title-block {
	width: 100%;
	align-items: flex-start;
	gap: 20px;
	flex-direction: column;
  }
  .spec-project-photo-content {
	display: none;
  }
  .spec-project-main-section {
	width: 100%;
	flex-direction: column;
  }
  .spec-project-main-section a:nth-child(2) {
	background-color: #045c5e;
  }
  .spec-project-main-section a, .spec-project-main-section a:nth-child(3) {
	width: 100%;
  }
  .feedback-main-text {
	font-size: 16px;
  }
  .feedback-slider-subtitle {
	font-size: 18px;
  }
  .titles-acc-question-card {
	margin-bottom: 10px;
  }
  .num-of-question-card {
	font-size: 24px;
  }
  .spec-project-third-container {
	display: none;
  }
  .telegram-block-image {
	padding: 20px;
  }
  .telegram-block-img {
	display: none;
  }
  .tg-title {
	font-size: 24px;
  }
  .telegram-block-img {
	display: none;
  }
  .telegram-block-descp {
	gap: 0;
  }
  .p-regular-20 {
	font-size: 16px;
  }
  .red-button {
	width: 100%;
	text-align: center;
  }
  .telegram-block-text-content {
	gap: 20px;
  }
  .study-with-us-main-content {
	width: 100%;
	gap: 20px;
	margin-top: 20px;
  }
  .study-with-us-titles-buttons {
	align-items: flex-start;
	flex-direction: column;
	padding: 0 20px;
  }
  .study-with-us-buttons {
	margin-top: 20px;
	gap: 20px;
	flex-direction: column;
  }
  .study-with-us-main-content p {
	padding: 0 20px;
  }
  .areas-of-study-title-content {
	width: 100%;
	border: none !important;
	padding-bottom: 20px;
	padding: 20px 20px;
	gap: 20px;
  }
  .areas-of-study-main-content {
	width: 100%;
	border: none !important;
	flex-direction: column;
  }
  .areas-of-study-card-link {
	width: calc(100% - 40px);
	margin: 0 20px;
  }
  .areas-of-study-card-title1 {
	padding: 80px 0 20px 20px;
  }
  .p-bold-24 {
	font-size: 20px;
  }
  .areas-of-study {
	margin-bottom: 20px;
  }
  .new-form-request-left-main-content-green {
	width: 100%;
	padding: 20px;
  }
  .p-regular-32 {
	font-size: 24px;
  }
  .first-section-footer-chb {
	display: none;
  }
  .footer-first-container-chb {
	flex-direction: column;
  }
  .second-section-footer-chb {
	border-left: none;
	width: 100%;
	padding: 25px 20px;
	flex-direction: column;
	gap: 20px;
  }
  .place-content {
	font-size: 14px;
  }
  .contacts-content {
	gap: 10px;
  }
  .footer-phone {
	font-size: 14px;
  }
  .fourth-section-footer-chb {
	padding: 25px 0px;
	width: 100%;
  }
  .fifth-section-footer-chb {
	display: none;
  }
  .sixth-section-footer-chb {
	font-size: 14px;
	width: 100%;
  }
  .third-section-footer-chb {
	padding: 25px 0px 25px;
	width: 100%;
  }
  .footer-mail {
	font-size: 14px;
  }
  .spec-project-button {
	justify-content: space-between;
  }
  .third-section-footer-chb {
	padding: 25px 0px 25px;
	width: 100%;
  }
  #nervf-contact .container, #i73xq #nervf-contact .container {
	width: 100% !important;
	margin-left: 0 !important;
	padding: 20px !important;
  }
  .nervf-contact-flex {
	margin-top: 0;
  }
  .nervf-heading {
	margin-bottom: 0;
  }
  .nervf-heading h2 {
	font-size: 24px;
  }
}
@media (min-width: 601px) and (max-width: 1200px) {
  .first-section-container {
	display: none;
  }
  .second-section-chb {
	width: 70%;
	padding: 40px 20px;
  }
  .second-section-container {
	width: 30%;
  }
  .main-button-link {
	font-size: 20px;
  }
  .h1 {
	font-size: 36px;
  }
  .seventh-section-chb {
	display: none;
  }
  .sixth-section-chb {
	width: 44%;
  }
  .main-button-link:hover {
	padding: 12px 20px;
  }
}