.text-10 {
  font-size: 10px;
}

.header-nav {
  font-size: 14px;
}

.ya-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  /* padding: 10px; */
  /* background: aliceblue; */
  /* border-radius: 10px; */
  transition: color 0.3s;
}

.ya-btn:hover {
  /* background: #1CA1FF; */
  /* color: white; */
  /* transition: .3s; */
  color: #ff0000;
}

.card-analize {
  background: #e9ecef;
}

.card-analize > div:nth-child(2n) {
  background: #e6e6e6;
}

.page-link {
  display: inline-block;
}
.page-item > .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li:first-child {
  width: auto;
}
.pagination li:last-child {
  width: auto;
}
.pagination {
  color: red;
}
.popup--sm {
  max-width: 600px;
}

.wrapperContacts {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.pointContacts {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  border-radius: 20px;
  padding: 20px;
}

.timeContacts {
  border-radius: 15px;
  background-color: #fff;
}

.wrapper_map {
  border-radius: 15px;
  overflow: hidden;
}

.staff-item img {
  border-radius: 50%;
}

.banner-first-block > div {
  display: flex;
  padding: 90px 75px;
  flex-direction: column;
  gap: 40px;
  border-radius: 10px;
  overflow: hidden;
  background-size: 100%;
  background-repeat: no-repeat;
}

.sale-information {
  color: #00618c;
  font-size: 22px;
  flex-grow: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background-color: white;
  border-radius: 10px;
  padding: 10px 20px;
  display: inline-block;
}

.sale-text-information {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.sale-text-information > span {
  color: #6a9acf;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: inline-flex;
  padding: 16px 34px;
  background-color: white;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.sale-button {
  padding: 15px 30px;
  cursor: pointer;
  flex-grow: 0;
  display: inline-block;
  border-radius: 10px;
  background-color: white;
  flex-shrink: 0;
}

.start-service {
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.start-service h1 {
  color: #3b454d;
  font-size: 38px;
  font-weight: 500;
  line-height: 120%;
}

.start-service div:nth-child(1) > div {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 600px;
}

.start-service > div:nth-child(2) {
  text-align: end;
  line-height: 100%;
  font-weight: 400;
}

.start-service div:nth-child(2) .title-price {
  font-size: 18px;
}

.start-service div:nth-child(2) .old-price {
  font-size: 22px;
  font-style: normal;
  text-decoration: line-through;
  margin-top: 10px;
}

.start-service div:nth-child(2) .new-price {
  font-size: 32px;
  font-weight: 700;
  margin-top: 10px;
  min-width: 200px;
}

.start-service div:nth-child(2) .date-price {
  color: #fff;
  font-size: 12px;
  border-radius: 50px;
  background: #219dfe;
  display: inline-flex;
  padding: 5px 10px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 15px;
}

.form-open {
  min-height: 310px;
  position: relative;
  z-index: 1;
}

.form-open img {
  bottom: 0;
  z-index: -1;
  right: 0;
}

.form-open div.d-flex input {
  margin-top: 10px;
}

.form-open .btn {
  width: 100%;
  border-radius: 10px;
}

.form-open .second-text {
  color: #a1a1a1;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.link-to-block {
  display: inline-flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #e9f6ff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.link-to-block:hover {
  background: #239afc;
  color: #fff;
}

.links-block {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.bg-track {
  background-image: url('../images/track.jpg');
  background-position: center;
  color: #fff;
}

.bg-track h1,
.bg-track h2 {
  color: #fff;
}

input {
  padding: 10px 15px;
  border-radius: 90px;
  border: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.btn {
  width: 100%;
}

.btn-wht {
  background: transparent;
  background-color: #43d854;
}

.btn-tlg {
  background: transparent;
  background-color: #27a7e7;
}

.btn-max {
  background: transparent;
  background-color: #0077ff;
}

.hero-form {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.hero-form .me-5 {
  margin-right: 0 !important;
}

.hero-socials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}

.hero-socials .btn {
  min-width: 0;
  white-space: nowrap;
}

.big-icon-check {
  font-size: 30px;
  color: #3e64d8;
}

.info-text-factoid {
  background-color: #d7eef8;
  padding: 15px;
  border-radius: 20px;
  text-align: center;
}

.sale-text {
  font-size: 24px;
  background-color: #d7eef8;
  padding: 10px;
  display: inline-block;
  border-radius: 15px;
}

.form-bg-gray {
  background-color: #d7eef8;
  padding: 15px;
  border-radius: 15px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.form-bg-gray .d-flex {
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.form-bg-gray .d-flex > input,
.form-bg-gray .d-flex > .btn,
.form-bg-gray .d-flex > button {
  flex: 1 1 220px;
  min-height: 44px;
}

.gap-5px {
  gap: 5px;
}

.image > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.companies > div {
  height: 100px;
}
.e-title__h2 {
  margin-top: 30px;
}

header {
  padding-bottom: 15px !important;
}

.new_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}

.new_header .logo_header {
  width: 210px;
  height: 70px;
  position: relative;
}

.new_header .logo_header > span {
    position: absolute;
    right: 29px;
    top: 54px;
    font-size: 14px;
    font-weight: 600;
}

.new_header .logo_header img {
  object-fit: contain;
}

.new_header .phones > div:nth-child(1) {
  font-size: 12px;
  color: #8f8f8f;
}

.new_header .phones > div:nth-child(2) {
  font-size: 18px;
}

.new_header .phones > .times {
  font-size: 12px;
}

.new_header_mobile {
  display: none;
}

.informationan-about-country {
   background-color: rgba(255, 255, 255, 0.1);
   border-radius: 26px;
   overflow: hidden;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 20px;
}

.informationan-about-country p {
    text-align: center;
    font-size: 12px;    
}
    
    
.informationan-about-country__title {
    font-size: 16px;
    font-weight: 600;
}

.informationan-about-country__imagewrapper {
    background-color: #fff;
    border-radius: 100%;
    overflow: hidden;
    width: 146px;
    padding: 30px;    
}

.informationan-about-country__imagewrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

ul {
    padding-left: 0;
}

ul li {
    display: flex;
    position: relative;
    padding-left: 15px;
    align-items: center;
}

ul li::before {
  content: "•";              /* сама точка */
  position: absolute;
  display: block;
  left: 0;                   
  top: 2px;
  color: #000;               /* цвет точки */
  font-size: 20px;           /* размер */
  line-height: 1;
}  

.btn.btn--yellow {
    background: #EDF021 !important;
    color: #000;
}

.cardatmcomplex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;    
}

.cardatmcomplex__items {
    border-radius: 25px;
    background-color: #F5F5F5;
    padding: 30px;
}

.contactblock {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;    
}

@media (max-width: 900px) {
  .wrapperContacts {
    flex-direction: column;
  }
  
  .cardatmcomplex {
    grid-template-columns: 1fr;
  }
    
  .contactblock {
    grid-template-columns: 1fr;
   }

}

@media (max-width: 700px) {
  .hero-form {
    max-width: 420px;
  }

  .hero-form > [class*='col-'] {
    width: 100%;
  }

  .hero-socials {
    grid-template-columns: 1fr;
  }

  .form-bg-gray {
    max-width: 420px;
  }

  .form-bg-gray .d-flex {
    flex-direction: column;
  }

  .form-bg-gray .d-flex > input,
  .form-bg-gray .d-flex > .btn,
  .form-bg-gray .d-flex > button {
    width: 100%;
    flex-basis: auto;
  }

  .banner-first-block > div {
    display: flex;
    padding: 40px 30px;
    flex-direction: column;
    gap: 10px;
  }

  .sale-information {
    font-size: 16px;
  }

  .sale-text-information {
    font-size: 30px;
  }

  .sale-text-information > span {
    font-size: 14px;
    padding: 10px;
  }

  .sale-button {
    padding: 15px;
  }

  .new_header {
    display: none;
  }

  .new_header_mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    position: relative;
  }

  .new_header_mobile .menublock {
    display: none;
  }

  .new_header_mobile .menublock.active {
    display: block;
  }

  .new_header_mobile .logo_header {
    max-width: 200px;
  }

  .new_header_mobile button {
    background-color: #00618c;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
  }

  .new_header_mobile .menublock {
    position: absolute;
    top: 60px;
    right: 15px;
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
  }

  .estimation_header {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .table_block {
    min-width: 600px;
  }

  .container.sctollblock {
    overflow-x: auto;
  }
}
