

/* Start:/local/templates/genshtab/css/main.css?1735636791153765*/
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400..700;1,400..700&display=swap');

@font-face {
  font-family: 'shtab';
  src: url("/local/templates/genshtab/css/../fonts/shtab-font/TTTravels-Bold.eot");
  src: url("/local/templates/genshtab/css/../fonts/shtab-font/TTTravels-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/genshtab/css/../fonts/shtab-font/TTTravels-Bold.woff2") format("woff2"), 
url("/local/templates/genshtab/css/../fonts/shtab-font/TTTravels-Bold.woff") format("woff"), url("/local/templates/genshtab/css/../fonts/shtab-font/TTTravels-Bold.ttf") format("truetype");
  font-style: normal; }

.mulish-400 {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.mulish-500 {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500!important;
  font-style: normal;
}
.mulish-600 {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600!important;
  font-style: normal;
}
.mulish-700 {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}




/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/local/templates/genshtab/css/../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/local/templates/genshtab/css/../fonts/slick/slick.eot");
  src: url("/local/templates/genshtab/css/../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("/local/templates/genshtab/css/../fonts/slick/slick.woff") format("woff"), url("/local/templates/genshtab/css/../fonts/slick/slick.ttf") format("truetype"), url("/local/templates/genshtab/css/../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

body {
  margin: 0; }

#popup-menu {
  width: 100%;
  height: 100vh !important;
  position: absolute;
  background-color: #A40F20;
  z-index: 0;
  left: 0;
  top: 0;
  color: #fff;
  overflow: hidden;
  opacity: 0;
  visibility: visible;
  -webkit-transition: visibility 0.5s ease, opacity 1s ease;
  -moz-transition: visibility 0.5s ease, opacity 1s ease;
  -o-transition: visibility 0.5s ease, opacity 1s ease;
  transition: visibility 0.5s ease, opacity 1s ease; }
  @media (max-width: 767.98px) {
    #popup-menu {
      height: auto !important;
      padding-bottom: 94px; } }
  #popup-menu.open {
    opacity: 1;
    visibility: visible; }
  #popup-menu .pm_head {
    background-color: transparent;
    position: fixed;
    top: 0;
    z-index: 0;
    left: 0;
    margin: 0; }
    @media (max-width: 767.98px) {
      #popup-menu .pm_head {
        position: relative;
        z-index: 99999; } }
  #popup-menu .top_logo {
    display: flex;
    height: 72px;
    padding: 6px 0 13px;
    align-items: flex-end;
    margin-top: 45px; }
    #popup-menu .top_logo .h_star {
      margin-right: 14px;
      min-height: 53px;
      height: auto;
      max-height: 100%; }
  #popup-menu .top_phone {
    justify-content: flex-end;
    padding-right: 0;
    color: #212121; }
    @media (max-width: 767.98px) {
      #popup-menu .top_phone {
        position: absolute;
        right: -14px; } }
    #popup-menu .top_phone .t_phone {
      font-family: mulish-500;
      color: #212121;
      font-size: 19px;
      line-height: 150%;
      flex: 0 1 160px; }
      #popup-menu .top_phone .t_phone a {
        font-size: 18px;
        text-transform: uppercase;
        color: #212121;
        text-decoration: underline; }
    #popup-menu .top_phone button.burger {
      height: auto;
      flex: 0 0 72px;
      padding: 0;
      border: none;
      background-color: #fff; }
      @media (max-width: 767.98px) {
        #popup-menu .top_phone button.burger {
          flex: 0 0 auto;
          width: 59px;
          height: 59px;
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%); } }
      #popup-menu .top_phone button.burger.m_burger {
        flex-basis: 59px;
        height: 59px; }
      #popup-menu .top_phone button.burger:focus {
        outline: none; }
      #popup-menu .top_phone button.burger img {
        width: auto;
        max-width: 100%; }
  #popup-menu .menu-close {
    width: 38px;
    height: 38px;
    position: relative; }
  #popup-menu .menu-close .svg-fill svg {
    fill: #fff; }
  #popup-menu .menu-close svg {
    fill: #fff; }
  #popup-menu .svg-fill {
    overflow: hidden;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -moz-transition: -moz-transform 0.75s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: -o-transform 0.75s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: transform 0.75s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    #popup-menu .svg-fill svg {
      -moz-transition: -moz-transform 0.75s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -o-transition: -o-transform 0.75s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: transform 0.75s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      display: block; }
      #popup-menu .svg-fill svg:not(:root) {
        overflow: hidden; }
  #popup-menu #close-pm {
    border: none;
    background: none;
    padding: 0 !important;
    cursor: pointer;
    margin-top: 35px; }
    #popup-menu #close-pm:focus {
      outline: none; }
  #popup-menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    @media (max-width: 991.98px) {
      #popup-menu ul {
        margin: 30px 0 0; } }
    #popup-menu ul li {
      text-align: center; }
      @media (min-width: 1200px) {
        #popup-menu ul li {
          text-align: left; } }
      #popup-menu ul li a {
        font-family: "shtab";  }
    #popup-menu ul.lvl-1 > li {
      padding: 10px 0; }
      @media (min-width: 768px) {
        #popup-menu ul.lvl-1 > li {
          padding: 23px 0; } }
      #popup-menu ul.lvl-1 > li > a {
        color: #fff;
        font-weight: 800;
        font-size: 23px;
        line-height: 110%;
        letter-spacing: 0.04em;
        text-transform: uppercase; }
      #popup-menu ul.lvl-1 > li .lvl-2 {
        margin: 10px 0 20px; }
        #popup-menu ul.lvl-1 > li .lvl-2 > li {
          padding: 12px 0; }
          #popup-menu ul.lvl-1 > li .lvl-2 > li > a {
            color: #f8f8f8;
            font-family: "shtab"; 
            font-size: 20px;
            line-height: 120%;
            letter-spacing: 0.01em;
            padding-bottom: 5px; }
  #popup-menu .np_wrap {
    border-color: #fff;
    border-style: solid;
    border-width: 1px 0;
    color: #fff;
    padding: 32px 0 29px;
    text-align: center;

    text-transform: uppercase;
    margin-top: 30px;
    display: block; }
    @media (min-width: 768px) {
      #popup-menu .np_wrap {
        padding: 45px 0 65px; } }
    #popup-menu .np_wrap .np_title {
      font-family: "shtab";
      font-size: 22px;
      line-height: 130%;
      margin-bottom: 15px;
      display: inline-block;
      position: relative;
      transition: opacity 0.4s ease-in; }
      #popup-menu .np_wrap .np_title:hover a {
        opacity: 0.6; }
      #popup-menu .np_wrap .np_title a {
        color: #fff; }
      @media (min-width: 768px) {
        #popup-menu .np_wrap .np_title {
          font-size: 42px;
          margin-bottom: 35px; } }
    #popup-menu .np_wrap .np_desc {
      font-family: "Mulish", sans-serif;
      font-size: 14px;
      line-height: 145%;
      color: #fff;
      display: inline-block;
      position: relative;
      transition: opacity 0.4s linear; }
      #popup-menu .np_wrap .np_desc:hover {
        opacity: 0.7; }
      @media (min-width: 768px) {
        #popup-menu .np_wrap .np_desc {
          font-size: 15px; } }
      @media (max-width: 767.98px) {
        #popup-menu .np_wrap .np_desc {
          font-size: 12px; } }
  @media (max-width: 991.98px) {
    #popup-menu .lvl-block .col-12:first-child {
      margin-top: 10px; } }

@media (min-width: 768px) {
  header {
    padding-top: 23px; } }
header .container-xxl > .row:first-child {
  background-color: #fff; }
  @media (min-width: 768px) {
    header .container-xxl > .row:first-child {
      background-color: transparent; } }
header .top_logo {
  height: 72px;
  padding: 6px 0 13px; }
  @media (max-width: 991.98px) {
    header .top_logo {
      margin-top: 25px; } }
  @media (min-width: 768px) {
    header .top_logo {
      align-items: flex-start;
      padding: 0; } }
  header .top_logo .h_star {
    margin-right: 14px;
    min-height: 53px;
    height: auto;
    max-height: 100%; }
  @media (max-width: 991.98px) {
    header .top_logo img {
      max-width: 100%;
      height: auto;
      margin-top: 10px; } }
header .header_b_part {
  margin: 20px -15px 18px; }
  @media (min-width: 1200px) {
    header .header_b_part {
      margin-top: 40px; } }
  header .header_b_part .breadcrumbs * {
    font-family: "shtab";
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #B0B39E; }

.top_phone {
  justify-content: flex-end;
  padding-right: 0;
  position: relative;
  z-index: 999999999;
  align-items: center; }
  @media (min-width: 768px) {
    .top_phone {
      padding-right: 15px; } }
  .top_phone .t_phone {
    font-family: "Mulish", sans-serif;
    color: #212121;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
    flex: 0 1 50%; }
    @media (max-width: 1199.98px) {
      .top_phone .t_phone {
        font-size: 14px;
        flex: 0 0 155px; } }
    @media (max-width: 991.98px) {
      .top_phone .t_phone {
        font-size: 12px; } }
    .top_phone .t_phone a {
      font-family: "shtab";
      font-size: 18px;
      line-height: 150%;
      text-transform: uppercase;
      position: relative;
      color: #212121;
      display: inline-block; }
      .top_phone .t_phone a:last-child:hover::before {
        content: "";
        width: 100%;
        left: 0;
        background: #212121; }
      .top_phone .t_phone a:last-child::before {
        content: "";
        width: 0;
        height: 4px;
        position: absolute;
        bottom: 0;
        top: 25px;
        right: 0;
        background: #212121;
        transition: all 0.6s; }
      @media (max-width: 1454.98px) {
        .top_phone .t_phone a {
          font-size: 16px; } }
      @media (max-width: 1199.98px) {
        .top_phone .t_phone a {
          font-size: 13px; } }
      @media (max-width: 991.98px) {
        .top_phone .t_phone a {
          font-size: 11px; } }
  .top_phone button.burger {
    height: auto;
    flex: 0 0 72px;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer; }
    @media (min-width: 768px) {
      .top_phone button.burger {
        margin-left: 80px;
        flex-basis: 59px;
        height: 59px; } }
    .top_phone button.burger.m_burger {
      flex-basis: 59px;
      height: 59px; }
    .top_phone button.burger:focus {
      outline: none; }
    .top_phone button.burger img {
      width: auto;
      max-width: 100%; }

header {
  background: url("/local/templates/genshtab/css/../img/bg-sh.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1 0 100vh;
  height: 100vh;
  position: relative;
  z-index: 1; }
  @media (max-width: 767.98px) {
    header {
      background-position: center bottom, 0 0 !important;
      background-size: 100% 85%, auto !important;
      flex: 1 0 100vh !important; } }
  @media (min-width: 768px) and (max-width: 1455px) {
    header {
      background-position: bottom right -70px, 0 0;
      background-size: auto 100%, cover; } }
  header .header_page {
    z-index: 999999999;
    position: relative; }
  header .video_container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    z-index: 1; }
 /* header .viktoria {
    background: url(/local/templates/genshtab/css/../img/peizash.jpg), url(/local/templates/genshtab/css/../img/viktoria.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 100%;
    -webkit-mask-image: url(/local/templates/genshtab/css/../img/viktoria.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 800px;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 40%; }*/
  header .container-xxl > .row:first-child {
    background-color: transparent; }
  header .top_logo {
    position: relative;
    z-index: 999999999; }
    @media (min-width: 768px) {
      header .top_logo {
        align-items: flex-end; } }
  header body {
    background: aliceblue; }
  header .idea {
    width: auto;
    max-width: 40vw;
    position: absolute;
    bottom: calc(100vw + 5px);
    left: 15px; }
    @media (max-height: 520px) {
      header .idea {
        display: none; } }
    @media (min-width: 330px) and (max-height: 530px), (min-width: 340px) and (max-height: 550px), (min-width: 350px) and (max-height: 560px), (min-width: 360px) and (max-height: 565px) {
      header .idea {
        display: none; } }
    @media (min-width: 360px) and (min-height: 640px) {
      header .idea {
        max-width: 50vw;
        bottom: calc(100vw + 25px); } }
  header .mp_header_left_part {
    margin-left: auto;
    margin-right: 0; }
    header .mp_header_left_part img {
      width: auto;
      max-width: 100%;
      margin: 50px 0 40px; }
      @media (max-width: 1454.98px) {
        header .mp_header_left_part img {
          margin: 150px 0 40px; } }
      @media (max-width: 991.98px) {
        header .mp_header_left_part img {
          margin: 130px 0 0 0; } }
      @media (max-width: 767.98px) {
        header .mp_header_left_part img {
          margin: 210px 0 0 0; } }
      @media (min-width: 1800px) {
        header .mp_header_left_part img {
          margin: 140px 0 0 0; } }
    header .mp_header_left_part .text {
      font-size: 21px;

      line-height: 130%; }
    @media (orientation: portrait) and (min-width: 768px) {
      header .mp_header_left_part {
        position: absolute;
        bottom: 25%;
        left: 0; }
        header .mp_header_left_part .text {
          font-size: 21px; } }
  header .mp_header_right_part .text {
    font-size: 21px;
    font-family: "Mulish", sans-serif; }
  header .mp_header_right_part .more_btn {
    background: url("/local/templates/genshtab/img/mp-readmore.svg") no-repeat top center;
    background-size: contain;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 210px; }
  @media (orientation: portrait) and (min-width: 768px) {
    header .mp_header_right_part {
      position: absolute;
      bottom: 10%;
      right: 0; }
      header .mp_header_right_part .text {
        font-size: 16px; } }
  header #mp-menu {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    flex-flow: row-reverse wrap; }
    header #mp-menu .nav_item {
      flex: 0 1 33.33%;
      display: block;
      height: 33.33vw;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: "Mulish", sans-serif;
      font-size: 17px;
      font-weight: 600;
      color: #fff; }
      header #mp-menu .nav_item.dark {
        color: #212121; }

body:not(.home) header .viktoria {
  display: none; }

body.home .page-logo {
  display: none; }
body.home .bx-breadcrumb {
  display: none; }
body.home .main-title {
  display: none; }

body:not(.home) header {
  background: none; }
body:not(.home) .inner_wraper {
  display: none; }
body:not(.home) .top_logo > img {
  display: none; }

.main_text_block {
  position: absolute;
  left: 70px;
  z-index: 9999999; }
  @media (min-width: 1800px) {
    .main_text_block {
      top: 470px;
      left: 50px; } }
  @media (max-width: 1454.98px) {
    .main_text_block {
      top: 350px;
      left: 50px; } }
  @media (max-width: 1199.98px) {
    .main_text_block {
      top: 320px;
      left: 40px; } }

.main_lead {
  font-family: "shtab";
  font-size: 26px;
  line-height: 125%;
  color: #fff;
  max-width: 675px; }
  @media (max-width: 1454.98px) {
    .main_lead {
      font-size: 26px; } }
  @media (max-width: 1199.98px) {
    .main_lead {
      font-size: 19px; } }

.main_text {
  font-family: "mulish", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #E9E9E9; }
  @media (max-width: 1454.98px) {
    .main_text {
      font-size: 20px; } }
  @media (max-width: 1199.98px) {
    .main_text {
      font-size: 16px; } }

.inner_wraper {
  position: relative;
  z-index: 99999999; }

.mob-logo {
  display: none; }
  @media (max-width: 767.98px) {
    .mob-logo {
      display: block; } }

.brz-logo {
  height: 64px; }
  @media (max-width: 767.98px) {
    .brz-logo {
      display: none; } }

main > .container-xxl {
  min-height: calc(100vh - 330px); }

body.home .brz-logo {
  display: none; }
body.home .header {
  background: url("/local/templates/genshtab/css/../img/vik-1.png") no-repeat calc(100% + 86px) 50px/auto 80%, url("/local/templates/genshtab/css/../img/bg-sh.jpg") no-repeat, 100%; }

.bc-items .bc-item {
  font-family: "Mulish", sans-serif !important;
  font-weight: 700!important;
  font-size: 13px !important;
  line-height: 26px;
  text-transform: uppercase;
  /* coffee */
  color: #767271; }
  @media (max-width: 991.98px) {
    .bc-items .bc-item {
      font-size: 18px !important; } }
.bc-items a {
  text-decoration: none; }

body:not(.home) .clouds {
  display: none; }

body.home .clouds {
  position: absolute;
  right: -325%;
  top: 0%;
  animation: clouds 40s linear infinite;
  z-index: 1;
  display: block; }

.clouds-delay {
  animation-delay: 20s; }

@keyframes clouds {
  0% {
    right: -260%; }
  100% {
    right: 430%;
    opacity: 0.7; } }
.menu-block {
  width: 59px;
  height: 59px;
  background: #A40F20;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%); }

.menu_burger {
  width: 33px;
  height: 18px;
  position: absolute;
  z-index: 670;
  top: 15px;
  left: 13px;
  right: 0;
  -webkit-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
  transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1); }
  .menu_burger:hover .top_line {
    -moz-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
    transform: scaleX(1); }
  .menu_burger:hover .last_line {
    -moz-transform: scaleX(0.5) translateX(32px);
    -ms-transform: scaleX(0.5) translateX(32px);
    -webkit-transform: scaleX(0.5) translateX(32px);
    transform: translateX(0px); }
  .menu_burger:hover .burger_line {
    background: #fff; }
  .menu_burger .burger_line {
    width: 100%;
    height: 3px;
    display: block;
    background-color: #fff;
    -moz-transform-origin: left 50%;
    -ms-transform-origin: left 50%;
    -webkit-transform-origin: left 50%;
    transform-origin: left 50%;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0; }
  .menu_burger .top_line {
    margin-top: 0;
    transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
    transform: scaleX(0.5); }
  .menu_burger .mid_line {
    margin-top: 7px;
    transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1); }
  .menu_burger .bottom_line {
    margin-top: 14px;
    transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1); }
  .menu_burger .last_line {
    margin-top: 21px;
    transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
    transform: scaleX(0.5) translateX(32px); }

.lvl-1 li {
  -moz-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.open li {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.open .lvl-1 li {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.open .lvl-1 li:nth-child(1) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms; }

.open .lvl-1 li:nth-child(2) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms; }

.open .lvl-1 li:nth-child(3) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms; }

.open .lvl-1 li:nth-child(4) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms; }

.open .lvl-1 li:nth-child(5) {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms; }

.open .lvl-1 li:nth-child(6) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms; }

.open .lvl-1 li:nth-child(7) {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms; }

.open .lvl-1 li:nth-child(8) {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms; }

.mobile-logo-burger {
  text-align: left; }
  @media (max-width: 991.98px) {
    .mobile-logo-burger {
      margin-top: 10px; } }

@media (max-width: 767.98px) {
  .main_block {
    display: none; } }
@media (max-width: 991.98px) {
  .main_block {
    display: none; } }

@media (max-width: 1454.98px) {
  .main_block_small {
    display: none; } }
@media (max-width: 1199.98px) {
  .main_block_small {
    display: none; } }
@media (max-width: 991.98px) {
  .main_block_small {
    display: block; } }
@media (max-width: 767.98px) {
  .main_block_small {
    display: block; } }

.home .top_phone {
  color: #f8f8f8; }
  .home .top_phone .t_phone {
    color: #f8f8f8; }
    .home .top_phone .t_phone a {
      color: #f8f8f8; }
  .home .top_phone img {
    filter: invert(1); }

div.section_title {
  font-family: "shtab";
  font-size: 26px;
  color: #212121;
  line-height: 110%;
  text-align: center;
  margin: 75px 0 60px;
  display: inline-block;
  position: relative;
  z-index: 9; }
  @media (max-width: 991.98px) {
    div.section_title {
      font-family: "shtab";
      font-size: 24px;
      line-height: 36px;
      text-align: center;
      text-transform: uppercase; } }
  @media (max-width: 767.98px) {
    div.section_title {
      font-size: 26px; } }
  div.section_title::after {
    content: "";
    width: 100%;
    height: 12px;
    margin: 0;
    display: block;
    position: absolute;
    top: 28px;
    mix-blend-mode: color-burn;
    z-index: 8; }

.section_title.partners-title::after {
  content: "";
  top: 38px; }

#mp-about {
  color: #fff;
  background-image: url(/local/templates/genshtab/css/../img/bg-vashproekt.png);
  background-size: cover;
  background-position-y: bottom;
  background-repeat: no-repeat;
  padding-bottom: 80px;
  position: relative; }
  @media (min-width: 1200px) {
    #mp-about {
      padding-bottom: 125px; } }
  @media (max-width: 1199.98px) {
    #mp-about {
      padding-bottom: 200px; } }
  @media (max-width: 991.98px) {
    #mp-about {
      padding-top: 71px; } }
  @media (max-width: 767.98px) {
    #mp-about {
      padding-top: 25px; } }
  @media (max-width: 767.98px) {
    #mp-about {
      background-image: none;
      background-image: url(/local/templates/genshtab/img/mob_bg_ym.jpg); } }
  @media (max-width: 767.98px) {
    #mp-about {
      padding-bottom: 40px; } }
  #mp-about .about_img {
    clip-path: polygon(0 0, 75% 0%, 100% 0, 100% 100%, 0 86%, 0% 50%);
    width: auto;
    max-width: 100%;
    min-height: 695px;
    position: relative;
    top: 40px; }
    @media (max-width: 1199.98px) {
      #mp-about .about_img {
        top: 35px;
        min-height: 615px; } }
    @media (max-width: 991.98px) {
      #mp-about .about_img {
        min-height: 100%;
        top: 35px; } }
  #mp-about .section_title {
    font-family: "shtab";
    text-align: left;
    font-size: 38px;
    color: #fff;
    margin: 65px 0 45px;
    position: relative;
    z-index: 9;
    display: inline-block;
    max-width: 470px; }
    #mp-about .section_title::after {
      content: "";
      width: 96%;
      height: 12px;
      margin: 0;
      display: block;
      position: absolute;
      top: 24px;
      mix-blend-mode: color-burn;
      z-index: 8; }
      @media (max-width: 1199.98px) {
        #mp-about .section_title::after {
          width: 80%; } }
      @media (max-width: 991.98px) {
        #mp-about .section_title::after {
          width: 100%; } }
    @media (max-width: 1199.98px) {
      #mp-about .section_title {
        margin: 0; } }
    @media (min-width: 1200px) {
      #mp-about .section_title {
        font-size: 54px;
        margin: 95px 0 41px; } }
  #mp-about .lead {
    font-family: "shtab";
    font-size: 26px;
    line-height: 125%;
    color: #fff;
    max-width: 675px; }
    @media (max-width: 1454.98px) {
      #mp-about .lead {
        font-size: 19px; } }
  #mp-about .about_text {
    font-size: 20px;
    line-height: 140%;
    color: #E9E9E9;
    margin: 0px 0 0; font-family: "Mulish", sans-serif; }
    @media (max-width: 1199.98px) {
      #mp-about .about_text {
        font-size: 18px;    } }
    @media (max-width: 991.98px) {
      #mp-about .about_text {
        font-size: 15px;
        padding-bottom: 24px; } }
    @media (max-width: 767.98px) {
      #mp-about .about_text {
        font-size: 17px;
        padding-bottom: 0; } }
    @media (min-width: 1200px) {
      #mp-about .about_text p {
        margin-bottom: 11px; }
        #mp-about .about_text p:first-child {

          max-width: 655px;
          margin: 30px 0; }
        #mp-about .about_text p:last-child {
          max-width: 645px; } }
    #mp-about .about_text a.readmore {
      font-weight: 700;
      font-size: 20px;
      line-height: 150%;
      text-align: left;
      color: #FFFFFF;
      border: 2px solid #fff;
      display: block;
      width: 260px;
      background: url("/local/templates/genshtab/css/../img/arrow-readmore.svg") no-repeat center right 27px;
      padding: 14px 0 14px 25px;
      margin: 31px 0 0; }
      @media (min-width: 1200px) {
        #mp-about .about_text a.readmore {
          margin: 45px 0 0; } }
  #mp-about .compas {
    position: absolute;
    top: 70%;
    scale: 0.8;
    left: -10%; }
    @media (max-width: 1199.98px) {
      #mp-about .compas {
        display: none; } }
  @media (max-width: 767.98px) {
    #mp-about .col-md-7 {
      order: 1;
      padding: 0; } }
  @media (max-width: 767.98px) {
    #mp-about .col-md-5 {
      order: 0; } }

