@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
html body {
  background: #F8F6F2;
  margin: 0 !important;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  color: #3F403F; }
  html body #wow-modal-window-1 {
    width: 480px !important; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html body #wow-modal-window-1 {
        width: 90% !important; } }
html .layout-width {
  width: 1110px;
  margin: auto; }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html .layout-width {
      width: 100%;
      padding: 0 40px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .layout-width {
      width: 100%;
      padding: 0 20px; } }
html .entry-title {
  display: none; }
html .btnContentTop {
  position: fixed !important;
  right: 0;
  bottom: 0;
  z-index: 10;
  transform: translate3d(0, 0, 0);
  font-size: 0;
  line-height: 0;
  display: none; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .btnContentTop {
      display: none !important; } }
  html .btnContentTop button {
    height: 90px;
    width: 90px;
    background: transparent;
    border: none;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    padding: 0; }
html header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 35px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html header {
      position: relative; } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html header {
      position: relative; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html header #site-navigation.toggled > div {
      position: absolute;
      top: 45px;
      transition: left .3s ease-in-out;
      background-color: #F8F6F2;
      z-index: 9;
      height: auto;
      width: 100%;
      border-top: 1px solid #E7EBE5;
      left: 0;
      animation: fadeIn 0.5s;
      padding-top: 20px; } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html header #site-navigation.toggled > div {
      position: absolute;
      top: 45px;
      transition: left .3s ease-in-out;
      background-color: #F8F6F2;
      z-index: 9;
      height: auto;
      width: 100%;
      border-top: 1px solid #E7EBE5;
      left: 0;
      animation: fadeIn 0.5s;
      padding-top: 20px; } }
  html header #site-navigation.toggled > div .menu {
    animation: fadeIn 0.5s; }
  html header .main-navigation {
    width: auto;
    margin-left: -40px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html header .main-navigation {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: auto;
        flex-basis: auto;
        order: 2;
        margin-left: 0; } }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html header .main-navigation {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: auto;
        flex-basis: auto;
        order: 2;
        margin-left: 0; } }
    html header .main-navigation button.menu-toggle {
      border: none;
      background: transparent;
      position: relative;
      padding: 0;
      outline: none;
      color: transparent; }
      html header .main-navigation button.menu-toggle:before {
        content: url(/wp-content/themes/tooth/images/menu.svg);
        position: absolute;
        right: 0;
        top: -15px; }
    html header .main-navigation li {
      margin-right: 35px;
      border-bottom: 1px solid transparent;
      padding-bottom: 8px;
      transition: 0.5s; }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html header .main-navigation li {
          margin-right: 10px; } }
      html header .main-navigation li a {
        color: #3F403F;
        font-size: 14px;
        line-height: 17px; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html header .main-navigation li a {
            font-size: 16px;
            line-height: 21px;
            text-align: center;
            margin-bottom: 15px; } }
        @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
          html header .main-navigation li a {
            font-size: 16px;
            line-height: 21px;
            text-align: center;
            margin-bottom: 15px; } }
      html header .main-navigation li:hover {
        border-bottom: 1px solid #F77D7C; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html header .main-navigation li:hover {
            border-bottom: none; } }
        @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
          html header .main-navigation li:hover {
            border-bottom: none; } }
  html header #site-navigation.toggled button.menu-toggle:before {
    content: url(/wp-content/themes/tooth/images/menu-close.svg); }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html header .contacts-head {
      position: absolute;
      left: 44%;
      top: -5px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html header .contacts-head {
      position: absolute;
      left: 44%;
      top: 5px; } }
  html header .contacts-head > div {
    display: flex;
    align-items: baseline; }
    html header .contacts-head > div .adress {
      font-size: 14px;
      position: relative;
      margin-right: 45px; }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html header .contacts-head > div .adress {
          font-size: 12px; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html header .contacts-head > div .adress {
          display: none; } }
      html header .contacts-head > div .adress:before {
        content: '';
        background: url(/wp-content/themes/tooth/images/location.svg);
        width: 14px;
        height: 20px;
        position: absolute;
        left: -25px; }
    html header .contacts-head > div .telefon {
      font-size: 14px;
      text-decoration: none;
      position: relative;
      color: #3F403F; }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html header .contacts-head > div .telefon {
          font-size: 12px; } }
      html header .contacts-head > div .telefon:before {
        content: '';
        background: url(/wp-content/themes/tooth/images/tel.svg);
        width: 9px;
        height: 20px;
        position: absolute;
        left: -20px; }
  html header .logo {
    position: relative;
    width: 107px;
    height: 22px; }
    html header .logo img {
      position: absolute;
      bottom: -2px; }
