* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
.header {
  width: 100%;
  max-width: 100%;
  height: 84px;
  background: linear-gradient(179deg, rgba(13, 13, 13, 0.2) 0%, rgba(120, 95, 135, 0.2) 100%);
  background-color: #121117;
  backdrop-filter: blur(80px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12.5%;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.header-burger,
.window-close {
    display: none;
}
.nav-block {
    display: flex;
    align-items: center;
    gap: 41px;
}
.nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 41px;
    flex-wrap: wrap;
    list-style: none;
}
.nav-item a {
  font-family: "Play";
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
}
.nav-item a:hover {
  cursor: pointer;
  border-bottom: 1px solid #1d94f3;
  color: #fff;
}
.phone-block {
  border: 1px solid #fff;
  border-radius: 4px;
  width: 161px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #fff;
  font-size: 14px;
}

.main {
  width: 100%;
  max-width: 100%;
}
.section1 {
  width: 100%;
  max-width: 100%;
  max-height: 90%;
  height: 908px;
  display: flex;
  flex-direction: column;
  padding: 0 12.5% 71px;
  background-color: #121117;
  background-image: url(./assets/background1.png);
  background-position-y: -84px;
  background-repeat: no-repeat;
}
.section-block {
  width: 785px;
  max-width: 100%;
  margin:  0 auto;
  padding-top: 260px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.forser {
  width: 294px;
  height: 36px;
  margin-bottom: 26px;
}
.h1 {
  font-family: 'Play';
  font-weight: 400;
  font-size: 44px;
  line-height: 106%;
  text-align: center;
  color: #fffcfc;
  margin-bottom: 15px;
}
.btn {
  width: 260px;
  height: 51px;
  background: linear-gradient(90deg, #0b4fa2 0%, #1691e5 100%);
  border-radius: 10px;
  font-family: 'Play';
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: #fff;
  margin-top: 44px;
  cursor: pointer;
  border: none;
}
.wrap-vectors {
  display: flex;
  justify-content: center;
  margin-top: auto;
  margin-bottom: 0;
}

.pop-up {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: -2920px;
  background-color: rgba(45, 58, 70, 0.64);
}
.pop-up-content {
  position: absolute;
  z-index: 100; 
  border: 1px solid #1199fb;
  width: 1080px;
  max-width: 96%;
  height: 484px;
  top: 15%;
  background: linear-gradient(60deg, rgba(12, 132, 246, 0.22) 0%, rgba(29, 23, 30, 1) 41%);
  background-color: #1d171e;
}
.pop-up-active {
  left: 0;
  transition-duration: 1s;
}
.pop-up-non-active {
  display: none;
}
.pop-up-container {
  width: 389px;
  max-width: 94%;
  padding-top: 76px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.pop-up-close {
  position: absolute;
  top: 26px;
  right: 26px;
  cursor: pointer;
}
.modal-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.wrap-pop-up-phone-input {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  gap: 12px;
}
.input-modal {
  padding: 10px 20px;
  width: 389px;
  max-width: 100%;
  height: 52px;
  background: #fff;
  outline: none;
  border-radius: 10px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.select {
  position: relative;
  width: 71px;
  min-width: 65px;
  height: 52px;
  background: #fff;
  border-radius: 10px;

  &[data-state="active"] {
    .__select__title {
      &::before {
        transform: translate(-3px, -50%) rotate(-45deg);
      }

      &::after {
        transform: translate(3px, -50%) rotate(45deg);
      }
    }
    
    .select-content {
      opacity: 1;
    }
    
    .select-label + .select-input + .select-label {
      max-height: 40px;
      border-top-width: 1px;
      height: 52px;
      border: 1px solid #b0b0b0;
      padding: 13px;
      background: #fff;

    }
  }
}
.select-title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  border: solid 1px #c7ccd1;
  border-radius: 10px;
  cursor: pointer;

  &::before,
  &::after {
    content: "";

    position: absolute;
    top: 50%;
    right: 8px;

    display: block;
    width: 7px;
    height: 1px;

    transition: all 0.3s ease-out;

    background-color: #5c5c5c;

    transform: translate(-3px, -50%) rotate(45deg);
  }
  &::after {
    transform: translate(3px, -50%) rotate(-45deg);
  }
}
.select-content {
  position: absolute;
  top: 52px;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  border-bottom: 1px solid #c7ccd1;

  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 8;
}
.select-input {
  display: none;

  &:disabled + label {
    opacity: 0.6;
    pointer-events: none;
  }
}
.select-label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  max-height: 0;
  padding: 0 16px;
  
  transition: all 0.2s ease-out;

  cursor: pointer;
  
  overflow: hidden;

  & + input + & {
    border-top: 0 solid #C7CCD160;
  }

  &:hover {
    background-color: #c7ccd1 !important;
  }
}
.checkbox-label {
  font-family: 'Play';
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  text-align: start;
}
.checkbox-input {
    appearance: none;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 2px;
    background-color: #fff;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0;
}
.checkbox-input:checked {
    background-image: url("./assets/checkboxCheck.svg");
    background-position: center;
    background-repeat: no-repeat;
}
.modal-btn {
  width: 100%;
  margin-top: 12px;
  height: 47px;
  background: linear-gradient(90deg, #0b4fa2 0%, #1691e5 100%);
  font-family: 'Inter';
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 10px;
}
.pop-up-img {
  width: 286px;
  max-width: 100%;
  height: 35px;
  position: absolute;
  right: 0;
  bottom: 128px;
  opacity: 0.5;
}

.about-section{
  width: 100%;
  max-width: 100%;
  padding: 130px 12.5%;
  background: #121117;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.h2 {
  font-family: "Play";
  font-weight: 400;
  font-size: 44px;
  color: #fffcfc;
  margin-bottom: 16px;
  text-align: center;
  align-self: flex-start;
}
.about-text-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap-about-text {
  width: 45%;
  max-width: 100%;
}
.hr {
  width: 96px;
  transform: rotate(-90deg);
  background: #878c8f;
}
.text-info {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  color: #878c8f;
}
.slider-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transition: transform 1s ease;
}

.wrap-cards {
  display: flex;
  gap: 16px;
  width: 100%;
  max-width: 100%;
  margin-top: 35px;
  transition: transform 1s ease;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; 
}

.wrap-cards::-webkit-scrollbar {
  width: 0;
}

.card {
  flex:0 0 calc(33.333% - 16px);
  min-width: calc(33.333% - 16px);
  min-height: 293px;
  border-radius: 24px;
  padding: 50px 46px;
  background: #1c1a22;
  scroll-snap-align: start;
}
.card:first-child {
  background: linear-gradient(118deg,rgba(24, 120, 255, 0.22) 20%, rgba(28, 26, 34, 1) 51%)
}

.h3 {
  font-family: 'Play';
  font-weight: 400;
  font-size: 32px;
  line-height: 109%;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 28px;
}
.text-card {
  text-align: left;
}
.wrap-ellipse {
    display: flex;
    justify-content: center;
    margin: 20px auto 0;
    gap: 10px;
}
.ellipse {
  display: block;
  width: 18px;
  height: 18px;
  background: #5e5e5e;
  cursor: pointer;
}
.ellipse-none {
  display: none;
}
.ellipse-active {
    background: linear-gradient(90deg, #0b4fa2 0%, #1691e5 100%);
}
.ellipse-non-active {
    background: #5e5e5e;
} 

.advantages-section {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 677px;
  background: #1549b6;
  padding: 130px 12.5% 0;
}
.advantages-section-img {
  position: absolute;
  top: 109px;
  right: 12%;
}
.advantages-h2 {
  color: #fff;
  margin-bottom: 35px;
  text-align: left;
}
.wrap-advantages-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 16px;
}
.advantages-card {
  width: 25%;
  max-width: 257px;
}
.advantages-card:nth-child(3) {
  margin-right: 20%;
}
.advantages-card:nth-child(4) {
  margin-left: 20%;
}
.number {
  font-family: 'Play';
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  margin-bottom: 8px;
}
.text-advantages-card {
  font-family: 'Play';
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-top: 16px;
}
hr {
  border: none;
  height: 1px;
  background: #ababab;
}

.section-why {
  background: #fcfdff;
  padding: 130px 12.5%;
}
.section-why-h2 {
  color: #121117;
}
.section-why-wrap-cards {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  gap: 25px;
  justify-content: center;
  margin-top: 35px;
}
.wrap {
  width: 28%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.wrap:nth-child(2) {
  width: 41%;
}
.section-why-card {
  border-radius: 24px;
  /* width: 297px; */
  width: 100%;
  max-width: 100%;
  background: #1c1a22;
  color: #fff;
  padding: 18px;
  flex: 1; 
  display: flex;
  flex-direction: column;
}
.why-card-img {
  width: 62px;
  height: 62px;
  margin-bottom: 25px;
}
.section-why-card-title{
  font-family: 'Play';
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-bottom: 14px;
}
.section-why-card-text{
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  color: #878c8f;
}
.middle-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 0;
  width: 100%;
  /* width: 437px; */
  max-width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #1690e5 0%, #0b50a2 100%);
  overflow-y: hidden;

}
.middle-card .section-why-card-text {
  color: #e7e7e7;
}
.middle-card .section-why-card-title {
  margin-bottom: 21px;
}
.section-why-btn {
  border-radius: 10px;
  width: 260px;
  max-width: 100%;
  height: 51px;
  min-height: 51px;
  background: #1c1a22;
  border: none;
  cursor: pointer;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: 'Play';
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: #fff;
}

.steps-section {
  width: 100%;
  max-width: 100%;
  height: auto;
  background: #1549b6;
  padding: 148px 12.5%;
}
.wrap-steps {
  display: flex;
  margin-bottom: 57px;
}
.step-btn {
  width: 167px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  font-family: 'Play';
  font-weight: 400;
  font-size: 24px;
  line-height: 146%;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #fff;
  padding-bottom: 20px;
}
.step-btn-active {
  border-bottom: 5px solid #fff;
}
.wrap-step {
  transition: transform 1s ease;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.step {
  position: relative;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 4.3%;
  padding-left: 20px;
  margin-bottom: 100px;
}
.step-active {
  display: flex;
}
.step-img {
  width: 458px;
  min-width: 445px;
  height: 420px;
}
.step-info {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}
.step-info-img {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}
.step-text {
  font-family: 'Play';
  font-weight: 400;
  font-size: 32px;
  color: #fff;
}

.price-section {
  position: relative;
  background: linear-gradient(82deg,rgba(240, 26, 186, 0.22) 0%, rgba(29, 23, 30, 1) 18%);
  background: #121117;
  padding: 60px 12.5% 70px;
}
.wrap-h2 {
  width: 1080px;
  max-width: 100%;
  height: 160px;
  border-radius: 24px 24px 0 0;
  background: #121117;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -121px;
  left: 50%;
  transform: translate(-50%, 0)
}
.wrap-h2 .h2 {
  align-self: center;
}
.price-arrow-block {
  width: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.vector {
  cursor: pointer;
}
.vector-non-active {
  opacity: 0.2;
}
.table-wrapper {
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  background: #121117;
}
.table-wrapper::-webkit-scrollbar {
  width: 0;
}
.columns-container {
  overflow-x: auto;
  display: flex;
  transition: transform 0.3s ease; 
  width: 100%;
  max-width: 100%;
}
.columns-container::-webkit-scrollbar {
  width: 0;
}
.column {  
  min-width: calc(100% / 3);
  padding: 24px 8px;
  background: #121117;
  transition: transform 0.3s ease;
}
.column:hover {
  background: rgba(29, 33, 42, 0.69);
}

.column:first-child {
  background: #121117;
}
.wrap-th {
  min-width: calc(100% / 3);
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.price-h3 {
  font-family: "Play";
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 13px;
}
.price-text-mini {
  font-family: "Play";
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #a0a0a0;
}
.price-btn {
  width: 250px;
  max-width: 100%;
  height: 36px;
  background: #263452;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 13px;
  font-family: 'Play';
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
}
.price-btn:hover {
  background: linear-gradient(90deg, #0c50a2 0%, #1690e5 100%);
}
.thead-th {
  width: 100%;
  max-width: 100%;
  min-height: 130px;
  margin: 0 auto;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background: #121117; */
}
.sticky {
  position: sticky;
  left: 0;
  z-index: 10;
  background: #121117;
}
/* .sticky-top {
  position: sticky;
  top: 0;
  z-index: 5;
} */
.td {
  min-width: calc(100% / 3);
  max-width: 100%;
  height: 52px;
  min-height: 52px;
  border-bottom: 1px solid #2e2e47;
  text-align: center;
  font-family: 'Play';
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.td-sticky {
  min-width: calc(100% / 3);
  text-align: left;
  align-items: flex-start;
}

.partners-section {
  background: #121117;
  padding: 130px 12.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 36px;
}
.partners-h2 {
  margin-bottom: 0;
  align-self: center;
}
.wrap-partner-block {
  position: relative;
  width: 100%;
  padding: 77px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(110deg,rgba(11, 136, 251, 0.5) 10%, rgba(9, 16, 31, 1) 35%);
  background-color: #09101f;
  background-position: 0% 0%;
  transition: all 1s ease;
  z-index: 99;
}
.partner-block {
  width: 505px;
  max-width: 96%;
}
.wrap-partner-block::before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(70deg, rgba(9, 16, 31, 1) 60%, rgba(11, 136, 251, 0.35) 100%);;
  transition: opacity 1s ease-in-out;
  z-index: -99;
}
.wrap-partner-block:hover::before {
  opacity: 1;
}
.wrap-partner-block:last-child {
  background: linear-gradient(127deg,rgba(9, 16, 31, 0.5) 50%, rgba(11, 136, 251, 1) 100%);
  transition: opacity 1s ease-in-out;
}
.wrap-partner-block:last-child::before {
  transition: opacity 1s ease-in-out;
  background:linear-gradient(110deg,rgba(11, 136, 251, 0.5) 10%, rgba(9, 16, 31, 1) 35%);
}
.partner-h3 {
  font-family: 'Play';
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 29px;
}
.partner-text {
  font-family: 'Play';
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #bbb;
}
.flater {
  color: #1c94f2;
}
.logistic {
  color: #1c94f2;
}
.wrap-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 68px;
}
.partner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  height: 39px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  text-decoration: none;
}
.partner-btn1 {
  border-radius: 10px;
  background: linear-gradient(90deg, #0b4fa2 0%, #1691e5 100%);
  width: 220px;
  height: 47px;
}

.footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  background: #121117;
  padding:  116px 12.5% 20px;
}
.footer-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #353535;
  padding-bottom: 18px;
}
.footer-block:last-child {
  border-bottom: none;
  padding-top: 12px;
}
.text {
  font-family: 'Play';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  padding-top: 26px;
}
.address {
  width: 25%;
  max-width: 100%;
}
.footer-info-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: #5c5c5c;
}
.footer-info-text:first-child {
  text-decoration: none;
}
.footer-tel {
  font-family: 'Play';
  font-weight: 700;
  font-size: 22px;
  line-height: 109%;
  color: #1099fb;
}
.networks,
.contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.contacts {
  align-items: flex-end;
}
.icon {
    width: 40px;
    height: 40px;
}

@media (max-width: 1200px) {
  .nav-list,
  .nav-block {
    gap: 16px;
  }
  .card {
    padding: 20px;
    height: auto;
  }
  .h3 {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .text-info {
    font-size: 16px;
  }
  .advantages-section-img {
    width: 350px;
    height: 30px;
  }
}

@media (max-width: 1000px) {
  .header,
  .section1,
  .about-section,
  .advantages-section,
  .steps-section,
  .price-section,
  .section-why,
  .partners-section,
  .footer {
    padding-left: 8%;
    padding-right: 8%;
  }
  .nav-list {
    justify-content: flex-end;
  }
  .pop-up-img {
    display: none;
  }
  .card {
    width: 50%;
    flex: 0 0 calc(50% - 16px);
    min-width: calc(50% - 16px);
  }
  .advantages-section-img {
    top: 20px;
    right: 8%;
  }
  .advantages-h2 {
    text-align: center;
  }
  .wrap-advantages-cards {
    justify-content: center;
  }
  .advantages-card {
    width: 30%;
    max-width: 100%;
  }
  .advantages-card:nth-child(3) {
    margin-right: 0;
  }
  .advantages-card:nth-child(4) {
    margin-left: 0;
  }
  .text-advantages-card {
    font-size: 16px;
  }
  .number {
    font-size: 24px;
  }
  .section-why {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-why-wrap-cards {
    flex-wrap: wrap;
    column-gap: 4%;
  }
  .wrap {
    width: 48%;
  }
  .wrap:nth-child(2) {
    width: 100%;
    order: 3
  }
  .steps-section {
    padding-bottom: 50px;
  }
  .step {
    padding-left: 0;
  }
  .step-img {
    width: 50%;
    min-width: 50%;
    max-width: 100%;
    height: auto;
  }
  .step-img img {
    max-width: 100%;
  }
  .step-text {
    font-size: 24px;
  }
  .wrap-h2 {
    position: static;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transform: none;
  }
  .h2 {
    font-size: 34px;
  }
  .price-btn {
    width: 147px;
  }
  .td {
    height: 55px;
    min-height: 55px;
    font-weight: 300;
    padding: 5px;
  }
  .partners-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .advantages-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer {
    height: auto;
  }
}

@media (max-width: 768px) {
  .section1,
  .about-section,
  .advantages-section,
  .steps-section,
  .price-section,
  .section-why,
  .partners-section,
  .footer {
    padding: 60px 4.6%;
  }
  .header {
    height: 63px;
    padding-left: 4.6%;
    padding-right: 4.6%;
  }
  .logo {
    width: 106px;
    height: 24px;
  }
  .h1 {
    font-size: 32px;
  }
  .btn {
    width: 100%;
    font-size: 16px;
  }
  .header-burger {
      display: block;
      width: 35px;
      height: 32px;
      position: relative;
  }
  .header-burger:hover {
      transition-duration: 1s;
      cursor: pointer;
  }
  .burger-line {
      margin: 0 auto;
      width: 24px;
      height: 2px;
      background: #1098fa;
      position: absolute;
      cursor: pointer;
  }
  .line-first {
      top: 25%;
  }
  .line-third {
      bottom: 25%;
  }
  .line-second {
      top: 45.83%;
      bottom: 45.83%;
  } 
  .nav-burger {
      position: fixed;
      top: 63px;
      right: 0;
      z-index: 1000;
      width: 100%;
      height: auto;
      background: #1c171d;
      transition: transform 0.5s ease;
      transform: translateX(-100%);       
  }
  .nav-burger-active {
      transform: translateX(0);
  }
  .nav-list-burger {
      width: 100%;
      margin: 0;
      flex-direction: column;
      justify-content: center;
      padding: 120px 10%;
      gap: 50px;
  }
  .window-close {
      display: none;
      width: 30px;
      height: 30px;
      position: relative;
      cursor: pointer;
  }
  .close-line {
      width: 22px;
      height: 2px;
      display: block;
      margin: 7.54px auto 0;
      position: absolute;
      left: 24.83%;
      right: 25.17%;
      top: 25.14%;
      bottom: 24.86%;
      background:  #1098fa;
  }
  .line1 {
      transform: rotate(45deg);
  }
  .line2 {
      transform: rotate(-45deg);
  }
  .phone-block {
    border: 1px solid #1d94f3;
  }

  .about-section,
  .advantages-section,
  .section1 {
    height: auto;
  }
  .section-block {
    padding-top: 95px;
    padding-bottom: 130px;
    gap: 20px;
  }
  .card {
    width: 100%;
    flex: 0 0 calc(100%);
    min-width: calc(100%);
    min-height: 264px;
  }
  .advantages-section-img {
    left: 50%;
    transform: translateX(-50%);
  }
  .advantages-cards {
    flex-wrap: wrap;
  }
  .advantages-card {
    width: calc(50% - 16px);
  }
  .step {
    flex-direction: column;
  }
  .flater-img {
    display: none;
  }
  .wrap-steps {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 16px;
  }
  .step-btn {
    font-size: 18px;
    width: 25%;
  }
  .step-info {
    order: 1;
  }
  .step-img {
    order: 2;
    width: 100%;
  }
  .list-item,
  .step-text:last-child {
    font-size: 16px;
  }
  .wrap-partner-block {
    padding: 35px 8px;
  }
  .partner-btn1 {
    width: 152px;
    font-size: 16px;
  }
  .footer-logo {
    width: 167px;
    height: 38px;
  }
}

@media (max-width: 576px) {
  .select-title {
    padding: 4px;
  }
  .h2 {
    align-self: center;
  }
  .about-text-block {
    flex-direction: column;
    gap: 16px;
  }
  .about-text-block .hr {
    display: none;
  }
  .about-text-block .text-info {
    text-align: center;
  }
  .wrap-about-text {
    width: 100%;
  }
  .wrap-text {
    margin-bottom: 40px;
  }
  .step {
    margin-bottom: 0;
  }
  .thead-th {
    min-height: 150px;
  }
  .column,
  .td-sticky,
  .td,
  .wrap-th {
    min-width: 50%;
  }
  .td {
    min-height: 95px;
    font-size: 15px;
  }
  .price-arrow-block {
    width: 50%;
    position: absolute;
    top: 180px;
    left: 20px;
    justify-content: left;
    gap: 41px;
    z-index: 15;
  }
  .wrap {
    width: 100%;
  }
  .step-info-img,
  .middle-card img {
    display: none;
  }
  .partners-section {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .partner-btn {
    gap: 8px;
  }
  .partner-h3 {
    font-size: 24px;
  }
  .partner-text {
    font-size: 16px;
  }
  .wrap-btn {
    flex-direction: column;
    gap: 24px;
  }
  .footer {
    gap: 20px;
  }
  .footer-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: none;
    gap: 16px;
    padding-bottom: 0;
  }
  .footer-tel {
    margin-top: 35px;
  }
  .text {
    padding-top: 0;
  }
  .address {
    width: 100%;
    text-align: center;
    order: 2;
  }
  .contacts {
    order: 1;
    align-items: center;
  }
  .networks {
    order: 3;
  }
  .wrap-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
  }
}