* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

.mob {
  display: none;
}

a,
button {
  cursor: pointer;
}

.desk {
  display: block;
}

.container-1920 {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.container-1320 {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  box-sizing: border-box;
}
.block-content__left {
  display: flex;
}

.text10 {
  color: #000;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 134.5%;
  margin-top: 51px;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

@keyframes rotate2 {
  0% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(360deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@keyframes fly {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(15px);
  }
  60% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 5px #ca2e70;
  }
  to {
    box-shadow: 0px 0px 24px #ca2e70;
  }
}
body {
  font-family: Inter;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hidden {
  display: none;
}

.input-group input::-moz-placeholder {
  color: #fff;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.input-group input::placeholder {
  color: #fff;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.input-group input {
  padding: 10px 20px;
  max-width: 236px;
  color: #fff;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inherit;
  margin: 0 auto;
  background-color: transparent;
  border: none;
  border-radius: 50px;
  margin-bottom: 20px;
  border-radius: 35px;
  border: 1px solid #198308;
}

form {
  max-width: 272px;
  width: 100%;
  margin: 0 auto;
}

.price {
  display: flex;
  align-items: end;
  justify-content: end;
  text-align: right;
  max-width: 450px;
  flex-direction: column;
  position: relative;
  margin-bottom: 15px;
}

.new-price {
  color: #f00;
  font-family: Acrom;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.old-price {
  color: #761e1e;
  font-family: Acrom;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: line-through;
}

.form-box-content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1320px;
  box-sizing: border-box;
  padding-right: 100px;
  position: relative;
  min-height: 511px;
  margin: 0 auto;
}

.form-box-content .img {
  position: relative;
  right: -2px;
  top: -18px;
}

.form-box-content .price {
  position: absolute;
  text-align: left !important;
  right: 380px;
  top: 200px;
  bottom: 190px;
  display: flex;
  flex-direction: column;
  align-items: start;
  max-width: 150px;
  width: 100%;
}

.form-box-content__left {
  position: relative;
}

.form-box-content .old-price {
  color: #000;
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 0%;
  text-decoration: line-through;
}

.form-box-content .new-price {
  color: #e50000;
  font-family: Open Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.form-box {
  height: 100%;
}

.desk {
  display: block;
}

.mob {
  display: none;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  padding-top: 90px;
  background-color: rgba(196, 189, 185, 0.5607843137);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  z-index: 1000;
}

.btn-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  max-width: 100%;
  position: relative;
}

.btn {
  padding: 7px 47px;
  box-sizing: border-box;
  border: none;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 35px;
  background: var(
    --12,
    linear-gradient(
      90deg,
      #704709 0%,
      #ffe9c8 49.13%,
      #704709 100.15%,
      #985e08 100.15%
    )
  );
}

.block {
  background: #102f47;
  max-height: 52px;
  box-sizing: border-box;
}

.block-content a:hover {
  background: #00d7e6;
  color: #000;
}

.block-content {
  max-height: 53px;
  display: flex;
  justify-content: space-between;
}
.block-content .link {
  min-height: 100%;
  padding: 8px 23px;
  box-sizing: border-box;
}
.block-content .link2 {
  color: #fff;
  font-family: Mukta;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
  padding: 7px 45px;
}
.block-content .link1 {
  color: #fff;
  font-family: Mukta;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
  padding: 7px 45px;
}
.block-content a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: Mukta;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.block-content a img {
  margin-right: 20px;
}

.header .header-content {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 10px;
}
.header .header-content ul.desk {
  display: flex;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.header .header-content ul.desk a {
  color: #000;
  font-family: Mukta;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header .header-content .logo {
  display: flex;
  align-items: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #121232;
}
.header .header-content .logo img {
  margin-right: 28px;
}

.main {
  padding-bottom: 20px;
  background: #fff;
  color: #000;
  padding-right: 45px;
  padding-left: 45px;
  box-sizing: border-box;
}
.main p {
  color: #000;
  font-family: Mukta;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 143.2%;
}

.flex {
  display: flex;
  align-items: center;
  gap: 41px;
}

.popup.hide {
  display: flex !important;
}

.popup2.hide {
  display: flex !important;
}

#clearButton {
  cursor: pointer;
  border: none;
  background: transparent;
}

.add-comm-p {
  width: 76%;
  margin-bottom: 16px;
}

.open-popup {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 78px;
  max-width: 191px;
  min-height: 31px;
  width: 100%;
  padding: 4px 78px;
  border: none;
  background: #63c7ff;
  box-shadow: inset 4px 4px 5px rgba(255, 255, 255, 0.25),
    inset -3px -3px 4px rgba(0, 0, 0, 0.25);
}

.add-comm__btn {
  margin-top: 17px;
  display: flex;
  justify-content: right;
  width: 566px;
}

.add-comm {
  padding-left: 77px;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  justify-content: center;
  text-align: left;
}

#textInput {
  background: transparent;
  display: flex;
  outline: none;
  border: none;
  border-bottom: 1px solid #000000;
  max-width: 566px;
  width: 100%;
}

#form {
  align-items: center;
}

.close2 {
  position: absolute;
  top: 9px;
  right: 9px;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 0px;
  width: 29px;
  height: 29px;
  display: flex;
  color: #bf0f0f;
  align-items: center;
  justify-content: center;
}

.popup2__content {
  padding: 13px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000000;
  position: relative;
  width: 535px;
  height: 165px;
  background-color: #eaeaea;
}

.popup__close {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.blur.active {
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.hide {
  display: none;
}

.popup {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 35px;
  z-index: 1020;
}

.popup2 {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 35px;
  z-index: 1020;
}

.popup2 .popup-p {
  text-align: center;
  margin-bottom: 0;
}

.popup-p {
  margin-bottom: 50px;
}

.comments-items {
  max-width: 749px;
  padding-bottom: 34px;
}

.comments-item:not(:last-child) {
  margin-bottom: 40px;
}

.comment-wrapper {
  max-width: 606px;
  margin-left: 85px;
  display: flex;
  padding-bottom: 10px;
}

.comments-item-image {
  margin-right: 22px;
}

.comments-item-info {
  max-width: 606;
  width: 100%;
}

.comments-item-info-name {
  color: #000;
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
}
.comments-item-info-name span {
  color: #888;
  font-family: Roboto;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.comments-block {
  padding-top: 94px;
}

.like {
  display: flex;
  margin-top: 28px;
}

.comments-item-info-text {
  color: #000;
  font-family: Mukta;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.text9 {
  color: #e50000;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 134.5%;
  text-align: center;
}

.input-group input::-moz-placeholder {
  color: #606060;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.input-group input::placeholder {
  color: #606060;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.input-group input {
  padding: 10px;
  background: transparent;
  border-radius: 35px;
  border: 1px solid #704709;
  color: #606060;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}

.btn {
  padding: 7px 47px;
  box-sizing: border-box;
  border: none;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 35px;
  background: var(
    --12,
    linear-gradient(
      90deg,
      #704709 0%,
      #ffe9c8 49.13%,
      #704709 100.15%,
      #985e08 100.15%
    )
  );
}

.form-box {
  background: #f9f8f4;
}

.mobile-menu {
  display: none;
}

.burger {
  display: none;
}

.mob {
  display: none;
}

.close3 {
  background: transparent;
  color: #b70a0a;
  border: 3px solid #b70a0a;
  padding: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
}

@media (max-width: 1355px) {
  .container-1320 {
    max-width: 375px;
  }
  .showPanel {
    display: block;
    position: fixed;
    opacity: 1;
  }
  .mobile-menu ul {
    padding: 70px 0 37px 0;
    width: 100%;
    height: -moz-max-content;
    height: 380px;
    box-sizing: border-box;
    background: url("../img/37.png") no-repeat top center;
    background-size: cover;
    text-align: center;
  }
  .add-comm {
    padding-left: 0;
  }
  .mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 2000px;
    z-index: 500;
    opacity: 1;
    transition: all 0.2s ease;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
      rgba(9, 141, 181, 0.6);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
  }
  .mobile-menu ul li {
    list-style: none;
  }
  .mobile-menu ul li a {
    color: #fff;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .mobile-menu ul li a :hover {
    color: #eb5757;
  }
  .mobile-menu ul li {
    padding-top: 25px;
    margin-bottom: 25px;
  }
  .close {
    filter: invert(1);
    position: fixed;
    top: 20px;
    right: 20px;
    display: none;
    width: 35px;
    z-index: 1000;
  }
  .showPanel {
    display: block;
    position: fixed;
    opacity: 1;
  }
  .modal form {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main p {
    font-size: 16px;
  }
  .header {
    background: #c4bdb9;
  }
  .header .header-content {
    min-height: 54px;
    background: #fff;
  }
  .logo {
    justify-content: center;
  }
  .block-content a img {
    margin-right: 7px;
  }
  .flex {
    flex-direction: column;
    align-items: center !important;
  }
  .add-comm-p {
    width: 100%;
    margin-bottom: 16px;
  }
  .text10 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .popup2 {
    padding: 0;
  }
  .add-comm__btn {
    width: 100%;
  }
  .price {
    position: relative;
    z-index: 6;
    left: 127px;
    margin-top: 105px;
    text-align: right;
    margin-bottom: -11px;
  }
  .price .new-price {
    font-size: 20px;
  }
  .price .old-price {
    font-size: 16px;
  }
  .form-box-content {
    padding-right: 0;
    padding-bottom: 40px;
    padding-top: 40px;
    box-sizing: border-box;
  }
  .form-box-content__left {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .form-box-content .img {
    top: 0;
    right: 0;
    max-width: 90%;
    margin: 0 auto;
  }
  .form-box-content .price.mob {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 375px;
    width: 100%;
    justify-content: center;
    gap: 35px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .form-box-content .new-price {
    border-radius: 31px;
    background: #faff00;
    padding: 0 4px;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 32px;
  }
  .form-box-content .price.mob .old-price {
    color: #000;
    font-family: Open Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }
  .form-box-content .price.desk {
    display: none !important;
  }
  .block-content .link2 {
    padding: 7px 8px;
  }
  .header .header-content .logo img {
    margin-right: 0;
  }
  .block-content a {
    font-size: 14px;
    line-height: 108.2%;
  }
  .block-content .link {
    display: flex;
  }
  .block-content .link {
    min-height: 100%;
    padding: 6px 3px;
    box-sizing: border-box;
    font-size: 16px;
  }
  .block-content .link2,
  .block-content .link1 {
    font-size: 16px;
  }
  .container-1320 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .text9 {
    text-align: center;
  }
  .comment-wrapper {
    margin-left: 0;
  }
  .block-content .link1 {
    padding: 7px 8px;
  }
  .block-content {
    justify-content: center;
  }
  .desk {
    display: none !important;
  }
  .mob {
    display: flex;
  }
}
@media (max-width: 920px) {
  .popup2__content {
    width: 263px;
  }
  .popup {
    padding-left: 0;
  }
} /*# sourceMappingURL=style.css.map */

.main-doctor__text {
  border: 5px solid blue;
  padding: 17px;
  margin-top: 10px;
}