html .main-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -40px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .main-block {
      flex-direction: column;
      margin-top: 0; } }
  html .main-block .info {
    width: 40%; }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html .main-block .info {
        width: 50%; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .main-block .info {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center; } }
    html .main-block .info .title {
      font-size: 64px;
      font-weight: 500;
      margin: 0;
      line-height: 70px; }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html .main-block .info .title {
          font-size: 38px;
          line-height: 40px; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .main-block .info .title {
          font-size: 36px;
          line-height: 120%;
          text-align: center; } }
      html .main-block .info .title span {
        font-family: 'Pacifico', cursive;
        color: #26D9C3; }
    html .main-block .info .txt {
      font-size: 18px;
      color: #6B6C6B;
      margin-bottom: 50px; }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html .main-block .info .txt {
          font-size: 14px;
          margin-bottom: 30px; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .main-block .info .txt {
          display: none; } }
    html .main-block .info .appointment-btn {
      background: #F77D7C;
      border-radius: 10px;
      display: flex;
      justify-content: center;
      width: 220px;
      line-height: 50px;
      text-align: center;
      text-decoration: none;
      color: #F8F6F2;
      position: relative; }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html .main-block .info .appointment-btn {
          width: 200px; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .main-block .info .appointment-btn {
          margin-top: 350px; } }
      html .main-block .info .appointment-btn:after {
        content: '';
        background: url(/wp-content/themes/tooth/images/shadow.svg);
        width: 229px;
        height: 80px;
        position: absolute;
        z-index: -1; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .main-block .info .appointment-btn:before {
          content: '';
          background: url(/wp-content/uploads/2023/06/girl.png.webp);
          width: 285px;
          height: 300px;
          position: absolute;
          background-size: contain;
          bottom: 60px; } }
    html .main-block .info .social {
      display: flex;
      align-items: center;
      margin-top: 50px; }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html .main-block .info .social {
          margin-top: 120px;
          margin-left: 30px; } }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html .main-block .info .social {
          margin-top: 30px;
          padding-bottom: 75px; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .main-block .info .social {
          margin-bottom: 50px; } }
      html .main-block .info .social .insta {
        position: relative;
        width: 21px;
        height: 21px;
        display: block;
        margin-right: 35px;
        margin-left: 25px; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html .main-block .info .social .insta {
            margin-left: 0; } }
        html .main-block .info .social .insta:before {
          content: '';
          background: url(/wp-content/themes/tooth/images/insta.svg);
          position: absolute;
          width: 21px;
          height: 21px; }
      html .main-block .info .social .fb {
        position: relative;
        width: 21px;
        height: 21px;
        display: block;
        margin-right: 35px; }
        html .main-block .info .social .fb:before {
          content: '';
          background: url(/wp-content/themes/tooth/images/fb.svg);
          position: absolute;
          width: 21px;
          height: 21px; }
      html .main-block .info .social .viber {
        position: relative;
        width: 24px;
        height: 24px;
        display: block; }
        html .main-block .info .social .viber:before {
          content: '';
          background: url(/wp-content/themes/tooth/images/WhatsApp.svg);
          position: absolute;
          width: 24px;
          height: 24px; }
  html .main-block img {
    width: 55%; }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html .main-block img {
        width: 45%; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .main-block img {
        display: none; } }
html #about-us {
  background: #F77D7C;
  width: 99vw;
  margin-left: calc(-50vw + 50.8%);
  padding: 100px 0;
  margin-top: -65px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html #about-us {
      margin-top: 0;
      padding: 50px 0; } }
  html #about-us .layout-width {
    display: flex;
    justify-content: space-between; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html #about-us .layout-width {
        flex-direction: column; } }
    html #about-us .layout-width .info {
      width: 41%; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html #about-us .layout-width .info {
          width: 100%; } }
      html #about-us .layout-width .info .title {
        font-weight: 500;
        font-size: 48px;
        margin: 0;
        margin-bottom: 30px;
        line-height: 45px; }
        @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
          html #about-us .layout-width .info .title {
            font-size: 36px;
            line-height: 40px;
            margin-bottom: 20px; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html #about-us .layout-width .info .title {
            line-height: 100%;
            font-size: 36px;
            text-align: center; } }
        html #about-us .layout-width .info .title span {
          font-family: 'Pacifico', cursive;
          color: #F8F6F2; }
      html #about-us .layout-width .info .txt {
        font-size: 18px;
        color: #F8F6F2; }
        @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
          html #about-us .layout-width .info .txt {
            font-size: 14px; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html #about-us .layout-width .info .txt {
            font-size: 14px;
            padding: 0 40px; } }
    html #about-us .layout-width .advantages {
      display: flex;
      flex-wrap: wrap;
      width: 49%;
      justify-content: space-between; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html #about-us .layout-width .advantages {
          width: 100%;
          padding: 0 50px; } }
      html #about-us .layout-width .advantages p {
        background: #F8F6F2;
        box-shadow: 0px 4px 20px rgba(230, 61, 59, 0.6);
        border-radius: 30px;
        font-size: 18px;
        text-align: center;
        padding: 30px 0;
        margin: 0;
        margin-bottom: 30px;
        width: 255px;
        display: flex;
        flex-direction: column;
        height: 150px; }
        @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
          html #about-us .layout-width .advantages p {
            font-size: 16px;
            margin-bottom: 20px;
            width: 48%;
            height: 135px;
            padding: 20px 10px; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html #about-us .layout-width .advantages p {
            width: 100%;
            font-size: 16px; } }
        html #about-us .layout-width .advantages p:nth-child(3) {
          margin-bottom: 0; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
            html #about-us .layout-width .advantages p:nth-child(3) {
              margin-bottom: 30px; } }
        html #about-us .layout-width .advantages p:nth-child(4) {
          margin-bottom: 0; }
        html #about-us .layout-width .advantages p span {
          font-weight: 700;
          font-size: 36px;
          color: #F77D7C;
          display: block; }
          @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
            html #about-us .layout-width .advantages p span {
              font-size: 24px; } }
