: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;
  box-sizing: border-box;
}
.lastBut{
    display: none;
}
.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;
}
header {
  width: 100%;
  height: 155vh;
  background: #fff;
}
@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;
}
.burger-menu {
  display: none;
}

.butPop{
    display: none;
}
.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;
}
.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;
}
.H1_cont {
  padding-top: 23px;
  padding-left: 103px;

  width: 100%;
  min-height: 40px;
}
.cont_text {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 40px;
  line-height: 105%;
  color: rgba(6, 18, 36, 0.9);
}
.inf_cont {
  padding-top: 27px;
  padding-left: 103px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 249px;
}
.inner_cont {
  padding-top: 6px;
  max-width: 50%;
}
.svg_inf > img {
  display: flex;
  gap: 0 14px;
}
.mapAddress {
  max-width: 100%;
  padding-right: 144px;
  padding-top: 13px;
  padding-left: 136px;
}
.mapAddress img {
  display: block;
  width: 100%;
  height: auto;
}

.startInf {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: rgba(6, 18, 36, 0.9);
}
.getCon_text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: rgba(6, 18, 36, 0.9);
  padding-left: 44px;
  margin-top: -25px;
  display: flex;
}
.svg_inf2 {
  margin-top: 20px;
  display: flex;
  gap: 0 20px;
}

.label_ecrit {
  max-width: 700px;
  margin-left: 102px;

  border-radius: 12px;
  padding: 30px;
}

.label {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: rgba(6, 18, 36, 0.9);
  margin-bottom: 20px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

.message {
  font-family: var(--font-family);
  font-size: 16px;
  color: rgba(6, 18, 36, 0.9);
}

input,
textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: var(--font-family);
  font-size: 16px;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

.formBtn {
  align-self: center;
  padding: 12px 30px;
  border-radius: 45px;
  background: #1064e5;
  color: #fff;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.formBtn:hover {
  background: rgb(92, 186, 249);
}

.formBtn:active {
  background-color: rgb(32, 125, 188);
}
.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) {
  .line {
    justify-content: space-between;
  }
  .lastBut {
    display: block;
    margin-top: 10px;
    
}
.lastBut a{
    font-size: 154px;
}
  header {
    height: 150vh;
  }
}
@media (max-width: 1185px) {
  .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;
  }
 
  .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: 150vh;
  }
  .cont_text {
    font-size: 30px;
  }
  .startInf {
    font-size: 15px;
  }
  .getCon_text {
    font-size: 13px;
  }
  .label {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  header {
    height: 140vh;
  }
  .burger-menu {
    display: block;
    margin-top: 10px;
  }

  .mapAddress img {
    width: 110%;
  }
  .label_ecrit {
    padding: 25px;
  }

  .label {
    font-size: 26px;
  }

  input,
  textarea {
    font-size: 15px;
    padding: 11px 14px;
  }

  .formBtn {
    font-size: 13px;
    padding: 11px 26px;
  }
  @media (max-width:1024px) and (min-height:1366px){
    header{
      height: 90vh;
    }
  }
}
@media (max-width: 872px) {
  .burger-menu {
    display: block;
    margin-top: 10px;
  }
  header{
    height: 150vh;
  }

  .navbar,
  .btn {
    display: none;
  }
  .line {
    justify-content: space-between;
  }
  .lineTo_text {
    display: none;
  }
  .mapAddress img {
    width: 130%;
  }
  .label_ecrit {
    padding: 20px;
  }

  .label {
    font-size: 24px;
  }

  .jk {
    margin-bottom: 14px;
  }

  input,
  textarea {
    font-size: 15px;
    padding: 10px 12px;
  }

  .formBtn {
    font-size: 13px;
    padding: 10px 24px;
  }
}
@media (max-width:820px){
  header{
    height: 100vh;
  }
  .lineToMain {
    padding: 10px 15px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  header {
    height: 124vh;
  }
    .burger-menu {
    display: block;
    margin-top: -7px;
    margin-left: 450px;
  }
   .butPop {
  position: fixed;
  top: 115px;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 100;
  display: flex;
  transition: 0.3s;
}

  .lineToMain {
    padding: 10px 15px;
    text-align: center;
  }
  .cont_text {
    font-size: 28px;
  }
  .startInf {
    font-size: 11px;
  }
  .getCon_text {
    font-size: 10px;
  }
  .mapAddress img {
    width: 140%;
    height: 10%;
  }
  .label_ecrit {
    padding: 20px;
    margin-left: 30px;
  }

  .label {
    font-size: 22px;
  }

  .form {
    max-width: 70%;
  }

  input,
  textarea {
    font-size: 14px;
    padding: 10px;
  }

  .formBtn {
    font-size: 12px;
    padding: 10px 22px;
  }
  .inf_cont {
    margin-left: -60px;
  }
  .H1_cont {
    margin-left: -60px;
  }
  .logo {
    margin-left: -50px;
  }
  @media (max-width:768px) and (min-height:1024px){
    header{
      height: 105vh;
    }
  }
}
@media (max-width: 690px) {
  .form {
    max-width: 60%;
  }
  .mapAddress img {
    width: 170%;
    height: 20%;
    margin-left: -40px;
  }
}
@media (max-width: 520px) {
  .mapAddress img {
    width: 1030%;
    margin-left: -90px;
  }
  .svg {
    width: 34px;
    height: 32px;
    margin-right: 8px;
  }
  .burger-menu {
    display: block;
    margin-left: 280px;
  }
}
@media (max-width: 480px) {
  .mapAddress {
    display: none;
  }

  .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;
  }
  .form {
    max-width: 80%;
  }
  .mapAddress img {
    width: 30%;
    margin-left: -60px;
  }
}



