@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------------------*/
.wrapper {
  /*background-image: url("../img/fon.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6;*/
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  z-index: 2;
}

.fon {
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fon img {
  width: 100%;
  height: 100%;
}

.main {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
}

.footer {
  position: relative;
  z-index: 2;
  flex: 0 1 200px;
}

.title {
  font-size: 40px;
  line-height: 120%;
  color: #bb1616;
  font-weight: 700;
  text-align: center;
  background-color: rgba(243, 238, 168, 0.3);
}

.font-red {
  color: #d80c0c;
}

.font-thick {
  font-weight: 700;
}

.font-italic {
  font-style: italic;
}

.font-big {
  text-transform: uppercase;
}

.lightcircle li {
  list-style-type: circle;
}

.blackcircle li {
  list-style-type: disc;
}

/*HEADER----------------------------*/
.header {
  position: relative;
  flex: 0 1 200px;
  padding: 20px;
  /* .header__items */
  /* .header__column */
  /* .header__item */
  /* .header__menu */
}
.header__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 0px 0px 20px 0px;
}
.item-header {
  display: flex;
  flex-direction: column;
  /* .item-header__textosn */
  /* .item-header__best */
}
.item-header__best img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-header__best1, .item-header__best2 {
  display: none;
}

.textosn-header {
  display: flex;
  align-items: center;
  /* .textosn-header__img */
  /* .textosn-header__text-items */
  /* .textosn-header__text-item */
}
.textosn-header__img {
  max-width: 70px;
  max-height: 70px;
  margin: 0px 20px 0px 0px;
}
.textosn-header__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.textosn-header__text-items {
  display: flex;
  flex-direction: column;
}
.textosn-header__text-item {
  font-size: 25px;
  font-weight: 700;
}

.text-header {
  /* .text-header__text-item */
}
.text-header__text-item {
  /* .text-header__text-item_1 */
  /* .text-header__text-item_2 */
}
.text-header__text-item_1 {
  color: #2a6432;
  font-style: italic;
  margin: 0px 0px 10px 0px;
}
.text-header__text-item_2 {
  color: #a0432c;
}

.dopitems-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 20px 0px;
  font-size: 25px;
  font-weight: 700;
  /* .dopitems-header__text */
  /* .dopitems-header__action */
}
.dopitems-header__action {
  color: #eb1313;
  background-color: rgba(243, 238, 168, 0.3);
  padding: 5px;
}

.menu {
  background-color: #2a6432;
  /* .menu__list */
  /* .menu__link */
}
.menu__list {
  display: flex;
  justify-content: space-between;
  padding: 5px 100px;
}
.menu__link {
  color: #fff;
  font-size: 25px;
}
.menu__link:hover {
  color: #f7e015;
}

.menu__link_active {
  color: #e4d3a3;
}