html .wrapperForm {
  padding: 60px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .wrapperForm {
      padding: 30px; } }
  html .wrapperForm .title {
    font-size: 24px;
    font-weight: 500;
    color: #F77D7C;
    text-align: center;
    margin-top: 0; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .wrapperForm .title {
        font-size: 20px; } }
  html .wrapperForm .wrapper-btn {
    text-align: center; }
    html .wrapperForm .wrapper-btn input[type="text"] {
      border: 1px solid #F77D7C;
      box-shadow: 0px 8px 15px #F8F6F2;
      border-radius: 10px;
      height: 50px;
      padding-left: 30px;
      color: #C4C4C4;
      font-size: 14px;
      font-style: italic;
      width: 100%;
      outline: none; }
    html .wrapperForm .wrapper-btn input[type="tel"] {
      border: 1px solid #F77D7C;
      box-shadow: 0px 8px 15px #F8F6F2;
      border-radius: 10px;
      height: 50px;
      padding-left: 30px;
      color: #C4C4C4;
      font-size: 14px;
      font-style: italic;
      width: 100%;
      outline: none; }
    html .wrapperForm .wrapper-btn .date-time > p {
      display: flex;
      justify-content: space-between; }
      html .wrapperForm .wrapper-btn .date-time > p input[type="date"] {
        border: 1px solid #F77D7C;
        box-shadow: 0px 8px 15px #F8F6F2;
        border-radius: 10px;
        height: 50px;
        padding-left: 30px;
        color: #C4C4C4;
        font-size: 14px;
        font-style: italic;
        width: 170px;
        outline: none;
        cursor: pointer; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html .wrapperForm .wrapper-btn .date-time > p input[type="date"] {
            width: 95%; } }
      html .wrapperForm .wrapper-btn .date-time > p input[type="number"] {
        border: 1px solid #F77D7C;
        box-shadow: 0px 8px 15px #F8F6F2;
        border-radius: 10px;
        height: 50px;
        padding-left: 30px;
        color: #C4C4C4;
        font-size: 14px;
        font-style: italic;
        width: 170px;
        outline: none; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html .wrapperForm .wrapper-btn .date-time > p input[type="number"] {
            width: 95%; } }
    html .wrapperForm .wrapper-btn .sub-btn p {
      position: relative;
      margin-top: 50px; }
      html .wrapperForm .wrapper-btn .sub-btn p:after {
        content: '';
        background: url(/wp-content/themes/tooth/images/shadow2.svg);
        width: 166px;
        height: 46px;
        position: absolute;
        z-index: -1;
        left: 50%;
        transform: translateX(-50%);
        bottom: -20px; }
      html .wrapperForm .wrapper-btn .sub-btn p input[type="submit"] {
        background: #F77D7C;
        border-radius: 10px;
        justify-content: flex-end;
        width: 175px;
        height: 50px;
        text-align: center;
        text-decoration: none;
        color: #F8F6F2;
        position: relative;
        border: none;
        outline: none;
        cursor: pointer; }
    html .wrapperForm .wrapper-btn .wpcf7-spinner {
      display: none; }
html .wpcf7-not-valid-tip {
  font-size: 12px; }
html .wpcf7 form.invalid .wpcf7-response-output {
  display: none; }
html .wpcf7 form.sent .wpcf7-response-output {
  display: none; }
html #wow-modal-close-1.mw-close-btn.text:before {
  color: #C4C4C4;
  padding: 0;
  background: none; }
html .pum-theme-lightbox .pum-container {
  padding: 40px;
  border-radius: 20px;
  border: none; }
  html .pum-theme-lightbox .pum-container .popmake-close {
    display: none !important; }
  html .pum-theme-lightbox .pum-container .wrapperClose {
    text-align: center; }
    html .pum-theme-lightbox .pum-container .wrapperClose .titleClose {
      color: #F77D7C;
      font-size: 24px;
      text-align: center;
      margin-bottom: 10px; }
    html .pum-theme-lightbox .pum-container .wrapperClose p {
      text-align: center;
      font-size: 18px; }
    html .pum-theme-lightbox .pum-container .wrapperClose .btnClose {
      background: #F77D7C;
      border-radius: 10px;
      width: 200px;
      height: 50px;
      text-align: center;
      text-decoration: none;
      color: #F8F6F2;
      position: relative;
      border: none;
      outline: none;
      cursor: pointer;
      display: block !important;
      margin: auto; }
