.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: Poppins, sans-serif;
  color: #212121;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  position: static;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #212121;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #616161;
  font-size: 16px;
  line-height: 30px;
}

a {
  text-decoration: underline;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0px 20px;
  border-left: 3px solid #184fc2;
  font-family: 'Playfair Display', sans-serif;
  font-size: 32px;
  line-height: 45px;
}

.navigation-link {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-weight: 500;
}

.navigation-link:hover {
  color: #184fc2;
}

.navigation-link.no-dropdown {
  padding: 37px 5px 32px 20px;
  color: #212121;
}

.navigation-link.no-dropdown.w--current {
  color: #184fc2;
}

.navigation-link.no-dropdown.white {
  color: hsla(0, 0%, 100%, 0.7);
}

.navigation-link.no-dropdown.white:hover {
  color: #fff;
}

.navigation-link.no-dropdown.white.w--current {
  color: #fff;
}

.navigation-link.no-dropdown.smaller {
  padding-top: 27px;
  padding-bottom: 22px;
}

.navigation-link.no-dropdown.line-effect {
  padding-right: 10px;
  padding-left: 10px;
  color: #212121;
  text-decoration: none;
}

.navigation-link.no-dropdown.line-effect.scroll-link {
  margin-top: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navigation-link.no-dropdown.lang-link {
  margin-left: 15px;
  background-image: url('../images/web.png');
  background-position: 0% 53%;
  background-size: 14px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.navigation-link.with-line {
  padding-right: 15px;
  border-right: 1px solid #e1e1e1;
}

.navigation-link.with-line.transparent {
  border-right-color: hsla(0, 0%, 100%, 0.2);
}

.navigation-link.with-line.white-line {
  border-right-color: hsla(0, 0%, 100%, 0.2);
}

.navigation-link.white {
  color: #fff;
}

.dropdown-arrow {
  margin-right: 12px;
  margin-bottom: 36.5px;
  font-size: 12px;
}

.dropdown-arrow.less {
  margin-bottom: 27.5px;
}

.dropdown-toggle {
  padding: 37px 30px 32px 10px;
}

.dropdown-toggle:hover {
  color: #184fc2;
}

.dropdown-toggle.white-color {
  color: hsla(0, 0%, 100%, 0.7);
}

.dropdown-toggle.white-color:hover {
  color: #fff;
}

.dropdown-toggle.smaller {
  padding-top: 27px;
  padding-bottom: 22px;
}

.banner {
  position: relative;
  overflow: hidden;
  height: 800px;
  background-color: #184fc2;
}

.banner.color {
  height: 750px;
  background-color: #184fc2;
}

.banner.video {
  height: 90vh;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7));
}

