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

.body-home {
  background-color: #fff;
}

.container-1440 {
  position: static;
  display: block;
  overflow: auto;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.hero {
  width: 100%;
  height: 400px;
}

.h1 {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 15%;
  padding-left: 15%;
  font-family: Lato, sans-serif;
  color: #444;
  font-size: 280%;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.titile {
  height: 400px;
  padding-top: 10%;
}

.body-text {
  padding-left: 20%;
  font-family: 'Open Sans', sans-serif;
  color: #0015ff;
  font-size: 18px;
  text-align: left;
}

.h1-name {
  color: #444;
  font-weight: 700;
}

.description {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  width: 100%;
  height: 30px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0%;
  padding-top: 2px;
  padding-left: 15%;
  float: left;
  clear: left;
  background-color: #f6f4ef;
  font-family: Lato, sans-serif;
  color: #444;
  line-height: 28px;
  text-transform: none;
}

.description-color2 {
  width: 100%;
  height: 30px;
  padding-top: 2px;
  padding-left: 15%;
  background-color: #cbe6db;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
}

.description-color3 {
  padding-top: 2px;
  padding-left: 15%;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
}

.description-color4 {
  padding-top: 2px;
  padding-left: 15%;
  background-color: #0a1f42;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 30px;
}

.description-color5 {
  padding-top: 2px;
  padding-left: 15%;
  background-color: #000;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 30px;
  font-weight: 400;
}

.description-color6 {
  padding-top: 2px;
  padding-left: 15%;
  background-color: #9c8751;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 30px;
}

.description-color7 {
  padding-top: 2px;
  padding-left: 15%;
  background-color: #00a652;
  color: #fff;
  line-height: 30px;
}

.description-color8 {
  padding-top: 2px;
  padding-left: 15%;
  background-color: #d9544b;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 30px;
}

.description-color9 {
  padding-top: 2px;
  padding-left: 15%;
  background-color: #f8d233;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  line-height: 30px;
}

.description-color10 {
  padding-top: 2px;
  padding-left: 15%;
  background-color: #98d8d7;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  line-height: 30px;
}

.description-color11 {
  padding-top: 2px;
  padding-left: 15%;
  background-color: #da2028;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 30px;
}

.description-color12 {
  padding-top: 2px;
  padding-left: 15%;
  background-color: #412f49;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 30px;
}

.description-color13 {
  padding-top: 2px;
  padding-left: 15%;
  background-color: #b1ddea;
  color: #000;
  line-height: 30px;
}

.description-color14 {
  padding-top: 2px;
  padding-left: 15%;
  background-color: #bb3c65;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 30px;
}

.description-color15 {
  padding-top: 2px;
  padding-left: 15%;
  background-color: #f58500;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 30px;
}

.description-color16 {
  padding-top: 2px;
  padding-left: 15%;
  background-color: #ffba27;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 30px;
}

.description-color17 {
  padding-top: 2px;
  padding-left: 15%;
  background-color: #7b4881;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 30px;
}

.gif-style {
  padding-left: 0%;
}

.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;
}

.section-hero {
  position: static;
  height: 400px;
  margin-bottom: 70px;
  padding-top: 150px;
}

.column_l {
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  text-align: center;
}

.colum_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 600px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  height: 600px;
}

.image-2 {
  height: 600px;
}

.row {
  margin-bottom: 20px;
}

.img-project-fitkit {
  position: relative;
  display: block;
  width: 800px;
  height: 600px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/Kristina-Manceva-Fitkit-Cover.jpg');
  background-position: 50% 50%;
  background-size: 800px;
}

.img-project-fitkit:hover {
  background-color: #fff;
  background-image: none;
}

.txt-project-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 600px;
  margin-right: auto;
  margin-left: auto;
  -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;
  color: transparent;
}

.txt-project-1:hover {
  opacity: 1;
  color: #000;
}

.txt-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 600px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.text-align {
  position: absolute;
  left: 0px;
  top: 200px;
  right: 0px;
  bottom: 0px;
  padding-right: 100px;
  padding-bottom: 20px;
  padding-left: 100px;
  text-align: center;
}

.link-block {
  position: relative;
  width: 100%;
  height: 600px;
  text-align: left;
  cursor: pointer;
}

.link-block:hover {
  background-color: transparent;
  color: transparent;
}

.heading {
  font-family: Lato, sans-serif;
}

.paragraph {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}

.img-project-erina {
  position: relative;
  display: block;
  width: 800px;
  height: 600px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/Logo-Erina---Cover-01.jpg');
  background-position: 50% 50%;
  background-size: 800px;
}

.img-project-erina:hover {
  background-color: #fff;
  background-image: none;
}

.img-project {
  position: relative;
  display: block;
  width: 800px;
  height: 600px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/Gold-Foil-B-Card-MockUp.jpg');
  background-position: 50% 50%;
  background-size: 800px;
}

.img-project:hover {
  background-color: #fff;
  background-image: none;
}

.img-project.primed {
  background-image: url('../images/Logo-Primed---Cover-01-copy.jpg');
  background-size: 800px;
}

.img-project.primed:hover {
  background-image: none;
}