html .promotion {
  background: #26D9C3;
  width: 99vw;
  margin-left: calc(-50vw + 50.8%);
  padding-top: 90px;
  padding-bottom: 70px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .promotion {
      padding-top: 35px;
      padding-bottom: 60px; } }
  html .promotion .layout-width {
    position: relative; }
    html .promotion .layout-width img {
      position: absolute;
      top: -165px;
      right: -150px; }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html .promotion .layout-width img {
          width: 40%;
          top: -50px;
          right: 10px; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .promotion .layout-width img {
          top: 120px;
          right: 60px;
          width: 50%;
          display: none; } }
  html .promotion .title {
    font-weight: 500;
    font-size: 48px;
    color: #fff;
    margin-top: 0;
    line-height: 60px;
    margin-bottom: 30px; }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html .promotion .title {
        font-size: 38px;
        line-height: 50px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .promotion .title {
        font-size: 34px;
        margin-top: 0;
        line-height: 130%;
        margin-bottom: 0;
        text-align: center;
        position: relative; }
        html .promotion .title:after {
          content: '';
          background: url(/wp-content/uploads/2023/06/akcia.png.webp);
          width: 220px;
          height: 230px;
          position: absolute;
          background-size: contain;
          top: 90px;
          right: 50px; } }
  html .promotion .txt {
    font-size: 18px;
    color: #fff;
    position: relative; }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html .promotion .txt {
        font-size: 14px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .promotion .txt {
        color: transparent; } }
    html .promotion .txt span {
      font-weight: 700;
      font-size: 120px;
      position: absolute;
      top: -80px;
      right: 230px;
      z-index: 1; }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html .promotion .txt span {
          font-size: 60px;
          top: -100px;
          right: 200px; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .promotion .txt span {
          color: #fff;
          font-size: 64px;
          top: 65px;
          right: 0;
          left: 0; } }
  html .promotion .appointment-btn {
    background: #F77D7C;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    width: 220px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    color: #F8F6F2;
    position: relative;
    margin-top: 50px; }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html .promotion .appointment-btn {
        width: 200px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .promotion .appointment-btn {
        margin: auto;
        margin-top: 170px; } }
    html .promotion .appointment-btn:after {
      content: '';
      background: url(/wp-content/themes/tooth/images/shadow2.png);
      width: 229px;
      height: 38px;
      position: absolute;
      bottom: -37px; }