#noy-hay {
  position: absolute;
  top: 10%;
  left: 18%;
  right: 0;
  bottom: 0; }
  @media (max-width: 1454.98px) {
    #noy-hay {
      top: 22%;
      left: 2%; } }
  @media (max-width: 1199.98px) {
    #noy-hay {
      left: 0; } }
  @media (max-width: 1454.98px) {
    #noy-hay img {
      max-width: 100%; } }

#our-portfolio {
  background: #e0e0e0;
  background-repeat: no-repeat;
  background-size: 60%, 63%, cover;
  background-position: 100% 30%, 0 90px;
  padding-bottom: 100px; }
  @media (max-width: 1454.98px) {
    #our-portfolio {
      padding: 60px 0 90px;
      background-size: 40%, 60%;
      background-position: 100% 55%, 0 117px; } }
  @media (max-width: 1199.98px) {
    #our-portfolio {
      background-size: 49%, 64%;
      background-position: 100% 61%, 120px 84%; } }
  @media (max-width: 767.98px) {
    #our-portfolio {
      display: none; } }
  #our-portfolio .section_title {
    font-family: "shtab";
    text-align: right;
    margin: 50px 0 40px;
    font-size: 49px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #BE0B20; }
    @media (min-width: 1200px) {
      #our-portfolio .section_title {
        margin: 0 auto; } }
    #our-portfolio .section_title::after {
      margin: 10px 0 0;
      height: 12px;
      background-color: #7A8EB540;
      width: 540px;
      right: 0; }
      @media (min-width: 1200px) {
        #our-portfolio .section_title::after {
          margin: 10px 0 75px; } }
      @media (min-width: 576px) {
        #our-portfolio .section_title::after {
          font-size: 26px; } }
  #our-portfolio .main_lead {
    font-family: "shtab";
    font-size: 26px;
    line-height: 125%;
    color: #212121;
    max-width: 675px;
    margin-bottom: 16px;
     }
    @media (max-width: 1454.98px) {
      #our-portfolio .main_lead {
        font-size: 26px; } }
    @media (max-width: 1199.98px) {
      #our-portfolio .main_lead {
        font-size: 19px; } }
  #our-portfolio .main_lead_our-portfolio {
    text-align: right; }
  #our-portfolio .os_section_text {
    font-family: "Mulish", sans-serif; font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #1b1b1b;
    max-width: 730px;
    margin-top: 40px; }
    @media (max-width: 1199.98px) {
      #our-portfolio .os_section_text {
        font-size: 16px; } }
    @media (max-width: 991.98px) {
      #our-portfolio .os_section_text {
        font-size: 19px; } }
  #our-portfolio .mobile_more_about {
    margin-top: 48px; }
    #our-portfolio .mobile_more_about a {
      padding: 17px 75px 17px 40px;
      background-color: #0a0a0a;
      background-image: url(/local/templates/genshtab/css/../img/strelka.svg);
      background-position: 90% 54%;
      color: #fff;
      background-repeat: no-repeat;
      font-family: "shtab";
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 150%;
      /* identical to box height, or 30px */
      letter-spacing: 0.02em; }
      @media (max-width: 767.98px) {
        #our-portfolio .mobile_more_about a {
          margin-top: 15px; } }
  #our-portfolio .op_filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
    #our-portfolio .op_filter a {
      font-family: "shtab";
      font-size: 16px;
      font-weight: 700;
      color: #2D2D2D; }
      #our-portfolio .op_filter a.current:hover {
        text-decoration: line-through; }
  #our-portfolio .desc-service-img {
    position: relative; }
    #our-portfolio .desc-service-img img {
      position: absolute; }
  #our-portfolio .desc-service-item {

    font-size: 21px;
    line-height: 130%;
    /* or 27px */
    /* soil */
    color: #453939; }
    @media (max-width: 1454.98px) {
      #our-portfolio .desc-service-item {
        font-size: 19px; } }
    @media (max-width: 991.98px) {
      #our-portfolio .desc-service-item {
        font-size: 13px; } }
  #our-portfolio .middle-port .desc-service-item {
    margin: 588px 0 76px; }
    @media (max-width: 1454.98px) {
      #our-portfolio .middle-port .desc-service-item {
        margin: 445px 0 76px; } }
    @media (max-width: 1199.98px) {
      #our-portfolio .middle-port .desc-service-item {
        margin: 375px 0 50px; } }
    @media (max-width: 991.98px) {
      #our-portfolio .middle-port .desc-service-item {
        font-size: 13px; } }

#our-services {
  background: #f8f8f8;
  padding: 76px 0 125px;
  position: relative; }
  @media (max-width: 1199.98px) {
    #our-services {
      padding: 76px 0 80px; } }
  @media (max-width: 991.98px) {
    #our-services {
      padding: 76px 0 120px; } }
  @media (max-width: 767.98px) {
    #our-services {
      padding: 25px 0 185px 0; } }
  #our-services .col-12 .sc-title-serv::after {
    content: ''; }
    @media (max-width: 1199.98px) {
      #our-services .col-12 .sc-title-serv::after {
        top: 16px !important; } }
  #our-services .col-12 .section_title {
    font-family: "shtab";
    margin: 0 0 54px;
    text-align: left;
    line-height: 71%;
    letter-spacing: -0.02em;
    font-weight: 700; }
    @media (max-width: 1454.98px) {
      #our-services .col-12 .section_title {
        font-size: 49px;
        margin: 0 0 40px; } }
    @media (max-width: 1199.98px) {
      #our-services .col-12 .section_title {
        font-size: 34px; } }
    @media (max-width: 767.98px) {
      #our-services .col-12 .section_title {
        font-size: 26px;
        margin: 0 0 25px; } }
    #our-services .col-12 .section_title::after {
      content: "";
      background-color: rgba(160, 144, 135, 0.55);
      top: 28px; }
  #our-services .col-12 .os_section {
    max-width: 736px; }
    @media (max-width: 991.98px) {
      #our-services .col-12 .os_section {
        margin-bottom: 10px; } }
    #our-services .col-12 .os_section .os_section_title {
      position: relative; }
      @media (max-width: 1199.98px) {
        #our-services .col-12 .os_section .os_section_title {
          width: auto !important;
          margin-top: 0px; } }
      @media (max-width: 991.98px) {
        #our-services .col-12 .os_section .os_section_title {
          height: auto; } }
      @media (max-width: 767.98px) {
        #our-services .col-12 .os_section .os_section_title {
          width: 100% !important;
          height: auto;
          margin-top: 25px; } }
      #our-services .col-12 .os_section .os_section_title .js-fade-img {
        transition: transform 0.3s ease-in-out; }
      #our-services .col-12 .os_section .os_section_title:hover .js-fade-img {
        transform: scale(1.05);
        transition: transform 0.5s ease-in-out; }
      #our-services .col-12 .os_section .os_section_title img {
        max-width: 100%; }
        @media (max-width: 991.98px) {
          #our-services .col-12 .os_section .os_section_title img {
            width: 100% !important;
            height: auto; } }
        @media (max-width: 767.98px) {
          #our-services .col-12 .os_section .os_section_title img {
            height: 158px; } }
      #our-services .col-12 .os_section .os_section_title .title-img {
        position: absolute; 
        right: 0;
        bottom: 0;
        background-color: #08555e;
        font-size: 33px;
        line-height: 110%;
         font-family: "shtab";
        color: #fff;

        text-transform: uppercase;
        padding: 6px 10px; }
        @media (max-width: 1454.98px) {
          #our-services .col-12 .os_section .os_section_title .title-img {
            font-size: 23px;
            padding: 14px 17px; } }
        @media (max-width: 991.98px) {
          #our-services .col-12 .os_section .os_section_title .title-img {
            font-size: 19px;
            bottom: 5px; } }
        @media (max-width: 767.98px) {
          #our-services .col-12 .os_section .os_section_title .title-img {
            font-size: 15px;
            padding: 8px 13px 4px 6px;
            bottom: 4px; } }
    @media (min-width: 1200px) {
      #our-services .col-12 .os_section .os_items {
        margin-top: 50px;
        max-width: 570px; } }
    #our-services .col-12 .os_section .os_items a {
      font-family: "shtab";
      font-weight: 500;
      font-size: 18px;
      line-height: 135%;
      letter-spacing: 0.02em;
      color: #2A1D19;
      display: flex;
      margin-top: 20px;
      text-decoration: none; }
      @media (max-width: 1454.98px) {
        #our-services .col-12 .os_section .os_items a {
          font-size: 18px;
          margin-top: 30px; } }
      @media (max-width: 1199.98px) {
        #our-services .col-12 .os_section .os_items a {
          font-size: 17px;
          margin-top: 15px; } }
      @media (max-width: 991.98px) {
        #our-services .col-12 .os_section .os_items a {
          font-size: 16px;
          margin-top: 15px; } }
      #our-services .col-12 .os_section .os_items a::before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #BE0B20;
        flex: 0 0 8px;
        margin: 9px 15px 0 0; }
        @media (min-width: 1200px) {
          #our-services .col-12 .os_section .os_items a::before {
            flex: 0 0 12px;
            width: 12px;
            height: 12px;
            margin-top: 7px; } }
  #our-services .col-12 .os-three {
    padding-top: 35px; }
    @media (max-width: 767.98px) {
      #our-services .col-12 .os-three {
        padding-top: 0; } }
  @media (min-width: 992px) {
    #our-services .col-12:last-child .os_section {
      margin-top: 58px; } }
  @media (min-width: 1455px) {
    #our-services .col-12:last-child .os_section {
      margin-top: 35px; } }
  #our-services .tt-3, #our-services .tt-4 {
    bottom: 5px;
    position: absolute;
    right: 66px;
    background-color: #035560;
    font-size: 33px;
    line-height: 110%;
    color: #fff;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 6px 10px; }
    @media (max-width: 1454.98px) {
      #our-services .tt-3, #our-services .tt-4 {
        right: 0; } }
    @media (max-width: 1199.98px) {
      #our-services .tt-3, #our-services .tt-4 {
        font-size: 24px;
        right: 0; } }
    @media (max-width: 767.98px) {
      #our-services .tt-3, #our-services .tt-4 {
        font-size: 15px; } }
  #our-services .os_section_one {
    width: 601px;
    height: 253px;
    object-fit: cover; }
    @media (max-width: 1454.98px) {
      #our-services .os_section_one {
        width: auto; } }
  #our-services .os_section_two {
    width: 601px;
    height: 341px;
    object-fit: cover; }
    @media (max-width: 1454.98px) {
      #our-services .os_section_two {
        width: auto; } }
  #our-services .kristall {
    position: absolute;
    top: 89%;
    margin-left: 170px;
    z-index: 999; }
    @media (max-width: 1199.98px) {
      #our-services .kristall {
        margin-left: 0;
        top: 95%; } }
    @media (max-width: 991.98px) {
      #our-services .kristall {
        top: 91%; } }
    @media (max-width: 991.98px) {
      #our-services .kristall img {
        width: 100%;
        height: auto; } }
  #our-services .os_section_text {
    font-size: 18px;
    line-height: 140%;
    /* or 21px */
    /* brown */
    color: #2A1D19; }
    @media (max-width: 1199.98px) {
      #our-services .os_section_text {
        font-size: 15px; } }
    @media (max-width: 767.98px) {
      #our-services .os_section_text {
        display: none; } }
  #our-services .section_title {
    font-family: "shtab";
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 110%;
    /* or 59px */
    /* brown */
    color: #212121; }
  #our-services .container-xxl div:last-child .row .col-12:nth-child(2n + 2) {
    margin-left: 0;
    margin-top: 65px; }

.os_block_img-1 img, .os_block_img-2 img {
  width: 591px; }

.os_block_img-1 img {
  height: 336px; }
  @media (max-width: 1199.98px) {
    .os_block_img-1 img {
      height: 265px; } }

.os_block_img-2 img {
  height: 297px; }
  @media (max-width: 1199.98px) {
    .os_block_img-2 img {
      height: 234px; } }

