/* Рекомендую, чтобы браузер не "рисовал" синтетическую жирность/курсив */
html, body { font-synthesis: none; }

/* ===== ITALIC 100..900 ===== */
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("/netcat_template/template/health_clinic/fonts/static/NotoSans-ThinItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("/netcat_template/template/health_clinic/fonts/static/NotoSans-ExtraLightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("/netcat_template/template/health_clinic/fonts/static/NotoSans-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/netcat_template/template/health_clinic/fonts/static/NotoSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/netcat_template/template/health_clinic/fonts/static/NotoSans-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/netcat_template/template/health_clinic/fonts/static/NotoSans-SemiBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/netcat_template/template/health_clinic/fonts/static/NotoSans-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("/netcat_template/template/health_clinic/fonts/static/NotoSans-ExtraBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("/netcat_template/template/health_clinic/fonts/static/NotoSans-BlackItalic.ttf") format("truetype");
}

/* ===== NORMAL 100..900 ===== */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/netcat_template/template/health_clinic/fonts/static/NotoSans-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/netcat_template/template/health_clinic/fonts/static/NotoSans-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/netcat_template/template/health_clinic/fonts/static/NotoSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/netcat_template/template/health_clinic/fonts/static/NotoSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/netcat_template/template/health_clinic/fonts/static/NotoSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/netcat_template/template/health_clinic/fonts/static/NotoSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/netcat_template/template/health_clinic/fonts/static/NotoSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/netcat_template/template/health_clinic/fonts/static/NotoSans-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/netcat_template/template/health_clinic/fonts/static/NotoSans-Black.ttf") format("truetype");
}

/* применение */
body { font-family: "Noto Sans", Arial, sans-serif; }

.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #000;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.pen {
  pointer-events: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #f7f7f7;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
