.form__container {
  width: 100%;
  max-width: 425px;
  margin: 0 auto;
  padding: 14px;
  background: #2e94ba;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.form__body {
  max-width: 100%;
  box-sizing: border-box;
  padding: 5px 15px 30px;
  background: #2e94ba;
  color: #fff;
  text-align: center;
  border: 2px dashed #fff;
}
.form__title {
  margin-bottom: 30px;
  padding-top: 0;
}
.form__title img {
  width: 100%;
  max-width: 300px;
}
.form__header {
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
}
.form__input {
  height: 45px;
  width: 86%;
  border-radius: 3px;
  border: rgba(0, 0, 0, 0.3) 2px solid;
  box-sizing: border-box;
  color: #999;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 20px;
}
.form__submit {
  height: 50px;
  width: 86%;
  border-radius: 3px;
  border: rgba(0, 0, 0, 0.3) 0 solid;
  box-sizing: border-box;
  padding: 10px;
  background: #f14e4d;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  transition: background 0.4s;
  cursor: pointer;
}
h1 {
  display: block;
  width: auto;
  line-height: 1.2;
  color: #0a0a0a;
  font-size: 2em;
}
h2 {
  display: block;
  line-height: 1.2;
  color: #0a0a0a;
  font-size: 19px;
  margin-top: 25px;
}
h2::after {
  content: "";
  margin-top: 12px;
  display: block;
}
a {
  color: #23527c;
  text-decoration: underline;
}
a:hover {
  color: #b0493b;
}
body {
  font-family: sans-serif;
  display: block;
  background: #fafafa none repeat scroll 0 0;
  height: auto;
  color: #444;
  line-height: 1.5625;
}
.content {
  display: flex;
  width: 97%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  padding: 25px 1.5%;
  position: relative;
}
.content-left {
  display: block;
  float: left;
  width: 71%;
  padding-right: 2%;
}
.content-left-social {
  display: block;
  width: 96%;
  background: #eee none repeat scroll 0 0;
  padding: 1% 2%;
  margin: 15px 0;
}
.content-left-social-pictures {
  display: block;
  width: 50%;
  float: left;
}
.content-left-social-pictures img {
  display: block;
  width: auto;
}
.content-left-social-comments {
  display: block;
  float: right;
  width: 50%;
  text-align: right;
  font-size: 13px;
}
.content-left-social-comments a {
  margin-left: 1%;
}
.content-left-social::after {
  content: "";
  display: block;
  clear: both;
}
.opros-product-block {
  display: block;
  width: auto;
  margin-top: 2%;
}
.like-block {
  display: block;
  width: 95.7%;
  border: 2px solid #e6e6e6;
  padding: 0 2% 2%;
  margin: 3% 0;
  border-radius: 3px;
}
.like-block img {
  display: inline-block;
  width: auto;
}
.vk-container {
  font-size: 18px;
  color: #000;
  text-decoration: none;
}
.vk-header {
  background: #dae2e8 none repeat scroll 0 0;
  padding: 4px 4px 4px 6px;
  margin-bottom: 10px;
}
.vk-logo {
  background: transparent none no-repeat scroll 0 0;
  width: 16px;
  height: 16px;
  float: right;
  margin-top: -1px;
}
.vk-header-text {
  padding: 2px 3px 1px;
  line-height: 100%;
  color: #45688e;
  font-weight: 700;
}
.vk-comment,
.vk-comment-load {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #dae1e8;
  padding-bottom: 15px;
}
.vk-avatar img {
  float: left;
  margin-right: 10px;
}
.vk-comment-name {
  color: #2b587a;
  font-weight: 700;
  font-size: 20px;
}
.vk-comment-text {
  margin-left: 60px;
}
.vk-comment-date {
  margin-left: 60px;
  color: #999;
}
.content-right {
  display: block;
  width: 27%;
  float: right;
  position: relative;
}
.content-right-recommend-container {
  display: block;
  max-width: 270px;
  width: 100%;
}
.content-right-recommend {
  display: block;
  width: auto;
}
.content::after {
  content: "";
  display: block;
  clear: both;
}
.footer {
  display: block;
  width: 97%;
  max-width: 1000px;
  text-align: center;
  padding: 20px 1.5%;
  margin: 0 auto;
  background: #ebebeb none repeat scroll 0 0;
}
.footer-text {
  color: #383838;
}
@media screen and (max-width: 1199px) {
  .content-right {
    display: none;
  }
  .content-left {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 989px) {
  .content {
    max-width: 550px;
    padding: 3% 6%;
    width: 88%;
  }
  .like-block {
    margin: 5% 0;
  }
  .footer {
    position: relative;
    z-index: 1;
    max-width: 750px;
    padding: 5% 6% 8%;
    width: 88%;
  }
}
@media screen and (max-width: 720px) {
  .m-img {
    width: 100% !important;
  }
  .content-left-social-comments {
    font-size: 2.8vw;
  }
  .content-left-social-pictures img {
    width: 100%;
  }
  .content-left-social-pictures {
    margin-top: 1%;
  }
}
@media screen and (max-width: 429px) {
  .like-block img {
    width: 100%;
  }
}

img {
  max-width: 100%;
}
body {
  margin: 0;
} /*!normalize.css v3.0.0 | MIT License | git.io/normalize*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
header,
nav,
section {
  display: block;
}
a {
  background: 0 0;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
h1 {
  font-size: 1.8em;
  margin: 0.67em 0;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
input,
select {
  color: inherit;
  font: inherit;
  margin: 0;
}
select {
  text-transform: none;
}
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
a:active,
a:focus {
  outline: 0;
}
input {
  outline: 0;
}
input:active {
  outline: 0;
}
:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .overflow-nav .nav-wrap {
    padding-right: 35px;
  }
  h1 {
    font-size: 25px;
  }
}
.vk-avatar img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}
.m-img {
  display: flex;
  margin: 0 auto;
}
.fix_block {
  display: flex;
  justify-content: center;
}
.fix_block img {
  margin: 5px;
}
@media (max-width: 766px) {
  .fix_block {
    flex-direction: column;
    align-items: center;
  }
}
.header__top {
  padding: 4px 0;
  background: linear-gradient(to bottom, rgba(0, 116, 211, 1) 0%, rgba(0, 91, 198, 1) 100%);
}
.header__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 1.5%;
}
.header__top-row {
  display: flex;
  justify-content: space-between;
}
.header__top-right {
  flex: 0 1 450px;
  text-align: right;
}
.header__top-search {
  text-decoration: none;
}
.header__top-search:hover {
  color: #23527c;
}
.header__top-search__block {
  margin-top: 20px;
  height: 36px;
  display: flex;
  max-width: 630px;
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  justify-content: space-between;
}
.header__top-search__button {
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, rgba(255, 180, 0, 1) 0%, rgba(255, 123, 31, 1) 100%);
  border-radius: 30px;
  height: 36px;
  padding: 0 10px;
  gap: 4px;
}
.header__top-search__button span {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}
.header__top-text {
  text-decoration: none;
  margin-top: 12px;
  font-size: 25px;
  color: #fff;
}
.header__top-left {
  text-decoration: none;
}
.header__top-text span {
  color: #ffd825;
}
.header__top-links {
  gap: 10px;
}
.header__top-link {
  color: #fff;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
}
.header__top-search__text {
  margin-left: 15px;
}
@media (max-width: 992px) {
  .header__top-right {
    display: none;
  }
  .header__top-row {
    justify-content: center;
  }
  .header__top-logo {
    max-width: 190px;
  }
  .header__top-text {
    margin: 2px;
    text-align: center;
    font-size: 18px;
  }
}
.header__nav {
  background-color: #e7e7e7;
}
.header__nav-row {
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.header__nav-row a {
  font-size: 15px;
  color: #000;
  text-decoration: none;
}
.header__nav-row a:hover {
  text-decoration: underline;
}
.header__nav .header__container {
  padding-top: 0;
  padding-bottom: 0;
}
.header__bottom {
  border-bottom: 3px solid #ffd825;
}
.header__bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  gap: 20px;
}
.header__bottom-social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__bottom-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #737373;
  border-radius: 50%;
}
.header__bottom-social img {
  width: 13px;
  height: 14px;
}
.header__bottom-social-rss {
  position: relative;
  left: 2px;
  top: -1px;
}
.header__bottom-text a {
  text-decoration: none;
  color: #0073ce;
}
.header__bottom-text span {
  color: #949494;
}
.header__bottom-right {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (max-width: 1124px) {
  .header__nav {
    display: none;
  }
}

.header__bottom-date {
  text-align: center;
}
@media (max-width: 576px) {
  .header__bottom-text {
    display: none;
  }
  .header__bottom-row {
    justify-content: center;
  }
}
.content__text-full {
  padding-left: 130px;
}
@media (max-width: 1199px) {
  .content__text-full {
    padding-left: 0px;
  }
}
.footer_2030 {
  background-color: #e7e7e7;
}
.footer_2020 {
  /* float: left; */
  color: #7e7e7e;
  font-size: 16px;
  line-height: 25px;
  padding: 20px 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1020px;
}
#footer {
  padding: 30px 0;
  margin-top: 30px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  #footer {
    display: none;
  }
}
.content-right__product {
  position: sticky;
  top: 30px;
}
.content-right__product-text {
  color: #444;
  text-decoration: none;
  font-weight: 700;
}
.quote {
  padding: 1% 4%;
  margin: 1em 0;
  border-left: 2px solid red;
}
.content__time-bg {
  border-top: 1px dashed #ccc;
  padding-top: 10px;
  color: #949494;
  font-size: 14px;
}
.content__row-bg {
  margin-top: 12px;
  display: flex;
  max-width: 110px;
  width: 100%;
  justify-content: space-between;
}
.content__row-bg a {
  text-decoration: none;
}
.content__image-first {
  position: relative;
}
.content__image-bg {
  position: absolute;
  bottom: -110px;
  left: 0;
}
.content-right {
  text-align: center;
}
@media (max-width: 1199px) {
  .content__image-bg {
    margin-top: 20px;
    position: static;
  }
}
.zaka__btn {
  border-radius: 10px;
  margin: 0 auto;
  width: 50%;
  text-align: center;
  color: #fff;
  /* цвет текста */
  text-decoration: none;
  /* убирать подчёркивание у ссылок */
  user-select: none;
  /* убирать выделение текста */
  background: linear-gradient(to bottom, rgba(0, 116, 211, 1) 0%, rgba(0, 91, 198, 1) 100%);
  /* фон кнопки */
  padding: 0.7em 1.5em;
  /* отступ от текста */
  outline: none;
  /* убирать контур в Mozilla */
}

.zaka__btn:hover {
  background: linear-gradient(to bottom, rgba(0, 91, 198, 1) 0%, rgba(0, 116, 211, 1) 100%);
  text-decoration: none;
}
.form {
  font-family: var(--font-family);
  background: #fdfdfd;
  border: 1px solid #1e488f;
  padding: 20px;
}
.form__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #1e488f;
}
.form__block {
  display: flex;
  margin: 20px 0 0 0;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.form__inputs {
  flex: 0 1 212px;
}
.fields__input {
  max-width: 212px;
  width: 100%;
  border: 1px #949494 solid;
  display: block;
  padding: 5px 0 5px 10px;
  font-size: 16px;
  height: 34px;
  border-radius: 1px;
  box-sizing: border-box;
}
.fields__input:not(:last-child) {
  margin: 0 0 10px 0;
}
.fields__btn {
  max-width: 212px;
  width: 100%;
  background: #1e488f;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  padding: 7px 0;
  margin: 15px 0 0 0;
  cursor: pointer;
  text-transform: uppercase;
}
@media (max-width: 678px) {
  .form__block {
    flex-direction: column;
  }
}
