: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;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
.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);
}

@media (max-width: 480px) {
  .svg {
    width: 24px;
    height: 26px;
    margin-right: 8px;
  }
  header {
    padding: 12px 27px;
    background-image: url("https://resources.emaze.com/vbscenes/layoutimages/12fb6234665ce1dba4f8c2d9e2bbd55e.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
}

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

  font-weight: 700;
  font-size: 25px;
}
.close {
  position: absolute;
  width: 30px;
  opacity: 1;
  top: -11px;
  right: -2px;
}

#modal {
  display: none;
  padding-left: 465px;
  padding-top: 180px;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-content {
  background: #fff;
  padding: 30px 40px;
  border-radius: 12px;
  text-align: center;
  width: 600px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  position: relative;
  animation: tra 0.3s ease-in-out;
}

.modal-content h2 {
  margin-bottom: 10px;
  color: #333;
  font-family: var(--font-family);
}

.modal-content p {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
  font-family: var(--font-family);
}

.okey {
  background: #1976d2;
  border: none;
  color: #fff;
  padding: 10px 25px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}
.okey:hover {
  background: #1565c0;
}

.closeBt {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  color: #888;
  cursor: pointer;
  transition: 0.2s;
}
.closeBt:hover {
  color: #000;
}

@keyframes tra {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.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;
}
header {
  width: 100%;
  height: 100vh;
  background-image: url("https://resources.emaze.com/vbscenes/layoutimages/12fb6234665ce1dba4f8c2d9e2bbd55e.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.mainPlanCon {
  padding-left: 105px;
  padding-right: 105px;
  padding-top: 108px;
}
.mainPlanText {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 40px;
  line-height: 114%;
  color: rgba(6, 18, 36, 0.9);
  padding-bottom: 14px;
}

.secondPlanText {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: rgba(6, 18, 36, 0.9);
  padding-bottom: 14px;
}
.Texty {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: rgba(6, 18, 36, 0.9);
  padding-top: 14px;
}
.contBtn1 {
  margin-left: 105px;
  padding-top: 34px;
}
.btnMainBTN {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  color: rgb(249, 248, 248);
  background-clip: text;
  -webkit-background-clip: text;
  text-decoration: none;
  border-radius: 45px;
  padding: 17px 32px;
  background: #1064e5;
  transition: background 0.4s, font-size 0.4s;
}
.btnMainBTN:hover {
  background: rgb(92, 186, 249);
  font-size: 17px;
}
.btnMainBTN:active {
  background-color: rgb(32, 125, 188);
}
.burger-menu {
  display: none;
}

.butPop {
  display: none;
}

.hFirst {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 271%;
  color: rgba(6, 18, 36, 0.9);
}
.pFirst {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: rgba(6, 18, 36, 0.9);
}

.sec-1 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container_sec1 {
  margin: 0 auto;
  padding: 0 227px;
  max-width: 100%;
  box-sizing: border-box;
}
.container_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 54px 0 75px 0;
}
.first-o {
  display: flex;
  gap: 0.5rem;
  flex: 1 1 200px;
  box-sizing: border-box;
}
.first-o img {
  width: 50px;
  height: auto;
  flex-shrink: 0;
}
.sec-2 {
  height: 120vh;
  background: #d8f1f0;
  width: 100%;
}
.innerFirst_sec2 {
  padding-top: 57px;
  padding-left: 104px;
  max-width: 50%;
}
.container_sec-2 {
  max-height: 390px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cFirst {
  padding-top: 66px;
  list-style-type: "-";
}
.cFirst2 {
  padding-top: 66px;
  list-style-type: "-";
}
.top {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  color: rgba(6, 18, 36, 0.9);
}
.item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: rgba(6, 18, 36, 0.9);
  margin-top: 10px;
}
.sec-2_img {
  max-width: 100%;
  padding-top: 85px;
  padding-right: 107px;
}
.sec-2_img > img {
  display: block;
  width: 100%;
  height: auto;
}
.bnt-sec_2 {
  margin-top: 19px;
}
.buttonFirst {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 171%;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: rgba(6, 18, 36, 0.9);
  border: 1.5px solid #1064e5;
  border-radius: 43px;
  padding: 11px 20px;
}

.container2_sec-2 {
  max-height: 330px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-top: 57px;
  margin-bottom: 92px;
}
.innerSecond_sec2 {
  padding-top: 57px;
  padding-left: 104px;
  max-width: 50%;
}
.top {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  color: rgba(6, 18, 36, 0.9);
}
.item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: rgba(6, 18, 36, 0.9);
  margin-top: 10px;
}
.sec-2S_img2 {
  max-width: 50%;
  padding-top: 85px;
  padding-left: 106px;
}
.sec-2S_img > img {
  display: block;
  width: 100%;
  height: auto;
}
.bnt2-sec_2 {
  padding-top: 38px;
}
.buttonSecond {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 171%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 45px;
  padding: 14px 24px;
  border: 1.5px solid #1064e5;
  background: #1064e5;
  transition: background 0.4s ease-in, font-size 0.4s ease-in;
}
.buttonSecond:hover {
  background: rgb(92, 186, 249);
  font-size: 16px;
}
.buttonSecond:active {
  background-color: rgb(32, 125, 188);
}
.sec-3 {
  height: 75vh;
  background: #ffffff;
  width: 100%;
}
.text_sec-3 {
  padding-top: 57px;
  display: flex;
  justify-content: center;
  margin-left: 40px;
}
.he_sec-3 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: rgba(6, 18, 36, 0.9);
}
.subscription_sec-3 {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding-top: 63px;
  align-items: center;
  flex-direction: row;
  margin-left: 10px;
}
.itemSub {
  border-radius: 4px;
  width: 256px;
  height: 320px;
  background: #deeefc;
  transition: transform 0.7s, box-shadow 0.7s;
}
.itemSub:hover {
  transform: scale(1.03);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.itS {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 28px;
  line-height: 143%;
  color: rgba(6, 18, 36, 0.9);
  padding-left: 25px;
  padding-top: 32px;
}
.itT1 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgba(6, 18, 36, 0.9);
  padding-left: 25px;
  padding-top: 44px;
}
span {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  color: rgba(6, 18, 36, 0.9);
  padding-top: 12px;
  padding-left: 25px;
}
.itT2 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: rgba(6, 18, 36, 0.9);
  padding-left: 4px;
  padding-top: 34px;
}
.sec-3_but {
  padding-top: 40px;
  padding-left: 25px;
}
.sec-3_btn {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 167%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #ebf5f6;
  padding: 9px 15px;
  background: #1064e5;
  text-decoration: none;
  border-radius: 100px;
  border: 1.5px solid #1064e5;
  transition: background 0.3s ease-in, font-size 0.3s ease-in;
}
.sec-3_btn:hover {
  background: rgb(92, 186, 249);
  font-size: 13px;
}
.sec-3_btn:active {
  background-color: rgb(32, 125, 188);
}
.sec-4 {
  height: 33vh;
  background: #d8f1f0;
  width: 100%;
}
.container_sec-4 {
  max-height: 220px;
  margin-left: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 43px;
  padding-bottom: 48px;
}
.mainTextH1 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 73px;
  line-height: 66%;
  text-align: center;
  color: rgba(6, 18, 36, 0.9);
  padding-top: 43px;
  padding-bottom: 12px;
}
.otherTextH2 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: rgba(6, 18, 36, 0.9);
  padding-bottom: 12px;
}
.paraText {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  text-align: center;
  color: rgba(6, 18, 36, 0.9);
}
.sec-5 {
  height: 85vh;
  background: #fff;
  width: 100%;
}
.head_sec-5 {
  display: flex;
  justify-content: center;
  padding-top: 38px;
  padding-left: 417px;
  padding-right: 417px;
  padding-bottom: 32px;
}
.texthead_sec-5 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: rgba(6, 18, 36, 0.9);
}
.cont_sec-5 {
  display: flex;
  justify-content: space-around;
  padding: 0 5%;
  max-height: 490px;
  gap: 54px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
.inner_sec-5 {
  padding-top: 14px;
  padding-left: 14px;
}
.para_sec-5 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 171%;
  text-transform: uppercase;
  color: rgba(6, 18, 36, 0.9);
}
.sec_sec-5 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  color: rgba(6, 18, 36, 0.9);
}
.item_se-5 img {
  border-radius: 4px;
  width: 374px;
  height: 395px;
}
.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: 1167px) {
  .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;
  }
  #modal {
    padding-left: 275px;
    padding-top: 180px;
  }
  .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: 80vh;
    background-image: url("../img/1024.png");
    background-position: center;
    background-size: cover;
  }

  .secondPlanText {
    font-size: 20px;
    padding-top: 10px;
    color: rgba(6, 18, 36, 0.9);
  }
  .Texty {
    font-size: 18px;
  }

  .btnMainBTN {
    padding: 8px 16px;
    font-size: 15px;
    margin-left: -5px;
  }
  .container_sec1 {
    padding: 0 20px;
  }
  .container_inner {
    margin: 38px 0 55px 0;
  }
  .first-o {
    justify-content: center;
    margin: 0;
  }
  .first-o img {
    width: 40px;
  }
  .sec-1 {
    width: 100%;
  }
  .sec-2 {
    height: 125vh;
    width: 100%;
  }
  .innerFirst_sec2 {
    padding-top: 40px;
    padding-left: 70px;
    max-width: 50%;
  }
  .top {
    font-size: 40px;
  }
  .cFirst {
    width: 401px;
    height: 254px;
    padding-left: -35px;
  }
  .cFirst2 {
    width: 501px;
    height: 274px;
    padding-left: -25px;
  }
  .item {
    font-size: 19px;
    margin-top: -50px;
    padding-bottom: 70px;
  }
  .sec-2_img {
    max-width: 100%;

    padding-top: 98px;
    padding-right: 60px;
  }
  .sec-2_img > img {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 10px;
  }
  .sec-2S_img2 {
    max-width: 200%;

    padding-top: 260px;
  }
  .innerSecond_sec2 {
    margin-top: 130px;
    padding-left: 100px;
    max-width: 100%;
  }
  .sec-2S_img2 > img {
    display: block;
    max-width: 130%;
    height: auto;
    margin-left: -62px;
    padding-left: 25px;
  }
  .innerSecond_sec2 {
    padding-top: 57px;
    margin-right: 80px;
    max-width: 50%;
  }
  .bnt2-sec_2 {
    margin-top: -58px;
  }
  .buttonSecond {
    padding: 11px 21px;
  }
  .container2_sec-2 {
    margin-top: -50px;
  }
  .sec-3 {
    height: 120vh;
    background: #ffffff;
    width: 100%;
  }
  .cont_sec-5 {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    justify-content: center;
    padding: 0 5%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .texthead_sec-5 {
    font-family: var(--second-family);

    font-size: 36px;
  }
  .head_sec-5 {
    display: flex;
    justify-content: center;
    padding-top: 38px;
    padding-left: 130px;
    padding-right: 130px;
    padding-bottom: 32px;
  }
  .item_se-5 {
    flex: 1 1 300px;
    max-width: 374px;
  }

  .item_se-5 img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  .sec-5 {
    height: 85vh;
    background: #fff;
    width: 100%;
  }

  .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;
  }
  #modal {
    padding-left: 205px;
    padding-top: 300px;
  }
  header {
    background-image: url("../img/1024.png");
    background-position: center;
    background-size: cover;
  }

  .secondPlanText {
    font-size: 20px;
    padding-top: 10px;
    color: rgba(6, 18, 36, 0.9);
  }
  .Texty {
    font-size: 18px;
  }

  .btnMainBTN {
    padding: 8px 16px;
    font-size: 15px;
    margin-left: -5px;
  }

  .container_sec1 {
    padding: 0 20px;
  }
  .container_inner {
    margin: 38px 0 55px 0;
  }
  .first-o {
    justify-content: center;
    margin: 0;
  }
  .first-o img {
    width: 40px;
  }
  .sec-1 {
    width: 100%;
  }

  .sec-2 {
    height: 90vh;
    width: 100%;
  }
  .innerFirst_sec2 {
    padding-top: 40px;
    padding-left: 70px;
    max-width: 50%;
  }
  .top {
    font-size: 40px;
  }
  .cFirst {
    width: 401px;
    height: 254px;
    padding-left: -35px;
  }
  .cFirst2 {
    width: 401px;
    height: 254px;
    padding-left: -35px;
  }
  .item {
    font-size: 16px;
    margin-top: -50px;
    padding-bottom: 50px;
  }
  .sec-2_img {
    max-width: 100%;

    padding-top: 98px;
    padding-right: 40px;
  }
  .sec-2_img > img {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 10px;
  }
  .sec-2S_img2 {
    max-width: 200%;

    padding-top: 140px;
  }
  .innerSecond_sec2 {
    margin-top: 30px;
    padding-left: 80px;
    max-width: 100%;
  }
  .sec-2S_img2 > img {
    display: block;
    max-width: 130%;
    height: auto;
    margin-left: -62px;
    padding-left: 25px;
  }
  .innerSecond_sec2 {
    padding-top: 57px;
    margin-right: 80px;
    max-width: 50%;
  }
  .bnt2-sec_2 {
    margin-top: -88px;
  }
  .buttonSecond {
    padding: 11px 21px;
  }
  .container2_sec-2 {
    margin-top: -50px;
  }
  .sec-3 {
    background: #ffffff;
    width: 100%;
  }
  .sec-4 {
    width: 100%;
  }
  .cont_sec-5 {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    justify-content: center;
    padding: 0 5%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .texthead_sec-5 {
    font-family: var(--second-family);

    font-size: 36px;
  }
  .head_sec-5 {
    display: flex;
    justify-content: center;
    padding-top: 38px;
    padding-left: 130px;
    padding-right: 130px;
    padding-bottom: 32px;
  }
  .item_se-5 {
    flex: 1 1 300px;
    max-width: 374px;
  }

  .item_se-5 img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  .sec-5 {
    background: #fff;
    width: 100%;
  }

  .footer-container {
    padding-top: 10px;
  }
  @media (min-width: 1024px) and (max-height: 1367px) {
    .burger-menu {
      display: block;
      margin-top: 10px;
    }
    .navbar,
    .btn {
      display: none;
    }
    #modal {
      padding-left: 205px;
      padding-top: 350px;
    }
    .modal-content h2 {
      margin-bottom: 10px;
      font-size: 40px;
      color: #333;
      font-family: var(--font-family);
    }

    .modal-content p {
      color: #666;
      font-size: 28px;
      margin-bottom: 20px;
      font-family: var(--font-family);
    }
    .okey {
      background: #1976d2;
      border: none;
      color: #fff;
      padding: 14px 35px;
      font-size: 14px;
    }
    .line {
      justify-content: space-between;
    }

    header {
      height: 50vh;

      background-image: url("img/1024.png");
      background-position: center;
      background-size: cover;
    }

    .secondPlanText {
      font-size: 20px;
      padding-top: 10px;
      color: rgba(6, 18, 36, 0.9);
    }
    .Texty {
      font-size: 18px;
    }

    .btnMainBTN {
      padding: 8px 16px;
      font-size: 15px;
      margin-left: -5px;
    }

    .container_sec1 {
      padding: 0 20px;
    }
    .container_inner {
      margin: 38px 0 55px 0;
    }
    .first-o {
      justify-content: center;
      margin: 0;
    }
    .first-o img {
      width: 40px;
    }
    .sec-1 {
      width: 100%;
    }

    .sec-2 {
      height: 60vh;

      width: 100%;
    }
    .innerFirst_sec2 {
      padding-top: 40px;
      padding-left: 70px;
      max-width: 50%;
    }
    .top {
      font-size: 40px;
    }
    .cFirst {
      width: 401px;
      height: 254px;
      padding-left: -35px;
    }
    .cFirst2 {
      width: 401px;
      height: 254px;
      padding-left: -35px;
    }
    .item {
      font-size: 16px;
      margin-top: -50px;
      padding-bottom: 50px;
    }
    .sec-2_img {
      max-width: 100%;

      padding-top: 98px;
      padding-right: 40px;
    }
    .sec-2_img > img {
      display: block;
      width: 100%;
      height: auto;
      padding-left: 10px;
    }
    .sec-2S_img2 {
      max-width: 200%;

      padding-top: 140px;
    }
    .innerSecond_sec2 {
      margin-top: 30px;
      padding-left: 80px;
      max-width: 100%;
    }
    .sec-2S_img2 > img {
      display: block;
      max-width: 130%;
      height: auto;
      margin-left: -62px;
      padding-left: 25px;
    }
    .innerSecond_sec2 {
      padding-top: 57px;
      margin-right: 80px;
      max-width: 50%;
    }
    .bnt2-sec_2 {
      margin-top: -88px;
    }
    .buttonSecond {
      padding: 11px 21px;
    }
    .container2_sec-2 {
      margin-top: -50px;
    }
    .sec-3 {
      height: 70vh;
      background: #ffffff;
      width: 100%;
    }
    .sec-4 {
      width: 100%;
      height: 18vh;
    }
    .cont_sec-5 {
      display: flex;
      flex-wrap: nowrap;
      gap: 30px;
      justify-content: center;
      padding: 0 5%;
      max-width: 1200px;
      margin: 0 auto;
    }

    .texthead_sec-5 {
      font-family: var(--second-family);

      font-size: 36px;
    }
    .head_sec-5 {
      display: flex;
      justify-content: center;
      padding-top: 38px;
      padding-left: 130px;
      padding-right: 130px;
      padding-bottom: 32px;
    }
    .item_se-5 {
      flex: 1 1 300px;
      max-width: 374px;
    }

    .item_se-5 img {
      width: 100%;
      height: auto;
      border-radius: 4px;
    }
    .sec-5 {
      height: 50vh;
      background: #fff;
      width: 100%;
    }

    .footer-container {
      padding-top: 10px;
    }
  }
  @media (max-width: 912px) and (min-height: 1368px) {
    header {
      height: 40vh;
    }
    .sec-2 {
      height: 52vh;
    }
    .sec-3 {
      height: 70vh;
    }
    .sec-4 {
      height: 18vh;
    }
    .sec-5 {
      height: 50vh;
    }
  }
}