th,
td {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  color: #000;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
body {
  padding-top: 115px;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: "Noto Sans", sans-serif;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.wrap {
  margin: 0 auto;
  width: 1120px;
}
* {
  outline: none!important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.header {
  position: fixed;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 8;
  padding: 12px 0;
}
.header .city {
  padding: 4px 16px 4px 32px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #c8c8c8;
  border-radius: 14px;
  background: #f7f7f7 url('../img/city.svg') no-repeat 12px 50%;
  text-decoration: none;
  color: #444444;
  margin-bottom: 12px;
}
.header .city:hover {
  border: 1px solid #444444;
}
.header .links {
  margin-bottom: 12px;
}
.header .links a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  line-height: 20px;
  padding: 4px 16px;
  border: 1px solid #c8c8c8;
  border-radius: 14px;
  background: #f7f7f7;
}
.header .links a:hover {
  border: 1px solid #444444;
}
.header .links a:not(:last-child) {
  margin-right: 6px;
}
.header .logo {
  margin-top: 4px;
}
.header ul {
  margin-top: 4px;
}
.header ul li {
  display: inline-block;
  position: relative;
}
.header ul li:not(:last-child) {
  margin-right: 8px;
}
.header ul li:hover a .arrow {
  transform: rotate(180deg);
}
.header ul li:hover ul {
  display: block;
}
.header ul li:hover ul li a .arrow {
  transform: none;
}
.header ul li:hover ul li ul {
  display: none;
}
.header ul li a {
  display: block;
  text-decoration: none;
  padding: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.header ul li a .arrow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 12px;
  height: 12px;
  background: url('../img/arrow.svg');
  margin: -2px 0 0 2px;
  display: none;
}
.header ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  width: 320px;
  border: 1px solid #c8c8c8;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.16);
  background: #ffffff;
  margin: 0;
  display: none;
}
.header ul li ul li {
  display: block;
  position: static;
  margin: 0!important;
  border-bottom: 1px dashed #bababa;
}
.header ul li ul li:last-child {
  border-bottom: 0;
}
.header ul li ul li:last-child:hover {
  border-bottom: 0;
}
.header ul li ul li:hover {
  border-bottom: 1px solid #000000;
  background: #efefef;
}
.header ul li ul li:hover a .arrow {
  transform: rotate(-90deg);
}
.header ul li ul li:hover ul {
  display: block;
}
.header ul li ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(1, 1, 1, 0.3);
  padding: 16px;
}
.header ul li ul li a:hover {
  color: #000;
}
.header ul li ul li a .arrow {
  float: right;
  margin-top: 5px;
  background: url('../img/arrow2.svg');
  width: 16px;
  height: 16px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.header ul li ul li ul {
  position: absolute;
  top: -1px;
  left: 100%;
  height: 100%;
  display: none;
  overflow-x: auto;
}
.header ul li ul li ul li {
  border-bottom: 1px dashed #bababa;
  background: #ffffff;
}
.header ul li ul li ul li:hover {
  border-bottom: 1px dashed #bababa;
}
.header ul li ul li ul li:last-child {
  border-bottom: 1px dashed #bababa;
}
.header .contacts {
  margin-left: 50px;
      display: flex;
    align-items: center;
}
.header .contacts .phone {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  padding-left: 50px;
  position: relative;
  color: #4e4e4e;
  line-height: 20px;
  cursor: pointer;
}
.header .contacts .phone:hover:before {
  background: url('../img/phone.svg') no-repeat center, linear-gradient(180deg, #797dff 0%, #005ce6 100%);
}
.header .contacts .phone:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0px 6px 12px 0px rgba(53, 59, 192, 0.35);
  background: url('../img/phone.svg') no-repeat center, linear-gradient(180deg, #00059c, #3c41ee 100%), #d9d9d9;
}
.header .contacts .phone a {
  display: block;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.header .contacts button {
  vertical-align: middle;
  width: 145px;
  height: 40px;
  color: #fff;
  border-radius: 32px;
  box-shadow: 0px 6px 12px 0px rgba(53, 59, 192, 0.35);
  background: #3a40ff;
  font-weight: 700;
}
.header .contacts button:hover {
  background: #191FE3;
}
.index-first-block {
  padding: 52px 0 100px;
  background: url('../img/index-first-block.svg') center / cover;
  position: relative;
}
.index-first-block .image {
  position: absolute;
  right: 0;
  bottom: 0;
}
.index-first-block .text {
  max-width: 640px;
  position: relative;
  z-index: 2;
}
.index-first-block .text h1 {
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
}

.index-first-block .text .name {
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
}


.index-first-block .text .name span {
  color: #3a40ff;
}


.index-first-block .text h1 span {
  color: #3a40ff;
}
.index-first-block .text .info {
  background: #fff;
  border-radius: 32px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
  padding: 20px 24px;
}
.index-first-block .text .info h3 {
  max-width: 352px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.index-first-block .text .info .h3 {
  max-width: 352px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.index-first-block .text .info ul {
  padding-bottom: 16px;
}
.index-first-block .text .info ul li {
  width: 49%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 4px;
  padding-left: 28px;
  background: url('../img/li.svg') no-repeat 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.index-first-block .text .info button {
  width: 206px;
  height: 56px;
  border-radius: 32px;
  box-shadow: 0px 6px 12px 0px rgba(53, 59, 192, 0.35);
  background: #3a40ff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.index-first-block .text .info button:hover {
  background: #191FE3;
}
.services-block {
  border-radius: 80px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
  padding: 64px 0 60px;
  margin-top: -50px;
  position: relative;
  background: #fff;
}
.services-block h2 {
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
.services-block .list .item {
  width: 32%;
  margin-bottom: 20px;
  border-radius: 32px;
  background: linear-gradient(180deg, #3a40ff, #232699 100%);
}
.services-block .list .item .name {
  color: #fff;
  padding: 28px 100px 28px 20px;
  position: relative;
}
.services-block .list .item .name img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.services-block .list .item .name h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.services-block .list .item .name .h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.services-block .name .h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.services-block .list .item .name .price {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  opacity: .5;
}
.services-block .list .item .info {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
  padding: 16px 20px 20px 20px;
}
.services-block .list .item .info p {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.services-block .list .item .info button {
  width: 208px;
  height: 56px;
  border-radius: 32px;
  box-shadow: 0px 6px 12px 0px rgba(53, 59, 192, 0.35);
  background: #3a40ff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.services-block .list .item .info button a{

  color: #fff;
}

.services-block .list .item .info button:hover {
  background: #191FE3;
}
.prices-block {
  padding-top: 80px;
  background: url('../img/prices-block.svg') no-repeat top center / contain;
}
.prices-block.new {
  padding-top: 40px;
  background: url('../img/prices-block.svg') no-repeat top center / contain;
  padding-bottom: 40px;
}

.prices-block.inner {
  padding: 0 0 100px 0;
}
.prices-block .content {
  padding: 0 95px;
}
.prices-block h1 {
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}
.prices-block h2 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
.prices-block .tabNavigation {
  margin-bottom: 20px;
}
.prices-block .tabNavigation li {
  display: inline-block;
  margin-bottom: 10px;
}
.prices-block .tabNavigation li:not(:last-child) {
  margin-right: 4px;
}
.prices-block .tabNavigation li a {
  display: block;
  text-decoration: none;
  color: #444444;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 20px;
  border: 1px solid #a8a8a8;
  border-radius: 20px;
}
.prices-block .tabNavigation li a:hover {
  background: #EFEFEF;
}
.prices-block .tabNavigation li a.selected {
  color: #fff;
  background: #3a40ff;
  border: 1px solid #3a40ff;
}
.prices-block .table {
  overflow: hidden;
  border-radius: 32px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
}
.prices-block .table table {
  width: 100%;
}
.prices-block .table table thead {
  background: linear-gradient(180deg, #3a40ff, #232699 100%), #e6e6e6;
}
.prices-block .table table thead tr td {
  padding: 16px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.prices-block .table table tbody tr {
  background: #fff;
}
.prices-block .table table tbody tr:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.prices-block .table table tbody tr td {
  padding: 20px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.prices-block .table table tbody tr td .price {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.prices-block .table table tbody tr td button {
  width: 158px;
  height: 40px;
  background: none;
  border: 2px solid #3a40ff;
  border-radius: 32px;
  font-weight: 700;
  color: #3a40ff;
}
.prices-block .table table tbody tr td button.mob {
  display: none;
}
.prices-block .table table tbody tr td button:hover {
  color: #fff;
  background: #3a40ff;
}
.advantages-block {
  background: url('../img/advantages-block.svg') no-repeat top right;
  padding: 80px 0 50px;
}
.advantages-block.inner {
  background: none;
  padding: 0 0 34px 0;
}
.advantages-block.inner .list .item {
  width: 23%;
}

.advantages-block.main .list .item {
  width: 23%;
}

.advantages-block.inner .list .item h3 {
  margin: 16px 0 8px;
  font-size: 20px;
  line-height: 28px;
}



.advantages-block.inner .list .item .h3 {
  margin: 16px 0 8px;
  font-size: 20px;
  line-height: 28px;
}
.advantages-block.inner .list .item p {
  font-size: 14px;
  line-height: 20px;
}

.advantages-block.main .list .item p {
  font-size: 14px;
  line-height: 20px;
}


.advantages-block h2 {
  text-align: center;
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
.advantages-block .list .item {
  width: 32%;
  text-align: center;
  margin-bottom: 30px;
}
.advantages-block .list .item h3 {
  margin: 16px 0 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.advantages-block .list .item .h3 {
  margin: 16px 0 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.advantages-block.main .list .item .h3 {
  margin: 16px 0 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.advantages-block .list .item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.advantages-block.main .list .item h3 {
  margin: 16px 0 8px;
  font-size: 20px;
  line-height: 28px;
}



.consult-block {
  padding: 74px 0 96px;
  background: url('../img/prices-block.svg') no-repeat top center / contain;
  margin-top: -50px;
}
.consult-block.inner {
  margin-top: 0;
}
.consult-block form {
  background: url('../img/consult-block.png') no-repeat left bottom, linear-gradient(180deg, #0006c1, #3c41ee 100%);
  color: #fff;
  border-radius: 80px;
  padding: 64px 64px 64px 356px;
}
.consult-block form h2 {
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.consult-block form .h2 {
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}
.consult-block form p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.consult-block form input[type='text'] {
  width: 32%;
  height: 56px;
  margin-bottom: 8px;
  border-radius: 32px;
  background: #101387;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
}
.consult-block form input[type='text']:focus {
  box-shadow: 0 0 0 1px #fff;
}
.consult-block form button {
  width: 32%;
  height: 56px;
  margin-bottom: 8px;
  background: #fff;
  border-radius: 32px;
  color: #3a40ff;
  font-size: 18px;
  font-weight: 700;
}
.consult-block form button:hover {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
.consult-block form .bottom-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  opacity: .5;
}
.consult-block form .bottom-text a {
  color: #fff;
}
.steps-block {
  padding-bottom: 100px;
  background: url('../img/prices-block.svg') no-repeat top center / contain;
}
.steps-block h2 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
.steps-block .tabNavigation {
  width: 420px;
}
.steps-block .tabNavigation li {
  margin-bottom: 2px;
}
.steps-block .tabNavigation li a {
  display: block;
  text-decoration: none;
  padding: 26px 56px 26px 76px;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  border-radius: 32px 0px 0px 32px;
  background: #e6e6e6;
}
.steps-block .tabNavigation li a:hover {
  background: #C8C8C8;
}
.steps-block .tabNavigation li a.selected {
  background: linear-gradient(180deg, #5055ff, #3a40ff 52%, #353bc0 100%);
  color: #fff;
}
.steps-block .tabNavigation li a.selected span {
  color: #000;
}
.steps-block .tabNavigation li a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  font-weight: 700;
}
.steps-block .tab-content {
  width: calc(100% - 380px);
  margin-left: -40px;
  position: relative;
  background: #fff;
  padding: 40px;
  border-radius: 40px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.steps-block .tab-content h3 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.steps-block .tab-content .h3 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.steps-block .tab-content p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.steps-block .tab-content button {
  margin-top: 60px;
  width: 310px;
  height: 56px;
  border-radius: 32px;
  box-shadow: 0px 6px 12px 0px rgba(53, 59, 192, 0.35);
  background: #3a40ff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.steps-block .tab-content button:hover {
  background: #191FE3;
}
.about-block {
  padding-bottom: 80px;
}
.about-block.pb {
  padding-bottom: 0;
}
.about-block h2 {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
.about-block .text {
  padding-left: 24px;
  position: relative;
}
.about-block .text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #797dff, #005ce6 100%);
}
.about-block .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.about-block .text p:not(:last-child) {
  margin-bottom: 10px;
}
.doctors-block {
  padding: 64px 0 80px;
  background: #fff;
  border-radius: 80px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
  position: relative;
}
.doctors-block.inner {
  padding: 0 0 80px 0;
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
}
.doctors-block.inner h2 {
  margin-bottom: 32px;
}
.doctors-block h2 {
  margin-bottom: 12px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
.doctors-block .top-text {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.doctors-block .list {
  width: calc(50vw + 50%);
}
.doctors-block .list .item {
  width: 360px;
  margin: 10px;
  border-radius: 32px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.doctors-block .list .item .image {
  position: relative;
}
.doctors-block .list .item .image img {
  width: 100%;
}
.doctors-block .list .item .image .years {
  position: absolute;
  top: 32px;
  right: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 4px 12px;
  border-radius: 16px 0px 0px 16px;
  background: #282caf;
}
.doctors-block .list .item .info {
  margin-top: -30px;
  background: #fff;
  border-radius: 32px;
  padding: 16px 20px 20px 20px;
  position: relative;
}
.doctors-block .list .item .info h3 {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  width: 80%;
}

.doctors-block .list .item .info .h3 {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  width: 80%;
}
.doctors-block .list .item .info p {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #646464;
}
.doctors-block .list .item .info button {
  width: 100%;
  height: 56px;
  border-radius: 32px;
  box-shadow: 0px 6px 12px 0px rgba(53, 59, 192, 0.35);
  background: #3a40ff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.doctors-block .list .item .info button:hover {
  background: #191FE3;
}
.doctors-block .list .slick-prev,
.doctors-block .list .slick-next {
  position: absolute;
  padding: 0;
  font-size: 0;
  z-index: 2;
  top: -80px;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  filter: grayscale(100%);
  opacity: .2;
}
.doctors-block .list .slick-prev:hover,
.doctors-block .list .slick-next:hover {
  filter: none;
  opacity: 1;
}
.doctors-block .list .slick-prev {
  right: 140px;
  background: url('../img/prev.svg') no-repeat center, linear-gradient(180deg, #797dff, #005ce6 100%);
}
.doctors-block .list .slick-next {
  right: 80px;
  background: url('../img/next.svg') no-repeat center, linear-gradient(180deg, #797dff, #005ce6 100%);
}
.index-gallery-block {
  padding: 117px 0;
  margin: -20px 0;
  background: url('../img/prices-block.svg') no-repeat top center / contain;
}
.index-gallery-block.inner {
	padding: 30px 0;
    padding-top: 110px;
}
.index-gallery-block h2 {
  margin-bottom: 12px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
.index-gallery-block .top-text {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.index-gallery-block .list {
  width: calc(50vw + 50%);
}
.index-gallery-block .list .item {
  width: 360px;
  margin: 0 20px 0 0;
  border-radius: 24px;
  overflow: hidden;
  font-size: 0;
}
.index-gallery-block .list .item a {
  display: block;
  position: relative;
}
.index-gallery-block .list .item a:hover:after {
  opacity: 1;
}
.index-gallery-block .list .item a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6) url('../img/zoom.svg') no-repeat center;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.index-gallery-block .list .slick-prev,
.index-gallery-block .list .slick-next {
  position: absolute;
  padding: 0;
  font-size: 0;
  z-index: 2;
  top: -80px;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  filter: grayscale(100%);
  opacity: .2;
}
.index-gallery-block .list .slick-prev:hover,
.index-gallery-block .list .slick-next:hover {
  filter: none;
  opacity: 1;
}
.index-gallery-block .list .slick-prev {
  right: 140px;
  background: url('../img/prev.svg') no-repeat center, linear-gradient(180deg, #797dff, #005ce6 100%);
}
.index-gallery-block .list .slick-next {
  right: 80px;
  background: url('../img/next.svg') no-repeat center, linear-gradient(180deg, #797dff, #005ce6 100%);
}
.reviews-block {
  padding: 64px 0 80px;
  background: #fff;
  border-radius: 80px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
  position: relative;
}
.reviews-block.inner {
  margin-bottom: 100px;
}
.reviews-block h2 {
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
.reviews-block .list {
  width: calc(50vw + 50%);
}
.reviews-block .list .item {
  width: 550px;
  margin: 0 20px 0 0;
  border: 1px solid #c8c8c8;
  border-radius: 32px;
  padding: 28px 20px 18px 96px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.reviews-block .list .item .avatar {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 64px;
  height: 64px;
  object-fit: cover;
}
.reviews-block .list .item .name {
  margin-bottom: 12px;
  color: #646464;
  line-height: 20px;
}

.reviews-block .list .item .h3 span {
 
  color: #959595;
 
}

.reviews-block .list .item .name h3 {
  color: #000;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.reviews-block .list .item .name .h3 {
  color: #000;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.reviews-block .list .item .rating {
  margin-bottom: 12px;
}
.reviews-block .list .item .rating .star {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('../img/star.svg');
}
.reviews-block .list .item .rating .star.bad {
  background: url('../img/star2.svg');
}
.reviews-block .list .item p {
  margin-bottom: 16px;
  line-height: 20px;
}
.reviews-block .list .item button {
  width: 176px;
  height: 40px;
  border-radius: 32px;
  box-shadow: 0px 6px 12px 0px rgba(53, 59, 192, 0.35);
  background: #3a40ff;
  color: #fff;
  font-weight: 700;
}
.reviews-block .list .item button:hover {
  background: #191FE3;
}
.reviews-block .list .slick-prev,
.reviews-block .list .slick-next {
  position: absolute;
  padding: 0;
  font-size: 0;
  z-index: 2;
  top: -80px;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  filter: grayscale(100%);
  opacity: .2;
}
.reviews-block .list .slick-prev:hover,
.reviews-block .list .slick-next:hover {
  filter: none;
  opacity: 1;
}
.reviews-block .list .slick-prev {
  right: 140px;
  background: url('../img/prev.svg') no-repeat center, linear-gradient(180deg, #797dff, #005ce6 100%);
}
.reviews-block .list .slick-next {
  right: 80px;
  background: url('../img/next.svg') no-repeat center, linear-gradient(180deg, #797dff, #005ce6 100%);
}
.docs-block {
  background: url('../img/docs-block.svg') no-repeat left bottom / contain;
  padding: 40px 0 210px;
  margin-bottom: -110px;
}
.docs-block h2 {
  margin-bottom: 12px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
.docs-block .top-text {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.docs-block .list {
  width: calc(50vw + 50%);
}
.docs-block .list .item {
  width: 265px;
  margin: 10px;
  border-radius: 24px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.docs-block .list .slick-prev,
.docs-block .list .slick-next {
  position: absolute;
  padding: 0;
  font-size: 0;
  z-index: 2;
  top: -80px;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  filter: grayscale(100%);
  opacity: .2;
}
.docs-block .list .slick-prev:hover,
.docs-block .list .slick-next:hover {
  filter: none;
  opacity: 1;
}
.docs-block .list .slick-prev {
  right: 140px;
  background: url('../img/prev.svg') no-repeat center, linear-gradient(180deg, #797dff, #005ce6 100%);
}
.docs-block .list .slick-next {
  right: 80px;
  background: url('../img/next.svg') no-repeat center, linear-gradient(180deg, #797dff, #005ce6 100%);
}
.consult-block2 form {
  background: url('../img/consult-block2.png') no-repeat right bottom, linear-gradient(180deg, #0006c1, #3c41ee 100%);
  color: #fff;
  border-radius: 80px;
  padding: 64px 616px 64px 64px;
  position: relative;
}
.consult-block2 form h2 {
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.consult-block2 form .h2 {
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}
.consult-block2 form p {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.consult-block2 form input[type='text'] {
  width: 100%;
  height: 56px;
  margin-bottom: 8px;
  border-radius: 32px;
  background: #101387;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
}
.consult-block2 form input[type='text']:focus {
  box-shadow: 0 0 0 1px #fff;
}
.consult-block2 form button {
  width: 100%;
  height: 56px;
  margin: 16px 0 24px;
  background: #fff;
  border-radius: 32px;
  color: #3a40ff;
  font-size: 18px;
  font-weight: 700;
}
.consult-block2 form button:hover {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
.consult-block2 form .bottom-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  opacity: .5;
}
.consult-block2 form .bottom-text a {
  color: #fff;
}
.popular-services-block {
  background: url('../img/prices-block.svg') no-repeat top center / contain;
  padding: 324px 0 80px;
  margin-top: -244px;
}
.popular-services-block h2 {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}
.popular-services-block .list {
  width: calc(50vw + 50%);
}
.popular-services-block .list .item {
  width: 360px;
  margin: 10px;
  border-radius: 32px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  background: linear-gradient(180deg, #3a40ff, #232699 100%);
}
.popular-services-block .list .item .name {
  color: #fff;
  padding: 28px 100px 28px 20px;
  position: relative;
}
.popular-services-block .list .item .name img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.popular-services-block .list .item .name h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.popular-services-block .list .item .name .h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.popular-services-block .list .item .name .price {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  opacity: .5;
}
.popular-services-block .list .item .info {
  background: #fff;
  border-radius: 30px;
  padding: 16px 20px 20px 20px;
}
.popular-services-block .list .item .info p {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.popular-services-block .list .item .info button {
  width: 208px;
  height: 56px;
  border-radius: 32px;
  box-shadow: 0px 6px 12px 0px rgba(53, 59, 192, 0.35);
  background: #3a40ff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.popular-services-block .list .item .info button:hover {
  background: #191FE3;
}
.popular-services-block .list .slick-prev,
.popular-services-block .list .slick-next {
  position: absolute;
  padding: 0;
  font-size: 0;
  z-index: 2;
  top: -80px;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  filter: grayscale(100%);
  opacity: .2;
}
.popular-services-block .list .slick-prev:hover,
.popular-services-block .list .slick-next:hover {
  filter: none;
  opacity: 1;
}
.popular-services-block .list .slick-prev {
  right: 140px;
  background: url('../img/prev.svg') no-repeat center, linear-gradient(180deg, #797dff, #005ce6 100%);
}
.popular-services-block .list .slick-next {
  right: 80px;
  background: url('../img/next.svg') no-repeat center, linear-gradient(180deg, #797dff, #005ce6 100%);
}
.faq-block {
  padding: 80px 0 92px;
  background: url('../img/shape4.svg') no-repeat center / contain;
}
.faq-block.inner {
  padding: 0px 0 92px;
  background: url('../img/shape4.svg') no-repeat center / contain;
}
.faq-block h2 {
  text-align: center;
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.faq-block .h2 {
  text-align: center;
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.faq-block .item {
  max-width: 740px;
  margin: 0 auto 8px auto;
  padding: 26px 72px 26px 24px;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.faq-block .item:hover {
  background: #E6E6E6;
}
.faq-block .item h3 {
  cursor: pointer;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.faq-block .item h3.active:after {
  background: url('../img/faq2.svg') center / cover;
}
.faq-block .item h3:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 48px;
  height: 48px;
  background: url('../img/faq1.svg') center / cover;
  margin-left: 8px;
}

.faq-block .item .h3 {
  cursor: pointer;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.faq-block .item .h3.active:after {
  background: url('../img/faq2.svg') center / cover;
}
.faq-block .item .h3:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 48px;
  height: 48px;
  background: url('../img/faq1.svg') center / cover;
  margin-left: 8px;
}

.faq-block .item .text {
  margin-top: 16px;
  color: #101010;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: none;
}
.footer {
  padding: 48px 0 50px;
  border-radius: 80px 80px 0px 0px;
  background: #000248;
  color: #fff;
}
.footer .company {
  width: 32%;
  margin-bottom: 48px;
}
.footer .company .logo {
  margin-bottom: 32px;
}
.footer .company .city {
  padding: 4px 16px 4px 32px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #3a40ff;
  border-radius: 14px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
  background: #101387 url('../img/city2.svg') no-repeat 12px 50%;
  text-decoration: none;
  color: #fff;
  margin-bottom: 24px;
  display: inline-block;
}
.footer .company .data {
  opacity: .4;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.footer .contacts {
  width: 32%;
  padding-bottom: 38px;
}
.footer .contacts .item {
  margin-bottom: 10px;
  padding-left: 44px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  line-height: 16px;
}
.footer .contacts .item:nth-child(1) {
  background: url('../img/contacts1.svg') no-repeat left;
}
.footer .contacts .item:nth-child(2) {
  background: url('../img/contacts2.svg') no-repeat left;
}
.footer .contacts .item:nth-child(3) {
  background: url('../img/contacts3.svg') no-repeat left;
}

.footer .contacts .item:nth-child(4) {
  background: url('../img/soc_icon.png') no-repeat left;
  background-size: contain;
  height: 30px;
}

.footer .contacts .item:nth-child(5) {
  background: url('../img/soc_icon.png') no-repeat left;
  background-size: contain;
  height: 30px;
}
.footer .contacts .item:nth-child(6) {
  background: url('../img/soc_icon.png') no-repeat left;
  background-size: contain;
  height: 30px;
}
.footer .contacts .item p {
  color: #979ae8;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.footer .contacts .item p a {
  text-decoration: none;
  color: #979ae8;
}
.footer .phones {
  width: 32%;
  padding-bottom: 28px;
}
.footer .phones button {
  width: 100%;
  height: 56px;
  border-radius: 32px;
  box-shadow: 0px 6px 12px 0px rgba(53, 59, 192, 0.35);
  background: #3a40ff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 32px;
}
.footer .phones button:hover {
  background: #191FE3;
}
.footer .phones .item {
  margin-bottom: 20px;
  padding-left: 60px;
  position: relative;
  cursor: pointer;
  color: #979ae8;
  line-height: 20px;
}
.footer .phones .item:hover:before {
  background: url('../img/phone2.svg') no-repeat center, #101387;
  border: 1px solid #353bc0;
}
.footer .phones .item:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url('../img/phone2.svg') no-repeat center, #3a40ff;
  box-shadow: 0px 7.2px 14.4px rgba(53, 59, 192, 0.35);
  border: 1px solid transparent;
}
.footer .phones .item a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.footer nav {
  margin-bottom: 40px;
  width: 32%;
  border-radius: 32px;
  background: #1f2267;
  padding: 20px 24px 8px 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer nav h3 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.footer nav .h3 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.footer nav ul li {
  margin-bottom: 8px;
}
.footer nav ul li a {
  display: block;
  text-decoration: none;
  color: #979ae8;
  line-height: 20px;
}
.footer nav ul li a:hover {
  opacity: .5;
}
.footer .copy {
  opacity: .4;
  font-size: 12px;
  line-height: 16px;
}
.mobile-footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 8;
  background: #101387;
  padding: 16px 0;
  color: #fff;
  display: none;
}
.mobile-footer .menu-button {
  position: absolute;
  right: 20px;
  top: -28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  background: url('../img/menu-button.svg');
  box-shadow: 0px 6px 12px 0px rgba(53, 59, 192, 0.35);
}
.mobile-footer .menu-button.active {
  background: url('../img/menu-close.svg');
}
.mobile-footer .phone {
  padding-left: 50px;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
}

.mobile-footer .phone a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
}
.mobile-menu {
  position: fixed;
  width: 100%;
  height: calc(100% - 149px);
  top: 69px;
  left: 0;
  z-index: 6;
  background: #000248;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 0;
  color: #fff;
  overflow-y: scroll;
  display: none;
}
.mobile-menu .menu2 {
  display: none;
}
.mobile-menu .menu2 .back-link {
  display: block;
  text-decoration: none;
  color: #fff;
  margin-bottom: 8px;
  padding: 12px 0 12px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  background: url('../img/back.svg') no-repeat left;
}
.mobile-menu .menu2 ul {
  border: 1px solid #1f2267;
  border-radius: 24px;
  background: #1f2267;
}
.mobile-menu .menu2 ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .menu2 ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 16px;
}
.mobile-menu .menu2 ul li a.with_sub {
  background: url('../img/arrow4.svg') no-repeat right 16px top 50%;
}
.mobile-menu .menu2 ul li a.with_sub.active {
  background: url('../img/arrow4a.svg') no-repeat right 16px top 50%;
}
.mobile-menu .menu2 ul li ul {
  display: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0;
}
.mobile-menu .menu2 ul li ul li a {
  background: #000248;
  color: #979ae8;
}
.mobile-menu .menu ul {
  padding-bottom: 8px;
}
.mobile-menu .menu ul li {
  margin-bottom: 8px;
}
.mobile-menu .menu ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 24px;
  background: #1f2267;
}
.mobile-menu .menu ul li a.with_sub {
  background: #1f2267 url('../img/arrow3.svg') no-repeat right 16px top 50%;
}
.mobile-menu .menu .city p {
  margin-bottom: 4px;
  line-height: 20px;
  opacity: .5;
}
.mobile-menu .menu .city a {
  display: block;
  padding: 8px 36px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 18px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
  background: #3a40ff url('../img/city2.svg') no-repeat 16px 50%;
  text-decoration: none;
  color: #fff;
}
.popup {
  padding: 0!important;
  border-radius: 32px;
}
.popup .fancybox-close-small {
  width: 40px;
  height: 40px;
  background: url('../img/close.svg');
  margin: 10px 10px 0 0;
}
.popup .fancybox-close-small:hover {
  background: url('../img/closeh.svg');
}
.popup .fancybox-close-small svg {
  display: none;
}
.popup .blocks {
  background: linear-gradient(180deg, #00059c, #3c41ee 100%);
  color: #fff;
  padding: 53px 20px 65px 300px;
  margin-bottom: -30px;
  position: relative;
}
.popup .blocks .image {
  position: absolute;
  left: 27px;
  top: 0;
}
.popup .blocks .item {
  margin-bottom: 10px;
}
.popup .blocks .item span {
  display: table-cell;
  vertical-align: middle;
}
.popup .blocks .item span:first-child {
  font-size: 0;
}
.popup .blocks .item span img {
  max-width: 100000px;
  margin-right: 8px;
}
.popup form {
  padding: 48px 64px;
  background: #fff;
  position: relative;
  color: #000;
  border-radius: 32px;
}
.popup form h2 {
  text-align: center;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.popup form .top-text {
  text-align: center;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.popup form input[type='text'] {
  width: 100%;
  height: 56px;
  margin-bottom: 8px;
  border-radius: 32px;
  background: #efefef;
  padding: 0 20px;
  font-size: 16px;
}
.popup form input[type='text']:focus {
  box-shadow: 0 0 0 1px #fff;
}
.popup form button {
  width: 100%;
  height: 56px;
  margin-top: 16px;
  background: #3a40ff;
  color: #fff;
  border-radius: 32px;
  font-size: 18px;
  font-weight: 700;
}
.popup form button:hover {
  background: #191FE3;
}
.popup .cities {
  padding: 48px 32px 36px 32px;
}
.popup .cities h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
}
.popup .cities input[type='text'] {
  width: 100%;
  height: 56px;
  margin-bottom: 24px;
  border-radius: 32px;
  background: #efefef url('../img/search.svg') no-repeat 20px 50%;
  padding: 0 20px 0 48px;
  font-size: 16px;
}
.popup .cities ul li {
  margin-bottom: 12px;
}
.popup .cities ul li a {
  display: block;
  text-decoration: none;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.popup .cities ul li a:hover {
  color: #3a40ff;
  font-weight: 600;
}
.navi {
  padding: 32px 0;
  color: #949494;
  font-size: 16px;
  line-height: 24px;
}
.navi span {
  color: #000;
}
.navi a {
  text-decoration: none;
}
.navi a:first-child {
  padding-left: 22px;
  background: url('../img/home.svg') no-repeat left;
}
.service-page {
  padding-bottom: 64px;
  background: url('../img/docs-block.svg') no-repeat top center / contain;
}
.service-page .info {
  background: #fff;
  position: relative;
  padding: 48px 500px 48px 48px;
  border-radius: 80px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.service-page .info .image {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
}
.service-page .info h1 {
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}


.service-page .info .block-name {
   margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
	
}

.service-page .info p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}
.service-page .info button {
  width: 206px;
  height: 56px;
  border-radius: 32px;
  box-shadow: 0px 6px 12px 0px rgba(53, 59, 192, 0.35);
  background: #3a40ff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.service-page .info button:hover {
  background: #191FE3;
}
.catalog-block {
  padding-bottom: 70px;
  background: url('../img/catalog-block.svg') no-repeat left center / contain;
}
.catalog-block h2 {
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
.catalog-block .list .item {
  width: 32%;
  margin-bottom: 30px;
  position: relative;
  border-radius: 32px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
  background: #ffffff;
  overflow: hidden;
}
.catalog-block .list .item .name {
  position: relative;
  padding: 21px 20px 51px 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  background: linear-gradient(180deg, #3a40ff, #232699 100%);
}
.catalog-block .list .item .name h3 {
  color: #fff;
  margin-top: 2px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.catalog-block .list .item .name .h3 {
  color: #fff;
  margin-top: 2px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.catalog-block .list .item .name .price {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  right: 20px;
  border-radius: 36px;
  background: #282caf;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  padding: 12px 20px;
  color: #fff;
  margin-top: -15px;
}
.catalog-block .list .item .info {
  background: #fff;
  margin-top: -30px;
  border-radius: 32px;
  position: relative;
  padding: 16px 20px 88px 20px;
}
.catalog-block .list .item .info ul li {
  margin-bottom: 12px;
  padding-left: 28px;
  background: url('../img/li.svg') no-repeat 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.catalog-block .list .item button {
  width: calc(100% - 40px);
  height: 56px;
  border-radius: 32px;
  box-shadow: 0px 6px 12px 0px rgba(53, 59, 192, 0.35);
  background: #3a40ff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.catalog-block .list .item button:hover {
  background: #191FE3;
}
.doctors-page {
  padding-bottom: 60px;
}
.doctors-page h1 {
  margin-bottom: 12px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
.text-page .top-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.doctors-page .list .item {
  width: 30%;
  margin-bottom: 20px;
  border-radius: 32px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  margin-right: 2%;
}
.doctors-page .list .item:nth-child(3n) {
  margin-right: 0;
}
.doctors-page .list .item .image {
  position: relative;
}
.doctors-page .list .item .image img {
  width: 100%;
}
.doctors-page .list .item .image .years {
  position: absolute;
  top: 32px;
  right: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 4px 12px;
  border-radius: 16px 0px 0px 16px;
  background: #282caf;
}
.doctors-page .list .item .info {
  margin-top: -30px;
  background: #fff;
  border-radius: 32px;
  padding: 16px 20px 20px 20px;
  position: relative;
}
.doctors-page .list .item .info h3 {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  width: 80%;
}

.doctors-page .list .item .info .h3 {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  width: 80%;
}

.doctors-page .list .item .info p {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #646464;
}
.doctors-page .list .item .info button {
  width: 100%;
  height: 56px;
  border-radius: 32px;
  box-shadow: 0px 6px 12px 0px rgba(53, 59, 192, 0.35);
  background: #3a40ff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.doctors-page .list .item .info button:hover {
  background: #191FE3;
}
.doctors-page .list .slick-prev,
.doctors-page .list .slick-next {
  position: absolute;
  padding: 0;
  font-size: 0;
  z-index: 2;
  top: -80px;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  filter: grayscale(100%);
  opacity: .2;
}
.doctors-page .list .slick-prev:hover,
.doctors-page .list .slick-next:hover {
  filter: none;
  opacity: 1;
}
.doctors-page .list .slick-prev {
  right: 140px;
  background: url('../img/prev.svg') no-repeat center, linear-gradient(180deg, #797dff, #005ce6 100%);
}
.doctors-page .list .slick-next {
  right: 80px;
  background: url('../img/next.svg') no-repeat center, linear-gradient(180deg, #797dff, #005ce6 100%);
}
.doctor-page {
  padding-bottom: 80px;
}
.doctor-page .content {
  border-radius: 80px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
  background: #ffffff;
  padding: 24px;
}
.doctor-page .content .image {
  width: 39%;
  margin-bottom: 30px;
}
.doctor-page .content .image img {
  width: 100%;
  border: 1.17px solid #c8c8c8;
  border-radius: 56px;
}
.doctor-page .content .info {
  width: 59%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
}
.doctor-page .content .info .years {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 4px 12px;
  border-radius: 16px;
  background: #282caf;
  margin-bottom: 12px;
}
.doctor-page .content .info h1 {
  margin-bottom: 12px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
.doctor-page .content .info .prof {
  margin-bottom: 20px;
  color: #646464;
  font-size: 16px;
  line-height: 24px;
}
.doctor-page .content .info .ul {
  padding-bottom: 4px;
}
.doctor-page .content .info .ul li {
  padding-left: 50px;
  margin-bottom: 16px;
  color: rgba(100, 100, 100, 0.85);
  font-size: 12px;
  line-height: 16px;
}
.doctor-page .content .info .ul li:nth-child(1) {
  background: url('../img/doctor-icon1.svg') no-repeat 0 0;
}
.doctor-page .content .info .ul li:nth-child(2) {
  background: url('../img/doctor-icon2.svg') no-repeat 0 0;
}
.doctor-page .content .info .ul li span {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.doctor-page .content .info .button {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #bababa;
}
.doctor-page .content .info .button button {
  width: 267px;
  height: 56px;
  border-radius: 32px;
  box-shadow: 0px 6px 12px 0px rgba(53, 59, 192, 0.35);
  background: #3a40ff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.doctor-page .content .info .button button:hover {
  background: #191FE3;
}
.doctor-page .content .info h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.doctor-page .content .info .h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.doctor-page .content .info p {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #bababa;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.doctor-page .content .info .ul2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 20px;
  list-style: disc;
}
.contacts-page {
  background: url('../img/prices-block.svg') no-repeat top center / contain;
  padding-bottom: 138px;
  margin-bottom: -60px;
}
.contacts-page h1 {
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}
.contacts-page .content {
  padding: 24px;
  border-radius: 80px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
  background: #fff;
}
.contacts-page .content .contacts {
  width: 37%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
}
.contacts-page .content .contacts h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.contacts-page .content .contacts .phones {
  margin-bottom: 16px;
  border-bottom: 1px dashed #bababa;
  padding-bottom: 6px;
}
.contacts-page .content .contacts .phones .phone {
  margin-bottom: 10px;
  padding-left: 50px;
  position: relative;
  color: rgba(100, 100, 100, 0.85);
  font-size: 12px;
  line-height: 16px;
}
.contacts-page .content .contacts .phones .phone:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0px 6px 12px 0px rgba(53, 59, 192, 0.35);
  background: url('../img/phone.svg') no-repeat center, linear-gradient(180deg, #00059c, #3c41ee 100%), #d9d9d9;
}
.contacts-page .content .contacts .phones .phone a {
  display: block;
  text-decoration: none;
  color: #3a40ff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.contacts-page .content .contacts ul {
  margin-bottom: 16px;
  border-bottom: 1px dashed #bababa;
  padding-bottom: 6px;
}
.contacts-page .content .contacts ul li {
  margin-bottom: 10px;
  padding-left: 50px;
  position: relative;
  color: rgba(100, 100, 100, 0.85);
  font-size: 12px;
  line-height: 16px;
}
.contacts-page .content .contacts ul li:nth-child(1) {
  background: url('../img/contacts4.svg') no-repeat 0 0;
}
.contacts-page .content .contacts ul li:nth-child(2) {
  background: url('../img/contacts5.svg') no-repeat 0 0;
}
.contacts-page .content .contacts ul li:nth-child(3) {
  background: url('../img/contacts6.svg') no-repeat 0 0;
}
.contacts-page .content .contacts ul li span {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.contacts-page .content .contacts ul li span a {
  text-decoration: none;
  color: #000;
}
.contacts-page .content .contacts .data {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.contacts-page .content .contacts .data span {
  display: block;
  margin-bottom: 4px;
  opacity: 0.85;
  color: #646464;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.contacts-page .content .map {
  width: 63%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #c8c8c8;
  border-radius: 56px;
}
.gallery-page {
  padding-bottom: 60px;
}
.gallery-page h1 {
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}
.gallery-page .list .item {
  width: 32%;
  margin-bottom: 20px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  margin-right: 2%;
  font-size: 0;
}
.gallery-page .list .item:nth-child(3n) {
  margin-right: 0;
}
.gallery-page .list .item img {
  width: 100%;
}
.gallery-page .list .item a {
  display: block;
}
.gallery-page .list .item a:hover:after {
  opacity: 1;
}
.gallery-page .list .item a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6) url('../img/zoom.svg') no-repeat center;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.docs-page {
  padding-bottom: 60px;
}
.docs-page h1 {
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}
.docs-page .list .item {
  width: 23%;
  margin-bottom: 20px;
  margin-right: 2.666667%;
  font-size: 0;
  position: relative;
  border-radius: 24px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.docs-page .list .item:nth-child(4n) {
  margin-right: 0;
}
.docs-page .list .item img {
  width: 100%;
}
.docs-page .list .item a {
  display: block;
}
.docs-page .list .item a:hover:after {
  opacity: 1;
}
.docs-page .list .item a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6) url('../img/zoom.svg') no-repeat center;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.text-page {
  padding-bottom: 40px;
}

.text-page.nopadding {
  padding-bottom: 0px;
}
.text-page h1 {
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 800;
}

.text-page  .block-name {
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 800;
}

.text-page h2 {
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 800;
}
.text-page h3 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 800;
}
.text-page h4 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 800;
}
.text-page h5 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 800;
}
.text-page h6 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 800;
}
.text-page p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.text-page ol {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
  counter-reset: num;
}
.text-page ol li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.text-page ol li:before {
  content: counter(num) '.';
  counter-increment: num;
  font-weight: 700;
  color: #3a40ff;
  position: absolute;
  left: 0;
  top: 0;
}
.text-page ul {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
}
.text-page ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.text-page ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #3a40ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.text-page blockquote {
  margin: 0 0 20px;
  padding: 15px 20px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  border-left: 3px solid #3a40ff;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1150px) {
  .wrap {
    width: 970px;
  }
  .header .contacts {
    margin-left: 0;
  }
  .header ul li a {
    font-size: 16px;
  }
  .header .contacts .phone a {
    font-size: 17px;
  }
  .header .contacts button {
    width: 150px;
  }
  .index-first-block .image {
    width: 660px;
  }
  .services-block .list .item {
    width: 49%;
  }
  .consult-block form {
    padding: 64px 32px 64px 320px;
  }
  .consult-block2 form {
    padding: 64px 480px 64px 32px;
  }
  .service-page .info {
    padding: 48px 400px 48px 48px;
  }
  .service-page .info .image {
    width: 400px;
  }
  .catalog-block .list .item {
    width: 48.5%;
  }
  .doctors-page .list .item {
    width: 49%;
  }
  .doctors-page .list .item:nth-child(3n) {
    margin-right: 2%;
  }
  .doctors-page .list .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .wrap {
    width: 747px;
  }
  .header .contacts .phone {
    display: none;
  }
  .header ul {
    margin-top: 0;
  }
  .header .logo {
    margin-top: 0;
  }
  .header ul li ul {
    width: 260px;
  }
  .prices-block .content {
    padding: 0;
  }
  .consult-block form {
    padding: 64px;
    background: linear-gradient(180deg, #0006c1, #3c41ee 100%);
  }
  .consult-block2 form {
    padding: 64px;
    background: linear-gradient(180deg, #0006c1, #3c41ee 100%);
  }
  .steps-block .tabNavigation {
    width: 320px;
  }
  .steps-block .tab-content {
    width: calc(100% - 280px);
  }
  .steps-block .tab-content button {
    margin-top: 0;
  }
  .index-gallery-block .list .slick-prev,
  .index-gallery-block .list .slick-next {
    display: none !important;
  }
  .footer .company {
    width: 100%;
  }
  .footer .contacts {
    width: 100%;
  }
  .footer .phones {
    width: 100%;
  }
  .footer nav {
    width: 100%;
  }
  .service-page .info {
    padding: 48px;
  }
  .service-page .info .image {
    display: none;
  }
  .advantages-block.inner .list .item {
    width: 48.5%;
  }
  .doctor-page .content .info {
    padding: 0;
    width: 57%;
  }
  .contacts-page .content .contacts {
    width: 100%;
  }
  .contacts-page .content .map {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .wrap {
    width: 556px;
  }
  .header .links {
    display: none;
  }
  .header ul {
    display: none;
  }
  .header .city {
    display: none;
  }
  body {
    padding-top: 69px;
  }
  .mobile-footer {
    display: block;
  }
  .mobile-menu.opened {
    display: block;
  }
  .prices-block .table table tbody tr td {
    font-size: 16px;
    padding: 20px 12px;
  }
  .prices-block .table table thead tr td {
    padding: 16px 12px;
  }
  .advantages-block .list .item {
    width: 48.5%;
  }
  .advantages-block.main .list .item {
	   width: 48.5%;
	}
	  
  
  .consult-block form {
    padding: 32px;
  }
  .consult-block form input[type='text'] {
    width: 100%;
  }
  .consult-block form button {
    width: 100%;
    margin-bottom: 20px;
  }
  .steps-block .tabNavigation {
    width: 100%;
  }
  .steps-block .tab-content {
    width: 100%;
    margin: 0;
  }
  .steps-block .tabNavigation li a {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
  }
  .doctors-block .list .slick-prev,
  .doctors-block .list .slick-next {
    display: none !important;
  }
  .reviews-block .list .item {
    width: 480px;
  }
  .docs-block .list .slick-prev,
  .docs-block .list .slick-next {
    display: none !important;
  }
  .consult-block2 form {
    padding: 32px;
  }
  .popular-services-block .list .slick-prev,
  .popular-services-block .list .slick-next {
    display: none !important;
  }
  .footer {
    padding: 48px 0 120px;
  }
  .catalog-block .list .item {
    width: 100%;
  }
  .doctors-page .list .item {
    width: 100%;
    margin: 0 0 12px 0!important;
  }
  .doctor-page .content .image {
    width: 100%;
  }
  .doctor-page .content .info {
    width: 100%;
  }
  .gallery-page .list .item {
    width: 48.5%;
    margin-right: 3%;
  }
  .gallery-page .list .item:nth-child(3n) {
    margin-right: 3%;
  }
  .gallery-page .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .docs-page .list .item {
    width: 48.5%;
    margin-right: 3%;
  }
  .docs-page .list .item:nth-child(4n) {
    margin-right: 3%;
  }
  .docs-page .list .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .wrap {
    width: auto;
    padding: 0 16px;
  }
  .header .contacts button {
    width: 146px;
  }
  .header .logo {
    width: 170px;
  }
  .index-first-block {
    padding: 36px 0 364px;
    overflow: hidden;
  }
  .index-first-block .text h1 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }
  .index-first-block .text .info {
    padding: 16px;
  }
  .index-first-block .text .info ul li {
    width: 100%;
  }
  .index-first-block .text .info button {
    width: 100%;
  }
  .index-first-block .image {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 475px;
  }
  .services-block {
    border-radius: 32px 32px 0px 0px;
    box-shadow: none;
  }
  .services-block h2 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 32px;
  }
  .services-block .list .item {
    width: 100%;
  }
  .services-block .list .item .name {
    padding: 24px 88px 24px 16px;
  }
  .services-block .list .item .name h3 {
    font-size: 18px;
    line-height: 24px;
  }
   .services-block .list .item .name .h3 {
    font-size: 18px;
    line-height: 24px;
  }
  
   .services-block .name .h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .services-block .list .item .name .price {
    font-size: 16px;
    line-height: 20px;
  }
  .services-block .list .item .name img {
    right: 16px;
    width: 64px;
  }
  .services-block .list .item .info {
    padding: 16px;
  }
  .services-block .list .item .info p {
    margin-bottom: 20px;
  }
  .services-block .list .item .info button {
    font-size: 14px;
    width: 152px;
    height: 40px;
  }
  .services-block .list .item {
    margin-bottom: 12px;
  }
  .prices-block {
    background: none;
    padding-top: 36px;
  }
  .prices-block h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }
  .prices-block .tabNavigation {
    margin: 0 -16px 20px 0;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .prices-block .table table thead tr td {
    padding: 12px;
    font-size: 14px;
    line-height: 20px;
  }
  .prices-block .table table thead tr td:last-child {
    display: none;
  }
  .prices-block .table table tbody tr td {
    padding: 12px;
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
  }
  .prices-block .table table tbody tr td .price {
    font-size: 16px;
    line-height: 20px;
  }
  .prices-block .table table tbody tr td:last-child {
    display: none;
  }
  .prices-block .table table tbody tr td button.mob {
    display: block;
    margin-top: 12px;
  }
  .advantages-block {
    padding: 48px 0 28px;
  }
  .advantages-block h2 {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
  }
  .advantages-block .list .item {
    text-align: left;
    margin-bottom: 20px;
  }
  .advantages-block .list .item img {
    width: 80px;
  }
  .advantages-block .list .item h3 {
    margin: 12px 0 8px;
    font-size: 16px;
    line-height: 20px;
  }
  .advantages-block .list .item .h3 {
    margin: 12px 0 8px;
    font-size: 16px;
    line-height: 20px;
  }
  
  .advantages-block.main .list .item .h3 {
    margin: 12px 0 8px;
    font-size: 16px;
    line-height: 20px;
  }
  .advantages-block .list .item p {
    font-size: 12px;
    line-height: 16px;
  }
  .consult-block .wrap {
    padding: 0;
  }
  .consult-block form {
    padding: 24px 16px 336px 16px;
    border-radius: 32px;
    background: url('../img/consult-block.png') no-repeat left bottom, linear-gradient(180deg, #0006c1, #3c41ee 100%);
  }
  .consult-block form h2 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }
    .consult-block form .h2 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }
  .consult-block form p {
    margin-bottom: 20px;
  }
  .consult-block form button {
    margin: 12px 0 20px;
  }
  .consult-block {
    background: none;
    margin: 0;
    padding: 0 0 32px 0;
  }
  .steps-block {
    padding: 0 0 48px 0;
    background: none;
  }
  .steps-block .wrap {
    padding: 0;
  }
  .steps-block .tabNavigation {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .steps-block .tabNavigation li {
    display: inline-block;
    width: 172px;
    margin: 0 2px 0 0;
    height: 100%;
    vertical-align: top;
  }
  .steps-block .tabNavigation li a {
    white-space: normal;
    height: 100%;
    padding: 12px 12px 42px 12px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 24px 24px 0px 0px;
  }
  .steps-block .tabNavigation li a span {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-bottom: 12px;
    display: block;
    transform: none;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .steps-block .tab-content {
    margin-top: -30px;
    padding: 16px;
    border-radius: 32px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
  }
  .steps-block .tab-content h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .steps-block .tab-content .h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .steps-block .tab-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .steps-block .tab-content button {
    width: 100%;
  }
  .about-block h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .about-block .text p {
    font-size: 14px;
    line-height: 20px;
  }
  .about-block {
    padding-bottom: 48px;
  }
  .doctors-block {
    border-radius: 32px;
    padding: 16px 0;
  }
  .doctors-block h2 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }
  .doctors-block .top-text {
    font-size: 14px;
    line-height: 20px;
  }
  .doctors-block .list .item {
    width: 312px;
    margin: 10px 5px;
  }
  .doctors-block .list .item .image .years {
    font-size: 14px;
    line-height: 20px;
  }
  .doctors-block .list .item .info {
    padding: 12px 16px 16px 16px;
  }
  .doctors-block .list .item .info h3 {
    font-size: 18px;
    line-height: 24px;
  }
   .doctors-block .list .item .info .h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .doctors-block .list .item .info p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
  }
  .index-gallery-block {
    margin: 0;
    padding: 64px 0;
  }
  .index-gallery-block h2 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }
  .index-gallery-block .top-text {
    font-size: 14px;
    line-height: 20px;
  }
  .index-gallery-block .list .item {
    width: 312px;
    margin: 0 12px 0 0;
  }
  .reviews-block {
    border-radius: 32px;
    padding: 16px 0;
  }
  .reviews-block h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .reviews-block .list .slick-prev,
  .reviews-block .list .slick-next {
    display: none !important;
  }
  .reviews-block .list .item {
    width: 312px;
    margin: 0 12px 0 0;
    padding: 16px;
  }
  .reviews-block .list .item .avatar {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    display: block;
  }
  .reviews-block .list .item .rating {
    line-height: 48px;
  }
  .reviews-block .list .item .rating .star {
    vertical-align: middle;
  }
  .reviews-block .list .item .name h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .reviews-block .list .item .name .h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .reviews-block .list .item .name {
    font-size: 12px;
    line-height: 16px;
  }
  .reviews-block .list .item p {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .docs-block {
    padding: 64px 0;
    margin: 0;
    background: url('../img/docs-block.svg') no-repeat center / contain;
  }
  .docs-block h2 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }
  .docs-block .top-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .consult-block2 .wrap {
    padding: 0;
  }
  .consult-block2 form {
    padding: 16px 16px 354px 16px;
    border-radius: 32px;
    background: url('../img/consult-block3.png') no-repeat center bottom, linear-gradient(180deg, #0006c1, #3c41ee 100%);
  }
  .consult-block2 form h2 {
    font-size: 24px;
    line-height: 32px;
  }
    .consult-block2 form .h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .consult-block2 form p {
    font-size: 14px;
    line-height: 20px;
  }
  .popular-services-block {
    margin: 0;
    padding: 40px 0 64px;
  }
  .popular-services-block h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .popular-services-block .list .item {
    width: 312px;
  }
  .popular-services-block .list .item .name {
    padding: 24px 88px 24px 16px;
  }
  .popular-services-block .list .item .name h3 {
    font-size: 18px;
    line-height: 24px;
  }
  
   .popular-services-block .list .item .name .h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .popular-services-block .list .item .name .price {
    font-size: 16px;
    line-height: 20px;
  }
  .popular-services-block .list .item .name img {
    right: 16px;
    width: 64px;
  }
  .popular-services-block .list .item .info {
    padding: 16px;
  }
  .popular-services-block .list .item .info p {
    margin-bottom: 20px;
  }
  .popular-services-block .list .item .info button {
    font-size: 14px;
    width: 152px;
    height: 40px;
  }
  .faq-block {
    padding: 48px 0 40px;
    background: url('../img/faq-block2.svg') no-repeat top center / contain;
  }
  
  .faq-block.inner {
    padding: 0px 0 40px;
    background: url('../img/faq-block2.svg') no-repeat top center / contain;
  }
  .faq-block h2 {
    font-size: 24px;
    line-height: 32px;
  }
  
  .faq-block .h2 {
    font-size: 24px;
    line-height: 32px;
  }
  
  .faq-block .item {
    padding: 22px 60px 22px 20px;
  }
  .faq-block .item h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .faq-block .item h3:after {
    margin-left: 4px;
    width: 40px;
    height: 40px;
  }
  
   .faq-block .item .h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .faq-block .item .h3:after {
    margin-left: 4px;
    width: 40px;
    height: 40px;
  }
  
  .faq-block .item .text {
    font-size: 14px;
    line-height: 20px;
  }
  .footer {
    padding: 24px 0 120px;
    border-radius: 32px 32px 0 0;
  }
  .footer .company .logo {
    width: 225px;
    margin-bottom: 20px;
  }
  .footer .company .city {
    display: block;
    margin-bottom: 20px;
    padding: 8px 16px 8px 32px;
  }
  .footer .company {
    margin-bottom: 24px;
  }
  .footer .contacts {
    padding-bottom: 16px;
  }
  .footer .contacts .item {
    margin-bottom: 8px;
  }
  .footer .phones button {
    height: 40px;
    margin-bottom: 24px;
    font-size: 14px;
  }
  .footer .phones .item {
    margin-bottom: 12px;
    padding-left: 42px;
    font-size: 12px;
    line-height: 16px;
  }
  .footer .phones .item:before {
    width: 32px;
    height: 32px;
    background: url('../img/phone3.svg') no-repeat center, #3a40ff;
  }
  .footer .phones .item a {
    font-size: 16px;
    line-height: 20px;
  }
  .footer .phones {
    padding-bottom: 12px;
  }
  .footer nav {
    margin-bottom: 20px;
    padding: 16px 16px 4px 16px;
  }
  .footer nav ul li {
    margin-bottom: 12px;
  }
  .footer .copy {
    padding-top: 4px;
  }
  .mobile-menu {
    top: 65px;
    height: calc(100% - 144px);
  }
  .popup form {
    padding: 48px 16px 16px 16px;
  }
  .popup .blocks .image {
    display: none;
  }
  .popup .blocks {
    padding: 50px 16px;
  }
  .popup .cities {
    padding: 48px 16px 8px 16px;
  }
  .popup .cities h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .popup .cities input[type='text'] {
    margin-bottom: 20px;
  }
  .navi {
    padding: 20px 0 24px;
  }
  .service-page {
    background: none;
  }
  .service-page .info {
    padding: 16px 16px 386px 16px;
    border-radius: 32px;
    margin: 0 -16px;
  }
  .service-page .info h1 {
    font-size: 24px;
    line-height: 32px;
  }
  
  .service-page .info .block-name {
    font-size: 24px;
    line-height: 32px;
  }
  
  .service-page .info p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .service-page .info button {
    width: 100%;
  }
  .service-page .info .image {
    display: block;
    width: 100%;
  }
  .advantages-block.inner .list .item p {
    font-size: 12px;
    line-height: 16px;
  }
  .advantages-block.inner .list .item h3 {
    margin: 12px 0 8px;
    font-size: 16px;
    line-height: 20px;
  }
  
   .advantages-block.inner .list .item .h3 {
    margin: 12px 0 8px;
    font-size: 16px;
    line-height: 20px;
  }
  .advantages-block.inner {
    padding: 0 0 20px 0;
  }
  .catalog-block h2 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }
  .catalog-block .list .item .info ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .catalog-block .list .item {
    margin-bottom: 12px;
  }
  .catalog-block {
    padding-bottom: 36px;
  }
  .steps-block h2 {
    padding: 0 16px;
    text-align: center;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }
  .doctors-page {
    padding-bottom: 36px;
  }
  .doctors-page h1 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }
  .text-page .top-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .doctors-page .list .item .image .years {
    font-size: 14px;
    line-height: 20px;
  }
  .doctors-page .list .item .info {
    padding: 12px 16px 16px 16px;
  }
  .doctors-page .list .item .info h3 {
    font-size: 18px;
    line-height: 24px;
  }
    .doctors-page .list .item .info .h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .doctors-page .list .item .info p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
  }
  .doctor-page .content {
    margin: 0 -16px;
    padding: 16px 16px 24px 16px;
    border-radius: 32px;
  }
  .doctor-page .content .image img {
    border-radius: 32px;
  }
  .doctor-page .content .image {
    margin-bottom: 16px;
  }
  .doctor-page .content .info .years {
    font-size: 14px;
    line-height: 20px;
  }
  .doctor-page .content .info h1 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }
  .doctor-page .content .info .prof {
    font-size: 12px;
    line-height: 16px;
  }
  .doctor-page .content .info .button button {
    width: 100%;
  }
  .doctor-page .content .info h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .doctor-page .content .info .h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .doctor-page .content .info p {
    font-size: 14px;
    line-height: 20px;
  }
  .doctor-page .content .info .ul2 {
    font-size: 14px;
    line-height: 20px;
  }
  .doctor-page {
    padding-bottom: 64px;
  }
  .reviews-block.inner {
    margin-bottom: 64px;
  }
  .contacts-page {
    margin: 0;
    padding-bottom: 48px;
  }
  .contacts-page h1 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }
  .contacts-page .content {
    margin: 0 -16px;
    border-radius: 32px;
    padding: 16px;
  }
  .contacts-page .content .contacts {
    padding: 0 0 16px 0;
  }
  .contacts-page .content .contacts h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .contacts-page .content .contacts .data {
    font-size: 14px;
    line-height: 20px;
  }
  .contacts-page .content .map {
    height: 288px;
    border-radius: 16px;
  }
  .gallery-page h1 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }
  .gallery-page .list .item {
    margin-bottom: 8px;
  }
  .gallery-page {
    padding-bottom: 40px;
  }
  .docs-page h1 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }
  .docs-page .list .item {
    margin-bottom: 8px;
  }
  .docs-page {
    padding-bottom: 40px;
  }
  .prices-block h1 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }
  .prices-block.inner {
    padding-bottom: 48px;
    background: none;
  }
  .text-page h1 {
    font-size: 40px;
  }
  
  .text-page  .block-name {
	  font-size: 40px;
  }
  
  .text-page h2 {
    font-size: 36px;
  }
  .text-page h3 {
    font-size: 32px;
  }
  .text-page h4 {
    font-size: 26px;
  }
  .text-page h5 {
    font-size: 24px;
  }
  .text-page h6 {
    font-size: 18px;
  }
  .text-page p {
    font-size: 14px;
    line-height: 22px;
  }
  .text-page ul {
    font-size: 14px;
    line-height: 22px;
  }
  .text-page ol {
    font-size: 14px;
    line-height: 22px;
  }
  .text-page blockquote {
    font-size: 16px;
    line-height: 24px;
  }
}

.hide {
	display: none;
}

.about-block .text ol {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
  counter-reset: num;
}
.about-block .text ol li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.about-block .text ol li:before {
  content: counter(num) '.';
  counter-increment: num;
  font-weight: 700;
  color: #3a40ff;
  position: absolute;
  left: 0;
  top: 0;
}
.about-block .text ul {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
}
.about-block .text ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.about-block .text ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #3a40ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.about-block .text blockquote {
  margin: 0 0 20px;
  padding: 15px 20px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  border-left: 3px solid #3a40ff;
  font-size: 18px;
  line-height: 26px;
}

.steps-block .tab-content ol {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
  counter-reset: num;
}
.steps-block .tab-content ol li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.steps-block .tab-content ol li:before {
  content: counter(num) '.';
  counter-increment: num;
  font-weight: 700;
  color: #3a40ff;
  position: absolute;
  left: 0;
  top: 0;
}
.steps-block .tab-content ul {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
}
.steps-block .tab-content ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.steps-block .tab-content ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #3a40ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.steps-block .tab-content blockquote {
  margin: 0 0 20px;
  padding: 15px 20px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  border-left: 3px solid #3a40ff;
  font-size: 18px;
  line-height: 26px;
}
.faq-block .item  .text ol {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
  counter-reset: num;
}
.faq-block .item  .text ol li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.faq-block .item  .text ol li:before {
  content: counter(num) '.';
  counter-increment: num;
  font-weight: 700;
  color: #3a40ff;
  position: absolute;
  left: 0;
  top: 0;
}
.faq-block .item  .text ul {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 0px;
}
.faq-block .item  .text ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.faq-block .item  .text ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #3a40ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.faq-block .item  .text blockquote {
  margin: 0 0 20px;
  padding: 15px 20px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  border-left: 3px solid #3a40ff;
  font-size: 18px;
  line-height: 26px;
}
.faq-block  br {
  display: block;
  content: "";
  margin-top: 1em;
}

.header .contacts .soc-links {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.header .contacts .soc-links {
  margin-left: 5px;
  gap: 6px;
}

.header .contacts .soc-links a img {
  width: 32px;
  height: 32px;
  display: block;
}

/* Скрыть на мобильных */
.only-desktop {
  display: inline-flex;
}

@media (max-width: 767px) {
  .only-desktop {
    display: none !important;
  }
}


.mobile-footer-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-footer-content .icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-footer-content .icons a img {
  width: 40px;
  height: 40px;
  display: block;
}

.mobile-footer-content .phone-icon {
  position: relative;
  width: 40px;
  height: 40px;
}

.mobile-footer-content .phone-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0px 6px 12px 0px rgba(53, 59, 192, 0.35);
  background: url('../img/phone.svg') no-repeat center, linear-gradient(180deg, #797dff 0%, #005ce6 100%);
}

.mobile-footer-content .phone {
  padding-left: 0;
  position: static;
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
  display: flex;
  flex-direction: column;
}

.mobile-footer-content .phone a {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}


@media (max-width: 400px) {
  .mobile-footer-content {
	  flex-direction: column;
	   gap: 5px;
	}
	
	.mobile-footer {
		padding: 8px 0;
	}

}


.error-404-page {
  text-align: center;
  padding: 80px 20px;
 padding-top: 40px;
}

.error-code {
  font-size: 140px;
  font-weight: bold;
  color: #1b65d6;
  line-height: 1;
}

.error-title {
  font-size: 32px;
  font-weight: 700;
  color: #0d1b2a;
  margin: 20px 0;
}

.error-description {
  font-size: 18px;
  color: #495057;
  margin-bottom: 40px;
}

.error-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.error-btn-outline,
.error-btn-primary {
  padding: 14px 28px;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
}

.error-btn-outline {
  border: 2px solid #1b65d6;
  color: #1b65d6;
  background-color: transparent;
}

.error-btn-primary {
  background-color: #1b65d6;
  color: #fff;
  border: 2px solid transparent;
}

.sitemap {
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  padding-top:0px;
}

.sitemap h1 {
  text-align: center;
  font-size: 32px;
  color: #1b65d6;
  margin-bottom: 40px;
}

.sitemap-list {
  list-style: none;
  padding-left: 0;
}

.sitemap-list li {
  margin: 6px 0;
  position: relative;
}

.sitemap-list li a {
  color: #0d1b2a;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.sitemap-list li a:hover {
  color: #1b65d6;
}

.sitemap-list li ul {
  margin-top: 5px;
  margin-left: 20px;
  padding-left: 10px;
  border-left: 2px solid #dce3ec;
}

.sitemap-list .active > a,
.sitemap-list .active-link > a {
  color: #1b65d6;
  font-weight: bold;
}


.doctors-page .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.doctors-page .list .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.doctors-page .list .item .info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #fff;
  color: #000;
  padding: 20px 24px;
  font-size: 14px;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  max-width: 1000px;
  margin: 0 auto;
}

.cookie-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.cookie-text {
  flex: 1 1 70%;
  margin: 0;
}

.cookie-text a {
  color: #3a40ff;
  text-decoration: underline;
}

.cookie-controls {
  display: flex;
  gap: 12px;
  align-items: center;
}

.cookie-accept {
  background-color: #3a40ff;
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 24px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0px 4px 12px rgba(58, 64, 255, 0.3);
}

.cookie-accept:hover {
  background-color: #1e23e0;
}

.cookie-close {
  font-size: 20px;
  cursor: pointer;
  color: #aaa;
  font-weight: bold;
  transition: color 0.2s ease;
}

.cookie-close:hover {
  color: #333;
}

@media (max-width: 767px) {
  .cookie-banner {
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 16px 18px;
    font-size: 13px;
  }

  .cookie-banner-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-controls {
    width: 100%;
    justify-content: flex-start;
  }
}
.form-checkbox-agree {
  display: block;
  font-size: 13px;
  margin: 15px 0;
  color: black;
  line-height: 1.4;
}

.form-checkbox-agree input[type="checkbox"] {
  margin-right: 8px;
  vertical-align: middle;
}

.form-checkbox-agree a {
   color: black;
  text-decoration: underline;
}
.consult-checkbox {
  margin: 15px 0 10px;
  font-size: 13px;
  color: #ffffff;
}

.consult-checkbox-label {
  display: inline-block;
  line-height: 1.4;
}

.consult-checkbox-label input[type="checkbox"] {
  margin-right: 6px;
  vertical-align: middle;
}

.consult-checkbox-label a {
  color: #ffffff;
  text-decoration: underline;
}

.doctors-block .list {
  display: flex;
  gap: 20px;
}

.doctors-block .item {
  width: 300px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.doctors-block .item .image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  background-color: #2c2eb8;
}

.doctors-block .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.doctors-block .item .years {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #3d45ff;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 20px;
  z-index: 2;
  white-space: nowrap;
  max-width: max-content;
}



.doctors-block .item .info {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.doctors-block .item .info .h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}

.doctors-block .item .info p {
  font-size: 16px;
  color: #777;
  line-height: 1.4;
  min-height: 45px;
}

.doctors-block .item .info button {
  margin-top: 15px;
  background: #3c3eff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .doctors-block .item {
    width: 260px;
  }

  .doctors-block .item .image {
    height: 220px;
  }
}

.call-to-action {
    font-weight: 500;
    margin: 10px 0;
    color: #444;
}

.underbutton-text {
    font-size: 14px;
    color: #888;
    margin-top: 8px;
}

.service-subtitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: black;
}

/* === О центре (flex + slick) === */
.nc-about-center {
  padding: 48px 0;
  background: #f7f7f9;
}
.nc-about-center__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 32px;
}
.nc-about-center__left {
  flex: 1 1 340px;
  max-width: 440px;
  min-width: 320px;
}
.nc-about-center__right {
  flex: 1 1 560px;
  min-width: 320px;
  position: relative;
}

.nc-about-center__title {
  margin: 0 0 14px;
     font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}
.nc-about-center__annotation {
  margin: 0 0 12px;
  font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  color: #444;
}
.nc-about-center__annotation--accent {
  background: #fff3e0;
  border-left: 4px solid #ff9800;
  padding: 10px 12px;
  border-radius: 8px;
}
.nc-about-center__list {
  margin: 16px 0 20px;
  padding-left: 18px;
}
.nc-about-center__list li { margin: 6px 0;   font-size: 16px;
    font-weight: 400;
    line-height: 24px}

/* Слайдер */
.nc-about-center__slider .nc-about-center__slide {
  overflow: hidden;
  border-radius: 16px;
}
.nc-about-center__slider img {
  display: block;
  width: 100%;
  height: auto;
}

/* Стрелки */
.nc-about-center__arrows {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
.nc-about-center__arrows--mobile {
  display: none;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.nc-about-center__arrow {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background: linear-gradient(180deg,#797dff,#005ce6);
  box-shadow: 0 8px 20px rgba(58,64,255,.35);
}
.nc-about-center__arrow--left::before,
.nc-about-center__arrow--right::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.nc-about-center__arrow--left::before {
  transform: rotate(-135deg);
}
.nc-about-center__arrow.disabled {
  opacity: .35;
  pointer-events: none;
}

/* Адаптив */
@media (max-width: 991px) {
  .nc-about-center { padding: 32px 0 56px; }
  .nc-about-center__arrows { display: none; }
  .nc-about-center__arrows--mobile { display: flex; }
  .nc-about-center__title { font-size: 22px;  line-height: 25px;}
}
@media (max-width: 575px) {
  .nc-about-center__title { font-size: 20px; line-height: 25px; }
}

.nc-about-center__list {
  list-style: none;
  margin: 16px 0 20px;
  padding: 0;
}

.nc-about-center__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;              /* расстояние между иконкой и текстом */
  margin: 8px 0;
  font-size: 16px;
  line-height: 1.5;
}

/* маленький кружок с галочкой */
.nc-about-center__list li::before {
  content: '';
  flex: 0 0 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #007bff;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='white' d='M6.173 12.727L2.1 8.654l1.414-1.414 2.659 2.659 6.314-6.314 1.414 1.414z'/></svg>") no-repeat center/12px 12px;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='white' d='M6.173 12.727L2.1 8.654l1.414-1.414 2.659 2.659 6.314-6.314 1.414 1.414z'/></svg>") no-repeat center/12px 12px;
}
.g-recaptcha {
	margin: 10px 0;
      display: flex;
    align-items: center;
    justify-content: center;
}@media (max-width: 350px) { .mobile-menu {    top: 120px;    height: calc(100% - 144px);  }      .navi {    padding: 50px 0 24px;  }}


/* === Book list (список литературы) === */
.book-list{
  padding:40px 0;
}
.book-list h2{
  margin:0 0 24px;
  font-size:40px;
  font-weight:700;
  line-height:48px;
  text-align:center;
  color:#000;
  position:relative;
}
.book-list h2::after{
  content:"";
  display:block;
  width:180px;
  height:6px;
  border-radius:4px;
  margin:12px auto 0;
  /* фирменный градиент */
  background: linear-gradient(180deg,#5055ff,#3a40ff 52%,#353bc0 100%);
}
.book-list .text ul{
  list-style:none;
  counter-reset:item;
}
.book-list .text ul li{
  position:relative;
  padding-left:28px;
  margin:0 0 18px;
  font-size:18px;
  line-height:28px;
  color:#000;
  word-wrap:break-word;
}

/* маркер */
.book-list .text ul li::before{
  content:"";
  position:absolute;
  left:0; top:0.7em;
  width:10px; height:10px;
  border-radius:50%;
  background:#3a40ff;
  box-shadow:0 0 0 4px rgba(58,64,255,.12); /* мягкое кольцо в фирменном цвете */
  transform:translateY(-50%);
}

/* если внутри <a> — ссылка наследует фирменный цвет при ховере */
.book-list .text ul li a{
  color:inherit;
  text-decoration:underline;
}
.book-list .text ul li a:hover{
  color:#3a40ff;
}

/* Адаптив */
@media (max-width: 991px){
  .book-list h2{ font-size:32px; line-height:40px; }
  .book-list .text ul li{ font-size:16px; line-height:24px; }
}
@media (max-width: 575px){
  .book-list{ padding:24px 0; }
  .book-list h2{ font-size:24px; line-height:32px; margin-bottom:16px; }
  .book-list h2::after{ width:120px; height:4px; margin-top:8px; }
  .book-list .text ul li{ margin-bottom:14px; padding-left:22px; }
  .book-list .text ul li::before{ width:8px; height:8px; box-shadow:0 0 0 3px rgba(58,64,255,.12); }
}

/* ===== Doctor verified block (полный CSS) ===== */

.doctor-page-block { margin: 24px 0 8px; }

.doctor-page-block .wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Карточка */
.doctor-page-block .doctor-card{
  display:flex;
  align-items:center;
  gap:18px;
  padding:22px;
  background:#f9fbff;                 /* светлый фон сайта */
  border:1px solid #eef1f6;
  border-radius:20px;
  box-shadow: 0 1px 0 rgba(0,0,0,.02);
}

/* Фото врача — всегда круг, не «приплющивается» */
.doctor-page-block .doctor-photo{
  flex: 0 0 96px;
}
.doctor-page-block .doctor-photo img{
  width: 100%;
  height: auto;           /* не тянем по высоте */
  aspect-ratio: 1 / 1;    /* держим квадрат */
  object-fit: cover;      /* кадрируем */
  border-radius: 50%;
  border:3px solid #e6eaff;
  display:block;
}

/* Текстовая часть */
.doctor-page-block .doctor-info{ min-width:0; }

.doctor-page-block .doctor-position{
  font-size:14px;
  line-height:1.45;
  color:#6b7280;
  margin-bottom:6px;
}

.doctor-page-block .doctor-name{
  font-weight:800;
  font-size:22px;
  line-height:1.25;
  color:#1b1b1b;
  margin-bottom:6px;
}

/* Блок «Проверено» */
.doctor-page-block .doctor-verified{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:14px;
  color:#1b1b1b;
}

.doctor-page-block .doctor-verified .i-check{
  position: relative;
  display:inline-block;
  width:18px; height:18px;
  flex:0 0 18px;
  border-radius:50%;
  background:#4151ff;                 /* фирменный синий */
  box-shadow:0 0 0 3px rgba(65,81,255,.15);
  line-height:0;
}
.doctor-page-block .doctor-verified .i-check::after{
  content:"";
  position:absolute;
  width:6px; height:10px;
  border:2px solid #fff;
  border-top:0; border-left:0;
  left:50%; top:50%;
  transform: translate(-50%, -55%) rotate(45deg); /* ровно по центру */
}

.doctor-page-block .doctor-verified-text { font-size:14px; color:#1b1b1b; }
.doctor-page-block .doctor-verified-text strong { font-weight:700; }
.doctor-page-block .doctor-verified-date { opacity:.85; }

/* ===== Мобайл ===== */
@media (max-width: 640px){
  .doctor-page-block .doctor-card{
    align-items:flex-start;
    gap:12px;
    padding:16px;
  }
  .doctor-page-block .doctor-photo{ flex-basis:72px; }
  .doctor-page-block .doctor-photo img{ aspect-ratio:1/1; }
  .doctor-page-block .doctor-name{ font-size:18px; }
  .doctor-page-block .doctor-verified{ gap:6px; }

  .doctor-page-block .doctor-verified .i-check{
    width:16px; height:16px; flex-basis:16px;
    box-shadow:0 0 0 2px rgba(65,81,255,.15);
  }
  .doctor-page-block .doctor-verified .i-check::after{
    width:5px; height:8px;
  }
  .doctor-page-block .doctor-verified-text { display:block; }
}

/* ==== Рекомендуемые статьи (карусель) ==== */
.recos { margin-top: 28px; margin-bottom: 20px; }


.recos__title{ font-size: clamp(22px, 2.4vw, 32px); margin:0 0 16px; }

.recos__viewport{
  position:relative;
  /* лёгкие края-затухания */
  --fade: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 22%);
}
.recos__viewport:before,
.recos__viewport:after{
  content:""; position:absolute; top:0; bottom:0; width:36px; pointer-events:none; z-index:2;
}
.recos__viewport:before{ left:0;  background: var(--fade); }
.recos__viewport:after { right:0; background: var(--fade); transform: scaleX(-1); }

/* --- Лента --- */
.recos__rail{
  display:flex; gap:18px; overflow-x:auto; overflow-y:hidden;
  scroll-snap-type:x mandatory; scroll-padding: 0 12px;
  padding: 2px 4px 8px; /* нижняя полоска не видна */
  -ms-overflow-style: none; scrollbar-width: none; /* Firefox */
}
.recos__rail::-webkit-scrollbar{ display:none; } /* Chrome/Safari */

/* Слайд/карточка */
.rec-card{ background:#fff; border-radius:18px; overflow:hidden; }
.rec-card__link{ display:block; color:inherit; text-decoration:none; }
.rec-card__media{ aspect-ratio:16/9; background:#f3f5f7; margin:0; }
.rec-card__media img{ width:100%; height:100%; object-fit:cover; display:block; }
.rec-card__title{     font-size: clamp(18px, 1.8vw, 16px);
    line-height: 1.25;
    margin: 12px 14px 8px;
    font-weight: 600;}
.rec-card__meta{ display:flex; align-items:center; gap:16px; padding:0 14px 14px; color:#5a6673; font-size:14px; }
.rec-card__meta .i{ width:16px; height:16px; fill:none; stroke:currentColor; stroke-width:2; margin-right:6px }

/* Ширина слайда: 3 на десктопе, 2 на планшете, 1 на мобайле */
.rec-card--slide{ flex: 0 0 calc((100% - 2*18px)/3); scroll-snap-align:start; }
@media (max-width: 1100px){ .rec-card--slide{ flex-basis: calc((100% - 18px)/2); } }
@media (max-width: 640px) { .rec-card--slide{ flex-basis: 86%; } }

/* --- Кнопки --- */
.recos__nav{
  position:absolute; z-index:3; top:50%; transform:translateY(-50%);
  width:44px; height:44px; border-radius:50%;
  border:1px solid #E6E8EC; background:#fff;
  display:grid; place-items:center; cursor:pointer;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
}
.recos__nav svg{ width:22px; height:22px; }
.recos__nav--prev{ left:6px; }
.recos__nav--next{ right:6px; }

.recos__nav[disabled]{ opacity:.45; pointer-events:none; }

/* На небольших экранах кнопки чуть меньше */
@media (max-width:640px){
  .recos__nav{ width:40px; height:40px; }
  .recos__nav svg{ width:20px; height:20px; }
}

/* ==== Способы оплаты (paybar) ==== */
/* ===== Способы оплаты (без .prices-block new) ===== */
/* ширина берётся от вашего .wrap/.content, поэтому не задаём max-width здесь */

.paybar-section { margin: 16px 0 8px;    margin-top: 0px; }

/* «капсула» */
.paybar{
  display:flex; align-items:center; gap:14px;
  padding:12px 16px;
  border-radius:22px;
  color:#fff;
  background:#5B44FF;                /* подставь фирменный при желании */
  box-shadow:0 10px 28px rgba(91,68,255,.25);
}

/* заголовок */
.paybar__title{ font-weight:700; white-space:nowrap; }

/* список логотипов */
.paybar__list{
  display:flex; flex-wrap:wrap; gap:8px;
  margin:0; padding:0; list-style:none;
}
.paybar__item{ display:flex; }

/* бейдж логотипа (svg/img одинаково работают) */
.paybar__logo{
  width:72px; height:36px; border-radius:10px;
  box-shadow:0 1px 0 rgba(0,0,0,.06), inset 0 0 0 1px #E7ECF2;
  background:#fff;
  flex:0 0 auto; display:block;
}

/* мобайл */
@media (max-width:640px){
  .paybar{ flex-direction:column; align-items:flex-start; gap:10px; padding:12px; border-radius:16px; }
  .paybar__logo{ width:64px; height:32px; }
}

/* тёмная тема (опционально) */
@media (prefers-color-scheme: dark){
  .paybar{ background:#5340E9; box-shadow:0 10px 28px rgba(0,0,0,.35); }
  .paybar__logo{ box-shadow:0 1px 0 rgba(0,0,0,.3), inset 0 0 0 1px rgba(255,255,255,.05); }
}

.paybar-section .content {
    padding: 0 95px;
}

@media (max-width:640px){
	.paybar-section .content {
		padding: 0px;
	}	
}

/* ===== Плитки-ссылки без классов на <a> ===== */
#after-detox { margin: 24px 0; }
#after-detox > .wrap > h2{
  margin: 0 0 14px;
  font-size: clamp(22px, 2.4vw, 32px);

}

/* сетка */
#after-detox > .wrap > nav{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}
@media (max-width:1024px){
  #after-detox > .wrap > nav{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width:640px){
  #after-detox > .wrap > nav{ grid-template-columns: 1fr; }
}

/* сама плитка-ссылка */
#after-detox > .wrap > nav > a{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 12px;
  text-decoration: none;
  background: #fff;
  color: #0B1221;
  border: 2px solid #E9EEF6;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 22px rgba(0,0,0,.06);
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
#after-detox > .wrap > nav > a:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0,0,0,.09);
  border-color: #DDE6F4;
}

/* первый span — текст */
#after-detox > .wrap > nav > a > span:first-child{
  padding: 16px 18px;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.25;
  font-weight: 700;
}

/* второй span — синий сегмент со стрелкой */
#after-detox > .wrap > nav > a > span:last-child{
  flex: 0 0 56px;
  display: grid;
  place-items: center;
  background: #0E5BFF;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  transition: background .2s ease, transform .2s ease;
}
#after-detox > .wrap > nav > a:hover > span:last-child{ background:#0B4BE0; }
#after-detox > .wrap > nav > a:active > span:last-child{ transform: scale(.96); }

/* доступность */
#after-detox > .wrap > nav > a:focus-visible{
  outline: 3px solid #AECBFF;
  outline-offset: 3px;
}

/* ===== Pay Later — чистый лаконичный вариант в фирменных цветах ===== */

.paylater{ padding: 24px 0; background: #f6f8fb; } /* светлый фон страницы */

.paylater__card{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 24px;

  background:#fff;                    /* белая карточка */
  border: 1px solid #e8ecf5;
  border-radius: 20px;
  padding: clamp(22px, 3vw, 36px);
  box-shadow: 0 12px 32px rgba(20,32,80,.06);  /* мягкая тень */
}

/* левая часть */
.paylater__left{ min-width:0; }
.paylater__title{
  color:#0b1221;
  margin: 0 0 18px;
  font-weight: 800;
  font-size: clamp(22px, 2.8vw, 34px);
  line-height: 1.18;
  position: relative;
}
.paylater__title:after{                 /* тонкая акцентная линия */
  content:"";
  display:block;
  width: 120px; height: 4px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg,#2C3AEF,#5A63FF);
}

/* три карточки с цифрами */
.paylater__facts{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: clamp(12px, 1.8vw, 18px);
  margin: 12px 0 20px;
}
.paylater__fact{
  background:#f7f9ff;
  border: 1px solid #e6eafe;
  border-radius: 14px;
  padding: clamp(14px, 2vw, 18px);
  text-align:center;
}
.paylater__fact--white{                 /* центральная — заметней */
  background:#fff;
  border-color:#e9eef6;
  box-shadow: 0 6px 18px rgba(20,32,80,.06) inset;
}

.paylater__num{
  font-weight: 900;
  font-size: clamp(30px, 4.2vw, 50px);
  line-height: 1;
  color:#2C3AEF;                        /* фирменный акцент */
}
.paylater__num--accent{ color:#e53935; }/* 0₽ — красным */
.paylater__unit{ font-weight:700; font-size:.5em; margin-left:.05em }

.paylater__label{
  margin-top: 8px;
  color:#5a6673;
  font-weight:700;
  font-size: clamp(12px,1.4vw,14px);
}

/* кнопка */
.paylater__btn{
  display:inline-flex; align-items:center; justify-content:center;
  height: 46px; padding: 0 22px;
  border-radius: 12px;
  background: linear-gradient(135deg,#2C3AEF,#5A63FF);
  color:#fff; text-decoration:none; font-weight:700;
  box-shadow: 0 10px 22px rgba(44,58,239,.18);
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s;
}
.paylater__btn:hover{ transform: translateY(-1px); box-shadow:0 12px 26px rgba(44,58,239,.22); }
.paylater__btn:active{ transform: translateY(0); opacity:.9; }

/* правая картинка (если есть) */
.paylater__right{ display:flex; align-items:flex-end; justify-content:flex-end; }
.paylater__right img{
  max-width:min(420px, 100%);
  height:auto; object-fit:contain; display:block;
  filter: drop-shadow(0 8px 18px rgba(20,32,80,.14));
}

/* адаптив */
@media (max-width: 1024px){
  .paylater__card{ grid-template-columns: 1fr; }
  .paylater__right{ order:-1; justify-content:center; }
  .paylater__right img{ max-width:320px; }
}
@media (max-width: 640px){
  .paylater{ padding:16px 0; }
  .paylater__facts{ grid-template-columns: 1fr; }
  .paylater__btn{ width:85%; }
  .paylater__right{ display:none; } /* чтобы блок стал ниже */
}

/* Footer warning (минималистично) */
.warn{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  padding: 12px 0;

  font-size: 13px;
  line-height: 1.35;

  /* аккуратные переносы длинной фразы */
  text-wrap: balance;
  word-break: keep-all;
}

/* чуть крупнее на десктопе */
@media (min-width: 1024px){
  .warn{ font-size: 14px; }
}

/* компактнее на узких экранах */
@media (max-width: 480px){
  .warn{ font-size: 12px; padding: 10px 0; }
}


/* Контейнер и шапка */
.wrap{max-width:1280px;margin:0 auto;padding:0 16px}
.head-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:8px 0 16px}
.head-row h2{margin:0;font-weight:800;font-size:clamp(22px,2.2vw,30px)}
.nav{display:flex;gap:8px}

/* ---------- единый стиль стрелок ---------- */
.slick-arrow{all:unset;display:inline-grid;place-items:center;cursor:pointer;
  width:40px;height:40px;border-radius:999px;background:#fff;border:1px solid rgba(28,37,89,.12);
  box-shadow:0 6px 18px rgba(18,28,76,.08); color:#2c35ff; transition:.15s}
.slick-arrow:hover{transform:translateY(-1px); box-shadow:0 10px 22px rgba(18,28,76,.12)}
.slick-arrow.slick-disabled{opacity:.45;pointer-events:none}
.slick-arrow svg{width:18px;height:18px}
.slick-prev svg{transform:translateX(-1px)}
.slick-next svg{transform:translateX(1px)}
/* отключаем дефолтную иконку slick */
.slick-prev:before,.slick-next:before{display:none}

/* ---------- карточки видео ---------- */
.js-reviews .rev-card{padding:0 10px}
.rev-link{display:block;text-decoration:none;color:inherit}
.rev-figure{margin:0}
.rev-thumb{position:relative;aspect-ratio:16/9;border-radius:16px;overflow:hidden;background:#e9efff}
.rev-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.rev-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:58px;height:58px;border-radius:999px;display:grid;place-items:center;color:#fff;
  background:linear-gradient(135deg,#5c67ff,#7b86ff);box-shadow:0 14px 34px rgba(92,103,255,.35)}
.rev-title{
  margin:10px 2px 0;padding:0 4px;
  font-size:15px;line-height:1.4;color:#1f2937;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  min-height:2.8em /* одинаковая высота строк */
}

/* ---------- карточки историй ---------- */
.js-stories .story-card{padding:0 10px}
.story-link{display:block;text-decoration:none;color:inherit}
.story-figure{margin:0;background:#fff;border:1px solid rgba(28,37,89,.08);
  border-radius:16px;overflow:hidden;box-shadow:0 6px 20px rgba(18,28,76,.06)}
.story-thumb{aspect-ratio:16/9;background:#eef2ff}
.story-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.story-body{padding:12px 14px}
.story-meta{display:flex;gap:10px;align-items:baseline;margin-bottom:6px}
.story-name{font-weight:800;font-size:17px}
.story-age{color:#6b7280;font-size:14px}
.story-text{margin:0 0 10px;font-size:15px;line-height:1.45;color:#1f2937;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8em}
.story-more{display:inline-block;padding:8px 12px;border-radius:10px;background:#eef1ff;color:#2c35ff;font-weight:700}
.story-more:hover{background:#e3e7ff}

/* чтобы подписи не выходили за фото, задаем одинаковые боковые поля у контейнера slick */
.reviews-slider-block .slick-list,
.stories-slider-block .slick-list{margin:0 2px}

/* адаптив по количеству карточек/высоте стрелок handled в JS, здесь только размер стрелок на мобилке */
@media (max-width:768px){
  .slick-arrow{width:36px;height:36px}
}
.stories-slider-block {
	margin-bottom: 25px;
}
/* ===== Review details (single photo) ===== */
.history__block{display:grid;gap:24px}
.history__item{border:1px solid #e5e7eb;border-radius:16px;background:#fff;overflow:hidden; margin-bottom: 20px;}
.history__item-content{display:grid;grid-template-columns:240px 1fr;gap:16px;align-items:center;padding:24px;border-bottom:1px solid #e5e7eb}
.history__content-img{width:100%;height:auto;border-radius:12px;display:block}
.history__info{display:grid;gap:8px}
.history__info-age{margin:0;color:#6b7280;font-size:14px}
.history__info-name{margin:0;font-size:28px;line-height:1.25}
.history__meta{display:flex;gap:12px;align-items:center;color:#6b7280;font-size:14px;margin-top:8px}

.history__item-text{padding:24px;font-size:17px;line-height:1.65}
.history__item-text p{margin:0 0 1em}

/* single photo area */
.history__photo{padding:0 24px 24px;margin:0}
.history__photo-link{display:block;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}
.history__photo-img{display:block;width:100%;height:auto;object-fit:cover}
.history__photo-cap{font-size:14px;color:#6b7280;margin-top:8px;text-align:center}

/* responsive */
@media (max-width:780px){
  .history__item-content{grid-template-columns:1fr}
  .history__info-name{font-size:22px}
}

/* Только мобайл */
@media (max-width: 768px) {
  .lazy-mobile {
    content-visibility: auto;
    contain-intrinsic-size: 800px; /* резерв, чтобы не было скачков */
  }
}
/* Базовый резерв места под слайдер, пока slick не применился */
.slick-slider,
.slick-list,
.slick-track {
  min-height: 1px;
}

/* Если есть конкретный блок слайдера — лучше резервировать точнее */
@media (max-width: 768px) {
  .your-slider-class {
    min-height: 220px; /* подберите под ваш дизайн */
  }
}
/* Lazy только на мобайле */
@media (max-width: 768px) {

  /* базово: даем браузеру право не рендерить, но держим место */
  [data-lazy-mobile]{
    content-visibility: auto;
    contain-intrinsic-size: var(--lazy-h, 800px);
  }

  /* когда JS решил "спрятать" — реально выключаем рендер */
  [data-lazy-mobile].is-hidden{
    content-visibility: hidden;
    contain-intrinsic-size: var(--lazy-h, 800px);
  }

  /* когда показали */
  [data-lazy-mobile].is-visible{
    content-visibility: visible;
    contain-intrinsic-size: auto;
  }
}
/* Открытие мобильного меню по классу opened */
@media (max-width: 768px) {
  .mobile-menu.opened {
    display: block;
  }

  /* блокируем прокрутку страницы, когда меню открыто */
  html.no-scroll,
  html.no-scroll body {
    overflow: hidden;
    height: 100%;
    overscroll-behavior: none;
  }
}
@media (max-width: 768px){
  .mobile-menu.opened{ display:block !important; }
}
@media (max-width: 768px){
  .mobile-menu.opened{ display:block !important; }  /* вот это ключевое */
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.about-block .text {
  overflow-x: auto;
}

.about-block .text table {
  width: 100%;
  margin: 24px 0;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  overflow: hidden;
}

.about-block .text table thead {
  background: #f5f6fb;
}

.about-block .text table thead th {
  padding: 16px 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #222;
  text-align: left;
  border-bottom: 1px solid #e3e3e3;
}

.about-block .text table tbody td {
  padding: 16px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #222;
  vertical-align: top;
  border-bottom: 1px solid #e9e9e9;
}

.about-block .text table tbody tr:last-child td {
  border-bottom: none;
}

.about-block .text table tbody tr:nth-child(even) {
  background: #fafafa;
}

.about-block .text table tbody td:nth-child(2) {
  font-weight: 600;
  color: #2f3fd6;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .about-block .text {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .about-block .text table {
    min-width: 700px;
    margin: 20px 0;
  }

  .about-block .text table thead th,
  .about-block .text table tbody td {
    padding: 13px 14px;
    font-size: 14px;
    line-height: 20px;
  }
}