/* 
-----------------------------------------------------
  Stylesheet Guide
-----------------------------------------------------

  1. Default stylesheets

  2. Basic Elements
    2.1. Typography
    2.2. Lists
    2.3. Buttons
    2.4. Forms

  3. General classes
    3.1. Flex

  4. Main options
    4.1 Breadcrumps
    4.2 Offsets
    4.3 Animate

  5. Header
    5.1. Main navigation
    5.2. Search

  6. Plugins
    6.1. Preloader
    6.2. Back to top
    6.3. Carousels
    6.4. RangeSlider
    6.5. Fancybox
    6.6. Gmap

  7. Footer
    7.1. Social list

  8. Main Sections




*/
@import "../fonts/Gilroy/stylesheet.css";
/* ------------------------------------------------

    1. Default stylesheets

------------------------------------------------ */
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
  background: transparent;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table, table td {
  padding: 0;
  border: none;
  border-collapse: collapse;
}

img {
  vertical-align: top;
}

embed {
  vertical-align: top;
}

input[type=text], textarea {
  outline: none;
  border-radius: 0;
}

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
  display: block;
}

mark, rp, rt, ruby, summary, time {
  display: inline;
}

html, body {
  height: 100%;
  font-size: 0.833vw;
}

body {
  font-family: "Gilroy", sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  background: #969696;
  -webkit-text-size-adjust: none;
}

.blackout {
  color: #fff;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

::selection {
  color: #4D4D4D;
  background: #ffffff;
}

::-moz-selection {
  color: #4D4D4D;
  background: #ffffff;
}

/* ------------------------------------------------

    2. Basic Elements

------------------------------------------------ */
/* --------------------------------------------
      2.1. Typography
-------------------------------------------- */
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-family: "Gilroy", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
  font-weight: 700;
}
.h1 font, .h2 font, .h3 font, .h4 font, .h5 font, .h6 font,
h1 font, h2 font, h3 font, h4 font, h5 font, h6 font {
  color: #2A2A2A;
}
.h1 i, .h2 i, .h3 i, .h4 i, .h5 i, .h6 i,
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
  font-style: normal;
  color: #2A2A2A;
}

.h1, h1 {
  font-size: 6.25rem;
  line-height: 0.8;
}

.h2, h2 {
  font-size: 2.625rem;
  line-height: 0.95;
}

.h2_mod {
  font-size: 3.375rem;
  line-height: 0.95;
}

.h3, h3 {
  font-size: 2rem;
  line-height: 1;
}

.h4, h4 {
  font-size: 18px;
}

.h5, h5 {
  font-size: 16px;
}

.h6, h6 {
  font-size: 14px;
}

p:not(:last-child) {
  margin-bottom: 20px;
}

mark {
  background-color: #20cfef;
  padding: 0 2px;
  color: #fff;
}

mark.red {
  background-color: #ee352f;
}
.border_box span.linee{
    font-size: 7rem;
    line-height: 0.8;
    font-weight: 700;
        display: inline-block;
    vertical-align: bottom;
    margin-bottom: 40px;
}
sup {
  display: inline-block;
  -moz-transform: scale(0.6) translate(-10%, -30%);
  -o-transform: scale(0.6) translate(-10%, -30%);
  -webkit-transform: scale(0.6) translate(-10%, -30%);
  transform: scale(0.6) translate(-10%, -30%);
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  color: #333;
  text-decoration: none;
}

a:focus,
a:visited {
  text-decoration: none;
}

.list_new li{
	list-style: none;
    position: relative;
        padding-left: 40px;
}
.list_new li:before {
    content: " ";
    position: absolute;
    top: 10px;
    left: 0px;
    width: 6px;
    height: 6px;
    background: #2e2e2e;
    border-radius: 100%;
}
.list_new{
    margin-top: -10px;
}
.list_new li:not(:last-child) {
    margin-bottom: 16px;
}

.row.row_0.row_offset_resp .col-md-4:nth-child(3) .border_box,
.row.row_0.row_offset_resp .col-md-4:nth-child(6) .border_box,
.row.row_0.row_offset_resp .col-md-4:nth-child(9) .border_box,
.row.row_0.row_offset_resp .col-md-4:nth-child(12) .border_box{
	    border-right: 1px solid #626262 !important;
}

