@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;

0,400;0,600;0,700;0,900;1,700;1,800&display=swap);@charset "UTF-8";
.hamb {
  margin-right: 0;
  justify-self: flex-end;
  display: inline-block;
  z-index: 999;
  cursor: pointer;
  margin-right: 30px;
}

@media (max-width: 1024px) {
  .hamb {
    margin-right: 5%;
  }
}

.hamb div {
  width: 35px;
  height: 5px;
  background-color: #000;
  margin: 6px 0;
  transition: 0.2s ease-in-out;
}

.hamb.active div:nth-of-type(1) {
  transform: rotate(45deg);
}

.hamb.active div:nth-of-type(2) {
  display: none;
}

.hamb.active div:nth-of-type(3) {
  transform: rotate(-45deg);
  top: -10px;
}

.grid {
  display: grid;
  justify-content: center;
}

.grid.col2 {
  grid-template-columns: 1fr 1fr;
}

.grid.col2.leftsmall {
  grid-template-columns: 1fr;

    background-color: #4D4D4D;
gap:0.2em;
margin-bottom:2em;
}

@media (max-width: 1024px) {
  .grid.col2.leftsmall {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .grid.col2 {
    grid-template-columns: 1fr;
  }
}

.grid.col4 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1024px) {
  .grid.col4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid.vcenter {
  align-content: center;
}

* {
  position: relative;
  box-sizing: border-box;
}

html,
body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

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

.inner {
  margin: 0 auto;
  max-width: 1366px;
  padding: 0 30px 0 30px;
  height: auto;
}

header {
  height: 80vh;
  width: 100%;
  background-color: #DCDCDC;
  max-width: 1920px;
  margin: 0 auto;
}

header .inner {
  height: 100%;
}

@media (max-width: 1024px) {
  header {
    height: 70vh;
  }
}

@media (max-width: 414px) {
  header {
    height: 80vh;
  }
}

header .logo {
  grid-area: logo;
}

@media (max-width: 1024px) {
  header .logo {
    margin-top: 1em;
  }
}

header .head-one {
  grid-area: head-one;
  position: absolute;
  left: 0;
  bottom: -7px;
}

header .head-two {
  grid-area: head-two;
  position: absolute;
  right: 0;
  bottom: -7px;
}

header .slogan {
  grid-area: slogan;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 10px 10px 20px #fff;
}

@media (max-width: 1024px) {
  header .slogan {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "slogan" "logo";
  }
}

header .slogan img {
  max-width: 270px;
}

@media (max-width: 1024px) {
  header .slogan img {
    max-width: 220px;
  }
}

header .slogan .slogan-text {
  margin-top: 1em;
  font-weight: 600;
  font-size: 31px;
  letter-spacing: 0.15em;
  line-height: 32px;
  color: #070707;
}

@media (max-width: 1024px) {
  header .slogan .slogan-text {
    font-size: 20px;
  }
}

@media (max-width: 414px) {
  header .slogan .slogan-text {
    font-size: 20px;
    line-height: 1em;
  }
}

.hambouter{
grid-area: hamb;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    font-size: 1em;
 
       text-transform: lowercase;
	
}

header .hamb {
  
 // position: absolute;
 // top: 2em;
margin-left:10px;
  right: 0;
}

.menu {
  width: 50%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  z-index: 1000;
  padding: 3em;
  top: -200%;
  transition: 0.2s ease-in-out;
}

@media (max-width: 1024px) {
  .menu {
    width: 80%;
  }
}

@media (max-height: 600px) {
  .menu {
    padding: 2em;
  }
}

.menu.active {
  top: 0;
}

.menu nav {
  margin-top: 1em;
}

@media (max-height: 600px) {
  .menu nav {
    padding: 0.5em;
  }
}

.menu nav ul {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}

.menu nav li {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 40px;
  text-transform: uppercase;
  color: #070707;
}

@media (max-width: 1024px) {
  .menu nav li {
    font-size: 16px;
    line-height: 45px;
  }
}

@media (max-width: 414px) {
  .menu nav li {
    font-size: 16px;
    line-height: 30px;
  }
}

.menu nav li ul li {
  list-style: none;
  text-transform: lowercase;
  position: relative;
  padding-left: 5%;
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 40px;
}

@media (max-width: 1024px) {
  .menu nav li ul li {
    font-size: 18px;
    line-height: 40px;
  }
}

@media (max-width: 414px) {
  .menu nav li ul li {
    font-size: 14px;
    line-height: 20px;
  }
}

.menu nav li ul li::before {
  content: "";
  top: 50%;
  position: absolute;
  width: 3%;
  height: 3px;
  left: 0%;
  background-color: #000;
}

.menu nav a {
  text-decoration: none;
  color: inherit;
}

.menu .menu-logo {
  margin-top: 1em;
  margin: 0 auto;
  text-align: center;
}

.menu .menu-logo img {
  max-width: 180px;
}

@media (max-width: 414px) {
  .menu .menu-logo img {
    max-width: 120px;
  }
}

@media (max-height: 600px) {
  .menu .menu-logo img {
    max-width: 120px;
  }
}

@media (max-width: 414px) {
  section {
    margin-top: 2em;
  }
}

footer {
  background-color: #000;
  width: 100%;
padding-top:2em;
}

@media (max-width: 1024px) {
  footer {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

@media (max-width: 414px) {
  footer {
    min-height: 100px;
  }
}

footer .grid {
  padding-top: 2em;
  padding-bottom: 2em;
  grid-template-columns: 1fr 2fr;
}

@media (max-width: 1024px) {
  footer .grid {
    justify-items: center;
    grid-template-columns: 1fr 2fr !important;
  }
}

@media (max-width: 414px) {
  footer .grid {
    height: auto;
    grid-template-columns: 1fr !important;
  }
}

footer .logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 0.6;
}

@media (max-width: 414px) {
  footer .logo img {
    max-height: 70px;
  }
}

@media (max-width: 1024px) {
  footer .logo {
    margin-bottom: 2em;
  }
}

footer .contact {
  color: #b7b7b7;
  margin-top: 0;
  margin-bottom: 0;
}

footer .company-name {
  font-size: 20px;
  font-weight: 600;
  text-align: right;
}

@media (max-width: 414px) {
  footer .company-name {
    font-size: 20px;
  }
}

@media (max-width: 414px) {
  footer .company-name {
    text-align: center;
  }
}

footer .second-line {
  text-align: right;
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 414px) {
  footer .second-line {
    text-align: center;
  }
}

footer .contact-entites {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 80px;
}

@media (max-width: 414px) {
  footer .contact-entites {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  footer .contact-entites {
    display: grid;
    margin-top: 2em;
    grid-template-columns: 1fr;
    line-height: 40px;
    justify-items: right;
  }
}

@media (max-width: 414px) {
  footer .contact-entites {
    display: grid;
    margin-top: 2em;
    grid-template-columns: 1fr;
    font-size: 14px;
    justify-items: center;
    line-height: 25px;
  }
}

footer .contact-entites img {
  max-height: 24px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 20px;
}

@media (max-width: 414px) {
  footer .contact-entites img {
    max-height: 16px;
    margin-left: 0px;
  }
}

footer .contact-entites .email,
footer .contact-entites .phone {
  display: flex;
  align-items: center;
}

.social ul {
  display: flex;
}

.social ul li {
  list-style: none;
  padding: 10px;
}

.social img {
  max-height: 15px;
}

.social.footer ul {
  justify-content: flex-end;
}

@media (max-width: 414px) {
  .social.footer ul {
    justify-content: space-evenly;
    margin-top: 2em;
    padding: 0;
  }
}

.social.footer li {
  margin-left: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 45px;
  padding: 0;
  background-color: #4D4D4D;
}

.social.header {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%);
}

.social.header img {
  -webkit-filter: brightness(100) invert(1);
          filter: brightness(100) invert(1);
}

.social.header ul {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 40px;
  text-align: center;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  color: #4D4D4D;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
}

@media (max-width: 414px) {
  h1 {
    font-size: 25px;
  }
}
/**
h1::before {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 2px;
  width: 10%;
  height: 3px;
  background-color: #4D4D4D;
}

@media (max-width: 768px) {
  h1::before {
    bottom: 0px;
    height: 3px;
  }
}

@media (max-width: 414px) {
  h1::before {
    bottom: -2px;
    height: 4px;
    width: 15%;
  }
}
**/
@media (max-width: 768px) {
  h1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

h1.left {
  left: unset;
  transform: unset;
}

.trust-us {
  height: auto;
margin-top:5em;
}

.trust-us .inner {
  margin-bottom: 2em;
}

.trust-us .trust-us-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  flex-flow: row wrap;
  align-items: center;
  justify-items: center;
}

@media (max-width: 768px) {
  .trust-us .trust-us-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 414px) {
.trust-us{
margin-top:2em;
}
  .trust-us .trust-us-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.trust-us .trust-us-list img {
  max-width: 170px;
  max-height: 130px;
  margin-top: 20px;
  margin-bottom: 20px;
  justify-self: center;
}

@media (max-width: 1024px) {
  .trust-us .trust-us-list img {
    max-width: 150px;
    max-height: 130px;
  }
}

@media (max-width: 768px) {
  .trust-us .trust-us-list img {
    max-width: 100px;
    max-height: 170px;
  }
}

.prizes-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  justify-items: space-evenly;
}

@media (max-width: 414px) {
  .prizes-list {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    margin-top: 2em;
  }
}

.prizes .inner {
  margin-bottom: 2em;
}

.prizes .prize {
  display: flex;
  max-width: 40%;
  margin-bottom: 2em;
  left: -30px;
}

@media (max-width: 414px) {
  .prizes .prize {
    left: unset;
    width: 100%;
    max-width: unset;
    justify-content: space-between;
  }
}

.prizes .numer {
  font-weight: 900;
  font-size: 30px;
  letter-spacing: 0.15em;
  text-align: center;
}

@media (max-width: 1024px) {
  .prizes .numer {
    font-size: 25px;
  }
}

@media (max-width: 414px) {
  .prizes .numer {
    font-size: 20px;
  }
}

.prizes .line2 {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (max-width: 1024px) {
  .prizes .line2 {
    font-size: 14px;
  }
}

.prizes .line3 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
margin-top:7px;
}

@media (max-width: 1024px) {
  .prizes .line3 {
    font-size: 16px;
  }
}

.prizes .line4 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 30px;
  text-align: center;
}

@media (max-width: 1024px) {
  .prizes .line4 {
    font-size: 15px;
  }
}

.laur {
  align-self: center;
}

.laur img {
  max-height: 200px;
  padding: 20px;
}

@media (max-width: 414px) {
  .laur img {
    max-height: 70px;
    padding: 0;
  }
}

.laur.flip img {
  transform: scaleX(-1);
}

.realization .inner {
  top: 5em;
  justify-content: center;
  justify-items: center;
  overflow: hidden;
  grid-gap: 5em;
}

@media (min-width: 768px) {
  .realization .inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .realization .inner {
    top: 1em;
  }
}

@media (max-width: 414px) {
  .realization .inner {
    top: 2em;
    justify-content: unset;
    padding: 25px;
    max-width: 100%;
    grid-gap: 2em;
  }
}

@media (max-width: 414px) {
  .realization .grid {
    grid-template-columns: 1f;
    grid-template-areas: "desc" "vid1" "vid3" "vid4" "vid5" "vid6";
  }
}

.realization .desc {
  align-self: center;
  justify-self: left;


}

@media (max-width: 414px) {
  .realization .desc {
    grid-area: desc;
  }
}

.realization h1 {
  text-align: left;
  left: unset;
  transform: translateX(0);
  margin-bottom: 10px;
}

.realization .videoblock {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  justify-items: center;
}

@media (max-width: 414px) {
  .realization .videoblock {
    grid-template-columns: 1fr;
  }

  .realization .videoblock:nth-of-type(1) {
    grid-area: vid1;
  }

  .realization .videoblock:nth-of-type(2) {
    grid-area: vid2;
  }

  .realization .videoblock:nth-of-type(3) {
    grid-area: vid3;
  }

  .realization .videoblock:nth-of-type(4) {
    grid-area: vid4;
  }

  .realization .videoblock:nth-of-type(5) {
    grid-area: vid5;
  }

  .realization .videoblock:nth-of-type(6) {
    grid-area: vid6;
  }

  .realization .videoblock:nth-of-type(7) {
    grid-area: vid7;
  }

  .realization .videoblock:nth-of-type(8) {
    grid-area: vid8;
  }

  .realization .videoblock:nth-of-type(9) {
    grid-area: vid9;
  }

  .realization .videoblock:nth-of-type(10) {
    grid-area: vid10;
  }
}

.realization .outer {
  justify-self: center;
  align-self: center;
  justify-self: right;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.realization .title {
  height: 100%;
}

.realization .rotate {
  /* transform-origin: 0 0; */
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.15em;
  color: #070707;
  text-transform: uppercase;
//  font-style: italic;
}

@media (max-width: 1024px) {
  .realization .rotate {
    position: relative;
    left: unset;
    transform: unset;
    top: unset;
    text-align: center;
    -ms-writing-mode: unset;
        writing-mode: unset;
    -webkit-text-orientation: unset;
            text-orientation: unset;
  }
}

@media (max-width: 414px) {
  .realization .rotate {
    font-size: 16px;
  }
}

video {
  height: auto;
  width: 100%;
  cursor: url(/images/play-small.png?a4d2853561fb130efc006b370c173384), auto;
}

.realization-list {
  margin-top: 4em;
  margin-bottom: 3em;
}

.realization-list .grid {
  gap: 2em;
}

@media (max-width: 414px) {
  .realization-list .grid {
    grid-template-columns: 1fr;
  }
}

.videoblock-static .title {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 40px;
  text-align: center;
  color: #4D4D4D;
  text-transform: uppercase;
}

.videoblock-static img {
  width: 100%;
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.player {
  position: relative;
  display: none;
}

.player.show {
  display: block;
}

.player .close {
  position: fixed;
  color: #fff;
  z-index: 1004;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.player .close .close-inner {
  font-size: 2em;
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 99%;
  text-align: center;
  position: relative;
  line-height: 38px;
}

.player .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.player .overlay.show {
  display: block;
}

.player .playerx {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  position: fixed;
}

.tekst {
  align-self: center;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 20px;
  text-align: left;
  color: #070707;
}
.leftsmall h1{
color:#fff;
}

.leftsmall .tekst{
color:#fff;
}

.desc {
  padding-bottom: 2em;
}

.contact {
  margin-bottom: 4em;
  margin-top: 4em;
}

.contact .inner {
  grid-gap: 2em;
}

.contact .tekst {
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 20px;
  text-align: left;
  color: #070707;
  margin-bottom: 2em;
}

.contact .contact-details {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 80px;
  color: #4d4d4d;
}

@media (max-width: 414px) {
  .contact .contact-details {
    line-height: 20px;
  }
}

.contact .contact-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact .contact-details ul li {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
}

@media (max-width: 414px) {
  .contact .contact-details ul li {
    line-height: 1.4em;
  }

  .contact .contact-details ul li img {
    max-height: 14px;
  }
}

.contact .contact-details ul li span {
  font-size: 17px;
  color: #070707;
  margin-left: 2em;
  font-weight: normal;
}

@media (max-width: 414px) {
  .contact .contact-details ul li span {
    font-size: 14px;
    margin-left: 1em;
  }
}

.contact .contact-details h2 {
  left: unset;
  transform: unset;
}

.contact .contact-details h2::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 15px;
  width: 20%;
  height: 5px;
  background-color: #4D4D4D;
}

@media (max-width: 414px) {
  .contact .contact-details h2 {
    font-size: 18px;
  }

  .contact .contact-details h2::before {
    bottom: -5px;
  }
}

.form {
  background-color: #DCDCDC;
  padding: 2em;
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* hover style just for information */
}

@media (max-width: 414px) {
  .form {
    padding: 0.5em;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.form h2 {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 20px;
  text-align: left;
  color: #4D4D4D;
}

@media (max-width: 414px) {
  .form h2 {
    font-size: 20px;
  }
}

.form [type=checkbox]:not(:checked),
.form [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

.form [type=checkbox]:not(:checked) + label,
.form [type=checkbox]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

.form [type=checkbox]:not(:checked) + label:before,
.form [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #000;
  background: transparent;
}

.form [type=checkbox]:not(:checked) + label:after,
.form [type=checkbox]:checked + label:after {
  content: "\D7";
  position: absolute;
  top: 0.15em;
  left: 0.3em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #000;
}

.form [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.form [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.form [type=checkbox]:disabled:not(:checked) + label:before,
.form [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: transparent;
}

.form [type=checkbox]:disabled:checked + label:after {
  color: #999;
}

.form [type=checkbox]:disabled + label {
  color: #aaa;
}

.form label:hover:before {
  border: 1px dotted #000;
}

.form input[type=text],
.form input[type=email],
.form textarea {
  width: 100%;
  background: transparent;
  margin-top: 1em;
  border: 1px solid #4D4D4D;
  padding: 2em;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  outline: none;
}

@media (max-width: 414px) {
  .form input[type=text],
  .form input[type=email],
  .form textarea {
    padding: 1em;
  }
}

.form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form textarea::-moz-placeholder {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 20px;
  text-align: left;
  color: #4D4D4D;
}

.form input[type=text]:-ms-input-placeholder, .form input[type=email]:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 20px;
  text-align: left;
  color: #4D4D4D;
}

.form input[type=text]::-ms-input-placeholder, .form input[type=email]::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 20px;
  text-align: left;
  color: #4D4D4D;
}

.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form textarea::placeholder {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 20px;
  text-align: left;
  color: #4D4D4D;
}

.form input[type=text]:focus,
.form input[type=email]:focus,
.form textarea:focus {
  border: 1px solid #000;
}

.form .agree {
  margin-top: 20px;
}

@media (max-width: 414px) {
  .form .agree {
    font-size: 12px;
  }
}

.form .submit {
  margin-top: 30px;
  width: 30%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  float: right;
  background-color: #070707;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}

.form .submit:hover {
  box-shadow: 1px 0px 5px 1px #8e8c8c;
}

.offer {
  margin-bottom: 4em;
}

.offer .inner {
  margin-top: 4em;
}

.offer img {
  max-width: 100%;
}

.offer h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.offer h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #fff;
  bottom: -15px;
}

.offer .offer1 {
  display: grid;
  grid-template-columns: 1fr 1fr 100px 1fr 1fr;
}

@media (max-width: 414px) {
  .offer .offer1 {
    grid-template-columns: 1fr;
  }
}

.offer .offer1 span {
  justify-self: right;
}

.offer .offer1 h2 {
  text-align: right;
}

.offer .offer1 h2::before {
  content: "";
  right: 0;
}

.offer .offer1 .image {
  grid-column: 1/span 3;
  grid-row: 1;
}

@media (max-width: 414px) {
  .offer .offer1 .image {
    grid-column: unset;
    grid-row: unset;
  }
}

.offer .offer1 .tekst {
  grid-column: 3/span 5;
  grid-row: 1;
  text-align: right;
}

@media (max-width: 414px) {
  .offer .offer1 .tekst {
    grid-column: unset;
    grid-row: unset;
    width: calc(100% - 20px);
    justify-self: right;
    top: -3em;
    transform: translateX(30px);
  }
}

.offer .tekst {
  background-color: #4D4D4D;
  padding: 4em;
  color: #fff;
  min-height: 70%;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 20px;
  transition: 0.3s ease-in-out;
}

@media (max-width: 414px) {
  .offer .tekst {
    padding: 2em;
  }
}

.offer .tekst:hover {
  transform: scale(1.01);
  box-shadow: 3px 8px 12px 0px #333333;
}

.offer .offer2 {
  display: grid;
  grid-template-columns: 1fr 1fr 100px 1fr 1fr;
}

@media (max-width: 414px) {
  .offer .offer2 {
    grid-template-columns: 1fr;
  }
}

.offer .offer2 span {
  text-align: left;
}

.offer .offer2 .image {
  grid-column: 3/span 5;
  grid-row: 1;
}

@media (max-width: 414px) {
  .offer .offer2 .image {
    grid-column: unset;
    grid-row: unset;
  }
}

.offer .offer2 .tekst {
  grid-column: 1/span 3;
  grid-row: 1;
}

@media (max-width: 414px) {
  .offer .offer2 .tekst {
    grid-column: unset;
    grid-row: unset;
    width: calc(100% - 20px);
    justify-self: left;
    top: -3em;
    transform: translateX(-30px);
  }
}

.offer .offer3 {
  margin-bottom: 2em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2em;
}

@media (max-width: 414px) {
  .offer .offer3 {
    grid-template-columns: 1fr;
  }
}

.offer .offer3 .h2 {
  text-align: center;
}

.offer .offer3 .tekst {
  height: 100%;
  padding: 1em;
  padding-left: 2em;
  padding-right: 2em;
  text-align: center;
}

@media (max-width: 414px) {
  .offer .offer3 .tekst {
    top: -4em;
    width: calc(100% + 20px);
    justify-self: left;
    transform: translateX(-10px);
  }
}

.videoblock-static {
  position: relative;
}

.videoblock-static .img {
  position: relative;
}

.videoblock-static .img::before {
  content: "";
  transition: 0.2s ease-in-out;
  position: absolute;
  background-image: url("/assets/play.png");
  width: 50px;
  height: 50px;
  z-index: 8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
}

.videoblock-static:hover::before {
  opacity: 0;
}

.head img {
  max-height: clamp(34vw, 200px, 50vh);
}

@media (max-width: 768px) {
  .head img {
    max-height: 30vh;
  }
}

@media (max-width: 414px) {
  .head img {
    max-height: 30vh;
  }
}

@media (max-width: 768px) {
  .head.head-one {
    top: 0;
  }

  .head.head-one img {
    transform: scaleX(-1) rotate(180deg);
  }
}

.yenoh {
  display: none;
}

.errorform {
  font-size: 0.8em;
  padding: 0.6em;
  background-color: #d0d0d0;
  margin-top: 10em;
}

.vcenter div {
  align-self: center;
}


@media (max-width: 414px) {
.reverse > div.tekst{
    grid-row-start: 2;
}
}

.hambouterouter{
    display: flex;
    justify-content: space-between;
    align-items: center;
padding-top:2em;
}
.abs h1{
left:0;
transform: unset;
}

@media (max-width: 414px) {
.abs{
padding:10px!important;
width:100%;
padding-bottom:2em;

}
.banner{
margin-top:5em!important;
}
.leftsmall{
padding-top:2em;
}

}