@import url("bootstrap.min.css");
@import url("swiper.min.css");
@import url("animate.css");
@import url("photoswipe.min.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url("../fonts/font-awesome-4.7.0/css/font-awesome.min.css.html");

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

body, html {
  font-size: 14px;
  -webkit-text-size-adjust: 100%
}

@media only screen and (max-width:580px) {
  body, html {
    font-size: 12px
  }
}

body {
  background-image: url("../../assets/img/icons/line-maker.svg");
  background-repeat: repeat;
  background-position: center center;
  background-color: #000;
  color: #fff;
  font-family: "Camper UI Grotesk", "Blender Pro", "Poppins", sans-serif;
  font-weight: 400;
  line-height: 2;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased
}

@media only screen and (max-width:580px) {
  body {
    background-image: none
  }
}

input[type='text'], input[type='email'], input[type='password'], input[type='datetime'], input[type='date'], input[type='month'], input[type='time'], input[type='week'], input[type='search'], input[type='tel'], textarea, textarea.form-control {
  background-color: #111;
  border: 1px solid #fff;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-weight: 300;
  height: 66px;
  letter-spacing: .05rem;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

@media only screen and (max-width:580px) {
  input[type='text'], input[type='email'], input[type='password'], input[type='datetime'], input[type='date'], input[type='month'], input[type='time'], input[type='week'], input[type='search'], input[type='tel'], textarea, textarea.form-control {
    font-size: .86rem;
    height: 46px;
    padding-left: 15px;
    padding-right: 15px
  }
}

input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, input[type='datetime']:focus, input[type='date']:focus, input[type='month']:focus, input[type='time']:focus, input[type='week']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus, textarea.form-control:focus {
  border-color: #fff;
  box-shadow: none;
  color: #fff;
  outline: 0
}

input._big {
  font-size: .86rem;
  height: 76px
}

textarea, textarea.form-control {
  padding-top: 30px;
  padding-bottom: 30px;
  -ms-overflow-y: hidden !important;
  resize: none
}

@media only screen and (max-width:580px) {
  textarea, textarea.form-control {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

.form-group {
  margin-bottom: 40px;
  position: relative
}

.has-error .form-control {
  border-color: #fb8c00;
  box-shadow: none
}

.has-error .form-control:focus {
  border-color: #fb8c00;
  box-shadow: none
}

.has-error .subscribe-form__inner .btn-subscribe {
  border-left: 1px solid #fb8c00
}

.validation-success, .validation-danger {
  font-size: .86rem;
  letter-spacing: .2rem;
  padding-top: 30px;
  text-align: center
}

@media only screen and (max-width:580px) {
  .validation-success, .validation-danger {
    padding-top: 10px
  }
}

.validation-success {
  color: #fff
}

.validation-danger {
  color: #fff
}

::placeholder, .form-control::placeholder {
  color: #fff;
  transition: all .3s cubic-bezier(0.7, 0, 0.3, 1)
}

:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  transition: all .3s cubic-bezier(0.7, 0, 0.3, 1)
}

:focus::placeholder {
  color: transparent
}

:focus:-ms-input-placeholder {
  color: transparent
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important
}

.label {
  display: block;
  font-size: .86rem;
  font-weight: 500;
  letter-spacing: .1rem;
  padding-left: 30px;
  position: relative;
  text-transform: uppercase;
  transform: translateY(23px);
  transition: all .3s 0s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 3;
  pointer-events: none;
  position: absolute
}

@media only screen and (max-width:580px) {
  .label {
    padding-left: 15px;
    transform: translateY(14px)
  }
}

.is-completed .label {
  transform: translateY(-32px)
}

@media only screen and (max-width:580px) {
  .is-completed .label {
    transform: translateY(-28px)
  }
}

.btn {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-family: "Blender Pro", sans-serif;
  font-weight: 600;
  display: inline-block;
  line-height: 2;
  letter-spacing: .2rem;
  padding: 4px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1
}

.btn::before, .btn::after {
  content: '';
  height: 100%;
  position: absolute;
  left: -30%;
  top: 0;
  opacity: 1;
  z-index: -1;
  transition: all .3s 0s cubic-bezier(0.7, 0, 0.3, 1)
}

.btn::before {
  background-color: #000;
  width: 60%
}

.btn::after {
  background-color: #000;
  width: 0
}

.btn:hover, .btn:focus {
  background-color: transparent;
  color: #fff;
  outline: 0 !important
}

.btn:hover::before, .btn:focus::before {
  left: 0;
  opacity: 0;
  width: 100%
}

.btn:hover::after, .btn:focus::after {
  width: 100%
}

@media only screen and (max-width:580px) {
  .btn {
    font-size: 1rem;
    letter-spacing: .1rem
  }
}

.btn-load__col_space {
  margin-top: 10%
}

@media only screen and (max-width:580px) {
  .btn-load__col_space {
    margin-top: 30px
  }
}

.btn-load__button {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  margin: 20px auto 10px;
  position: relative;
  height: 40px;
  width: 40px;
  transition: all .3s cubic-bezier(0.7, 0, 0.3, 1)
}

.btn-load__button::after, .btn-load__button::before {
  content: '';
  background-color: #fff;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all .3s cubic-bezier(0.7, 0, 0.3, 1)
}

.btn-load__button::after {
  height: 2px;
  width: 14px
}

.btn-load__button::before {
  height: 14px;
  width: 2px
}

.btn-load__button:hover, .btn-load__button:focus {
  background-color: #fff
}

.btn-load__button:hover::after, .btn-load__button:hover::before, .btn-load__button:focus::after, .btn-load__button:focus::before {
  background-color: #111
}

.btn-load__button .ripple {
  height: 40px;
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  width: 40px;
  transition: all .3s cubic-bezier(0.7, 0, 0.3, 1)
}

.btn-load__button .ripple::before, .btn-load__button .ripple::after {
  content: '';
  background-color: #fff;
  border-radius: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  animation: anim-ripple 1.2s ease-out infinite forwards
}

.btn-load__button .ripple::after {
  animation-delay: .4s
}

.btn-load__button:hover .ripple {
  opacity: .1
}

.btn-load__text {
  font-size: .86rem;
  font-weight: 500;
  display: block;
  letter-spacing: .1rem;
  text-align: center;
  text-transform: uppercase
}

button:focus {
  outline: 0
}

.btn-link {
  color: #fff;
  font-weight: 600;
  letter-spacing: .2rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase
}

.btn-link::after {
  background-color: #000;
  content: '';
  height: 1px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 1px;
  left: -55%;
  width: 40%;
  transition: all .3s cubic-bezier(0.7, 0, 0.3, 1)
}

.btn-link:hover {
  color: inherit;
  text-decoration: none
}

.btn-link:hover::after {
  left: 0;
  width: 100%;
  background-color: #fff
}

.btn-link_right {
  float: right
}

.btn-link_center {
  margin: auto;
  width: 50%
}

@keyframes anim-ripple {
  0% {
    opacity: 0;
    transform: scale3d(3, 3, 1)
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0;
    transform: scale3d(1, 1, 1)
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Blender Pro", serif;
  font-weight: 700;
  line-height: 1.3
}

.title__h1 {
  font-size: 3.8571rem;
  margin-top: 30px;
  margin-bottom: 24px
}

@media only screen and (max-width:580px) {
  .title__h1 {
    font-size: 3.0rem;
    line-height: 1.32;
    margin-top: 20px
  }
}

.title__h2 {
  font-size: 3.1428rem;
  letter-spacing: 0rem;
  margin-top: 30px;
  margin-bottom: 24px
}

@media only screen and (max-width:580px) {
  .title__h2 {
    font-size: 2.6rem;
    letter-spacing: 0
  }
}

.title__h3 {
  font-size: 2.0rem;
  line-height: 1.5;
  letter-spacing: 0rem;
  margin-top: 30px;
  margin-bottom: 24px
}

@media only screen and (max-width:580px) {
  .title__h3 {
    font-size: 2.1rem
  }
}

.title__h4 {
  font-size: 2rem;
  letter-spacing: .3rem;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 24px
}

@media only screen and (max-width:580px) {
  .title__h4 {
    font-size: 1.7rem
  }
}

.title__h5 {
  font-size: 1.715rem;
  letter-spacing: .2em;
  margin-top: 28px;
  margin-bottom: 24px
}

@media only screen and (max-width:580px) {
  .title__h5 {
    font-size: 1.3rem
  }
}

.title__h6 {
  font-size: 1.286rem;
  letter-spacing: .2em;
  line-height: 1.6;
  margin-top: 26px;
  margin-bottom: 20px
}

@media only screen and (max-width:580px) {
  .title__h6 {
    font-size: 1rem
  }
}

.title_big {
  font-size: 6.4rem
}

@media only screen and (max-width:580px) {
  .title_big {
    font-size: 4rem
  }
}

.title_center {
  text-align: center
}

.title_light {
  font-weight: 300
}

.title_normal {
  font-weight: 400
}

.title_list {
  margin-bottom: 40px
}

.title_decoration {
  display: inline-block;
  position: relative
}

.title_decoration::after {
  background-color: #000;
  bottom: -2px;
  content: '';
  height: 10%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1
}

.title_decoration2 {
  display: inline-block;
  position: relative
}

.title_decoration2::after {
  background-color: #000;
  bottom: 3px;
  content: '';
  height: 20%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -99
}

.title_margin-bottom-50 {
  margin-bottom: 50px
}

.title__section {
  letter-spacing: .2rem;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  line-height: .5
}

@media only screen and (max-width:580px) {
  .title__section {
    letter-spacing: .2rem
  }
}

.title__section .reveal {
  padding-left: 2px;
  padding-bottom: 2px
}

.title__section2 {
  letter-spacing: .2rem;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  position: relative;
  line-height: .5
}

.title__section2:hover {
  color: #fff
}

@media only screen and (max-width:580px) {
  .title__section2 {
    letter-spacing: .2rem
  }
}

.title__section2 .reveal {
  padding-left: 2px;
  padding-bottom: 2px
}

.title__overhead {
  font-family: "Poppins", sans-serif;
  font-size: .929rem;
  font-weight: 600;
  letter-spacing: .5rem;
  margin-bottom: 0;
  text-transform: uppercase
}

@media only screen and (max-width:580px) {
  .title__overhead {
    letter-spacing: .2rem
  }
}

.title_horizontal-line {
  margin-bottom: 50px
}

.title_horizontal-line::before {
  background-color: #fff;
  content: '';
  position: absolute;
  left: -80px;
  bottom: -24px;
  height: 1px;
  width: 140px
}

@media only screen and (max-width:580px) {
  .title_horizontal-line {
    margin-bottom: 38px
  }

  .title_horizontal-line::before {
    bottom: -16px
  }
}

.title_vertical-line-top, .title_vertical-line-bottom {
  position: relative
}

.title_vertical-line-top::before, .title_vertical-line-bottom::before {
  background-color: #fff;
  content: '';
  height: 60px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  width: 1px
}

.title_vertical-line-top {
  margin-top: 60px;
  margin-bottom: 30px
}

.title_vertical-line-top::before {
  bottom: 115px
}

@media only screen and (max-width:580px) {
  .title_vertical-line-top {
    margin-top: 40px
  }

  .title_vertical-line-top::before {
    height: 80px;
    bottom: 70px
  }
}

.title_vertical-line-bottom {
  margin-bottom: 80px
}

.title_vertical-line-bottom::before {
  bottom: 0;
  margin-bottom: -162px
}

@media screen and (max-width:990px) {
  .title_vertical-line-bottom {
    margin-bottom: 162px
  }

  .title_vertical-line-bottom::before {
    height: 80px;
    margin-bottom: -116px
  }
}

@media only screen and (max-width:580px) {
  .title_vertical-line-bottom {
    margin-bottom: 86px
  }

  .title_vertical-line-bottom::before {
    height: 40px;
    margin-bottom: -60px
  }
}

.text_uppercase {
  text-transform: uppercase
}

.text_bold {
  font-weight: 600
}

.object_fit_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;"
}

.block-quote {
  border: 0;
  font-family: "Blender Pro", serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2
}

@media screen and (max-width:580px) {
  .block-quote {
    font-size: 1.5rem
  }
}

.block-quote cite {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .2rem;
  padding-left: 10px;
  padding-top: 10px
}

.block-quote_center {
  font-size: 1.715rem;
  line-height: 1.9;
  padding-top: 90px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  text-align: center
}

.block-quote_center::before {
  background-image: url("../../assets/img/icons/icon-quote.svg");
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  height: 52px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 60px
}

@media only screen and (max-width:580px) {
  .block-quote_center {
    padding-top: 60px;
    line-height: 1.6
  }

  .block-quote_center::before {
    width: 40px
  }
}

.block-quote_center cite {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .2rem;
  padding-left: 0;
  padding-top: 0;
  vertical-align: text-top
}

a {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-skip: objects;
  transition: all .3s cubic-bezier(0.7, 0, 0.3, 1)
}

a:hover, a:focus {
  color: #fff;
  outline: 0;
  text-decoration: none
}

a.link_decoration {
  color: #fff;
  display: inline-block;
  opacity: .5;
  position: relative;
  text-decoration: none;
  transition: all .3s cubic-bezier(0.7, 0, 0.3, 1)
}

a.link_decoration::after {
  content: '';
  background-color: #fff;
  pointer-events: none;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  transform: translateY(10px);
  transition: all .3s 0s cubic-bezier(0.7, 0, 0.3, 1)
}

a.link_decoration:hover {
  color: #fff;
  opacity: 1;
  text-decoration: none
}

a.link_decoration:hover::after {
  opacity: 1;
  transform: translateY(-1px)
}

img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

::-moz-selection {
  background: #fb8c00;
  color: #fff
}

::selection {
  background: #fff;
  color: #000
}

.loading {
  background: #111;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 1100
}

.loading::before {
  content: '';
  background: #1a1a1a;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
  -webkit-animation: reveal 1s 800ms cubic-bezier(0, 0, 0.2, 1) infinite;
  animation: reveal 1s 800ms cubic-bezier(0, 0, 0.2, 1) infinite;
  z-index: 1
}

.loading::after {
  content: '';
  background: #0f0f0f;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
  -webkit-animation: reveal 1s 400ms cubic-bezier(0, 0, 0.2, 1) infinite;
  animation: reveal 2s 400ms cubic-bezier(0, 0, 0.2, 1) infinite;
  z-index: 1
}

.loading-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: relative;
  z-index: 10
}

.loading-wrap .logotype {
  width: 160px
}

@media screen and (max-width:580px) {
  .loading-wrap .logotype {
    width: 100px
  }
}

.top {
  padding: 30px 25px 0;
  position: fixed;
  width: 100%;
  transition: all .3s 0s cubic-bezier(0.7, 0, 0.3, 1);
  top: 0;
  z-index: 2
}

@media only screen and (max-width:580px) {
  .top {
    padding: 15px 0
  }
}

.top.affix {
  padding: 30px 25px;
  position: fixed;
  z-index: 1003
}

@media only screen and (max-width:990px) {
  .top.affix {
    padding: 30px
  }
}

@media only screen and (max-width:580px) {
  .top.affix {
    padding: 15px
  }
}

.top .navbar-left {
  float: left
}

.top .navbar-left .logotype {
  height: 47px
}

@media screen and (max-width:580px) {
  .top .navbar-left .logotype {
    height: 32px
  }
}

.top .center-logo {
  margin-left: auto;
  margin-right: auto;
  width: 100px
}

@media screen and (max-width:768px) {
  .top .center-logo {
    width: 120px
  }
}

@media screen and (max-width:580px) {
  .top .center-logo {
    width: 100px
  }
}

.top li a {
  color: #fff;
  letter-spacing: .12rem;
  margin: 6px 22px;
  padding: 4px 0;
  position: relative;
  text-decoration: none
}

@media only screen and (max-width:1024px) {
  .top li a {
    margin: 10px 15px
  }
}

.top li a::before {
  content: '';
  background-color: #fb8c00;
  height: 100%;
  position: absolute;
  top: 0;
  left: -30%;
  width: 0;
  z-index: -1;
  transition: all .3s 0s cubic-bezier(0.7, 0, 0.3, 1)
}

.top li a:hover, .top li a:focus {
  background-color: transparent;
  color: #fff
}

.top li a:hover::before, .top li a:focus::before {
  width: 80%
}

.top .navbar-nav {
  margin-top: 6px
}

.top .navbar-nav .dropdown .dropdown-menu {
  background-color: rgba(17, 17, 17, 0.8);
  border: 0;
  border-radius: 6px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
  display: block;
  font-size: .86rem;
  min-width: auto;
  padding: 10px 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transform: translate3d(0, 20px, 0);
  transition: all .3s cubic-bezier(0.7, 0, 0.3, 1)
}

.top .navbar-nav .dropdown .dropdown-menu::before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(17, 17, 17, 0.8);
  content: '';
  height: 0;
  margin: 0 auto;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 0;
  z-index: 1
}

.top .navbar-nav .dropdown .dropdown-menu a {
  font-weight: 300;
  letter-spacing: .05rem;
  opacity: .5;
  padding: 5px 0;
  position: relative
}

.top .navbar-nav .dropdown .dropdown-menu a:hover {
  background: transparent;
  opacity: 1
}

.top .navbar-nav .dropdown .dropdown-menu a::before {
  display: none
}

.top .navbar-nav .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

.top .navbar-nav .dropdown li:last-child a {
  border-bottom: 0
}

.top .navbar-nav .dropdown i {
  font-size: .86rem;
  transition: all .3s cubic-bezier(0.7, 0, 0.3, 1)
}

.top .navbar-nav .dropdown.current i {
  transform: rotate(-180deg)
}

.top .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden
}

