@import url('/blocks/advance/style.css');
@import url('/08_fonts/montserrat.css');
@import url('/08_fonts/roboto.css');
@import url('/z-index/css/museo.css');
header {
  padding: 35px 0;
  background: url('../05_imgs/screen1-bg.jpg');
  background-size: cover;
  height: 850px;
}
@media (max-width: 846px) {
  header {
    background: #003c3a;
    height: initial;
  }
}
header .row:nth-child(1) .col:first-child {
  text-align: left;
}
@media (max-width: 764px) {
  header .row:nth-child(1) .col:first-child {
    text-align: center;
  }
}
header .row:nth-child(1) .col:first-child img {
  width: 146px;
  height: 30px;
}
header .row:nth-child(1) .col:last-child {
  text-align: right;
}
@media (max-width: 764px) {
  header .row:nth-child(1) .col:last-child {
    text-align: center;
  }
}
header .row:nth-child(1) .col:last-child a {
  display: inline-block;
  color: unset;
  font-family: 'roboto', sans-serif;
  color: #fff;
  font-size: 18;
  font-weight: 400;
  line-height: 21px;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 846px) {
  header .row:nth-child(2) {
    text-align: center;
  }
}
header .row:nth-child(2) .preTitle {
  font-family: 'Museo Cyrl', sans-serif;
  color: #fff;
  font-size: 26;
  font-weight: 800;
  line-height: 31px;
  text-transform: inherit;
  text-align: inherit;
  margin-top: 40px;
  margin-bottom: 7px;
}
header .row:nth-child(2) h1 {
  font-family: 'Museo Cyrl', sans-serif;
  color: #F9E943;
  font-size: 50;
  font-weight: 800;
  line-height: 65px;
  text-transform: uppercase;
  text-align: inherit;
  letter-spacing: 0.03em;
}
@media (max-width: 846px) {
  header .row:nth-child(2) h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 500px) {
  header .row:nth-child(2) h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
header .row:nth-child(2) .postTitle {
  font-family: 'Museo Cyrl', sans-serif;
  color: #fff;
  font-size: 26;
  font-weight: 400;
  line-height: 31px;
  text-transform: inherit;
  text-align: inherit;
  margin-top: 29px;
  margin-bottom: 32px;
}
header .row:nth-child(2) time {
  font-family: 'Museo Cyrl', sans-serif;
  color: #F9E943;
  font-size: 36;
  font-weight: 600;
  line-height: 31px;
  text-transform: inherit;
  text-align: inherit;
}
header .row:nth-child(2) button {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 55px;
  padding-right: 55px;
  background: linear-gradient(180deg, #FBED20 0%, #DFA126 100%);
  margin-top: 52px;
  margin-bottom: 70px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), inset 0 5px 10px #FFF896;
  border-radius: 5px;
  font-family: 'Museo Cyrl', sans-serif;
  color: #252525;
  font-size: 24;
  font-weight: 600;
  line-height: 29px;
  text-transform: inherit;
  text-align: inherit;
}
header .row:nth-child(2) button:hover {
  background: null;
  color: null;
}
@media (max-width: 846px) {
  header .row:nth-child(2) button {
    display: inline-block;
  }
}
@media (max-width: 846px) {
  section.screen2 {
    padding-top: 40px;
  }
}
section.screen2 h2 {
  font-family: 'Museo Cyrl', sans-serif;
  color: #000;
  font-size: 36;
  font-weight: 500;
  line-height: 50px;
  text-transform: inherit;
  text-align: inherit;
  margin-bottom: 30px;
}
section.screen2 h2 b {
  font-family: 'Museo Cyrl', sans-serif;
  color: #000;
  font-size: 36;
  font-weight: 800;
  line-height: 50px;
  text-transform: inherit;
  text-align: inherit;
}
section.screen2 .itemWrap {
  display: flex;
  margin-top: 62px;
}
@media (max-width: 666px) {
  section.screen2 .itemWrap {
    display: block;
    text-align: center;
  }
}
section.screen2 .itemWrap img {
  max-height: 176px;
}
section.screen2 .itemWrap .text {
  padding-left: 30px;
}
section.screen2 .itemWrap .text h3 {
  font-family: 'Museo Cyrl', sans-serif;
  color: #000;
  font-size: 30;
  font-weight: 600;
  line-height: 36px;
  text-transform: inherit;
  text-align: inherit;
}
section.screen2 .itemWrap .text p {
  font-family: 'Museo Cyrl', sans-serif;
  color: #000;
  font-size: 20;
  font-weight: 300;
  line-height: 24px;
  text-transform: inherit;
  text-align: inherit;
}
section.screen2 button {
  margin: auto;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 55px;
  padding-right: 55px;
  background: linear-gradient(180deg, #FBED20 0%, #DFA126 100%);
  margin-top: 52px;
  margin-bottom: 70px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), inset 0 5px 10px #FFF896;
  border-radius: 5px;
  font-family: 'Museo Cyrl', sans-serif;
  color: #252525;
  font-size: 24;
  font-weight: 600;
  line-height: 29px;
  text-transform: inherit;
  text-align: inherit;
}
section.screen2 button:hover {
  background: null;
  color: null;
}
section.screen3 {
  background: linear-gradient(180deg, #023435 0%, #014C45 100%);
  padding: 85px 0;
}
section.screen3 h2 {
  margin: 0 auto 15px;
  font-family: 'Museo Cyrl', sans-serif;
  color: #F9E943;
  font-size: 36;
  font-weight: 800;
  line-height: 65px;
  text-transform: uppercase;
  text-align: center;
}
section.screen3 .row:nth-child(2) .itemWrap:not(:nth-child(4)):not(:nth-child(8)) {
  border-right: 1px solid #2B6867;
}
@media (max-width: 766px) {
  section.screen3 .row:nth-child(2) .itemWrap:not(:nth-child(4)):not(:nth-child(8)) {
    border-right: none;
  }
}
section.screen3 .row:nth-child(2) .itemWrap {
  padding: 0 5px;
  margin-top: 54px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
section.screen3 .row:nth-child(2) .itemWrap img {
  height: 100%;
}
section.screen3 .row:nth-child(2) .itemWrap p {
  font-family: 'Museo Cyrl', sans-serif;
  color: #fff;
  font-size: 20;
  font-weight: 300;
  line-height: 24px;
  text-transform: initial;
  text-align: inherit;
}
section.screen3 .row:nth-child(2) .itemWrap p b {
  display: block;
  margin-top: 19px;
  font-weight: 700;
}
section.screen3 button {
  margin: auto;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 55px;
  padding-right: 55px;
  background: linear-gradient(180deg, #FBED20 0%, #DFA126 100%);
  margin-top: 82px;
  margin-bottom: 0px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), inset 0 5px 10px #FFF896;
  border-radius: 5px;
  font-family: 'Museo Cyrl', sans-serif;
  color: #252525;
  font-size: 24;
  font-weight: 600;
  line-height: 29px;
  text-transform: inherit;
  text-align: inherit;
}
section.screen3 button:hover {
  background: null;
  color: null;
}
section.screen4 {
  padding: 90px 0;
}
section.screen4 h2 {
  font-family: 'Museo Cyrl', sans-serif;
  color: #014B44;
  font-size: 36;
  font-weight: 800;
  line-height: 65px;
  text-transform: uppercase;
  text-align: inherit;
}
section.screen4 b {
  font-family: 'Museo Cyrl', sans-serif;
  color: #E2AA31;
  font-size: 36;
  font-weight: 800;
  line-height: 65px;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 666px) {
  section.screen4 ul {
    display: block;
  }
}
section.screen4 ul > li {
  font-family: 'Museo Cyrl', sans-serif;
  color: #000;
  font-size: 18;
  font-weight: 300;
  line-height: 22px;
  text-transform: inherit;
  text-align: inherit;
  padding-left: 20px;
  margin-bottom: 23px;
}
section.screen4 ul > li:before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url('../05_imgs/screen4-icon.svg');
  left: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
section.screen5 {
  padding: 80px 0;
  background-image: url("../05_imgs/section5-bg.jpg");
  text-align: center;
}
section.screen5 h2 {
  font-family: 'Museo Cyrl', sans-serif;
  color: #F9E943;
  font-size: 36;
  font-weight: 800;
  line-height: 43px;
  text-transform: uppercase;
  text-align: inherit;
  margin-bottom: 38px;
}
section.screen5 .widgetWrap {
  min-height: 260px;
}
section#about_us {
  padding: 90px 0 40px;
  background: #fff;
}
section#about_us .advance__title {
  color: #000;
}
@media (max-width: 666px) {
  section#about_us .row {
    display: block;
  }
}
section#about_us .top {
  color: #000;
}
section#about_us .num {
  color: #8B8B8B;
  margin-top: 7px;
  margin-bottom: 11px;
}
section#about_us .text {
  color: #000;
}
section.screen8,
section.screen9 {
  padding: 50px 0 80px;
}
section.screen8 h2,
section.screen9 h2 {
  font-family: 'roboto', sans-serif;
  color: #000;
  font-size: 36;
  font-weight: 700;
  line-height: 38px;
  text-transform: inherit;
  text-align: center;
  margin-bottom: 60px;
}
section.screen8 .col,
section.screen9 .col {
  max-height: 140px;
  max-width: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.screen8 img,
section.screen9 img {
  display: inline-block;
  min-width: 100px;
}
section.screen9 img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
section.screen9 img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/*# sourceMappingURL=style.css.map */