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

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

h1 {
  font-size: clamp(2.4rem, 3.4vw, 3.4rem);
  line-height: clamp(2.8rem, 3.8vw, 3.8rem);
  font-family: 'Geologica', sans-serif; }

h2 {
  font-size: clamp(2rem, 2.9vw, 3rem);
  line-height: clamp(2.2rem, 2.4vw, 3rem);
  font-family: 'Geologica', sans-serif; }

h4 {
  font-family: 'Geologica', sans-serif; }

p {
  font-size: clamp(0.9em, 1vw, 1.1rem);
  line-height: clamp(1rem, 1.2vw, 1.3rem); }

.__t--title {
  font-size: clamp(1.1rem, 1.1vw, 1.7rem);
  line-height: clamp(1.3rem, 1.3vw, 1.5rem);
  font-weight: bold;
  font-family: 'Geologica', sans-serif; }

.__h {
  display: none !important; }

.__t {
  opacity: 0; }

.__screen {
  width: calc(100vw - 4rem);
  max-width: 1600px;
  height: calc((100vw - 4rem) * 0.5675);
  max-height: calc(100vh - 4rem);
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  right: auto;
  left: auto;
  pointer-events: none;
  position: relative;
  z-index: 1; }

.__res_trans {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.__w_p60 {
  height: calc( (100vw - 4rem) * 0.34);
  max-height: 544px; }

.__col_1-2 {
  width: 48%; }

.__col_1-3 {
  width: 30%; }

.__row_1-2 {
  height: 50vh !important; }

.__otl_5 {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.5rem; }

.__otl_15 {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3rem; }

.__otl_1 {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.1rem; }

.t--slide_title {
  width: 30%;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  position: relative;
  z-index: 1000;
  margin-top: auto;
  padding-bottom: 0.2rem; }
  .t--slide_title.--xl {
    width: 100%;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 0.1rem solid var(--col_main);
    margin-top: 0; }

.wrp--page {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.08);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-height: 1200px;
  z-index: 100; }

.inr--page {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.06);
  position: relative;
  height: calc( (100vw - 4rem) * 0.5675);
  display: none; }

.el--overlay {
  width: calc(100% - 4rem);
  position: fixed;
  max-width: 1400px;
  bottom: auto;
  right: auto;
  left: auto;
  height: calc( (100vw - 4rem) * 0.5675);
  top: auto;
  -webkit-box-shadow: 0 0 0 5rem rgba(0, 0, 0, 0.514);
          box-shadow: 0 0 0 5rem rgba(0, 0, 0, 0.514);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.el_backgound {
  width: 100%;
  height: auto;
  position: absolute;
  right: auto;
  left: auto;
  top: 0;
  bottom: auto;
  z-index: 1; }

.wrp--screen {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.08);
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  pointer-events: none; }

.inr--nav {
  width: 100vw;
  position: absolute;
  height: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

nav {
  width: 100%;
  height: 4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0;
  color: var(--col_dark);
  /* &::after {
        content: "";
        display: none;
        position: absolute;
        background-color: var(--col_dark);
        width: 30%;
        height: 1rem;
        color: #ffffff;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        left: 0;
        top: 0;
        font-family: 'Tektur', cursive;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 0.1rem;
    } */ }
    nav.--product::before {
      opacity: 1; }
    nav.--back_zero::after {
      opacity: 0; }
  nav::before {
    content: "";
    display: block;
    position: absolute;
    background-color: var(--col_dark);
    height: 100%;
    border-bottom-left-radius: 0.5rem;
    -webkit-transform: skew(30deg);
        -ms-transform: skew(30deg);
            transform: skew(30deg);
    -webkit-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    width: 100%;
    left: 15rem;
    top: 0;
    opacity: 0;
    z-index: 0; }
  nav::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #ffffff;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(255, 255, 255, 0)), to(white));
    background-image: -webkit-linear-gradient(0, rgba(255, 255, 255, 0) 0%, white 100%);
    background-image: -o-linear-gradient(0, rgba(255, 255, 255, 0) 0%, white 100%);
    background-image: linear-gradient(0, rgba(255, 255, 255, 0) 0%, white 100%);
    /* box-shadow: 0 0.5rem 0.5rem rgba(255, 255, 255, 0.3) */ }
  nav.-with_product- {
    color: #ffffff; }
    nav.-with_product-::before {
      left: 25%;
      top: 0;
      opacity: 1; }

.lst--nav_main {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: calc(100% - 24rem);
  z-index: 1000;
  margin-right: 0;
  margin-left: auto;
  pointer-events: auto;
  font-family: 'Geologica', sans-serif;
  color: var(--col_dark);
  max-width: 60%; }
  .lst--nav_main.--light {
    color: #e7e7e8;
    width: calc(100% - 30rem); }

.itm--nav_main {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.4, 1.51);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 0.4, 1.51);
  transition: all 300ms cubic-bezier(0.4, 0, 0.4, 1.51);
  position: relative;
  z-index: 1000;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  height: calc(100% + 0.5rem);
  top: -0.5rem;
  border: 0.1rem none rgba(0, 0, 0, 0);
  padding-top: 0.6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: currentColor; }
  .itm--nav_main:hover {
    -webkit-transform: translateY(0.2rem);
        -ms-transform: translateY(0.2rem);
            transform: translateY(0.2rem);
    border-color: var(--col_daek);
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff; }

