/* reset style */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  height: 100%;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

:focus,
:active {
  outline: none;
}

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

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

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

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* grid */
body {
  font-family: "Montserrat", sans-serif;
  color: #72777f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.24;
  max-width: 2560px;
  min-width: 360px;
  margin: 0px auto;
  position: relative;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  background: #f4f7f8;
}

.wrapper {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  position: relative;
}

.content {
  display: table-row;
  height: 100%;
}

.container {
  max-width: 1290px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 30px;
}

.content__inner {
  padding: 0px 0 0px 0;
}

.content__block {
  border-radius: 50px 50px 0px 0px;
  background: #fff;
  padding-top: 30px;
  padding: 30px 0 70px 0;
  position: relative;
  z-index: 2;
}

.content__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.content__col--sidebar {
  width: 338px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 48px;
}

.content__col--content {
  width: 100%;
}

.content__sidebar {
  border-radius: 0px 20px 20px 0px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(27, 137, 49, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(27, 137, 49, 0.15);
  margin-left: -30px;
}

.sidebar-content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-radius: 0px 20px 0px 0px;
  background: #59c060;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
}
.sidebar-content__title ins {
  width: 34px;
  height: 34px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 12px;
}
.sidebar-content__title span {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.sidebar-content__menu ul {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
.sidebar-content__menu ul li {
  margin-top: 16px;
}
.sidebar-content__menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #454749;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  padding: 0 30px;
}
.sidebar-content__menu ul li a ins {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 34px;
  height: 34px;
  margin-right: 12px;
}
.sidebar-content__menu ul li a span {
  -ms-flex-item-align: center;
      align-self: center;
}
.sidebar-content__menu ul li a:hover {
  color: #007d26;
}
.sidebar-content__menu ul li:first-child {
  margin-top: 0;
}

.content__title {
  text-align: center;
}

.row-content__block {
  margin-top: 40px;
}

.up-btn {
  position: fixed;
  z-index: -10;
  bottom: 15%;
  width: 50px;
  height: 50px;
  background: url(/images/up-btn.svg) 0px 0px no-repeat;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  right: 30px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.up-btn.show {
  opacity: 1;
  z-index: 10;
}

.ask {
  position: fixed;
  z-index: 10;
  bottom: 15%;
  right: 30px;
  margin-bottom: 66px;
}
.ask.active .ask__toggle {
  background-position: 0 -50px;
}
.ask.active .ask__content {
  display: block;
}

.ask__content {
  border-radius: 25px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(46, 79, 56, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(46, 79, 56, 0.15);
  padding: 5px;
  margin-bottom: 5px;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
  display: none;
}
.ask__content a {
  margin-top: 5px;
  display: block;
  width: 40px;
  height: 40px;
}
.ask__content a img {
  display: block;
  width: 100%;
  height: 100%;
}
.ask__content a:first-child {
  margin-top: 0;
}

.ask__toggle {
  width: 50px;
  height: 50px;
  background: url(/images/ask-sprite.svg) 0px 0px no-repeat;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  cursor: pointer;
}

h1 {
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  color: #454749;
}

h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  color: #454749;
}

h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #454749;
}

h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #454749;
}

h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #454749;
}

h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #454749;
}

