.content-page .content-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
.content-page .content-wrap .contacts-left_col {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .content-page .content-wrap .contacts-left_col {
    padding-top: 40px;
    width: 300px;
    margin-right: 40px;
  }
}
.content-page .content-wrap .contacts-left_col .title {
  margin-bottom: 10px;
}
.content-page .content-wrap .contacts-left_col .contacts-row {
  margin-bottom: 20px;
  margin-left: 29px;
}
.content-page .content-wrap .contacts-left_col .contacts-row .contacts-text a {
  text-decoration: none;
}
.content-page .content-wrap .contacts-left_col .messager {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 5px;
}
@media screen and (min-width: 1024px) {
  .content-page .content-wrap .contacts-left_col .messager {
    font-size: 14px;
  }
}
@media screen and (min-width: 1220px) {
  .content-page .content-wrap .contacts-left_col .messager {
    font-size: 16px;
  }
}
.content-page .content-wrap .contacts-left_col .messager .icon {
  width: 24px;
  height: 24px;
}
.content-page .content-wrap .contacts-left_col .messager .icon.whatsapp {
  position: relative;
}
.content-page .content-wrap .contacts-left_col .messager .icon img {
  width: 24px;
  height: 24px;
}
.content-page .content-wrap .contacts-left_col .messager .text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.content-page .content-wrap .contacts-left_col .social-links {
  display: flex;
}
.content-page .content-wrap .contacts-left_col .social-links .icon {
  margin-right: 10px;
  width: 32px;
  height: 32px;
}
.content-page .content-wrap .contacts-left_col .social-links .icon img {
  width: 32px;
  height: 32px;
}
.content-page .content-wrap .contacts-right_col {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .content-page .content-wrap .contacts-right_col {
    width: calc(100% - 340px);
  }
}
.content-page .content-wrap .contacts-right_col .form-title {
  font-size: 26px;
  margin-bottom: 20px;
}
.content-page .content-wrap .contacts-right_col .info {
  margin-top: 10px;
  font-size: 14px;
  max-width: 910px;
}
.content-page .content-wrap .contacts-right_col .contacts-form .field-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.content-page .content-wrap .contacts-right_col .contacts-form .field-wrap .field {
  margin-bottom: 10px;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  height: 36px;
  padding: 15px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 0;
}
@media screen and (min-width: 654px) {
  .content-page .content-wrap .contacts-right_col .contacts-form .field-wrap .field {
    width: calc((100% - 10px) / 3);
  }
}
.content-page .content-wrap .contacts-right_col .contacts-form .field-textarea {
  width: 100%;
  max-width: 910px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  height: 136px;
  padding: 15px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
.content-page .content-wrap .contacts-right_col .contacts-form .divsoglasie {
  padding-top: 10px;
}
.content-page .content-wrap .contacts-right_col .contacts-form .divsoglasie .check-label {
  font-size: 14px;
}
.content-page .content-wrap .contacts-right_col .contacts-form .form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  margin: 40px 0 0 0;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 654px) {
  .content-page .content-wrap .contacts-right_col .contacts-form .form-button {
    margin: 15px 0 0 0;
    width: 300px;
  }
}
.content-page .flex {
  display: flex;
  align-items: center;
}
.content-page .flex .text {
  margin-left: 5px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
}

.map {
  margin-top: 40px;
  margin-bottom: -60px;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 48px;
}

/*# sourceMappingURL=kss-contacts-page.css.map */
