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,
h3,
h4,
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  height: 100%;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  margin: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Mundo Sans Std", sans-serif;
  font-style: normal;
  font-weight: 400;
}
a {
  text-decoration: none;
}
.text {
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 27px;
}
.text.lh-sm {
  line-height: 20px;
}
.image__wrapper {
  display: block;
  padding: 0 10px;
  margin-bottom: 20px;
}
.image__wrapper > img {
  display: block;
  width: 100%;
}
.figcaption {
  margin-top: 10px;
  color: #000;
  font-family: Roboto;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.06px;
  padding-left: 10px;
}
.container {
  padding: 0 20px;
}
.bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
.black__link {
  color: #333;
  text-decoration: none;
}
.mb-30 {
  margin-bottom: 30px;
}
.text__bold {
  font-weight: 700;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.underline {
  text-decoration: underline;
}
.blue-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  background: #004570;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  padding: 9px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.span-bold {
  display: inline-block;
  padding: 0 8px;
}
.line {
  background: #cecece;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.lh-small {
  line-height: 22px;
}
.header__bottom-wrapper {
  background-color: #f7f7f7;
  padding: 12px 20px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.blue__link {
  color: #00f;
}
.header {
  -webkit-box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}
.header .header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-left: 10px;
  padding-top: 6px;
  position: relative;
}
.header .header__top .header__top-item {
  color: #cecece;
  font-size: 10px;
  line-height: 12px;
  border-right: 1px solid #cecece;
  padding: 0 8px;
  white-space: nowrap;
}
.header .header__top a:first-child .header__top-item {
  padding-left: 0;
}
.header .header__top ::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 74px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    to(white)
  );
  background: -o-linear-gradient(left, transparent, #fff);
  background: linear-gradient(to right, transparent, #fff);
  pointer-events: none;
}
.header .header__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 12px;
  padding: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.header .header__middle .header__middle-icon__img {
  width: 150px;
}
.header .header__middle .header__middle-links {
  display: none;
}
.header .header__middle .header__middle-links .header__middle-links__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .header__middle .header__middle-links .header__middle-links__ul a {
  margin-right: 12px;
}
.header .header__middle .header__middle-links .header__middle-links-burger,
.header .header__middle .header__middle-links .header__middle-links-img {
  margin-right: 12px;
}
.header .header__bottom {
  max-width: 991px;
  margin: 0 auto;
}
.header .header__bottom .header__bottom-left {
  color: #333;
  font-family: Times New Roman;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.56px;
}
.header .header__bottom .header__bottom-ul {
  display: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.03em;
  text-align: left;
}
.header .header__bottom .header__bottom-ul a {
  margin-right: 14px;
}
.header .header__bottom .header__bottom-ul a:first-child {
  margin-left: 14px;
}
.header .header__bottom .header__bottom-right {
  display: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.03em;
  text-align: left;
}
.main .main__header {
  margin-bottom: 20px;
  padding: 0 20px;
  position: relative;
}
.main .main__header .main__header-subtitle {
  color: #2e6d9d;
  font-family: Roboto Condensed;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.72px;
  margin-bottom: 10px;
}
.main .main__header .main__header-title {
  color: #333;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
}
.main .main__header .main__header-bottom .header-bottom__first,
.main .main__header .main__header-bottom .header-bottom__second {
  background: #f5f5f5;
  padding: 10px 9px;
  margin-bottom: 1px;
}
.main .main__header .main__header-bottom .header-bottom__second {
  margin-bottom: 11px;
}
.main .main__header .main__header-bottom .header-bottom__text {
  color: #000;
  font-family: Roboto;
  font-size: 12px;
  line-height: 12px;
}
.main .main__header .main__header-bottom .header-bottom__text.bold {
  font-weight: 600;
}
.main .main__header .main__header-bottom b {
  font-weight: 600;
}
.main .main__header .main__header-bottom .header-bottom__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main .main__header .main__header-bottom .header-bottom__btns a:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
}
.main .main__header .main__header-bottom .header-bottom__btns .first__link img {
  margin-right: 5px;
}
.main .main__header .main__header-bottom .header-bottom__btns .second__link {
  width: 210px;
}
.main
  .main__header
  .main__header-bottom
  .header-bottom__btns
  .second__link
  img {
  width: inherit;
}
.main .main__article .red-btn {
  display: inline-block;
  border-radius: 6px;
  background: #de4714;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  padding: 10px 35px;
  margin-bottom: 20px;
}
.comments {
  padding: 0 10px;
}
.comments .comments__inner {
  position: relative;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 15px 10px 0 10px;
}
.comments .comments__inner .comments__title {
  color: #6f86a3;
  font-family: Roboto Condensed;
  font-size: 17px;
  font-weight: 700;
  line-height: 14px;
  margin-bottom: 20px;
}
.comments .comments__inner .comments__block .comments-item {
  margin-bottom: 20px;
}
.comments .comments__inner .comments__block .comments-item .item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.comments
  .comments__inner
  .comments__block
  .comments-item
  .item__top
  .item__top-img {
  width: 43px;
  height: 43px;
  margin-right: 10px;
}
.comments
  .comments__inner
  .comments__block
  .comments-item
  .item__top
  .item__top-img
  img {
  width: inherit;
  height: inherit;
  border-radius: 50%;
}
.comments
  .comments__inner
  .comments__block
  .comments-item
  .item__top
  .item__top-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}