a {
  color: #007d26;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
a:hover {
  text-decoration: none;
}

.content__col--content {
  font-size: 16px;
  line-height: 24px;
}
.content__col--content ul {
  list-style: disc;
  margin: 0 0 0 20px;
}
.content__col--content ul li {
  list-style: inherit;
}
.content__col--content ol {
  list-style: decimal;
  margin: 0 0 0 20px;
}
.content__col--content ol li {
  list-style: inherit;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.content__col--content p {
  margin: 20px 0 0 0;
}
.content__col--content p:first-child {
  margin: 0;
}

.content__col--content table {
  border-collapse: collapse;
  font-size: 16px;
  width: 100%;
  border: none;
}

.content__col--content table td {
  padding: 14px 30px;
  vertical-align: middle;
  text-align: left;
  background: none;
  color: #454749;
  line-height: 22px;
  font-weight: 400;
  border: none;
}
.content__col--content table td:nth-child(2) {
  text-align: right;
}
.content__col--content table td span {
  display: inline-block;
  white-space: nowrap;
}

.content__col--content table tr:nth-child(even) {
  background: #fff;
}

.content__col--content table tr:nth-child(odd) {
  background: #f7f9ff;
}

.table-content__title {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  background: #ebffe5;
  color: #454749;
  font-size: 16px;
  font-weight: 600 !important;
  line-height: 22px;
}

.content__col--content table tr:last-child {
  border-radius: 0px 0px 20px 20px;
}
.content__col--content table tr:last-child td:nth-child(1) {
  border-radius: 0 0 0px 20px;
}
.content__col--content table tr:last-child td:nth-child(2) {
  border-radius: 0 0 20px 0px;
}

.table-content__title--first {
  border-radius: 20px 20px 0px 0px;
}

.table-content__top th {
  font-weight: 500;
  border-right: 1px solid #d4ffce !important;
}
.table-content__top th:nth-child(1) {
  border-radius: 20px 0px 0px 0px;
}
.table-content__top th:last-child {
  border-radius: 0px 20px 0px 0px;
  border-right: none !important;
}
.table-content__top td {
  border-right: 1px solid #d4ffce !important;
}
.table-content__top td:last-child {
  border-right: none !important;
}
.table-content__top tr:last-child td {
  border-radius: 0px 0px 0px 0px !important;
}
.table-content__top tr:last-child td:nth-child(1) {
  border-radius: 0 0 0px 20px !important;
}
.table-content__top tr:last-child td:last-child {
  border-radius: 0 0 20px 0px !important;
}

.content__col--content table th {
  padding: 14px 30px;
  vertical-align: middle;
  text-align: left;
  background: none;
  color: #454749;
  line-height: 22px;
  font-weight: 400;
  border: none;
  background: #ebffe5;
}

.content__col--content table thead th {
  padding: 14px 30px;
  vertical-align: middle;
  text-align: left;
  background: none;
  color: #454749;
  line-height: 22px;
  font-weight: 400;
  border: none;
  background: #ebffe5;
}

.content__col--content table thead td {
  padding: 14px 30px;
  vertical-align: middle;
  text-align: left;
  background: none;
  color: #454749;
  line-height: 22px;
  font-weight: 400;
  border: none;
}

.table-content__flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table-content__flag img {
  display: block;
}

.swiper-wrapper {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* -moz-transition: none !important;	-moz-transition-duration: 0s!important; */
}

.swiper-slide {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* -moz-transition: none !important;	-moz-transition-duration: 0s!important; */
}

.swiper-lazy-preloader {
  border: 4px solid #fff;
}

.fancybox-active {
  height: 100%;
}

.fancybox-content {
  padding: 0;
  border-radius: 20px;
}

.fancybox-caption__body {
  font-size: 20px;
}

.fancybox-close-small {
  opacity: 1;
  outline: none;
  border: none;
}

.fancybox-button.fancybox-focus {
  outline: none;
}

.popup {
  display: none;
  background: #f4f9ff;
}

.popup__title {
  color: #454749;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
  border-radius: 20px 20px 0px 0px;
  background: #ebffe5;
  padding: 30px 50px;
}

.popup__content {
  padding: 30px 50px;
  background: #fff;
}

.popup__text {
  color: #454749;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.popup__text span {
  margin-top: 10px;
  display: block;
  color: #59c060;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.popup__form {
  margin-top: 30px;
}

.popup__item {
  margin-top: 10px;
}
.popup__item:first-child {
  margin-top: 0;
}

.popup__heading {
  color: #434343;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 5px;
}

.popup__field {
  position: relative;
}

.popup__field input {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #acc7ff;
  background: #fff;
  font-size: 16px;
  color: #454749;
  padding: 0 16px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.popup__field input:focus {
  border: 1px solid #1b8931;
}

.popup__field input::-moz-placeholder {
  color: #454749;
}

.popup__field input::-webkit-input-placeholder {
  color: #454749;
}

.popup__field input:-ms-input-placeholder {
  color: #454749;
}

.popup__field input::-ms-input-placeholder {
  color: #454749;
}

.popup__field input::placeholder {
  color: #454749;
}

.popup__field input:-webkit-autofill {
  -webkit-appearance: none;
          appearance: none;
  -webkit-text-fill-color: #454749;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  background-color: transparent;
}

.popup__field select {
  cursor: pointer;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #acc7ff;
  background: #fff;
  font-size: 16px;
  color: #454749;
  padding: 0 16px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url(/images/select-icon.svg) 100% 50% no-repeat;
  background-repeat: no-repeat;
  background-position: 99% 50%;
}
.popup__field select:focus {
  border: 1px solid #1b8931;
}

.popup__field textarea {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  border: 1px solid #acc7ff;
  background: #fff;
  font-size: 16px;
  color: #434343;
  padding: 10px 16px;
  resize: none;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.popup__field textarea:focus {
  border: 1px solid #1b8931;
}

.popup__field textarea::-moz-placeholder {
  color: #737985;
}

.popup__field textarea::-webkit-input-placeholder {
  color: #737985;
}

.popup__field textarea:-ms-input-placeholder {
  color: #737985;
}

.popup__field textarea::-ms-input-placeholder {
  color: #737985;
}

.popup__field textarea::placeholder {
  color: #737985;
}

.popup__field textarea:-webkit-autofill {
  -webkit-text-fill-color: #454749;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  background-color: transparent;
}

.popup__message {
  font-size: 12px;
  color: red;
  margin-top: 5px;
  display: none;
}

.popup__item--error .popup__message {
  display: block;
}

.popup__item--error .popup__field input {
  border: 1px solid red;
}
.popup__item--error .popup__field select {
  border: 1px solid red;
}

.popup__item--error .popup__field textarea {
  border: 1px solid red;
}

.popup__captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.popup__captcha input {
  height: 40px;
}

.popup__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 10px;
}
.popup__img img {
  display: block;
  border-radius: 10px;
  border: 1px solid #acc7ff;
  height: 40px;
}

.popup__refresh {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 10px;
  background: url(/images/refresh-icon.svg) 0px 0px no-repeat;
  cursor: pointer;
}

.popup__consent {
  margin-top: 20px;
}

.popup__consent input[type=checkbox] {
  display: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.popup__consent input[type=checkbox] + label {
  display: block;
  position: relative;
  margin: 0px 0 0px 40px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: #454749;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup__consent a {
  color: #007d26;
  text-decoration: underline;
}

.popup__consent a:hover {
  color: #001965;
  text-decoration: none;
}

.popup__consent input[type=checkbox] + label:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 20px;
  line-height: 14px;
  background: #d8d8d8 url(/images/consent-icon.svg) 1px 1px no-repeat;
  border-radius: 90px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: -40px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.popup__consent input[type=checkbox]:checked + label:before {
  background: #007d26 url(/images/consent-icon.svg) 13px 1px no-repeat;
  border: none;
}

.popup__consent input[type=submit] {
  display: block;
  width: 100%;
  margin: 20px auto 0 auto;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border: none;
  border: none;
  height: 50px;
  background: rgb(0, 125, 38);
  text-align: center;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
  border-radius: 10px;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.popup__consent input[type=submit]:hover {
  background: #59c060;
}

.popup__consent input[disabled] {
  background: rgba(0, 125, 38, 0.6);
  color: #fff;
  cursor: not-allowed;
  pointer-events: none;
}

.line {
  position: relative;
  background: #ea570f;
}

.no__line .line {
  display: none;
}

.line__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.line__content {
  width: 100%;
}

.line__close {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40px;
  height: 40px;
  flex: none;
  background: url(/images/line-close.svg) 50% 50% no-repeat;
  cursor: pointer;
}

.line__wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
}

.line__wrap a {
  display: inline-block;
  position: relative;
  padding: 0px 0;
  white-space: nowrap;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  margin-right: 40px;
}

.line__wrap a:hover {
  color: #fff;
  text-decoration: none;
}

.line__wrap a:before {
  position: absolute;
  display: inline-block;
  bottom: 8px;
  content: "";
  height: 1px;
  left: 50%;
  width: 0;
  background: #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.line__wrap a:hover:before {
  left: 0;
  width: 100%;
  background-color: #fff;
}

.header {
  position: relative;
  background: #f4f7f8;
}

.header__block--top {
  padding: 27px 0;
}

.header__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__row--logo {
  width: 259px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.header__row--logo img {
  display: block;
  width: 100%;
}

.header__row--slogan {
  margin: 0 30px;
}

.header__slogan {
  color: #007d26;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.header__row--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header__info {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 178px;
}

.header__phone {
  color: #454749;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.header__phone a {
  color: #454749;
  text-decoration: none;
}

.header__time {
  color: #454749;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.header__blind {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 190px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 17px;
  border-radius: 10px;
  border: 1px solid #d4ffce;
  background: #ebffe5;
  margin-left: 72px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.header__blind:hover {
  border: 1px solid #007d26;
}
.header__blind:hover .blind__text {
  color: #007d26;
}

.blind__icon {
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: url(/images/blind-icon.svg) 0px 0px no-repeat;
}

.blind__text {
  color: #454749;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  margin-left: 12px;
}

.blind__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blind__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.header__toggle {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(/images/menu-sprite.svg) 0px 0px no-repeat;
}
.header__toggle.is-active {
  background-position: 0 -40px;
}

.header__block--menu {
  padding: 0;
}

.header__menu {
  border-radius: 10px;
  border: 1px solid #d7e2ff;
  background: #ecf1f9;
  padding: 13px 80px;
}
.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.header__menu ul li {
  position: relative;
}
.header__menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #454749;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.header__menu ul li a ins {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 24px;
  height: 24px;
  background: url(/images/menu-arrow.svg) 0px 0px no-repeat;
}
.header__menu ul li:hover a {
  color: #59c060;
}
.header__menu ul li:hover a ins {
  background-position: 0 -24px;
}
.header__menu ul li:hover .header__submenu {
  opacity: 1;
  z-index: 5;
}
.header__menu ul li:hover ul li a {
  color: #454749;
}
.header__menu ul li.current a {
  color: #007d26;
  pointer-events: none;
}
.header__menu ul li ul {
  width: 246px;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.header__menu ul li ul li {
  margin-top: 10px;
}
.header__menu ul li ul li a {
  font-weight: 400;
  line-height: 20px;
}
.header__menu ul li ul li a ins {
  width: 34px;
  height: 34px;
  background: none;
  margin-right: 12px;
}
.header__menu ul li ul li a span {
  -ms-flex-item-align: center;
      align-self: center;
}
.header__menu ul li ul li a:hover {
  color: #007d26;
}
.header__menu ul li ul li:first-child {
  margin-top: 0;
}

.header__menu ul > div {display:flex; width:100%; justify-content:space-between;}

.header__submenu {
  position: absolute;
  top: 20px;
  left: -25px;
  z-index: -5;
  padding-top: 18px;
  opacity: 0;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.submenu__inner {
  border-radius: 0px 0px 10px 10px;
  border-right: 1px solid #d7e2ff;
  border-bottom: 1px solid #d7e2ff;
  border-left: 1px solid #d7e2ff;
  background: #fff;
  width: 820px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -200;
  opacity: 0;
  background: #f4f7f8;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(46, 79, 56, 0.15);
          box-shadow: 0px 4px 10px 0px rgba(46, 79, 56, 0.15);
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  overflow: hidden;
}
.fixed-header.active {
  opacity: 1;
  z-index: 200;
}
.fixed-header:hover {
  overflow: visible;
}
.fixed-header .header__menu ul li .header__submenu {
  opacity: 0;
  z-index: -5;
  height: 0;
  overflow: hidden;
}
.fixed-header .header__menu ul li:hover .header__submenu {
  opacity: 1;
  z-index: 5;
  height: auto;
  overflow: hidden;
}

.fixed-header__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 72px;
}

.fixed-header__row--logo {
  width: 208px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.fixed-header__row--logo .fixed-logo__desktop {
  display: block;
}
.fixed-header__row--logo .fixed-logo__mobile {
  display: none;
}

.fixed-header__row--phone {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #454749;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.fixed-header__row--phone a {
  color: #454749;
  text-decoration: none;
}

.fixed-header__row--menu {
  width: 100%;
  margin: 0 70px;
}
.fixed-header__row--menu .header__menu {
  border-radius: 0px;
  border: none;
  background: #f4f7f8;
  padding: 0px;
}
.fixed-header__row--menu .header__submenu {
  padding-top: 28px;
}

.footer {
  background: #4b76c2;
  position: relative;
}

.footer__corner {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 50px;
  height: 50px;
}

.footer__corner--left {
  background: url(/images/footer-corner-left-50.svg) 0px 0px no-repeat;
  left: 0;
}

.footer__corner--right {
  background: url(/images/footer-corner-right-50.svg) 0px 0px no-repeat;
  right: 0;
}

.footer__block--top {
  padding: 50px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__row--r1 {
  width: 259px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.footer__logo {
  width: 259px;
}
.footer__logo img {
  display: block;
  width: 100%;
}

.footer__phone {
  margin-top: 30px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}
.footer__phone a {
  color: #fff;
  text-decoration: none;
}

.footer__time {
  margin-top: 16px;
  color: #ecf1f9;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.footer__row--r2 {
  width: 206px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.footer__title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.footer__title a {
  color: #fff;
  text-decoration: none;
}

.footer__content {
  margin-top: 12px;
}

.footer__text {
  color: #ecf1f9;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.footer__social {
  margin: 0 0 0 -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__social > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__social a {
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 16px 0 0 12px;
  display: block;
}
.footer__social a img {
  display: block;
  width: 100%;
  height: 100%;
}

.footer__list ul {
  color: #ecf1f9;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.footer__list ul li {
  margin-top: 8px;
}
.footer__list ul li a {
  color: #ecf1f9;
  text-decoration: none;
}
.footer__list ul li a:hover {
  color: #ecf1f9;
  opacity: 0.5;
}
.footer__list ul li:first-child {
  margin-top: 0;
}

.footer__row--r3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 114px;
}

.footer__row--r4 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 170px;
}

.footer__row--r5 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 214px;
}

.footer__block--bottom {
  padding: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ecf1f9;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.footer__block--bottom a {
  color: #ecf1f9;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.footer__block--bottom a:hover {
  text-decoration: none;
}
.footer__block--bottom a:hover:before {
  left: 0;
  width: 100%;
  background-color: #fff;
}
.footer__block--bottom a:before {
  position: absolute;
  display: inline-block;
  bottom: 0px;
  content: "";
  height: 1px;
  left: 50%;
  width: 0;
  background: #fff;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.footer__copyrights {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.footer__developer {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.fixed-menu {
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 54px;
  border-radius: 20px 20px 0px 0px;
  background: #fff;
  -webkit-box-shadow: 0px -3px 6px 0px rgba(46, 79, 56, 0.1);
          box-shadow: 0px -3px 6px 0px rgba(46, 79, 56, 0.1);
}
.fixed-menu .container {
  padding: 0px 10px;
}

.fixed__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 54px;
}
.fixed__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-decoration: none;
  color: #454749;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.fixed__list a img {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  opacity: 0.5;
}
.fixed__list a span {
  display: block;
  width: 100%;
  color: #454749;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
}

.b-block {
  position: relative;
  background: #f4f7f8;
}

.b-block--type1 .container {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}
.b-block--type1 .b-block__content {
  position: relative;
  z-index: 2;
  min-height: 444px;
  max-width: 640px;
}
.b-block--type1 .b-block__title {
  color: #454749;
  font-size: 48px;
  font-weight: 600;
  line-height: 57px;
}
.b-block--type1 .b-list {
  margin-top: 10px;
}
.b-block--type1 .b-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0px;
}
.b-block--type1 .b-list ul li {
  display: block;
  margin-top: 20px;
  margin-left: 0px;
  width: 100%;
  color: #454749;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  background: url(/images/list-icon.svg) 0px 0px no-repeat;
  padding-left: 36px;
}
.b-block--type1 .b-list--cols ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
}
.b-block--type1 .b-list--cols ul li {
  display: block;
  margin-top: 20px;
  margin-left: 30px;
  width: calc(50% - 30px);
  color: #454749;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  background: url(/images/list-icon.svg) 0px 0px no-repeat;
  padding-left: 36px;
}
.b-block--type1 .b-text {
  max-width: 550px;
  margin-top: 30px;
  color: #454749;
  font-size: 20px;
  line-height: 24px;
}
.b-block--type1 .b-text b {
  color: #ea570f;
  font-weight: 600;
}
.b-block--type1 .b-link {
  margin-top: 40px;
  max-width: 330px;
}
.b-block--type1 .b-link a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  background: #007d26;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.b-block--type1 .b-link a:hover {
  background: #59c060;
}
.b-block--type1 .b-block__img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 740px;
}
.b-block--type1 .b-block__img img {
  display: block;
}
.b-block--type1 .b-block__img img.b-block__img--desktop {
  display: block;
}
.b-block--type1 .b-block__img img.b-block__img--mobile {
  display: none;
}

.b-block--type2 .container {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  background: url(/images/b-block-bg.svg) bottom right no-repeat;
}
.b-block--type2 .b-block__title {
  color: #454749;
  font-size: 48px;
  font-weight: 600;
  line-height: 57px;
}
.b-block--type2 .b-text {
  margin-top: 30px;
  color: #454749;
  font-size: 20px;
  line-height: 28px;
}
.b-block--type2 .b-text .b-text__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -30px;
}
.b-block--type2 .b-text .b-text__cols div {
  width: calc(50% - 30px);
  margin: 30px 0 0 30px;
}
.b-block--type2 .b-link {
  margin-top: 40px;
  max-width: 330px;
}
.b-block--type2 .b-link a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  background: #007d26;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.b-block--type2 .b-link a:hover {
  background: #59c060;
}

.b-block--type3 {
  position: sticky;
  top: 0;
  padding: 30px 0 0 0;
}
.b-block--type3 .b-block__img {
  border-radius: 50px 50px 0px 0px;
}
.b-block--type3 .b-block__img img {
  display: block;
  width: 100%;
  border-radius: 50px 50px 0px 0px;
}
.b-block--type3 .b-block__img img.b-block__img--desktop {
  display: block;
}
.b-block--type3 .b-block__img img.b-block__img--mobile {
  display: none;
}

.b-block--type4 .container {
  padding: 70px 30px;
  position: relative;
  background: url(/images/b-block-bg.svg) bottom center no-repeat;
}
.b-block--type4 .b-block__img {
  max-width: 410px;
  margin: 0 auto;
  border-radius: 30px;
}
.b-block--type4 .b-block__img img {
  display: block;
  width: 100%;
  border-radius: 30px;
}
.b-block--type4 .b-text {
  max-width: 1070px;
  margin: 40px auto 0 auto;
  text-align: center;
  color: #454749;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.b-block--type4 .b-block__title {
  margin-top: 30px;
  color: #454749;
  font-size: 48px;
  font-weight: 600;
  line-height: 57px;
  text-align: center;
}
.b-block--type4 .b-link {
  margin: 40px auto 0 auto;
  max-width: 330px;
}
.b-block--type4 .b-link a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  background: #007d26;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.b-block--type4 .b-link a:hover {
  background: #59c060;
}

