@media (max-width: 1320px) {
  .content {
    max-width: 460px;
  }

  .content-box img {
    width: 400px;
    height: 530px;
    left: 0;
  }
}

@media (max-width: 1250px) {
  .header__top-item {
    width: 305px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 1160px) {
  .reviews__item {
    flex-direction: column;
  }

  .reviews__item img {
    width: 80px;
    height: 80px;
  }

  .reviews__title {
    font-size: 22px;
    margin-bottom: 5px;
  }

  .reviews__text {
    font-size: 16px;
  }

  .reviews__data {
    font-size: 12px;
  }

  .certificates__img img {
    width: 240px;
    height: 300px;
  }

  .clinic__inner {
    flex-direction: column;
  }

  .clinic__text {
    order: 2;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .clinic__img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 1140px) {
  .header__address {
    margin-left: 13px;
  }

  .header__hour {
    margin-left: 30px;
  }

  .header__phone {
    margin-left: 20px;
  }

  .consulta__text {
    font-size: 24px;
  }

  .technology__items {
    display: block;
  }

  .technology__item {
    width: 100%;
  }

  .technology__video {
    display: block;
    margin-bottom: 20px;
  }

  .technology__text {
    margin: 25px 0 9px;
  }

  .doctors__inner {
    display: block;
  }

  .doctors__name-item {
    max-width: 100%;
  }

  .content {
    max-width: 460px;
    margin: 0 auto;
  }

  .content-box img {
    left: auto;
  }

  .assistant {
    padding: 150px 0;
  }

  .assistant__items {
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .footer__menu {
    display: flex;
    flex-direction: column;
    width: 50%;
    text-align: center;
  }

  .footer__menu li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 1000px) {
  .header__hour {
    order: 2;
  }

  .header__social {
    display: block;
    margin-right: 40px;
  }

  .header__social a {
    display: block;
  }

  .header__social a + a {
    margin-left: 0;
  }

  .header__menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40px;
    height: 24px;
  }

  .header__menu span {
    width: 40px;
    height: 6px;
    background-color: #099dba;
  }

  .header__menu span:last-child {
    width: 30px;
  }

  .header__hour {
    position: absolute;
    transform: translateY(-450%);
    transition: all 0.5s;
    right: 0px;
    background: #fff;
    width: 250px;
    text-align: center;
    padding: 10px 0;
    z-index: 4;
  }

  .header__phone {
    position: absolute;
    transform: translateY(-270%);
    transition: all 0.5s;
    right: 0px;
    background: #fff;
    width: 250px;
    text-align: center;
    padding: 10px 0;
    z-index: 4;
  }

  .header__hour--active {
    transform: translateY(95%);
  }

  .header__phone--active {
    transform: translateY(155%);
  }

  .header__phone-text {
    text-align: center;
  }

  .header__top-items {
    bottom: -255px;
  }

  .header__top-item {
    padding: 10px;
    height: 238px;
    width: 250px;
  }

  .header__top-item img {
    width: 50px;
    height: 50px;
    margin-right: 0;
  }

  .header__top-box {
    width: 200px;
  }

  .consulta__item img {
    height: 185px;
  }

  .consulta__item {
    height: 300px;
    margin-bottom: 35px;
  }

  .consulta__item-title {
    font-size: 20px;
    line-height: 22px;
  }

  .consulta__item-text {
    font-size: 16px;
    line-height: 18px;
  }

  .consulta__btn {
    font-size: 22px;
    padding: 12px 60px;
  }

  .services__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .services__item {
    max-width: 100%;
    min-height: 500px;
  }

  .services__box {
    width: 100%;
    min-height: 500px;
  }

  .services__text {
    width: 75%;
  }
  .services__list {
    width: 100%;
  }

  .services__list li {
    display: block;
  }

  .technology__items {
    padding: 60px 60px 20px;
  }
}

@media (max-width: 900px) {
  .technology__list {
    width: 520px;
  }

  .technology__list,
  .technology__list-2,
  .technology__list-3,
  .technology__list-4 {
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .reviews__item {
    height: 340px;
  }

  .certificates__img img {
    width: 180px;
    height: 240px;
  }
}

@media (max-width: 820px) {
  .header__top-items {
    bottom: -160px;
  }

  .header__top-item {
    padding: 10px;
    height: 150px;
    width: 200px;
  }

  .header__top-box {
    width: 190px;
  }

  .header__top-item img {
    width: 45px;
    height: 45px;
  }

  .header__box-title {
    font-size: 18px;
  }

  .header__box-text {
    font-size: 14px;
  }

  .header__top-text {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .header__top-subtext {
    margin-bottom: 40px;
  }

  .consulta__title {
    padding-top: 94px;
  }

  .consulta__items {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .consulta__item {
    max-width: 290px;
  }

  .consulta__item img {
    height: 160px;
  }

  .technology__items {
    padding: 60px 20px 20px;
  }
  .assistant__title {
    font-size: 30px;
  }
}

@media (max-width: 720px) {
  .reviews__item {
    height: 520px;
  }

  .contact__inner {
    width: 295px;
    height: 438px;
    padding: 30px 30px 34px 30px;
  }

  .contact__title {
    font-size: 30px;
    margin-bottom: 6px;
  }

  .contact__text {
    font-size: 18px;
    line-height: 24px;
  }

  .contact__tel a {
    font-size: 20px;
  }

  .contact::before {
    display: none;
  }
}

@media (max-width: 660px) {
  .header__address {
    position: absolute;
    transform: translateY(-550%);
    transition: all 0.5s;
    right: 10px;
    text-align: center;
    background: #fff;
    width: 250px;
    padding: 10px 0;
    z-index: 4;
  }

  .header__address--active {
    transform: translateY(137%);
    right: 0px;
    text-align: center;
  }

  .header__hour--active {
    transform: translateY(230%);
    right: 0px;
    text-align: center;
  }

  .header__phone--active {
    transform: translateY(270%);
    right: 0px;
    text-align: center;
  }

  .header__top-title {
    font-size: 42px;
    line-height: 110%;
    padding-top: 25px;
  }

  .header__top-items {
    display: block;
    width: 100%;
    bottom: -380px;
  }

  .header__top-item {
    width: 100%;
  }

  .header__top-item img {
    width: 40px;
    height: 40px;
  }

  .header__top-box {
    width: 100%;
  }

  .header__top-item {
    height: 115px;
    margin-bottom: 7px;
  }

  .services__title {
    padding-top: 25px;
  }

  .services__list li {
    font-size: 20px;
  }

  .services__list {
    margin-top: 10px;
  }

  .services__social {
    margin-bottom: 11px;
  }

  .services__btn {
    margin-bottom: 10px;
  }

  .services__button {
    display: flex;
    flex-direction: column;
  }

  .services__btn:last-child {
    margin-left: 0;
  }

  .services__item {
    min-height: 544px;
  }

  .technology__video {
    width: 420px;
  }

  .technology__video::before {
    width: 85px;
    height: 85px;
    top: 38%;
  }

  .technology__list span {
    font-size: 38px;
    margin-right: 12px;
    max-width: 60px;
    height: 60px;
  }

  .technology__list {
    padding: 10px;
  }

  .doctors__name-img {
    width: 140px;
    height: 98px;
  }

  .doctors__name-box {
    padding: 23px 14px 10px 150px;
  }

  .doctors__name-title {
    font-size: 18px;
  }

  .doctors__name-text {
    font-size: 14px;
  }

  .doctors__name-item {
    /* margin-bottom: 33px; */
    margin-bottom: 5px;
    padding-top: 18px;
  }

  .doctors__name .slick-list.draggable {
    height: 665px !important;
  }

  .content-box,
  .content-item {
    height: 560px;
  }

  .content-box img {
    width: 364px;
    height: 465px;
  }

  .content__name-title {
    font-size: 22px;
  }

  .content__name-text,
  .content__title {
    font-size: 18px;
  }

  .content__name-text span,
  .doctors__name-text span,
  .content__text {
    font-size: 14px;
  }

  .content__name-box {
    width: 250px;
    height: 275px;
  }

  .assistant__title {
    font-family: "Gilroy-Bold";
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #099dba;
    margin-bottom: 45px;
  }

  .clinic__img img {
    width: 245px;
    height: 195px;
  }
}

@media (max-width: 550px) {
  .recording__form {
    width: 290px;
    padding: 18px 14px 25px;
  }

  .recording__title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .recording__text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
  }

  .recording__input {
    width: 225px;
    gap: 10px;
  }
}

@media (max-width: 500px) {
  .doctors__name {
    display: none;
  }

  .content-box,
  .content-item {
    height: 380px;
  }
  .content,
  .content-element.slick-slide {
    width: 295px !important;
  }

  .content-box img {
    width: 250px;
    height: 330px;
  }

  .content-item {
    padding-top: 15px;
  }

  .content__name-title {
    font-size: 20px;
    line-height: 22px;
  }

  .content__name-text,
  .content__title {
    font-size: 14px;
  }

  .content__name-text span,
  .doctors__name-text span,
  .content__text {
    font-size: 12px;
  }

  .content__name-box {
    width: 210px;
    height: 224px;
    margin-bottom: 2px;
  }

  .assistant {
    padding: 0;
  }

  .assistant__title {
    font-size: 24px;
    line-height: 32px;
  }

  .assistant__item-title {
    font-size: 18px;
  }

  .assistant__item-box {
    width: 90px;
    height: 90px;
  }
  .assistant__item-box img {
    width: 45px;
    height: 85px;
  }

  .assistant__item {
    max-width: 150px;
    min-height: 135px;
    margin: 10px;
  }

  .reviews__item {
    height: 360px;
    text-align: center;
  }

  .reviews__item img {
    margin: 0 auto;
  }

  .reviews .rev-soc a {
    margin-top: 20px;
  }
}

@media (max-width: 484px) {
  .consulta__title {
    padding-top: 195px;
  }

  .technology__video {
    width: 255px;
  }

  .technology__video::before {
    width: 55px;
    height: 55px;
    top: 50%;
  }

  .technology__video {
    height: 140px;
  }
}

@media (max-width: 467px) {
  .header__logo img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }

  .header__logo p {
    font-size: 16px;
    width: 170px;
  }

  .header__social {
    display: block;
    display: flex;
    position: absolute;
    right: 0;
    transition: all 0.5s;
    transform: translateY(-370%);
    text-align: center;
    background: #fff;
    width: 250px;
    padding: 10px 0;
    z-index: 4;
    margin-right: 0;
    justify-content: center;
  }

  .header__social--active {
    transform: translateY(615%);
  }

  .header__social a + a {
    margin-left: 10px;
  }

  .header__phone {
    font-size: 19px;
  }

  .header__top-title {
    font-size: 28px;
    line-height: 98%;
    padding-top: 20px;
  }

  .header__top-text {
    font-size: 20px;
    line-height: 120%;
    margin-top: 26px;
    margin-bottom: 38px;
  }

  .header__top-subtext {
    font-size: 16px;
    line-height: 134%;
    margin-bottom: 46px;
  }

  .header__top-btn {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 24px;
  }

  .consulta__title {
    padding-top: 30px;
    font-size: 30px;
  }

  .consulta__text {
    font-size: 20px;
  }

  .consulta__btn {
    font-size: 20px;
    padding: 10px 45px;
  }

  .services__item {
    min-height: 512px;
  }

  .services__img {
    display: none;
  }

  .services__title {
    padding-top: 15px;
  }

  .services__text {
    width: 100%;
    line-height: 120%;
  }

  .services__list li {
    font-size: 18px;
    line-height: 120%;
  }

  .services__list li::before {
    top: 6px;
  }

  .services__btn {
    font-size: 18px;
    line-height: 22px;
    padding: 5px 30px;
  }
}

@media (max-width: 456px) {
  .action-item {
    width: 270px !important;
    height: 270px;
    background-size: contain;
    margin-left: 10px;
    margin-right: 10px;
  }

  .slick-dots button {
    width: 10px;
    height: 10px;
  }

  .slick-dots li {
    margin: 0 3px;
  }

  .slick-dots .slick-active button {
    width: 16px;
    height: 16px;
  }

  .technology__list {
    font-size: 18px;
    line-height: 120%;
    display: block;
  }

  .technology__list span {
    font-size: 24px;
    max-width: 35px;
    height: 35px;
    display: block;
  }

  .assistant__title {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 390px) {
  .services__item {
    min-height: 580px;
  }

  .certificates__img img {
    width: 150px;
    height: 200px;
  }
  .contact__inner {
    width: 270px;
    padding: 30px 15px 34px 15px;
  }

  .footer__inner {
    flex-direction: column;
  }

  .footer__menu {
    margin-top: 20px;
  }
}
