html {
  height: 100%;
  min-height: 100%;
}

body {
  margin: 0;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  color: #101820;
  height: auto !important;
}

body.overlay::after {
  position: fixed;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

body.overlay {
  height: 100%;
  overflow-y: hidden
  margin-right: 17px;
}

body.job-open {
  position: relative;
}

body.job-open .bg-overlay {
  display: block;
  width: 100%;
  height: 120vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9997;
  overflow: hidden;
  background-color: rgba(16, 24, 32, 0.780392);
}

body.menu-open {
  position: relative;
}

body.menu-open:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(16, 24, 32, 0.780392);
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  margin: 0;
}

h1 {
  font-size: 42px;
  line-height: 40px;
}

h2 {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 414px) {
  h2 {
    font-size: 20px;
  }
}

h1.section-title,
h2.section-title {
  position: relative;
  font-size: 38px;
  line-height: 42px;
  font-weight: 800;
  text-transform: uppercase;
  /* margin-left: 80px; */
}
@media (max-width: 1015px) {
  h1.section-title,
  h2.section-title {
    margin-left: 0;
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 414px) {
  h1.section-title,
  h2.section-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 1015px) {
  h1.section-title br,
  h2.section-title br {
    display: none;
  }
}

/* h1.section-title:before, h2.section-title:before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: black;
    left: -80px;
    top: 18px; } */

@media (max-width: 1015px) {
  h1.section-title:before,
  h2.section-title:before {
    display: none;
  }
}
@media (max-width: 1015px) {
  h1.section-title:after,
  h2.section-title:after {
    content: "";
    display: block;
    width: 25%;
    height: 3px;
    background-color: black;
    margin-top: 10px;
  }
}
h1.section-title.white,
h2.section-title.white {
  color: white;
}
h1.section-title.white:before,
h2.section-title.white:before {
  background-color: white;
}
h1.section-title.white:after,
h2.section-title.white:after {
  background-color: white;
}

a {
  text-decoration: none;
  color: black;
}

p {
  line-height: 32px;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1799px) {
  .container {
    max-width: 1190px;
  }
}
@media (max-width: 1279px) {
  .container {
    max-width: 1000px;
  }
}
@media (max-width: 1015px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.inner {
  margin: 0 20px;
}
@media (max-width: 1279px) {
  .inner {
    margin: 0 30px;
  }
}
@media (max-width: 1015px) {
  .header .inner {
    margin: 0px 30px;
  }
  .inner {
    margin: 0 20px;
  }
  .page .inner {
    margin: 0 30px;
  }
}

.logo {
  display: block;
  width: 206px;
  height: 54px;
  background-image: url("https://verston.ee/wp-content/uploads/2022/11/verston-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.logo.brand {
  width: 160px;
  height: 42px;
  background-image: url("https://verston.ee/wp-content/uploads/2022/11/verston-red.svg");
}

@media (max-width: 1279px) {
  .logo, .logo.brand {
    width: 100px;
    height: 45px;
  }
}

.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  vertical-align: top;
}
.icon.arrow {
  width: 36px;
  height: 17px;
}
.icon.arrow-vert {
  width: 15px;
  height: 35px;
}
.icon.down {
  width: 15px;
  height: 35px;
  background-image: url("../img/icons/arrow-down_dark.svg");
}
.icon.up {
  width: 15px;
  height: 35px;
  background-image: url("../img/icons/arrow-up_brand.svg");
}
.icon.brand {
  background-image: url("../img/icons/arrow_brand.svg");
}
.icon.dark {
  background-image: url("../img/icons/arrow_dark.svg");
}
.icon.white {
  background-image: url("../img/icons/arrow_white.svg");
}
.icon.play {
  width: 45px;
  height: 45px;
  background-image: url("../img/icons/play.svg");
}
.icon.close {
  width: 43px;
  height: 43px;
  background-image: url("../img/icons/close.svg");
}
.icon.mobile {
  width: 39px;
  height: 39px;
  background-image: url("../img/icons/mobile.png");
}
.icon.taristuehitus {
  width: 65px;
  height: 45px;
  background-image: url("../img/icons/icon_taristuehitus.svg");
}
.icon.asfalt {
  width: 65px;
  height: 45px;
  background-image: url("../img/icons/icon_asfalt.svg");
}
.icon.korrashoid {
  width: 65px;
  height: 45px;
  background-image: url("../img/icons/icon_korrashoid.svg");
}
.icon.maendus {
  width: 65px;
  height: 45px;
  background-image: url("../img/icons/icon_materjalid.svg");
}
.icon.pindamine {
  width: 65px;
  height: 45px;
  transform: rotate(-90deg);
  background-image: url("../img/icons/icon_pindamine.svg");
}
.icon.arrow_right {
  width: 30px;
  height: 20px;
  background-image: url("../img/icons/arrow_white.svg");
}

.layout {
  display: flex;
}
@media (max-width: 1015px) {
  .layout {
    display: block;
  }
}
.layout .col.title-space {
  position: relative;
  flex: 0 0 270px;
  margin-right: 60px;
}
@media (max-width: 1015px) {
  .layout .col.title-space {
    margin-right: 0;
    flex: none;
  }
}
.layout .col.title-space:after {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: black;
  top: 0;
  right: 0;
}
@media (max-width: 1015px) {
  .layout .col.title-space:after {
    display: none;
  }
}
.layout .col.extra-space {
  flex: 0 0 430px;
}
@media (max-width: 1015px) {
  .layout .col:last-of-type {
    margin-top: 0;
  }
}
/* @media (max-width: 1799px) {
    .layout .col p br {
      display: none; } } */
.layout .col p:first-of-type {
  margin-top: 0;
}
.layout .col p:last-of-type {
  margin-bottom: 0;
}
.layout.white {
  color: white;
}
.layout.white .col.title-space:after {
  background-color: white;
}
.layout.white .col.title-space .section-title:before {
  background-color: white;
}
.layout.white .col.title-space .section-title:after {
  background-color: white;
}
.layout.link-dec a {
  color: #cb333b;
  border-bottom: solid 3px #cb333b;
  font-weight: 800;
}

.arrowed-link {
  color: black;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  margin-right: 25px;
  transition: color 0.27s ease-in-out;
}
.arrowed-link.white {
  color: white;
}
.arrowed-link .icon {
  position: relative;
  left: 25px;
  top: 0;
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
  -ms-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}
.arrowed-link:hover {
  color: #cb333b;
  transition: color 0.27s ease-in-out;
}
.arrowed-link:hover .icon {
  left: 30px;
}

.arrowed-link-btm {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
}
.arrowed-link-btm.black {
  color: black;
}
.arrowed-link-btm .icon {
  /* display: block; */
  position: relative;
  top: 20px;
  margin: 0 auto;
  display: none;
}

.top-head {
  /* old height: 375px; */
  height: 295px;
  background-color: #712327;
  position: relative;
  z-index: -1;
}
/* @media (max-width: 1279px) {
  .top-head {
    height: 300px;
  }
} */
.top-head:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  /* background-image: url("../img/backgrounds/pattern_full.png"); */
  background-image: url("/wp-content/uploads/2021/08/Verston_full_375.png");
  /* background-position: center; */
  /* background-size: contain; */
  background-position: left;
}
@media (max-width: 1279px) {
  .top-head:after {
    background-position-x: unset;
  }
}
@media (min-width: 1024px){
  .top-head:after{
    background-size: contain;
  }
}

.embed-container {
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider .video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.owl-carousel .owl-video-wrapper {
  width: 100%;
}
.slider .video-slide .text-wrap {
  position: absolute !important;
}
.slider .owl-carousel .owl-nav,
.project-slider .owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.slider .owl-carousel .owl-nav button,
.project-slider .owl-carousel .owl-nav button {
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  width: 77px;
  height: 39px;
}
.slider .owl-carousel .owl-nav button.hover,
.project-slider .owl-carousel .owl-nav button.hover {
  background-color: white !important;
}
.slider .owl-carousel .owl-nav button.owl-next,
.project-slider .owl-carousel .owl-nav button.owl-next {
  background-color: #101820;
  position: absolute;
  right: 0;
}
.slider .owl-carousel .owl-nav button.owl-prev,
.project-slider .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  background-color: #101820;
}
.slider .owl-carousel .owl-nav button.owl-prev span,
.project-slider .owl-carousel .owl-nav button.owl-prev span {
  transform: rotate(180deg);
}

.entry p:first-of-type {
  margin-top: 0;
}

.entry p:last-of-type {
  margin-bottom: 0;
}

.entry ul li {
  line-height: 32px;
}

.job-ad {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 50%;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  cursor: initial;
  padding: 150px 130px 0 100px;
  background-color: white;
  color: black;
  top: 200px !important;
}

.job-ad.job-image {
  padding: 30px;
}

@media (max-width: 1015px) {
  .job-ad.job-image {
    padding: 0;
  }
}

.job-ad.job-image img {
  width: 100%;
}

@media (max-width: 1280px) {
  .job-ad {
    width: 70%;
  }
}
@media (max-width: 1015px) {
  .job-ad {
    padding: 160px 60px 0 60px;
  }
}
@media (max-width: 767px) {
  .job-ad {
    width: 90%;
    padding: 90px 20px 0 20px;
  }
}
.job-ad .content-wrap h1 {
  font-weight: 800;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 3px solid black;
}
@media (max-width: 767px) {
  .job-ad .content-wrap h1 {
    font-size: 24px;
    line-height: 29px;
  }
}
.job-ad .content-wrap .entry {
  margin-top: 40px;
}
.job-ad .content-wrap .entry br {
  display: none;
}
.job-ad .content-wrap .bottom {
  height: 167px;
  display: flex;
  align-items: center;
  background-color: #cb333b;
  margin: 95px -130px 0 -100px;
  padding: 0 100px;
  color: white;
}
@media (max-width: 1015px) {
  .job-ad .content-wrap .bottom {
    margin: 95px -60px 0 -60px;
  }
}
@media (max-width: 767px) {
  .job-ad .content-wrap .bottom {
    margin: 95px -20px 0 -20px;
  }
}
@media (max-width: 414px) {
  .job-ad .content-wrap .bottom {
    height: auto;
    padding: 0 20px;
  }
}
.job-ad .content-wrap .bottom a {
  color: #101820;
  font-weight: 800;
  border-bottom: 3px solid black;
}
.job-ad .close-ad {
  position: absolute;
  right: 75px;
  top: 80px;
  cursor: pointer;
}
@media (max-width: 1015px) {
  .job-ad .close-ad {
    right: 60px;
    top: 45px;
  }
}
@media (max-width: 767px) {
  .job-ad .close-ad {
    right: 20px;
    top: 28px;
  }
}
.job-ad ul {
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
}
.job-ad ul li {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 74px;
  margin-bottom: 20px;
}
.job-ad ul li:before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: black;
}