.show-overlay-nav .top {
  z-index: 1001
}

.hamburger {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #fff;
  font-weight: 600;
  height: 50px;
  width: 50px;
  padding-top: 14px;
  position: relative;
  text-transform: uppercase;
  transition: all .2s cubic-bezier(0.7, 0, 0.3, 1)
}

.hamburger:hover {
  cursor: pointer;
  box-shadow: 0 0 0 3px #fff
}

.hamburger__line {
  width: 20px;
  height: 2px;
  background-color: #111;
  display: block;
  margin: 4px auto;
  transition: all .4s 50ms ease-in-out
}

.hamburger.is_active .hamburger__line:nth-child(2) {
  opacity: 0
}

.hamburger.is_active .hamburger__line:nth-child(1) {
  transform: translateY(6px) rotate(45deg)
}

.hamburger.is_active .hamburger__line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg)
}

.hamburger__text {
  position: absolute;
  top: 50%;
  right: 64px;
  margin-top: -12px;
  letter-spacing: 1px;
  opacity: 1;
  transform: translateX(0%);
  transition: all .2s cubic-bezier(0.7, 0, 0.3, 1)
}

@media only screen and (max-width:580px) {
  .hamburger__text {
    display: none
  }
}

.menu__open .hamburger__text {
  opacity: 0;
  transform: translateX(50px)
}

.hamburger.navbar-toggle {
  border: 0;
  margin-right: 0;
  padding: 14px 0 0 0;
  margin-top: 0;
  margin-bottom: 0
}

@media only screen and (max-width:580px) {
  .hamburger {
    background-color: transparent;
    height: auto;
    padding-top: 5px;
    width: auto
  }

  .hamburger:hover {
    box-shadow: none
  }

  .hamburger__line {
    background-color: #fff
  }

  .hamburger.navbar-toggle {
    padding-top: 5px
  }
}

@media(min-width:900px) {
  .navbar-nav .dropdown .dropdown-menu {
    display: block !important
  }
}

@media(max-width:900px) {
  .top {
    background-color: #111;
    padding: 20px 15px;
    position: fixed;
    z-index: 10
  }

  .top .navbar-header {
    float: none
  }

  .top .navbar-toggle {
    display: block
  }

  .top .navbar-collapse {
    border-top: 0;
    box-shadow: none
  }

  .top .navbar-collapse.collapse {
    display: none !important
  }

  .top .collapse.in {
    display: block !important
  }

  .top .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
  }

  .top.affix {
    padding: 20px 15px
  }

  .top .navbar-nav {
    float: none !important;
    margin: 30px 0 0
  }

  .top .navbar-nav li {
    float: none
  }

  .top .navbar-nav li a {
    border-top: 1px solid rgba(224, 231, 237, 0.1);
    font-size: .86rem;
    margin: 0;
    padding: 14px 8px 11px
  }

  .top .navbar-nav li a::before {
    display: none
  }

  .top .navbar-nav li a:hover {
    background-color: #fb8c00
  }

  .top .navbar-nav .dropdown .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
    position: relative;
    float: none;
    display: none;
    opacity: 1;
    padding: 0;
    visibility: visible;
    text-align: left;
    transform: translate3d(0, 0, 0);
    transition: all .0s
  }

  .top .navbar-nav .dropdown .dropdown-menu::before {
    display: none
  }

  .top .navbar-nav .dropdown .dropdown-menu a {
    opacity: 1;
    font-weight: 400;
    letter-spacing: .12rem;
    padding: 15px 8px 13px
  }

  .top .navbar-nav .dropdown .dropdown-menu a:hover {
    background-color: #fb8c00
  }

  .menu__open .top {
    padding-bottom: 0
  }
}

@media only screen and (max-width:768px) {
  .top .container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}

@media only screen and (max-width:580px) {
  .top {
    background-color: #11111100;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.0);
    padding: 15px;
    position: absolute
  }

  .top .container-fluid {
    padding-right: 15px;
    padding-left: 15px
  }

  .top .navbar-nav {
    margin: 15px 0 0
  }

  .top .navbar-nav li a {
    padding: 13px 8px 12px
  }

  .top .navbar-nav .dropdown .dropdown-menu a {
    padding: 16px 8px 15px
  }

  .top .navbar_v2 {
    margin-right: -15px;
    margin-left: -15px
  }
}

.navbar_v2 .hamburger {
  float: right
}

.popup.popup__menu {
  background-image: url("../../assets/img/icons/line-maker.svg");
  background-repeat: repeat;
  background-position: center center;
  padding: 0
}

.popup.popup__menu .popup-inner {
  display: flex
}

.show-overlay-nav .popup.popup__menu.popup__menu {
  box-shadow: none
}

.show-overlay-nav .top {
  background-color: transparent;
  box-shadow: none
}

.dl-menu__wrap {
  height: auto;
  position: relative;
  perspective: 600px;
  perspective-origin: 50% -200%;
  text-align: center;
  transition: all .1s 0s cubic-bezier(0.7, 0, 0.3, 1);
  width: 100%
}

.dl-menu__wrap ul {
  list-style: none;
  padding: 0;
  transform-style: preserve-3d
}

.dl-menu__wrap ul li {
  margin: 15px 0;
  position: relative
}

.dl-menu__wrap ul li a {
  display: inline-block;
  font-family: "Blender Pro", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: .2rem;
  padding-left: 14px;
  padding-right: 10px;
  position: relative;
  text-decoration: none
}

.dl-menu__wrap ul li a::after {
  background-color: #fb8c00;
  content: '';
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  pointer-events: none;
  user-select: none;
  transition: all .1s 0s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: -1
}

@media screen and (max-width:580px) {
  .dl-menu__wrap ul li a::after {
    display: none
  }
}

.dl-menu__wrap ul li a i {
  font-size: 1rem;
  vertical-align: middle;
  transition: all .1s cubic-bezier(0.7, 0, 0.3, 1)
}

.dl-menu__wrap ul li a:hover i {
  transform: rotate(-180deg)
}

.dl-menu__wrap ul li a:hover::after {
  width: 100%
}

.dl-menu__wrap ul li .dl-submenu {
  display: none
}

@media screen and (max-width:580px) {
  .dl-menu__wrap ul li {
    margin: 10px 0
  }

  .dl-menu__wrap ul li a {
    font-size: 2.2rem;
    letter-spacing: 0
  }
}

.dl-menu__wrap .dl-menu {
  margin: 0;
  pointer-events: none;
  transform: translateY(10px);
  backface-visibility: hidden;
  width: 100%
}

.dl-menu__wrap .dl-menu.dl-menu-toggle {
  transition: all .1s ease
}

.dl-menu__wrap .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px)
}

.dl-menu__wrap .dl-menu.dl-subview li, .dl-menu__wrap .dl-menu.dl-subview li.dl-subviewopen>a, .dl-menu__wrap .dl-menu.dl-subview li.dl-subview>a {
  display: none
}

.dl-menu__wrap .dl-menu.dl-subview li.dl-subview, .dl-menu__wrap .dl-menu.dl-subview li.dl-subview .dl-submenu, .dl-menu__wrap .dl-menu.dl-subview li.dl-subviewopen, .dl-menu__wrap .dl-menu.dl-subview li.dl-subviewopen>.dl-submenu, .dl-menu__wrap .dl-menu.dl-subview li.dl-subviewopen>.dl-submenu>li {
  display: block
}

.dl-menu__wrap .dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 .2s ease;
  animation: MenuAnimOut3 .2s ease
}

.dl-menu__wrap .dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 .2s ease;
  animation: MenuAnimIn3 .2s ease
}

.dl-menu__wrap .dl-menu .dl-back a {
  position: relative;
  width: 26px
}

.dl-menu__wrap .dl-menu .dl-back a:before {
  content: '';
  background-color: transparent;
  background-image: url("../../assets/img/icons/arrow-back.svg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  width: 26px
}

@media screen and (max-width:580px) {
  .dl-menu__wrap .dl-menu .dl-back a:before {
    height: 20px
  }
}

.dl-menu__wrap .dl-menu.dl-subview .dl-back {
  -webkit-animation: SubMenuAnimIn3 .2s ease;
  animation: SubMenuAnimIn3 .2s ease
}

.dl-menu__wrap>.dl-submenu {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.dl-menu__wrap>.dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 .2s ease;
  animation: SubMenuAnimIn3 .2s ease
}

.dl-menu__wrap>.dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 .2s ease;
  animation: SubMenuAnimOut3 .2s ease
}

@keyframes MenuAnimOut3 {
  100% {
    transform: translateZ(300px);
    opacity: 0
  }
}

@keyframes MenuAnimIn3 {
  0% {
    transform: translateZ(300px);
    opacity: 0
  }

  100% {
    transform: translateZ(0px);
    opacity: 1
  }
}

@keyframes SubMenuAnimIn3 {
  0% {
    transform: translateZ(-300px);
    opacity: 0
  }

  100% {
    transform: translateZ(0px);
    opacity: 1
  }
}

@keyframes SubMenuAnimOut3 {
  0% {
    transform: translateZ(0px);
    opacity: 1
  }

  100% {
    transform: translateZ(-300px);
    opacity: 0
  }
}

