@charset "UTF-8";
/*!
	DO NOT EDIT stylesheet.css!

	Edit .scss files instead. See http://www.artodia.com/phpbb-31-tutorials/compile-theme/
	If you have any questions, please ask on support forum at http://www.artodia.com/forums/
*/
html {
  overflow: hidden;
  height: 100% !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch !important;
}

body {
  transition: margin 0.5s ease;
  -webkit-transition: margin 0.5s ease;
  -moz-transition: margin 0.5s ease;
  -o-transition: margin 0.5s ease;
  -ms-transition: margin 0.5s ease;
  font-family: "Lato", sans-serif;
  background: #000;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1150px) {
  body.moved {
    margin-left: -388px;
    margin-right: 388px;
  }
}

@media screen and (max-width: 765px) {
  body.moved {
    margin-left: -254px;
    margin-right: 254px;
  }
}

.container-fluid {
  padding: 0;
}

.wrapper {
  max-width: 1830px;
  padding: 0 15px;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .wrapper {
    padding: 0 54px;
  }
}

@media screen and (max-width: 980px) {
  .wrapper {
    padding: 0 22px;
  }
}

@media screen and (max-width: 765px) {
  .wrapper {
    padding: 0 16px !important;
  }
}

.clear {
  clear: both;
}

.nw {
  white-space: nowrap;
}

img {
  max-width: 100%;
}

a:hover, a:focus {
  text-decoration: none;
}

h1, h2, h3 {
  margin: 0;
}

.blur {
  -webkit-filter: blur(15px);
  filter: blur(15px);
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
}

.blur:after {
  content: '';
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.5;
}

.animated {
  visibility: hidden;
}

section {
  position: relative;
}

.row {
  margin: 0;
}

.row > div {
  padding: 0;
  position: relative;
}

footer {
  background: #000;
}

header * {
  transition: height 0.5s ease, max-width 0.5s, padding 0.5s, background 0.2s, opacity 0.5s, left 0.5s;
  -webkit-transition: height 0.5s ease, max-width 0.5s, padding 0.5s, background 0.2s, opacity 0.5s, left 0.5s;
  -moz-transition: height 0.5s ease, max-width 0.5s, padding 0.5s, background 0.2s, opacity 0.5s, left 0.5s;
  -o-transition: height 0.5s ease, max-width 0.5s, padding 0.5s, background 0.2s, opacity 0.5s, left 0.5s;
  -ms-transition: height 0.5s ease, max-width 0.5s, padding 0.5s, background 0.2s, opacity 0.5s, left 0.5s;
}

header #top {
  width: 100%;
  height: 170px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

@media screen and (max-width: 1400px) {
  header #top {
    height: 130px;
  }
}

@media screen and (max-width: 980px) {
  header #top {
    height: 94px;
  }
}

@media screen and (max-width: 765px) {
  header #top {
    background: #001824;
  }
}

header #top.away {
  left: -388px;
}

@media screen and (max-width: 765px) {
  header #top.away {
    left: -254px;
  }
}

header #top .navbar {
  background: none;
  border-radius: 0;
  border: none;
}

@media screen and (max-width: 980px) {
  header #top .navbar {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 980px) {
  header #top .navbar .navbar-header {
    margin: 24px 18px 0 0;
    width: 65px;
    height: 65px;
  }
}

@media screen and (max-width: 765px) {
  header #top .navbar .navbar-header {
    margin: 8px 2px 0 0;
  }
}

header #top .navbar h3 {
  display: none;
  padding: 23px 0 0 28px;
  font-size: 3.7rem;
  font-weight: 700;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
}

@media screen and (max-width: 1150px) {
  header #top .navbar h3 {
    display: block;
  }
}

header #top .navbar .menu-shadow {
  display: none;
  width: 38px;
  min-height: 667px;
  background: url("/media/images/menu-shadow.png") left top repeat-y;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 10000;
}

@media screen and (max-width: 1150px) {
  header #top .navbar .menu-shadow {
    display: block;
  }
}

header #top .navbar .navbar-collapse {
  height: 100% !important;
  overflow-y: scroll;
  padding: 0;
}

@media screen and (max-width: 1150px) {
  header #top .navbar .navbar-collapse {
    position: absolute;
    right: -388px;
    top: 0;
    width: 388px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #001824;
  }
}

@media screen and (max-width: 765px) {
  header #top .navbar .navbar-collapse {
    width: 254px;
    right: -254px;
  }
}

header #top .navbar button {
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  width: 33px;
  height: 33px;
  border: none;
  padding: 0;
  margin: 30px 30px 0 0;
  border-radius: 0;
  background: url("/media/images/menu-button.png") left center no-repeat;
}

header #top .navbar button.collapsed {
  background-position: right center;
}

@media screen and (max-width: 980px) {
  header #top .navbar button {
    margin: 16px 16px 0 0;
  }
}

header #top .container-fluid {
  max-width: 1810px;
  padding: 0 10px;
}

header #top .logo {
  padding: 44px 0 0;
}

header #top .logo img:last-of-type {
  display: none;
}

@media screen and (max-width: 1400px) {
  header #top .logo {
    max-width: 290px;
    padding: 36px 0 0;
  }
}

@media screen and (max-width: 980px) {
  header #top .logo {
    max-width: 288px;
    float: none !important;
    margin: 0 auto;
    padding: 18px 0 0;
  }
}

@media screen and (max-width: 765px) {
  header #top .logo {
    margin: 0;
    padding-left: 14px;
    max-width: 204px;
  }
  header #top .logo img:first-of-type {
    display: none;
  }
  header #top .logo img:last-of-type {
    display: block;
  }
}

header #top #menu {
  padding: 78px 0 0;
  border: none;
}

@media screen and (max-width: 1400px) {
  header #top #menu {
    padding: 66px 0 0;
  }
}

@media screen and (max-width: 1150px) {
  header #top #menu {
    margin: 22px 0 0;
    padding: 0;
    border-top: 1px solid #000;
  }
}

@media screen and (max-width: 1150px) {
  header #top #menu li {
    border-bottom: 1px solid #000;
  }
}

header #top #menu li a {
  color: #fff;
  background: none !important;
  border: none;
  font-size: 1.6rem;
  padding: 10px 0 14px;
  line-height: 120%;
  text-align: left;
  margin-right: 40px;
  text-align: center;
  border-radius: 0;
}

header #top #menu li a .caret {
  width: 16px;
  height: 10px;
  border: none;
  margin: 0 0 5px 10px;
  background: url("/media/images/sub-menu.png") center top no-repeat;
}

@media screen and (max-width: 1400px) {
  header #top #menu li a {
    font-size: 1.4rem;
    margin-right: 30px;
  }
}

@media screen and (max-width: 1150px) {
  header #top #menu li a {
    margin: 0;
    padding: 14px 0 15px 30px;
    text-align: left;
  }
}

@media screen and (max-width: 980px) {
  header #top #menu li a {
    font-size: 1.6rem;
    padding: 16px 0 16px 30px;
    line-height: 140%;
  }
}

header #top #menu li:last-of-type a {
  margin: 0;
}

header #top #menu li.dropdown-submenu {
  position: relative;
}

@media screen and (max-width: 1150px) {
  header #top #menu li.dropdown-submenu {
    overflow: auto;
  }
}

header #top #menu li.dropdown-submenu:nth-of-type(3) .dropdown-menu li {
  min-width: 324px;
}

@media screen and (max-width: 1150px) {
  header #top #menu li.dropdown-submenu:nth-of-type(3) .dropdown-menu li {
    min-width: inherit;
  }
}

header #top #menu li.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

@media screen and (max-width: 1150px) {
  header #top #menu li.dropdown-submenu:hover .dropdown-menu {
    display: none;
  }
}

header #top #menu li.dropdown-submenu .dropdown-menu {
  background: none;
  border: none;
  box-shadow: none;
  padding: 8px 0 0;
}

@media screen and (max-width: 1150px) {
  header #top #menu li.dropdown-submenu .dropdown-menu {
    position: relative;
    width: 100%;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    padding: 0;
  }
}

header #top #menu li.dropdown-submenu .dropdown-menu li {
  background: #fff;
  margin: 0 0 6px;
  border: 1px solid #ddd;
}

@media screen and (max-width: 1150px) {
  header #top #menu li.dropdown-submenu .dropdown-menu li {
    margin: 0;
    border: none;
    border-top: 1px solid #ddd;
  }
}

@media screen and (max-width: 765px) {
  header #top #menu li.dropdown-submenu .dropdown-menu li {
    display: table;
    height: 45px;
    width: 100%;
  }
}

header #top #menu li.dropdown-submenu .dropdown-menu li a {
  color: #0085C5;
  font-weight: 400;
  text-align: left;
  border: none;
  padding: 0 18px;
  line-height: 45px;
  min-width: 254px;
  margin: 0;
  background: #fff !important;
  white-space: normal;
}

@media screen and (max-width: 1150px) {
  header #top #menu li.dropdown-submenu .dropdown-menu li a {
    padding: 0 12px 0 48px;
  }
}

@media screen and (max-width: 765px) {
  header #top #menu li.dropdown-submenu .dropdown-menu li a {
    width: 100%;
    min-width: inherit;
    padding: 0 12px 0 40px;
    display: table-cell;
    vertical-align: middle;
    line-height: 120%;
  }
}

header #top #menu li.dropdown-submenu .dropdown-menu li:hover a, header #top #menu li.dropdown-submenu .dropdown-menu li.active a {
  background: #ddd !important;
  color: #001824;
}

@media screen and (max-width: 1150px) {
  header #top #menu li.dropdown-submenu .dropdown-menu li:hover a, header #top #menu li.dropdown-submenu .dropdown-menu li.active a {
    color: #0085C5;
    background: #E3E9EA !important;
  }
}

header #top #menu li.dropdown-submenu.active .dropdown-menu li.active {
  background: #ddd;
}

header #top #menu li.dropdown-submenu.active .dropdown-menu li.active a {
  color: #001824;
  font-weight: 900;
}

@media screen and (max-width: 1150px) {
  header #top #menu li.dropdown-submenu.active .dropdown-menu li.active a {
    color: #0085C5;
    background: #E3E9EA !important;
  }
}

header #top #menu li:hover a, header #top #menu li.active a {
  color: #0085C5;
  border-top: 4px solid #0085C5;
  margin-top: -4px;
}

header #top #menu li:hover a .caret, header #top #menu li.active a .caret {
  background: url("/media/images/sub-menu-active.png") center top no-repeat;
}

@media screen and (max-width: 1150px) {
  header #top #menu li:hover a .caret, header #top #menu li.active a .caret {
    background: url("/media/images/sub-menu.png") center top no-repeat;
  }
}

@media screen and (max-width: 1150px) {
  header #top #menu li:hover a, header #top #menu li.active a {
    border: none;
    margin: 0;
    background: #0085C5 !important;
    color: #fff;
  }
}

header #top #menu li.active a {
  font-weight: 900;
}

header #top.scrolled {
  height: 66px;
}

@media screen and (max-width: 980px) {
  header #top.scrolled {
    background: none;
  }
}

@media screen and (max-width: 765px) {
  header #top.scrolled {
    height: 0;
  }
}

header #top.scrolled .logo {
  padding: 12px 0 0;
  overflow: hidden;
}

header #top.scrolled .logo img {
  max-width: 214px;
}

@media screen and (max-width: 980px) {
  header #top.scrolled .logo img {
    opacity: 0;
    display: none;
  }
}

header #top.scrolled .logo .logo-text {
  display: none;
}

@media screen and (max-width: 980px) {
  header #top.scrolled .navbar-header {
    background: url("/media/images/button-tablet.png") center no-repeat;
  }
}

header #top.scrolled .navbar-header button {
  margin: 16px 16px 0 0;
}

header #top.scrolled #menu {
  padding-top: 17px;
}

@media screen and (max-width: 1150px) {
  header #top.scrolled #menu {
    padding: 0;
  }
}

.quick-contact {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  position: fixed;
  right: -243px;
  cursor: pointer;
  top: 222px;
  z-index: 100;
}

@media screen and (max-width: 1400px) {
  .quick-contact {
    top: 274px;
  }
}

@media screen and (max-width: 980px) {
  .quick-contact {
    top: 418px;
  }
}

@media screen and (max-width: 765px) {
  .quick-contact {
    display: none;
  }
}

.quick-contact .quick-info {
  position: absolute;
  top: 13px;
  background: #fff;
  width: 233px;
  height: 232px;
  left: 72px;
}

.quick-contact .quick-info > div:first-of-type {
  background: #ddd url("/media/images/ico-face.png") left top no-repeat;
  font-size: 2.2rem;
  font-family: "Ubuntu", sans-serif;
  color: #202020;
  padding: 24px 0 0 94px;
}

.quick-contact .quick-info > div:first-of-type span.bigger {
  font-size: 3.6rem;
  font-weight: 700;
}

.quick-contact .quick-info > div:last-of-type {
  padding: 18px 18px 0;
}

.quick-contact .quick-info > div:last-of-type span {
  display: block;
  font-weight: 900;
  padding-left: 40px;
  line-height: 31px;
}

.quick-contact .quick-info > div:last-of-type span.phone {
  font-size: 2.4rem;
  background: url("/media/images/ico-phone-white.png") left center no-repeat;
}

.quick-contact .quick-info > div:last-of-type span.mail {
  font-size: 1.4rem;
  margin-top: 14px;
  background: url("/media/images/ico-mail-white.png") left center no-repeat;
}

.quick-contact .quick-info > div:last-of-type span a {
  color: #212121;
}

.quick-contact:hover {
  right: -10px;
}

.button.follow {
  position: fixed;
  bottom: 160px;
  right: 18px;
  padding: 0;
  background: none;
  border: none;
  z-index: 30;
  opacity: 0.5;
  visibility: hidden;
  cursor: pointer;
}

.button.follow.active {
  visibility: visible;
}

