* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

body {
  margin: 0;
  font-family: 'TT Drugs', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background: #000; }

.container {
  width: calc(100% - 30px);
  max-width: 1160px;
  margin: 0 auto; }

.block-1 {
  background: #95a3ae;
  background: linear-gradient(90deg, #95a3ae 0%, #2e3031 100%);
  padding: 40px 0 75px; }

.top-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px; }
  .top-menu img {
    display: block;
    height: 40px;
    transition: all 0.3s ease; }
  .top-menu a {
    text-decoration: none;
    font-size: 20px;
    color: #c3c8c1;
    transition: all 0.3s ease; }
    .top-menu a:hover {
      color: #fff; }
      .top-menu a:hover img {
        opacity: .8; }
    .top-menu a.scrollto {
      margin-right: 10px; }

.big-name {
  color: #d9dfd6;
  font-weight: 700;
  font-size: 52px;
  position: relative;
  padding-left: 45px; }
  .big-name:before {
    content: '';
    width: 62px;
    height: 42px;
    background: url("images/idea.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -32px; }

.fbc {
  display: flex;
  justify-content: space-between; }
  .fbc .left {
    flex: 0 0 calc(100% - 420px);
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .fbc .left h1 {
      font-family: 'AngelicaC', sans-serif;
      color: #1b1b1b;
      font-size: 36px;
      line-height: 49px;
      margin-top: 70px;
      margin-bottom: 0;
      padding-left: 45px;
      font-weight: 400; }
      .fbc .left h1 span {
        display: block; }
        .fbc .left h1 span.line-2 {
          padding-left: 90px; }
        .fbc .left h1 span.line-3 {
          padding-left: 205px; }
    .fbc .left .btns {
      display: flex;
      justify-content: space-between; }
      .fbc .left .btns a {
        display: inline-block;
        background: #30504d;
        color: #c3c8c1;
        text-decoration: none;
        border-radius: 15px;
        padding: 6px 15px 9px;
        min-width: 220px;
        text-align: center;
        transition: all 0.3s ease; }
        .fbc .left .btns a:hover {
          background: #436663;
          color: #fff; }
    .fbc .left .text-block {
      display: flex;
      justify-content: center; }
      .fbc .left .text-block .text {
        color: #c3c8c1;
        font-family: 'AngelicaC', sans-serif;
        font-size: 26px;
        line-height: 26px;
        text-align: center;
        background: #30504d;
        border-radius: 30px;
        padding: 15px 65px; }
  .fbc .right {
    flex: 0 0 360px; }
    .fbc .right img {
      display: block;
      width: 100%;
      border-radius: 10px;
      border: solid 2px #51585c; }

.block-2 {
  background: #2d2f30;
  background: linear-gradient(90deg, #2d2f30 0%, #95a3ae 100%);
  padding: 50px 0; }
  .block-2 h2 {
    margin: 0;
    color: #e6e6e6;
    font-size: 24px; }
  .block-2 .tbc {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .block-2 .tbc .left {
      flex: 0 0 calc(100% - 360px); }
      .block-2 .tbc .left .text-block p {
        padding-left: 45px; }
      .block-2 .tbc .left .text-block h3 {
        text-align: right;
        color: #171819;
        font-family: 'AngelicaC', sans-serif;
        font-size: 20px;
        margin: 30px 0 20px; }
      .block-2 .tbc .left .text-block ul {
        padding-left: 45px; }
    .block-2 .tbc .right {
      flex: 0 0 320px; }
      .block-2 .tbc .right img {
        display: block;
        width: 100%;
        border-radius: 20px; }

.block-3 {
  padding: 50px 0;
  background: #94a1ac; }
  .block-3 h2 {
    margin: 0;
    font-family: 'AngelicaC', sans-serif;
    color: #333732;
    font-size: 40px;
    font-weight: 400; }
  .block-3 .list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px; }
    .block-3 .list .item {
      flex: 0 0 calc(50% - 15px);
      border: solid 2px #64717a;
      border-radius: 60px;
      text-align: center;
      font-size: 18px;
      color: #20271e;
      font-weight: 700;
      padding: 10px 50px;
      display: flex;
      align-items: center;
      min-height: 120px; }

.block-4 {
  padding: 50px 0;
  background: #95a3ae;
  background: linear-gradient(90deg, #95a3ae 0%, #2e3031 100%); }
  .block-4 h2 {
    margin: 0;
    font-family: 'AngelicaC', sans-serif;
    color: #333732;
    font-size: 40px;
    font-weight: 400; }
  .block-4 .trbc {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 30px 0; }
    .block-4 .trbc .left {
      flex: 0 0 calc(100% - 360px); }
      .block-4 .trbc .left p:last-child {
        margin-bottom: 0; }
    .block-4 .trbc .right {
      flex: 0 0 320px; }
      .block-4 .trbc .right img {
        display: block;
        width: 100%;
        border-radius: 20px; }
  .block-4 .alert {
    text-align: center;
    font-family: 'AngelicaC', sans-serif;
    color: #e6e6e6; }

.block-5 {
  padding: 50px 0;
  background: #1f2a36; }
  .block-5 h2 {
    margin: 0;
    color: #e6e6e6;
    font-size: 24px; }
  .block-5 .list {
    margin-top: 50px;
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: stretch; }
    .block-5 .list .item {
      background: #283e42;
      border-radius: 30px;
      text-align: center;
      padding: 5px 30px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 100px; }
      .block-5 .list .item h3 {
        margin: 0 0 5px;
        color: #fff;
        font-size: 24px;
        font-family: 'AngelicaC', sans-serif; }

.block-6 {
  height: 350px;
  background: url("images/bg6.webp") center no-repeat;
  background-size: cover; }

.block-7 {
  padding: 50px 0;
  background: #1f2a36; }
  .block-7 h2 {
    margin: 0;
    color: #e6e6e6;
    font-size: 24px; }
  .block-7 .list {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    .block-7 .list .item {
      flex: 0 0 calc(25% - 15px);
      background: #e6e6e6;
      border-radius: 30px;
      padding: 30px 10px;
      text-align: center;
      color: #20271e; }
      .block-7 .list .item .name {
        margin-bottom: 15px;
        font-weight: 700; }

.block-8 {
  padding: 50px 0;
  background: #2d2f30;
  background: linear-gradient(90deg, #2d2f30 0%, #95a3ae 100%); }
  .block-8 h2 {
    margin: 0;
    color: #e6e6e6;
    font-size: 24px; }
  .block-8 .cert-block {
    display: flex;
    justify-content: space-between; }
    .block-8 .cert-block img {
      max-width: 100%;
      display: block; }
    .block-8 .cert-block .left {
      flex: 0 0 690px;
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      align-content: space-between; }
      .block-8 .cert-block .left img {
        width: 330px; }
      .block-8 .cert-block .left h2 {
        flex: 0 0 100%; }
    .block-8 .cert-block .right {
      flex: 0 0 calc(100% - 720px);
      display: flex;
      flex-direction: column;
      gap: 10px; }

footer {
  padding: 50px 0;
  background: #95a3ae;
  background: linear-gradient(90deg, #95a3ae 0%, #2e3031 100%); }
  footer h2 {
    margin: 0;
    font-family: 'AngelicaC', sans-serif;
    color: #e6e6e6;
    font-size: 40px;
    font-weight: 400; }
  footer .text {
    max-width: 590px;
    margin-top: 50px;
    color: #20271e;
    font-weight: 700;
    font-size: 24px; }
  footer .contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px; }
    footer .contacts .left {
      color: #e6e6e6;
      font-size: 22px;
      background: #30504d;
      border-radius: 20px;
      padding: 18px 20px; }
    footer .contacts .right a {
      display: inline-block;
      transition: all 0.3s ease; }
      footer .contacts .right a:first-child {
        margin-right: 30px; }
      footer .contacts .right a:hover {
        opacity: .8; }
    footer .contacts .right img {
      height: 70px;
      display: block; }
  footer .green {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
    background: #30504d;
    border-radius: 20px;
    padding: 70px 30px; }
    footer .green .left {
      color: #e6e6e6;
      font-weight: 700;
      font-size: 29px;
      position: relative;
      padding-left: 55px; }
      footer .green .left:before {
        content: '';
        display: block;
        width: 70px;
        height: 45px;
        background: url("images/idea_w.svg") center no-repeat;
        background-size: contain;
        position: absolute;
        top: -40px;
        left: 0px; }
    footer .green .right a {
      color: #e6e6e6;
      text-decoration: none;
      transition: all 0.3s ease;
      display: inline-block; }
      footer .green .right a:hover {
        color: #fff; }
      footer .green .right a + a {
        margin-left: 30px; }

@media (max-width: 1200px) {
  .fbc .right {
    flex: 0 0 230px; }

  .fbc .left h1 {
    font-size: 26px;
    line-height: 30px; }

  .big-name {
    font-size: 40px; }

  .fbc .left {
    flex: 0 0 calc(100% - 280px); }

  .fbc .left .btns a {
    min-width: 0; } }
@media (max-width: 980px) {
  .fbc {
    flex-direction: column-reverse;
    margin-top: 30px; }

  .big-name {
    font-size: 30px;
    max-width: 260px;
    line-height: 36px;
    margin-top: 30px; }

  .fbc .right img {
    max-width: 250px;
    margin: 0 auto; }

  .fbc .left h1 {
    padding-left: 0;
    text-align: center;
    margin-top: 30px; }
    .fbc .left h1 span {
      padding-left: 0 !important; }

  .fbc .left .btns {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: 30px 0; }

  .fbc .left .text-block .text {
    font-size: 22px; }

  .block-2 .tbc {
    flex-direction: column; }

  .block-2 .tbc .left .text-block p {
    padding-left: 0; }

  .block-2 .tbc .left .text-block h3 {
    text-align: center; }

  .block-2 .tbc .left .text-block ul {
    padding-left: 20px; }

  .block-2 h2 {
    text-align: center; }

  .block-3 h2 {
    font-size: 30px;
    text-align: center; }

  .block-3 .list {
    flex-direction: column; }

  .block-4 {
    background: linear-gradient(90deg, #95a3ae 0%, #656a6d 100%); }

  .block-4 h2 {
    color: #333732;
    font-size: 30px;
    text-align: center; }

  .block-4 .trbc {
    flex-direction: column-reverse;
    align-items: stretch; }

  .block-4 .trbc .right img {
    max-width: 250px;
    margin: 0 auto; }

  .block-5 h2 {
    text-align: center; }

  .block-5 .list .item {
    padding: 10px 30px; }

  .block-6 {
    height: 160px; }

  .block-7 h2 {
    text-align: center; }

  .block-7 .list {
    flex-direction: column;
    gap: 30px;
    align-items: stretch; }

  .block-8 .cert-block {
    display: flex;
    justify-content: normal;
    flex-direction: column;
    align-items: center;
    gap: 30px; }

  .block-8 .cert-block .left {
    flex: 0;
    align-items: center;
    gap: 30px;
    justify-content: space-between; }
    .block-8 .cert-block .left a {
      flex: 0 0 calc(50% - 15px); }
    .block-8 .cert-block .left h2 {
      width: 100%;
      text-align: center; }

  .block-8 .cert-block .right {
    flex: 0;
    gap: 30px; }

  footer h2 {
    font-size: 30px;
    text-align: center; }

  footer .contacts .left {
    display: none; }

  footer .contacts {
    justify-content: center; }

  footer .green {
    flex-direction: column; }

  footer .green .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 30px; }
    footer .green .right a {
      margin-left: 0 !important; } }