.hero {
  background-image: url("../../assets/img/hero/heromeo2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  color: #fff;
  height: 100vh;
  position: relative
}

.hero::after {
  background: rgba(0, 0, 0, 0.72);
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

@media only screen and (max-width:580px) {
  .hero {
    height: 80%;
    margin-bottom: 40%;
    background-size: cover
  }
}

.hero::before {
  content: '';
  background-image: url("../../assets/img/icons/scan.png");
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.hero .container {
  height: 100vh
}

@media only screen and (max-width:580px) {
  .hero .container {
    height: auto
  }
}

.hero__caption {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  height: 80vh;
  padding: 30px 15px 0;
  position: relative;
  margin: auto
}

@media only screen and (max-width:990px) {
  .hero__caption {
    width: 80%
  }
}

@media only screen and (max-width:768px) {
  .hero__caption {
    width: 100%
  }
}

@media only screen and (max-width:580px) {
  .hero__caption {
    padding: 80px 0 0;
    height: auto;
    margin-bottom:25%;
  }
}

.hero__title {
  margin-bottom: 50px;
  margin-top: 20px;
  font-family: 'Josefins Sans', sans-serif
}

@media only screen and (max-width:580px) {
  .hero__title {
    letter-spacing: .1rem;
    font-size: 3.0rem;
    margin-bottom: 40px
  }
}

.hero__title_line {
  position: relative
}

.hero__title_line::before {
  content: '';
  border-top: 1px solid #fff;
  position: absolute;
  bottom: -24px;
  left: -15%;
  width: 30%
}

@media only screen and (max-width:580px) {
  .hero__title_line::before {
    bottom: -18px
  }
}

.hero__description {
  font-weight: 300;
  line-height: 2.3;
  width: 80%
}

@media only screen and (min-width:1300px) {
  .hero__description {
    width: 50%
  }
}

@media only screen and (max-width:1300px) {
  .hero__description {
    width: 50%
  }
}

@media only screen and (max-width:990px) {
  .hero__description {
    width: 100%
  }
}

.hero__btn {
  margin-top: 30px
}

@media only screen and (max-width:580px) {
  .hero__btn {
    margin-top: 10px
  }
}

.hero__social {
  position: absolute;
  right: 55px;
  bottom: 40px
}

@media only screen and (max-width:900px) {
  .hero__social {
    right: 45px
  }
}

@media only screen and (max-width:768px) {
  .hero__social {
    right: 30px
  }
}

@media only screen and (max-width:580px) {
  .hero__social {
    margin-top: 50px;
    position: relative;
    right: auto;
    left: 0;
    bottom: 15px
  }
}

.hero__social a {
  margin-left: 20px
}

.hero .next {
  background-image: url("../../assets/img/icons/next.svg");
  height: 30px;
  position: static;
  left: 40px;
  bottom: 40px;
  width: 30px;
  margin: auto;
  z-index: 1
}

.hero .next__arrow {
  display: block;
  height: 30px;
  position: relative;
  width: 30px
}

.hero .next__arrow::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fff;
  content: '';
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 5px;
  -webkit-animation: scrolldown 1s infinite;
  animation: scrolldown 1s infinite
}

@media only screen and (max-width:900px) {
  .hero .next {
    left: 45px
  }
}

@media only screen and (max-width:768px) {
  .hero .next {
    left: 30px
  }
}

@media only screen and (max-width:580px) {
  .hero .next {
    display: none
  }
}

@-webkit-keyframes scrolldown {
  0% {
    transform: translate(0, 0)
  }

  25% {
    transform: translate(0, 3px)
  }

  50% {
    transform: translate(0, 0)
  }

  100% {
    transform: translate(0, 0)
  }
}

@keyframes scrolldown {
  0% {
    transform: translate(0, 0)
  }

  25% {
    transform: translate(0, 3px)
  }

  50% {
    transform: translate(0, 0)
  }

  100% {
    transform: translate(0, 0)
  }
}

.heromeo {
  background-image: url("../../assets/img/hero2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  color: #fff;
  height: 800px;
  position: relative
}

.heromeo::after {
  background: rgba(0, 0, 0, 0.72);
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

@media only screen and (max-width:580px) {
  .heromeo {
    height: 60vh
  }
}

.heromeo::before {
  content: '';
  background-image: url("../../assets/img/icons/scan.png");
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.heromeo .container {
  height: 100vh
}

@media only screen and (max-width:580px) {
  .heromeo .container {
    height: auto
  }
}

.heromeo__caption {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding: 30px 15px 0;
  position: relative
}

@media only screen and (max-width:990px) {
  .heromeo__caption {
    width: 80%
  }
}

@media only screen and (max-width:768px) {
  .heromeo__caption {
    width: 100%
  }
}

@media only screen and (max-width:580px) {
  .heromeo__caption {
    padding: 80px 0 0;
    height: auto
  }
}

.heromeo__title {
  margin-bottom: 50px;
  margin-top: 20px;
  font-family: 'Josefins Sans', sans-serif
}

@media only screen and (max-width:580px) {
  .heromeo__title {
    letter-spacing: .1rem;
    font-size: 3.0rem;
    margin-bottom: 40px
  }
}

.heromeo__title_line {
  position: relative
}

.heromeo__title_line::before {
  content: '';
  border-top: 1px solid #fff;
  position: absolute;
  bottom: -24px;
  left: -15%;
  width: 30%
}

@media only screen and (max-width:580px) {
  .heromeo__title_line::before {
    bottom: -18px
  }
}

.heromeo__description {
  font-weight: 300;
  line-height: 2.3;
  width: 80%
}

@media only screen and (min-width:1300px) {
  .heromeo__description {
    width: 50%
  }
}

@media only screen and (max-width:1300px) {
  .heromeo__description {
    width: 50%
  }
}

@media only screen and (max-width:990px) {
  .heromeo__description {
    width: 100%
  }
}

.heromeo__btn {
  margin-top: 30px
}

@media only screen and (max-width:580px) {
  .heromeo__btn {
    margin-top: 10px
  }
}

.heromeo__social {
  position: absolute;
  right: 55px;
  bottom: 40px
}

@media only screen and (max-width:900px) {
  .heromeo__social {
    right: 45px
  }
}

@media only screen and (max-width:768px) {
  .heromeo__social {
    right: 30px
  }
}

@media only screen and (max-width:580px) {
  .heromeo__social {
    margin-top: 50px;
    position: relative;
    right: auto;
    left: 0;
    bottom: 15px
  }
}

.heromeo__social a {
  margin-left: 20px
}

.heromeo .next {
  background-image: url("../../assets/img/icons/next.svg");
  height: 30px;
  position: static;
  left: 40px;
  bottom: 40px;
  width: 30px;
  margin: auto;
  z-index: 1
}

.heromeo .next__arrow {
  display: block;
  height: 30px;
  position: relative;
  width: 30px
}

.heromeo .next__arrow::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fff;
  content: '';
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 5px;
  -webkit-animation: scrolldown 2s infinite;
  animation: scrolldown 2s infinite
}

@media only screen and (max-width:900px) {
  .heromeo .next {
    left: 45px
  }
}

@media only screen and (max-width:768px) {
  .heromeo .next {
    left: 30px
  }
}

@media only screen and (max-width:580px) {
  .heromeo .next {
    display: none
  }
}

@-webkit-keyframes scrolldown {
  0% {
    transform: translate(0, 0)
  }

  25% {
    transform: translate(0, 3px)
  }

  50% {
    transform: translate(0, 0)
  }

  100% {
    transform: translate(0, 0)
  }
}

@keyframes scrolldown {
  0% {
    transform: translate(0, 0)
  }

  25% {
    transform: translate(0, 3px)
  }

  50% {
    transform: translate(0, 0)
  }

  100% {
    transform: translate(0, 0)
  }
}

.heromeo-alt {
  background-image: url("../../assets/img/hero/heromeo_50o.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  color: #fff;
  height: 80vh;
  position: relative
}

.heromeo-alt::after {
  background: rgba(0, 0, 0, 0.72);
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

@media only screen and (max-width:580px) {
  .heromeo-alt {
    height: 60vh;
    background-size: cover
  }
}

.heromeo-alt::before {
  content: '';
  background-image: url("../../assets/img/icons/scan.png");
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.heromeo-alt .container {
  height: 100vh
}

@media only screen and (max-width:580px) {
  .heromeo-alt .container {
    height: auto
  }
}

.heromeo-alt__caption {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 15px 0;
  position: relative
}

@media only screen and (max-width:990px) {
  .heromeo-alt__caption {
    width: 80%
  }
}

@media only screen and (max-width:768px) {
  .heromeo-alt__caption {
    width: 100%
  }
}

@media only screen and (max-width:580px) {
  .heromeo-alt__caption {
    padding: 80px 0 0;
    height: auto
  }
}

.heromeo-alt__title {
  margin-bottom: 50px;
  margin-top: 20px;
  font-family: 'Josefins Sans', sans-serif
}

@media only screen and (max-width:580px) {
  .heromeo-alt__title {
    letter-spacing: .1rem;
    font-size: 3.0rem;
    margin-bottom: 40px
  }
}

.heromeo-alt__title_line {
  position: relative
}

.heromeo-alt__title_line::before {
  content: '';
  border-top: 1px solid #fff;
  position: absolute;
  bottom: -24px;
  left: -15%;
  width: 30%
}

@media only screen and (max-width:580px) {
  .heromeo-alt__title_line::before {
    bottom: -18px
  }
}

.heromeo-alt__description {
  font-weight: 300;
  line-height: 2.3;
  width: 80%
}

@media only screen and (min-width:1300px) {
  .heromeo-alt__description {
    width: 50%
  }
}

@media only screen and (max-width:1300px) {
  .heromeo-alt__description {
    width: 50%
  }
}

@media only screen and (max-width:990px) {
  .heromeo-alt__description {
    width: 100%
  }
}

.heromeo-alt__btn {
  margin-top: 30px
}

@media only screen and (max-width:580px) {
  .heromeo-alt__btn {
    margin-top: 10px
  }
}

.heromeo-alt__social {
  position: absolute;
  right: 55px;
  bottom: 40px
}

@media only screen and (max-width:900px) {
  .heromeo-alt__social {
    right: 45px
  }
}

@media only screen and (max-width:768px) {
  .heromeo-alt__social {
    right: 30px
  }
}

@media only screen and (max-width:580px) {
  .heromeo-alt__social {
    margin-top: 50px;
    position: relative;
    right: auto;
    left: 0;
    bottom: 15px
  }
}

.heromeo-alt__social a {
  margin-left: 20px
}

.heromeo-alt .next {
  background-image: url("../../assets/img/icons/next.svg");
  height: 30px;
  position: static;
  left: 40px;
  bottom: 40px;
  width: 30px;
  margin: auto;
  z-index: 1
}

.heromeo-alt .next__arrow {
  display: block;
  height: 30px;
  position: relative;
  width: 30px
}

.heromeo-alt .next__arrow::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fff;
  content: '';
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 5px;
  -webkit-animation: scrolldown 2s infinite;
  animation: scrolldown 2s infinite
}

@media only screen and (max-width:900px) {
  .heromeo-alt .next {
    left: 45px
  }
}

@media only screen and (max-width:768px) {
  .heromeo-alt .next {
    left: 30px
  }
}

@media only screen and (max-width:580px) {
  .heromeo-alt .next {
    display: none
  }
}

.container_md {
  max-width: 900px
}

.section {
  box-sizing: border-box;
  margin: 140px 0;
  overflow: hidden
}

@media only screen and (max-width:580px) {
  .section {
    margin: 100px 0
  }
}

.section__header-wrap {
  text-align: center;
  margin-bottom: 80px
}

@media only screen and (max-width:768px) {
  .section__header-wrap {
    margin-bottom: 50px
  }
}

@media only screen and (max-width:580px) {
  .section__header-wrap {
    margin-bottom: 40px
  }
}

.section__subtitle {
  line-height: 2.3;
  margin-bottom: 0;
  width: 50%
}

@media only screen and (max-width:991px) {
  .section__subtitle {
    width: 70%
  }
}

@media only screen and (max-width:768px) {
  .section__subtitle {
    width: 100%
  }
}

.section__quote {
  font-style: italic;
  padding-top: 60px;
  position: relative
}

.section__quote::before {
  background-image: url("../../assets/img/icons/icon-quote.svg");
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  height: 52px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 60px
}

@media only screen and (max-width:580px) {
  .section__quote {
    padding-top: 30px
  }

  .section__quote::before {
    width: 40px
  }
}

.section_no-space-top {
  margin-top: 0
}

.section_no-space-bottom {
  margin-bottom: 0
}

.section_top-space-230 {
  margin-top: 200px
}

@media only screen and (max-width:768px) {
  .section_top-space-230 {
    margin-top: 80px
  }
}

@media only screen and (max-width:580px) {
  .section_top-space-230 {
    margin-top: 60px
  }
}

.section_top-space-330 {
  margin-top: 330px
}

@media only screen and (max-width:768px) {
  .section_top-space-330 {
    margin-top: 200px
  }
}

@media only screen and (max-width:580px) {
  .section_top-space-330 {
    margin-top: 120px
  }
}

@media only screen and (max-width:580px) {
  .section_first {
    margin-top: 100px
  }
}

.section-onescreen {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  padding-top: 130px
}

@media only screen and (max-height:750px) {
  .section-onescreen {
    overflow-x: hidden;
    padding-top: 160px;
    height: auto
  }
}

@media only screen and (max-width:767px) {
  .section-onescreen {
    height: auto
  }
}

@media only screen and (max-width:580px) {
  .section-onescreen {
    display: block;
    padding-top: 130px;
    padding-bottom: 30px
  }
}

.section-onescreen .footer {
  padding-top: 0
}

.section-onescreen .footer::before {
  display: none
}

@media only screen and (max-height:750px) {
  .section-onescreen .footer {
    padding-top: 60px
  }
}

.section-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  min-height: 100vh;
  margin: 0;
  position: relative
}

.section-bg::before {
  background-color: rgba(17, 17, 17, 0.8);
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0
}

.section-bg::after {
  background-image: url("../../assets/img/icons/line-maker.svg");
  background-repeat: repeat;
  background-position: center center;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0
}

@media only screen and (max-height:750px) {
  .section-bg {
    overflow-x: hidden;
    height: auto
  }
}

.section-bg .container {
  position: relative;
  z-index: 1
}

.section .row-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  justify-content: center
}

@media only screen and (max-width:767px) {
  .section .row-flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.container-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%
}

.separation-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.separation-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.section__hello {
  position: relative;
  overflow: hidden
}

.box-image {
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  position: relative;
  width: 470px;
  transition: all .1s 0s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 1
}

.box-image::after, .box-image::before {
  content: '';
  opacity: .4;
  position: absolute;
  z-index: -1
}

.box-image::after {
  background-image: url("../../assets/img/icons/decoration-dots-angle.svg");
  height: 62px;
  top: 50px;
  left: -72px;
  width: 62px
}

.box-image::before {
  background-image: url("../../assets/img/icons/decoration-dots-box.svg");
  height: 188px;
  bottom: 50px;
  right: -144px;
  width: 188px
}

@media only screen and (max-width:580px) {
  .box-image {
    width: 80%
  }
}

.box-image img {
  max-width: 100%
}

.col__quote {
  z-index: 1
}

.text-decoration {
  color: #0f0f0f;
  font-size: 21rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow-x: hidden;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  z-index: -1
}

.text-decoration_bottom {
  top: auto;
  bottom: 0
}

.text-decoration_left {
  text-align: left
}

@media only screen and (max-width:580px) {
  .text-decoration {
    display: none
  }
}

.grid-gallery:after {
  content: '';
  display: block;
  clear: both;
  filter: grayscale(100%)
}

.grid-gallery_fully {
  margin-left: -15px;
  margin-right: -15px
}

@media only screen and (max-width:580px) {
  .grid-gallery_fully {
    margin-left: 0;
    margin-right: 0
  }
}

.grid-gallery__fixed {
  margin-left: auto;
  margin-right: auto
}

.grid-gallery .item-portfolio {
  background-color: #111;
  margin: 0;
  overflow: hidden;
  padding: 0;
  opacity: 1
}

.grid-gallery .item-portfolio::before {
  content: '';
  height: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: all .1s 0s cubic-bezier(0.7, 0, 0.3, 1);
  width: 100%;
  z-index: 1
}

.grid-gallery .item-portfolio:hover::before {
  opacity: 1
}

.grid-gallery .item-portfolio:hover .image-portfolio {
  opacity: 1;
  transform: scale3d(1.05, 1.05, 1);
  -webkit-filter: blur(0px);
  filter: blur(0px)
}

.grid-gallery .item-portfolio__column-four {
  height: auto;
  width: 25%
}

@media screen and (min-width:1500px) {
  .grid-gallery .item-portfolio__column-four {
    width: 25%
  }
}

@media screen and (max-width:1170px) {
  .grid-gallery .item-portfolio__column-four {
    width: 25%
  }
}

@media screen and (max-width:768px) {
  .grid-gallery .item-portfolio__column-four {
    width: 50%
  }
}

@media screen and (max-width:580px) {
  .grid-gallery .item-portfolio__column-four {
    margin-bottom: 15px;
    width: 100%
  }
}

.grid-gallery .item-portfolio__column-three {
  margin-bottom: 30px;
  width: 293px
}

@media screen and (min-width:1200px) {
  .grid-gallery .item-portfolio__column-three {
    width: 360px
  }
}

@media screen and (max-width:991px) {
  .grid-gallery .item-portfolio__column-three {
    width: 345px
  }
}

@media screen and (max-width:768px) {
  .grid-gallery .item-portfolio__column-three {
    width: 345px
  }
}

@media screen and (max-width:580px) {
  .grid-gallery .item-portfolio__column-three {
    margin-bottom: 15px;
    width: 100%
  }
}

.grid-gallery .item-portfolio__two-column {
  width: 50%
}

@media screen and (max-width:580px) {
  .grid-gallery .item-portfolio__two-column {
    width: 100%
  }
}

.grid-gallery .item-portfolio .item-details {
  position: absolute;
  bottom: 2px;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  transition: all .4s 0s cubic-bezier(0.7, 0, 0.3, 1);
  width: 100%;
  z-index: 2
}

.grid-gallery .item-portfolio:hover .item-details {
  opacity: 1
}

.grid-gallery .image-portfolio {
  cursor: url("../../assets/img/icons/zoom_cursor2.svg") 20 20, pointer;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  opacity: .9;
  transform: scale3d(1, 1, 1);
  transition: all .4s 0s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-filter: blur(0);
  filter: grayscale(100%)
}

.img-greyscale:hover {
  filter: none
}

.touch .item__portfolio {
  cursor: pointer
}

.section-works .btn-link {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 43px
}

@media only screen and (max-width:580px) {
  .section-works .btn-link {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0
  }
}

.section-works .btn-link_right {
  margin-right: 43px;
  margin-left: 0
}

@media only screen and (max-width:580px) {
  .section-works .btn-link {
    margin-right: 0
  }
}

.pswp__bg {
  background-color: #111
}

.pswp__caption {
  background-color: transparent !important;
  min-height: 0;
  opacity: 1 !important;
  position: absolute;
  left: auto;
  bottom: 0;
  right: 0;
  width: 0;
  z-index: 1
}

.pswp__caption::before {
  background-image: url("../../assets/img/iconsicon-info.svg.html");
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  cursor: pointer;
  height: 26px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 26px;
  z-index: 2
}

@media only screen and (max-width:580px) {
  .pswp__caption::before {
    bottom: 15px;
    right: 15px
  }
}

.pswp__caption:hover>.pswp__caption__center {
  opacity: 1;
  transform: translateX(0)
}

.pswp__caption .pswp__caption__center {
  background-color: #111;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  padding: 30px 30px 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transform: translateX(100%);
  transition: all .3s 0s cubic-bezier(0.7, 0, 0.3, 1)
}

.pswp__caption .pswp__caption__center .options__photo {
  font-size: .857rem;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 16px
}

.pswp__caption .pswp__caption__center .options__photo span {
  display: block;
  font-weight: 300;
  text-transform: uppercase
}

@media screen and (max-width:768px) {
  .section-counters {
    margin-top: 100px
  }
}

@media only screen and (max-width:580px) {
  .section-counters {
    margin-top: 30px
  }
}

.counter {
  overflow: hidden;
  position: relative
}

@media screen and (max-width:768px) {
  .counter {
    margin-bottom: 60px
  }
}

@media only screen and (max-width:580px) {
  .counter {
    margin-bottom: 20px
  }
}

.counter_last-child {
  margin-bottom: 0
}

.counter__date {
  font-family: 'Camper UI Grotesk';
  font-size: 3.43rem;
  letter-spacing: .2rem;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 6px;
  font-weight: 700;
  font-style: italic
}

@media screen and (max-width:580px) {
  .counter__date {
    font-size: 2.43rem
  }
}

.counter__name {
  letter-spacing: .3rem;
  text-transform: uppercase
}

.client-carousel-item {
  height: 460px;
  opacity: .4
}

@media only screen and (max-width:900px) {
  .client-carousel-item {
    height: 360px
  }
}

@media only screen and (max-width:767px) {
  .client-carousel-item {
    width: 100%
  }
}

@media only screen and (max-width:580px) {
  .client-carousel-item {
    background-color: #0f0f0f;
    height: auto;
    padding: 15px
  }
}

.client-carousel-item .item__block-author {
  background-color: #1a1a1a;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  position: relative;
  width: 460px;
  z-index: 1
}

.client-carousel-item .item__block-author::after {
  background-color: #0f0f0f;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  right: -180px;
  width: 180px;
  z-index: -1
}

@media only screen and (max-width:900px) {
  .client-carousel-item .item__block-author {
    height: 360px;
    width: 360px
  }
}

@media only screen and (max-width:580px) {
  .client-carousel-item .item__block-author {
    height: 220px;
    margin: 0 auto;
    width: 220px
  }

  .client-carousel-item .item__block-author::after {
    display: none
  }
}

.client-carousel-item .item__block-image {
  background-color: #111;
  height: 228px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 228px
}

.client-carousel-item .item__block-image img {
  max-width: 100%
}

@media only screen and (max-width:900px) {
  .client-carousel-item .item__block-image {
    height: 160px;
    width: 160px
  }
}

@media only screen and (max-width:580px) {
  .client-carousel-item .item__block-image {
    height: 130px;
    width: 130px
  }
}

.client-carousel-item .item__block-name {
  position: absolute;
  bottom: 22px;
  text-align: center;
  width: 100%
}

.client-carousel-item .item__block-name .client__name, .client-carousel-item .item__block-name .cleint__organization {
  font-family: "Poppins", sans-serif;
  font-size: 1.29rem;
  font-weight: 300;
  letter-spacing: .15rem
}

.client-carousel-item .item__block-name .cleint__organization {
  font-size: .86rem;
  margin-top: 17px;
  opacity: .4
}

@media only screen and (max-width:900px) {
  .client-carousel-item .item__block-name {
    bottom: 20px
  }

  .client-carousel-item .item__block-name .client__name {
    font-size: 1rem
  }

  .client-carousel-item .item__block-name .cleint__organization {
    margin-top: 10px
  }
}

@media only screen and (max-width:580px) {
  .client-carousel-item .item__block-name {
    bottom: -30px
  }
}

.client-carousel-item .item__block-description {
  font-size: .86rem;
  line-height: 2.4;
  margin-left: 410px;
  position: absolute;
  top: 170px;
  z-index: 1
}

.client-carousel-item .item__block-description::after {
  background-color: #fff;
  content: '';
  height: 1px;
  position: absolute;
  top: -35px;
  left: -100px;
  width: 140px
}

@media only screen and (max-width:900px) {
  .client-carousel-item .item__block-description {
    margin-left: 300px;
    top: 95px
  }

  .client-carousel-item .item__block-description::after {
    top: 20%;
    left: -60px;
    width: 40px
  }
}

@media only screen and (max-width:768px) {
  .client-carousel-item .item__block-description {
    padding-right: 30px
  }
}

@media only screen and (max-width:580px) {
  .client-carousel-item .item__block-description {
    margin-top: 40px;
    margin-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    text-align: center
  }

  .client-carousel-item .item__block-description::after {
    display: none
  }
}

.client-carousel-item .item__block-number {
  font-size: 4.29rem;
  font-weight: 700;
  letter-spacing: .5rem;
  line-height: 2;
  margin-left: 30px;
  position: absolute;
  top: 0;
  z-index: 2
}

.client-carousel-item .item__block-number::after {
  background-color: #fb8c00;
  content: '';
  height: 28%;
  position: absolute;
  left: -60%;
  bottom: 25%;
  width: 0;
  z-index: -1;
  transition: all 2s 800ms cubic-bezier(0.7, 0, 0.3, 1)
}

.client-carousel-item .item__block-number.animated::after {
  width: 100%
}

@media only screen and (max-width:900px) {
  .client-carousel-item .item__block-number {
    font-size: 3rem;
    margin-left: 25px
  }
}

@media only screen and (max-width:580px) {
  .client-carousel-item .item__block-number {
    font-size: 2.6rem
  }
}

@media only screen and (min-width:768px) {
  .client-carousel-item {
    width: 580px
  }
}

@media only screen and (min-width:900px) {
  .client-carousel-item {
    width: 750px
  }
}

@media only screen and (min-width:1800px) {
  .client-carousel-item {
    width: 950px
  }
}

.photo-carousel__item {
  background-color: #1a1a1a;
  height: 360px;
  opacity: .3;
  width: 600px
}

@media screen and (min-width:1500px) {
  .photo-carousel__item {
    height: 420px;
    width: 800px
  }
}

@media only screen and (max-width:768px) {
  .photo-carousel__item {
    width: 580px
  }
}

@media only screen and (max-width:580px) {
  .photo-carousel__item {
    width: 100vw
  }
}

.photo-carousel__item .item__block-image {
  background-size: cover;
  height: 100%;
  overflow: hidden;
  width: 100%
}

.photo-carousel__item .item__block-description {
  margin-left: -120px;
  margin-top: 60px;
  position: absolute;
  top: 0;
  z-index: 2
}

@media only screen and (max-width:900px) {
  .photo-carousel__item .item__block-description {
    margin-top: 25px
  }
}

.photo-carousel__item .item__block-description .title {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  letter-spacing: .2rem;
  text-shadow: 0 8px 30px rgba(17, 17, 17, 0.3)
}

.photo-carousel__item .item__block-description .title::after {
  background-color: #fb8c00;
  content: '';
  height: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  z-index: -1;
  transition: all 2s 800ms cubic-bezier(0.7, 0, 0.3, 1)
}

@media only screen and (max-width:900px) {
  .photo-carousel__item .item__block-description {
    font-size: 3rem;
    margin-left: 25px
  }
}

@media only screen and (max-width:580px) {
  .photo-carousel__item .item__block-description {
    font-size: 2.6rem
  }
}

.swiper-container {
  padding-bottom: 40px;
  position: relative;
  width: 100%
}

.swiper-container .swiper-wrapper {
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.swiper-container .swiper-slide-active {
  opacity: 1
}

.swiper-container .swiper-slide-active .title::after {
  width: 100%
}

.swiper-pagination {
  bottom: 0
}

.swiper-control {
  letter-spacing: .2rem;
  margin-top: 50px;
  padding: 0 60px;
  position: relative;
  text-transform: uppercase;
  width: 100%
}

@media only screen and (max-width:580px) {
  .swiper-control {
    margin-top: 0;
    padding: 20px 15px 0
  }
}

.swiper-control .swiper-button-prev, .swiper-control .swiper-button-next {
  background-image: none;
  display: inline-block;
  height: auto;
  margin-top: 0;
  position: relative;
  opacity: 1;
  top: auto;
  bottom: 0;
  width: auto;
  transition: all .3s 0s cubic-bezier(0.7, 0, 0.3, 1)
}

.swiper-control .swiper-button-prev::after, .swiper-control .swiper-button-next::after {
  background-color: #fff;
  content: '';
  height: 1px;
  margin: auto 0;
  position: absolute;
  top: -1px;
  bottom: 0;
  width: 60px;
  transition: all .3s 0s cubic-bezier(0.7, 0, 0.3, 1)
}

.swiper-control .swiper-button-prev:hover, .swiper-control .swiper-button-next:hover {
  opacity: .5
}

@media only screen and (max-width:580px) {
  .swiper-control .swiper-button-prev::after, .swiper-control .swiper-button-next::after {
    display: none
  }
}

.swiper-control .swiper-button-prev::after {
  right: -100%;
  margin-right: -100%
}

.swiper-control .swiper-button-prev:hover::after {
  right: 0;
  margin-right: 0
}

.swiper-control .swiper-button-next {
  float: right
}

.swiper-control .swiper-button-next::after {
  left: -100%;
  margin-left: -100%
}

.swiper-control .swiper-button-next:hover::after {
  left: 0;
  margin-left: 0
}

.pricing-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%
}

.pricing-grid .swiper-wrapper {
  min-height: 100%
}

.pricing-grid .swiper-wrapper .swiper-slide {
  height: auto !important
}

.pricing-grid__item {
  background-color: #0f0f0f;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  padding: 60px;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.pricing-grid__item::before {
  background-color: #111;
  content: '';
  height: 100%;
  opacity: .8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .3s 0s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: -1
}

.pricing-grid__item::after {
  background-color: #fb8c00;
  content: '';
  height: 100%;
  opacity: .8;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  transition: all .3s 0s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: -1
}

.pricing-grid__item:hover::after {
  left: 0;
  opacity: .9
}

.pricing-grid__item:hover::before {
  opacity: 0
}

@media only screen and (max-width:580px) {
  .pricing-grid__item {
    padding: 30px
  }
}

.pricing-grid__item .title__h4 {
  margin-top: 0;
  margin-bottom: 40px;
  position: relative
}

.pricing-grid__item .title__h4::after {
  background-color: #fff;
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  left: -60px;
  width: 30px;
  z-index: 99999
}

.pricing-grid__item .pricing-options {
  letter-spacing: .1rem;
  margin-bottom: 16px
}

.pricing-grid__item .pricing-options__name {
  font-size: .86rem;
  font-weight: 300;
  opacity: .7;
  text-transform: uppercase
}

.pricing-grid__item .pricing-footer {
  margin-top: 70px
}

.pricing-grid__item .price {
  display: inline-block;
  font-family: "Merriweather", serif;
  font-size: 2.715rem;
  font-weight: 600;
  margin-top: -10px;
  letter-spacing: .4rem;
  line-height: 1
}

.pricing-grid__item .price_small {
  font-size: 1.4rem;
  letter-spacing: .2rem
}

.press-col {
  margin: 50px 0;
  text-align: center
}

@media screen and (max-width:580px) {
  .press-col {
    margin-bottom: 60px
  }
}

.press-col__logo {
  height: 100px;
  transition: all .3s 0s cubic-bezier(0.7, 0, 0.3, 1);
  filter: grayscale(100%);
  opacity: .5
}

.press-col__logo:hover {
  opacity: 1;
  filter: none
}

@media screen and (max-width:580px) {
  .press-col__logo {
    height: 80px
  }
}

.client-col {
  margin-bottom: 30px;
  text-align: center
}

@media screen and (max-width:580px) {
  .client-col {
    margin-bottom: 60px
  }
}

.client-col__logo {
  height: 30px;
  transition: all .3s 0s cubic-bezier(0.7, 0, 0.3, 1)
}

@media screen and (max-width:580px) {
  .client-col__logo {
    height: 80px
  }
}

.client-alt-col {
  margin-bottom: 20px;
  text-align: center
}

@media screen and (max-width:580px) {
  .client-alt-col {
    margin-bottom: 60px
  }
}

.client-alt-col__logo {
  height: 30px;
  transition: all .3s 0s cubic-bezier(0.7, 0, 0.3, 1)
}

@media screen and (max-width:580px) {
  .client-alt-col__logo {
    height: 80px
  }
}

.section-newsletter {
  margin-bottom: 120px
}

@media only screen and (max-width:580px) {
  .section-newsletter {
    margin: 20% 0
  }
}

.section-newsletter .section__header-wrap {
  margin-bottom: 50px
}

@media only screen and (max-width:768px) {
  .section-newsletter .section__header-wrap {
    margin-bottom: 30px
  }
}

.section-newsletter .section__header-wrap .title {
  margin-top: 0
}

.subscribe-form__inner {
  margin: 0 auto;
  position: relative;
  width: 500px
}

@media only screen and (max-width:580px) {
  .subscribe-form__inner {
    width: 100%
  }
}

.subscribe-form__inner .btn-subscribe {
  background-color: transparent;
  border: 0;
  border-left: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  height: 100%;
  letter-spacing: .2rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 76px;
  z-index: 2
}

.section-history .section__header-wrap {
  margin-bottom: 200px
}

@media only screen and (max-width:580px) {
  .section-history .section__header-wrap {
    margin-bottom: 80px
  }
}

.section-history .row-flex {
  margin-bottom: 200px
}

@media only screen and (max-width:991px) {
  .section-history .row-flex {
    margin-bottom: 160px
  }
}

@media only screen and (max-width:767px) {
  .section-history .row-flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 120px
  }
}

@media only screen and (max-width:580px) {
  .section-history .row-flex {
    margin-bottom: 60px
  }
}

.col-about__describe_left {
  padding-right: 60px
}

@media only screen and (max-width:991px) {
  .col-about__describe_left {
    padding-right: 40px
  }
}

@media only screen and (max-width:766px) {
  .col-about__describe_left {
    padding-left: 60px;
    padding-right: 60px
  }
}

@media only screen and (max-width:580px) {
  .col-about__describe_left {
    padding-right: 15px;
    padding-left: 15px
  }
}

.col-about__describe_right {
  padding-left: 60px
}

@media only screen and (max-width:991px) {
  .col-about__describe_right {
    padding-left: 40px
  }
}

@media only screen and (max-width:766px) {
  .col-about__describe_right {
    padding-left: 60px;
    padding-right: 60px
  }
}

@media only screen and (max-width:580px) {
  .col-about__describe_right {
    padding-left: 15px;
    padding-right: 15px
  }
}

.col-about__describe .title {
  line-height: 1.4;
  margin-top: 14px;
  margin-bottom: 40px
}

@media only screen and (max-width:991px) {
  .col-about__describe .title {
    font-size: 2.429rem;
    letter-spacing: .4rem;
    margin-bottom: 30px
  }
}

.col-about__describe .block-description {
  font-weight: 300;
  line-height: 2.3;
  padding-left: 70px;
  position: relative
}

@media only screen and (max-width:1199px) {
  .col-about__describe .block-description {
    padding-left: 0
  }
}

@media only screen and (max-width:991px) {
  .col-about__describe .block-description {
    font-size: .86rem
  }
}

.col-about__describe .block-description::before {
  background-color: #fff;
  content: '';
  height: 1px;
  position: absolute;
  top: 10px;
  left: -70px;
  width: 90px
}

@media only screen and (max-width:1199px) {
  .col-about__describe .block-description::before {
    display: none
  }
}

.col-about__describe .block-description_two-column {
  column-count: 2;
  column-gap: 40px;
  line-height: 2.0;
  padding-left: 0;
  text-align: justify
}

@media only screen and (max-width:991px) {
  .col-about__describe .block-description_two-column {
    column-count: 1;
    column-gap: 0;
    line-height: 2.3;
    text-align: left
  }
}

.col-about__describe .block-description_two-column::before {
  top: -26px;
  left: -50px
}

.block-image {
  margin-left: 0;
  position: relative;
  width: 100%;
  z-index: 1;
  transition: all .3s 0s cubic-bezier(0.7, 0, 0.3, 1)
}

.block-image::before {
  background-image: url("../../assets/img/iconsdecoration-dots-box.svg.html");
  content: '';
  height: 188px;
  opacity: .4;
  position: absolute;
  bottom: -73px;
  right: -34px;
  width: 188px;
  z-index: -1
}

@media only screen and (max-width:766px) {
  .block-image {
    margin: 0 auto 30px;
    text-align: center
  }
}

@media only screen and (max-width:580px) {
  .block-image {
    width: 100%
  }
}

.block-image img {
  width: 100%;
  max-width: 420px
}

.block-image._right {
  text-align: right
}

.block-image__number {
  display: block;
  font-size: 7rem;
  font-weight: 700;
  position: absolute;
  top: -90px;
  left: -35px;
  z-index: 2
}

@media only screen and (max-width:1199px) {
  .block-image__number {
    font-size: 6rem;
    top: -80px;
    left: -35px
  }
}

@media only screen and (max-width:991px) {
  .block-image__number {
    font-size: 5rem;
    top: -66px;
    left: -30px
  }
}

@media only screen and (max-width:580px) {
  .block-image__number {
    font-size: 4rem;
    top: -45px;
    left: -15px
  }
}

@media(max-width:767px) {
  .reorder .col-about__describe {
    order: 1
  }
}

.list-info {
  color: #c0c3c8;
  margin-top: 25px
}

.list-info strong {
  color: #fff
}

.section-onescreen {
  position: relative
}

.section-onescreen .block-image {
  max-height: 580px
}

@media only screen and (max-height:820px) {
  .section-onescreen .block-image {
    height: 380px;
    overflow: hidden
  }

  .section-onescreen .block-image::before {
    display: none
  }
}

@media only screen and (max-width:766px) {
  .section-onescreen .block-image {
    max-height: 100%;
    margin-bottom: 50px
  }
}

@media only screen and (max-height:820px) {
  .section-onescreen .title__section {
    font-size: 2.429rem;
    letter-spacing: .1rem
  }
}

@media only screen and (max-height:820px) {
  .section-onescreen .block-description {
    font-size: .86rem;
    line-height: 2.4
  }
}

.grid-news {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto
}

.item-news {
  margin-bottom: 140px
}

@media only screen and (max-width:580px) {
  .item-news {
    margin-bottom: 80px
  }
}

.item-news__header {
  margin-bottom: 70px;
  padding-left: 100px
}

.item-news__header .title {
  font-weight: 400;
  letter-spacing: .2rem;
  line-height: 1.3;
  margin-top: 20px
}

.item-news__header .title__overhead {
  letter-spacing: .3rem
}

.item-news .media-content {
  display: block;
  line-height: 0;
  margin-bottom: 62px;
  text-align: center;
  width: 100%
}

.item-news .media-content__video .reveal {
  display: block
}

.item-news .media-content .news-image {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.item-news iframe {
  border: 0;
  display: block;
  height: 640px;
  width: 100%;
  transition: all .3s 0s cubic-bezier(0.7, 0, 0.3, 1)
}

@media screen and (max-width:991px) {
  .item-news iframe {
    height: 520px
  }
}

@media screen and (max-width:766px) {
  .item-news iframe {
    height: 420px
  }
}

@media screen and (max-width:580px) {
  .item-news iframe {
    height: 320px
  }
}

@media only screen and (max-width:320px) {
  .item-news iframe {
    height: 160px
  }
}

.item-news__paragraph {
  font-weight: 300;
  line-height: 2.2;
  margin-left: auto;
  margin-right: auto;
  max-width: 820px
}

.item-news__paragraph_line {
  position: relative
}

.item-news__paragraph_line::before {
  background-color: #fff;
  content: '';
  height: 1px;
  position: absolute;
  left: -160px;
  top: 10px;
  width: 100px
}

.item-news__paragraph p {
  margin-bottom: 24px;
  color: #a8a8a8;
  font-weight: 400
}

@media only screen and (max-width:580px) {
  .item-news__paragraph p {
    margin-bottom: 18px
  }
}

.item-news__paragraph img {
  max-width: 100%;
  filter: grayscale(100%)
}

.item-news__paragraph img:hover {
  filter: none
}

.item-news__paragraph ul {
  list-style-type: disc;
  margin: 30px 0
}

.item-news__paragraph ul li {
  margin-bottom: 12px
}

.item-news__paragraph table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%
}

.item-news__paragraph th {
  font-weight: bold;
  text-transform: uppercase
}

.item-news__paragraph td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0
}

.item-news__footer .btn {
  margin-top: 20px
}

.item-news__masonry {
  margin-bottom: 70px;
  width: 340px
}

@media screen and (max-width:991px) {
  .item-news__masonry {
    width: 330px
  }
}

@media only screen and (max-width:580px) {
  .item-news__masonry {
    width: 290px;
    margin-bottom: 40px
  }
}

.item-news__masonry:hover .media-content {
  box-shadow: inset 0 0 0 20px #111
}

.item-news__masonry:hover .media-content .news-image {
  transform: matrix(1.05, 0, 0, 1.05, 0, 0)
}

.item-news__masonry:hover .item-news__header::before {
  height: 60%
}

.item-news__masonry .media-content {
  box-shadow: inset 0 0 0 0 #111;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 40px;
  overflow: hidden;
  width: auto;
  transition: all .3s 0s cubic-bezier(0.7, 0, 0.3, 1)
}

@media only screen and (max-width:580px) {
  .item-news__masonry .media-content {
    margin-left: 40px;
    margin-right: 40px
  }
}

.item-news__masonry .media-content .news-image {
  position: relative;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: all .3s 0s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: -1
}

.item-news__masonry .item-news__header {
  margin-bottom: 0;
  padding-left: 30px;
  position: relative
}

.item-news__masonry .item-news__header::before {
  background-color: #fff;
  content: '';
  height: 100%;
  position: absolute;
  left: 0;
  transition: all .3s 0s cubic-bezier(0.7, 0, 0.3, 1);
  width: 1px
}

.item-news__masonry .title {
  letter-spacing: .1rem;
  line-height: 1.6;
  margin-top: 15px;
  margin-bottom: 15px
}

.item-news__masonry .title a {
  text-decoration: none
}

.item-news__masonry .title a:hover {
  color: #c0c3c8
}

.item-news__masonry .title__overhead {
  font-size: .715rem;
  letter-spacing: .1rem;
  margin-top: 0;
  opacity: .5
}

.item-news__masonry_fully .media-content {
  margin-left: 0;
  margin-right: 0
}

.item-news .initial_letter {
  font-size: 4rem;
  font-weight: 700;
  padding: 3px 16px 0 0;
  line-height: 1;
  float: left;
  display: inline-block
}

.item-details {
  list-style: none;
  padding-left: 30px
}

.item-details_right {
  float: right
}

.item-details li {
  display: inline-block;
  margin-right: 18px
}

.item-details li:last-child {
  margin-right: 0
}

.item-details li span {
  display: inline-block;
  font-size: .715rem;
  padding-left: 10px
}

.touch .item-news__masonry {
  cursor: pointer
}

@media screen and (max-width:991px) {
  .item-news__main .item-news__header {
    padding-left: 80px;
    margin-bottom: 50px
  }
}

@media screen and (max-width:766px) {
  .item-news__main .item-news__header {
    padding-left: 0
  }
}

@media only screen and (max-width:580px) {
  .item-news__main .item-news__header {
    margin-bottom: 30px
  }
}

@media screen and (max-width:991px) {
  .item-news__main .item-news__header .title {
    font-size: 3.3rem
  }
}

@media only screen and (max-width:580px) {
  .item-news__main .item-news__header .title {
    font-size: 3.0rem;
    letter-spacing: 0
  }
}

@media screen and (max-width:991px) {
  .item-news__main .media-content {
    margin-bottom: 50px
  }
}

@media only screen and (max-width:580px) {
  .item-news__main .media-content {
    margin-bottom: 30px
  }
}

@media screen and (max-width:991px) {
  .item-news__main .item-news__paragraph {
    padding-left: 0;
    padding-right: 0
  }

  .item-news__main .item-news__paragraph_line::before {
    display: none
  }
}

@media screen and (max-width:766px) {
  .item-news__main .item-news__paragraph {
    padding-left: 0;
    padding-right: 0
  }
}

.news-singel .item-news {
  margin-bottom: 120px
}

@media only screen and (max-width:580px) {
  .news-singel .item-news {
    margin-bottom: 60px
  }
}

.news-singel .item-news__header {
  padding-left: 0;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative
}

.news-singel .item-news__header .title {
  margin-top: 0;
  margin-bottom: 30px
}

@media only screen and (max-width:580px) {
  .news-singel .item-news__header .title {
    margin-bottom: 20px
  }
}

.news-singel .item-news blockquote {
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px
}

@media only screen and (max-width:580px) {
  .news-singel .item-news blockquote {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0
  }
}

.news-singel .item-news .post-gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -175px;
  margin-right: -175px;
  margin-bottom: 24px
}

@media only screen and (max-width:1200px) {
  .news-singel .item-news .post-gallery {
    margin-left: 0;
    margin-right: 0
  }
}

@media only screen and (max-width:580px) {
  .news-singel .item-news .post-gallery {
    margin-left: -5px;
    margin-right: -5px
  }
}

.news-singel .item-news .post-gallery__item {
  flex: auto;
  padding: 15px;
  width: 33.33333333%
}

@media only screen and (max-width:580px) {
  .news-singel .item-news .post-gallery__item {
    padding: 5px;
    width: 50%
  }
}

.news-singel .item-news__footer {
  margin-top: 50px
}

@media only screen and (max-width:580px) {
  .news-singel .item-news__footer {
    margin-top: 30px
  }
}

.news-singel .item-news .share-post {
  padding-top: 44px;
  position: relative;
  text-align: center
}

.news-singel .item-news .share-post::before {
  background-color: #fff;
  content: '';
  height: 1px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 80px
}

@media only screen and (max-width:580px) {
  .news-singel .item-news .share-post {
    padding-top: 30px
  }
}

.news-singel .item-news .share-post a {
  display: inline-block;
  margin-right: 35px;
  text-decoration: none
}

@media only screen and (max-width:768px) {
  .news-singel .item-news .share-post a {
    margin-right: 30px
  }
}

.news-singel .item-news .share-post a span {
  font-size: .86rem;
  font-weight: 500;
  letter-spacing: .1rem;
  padding-left: 15px
}

@media only screen and (max-width:768px) {
  .news-singel .item-news .share-post a span {
    display: none
  }
}

.news-singel .item-news .share-post a:hover {
  color: #fb8c00
}

.pager-wrap {
  margin-top: 90px
}

@media only screen and (max-width:580px) {
  .pager-wrap {
    margin-top: 40px
  }
}

.pager-wrap .pager {
  margin-top: 35px
}

@media only screen and (max-width:580px) {
  .pager-wrap .pager {
    margin-top: 30px
  }
}

.pager-wrap .pager li {
  font-weight: 600;
  letter-spacing: .2rem;
  text-transform: uppercase
}

.pager-wrap .pager li.previous a::after, .pager-wrap .pager li.next a::after {
  background-color: #fff;
  content: '';
  height: 1px;
  margin: auto 0;
  position: absolute;
  top: -1px;
  bottom: 0;
  width: 60px;
  transition: all .3s 0s cubic-bezier(0.7, 0, 0.3, 1)
}

@media only screen and (max-width:580px) {
  .pager-wrap .pager li.previous a::after, .pager-wrap .pager li.next a::after {
    display: none
  }
}

.pager-wrap .pager li.previous a::after {
  right: -100%
}

.pager-wrap .pager li.previous a:hover::after {
  right: 0
}

.pager-wrap .pager li.next a::after {
  left: -100%
}

.pager-wrap .pager li.next a:hover::after {
  left: 0
}

.pager-wrap .pager li a {
  padding: 5px 14px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  opacity: .3;
  position: relative;
  text-decoration: none
}

.pager-wrap .pager li a:hover {
  opacity: 1
}

.pager-wrap .pager .disabled a:hover, .pager-wrap .pager .disabled a:focus {
  background-color: transparent;
  color: #c0c3c8
}

.pager-wrap .pager .disabled a::after {
  opacity: .5
}

.pager-wrap .pager .back_grid {
  fill: #fff;
  transition: all .3s cubic-bezier(0.7, 0, 0.3, 1)
}

.pager-wrap .pager .back_grid:hover {
  fill: #c0c3c8
}

.filter-categories {
  font-size: .86rem;
  list-style: none;
  margin-left: 60px;
  margin-top: 13px;
  padding-left: 0;
  position: fixed;
  left: 0;
  z-index: 2
}

@media screen and (max-width:1600px) {
  .filter-categories {
    margin-left: 100px;
    margin-top: 0;
    margin-bottom: 60px;
    position: relative
  }
}

@media screen and (max-width:991px) {
  .filter-categories {
    margin-left: 80px
  }
}

@media screen and (max-width:766px) {
  .filter-categories {
    margin-left: 0
  }
}

@media only screen and (max-width:580px) {
  .filter-categories {
    margin-bottom: 40px
  }
}

.filter-categories__item {
  letter-spacing: .01rem;
  padding: 10px 0
}

@media screen and (max-width:1600px) {
  .filter-categories__item {
    display: inline-block;
    margin-right: 26px;
    padding: 0 0 20px 0
  }
}

@media only screen and (max-width:580px) {
  .filter-categories__item {
    margin-right: 15px;
    padding: 0 0 10px 0
  }
}

.filter-categories__item a {
  opacity: .5;
  position: relative;
  text-decoration: none;
  transition: all .3s 0s cubic-bezier(0.7, 0, 0.3, 1)
}

.filter-categories__item a:hover {
  opacity: 1
}

.filter-categories__item_current a {
  color: #fb8c00;
  opacity: 1
}

.filter-categories__item_current a::before {
  background-color: #fb8c00;
  content: '';
  height: 1px;
  margin: auto 0;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: -60px;
  width: 40px
}

@media screen and (max-width:1600px) {
  .filter-categories__item_current a::before {
    display: none
  }
}

.section-comments {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto
}

.section-comments .title {
  margin-bottom: 70px
}

@media only screen and (max-width:580px) {
  .section-comments .title {
    margin-bottom: 40px
  }
}

.section-comments .media {
  margin-top: 50px
}

@media only screen and (max-width:580px) {
  .section-comments .media {
    margin-top: 30px
  }
}

.section-comments .media .col-avatar {
  border-radius: 50%;
  height: 64px;
  padding-right: 0;
  margin-top: 6px;
  margin-right: 30px;
  overflow: hidden;
  width: 64px
}

@media screen and (max-width:580px) {
  .section-comments .media .col-avatar {
    height: 32px;
    margin-right: 20px;
    width: 32px
  }
}

.section-comments .media .col-avatar img {
  height: 64px;
  width: 64px
}

@media screen and (max-width:580px) {
  .section-comments .media .col-avatar img {
    height: 32px;
    width: 32px
  }
}

.section-comments .media .media-header {
  margin-bottom: 14px
}

@media only screen and (max-width:580px) {
  .section-comments .media .media-header {
    margin-bottom: 0;
    font-size: 1.143rem
  }
}

.section-comments .media .media-header .data-comment {
  font-size: .86rem;
  opacity: .5
}

.section-comments .media .media-header a {
  text-decoration: none
}

.section-comments .media .media-header a:hover {
  color: #fb8c00
}

.section-comments .media .media-body {
  font-weight: 300;
  line-height: 2.1
}

.section-comments .media .media-body .media-footer {
  margin-top: 10px
}

.section-comments .media .media-body .media-footer .reply {
  font-size: .86rem;
  font-weight: 500;
  letter-spacing: .2rem;
  opacity: .5;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s 0s cubic-bezier(0.7, 0, 0.3, 1)
}

.section-comments .media .media-body .media-footer .reply:hover {
  opacity: 1
}

.section-comments .media .media-body .media-footer .reply i {
  padding-right: 8px
}

.section-comments .comment-form {
  margin-top: 110px
}

@media only screen and (max-width:580px) {
  .section-comments .comment-form {
    margin-top: 40px
  }
}

.section-comments .comment-form .btn {
  margin-top: 10px
}

@media only screen and (max-width:580px) {
  .section-comments .comment-form .btn {
    margin-top: 0
  }
}

.section-comments .comment-form .btn-block {
  text-align: center
}

@media screen and (max-width:991px) {
  .section-contact {
    display: block;
    height: auto;
    overflow: visible;
    padding-top: 230px
  }
}

@media only screen and (max-width:580px) {
  .section-contact {
    padding-top: 120px
  }
}

.section-contact .text-block {
  font-weight: 300;
  line-height: 2.3
}

.section-contact .btn__contact {
  margin-top: 40px
}

@media only screen and (max-width:580px) {
  .section-contact .btn__contact {
    margin-top: 15px
  }
}

.map-block {
  background-color: #111;
  background-size: cover;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.2);
  color: #111;
  height: 380px;
  margin-bottom: 50px;
  transition: all .3s 0s cubic-bezier(0.7, 0, 0.3, 1)
}