html .site-footer {
  width: 99vw;
  margin-left: calc(-50vw + 50.8%);
  background: #F77D7C;
  padding: 70px 0;
  color: #fff;
  margin-top: -25px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .site-footer {
      padding: 35px 0;
      margin-top: -30px; } }
  html .site-footer .site-info {
    display: flex;
    justify-content: space-between; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .site-footer .site-info {
        flex-direction: column;
        align-items: center; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .site-footer .site-info .logo-section img {
        display: inline-block;
        margin-right: 30px; } }
    html .site-footer .site-info .logo-section .title {
      font-size: 18px;
      margin: 40px 0 20px; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .site-footer .site-info .logo-section .title {
          margin: 0;
          display: inline-block;
          vertical-align: middle;
          font-size: 14px; } }
    html .site-footer .site-info .logo-section .txt {
      font-size: 14px;
      margin: 0; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .site-footer .site-info .logo-section .txt {
          display: none; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .site-footer .site-info .menu-footer {
        display: none; } }
    html .site-footer .site-info .menu-footer .menu {
      margin: 0;
      list-style: none;
      padding: 0; }
      html .site-footer .site-info .menu-footer .menu li {
        margin-bottom: 17px; }
        html .site-footer .site-info .menu-footer .menu li a {
          font-size: 14px;
          color: #fff;
          text-decoration: none; }
    html .site-footer .site-info .contacts-f > div {
      display: flex;
      align-items: stretch; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .site-footer .site-info .contacts-f > div {
          align-items: center;
          flex-direction: column;
          margin-top: 30px; } }
      html .site-footer .site-info .contacts-f > div .contacts {
        font-size: 14px;
        display: flex;
        flex-direction: column; }
        html .site-footer .site-info .contacts-f > div .contacts .adress {
          margin: 0;
          margin-bottom: 20px; }
        html .site-footer .site-info .contacts-f > div .contacts a {
          text-decoration: none;
          color: #fff;
          margin-bottom: 20px; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
            html .site-footer .site-info .contacts-f > div .contacts a {
              text-align: center; } }
      html .site-footer .site-info .contacts-f > div .social {
        margin-top: 125px;
        margin-left: 120px; }
        @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
          html .site-footer .site-info .contacts-f > div .social {
            margin-left: 20px; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html .site-footer .site-info .contacts-f > div .social {
            margin-top: 15px;
            margin-left: 0;
            display: flex;
            flex-direction: column;
            align-items: center; } }
        html .site-footer .site-info .contacts-f > div .social .icons {
          display: flex;
          margin-bottom: 30px; }
          html .site-footer .site-info .contacts-f > div .social .icons .insta {
            position: relative;
            width: 21px;
            height: 22px;
            display: block;
            margin-right: 35px; }
            html .site-footer .site-info .contacts-f > div .social .icons .insta:before {
              content: '';
              background: url(/wp-content/themes/tooth/images/insta-f.svg);
              position: absolute;
              width: 21px;
              height: 22px; }
          html .site-footer .site-info .contacts-f > div .social .icons .fb {
            position: relative;
            width: 21px;
            height: 22px;
            display: block;
            margin-right: 35px; }
            html .site-footer .site-info .contacts-f > div .social .icons .fb:before {
              content: '';
              background: url(/wp-content/themes/tooth/images/fb-f.svg);
              position: absolute;
              width: 21px;
              height: 22px; }
          html .site-footer .site-info .contacts-f > div .social .icons .viber {
            position: relative;
            width: 24px;
            height: 25px;
            display: block; }
            html .site-footer .site-info .contacts-f > div .social .icons .viber:before {
              content: '';
              background: url(/wp-content/themes/tooth/images/WhatsApp-f.svg);
              position: absolute;
              width: 24px;
              height: 25px; }
        html .site-footer .site-info .contacts-f > div .social .copyright {
          font-size: 14px;
          margin: 0;
          position: relative;
          padding-left: 30px; }
          @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
            html .site-footer .site-info .contacts-f > div .social .copyright {
              font-size: 12px; } }
          html .site-footer .site-info .contacts-f > div .social .copyright:before {
            content: '';
            background: url(/wp-content/themes/tooth/images/copyright.svg);
            position: absolute;
            width: 18px;
            height: 19px;
            left: 0; }
html .main-contacts {
  background: #fff;
  width: 99vw;
  margin-left: calc(-50vw + 50.8%);
  padding: 100px 0; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .main-contacts {
      padding: 0;
      padding-top: 20px; } }
  html .main-contacts .layout-width {
    display: flex;
    justify-content: space-between; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .main-contacts .layout-width {
        flex-direction: column; } }
    html .main-contacts .layout-width .map {
      width: 49vw;
      margin-right: calc(-50vw + 50.8%); }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html .main-contacts .layout-width .map {
          width: 45vw; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .main-contacts .layout-width .map {
          width: 99vw;
          margin-left: calc(-50vw + 50.8%); } }
      html .main-contacts .layout-width .map iframe {
        height: 640px; }
        @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
          html .main-contacts .layout-width .map iframe {
            height: 530px; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html .main-contacts .layout-width .map iframe {
            height: 375px; } }
    html .main-contacts .layout-width form {
      position: relative; }
      html .main-contacts .layout-width form:before {
        content: '';
        background: url(/wp-content/themes/tooth/images/wrraper.svg);
        width: 579px;
        height: 578px;
        position: absolute;
        left: -70px;
        top: -50px; }
        @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
          html .main-contacts .layout-width form:before {
            width: 430px;
            height: 400px;
            left: -35px;
            background-size: contain;
            background-repeat: no-repeat; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html .main-contacts .layout-width form:before {
            width: 110%;
            height: 300px;
            position: absolute;
            left: -20px;
            top: -66px;
            background-size: cover; } }
      html .main-contacts .layout-width form .wrapperFormOpen {
        border: 1px solid #F77D7C;
        border-radius: 30px;
        padding: 60px;
        position: absolute;
        text-align: center;
        width: 445px;
        background: #fff;
        z-index: 1; }
        @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
          html .main-contacts .layout-width form .wrapperFormOpen {
            width: 340px;
            padding: 30px;
            position: relative; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html .main-contacts .layout-width form .wrapperFormOpen {
            padding: 30px;
            width: 100%;
            position: inherit;
            margin-bottom: 50px; } }
        html .main-contacts .layout-width form .wrapperFormOpen .title {
          font-size: 30px;
          font-weight: 500;
          color: #F77D7C;
          margin: 0;
          margin-bottom: 45px; }
          @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
            html .main-contacts .layout-width form .wrapperFormOpen .title {
              font-size: 28px;
              margin-bottom: 30px; } }
          @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
            html .main-contacts .layout-width form .wrapperFormOpen .title {
              font-size: 24px;
              margin-bottom: 30px; } }
        html .main-contacts .layout-width form .wrapperFormOpen .wrapper-btn input[type="text"] {
          border: 1px solid #F77D7C;
          box-shadow: 0px 8px 15px #F8F6F2;
          border-radius: 10px;
          height: 50px;
          font-size: 14px;
          font-style: italic;
          padding-left: 30px;
          width: 100%;
          outline: none; }
        html .main-contacts .layout-width form .wrapperFormOpen .wrapper-btn input[type="tel"] {
          border: 1px solid #F77D7C;
          box-shadow: 0px 8px 15px #F8F6F2;
          border-radius: 10px;
          height: 50px;
          font-size: 14px;
          font-style: italic;
          padding-left: 30px;
          width: 100%;
          outline: none; }
        html .main-contacts .layout-width form .wrapperFormOpen .wrapper-btn textarea {
          border: 1px solid #F77D7C;
          box-shadow: 0px 8px 15px #F8F6F2;
          border-radius: 10px;
          font-size: 14px;
          font-style: italic;
          padding-left: 30px;
          width: 100%;
          height: 180px;
          padding-top: 20px;
          outline: none; }
          @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
            html .main-contacts .layout-width form .wrapperFormOpen .wrapper-btn textarea {
              height: 150px; } }
          @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
            html .main-contacts .layout-width form .wrapperFormOpen .wrapper-btn textarea {
              height: 90px; } }
        html .main-contacts .layout-width form .wrapperFormOpen .wrapper-btn .sub-btn p {
          position: relative;
          margin-top: 40px;
          margin-bottom: 0; }
          html .main-contacts .layout-width form .wrapperFormOpen .wrapper-btn .sub-btn p:after {
            content: '';
            background: url(/wp-content/themes/tooth/images/shadow2.svg);
            width: 166px;
            height: 46px;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: -20px; }
          html .main-contacts .layout-width form .wrapperFormOpen .wrapper-btn .sub-btn p .wpcf7-spinner {
            display: none; }
        html .main-contacts .layout-width form .wrapperFormOpen .wrapper-btn .sub-btn input[type="submit"] {
          background: #F77D7C;
          border-radius: 10px;
          justify-content: flex-end;
          width: 175px;
          height: 50px;
          text-align: center;
          text-decoration: none;
          color: #F8F6F2;
          position: relative;
          border: none;
          outline: none;
          cursor: pointer;
          z-index: 1; }