@media (max-width: 1524px) {
  .textosn-header__text-item,
  .dopitems-header {
    font-size: 20px;
  }
}
@media (max-width: 1267px) {
  .header__items {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .textosn-header__text-item {
    font-size: 25px;
  }
  .menu__list {
    padding: 5px 50px;
  }
}
@media (max-width: 893px) {
  .dopitems-header {
    flex-direction: column;
    align-items: start;
  }
  .dopitems-header__text {
    margin: 0px 0px 10px 0px;
  }
  .dopitems-header__action {
    background-color: transparent;
    padding: 0;
  }
  .menu__list {
    padding: 5px 20px;
  }
}
@media (max-width: 760px) {
  .textosn-header__text-item {
    font-size: 22px;
  }
  .menu__link {
    font-size: 22px;
  }
}
@media (max-width: 682px) {
  .textosn-header__img {
    width: 50px;
    height: 50px;
    margin: 0px 10px 0px 0px;
    align-self: start;
  }
  .textosn-header__text-item {
    text-align: center;
  }
  .text-header__text-item_2 {
    font-size: 18px;
  }
  .dopitems-header {
    font-size: 15px;
  }
  .header__menu {
    position: relative;
    z-index: 10;
  }
  .menu__list {
    display: none;
  }
  .menu__burger {
    display: block;
    position: absolute;
    left: 0;
    top: -55px;
    width: 35px;
    height: 25px;
    z-index: 10;
  }
  .menu__burger span {
    position: absolute;
    background-color: #2a6432;
    left: 0;
    top: 11px;
    width: 100%;
    height: 3px;
    transition: all 0.5s ease 0s;
  }
  .menu__burger::before,
  .menu__burger::after {
    content: "";
    background-color: #2a6432;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    transition: all 0.5s ease 0s;
  }
  .menu__burger::before {
    top: 0;
  }
  .menu__burger::after {
    bottom: 0;
  }
  .menu__burger.active {
    top: 10px;
    left: 10px;
  }
  .menu__burger.active span {
    transform: scale(0);
  }
  .menu__burger.active::before {
    transform: rotate(45deg);
    top: 12px;
  }
  .menu__burger.active::after {
    transform: rotate(-45deg);
    bottom: 9px;
  }
  .menu__list.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: #dbc27d;
    width: 100%;
    height: 100vh;
  }
  .menu__list.active li {
    margin: 0px;
  }
  .menu__list.active li:not(:last-child) {
    margin-bottom: 30px;
  }
  .menu__list.active li a {
    color: #2a6432;
    font-weight: 700;
    font-size: 30px;
  }
  .menu__list.active li:first-child {
    margin: 100px 0px 30px;
  }
  .menu__list.active li:last-child {
    margin: 0px 0px 100px;
  }
  .dopitems-header {
    align-items: end;
  }
}
@media (max-width: 552px) {
  .textosn-header__text-item {
    text-align: center;
  }
  .item-header__best {
    display: none;
  }
  .item-header__best1,
  .item-header__best2 {
    display: block;
    width: 100%;
  }
  .item-header__best1 img,
  .item-header__best2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .item-header__best1 {
    margin: 0px 0px 10px 0px;
  }
}
@media (max-width: 420px) {
  .header {
    margin: 0px 0px 30px 0px;
  }
  .textosn-header__img {
    height: 40px;
  }
  .text-header__text-item_1 {
    font-size: 18px;
  }
  .text-header__text-item_2 {
    font-size: 15px;
  }
  .menu__burger {
    top: 0;
  }
  .header__dopitems {
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 360px) {
  .text-header__text-item_1 {
    font-size: 16px;
  }
  .text-header__text-item_2 {
    font-size: 14px;
  }
}
/*MAIN--------------------------*/
.main {
  padding: 20px;
  /* .main__title */
  /* .main__content */
}
.main__title {
  margin: 0px 0px 40px 0px;
}
.content-main {
  /* .content-main__items */
  /* .content-main__info */
  /* .content-main__text */
}
.content-main__items {
  display: grid;
  grid-template-columns: 34% 64%;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.content-main__text {
  background-color: rgba(243, 238, 168, 0.3);
  font-size: 30px;
  line-height: 120%;
}
.content-main__text p,
.content-main__text ul,
.content-main__text ol {
  margin: 0px 0px 20px 0px;
}
.content-main__text ol > li,
.content-main__text ul > li {
  margin-left: 30px;
}

.info-main {
  /* .info-main__doctor */
  /* .info-main__img */
  /* .info-main__title */
  /* .info-main__subtitle */
  /* .info-main__licenzias */
}
.info-main__doctor {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0px 0px 40px 0px;
}
.info-main__img {
  width: 80%;
  margin: 0px auto 20px;
}
.info-main__img img {
  width: 100%;
}
.info-main__title {
  font-size: 35px;
  font-weight: 700;
  color: #2a6432;
  margin: 0px 0px 20px 0px;
}
.info-main__subtitle {
  width: 80%;
  font-size: 25px;
  font-weight: 700;
}
.licenzias {
  display: flex;
  flex-direction: column;
  /* .licenzias__lic */
}
.licenzias__lic {
  width: 70%;
  margin: 0px auto;
}
.licenzias__lic:not(:last-child) {
  margin-bottom: 20px;
}
.licenzias__lic img {
  width: 100%;
}

@media (max-width: 1700px) {
  .content-main__info {
    margin: 0px 0px 30px 0px;
  }
  .content-main__items {
    grid-template-columns: 1fr;
  }
  .licenzias {
    flex-direction: row;
  }
  .licenzias__lic:not(:last-child) {
    margin: 0px 10px 0px 0px;
  }
}
@media (max-width: 890px) {
  .title {
    font-size: 35px;
  }
}
@media (max-width: 780px) {
  .title {
    font-size: 30px;
  }
}
@media (max-width: 682px) {
  .licenzias {
    flex-direction: column;
    align-items: center;
  }
  .licenzias__lic:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .title {
    font-size: 22px;
  }
  .info-main__title {
    font-size: 25px;
  }
  .info-main__subtitle {
    font-size: 22px;
  }
  .content-main__text {
    font-size: 22px;
  }
  .licenzias__lic {
    width: 90%;
  }
}
@media (max-width: 390px) {
  .info-main__title {
    font-size: 25px;
  }
  .info-main__subtitle {
    font-size: 22px;
  }
  .content-main__text {
    font-size: 20px;
  }
  .licenzias__lic {
    width: 90%;
  }
}
/*FOOTER------------------------------*/
.footer {
  background-color: #dbc27d;
  padding: 40px 20px;
  /* .footer__items */
  /* .footer__item */
}
.footer__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
.item-footer {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 25px;
  /* .item-footer__doctor */
  /* .item-footer__doctor-dop */
  /* .item-footer__telephone */
  /* .item-footer__grafik */
  /* .item-footer__adres */
}
.item-footer__doctor {
  font-weight: 700;
  margin: 0px 0px 20px 0px;
}
.item-footer__telephone {
  margin: 0px 0px 20px 0px;
}
.item-footer__grafik {
  margin: 0px 0px 20px 0px;
}
@media (max-width: 1100px) {
  .footer__items {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 30px;
  }
}
@media (max-width: 550px) {
  .item-footer {
    font-size: 20px;
  }
}
/*PAGES----------------------------------------------------------*/
/*METOD*/
.main {
  /* .main__content */
}
.content-main {
  /* .content-main__glava */
  /* .content-main__effect */
}
.glava {
  margin: 0px 0px 50px 0px;
  overflow: hidden;
  /* .glava__title */
  /* .glava__body */
  /* .glava__img */
  /* .glava__text */
}
.glava__title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #16571f;
  margin: 0px 0px 40px 0px;
}
.glava__img {
  width: 40%;
  margin: 0px 20px 20px 0px;
  float: left;
}
.glava__img img {
  width: 100%;
}
.glava__text {
  font-size: 30px;
  line-height: 120%;
}
.glava__text P {
  margin: 0px 0px 10px 0px;
}

.effect {
  /* .effect__title */
  /* .effect__text */
}
.effect__title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #16571f;
  margin: 0px 0px 40px 0px;
}
.effect__text {
  font-size: 25px;
  line-height: 120%;
}
.effect__text p {
  margin: 0px 0px 15px 0px;
}