@media screen and (max-height:850px) {
  .map-block {
    height: 280px;
    margin-bottom: 20px
  }
}

@media screen and (max-width:991px) {
  .map-block {
    margin-top: 60px
  }
}

@media only screen and (max-width:580px) {
  .map-block {
    margin-top: 50px
  }
}

.map-block .gm-style-iw {
  font-weight: 500;
  padding-top: 5px
}

#contact-form {
  width: 100%
}

@media only screen and (max-width:766px) {
  #contact-form {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media only screen and (max-width:580px) {
  #contact-form {
    padding-left: 5px;
    padding-right: 5px
  }
}

#contact-form textarea {
  max-height: 200px;
  overflow: auto
}

.popup {
  background: rgba(17, 17, 17, 0.98);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  height: 100vh;
  opacity: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all .1s 0s cubic-bezier(0.7, 0, 0.3, 1);
  width: 100%;
  z-index: 1000
}

@media only screen and (max-height:830px) {
  .popup {
    display: block;
    padding-top: 120px
  }
}

@media only screen and (max-width:580px) {
  .popup {
    padding-top: 50px
  }
}

.popup__btn-close {
  background-color: transparent;
  border: 0;
  letter-spacing: .3rem;
  opacity: 1;
  position: absolute;
  right: 30px;
  top: 30px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all .1s 0s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 1
}