.img-project.erina {
  background-image: url('../images/Logo-PopAngelov-Cover.jpg');
  background-size: 800px;
}

.img-project.erina:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), url('../images/Logo-Erina---Cover-01.jpg');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/Logo-Erina---Cover-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 800px;
}

.img-project.shf {
  background-image: url('../images/Manceva-Logo-SHF-Cover-01.jpg');
  background-size: 800px;
}

.img-project.shf:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), url('../images/Manceva-Logo-SHF-Cover-01.jpg');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/Manceva-Logo-SHF-Cover-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 800px;
}

.img-project.perla:hover {
  overflow: visible;
}

.img-project.fitkit {
  background-image: url('../images/Kristina-Manceva-Fitkit-Cover_1.jpg');
  background-position: 50% 50%;
  background-size: 800px;
}

.img-project.fitkit:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), url('../images/Kristina-Manceva-Fitkit-Cover.jpg');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/Kristina-Manceva-Fitkit-Cover.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 800px;
}

.img-project.it-active {
  background-image: url('../images/Kristina-Manceva-Activewear-Cover.jpg');
  background-size: 800px;
}

.img-project.it-active:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), url('../images/Kristina-Manceva-Activewear-Cover.jpg');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/Kristina-Manceva-Activewear-Cover.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 800px;
}

.img-project.dareio {
  background-image: url('../images/Logo-Dareio-Cover.jpg');
  background-size: 800px;
}

.img-project.dareio:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), url('../images/Logo-Dareio-Cover.jpg');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/Logo-Dareio-Cover.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 800px;
}

.img-project.rikomak {
  background-image: url('../images/Logo-Rikomak---Cover-01.jpg');
  background-position: 50% 50%;
  background-size: 800px;
}

.img-project.rikomak:hover {
  background-image: none;
}

.img-project.ohridska {
  background-image: url('../images/Logo-Erna---Cover_01.jpg');
}

.img-project.ohridska:hover {
  background-image: none;
}

.img-project.huliganka {
  background-image: url('../images/Logo-Huliganka---Cover-01-copy.jpg');
  background-size: 800px;
}

.img-project.huliganka:hover {
  background-image: none;
}

.img-project.egg {
  background-image: url('../images/Logo-Egg---Cover-01-copy.jpg');
  background-size: 800px;
}

.img-project.egg:hover {
  background-image: none;
}

.img-project.gorapulp {
  background-image: url('../images/Logo-GoraPulp1---Cover-01-copy-copy.jpg');
  background-size: 800px;
}

.img-project.gorapulp:hover {
  background-image: none;
}

.img-project.sashko {
  background-image: url('../images/Logo-Montimpex-Cover.jpg');
  background-position: 50% 50%;
  background-size: 800px;
}

.img-project.sashko:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), url('../images/Logo-Montimpex-Cover.jpg');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/Logo-Montimpex-Cover.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 800px;
}

.img-project.pop-angelov {
  background-image: url('../images/Logo-Montimpex-Cover.jpg');
  background-size: 800px;
}

.img-project.pop-angelov:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), url('../images/Logo-Montimpex-Cover.jpg');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/Logo-Montimpex-Cover.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 800px;
}

.img-project.sashkopopangelov {
  background-image: url('../images/Logo-PopAngelov-Cover.jpg');
  background-position: 50% 50%;
  background-size: 800px;
}

.img-project.sashkopopangelov:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), url('../images/Logo-PopAngelov-Cover.jpg');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/Logo-PopAngelov-Cover.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 800px;
}

.img-project.md {
  background-image: url('../images/Logo-Montimpex-Cover.jpg');
  background-size: 800px;
}

.img-project.md:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), url('../images/Logo-Montimpex-Cover.jpg');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/Logo-Montimpex-Cover.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 800px;
}

.img-project-dareio {
  position: relative;
  display: block;
  width: 800px;
  height: 600px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/Logo-Dareio-Cover.jpg');
  background-position: 50% 50%;
  background-size: 800px;
  background-attachment: scroll;
}

.img-project-dareio:hover {
  background-color: #fff;
  background-image: none;
}