.breadcrumbs {
  padding: 0px 0 25px 0px;
  position: relative;
  z-index: 2;
}

.breadcrumbs__path {
  font-size: 15px;
  line-height: 18px;
  color: #72777f;
}
.breadcrumbs__path a {
  color: #72777f;
  text-decoration: none;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.breadcrumbs__path a:hover {
  color: #007d26;
  text-decoration: underline;
}
.breadcrumbs__path span {
  padding: 0 5px;
}

.mobile-block {
  position: fixed;
  top: 112px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 200;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

.mobile-block-wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile-block-inner {
  background: #f4f7f8;
  width: 340px;
  height: 100%;
  overflow: auto;
}

.mobile-block-inner::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  width: 0px;
}

.mobile-block-inner::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

.no__line .mobile-block {
  top: 72px;
}

.mobile-block-content {
  padding: 0 20px;
}

.mobile-block-phone {
  padding: 16px 0;
  background: #f4f7f8;
  position: sticky;
  z-index: 3;
  top: 0px;
}
.mobile-block-phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  border: 1px solid #d7e2ff;
  background: #ecf1f9;
  color: #454749;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
background: url(/images/phone-icon.svg) 55px 50% no-repeat;
    text-align: center;
    padding-left: 36px;
}
.mobile-block-phone a span {
  display: block;
  background: url(/images/phone-icon.svg) 0px 0px no-repeat;
  padding-left: 36px;
}

.mobile-block-menu {
  margin-top: 0px;
}

.mobile-block-footer {
  position: absolute;
  z-index: 2;
  left: 0px;
  bottom: 0px;
  right: 0px;
  padding: 20px;
  background: #f4f7f8;
}

.mobile-block__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px 0 0 -20px;
}

.mobile-block__social > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mobile-block__social a {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0px 0 0 20px;
}
.mobile-block__social a img {
  display: block;
  width: 100%;
  height: 100%;
}

.dl-menuwrapper {
  max-width: 340px;
}

.dl-menuwrapper ul {
  background: #f4f7f8;
}

.dl-menuwrapper li {
  margin-top: 0px;
}
.dl-menuwrapper li:first-child {
  margin-top: 0;
}

.dl-menuwrapper li a {
  display: block;
  border-bottom: none;
  position: relative;
  padding: 6px 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #454749;
  outline: none;
  text-decoration: none;
  border-bottom: none;
}

.dl-menuwrapper li a:hover {
  color: #454749;
  text-decoration: none;
}

.dl-menuwrapper li a span {
  background: url(/images/menu-arrow-right.svg) 103% 50% no-repeat;
  display: block;
  padding-right: 35px;
}

.dl-menuwrapper li.dl-back {
  position: sticky;
  top: 72px;
  z-index: 2;
  margin-bottom: 0px;
  border-top: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-bottom: none;
  background: #f4f7f8;
}

.dl-menuwrapper li.dl-back > a {
  color: #4b76c2;
  background: none;
  padding-left: 0px;
}

.dl-menuwrapper li.dl-back > a:hover {
  color: #4b76c2;
}

.dl-menuwrapper li.dl-back span {
  background: url(/images/menu-arrow-back.svg) -9px 0px no-repeat;
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: 500;
  padding-left: 25px;
}