.s--fullscreen {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 100;
  position: relative; }
  .s--fullscreen#products {
    height: 150vh;
    -webkit-clip-path: none;
            clip-path: none;
    background-color: var(--col_dark); }
    .s--fullscreen#products::before {
      content: "";
      display: block;
      position: absolute;
      background-color: var(--col_dark);
      width: 100%;
      z-index: 100;
      height: 50vh;
      right: 0;
      left: 0;
      top: auto;
      bottom: -50vh; }
  .s--fullscreen.--no_clip {
    -webkit-clip-path: none;
            clip-path: none; }
  .s--fullscreen.--scroller_background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10; }
  .s--fullscreen.--h_auto {
    height: auto; }
  .s--fullscreen.--s {
    height: auto; }
    .s--fullscreen.--s > .c--screen {
      height: auto; }
  .s--fullscreen.--x04 {
    height: 40vh; }
  .s--fullscreen.--x06 {
    height: 60vh; }
  .s--fullscreen.--x15 {
    height: 150vh; }
  .s--fullscreen.--x20 {
    height: 200vh; }
  .s--fullscreen.--add_space {
    margin-bottom: 50vh; }
  .s--fullscreen.--short {
    height: 50vh; }

.c--screen {
  height: calc((100vw - 4rem) * 0.5675);
  width: calc(100vw - 4rem);
  max-width: 1600px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5rem 2rem 1rem 4rem;
  z-index: 1000;
  max-height: calc(100vh - 4rem);
  left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* &.--vid {
        flex-direction: column;
        align-items: center
    } */ }
  .c--screen.--product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 0; }
  .c--screen.--short {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    height: calc( (100vw - 4rem) * 0.28);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-height: 450px;
    display: none; }
  .c--screen.--fixed {
    position: fixed;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    left: 0; }
  .c--screen.--alig_card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
    min-height: 100%;
    max-height: none; }
  .c--screen.--header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .c--screen.--footer {
    background-color: var(--col_dark); }

.s--start {
  height: 200vh;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  background-color: rgba(20, 67, 139, 0.35); }

.t--heder_title {
  width: auto;
  margin-left: 0;
  margin-right: auto;
  text-transform: uppercase;
  font-weight: bold; }

.t--info {
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
  line-height: clamp(1.4rem, 1.6vw, 1.8rem);
  font-weight: bold;
  margin-bottom: 10%;
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 1rem;
  padding-right: 10%;
  padding-left: 5%;
  font-family: 'Geologica', sans-serif; }

.lst--fullpage {
  list-style-type: none;
  width: 50%;
  padding-left: 0; }
  .lst--fullpage li {
    padding-left: 22%;
    position: relative;
    /* opacity: 0 */ }
  .lst--fullpage span {
    margin-bottom: 0.5rem;
    font-weight: bold; }
  .lst--fullpage p {
    margin-top: 0.5rem;
    font-family: 'Exo 2', sans-serif; }

.lst--product {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style-type: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  z-index: 10;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  position: static; }