.project-body-text {
  position: relative;
  display: block;
  padding-left: 10%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

.project-body-text.fitkit.sc {
  font-size: 18px;
}

.project-body-text.fitkit.cs {
  padding-left: 0%;
  font-size: 18px;
}

.project-body-text.erina {
  margin-bottom: 8%;
  text-decoration: none;
}

.project-body-text.dareio {
  color: #f6f4ef;
}

.project-body-text.sashko.cs {
  padding-right: 10%;
  font-size: 18px;
}

.project-body-text.sashko.column {
  padding-left: 0%;
}

.project-body-text.sashko.text-column {
  padding-left: 0%;
  font-size: 18px;
}

.project-body-text.question {
  position: static;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 18px;
}

.project-body-text.inprogress {
  top: 100%;
  display: block;
}

.project-body-text.column {
  padding-top: 0px;
  padding-right: 10%;
}

.div-block-header {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-header.fitkit_cs {
  position: relative;
}

.div-block-header.fitkit_cs.welcome {
  margin-top: -350px;
}

.div-block-header.fitkit_cs.favorites {
  margin-top: 0px;
}

.div-block-header.fitkit-title {
  position: relative;
  margin-bottom: -150px;
}

.project-name {
  margin-top: auto;
  padding-top: 15%;
  padding-left: 10%;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 70px;
}

.project-name.erina {
  padding-top: 13%;
}

.project-name.dareio {
  color: #f6f4ef;
}

.project-name.sashko {
  padding-top: 25%;
}

.sub-heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 10%;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 45px;
  font-weight: 300;
}

.sub-heading.fitkit {
  font-size: 45px;
}

.sub-heading.fitkit.cs {
  font-size: 35px;
}

.sub-heading.fitkit.cs.column-text {
  padding-right: 10%;
  font-size: 18px;
  line-height: 25px;
}

.sub-heading.dareio {
  color: #f6f4ef;
}

.sub-heading.sashko.cs {
  font-size: 35px;
}

.sub-heading.cs {
  font-size: 40px;
}

.vlad-link {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #00d4d4;
  font-style: normal;
  text-decoration: none;
  text-transform: capitalize;
}

.vlad-link:hover {
  color: #333;
}

.vlad-link.dareio {
  color: #333;
}

.vlad-link.dareio:hover {
  color: #f6f4ef;
}

.body {
  margin: 16% 20% 150px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.link-2 {
  opacity: 1;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: perspective(1587px);
  transform: perspective(1587px);
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #d19393;
  font-style: normal;
  text-decoration: underline;
  cursor: pointer;
}

.link-2:hover {
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  color: rgba(0, 0, 0, 0.3);
  font-style: normal;
  text-decoration: none;
}

.back-home {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 2%;
  font-family: Lato, sans-serif;
  color: #d19393;
  font-size: 20px;
  font-weight: 300;
  text-align: right;
  text-transform: none;
  cursor: default;
}

.back-home.cv {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

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

.image-3 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-4 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-5 {
  width: 100%;
}

.app-link {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  direction: ltr;
  color: #00d4d4;
  text-decoration: none;
  text-transform: lowercase;
}

.app-link:hover {
  color: #333;
}

.app-link.fitkit {
  color: #00d4d4;
}

.app-link.fitkit:hover {
  color: #333;
}

.back {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  margin-right: 2%;
  margin-bottom: auto;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-family: Lato, sans-serif;
  font-size: 30px;
  text-align: right;
}

.back:hover {
  color: #00d4d4;
}

.link-4 {
  color: #000;
}

.link-5 {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #333;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.link-5:hover {
  color: #00d4d4;
}

.btn-insta-link {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #333;
  text-decoration: underline;
  cursor: pointer;
}

.btn-insta-link:hover {
  color: #d19393;
  text-decoration: none;
}

.btn-dribbble-link {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #333;
  text-decoration: underline;
  cursor: pointer;
}

.btn-dribbble-link:hover {
  color: #f0a5a5;
  text-decoration: none;
}

.btn-liked-in-link {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #333;
  text-decoration: underline;
  cursor: pointer;
}

.btn-liked-in-link:hover {
  color: #d19393;
  text-decoration: none;
}

.back-on-top {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-footer {
  position: relative;
  left: 0px;
  top: 100%;
  right: 0px;
  bottom: 0px;
  font-size: 20px;
  text-align: center;
}

.body-3 {
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.text-back-on-top {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 50%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #f6f4ef;
}

.text-back-on-top.dareio {
  font-family: Lato, sans-serif;
  color: #333;
  text-decoration: none;
}

.text-back-on-top.progress {
  margin-bottom: 220px;
}

.btn-back-home {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #d19393;
  text-decoration: none;
}

.btn-back-home:hover {
  color: #333;
}

.btn-back-home.fitkit {
  color: #00d4d4;
  text-align: left;
}

.btn-back-home.fitkit:hover {
  color: #333;
}

.btn-back-home.erina:hover {
  color: #f6f4ef;
}

.btn-back-home.dareio {
  color: #333;
  cursor: pointer;
}

.btn-back-home.dareio:hover {
  color: #f6f4ef;
}

.btn-back-home.shf {
  color: #f6f4ef;
}

.btn-back-home.shf:hover {
  color: #333;
}

.btn-back-home.it-active {
  color: #bcbcbc;
}

.btn-back-home.it-active:hover {
  color: #333;
}

.btn-back-home.rikomak {
  color: #bf222b;
}

.btn-back-home.rikomak:hover {
  color: #333;
}

.btn-back-home.ohridska {
  color: #ff2046;
}

.btn-back-home.ohridska:hover {
  color: #333;
}

.btn-back-home.huliganka {
  color: #bf222b;
}

.btn-back-home.vezesharri {
  color: #333;
}

.btn-back-home.vezesharri:hover {
  color: #ffba28;
}

.btn-back-home.primed {
  color: #e7264d;
}

.btn-back-home.primed:hover {
  color: #333;
}

.btn-back-home.gorapulp {
  color: #f6f4ef;
}

.btn-back-home.gorapulp:hover {
  color: #333;
}

.btn-back-home.pop-angelov {
  color: #0a0734;
}

.btn-back-home.pop-angelov:hover {
  color: #e6ce6e;
}

.prv-project-link {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-family: Lato, sans-serif;
  color: #333;
  font-weight: 300;
  text-decoration: none;
}

.prv-project-link:hover {
  color: #00d4d4;
  text-decoration: none;
}

.prv-project-link.w--current {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.next-project {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-bottom: 50px;
  padding-right: 2%;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.previous-project {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin-bottom: 50px;
  padding-left: 2%;
}

.irena-link {
  color: #00d4d4;
  text-decoration: none;
}

.irena-link:hover {
  color: #333;
}

.irena-link.dareio {
  color: #333;
}

.irena-link.dareio:hover {
  color: #f6f4ef;
}

.maro-link {
  color: #00d4d4;
  text-decoration: none;
}

.maro-link:hover {
  color: #333;
}

.maro-link.dareio {
  color: #333;
}

.maro-link.dareio:hover {
  color: #f6f4ef;
}

.link-13 {
  color: #d19393;
}

.link-13.erina {
  text-decoration: none;
}

.link-13.erina:hover {
  color: #333;
}

.body-4 {
  font-family: Lato, sans-serif;
  color: #ff2046;
}

.background-video {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 480px;
  height: 480px;
  margin: 40px auto 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  color: #ff2046;
}

.section {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0px;
  height: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2046), to(#ff2046));
  background-image: linear-gradient(180deg, #ff2046, #ff2046);
  color: transparent;
}

.div-block {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2046), to(#ff2046));
  background-image: linear-gradient(180deg, #ff2046, #ff2046);
}

.image-6 {
  display: block;
  max-width: 0%;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2046), to(#ff2046));
  background-image: linear-gradient(180deg, #ff2046, #ff2046);
}

.btn-previous {
  font-family: Lato, sans-serif;
  color: #f6f4ef;
  font-weight: 300;
  text-decoration: none;
}

.btn-previous:hover {
  color: #333;
}

.btn-previous.fitkit {
  color: #f6f4ef;
  font-weight: 300;
  text-decoration: none;
}

.btn-previous.fitkit:hover {
  color: #333;
  text-decoration: none;
}

.btn-previous.dareio {
  color: #333;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.btn-previous.dareio:hover {
  color: #f6f4ef;
}

.btn-previous.erina {
  font-family: Lato, sans-serif;
  color: #d19393;
  font-weight: 300;
  text-decoration: none;
}

.btn-previous.erina:hover {
  color: #333;
}

.btn-previous.it-active {
  color: #333;
}

.btn-previous.it-active:hover {
  color: #f6f4ef;
}

.btn-previous.rikomak {
  color: #bf222b;
}

.btn-previous.rikomak:hover {
  color: #333;
}

.btn-previous.huliganka {
  color: #333;
}

.btn-previous.huliganka:hover {
  color: #f6f4ef;
}

.btn-previous.vezesharri {
  color: #fff;
}

.btn-previous.vezesharri:hover {
  color: #ffba28;
}

.btn-previous.primed {
  color: #333;
}

.btn-previous.primed:hover {
  color: #e7264d;
}

.btn-previous.popangelov {
  color: #0a0734;
}

.btn-previous.popangelov:hover {
  color: #e6ce6e;
}

.btn-back-on-top.fitkit {
  font-family: Lato, sans-serif;
  color: #f6f4ef;
  text-decoration: none;
}

.btn-back-on-top.fitkit:hover {
  color: #333;
}

.btn-back-on-top.dareio {
  color: #333;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.btn-back-on-top.dareio:hover {
  color: #f6f4ef;
}

.btn-back-on-top.erina {
  font-family: Lato, sans-serif;
  color: #d19393;
  font-weight: 300;
  text-decoration: none;
}

.btn-back-on-top.erina:hover {
  color: #333;
}

.btn-back-on-top.shf {
  color: #f6f4ef;
  font-weight: 300;
  text-decoration: none;
}

.btn-back-on-top.shf:hover {
  color: #333;
}

.btn-back-on-top.it-active {
  color: #333;
  font-weight: 300;
  text-decoration: none;
}

.btn-back-on-top.it-active:hover {
  color: #f6f4ef;
}

.btn-back-on-top.rikomak {
  font-family: Lato, sans-serif;
  color: #bf222b;
  font-weight: 300;
  text-decoration: none;
}

.btn-back-on-top.rikomak:hover {
  color: #333;
}

.btn-back-on-top.ohridska {
  color: #f6f4ef;
  font-weight: 300;
  text-decoration: none;
}

.btn-back-on-top.ohridska:hover {
  color: #333;
}

.btn-back-on-top.huliganka {
  color: #333;
  font-weight: 300;
  text-decoration: none;
}

.btn-back-on-top.huliganka:hover {
  color: #f6f4ef;
}

.btn-back-on-top.vezesharri {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.btn-back-on-top.vezesharri:hover {
  color: #ffba28;
}

.btn-back-on-top.primed {
  color: #333;
  font-weight: 300;
  text-decoration: none;
}

.btn-back-on-top.primed:hover {
  color: #e7264d;
}

.btn-back-on-top.gorapulp {
  color: #f6f4ef;
  font-weight: 300;
  text-decoration: none;
}

.btn-back-on-top.gorapulp:hover {
  color: #333;
}

.btn-back-on-top.pop-angelov {
  color: #0a0734;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.btn-back-on-top.pop-angelov:hover {
  color: #e6ce6e;
}

.btn-next.fitkit {
  color: #f6f4ef;
  text-decoration: none;
}

.btn-next.fitkit:hover {
  color: #333;
  text-decoration: none;
}

.btn-next.dareio {
  font-family: Lato, sans-serif;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.btn-next.dareio:hover {
  color: #f6f4ef;
}

.btn-next.erina {
  color: #d19393;
  text-decoration: none;
}

.btn-next.erina:hover {
  color: #333;
}

.btn-next.erina.w--current {
  color: #d19393;
  text-decoration: none;
}

.btn-next.erina.w--current:hover {
  color: #333;
}

.btn-next.shf {
  color: #f6f4ef;
  text-decoration: none;
}

.btn-next.shf:hover {
  color: #333;
}

.btn-next.it-active {
  color: #333;
  text-decoration: none;
}

.btn-next.it-active:hover {
  color: #f6f4ef;
}

.btn-next.rikomak {
  color: #bf222b;
  text-decoration: none;
}

.btn-next.rikomak:hover {
  color: #333;
}

.btn-next.ohridska {
  color: #f6f4ef;
  text-decoration: none;
}

.btn-next.ohridska:hover {
  color: #333;
}

.btn-next.huliganka {
  color: #333;
  text-decoration: none;
}

.btn-next.huliganka:hover {
  color: #f6f4ef;
}

.btn-next.vezesharri {
  color: #fff;
  text-decoration: none;
}

.btn-next.vezesharri:hover {
  color: #ffba28;
}

.btn-next.primed {
  color: #333;
  font-weight: 300;
  text-decoration: none;
}

.btn-next.primed:hover {
  color: #e7264d;
}

.btn-next.gorapulp {
  color: #f6f4ef;
  text-decoration: none;
}

.btn-next.gorapulp:hover {
  color: #333;
}

.btn-next.pop-angelov {
  color: #0a0734;
  text-decoration: none;
}

.btn-next.pop-angelov:hover {
  color: #e6ce6e;
}

.client-link.it {
  color: #bcbcbc;
  text-decoration: none;
}

.client-link.it:hover {
  color: #333;
}

.collection-link.it-active {
  color: #bcbcbc;
  text-decoration: none;
}

.collection-link.it-active:hover {
  color: #333;
  text-decoration: none;
}

.image-7 {
  color: #515151;
}

.img {
  position: relative;
  width: 800px;
  height: 600px;
  background-image: url('../images/Kristina-Manceva-Activewear-Cover.jpg');
  background-position: 50% 50%;
  background-size: 800px;
}

.div-block-2 {
  background-image: url('../images/Kristina-Manceva-Activewear-Cover.jpg');
  background-position: 50% 50%;
  background-size: 800px 600px;
}

.div-block-2.it-active {
  width: 800px;
  height: 600px;
}

.div-block-2.it-active:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), url('../images/Kristina-Manceva-Activewear-Cover.jpg');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/Kristina-Manceva-Activewear-Cover.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 800px 600px;
}

.link-14 {
  color: #bf222b;
  text-decoration: none;
}

.link-14:hover {
  color: #333;
}

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

.link-15 {
  color: #ff2046;
  text-decoration: none;
}

.link-15:hover {
  color: #333;
}

.image-9 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-16 {
  color: #2ae4bf;
  text-decoration: none;
}

.link-16:hover {
  color: #333;
}

.text-block {
  margin-top: 50px;
  direction: ltr;
  font-family: Lato, sans-serif;
  color: #d19393;
  font-size: 19px;
  line-height: 23px;
  font-style: normal;
  font-weight: 700;
}

.text-block:hover {
  color: #bcbcbc;
  text-decoration: none;
}

.text-block.cv {
  position: static;
  overflow: visible;
  font-family: Lato, sans-serif;
  color: #d19393;
  text-transform: none;
  cursor: pointer;
}

.text-block.cv:hover {
  color: #333;
}

.text-block-2 {
  font-size: 20px;
}

.div-block-3 {
  position: static;
  display: block;
  overflow: visible;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  clear: none;
  background-image: url('../images/13064530_10209705579775749_8683193649991059656_o.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-4 {
  height: 80px;
  background-color: #424242;
  color: #929292;
}

.stamp {
  position: relative;
  top: -60px;
  right: 125px;
  text-align: right;
}

.image-10 {
  display: inline-block;
}

.image-11 {
  display: inline-block;
}

.mark {
  position: relative;
  top: -259px;
  right: 125px;
  text-align: right;
}

.image-12 {
  position: absolute;
  top: 420px;
  right: 8%;
}

.div-block-7 {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: auto;
  display: block;
  overflow: visible;
  width: 1px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #000;
}

.local-column {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 1px solid #333;
}

.div-block-8 {
  display: block;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.columns {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-13 {
  position: static;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-14 {
  position: relative;
}

.global-column {
  padding-top: 40px;
  padding-left: 0px;
  border-right: 1px solid #333;
}

.title {
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-align: right;
}

.title.local {
  font-size: 20px;
  text-align: left;
}

.title.global {
  font-size: 20px;
}

.body-5 {
  text-align: right;
}

.body-small {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Lato, sans-serif;
  font-weight: 300;
  text-align: right;
}

.body-small.local {
  font-size: 14px;
  text-align: left;
}

.body-small.global {
  font-size: 14px;
}

.local-title {
  display: block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-2 {
  margin-top: 100px;
}

.image-15 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-sashko {
  margin-top: 40px;
  margin-bottom: 60px;
}

.section-sashko.cs {
  margin-top: 0px;
}

.section-sashko.implement {
  margin-top: -200px;
}

.italic-text {
  text-transform: uppercase;
}

.italic-text-2 {
  font-size: 18px;
  text-transform: uppercase;
}

.italic-text-3 {
  font-size: 18px;
  text-transform: uppercase;
}

.italic-text-4 {
  font-size: 18px;
  text-transform: uppercase;
}

.bold-text {
  text-transform: uppercase;
}

.italic-text-5 {
  font-size: 18px;
}

.div-block-body {
  margin-top: 100px;
}

.div-block-body.nomepage {
  margin-top: 0px;
}

.button {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline-block;
  margin-bottom: 100px;
  margin-left: 10%;
  border-radius: 20px;
  background-color: #0a0734;
  box-shadow: 1px 1px 6px -1px rgba(0, 0, 0, 0.38);
  opacity: 1;
  color: #e6ce6e;
  font-size: 18px;
}

.button:hover {
  background-color: #e6ce6e;
  color: #0a0734;
}

.button:active {
  background-color: #e6ce6e;
  box-shadow: inset 1px 1px 6px -1px rgba(0, 0, 0, 0.38);
}

.button.demo {
  margin-top: -20px;
  margin-bottom: auto;
}

.button.fitkit {
  margin-bottom: 0px;
  background-color: #ffeb2d;
  color: #333;
}

.button.fitkit:hover {
  background-color: #00d4d4;
  color: #f6f4ef;
}

.italic-text-6 {
  font-size: 16px;
}

.button-text {
  font-size: 12px;
}

.button-text:hover {
  color: #f6f4ef;
}

.button-text.sashko:hover {
  color: #0a0734;
}

.div-block-10 {
  height: 1px;
  background-color: #333;
}

.text-block-3 {
  font-size: 20px;
  line-height: 25px;
}

.text-block-3.cs {
  font-size: 18px;
}

.columns-2 {
  padding-right: 10%;
  padding-left: 10%;
}

.columns-3 {
  padding-right: 10%;
  padding-left: 10%;
}

.column-3 {
  padding-left: 0px;
}

.column-4 {
  padding-right: 0px;
}

.column-5 {
  padding-left: 0px;
}

.column-6 {
  padding-right: 0px;
}

.columns-4 {
  padding-right: 10%;
  padding-left: 10%;
}

.column-7 {
  padding-left: 0px;
}

.column-8 {
  padding-right: 0px;
}

.text-block-4 {
  position: absolute;
  margin-bottom: 102px;
}

.columns-5 {
  padding-left: 10%;
}

.column-9 {
  padding-left: 0px;
}

.column-10 {
  padding-right: 0px;
}

.image-16 {
  margin-bottom: 100px;
}

.image-17 {
  margin-top: -110px;
  margin-bottom: -40px;
}

.image-18 {
  margin-bottom: 50px;
}

.column-11 {
  padding-right: 0px;
  padding-left: 0px;
}

.columns-6 {
  padding-right: 10%;
  padding-left: 10%;
}

.columns-6.shape {
  padding-right: 10%;
}

.column-12 {
  padding-right: 0px;
}

.image-19 {
  margin-top: 0px;
}

.image-colour-weel {
  margin-bottom: 20px;
}

.image-sashlo-logo-lockups {
  margin-top: auto;
}

.image-sashko-web {
  margin-top: -50px;
}

.columns-7 {
  margin-left: 10%;
}

.column-13 {
  padding-left: 0px;
}

.column-text {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.column-14 {
  padding-left: 0px;
}

.r-column {
  padding-right: 0px;
  padding-left: 20px;
}

.column-16 {
  padding-left: 0px;
}

.column-17 {
  padding-right: 0px;
}

.column-18 {
  padding-left: 0px;
}

.column-19 {
  padding-right: 0px;
}

.l-column {
  padding-right: 20px;
  padding-left: 0px;
}

.div-block-column.welcome {
  margin-top: -350px;
}

.m-column {
  text-align: center;
}

.fitkit-image.header {
  margin-top: -110px;
}

.image-20 {
  position: absolute;
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .link-block {
    position: relative;
  }
  .project-body-text {
    height: 80%;
    padding-left: 10%;
    font-size: 14px;
    line-height: 18px;
  }
  .project-body-text.fitkit {
    font-size: 16px;
    line-height: 19px;
  }
  .project-body-text.fitkit.cs {
    font-size: 12px;
    line-height: 16px;
  }
  .project-body-text.sashko.cs {
    padding-right: 10%;
    font-size: 14px;
  }
  .project-body-text.column {
    font-size: 16px;
    line-height: 22px;
  }
  .div-block-header {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-header.fitkit_cs.welcome {
    margin-top: -200px;
  }
  .div-block-header.fitkit_cs.favorites {
    margin-top: -110px;
  }
  .project-name {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 5%;
    padding-left: 10%;
    font-size: 50px;
  }
  .sub-heading {
    margin-bottom: auto;
    padding-left: 10%;
    font-size: 25px;
  }
  .sub-heading.fitkit {
    font-size: 40px;
  }
  .sub-heading.fitkit.cs {
    font-size: 30px;
  }
  .sub-heading.fitkit.cs.column-text {
    font-size: 16px;
    line-height: 22px;
  }
  .sub-heading.sashko {
    font-size: 35px;
  }
  .btn-back-home.pop-angelov {
    font-size: 16px;
  }
  .btn-previous.popangelov {
    font-size: 16px;
  }
  .btn-back-on-top.pop-angelov {
    font-size: 16px;
  }
  .btn-next.pop-angelov {
    font-size: 16px;
  }
  .image-12 {
    top: 467px;
  }
  .body-small.local {
    padding-right: 40px;
    font-size: 12px;
  }
  .body-small.global {
    padding-left: 40px;
    font-size: 12px;
  }
  .section-sashko.brand-def {
    margin-top: 0px;
  }
  .italic-text-6 {
    font-size: 14px;
  }
  .button-text {
    font-size: 12px;
  }
  .text-block-3.cs {
    font-size: 12px;
    line-height: 16px;
  }
  .image-17 {
    margin-top: -100px;
  }
  .column-text {
    font-size: 14px;
    line-height: 19px;
  }
  .div-block-column.welcome {
    margin-top: -200px;
  }
  .fitkit-image.header {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .project-body-text {
    font-size: 12px;
    line-height: 15px;
  }
  .project-body-text.fitkit {
    font-size: 14px;
    line-height: 19px;
  }
  .project-body-text.sashko.cs {
    line-height: 19px;
  }
  .div-block-header.fitkit_cs {
    margin-top: 0px;
  }
  .div-block-header.fitkit_cs.welcome {
    margin-top: -130px;
  }
  .div-block-header.fitkit-title {
    margin-bottom: -100px;
  }
  .project-name {
    font-size: 35px;
    line-height: 35px;
  }
  .project-name.fitkit {
    padding-top: 10%;
    line-height: 40px;
  }
  .project-name.sashko {
    padding-top: 25%;
  }
  .sub-heading {
    font-size: 20px;
    line-height: 20px;
  }
  .sub-heading.fitkit {
    font-size: 30px;
    line-height: 30px;
  }
  .sub-heading.fitkit.cs {
    line-height: 40px;
  }
  .sub-heading.sashko {
    line-height: 40px;
  }
  .sub-heading.sashko.cs {
    margin-top: 0px;
    font-size: 30px;
  }
  .sub-heading.cs {
    line-height: 40px;
  }
  .back-home {
    color: #d19393;
  }
  .btn-back-home.fitkit {
    font-size: 18px;
  }
  .btn-back-home.pop-angelov {
    font-size: 14px;
  }
  .btn-previous.fitkit {
    font-size: 18px;
  }
  .btn-previous.popangelov {
    font-size: 14px;
  }
  .btn-back-on-top.fitkit {
    font-size: 18px;
  }
  .btn-back-on-top.pop-angelov {
    font-size: 14px;
  }
  .btn-next.fitkit {
    font-size: 18px;
  }
  .btn-next.pop-angelov {
    font-size: 14px;
  }
  .image-12 {
    top: 570px;
  }
  .body-small.local {
    line-height: 16px;
  }
  .body-small.global {
    line-height: 16px;
  }
  .section-sashko {
    margin-top: 0px;
    line-height: 22px;
  }
  .button {
    padding-top: 4px;
  }
  .button-text {
    font-size: 10px;
  }
  .columns-2 {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .column-3 {
    padding-right: 0px;
  }
  .column-4 {
    padding-left: 0px;
  }
  .column-5 {
    padding-right: 0px;
  }
  .column-6 {
    padding-left: 0px;
  }
  .column-7 {
    padding-right: 0px;
  }
  .column-8 {
    padding-left: 0px;
  }
  .image-16 {
    margin-bottom: 50px;
  }
  .column-text.steps {
    margin-top: -20px;
    padding-right: 25%;
    padding-left: 25%;
  }
  .r-column {
    padding-left: 0px;
  }
  .l-column {
    padding-right: 0px;
  }
  .div-block-column.welcome {
    margin-top: -25px;
  }
  .fitkit-image.header {
    margin-top: 40px;
  }
  .image-21 {
    width: 50%;
  }
  .image-22 {
    width: 50%;
  }
  .image-23 {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .hero {
    height: 100%;
  }
  .h1 {
    margin-top: 25%;
    margin-bottom: 0px;
    font-size: 240%;
    text-align: left;
  }
  .titile {
    height: 100%;
    padding-top: 10%;
  }
  .section-hero {
    height: 100%;
    margin-bottom: 5%;
    padding-top: 5%;
  }
  .column_l {
    height: 100%;
    margin-bottom: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .colum_r {
    height: 100%;
    margin-bottom: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .row {
    margin-bottom: 0%;
  }
  .txt-wrapper {
    display: block;
    text-align: right;
  }
  .heading {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .img-project.primed {
    width: 100%;
  }
  .img-project.erina {
    width: 100%;
  }
  .img-project.shf {
    width: 100%;
  }
  .img-project.perla {
    width: 100%;
  }
  .img-project.fitkit {
    display: block;
    width: 100%;
    height: 600px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .img-project.it-active {
    width: 100%;
  }
  .img-project.dareio {
    width: 100%;
  }
  .img-project.rikomak {
    width: 100%;
  }
  .img-project.ohridska {
    width: 100%;
  }
  .img-project.huliganka {
    width: 100%;
  }
  .img-project.egg {
    width: 100%;
  }
  .img-project.gorapulp {
    width: 100%;
  }
  .project-body-text {
    font-size: 8px;
    line-height: 9px;
  }
  .project-body-text.fitkit {
    padding-right: 10%;
    font-size: 9px;
    line-height: 14px;
  }
  .project-body-text.fitkit.cs {
    font-size: 9px;
    line-height: 14px;
  }
  .project-body-text.sashko {
    padding-right: 10%;
    font-size: 9px;
    line-height: 12px;
  }
  .project-body-text.sashko.cs {
    font-size: 9px;
    line-height: 12px;
  }
  .div-block-header.fitkit_cs {
    margin-top: 0px;
  }
  .div-block-header.fitkit_cs.welcome {
    margin-top: -70px;
  }
  .div-block-header.fitkit_cs.favorites {
    margin-top: -40px;
  }
  .div-block-header.fitkit-title {
    margin-bottom: -40px;
  }
  .project-name {
    font-size: 20px;
    line-height: 20px;
  }
  .project-name.fitkit {
    font-size: 25px;
  }
  .sub-heading {
    font-size: 13px;
    line-height: 13px;
  }
  .sub-heading.fitkit {
    font-size: 20px;
    line-height: 24px;
  }
  .sub-heading.fitkit.cs {
    font-size: 20px;
  }
  .sub-heading.fitkit.cs.column-text {
    font-size: 9px;
    line-height: 14px;
  }
  .sub-heading.sashko {
    font-size: 20px;
    line-height: 25px;
  }
  .sub-heading.sashko.cs {
    margin-top: -65px;
    font-size: 20px;
  }
  .sub-heading.sashko.cs.ce {
    margin-top: 0px;
  }
  .back-home {
    font-size: 16px;
    text-align: center;
  }
  .div-block-footer {
    position: relative;
    display: block;
  }
  .text-back-on-top {
    margin-bottom: 5%;
  }
  .btn-back-home.fitkit {
    font-size: 10px;
  }
  .btn-back-home.pop-angelov {
    font-size: 12px;
  }
  .next-project {
    margin-bottom: 5%;
  }
  .previous-project {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .btn-previous.fitkit {
    font-size: 9px;
  }
  .btn-previous.popangelov {
    font-size: 9px;
  }
  .btn-back-on-top.fitkit {
    display: block;
    font-size: 9px;
  }
  .btn-back-on-top.pop-angelov {
    font-size: 9px;
  }
  .btn-next.fitkit {
    font-size: 9px;
  }
  .btn-next.pop-angelov {
    font-size: 9px;
  }
  .text-block {
    font-size: 14px;
  }
  .text-block-2.about {
    font-size: 14px;
    line-height: 20px;
  }
  .div-block-3 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .div-block-8 {
    margin-top: auto;
  }
  .body-small.local {
    font-size: 9px;
    line-height: 12px;
  }
  .body-small.global {
    font-size: 9px;
    line-height: 12px;
  }
  .section-sashko {
    margin-bottom: 60px;
  }
  .section-sashko.cs {
    margin-top: -75px;
  }
  .section-sashko.dp {
    margin-top: 100px;
  }
  .italic-text-2 {
    font-size: 12px;
  }
  .italic-text-3 {
    font-size: 12px;
  }
  .italic-text-4 {
    font-size: 12px;
  }
  .italic-text-5 {
    font-size: 12px;
  }
  .div-block-body {
    margin-top: 40px;
  }
  .button {
    padding-top: 0px;
    padding-bottom: 4px;
  }
  .italic-text-6 {
    font-size: 10px;
  }
  .button-text {
    font-size: 8px;
  }
  .text-block-3.cs {
    font-size: 9px;
    line-height: 14px;
  }
  .columns-5 {
    padding-right: 10%;
    font-size: 9px;
    line-height: 14px;
  }
  .image-16 {
    margin-bottom: 20px;
  }
  .image-17 {
    margin-top: -35px;
    margin-bottom: 0px;
  }
  .column-text {
    margin-top: 0px;
    font-size: 9px;
    line-height: 14px;
  }
  .bold-text-2 {
    font-size: 25px;
  }
}

