@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


body {
  font-family: 'Inter', sans-serif;
  color: #2D3748;
  background-color: #F7FAFC;
  line-height: 1.6;
  overflow-x: hidden;
}

#popup1, #popup2, #popup3, #popup, #popup22 {
 display:none !important; 
}
.a5 {
    background: white;
    color: #689062;
    font-size: 43px;
    position: absolute;
    width: 305px;
    height: 43px;
    padding: 10px;
    text-align: center;
    margin: 0px 0px 0 20px;
    font-family: 'Lobster', cursive;
    border: 3px solid #689062;
}

.a4, .a2 {
      margin: 0 20px;
    line-height: normal;
}


.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

[class*="col-"] {
  padding: 0 15px;
  width: 100%;
}

@media (min-width: 768px) {
  .col-md-1 { width: 8.33%; }
  .col-md-4 { width: 33.33%; }
  .col-md-5 { width: 41.66%; }
  .col-md-7 { width: 58.33%; }
  .col-md-8 { width: 66.66%; }
  .hidden-md { display: none !important; }
  .hidden-lg { display: none !important; }
}

@media (max-width: 767px) {
  .col-xs-2 { width: 16.66%; }
  .col-xs-4 { width: 33.33%; }
  .col-xs-6 { width: 50%; }
  .hidden-xs { display: none !important; }
  .hidden-sm { display: none !important; }
}

.f1 {
  background: linear-gradient(135deg, #1A365D 0%, #2A4365 100%);
  padding: 20px 0 80px 0;
  color: #FFFFFF;
  position: relative;
}

.menu {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.logo {
  max-height: 50px;
  width: auto;
  object-fit: contain;
  display: block;
}

.mazir {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  height: 50px;
}

.mazir li {
  font-size: 15px;
  font-weight: 500;
  color: #E2E8F0;
  cursor: pointer;
  transition: color 0.3s ease;
  position: relative;
}

.mazir li:hover {
  color: #38A169;
}

.mazir li::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #38A169;
  transition: width 0.3s ease;
}

.mazir li:hover::after {
  width: 100%;
}

.ssilka {
  display: flex;
  gap: 12px;
  align-items: center;
  float: left;
  height: 50px;
}

.flo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.flo:hover {
  background: #38A169;
  transform: translateY(-2px);
}

.flo img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.zakaz {
  float: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 50px;
}

.nomer {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 2px;
}

.zakazat {
  font-size: 12px;
  font-weight: 600;
  color: #38A169;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.zakazat:hover {
  color: #48BB78;
}

.zagalovka {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  background: #000000;
  aspect-ratio: 16 / 9;
}

.add-video {
  width: 100%;
  height: 100%;
  display: block;
}

.sirt {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  color: #2D3748;
}

.soz-f {
  font-size: 15px;
  color: #718096;
  margin-bottom: 24px;
  line-height: 1.5;
}

.soz-f span {
  font-size: 20px;
  font-weight: 700;
  color: #1A365D;
  letter-spacing: -0.5px;
}

.form-1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.inp-2, .select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  font-family: inherit;
  font-size: 15px;
  color: #2D3748;
  background-color: #F8FAFC;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  outline: none;
}

.inp-2:focus, .select:focus {
  border-color: #38A169;
  background-color: #FFFFFF;
}

.select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23718096' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  cursor: pointer;
}

.knopka-f {
  width: 100%;
  padding: 16px;
  background: #38A169;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.1s ease;
}

.knopka-f:hover {
  background: #2F855A;
}

.knopka-f:active {
  transform: scale(0.98);
}

#main-text {
  padding: 80px 0;
  max-width: 1200px;
  margin: 0 auto;
}

#main-text h1 {
  font-size: 36px;
  font-weight: 700;
  color: #1A365D;
  margin-bottom: 24px;
  letter-spacing: -1px;
  line-height: 1.2;
}

#main-text h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1A365D;
  margin: 48px 0 20px 0;
  letter-spacing: -0.5px;
}

#main-text h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2C5282;
  margin: 36px 0 16px 0;
}

