@import 'variables.css';
iframe {
  width: 100%;
  height: 700px;
}
/* Начало Авиценна */
.sec-av .box {
  display: flex;
  gap: 30px;
  padding: 35px 30px;
  border: 1px solid rgba(219, 219, 219, 1);
  border-radius: 25px;
  box-shadow: 0px 1px 4.5px 0px rgba(0, 0, 0, 0.2);
  transform: translate(0, -66px);
  background-color: rgba(250, 253, 255, 1);;
}
.sec-av .box .av-text {
  flex: 1;
}
.sec-av .box .av-text p {
  font-size: var(--p-28);
  font-weight: 600;
  margin: 20px 0 0 0;
}
.sec-av .box .av-text p span {
  color: #00843F;
}
.sec-2 {
  margin: 30px 0 0 0;
}

/* Конец Авиценна */
.sec-2 .container {
  display: flex;
  gap: 20px;
}
.sec-2 .container .sec-2-scroll-item {
  flex: 1;
  padding: var(--pad-30);
  border-radius: 25px;
  background-color: #FAFDFF;
  border: 1px solid rgba(219, 219, 219, 1);
}
.sec-2 .container .sec-2-scroll-item h1 {
  font-size: var(--h1-ad);
}
.sec-2 .container .sec-2-scroll-item ul {
  margin: 30px 0 0 0;
}
.sec-2 .container .sec-2-scroll-item ul li {
  padding: 15px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 17px;
}
.sec-2 .container .sec-2-scroll-item ul li svg {
  width: 25px;
}
.sec-2 .container .sec-2-scroll-item ul li span {
  font-weight: bold;
  font-size: var(--p-18-14);
  text-transform: uppercase;
}
.sec-2 .container .sec-2-scroll-item ul li:hover {
  background-color: var(--bg-color);
}
.sec-2 .container .sec-2-scroll-item ul li:hover span {
  color: var(--blue-color);
}

.sec-3 {
  margin: 100px 0 0 0;
}
.sec-3 .container > h1 {
  font-size: var(--h1-ad);
}
.sec-3 .container .sec-3-cards {
  margin: 40px 0 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: var(--pad-20);
  align-items: stretch;
}
.sec-3 .container .sec-3-cards .sec-3-c:not(.no-text) {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border: 1px solid rgb(189, 189, 189);
  padding: var(--pad-30);
  border-radius: 10px;
}

.sec-3 .container .sec-3-cards .sec-3-c:not(.no-text) .sec-3-c-text {
  flex: 1;
}
.sec-3 .container .sec-3-cards .sec-3-c:not(.no-text) .sec-3-c-text h3 {
  color: #212121;
  font-size: var(--p-24-14);
}
.sec-3 .container .sec-3-cards .sec-3-c:not(.no-text) .sec-3-c-text p {
  margin: 16px 0 0 0;
  line-height: 24px;
  font-size: var(--p-18-14);
}
.no-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
#noText1 {
  max-height: 321px;
}

#noText2 {
  height: 150px;
}
.no-text img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.no-text button {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.55); /* белый с прозрачностью */
  backdrop-filter: blur(10px); /* размытие фона под элементом */
  -webkit-backdrop-filter: blur(10px); /* для Safari */
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-style: italic;
  transition: .2s;
  font-size: 22px;
  border: 2px solid var(--bg-color);
  border-radius: 10px;
}

.no-text button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.no-text button > i {
  font-size: 125%;
}