.popup__btn-close:hover {
  opacity: .5
}

@media only screen and (max-width:580px) {
  .popup__btn-close {
    right: 15px;
    top: 15px
  }
}

.popup-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  height: 100vh;
  transform: translateY(-100%);
  transition: all .1s 500ms cubic-bezier(0.7, 0, 0.3, 1);
  width: 100%
}

.show-popup .popup-inner, .show-overlay-nav .popup-inner {
  transform: translateY(0)
}

@media only screen and (max-width:580px) {
  .popup-inner {
    display: block
  }
}

.show-popup .popup.popup-overlay, .show-overlay-nav .popup.popup__menu {
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: visible;
  transform: translateY(0)
}

.show-popup .popup.popup-overlay::before, .show-overlay-nav .popup.popup__menu::before {
  content: '';
  background-color: #111;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  -webkit-animation: reveal-v 0ms 250ms cubic-bezier(0, 0, 0.2, 1) both;
  animation: reveal-v 0ms 250ms cubic-bezier(0, 0, 0.2, 1) both;
  z-index: 10
}

.show-popup .popup.popup-overlay::after, .show-overlay-nav .popup.popup__menu::after {
  content: '';
  background-color: #fb8c00;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  -webkit-animation: reveal-v .2s 250ms cubic-bezier(0, 0, 0.2, 1) both;
  animation: reveal-v .2s 250ms cubic-bezier(0, 0, 0.2, 1) both;
  z-index: 10
}

