.wrapper .main .pricing {
  color: #131b24;
  padding: 70px 0;
  font-family: "Noto Sans", sans-serif;
}

.wrapper .main .pricing h1 {
  font-size: 52px;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  padding-bottom: 70px;
}

.wrapper .main .pricing .items{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

.wrapper .main .pricing .items .item{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.wrapper .main .pricing .items .item .img{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.wrapper .main .pricing .items .item .img img{
  width: 180%;
  height: 500px;
  object-fit: cover;
  border-radius: 40px;
}

.wrapper .main .pricing .items .item .text{
  padding-top: 50px;
}

.wrapper .main .pricing .items .item .text h2{
  font-size: 30px;
  color: #131B24;
  font-weight: 600;
  margin-bottom: 49px;
}


.wrapper .main .pricing .items .item .text .blocks{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}

.wrapper .main .pricing .items .item .text .block{
  display: flex;
  align-items: center;
  gap: 20px;
}

.wrapper .main .pricing .items .item .text .block img{
  width: 40px;
}

.wrapper .main .pricing .items .item .text .block p{
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  color: #131B24;
}

.wrapper .main .pricing .items .item .text .content h4{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 46px;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.pricing-table th,
.pricing-table td {
  padding: 16px 24px;
  text-align: left;
  border: 1px solid #EEF2F6;
}

.pricing-table .td{
  text-align: center;
}

.plan-name{
  margin-bottom: 5px;
}

.plan-name img{
  margin-bottom: 5px;
}

.pricing-table th {
  background-color: #3f3741;
  color: white;
  font-weight: 400;
  font-size: 17px;
}

.pricing-table td {
  background-color: #f5ebed;
  font-size: 15px;
  vertical-align: top;
}

.pricing-table td img{
  width: 20px;
  margin-bottom: 2px;
}

.pricing-table tr:nth-child(2) td {
  background-color: #f5ebed;
}

.pricing-table .pricing-plan-name {
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}

.price {
  color: #E94746;
  font-weight: bold;
}

.pricing-table tr:first-child th:first-child {
  border-top-left-radius: 12px;
}

.pricing-table tr:first-child th:last-child {
  border-top-right-radius: 12px;
}

.pricing-table tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}

.pricing-table tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}

.table-mobile{
  display: none;
}
















.wrapper .main .locations {
  color: #131b24;
  padding: 70px 0;
  font-family: "Noto Sans", sans-serif;
}

.wrapper .main .locations h1 {
  font-size: 52px;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  padding-bottom: 70px;
}

.wrapper .main .locations .items{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 60px;
}

.wrapper .main .locations .items .item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #EEF2F6;
  border-radius: 16px;
  overflow: hidden;
}

.wrapper .main .locations .items .item .text{
  width: 60%;
  padding-left: 40px;
  padding-right: 40px;
}

.wrapper .main .locations .items .item .text .title{
  margin-bottom: 30px;
  display: flex;
  align-items: start;
  gap: 24px;
}

.wrapper .main .locations .items .item .text .title h2{
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 0;
}

.wrapper .main .locations .items .item .text .title .scheduled-urgent{
  background-color: #FFA8A7;
  border-radius: 5px;
  padding: 4px 8px;
  color: #131B24;
  font-size: 17px;
  line-height: 24px;
}

.wrapper .main .locations .items .item .text .title .scheduled{
  background-color: #FFCB26;
}

.wrapper .main .locations .items .item .text p{
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 50px;
}

.wrapper .main .locations .items .item .text a{
  padding: 15px 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  background-color: #E94746;
  border-radius: 48px;
  box-shadow: 0px 4px 12px rgba(233, 71, 70, 0.4);
}

.wrapper .main .locations .items .item .img{
  width: 40%;
}

.wrapper .main .locations .items .item .img img{
  width: 100%;
}







.swiper-wrapper {
  transition-timing-function: linear !important; /* супер-плавность */
}


.reviews{
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Noto Sans", sans-serif;
}

.reviews h4{
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}


.reviews .carousel-container {
  position: relative;
  overflow: hidden;
  background: #fff;
  user-select: none;
}

.swiper{
  position: relative;
}

.swiper-wrapper{
  padding-bottom: 20px;
}

.reviews .carousel-container::before,
.reviews .carousel-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.reviews .carousel-container::before {
  left: 0;
  background: linear-gradient(to right, white 0%, transparent 100%);
}

.reviews .carousel-container::after {
  right: 0;
  background: linear-gradient(to left, white 0%, transparent 100%);
}

.reviews .review {
  padding: 20px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(64, 18, 15, 0.10);
}

.reviews .review .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.reviews .review .top .title{
  display: flex;
  align-items: center;
  gap: 20px;
}

.reviews .review .top .title .avatar{
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  max-width: 70px;
  max-height: 70px;
  border-radius: 999px;
  object-fit: cover;
}

.reviews .review .top .title .txt h3{
  font-size: 20px;
  font-weight: 600;
  color: #131B24;
  margin-bottom: 10px;
}
.reviews .review .top .title .txt .stars{
  display: flex;
  gap: 6px;
}
.reviews .review .top .title .txt .stars img{
  width: 24px;
}
.reviews .review .top .top-img{
  display: flex;
  gap: 10px;
}
.reviews .review .top .top-img img{
  width: 60px;
  height: 70px;
  border-radius: 10px;
  object-fit: cover;
}
.reviews .review p{
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0;
}




.download__modal-button{
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}















@media (max-width: 1200px) {
  .wrapper .main .pricing{
    padding: 40px 0;
  }
  .wrapper .main .pricing h1{
    padding-bottom: 40px;
  }
  .wrapper .main .locations{
    padding: 40px 0;
  }
  .wrapper .main .locations h1{
    padding-bottom: 40px;
  }
  .wrapper .main .pricing .items .item .img{
    width: 100%;
  }
  .wrapper .main .pricing .items .item .img img{
    width: 130%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 9px;
    height: 400px;
  }
  .wrapper .main .pricing .items .item .text{
    width: 100%;
    padding-top: 20px;
  }
  .wrapper .main .pricing .items .item .text .block{
    gap: 10px;
  }
  .wrapper .main .pricing .items .item .text .block img{
    width: 32px;
  }
  .wrapper .main .pricing .items .item .text .block p{
    font-size: 14px;
    line-height: 20px;
  }
  .wrapper .main .pricing .items .item .text .content h4{
    font-size: 19px;
    margin-bottom: 30px;
  }

  .table-mobile{
    display: block;
  }
  .table-ds{
    display: none;
  }
  .pricing-table th{
    white-space: nowrap;
  }
  .wrapper .main .locations .items .item .text{
    padding: 40px;
    width: 50%;
  }
  .wrapper .main .locations .items .item .img{
    width: 50%;
    height: 100%;
  }
  .wrapper .main .locations .items .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 782px){
  .wrapper .main .pricing{
    padding: 20px 0;
  }
  .wrapper .main .pricing h1{
    padding-bottom: 20px;;
    font-size: 25px;
  }
  .wrapper .main .locations{
    padding: 20px 0;
  }
  .wrapper .main .locations h1{
    padding-bottom: 20px;;
    font-size: 25px;
  }
  .wrapper .main .pricing .items .item{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .wrapper .main .pricing .items .item .img img{
    width: 100%;
    height: 515px;
    border-radius: 20px;
  }
  .wrapper .main .pricing .items .item .text{
    margin-top: 0;
  }
  .wrapper .main .pricing .items .item .text h2{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .wrapper .main .pricing .items .item .text .blocks{
    gap: 16px;
    grid-template-columns: repeat(5, 1fr);
  }
  .wrapper .main .pricing .items .item .text .block{
    flex-direction: column;
    align-items: start;
  }
  .wrapper .main .pricing .items .item .text .content h4{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .wrapper .main .locations .items .item{
    flex-direction: column-reverse;
  }
  .wrapper .main .locations .items .item .img{
    width: 100%;
  }
  .wrapper .main .locations .items .item .text{
    width: 100%;
    padding: 20px;
  }
  .wrapper .main .locations .items .item .text .title{
    margin-bottom: 20px;
    align-items: center;
  }
  .wrapper .main .locations .items .item .text .title h2{
    font-size: 20px;
  }
  .wrapper .main .locations .items .item .text .title .scheduled-urgent{
    font-size: 15px;
  }
  .wrapper .main .locations .items .item .text p{
    font-size: 15px;
    margin-bottom: 20px;
  }
  .wrapper .main .locations .items .item .text a{
    font-size: 14px;
    padding: 7px 30px;
  }
}

@media (max-width: 550px){
  .wrapper .main .locations .items .item .text .title{
    align-items: self-start;
  }
  .wrapper .main .pricing .items .item .img img{
    height: 200px;
  }
  .wrapper .main .pricing .items .item .text{
    padding-top: 0;
  }
  .wrapper .main .pricing .items .item .text .block p{
    font-size: 13px;
  }
  .wrapper .main .pricing .items .item .text .blocks {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
  .wrapper .main .pricing .items .item .text .block {
    flex-direction: row;
  }
  .wrapper .main .pricing .items .item .text .content h4{
    font-size: 14px;
  }
  .pricing-table th, .pricing-table td {
    padding: 15px 13px;
  }
  .pricing-table tr:nth-child(1) td{
    font-size: 14px;
    line-height: 18px;
  }
  .pricing-table tr:nth-child(2) td{
    font-size: 14px;
    line-height: 18px;
  }
  .wrapper .main .locations .items .item .text .title{
    gap: 12px;
  }
  .wrapper .main .locations .items .item .text .title{
    flex-direction: column;
  }
  .wrapper .main .locations .items .item .text a{
    text-align: center;
    width: 100%;
  }
  .reviews{
    padding: 20px 0;
  }
  .reviews h4{
    font-size: 17px;
    margin-bottom: 20px;
  }
  .reviews .review{
    padding: 13px;
  }
  .reviews .review .top .title{
    gap: 20px;
  }
  .reviews .review .top .title .avatar{
    width: 43px;
    height: 43px;
    min-width: 43px;
    min-height: 43px;
    max-width: 43px;
    max-height: 43px;
  }
  .reviews .review .top .title .txt h3{
    font-size: 12px;
    margin-bottom: 6px;
  }
  .reviews .review .top .title .txt .stars{
    gap: 2px;
  }
  .reviews .review .top .title .txt .stars img{
    width: 16px;
  }
  .reviews .review .top .top-img img{
    width: 40px;
    height: 47px;
  }
  .reviews .review p{
    font-size: 10.5px;
    line-height: 16px;
  }
  .reviews .carousel-container::before, .reviews .carousel-container::after{
    display: none;
  }
  .reviews .review .top{
    margin-bottom: 13px;
  }
  .swiper{
    padding-left: 20px;
    padding-right: 20px;
  }
  .pricing-table th{
    font-size: 14px;
  }
}