@font-face {
  font-family: Arial;
  src: url(../fonts/ArialMT.eot);
  src: url(../fonts/ArialMT.eot?#iefix) format("embedded-opentype"), url(../fonts/ArialMT.woff) format("woff"), url(../fonts/ArialMT.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Arial;
  src: url(../fonts/Arial-BoldMT.eot);
  src: url(../fonts/Arial-BoldMT.eot?#iefix) format("embedded-opentype"), url(../fonts/Arial-BoldMT.woff) format("woff"), url(../fonts/Arial-BoldMT.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

img,
video {
  width: 100%
}

body {
  font-family: Arial, sans-serif;
  color: #052144;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  background-color: #e5e5e5
}

li,
ol,
ul {
  list-style: none
}

a {
  text-decoration: none;
  color: inherit;
  margin: 0;
  padding: 0
}

.bold {
  font-weight: 700;
  color: #000;
  text-decoration: none
}

.link {
  display: block
}

.orange {
  color: #e75020
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.grey {
  color: rgba(5, 33, 68, .5)
}

.wrapper-static {
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media(max-width:768px) {
  body {
    background-color: #fff
  }

  .wrapper {
    flex-direction: column;
    align-items: center
  }
}

.container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 15px
}

.container--big {
  max-width: 1920px
}

.linkd {
  display: flex
}

.hidden {
  display: none
}

.header {
  padding: 10px 0;
  background-color: #fff;
  margin-bottom: 55px
}

.header .wrapper.wrapper--start {
  justify-content: flex-start
}

.header .burger {
  position: relative;
  top: -2px;
  margin-right: 10px
}

.header .burger span {
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background-color: #e75020;
  top: 0
}

.header .burger span::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #e75020;
  left: 0;
  top: 8px
}

.header .burger span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #e75020;
  left: 0;
  top: -8px
}

.header .icon-main:first-child {
  margin-right: 10px
}

.header__item {
  padding: 0 10px
}

.header__item--first {
  flex-basis: 20%;
  border-right: 1px solid #0521441A
}

.header__item--second {
  flex-basis: 80%
}

.header .subtitle {
  font-size: 12px;
  line-height: 12px;
  margin-right: 10px;
  text-transform: uppercase
}

.header__text {
  font-size: 16px;
  line-height: 21px
}

.header .icon {
  fill: #e75020;
  stroke: #e75020;
  transition: all .5s
}

.header .icon:hover {
  fill: #052144;
  stroke: #052144
}

.header .header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.header .header-nav__item {
  position: relative
}

.header .header-nav__item:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #0521441A;
  right: 0;
  top: 0
}

.header .header-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(5, 33, 68, .5)
}

.header .header-nav__link .mr {
  margin-right: 5px
}

.header .header-nav__link .ml {
  margin-left: 5px
}

@media(max-width:1200px) {
  .header__text {
    display: none
  }

  .header__item--first {
    flex-basis: 40%
  }
}

@media(max-width:768px) {
  .header {
    margin-bottom: 0;
    border-bottom: 1px solid #eee
  }

  .header__item--second {
    display: none
  }

  .header__item--first {
    flex-basis: 100%;
    padding: 0;
    border-right: none;
    width: 100%
  }
}

.button {
  display: block;
  background-color: #e75020;
  max-width: 425px;
  padding: 12px 20px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 19px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 20px;
  
}

@media(max-width:768px) {
  .button {
    display: block;
    background-color: #e75020;
    padding: 12px 20px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
    max-width: 100%
  }
}

.title--h1 {
  font-weight: 700;
  font-size: 38px;
  line-height: 46px
}

.title--h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px
}

.title--h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px
}

.title--h4 {
  font-size: 12px;
  line-height: 16px
}

.title--h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px
}

@media(max-width:768px) {
  .title--h1 {
    font-size: 28px;
    line-height: 36px
  }

  .title--h2 {
    font-size: 18px;
    line-height: 21px
  }

  .title--h3 {
    font-size: 15px;
    line-height: 15px
  }
}

.section .wrapper {
  align-items: flex-start
}

.section__item {
  flex-basis: 25%
}

.section__item .title--h3--little {
  font-weight: 700;
  font-size: 15px;
  line-height: 15px
}

.section__item .news__link {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(5, 33, 68, .1);
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #e75020;
  transition: color .5s
}

.section__item .news__link:hover {
  color: #052144
}

.section__item .news__link--last {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.section__item .news__link--last img {
  margin-left: 10px;
  max-width: 10px
}

.section__item--bigger {
  flex-basis: 75%;
  margin-right: 20px;
  border-top: 5px solid #052144;
  background-color: #fff;
  padding-top: 54px
}

.section .content {
  padding: 0 40px
}

.section .suptitle {
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.section .suptitle__item {
  padding: 0 5px
}

.section .suptitle__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: rgba(5, 33, 68, .3)
}

.section .suptitle__link img {
  margin-right: 10px;
  width: 7px
}

.section .theme {
  background-color: #f2f4f5;
  padding: 5px;
  border-radius: 5px
}

.section .theme .title--h4 {
  color: rgba(5, 33, 68, .3);
  margin-bottom: 6px
}

.section .theme__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap
}

.section .theme__item {
  padding: 0 5px
}

.section .theme__item:first-child {
  padding: 0
}

.section .theme__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: rgba(5, 33, 68, .3)
}

.section .theme__link img {
  margin-right: 5px;
  width: 5px
}

.section .title--h1 {
  margin: 20px 0
}

.section .grey {
  font-size: 13px;
  line-height: 23px
}