#new-project {
  background: linear-gradient(104.14deg, #DFDBD5 12.59%, #DFDBD5 93.15%) #B0B39E;
  color: #fff;
  padding: 205px 0 195px;
  clip-path: polygon(0% 0%, 100% 4%, 100% 94%, 0% 100%); }
  @media (max-width: 1199.98px) {
    #new-project {
      clip-path: polygon(0% 0%, 100% 2%, 100% 96%, 0% 100%);
      padding: 157px 0 110px; } }
  @media (max-width: 991.98px) {
    #new-project {
      padding: 125px 0 195px; } }
  @media (max-width: 767.98px) {
    #new-project {
      clip-path: none;
      padding: 125px 0 60px;
      background: #D8D5CA; } }
  #new-project .section_title {
    font-family: "shtab";
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 40px;
     color: #212121;
    margin-left: 68px;
    margin-top: 0; }
    @media (max-width: 1199.98px) {
      #new-project .section_title {
        margin-left: 0;
        margin-bottom: 50px; } }
    @media (max-width: 991.98px) {
      #new-project .section_title {
        font-size: 35px;
        font-weight: 700;
        margin: 0 0 50px 0px; } }
    @media (max-width: 767.98px) {
      #new-project .section_title {
        font-size: 26px; } }
    #new-project .section_title::after {
      content: "";
      background-color: rgba(255, 255, 255, 0.89);
      display: block; }
  #new-project .section-mainText {
    font-size: 18px;
    line-height: 150%;
    font-family: "Mulish", sans-serif;
	font-weight: 600;
    color: #212121; }
    @media (max-width: 1454.98px) {
      #new-project .section-mainText {
        font-size: 16px; } }
    @media (max-width: 1199.98px) {
      #new-project .section-mainText {
        margin-bottom: 40px; } }
    @media (max-width: 991.98px) {
      #new-project .section-mainText {
        font-size: 15px;
        margin-bottom: 22px;
        margin-top: calc(125px + 5px); } }
    @media (max-width: 767.98px) {
      #new-project .section-mainText {
        margin-top: calc(65px + 5px); } }
  #new-project .np_desc {
    font-size: 15px;
    text-align: center;
    line-height: 145%;
    text-transform: uppercase;
    padding: 0 10px; }
  #new-project .np_btn {
    width: 265px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 38px auto 57px;
    color: #fff;
    font-family: "ProximaNova";
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.02em;
    border: 2px solid #FFFFFF; }
    @media (min-width: 992px) {
      #new-project .np_btn {
        margin: 45px auto 65px; } }
    @media (min-width: 1200px) {
      #new-project .np_btn {
        margin: 60px auto 80px; } }
    #new-project .np_btn::after {
      content: '';
      width: 27px;
      height: 15px;
      background: url("/template/img/arrow-readmore.svg") no-repeat center;
      margin-left: 13px; }
    #new-project .np_btn:hover {
      text-decoration: none; }
  #new-project .item-project {
    padding-left: 68px;
    margin-bottom: 110px; }
    @media (max-width: 1199.98px) {
      #new-project .item-project {
        padding-left: 0; } }
    @media (max-width: 991.98px) {
      #new-project .item-project {
        margin-bottom: 25px; } }
    #new-project .item-project:hover .js-scale-out__img_item {
      transform: scale(1.1);
      transition: transform 1s; }
    #new-project .item-project:hover .title-item-project {
      color: #08555e;
      transition: transform 0.5s; }
    #new-project .item-project .desc-img {
      flex: 1 1 auto;
      height: 386px;
      object-fit: cover;
      position: relative;
      overflow: hidden; }
      @media (max-width: 991.98px) {
        #new-project .item-project .desc-img {
          height: auto; } }
      #new-project .item-project .desc-img .d-img img {
        width: 100%;
        max-width: 100%;
        height: 100%; }
    #new-project .item-project .desc-project {
      width: 215px;
      margin-right: 84px;
      font-family: "Mulish", sans-serif;
	  font-weight: 500;
      font-size: 16px;
      line-height: 150%;
      color: #1b1b1b; }
      @media (max-width: 991.98px) {
        #new-project .item-project .desc-project {
          margin-bottom: 30px;
          margin-right: 0;
          order: 1;
          width: 100%;
          font-size: 20px;
          margin-top: 35px; } }
      @media (max-width: 767.98px) {
        #new-project .item-project .desc-project {
          font-size: 16px;
          margin-top: 13px; } }
    #new-project .item-project .title-item-project {
      max-width: 58%;
      font-family: "shtab";
      font-style: normal;
      font-weight: 700;
      font-size: calc(25px + 9 * ((100vw - 360px) / (1920 - 360)));
      line-height: 130%;
      /* identical to box height, or 123% */
      /* brown */
      color: #2A1D19;
      margin-bottom: 31px; }
      @media (max-width: 1199.98px) {
        #new-project .item-project .title-item-project {
          max-width: 65%; } }
      @media (max-width: 991.98px) {
        #new-project .item-project .title-item-project {
          max-width: 100%; } }
    #new-project .item-project .cont-desc-img {
      display: flex; }
      @media (max-width: 991.98px) {
        #new-project .item-project .cont-desc-img {
          flex-flow: wrap column; } }
  @media (max-width: 767.98px) {
    #new-project .more-project {
      padding-left: 8px; } }
  #new-project .more-project a {
    display: inline-block;
    text-decoration: none;
    font-family: "shtab";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    /* identical to box height, or 30px */
    letter-spacing: 0.02em;
    color: #fff;
    background-color: #1E1411;
    padding: 17px 62px 17px 30px;
    background-image: url(/local/templates/genshtab/css/../img/strelka.svg);
    background-repeat: no-repeat;
    background-position: 93% 55%;
    margin-left: 68px; }
    @media (max-width: 1454.98px) {
      #new-project .more-project a {
        font-size: 16px; } }
    @media (max-width: 1199.98px) {
      #new-project .more-project a {
        width: 315px; } }
    @media (max-width: 991.98px) {
      #new-project .more-project a {
        margin-left: 0; } }
  @media (max-width: 1199.98px) {
    #new-project .container-xxl .row .col-12 .row .col-xl-6 {
      order: 1; } }
  @media (max-width: 1199.98px) {
    #new-project .container-xxl .row .col-12 .row .col-lg-5 {
      order: 0; } }

#our-blog {
  background-color: #B3D6DF;
  padding-bottom: 180px; }
  #our-blog .ob_item img {
    width: auto;
    max-width: 100%;
    margin-bottom: 32px; }
  #our-blog .ob_item .text {
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    font-weight: 600; }
    @media (min-width: 992px) {
      #our-blog .ob_item .text {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      #our-blog .ob_item .text {
        font-size: 17px; } }
    @media (min-width: 1455px) {
      #our-blog .ob_item .text {
        font-size: 22px;
        padding-left: 60px; } }
    #our-blog .ob_item .text b {
      font-weight: 800; }

#our-partners {
  margin-bottom: 80px; }
  @media (max-width: 767.98px) {
    #our-partners {
      order: 2;
      margin-bottom: 54px; } }
  #our-partners .section_title {
    font-family: "shtab";
    margin: 0 0 60px;
    text-align: left; }
    @media (max-width: 1199.98px) {
      #our-partners .section_title {
        font-size: 42px; } }
    @media (max-width: 991.98px) {
      #our-partners .section_title {
        font-size: 31px;
        margin: 23px 0 20px; } }
    @media (max-width: 767.98px) {
      #our-partners .section_title {
        font-size: 26px; } }
    #our-partners .section_title::after {
      content: "";
      background-color: rgba(7, 127, 139, 0.39);
      display: block; }
      @media (max-width: 991.98px) {
        #our-partners .section_title::after {
          top: 30px; } }
  #our-partners .p_items_wrap {
    margin-top: 0; }
  #our-partners .op_text_wrap .op_text {
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    line-height: 150%;
    color: #212121; }
  #our-partners .op_text_wrap .op_btn {
    font-family: "Mulish", sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    background-color: #212121;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 62px;
    margin-top: 50px;
    border: 2px solid #212121;
    transition: all 0.3s; }
    #our-partners .op_text_wrap .op_btn:hover {
      color: #212121;
      background-color: #fff;
      text-decoration: none; }
  #our-partners .os_section_text {
     font-family: "Mulish", sans-serif;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #1b1b1b;
    max-width: 730px; }
    @media (max-width: 1199.98px) {
      #our-partners .os_section_text {
        font-size: 16px; } }
    @media (max-width: 991.98px) {
      #our-partners .os_section_text {
        font-size: 19px; } }
  #our-partners .os_section_img {
    position: absolute;
    bottom: 100%; }
    @media (max-width: 991.98px) {
      #our-partners .os_section_img {
        display: none; } }
  #our-partners .p_img {
    position: relative;
    margin-left: 35px; }
    @media (max-width: 767.98px) {
      #our-partners .p_img {
        display: none; } }
    #our-partners .p_img .more-project {
      position: absolute;
      left: 45%;
      bottom: 25%; }
      #our-partners .p_img .more-project a {
        font-family: "shtab";
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;
        text-align: center;
        color: #fff;
        background-color: #2A1D19;
        padding: 17px 62px 17px 30px;
        background-image: url(/local/templates/genshtab/css/../img/strelka.svg);
        background-repeat: no-repeat;
        background-position: 93% 55%; }
  #our-partners .section_title {
    font-family: "shtab";
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    /* or 115% */
    text-align: center;
    /* brown */
    color: #212121; }
    @media (max-width: 1454.98px) {
      #our-partners .section_title {
        font-size: 44px; } }
    @media (max-width: 1199.98px) {
      #our-partners .section_title {
        font-size: 32px; } }
    @media (max-width: 767.98px) {
      #our-partners .section_title {
        text-align: center;
        display: block;
        font-size: 26px; } }
  #our-partners .slick-dots li {
    width: 15px;
    height: 15px;
    background: #C4C4C4;
    border-radius: 50%; }
  #our-partners .slick-list + .slick-dots {
    display: none; }
  #our-partners .slick-dots {
    width: 330px; }
  #our-partners .slick-dots li button:before {
    content: "";
    font-size: 15px !important; }
  #our-partners .slick-dots li.slick-active {
    background: red;
    border-radius: 27px; }
  #our-partners .slick-dots li.slick-active button:before {
    content: "";
    color: transparent; }

#our-partners > .container-xxl > .row > .col-12:last-child {
  position: relative; }

#inventing {
  background: url(/local/templates/genshtab/css/../img/bottom-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 0 101px; }
  @media (max-width: 767.98px) {
    #inventing {
      background: url(/local/templates/genshtab/css/../img/mobile-bg-1.jpg), #D8D5CA;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 10px 0 56px; } }
  #inventing .section_title {
    margin: 170px 0 21px !important;
    color: #fff; }
    @media (max-width: 767.98px) {
      #inventing .section_title {
        margin: 75px 0 21px !important;
        font-size: 26px; } }
    #inventing .section_title::after {
      content: "";
      display: none; }
  #inventing .np_desc {
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 185%;
    text-align: center;
    text-transform: uppercase;
    color: #fff; }
    @media (max-width: 767.98px) {
      #inventing .np_desc {
        line-height: 145%; } }
  #inventing .more-proj {
    text-align: center;
    margin-top: 48px; }
    @media (max-width: 767.98px) {
      #inventing .more-proj {
        margin-top: 25px; } }
    #inventing .more-proj a {
      display: inline-block;
      font-family: "shtab";
      font-size: 20px;
      line-height: 150%;
      text-align: center;
      color: #fff;
      background-color: transparent;
      padding: 17px 62px 17px 30px;
      background-image: url(/local/templates/genshtab/css/../img/strelka.svg);
      background-repeat: no-repeat;
      background-position: 93% 55%;
      border: 2px solid #fff;
      transition: all 0.6s ease-in-out; }
      #inventing .more-proj a:hover {
        color: #A40F20;
        background-image: url(/local/templates/genshtab/css/../img/strelka-hover.svg); }
      @media (max-width: 767.98px) {
        #inventing .more-proj a {
          padding: 17px 81px 17px 55px; } }
  #inventing .col-12 {
    text-align: center; }
  #inventing .section_title {
    font-family: "shtab";
    font-size: 52px;
    line-height: 60px;
    /* identical to box height, or 115% */
    color: #fff; }
    @media (max-width: 1199.98px) {
      #inventing .section_title {
        font-size: 40px; } }
    @media (max-width: 767.98px) {
      #inventing .section_title {
        font-family: "shtab";
        font-size: 27px;
        line-height: 36px;
        text-align: center;
        text-transform: uppercase;
        color: #fff; } }

.section_title_one::after {
  content: "";
  top: 40px !important; }
  @media (max-width: 1199.98px) {
    .section_title_one::after {
      top: 29px !important; } }

.section_title_one::after, .section_title_two::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5); }
.section_title_one span, .section_title_two span {
  font-weight: 300;
  position: relative;
  letter-spacing: 0.01em; }
  @media (max-width: 1199.98px) {
    .section_title_one span, .section_title_two span {
      font-size: 42px; } }
  @media (max-width: 991.98px) {
    .section_title_one span, .section_title_two span {
      font-size: 34px;
      margin-top: 20px;
      display: inline-block; } }
  .section_title_one span::after, .section_title_two span::after {
    content: "";
    width: 100%;
    height: 12px;
    margin: 0;
    display: block;
    position: absolute;
    top: 43px;
    mix-blend-mode: color-burn;
    z-index: 8;
    background-color: rgba(0, 0, 0, 0.5); }
    @media (max-width: 1199.98px) {
      .section_title_one span::after, .section_title_two span::after {
        top: 34px; } }
    @media (max-width: 991.98px) {
      .section_title_one span::after, .section_title_two span::after {
        top: 21px; } }

@media (max-width: 1199.98px) {
  #mp-about .section_title_one {
    margin: 83px 0 41px; } }
@media (max-width: 991.98px) {
  #mp-about .section_title_one {
    margin: 36px 0 25px 0;
    font-size: 30px; } }
@media (max-width: 767.98px) {
  #mp-about .section_title_one {
    font-size: 26px;
    line-height: 120%;
    margin: 0 0 30px 0; } }
@media (max-width: 1199.98px) {
  #mp-about .section_title_two {
    margin-bottom: 22px; } }
@media (max-width: 767.98px) {
  #mp-about .section_title_two {
    font-size: 26px; } }
@media (max-width: 1199.98px) {
  #mp-about .lead {
    font-size: 18px; } }
@media (max-width: 991.98px) {
  #mp-about .lead {
    font-size: 15px; } }
@media (max-width: 767.98px) {
  #mp-about .lead {
    font-size: 19px; } }

.ip-loader {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: default;
  pointer-events: none; }

.tabs-target.active::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  top: 30px;
  right: 0;
  background: #046C78;
  transition: all 0.6s; }

.js-scale-out__holder {
  opacity: 1;
  overflow: hidden;
  display: block;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center; }

.js-scale-out__img_item {
  display: block;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out; }

.link-effect-4 .eff-text {
  text-shadow: none;
  position: relative; }

.link-effect-4 .eff-text::before {
  content: attr(data-hover);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  max-width: 0;
  border-bottom: 2px solid #fff;
  color: #046C78;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.js-scale-out__img_item:hover .eff-text::before {
  max-width: 100%; }

.link-effect-4 {
  display: flex;
  flex-direction: column; }
  @media (max-width: 991.98px) {
    .link-effect-4 {
      margin-bottom: 10px; } }
  .link-effect-4 .title_effect {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 125%;
    color: #1E1411;
    margin: 25px 0; }
    @media (max-width: 991.98px) {
      .link-effect-4 .title_effect {
        font-weight: 800; } }
  .link-effect-4 .cat {
    font-family: "shtab";
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    /* coffee */
    color: #767271; }
    @media (max-width: 991.98px) {
      .link-effect-4 .cat {
        font-weight: 400; } }

.hover-link a {
  position: relative; }
  .hover-link a:hover::before {
    content: "";
    width: 100%;
    left: 0;
    background: #fff; }
  .hover-link a::before {
    content: "";
    width: 0;
    height: 4px;
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0;
    background: #fff;
    transition: all 0.6s; }

.serv + p {
  display: none; }

#container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

#container > div {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover; }

#container > div:first-child {
  background-position: center center;
  -webkit-clip-path: polygon(0 89%, 99% 35%, 100% 100%, 0% 100%);
  clip-path: polygon(0 89%, 99% 35%, 100% 100%, 0% 100%); }

#container > div:last-child {
  background-position: center center; }

[data-demo="1"] #container #f1 {
  left: 40%;
  right: auto;
  width: 100%;
  -webkit-animation: roll 60s linear infinite;
  -moz-animation: roll 60s linear infinite;
  animation: roll 60s linear infinite;
  -ms-animation: roll 60s linear infinite; }

@-moz-keyframes roll {
  50% {
    -webkit-transform: translate(-40%, 0);
    -moz-transform: translate(-40%, 0);
    -ms-transform: translate(-40%, 0);
    -o-transform: translate(-40%, 0);
    transform: translate(-40%, 0); }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0); } }
@-webkit-keyframes roll {
  50% {
    -webkit-transform: translate(-40%, 0);
    -moz-transform: translate(-40%, 0);
    -ms-transform: translate(-40%, 0);
    -o-transform: translate(-40%, 0);
    transform: translate(-40%, 0); }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0); } }
@keyframes roll {
  50% {
    -webkit-transform: translate(-40%, 0);
    -moz-transform: translate(-40%, 0);
    -ms-transform: translate(-40%, 0);
    -o-transform: translate(-40%, 0);
    transform: translate(-40%, 0); }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0); } }
[data-demo="2"] #container #f1 {
  -webkit-animation: zoomin 30s linear infinite;
  -moz-animation: zoomin 30s linear infinite;
  animation: zoomin 30s linear infinite;
  -ms-animation: zoomin 30s linear infinite; }

@-moz-keyframes zoomin {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes zoomin {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes zoomin {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
[data-demo="2"] #container #f2 {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-animation: zoomout 30s linear infinite;
  -moz-animation: zoomout 30s linear infinite;
  animation: zoomout 30s linear infinite;
  -ms-animation: zoomout 30s linear infinite; }

@-moz-keyframes zoomout {
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); } }
@-webkit-keyframes zoomout {
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); } }
@keyframes zoomout {
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); } }
[data-demo="2"] #container #f3 {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-animation: zoomout 30s linear infinite;
  -moz-animation: zoomout 30s linear infinite;
  animation: zoomout 30s linear infinite;
  -ms-animation: zoomout 30s linear infinite; }

[data-demo="3"] #container #f1 {
  -webkit-transform: translate(10%, 0%);
  -moz-transform: translate(10%, 0%);
  -ms-transform: translate(10%, 0%);
  -o-transform: translate(10%, 0%);
  transform: translate(10%, 0%);
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -webkit-animation: opa 40s linear infinite;
  -moz-animation: opa 40s linear infinite;
  animation: opa 40s linear infinite;
  -ms-animation: opa 40s linear infinite; }