.show-popup, .show-overlay-nav {
  overflow: hidden
}

.mask-404 {
  height: 189px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 500px;
  z-index: 1
}

.mask-404::before {
  background-image: url("../../assets/img/icons404-mask.svg.html");
  background-repeat: no-repeat;
  content: '';
  height: 189px;
  position: absolute;
  left: 0;
  width: 500px;
  z-index: 2
}

@media screen and (max-width:991px) {
  .mask-404 {
    height: 189px;
    width: 500px
  }

  .mask-404::before {
    height: 189px;
    width: 500px
  }
}

@media screen and (max-width:768px) {
  .mask-404 {
    height: 151px;
    width: 400px
  }

  .mask-404::before {
    height: 151px;
    width: 400px
  }
}

@media screen and (max-width:580px) {
  .mask-404 {
    height: 109px;
    width: 290px
  }

  .mask-404::before {
    height: 109px;
    width: 290px
  }
}

.mask-404 .mask__img {
  background-size: cover;
  background-position: center center;
  margin: auto;
  height: 98%;
  position: relative;
  width: 98%;
  z-index: -1
}

.element-404 {
  background-image: url("../../assets/img/icons/404.svg");
  background-repeat: no-repeat;
  height: 189px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 500px;
  z-index: 1
}

@media screen and (max-width:991px) {
  .element-404 {
    height: 189px;
    width: 500px
  }

  .element-404::before {
    height: 189px;
    width: 500px
  }
}