.itm--product {
  height: 40%;
  border-radius: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
  z-index: 100;
  border: 0.1rem solid var(--col_main);
  color: #ffffff;
  letter-spacing: 0.1rem;
  padding: 2rem;
  position: relative;
  width: 100%;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem; }
  .itm--product.--ruscamp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: calc(70% - 3rem);
    margin-right: 3rem;
    z-index: 10000;
    border-style: none;
    position: static; }
    .itm--product.--ruscamp p {
      color: var(--col_dark);
      width: 100%;
      font-weight: bold;
      z-index: 1001; }
  .itm--product.--title {
    width: 30%;
    border-style: none;
    padding: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .itm--product.--short {
    height: 8rem;
    width: 36%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem;
    margin-left: 3rem; }
  .itm--product p {
    text-align: center;
    font-weight: lighter;
    font-family: 'Exo 2', sans-serif;
    z-index: 100; }
  .itm--product .__t--title {
    text-align: center;
    margin-bottom: 0.2rem; }
  .itm--product.--ruscamp_old {
    position: absolute;
    height: calc( (100vw - 4rem) * 0.28);
    width: calc(30% - 1rem);
    overflow: hidden;
    -webkit-clip-path: inset(0 0 0 round 1rem);
            clip-path: inset(0 0 0 round 1rem);
    left: 2rem;
    max-height: 448px;
    top: 30rem; }
    .itm--product.--ruscamp_old.-open- {
      width: 100%;
      left: 0;
      top: 0;
      height: 100%;
      z-index: 1000;
      max-height: 100%; }

.el--slide_video {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: auto;
  right: 0;
  height: auto; }
  .el--slide_video.--s {
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: center left;
        -ms-transform-origin: center left;
            transform-origin: center left; }

.el--slide_video_mob {
  position: absolute;
  max-width: 1600px;
  left: 0;
  width: 100%;
  top: 0;
  bottom: auto;
  right: 0;
  height: auto;
  display: none; }

.c--product {
  width: calc(100vw - 4rem);
  max-width: 1600px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  overflow: hidden;
  z-index: 1010; }
  .c--product.--short {
    height: calc( (100vw - 4rem) * 0.3405);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.c--product_prop {
  width: 100%;
  height: calc( (100vw - 4rem) * 0.5675);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 100;
  max-height: 900px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .c--product_prop.--header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -46vh;
    opacity: 0;
    padding-top: 5rem; }
  .c--product_prop.-active- {
    opacity: 1; }
  .c--product_prop.--fixed {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.t--product_acsent {
  width: 50%;
  font-weight: bold;
  position: relative;
  z-index: 1000;
  margin-top: auto;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  text-shadow: 0 0 3rem #fff;
  font-family: 'Geologica', sans-serif; }
  .t--product_acsent span {
    font-weight: 800;
    color: var(--col_main); }
  .t--product_acsent.--main {
    width: 60%; }
  .t--product_acsent.--xl {
    width: 100%;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 0.1rem solid var(--col_main);
    margin-top: 0; }
  .t--product_acsent.--sub {
    width: 40%;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.31em;
    text-shadow: none;
    font-family: 'Geologica', sans-serif; }
    .t--product_acsent.--sub::before {
      content: "";
      display: block;
      width: calc(100% + 4rem);
      height: calc(100% + 3rem);
      position: absolute;
      background-color: var(--col_dark);
      top: -2rem;
      left: -2rem;
      z-index: -1;
      border-top-right-radius: 0.8rem;
      border-bottom-left-radius: 0.8rem; }

.lst--prop_compare {
  list-style-type: none;
  padding-left: 0;
  width: 100%;
  position: relative;
  margin-top: 1rem;
  padding-top: 1rem; }
  .lst--prop_compare li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1rem;
    z-index: 10;
    padding-right: 1rem;
    padding-bottom: 0.4rem; }
  .lst--prop_compare h4 {
    margin-bottom: 0.4rem;
    white-space: nowrap;
    width: 100%;
    margin-top: 0;
    font-size: 1.2rem; }
  .lst--prop_compare p {
    margin-top: 0.2rem;
    font-family: 'Exo 2', sans-serif;
    padding-left: 1rem;
    padding-right: 2rem;
    margin-bottom: 0; }

.c--prop_cell {
  width: 50%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 1000;
  /* &:first-child {
        width: 60%
    } */ }
  .c--prop_cell:last-child {
    border-bottom: 0.1rem solid #e9e9e9; }

.lst--product_prop {
  font-family: 'Exo 2', sans-serif;
  border-radius: 0.4rem;
  margin-left: 3rem;
  width: calc(80% - 4rem);
  padding: 0.5rem 2rem 1rem 5rem;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: calc(50% - 2rem);
  margin-bottom: 0.5rem;
  margin-top: 0.5rem; }
  .lst--product_prop:nth-child(even) {
    margin-right: 0;
    margin-left: auto; }
  .lst--product_prop li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    z-index: 100; }
  .lst--product_prop:hover {
    -webkit-transform: translateY(-0.4rem);
        -ms-transform: translateY(-0.4rem);
            transform: translateY(-0.4rem);
    -webkit-transition: all 300ms cubic-bezier(0.2, 0, 0.4, 1.2);
    -o-transition: all 300ms cubic-bezier(0.2, 0, 0.4, 1.2);
    transition: all 300ms cubic-bezier(0.2, 0, 0.4, 1.2); }

.c--product_slide {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 2rem;
  padding-right: 2rem; }

.itm--prop_title {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: bolder;
  margin-left: -7rem;
  font-size: 1.2rem;
  font-family: 'Geologica', sans-serif;
  padding-left: 1rem;
  position: relative;
  z-index: 100;
  height: 3rem; }
  .itm--prop_title::before {
    content: "";
    display: block;
    position: absolute;
    background-color: var(--col_main);
    -webkit-box-shadow: 0 0.2rem 0.2rem -0.1rem var(--col_shadow_2) inset;
            box-shadow: 0 0.2rem 0.2rem -0.1rem var(--col_shadow_2) inset;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5rem;
    margin-left: 0.3rem;
    height: 10rem;
    z-index: -1;
    border-top-left-radius: 0.7rem;
    border-bottom-right-radius: 0.7rem; }
    .itm--prop_title.--el_1::before {
      margin-left: 0.3rem;
      background-color: var(--col_dark);
      border-radius: 0 0.7rem; }
    .itm--prop_title.--el_2::before {
      margin-left: 0.4rem;
      top: -3rem;
      background-color: var(--col_dark); }
    .itm--prop_title.--el_3::before {
      margin-left: -4.5rem; }

.ic--list_title {
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  z-index: 100;
  color: #ffffff;
  margin-top: 4rem; }
  .ic--list_title.--side {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0; }

.ic--standart {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1px;
  height: 3rem;
  color: var(--col_dark);
  margin-right: 0.5rem; }
  .ic--standart.--color {
    color: var(--col_main); }
  .ic--standart.--side {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin-top: -1rem;
    margin-left: 10%;
    color: #000000; }

.t--accent {
  /* font-size: calc(min(2.2rem, 3.6vw)); */
  font-size: clamp(1.4rem, 2.4vw, 2.6rem);
  line-height: clamp(1.8rem, 2.8vw, 2.8rem);
  padding-left: 1rem;
  border-left: 1rem solid var(--col_main);
  margin-bottom: 1rem; }

.lst--standart {
  width: 44%;
  padding-left: 0; }

.itm--standart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 4rem;
  border-bottom: 0.01rem dashed var(--col_trans); }
  .itm--standart.--title {
    font-weight: bolder;
    font-size: clamp(1.4rem, 2.4vw, 2.6rem);
    line-height: clamp(1.8rem, 2.8vw, 2.8rem);
    border-bottom: 0.1rem solid var(--col_dark);
    font-family: 'Geologica', sans-serif; }

.itm--option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: var(--col_dark);
  color: #ffffff;
  border-radius: 0.4rem;
  margin-top: 1rem; }

.c--test {
  height: calc( (100vw - 4rem) * 0.5675);
  width: calc(100vw - 4rem);
  position: fixed;
  right: auto;
  left: auto;
  -webkit-box-shadow: 0 0 0 0.16rem #00000073, inset 0 0 0 0.3rem #1f234225, 0 0 2rem 0 #00000070, 0 0 0 50rem #e7eaec;
          box-shadow: 0 0 0 0.16rem #00000073, inset 0 0 0 0.3rem #1f234225, 0 0 2rem 0 #00000070, 0 0 0 50rem #e7eaec;
  -o-object-position: 4px;
     object-position: 4px;
  border-radius: 1rem;
  pointer-events: none;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 1600px;
  max-height: 900px;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.c--test_2 {
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  border: 0.5rem solid rgba(0, 0, 0, 0.86);
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 2rem 0 #00000073, 0 0 rem 0 #00000073;
          box-shadow: 0 0 2rem 0 #00000073, 0 0 rem 0 #00000073;
  display: none; }

.--main_color {
  color: var(--col_main); }

.a--trigers {
  width: 0.5rem;
  background-color: rgba(51, 53, 60, 0.19);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.a--triger_screen {
  height: calc( (100vw - 4rem) * 0.5675);
  max-height: 900px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.32);
  margin-top: auto;
  margin-bottom: auto; }

.c--prop_label {
  width: 100%;
  padding-bottom: 0.4rem;
  padding-left: 5.3rem;
  position: relative;
  height: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem; }
  .c--prop_label::before {
    content: "";
    display: block;
    position: absolute;
    background-color: var(--col_main);
    width: 100%;
    height: 0.2rem;
    left: 0;
    bottom: 0;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0.5rem; }
  .c--prop_label::after {
    content: "";
    display: block;
    position: absolute;
    background-color: var(--col_main);
    width: 7rem;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    -webkit-transform: skew(30deg);
        -ms-transform: skew(30deg);
            transform: skew(30deg);
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.4rem;
    margin-left: -3rem;
    border-bottom-left-radius: 0.5rem; }

.ic--label {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  color: #ffffff;
  top: auto;
  margin-left: 0.5rem;
  margin-bottom: 0.1rem; }

.c--slide_back {
  position: absolute;
  width: auto;
  height: auto; }

.c--copywrite {
  width: 2.4rem;
  height: 100%;
  background-color: var(--col_dark);
  color: #ffffff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-family: 'Geologica', sans-serif;
  text-transform: uppercase;
  font-size: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1rem;
  font-weight: 200;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 1rem;
  margin-right: auto;
  margin-left: -1.4rem;
  z-index: 10;
  position: absolute;
  right: -1.2rem; }

.lst--product_logo {
  height: 100%;
  left: 0;
  top: 0;
  position: relative;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 1000; }

.itm--product_logo {
  width: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.4, 1.2);
  -o-transition: all 400ms cubic-bezier(0.4, 0, 0.4, 1.2);
  transition: all 400ms cubic-bezier(0.4, 0, 0.4, 1.2);
  position: absolute;
  top: auto;
  left: 0;
  bottom: auto;
  padding-left: 0.5rem;
  height: 100%;
  margin-right: 3rem;
  min-width: 12rem; }
  .itm--product_logo[data-animation="ruscamp_logo"] {
    -webkit-transform: translateX(-15rem);
        -ms-transform: translateX(-15rem);
            transform: translateX(-15rem); }
  .itm--product_logo.-to_sub- {
    margin-left: 100%; }

.ic--nav_logo {
  height: 80%;
  width: auto;
  -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.4, 2);
  -o-transition: all 400ms cubic-bezier(0.4, 0, 0.4, 2);
  transition: all 400ms cubic-bezier(0.4, 0, 0.4, 2);
  z-index: 1000; }
  .ic--nav_logo.--s {
    height: 60%; }
  .ic--nav_logo.-to_sub- {
    margin-left: 30%; }
  .ic--nav_logo.--logo {
    color: var(--col_main); }
  .ic--nav_logo.--text {
    color: var(--col_text_main); }

