@font-face {
  font-family: "MYRIADPRO-REGULAR";
  font-display: swap;
  src: local("/fonts/MYRIADPRO-REGULAR"), url("/fonts/MYRIADPRO-REGULAR.OTF") format("opentype"), url("/fonts/MYRIADPRO-REGULAR.woff") format("woff"), url("/fonts/MYRIADPRO-REGULAR.woff2") format("woff2"), url("/fonts/MYRIADPRO-BOLD.OTF") format("opentype"), url("/fonts/MYRIADPRO-BOLD.woff") format("woff"), url("/fonts/MYRIADPRO-BOLD.woff2") format("woff2");
  font-family: "MYRIADPRO-REGULAR", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.__h {
  display: none !important;
}

.s--fullscreen {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.c--slide {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -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;
}

.c--slide.dark {
  background-color: #272525;
}

.c--slide_content {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  height: 70%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-top: 4rem;
  -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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c--slide_content.full {
  width: 100%;
  -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;
  -ms-flex-line-pack: center;
  align-content: center;
}

.t--title_3 {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.t--title_3.green {
  color: #009940;
}

.t--title_3.red {
  color: #d62020;
}

.t--coast {
  position: relative;
  height: auto;
  margin-top: 0rem;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  color: #282c5e;
  font-size: 8rem;
  line-height: 6rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.t--coast.sub {
  opacity: 1;
  color: #da2326;
}

.t--coast.size_s {
  margin-bottom: 0rem;
  padding-top: 0rem;
  padding-right: 0rem;
  padding-bottom: 0rem;
  font-size: 4rem;
}

.t--coast.size_s.sub {
  font-size: 2rem;
  line-height: 3rem;
}

.c--coast_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c--slide_back {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 110%;
  height: 110%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c--slide_back.no_anim {
  width: 100%;
  height: 100%;
}

.img_fullscren {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.img_fullscren.gold_1 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  background-image: url("../images/gold_back_v3-2.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.img_fullscren.blockchain {
  background-image: url("../images/blockchain_back.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.img_fullscren.index {
  background-image: url("../images/index_back.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.c--slide_title {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding-left: 3rem;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c--slide_title.hide {
  display: none;
}

.c--timer {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 3%;
  -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;
}

.el_timer_block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.el_timer {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: #2e2458;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.c--titles {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  -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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.t--slide_title {
  position: relative;
  font-family: Montserrat, sans-serif;
  color: #282c5e;
  font-size: 9rem;
  line-height: 6rem;
  font-weight: 700;
}

.c--currenct_card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  -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;
}

.img--curency_logo {
  height: 20%;
  padding: 1rem;
}

.t--card_title {
  position: relative;
  width: 80%;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #becce7;
  font-family: Montserrat, sans-serif;
  color: #282c5e;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.c--coast_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -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;
}

.img--card_shadow {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 20%;
  background-image: url("../images/card_shadow.png");
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.5;
}

.c--index_card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 50%;
  -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;
}

.c--coast_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.t--coast_index {
  position: relative;
  height: auto;
  margin-top: 1rem;
  padding-top: 0.5rem;
  padding-right: 0rem;
  padding-bottom: 0.5rem;
  font-family: Montserrat, sans-serif;
  color: #282c5e;
  font-size: 3rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.t--coast_index.sub {
  margin-top: 0.2rem;
  padding-top: 0.3rem;
  padding-right: 0rem;
  padding-bottom: 0.3rem;
  font-size: 2rem;
  font-weight: 500;
}

.t--coast_index.sub.green {
  color: #00b646;
}

.t--coast_index.sub.red {
  color: #ff0004;
}

.t--coast_index.currency {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0rem;
  padding-right: 0rem;
  opacity: 1;
  color: #00a53f;
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
}

.t--coast_index.currency.chf {
  color: #da2326;
}

.img--title {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 400px;
  height: 150px;
  background-image: url("../images/gold_logo_2.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img--title.anim {
  position: absolute;
  z-index: 100;
  width: 600px;
  background-image: url("../images/gold_logo_3.png");
  background-position: 0% 50%;
  opacity: 1;
}

.c--gold_block {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.t--card_info {
  position: relative;
  width: 80%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px none #becce7;
  font-family: Montserrat, sans-serif;
  color: #da2326;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.c--_slide_back_test {
  width: 100%;
  height: 100%;
}

.c--_slide_back_test.v1 {
  background-image: url("../images/gold_back_v3-3.jpg");
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c--_slide_back_test.v2 {
  background-image: url("../images/gold_back_v3-1.jpg");
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c--_slide_back_test.v3 {
  background-image: url("../images/gold_back_v3-2.jpg");
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c--_slide_back_test.v4 {
  background-image: url("../images/gold_back_v3-4.jpg");
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c2--fullscreen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  -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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c2--content {
  position: relative;
  left: 0%;
  right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 1rem;
  -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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
}

.c2--subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  padding-top: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0deg, 0%, 100%, 0.2);
}

.t2--subtitle {
  position: relative;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.t2--subtitle.midle {
  margin-right: 2rem;
  margin-left: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
  border-right: 1px solid hsla(0deg, 0%, 100%, 0.5);
  border-left: 1px solid hsla(0deg, 0%, 100%, 0.5);
}

.t--title {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-size: 2.4rem;
  line-height: 3rem;
}

.c2--footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 10%;
  max-height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: rgba(10, 11, 37, 0.34);
  text-decoration: none;
}

.lst--contacts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  -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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  list-style-type: none;
}

.itm--contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  min-width: 1%;
  margin-right: 0.6rem;
  margin-left: 0.6rem;
  padding-right: 0.1rem;
  padding-left: 0rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.itm--contacts:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.lst--icon {
  position: relative;
  width: 2rem;
  height: 50%;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.t--contacts {
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: hsla(0deg, 0%, 100%, 0.8);
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 0.12rem;
  text-decoration: none;
  white-space: nowrap;
}

.t--copywrite {
  position: relative;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: hsla(0deg, 0%, 100%, 0.49);
  font-size: 0.6rem;
  text-align: right;
  letter-spacing: 0.1rem;
  white-space: nowrap;
}

.c2--logo {
  background-image: url("../images/logo_1.png");
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -100;
  background-color: #023569;
}

.img--logo {
  width: 20%;
  max-width: 220px;
  margin-left: 1rem;
}

.bold-text {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.c2--video_back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.c2_desctop_video {
  width: 100%;
  height: 100%;
}

.c2_mobil_video {
  display: none;
  width: 100%;
  height: 100%;
}

.iframe {
  width: 99%;
  height: 99%;
  margin: auto;
}

.s3--fulscreen {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.s3--fulscreen.sub {
  background-color: transparent;
}

.c3--main_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 94vh;
  max-width: 1600px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c3--main_container.sub {
  height: 100vh;
}

.c3--card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 30%;
  padding: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c3--logo {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  -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;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.c3--logo:hover {
  z-index: 100;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.16);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.img3_logo {
  position: relative;
  z-index: 10;
  width: auto;
  max-width: 100%;
  min-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.img3_logo.first {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.el--mob_header {
  display: none;
}

.s3--fulscreen_2 {
  position: relative;
  width: 100%;
  height: auto;
}

.c3--main_container_2 {
  width: 100%;
  height: auto;
}

.img3--img_fullsize {
  width: 100%;
}

.c3--nav_but {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 2%;
  z-index: 5000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 200px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: hsla(0deg, 0%, 100%, 0.19);
  -webkit-box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.c3--nav_but:hover {
  background-color: hsla(0deg, 0%, 100%, 0.61);
  -webkit-box-shadow: 1px 1px 30px 20px rgba(16, 48, 70, 0.2);
          box-shadow: 1px 1px 30px 20px rgba(16, 48, 70, 0.2);
}

.img3--back_but {
  position: relative;
  width: 90px;
  margin-right: auto;
  margin-left: auto;
}

.c3--mob_nav {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0deg, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0deg, 0%, 100%, 0), #fff);
}

.t3--but_text {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.c3--logo_v2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.c3--logo_v2:hover {
  z-index: 100;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.16);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.img_3_arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: -10%;
  bottom: auto;
  z-index: 1;
}

.img_fin_map {
  position: relative;
  width: auto;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.s--fullpage {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.img--background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  min-height: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 13, 20, 0.71)), to(rgba(10, 13, 20, 0.71))), url("../images/pattern_2.png"), url("../images/stage_3-1.jpg");
  background-image: linear-gradient(180deg, rgba(10, 13, 20, 0.71), rgba(10, 13, 20, 0.71)), url("../images/pattern_2.png"), url("../images/stage_3-1.jpg");
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.c--main_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  height: auto;
  max-width: 960px;
  margin: auto;
  -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;
}

.t--standart {
  position: relative;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.t--standart.gold {
  color: #c8a447;
}

.t--standart.gold_2 {
  color: #efb952;
}

.t--standart.rus {
  font-size: 2.9rem;
  line-height: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

.image {
  width: 20%;
}

.gor_block.rj_add_1 {
  margin-left: 4rem;
  padding-left: 2rem;
  border-left: 1px solid #c8a447;
}

.c--footer {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  height: 5rem;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.t--copywh {
  color: #fff;
}

.t--copywrite_2 {
  position: relative;
  margin-right: 1rem;
  margin-left: auto;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: hsla(0deg, 0%, 100%, 0.49);
  font-size: 0.6rem;
  text-align: left;
  letter-spacing: 0.1rem;
  white-space: nowrap;
}

.but--leng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  margin: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms cubic-bezier(0.298, -0.443, 0.801, 2.036);
  transition: all 500ms cubic-bezier(0.298, -0.443, 0.801, 2.036);
  color: #fff;
  text-decoration: none;
}

.but--leng:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #efb952 #c8a447 #c8a447;
  border-radius: 0.4rem;
  -webkit-box-shadow: 1px 1px 20px 0 #000;
          box-shadow: 1px 1px 20px 0 #000;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.but--leng.active {
  color: #efb952;
}

.el--line {
  width: 80%;
  border-top: 1px solid #efb952;
}

.c--but_leng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.el--gor_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.el--gor_block.rj_add_1 {
  margin-left: 4rem;
  padding-left: 2rem;
  border-left: 1px solid #c8a447;
}

.c--background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.c--background.mobi {
  display: none;
}

.img--back {
  position: absolute;
  left: -4%;
  top: 0%;
  right: -4%;
  bottom: 0%;
  z-index: -100;
  width: 108%;
  height: 106%;
  margin: auto;
  background-image: url("../images/camp_back_1.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.img--bus {
  position: relative;
  z-index: 1000;
  width: 53%;
  height: 100%;
  margin: auto -3% auto auto;
  background-image: url("../images/Back.png");
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.c3--fullscreen {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 560px;
  min-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: perspective(300px);
  transform: perspective(300px);
  font-family: Montserrat, sans-serif;
}

.c3--content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: 10%;
  padding-right: 2rem;
  padding-left: 2rem;
  -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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(0, 0, 0, 0.39);
  -webkit-transform: perspective(200px);
  transform: perspective(200px);
}

.t3--slogan {
  width: 100%;
  padding-top: 1rem;
  border-top: 1px solid #e7c56d;
  color: #fff;
  font-size: 26px;
  line-height: 2.4rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.t3--slogan.sub {
  margin-bottom: auto;
  padding-top: 0rem;
  border-top-style: none;
  color: #dabb6b;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 1px;
  text-transform: none;
}

.t3--slogan.kz {
  letter-spacing: 0.5px;
}

.t3--standart {
  display: block;
  color: #fff;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: none;
}

.t3--standart.list {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.t3--standart.list_2 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.t3--standart.kz {
  letter-spacing: 1px;
}

.img3--logo {
  height: 7rem;
  margin-top: auto;
  margin-bottom: 1rem;
}

.lst3--services {
  display: block;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 0px;
  border-top: 1px solid #dabb6b;
  list-style-type: none;
}

.itm3--services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.itm3--services.add {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-decoration: none;
}

.ic--bullet {
  width: 20px;
  height: 10px;
  margin-top: auto;
  margin-right: 20px;
  margin-bottom: auto;
  background-color: #dabb6b;
}

.but3--outline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f0d389;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #f0d389;
  text-decoration: none;
  cursor: pointer;
}

.but3--outline:hover {
  border-radius: 10px;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.t3--but_text_2 {
  margin-right: auto;
  margin-left: auto;
  color: #f0d388;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.t3--but_text_2.stage_2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0;
}

.c4--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: auto;
  padding-top: 2rem;
  -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;
  border-top: 1px solid #f0d389;
  opacity: 1;
}

.c4--top {
  width: 100%;
  margin-top: auto;
  margin-bottom: 3rem;
}

.c4--bot {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 0px;
}

.c4--bot.overlay {
  display: none;
}

.c4--nav_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  margin-top: 0rem;
  margin-bottom: 0px;
  -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;
  opacity: 0;
}

.c4--nav_overlay.overlay {
  display: none;
}

.c4--nav_overlay._0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.c4--null {
  display: block;
}

.c4--null.hide {
  opacity: 0;
}

.ic--contact {
  width: 34px;
  margin-top: auto;
  margin-right: 20px;
  margin-bottom: auto;
}

.ic--contact.--oman {
  width: 60px;
  margin-top: auto;
  margin-right: 20px;
  margin-bottom: auto;
}

.ic--contact.small {
  padding-right: 6px;
  padding-left: 6px;
  margin-left: 26px;
}

.but3--outline_noactive {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f0d389;
  opacity: 0.41;
  color: #f0d389;
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.t--photo_copy_write {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 1rem;
  margin-bottom: 1rem;
  opacity: 0.5;
  color: #fff;
  font-size: 1rem;
}

.c--overlay {
  position: fixed;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/index_back.jpg");
  background-position: 50% 50%;
  background-size: auto;
  opacity: 0;
}

.img--herculis_logo {
  display: none;
  width: 18%;
}

.c3--meating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.t--meating_1 {
  padding-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

.c3-gor {
  margin-bottom: 3rem;
}

.but3_1 {
  margin-right: 1rem;
  padding: 1rem 2rem;
  border-radius: 0.4rem;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  color: #000;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.but3_1:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.button {
  background-color: #103758;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.button:hover {
  background-color: #90b0cc;
}

.but3_2 {
  margin-right: 1rem;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 30px 0 rgba(30, 43, 80, 0.24);
          box-shadow: 1px 1px 30px 0 rgba(30, 43, 80, 0.24);
  -webkit-transition: all 575ms ease;
  transition: all 575ms ease;
  color: #000;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.but3_2:hover {
  border-radius: 1rem;
  background-color: #000;
  color: #fff;
}

.c3--vid_back {
  position: fixed;
  z-index: -100;
  display: block;
  width: 100%;
  height: 100%;
}

.c--vid {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 30%;
  height: 30%;
}

.c--test {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.custom__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.custom__title__img {
  width: 100%;
  height: auto;
}

.custom__btn__buy {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  height: 9rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
  text-decoration: none;
}

.custom__pharm__logo {
  width: 70%;
  max-height: 4rem;
}

.custom__btn__overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 9rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.custom__btn__overlay:hover {
  height: 6rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 1px 1px 20px 0 rgba(104, 6, 6, 0.2);
          box-shadow: 1px 1px 20px 0 rgba(104, 6, 6, 0.2);
}

.custom__btn__subbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 6rem;
  margin-top: auto;
  padding: 4rem 1rem 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #790306;
}

.custom__btn_text {
  color: #fff;
}

.c--test_2 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.custom__container_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c--fullscreen {
  width: 100%;
  height: 100vh;
  min-height: 900px;
}
.c--fullscreen.--short {
  height: 70vh;
}
.c--fullscreen.heder_img {
  background-position: 50% 50%;
  background-size: cover;
  background-image: url("../images/back.jpg");
}
.c--fullscreen.--safe {
  background-image: url("../images/back_gold.jpg");
}

.c--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1rem;
  padding-bottom: 0;
  -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;
}

.img--slogan {
  width: 30rem;
  margin-top: 0.5rem;
}

.img--logo_main {
  width: 14rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.c--section {
  width: 100%;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.c--section.dark {
  background-color: #05051f;
}

.c--contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  -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-left: 1rem;
  padding-right: 1rem;
}

.itm--services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: #333;
  position: relative;
}

.body-3 {
  font-family: MYRIADPRO-REGULAR, sans-serif;
}

.ic--services {
  width: 60%;
  margin-bottom: 0.5rem;
}

.t--services_list {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  position: relative;
}

.c--ver_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  margin-top: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.img--footer_logo {
  width: 100px;
}

.t--paragraph {
  padding-left: 10px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 2rem;
  text-transform: uppercase;
  text-align: center;
}

.itm--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: 30px;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.itm--contact.border {
  width: 100%;
  border-top: 1px solid #2f364e;
  border-bottom: 1px solid #2f364e;
}

.t--contact {
  color: #f5f5f5;
}

.lst--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 15rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.t--regulated {
  margin-top: 0.4rem;
  padding-top: 0.4rem;
  padding-left: 10px;
  color: #fff;
  font-size: 0.6rem;
  line-height: 0.8rem;
  text-align: right;
  text-transform: uppercase;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top-style: none;
  border-top-color: #2f364e;
  width: auto;
  max-width: 18rem;
}

.c--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -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: start;
  -ms-flex-align: start;
  align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c--content.--alig_top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 1rem;
}

@media screen and (max-width: 991px) {
  .c2--fullscreen {
    overflow: hidden;
  }
  .c2--footer {
    overflow: hidden;
  }
  .lst--icon {
    width: 1.6rem;
  }
  .t--contacts {
    font-size: 0.6rem;
  }
  .t--copywrite {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 0.4rem;
  }
  .t--copywrite_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 480px) {
  .c2--fullscreen {
    padding-top: 6rem;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .c2--subtitle {
    -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: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .t2--subtitle {
    padding-top: 0.5rem;
    font-size: 0.6rem;
    text-align: center;
  }
  .t2--subtitle.midle {
    margin-right: 0rem;
    margin-left: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
    border-right-style: none;
    border-left-style: none;
  }
  .t--title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .c2--footer {
    height: auto;
    max-height: none;
  }
  .lst--contacts {
    width: 100%;
    -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: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .itm--contacts {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .lst--icon {
    height: 40px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .t--contacts {
    font-size: 0.8rem;
  }
  .t--copywrite {
    display: none;
  }
  .img--logo {
    width: 50%;
  }
  .c2_desctop_video {
    display: none;
    height: 100vh;
  }
  .c2_mobil_video {
    display: block;
    height: 100%;
  }
  .c3--main_container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c3--card {
    width: 90%;
    height: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c3--logo {
    overflow: visible;
    -webkit-box-shadow: 1px 1px 30px 0 #e9e9e9;
            box-shadow: 1px 1px 30px 0 #e9e9e9;
    font-family: Montserrat, sans-serif;
  }
  .img3_logo {
    display: none;
  }
  .img3_logo.first {
    position: relative;
    display: block;
  }
  .el--mob_header {
    display: block;
    height: 50vh;
  }
  .c3--nav_but {
    display: none;
  }
  .c3--mob_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background-image: linear-gradient(180deg, transparent, #000);
    font-family: Montserrat, sans-serif;
    color: #fff;
    text-decoration: none;
  }
  .t3--but_text {
    position: relative;
    z-index: 1;
    color: #fff;
  }
  .c3--logo_v2 {
    border: 2px solid #000;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 30px 0 #e9e9e9;
            box-shadow: 1px 1px 30px 0 #e9e9e9;
  }
  .img_3_arrow {
    width: 2rem;
    opacity: 0.5;
    font-family: "Changa One", Impact, sans-serif;
    color: #afafaf;
    font-size: 3rem;
  }
  .c--main_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .t--standart {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 2rem;
    line-height: 2.4rem;
    text-align: center;
  }
  .t--standart.rus {
    font-size: 8vw;
    line-height: 9vw;
    letter-spacing: 1vw;
  }
  .image {
    width: 40%;
  }
  .gor_block.rj_add_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2rem;
    padding-left: 0rem;
    -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;
    border-top: 1px solid #c8a447;
    border-left-style: none;
  }
  .c--footer {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .t--copywrite_2 {
    display: block;
    margin-right: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .but--leng {
    height: 2rem;
  }
  .c--but_leng {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .el--gor_block.rj_add_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2rem;
    padding-left: 0rem;
    -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;
    border-top: 1px solid #c8a447;
    border-left-style: none;
  }
  .c--background {
    display: none;
  }
  .c--background.mobi {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    background-image: url("../images/back_mobi.jpg");
    background-position: 50% 50%;
    background-size: cover;
  }
  .c3--fullscreen {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100%;
    min-height: auto;
    min-width: auto;
  }
  .c3--content {
    width: 100%;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
    background-color: rgba(0, 0, 0, 0.57);
  }
  .t3--slogan {
    padding-top: 0.4rem;
    font-size: 20px;
  }
  .t3--slogan.sub {
    margin-bottom: auto;
    font-size: 1rem;
  }
  .t3--standart {
    margin-top: auto;
  }
  .t3--standart.list_2 {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0px;
    text-decoration: none;
  }
  .img3--logo {
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .lst3--services {
    margin-bottom: auto;
  }
  .but3--outline {
    padding-right: 10px;
    padding-left: 10px;
  }
  .ic--contact {
    width: 30px;
    height: auto;
  }
  .but3--outline_noactive {
    margin-right: 20px;
    margin-left: auto;
  }
  .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
  }
  .t--photo_copy_write {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: auto;
    margin-left: auto;
    font-size: 0.8rem;
    text-align: center;
  }
  .c3--meating {
    width: 90%;
    margin-top: auto;
    margin-bottom: auto;
  }
  .but3_2 {
    width: 100%;
    margin-bottom: 1rem;
  }
  .custom__container {
    margin-bottom: 1rem;
  }
  .custom__btn__buy {
    height: 4rem;
  }
  .custom__btn__overlay {
    height: 100%;
  }
  .custom__container_2 {
    margin-bottom: 1rem;
  }
  .img--logo_main {
    width: 12rem;
  }
  .c--section.dark {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* .c--contacts_test {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  } */
  .itm--services {
    width: 50%;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
  .c--ver_block {
    width: 100%;
  }
  .t--regulated {
    font-size: 0.6rem;
    text-align: center;
    -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;
    margin-top: 0.5rem;
  }
  .c--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 8rem;
    padding-bottom: 5rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.img--regulated {
  width: 100%;
  border-radius: 0.3rem;
}

.c--regul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: auto;
}
.c--regul.--single {
  margin-top: auto;
  margin-bottom: 0;
}

.c--fma {
  height: auto;
  padding: 0.4rem;
  background-color: #ffffff;
  border-radius: 0.4rem;
  width: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0.5rem;
}

.t--footer_link {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.7rem;
  margin-bottom: 0.3rem;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  line-height: 0.8rem;
  letter-spacing: 0.05rem;
  text-decoration: none;
  border-bottom: 0.1rem dotted rgba(255, 255, 255, 0.5);
}

@media (min-width: 481px) {
  .__mob {
    display: none;
  }
}
@media (max-width: 480px) {
  .c--fullscreen {
    min-height: 100vh;
    height: auto;
  }
  .__desctop {
    display: none;
  }
  .t--mob_title {
    font-size: 5vw;
    line-height: 6vw;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: sticky;
    top: 40%;
  }
  .ic--services {
    width: 60%;
  }
}
.c--mob_title {
  width: 90%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 3rem;
  padding-bottom: 10rem;
}

.el--gold_border {
  height: 0.6rem;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: auto;
  background-image: url("../images/gold_border.jpg");
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto;
}

.ic--link {
  stroke-width: 3rem;
  fill: none;
  color: #000000;
  position: absolute;
  top: 0;
  right: 2.2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: inherit;
  width: 1.2rem;
  height: 1.2rem;
}

.c--header_description {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  background-color: rgba(15, 25, 57, 0.72);
  padding: 2rem 1rem;
  color: #ffffff;
  margin-top: auto;
  font-size: 1rem;
  line-height: 1.4rem;
}

.c--text_wrap {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.c--text_wrap.--short {
  width: 40%;
  padding-top: 3.5rem;
}

.c--table {
  width: 58%;
}

table {
  border: 1px solid #ffffff;
  width: 100%;
  height: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 5px;
  text-align: center;
  font-size: 1rem;
}

th {
  padding: 8px;
  border-bottom: 0.1rem solid #000000;
  text-align: right;
  color: #929292;
  font-size: 0.8rem;
  height: 3.5 rem;
}
th:last-child {
  font-weight: 700;
  text-align: right;
  color: #080808;
}

tbody tr {
  background-color: #ffffff;
  color: #000000;
  text-align: right;
}

td {
  padding: 8px;
  border-bottom: 0.05rem solid #8a8a8a;
}
td:first-child {
  font-weight: 700;
  text-align: center;
}
td:last-child {
  font-weight: 700;
  text-align: right;
}

.c--vert_block {
  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;
}

.t--description {
  color: #8e8e8e;
  font-size: 0.75rem;
  font-weight: 500;
}

.lst--featers {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 1rem;
}

.itm--featers {
  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;
  width: calc(50% - 0.5rem);
  padding: 1rem;
  border-radius: 0.8rem;
  border: 0.1rem none #080808;
  background-color: rgba(13, 10, 65, 0.06);
  margin-top: 1rem;
  min-height: 5rem;
}
.itm--featers > p {
  margin: 0;
}

.ic--featers {
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
}

.lst--useful {
  position: fixed;
  width: 100%;
  top: 0;
}

.c--nav_back {
  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;
  padding: 1rem;
  height: auto;
  min-height: 4rem;
  position: absolute;
  left: 0;
  top: 2rem;
  text-transform: uppercase;
  font-weight: 600;
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  cursor: pointer;
  width: auto;
  min-width: 8rem;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.c--nav_back:hover {
  min-width: 10rem;
  padding-left: 2rem;
}

.t--acsent {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 20%;
  margin-right: 20%;
  line-height: 2.4rem;
  margin-bottom: 2rem;
  text-align: center;
  width: 100%;
}

.c--page_wrap {
  height: auto;
  width: calc(100% - 2rem);
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem auto;
  max-width: 1240px;
  border-radius: 2rem;
  position: relative;
}
.c--page_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--ui_error_4);
  margin-bottom: auto;
  margin-top: auto;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.3rem solid rgba(255, 255, 255, 0.459);
  -webkit-box-shadow: 0 0 1rem 1rem rgba(3, 2, 19, 0.226), 0 0 0 20rem rgb(255, 255, 255);
          box-shadow: 0 0 1rem 1rem rgba(3, 2, 19, 0.226), 0 0 0 20rem rgb(255, 255, 255);
  z-index: 1000;
  pointer-events: none;
}

@media (max-width: 480px) {
  .c--contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .itm--contact {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .img--footer_logo {
    width: 90px;
  }
  .t--paragraph {
    font-size: 1rem;
  }
  .c--regul {
    width: 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;
    border-top: 0.1rem solid rgba(255, 255, 255, 0.6);
    margin-top: 0.5rem;
  }
  .t--footer_link {
    width: 90%;
    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.6rem;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    border: 0.1rem solid rgba(255, 255, 255, 0.2);
    border-radius: 0.3rem;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .c--fma {
    width: 5rem !important;
  }
  .lst--header {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 1rem;
    border-bottom-style: none;
    border-bottom-color: #ffffff;
  }
  .c--text_wrap {
  }
  .c--text_wrap.--short {
    width: 100%;
  }
  .c--table {
    width: 100%;
  }
  .lst--featers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .itm--featers {
    width: 100%;
  }
  .c--text_wrap {
  }
  .c--text_wrap.--short {
    padding-top: 2rem;
  }
  .lst--useful {
    position: relative;
    height: 4rem;
  }
  .c--nav_back {
    top: 0;
    width: 60%;
  }
  .c--page_wrap {
    width: 100%;
    margin: 0;
    border-style: none;
  }
  .c--page_wrap::after {
    opacity: 0;
  }
  .t--acsent {
    width: auto;
  }
}