/* === WHY OUR PRODUCTS === */

  .why-ours-section {
    background-color: #e3e9ee;
    padding: 100px 0px;
}

.why-ours {
    padding: 0 15px;
}

.why-ours__header {
    display: flex;
    flex-direction: column;
    align-items: center;
}



.why-ours__title 

.why-ours__subtitle {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #0c1f4a;
    margin-top: 13px;;
}

.why-ours__content {
    display: flex;
    flex-direction: row;
    position: relative;
    gap: 70px;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}

.why-ours__text__title {
    color: #0c1f4a;
    font-size: 32px;
    text-align: start;
    width: 320px;
}

.why-ours__content-item-lower {
    width: 296px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.why-ours__content-item-upper img {
    width: 296px;
    height: 296px;
    border-radius: 10px;
    object-fit: cover;
}

.why-ours__content-item-lower h4 {
    margin: 0;
    font-family: Inter, sans-serif !important;
    color: #0c1f4a;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.why-ours__content-item-lower p {
    letter-spacing: -.1px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    color: #0c1f4a;
    text-align: center;
    line-height: normal;
    margin: 0;
}

.why-ours__lower {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.why-ours__lower-btn {
    margin-top: 20px;
}

.why-ours__lower-btn button {
    text-transform: uppercase;
    width: 400px;
    height: 53px;
    cursor: pointer;
    border-radius: 29.5px;
    background:  #F9C42E;
    font-family: Inter, sans-serif !important;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #0c1f4a;
    border: none;
}


@media screen and (max-width: 1200px) {
    .why-ours-section {
      padding: 50px 0;
    }
    .why-ours__lower-btn button {
        width: 296px;
    }
    .why-ours__content {
        flex-direction: column;
        align-items: center;
    }
    .why-ours__content-item-upper {
        display: flex;
        justify-content: center;
    }

    .why-ours__content-item-lower {
        width: 296px;
    }

    .why-ours__content {
        gap: 30px;
    }

    .why-ours__header .why-ours__title {
        display: flex;
        flex-direction: column;
        padding: 0 20px;
        line-height: 30px;
    }

    .why-ours__header .why-ours__title,  .why-ours__title 
    
    .why-ours__subtitle {
        margin-top: 15px;
    }

}


/* === SEE HOW WE STACK UP === */

  .how-table {
    padding-top: 50px;
    padding-bottom: 50px;
}

.how-table__header {
    display: flex;
    flex-direction: column;
    align-items: center;
}



.how-table__title 

.how-table__subtitle {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #0c1f4a;
    margin-top: 13px;;
}

.how-table__content {
    display: flex;
    flex-direction: row;
    position: relative;
    gap: 25px;
    align-items: end;
    justify-content: center;
    margin-top: 20px;
}


.how-table__content-item-lower {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.how-table-nup-img {
    z-index: 2;
}

.how-table__content img {
    object-fit: contain;
    margin-bottom: -33px;
    z-index: 10;
    height: 204px;
    width: 80px;
}

.how-table-labels {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px 10px 20px 0px;
    height: 529px;
    box-sizing: border-box;
}

.how-table-labels h4 {
    margin: 0;
    font-family: Inter, sans-serif !important;
    color: #0c1f4a;
    font-size: 24px;
    text-align: end;
    font-weight: 600;
    letter-spacing: -.8px;
    text-transform: uppercase;
}

.how-table__content p {
    letter-spacing: -.4px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    color: #0c1f4a;
    width: 296px;
    margin: 0;
    line-height: 1.4;
}

.how-table-nup {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.how-table-nup-info {
    width: 400px;
    height: 529px;
    background-color: #F9C42E;
    border-radius: 15px;
    padding: 40px 30px;
    box-sizing: border-box;
  z-index: 1;
}

.how-table-other {
    padding: 0px 20px 0px 70px;
}

.how-table-other p {
    width: 224px;
    margin: 0;
}

.how-table-nup-item, .how-table-other-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-bottom: 1px solid rgba(66, 65, 65, 0.5);
    padding: 22px 0px;
}

.how-table-nup-item:first-child, .how-table-other-item:first-child {
    padding-top: 0;
}

.how-table-nup-item:last-child, .how-table-other-item:last-child {
    border-bottom: 0;
}

.how-table-other-item {
  padding: 25px 0;
}
  
.how-table-other {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 400px;
    height: 497px;
    border: 1.5px solid rgba(66, 65, 65, 0.35);
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 16px;
    margin-left: -100px;
    z-index: 0;
    padding-bottom: 10px;
}

.how-table-other-item {
    justify-content: end;
    width: 264px;
    margin-left: 35px;
    gap: 15px;
}

.how-table-other-item p {
    font-weight: 500;
}

.how-table-other-title {
    position: absolute;
    top: -35px;
    left: 60%;
    transform: translateX(-50%);
  letter-spacing: normal;
    font-family: Inter !important;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    text-transform:uppercase;
    color: #0c1f4a;
    opacity: 75%;
}


@media screen and (max-width: 900px) {
    .how-table {
      padding-bottom: 10px;
      padding-top: 20px;
      margin-top: 0;
      padding-bottom: 35px;
    }
  
    .how-table__content {
        gap: 15px;
        margin-top: 10px;
    }

    .how-table__content img {
        height: 80px;
        width: 32px;
        margin-bottom: -17px;
    }

    .how-table-labels h4 {
        font-size: 16px;
    }

    .how-table-nup-info {
        width: 106px;
        height: 357px;
        border-radius: 10px;
        padding: 25px 15px;
    }
    
    .how-table-other {
        width: 152px;
        height: 341px;
        margin-bottom: 8px;
        margin-left: -65px;
    }

    .how-table-other-item {
        justify-content: center;
        width: auto;
        margin-left: 0px;
        padding: 16px 0px;
    }
    
    .how-table-nup-item {
        padding: 16px 0px;
    }

    .how-table-labels {
        height: 357px;
        width: 87px;
        padding: 10px 5px 10px 0px;
    }

    .how-table-nup-info p, .how-table-other-item p {
        display: none;
    }

    .how-table-other-title {
      font-size: 12px;
      top: -25px;
      left: 65%;
      white-space: nowrap;
    }
  
    .how-table__header .how-table__title {
        padding: 0 20px;
        line-height: 30px;
    }

    .how-table__header .how-table__title,  .how-table__title 
    
    .how-table__subtitle {
        margin-top: 15px;
    }
}




/* Match site container width and heading color */
.why-ours, .how-table__inner {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}



.why-ours__lower button, .why-ours__lower-btn button, .why-ours__lower-btn a button {
  background: linear-gradient(180deg, #2f93dd 0%, #177ec9 55%, #0e5f9c 100%) !important;
  color: #fff !important;
  font-family: Inter, sans-serif !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  border-radius: 999px !important;
  padding: 18px 44px !important;
  border: none !important;
  cursor: pointer;
  font-size: 16px !important;
  letter-spacing: 0.5px !important;
}

  .one-review {
    background-color: transparent;
    padding: 50px 0 100px;
}

.one-review-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.one-review-block {
    max-width: 816px;
    background-color: transparent;
}

.one-review-item-content {
    padding: 20px 70px 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.one-review-item {
    display: flex;
}

.one-review-item-img img {
    border-radius: 0px 10px 10px 0;
    object-fit: cover;
}

.pc-image {
    filter: blur(.2rem);
    height: 100%;
}

.one-review-item-content p {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 1.3;
}

.one-review-rating span {
    font-family: Inter;
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
}

.one-review-item-content p, .one-review-item-content span {
    color: #0c1f4a;
    margin: 0;
}

.one-review-item-content b {
    font-weight: 700;
}

.mb-image, .one-review-rating-mb {
    display: none;
}

.changed-background-color {
  background-color: transparent;
}

@media screen and (max-width:900px) {
    .one-review {
      padding: 0px 10px 60px 0px;
    }
    .one-review-item-content p { 
        font-size: 14px;
    }
    .one-review-block {
        height: 201px;
    }
    .pc-image {
        display: none;
    }
    .one-review-rating svg {
        display: none;
    }
    .one-review-rating-mb {
        display: block;
    }
    .mb-image {
        display: block;
        height: 224px;
        width: 93px;
        object-fit: contain;
    }
    .one-review-item-content {
        padding: 20px 10px 20px 20px;
    }
    
}


/* one-review: резерв высоты фото — чтобы при Показать 18+ карточка не прыгала по высоте (desktop) */
@media (min-width: 901px) {
  .one-review-item-img { aspect-ratio: 144 / 151; }
  .one-review-item-img .pc-image, .one-review-item-img img { height: 100%; width: 100%; object-fit: cover; }
}
