html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

a {
  display: inline-block;
  text-decoration: none;
}

body {
  margin: 0;
  font-family: 'PT Sans', sans-serif;
  color: #171716;
}

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1152px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
}

.nr-head {
  margin-bottom: 64px;
  background: url(../img/bg-img.png) right top no-repeat;
}

.nr-head__title-box {
  background: url(../img/circle.png) no-repeat;
  background-position-y: 25px;
}

.nr-head__title {
  padding-top: 180px;
  width: 475px;
  font-size: 72px;
  line-height: 93px;
  margin: 0 0 18px;
}

.nr-head__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nr-head__img {
  padding-top: 125px;
  padding-left: 110px;
  background: url(../img/circle-2.png) bottom left no-repeat;
}

.nr-head__img-box img {
  max-width: 100%;
}

.nr-head__time {
  background-color: rgba(252, 158, 79, 0.2);
  border-radius: 28px;
  padding: 5px 8px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 173px;
}

.nr-head__time img {
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.nr-head__info {
  margin-top: 67px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -64px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nr-head__info-item {
  width: 288px;
  margin-left: 64px;
  margin-bottom: 18px;
  position: relative;
}

.nr-head__info-item-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.nr-head__info-item-title:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.nr-head__info-item-title span {
  margin-right: 4px;
  color: #F87700;
}

.nr-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

.nr-content__aside {
  width: 288px;
  margin-right: 92px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.nr-content__basic {
  width: 740px;
}

.nr-content__aside-box {
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.52);
}

.nr-content__aside-box.active .nr-content__aside-title {
  color: #F87700;
  font-weight: 700;
}

.nr-content__aside-title {
  margin-bottom: 2px;
  font-size: 20px;
  line-height: 26px;
}

.nr-content__top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 22px;
}

.nr-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.52);
}

.nr-content__date {
  margin-right: 16px;
}

.nr-content__views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nr-content__views img {
  margin-right: 8px;
}

.nr-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nr-share span {
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.52);
}

.nr-share ul {
  padding-left: 0;
  margin: 0;
  margin-left: -8px;
}

.nr-share ul li {
  display: inline-block;
  margin-left: 8px;
}

.nr-share_under {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nr-content__text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}

.nr-content__text p {
  margin: 16px 0;
}

.nr-content__text p i {
  color: #E33802;
}

.nr-content__text h3 {
  margin: 32px 0 16px;
  font-size: 24px;
  line-height: 31px;
}

.nr-content__text h4 {
  margin: 16px 0;
  font-size: 20px;
  line-height: 26px;
}

.nr-content__section {
  margin-top: 80px;
}

.nr-content-title {
  font-size: 36px;
  line-height: 44px;
  margin: 0 0 24px;
}

.nr-content-title span {
  border-bottom: 3px solid #F87700;
}

.nr-content__list p {
  margin-bottom: 8px;
}

.nr-content__list ul {
  padding-left: 0;
  margin: 0 0 16px;
  list-style: none;
}

.nr-content__list ul li {
  margin-bottom: 8px;
  padding-left: 32px;
  position: relative;
}

.nr-content__list ul li:last-child {
  margin-bottom: 0;
}

.nr-content__list ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #F87700;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nr-content__list .marker::before {
  top: 14px;
}

.marker-color-text {
  color: #F87700;
}

.nr-content__color {
  padding: 0 20px;
  font-size: 20px;
  line-height: 26px;
  color: #F87700;
  margin: 40px 0;
}

.nr-content__link {
  font-size: 16px;
  color: #5B5EAF;
  text-decoration: underline;
}

.nr-content__table-box table {
  width: 100%;
  padding: 8px 16px;
  border-top: 1px solid #F87700;
}

.nr-content__table-box table:last-child {
  border-bottom: 1px solid #F87700;
}

.nr-content__table-box table td {
  vertical-align: baseline;
  border-collapse: separate;
}

.nr-content__table-box table td:first-child {
  width: 184px;
  color: #F87700;
}

.nr-content__table-box table td:last-child {
  width: 304px;
}

.nr-content__table-box table td:nth-child(2) {
  width: 200px;
}

.nr-content__list-num {
  padding-left: 20px;
  margin: 16px 0;
}

.nr-content__list-num li {
  margin-bottom: 8px;
}

.nr-content__list-num li:last-child {
  margin-bottom: 0;
}

.nr-content__img {
  margin: 40px 0;
}

.nr-content__img img {
  max-width: 100%;
}

.nr-content__img_xs {
  display: none;
}