html #services {
  background: #fff;
  width: 99vw;
  margin-left: calc(-50vw + 50.8%);
  padding-top: 100px; }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html #services {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html #services {
      padding-top: 0; } }
  html #services .layout-width {
    position: relative;
    height: 550px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html #services .layout-width {
        height: auto;
        padding-bottom: 120px; } }
    html #services .layout-width > .title {
      font-weight: 500;
      font-size: 48px;
      margin: 0;
      margin-bottom: 30px;
      line-height: 45px;
      position: absolute;
      top: 20%; }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html #services .layout-width > .title {
          position: initial;
          font-size: 36px;
          text-align: center; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html #services .layout-width > .title {
          position: inherit;
          top: 30px;
          text-align: center;
          margin-bottom: 60px;
          font-size: 36px; } }
      html #services .layout-width > .title span {
        font-family: 'Pacifico', cursive;
        color: #26D9C3;
        display: block; }
        @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
          html #services .layout-width > .title span {
            display: contents; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html #services .layout-width > .title span {
            display: contents; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html #services .wrapper-slider {
      padding: 0 30px; } }
  html #services .wrapper-slider .slick-slider {
    margin-right: calc(-50vw + 50.8%);
    padding-left: 390px;
    position: absolute;
    height: 500px;
    display: flex;
    align-items: flex-end; }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html #services .wrapper-slider .slick-slider {
        margin-right: 0;
        padding-left: 0;
        height: auto;
        position: inherit; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html #services .wrapper-slider .slick-slider {
        margin-right: 0;
        padding-left: 0;
        position: inherit;
        height: auto; } }
    html #services .wrapper-slider .slick-slider .slick-list {
      height: 500px;
      display: flex;
      align-items: flex-end; }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html #services .wrapper-slider .slick-slider .slick-list {
          height: auto;
          display: block; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html #services .wrapper-slider .slick-slider .slick-list {
          height: auto;
          display: block; } }
      html #services .wrapper-slider .slick-slider .slick-list .slick-track {
        height: 500px;
        top: 18%; }
        @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
          html #services .wrapper-slider .slick-slider .slick-list .slick-track {
            height: auto;
            top: inherit; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html #services .wrapper-slider .slick-slider .slick-list .slick-track {
            height: auto;
            top: inherit; } }
  html #services .wrapper-slider .slick-nav__wrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    bottom: 90px; }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html #services .wrapper-slider .slick-nav__wrap {
        right: 50px;
        bottom: 10px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html #services .wrapper-slider .slick-nav__wrap {
        right: inherit;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%); } }
    html #services .wrapper-slider .slick-nav__wrap .wrraper-num {
      display: flex;
      font-size: 18px;
      padding: 0 20px; }
    html #services .wrapper-slider .slick-nav__wrap .slick-arrow {
      cursor: pointer; }
  html #services .service-item {
    border: 1px solid #F77D7C;
    box-shadow: 0px 6px 23px #F8F6F2;
    border-radius: 30px;
    width: 255px !important;
    padding: 30px;
    position: relative;
    cursor: pointer;
    margin-right: 30px;
    height: 230px;
    animation: fadeIn 1s; }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html #services .service-item {
        height: 400px;
        width: auto !important;
        margin-right: 20px;
        display: flex !important;
        flex-direction: column;
        justify-content: space-between; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html #services .service-item {
        height: auto;
        width: auto !important;
        margin-right: 1px; } }
    html #services .service-item:hover {
      height: auto;
      transform: translate(0, -20%); }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html #services .service-item:hover {
          height: 400px;
          transform: none; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html #services .service-item:hover {
          transform: none; } }
    html #services .service-item img {
      width: fit-content;
      position: absolute;
      top: 30px;
      right: 30px; }
    html #services .service-item .title {
      font-weight: 400;
      font-size: 18px;
      margin-bottom: 0;
      line-height: normal;
      margin-top: 100px;
      margin-bottom: 20px;
      transition: font-size 0.2s ease; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html #services .service-item .title {
          font-weight: 500;
          font-size: 20px;
          transition: none; } }
      html #services .service-item .title span {
        font-family: 'Rubik', sans-serif;
        color: #3F403F;
        font-weight: 400;
        display: block; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html #services .service-item .title span {
            display: contents; } }
    html #services .service-item .info {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s ease-in-out;
      height: 0; }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html #services .service-item .info {
          display: block;
          opacity: 1;
          visibility: visible;
          height: auto;
          transition: opacity 0.5s ease-in-out; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html #services .service-item .info {
          display: block;
          opacity: 1;
          visibility: visible;
          height: auto;
          transition: opacity 0.5s ease-in-out; } }
      html #services .service-item .info .price {
        font-size: 14px;
        color: #F77D7C;
        text-align: right;
        margin: 0;
        margin-top: -40px; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html #services .service-item .info .price {
            text-align: left;
            margin-top: 0; } }
      html #services .service-item .info .txt {
        font-size: 14px;
        margin: 15px 0 30px; }
      html #services .service-item .info .appointment-btn {
        background: #F77D7C;
        border-radius: 10px;
        display: flex;
        width: 175px;
        line-height: 50px;
        text-align: center;
        text-decoration: none;
        color: #F8F6F2;
        position: relative;
        margin: auto;
        justify-content: center; }
        @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
          html #services .service-item .info .appointment-btn {
            width: 75%; } }
        html #services .service-item .info .appointment-btn:after {
          content: '';
          background: url(/wp-content/themes/tooth/images/shadow.png.webp);
          width: 166px;
          height: 24px;
          position: absolute;
          bottom: -20px; }
    html #services .service-item:hover .info {
      display: block;
      opacity: 1;
      visibility: visible;
      height: auto;
      transition: opacity 0.5s ease-in-out; }
    html #services .service-item:hover .title {
      font-weight: 500;
      font-size: 24px; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html #services .service-item:hover .title {
          font-weight: normal;
          font-size: 18px;
          transition: none; } }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html #services .service-item:hover .title {
          font-weight: normal;
          font-size: 18px;
          transition: none; } }
      html #services .service-item:hover .title span {
        font-weight: 500; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html #services .service-item:hover .title span {
            font-weight: normal; } }
        @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
          html #services .service-item:hover .title span {
            font-weight: normal; } }
