:root {
  --font-family: "IBM Plex Sans", sans-serif;
  --second-family: "IBM Plex Serif", sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::after,
*::before {
  box-sizing: inherit;
}
body,
html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
.svg {
  border-radius: 10px;
  width: 33px;
  height: 35px;
  background: #1064e5;
  margin-right: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.svg:hover {
  transform: scale(1.2) rotate(10deg);
  box-shadow: 0 4px 15px rgba(16, 100, 229, 0.4);
}
.burger-menu {
  display: none;
}
.butPop {
  display: none;
}
.lastBut {
  display: none;
}
@media (max-width: 480px) {
  .svg {
    width: 24px;
    height: 26px;
    margin-right: 8px;
  }
}

.firstLogo {
  font-family: var(--font-family);

  font-weight: 700;
  font-size: 25px;
}

.logo {
  display: flex;
  align-items: center;
}
.firstLogo a {
  text-decoration: none;
  color: black;
  transition: color 0.4s ease-out;
}

.line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar .nav {
  font-family: var(--font-family);
  margin-right: 37px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: rgba(6, 18, 36, 0.9);
  transition: color 0.3s;
}

.navbar .nav:hover {
  color: rgb(101, 93, 93);
}
.navbar .nav:active {
  color: #030c1a;
}
.btn {
  display: flex;
  gap: 20px;
}
.btn1tex {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: rgba(6, 18, 36, 0.9);
  border: 1.5px solid #1064e5;
  border-radius: 43px;
  padding: 11px 20px;
  transition: background-color 0.4s, color 0.5s;
}

.btn1tex:hover {
  background-color: rgb(92, 186, 249);
  color: #fff;
}
.btn1tex:active {
  background-color: rgb(32, 125, 188);
}

.btn2tex {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 45px;
  padding: 11px 24px;
  background: #1064e5;
  border: 1.5px solid #1064e5;
  transition: background-color 0.4s;
}

.btn2tex:hover {
  background: rgb(92, 186, 249);
}
.btn2tex:active {
  background-color: rgb(32, 125, 188);
}

.container {
  padding: 35px 105px 0 105px;
}
.lineToMain {
  padding-left: 103px;
  padding-right: 731px;
  padding-top: 48px;
  min-height: 21px;
}
.lineTo_text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 400%;
  color: #061224;
  opacity: 0.6;
}
.lineTo_text a {
  text-decoration: none;
  color: #061224;
  opacity: 0.6;
  transition: opacity 0.3s ease-out, color 0.5s ease-out;
}
.lineTo_text a:hover {
  opacity: 0.9;
  color: #2d2f32;
}
.lineTo_text a:active {
  opacity: 1;
  color: #000000;
}
.sec1 {
  width: 100%;
  height: 135vh;
}
.container_sec1 {
  margin: 0 auto;
}
.our_sec1 {
  padding-left: 103px;
  padding-top: 23px;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 40px;
  line-height: 105%;
  color: #061224;
}
.img_sec1 {
  padding-left: 105px;
  padding-top: 27px;
  padding-right: 105px;
  border-radius: 4px;
}
.img_sec1 img {
  width: 1302px;
  height: 452px;
  border-radius: 4px;
}
.inner_sec1 {
  padding-left: 160px;

  padding-top: 24px;
}
.inner_sec1 p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 147%;
  color: rgba(6, 18, 36, 0.9);
  padding-bottom: 20px;
}
.sign {
  padding-left: 625px;
  padding-top: 24px;
}
.footer {
  background-color: #061224;
  color: white;
  padding: 40px 5%;
  font-family: var(--font-family);
  height: 25vh;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
}
.textF .lastB {
  text-decoration: none;
  font-family: var(--font-family);
  font-size: 28px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  transition: color 0.4s ease-out;
}
.textF .lastB:hover {
  color: #e8cbcb;
}
.textF .lastB:active {
  color: #808082;
}

.footer-logo img {
  width: 33px;
  height: 35px;
  background: #1064e5;
  border-radius: 10px;
}