.comments
  .comments__inner
  .comments__block
  .comments-item
  .item__top
  .item__top-name
  .name {
  font-weight: 600;
  margin-bottom: 2px;
}
.comments
  .comments__inner
  .comments__block
  .comments-item
  .item__top
  .item__top-name
  .date {
  font-family: Roboto;
  font-size: 12px;
  line-height: 16px;
}
.comments
  .comments__inner
  .comments__block
  .comments-item
  .item__top
  .item__top-number {
  color: #2e6d9d;
  text-align: right;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 700;
  line-height: 18px;
  margin-left: auto;
}
.comments
  .comments__inner
  .comments__block
  .comments-item
  .item__bottom
  .item__text {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}
.comments .comments__inner .comments__block .comments__narrow {
  padding-left: 22px;
}
.footer .footer__title {
  color: #555;
  text-align: center;
  font-family: Roboto Condensed;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  padding: 7px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  margin-bottom: 10px;
}
.footer .footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #666;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.footer .footer__links .footer__links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
.footer .footer__links .footer__links-wrapper .footer__links-item {
  max-width: 130px;
  width: 100%;
}
.footer
  .footer__links
  .footer__links-wrapper
  .footer__links-item
  .footer__links-title {
  color: #333;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 10px;
}
.footer
  .footer__links
  .footer__links-wrapper
  .footer__links-item
  .footer__ul
  .footer__li
  a {
  color: #2e6d9d;
  font-family: Roboto Condensed;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.footer .footer__social-wrapper {
  border-bottom: 1px solid #666;
}
.footer .footer__social-wrapper .footer__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .footer__social-wrapper .footer__social .footer__social-logo1 {
  position: absolute;
  left: 20px;
}
.footer .footer__social-wrapper .footer__social .footer__social-logo2 img {
  max-width: 113px;
  width: 100%;
  margin-bottom: 5px;
}
.footer .footer__social-wrapper .footer__social .footer__social-text {
  color: #666;
  text-align: center;
  font-family: Roboto Condensed;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.06px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.footer .footer__social-wrapper .footer__social .footer__social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.footer
  .footer__social-wrapper
  .footer__social
  .footer__social-icons
  .footer__social-icons__item {
  margin-right: 9px;
}
.footer .footer__bottom {
  padding: 10px 0;
}
.footer .footer__bottom .footer__bottom__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.footer .footer__bottom .footer__bottom__ul .footer__bottom__li a {
  font-family: Roboto Condensed;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #2e6d9d;
}
.footer .footer__bottom .footer__bottom__ul .footer__bottom__li a .decor {
  margin: 0 10px;
}
@media (min-width: 883px) {
  .image__wrapper {
    display: block;
    max-width: 473px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  
  .container {
    max-width: 700px;
    margin: 0 auto;
  }
  .header .header__top {
    max-width: 991px;
    margin: 0 auto;
    padding-left: 0;
  }
  .header .header__middle {
    max-width: 991px;
    margin: 12px auto 10px;
    padding: 0;
  }
  .header .header__middle .header__middle-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .header__middle .header__middle-burger {
    display: none;
  }
  .header .header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .header .header__bottom .header__bottom-left {
    padding-right: 21px;
    border-right: 1px solid #000;
  }
  .header .header__bottom .header__bottom-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .header__bottom .header__bottom-right {
    display: block;
  }
  .main .main__header {
    max-width: 700px;
    margin: 0 auto;
  }
  .main .main__header .main__header-title {
    font-size: 39px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .main .main__header .main__header-text {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .main .main__header .main__header-bottom {
    position: absolute;
        left: -206px;
        max-width: 150px;
        top: 335px;
  }
  .main .main__header .main__header-bottom .header-bottom__second {
    margin-bottom: 18px;
  }
  .main .main__header .main__header-bottom .header-bottom__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .main .main__header .main__header-bottom .header-bottom__btns .first__link {
    position: relative;
    margin-bottom: 18px;
  }
  .main
    .main__header
    .main__header-bottom
    .header-bottom__btns
    .first__link::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #cecece;
    top: -9px;
  }
  .main
    .main__header
    .main__header-bottom
    .header-bottom__btns
    .first__link::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #cecece;
    bottom: -9px;
  }
  .main .main__header .main__header-bottom .header-bottom__btns .second__link {
    width: 100%;
  }
  .comments .comments__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 700px;
    margin: 0 auto;
    flex-direction: column;
  }
  .comments .comments__inner .comments__title {
    position: absolute;
    left: -140px;
  }
  .footer .footer__links {
    max-width: 1027px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto 20px;
    border-bottom: none;
  }
  .footer .footer__links .footer__links-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .footer .footer__social-wrapper {
    border-top: 1px solid #666;
  }
  .footer .footer__social-wrapper .footer__social {
    padding-top: 24px;
    padding-bottom: 20px;
    max-width: 1027px;
    margin: 0 auto;
  }
  .footer .footer__social-wrapper .footer__social .footer__social-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer .footer__social-wrapper .footer__social .footer__social-icons {
    position: absolute;
    right: 20px;
  }
  .footer .footer__bottom .footer__bottom__ul {
    max-width: 896px;
  }
}
em {
  font-style: italic;
}
b {
  font-weight: bold;
}
.image__sign {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #333;
  padding-top: 5px;
}
.center {
  text-align: center;
}
.form {
  padding-bottom: 20px;
}