.nr-content__btn {
  background-color: #E33802;
  -webkit-box-shadow: 0px 14px 34px rgba(254, 89, 85, 0.24);
          box-shadow: 0px 14px 34px rgba(254, 89, 85, 0.24);
  border-radius: 40px;
  padding: 20px 24px;
  display: block;
  margin: 48px auto;
  max-width: 282px;
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  color: #fff;
}

.nr-content__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  border-bottom: 1px solid #F87700;
  margin-bottom: 24px;
}

.nr-content__table ul {
  list-style: none;
  padding-left: 16px;
  margin-bottom: 0;
}

.nr-content__table ul li {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 28px;
}

.nr-content__table ul li:last-child {
  margin-bottom: 16px;
}

.nr-content__table-title {
  font-size: 20px;
  line-height: 26px;
  color: #F87700;
  border-top: 1px solid #F87700;
  border-bottom: 1px solid #F87700;
  text-align: center;
  padding: 8px 0;
}

.nr-other {
  padding-bottom: 80px;
}

.nr-other__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
}

.nr-other__post {
  width: 360px;
  margin-left: 20px;
  position: relative;
}

.nr-other__post-img {
  margin-bottom: 24px;
}

.nr-other__post-img img {
  max-width: 100%;
  display: block;
}

.nr-other__post-cat {
  text-transform: uppercase;
  color: #005FBF;
  margin-bottom: 4px;
}

.nr-other__post-title:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.nr-other__post-title h3 {
  margin: 0 0 4px;
  font-size: 24px;
  line-height: 31px;
  color: #171716;
}

.nr-other__post-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 18px;
  line-height: 28px;
}