.sec-4 {
  margin: var(--sec-mar) 0 0 0;
}
.sec-4 .container h1 {
  font-size: var(--h1-ad);
  text-transform: uppercase;
}
.sec-4 .container .sec-4-row {
  display: flex;
  justify-content: space-between;
  gap: var(--pad-30);
  width: 100%;
}
.sec-4 .container .sec-4-row .sec-4-item {
  padding: var(--pad-30) var(--pad-20);
  width: 100%;
  border-radius: 16px;
}
.sec-4 .container .sec-4-row .sec-4-item-img {
  background-size: cover;
  background-position: bottom right;
  border-radius: 16px;
  overflow: hidden;
}
.sec-4 .container .sec-4-row ul.sec-4-item {
  list-style-type: disc;
  background-color: var(--bg-color);
  padding: var(--pad-30) var(--pad-30) var(--pad-30) calc(var(--pad-30) * 1.5);
}
.sec-4 .container .sec-4-row:nth-child(2) {
  margin: var(--pad-40) 0 0 0;
}
.sec-4 .container .sec-4-row:nth-child(2) .sec-4-item-img {
  background-image: url(../img/uslugi/sec-4-c-1.svg);
  width: 100%;
}
.sec-4 .container .sec-4-row:nth-child(2) .sec-4-item {
  border: 1px solid #D7E5FF;
}
.sec-4 .container .sec-4-row:last-child {
  margin: var(--pad-30) 0 0 0;
}
.sec-4 .container .sec-4-row:last-child .sec-4-item-img {
  width: 100%;
}
.sec-4 .container .sec-4-row:last-child .sec-4-item-img .sec-4-c-image-wrapper {
  background-image: url(../img/uslugi/sec-4-c-4.svg);
  background-position: bottom right;
  background-size: cover;
  transition: 0.2s;
  height: 100%;
}
.sec-4 .container .sec-4-row:last-child .sec-4-item-img:hover .sec-4-c-image-wrapper {
  scale: 1.05;
}
.sec-5 {
  margin: var(--sec-mar) 0 0 0;
}
.sec-5 .container h1 {
  font-size: var(--h1-ad);
}
.sec-5 .container h2 {
  font-size: var(--p-24);
}
.sec-5 .sec-5-cards {
  background-color: var(--blue-color);
  padding: 65px 0 0 0;
  height: 200px;
  margin: var(--pad-40) 0 0 0;
}
.sec-5 .sec-5-cards .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: var(--pad-30);
}
.sec-5 .sec-5-cards .container .sec-5-c {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  padding: var(--pad-20) var(--pad-20) 150px var(--pad-20);
  background: #fff;
  position: relative;
}
.sec-5 .sec-5-cards .container .sec-5-c p {
  font-size: var(--p-20);
  line-height: 130%;
}
.sec-5 .sec-5-cards .container .sec-5-c p:last-child {
  font-size: var(--p-96);
  color: #C8D9F4;
  position: absolute;
  bottom: 0;
  right: 25px;
}
.sec-5 .sec-5-bottom {
  margin: 170px 0 0 0;
}
.sec-5 .sec-5-bottom .container {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  gap: 20px;
  overflow: hidden;
}
@media (min-width: 1050px) {
  .sec-5 .sec-5-bottom .container {
    flex-direction: row;
  }
}
.sec-5 .sec-5-bottom .left {
  background-image: url(/img/uslugi/sec-5-con-info.svg);
  background-position: bottom;
  width: 100%;
  min-height: 400px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0 ;
  border-radius: 35px;
}
.sec-5 .sec-5-bottom .badges {
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  font-size: 14px;
  gap: 10px;
  flex-wrap: wrap;
}
.sec-5 .sec-5-bottom .badge {
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 6px;
}
.sec-5 .sec-5-bottom .badge span {
  color: var(--blue-color);
  font-weight: 1000;
}
.sec-5 .sec-5-bottom .badge span:first-child {
  font-size: var(--p-18-14);
}
.sec-5 .sec-5-bottom .right {
  gap: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec-5 .sec-5-bottom .right .images {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  width: 100%;
}
.sec-5 .sec-5-bottom .right .images img {
  max-width: 100%;
  margin: auto;
}
.sec-5 .sec-5-bottom .right .right-text {
  border-radius: 35px;
  overflow: hidden;
  background-color: var(--bg-color);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.sec-5 .sec-5-bottom .right .right-text .info {
  padding: var(--pad-20) var(--pad-30) 0 var(--pad-30);
  border-radius: 35px;
}
.sec-5 .sec-5-bottom .right .right-text .info > p:first-child {
  font-family: 'Helvetica Neue Bold';
  font-size: var(--p-24);
}
.sec-5 .sec-5-bottom .right .right-text .info ul {
  margin: var(--pad-30);
}
.sec-5 .sec-5-bottom .right .right-text .info ul li {
  text-align: right;
  font-style: italic;
}
.sec-5 .sec-5-bottom .right .right-text .right-link {
  width: 100%;
  background-color: var(--blue-color);
  text-align: center;
  padding: 15px;
}
.sec-5 .sec-5-bottom .right .right-text .right-link .whatsapp-button {
  text-decoration: none;
  color: #fff;
}
.sec-5 .sec-5-bottom .right .right-text .right-link .whatsapp-button span {
  text-decoration: underline;
  color: #fff;
}
.sec-5 .sec-5-bottom .right .right-text .right-link .whatsapp-button:hover span {
  text-decoration: none;
}
