header {
  width: 80%;
  margin: auto;
  font-size: 20px;
}
header .pervi, header .vtaroi {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
header .pervi .divvi, header .vtaroi .divvi {
  display: flex;
  gap: 30px;
  align-items: center;
}
header .pervi .divvi .p2, header .vtaroi .divvi .p2 {
  display: inline-block;
  padding: 10px 30px;
  background-color: green;
  border-radius: 20px;
}
header .dd {
  display: flex;
  gap: 20px;
}

.headp {
  display: none;
}

.sec1 {
  width: 80%;
  margin: auto;
}
.sec1 h1 {
  font-size: 30px;
}

.box1, .box2 {
  width: 500px;
  background-color: #3BB96D;
  color: white;
  border-radius: 10px;
  padding: 30px;
  position: relative;
}
.box1 p, .box2 p {
  width: 300px;
}
.box1 img, .box2 img {
  position: absolute;
  top: 60px;
  left: 260px;
}
.box1 button, .box2 button {
  border-radius: 15px;
  padding: 10px 20px;
  border: none;
}

.box2 {
  background-color: #27C8DA;
}

.sec2 {
  width: 80%;
  margin: auto;
}

.dddd {
  display: flex;
  gap: 50px;
}

.divo {
  display: flex;
  gap: 50px;
}

.didi {
  width: 300px;
  padding: 20px;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 0px 10px black;
}

.didd {
  width: 250px;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid grey;
}

.sec3 {
  background-color: #272727;
  height: 500px;
}

* {
  margin: 0;
}

.divov {
  width: 80%;
  margin: auto;
  color: white;
  padding: 30px 30px;
}
.divov img {
  margin-top: -270px;
}

.nol {
  color: green;
  background-color: green;
  border-radius: 40%;
}

.text {
  display: flex;
  gap: 100px;
}

.ramaz1-flying-sausage {
  padding: 60px 20px;
}

.ramaz1-flying-sausage__inner-container {
  max-width: 1200px;
  margin: 0 auto;
}

.ramaz1-screaming-cucumber {
  font-family: "Arial", sans-serif;
  font-size: 36px;
  color: #1a1a1a;
  margin-bottom: 40px;
}

.ramaz1-dancing-keyboard-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.ramaz1-purple-banana-card {
  border: 1px solid #eee;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s;
}

.ramaz1-purple-banana-card:hover {
  transform: scale(1.02);
}

.ramaz1-purple-banana-card__photo-shrimp {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 510px) {
  .ramaz1-flying-sausage {
    padding: 30px 10px;
  }
  .ramaz1-screaming-cucumber {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }
  .ramaz1-dancing-keyboard-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .ramaz1-purple-banana-card {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
  }
}
.ramaz1-crazy-doctor-box {
  padding: 100px 20px;
  display: flex;
  justify-content: center;
  background-color: #fff;
  overflow: hidden;
}

.ramaz1-crazy-doctor-box__inner-wrap {
  position: relative;
  max-width: 1100px;
  width: 100%;
  background-color: #2c2c2c;
  border-radius: 60px;
  padding: 60px 80px;
  display: flex;
  align-items: center;
}

.ramaz1-sleepy-form-wrapper {
  max-width: 550px;
  z-index: 2;
}

.ramaz1-shouting-title {
  color: #fff;
  font-size: 42px;
  margin: 0 0 15px 0;
  font-family: "Arial", sans-serif;
}

.ramaz1-whispering-subtitle {
  color: #ccc;
  font-size: 18px;
  margin-bottom: 35px;
}

.ramaz1-hungry-callback-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ramaz1-flying-input-group {
  display: flex;
  flex-direction: column;
  flex: 1 1 250px;
}

.ramaz1-label-jump {
  color: #fff;
  margin-bottom: 8px;
  font-size: 14px;
}

.ramaz1-input-spaghetti {
  background: #f0f4f7;
  border: none;
  border-radius: 30px;
  padding: 15px 25px;
  font-size: 16px;
  outline: none;
}

.ramaz1-bouncing-button {
  width: 100%;
  margin-top: 10px;
  background-color: #37b361;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 18px;
  font-size: 18px;
  font-weight: bold;
}

.ramaz1-bouncing-button:hover {
  background-color: #2e9652;
}

.ramaz1-tiny-legal-text {
  color: #999;
  font-size: 12px;
  margin-top: 25px;
}

.ramaz1-green-link-worm {
  color: #37b361;
  text-decoration: underline;
}

.ramaz1-floating-medic-image {
  position: absolute;
  right: -20px;
  bottom: 0;
  height: 100%;
}

.ramaz1-medic-photo-crab {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 510px) {
  .ramaz1-crazy-doctor-box {
    padding: 20px 10px;
  }
  .ramaz1-crazy-doctor-box__inner-wrap {
    padding: 40px 20px;
    border-radius: 40px;
    flex-direction: column;
  }
  .ramaz1-floating-medic-image {
    display: none;
  }
  .ramaz1-shouting-title {
    font-size: 30px;
    text-align: center;
  }
  .ramaz1-whispering-subtitle {
    font-size: 16px;
    text-align: center;
  }
  .ramaz1-hungry-callback-form {
    flex-direction: column;
  }
  .ramaz1-flying-input-group {
    flex: 1 1 auto;
  }
  .ramaz1-tiny-legal-text {
    text-align: center;
  }
}
@media (max-width: 510px) {
  .headc {
    display: none;
  }
  .headp {
    display: block;
    margin-top: 30px;
  }
  .headp div {
    gap: 100px;
  }
  .ddd {
    display: flex;
  }
  .ddd p {
    width: 1px;
  }
  .sec1 {
    width: 80%;
    flex-wrap: wrap;
    margin: auto;
  }
  .sec1 .dddd {
    flex-wrap: wrap;
  }
  .sec1 .box1, .sec1 .box2 {
    height: 460px;
    width: 95%;
    margin-left: -20px;
  }
  .sec1 .box1 img, .sec1 .box2 img {
    top: 300px;
    left: 90px;
    width: 250px;
  }
  .divo {
    flex-wrap: wrap;
  }
  .sec3 {
    height: 1000px;
  }
  .sec3 img {
    display: none;
  }
  .divov {
    flex-wrap: wrap;
  }
  .text {
    flex-wrap: wrap;
  }
}
.ramaz1-leaking-basement {
  background-color: #2e9652;
  padding: 60px 20px;
  color: #ffffff;
  font-family: sans-serif;
}

.ramaz1-leaking-basement__inner-shell {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.ramaz1-salty-contacts-plate {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 250px;
}

.ramaz1-wooden-logo-pancake {
  max-width: 200px;
  margin-bottom: 10px;
}

.ramaz1-itchy-info-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ramaz1-info-label-ant {
  font-size: 14px;
  opacity: 0.7;
}

.ramaz1-info-value-cloud {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
}

.ramaz1-drunk-navigation-forest {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  flex-grow: 1;
}

.ramaz1-branch-title-owl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.ramaz1-leaf-list-worm {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ramaz1-leaf-list-worm li {
  margin-bottom: 12px;
}

.ramaz1-leaf-list-worm a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.ramaz1-leaf-list-worm a:hover {
  opacity: 1;
  text-decoration: underline;
}

@media (max-width: 510px) {
  .ramaz1-leaking-basement__inner-shell {
    flex-direction: column;
    gap: 30px;
  }
  .ramaz1-salty-contacts-plate {
    max-width: 100%;
    display: block;
  }
  .ramaz1-salty-contacts-plate__logo-box {
    margin-bottom: 20px;
  }
  .ramaz1-itchy-info-block {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .ramaz1-drunk-navigation-forest {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .ramaz1-branch-title-owl {
    font-size: 16px;
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=style.css.map */