.banner.video.full {
  overflow: visible;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, right top, from(#184fc2), to(rgba(67, 203, 131, 0.75)));
  background-image: linear-gradient(90deg, #184fc2, rgba(67, 203, 131, 0.75));
}

.banner.video.biger {
  height: 850px;
  background-image: -webkit-gradient(linear, left top, right top, from(#184fc2), to(rgba(24, 79, 194, 0.6)));
  background-image: linear-gradient(90deg, #184fc2, rgba(24, 79, 194, 0.6));
}

.banner.gradient {
  background-color: #184fc2;
  background-image: linear-gradient(315deg, #43cb83, #2258ca 61%, #184fc2);
}

.banner.less-height {
  height: 850px;
  background-color: #184fc2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 79, 194, 0.9)), to(rgba(24, 79, 194, 0.9))), url('../images/cnolhgqy-si-dmitri-popov.jpg');
  background-image: linear-gradient(180deg, rgba(24, 79, 194, 0.9), rgba(24, 79, 194, 0.9)), url('../images/cnolhgqy-si-dmitri-popov.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.banner.landing {
  height: 710px;
  background-color: transparent;
  background-image: url('../images/mountain.jpg');
  background-position: 50% 35%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.main-mode {
  height: 100vh;
  opacity: 1;
}

.banner.main-mode.dark {
  overflow: hidden;
  background-color: #121212;
}

.banner.agency {
  overflow: visible;
  height: 100vh;
  background-color: #141414;
}

.banner.intro {
  overflow: visible;
  height: 100vh;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0.96)), to(rgba(26, 26, 26, 0.96))), url('../images/presantation.jpg');
  background-image: linear-gradient(180deg, rgba(26, 26, 26, 0.96), rgba(26, 26, 26, 0.96)), url('../images/presantation.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.banner.portfolio {
  height: 750px;
  background-image: linear-gradient(315deg, #184197, #36b8ad);
}

.banner.personal {
  overflow: scroll;
  height: 100vh;
  background-color: #e0e0e0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/bc-home-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/bc-home-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.banner.personal.kontakt {
  height: auto;
  background-image: none;
}

.banner.financial {
  overflow: visible;
  background-color: #f5f5f5;
  background-image: url('../images/waves-bg-10.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.banner.business-2 {
  background-image: linear-gradient(45deg, #184fc2, rgba(67, 203, 131, 0.7)), url('../images/boss.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.banner.financial-style-2 {
  overflow: visible;
  height: 800px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/talking.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/talking.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.navigation-style-1 {
  background-color: #fff;
}

.brand-logo {
  width: 300px;
  height: 73px;
  margin-top: 10px;
}

.brand-logo.w--current {
  width: 300px;
  height: 72px;
  margin-top: 10px;
 
}

.brand-logo.on-scroll {
  margin-top: 16px;
}

.brand-logo.scroll-logo {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.brand-logo.scroll-logo.w--current {
  margin-top: 5px;
}

.brand-logo.newspagelogo {
  margin-top: 13px;
}

.dropdown-list.w--open {
  display: block;
  padding-bottom: 5px;
  background-color: #fff;
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-list.mega-menu.w--open {
  left: -271px;
  width: 940px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-list.mega-menu.ladning.w--open {
  left: -72px;
}

.dropdown-link {
  width: 100%;
  padding: 12px 40px 12px 20px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Playfair Display', sans-serif;
  color: #414141;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.dropdown-link:hover {
  color: #184fc2;
}

.dropdown-link.w--current {
  color: #184fc2;
}

.dropdown-link.with-icon {
  width: 205px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.dropdown-link.with-icon.more {
  width: 207px;
}

.dropdown-link.with-icon.more.add {
  width: 220px;
}

.dropdown-link.with-icon.more.add.mega {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.navigation-menu.center {
  float: right;
  text-align: center;
}

.navigation-menu.left {
  float: left;
}

.social-navigation {
  position: relative;
  left: 15px;
  top: 28px;
  float: right;
}

.social-navigation.without-margin {
  left: 0px;
}

.social-icon {
  width: 36px;
  height: 36px;
  background-image: url('../images/f_logo_RGB-Blue_1024.svg');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 14px;
}

.social-icon.twitter {
  background-image: url('../images/font-awesome_4-7-0_twitter_100_0_919191_none.png');
  background-size: 16px;
}

.social-icon.twitter:hover {
  background-image: url('../images/font-awesome_4-7-0_twitter_100_0_3b67b3_none.png');
  background-size: 16px;
}

.social-icon.youtube {
  background-image: url('../images/yt.svg');
  background-size: 24px;
}

.social-icon.white-icon {
  background-image: url('../images/fa-facebook_100_0_ffffff_none.png');
  background-size: 16px;
}

.social-icon.white-icon.twitter {
  background-image: url('../images/fa-twitter_100_0_ffffff_none.png');
  background-size: 16px;
}

.social-icon.white-icon.google {
  background-image: url('../images/font-awesome_4-6-3_google-plus_100_0_ffffff_none.png');
  background-size: 20px;
}

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: snow;
}

.section.without-padding {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #e1e1e1;
}

.section.bottom-padding {
  padding-bottom: 0px;
}

.section.gray {
  background-color: #f5f5f5;
}

.section.gray.darker {
  background-color: #a8acb9;
}

.section.gray.darker.in-pages {
  padding-top: 0px;
}

.section.gray.darker.in-pages.no-left-right.blue-color {
  background-color: #184fc2;
}

.section.gray.darker.more-margin {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.gray.darker.with-map {
  background-image: url('../images/map-2.png');
  background-position: 161% 81%;
  background-size: 1200px;
  background-repeat: no-repeat;
}

.section.gray.darker.add-some-extra {
  padding-bottom: 160px;
}

.section.gray.bottom-margin {
  margin-bottom: 100px;
}

.section.gray.with-laptop {
  overflow: hidden;
  background-image: url('../images/laptop-final.jpg');
  background-position: -222px 84%;
  background-size: 1000px;
  background-repeat: no-repeat;
}

.section.gray.less {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.gray.less.dark-gray {
  background-color: #e2e2e2;
}

.section.gray.less.liine-below {
  border-bottom: 1px solid #e1e1e1;
}

.section.gray.black {
  background-color: #212121;
}

.section.gray.adam {
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url('../images/adam.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.gray.with-iphone {
  overflow: hidden;
}

.section.gray.personal {
  height: 830px;
  background-color: #fafafa;
  background-image: url('../images/deni-2.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.gray.more-padding {
  padding-top: 140px;
  padding-bottom: 100px;
}

.section.gray.more-padding.no-bottom {
  padding-bottom: 0px;
}

.section.gray.more-padding.no-bottom.right-left {
  padding-top: 100px;
}

.section.less-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.less-padding.top-line {
  border-top: 1px solid #e1e1e1;
}

.section.less-padding.no-bottom {
  padding-bottom: 100px;
}

.section.color {
  padding-bottom: 200px;
  background-color: #184fc2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 79, 194, 0.95)), to(rgba(24, 79, 194, 0.95))), url('../images/Modern-Building.jpg');
  background-image: linear-gradient(180deg, rgba(24, 79, 194, 0.95), rgba(24, 79, 194, 0.95)), url('../images/Modern-Building.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.color.full {
  padding-bottom: 100px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
}

.section.pricing {
  height: 500px;
  max-height: 500px;
}

.section.parallax {
  padding-top: 130px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/paralax.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/paralax.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.parallax.extra-padding {
  padding-bottom: 130px;
}

.section.with-line {
  border-bottom: 1px solid #e1e1e1;
}

.section.image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/world.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/world.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.parallax-2 {
  padding-top: 130px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/mountain.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/mountain.jpg');
  background-position: 0px 0px, 50% 71%;
  background-size: auto, cover;
}

.section.parallax-2.fixed {
  padding-bottom: 130px;
}

.section.no-padding {
  overflow: hidden;
  padding-top: 0px;
}

.section.background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/kontakt.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/kontakt.jpg');
  background-position: 0px 0px, 50% 63%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.background.full {
  padding-top: 0px;
}

.section.background.full.second-photo {
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/cfplr9zgnak-alberto-restifo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/cfplr9zgnak-alberto-restifo.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section.background.more-top {
  padding-top: 140px;
}

.section.background.download {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/BCPS-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/BCPS-1.jpg');
  background-position: 0px 0px, 50% 76%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.section.background.nasza-firma {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/nasza-firma-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/nasza-firma-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.section.background.oferta {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Oferta_top.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Oferta_top.jpg');
  background-position: 0px 0px, 50% 62%;
}

.section.parallax-3 {
  padding-top: 120px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 79, 194, 0.85)), to(rgba(24, 79, 194, 0.85))), url('../images/paralax3.jpg');
  background-image: linear-gradient(180deg, rgba(24, 79, 194, 0.85), rgba(24, 79, 194, 0.85)), url('../images/paralax3.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.no-bottom-padding {
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}

.section.macbook {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.pres-style-1 {
  overflow: hidden;
  height: 850px;
  max-height: 850px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.pres-style-2 {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #efeeed;
  background-image: url('../images/Studio-MacBook.jpg');
  background-position: -280px 27%;
  background-size: 1245px;
  background-repeat: no-repeat;
}

.section.pres-style-3 {
  background-color: #181818;
}

.section.with-ipad {
  overflow: hidden;
}

.section.with-testi {
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 79, 194, 0.9)), to(rgba(24, 79, 194, 0.9))), url('../images/testimonials-bg.jpg');
  background-image: linear-gradient(180deg, rgba(24, 79, 194, 0.9), rgba(24, 79, 194, 0.9)), url('../images/testimonials-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.with-testi.other-photo {
  background-image: linear-gradient(45deg, #184fc2, rgba(67, 203, 131, 0.79)), url('../images/friend-connection.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.with-testi.other-photo.dark {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/friend-connection.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/friend-connection.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.project-style-6 {
  height: 800px;
}

.section.consulting-image {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, right top, from(#184fc2), to(rgba(24, 79, 194, 0.6))), url('../images/home_banner_bg.jpg');
  background-image: linear-gradient(90deg, #184fc2, rgba(24, 79, 194, 0.6)), url('../images/home_banner_bg.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.call-back {
  background-color: #212125;
}

.section.located {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e1e1e1;
}

.section.photo-section {
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url('../images/Bulk-Cargo-023.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.section.whitesection {
  background-color: transparent;
  color: #1d315d;
}

.service-business-wrapper {
  width: 33.3333%;
  margin-right: -1px;
  padding: 40px 30px;
  float: left;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  text-align: center;
}

.service-business-image {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  background-image: url('../images/like-1.png');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.service-business-image.image-2 {
  background-image: url('../images/group.png');
  background-size: 70px;
}

.service-business-image.image-3 {
  background-image: url('../images/piggy-bank-1.png');
  background-size: 70px;
}

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

.align-center.hero {
  padding-right: 96px;
  padding-left: 96px;
}

.align-center.bottom-image {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.left-choose-wrapper {
  position: relative;
  margin-top: 50px;
}

.sub-title {
  font-family: 'Playfair Display', sans-serif;
  color: #414141;
  font-size: 16px;
  line-height: 26px;
}

.sub-title.light-color {
  color: #616161;
}

.sub-title.white-color {
  color: hsla(0, 0%, 100%, 0.75);
}

.sub-title.white-color.full {
  color: #fff;
}

.sub-title.top-sub {
  margin-bottom: 10px;
  color: #919191;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sub-title.top-sub.white {
  color: #fff;
}

.sub-title.top-sub.white.other-font {
  font-family: Poppins, sans-serif;
}

.sub-title.top-sub.biger {
  font-size: 14px;
  line-height: 30px;
}

.sub-title.top-sub.other-font {
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.sub-title.in-intro {
  font-size: 17px;
  line-height: 28px;
}

.sub-title.in-intro.with-color {
  color: #919191;
}

.sub-title.in-intro.bardh {
  color: #fff;
}

.top-margin {
  margin-top: 40px;
}

.top-margin.less {
  margin-top: 0px;
}

.top-margin.less.small {
  margin-top: 15px;
}

.top-margin.less.office {
  margin-top: 12px;
}

.top-margin.in-footer {
  padding-right: 41px;
}

.features-wrapper {
  margin-bottom: 30px;
}

.features-wrapper.no-margin {
  margin-bottom: 0px;
}

.features-icon {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  float: left;
  border-radius: 100%;
  background-color: #f1f1f1;
  background-image: url('../images/font-awesome_4-7-0_rocket_100_0_515151_none.png');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.features-icon.line {
  border: 2px solid #184fc2;
  background-color: transparent;
}

.features-icon.line.icon-1 {
  background-image: url('../images/molecular-structure.png');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.features-icon.line.icon-1._2 {
  background-image: url('../images/circles.png');
  background-size: 32px;
}

.features-icon.line.icon-1._3 {
  background-image: url('../images/placeholder-2.png');
  background-size: 32px;
}

.features-icon.line.full {
  background-color: #184fc2;
  background-image: url('../images/square.svg');
  background-size: 32px;
}

.features-icon.line.full.icon-2 {
  background-image: url('../images/document.svg');
  background-size: 32px;
}

.features-icon.line.full.icon-3 {
  background-image: url('../images/trophy.svg');
  background-size: 32px;
}

.features-icon.line.full.icon-4 {
  background-image: url('../images/speech-balloons.svg');
  background-size: 32px;
}

.features-icon.line.full.icon-5 {
  background-image: url('../images/pencil.svg');
  background-size: 32px;
}

.features-icon.line.full.icon-6 {
  background-image: url('../images/rain.svg');
  background-size: 32px;
}

.features-icon.icon-2 {
  background-image: url('../images/font-awesome_4-7-0_magic_100_0_515151_none.png');
  background-size: 28px;
}

.features-icon.icon-3 {
  background-image: url('../images/font-awesome_4-7-0_leaf_100_0_515151_none.png');
  background-size: 28px;
}

.features-icon.myself {
  background-color: transparent;
  background-image: url('../images/diamond.svg');
  background-position: 50% 0px;
  background-size: 60px;
}

.features-icon.myself.icon-2 {
  background-image: url('../images/coding.svg');
  background-size: 60px;
}

.features-icon.myself.icon-3 {
  background-image: url('../images/text.svg');
  background-size: 60px;
}

.features-content {
  position: relative;
  overflow: hidden;
}

.top-title {
  margin-bottom: 80px;
}

.top-title.less-margin {
  margin-bottom: 40px;
}

.top-title.less-margin.no-line {
  margin-bottom: 30px;
  padding-bottom: 0px;
}

.top-title.no-line {
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.top-title.transparent-line {
  border-bottom-color: hsla(0, 0%, 100%, 0.19);
}

.featured-project-wrapper {
  margin-bottom: 60px;
  padding-bottom: 0px;
  border-bottom: 1px solid #e1e1e1;
}

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

.project-right-content {
  padding: 80px 45px;
  background-color: #fff;
}

.project-title {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.project-title.darker {
  color: #212121;
  font-size: 24px;
}

.button {
  display: inline-block;
  padding: 15px 30px 13px;
  border: 1px solid #184fc2;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #184fc2;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #184fc2;
  color: #fff;
}

.button.white {
  border-color: hsla(0, 0%, 100%, 0.35);
  color: #fff;
}

.button.white:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button.full-color {
  background-color: #184fc2;
  color: #fff;
}

.button.full-color:hover {
  border-color: #212121;
  background-color: #212121;
}

.button.full-color.other-color {
  border-color: #43cb83;
  background-color: #43cb83;
  color: #fff;
  font-weight: 400;
}

.button.full-color.other-color:hover {
  border-color: #212121;
  background-color: #212121;
  color: #fff;
}

.button.full-color.other-color.submit {
  width: 20%;
  margin-left: 10px;
  float: left;
}

.button.full-color.other-color.submit.full {
  width: 100%;
  margin-left: 0px;
  border-color: #184fc2;
  background-color: #184fc2;
}

.button.full-color.other-color.submit.full:hover {
  border-color: #212121;
  background-color: #212121;
}

.button.full-color.other-color.submit.blue {
  border-color: #184fc2;
  background-color: #184fc2;
}

.button.full-color.other-color.submit.blue:hover {
  border-color: #000;
  background-color: #000;
}

.button.full-color.other-color.download.message {
  background-image: url('../images/black-back-closed-envelope-shape.svg');
  background-size: 16px;
}

.button.full-color.dark {
  border-color: #212121;
  background-color: #212121;
}

.button.full-color.dark:hover {
  border-color: #fff;
  background-color: #fff;
  color: #212121;
}

.button.full-color.download.static {
  background-image: url('../images/download-button-1.svg');
  background-position: 23px 50%;
  background-size: 16px;
}

.button.margin-left {
  margin-right: 10px;
}

.button.small {
  padding-right: 20px;
  padding-left: 20px;
}

.button.request-qoute {
  margin-top: 20px;
  margin-left: 20px;
  float: right;
}

.button.full {
  display: block;
  width: 100%;
}

.button.line-color {
  border-color: #43cb83;
  color: #43cb83;
}

.button.line-color:hover {
  background-color: #43cb83;
  color: #fff;
}

.button.line-color.download.message {
  background-image: url('../images/black-back-closed-envelope-shape-1.svg');
  background-position: 23px 50%;
  background-size: 16px;
}

.button.line-color.download.message:hover {
  background-image: url('../images/black-back-closed-envelope-shape.svg');
  background-size: 16px;
}

.button.download {
  padding-right: 25px;
  padding-left: 55px;
  background-image: url('../images/download-button.svg');
  background-position: 23px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.button.download:hover {
  background-image: url('../images/download-button-1.svg');
  background-size: 16px;
}

.button.download.rounded {
  padding-left: 59px;
}

.button.rounded {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 60px;
}

.button.archiwum-button {
  display: inline-block;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 8px;
  text-align: center;
  letter-spacing: 1px;
}

.button.archiwum-button.moreinfo {
  margin-top: 20px;
}

.meta-tag {
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: #919191;
}

.meta-tag.less-space {
  margin-bottom: 10px;
}

.meta-tag.less-space.no-margin {
  margin-bottom: 0px;
}

.row-project {
  position: relative;
  padding-bottom: 60px;
}

.porject-image {
  position: relative;
  left: 20px;
  -webkit-transform: translate(0px, 10%);
  -ms-transform: translate(0px, 10%);
  transform: translate(0px, 10%);
}

.project-wrapper {
  margin-bottom: 0px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none;
}

.project-wrapper.in-project {
  margin-bottom: 20px;
}

.project-content {
  padding: 33px 25px;
  background-color: #fff;
}

.project-second-title {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #184fc2;
  font-size: 19px;
  font-weight: 600;
}

.project-image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.project-image:hover {
  -webkit-filter: none;
  filter: none;
}

.hero-unit {
  padding-top: 60px;
  padding-bottom: 55px;
  background-color: #184fc2;
}

.hero-unit.gray {
  background-color: #f5f5f5;
}

.hero-unit.color {
  background-image: linear-gradient(135deg, #184fc2, #43cb83);
}

.hero-unit.same {
  padding-bottom: 60px;
}

.hero-text {
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 25px;
  line-height: 36px;
  font-weight: 500;
}

.hero-text.no-bottom-margin {
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-style: italic;
}

.paragraph-white {
  color: #fff;
}

.paragraph-white.transparent {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.66);
  font-size: 15px;
}

.paragraph-white.biger {
  font-size: 20px;
  font-weight: 400;
}

.paragraph-white.add-transparenc {
  color: hsla(0, 0%, 100%, 0.7);
}

.paragraph-white.add-transparenc.in-financial {
  font-size: 20px;
}

.testimonials-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 70px;
  padding: 55px 20px 66px 45px;
  border-radius: 5px;
  background-color: #f1f1f1;
  background-image: url('../images/font-awesome_4-7-0_quote-left_100_0_bdbdbd_none.png');
  background-position: 25px 25px;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #919191;
  font-size: 14px;
  line-height: 26px;
}

.testimonials-wrapper.white-background {
  background-color: #fff;
}

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

.align-right.margin {
  margin-top: 10px;
}

.align-right.right-padding {
  padding-right: 20px;
}

.another-font {
  font-family: 'Playfair Display', sans-serif;
  color: #313131;
  font-size: 15px;
}

.testimonials-photo {
  position: absolute;
  left: 50%;
  bottom: -54px;
  display: block;
  width: 120px;
  height: 120px;
  padding: 17px;
  border-radius: 100%;
  background-color: #f1f1f1;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.testimonials-photo.real {
  left: 50%;
  top: 50%;
  right: 50%;
  bottom: 0px;
  width: 100px;
  height: 100px;
  background-image: url('../images/doctor-6.jpg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, 0px) translate(0px, -50%);
  -ms-transform: translate(-50%, 0px) translate(0px, -50%);
  transform: translate(-50%, 0px) translate(0px, -50%);
}

.testimonials-photo.real.photo-2 {
  background-image: url('../images/doctor-2.jpg');
  background-size: 100px;
}

.testimonials-photo.real.photo-3 {
  background-image: url('../images/testi-2.jpg');
  background-size: 100px;
}

.testimonials-photo.real.photo-4 {
  background-image: url('../images/doctor-4.jpg');
  background-size: 100px;
}

.testimonials-photo.real.photo-5 {
  background-image: url('../images/testi-1.jpg');
  background-size: 100px;
}

.testimonials-photo.real.photo-6 {
  background-image: url('../images/doctor-5.jpg');
  background-size: 100px;
}

.testimonials-photo.white-background {
  background-color: #fff;
}

.logo-wrapper {
  width: 50%;
  float: left;
  opacity: 0.7;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
}

.logo-wrapper:hover {
  opacity: 1;
}

.heading-white {
  color: #fff;
  font-weight: 600;
}

.heading-white.no-top-margin {
  margin-top: 0px;
}

.heading-white.h4-bigger {
  font-size: 19px;
  font-weight: 500;
}

.heading-white.fun-facts {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #184fc2;
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
}

.heading-white.dark-color.protected {
  margin-bottom: 30px;
}

.heading-white.price-title {
  margin-bottom: 5px;
  font-size: 20px;
}

.pricing-menu {
  display: block;
}

.pricing-menu.center {
  text-align: center;
}

.pricing-menu.center.not-center {
  text-align: left;
}

.pricing-monthly {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.32);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
}

.pricing-monthly:hover {
  background-color: hsla(0, 0%, 100%, 0.18);
}

.pricing-monthly.w--current {
  background-color: #fff;
  color: #3b67b3;
}

.pricing-monthly.anual {
  border-radius: 5px 0px 0px 5px;
}

.pricing-container {
  position: relative;
  top: -332px;
}

.tab-content {
  margin-top: 50px;
}

.pricing-wrapper {
  margin: 15px 8px 20px;
  padding: 40px 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: -4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.pricing-title {
  color: #212121;
  font-size: 24px;
  font-weight: 500;
}

.pricing-dollar {
  font-size: 40px;
  line-height: 50px;
}

.pricing-dollar.white {
  color: #fff;
}

.link {
  color: #313131;
}

.small-font {
  font-family: 'Playfair Display', sans-serif;
}

.footer {
  background-color: #1a1a1f;
}

.testimonials-slider {
  height: auto;
  background-color: transparent;
}

.slide-nav {
  position: relative;
  opacity: 0.59;
  font-size: 10px;
}

.top-part-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
  background-color: #fff;
}

.top-part-footer.without-line {
  border-bottom-style: none;
}

.footer-links {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.footer-links:hover {
  text-decoration: underline;
}

.footer-links.darker {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.footer-links.darker.black {
  color: #515151;
}

.footer-links.darker.black.no-bottom-pading {
  padding-left: 0px;
}

.footer-links.dark {
  color: #212121;
}

.copyright {
  padding-top: 22px;
  padding-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
}

.copyright.darker {
  color: #919191;
}

.copyright.darker.less-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.copyright.darker.less-padding.left {
  font-family: Poppins, sans-serif;
  color: #919191;
}

.navigation-style-2 {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
}

.startup-big-font {
  margin-top: 0px;
  color: #212121;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.startup-big-font.white {
  color: #fff;
  font-weight: 600;
}

.navigation-style-3 {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.container-center {
  position: relative;
  top: 40%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.container-center.more {
  left: auto;
  top: 46%;
}

.container-center.more.in-template {
  top: 53%;
}

.container-center.more.less {
  top: 45%;
}

.container-center.bottom {
  position: relative;
  left: 0px;
  top: 61%;
  right: 0px;
}

.container-center.bottom.more {
  top: 54%;
}

.container-center.up {
  top: 36%;
}

.container-center.medium {
  top: 45%;
  z-index: 1;
}

.container-center.in-project {
  top: 27%;
}

.container-center.in-intro {
  top: 25%;
}

.big-title-banner {
  color: #fff;
  font-size: 39px;
  line-height: 52px;
  font-weight: 600;
}

.sub-title-slider {
  font-family: 'Playfair Display', sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 18px;
  line-height: 28px;
}

.sub-title-slider.in-sub-banner {
  margin-bottom: 30px;
}

.sub-title-slider.darker {
  color: #184fc2;
}

.sub-title-slider.in-portfolio {
  margin-bottom: 15px;
  font-size: 17px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.sub-title-slider.in-portfolio.with-color {
  color: #616161;
}

.laptop {
  position: relative;
  top: -193px;
  right: -58%;
  bottom: 118px;
  max-width: 950px;
  float: left;
}

.video-lightbox {
  position: relative;
  display: block;
  overflow: hidden;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-image: url('../images/project-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: -15px 0 50px 0 rgba(0, 0, 0, 0.25);
}

.video-lightbox.photo-2 {
  background-image: url('../images/pog5tq5hw7m-oliur-rahman.jpg');
  background-size: cover;
  box-shadow: -15px 0 50px 0 rgba(0, 0, 0, 0.5);
}

.video-lightbox.photo-3 {
  background-image: url('../images/boss.jpg');
  background-size: cover;
}

.video-lightbox.photo-4 {
  background-image: url('../images/corporate.jpg');
  background-size: cover;
}

.line-divider {
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #e1e1e1;
}

.line-divider.less {
  margin-top: 20px;
  margin-bottom: 20px;
}

.line-divider.less.transparent {
  background-color: rgba(82, 82, 82, 0.37);
}

.line-divider.transparent {
  background-color: hsla(0, 0%, 100%, 0.19);
}

.features-title {
  margin-top: 0px;
}

.features-title.white {
  color: #fff;
}

.features-title.style-3 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 26px;
}

.lightbox-link {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.lightbox-link.in-banner {
  position: static;
  left: 0px;
  top: 0px;
  width: auto;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: none;
}

.lightbox-link.in-banner.no-top {
  padding-top: 0px;
}

.lightbox-link.in-banner.second {
  padding-top: 0px;
  padding-bottom: 0px;
}

.lightbox-link.no-image {
  background-image: none;
}

.play-icon {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.projects-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  float: left;
  border-radius: 10px;
}

.projects-wrapper._6-style {
  margin-bottom: 0px;
  border-radius: 0px;
}

.project-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(24, 79, 194, 0.95);
  text-align: center;
}

.project-overlay.another-style {
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0));
}

.center-project {
  position: relative;
  top: 50%;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.center-project.bottom {
  position: absolute;
  top: 80%;
  width: 100%;
}

.newsletter-wrapper {
  padding-right: 118px;
  padding-left: 118px;
}

.newsletter-wrapper.center {
  padding-right: 55px;
  padding-left: 55px;
  text-align: center;
}

.newsletter-field {
  width: 78%;
  height: 50px;
  padding-left: 25px;
  float: left;
  border-style: none;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.3);
}

.newsletter-field:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.newsletter-field:focus {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.newsletter-field.in-footer {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
}

.newsletter-field.in-footer:hover {
  color: #212121;
}

.newsletter-field.in-footer:focus {
  color: #212121;
}

.newsletter-field.other-color {
  background-color: #fff;
}

.newsletter-field.other-color:hover {
  color: #515151;
}

.newsletter-field.other-color:focus {
  background-color: #e2e2e2;
  color: #515151;
}

.newsletter-field.other-color.less {
  width: 37%;
  margin-left: 10px;
}

.form-wrapper {
  margin-bottom: 0px;
}

.newsletter-label {
  margin-bottom: 15px;
  color: hsla(0, 0%, 100%, 0.88);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.newsletter-label.dark {
  color: #919191;
}

.newsletter-label.darker {
  margin-bottom: 10px;
  padding-left: 5px;
  color: #313131;
  font-weight: 600;
}

.newsletter-label.no-margin {
  margin-bottom: 2px;
}

.pricing-table-style-2 {
  margin-right: 30px;
  margin-left: 30px;
  padding: 35px 52px 45px;
  border: 2px solid #878b97;
  border-radius: 20px;
  text-align: center;
}

.pricing-table-style-2.acitve {
  border-color: #fff;
  background-color: #fff;
  box-shadow: -7px 7px 30px 0 rgba(0, 0, 0, 0.25);
}

.paragraph-darker {
  color: #414141;
  font-size: 18px;
  line-height: 30px;
}

.team-wrapper {
  padding: 35px 30px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  text-align: center;
}

.team-circle-photo {
  display: block;
  width: 140px;
  height: 140px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 100%;
  background-image: url('../images/testi-2.jpg');
  background-position: 0px 0px;
  background-size: 135px;
}

.team-circle-photo.style-2 {
  width: 90px;
  height: 90px;
  margin-right: 15px;
  margin-left: 0px;
  float: left;
  border-radius: 10%;
}

.team-circle-photo.drugi-czlonek {
  background-image: url('../images/doctor-2.jpg');
  background-size: contain;
}

.team-circle-photo.trzeci-czonek {
  background-image: url('../images/doctor-6.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.team-name {
  font-size: 18px;
}

.team-name.no-top-margin {
  margin-top: 0px;
}

.meta-work {
  margin-bottom: 15px;
  font-family: 'Playfair Display', sans-serif;
  color: #184fc2;
  font-size: 18px;
}

.blog-wrapper-style-1 {
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #212121;
  text-align: left;
  text-decoration: none;
}

.blog-wrapper-style-1:hover {
  color: #184fc2;
}

.blog-wrapper-style-1.more-padding {
  padding: 20px 25px 25px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #f5f5f5;
  text-align: left;
}

.meta-category {
  display: inline-block;
  padding: 6px 15px;
  border: 1px solid #cacaca;
  border-radius: 5px;
  font-family: 'Playfair Display', sans-serif;
  color: #515151;
  font-size: 13px;
  font-weight: 500;
}

.meta-category.white {
  border-style: none;
  border-color: #fff;
  background-color: #184fc2;
  color: #fff;
}

.blog-title {
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.blog-title.white {
  color: #fff;
}

.read-more-link {
  display: inline-block;
  font-family: 'Playfair Display', sans-serif;
  color: #919191;
  font-size: 15px;
}

.read-more-link:hover {
  color: #212121;
}

.read-more-link.another:hover {
  color: #fff;
}

.footer-style-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.footer-link {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 7px;
  color: #919191;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  color: #212121;
}

.features-style-2 {
  margin-bottom: 40px;
}

.features-style-2.no-margin {
  margin-bottom: 0px;
}

.line-thin {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #f1f1f1;
}

.line-thin.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 70%;
  background-color: #184fc2;
}

.biger-text {
  font-family: Poppins, sans-serif;
  color: #313131;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}

.left-padding {
  padding-left: 20px;
}

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

.left-margin {
  margin-right: 20px;
}

.app-features {
  width: 33.3333%;
  margin-left: -1px;
  padding: 20px 20px 35px;
  float: left;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  text-align: center;
}

.app-features.no-left-line {
  border-right-style: none;
}

.app-features.no-bottom-line {
  border-bottom-style: none;
}

.app-icon {
  display: block;
  width: 75px;
  height: 75px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  background-image: url('../images/trophy.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.app-icon.icon-2 {
  background-image: url('../images/paper-plane-1.png');
  background-size: 50px;
}

.app-icon.icon-3 {
  background-image: url('../images/magnification-lens.png');
  background-size: 50px;
}

.app-icon.icon-4 {
  background-image: url('../images/line-chart.png');
  background-size: 50px;
}

.app-icon.icon-5 {
  background-image: url('../images/screen-1.png');
  background-size: 50px;
}

.app-icon.icon-6 {
  background-image: url('../images/brightness.png');
  background-size: 50px;
}

.tab-testimonials {
  margin-top: 30px;
  text-align: center;
}

.testimonials-author {
  width: 85px;
  height: 85px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 100%;
  background-image: url('../images/doctor-4.jpg');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 0.7;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.testimonials-author:hover {
  opacity: 1;
}

.testimonials-author.w--current {
  opacity: 1;
}

.testimonials-author.photo-2 {
  background-image: url('../images/testi-2.jpg'), url('../images/doctor-4.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
}

.testimonials-author.photo-3 {
  background-image: url('../images/doctor-6.jpg');
}

.testimonials-author.photo-4 {
  background-image: url('../images/testi-1.jpg');
}

.testimonials-author.photo-5 {
  background-image: url('../images/doctor-2.jpg');
}

.testimonials-author.photo-6 {
  background-image: url('../images/doctor-5.jpg'), url('../images/doctor-4.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
}

.testimonials-tab {
  padding-right: 200px;
  padding-left: 200px;
  text-align: center;
}

.quote-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  background-image: url('../images/184fc2.png');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.quote-icon.white {
  background-image: url('../images/white.png');
  background-size: 60px;
}

.team-content {
  position: relative;
  overflow: hidden;
}

.pricing-features {
  width: 250px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 31px 20px;
  float: left;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.pricing-icon {
  width: 70px;
  height: 70px;
  background-image: url('../images/megaphone.png');
  background-position: 0px 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.pricing-icon.icon-2 {
  background-image: url('../images/alarm-clock.png');
  background-size: 50px;
}

.pricing-icon.icon-3 {
  background-image: url('../images/laptop.png');
  background-size: 50px;
}

.pricing-icon.icon-4 {
  background-image: url('../images/atomic.png');
  background-size: 50px;
}

.pricing-style-3 {
  height: 509px;
  padding-top: 85px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 10px;
  background-color: #184fc2;
  text-align: center;
}

.pricing-style-3-title {
  color: #fff;
  font-weight: 400;
}

.price-style-3 {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
}

.left-price {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  border-right: 1px solid hsla(0, 0%, 100%, 0.16);
}

.left-price.no-line {
  border-right-style: none;
}

.footer-style-3 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  background-image: url('../images/business_simple.png');
  background-position: 50% -1%;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.landing-features-1 {
  min-height: 340px;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 0px 0px 5px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.landing-features-1:hover {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
}

.landing-features-1.zarzad-item {
  min-height: 300px;
  padding-top: 20px;
}

.landing-icon {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  background-image: url('../images/atomic_1.png');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.landing-icon.icon-2 {
  background-image: url('../images/download.png');
  background-size: 60px;
}

.landing-icon.icon-3 {
  background-image: url('../images/cloud.png');
  background-size: 60px;
}

.landing-icon.icon-4 {
  background-image: url('../images/shopping-cart.png');
  background-size: 60px;
}

.landing-icon.icon-5 {
  background-image: url('../images/paint-brush.png');
  background-size: 60px;
}

.landing-icon.icon-6 {
  background-image: url('../images/monitor.png');
  background-size: 60px;
}

.iphone {
  position: absolute;
  right: -20%;
  bottom: 0px;
  float: right;
}

.bigger {
  font-size: 18px;
}

.pricing-style-4 {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.pricing-style-4-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.pricing-image {
  padding: 37px 18px;
  border-radius: 15px;
  background-color: #fff;
}

.pricing-image.with-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/world.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/world.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 800px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.footer-style-4 {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #fff;
}

.top-icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  float: left;
  background-image: url('../images/phone-call-5.png');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.top-icon.clock {
  background-image: url('../images/alarm-clock-1.png');
  background-size: 32px;
}

.top-conent {
  position: relative;
  overflow: hidden;
}

.navigation-style-4 {
  background-color: #fff;
}

.video-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}

.contact-paragraph {
  margin-bottom: 5px;
}

.navigation-style-5 {
  background-color: #111;
}

.line-top-title {
  display: block;
  width: 70px;
  height: 2px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #1d315d;
}

.line-top-title.right {
  margin-left: 0px;
}

.line-top-title.white {
  background-color: #fff;
}

.services-icon {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  float: left;
  background-image: url('../images/chat-1.png');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.services-icon.icon-2 {
  background-image: url('../images/placeholder-3.png');
  background-size: 60px;
}

.services-icon.icon-3 {
  background-image: url('../images/like-2.png');
  background-size: 60px;
}

.services-icon.icon-4 {
  background-image: url('../images/settings.png');
  background-size: 60px;
}

.services-icon.icon-5 {
  background-image: url('../images/laptop-1.png');
  background-size: 60px;
}

.services-icon.icon-6 {
  background-image: url('../images/bar-chart.png');
  background-size: 60px;
}

.services-content {
  position: relative;
  overflow: hidden;
}

.list-check {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  padding-left: 30px;
  background-image: url('../images/bc-tick.png');
  background-position: 0px 51%;
  background-size: 16px;
  background-repeat: no-repeat;
  color: #1d315d;
  font-size: 16px;
}

.list-check.no-image {
  padding-left: 0px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.pricing-style-5 {
  display: block;
  width: 300px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 34px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 100%;
  background-color: #f1f1f1;
  text-align: center;
}

.pricing-style-5.blue {
  background-color: #184fc2;
  color: #fff;
}

.pricing-style-5.white {
  background-color: #fff;
}

.pricing-style-5-title {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
}

.small-dollar {
  font-size: 25px;
  font-weight: 400;
}

.small-dollar.another-style {
  position: absolute;
  left: 39px;
  top: -27px;
  display: inline;
  margin-right: 5px;
  color: hsla(0, 0%, 100%, 0.56);
  font-size: 28px;
  font-weight: 300;
}

.price-sub-title {
  font-size: 70px;
  line-height: 50px;
  font-weight: 500;
}

.map {
  position: relative;
  display: block;
  height: 780px;
}

.map-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  height: 780px;
  padding-top: 85px;
  padding-bottom: 67px;
  background-image: linear-gradient(45deg, rgba(67, 203, 131, 0.85), rgba(41, 129, 168, 0.85) 52%, #184fc2);
}

.map-overlay.white {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.6), #fff);
}

.map-section {
  position: relative;
}

.text-field {
  height: 50px;
  margin-bottom: 15px;
  padding-left: 20px;
  border-style: none;
  border-radius: 5px;
  background-color: #f4f4f4;
}

.text-field:active {
  background-color: #ebebeb;
}

.text-field:focus {
  background-color: #ebebeb;
}

.text-field.area {
  height: auto;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 31px;
}

.text-field.only-line {
  margin-bottom: 20px;
  padding-left: 10px;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  background-color: transparent;
}

.text-field.only-line:hover {
  color: #fff;
}

.text-field.only-line:focus {
  border-bottom-color: #184fc2;
  color: #fff;
}

.text-field.select {
  padding-left: 0px;
  color: #919191;
}

.text-field.call-back {
  padding-left: 10px;
}

.radio-button {
  padding-top: 14px;
}

.radio-text {
  font-family: 'Playfair Display', sans-serif;
  text-transform: capitalize;
}

.contact-wrapper {
  padding: 40px 52px 30px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: -14px 14px 50px 0 rgba(0, 0, 0, 0.2);
}

.contact-wrapper.less-space {
  padding-top: 40px;
  padding-bottom: 30px;
}

.footer-style-5 {
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #121212;
}

.success-message {
  border-radius: 10px;
  background-color: transparent;
  color: #fff;
}

.error-message {
  padding-top: 15px;
  padding-bottom: 12px;
  border-radius: 5px;
  background-color: #e03737;
  color: #fff;
  text-align: center;
}

.brand-style-2 {
  padding-top: 7px;
}

.big-title-second-banner {
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
}

.big-title-second-banner.white-double {
  color: #fff;
}

.big-slider {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: transparent;
}

.slide-nav-big {
  padding-left: 20px;
  font-size: 10px;
  text-align: left;
}

.slide-nav-big.center {
  margin-bottom: 10px;
  text-align: center;
}

.arrow-big-slider {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  border: 2px solid #fff;
  border-radius: 10px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-size: 22px;
}

.arrow-big-slider:hover {
  border-color: #212121;
  background-color: #212121;
}

.arrow-big-slider.left {
  margin-left: 20px;
}

.arrow-big-slider.full-rounded {
  margin-right: 40px;
  border-radius: 100%;
}

.arrow-big-slider.full-rounded:hover {
  border-color: #184fc2;
  background-color: #184fc2;
}

.arrow-big-slider.full-rounded.left {
  margin-left: 40px;
}

.top-space-slider {
  margin-top: 100px;
}

.slide-3 {
  overflow: hidden;
}

.iphone-hand {
  position: relative;
  right: 613px;
  bottom: 110px;
  float: left;
}

.slide-2 {
  overflow: hidden;
}

.iphone-second {
  position: relative;
  left: 447px;
  top: -183px;
  float: right;
}

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

.bottom-margin.more {
  margin-bottom: 80px;
}

.bottom-margin.less {
  margin-bottom: 30px;
}

.navigation-scroll {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  box-shadow: -1px 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.left-section-wrapper {
  width: 50%;
  height: 600px;
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-team-wrapper {
  position: relative;
  width: 50%;
  height: 600px;
  max-height: 600px;
  padding: 60px;
  float: left;
  background-color: #fff;
}

.left-team-wrapper.gray {
  background-color: #f5f5f5;
}

.left-team-wrapper.gray.gradient {
  background-image: linear-gradient(45deg, #184fc2, #43cb83);
}

.left-team-wrapper.image {
  background-image: url('../images/01-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-team-wrapper.image._2 {
  background-image: url('../images/ziwuqmznrvs-bench-accounting.jpg');
  background-size: cover;
}

.left-team-wrapper.image.add-some-pixel.other-photo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 79, 194, 0.92)), to(rgba(24, 79, 194, 0.92))), url('../images/financial-1.jpg');
  background-image: linear-gradient(180deg, rgba(24, 79, 194, 0.92), rgba(24, 79, 194, 0.92)), url('../images/financial-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.left-team-wrapper.image.add-some-pixel.second-photo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(75, 47, 130, 0.9)), to(rgba(75, 47, 130, 0.9))), url('../images/financial-2.jpg');
  background-image: linear-gradient(180deg, rgba(75, 47, 130, 0.9), rgba(75, 47, 130, 0.9)), url('../images/financial-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.left-team-wrapper.image-2 {
  background-image: url('../images/Modern-Building.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-team-wrapper.darker-color {
  background-color: #a8acb9;
}

.left-team-wrapper.contact {
  height: 800px;
  max-height: 800px;
}

.left-team-wrapper.contact.more-gray {
  background-color: #f5f5f5;
}

.left-team-wrapper.image-3 {
  background-image: url('../images/groupcheer.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.center-div {
  position: absolute;
  left: 100px;
  top: 50%;
  right: 100px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.center-div.more-padding {
  left: 150px;
  right: 150px;
}

.sub-banner {
  position: relative;
  height: 700px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 79, 194, 0.9)), to(rgba(24, 79, 194, 0.9))), url('../images/gn_niunjyji-nick-karvounis.jpg');
  background-image: linear-gradient(180deg, rgba(24, 79, 194, 0.9), rgba(24, 79, 194, 0.9)), url('../images/gn_niunjyji-nick-karvounis.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sub-banner.second {
  position: relative;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0.62)));
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.62));
  background-position: 0px 0px;
}

.sub-banner.third {
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 79, 194, 0.9)), to(rgba(24, 79, 194, 0.9))), url('../images/shutterstock_184815710-bn3-uai-2064x961.jpg');
  background-image: linear-gradient(180deg, rgba(24, 79, 194, 0.9), rgba(24, 79, 194, 0.9)), url('../images/shutterstock_184815710-bn3-uai-2064x961.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.sub-banner.four {
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/outdoor-office-workspace-setup-with-high-ceiling-picjumbo-com.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/outdoor-office-workspace-setup-with-high-ceiling-picjumbo-com.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.sub-banner.project-1 {
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 79, 194, 0.9)), to(rgba(24, 79, 194, 0.9))), url('../images/gxd8hcmi0iq-parker-byrd.jpg');
  background-image: linear-gradient(180deg, rgba(24, 79, 194, 0.9), rgba(24, 79, 194, 0.9)), url('../images/gxd8hcmi0iq-parker-byrd.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sub-banner.project-1._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/fgvxxvxmti8-andrew-neel.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/fgvxxvxmti8-andrew-neel.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.sub-banner.project-1._2.careers {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/mvhd5qvldww-anna-dziubinska.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/mvhd5qvldww-anna-dziubinska.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sub-banner.project-1._2.faq {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/oqmzwnd3thu-helloquence.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/oqmzwnd3thu-helloquence.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sub-banner.project-1._2.blog {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 79, 194, 0.9)), to(rgba(24, 79, 194, 0.9))), url('../images/9o1oq9szqzq-ben-white.jpg');
  background-image: linear-gradient(180deg, rgba(24, 79, 194, 0.9), rgba(24, 79, 194, 0.9)), url('../images/9o1oq9szqzq-ben-white.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.sub-banner.project-1._3 {
  background-image: linear-gradient(135deg, rgba(24, 79, 194, 0.96), rgba(24, 79, 194, 0.9) 51%, rgba(67, 203, 131, 0.9)), url('../images/ebgr1szj3dg-idriss-fettoul.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.sub-banner.project-1._3.pricing {
  background-image: linear-gradient(135deg, rgba(24, 79, 194, 0.96), rgba(24, 79, 194, 0.9) 51%, rgba(67, 203, 131, 0.9)), url('../images/p2tq-3bh3oo-joshua-earle.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sub-banner.project-1._3.contact {
  background-image: linear-gradient(135deg, rgba(24, 79, 194, 0.96), rgba(24, 79, 194, 0.9) 51%, rgba(67, 203, 131, 0.9)), url('../images/8d2k7a3wmkq-bench-accounting.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.sub-banner.project-1._4 {
  height: 700px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 79, 194, 0.9)), to(rgba(24, 79, 194, 0.9))), url('../images/6njoebtarec-lee-campbell.jpg');
  background-image: linear-gradient(180deg, rgba(24, 79, 194, 0.9), rgba(24, 79, 194, 0.9)), url('../images/6njoebtarec-lee-campbell.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.sub-banner.project-1._5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 79, 194, 0.9)), to(rgba(24, 79, 194, 0.9))), url('../images/p-rn-n6miag-john-towner.jpg');
  background-image: linear-gradient(180deg, rgba(24, 79, 194, 0.9), rgba(24, 79, 194, 0.9)), url('../images/p-rn-n6miag-john-towner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.sub-banner.template {
  height: 600px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.sub-banner.project-6 {
  background-image: linear-gradient(45deg, rgba(24, 79, 194, 0.9), rgba(67, 203, 131, 0.9)), url('../images/arch.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sub-banner-title {
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  font-weight: 500;
}

.sub-banner-title.biger {
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 80px;
}

.sub-banner-title.biger.same-font {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  line-height: 60px;
}

.sub-banner-title.in-pages {
  margin-bottom: 15px;
}

.sub-banner-title.port-biger {
  font-size: 41px;
  line-height: 60px;
}

.sub-banner-title.port-biger.darker {
  color: #fff;
  font-size: 55px;
  line-height: 1.5em;
  font-weight: 400;
}

.heading-color {
  color: #184fc2;
  font-size: 28px;
  text-align: center;
}

.rounded-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.rounded-image.background-image {
  height: 500px;
  margin-right: 20px;
  background-image: url('../images/fge.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-title {
  color: #212121;
  font-size: 42px;
  line-height: 52px;
  text-transform: uppercase;
}

.about-title.smaller {
  font-size: 32px;
  line-height: 42px;
}

.about-title.kontakt-title {
  color: #fff;
}

.tab-menu {
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
}

.tab-menu.tab-in-left {
  width: 30%;
  float: left;
  border-bottom-style: none;
}

.tab-title {
  padding-top: 19px;
  padding-bottom: 19px;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-weight: 600;
}

.tab-title:hover {
  color: #184fc2;
}

.tab-title.w--current {
  border-bottom-color: #184fc2;
  background-color: transparent;
  color: #184fc2;
}

.tab-title.in-cons.fom-left {
  display: block;
  border-bottom-color: #e1e1e1;
}

.tab-procces {
  text-align: center;
}

.project-filter {
  margin-bottom: 60px;
  text-align: center;
}

.filter {
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Playfair Display', sans-serif;
  color: #919191;
}

.filter:hover {
  border-color: #838383;
  color: #313131;
}

.filter.w--current {
  border-color: #184fc2;
  background-color: transparent;
  color: #184fc2;
}

.divider-portolio {
  display: inline-block;
  margin-right: 170px;
  margin-left: 170px;
}

.portfolio-item {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
}

.color-gray {
  background-color: #f5f5f5;
}

.faq-title {
  margin-top: 0px;
  font-size: 18px;
  font-weight: 600;
}

.top-margin-container {
  padding-top: 100px;
}

.top-margin-container.less {
  padding-top: 100px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 700px;
  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;
  background-color: #a8acb9;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -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;
}

.contact-full-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}

.popup {
  position: relative;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 550px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.pop-up-content {
  position: relative;
  overflow: hidden;
}

.remove-button {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  background-image: url('../images/round-delete-button.png');
  background-position: 0px 0px;
  background-size: 50px;
  opacity: 0.6;
}

.remove-button:hover {
  opacity: 1;
}

.bottom-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  z-index: 10;
  padding-right: 25px;
  padding-left: 25px;
  text-align: center;
}

.bottom-arrow.left {
  text-align: left;
}

.scroll-down {
  width: 40px;
  height: 40px;
  background-image: url('../images/angle-arrow-down.png');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.contact-title {
  color: #919191;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-title.color {
  color: #184fc2;
  font-size: 12px;
  letter-spacing: 2px;
}

.map-left {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.map-wrapper {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.top-map-shadow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 50px;
  background-color: #fff;
  box-shadow: 0 -10px 30px 0 rgba(0, 0, 0, 0.2);
}

.map-full {
  height: 400px;
}

.template-title {
  margin-top: 9px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.meta-data {
  display: inline-block;
  margin-right: 10px;
}

.meta-data.darker {
  color: #184fc2;
  font-style: italic;
}

.template-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.toggle-wrapper {
  margin-bottom: 20px;
}

.toggle-header {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 24px 25px;
  border-radius: 10px;
  background-color: #184fc2;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.toggle-text {
  display: inline-block;
}

.toggle-space {
  padding: 28px 25px;
}

.toggle-space.white {
  background-color: #fff;
}

.toggle-content {
  overflow: hidden;
  margin-top: -10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #f1f1f1;
}

.toggle-icon-plus {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 30px;
  height: 30px;
  background-image: url('../images/plus.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.toggle-icon-minus {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 30px;
  height: 30px;
  background-image: url('../images/minus.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.maintenance-image {
  position: relative;
  top: -474px;
  right: -50%;
  max-width: 1100px;
  opacity: 0.13;
}

.maintenance-image._404 {
  top: -260px;
  right: -60%;
  z-index: 0;
}

.symbols-wrapper {
  margin-right: 250px;
  margin-left: 250px;
}

.test-image {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/p-rn-n6miag-john-towner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/p-rn-n6miag-john-towner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.test-image.second-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 79, 194, 0.8)), to(rgba(24, 79, 194, 0.8))), url('../images/cfplr9zgnak-alberto-restifo.jpg');
  background-image: linear-gradient(180deg, rgba(24, 79, 194, 0.8), rgba(24, 79, 194, 0.8)), url('../images/cfplr9zgnak-alberto-restifo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.navigation-test {
  position: relative;
  overflow: hidden;
}

.navigation-test.margin {
  margin-top: 40px;
}

.gray-option {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
}

.no-top-margin {
  margin-top: 0px;
}

.blog-item {
  margin-bottom: 30px;
}

.blog-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 80px;
  -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;
  background-color: #fff;
}

.blog-page-wrapper.color-gray {
  padding-top: 0px;
  background-color: #f5f5f5;
}

.blog-page-title {
  margin-bottom: 0px;
  font-size: 35px;
  line-height: 1.5em;
  font-weight: 300;
}

.meta-sub-title {
  display: inline-block;
  margin-right: 5px;
  font-family: 'Playfair Display', sans-serif;
  color: #919191;
}

.meta-sub-title.second-font {
  font-family: Poppins, sans-serif;
  color: #212121;
}

.agency-features-wrapper {
  text-align: center;
}

.features-icon-style-3 {
  display: block;
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #184fc2;
  border-radius: 100%;
  background-image: url('../images/thunderbolt.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.features-icon-style-3.icon-2 {
  background-image: url('../images/pencil_1.svg');
  background-size: 40px;
}

.features-icon-style-3.icon-3 {
  background-image: url('../images/star-1.svg');
  background-size: 40px;
}

.features-wrapper-second {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}

.small-icon-features {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  background-image: url('../images/monitor.svg');
  background-position: 0px 50%;
  background-size: 45px;
  background-repeat: no-repeat;
}

.small-icon-features.icon-2 {
  background-image: url('../images/vector.svg');
  background-size: 45px;
}

.small-icon-features.icon-3 {
  background-image: url('../images/pantone.svg');
  background-size: 45px;
}

.small-icon-features.icon-4 {
  background-image: url('../images/edit-tools.svg');
  background-size: 45px;
}

.small-icon-features.icon-5 {
  background-image: url('../images/mug.svg');
  background-size: 45px;
}

.small-icon-features.icon-6 {
  background-image: url('../images/sticker.svg');
  background-size: 45px;
}

.small-title {
  font-size: 18px;
  font-weight: 600;
}

.macbook-pro {
  position: absolute;
  left: -120px;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  max-width: 1200px;
}

.big-title-intro {
  margin-top: 0px;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
}

.big-title-intro.more-biger {
  font-size: 50px;
  line-height: 70px;
}

.intro-sub-title {
  font-family: 'Playfair Display', sans-serif;
  color: #a2a2a2;
  font-size: 18px;
  line-height: 30px;
}

.other-font {
  font-family: 'Playfair Display', sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.presentation-1 {
  position: relative;
  top: -424px;
  right: -56%;
}

.intro-home {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

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

.homepage-link {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: -4px 4px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.homepage-link:hover {
  box-shadow: -6px 6px 30px 0 rgba(0, 0, 0, 0.5);
  opacity: 0.85;
}

.home-screen {
  width: 100%;
}

.dark-color {
  color: #4f5362;
}

.pricing-heading {
  color: #4f5362;
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
}

.pricing-heading.white {
  color: #fff;
}

.home-tag {
  position: absolute;
  top: 32px;
  right: -26px;
  padding: 12px 38px 10px 18px;
  border-radius: 5px;
  background-color: #a8acb9;
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
}

.go-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 999;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background-color: rgba(33, 33, 33, 0.9);
  background-image: url('../images/expand-arrow.svg');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.go-top:hover {
  background-color: #184fc2;
}

.upercase {
  color: #184fc2;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.source-link {
  color: #313131;
}

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

.full-image {
  width: 100%;
}

.pricing-style-6 {
  padding: 64px 26px;
  text-align: center;
}

.pricing-style-6.featured {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.26);
  border-radius: 30px;
}

.pricing-money {
  position: relative;
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  font-weight: 300;
}

.dynamic-project {
  padding-right: 0px;
  padding-left: 0px;
}

.container-project {
  position: relative;
  top: -333px;
}

.drop-text {
  display: inline-block;
  margin-right: 10px;
}

.badge-icon {
  position: relative;
  top: -1px;
  display: inline-block;
  padding: 3px 8px 1px;
  border-radius: 4px;
  background-color: #e91e63;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 1px;
}

.badge-icon.new {
  background-color: #6bca72;
  text-transform: uppercase;
}

.contact-less {
  margin-right: 0px;
  margin-left: 0px;
}

.hobbies-icon {
  display: block;
  width: 120px;
  height: 120px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 100%;
  background-image: url('../images/diamond-1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hobbies-icon.icon-2 {
  background-image: url('../images/gamepad.svg');
  background-position: 50% 50%;
  background-size: auto;
}

.hobbies-icon.icon-3 {
  background-image: url('../images/coffee-cup-1.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.hobbies-icon.icon-4 {
  background-image: url('../images/airplane.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.hobbies-title {
  margin-top: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #212121;
  font-size: 18px;
  line-height: 32px;
}

.tab-pane {
  text-align: left;
}

.fun-facts-number {
  color: #fff;
  font-size: 80px;
  line-height: 100px;
  font-weight: 300;
}

.location-title {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #184fc2;
  font-size: 18px;
  font-weight: 600;
}

.email-link {
  color: #121212;
}

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

.email-link.whiter {
  color: #cecece;
}

.location-wrapper {
  margin-right: 20px;
}

.slide-agency-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bla-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bla-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide-agency-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 79, 194, 0.85)), to(rgba(24, 79, 194, 0.85))), url('../images/bla-2.jpg');
  background-image: linear-gradient(180deg, rgba(24, 79, 194, 0.85), rgba(24, 79, 194, 0.85)), url('../images/bla-2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide-agency-3 {
  background-image: url('../images/bla-3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.triangle {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.triangle.top {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
}

.navigation-style-6 {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.line-menu {
  display: block;
  width: 100%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #184fc2;
  color: #184fc2;
}

.photo-about-me {
  display: block;
  width: 400px;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-image: url('../images/about-me.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feat-title {
  margin-top: 0px;
}

.feat-title.white {
  color: #4f5362;
}

.process-icon {
  display: block;
  width: 120px;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/number-1-drawing.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.process-icon._2 {
  background-image: url('../images/number-two.svg');
  background-size: 100px;
}

.process-icon._3 {
  background-image: url('../images/drawing-of-number-3.svg');
  background-size: 100px;
}

.process-wrapper {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.process-title {
  color: #184fc2;
  font-size: 20px;
}

.navigation-style-8 {
  border-bottom: 1px solid #e1e1e1;
  background-color: transparent;
}

.big-financial-title {
  font-size: 36px;
  line-height: 46px;
}

.or-text {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: #919191;
  font-size: 16px;
}

.financial-wrapper {
  padding: 30px 20px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.financial-wrapper:hover {
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -7px);
  -ms-transform: translate(0px, -7px);
  transform: translate(0px, -7px);
}

.financial-title {
  margin-top: 0px;
  color: #184fc2;
  font-size: 58px;
  line-height: 79px;
  font-weight: 500;
}

.smaller-invest {
  display: inline;
  font-size: 22px;
  line-height: 32px;
}

.tab-content-in-left {
  width: 70%;
  padding-left: 40px;
  float: left;
}

.mega-line {
  border-right: 1px solid #e1e1e1;
}

.lightbox-banner {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.financial-serv-wrapper {
  padding: 30px 20px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  text-align: center;
}

.serv-icon {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/group-1.svg');
  background-position: 50% 50%;
  background-size: 75px;
  background-repeat: no-repeat;
}

.serv-icon.ico-2 {
  background-image: url('../images/handshake.svg');
  background-size: 75px;
}

.serv-icon.ico-3 {
  background-image: url('../images/pie-chart.svg');
  background-size: 65px;
}

.serv-icon.ico-4 {
  background-image: url('../images/strategy.svg');
  background-size: 75px;
}

.serv-icon.ico-5 {
  background-image: url('../images/bar-chart.svg');
  background-size: 75px;
}

.serv-icon.ico-6 {
  background-image: url('../images/directions.svg');
  background-size: 65px;
}

.serv-title {
  color: #121212;
  font-size: 18px;
  font-weight: 600;
}

.another-icon {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/star-1.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.another-icon.ico-2 {
  background-image: url('../images/user.svg');
  background-size: 50px;
}

.another-icon.ico-3 {
  background-image: url('../images/trophy-1.svg');
  background-size: 50px;
}

.map-financ-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.map-dark {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.intro-paragraph {
  margin-right: 10px;
  margin-left: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 15px;
}

.intro-paragraph.top-margin {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.text-block {
  color: #212121;
}

.news_zajawka {
  font-family: Poppins, sans-serif;
  font-size: 11px;
  line-height: 1.5em;
  text-align: left;
}

.heading {
  margin-top: 0px;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
}

.news-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.div-block {
  padding: 5px 5px 0px;
  text-decoration: none;
}

.paragraph {
  font-family: Poppins, sans-serif;
  color: #616161;
  font-size: 16px;
  line-height: 1.6em;
  font-style: normal;
  font-weight: 300;
  text-align: justify;
}

.paragraph.firstp {
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  text-align: left;
}

.paragraph.firstp.list-header-paragraph {
  margin-bottom: 5px;
}

.paragraph.italics {
  margin-top: 5px;
  font-size: 15px;
  font-style: italic;
  text-align: justify;
}

.paragraph.special {
  margin-top: 30px;
}

.paragraph.lista-nasza-firma {
  margin-bottom: 0px;
  text-align: left;
}

.member-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 22px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.member-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 119px;
  height: 100px;
  margin-top: 10px;
  margin-right: 10px;
  -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;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none;
}

.member-item:hover {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
}

.image-4 {
  display: block;
}

.paragraph-2 {
  font-size: 14px;
}

.image-5 {
  display: block;
}

.container {
  text-align: center;
}

.heading-2 {
  font-weight: 300;
}

.heading-3 {
  font-weight: 400;
}

.zarzad-name {
  margin-bottom: 5px;
  font-weight: 300;
}

.zarzad-title {
  margin-top: 0px;
  color: #212121;
  font-weight: 400;
}

.container-2 {
  text-align: center;
}

.blog-paragraph {
  font-family: 'PT Sans', sans-serif;
}

.paragraph-3 {
  margin-top: 22px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.archiwum-div {
  width: 33%;
}

.text-block-2 {
  background-color: transparent;
  color: #212121;
  text-align: left;
}

.text-span {
  display: block;
  text-align: center;
}

.container-3 {
  text-align: center;
}

.moretext {
  display: none;
  overflow: hidden;
}

.infolist {
  margin-top: -5px;
  text-align: left;
}

.footer-logo {
  display: block;
  float: left;
}

.heading-4 {
  float: left;
}

.heading-4.footer-header {
  margin-top: 10px;
  margin-left: 10px;
  clear: none;
  font-size: 20px;
  font-weight: 500;
}

.footer-address {
  width: 100%;
  padding-top: 13px;
  clear: left;
  font-size: 14px;
}

.footre-address-list {
  margin-right: 19px;
  line-height: 24px;
  list-style-type: none;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #919191;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.adress-link {
  color: #919191;
}

.div-block-2 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  margin-bottom: 8px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.paragraph-4 {
  display: inline;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.bclink {
  color: #616161;
  font-size: 16px;
}

.bclink:hover {
  color: #1d315d;
}

.bclink.link-small {
  font-size: 14px;
}

.list-bold {
  font-weight: 500;
}

.contact-item-div-person {
  background-image: url('../images/user-solid.svg');
  background-position: 10px 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.contact-item-div-person.contact-phone {
  background-image: url('../images/phone-alt-solid.svg');
  background-position: 10px 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.contact-item-div-person.contact-email {
  background-image: url('../images/at-solid.svg');
  background-position: 10px 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.paragraph-5 {
  padding-left: 40px;
}

.contact-item-text {
  margin-bottom: 0px;
  padding-left: 35px;
  font-family: Poppins, sans-serif;
  color: #1d315d;
  font-weight: 500;
}

.contact-item-text.text-normal {
  font-size: 13px;
  line-height: 28px;
  font-weight: 400;
}

.contact-item {
  list-style-type: none;
}

.contact-item-list {
  margin-bottom: 20px;
  padding-left: 0px;
  list-style-type: none;
}

.klocek-image {
  position: relative;
  width: 70%;
  background-image: url('../images/talking.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.klocek-image.wegiel {
  background-image: url('../images/oferta_wegiel_1.jpg');
  background-position: 72% 60%;
  background-size: 1000px;
}

.klocek-image.ruda {
  background-image: url('../images/oferta_ruda_1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.klocek-image.inne_masowe {
  background-image: url('../images/oferta_inne_masowe_1.jpg');
  background-position: 90% 50%;
  background-size: cover;
}

.klocek-image.zboze {
  background-image: url('../images/oferta_zboze_1.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.klocek-image.drobnica {
  background-image: url('../images/oferta_drobnica_2.jpg');
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

.top-margin-2 {
  margin-top: 40px;
  text-align: center;
}

.top-margin-2.less {
  margin-top: 25px;
}

.button-2 {
  display: inline-block;
  min-width: 150px;
  padding: 15px 30px 13px;
  border: 1px solid #184fc2;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #184fc2;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #184fc2;
  color: #fff;
}

.button-2.w--current {
  background-color: #184fc2;
  color: #fff;
}

.button-2.more-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 20px 10px;
  text-align: center;
}

.button-2.full-color {
  border-color: #1d315d;
  background-color: #1d315d;
  color: #fff;
  text-align: center;
}

.button-2.full-color:hover {
  border-color: #fff;
  background-color: #fff;
  color: #1d315d;
}

.klocek-link {
  margin-bottom: 5px;
  font-family: 'PT Sans', sans-serif;
  color: #184fc2;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.klocek-link:hover {
  text-decoration: underline;
}

.klocek-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  padding: 9px 9px 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 13px;
  line-height: 1.5em;
  text-align: left;
}

.klocek-p.p-jachty {
  height: auto;
  padding: 0px;
  font-size: 15px;
  line-height: 25px;
}

.klocek-lista {
  margin-top: 10px;
  padding-left: 0px;
  clear: none;
}

.klocek-more {
  display: none;
  overflow: hidden;
  min-width: 100%;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.startup-big-font-2 {
  margin-top: 0px;
  color: #212121;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}

.klocek-subheader {
  margin-top: 20px;
}

.klocek-opis {
  overflow: visible;
  width: 30%;
  padding: 15px;
  background-color: transparent;
}

.list-item {
  margin-bottom: 10px;
  list-style-type: none;
}

.oferta-klocek {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f5f5f5;
}

.klocek-more-inner {
  overflow: hidden;
  margin: 15px;
}

.klocek-more2 {
  position: relative;
  display: none;
  overflow: hidden;
}

.oferta-list {
  margin-left: 30px;
}

.wegiel {
  background-image: url('../images/oferta_wegiel_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.oferta-header-list {
  margin-bottom: 40px;
  padding-left: 20px;
}

.slider {
  height: 100%;
}

.slide-agency-0 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/slajd_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/slajd_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-agency-0.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/slajd_2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/slajd_2.jpg');
  background-position: 0px 0px, 50% 50%;
}

.slide-agency-0.slajd3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/slajd_3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/slajd_3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.notsobig {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 2em;
  font-weight: 400;
  text-transform: none;
}

.notsobig.dark {
  color: #fff;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-7 {
  margin-top: 2px;
  float: left;
}

.list-2 {
  margin-left: 30px;
}

html.w-mod-js *[data-ix="hide-project-overlay-on-inital"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slide-out-project-title-on-initial"] {
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="slide-out-project-title-on-initial-2"] {
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="display-none-on-load"] {
  display: none;
}

html.w-mod-js *[data-ix="hide-popup-on-initial"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="toggle-content-initial-appear"] {
  height: 0px;
}

html.w-mod-js *[data-ix="slide-out-go-top-on-load"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="slide-in-effect-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}

html.w-mod-js *[data-ix="slide-in-effect-on-load-2"] {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

html.w-mod-js *[data-ix="slide-in-effect-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="slide-in-effect-on-load-14"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="slide-in-effect-on-load-4"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slide-in-effect-on-load-5"] {
  opacity: 0;
  -webkit-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
}

html.w-mod-js *[data-ix="slide-in-effect-on-load-6"] {
  opacity: 0;
  -webkit-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
}

html.w-mod-js *[data-ix="slide-in-effect-on-load-7"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="slide-in-effect-on-load-8"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="slide-in-effect-on-load-9"] {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

html.w-mod-js *[data-ix="slide-in-effect-on-load-10"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="slide-in-effect-on-load-11"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slide-in-effect-on-load-12"] {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

html.w-mod-js *[data-ix="slide-in-effect-on-load-13"] {
  opacity: 0;
  -webkit-transform: translate(0px, 150px);
  -ms-transform: translate(0px, 150px);
  transform: translate(0px, 150px);
}

html.w-mod-js *[data-ix="slide-in-effect-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="slide-in-effect-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="slide-in-slider-big-text-on-slide"] {
  opacity: 0;
  -webkit-transform: scale(0.7000000000000001, 0.7000000000000001);
  -ms-transform: scale(0.7000000000000001, 0.7000000000000001);
  transform: scale(0.7000000000000001, 0.7000000000000001);
}

html.w-mod-js *[data-ix="slide-in-slider-big-text-on-slide-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="slide-in-slider-big-text-on-slide-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="menu-line-initial-appearance"] {
  width: 0%;
}

@media screen and (max-width: 991px) {
  .navigation-link.no-dropdown {
    padding-top: 27px;
    padding-bottom: 22px;
    padding-left: 10px;
  }

  .navigation-link.no-dropdown.line-effect {
    display: block;
    padding-top: 22px;
    text-align: left;
  }

  .navigation-link.with-line {
    padding-right: 0px;
    border-right-style: none;
  }

  .dropdown-arrow {
    margin-bottom: 27.5px;
  }

  .dropdown-toggle {
    padding-top: 27px;
    padding-bottom: 22px;
  }

  .banner.color {
    overflow: visible;
    height: 650px;
  }

  .banner.video {
    overflow: visible;
    height: 700px;
  }

  .banner.video.biger {
    height: 800px;
  }

  .banner.gradient {
    overflow: visible;
  }

  .banner.less-height {
    overflow: visible;
    height: 700px;
  }

  .banner.agency {
    height: 700px;
  }

  .banner.intro {
    height: 700px;
  }

  .banner.personal {
    background-position: 32% 50%;
    background-size: cover;
  }

  .banner.financial {
    height: 600px;
  }

  .navigation-style-1 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .brand-logo {
    width: 52px;
    height: 52px;
    margin-top: 6px;
  }

  .dropdown-list.mega-menu.w--open {
    width: auto;
  }

  .dropdown-link {
    padding-right: 15px;
  }

  .dropdown-link.with-icon {
    width: 100%;
  }

  .navigation-menu {
    border-top: 1px solid #e1e1e1;
    background-color: #fff;
  }

  .navigation-menu.center {
    float: right;
  }

  .navigation-menu.center.blue {
    border-top-color: hsla(0, 0%, 88.2%, 0.1);
    background-color: rgba(24, 79, 194, 0.95);
  }

  .navigation-menu.dark {
    border-top-color: rgba(0, 0, 0, 0.43);
    background-color: #000;
  }

  .section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.gray.darker.in-pages.no-left-right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.gray.with-laptop {
    background-position: -335px 54%;
  }

  .section.gray.personal {
    height: auto;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.gray.more-padding.no-bottom.right-left {
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

  .section.no-bottom-padding.remove-pixel {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.pres-style-2 {
    background-position: -534px 146%;
  }

  .section.project-style-6 {
    height: 550px;
  }

  .section.whitesection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .service-business-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .features-wrapper {
    padding-right: 170px;
  }

  .features-wrapper.no-padding {
    padding-right: 0px;
  }

  .project-right-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .porject-image {
    -webkit-transform: translate(0px, 17%);
    -ms-transform: translate(0px, 17%);
    transform: translate(0px, 17%);
  }

  .project-content {
    padding: 20px 15px;
  }

  .project-second-title {
    font-size: 17px;
    line-height: 27px;
  }

  .testimonials-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .logo-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pricing-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .footer-links {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-links.darker.black.no-bottom-pading.add-padding {
    padding-left: 15px;
  }

  .navigation-style-2 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .navigation-style-3 {
    padding-top: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  }

  .container-center.more.in-device {
    padding-right: 135px;
    padding-left: 135px;
  }

  .container-center.bottom.in-device {
    top: 50%;
    padding-right: 135px;
    padding-left: 135px;
  }

  .container-center.in-intro {
    top: 25%;
  }

  .big-title-banner {
    font-size: 33px;
    line-height: 43px;
  }

  .laptop {
    display: none;
  }

  .newsletter-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricing-features {
    width: 344px;
    margin-right: 20px;
    margin-left: 0px;
  }

  .pricing-style-3 {
    width: 96%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    float: left;
  }

  .landing-features-1 {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .iphone {
    right: -43%;
  }

  .pricing-style-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navigation-style-5 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .pricing-style-5 {
    margin-bottom: 40px;
  }

  .top-space-slider {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }

  .iphone-hand {
    display: none;
  }

  .iphone-second {
    display: none;
  }

  .navigation-scroll {
    display: none;
  }

  .left-section-wrapper {
    height: 400px;
  }

  .left-team-wrapper {
    width: 100%;
    height: 400px;
    max-height: 400px;
  }

  .left-team-wrapper.add-some-pixel {
    height: 600px;
    max-height: 600px;
  }

  .left-team-wrapper.in-contact {
    height: 600px;
    max-height: 600px;
  }

  .sub-banner.second {
    height: 600px;
  }

  .sub-banner-title.biger {
    font-size: 46px;
    line-height: 70px;
  }

  .sub-banner-title.biger.same-font.make-it-big {
    font-size: 60px;
    line-height: 70px;
  }

  .tab-title.in-cons {
    display: block;
  }

  .divider-portolio {
    margin-right: 20px;
    margin-left: 20px;
  }

  .portfolio-item.in-pages {
    width: 50%;
  }

  .symbols-wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }

  .blog-page-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hamburger-style-1 {
    font-size: 22px;
  }

  .hamburger-style-1.w--open {
    background-color: transparent;
    color: #184fc2;
  }

  .hamburger-style-1.white {
    color: #fff;
  }

  .hamburger-style-1.white.w--open {
    background-color: #184fc2;
  }

  .hamburger-style-1.style-2 {
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.23);
    color: #fff;
  }

  .hamburger-style-1.style-2.w--open {
    background-color: #3369da;
  }

  .hamburger-style-1.style-4 {
    float: left;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
  }

  .align-center-device {
    text-align: center;
  }

  .macbook-pro {
    display: none;
  }

  .big-title-intro.more-biger {
    line-height: 60px;
  }

  .presentation-1 {
    top: -504px;
    right: -62%;
  }

  .intro-home {
    width: 100%;
  }

  .pricing-style-6 {
    margin-right: 204px;
    margin-bottom: 30px;
    margin-left: 204px;
  }

  .contact-less {
    margin-right: 120px;
    margin-left: 120px;
  }

  .navigation-style-6 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .photo-about-me {
    width: 300px;
    height: 300px;
  }

  .navigation-style-8 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .mega-line {
    border-right-style: none;
  }

  .footre-address-list {
    font-size: 12px;
  }

  .image-6 {
    width: 235px;
    height: 52px;
  }

  .button-2 {
    padding: 10px 12px;
  }

  .button-2.w--current {
    padding-right: 12px;
  }

  .startup-big-font-2 {
    font-size: 22px;
    line-height: 1.8em;
  }

  .slide-agency-0 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/slider_transport.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/slider_transport.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .notsobig {
    font-size: 33px;
  }
}

@media screen and (max-width: 767px) {
  .banner.gradient {
    height: 600px;
  }

  .banner.less-height {
    height: 600px;
  }

  .banner.personal {
    height: 700px;
  }

  .brand-logo {
    width: 52px;
    height: 52px;
    padding-left: 0px;
  }

  .section.gray.with-laptop {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.gray.no-bottom-padding.remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.gray.adam {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.gray.personal {
    height: auto;
  }

  .section.pricing {
    height: auto;
    max-height: 1550px;
  }

  .section.pres-style-1 {
    height: auto;
    max-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.pres-style-2 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.project-style-6 {
    height: auto;
    max-height: auto;
  }

  .service-business-wrapper {
    width: 100%;
    margin-right: 0px;
    margin-bottom: -1px;
    padding-right: 114px;
    padding-left: 114px;
    border-bottom: 1px solid #e1e1e1;
    border-right-style: none;
    border-left-style: none;
  }

  .align-center.more-left {
    text-align: left;
  }

  .align-center.bottom-margin-device {
    margin-bottom: 20px;
  }

  .align-center.in-financial {
    margin-right: 20px;
    margin-left: 20px;
  }

  .top-margin.in-footer {
    margin-top: 20px;
  }

  .project-right-content {
    margin-right: 10px;
    margin-left: 10px;
  }

  .button.full-color.other-color.submit {
    width: 26%;
  }

  .button.full-color.other-color.submit.blue {
    width: 100%;
  }

  .porject-image {
    left: auto;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .project-wrapper {
    margin-bottom: 20px;
  }

  .project-wrapper.no-margin {
    margin-bottom: 0px;
  }

  .testimonials-wrapper {
    margin-right: 105px;
    margin-left: 105px;
  }

  .align-right.right-padding.forced-left {
    margin-bottom: 40px;
    padding-right: 0px;
    text-align: left;
  }

  .align-right.align-left-device {
    margin-top: 25px;
    text-align: left;
  }

  .logo-wrapper {
    width: 43.333%;
    margin-bottom: 20px;
  }

  .heading-white.fun-facts {
    margin-top: 40px;
  }

  .pricing-wrapper {
    margin-right: 84px;
    margin-left: 84px;
  }

  .top-part-footer {
    padding-bottom: 25px;
  }

  .top-part-footer.without-line {
    padding-top: 25px;
  }

  .copyright.darker {
    padding-left: 0px;
  }

  .copyright.darker.less-padding {
    text-align: center;
  }

  .copyright.darker.less-padding.left {
    padding-left: 0px;
    font-size: 12px;
    text-align: left;
  }

  .copyright.darker.add-more {
    padding-left: 20px;
  }

  .navigation-style-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .navigation-style-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-center.more.in-device {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-center.bottom.in-device {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-center.up.more-up {
    top: 30%;
  }

  .container-center.in-project {
    top: 40%;
  }

  .container-center.in-intro {
    top: 33%;
  }

  .sub-title-slider.more-padding {
    margin-right: 61px;
    margin-left: 61px;
  }

  .video-lightbox {
    margin-top: 30px;
  }

  .newsletter-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .newsletter-field {
    width: 70%;
  }

  .newsletter-field.other-color.less {
    width: 100%;
  }

  .pricing-table-style-2 {
    margin-bottom: 40px;
  }

  .pricing-table-style-2.acitve {
    margin-bottom: 0px;
  }

  .team-wrapper {
    margin-right: 79px;
    margin-bottom: 20px;
    margin-left: 79px;
  }

  .blog-wrapper-style-1 {
    margin-bottom: 50px;
  }

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

  .left-padding.no-left-margin.top-device {
    margin-top: 40px;
  }

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

  .app-features {
    width: 100%;
    margin-left: 0px;
    padding-right: 84px;
    padding-left: 84px;
    border-right-style: none;
    border-bottom-style: none;
  }

  .testimonials-author {
    width: 65px;
    height: 65px;
  }

  .testimonials-tab {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricing-features {
    width: 100%;
    margin-right: 0px;
  }

  .pricing-style-3 {
    width: 100%;
  }

  .iphone {
    display: none;
  }

  .pricing-style-4 {
    margin-right: 102px;
    margin-bottom: 30px;
    margin-left: 102px;
  }

  .video-background {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .navigation-style-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .list-check {
    font-size: 16px;
  }

  .contact-wrapper.less-space.in-device {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .brand-style-2.adding-margin {
    margin-bottom: 20px;
  }

  .big-title-second-banner {
    font-size: 40px;
    line-height: 50px;
  }

  .left-section-wrapper {
    width: 100%;
  }

  .left-team-wrapper {
    width: 100%;
  }

  .left-team-wrapper.add-some-pixel {
    height: 500px;
    max-height: 500px;
  }

  .left-team-wrapper.contact {
    height: 600px;
    max-height: 600px;
  }

  .center-div.more-padding.remove-padding {
    left: 50px;
    right: 50px;
  }

  .sub-banner {
    height: 800px;
  }

  .sub-banner.second {
    height: 500px;
  }

  .sub-banner.project-6 {
    height: 500px;
  }

  .sub-banner-title.biger {
    font-size: 35px;
    line-height: 50px;
  }

  .sub-banner-title.biger.same-font.make-it-big {
    font-size: 50px;
    line-height: 60px;
  }

  .sub-banner-title.little-font {
    font-size: 30px;
  }

  .tab-menu.tab-in-left {
    width: 100%;
  }

  .filter {
    padding-right: 15px;
    padding-left: 15px;
  }

  .divider-portolio {
    margin-right: 10px;
    margin-left: 10px;
  }

  .popup {
    width: 400px;
  }

  .remove-button {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-size: 40px;
  }

  .blog-item {
    margin-bottom: 0px;
  }

  .blog-page-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .align-center-device.space {
    margin-bottom: 20px;
  }

  .logo-device {
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }

  .logo-device.w--current {
    display: block;
    width: 100%;
    text-align: center;
  }

  .top-margin-device {
    margin-top: 20px;
  }

  .logo-footer {
    display: block;
    padding-left: 20px;
  }

  .make-left {
    float: right;
    text-align: left;
  }

  .agency-features-wrapper {
    margin-bottom: 30px;
  }

  .features-wrapper-second {
    margin-bottom: 20px;
  }

  .big-title-intro {
    font-size: 50px;
    line-height: 60px;
  }

  .big-title-intro.more-biger {
    font-size: 50px;
    line-height: 60px;
  }

  .intro-sub-title.margin-both {
    margin-right: 75px;
    margin-left: 75px;
  }

  .presentation-1 {
    display: none;
  }

  .pricing-style-6 {
    margin-right: 100px;
    margin-left: 100px;
  }

  .dynamic-project {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-project {
    top: auto;
  }

  .contact-less {
    margin-right: 50px;
    margin-left: 50px;
  }

  .photo-about-me {
    margin-bottom: 16px;
  }

  .process-wrapper {
    margin-bottom: 15px;
  }

  .financial-wrapper {
    margin-bottom: 20px;
  }

  .tab-content-in-left {
    width: 100%;
    padding-left: 0px;
  }

  .lightbox-banner {
    width: 80%;
  }

  .financial-serv-wrapper {
    margin-bottom: 30px;
  }

  .paragraph.lista-nasza-firma {
    font-size: 14px;
  }

  .heading-4.footer-header {
    font-size: 15px;
  }

  .footre-address-list {
    font-size: 9px;
  }

  .list {
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-3 {
    margin-left: 20px;
  }

  .klocek-image.wegiel {
    width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .klocek-image.ruda {
    width: 100%;
    height: 100%;
  }

  .button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    margin-right: 5px;
    padding-right: 5px;
    padding-left: 5px;
    -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;
    text-align: center;
  }

  .button-2.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5px;
    padding-left: 5px;
  }

  .button-2.more-button {
    width: auto;
  }

  .klocek-p.p-jachty {
    font-size: 14px;
    line-height: 1.8em;
  }

  .startup-big-font-2 {
    font-size: 19px;
    line-height: 1.5em;
  }

  .klocek-opis {
    width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .oferta-klocek {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .navigation-link.no-dropdown.lang-link {
    display: block;
    margin-left: 10px;
    background-position: 0% 54%;
  }

  .banner.video {
    height: 800px;
  }

  .banner.gradient {
    height: 700px;
  }

  .banner.portfolio {
    height: 700px;
  }

  .banner.personal {
    height: 500px;
  }

  .banner.financial {
    height: 800px;
  }

  .brand-logo {
    width: 235px;
  }

  .navigation-menu.center {
    z-index: 1000;
    display: none;
  }

  .section.gray.personal {
    height: auto;
  }

  .section.whitesection {
    z-index: 10;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .service-business-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .align-center.hero {
    padding-right: 20px;
    padding-left: 20px;
  }

  .align-center.add-center-padding {
    padding-right: 10px;
    padding-left: 10px;
  }

  .features-wrapper {
    padding-right: 0px;
  }

  .project-right-content {
    padding: 20px 15px;
  }

  .button.white.margin-left {
    margin-bottom: 10px;
  }

  .button.full-color.other-color.submit {
    width: auto;
    float: none;
  }

  .button.full-color.other-color.left-margin {
    margin-bottom: 10px;
  }

  .button.full-color.other-color.left-margin.more-pixel {
    margin-right: 10px;
  }

  .button.full-color.rounded.bottom-space {
    margin-bottom: 20px;
  }

  .testimonials-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .align-right {
    text-align: center;
  }

  .align-right.align-left-device.less-margin {
    margin-top: 10px;
  }

  .logo-wrapper {
    width: 100%;
  }

  .pricing-monthly {
    display: inline-block;
  }

  .pricing-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .copyright.darker.less-padding.left {
    text-align: center;
  }

  .startup-big-font {
    font-size: 28px;
  }

  .container-center.in-intro {
    top: 39%;
  }

  .big-title-banner {
    font-size: 28px;
    line-height: 38px;
  }

  .sub-title-slider.in-portfolio {
    font-size: 17px;
  }

  .video-lightbox {
    height: 200px;
  }

  .line-divider.less {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .lightbox-link.in-banner.no-top {
    padding-bottom: 30px;
  }

  .center-project.bottom {
    top: 72%;
  }

  .newsletter-wrapper.center {
    padding-right: 0px;
    padding-left: 0px;
  }

  .newsletter-field {
    width: 100%;
    float: none;
  }

  .pricing-table-style-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .team-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

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

  .left-padding.remove-left {
    margin-top: 40px;
    padding-left: 9px;
  }

  .left-margin {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .app-features {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-testimonials {
    display: inline-block;
    text-align: center;
  }

  .testimonials-author {
    display: block;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    float: left;
  }

  .testimonials-tab {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pricing-style-3 {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .left-price {
    width: 100%;
    margin-bottom: 38px;
    float: none;
  }

  .left-price.without-line {
    border-right-style: none;
  }

  .pricing-style-4 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .pricing-style-5 {
    width: 280px;
    height: 280px;
    padding-top: 20px;
  }

  .map {
    height: 800px;
  }

  .map-overlay.white {
    height: 800px;
  }

  .radio-button {
    padding-top: 0px;
  }

  .contact-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .brand-style-2.adding-margin {
    width: 100%;
  }

  .left-team-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .left-team-wrapper.add-some-pixel {
    height: 600px;
    max-height: 600px;
  }

  .center-div {
    left: 20px;
    right: 20px;
  }

  .center-div.more-padding.remove-padding {
    left: 10px;
    right: 10px;
  }

  .sub-banner.template {
    height: 400px;
  }

  .sub-banner-title {
    font-size: 25px;
    line-height: 35px;
  }

  .sub-banner-title.biger.same-font.make-it-big {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 45px;
    line-height: 55px;
  }

  .sub-banner-title.little-font {
    font-size: 22px;
    line-height: 32px;
  }

  .sub-banner-title.port-biger {
    font-size: 34px;
    line-height: 50px;
  }

  .sub-banner-title.port-biger.darker {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-color {
    line-height: 38px;
    text-align: left;
  }

  .rounded-image.background-image {
    height: 300px;
  }

  .about-title {
    font-size: 40px;
    line-height: 45px;
  }

  .filter {
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .divider-portolio {
    margin-right: 0px;
    margin-left: 0px;
  }

  .portfolio-item.in-pages {
    width: 100%;
  }

  .popup {
    width: 300px;
  }

  .remove-button {
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background-size: 30px;
  }

  .blog-page-title {
    font-size: 36px;
    line-height: 46px;
  }

  .make-left {
    float: none;
    text-align: center;
  }

  .big-title-intro {
    font-size: 40px;
    line-height: 50px;
  }

  .big-title-intro.more-biger {
    font-size: 40px;
    line-height: 50px;
  }

  .intro-sub-title.margin-both {
    margin-right: 24px;
    margin-left: 24px;
  }

  .other-font {
    display: inline-block;
  }

  .ex-title {
    display: inline-block;
  }

  .pricing-style-6 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .contact-less {
    margin-right: 0px;
    margin-left: 0px;
  }

  .photo-about-me {
    width: 250px;
    height: 250px;
  }

  .map-financ-wrapper {
    width: 90%;
  }

  .paragraph.firstp {
    font-size: 14px;
  }

  .heading-4.footer-header {
    font-size: 13px;
  }

  .footre-address-list {
    font-size: 12px;
  }

  .list {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .div-block-3 {
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .bclink {
    font-size: 14px;
  }

  .klocek-image.wegiel {
    width: 100%;
  }

  .top-margin-2 {
    margin-top: 30px;
    text-align: center;
  }

  .button-2 {
    width: auto;
    margin-bottom: 5px;
  }

  .button-2.full-color {
    display: inline-block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .startup-big-font-2 {
    font-size: 22px;
  }

  .klocek-opis {
    width: 100%;
  }

  .oferta-klocek {
    margin-bottom: 20px;
  }

  .notsobig {
    font-size: 24px;
    line-height: 1.3em;
  }

  .text-block-4 {
    padding-left: 10px;
    text-align: left;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}