.button.follow * {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

@media screen and (max-width: 980px) {
  .button.follow {
    bottom: 14px;
  }
}

@media screen and (max-width: 765px) {
  .button.follow {
    right: 2px;
  }
}

.button.follow:focus {
  outline: none;
}

.button.follow.home {
  bottom: 90px;
}

@media screen and (max-width: 980px) {
  .button.follow.home {
    display: none !important;
  }
}

.button.follow.back {
  bottom: 86px;
}

@media screen and (max-width: 980px) {
  .button.follow.back {
    visibility: visible;
  }
}

@media screen and (max-width: 765px) {
  .button.follow.back {
    bottom: 200px;
  }
}

.button.follow.mobile {
  bottom: 138px;
  display: none;
  font-size: 2.6rem;
}

@media screen and (max-width: 765px) {
  .button.follow.mobile {
    display: block !important;
  }
}

.button.follow.mail {
  bottom: 76px;
  display: none;
}

@media screen and (max-width: 765px) {
  .button.follow.mail {
    display: block !important;
  }
}

.button.follow img {
  position: relative;
  z-index: 10;
  float: right;
}

.button.follow span.overlay {
  overflow: hidden;
  display: block;
  position: absolute;
  right: 24px;
  top: 7px;
  color: #202020;
  height: 52px;
  width: auto;
}

.button.follow span.overlay span {
  font-weight: 900;
  position: relative;
  display: block;
  line-height: 52px;
  height: 52px;
  right: -100%;
  width: 0;
  padding: 0;
  background: #ddd;
  border-top-left-radius: 26px 50%;
  border-bottom-left-radius: 26px 50%;
}

.button.follow.up:hover {
  opacity: 1;
}

.button.follow.up:hover span.overlay span {
  padding: 0 48px 0 36px;
  right: 0;
  min-width: 140px;
}

.button.follow.home:hover {
  opacity: 1;
}

.button.follow.home:hover span.overlay span {
  padding: 0 48px 0 36px;
  right: 0;
  min-width: 180px;
}

.button.follow.mobile.open {
  opacity: 1;
}

.button.follow.mobile.open span.overlay span {
  padding: 0 48px 0 36px;
  right: 0;
  min-width: 240px;
}

.button.follow.mobile.open span.overlay span a {
  color: #1F1F1F;
}

.button.follow.mail.open {
  opacity: 1;
}

.button.follow.mail.open span.overlay span {
  padding: 0 48px 0 36px;
  right: 0;
  min-width: 240px;
}

.button.follow.mail.open span.overlay span a {
  color: #1F1F1F;
}

/* Carousel styles */
@media screen and (max-width: 765px) {
  .carousel {
    margin-top: 94px;
    padding-bottom: 111px;
  }
}

.carousel .deco-line {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
}

.carousel .deco-line span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.carousel .deco-line span:first-child {
  background: url("/media/images/deco-0.png") left top repeat-x;
  background-size: 100%;
}

.carousel .deco-line span:last-child {
  background: url("/media/images/deco-0.png") left top repeat-x;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .carousel .deco-line span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .carousel .deco-line span {
    height: 6px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 980px) {
  .carousel .deco-line {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 20;
    bottom: 0;
  }
  .carousel .deco-line span {
    display: block;
    height: 13px;
    margin-bottom: 13px;
  }
  .carousel .deco-line span:first-child {
    background: #BDBFBE;
    background-size: 100%;
  }
  .carousel .deco-line span:last-child {
    background: #BDBFBE;
    background-size: 100%;
  }
}

@media screen and (max-width: 980px) and (max-width: 1400px) {
  .carousel .deco-line span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) and (max-width: 980px) {
  .carousel .deco-line span {
    height: 6px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 765px) {
  .carousel .owl-stage-outer {
    overflow: visible !important;
  }
}

.carousel .owl-item .owl-caption {
  position: absolute;
  font-size: 5.6rem;
  top: 41%;
  left: 0;
  z-index: 10;
  right: 0;
  margin: auto;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  pointer-events: none;
}

@media screen and (max-width: 1400px) {
  .carousel .owl-item .owl-caption {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 1150px) {
  .carousel .owl-item .owl-caption {
    top: 36%;
  }
}

@media screen and (max-width: 980px) {
  .carousel .owl-item .owl-caption {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 765px) {
  .carousel .owl-item .owl-caption {
    height: 124px;
    bottom: -111px;
    padding-top: 20px;
    top: auto;
    z-index: 100;
    background: url("/media/images/owl-caption.png") center top repeat-x;
    font-size: 2rem;
    line-height: 120%;
  }
}

.carousel .owl-item .owl-caption.small {
  top: 48%;
  font-size: 3.6rem;
  max-width: 740px;
  line-height: 79px;
}

@media screen and (max-width: 1400px) {
  .carousel .owl-item .owl-caption.small {
    font-size: 2.6rem;
    line-height: 51px;
  }
}

@media screen and (max-width: 1150px) {
  .carousel .owl-item .owl-caption.small {
    top: 41%;
  }
}

@media screen and (max-width: 765px) {
  .carousel .owl-item .owl-caption.small {
    font-size: 2rem;
    top: auto;
    line-height: 120%;
  }
}

.carousel .owl-item .owl-caption.small span.offline {
  margin-top: 140px;
}

@media screen and (max-width: 765px) {
  .carousel .owl-item .owl-caption.small span.offline {
    margin-top: 0;
  }
}

.carousel .owl-item .owl-caption.small span:last-of-type {
  color: #1F1F1F;
}

.carousel .owl-item .owl-caption.small img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  width: auto;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  margin: auto;
}

.carousel .owl-item .owl-caption.small img:last-of-type {
  opacity: 0;
}

@media screen and (max-width: 1400px) {
  .carousel .owl-item .owl-caption.small img {
    top: 80px;
    max-width: 64px;
  }
}

@media screen and (max-width: 765px) {
  .carousel .owl-item .owl-caption.small img {
    top: -140px;
  }
}

.carousel .owl-item .owl-caption span {
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 19px;
  padding: 0 14px;
  display: inline-block;
}

@media screen and (max-width: 765px) {
  .carousel .owl-item .owl-caption span {
    background: none;
    margin: 0;
    color: #001824 !important;
  }
}

.carousel .owl-item .owl-caption span:first-of-type {
  color: #1F1F1F;
}

.carousel .owl-item .owl-caption span:nth-of-type(2) {
  color: #84AA00;
}

.carousel .owl-item .owl-caption span:last-of-type {
  color: #0085C5;
  margin: 0;
}

.carousel .owl-item .owl-caption span.animated {
  visibility: visible !important;
}

.carousel .owl-item:hover .owl-caption img {
  opacity: 1 !important;
}

.carousel .owl-prev, .carousel .owl-next {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 51.5%;
  right: 2.2%;
  margin: auto;
  background: url("/media/images/owl-right.png") center no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  opacity: 0.5;
}

.carousel .owl-prev:hover, .carousel .owl-next:hover {
  opacity: 1;
}

.carousel .owl-prev {
  left: 2.2%;
  right: auto;
  background: url("/media/images/owl-left.png") center no-repeat;
  background-size: 100%;
}

.carousel .owl-arrow {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  bottom: 76px;
  z-index: 10;
  animation-iteration-count: infinite;
}

@media screen and (max-width: 980px) {
  .carousel .owl-arrow {
    display: none;
  }
}

.owl-theme {
  max-width: 1920px;
  margin: 0 auto;
}

/* Start-page Styles */
.content-box.n1 {
  background: url("/media/images/content-1.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
  min-height: 1249px;
}

@media screen and (max-width: 1400px) {
  .content-box.n1 {
    min-height: 890px;
  }
}

@media screen and (max-width: 980px) {
  .content-box.n1 {
    background: #BDBFBE url("/media/images/content-1-tablet.jpg") center bottom no-repeat;
    background-size: 100% auto;
  }
}

.content-box.n1 h1 {
  font-size: 7.6rem;
  color: #001824;
  padding: 126px 0 28px 16px;
  text-align: left;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .content-box.n1 h1 {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 980px) {
  .content-box.n1 h1 {
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 765px) {
  .content-box.n1 h1 {
    font-size: 3.6rem;
  }
}

.content-box.n1 h1 span.line {
  display: block;
  position: absolute;
  bottom: 0;
  left: 14px;
  right: auto;
  margin: none;
  width: 135px;
  height: 7px;
  background: #0085C5;
}

@media screen and (max-width: 980px) {
  .content-box.n1 h1 span.line {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 765px) {
  .content-box.n1 h1 span.line {
    height: 5px;
  }
}

@media screen and (max-width: 1400px) {
  .content-box.n1 h1 span.line {
    left: 4px;
  }
}

@media screen and (max-width: 1400px) {
  .content-box.n1 h1 {
    padding: 126px 0 28px 0;
  }
}

@media screen and (max-width: 980px) {
  .content-box.n1 h1 {
    padding: 50px 0 28px 0;
  }
}

@media screen and (max-width: 765px) {
  .content-box.n1 h1 {
    padding: 34px 0 28px;
  }
}

.content-box.n1 .wrapper {
  padding: 0 44px;
}

.content-box.n1 .deco-line {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
}

.content-box.n1 .deco-line span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.content-box.n1 .deco-line span:first-child {
  background: #3F3F3D;
  background-size: 100%;
}

.content-box.n1 .deco-line span:last-child {
  background: #3F3F3D;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .content-box.n1 .deco-line span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .content-box.n1 .deco-line span {
    height: 6px;
    margin-bottom: 6px;
  }
}

.content-box.n2 .trade-ofert h1 {
  line-height: 48px;
}

@media screen and (max-width: 1400px) {
  .content-box.n2 .trade-ofert h1 {
    line-height: 36px;
  }
}

@media screen and (max-width: 765px) {
  .content-box.n2 .trade-ofert h1 {
    padding: 34px 0 18px;
  }
}

.content-box.n2 .trade-ofert .deco-line {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
}

.content-box.n2 .trade-ofert .deco-line span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.content-box.n2 .trade-ofert .deco-line span:first-child {
  background: #1B3B69;
  background-size: 100%;
}

.content-box.n2 .trade-ofert .deco-line span:last-child {
  background: #1B3B69;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .content-box.n2 .trade-ofert .deco-line span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .content-box.n2 .trade-ofert .deco-line span {
    height: 6px;
    margin-bottom: 6px;
  }
}

.content-box.n2 .trade-ofert .row {
  padding: 110px 0 50px;
}

@media screen and (max-width: 1400px) {
  .content-box.n2 .trade-ofert .row {
    padding: 136px 0 50px;
  }
}

@media screen and (max-width: 980px) {
  .content-box.n2 .trade-ofert .row {
    padding: 92px 0 198px;
  }
}

.service-ofert {
  padding: 158px 0 0;
}

@media screen and (max-width: 1400px) {
  .service-ofert {
    padding: 96px 0 0;
  }
}

@media screen and (max-width: 765px) {
  .service-ofert {
    padding: 42px 0 0;
  }
}

.service-ofert h2 {
  font-size: 4.6rem;
  color: none;
  padding: 27px 0 27px 126px;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
}

@media screen and (max-width: 1400px) {
  .service-ofert h2 {
    font-size: 2.6rem;
    line-height: 100%;
  }
}

@media screen and (max-width: 1400px) {
  .service-ofert h2 {
    padding: 15px 0 15px 74px;
  }
}

.service-ofert .row > div:first-child h2 {
  color: #001824;
  background: #fff url("/media/images/promo-1-h2.png") left center no-repeat;
}

@media screen and (max-width: 1400px) {
  .service-ofert .row > div:first-child h2 {
    background-size: 65px 30px;
  }
}

.service-ofert .row > div:nth-child(2) h2 {
  color: #84AA00;
  background: #fff url("/media/images/promo-2-h2.png") left center no-repeat;
}

@media screen and (max-width: 1400px) {
  .service-ofert .row > div:nth-child(2) h2 {
    background-size: 65px 30px;
  }
}

.service-ofert .row > div:last-child h2 {
  color: #0085C5;
  background: #fff url("/media/images/promo-3-h2.png") left center no-repeat;
}

@media screen and (max-width: 1400px) {
  .service-ofert .row > div:last-child h2 {
    background-size: 65px 30px;
  }
}

.trade-ofert {
  background: url("/media/images/content-2.jpg") center top no-repeat;
  position: relative;
  min-height: 1320px;
}

.trade-ofert * {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

@media screen and (max-width: 1400px) {
  .trade-ofert {
    min-height: 940px;
  }
}

@media screen and (max-width: 980px) {
  .trade-ofert {
    min-height: inherit;
    background: #424242 url("/media/images/content-2-tablet.jpg") center bottom no-repeat;
    background-size: 100% auto;
  }
}

.trade-ofert h1 {
  font-size: 7.6rem;
  color: #fff;
  padding: 138px 34px 28px 0;
  text-align: right;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  position: relative;
  line-height: 110%;
}

@media screen and (max-width: 1400px) {
  .trade-ofert h1 {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 980px) {
  .trade-ofert h1 {
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 765px) {
  .trade-ofert h1 {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 1400px) {
  .trade-ofert h1 {
    padding: 74px 34px 20px 0;
  }
}

.trade-ofert h1 span.line {
  display: block;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 32px;
  margin: none;
  width: 135px;
  height: 7px;
  background: #0085C5;
}

@media screen and (max-width: 980px) {
  .trade-ofert h1 span.line {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 765px) {
  .trade-ofert h1 span.line {
    height: 5px;
  }
}

.trade-ofert h1 span.smaller {
  font-size: 2.6rem;
}

@media screen and (max-width: 1400px) {
  .trade-ofert h1 span.smaller {
    font-size: 1.6rem;
  }
}

.trade-ofert .row {
  padding: 154px 0 50px;
}

.trade-ofert .row .promo-box h2 {
  font-size: 4.6rem;
  color: #fff;
  padding: 20px 0 73px 126px;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
}

@media screen and (max-width: 1400px) {
  .trade-ofert .row .promo-box h2 {
    font-size: 2.6rem;
    line-height: 100%;
  }
}

@media screen and (max-width: 1400px) {
  .trade-ofert .row .promo-box h2 {
    padding: 14px 0 40px 70px;
  }
}

.trade-ofert .row .promo-box h2.green {
  background: #84AA00 url("/media/images/promo-4-h2.png") left center no-repeat;
}

@media screen and (max-width: 1400px) {
  .trade-ofert .row .promo-box h2.green {
    background-size: 153px 52px;
  }
}

.trade-ofert .row .promo-box h2.blue {
  background: #0085C5 url("/media/images/promo-4-h2.png") left center no-repeat;
}

@media screen and (max-width: 1400px) {
  .trade-ofert .row .promo-box h2.blue {
    background-size: 153px 52px;
  }
}

.trade-ofert .row .promo-box h2.oxford {
  background: #001824 url("/media/images/promo-4-h2.png") left center no-repeat;
}

@media screen and (max-width: 1400px) {
  .trade-ofert .row .promo-box h2.oxford {
    background-size: 153px 52px;
  }
}

.trade-ofert a.more {
  position: absolute;
  top: auto;
  right: 4.1%;
  bottom: 186px;
  left: auto;
  display: block;
  width: 100%;
  max-width: 506px;
  padding: 26px 0 28px;
  margin: 0;
  border: 2px solid #fff;
  background: none;
  text-align: center;
  font-size: 2.6rem;
  font-family: "Lato", sans-serif;
  color: #fff;
}

.trade-ofert a.more:hover {
  background: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 1400px) {
  .trade-ofert a.more {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 980px) {
  .trade-ofert a.more {
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 1400px) {
  .trade-ofert a.more {
    width: 285px;
    padding: 32px 0;
    bottom: 124px;
  }
}

.promo-box {
  max-width: 535px;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 1400px) {
  .promo-box {
    max-width: 280px;
    padding: 0;
  }
}

@media screen and (max-width: 980px) {
  .promo-box {
    float: none !important;
    padding: 0 0 46px;
  }
}

.promo-box a {
  display: block;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.promo-box a:hover {
  transform: scale(1.14);
  z-index: 10;
}

.content-box.n3 {
  background: #E3E9EA url("/media/images/content-3.jpg") center bottom no-repeat;
  background-size: 100% auto;
  position: relative;
}

.content-box.n3 * {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

@media screen and (max-width: 980px) {
  .content-box.n3 {
    padding-bottom: 547px;
  }
}

@media screen and (max-width: 765px) {
  .content-box.n3 {
    background-size: auto 640px;
    padding-bottom: 508px;
  }
}

.content-box.n3 h1 {
  font-size: 7.6rem;
  color: #000;
  padding: 80px 0 36px;
  text-align: left;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .content-box.n3 h1 {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 980px) {
  .content-box.n3 h1 {
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 765px) {
  .content-box.n3 h1 {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 1400px) {
  .content-box.n3 h1 {
    padding: 26px 0 36px;
  }
}

@media screen and (max-width: 980px) {
  .content-box.n3 h1 {
    padding: 68px 0 36px;
  }
}

.content-box.n3 h1 span.line {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  margin: none;
  width: 135px;
  height: 7px;
  background: #0085C5;
}

@media screen and (max-width: 980px) {
  .content-box.n3 h1 span.line {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 765px) {
  .content-box.n3 h1 span.line {
    height: 5px;
  }
}

.content-box.n3 .we-provide {
  padding: 0 90px 0 60px;
  max-width: 50%;
  height: 100%;
  min-height: 1540px;
  background: url("/media/images/we-provide-bg.png") left top repeat;
}

@media screen and (max-width: 1400px) {
  .content-box.n3 .we-provide {
    padding: 0 12px 0 18px;
    min-height: 1088px;
  }
}

@media screen and (max-width: 980px) {
  .content-box.n3 .we-provide {
    min-height: inherit;
    max-width: 100%;
    background: none;
    padding: 0 54px 0 62px;
  }
}

@media screen and (max-width: 765px) {
  .content-box.n3 .we-provide {
    padding: 0 16px;
  }
}

.content-box.n3 .we-provide ul {
  padding: 74px 0 57px;
  list-style: none;
  font-size: 2.6rem;
  font-weight: 900;
  color: #00131D;
  margin: 0;
}

@media screen and (max-width: 1400px) {
  .content-box.n3 .we-provide ul {
    font-size: 2.5rem;
    padding: 30px 0;
  }
}

@media screen and (max-width: 980px) {
  .content-box.n3 .we-provide ul {
    padding: 58px 0 0;
  }
}

@media screen and (max-width: 765px) {
  .content-box.n3 .we-provide ul {
    font-size: 2rem;
    text-align: center;
  }
}

.content-box.n3 .we-provide ul li {
  padding: 0 0 0 110px;
  margin-bottom: 78px;
  min-height: 51px;
  background: url("/media/images/we-provide-li.png") left center no-repeat;
}

@media screen and (max-width: 1400px) {
  .content-box.n3 .we-provide ul li {
    background-size: 42px 28px;
    padding: 0 0 0 58px;
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 765px) {
  .content-box.n3 .we-provide ul li {
    background: url("/media/images/we-provide-li-mobile.png") center top no-repeat;
    padding: 48px 0 42px;
    margin: 0;
  }
}

.content-box.n3 a {
  position: absolute;
  top: auto;
  right: 12.6%;
  bottom: 200px;
  left: auto;
  display: block;
  width: 100%;
  max-width: 414px;
  padding: 26px 0 25px;
  margin: 0;
  border: none;
  background: #fff;
  text-align: center;
  font-size: 2.6rem;
  font-family: "Lato", sans-serif;
  color: none;
}

.content-box.n3 a:hover {
  background: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1400px) {
  .content-box.n3 a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 980px) {
  .content-box.n3 a {
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 1400px) {
  .content-box.n3 a {
    width: 286px;
    padding: 32px 0 30px;
  }
  .content-box.n3 a img {
    max-width: 200px;
  }
}

@media screen and (max-width: 980px) {
  .content-box.n3 a {
    bottom: 96px;
  }
}

@media screen and (max-width: 765px) {
  .content-box.n3 a {
    bottom: 58px;
  }
}

.content-box.n3 .deco-line {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
}

.content-box.n3 .deco-line span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.content-box.n3 .deco-line span:first-child {
  background: #041F2E;
  background-size: 100%;
}

.content-box.n3 .deco-line span:last-child {
  background: #041F2E;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .content-box.n3 .deco-line span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .content-box.n3 .deco-line span {
    height: 6px;
    margin-bottom: 6px;
  }
}

.content-box.n4 {
  position: relative;
}

.content-box.n4 * {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.content-box.n4 .deco-line {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
}

.content-box.n4 .deco-line span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.content-box.n4 .deco-line span:first-child {
  background: #000;
  background-size: 100%;
}

.content-box.n4 .deco-line span:last-child {
  background: #000;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .content-box.n4 .deco-line span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .content-box.n4 .deco-line span {
    height: 6px;
    margin-bottom: 6px;
  }
}

/* Subpage Styles */
.subpage * {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.subpage .subpage-header {
  height: 574px;
  position: relative;
  background: url("/media/images/subpage-bg.jpg") center top no-repeat;
}

@media screen and (max-width: 1200px) {
  .subpage .subpage-header {
    height: 400px;
    background-size: cover;
  }
}

@media screen and (max-width: 980px) {
  .subpage .subpage-header {
    height: 230px;
  }
}

@media screen and (max-width: 765px) {
  .subpage .subpage-header {
    background: #0085C5;
    height: 192px;
  }
}

.subpage .subpage-header h1 {
  color: #1F1F1F;
  font-size: 5.6rem;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  padding: 0 14px;
  display: block;
  position: absolute;
  top: 300px;
  line-height: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1200px) {
  .subpage .subpage-header h1 {
    top: 200px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .subpage-header h1 {
    font-size: 2.6rem;
    line-height: 37px;
    top: 126px;
  }
}

@media screen and (max-width: 765px) {
  .subpage .subpage-header h1 {
    font-size: 2rem;
    background: none;
    top: 120px;
    line-height: 120%;
    transform: none;
    left: auto;
    text-align: center;
    position: relative;
  }
}

.subpage .subpage-header img {
  right: 41px;
  bottom: 72px;
  position: absolute;
}

@media screen and (max-width: 1200px) {
  .subpage .subpage-header img {
    max-width: 200px;
    bottom: 50px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .subpage-header img {
    max-width: 120px;
    bottom: 40px;
    right: 15px;
  }
}

@media screen and (max-width: 765px) {
  .subpage .subpage-header img {
    display: none;
  }
}

.subpage .deco-line:first-of-type {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  bottom: auto;
  top: -54px;
}

.subpage .deco-line:first-of-type span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage .deco-line:first-of-type span:first-child {
  background: #fff;
  background-size: 100%;
}

.subpage .deco-line:first-of-type span:last-child {
  background: #fff;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage .deco-line:first-of-type span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .deco-line:first-of-type span {
    height: 6px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 1400px) {
  .subpage .deco-line:first-of-type {
    top: -36px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .deco-line:first-of-type {
    top: -24px;
  }
}

.subpage .movie-block {
  position: relative;
}

.subpage .movie-block .row {
  height: 830px;
}

@media screen and (max-width: 1400px) {
  .subpage .movie-block .row {
    height: 600px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .movie-block .row {
    height: 344px;
  }
}

@media screen and (max-width: 765px) {
  .subpage .movie-block .row {
    height: auto;
  }
}

.subpage .movie-block .row > div {
  height: 100%;
}

.subpage .movie-block .row .vid {
  background: #000;
  padding: 30px 47px 122px;
}

@media screen and (max-width: 980px) {
  .subpage .movie-block .row .vid {
    padding: 12px 18px 62px;
  }
}

.subpage .movie-block .row .txt {
  background: #0085C5;
  text-align: center;
  padding: 315px 0 0;
}

@media screen and (max-width: 1400px) {
  .subpage .movie-block .row .txt {
    padding: 232px 0 0;
  }
}

@media screen and (max-width: 980px) {
  .subpage .movie-block .row .txt {
    padding: 122px 0 0;
  }
}

@media screen and (max-width: 765px) {
  .subpage .movie-block .row .txt {
    background: #000;
    padding: 26px 0;
  }
}

.subpage .movie-block .row .movie {
  width: 100%;
  max-width: 866px;
  height: 672px;
  padding: 72px 0;
  background: url("/media/images/movie-bg.png") left top no-repeat, url("/media/images/movie-bg.png") left bottom no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage .movie-block .row .movie {
    height: 500px;
    padding: 30px 0;
  }
}

@media screen and (max-width: 980px) {
  .subpage .movie-block .row .movie {
    height: 270px;
  }
}

@media screen and (max-width: 765px) {
  .subpage .movie-block .row .movie {
    height: 232px;
    padding: 28px 0;
    max-width: 400px;
    margin: 0 auto;
  }
}

.subpage .movie-block .row .movie-caption {
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  padding: 0 0 0 60px;
  font-size: 4.6rem;
  font-weight: 700;
  color: #001824;
  text-align: center;
  line-height: 120%;
  background: url("/media/images/movie-caption-arrow.png") left center no-repeat;
}

@media screen and (max-width: 1400px) {
  .subpage .movie-block .row .movie-caption {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 980px) {
  .subpage .movie-block .row .movie-caption {
    padding: 0 0 0 34px;
  }
}

@media screen and (max-width: 765px) {
  .subpage .movie-block .row .movie-caption {
    font-size: 2rem;
    color: #0085C5;
    padding: 32px 0 0;
    background: url("/media/images/movie-caption-arrow-u.png") center top no-repeat;
  }
}

.subpage .movie-block .row .movie-caption span {
  color: #fff;
}

.subpage .movie-block .deco-line {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
}

.subpage .movie-block .deco-line span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage .movie-block .deco-line span:first-child {
  background: #fff;
  background-size: 100%;
}

.subpage .movie-block .deco-line span:last-child {
  background: #fff;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage .movie-block .deco-line span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .movie-block .deco-line span {
    height: 6px;
    margin-bottom: 6px;
  }
}

.subpage .content-box {
  padding: 54px 0 0;
  background: #fff;
  color: #1F1F1F;
  position: relative;
}

.subpage .content-box h1.left {
  font-size: 7.6rem;
  color: #1F1F1F;
  padding: 0 0 40px;
  text-align: left;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .subpage .content-box h1.left {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 980px) {
  .subpage .content-box h1.left {
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 765px) {
  .subpage .content-box h1.left {
    font-size: 3.6rem;
  }
}

.subpage .content-box h1.left span.line {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  margin: none;
  width: 135px;
  height: 7px;
  background: #0085C5;
}

@media screen and (max-width: 980px) {
  .subpage .content-box h1.left span.line {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 765px) {
  .subpage .content-box h1.left span.line {
    height: 5px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .content-box h1.left {
    padding: 0 0 32px;
  }
}

@media screen and (max-width: 765px) {
  .subpage .content-box h1.left {
    padding: 0 0 22px;
  }
}

.subpage .content-box h1.center {
  font-size: 7.6rem;
  color: #1F1F1F;
  padding: 0 0 40px;
  text-align: center;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .subpage .content-box h1.center {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 980px) {
  .subpage .content-box h1.center {
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 765px) {
  .subpage .content-box h1.center {
    font-size: 3.6rem;
  }
}

.subpage .content-box h1.center span.line {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 135px;
  height: 7px;
  background: #0085C5;
}

@media screen and (max-width: 980px) {
  .subpage .content-box h1.center span.line {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 765px) {
  .subpage .content-box h1.center span.line {
    height: 5px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .content-box h1.center {
    padding: 0 0 32px;
  }
}

@media screen and (max-width: 765px) {
  .subpage .content-box h1.center {
    padding: 0 0 22px;
  }
}

.subpage .content-box h1.right {
  font-size: 7.6rem;
  color: #1F1F1F;
  padding: 0 0 40px;
  text-align: right;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .subpage .content-box h1.right {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 980px) {
  .subpage .content-box h1.right {
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 765px) {
  .subpage .content-box h1.right {
    font-size: 3.6rem;
  }
}

.subpage .content-box h1.right span.line {
  display: block;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  margin: none;
  width: 135px;
  height: 7px;
  background: #0085C5;
}

@media screen and (max-width: 980px) {
  .subpage .content-box h1.right span.line {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 765px) {
  .subpage .content-box h1.right span.line {
    height: 5px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .content-box h1.right {
    padding: 0 0 32px;
  }
}

@media screen and (max-width: 765px) {
  .subpage .content-box h1.right {
    padding: 0 0 22px;
  }
}

.subpage .content-box .row > :nth-child(odd) .position {
  padding-right: 4.2% !important;
}

@media screen and (max-width: 980px) {
  .subpage .content-box .row > :nth-child(odd) .position {
    padding-right: 0 !important;
  }
}

.subpage .content-box .row > :nth-child(even) .position {
  padding-left: 4.2% !important;
}

@media screen and (max-width: 980px) {
  .subpage .content-box .row > :nth-child(even) .position {
    padding-left: 0 !important;
  }
}

.subpage .content-box .row.mixed > :nth-child(odd) {
  float: left;
  clear: left;
}

@media screen and (max-width: 980px) {
  .subpage .content-box .row.mixed > :nth-child(odd) {
    float: none;
  }
}

.subpage .content-box .row.mixed > :nth-child(odd) > .position {
  padding-right: 4.2% !important;
}

@media screen and (max-width: 980px) {
  .subpage .content-box .row.mixed > :nth-child(odd) > .position {
    padding-right: 0 !important;
  }
}

.subpage .content-box .row.mixed > :nth-child(even) {
  float: right;
}

@media screen and (max-width: 980px) {
  .subpage .content-box .row.mixed > :nth-child(even) {
    float: none;
  }
}

.subpage .content-box .row.mixed > :nth-child(even) > .position {
  padding-left: 4.2% !important;
}

@media screen and (max-width: 980px) {
  .subpage .content-box .row.mixed > :nth-child(even) > .position {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 980px) {
  .subpage .content-box .row.mixed > :nth-child(even) {
    float: none;
  }
}

.subpage .content-box .row p {
  font-size: 2rem;
  line-height: 170%;
  padding-right: 13px;
  margin-bottom: 34px;
}

.subpage .content-box .row p span {
  font-weight: 900;
}

@media screen and (max-width: 765px) {
  .subpage .content-box .row p {
    font-size: 1.6rem;
    padding: 0;
  }
}

.subpage .content-box .row .photo {
  padding: 86px 0 0;
}

@media screen and (max-width: 765px) {
  .subpage .content-box .row .photo {
    padding: 48px 0 0;
  }
}

.subpage .content-box .row .double {
  overflow: auto;
}

@media screen and (max-width: 765px) {
  .subpage .content-box .row .double {
    text-align: center;
  }
}

.subpage .content-box .row .double img {
  max-width: 50%;
  float: left;
}

@media screen and (max-width: 765px) {
  .subpage .content-box .row .double img {
    max-width: 100%;
    float: none;
  }
}

.subpage .content-box .row .text-border {
  border: 2px solid #212121;
  padding: 0 10%;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 140%;
  font-family: "Ubuntu", sans-serif;
  position: relative;
}

@media screen and (max-width: 980px) {
  .subpage .content-box .row .text-border {
    margin: 78px 0;
    padding: 0 8%;
  }
}

@media screen and (max-width: 765px) {
  .subpage .content-box .row .text-border {
    font-size: 2rem;
  }
}

.subpage .content-box .row .text-border span {
  display: block;
}

.subpage .why-us > .deco-line:first-of-type {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  top: -52px;
  bottom: auto;
}

.subpage .why-us > .deco-line:first-of-type span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage .why-us > .deco-line:first-of-type span:first-child {
  background: linear-gradient(90deg, #0085C5 50%, #000 50%);
  background-size: 100%;
}

.subpage .why-us > .deco-line:first-of-type span:last-child {
  background: linear-gradient(90deg, #0085C5 50%, #000 50%);
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage .why-us > .deco-line:first-of-type span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .why-us > .deco-line:first-of-type span {
    height: 6px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 1400px) {
  .subpage .why-us > .deco-line:first-of-type {
    top: -36px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .why-us > .deco-line:first-of-type {
    top: -24px;
  }
}

@media screen and (max-width: 765px) {
  .subpage .why-us > .deco-line:first-of-type {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 20;
    bottom: 0;
    bottom: auto;
  }
  .subpage .why-us > .deco-line:first-of-type span {
    display: block;
    height: 13px;
    margin-bottom: 13px;
  }
  .subpage .why-us > .deco-line:first-of-type span:first-child {
    background: #000;
    background-size: 100%;
  }
  .subpage .why-us > .deco-line:first-of-type span:last-child {
    background: #000;
    background-size: 100%;
  }
}

@media screen and (max-width: 765px) and (max-width: 1400px) {
  .subpage .why-us > .deco-line:first-of-type span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 765px) and (max-width: 980px) {
  .subpage .why-us > .deco-line:first-of-type span {
    height: 6px;
    margin-bottom: 6px;
  }
}

.subpage .why-us .movie-block .movie-caption {
  padding: 0 60px 0 0;
  background: url("/media/images/movie-caption-arrow-r.png") right center no-repeat;
}

@media screen and (max-width: 980px) {
  .subpage .why-us .movie-block .movie-caption {
    padding: 0 34px 0 0;
  }
}

@media screen and (max-width: 765px) {
  .subpage .why-us .movie-block .movie-caption {
    padding: 0 0 32px;
    background: url("/media/images/movie-caption-arrow-d.png") center bottom no-repeat;
  }
}

.subpage .why-us .movie-block .deco-line {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
}

.subpage .why-us .movie-block .deco-line span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage .why-us .movie-block .deco-line span:first-child {
  background: #C9CCC3;
  background-size: 100%;
}

.subpage .why-us .movie-block .deco-line span:last-child {
  background: #C9CCC3;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage .why-us .movie-block .deco-line span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .why-us .movie-block .deco-line span {
    height: 6px;
    margin-bottom: 6px;
  }
}

.subpage .why-us .movie-block .deco-line span.transition-one {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  width: 50%;
  background: #EFF0ED;
  right: -50%;
  position: absolute;
}

.subpage .why-us .movie-block .deco-line span.transition-one.line {
  right: 0;
}

@media screen and (max-width: 980px) {
  .subpage .why-us .movie-block .deco-line span.transition-one {
    width: 100%;
    background: #C9CCC3;
  }
}

.subpage .why-us .content-box.n3 {
  background: #C9CCC3 url("/media/images/dm-content-3.jpg") center bottom no-repeat;
  background-size: 100% auto;
  padding: 0;
  position: relative;
}

.subpage .why-us .content-box.n3 * {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

@media screen and (max-width: 765px) {
  .subpage .why-us .content-box.n3 {
    background-size: auto 540px;
  }
}

.subpage .why-us .content-box.n3 h1 {
  font-size: 7.6rem;
  color: #001824;
  padding: 70px 0 40px;
  text-align: right;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .subpage .why-us .content-box.n3 h1 {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 980px) {
  .subpage .why-us .content-box.n3 h1 {
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 765px) {
  .subpage .why-us .content-box.n3 h1 {
    font-size: 3.6rem;
  }
}

.subpage .why-us .content-box.n3 h1 span.line {
  display: block;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  margin: none;
  width: 135px;
  height: 7px;
  background: #0085C5;
}

@media screen and (max-width: 980px) {
  .subpage .why-us .content-box.n3 h1 span.line {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 765px) {
  .subpage .why-us .content-box.n3 h1 span.line {
    height: 5px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .why-us .content-box.n3 h1 {
    padding: 68px 0 36px;
  }
}

@media screen and (max-width: 765px) {
  .subpage .why-us .content-box.n3 h1 {
    padding: 34px 0 28px;
  }
}

.subpage .why-us .content-box.n3 .we-provide {
  float: right;
  clear: both;
  min-height: 1618px;
}

@media screen and (max-width: 980px) {
  .subpage .why-us .content-box.n3 .we-provide {
    min-height: inherit;
    padding-bottom: 548px;
  }
}

@media screen and (max-width: 765px) {
  .subpage .why-us .content-box.n3 .we-provide {
    padding-bottom: 364px;
  }
}

.subpage .why-us .content-box.n3 .we-provide ul li {
  margin-bottom: 42px;
}

.subpage .why-us .parallax .deco-line:first-child {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  bottom: auto;
  top: 13px;
}

.subpage .why-us .parallax .deco-line:first-child span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage .why-us .parallax .deco-line:first-child span:first-child {
  background: #C9CCC3;
  background-size: 100%;
}

.subpage .why-us .parallax .deco-line:first-child span:last-child {
  background: #C9CCC3;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage .why-us .parallax .deco-line:first-child span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .why-us .parallax .deco-line:first-child span {
    height: 6px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 765px) {
  .subpage .why-us .parallax .deco-line:first-child {
    height: 24px;
    top: 6px;
  }
}

.subpage .about-us > .deco-line:first-of-type {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  top: -52px;
  bottom: auto;
}

.subpage .about-us > .deco-line:first-of-type span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage .about-us > .deco-line:first-of-type span:first-child {
  background: linear-gradient(90deg, #000 50%, #0085C5 50%);
  background-size: 100%;
}

.subpage .about-us > .deco-line:first-of-type span:last-child {
  background: linear-gradient(90deg, #000 50%, #0085C5 50%);
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage .about-us > .deco-line:first-of-type span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .about-us > .deco-line:first-of-type span {
    height: 6px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 1400px) {
  .subpage .about-us > .deco-line:first-of-type {
    top: -36px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .about-us > .deco-line:first-of-type {
    top: -24px;
  }
}

@media screen and (max-width: 765px) {
  .subpage .about-us > .deco-line:first-of-type {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 20;
    bottom: 0;
    bottom: auto;
  }
  .subpage .about-us > .deco-line:first-of-type span {
    display: block;
    height: 13px;
    margin-bottom: 13px;
  }
  .subpage .about-us > .deco-line:first-of-type span:first-child {
    background: #000;
    background-size: 100%;
  }
  .subpage .about-us > .deco-line:first-of-type span:last-child {
    background: #000;
    background-size: 100%;
  }
}

@media screen and (max-width: 765px) and (max-width: 1400px) {
  .subpage .about-us > .deco-line:first-of-type span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 765px) and (max-width: 980px) {
  .subpage .about-us > .deco-line:first-of-type span {
    height: 6px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 765px) {
  .subpage .about-us .movie-block .row .vid {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 765px) {
  .subpage .about-us .movie-block .row .txt {
    padding-bottom: 74px;
  }
}

.subpage .about-us .content-box .block {
  padding: 64px 0 150px;
}

@media screen and (max-width: 980px) {
  .subpage .about-us .content-box .block {
    padding: 64px 0 108px;
  }
}

.subpage .about-us .content-box .block .text-border span {
  padding: 206px 0;
}

@media screen and (max-width: 1400px) {
  .subpage .about-us .content-box .block .text-border span {
    padding: 146px 0;
  }
}

@media screen and (max-width: 765px) {
  .subpage .about-us .content-box .block .text-border span {
    padding: 78px 0;
  }
}

.subpage .flat-roofs .content-box .block {
  padding: 64px 0 130px;
}

@media screen and (max-width: 980px) {
  .subpage .flat-roofs .content-box .block {
    padding: 64px 0 84px;
  }
}

.subpage .flat-roofs .content-box .block .row > div:first-of-type .text-border {
  margin: 0 0 70px;
}

.subpage .flat-roofs .content-box .block .row > div:first-of-type .text-border span {
  font-size: 3.6rem;
  padding: 60px 0;
  line-height: 120%;
}

@media screen and (max-width: 1400px) {
  .subpage .flat-roofs .content-box .block .row > div:first-of-type .text-border span {
    padding: 58px 0;
  }
}

@media screen and (max-width: 765px) {
  .subpage .flat-roofs .content-box .block .row > div:first-of-type .text-border span {
    font-size: 2.6rem;
    padding: 46px 0;
  }
}

.subpage .flat-roofs .content-box .block .row > div:first-of-type .text-border span img {
  padding: 0 0 30px;
}

@media screen and (max-width: 765px) {
  .subpage .flat-roofs .content-box .block .row > div:first-of-type .text-border span img {
    max-width: 174px;
    padding: 0 0 16px;
  }
}

.subpage .flat-roofs .content-box .block .row > div:nth-of-type(3) {
  padding: 36px 0 124px;
}

@media screen and (max-width: 980px) {
  .subpage .flat-roofs .content-box .block .row > div:nth-of-type(3) {
    padding: 0 0 68px;
  }
}

.subpage .flat-roofs .content-box .block .row > div:nth-of-type(4) .text-border {
  margin: 162px 0 130px;
}

@media screen and (max-width: 1400px) {
  .subpage .flat-roofs .content-box .block .row > div:nth-of-type(4) .text-border {
    margin: -250px 0 130px;
  }
}

@media screen and (max-width: 1150px) {
  .subpage .flat-roofs .content-box .block .row > div:nth-of-type(4) .text-border {
    margin: -350px 0 130px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .flat-roofs .content-box .block .row > div:nth-of-type(4) .text-border {
    margin: 0 0 94px;
  }
}

.subpage .flat-roofs .content-box .block .row > div:nth-of-type(4) .text-border span {
  padding: 160px 0;
  line-height: 120%;
}

@media screen and (max-width: 1400px) {
  .subpage .flat-roofs .content-box .block .row > div:nth-of-type(4) .text-border span {
    padding: 78px 0;
  }
}

.subpage .flat-roofs .content-box .how-we-work {
  min-height: 930px;
  color: #fff;
  padding: 470px 0 0 44px;
  background: #fff url("/media/images/hww-bg-1.jpg") center bottom no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 1400px) {
  .subpage .flat-roofs .content-box .how-we-work {
    min-height: 760px;
    padding: 400px 0 0 44px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .flat-roofs .content-box .how-we-work {
    min-height: 500px;
    padding: 180px 0 20px 44px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .flat-roofs .content-box .how-we-work {
    min-height: 700px;
    padding: 0;
    color: #001824;
  }
}

@media screen and (max-width: 765px) {
  .subpage .flat-roofs .content-box .how-we-work {
    min-height: 606px;
    padding: 0 0 224px;
  }
}

.subpage .flat-roofs .content-box .how-we-work h1 {
  font-size: 7.6rem;
  color: #fff;
  padding: 0 0 40px;
  text-align: left;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .subpage .flat-roofs .content-box .how-we-work h1 {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 980px) {
  .subpage .flat-roofs .content-box .how-we-work h1 {
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 765px) {
  .subpage .flat-roofs .content-box .how-we-work h1 {
    font-size: 3.6rem;
  }
}

.subpage .flat-roofs .content-box .how-we-work h1 span.line {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  margin: none;
  width: 135px;
  height: 7px;
  background: #0085C5;
}

@media screen and (max-width: 980px) {
  .subpage .flat-roofs .content-box .how-we-work h1 span.line {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 765px) {
  .subpage .flat-roofs .content-box .how-we-work h1 span.line {
    height: 5px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .flat-roofs .content-box .how-we-work h1 {
    color: #001824;
  }
}

.subpage .flat-roofs .content-box .how-we-work p {
  font-size: 2rem;
  line-height: 140%;
  max-width: 865px;
  padding: 38px 0 0;
  margin: 0 0 26px;
}

.subpage .flat-roofs .content-box .how-we-work p span {
  font-weight: 900;
}

@media screen and (max-width: 765px) {
  .subpage .flat-roofs .content-box .how-we-work p {
    font-size: 1.6rem;
  }
}

.subpage .flat-roofs .content-box .how-we-work p:last-child {
  padding: 0;
  margin: 0;
}

.subpage .flat-roofs .parallax .deco-line:first-child {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  bottom: auto;
  top: 13px;
}

.subpage .flat-roofs .parallax .deco-line:first-child span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage .flat-roofs .parallax .deco-line:first-child span:first-child {
  background: url("/media/images/deco-1.jpg") center top no-repeat;
  background-size: 100%;
}

.subpage .flat-roofs .parallax .deco-line:first-child span:last-child {
  background: url("/media/images/deco-2.jpg") center top no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage .flat-roofs .parallax .deco-line:first-child span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .flat-roofs .parallax .deco-line:first-child span {
    height: 6px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .flat-roofs .parallax .deco-line:first-child {
    top: 9px;
  }
}

@media screen and (max-width: 1400px) {
  .subpage .flat-roofs .parallax .deco-line:first-child span {
    background-size: 100% 100% !important;
  }
}

.subpage .roofs-green-terrace .content-box .row {
  padding: 0;
}

.subpage .roofs-green-terrace .content-box .row > div:nth-of-type(1) .position {
  padding: 64px 0 0;
}

.subpage .roofs-green-terrace .content-box .row > div:nth-of-type(2) .position {
  padding: 64px 0 0;
  background: url("/media/images/photo-9.jpg") right top no-repeat;
}

@media screen and (max-width: 765px) {
  .subpage .roofs-green-terrace .content-box .row > div:nth-of-type(2) .position {
    background: none;
  }
}

.subpage .roofs-green-terrace .content-box .row > div:nth-of-type(2) .position .text-border {
  font-size: 3.6rem;
  line-height: 120%;
  margin: 0 0 70px;
}

@media screen and (max-width: 980px) {
  .subpage .roofs-green-terrace .content-box .row > div:nth-of-type(2) .position .text-border {
    font-size: 2.6rem;
  }
}

.subpage .roofs-green-terrace .content-box .row > div:nth-of-type(2) .position .text-border span {
  padding: 64px 0;
}

.subpage .roofs-green-terrace .content-box .row > div:nth-of-type(2) .position .text-border span img {
  padding: 0 0 30px;
}

.subpage .roofs-green-terrace .content-box .row > div:nth-of-type(3) {
  padding: 110px 0 0;
}

@media screen and (max-width: 980px) {
  .subpage .roofs-green-terrace .content-box .row > div:nth-of-type(3) {
    padding: 0;
  }
}

.subpage .roofs-green-terrace .content-box .row > div:nth-of-type(4) .position {
  padding: 156px 0 68px;
  background: url("/media/images/photo-10.jpg") left bottom no-repeat;
}

@media screen and (max-width: 980px) {
  .subpage .roofs-green-terrace .content-box .row > div:nth-of-type(4) .position {
    padding: 156px 0 86px;
  }
}

@media screen and (max-width: 765px) {
  .subpage .roofs-green-terrace .content-box .row > div:nth-of-type(4) .position {
    background: none;
    padding: 64px 0;
  }
}

.subpage .roofs-green-terrace .content-box .row > div:nth-of-type(4) .position .text-border {
  border-color: #3D631C;
  font-size: 3.6rem;
  line-height: 120%;
  margin: 0;
  color: #fff;
  background: url("/media/images/photo-11.jpg") right center no-repeat;
  overflow: auto;
  padding: 0 4% 0 10%;
}

@media screen and (max-width: 1200px) {
  .subpage .roofs-green-terrace .content-box .row > div:nth-of-type(4) .position .text-border {
    padding: 0 3%;
  }
}

@media screen and (max-width: 980px) {
  .subpage .roofs-green-terrace .content-box .row > div:nth-of-type(4) .position .text-border {
    font-size: 2.6rem;
    padding: 0 4%;
    background-size: 50% 100%;
  }
}

@media screen and (max-width: 765px) {
  .subpage .roofs-green-terrace .content-box .row > div:nth-of-type(4) .position .text-border {
    background-size: cover;
    padding: 0 10%;
  }
}

.subpage .roofs-green-terrace .content-box .row > div:nth-of-type(4) .position .text-border span {
  padding: 120px 0;
  float: right;
  display: block;
  text-shadow: 3px 3px 10px #000;
}

@media screen and (max-width: 1200px) {
  .subpage .roofs-green-terrace .content-box .row > div:nth-of-type(4) .position .text-border span {
    padding: 80px 0;
  }
}

@media screen and (max-width: 765px) {
  .subpage .roofs-green-terrace .content-box .row > div:nth-of-type(4) .position .text-border span {
    float: none;
  }
}

.subpage .roofs-green-terrace .content-box .how-we-work {
  min-height: 1344px;
  padding: 0;
  background: #fff url("/media/images/hww-bg-2.jpg") center bottom no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 1200px) {
  .subpage .roofs-green-terrace .content-box .how-we-work {
    min-height: 1100px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .roofs-green-terrace .content-box .how-we-work {
    min-height: inherit;
    padding-bottom: 400px;
  }
}

@media screen and (max-width: 765px) {
  .subpage .roofs-green-terrace .content-box .how-we-work {
    padding-bottom: 260px;
  }
}

.subpage .roofs-green-terrace .content-box .how-we-work h1 {
  font-size: 7.6rem;
  color: #1F1F1F;
  padding: 0 0 40px;
  text-align: right;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .subpage .roofs-green-terrace .content-box .how-we-work h1 {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 980px) {
  .subpage .roofs-green-terrace .content-box .how-we-work h1 {
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 765px) {
  .subpage .roofs-green-terrace .content-box .how-we-work h1 {
    font-size: 3.6rem;
  }
}

.subpage .roofs-green-terrace .content-box .how-we-work h1 span.line {
  display: block;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  margin: none;
  width: 135px;
  height: 7px;
  background: #0085C5;
}

@media screen and (max-width: 980px) {
  .subpage .roofs-green-terrace .content-box .how-we-work h1 span.line {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 765px) {
  .subpage .roofs-green-terrace .content-box .how-we-work h1 span.line {
    height: 5px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .roofs-green-terrace .content-box .how-we-work h1 {
    padding: 0 0 32px;
  }
}

.subpage .roofs-green-terrace .content-box .how-we-work .row > div:nth-of-type(1) p {
  padding-right: 4.2%;
}

@media screen and (max-width: 980px) {
  .subpage .roofs-green-terrace .content-box .how-we-work .row > div:nth-of-type(1) p {
    padding-right: 0;
  }
}

.subpage .roofs-green-terrace .content-box .how-we-work .row > div:nth-of-type(2) p {
  padding-left: 4.2%;
}

@media screen and (max-width: 980px) {
  .subpage .roofs-green-terrace .content-box .how-we-work .row > div:nth-of-type(2) p {
    padding-left: 0;
  }
}

.subpage .roofs-green-terrace .content-box .how-we-work p {
  font-size: 2rem;
  line-height: 140%;
  padding: 38px 0 0;
  margin: 0 0 26px;
}

@media screen and (max-width: 765px) {
  .subpage .roofs-green-terrace .content-box .how-we-work p {
    font-size: 1.6rem;
  }
}

.subpage .roofs-green-terrace .content-box .how-we-work p span {
  font-weight: 900;
}

.subpage .roofs-green-terrace .content-box .how-we-work p:last-child {
  padding: 0;
  margin: 0;
}

.subpage .roofs-green-terrace .parallax .deco-line:first-child {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  bottom: auto;
  top: 13px;
}

.subpage .roofs-green-terrace .parallax .deco-line:first-child span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage .roofs-green-terrace .parallax .deco-line:first-child span:first-child {
  background: url("/media/images/deco-3.jpg") center top no-repeat;
  background-size: 100%;
}

.subpage .roofs-green-terrace .parallax .deco-line:first-child span:last-child {
  background: url("/media/images/deco-4.jpg") center top no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage .roofs-green-terrace .parallax .deco-line:first-child span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .roofs-green-terrace .parallax .deco-line:first-child span {
    height: 6px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 1400px) {
  .subpage .roofs-green-terrace .parallax .deco-line:first-child {
    top: 9px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .roofs-green-terrace .parallax .deco-line:first-child span {
    background-size: auto 100% !important;
  }
}

.subpage .roofs-renovation .content-box .block {
  padding: 64px 0 0;
}

@media screen and (max-width: 980px) {
  .subpage .roofs-renovation .content-box .block .row > div:nth-of-type(1) .position {
    padding-bottom: 34px;
  }
}

.subpage .roofs-renovation .content-box .block .row > div:nth-of-type(1) .position .text-border {
  font-size: 3.6rem;
  line-height: 120%;
  margin: 0 0 50px;
}

@media screen and (max-width: 980px) {
  .subpage .roofs-renovation .content-box .block .row > div:nth-of-type(1) .position .text-border {
    font-size: 2.6rem;
  }
}

.subpage .roofs-renovation .content-box .block .row > div:nth-of-type(1) .position .text-border span {
  padding: 64px 0;
}

.subpage .roofs-renovation .content-box .block .row > div:nth-of-type(1) .position .text-border span img {
  padding: 0 0 30px;
}

.subpage .roofs-renovation .content-box .block .row > div:nth-of-type(3) .position {
  padding: 74px 0 0;
}

@media screen and (max-width: 980px) {
  .subpage .roofs-renovation .content-box .block .row > div:nth-of-type(3) .position {
    padding: 64px 0;
  }
}

.subpage .roofs-renovation .content-box .block .row > div:nth-of-type(4) .position {
  padding: 84px 0 0;
}

@media screen and (max-width: 1400px) {
  .subpage .roofs-renovation .content-box .block .row > div:nth-of-type(4) .position {
    padding: 0;
    margin-top: -140px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .roofs-renovation .content-box .block .row > div:nth-of-type(4) .position {
    margin-top: -450px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .roofs-renovation .content-box .block .row > div:nth-of-type(4) .position {
    margin: 0;
  }
}

.subpage .roofs-renovation .content-box .block .row > div:nth-of-type(4) .position .text-border {
  margin: 0;
}

.subpage .roofs-renovation .content-box .block .row > div:nth-of-type(4) .position .text-border span {
  padding: 90px 0;
}

.subpage .roofs-renovation .how-we-work {
  min-height: 1506px;
  padding: 0;
  background: #fff url("/media/images/hww-bg-3.jpg") center bottom no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 1400px) {
  .subpage .roofs-renovation .how-we-work {
    min-height: inherit;
    padding-bottom: 600px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .roofs-renovation .how-we-work {
    padding-bottom: 460px;
  }
}

@media screen and (max-width: 765px) {
  .subpage .roofs-renovation .how-we-work {
    padding-bottom: 260px;
  }
}

.subpage .roofs-renovation .how-we-work h1 {
  font-size: 7.6rem;
  color: #1F1F1F;
  padding: 130px 0 40px;
  text-align: left;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .subpage .roofs-renovation .how-we-work h1 {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 980px) {
  .subpage .roofs-renovation .how-we-work h1 {
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 765px) {
  .subpage .roofs-renovation .how-we-work h1 {
    font-size: 3.6rem;
  }
}

.subpage .roofs-renovation .how-we-work h1 span.line {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  margin: none;
  width: 135px;
  height: 7px;
  background: #0085C5;
}

@media screen and (max-width: 980px) {
  .subpage .roofs-renovation .how-we-work h1 span.line {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 765px) {
  .subpage .roofs-renovation .how-we-work h1 span.line {
    height: 5px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .roofs-renovation .how-we-work h1 {
    padding: 84px 0 32px;
  }
}

.subpage .roofs-renovation .how-we-work p {
  font-size: 2rem;
  line-height: 140%;
  padding: 38px 0 0;
  margin: 0 0 26px;
}

@media screen and (max-width: 765px) {
  .subpage .roofs-renovation .how-we-work p {
    font-size: 1.6rem;
  }
}

.subpage .roofs-renovation .how-we-work p span {
  font-weight: 900;
}

.subpage .roofs-renovation .how-we-work p:last-child {
  padding: 0;
  margin: 0;
}

.subpage .roofs-renovation .parallax .deco-line:first-child {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  bottom: auto;
  top: 13px;
}

.subpage .roofs-renovation .parallax .deco-line:first-child span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage .roofs-renovation .parallax .deco-line:first-child span:first-child {
  background: url("/media/images/deco-5.jpg") center top no-repeat;
  background-size: 100%;
}

.subpage .roofs-renovation .parallax .deco-line:first-child span:last-child {
  background: url("/media/images/deco-6.jpg") center top no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage .roofs-renovation .parallax .deco-line:first-child span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .roofs-renovation .parallax .deco-line:first-child span {
    height: 6px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 1400px) {
  .subpage .roofs-renovation .parallax .deco-line:first-child {
    top: 9px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .roofs-renovation .parallax .deco-line:first-child span {
    background-size: auto 100% !important;
  }
}

.subpage .distribution-vedag .content-box .block {
  padding: 64px 0 108px;
}

@media screen and (max-width: 980px) {
  .subpage .distribution-vedag .content-box .row > div:nth-of-type(1) .position {
    padding-bottom: 64px;
  }
}

.subpage .distribution-vedag .content-box .row > div:nth-of-type(1) .position .text-border {
  position: relative;
  font-size: 3.6rem;
  line-height: 170%;
  margin: 0 0 70px;
}

@media screen and (max-width: 765px) {
  .subpage .distribution-vedag .content-box .row > div:nth-of-type(1) .position .text-border {
    font-size: 2.6rem;
  }
}

.subpage .distribution-vedag .content-box .row > div:nth-of-type(1) .position .text-border span {
  padding: 64px 0;
}

.subpage .distribution-vedag .content-box .row > div:nth-of-type(1) .position .text-border img {
  display: inline-block;
  padding-left: 16px;
}

@media screen and (max-width: 1200px) {
  .subpage .distribution-vedag .content-box .row > div:nth-of-type(1) .position .text-border img {
    max-width: 240px;
  }
}

@media screen and (max-width: 765px) {
  .subpage .distribution-vedag .content-box .row > div:nth-of-type(1) .position .text-border img {
    max-width: 220px;
    padding: 10px 0 0;
  }
}

.subpage .distribution-vedag .content-box .row > div:nth-of-type(2) .text-center {
  margin-top: 48px;
}

.subpage .distribution-vedag .content-box .deco-line {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
}

.subpage .distribution-vedag .content-box .deco-line span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage .distribution-vedag .content-box .deco-line span:first-child {
  background: #3F3F3D;
  background-size: 100%;
}

.subpage .distribution-vedag .content-box .deco-line span:last-child {
  background: #3F3F3D;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage .distribution-vedag .content-box .deco-line span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .distribution-vedag .content-box .deco-line span {
    height: 6px;
    margin-bottom: 6px;
  }
}

.subpage .distribution-vedag .trade-ofert {
  min-height: 1268px;
}

@media screen and (max-width: 1400px) {
  .subpage .distribution-vedag .trade-ofert {
    min-height: inherit;
  }
}

@media screen and (max-width: 765px) {
  .subpage .distribution-vedag .trade-ofert .row {
    padding: 92px 0 0;
  }
}

.subpage .distribution-vedag .trade-ofert h1 {
  font-size: 7.6rem;
  color: #fff;
  padding: 124px 0 56px;
  text-align: center;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .subpage .distribution-vedag .trade-ofert h1 {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 980px) {
  .subpage .distribution-vedag .trade-ofert h1 {
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 765px) {
  .subpage .distribution-vedag .trade-ofert h1 {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 980px) {
  .subpage .distribution-vedag .trade-ofert h1 {
    padding: 74px 0 32px;
  }
}

.subpage .distribution-vedag .trade-ofert h1 span.line {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 135px;
  height: 7px;
  background: #0085C5;
}

@media screen and (max-width: 980px) {
  .subpage .distribution-vedag .trade-ofert h1 span.line {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 765px) {
  .subpage .distribution-vedag .trade-ofert h1 span.line {
    height: 5px;
  }
}

.subpage .distribution-vedag .parallax .deco-line:first-child {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  bottom: auto;
  top: 13px;
}

.subpage .distribution-vedag .parallax .deco-line:first-child span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage .distribution-vedag .parallax .deco-line:first-child span:first-child {
  background: url("/media/images/deco-7.jpg") center top no-repeat;
  background-size: 100%;
}

.subpage .distribution-vedag .parallax .deco-line:first-child span:last-child {
  background: url("/media/images/deco-8.jpg") center top no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage .distribution-vedag .parallax .deco-line:first-child span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .distribution-vedag .parallax .deco-line:first-child span {
    height: 6px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 1400px) {
  .subpage .distribution-vedag .parallax .deco-line:first-child {
    top: 9px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .distribution-vedag .parallax .deco-line:first-child span {
    background-size: auto 100% !important;
  }
}

.subpage .green-roofs .content-box .block {
  padding: 64px 0 78px;
}

.subpage .green-roofs .content-box .block .row > div:nth-of-type(2) .position {
  padding: 0 0 88px;
}

@media screen and (max-width: 765px) {
  .subpage .green-roofs .content-box .block .row > div:nth-of-type(2) .position {
    padding: 0 0 64px;
  }
}

.subpage .green-roofs .content-box .block .row > div:nth-of-type(2) .position .text-center {
  padding: 0 0 88px;
}

@media screen and (max-width: 980px) {
  .subpage .green-roofs .content-box .block .row > div:nth-of-type(2) .position .text-center {
    padding: 160px 0;
  }
}

@media screen and (max-width: 765px) {
  .subpage .green-roofs .content-box .block .row > div:nth-of-type(2) .position .text-center {
    padding: 64px 0 32px;
  }
}

.subpage .green-roofs .content-box .deco-line {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
}

.subpage .green-roofs .content-box .deco-line span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage .green-roofs .content-box .deco-line span:first-child {
  background: #3F3F3D;
  background-size: 100%;
}

.subpage .green-roofs .content-box .deco-line span:last-child {
  background: #3F3F3D;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage .green-roofs .content-box .deco-line span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .green-roofs .content-box .deco-line span {
    height: 6px;
    margin-bottom: 6px;
  }
}

.subpage .green-roofs .trade-ofert {
  min-height: 1054px;
}

@media screen and (max-width: 1400px) {
  .subpage .green-roofs .trade-ofert {
    min-height: inherit;
    background-size: cover;
  }
}

@media screen and (max-width: 980px) {
  .subpage .green-roofs .trade-ofert {
    background-size: 100% auto;
  }
}

.subpage .green-roofs .trade-ofert h1 {
  font-size: 7.6rem;
  color: #fff;
  padding: 84px 0 40px;
  text-align: center;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .subpage .green-roofs .trade-ofert h1 {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 980px) {
  .subpage .green-roofs .trade-ofert h1 {
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 765px) {
  .subpage .green-roofs .trade-ofert h1 {
    font-size: 3.6rem;
  }
}

.subpage .green-roofs .trade-ofert h1 span.line {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 135px;
  height: 7px;
  background: #0085C5;
}

@media screen and (max-width: 980px) {
  .subpage .green-roofs .trade-ofert h1 span.line {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 765px) {
  .subpage .green-roofs .trade-ofert h1 span.line {
    height: 5px;
  }
}

.subpage .green-roofs .trade-ofert .row {
  padding: 110px 0 50px;
  max-width: 1264px;
  margin: 0 auto;
}

.subpage .green-roofs .parallax .deco-line:first-child {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  bottom: auto;
  top: 13px;
}

.subpage .green-roofs .parallax .deco-line:first-child span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage .green-roofs .parallax .deco-line:first-child span:first-child {
  background: url("/media/images/deco-7.jpg") center top no-repeat;
  background-size: 100%;
}

.subpage .green-roofs .parallax .deco-line:first-child span:last-child {
  background: url("/media/images/deco-8.jpg") center top no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage .green-roofs .parallax .deco-line:first-child span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .green-roofs .parallax .deco-line:first-child span {
    height: 6px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 1400px) {
  .subpage .green-roofs .parallax .deco-line:first-child {
    top: 9px;
  }
}

.subpage .green-roofs .parallax .deco-line:first-child span {
  background-size: 100% 100% !important;
}

.subpage .hydroisolation .content-box .deco-line {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
}

.subpage .hydroisolation .content-box .deco-line span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage .hydroisolation .content-box .deco-line span:first-child {
  background: #3F3F3D;
  background-size: 100%;
}

.subpage .hydroisolation .content-box .deco-line span:last-child {
  background: #3F3F3D;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage .hydroisolation .content-box .deco-line span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .hydroisolation .content-box .deco-line span {
    height: 6px;
    margin-bottom: 6px;
  }
}

.subpage .hydroisolation .content-box .block {
  padding: 64px 0 266px;
}

@media screen and (max-width: 1200px) {
  .subpage .hydroisolation .content-box .block {
    padding: 64px 0 128px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .hydroisolation .content-box .block .position {
    padding: 0 !important;
  }
}

.subpage .hydroisolation .content-box .block > .row:nth-of-type(2) {
  padding: 162px 0 236px;
}

@media screen and (max-width: 1200px) {
  .subpage .hydroisolation .content-box .block > .row:nth-of-type(2) {
    padding: 0;
  }
}

.subpage .hydroisolation .content-box .block > .row:last-of-type .position .product-list.last {
  padding: 192px 0 0;
}

@media screen and (max-width: 1200px) {
  .subpage .hydroisolation .content-box .block > .row:last-of-type .position .product-list.last {
    padding: 0;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .hydroisolation .product-list {
    padding: 64px 0;
  }
}

@media screen and (max-width: 765px) {
  .subpage .hydroisolation .product-list {
    padding: 32px 0;
  }
}

.subpage .hydroisolation .product-list .product-item figure {
  height: 200px;
}

.subpage .hydroisolation .trade-ofert {
  min-height: 1054px;
}

@media screen and (max-width: 1400px) {
  .subpage .hydroisolation .trade-ofert {
    min-height: inherit;
    background-size: cover;
  }
}

@media screen and (max-width: 980px) {
  .subpage .hydroisolation .trade-ofert {
    background-size: 100% auto;
  }
}

.subpage .hydroisolation .trade-ofert h1 {
  font-size: 7.6rem;
  color: #fff;
  padding: 84px 0 40px;
  text-align: center;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .subpage .hydroisolation .trade-ofert h1 {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 980px) {
  .subpage .hydroisolation .trade-ofert h1 {
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 765px) {
  .subpage .hydroisolation .trade-ofert h1 {
    font-size: 3.6rem;
  }
}

.subpage .hydroisolation .trade-ofert h1 span.line {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 135px;
  height: 7px;
  background: #0085C5;
}

@media screen and (max-width: 980px) {
  .subpage .hydroisolation .trade-ofert h1 span.line {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 765px) {
  .subpage .hydroisolation .trade-ofert h1 span.line {
    height: 5px;
  }
}

.subpage .hydroisolation .trade-ofert .row {
  padding: 110px 0 50px;
  max-width: 1264px;
  margin: 0 auto;
}

.subpage .hydroisolation .parallax .deco-line:first-child {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  bottom: auto;
  top: 13px;
}

.subpage .hydroisolation .parallax .deco-line:first-child span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage .hydroisolation .parallax .deco-line:first-child span:first-child {
  background: url("/media/images/deco-7.jpg") center top no-repeat;
  background-size: 100%;
}

.subpage .hydroisolation .parallax .deco-line:first-child span:last-child {
  background: url("/media/images/deco-8.jpg") center top no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage .hydroisolation .parallax .deco-line:first-child span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .hydroisolation .parallax .deco-line:first-child span {
    height: 6px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 1400px) {
  .subpage .hydroisolation .parallax .deco-line:first-child {
    top: 9px;
  }
}

.subpage .hydroisolation .parallax .deco-line:first-child span {
  background-size: 100% 100% !important;
}

.subpage .accessories .content-box .deco-line {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
}

.subpage .accessories .content-box .deco-line span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage .accessories .content-box .deco-line span:first-child {
  background: #3F3F3D;
  background-size: 100%;
}

.subpage .accessories .content-box .deco-line span:last-child {
  background: #3F3F3D;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage .accessories .content-box .deco-line span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .accessories .content-box .deco-line span {
    height: 6px;
    margin-bottom: 6px;
  }
}

.subpage .accessories .content-box .block {
  padding: 64px 0 266px;
}

@media screen and (max-width: 1200px) {
  .subpage .accessories .content-box .block {
    padding: 0 0 128px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .accessories .content-box .block .position {
    padding: 0 !important;
  }
}

.subpage .accessories .content-box .block > .row:first-of-type {
  padding: 0 0 162px;
}

@media screen and (max-width: 1200px) {
  .subpage .accessories .content-box .block > .row:first-of-type {
    padding: 0;
  }
}

.subpage .accessories .content-box .block > .row:nth-of-type(2) {
  padding: 0;
}

@media screen and (max-width: 1200px) {
  .subpage .accessories .product-list {
    padding: 64px 0;
  }
}

@media screen and (max-width: 765px) {
  .subpage .accessories .product-list {
    padding: 32px 0;
  }
}

.subpage .accessories .product-list .product-item figure {
  height: 200px;
}

.subpage .accessories .trade-ofert {
  min-height: 1054px;
}

@media screen and (max-width: 1400px) {
  .subpage .accessories .trade-ofert {
    min-height: inherit;
    background-size: cover;
  }
}

@media screen and (max-width: 980px) {
  .subpage .accessories .trade-ofert {
    background-size: 100% auto;
  }
}

.subpage .accessories .trade-ofert h1 {
  font-size: 7.6rem;
  color: #fff;
  padding: 84px 0 40px;
  text-align: center;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .subpage .accessories .trade-ofert h1 {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 980px) {
  .subpage .accessories .trade-ofert h1 {
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 765px) {
  .subpage .accessories .trade-ofert h1 {
    font-size: 3.6rem;
  }
}

.subpage .accessories .trade-ofert h1 span.line {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 135px;
  height: 7px;
  background: #0085C5;
}

@media screen and (max-width: 980px) {
  .subpage .accessories .trade-ofert h1 span.line {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 765px) {
  .subpage .accessories .trade-ofert h1 span.line {
    height: 5px;
  }
}

.subpage .accessories .trade-ofert .row {
  padding: 110px 0 50px;
  max-width: 1264px;
  margin: 0 auto;
}

.subpage .accessories .parallax .deco-line:first-child {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  bottom: auto;
  top: 13px;
}

.subpage .accessories .parallax .deco-line:first-child span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage .accessories .parallax .deco-line:first-child span:first-child {
  background: url("/media/images/deco-7.jpg") center top no-repeat;
  background-size: 100%;
}

.subpage .accessories .parallax .deco-line:first-child span:last-child {
  background: url("/media/images/deco-8.jpg") center top no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage .accessories .parallax .deco-line:first-child span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .accessories .parallax .deco-line:first-child span {
    height: 6px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 1400px) {
  .subpage .accessories .parallax .deco-line:first-child {
    top: 9px;
  }
}

.subpage .accessories .parallax .deco-line:first-child span {
  background-size: 100% 100% !important;
}

.subpage .reference .content-box .block {
  padding: 90px 0 190px;
}

@media screen and (max-width: 1200px) {
  .subpage .reference .content-box .block {
    padding-bottom: 64px;
  }
}

.subpage .reference .content-box .block .row {
  padding-bottom: 124px;
}

@media screen and (max-width: 1200px) {
  .subpage .reference .content-box .block .row {
    padding: 0;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .reference .content-box .block .row > div {
    padding-bottom: 78px;
  }
}

.subpage .reference .content-box .row:last-child {
  padding-bottom: 0;
}

.subpage .reference .content-box a {
  display: block;
}

.subpage .reference .content-box a .company {
  height: 180px;
  position: relative;
  text-align: center;
}

.subpage .reference .content-box a .company img, .subpage .reference .content-box a .company span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

.subpage .reference .content-box a .company img:first-child, .subpage .reference .content-box a .company span:first-child {
  opacity: 0;
}

.subpage .reference .content-box a .company img:last-child, .subpage .reference .content-box a .company span:last-child {
  opacity: 1;
}

.subpage .reference .content-box a .company span {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  font-family: "Ubuntu", sans-serif;
  color: #bbb;
  font-size: 2.6rem;
  font-weight: 700;
  padding: 60px 0 0;
}

.subpage .reference .content-box a:hover .company span {
  color: #1F1F1F;
}

.subpage .reference .content-box a:hover .company img:first-child {
  opacity: 1;
}

.subpage .reference .content-box a:hover .company img:last-child {
  opacity: 0;
}

.subpage .reference .content-box a:hover button {
  background: #ddd;
}

.subpage .reference .content-box a button {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
  width: 100%;
  max-width: 414px;
  padding: 24px 0 25px;
  margin: 40px auto 0;
  border: 2px solid #212121;
  background: none;
  text-align: center;
  font-size: 2.6rem;
  font-family: "Lato", sans-serif;
  color: #1F1F1F;
}

.subpage .reference .content-box a button:hover {
  background: #ddd;
}

@media screen and (max-width: 1400px) {
  .subpage .reference .content-box a button {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 980px) {
  .subpage .reference .content-box a button {
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 980px) {
  .subpage .reference .content-box a button {
    width: 286px;
  }
}

.subpage .recommendation .block {
  max-width: 1150px;
  padding: 118px 0 0;
  margin: 0 auto;
  text-align: center;
}

.subpage .recommendation .block .reco-item {
  position: relative;
  border: 2px solid #212121;
  margin-bottom: 212px;
  padding: 156px 8% 86px;
  font-size: 2rem;
  color: #777;
}

@media screen and (max-width: 980px) {
  .subpage .recommendation .block .reco-item {
    margin-bottom: 126px;
  }
}

@media screen and (max-width: 765px) {
  .subpage .recommendation .block .reco-item {
    font-size: 1.6rem;
    padding: 112px 8% 138px;
  }
}

.subpage .recommendation .block .reco-item p {
  color: #1F1F1F;
  padding: 0;
  font-size: 2.6rem;
  font-family: "Ubuntu", sans-serif;
  line-height: 140%;
  font-style: italic;
  font-weight: 700;
}

@media screen and (max-width: 765px) {
  .subpage .recommendation .block .reco-item p {
    font-size: 2rem;
  }
}

.subpage .recommendation .block .reco-item img {
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  padding: 0 30px;
}

.subpage .recommendation .block .reco-item span {
  font-weight: 900;
}

.subpage .recommendation .block .reco-item button {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
  width: 100%;
  max-width: 414px;
  padding: 24px 0 25px;
  margin: 60px auto 0;
  border: 2px solid #1F1F1F;
  background: none;
  text-align: center;
  font-size: 2.6rem;
  font-family: "Lato", sans-serif;
  color: #1F1F1F;
}

.subpage .recommendation .block .reco-item button:hover {
  background: #ddd;
}

@media screen and (max-width: 1400px) {
  .subpage .recommendation .block .reco-item button {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 980px) {
  .subpage .recommendation .block .reco-item button {
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 765px) {
  .subpage .recommendation .block .reco-item button {
    position: absolute;
    bottom: 0;
    border: none;
    border-top: 2px solid #1F1F1F;
  }
}

.subpage .recommendation .block :nth-child(2) .reco-item {
  padding-top: 136px;
}

.subpage .recommendation .block :nth-child(2) .reco-item img {
  top: -34px;
}

.subpage .insurance {
  font-family: "Ubuntu", sans-serif;
}

.subpage .insurance .content-box .block {
  padding: 64px 0 160px;
}

@media screen and (max-width: 765px) {
  .subpage .insurance .content-box .block {
    padding: 64px 0 120px;
  }
}

.subpage .insurance .content-box .block .book {
  max-width: 1722px;
  margin: 0 auto;
}

@media screen and (max-width: 765px) {
  .subpage .insurance .content-box .block .book > img:last-of-type {
    display: none;
  }
}

.subpage .insurance .content-box .block .book .book-text span {
  background: #0085C5;
  color: #fff;
  display: inline-block;
  padding: 0 10px 0 5px;
  margin-right: 5px;
  line-height: 32px;
}

.subpage .insurance .content-box .block .book .row {
  display: table;
}

.subpage .insurance .content-box .block .book .row > div {
  float: none;
  display: table-cell;
}

@media screen and (max-width: 765px) {
  .subpage .insurance .content-box .block .book .row > div {
    display: block;
    padding: 19px 0;
    background: url("/media/images/deco-9.png") center top repeat-x, url("/media/images/deco-10.jpg") center bottom repeat-x;
  }
}

.subpage .insurance .content-box .block .book .row > div:last-of-type {
  vertical-align: middle;
  padding: 0 50px;
  background: url("/media/images/book-bg.jpg") right top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 980px) {
  .subpage .insurance .content-box .block .book .row > div:last-of-type {
    padding: 0 12px;
  }
}

@media screen and (max-width: 765px) {
  .subpage .insurance .content-box .block .book .row > div:last-of-type {
    background: none;
    padding: 20px 12px;
    text-align: center;
  }
}

.subpage .insurance .content-box .block p {
  font-family: "Ubuntu", sans-serif;
  font-size: 2.6rem;
  line-height: 170%;
  max-width: 670px;
  margin: 0 auto;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .subpage .insurance .content-box .block p {
    font-size: 2rem;
  }
}

.subpage .insurance .content-box .deco-line {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
}

.subpage .insurance .content-box .deco-line span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage .insurance .content-box .deco-line span:first-child {
  background: #D5A105;
  background-size: 100%;
}

.subpage .insurance .content-box .deco-line span:last-child {
  background: #D5A105;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage .insurance .content-box .deco-line span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .insurance .content-box .deco-line span {
    height: 6px;
    margin-bottom: 6px;
  }
}

.subpage .insurance .extra {
  text-align: center;
  position: relative;
  padding: 106px 0 54px;
  background: #D5A105;
}

.subpage .insurance .extra img {
  position: absolute;
  top: -146px;
  z-index: 20;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .subpage .insurance .extra img {
    top: -114px;
  }
}

.subpage .insurance .extra .text-border {
  border: 2px solid #fff;
  color: #fff;
  font-size: 2.6rem;
  line-height: 140%;
  max-width: 864px;
  margin: 0 auto;
  padding: 78px 98px;
  font-weight: 700;
}

@media screen and (max-width: 980px) {
  .subpage .insurance .extra .text-border {
    max-width: 94%;
    padding: 64px 26px;
  }
}

@media screen and (max-width: 765px) {
  .subpage .insurance .extra .text-border {
    font-size: 2rem;
    padding: 20px;
  }
}

.subpage .insurance .extra p {
  font-size: 4.6rem;
  color: #A65F00;
  line-height: 120%;
  max-width: 928px;
  margin: 0 auto;
  padding: 94px 0 54px;
  font-weight: 700;
  background: url("/media/images/arr-brown.png") center bottom no-repeat;
}

@media screen and (max-width: 980px) {
  .subpage .insurance .extra p {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 765px) {
  .subpage .insurance .extra p {
    font-size: 2.6rem;
    padding: 54px 20px;
  }
}

.subpage .insurance .parallax .deco-line:first-child {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  bottom: auto;
  top: 13px;
}

.subpage .insurance .parallax .deco-line:first-child span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage .insurance .parallax .deco-line:first-child span:first-child {
  background: #D5A105;
  background-size: 100%;
}

.subpage .insurance .parallax .deco-line:first-child span:last-child {
  background: #D5A105;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage .insurance .parallax .deco-line:first-child span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .insurance .parallax .deco-line:first-child span {
    height: 6px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 1400px) {
  .subpage .insurance .parallax .deco-line:first-child {
    top: 9px;
  }
}

.subpage .contact {
  position: relative;
}

.subpage .contact .deco-line {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  bottom: auto;
}

.subpage .contact .deco-line span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage .contact .deco-line span:first-child {
  background: #C9CCC3;
  background-size: 100%;
}

.subpage .contact .deco-line span:last-child {
  background: #C9CCC3;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage .contact .deco-line span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .contact .deco-line span {
    height: 6px;
    margin-bottom: 6px;
  }
}

.subpage .contact .deco-line span.transition-one {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  width: 50%;
  background: #EFF0ED;
  left: -50%;
  position: relative;
}

.subpage .contact .deco-line span.transition-one.line {
  left: 0;
}

@media screen and (max-width: 980px) {
  .subpage .contact .deco-line span.transition-one {
    width: 100%;
    background: #C9CCC3;
  }
}

.subpage .contact .content-box {
  padding: 0;
  background: #C9CCC3 url("/media/images/contact-bg.jpg") center bottom no-repeat;
}

@media screen and (max-width: 980px) {
  .subpage .contact .content-box {
    background-size: 100% auto;
  }
}

.subpage .contact .content-box .we-provide {
  padding: 64px 90px 0 60px;
  max-width: 50%;
  height: 100%;
  min-height: 1272px;
  background: url("/media/images/we-provide-bg.png") left top repeat;
}

@media screen and (max-width: 980px) {
  .subpage .contact .content-box .we-provide {
    max-width: 100%;
    padding: 50px 18px 460px;
    background: none;
    min-height: inherit;
  }
}

@media screen and (max-width: 765px) {
  .subpage .contact .content-box .we-provide {
    padding: 50px 18px 406px;
  }
}

.subpage .contact .content-box .we-provide h1 {
  font-size: 7.6rem;
  color: #1F1F1F;
  padding: 0 0 30px;
  text-align: left;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .subpage .contact .content-box .we-provide h1 {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 980px) {
  .subpage .contact .content-box .we-provide h1 {
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 765px) {
  .subpage .contact .content-box .we-provide h1 {
    font-size: 3.6rem;
  }
}

.subpage .contact .content-box .we-provide h1 span.line {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  margin: none;
  width: 135px;
  height: 7px;
  background: #0085C5;
}

@media screen and (max-width: 980px) {
  .subpage .contact .content-box .we-provide h1 span.line {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 765px) {
  .subpage .contact .content-box .we-provide h1 span.line {
    height: 5px;
  }
}

.subpage .contact .content-box .we-provide .virtual-v {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
  width: 100%;
  max-width: 282px;
  padding: 32px 0 30px;
  margin: 46px 0 0;
  border: none;
  background: #0085C5;
  text-align: center;
  font-size: 2.6rem;
  font-family: "Lato", sans-serif;
  color: #fff;
  display: none;
}

.subpage .contact .content-box .we-provide .virtual-v:hover {
  background: #4DABD7;
}

@media screen and (max-width: 1400px) {
  .subpage .contact .content-box .we-provide .virtual-v {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 980px) {
  .subpage .contact .content-box .we-provide .virtual-v {
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 980px) {
  .subpage .contact .content-box .we-provide .virtual-v {
    display: block;
  }
}

@media screen and (max-width: 765px) {
  .subpage .contact .content-box .we-provide .virtual-v {
    margin: 64px auto 0;
  }
}

.subpage .contact .content-box .we-provide .contact-info {
  position: relative;
  font-size: 2rem;
}

.subpage .contact .content-box .we-provide .contact-info > div {
  padding: 20px 0;
  border-top: 1px solid #777;
}

.subpage .contact .content-box .we-provide .contact-info div:last-of-type {
  border-bottom: 1px solid #777;
}

.subpage .contact .content-box .we-provide .contact-info span.bold {
  font-weight: 900;
}

.subpage .contact .content-box .we-provide .contact-info span.left {
  position: absolute;
  left: 114px;
}

@media screen and (max-width: 765px) {
  .subpage .contact .content-box .we-provide .contact-info span.left {
    left: auto;
    right: 12px;
  }
}

.subpage .contact .content-box .we-provide .contact-info a.phone {
  color: #1F1F1F;
}

.subpage .contact .content-box .we-provide .contact-info a.mail {
  position: absolute;
  left: 114px;
  color: #1F1F1F;
  font-weight: 900;
}

@media screen and (max-width: 765px) {
  .subpage .contact .content-box .we-provide .contact-info a.mail {
    left: auto;
    right: 12px;
  }
}

.subpage .contact .content-box .we-provide .contact-info:first-of-type {
  margin: 28px 0 94px;
}

@media screen and (max-width: 980px) {
  .subpage .contact .content-box .we-provide .contact-info:first-of-type {
    margin: 28px 0 60px;
  }
}

.subpage .contact .content-box .we-provide .contact-info:first-of-type > div:first-of-type {
  padding-left: 104px;
  background: url("/media/images/ico-loc.png") left center no-repeat;
}

@media screen and (max-width: 765px) {
  .subpage .contact .content-box .we-provide .contact-info:first-of-type > div:first-of-type {
    font-size: 1.6rem;
  }
}

.subpage .contact .content-box .we-provide .contact-info:first-of-type > div:first-of-type a {
  color: #0085C5;
  font-size: 1.6rem;
  font-weight: 700;
  padding-top: 20px;
  display: block;
}

@media screen and (max-width: 765px) {
  .subpage .contact .content-box .we-provide .contact-info:first-of-type > div:first-of-type a {
    padding-top: 10px;
  }
}

.subpage .contact .content-box .we-provide .contact-info:last-of-type {
  margin-top: 46px;
}

.subpage .contact .content-box .deco-line {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  bottom: 0;
}

.subpage .contact .content-box .deco-line span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage .contact .content-box .deco-line span:first-child {
  background: linear-gradient(90deg, #212121 50%, #fff 50%);
  background-size: 100%;
}

.subpage .contact .content-box .deco-line span:last-child {
  background: linear-gradient(90deg, #212121 50%, #fff 50%);
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage .contact .content-box .deco-line span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .contact .content-box .deco-line span {
    height: 6px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .contact .content-box .deco-line {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 20;
    bottom: 0;
  }
  .subpage .contact .content-box .deco-line span {
    display: block;
    height: 13px;
    margin-bottom: 13px;
  }
  .subpage .contact .content-box .deco-line span:first-child {
    background: #212121;
    background-size: 100%;
  }
  .subpage .contact .content-box .deco-line span:last-child {
    background: #212121;
    background-size: 100%;
  }
}

@media screen and (max-width: 980px) and (max-width: 1400px) {
  .subpage .contact .content-box .deco-line span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) and (max-width: 980px) {
  .subpage .contact .content-box .deco-line span {
    height: 6px;
    margin-bottom: 6px;
  }
}

.subpage .contact .form-block .row .position {
  height: 1572px;
  padding: 64px 50px;
}

@media screen and (max-width: 980px) {
  .subpage .contact .form-block .row .position {
    height: inherit;
  }
}

@media screen and (max-width: 980px) {
  .subpage .contact .form-block .row .position {
    padding: 64px 18px 112px;
  }
}

.subpage .contact .form-block .row .position p {
  font-size: 3.6rem;
  line-height: 120%;
  padding: 52px 0 58px;
  margin: 0;
  font-weight: 300;
  font-family: "Ubuntu", sans-serif;
}

@media screen and (max-width: 765px) {
  .subpage .contact .form-block .row .position p {
    font-size: 2rem;
  }
}

.subpage .contact .form-block .row .position p span {
  font-weight: 700;
}

.subpage .contact .form-block .row .left {
  background: #212121;
}

.subpage .contact .form-block .row .left .deco-line {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  top: auto;
  bottom: 0;
}

.subpage .contact .form-block .row .left .deco-line span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage .contact .form-block .row .left .deco-line span:first-child {
  background: #fff;
  background-size: 100%;
}

.subpage .contact .form-block .row .left .deco-line span:last-child {
  background: #fff;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage .contact .form-block .row .left .deco-line span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .contact .form-block .row .left .deco-line span {
    height: 6px;
    margin-bottom: 6px;
  }
}

.subpage .contact .form-block .row .left .position h1 {
  font-size: 7.6rem;
  color: #ddd;
  padding: 0 0 14px;
  text-align: left;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  position: relative;
  padding-top: 70px;
  margin-top: -70px;
}

@media screen and (max-width: 1400px) {
  .subpage .contact .form-block .row .left .position h1 {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 980px) {
  .subpage .contact .form-block .row .left .position h1 {
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 765px) {
  .subpage .contact .form-block .row .left .position h1 {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 980px) {
  .subpage .contact .form-block .row .left .position h1 {
    text-align: left;
    padding: 0 0 32px;
    margin-top: 0;
  }
}

.subpage .contact .form-block .row .left .position h1 span.line {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  margin: none;
  width: 135px;
  height: 7px;
  background: #0085C5;
}

@media screen and (max-width: 980px) {
  .subpage .contact .form-block .row .left .position h1 span.line {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 765px) {
  .subpage .contact .form-block .row .left .position h1 span.line {
    height: 5px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .contact .form-block .row .left .position h1 span.line {
    right: auto;
  }
}

.subpage .contact .form-block .row .left .position p {
  color: #ddd;
}

.subpage .contact .form-block .row .right {
  background: #fff;
}

@media screen and (max-width: 980px) {
  .subpage .contact .form-block .row .right .position {
    padding-bottom: 9px;
  }
}

@media screen and (max-width: 765px) {
  .subpage .contact .form-block .row .right .position p:first-of-type {
    display: none;
  }
}

.subpage .contact .form-block .row .right .position p:last-of-type {
  display: none;
}

@media screen and (max-width: 765px) {
  .subpage .contact .form-block .row .right .position p:last-of-type {
    display: block;
    position: absolute;
    top: 190px;
    max-width: 206px;
  }
}

.subpage .contact .form-block .row .right .position h1 {
  font-size: 7.6rem;
  color: #1F1F1F;
  padding: 0 0 14px;
  text-align: left;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .subpage .contact .form-block .row .right .position h1 {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 980px) {
  .subpage .contact .form-block .row .right .position h1 {
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 765px) {
  .subpage .contact .form-block .row .right .position h1 {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 980px) {
  .subpage .contact .form-block .row .right .position h1 {
    text-align: left;
  }
}

.subpage .contact .form-block .row .right .position h1 span.line {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  margin: none;
  width: 135px;
  height: 7px;
  background: #0085C5;
}

@media screen and (max-width: 980px) {
  .subpage .contact .form-block .row .right .position h1 span.line {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 765px) {
  .subpage .contact .form-block .row .right .position h1 span.line {
    height: 5px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .contact .form-block .row .right .position h1 span.line {
    right: auto;
  }
}

.subpage .contact .form-block .row .right .position .qr {
  padding: 384px 0 0;
  position: relative;
}

@media screen and (max-width: 765px) {
  .subpage .contact .form-block .row .right .position .qr {
    padding-bottom: 64px;
  }
}

.subpage .contact .form-block .row .right .position .qr img {
  position: absolute;
}

.subpage .contact .form-block .row .right .position .qr img.hand {
  top: -16px;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .subpage .contact .form-block .row .right .position .qr img.hand {
    max-width: 50%;
  }
}

@media screen and (max-width: 765px) {
  .subpage .contact .form-block .row .right .position .qr img.hand {
    display: none;
  }
}

.subpage .contact .form-block .row .right .position .qr img.arrow {
  top: 36px;
  left: 246px;
}

@media screen and (max-width: 1200px) {
  .subpage .contact .form-block .row .right .position .qr img.arrow {
    max-width: 50%;
    left: 124px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .contact .form-block .row .right .position .qr img.arrow {
    left: 246px;
    top: 56px;
  }
}

@media screen and (max-width: 765px) {
  .subpage .contact .form-block .row .right .position .qr img.arrow {
    top: 34px;
    left: 50px;
    max-width: 234px;
  }
}

.subpage .contact .form-block .row .right .position .qr a {
  display: none;
}

@media screen and (max-width: 765px) {
  .subpage .contact .form-block .row .right .position .qr a {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    bottom: 50px;
    left: auto;
    display: block;
    width: 100%;
    max-width: 282px;
    padding: 32px 0 30px;
    margin: 0;
    border: none;
    background: #0085C5;
    text-align: center;
    font-size: 2.6rem;
    font-family: "Lato", sans-serif;
    color: #fff;
  }
  .subpage .contact .form-block .row .right .position .qr a:hover {
    background: #4DABD7;
  }
}

@media screen and (max-width: 765px) and (max-width: 1400px) {
  .subpage .contact .form-block .row .right .position .qr a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 765px) and (max-width: 980px) {
  .subpage .contact .form-block .row .right .position .qr a {
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

.subpage .contact .form-block .row .right .position .qr .box {
  z-index: 30;
  position: relative;
  border: 3px solid #212121;
  padding: 126px 0 104px;
  font-size: 2.6rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 1200px) {
  .subpage .contact .form-block .row .right .position .qr .box {
    padding: 100px 0;
  }
}

.subpage .contact .form-block .row .right .position .qr .box img {
  position: relative;
}

@media screen and (max-width: 765px) {
  .subpage .contact .form-block .row .right .position .qr .box {
    display: none;
  }
}

.subpage .contact .form-block .deco-line {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  bottom: 0;
}

.subpage .contact .form-block .deco-line span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage .contact .form-block .deco-line span:first-child {
  background: #2F3437;
  background-size: 100%;
}

.subpage .contact .form-block .deco-line span:last-child {
  background: #2F3437;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage .contact .form-block .deco-line span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage .contact .form-block .deco-line span {
    height: 6px;
    margin-bottom: 6px;
  }
}

.subpage.realisation.sub .content-box h1 {
  max-width: 890px;
}

.subpage.realisation.sub .parallax .deco-line:first-child {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  bottom: auto;
  top: 13px;
}

.subpage.realisation.sub .parallax .deco-line:first-child span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage.realisation.sub .parallax .deco-line:first-child span:first-child {
  background: #fff;
  background-size: 100%;
}

.subpage.realisation.sub .parallax .deco-line:first-child span:last-child {
  background: #fff;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage.realisation.sub .parallax .deco-line:first-child span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage.realisation.sub .parallax .deco-line:first-child span {
    height: 6px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 980px) {
  .subpage.realisation.sub .parallax .deco-line:first-child {
    top: 6px !important;
  }
}

.subpage.realisation .rel-content {
  padding: 90px 0;
}

.subpage.realisation .rel-content figure {
  padding-bottom: 32px;
}

@media screen and (max-width: 765px) {
  .subpage.realisation .rel-content figure {
    text-align: center;
  }
}

.subpage.realisation .rel-content h3 {
  font-size: 2.6rem;
  font-weight: 900;
  color: #fff;
  background: #212121;
  display: inline-block;
  padding: 0 18px;
  line-height: 51px;
  margin: 0;
}

@media screen and (max-width: 765px) {
  .subpage.realisation .rel-content h3 {
    font-size: 2rem;
  }
}

.subpage.realisation .rel-content table {
  margin: 32px 0;
  font-size: 2rem;
  color: #333;
}

.subpage.realisation .rel-content table tr {
  border-bottom: 1px solid #777;
}

.subpage.realisation .rel-content table tr:last-of-type {
  border: none;
}

.subpage.realisation .rel-content table tr td:first-of-type {
  font-weight: 900;
  min-width: 200px;
}

@media screen and (max-width: 765px) {
  .subpage.realisation .rel-content table tr td:first-of-type {
    min-width: 150px;
  }
}

.subpage.realisation .rel-content table tr td {
  vertical-align: top;
  padding: 24px 0;
}

.subpage.realisation .rel-content table tr td p {
  margin: 0;
}

.subpage.realisation .rel-content > .row:first-of-type {
  padding-bottom: 140px;
}

.subpage.realisation .rel-content > .row:first-of-type > div:first-of-type {
  padding-right: 16px;
  text-align: center;
}

.subpage.realisation .rel-content > .row:first-of-type > div:last-of-type {
  position: relative;
  padding-left: 16px;
  min-height: 650px;
  border-bottom: 1px solid #777;
}

@media screen and (max-width: 980px) {
  .subpage.realisation .rel-content > .row:first-of-type > div:last-of-type {
    min-height: 596px;
  }
}

.subpage.realisation .rel-content a.go-back {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.6rem;
  color: #777;
  padding-left: 20px;
  background: url("/media/images/arr-back.png") left center no-repeat;
}

@media screen and (max-width: 980px) {
  .subpage.realisation .rel-content a.go-back {
    display: none;
  }
}

.subpage.realisation .rel-content a.go-back.last {
  bottom: 20px;
  right: 54px;
  top: auto;
}

.subpage.realisation .realisation-promo {
  padding: 90px 0 0;
  position: relative;
}

.subpage.realisation .realisation-promo .deco-line {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  bottom: auto;
}

.subpage.realisation .realisation-promo .deco-line span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage.realisation .realisation-promo .deco-line span:first-child {
  background: #041F2E;
  background-size: 100%;
}

.subpage.realisation .realisation-promo .deco-line span:last-child {
  background: #041F2E;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage.realisation .realisation-promo .deco-line span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage.realisation .realisation-promo .deco-line span {
    height: 6px;
    margin-bottom: 6px;
  }
}

.subpage.realisation .realisation-promo .row > div {
  padding: 0 36px 36px 0;
}

.subpage.realisation .realisation-promo .row > div:nth-child(4n) {
  padding-right: 0;
}

@media screen and (max-width: 1200px) {
  .subpage.realisation .realisation-promo .row > div:nth-of-type(odd) {
    padding: 0 11px 22px 0;
  }
}

@media screen and (max-width: 1200px) {
  .subpage.realisation .realisation-promo .row > div:nth-of-type(even) {
    padding: 0 0 22px 11px;
  }
}

.subpage.realisation .realisation-promo h1 {
  color: #ddd;
  text-align: left;
}

.subpage.realisation .realisation-promo h1 span.line {
  right: auto;
}

.subpage.realisation .roofs .deco-line {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
}

.subpage.realisation .roofs .deco-line span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage.realisation .roofs .deco-line span:first-child {
  background: #2F3437;
  background-size: 100%;
}

.subpage.realisation .roofs .deco-line span:last-child {
  background: #2F3437;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage.realisation .roofs .deco-line span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage.realisation .roofs .deco-line span {
    height: 6px;
    margin-bottom: 6px;
  }
}

.subpage.realisation .parallax .deco-line:first-child {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  bottom: auto;
  top: 13px;
}

.subpage.realisation .parallax .deco-line:first-child span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage.realisation .parallax .deco-line:first-child span:first-child {
  background: #0B2128;
  background-size: 100%;
}

.subpage.realisation .parallax .deco-line:first-child span:last-child {
  background: #0B2128;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage.realisation .parallax .deco-line:first-child span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage.realisation .parallax .deco-line:first-child span {
    height: 6px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 980px) {
  .subpage.realisation .parallax .deco-line:first-child {
    top: 6px !important;
  }
}

.subpage.error .parallax .deco-line:first-child {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  bottom: auto;
  top: 13px;
}

.subpage.error .parallax .deco-line:first-child span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage.error .parallax .deco-line:first-child span:first-child {
  background: #0085C5;
  background-size: 100%;
}

.subpage.error .parallax .deco-line:first-child span:last-child {
  background: #0085C5;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage.error .parallax .deco-line:first-child span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage.error .parallax .deco-line:first-child span {
    height: 6px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 980px) {
  .subpage.error .parallax .deco-line:first-child {
    top: 6px !important;
  }
}

.subpage.error .parallax .deco-line:last-child {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
}

.subpage.error .parallax .deco-line:last-child span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage.error .parallax .deco-line:last-child span:first-child {
  background: #000;
  background-size: 100%;
}

.subpage.error .parallax .deco-line:last-child span:last-child {
  background: #000;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage.error .parallax .deco-line:last-child span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage.error .parallax .deco-line:last-child span {
    height: 6px;
    margin-bottom: 6px;
  }
}

.subpage.error .subpage-header h1 {
  top: 332px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .subpage.error .subpage-header h1 {
    top: 272px;
    min-width: 75%;
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 980px) {
  .subpage.error .subpage-header h1 {
    top: 180px;
  }
}

@media screen and (max-width: 765px) {
  .subpage.error .subpage-header h1 {
    top: 130px;
    color: #001824;
    font-size: 2rem;
  }
}

.subpage.error .subpage-header h1:first-of-type {
  min-width: inherit;
  color: #0085C5;
  top: 220px;
}

@media screen and (max-width: 1200px) {
  .subpage.error .subpage-header h1:first-of-type {
    top: 160px;
  }
}

@media screen and (max-width: 980px) {
  .subpage.error .subpage-header h1:first-of-type {
    top: 120px;
  }
}

@media screen and (max-width: 765px) {
  .subpage.error .subpage-header h1:first-of-type {
    top: 120px;
    color: #001824;
  }
}

.subpage.error .subpage-header .deco-line {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  bottom: 0;
  top: auto;
}

.subpage.error .subpage-header .deco-line span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.subpage.error .subpage-header .deco-line span:first-child {
  background: #0085C5;
  background-size: 100%;
}

.subpage.error .subpage-header .deco-line span:last-child {
  background: #0085C5;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .subpage.error .subpage-header .deco-line span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .subpage.error .subpage-header .deco-line span {
    height: 6px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 980px) {
  .subpage.error .subpage-header .deco-line {
    display: none;
  }
}

.subpage.error .content-box {
  background: #0085C5;
  padding: 64px 0 36px;
}

@media screen and (max-width: 765px) {
  .subpage.error .content-box {
    background: #313552;
  }
}

.subpage.error .content-box p {
  font-size: 4.6rem;
  color: #001824;
  text-align: center;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
  max-width: 816px;
  margin: 0 auto;
  padding-bottom: 40px;
  background: url("/media/images/arrow-down-b.png") center bottom no-repeat;
}

@media screen and (max-width: 980px) {
  .subpage.error .content-box p {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 765px) {
  .subpage.error .content-box p {
    font-size: 2.6rem;
    color: #fff;
    background: url("/media/images/arrow-down.png") center bottom no-repeat;
  }
}

.subpage.error .content-box h2 {
  font-size: 4.6rem;
  color: none;
  padding: 27px 0 27px 126px;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  max-width: 514px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .subpage.error .content-box h2 {
    font-size: 2.6rem;
    line-height: 100%;
  }
}

@media screen and (max-width: 1400px) {
  .subpage.error .content-box h2 {
    padding: 15px 0 15px 74px;
  }
}

.subpage.error .content-box .row {
  padding: 64px 0 0;
}

.subpage.error .content-box .row h2 {
  margin-bottom: 86px;
  min-height: 82px;
}

@media screen and (max-width: 980px) {
  .subpage.error .content-box .row h2 {
    margin-bottom: 70px;
  }
}

.subpage.error .content-box .row > div {
  padding: 0 10px;
}

.subpage.error .content-box .row > div:nth-child(1) h2 {
  color: #001824;
  background: #fff url("/media/images/promo-1-h2.png") left center no-repeat;
}

@media screen and (max-width: 1400px) {
  .subpage.error .content-box .row > div:nth-child(1) h2 {
    background-size: 65px 30px;
  }
}

.subpage.error .content-box .row > div:nth-child(2) h2 {
  color: #84AA00;
  background: #fff url("/media/images/promo-2-h2.png") left center no-repeat;
}

@media screen and (max-width: 1400px) {
  .subpage.error .content-box .row > div:nth-child(2) h2 {
    background-size: 65px 30px;
  }
}

.subpage.error .content-box .row > div:nth-child(3) h2 {
  color: #0085C5;
  background: #fff url("/media/images/promo-3-h2.png") left center no-repeat;
}

@media screen and (max-width: 1400px) {
  .subpage.error .content-box .row > div:nth-child(3) h2 {
    background-size: 65px 30px;
  }
}

.subpage.error .content-box .row > div:nth-child(4) h2 {
  font-size: 4.6rem;
  color: #fff;
  padding: 20px 0 73px 126px;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  background: #84AA00 url("/media/images/promo-4-h2.png") left center no-repeat;
}

@media screen and (max-width: 1400px) {
  .subpage.error .content-box .row > div:nth-child(4) h2 {
    font-size: 2.6rem;
    line-height: 100%;
  }
}

@media screen and (max-width: 1400px) {
  .subpage.error .content-box .row > div:nth-child(4) h2 {
    padding: 14px 0 40px 70px;
  }
}

@media screen and (max-width: 1400px) {
  .subpage.error .content-box .row > div:nth-child(4) h2 {
    background-size: 153px 52px;
  }
}

.subpage.error .content-box .row > div:nth-child(5) h2 {
  font-size: 4.6rem;
  color: #fff;
  padding: 20px 0 73px 126px;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  background: #ddd url("/media/images/error-h2.png") left center no-repeat;
  color: #001824;
}

@media screen and (max-width: 1400px) {
  .subpage.error .content-box .row > div:nth-child(5) h2 {
    font-size: 2.6rem;
    line-height: 100%;
  }
}

@media screen and (max-width: 1400px) {
  .subpage.error .content-box .row > div:nth-child(5) h2 {
    padding: 14px 0 40px 70px;
  }
}

@media screen and (max-width: 1400px) {
  .subpage.error .content-box .row > div:nth-child(5) h2 {
    background-size: 153px 52px;
  }
}

.subpage.error .content-box .row > div:nth-child(6) h2 {
  font-size: 4.6rem;
  color: #fff;
  padding: 20px 0 73px 126px;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  background: #001824 url("/media/images/promo-4-h2.png") left center no-repeat;
}

@media screen and (max-width: 1400px) {
  .subpage.error .content-box .row > div:nth-child(6) h2 {
    font-size: 2.6rem;
    line-height: 100%;
  }
}

@media screen and (max-width: 1400px) {
  .subpage.error .content-box .row > div:nth-child(6) h2 {
    padding: 14px 0 40px 70px;
  }
}

@media screen and (max-width: 1400px) {
  .subpage.error .content-box .row > div:nth-child(6) h2 {
    background-size: 153px 52px;
  }
}

/* Elements Styles */
figure:hover a span {
  opacity: 1 !important;
}

figure a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

figure a .over {
  opacity: 0;
  display: block;
  width: 212px;
  position: absolute;
  height: 152px;
  background: rgba(0, 24, 36, 0.8);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

figure a .over .lay {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: url("/media/images/loop.png") center no-repeat;
}

@media screen and (max-width: 1200px) {
  figure a .over {
    display: none;
  }
}

.form .help-block {
  font-size: 1.6rem;
  color: #a94442;
  background: #f2dede;
  padding: 10px;
}

.form .success {
  color: #3c763d;
  background: #dff0d8;
  font-size: 1.6rem;
  padding: 10px;
  margin: 10px 0 26px;
}

.form input, .form textarea {
  width: 100%;
  background: none;
  border: 2px solid #ddd;
  line-height: 54px;
  font-size: 2rem;
  padding: 0 22px;
  color: #ddd;
  font-weight: 400;
}

@media screen and (max-width: 765px) {
  .form input, .form textarea {
    padding: 0 14px;
  }
}

.form input {
  min-height: 54px;
  margin-bottom: 26px;
}

.form input[type=submit] {
  width: 412px;
  background: #0085C5;
  border: none;
  line-height: 90px;
  float: right;
  margin: 20px 0 0;
  font-size: 2.6rem;
  color: #fff;
}

@media screen and (max-width: 980px) {
  .form input[type=submit] {
    width: 282px;
    margin: 40px 0 0;
    font-size: 1.6rem;
  }
}

.form input[type=submit]:hover {
  background: #4DABD7;
}

.form input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 4px;
  width: auto;
}

.form textarea {
  resize: vertical;
  line-height: 120%;
  padding: 12px 22px;
}

@media screen and (max-width: 765px) {
  .form textarea {
    padding: 12px 14px;
  }
}

.form .row > div:nth-of-type(2) {
  padding-right: 12px;
}

@media screen and (max-width: 765px) {
  .form .row > div:nth-of-type(2) {
    padding: 0;
  }
}

.form .row > div:nth-of-type(3) {
  padding-left: 12px;
}

@media screen and (max-width: 765px) {
  .form .row > div:nth-of-type(3) {
    padding: 0;
  }
}

.form .row > div:nth-of-type(5) {
  font-size: 1.6rem;
  color: #ddd;
  padding: 0 76px 0 26px;
  margin-top: 46px;
}

@media screen and (max-width: 1200px) {
  .form .row > div:nth-of-type(5) {
    padding-right: 0;
  }
}

.form .row > div:nth-of-type(6) {
  font-size: 1.6rem;
  color: #fff;
  margin-top: 46px;
  text-align: right;
}

.form .row > div:nth-of-type(6) .g-recaptcha {
  padding-bottom: 4px;
}

.form .row > div:nth-of-type(6) .help-block {
  display: none;
}

.product-list h3 {
  font-size: 2.6rem;
  font-weight: 900;
  color: #fff;
  background: #212121;
  display: inline-block;
  padding: 0 18px;
  line-height: 51px;
  margin: 0;
}

@media screen and (max-width: 765px) {
  .product-list h3 {
    font-size: 2rem;
  }
}

.product-list ul {
  list-style: none;
  padding: 32px 0 0;
}

.product-list ul li {
  font-size: 2rem;
  font-weight: 900;
  padding: 0 0 22px 46px;
  position: relative;
}

.product-list ul li:before {
  content: "•";
  font-size: 138%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 22px;
}

.product-list .product-item {
  border-top: 1px solid #777;
  padding: 26px 0 32px;
}

.product-list .product-item h4 {
  font-size: 2rem;
  font-weight: 900;
  margin: 0;
}

@media screen and (max-width: 765px) {
  .product-list .product-item h4 {
    font-size: 1.6rem;
  }
}

.product-list .product-item .row {
  padding: 0;
}

.product-list .product-item .row > div:first-child {
  padding: 0;
}

.product-list .product-item .row > div:nth-child(2) {
  padding: 18px 0 0;
}

.product-list .product-item .row > div:last-child {
  font-size: 2rem;
  line-height: 170%;
  padding: 7px 18px 0 39px;
}

@media screen and (max-width: 765px) {
  .product-list .product-item .row > div:last-child {
    padding: 26px 0 0;
    font-size: 1.6rem;
  }
}

.product-list .product-item figure {
  border: 1px solid #777;
  width: 100%;
  max-width: 266px;
  height: 200px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .product-list .product-item figure {
    height: 120px;
  }
}

@media screen and (max-width: 980px) {
  .product-list .product-item figure {
    height: 200px;
  }
}

.product-list .product-item img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
}

.product-list .product-item:first-of-type {
  margin-top: 54px;
}

.product-list .product-item:last-of-type {
  border-bottom: 1px solid #777;
}

.parallax {
  height: 686px;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .parallax {
    height: 400px;
  }
}

@media screen and (max-width: 980px) {
  .parallax {
    height: 274px;
  }
}

@media screen and (max-width: 765px) {
  .parallax {
    height: 230px;
    background: #0085C5 !important;
  }
}

.parallax .deco-line:first-child {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  bottom: auto;
  top: 13px;
}

.parallax .deco-line:first-child span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.parallax .deco-line:first-child span:first-child {
  background: #fff;
  background-size: 100%;
}

.parallax .deco-line:first-child span:last-child {
  background: #fff;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .parallax .deco-line:first-child span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .parallax .deco-line:first-child span {
    height: 6px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 980px) {
  .parallax .deco-line:first-child {
    top: 6px !important;
  }
}

.parallax .deco-line:last-child {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
}

.parallax .deco-line:last-child span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.parallax .deco-line:last-child span:first-child {
  background: #1B3B69;
  background-size: 100%;
}

.parallax .deco-line:last-child span:last-child {
  background: #1B3B69;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .parallax .deco-line:last-child span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .parallax .deco-line:last-child span {
    height: 6px;
    margin-bottom: 6px;
  }
}

.parallax a.more {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 270px;
  left: 102px;
  display: block;
  width: 100%;
  max-width: 414px;
  padding: 27px 0 28px;
  margin: 0;
  border: none;
  background: #0085C5;
  text-align: center;
  font-size: 2.6rem;
  font-family: "Lato", sans-serif;
  color: #fff;
}

.parallax a.more:hover {
  background: #4DABD7;
}

@media screen and (max-width: 1400px) {
  .parallax a.more {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 980px) {
  .parallax a.more {
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 1400px) {
  .parallax a.more {
    bottom: 148px;
  }
}

@media screen and (max-width: 980px) {
  .parallax a.more {
    bottom: 90px;
    max-width: 282px;
    left: 58px;
    margin: 0;
  }
}

@media screen and (max-width: 765px) {
  .parallax a.more {
    border: 2px solid #fff;
    margin: 0 auto;
    left: 0;
    bottom: 72px;
  }
}

.realisation-promo {
  min-height: 912px;
  padding: 90px 0 254px;
  background: #041F2E url("/media/images/content-4.jpg") center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .realisation-promo {
    padding: 60px 0 190px;
    background-position: center bottom;
    background-size: 100% auto;
    min-height: 0;
  }
}

@media screen and (max-width: 980px) {
  .realisation-promo .wrapper {
    padding: 0 18px;
  }
}

.realisation-promo h1 {
  font-size: 7.6rem;
  color: #E3E9EA;
  padding: 0 0 40px;
  text-align: center;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .realisation-promo h1 {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 980px) {
  .realisation-promo h1 {
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 765px) {
  .realisation-promo h1 {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 1200px) {
  .realisation-promo h1 {
    padding: 0 0 28px;
  }
}

.realisation-promo h1 span.line {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 135px;
  height: 7px;
  background: #0085C5;
}

@media screen and (max-width: 980px) {
  .realisation-promo h1 span.line {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 765px) {
  .realisation-promo h1 span.line {
    height: 5px;
  }
}

.realisation-promo a.more {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 160px;
  left: 0;
  display: block;
  width: 100%;
  max-width: 414px;
  padding: 26px 0 31px;
  margin: 0 auto;
  border: 2px solid #fff;
  background: none;
  text-align: center;
  font-size: 2.6rem;
  font-family: "Lato", sans-serif;
  color: #fff;
}

.realisation-promo a.more:hover {
  background: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 1400px) {
  .realisation-promo a.more {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 980px) {
  .realisation-promo a.more {
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 1200px) {
  .realisation-promo a.more {
    width: 286px;
    padding: 32px 0 30px;
    bottom: 94px;
  }
}

.realisation-promo .realisation-box {
  width: 100%;
  max-width: 422px;
  height: 211px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .realisation-promo .realisation-box {
    max-width: 352px;
    height: 176px;
  }
}

@media screen and (max-width: 765px) {
  .realisation-promo .realisation-box {
    margin: 0 auto;
    max-width: 211px;
    height: 421px;
  }
}

.realisation-promo .realisation-box .realisation-box-content {
  background: #fff;
  position: relative;
  width: 211px;
  height: 100%;
  color: #777;
  font-size: 1.2rem;
  z-index: 10;
}

@media screen and (max-width: 1200px) {
  .realisation-promo .realisation-box .realisation-box-content {
    width: 176px;
  }
}

@media screen and (max-width: 765px) {
  .realisation-promo .realisation-box .realisation-box-content {
    width: 211px;
    height: 211px;
  }
}

.realisation-promo .realisation-box .realisation-box-content div {
  line-height: 59px;
}

@media screen and (max-width: 1200px) {
  .realisation-promo .realisation-box .realisation-box-content div {
    line-height: 48px;
  }
}

.realisation-promo .realisation-box .realisation-box-content div span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-weight: 900;
  font-size: 1.6rem;
  color: #001824;
}

.realisation-promo .realisation-box .realisation-box-content div:nth-child(2) {
  line-height: 94px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  margin: 0 10px;
}

@media screen and (max-width: 1200px) {
  .realisation-promo .realisation-box .realisation-box-content div:nth-child(2) {
    line-height: 78px;
  }
}

.realisation-promo .realisation-box img {
  position: absolute;
  top: 0;
  z-index: 0;
}

@media screen and (max-width: 1200px) {
  .realisation-promo .realisation-box img {
    position: relative;
    float: right;
    max-width: 176px;
  }
}

@media screen and (max-width: 765px) {
  .realisation-promo .realisation-box img {
    max-width: 211px;
  }
}

.realisation-promo .realisation-box span.hover {
  display: block;
  width: 152px;
  height: 153px;
  background: rgba(0, 24, 36, 0.8);
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}

.realisation-promo .realisation-box span.hover:after {
  content: '';
  display: block;
  width: 54px;
  height: 54px;
  background: url("/media/images/circle-hover.png") center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .realisation-promo .realisation-box span.hover {
    width: 136px;
    height: 136px;
  }
}

@media screen and (max-width: 765px) {
  .realisation-promo .realisation-box span.hover {
    bottom: 36px;
    right: 0 !important;
    left: 0 !important;
    top: auto;
    margin: 0 auto;
  }
}

.realisation-promo .realisation-box:hover span.hover {
  opacity: 1;
}

.realisation-promo .realisation-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}

.realisation-promo .row {
  padding: 114px 0 120px;
}

@media screen and (max-width: 1200px) {
  .realisation-promo .row {
    max-width: 728px;
    padding: 72px 0 60px;
    margin: 0 auto;
  }
}

.realisation-promo .row > div {
  padding: 0 5px;
}

.realisation-promo .row > div:first-of-type {
  padding: 0 5px 0 0;
}

.realisation-promo .row > div:last-of-type {
  padding: 0 0 0 5px;
}

@media screen and (max-width: 1200px) {
  .realisation-promo .row > div:nth-of-type(odd) {
    padding: 0 11px 22px 0;
  }
  .realisation-promo .row > div:nth-of-type(even) {
    padding: 0 0 22px 11px;
  }
}

@media screen and (max-width: 765px) {
  .realisation-promo .row > div {
    padding: 0 0 74px !important;
    overflow: auto;
  }
}

.realisation-promo .row div:nth-child(odd) .realisation-box-content {
  float: left;
}

.realisation-promo .row div:nth-child(odd) .realisation-box-content:after {
  content: '';
  display: block;
  width: 12px;
  height: 100%;
  background: url("/media/images/rel-arrow-r.png") center no-repeat;
  position: absolute;
  left: 211px;
  top: 0;
  z-index: 10;
}

@media screen and (max-width: 1200px) {
  .realisation-promo .row div:nth-child(odd) .realisation-box-content:after {
    left: 176px;
  }
}

@media screen and (max-width: 765px) {
  .realisation-promo .row div:nth-child(odd) .realisation-box-content:after {
    top: 111px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.realisation-promo .row div:nth-child(odd) img {
  right: 0;
}

.realisation-promo .row div:nth-child(odd) span.hover {
  right: 30px;
}

@media screen and (max-width: 1200px) {
  .realisation-promo .row div:nth-child(odd) span.hover {
    right: 20px;
  }
}

.realisation-promo .row div:nth-child(even) .realisation-box-content {
  float: right;
}

@media screen and (max-width: 765px) {
  .realisation-promo .row div:nth-child(even) .realisation-box-content {
    position: absolute;
    bottom: 0;
  }
}

.realisation-promo .row div:nth-child(even) .realisation-box-content:after {
  left: auto;
  right: 211px;
  background: url("/media/images/rel-arrow-l.png") center no-repeat;
}

@media screen and (max-width: 1200px) {
  .realisation-promo .row div:nth-child(even) .realisation-box-content:after {
    right: 176px;
  }
}

@media screen and (max-width: 765px) {
  .realisation-promo .row div:nth-child(even) .realisation-box-content:after {
    top: -110px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.realisation-promo .row div:nth-child(even) img {
  left: 0;
}

.realisation-promo .row div:nth-child(even) span.hover {
  left: 30px;
  right: auto;
}

@media screen and (max-width: 1200px) {
  .realisation-promo .row div:nth-child(even) span.hover {
    left: 20px;
  }
}

.roofs {
  overflow: hidden;
  position: relative;
  background: #1B3B69 url("/media/images/roofs-bg.jpg") center top no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 980px) {
  .roofs {
    background-position: center bottom;
  }
}

.roofs h1 {
  font-size: 7.6rem;
  color: #E3E9EA;
  padding: 108px 0 32px;
  text-align: center;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .roofs h1 {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 980px) {
  .roofs h1 {
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 765px) {
  .roofs h1 {
    font-size: 3.6rem;
  }
}

.roofs h1 span.line {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 135px;
  height: 7px;
  background: #0085C5;
}

@media screen and (max-width: 980px) {
  .roofs h1 span.line {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 765px) {
  .roofs h1 span.line {
    height: 5px;
  }
}

@media screen and (max-width: 1400px) {
  .roofs h1 {
    padding: 46px 0 32px;
  }
}

@media screen and (max-width: 980px) {
  .roofs h1 {
    padding: 68px 0 32px;
  }
}

@media screen and (max-width: 765px) {
  .roofs h1 {
    padding: 46px 0 28px;
  }
}

.roofs .roofs-circles {
  padding: 100px 0 360px;
}

@media screen and (max-width: 1400px) {
  .roofs .roofs-circles {
    padding: 78px 0 240px;
  }
}

@media screen and (max-width: 980px) {
  .roofs .roofs-circles {
    padding: 122px 0 144px;
  }
}

@media screen and (max-width: 765px) {
  .roofs .roofs-circles {
    padding: 0 0 86px;
  }
}

.roofs .roofs-circles .row > div {
  padding: 0 2.8%;
}

.roofs .roofs-circles .row .circle {
  width: 416px;
  height: 416px;
  border-radius: 50%;
  background: #E3E9EA;
  position: relative;
  text-align: center;
  color: #143661;
  font-weight: 900;
  margin: 0 auto;
  z-index: 10;
}

@media screen and (max-width: 1400px) {
  .roofs .roofs-circles .row .circle {
    width: 283px;
    height: 283px;
  }
}

@media screen and (max-width: 980px) {
  .roofs .roofs-circles .row .circle {
    float: none !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 765px) {
  .roofs .roofs-circles .row .circle {
    margin: 64px auto 0;
  }
}

.roofs .roofs-circles .row .circle .inner-circle {
  width: 398px;
  height: 398px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 9px solid #143661;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 1400px) {
  .roofs .roofs-circles .row .circle .inner-circle {
    width: 271px;
    height: 271px;
    border: 6px solid #143661;
  }
}

.roofs .roofs-circles .row .circle .inner-circle span.number {
  display: block;
  font-size: 13.7rem;
  line-height: 110%;
  padding: 100px 0 0;
  background: url("/media/images/number-bg.png") center top no-repeat;
}

@media screen and (max-width: 1400px) {
  .roofs .roofs-circles .row .circle .inner-circle span.number {
    background-size: 35px 67px;
    font-size: 9.4rem;
    padding: 60px 0 0;
  }
}

.roofs .roofs-circles .row .circle .inner-circle span.number.huge {
  font-size: 8rem;
  padding: 125px 0 14px;
}

@media screen and (max-width: 1400px) {
  .roofs .roofs-circles .row .circle .inner-circle span.number.huge {
    font-size: 5.5rem;
    padding: 86px 0 14px;
  }
}

.roofs .roofs-circles .row .circle .inner-circle span.number.huge span.small {
  font-size: 5rem;
}

@media screen and (max-width: 1400px) {
  .roofs .roofs-circles .row .circle .inner-circle span.number.huge span.small {
    font-size: 3.7rem;
  }
}

.roofs .roofs-circles .row .circle .inner-circle span.number.huge span.small sup {
  font-size: 2rem;
  top: -2.5rem;
}

@media screen and (max-width: 1400px) {
  .roofs .roofs-circles .row .circle .inner-circle span.number.huge span.small sup {
    font-size: 1.7rem;
  }
}

.roofs .roofs-circles .row .circle .inner-circle span.number-caption {
  font-size: 2.6rem;
}

@media screen and (max-width: 1400px) {
  .roofs .roofs-circles .row .circle .inner-circle span.number-caption {
    font-size: 1.7rem;
  }
}

.roofs .roofs-circles .row :first-child .circle {
  float: left;
}

@media screen and (max-width: 1400px) {
  .roofs .roofs-circles .row :first-child .circle {
    float: right;
  }
}

.roofs .roofs-circles .row :last-child .circle {
  float: right;
}

@media screen and (max-width: 1400px) {
  .roofs .roofs-circles .row :last-child .circle {
    float: left;
  }
}

.roofs .roofs-circles .row > div:first-child:after {
  content: '';
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -16px;
  left: -32px;
  z-index: 0;
  width: 284px;
  height: 87px;
  background: url("/media/images/circle-shadow-1.png") center top no-repeat;
}

@media screen and (max-width: 1400px) {
  .roofs .roofs-circles .row > div:first-child:after {
    width: 198px;
    height: 66px;
    background-size: 100%;
  }
}

@media screen and (max-width: 980px) {
  .roofs .roofs-circles .row > div:first-child:after {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -229px;
    left: 44px;
    z-index: 0;
    width: 307px;
    height: 107px;
    background: url("/media/images/circle-shadow-1-tablet.png") center top no-repeat;
  }
}

.roofs .roofs-circles .row > div:nth-child(2):after {
  content: '';
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -192px;
  left: -140px;
  z-index: 0;
  width: 291px;
  height: 98px;
  background: url("/media/images/circle-shadow-2.png") center top no-repeat;
}

@media screen and (max-width: 1400px) {
  .roofs .roofs-circles .row > div:nth-child(2):after {
    width: 202px;
    height: 73px;
    background-size: 100%;
  }
}

@media screen and (max-width: 980px) {
  .roofs .roofs-circles .row > div:nth-child(2):after {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    right: -17px;
    bottom: -301px;
    left: auto;
    z-index: 0;
    width: 331px;
    height: 109px;
    background: url("/media/images/circle-shadow-2-tablet.png") center top no-repeat;
  }
}

.roofs .roofs-circles .row > div:last-child:after {
  content: '';
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -408px;
  left: -236px;
  z-index: 0;
  width: 482px;
  height: 149px;
  background: url("/media/images/circle-shadow-3.png") center top no-repeat;
}

@media screen and (max-width: 1400px) {
  .roofs .roofs-circles .row > div:last-child:after {
    width: 331px;
    height: 107px;
    background-size: 100%;
  }
}

@media screen and (max-width: 980px) {
  .roofs .roofs-circles .row > div:last-child:after {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -84px;
    left: 0;
    z-index: 0;
    width: 203px;
    height: 73px;
    background: url("/media/images/circle-shadow-3-tablet.png") center top no-repeat;
    margin: 0 auto;
  }
}

@media screen and (max-width: 765px) {
  .roofs .roofs-circles .row > div:after {
    display: none !important;
  }
}

.roofs .deco-line {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
}

.sub .roofs .deco-line {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
}

.sub .roofs .deco-line span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.sub .roofs .deco-line span:first-child {
  background: #2F3437;
  background-size: 100%;
}

.sub .roofs .deco-line span:last-child {
  background: #2F3437;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .sub .roofs .deco-line span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .sub .roofs .deco-line span {
    height: 6px;
    margin-bottom: 6px;
  }
}

.roofs .deco-line span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.roofs .deco-line span:first-child {
  background: #E3E9EA;
  background-size: 100%;
}

.roofs .deco-line span:last-child {
  background: #E3E9EA;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .roofs .deco-line span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .roofs .deco-line span {
    height: 6px;
    margin-bottom: 6px;
  }
}

.roofs .deco-line span.transition-one {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  width: 50%;
  background: #F7F8F9;
  left: -50%;
  position: relative;
}

.roofs .deco-line span.transition-one.line {
  left: 0;
}

@media screen and (max-width: 980px) {
  .roofs .deco-line span.transition-one {
    width: 100%;
    background: #E3E9EA;
  }
}

.map-wrap {
  position: relative;
  padding: 0 0 52px;
}

@media screen and (max-width: 1400px) {
  .map-wrap {
    padding: 0 0 36px;
  }
}

@media screen and (max-width: 980px) {
  .map-wrap {
    padding: 0 0 24px;
  }
}

.map-wrap #map {
  width: 100%;
  height: 640px;
}

@media screen and (max-width: 765px) {
  .map-wrap #map {
    height: 400px;
  }
}

.map-wrap .deco-line {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  background: #2F3437;
}

.map-wrap .deco-line span {
  display: block;
  height: 13px;
  margin-bottom: 13px;
}

.map-wrap .deco-line span:first-child {
  background: #000;
  background-size: 100%;
}

.map-wrap .deco-line span:last-child {
  background: #000;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .map-wrap .deco-line span {
    height: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 980px) {
  .map-wrap .deco-line span {
    height: 6px;
    margin-bottom: 6px;
  }
}

/* Footer Stytles */
@media screen and (max-width: 980px) {
  footer {
    text-align: center !important;
  }
}

@media screen and (max-width: 1400px) {
  footer .wrapper {
    padding: 0 18px;
  }
}

footer .foot-1 {
  padding: 54px 0 62px;
}

footer .foot-1 * {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

footer .foot-1 .row img {
  padding: 48px 0 0;
}

@media screen and (max-width: 1400px) {
  footer .foot-1 .row img {
    max-width: 290px;
  }
}

@media screen and (max-width: 980px) {
  footer .foot-1 .row img {
    max-width: 288px;
    padding: 10px 0 100px;
  }
}

footer .foot-1 .row a {
  display: block;
  color: #777;
}

footer .foot-1 .row a.phone {
  font-weight: 900;
  font-size: 2.9rem;
  line-height: 37px;
  padding-left: 50px;
  margin-bottom: 20px;
  background: url("/media/images/ico-phone.png") left center no-repeat;
}

footer .foot-1 .row a.mail {
  font-weight: 900;
  font-size: 1.9rem;
  line-height: 37px;
  padding-left: 50px;
  background: url("/media/images/ico-mail.png") left center no-repeat;
}

@media screen and (max-width: 980px) {
  footer .foot-1 .row a.mail {
    max-width: 262px;
    margin: 0 auto;
  }
}

footer .foot-1 .row .adress {
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 200%;
  color: #777;
}

footer .foot-1 .row div:nth-child(2) {
  padding: 0;
}

footer .foot-1 .row div:nth-child(2) .pos {
  padding-left: 18%;
}

@media screen and (max-width: 1400px) {
  footer .foot-1 .row div:nth-child(2) .pos {
    padding-left: 7%;
  }
}

@media screen and (max-width: 980px) {
  footer .foot-1 .row div:nth-child(2) .pos {
    padding: 0;
    max-width: 300px;
    margin: 0 auto;
  }
}

footer .foot-1 .row div:nth-child(2) .pos a.more {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
  display: block;
  width: 100%;
  max-width: 414px;
  padding: 27px 0 28px;
  margin: 36px 0 0 0;
  border: 2px solid #0085C5;
  background: none;
  text-align: center;
  font-size: 2.6rem;
  font-family: "Lato", sans-serif;
  color: #0085C5;
}

footer .foot-1 .row div:nth-child(2) .pos a.more:hover {
  background: rgba(0, 134, 198, 0.3);
}

@media screen and (max-width: 1400px) {
  footer .foot-1 .row div:nth-child(2) .pos a.more {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 980px) {
  footer .foot-1 .row div:nth-child(2) .pos a.more {
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 1400px) {
  footer .foot-1 .row div:nth-child(2) .pos a.more {
    width: 286px;
    padding: 32px 0 30px;
    margin: 24px 0 0;
  }
}

@media screen and (max-width: 980px) {
  footer .foot-1 .row div:nth-child(2) .pos a.more {
    margin: 40px auto 78px;
  }
}

footer .foot-1 .row div:last-child {
  padding: 0;
}

footer .foot-1 .row div:last-child .pos {
  min-width: 68.7%;
  float: right;
}

@media screen and (max-width: 1400px) {
  footer .foot-1 .row div:last-child .pos {
    padding-right: 7%;
  }
}

@media screen and (max-width: 980px) {
  footer .foot-1 .row div:last-child .pos {
    padding: 0;
    float: none;
  }
}

footer .foot-1 .row div:last-child .pos a.more {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
  display: block;
  width: 100%;
  max-width: 414px;
  padding: 27px 0 28px;
  margin: 34px 0 0 0;
  border: 2px solid #fff;
  background: none;
  text-align: center;
  font-size: 2.6rem;
  font-family: "Lato", sans-serif;
  color: #fff;
}

footer .foot-1 .row div:last-child .pos a.more:hover {
  background: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 1400px) {
  footer .foot-1 .row div:last-child .pos a.more {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 980px) {
  footer .foot-1 .row div:last-child .pos a.more {
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 1400px) {
  footer .foot-1 .row div:last-child .pos a.more {
    width: 286px;
    padding: 32px 0 30px;
    margin: 24px 0 0;
  }
}

@media screen and (max-width: 980px) {
  footer .foot-1 .row div:last-child .pos a.more {
    margin: 34px auto 24px;
  }
}

footer .foot-2 {
  padding: 68px 0 54px;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
}

footer .foot-2 .foot-menu {
  border: 2px solid #fff;
  position: relative;
  max-width: 846px;
  padding-bottom: 26px;
}

@media screen and (max-width: 980px) {
  footer .foot-2 .foot-menu {
    padding: 0;
  }
}

footer .foot-2 .foot-menu h2 {
  background: #000;
  position: absolute;
  width: 190px;
  text-align: center;
  top: -21px;
  left: 0;
  right: 0;
  font-size: 3.6rem;
  color: #fff;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  margin: auto;
  z-index: 10;
}

footer .foot-2 .row h3 {
  padding: 46px 0 36px 55px;
  font-size: 3.6rem;
  color: #0085C5;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 980px) {
  footer .foot-2 .row h3 {
    padding-left: 0;
  }
}

footer .foot-2 .row .pos {
  float: right;
  padding-right: 13%;
}

footer .foot-2 .row .pos.last {
  float: left;
  padding-left: 23%;
}

@media screen and (max-width: 1200px) {
  footer .foot-2 .row .pos.last {
    float: none;
    padding: 0;
  }
}

@media screen and (max-width: 1200px) {
  footer .foot-2 .row .pos {
    float: none;
    padding: 0;
  }
}

footer .foot-2 .row ul {
  list-style: none;
  padding: 0 0 0 55px;
  color: #777;
  font-size: 1.6rem;
}

@media screen and (max-width: 1200px) {
  footer .foot-2 .row ul {
    max-width: 290px;
  }
}

@media screen and (max-width: 980px) {
  footer .foot-2 .row ul {
    padding-left: 0;
    max-width: inherit;
  }
}

footer .foot-2 .row ul li {
  padding-bottom: 16px;
}

footer .foot-2 .row ul li a {
  color: #777;
}

footer .foot-2 .row ul li a:hover, footer .foot-2 .row ul li a.active {
  color: #fff;
  font-weight: 900;
}

footer .foot-3 {
  padding: 46px 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  footer .foot-3 {
    padding: 60px 0 18px;
  }
}

@media screen and (max-width: 980px) {
  footer .foot-3 .row > div {
    margin: 0 0 32px;
  }
}

footer .foot-3 a {
  color: #777;
}

footer .foot-3 a img {
  padding-left: 5px;
}

@media screen and (max-width: 980px) {
  footer .foot-3 a {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}

footer .foot-3 span {
  font-weight: 900;
}
