.header-navigation-text.hide-show {
  transform: translateY(-3%);
  display: flex !important;
  border-radius: 0px 0px 20px 20px;
}
.nav-button {
  display: inline;
  cursor: pointer;
  position: relative;
  z-index: 20;
  margin: 0;
}
.bar,
.bar1,
.bar2 {
  height: 2px;
  background-color: #fff;
  border-radius: 0.5rem;
  transition: 0.3s;
}
.bar {
  width: 21px;
  margin-bottom: 6px;
}
.bar1 {
  width: 17px;
  margin-bottom: 6px;
}
.bar2 {
  width: 13px;
}
.change .bar {
  transform: translate(0, 9px) rotate(-45deg);
  width: 22px;
}
.change .bar1 {
  opacity: 0;
  width: 0;
}
.change .bar2 {
  transform: translate(0, -7px) rotate(45deg);
  width: 22px;
}
.nav-button {
  display: none;
}
a:active {
  color: #fff !important;
}
.korporat-section-acc {
  background: linear-gradient(93.19deg, #045c5e, #004241);
  border-radius: 8px;
  padding: 32px;
}
.MuiAccordion-region {
  display: flex;
  gap: 67px;
}
.proba {
  position: relative;
  max-width: 100vw;
}
.korporat-study-p {
  color: #ffffff;
  margin-bottom: 60px;
  font-size: 18px;
}
.korporat-study-h2 {
  color: #ffffff;
  margin-top: 0 !important;
}
.btn-order {
  background: #c92d2d;
  border: 2px solid #c92d2d;
}
.btn {
  width: 297px;
  height: 70px;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  transition: .5s;
}
.header-block {
  background-color: #045C5E;
  position: fixed;
  width: 100%;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  box-sizing: border-box;
  /* Учёт полей и границ */
  padding: 0;
  /* Без внутренней подушки */
  border: none;
  /* Нет границ */
}
body {
  color: #092D2D;
}
.light-title {
  color: #ffffff !important;
  margin-bottom: 10px !important;
}
.sub-title-green {
  margin-bottom: 40px;
  color: #38F5B9;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}
.header-block-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}
.footer {
  display: none;
}
.container {
  width: 1400px !important;
  padding: 0 !important;
}
.header-navigation-text ul {
  list-style: none;
  display: flex;
  gap: 45px;
}
.header-navigation-text{
  display: flex;
  gap: 45px;
  align-items: center;
}
.header-navigation-link {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  transition: linear 0.5s;
}
.header-navigation-link:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
.header-navigation-button:hover {
  background-color: #a81414;
  color:#ffffff !important;
}
.header-navigation-button {
  color: #ffffff;
  background-color: #D72F2F;
  padding: 10px 25px;
  border-radius: 13px;
  font-size: 18px;
}
.main-block {
  margin-top: 100px;
  background-color: #003435;
}
.main-block-flex {
  display: flex;
  padding-top: 20px;
  justify-content: space-between;
}
.main-text-block {
  max-width: 750px;
  padding: 50px 0 70px;
}
.main-h1-title {
  font-size: 80px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
}
.main-title-highlight {
  background-color: #00D9AE;
  padding: 9px 9px 0px;
  border-radius: 20px;
}
.main-title-subtitle {
  font-size: 48px;
  font-weight: 600;
  color: #ffffff;
  margin-top: -5px;
}
.main-for-what {
  margin: 75px 0 70px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  color: #ffffff;
}
.main-for-what-text {
  font-size: 20px;
  margin-bottom: 0 !important;
}
.cards-main-for-what {
  display: flex;
  gap: 15px;
}
.main-for-what-card {
  background-color: #ffffff20;
  padding: 20px;
  border-radius: 10px;
  font-size: 16px;
  margin-bottom: 0 !important;
}
.main-date-place-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-date-place-block-text {
  color: #ffffff;
  font-size: 20px;
}
.main-date-place-block-text p {
  display: flex;
  gap: 10px;
  align-items: center;
}
.main-date-place-block-link {
  background-color: #D72F2F;
  padding: 20px 32px;
  color: #ffffff;
  border-radius: 13px;
}
.main-date-place-block-link:hover {
  background-color: #a81414;
  color:#ffffff !important;
}
.main-photo-block1400 {
  object-fit: contain;
  object-position: bottom;
}
.main-photo-block1024 {
  display: none;
  object-fit: contain;
  object-position: bottom;
}
.main-photo-block768 {
  display: none;
  object-fit: contain;
  object-position: bottom;
}
.main-photo-block375 {
  display: none;
  object-fit: contain;
  object-position: bottom;
}
.main-date:before {
  width: 25px;
  height: 25px;
  content: "";
  display: block;
  background-image: url(/storage/landings/gavrilova-new/date-icon.svg);
  background-size: contain;
}
.main-date {
  margin-bottom: 10px !important;
}
.main-place:before {
  width: 25px;
  height: 25px;
  content: "";
  display: block;
  background-image: url(/storage/landings/gavrilova-new/place-icon.svg);
  background-size: contain;
}
.main-place {
  margin-bottom: 0 !important;
}
/*.video-cover {
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
z-index: 10;
cursor: pointer;
border-radius: 20px;
}*/
.video-content-flex {
  display: flex;
  padding: 150px 0;
  gap: 40px;
}
.video {
  position: relative;
  width: fit-content;
}
.video-cover img {
  width: 623px;
  height: 363px;
  border-radius: 13px;
  position: absolute;
  object-fit: cover;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.video-frame {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
/* Когда кликнули — скрываем обложку */
.show-video .video-cover img {
  display: none;
}
.show-video .video-frame {
  visibility: visible;
  opacity: 1;
}
iframe {
  border-radius: 13px;
}
.h2-not-upper {
  font-size: 32px;
  font-weight: 600;
  color: #092D2D;
}
.span-h2-title {
  padding: 2px 8px;
  border-radius: 11px;
  background-color: #D72F2F;
  color: #ffffff;
}
.look-this-video {
  display: flex;
  margin-top: 90px;
  gap: 15px;
}
.video-content-text-p {
  font-size: 20px;
}
.text-look-this-video {
  font-size: 20px;
  color: #D72F2F;
  margin-bottom: 0 !important;
  margin-top: 2px;
}
.ticker {
  margin-bottom: 100px;
}
.ticker__in,
.ticker__in_rotate, .ticker__in_rotate-right {
  display: flex;
  width: fit-content;
  align-items: center;
  background: #003435;
  margin: 0
}
.ticker__in,
.ticker__in_rotate, .ticker__in_rotate-right-w {
  display: flex;
  width: fit-content;
  margin: 0;
  align-items: center;
}
.ticker__in_rotate-right {
  animation: ticker 125s linear infinite;
}
.ticker__in_rotate-right-w {
  animation: ticker 10s linear infinite;
}
.ticker__in_rotate {
  animation: tickerRotate 100s linear infinite;
  margin: 0;
}
.ticker__item {
  padding: 10px 40px;
  white-space: nowrap;
}
.ticker__item-w {
  padding: 0;
  width: fit-content;
  white-space: nowrap;
  margin-right: 70px;
}
.ticker__item{
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
}
@keyframes ticker {
  0% {
	transform: translateX(-10%);
  }
  100% {
	transform: translateX(-50%);
  }
}
@keyframes tickerRotate {
  0% {
	transform: translateX(-50%);
  }
  100% {
	transform: translateX(-10%);
  }
}
.who-is-block {
  margin: 150px 0;
}
.who-is-cards {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.who-is-card {
  width: calc((100% / 2) - 20px);
  padding: 18px 26px;
  background-color: #EAEAEA;
  margin-bottom: 40px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.who-is-card-title {
  margin-bottom: 0 !important;
  font-size: 20px;
  font-weight: 600;
}
.who-is-card-p {
  font-size: 20px;
  margin-bottom: 0 !important;
}
.main-results {
}
.main-results-block {
}
.h2-upper-title {
  text-transform: uppercase;
  text-align: center;
  color: #092D2D;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 50px;
}
.light-title {
}
.main-results-cards {
  background-color: #045C5E;
  border-radius: 10px;
  display: flex;
  padding: 30px 50px;
  justify-content: space-between;
  gap: 50px;
}
.main-result-card {
  display: flex;
  width: calc((100% / 2) - 50px);
  gap: 20px;
  align-items: center;
}
.main-result-card-img {
}
.main-result-card-text {
  display: flex;
  color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.main-result-card-title {
  font-size: 24px;
  font-weight: 600;
}
.main-result-card-p {
  font-size: 20px;
  margin-bottom: 0 !important;
}
.type-tasks {
  margin: 150px 0;
  background-color: #003435;
  padding: 60px 0;
}
.type-task-block {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.type-task-block-flex {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.type-task-block-img {
  width: calc((100% / 3) - 20px);
}
.type-task-block-text {
  color: #ffffff;
  height: 459px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: calc((100% / 3) - 20px);
  justify-content: space-between;
}
.type-task-block-text-p {
  border-radius: 13px;
  width: 100%;
  background-color: #045C5E;
  padding: 26px 16px;
  height: calc((100% / 3) - 15px);
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.MuiPaper-root {
  padding: 40px 0;
}
.MuiCollapse-root {
  overflow: hidden;
  transition: max-height 0.3s ease;
  max-height: 0;
}
.MuiAccordionSummary-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.titleContainer {
  display: flex;
  gap: 67px;
}
.MuiAccordionSummary-content .ek-h3 {
  font-weight: 400;
  color: #0D3A3B;
  font-size: 25px;
  line-height: 130%;
}
.MuiAccordionDetails-root {
  padding: 40px 0 0 0px;
  font-size: 20px;
}
.programList {
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #0d3a3b;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}
.ek-p {
  margin: 5px 0;
}
.MuiCollapse-enter {
  max-height: 1800px;
}
.about-author {
  margin: 150px 0 60px;
}
.about-author-block {
  background-color: #045C5E;
}
.about-author-block-flex {
  padding: 30px 0 0;
  display: flex;
  gap: 30px;
}
.author-img {
}
.text-about-author {
}
.name-of-author {
  width: fit-content;
  font-size: 28px;
  padding: 5px 10px;
  font-weight: 600;
}
.subtitle-of-author {
  font-size: 20px;
  color: #ffffff;
}
.another-blocks-of-author {
  padding: 15px 20px;
  background-color: #034143;
  color: #ffffff;
  border-radius: 10px;
  margin-bottom: 10px;
}
.another-blocks-of-author-p {
  margin-bottom: 0 !important;
}
.another-blocks-of-author-list {
  margin-top: 10px;
}
.another-blocks-of-author-li {
}
.companyes-block {
  text-align: center;
  margin-bottom: 100px;
}
.technology {
  margin-bottom: 60px;
}
.technology-block {
}
.technology-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.technology-card {
  width: 100%;
  padding: 15px 45px;
  background-color: #D72F2F;
  border-radius: 10px;
  color: #ffffff;
  max-width: 630px;
  text-align: center;
  margin-bottom: 15px;
}
.tech-title {
  font-weight: 600;
  margin-bottom: 0px !important;
  font-size: 20px;
}
.tech-descr {
  font-size: 20px;
  margin-bottom: 0 !important;
  margin-top: 8px;
}
.sub-title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}
.quote {
  text-align: center;
  background-color: #045C5E;
  padding: 76px 90px;
  width: 900px;
  margin: auto;
  border-radius: 20px;
}
.quote-text {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0 !important;
  line-height: 120%;
}
.quote-block {
  position: relative;
  padding: 0 0 70px;
  margin-bottom: 60px;
}
.quote-img {
  position: absolute;
  transform: translate(-50%, 0%);
  left: 50%;
  bottom: 0;
}
.js-register-form {
  width: 700px;
}
.col-md-6 {
  width: 50%;
  display: flex;
  justify-content: center;
}
.manager__phone, .manager__rank {
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 170%;
  color: #231f20;
}
.manager__name {
  font-size: 24px !important;
  font-weight: 600 !important;
  margin: 20px 0 40px;
  line-height: normal;
  color: #231f20;
}
.form__text {
  height: 150px !important;
}
@media (max-width: 1440px) {
  .container {
	width: 90vw !important;
  }
  .main-photo-block1024 {
	display: block;
	object-fit: contain;
	object-position: bottom;
  }
  .main-photo-block768 {
	display: none;
	object-fit: contain;
	object-position: bottom;
  }
  .main-photo-block375 {
	display: none;
	object-fit: contain;
	object-position: bottom;
  }
  .main-photo-block1400 {
	display: none;
	object-fit: contain;
	object-position: bottom;
  }
  .main-h1-title {
	font-size: 60px;
  }
  .main-title-subtitle {
	font-size: 36px;
  }
  .main-for-what {
	margin: 45px 0 40px;
	gap: 15px;
  }
  .cards-main-for-what {
	flex-direction: column;
  }
  .main-date-place-block-text {
	font-size: 18px;
  }
  .main-date-place-block {
	justify-content: space-between;
	align-items: flex-start;
	gap: 15px;
	flex-direction: column;
  }
  .video-content-flex {
	display: flex;
	padding: 100px 0;
	gap: 40px;
	flex-direction: column-reverse;
  }
  .video {
	margin: auto;
  }
  .look-this-video {
	display: none;
  }
  .who-is-block {
	margin: 100px 0;
  }
  .who-is-card {
	margin-bottom: 20px;
  }
  .h2-upper-title {
	margin-bottom: 30px;
  }
  .main-results-cards {
	flex-direction: column;
  }
  .main-result-card {
	width: 100%;
  }
  .type-tasks {
	margin: 100px 0;
  }
  .type-task-block-img {
	display: none;
  }
  .type-task-block-text-p {
	font-size: 16px;
	text-align: center;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
  }
  .type-task-block-text {
	height: 160px;
	flex-direction: row;
	gap: 15px;
	width: 100%;
	justify-content: space-between;
  }
  .type-task-block-flex {
	flex-direction: column;
  }
}
@media (max-width: 500px) {
  .header-logo {
	width: 120px;
  }
  .main-block {
	margin-top: 80px;
  }
  .main-photo-block1024 {
	display: none;
  }
  .main-date-place-block-text {
	font-size: 16px;
  }
  .main-date-place-block-link {
	padding: 10px 32px;
	width: 100%;
	margin-top: 20px;
	text-align: center;
  }
  .nav-button.burger-menu {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
  }
  .header-navigation-text {
	display: none;
  }
  .header-navigation-text {
	position: fixed;
	left: 0;
	background-color: #045C5E;
	top: 100px;
	padding: 20px 0;
	width: 100%;
	flex-direction: column;
	align-items: center;
  }
  .header-navigation-text ul {
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
	padding: 0;
  }
  .main-h1-title {
	font-size: 38px;
	margin: 0 0 10px 0 !important;
  }
  .main-title-subtitle {
	font-size: 28px;
  }
  .main-for-what-text {
	font-size: 18px;
  }
  .main-for-what-card {
	padding: 15px;
	border-radius: 10px;
	font-size: 15px;
  }
  .video-cover img {
	width: 90vw;
	height: 210px;
  }
  iframe {
	border-radius: 13px;
	width: 90vw !important;
	height: 210px !important;
  }
  .video-content-flex {
	padding: 100px 0;
	gap: 10px;
  }
  .ticker__item {
	font-size: 20px;
  }
  .who-is-card-p {
	font-size: 16px;
	margin-bottom: 0 !important;
  }
  .who-is-card-title {
	margin-bottom: 0 !important;
	font-size: 16px;
  }
  .who-is-cards {
	flex-direction: column;
  }
  .who-is-block {
	margin: 100px 0;
  }
  .h2-upper-title {
	line-height: normal;
	font-size: 28px;
  }
  .main-result-card-img-1 {
	width: 70px;
  }
  .main-result-card-img-2 {
	display: none;
  }
  .main-title-highlight {
	border-radius: 13px;
  }
  .h2-not-upper {
	font-size: 24px;
  }
  .video-content-text-p {
	font-size: 16px;
  }
  .who-is-card {
	width: 100%;
  }
  .main-result-card-p {
	font-size: 16px;
	margin-bottom: 0 !important;
  }
  .main-result-card-title {
	font-size: 20px;
	margin-bottom: 10px !important;
  }
  .main-results-cards {
	gap: 50px;
  }
  .main-result-card {
	flex-direction: column;
  }
  .main-results-cards {
	padding: 30px 20px;
  }
  .type-task-block-text {
	height: auto;
	flex-direction: column;
  }
  .type-task-block {
	gap: 15px;
  }
  .type-task-block-flex {
	gap: 15px;
  }
  .quote-text {
	font-size: 18px;
  }
  .quote {
	padding: 30px 30px 50px;
	width: 90vw;
  }
  .titleContainer {
	gap: 0;
	flex-direction: column;
  }
  .MuiAccordionSummary-content .ek-h3 {
	width: 100% !important;
	font-size: 18px;
  }
  .MuiAccordionSummary-content {
	align-items: flex-start;
  }
  .sub-title {
	font-size: 18px;
  }
  .tech-title {
	font-size: 18px;
  }
  .tech-descr {
	font-size: 18px;
	margin-bottom: 0 !important;
	margin-top: 8px;
  }
  .technology-card {
	padding: 15px 15px;
  }
  .quote-img {
	width: 120px;
  }
  .MuiAccordion-region-dop {
	display: none;
  }
  .MuiAccordionDetails-root {
	padding: 10px 0 0 0px;
	font-size: 18px;
  }
  .MuiAccordionDetails-root p {
	padding: 10px 0 0 0px;
	font-size: 18px !important;
  }
  .MuiAccordionDetails-root p b {
	font-size: 18px;
  }
  .programList {
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-left: 50px;
	font-weight: 400;
	font-size: 18px;
	line-height: normal;
  }
  .about-author-block-flex {
	flex-direction: column;
  }
  .author-img {
	height: 300px;
	object-position: top;
	object-fit: cover;
	background-color: #ffffff36;
	border-radius: 20px;
  }
  .subtitle-of-author {
	text-align: center;
	font-size: 20px;
	color: #ffffff;
  }
  .name-of-author {
	margin: 0 auto 10px;
  }
  .ticker__in_rotate-right-w {
	animation: ticker 20s linear infinite;
  }
  .ticker__item-w {
	width: 100px !important;
  }
  .companyes-block {
	text-align: center;
	margin-bottom: 60px;
  }
  .btn {
	width: 100%;
  }
  .korporat-study-h2 {
	font-size: 24px !important;
	margin-bottom: 40px;
  }
  .nervf-heading h2 {
	font-size: 24px;
	text-align: center;
  }
  .col-md-6 {
	width: 100%;
  }
  .js-register-form {
	width: 100%;
  }
  .form__input:not(:last-of-type) {
	margin-bottom: 10px;
  }
  .form__text {
	height: 100px !important;
	display: block;
	margin: 10px 0;
	border-radius: 8px;
	padding: 0 .88235em;
	width: 100%;
	height: 10em;
	font-size: 18px;
  }
  .manager__frame {
	width: 200px;
	height: 200px;
  }
  .manager__name {
	margin: 20px 0 20px;
  }
  .feedback-text-titles {
	flex-direction: column;
  }
  .feedback-texts-flex {
	flex-direction: column;
  }
  .feedback-text-card {
	padding: 20px !important;
	width: 100% !important;
  }
  .feedback-text-titles {
	gap: 5px !important;
  }
  .intrested-carts {
	flex-direction: column;
  }
}
.feedback-slide__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
.feedback-slide__text, .feedback-slide__name, .feedback-slide__status {
  color: #0d3a3b;
}
.square-with-triangle {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border: 2px solid black;
  z-index: 100;
  box-shadow: 0 0 0 7px white;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  cursor: pointer;
}
.modal-feed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal-content-feed {
  position: relative;
  background-color: #fff;
  width: 1280px;
  height: 721px;
  margin: 5% auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.modal-content-feed iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.close-feed {
  position: absolute;
  top: -50px;
  right: 0;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
.modal-feed.show {
  display: block;
  /* Или другой способ показа */
}
.feedback .h4 {
  border-top: 1px solid #fff;
  margin-top: 100px;
  padding: 40px 0;
}
.itemsWrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  user-select: none;
  gap: 20px;
  margin-bottom: 100px;
}
.items {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
	;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  min-width: 100%;
  -webkit-animation: scroll 60s linear infinite;
  -moz-animation: scroll 60s linear infinite;
  animation: scroll 60s linear infinite;
}
@keyframes scroll {
  0% {
	transform: translate(0);
  }
  100% {
	transform: translate(calc(-100% - 20px));
  }
}
.logo{
  width: 238px;
}
.close-modal-feed{
  position: absolute;
  right: 0;
  top: -35px;
  cursor: pointer;
}
.feedback {
  background-color: #092D2D;
  overflow: hidden;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.feedback .container-new {
  margin-top: 100px;
  margin-bottom: 40px;
  border-top: 1px solid #fff;
}
.feedback-container-new-p {
  font-size: 38px;
  padding: 0 32px;
  max-width: 1584px;
  margin: auto;
  margin-bottom: 40px;
  font-weight: 500;
}
.feedback-slide {
  display: flex;
}
.feedback-slide__photo img {
  width: 100%;
}
.feedback-slide__photo {
  cursor: pointer;
}
.feedback-slide__photo:hover::after {
  opacity: 1;
}
.swiper-button-prev,
.swiper-button-next {
  display: flex;
  width: 44px;
  height: 44px;
  border: 1px solid #99bdbc;
  border-radius: 100%;
  transform: rotate(45deg);
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-button-next {
  transform: rotate(226deg);
}
.swiper-button-prev:before,
.swiper-button-next:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px solid #99bdbc;
  border-bottom: 1px solid #99bdbc;
  margin: 14px 14px auto auto;
  border-radius: 0 2px;
  transition: 0.3s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover,
.swiper-button-prev:active,
.swiper-button-next:active,
.swiper-button-prev:focus,
.swiper-button-next:focus {
  border: 1px solid #005958;
}
.swiper-button-prev:hover:before,
.swiper-button-next:hover:before,
.swiper-button-prev:active:before,
.swiper-button-next:active:before,
.swiper-button-prev:focus:before,
.swiper-button-next:focus:before {
  border-left: 1px solid #005958;
  border-bottom: 1px solid #005958;
}
.buttonsContainer {
  display: flex;
  gap: 32px;
  justify-content: flex-end;
  margin-top: 55px;
}
.feedback-texts {
  margin-bottom: 100px;
  background-color: #092D2D;
}
.feedback-texts-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
  justify-content: space-between;
}
.feedback-text-card {
  width: calc((100% - 20px) / 2);
  border-radius: 13px;
  background-color: #ffffff;
  padding: 40px 50px;
}
.feedback-text-titles {
  display: flex;
  gap: 20px;
}
.feedback-text-name {
  font-size: 20px;
  margin-bottom: 0 !important;
  font-weight: 600;
}
.feedback-text-company {
  font-size: 20px;
  color: #045C5E;
}
.feedback-text-descr {
  margin-bottom: 0px !important;
}
.intrested-carts {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap:40px;
}
.intrested-cart {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.intrested-cart span {
  font-size: 24px;
  padding: 16px 0 24px 0;
  width: 100%;
}
.intrested-cart img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  height: 250px;
}
.intrested-link a {
  display: flex;
  color: #0c999c;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
.intrested-link a svg {
  margin-left: 8px;
}
.interested {
  margin: 100px 0;
}