@media (max-width: 860px) {
  .glava__img {
    width: 90%;
    margin: 0 auto 30px;
    float: none;
  }
  .glava__title,
  .effect__title {
    font-size: 25px;
  }
  .glava__text {
    font-size: 25px;
  }
}
@media (max-width: 540px) {
  .glava__title {
    margin: 0px 0px 20px 0px;
  }
  .glava__img {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .glava__title,
  .effect__title {
    font-size: 22px;
  }
  .glava__text,
  .effect__text {
    font-size: 22px;
  }
}
/*DOCTOR*/
.content-main__img {
  width: 30%;
  text-align: center;
  float: left;
  margin: 15px;
}
.content-main__img img {
  width: 90%;
}

@media (max-width: 1150px) {
  .content-main__img {
    width: 40%;
  }
}
@media (max-width: 850px) {
  .content-main__img {
    width: 100%;
    float: none;
    margin: 0px 0px 30px 0px;
  }
  .content-main__img img {
    width: 80%;
  }
}
@media (max-width: 540px) {
  .content-main__img img {
    width: 90%;
  }
}
/*OTZIVI*/
.content-main {
  /* .content-main__otziv */
}
.content-main__otziv {
  margin: 0px 0px 30px 0px;
}

.otziv {
  /* .otziv__fio */
  /* .otziv__diagnoz */
  /* .otziv__text */
  /* .otziv__button */
}
.otziv__fio {
  font-size: 30px;
  line-height: 120%;
  margin: 0px 0px 10px 0px;
}
.otziv__diagnoz {
  font-size: 30px;
  line-height: 120%;
  margin: 0px 0px 10px 0px;
}
.otziv__text {
  display: none;
  font-size: 30px;
  line-height: 120%;
  margin: 0px 0px 20px 0px;
}
.otziv__text p {
  margin: 0px 0px 10px 0px;
}
.otziv__button {
  display: inline-block;
  font-size: 30px;
  color: #2a6432;
  font-weight: 700;
  cursor: pointer;
}
.otziv__button:hover {
  color: #07c520;
}

.open {
  display: block;
}

@media (max-width: 860pxpx) {
  .otziv__fio {
    font-size: 25px;
  }
  .otziv__diagnoz {
    font-size: 25px;
  }
  .otziv__text {
    font-size: 25px;
  }
  .otziv__button {
    font-size: 25px;
  }
}
@media (max-width: 540px) {
  .otziv__fio {
    font-size: 22px;
  }
  .otziv__diagnoz {
    font-size: 22px;
  }
  .otziv__text {
    font-size: 22px;
  }
  .otziv__button {
    font-size: 22px;
  }
}
/*KONTACTI*/
.content-main {
  /* .content-main__kont */
  /* .content-main__adres */
  /* .content-main__map */
}
.content-main__kont {
  margin: 0px 0px 30px 0px;
}
.content-main__adres {
  margin: 0px 0px 30px 0px;
}
.kontakti {
  text-align: center;
  /* .kontakti__text */
  /* .kontakti__phone */
  /* .kontakti__mail */
}
.kontakti__text {
  font-size: 30px;
  color: #a0432c;
  font-weight: 700;
  margin: 0px 0px 20px 0px;
}
.kontakti__phone {
  font-size: 30px;
  margin: 0px 0px 10px 0px;
}
.kontakti__mail {
  font-size: 30px;
}

.adres {
  text-align: center;
  font-size: 30px;
  line-height: 120%;
  /* .adres__time */
  /* .adres__adres */
}
.map {
  /* .map__text */
  /* .map__img */
}
.map__text {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #a0432c;
  margin: 0px 0px 30px 0px;
}
@media (max-width: 860px) {
  .kontakti__text,
  .kontakti__phone,
  .kontakti__mail,
  .adres {
    font-size: 25px;
  }
}
@media (max-width: 564px) {
  .map__text {
    font-size: 25px;
  }
  .kontakti__phone,
  .kontakti__mail,
  .adres {
    font-size: 22px;
  }
}