.form {
  margin-top: 20px;
  padding: 24px;
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #0079C2;
  border-radius: 25px;
}
.form-title {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.form h4 {
  margin-top: 0 !important;
  text-align: left;
  font-size: 23px;
  line-height: 27px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #fff;
}
.form input {
  border: none;

  padding: 10px 20px 8px;
  background-color: #dbd5c5;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  width: 100%;
  max-width: 100%;
}
.form button {
  margin-top: 0;
  padding: 10px 40px;
  width: 100%;
  background: #fff;
  border-radius: 555px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0079C2;
  transition: 0.3s ease-in-out;
  transform: scale(1);
  box-shadow: 0 0 0 rgba(243, 53, 47, 0);
}
.form button:hover {
  transition: 0.3s ease-in-out;
  transform: scale(1.05);
  box-shadow: 0 0 10px #f3352f;
}
.nachat {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #373737;
  margin-bottom: 10px;
  font-weight: 800;
  line-height: normal !important;
  background-color: transparent !important;
}
input[name="phone2"] {
  width: 100%;
  flex: 1;
  outline: 0;
}
.iti__selected-dial-code {
  color: #000 !important;
}
.header__logo--img {
  height: auto;
  margin-top: 15px;
  width: 130px;
}
.phonesc {
  width: 40%;
  display: flex;
  margin: 0 auto;
}
@media (max-width: 450px) {
  .phonesc {
    width: 70%;
  }
}
.item-comment {
  margin: 10px;
}
.item-comment::after {
  content: "";
  border-bottom: 1px solid gray;
  width: 100%;
  display: block;
  padding-bottom: 10px;
}
.item-comment .avatar {
  padding-right: 15px;
  float: left;
}
.item-comment .comment-description .name {
  text-decoration: none;
  color: #666;
  font-weight: 600;
}
.item-comment .comment-description p {
  margin: 5px 0 0;
  padding: 0;
}
.comment-to-comment {
  margin-left: 80px;
}
.item-comment .comment-description {
  float: none;
  padding-left: 70px;
}
.name {
  color: #000 !important;
}
.item-comment .avatar img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 576px) {
  .comment-description p {
    line-height: normal !important;
  }
  .comment-to-comment {
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper {
    padding-top: 60px !important;
  }
  .news-tags {
    margin-top: 10px !important;
  }
}
.iti,
.iti.iti--allow-dropdown.iti--separate-dial-code,
[name="phone2"] {
  width: 100%;
}
.iti__country-name,
.iti__selected-dial-code {
  color: #000;
}
.iti__selected-flag {
  --r: 0px;
  border-radius: var(--r) 0 0 var(--r);
}
#phone {
  width: 100% !important;
}
input.error {
  border: 1px solid #ff7c7c !important;
  color: #ff7c7c !important;
}
.hide {
  display: none;
}