.c--scroller {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  z-index: 1000; }

.t--slide_main {
  font-size: clamp(1rem, 1.2vw, 1.4rem);
  line-height: clamp(1.4rem, 1.8vw, 2.2rem);
  padding: 1rem 3rem;
  font-weight: bold;
  margin-left: 50%;
  position: relative; }

.c--product_title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  position: relative;
  font-size: clamp(1.6rem, 2.4vw, 2.6rem);
  line-height: clamp(1.8rem, 2.6vw, 3rem);
  margin-top: auto; }

.ic--prod_card {
  width: auto;
  height: 50%;
  color: #ffffff;
  z-index: 100;
  margin-right: 5%; }
  .ic--prod_card.--xl {
    height: 90%;
    width: auto; }
  .ic--prod_card.--l {
    z-index: 1001; }
  .ic--prod_card.--otl {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round; }

.el--anim_back {
  width: 100%;
  height: 100vw;
  background-color: var(--col_dark);
  position: absolute;
  border-top-left-radius: 55vw;
  border-top-right-radius: 55vw; }

.c--products_header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  text-align: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30rem; }

.a--trigers {
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 100000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 0; }

.a--trigers_null {
  height: calc( (100vw - 4rem) * 0.5675);
  max-height: 900px;
  width: 100%;
  background-color: rgba(152, 75, 75, 0.41);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .a--trigers_null.--p70 {
    height: calc( (100vw - 4rem) * 0.4);
    max-height: 640px; }
  .a--trigers_null.--p50 {
    height: calc( (100vw - 4rem) * 0.28);
    max-height: 450px; }
  .a--trigers_null.--p55 {
    height: calc( (100vw - 4rem) * 0.31);
    max-height: 496px; }
  .a--trigers_null.--r30 {
    height: 30rem; }
  .a--trigers_null.--s2 {
    height: 200vh; }
  .a--trigers_null#trig_product_start {
    height: 50%; }