@-moz-keyframes opa {
  30% {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1; }
  50% {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  70% {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1; }
  100% {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -webkit-transform: translate(10%, 0%);
    -moz-transform: translate(10%, 0%);
    -ms-transform: translate(10%, 0%);
    -o-transform: translate(10%, 0%);
    transform: translate(10%, 0%); } }
@-webkit-keyframes opa {
  30% {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1; }
  50% {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  70% {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1; }
  100% {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -webkit-transform: translate(10%, 0%);
    -moz-transform: translate(10%, 0%);
    -ms-transform: translate(10%, 0%);
    -o-transform: translate(10%, 0%);
    transform: translate(10%, 0%); } }
@keyframes opa {
  30% {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1; }
  50% {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  70% {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1; }
  100% {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -webkit-transform: translate(10%, 0%);
    -moz-transform: translate(10%, 0%);
    -ms-transform: translate(10%, 0%);
    -o-transform: translate(10%, 0%);
    transform: translate(10%, 0%); } }
body.serv-detail main > .container-xxl {
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.container_file_pdf {
  display: flex; }
  .container_file_pdf .sertif_file {
    margin-left: 25px; }

.os_items ul {
  padding-left: 40px;
  margin: 0; }
  .os_items ul li::marker {
    font-size: 2.3em;
    color: #A40F20; }
  .os_items ul li {
    font-family: "shtab";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 135%;
    /* or 30px */
    letter-spacing: 0.02em;
    /* brown */
    color: #212121; }
    .os_items ul li a {
      color: #212121; }

@media (max-width: 400px) {
  #new-project {
    padding: 53px 0 60px; } }
body.about main video {
  margin: 10px 0 80px;
  width: 100%; }
body.about main .izyuminka {
  color: #BE0B20;
  position: relative;
  display: inline-block; }
  body.about main .izyuminka:hover::before {
    content: "";
    width: 100%;
    left: 0;
    background: #BE0B20; }
  body.about main .izyuminka::before {
    content: "";
    width: 0;
    height: 4px;
    position: absolute;
    bottom: 0;
    top: 28px;
    right: 0;
    background: #BE0B20;
    transition: all 0.6s; }

body.about header {
  height: 100%; }
body.about .page_content p {
  margin-bottom: 25px; }

body.partners .brz-logo {
  display: none; }
body.partners .c-partners {
  background-image: url(/local/templates/genshtab/img/star.svg) !important;
  background-position: 0 70% !important; }
  @media (max-width: 991.98px) {
    body.partners .c-partners {
      background-image: url(/local/templates/genshtab/img/partners/logo-partners.svg) !important;
      background-position: 11px 11px !important; } }
  @media (max-width: 991.98px) {
    body.partners .c-partners .logo-pn {
      display: none; } }
body.partners .menu-block {
  background-color: #A40F20; }
body.partners .menu_burger:hover .burger_line {
  background-color: #fff; }
body.partners .tabs-target.active::after {
  content: "";
  background: transparent; }
body.partners .mob-logo {
  display: none; }
@media (max-width: 991.98px) {
  body.partners h1::after {
    background: transparent; } }

body:not(.partners) .logo-pn {
  display: none; }

.mobile_filter_wrap {
  position: relative;
 font-family: "Mulish", sans-serif;
  font-size: 18px; }
  .mobile_filter_wrap .selected_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #212121;
    height: 45px;
    padding-left: 22px;
    cursor: pointer; }
    .mobile_filter_wrap .selected_item span {
      font-weight: 600; }
    .mobile_filter_wrap .selected_item .drpdwn_btn {
      background: url("/local/templates/genshtab/css/../img/drpdwn_btn.svg") no-repeat center;
      border-width: 0 0 0 1px;
      border-style: solid;
      border-color: #212121;
      flex: 0 0 48px;
      height: 100%; }
      .mobile_filter_wrap .selected_item .drpdwn_btn.expanded {
        background-image: url("/local/templates/genshtab/css/../img/drpdwn_btn_exp.svg"); }
  .mobile_filter_wrap .dropdown {
    background-color: #EEE;
    position: absolute;
    top: 45px;
    left: 0;
    padding: 0px 10px 0px 20px;
    z-index: 100;
    display: none;
    overflow: hidden;
    border-color: #212121;
    border-style: solid;
    border-width: 0 2px 2px 2px; }
    .mobile_filter_wrap .dropdown a {
      color: #212121;
      display: block;
      font-size: 18px;
      line-height: 120%;
      margin: 10px 0; }
  .mobile_filter_wrap select.form-select {
    padding: 12px 19px 12px 22px;
    width: 100%;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #212121;
    border-radius: 0;
    border: 1px solid #000000; }

.filter_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 18px; }
  .filter_wrap a {
    color: #212121;
    padding: 0 10px 5px 0px;
    text-align: center;
    position: relative;
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    color: #212121; }
    @media (max-width: 1454.98px) {
      .filter_wrap a {
        font-size: 16px; } }
    @media (max-width: 1199.98px) {
      .filter_wrap a {
        font-size: 13px; } }
    .filter_wrap a:hover {
      text-decoration: none; }
    .filter_wrap a.current {
      background: url("/local/templates/genshtab/css/../img/drpdwn_btn.svg") no-repeat center bottom;
      padding-bottom: 16px; }
      .filter_wrap a.current::after {
        width: 100%;
        display: block;
        height: 2px;
        background-color: #BE0B20;
        content: '';
        margin-top: 6px; }

.p_items_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px; }
  @media (max-width: 1199.98px) {
    .p_items_wrap {
      justify-content: space-between; } }
  .p_items_wrap .p_item {
    flex: 1 1 20%;
    max-width: 270px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 50px 0 50px;
    margin-bottom: 45px;
    text-align: center;
    font-family: "shtab";
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 150%;
    /* or 16px */
    letter-spacing: 0.01em;
    color: #212121;
    cursor: default; }
    .p_items_wrap .p_item:hover .p_item_txt {
      color: #08555e;
      transition: transform 0.3s; }
    .p_items_wrap .p_item:hover .span {
      color: #08555e;
      transition: transform 0.3s; }
    @media (max-width: 1454.98px) {
      .p_items_wrap .p_item {
        max-width: 205px; } }
    @media (max-width: 1199.98px) {
      .p_items_wrap .p_item {
        max-width: 100%;
        padding: 0 5px 0 50px; } }
    @media (max-width: 991.98px) {
      .p_items_wrap .p_item {
        padding: 0 5px 0 30px;
        flex: 0 0 20%; } }
    @media (max-width: 767.98px) {
      .p_items_wrap .p_item {
        flex: 1 1 100%;
        padding: 0;
        width: 162px; } }
    .p_items_wrap .p_item:nth-child(5n+5) {
      padding: 0 0 0 50px; }
      @media (max-width: 767.98px) {
        .p_items_wrap .p_item:nth-child(5n+5) {
          padding: 0; } }
    .p_items_wrap .p_item span {
      text-align: center;
      display: block;
      font-family: "Mulish", sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 600;
      line-height: 150%;
      color: #212121;
      cursor: default; }
      .p_items_wrap .p_item span a {
        cursor: default; }
    .p_items_wrap .p_item img {
      padding-bottom: 8px;
      height: 90px;
      width: auto;
      filter: grayscale(100%);
      transition: filter 0.1s ease;
      cursor: default; }
      @media (max-width: 767.98px) {
        .p_items_wrap .p_item img {
          display: inline-block; } }
    .p_items_wrap .p_item:hover span {
      color: #08555e;
      transition: transform 0.3s; }
    .p_items_wrap .p_item:hover img {
      filter: grayscale(0%); }

@media (max-width: 1199.98px) {
  .logotip .p_item {
    flex: 1 1 21%; } }
@media (max-width: 991.98px) {
  .logotip .p_item {
    padding: 0 5px 0 16px;
    flex: 0 0 90%; } }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  list-style: none; }
  @media (min-width: 768px) {
    .pagination {
      justify-content: flex-start;
      margin-left: 0; } }
  .pagination .pagination:last-child {
    display: none; }
  .pagination .pg_title {
    margin-right: 20px;
    font-family: "shtab";
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #453939; }
  .pagination .pages {
     font-family: "Mulish", sans-serif;
    font-weight: 800;
    font-size: 18px;
    display: flex;
    align-items: center;
    flex-flow: row nowrap; }
    .pagination .pages > * {
      height: 67px;
      display: flex;
      align-items: center;
      width: 31px;
      justify-content: center; }
    .pagination .pages a {
      color: #212121; }
    .pagination .pages span.current {
      background-color: #08555e;
      color: #fff; }
  @media (max-width: 767.98px) {
    .pagination .pagination-container {
      flex-direction: column; } }

.pagination > nav.pagination-container > ul.pagination-sm:last-child {
  position: absolute;
  top: 90px; }
  @media (max-width: 991.98px) {
    .pagination > nav.pagination-container > ul.pagination-sm:last-child {
      left: -15px; } }

.total_org {
  font-family: "shtab";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  /* soil */
  color: #453939; }
  .total_org span {
     font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 1px;
    text-transform: uppercase;
    /* black */
    color: #212121; }

.p_arrows {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 78px;
  background-color: #212121; }
  @media (max-width: 767.98px) {
    .p_arrows {
      display: none; } }
  .p_arrows .p_arrow {
    width: calc(50% - 1px); }
    .p_arrows .p_arrow.prev {
      background: url("/local/templates/genshtab/css/../img/p-arrow-left.svg") no-repeat 30px center; }
      .p_arrows .p_arrow.prev.disable {
        background-image: url("/local/templates/genshtab/css/../img/p-arrow-left-dis.svg");
        cursor: default; }
    .p_arrows .p_arrow.next {
      background: url("/local/templates/genshtab/css/../img/p-arrow-right.svg") no-repeat calc(100% - 30px) center; }
      .p_arrows .p_arrow.next.disable {
        background-image: url("/local/templates/genshtab/css/../img/p-arrow-right-dis.svg"); }
  .p_arrows div {
    width: 1px;
    background-color: #c2c2c2;
    opacity: 0.4; }

.portfolio_filter.filter_wrap a.active {
  border-bottom: 4px solid #BE0B20; }

.filter_wrap a {
  border-bottom: 4px solid transparent; }

.filter_wrap a.active {
  border-bottom-color: #BE0B20; }

.filter_wrap a {
  position: relative; }
  .filter_wrap a:hover {
    transition: all 0.5s linear; }
    .filter_wrap a:hover::before {
      content: "";
      width: 100%;
      left: 0;
      transition: all 0.5s linear; }
  .filter_wrap a::before {
    content: "";
    width: 0;
    height: 4px;
    position: absolute;
    bottom: 0;
    top: 34px;
    right: 0;
    background: #BE0B20;
    transition: all 0.6s; }
  .filter_wrap a.active::after {
    content: "";
    background-color: #BE0B20;
    position: absolute;
    left: 0;
    top: 35px;
    width: 100%;
    height: 2px; }

.page-link {
  font-family: "shtab";
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2D2D2D; }
  @media (max-width: 991.98px) {
    .page-link {
      font-weight: 400;
      font-size: 14px; } }

body.partners .pagination .page-item {
  margin-right: 17px; }
body.partners .pagination .page-item.active {
  padding: 28px 13px;
  background-color: #BE0B20; }
  body.partners .pagination .page-item.active .page-link {
    color: #fff;
    font-weight: 800;
    text-decoration: none; }
@media (max-width: 991.98px) {
  body.partners main > .container-xxl {
    min-height: calc(100vh - -217px); } }

.pagination .pagination-container .pagination-sm:last-child .page-item {
  padding: 40px 46px;
  background-color: #212121;
  margin-right: 0;
  width: 525px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transition: background-color 0.5s ease-in-out; }
  .pagination .pagination-container .pagination-sm:last-child .page-item:hover {
    background-color: #046C78; }
    .pagination .pagination-container .pagination-sm:last-child .page-item:hover a {
      color: #046C78; }
  @media (max-width: 991.98px) {
    .pagination .pagination-container .pagination-sm:last-child .page-item {
      width: 180px; } }
  .pagination .pagination-container .pagination-sm:last-child .page-item:first-child {
    background-image: url(/local/templates/genshtab/img/p-arrow-left.svg);
    border-right: 1px solid #C2C2C2; }
  .pagination .pagination-container .pagination-sm:last-child .page-item:last-child {
    background-image: url(/local/templates/genshtab/img/p-arrow-right.svg); }
  .pagination .pagination-container .pagination-sm:last-child .page-item .page-link {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #212121;
    cursor: pointer;
    z-index: 999999; }

.mobile_more_partners {
  text-align: center; }
  .mobile_more_partners a {
    display: inline-block;
    padding: 17px 75px 17px 40px;
    background-color: #0a0a0a;
    background-image: url(/local/templates/genshtab/css/../img/strelka.svg);
    background-position: 90% 54%;
    color: #fff;
    background-repeat: no-repeat;
    font-family: "ProximaNova";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    /* identical to box height, or 30px */
    text-align: center;
    letter-spacing: 0.02em; }
    @media (max-width: 767.98px) {
      .mobile_more_partners a {
        margin-top: 15px; } }

.p_items_wrap + .col-12 {
  position: relative;
  margin-bottom: 100px; }

body.portfolio h1::after {
  content: "";
  background-color: #DFDBD5; }
body.portfolio .modal {
  top: 10%; }
  body.portfolio .modal .modal-container {
    height: 80%; }

.show_mob_portfolio_filter {
  background-color: #2D2D2D;
  font-size: 16px;
  font-weight: 600;
  font-family: "ProximaNova";
  color: #fff;
  border: none;
  width: 234px;
  height: 58px;
  margin-bottom: 65px; }

.portfolio_filter {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 35px; }
  @media (max-width: 991.98px) {
    .portfolio_filter {
      margin: 20px 0 36px;
      justify-content: flex-start;
      flex-wrap: wrap; } }
  .portfolio_filter a {
    font-family: "shtab";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    /* biruza2 */
    color: #046C78;
    text-decoration: none;
    border-bottom: 4px solid transparent;
    position: relative; }
    .portfolio_filter a.active::before {
      content: "";
      width: 0;
      height: 4px;
      position: absolute;
      bottom: 0;
      top: 30px;
      right: 0;
      background: #046C78;
      transition: all 0.6s; }
    .portfolio_filter a:last-child {
      display: none; }
    @media (max-width: 991.98px) {
      .portfolio_filter a {
        margin-right: 17px;
        margin-bottom: 10px; } }
    .portfolio_filter a:hover::before {
      content: "";
      width: 100%;
      left: 0;
      background: #046C78; }
    .portfolio_filter a::before {
      content: "";
      width: 0;
      height: 4px;
      position: absolute;
      bottom: 0;
      top: 30px;
      right: 0;
      background: #046C78;
      transition: all 0.6s; }

.pf_items {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 63px; }
  @media (max-width: 991.98px) {
    .pf_items {
      margin-bottom: 0; } }
  .pf_items .pf_item {
    overflow: hidden;
    display: block;
    color: #212121; }
    .pf_items .pf_item:hover {
      text-decoration: none;
      color: #212121; }
    .pf_items .pf_item img {
      height: auto;
      /* max-height: 320px; */
      margin-bottom: 17px;
      max-width: 100%;
      width: 100%; }
    .pf_items .pf_item .title {
      font-family: "ProximaNova";
      font-style: normal;
      font-weight: 600;
      font-size: 22px;
      line-height: 125%;
      /* or 28px */
      letter-spacing: 0.02em;
      /* dark */
      color: #1E1411; }
      @media (max-width: 767.98px) {
        .pf_items .pf_item .title {
          font-size: 18px; } }
    .pf_items .pf_item .cat {
      font-family: "shtab";
      font-size: 14px;
      line-height: 18px;
      text-transform: uppercase;
      /* coffee */
      color: #767271;
      margin: 18px 0 55px; }

.pf_items + .col-12 {
  position: relative; }

.new_project_wrap {
  text-align: center;
  border-width: 1px 0;
  border-color: #212121;
  border-style: solid;
  margin: 160px 0 80px;
  padding: 33px 0 28px; }
  @media (max-width: 767.98px) {
    .new_project_wrap {
      margin: 160px 0 99px; } }
  @media (min-width: 768px) {
    .new_project_wrap {
      padding: 37px 0 60px; } }
  .new_project_wrap .title {
    font-size: 22px;
    font-weight: 600;
    font-family: "shtab";
    line-height: 120%;
    margin-bottom: 20px;
    color: #1E1411; }
    @media (min-width: 768px) {
      .new_project_wrap .title {
        font-size: 52px;
        margin-bottom: 33px; } }
    @media (max-width: 767.98px) {
      .new_project_wrap .title {
        font-size: 22px;
        margin-bottom: 26px; } }
  .new_project_wrap .desc {
    font-size: 14px;
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 185%;
    margin-bottom: 51px; }
    @media (min-width: 768px) {
      .new_project_wrap .desc {
        font-size: 15px; } }
    @media (max-width: 767.98px) {
      .new_project_wrap .desc {
        font-size: 12px;
        margin-bottom: 25px; } }

body.portfolio .page_content p {
  margin-bottom: 20px; }
body.portfolio .more-project a {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  background-color: #1E1411;
  padding: 17px 62px 17px 30px;
  background-image: url(/local/templates/genshtab/css/../img/strelka.svg);
  background-repeat: no-repeat;
  background-position: 93% 55%; }
  @media (max-width: 767.98px) {
    body.portfolio .more-project a {
      font-size: 17px; } }

.tabs-item {
  display: none; }

.tabs-item.active {
  display: block; }

.img-full {
  width: 100%;
  height: auto; }

.img-divide {
  display: flex;
  width: 100%;
  justify-content: space-between; }

.main {
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.pf_items .ripple:last-child {
  height: 100px; }

.picture-portfolio img + img {
  margin-top: 32px; }
.picture-portfolio img {
  max-width: 100%; }

body.p_project {
  background-repeat: no-repeat;
  background-position: center 72px;
  background-size: auto calc(100% - 72px); }
  @media (min-width: 768px) {
    body.p_project {
      background-size: 100% 100vh;
      background-position: center 0; } }

@media (min-width: 768px) {
  .p_desc_wrap {
    height: calc(100vh - 236px);
    background: #fff url("/local/templates/genshtab/css/../img/almaz-logo.png") no-repeat calc(100% - 25px) 30px/auto 60px;
    margin: 0px 0 30px 0;
    padding: 30px 25px 0 35px; } }
@media (min-width: 1455px) {
  .p_desc_wrap {
    height: calc(100vh - 256px); } }
@media (min-width: 1455px) {
  .p_desc_wrap {
    margin: -50px 0 80px 0;
    padding: 60px 25px 0 45px; } }
.p_desc_wrap h1 {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  margin: 0;
  height: calc(100vh - 134px);
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff; }
  @media (min-width: 768px) {
    .p_desc_wrap h1 {
      height: auto;
      color: #212121;
      text-align: left;
      border-bottom: 1px solid #212121;
      padding-bottom: 10px;
      margin-bottom: 30px; } }
  @media (min-width: 1200px) {
    .p_desc_wrap h1 {
      font-size: 33px; } }
  @media (min-width: 1455px) {
    .p_desc_wrap h1 {
      padding-bottom: 20px;
      margin-bottom: 50px; } }
.p_desc_wrap .p_tech_info {
  margin: 19px 0 38px; }
  @media (min-width: 768px) {
    .p_desc_wrap .p_tech_info {
      margin-top: 0; } }
  .p_desc_wrap .p_tech_info .item {
    text-align: center;
    font-family: "ProximaNova";
    font-size: 17px;
    line-height: 130%;
    margin-bottom: 21px; }
    @media (min-width: 768px) {
      .p_desc_wrap .p_tech_info .item {
        margin-bottom: 15px; } }
    .p_desc_wrap .p_tech_info .item span {
      font-size: 16px;
      font-family: "shtab";
      line-height: 150%;
      color: #535D55;
      display: block;
      margin-bottom: 17px; }
      @media (min-width: 768px) {
        .p_desc_wrap .p_tech_info .item span {
          margin-bottom: 10px; } }
.p_desc_wrap .p_desc {
  font-size: 16px;
  font-family: "ProximaNova";
  line-height: 140%; }

.p_images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px; }
  @media (min-width: 1455px) {
    .p_images {
      margin-top: 120px; } }
  .p_images img {
    flex: 1 1 auto;
    margin-bottom: 32px;
    max-width: 100%; }
    @media (min-width: 768px) {
      .p_images img:first-child {
        flex: 0 1 40%; }
      .p_images img:nth-child(2) {
        flex: 0 1 50%; } }

body.detail .portfolio_filter {
  display: none; }
body.detail .col-xl-7 .page_content {
  display: none; }
body.detail .det {
  display: none; }
body.detail .main p {
  margin: 10px 0 0; }

body.portfolio .pagination .page-item {
  margin-right: 17px; }
body.portfolio .pagination .page-item.active {
  padding: 28px 13px;
  background-color: #046C78; }
  body.portfolio .pagination .page-item.active .page-link {
    color: #fff;
    font-weight: 800; }
body.portfolio .pagination .page-link {
  text-decoration: none; }

.s_items_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0 10px; }
  @media (min-width: 1200px) {
    .s_items_wrap {
      margin: 35px 0 30px; } }
  @media (min-width: 1455px) {
    .s_items_wrap {
      margin: 60px 0 81px; } }
  .s_items_wrap .s_item {
    background: white;
    background-image: linear-gradient(180deg, #fff calc(100% - 43px), #DFDBD5 calc(100% - 43px));
    padding: 64px 0 0 57px;
    flex: 0 1 478px;
    margin-bottom: 117px;
    position: relative; }
    @media (max-width: 1199.98px) {
      .s_items_wrap .s_item {
        padding: 27px 0 0 20px; } }
    @media (max-width: 767.98px) {
      .s_items_wrap .s_item {
        flex: 1 1 100%; } }
    @media (min-width: 768px) {
      .s_items_wrap .s_item {
        flex-basis: calc(50% - 30px);
        background-image: linear-gradient(180deg, #fff calc(100% - 43px), #DFDBD5 calc(100% - 48px)); } }
    @media (min-width: 992px) {
      .s_items_wrap .s_item {
        flex-basis: calc(33.33% - 30px); } }
    @media (min-width: 1200px) {
      .s_items_wrap .s_item {
        flex-basis: calc(33.33% - 50px); } }
    @media (min-width: 1455px) {
      .s_items_wrap .s_item {
        flex-basis: calc(33.33% - 90px); } }
    @media (max-width: 991.98px) {
      .s_items_wrap .s_item {
        margin-bottom: 99px; } }
    .s_items_wrap .s_item .item_content .title.ft-title {
      border-bottom: none;
      padding: 0 10px 0px 0;
      margin-bottom: 0; }
    .s_items_wrap .s_item .item_content .title {
      font-family: "shtab";
      font-size: 26px;
      color: #212121;
      line-height: 110%;
      padding: 10px 10px 50px 0;
      margin-bottom: 32px;
      display: inline-block;
      text-decoration: none;
      background: linear-gradient(to right, #DFDBD5, #DFDBD5), linear-gradient(to right, #A40F20, #A40F20, #A40F20);
      background-size: 100% 3px, 0 3px;
      background-position: 100% 100%, 0 100%;
      background-repeat: no-repeat;
      transition: background-size 400ms;
      width: 100%; }
      @media (max-width: 1454.98px) {
        .s_items_wrap .s_item .item_content .title {
          font-size: 23px; } }
      @media (max-width: 1199.98px) {
        .s_items_wrap .s_item .item_content .title {
          font-size: 19px;
          padding: 10px 10px 40px 10px; } }
      @media (max-width: 767.98px) {
        .s_items_wrap .s_item .item_content .title {
          padding: 10px 10px 23px 0; } }
      .s_items_wrap .s_item .item_content .title:hover {
        background-size: 0 3px, 100% 3px; }
    .s_items_wrap .s_item .item_content ul {
      padding: 0;
      list-style: none;
      margin: 0; }
      .s_items_wrap .s_item .item_content ul li {
        padding-right: 60px;
        background: url("/local/templates/genshtab/css/../img/s_arrow.svg") no-repeat calc(100% - 30px) 7px;
        font-family: "Mulish", sans-serif;
        font-weight: 500;
        font-size: calc(15px + 3 * ((100vw - 360px) / (1920 - 360)));
        line-height: 123.05%;
        /* or 22px */
        /* black */
        color: #212121;
        margin-bottom: 20px; }
        @media (max-width: 991.98px) {
          .s_items_wrap .s_item .item_content ul li {
            margin-bottom: 14px;
            font-weight: 600; } }
        .s_items_wrap .s_item .item_content ul li a {
          color: #2D2D2D;
          text-decoration: none; }
        .s_items_wrap .s_item .item_content ul li:last-child {
          margin-bottom: 0; }
    .s_items_wrap .s_item img {
      float: right;
      width: auto;
      max-width: 100%;
      margin-top: 7px;
      position: relative;
      top: 40px; }
      @media (max-width: 767.98px) {
        .s_items_wrap .s_item img {
          width: 100%;
          position: relative;
          top: 35px;
          left: 0;
          margin-top: 0; } }

.s_steps_wrap {
  background-image: url(/local/templates/genshtab/css/../img/services/bg-serv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0 10px; }
  @media (max-width: 767.98px) {
    .s_steps_wrap {
      background-size: auto;
      background-attachment: fixed; } }
  @media (min-width: 992px) {
    .s_steps_wrap {
      padding: 55px 0 111px; } }
  .s_steps_wrap .steps_subtitle {
    font-family: "shtab";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    /* vanilla */
    color: #DFDBD5;
    text-decoration: none; }
    @media (min-width: 992px) {
      .s_steps_wrap .steps_subtitle {
        font-size: 17px; } }
  .s_steps_wrap .steps_title {
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: calc(30px + 18 * ((100vw - 360px) / (1920 - 360)));
    line-height: 110%;
    /* identical to box height, or 53px */
    text-align: center;
    /* white */
    color: #fff;
    margin: 15px 0 151px;
    position: relative;
    display: inline-block; }
    @media (min-width: 1200px) {
      .s_steps_wrap .steps_title {
        margin-bottom: 45px; } }
    @media (max-width: 1199.98px) {
      .s_steps_wrap .steps_title {
        margin: 15px 0 75px; } }
    .s_steps_wrap .steps_title::after {
      content: "";
      width: 100%;
      height: 12px;
      margin: 0;
      background-color: rgba(69, 57, 57, 0.6);
      display: block;
      position: absolute;
      top: 35px;
      mix-blend-mode: color-burn;
      z-index: 8; }
      @media (max-width: 1199.98px) {
        .s_steps_wrap .steps_title::after {
          top: 24px; } }
      @media (max-width: 991.98px) {
        .s_steps_wrap .steps_title::after {
          top: 20px; } }
  .s_steps_wrap .s_step {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px; }
    @media (max-width: 991.98px) {
      .s_steps_wrap .s_step {
        margin-bottom: 78px; } }
    @media (min-width: 576px) {
      .s_steps_wrap .s_step {
        flex-direction: row; } }
    @media (min-width: 1200px) {
      .s_steps_wrap .s_step {
        margin: 0 40px 45px 0; } }
    .s_steps_wrap .s_step .st_icon {
      text-align: center; }
      @media (min-width: 576px) {
        .s_steps_wrap .s_step .st_icon {
          flex: 0 0 120px; } }
      @media (max-width: 767.98px) {
        .s_steps_wrap .s_step .st_icon {
          text-align: left;
          display: none; } }
      @media (min-width: 576px) {
        .s_steps_wrap .s_step .st_icon img {
          margin-top: 6px; } }
    .s_steps_wrap .s_step .st_content .st_title {
      font-family: "shtab";
      font-size: calc(21px + 3 * ((100vw - 360px) / (1920 - 360)));
      line-height: 32px;
      /* white */
      color: #fff;
      text-align: center;
      margin: 15px 0 12px; }
      @media (min-width: 576px) {
        .s_steps_wrap .s_step .st_content .st_title {
          text-align: left;
          margin-top: 0; } }
      @media (max-width: 767.98px) {
        .s_steps_wrap .s_step .st_content .st_title {
          text-align: center; } }
    .s_steps_wrap .s_step .st_content .st_desc {
      font-family: "Mulish", sans-serif;
      font-weight: 500;
      font-size: calc(16px + 5 * ((100vw - 360px) / (1920 - 360)));
      line-height: 140%;
      /* or 29px */
      /* l-grey */
      color: #e8e8e8;
      text-align: left; }
      @media (max-width: 991.98px) {
        .s_steps_wrap .s_step .st_content .st_desc {
          font-weight: 700; } }
  .s_steps_wrap .container-xxl .row:first-child .col-12 {
    text-align: center; }

body.services {
  background-color: #DFDBD5; }

.serv .new_project_wrap {
  border: none;
  padding: 57px 0 80px;
  margin: 0; }
  @media (max-width: 991.98px) {
    .serv .new_project_wrap {
      padding: 40px 0 40px; } }
  .serv .new_project_wrap .title {
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    line-height: 115%;
    text-align: center;
    /* dark */
    color: #1E1411;
    font-size: calc(29px + 23 * ((100vw - 360px) / (1920 - 360))); }
    @media (max-width: 991.98px) {
      .serv .new_project_wrap .title {
        line-height: 120%;
        font-weight: 800; } }
  .serv .new_project_wrap .desc {
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: calc(13px + 1 * ((100vw - 360px) / (1920 - 360)));
    letter-spacing: 0.04em; }
    @media (max-width: 991.98px) {
      .serv .new_project_wrap .desc {
        font-weight: 400; } }
  .serv .new_project_wrap .more-project a {
    padding: 17px 89px 17px 26px;
    background-color: #035560;
    background-image: url(/local/templates/genshtab/img/strelka.svg);
    background-repeat: no-repeat;
    background-position: 93% 55%;
    background-size: 45px;
    font-family: "shtab";
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #fff;
    text-decoration: none; }
    @media (max-width: 991.98px) {
      .serv .new_project_wrap .more-project a {
        font-size: 18px;
        padding: 17px 72px 17px 26px;
        background-size: 29px; } }

body.services h1::after {
  content: ""; }
  @media (max-width: 991.98px) {
    body.services h1::after {
      top: 21px; } }

body.serv-detail .page_content {
  display: none; }
body.serv-detail .s_steps_wrap {
  display: none; }
body.serv-detail h1 {
  font-size: calc(33px + 14 * ((100vw - 360px) / (1920 - 360))); }
  body.serv-detail h1::after {
    background: transparent; }
@media (max-width: 991.98px) {
  body.serv-detail .link-effect-4 {
    margin-bottom: 37px; } }

.more-portfolio {
  text-align: center;
  margin-top: 13px; }
  @media (max-width: 991.98px) {
    .more-portfolio {
      margin-top: 0; } }
  .more-portfolio a {
    display: inline-block;
    background-color: #1E1411;
    background-image: url(/local/templates/genshtab/img/services/strelka-btn.png);
    background-repeat: no-repeat;
    background-position: 95% 55%;
    padding: 17px 50px 15px 29px;
    font-family: "shtab";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    /* identical to box height, or 30px */
    color: #fff;
    letter-spacing: 0.02em; }

.detail-text {
  margin-left: -10px;
  margin-bottom: 60px; }
  @media (max-width: 767.98px) {
    .detail-text {
      margin-bottom: 40px;
      padding-left: 12px; } }
  .detail-text p {
   font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 150%;
    /* or 32px */
    /* soil */
    color: #453939; }
    @media (max-width: 767.98px) {
      .detail-text p {
        font-size: 17px; } }

@media (min-width: 768px) {
  .page_content {
    padding-right: 20px; } }
@media (min-width: 992px) {
  .page_content {
    padding-right: 40px; } }
@media (min-width: 1455px) {
  .page_content {
    padding-right: 60px; } }

.submenu {
  margin-bottom: 34px; }
  .submenu .title {
    font-family: "shtab";
    font-size: 19px;
    line-height: 160%;
    text-transform: uppercase;
    margin-bottom: 14px; }
  .submenu .items {
    padding: 0;
    list-style: none; }
    .submenu .items li {
      display: flex;
      align-items: center; }
      .submenu .items li::before {
        content: '';
        height: 8px;
        flex: 0 0 8px;
        background-color: #767271;
        border-radius: 50%; }
      .submenu .items li a {
        font-family: "shtab";
        font-size: calc(17px + 1 * ((100vw - 360px) / (1920 - 360)));
        line-height: 123.05%;
        color: #046C78;
        margin: 8px 10px 8px 25px; }
        @media (min-width: 768px) {
          .submenu .items li a {
            margin-left: 15px; } }
        @media (min-width: 992px) {
          .submenu .items li a {
            margin-left: 25px; } }

#examples-wrap {
  background-color: #046C78;
  color: #fff;
  padding: 57px 0 65px; }
  @media (min-width: 1455px) {
    #examples-wrap {
      padding: 57px 0 80px; } }
  @media (max-width: 991.98px) {
    #examples-wrap {
      padding: 25px 0 59px; } }
  #examples-wrap .title {
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: calc(28px + 14 * ((100vw - 360px) / (1920 - 360)));
    line-height: 110%;
    /* identical to box height, or 51px */
    text-align: center;
    color: #fff;
    margin-bottom: 59px;
    position: relative;
    display: inline-block; }
    @media (max-width: 991.98px) {
      #examples-wrap .title {
        display: block;
        margin-bottom: 31px; } }
    #examples-wrap .title::after {
      content: "";
      width: 100%;
      height: 12px;
      margin: 0;
      background-color: rgba(3, 85, 96, 0.4);
      display: block;
      position: absolute;
      top: 33px;
      mix-blend-mode: color-burn;
      z-index: 8; }
      @media (max-width: 767.98px) {
        #examples-wrap .title::after {
          top: 20px; } }
    @media (min-width: 768px) {
      #examples-wrap .title {
        text-align: center; } }
  #examples-wrap .show_more {
    font-weight: 600;
    font-size: 23px;
    line-height: 150%;
    letter-spacing: 0.01em;
    background: url("/local/templates/genshtab/css/../img/services/show_more_arrow.png") no-repeat right center;
    color: #fff;
    margin: 37px auto 54px;
    display: block;
    width: 215px; }
    @media (min-width: 768px) {
      #examples-wrap .show_more {
        float: right;
        margin: 0; } }
    @media (min-width: 1200px) {
      #examples-wrap .show_more {
        float: left; } }
  #examples-wrap .e_item {
    margin: 0 0 43px; }
    #examples-wrap .e_item img {
      width: auto;
      max-width: 100%; }
    #examples-wrap .e_item .tc a {
      font-family: "Mulish", sans-serif;
      font-weight: 600;
      font-size: calc(16px + 6 * ((100vw - 360px) / (1920 - 360)));
      line-height: 125%;
      /* or 28px */
      color: #fff;
      letter-spacing: 0.02em;
      margin: 18px 0 12px;
      display: block; }
    #examples-wrap .e_item .tc .category {
      font-family: "shtab";
      font-size: 14px;
      line-height: 18px;
      text-transform: uppercase;
      color: #DFDBD5; }
  #examples-wrap .title_effect {
    color: #fff;
    margin: 20px 0 15px 37px; }
    @media (max-width: 767.98px) {
      #examples-wrap .title_effect {
        margin: 20px 0 12px 37px; } }
  #examples-wrap .eff-text {
    color: #fff;
    margin-left: 37px; }
    @media (max-width: 767.98px) {
      #examples-wrap .eff-text {
        margin-left: 0; } }
    #examples-wrap .eff-text::before {
      content: attr(data-hover);
      color: #94B8C1; }

body.branding h1 {
  margin-bottom: 40px; }
  body.branding h1::after {
    content: "";
    background-color: #DFDBD5;
    transition: all 0.5s linear; }
body.branding .more-portfolio {
  margin-top: 65px;
  text-align: center; }
  @media (max-width: 767.98px) {
    body.branding .more-portfolio {
      margin-top: 15px; } }
  body.branding .more-portfolio a {
    font-family: "shtab";
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #fff;
    background-color: #2A1D19;
    padding: 17px 62px 17px 30px;
    background-image: url(/local/templates/genshtab/css/../img/strelka.svg);
    background-repeat: no-repeat;
    background-position: 93% 55%; }
    @media (max-width: 767.98px) {
      body.branding .more-portfolio a {
        display: block;
        margin-bottom: 64px;
        font-size: 16px; } }
body.branding .page_content p {
  margin-bottom: 20px; }

footer {
  font-family: "Mulish", sans-serif; }
  @media (max-width: 767.98px) {
    footer {
      order: 3; } }
  footer .bottom {
    background-color: #2D2D2D;
    color: #C4C4C4; }
    footer .bottom .logo_inner_wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 90px; }
      @media (min-width: 576px) {
        footer .bottom .logo_inner_wrapper {
          justify-content: flex-start; } }
      footer .bottom .logo_inner_wrapper .b_star {
        margin-right: 10px; }
        @media (min-width: 576px) {
          footer .bottom .logo_inner_wrapper .b_star {
            margin: 0 10px 0 30px;
            flex: 0 1 57px !important; }
            footer .bottom .logo_inner_wrapper .b_star img {
              width: auto;
              max-width: 100%; } }
        @media (min-width: 992px) {
          footer .bottom .logo_inner_wrapper .b_star {
            margin-left: 0; } }
        @media (min-width: 1200px) {
          footer .bottom .logo_inner_wrapper .b_star {
            margin-left: 30px; } }
      footer .bottom .logo_inner_wrapper .m_bottom {
        line-height: 150%;
        letter-spacing: 0.04em;
        margin-top: 10px; }
        footer .bottom .logo_inner_wrapper .m_bottom .phone {
          font-size: 17px; }
        footer .bottom .logo_inner_wrapper .m_bottom .email {
          font-size: 16px;
          text-transform: uppercase; }
      footer .bottom .logo_inner_wrapper .b_logo {
        margin-top: 10px;
        flex: 0 1 137px; }
        footer .bottom .logo_inner_wrapper .b_logo img {
          width: auto;
          max-width: 100%; }
    footer .bottom .b_nav {
      justify-content: center;
      align-items: center;
      list-style: none; font-family: "shtab";
      margin-bottom: 0; }
      @media (min-width: 992px) {
        footer .bottom .b_nav {
          justify-content: space-between; } }
      @media (min-width: 1200px) {
        footer .bottom .b_nav {
          justify-content: space-evenly; } }
      footer .bottom .b_nav a {
        color: #fff; }
    footer .bottom .social_inner_wrapper {
      justify-content: flex-end;
      align-items: center; }

		footer .bottom .b_nav a:hover {
		color: #D8D5CA;
		}

      footer .bottom .social_inner_wrapper a {
        margin: 0 12.5px; }
        @media (min-width: 576px) {
          footer .bottom .social_inner_wrapper a:last-child {
            margin-right: 50px; } }
        @media (min-width: 992px) {
          footer .bottom .social_inner_wrapper a:last-child {
            margin-right: 0px; } }
        @media (min-width: 1200px) {
          footer .bottom .social_inner_wrapper a:last-child {
            margin-right: 50px; } }
  footer .copyright {
    text-align: center;
    background-color: #212121;
    color: #919191;
    height: 51px;
    display: flex;
    align-items: center; }

.life-year {
  padding: 15px 16px;
  background-color: #1E1411;
  text-align: center;
  display: none; }
  @media (max-width: 991.98px) {
    .life-year {
      display: block; } }
  .life-year span {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    /* or 17px */
    color: #919191; }

.fd-item {
  display: flex;
  flex-wrap: wrap; }
  .fd-item input[type='text'] {
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height, or 183% */
    letter-spacing: 1px;
    color: #767271;
    height: 50px;
    display: block;
    width: 100%;
    margin-right: 35px;
    margin-bottom: 32px;
    background: #e8e8e8;
    border: none;
    padding-left: 13px;
    transition: all 0.4s linear; }
    @media (max-width: 1454.98px) {
      .fd-item input[type='text'] {
        width: 315px; } }
    @media (max-width: 1199.98px) {
      .fd-item input[type='text'] {
        width: 440px; } }
    @media (max-width: 991.98px) {
      .fd-item input[type='text'] {
        width: 100%;
        margin-right: 0; } }
    .fd-item input[type='text']:nth-child(2n+2) {
      margin-right: 0; }
    .fd-item input[type='text']::placeholder {
      font-family: "Mulish", sans-serif;
      font-weight: 600;
      font-size: 14px;
      line-height: 22px;
      /* identical to box height, or 183% */
      letter-spacing: 1px;
      text-transform: uppercase;
      /* coffee */
      color: #767271; }
  .fd-item .send-mess {
    width: 100%;
    position: relative;
    display: inline-block; }
  .fd-item textarea {
    display: block;
    width: 100%;
    background: rgba(232, 232, 232, 0.6);
    border: none;
    padding-left: 13px;
    padding-top: 11px;
    margin-bottom: 72px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height, or 183% */
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #767271; }
    @media (max-width: 991.98px) {
      .fd-item textarea {
        margin-bottom: 25px; } }
    .fd-item textarea::placeholder {
      font-family: "Mulish", sans-serif;
      font-weight: 600;
      font-size: 12px;
      line-height: 22px;
      /* identical to box height, or 183% */
      letter-spacing: 1px;
      text-transform: uppercase;
      /* coffee */
      color: #767271; }
  .fd-item button[type="submit"] {
    border: none;
    position: absolute;
    left: 90%;
    top: 75%;
    cursor: pointer; }
    @media (max-width: 1454.98px) {
      .fd-item button[type="submit"] {
        left: 85%; } }
    @media (max-width: 767.98px) {
      .fd-item button[type="submit"] {
        left: 70%; } }

.fd-connect {
  margin-top: 36px;
  margin-bottom: 18px; }
  .fd-connect span {
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: calc(16px + 3 * ((100vw - 360px) / (1920 - 360)));
    line-height: 150%;
    /* or 28px */
    /* black */
    color: #212121; }

.feedback-us {
  float: right; }
  @media (max-width: 991.98px) {
    .feedback-us {
      float: left;
      margin-bottom: 65px; } }
  @media (max-width: 767.98px) {
    .feedback-us {
      float: none;
      display: flex;
      justify-content: center;
      margin-bottom: 36px; } }
  .feedback-us .fd-email {
    position: relative;
    padding-left: 50px;
    padding-right: 15px; }
    .feedback-us .fd-email::before {
      content: '';
      position: absolute;
      left: 0;
      top: 20%;
      display: block;
      width: 30px;
      height: 1px;
      background: black; }
    .feedback-us .fd-email a {
      font-family: "shtab";
      font-style: normal;
      font-weight: 400;
      font-size: 19px;
      line-height: 150%;
      /* identical to box height, or 28px */
      letter-spacing: 0.02em;
      /* biruza2 */
      color: #046C78;
      display: block;
      margin-bottom: 10px; }
    .feedback-us .fd-email .wr-fd {
      font-family: "shtab";
      font-style: normal;
      font-weight: 400;
      font-size: 17px;
      line-height: 120%;
      letter-spacing: 0.02em;
      /* black */
      color: #212121; }

body.contacts main {
  position: relative; }
body.contacts header {
  display: none; }
body.contacts .top_phone {
  margin-top: 26px; }
  @media (max-width: 991.98px) {
    body.contacts .top_phone {
      margin-top: 0; } }
  body.contacts .top_phone .t_phone a:first-child {
    font-weight: 400; }
  body.contacts .top_phone .t_phone a:last-child {
    font-size: 19px; }

body:not(.contacts) .page-logo .ct-logo {
  display: none; }

body.contacts main {
  z-index: 99; }

.fd-bottom {
  display: flex; }
  @media (max-width: 767.98px) {
    .fd-bottom {
      flex-wrap: wrap;
      background-color: #D8D5CA; } }
  .fd-bottom .left_fd_bottom {
    background-image: url(/local/templates/genshtab/css/../img/left_fd_bottom.jpg);
    background-repeat: no-repeat;
    background-position: -16px 0;
    background-size: cover;
    padding: 34px 0 58px;
    width: 80%; }
    @media (max-width: 1454.98px) {
      .fd-bottom .left_fd_bottom {
        background-position: -170px 0; } }
    @media (max-width: 767.98px) {
      .fd-bottom .left_fd_bottom {
        background-image: none; } }
    .fd-bottom .left_fd_bottom .left_fd_item {
      margin-left: 25px; }
      .fd-bottom .left_fd_bottom .left_fd_item .left_fd_title {
        font-family: "Mulish", sans-serif;
        font-weight: 600;
        font-size: 21px;
        line-height: 120%;
        /* or 25px */
        color: #212121;
        margin-bottom: 25px; }
      .fd-bottom .left_fd_bottom .left_fd_item .numb-icon {
        display: flex;
        flex-wrap: wrap; }
        .fd-bottom .left_fd_bottom .left_fd_item .numb-icon .numb-icon-item {
          flex: 0 0 290px;
          margin-bottom: 10px; }
      .fd-bottom .left_fd_bottom .left_fd_item .numb a {
        font-family: "Mulish", sans-serif;
        font-weight: 600;
        font-size: 17px;
        line-height: 150%;
        color: #2D2D2D;
        text-decoration: none; }
      .fd-bottom .left_fd_bottom .left_fd_item .numb.first-numb {
        margin-right: 33px; }
      .fd-bottom .left_fd_bottom .left_fd_item .icon-ft a {
        margin-right: 17px; }
    .fd-bottom .left_fd_bottom .fd_email a {
      font-family: "Mulish", sans-serif;
      font-weight: 600;
      font-size: 17px;
      line-height: 150%;
      margin-top: 10px;
      /* or 26px */
      /* biruza2 */
      color: #046C78;
      text-decoration: none; }
  .fd-bottom .right_fd_bottom {
    padding: 60px 0 68px 81px;
    background-color: #035560;
    width: 26%; }
    @media (max-width: 767.98px) {
      .fd-bottom .right_fd_bottom {
        width: 100%;
        padding: 60px 0 68px 60px; } }

.contact_submit {
  background: transparent;
  border: none;
  font-size: 0; }

.column_left {
  background: url(/images/brown-bg.jpg);
 /* background-size: auto 100%, 0 0;*/
  height: 100%;
  text-align: right;
  padding-right: 56px;
  padding-top: 41px; }
  @media (max-width: 1199.98px) {
    .column_left {
      padding: 41px 56px 0 17px; } }
  .column_left a {
    display: inline-block;
    text-align: left; }
  .column_left .star_ct {
    margin-top: 41px; }

.contacts {
  display: flex; }
  .contacts .left_logotip {
    width: 22%; }
    @media (max-width: 991.98px) {
      .contacts .left_logotip {
        display: none; } }

.bg_contacts {
  background-image: url(/local/templates/genshtab/img/stones.jpg);
  background-repeat: no-repeat;
  background-position: 100% 65%;
  padding: 0 !important; }
  @media (max-width: 991.98px) {
    .bg_contacts {
      width: 100%;
      background-image: none; } }
  .bg_contacts .container {
    padding-left: 70px; }
    @media (max-width: 767.98px) {
      .bg_contacts .container {
        padding-left: 25px; } }

.double_block {
  display: flex; }
  @media (max-width: 991.98px) {
    .double_block {
      flex-wrap: wrap; } }
  .double_block .contact_genshtab {
    width: 70%;
    padding: 37px 0 58px 60px;
    background-color: #D8D5CA;
    display: flex; }
    @media (max-width: 991.98px) {
      .double_block .contact_genshtab {
        width: 100%;
        padding: 37px 0 52px 16px; } }
    @media (max-width: 767.98px) {
      .double_block .contact_genshtab {
        flex-direction: column; } }
    .double_block .contact_genshtab .ct_item:first-child {
      display: inline-block;
      padding-left: 10px;
      margin-right: 111px; }
      @media (max-width: 1454.98px) {
        .double_block .contact_genshtab .ct_item:first-child {
          margin-right: 10px; } }
      @media (max-width: 991.98px) {
        .double_block .contact_genshtab .ct_item:first-child {
          padding-left: 0; } }
    .double_block .contact_genshtab .ct_item:last-child .social {
      margin-left: 15px; }
    .double_block .contact_genshtab .ct_item h3 {
      font-family: "shtab";
      font-size: 21px;
      line-height: 120%;
      color: #212121; }
      @media (max-width: 1199.98px) {
        .double_block .contact_genshtab .ct_item h3 {
          font-size: 18px; } }
      @media (max-width: 991.98px) {
        .double_block .contact_genshtab .ct_item h3 {
          font-size: 21px; } }
    .double_block .contact_genshtab .ct_item .social .icon-item {
      display: inline-block;
      margin-right: 20px; }
      @media (max-width: 1199.98px) {
        .double_block .contact_genshtab .ct_item .social .icon-item {
          margin-right: 10px; } }
  .double_block .start_project {
    width: 30%;
    padding: 60px 0 68px;
    background-color: #035560; }
    @media (max-width: 991.98px) {
      .double_block .start_project {
        width: 100%; } }
    .double_block .start_project a {
      display: block;
      margin-left: 50px; }
      @media (max-width: 1199.98px) {
        .double_block .start_project a {
          margin-left: 5px; } }
      @media (max-width: 991.98px) {
        .double_block .start_project a {
          text-align: center; } }

.contacts_tel_social {
  display: flex; }
  .contacts_tel_social .tel_contacts {
    width: 50%; }
    .contacts_tel_social .tel_contacts a {
      display: block;
      font-family: "Mulish", sans-serif;
      font-weight: 500;
      font-size: 17px;
      line-height: 150%;
      color: #2D2D2D;
      margin-bottom: 5px; }
      @media (max-width: 1199.98px) {
        .contacts_tel_social .tel_contacts a {
          font-size: 14px; } }
      @media (max-width: 991.98px) {
        .contacts_tel_social .tel_contacts a {
          font-size: 17px; } }
    .contacts_tel_social .tel_contacts a.email_ct {
      color: #046C78; }

.logo_mobile_ct {
  margin-top: 10px; }

.fd-item .inp_effect {
  position: relative;
  width: 48%;
  margin-right: 35px; }
  @media (max-width: 991.98px) {
    .fd-item .inp_effect {
      width: 100%;
      margin-right: 0; } }
  .fd-item .inp_effect:focus {
    left: 0;
    top: -23px; }
    .fd-item .inp_effect:focus .focus-border::before {
      content: "";
      width: 100%;
      transition: 0.3s; }
    .fd-item .inp_effect:focus .focus-border::after {
      content: "";
      width: 100%;
      transition: 0.3s; }
    .fd-item .inp_effect:focus .focus-border i::before {
      content: "";
      height: 100%;
      transition: 0.4s; }
    .fd-item .inp_effect:focus .focus-border i::after {
      content: "";
      height: 100%;
      transition: 0.4s; }
    .fd-item .inp_effect:focus label {
      top: -18px;
      left: 0;
      font-size: 12px;
      color: #4caf50;
      transition: 0.3s; }
  .fd-item .inp_effect:nth-child(5) {
    width: 100%;
    margin-right: 0; }
  .fd-item .inp_effect:nth-child(2n + 2) {
    margin-right: 0; }
  .fd-item .inp_effect label {
    font-family: "ProximaNova";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    /* identical to box height, or 183% */
    letter-spacing: 1px;
    text-transform: uppercase;
    /* coffee */
    color: #767271;
    display: inline-block;
    max-width: 100%;
    position: absolute;
    left: 14px;
    display: inline-block;
    top: 15px;
    transition: 0.3s; }
  .fd-item .inp_effect label + br {
    display: none; }
  .fd-item .inp_effect .focus-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #4caf50;
    transition: 0.3s; }
  .fd-item .inp_effect .focus-border::after {
    content: "";
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #4caf50;
    transition: 0.3s; }

.inputtext + .focus-border {
  height: 50px; }

.inputtext {
  transition: width 0.4s linear; }

.inp_effect input:focus {
  outline: none;
  padding-left: 23px !important;
  transition: all 0.4s linear; }

.inp_effect input:focus + .focus-border {
  width: 100%;
  border: 2px solid #046C78; }

.textarea:focus {
  outline: none;
  transition: 0.4s;
  padding-left: 23px !important; }

textarea:focus-within + .focus-border {
  width: 100%;
  border: 2px solid #046C78; }

.size_pdf {
  display: flex;
  align-items: center; }
  .size_pdf span {
    font-family: "ProximaNova";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height */
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #212121;
    margin-left: 10px; }

html, body {
  margin: 0;
  position: relative;
  text-decoration: none;
  overflow-x: hidden;
  box-sizing: border-box; }
  @media (max-width: 991.98px) {
    html, body {
      overflow-x: hidden; } }

html {
  scroll-behavior: smooth; }

a {
  text-decoration: none; }

body {
  position: relative;
  flex-flow: column nowrap;
  background-color: #EEE;
  margin: 0; }
  @media (min-width: 768px) {
    body {
      background-color: #f8f8f8; } }

main {
  position: relative;
  flex: 1 0 auto;
  z-index: 9999; }
  @media (max-width: 767.98px) {
    main {
      display: flex;
      flex-direction: column; } }

h1 {
  font-family: "shtab";
  font-size: calc(34px + 14 * ((100vw - 360px) / (1920 - 360)));
  line-height: 110%;
  color: #212121;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 0;
  position: relative;
  z-index: 9; }
  h1::after {
    content: "";
    width: 100%;
    height: 12px;
    margin: 0;
    background-color: #DFDBD5;
    display: block;
    position: absolute;
    top: 28px;
    mix-blend-mode: darken;
    z-index: 8; }
  @media (min-width: 992px) {
    h1 {
      font-size: 40px; } }

[class^="hover"] {
  cursor: pointer;
  background: #212121;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased; }

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.btn-anim {
  position: relative;
  overflow: hidden; }

.btn-anim::after {
  content: "";
  position: absolute;
  display: block;
  background: var(--ripple-background, #fff);
  border-radius: 50%;
  pointer-events: none;
  top: calc(var(--y) * 1px);
  left: calc(var(--x) * 1px);
  width: calc(var(--d) * 1px);
  height: calc(var(--d) * 1px);
  opacity: calc(var(--o, 1) * var(--ripple-opacity, 0.3));
  -webkit-transition: calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
  transition: calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
  -webkit-transform: translate(-50%, -50%) scale(var(--s, 1));
  transform: translate(-50%, -50%) scale(var(--s, 1));
  -webkit-transform-origin: center;
  transform-origin: center; }

.page_content {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: calc(16px + 5 * ((100vw - 360px) / (1920 - 360)));
  line-height: 150%;
  color: #2D2D2D; }
  .page_content p {
    margin-bottom: 45px; }
    @media (max-width: 991.98px) {
      .page_content p {
        margin-bottom: 43px; } }

.project .pj-maintext p {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 150%;
  color: #453939; }
.project .pj-item > div {
  margin-bottom: 15px;
  max-width: 825px; }
.project .pjr-title h3 {
  font-family: "shtab";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  /* identical to box height, or 30px */
  /* coffee */
  color: #767271;
  margin-bottom: 10px; }
.project .pj-web_site a {
   font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #08555e;
  position: relative; }
  .project .pj-web_site a::before {
    content: "";
    width: 0;
    height: 4px;
    position: absolute;
    bottom: 0;
    top: 25px;
    right: 0;
    background: #08555e;
    transition: all 0.6s; }
  .project .pj-web_site a:hover::before {
    content: "";
    width: 100%;
    left: 0;
    background: #08555e; }
.project .pjr-title + div {
   font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #2D2D2D; }
.project .prj-title + div > a {
  color: #08555e; }
.project .main_img_proj {
  margin: 61px 0 43px; }
.project .main_img_proj > img {
  width: 100%;
  height: auto; }
.project .left-txt-bottom {
  padding-left: 114px; }
  .project .left-txt-bottom p {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    /* or 30px */
    /* soil */
    color: #453939; }

.half_img_proj {
  margin-bottom: 43px; }

.half_img {
  width: 100%; }
  .half_img img {
    width: 100%;
    height: 100%; }

.middle-img-txt {
  margin-bottom: 73px; }

.pj-txt {
  background-color: #767271;
  padding: 115px 64px 138px 62px;
  max-width: 33.3333333333%;
   font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  /* or 30px */
  color: #fff; }

.st_icon div {
   font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  /* identical to box height, or 45px */
  /* vanilla */
  color: #DFDBD5; }

body:not(.home) header {
  height: 100%; }

.project .container .row:first-child .col-md-7.offset-sm-2 {
  padding-left: 6px; }

.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 10%;
  bottom: 0;
  display: none;
  align-items: center;
  z-index: 9999999; }
  .modal .modal-cls {
    text-align: right; }
  .modal .modal-header {
     font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 29px;
    line-height: 110%;
    /* or 32px */
    /* brown */
    color: #212121;
    margin-bottom: 10px; }
  .modal .modal-desc {
     font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */
    color: #212121; }
  .modal .modal-container {
    width: 95%;
    height: 75%;
    padding: 25px 55px;
    background-color: #D8D5CA;
    margin: 0 auto; }
    .modal .modal-container .modal-body h3 {
      font-family: "shtab";
      font-style: normal;
      font-weight: 700;
      font-size: 21px;
      line-height: 120%;
      /* brown */
      color: #212121;
      margin: 20px 0 20px; }
    .modal .modal-container .modal-header, .modal .modal-container .modal-desc {
      text-align: center;
      margin-bottom: 20px; }
    .modal .modal-container input[type="text"] {
      width: 100%;
      padding: 14px 21px 12px 13px; }
      .modal .modal-container input[type="text"]::placeholder {
         font-family: "Mulish", sans-serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 22px;
        /* identical to box height, or 183% */
        letter-spacing: 1px;
        text-transform: uppercase;
        /* coffee */
        color: #767271; }
    .modal .modal-container .bl-inp {
      margin-bottom: 60px; }
  .modal .list-service .list-container {
    display: inline-block; }
    .modal .list-service .list-container .check-serv {
      text-align: left;
      display: flex;
      align-items: center; }
      .modal .list-service .list-container .check-serv input[type="checkbox"] {
        margin: 0;
        width: 28px;
        height: 28px; }
        .modal .list-service .list-container .check-serv input[type="checkbox"]::after, .modal .list-service .list-container .check-serv input[type="checkbox"]::before {
          content: "";
          display: block;
          border-radius: 10px; }
      .modal .list-service .list-container .check-serv label {
        margin-left: 0; }

.checkcontainer {
  display: block;
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
   font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #212121; }

.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

input[type="checkbox"] {
  padding: 0; }

.checkcontainer input:checked ~ .checkmark {
  background-color: #fff; }

.checkcontainer input:checked ~ .checkmark::after {
  border: solid #212121;
  border-width: 0 3px 3px 0; }

.checkmark {
  position: absolute;
  top: -9px;
  left: 0px;
  height: 36px;
  width: 36px;
  border-radius: 20px;
  background-color: #94B8C1; }

.checkmark::after {
  content: "";
  border: 1px solid #212121; }

.checkcontainer input:checked ~ .checkmark:after {
  display: block; }

.checkcontainer .checkmark:after {
  left: 13px;
  top: 8px;
  width: 10px;
  height: 16px;
  border: solid transparent;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.checkmark:after {
  content: '';
  position: absolute;
  opacity: 0; }

.check-agree .checkmark {
  top: 3px; }

.get-offer button {
  display: block;
  width: 100%;
  background-color: #1E1411;
  padding: 18px 11px;
   font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 19px;
  line-height: 150%;
  /* or 28px */
  text-align: center;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: #fff; }

body:not(.home) header .container-xxl {
  background-image: url(/local/templates/genshtab/css/../img/black-star.svg);
  background-repeat: no-repeat;
  background-position: 0 100%; }
  @media (max-width: 767.98px) {
    body:not(.home) header .container-xxl {
      background-image: none; } }

.sv-fb {
  display: flex;
  flex-wrap: wrap; }
  .sv-fb .sv-fb-item .second_feed_title {
    font-family: "shtab";
    font-style: normal;
    font-weight: 700;
    font-size: 37px;
    line-height: 150%;
    /* or 56px */
    color: #fff; }
  .sv-fb .sv-fb-item .second_fd_title {
    position: absolute;
    top: -106px;
    display: block; }
  .sv-fb .sv-fb-item .min-title {
     font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    /* identical to box height, or 183% */
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    left: 2%;
    top: 30%; }
  .sv-fb .sv-fb-item:first-child {
    display: flex;
    flex-direction: column; }

#popup-menu .lvl-1 a, #popup-menu .lvl-2 a {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }

#popup-menu .lvl-1 a::before, #popup-menu .lvl-2 a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #fff;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

#popup-menu .lvl-1 a:hover::before, #popup-menu .lvl-2 a:hover::before {
  content: "";
  right: 0; }

.sv-list-item input[type="checkbox"] {
  width: 36px;
  height: 36px;
  position: absolute;
  z-index: 9999999;
  opacity: 0; }
.sv-list-item .check_start_item input:checked + label + .checkmark {
  background-color: #fff;
  background-image: url(/local/templates/genshtab/css/../img/ptichka.svg);
  background-repeat: no-repeat;
  background-position: 55%; }
.sv-list-item input[type="checkbox"] + label {
   font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #212121;
  margin-left: 55px;
  vertical-align: super;
  margin-right: 30px; }
  @media (max-width: 1454.98px) {
    .sv-list-item input[type="checkbox"] + label {
      margin-right: 15px;
      font-size: 15px; } }
.sv-list-item .check-item {
  display: flex;
  align-items: center;
  margin-bottom: 63px; }
  @media (max-width: 991.98px) {
    .sv-list-item .check-item {
      margin-top: 35px;
      flex-direction: column;
      align-items: start;
      margin-bottom: 25px; } }
  .sv-list-item .check-item .check_start_item {
    position: relative;
    display: flex;
    align-items: center; }
    @media (max-width: 991.98px) {
      .sv-list-item .check-item .check_start_item {
        margin-bottom: 40px;
        margin-left: 55px; } }
    .sv-list-item .check-item .check_start_item input[type='checkbox']:checked .checkmark {
      background-color: #fff; }
.sv-list-item .inp-serv_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .sv-list-item .inp-serv_item {
      margin-top: 40px; } }
  .sv-list-item .inp-serv_item .ct_item {
    width: 48%;
    margin-bottom: 34px;
    position: relative; }
    @media (max-width: 991.98px) {
      .sv-list-item .inp-serv_item .ct_item {
        width: 100%; } }
  .sv-list-item .inp-serv_item input {
    width: 100%;
    padding: 14px 0 14px 10px; }
    @media (max-width: 991.98px) {
      .sv-list-item .inp-serv_item input {
        background: #D7E8EC;
        border: none; } }
  .sv-list-item .inp-serv_item .ct_area {
    width: 100%;
    margin-bottom: 63px;
    position: relative; }
    .sv-list-item .inp-serv_item .ct_area textarea {
      width: 100%; }
      @media (max-width: 991.98px) {
        .sv-list-item .inp-serv_item .ct_area textarea {
          background: #D7E8EC;
          border: none; } }
.sv-list-item h2 {
  font-family: "shtab";
  font-size: 35px;
  line-height: 150%;
  /* or 56px */
  color: #08555e;
  margin-top: 0; }
  @media (max-width: 767.98px) {
    .sv-list-item h2 {
      display: inline-block;
      font-size: 29px;
      margin: 0 0 0 20px;
      line-height: 96%; } }

.js-scale-bottom {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%; }

.link-effect-bc .bc-item {
  text-shadow: none;
  position: relative; }

.link-effect-bc .bc-item::before {
  content: attr(data-hover);
  position: absolute;
  top: -1;
  left: -1;
  overflow: hidden;
  max-width: 0;
  border-bottom: 3px solid #046C78;
  color: #046C78;
  -webkit-transition: max-width 0.4s;
  -moz-transition: max-width 0.4s;
  transition: max-width 0.4s; }

.link-effect-bc .bc-item:hover::before {
  max-width: 100%; }

.js-scale-out__img_item img {
  width: auto;
  max-width: 100%; }

.pf_items .col-12:nth-child(2n+2) .ripple {
  -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 95%, 0 95%);
  clip-path: polygon(0 5%, 100% 5%, 100% 95%, 0 95%);
  height: 343px; }
  @media (max-width: 991.98px) {
    .pf_items .col-12:nth-child(2n+2) .ripple {
      clip-path: none;
      height: 252px; } }

.pf_items .ripple {
  background-repeat: no-repeat;
  background-size: cover;
  width: 478px;
  height: 530px; }

.link-effect-1 {
  position: relative;
  overflow: hidden;
  display: inline-block; }
  .link-effect-1:hover .eff-1 {
    left: 0; }
  .link-effect-1 .eff-1 {
    width: 100%;
    height: 68px;
    left: -179px;
    background: #fff;
    position: absolute;
    transition: all .5s ease;
    z-index: 1; }
    @media (max-width: 767.98px) {
      .link-effect-1 .eff-1 {
        left: -222px; } }
  .link-effect-1 a {
    position: relative;
    z-index: 2;
    transition: all .5s ease; }
    .link-effect-1 a:hover {
      color: #BE0B20; }

.link-effect-1:hover a {
  color: #A40F20; }

.mobile_title {
  text-transform: none; }
  .mobile_title::after {
    content: "";
    background: transparent; }
  .mobile_title span {
    display: inline-block;
    margin-top: 10px; }
    .mobile_title span:after {
      content: "";
      top: 29px; }
  .mobile_title .mob_one {
    font-weight: 600;
    font-size: 38px; }
    @media (max-width: 767.98px) {
      .mobile_title .mob_one {
        font-size: 26px; } }
  .mobile_title .mob_two {
    font-size: 38px; }
    @media (max-width: 767.98px) {
      .mobile_title .mob_two {
        font-size: 26px; } }
  .mobile_title .sub_mob_two {
    font-weight: 600;
    font-size: 38px; }
    @media (max-width: 767.98px) {
      .mobile_title .sub_mob_two {
        font-size: 26px; } }

.description_comment .desc_comment_item {
  margin-bottom: 50px; }
.description_comment .slider_comment {
  background-color: #B3D6DF;
  padding: 46px 0 23px; }
.description_comment .desc {
  margin-top: 16px;
  max-width: 1068px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 150%;
  /* or 32px */
  color: #2D2D2D; }
  @media (max-width: 991.98px) {
    .description_comment .desc {
      font-size: 16px; } }

#sliders_comments_patners .comment_title {
  padding-left: 70px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 47px;
  max-width: 625px; }
  @media (max-width: 991.98px) {
    #sliders_comments_patners .comment_title {
      padding-bottom: 10px; } }
  #sliders_comments_patners .comment_title h3 {
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 27px;
    line-height: 110%;
    /* or 30px */
    color: #212121; }
    @media (max-width: 991.98px) {
      #sliders_comments_patners .comment_title h3 {
        font-size: 22px; } }
#sliders_comments_patners .slide_comment_desc {
  max-width: 1057px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 140%;
  /* or 27px */
  color: #2D2D2D; }
  @media (max-width: 991.98px) {
    #sliders_comments_patners .slide_comment_desc {
      font-size: 16px;
      margin-top: 20px; } }
#sliders_comments_patners .link_project {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  /* or 23px */
  letter-spacing: 0.02em;
  color: #2D2D2D;
  margin-bottom: 78px; }
  @media (max-width: 991.98px) {
    #sliders_comments_patners .link_project {
      display: flex;
      flex-direction: column;
      margin-bottom: 30px; } }
  #sliders_comments_patners .link_project span {
    line-height: 110%; }
    @media (max-width: 991.98px) {
      #sliders_comments_patners .link_project span {
        margin-top: 25px;
        margin-bottom: 10px; } }
  #sliders_comments_patners .link_project a {
    line-height: 150%;
    color: #2D2D2D;
    margin-left: 16px; }
    @media (max-width: 991.98px) {
      #sliders_comments_patners .link_project a {
        margin-left: 0;
        font-size: 20px; } }
#sliders_comments_patners .slick-dots li.slick-active button::before {
  color: #046C78; }
#sliders_comments_patners .slick-dots li button::before {
  color: #fff;
  font-size: 15px; }
#sliders_comments_patners .slick-dots .slick-next {
  background-image: url(/local/templates/genshtab/img/arrow-com.png); }
#sliders_comments_patners .slick-arrow {
  top: 0; }
  #sliders_comments_patners .slick-arrow::before {
    content: "";
    font-size: 0; }
#sliders_comments_patners .slick-next {
  right: 3%; }
#sliders_comments_patners .slick-prev {
  left: -260px; }

.sertificat {
  padding: 55px 0 71px; }
  @media (max-width: 991.98px) {
    .sertificat {
      padding: 41px 0 71px; } }
  .sertificat .sertificate_item {
    margin-bottom: 62px; }
    .sertificat .sertificate_item img {
      width: auto;
      max-width: 100%; }
    .sertificat .sertificate_item .sertificate_desc h3 {
      margin: 31px 0 7px;
       font-family: "Mulish", sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 20px;
      /* identical to box height */
      text-transform: uppercase;
      color: #212121; }
    .sertificat .sertificate_item .sertificate_desc .sertif_name_partners {
       font-family: "Mulish", sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 25px;
      /* identical to box height */
      color: #212121;
      margin-bottom: 12px; }
      .sertificat .sertificate_item .sertificate_desc .sertif_name_partners .email_line::before {
        background: #A40F20; }
  @media (max-width: 991.98px) {
    .sertificat .sertificate_item > img {
      width: 100%; } }

#sertif_slider .slick-dots {
  margin-top: 70px; }
  #sertif_slider .slick-dots li button::before {
    font-size: 15px;
    color: #262424; }
  #sertif_slider .slick-dots .slick-active button::before {
    color: #CCAA6D; }

@media (max-width: 767px) {
  .mob-logo {
    display: block; }

  #our-partners > .container-xxl > .row:first-child {
    order: 1; }

  #our-partners > .container-xxl > .row:last-child {
    order: 0; } }
.form-desc {
   font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #2D2D2D;
  margin-top: 45px;
  margin-bottom: 53px; }
  @media (max-width: 991.98px) {
    .form-desc {
      font-size: 16px;
      margin-top: 15px;
      margin-bottom: 20px; } }

.phn_line.email_line::before {
  top: 23px; }

.email_line {
  position: relative;
  display: inline-block !important; }
  .email_line:hover::before {
    content: "";
    width: 100%;
    left: 0;
    background: #046C78; }
  .email_line::before {
    content: "";
    width: 0;
    height: 4px;
    position: absolute;
    bottom: 0;
    top: 28px;
    right: 0;
    background: #046C78;
    transition: all 0.6s; }

.sv-fb .sv-fb-item {
  width: 48%;
  position: relative;
  margin-bottom: 34px; }
  @media (max-width: 767.98px) {
    .sv-fb .sv-fb-item {
      width: 100%; } }
  .sv-fb .sv-fb-item input {
    width: 100%;
    background-color: #D7E8EC;
    border: none;
    padding: 14px 0 14px 10px; }
  .sv-fb .sv-fb-item .sv-list-item {
    margin-right: 25px;
    position: relative; }
    @media (max-width: 767.98px) {
      .sv-fb .sv-fb-item .sv-list-item {
        margin-right: 0; } }
    .sv-fb .sv-fb-item .sv-list-item:focus .min-title {
      left: 0;
      top: -18px; }
  .sv-fb .sv-fb-item:first-child {
    width: 100%;
    margin-bottom: 140px; }
    .sv-fb .sv-fb-item:first-child .sv-list-item {
      margin-top: 52px;
      display: flex;
      align-items: center;
      position: relative; }
      @media (max-width: 991.98px) {
        .sv-fb .sv-fb-item:first-child .sv-list-item {
          flex-wrap: wrap; } }
      .sv-fb .sv-fb-item:first-child .sv-list-item input {
        width: 40px;
        height: 40px; }
  .sv-fb .sv-fb-item:last-child {
    width: 96%; }
    @media (max-width: 767.98px) {
      .sv-fb .sv-fb-item:last-child {
        width: 100%; } }
    .sv-fb .sv-fb-item:last-child .min-title {
      left: 10px;
      transition: all 0.4s linear; }
    .sv-fb .sv-fb-item:last-child textarea {
      width: 100%;
      background-color: #D7E8EC;
      border: none; }

body.start {
  background-color: #BDD9E0; }
  body.start h1 {
    max-width: 740px; }
    @media (max-width: 767.98px) {
      body.start h1 {
        font-size: calc(26px + 14 * ((100vw - 360px) / (1920 - 360))); } }
    body.start h1::after {
      background: transparent; }
  body.start .num {
    font-family: "shtab";
    font-size: 32px;
    line-height: 150%;
    color: #08555e; }
  body.start .num_second {
    margin-top: 115px; }
    @media (max-width: 991.98px) {
      body.start .num_second {
        margin-top: 0; } }
  body.start button[type="submit"] {
    background-color: #212121;
    border: none;
    width: 300px;
    margin-bottom: 162px;
    padding: 16px 0;
    font-family: "Mulish", sans-serif;
    cursor: pointer;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    color: #fff; }
    @media (max-width: 767.98px) {
      body.start button[type="submit"] {
        margin-bottom: 65px; } }
  body.start .focus-border {
    height: 100% !important; }

#link_animation {
  position: fixed;
  top: 50%;
  left: 94%;
  z-index: 99999; }

#link_animation > a {
  display: block;
  width: 20px;
  height: 20px;
  border: 3px solid #000000;
  border-radius: 50%;
  font-size: 0;
  margin-bottom: 20px; }

#link_animation > a.active_anim {
  background: #000000; }

.send {
  text-align: center; }

.inputserv {
  transition: all 0.3s ease-in;
   font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  /* identical to box height, or 183% */
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .inputserv:focus {
    outline: none;
    padding: 14px 0 14px 20px !important;
    transition: all 0.3s ease-in; }
  .inputserv::placeholder {
     font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    text-transform: uppercase; }

textarea.inputserv {
  padding: 14px 0 14px 10px; }
  textarea.inputserv:focus {
    padding: 14px 0 14px 20px !important; }

.inputserv:focus + .focus-border {
  width: 100%;
  transition: 0.4s;
  border: 2px solid #046C78; }

input[type='text'] + .focus-border {
  position: absolute;
  height: 50px;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  transition: 0.4s; }

@media (max-width: 767.98px) {
  .serv_title_feedback {
    display: flex;
    align-items: center; } }

textarea + .focus-border {
  position: absolute;
  height: 238px;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  transition: 0.4s; }

main > div {
  min-height: calc(100vh - 380px); }

.project + p a {
  font-family: "shtab";
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
  color: #035560;
  transition: all 0.4s linear; }

.project + p a:hover {
  color: #A40F20; }

#our-services .col-12 .os_section .os_section_title .title-img {
  font-size: 27px;
  padding: 16px 26px; }

#our-services .kristall {
  top: 86%; }

video {
  position: absolute; }

body.page_404 {
  background: url(http://salehriaz.com/404Page/img/bg_purple.png);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: left top;
  height: 100%;
  overflow: hidden;
    /*
VIEW IN FULL SCREEN MODE
FULL SCREEN MODE: http://salehriaz.com/404Page/404.html

DRIBBBLE: https://dribbble.com/shots/4330167-404-Page-Lost-In-Space
*/
   }
  body.page_404 header .video_container {
    display: none; }
@-moz-keyframes rocket-movement {
  100% {
    -moz-transform: translate(1200px, -600px); } }
@-webkit-keyframes rocket-movement {
  100% {
    -webkit-transform: translate(1200px, -600px); } }
@keyframes rocket-movement {
  100% {
    transform: translate(1200px, -600px); } }
@-moz-keyframes spin-earth {
  100% {
    -moz-transform: rotate(-360deg);
    transition: transform 20s; } }
@-webkit-keyframes spin-earth {
  100% {
    -webkit-transform: rotate(-360deg);
    transition: transform 20s; } }
@keyframes spin-earth {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    transition: transform 20s; } }
@-moz-keyframes move-astronaut {
  100% {
    -moz-transform: translate(-160px, -160px); } }
@-webkit-keyframes move-astronaut {
  100% {
    -webkit-transform: translate(-160px, -160px); } }
@keyframes move-astronaut {
  100% {
    -webkit-transform: translate(-160px, -160px);
    transform: translate(-160px, -160px); } }
@-moz-keyframes rotate-astronaut {
  100% {
    -moz-transform: rotate(-720deg); } }
@-webkit-keyframes rotate-astronaut {
  100% {
    -webkit-transform: rotate(-720deg); } }
@keyframes rotate-astronaut {
  100% {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg); } }
@-moz-keyframes glow-star {
  40% {
    -moz-opacity: 0.3; }
  90%,100% {
    -moz-opacity: 1;
    -moz-transform: scale(1.2); } }
@-webkit-keyframes glow-star {
  40% {
    -webkit-opacity: 0.3; }
  90%,100% {
    -webkit-opacity: 1;
    -webkit-transform: scale(1.2); } }
@keyframes glow-star {
  40% {
    -webkit-opacity: 0.3;
    opacity: 0.3; }
  90%,100% {
    -webkit-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    border-radius: 999999px; } }
  body.page_404 .spin-earth-on-hover {
    transition: ease 200s !important;
    transform: rotate(-3600deg) !important; }
  body.page_404 html, body.page_404 body {
    margin: 0;
    width: 100%;
    height: 100%;
     font-family: "shtab";
    -webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Standard syntax */ }
  body.page_404 .bg-purple {
    background: url(http://salehriaz.com/404Page/img/bg_purple.png);
    background-repeat: repeat-x;
    background-size: cover;
    background-position: left top;
    height: 100%;
    overflow: hidden; }
  body.page_404 .custom-navbar {
    padding-top: 15px; }
  body.page_404 .brand-logo {
    margin-left: 25px;
    margin-top: 5px;
    display: inline-block; }
  body.page_404 .navbar-links {
    display: inline-block;
    float: right;
    margin-right: 15px;
    text-transform: uppercase; }
  body.page_404 .btn-request {
    padding: 10px 25px;
    border: 1px solid #FFCB39;
    border-radius: 100px;
    font-weight: 400; }
  body.page_404 .btn-request:hover {
    background-color: #FFCB39;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1); }
  body.page_404 .btn-go-home {
    position: relative;
    z-index: 200;
    margin: 15px auto;
    width: 100px;
    padding: 10px 15px;
    border: 1px solid #FFCB39;
    border-radius: 100px;
    font-weight: 400;
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 11px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  body.page_404 .btn-go-home:hover {
    background-color: #FFCB39;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1); }
  body.page_404 .central-body {
    /*    width: 100%;*/
    padding: 17% 5% 10% 5%;
    text-align: center; }
  body.page_404 .objects img {
    z-index: 90;
    pointer-events: none; }
  body.page_404 .object_rocket {
    z-index: 95;
    position: absolute;
    transform: translateX(-50px);
    top: 75%;
    pointer-events: none;
    animation: rocket-movement 200s linear infinite both running; }
  body.page_404 .object_earth {
    position: absolute;
    top: 20%;
    left: 15%;
    z-index: 90;
    /*    animation: spin-earth 100s infinite linear both;*/ }
  body.page_404 .object_moon {
    position: absolute;
    top: 12%;
    left: 25%;
    /*
        transform: rotate(0deg);
        transition: transform ease-in 99999999999s;
    */ }
  body.page_404 .object_astronaut {
    animation: rotate-astronaut 200s infinite linear both alternate; }
  body.page_404 .box_astronaut {
    z-index: 110 !important;
    position: absolute;
    top: 60%;
    right: 20%;
    will-change: transform;
    animation: move-astronaut 50s infinite linear both alternate; }
  body.page_404 .image-404 {
    position: relative;
    z-index: 100;
    pointer-events: none; }
  body.page_404 .stars {
    background: url(http://salehriaz.com/404Page/img/overlay_stars.svg);
    background-repeat: repeat;
    background-size: contain;
    background-position: left top; }
  body.page_404 .glowing_stars .star {
    position: absolute;
    border-radius: 100%;
    background-color: #fff;
    width: 3px;
    height: 3px;
    opacity: 0.3;
    will-change: opacity; }
  body.page_404 .glowing_stars .star:nth-child(1) {
    top: 80%;
    left: 25%;
    animation: glow-star 2s infinite ease-in-out alternate 1s; }
  body.page_404 .glowing_stars .star:nth-child(2) {
    top: 20%;
    left: 40%;
    animation: glow-star 2s infinite ease-in-out alternate 3s; }
  body.page_404 .glowing_stars .star:nth-child(3) {
    top: 25%;
    left: 25%;
    animation: glow-star 2s infinite ease-in-out alternate 5s; }
  body.page_404 .glowing_stars .star:nth-child(4) {
    top: 75%;
    left: 80%;
    animation: glow-star 2s infinite ease-in-out alternate 7s; }
  body.page_404 .glowing_stars .star:nth-child(5) {
    top: 90%;
    left: 50%;
    animation: glow-star 2s infinite ease-in-out alternate 9s; }
  @media only screen and (max-width: 600px) {
    body.page_404 .navbar-links {
      display: none; }
    body.page_404 .custom-navbar {
      text-align: center; }
    body.page_404 .brand-logo img {
      width: 120px; }
    body.page_404 .box_astronaut {
      top: 70%; }
    body.page_404 .central-body {
      padding-top: 25%; } }

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

.remarka {
	font-size: 14px;
}
#our-portfolio .os_section_text p {
	padding-bottom: 18x;

}
#bx_incl_area_2_1 > p > a  {
 font-family: "shtab"; color: #046C78;
}

#comp_a9e7e27f6872a1d07c7ae6287b8a3626, #comp_c34146b2cbeea3af97c132b8ca867eed {
font-family: "shtab"; color: #046C78; font-size: 30px;
}
.santiment {
	font-size: 17px; line-height: 135%; margin-top: 24px;
}
.page_content a {
	font-weight: 700;
	color: #067A86;
}
.page_content a:hover {
	color: #035560;
}


.idea-slogan {
    padding-bottom: 0 !important;
    background: url(/images/company/idea.svg) no-repeat right top;
    margin-top: -20px;
}
/* End */


/* Start:/local/templates/genshtab/css/aos.css?173563679126513*/
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0;}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=js-scale-out__holder].aos-animate{visibility: inherit;opacity: 1;transform: matrix(1, 0, 0, 1, 0, 0);}[data-aos=js-scale-bottom].aos-animate{  -webkit-transform: scaleY(1);transform: scaleY(1);-webkit-transform-origin: 100% 0%;transform-origin: 100% 0%;}[data-aos=js-scale-out__holder].aos-animate{visibility: inherit;opacity: 1;transform: matrix(1, 0, 0, 1, 0, 0);}[data-aos=js-scale-out__img_item].aos-animate{transform: matrix(1, 0, 0, 1, 0, 0);}
/* End */


/* Start:/local/templates/genshtab/css/slick.css?17356367911776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/genshtab/css/fullpage.min.css?17356367915218*/
/*!
 * fullPage 4.0.15
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2021 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */.fp-enabled body,html.fp-enabled{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.fp-section{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:100%;display:block}.fp-slide{float:left}.fp-slide,.fp-slidesContainer{height:100%;display:block}.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.fp-table{display:flex;flex-direction:column;justify-content:center;width:100%}.fp-slidesContainer{float:left;position:relative}.fp-controlArrow{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;position:absolute;z-index:4;top:50%;cursor:pointer;margin-top:-38px;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fp-prev{left:15px}.fp-next{right:15px}.fp-arrow{width:0;height:0;border-style:solid}.fp-arrow.fp-prev{border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent}.fp-arrow.fp-next{border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff}.fp-notransition{-webkit-transition:none!important;transition:none!important}#fp-nav{position:fixed;z-index:100;top:50%;opacity:1;transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translate3d(0,-50%,0)}#fp-nav.fp-right{right:17px}#fp-nav.fp-left{left:17px}.fp-slidesNav{position:absolute;z-index:4;opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0!important;right:0;margin:0 auto!important}.fp-slidesNav.fp-bottom{bottom:17px}.fp-slidesNav.fp-top{top:17px}#fp-nav ul,.fp-slidesNav ul{margin:0;padding:0}#fp-nav ul li,.fp-slidesNav ul li{display:block;width:14px;height:13px;margin:7px;position:relative}.fp-slidesNav ul li{display:inline-block}#fp-nav ul li a,.fp-slidesNav ul li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}#fp-nav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li a.active span,.fp-slidesNav ul li:hover a.active span{height:12px;width:12px;margin:-6px 0 0 -6px;border-radius:100%}#fp-nav ul li a span,.fp-slidesNav ul li a span{border-radius:50%;position:absolute;z-index:1;height:4px;width:4px;border:0;background:#333;left:50%;top:50%;margin:-2px 0 0 -2px;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{width:10px;height:10px;margin:-5px 0 0 -5px}#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;width:0;cursor:pointer}#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip{-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in;width:auto;opacity:1}#fp-nav ul li .fp-tooltip.fp-right{right:20px}#fp-nav ul li .fp-tooltip.fp-left{left:20px}.fp-auto-height .fp-slide,.fp-auto-height.fp-section{height:auto!important}.fp-responsive .fp-is-overflow.fp-section{height:auto!important}.fp-scrollable .fp-section,.fp-scrollable .fp-slide,.fp-scrollable.fp-responsive .fp-is-overflow.fp-section{height:100vh;height:calc(var(--vh,1vh) * 100)}.fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),.fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]),.fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]){min-height:100vh;min-height:calc(var(--vh,1vh) * 100)}.fp-overflow{justify-content:flex-start;max-height:100%}.fp-is-overflow .fp-overflow.fp-auto-height,.fp-is-overflow .fp-overflow.fp-auto-height-responsive,.fp-is-overflow>.fp-overflow{overflow-y:auto}.fp-overflow{outline:0}.fp-overflow.fp-table{display:block}.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive.fp-section{height:auto!important;min-height:auto!important}.fp-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.fp-scroll-mac .fp-overflow::-webkit-scrollbar{background-color:transparent;width:9px}.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track{background-color:transparent}.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.4);border-radius:16px;border:4px solid transparent}.fp-warning,.fp-watermark{z-index:9999999;position:absolute;bottom:0}.fp-warning,.fp-watermark a{text-decoration:none;color:#000;background:rgba(255,255,255,.6);padding:5px 8px;font-size:14px;font-family:arial;color:#000;display:inline-block;border-radius:3px;margin:12px}.fp-noscroll .fp-overflow{overflow:hidden}
/*# sourceMappingURL=fullpage.min.css.map */

/* End */


/* Start:/local/templates/genshtab/css/slick-theme.css?17356367913145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/genshtab/css/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/genshtab/css/./fonts/slick.eot');
    src: url('/local/templates/genshtab/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/genshtab/css/./fonts/slick.woff') format('woff'), url('/local/templates/genshtab/css/./fonts/slick.ttf') format('truetype'), url('/local/templates/genshtab/css/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/genshtab/custom.css?17365145352461*/
.submenu .items li span.usluga-no-link{
    font-family: "shtab";
    font-size: calc(17px + 1 * ((100vw - 360px) / (1920 - 360)));
    line-height: 123.05%;
    color: #046C78;
    margin: 8px 10px 8px 25px;
}
main{
    z-index: 2!important;
}
/*
body.partners .c-partners{
    background-image: url(/local/templates/genshtab/css/../img/black-star.svg)!important;
}
*/

body:not(.home) header .container-xxl{
    background-position: 18px 100%;
}
body.about{
    background-color: #F1F1F1!important;
}
footer{
	position:relative;
}
.page_content{
	z-index:9;
	position:relative;
}
#mp-about .video_cover_block {
	display:flex;
	justify-content: flex-end;
    padding-right: 50px;
}
#mp-about .video_cover_block .about_img{
	
	min-height:620px;
}


.mobile_more_partners a{
    font-family: "shtab";
}
@media only screen and (min-width: 1440px) {
    #our-portfolio .col-sm-6:first-child{
        padding-right: 50px;
    }

}
/*notebooks*/
@media (min-width: 1200px) and  (max-width: 1400px){
    .main_text_block {
        top: 397px;
    }
    .p_items_wrap .p_item img{
        height: auto;
    }
    .p_items_wrap .p_item {
        max-width: 181px;
    }
    #mp-about .compas {
        top: 75%;
    }
}

/*mobile*/
@media (max-width: 1025px) {
    header .mp_header_left_part img {
        margin: 75px 0 0 0;
    }
    #mp-about .video_cover_block .about_img{
        min-height: auto;
    }
    .main_text_block{
        top: 285px;
    }
    .top_phone a{
        margin-right: 20px;
    }
    .main_lead{
        font-size: 26px;
        padding-right: 20px;
    }
    .main_text{
        font-size: 18px;
    }
    .idea-slogan{
        background: unset;
    }
    body .bx-breadcrumb{
        display: none;
    }
    .main-title{
        margin-top: 18px;
    }
    body.services .bx-breadcrumb, body.portfolio .bx-breadcrumb{
        display: block;
    }
    body.services .main-title, body.portfolio .main-title{
        margin-top: 0;
    }
    .m_bottom a{
        color: #EEE;
    }
    #our-services{
        padding: 25px 0 276px 0;
    }
    #container-bg-anim {
        top: -100px!important;
        left: 80px!important;
    }
    .fd-item button[type="submit"]{
        top: 90%;
    }
    .bx-breadcrumb .bx-breadcrumb-item{
        display: flex;
        align-items: center;
    }
    .bc-items .bc-item{
        font-size: 14px!important;
    }

}
.body.partners .header_page.c-partners{
    background-image: none!important;
}
/* End */


/* Start:/local/templates/genshtab/components/bitrix/breadcrumb/bc-tmp/style.min.css?1735636791467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/genshtab/template_styles.css?173563678967303*/
@charset "UTF-8";
/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 1455px) {
    .container {
      max-width: 1650px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }
@media (min-width: 1455px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1650px; } }
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1455px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xxl-first {
    order: -1; }

  .order-xxl-last {
    order: 13; }

  .order-xxl-0 {
    order: 0; }

  .order-xxl-1 {
    order: 1; }

  .order-xxl-2 {
    order: 2; }

  .order-xxl-3 {
    order: 3; }

  .order-xxl-4 {
    order: 4; }

  .order-xxl-5 {
    order: 5; }

  .order-xxl-6 {
    order: 6; }

  .order-xxl-7 {
    order: 7; }

  .order-xxl-8 {
    order: 8; }

  .order-xxl-9 {
    order: 9; }

  .order-xxl-10 {
    order: 10; }

  .order-xxl-11 {
    order: 11; }

  .order-xxl-12 {
    order: 12; }

  .offset-xxl-0 {
    margin-left: 0; }

  .offset-xxl-1 {
    margin-left: 8.3333333333%; }

  .offset-xxl-2 {
    margin-left: 16.6666666667%; }

  .offset-xxl-3 {
    margin-left: 25%; }

  .offset-xxl-4 {
    margin-left: 33.3333333333%; }

  .offset-xxl-5 {
    margin-left: 41.6666666667%; }

  .offset-xxl-6 {
    margin-left: 50%; }

  .offset-xxl-7 {
    margin-left: 58.3333333333%; }

  .offset-xxl-8 {
    margin-left: 66.6666666667%; }

  .offset-xxl-9 {
    margin-left: 75%; }

  .offset-xxl-10 {
    margin-left: 83.3333333333%; }

  .offset-xxl-11 {
    margin-left: 91.6666666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1455px) {
  .d-xxl-none {
    display: none !important; }

  .d-xxl-inline {
    display: inline !important; }

  .d-xxl-inline-block {
    display: inline-block !important; }

  .d-xxl-block {
    display: block !important; }

  .d-xxl-table {
    display: table !important; }

  .d-xxl-table-row {
    display: table-row !important; }

  .d-xxl-table-cell {
    display: table-cell !important; }

  .d-xxl-flex {
    display: flex !important; }

  .d-xxl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

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

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

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

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

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

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

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

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

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

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

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

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
@media (min-width: 1455px) {
  .flex-xxl-row {
    flex-direction: row !important; }

  .flex-xxl-column {
    flex-direction: column !important; }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xxl-wrap {
    flex-wrap: wrap !important; }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xxl-fill {
    flex: 1 1 auto !important; }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xxl-start {
    justify-content: flex-start !important; }

  .justify-content-xxl-end {
    justify-content: flex-end !important; }

  .justify-content-xxl-center {
    justify-content: center !important; }

  .justify-content-xxl-between {
    justify-content: space-between !important; }

  .justify-content-xxl-around {
    justify-content: space-around !important; }

  .align-items-xxl-start {
    align-items: flex-start !important; }

  .align-items-xxl-end {
    align-items: flex-end !important; }

  .align-items-xxl-center {
    align-items: center !important; }

  .align-items-xxl-baseline {
    align-items: baseline !important; }

  .align-items-xxl-stretch {
    align-items: stretch !important; }

  .align-content-xxl-start {
    align-content: flex-start !important; }

  .align-content-xxl-end {
    align-content: flex-end !important; }

  .align-content-xxl-center {
    align-content: center !important; }

  .align-content-xxl-between {
    align-content: space-between !important; }

  .align-content-xxl-around {
    align-content: space-around !important; }

  .align-content-xxl-stretch {
    align-content: stretch !important; }

  .align-self-xxl-auto {
    align-self: auto !important; }

  .align-self-xxl-start {
    align-self: flex-start !important; }

  .align-self-xxl-end {
    align-self: flex-end !important; }

  .align-self-xxl-center {
    align-self: center !important; }

  .align-self-xxl-baseline {
    align-self: baseline !important; }

  .align-self-xxl-stretch {
    align-self: stretch !important; } }
.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-n1 {
    margin: -0.25rem !important; }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }

  .m-sm-n2 {
    margin: -0.5rem !important; }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }

  .m-sm-n3 {
    margin: -1rem !important; }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }

  .m-sm-n4 {
    margin: -1.5rem !important; }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }

  .m-sm-n5 {
    margin: -3rem !important; }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-n1 {
    margin: -0.25rem !important; }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }

  .m-md-n2 {
    margin: -0.5rem !important; }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }

  .m-md-n3 {
    margin: -1rem !important; }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }

  .m-md-n4 {
    margin: -1.5rem !important; }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }

  .m-md-n5 {
    margin: -3rem !important; }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-n1 {
    margin: -0.25rem !important; }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  .m-lg-n2 {
    margin: -0.5rem !important; }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }

  .m-lg-n3 {
    margin: -1rem !important; }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }

  .m-lg-n4 {
    margin: -1.5rem !important; }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }

  .m-lg-n5 {
    margin: -3rem !important; }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-n1 {
    margin: -0.25rem !important; }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }

  .m-xl-n2 {
    margin: -0.5rem !important; }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }

  .m-xl-n3 {
    margin: -1rem !important; }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }

  .m-xl-n4 {
    margin: -1.5rem !important; }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }

  .m-xl-n5 {
    margin: -3rem !important; }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
@media (min-width: 1455px) {
  .m-xxl-0 {
    margin: 0 !important; }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }

  .m-xxl-1 {
    margin: 0.25rem !important; }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }

  .m-xxl-2 {
    margin: 0.5rem !important; }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }

  .m-xxl-3 {
    margin: 1rem !important; }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }

  .m-xxl-4 {
    margin: 1.5rem !important; }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }

  .m-xxl-5 {
    margin: 3rem !important; }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }

  .p-xxl-0 {
    padding: 0 !important; }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }

  .p-xxl-1 {
    padding: 0.25rem !important; }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }

  .p-xxl-2 {
    padding: 0.5rem !important; }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }

  .p-xxl-3 {
    padding: 1rem !important; }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }

  .p-xxl-4 {
    padding: 1.5rem !important; }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }

  .p-xxl-5 {
    padding: 3rem !important; }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }

  .m-xxl-n1 {
    margin: -0.25rem !important; }

  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }

  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }

  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }

  .m-xxl-n2 {
    margin: -0.5rem !important; }

  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }

  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }

  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }

  .m-xxl-n3 {
    margin: -1rem !important; }

  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }

  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }

  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }

  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }

  .m-xxl-n4 {
    margin: -1.5rem !important; }

  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }

  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }

  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }

  .m-xxl-n5 {
    margin: -3rem !important; }

  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }

  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }

  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }

  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }

  .m-xxl-auto {
    margin: auto !important; }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

/* End */
/* /local/templates/genshtab/css/main.css?1735636791153765 */
/* /local/templates/genshtab/css/aos.css?173563679126513 */
/* /local/templates/genshtab/css/slick.css?17356367911776 */
/* /local/templates/genshtab/css/fullpage.min.css?17356367915218 */
/* /local/templates/genshtab/css/slick-theme.css?17356367913145 */
/* /local/templates/genshtab/custom.css?17365145352461 */
/* /local/templates/genshtab/components/bitrix/breadcrumb/bc-tmp/style.min.css?1735636791467 */
/* /local/templates/genshtab/template_styles.css?173563678967303 */