.footer {
  padding-top: 32px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-pos-list {
  margin: 0 -24px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-pos-list li {
  padding: 0 14px;
  color: rgba(0, 0, 0, 0.52);
}

.nav-pos-list li a {
  padding: 0 10px;
  color: rgba(0, 0, 0, 0.52);
}

.footer-color {
  color: #171716 !important;
}

.logo {
  margin-right: 16px;
}

.logo img {
  max-width: 100%;
}

.header ul {
  list-style: none;
}

.header__top {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header__top-list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__inner {
  padding-top: 20px;
  padding-bottom: 24px;
  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-nav__list li {
  text-transform: uppercase;
}

.header-nav__list li a {
  color: #171716;
  font-weight: 700;
  padding-top: 4px;
  padding-bottom: 4px;
}

.burger-menu img:last-child {
  display: none;
}

.burger-menu.active img:first-child {
  display: none;
}

.burger-menu.active img:last-child {
  display: block;
}

.burger-menu,
.loup {
  display: none;
  border: none;
  background-color: #fff;
}

.header-nav__list-b {
  display: none;
}

@media (max-width: 1200px) {
  .nav-pos-list {
    margin: 0 -14px;
  }
  .nav-pos-list li {
    padding: 0 4px;
  }
}

@media (max-width: 991px) {
  .nr-content__top-wrapper {
    display: block;
  }
  .nr-info {
    margin-bottom: 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 769px) {
  .header__box {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .footer {
    padding-top: 16px;
    padding-bottom: 24px;
  }
  .footer-nav__List {
    display: block;
    margin-bottom: 16px;
  }
  .footer-nav__List li {
    margin-bottom: 8px;
    line-height: 24px;
  }
  .footer-nav__List li:last-child {
    margin-bottom: 0;
  }
  .footer-nav__List_b li {
    margin-bottom: 16px;
  }
  .footer-nav__List_b li:last-child {
    margin-left: 12px;
    margin-bottom: 0;
  }
  .footer__inner {
    display: block;
  }
  .nr-other__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nr-other__post {
    width: 100%;
    margin-bottom: 32px;
  }
  .nr-other__post:last-child {
    margin-bottom: 0;
  }
  .nr-other__post-img {
    margin: 0 -16px 12px;
  }
  .nr-content__inner {
    margin-bottom: 80px;
  }
  .header-nav__list-b {
    display: block;
    padding-left: 0;
    text-align: center;
    margin: 0;
    margin-top: 12px;
  }
  .header-nav__list-b li {
    margin-bottom: 4px;
  }
  .header-nav__list-b li:last-child {
    margin-bottom: 0;
  }
  .header-nav__list-b li a {
    color: rgba(0, 0, 0, 0.52);
    font-size: 14px;
    line-height: 24px;
    display: block;
  }
  .header-nav__list {
    display: block;
    text-align: center;
    margin: 0;
  }
  .header-nav__list li {
    margin-top: 20px;
  }
  .header-nav__list li:first-child {
    margin-top: 0;
  }
  .header-nav__list li a {
    display: block;
  }
  .hide-sm {
    display: none;
  }
  .header__box {
    display: none;
    padding-top: 14px;
    padding-bottom: 32px;
    position: absolute;
    top: 90px;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    z-index: 2;
    background-color: #fff;
  }
  .header__top {
    display: none;
  }
  .header__wrapper {
    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__inner {
    display: block;
    padding: 12px 0;
    position: relative;
  }
  .burger-menu,
  .loup {
    display: block;
  }
  .burger-menu img,
  .loup img {
    display: block;
  }
  .nr-head__title {
    padding-top: 20px;
  }
  .nr-head__info {
    display: block;
    margin-top: 16px;
  }
  .nr-head__img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 0;
  }
  .nr-content__section {
    margin-top: 40px;
  }
  .nr-content__aside {
    display: none;
  }
}

@media (max-width: 600px) {
  .nr-other__post-text {
    font-size: 16px;
  }
  .nr-other__post-title h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .header__box {
    top: 60px;
  }
  .logo {
    width: 103px;
  }
  .nr-content-title {
    margin-bottom: 32px;
  }
  .nr-content__btn {
    margin-bottom: 24px;
  }
  .nr-share ul {
    margin-left: -6px;
  }
  .nr-share ul li {
    margin-left: 6px;
  }
  .nr-content__table-title {
    text-align: left;
    padding-left: 16px;
  }
  .nr-content__table {
    display: block;
    margin: 0 -16px 32px;
  }
  .nr-content__table ul {
    padding-right: 16px;
  }
  .nr-content__img {
    margin: 24px 0;
  }
  .nr-content__table-box {
    margin-bottom: 32px;
  }
  .nr-content__table-box table {
    padding: 0;
    margin-left: -16px;
    width: calc(100% + 32px);
  }
  .nr-content__table-box table td {
    display: block;
    padding: 0 16px;
    margin-left: -2px;
    width: calc(100% + 4px) !important;
  }
  .nr-content__table-box table td:nth-child(2) {
    margin-bottom: 8px;
    font-size: 24px;
  }
  .nr-content__table-box table td:nth-child(3) {
    margin-bottom: 16px;
  }
  .nr-content__table-box table .td-color {
    border-bottom: 1px solid #F87700;
    padding: 8px 16px;
    margin-bottom: 16px;
    font-size: 20px;
  }
  .nr-head__img-box {
    width: 183px;
    position: relative;
    z-index: 1;
  }
  .nr-head__info {
    margin-top: 0;
  }
  .nr-head__title-box {
    background-position-y: -100px;
  }
  .nr-head__time {
    display: none;
  }
  .nr-head__title {
    width: auto;
    padding-top: 16px;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .nr-head {
    background: none;
    margin-bottom: 50px;
  }
  .nr-head__img {
    padding-left: 0;
    background: none;
    width: 115%;
    position: relative;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    background: url(../img/bg-img.png) right bottom no-repeat;
    background-size: contain;
  }
  .nr-head__img-shadow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15.61%, #FFFFFF), color-stop(69.11%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, #FFFFFF 15.61%, rgba(255, 255, 255, 0) 69.11%);
    background: linear-gradient(180deg, #FFFFFF 15.61%, rgba(255, 255, 255, 0) 69.11%);
  }
  .nr-content__img_lg {
    display: none;
  }
  .nr-content__img_xs {
    display: block;
    margin-left: -16px;
    margin-right: -16px;
  }
}

.nr-home__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  margin-bottom: 40px;
  position: relative;
}

.nr-home__head:hover .nr-home__head-more {
  color: #E33802;
}

.nr-home__head:hover .nr-home__head-more svg path {
  fill: #E33802;
}

.nr-home__head:hover .nr-home__head-img img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.nr-home__head-col {
  width: 423px;
}

.nr-home__head-img {
  width: 665px;
  margin-left: 32px;
  overflow: hidden;
}

.nr-home__head-img img {
  max-width: 100%;
  display: block;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.nr-home__head-cat {
  line-height: 24px;
  color: #005FBF;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.nr-home__head-title:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.nr-home__head-title h1 {
  font-size: 58px;
  line-height: 64px;
  margin: 0 0 8px;
  color: #171716;
}

.nr-home__head-text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.nr-home__head-more {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #F87700;
}

.nr-home__head-more span {
  display: inline-block;
  margin-right: 4px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nr-home__head-more svg path {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nr-home__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nr-home__article {
  width: calc(100% / 2 - 20px);
  margin-left: 20px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
}

.nr-home__article:hover .nr-home__article-img img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.nr-home__article-img {
  margin-bottom: 24px;
  overflow: hidden;
}

.nr-home__article-img img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  max-width: 100%;
  display: block;
}

.nr-home__article-cat {
  text-transform: uppercase;
  color: #005FBF;
  line-height: 24px;
  margin-bottom: 4px;
}

.nr-home__article-title:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.nr-home__article-title h2 {
  font-size: 24px;
  line-height: 31px;
  color: #171716;
  margin: 0 0 4px;
}

.nr-home__article-text {
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media (max-width: 1200px) {
  .nr-home__head-title h1 {
    font-size: 38px;
    line-height: 42px;
  }
}

@media (max-width: 768px) {
  .nr-home__head {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 32px;
  }
  .nr-home__head-col {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .nr-home__head-img {
    width: calc(100% + 32px);
    margin: 0 -16px 16px;
  }
  .nr-home__head-text {
    -webkit-line-clamp: 3;
  }
  .nr-home__article {
    width: calc(100% / 1 - 20px);
    padding-bottom: 0;
    margin-bottom: 32px;
  }
  .nr-home__article-img {
    margin: 0 -16px 12px;
  }
}

@media (max-width: 600px) {
  .nr-home__head-title h1 {
    font-size: 24px;
    line-height: 31px;
  }
}

.nr-main-basic {
  margin-left: auto;
}

.nr-main-title {
  font-size: 72px;
  line-height: 93px;
  margin: 0 0 80px;
}

.nr-content__qoute {
  position: relative;
  padding: 55px 79px;
  text-align: right;
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  max-width: 670px;
  margin-top: 24px;
}

.nr-content__qoute-img {
  position: absolute;
  top: 0;
  left: 0;
}

.nr-content__qoute-img-r {
  position: absolute;
  bottom: 0;
  right: 0;
}

.nr-team {
  padding: 60px 0;
  background-color: #FFF5F2;
}

.nr-other-about {
  padding: 40px 0;
  background-color: rgba(19, 154, 67, 0.07);
}

.nr-other-about .nr-other {
  padding-bottom: 0;
}

.nr-other-about .nr-content-title {
  text-align: center;
}

.nr-other-about .nr-content-title span {
  border-color: #139A43;
}

.footer-about {
  background-color: rgba(19, 154, 67, 0.07);
}

.nr-team__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nr-team__item {
  margin-left: 20px;
  width: calc(100% / 5 - 20px);
}

.nr-team__item-img {
  margin-bottom: 24px;
}

.nr-team__item-img img {
  max-width: 100%;
  display: block;
}

.nr-team__title {
  margin-bottom: 48px;
  text-align: center;
}

.nr-team__item-title {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 4px;
}

.nr-team__item-text {
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .nr-content__img_about {
    margin: 40px -16px;
  }
  .nr-content__inner_about {
    margin-bottom: 40px;
  }
  .nr-team__title {
    margin-bottom: 24px;
  }
  .nr-team {
    padding-top: 32px;
    padding-bottom: 8px;
  }
  .nr-team__item {
    margin-bottom: 24px;
    width: calc(100% / 3 - 20px);
  }
  .nr-main-title {
    font-size: 36px;
    line-height: 40px;
    margin-top: 28px;
    margin-bottom: 40px;
  }
  .nr-main-basic .nr-content-title {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 24px;
  }
}

@media (max-width: 600px) {
  .nr-content__qoute {
    padding: 55px 0;
  }
  .nr-team__title {
    font-size: 24px;
    line-height: 31px;
  }
  .nr-team__item {
    width: calc(100% / 1 - 20px);
  }
}

.nr-contact {
  margin-top: 24px;
}

.nr-contact__form-box {
  padding-bottom: 29px;
  margin-bottom: 4px;
}

.nr-contact__form-box label {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
}

.nr-contact__form-box input,
.nr-contact__form-box textarea {
  display: block;
  width: 100%;
  padding: 24px;
  font-size: 18px;
  line-height: 28px;
  border: 1px solid rgba(0, 0, 0, 0.52);
  font-family: 'PT Sans', sans-serif;
}

.nr-contact__form-box input {
  padding-right: 45px;
}

.nr-contact__form-box textarea {
  height: 215px;
}

.control-box {
  position: relative;
}

.control-box::after {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.control-box.error-allert input,
.control-box.error-allert textarea {
  border-color: #E33802;
  outline-color: #E33802;
}

.control-box.error-allert input:focus,
.control-box.error-allert textarea:focus {
  border-color: #E33802;
}

.control-box.error-allert::before {
  content: "Error message";
  position: absolute;
  color: #E33802;
  bottom: -26px;
  left: 0;
  line-height: 21px;
}

.control-box.error-allert::after {
  background-image: url(../img/error.svg);
  content: "";
}

.control-box.accept-allert input,
.control-box.accept-allert textarea {
  border-color: #139A43;
  outline-color: #139A43;
}

.control-box.accept-allert input:focus,
.control-box.accept-allert textarea:focus {
  border-color: #139A43;
}

.control-box.accept-allert::after {
  content: "";
  background-image: url(../img/accept.svg);
}

.nr-contact__form-btn {
  display: block;
  padding: 24px 24px 20px;
  width: 100%;
  background-color: #F87700;
  border: none;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  margin-top: 24px;
}

.m-0 {
  margin: 0 !important;
  padding: 0;
}

.nr-content__contact {
  margin-bottom: 50px;
}

.nr-post-bg {
  height: 600px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.nr-post-wrapper {
  max-width: 1552px;
  margin: 0 auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nr-post-wrapper.col-hide {
  max-width: 1120px;
}

.nr-post-wrapper.col-hide .nr-post-col {
  display: none;
}

.nr-post-wrapper.col-hide .nr-post-content {
  margin-left: auto;
}

.nr-post-col {
  max-width: 485px;
  width: 100%;
  margin-top: 160px;
}

.nr-post-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nr-post-content__share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nr-post-content {
  margin-left: 30px;
}

.nr-post-text {
  max-width: 740px;
  width: 100%;
  margin-left: 40px;
}

.nr-post-content__share {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.nr-post-col__img {
  margin-bottom: 120px;
}

.nr-post-col__img img {
  max-width: 100%;
  display: block;
}

.nr-post__box {
  max-width: 740px;
  margin: 0 auto 40px;
  background-color: #fff;
  padding: 40px 57px;
  text-align: center;
  margin-top: -263px;
  min-height: 323px;
}

.nr-post__box .nr-info {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
}

.nr-post__box .nr-share {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nr-post__cat {
  color: #005FBF;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.nr-post__title {
  font-size: 58px;
  line-height: 64px;
  margin: 0 0 16px;
}

.nr-post-col__img-text {
  margin-top: 16px;
  max-width: 285px;
  margin-left: auto;
  color: rgba(0, 0, 0, 0.52);
}

.nr-post-box {
  max-width: 265px;
  margin-left: auto;
  padding: 32px 16px;
  background-color: #FFF5F2;
}

.nr-post-box_sm {
  display: none;
}

.nr-post-box__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

.nr-post-box__text {
  font-size: 18px;
  line-height: 28px;
}

.nr-tags-list {
  margin: 16px 0 24px -8px;
  padding-left: 0;
}

.nr-tags-list li {
  display: inline-block;
  margin-left: 8px;
  padding: 4px 8px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.52);
  color: rgba(0, 0, 0, 0.52);
  line-height: 21px;
}

.nr-post-other {
  margin-top: 80px;
}

.nr-post-img {
  margin: 32px 0;
  display: none;
}

.nr-post-img img {
  max-width: 100%;
  display: block;
}

.hide {
  display: none !important;
}

@media (max-width: 1200px) {
  .nr-post-col {
    -ms-flex-negative: 1.5;
        flex-shrink: 1.5;
  }
}

@media (max-width: 768px) {
  .nr-post-other {
    margin-top: 40px;
  }
  .nr-post-bg {
    height: 300px;
  }
  .nr-post__title {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 8px;
  }
  .nr-post__box {
    margin: 0 0 16px;
    padding: 16px 0;
    min-height: auto;
  }
  .nr-post-text {
    margin-left: 0;
  }
  .nr-post-content__share {
    display: none;
  }
  .nr-post-box {
    max-width: 100%;
  }
  .nr-post-content {
    margin-left: 0;
  }
  .nr-post-col {
    display: none;
  }
  .nr-post-box_sm {
    display: block;
  }
  .nr-post-img {
    display: block;
  }
}

@media (max-width: 600px) {
  .nr-post-box {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    max-width: none;
  }
  .nr-post__cat {
    margin-bottom: 4px;
  }
  .nr-post-other .nr-content-title {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 24px;
  }
  .nr-post__title {
    font-size: 36px;
    line-height: 44px;
  }
  .nr-post__box .nr-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nr-post__box .nr-share {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .nr-post__box {
    margin-bottom: 0;
  }
  .nr-post-img {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    height: 180px;
  }
  .nr-post-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