#main-text p {
  font-size: 16px;
  color: #4A5568;
  margin-bottom: 20px;
  text-align: justify;
}

#main-text ul {
  list-style: none;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#main-text li {
  font-size: 16px;
  color: #2D3748;
  font-weight: 500;
  padding-left: 32px;
  position: relative;
}

#main-text li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  color: #38A169;
  font-weight: 700;
  font-size: 18px;
}

@media (max-width: 991px) {
  .f1 {
    padding-bottom: 40px;
  }
  .menu {
    gap: 40px;
  }
  .sirt {
    margin-top: 40px;
    padding: 30px;
  }
  #main-text {
    padding: 40px 0;
  }
  #main-text h1 {
    font-size: 28px;
  }
  #main-text h2 {
    font-size: 22px;
  }
}


.f2 {
  padding: 80px 0;
  background-color: #FFFFFF;
}

.orta-soz {
  font-size: 32px;
  font-weight: 700;
  color: #1A365D;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.img {
  width: 60px;
  height: 4px;
  background-color: #38A169;
  margin: -30px auto 50px auto;
  border-radius: 2px;
}

.onas {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 32px;
  font-size: 16px;
  color: #4A5568;
  line-height: 1.6;
}

.domalak {
  width: 12px;
  height: 12px;
  margin-top: 6px;
  flex-shrink: 0;
  object-fit: contain;
}

.to4ka {
  font-weight: 600;
  color: #1A365D;
}

.f3 {
  background-color: #F7FAFC;
  padding: 60px 0;
  overflow: hidden;
}

.slider1 {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

div[u="slides"] {
  display: flex !important;
  position: static !important;
  width: 100% !important;
  height: auto !important;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

div[u="slides"]::-webkit-scrollbar {
  display: none;
}

div[u="slides"] > div {
  position: static !important;
  display: block !important;
  flex: 0 0 calc(33.333% - 14px);
  width: auto !important;
  height: 380px !important;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  background-color: #FFFFFF;
  transition: transform 0.3s ease;
}

div[u="slides"] > div:hover {
  transform: translateY(-4px);
}

img.marginimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: 0 !important;
}

.jssora03l, .jssora03r {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%);
  width: 48px !important;
  height: 48px !important;
  background: #FFFFFF !important;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.jssora03l:hover, .jssora03r:hover {
  background-color: #F7FAFC !important;
}

.jssora03l {
  left: -10px !important;
}

.jssora03r {
  right: -10px !important;
}

.jssora03l::before, .jssora03r::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #2D3748;
  border-left: 2px solid #2D3748;
  display: block;
}

.jssora03l::before {
  transform: rotate(-45deg);
  margin-left: 4px;
}

.jssora03r::before {
  transform: rotate(135deg);
  margin-right: 4px;
}