.dl-submenu li a {
  font-weight: 500;
  color: #454749;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

.dl-submenu li a:hover {
  color: #454749;
  text-decoration: none;
}

/* Mobile Menu */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination a {
  font-weight: 400;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  color: #454749;
  text-decoration: none;
  margin-left: 10px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
}
.pagination a:hover {
  color: #007d26;
  border: 1px solid #fff;
}
.pagination a.current {
  background: #ebffe5;
  pointer-events: none;
  border: 1px solid #ebffe5;
  color: #454749;
}
.pagination a:first-child {
  margin-left: 0;
}
.pagination__prev {
  background: url(/images/pagination-prev.svg) 50% 50% no-repeat;
  border: none !important;
}
.pagination__next {
  background: url(/images/pagination-next.svg) 50% 50% no-repeat;
  border: none !important;
}

.index-page .footer {
  border-radius: 50px 50px 0 0;
}
.index-page .footer__corner {
  display: none;
}
.index-page .content__block {
  border-radius: 0px;
  background: none;
  padding: 0;
  position: relative;
  z-index: 2;
}

.index__services {
  background: #fff;
  border-radius: 50px;
  padding: 70px 0;
}

.index__title {
  max-width: 1036px;
  margin: 0 auto;
  color: #454749;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 33px;
}
.index__title span {
  color: #007d26;
}

.index__content {
  margin-top: 50px;
}

.index__info {
  padding: 70px 0;
}

.info-index__logo {
  width: 100px;
  margin: 0 auto 30px auto;
}
.info-index__logo img {
  display: block;
}

.info-index__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-index__col--collage {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.info-index__col--collage img {
  display: block;
  width: 100%;
}

.info-index__col--content {
  width: 100%;
}

.info-index__text {
  color: #454749;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.info-index__text p {
  margin-top: 20px;
}
.info-index__text p:first-child {
  margin-top: 0;
}

.info-index__subtitle {
  margin-top: 30px;
  color: #007d26;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.info-index__list {
  margin-top: 10px;
}
.info-index__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0px;
}
.info-index__list ul li {
  display: block;
  margin-top: 20px;
  margin-left: 0px;
  width: 100%;
  color: #454749;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  background: url(/images/list-icon.svg) 0px 2px no-repeat;
  padding-left: 36px;
}

.info-index__heading {
  margin-top: 50px;
  color: #007d26;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 33px;
  text-transform: uppercase;
}

.spec-index {
  background: #fff;
  border-radius: 50px;
  padding: 70px 0;
}

.index__text {
  margin: 40px auto 0 auto;
  max-width: 100%;
  color: #72777f;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.index__text p {
  margin-top: 20px;
}
.index__text p:first-child {
  margin-top: 0;
}

.spec-index__slider {
  padding: 0 70px;
  position: relative;
}

.slider__doctors {
  overflow: hidden;
}
.slider__doctors .doctors__item {
  width: 100%;
  margin: 0;
}
.slider__doctors .doctors__item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.slider__doctors .item-doctor__name {
  min-height: 48px;
}
.slider__doctors .item-doctor__post {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.spec-index__prev {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  margin-top: -20px;
  background: url(/images/slider-prev.svg) 0px 0px no-repeat;
  cursor: pointer;
}

.spec-index__next {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  margin-top: -20px;
  background: url(/images/slider-next.svg) 0px 0px no-repeat;
  cursor: pointer;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.spec-index__link {
  display: none;
  max-width: 480px;
  margin: 30px auto 0 auto;
}
.spec-index__link a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  background: #007d26;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.spec-index__link a:hover {
  background: #007d26;
}

.index__about {
  padding: 70px 0;
overflow:hidden;
}

.about-index__slider {
  position: relative;
}

.slider__about {
  position: relative;
}
.slider__about .swiper-slide {
  width: 470px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.slider__about .swiper-slide-active {
  width: 630px;
  pointer-events: all;
}
.slider__about .swiper-slide-active .about__item {
  opacity: 1;
}

.about__item {
  width: 100%;
  position: relative;
  opacity: 0.5;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}

.about__img {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 61.5873015873%;
}
.about__img img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 30px;
}

.about-index__prev {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0%;
  margin-top: -20px;
  background: url(/images/slider-prev.svg) 0px 0px no-repeat;
  cursor: pointer;
}

.about-index__next {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0%;
  margin-top: -20px;
  background: url(/images/slider-next.svg) 0px 0px no-repeat;
  cursor: pointer;
}

.about-index__prev.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.about-index__next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.index__consult {
  padding-bottom: 70px;
}

.consult-index__block {
  border-radius: 50px;
  background: #d4ffce;
}

.consult-index__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.consult-index__col--insert {
  width: 50%;
  padding: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.consult-index__img {
  max-width: 535px;
  margin: 0 auto;
}
.consult-index__img img {
  display: block;
  width: 100%;
}

.consult-index__col--content {
  width: 50%;
  background: #fff;
  border-radius: 50px;
  padding: 70px 80px;
}
.consult-index__col--content .popup__field {
  width: 100%;
}

.consult-index__title {
  color: #454749;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 40px;
}

.bottom-consult {
  margin-top: 40px;
}

.bottom-consult__title {
  color: #454749;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.bottom-consult__phone {
  margin-top: 10px;
  color: #007d26;
  font-size: 28px;
  font-weight: 600;
  line-height: 26px;
}
.bottom-consult__phone a {
  color: #007d26;
  text-decoration: none;
  border-bottom: 1px solid #007d26;
}

.bottom-consult__text {
  margin-top: 30px;
  color: #72777f;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.index-route__link {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px;
  padding: 0 20px 40px 20px;
}
.index-route__link a {
  display: block;
  max-width: 480px;
  text-align: center;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  border-radius: 10px;
  background: #f4f7f8;
  border: 1px solid #007d26;
  color: #007d26;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.row-content__items {
  position: relative;
}

.row-content__item {
  margin-top: 70px;
  font-size: 18px;
  line-height: 26px;
}
.row-content__item:first-child {
  margin-top: 0;
}

.row-content__title {
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  color: #454749;
  text-align: center;
  margin-bottom: 40px;
}

.row-content__text {
  font-size: 18px;
  line-height: 26px;
}

.row-content__subtitle {
  color: #454749;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 40px;
}

.row-content__list {
  margin-top: 20px;
}
.row-content__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.row-content__list ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 14px;
  color: #72777f;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  background: url(/images/dot.svg) 0px 8px no-repeat;
  padding-left: 26px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  page-break-inside: avoid;
}

.row-content__list--line ul {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.row-content__list--line ul li {
  background: url(/images/dot-img.svg) 0px 4px no-repeat;
  padding-left: 36px;
  margin-bottom: 0;
  margin-top: 10px;
}
.row-content__list--line ul li:first-child {
  margin-top: 0;
}

.stage-content__item {
  margin-top: 40px;
  min-height: 120px;
  padding-top: 26px;
  padding-left: 30px;
  position: relative;
}
.stage-content__item:first-child {
  margin-top: 0;
}

.stage-content__shape {
  border-radius: 30px;
  background: #ebffe5;
  width: 190px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.stage-content__inner {
  position: relative;
  z-index: 2;
}

.stage-content__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.stage-content__count {
  color: #59c060;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 26px;
  width: 24px;
  text-align: center;
}

.stage-content__title {
  color: #454749;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  -ms-flex-item-align: center;
      align-self: center;
}

.stage-content__description {
  padding: 10px 0 0 50px;
}

.stage-content__list ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.stage-content__list ul li {
  margin-top: 10px;
}
.stage-content__list ul li:first-child {
  margin: 0;
}

.stage-content__price {
  display: inline-block;
  color: #454749;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  padding: 16px 40px;
  border-radius: 10px;
  background: #f1f3ff;
  margin-top: 20px;
}

.subitem-stage {
  margin-top: 20px;
}
.subitem-stage:first-child {
  margin-top: 0;
}

.subitem-stage__title {
  color: #007d26;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.subitem-stage__content {
  margin-top: 10px;
}

.row-content__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.row-content__col--media {
  width: 282px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 30px;
}

.row-content__singleimg {
  border-radius: 30px;
}
.row-content__singleimg img {
  display: block;
  border-radius: 30px;
}

.row-content__col--text {
  width: 100%;
}

.row-content__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -30px;
}

.row-content__column {
  width: calc(50% - 30px);
  margin: 0 0 0 30px;
}

.row-content__column .row-content__list ul {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.row-content__column .row-content__list ul li {
  background: url(/images/dot-img.svg) 0px 4px no-repeat;
  padding-left: 36px;
  display: block;
  margin-bottom: 0;
  margin-top: 10px;
}
.row-content__column .row-content__list ul li:first-child {
  margin-top: 0;
}

.table-content {
  border: 1px solid #d4ffce;
  border-radius: 20px;
}
.table-content tr:first-child td:nth-child(1) {
  border-radius: 20px 0px 0 0;
}
.table-content tr:first-child td:nth-child(2) {
  border-radius: 0 20px 0 0;
}

.row-content__video {
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.row-content__video:hover .row-content__icon {
  opacity: 0.5;
}
.row-content__video:hover .row-content__vname {
  color: #007d26;
}

.row-content__vimg {
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 30px;
  padding-top: 61.5873015873%;
}
.row-content__vimg img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
  border-radius: 30px;
}

.row-content__icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  margin: -36px 0 0 -36px;
  background: url(/images/play-icon.svg) 0px 0px no-repeat;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}

.row-content__vname {
  margin-top: 16px;
  color: #454749;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.row-content__vlink {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.row-content__vlink a {
  display: block;
  width: 100%;
  height: 100%;
}

.row-content__text--double {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-top: 20px;
}

.row-content__pictures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 40px 0 0 -30px;
}

/*.row-content__pictures::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  width: 0px;
}

.row-content__pictures::-webkit-scrollbar-track-piece {
  background-color: transparent;
}*/

.row-content__pictures::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}

.row-content__pictures::-webkit-scrollbar-thumb {
  height: 2px;
  border: 6px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 7px;
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.row-content__pictures::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

.row-content__pictures::-webkit-scrollbar-corner {
  background-color: transparent;
}

.pictures__item {
  width: calc(33.3333333333% - 30px);
  margin: 0 0 0 30px;
  border-radius: 30px;
}

.pictures__img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 77.8911564626%;
  border-radius: 30px;
}
.pictures__img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
  border-radius: 30px;
}

.pictures__name {
  margin-top: 20px;
  color: #72777f;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background: url(/images/dot-img.svg) 0px 2px no-repeat;
  padding-left: 28px;
}
.pictures__name span {
  white-space: nowrap;
}

.stage-content__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.stage-content__cols .stage-content__img {
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 30px;
  margin-top: 10px;
}
.stage-content__cols .stage-content__img img {
  border-radius: 30px;
}

.row-content__vk {
  width: 100%;
  max-width: 600px;
  margin: 50px auto 0 auto;
  border-radius: 30px;
  background: #f1f3ff url(/images/vk-shape.svg) top right no-repeat;
  padding: 40px;
  position: relative;
}
.row-content__vk:hover .vk-block__more ins {
  border-bottom: 1px solid #f1f3ff;
}

.vk-block__title {
  max-width: 340px;
  color: #454749;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.vk-block__more {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vk-block__more span {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 12px;
}
.vk-block__more span img {
  display: block;
  width: 100%;
  height: 100%;
}
.vk-block__more ins {
  display: block;
  color: #4b76c2;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  border-bottom: 1px solid #4b76c2;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.vk-block__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.vk-block__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.record-block {
  width: 100%;
  max-width: 600px;
  margin: 0px auto;
  border-radius: 30px;
  background: #ebffe5 url(/images/record-shape.svg) top right no-repeat;
  padding: 40px;
  position: relative;
  min-height: 255px;
}
.record-block:hover .record-block__btn {
  background: #59c060;
}

.record-block__title {
  color: #007d26;
  font-size: 28px;
  font-weight: 600;
  line-height: 33px;
}

.record-block__text {
  color: #72777f;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  max-width: 420px;
}

.record-block__btn {
  margin-top: 30px;
  max-width: 330px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  background: #007d26;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.record-block__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.record-block__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.row-content__healing {
  margin: 40px auto 0 auto;
  max-width: 620px;
  position: relative;
}

.healing-block__title {
  color: #ea570f;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}

.healing-block__text {
  margin-top: 16px;
  color: #72777f;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.attention-healing {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: 40px auto 0 auto;
  border-radius: 30px;
  background: #ffe9e2 url(/images/healing-bg.svg) 94% 50% no-repeat;
  padding: 40px;
}
.attention-healing:hover .attention-healing__img {
  background: #59c060 url(/images/arrow-img.svg) 50% 50% no-repeat;
}

.attention-healing__title {
  max-width: 340px;
  color: #454749;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.attention-healing__img {
  margin-top: 30px;
  width: 50px;
  height: 50px;
  background: #ffb59a url(/images/arrow-img.svg) 50% 50% no-repeat;
  border-radius: 90px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.healing-block__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.healing-block__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.imagery-content__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0 0 -30px;
}

.imagery-content__col {
  width: calc(50% - 30px);
  margin: 0 0 0 30px;
}

.tc-content__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0 0 -30px;
}

