.hero-section__buttons {
  margin-top: 44px;
  display: flex;
  gap: 24px;
  max-width: 438px;
  width: 100%;
}

.hero-section__button1 {
  position: relative;
  height: clamp(2.875rem, 2.596rem + 1.27vw, 4.125rem);
  display: flex;
  width: clamp(8.625rem, 7.232rem + 6.37vw, 14.875rem);
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background-color: #ffffff;
  color: #000000 !important;
  text-decoration: none !important;
  border: none;
  font-size: clamp(0.75rem, 0.694rem + 0.25vw, 1rem);
  font-family: "inter" !important;
  font-weight: 600 !important;
  padding-right: 25px;
}

.hero-section__button1::before {
  content: "";
  background-image: url("/sites/all/themes/vesta_theme/icons/Arrow Right.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 77%;
  top: 38%;
}
.hero-section__button2 {
  height: clamp(2.875rem, 2.596rem + 1.27vw, 4.125rem);
  display: flex;
  width: clamp(5.938rem, 4.837rem + 5.03vw, 10.875rem);
  justify-content: center;
  align-items: center;
  border-radius: 36px;
  background-color: #1c437c;
  color: #ffffff !important;
  text-decoration: none !important;
  border: none;
  font-size: clamp(0.75rem, 0.694rem + 0.25vw, 1rem);
  font-family: "inter" !important;
  font-weight: 600 !important;
}
.hero-section__button1 a {
  text-decoration: none !important;
  color: #000000;
}
.hero-section__button2 a {
  text-decoration: none !important;
  color: #ffffff;
}

.about__container {
  margin-top: 84px;
  justify-content: space-between;
}

.about__section1 {
  max-width: 471px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about__section1 .block-title {
  font-size: clamp(1.25rem, 1.027rem + 1.02vw, 2.25rem) !important;
}

.about__section1 .block-title {
  font-size: clamp(1.313rem, 1.104rem + 0.96vw, 2.25rem);
  font-weight: bold;
  font-family: "inter" !important;
  color: #000000;
}

.about__section1 span {
  font-size: clamp(0.813rem, 0.743rem + 0.32vw, 1.125rem);
  color: #000000;
  line-height: 30px;
  margin-top: 34px;
  display: block;
  font-family: "inter";
}

.about__button {
  width: clamp(7.438rem, 7.159rem + 1.27vw, 8.688rem);
  height: clamp(2.125rem, 1.846rem + 1.27vw, 3.375rem);
  background-color: #1c437c;
  border-radius: 30px;
  font-family: "inter";
  color: #ffffff;
  margin-top: 37px;
  border: none;
  font-size: clamp(0.75rem, 0.708rem + 0.19vw, 0.938rem);
}

.about__section2 img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.offer__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.offer__container .block-title {
  text-align: center;
  font-size: clamp(1.375rem, 1.18rem + 0.89vw, 2.25rem) !important;
  color: #f4f5f0;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "inter";
}
.offer__container span {
  text-align: center;
  display: block;
  margin-top: 5px;
  font-size: clamp(0.875rem, 0.736rem + 0.64vw, 1.5rem) !important;
  color: #f4f5f0;
  font-family: "inter";
}

.offer__button {
  font-family: "inter";
  color: #ffffff;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.847rem + 0.13vw, 1rem);
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  text-wrap: nowrap;
}

.offer__button-container {
  margin-top: 25px;
  width: clamp(8.563rem, 8.005rem + 2.55vw, 11.063rem);
  height: clamp(2.5rem, 2.361rem + 0.64vw, 3.125rem);
  background-color: #04a1e9;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}

.about__section1 a {
  width: 25% !important;
}

.offer {
  padding: 92px 0px;
  background-color: #1c437c;
  width: 100%;
}

@keyframes uiDialogOpen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.ui-dialog {
  animation-name: uiDialogOpen;
  animation-duration: 0.8s;
  border-radius: 20px !important;
  border: none;
  background-color: #04a1e9 !important;
  border: 0px !important;
  top: 35% !important;
  color: #ffffff !important;
  font-family: "inter" !important; 
}

.ui-dialog #webform-submission-callback-form-ajax {
  color: #ffffff !important;
  font-family: "inter" !important; 
}

.ui-dialog-titlebar {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border: 0px !important;
}

.ui-dialog-titlebar .ui-dialog-title {
  font-family: "inter";
  font-size: 25px;
  color: #ffffff;
}

.ui-dialog .ui-dialog-titlebar {
  border-style: 0px !important;
  background-color: #04a1e9 !important;
}

.ui-dialog-buttonpane {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border: 0px !important;
  background-color: #04a1e9 !important;
}

.ui-dialog .js-form-type-tel {
}

.ui-dialog .js-form-type-tel label {
  display: none;
}

.ui-dialog .js-form-type-tel input {
  border-radius: 50px;
  height: 45px;
  padding-left: 15px;
  border: none;
}

.ui-dialog .js-form-item-kommentariy {
}

.ui-dialog .js-form-item-kommentariy label {
  display: none;
}

.ui-dialog .js-form-item-kommentariy textarea {
  border-radius: 20px;
  height: 100px;
  padding-left: 15px;
  padding-top: 10px;
  border: none;
}

.ui-dialog .js-form-item-dayu-soglasie-na-obrabotku-personalnyh-dannyh {
  margin-left: 5px;
}

.ui-dialog .js-form-item-dayu-soglasie-na-obrabotku-personalnyh-dannyh label {
  font-family: "inter";
  font-size: 14px;
  color: #ffffff;
  margin-left: 5px;
}

html.ui-dialog {
  overflow: visible !important;
}

.ui-dialog .js-form-item-dayu-soglasie-na-obrabotku-personalnyh-dannyh input {
}

.ui-dialog .ui-dialog-buttonset {
  width: 100%;
}

.ui-widget-overlay {
  background: #000000 !important;
}

.ui-dialog .ui-dialog-buttonset button {
  width: 100%;
  border-radius: 20px;
  font-family: "inter";
  color: #ffffff;
  background-color: #1c437c;
  border: none;
}

@media (max-width: 1200px) {
  .about__section1 span {
    max-width: 390px;
  }
}

@media (max-width: 996px) {
  .about__section1 {
    max-width: 271px;
    padding-right: 20px;
  }

  .about__section1 span {
    margin-top: 24px;
  }

  .about__button {
    margin-top: 24px;
  }
}

@media (max-width: 768px) {
  .about__section1 {
    max-width: 500px;
    margin-bottom: 30px;
  }

  .about__container {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 44px;
  }
  .about__section1 {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .offer__button {
    font-weight: 400;
  }

  .offer__container span {
    margin-top: 10px;
  }

  .hero-section__button1::before {
    content: "";
    left: 79%;
    top: 33%;
    width: 15px;
    height: 15px;
  }

  .offer {
    margin-top: 40px;
  }

  .ui-dialog {
    animation-name: uiDialogOpen;
    animation-duration: 0.8s;
    border-radius: 20px !important;
    border: none;
    background-color: #04a1e9 !important;
    border: 0px !important;
    top: 35% !important;
    left: 4% !important;
  }
}
