/*
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h2,
h3,
h3,
h4,
h4,
h5,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
*/

/* HTML5 display-role reset for older browsers */
/*
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

button {
  outline: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

html {
  box-sizing: border-box;
  height: 100%;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

a,
input,
textarea {
  outline: none;
}

html,
body {
  position: relative;
}

html {
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
}

a {
  display: inline-block;
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  height: 100%;
  font-weight: 400;
  color: #1d1d1d;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.content {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.flex-body {
  display: flex;
  align-items: center;
}

.main {
  max-width: 100vw;
  width: 100%;
  overflow-x: hidden;
}
*/

.section-title {
  color: #1d1d1d;
  text-align: center;
  font-size: 26px;
  font-family: "PT Sans Narrow", sans-serif;
}
.section-title h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-title span {
  display: block;
  font-size: 43px;
  line-height: 1.4;
  font-weight: 700;
}

.form .form-input {
  border: 1px solid #d1d1d1;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
}
.form .form-input.error {
  border-color: red;
}
.form .form-input input {
  width: 100%;
  padding: 15px;
  border: none;
  outline: none;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
}
.form .form-input input::placeholder {
  opacity: 0.3;
  font-family: "Fira Sans", sans-serif;
}
.form  .form-input label, .form-area label {
  position: static;
}

.form-textarea {
  border: 1px solid #d1d1d1;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
}
.form-textarea textarea {
  width: 100%;
  padding: 15px;
  border: none;
  outline: none;
  resize: none;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
}
.form-textarea textarea::placeholder {
  opacity: 0.3;
  font-family: "Fira Sans", sans-serif;
}



.intro {
  overflow: hidden;
  position: relative;
  padding-top: 55px;
  padding-bottom: 135px;
  margin-bottom: 50px;
}
.intro::before {
  content: "";
  position: absolute;
  width: 700%;
  height: 700%;
  bottom: 0;
  background-color: #dff9db;
  border-radius: 50%;
  left: calc(-350% + 50vw);
  z-index: -1;
}
.intro__title {
  margin-bottom: 80px;
}
.intro__body {
  gap: 40px;
  justify-content: space-between;
}
.intro__text {
  max-width: 575px;
  line-height: 2;
}
.intro__text p + p {
  margin-top: 30px;
}
.intro__picture {
  flex-grow: 1;
}
.intro__picture img {
  max-width: 400px;
  width: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.form__title {
  margin-bottom: 35px;
}
.form__body {
  max-width: 610px;
  width: 100%;
  margin: 0 auto;
}
.form__body .flex-body {
  justify-content: space-between;
  gap: 30px;
}
.form__text {
  text-align: center;
}
.form__text a {
  display: inline;
  text-decoration: underline;
}
.form__button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.form__button button {
  background-color: #95c11f;
  text-transform: uppercase;
  color: white;
  font-size: 17px;
  font-weight: 500;
  padding: 20px 90px;
  border-radius: 30px;
  margin: 0 auto;
  width: fit-content;
  border: none;
  outline: none;
  transition: bacgkround-color 0.3s linear;
}
.form__button button:hover {
  cursor: pointer;
  background-color: rgba(149, 193, 31, 0.8);
}

.dispatch {
  margin-top: 40px;
}

/*.footer {
  padding-top: 70px;
}
.footer__top {
  justify-content: space-between;
  padding-bottom: 25px;
}
.footer__img {
  max-width: 100px;
  width: 100%;
  margin-right: 25px;
}
.footer__text {
  font-size: 25px;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 400;
  color: #1d1d1d;
  text-transform: uppercase;
}
.footer__text span {
  color: var(--general-color);
  display: block;
}
.footer__contacts .icon{
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 15px;
}

.footer__contacts .icon svg, .footer__contacts .icon img {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--general-color);
}
.footer__phone, .footer__whatsapp {
  margin-bottom: 10px;
}
.footer__phone a, .footer__whatsapp a {
  font-size: 26px;
  font-weight: 700;
  font-family: "PT Sans Narrow", sans-serif;
}
.footer__mail, .footer__adrress {
  font-size: 15px;
}
.footer__mail {
  margin-bottom: 15px;
}
.footer__mail a {
  text-decoration: underline;
}
.footer__mail svg {
  width: 20px;
  height: 16px;
  fill: #33a056;
}
.footer__bottom {
  border-top: 1px solid #ededed;
  padding: 30px 0;
  font-size: 13px;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__police {
  max-width: 400px;
}
.footer__police a {
  text-decoration: underline;
}*/

.k1-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  inset:0;
  z-index: 1;
}
.k1-modal__body {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  width: max-content;
}

@media (max-width: 1024px) {

  .intro {
    padding-bottom: 85px;
  }
  .intro__text, .intro__picture {
    flex: 1;
  }
  .footer__img {
    max-width: 100px;
    margin-right: 30px;
  }
  .footer__text {
    font-size: 20px;
  }
  .footer__text span {
    font-size: 28px;
  }
  .footer__phone a .footer__whatsapp a {
    font-size: 22px;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 20px;
  }
  .footer__police {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 8px;
  }
  .section-title {
    font-size: 24px;
  }
  .section-title span {
    font-size: 32px;
  }

  .intro {
    padding-top: 25px;
    padding-bottom: 35px;
    margin-bottom: 25px;
  }
  .intro__title {
    margin-bottom: 30px;
  }
  .intro__body {
    flex-direction: column;
  }
  .intro__text p {
    line-height: 1.7;
  }
  .form {
    padding: 0 8px;
  }
  .footer__img {
    max-width: 80px;
    margin-right: 20px;
  }
  .footer__text {
    font-size: 18px;
  }
  .footer__text span {
    font-size: 24px;
  }
}
@media (max-width: 600px) {

  .form .flex-body {
    flex-direction: column;
    gap: 0;
  }
  .footer__logo {
    margin-bottom: 20px;
  }
  .footer__top {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .section-title {
    font-size: 20px;
  }
  .section-title span {
    font-size: 28px;
  }
}

/*# sourceMappingURL=style.css.map */