.tc-content__col {
  width: calc(50% - 30px);
  margin: 0 0 0 30px;
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(27, 137, 49, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(27, 137, 49, 0.15);
  padding: 40px 30px;
}
.tc-content__col .row-content__subtitle {
  margin-top: 0;
}
.tc-content__col .row-content__list ul {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.tc-content__col .row-content__list ul li {
  background: url(/images/dot.svg) 0px 4px no-repeat;
  padding-left: 36px;
  margin-bottom: 0;
  margin-top: 10px;
}
.tc-content__col .row-content__list ul li:first-child {
  margin-top: 0;
}

.ti-content__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.ti-content__col--text {
  width: 100%;
}
.ti-content__col--text .row-content__title {
  text-align: left;
}
.ti-content__col--text .row-content__subtitle {
  color: #007d26;
}

.ti-content__img img {
  display: block;
  border-radius: 30px;
}

.ti-content__col--img {
  width: 410px;
  margin-left: 30px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.ti-content__img img {
  display: block;
  border-radius: 30px;
}

.row-content__hash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px 0 40px -20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row-content__hash a {
  display: block;
  padding: 10px 30px;
  margin: 20px 0 0 20px;
  border-radius: 10px;
  border: 1px solid #acc7ff;
  color: #454749;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}
.row-content__hash a:hover {
  color: #59c060;
  border: 1px solid #59c060;
}

.services {
  position: relative;
}

.services__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px 0 0 -30px;
}

.services__item {
  position: relative;
  width: calc(33.3333333333% - 30px);
  margin: 30px 0 0 30px;
  padding: 30px 30px 64px 30px;
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(27, 137, 49, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(27, 137, 49, 0.15);
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.services__item:hover {
  background: #ebffe5;
}
.services__item:hover .services__more {
  color: #007d26;
}
.services__item:hover .services__more ins {
  background-position: 0 -24px;
}

.services__icon {
  width: 70px;
  height: 70px;
}
.services__icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.services__name {
  margin-top: 16px;
  color: #454749;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.services__text {
  margin-top: 16px;
  color: #454749;
  font-size: 16px;
  line-height: 22px;
}

.services__more {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #454749;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}
.services__more ins {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 24px;
  height: 24px;
  background: url(/images/more-sprite.svg) 0px 0px no-repeat;
  margin-left: 8px;
}

.services__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.services__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.services__all {
  margin-top: 50px;
  text-align: center;
}
.services__all a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #007d26;
  color: #007d26;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.services__all a:hover {
  background: #007d26;
  color: #fff;
}

.doctors {
  position: relative;
}

.doctors__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px 0 0 -30px;
}

.doctors__item {
  position: relative;
  width: calc(33.3333333333% - 30px);
  margin: 30px 0 0 30px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  border-radius: 30px;
}
.doctors__item:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(27, 137, 49, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(27, 137, 49, 0.15);
}

.item-doctor__img {
  position: relative;
}
.item-doctor__img img {
  display: block;
  width: 100%;
  border-radius: 30px 30px 36px 36px;
}

.item-doctor__info {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px 30px;
  background: #ebffe5;
  padding: 15px;
}

.item-doctor__name {
  color: #454749;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.item-doctor__post {
  margin-top: 10px;
  color: #454749;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.item-doctor__link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.item-doctor__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.doctor__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.doctor__col--sidebar {
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 50px;
}

.doctor__col--content {
  width: 100%;
}

.doctor__img {
  display: block;
}
.doctor__img img {
  display: block;
  width: 100%;
  border-radius: 30px;
}

.doctor__text {
  font-size: 18px;
  line-height: 26px;
}

.schedule-doctor {
  margin-top: 30px;
}

.schedule-doctor__title {
  color: #454749;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.schedule-doctor__block {
  margin-top: 16px;
  width: 100%;
  max-width: 100%;
}

.schedule-doctor__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #72777f;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.schedule-doctor__item:first-child {
  margin-top: 0;
}
.schedule-doctor__item .schedule-doctor__day {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.schedule-doctor__item .schedule-doctor__time {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 20px;
}

.doctor__link {
  margin-top: 30px;
  max-width: 330px;
}
.doctor__link a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  background: #007d26;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.doctor__link a:hover {
  background: #59c060;
}

.doctors__quote {
  position: relative;
  margin-top: 50px;
  min-height: 40px;
  padding-top: 20px;
}

.quote-doctor__icon {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 30px;
  width: 48px;
  height: 40px;
  background: url(/images/quote-icon.svg) 0px 0px no-repeat;
}

.quote-doctor__text {
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(27, 137, 49, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(27, 137, 49, 0.15);
  padding: 40px 30px;
  color: #007d26;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

.education-doctor {
  margin-top: 30px;
}
.education-doctor.active .education-doctor__content ul li {
  display: list-item;
}
.education-doctor.active .education-doctor__toggle span {
  display: inline-block;
}
.education-doctor.active .education-doctor__toggle span:nth-child(1) {
  display: none;
}

.education-doctor__title {
  color: #454749;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.education-doctor__content {
  margin-top: 16px;
}
.education-doctor__content ul {
  list-style: disc;
}
.education-doctor__content ul li {
  display: none;
  color: #72777f;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 10px;
  list-style: disc;
}
.education-doctor__content ul li:nth-child(1) {
  margin-top: 0;
  display: list-item;
}
.education-doctor__content ul li:nth-child(2) {
  display: list-item;
}
.education-doctor__content ul li:nth-child(3) {
  display: list-item;
}
.education-doctor__content ul li:nth-child(4) {
  display: list-item;
}

.education-doctor__toggle {
  margin-top: 10px;
  color: #007d26;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.education-doctor__toggle span {
  display: none;
  cursor: pointer;
  border-bottom: 1px solid #007d26;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.education-doctor__toggle span:nth-child(1) {
  display: inline-block;
}
.education-doctor__toggle span:hover {
  border-bottom: 1px solid #fff;
}

.cert-doctor {
  margin-top: 30px;
}
.cert-doctor.active .cert-doctor__content ul li {
  display: list-item;
}
.cert-doctor.active .cert-doctor__toggle span {
  display: inline-block;
}
.cert-doctor.active .cert-doctor__toggle span:nth-child(1) {
  display: none;
}

.cert-doctor__title {
  color: #454749;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.cert-doctor__content {
  margin-top: 16px;
}
.cert-doctor__content ul {
  list-style: disc;
}
.cert-doctor__content ul li {
  display: none;
  color: #72777f;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 10px;
  list-style: disc;
}
.cert-doctor__content ul li a {
  color: #72777f;
  text-decoration: none;
}
.cert-doctor__content ul li a:hover {
  text-decoration: underline;
}
.cert-doctor__content ul li:nth-child(1) {
  margin-top: 0;
  display: list-item;
}
.cert-doctor__content ul li:nth-child(2) {
  display: list-item;
}
.cert-doctor__content ul li:nth-child(3) {
  display: list-item;
}
.cert-doctor__content ul li:nth-child(4) {
  display: list-item;
}

.cert-doctor__toggle {
  margin-top: 10px;
  color: #007d26;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.cert-doctor__toggle span {
  display: none;
  cursor: pointer;
  border-bottom: 1px solid #007d26;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.cert-doctor__toggle span:nth-child(1) {
  display: inline-block;
}
.cert-doctor__toggle span:hover {
  border-bottom: 1px solid #fff;
}

.reviews {
  position: relative;
}

.reviews__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px 0 0 -30px;
}

.reviews__item {
  position: relative;
  width: calc(50% - 30px);
  margin: 30px 0 0 30px;
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(27, 137, 49, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(27, 137, 49, 0.15);
  padding: 30px;
}

.item-review__name {
  color: #454749;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.item-review__place {
  margin-top: 16px;
  color: #007d26;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.item-review__date {
  margin-top: 20px;
  color: #ea570f;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.item-review__doctor {
  margin-top: 10px;
  color: #454749;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.item-review__service {
  margin-top: 10px;
  color: #454749;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.item-review__text {
  margin-top: 10px;
  color: #454749;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
} 

.item-review__img {
	margin-top: 20px;
	width: 100px;
	height: 100px;
	border: 1px solid #acc7ff;
	border-radius: 10px;
}
.item-review__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}



.form-review {
  margin-top: 70px;
}

.form-review__title {
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  color: #454749;
  text-align: center;
  margin-bottom: 40px;
}

.for-review__col .popup__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0px 15px -30px;
}
.for-review__col .popup__items .popup__item {
  width: calc(50% - 30px);
  margin: 0 0 0 30px;
}

.form-review__text {
  margin-top: 20px;
  color: #454749;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.form-review__block .popup__consent {
  max-width: 465px;
}

.contacts {
  position: relative;
}

.contacts__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -50px;
}

.contacts__col--map {
  width: calc(51% - 50px);
  margin: 0 0 0 50px;
}

.contacts__col--content {
  width: calc(49% - 50px);
  margin: 0 0 0 50px;
}

.contacts__map {
  position: relative;
  width: 100%;
  height: 412px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(27, 137, 49, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(27, 137, 49, 0.2);
}
.contacts__map .map {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.contacts__map .map .ymaps-2-1-79-map {
  border-radius: 30px;
}
.contacts__map .map .ymaps-2-1-79-map .ymaps-2-1-79-inner-panes {
  border-radius: 30px;
}

.contacts__route {
  margin-top: 40px;
  max-width: 254px;
}
.contacts__route a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  background: #007d26;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.contacts__route a:hover {
  background: #59c060;
}

.item-contacts {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.item-contacts:first-child {
  margin-top: 0;
}

.item-contacts__icon {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 20px;
}
.item-contacts__icon img {
  display: block;
  width: 100%;
}

.item-contacts__content {
  width: 100%;
}

.item-contacts__title {
  color: #454749;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.item-contacts__text {
  margin-top: 8px;
  color: #454749;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.item-contacts__text a {
  display: block;
  color: #454749;
  text-decoration: none;
}
.item-contacts__text a.email {
  color: #454749;
}
.item-contacts__text a.email:hover {
  color: #007d26;
  text-decoration: underline;
}

.item-contacts__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0 0 -20px;
}
.item-contacts__social > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-contacts__social a {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 20px 0 0 20px;
}
.item-contacts__social a img {
  display: block;
  width: 100%;
  height: 100%;
}

.price {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}

.price__item {
  margin-top: 50px;
}
.price__item:first-child {
  margin-top: 0;
}

.item-price__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.item-price__top:hover .item-price__title a {
  color: #007d26;
  text-decoration: none;
}
.item-price__top:hover .item-price__more a {
  color: #454749;
}
.item-price__top:hover .item-price__more a ins {
  background-position: 0px 0px;
}

.item-price__title {
  color: #454749;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.item-price__title a {
  color: #454749;
  text-decoration: underline;
}

.item-price__more {
  margin-left: 30px;
}
.item-price__more a {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #007d26;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
  text-decoration: none;
}
.item-price__more a ins {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 24px;
  height: 24px;
  background: url(/images/more-sprite.svg) 0px -24px no-repeat;
  margin-left: 8px;
}

.item-price__content {
  margin-top: 20px;
}

.price__link {
  margin-top: 50px;
  max-width: 320px;
}
.price__link a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  background: #007d26;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.price__link a:hover {
  background: #59c060;
}

.price__text {
  margin-top: 30px;
}

.works {
  position: relative;
}

.works__item {
  margin-top: 50px;

}
.works__item:first-child {
  margin-top: 0;
}



.works__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.works__col--media {
  width: 362px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 50px;
}

.works__block {
  overflow: hidden;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.works__col--content {
  width: 100%;
}

.works__title {
  color: #007d26;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.works__title a {
  color: #007d26;
  text-decoration: none;
}
.works__title a:hover {
  text-decoration: underline;
}

.works__subtitle {
  margin-top: 20px;
  color: #454749;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.works__text {
  position: relative;
  margin-top: 16px;
  color: #72777f;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;

}
.works__text a {
 color: #72777f;
}

.works__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.works__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.doctor-works {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.doctor-works__img {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 20px;
}
.doctor-works__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
  -o-object-position: top center;
     object-position: top center;
}

.works__more {
  margin-top: 20px;
  color: #4b76c2;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.works__more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4b76c2;
  text-decoration: none;
}
.works__more a span {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 12px;
}
.works__more a ins {
  text-decoration: none;
  border-bottom: 1px solid #4b76c2;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.works__more a:hover {
  text-decoration: none;
}
.works__more a:hover ins {
  border-bottom: 1px solid #fff;
}

.twentytwenty-wrapper {
  position: sticky;
  top: 100px;
}

.empty-page .content__inner {
  height: 100%;
}
.empty-page .content__inner .container {
  height: 100%;
  position: relative;
}
.empty-page .footer {
  border-radius: 50px 50px 0 0;
}
.empty-page .footer__corner {
  display: none;
}

.noexist {
  position: relative;
  padding: 85px 0;
  z-index: 2;
}

.noexist__title {
  color: #454749;
  font-size: 48px;
  font-weight: 600;
  line-height: 57px;
}
.noexist__text {
  margin-top: 20px;
  color: #454749;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  max-width: 480px;
}
.noexist__link {
  margin-top: 40px;
  max-width: 272px;
}
.noexist__link a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  background: #007d26;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.noexist__link a:hover {
  background: #59c060;
}
.noexist__img {
  position: absolute;
  right: 0px;
  bottom: 0;
}
.noexist__img img {
  display: block;
}

.cert {
  position: relative;
}

.cert__item {
  border: 1px solid #d7e2ff;
  border-radius: 10px;
  background: #f7f9ff;
  margin-top: 10px;
  padding: 10px 30px;
}
.cert__item:first-child {
  margin-top: 0;
}
.cert__item.active .toggle-cert__icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.cert__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.cert__toggle:hover .toggle-cert__name {
  color: #007d26;
}
.cert__toggle:hover .toggle-cert__text {
  color: #007d26;
}
.cert__toggle:hover .toggle-cert__icon {
  background-position: 0 -24px;
}

.toggle-cert__name {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #454749;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.toggle-cert__flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.toggle-cert__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #454749;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.toggle-cert__icon {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 10px;
  background: url(/images/cert-sprite.svg) 0px 0px no-repeat;
}

.cert__content {
  padding-top: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #454749;
}
.cert__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cert__content ul li {
  margin-top: 10px;
}
.cert__content ul li a {
  color: #454749;
  text-decoration: none;
}
.cert__content ul li a:hover {
  color: #59c060;
}
.cert__content ul li:first-child {
  margin-top: 0;
}


/* xl <= Large (xlg) */
@media screen and (max-width: 1239px) {
  .header__blind {
    margin-left: 20px;
  }
  .header__blind {
    width: 66px;
  }
  .blind__text {
    display: none;
  }
  .header__menu {
    padding: 13px 40px;
  }
  .fixed-header__row--logo {
    width: 40px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .fixed-header__row--logo .fixed-logo__desktop {
    display: none;
  }
  .fixed-header__row--logo .fixed-logo__mobile {
    display: block;
  }
  .fixed-header__row--menu {
    margin: 0 30px;
  }
  .b-block--type1 .b-block__img {
    width: 590px;
  }
  .b-block--type2 .container {
    background-size: 590px;
  }
  .footer__row--r1 {
    width: 220px;
  }
  .footer__logo {
    width: 208px;
  }
  .footer__row--r3 {
    display: none;
  }
  .content__col--sidebar {
    margin-right: 30px;
  }
  .info-index__cols {
    gap: 40px;
  }
  .info-index__col--collage {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 380px;
  }
  .slider__doctors .item-doctor__name {
    min-height: 48px;
    font-size: 17px;
  }
  .slider__doctors .item-doctor__post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 14px;
  }
  .consult-index__col--content {
    padding: 50px 20px;
  }
  .row-content__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 0 0px;
  }
  .row-content__column {
    width: calc(100% - 0px);
    margin: 20px 0 0 0px;
  }
  .row-content__column:first-child {
    margin: 0;
  }
  .row-content__pictures {
    margin: 40px 0 0 -16px;
  }
  .pictures__item {
    width: calc(33.3333333333% - 16px);
    margin: 0 0 0 16px;
  }
  .stage-content__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .stage-content__cols .stage-content__description {
    width: 100%;
  }
  .stage-content__cols .stage-content__img {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 320px;
    margin: 20px auto 0 auto;
  }
  .tc-content__col {
    padding: 30px 20px;
  }
  .ti-content__col--img {
    width: 320px;
  }
  .services__items {
    margin: -20px 0 0 -20px;
  }
  .services__item {
    position: relative;
    width: calc(33.3333333333% - 20px);
    margin: 20px 0 0 20px;
  }
  .contacts__cols {
    margin: 0 0 0 -40px;
  }
  .contacts__col--map {
    width: calc(51% - 40px);
    margin: 0 0 0 40px;
  }
  .contacts__col--content {
    width: calc(49% - 40px);
    margin: 0 0 0 40px;
  }
  .doctors__items {
    margin: -20px 0 0 -20px;
  }
  .doctors__item {
    width: calc(50% - 20px);
    margin: 20px 0 0 20px;
  }
  .doctor__col--sidebar {
    width: 250px;
    margin-right: 30px;
  }
  .schedule-doctor__title {
    font-size: 18px;
    line-height: 26px;
  }
  .schedule-doctor {
    margin-top: 20px;
  }
  .doctors__quote {
    margin-top: 40px;
  }
  .education-doctor__title {
    font-size: 18px;
    line-height: 24px;
  }
  .cert-doctor__title {
    font-size: 18px;
    line-height: 24px;
  }
  .reviews__items {
    margin: -16px 0 0 -16px;
  }
  .reviews__item {
    width: calc(50% - 16px);
    margin: 16px 0 0 16px;
    padding: 20px;
  }
  .item-review__name {
    font-size: 18px;
    line-height: 24px;
  }
  .item-review__place {
    margin-top: 12px;
    color: #007d26;
  }
  .works__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .works__col--media {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .twentytwenty-wrapper {
    position: relative;
    top: auto;
  }
}
/* md <= Large (lg) */
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 20px;
  }
  .content__menu {
    display: block;
  }
  .up-btn {
    display: none;
  }
  .ask {
    bottom: 15%;
    right: 20px;
    margin-bottom: 0;
  }
  .content__block {
    border-radius: 20px 20px 0px 0px;
    padding: 20px 0 50px 0;
  }
  .content__col--sidebar {
    display: none;
  }
  .row-content__block {
    margin-top: 35px;
  }
  h1 {
    font-size: 24px;
    line-height: 29px;
  }
  h2 {
    font-size: 23px;
    line-height: 28px;
  }
  h3 {
    font-size: 22px;
    line-height: 27px;
  }
  h4 {
    font-size: 21px;
    line-height: 26px;
  }
  h5 {
    font-size: 20px;
    line-height: 25px;
  }
  h6 {
    font-size: 19px;
    line-height: 24px;
  }
  .content__col--content table th {
    font-size: 15px;
  }
  .popup__consent input[type=submit]:hover {
    background: rgb(0, 125, 38);
  }
  .content__col--content table td {
    padding: 10px;
  }
  .content__col--content table th {
    padding: 10px;
  }
  .content__col--content table thead th {
    padding: 10px;
  }
  .content__col--content table thead td {
    padding: 10px;
  }
  .line__wrap a:hover {
    color: #fff;
    text-decoration: none;
  }
  .line__wrap a {
    margin-right: 30px;
  }
  .line__wrap a:before {
    height: 0px;
  }
  .header__block--top {
    padding: 16px 0;
  }
  .header__row--logo {
    width: 208px;
  }
  .header__info {
    display: none;
  }
  .header__blind {
    display: none;
  }
  .header__toggle {
    display: block;
  }
  .header__block--menu {
    display: none;
  }
  .fixed-header {
    display: none;
  }
  .footer__corner {
    width: 20px;
    height: 20px;
  }
  .footer__corner--left {
    background: url(/images/footer-corner-left-20.svg) 0px 0px no-repeat;
  }
  .footer__corner--right {
    background: url(/images/footer-corner-right-20.svg) 0px 0px no-repeat;
  }
  .footer__block--top {
    padding: 30px 0 30px 0;
  }
  .footer__row--r4 {
    display: none;
  }
  .footer__phone {
    margin-top: 24px;
  }
  .footer__list ul li a:hover {
    opacity: 1;
  }
  .footer__block--bottom {
    padding: 0 0 74px 0;
  }
  .footer__block--bottom a:before {
    height: 0px;
  }
  .fixed-menu {
    display: block;
  }
  .b-block--type1 .container {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .b-block--type1 .b-block__content {
    min-height: 305px;
    max-width: 565px;
  }
  .b-block--type1 .b-block__title {
    font-size: 30px;
    line-height: 36px;
  }
  .b-block--type1 .b-list {
    margin-top: 0px;
  }
  .b-block--type1 .b-list ul {
    margin-left: 0px;
  }
  .b-block--type1 .b-list ul li {
    margin-top: 20px;
    margin-left: 0px;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  .b-block--type1 .b-list--cols ul {
    margin-left: 0px;
  }
  .b-block--type1 .b-list--cols ul li {
    display: block;
    margin-top: 20px;
    margin-left: 0px;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  .b-block--type1 .b-text {
    max-width: 480px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .b-block--type1 .b-link {
    margin-top: 30px;
    max-width: 320px;
  }
  .b-block--type1 .b-link a:hover {
    background: #007d26;
  }
  .b-block--type1 .b-block__img {
    width: 386px;
  }
  .b-block--type2 .container {
    padding-top: 10px;
    padding-bottom: 30px;
    background-size: 386px;
  }
  .b-block--type2 .b-block__title {
    font-size: 30px;
    line-height: 36px;
  }
  .b-block--type2 .b-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .b-block--type2 .b-text .b-text__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 0 0px;
  }
  .b-block--type2 .b-text .b-text__cols div {
    width: 100%;
    margin: 20px 0 0 0px;
  }
  .b-block--type2 .b-link {
    margin-top: 30px;
    max-width: 320px;
  }
  .b-block--type2 .b-link a:hover {
    background: #007d26;
  }
  .b-block--type3 {
    padding: 10px 0 0px 0;
    position: relative;
    top: auto;
  }
  .b-block--type3 .b-block__img {
    border-radius: 20px 20px 20px 20px;
  }
  .b-block--type3 .b-block__img img {
    border-radius: 20px 20px 0px 0px;
  }
  .b-block--type3 .b-block__img img.b-block__img--desktop {
    display: none;
  }
  .b-block--type3 .b-block__img img.b-block__img--mobile {
    display: block;
  }
  .b-block--type4 .container {
    padding: 10px 20px 30px 20px;
    background-size: 690px;
  }
  .b-block--type4 .b-text {
    margin: 30px auto 0 auto;
    font-size: 16px;
    line-height: 20px;
  }
  .b-block--type4 .b-block__title {
    margin-top: 20px;
    font-size: 30px;
    line-height: 36px;
  }
  .b-block--type4 .b-link {
    margin: 30px auto 0 auto;
    max-width: 320px;
  }
  .b-block--type4 .b-link a:hover {
    background: #007d26;
  }
  .breadcrumbs {
    padding: 0px 0px 20px 0;
  }
  .show-menu {
    overflow: hidden;
  }
  .show-menu .mobile-block {
    display: block;
  }
  .pagination {
    margin-top: 40px;
  }
  .index-page .footer {
    border-radius: 20px 20px 0 0;
  }
  .index__services {
    border-radius: 20px;
    padding: 50px 0;
  }
  .index__title {
    font-size: 24px;
    line-height: 29px;
  }
  .index__content {
    margin-top: 30px;
  }
  .index__info {
    padding: 50px 0;
  }
  .info-index__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0px;
  }
  .info-index__col--collage {
    display: none;
  }
  .info-index__text p {
    margin-top: 12px;
  }
  .info-index__text p:first-child {
    margin-top: 0;
  }
  .info-index__subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .info-index__heading {
    margin-top: 30px;
    font-size: 24px;
    line-height: 29px;
  }
  .spec-index {
    border-radius: 20px;
    padding: 50px 0;
  }
  .index__text {
    margin: 30px auto 0 auto;
  }
  .index__text p {
    margin-top: 12px;
  }
  .index__text p:first-child {
    margin-top: 0;
  }
  .index__about {
    padding: 50px 0;
  }
  .slider__about {
    position: relative;
  }
  .slider__about .swiper-slide {
    width: 240px;
  }
  .slider__about .swiper-slide-active {
    width: 400px;
  }
  .index__consult {
    padding-bottom: 50px;
  }
  .consult-index__title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 30px;
  }
  .bottom-consult {
    margin-top: 30px;
  }
  .bottom-consult__phone {
    font-size: 24px;
    line-height: 24px;
  }
  .bottom-consult__text {
    display: none;
  }
  .consult-index__block {
    border-radius: 20px;
  }
  .consult-index__col--insert {
    width: 40%;
    padding: 24px;
  }
  .consult-index__col--content {
    width: 60%;
    border-radius: 20px;
  }
  .row-content__item {
    margin-top: 50px;
  }
  .row-content__title {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 35px;
  }
  .row-content__subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-top: 35px;
  }
  .row-content__list {
    margin-top: 20px;
  }
  .row-content__list ul {
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .row-content__list ul li {
    display: block;
  }
  .row-content__list ul li:last-child {
    margin-bottom: 0;
  }
  .stage-content__item {
    margin-top: 35px;
    min-height: 100px;
    padding-top: 16px;
    padding-left: 0px;
  }
  .stage-content__top {
    padding-left: 20px;
  }
  .stage-content__shape {
    width: 158px;
    height: 100px;
  }
  .stage-content__count {
    font-size: 30px;
    line-height: 30px;
    margin-right: 12px;
    width: 20px;
  }
  .stage-content__title {
    font-size: 18px;
    line-height: 24px;
  }
  .stage-content__description {
    padding: 20px 0 0 52px;
  }
  .row-content__video:hover .row-content__icon {
    opacity: 1;
  }
  .row-content__video:hover .row-content__vname {
    color: #454749;
  }
  .row-content__text--double {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    margin-top: 20px;
  }
  .row-content__vk {
    margin: 30px auto 0 auto;
  }
  .row-content__vk:hover .vk-block__more ins {
    border-bottom: 1px solid #4b76c2;
  }
  .record-block:hover .record-block__btn {
    background: #007d26;
  }
  .row-content__healing {
    margin: 30px auto 0 auto;
  }
  .healing-block__title {
    font-size: 18px;
    line-height: 24px;
  }
  .attention-healing:hover .attention-healing__img {
    background: #ffb59a url(/images/arrow-img.svg) 50% 50% no-repeat;
  }
  .imagery-content__cols {
    margin: 30px 0 0 -16px;
  }
  .imagery-content__col {
    width: calc(50% - 16px);
    margin: 0 0 0 16px;
  }
  .tc-content__cols {
    margin: 30px 0 0 -16px;
  }
  .tc-content__col {
    width: calc(50% - 16px);
    margin: 0 0 0 16px;
    padding: 30px 20px;
  }
  .row-content__hash {
    margin: -10px 0 30px -10px;
  }
  .row-content__hash a {
    padding: 10px 20px;
    margin: 10px 0 0 10px;
  }
  .row-content__hash a:hover {
    border: 1px solid #acc7ff;
    color: #454749;
  }
  .services__items {
    margin: -16px 0 0 -16px;
  }
  .services__item {
    position: relative;
    width: calc(50% - 16px);
    margin: 16px 0 0 16px;
    padding: 20px 20px 54px 20px;
    border-radius: 20px;
  }
  .services__item:hover {
    background: #fff;
  }
  .services__icon {
    width: 50px;
    height: 50px;
  }
  .services__name {
    font-size: 18px;
    line-height: 24px;
  }
  .services__text {
    display: none;
  }
  .services__more {
    left: 20px;
    bottom: 20px;
    color: #007d26;
  }
  .services__more ins {
    background-position: 0 -24px;
  }
  .services__all {
    margin-top: 30px;
  }
  .services__all a:hover {
    background: #fff;
    color: #007d26;
  }
  .item-contacts {
    margin-top: 20px;
  }
  .item-contacts__icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .item-contacts__title {
    font-size: 18px;
    line-height: 24px;
  }
  .item-contacts__text a.email {
    color: #454749;
  }
  .item-contacts__text a.email:hover {
    color: #454749;
    text-decoration: none;
  }
  .item-contacts__social {
    margin: 0px 0 0 -20px;
  }
  .contacts__route {
    margin-top: 30px;
    max-width: 254px;
  }
  .contacts__route a:hover {
    background: #007d26;
  }
  .price__item {
    margin-top: 40px;
  }
  .item-price__title {
    font-size: 18px;
    line-height: 24px;
  }
  .item-price__top:hover .item-price__title a {
    color: #454749;
    text-decoration: underline;
  }
  .item-price__top:hover .item-price__more a {
    color: #007d26;
  }
  .item-price__top:hover .item-price__more a ins {
    background-position: 0px -24px;
  }
  .price__link {
    margin-top: 40px;
  }
  .price__link a:hover {
    background: #007d26;
  }
  .price__text {
    margin-top: 20px;
  }
  .empty-page .footer {
    border-radius: 20px 20px 0 0;
  }
  .noexist {
    padding: 10px 0 20px 0;
  }
  .noexist__title {
    font-size: 30px;
    line-height: 36px;
  }
  .noexist__text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
  }
  .noexist__link {
    margin-top: 30px;
    max-width: 320px;
  }
  .noexist__link a:hover {
    background: #007d26;
  }
  .noexist__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    right: auto;
    bottom: auto;
  }
  .doctors__item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .doctor__col--sidebar {
    width: 300px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 30px;
  }
  .doctor__link a:hover {
    background: #007d26;
  }
  .doctors__quote {
    margin-top: 30px;
  }
  .education-doctor__toggle span:hover {
    border-bottom: 1px solid #007d26;
  }
  .cert-doctor__toggle span:hover {
    border-bottom: 1px solid #007d26;
  }
  .cert-doctor__content ul li a {
    color: #72777f;
    text-decoration: none;
  }
  .cert-doctor__content ul li a:hover {
    text-decoration: none;
  }
  .form-review {
    margin-top: 50px;
  }
  .form-review__title {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 35px;
  }
  .works__item {
    margin-top: 35px;
  }
  .works__cols {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .works__col--media {
    width: 320px;
    margin-right: 40px;
    margin-bottom: 0px;
  }
  .works__title {
    font-size: 18px;
    line-height: 24px;
  }
  .works__title a:hover {
    text-decoration: none;
  }
  .works__text:hover {
    text-decoration-line: none;
  }
  .works__more a:hover ins {
    border-bottom: 1px solid #4b76c2;
  }
  .twentytwenty-wrapper {
    position: sticky;
    top: 40px;
  }
  .cert__toggle:hover .toggle-cert__name {
    color: #454749;
  }
  .cert__toggle:hover .toggle-cert__text {
    color: #454749;
  }
  .cert__toggle:hover .toggle-cert__icon {
    background-position: 0 0px;
  }
  .cert__item {
    padding: 10px 20px;
  }
  .toggle-cert__name {
    font-size: 18px;
    line-height: 24px;
  }
  .toggle-cert__flag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .toggle-cert__text {
    display: none;
  }
  .toggle-cert__icon {
    margin-left: 30px;
  }
  .cert__content {
    padding-top: 16px;
    font-size: 16px;
    line-height: 20px;
  }
  .cert__content ul li a:hover {
    color: #454749;
  }
  .cert__content ul li:first-child {
    margin-top: 0;
  }
}
/* sm <= Medium (md) */
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
  .blank-img {
    width: 100% !important;
    margin: 0px 0 20px 0 !important;
    float: none !important;
  }
  .popup__title {
    padding: 20px 30px;
    font-size: 20px;
    line-height: 24px;
  }
  .popup__content {
    padding: 30px 20px;
  }
  .header__row--slogan {
    display: none;
  }
  .footer__block--top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__row--r1 {
    width: 100%;
  }
  .footer__block--bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__copyrights {
    width: 100%;
  }
  .footer__developer {
    width: 100%;
    margin-top: 16px;
  }
  .footer__row--r2 {
    width: 100%;
    margin-top: 20px;
  }
  .footer__row--r5 {
    width: 100%;
    margin-top: 20px;
  }
  .b-block--type1 .container {
    padding-bottom: 0;
  }
  .b-block--type1 .b-block__content {
    min-height: auto;
    max-width: 100%;
  }
  .b-block--type1 .b-list ul li {
    margin-top: 20px;
  }
  .b-block--type1 .b-text {
    max-width: 100%;
  }
  .b-block--type1 .b-link {
    max-width: 480px;
    margin: 30px auto 0 auto;
  }
  .b-block--type1 .b-block__img {
    width: 100%;
    max-width: 480px;
    position: relative;
    margin: 30px auto 0 auto;
  }
  .b-block--type1 .b-block__img img {
    display: block;
  }
  .b-block--type1 .b-block__img img.b-block__img--desktop {
    display: none;
  }
  .b-block--type1 .b-block__img img.b-block__img--mobile {
    display: block;
  }
  .b-block--type2 .container {
    background-size: 320px;
    background-position: bottom center;
  }
  .b-block--type2 .b-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .b-block--type2 .b-text .b-text__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 0 0px;
  }
  .b-block--type2 .b-text .b-text__cols div {
    width: 100%;
    margin: 20px 0 0 0px;
  }
  .b-block--type2 .b-link {
    max-width: 480px;
    margin: 30px auto 0 auto;
  }
  .b-block--type4 .container {
    background-size: 80%;
  }
  .index__services {
    padding: 40px 0;
  }
  .index__info {
    padding: 40px 0;
  }
  .spec-index {
    padding: 40px 0;
  }

  .spec-index__link {
    display: block;
  }
  .index__about {
    padding: 40px 0;
  }
  .slider__about {
    position: relative;
    overflow: hidden;
  }
  .slider__about .swiper-slide {
    width: 100%;
    pointer-events: all;
  }
  .slider__about .swiper-slide-active {
    width: 100%;
  }
  .about__item {
    width: 100%;
    opacity: 1;
  }
  .about-index__prev {
    left: 10px;
  }
  .about-index__next {
    right: 10px;
  }
  .index__consult {
    padding-bottom: 30px;
  }
  .consult-index__block {
    border-radius: 20px;
    background: #fff;
    margin: 0 -20px;
  }
  .consult-index__col--insert {
    display: none;
  }
  .consult-index__col--content {
    width: 100%;
    padding: 40px 20px;
  }
  .index-route__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .stage-content__description {
    padding: 20px 0 0 20px;
  }
  .row-content__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row-content__col--media {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0px;
  }
  .row-content__singleimg {
    border-radius: 30px;
    margin-bottom: 20px;
  }
  .row-content__singleimg img {
    display: block;
    border-radius: 30px;
  }
  .row-content__pictures {
    margin: 30px -20px 0 -16px;
    overflow: auto;
    padding-right: 20px;
  }
  .pictures__item {
    width: 230px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0 0 0 16px;
  }
  .row-content__vk {
    padding: 30px 20px;
    background-size: 147px;
    background-position: bottom right;
  }
  .vk-block__title {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }
  .vk-block__more {
    margin-top: 20px;
  }
  .record-block {
    padding: 30px 20px;
    background-size: 157px;
    background-position: bottom right;
  }
  .record-block__title {
    font-size: 24px;
    line-height: 29px;
  }
  .record-block__btn {
    max-width: 400px;
  }
  .attention-healing {
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 30px 20px;
  }
  .imagery-content__cols {
    margin: 30px 0 0 0px;
  }
  .imagery-content__col {
    width: 100%;
    margin: 20px 0 0 0px;
  }
  .imagery-content__col:first-child {
    margin-top: 0;
  }
  .tc-content__cols {
    margin: 30px 0 0 0px;
  }
  .tc-content__col {
    width: 100%;
    margin: 20px 0 0 0px;
  }
  .tc-content__col:first-child {
    margin-top: 0;
  }
  .ti-content__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ti-content__col--text .row-content__title {
    text-align: center;
  }
  .ti-content__img {
    max-width: 480px;
    margin: 0 auto;
  }
  .ti-content__col--img {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .ti-content__img img {
    display: block;
    border-radius: 30px;
  }
  .services__items {
    margin: -16px 0 0 0px;
  }
  .services__item {
    position: relative;
    width: calc(100% - 0px);
    margin: 16px 0 0 0px;
    padding: 20px 10px 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .services__icon {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 12px;
  }
  .services__name {
    font-size: 16px;
    margin-top: 0;
    width: 100%;
  }
  .services__more {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .services__more span {
    display: none;
  }
  .contacts__cols {
    margin: 0 0 0 0px;
  }
  .contacts__col--map {
    width: 100%;
    margin: 30px 0 0 0px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contacts__col--content {
    width: 100%;
    margin: 0 0 0 0px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .item-contacts__icon {
    width: 30px;
    height: 30px;
  }
  .contacts__route {
    margin: 30px auto 0 auto;
    max-width: 480px;
  }
  .item-price__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .item-price__title {
    width: 100%;
  }
  .item-price__more {
    margin-left: 0;
    margin-top: 10px;
    font-size: 16px;
  }
  .price__link {
    margin: 40px auto 0 auto;
    max-width: 480px;
  }
  .noexist__link {
    margin: 30px auto 0 auto;
    max-width: 480px;
  }
  .noexist__img img {
    max-width: 500px;
    width: 100%;
  }
  .doctor__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .doctor__col--sidebar {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .doctor__col--content {
    width: 100%;
    margin-top: 30px;
  }
  .doctor__link {
    margin: 30px auto 0px auto;
    max-width: 480px;
  }
  .reviews__items {
    margin: -20px 0 0 0px;
  }
  .reviews__item {
    width: 100%;
    margin: 20px 0 0 0px;
  }
  .for-review__col .popup__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px 0px 10px 0px;
  }
  .for-review__col .popup__items .popup__item {
    width: 100%;
    margin: 10px 0 0 0px;
  }
  .works__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .works__col--media {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .works__col--content {
    width: 100%;
  }
  .twentytwenty-wrapper {
    position: relative;
    top: auto;
  }
}
@media (max-width: 576px) {
  .doctors__items {
    margin: -20px 0 0 0px;
  }
  .doctors__item {
    width: calc(100% - 0px);
    margin: 20px 0 0 0px;
  }
}
/* xs <= Small (sm) */
@media screen and (max-width: 479px) {
  .content__block {
    padding: 20px 0 40px 0;
  }
  .table-content {
    min-width: 100%;
    overflow: auto;
    width: 100%;
  }
  .table-content__top th {
    white-space: nowrap;
  }
  .noexist__img img {
    max-width: 320px;
  }
}


/*Cookies POPUP*/

.cookies {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 -5px 15px 0 rgba(6, 88, 175, 0.15);
          box-shadow: 0 -5px 15px 0 rgba(6, 88, 175, 0.15);
  background: #fff;
  padding: 1.0rem 0;
}

.cookies__inner {
  max-width: 850px;
  margin: 0 auto;
}

.cookies__text {
  text-align: center;
  padding: 0 3rem;
}

.cookies__text a {
  text-decoration: none;
  border-bottom: 1px solid #007d26;
  color: #007d26;
}

.cookies__text a:hover {
  border-bottom: 1px solid #fff;
}

.cookies__link {
  width: 7.875rem;
  height: 2.75rem;
  margin: 1rem auto 0 auto;
}

.cookies__link a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #007d26;
  border-radius: 0.375rem;
  line-height: 2.625rem;
  background: #007d26;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.cookies__link a:hover {
  background: #fff;
  color: #007d26;
}

.cookies__close {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 1.875rem;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background: url(/images/cookies-close.svg) 0px 0px no-repeat;
}

@media screen and (max-width: 1023px) {

  .cookies__text {
    text-align: center;
    padding: 0 2.5rem;
font-size:11px;
  }
  .cookies__text a {
    border-bottom: 1px solid #007d26;


  }
  .cookies__text a:hover {
    border-bottom: 1px solid #007d26;
  }
  .cookies__link a {
font-size:11px;
  }
  .cookies__link a:hover {
    background: #007d26;
    color: #fff;

  }
  .cookies__close {
    width: 0.75rem;
    height: 0.75rem;
    cursor: pointer;
    background-size: 0.75rem;
  }
  .cookies__text span {display:none;}
}



/*.Cookies POPUP*/