.txt_lg {
  font-size: 14rem;
  line-height: 1.3;
  font-weight: 700;
  background-color: #D4D4D4;
  background: linear-gradient(270deg, #FFFFFF 0%, #D4D4D4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txt_lg_b {
  background-color: #2A2A2A;
  background: linear-gradient(270deg, #565656 0%, #2A2A2A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box_pos1 strong:last-child{
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.box_pos1 a:hover{
	text-decoration: none !important;
}

.fz20 {
  font-size: 20px;
}

.fz20resp {
  font-size: 20px;
}

.fz20rem {
  font-size: 1.25rem;
}

.fz24rem {
  font-size: 1.5rem;
}

.fz24resp {
  font-size: 24px;
}

.fz24 {
  font-size: 24px;
}

.fz18rem {
  font-size: 1.125rem;
}

.fz18 {
  font-size: 18px;
}

.fz16 {
  font-size: 16px;
}

.fz14 {
  font-size: 14px;
}

.fz12 {
  font-size: 12px;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw_bold {
  font-weight: bold;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.lh1-5 {
  line-height: 1.55;
}

.lh1-3 {
  line-height: 1.33;
}

.lh1-2 {
  line-height: 1.2;
}

.book {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.color1 {
  color: #D5D5D5;
}

.color2 {
  color: #2A2A2A;
}

.color3 {
  color: #787878;
}

.color4 {
  color: #717171;
}

.color5 {
  color: #616161;
}

.color6 {
  color: #CCCCCC;
}

.color_w {
  color: #ffffff;
}

.opacity6 {
  opacity: 0.6;
}

.color_mod span {
  color: #2A2A2A;
}

.quotes {
  position: absolute;
  top: -1.5vw;
  color: #7D7D7D;
  background-color: #7D7D7D;
  background: linear-gradient(270deg, #7D7D7D 0%, #7D7D7D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* --------------------------------------------
      2.2. Lists
-------------------------------------------- */
.list li:not(:last-child) {
  margin-bottom: 16px;
}
.list a {
  color: #ffffff;
}
.list a:hover {
  text-decoration: underline;
}

.list2 li:not(:last-child) {
  margin-bottom: 16px;
}
.list2 a {
  color: #ffffff;
  text-decoration: underline;
}
.list2 a:hover {
  text-decoration: none;
}

/* --------------------------------------------
      2.3. Buttons
-------------------------------------------- */
.btn_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.btn_box > *:not(:last-child) {
  margin-right: 30px;
}

.btn_box > * {
  margin-bottom: 10px;
}

.btn {
  display: inline-block;
  outline: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border-radius: 20px;
  padding: 12px 30px;
  background: #ffffff;
  color: #4D4D4D;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn:hover {
  background-color: #4D4D4D;
  color: #ffffff;
}
.btn:hover path {
  fill: #ffffff;
}

.btn_point {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #ffffff;
  color: #4D4D4D;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_point strong,
.btn_point span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn_point strong path,
.btn_point span path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_point:hover {
  background-color: #4D4D4D;
  color: #ffffff;
}
.btn_point:hover path {
  fill: #ffffff;
}

.btn_g {
  color: #fff;
  background-color: #A1A1A1;
}
.btn_g path {
  fill: #ffffff;
}
.btn_g:hover {
  background-color: #4D4D4D;
  color: #ffffff;
}
.btn_g:hover path {
  fill: #ffffff;
}

.btn_g2 {
  color: #BBBBBB;
  background-color: #979797;
}
.btn_g2 path {
  fill: #BBBBBB;
}
.btn_g2.active, .btn_g2:hover {
  background-color: #B8B8B8;
  color: #ffffff;
}
.btn_g2.active path, .btn_g2:hover path {
  fill: #ffffff;
}

.btn_nav {
  display: none;
  position: fixed;
  top: 20px;
  right: 25px;
}

.link {
  color: #fff;
  text-decoration: underline;
}
.link:hover {
  color: #fff;
  text-decoration: none;
}
.link.color4 {
  color: #717171;
}
.link.color2 {
  color: #2A2A2A;
}

.link_mod:hover {
  text-decoration: underline;
}
.link_mod.color4 {
  color: #717171;
}

/* --------------------------------------------
        2.4. Forms
-------------------------------------------- */
::-webkit-input-placeholder {
  color: #fff;
  -webkit-transition: text-indent 0.5s ease, color 0.5s ease;
  transition: text-indent 0.5s ease, color 0.5s ease;
}

input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

::ms-input-placeholder {
  color: #505050;
}

[placeholder]:focus::-webkit-input-placeholder {
  text-indent: 10em;
  color: transparent;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  width: 100%;
  background-color: transparent;
  padding: 0;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #2A2A2A;
  height: 50px;
  outline: none !important;
  border: none;
  border-bottom: 1px solid #626262;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form_box {
  margin-bottom: 12px;
  position: relative;
}

.checkbox_box {
  position: relative;
  padding-left: 30px;
}

.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0px;
}

.checkbox + label {
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  display: inline-block;
}

.checkbox + label:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
  width: 16px;
  height: 16px;
  background: #D8D8D8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.checkbox + label:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/ok.svg);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.checkbox:checked + label:after {
  opacity: 1;
}

/* ------------------------------------------------

    3. General Classes

------------------------------------------------ */
.al_left {
  text-align: left;
}

.al_right {
  text-align: right;
}

.al_right_resp {
  text-align: right;
}

.al_center {
  text-align: center;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wrapper {
  overflow: hidden;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.d_b {
  display: block;
}

.d_ib {
  display: inline-block;
}

.transparent {
  opacity: 0;
}

.invisible {
  opacity: 0;
  visibility: hidden;
}

.visible {
  opacity: 1;
  visibility: visible;
}
.nav_lv2 li {
	position:relative
}
.nav_lv2 a.hid{
    position: absolute;
    bottom: 30px;
    padding-left: 100px;
    background: none;
    opacity: 0.5;
    padding: 0px;
    left: 100px;
}
.nav_lv2 a.hid:hover{
	opacity:1;
}
.single .swiper-1{
    margin-top: 50px;
    margin-bottom: 120px;
}
.archive .offset_r_50rem {
    padding: 2.125rem;
	font-weight: 600;
}
.border_box{
	overflow:hidden;
}
.single .h3{
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5;
}
.single .img img{
    height: 500px;
    object-fit: cover;
    cursor: zoom-in;
}
.border_box .post-thumbnail:hover img{
    opacity: 0.5;
}
.border_box .post-thumbnail img{
	    height: 400px;
	    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    object-fit: cover;
}

.p_abs {
  position: absolute;
}

.p_rel {
  position: relative;
}

.p_fix {
  position: fixed;
}

.reg {
  text-transform: uppercase;
}

.clear {
  clear: both;
  width: 100%;
  line-height: 0;
  font-size: 0;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* --------------------------------------------
      3.1. Flex
-------------------------------------------- */
.flex,
.flex_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.flex_middle {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.flex_between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.flex_wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.flex_end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}

.flex_bottom {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}

.flex_start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}

.flex_column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.flex_align_end {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  -o-align-self: flex-end;
  align-self: flex-end;
}

.box_first {
  -webkit-order: -1;
  -moz-order: -1;
  -ms-order: -1;
  -o-order: -1;
  order: -1;
}

.box_fix {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0;
}

/* ------------------------------------------------

    4. Main

------------------------------------------------ */
section {
  padding: 0px 0px 0px 0px;
}

.page_wrap {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

img {
  max-width: 100%;
}

.img svg,
.img img,
.img source {
  width: 100%;
  height: auto;
}

.row_0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row_0 > * {
  padding-left: 0px;
  padding-right: 0px;
}

.row_sm {
  margin-left: -0.5px;
  margin-right: -0.5px;
}
.row_sm > * {
  padding-left: 0.5px;
  padding-right: 0.5px;
}
.row_sm.row_offset > * {
  margin-top: 1px;
}

.row_md {
  margin-left: -20px;
  margin-right: -20px;
}
.row_md > * {
  padding-left: 20px;
  padding-right: 20px;
}
.row_md.row_offset {
  margin-bottom: -40px;
}
.row_md.row_offset > * {
  margin-bottom: 40px;
}
.row_md.row_offset_sm {
  margin-bottom: -30px;
}
.row_md.row_offset_sm > * {
  margin-bottom: 30px;
}
.row_md.row_offset_md {
  margin-bottom: -50px;
}
.row_md.row_offset_md > * {
  margin-bottom: 50px;
}

.row_md2 {
  margin-left: -30px;
  margin-right: -30px;
}
.row_md2 > * {
  padding-left: 30px;
  padding-right: 30px;
}
.row_md2.row_offset {
  margin-bottom: -30px;
}
.row_md2.row_offset > * {
  margin-bottom: 30px;
}

.box_be {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.box_be > *:not(:last-child) {
  margin-right: 20px;
}
.box_be > * {
  margin-bottom: 10px;
}

.section_vert {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section_bottom {
  width: 100%;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  -o-align-self: flex-end;
  align-self: flex-end;
}

.section_top {
  width: 100%;
}

/* --------------------------------------------
      4.1. Page tilte end breadcrumps
-------------------------------------------- */
.breadcrumps {
  font-size: 14px;
  line-height: 1;
  color: #616161;
  margin-bottom: 24px;
  display: inline-block;
}

.breadcrumps a {
  color: #616161;
  text-decoration: underline;
}

.breadcrumps a:hover {
  text-decoration: none;
  color: #2A2A2A;
}

.breadcrumps li {
  display: inline-block;
  position: relative;
}

.breadcrumps li:not(:last-child):after {
  content: "/";
  display: inline-block;
  padding-left: 3px;
}

/* --------------------------------------------
      4.2. Offsets
-------------------------------------------- */
.section_offset {
  padding: 9.1vw 0;
}

.section_offset_top {
  padding-top: 9.1vw;
}

.section_offset_bottom {
  padding-bottom: 9.1vw;
}

.section_offset_m {
  margin: 9.1vw 0;
}

.section_offset_top_m {
  margin-top: 9.1vw;
}

.section_offset_bottom_m {
  margin-bottom: 9.1vw;
}

.section_sm {
  width: 46.875vw;
  max-width: 100%;
  margin: 0 auto;
}

.cont_pad {
  padding: 75px 0 0;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb2 {
  margin-bottom: 2px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb50resp {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb60resp {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb50rem {
  margin-bottom: 3.125rem;
}

.mb80rem {
  margin-bottom: 5rem;
}

.mb80resp {
  margin-bottom: 80px;
}

.mb100rem {
  margin-bottom: 6.25rem;
}

.mb136rem {
  margin-bottom: 8.5rem;
}

.mt1 {
  margin-top: 1px;
}

.mt6 {
  margin-top: 6px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl20 {
  padding-left: 20px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pl30 {
  padding-left: 30px;
}

.mr10 {
  margin-right: 10px;
}

.pr40rem {
  padding-right: 2.5rem;
}

/* --------------------------------------------
      4.3 Animate
-------------------------------------------- */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated_fast {
  -webkit-animation-duration: 1200ms;
  -moz-animation-duration: 1200ms;
  animation-duration: 1200ms;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpSm {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
@keyframes fadeInUpSm {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
.fadeInUpSm {
  -webkit-animation-name: fadeInUpSm;
  animation-name: fadeInUpSm;
}

@-webkit-keyframes fadeInleftLg {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInleftLg {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
.fadeInleftLg {
  -webkit-animation-name: fadeInleftLg;
  animation-name: fadeInleftLg;
}

@-webkit-keyframes lineFadeLeft {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes lineFadeLeft {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.lineFadeLeft {
  -webkit-animation-name: lineFadeLeft;
  animation-name: lineFadeLeft;
}

@-webkit-keyframes width50 {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}
@keyframes width50 {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}
.width50 {
  -webkit-animation-name: width50;
  animation-name: width50;
}

.img_move_animated {
  position: absolute;
  background-color: #969696;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.js-image-move,
.image-move {
  overflow: hidden;
  position: relative;
}

.js-image-move__inner > * {
  height: 82%;
  margin-top: -9%;
  width: 100%;
}

/* ------------------------------------------------

    5. Header

------------------------------------------------ */
header {
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  z-index: 21;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.logo a {
  display: block;
  width: 105px;
  height: 60px;
  position: fixed;
  top: 58px;
  left: 60px;
}
.logo a img {
  width: 100%;
  height: auto;
}

.header_btn_pos {
  position: fixed;
  top: 52px;
  right: 60px;
}

.admin-bar .logo a{
	top: 77px;
}

.admin-bar .header_btn_pos{
	top: 71px;
}

/* --------------------------------------------
      5.1. Main navigation
-------------------------------------------- */
nav {
  padding-left: 180px;
  padding-right: 180px;
}

.header_resp_nav {
  text-align: center;
}

.navigation {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}
.navigation > li {
  position: relative;
}
.navigation > li:hover .nav_lv2 {
  opacity: 1;
  visibility: visible;
}
.navigation > li > span,
.navigation > li > a {
  cursor: pointer;
  display: block;
  padding: 15px 0;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  text-decoration: none;
}
.navigation > li > span:hover, .navigation > li > span.active,
.navigation > li > a:hover,
.navigation > li > a.active {
  text-decoration: underline;
}
.navigation > li.active > span,
.navigation > li.active > a, .navigation > li:hover > span,
.navigation > li:hover > a {
  text-decoration: underline;
}
.navigation > li:not(:last-child) {
  margin-right: 40px;
}

.nav_lv2 {
  opacity: 0;
  visibility: hidden;
  width: 470px;
  position: absolute;
  top: 100%;
  left: -20px;
  background-color: #DBDBDB;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav_lv2 li:not(:last-child) a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #C8C8C8;
}
.nav_lv2 a {
  position: relative;
  padding: 20px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  color: #2A2A2A;
  text-decoration: none;
  background: url(../images/icons/nav_arrow.svg) calc(100% - 30px) 20px no-repeat;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.nav_lv2 a:hover {
  background-position: calc(100% - 20px) 20px;
}
.nav_lv2 span {
  display: block;
	
}

.navigation li:first-child .nav_lv2 span{
	padding-top:5px;
}

a.hid:before{
	display:none !important
}

.nav_lv2 img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.nav_lv2_link_title {
  padding-right: 30px;
  text-align: left;
}

.nav_lv2_link_sub_title {
  font-weight: 500;
  font-size: 15px;
  color: #A2A2A2;
  padding-top: 10px;
}

.nav_lv2_arrow {
  padding-right: 15px;
}
.nav_lv2_arrow:before {
  content: "";
  position: absolute;
  right: 0;
  top: 23px;
  width: 7px;
  height: 5px;
  background: url(../images/icons/nav_arrow_sm.svg) 0 0 no-repeat;
}
.nav_lv2_arrow:hover:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.full_btn_down {
  position: absolute;
  bottom: 60px;
  left: 60px;
  z-index: 1;
}

/* --------------------------------------------
      5.2. Search
-------------------------------------------- */
/* ------------------------------------------------

    6. Plugins

------------------------------------------------ */
/* --------------------------------------------
      6.1. Preloader
-------------------------------------------- */
#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #999999;
  z-index: 100500;
}

#page-preloader .preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  margin-top: -18px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 2px solid;
  border-top-color: rgba(255, 255, 255, 0.65);
  border-bottom-color: rgba(255, 255, 255, 0.15);
  border-left-color: rgba(255, 255, 255, 0.65);
  border-right-color: rgba(255, 255, 255, 0.15);
  -webkit-animation: preloader 0.8s linear infinite;
  animation: preloader 0.8s linear infinite;
}

@keyframes preloader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes preloader {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* --------------------------------------------
      6.2. Back to top
-------------------------------------------- */
.back_to_top {
  border: none;
  outline: none;
  position: absolute;
  top: 80px;
  right: 60px;
  z-index: 99;
  cursor: pointer;
}

/*.bounceOutRight {
  right: -100px;
}
.bounceInRight {
  right: 60px;
}*/
/* --------------------------------------------
      6.3. Carousels
-------------------------------------------- */
.swiper_button1 {
  position: absolute;
  z-index: 8;
  bottom: 60px;
  left: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.swiper_button1 > * {
  position: relative;
  margin-right: 10px;
  left: auto;
  right: auto;
}

.swiper_pos1 {
  padding-top: 31vh;
}

.swiper_pos2 {
  padding-top: 65vh;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper_logo {
  overflow: inherit;
}

.swiper_logo .swiper-slide {
  width: auto;
  opacity: 1 !important;
  visibility: visible !important;
}

.swiper_logo .swiper-wrapper {
  -moz-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.swiper_fade .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.swiper_fade .swiper-slide-active {
  z-index: 2;
}

.swiper_fade .swiper-slide {
  height: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper_logo {
  width: 18.7%;
  height: 11.45vw;
  margin-left: auto;
  margin-right: auto;
}

/* --------------------------------------------
     6.4. RangeSlider
-------------------------------------------- */
.irs {
  height: 20px;
}

.irs-with-grid {
  height: 20px;
}

.irs-line {
  top: 9px;
  height: 2px;
  background-color: #ADADAD;
}
.irs-line > .irs-line {
  display: none;
}

.irs-bar {
  top: 8px;
  height: 2px;
  background-color: #292929;
}

.irs-bar-edge {
  display: none;
}

.irs-shadow {
  display: none;
}

.irs-slider {
  width: 16px;
  height: 18px;
  top: 22px;
  background-position: 0 -120px;
}

.irs-slider.state_hover, .irs-slider:hover {
  background-position: 0 -150px;
}

.irs-min, .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  text-indent: -99999px;
  padding: 0;
  width: 18px;
  height: 18px;
  z-index: 2;
  background-color: #BBBBBB;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
}

.irs-from:after, .irs-to:after, .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #292929;
  top: 6px;
  left: 6px;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.irs-from:before, .irs-to:before, .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 1px;
  left: 1px;
  border: 2px solid #292929;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.irs-grid-pol {
  background: #e1e4e9;
}

.irs-grid-text {
  color: #999;
}

.range_item {
  display: block;
}

.range_group {
  position: relative;
  width: 100%;
}

.range_to,
.range_from {
  position: absolute;
  top: 26px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #616161;
}

.range_to {
  right: 0;
}

.range_box {
  width: 100%;
}

.range_line {
  background-color: #D8D8D8;
  height: 1px;
  position: absolute;
  width: 150px;
  max-width: 70%;
  top: 35px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.irs-with-grid .irs-grid {
  left: 0 !important;
}

.irs-grid-pol {
  width: 18px;
  height: 18px;
  z-index: 1;
  background-color: #BBBBBB;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
}
.irs-grid-pol:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #292929;
  top: 6px;
  left: 6px;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.irs-grid-pol.small {
  display: none;
}

.irs-grid-text {
  position: absolute;
  top: 26px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #616161;
  margin-left: 0 !important;
}

.irs-grid-text:last-child,
.js-grid-text-0 {
  display: none;
}

.range_group_mod .irs-grid-text {
  display: none;
}

/* --------------------------------------------
     6.5. Fancybox
-------------------------------------------- */
.fancybox__slide {
  padding: 0;
}

.fancybox__content > .carousel__button.is-close {
  position: fixed !important;
  top: 50px;
  right: 60px;
  z-index: 10;
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #ffffff;
  color: #4D4D4D;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fancybox__content > .carousel__button.is-close svg {
  width: 16px;
  height: 16px;
  filter: none;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fancybox__content > .carousel__button.is-close:hover {
  background-color: #4D4D4D;
  color: #ffffff;
}
.fancybox__content > .carousel__button.is-close:hover path {
  fill: #ffffff;
}

.fancybox_style {
  width: 100%;
  height: 100vh;
  background: #B0B0B0;
  padding: 0;
  color: #fff;
}
.fancybox_style h1 {
  line-height: 0.94;
}

.fancybox_style_mod {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #969696;
}
.fancybox_style_mod .fancybox_cont {
  padding: 10vw 16.6vw 4vw 8.3vw;
}

.fancybox_style_mod2 .fancybox_cont {
  padding-top: 6vw;
}

.fancybox_img {
  height: 100vh;
  width: 100%;
  position: relative;
}
.fancybox_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-fit-object: cover;
  -moz-fit-object: cover;
  -o-fit-object: cover;
  object-fit: cover;
}

.fancybox_cont {
  padding: 6vw 16.6vw 6vw 8.3vw;
  height: 100vh;
  overflow-x: hidden;
}

/* --------------------------------------------
    6.6. Gmap
-------------------------------------------- */
.gmap_wr {
  height: 90vw;
  overflow: hidden;
}

.gmap {
  width: 135%;
  height: 140vw;
  margin-top: -10vw;
}

.gm-style-iw-tc {
  display: none !important;
}

#markerLayer > :not(:nth-child(1)) img {
  width: 26px;
  height: 32px;
  margin-top: -40px !important;
  margin-left: 10px !important;
}

#markerLayer > :not(:nth-child(1)) {
  width: 26px !important;
  height: 32px !important;
  background: url(../images/icons/map_point.svg) 0 0 no-repeat;
  margin-top: 0px;
  margin-left: 0px;
  overflow: visible !important;
}

.gm-style .gm-style-iw-c {
  background: #DBDBDB !important;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.0977391);
  border-radius: 10px;
  padding: 20px !important;
}

.gm-style .gm-style-iw-c ::-webkit-scrollbar {
  background: #DBDBDB !important;
  width: 4px;
}

.gm-style .gm-style-iw-c ::-webkit-scrollbar-thumb {
  background: #DBDBDB !important;
  border-radius: 10px;
}

.gm-style-iw-d {
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  background-color: transparent !important;
}
.gm-style-iw-d > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.gm-style-iw-d > div div {
  color: #2A2A2A;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
.gm-style-iw-d > div div div {
  margin-bottom: 10px;
}
.gm-style-iw-d > div a{
    color: #000;
}
.gm-style-iw-d > div p {
  font-size: 16px;
  line-height: 1;
  color: #A2A2A2;
  margin-bottom: 0 !important;
  font-weight: 500;
}
.gm-style-iw-d > div a.arrr {
  position: absolute;
  bottom: 28px;
  right: 20px;
  display: block;
  width: 14px;
  height: 14px;
}
.gm-style-iw-d > div a img {
  width: 14px !important;
  height: 14px !important;
}

.gm-style-iw-d img {
  margin-right: 20px;
  position: static !important;
  width: 60px !important;
  max-width: 100% !important;
  height: 60px !important;
  -webkit-fit-object: cover;
  -moz-fit-object: cover;
  -o-fit-object: cover;
  object-fit: cover;
}

.gm-style .gm-style-iw-t::after {
  display: none;
}

.gm-style-iw-d div div {
  width: 350px;
  padding-right: 30px;
  max-width: 100% !important;
}

.gm-style-iw-d p {
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}

.gm-style-iw-d a {
  font-weight: normal;
  font-size: 16px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #C1E0FF;
}

.gm-style-iw-d a:hover {
  text-decoration: none;
}

.gm-style-iw button {
  right: 10px !important;
  top: 8px !important;
  width: 26px !important;
  height: 26px !important;
  border-radius: 100% !important;
  background-image: url(../images/icons/close_w.svg) !important;
  background-size: 18px 18px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  opacity: 1 !important;
}

.gm-style-iw button img {
  display: none !important;
}

.gm-fullscreen-control,
.gmnoprint,
.gm-bundled-control-on-bottom {
  display: none !important;
}

/* ------------------------------------------------

    7. Footer

------------------------------------------------ */
footer {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #B8B8B8;
  margin-top: 1px;
}

#footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 25px 0 15px;
  background-color: #d7d7d7;
}

/* --------------------------------------------
      7.1. Social list
-------------------------------------------- */
.social_list li {
  display: inline-block;
  position: relative;
}
.social_list li:not(:last-child) {
  margin-right: 6px;
}
.social_list a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #A1A1A1;
}
.social_list a path {
  fill: #fff;
}
.social_list a:hover {
  background-color: #4D4D4D;
}
.social_list a:hover path {
  fill: #fff;
}
.social_list svg {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ------------------------------------------------

    8. Main Section

------------------------------------------------ */
.zi-2 {
  z-index: -2;
}

.zi-1 {
  z-index: -1;
}

.zi1 {
  z-index: 1;
}

.zi2 {
  z-index: 2;
}

.zi3 {
  z-index: 3;
}

.zi4 {
  z-index: 4;
}

.zi5 {
  z-index: 5;
}

.zi6 {
  z-index: 6;
}

.zi7 {
  z-index: 7;
}

/* --------------------------------------------
      8.1. Index
-------------------------------------------- */
.full_box {
  height: 100vh;
  position: relative;
}

.full_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-fit-object: cover;
  -moz-fit-object: cover;
  -o-fit-object: cover;
  object-fit: cover;
}

.box_pos {
  position: absolute;
  z-index: 5;
}

.box_pos1 {
  bottom: 140px;
  left: 60px;
  width: 50%;
}

.box_pos2 {
  bottom: 60px;
  right: 60px;
  width: 17vw;
  max-width: 100%;
  text-align: right;
}

.box_pos3 {
  bottom: 60px;
  left: 50%;
  max-width: 40%;
}

.box_pos_full {
  width: 100% !important;
}

.box_line_wr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 50%;
  overflow: hidden;
}

.box_line_wr_r {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  width: 50%;
  overflow: hidden;
}

.box_line_wr_r_mod {
  right: 0;
}

.box_line {
  position: absolute;
  z-index: 3;
}

.box_line2,
.box_line1 {
  height: 28vh;
  width: 72vw;
  top: 0;
  left: 0;
  background: linear-gradient(301.47deg, rgba(150, 150, 150, 0.0001) 7.37%, #B1B1B1 92.65%);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}

.box_line1_mod_bg {
  background: linear-gradient(121.19deg, #969696 7.05%, #B1B1B1 92.17%);
}

.box_line2 {
  top: 50%;
}

.box_line2_mod {
  top: 32vh;
  background: linear-gradient(300.84deg, #B1B1B1 7.97%, #969696 92.91%);
}

.box_line1_r {
  height: 28vh;
  width: 72vw;
  top: 0;
  right: 0;
  background: linear-gradient(238.8deg, #B1B1B1 7.3%, #969696 92.43%);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
}

.box_line_off_r {
  height: 100vh;
  width: 72vw;
  top: 100%;
  right: 0;
  background: #969696;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}

.box_line_off {
  height: 100vh;
  width: 72vw;
  top: 100%;
  left: 0;
  background: #969696;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
}

.box2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.box_line_wr2 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  overflow: hidden;
  z-index: 1;
  height: 200vw;
  pointer-events: none;
}

.box_line3 {
  height: 28vh;
  width: 72vw;
  top: -1px;
  right: 0;
  z-index: 5;
  background: linear-gradient(238.8deg, #B1B1B1 7.3%, #969696 92.43%);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
}

.box_line3_mod {
  background: linear-gradient(300.46deg, #AFB0B1 7.13%, #969696 91.88%);
}

.box_line3_mod2 {
  top: 64vh;
  background: linear-gradient(-60deg, #BDBDBD 0%, #B1B1B1 100%);
}

.box_line4 {
  height: 28vh;
  width: 72vw;
  top: -1px;
  right: 0;
  background: #969696;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
}

.box_line5 {
  height: 50vw;
  width: 72vw;
  top: 0;
  right: 0;
  background: #969696;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  margin-top: -50vw;
}

.box_line_wr4,
.box_line_wr3 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  left: 0;
  overflow: hidden;
  z-index: 2;
  height: 100vw;
  pointer-events: none;
}

.box_line_wr3 {
  z-index: 5;
}

.box_line61,
.box_line62,
.box_line63,
.box_line64,
.box_line6 {
  height: 28vh;
  width: 72vw;
  top: 1px;
  left: 0;
  background: linear-gradient(238.8deg, #B1B1B1 7.3%, #969696 92.43%);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  margin-top: 32vh;
}

.box_line6_mod {
  background: linear-gradient(238.8deg, #969696 7.3%, #B1B1B1 92.43%);
}

.box_line61 {
  background: #969696;
}

.box_line62 {
  background: #969696;
  top: 28vh;
  width: 172vw;
}

.box_line63 {
  background: #969696;
  top: 56vh;
  width: 172vw;
}

.box_line64 {
  background: #969696;
  top: 84vh;
  width: 172vw;
}

.box_line7 {
  height: 28vh;
  width: 72vw;
  top: 0vw;
  left: 0;
  background: #969696;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}

.box_line8 {
  height: 68vh;
  width: 92vw;
  top: 0vw;
  left: 0;
  background: #969696;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  margin-top: -68vh;
}

.box_line10,
.box_line9 {
  height: 28vh;
  width: 72vw;
  top: 64vw;
  right: -11vw;
  z-index: 5;
  background: linear-gradient(238.8deg, #B1B1B1 7.3%, #969696 92.43%);
  transform: matrix(1, 0, 0, -1, 0, 0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}

.box_line9_mod {
  background: linear-gradient(238.8deg, #969696 7.3%, #B1B1B1 92.43%);
}

.box_line10 {
  background: #969696;
}

.box_line18,
.box_line17,
.box_line16,
.box_line15,
.box_line14,
.box_line13,
.box_line12,
.box_line11 {
  height: 28vh;
  width: 72vw;
  top: calc(64vw - 28vh);
  right: -11vw;
  z-index: 5;
  background: #969696;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}

.box_line12 {
  top: calc(64vw - 56vh);
}

.box_line13 {
  top: calc(64vw - 84vh);
}

.box_line14 {
  top: calc(64vw - 112vh);
}

.box_line15 {
  top: calc(64vw - 140vh);
}

.box_line16 {
  top: calc(64vw + 28vh);
}

.box_line17 {
  top: calc(64vw + 56vh);
}

.box_line18 {
  top: calc(64vw + 84vh);
}

.box_line_wr5 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  left: 50%;
  overflow: hidden;
  z-index: 2;
  height: 100vw;
  pointer-events: none;
}

.mirror_line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.box_line_bg {
  overflow: hidden;
}
.box_line_bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70vw;
  height: 50vw;
  -webkit-fit-object: cover;
  -moz-fit-object: cover;
  -o-fit-object: cover;
  object-fit: cover;
}

.box_line_bg_l img {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  -ms-transform: translate(-50%, -50%) rotate(-30deg);
  -o-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
}

.box_line_bg_r img {
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
  -ms-transform: translate(-50%, -50%) rotate(30deg);
  -o-transform: translate(-50%, -50%) rotate(30deg);
  transform: translate(-50%, -50%) rotate(30deg);
}

.cont_pos_right {
  text-align: right;
}
.cont_pos_right > * {
  text-align: left;
  display: inline-block;
}

.bg_box {
  padding: 50px;
  background: #BBBBBB;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.item {
  position: relative;
  background: #BBBBBB;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item:hover {
  background-color: #B0B0B0;
}
.item:hover  .bg_box {
  background-color: #B0B0B0;
}
.item .bg_box {
  padding-bottom: 0;
}
.item .item_img svg {
  display: block;
  width: 100%;
  height: auto;
}

.item .item_img.letters_box{
	background: none;
	    transition: all 0.7s ease;
}
.item:hover .item_img.letters_box svg{
	opacity: 0;
}
.item:hover .item_img.letters_box{
background: url(../images/1-1.png) center bottom 0px no-repeat;
    background-size: 100% 128%;
    opacity: 1;
}

.item:hover .img_one.item_img.letters_box{
background: url(../images/2-2.png) center bottom 0px no-repeat;
    background-size: 100% 128%;
    opacity: 1;
}

.item_btn {
  position: absolute;
  left: 50px;
  bottom: 40px;
  z-index: 3;
}

.item_link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.letter {
  opacity: 0;
}

.img_pos {
  margin-top: -6vw;
}

.img_pos2 {
  padding-left: 8vw;
  padding-right: 8vw;
}

.h2_pos {
  padding-right: 1vw;
}

.partners_icon {
  width: 100%;
  height: 100%;
  background-color: #B8B8B8;
  display: inline-block;
  padding: 4.166vw 3.125vw;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.partners_icon a {
  height: 100%;
  display: block;
}

.partners_icon img {
  height: 100%;
  width: 100%;
  -webkit-fit-object: contain;
  -moz-fit-object: contain;
  -o-fit-object: contain;
  object-fit: contain;
}

/* --------------------------------------------
      8.2. Project
-------------------------------------------- */
.box_anim_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 22.2vw;
}
.box_anim_bg svg {
  width: 100%;
  height: auto;
}

.box_anim_bg_mod {
  right: 0;
  bottom: auto;
  top: 0;
}

.box2_h {
  position: relative;
  padding-bottom: 50vw;
}

.bg2 {
  background-color: #B0B0B0;
}
.bg2 .box_line {
  background-color: #B0B0B0;
}

.pos_line_box > * {
  margin-top: 50px;
  height: 316px;
  margin-left: 2.08vw;
  width: 1px;
  background: linear-gradient(153.15deg, #292929 17.62%, #B0B0B0 100%);
}
.pos_line_box .pos_line_item {
  position: relative;
  margin-top: 0;
  height: 366px;
  cursor: pointer;
}
.pos_line_box .pos_line_item span {
  color: #616161;
  white-space: nowrap;
  position: absolute;
  top: -58px;
  left: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.pos_line_box_after,
.pos_line_box_before {
  position: absolute;
  top: 0;
  right: 100%;
  width: auto;
}
.pos_line_box_after .pos_line_item,
.pos_line_box_before .pos_line_item {
  background: linear-gradient(153.15deg, #292929 17.62%, #B0B0B0 100%) !important;
}

.pos_line_box_after {
  right: auto;
  left: 100%;
}

.swiper-pos-top {
  padding-top: 58px;
  padding-bottom: 8.75rem;
}
.swiper-pos-top .swiper_button1 {
  left: auto;
  bottom: 0;
  right: 60px;
}
.swiper-pos-top .swiper-slide {
  width: auto;
  position: relative;
}
.swiper-pos-top .swiper-slide-active .pos_line_item {
  background: linear-gradient(153.15deg, #FFFFFF 17.62%, #B0B0B0 100%);
}
.swiper-pos-top .swiper-slide-active .pos_line_item span {
  color: #fff;
}

.swiper_pos_wr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.swiper-pos {
  pointer-events: none;
}
.swiper-pos .swiper-slide {
  opacity: 0 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper-pos .swiper-slide-active {
  opacity: 1 !important;
}

.swiper_pagination_pos {
  position: absolute;
  bottom: 12px;
  right: 180px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #717171;
}
.swiper_pagination_pos .swiper-pagination {
  position: static;
  padding-left: 10px;
}

.swiper_cont {
  position: absolute;
  bottom: 130px;
  left: 60px;
  z-index: 3;
  width: 420px;
}

.offset_r_50rem {
  padding: 3.125rem;
}

.offset_r_60rem {
  padding: 3.75rem;
}

.cti_box {
  border-radius: 20px;
  overflow: hidden;
  background: url(../images/cti_bg.png) center center no-repeat;
  background-size: 100% 100%;
}

.prod {
  height: 100%;
  padding: 50px;
  position: relative;
  background-color: #BBBBBB;
}
.prod:hover {
  background-color: #B0B0B0;
}
.prod .btn_point {
  position: relative;
  z-index: 3;
}

.prod_img {
  height: 16.6vw;
  position: relative;
}
.prod_img img, .prod_img svg {
  width: 100%;
  height: 100%;
  -webkit-fit-object: contain;
  -moz-fit-object: contain;
  -o-fit-object: contain;
  object-fit: contain;
}

.prod_title {
  height: 5.1vw;
  margin-bottom: 2vw;
}

.pages_wr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.pages_wr > *:not(:last-child) {
  margin-right: 20px;
}
.pages_wr > * {
  margin-bottom: 15px;
}

.pages {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pages li:not(:last-child) {
  margin-right: 10px;
}
.pages .selected a,
.pages .active a {
  background-color: #A1A1A1;
  color: #fff;
}
.border_box {
  height: 100%;
  border: 1px solid #626262;
}
.row>*:not(:last-child) .border_box {
  border-right: 0;
}
/* --------------------------------------------
      8.2. View
-------------------------------------------- */
.col-28 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28.6%;
  -webkit-flex: 0 0 28.6%;
  flex: 0 0 28.6%;
  max-width: 28.6%;
}

.col-42 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42.8%;
  -webkit-flex: 0 0 42.8%;
  flex: 0 0 42.8%;
  max-width: 42.8%;
}

.offset_r_60 {
  padding: 60px;
}

.bg1 {
  background: #9D9D9D;
}

.bg3 {
  background: #A2A2A2;
}

.height1 {
  height: 100%;
}

.height2 {
  min-height: 100%;
  height: 42.8vw;
}

.info_list li:not(:last-child) {
  margin-bottom: 14px;
}
.info_list span {
  display: inline-block;
}
.info_list span:not(:last-child) {
  padding-right: 10px;
}

.prod_img_lg {
  height: 100%;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}
.prod_img_lg .slider_tabs_img {
  height: 100%;
  width: 100%;
}
.prod_img_lg img, .prod_img_lg svg {
  width: 100%;
  height: 100%;
  -webkit-fit-object: contain;
  -moz-fit-object: contain;
  -o-fit-object: contain;
  object-fit: contain;
}

.lv_pos {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
}

.plan_box {
  text-align: right;
  width: 150px;
  max-width: 100%;
  display: inline-block;
}

.plan_img img {
  display: inline-block;
  max-width: 100%;
}

.btn_prod_nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
.btn_prod_nav > * {
  margin-bottom: 15px;
}

.tabs__content {
  display: none;
}
.tabs__content.active {
  display: block;
}

/* --------------------------------------------
    8.2. about
-------------------------------------------- */
.full_box_min {
  min-height: 100vh;
  position: relative;
}

.box1_mod {
  overflow: inherit;
}

.pointer_none {
  pointer-events: none;
}

.box3_h {
  position: relative;
  padding-bottom: 0px;
}

.section_sm_pos {
  top: 6.25rem;
  left: -10vw;
}

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