/* Variables */
* {
  box-sizing: border-box; }

html, body, p, h1, h2, figure {
  margin: 0;
  padding: 0;
  outline: none; }

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

a {
  text-decoration: none;
  cursor: pointer; }

ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

button {
  outline: none !important; }

/* Main classes */
.container {
  margin: auto;
  max-width: 1180px;
  width: 100%;
  padding: 0 10px; }

.d-block {
  display: block; }

.d-flex {
  display: flex; }

.d-none {
  display: none; }

.flex1 {
  flex: 1; }

.flex-wrap {
  flex-wrap: wrap; }

.align-center {
  align-items: center; }

.align-baseline {
  align-items: baseline; }

.align-strtch {
  align-items: stretch; }

.align-end {
  align-items: end; }

.align-self-baseline {
  align-self: baseline; }

.justify-center {
  justify-content: center; }

.justify-between {
  justify-content: space-between; }

.justify-start {
  justify-content: start; }

.justify-flex-end {
  justify-content: flex-end; }

.flex-column {
  flex-direction: column; }

.flex-row-reverse {
  flex-direction: row-reverse; }

.text-center {
  text-align: center; }

.padding-b-0 {
  padding-bottom: 0 !important; }

.padding-t-0 {
  padding-top: 0 !important; }

.font-size-1-8 {
  font-size: 1.8em !important; }

.font-brand {
  font-family: 'Roboto', serif;
  font-weight: 300; }