.c--slide_title {
  font-size: 3rem;
  padding-bottom: 1rem;
  letter-spacing: 0.2rem;
  border-bottom: 0.1rem solid var(--col_main);
  min-width: auto;
  position: relative;
  right: 0;
  color: var(--col_main);
  z-index: 10;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 7rem;
  line-height: 3rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-transform: uppercase;
  font-weight: 600; }
  .c--slide_title h3 {
    margin-top: 0;
    padding-bottom: 1rem;
    overflow: hidden;
    border-bottom: 0.1rem solid var(--col_main);
    margin-bottom: auto; }
  .c--slide_title.--alig_r {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .c--slide_title.--product {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    height: auto;
    bottom: 0;
    padding-bottom: 0; }

.el--folder_block {
  position: absolute;
  border-bottom-left-radius: 0.5rem;
  width: calc(50% + 1.5rem);
  right: 0;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.6);
  border: 0.2rem solid rgba(255, 255, 255, 0.3);
  height: 60vh;
  top: 50%;
  /* background-color: rgba(255, 255, 255, 0.4) */ }

.el--block_1 {
  width: 44%;
  height: 100%;
  position: absolute;
  background-color: var(--col_dark);
  top: 25%;
  z-index: -1;
  right: 10%;
  border-top-right-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem; }

.inr--screen {
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 0 0.16rem var(--col_dark), 0 0 2rem 0 #00000070, 0 0 0 50rem #e7eaec;
          box-shadow: 0 0 0 0.16rem var(--col_dark), 0 0 2rem 0 #00000070, 0 0 0 50rem #e7eaec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding-left: 2rem;
  overflow: hidden;
  opacity: 1; }
  .inr--screen::after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 2rem);
    height: 100%;
    border-radius: 1rem;
    z-index: 100;
    -webkit-box-shadow: inset 0 0 0 0.3rem #1f234225;
            box-shadow: inset 0 0 0 0.3rem #1f234225; }