@media screen and (max-width:768px) {
  .element-404 {
    height: 151px;
    width: 400px
  }

  .element-404::before {
    height: 151px;
    width: 400px
  }
}

@media screen and (max-width:580px) {
  .element-404 {
    height: 109px;
    width: 290px
  }

  .element-404::before {
    height: 109px;
    width: 290px
  }
}

.footer {
  padding: 100px 0 40px;
  position: relative
}

@media only screen and (max-width:768px) {
  .footer {
    padding: 40px 0 40px
  }
}

@media only screen and (max-width:580px) {
  .footer {
    padding: 30px 0 0
  }
}

.footer-fluid {
  padding-left: 60px;
  padding-right: 60px;
  width: 100%
}

@media only screen and (max-width:767px) {
  .footer-fluid {
    margin-top: 60px
  }

  .footer-fluid .col-sm-6 {
    width: 50%
  }
}

@media only screen and (max-width:580px) {
  .footer-fluid {
    margin-top: 40px;
    text-align: center
  }

  .footer-fluid .col-sm-6 {
    width: 100%
  }
}

.footer .title {
  margin-bottom: 24px
}

@media only screen and (max-width:580px) {
  .footer .title {
    margin-bottom: 14px
  }
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: -15px;
  background-color: #fff;
  height: 1px;
  width: 110px
}

.footer__contacts {
  font-size: .86rem;
  line-height: 28px;
  font-family: "Camper UI Grotesk", sans-serif;
  font-weight: 500
}

img[data-action="zoom"] {
  cursor: url("../../assets/img/icons/zoom_cursor2.svg") 20 20, pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in
}

.zoom-img, .zoom-img-wrap {
  position: relative;
  z-index: 1005;
  transition: all 300ms
}

img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  opacity: 1
}

.zoom-overlay {
  z-index: 1004;
  background-color: #111;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms
}

.zoom-overlay-open .zoom-overlay {
  opacity: 1
}

.zoom-overlay-open, .zoom-overlay-transitioning {
  cursor: default
}

.section-video {
  position: relative
}

.video-hero {
  background-color: #0f0f0f;
  width: 100%;
  height: auto;
  object-fit: cover
}

@media only screen and (max-width:580px) {
  .video-hero {
    height: 360px
  }
}

.video-controls {
  opacity: 0;
  transition: opacity .6s 50ms ease-out
}

.paused .video-controls {
  opacity: 1
}

.video-controls_show {
  opacity: 1
}

.video-controls [data-media="play-pause"] {
  box-shadow: 0 0 0 0 #111;
  transition: all .3s 0s cubic-bezier(0.7, 0, 0.3, 1)
}

.video-controls [data-media="play-pause"]:hover {
  background-color: #fb8c00;
  box-shadow: 0 0 0 10px #fb8c00
}

[data-media] {
  background-color: #111;
  border: 0;
  border-radius: 50%;
  font-weight: 700;
  height: 120px;
  letter-spacing: .3rem;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 120px
}

@media only screen and (max-width:580px) {
  [data-media] {
    height: 60px;
    letter-spacing: .2rem;
    width: 60px
  }
}

[data-media="play-pause"] {
  display: block;
  position: absolute;
  top: -9px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  transition: opacity .6s 50ms ease-out
}

.paused [data-media="play-pause"]::before, .playing [data-media="play-pause"]::before {
  height: 26px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  right: 0;
  width: 100px;
  z-index: 1
}

@media only screen and (max-width:580px) {
  .paused [data-media="play-pause"]::before, .playing [data-media="play-pause"]::before {
    height: 20px;
    left: 1px;
    width: 60px
  }
}

.paused [data-media="play-pause"]::before {
  content: 'PLAY'
}

.playing [data-media="play-pause"]::before {
  content: 'PAUSE'
}

.hide-playhead [data-media="play-pause"] {
  opacity: 1
}

[data-media="mute-unmute"] {
  background-image: url("../../assets/img/icons/sound-on.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  display: block;
  height: 19px;
  opacity: .5;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 26px;
  transition: all .3s 0s cubic-bezier(0.7, 0, 0.3, 1)
}

@media only screen and (max-width:580px) {
  [data-media="mute-unmute"] {
    top: 15px;
    right: 15px
  }
}

[data-media="mute-unmute"]:hover {
  opacity: 1
}

.muted [data-media="mute-unmute"] {
  background-image: url("../../assets/img/icons/sound-off.svg")
}

.os.animated {
  animation: up 2s cubic-bezier(0.42, 0, 0, 0.995), fade 1s cubic-bezier(0.42, 0, 0, 0.995);
  animation-delay: 3s
}

@media only screen and (max-width:580px) {
  .os.animated {
    animation-delay: 1s
  }
}

@keyframes up {
  0% {
    transform: translateY(100px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes fade {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.reveal.animated, .swiper-slide-active .item__block-image {
  display: inline-block;
  position: relative
}

.reveal.animated::before, .swiper-slide-active .item__block-image::before {
  content: '';
  background: #00000069;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
  -webkit-animation: reveal .5s 0ms cubic-bezier(0, 0, 0.2, 1) both;
  animation: reveal .5s 0ms cubic-bezier(0, 0, 0.2, 1) both;
  z-index: 1
}

.reveal.animated::after, .swiper-slide-active .item__block-image::after {
  content: '';
  background: #00000069;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
  -webkit-animation: reveal 1.2s 00ms cubic-bezier(0, 0, 0.2, 1) both;
  animation: reveal 1.2s 00ms cubic-bezier(0, 0, 0.2, 1) both;
  z-index: 1
}

.reveal.animated._delay_1::before, .swiper-slide-active .item__block-image._delay_1::before {
  animation-delay: 1s
}

.reveal.animated .reveal_item, .swiper-slide-active .item__block-image .reveal_item {
  opacity: 1;
  transition: all 1s 200ms cubic-bezier(0.7, 0, 0.3, 1)
}

.reveal_gray.animated::before {
  background: #1a1a1aa1
}

@-webkit-keyframes reveal {
  0% {
    transform: scaleX(0)
  }

  50% {
    transform: scaleX(1);
    transform-origin: 0 0
  }

  51% {
    transform-origin: 100% 50% 0
  }

  100% {
    transform: scaleX(0);
    transform-origin: 100% 50% 0
  }
}

@keyframes reveal {
  0% {
    transform: scaleX(0)
  }

  50% {
    transform: scaleX(1);
    transform-origin: 0 0
  }

  51% {
    transform-origin: 100% 50% 0
  }

  100% {
    transform: scaleX(0);
    transform-origin: 100% 50% 0
  }
}

@-webkit-keyframes reveal-v {
  0% {
    transform: scaleY(0)
  }

  50% {
    transform: scaleY(1);
    transform-origin: 0 0
  }

  51% {
    transform-origin: 50% 100% 0
  }

  100% {
    transform: scaleY(0);
    transform-origin: 50% 100% 0
  }
}

@keyframes reveal-v {
  0% {
    transform: scaleY(0)
  }

  50% {
    transform: scaleY(1);
    transform-origin: 0 0
  }

  51% {
    transform-origin: 50% 100% 0
  }

  100% {
    transform: scaleY(0);
    transform-origin: 50% 100% 0
  }
}

@media screen and (max-width:580px) {
  .skrollable {
    transform: none !important;
    opacity: 1 !important
  }
}

#wave {
  height: 100px;
  margin: auto;
  opacity: .08;
  position: fixed;
  top: 0;
  bottom: 0;
  transform: rotate(90deg);
  width: 100%;
  z-index: -1
}

@media only screen and (max-width:580px) {
  #wave {
    display: none
  }
}

.section__title {
  margin-bottom: 21px;
  font-size: 50px;
  width: 90%;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.231;
  margin: auto
}
}

.section__title:last-child {
  margin-bottom: 0
}

.section__desc {
  margin-top: .5em;
  margin-bottom: 39px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -.6px;
  line-height: 1.584;
  margin: auto;
  margin-top: 1em;
  color: #ffffffcf
}

.section__desc:last-child {
  margin-bottom: 0
}

.section_hero {
  margin: 0 !important;
  padding-top: 7%;
  margin-bottom: 123px
}

.section_hero .section__wrapper {
  position: relative;
  z-index: 10
}

.section_hero .section__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 1000px;
  width: 100%;
  z-index: 5;
  overflow: hidden
}

.section_hero .section__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 1854px;
  height: 1307px;
  opacity: .9;
  z-index: 5
}

.section_hero .section__bg-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 100%;
  background-image: url("../../assets/img/romeo-hero.jpeg");
  background-size: 20% 100%
}

.section_hero .section__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.54)), color-stop(100%, #000));
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.54) 0, #000 100%);
  z-index: 10
}

.img-greyscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}

