@media (max-width: 1399px) {
  .container {
    width: 1140px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 960px;
  }
  body {
    font-size: 16px;
  }
  .btn {
    font-size: 16px;
  }
  .first-screen__list li a {
    padding: 10px 20px;
  }
  h1 {
    font-size: 40px;
  }
  .section-title {
    font-size: 30px;
  }
  .best-specialists__descr {
    max-width: 580px;
    margin-right: 30px;
  }
  .probate__item {
    width: 45%;
  }
  .probate__descr h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .probate__descr > a {
    font-size: 16px;
  }
  .probate__descr > p {
    margin-bottom: 15px;
  }
  .probate__bottom-text {
    max-width: 440px;
  }
  .support-block__descr {
    max-width: 650px;
  }
  .support-block__contact-phone {
    font-size: 20px;
  }
  .support-block__logo {
    justify-content: start;
    padding: 16px;
    width: 100%;
    overflow-x: scroll;
  }
  .support-block__logo * {
    white-space: nowrap;
  }
  .green-uzor {
    height: 107px;
  }
  .guides__item:last-child {
    display: none;
  }
  .guides__item {
    width: 33%;
  }
  .guides__list {
    gap: 24px;
  }
  .footer__serveces a {
    font-size: 26px;
  }
  .guides__descr h3 {
    font-size: 26px;
  }
  .direct-cremation__offer > .direct-cremation__text {
    font-size: 22px;
  }
  .benefits__list {
    gap: 24px;
    justify-content: center;
  }
  .benefits__item {
    width: 28%;
  }
  .benefits__item-img img {
    margin: auto;
  }
  .right-for-you__item .right-for-you__img {
    max-width: 280px;
  }
  .call-us {
    font-size: 26px;
    padding: 10px 0;
  }
  .why-choosing__item {
    padding: 36px;
  }
  .top-questions__other-wrap {
    width: 440px;
  }
  .read-guides__descr h3 {
    font-size: 26px;
  }
  .goodbye-personal__oblako {
    right: 10px;
  }
  .probate-main__wrapper > img {
    max-width: 192px;
  }
  .probate-support__price span {
    font-size: 36px;
  }
  .probate-support__offer-text {
    font-size: 22px;
    min-height: 166px;
  }
  .probate-support__get-quote h3,
  .probate-support__get-quote > p,
  .why-choose__offer > p,
  .prefer-talk__text,
  .prefer-talk__descr > ul > li > p {
    font-size: 22px;
  }
  .why-choose__list {
    gap: 24px;
  }
  .why-choose__item > img {
    width: 100%;
  }
  .why-choose__item {
    padding: 16px;
    width: 25%;
  }
  .why-choose__descr {
    padding: 16px 0;
  }
  .probate-support__item h3 {
    font-size: 26px;
    margin: 0 0 32px 0;
  }
  .about-main__wrapper > img {
    max-width: 350px;
  }
  .about-main__descr {
    max-width: 50%;
  }
  .best-rated__imgs-logo {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .container {
    width: 720px;
  }
  .best-specialists__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .best-specialists__descr {
    max-width: 100%;
    margin: 0 0 15px 0;
  }
  .first-screen__list li a {
    padding: 10px;
    line-height: 1;
  }
  .green-uzor {
    top: 7px;
  }
  .header {
    padding: 13px 0;
  }
  .best-specialists__slider .slick-next {
    right: -15px;
  }
  .best-specialists__slider .slick-prev {
    left: -15px;
  }
  .support-block__descr {
    max-width: 340px;
    padding: 0;
  }
  .guides__list {
    flex-wrap: wrap;
  }
  .guides__item:last-child {
    display: block;
  }
  .guides__item {
    width: 48%;
  }
  .footer__item:nth-child(4) {
    display: none;
  }
  .footer__item,
  .footer__item:nth-child(2),
  .footer__item:nth-child(3) {
    width: 33%;
  }
  .footer__copy {
    font-size: 12px;
  }
  .footer__soc > a {
    padding: 4px;
  }
  .guides__descr h3 {
    font-size: 24px;
  }
  .guides__item {
    height: 345px;
  }
  .header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    height: 100%;
    background: rgb(60 111 66 / 100%);
    backdrop-filter: blur(35px);
    padding: 250px 10px 20px 10px;
    transition: all 0.3s ease 0s;
    overflow: auto;
    z-index: 3;
    margin: 0;
  }
  .header__nav.active {
    right: 0;
  }
  .header__menu {
    flex-direction: column;
    padding: 0 20%;
    align-items: flex-start;
  }
  .header__menu li a {
    font-size: 24px;
  }
  .header__menu li:not(:last-of-type) {
    margin: 0 0 20px 0;
  }
  .logo {
    width: 130px;
  }
  .menu-btn {
    display: block;
  }
  .header__wrapper {
    justify-content: space-between;
  }
  .btn {
    font-size: 14px;
    max-width: 130px;
    margin: 0;
  }
  .modal-form {
    width: 650px;
  }
  .direct-cremation__wrapper > img {
    display: none;
  }
  .direct-cremation__btn {
    margin: 32px auto;
  }
  .benefits__list {
    flex-direction: column;
    gap: 48px;
  }
  .benefits__item {
    width: 100%;
    display: flex;
  }
  .benefits__item-img {
    height: auto;
    width: 250px;
    margin-right: 24px;
  }
  .benefits__item-img img {
    max-width: 250px;
    width: 250px;
  }
  .additional-benefits__list {
    flex-direction: column;
  }
  .additional-benefits__item {
    width: 100%;
  }
  .cost-comparison__wrapper {
    flex-direction: column;
  }
  .cost-comparison__offer {
    width: 100%;
  }
  .cost-comparison__comparison {
    width: 100%;
  }
  .right-for-you__slide .right-for-you__imgs > img {
    margin: auto;
  }
  .right-for-you__img-abs {
    right: 170px;
  }
  .right-for-you__slide > p {
    margin: 0 0 16px 230px;
  }
  .right-for-you__item {
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }
  .right-for-you__item-descr {
    max-width: 100%;
  }
  .right-for-you__item:nth-child(3) {
    flex-direction: column;
  }
  .right-for-you__list {
    padding: 0;
    gap: 48px;
  }
  .right-for-you__slider .slick-arrow {
    right: 15px;
  }
  .right-for-you__slider .slick-arrow.slick-prev {
    left: 15px;
  }
  .why-choosing__list {
    flex-direction: column;
  }
  .why-choosing__item {
    width: 100%;
  }
  .call-us {
    font-size: 22px;
    width: 245px;
  }
  .top-questions__wrapper {
    flex-direction: column;
  }
  .top-questions__questions {
    max-width: 100%;
  }
  .top-questions__other-wrap {
    width: 100%;
    text-align: center;
  }
  .read-guides__item {
    width: 100%;
    display: flex;
    gap: 24px;
  }
  .read-guides__list {
    flex-direction: column;
  }
  .goodbye-personal .green-uzor {
    top: 0;
  }
  .goodbye-personal__oblako {
    top: 80px;
  }
  .top-questions__bottom > p {
    width: 95%;
  }
  .top-questions__top > p {
    max-width: 95%;
  }
  .header__btn.btn {
    margin-right: 20px;
  }
  .header__menu li a {
    color: #fff;
  }
  .menu-btn.active::before,
  .menu-btn.active::after {
    background-color: #fff;
  }
  .probate-main__wrapper > img {
    display: none;
  }
  .probate-support__wrapper {
    flex-direction: column-reverse;
  }
  .probate-support__offer-text {
    min-height: auto;
  }
  .probate-support__get-quote > img {
    margin: auto;
  }
  .probate-support__get-quote {
    text-align: center;
  }
  .probate-support__btn.btn {
    margin: auto;
  }
  .what-probate__wrapper > img {
    width: 40%;
  }
  .what-probate__descr {
    width: 60%;
  }
  .why-choose__list {
    flex-wrap: wrap;
  }
  .why-choose__item {
    width: 48%;
  }
  .prefer-talk__wrapper > img {
    max-width: 280px;
  }
  .top-questions__other.top-questions__other_probate {
    padding-top: 0;
  }
  .probate__bottom-question {
    text-align: center;
    max-width: 60%;
    margin: 32px auto 0;
  }
  .prefer-talk__bottom .call-us {
    margin: 0 auto 24px;
  }
  .prefer-talk__bottom .right-for-you__bottom-wrapper {
    justify-content: center;
  }
  .top-questions__other.top-questions__other_probate {
    width: 100%;
  }
  .more-question {
    display: block;
    margin: 30px auto 0;
  }
  .about-main__wrapper {
    flex-direction: column;
  }
  .about-main__descr {
    max-width: 100%;
  }
  .about-main__wrapper > img {
    margin: 20px 0 0 0;
    max-width: 100%;
  }
  .best-rated__wrapper {
    flex-direction: column-reverse;
  }
  .best-rated__descr {
    max-width: 100%;
  }
  .best-rated__img {
    width: 100%;
  }
  .best-rated__img img {
    max-width: 100%;
    margin: auto;
  }
  .backed__wrapper {
    flex-direction: column;
    text-align: center;
  }
  .backed__descr {
    margin-bottom: 48px;
  }
  .post-block__list {
    flex-direction: column;
    gap: 48px;
  }
  .post-block__item {
    width: 100%;
  }
  .post-block {
    padding: 96px 0;
  }
  .free-tools__item {
    height: 565px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 540px;
  }
  h1 {
    font-size: 32px;
  }
  .first-screen__list {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 0;
  }
  .best-specialists__img {
    max-width: 100%;
    width: 100%;
  }
  .best-specialists__img img {
    width: 100%;
  }
  .probate__item {
    width: 100%;
  }
  .probate__list {
    flex-wrap: wrap;
    gap: 24px;
  }
  .probate__bottom-wrapper {
    justify-content: start;
    flex-direction: column;
  }
  .probate__bottom-text {
    max-width: 100%;
  }
  .probate__bottom-img {
    display: none;
  }
  .probate__bottom-img-mob {
    display: flex;
    align-items: center;
  }
  .probate__bottom-img-mob img {
    display: block;
    width: 54px;
    height: 54px;
    margin-right: 16px;
    border-radius: 50%;
  }
  .support-block__wrapper {
    flex-direction: column-reverse;
  }
  .support-block__descr {
    width: 100%;
  }
  .guides__item {
    min-height: 160px;
    width: 100%;
    height: auto;
  }
  .guides__item > a {
    flex-direction: row;
    align-items: center;
  }
  .guides__descr {
    width: 50%;
  }
  .guides__descr h3 {
    margin-bottom: 16px;
  }
  .guides__item img {
    width: 50%;
  }
  .green-uzor.green-uzor_rotate {
    top: 0;
  }
  .footer__item,
  .footer__item:nth-child(2),
  .footer__item:nth-child(3) {
    width: 100%;
  }
  .footer__wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .footer__item-title {
    display: none;
  }
  .footer__item:nth-child(3) {
    border-top: 1px solid rgb(141, 148, 149);
    padding-top: 24px;
  }
  .footer__logo img {
    width: 110px;
  }
  .footer__bottom {
    flex-direction: column;
  }
  .footer__soc {
    margin: 0 0 20px 0;
  }
  .first-screen__img {
    max-width: 350px;
  }
  .first-screen__img span {
    width: 85px;
    height: 85px;
    font-size: 14px;
    right: 9%;
    top: 14%;
  }
  .modal-form {
    width: 530px;
  }
  .serving__wrapper {
    flex-direction: column;
  }
  .green-sun {
    max-width: 30%;
  }
  .serving__descr {
    max-width: 100%;
  }
  .serving .right-for-you__bottom-wrapper {
    justify-content: center;
  }
  .serving__wrapper .right-for-you__bottom-call {
    text-align: center;
  }
  .serving .call-us {
    margin: 0 auto 24px;
  }
  .read-guides__item {
    flex-direction: column;
    gap: 0;
  }
  .right-for-you__offer > p,
  .seeing-off__offer > p,
  .why-choosing__text,
  .serving__test,
  .goodbye-personal__offer > p {
    font-size: 18px;
  }
  .right-for-you__img-abs {
    right: 80px;
  }
  .right-for-you__slide > p {
    margin: 0 0 16px 140px;
  }
  .additional-benefits__item h3 {
    font-size: 20px;
  }
  .what-probate__wrapper {
    flex-direction: column-reverse;
  }
  .what-probate__descr {
    width: 100%;
    padding: 0;
  }
  .what-probate__wrapper > img {
    width: 280px;
  }
  .why-choose__item {
    width: 100%;
  }
  .prefer-talk__wrapper {
    flex-direction: column-reverse;
  }
  .prefer-talk__bottom > p {
    text-align: center;
  }
  .prefer-talk__bottom .call-us,
  .why-choose__btn.btn,
  .probate-support__btn.btn,
  .probate-main__btn.btn,
  .prefer-talk__bottom .call-us {
    width: 100%;
    max-width: 100%;
  }
  .probate__bottom-question {
    max-width: 100%;
  }
  .probate-support__get-quote {
    padding: 0;
  }
  .why-choose__bottom {
    max-width: 100%;
  }
  .legal-team__item {
    width: 260px;
    max-width: 260px;
  }
  .free-tools__item {
    width: 100%;
    height: auto;
  }
  .free-tools__list {
    flex-wrap: wrap;
  }
  .guides-main__offer p {
    font-size: 18px;
  }
  .post-block__item h3 {
    font-size: 20px;
  }
  .free-tools__descr h3 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .guides__descr > p {
    display: flex;
    font-size: 12px;
  }
  .header__nav {
    max-width: 100%;
    padding: 170px 10px 20px 10px;
  }
  .header__menu {
    padding: 0 12%;
  }
  .modal-form {
    width: 90%;
  }
  .modal-form__wrapper input {
    font-size: 16px;
  }
  .modal-form__wrapper input[type="submit"] {
    font-size: 16px;
  }
  .benefits__item {
    flex-direction: column;
  }
  .benefits__item-img {
    margin: 0 0 24px 0;
  }
  .section-title {
    font-size: 26px;
  }
  .additional-benefits {
    padding: 32px 24px;
  }
  .additional-benefits__item span {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }
  .benefits__item-img {
    width: 100%;
  }
  .cost-comparison__specialists img {
    width: 50px;
  }
  .cost-comparison__inner > img {
    width: 80px;
  }
  .cost-comparison__item:nth-child(1) {
    max-width: 80.88%;
  }
  .cost-comparison__item:nth-child(2),
  .cost-comparison__item:nth-child(3) {
    max-width: 88.22%;
  }
  .cost-comparison__comparison {
    padding: 24px 16px;
  }
  .cost-comparison__item span {
    font-size: 22px;
  }
  .right-for-you__imgs {
    max-width: 280px;
    margin: auto;
  }
  .right-for-you__img-abs {
    right: -30px;
  }
  .right-for-you__slide > p {
    margin: 0 0 16px 13%;
  }
  .serving__img img {
    max-width: 100%;
  }
  .probate-support__get-quote h3,
  .probate-support__get-quote > p,
  .why-choose__offer > p,
  .prefer-talk__text,
  .prefer-talk__descr > ul > li > p,
  .probate-support__offer-text,
  .probate-main__offer > p {
    font-size: 18px;
  }
  .why-choose__bottom > h3 {
    font-size: 20px;
  }
  .probate-support__price span {
    font-size: 30px;
  }
  .probate-support__item h3 {
    font-size: 24px;
  }
  .post-block {
    padding: 48px 0;
  }
  .post-block__list {
    margin-top: 48px;
  }
  .guides-bottom__imgs {
    max-width: 100%;
  }
  .guides-bottom__offer {
    text-align: center;
  }
  .guides-bottom__btn.btn {
    margin: 32px auto 48px;
  }
}
