.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #222;
  font-family: Noah, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

a {
  text-decoration: none;
}

.navbar-2 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0px;
  bottom: auto;
  background-color: transparent;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.top-banner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-icon-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-text {
  margin-bottom: 0px;
  margin-left: 10px;
  font-family: Noah, sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.menu-button {
  padding-top: 0px;
  padding-bottom: 0px;
}

.container {
  position: relative;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-right: 22px;
  padding-left: 22px;
}

.text-span {
  font-family: 'Open Sans', sans-serif;
}

.text-span-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.slider {
  position: relative;
  overflow: visible;
  width: 100%;
}

.column {
  padding-left: 0px;
}

.slide-nav {
  opacity: 0;
}

.image {
  position: static;
}

.column-2 {
  position: static;
  padding-left: 33px;
}

.body {
  background-color: #fff;
}

.mask {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
}

.image-2 {
  position: relative;
  float: none;
}

.heading {
  text-align: left;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: left;
}

.slide {
  text-align: center;
}

.heading-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  margin: 2px;
  padding: 11px 33px 11px 11px;
  font-family: Noah, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}

.heading-2:hover {
  background-color: #222;
}

.vizitka {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 75px 10px 14px 14px;
  opacity: 0;
  color: transparent;
}

.vizitka:hover {
  opacity: 1;
  color: #fff;
}

.heading-3 {
  margin-top: 0px;
}

.frame {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, grey, #222);
}

.image-4 {
  padding-right: 33px;
  padding-left: 33px;
}

.head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-right: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/Studio-300-invert.svg');
  background-position: 0% 0%;
  background-size: 300px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.head:hover {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url('../images/Studio-300-invert.svg'), url('../images/Studio-300-none.svg');
  background-position: 0% 0%, 0px 0px;
  background-size: 300px, 300px;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.grid-3 {
  margin-top: 1px;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.body-2 {
  background-color: #000;
}

.headbg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 60px;
  margin-right: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.headbg:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 991px) {
  .menu-button {
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 7px;
    float: none;
    text-align: center;
  }
  .menu-button.w--open {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #212127;
  }
  .head {
    margin-right: 0px;
  }
  .grid-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .headbg {
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .brand.w--current {
    margin-bottom: 0px;
  }
  .top-banner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .menu-button {
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .menu-button.w--open {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .head {
    width: 300px;
  }
  .grid-3 {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .brand.w--current {
    width: 100px;
    margin-bottom: 0px;
  }
  .grid-3 {
    margin-top: 70px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}

@font-face {
  font-family: 'Noah';
  src: url('../fonts/Noah-RegularItalic.woff2') format('woff2'), url('../fonts/Noah-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Noah';
  src: url('../fonts/Noah-Bold.woff2') format('woff2'), url('../fonts/Noah-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Noah';
  src: url('../fonts/Noah-Regular.woff2') format('woff2'), url('../fonts/Noah-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Noah';
  src: url('../fonts/Noah-BoldItalic.woff2') format('woff2'), url('../fonts/Noah-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}