.c--nav_slide {
  height: 100%;
  background-color: var(--col_dark);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3rem;
  pointer-events: auto;
  -webkit-clip-path: polygon(0 0.9rem, 0.013rem 0.641rem, 0.033rem 0.399rem, 0.192rem 0.192rem, 0.399rem 0.033rem, 0.641rem 0.013rem, 0.9rem 0, 100% 0, calc(100% - 0.259rem) 0.033rem, calc(100% - 0.501rem) 0.133rem, calc(100% - 0.708rem) 0.292rem, calc(100% - 0.867rem) 0.499rem, calc(100% - 0.967rem) 0.741rem, calc(100% - 1rem) 1rem, calc(100% - 1rem) calc(100% - 1rem), calc(100% - 0.967rem) calc(100% - 0.741rem), calc(100% - 0.867rem) calc(100% - 0.499rem), calc(100% - 0.708rem) calc(100% - 0.292rem), calc(100% - 0.501rem) calc(100% - 0.133rem), calc(100% - 0.259rem) calc(100% - 0.033rem), 100% 100%, 0.9rem 100%, 0.641rem calc(100% - 0.013rem), 0.399rem calc(100% - 0.033rem), 0.192rem calc(100% - 0.192rem), 0.033rem calc(100% - 0.399rem), 0.013rem calc(100% - 0.641rem), 0 calc(100% - 0.9rem));
          clip-path: polygon(0 0.9rem, 0.013rem 0.641rem, 0.033rem 0.399rem, 0.192rem 0.192rem, 0.399rem 0.033rem, 0.641rem 0.013rem, 0.9rem 0, 100% 0, calc(100% - 0.259rem) 0.033rem, calc(100% - 0.501rem) 0.133rem, calc(100% - 0.708rem) 0.292rem, calc(100% - 0.867rem) 0.499rem, calc(100% - 0.967rem) 0.741rem, calc(100% - 1rem) 1rem, calc(100% - 1rem) calc(100% - 1rem), calc(100% - 0.967rem) calc(100% - 0.741rem), calc(100% - 0.867rem) calc(100% - 0.499rem), calc(100% - 0.708rem) calc(100% - 0.292rem), calc(100% - 0.501rem) calc(100% - 0.133rem), calc(100% - 0.259rem) calc(100% - 0.033rem), 100% 100%, 0.9rem 100%, 0.641rem calc(100% - 0.013rem), 0.399rem calc(100% - 0.033rem), 0.192rem calc(100% - 0.192rem), 0.033rem calc(100% - 0.399rem), 0.013rem calc(100% - 0.641rem), 0 calc(100% - 0.9rem));
  border-top: 0.8rem solid var(--col_dark);
  border-left: 1rem solid var(--col_dark);
  border-bottom: 0.08rem solid var(--col_dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1rem;
  padding-top: 1px;
  z-index: 1000; }

.c--itm_product_overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%; }

.ic--add_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 100%; }

.c--background_overlay {
  position: absolute;
  width: calc(70% - 7rem);
  border-radius: 1rem;
  -webkit-clip-path: inset(0 0 0 round 1rem);
          clip-path: inset(0 0 0 round 1rem);
  top: calc((50% - 7rem) / 2);
  left: 4rem;
  height: 40%;
  background-image: url("../assets/images/back_ruscamp.jpg");
  background-position: center center;
  background-size: cover; }
  .c--background_overlay.-transition- {
    width: 100vw;
    left: -4rem;
    height: 150vh;
    top: -60vh; }
  .c--background_overlay.-open- {
    -webkit-clip-path: none;
            clip-path: none; }

.lst--nav_controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 2rem;
  margin-left: -0.5rem; }

.itm--nav_control {
  width: 1.5rem;
  height: 2rem;
  color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.45rem;
  -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.6, 1.31);
  -o-transition: all 400ms cubic-bezier(0.4, 0, 0.6, 1.31);
  transition: all 400ms cubic-bezier(0.4, 0, 0.6, 1.31); }
  .itm--nav_control.-active- {
    color: var(--col_main);
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    stroke-width: 5rem; }

.anim--fullscreen {
  position: absolute;
  bottom: auto;
  left: 0;
  right: auto;
  width: 100%;
  z-index: 10;
  min-width: 100%;
  height: auto;
  min-height: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  top: auto;
  margin-top: -4rem; }

.del--screen {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 50%;
  width: 3rem;
  border-bottom: 0.1rem solid #e80f0f;
  z-index: 10000000000; }

.el--block_2 {
  position: absolute;
  background-color: var(--col_main);
  width: 2rem;
  height: 50vh;
  left: 0;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  top: 0; }

@media (max-width: 779px) {
  .wrp--screen {
    height: auto;
    display: none; }
  .wrp--page {
    min-height: auto; }
  .s--fullscreen {
    min-height: 100vh;
    height: auto; }
    .s--fullscreen[data-slide="7"] {
      height: auto !important; }
  .c--screen {
    width: 100%;
    height: auto;
    padding: 4%;
    margin-top: 0;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    min-height: 100vh;
    max-height: none !important; }
    .c--screen[data-animation="ruscamp_func"] {
      height: auto !important;
      position: relative;
      padding-bottom: 4rem;
      padding-top: 3rem; }
  .t--heder_title {
    font-size: 2rem !important; }
  .el_backgound {
    display: none; } }

.el_background_mob {
  width: 100%;
  height: auto;
  position: absolute;
  right: auto;
  left: auto;
  top: 0;
  bottom: auto;
  z-index: 1;
  display: none; }

@media (max-width: 779px) {
  .el_background_mob {
    display: block; } }

.c--props {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: calc(100% - 3rem); }

