body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #141518;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  display: block;
  max-width: 700px;
  margin: 20px auto 10px;
  font-family: Journalsans, sans-serif;
  color: #14bef0;
  font-size: 35px;
  line-height: 42px;
  font-weight: 200;
  letter-spacing: 1px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #14bef0;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #14bef0;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 150px;
  padding: 30px 45px 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .74), hsla(0, 0%, 100%, .74)), url('../images/hero.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .74), hsla(0, 0%, 100%, .74)), url('../images/hero.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.hero.secondary {
  height: auto;
  min-height: 400px;
  margin-left: 220px;
  background-color: #31323f;
  background-image: none;
}

.hero.secondary.filarmonia {
  padding-top: 55px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/fila1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/fila1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero.secondary.treugolnik {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/obvod00.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/obvod00.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero.secondary.soloveichik {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/solov00.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/solov00.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.hero.secondary.alexandrino {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/alexandr00.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/alexandr00.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero.secondary.polithistory {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/polit02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/polit02.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero.secondary.lomonosov {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/lomo00.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/lomo00.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.navlink {
  display: block;
  width: 150px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #bebebe;
  text-decoration: none;
}

.navlink:hover {
  border-right: 5px solid #14bef0;
  background-color: #5c5c5c;
  color: #14bef0;
}

.navlink.w--current {
  border-right: 5px solid #14bef0;
  color: #14bef0;
}

.navbar {
  position: fixed;
  width: 150px;
  height: 100%;
  float: left;
  background-color: #525252;
}

.navbar.two {
  z-index: 1000;
}

.body {
  height: 100%;
  font-family: Journalsans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.logo {
  display: block;
  padding: 10px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
}

.logo:hover {
  -webkit-filter: none;
  filter: none;
}

.logo.mainlogo {
  display: none;
  -webkit-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
}

.content {
  position: relative;
  margin-left: 150px;
  padding: 45px 45px 60px;
}

.content.secondary {
  margin-left: 220px;
}

.h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #00053d;
}

.h2 {
  color: #14bef0;
  font-size: 26px;
  line-height: 32px;
}

.link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #14bef0;
}

.link:hover {
  color: #0071bb;
}

.navmenu {
  margin-top: 40px;
}

.col50 {
  width: 30%;
  height: 100px;
  float: left;
  background-color: #abb0b4;
}

.col50._2 {
  background-color: #818c94;
}

.former {
  width: 300px;
  height: 200px;
  float: right;
  background-color: #6d808d;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.scene {
  height: 600px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.nav-contact {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.phone {
  margin-bottom: 5px;
  padding-left: 20px;
  color: #bebebe;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
}

.phone:hover {
  color: #14bef0;
}

.phone.footer {
  padding-left: 0px;
  font-size: 20px;
  line-height: 28px;
}

.region {
  color: hsla(0, 0%, 75%, .5);
  font-size: 13px;
}

.address {
  margin-top: 5px;
  padding-right: 20px;
  padding-left: 20px;
  color: #bebebe;
  font-size: 16px;
  line-height: 21px;
}

.address.footer {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 20px;
  line-height: 28px;
}

.section {
  margin-left: 150px;
}

.section.contacts {
  padding: 30px 45px;
  background-color: #525252;
  text-align: center;
}

.section.contacts.secondary {
  margin-left: 220px;
}

.email {
  display: block;
  margin-top: 20px;
  padding-left: 20px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
  color: #bebebe;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
}

.email:hover {
  padding-left: 25px;
  -webkit-filter: none;
  filter: none;
  color: #14bef0;
}

.email.footer {
  margin-top: 10px;
  padding-left: 0px;
}

.name {
  color: #00053d;
  font-weight: 700;
  letter-spacing: 3px;
}

.golubets {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border-top: 3px solid #14bef0;
  border-right: 3px solid #14bef0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.divider {
  display: block;
  width: 100px;
  height: 3px;
  margin: 30px auto;
  background-color: #14bef0;
}

.divider.white {
  background-color: #fff;
}

.intro-block {
  display: block;
  width: 90%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 27px 20px;
  background-color: #fff;
}

.grey-stripe {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-left: 150px;
  padding-top: 20px;
  padding-bottom: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  text-align: center;
}

.grey-stripe.secondary {
  margin-left: 220px;
  padding-top: 30px;
}

.client-logo-img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.client-logo-img:hover {
  -webkit-filter: none;
  filter: none;
}

.portfolio-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .88), hsla(0, 0%, 100%, .88)), url('../images/hero-bg-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .88), hsla(0, 0%, 100%, .88)), url('../images/hero-bg-1.jpg');
  background-position: 0px 0px, 50% -23px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.sub {
  display: block;
  width: 90%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.item-link {
  width: 100%;
  background-color: #000;
  text-decoration: none;
}

.item-link:hover {
  text-decoration: none;
}

.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.item-overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 25px;
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .83));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .83));
}

.item-h3 {
  margin-top: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1px;
}

.item-img {
  width: 100%;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.item-category {
  display: inline-block;
  color: #14bef0;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}

.more {
  position: absolute;
  right: 0px;
  margin-right: 25px;
  opacity: 0;
  color: #fff;
  font-size: 50px;
  line-height: 40px;
}

.hero-logo {
  width: 150px;
  height: 150px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.services {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #14bef0;
  text-align: center;
}

.white {
  color: #fff;
}

.white._700 {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  font-size: 21px;
}

.center {
  text-align: center;
}

.center.padding-bottom {
  padding-bottom: 40px;
}

.serv-ico {
  margin-top: 50px;
  margin-bottom: 10px;
}

.serv-text {
  margin-bottom: 40px;
  color: #727375;
}

.serv-col {
  padding-right: 20px;
  padding-left: 20px;
}

.email-text {
  display: none;
  margin-top: 10px;
  margin-left: 48px;
}

.email-text.footer {
  display: inline-block;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 20px;
}

.email-img {
  float: left;
}

.grey {
  color: #bebebe;
}

.btn {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0px;
  border-bottom: 2px solid #0071bb;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0071bb;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn:hover {
  border-bottom-color: #14bef0;
  color: #14bef0;
}

.flex-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-form {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  margin-right: 5%;
  float: left;
  text-align: left;
}

.input {
  height: 50px;
  border: 1px solid #999;
  border-radius: 3px;
  background-color: #535353;
  color: #fff;
  font-size: 18px;
}

.input:hover {
  border-color: #bebebe;
}

.input:focus {
  border-color: #fff;
}

.input.fname {
  width: 48%;
  float: left;
}

.input.fcontact {
  width: 48%;
  float: right;
}

.submit {
  padding: 13px 25px;
  border-radius: 3px;
  background-color: #6e6e6e;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit:hover {
  background-color: #0071bb;
}

.footer-contact {
  padding-right: 30px;
}

.contact-row {
  margin-top: 50px;
}

.footer-text {
  color: #bebebe;
  font-size: 16px;
  text-align: left;
}

.footer-text.design {
  float: right;
}

.footer-link {
  color: #bebebe;
  text-decoration: none;
}

.footer-link:hover {
  color: #14bef0;
}

.license {
  width: 30%;
  margin-top: 5px;
  margin-right: 3%;
  margin-bottom: 20px;
  float: left;
  border: 1px solid #f5f5f5;
  color: #9c9b9b;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}

.col-left {
  padding-left: 0px;
}

.col-right {
  padding-right: 0px;
}

.feature {
  font-size: 18px;
  line-height: 26px;
}

.cont-col {
  padding-left: 30px;
  text-align: left;
}

.copy-row {
  margin-top: 30px;
}

.success {
  min-height: 200px;
  padding-top: 40px;
}

.license-img {
  width: 100%;
  margin-bottom: 4px;
}

.about-p {
  max-width: 700px;
}

.back-div {
  position: fixed;
  left: 150px;
  z-index: 1000;
  width: 70px;
  height: 100%;
  float: left;
  background-color: rgba(65, 65, 65, .99);
}

.back-link {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 26px;
  padding-right: 19px;
  padding-left: 19px;
  -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;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 200ms ease-in-out;
  transition: -webkit-filter 200ms ease-in-out;
  transition: filter 200ms ease-in-out;
  transition: filter 200ms ease-in-out, -webkit-filter 200ms ease-in-out;
}

.back-link:hover {
  background-color: hsla(0, 0%, 100%, .05);
  -webkit-filter: none;
  filter: none;
}

.date {
  color: #b9b9b9;
  font-size: 23px;
  line-height: 30px;
}

.date.blue {
  color: #14bef0;
}

._700 {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.hero-sub {
  color: #fff;
  font-size: 21px;
  line-height: 31px;
}

.pages {
  color: #fff;
}

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

.caption {
  color: #64666b;
  font-size: 16px;
  line-height: 24px;
}

.portfolio-img {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.info-row {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.image-left {
  padding-left: 0px;
}

.image-right {
  padding-right: 0px;
}

.img-text {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  color: #929396;
  text-align: center;
}

.batch {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

@media (max-width: 991px) {
  .hero {
    height: auto;
  }
  .content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section.contacts {
    padding-right: 30px;
    padding-left: 30px;
  }
  .client-logo-img {
    padding-right: 10px;
    padding-left: 10px;
  }
  .portfolio-header {
    height: auto;
  }
  .item-h3 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
  }
  .more {
    display: none;
    opacity: 1;
    font-size: 30px;
  }
  .input.fname {
    width: 100%;
    float: none;
  }
  .input.fcontact {
    width: 100%;
    float: none;
  }
  .footer-contact {
    padding-left: 0px;
  }
  .footer-text {
    font-size: 17px;
    line-height: 25px;
  }
  .license {
    width: 45%;
    float: none;
  }
  .cont-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .snoska {
    padding-right: 10px;
    text-align: left;
  }
  .img-text {
    margin-bottom: 28px;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 30px;
  }
  h2 {
    font-size: 31px;
    line-height: 37px;
  }
  .hero {
    height: auto;
    margin-left: 0px;
    padding: 33px 25px;
  }
  .hero.secondary {
    margin-left: 0px;
  }
  .navlink {
    width: 100%;
    background-color: #535353;
    color: #14bef0;
    text-align: center;
  }
  .navlink:hover {
    border-right-style: none;
    border-right-width: 0px;
  }
  .navlink.w--current {
    border-right: 1px none #000;
    color: #fff;
  }
  .navbar {
    width: 100%;
    height: 70px;
    padding-left: 30px;
    border-bottom: 0px none #f0f0f0;
    border-right-style: none;
  }
  .navbar.two {
    position: relative;
    height: 60px;
    padding-left: 0px;
    float: none;
  }
  .logo {
    display: none;
    width: 70px;
    height: 70px;
    margin-bottom: 0px;
    padding-top: 5px;
    -webkit-transform: translate(0px, -200px);
    -ms-transform: translate(0px, -200px);
    transform: translate(0px, -200px);
  }
  .ico-humb {
    font-size: 30px;
  }
  .content {
    margin-left: 0px;
    padding-top: 45px;
  }
  .content.secondary {
    margin-left: 0px;
  }
  .h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .menu-btn {
    width: 70px;
    height: 70px;
    padding-top: 21px;
    color: #bebebe;
    text-align: center;
  }
  .menu-btn:hover {
    background-color: #5c5c5c;
    color: #14bef0;
  }
  .menu-btn.w--open {
    width: 70px;
    height: 70px;
    padding-top: 20px;
    background-color: #5c5c5c;
  }
  .navmenu {
    position: fixed;
    z-index: 1000;
    display: none;
    width: 100%;
    margin-top: 10px;
    padding-top: 33px;
    padding-bottom: 33px;
    background-color: #535353;
  }
  .nav-contact {
    position: absolute;
    left: auto;
    right: 76px;
    display: inline-block;
    margin-top: 0px;
    padding-top: 21px;
    padding-bottom: 17px;
  }
  .address {
    display: none;
  }
  .address.footer {
    display: block;
  }
  .section {
    margin-left: 0px;
  }
  .section.contacts {
    text-align: center;
  }
  .section.contacts.secondary {
    margin-left: 0px;
  }
  .email {
    display: none;
  }
  .email.footer {
    display: block;
    margin-bottom: 10px;
  }
  .divider {
    height: 2px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .intro-block {
    width: 95%;
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .grey-stripe {
    margin-left: 0px;
    padding-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .grey-stripe.secondary {
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .portfolio-header {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hero-logo {
    display: none;
  }
  .services {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .serv-ico {
    margin-top: 35px;
  }
  .serv-text {
    margin-bottom: 30px;
  }
  .serv-col {
    padding-right: 25px;
    padding-left: 25px;
  }
  .grey {
    font-size: 22px;
    line-height: 25px;
  }
  .flex-inline {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-form {
    width: 90%;
    margin-bottom: 30px;
    margin-left: 5%;
    float: none;
    text-align: center;
  }
  .input {
    margin-bottom: 13px;
  }
  .submit {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-contact {
    padding-right: 0px;
  }
  .footer-text {
    text-align: center;
  }
  .footer-text.design {
    margin-top: 25px;
    float: none;
  }
  .license {
    width: 30%;
    margin-top: 15px;
  }
  .col-right {
    padding-left: 0px;
  }
  .feature {
    font-size: 16px;
    line-height: 24px;
  }
  .cont-col {
    text-align: center;
  }
  .copy-row {
    margin-top: 0px;
  }
  .logo-mobile {
    width: 50px;
    height: 50px;
    margin-left: 30px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter 200ms ease;
    transition: -webkit-filter 200ms ease;
    transition: filter 200ms ease;
    transition: filter 200ms ease, -webkit-filter 200ms ease;
  }
  .logo-mobile:hover {
    -webkit-filter: none;
    filter: none;
  }
  .close {
    position: fixed;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    padding: 14px 19px 19px;
    float: right;
    -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;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter 200ms ease;
    transition: -webkit-filter 200ms ease;
    transition: filter 200ms ease;
    transition: filter 200ms ease, -webkit-filter 200ms ease;
  }
  .close:hover {
    background-color: hsla(0, 0%, 63%, .5);
    -webkit-filter: none;
    filter: none;
  }
  .close:focus {
    -webkit-filter: none;
    filter: none;
  }
  .close-icon {
    display: none;
  }
  .back-div {
    display: none;
  }
  .back-link {
    display: inline-block;
    width: 70px;
    height: 60%;
    padding-bottom: 0px;
  }
  .date {
    font-size: 21px;
    line-height: 28px;
  }
  .hero-sub {
    font-size: 19px;
    line-height: 28px;
  }
  .pages {
    margin-bottom: 10px;
  }
  .snoska {
    text-align: left;
  }
  .portfolio-img {
    margin-bottom: 20px;
  }
  .info-row {
    margin-bottom: 40px;
  }
  .image-left {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .image-right {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .img-text {
    margin-bottom: 25px;
  }
  .batch {
    margin-bottom: 0px;
  }
}

@media (max-width: 479px) {
  h1 {
    margin-bottom: 25px;
    font-size: 24px;
    letter-spacing: 0px;
  }
  h2 {
    font-size: 22px;
    line-height: 27px;
  }
  .hero {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .navlink {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 20px;
  }
  .navbar {
    position: relative;
    padding-left: 10px;
  }
  .content {
    padding: 30px 20px;
  }
  .h1 {
    font-size: 22px;
    line-height: 26px;
  }
  .h2 {
    font-size: 18px;
  }
  .p {
    font-size: 16px;
    line-height: 24px;
  }
  .li {
    font-size: 16px;
    line-height: 24px;
  }
  .navmenu {
    position: fixed;
  }
  .nav-contact {
    right: 64px;
  }
  .section.contacts {
    padding-right: 20px;
    padding-left: 20px;
  }
  .intro-block {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .portfolio-header {
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .88), hsla(0, 0%, 100%, .88)), url('../images/hero-bg-1.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .88), hsla(0, 0%, 100%, .88)), url('../images/hero-bg-1.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .item-overlay {
    padding-right: 20px;
    padding-left: 20px;
  }
  .item-h3 {
    font-size: 16px;
  }
  .item-category {
    font-size: 12px;
  }
  .grey {
    font-size: 18px;
    line-height: 23px;
  }
  .btn {
    font-size: 16px;
    letter-spacing: 0px;
  }
  .footer-form {
    width: 95%;
    margin-right: 2.5%;
    margin-left: 2.5%;
  }
  .footer-text {
    font-size: 17px;
  }
  .license {
    width: 40%;
    height: auto;
    margin-bottom: 10px;
  }
  .logo-mobile.w--current {
    margin-left: 10px;
  }
  .close {
    position: fixed;
  }
  .close.fixed {
    position: fixed;
  }
  .about-p {
    font-size: 16px;
  }
  .hero-sub {
    line-height: 26px;
  }
}

@font-face {
  font-family: 'Journal';
  src: url('../fonts/Journal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Journalsans';
  src: url('../fonts/JournalSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Journalsans';
  src: url('../fonts/JournalSans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Journalsans';
  src: url('../fonts/JournalSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}