@media (max-width: 991px) {
  div[u="slides"] > div {
    flex: 0 0 calc(50% - 10px);
    height: 320px !important;
  }
  .f2 {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  div[u="slides"] > div {
    flex: 0 0 100%;
    height: 280px !important;
  }
  .jssora03l, .jssora03r {
    display: none !important;
  }
  .orta-soz {
    font-size: 26px;
  }
}

.f4 {
  padding: 80px 0;
  background: linear-gradient(135deg, #1A365D 0%, #2A4365 100%);
  color: #FFFFFF;
}

.zhasil {
  font-size: 28px;
  font-weight: 700;
  color: #38A169;
  line-height: 1.3;
  margin-bottom: 30px;
  letter-spacing: -0.5px;
}

.sozder-f4 {
  font-size: 16px;
  color: #E2E8F0;
  line-height: 1.6;
}

.f5 {
  padding: 80px 0;
  background-color: #F7FAFC;
}

.tortb {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  font-size: 20px;
  font-weight: 700;
  color: #1A365D;
  min-height: 340px;
  display: flex;
  flex-direction: column;
}

.vashpol {
  margin-top: 24px;
  font-size: 15px;
  font-weight: 400;
  color: #4A5568;
}

.vashpol span {
  font-weight: 600;
  color: #2D3748;
  display: inline-block;
  margin-bottom: 8px;
}

.vashpol input[type="radio"] {
  margin-right: 6px;
  accent-color: #38A169;
  cursor: pointer;
}

.vashpol input[type="radio"] + text {
  margin-right: 20px;
}

.inp-f5 {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  font-family: inherit;
  font-size: 15px;
  color: #2D3748;
  background-color: #F8FAFC;
  outline: none;
  margin-top: 16px;
  transition: border-color 0.3s ease;
}

.inp-f5:focus {
  border-color: #38A169;
}

.submit-f5 {
  width: 100%;
  padding: 14px;
  background-color: #1A365D;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.submit-f5:hover {
  background-color: #2A4365;
}

.ggg {
  font-size: 64px;
  font-weight: 800;
  color: #38A169;
  margin: auto 0;
  text-align: center;
  line-height: 1;
}

.kkal-f5 {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  cursor: pointer;
  display: none;
  margin-top: 15px;
}

.f6, .f7 {
  padding: 80px 0;
  background-color: #FFFFFF;
}

.f7 {
  background-color: #F8FAFC;
}

.orta-soz2 {
  font-size: 32px;
  font-weight: 700;
  color: #1A365D;
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.prog-soz {
  font-size: 16px;
  color: #4A5568;
  line-height: 1.7;
}

.prog-soz span {
  font-size: 24px;
  font-weight: 700;
  color: #1A365D;
  display: inline-block;
  margin-bottom: 16px;
}

.uznat {
  display: inline-block;
  padding: 14px 32px;
  background-color: #38A169;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 30px;
  transition: background-color 0.3s ease, transform 0.1s ease;
}

.uznat:hover {
  background-color: #2F855A;
}

.uznat:active {
  transform: scale(0.98);
}

.kkal-1200, .kkal-1800 {
  width: 100%;
  height: 350px;
  background-color: #E2E8F0;
  border-radius: 16px;
  cursor: pointer;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
}

.kkal-1200:hover, .kkal-1800:hover {
  transform: scale(1.02);
}

.kkal-1200 {
  background-image: url('images/diet-1200.jpg');
}

.kkal-1800 {
  background-image: url('images/diet-1800.jpg');
}

@media (max-width: 991px) {
  .f4, .f5, .f6, .f7 {
    padding: 50px 0;
  }
  .tortb {
    min-height: auto;
    margin-bottom: 30px;
  }
  .kkal-1200, .kkal-1800 {
    height: 280px;
    margin-top: 30px;
  }
  .zhasil {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
  .uznat {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

.f8 {
  padding: 80px 0;
  background-color: #FFFFFF;
}

.kkal-2600 {
  width: 100%;
  height: 350px;
  background-color: #E2E8F0;
  border-radius: 16px;
  cursor: pointer;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
  background-image: url('images/diet-2600.jpg');
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
}

.kkal-2600:hover {
  transform: scale(1.02);
}

.f9 {
  padding: 80px 0;
  background-color: #F8FAFC;
}

.knopka {
  width: 100%;
  padding: 14px;
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  color: #4A5568;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.knopka:hover {
  border-color: #38A169;
  color: #38A169;
}

.knopka.active-a {
  background-color: #38A169;
  border-color: #38A169;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(56, 161, 105, 0.2);
}

.adas {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.carousel-inner {
  position: relative;
  width: 100%;
  height: 480px;
}

.item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 1;
}

.item.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.atym {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(26, 54, 93, 0.9) 0%, rgba(26, 54, 93, 0.4) 100%);
  padding: 30px;
  color: #FFFFFF;
  z-index: 3;
}

.atym {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.atym span {
  font-size: 14px;
  font-weight: 400;
  color: #A0AEC0;
  margin-left: 8px;
}

.atym p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
  color: #E2E8F0;
  line-height: 1.4;
}

.csuret {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #FFFFFF;
  text-decoration: none;
  z-index: 4;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.carousel-control:hover {
  opacity: 1;
}

.carousel-control.left {
  left: 0;
}

.carousel-control.right {
  right: 0;
}

.gfhfhfgj {
  width: 40px;
  height: 40px;
  background-color: rgba(26, 54, 93, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.gfhfhfgj::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  display: block;
}

.left .gfhfhfgj::before {
  transform: rotate(-45deg);
  margin-left: 4px;
}

.right .gfhfhfgj::before {
  transform: rotate(135deg);
  margin-right: 4px;
}

@media (max-width: 991px) {
  .f8, .f9 {
    padding: 50px 0;
  }
  .kkal-2600 {
    height: 280px;
    margin-top: 30px;
  }
  .carousel-inner {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .knopka {
    font-size: 14px;
    padding: 10px 5px;
    margin-bottom: 20px;
  }
  .carousel-inner {
    height: 350px;
  }
  .atym {
    padding: 20px;
    font-size: 18px;
  }
}

#content {
  background-color: #FFFFFF;
  padding: 60px 0;
  border-bottom: 1px solid #E2E8F0;
}

.cont.yel {
  text-decoration: none;
  color: inherit;
  display: block;
}

.wrap {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}

.center {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.callories-list {
  display: flex;
  list-style: none;
  background-color: #F1F5F9;
  padding: 6px;
  border-radius: 12px;
  gap: 4px;
}

.callories-list li {
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
  color: #64748B;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.callories-list li.active, .callories-list li:hover {
  background-color: #FFFFFF;
  color: #1A365D;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.scrolled-overflow {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.scrolled-container {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  width: auto !important;
  height: auto !important;
  margin-left: 0 !important;
}

.scrolled-data {
  width: 100% !important;
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}

.food-blocks {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.food-block {
  background-color: #F8FAFC;
  border-left: 4px solid transparent;
  border-radius: 0 12px 12px 0;
  padding: 18px 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.food-block:hover, .food-block.active {
  background-color: #F0FDF4;
  border-left-color: #38A169;
  transform: translateX(4px);
}

.f-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.f-time .red {
  font-size: 18px;
  font-weight: 700;
  color: #1A365D;
}

.f-time .green {
  font-size: 14px;
  font-weight: 500;
  color: #38A169;
}

.bl-disc {
  list-style: none;
}

.bl-disc li {
  font-size: 15px;
  color: #4A5568;
}

.right-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-gallery {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08);
  margin-top: 0 !important;
}

.circle-gallery .gallery {
  display: flex;
  width: auto !important;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.circle-gallery .gallery img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  flex-shrink: 0;
}

.circle-gallery .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease;
  z-index: 5;
}

.circle-gallery .nav:hover {
  background-color: #FFFFFF;
}

.circle-gallery .nav::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #2D3748;
  border-left: 2px solid #2D3748;
  display: block;
}

.circle-gallery .nav.prev {
  left: 16px;
}

.circle-gallery .nav.prev::before {
  transform: rotate(-45deg);
  margin-left: 2px;
}

.circle-gallery .nav.next {
  right: 16px;
}

.circle-gallery .nav.next::before {
  transform: rotate(135deg);
  margin-right: 2px;
}

.clear {
  clear: both;
}


.f10 {
  padding: 80px 0;
  background-color: #FFFFFF;
}

.peremen {
  position: relative;
  margin-top: 20px;
}

.absol-f10 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  position: relative;
}

.absol-f10::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #E2E8F0;
  z-index: 1;
}

.f10-soz {
  text-align: center;
  position: relative;
  z-index: 2;
}

.f10-soz::before {
  content: '';
  width: 50px;
  height: 50px;
  background-color: #F8FAFC;
  border: 3px solid #38A169;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  font-weight: 700;
  color: #1A365D;
  font-size: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.f10-s1::before { content: '1'; }
.f10-s2::before { content: '2'; }
.f10-s3::before { content: '3'; }
.f10-s4::before { content: '4'; }
.f10-s5::before { content: '5'; }

.f10-soz span {
  font-size: 18px;
  font-weight: 700;
  color: #1A365D;
  display: block;
  margin-bottom: 8px;
}

.f10-soz {
  font-size: 14px;
  color: #718096;
  line-height: 1.5;
}

.f11 {
  padding: 80px 0;
  background-color: #F8FAFC;
}

.dfg52fd {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 340px;
}

.dfg52fd .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#carousel-example-generic19 .dfg52fd .item {
  grid-template-columns: 1fr;
}

.dfg52fd .item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.video-d {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.02), 0 4px 6px -2px rgba(0, 0, 0, 0.02);
  text-align: center;
}

.otziv-v1 {
  width: 100%;
  height: 220px;
  border-radius: 12px;
  margin-bottom: 16px;
  background-color: #000000;
}

.video-d span {
  font-size: 18px;
  font-weight: 700;
  color: #1A365D;
  display: inline-block;
  margin-top: 4px;
}

.video-d p {
  font-size: 14px;
  color: #38A169;
  font-weight: 500;
  margin-top: 2px;
}

.on-sol-k {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background-color: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 10;
  transition: all 0.3s ease;
}

.on-sol-k:hover {
  background-color: #F1F5F9;
}

.on-sol-k.left { left: -22px; }
.on-sol-k.right { right: -22px; }

.on-sol-k span::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #4A5568;
  border-left: 2px solid #4A5568;
  display: block;
}

.on-sol-k.left span::before {
  transform: rotate(-45deg);
  margin-left: 4px;
}

.on-sol-k.right span::before {
  transform: rotate(135deg);
  margin-right: 4px;
}

@media (max-width: 991px) {
  .absol-f10 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .absol-f10::before {
    display: none;
  }
  .f10-soz {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .f10-soz::before {
    margin: 0;
    flex-shrink: 0;
  }
  .f10, .f11 {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .on-sol-k {
    display: none !important;
  }
  .video-d {
    padding: 12px;
  }
  .otziv-v1 {
    height: 180px;
  }
}


.f12 {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.map {
  width: 100%;
  height: 400px;
  background-color: #E2E8F0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  position: relative;
}

.map iframe {
  display: block !important;
  border: 0;
  width: 100%;
  height: 100%;
}

.ostal {
  background: linear-gradient(135deg, #1A365D 0%, #2A4365 100%);
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  margin-top: 40px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.ostal span {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.5px;
  display: inline-block;
  margin-bottom: 12px;
}

.zadaite {
  display: inline-block;
  padding: 14px 32px;
  background-color: #38A169;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.1s ease;
}

.zadaite:hover {
  background-color: #2F855A;
}

.zadaite:active {
  transform: scale(0.98);
}

.f13 {
  background-color: #1A202C;
  padding: 60px 0 30px 0;
  color: #A0AEC0;
  font-size: 15px;
}

.f13 .row {
  align-items: center;
  margin-bottom: 40px;
}

.logo216 {
  max-height: 50px;
  width: auto;
  object-fit: contain;
  display: block;
}

.nomerler span {
  font-size: 14px;
  font-weight: 500;
  color: #718096;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nomerler p {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  margin-top: 4px;
}

.myc span {
  font-size: 14px;
  font-weight: 500;
  color: #718096;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 12px;
}

.fgfdsghgf {
  float: none;
  height: auto;
}

.f13 a img[alt="Яндекс.Метрика"] {
  opacity: 0.4;
  transition: opacity 0.3s ease;
  margin-top: 20px;
}

.f13 a img[alt="Яндекс.Метрика"]:hover {
  opacity: 1;
}

@media (max-width: 991px) {
  .f12 {
    padding: 40px 0;
  }
  .map {
    height: 300px;
  }
  .ostal {
    padding: 30px 20px;
  }
  .ostal span {
    font-size: 20px;
  }
  .f13 {
    padding: 40px 0 20px 0;
    text-align: center;
  }
  .f13 .row {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
  }
  .logo216 {
    margin: 0 auto;
  }
  .myc .ssilka {
    justify-content: center;
  }
}