.t--copywrite {
  color: rgba(255, 255, 255, 0.3);
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 2rem;
  font-size: 0.6rem;
  line-height: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

@media (max-width: 779px) {
  .c--screen { }
    .c--screen#about {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .c--screen#ruscamp_price {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: auto;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      max-height: auto !important; }
  .t--info {
    width: 100%;
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .lst--fullpage {
    width: 100%;
    height: auto; }
  .lst--product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-bottom: 1rem;
    padding-top: 1rem; }
  .itm--product {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }
    .itm--product.--title {
      -webkit-box-ordinal-group: -1;
          -ms-flex-order: -2;
              order: -2;
      height: calc(15% - 1.5rem); }
    .itm--product.--ruscamp {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: calc(55% - 4.5rem); }
      .itm--product.--ruscamp p {
        width: 100%; }
    .itm--product.--short {
      height: calc(20% - 1.5rem); }
  .c--background_overlay {
    top: calc(15% + 1rem);
    width: calc(100% - 2rem);
    margin-left: 0;
    height: calc(45% - 3rem);
    position: absolute;
    left: 1rem;
    right: 1rem; }
  .el--slide_video {
    display: none; } }

@media (max-width: 779px) {
  .t--slide_main {
    width: 100%;
    margin-left: 0; }
  .c--product_title {
    height: auto;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .t--product_acsent {
    width: 100%;
    margin-bottom: auto; }
    .t--product_acsent.--sub {
      width: 70%;
      position: relative;
      right: -15%;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: right;
      -webkit-transform-origin: center right;
          -ms-transform-origin: center right;
              transform-origin: center right;
      background-color: var(--col_dark);
      padding: 0.5rem 2rem 0.5rem 0.5rem;
      line-height: 2rem;
      margin-right: -2rem;
      margin-top: 0.5rem; }
      .t--product_acsent.--sub::before {
        height: 100%;
        display: none; }
  .lst--prop_compare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: calc(100% - 8rem);
    width: 100%;
    padding-bottom: 2rem; }
    .lst--prop_compare li {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: auto;
      position: relative;
      width: 90%;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-top: 0.5rem; }
  .c--prop_cell {
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .c--prop_cell:last-child {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      text-align: right;
      position: relative;
      border-bottom-left-radius: 0.5rem;
      padding-top: 0.4rem;
      -webkit-transform-origin: center right;
          -ms-transform-origin: center right;
              transform-origin: center right;
      right: -15%;
      border-right-style: solid;
      border-right-width: 0.5rem;
      padding-bottom: 0.4rem; }
      .c--prop_cell:last-child p {
        padding-right: 0.51rem; }
      .c--prop_cell:last-child h4 {
        padding-left: 1rem;
        padding-right: 0.5rem; }
  .el--block_1 { }
  .c--props {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: auto !important; }
  .lst--product_prop {
    width: 100%;
    margin-left: 0;
    padding-left: 4rem;
    margin-top: 1rem;
    height: auto; }
  .itm--prop_title {
    height: 4rem;
    margin-left: -4rem;
    padding-left: 5rem; }
    .itm--prop_title::before {
      content: "";
      display: block;
      position: absolute;
      background-color: var(--col_main);
      -webkit-box-shadow: 0 0.2rem 0.2rem -0.1rem var(--col_shadow_2) inset;
              box-shadow: 0 0.2rem 0.2rem -0.1rem var(--col_shadow_2) inset;
      top: 0;
      bottom: 0;
      left: 0;
      width: 4rem;
      margin-left: 0.3rem;
      height: 100%;
      z-index: -1;
      border-top-left-radius: 0.7rem;
      border-bottom-right-radius: 0.7rem; }
  .ic--list_title {
    margin-top: 0;
    width: 3rem;
    height: 3rem;
    position: absolute;
    left: 1rem; }
  .lst--standart {
    width: 100%; }
  .anim--fullscreen {
    display: none; }
  .ic--standart {
    color: var(--col_main) !important; }
  .el--folder_block {
    display: none !important; } }

.c--contacts {
  position: absolute;
  height: 14rem;
  width: calc(100% - 1.8rem);
  left: 1.9rem;
  right: -0.1rem;
  bottom: -0.1rem;
  background-color: var(--col_dark);
  -webkit-box-shadow: 0 1.5rem 1rem -0.5rem #000 inset;
          box-shadow: 0 1.5rem 1rem -0.5rem #000 inset;
  pointer-events: auto;
  -webkit-clip-path: polygon(0 0, 0.033rem 0.259rem, 0.133rem 0.501rem, 0.292rem 0.708rem, 0.499rem 0.867rem, 0.741rem 0.967rem, 1rem 1rem, calc(100% - 1rem) 1rem, calc(100% - 0.741rem) 0.967rem, calc(100% - 0.499rem) 0.867rem, calc(100% - 0.292rem) 0.708rem, calc(100% - 0.133rem) 0.501rem, calc(100% - 0.033rem) 0.259rem, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 0.033rem 0.259rem, 0.133rem 0.501rem, 0.292rem 0.708rem, 0.499rem 0.867rem, 0.741rem 0.967rem, 1rem 1rem, calc(100% - 1rem) 1rem, calc(100% - 0.741rem) 0.967rem, calc(100% - 0.499rem) 0.867rem, calc(100% - 0.292rem) 0.708rem, calc(100% - 0.133rem) 0.501rem, calc(100% - 0.033rem) 0.259rem, 100% 0, 100% 100%, 0 100%);
  z-index: 100;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 2rem 1rem;
  -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.5, 1.2);
  -o-transition: all 400ms cubic-bezier(0.4, 0, 0.5, 1.2);
  transition: all 400ms cubic-bezier(0.4, 0, 0.5, 1.2); }
  .c--contacts.-close- {
    height: 0;
    -webkit-clip-path: polygon(0 0, 0.033rem 0, 0.133rem 0, 0.292rem 0, 0.499rem 0, 0.741rem 0, 1rem 0, calc(100% - 1rem) 0, calc(100% - 0.741rem) 0, calc(100% - 0.499rem) 0, calc(100% - 0.292rem) 0, calc(100% - 0.133rem) 0, calc(100% - 0.033rem) 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 0.033rem 0, 0.133rem 0, 0.292rem 0, 0.499rem 0, 0.741rem 0, 1rem 0, calc(100% - 1rem) 0, calc(100% - 0.741rem) 0, calc(100% - 0.499rem) 0, calc(100% - 0.292rem) 0, calc(100% - 0.133rem) 0, calc(100% - 0.033rem) 0, 100% 0, 100% 100%, 0 100%);
    padding-top: 0;
    padding-bottom: 0; }

.lst--contacts {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.itm--contact {
  width: 35%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
  padding-left: 2rem;
  border-left: 0.01rem dashed rgba(255, 255, 255, 0.26);
  padding-right: 2rem; }
  .itm--contact.--title {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: var(--col_main);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 30%; }
  .itm--contact.--short {
    width: 25%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .itm--contact.--short p {
      white-space: normal;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
  .itm--contact.--info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .itm--contact.--footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
  .itm--contact p {
    white-space: nowrap;
    font-size: 1rem;
    margin-top: auto;
    line-height: 1.6rem;
    margin-bottom: auto; }
    .itm--contact p.--phone {
      font-size: clamp(1.4rem, 2vw, 2.4rem);
      white-space: nowrap; }

.ic_contact {
  width: 3rem;
  height: 3rem;
  color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0.2rem;
  margin-left: -0.2rem;
  margin-right: 1rem; }
  .ic_contact.--full {
    margin-right: 100%; }

.lst--simple {
  padding-left: 0;
  margin-top: 0.3rem;
  list-style-type: none;
  min-width: auto;
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .lst--simple li {
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
    white-space: nowrap; }
    .lst--simple li span {
      position: relative;
      width: 3rem;
      display: inline-block; }

.btn--modal_close {
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -0.5rem;
  padding-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .btn--modal_close:hover {
    color: var(--col_main);
    padding-bottom: 1.2rem; }

.ic--btn_close {
  width: 100%;
  height: 100%;
  color: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0.2rem; }

@media (max-width: 779px) {
  .el--slide_video_mob {
    display: block; } }

.el--background_img {
  width: 100%;
  height: 131%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url("../assets/images/main_screen.jpg");
  background-size: cover; }

.c--preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100000;
  background-color: #e7eaec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease; }

.c--preloader.-hide- {
  opacity: 0; }

.el--preloader_block {
  border-radius: 1rem;
  background-color: #333333;
  -webkit-transition: all 1000ms cubic-bezier(0.68, 0, 0.46, 0.97);
  -o-transition: all 1000ms cubic-bezier(0.68, 0, 0.46, 0.97);
  transition: all 1000ms cubic-bezier(0.68, 0, 0.46, 0.97);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.2rem solid #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.el--preloader_block.--small {
  height: 5rem;
  width: 8rem; }

.el--preloader_block.--small > .el--preloader_sub {
  width: calc(100% + 0.4rem);
  height: calc(100% + 0.4rem);
  left: -0.2rem; }

.el--preloader_block > .el--preloader_sub {
  width: calc(100% - 1.4rem);
  height: calc(100% + 0.4rem);
  left: 1.7rem; }

.el--preloader_sub {
  width: calc(100% + 0.4rem);
  height: calc(100% + 0.4rem);
  border-radius: 1rem;
  border: inherit;
  position: absolute;
  top: -0.2rem;
  bottom: -0.2rem;
  right: -0.2rem;
  left: -0.2rem;
  background-color: #e7eaec;
  -webkit-transition: all 400ms cubic-bezier(0.68, 0, 0.46, 0.97) 1100ms;
  -o-transition: all 400ms cubic-bezier(0.68, 0, 0.46, 0.97) 1100ms;
  transition: all 400ms cubic-bezier(0.68, 0, 0.46, 0.97) 1100ms; }

.el--main_logo {
  height: 2.6rem;
  position: absolute; }
  .el--main_logo[data-animation="logo_stage_2"] {
    opacity: 0; }

.c--serf_info {
  width: 100%;
  margin-top: 0.3rem;
  height: 100%; }

.itm--contact_sub {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 50%; }

.lst--subtitle {
  padding-bottom: 0.5rem;
  font-size: 1.1rem;
  font-weight: bold; }

.t--link_standart {
  color: inherit;
  font-style: italic; }

.c--ver_block {
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%; }

.btn--demo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 13rem;
  height: 3rem;
  text-decoration: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--col_main);
  border-radius: 0.3rem;
  color: #ffffff;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem; }

.t--link {
  display: block; }

.img--header_logo {
  height: 4rem; }

.ic_ruscamp_logo {
  width: 15%;
  height: auto;
  position: absolute;
  left: 10%;
  margin-top: auto;
  margin-bottom: auto; }

@media (max-width: 779px) {
  .lst--contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .itm--contact {
    width: 100%; }
    .itm--contact.--short {
      width: 100%; }
  .c--ver_block {
    width: 100%; }
  .ic_ruscamp_logo {
    display: none; } }