.footer-nav {
  display: flex;
  gap: 60px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-column a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-column a:hover {
  color: #e8cbcb;
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-contacts a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.footer-bottom {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 12px;
  color: #888;
}

.footer-bottom a {
  color: #888;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #e8cbcb;
}
@media (max-width: 1285px) {
  .burger-menu {
    display: block;
  }
  .burger-menu {
    display: block;
  }
  .wrap_field {
    padding: 10px 20px;
    cursor: pointer;
  }
  .bar_burg {
    display: block;
    padding: 3px 15px;
    margin: 4px auto;
    background: #1064e5;
    transition: 0.3s;
  }
  .butPop {
    position: fixed;
    top: 85px;
    left: -100%;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 100;
    display: flex;
    transition: 0.3s;
    overflow-x: hidden;
  }
  .butPop.open {
    left: 0;
  }
  .butPop .navbar {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 50px 0;
    overflow: auto;
  }
  .lastBut {
    display: block;
    margin-top: 10px;
  }
  .lastBut a {
    font-size: 154px;
  }
  .butPop .navbar > a {
    width: 100%;
    padding: 20px 0;
    font-size: 20px;
    color: rgba(6, 18, 36, 0.9);
    justify-content: center;
    display: flex;
  }
  .butPop.navbar > a:hover {
    color: rgb(101, 93, 93);
  }

  .wrap_field.active .bar_burg:nth-child(2) {
    opacity: 0;
  }
  .wrap_field.active .bar_burg:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .wrap_field.active .bar_burg:nth-child(3) {
    transform: translateY(-12px) rotate(-45deg);
  }
  body.noscroll {
    overflow: hidden;
  }
  .navbar,
  .btn {
    display: none;
  }
  .line {
    justify-content: space-between;
  }
  header {
    height: 60vh;
  }
  .our_sec1 {
    font-size: 39px;
    margin-top: -290px;
  }
  .img_sec1 {
    padding-left: 105px;
    margin-top: -5px;
    padding-right: 105px;
    border-radius: 4px;
  }
  .img_sec1 img {
    width: 1072px;
    height: 452px;
    border-radius: 4px;
  }
  .inner_sec1 {
    margin-left: -50px;
  }
  .sign {
    margin-left: -80px;
  }
  .inner_sec1 p {
    font-size: 16px;
  }

  .sec-1 {
    width: 100%;
  }

  .footer-container {
    padding-top: 10px;
  }
}

@media (max-width: 1185px) {
  .burger-menu {
    display: block;
  }
  .navbar,
  .btn {
    display: none;
  }
  .line {
    justify-content: space-between;
  }
  header {
    height: 40vh;
  }
  .our_sec1 {
    font-size: 35px;
    margin-top: -150px;
  }
  .img_sec1 {
    padding-left: 105px;
    margin-top: -5px;
    padding-right: 105px;
    border-radius: 4px;
  }
  .img_sec1 img {
    width: 982px;
    height: 452px;
    border-radius: 4px;
  }
  .inner_sec1 {
    margin-left: -30px;
  }
  .sign {
    margin-left: -110px;
  }
  .inner_sec1 p {
    font-size: 14px;
  }

  .sec-1 {
    height: 125vh;
  }

  .footer-container {
    padding-top: 10px;
  }
}

@media (max-width: 1024px) {
  .burger-menu {
    display: block;
    margin-top: 10px;
  }
  .navbar,
  .btn {
    display: none;
  }
  .line {
    justify-content: space-between;
  }

  .lineTo_text {
    display: none;
  }
  header {
    height: 20vh;
  }
  .our_sec1 {
    font-size: 35px;
    margin-top: -50px;
  }
  .img_sec1 {
    padding-left: 105px;
    margin-top: -5px;
    padding-right: 105px;
    border-radius: 4px;
  }
  .img_sec1 img {
    width: 822px;
    height: 352px;
    border-radius: 4px;
  }
  .inner_sec1 {
    margin-left: -50px;
    width: 100%;
  }
  .sign {
    margin-left: -210px;
  }

  .inner_sec1 p {
    font-size: 13px;
  }

  .sec-1 {
    width: 100%;
  }

  .footer-container {
    padding-top: 10px;
  }
  @media (max-width: 1024px) and (min-height: 1366px) {
    .our_sec1 {
      font-size: 35px;
      margin-top: -140px;
    }
    .sign {
      margin-left: -230px;
    }
    .inner_sec1 p {
      font-size: 25px;
    }
  }
}
@media (max-width: 872px) {
  header {
    height: 50vh;
  }
  .logo {
    margin-left: -50px;
  }
  .butPop {
    position: fixed;
    top: 115px;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100;
    display: flex;
    transition: 0.3s;
  }
  .our_sec1 {
    font-size: 35px;
    margin-top: -300px;
    padding-left: 50px;
  }
  .img_sec1 {
    padding-left: 50px;
    margin-top: -5px;

    border-radius: 4px;
  }
  .img_sec1 img {
    width: 722px;
    height: 352px;
    border-radius: 4px;
  }
  .inner_sec1 {
    margin-left: -90px;
    width: 100%;
  }
  .sign {
    margin-left: -270px;
    padding-bottom: 40px;
    margin-top: -30px;
  }
  .sign img {
    width: 30%;
  }

  .inner_sec1 p {
    font-size: 16px;
  }

  .sec-1 {
    width: 100%;
  }

  .footer {
    width: 100%;
    height: 20vh;
  }

  .footer-container {
    padding-top: 10px;
  }
}
@media (max-width: 820px) and (min-height: 1180px) {
  .our_sec1 {
    font-size: 35px;
    margin-top: -490px;
    padding-left: 50px;
  }
  .inner_sec1 {
    margin-left: -70px;
    width: 100%;
  }
  .inner_sec1 p {
    font-size: 20px;
  }
  .sign {
    margin-left: -290px;
    padding-bottom: 40px;
    margin-top: -30px;
  }
}
@media (max-width: 768px) {
  header {
    height: 45vh;
  }
  .logo {
    margin-left: -50px;
  }
  .burger-menu {
    margin-right: -70px;
  }
  .our_sec1 {
    font-size: 35px;
    margin-top: -300px;
    padding-left: 50px;
  }
  .img_sec1 {
    padding-left: 50px;
    margin-top: -5px;

    border-radius: 4px;
  }
  .img_sec1 img {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-left: 10px;
    border-radius: 4px;
  }
  .inner_sec1 {
    margin-left: -70px;
    width: 100%;
  }
  .sign {
    margin-left: -340px;
    padding-bottom: 40px;
    margin-top: 40px;
  }
  .sign img {
    width: 30%;
  }

  .inner_sec1 p {
    font-size: 16px;
  }

  .sec-1 {
    width: 100%;
  }

  .footer {
    width: 100%;
    height: 20vh;
  }

  .footer-container {
    padding-top: 10px;
  }

  .lineToMain {
    padding: 10px 15px;
    text-align: center;
  }
  @media (max-width: 768px) and (min-height: 1024px) {
    .img_sec1 {
      padding-left: 70px;
      margin-top: -5px;

      border-radius: 4px;
    }
    .our_sec1 {
      font-size: 35px;
      margin-top: -330px;
      padding-left: 50px;
    }
    .sign {
      margin-left: -300px;
      padding-bottom: 40px;
      margin-top: 40px;
    }
    .inner_sec1 p {
      font-size: 19px;
    }
  }
}
@media (max-width: 690px) {
  header {
    height: 40vh;
  }
  .logo {
    margin-left: -50px;
  }
  .our_sec1 {
    font-size: 30px;
    margin-top: -200px;
    padding-left: 50px;
  }
  .par.sec_1 {
    font-size: 30px;
  }
  .img_sec1 {
    padding-left: 50px;
    margin-top: -5px;

    border-radius: 4px;
  }
  .img_sec1 img {
    width: 100%;
    max-width: 600px;
    height: auto;

    border-radius: 4px;
  }
  .inner_sec1 {
    margin-left: -90px;
    width: 100%;
  }

  .sign img {
    display: none;
  }

  .inner_sec1 p {
    font-size: 16px;
  }

  .sec-1 {
    width: 100%;
  }

  .footer {
    width: 100%;
    height: 40vh;
  }

  .footer-container {
    padding-top: 10px;
  }

  .lineToMain {
    padding: 10px 15px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .svg {
    width: 34px;
    height: 32px;
    margin-right: 8px;
  }

  .burger-menu {
    display: block;
    margin-left: 190px;
    margin-top: -7px;
  }

  .butPop {
    top: 75px;
  }
  .butPop .navbar {
    margin-left: 30px;
  }
  .navbar,
  .btn {
    display: none;
  }
  .line {
    justify-content: space-between;
  }
  header {
    height: 50vh;
  }
  .logo {
    margin-left: -50px;
  }
  .our_sec1 {
    font-size: 30px;
    margin-top: -330px;
    padding-left: 50px;
  }
  .img_sec1 {
    padding-left: 50px;
    margin-top: -5px;

    border-radius: 4px;
  }
  .img_sec1 img {
    width: 360px;

    border-radius: 4px;
  }
  .inner_sec1 {
    margin-left: -80px;
    width: 100%;
  }
  .sign {
    margin-left: -480px;

    margin-top: 40px;
  }
  .sign img {
    width: 60%;
  }

  .inner_sec1 p {
    font-size: 13.5px;
  }

  .sec-1 {
    width: 100%;
  }

  .footer {
    width: 100%;
    height: 30vh;
  }

  .footer-container {
    padding-top: 10px;
  }

  .lineToMain {
    padding: 10px 15px;
    text-align: center;
  }
}
@media (max-width: 420px) {
  .burger-menu {
    display: block;
    margin-left: -80px;
    margin-top: -7px;
  }
  .img_sec1 {
    padding-left: 40px;
    margin-top: -5px;
    border-radius: 4px;
  }
  .img_sec1 img {
    width: 290px;
    border-radius: 4px;
  }
  .inner_sec1 p {
    font-size: 12px;
  }
  .footer {
    width: 100%;
    height: 40vh;
  }
}
