@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}

@media (max-width: 767.98px) {
  body {
    font-size: 16px;
  }
}
h2 {
  color: var(--blue, #0a8cd2);

  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 32px;
  }
}
.btn {
  border-radius: 30px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 23px;
}
.head-buttons {
  width: 450px;
}
.btn-lang {
  border-radius: 12px;
  background: var(--blue, #0a8cd2);
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;

  gap: 10px;
  color: var(--White, #fff);

  text-decoration: none;
  border: 1px solid var(--White, #fff);
}

@media (max-width: 767.98px) {
  .btn {
    color: var(--White, #fff);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.4px; /* 146.25% */
    padding: 12px 12px;
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .btn {
    color: var(--White, #fff);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.4px; /* 146.25% */
    padding: 10px 10px;
    margin-top: 0;
  }
  .head-buttons {
    width: 250px;
  }
}

.btn-line {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-wrap: nowrap;
  align-items: center;
  position: relative;
  color: #0a8cd2;

  border: 1px solid #0a8cd2;
}
.btn-line:hover {
  border: 1px solid #0a8cd2;
  background-color: #d9effc;
  color: #0a8cd2;
}
.btn-blue {
  background-color: #0a8cd2;

  display: flex;
  flex-direction: row;
  justify-content: center;
  text-wrap: nowrap;
  align-items: center;
  position: relative;
  color: #ffffff;
}
.btn-blue:hover {
  background-color: #0074b5;
}

.btn-lang:hover {
  color: var(--blue, #0a8cd2);
  border: 1px solid var(--blue, #0a8cd2);
  background: var(--White, #fff);
}
.nav-link {
  font-size: 22px;
  line-height: 23px;
  color: #0a8cd2;
  font-weight: 500;
}
.nav-link:hover {
  color: #ffa500;
}
.banner {
  padding-top: 178px;
}
.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ffa500;
  --bs-btn-border-color: #ffa500;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ffa500;
  --bs-btn-hover-border-color: #ffa500;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ffa500;
  --bs-btn-active-border-color: #ffa500;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #ffa500;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #008bd2;
  --bs-btn-border-color: #008bd2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1e678c;
  --bs-btn-hover-border-color: #1e678c;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1e678c;
  --bs-btn-active-border-color: #1e678c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1e678c;
  --bs-btn-disabled-border-color: #1e678c;
}

.banner h1 {
  color: #0a8cd2;
  font-size: 40px;
  padding-bottom: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.banner p {
  font-size: 20px;
  line-height: 28px;
}
.banner a {
  color: #0a8cd2;
  font-weight: bold;
  text-decoration: none;
}
.banner a:hover {
  text-decoration: underline;
}
.banner2 {
  padding-top: 60px;
}
@media (max-width: 767.98px) {
  .banner {
    padding-top: 140px;
  }

  .banner h1 {
    font-size: 38px;
  }
  .banner p {
    font-size: 18px;
    line-height: 24px;
  }
}
.icon-blocks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.4px; /* 130% */
}
.icon-blocks-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.4px; /* 130% */
}
@media (max-width: 767.98px) {
  .icon-blocks-item {
    font-size: 16px;
  }
}
#strabo3 .nav-link {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: var(--darc-gray, #d0d1d3);
}
#strabo3 .nav-link.active {
  border-bottom: 4px solid #0a8cd2;
  color: var(--black, #000);
}
@media (max-width: 767.98px) {
  #strabo3 .nav-link {
    font-size: 18px;
    text-align: left;
  }
}
#strabo3 {
  font-size: 18px;
}
#form h2,
#edu h2 {
  color: var(--White, #fff);
  /* H2 */
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
#form p {
  color: var(--White, #fff);
}
#form span,
#edu span {
  color: var(--White, #fff);
  /* text note */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.2px; /* 130% */
  margin-top: 22px;
}
#form span a,
#edu span a {
  color: var(--White, #fff);
}
.btn-line-submit {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 1px solid var(--White, #fff);
  color: var(--White, #fff);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.btn-line-submit:hover {
  border: 1px solid var(--White, #fff);
  color: var(--White, #fff);
  background: var(--dark-blue, #0074b5);
}
.contacts svg {
  margin-right: 12px;
}

.contacts b {
  color: #0a8cd2;
  /* H3 */
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.contacts a {
  color: #0a8cd2;
  text-decoration: none;
}
.contacts a:hover {
  color: #0a8cd2;
  text-decoration: underline;
}
.contacts p {
  margin-bottom: 22px;
}

.form-control {
  border-radius: 30px;
  background: var(--White, #fff);
  padding: 16px 24px;
}
footer {
  display: inline-flex;
  padding: 58px 0;
  justify-content: center;
  align-items: center;

  background: var(--blue, #0a8cd2);
  width: 100%;
  color: var(--White, #fff);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.4px; /* 130% */
}
footer a {
  color: var(--White, #fff);
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}

.digit {
  color: var(--blue, #0a8cd2);
  font-family: Roboto;
  font-size: 54px;
  font-style: normal;
  font-weight: 800;
  line-height: 54px;
  padding-right: 12px;
}
.fs-18 {
  font-size: 18px !important;
}
.twobackground {
  background: linear-gradient(90deg, #f7f8fb 50%, #0a8cd2 50%);
}
@media (max-width: 991px) {
  .twobackground {
    background: #f7f8fb;
  }
  #edu {
    padding: 20px;
  }
  .head-buttons {
    width: auto;
  }
}