html #specialists {
  width: 99vw;
  margin-left: calc(-50vw + 50.8%);
  padding: 70px 0 100px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html #specialists {
      padding: 40px 0 100px; } }
  html #specialists .title {
    font-weight: 500;
    font-size: 48px;
    text-align: center;
    margin: 0;
    margin-bottom: 70px; }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html #specialists .title {
        font-size: 36px;
        margin-bottom: 50px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html #specialists .title {
        font-size: 36px;
        margin-bottom: 30px; } }
    html #specialists .title span {
      font-family: 'Pacifico', cursive;
      color: #26D9C3; }
  html #specialists .specialists-slider .prev-nav {
    position: absolute;
    top: 200px;
    left: -35px;
    cursor: pointer; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html #specialists .specialists-slider .prev-nav {
        display: none !important; } }
  html #specialists .specialists-slider .next-nav {
    position: absolute;
    top: 200px;
    right: -15px;
    cursor: pointer; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html #specialists .specialists-slider .next-nav {
        display: none !important; } }
  html #specialists .specialists-slider .slick-list {
    height: 500px; }
    html #specialists .specialists-slider .slick-list .slick-slide {
      margin-right: 20px; }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html #specialists .specialists-slider .slick-list .slick-slide {
          margin-right: 0.4%; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html #specialists .specialists-slider .slick-list .slick-slide {
          margin-right: 1px; } }
  html #specialists .specialists-slider .slick-dots {
    left: -10px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html #specialists .specialists-slider .slick-dots {
        bottom: -60px; } }
  html #specialists .specialists-slider .slick-dots li button:before {
    content: '';
    background: url(/wp-content/themes/tooth/images/dot.svg); }
  html #specialists .specialists-slider .slick-dots li.slick-active button:before {
    content: '';
    background: url(/wp-content/themes/tooth/images/dot-active.svg);
    background-size: contain; }
  html #specialists .specialists-slider .item {
    border: 1px solid #F77D7C;
    border-radius: 30px;
    padding: 40px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    animation: fadeIn 1s;
    cursor: pointer; }
    html #specialists .specialists-slider .item:hover .info {
      display: block;
      opacity: 1;
      visibility: visible;
      height: auto;
      transition: opacity 0.5s ease-in-out; }
    html #specialists .specialists-slider .item .foto {
      height: 200px; }
    html #specialists .specialists-slider .item .name {
      font-size: 18px;
      margin-top: 40px;
      margin-bottom: 10px;
      font-weight: 500; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html #specialists .specialists-slider .item .name {
          font-size: 14px; } }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html #specialists .specialists-slider .item .name {
          font-size: 14px; } }
    html #specialists .specialists-slider .item .position {
      font-size: 14px;
      color: #F77D7C;
      margin: 0;
      margin-bottom: 15px; }
    html #specialists .specialists-slider .item .info {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s ease-in-out;
      height: 0; }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html #specialists .specialists-slider .item .info {
          display: block;
          opacity: 1;
          visibility: visible;
          height: auto;
          transition: opacity 0.5s ease-in-out; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html #specialists .specialists-slider .item .info {
          display: block;
          opacity: 1;
          visibility: visible;
          height: auto;
          transition: opacity 0.5s ease-in-out; } }
      html #specialists .specialists-slider .item .info a {
        background: #F77D7C;
        border-radius: 10px;
        display: flex;
        width: 175px;
        line-height: 50px;
        text-align: center;
        text-decoration: none;
        color: #F8F6F2;
        position: relative;
        margin: auto;
        justify-content: center;
        margin-top: 25px; }
        html #specialists .specialists-slider .item .info a:after {
          content: '';
          background: url(/wp-content/themes/tooth/images/shadow.png.webp);
          width: 166px;
          height: 24px;
          position: absolute;
          bottom: -20px; }