.section .date {
  font-weight: 700;
  font-size: 13px;
  line-height: 23px;
  margin-top: 10px;
  margin-bottom: 20px
}

.section .main__img-name {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #05214480;
  margin-left: 10px
}

.section .main__img-theme {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: rgba(5, 33, 68, .3)
}

.section .main__img {
  border-bottom: 1px solid rgba(5, 33, 68, .1);
  padding-bottom: 10px
}

.section .link.bold {
  text-align: center
}

.section .mob-menu {
  display: none
}

@media(max-width:768px) {
  .section__item {
    margin-top: 20px;
    flex-basis: 100%;
    width: 100%
  }

  .section__item--bigger {
    padding-top: 10px;
    margin: 0;
    border-top: 0
  }

  .section .news__link--last {
    background: rgba(5, 33, 68, .05);
    border: 1px solid rgba(5, 33, 68, .1);
    border-radius: 5px;
    align-items: center;
    justify-content: center
  }

  .section .content {
    padding: 0
  }

  .section .suptitle__link img {
    display: none
  }

  .section .theme__link img {
    display: none
  }

  .section .mob-menu {
    display: block
  }

  .section .mob-menu .header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
  }

  .section .mob-menu .header-nav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: rgba(5, 33, 68, .5);
    padding: 5px
  }

  .section .mob-menu .header-nav__link .mr {
    margin-right: 5px
  }

  .section .mob-menu .header-nav__link .ml {
    margin-left: 5px
  }

  .section .mob-menu .header-nav__link svg {
    fill: #e75020
  }
}

.footer {
  background: #e6e9ec;
  padding: 20px 0;
  margin-top: 20px
}

.footer__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #dadee3
}

.footer__name {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px
}

.footer__arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 11px;
  line-height: 32px;
  color: #e75020
}

.footer__arrow img {
  margin-left: 5px
}

.footer__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-right: 10px;
  color: rgba(5, 33, 68, .5)
}

.footer__bot-link {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px mr5px
}

.footer__bot {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start
}

@media(max-width:768px) {
  .footer__bot {
    margin-top: 10px;
    flex-direction: column;
    align-items: flex-start
  }
}

.post {
  padding: 20px 0
}

.post .title {
  margin-bottom: 10px
}

.post__text {
  margin-bottom: 20px
}

.post__text--big {
  font-size: 19px;
  line-height: 28px
}

.post__text--italic {
  font-style: italic
}

.comments__item {
  padding: 20px 17px;
  border: 1px solid #dadee3;
  border-radius: 5px;
  margin-bottom: 20px
}

.comments__name {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px
}

.comments__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px
}

.comments__title .title--h3 {
  position: relative;
  padding-left: 15px
}

.comments__title .title--h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  content: "";
  background-image: url(../img/ellipse-orange.png);
  background-repeat: no-repeat;
  background-size: contain
}

.comments__subtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #e75020
}

.comments__like {
  display: flex;
  align-items: center
}

.comments__like a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px
}

.comments__date {
  color: rgba(5, 33, 68, .5)
}

.comments__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px
}

.comments .icon-dislike {
  fill: #d0021b
}

.comments .icon-dislike:hover {
  fill: #fff;
  stroke: #d0021b
}

.comments .icon-like {
  fill: #0d9823
}

.comments .icon-like:hover {
  fill: #fff;
  stroke: #0d9823
}

.comments .green {
  color: #0d9823;
  padding: 0 5px
}

.comments .red {
  color: #d0021b;
  padding: 0 5px
}

.card {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(5, 33, 68, .1)
}

.card--mb {
  margin-bottom: 10px
}

.card__img {
  max-width: 192px;
  margin-right: 10px
}

.card .title {
  margin-bottom: 10px
}

.card__text {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: rgba(5, 33, 68, .5)
}

.card.card--smaller {
  padding: 10px 0
}

.card.card--smaller:last-child {
  margin-bottom: 20px
}

.card.card--smaller .card__img {
  max-width: 100px
}

.card.card--smaller .card__text {
  font-size: 15px;
  line-height: 20px;
  color: #052144
}

@media(max-width:768px) {
  .card {
    padding: 10px 0
  }

  .card .title {
    font-size: 15px;
    line-height: 20px
  }

  .card__text {
    display: none
  }

  .card__img {
    max-width: 100px
  }

  .card.card--smaller .card__text {
    display: block
  }
}

.graph {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px
}

.graph__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  width: 100%
}

.graph__link--main {
  flex-direction: column
}

.graph__main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.graph__name {
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  margin-right: 5px;
  color: #e75020
}

.graph__price {
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  margin-right: 5px
}

.graph__percent {
  font-weight: 700;
  font-size: 15px;
  line-height: 19px
}

.graph__percent.green {
  color: #0d9823
}

.graph__percent.red {
  color: #d0021b
}

@media(max-width:960px) {
  .graph__name {
    font-size: 12px;
    line-height: 12px;
    margin-right: 0;
    color: #e75020
  }

  .graph__price {
    font-size: 12px;
    line-height: 12px;
    margin-right: 2px
  }

  .graph__percent {
    font-size: 12px;
    line-height: 16px
  }
}

@media(max-width:768px) {
  .graph__link--main {
    max-width: 425px;
    margin: 0 auto
  }

  .graph__name {
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    margin-right: 5px;
    color: #e75020
  }

  .graph__price {
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    margin-right: 5px
  }

  .graph__percent {
    font-weight: 700;
    font-size: 15px;
    line-height: 19px
  }
}