.btn-animate {
  font-family: Blender Pro, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 2px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding: 10px 25px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 16px 47px -15px #590b9b;
  background: 0;
  -webkit-transition: all .2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all .2s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 8px;
  overflow: hidden;
  outline: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.btn-animate span {
  position: relative;
  z-index: 2
}

.btn-animate:before, .btn-animate:after {
  border-radius: 8px;
  content: '';
  z-index: -1;
  background: -webkit-linear-gradient(350deg, #560a9b, #9e158f);
  background: linear-gradient(90deg, #fcff9e 0, #c67700 100%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.btn-animate:after {
  background: -webkit-linear-gradient(350deg, #003f77, #05c4b5);
  background: linear-gradient(100deg, #003f77, #05c4b5);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform .5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform .5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform .5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.btn-animate:hover {
  box-shadow: 0 16px 47px -15px #003f77
}

.btn-animate:hover:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.btn-animate:active {
  -webkit-transform: translateY(4px) translateZ(0);
  transform: translateY(4px) translateZ(0);
  box-shadow: 0 8px 10px -6px #003f77
}

.menu-bookings {
  color: #ff9800
}

.demo-kidnap {
  --color-text: #d5c12e;
  --color-background: #000;
  --color-link: #d5c12e;
  --color-link-hover: #fff
}

.section-clients {
  margin: 50px 0 50px 0;
  overflow: visible
}

.clientele {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
  color: #9c9c9c;
  opacity: 1;
  line-height: 1.1
}

.clientele:hover {
  opacity: 1;
  color: #fff
}

.clientele-alt {
  color: #fff;
  opacity: .3
}

.clientele-alt:hover {
  opacity: 1
}

.clientele h4 {
  font-size: 20px
}

.clients {
  width: auto
}

.title__clientele {
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 3px;
  font-weight: 900
}

@media only screen and (max-width:580px) {
  .clientele {
    font-size: 18px;
    line-height: 1
  }

  .clients {
    width: 100%;
    margin: auto
  }

  .client-col {
    margin-bottom: 20px;
    padding: 0
  }

  .section-clients {
    margin: 100px 0 0 0
  }

  .blockquote {
    padding: 0
  }

  blockquote {
    padding: 0
  }
}

.js body {
  opacity: 0;
  transition: opacity .3s
}

.js body.demo-kidnap {
  transition: background-color .3s, opacity .3s
}

.js body.render {
  opacity: 1
}

.js .loading::before {
  content: '';
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-background)
}

.js .loading::after {
  content: '';
  box-shadow: 20px 0 0, -20px 0 0;
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  pointer-events: none;
  border-radius: 50%;
  background: var(--color-text);
  animation: loaderAnim 1s ease-in-out infinite alternate forwards
}

@keyframes loaderAnim {
  0% {
    box-shadow: 20px 0 0 var(--color-text), -20px 0 0 transparent;
    background: transparent
  }

  50% {
    box-shadow: 20px 0 0 transparent, -20px 0 0 transparent;
    background: var(--color-text)
  }

  100% {
    box-shadow: 20px 0 0 transparent, -20px 0 0 var(--color-text);
    background: transparent
  }
}

a {
  text-decoration: none;
  color: var(--color-link);
  outline: 0
}

a:hover, a:focus {
  color: var(--color-link-hover)
}

.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none
}

.icon {
  display: block;
  margin: 0 auto;
  fill: currentColor
}

main {
  position: relative;
  width: 100%
}

.demo-kidnap main::before {
  content: '';
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/noise.gif.html");
  background-size: 300px;
  opacity: .7
}

.content {
  position: relative;
  display: grid;
  justify-content: center;
  align-content: center;
  overflow: visible;
  margin: 0 auto
}

.content--fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  z-index: 100;
  align-content: space-between;
  pointer-events: none;
  padding: 1.5em;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto 4em;
  grid-template-areas: "header tagline""deco tagline""deco demos"
}

.content--layout {
  grid-template-columns: 100%;
  padding: 3em 0
}

.content--fixed a {
  pointer-events: auto
}

.codrops-header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  z-index: 100;
  grid-area: header;
  align-self: start;
  justify-self: start;
  align-items: center
}

.codrops-header__title {
  font-size: 1em;
  padding: .75em 0;
  margin: 0;
  font-weight: normal
}

.info {
  color: var(--color-link-hover);
  margin: 0 0 0 1.25em
}

.github {
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 0 2.5em
}

.codrops-header__tagline, .deco {
  grid-area: tagline;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  text-align: right;
  align-self: start;
  justify-self: end;
  margin: 0;
  padding: .85em 0
}

.codrops-header__tagline {
  padding: .65em 0
}

.deco {
  grid-area: deco;
  align-self: end;
  justify-self: start;
  padding: 0;
  transform: rotate(180deg)
}

.demos {
  grid-area: demos;
  text-align: center;
  display: block;
  position: relative
}

.demo {
  margin: 0 .15em
}

.demo span {
  text-transform: lowercase;
  font-weight: bold;
  pointer-events: none;
  white-space: nowrap
}

.demo span::before {
  content: '#'
}

a.demo--current {
  text-decoration: underline;
  pointer-events: none
}

.codrops-links {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  margin: 0 1em 0 0
}

.codrops-icon {
  display: inline-block;
  margin: .15em;
  padding: .25em
}

.word {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@media screen and (min-width:50em) {
  .demos {
    align-self: end;
    justify-self: end;
    display: flex
  }

  .demo {
    display: block;
    border: 2px solid;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    margin: 0 10px 0 0
  }

  a.demo--current {
    background: currentColor
  }

  .demo span {
    position: absolute;
    display: none;
    right: 100%;
    top: -0.35em;
    margin: 0 1em 0 0
  }

  .demo--current span {
    display: block
  }
}

@media screen and (max-width:50em) {
  .content {
    height: auto;
    min-height: 0
  }

  .content--layout {
    overflow: visible
  }

  .demo-magneto .content--layout {
    padding: 1em 0 0 0
  }

  .content--fixed {
    display: block;
    z-index: 1000;
    position: relative;
    padding: .85em
  }

  .codrops-header {
    align-items: center;
    flex-direction: column
  }

  .codrops-header__title {
    font-weight: bold;
    text-align: center;
    padding-bottom: .25em
  }

  .codrops-header__tagline {
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-align: center;
    padding: 0 0 1.5em;
    font-size: .85em
  }

  .github {
    display: block;
    margin: 1em auto
  }

  .codrops-links {
    margin: 0
  }

  .deco {
    display: none
  }

  .word.word--magneto {
    font-size: 3em
  }

  .word.word--kidnap {
    font-size: 3.5em
  }

  .word.word--redraw {
    font-size: 5em
  }

  .word.word--swing {
    font-size: 4.5em
  }
}

.word--kidnap {
  font-family: 'Blender Pro', sans-serif;
  font-size: 3.5vw;
  font-weight: 700;
  color: #fff;
  line-height: .8
}

.word--kidnap span {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%
}

.menu--tsula {
  font-family: 'Space Mono', monospace
}

.menu--tsula .menu__item {
  padding-left: .25em
}

.menu--tsula .menu__item-name {
  font-size: 1em;
  text-transform: uppercase;
  color: #5a5bd3
}

.menu--tsula .menu__item:hover .menu__item-name, .menu--tsula .menu__item:focus .menu__item-name {
  color: #222328;
  background: #5a5bd3
}

.menu--tsula .menu__item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: .9em;
  height: 1em;
  opacity: 0;
  background: rgba(90, 91, 211, 0.3);
  animation: none
}

.menu--tsula .menu__item-label {
  margin: 0;
  color: #999caa
}

.menu--tsula .menu__item:hover::before, .menu--tsula .menu__item:focus::before {
  animation: blinkblink .1s cubic-bezier(0.5, 0, 1, 1) infinite alternate
}

@keyframes blinkblink {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.pater {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif !important;
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 0;
  display: grid;
  width: 100%;
  padding: 1em 0;
  text-align: left;
  color: #333;
  background: #ddd;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto
}

.pater:hover {
  color: #000
}

.pater::before {
  content: 'Our Sponsor';
  font-size: .75em;
  display: inline-block;
  padding: 0 0 5px 10px;
  vertical-align: middle;
  grid-area: 1 / 1 / 2 / 2
}

.pater__img {
  display: none;
  background-image: url("FullStory.jpg.html");
  background-size: cover;
  grid-area: 2 / 1 / 3 / 2
}

.pater__title {
  font-size: .85em;
  font-weight: normal;
  font-weight: bold;
  align-self: end;
  margin: 0
}

.pater__title::before {
  content: 'FullStory: '
}

.pater__title, .pater__description {
  align-self: start;
  padding: 10px 0 0 10px;
  grid-area: 2 / 1 / 3 / 3
}

.pater__description {
  font-size: .85em;
  display: none;
  margin: 0;
  opacity: 0
}

.pater__description strong {
  display: block;
  padding-top: 5px;
  color: #ee4e97
}

.demo-tsula .pater {
  color: #f0f0f0;
  background: #2d2e32
}

.demo-tsula .pater:hover {
  color: #fff
}

.demo-yona .pater {
  color: #fff;
  background: #4523e4
}

.demo-yona .pater:hover {
  color: #fff
}

.demo-yona .pater__img {
  transition: filter .3s;
  filter: grayscale(1)
}

.demo-yona .pater:hover .pater__img {
  filter: grayscale(0)
}

.demo-yona .pater__description strong, .demo-mohe .pater__description strong {
  color: #000
}

.demo-inola .pater {
  color: #8c8c8c;
  background: #181818
}

.demo-salal .pater {
  color: #b5b5b5;
  background: #2d2e2f
}

.demo-dustu .pater {
  color: #b5b5b5;
  background: #000
}

.demo-mohe .pater {
  color: #fff;
  background: #3128d2
}

@media screen and (min-width:60em) {
  .pater {
    top: 0;
    right: 0;
    bottom: auto;
    width: calc(180px+2em);
    margin: 0 1.5em 0 0;
    padding: 0;
    padding: 1em;
    text-align: right;
    border-radius: 0 0 5px 5px;
    background: #f9f9f9
  }

  .pater__img {
    display: flex;
    width: 100%;
    height: 180px
  }

  .pater::before {
    display: block;
    padding: 0 0 10px 0
  }

  .pater:hover .pater__title {
    opacity: 0
  }

  .pater__title::before {
    display: none
  }

  .pater:hover .pater__description {
    opacity: 1
  }

  .pater__description {
    display: block
  }

  .pater__title {
    padding: 10px
  }

  .pater__title, .pater__description {
    padding-left: 0;
    transition: opacity .5s;
    grid-area: 3 / 1 / 4 / 2
  }
}

.menu {
  position: relative;
  z-index: 10
}

.menu__item {
  line-height: 1;
  position: relative;
  display: block;
  margin: 1em 0;
  outline: 0
}

.menu__item-name, .menu__item-label {
  position: relative;
  display: inline-block
}

.menu__item-name {
  font-size: 1.25em
}

.menu__item-label {
  margin: 0 0 0 .5em
}

.menu--dustu .menu__item {
  font-family: 'Work Sans', serif;
  display: flex;
  flex-direction: column;
  margin: 2em 0
}

.menu--dustu .menu__item-name {
  font-size: 1.75em;
  font-weight: bold;
  overflow: hidden;
  padding: 0 .25em;
  text-transform: uppercase;
  color: #fff
}

.menu--dustu .menu__item-name::before, .menu--dustu .menu__item-name::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eb2141;
  transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
  transition: transform .7s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1)
}

.menu--dustu .menu__item:hover .menu__item-name::before {
  transform: translate3d(100%, 0, 0) translate3d(1px, 0, 0)
}

.menu--dustu .menu__item:hover .menu__item-name::after {
  transform: translate3d(0, 0, 0)
}

.menu--dustu .menu__item-name::after {
  top: calc(50% - 2px);
  height: 4px
}

.menu--dustu .menu__item-label {
  font-size: 1em;
  margin: .5em 0 0 0;
  margin-top: .25em;
  padding: .5em;
  color: #565656;
  transition: color .7s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1)
}

.menu--dustu .menu__item:hover .menu__item-label {
  color: #fff
}

.button {
  min-width: 150px;
  max-width: 250px;
  display: block;
  margin: 1em;
  padding: 1em 2em;
  border: 0;
  background: 0;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale
}

.button:focus {
  outline: 0
}

.button>span {
  vertical-align: middle
}

.bg-1 .button {
  color: #37474f;
  border-color: #37474f
}

.bg-2 .button {
  color: #eceff1;
  border-color: #eceff1
}

.bg-3 .button {
  color: #fff;
  border-color: #fff
}

.button--size-s {
  font-size: 14px
}

.button--size-m {
  font-size: 16px
}

.button--size-l {
  font-size: 18px
}

.button--text-upper {
  letter-spacing: 2px;
  text-transform: uppercase
}

.button--text-thin {
  font-weight: 300
}

.button--text-medium {
  font-weight: 500
}

.button--text-thick {
  font-weight: 600
}

.button--round-s {
  border-radius: 5px
}

.button--round-m {
  border-radius: 15px
}

.button--round-l {
  border-radius: 40px
}

.button--border-thin {
  border: 1px solid
}

.button--border-medium {
  border: 2px solid
}

.button--border-thick {
  border: 3px solid
}

.button--winona {
  overflow: hidden;
  padding: 0;
  -webkit-transition: border-color .3s, background-color .3s;
  transition: border-color .3s, background-color .3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}

.button--winona::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: #3f51b5;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0)
}

.button--winona>span {
  display: block
}

.button--winona.button--inverted {
  color: #7986cb
}

.button--winona.button--inverted:after {
  color: #fff
}

.button--winona::after, .button--winona>span {
  padding: 1em 2em;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}

.button--winona:hover {
  border-color: #3f51b5;
  background-color: rgba(63, 81, 181, 0.1)
}

.button--winona.button--inverted:hover {
  border-color: #21333c;
  background-color: #21333c
}

.button--winona:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.button--winona:hover>span {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0)
}

.box {
  padding: 4.5em 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center
}

.typeform-share {
  display: inline-block;
  text-decoration: none;
  background: #fff;
  color: #000;
  cursor: pointer;
  font-family: 'Blender Pro';
  font-size: 20px;
  line-height: 2;
  text-align: center;
  letter-spacing: 2px;
  margin: 0;
  height: 42px;
  padding: 0 30px;
  border-radius: 5px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.typeform-share:hover {
  background-color: #65625d73;
  color: #ffffffdb;
  font-weight: 900;
  box-shadow: 0 5px 30px -10px #000
}

.book-button {
  display: inline-block;
  text-decoration: none;
  background-color: #48423a73;
  color: #fff;
  cursor: pointer;
  font-family: 'Blender Pro';
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 2px;
  margin: 0;
  height: 50px;
  padding: 0 30px;
  border-radius: 5px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.book-button:hover {
  background: #fff;
  COLOR: #211c1cdb;
  FONT-WEIGHT: 800;
  box-shadow: 0 5px 30px -10px #aa791e
}

.book-button-alt {
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  font-family: 'Blender Pro';
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 2px;
  margin: 0;
  height: 50px;
  padding: 0 30px;
  border-radius: 5px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.book-button-alt:hover {
  background: #211c1cdb;
  COLOR: #fff;
  FONT-WEIGHT: 800;
  box-shadow: 0 5px 30px -10px #000
}


.more-button {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #48423a73;
  color: #fff;
  cursor: pointer;
  font-family: 'Blender Pro';
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 2px;
  margin: 0;
  height: 40px;
  padding: 0 30px;
  border-radius: 5px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.more-button:hover {
  background: #ea8f1fde;
  COLOR: #4c2a03;
  FONT-WEIGHT: 800;
  box-shadow: 0 5px 30px -10px #aa791e
}

.features__box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 40px;
  margin-top: 40px
}

.features__box._column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center
}

.features__box._column .icon__wrap {
  margin: 0 auto 34px
}

.features__box._column .description__features {
  padding-left: 0;
  margin-top: 0;
  flex: 1
}

.features__box .description__features {
  padding-left: 30px;
  margin-top: -5px;
  flex: 1
}

.features__box .description__features [class^="title__"] {
  margin-top: 0
}

@media screen and (max-width:320px) {
  .features__box {
    display: block;
    margin-bottom: 60px;
    margin-top: 60px;
    text-align: center
  }

  .features__box .description__features {
    padding-left: 0;
    margin-top: 30px
  }
}

.icon_box {
  border: 1px solid #ffffff7a;
  border-radius: 0 16px 0 16px;
  color: #fff;
  display: inline-block;
  flex: 1;
  padding: 16px
}

@media screen and (max-width:320px) {
  .icon_box {
    display: inline-block
  }
}

.icon_size_18 {
  font-size: 18px
}

.icon_size_24 {
  font-size: 24px
}

.icon_size_34 {
  font-size: 32px
}

.description__features p {
  font-family: "Camper UI Grotesk", "Poppins", sans-serif
}

.pure-material-button-text {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  border-radius: 4px;
  padding: 0 8px;
  min-width: 64px;
  height: 36px;
  vertical-align: middle;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
  background-color: transparent;
  font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  overflow: hidden;
  outline: 0;
  cursor: pointer
}

.pure-material-button-text::-moz-focus-inner {
  border: 0
}

.pure-material-button-text::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: currentColor;
  opacity: 0;
  transition: opacity .2s
}

.pure-material-button-text::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  padding: 50%;
  width: 32px;
  height: 32px;
  background-color: currentColor;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 1s, transform .5s
}

.pure-material-button-text:hover::before {
  opacity: .04
}

.pure-material-button-text:focus::before {
  opacity: .12
}

.pure-material-button-text:hover:focus::before {
  opacity: .16
}

.pure-material-button-text:active::after {
  opacity: .16;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0s
}

.pure-material-button-text:disabled {
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
  background-color: transparent;
  cursor: initial
}

.pure-material-button-text:disabled::before {
  opacity: 0
}

.pure-material-button-text:disabled::after {
  opacity: 0
}
