@charset "UTF-8";
/*обнуление*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*---------------------------------*/
body {
  color: #000;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  /* overflow: hidden; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header {
  margin: 24px 0 0 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .header {
    margin: 12px 0 0 0;
  }
}
.header__contanier {
  max-width: 1232px;
  padding: 0 20px;
  margin: 0 auto;
}
.header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media (max-width: 991.98px) {
  .header__icons {
    display: none;
  }
}
.header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin: 0 36px 0 0;
}
.header__search p {
  color: #252525;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.header__icons-mob {
  display: none;
}
@media (max-width: 991.98px) {
  .header__icons-mob {
    display: block;
  }
}

.content {
  margin: -186px 0 0 0;
}
@media (max-width: 991.98px) {
  .content {
    margin: 16px 0 0 0;
  }
}
.content__wrap {
  max-width: 1232px;
  padding: 0 20px;
  margin: 0 auto;
}
.content__sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 122px;
}
@media (max-width: 991.98px) {
  .content__sticky {
    display: none;
  }
}
.content__sticky-icon {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 26px 0;
  color: #252525;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 22.5px */
}
.content__contanier {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
}
.content__header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin: 0 0 16px 0;
}
.content__header-ava img {
  max-width: 120px;
  width: 100%;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .content__header-ava img {
    max-width: 80px;
  }
}
.content__header-name {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  margin: 0 0 8px 0;
}
@media (max-width: 991.98px) {
  .content__header-name {
    font-size: 20px;
    margin: 0;
  }
}
.content__header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
.content__header-text p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 32px */
}
.content__header-text span {
  display: block;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 25.6px */
}
@media (max-width: 991.98px) {
  .content__header-text {
    display: none;
  }
}
.content__header-text-mob {
  display: none;
}
@media (max-width: 991.98px) {
  .content__header-text-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 8px 0 0 0;
  }
}
.content__text {
  color: #252525;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  margin: 24px 0;
}
.content__title {
  color: #252525;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 39px */
}
@media (max-width: 991.98px) {
  .content__title {
    font-size: 24px;
  }
}
.content__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0 0 0;
  gap: 15px;
}
.content__date span {
  color: #252525;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}
.content__img img {
  width: 100%;
  border-radius: 10px;
}
.content__ramka {
  border: 1px solid var(--ff-5317, #ff5317);
  padding: 24px;
  margin: 24px 0;
  position: relative;
}
.content__ramka-title {
  color: #252525;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  margin: 0 0 12px 0;
}
.content__list {
  padding: 0 0 0 1.5rem;
}
.content__list li {
  list-style: disc;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  margin: 0 0 8px 0;
}
.content__list li:last-child {
  margin: 0;
}
.content__subtitle {
  color: #252525;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  margin: 0 0 24px 0;
}
@media (max-width: 991.98px) {
  .content__subtitle {
    font-size: 20px;
  }
}
.content__ramka-text {
  color: #252525;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 16px 0 0 0;
}
.content__ramka-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .content__ramka-icon img {
    max-width: 106px;
    width: 100%;
  }
}
.content__img-prod {
  background: #ededed;
  text-align: center;
  padding: 40px;
}
.content__img-prod img {
  max-width: 383px;
  width: 100%;
}
.content__img-text {
  margin: 16px 0 0 0;
  color: #252525;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
@media (max-width: 991.98px) {
  .content__img-text {
    font-size: 12px;
  }
}
.content__foot-link {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 56px;
  padding: 0 20px;
  border-radius: 6px;
  background: var(--ff-5317, #ff5317);
  margin: 32px auto 0 auto;
  max-width: 277px;
  width: 100%;
}
.content__foot-icon {
  margin: 70px 0 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 18px;
}
@media (max-width: 991.98px) {
  .content__foot-icon {
    margin: 32px 0 24px 0;
  }
}
.content__foot-copy {
  margin: 0 0 48px 0;
  text-align: center;
  color: #252525;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}

.text-bold {
  font-weight: 700;
}

.text-orange {
  color: var(--ff-5317, #ff5317);
}

.text-italic {
  font-style: italic;
}

.form {
  background-image: url(../img/form-bg.jpg);
  background-size: 100% 100%;
}
@media (max-width: 991.98px) {
  .form {
    background-image: url(../img/form-bg-mob.jpg);
  }
}
.form__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 48px;
  gap: 25px;
}
@media (max-width: 991.98px) {
  .form__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 36px 40px 40px 40px;
    gap: 22px;
  }
}
@media (max-width: 479.98px) {
  .form__block {
    padding: 36px 30px 40px 30px;
  }
}
.form__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 203px;
  flex: 0 1 203px;
  position: relative;
  top: 30px;
}
@media (max-width: 991.98px) {
  .form__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    top: 0;
  }
}
.form__img img {
  max-width: 203px;
  width: 100%;
}
@media (max-width: 479.98px) {
  .form__img img {
    max-width: 171px;
  }
}
.form__columm {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 276px;
  flex: 0 1 276px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .form__columm {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.form__title {
  color: #333;
  text-align: center;
  margin: 16px 0 8px 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
}
.form__num {
  color: var(--ff-5317, #ff5317);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
.form__info {
  margin: 8px 0 16px 0;
  color: #333;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 15.6px */
  border: 1px solid var(--ff-5317, #ff5317);
  padding: 15px 12px;
}
.form__form {
  width: 100%;
}
.form__form p {
  color: #333;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 15.6px */
  opacity: 0.5;
  margin: 13px 0 0 0;
}
.form__input {
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 0 20px;
  height: 56px;
  margin: 0 0 14px 0;
}
.form__btn {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
  height: 56px;
  border-radius: 6px;
  background: var(--ff-5317, #ff5317);
  width: 100%;
  padding: 0 10px;
}

.comment {
  margin: 24px 0 0 0;
}
.comment__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.comment__header-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.comment__header-icons span {
  color: #252525;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 22.5px */
  opacity: 0.5;
}
.comment__title {
  margin: 48px 0 0 0;
  color: #252525;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 36.4px */
}
@media (max-width: 991.98px) {
  .comment__title {
    font-size: 24px;
    margin: 40px 0 0 0;
  }
}
.comment__items {
  padding: 32px 0;
  border-bottom: 1px solid rgba(37, 37, 37, 0.15);
}
.comment__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.comment__ava img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .comment__ava img {
    width: 64px;
    height: 64px;
  }
}
.comment__name {
  color: #252525;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
}
@media (max-width: 991.98px) {
  .comment__name {
    max-width: 16px;
  }
}
.comment__text {
  color: #252525;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 25.6px */
  margin: 24px 0 0 0;
}

@media (max-width: 479px) {
  .content__contanier {
    padding: 0;
  }
}