@media (max-width: 865px) {
  .sec-2 {
    height: 85vh;

    width: 100%;
  }
  .innerFirst_sec2 {
    padding-top: 50px;
    padding-left: 50px;
    max-width: 50%;
  }
  #modal {
    padding-left: 120px;
    padding-top: 300px;
  }
  .top {
    font-size: 36px;
  }
  .cFirst {
    width: 401px;
    height: 254px;
  }
  .item {
    font-size: 14px;
    margin-top: -50px;
    padding-bottom: 50px;
  }
  .sec-2_img {
    max-width: 100%;

    padding-top: 98px;
    padding-right: 40px;
  }
  .sec-2_img > img {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 60px;
  }
  .sec-2S_img2 {
    max-width: 200%;

    padding-top: 70px;
  }
  .innerSecond_sec2 {
    padding-left: 90px;
    max-width: 100%;
  }
  .sec-2S_img2 > img {
    display: block;
    max-width: 140%;
    height: auto;
    margin-left: -70px;
  }
  .innerSecond_sec2 {
    padding-top: 57px;
    margin-right: 80px;
    max-width: 50%;
  }
  .bnt2-sec_2 {
    margin-top: -138px;
  }
  .buttonSecond {
    padding: 11px 21px;
  }
  .container2_sec-2 {
    margin-top: -50px;
  }
  @media (max-width: 820px) and (min-height: 1180px) {
    header {
      height: 50vh;
    }

    .sec-2 {
      height: 60vh;

      width: 100%;
    }
    .innerFirst_sec2 {
      padding-top: 50px;
      padding-left: 50px;
      max-width: 50%;
    }
    #modal {
      padding-left: 100px;
      padding-top: 300px;
    }
    .top {
      font-size: 36px;
    }
    .cFirst {
      width: 401px;
      height: 254px;
    }
    .item {
      font-size: 14px;
      margin-top: -50px;
      padding-bottom: 50px;
    }
    .sec-2_img {
      max-width: 100%;

      padding-top: 98px;
      padding-right: 40px;
    }
    .sec-2_img > img {
      display: block;
      width: 100%;
      height: auto;
      padding-left: 60px;
    }
    .sec-2S_img2 {
      max-width: 200%;

      padding-top: 70px;
    }
    .innerSecond_sec2 {
      padding-left: 80px;
      max-width: 100%;
    }
    .sec-2S_img2 > img {
      display: block;
      max-width: 140%;
      height: auto;
      margin-left: -70px;
    }
    .innerSecond_sec2 {
      padding-top: 57px;
      margin-right: 80px;
      max-width: 50%;
    }
    .bnt2-sec_2 {
      margin-top: -138px;
    }
    .buttonSecond {
      padding: 11px 21px;
    }
    .container2_sec-2 {
      margin-top: -50px;
    }
    .sec-3 {
      height: 80vh;
    }
    .sec-4 {
      height: 2vh;
    }
    .sec-4 {
      height: 22vh;
    }
    .sec-5 {
      height: 55vh;
    }
  }
}
@media (max-width: 768px) {
  .burger-menu {
    display: block;
    margin-top: 30px;
  }
  .navbar,
  .btn {
    display: none;
  }
  #modal {
    padding-left: 81px;
    padding-top: 300px;
  }
  .line {
    justify-content: space-between;
  }
  .butPop {
    position: fixed;
    top: 115px;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100;
    display: flex;
    transition: 0.3s;
  }
  header {
    height: 60vh;
    background-image: url("../img/pp.png");
    background-position: center;
    background-size: cover;
  }
  .svg {
    width: 28px;
    height: 30px;
    margin-right: 10px;
  }
  .logo {
    margin-left: -30px;
    margin-top: 30px;
  }
  .secondPlanText {
    font-size: 20px;

    color: rgba(6, 18, 36, 0.9);
  }
  .Texty {
    font-size: 18px;
  }
  buttons {
    width: 50%;
    justify-content: flex-start;
    gap: 10px;
  }
  .btn1tex,
  .btn2tex {
    padding: 8px 16px;
    font-size: 12px;
  }
  .btnMainBTN {
    padding: 5px 13px;
    font-size: 12px;
    margin-left: -40px;
  }
  .mainPlanCon {
    padding-left: 60px;
    padding-top: 60px;
  }
  .mainPlanText {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 36px;
    line-height: 126%;
    color: rgba(6, 18, 36, 0.9);
  }

  .container_sec1 {
    padding: 0 20px;
  }
  .container_inner {
    margin: 38px 0 55px 0;
  }
  .first-o {
    justify-content: center;
    margin: 0;
  }
  .first-o img {
    width: 40px;
  }
  .sec-1 {
    width: 100%;
  }

  .sec-2 {
    height: 80vh;

    width: 100%;
  }
  .innerFirst_sec2 {
    padding-top: 50px;
    padding-left: 50px;
    max-width: 50%;
  }
  .top {
    font-size: 36px;
  }
  .cFirst {
    width: 401px;
    height: 254px;
  }
  .item {
    font-size: 14px;
    margin-top: -50px;
    padding-bottom: 50px;
  }
  .sec-2_img {
    max-width: 100%;

    padding-top: 98px;
    padding-right: 40px;
  }
  .sec-2_img > img {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 60px;
  }
  .sec-2S_img2 {
    max-width: 200%;

    padding-top: 70px;
  }
  .innerSecond_sec2 {
    padding-left: 50px;
    max-width: 100%;
  }
  .sec-2S_img2 > img {
    display: block;
    max-width: 140%;
    height: auto;
    margin-left: -50px;
  }
  .innerSecond_sec2 {
    padding-top: 57px;
    margin-right: 80px;
    max-width: 50%;
  }
  .bnt2-sec_2 {
    margin-top: -138px;
  }
  .buttonSecond {
    padding: 11px 21px;
  }
  .container2_sec-2 {
    margin-top: -50px;
  }

  .sec-3 {
    height: 110vh;
    background: #ffffff;
    width: 100%;
  }

  .mainTextH1 {
    font-size: 56px;
  }
  .otherTextH2 {
    font-size: 36px;
  }

  .cont_sec-5 {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    justify-content: center;
    padding: 0 5%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .texthead_sec-5 {
    font-family: var(--second-family);

    font-size: 36px;
  }
  .head_sec-5 {
    display: flex;
    justify-content: center;
    padding-top: 38px;
    padding-left: 130px;
    padding-right: 130px;
    padding-bottom: 32px;
  }
  .item_se-5 {
    flex: 1 1 300px;
    max-width: 374px;
  }

  .item_se-5 img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  .sec-5 {
    height: 70vh;
    background: #fff;
    width: 100%;
  }
  @media (max-width: 768px) and (min-height: 1024px) {
    .burger-menu {
      display: block;
      margin-top: 30px;
    }
    .navbar,
    .btn {
      display: none;
    }
    #modal {
      padding-left: 81px;
      padding-top: 300px;
    }
    .line {
      justify-content: space-between;
    }
    .butPop {
      position: fixed;
      top: 115px;
      left: -100%;
      width: 100%;
      height: 100%;
      background-color: #fff;
      z-index: 100;
      display: flex;
      transition: 0.3s;
    }
    header {
      height: 60vh;
      background-image: url("../img/pp.png");
      background-position: center;
      background-size: cover;
    }
    .svg {
      width: 28px;
      height: 30px;
      margin-right: 10px;
    }
    .logo {
      margin-left: -30px;
      margin-top: 30px;
    }
    .secondPlanText {
      font-size: 20px;

      color: rgba(6, 18, 36, 0.9);
    }
    .Texty {
      font-size: 18px;
    }
    buttons {
      width: 50%;
      justify-content: flex-start;
      gap: 10px;
    }
    .btn1tex,
    .btn2tex {
      padding: 8px 16px;
      font-size: 12px;
    }
    .btnMainBTN {
      padding: 5px 13px;
      font-size: 12px;
      margin-left: -40px;
    }
    .mainPlanCon {
      padding-left: 60px;
      padding-top: 60px;
    }
    .mainPlanText {
      font-family: var(--second-family);
      font-weight: 500;
      font-size: 36px;
      line-height: 126%;
      color: rgba(6, 18, 36, 0.9);
    }

    .container_sec1 {
      padding: 0 20px;
    }
    .container_inner {
      margin: 38px 0 55px 0;
    }
    .first-o {
      justify-content: center;
      margin: 0;
    }
    .first-o img {
      width: 40px;
    }
    .sec-1 {
      width: 100%;
    }

    .sec-2 {
      height: 70vh;

      width: 100%;
    }
    .innerFirst_sec2 {
      padding-top: 50px;
      padding-left: 50px;
      max-width: 50%;
    }
    .top {
      font-size: 36px;
    }
    .cFirst {
      width: 401px;
      height: 254px;
    }
    .item {
      font-size: 14px;
      margin-top: -50px;
      padding-bottom: 50px;
    }
    .sec-2_img {
      max-width: 100%;

      padding-top: 98px;
      padding-right: 40px;
    }
    .sec-2_img > img {
      display: block;
      width: 100%;
      height: auto;
      padding-left: 60px;
    }
    .sec-2S_img2 {
      max-width: 200%;

      padding-top: 70px;
    }
    .innerSecond_sec2 {
      padding-left: 50px;
      max-width: 100%;
    }
    .sec-2S_img2 > img {
      display: block;
      max-width: 140%;
      height: auto;
      margin-left: -50px;
    }
    .innerSecond_sec2 {
      padding-top: 57px;
      margin-right: 80px;
      max-width: 50%;
    }
    .bnt2-sec_2 {
      margin-top: -138px;
    }
    .buttonSecond {
      padding: 11px 21px;
    }
    .container2_sec-2 {
      margin-top: -50px;
    }

    .sec-3 {
      height: 90vh;
      background: #ffffff;
      width: 100%;
    }

    .mainTextH1 {
      font-size: 56px;
    }
    .otherTextH2 {
      font-size: 36px;
    }
    .sec-4 {
      height: 25vh;
    }

    .cont_sec-5 {
      display: flex;
      flex-wrap: nowrap;
      gap: 30px;
      justify-content: center;
      padding: 0 5%;
      max-width: 1200px;
      margin: 0 auto;
    }

    .texthead_sec-5 {
      font-family: var(--second-family);

      font-size: 36px;
    }
    .head_sec-5 {
      display: flex;
      justify-content: center;
      padding-top: 38px;
      padding-left: 130px;
      padding-right: 130px;
      padding-bottom: 32px;
    }
    .item_se-5 {
      flex: 1 1 300px;
      max-width: 374px;
    }

    .item_se-5 img {
      width: 100%;
      height: auto;
      border-radius: 4px;
    }
    .sec-5 {
      height: 60vh;
      background: #fff;
      width: 100%;
    }
  }
}
@media (max-width: 690px) {
  header {
    height: 73vh;
    background-image: url("../img/pp.png");
    background-position: center;
    background-size: cover;
  }
  .sec-2 {
    height: 85vh;

    width: 100%;
  }
  #modal {
    padding-left: 35px;
    padding-top: 350px;
  }
  .modal-content h2 {
    margin-bottom: 10px;
    font-size: 25px;
    color: #333;
    font-family: var(--font-family);
  }

  .modal-content p {
    color: #666;
    font-size: 15px;
    margin-bottom: 20px;
    font-family: var(--font-family);
  }
  .okey {
    background: #1976d2;
    border: none;
    color: #fff;
    padding: 11px 25px;
    font-size: 14px;
  }
  .innerFirst_sec2 {
    padding-top: 50px;
    padding-left: 25px;
    max-width: 50%;
  }
  .top {
    font-size: 30px;
  }
  .cFirst {
    width: 401px;
    height: 254px;
  }
  .item {
    font-size: 14px;
    margin-top: -50px;
    padding-bottom: 60px;
  }
  .sec-2_img {
    max-width: 100%;

    padding-top: 108px;
  }
  .sec-2_img > img {
    display: block;
    width: 110%;
    height: auto;
    padding-left: 70px;
  }
  .sec-2S_img2 {
    max-width: 200%;
    padding-right: 10px;
    padding-top: 105px;
  }
  .innerSecond_sec2 {
    padding-left: 12px;
    max-width: 100%;
  }
  .sec-2S_img2 > img {
    display: block;
    max-width: 170%;
    height: auto;
    margin-left: -100px;
  }
  .innerSecond_sec2 {
    padding-top: 25px;
    margin-right: 80px;
    max-width: 50%;
  }
  .bnt2-sec_2 {
    margin-top: -108px;
  }
  .buttonSecond {
    padding: 8px 17px;
  }
  .container2_sec-2 {
    margin-top: -50px;
  }
}
@media (max-width: 480px) {
  .svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .burger-menu {
    display: block;
    margin-left: 195px;
    margin-top: -36px;
  }
  #modal {
    margin-left: -7px;
  }
  .modal-content {
    width: 400px;
  }
  .modal-content h2 {
    margin-bottom: 10px;
    font-size: 30px;
    color: #333;
    font-family: var(--font-family);
  }

  .modal-content p {
    color: #666;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: var(--font-family);
  }
  .okey {
    background: #1976d2;
    border: none;
    color: #fff;
    padding: 11px 25px;
    font-size: 14px;
  }

  .butPop {
    top: 65px;
  }
  .butPop .navbar {
    margin-left: 30px;
  }
  .navbar,
  .btn {
    display: none;
  }
  .line {
    justify-content: space-between;
  }
  header {
    width: 100%;
    height: 30vh;

    background-image: url("../img/800.png");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  .svg {
    width: 33px;
    height: 32px;
    margin-right: 10px;
  }
  .firstLogo {
    font-size: 18px;
  }
  .logo {
    margin-left: -100px;
    margin-top: -30px;
    padding-bottom: 10px;
  }

  .secondPlanText {
    font-size: 12px;
    margin-bottom: -20px;
    margin-top: -10px;
    color: rgba(6, 18, 36, 0.9);
  }
  .Texty {
    font-size: 10px;
    margin-bottom: -20px;
  }
  buttons {
    width: 50%;
    justify-content: flex-start;
    gap: 10px;
  }
  .btn1tex,
  .btn2tex {
    padding: 8px 16px;
    font-size: 12px;
  }
  .btnMainBTN {
    padding: 2px 8px;
    font-size: 11px;
    margin-left: -110px;
  }
  .mainPlanCon {
    padding-top: 11px;
    margin-left: -60px;
  }
  .mainPlanText {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 126%;
    color: rgba(6, 18, 36, 0.9);
  }
  .hFirst {
    font-size: 20px;
  }
  .pFirst {
    font-size: 14px;
  }
  .container_sec1 {
    padding: 0 20px;
  }
  .container_inner {
    margin: 8px 0 55px 0;
  }
  .first-o {
    justify-content: center;
    margin: 0;
  }
  .first-o img {
    width: 40px;
  }
  .sec-1 {
    width: 100%;
    height: 30vh;
  }

  .sec-2 {
    height: 145vh;
    padding: 10px 5px;
  }

  .container_sec-2,
  .container2_sec-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
  }

  .innerFirst_sec2 {
    max-width: 100%;
    text-align: center;
    padding: 10px 5px 0 5px;
    margin-bottom: 10px;
    margin-left: -30px;
  }

  .innerSecond_sec2 {
    max-width: 100%;
    text-align: center;
    margin-top: 160px;
    margin-bottom: 10px;
    margin-left: 32px;
  }

  .top {
    font-size: 18px;
    margin-bottom: 8px;
    margin-left: 20px;
  }

  .item {
    font-size: 14px;
    margin-bottom: 70px;

    padding: 0;
  }

  .sec-2_img,
  .sec-2S_img2 {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }

  .sec-2_img > img,
  .sec-2S_img2 > img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  .sec-2S_img2 > img {
    margin-top: -320px;
  }

  .bnt2-sec_2 {
    margin-top: 195px;
    text-align: center;
    margin-left: 24px;
  }

  .buttonSecond {
    padding: 10px 18px;
    font-size: 14px;
  }

  .sec-3 {
    height: 200vh;
    background: #ffffff;
    width: 100%;
  }
  .he_sec-3 {
    margin-left: -0px;

    font-size: 20px;
  }

  .mainTextH1 {
    font-size: 36px;
    margin-left: -26px;
  }
  .otherTextH2 {
    font-size: 20px;
    margin-left: -32px;
  }
  .paraText {
    font-size: 14px;
    margin-left: -28px;
  }
  .sec-4 {
    width: 100%;
    height: 30vh;
  }

  .cont_sec-5 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 0 5%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .texthead_sec-5 {
    font-size: 20px;
  }
  .head_sec-5 {
    display: flex;
    justify-content: center;
    padding-top: 38px;
    padding-left: 130px;
    padding-right: 130px;
    padding-bottom: 32px;
  }
  .item_se-5 {
    flex: 1 1 300px;
    max-width: 374px;
  }
  .para_sec-5 {
    font-size: 12px;
  }
  .sec_sec-5 {
    font-size: 16px;
  }
  .item_se-5 img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  .sec-5 {
    height: 130vh;
    background: #fff;
    width: 100%;
  }
  .footer {
    width: 100%;
    height: 40vh;
  }
}
@media (max-width: 420px) {
  .svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .burger-menu {
    display: block;
    margin-left: 195px;
    margin-top: -36px;
  }
  #modal {
    margin-left: -7px;
  }
  .modal-content {
    width: 400px;
  }
  .modal-content h2 {
    margin-bottom: 10px;
    font-size: 30px;
    color: #333;
    font-family: var(--font-family);
  }

  .modal-content p {
    color: #666;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: var(--font-family);
  }
  .okey {
    background: #1976d2;
    border: none;
    color: #fff;
    padding: 11px 25px;
    font-size: 14px;
  }

  .butPop {
    top: 65px;
  }
  .butPop .navbar {
    margin-left: 30px;
  }
  .navbar,
  .btn {
    display: none;
  }
  .line {
    justify-content: space-between;
  }
  header {
    width: 100%;
    height: 35vh;

    background-image: url("../img/800.png");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  .svg {
    width: 33px;
    height: 32px;
    margin-right: 10px;
  }
  .firstLogo {
    font-size: 18px;
  }
  .logo {
    margin-left: -100px;
    margin-top: -30px;
    padding-bottom: 10px;
  }

  .secondPlanText {
    font-size: 12px;
    margin-bottom: -20px;
    margin-top: -10px;
    color: rgba(6, 18, 36, 0.9);
  }
  .Texty {
    font-size: 10px;
    margin-bottom: -20px;
  }
  buttons {
    width: 50%;
    justify-content: flex-start;
    gap: 10px;
  }
  .btn1tex,
  .btn2tex {
    padding: 8px 16px;
    font-size: 12px;
  }
  .btnMainBTN {
    padding: 2px 8px;
    font-size: 11px;
    margin-left: -110px;
  }
  .mainPlanCon {
    padding-top: 11px;
    margin-left: -60px;
  }
  .mainPlanText {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 126%;
    color: rgba(6, 18, 36, 0.9);
  }
  .hFirst {
    font-size: 20px;
  }
  .pFirst {
    font-size: 14px;
  }
  .container_sec1 {
    padding: 0 20px;
  }
  .container_inner {
    margin: 8px 0 55px 0;
  }
  .first-o {
    justify-content: center;
    margin: 0;
  }
  .first-o img {
    width: 40px;
  }
  .sec-1 {
    width: 100%;
    height: 40vh;
  }

  .sec-2 {
    height: 140vh;
    padding: 10px 5px;
  }

  .container_sec-2,
  .container2_sec-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
  }

  .innerFirst_sec2 {
    max-width: 100%;
    text-align: center;
    padding: 10px 5px 0 5px;
    margin-bottom: 10px;
    margin-left: -30px;
  }

  .innerSecond_sec2 {
    max-width: 100%;
    text-align: center;
    margin-top: 160px;
    margin-bottom: 10px;
    margin-left: 32px;
  }

  .top {
    font-size: 18px;
    margin-bottom: 8px;
    margin-left: 20px;
  }

  .item {
    font-size: 14px;
    margin-bottom: 70px;

    padding: 0;
  }

  .sec-2_img,
  .sec-2S_img2 {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }

  .sec-2_img > img,
  .sec-2S_img2 > img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  .sec-2S_img2 > img {
    margin-top: -320px;
  }

  .bnt2-sec_2 {
    margin-top: 195px;
    text-align: center;
    margin-left: 24px;
  }

  .buttonSecond {
    padding: 10px 18px;
    font-size: 14px;
  }

  .sec-3 {
    height: 195vh;
    background: #ffffff;
    width: 100%;
  }
  .he_sec-3 {
    margin-left: -0px;

    font-size: 20px;
  }

  .mainTextH1 {
    font-size: 36px;
    margin-left: -26px;
  }
  .otherTextH2 {
    font-size: 20px;
    margin-left: -32px;
  }
  .paraText {
    font-size: 14px;
    margin-left: -28px;
  }
  .sec-4 {
    width: 100%;
    height: 30vh;
  }

  .cont_sec-5 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 0 5%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .texthead_sec-5 {
    font-size: 20px;
  }
  .head_sec-5 {
    display: flex;
    justify-content: center;
    padding-top: 38px;
    padding-left: 130px;
    padding-right: 130px;
    padding-bottom: 32px;
  }
  .item_se-5 {
    flex: 1 1 300px;
    max-width: 374px;
  }
  .para_sec-5 {
    font-size: 12px;
  }
  .sec_sec-5 {
    font-size: 16px;
  }
  .item_se-5 img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  .sec-5 {
    height: 130vh;
    background: #fff;
    width: 100%;
  }
  .footer {
    width: 100%;
    height: 40vh;
  }
}
@media (max-width: 390px) {
  .svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .burger-menu {
    display: block;
    margin-left: 195px;
    margin-top: -36px;
  }
  #modal {
    margin-left: -7px;
  }
  .modal-content {
    width: 400px;
  }
  .modal-content h2 {
    margin-bottom: 10px;
    font-size: 30px;
    color: #333;
    font-family: var(--font-family);
  }

  .modal-content p {
    color: #666;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: var(--font-family);
  }
  .okey {
    background: #1976d2;
    border: none;
    color: #fff;
    padding: 11px 25px;
    font-size: 14px;
  }

  .butPop {
    top: 65px;
  }
  .butPop .navbar {
    margin-left: 30px;
  }
  .navbar,
  .btn {
    display: none;
  }
  .line {
    justify-content: space-between;
  }
  header {
    width: 110%;
    height: 50vh;

    background-image: url("../img/800.png");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  .svg {
    width: 33px;
    height: 32px;
    margin-right: 10px;
  }
  .firstLogo {
    font-size: 18px;
  }
  .logo {
    margin-left: -100px;
    margin-top: -30px;
    padding-bottom: 10px;
  }

  .secondPlanText {
    font-size: 12px;
    margin-bottom: -20px;
    margin-top: -10px;
    color: rgba(6, 18, 36, 0.9);
  }
  .Texty {
    font-size: 10px;
    margin-bottom: -20px;
  }
  buttons {
    width: 50%;
    justify-content: flex-start;
    gap: 10px;
  }
  .btn1tex,
  .btn2tex {
    padding: 8px 16px;
    font-size: 12px;
  }
  .btnMainBTN {
    padding: 2px 8px;
    font-size: 11px;
    margin-left: -110px;
  }
  .mainPlanCon {
    padding-top: 11px;
    margin-left: -60px;
  }
  .mainPlanText {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 126%;
    color: rgba(6, 18, 36, 0.9);
  }
  .hFirst {
    font-size: 20px;
  }
  .pFirst {
    font-size: 14px;
  }
  .container_sec1 {
    padding: 0 20px;
  }
  .container_inner {
    margin: 8px 0 55px 0;
  }
  .first-o {
    justify-content: center;
    margin: 0;
  }
  .first-o img {
    width: 40px;
  }
  .sec-1 {
    width: 100%;
    height: 50vh;
  }

  .sec-2 {
    height: 175vh;
    padding: 10px 5px;
    width: 110%;
  }

  .container_sec-2,
  .container2_sec-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
  }

  .innerFirst_sec2 {
    max-width: 100%;
    text-align: center;
    padding: 10px 5px 0 5px;
    margin-bottom: 10px;
    margin-left: -30px;
  }

  .innerSecond_sec2 {
    max-width: 100%;
    text-align: center;
    margin-top: 160px;
    margin-bottom: 10px;
    margin-left: 32px;
  }

  .top {
    font-size: 18px;
    margin-bottom: 8px;
    margin-left: 20px;
  }

  .item {
    font-size: 14px;
    margin-bottom: 70px;

    padding: 0;
  }

  .sec-2_img,
  .sec-2S_img2 {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }

  .sec-2_img > img,
  .sec-2S_img2 > img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  .sec-2S_img2 > img {
    margin-top: -320px;
  }

  .bnt2-sec_2 {
    margin-top: 195px;
    text-align: center;
    margin-left: 24px;
  }

  .buttonSecond {
    padding: 10px 18px;
    font-size: 14px;
  }

  .sec-3 {
    height: 240vh;
    background: #ffffff;
    width: 100%;
  }
  .he_sec-3 {
    margin-left: -0px;

    font-size: 20px;
  }

  .mainTextH1 {
    font-size: 36px;
    margin-left: -26px;
  }
  .otherTextH2 {
    font-size: 20px;
    margin-left: -32px;
  }
  .paraText {
    font-size: 14px;
    margin-left: -28px;
  }
  .sec-4 {
    width: 110%;
    height: 32vh;
  }

  .cont_sec-5 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 0 5%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .texthead_sec-5 {
    font-size: 20px;
  }
  .head_sec-5 {
    display: flex;
    justify-content: center;
    padding-top: 38px;
    padding-left: 130px;
    padding-right: 130px;
    padding-bottom: 32px;
  }
  .item_se-5 {
    flex: 1 1 300px;
    max-width: 374px;
  }
  .para_sec-5 {
    font-size: 12px;
  }
  .sec_sec-5 {
    font-size: 16px;
  }
  .item_se-5 img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  .sec-5 {
    height: 160vh;
    background: #fff;
    width: 105%;
  }
  .footer {
    width: 106%;
    height: 45vh;
  }
}
