@charset "UTF-8";
main {
  background: #0D0D10;
  overflow-x: hidden;
  overflow-y: hidden;
}

.no-offers {
  min-height: 100vh;
  overflow: hidden;
  background: #ffffff;
  padding-top: 30vh;
}
.no-offers p {
  font-size: 1.2rem;
}
.no-offers .box {
  border: 1px solid #000000;
  margin: 0 10px 10px 0;
  position: relative;
  background: #ffffff;
}
.no-offers .box::before {
  content: " ";
  border: 1px solid #000000;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  transform: translate(10px, 10px);
}
.no-offers .box .inner-box {
  padding: 50px 90px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.no-offers .box .inner-box img {
  height: 150px;
}

.head {
  background-image: url("../pages/kariera/pexels-robin-mcpherson-908965.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.head .gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #1B222E80 0%, #03081280 100%) 0% 0% no-repeat padding-box;
}
.head .outline-text {
  font-size: 300px;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  opacity: 0.2;
  font-weight: bold;
  position: absolute;
  left: 50%;
  bottom: 0;
  line-height: 353px;
  transform: translate(-50%, 40%);
}
.head .title {
  font-size: 100px;
  font-weight: bold;
  line-height: 100px;
}
.head .desc {
  font-size: 22px;
  line-height: 34px;
}

.first {
  padding: 180px 0;
}
.first .title {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 70px;
}
.first .desc {
  font-size: 18px;
  line-height: 38px;
}
.first .image {
  position: relative;
}
.first .image .svg {
  position: absolute;
  left: 20px;
  top: 0;
  transform: scale(1.2);
}
.first .image .svg + img {
  position: relative;
}
.first .info {
  position: relative;
  left: 20px;
  top: 20px;
}
.first .info .name {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
}
.first .info .name span {
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
}
.first .info .function {
  font-size: 18px;
  line-height: 40px;
}

.inter {
  margin-bottom: 300px;
}
.inter p {
  position: relative;
  font-size: 70px;
  font-weight: bold;
  line-height: 79px;
  text-transform: uppercase;
  margin-left: 250px;
  width: 70%;
}
.inter p:after {
  position: absolute;
  content: " ";
  background: linear-gradient(270deg, #DE3314, #270556);
  height: 8px;
  width: 80%;
  bottom: -10px;
  left: 0;
}

.second {
  padding: 150px 0;
}
.second img {
  margin: 0 10px;
}
.second .desc {
  padding: 50px;
  margin-bottom: 50px;
}
.second .desc p {
  font-size: 18px;
  line-height: 38px;
}
.second .desc p.title {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.third {
  padding: 150px 0 300px;
}
.third .left .value {
  font-size: 70px;
  font-weight: bold;
  opacity: 0.78;
  line-height: 92px;
  position: relative;
  margin-bottom: 20px;
}
.third .left .value:after {
  position: absolute;
  content: " ";
  background: linear-gradient(270deg, #DE3314, #270556);
  height: 8px;
  width: 80%;
  bottom: -10px;
  left: 0;
}
.third .left .label {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.third .right {
  display: flex;
  align-items: flex-start;
}
.third .right .inner {
  display: flex;
  align-items: flex-end;
}
.third .right .value {
  font-size: 472px;
  font-weight: bold;
  opacity: 0.7;
  line-height: 352px;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
}
.third .right .label {
  font-size: 70px;
  line-height: 69px;
  font-weight: bold;
  text-transform: uppercase;
}

.fourth {
  padding-bottom: 200px;
}
.fourth .left p {
  font-size: 70px;
  line-height: 80px;
  font-weight: bold;
}
.fourth .left p span {
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
}
.fourth .right .row {
  margin-bottom: 50px;
}
.fourth .right .title {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
}
.fourth .right .desc {
  font-size: 18px;
  line-height: 38px;
}

.section-white {
  background: #F1F1F1;
  color: #000000 !important;
  padding: 150px 0;
}
.section-white * {
  color: #000000;
}
.section-white .inner .section {
  border-bottom: 3px solid #000000;
  padding: 50px 0;
}
.section-white .inner .section .main-title {
  font-size: 100px;
  line-height: 100px;
  font-weight: bold;
}
.section-white .inner .section .main-title span {
  color: transparent;
  -webkit-text-stroke: 1px #000000;
}
.section-white .inner .section .image {
  position: relative;
  display: inline-block;
}
.section-white .inner .section .image .gradient {
  position: absolute;
  left: 15px;
  top: -15px;
  height: 100%;
  width: 100%;
  background: linear-gradient(133deg, #DE3314, #270556);
}
.section-white .inner .section .image img {
  position: relative;
  z-index: 10;
}
.section-white .inner .section .info {
  padding-left: 70px;
}
.section-white .inner .section .title {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
}
.section-white .inner .section .title span {
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  right: 0;
}
.section-white .inner .section .desc {
  font-size: 18px;
  line-height: 38px;
  margin-bottom: 30px;
}
.section-white .inner .section.inverted .info {
  padding-left: 0;
  padding-right: 70px;
}
.section-white .inner .section:last-of-type {
  border-bottom: solid 1px rgba(0, 0, 0, 0.6) !important;
}
.section-white .inner .last {
  padding: 100px 0 0;
}
.section-white .inner .last .title {
  font-size: 100px;
  font-weight: bold;
  line-height: 100px;
}
.section-white .inner .last .title span {
  color: transparent;
  -webkit-text-stroke: 1px #000000;
}
.section-white .inner .last .arrows {
  display: flex;
  height: 100%;
}
.section-white .inner .last .arrows .single {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-white .inner .last .arrows .single:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  border-left: dashed 1px #000000;
}
.section-white .inner .last .arrows .double {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.section-white .inner .last .arrows .double:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  border-left: dashed 1px #000000;
}
.section-white .inner .last .arrow {
  transform: rotate(-90deg);
  z-index: 10;
}

.fifth {
  padding: 150px 0;
  position: relative;
  margin-bottom: 150px;
}
.fifth .title {
  font-size: 70px;
  font-weight: bold;
  line-height: 80px;
  margin-left: 50px;
}
.fifth .top {
  display: flex;
  justify-content: space-between;
  margin-left: 40%;
  align-items: flex-start;
}
.fifth .top .g {
  position: relative;
  left: -100px;
  top: -100px;
  z-index: 1;
}
.fifth .top .g .gradient {
  height: 119px;
  width: 119px;
  background: linear-gradient(131deg, #DE3314, #270556);
  position: absolute;
  left: -50px;
  bottom: -50px;
  z-index: -1;
}
.fifth .middle {
  position: relative;
  top: -200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.fifth .middle .e {
  position: relative;
  margin-right: 30%;
}
.fifth .bottom {
  position: relative;
  top: -150px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.fifth .bottom .b {
  position: relative;
  top: 300px;
}
.fifth .bottom .c {
  position: relative;
  top: -200px;
}
.fifth .bottom .a {
  position: relative;
}
.fifth .bottom .a .gradient {
  background: linear-gradient(159deg, #DE3314, #270556);
  width: 174px;
  height: 504px;
  position: absolute;
  right: -80px;
  bottom: -80px;
}

@media all and (max-width: 1690px) {
  .second img {
    margin: 0;
  }
}
@media all and (max-width: 1440px) {
  .head .title {
    font-size: 70px;
    line-height: 70px;
  }
  .head .desc {
    font-size: 18px;
    line-height: 32px;
  }

  .inter {
    margin-bottom: 0;
  }

  .section-white .inner .section .main-title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media all and (max-width: 1280px) {
  .head {
    position: relative;
    height: 100%;
    min-height: 100vh !important;
    padding-top: 200px;
  }
  .head .outline-text {
    font-size: 100px;
    transform: translate(-50%, 50%);
  }
  .head .gradient {
    min-height: 100vh !important;
    height: 100% !important;
  }
  .head .title {
    font-size: 42px;
    line-height: 40px;
  }
  .head .subtitle {
    font-size: 30px;
  }

  .first .image {
    margin-right: 15px;
  }

  .inter p {
    width: 100%;
    margin: 15px;
    font-size: 40px;
    line-height: 45px;
  }

  .second {
    padding-bottom: 0;
  }
  .second .photos {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .second .photos img {
    width: 90%;
  }
  .second .right {
    display: flex;
    flex-direction: column;
  }
  .second .right .photos {
    margin-top: 40px;
    order: 1;
  }
  .second .right .desc {
    order: 2;
  }

  .third {
    padding-top: 0px;
  }
  .third .right .inner {
    align-items: flex-end;
  }
  .third .right .inner .value {
    font-size: 200px;
    line-height: 150px;
  }
  .third .right .inner .label {
    font-size: 40px;
    line-height: 40px;
  }

  .fourth .left p {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 50px;
  }
  .fourth .right .row {
    margin-bottom: 0;
  }
  .fourth .right .col-12 {
    margin-bottom: 50px;
  }

  .section-white {
    padding: 50px 15px;
  }
  .section-white .inner .section {
    border: none;
  }
  .section-white .inner .section .image {
    margin-right: 15px;
  }
  .section-white .inner .section .main-title {
    font-size: 50px;
    line-height: 50px;
  }
  .section-white .inner .section .info {
    padding-left: 0;
  }
  .section-white .inner .section .title {
    margin-top: 80px;
  }
  .section-white .inner .section .title span {
    left: 0;
    top: -40px;
  }
  .section-white .inner .section.inverted .info {
    padding-right: 0;
  }
  .section-white .inner .section:nth-of-type(2) {
    border-top: 3px solid #000000;
  }
  .section-white .inner .last {
    border-top: solid 1px rgba(0, 0, 0, 0.6);
    padding: 50px 0;
  }
  .section-white .inner .last .title {
    font-size: 40px;
    line-height: 50px;
  }

  .fifth {
    padding: 150px 15px;
  }
  .fifth .title {
    font-size: 40px;
    line-height: 50px;
    margin-left: 0;
  }
  .fifth .top {
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .fifth .top img {
    margin: 15px 0;
  }
  .fifth .top .g {
    position: static;
  }
  .fifth .top .g .gradient {
    display: none;
  }
  .fifth .middle {
    position: static;
  }
  .fifth .middle .e {
    position: static;
  }
  .fifth .middle img {
    margin: 15px 0;
  }
  .fifth .bottom {
    position: static;
    flex-direction: column;
  }
  .fifth .bottom img {
    margin: 15px 0;
  }
  .fifth .bottom .a {
    position: static;
  }
  .fifth .bottom .a .gradient {
    display: none;
  }
  .fifth .bottom .b {
    position: static;
  }
  .fifth .bottom .c {
    position: static;
  }
}
@media all and (max-width: 480px) {
  .first {
    padding: 50px 0;
  }

  .inter p {
    font-size: 30px;
  }

  .second .desc {
    padding: 20px;
  }

  .third {
    padding: 50px 0;
  }
  .third .right .inner {
    display: block;
  }

  .fourth {
    padding-bottom: 50px;
  }

  .fifth {
    padding: 50px 0;
  }
  .fifth .middle {
    display: block;
  }
  .fifth .top {
    margin-left: 0;
  }

  .gbr:before {
    display: none;
  }

  .fifth .bottom .a img {
    width: 100%;
  }
}

/*# sourceMappingURL=kariera.css.map */