html #reviews {
  background: #fff;
  width: 99vw;
  margin-left: calc(-50vw + 50.8%);
  padding-top: 100px;
  padding-bottom: 70px; }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html #reviews {
      padding-top: 50px;
      padding-bottom: 0; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html #reviews {
      padding-top: 50px; } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html #reviews .layout-width {
      padding-right: 0; } }
  html #reviews .title {
    font-weight: 500;
    font-size: 48px;
    text-align: center;
    margin: 0;
    margin-bottom: 60px; }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html #reviews .title {
        margin-bottom: 30px;
        font-size: 36px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html #reviews .title {
        margin-bottom: 0;
        font-size: 36px; } }
    html #reviews .title span {
      font-family: 'Pacifico', cursive;
      color: #26D9C3; }
  html #reviews .slick-nav__wrap {
    display: flex;
    margin-top: 50px;
    align-items: flex-end; }
    html #reviews .slick-nav__wrap .slick-arrow {
      cursor: pointer; }
    html #reviews .slick-nav__wrap .wrraper-num {
      display: flex;
      font-size: 18px;
      padding: 0 20px; }
  html #reviews .reviews-slider .slick-slide {
    height: 350px;
    display: flex;
    align-items: flex-end; }
  html #reviews .reviews-slider .item {
    border: 1px solid #F77D7C;
    box-shadow: 0px 7px 20px #F8F6F2;
    border-radius: 30px;
    width: 350px !important;
    margin-right: 30px;
    position: relative;
    padding: 100px 40px 30px 60px;
    height: 250px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-around; }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html #reviews .reviews-slider .item {
        width: auto !important; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html #reviews .reviews-slider .item {
        width: auto !important;
        margin-right: 1px;
        height: auto; } }
    html #reviews .reviews-slider .item .foto {
      width: 170px;
      height: 170px;
      margin: 0 auto;
      overflow: hidden;
      border-radius: 50%;
      border: 1px solid #F77D7C;
      display: flex;
      padding: 10px;
      position: absolute;
      top: -90px;
      object-fit: cover;
      background: #fff;
      left: 10px; }
    html #reviews .reviews-slider .item .stars {
      position: absolute;
      right: 40px;
      top: 55px; }
    html #reviews .reviews-slider .item .txt {
      font-size: 18px;
      margin: 0; }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html #reviews .reviews-slider .item .txt {
          width: 250px; } }
    html #reviews .reviews-slider .item .name {
      font-size: 18px;
      margin: 0;
      text-align: right;
      color: #F77D7C;
      font-style: italic;
      position: relative; }
      html #reviews .reviews-slider .item .name:before {
        content: url(/wp-content/themes/tooth/images/Line.svg);
        margin-right: 15px;
        vertical-align: super; }