button.mobile-menu {
  display: none;
  position: absolute;
  z-index: 6;
  right: 0;
  top: 30px;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 1279px) {
  button.mobile-menu {
    display: block;
  }
}

.header .logo {
  position: absolute;
  top: 45px;
}
@media (max-width: 1279px) {
  .header .logo {
    top: 30px;
  }
}

.header .inner {
  position: relative;
}
.menu-open .header .inner > button {
  display: none;
}

.header .main-menu {
  position: absolute;
  right: 0;
  top: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.search {
  width: 30px;
  height: 30px;
  margin-left: 70px;
  cursor: pointer;
  margin-top: -25px;
}

.search svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 1279px) {
  .header .main-menu {
    opacity: 0;
    display: none !important;
    position: fixed;
    z-index: -1;
    top: 0;
    width: 100%;
    background-color: #cb333b;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .menu-open .header .main-menu {
    display: initial !important;
    opacity: 1;
    z-index: 4;
  }
  .header .main-menu .logo {
    left: 42px;
  }
}
@media (max-width: 1279px) and (max-width: 1015px) {
  .header .main-menu .logo {
    left: 30px;
  }
}
@media (max-width: 1279px) {
  .header .main-menu .mobile-menu {
    right: 42px;
  }
}
@media (max-width: 1279px) and (max-width: 1015px) {
  .header .main-menu .mobile-menu {
    right: 30px;
  }
}
@media (max-width: 1279px) {
  .header .main-menu .top {
    padding: 155px 85px 100px 85px;
  }
}
@media (max-width: 375px) {
  .header .main-menu .top {
    padding: 155px 50px 60px 85px;
  }
}
.header .main-menu .top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .main-menu .top ul li {
  float: left;
  position: relative;
  margin-right: 40px; /* old 65 */
}
@media (max-width: 1279px) {
  .header .main-menu .top ul li {
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
    padding-left: 0px;
  }
}
.header .main-menu .top ul li:last-of-type {
  margin-right: 0;
}
.header .main-menu .top ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: -10px;
  height: 3px;
  width: 0;
  background-color: white;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -ms-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.header .main-menu .top ul li:hover:before {
  width: 30px;
}
.header .main-menu .top ul li.current-menu-item:before {
  width: 30px;
}
.header .main-menu .top ul li a {
  color: white;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.header .main-menu .top ul:after {
  content: "";
  display: block;
  clear: both;
}

.hero {
  width: 100%;
  height: 830px;
  position: relative;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1279px) {
  .hero {
    height: 720px;
  }
}

@media (max-width: 1025px) {
  .hero {
    height: 690px;
  }
}

@media (max-width: 767px) {
  .hero {
    height: 340px;
  }
}
.hero:before {
  content: "";
  display: block;
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -2;
  background-image: linear-gradient(rgba(0, 0, 0, 0.85098), transparent);
}
.hero:after {
  content: "";
  display: block;
  height: 100%;
  width: 49.5%; /* old 52 */
  position: absolute;
  top: 0;
  z-index: 0;
  /* background-image: url("../img/backgrounds/pattern.png"); */
  background-repeat: no-repeat;
  background-position-x: left;
  background-size: cover;
  /* New */
  opacity: 0.9;
  background-image: url('/wp-content/uploads/2021/08/Verston_homegrid@2x.png');
}
@media (max-width: 1920px) {
  .hero:after {
    width: 50%; /* old 55*/
  }
}
@media (max-width: 1799px) {
  .hero:after {
    background-position-x: -120px; /* old -145px;*/
  }
}
@media (max-width: 1280px) {
  .hero:after {
    /* background-position-x: -225px; */
    background-position-x: -70px;
  }
}
@media (max-width: 1279px) {
  .hero:after {
    /* width: 50%;
    background-position-x: -207px; */
    width: 56%;
    background-position-x: 0px;
  }
}
@media (max-width: 1015px) {
  .hero:after {
    width: 60%;
    background-position-x: -219px;
  }
}
@media (max-width: 414px) {
  .hero:after {
    background-position-x: -18px;
    width: 50%;
  }
}
@media (max-width: 320px) {
  .hero:after {
    width: 60%;
  }
}
.hero .container {
  position: relative;
  top: 275px;
  z-index: 2;
}
@media (max-width: 1279px) {
  .hero .container {
    top: 205px;
  }
}
@media (max-width: 767px) {
  .hero .container {
    top: 130px;
  }
}
.hero h1 {
  font-size: 72px;
  line-height: 72px;
  text-transform: uppercase;
  color: white;
  font-weight: 800;
}

@media (max-width: 1280px) {
  .hero h1{
    font-size: 68px;
    line-height: 68px;
  }
}

@media (max-width: 1015px) {
  .hero h1{
    font-size: 60px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .hero h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

.qualities {
  margin-top: -340px;
}
@media (max-width: 767px) {
  .qualities {
    margin-top: -65px;
  }
}
.qualities .qualities-blocks {
  display: flex;
  background-color: white;
  padding: 50px 45px 50px 45px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1015px) {
  .qualities .qualities-blocks {
    display: block;
    padding: 45px 25px 25px 25px;
  }
}
.qualities .qualities-blocks .col {
  margin-right: 35px;
}

@media (max-width: 1015px) {
  .qualities .qualities-blocks .col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px;
  }
}

.qualities .qualities-blocks .col:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 0;
}

.qualities .qualities-blocks .col h2 {
  max-width: 260px;
  text-transform: uppercase;
}

.slider {
  margin-top: -345px;
}
.slider .container {
  max-width: 100%;
  width: 100%;
}
.slider .container .inner {
  margin: 0;
}
.slider .slide {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.slider .slide .text-wrap {
  max-width: 530px;
  text-align: center;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (max-width: 767px) {
  .slider .slide .text-wrap {
    max-width: 200px;
  }
}
.slider .slide .text-wrap h2 {
  font-size: 48px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .slider .slide .text-wrap h2 {
    font-size: 24px;
  }
}
.slider .slide .text-wrap h2 a {
  color: white;
}
.slider .slide .text-wrap h3 {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .slider .slide .text-wrap h3 {
    font-size: 20px;
  }
}
.slider .slide:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.slider .slide .arrowed-link-btm {
  position: relative;
  top: 35px;
  background: #cb333b;
  padding: 14px 38px;
  font-weight: 700;
  letter-spacing: 0.4px;
  transition: background 0.27s ease-in-out;
}
.slider .slide .arrowed-link-btm:hover {
  background: #101820;
  transition: background 0.27s ease-in-out;
}

.slider .center .slide {
  position: relative;
}
.slider .center .slide:before {
  opacity: 0.4;
}
.slider .center .slide .text-wrap {
  opacity: 1;
}
.slider .owl-carousel .owl-nav {
  top: 252px;
}

.work {
  background-color: #101820;
  padding-top: 90px;
  padding-bottom: 480px;
  margin-top: 60px;
}
.work .container .inner {
  position: relative;
}
.work .arrowed-link {
  position: absolute;
  right: 0;
  top: 135px;
}
@media (max-width: 1015px) {
  .work .arrowed-link {
    position: static;
    float: right;
    margin-top: 50px;
  }
  .work {
    padding-top: 45px;
  }
  .slider .slide {
    height: 375px;
  }
  .slider .slide .arrowed-link-btm {
    top: 70px;
  }
  .arrowed-link-btm .icon {
    /* display: inline-block; */
    position: relative;
    top: 0px;
    margin: 0 auto;
    margin-left: 10px;
  }
  .slider .owl-carousel .owl-nav {
    top: 162px;
  }
}

.jobs {
  background-color: #cb333b;
  padding-top: 285px;
  padding-bottom: 380px;
  margin-top: -195px;
}
.jobs .container .inner {
  position: relative;
}
.jobs .image {
  position: absolute;
  width: 100%;
  height: 600px;
  margin-top: 140px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
}
.jobs .arrowed-link {
  position: absolute;
  right: 0;
  top: 135px;
}
@media (max-width: 1015px) {
  .jobs .arrowed-link {
    position: static;
    float: right;
    margin-top: 50px;
  }
  .jobs {
    padding-top: 245px;
  }
  .jobs .image {
    height: 265px;
  }
}
@media (max-width: 414px) {
  .jobs .arrowed-link {
    float: left;
    margin-right: 0;
  }
}
.jobs .arrowed-link:hover {
  color: #101820;
  transition: color 0.27s ease-in-out;
}

.qualities-blocks {
  margin-top: 0;
}
@media (max-width: 414px) {
  .qualities-blocks {
    margin-top: 80px;
  }
}
.qualities-blocks .arrowed-link {
  float: right;
  margin-top: 42px;
}
@media (max-width: 1015px) {
  .qualities-blocks .arrowed-link {
    margin-top: 45px;
  }
}
@media (max-width: 1015px) {
  .qualities-blocks p br {
    display: none;
  }
}

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

.page .footer {
  /* margin-top: 54px; */
  margin: 54px 15px 0px 15px;
}

.single .container {
  height: 100%;
}
.single .container .inner {
  height: 100%;
  position: relative;
}

.single .backdrop {
  height: 624px;
  margin-top: -467px;
  background-color: #101820;
}
.single .backdrop .arrowed-link {
  position: absolute;
  right: 0;
  bottom: 65px;
}
@media (max-width: 1015px) {
  .single .backdrop .arrowed-link {
    right: 30px;
  }
}

.single .footer {
  margin-top: 54px;
  padding-bottom: 54px;
}

.content {
  margin-top: -165px;
}
.content .inner {
  padding: 85px 50px 50px 50px;
  background: white;
}
.content.aboutus {
  margin-bottom: 50px;
}
.content .inner.withmenu {
  padding: 80px;
}
@media (max-width: 1015px) {
  .content .inner {
    padding: 35px;
  }
  .content .inner.withmenu {
    padding: 80px 35px;
    margin: 0px 15px;
  }
}
.content .entry {
  margin-top: 40px;
}
@media (max-width: 1015px) {
  .content.title-only {
    margin-top: -118px;
  }
}

.why {
  margin-top: 100px;
}
@media (max-width: 1015px) {
  .why {
    margin-top: 40px;
  }
}
.why .inner {
  padding: 0 50px;
}
@media (max-width: 1015px) {
  .why .inner {
    padding: 0 30px;
  }
}
.why .pre p {
  margin-top: 40px;
}
@media (max-width: 1279px) {
  .why .pre p br {
    display: none;
  }
}
.why .colums {
  margin-top: 100px;
}
@media (max-width: 1015px) {
  .why .colums {
    margin-top: 60px;
  }
}
.why .row {
  display: flex;
}
@media (max-width: 1015px) {
  .why .row {
    display: block;
  }
}
.why .row .col {
  width: 33%;
  margin-right: 50px;
}
@media (max-width: 1015px) {
  .why .row .col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.why .row .col br {
  display: none;
}
.why .row .col:last-of-type {
  margin-right: 0;
}
.why .row .col p {
  margin: 40px 0 0 0;
}

.job-offers {
  background-color: #101820;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 130px;
  color: white;
}
.job-offers .jobs-list {
  margin-top: 100px;
}
.job-offers .jobs-list .row {
  position: relative;
  margin-top: 35px;
  padding-bottom: 25px;
  border-bottom: 3px solid white;
}
.job-offers .jobs-list .row h2 {
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (max-width: 414px) {
  .job-offers .jobs-list .row h2 {
    max-width: 280px;
  }
}
.job-offers .jobs-list .row h2:hover {
  color: #cb333b;
}
.job-offers .jobs-list .row:first-of-type {
  margin-top: 0;
}
.job-offers .jobs-list .row .icon.arrow {
  position: absolute;
  right: 0;
  top: 6px;
}
.job-offers .extra-info {
  margin-top: 100px;
}
@media (max-width: 1015px) {
  .job-offers .extra-info p br {
    display: none;
  }
  .job-offers .jobs-list {
    margin-top: 60px;
  }
  .job-offers .extra-info {
    margin-top: 60px;
  }
}
.job-offers .extra-info a {
  display: inline-block;
  position: relative;
  color: #cb333b;
  font-weight: 800;
}
.job-offers .extra-info a:after {
  content: "";
  display: block;
  position: relative;
  top: -2px;
  height: 3px;
  background-color: #cb333b;
}

.intern {
  position: relative;
  padding-top: 100px;
  color: white;
}
@media (max-width: 375px) {
  .intern {
    padding-top: 70px;
  }
}
.intern:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 735px;
  background-color: #cb333b;
}
@media (max-width: 414px) {
  .intern:after {
    height: 845px;
  }
}
.intern .entry {
  margin-top: 80px;
}
@media (max-width: 375px) {
  .intern .entry {
    margin-top: 50px;
  }
}
.intern .entry a {
  color: #101820;
  font-weight: 800;
  border-bottom: 3px solid black;
}
@media (max-width: 1279px) {
  .intern .entry p br {
    display: none;
  }
}
.intern .image {
  height: 425px;
  width: 100%;
  margin-top: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 30px 0px #5454541f;
  -moz-box-shadow: 0px 0px 30px 0px #5454541f;
  box-shadow: 0px 0px 30px 0px #5454541f;
}

.contactspage {
  padding: 0 45px;
}
@media (max-width: 1015px) {
  .contactspage {
    margin-top: 80px;
  }
  .intern .image {
    height: 280px;
  }
}
.contactspage .row {
  margin-bottom: 50px;
}
.contactspage .row .department-title {
  position: relative;
  padding-bottom: 30px;
  padding-left: 5px;
  border-bottom: 3px solid black;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contactspage .row .department-title .icon {
  position: absolute;
  right: 15px;
  top: -12px;
}
.contactspage .row .department-title.open {
  color: #cb333b;
  border-color: #cb333b;
}
.contactspage .row .people-container {
  display: none;
  padding-top: 20px;
  outline: 1px solid transparent;
}
@media (max-width: 767px) {
  .contactspage .row .people-container {
    padding-top: 50px;
  }
}
.contactspage .row .people .member {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 264px;
  margin-right: 33px;
  margin-bottom: 50px;
}
@media (max-width: 1799px) {
  .contactspage .row .people .member {
    width: 234px;
  }
}
@media (max-width: 767px) {
  .contactspage .row .people .member {
    position: relative;
    left: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 320px) {
  .contactspage .row .people .member {
    width: 100%;
  }
}
.contactspage .row .people .member:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1279px) {
  .contactspage .row .people .member:nth-child(4n) {
    margin-right: 36px;
  }
}
@media (max-width: 767px) {
  .contactspage .row .people .member:nth-child(4n) {
    margin-right: auto;
  }
}
@media (max-width: 1279px) {
  .contactspage .row .people .member:nth-child(3n) {
    margin-right: 0;
  }
}
/* @media (max-width: 1015px) {
        .contactspage .row .people .member:nth-child(3n) {
          margin-right: 36px; } } */
@media (max-width: 767px) {
  .contactspage .row .people .member:nth-child(3n) {
    margin-right: auto;
  }
}
@media (max-width: 1015px) {
  .contactspage .row .people .member:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .contactspage .row .people .member:nth-child(2n) {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .contactspage .row .people .member:last-of-type {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .contactspage .row .people .member.has-placeholder {
    /* left: 0; */
  }
}
.contactspage .row .people .member .image {
  width: 100%;
  height: 274px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  left: -20px;
}
.contactspage .row .people .member .image.no-avatar {
  /* background: url("/wordpress/wp-content/uploads/2021/05/noavatar.png") 30%; */
  background: url("/wp-content/uploads/2021/05/noavatar.png") 30%;
  background-size: 100% 95%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .contactspage .row .people .member .image.no-avatar {
    left: 0;
  }
}
@media (max-width: 1799px) {
  .contactspage .row .people .member .image {
    height: 246px;
  }
}
@media (max-width: 320px) {
  .contactspage .row .people .member .image {
    width: 100%;
  }
}

.contactspage .row .people .member h3 {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 24px;
}
.contactspage .row .people .member .name {
  margin-top: 0px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1799px) {
  .contactspage .row .people .member .name {
    font-size: 18px;
  }
}
.contactspage .row .people .member .tel {
  margin-top: 15px;
}
.contactspage .row .people .member .mail {
  margin-top: 15px;
}
@media (max-width: 1799px) {
  .contactspage .row .people .member .mail {
    font-size: 16px;
  }
}
.contactspage .row .people .member a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.contactspage .row .people .member a:hover {
  color: #cb333b;
}

.contacts-main .contact-cols {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 30px;
}
.contacts-main .contact-cols .col {
  /* flex: 0 0 305px; */
  margin-right: 25px;
  margin-bottom: 60px;
  width: 30%;
}
.contacts-main .contact-cols .col h2 {
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: 700;
}
.contacts-main .col p {
  max-width: 80%;
}
@media (max-width: 1015px) {
  .contacts-main .contact-cols .col {
    /* flex: none; */
    width: 45%;
  }
}
@media (max-width: 650px) {
  .contacts-main .contact-cols .col {
    /* flex: none; */
    width: 100%;
  }
}
.contacts-main .contact-cols .col.main .data-wrap {
  margin-top: 40px;
}
.contacts-main .contact-cols .col.main .data-wrap .address-row {
  max-width: 250px;
  line-height: 26px;
}
.contacts-main .contact-cols .col.main .data-wrap > div {
  margin-top: 15px;
}
.contacts-main .contact-cols .col.main .data-wrap > div:first-of-type {
  margin-top: 0;
}
.contacts-main .contact-cols .col.main .data-wrap .extra {
  margin-top: 40px;
}
.contacts-main .contact-cols .col .data-wrap {
  margin-top: 15px;
}
.contacts-main .contact-cols .col .data-wrap p {
  margin: 0;
}
.contacts-main .people-container a {
  font-weight: 800;
}
.contacts-main .people-container a:hover {
  border-bottom: 3px solid #cb333b;
}
.contacts-main a {
  font-weight: 700;
  color: #cb333b;
}
.contacts-main a:hover {
  border-bottom: 2px solid #cb333b;
}

.all-work {
  margin-top: 100px;
}
@media (max-width: 1015px) {
  .all-work {
    margin-top: 60px;
  }
}
.all-work .category-select {
  width: 100%;
  text-align: center;
}
@media (max-width: 1015px) {
  .all-work .category-select {
    text-align: left;
  }
}
.all-work .category-select ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.all-work .category-select ul li {
  display: inline-block;
  position: relative;
  margin-right: 45px;
}
@media (max-width: 1015px) {
  .all-work .category-select ul li {
    margin-right: 30px;
    margin-bottom: 40px;
  }
}
.all-work .category-select ul li:last-of-type {
  margin-right: 0;
}
.all-work .category-select ul li a {
  text-transform: uppercase;
  font-weight: 800;
}
.all-work .category-select ul li.current-cat a {
  color: #cb333b;
}
.all-work .category-select ul li.current-cat:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  margin-top: 5px;
  background-color: #cb333b;
}
.all-work .work-list {
  margin-top: 50px;
}
@media (max-width: 1015px) {
  .all-work .work-list {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .all-work .work-list {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.all-work .work-list .row {
  display: flex;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .all-work .work-list .row {
    display: block;
    width: 100%;
    margin-top: 0;
  }
}
.all-work .work-list .row:first-of-type {
  margin-top: 0;
}
.all-work .work-list .row .project {
  position: relative;
  flex: 0 1 620px;
  height: 405px;
  margin-right: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.all-work .work-list .row .project:last-of-type {
  margin-right: 0;
}
@media (max-width: 1015px) {
  .all-work .work-list .row .project {
    flex: 1 1 620px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .all-work .work-list .row .project {
    margin-right: 0;
    margin-bottom: 40px;
    flex: none;
  }
}
.all-work .work-list .row .project a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.all-work .work-list .row .project h2 {
  color: white;
  margin-left: 45px;
}
@media (max-width: 767px) {
  .all-work .work-list .row .project h2 {
    max-width: 255px;
  }
}
.all-work .work-list .row .project .text-area {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 165px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.all-work .work-list .row .project .text-area .icon {
  position: absolute;
  right: 30px;
}
.all-work .work-list .row .project:hover .text-area {
  background-color: #cb333b;
}
span.year {
  padding-top: 5px;
  display: inline-block;
}

.project-slider {
  margin-top: 30px;
}
.project-slider .inner {
  max-width: 1170px;
  margin: 0 auto;
}
.project-slider .project-slides .slide {
  height: 670px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .project-slider .project-slides .slide {
    height: 375px;
  }
}
.project-slider .owl-carousel .owl-nav {
  top: 50%;
}
.project-slider .thumbs {
  display: flex;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.project-slider .thumbs div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 168px;
  height: 112px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.project-slider .thumbs div:before {
  background-color: transparent;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.project-slider .thumbs div.active:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(203, 51, 59, 0.48);
}
.project-slider .thumbs div.video:after {
  content: "";
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  background-image: url("../img/icons/play.svg");
}

.footer {
  margin-top: 180px;
  padding-bottom: 54px;
  font-size: 14px;
}
@media (max-width: 1015px) {
  .footer {
    padding-bottom: 30px;
  }
  .footer {
    margin-top: 90px;
  }
}
.post-type-archive .footer {
  margin-top: 160px;
}
@media (max-width: 1015px) {
  .post-type-archive .footer {
    margin-top: 100px;
  }
}
.archive .footer {
  margin-top: 160px;
}
@media (max-width: 1015px) {
  .archive .footer {
    margin-top: 100px;
  }
}
.footer .inner {
  display: flex;
}
@media (max-width: 767px) {
  .footer .inner {
    display: block;
  }
}
.footer p {
  margin-top: 25px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer p {
    margin-top: 20px;
  }
}
.footer .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer-menu ul li {
  margin-top: 30px;
}
.footer .footer-menu ul li:first-of-type {
  margin-top: 0;
}
.footer .footer-menu ul li a {
  font-weight: 800;
  text-transform: uppercase;
}
.footer .col.text {
  flex: 0 0 230px;
}
@media (max-width: 1015px) {
  .footer .col.text {
    flex: 0 0 20px;
    margin-right: 90px;
  }
}
@media (max-width: 767px) {
  .footer .col.text {
    flex: none;
    margin-right: 0;
  }
}
@media (max-width: 1015px) {
  .footer .col.text p br {
    display: none;
  }
}
.footer .col.text .logo {
  position: relative;
  top: 0;
}
.footer .col.ft-menu {
  margin-right: 90px;
}
@media (max-width: 1015px) {
  .footer .col.ft-menu {
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .footer .col.ft-menu {
    margin-right: 0;
    margin-top: 40px;
  }
}
.footer .col.ft-menu a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer .col.ft-menu a:hover {
  color: #cb333b;
}
@media (max-width: 767px) {
  .footer .col.contacts {
    margin-top: 65px;
  }
}
.footer .col.contacts h3 {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}
.footer .col.contacts .wrap {
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer .col.contacts .wrap > div {
  margin-right: 30px;
  line-height: 20px;
}

@media screen and (max-width: 1016px) {
  .footer .col.contacts .wrap {
    display: block;
  }
  .footer .col.contacts .wrap div {
    margin: 10px 0px;
  }
}

.footer .col.contacts a {
  color: #cb333b;
  font-weight: 700;
}

.services-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: rgba(17, 26, 31, 0.85);
  margin-bottom: 30px;
}

.services-row a {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1280px) {
  .services-row a {
    width: 30%;
  }
}

@media screen and (max-width: 1015px) {
  .services-row a {
    width: 40%;
  }
}

@media screen and (max-width: 708px) {
  .services-row a {
    width: 50%;
  }
}

@media screen and (max-width: 578px) {
  .services-row a {
    width: 100%;
  }
}

.services-row .service {
  padding: 40px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 200ms;
  width: 100%;
}

.services-row .service:hover {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.services-row .service .text {
  padding-left: 15px;
}
@media screen and (min-width: 1280px) and (max-width: 1799px) {
  .services-row .service {
    padding: 40px 8px;
  }
  .services-row .service .text {
    padding-left: 10px;
  }
}

.services-row .service h4 {
  padding-bottom: 5px;
  color: white;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.services-row .service p {
  color: #cb333b;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 5px;
  margin: 0;
  position: relative;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -ms-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.services-row .service p:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: -5px;
  height: 2px;
  width: 0px;
  background-color: #cb333b;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -ms-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.services-row .service:hover p:before {
  width: 50px;
}

.services {
  margin-top: 60px;
}

.services .inner .layout {
  justify-content: flex-start;
  align-items: flex-start;
}

.services .inner .layout .section-title::before {
  background: white;
}

.services .sidebar {
  background: #ca333a;
  height: 100%;
  color: white;
  padding: 45px 170px 45px 45px;
  margin-right: 15px;
  position: relative;
}
.services .sidebar:after {
  content: "";
  background: #ca333a;
  position: absolute;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  right: -14px;
  top: 50%;
}

.services .sidebar .menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  /* margin-left: 80px; */
  margin-top: 35px;
}
@media screen and (max-width: 1015px) {
  .services .sidebar .menu {
    margin-left: 0px;
  }
  .services .sidebar:after {
    bottom: -14px;
    left: 15%;
    top: initial;
    right: initial;
  }
}

.services .sidebar .menu button {
  border: none;
  background: none;
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: "Open Sans", sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  width: 300px;
}

.services .sidebar .menu button span {
  margin-left: 60px;
  opacity: 0;
  transition: 100ms ease-in-out;
}
@media screen and (max-width: 1015px) {
  .services .sidebar .menu button span {
    margin-left: 40px;
  }
}

.services .sidebar .menu button.active span {
  opacity: 1;
}

.services .sidebar .menu button:hover span {
  opacity: 1;
  margin-left: 75px;
}

.services .service-content {
  padding: 45px;
  color: black;
  display: none;
}

@media (max-width: 1015px) {
  .services .service-content {
    padding: 45px 0;
  }
}

.services .service-content.show {
  display: block;
}

.services .service-content h3 {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
}

.services .service-content .text {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 30px;
}

.services .service-content ul {
  margin: 0;
  margin-top: -15px;
  margin-bottom: 30px;
}

.services .service-content ul li {
  list-style-type: none;
  position: relative;
  font-size: 16px;
  line-height: 32px;
  padding-left: 15px;
}

/* .services .service-content ul li:before {
  position: absolute;
  content: '';
  top: 15px;
  left: -40px;
  width: 30px;
  height: 3px;
  background: #ca333a;
} */
.services .service-content ul li:before {
  position: absolute;
  content: "";
  top: 15px;
  left: -40px;
  width: 8px;
  height: 8px;
  background: #ca333a;
}

.services .service-content a {
  margin-top: 30px;
}

.services .service-content .labels {
  display: flex;
}

.services .service-content .labels p {
  color: #cb333b;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 15px;
  margin-top: 4px;
}
.services .section-title:after {
  background-color: white;
}

.servicepage .bottom {
  margin-top: 120px;
  padding: 0 30px;
}

@media (max-width: 1015px) {
  .servicepage .bottom {
    margin-top: 60px;
    padding: 0;
  }
}

.servicepage .bottom h4 {
  font-size: 25px;
  line-height: 24px;
  font-weight: 800;
  margin-left: 50px;
  text-transform: uppercase;
}

.servicepage .subservices-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-left: 80px;
  margin-bottom: 30px;
}

.servicepage .subservices-wrapper .subservice {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
  margin-right: 100px;
  width: 22%;
}

/* .servicepage .subservices-wrapper .subservice:before { Vana joonte css
  position: absolute;
  content: '';
  top: 7px;
  left: -50px;
  width: 30px;
  height: 3px;
  background: #ca333a;
} */
.servicepage .subservices-wrapper .subservice:before {
  position: absolute;
  content: "";
  top: 8px;
  left: -23px;
  width: 8px;
  height: 8px;
  background: #ca333a;
}

@media screen and (max-width: 1015px) {
  .servicepage .bottom h4 {
    margin-left: 0px;
  }
  .servicepage .subservices-wrapper {
    margin-left: 25px;
  }
  .servicepage .subservices-wrapper .subservice {
    width: 100%;
  }
}

.inner-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.inner-menu .link {
  margin-right: 45px;
  font-size: 19px;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 5px;
  position: relative;
  transition: 150ms ease-in-out;
  cursor: pointer;
}

.inner-menu .link:hover {
  color: #cb333b;
}

.inner-menu .link.active {
  color: #cb333b;
}

.inner-menu .link.active:after {
  color: #cb333b;
  position: absolute;
  bottom: -15px;
  left: 0;
  content: "";
  height: 6px;
  width: 100%;
  background: #cb333b;
}

@media screen and (max-width: 1015px) {
  .inner-menu {
    flex-wrap: wrap;
    row-gap: 35px;
  }
  .inner-menu .link {
    margin-right: 30px;
  }
  .inner-menu .link {
    font-size: 16px;
	  line-height: 24px;
  }
}

@media screen and (max-width: 420px) {
  .inner-menu .link {
    display: block;
    margin: 0px 0px 10px 0px;
  }
  .inner-menu {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px;
  }
  .content .inner.withmenu {
    padding: 40px 35px;
    min-height: 130px;
  }
  .inner-menu .link.active:after {
    bottom: -8px;
  }
}

.services-main {
  padding: 5px;
}

/* .services-main .layout a {
  margin-left: 80px;
} */

.services-main .section-title {
  margin-bottom: 30px;
}

.services-main .service-desc {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding-right: 60px;
}

.services-main .service-desc ul li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  list-style-type: none;
  position: relative;
  padding-left: 5px;
}
/*
.services-main .service-desc ul li:before {
  position: absolute;
  content: '';
  top: 13px;
  left: -40px;
  width: 30px;
  height: 3px;
  background: #ca333a;
} */

.services-main .service-desc ul li:before {
  position: absolute;
  content: "";
  top: 8px;
  left: -25px;
  width: 8px;
  height: 8px;
  background: #ca333a;
}

.services-main .servicepage {
  display: none;
}

.services-main .servicepage.show {
  display: block;
}

.services-main .layout .col.title-space {
  position: relative;
  flex: 0 0 450px;
  margin-right: 60px;
  padding-left: 80px;
}
@media (max-width: 1015px) {
  .services-main .layout .col.title-space {
    padding-left: 0px;
    margin-right: 0px;
  }
  .services-main .service-desc {
    padding-right: 0px;
  }
}

.services-main .servicepage #map,
#map2 {
  height: 400px;
  background: lightgrey;
  width: calc(100% - 60px);
  margin: 0 auto;
  margin-top: 30px;
}

.services-main .servicepage .image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  padding: 0 30px;
}

.services-main .servicepage .service-content {
  width: 100%;
  margin: 30px 0;
  padding: 0 100px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}

.services-main .servicepage .service-content a {
  color: #ca333a;
}

.services-main .servicepage .service-content h4 {
  font-size: 25px;
  line-height: 50px;
  font-weight: 800;
  text-transform: uppercase;
}

.services-main .servicepage .service-content ul li {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  list-style-type: none;
  position: relative;
  padding-left: 5px;
}

/* .services-main .servicepage .service-content ul li:before {
  position: absolute;
  content: '';
  top: 10px;
  left: -40px;
  width: 30px;
  height: 3px;
  background: #ca333a;
} */

.services-main .servicepage .service-content ul li:before {
  position: absolute;
  content: "";
  top: 12px;
  left: -20px;
  width: 8px;
  height: 8px;
  background: #ca333a;
}

.contacts-main {
  padding: 45px;
}

.contacts-main .contactspage {
  display: none;
}

.contacts-main .contactspage.show {
  display: block;
}

.aboutuspage {
  display: none;
}

.aboutuspage.show {
  display: block;
}

.contacts-main #map {
  width: 100%;
  height: 400px;
  background: lightgrey;
}

@media screen and (max-width: 1025px) {
  .services-main .servicepage .service-content {
    padding: 0 15px;
  }
  .services-main .servicepage .service-content ul li {
    padding-left: 0px;
  }
  .services-main .servicepage img {
    padding: 0px;
  }
  .contactspage {
    margin-top: 0px;
    padding: 0px;
  }
  .contacts-main .contact-cols {
    padding-left: 0px;
  }
  .people {
    display: flex;
    flex-wrap: wrap;
  }
  .contactspage .row .people .member {
    width: 50%;
    margin: 0px 0px 50px 0px;
    padding-right: 2%;
  }
  .services-main .servicepage #map,
  #map2 {
    width: 100%;
  }

  .contacts-main {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contactspage .row .people .member .mail {
    font-size: 12px;
  }
  .contacts-main .member a {
    font-size: 12px;
  }
}
@media screen and (max-width: 653px) {
  .people {
    display: block;
  }
  .contactspage .row .people .member {
    width: 246px;
    padding: initial;
  }
}
@media screen and (max-width: 425px) {
  .contactspage .row .people .member {
    margin: auto;
  }
}

.contacts-main .top-cols {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 30px;
  /* margin-bottom: 90px; */
}

.contacts-main .top-cols .col {
  width: 50%;
  margin-right: 60px;
}

.contacts-main .top-cols .col h2 {
  line-height: 48px;
}

@media screen and (max-width: 1015px) {
  .contacts-main .top-cols {
    padding: 0;
  }
}

@media screen and (max-width: 850px) {
  .contacts-main .top-cols {
    flex-direction: column;
  }
  .contacts-main .top-cols .col {
    width: 100%;
    margin-bottom: 30px;
  }
}

.contact-members {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contact-member {
  padding-left: 50px;
  margin-top: 30px;
}

.services-main .kontaktisik {
  font-size: 25px;
  line-height: 24px;
  font-weight: 800;
  margin-left: 50px;
  text-transform: uppercase;
  margin-top: 60px;
}

@media (max-width: 1015px) {
  .services-main .kontaktisik {
    margin-left: 0;
  }
  .contact-member {
    padding-left: 0;
  }
}

.services-main .member {
  position: relative;
  width: 264px;
}
@media (max-width: 1799px) {
  .services-main .member {
    width: 236px;
  }
}
@media screen and (min-width: 1279px) {
  .contact-member {
    padding-left: 50px;
  }
  .services-main .kontaktisik {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .services-main .member {
    position: relative;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 320px) {
  .services-main .member {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .services-main .member.has-placeholder, .contact-member .services-main .member.has-placeholder {
    left: 0;
  }
}
@media (max-width: 767px) {
  .services-main .contact-member .member {
    margin: 0;
  }

  .services-main .contact-member {
    padding-left: 0;
  }
}
.services-main .member .image {
  width: 100%;
  height: 274px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  left: -20px;
}
.services-main .member .image.no-avatar {
  /* background-color: #fafafa;  */
  background: url("/wp-content/uploads/2021/05/noavatar.png") center;
  background-size: cover;
}
@media (max-width: 767px) {
  .services-main .member .image.no-avatar {
    left: 0;
  }
}
@media (max-width: 1799px) {
  .services-main .member .image {
    height: 246px;
  }
}
@media (max-width: 320px) {
  .services-main .member .image {
    width: 100%;
  }
}
.services-main .member h3 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 24px;
}
.services-main .member .name {
  margin-top: 0px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1799px) {
  .services-main .member .name {
    font-size: 18px;
  }
}
.services-main .member .tel {
  margin-top: 15px;
}
.services-main .member .mail {
  margin-top: 15px;
}
@media (max-width: 1799px) {
  .services-main .member .mail {
    font-size: 16px;
  }
}
.services-main .member a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.services-main .member a {
  font-weight: 800;
  color: #cb333b;
}

.services-main .member a:hover {
  color: #cb333b;
  border-bottom: 3px solid #cb333b;
}

.aboutus .container .inner {
  margin-top: 90px;
  /* padding-top: 60px; */
}

.aboutus-main .three {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 36px;
  text-align: left;
  margin-top: 60px;
}

.aboutus-main .three .box {
  padding: 0px 30px;
  width: 33%;
  padding-left: 0;
}

@media (max-width: 1015px) {
  .aboutus-main .three {
    margin-top: 30px;
  }

  .aboutus-main .three .box {
    padding: 15px 0 !important;
  }
}

@media screen and (max-width: 1250px) {
  .aboutus-main .three {
    flex-direction: column;
  }

  .aboutus-main .three .box {
    width: 100%;
    padding: 30px 0;
  }
}

.aboutus-main {
  font-weight: 500;
  overflow-x: hidden;
}

.aboutus-main h4 {
  font-size: 25px;
  line-height: 50px;
  font-weight: 800;
  text-transform: uppercase;
}

.aboutus-main h5 {
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.aboutus-main .container .inner {
  padding: 0 60px 0 80px;
}

.aboutus-main .container .inner.second {
  margin-top: 60px;
}

.aboutus-main .layout .col.title-space {
  position: relative;
  flex: 0 0 370px;
  margin-right: 60px;
}
@media (max-width: 1015px) {
  .aboutus-main .container .inner{
    padding: 0 10px;
  }
  .aboutus-main .layout .col.title-space {
    padding-left: 0px;
    margin-right: 0px;
  }
  .aboutus-main .service-desc {
    padding-right: 0px;
  }
}

.aboutus-main .service-desc {
  max-width: 90%;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

@media (max-width: 1015px) {
  .aboutus-main .service-desc {
    max-width: 100%;
  }
}

.pre h2 {
  font-size: 38px;
}

.aboutus-main .section-title {
  margin-bottom: 30px;
}

.aboutus-main .colums .row .col {
  margin-bottom: 60px;
}

.aboutus-main .colums .row .col h2 {
  font-size: 26px;
}

.aboutus-main h3 {
  font-size: 16px;
  font-weight: bold;
}

.aboutus-main a:not(.arrowed-link) {
  color: #cb333b;
}

.aboutus-main ul {
  margin-bottom: 60px;
}

.aboutus-main ul li {
  list-style-type: none;
  position: relative;
  font-size: 16px;
  line-height: 32px;
  padding-left: 15px;
}

/* .aboutus-main ul li:before {
  position: absolute;
  content: '';
  top: 15px;
  left: -40px;
  width: 30px;
  height: 3px;
  background: #ca333a;
} */
.aboutus-main ul li:before {
  position: absolute;
  content: "";
  top: 15px;
  left: -40px;
  width: 8px;
  height: 8px;
  background: #ca333a;
}

.job-title {
  width: 100%;
  padding: 30px 0;
  border-bottom: 3px solid #101820;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  transition: 200ms;
}

.job-title .arrow {
  transform: rotate(90deg);
  transition: 200ms;
}

.job-title:hover {
  color: #CB333B;
}

.job-title:hover .arrow {
  background-image: url('../img/icons/arrow_brand.svg');
  margin-top: 7px;
}

.projects .arrowed-link {
  color: #ca333a;
  margin-bottom: 15px;
}

.projects .arrowed-link .icon {
  transform: rotate(180deg);
  left: 0;
  margin-right: 15px;
}
.projects .arrowed-link{
  margin-bottom: 20px;
  display: block;
}

.header {
  height: 120px;
  position: sticky;
  margin-top: -120px;
  top: 0px;
  transition: 200ms;
  z-index: 9996;
}

.header .logo {
  transition: 200ms;
}

.header.scrolling .main-menu {
  top: 60px;
}

body.menu-open .header.scrolling .main-menu {
  top: 0px;
}

.header.scrolling {
  width: 100%;
  background: #CA333A;
  box-shadow: 0 12px 32px rgba(16, 24, 32, 0.2);
  transition: 200ms;
  z-index: 9996;
  top: -30px;
}

.header.scrolling .logo {
  transform: scale(0.7);
  transition: 200ms;
  transform-origin: left;
}

.mobile-menu {
  cursor: pointer;
}

.header.scrolling .searchbox {
  margin-top: 0;
}

.gm-style {
  padding-top: 0;
}

.gmarker p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 6px;
  line-height: 24px;
}

.gmarker a {
  font-size: 16px;
  font-weight: 600;
  color: #A7353A;
}

.backtotop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(16, 24, 32, 0.5);
  z-index: 9998;
  transition: 200ms ease-in-out;
  cursor: pointer;
  opacity: 0;
}

.backtotop.show {
  opacity: 1;
}

.backtotop:hover {
  background: rgb(16, 24, 32, 1);
}

.backtotop .icon {
  transform: rotate(-90deg);
  height: 14px;
  width: 45px;
  transition: 200ms ease-in-out;
  opacity: 0.5;
  z-index: 9996;
}

.backtotop:hover .icon {
  margin-top: -8px;
  opacity: 1;
}

.searchbox {
  display: none;
  position: absolute;
  top: 40px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

div.asl_r.vertical {
  padding: 0 !important;
}

div.asl_r.asl_w.vertical .results .item::after {
  display: none !important;
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
  height: 50px !important;
  box-shadow: 0 12px 32px rgba(16, 24, 32, 0.2);
  min-width: 300px !important;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
  height: 50px !important;
  font-size: 15px !important;
}

div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: rgb(202, 51, 58) !important;
}

div.asl_r .results .item .asl_content .asl_desc {
  font-size: 15px !important;
  line-height: 20px !important;
}

div.asl_r .results .item {
  padding: 10px !important;
  transition: 200ms;
  border-bottom: 1px solid #e6e6e6;
}

div.asl_r .results .item:hover {
  background: rgba(0,0,0,0.05) !important;
}

div.asl_w .probox .proloading, div.asl_w .probox .proclose, div.asl_w .probox .promagnifier, div.asl_w .probox .prosettings {
  height: 50px !important;
  width: 50px !important;
}

.promagnifier {
  display: none;
}

.asl_nores_header {
  font-size: 15px;
}

@media (max-width: 1279px) {
  .searchbox {
    top: 0px;
    width: 100%;
    height: 85px;
  }

  .overlay .top::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(16, 24, 32, 0.780392);
  }

  #ajaxsearchlite1 .probox, div.asl_w .probox {
    height: 85px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
    height: 85px !important;
    font-size: 16px !important;
    text-indent: 1rem;
  }

  #ajaxsearchlite1 .asl_m, .asl_m .probox {
    background-color: #e1635c !important;
  }

  .header {
    height: 80px;
    position: sticky;
    margin-top: -100px;
    top: 0px;
    transition: 200ms;
  }

  .header.scrolling .main-menu {
    top: 30px;
  }

  .header.scrolling .mobile-menu {
    top: 20px;
  }

  #search {
    position: absolute;
    top: 60px;
    right: 95px;
  }

  .header.scrolling {
    width: 100%;
    background: #CA333A;
    box-shadow: 0 12px 32px rgba(16, 24, 32, 0.2);
    transition: 200ms;
    z-index: 9996;
    top: 0px;
  }

  .header.scrolling .logo {
    transform: scale(1);
    margin-top: -13px;
    transition: 200ms;
  }
}

@media (max-width: 376px) {
  #search {
    position: absolute;
    top: 60px;
    right: 95px;
  }

  #ajaxsearchlite1 .probox, div.asl_w .probox {
    min-width: 100% !important;
  }
}

.sub-menu {
  position: absolute;
  top: 45px;
  left: 0;
  background: #CB333B;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  display: none;
  background-clip: padding-box !important;
}

@media screen and (min-width: 1280px) {
  .sub-menu.show {
    display: initial;
  }

  .menu-item-has-children {
    padding-bottom: 30px;
  }
}

.menu-item-has-children::before {
  top: 25px !important;
}

.sub-menu li {
  margin: 0;
  margin: 30px;
  margin-bottom: 15px;
  padding-right: 30px !important;
}

.sub-menu li:last-child {
  margin-bottom: 30px;
}

.sub-menu li a {
  color: white !important;
}

.videoslide-text {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 100;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
}

.videoslide-title {
  color: white;
  font-size: 18px;
  margin: 0;
  margin-bottom: 15px;
}

.videoslide-subtitle {
  color: white;
  font-size: 14px;
  margin: 0;
}

.owl-video-playing .videoslide-text {
  display: none;
}

.maptitle {
  font-size: 25px;
  line-height: 50px;
  font-weight: 800;
  text-transform: uppercase;
  padding-left: 100px;
  margin-top: 60px;
}

/* New Submenu Style testing */

/* .header .main-menu .top ul li a{
  position: relative;
  z-index: 999;
}

.sub-menu{
  z-index: 0;
  top: -15px;
  left: -30px;
}
.header .main-menu .top ul.sub-menu li:first-child {
  margin-top: 70px;
}
.header .main-menu .top ul li.menu-item-has-children {
  z-index: 9999999;
} */

.sub-menu li {
  width: 100%;
}

.video {
  padding: 0 30px;
  object-fit: cover;
}

.nobreak {
  display: inline-block;
}

.image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

#aboutus img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.jobs-title {
  font-size: 32px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next {
  right: 30px;
}

.swiper-button-prev {
  left: 30px;
}

.slider-jobs {
  padding: 0 100px;
  margin-top: 60px;
  /* overflow-x: clip; */
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: -30px;
}

@media (max-width: 1015px) {
  .slider-jobs {
    padding: 0 30px;
  }
}

.aboutus-main .kontaktisik {
  margin-left: 0;
}

.aboutus-main .contact-member {
  padding-left: 0;
}

@media (min-width: 1015px) {
  .home .footer {
    margin-top: 450px;
  }
}

.social {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}

.facebook-icon {
  height: 30px;
  width: 30px;
}

.facebook-icon svg path {
  fill: #101820;
  transition: 200ms;
}

.facebook-icon:hover svg path {
  fill: #4267B2;
}

@media (max-width: 767px) {
  .social {
    margin-top: 30px;
    justify-content: flex-start;
  }
}

.swiper-slide[data-swiper-slide-index="3"] img {
  object-position: top;
}

.swiper-slide[data-swiper-slide-index="6"] img {
  object-position: top;
}

.swiper-slide[data-swiper-slide-index="7"] img {
  object-position: top;
}

.swiper-slide[data-swiper-slide-index="20"] img {
  object-position: 0px -350px;
}

.swiper-slide[data-swiper-slide-index="22"] img {
  object-position: 0px -50px;
}

.swiper-slide[data-swiper-slide-index="23"] img {
  object-position: 0px -350px;
}