.font-white {
  color: #fff !important; }

.font-black {
  color: #000 !important; }

.brand-title {
  font-size: 2.8em;
  font-weight: 100;
  color: #000;
  letter-spacing: 0.05em; }

.black-bg {
  background: #000; }

.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 11px 25px;
  border-radius: 70px;
  transition: .2s; }
  .btn img {
    margin-right: 16px; }

.more {
  text-decoration: underline;
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.07em;
  font-size: 0.8em;
  text-align: center;
  cursor: pointer; }

.ytb-btn {
  background: rgba(255, 0, 0, 0.89); }
  .ytb-btn:hover {
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.89); }

.teleg-btn {
  background: #309FDC; }
  .teleg-btn:hover {
    box-shadow: 0 0 10px rgba(48, 159, 220, 0.89); }

.twit-btn {
  background: #32CBFE; }
  .twit-btn:hover {
    box-shadow: 0 0 10px rgba(50, 203, 254, 0.89); }

.insta-btn:hover {
  box-shadow: 0 0 10px rgba(240, 81, 97, 0.89); }

.gnews-btn:hover {
  box-shadow: 0 0 10px rgba(73, 137, 244, 0.89); }

.gmail-btn:hover {
  box-shadow: 0 0 10px rgba(210, 83, 58, 0.89); }

.fb-btn:hover {
  box-shadow: 0 0 10px rgba(59, 89, 152, 0.89); }

/* Ad btns */
.subscr-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  width: 100%;
  padding: 0 50px;
  color: #fff;
  cursor: pointer;
  font-size: 1.2em;
  font-family: 'Roboto', sans-serif; }
  .subscr-btn i, .subscr-btn img {
    margin-right: 50px;
    font-size: 50px; }

.ytb-subscr {
  background: #FF0000; }

.teleg-subscr {
  background: #309FDC; }

.fb-subscr {
  background: #385898; }

.mail-subscr {
  background: #73161E; }

.item__info {
  padding: 5px 0; }
  .item__info li {
    padding-right: 7px;
    margin-right: 15px;
    position: relative;
    color: #787878; }
    .item__info li span {
      color: #73161E; }
    .item__info li:last-child:after {
      display: none; }
    .item__info li:after {
      content: '';
      display: block;
      width: 5px;
      height: 5px;
      background: #73161E;
      border-radius: 50%;
      position: absolute;
      right: -7px;
      top: 45%; }

.docs-page .item__info {
  margin-left: 20px; }

.share-block {
  width: 100%; }
  .share-block .share-block__left {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .share-block .share-block__left .text {
      margin-right: 5px;
      font-size: 18px;
      color: #828282; }
    .share-block .share-block__left .sharer {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 5px;
      width: 54px;
      height: 54px;
      border-radius: 50%;
      border: 1px solid #828282;
      transition: .2s border-color;
      background: #fff;
      -webkit-transition: border-color .2s ease-out;
      -moz-transition: border-color .2s ease-out;
      -o-transition: border-color .2s ease-out;
      transition: border-color .2s ease-out;
      position: relative;
      cursor: pointer; }
      .share-block .share-block__left .sharer:after {
        content: '';
        position: absolute;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        transition: .2s background;
        -webkit-transition: background .2s ease-out;
        -moz-transition: background .2s ease-out;
        -o-transition: background .2s ease-out;
        transition: background .2s ease-out; }
      .share-block .share-block__left .sharer:hover i {
        color: #fff; }
      .share-block .share-block__left .sharer i {
        color: #828282;
        z-index: 2;
        font-size: 25px; }
    .share-block .share-block__left button[data-sharer='telegram']:hover {
      border-color: #31A9DD; }
      .share-block .share-block__left button[data-sharer='telegram']:hover:after {
        background: #31A9DD; }
    .share-block .share-block__left button[data-sharer='facebook']:hover {
      border-color: #157DC3; }
      .share-block .share-block__left button[data-sharer='facebook']:hover:after {
        background: #157DC3; }
    .share-block .share-block__left button[data-sharer='twitter']:hover {
      border-color: #1DA1F2; }
      .share-block .share-block__left button[data-sharer='twitter']:hover:after {
        background: #1DA1F2; }
    .share-block .share-block__left button[data-sharer='viber']:hover {
      border-color: #8049AE; }
      .share-block .share-block__left button[data-sharer='viber']:hover:after {
        background: #8049AE; }
    .share-block .share-block__left button[data-sharer='whatsapp']:hover {
      border-color: #57F676; }
      .share-block .share-block__left button[data-sharer='whatsapp']:hover:after {
        background: #57F676; }
  .share-block .news__item-tags {
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative !important;
    width: 62% !important;
    bottom: 0 !important; }
    .share-block .news__item-tags li {
      margin: 5px !important; }
      .share-block .news__item-tags li a {
        display: block;
        color: #202020 !important; }
        .share-block .news__item-tags li a:hover {
          color: #fff !important; }

.news__item-tags {
  padding: 9px 0;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0; }
  .news__item-tags li {
    margin: 0 4px; }
    .news__item-tags li a {
      padding: 5px 25px;
      color: #fff;
      border: 1px solid #73161E;
      border-radius: 6px;
      font-size: 10px;
      text-transform: uppercase;
      transition: .2s; }
      .news__item-tags li a:hover {
        background: #73161E; }

.share-bottom {
  padding: 35px 0;
  margin: 40px 0;
  border-top: 0.5px solid #C8C8C8;
  border-bottom: 0.5px solid #C8C8C8; }

/* Variables */
header {
  height: auto; }
  header .top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    position: relative;
    transition: .3s; }
    header .top .menu {
      padding: 20px 0;
      transition: .3s; }
      header .top .menu ul li a {
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 0.05em;
        color: #B3B3B3;
        font-weight: bold;
        position: relative;
        transition: .2s; }
        header .top .menu ul li a:after {
          content: '';
          opacity: 0;
          width: 0%;
          position: absolute;
          background: #73161E;
          height: 4px;
          top: 31px;
          left: 0;
          transition: .2s; }
        header .top .menu ul li a:hover {
          color: #73161E; }
          header .top .menu ul li a:hover:after {
            opacity: 1;
            width: 100%; }
    header .top .logo {
      padding: 20px 0;
      transition: .3s; }
      header .top .logo a {
        font-size: 2.37em;
        color: #000;
        text-transform: uppercase;
        transition: .2s; }
        header .top .logo a:hover {
          color: #73161E; }
  header .fixed {
    width: 100%;
    display: block;
    position: fixed;
    z-index: 10;
    border: none !important;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
    header .fixed .container {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      header .fixed .container .menu li {
        margin: 0 10px; }
      header .fixed .container .logo {
        padding: 5px 0; }
        header .fixed .container .logo a {
          font-size: 1.8em; }

footer {
  background: #202020;
  padding: 55px 0 45px; }
  footer .footer__tags {
    display: block;
    width: 100%;
    height: auto; }
    footer .footer__tags ul {
      position: relative !important;
      justify-content: center; }
      footer .footer__tags ul li {
        margin: 6px; }
        footer .footer__tags ul li a {
          display: block; }
  footer .footer__left a {
    font-size: 2.37em;
    color: #fff;
    text-transform: uppercase; }
    footer .footer__left a p {
      font-size: 14px;
      letter-spacing: 0.03em;
      text-transform: none;
      color: #ADADAD; }
  footer .footer__right .footer__right-contacts {
    max-width: 500px;
    width: 100%; }
    footer .footer__right .footer__right-contacts .footer__right-tel {
      font-family: 'Montserrat', sans-serif;
      margin-right: 25px; }
      footer .footer__right .footer__right-contacts .footer__right-tel .tel {
        color: #fff;
        font-size: 1.25em;
        font-weight: bold; }
      footer .footer__right .footer__right-contacts .footer__right-tel .send {
        font-size: 12px;
        color: #fff; }
        footer .footer__right .footer__right-contacts .footer__right-tel .send img {
          margin-right: 5px; }
    footer .footer__right .footer__right-contacts .footer__right-socials .socials-icons {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      margin: 0 5px; }
    footer .footer__right .footer__right-contacts .footer__right-socials .teleg {
      background: #309FDC; }
    footer .footer__right .footer__right-contacts .footer__right-socials .ytb {
      background: #FF0000; }
    footer .footer__right .footer__right-contacts .footer__right-socials .twit {
      background: #1DA1F2; }
    footer .footer__right .footer__right-contacts .footer__right-socials .fb {
      background: #385898; }
  footer .footer__menu {
    width: 100%;
    margin-top: 30px; }
    footer .footer__menu ul {
      padding-top: 25px;
      border-top: 1px solid rgba(255, 255, 255, 0.1); }
      footer .footer__menu ul li {
        margin: 0 30px; }
        footer .footer__menu ul li a {
          color: #B3B3B3;
          font-size: 12px;
          letter-spacing: 0.05em;
          position: relative; }
          footer .footer__menu ul li a:before {
            content: '';
            width: 0;
            height: 3px;
            display: block;
            position: absolute;
            top: -30px;
            background: #73161E;
            left: 0;
            transition: .2s; }
          footer .footer__menu ul li a:hover {
            color: #73161E; }
            footer .footer__menu ul li a:hover:before {
              width: 100%; }

/* Variables */
.slider-carousel .slider {
  width: 100%;
  max-height: 100%;
  height: 650px;
  background: #F8F8F8; }
  .slider-carousel .slider .slider__wrapper {
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
    position: relative; }
    .slider-carousel .slider .slider__wrapper .slider__text-layer {
      max-width: 550px;
      width: 100%;
      height: auto; }
      .slider-carousel .slider .slider__wrapper .slider__text-layer p {
        line-height: 160%;
        padding: 13px 0;
        color: #787878; }
        .slider-carousel .slider .slider__wrapper .slider__text-layer p:first-child {
          font-size: 26px; }
        .slider-carousel .slider .slider__wrapper .slider__text-layer p:last-child {
          font-size: 20px; }
      .slider-carousel .slider .slider__wrapper .slider__text-layer span {
        color: #73161E; }
    .slider-carousel .slider .slider__wrapper .slider__video-btn {
      max-width: 255px;
      background: #ECECEC;
      border-radius: 70px;
      padding: 12px 0;
      margin-top: 20px;
      cursor: pointer;
      color: #202020; }
      .slider-carousel .slider .slider__wrapper .slider__video-btn img {
        margin-left: 15px; }
.slider-carousel .main-slider .slider__wrapper .slider__text-layer img {
  display: inline-block;
  width: auto; }
.slider-carousel .main-slider .slider__wrapper .slider__text-layer span {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  color: #000;
  font-weight: 300; }
.slider-carousel .main-slider .slider__wrapper .slider__text-layer p {
  font-size: 18px;
  font-weight: 300;
  color: #787878; }
.slider-carousel .main-slider .slider__wrapper .slider__text-layer .social-slider__btn {
  width: 280px;
  height: 40px;
  display: inline-block;
  padding: 10px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer; }
  .slider-carousel .main-slider .slider__wrapper .slider__text-layer .social-slider__btn img {
    margin-right: 10px; }
.slider-carousel .social-slider {
  background-size: cover;
  background-position: center; }
  .slider-carousel .social-slider .slider__wrapper {
    background: url("../img/main-slider-layer.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 100% 15px; }
    .slider-carousel .social-slider .slider__wrapper .ytb-btn {
      background: #CF2126; }
    .slider-carousel .social-slider .slider__wrapper .teleg-btn {
      background: #0088CC; }
    .slider-carousel .social-slider .slider__wrapper .twit-btn {
      background: #32CBFE; }
    .slider-carousel .social-slider .slider__wrapper .insta-btn {
      background: #F05161; }
    .slider-carousel .social-slider .slider__wrapper .gnews-btn {
      background: #4989F4; }
    .slider-carousel .social-slider .slider__wrapper .gmail-btn {
      background: #D2533A; }
    .slider-carousel .social-slider .slider__wrapper .fb-btn {
      background: #3B5998; }
.slider-carousel .donbass {
  background: url("../img/donbass-slide.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .slider-carousel .donbass .slider__wrapper {
    background: url("../img/centre-layer.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 100% 32px; }
    .slider-carousel .donbass .slider__wrapper .slider__text-layer span {
      font-size: 45px;
      letter-spacing: 0.04em;
      color: #000;
      font-family: 'Roboto', sans-serif;
      font-weight: 300; }
    .slider-carousel .donbass .slider__wrapper .slider__text-layer p {
      font-size: 20px !important;
      font-weight: 300;
      font-family: 'Roboto', sans-serif;
      line-height: 160%;
      color: #000; }
.slider-carousel .ytb-slider {
  background: url("../img/ytb-slider-bg.png"); }
  .slider-carousel .ytb-slider .slider__wrapper {
    background: url("../img/ytb-slider-layer.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 100% 32px; }
.slider-carousel .teleg-slider {
  background: url("../img/teleg-slider-bg.png"); }
  .slider-carousel .teleg-slider .slider__wrapper {
    background: url("../img/teleg-slider-layer.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 100% 32px; }
.slider-carousel .twit-slider {
  background: url("../img/twit-slider-bg.png"); }
  .slider-carousel .twit-slider .slider__wrapper {
    background: url("../img/twit-slider-layer.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 100% 42px; }
.slider-carousel .insta-slider {
  background: url("../img/inst-slider-bg.png"); }
.slider-carousel .fb-slider {
  background: url("../img/fb-slider-bg.png"); }
.slider-carousel .gmail-slider {
  background: url("../img/gmail-slider-bg.png"); }
.slider-carousel .gnews-slider {
  background: url("../img/gnews-slider-bg.png"); }
.slider-carousel .owl-nav {
  position: absolute;
  max-width: 1440px;
  top: 45%;
  width: 100%;
  height: 0;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0; }
  .slider-carousel .owl-nav .owl-prev, .slider-carousel .owl-nav .owl-next {
    position: absolute;
    outline: none; }
    .slider-carousel .owl-nav .owl-prev:hover, .slider-carousel .owl-nav .owl-next:hover {
      background: none !important; }
      .slider-carousel .owl-nav .owl-prev:hover i, .slider-carousel .owl-nav .owl-next:hover i {
        color: #73161E; }
    .slider-carousel .owl-nav .owl-prev i, .slider-carousel .owl-nav .owl-next i {
      color: #3a3a3a;
      font-size: 40px; }
  .slider-carousel .owl-nav .owl-prev {
    left: 0; }
  .slider-carousel .owl-nav .owl-next {
    right: 0; }

.video {
  width: 100%;
  height: auto;
  padding: 70px 0; }
  .video .video__wrapper {
    width: 100%;
    height: auto;
    padding: 55px 0 70px; }
    .video .video__wrapper .video__item {
      display: flex;
      align-items: flex-end;
      justify-content: flex-start;
      padding: 30px;
      width: 570px;
      height: 345px;
      position: relative;
      transition: .2s;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      margin-bottom: 20px; }
      .video .video__wrapper .video__item:hover .video__item-overlay {
        background: rgba(0, 0, 0, 0); }
      .video .video__wrapper .video__item .video__item-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.63);
        left: 0;
        top: 0;
        -webkit-transition: background-color .2s ease-out;
        -moz-transition: background-color .2s ease-out;
        -o-transition: background-color .2s ease-out;
        transition: background-color .2s ease-out; }
        .video .video__wrapper .video__item .video__item-overlay .video__icon {
          display: block;
          width: 55px;
          height: 55px;
          background: #fff;
          border-radius: 50%;
          position: relative; }
          .video .video__wrapper .video__item .video__item-overlay .video__icon:after {
            content: url("../img/video-icon.svg");
            position: absolute;
            top: 30%;
            left: 40%; }
      .video .video__wrapper .video__item .video__item-info {
        position: relative;
        color: #fff;
        height: 60px; }
        .video .video__wrapper .video__item .video__item-info .title {
          font-size: 1.5em; }

.video-page {
  padding-top: 100px; }

.news {
  padding: 95px 0 0; }
  .news .news__wrapper {
    width: 100%; }
    .news .news__wrapper .news__item {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 380px;
      height: 380px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: relative;
      margin: 19px 0;
      cursor: pointer; }
      .news .news__wrapper .news__item .news__item-overlay-link {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9; }
      .news .news__wrapper .news__item .news__item-overlay {
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0 38px;
        position: relative;
        -webkit-transition: background-color .2s ease-out;
        -moz-transition: background-color .2s ease-out;
        -o-transition: background-color .2s ease-out;
        transition: background-color .2s ease-out; }
        .news .news__wrapper .news__item .news__item-overlay:hover {
          background: rgba(0, 0, 0, 0); }
        .news .news__wrapper .news__item .news__item-overlay .news__item-info-wrap {
          display: flex;
          height: 30%;
          width: auto;
          align-items: flex-start;
          flex-direction: column;
          justify-content: flex-start; }
          .news .news__wrapper .news__item .news__item-overlay .news__item-info-wrap .news__item-title {
            font-size: 1.3em;
            padding: 9px 0;
            color: #fff; }
          .news .news__wrapper .news__item .news__item-overlay .news__item-info-wrap .news__item-description {
            padding: 9px 0;
            color: #fff;
            line-height: 160%;
            font-size: 12px; }
          .news .news__wrapper .news__item .news__item-overlay .news__item-info-wrap .news__item-link {
            padding: 9px 0;
            text-transform: uppercase;
            text-decoration: underline;
            color: #fff;
            transition: .2s;
            font-size: 12px; }
            .news .news__wrapper .news__item .news__item-overlay .news__item-info-wrap .news__item-link:hover {
              color: #73161E; }
  .news .more {
    padding: 35px 0;
    color: #787878 !important; }

.cases {
  background: #F8F8F8;
  padding: 70px 0; }
  .cases .cases__wrapper {
    width: 100%;
    padding: 70px 0; }
    .cases .cases__wrapper .cases__item {
      width: 380px;
      height: 280px;
      background: #fff;
      padding: 30px 40px; }
      .cases .cases__wrapper .cases__item .cases__item-title {
        font-family: 'Scheherazade', serif;
        font-weight: bold;
        font-size: 1.37em;
        color: #000; }
      .cases .cases__wrapper .cases__item .cases__item-description {
        font-size: 14px;
        color: #828282;
        padding: 20px 0; }
      .cases .cases__wrapper .cases__item .cases__item-views {
        color: #828282;
        font-size: 8px; }
        .cases .cases__wrapper .cases__item .cases__item-views img {
          margin-right: 4px; }

.docs {
  padding: 100px 0 10px; }
  .docs .docs__wrapper {
    padding: 70px 0;
    width: 100%; }
    .docs .docs__wrapper .docs__item {
      margin-bottom: 10px;
      width: 100%; }
      .docs .docs__wrapper .docs__item .docs__item-img {
        display: block;
        width: 120px;
        height: 70px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
      .docs .docs__wrapper .docs__item .docs__item-left {
        max-height: 195px;
        height: 100%;
        display: flex;
        align-items: baseline;
        justify-content: flex-start; }
        .docs .docs__wrapper .docs__item .docs__item-left .docs__item-title {
          font-size: 1em;
          font-weight: 600;
          color: #000;
          flex: 1; }
        .docs .docs__wrapper .docs__item .docs__item-left .item__info li:first-child {
          font-size: 14px; }
        .docs .docs__wrapper .docs__item .docs__item-left .docs__item-description {
          color: #828282; }
  .docs .more {
    margin: 35px 0;
    color: #787878 !important; }

.docs-main {
  background: #F8F8F8; }
  .docs-main .item__info {
    margin-left: 20px; }

.docs-page .brand-title {
  margin-top: 30px; }

.projects {
  background: #fff;
  padding: 70px 0 40px; }
  .projects .projects__slider {
    margin: 80px 0 40px;
    width: 100%; }
    .projects .projects__slider .projects__slider-item {
      width: 100%;
      height: 500px;
      position: relative; }
      .projects .projects__slider .projects__slider-item .projects__slider-overlay {
        background: linear-gradient(89.41deg, rgba(0, 0, 0, 0.67) 34.21%, rgba(255, 255, 255, 0) 92.86%);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 80px; }
        .projects .projects__slider .projects__slider-item .projects__slider-overlay .projects__slider-layer {
          display: block;
          width: 100%;
          max-width: 540px;
          height: auto; }
          .projects .projects__slider .projects__slider-item .projects__slider-overlay .projects__slider-layer .projects__slider-title {
            font-size: 2.37em;
            color: #fff; }
          .projects .projects__slider .projects__slider-item .projects__slider-overlay .projects__slider-layer .projects__slider-description {
            color: #fff;
            line-height: 160%;
            padding: 9px 0; }
          .projects .projects__slider .projects__slider-item .projects__slider-overlay .projects__slider-layer .projects__slider-link {
            text-decoration: underline;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0.15em;
            font-size: 15px; }

.news .container .item__info-wrap {
  flex: 1; }
.news .container .single-news {
  padding: 5px 0 50px; }
  .news .container .single-news .news__img {
    width: 100%;
    height: 500px;
    max-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px; }
.news .container .news__content {
  font-family: 'Roboto', serif;
  font-size: 1em;
  color: #000;
  width: 100%;
  margin-top: 50px; }
  .news .container .news__content p {
    line-height: 184%;
    padding: 10px 0; }
  .news .container .news__content .wp-block-image {
    text-align: center; }

.recent-news {
  padding-bottom: 50px; }
  .recent-news .recent-news__wrapper {
    padding-bottom: 30px; }

.single-video {
  padding-top: 100px;
  padding-bottom: 0 !important; }
  .single-video .single-video-title__wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
    .single-video .single-video-title__wrap .brand-title {
      font-size: 1.8em;
      flex: 1; }
  .single-video .video__frame {
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    background: #000;
    height: 640px; }
    .single-video .video__frame iframe {
      width: 100%;
      height: 100%; }
  .single-video .video__content {
    width: 100%;
    margin-top: 50px; }
    .single-video .video__content .brand-title {
      font-size: 2.18em; }

.recent-video {
  padding-top: 30px;
  padding-bottom: 30px; }
  .recent-video .recent-video__wrapper {
    padding-bottom: 30px; }

/* Variables */
.single-docs .docs__wrapper .docs__img {
  height: 640px !important;
  max-height: 100%;
  position: relative;
  padding: 75px 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column; }
  .single-docs .docs__wrapper .docs__img .docs__img-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }
  .single-docs .docs__wrapper .docs__img .brand-title, .single-docs .docs__wrapper .docs__img .docs__label {
    position: relative; }
  .single-docs .docs__wrapper .docs__img .docs__subtitle {
    color: #EBEBEB;
    font-size: 16px;
    line-height: 160%;
    position: relative; }
.single-docs .docs__wrapper .docs__content {
  margin-top: 30px; }
  .single-docs .docs__wrapper .docs__content .docs__label {
    padding: 7px 10px;
    background: #73161E;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 10px;
    max-width: 72px;
    display: inline-block; }
  .single-docs .docs__wrapper .docs__content img {
    width: 100%;
    height: auto;
    display: block; }
  .single-docs .docs__wrapper .docs__content .brand-title {
    font-size: 1.8em; }

.recent-docs {
  padding-bottom: 0;
  padding-top: 0; }
  .recent-docs .recent-docs__wrapper {
    padding-bottom: 30px; }
    .recent-docs .recent-docs__wrapper .recent-docs__title {
      font-size: 1.20em !important; }

.gallery {
  margin: 50px 0; }
  .gallery .gallery__item {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 380px;
    height: 380px;
    margin-bottom: 10px;
    z-index: 10;
    position: relative; }
    .gallery .gallery__item:hover .gallery__item-overlay {
      width: 100%; }
    .gallery .gallery__item .gallery__item-overlay {
      display: block;
      position: absolute;
      width: 0;
      height: 100%;
      z-index: 11;
      transition: .3s;
      background: rgba(115, 22, 30, 0.3); }

.gallery-bio {
  margin: 0; }
  .gallery-bio .gallery__item {
    width: 158px;
    height: 152px; }

/* Variables */
.header-bio {
  background: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
  z-index: 999; }

.video-bio {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 100; }
  .video-bio .video-bio__close {
    display: block;
    position: fixed;
    right: 50px;
    top: 50px;
    width: 30px;
    height: 30px;
    background-image: url("../img/vide-close.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }

.slider-bio {
  height: 800px;
  background-image: url("../img/slider-bio-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  border-bottom: 2px solid #EEEEEE; }
  .slider-bio .slider-bio__overlay {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), radial-gradient(50% 50% at 50% 50%, rgba(205, 205, 205, 0) 0%, rgba(255, 255, 255, 0.43) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .slider-bio .slider__wrapper {
    background: url("../img/slider-bio-img.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
    height: 100%;
    z-index: 99; }
    .slider-bio .slider__wrapper .slider__text-layer {
      max-width: 480px; }
      .slider-bio .slider__wrapper .slider__text-layer > span {
        color: #000;
        font-size: 38px;
        line-height: 46px;
        text-transform: uppercase; }
      .slider-bio .slider__wrapper .slider__text-layer p {
        font-size: 16px;
        line-height: 200%;
        color: #6D6D6D; }
      .slider-bio .slider__wrapper .slider__text-layer .slider__video-btn {
        display: none;
        transition: .3s; }
        .slider-bio .slider__wrapper .slider__text-layer .slider__video-btn:hover {
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.bio {
  font-family: 'Roboto', sans-serif; }
  .bio .bio-link__wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .bio .bio-link__wrapper .bio__all-info-link {
      font-size: 18px;
      color: #000;
      line-height: 20px;
      transition: .3s;
      text-align: center;
      text-decoration: underline;
      margin: 30px 0; }
      .bio .bio-link__wrapper .bio__all-info-link:hover {
        color: #73161E; }
  .bio .bio-menu {
    margin-top: 25px; }
    .bio .bio-menu ul {
      font-family: 'PT Sans', sans-serif;
      padding-bottom: 25px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.13); }
      .bio .bio-menu ul li {
        margin: 0 50px; }
        .bio .bio-menu ul li .bio-btn {
          text-transform: uppercase;
          font-size: 12px;
          letter-spacing: 0.05em;
          color: #B3B3B3;
          font-weight: 300;
          position: relative;
          transition: .2s;
          cursor: pointer; }
          .bio .bio-menu ul li .bio-btn:hover {
            color: #73161E; }
            .bio .bio-menu ul li .bio-btn:hover:after {
              width: 100%;
              opacity: 1; }
          .bio .bio-menu ul li .bio-btn:after {
            content: '';
            opacity: 0;
            width: 0%;
            position: absolute;
            background: #73161E;
            height: 4px;
            top: 37px;
            left: 0;
            transition: .2s; }
  .bio h2 {
    line-height: 54px;
    letter-spacing: 0.05em;
    font-size: 2.8em;
    font-weight: 300; }
  .bio .bio__wrapper {
    margin: 45px auto 90px; }
    .bio .bio__wrapper .bio-preview .bio__left:after, .bio .bio__wrapper .bio-preview .bio__right:after {
      content: '';
      display: block;
      bottom: 0;
      position: absolute;
      width: 50%;
      margin: auto;
      height: 1px;
      background: #EDE2E3;
      left: 0;
      right: 0; }
    .bio .bio__wrapper .bio-preview .bio__left {
      width: 100%;
      padding-top: 30px;
      position: relative; }
      .bio .bio__wrapper .bio-preview .bio__left p {
        color: #000;
        font-size: 17px;
        letter-spacing: 0.05em;
        line-height: 149.1%;
        margin: 20px 0; }
      .bio .bio__wrapper .bio-preview .bio__left ul li {
        margin: 50px 0;
        line-height: 19px;
        letter-spacing: 0.05em;
        display: flex;
        align-items: flex-start; }
        .bio .bio__wrapper .bio-preview .bio__left ul li:before {
          content: url("../img/bio-list-icon.svg");
          margin-right: 15px; }
      .bio .bio__wrapper .bio-preview .bio__left .gallery-bio__title {
        margin: 20px 0; }
    .bio .bio__wrapper .bio-preview .bio__right {
      width: 100%;
      padding-top: 70px;
      position: relative; }
      .bio .bio__wrapper .bio-preview .bio__right .docs__wrapper .bio__all-info-link {
        text-align: center;
        margin: 30px 0; }
    .bio .bio__wrapper .bio-news {
      padding: 0; }
      .bio .bio__wrapper .bio-news .news__wrapper {
        padding: 0; }
        .bio .bio__wrapper .bio-news .news__wrapper .news__item {
          margin-top: 0;
          margin-bottom: 19px; }
    .bio .bio__wrapper .bio-fullbio p {
      font-size: 20px;
      line-height: 1.5;
      padding: 10px 0; }
    .bio .bio__wrapper .bio-fullbio a {
      display: block;
      font-size: 20px;
      margin: 5px 0;
      font-weight: 300;
      color: #000; }
    .bio .bio__wrapper .docs, .bio .bio__wrapper .bio-docs {
      padding: 0;
      margin-top: 12px;
      background: none; }
      .bio .bio__wrapper .docs .docs__wrapper, .bio .bio__wrapper .bio-docs .docs__wrapper {
        padding: 0; }
        .bio .bio__wrapper .docs .docs__wrapper .docs__item, .bio .bio__wrapper .bio-docs .docs__wrapper .docs__item {
          margin: 12px 0; }
          .bio .bio__wrapper .docs .docs__wrapper .docs__item .docs__item-left, .bio .bio__wrapper .bio-docs .docs__wrapper .docs__item .docs__item-left {
            width: 100%; }
            .bio .bio__wrapper .docs .docs__wrapper .docs__item .docs__item-left .docs__item-title, .bio .bio__wrapper .bio-docs .docs__wrapper .docs__item .docs__item-left .docs__item-title {
              font-size: 1.25em;
              font-weight: 300;
              transition: .3s; }
              .bio .bio__wrapper .docs .docs__wrapper .docs__item .docs__item-left .docs__item-title:hover, .bio .bio__wrapper .bio-docs .docs__wrapper .docs__item .docs__item-left .docs__item-title:hover {
                color: #73161E; }
            .bio .bio__wrapper .docs .docs__wrapper .docs__item .docs__item-left .docs__item-date, .bio .bio__wrapper .bio-docs .docs__wrapper .docs__item .docs__item-left .docs__item-date {
              font-size: 12px;
              display: block;
              width: 100%; }
    .bio .bio__wrapper .vid iframe {
      margin: 15px 0; }
    .bio .bio__wrapper .bio-photo {
      padding-top: 70px; }
  .bio .bio__single {
    margin: 145px auto 90px !important; }
    .bio .bio__single .autobio-lang {
      display: inline-block;
      font-family: 'Roboto'; }
      .bio .bio__single .autobio-lang a {
        padding: 2px 5px;
        background: #323232;
        color: #fff;
        transition: .2s; }
        .bio .bio__single .autobio-lang a:hover {
          background: #D60000; }
      .bio .bio__single .autobio-lang .active {
        background: #D60000; }

.header-help {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%; }
  .header-help .header__top {
    background: #323232 !important; }
    .header-help .header__top .logo a {
      color: #fff; }
      .header-help .header__top .logo a:hover {
        color: #D60000; }
    .header-help .header__top .menu ul li a {
      color: #fff;
      font-family: 'Roboto';
      font-weight: 500; }
  .header-help .header-help__sub {
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    position: relative;
    top: 60px; }
    .header-help .header-help__sub .container {
      height: 60px; }
      .header-help .header-help__sub .container .header-help__sub-left a span {
        font-size: 1.2rem;
        letter-spacing: 0.05em;
        line-height: 28px;
        font-family: 'Roboto';
        color: #000;
        font-weight: 400;
        display: flex;
        align-items: center; }
        .header-help .header-help__sub .container .header-help__sub-left a span img {
          margin-right: 10px; }
      .header-help .header-help__sub .container .header-help__sub-right {
        height: 100%; }
        .header-help .header-help__sub .container .header-help__sub-right ul {
          height: 100%; }
          .header-help .header-help__sub .container .header-help__sub-right ul li {
            margin: 0 10px;
            height: 100%; }
            .header-help .header-help__sub .container .header-help__sub-right ul li a {
              font-size: 14px;
              letter-spacing: 0.05em;
              position: relative;
              font-family: 'Roboto', sans-serif;
              font-weight: normal;
              display: flex;
              align-items: center;
              justify-content: center;
              color: #000;
              min-height: 100%; }
              .header-help .header-help__sub .container .header-help__sub-right ul li a:after {
                content: '';
                position: absolute;
                height: 2px;
                background: #73161E;
                bottom: 0;
                width: 0%;
                transition: 0.2s; }
              .header-help .header-help__sub .container .header-help__sub-right ul li a:hover {
                color: #73161E; }
            .header-help .header-help__sub .container .header-help__sub-right ul li .active:after {
              width: 100%; }

.help-title {
  font-size: 2.8em;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000;
  position: relative; }
  .help-title:before {
    content: '';
    width: 88px;
    height: 4px;
    background: red;
    display: block;
    position: absolute;
    left: -140px;
    top: 25px; }

.help-section {
  margin: 50px 0; }
  .help-section p {
    font-family: "Exo 2", sans-serif;
    line-height: 160%; }
  .help-section .help-title__block {
    padding: 50px 0; }
    .help-section .help-title__block p {
      max-width: 680px;
      font-size: 1.3em;
      width: 100%;
      color: #787878;
      font-family: 'Cormorant'; }

.help-btn {
  display: inline-block;
  color: #fff;
  font-size: 1.3em;
  text-align: center;
  background: #D60000;
  padding: 15px;
  min-width: 320px; }
  .help-btn:hover {
    opacity: 0.8; }

.help-centre-menu ul li a:hover {
  color: #D60000 !important; }
.help-centre-menu ul li a:after {
  background: #D60000 !important; }

.slider-help {
  background-image: url(../img/centre-slider-bg.png); }
  .slider-help .slider-bio__overlay {
    background: rgba(255, 255, 255, 0.8) !important; }
  .slider-help .slider__wrapper {
    background: url("../img/centre-layer.png") !important;
    background-repeat: no-repeat !important;
    background-position: right bottom !important;
    background-size: auto !important; }
    .slider-help .slider__wrapper .slider__text-layer {
      max-width: 640px !important; }
      .slider-help .slider__wrapper .slider__text-layer span {
        font-weight: 600;
        text-transform: none !important;
        letter-spacing: 0.04em; }
      .slider-help .slider__wrapper .slider__text-layer p {
        font-size: 1.8em !important;
        line-height: 160% !important;
        color: #000 !important;
        margin-top: 20px; }

.video-help p {
  padding: 20px 0;
  color: #787878;
  font-size: 1.3em;
  font-weight: 300;
  font-family: 'Cormorant'; }
.video-help .video-help__video {
  width: 100%;
  height: 588px;
  margin: 50px 0;
  display: block;
  position: relative;
  cursor: pointer; }
  .video-help .video-help__video iframe {
    width: 100%;
    height: 100%; }
  .video-help .video-help__video .video-help__video-overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9; }
    .video-help .video-help__video .video-help__video-overlay:after {
      content: url("/wp-content/themes/mntemp/img/video-block-icon.svg");
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 93px;
      height: 80px; }

.services-help {
  margin: 100px 0; }
  .services-help .services-help__item {
    margin: 20px 0;
    width: 100%;
    display: block;
    font-family: "Exo 2", sans-serif;
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: 300;
    color: #353535;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer; }
  .services-help .visible:after {
    content: '';
    display: block;
    height: 1px;
    width: 33px;
    background: #D60000; }
  .services-help .services-help__item-hidden {
    max-width: 750px;
    width: 100%;
    margin: auto; }
    .services-help .services-help__item-hidden ul {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .services-help .services-help__item-hidden ul li {
        max-width: 300px;
        width: 100%;
        padding: 15px 0;
        display: inline-block;
        color: #000;
        font-weight: 600;
        font-family: "Exo 2", sans-serif;
        font-size: 1.2em;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .services-help .services-help__item-hidden ul li span {
          display: none;
          margin-right: 15px;
          color: #D60000;
          font-size: 1.2em;
          font-weight: 900; }

.services-icon {
  display: block;
  width: 33px;
  height: 33px;
  position: relative; }
  .services-icon:after, .services-icon:before {
    content: '';
    display: block;
    position: absolute;
    width: 33px;
    height: 1px;
    background: #D60000;
    top: 45%; }
  .services-icon:before {
    transform: rotate(90deg); }

.services-icon-open:before {
  display: none; }

.form-help {
  background: #F7F7F7;
  margin-bottom: 0; }
  .form-help .help-title__block {
    padding: 50px 0 20px;
    border-bottom: 3px solid #FFFFFF; }
  .form-help .form {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px 0; }
    .form-help .form .form__left {
      padding: 0 15px; }
      .form-help .form .form__left p:first-child {
        margin-bottom: 50px; }
      .form-help .form .form__left p {
        font-size: 1.2em;
        line-height: 160%;
        color: #787878;
        font-family: 'Cormorant'; }
      .form-help .form .form__left .success-text p:first-child {
        color: #D60000; }
      .form-help .form .form__left .success-text p {
        padding: 15px 0; }
    .form-help .form .form__right form {
      max-width: 100%;
      width: 680px; }
      .form-help .form .form__right form .form-input-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap; }
        .form-help .form .form__right form .form-input-wrap p {
          display: flex;
          align-items: center;
          justify-content: space-between;
          flex-wrap: wrap; }
          .form-help .form .form__right form .form-input-wrap p input {
            max-width: 320px; }
      .form-help .form .form__right form input, .form-help .form .form__right form select, .form-help .form .form__right form textarea {
        width: 100%;
        padding: 10px;
        margin: 15px 0;
        background: #FFFFFF;
        border: 1.5px solid #C4C4C4;
        outline: none;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        resize: none; }
        .form-help .form .form__right form input::placeholder, .form-help .form .form__right form select::placeholder, .form-help .form .form__right form textarea::placeholder {
          color: #969696;
          font-size: 16px;
          font-family: 'Montserrat', sans-serif; }
      .form-help .form .form__right form select {
        color: #969696; }
        .form-help .form .form__right form select option {
          color: #000;
          font-size: 16px;
          font-family: 'Montserrat', sans-serif; }
      .form-help .form .form__right form input[type="submit"] {
        background: #D60000;
        border: none;
        color: #fff;
        cursor: pointer; }
        .form-help .form .form__right form input[type="submit"]:hover {
          opacity: 0.8; }
      .form-help .form .form__right form .wpcf7-not-valid-tip {
        color: #D60000;
        font-size: 12px;
        text-align: center; }
      .form-help .form .form__right form .wpcf7-response-output {
        text-align: center;
        font-weight: bold; }
      .form-help .form .form__right form .wpcf7-mail-sent-ok {
        color: #787878; }

.team-help .team-carousel .owl-stage {
  padding: 50px 0; }
  .team-help .team-carousel .owl-stage .team-carousel__item {
    max-width: 360px;
    width: 100%;
    background: #F7F7F7;
    height: 370px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .team-help .team-carousel .owl-stage .team-carousel__item span {
      color: #000;
      font-size: 1.2em;
      font-weight: bold;
      margin: 15px 0; }
    .team-help .team-carousel .owl-stage .team-carousel__item p {
      color: #626262;
      font-size: 1.2em;
      margin: 15px 0; }
    .team-help .team-carousel .owl-stage .team-carousel__item .team__img-wrapp {
      display: block;
      width: 159px;
      height: 159px;
      position: absolute;
      top: -50px; }
.team-help .team-info {
  text-align: center; }
  .team-help .team-info p {
    font-size: 1.3em;
    color: #787878;
    margin-bottom: 10px; }

.faq-help .faq__wrapp .faq__item {
  display: block;
  width: 100%;
  background: #D60000;
  border: 0.8px solid #FFFFFF;
  font-size: 1.7em;
  padding: 25px 40px;
  background: #D60000;
  color: #fff;
  cursor: pointer; }
.faq-help .faq__wrapp .faq__item-content {
  display: none;
  padding: 40px; }

.contacts-help {
  background: #F3F3F3;
  margin-bottom: 0;
  margin-top: 0; }
  .contacts-help .contacts-container {
    max-width: 1360px;
    width: 100%;
    margin: auto; }
  .contacts-help .contacts-help-item {
    padding: 10px 0;
    border-top: 0.9px solid rgba(0, 0, 0, 0.1); }
    .contacts-help .contacts-help-item .contacts-title {
      font-family: "Exo 2", sans-serif;
      font-size: 1.4em;
      color: #000;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .contacts-help .contacts-help-item .contacts-title span {
        font-size: 3.1em;
        font-weight: 600;
        margin-right: 50px;
        line-height: 1; }
  .contacts-help .contacts-help-item__text {
    font-size: 1.1em;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px; }
  .contacts-help .contacts-help__socials .contacts-help-item__info {
    width: 100%; }
    .contacts-help .contacts-help__socials .contacts-help-item__info .contacts-help-item__info-block {
      padding: 40px 0;
      border-bottom: 0.9px solid rgba(0, 0, 0, 0.1); }
      .contacts-help .contacts-help__socials .contacts-help-item__info .contacts-help-item__info-block:last-child {
        border: none; }
  .contacts-help .contacts-help__socials .social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px 0;
    width: 100%;
    max-width: 125px;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Exo 2", sans-serif;
    background: #fff;
    border-radius: 40px; }
    .contacts-help .contacts-help__socials .social-btn:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    .contacts-help .contacts-help__socials .social-btn img {
      margin-right: 10px; }
  .contacts-help .contacts-help__tels .social-tel {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 1em;
    font-weight: 600;
    font-family: "Exo 2", sans-serif; }
    .contacts-help .contacts-help__tels .social-tel img {
      margin-right: 10px; }
  .contacts-help .contacts-help__form .wpcf7 {
    width: 74%; }
    .contacts-help .contacts-help__form .wpcf7 .form-recall {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      width: 100%; }
      .contacts-help .contacts-help__form .wpcf7 .form-recall input {
        border: none;
        border-radius: 40px;
        font-family: "Exo 2", sans-serif;
        font-size: 1.1em;
        color: #959595;
        height: 40px;
        padding: 0 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        outline: none;
        text-align: center; }
      .contacts-help .contacts-help__form .wpcf7 .form-recall input[type="text"] {
        max-width: 300px;
        width: 100%;
        background: #fff; }
      .contacts-help .contacts-help__form .wpcf7 .form-recall input[type="submit"] {
        background: #D60000;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        cursor: pointer; }
        .contacts-help .contacts-help__form .wpcf7 .form-recall input[type="submit"]:hover {
          opacity: 0.8; }
      .contacts-help .contacts-help__form .wpcf7 .form-recall .cf-tel, .contacts-help .contacts-help__form .wpcf7 .form-recall .cf-name {
        background-position: 5% !important;
        background-repeat: no-repeat !important; }
      .contacts-help .contacts-help__form .wpcf7 .form-recall .cf-tel {
        background-image: url("/wp-content/themes/mntemp/img/cf-tel.svg") !important; }
      .contacts-help .contacts-help__form .wpcf7 .form-recall .cf-name {
        background-image: url("/wp-content/themes/mntemp/img/cf-user.svg") !important; }
    .contacts-help .contacts-help__form .wpcf7 .wpcf7-mail-sent-ok {
      text-align: center;
      margin: 15px 0;
      font-weight: bold; }
    .contacts-help .contacts-help__form .wpcf7 .wpcf7-validation-errors {
      text-align: center;
      margin: 15px 0;
      font-weight: bold; }
    .contacts-help .contacts-help__form .wpcf7 .wpcf7-not-valid-tip {
      color: #D60000;
      text-align: center; }
  .contacts-help .contacts-help__map .map-wrap {
    padding: 0 0 10px;
    max-width: 480px;
    width: 100%;
    margin-right: 15px; }
    .contacts-help .contacts-help__map .map-wrap iframe {
      width: 100%;
      max-width: 100%; }
    .contacts-help .contacts-help__map .map-wrap p {
      font-size: 1.2em;
      color: #6C6C6C;
      line-height: 160%;
      font-family: 'Cormorant'; }

.share {
  display: block;
  width: 100%;
  padding: 25px 0 65px; }
  .share p {
    font-size: 1.3em;
    line-height: 150%;
    color: #787878;
    text-align: center;
    font-family: 'Cormorant'; }
    .share p:first-child {
      margin-bottom: 35px; }
    .share p strong {
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase; }
  .share .share__wrapp {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px;
    margin-top: 30px; }
    .share .share__wrapp .share__wrapp-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .share .share__wrapp .share__wrapp-item p {
        text-transform: uppercase;
        font-size: 1.2em;
        margin-top: 40px;
        letter-spacing: 0.04em;
        font-weight: 600; }
      .share .share__wrapp .share__wrapp-item button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: none;
        transition: 0.2;
        cursor: pointer; }
        .share .share__wrapp .share__wrapp-item button:hover {
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
        .share .share__wrapp .share__wrapp-item button i {
          color: #fff;
          font-size: 40px; }
      .share .share__wrapp .share__wrapp-item button[data-sharer="viber"] {
        background: #81439B; }
      .share .share__wrapp .share__wrapp-item button[data-sharer="telegram"] {
        background: #27A8D5; }
      .share .share__wrapp .share__wrapp-item button[data-sharer="facebook"] {
        background: #1883F7; }
      .share .share__wrapp .share__wrapp-item button[data-sharer="whatsapp"] {
        background: #0DD65B; }
    .share .share__wrapp .share__wrapp-item:nth-child(1) p {
      color: #81439B; }
    .share .share__wrapp .share__wrapp-item:nth-child(2) p {
      color: #27A8D5; }
    .share .share__wrapp .share__wrapp-item:nth-child(3) p {
      color: #1883F7; }
    .share .share__wrapp .share__wrapp-item:nth-child(4) p {
      color: #0DD65B; }

#form-page {
  background: #fff; }
  #form-page .container {
    max-width: 720px; }
    #form-page .container .form .form__right img {
      width: 100%;
      height: auto; }
    #form-page .container .form .form__right .form__text p {
      font-size: 20px;
      line-height: 28px;
      color: #5c5c5c;
      margin: 30px 0;
      text-align: justify; }
    #form-page .container .form .form__right form {
      width: 100%; }

/* Custom styles */
/* cf7 error */
.screen-reader-response {
  display: none; }

.wpcf7-not-valid-tip {
  display: block; }

input:focus::placeholder {
  color: transparent !important; }

textarea:focus::placeholder {
  color: transparent !important; }

@font-face {
  font-family: 'SF UI Display Thin';
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Thin"), url("../fonts/sf-ui-display-thin-58646e9b26e8b.woff") format("woff"); }
@font-face {
  font-family: 'SF UI Display Light';
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Light"), url("../fonts/sf-ui-display-light-58646b33e0551.woff") format("woff"); }
@font-face {
  font-family: 'SF UI Display Medium';
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Medium"), url("../fonts/sf-ui-display-medium-58646be638f96.woff") format("woff"); }
.socials {
  padding-top: 120px; }
  .socials .preview-slider {
    background: url("../img/socials/soc-slide1.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 95% 50px; }
    .socials .preview-slider .slider__wrapper {
      background: none !important; }
      .socials .preview-slider .slider__wrapper .slider__text-layer {
        max-width: 600px; }
        .socials .preview-slider .slider__wrapper .slider__text-layer p {
          font-family: 'Roboto';
          font-size: 18px;
          line-height: 130%;
          font-style: italic;
          color: #646464; }
          .socials .preview-slider .slider__wrapper .slider__text-layer p:first-child {
            font-size: 18px; }
  .socials .slider {
    height: 700px; }
  .socials .ytb-slider .slider__wrapper, .socials .teleg-slider .slider__wrapper, .socials .insta-slider .slider__wrapper, .socials .gnews-slider .slider__wrapper, .socials .gmail-slider .slider__wrapper, .socials .fb-slider .slider__wrapper, .socials .twit-slider .slider__wrapper {
    background-repeat: no-repeat !important;
    background-position: 100% 70px !important;
    background-size: auto !important; }
    .socials .ytb-slider .slider__wrapper .slider__text-layer, .socials .teleg-slider .slider__wrapper .slider__text-layer, .socials .insta-slider .slider__wrapper .slider__text-layer, .socials .gnews-slider .slider__wrapper .slider__text-layer, .socials .gmail-slider .slider__wrapper .slider__text-layer, .socials .fb-slider .slider__wrapper .slider__text-layer, .socials .twit-slider .slider__wrapper .slider__text-layer {
      max-width: 630px; }
      .socials .ytb-slider .slider__wrapper .slider__text-layer p, .socials .teleg-slider .slider__wrapper .slider__text-layer p, .socials .insta-slider .slider__wrapper .slider__text-layer p, .socials .gnews-slider .slider__wrapper .slider__text-layer p, .socials .gmail-slider .slider__wrapper .slider__text-layer p, .socials .fb-slider .slider__wrapper .slider__text-layer p, .socials .twit-slider .slider__wrapper .slider__text-layer p {
        font-family: 'SF UI Display Thin';
        font-size: 18px;
        line-height: 160%;
        color: #646464;
        margin: 25px 0;
        padding: 5px 0 !important; }
        .socials .ytb-slider .slider__wrapper .slider__text-layer p:first-child, .socials .teleg-slider .slider__wrapper .slider__text-layer p:first-child, .socials .insta-slider .slider__wrapper .slider__text-layer p:first-child, .socials .gnews-slider .slider__wrapper .slider__text-layer p:first-child, .socials .gmail-slider .slider__wrapper .slider__text-layer p:first-child, .socials .fb-slider .slider__wrapper .slider__text-layer p:first-child, .socials .twit-slider .slider__wrapper .slider__text-layer p:first-child {
          font-size: 18px; }
      .socials .ytb-slider .slider__wrapper .slider__text-layer a, .socials .teleg-slider .slider__wrapper .slider__text-layer a, .socials .insta-slider .slider__wrapper .slider__text-layer a, .socials .gnews-slider .slider__wrapper .slider__text-layer a, .socials .gmail-slider .slider__wrapper .slider__text-layer a, .socials .fb-slider .slider__wrapper .slider__text-layer a, .socials .twit-slider .slider__wrapper .slider__text-layer a {
        font-family: 'SF UI Display Thin' !important; }
  .socials .ytb-slider .slider__wrapper {
    background: url("../img/socials/soc-ytb.png"); }
  .socials .teleg-slider .slider__wrapper {
    background: url("../img/socials/soc-teleg.png"); }
  .socials .insta-slider .slider__wrapper {
    background: url("../img/socials/soc-inst.png"); }
  .socials .gnews-slider .slider__wrapper {
    background: url("../img/socials/soc-gnews.png"); }
  .socials .gmail-slider .slider__wrapper {
    background: url("../img/socials/soc-gmail.png"); }
  .socials .fb-slider .slider__wrapper {
    background: url("../img/socials/soc-fb.png"); }
  .socials .twit-slider .slider__wrapper {
    background: url("../img/socials/soc-tw.png"); }
  .socials .social-slider__btn {
    width: 380px !important;
    height: 55px !important;
    font-size: 22px !important;
    margin-top: 20px; }
  .socials .ytb-btn {
    background: #FF0000 !important; }

.socials-share {
  margin-top: 80px; }
  .socials-share p {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 32px; }
    .socials-share p:first-child {
      text-transform: uppercase;
      font-size: 40px; }
  .socials-share .share__wrapp {
    margin-top: 60px; }
    .socials-share .share__wrapp .share__wrapp-item {
      cursor: pointer; }

.socials__devider-text {
  text-align: center;
  margin: 20px 0;
  font-size: 30px;
  font-family: 'Roboto';
  color: #646464;
  font-weight: 300; }

.socials-slider__btn-wrapp img {
  margin-left: 30px; }

.ytb__slider-text p {
  margin: 0 !important; }

.teleg-post .main-slider {
  background-repeat: no-repeat !important;
  background-size: cover !important; }
.teleg-post .slider__wrapper-bg-none {
  background: none !important; }
  .teleg-post .slider__wrapper-bg-none .slider__text-layer {
    max-width: 600px !important; }
    .teleg-post .slider__wrapper-bg-none .slider__text-layer p {
      color: #fff !important; }

/* M-TM pages */
#m-tm-header {
  position: relative !important; }
  #m-tm-header .header__top {
    display: none; }
  #m-tm-header .header-help__sub {
    top: 0 !important;
    position: relative !important;
    border: 1px solid rgba(0, 0, 0, 0.13); }
    #m-tm-header .header-help__sub .container {
      height: auto !important; }
    #m-tm-header .header-help__sub .header-help__sub-left {
      height: auto !important;
      width: 100% !important; }
      #m-tm-header .header-help__sub .header-help__sub-left a {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important; }
        #m-tm-header .header-help__sub .header-help__sub-left a img {
          width: auto !important;
          display: block !important; }

.m-tm-content {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  margin-top: 20px; }
  .m-tm-content p {
    color: #646464;
    margin: 15px 0; }
  .m-tm-content img {
    width: 100%;
    height: auto; }

.m-tm-btn {
  max-width: 380px;
  background: #0088CC;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  margin: 35px auto; }
  .m-tm-btn i {
    display: block;
    margin-left: 5px; }

.mtm-header-btn {
  max-width: 157px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #309FDC;
  border-radius: 70px;
  padding: 5px 15px;
  font-size: 16px; }
  .mtm-header-btn i {
    display: block;
    margin-left: 5px;
    font-size: 22px; }

@media screen and (max-width: 720px) {
  body {
    font-size: 13px; }

  .slider__mobile-overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); }

  .slider__mobile-overlay.bio-overlay {
    height: 85%;
    top: 15%; }

  .slider__text-layer {
    z-index: 99; }
    .slider__text-layer p {
      color: #fff !important; }

  .projects__slider-overlay {
    padding: 15px !important; }

  .single-docs .container .docs__wrapper .docs__img {
    height: 220px !important; }

  footer .container {
    flex-direction: column; }
    footer .container .font-brand {
      text-align: center; }
    footer .container .footer__left {
      padding-bottom: 10px; }
    footer .container .footer__right-contacts {
      justify-content: center; }
      footer .container .footer__right-contacts .footer__right-tel {
        padding-bottom: 20px; }
        footer .container .footer__right-contacts .footer__right-tel a {
          display: flex;
          margin: 20px 0; } }
@media screen and (min-width: 720px) {
  .slider__mobile-overlay {
    display: none; } }
@media screen and (min-width: 480px) {
  .header__top .mobile-menu-icon {
    display: none; }

  .mob-slider__wrapper {
    display: none; }

  .mob-social__slider {
    display: none; } }
@media screen and (max-width: 480px) {
  body .header-help .bio-sub-header .container .header-help__sub-right {
    display: inline-block;
    width: 100%;
    overflow-x: scroll;
    flex: 1;
    margin-left: 20px; }
    body .header-help .bio-sub-header .container .header-help__sub-right ul {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      body .header-help .bio-sub-header .container .header-help__sub-right ul li {
        flex: 0 0 auto; }

  .header__top .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header__top .container .logo {
      width: 80%;
      justify-content: flex-start; }
    .header__top .container .mobile-menu-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      position: relative;
      width: 30px;
      height: 20px;
      z-index: 9999; }
      .header__top .container .mobile-menu-icon div {
        width: 100%;
        height: 2px;
        background: #73161E; }
        .header__top .container .mobile-menu-icon div:before, .header__top .container .mobile-menu-icon div:after {
          content: '';
          width: 100%;
          height: 2px;
          position: absolute;
          background: #73161E; }
        .header__top .container .mobile-menu-icon div:before {
          top: 0; }
        .header__top .container .mobile-menu-icon div:after {
          bottom: 0; }
    .header__top .container .clicked div {
      background: none; }
      .header__top .container .clicked div:after {
        transform: rotate(45deg);
        top: 10px;
        left: 0; }
      .header__top .container .clicked div:before {
        transform: rotate(-45deg);
        top: 10px;
        left: 0; }
    .header__top .container .menu {
      display: none; }

  .mobile-menu {
    position: absolute;
    left: 0;
    top: 39px;
    display: block;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 999;
    margin: 0 !important; }
    .mobile-menu ul {
      display: block; }
      .mobile-menu ul li {
        width: 100%;
        text-align: center; }
        .mobile-menu ul li a:before {
          display: none !important; }
      .mobile-menu ul li.main-menu-item {
        padding: 10px 0;
        background: #C0C0C0;
        border-bottom: 1px solid #fff; }
      .mobile-menu ul li.child-menu-item {
        padding: 10px 0;
        border-bottom: 2px solid #73161E; }
        .mobile-menu ul li.child-menu-item a {
          font-weight: normal; }
      .mobile-menu ul li.social-menu-item {
        padding: 10px 0;
        background: #7E000C; }
        .mobile-menu ul li.social-menu-item a {
          color: #fff; }

  .mobile-menu-front {
    top: 78px; }

  .footer__menu ul li a:before {
    display: none !important; }

  .header-help .header__top .container .mobile-menu-icon div {
    background: #fff; }
    .header-help .header__top .container .mobile-menu-icon div:after, .header-help .header__top .container .mobile-menu-icon div:before {
      background: #fff; }
  .header-help .bio-sub-header .header-help__sub-right {
    display: none; }

  .header-help .header-help__sub .container .header-help__sub-right ul {
    overflow: scroll;
    width: 100%; }
    .header-help .header-help__sub .container .header-help__sub-right ul li {
      width: 100%; }

  .slider-carousel .slider__text-layer span {
    color: #fff !important; }
  .slider-carousel .owl-nav {
    display: none; }

  .docs-main .docs__item-img {
    width: 100% !important;
    height: 200px !important; }

  .docs .docs__wrapper .docs__item .docs__item-left .docs__item-title {
    display: block;
    margin: 15px 0; }
  .docs .docs__wrapper .docs__item .docs__item-img {
    background-size: cover; }

  .docs .docs__wrapper .docs__item .docs__item-img {
    width: 100%;
    height: 200px; }

  .single-video {
    padding-top: 50px; }
    .single-video .video__frame {
      height: 199px !important; }

  .news .subscr-btn {
    height: 50px;
    font-size: 0.8em;
    padding: 0 10px;
    flex-wrap: nowrap; }
    .news .subscr-btn i {
      margin-right: 20px;
      font-size: 30px; }
  .news .news__item-tags {
    width: 100% !important;
    justify-content: flex-start; }

  .share-block .share-block__left {
    margin: 20px 0; }
  .share-block .sharer {
    width: 35px !important;
    height: 35px !important; }
    .share-block .sharer i {
      font-size: 20px !important; }

  .footer__menu ul {
    flex-wrap: wrap; }
    .footer__menu ul li {
      width: 100%;
      margin: 10px 30px !important;
      text-align: center; }

  .bio .bio__wrapper .bio-preview .bio__left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border: none; }
  .bio .bio__wrapper .bio-preview .bio__right {
    width: 100%; }

  .slider-bio .slider__wrapper .slider__text-layer > span {
    color: #fff !important; }

  .form__right form {
    width: 100% !important; }
    .form__right form input {
      max-width: 100% !important; }

  .form-help .form {
    flex-wrap: wrap; }

  .contacts-help__socials .social-btn {
    max-width: 100% !important;
    margin: 10px 0; }

  .contacts-help__tels .social-tel {
    width: 100%;
    margin: 10px 0; }

  .contacts-help__form .form-recall {
    flex-wrap: wrap; }
    .contacts-help__form .form-recall p {
      margin: 10px 0; }
      .contacts-help__form .form-recall p input {
        width: 100%;
        max-width: 100%; }

  .map-wrap iframe {
    margin-right: 0; }

  .share__wrapp .share__wrap-item {
    width: 100%;
    margin: 20px 0; }
    .share__wrapp .share__wrap-item p {
      margin-top: 10px; }

  .socials .slider__wrapper {
    flex-direction: column;
    justify-content: flex-end; }
  .socials .social-slider__btn {
    width: 100% !important; }

  .socials-share p {
    font-size: 16px; }
    .socials-share p:first-child {
      font-size: 20px; }
  .socials-share .share__wrapp {
    flex-direction: column;
    align-items: center; }
    .socials-share .share__wrapp .share__wrapp-item {
      margin-bottom: 25px; }

  .socials-slider__btn-wrapp img {
    display: none !important; }

  .socials .ytb-slider .slider__wrapper, .socials .twit-slider .slider__wrapper {
    background-position: 50% 70px !important; }
  .socials .insta-slider .slider__wrapper {
    background-position: 80% 70px !important; }

  .teleg-post .main-slider {
    background-position: 75% 100% !important; }

  .desktop-social__slider .slider__wrapper {
    display: none; }

  .socials .desktop-social__slider {
    height: 500px !important; }
  .socials .mob-social__slider {
    background: none;
    height: 100% !important; }
    .socials .mob-social__slider .slider__wrapper .slider__mobile-overlay {
      display: none; }
    .socials .mob-social__slider .slider__wrapper .slider__text-layer p {
      color: #3a3a3a !important; }

  .header-help__sub .container .header-help__sub-left a span {
    font-size: 0.8em; }

  .header-help__sub-left .sub-title {
    display: none !important; }

  .header-help .header-help__sub {
    top: 50px;
    border-bottom: 0; }

  .socials__devider-text {
    font-size: 16px !important; }

  .socials .main-slider:first-child .slider__wrapper .slider__text-layer p {
    font-size: 15px !important;
    line-height: 1.3 !important; }

  .map-wrap {
    margin-right: 0; }

  .slider-help .slider__wrapper .slider__text-layer p {
    color: #fff !important; }

  .contacts-help__map {
    flex-wrap: wrap; }

  .scroll-none {
    overflow: hidden; }

  p {
    word-break: break-word; } }
body .mobile-menu ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #3a3a3a; }

body .header-help .header__top .container .mobile-menu-icon.clicked div {
  background: none; }
  body .header-help .header__top .container .mobile-menu-icon.clicked div:before, body .header-help .header__top .container .mobile-menu-icon.clicked div:after {
    top: 7px; }

@media screen and (max-width: 480px) {
  body header .fixed {
    z-index: 3; }

  body .mobile-menu {
    z-index: 2; }

  body .bio-menu.mobile-menu {
    z-index: 99; } }
.header-mobile-menu {
  display: none; }

.header-mobile-menu.mobile-menu {
  display: block; }

@media screen and (min-width: 480px) {
  .mobile-wrapper {
    display: none; } }
@media screen and (max-width: 480px) {
  .desktop-wrapper {
    display: none; } }
.crime-years {
  padding-top: 50px; }
  .crime-years .crime-years__item {
    display: block;
    background: #323232;
    color: #fff;
    padding: 10px 45px;
    font-size: 22px; }

.crime-block {
  margin-top: 32px; }
  .crime-block h2 {
    text-align: center; }
  .crime-block .crime-block__docs {
    margin-top: 32px; }
    .crime-block .crime-block__docs a {
      display: block;
      width: 100%;
      margin: 15px;
      font-size: 18px;
      color: #323232; }

body {
  font-family: 'Roboto', sans-serif; }

.new-subscription--bg {
  background-image: url("../img/new-sub-template-bg.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain; }

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

.main-subscription-block {
  padding-top: 60px; }
  .main-subscription-block .left-layer {
    color: #646464;
    font-size: 20px;
    line-height: 130%;
    font-weight: 300;
    font-style: italic; }
    .main-subscription-block .left-layer p {
      margin: 20px 0; }
  .main-subscription-block .right-layer {
    display: flex;
    align-self: flex-end; }

.sub-section {
  width: 100%;
  margin: 175px 0;
  padding: 100px 0 180px;
  position: relative; }
  .sub-section:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 200px; }
  .sub-section .sub-section__title {
    font-weight: 300;
    font-size: 59px;
    line-height: 160%;
    color: #000; }
  .sub-section .sub-section__descr {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 22px;
    line-height: 160%;
    color: #646464; }
  .sub-section .sub-section__item {
    margin: 18px 0; }
  .sub-section .sub-section__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0; }
    .sub-section .sub-section__btn iframe {
      width: 90px; }

.tm-section .sub-section__btn, .yt-section .sub-section__btn, .fb-section .sub-section__btn {
  max-width: 380px;
  width: 100%;
  padding: 16px 0;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #fff; }

.tm-section .sub-section__btn {
  background: #0088CC; }

.yt-section .sub-section__btn {
  background: #E60000; }

.fb-section .sub-section__btn {
  background: #576EA4; }

.tm-section:before {
  background-image: url("../img/tm-newsub-icon.svg"); }

.fb-section:before {
  background-image: url("../img/fb-newsub-icon.png"); }

.yt-section:before {
  background-image: url("../img/yt-newsub-icon.png"); }

.tm-section, .fb-section, .yt-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }

.tm-section {
  background-image: url("../img/tm-new-bg.png"); }

.fb-section {
  background-image: url("../img/fb-new-bg.png"); }

.yt-section {
  background-image: url("../img/yt-new-bg.png"); }

@media screen and (max-width: 1024px) {
  .main-subscription-block {
    flex-wrap: wrap;
    flex-direction: column-reverse; }

  .right-layer img {
    width: 100%; }

  .sub-section {
    margin: 100px 0; }
    .sub-section:before {
      width: 100px;
      height: 100px;
      top: -50px; }
    .sub-section .sub-section__title {
      font-size: 25px; } }
.mobile-wrapper .title {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-align: center;
  width: 100%;
  color: #000;
  padding: 14px 0; }
.mobile-wrapper .title.white {
  color: #fff; }

.socials-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column; }
  .socials-block .socials-block__item {
    flex: 1 auto;
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .socials-block .socials-block__item .text {
      color: #fff;
      font-weight: 300;
      font-size: 18px;
      line-height: 21px; }
    .socials-block .socials-block__item .icon {
      text-align: center;
      width: 40px; }
      .socials-block .socials-block__item .icon .fab {
        font-size: 24px;
        color: #fff;
        margin-right: 5px; }
  .socials-block .tm-soc {
    background-color: #0088CC; }
  .socials-block .fb-soc {
    background-color: #CF2126; }
  .socials-block .yt-soc {
    background-color: #3B5998; }
  .socials-block .inst-soc {
    background-color: #7E0193; }

.header-block .container {
  background-color: #F8F8F8; }

.main-img-block .img img {
  width: 100%;
  height: auto; }
.main-img-block .text {
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  color: #202020;
  padding: 14px 0; }

.docs-block {
  margin-top: 50px; }

.docs-block-inner .docs-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 15px 0; }
  .docs-block-inner .docs-item a {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #000; }
  .docs-block-inner .docs-item .item__info {
    display: inline-block;
    color: #969696; }
.docs-block-inner .more-docs {
  text-align: center;
  letter-spacing: 0.07em;
  width: 100%;
  display: block;
  color: #000;
  line-height: 160%;
  margin-top: 15px;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 400; }

.video-block {
  margin: 32px 0;
  background-color: #1E1E1E;
  padding-top: 20px; }
  .video-block .video {
    padding: 0; }
    .video-block .video .video__wrapper {
      padding: 0; }
      .video-block .video .video__wrapper .video__item {
        padding: 10px; }
        .video-block .video .video__wrapper .video__item .video__item-info .title {
          font-size: 16px;
          color: #fff;
          font-weight: 300;
          line-height: 100%;
          text-align: left; }
  .video-block .more {
    letter-spacing: 0.07em;
    font-size: 16px;
    margin: 15px 0; }

.proj-block .projects__slider-item {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 215px; }
  .proj-block .projects__slider-item .projects__slider-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.04em;
    color: #000000; }
  .proj-block .projects__slider-item .projects__slider-description {
    font-weight: 300;
    font-size: 16px;
    line-height: 110%;
    color: #000; }

/*# sourceMappingURL=style.css.map */
