@font-face {
  font-family: "Manrope";
  src:
    url("/website/fonts/Manrope-Regular.woff") format("woff"),
    url("/website/fonts/Manrope-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MargotXtrafette";
  src: url("/website/fonts/MargotXtrafette.ttf");
}
@font-face {
  font-family: "ManropeBold";
  src:
    url("/website/fonts/Manrope-Bold.woff") format("woff"),
    url("/website/fonts/Manrope-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src:
    url("/website/fonts/Manrope-SemiBold.woff") format("woff"),
    url("/website/fonts/Manrope-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "ManropeMedium";
  src:
    url("/website/fonts/Manrope-Medium.woff") format("woff"),
    url("/website/fonts/Manrope-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src:
    url("/website/fonts/Manrope-ExtraBold.woff") format("woff"),
    url("/website/fonts/Manrope-ExtraBold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src:
    url("/website/fonts/Manrope-Light.woff") format("woff"),
    url("/website/fonts/Manrope-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansBold";
  src: url("/website/fonts/OpenSansBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
body .swal2-container {
  z-index: 999923;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /* vertical-align: baseline; */
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  outline: none;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0 0 18px;
}
b,
.bold {
  font-weight: bold;
}
img {
  border: none;
  max-width: 100%;
}
input {
  vertical-align: middle;
}
.clear {
  clear: both;
  line-height: 1px;
  width: 1px;
}
.l {
  float: left;
}
.r {
  margin: auto;
}
.r.img {
  margin-left: 20px;
}
.l.img {
  margin-right: 20px;
}
p.upp {
  text-transform: uppercase;
}
.fs_17 {
  font-size: 17px;
}
.center {
  text-align: center;
}
b.fff {
  color: #fff;
}
h1,
.h1 {
  font:
    bold 24px/28px "Manrope",
    sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
}
h2, .h2 {
  font:
    bold 18px/24px "Manrope",
    sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  clear: both;
}
ul.list {
  margin: -12px 0 30px;
}
ul.list li {
  font-weight: bold;
  margin-bottom: 5px;
}
/* ------------------------------------------------------------------------------ */

a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}
body {
  font:
    15px "Manrope",
    sans-serif;
  color: #282828;
  line-height: 1.3;
  background: #fff;
  overflow-x: hidden;
}
.warning {
  text-align: center;
  padding-top: 10px;
  color: #ef386c;
  font-size: 20px;
  font-family: "Manrope";
  font-weight: 500;
}
.warning span {
  font-family: "MargotXtrafette";
  font-size: 25px;
}
.fon2 {
  background:
    url(../img/fon-footer.png) bottom center no-repeat,
    url(../img/newfon-footer.png) repeat-x bottom;
}
.wrapper {
  width: 1190px;
  margin: 0 auto;
  position: relative;
}
.wrapper {
  padding-bottom: 0;
}
.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.container {
  max-width: 100%;
  width: 1190px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.container * {
  box-sizing: border-box;
}
.logo-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.logo-wrap img {
  width: 140px;
}
.logo-col {
  display: flex;
  flex-direction: column;
}
.vk-link {
  display: flex;
  align-items: center;
  color: inherit;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
}
.vk-link .vk_logo {
  display: inline-block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background:
    url("/website/img/vk.svg") center center / 35px no-repeat,
    #fff;
  border-radius: 10px;
}
.vk-link--blue .vk_logo {
  background: url("/website/img/vk_blue.svg") center center / 100% no-repeat;
}
header {
  background-color: #fff;
  background-image: linear-gradient(to bottom, rgb(234, 249, 249) 0px, rgb(255, 255, 255) 100%);
  background-size: 100% 180px;
  background-position: top;
  background-repeat: no-repeat;
}
.fixed .eye-activate-btn {
  display: none;
}
.header {
  display: grid;
  grid-template-columns: 205px auto auto 160px;
  grid-column-gap: 15px;
  justify-content: space-between;
  grid-row-gap: 20px;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (min-width: 1041px) {
  .header__tel,
  .header__logo {
    grid-row: 1/3;
  }
  .header__btns {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .header__adr,
  .eye-activate-btn {
    align-self: flex-end;
  }
  .header__btns,
  .header__vk {
    align-self: flex-start;
  }
}
@media (max-width: 1040px) and (min-width: 769px) {
  .header {
    grid-template-columns: 205px auto auto;
  }
  .header__logo {
    grid-row: 1/4;
  }
  .eye-activate-btn {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .header__btns {
    grid-row: 3/4;
    grid-column: 2/3;
  }
  .header__adr {
    align-self: flex-end;
  }
  .header__tel {
    grid-row: 1/3;
    grid-column: 3/4;
  }
  .header__vk {
    grid-row: 3/4;
    grid-column: 3/4;
  }
  @media (max-width: 880px) {
    .header {
      grid-template-columns: 150px auto auto;
    }
  }
}
@media (max-width: 768px) and (min-width: 521px) {
  .header {
    grid-template-columns: 205px auto;
    grid-row-gap: 5px;
  }
  .header__logo {
    grid-row: 1/4;
  }
  .header__btns {
    grid-row: 4/5;
    grid-column: 2/3;
  }
  .eye-activate-btn {
    grid-row: 4/5;
    grid-column: 1/2;
  }
}
@media (max-width: 580px) {
  .header {
    grid-template-columns: 150px auto;
  }
}
@media (max-width: 520px) {
  .header {
    grid-template-columns: 150px 1fr;
  }
  .header__logo {
    grid-row: 1/3;
  }
  .eye-activate-btn {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .header__vk {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .header__adr,
  .header__tel,
  .header__btns {
    grid-column: 1/-1;
  }
}
.fixed .header {
  grid-template-columns: 130px auto auto auto;
  align-items: center;
}
.fixed .header__adr,
.fixed .eye-activate-btn {
  display: none;
}
.fixed .header__tel,
.fixed .header__logo {
  grid-row: auto;
  grid-column: auto;
}
.fixed .header__btns {
  grid-row: auto;
  grid-column: auto;
}
.fixed .header__vk {
  align-self: center;
  grid-row: auto;
  grid-column: auto;
}
@media (max-width: 900px) {
  .fixed .header {
    grid-template-columns: 130px auto auto;
  }
  .fixed .header__vk {
    display: none;
  }
}
@media (max-width: 600px) {
  .fixed .header {
    grid-template-columns: 100px auto auto;
  }
}
@media (max-width: 540px) {
  .fixed .header {
    grid-template-columns: 100px auto;
    grid-row-gap: 5px;
  }
  .fixed .header__btns {
    grid-column: 1/-1;
  }
}
.header__logo {
  line-height: 0;
}
.header__logo img {
  width: 100%;
}
.header__adr {
  position: relative;
  margin: 0 0 10px;
  padding: 0;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 700;
}
.header__adr::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 18px;
  height: 24px;
  background-image: url("/website/img/re/adr.png");
}
@media (max-width: 768px) {
  .header__adr {
    margin: 0 0 5px auto;
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .header__adr {
    margin: 0 auto 5px;
  }
}
.header__tel {
  margin: 0;
  padding-left: 112px;
  text-align: left;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 768px) {
  .header__tel {
    margin: 0 0 0 auto;
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .header__tel {
    margin: 0 auto;
  }
}
.header__tel .tel {
  position: relative;
  display: block;
}
.header__tel .tel::before,
.header__tel .tel::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 2px;
  width: 20px;
  height: 20px;
  background-image: url("/website/img/re/tel.svg");
  background-size: 20px;
}
.header__tel span {
  position: relative;
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
}
.header__tel .header_whats,
.header__tel .header_viber,
.header__tel .header_telegram {
  position: absolute;
  top: -5px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
}
.header__tel .header_whats:hover,
.header__tel .header_viber:hover,
.header__tel .header_telegram:hover {
  opacity: 1;
}
.header__tel .header_whats {
  /* left: -120px; */
  left: -80px;
  background-image: url("/website/img/re/wa.svg");
}
/* .header__tel .header_viber {
  left: -80px;
  background-image: url("/website/img/re/viber.svg");
} */
.header__tel .header_telegram {
  left: -40px;
  background-image: url("/website/img/re/telegram.svg");
}
.header__tel small {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.fixed .header__tel {
  padding-left: 90px;
}
.fixed .header_whats,
.fixed .header_viber,
.fixed .header_telegram {
  top: -2px;
  width: 25px;
  height: 25px;
}
.fixed .header_whats {
  /* left: -90px; */
  left: -60px;
}
/* .fixed .header_viber {
  left: -60px;
} */
.fixed .header_telegram {
  left: -30px;
}
@media (max-width: 390px) {
  .fixed .header__tel {
    padding-left: 20px;
    font-size: 15px;
  }
  .fixed .header__tel .tel::before {
    left: -23px;
    top: -2px;
  }
  .fixed .header__tel span {
    margin-top: 5px;
    padding-top: 30px;
  }
  .fixed .header_whats,
  .fixed .header_viber,
  .fixed .header_telegram {
    top: 0;
    left: auto;
  }
  .fixed .header_whats {
    left: 0;
  }
  .fixed .header_viber {
    left: 32px;
  }
  .fixed .header_telegram {
    left: 62px;
  }
}
.header__btns {
  display: flex;
  align-items: center;
  margin-top: -10px;
}
@media (max-width: 768px) {
  .header__btns {
    justify-content: flex-end;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 520px) {
  .header__btns {
    margin: 0 auto;
  }
}
.fixed .header__btns {
  align-self: center;
  margin-top: 0;
}
@media (max-width: 800px) and (min-width: 541px) {
  .fixed .header__btns {
    flex-direction: column;
  }
}
@media (max-width: 540px) {
  .fixed .header__btns {
    width: 100%;
    align-items: stretch;
  }
}
.header__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  padding-left: 53px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  background-image: linear-gradient(to left, rgb(48, 174, 146) 0%, rgb(60, 198, 164) 100%);
  box-sizing: border-box;
}
.header__btn:hover {
  background-color: rgb(48, 174, 146);
  background-image: linear-gradient(to left, rgb(48, 174, 146) 0%, rgb(48, 174, 146) 100%);
}
.header__btn--ask {
  width: 137px;
  margin-right: 7px;
  padding-left: 45px;
}
.header__btn--ask::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 50%;
  width: 25px;
  height: 23px;
  margin-top: -11px;
  background-size: 40px;
  background-image: url("/website/img/re/question.svg");
  background-position: center;
}
.header__btn--order {
  width: 167px;
  background-image: linear-gradient(to right, #32bbbc 0%, #24a0a1 100%);
}
.header__btn--order:hover {
  background-color: #24a0a1;
  background-image: linear-gradient(to right, #24a0a1 0%, #24a0a1 100%);
}
.header__btn--order::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -11px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-image: url("/website/img/re/chat.svg");
}
@media (max-width: 400px) {
  .header__btn {
    padding-left: 40px;
    font-size: 14px;
  }
  .header__btn--order {
    width: 130px;
  }
  .header__btn--order::before {
    left: 9px;
  }
}
@media (max-width: 800px) {
  .fixed .header__btn--ask {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .fixed .header__btn--order {
    width: 137px;
    padding-left: 40px;
    font-size: 14px;
  }
  .fixed .header__btn--order::before {
    left: 9px;
  }
}
@media (max-width: 540px) {
  .fixed .header__btn {
    width: calc(50% - 5px);
  }
  .fixed .header__btn--ask {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.header__vk {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
  color: inherit;
  text-decoration: none;
}
.header__vk span {
  margin-right: 10px;
}
.eye-activate-btn {
  position: relative;
  margin-right: 2px;
  padding-right: 53px;
  text-align: right;
  color: inherit;
  text-decoration: none;
  background-image: url("/website/img/re/eye.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: right center;
}
@media (max-width: 1040px) {
  .eye-activate-btn {
    margin: 0 auto;
  }
}
@media (max-width: 360px) {
  .eye-activate-btn {
    padding-right: 0;
    padding-top: 20px;
    font-size: 13px;
    text-align: center;
    background-position: center top;
  }
}
.fixed .header_vk_wrapper {
  margin-left: 20px;
  padding-top: 0;
}
.fixed .header_vk_wrapper .vk-link {
  flex-direction: row;
  font-size: 0;
}
.fixed .header_vk_wrapper .vk_logo {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .fixed .header_vk_wrapper {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .only-mobile.new_num_phone {
    display: none;
  }
}
.new_num_phone {
  position: relative;
  display: block;
  margin-top: 8px;
}
.new_num_phone .header_whats,
.new_num_phone .header_viber,
.new_num_phone .header_telegram {
  position: absolute;
  width: 31px;
  height: 31px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.new_num_phone .header_whats {
  left: -120px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' ?%3e%3csvg data-name='Layer 1' id='Layer_1' viewBox='0 0 508.33 508.36' xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%2325d366;fill-rule:evenodd;%7d.cls-2%7bfill:%23fff;%7d%3c/style%3e%3c/defs%3e%3ctitle/%3e%3cpath class='cls-1' d='M485,29.72c11.45,15.13,16.61,40.21,19.15,70.7,3.36,45.5,4.71,100.1,6,156.52-1.67,57.47-2.35,115.43-6,156.52-2.88,31.54-9,52.66-19.22,65.47-13,12.79-37.94,23.59-73.5,26.15-43.25,3.69-96.61,3.65-155.48,5.1-65.44-1.12-109.82-.64-156.38-5.08-36.32-2.52-60.08-13.19-74.7-26.07-10.83-14.54-14-30-17-66.24-3.75-41.85-4.58-98.56-6-155.54C4,200.57,4.13,143.44,7.9,100.74,10.43,67.05,14.42,44.4,24.65,30,39,17.77,63.48,11.69,100,8.69c50-5.85,102.06-7,155.88-6.87,55.39.09,108.56,1.67,156,6.34,32,2.56,58.48,8.07,73.07,21.56Z' transform='translate(-1.83 -1.82)'/%3e%3cpath class='cls-2' d='M354.85,142.68A147.79,147.79,0,0,0,249.62,99.05c-82,0-148.73,66.73-148.76,148.75a148.48,148.48,0,0,0,19.86,74.37l-21.1,77.09,78.86-20.69a148.63,148.63,0,0,0,71.09,18.11h.06c82,0,148.72-66.74,148.76-148.76A147.86,147.86,0,0,0,354.85,142.68ZM249.62,371.55h-.05a123.46,123.46,0,0,1-62.93-17.23l-4.51-2.68-46.8,12.28,12.49-45.63-2.94-4.68a123.66,123.66,0,1,1,228.38-65.7C373.24,316.09,317.77,371.55,249.62,371.55Z' transform='translate(-1.83 -1.82)'/%3e%3cpath class='cls-2' d='M317.45,279c-3.72-1.86-22-10.85-25.4-12.09s-5.89-1.86-8.36,1.86-9.6,12.09-11.77,14.57-4.34,2.79-8.05.93-15.69-5.78-29.89-18.45c-11.05-9.86-18.51-22-20.68-25.75s-.23-5.73,1.63-7.59c1.67-1.67,3.72-4.34,5.58-6.51a25.38,25.38,0,0,0,3.72-6.2,6.84,6.84,0,0,0-.31-6.51c-.93-1.86-8.36-20.16-11.46-27.6-3-7.25-6.08-6.26-8.36-6.38s-4.65-.13-7.12-.13a13.66,13.66,0,0,0-9.91,4.65c-3.41,3.72-13,12.71-13,31s13.32,36,15.18,38.45,26.21,40,63.5,56.12a213.41,213.41,0,0,0,21.19,7.83,50.94,50.94,0,0,0,23.41,1.47c7.14-1.07,22-9,25.09-17.67s3.1-16.13,2.17-17.68S321.16,280.81,317.45,279Z' transform='translate(-1.83 -1.82)'/%3e%3c/svg%3e");
}
.new_num_phone .header_viber {
  left: -80px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' ?%3e%3csvg data-name='Layer 1' id='Layer_1' viewBox='0 0 508.33 508.36' xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23675ca8;fill-rule:evenodd;%7d.cls-2%7bfill:%23fff;%7d%3c/style%3e%3c/defs%3e%3ctitle/%3e%3cpath class='cls-1' d='M485,29.72c11.45,15.13,16.61,40.21,19.15,70.7,3.36,45.5,4.71,100.1,6,156.52-1.67,57.47-2.35,115.43-6,156.52-2.88,31.54-9,52.66-19.22,65.47-13,12.79-37.94,23.59-73.5,26.15-43.25,3.69-96.61,3.65-155.48,5.1-65.44-1.12-109.82-.64-156.38-5.08-36.32-2.52-60.08-13.19-74.7-26.07-10.83-14.54-14-30-17-66.24-3.75-41.85-4.58-98.56-6-155.54C4,200.57,4.13,143.44,7.9,100.74,10.43,67.05,14.42,44.4,24.65,30,39,17.77,63.48,11.69,100,8.69c50-5.85,102.06-7,155.88-6.87,55.39.09,108.56,1.67,156,6.34,32,2.56,58.48,8.07,73.07,21.56Z' transform='translate(-1.83 -1.82)'/%3e%3cpath class='cls-2' d='M249.5,99a150,150,0,1,0,150,150A150,150,0,0,0,249.5,99Zm-1.79,64.37a5,5,0,0,1,2.69-3.15,8.26,8.26,0,0,1,3.18-.62s1.33-.09,2.5-.05c39.66,1.06,73.91,29.22,78.85,71.87A111.57,111.57,0,0,1,336,244.58c0,1.39.06,3.91-1.65,5.54a5.13,5.13,0,0,1-2.27,1.22,6.13,6.13,0,0,1-3.24-1.76,6.65,6.65,0,0,1-1.52-4.23,131.28,131.28,0,0,0-3.29-23c-6.59-28-32-50.08-60.63-53.28-3.33-.37-6.66-.74-10-.89-2.27-.1-4.52-.52-5.41-2A3.86,3.86,0,0,1,247.71,163.37Zm15.58,26.36a17.56,17.56,0,0,1-3.69-.55c-1.59-.42-2.83-.76-3.77-1.85a5.23,5.23,0,0,1-1.17-3.25,5.08,5.08,0,0,1,1.62-2.63,5.76,5.76,0,0,1,4-1c23.38,1.17,37.22,14.7,37.22,14.7a60.27,60.27,0,0,1,10.59,14.34A63.7,63.7,0,0,1,315.36,234a10.12,10.12,0,0,1-.79,5.12,5.38,5.38,0,0,1-1.74,2.38,5,5,0,0,1-3,.9,5.45,5.45,0,0,1-2-1.3,4.68,4.68,0,0,1-1.29-2.25c-1.23-10.73-2.91-21.21-9.51-30.27C288.64,197.11,276.78,192,263.29,189.73Zm30.57,40.77c-.23,3.11-1.49,4.26-1.81,4.53a5,5,0,0,1-2.69,1.09,5.28,5.28,0,0,1-2.73-1.36,5.93,5.93,0,0,1-1.54-3.64c-.31-2.69-2.24-11.3-6.64-15.27-2.75-2.48-6.56-3.79-12.12-4.6-2.23-.32-4.4-.78-5.18-2.26a3.74,3.74,0,0,1-.07-2.81c.91-2.95,4.49-3.8,4.77-3.86,2.37.33,17.54,2.67,24.48,14A25.11,25.11,0,0,1,293.86,230.5Zm41.78,83.55c-5.69,6.93-11.19,14.23-17.93,20-5.79,5-13.35,5.58-20.88,2.5C235,311.33,190.59,268.39,165,206.41c-.64-1.55-1.16-3.16-1.71-4.75-4.79-13.91-3.35-19.31,8.07-28.67a130.83,130.83,0,0,1,11.77-8.46c6.81-4.42,14.29-4.37,19.44,1.83a288.08,288.08,0,0,1,23.73,32.49c5.24,8.5,3.37,13.32-4.32,19.72-1.78,1.48-3.68,2.81-5.46,4.28-4.45,3.7-6.33,8.1-4.37,14,8.6,25.63,26.56,41.84,51.58,50.45,2.91,1,7.46-1.25,10.64-3.05,2.38-1.35,3.77-4.42,5.61-6.72,5-6.22,13-8.85,19.65-4.64,11.86,7.53,23.23,15.89,34.38,24.45,2.39,1.84,3,6,4.26,8.86C337.23,309.45,337.09,312.29,335.64,314.06Z' transform='translate(-1.83 -1.82)'/%3e%3c/svg%3e");
}
.new_num_phone .header_telegram {
  left: -40px;
  background-image: url("/website/img/telegram_icon.svg");
}
@media screen and (max-width: 900px) {
  .new_num_phone .header_whats,
  .new_num_phone .header_viber,
  .new_num_phone .header_telegram {
    width: 27px;
    height: 27px;
  }
  .new_num_phone .header_whats {
    left: -102px;
  }
  .new_num_phone .header_viber {
    left: -68px;
  }
  .new_num_phone .header_telegram {
    left: -34px;
  }
}
@media screen and (max-width: 768px) {
  .new_num_phone {
    margin-top: 15px;
  }
  .new_num_phone .header_whats,
  .new_num_phone .header_viber,
  .new_num_phone .header_telegram {
    top: -4px;
  }
}

/* ------------------------------------------------------------------------------ */

nav {
  position: relative;
  background-color: #deeeee;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
}
/*  новогодняя гирлянда */
/*   @media screen and (min-width: 501px) {
    nav {
      margin-bottom: 50px;
    }
  } */
nav .container {
  padding: 0;
}
.navigation-pages {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  font-size: 18px;
}

.navigation-pages > li {
  transition: 0.5s;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .navigation-pages > li::after {
    display: none;
  }
}
.navigation-pages > li:hover,
.navigation-pages > li.active {
  background-color: #54b7b8;
}
.navigation-pages > li.active > a::after,
.navigation-pages > li.active + li > a::after,
.navigation-pages > li:first-child > a::after {
  display: none;
}
.navigation-pages li a {
  color: inherit;
  text-decoration: none;
  line-height: 1.1;
  font-weight: 700;
}
.navigation-pages > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  transition:
    background 0.5s ease,
    color 0.5s ease;
  padding: 20px 10px;
}
.navigation-pages > li > a::after {
  content: "";
  position: absolute;
  left: -0.5px;
  top: 50%;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background-color: rgb(178, 201, 204);
}
.navigation-pages > li > a.sub::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #54b7b8;
  z-index: 11;
  opacity: 0;
}
.navigation-pages > li:hover > a.sub::before {
  opacity: 1;
}
.navigation-pages > li > ul {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  row-gap: 6px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 10;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0px 18px 24px 16px rgba(40, 40, 40, 0.1);
}
.navigation-pages > li:hover > ul {
  display: grid;
}
.navigation-pages > li > ul > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  padding: 5px;
  border-radius: 15px;
}
.navigation-pages > li > ul > li.active,
.navigation-pages > li > ul > li:hover {
  background-color: #fff;
  border-color: #cadedf;
}
.navigation-pages > li > ul > li:last-child {
  grid-column: 1/-1;
}
.navigation-pages > li > ul > li > a {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  padding: 5px 0px 5px 45px;
}
.navigation-pages > li > ul > li > a.sub {
  padding-top: 10px;
  height: auto;
}
.navigation-pages > li > ul > li a:hover {
  color: #12898a;
}
.navigation-pages > li > ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(54%) sepia(14%) saturate(2007%) hue-rotate(132deg) brightness(96%) contrast(90%);
  background-size: 100%;
}
.navigation-pages > li > ul > li > a[href="#"] {
  pointer-events: none;
}
.navigation-pages > li > ul > li > a.m-child::before {
  background-image: url("/website/img/m-child.svg");
  filter: invert(53%) sepia(18%) saturate(1102%) hue-rotate(259deg) brightness(91%) contrast(87%);
}
.navigation-pages > li > ul > li > a.m-estet::before {
  background-image: url("/website/img/m-estet.svg");
}
.navigation-pages > li > ul > li > a.m-micro::before {
  background-image: url("/website/img/m-micro.svg");
}
.navigation-pages > li > ul > li > a.m-heal::before {
  background-image: url("/website/img/m-heal.svg");
  background-size: 70%;
}
.navigation-pages > li > ul > li > a.m-surg::before {
  background-image: url("/website/img/m-surg.svg");
}
.navigation-pages > li > ul > li > a.m-prosth::before {
  background-image: url("/website/img/m-prosth.svg");
}
.navigation-pages > li > ul > li > a.m-hygiene::before {
  background-image: url("/website/img/m-hygiene.svg");
  background-size: 90%;
}
.navigation-pages > li > ul > li > a.m-white::before {
  background-image: url("/website/img/m-white.svg");
}
.navigation-pages > li > ul > li > a.m-implant::before {
  background-image: url("/website/img/m-implant.svg");
  background-size: 90%;
}
.navigation-pages > li > ul > li > a.fancybox::before {
  background-image: url("/website/img/m-consult.svg");
}
.navigation-pages > li > ul > li > a.m-snap::before {
  background-image: url("/website/img/m-snap.svg");
  background-size: 80%;
}
.navigation-pages > li > ul > li > a.m-prevent::before {
  background-image: url("/website/img/m-prevent.svg");
}
.navigation-pages > li > ul > li > a.m-preg::before {
  background-image: url("/website/img/m-preg.png");
  background-size: auto;
  filter: none;
}
.navigation-pages > li > ul > li > ul {
  flex: 1;
  padding-left: 45px;
  font-size: 14px;
}
.navigation-pages > li > ul > li > ul > li {
  margin-bottom: 5px;
}
.navigation-pages > li > ul > li > ul a {
  font-weight: normal;
}
.navigation-pages > li > ul > li > ul ul {
  list-style: disc;
  padding-left: 18px;
  padding-top: 2px;
}
@media screen and (max-width: 1180px) {
  .navigation-pages {
    font-size: 16px;
  }
  .navigation-pages > li > ul > li {
    min-height: 60px;
  }
  .navigation-pages > li > ul > li > a,
  .navigation-pages > li > ul > li > ul {
    padding-left: 35px;
  }
  .navigation-pages > li > ul > li > a::before {
    width: 26px;
    height: 26px;
  }
  .navigation-pages > li > ul > li > a.m-preg::before {
    background-size: contain;
  }
  .navigation-pages > li > ul > li > ul {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .navigation-pages > li:hover > ul,
  .navigation-pages > li > a.sub::before {
    display: none;
  }
  .navigation-pages > li > a::after {
    display: none;
  }
}

.fixed nav ul.navigation-pages > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media screen and (max-width: 1200px) {
  .fixed nav ul.navigation-pages > li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1080px) {
  .fixed nav ul.navigation-pages > li > a {
    padding: 10px 5px;
    font-size: 14px;
    max-width: 110px;
  }
}
@media screen and (max-width: 980px) {
  .fixed nav ul.navigation-pages > li > a {
    font-size: 1.4vw;
  }
}
.navigation-pages > li a span {
  display: block;
}
.navigation-pages > li:hover > a,
.navigation-pages > li.active > a {
  color: #fff;
}

/* ------------------------------------------------------------------------------ */

section {
  width: 100%;
  height: auto;
  position: relative;
}

section .content {
  min-height: 400px;
  margin-bottom: 40px;
  text-align: justify;
}

section .content .bel_block {
  font:
    normal 12px/15px "Open Sans",
    sans-serif;
  background: #fff url(../img/t_head.png) repeat-x 0% 0%;
}

section .content .bel_block_2 {
  padding: 2em 1em 0;
  /* background: url(../img/t_foot.png) repeat-x 0% 100%; */
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
}

section .content .bel_block .r {
  width: 50%;
  padding: 0 1em;
  box-sizing: border-box;
  float: none;
}

section .content .bel_block .l {
  width: 50%;
  padding: 0 1em;
  box-sizing: border-box;
  float: none;
}
.bel_block .docs.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  column-gap: 20px;
  row-gap: 20px;
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: 55px;
}
.bel_block .docs.row a {
  font-size: 14px;
}
.bel_block .docs.row .red {
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  text-align: center;
}
.bel_block .docs.row .red a {
  font-size: inherit;
}
section .content .list_gal {
  text-align: center;
  margin-bottom: 20px;
}

section .content .list_gal img {
  margin: 0 35px;
}

.personal {
  width: 100%;
}

.personal tr td {
  vertical-align: top;
}

.personal_foto:first-child {
  width: 257px;
  text-align: left;
}

.personal tr td p,
.personal tr td .pers_item {
  margin-top: 0px;
  display: block;
  text-align: left;
  border-radius: 5px;
  font:
    normal 13px/15px "Open Sans",
    sans-serif;
  background: #fff url(../img/td_p_head.png) repeat-x 0% 0%;
  /* min-height: 140px; */
  margin-bottom: 18px;
}

.personal tr td p span,
.personal tr td .pers_item span {
  display: block;
  padding: 20px 15px;
  /* min-height: 100px; */
  border-radius: 5px;
  background: url(../img/td_p_foot.png) repeat-x 0% 100%;
  /* min-height: 140px; */
}

section .content div.price {
  padding: 30px 0 0;
  background: #fff url(../img/t_head.png) repeat-x 0% 0%;
}

section .content div.price_2 {
  padding: 0 0 30px;
  background: url(../img/t_foot.png) repeat-x 0% 100%;
}

section .content table.pr tr th {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

section .content table.pr tr th.one {
  padding: 0 0 0 30px;
  width: 30px;
}

section .content table.pr tr th.tree {
  width: 200px;
  text-align: left;
}
section .content table.pr--4 tr th.tree {
  width: 140px;
}
section .content table.pr {
  width: 100%;
}

section .content table.pr tr td:first-child {
  font-weight: bold;
  text-align: center;
}

section .content table.pr tr td {
  padding: 4px 15px 4px 30px;
  border-bottom: 1px solid #c7daf4;
  text-align: left;
}

section .content table.pr tr td:last-child {
  padding-left: 0px;
  font-weight: bold;
}
section .content table.pr--4 tr td:last-child {
  padding-left: 20px;
}
section .content table.pr tr:last-child td {
  border-bottom: none;
}

section .content .t_head {
  width: 700px;
  margin: 25px auto;
  text-align: center;
  background: url(../img/th_centr.png) repeat-x;
}

section .content .t_head .t_head_1 {
  width: 700px;
  height: 33px;
  background: url(../img/th_left.png) no-repeat 0% 0%;
}

section .content .t_head .t_head_1 h3 {
  font:
    normal 20px/31px "Open Sans",
    sans-serif;
  display: block;
  height: 33px;
  color: #fff;
  background: url(../img/th_right.png) no-repeat 100% 0%;
}

section .content .links {
  width: 596px;
  height: 200px;
  padding: 100px 30px 0 80px;
  background: url(../img/img_22.png) no-repeat;
  background-size: 700px;
}

section .content .links a {
  color: #697496;
  display: block;
  padding: 0 0 37px;
}

.links_title__mobile {
  display: none;
}

/* ------------------------------------------------------------------------------ */
footer {
  background-color: #fff;
}
.footer {
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 30px;
}
@media (max-width: 991px) and (min-width: 769px) {
  .footer {
    grid-template-columns: auto auto auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer__logo {
    grid-column: 1/-1;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .footer {
    grid-template-columns: auto auto;
    grid-row-gap: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 580px) {
  .footer {
    grid-template-columns: 100%;
  }
  .footer__logo {
    margin-bottom: 5px;
    text-align: center;
  }
  .footer__tel,
  .footer__adr,
  .footer__time {
    width: 267px;
    margin: 0 auto;
  }
}
.footer__adr .adr {
  position: relative;
  margin: 0 0 17px;
  padding: 0;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 700;
}
.footer__adr .adr::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 18px;
  height: 24px;
  background-image: url("/website/img/re/adr.png");
}
.footer__adr .adr a {
  display: block;
  text-decoration: underline;
  font-weight: 400;
  color: inherit;
}
.footer__adr .header__btn {
  width: 230px;
  margin-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
}
.footer__tel {
  padding-left: 112px;
  text-align: left;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 900px) {
  .footer__tel {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .footer__logo {
    order: -2;
  }
  .footer__tel {
    order: -1;
  }
}
.footer__tel .tel {
  position: relative;
  display: block;
}
.footer__tel .tel::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 2px;
  width: 20px;
  height: 20px;
  background-image: url("/website/img/re/tel.svg");
  background-size: 20px;
}
.footer__tel span {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .footer__tel span {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.footer__tel .header_whats,
.footer__tel .header_viber,
.footer__tel .header_telegram {
  position: absolute;
  top: -5px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
}
.footer__tel .header_whats:hover,
.footer__tel .header_viber:hover,
.footer__tel .header_telegram:hover {
  opacity: 1;
}
.footer__tel .header_whats {
  /* left: -120px; */
  left: -80px;
  background-image: url("/website/img/re/wa.svg");
}
/* .footer__tel .header_viber {
  left: -80px;
  background-image: url("/website/img/re/viber.svg");
} */
.footer__tel .header_telegram {
  left: -40px;
  background-image: url("/website/img/re/telegram.svg");
}
.footer__tel small {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.footer__time .time {
  margin: 0 0 15px;
}
@media (max-width: 768px) {
  .footer__time {
    min-width: 155px;
    margin-left: auto;
  }
}
@media (max-width: 580px) {
  .footer__time {
    text-align: center;
  }
}
.footer__time .time span {
  display: block;
  text-transform: uppercase;
}
.footer__vk {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 580px) {
  .footer__vk {
    justify-content: center;
  }
}
.footer__vk span {
  margin-right: 10px;
  font-size: 16px;
}
.copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #e5f6f5;
}
.copyright .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
.copy_politic {
  display: block;
  color: inherit;
  text-decoration: none;
}
.copy_politic:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .copyright {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.copyright .container p {
  margin: 0;
}
.copyright .copi {
  font-size: 16px;
}
@media (max-width: 768px) {
  .copyright .container {
    flex-wrap: wrap;
  }
}
.copyright .copi {
  text-transform: uppercase;
}
.copyright .footer_creator {
  text-transform: none;
}
.copyright .footer_creator a {
  color: inherit;
  white-space: nowrap;
}
/* page polezno znat begin*/

.novost h2 {
  text-transform: uppercase;
  font-size: 16px;
  text-align: left;
  text-shadow: none;
  border-bottom: 1px solid #051850;
  padding-bottom: 10px;
  margin-bottom: 7px;
  position: relative;
  height: 53px;
  box-shadow: 0 1px 0 0px #fff;
}

.novost h2:before {
  content: url(../img/galka.png);
  position: relative;
  top: 3px;
  margin-right: 9px;
}

.novost:after {
  clear: both;
  display: block;
  content: " ";
}

.novost p {
  min-height: 126px;
}

.podrobnee,
.nazad {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.podrobnee {
  margin-top: 10px;
  width: auto;
  padding: 10px;
  border: 1px solid #fff;
  padding-left: 10px;
  padding-right: 15px;
  position: absolute;
  background: #319de7;
  bottom: 10px;
  right: 20px;
}

.podrobnee:after {
  content: url(../img/strelka.png);
  position: relative;
  left: 5px;
  top: 2px;
}

.podrobnee:hover,
.nazad:hover {
  background: transparent;
}

.spanh {
  font:
    bold 24px/28px "Open Sans",
    sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
}

.nazad {
  padding: 1em;
  border: 1px solid #fff;
}

.nazad:before {
  content: url(../img/strelkal.png);
  position: relative;
  margin-right: 8px;
  top: 2px;
}

.new h1 {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  text-shadow: none;
  padding-bottom: 10px;
  margin-bottom: 7px;
}

.new {
  clear: both;
}

.new:after {
  clear: both;
  display: block;
  content: " ";
}

.new p {
  font-size: 14px;
}

.new img {
  margin: 30px;
  margin-bottom: 0px;
  float: left;
}

.polznat {
  float: right;
  background-image: url(../img/poleznoznat.png);
  width: 347px;
  height: 184px;
  margin-top: -94px;
  position: relative;
  top: -30px;
}

.polznat a {
  text-decoration: none;
  font-size: 21px;
  text-transform: uppercase;
  color: #009cdf;
  position: relative;
  display: block;
  padding: 47px;
  font-weight: 600;
  top: 48px;
  width: 127px;
}

.new h2 {
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
  text-shadow: none;
  margin-bottom: 1px;
}

.new h3 {
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.fornovjstey p {
  padding: 10px;
  min-height: 126px;
}

#karta1,
#karta2 {
  display: none;
}

.our-companys {
  text-align: center;
  padding-top: 1em;
}
.our-companys {
  margin-top: 1em;
}
.our-companys p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
}
.company {
  text-align: center;
}
.block {
  text-align: center;
}

.uslugi_table {
  width: 100%;
  margin-bottom: 30px;
}

.uslugi_table tr td {
  background: url(../img/dot.png) center left no-repeat;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  color: #051850;
  padding-left: 16px;
  padding-right: 20px;
  line-height: 2;
}

.uslugi_table tr td:last-child {
  padding-right: 0px;
}

.contact b span {
  font-size: 18px;
  line-height: 1.5;
}

.company_name {
  font-size: 24px;
  line-height: 1.2;
}

.graphic {
  position: relative;
  display: block;
  line-height: 1.5;
}

.graphic > b:first-of-type {
  padding-bottom: 11px;
  display: block;
}
.graphic span {
  font-weight: 600;
  color: #11338a;
}
span.red {
  color: #d41c1c;
}

.graphic div {
  -webkit-text-shadow: 1px 1px 1px #fff;
  -moz-text-shadow: 1px 1px 1px #fff;
  text-shadow: 1px 1px 1px #fff;
  position: absolute;
  left: 140px;
  top: 30px;
  font-size: 56px;
  display: flex;
}

#proffs {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#proffs p {
  font:
    bold 14px/20px "Open Sans",
    sans-serif;
  text-transform: uppercase;
  margin: 15px auto;
}

#proffs div {
  display: inline-block;
  width: 20%;
  padding: 0;
  vertical-align: top;
  box-sizing: border-box;
}

.red {
  color: #b8133a;
  font-size: 14px;
  line-height: 1.3;
  font-family: "OpenSansBold";
  padding-left: 30px;
  margin-bottom: 20px;
}
.about_docs {
  margin-bottom: 60px;
}
a.doc {
  padding-left: 40px;
  background: url("/website/img/download_icon.svg") left top / 24px no-repeat;
  display: block;
  color: black;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
  text-decoration: none;
  padding-top: 5px;
  min-height: 24px;
}

a.doc span {
  font-family: "Open Sans";
  font-weight: 400;
  color: black;
}
a.doc1 {
  color: #051850;
  font-weight: bold;
}
.border_top {
  display: block;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #051850;
}
.docs {
  text-align: left;
}
.sertificat_list {
  display: grid;
  grid-template-columns: repeat(5, 19%);
  justify-content: space-between;
  row-gap: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.sertificat_list .sertificat_item {
  padding: 0 12px 10px 0;
  max-width: 225px;
  text-align: center;
}
.sertificat_list img {
  box-shadow: 12px 10px #f2f2f2;
  margin-bottom: 20px;
}
.sertificat_list .fancybox-image {
  width: auto;
  height: auto;
}
.pers_item {
  padding: 20px 15px;
}
.pers_item .group {
  display: flex;
  flex-wrap: wrap;
  width: 460px;
}
.sertif .look {
  position: absolute;
  top: 65px;
  left: 95px;
}
.sertif li {
  max-width: 220px;
  position: relative;
  margin-right: 15px;
  margin-bottom: 45px;
  font-size: 13.5px;
}
.sertif div.img:hover .sertif_img {
  filter: brightness(40%);
}
.sertif div.img {
  position: relative;
  margin-bottom: 25px;
  padding: 25px;
  border: 1px solid #aaaaaa;
  max-width: 270px;
}

.sertif p {
  padding: 0 25px;
}

.sertif div.img:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.sertif a:hover::after {
  content: url("/website/img/focus_sert.png");
  position: absolute;
  top: 90px;
  left: 120px;
}
@media screen and (max-width: 730px) {
  .sertif {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .pers_item .group {
    display: block;
    width: auto;
  }
}
.only-mobile {
  display: none;
}

.mobile-banner {
  width: 100%;
  margin: 1em auto;
  padding: 3rem;
  background-color: #83a1cc;
  outline: 2px solid #fff;
  outline-offset: -15px;
  padding: 1em;
  border: 10px solid transparent;
  background:
    linear-gradient(#b8ceed, #b8ceed) padding-box,
    repeating-linear-gradient(-45deg, red 0, red 12.5%, transparent 0, transparent 25%, #58a 0, #58a 37.5%, transparent 0, transparent 50%) 0 / 5em
      5em;
}

.kids-banner h2 {
  text-transform: uppercase;
  font-size: 3em;
  color: #1364bf;
  margin: 1em auto;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

.kids-banner h3 {
  font-size: 2em;
  color: black;
  line-height: 1em;
}

.fotosan-banner {
  background-color: #3473cc;
}

.fotosan-banner h2 {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 1px #000;
  font-size: 2em;
  line-height: 1.2;
}

.fotosan-banner p {
  color: #000;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.2;
}
.mobile-banner.prof-banner {
  background:
    linear-gradient(#e8ecf2, #9ab5dd) padding-box,
    repeating-linear-gradient(-45deg, red 0, red 12.5%, transparent 0, transparent 25%, #58a 0, #58a 37.5%, transparent 0, transparent 50%) 0 / 5em
      5em;
}
.prof-banner h2 {
  color: #051850;
  font-weight: bold;
  font-size: 1.5em;
}

.prof-banner ul {
  text-align: center;
}

.prof-banner ul li,
.prof-banner p {
  color: #051850;
  line-height: 1.5;
  font-size: 1.5em;
}

.prof-banner p {
  text-align: center;
  margin-top: 1em;
}

.prof-banner p a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  margin: 0 0.5em;
  white-space: nowrap;
}

.prof-banner .sales {
  color: red;
  text-transform: uppercase;
  font-size: 2em;
  padding: 0.5em;
  background-color: #fff;
}

.triple-banner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 1em auto;
  flex-wrap: wrap;
}

.banner-item {
  width: 30%;
  min-width: 200px;
  outline: 1px dashed #fff;
  outline-offset: -5px;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 0 20px -10px #000;
}

.banner-item h3 {
  font-size: 2vw;
  line-height: 1.2;
  color: #051850;
  text-transform: uppercase;
  text-align: center;
}
.prof-banner h3 {
  color: #051850;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5em;
  font:
    bold 18px/24px "Open Sans",
    sans-serif;
  text-shadow: 1px 1px 1px #fff;
}
@media screen and (max-width: 500px) {
  .prof-banner h3 {
    font-size: 4.5vw;
  }
}

.banner-item .sales {
  background-color: transparent;
  color: red;
  text-transform: uppercase;
}

#back_to_top {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 70px;
  height: 70px;
  width: 70px;
  opacity: 0.6;
  transition: 0.4s;
  cursor: pointer;
  z-index: 4;
}

#back_to_top img {
  max-width: 100%;
  margin: 0 auto;
}

#back_to_top:hover {
  opacity: 1;
}

#back_to_top.off {
  display: none;
}
.about_intro {
  display: flex;
  justify-content: space-between;
  align-items: start;
  column-gap: 50px;
  padding-top: 20px;
  margin: 0 auto 20px;
}
.about_intro_sert {
  position: relative;
  margin-top: 10px;
  padding: 0 17px 17px;
  flex-shrink: 0;
}
.about_intro_sert img {
  display: block;
  position: relative;
  max-width: 100%;
}
.about_intro_sert::before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  background-color: #e5f6f5;
  border-radius: 8px;
  width: 100%;
  height: calc(100% - 18px);
  left: 0;
  bottom: 0;
}
.about_intro_text {
  color: #204c61;
  max-width: 750px;
  line-height: 1.6;
}
.about_intro_paragraph {
  font-size: 20px;
  font-family: "Manrope";
  font-weight: 600;
}
.about_intro h1 {
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .about_intro {
    align-items: flex-start;
  }
  .about_intro_sert {
    margin-top: 0;
  }
  .about_intro h1,
  .about_intro p {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) and (min-width: 580px) {
  .about_intro_sert {
    max-width: 200px;
    padding: 0 12px 15px;
  }
}
@media screen and (max-width: 580px) {
  .about_intro {
    flex-direction: column;
    align-items: center;
    row-gap: 25px;
  }
}

.about-top {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
.about-top_side {
  width: 100%;
}
.about-top .big-img {
  width: 30%;
  height: 100%;
  order: 2;
  padding: 0.5rem;
  box-sizing: border-box;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.about-top .big-img img {
  margin: 0;
  float: none;
}
.about-top_text {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0.6em;
}
.about .row-container {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  justify-content: space-between;
}

.row-container .img-wrapper {
  width: 49%;
  margin-bottom: 20px;
}
.row-container .img-wrapper img {
  border: 1px solid #cdddf2;
}
#proffs {
  margin-bottom: 60px;
}
.obor {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.obor_half {
  width: 49%;
  margin-bottom: 10px;
}
@media screen and (max-width: 680px) {
  .obor_half.row {
    width: 100%;
  }
}
.obor_half.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.obor_half.row .obor_half {
  margin-bottom: 0;
}
.obor_half.row .obor_half div + div {
  margin-top: 12px;
}
@media screen and (max-width: 420px) {
  .obor_half {
    width: 100%;
  }
  .obor_half.row .obor_half div {
    margin-bottom: 10px;
  }
  .obor_half.row .obor_half div + div {
    margin-top: 0;
  }
}
.obor p {
  margin: 0;
  padding: 5px 10px;
  background-color: #cdddf2;
  font-size: 13px;
  line-height: 1;
  text-align: center;
}
.obor img {
  width: 100%;
}
.obor_half--big p {
  padding: 12px 10px;
}
.about .block {
  display: flex;
  align-items: center;
}

.red_bold {
  color: red;
  font-weight: bold;
}

.useful_info {
  position: relative;
  margin-top: 0;
  width: 40%;
  background-image: url(../img/poleznoznat.png);
  min-height: 180px;
  background-repeat: no-repeat;
}

.useful_info a {
  position: absolute;
  top: 20%;
  left: 0;
  right: 40%;
  bottom: 15%;
}

.useful_text {
  width: 60%;
  padding: 0 1em;
}

.useful_wrapper {
  display: flex;
  align-items: center;
  padding: 1em 0;
}

.uslugi .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.uslugi .block {
  margin-top: 2em;
}

section .content .list_gal {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

section .content .list_gal img {
  margin: 1em;
}
.useful-info .news-of-site {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.novost {
  width: 50%;
  padding: 0 1em;
  margin-bottom: 2em;
  font-family: "Open Sans", sans-serif;
  color: #051850;
  font-size: 14px;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
  position: relative;
  min-height: 350px;
}
.jobs-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.jobs-container .img-wrapper,
.jobs-container .text-item {
  width: 48%;
}
.for_forma {
  max-width: 675px;
  text-align: center;
  margin: 0 auto;
  width: 90%;
}

#qq {
  background: #fff;
  display: block;
  width: 500px;
  padding: 5px 20px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border-bottom: 1px solid #7093c3;
  font-size: 14px;
  color: #1657b2;
}

#qq strong {
  font-weight: bold;
  color: #051850;
}

.answer {
  width: 750px;
  padding: 20px;
  border: 1px solid #ccc;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin-left: 100px;
  margin-top: 30px;
  margin-bottom: 50px;
}

#aa {
  display: block;
  font-weight: bold;
  color: #051850;
}
.contact_wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
}
.contact-col {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 50%;
  padding: 1em 3em;
  box-sizing: border-box;
}
.contact-col p {
  text-align: left;
}
.contact__col__flex__double p {
  margin-bottom: 10px;
}
.contact-col .img-wrapper + p {
  line-height: 1.2;
  /* height: 160px; */
}
.new_contact_phone {
  line-height: 30px;
}
.contact_wrapper .phone {
  color: #11338a;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
}
.contact_wrapper img[src="/website/img/tel_new.png"] {
  position: relative;
  top: 3px;
  left: -3px;
}
.new_contact__vk {
  margin: 18px 0;
  padding-bottom: 8px;
}
.new_contact__vk .vk_logo {
  margin-left: 8px;
}
#q_a {
  width: 100%;
  margin: 3em auto;
  margin-bottom: 4em;
  box-sizing: border-box;
}
#qq {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.question {
  max-width: 675px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 1em;
  text-align: left;
  box-sizing: border-box;
}
.reviews-page {
  padding-top: 30px;
}
.reviews-form,
.reviews-platforms,
.reviews-content {
  margin: 70px 0;
}
.reviews-content h2 {
  font: unset;
  text-align: unset;
  text-shadow: unset;
  text-transform: unset;
  font-weight: 700;
  font-size: 44px;
  color: #204c61;
}
.reviews .block {
  margin-bottom: 2em;
}
.header_new-year {
  position: absolute;
  top: 100%;
}
.header_new-year img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
#proffs .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.img-wrapper img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  padding: 0;
}
.article_pagination {
  display: flex;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 290px;
  align-items: center;
  justify-content: center;
  margin: 1em auto 2em auto;
}
.article_pagination a {
  text-decoration: none;
  height: 25px;
  width: 25px;
  margin: 0 1em;
  border-radius: 50%;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  color: #051850;
  font-size: 16px;
}
.article_pagination a:hover {
  border: 1px solid #fff;
}
.article_pagination a.active {
  background-color: #319de7;
  border: 1px solid #b8ceed;
  box-shadow: 0 0 1px 1px #fff;
  color: #fff;
}
.nazad ~ h2 {
  margin-top: 35px;
}
.nazad ~ p {
  margin-top: 35px;
}

.novost a:nth-of-type(1) {
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 1200px) {
  * {
    box-sizing: border-box;
  }
  .wrapper {
    width: 100%;
    padding: 1em;
    padding-bottom: 0;
  }
  .wrapper img {
    max-width: 100%;
  }
  .company_img {
    overflow-x: scroll;
    margin: 0 10px;
  }
  .company_img img {
    width: 1000px;
    max-width: none;
    margin-bottom: 20px;
  }
  .about .img-1,
  .about .img-2 {
    width: 49%;
    margin: 0 auto;
  }
  .img-wrapper img {
    margin: 0 auto;
  }
  .about-top_text {
    margin-bottom: 1em;
    flex: 1;
    order: -1;
  }
  .about-top {
    display: flex;
    flex-wrap: wrap;
  }
  section .content .links {
    display: flex;
    width: 486px;
    height: 100%;
    flex-direction: column;
    margin: 1em auto;
    float: none;
  }
  section .content .links a {
    font-size: 11px;
  }
  .risk-company {
    display: flex;
    margin: 1em auto;
  }
  #proffs div {
    width: 32%;
    margin: 1em auto;
  }
  #proffs {
    padding-bottom: 2em;
  }
  .about .sertif {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .about .sertif .fancybox {
    margin: 0 auto;
    width: 30%;
  }
  section .content .bel_block .l,
  section .content .bel_block .r {
    width: 50%;
    padding: 0 1em;
  }
  .uslugi_table tr td {
    font-size: 1.3vw;
  }
  .novost {
    min-height: 400px;
  }
}

@media screen and (max-width: 900px) {
  .uslugi .img-wrapper img {
    padding: 0.5em;
  }
  .novost h2 {
    line-height: 1.2;
    font-size: 14px;
  }
  .fornovjstey p {
    font-size: 12px;
  }

  section .content table.pr tr td:last-child {
    text-align: center;
  }
  section .content table.pr tr td:nth-child(2) {
    text-align: left;
  }
  section .content table.pr tr td,
  section .content table.pr tr th.one {
    padding: 5px;
  }
  section .content div.price {
    padding: 5px;
  }
  section .content table.pr tr th.tree {
    text-align: center;
  }
  .graphic div {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .only-mobile {
    display: block;
    text-decoration: none;
  }
  .navigation-pages {
    display: none;
  }
  .navigation-pages > li,
  .navigation-pages > li:last-child {
    margin: 0 auto;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    box-shadow: none;
    max-width: 200px;
  }
  .fixed nav ul.navigation-pages > li > a {
    font-size: 16px;
    max-width: initial;
  }
  .navigation-pagesli a span {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .hamburger {
    padding: 15px 15px;
    display: flex;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    align-items: center;
    justify-content: flex-end;
    color: #282828;
    text-transform: uppercase;
  }
  .hamburger:hover {
    opacity: 0.7;
  }
  .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #282828;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .hamburger-inner::before,
  .hamburger-inner::after {
    content: "";
    display: block;
  }
  .hamburger-inner::before {
    top: -10px;
  }
  .hamburger-inner::after {
    bottom: -10px;
  }
  .hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition:
      top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
      opacity 0.1s linear;
  }
  .hamburger--collapse .hamburger-inner::before {
    transition:
      top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
      transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition:
      top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
      opacity 0.1s 0.22s linear;
  }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition:
      top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
      transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #proffs div {
    width: 40%;
  }
  section .content .bel_block_2 {
    display: flex;
    flex-direction: column;
  }
  section .content .bel_block .l,
  section .content .bel_block .r {
    width: 100%;
  }
  .about .block {
    flex-direction: column;
  }
  .useful_wrapper {
    flex-direction: column;
  }
  .useful_info {
    max-width: 350px;
    width: 100%;
  }
  .useful_text {
    width: 100%;
  }
  .uslugi_table tbody {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
  }
  .uslugi_table tr {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 50%;
    padding: 1em;
    flex-direction: column;
  }
  .uslugi_table tr td {
    font-size: 14px;
    line-height: 1.2;
    margin: 0.5em 0;
    padding-right: 0;
  }
  .avantage_banner {
    margin: 1em auto;
    background-color: #fff;
    border-radius: 5px;
    padding: 2em 1em;
    outline: 2px solid #b8ceed;
    outline-offset: -10px;
  }
  .banner_items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    margin-top: 2em;
  }
  .avantage_banner .banner-item {
    background: url("../img/benefits.png") no-repeat;
    background-position: center center;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    min-width: 100px;
    position: relative;
    outline: none;
  }
  .avantage_banner .item_1 {
    background-position: -421px -9px;
  }
  .avantage_banner .item_2 {
    background-position: -628px -9px;
  }
  .avantage_banner .item_3 {
    background-position: -841px -9px;
  }
  .avantage_banner .text-item {
    text-align: center;
    text-transform: lowercase;
    color: #051850;
    margin-top: 1em;
  }
  .item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
  }
  .novost {
    width: 100%;
    min-height: 100%;
  }
  .fornovjstey p {
    margin-bottom: 50px;
    min-height: 100%;
  }
  .novost h2 {
    height: 100%;
  }

  .personal tbody {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .personal_row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .services .personal_foto {
    width: 100%;
  }
  .personal_foto img {
    margin: 1em auto;
    display: block;
    width: 50%;
  }
  .banner-vakansii {
    background: linear-gradient(-45deg, #062759, #699ce9) padding-box;
    outline: 2px dashed #fff;
    outline-offset: -5px;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.5);
    padding: 2em 1em;
    color: #fff;
  }
  .banner-vakansii h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 1em;
  }
  .banner-vakansii a {
    color: #fff;
  }

  body {
    overflow-x: hidden;
  }
  section .content table.pr tr td {
    font-size: 12px;
  }
  .jobs-container a {
    color: #051850;
    text-decoration: none;
  }
  .jobs-container .img-wrapper,
  .jobs-container .text-item {
    width: 100%;
    margin: 1em auto;
    text-align: center;
  }
  .jobs-container .img-wrapper img {
    float: none;
    display: block;
  }
  .contact-col {
    width: 100%;
    padding: 1em 3em;
  }

  .contact_page .img-wrapper {
    width: 100%;
  }
  .contact_page .img-wrapper img {
    display: block;
  }
  .contact-col p {
    text-align: left;
  }
  .graphic {
    margin: 0 auto;
  }
  .contact-col {
    padding: 1em 2em;
  }
}
@media screen and (max-width: 500px) {
  .personal_foto img {
    width: 70%;
  }
  .novost h2::before {
    display: none;
  }
  .novost h2 {
    text-align: center;
  }
  .uslugi_table tbody {
    flex-direction: column;
  }
  .uslugi_table tr {
    width: 90%;
    padding-left: 25%;
    flex-direction: column;
    padding-bottom: 0;
    padding-top: 0;
  }
  .links_title__mobile {
    display: block;
  }
  section .content .links {
    background: none;
    padding: 0;
    text-align: center;
  }
  section .content .links a {
    font-size: 14px;
    color: #1b2648;
  }
  #back_to_top {
    bottom: 50px;
  }
  section .content .bel_block_2 {
    padding: 35px 5px 10px;
  }
  .about-top_side,
  .about .img-1,
  .about .img-2 {
    width: 100%;
  }
  .about .content {
    margin-bottom: 0;
  }
  .about-top .big-img {
    order: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .about .row-container {
    flex-direction: column;
  }
  .about .row-container .img-wrapper {
    width: 100%;
  }
  .about .img-1 img,
  .about .img-2 img {
    display: block;
    float: none;
  }
  section .content .links {
    width: 100%;
  }
  #proffs div {
    width: 80%;
  }
  .prof-banner .sales {
    font-size: 6vw;
  }
  .mobile-banner.fotosan-banner {
    border: none;
    outline-offset: -7px;
    background: linear-gradient(#82ace7, #cfdcef) padding-box;
    /* background-color: transparent;
    background: linear-gradient(#82ace7, #cfdcef) padding-box, repeating-linear-gradient(-45deg, white 0, white 12.5%, transparent 0, transparent 25%, #4588e6 0, #b8ceed 37.5%, transparent 0, transparent 50%) 0 / 5em 5em; */
  }
  .kids-banner h2,
  .fotosan-banner h2,
  .prof-banner h2 {
    font-size: 5vw;
  }
  .kids-banner h3,
  .fotosan-banner p,
  .prof-banner ul li,
  .prof-banner p,
  .banner-item h3 {
    font-size: 4vw;
  }
  .banner-item {
    width: 80%;
    margin: 0 auto;
  }
  .navigation-pagesli,
  .navigation-pagesli:last-child {
    max-width: 90vw;
  }
  .navigation-pagesli a {
    font-size: 4vw;
  }
  .banner-item {
    margin: 1em auto;
  }
  .item-wrapper {
    width: 70%;
    margin-bottom: 2em;
  }
  section .content table.pr tr th.one {
    display: none;
  }
  section .content table.pr tr td:first-child {
    display: none;
  }
  .price_page .content table.pr tr td[colspan] {
    display: table-cell;
    text-align: center;
  }
  section .content table.pr tr th.one-plus {
    font-size: 13px;
    vertical-align: top;
  }
  section .content table.pr tr th.two {
    vertical-align: top;
    width: 60%;
    font-size: 13px;
    text-align: left;
    padding-bottom: 1em;
  }
  section .content table.pr tr th.tree {
    width: 40%;
    font-size: 13px;
    text-align: right;
    padding-bottom: 1em;
  }
  section .content table.pr tr td:last-child {
    text-align: right;
  }
  .pr tr:first-child {
    margin: 1em 0;
  }
  section .content div.price {
    padding: 10px;
    background: #fff;
  }
  section .content div.price_2 {
    background: none;
    padding: 0;
  }
  .control-group input,
  .control-group textarea,
  .control-group label {
    width: 100%;
  }

  .for_forma {
    width: 100%;
  }
  .graphic {
    margin: 0;
  }
  .company_name {
    font-size: 5vw;
  }
  .graphic div {
    font-size: 10vw;
  }
  .contact-col {
    padding: 1em 1em;
  }
  .header_new-year {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  section .content table.pr tr th.one-plus,
  section .content table.pr tr th.two,
  section .content table.pr tr th.tree {
    font-size: 12px;
  }
  section .content table.pr--4 tr td:last-child {
    padding-left: 0;
  }
  section .content table.pr tr td {
    padding: 2px;
  }
  section .content div.price {
    padding: 0;
  }
}
@media screen and (max-width: 360px) {
  .personal_foto img {
    width: 100%;
  }
  .contact-col {
    padding: 1em 0em;
  }
  section .content .list_gal {
    justify-content: center;
  }
}
.check-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 50px 0 100px;
  list-style: none;
}

.check-list li {
  position: relative;
  width: 40%;
  margin-bottom: 15px;
  padding-left: 102px;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .check-list li {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .check-list {
    padding: 20px 0 50px;
  }
  .check-list li {
    width: 100%;
    min-height: 62px;
  }
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 62px;
  background-image: url("/website/img/white_check.png");
}
.check-list li i {
  font-size: 20px;
  font-weight: 700;
  color: #051850;
  font-style: italic;
}
.phone-block {
  display: flex;
  margin-bottom: 70px;
  padding: 25px 40px;
  background-image: url("/website/img/det_stomat_decor2.png"), url("/website/img/det_stomat_block.png");
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: right, center;
  border-radius: 20px;
  background-color: rgb(77, 133, 212);
  box-sizing: border-box;
  color: #fff;
  font-size: 25px;
}
.phone-block div {
  max-width: 48%;
  text-align: center;
}
.phone-block p {
  margin: 0 0 5px;
  line-height: 1.2;
}
.phone-block .phone-block_title {
  margin-bottom: 15px;
  font-size: 32.6px;
  line-height: 1;
  color: #d9e7f9;
  text-transform: uppercase;
  font-weight: 700;
}
.phone-block p span {
  width: 50%;
  display: inline-block;
  text-align: left;
  font-size: 18px;
  white-space: nowrap;
  text-align: left;
}
.phone-block p span b {
  font-size: 25px;
}
.phone-block p span:last-child {
  position: relative;
  text-align: right;
}
.phone-block p span:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  background-color: rgb(255, 255, 255);
  position: absolute;
  width: 2px;
  height: 16px;
}
@media screen and (max-width: 1000px) {
  .phone-block {
    background-size: 40%, cover;
    font-size: 22px;
  }
  .phone-block div {
    max-width: 50%;
  }
  .phone-block .phone-block_title {
    font-size: 27px;
  }
  .phone-block p span b {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .phone-block {
    font-size: 18px;
    line-height: 1.1;
  }
  .phone-block p span:last-child::before {
    display: none;
  }
  .phone-block .phone-block_title {
    font-size: 25px;
  }
  .phone-block p span b {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .phone-block {
    margin-bottom: 40px;
    padding: 15px;
  }
  .phone-block p span {
    width: 100%;
    display: block;
    text-align: left;
  }
  .phone-block p span:last-child {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .phone-block {
    font-size: 16px;
  }
  .phone-block .phone-block_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 420px) {
  .phone-block {
    background-image: url("/website/img/det_stomat_decor2.png");
    background-size: contain;
  }
  .phone-block div {
    max-width: 100%;
  }
}
.border-btn {
  display: inline-block;
  width: auto;
  margin: 30px auto;
  padding: 17px 50px;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .border-btn {
    padding: 17px 20px;
  }
}
.pink-btn {
  background-color: #ff1f69;
}
.blue-btn {
  background-color: #4d85d4;
}
.purple-btn {
  background-color: #673bca;
}
.green-btn {
  background-color: #92c01e;
}
.child_stom h2 {
  margin-top: 120px;
}

.steps_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.steps_list li {
  width: 28%;
  position: relative;
  margin-bottom: 70px;
  padding-top: 173px;
}
@media screen and (max-width: 680px) {
  .steps_list li {
    width: 100%;
    margin-bottom: 30px;
  }
}

.steps_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 62px;
  background-image: url("/website/img/det_stomat_step1.png");
  background-repeat: no-repeat;
  background-position: center;
  border: 7px solid rgb(77, 133, 212);
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  width: 151px;
  height: 151px;
}
.steps_list li.steps_2::before {
  background-image: url("/website/img/det_stomat_step2.png");
}
.steps_list li.steps_3::before {
  background-image: url("/website/img/det_stomat_step3.png");
}
.steps_list li p:last-child {
  margin-bottom: 0;
}
.steps_title {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 35px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 17px;
}
.steps_title::before {
  content: "1";
  display: block;
  margin-right: 3px;
  font-weight: 800;
  font-size: 50px;
  line-height: 0.7;
}
.steps_list li.steps_2 .steps_title::before {
  content: "2";
}
.steps_list li.steps_3 .steps_title::before {
  content: "3";
}
.steps_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 103px;
  height: 16px;
  background-image: url("/website/img/det_stomat_wave.png");
}

.half-block {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #4d85d4;
  border-radius: 20px;
}
.half-block img {
  width: 50%;
  border-radius: 0 20px 20px 0;
}

.half-block p {
  width: 50%;
  padding: 0 5%;
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .half-block {
    padding: 10px 0;
  }
  .half-block p {
    padding: 15px;
    font-size: 16px;
  }
  .child_stom h2 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 520px) {
  .half-block {
    flex-wrap: wrap;
    padding: 10px 0 0;
  }
  .half-block p {
    width: 100%;
  }
  .half-block img {
    width: 100%;
    border-radius: 0 0 20px 20px;
  }
}
.child-doc {
  padding-top: 50px;
  padding-bottom: 50px;
}
.child-doc img {
  float: left;
  margin-right: 35px;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 520px) {
  .child-doc img {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.child-doc_name {
  font-weight: 700;
  font-size: 22px;
}
.child-doc_work {
  font-size: 22px;
}
.child-doc_time {
  font-weight: 700;
}
.child-doc small {
  font-style: italic;
  font-size: 13px;
  color: #536088;
}
.child-doc + .child-doc {
  border-top: 4px solid rgb(255, 255, 255);
}
.child-doc + .border-btn {
  margin-top: 0;
}
.border-btn + .phone-block {
  margin-top: 120px;
  margin-bottom: 0;
}

.child_stom table {
  width: 100%;
}
.child_stom table td {
  padding: 20px 25px;
  font-weight: 600;
  background-color: #dde8f7;
}
.child_stom table td:nth-child(2) {
  font-weight: 700;
  font-size: 18px;
}
.child_stom table tr:nth-child(even) td {
  background-color: #abc5ea;
}
/* .child_stom table tr:nth-child(1) td:nth-child(2) {
  text-transform: uppercase;
} */
@media screen and (max-width: 600px) {
  .child_stom table td {
    padding: 10px;
  }
  .child_stom table td:nth-child(2) {
    font-size: 16px;
  }
}
.half-block--2 {
  border-radius: 0;
  background-color: #d9e7f9;
}
.half-block--2 img {
  width: 45%;
  order: -1;
  border-radius: 0;
}
.half-block--2 div {
  width: 53%;
  padding: 0 3%;
}
.half-block--2 div p {
  position: relative;
  width: 100%;
  padding: 0 0 25px;
  margin: 0 0 17px;
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
  color: #051850;
  text-align: left;
}
.half-block--2 div p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 95px;
  height: 5px;
  background-color: #fff;
  border-radius: 5px;
}
.half-block--2 div a {
  display: block;
  text-decoration: underline;
  color: #051850;
}
@media screen and (max-width: 800px) {
  .half-block {
    padding: 10px 0;
  }
  .half-block p {
    padding: 15px;
    font-size: 16px;
  }
  .half-block--2 div {
    width: 100%;
    padding: 0 3% 15px;
  }
}
@media screen and (max-width: 520px) {
  .half-block {
    flex-wrap: wrap;
    padding: 10px 0 0;
  }
  .half-block p {
    width: 100%;
  }
  .half-block--2 img {
    width: 100%;
    order: 1;
    border-radius: 0;
  }
}
.action-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 40px;
}
.action-list span {
  color: #0051d2;
  font-size: 40px;
  line-height: 1.1;
}
@media screen and (max-width: 980px) {
  .action-list span {
    font-size: 2em;
  }
  .action-list * {
    width: 30%;
  }
}
@media screen and (max-width: 800px) {
  .action-list span {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 520px) {
  .action-list {
    flex-wrap: wrap;
  }
  .action-list span {
    width: 100%;
    text-align: center;
  }
  .action-list img {
    width: 48%;
    margin-bottom: 10px;
  }
}
.company_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.company_list img {
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .company_list {
    padding: 0 15px;
    box-sizing: border-box;
  }
}
.breadcrumbs {
  display: block;
  width: 100%;
  padding: 0px 0 20px 10px;
  font-size: 15px;
  color: #24a1a2;
}
.breadcrumbs a {
  text-decoration: none;
  color: #24a1a2;
}
.breadcrumbs span {
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .breadcrumbs {
    padding-left: 0;
  }
}
.new_time {
  margin-bottom: 20px;
  padding: 20px 15px;
  font:
    normal 16px/18px "Open Sans",
    sans-serif;
  background-color: #fff;
  background-image: url(../img/td_p_head.png), url(../img/td_p_foot.png);
  background-repeat: repeat-x;
  background-position:
    0% 0%,
    0% 100%;
  border-radius: 5px;
  border: 1px solid #fff;
  text-align: center;
}
.new_time h3 {
  margin: 0 0 15px;
  text-align: center;
  color: #0051d2;
  font-size: 22px;
  line-height: 1.1;
  text-shadow: 1px 1px 1px #fff;
  font-weight: 700;
}
.new_time h3:first-child {
  font-size: 24px;
  color: #d41c1c;
}
.new_time p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .new_time {
    padding: 15px;
    font:
      normal 15px/17px "Open Sans",
      sans-serif;
  }
  .new_time h3 {
    font-size: 18px;
  }
  .new_time h3:first-child {
    font-size: 20px;
  }
}
.new_time .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 290px;
  margin: 0 auto;
}
@media screen and (max-width: 340px) {
  .new_time .flex span {
    width: 100%;
    text-align: center;
  }
}

.navigation-pages > li:nth-child(5) {
  position: relative;
}

.navigation-pages > li:nth-child(5) ul {
  display: none;
  position: absolute;
  max-width: 434px;
  top: 100%;
  left: -20px;
  width: 434px;
  flex-direction: column;
  background: white;
  border-radius: 5px;
  z-index: 10;
}

.navigation-pages > li:nth-child(5) ul li {
  max-width: 426px;
  width: 426px;
  height: 50px;
  border-radius: 3px;
  margin: 4px;
  background-color: white;
  box-shadow: none;
  transition: 0.3s;
}

.navigation-pages > li:nth-child(5) ul li:hover {
  background-color: rgba(184, 206, 237, 0.5);
}

.navigation-pages > li:nth-child(5) ul li:first-of-type {
  margin-bottom: 8px;
}

.navigation-pages > li:nth-child(5) ul li a {
  font-family: "Open Sans";
  font-size: 15px;
  color: black;
  text-transform: none;
  box-sizing: border-box;
  padding-left: 26px;
  text-align: left;
  width: 100%;
  display: block;
}

.navigation-pages > li:nth-child(5) ul::before {
  content: url(../img/before-content-img.png);
  position: absolute;
  top: -12px;
  left: 78px;
}

@media screen and (max-width: 1000px) {
  .navigation-pages > li:nth-child(5) ul {
    bottom: -112px;
    width: 280px;
  }

  .navigation-pages > li:nth-child(5) ul li {
    width: 270px;
    padding: 0;
    padding-left: 10px;
    height: 40px;
  }

  .navigation-pages > li:nth-child(5) ul li a {
    padding: 0;
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .navigation-pages > li:nth-child(5) {
    display: flex;
    flex-direction: column;
  }

  .navigation-pages > li:nth-child(5) ul {
    display: flex !important;
    position: unset;
    background: none;
  }

  .navigation-pages > li:nth-child(5) ul li {
    width: auto;
    background: none;
    padding: 0;
    margin: 0;
    height: 25px;
  }

  .navigation-pages > li:nth-child(5) ul li:hover {
    background: none;
  }

  .navigation-pages > li:nth-child(5) ul li:hover a {
    color: white;
  }

  .navigation-pages > li:nth-child(5) ul li a {
    width: auto;
    font-size: 12px;
    color: #051850;
  }

  .navigation-pages > li:nth-child(5) ul::before {
    display: none;
  }

  .navigation-pages {
    text-align: center;
  }
}
.ny_g {
  padding-top: 35px;
}
.ny_g .sm {
  display: none;
}
@media screen and (max-width: 1000px) {
  .ny_g {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .ny_g .sm {
    display: block;
  }
  .ny_g .big {
    display: none;
  }
}

.contact__col__flex__double {
  width: 50%;
}

.contact-col {
  display: flex;
  justify-content: space-between;
  flex-direction: row;

  width: 100%;
}
.contact_wrapper {
  display: block;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
}

iframe {
  border-radius: 25px;
}

@media screen and (max-width: 700px) {
  .company_name {
    font-size: 20px;
  }
  .graphic {
    font-size: 12px;
  }

  .graphic div {
    left: 106px;
    top: 47px;
    font-size: 27px;
  }
}

/* fontito */
.fontito {
  font-size: 20px;
}
.text_fontito {
  line-height: 1.6;
}
.text_fontito b img {
  width: 21px;
}
@media screen and (max-width: 768px) {
  .fontito {
    font-size: 18px;
  }
  .text_fontito {
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .text_fontito b img {
    width: 18px;
  }
}
.main_content > a > img {
  margin-bottom: 17px;
}
.main_dobble {
  display: flex;
  justify-content: space-between;
}
.main_dobble > a {
  width: 49%;
}
.row.action-list {
  opacity: 0;
  margin: -50px 0;
}
.block > img {
  opacity: 0;
}
.new_foot_phone {
  position: relative;
  margin: 5px 0 9px !important;
}
.new_foot_phone a {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.new_foot_phone .header_whats,
.new_foot_phone .header_viber,
.new_foot_phone .header_telegram {
  position: absolute;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.new_foot_phone .header_whats {
  left: -34px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' ?%3e%3csvg data-name='Layer 1' id='Layer_1' viewBox='0 0 508.33 508.36' xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%2325d366;fill-rule:evenodd;%7d.cls-2%7bfill:%23fff;%7d%3c/style%3e%3c/defs%3e%3ctitle/%3e%3cpath class='cls-1' d='M485,29.72c11.45,15.13,16.61,40.21,19.15,70.7,3.36,45.5,4.71,100.1,6,156.52-1.67,57.47-2.35,115.43-6,156.52-2.88,31.54-9,52.66-19.22,65.47-13,12.79-37.94,23.59-73.5,26.15-43.25,3.69-96.61,3.65-155.48,5.1-65.44-1.12-109.82-.64-156.38-5.08-36.32-2.52-60.08-13.19-74.7-26.07-10.83-14.54-14-30-17-66.24-3.75-41.85-4.58-98.56-6-155.54C4,200.57,4.13,143.44,7.9,100.74,10.43,67.05,14.42,44.4,24.65,30,39,17.77,63.48,11.69,100,8.69c50-5.85,102.06-7,155.88-6.87,55.39.09,108.56,1.67,156,6.34,32,2.56,58.48,8.07,73.07,21.56Z' transform='translate(-1.83 -1.82)'/%3e%3cpath class='cls-2' d='M354.85,142.68A147.79,147.79,0,0,0,249.62,99.05c-82,0-148.73,66.73-148.76,148.75a148.48,148.48,0,0,0,19.86,74.37l-21.1,77.09,78.86-20.69a148.63,148.63,0,0,0,71.09,18.11h.06c82,0,148.72-66.74,148.76-148.76A147.86,147.86,0,0,0,354.85,142.68ZM249.62,371.55h-.05a123.46,123.46,0,0,1-62.93-17.23l-4.51-2.68-46.8,12.28,12.49-45.63-2.94-4.68a123.66,123.66,0,1,1,228.38-65.7C373.24,316.09,317.77,371.55,249.62,371.55Z' transform='translate(-1.83 -1.82)'/%3e%3cpath class='cls-2' d='M317.45,279c-3.72-1.86-22-10.85-25.4-12.09s-5.89-1.86-8.36,1.86-9.6,12.09-11.77,14.57-4.34,2.79-8.05.93-15.69-5.78-29.89-18.45c-11.05-9.86-18.51-22-20.68-25.75s-.23-5.73,1.63-7.59c1.67-1.67,3.72-4.34,5.58-6.51a25.38,25.38,0,0,0,3.72-6.2,6.84,6.84,0,0,0-.31-6.51c-.93-1.86-8.36-20.16-11.46-27.6-3-7.25-6.08-6.26-8.36-6.38s-4.65-.13-7.12-.13a13.66,13.66,0,0,0-9.91,4.65c-3.41,3.72-13,12.71-13,31s13.32,36,15.18,38.45,26.21,40,63.5,56.12a213.41,213.41,0,0,0,21.19,7.83,50.94,50.94,0,0,0,23.41,1.47c7.14-1.07,22-9,25.09-17.67s3.1-16.13,2.17-17.68S321.16,280.81,317.45,279Z' transform='translate(-1.83 -1.82)'/%3e%3c/svg%3e");
}
.new_foot_phone .header_viber {
  left: -4px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' ?%3e%3csvg data-name='Layer 1' id='Layer_1' viewBox='0 0 508.33 508.36' xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23675ca8;fill-rule:evenodd;%7d.cls-2%7bfill:%23fff;%7d%3c/style%3e%3c/defs%3e%3ctitle/%3e%3cpath class='cls-1' d='M485,29.72c11.45,15.13,16.61,40.21,19.15,70.7,3.36,45.5,4.71,100.1,6,156.52-1.67,57.47-2.35,115.43-6,156.52-2.88,31.54-9,52.66-19.22,65.47-13,12.79-37.94,23.59-73.5,26.15-43.25,3.69-96.61,3.65-155.48,5.1-65.44-1.12-109.82-.64-156.38-5.08-36.32-2.52-60.08-13.19-74.7-26.07-10.83-14.54-14-30-17-66.24-3.75-41.85-4.58-98.56-6-155.54C4,200.57,4.13,143.44,7.9,100.74,10.43,67.05,14.42,44.4,24.65,30,39,17.77,63.48,11.69,100,8.69c50-5.85,102.06-7,155.88-6.87,55.39.09,108.56,1.67,156,6.34,32,2.56,58.48,8.07,73.07,21.56Z' transform='translate(-1.83 -1.82)'/%3e%3cpath class='cls-2' d='M249.5,99a150,150,0,1,0,150,150A150,150,0,0,0,249.5,99Zm-1.79,64.37a5,5,0,0,1,2.69-3.15,8.26,8.26,0,0,1,3.18-.62s1.33-.09,2.5-.05c39.66,1.06,73.91,29.22,78.85,71.87A111.57,111.57,0,0,1,336,244.58c0,1.39.06,3.91-1.65,5.54a5.13,5.13,0,0,1-2.27,1.22,6.13,6.13,0,0,1-3.24-1.76,6.65,6.65,0,0,1-1.52-4.23,131.28,131.28,0,0,0-3.29-23c-6.59-28-32-50.08-60.63-53.28-3.33-.37-6.66-.74-10-.89-2.27-.1-4.52-.52-5.41-2A3.86,3.86,0,0,1,247.71,163.37Zm15.58,26.36a17.56,17.56,0,0,1-3.69-.55c-1.59-.42-2.83-.76-3.77-1.85a5.23,5.23,0,0,1-1.17-3.25,5.08,5.08,0,0,1,1.62-2.63,5.76,5.76,0,0,1,4-1c23.38,1.17,37.22,14.7,37.22,14.7a60.27,60.27,0,0,1,10.59,14.34A63.7,63.7,0,0,1,315.36,234a10.12,10.12,0,0,1-.79,5.12,5.38,5.38,0,0,1-1.74,2.38,5,5,0,0,1-3,.9,5.45,5.45,0,0,1-2-1.3,4.68,4.68,0,0,1-1.29-2.25c-1.23-10.73-2.91-21.21-9.51-30.27C288.64,197.11,276.78,192,263.29,189.73Zm30.57,40.77c-.23,3.11-1.49,4.26-1.81,4.53a5,5,0,0,1-2.69,1.09,5.28,5.28,0,0,1-2.73-1.36,5.93,5.93,0,0,1-1.54-3.64c-.31-2.69-2.24-11.3-6.64-15.27-2.75-2.48-6.56-3.79-12.12-4.6-2.23-.32-4.4-.78-5.18-2.26a3.74,3.74,0,0,1-.07-2.81c.91-2.95,4.49-3.8,4.77-3.86,2.37.33,17.54,2.67,24.48,14A25.11,25.11,0,0,1,293.86,230.5Zm41.78,83.55c-5.69,6.93-11.19,14.23-17.93,20-5.79,5-13.35,5.58-20.88,2.5C235,311.33,190.59,268.39,165,206.41c-.64-1.55-1.16-3.16-1.71-4.75-4.79-13.91-3.35-19.31,8.07-28.67a130.83,130.83,0,0,1,11.77-8.46c6.81-4.42,14.29-4.37,19.44,1.83a288.08,288.08,0,0,1,23.73,32.49c5.24,8.5,3.37,13.32-4.32,19.72-1.78,1.48-3.68,2.81-5.46,4.28-4.45,3.7-6.33,8.1-4.37,14,8.6,25.63,26.56,41.84,51.58,50.45,2.91,1,7.46-1.25,10.64-3.05,2.38-1.35,3.77-4.42,5.61-6.72,5-6.22,13-8.85,19.65-4.64,11.86,7.53,23.23,15.89,34.38,24.45,2.39,1.84,3,6,4.26,8.86C337.23,309.45,337.09,312.29,335.64,314.06Z' transform='translate(-1.83 -1.82)'/%3e%3c/svg%3e");
}
.new_foot_phone .header_telegram {
  left: 25px;
  background-image: url("/website/img/telegram_icon.svg");
}
.new_contact_phone {
  position: relative;
}
.new_foot_tel_num1 {
  display: block;
  color: #11338a;
  padding-left: 100px;
  margin-top: -35px;
  margin-bottom: -20px;
}
.new_contact_phone .new_foot_tel_num1 {
  margin-bottom: 0;
  margin-top: 0;
}
.new_contact_phone .header_whats,
.new_contact_phone .header_viber,
.new_contact_phone .header_telegram {
  font-size: 1px;
  position: absolute;
  top: 0;
  width: 31px;
  height: 31px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.new_contact_phone .header_whats {
  left: -8px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' ?%3e%3csvg data-name='Layer 1' id='Layer_1' viewBox='0 0 508.33 508.36' xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%2325d366;fill-rule:evenodd;%7d.cls-2%7bfill:%23fff;%7d%3c/style%3e%3c/defs%3e%3ctitle/%3e%3cpath class='cls-1' d='M485,29.72c11.45,15.13,16.61,40.21,19.15,70.7,3.36,45.5,4.71,100.1,6,156.52-1.67,57.47-2.35,115.43-6,156.52-2.88,31.54-9,52.66-19.22,65.47-13,12.79-37.94,23.59-73.5,26.15-43.25,3.69-96.61,3.65-155.48,5.1-65.44-1.12-109.82-.64-156.38-5.08-36.32-2.52-60.08-13.19-74.7-26.07-10.83-14.54-14-30-17-66.24-3.75-41.85-4.58-98.56-6-155.54C4,200.57,4.13,143.44,7.9,100.74,10.43,67.05,14.42,44.4,24.65,30,39,17.77,63.48,11.69,100,8.69c50-5.85,102.06-7,155.88-6.87,55.39.09,108.56,1.67,156,6.34,32,2.56,58.48,8.07,73.07,21.56Z' transform='translate(-1.83 -1.82)'/%3e%3cpath class='cls-2' d='M354.85,142.68A147.79,147.79,0,0,0,249.62,99.05c-82,0-148.73,66.73-148.76,148.75a148.48,148.48,0,0,0,19.86,74.37l-21.1,77.09,78.86-20.69a148.63,148.63,0,0,0,71.09,18.11h.06c82,0,148.72-66.74,148.76-148.76A147.86,147.86,0,0,0,354.85,142.68ZM249.62,371.55h-.05a123.46,123.46,0,0,1-62.93-17.23l-4.51-2.68-46.8,12.28,12.49-45.63-2.94-4.68a123.66,123.66,0,1,1,228.38-65.7C373.24,316.09,317.77,371.55,249.62,371.55Z' transform='translate(-1.83 -1.82)'/%3e%3cpath class='cls-2' d='M317.45,279c-3.72-1.86-22-10.85-25.4-12.09s-5.89-1.86-8.36,1.86-9.6,12.09-11.77,14.57-4.34,2.79-8.05.93-15.69-5.78-29.89-18.45c-11.05-9.86-18.51-22-20.68-25.75s-.23-5.73,1.63-7.59c1.67-1.67,3.72-4.34,5.58-6.51a25.38,25.38,0,0,0,3.72-6.2,6.84,6.84,0,0,0-.31-6.51c-.93-1.86-8.36-20.16-11.46-27.6-3-7.25-6.08-6.26-8.36-6.38s-4.65-.13-7.12-.13a13.66,13.66,0,0,0-9.91,4.65c-3.41,3.72-13,12.71-13,31s13.32,36,15.18,38.45,26.21,40,63.5,56.12a213.41,213.41,0,0,0,21.19,7.83,50.94,50.94,0,0,0,23.41,1.47c7.14-1.07,22-9,25.09-17.67s3.1-16.13,2.17-17.68S321.16,280.81,317.45,279Z' transform='translate(-1.83 -1.82)'/%3e%3c/svg%3e");
}
.new_contact_phone .header_viber {
  left: 26px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' ?%3e%3csvg data-name='Layer 1' id='Layer_1' viewBox='0 0 508.33 508.36' xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23675ca8;fill-rule:evenodd;%7d.cls-2%7bfill:%23fff;%7d%3c/style%3e%3c/defs%3e%3ctitle/%3e%3cpath class='cls-1' d='M485,29.72c11.45,15.13,16.61,40.21,19.15,70.7,3.36,45.5,4.71,100.1,6,156.52-1.67,57.47-2.35,115.43-6,156.52-2.88,31.54-9,52.66-19.22,65.47-13,12.79-37.94,23.59-73.5,26.15-43.25,3.69-96.61,3.65-155.48,5.1-65.44-1.12-109.82-.64-156.38-5.08-36.32-2.52-60.08-13.19-74.7-26.07-10.83-14.54-14-30-17-66.24-3.75-41.85-4.58-98.56-6-155.54C4,200.57,4.13,143.44,7.9,100.74,10.43,67.05,14.42,44.4,24.65,30,39,17.77,63.48,11.69,100,8.69c50-5.85,102.06-7,155.88-6.87,55.39.09,108.56,1.67,156,6.34,32,2.56,58.48,8.07,73.07,21.56Z' transform='translate(-1.83 -1.82)'/%3e%3cpath class='cls-2' d='M249.5,99a150,150,0,1,0,150,150A150,150,0,0,0,249.5,99Zm-1.79,64.37a5,5,0,0,1,2.69-3.15,8.26,8.26,0,0,1,3.18-.62s1.33-.09,2.5-.05c39.66,1.06,73.91,29.22,78.85,71.87A111.57,111.57,0,0,1,336,244.58c0,1.39.06,3.91-1.65,5.54a5.13,5.13,0,0,1-2.27,1.22,6.13,6.13,0,0,1-3.24-1.76,6.65,6.65,0,0,1-1.52-4.23,131.28,131.28,0,0,0-3.29-23c-6.59-28-32-50.08-60.63-53.28-3.33-.37-6.66-.74-10-.89-2.27-.1-4.52-.52-5.41-2A3.86,3.86,0,0,1,247.71,163.37Zm15.58,26.36a17.56,17.56,0,0,1-3.69-.55c-1.59-.42-2.83-.76-3.77-1.85a5.23,5.23,0,0,1-1.17-3.25,5.08,5.08,0,0,1,1.62-2.63,5.76,5.76,0,0,1,4-1c23.38,1.17,37.22,14.7,37.22,14.7a60.27,60.27,0,0,1,10.59,14.34A63.7,63.7,0,0,1,315.36,234a10.12,10.12,0,0,1-.79,5.12,5.38,5.38,0,0,1-1.74,2.38,5,5,0,0,1-3,.9,5.45,5.45,0,0,1-2-1.3,4.68,4.68,0,0,1-1.29-2.25c-1.23-10.73-2.91-21.21-9.51-30.27C288.64,197.11,276.78,192,263.29,189.73Zm30.57,40.77c-.23,3.11-1.49,4.26-1.81,4.53a5,5,0,0,1-2.69,1.09,5.28,5.28,0,0,1-2.73-1.36,5.93,5.93,0,0,1-1.54-3.64c-.31-2.69-2.24-11.3-6.64-15.27-2.75-2.48-6.56-3.79-12.12-4.6-2.23-.32-4.4-.78-5.18-2.26a3.74,3.74,0,0,1-.07-2.81c.91-2.95,4.49-3.8,4.77-3.86,2.37.33,17.54,2.67,24.48,14A25.11,25.11,0,0,1,293.86,230.5Zm41.78,83.55c-5.69,6.93-11.19,14.23-17.93,20-5.79,5-13.35,5.58-20.88,2.5C235,311.33,190.59,268.39,165,206.41c-.64-1.55-1.16-3.16-1.71-4.75-4.79-13.91-3.35-19.31,8.07-28.67a130.83,130.83,0,0,1,11.77-8.46c6.81-4.42,14.29-4.37,19.44,1.83a288.08,288.08,0,0,1,23.73,32.49c5.24,8.5,3.37,13.32-4.32,19.72-1.78,1.48-3.68,2.81-5.46,4.28-4.45,3.7-6.33,8.1-4.37,14,8.6,25.63,26.56,41.84,51.58,50.45,2.91,1,7.46-1.25,10.64-3.05,2.38-1.35,3.77-4.42,5.61-6.72,5-6.22,13-8.85,19.65-4.64,11.86,7.53,23.23,15.89,34.38,24.45,2.39,1.84,3,6,4.26,8.86C337.23,309.45,337.09,312.29,335.64,314.06Z' transform='translate(-1.83 -1.82)'/%3e%3c/svg%3e");
}
.new_contact_phone .header_telegram {
  left: 60px;
  background-image: url("/website/img/telegram_icon.svg");
}
@media screen and (max-width: 861px) {
  .new_foot_tel_num1 {
    margin-top: 0;
  }
}
/* @media screen and (max-width: 768px) {
  .new_contact_phone {
    margin-top: -15px;
  }
} */
@media screen and (max-width: 700px) {
  .contact-col {
    flex-direction: column;
  }
  .contact__col__flex__double {
    width: 100%;
  }
  .contact__col__flex__double .company_name {
    display: block;
    text-align: center;
  }
  .contact__col__flex__double ~ iframe {
    width: 100% !important;
  }
  .graphic {
    margin-bottom: -100px;
  }
  /*   .new_contact_phone {
    margin-top: -60px;
  } */
}
/* @media screen and (max-width: 658px) {
  .new_contact_phone {
    margin-top: -40px;
  }
}
@media screen and (max-width: 334px) {
  .new_contact_phone {
    margin-top: -10px;
  }
} */
#viber-fix,
#whatsapp-fix {
  position: fixed;
  right: 20px;
  bottom: 0;
  width: 70px;
  height: 70px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.4s;
  z-index: 4;
}
#viber-fix:hover,
#whatsapp-fix:hover {
  opacity: 1;
}
#viber-fix {
  bottom: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='iso-8859-1'?%3e%3c!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3e%3cpath style='fill:%23665CAC;' d='M307.207,0H204.794C105.969,0,25.571,80.398,25.571,179.223v76.81 c0,69.381,40.014,132.344,102.413,161.961v85.537c0,7.427,9.291,11.31,14.569,6.035l74.309-74.31h90.344 c98.824,0,179.223-80.398,179.223-179.223v-76.81C486.429,80.398,406.03,0,307.207,0z'/%3e%3cpath style='fill:%23523494;' d='M153.587,417.993c-62.399-29.618-102.413-92.58-102.413-161.961v-76.81 C51.174,80.398,131.573,0,230.397,0h-25.603C105.969,0,25.571,80.398,25.571,179.223v76.81c0,69.381,40.014,132.344,102.413,161.961 v85.537c0,7.427,9.291,11.31,14.569,6.035l11.034-11.034V417.993z'/%3e%3cpath style='fill:%23FFFFFF;' d='M384.85,318.101l-7.673-41.566c-0.635-3.434-3.295-6.135-6.719-6.82l-60.347-12.069 c-2.803-0.558-5.691,0.317-7.71,2.334l-24.517,24.518c-41.308-18.509-64.234-41.485-84.406-84.566l24.438-24.437 c2.017-2.018,2.893-4.912,2.334-7.71l-12.069-60.348c-0.685-3.423-3.386-6.085-6.82-6.719l-41.566-7.672 c-1.138-0.209-2.31-0.187-3.44,0.07c-10.975,2.493-20.989,8.023-28.96,15.996c-13.802,13.802-19.077,33.942-15.253,58.243 c6.419,40.806,26.411,97.594,63.296,134.627l0.504,0.5c37.004,36.859,93.793,56.853,134.601,63.273 c5.141,0.81,10.092,1.211,14.84,1.211c17.695,0,32.52-5.582,43.405-16.465c7.971-7.972,13.503-17.986,15.995-28.959 C385.036,320.411,385.06,319.241,384.85,318.101z'/%3e%3cg%3e%3cpolygon style='fill:%23E5E5E5;' points='209.571,183.839 217.915,175.494 217.924,175.485 209.57,183.838 '/%3e%3crect x='292.235' y='264.183' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -99.4675 288.2322)' style='fill:%23E5E5E5;' width='11.916' height='0.002'/%3e%3cpath style='fill:%23E5E5E5;' d='M341.473,350.871c-4.748,0-9.699-0.401-14.84-1.211c-40.807-6.42-97.596-26.414-134.601-63.273 l-0.504-0.5c-36.885-37.033-56.877-93.821-63.296-134.627c-3.089-19.633-0.233-36.548,8.256-49.601 c-3.251,2.169-6.302,4.657-9.097,7.452c-13.802,13.802-19.077,33.942-15.253,58.243c6.419,40.806,26.411,97.594,63.296,134.627 l0.504,0.5c37.004,36.859,93.793,56.853,134.601,63.273c5.141,0.81,10.092,1.211,14.84,1.211c17.695,0,32.52-5.581,43.405-16.465 c2.794-2.795,5.282-5.845,7.451-9.096C366.598,347.672,354.858,350.871,341.473,350.871z'/%3e%3c/g%3e%3cg%3e%3cpath style='fill:%23FFFFFF;' d='M273.069,145.085c-4.713,0-8.534,3.821-8.534,8.534s3.821,8.534,8.534,8.534 c18.824,0,34.138,15.314,34.138,34.138c0,4.65,3.884,8.534,8.534,8.534s8.534-3.884,8.534-8.534 C324.276,168.055,301.305,145.085,273.069,145.085z'/%3e%3cpath style='fill:%23FFFFFF;' d='M273.069,110.947c-3.157,0-6.343,0.175-9.471,0.52c-4.685,0.517-8.064,4.734-7.547,9.42 s4.743,8.056,9.42,7.547c2.508-0.277,5.064-0.418,7.598-0.418c37.647,0,68.275,30.628,68.275,68.275 c0,2.535-0.141,5.091-0.418,7.599c-0.51,4.621,2.924,8.911,7.547,9.42c4.622,0.509,8.909-2.924,9.42-7.547 c0.345-3.128,0.52-6.314,0.52-9.472C358.413,149.233,320.128,110.947,273.069,110.947z'/%3e%3cpath style='fill:%23FFFFFF;' d='M273.069,76.81c-3.05,0-6.139,0.116-9.179,0.347c-4.7,0.356-8.222,4.456-7.866,9.155 c0.355,4.7,4.469,8.222,9.155,7.866c2.613-0.199,5.268-0.299,7.89-0.299c56.471,0,102.413,45.942,102.413,102.413 c0,7.99-0.922,15.944-2.74,23.64c-1.043,4.41,1.673,8.994,6.046,10.192c4.601,1.26,9.469-1.625,10.565-6.266 c2.122-8.981,3.198-18.255,3.198-27.566C392.551,130.409,338.952,76.81,273.069,76.81z'/%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e ");
}
#whatsapp-fix {
  bottom: 100px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='iso-8859-1'?%3e%3c!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 58 58' style='enable-background:new 0 0 58 58;' xml:space='preserve'%3e%3cg%3e%3cpath style='fill:%232CB742;' d='M0,58l4.988-14.963C2.457,38.78,1,33.812,1,28.5C1,12.76,13.76,0,29.5,0S58,12.76,58,28.5 S45.24,57,29.5,57c-4.789,0-9.299-1.187-13.26-3.273L0,58z'/%3e%3cpath style='fill:%23FFFFFF;' d='M47.683,37.985c-1.316-2.487-6.169-5.331-6.169-5.331c-1.098-0.626-2.423-0.696-3.049,0.42 c0,0-1.577,1.891-1.978,2.163c-1.832,1.241-3.529,1.193-5.242-0.52l-3.981-3.981l-3.981-3.981c-1.713-1.713-1.761-3.41-0.52-5.242 c0.272-0.401,2.163-1.978,2.163-1.978c1.116-0.627,1.046-1.951,0.42-3.049c0,0-2.844-4.853-5.331-6.169 c-1.058-0.56-2.357-0.364-3.203,0.482l-1.758,1.758c-5.577,5.577-2.831,11.873,2.746,17.45l5.097,5.097l5.097,5.097 c5.577,5.577,11.873,8.323,17.45,2.746l1.758-1.758C48.048,40.341,48.243,39.042,47.683,37.985z'/%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e ");
}
#back_to_top {
  bottom: 180px;
}
.footer_visible #viber-fix {
  bottom: 280px;
}
.footer_visible #whatsapp-fix {
  bottom: 360px;
}
.footer_visible #back_to_top {
  bottom: 440px;
}
.doctor-fix {
  position: fixed;
  right: 5px;
  bottom: 50%;
  transform: translateY(50%);
  width: 160px;
  height: 106px;
  cursor: pointer;
  transition: 0.4s;
  z-index: 4;
}
.doctor-fix img {
  display: block;
  max-width: 100%;
}
.footer_visible .doctor-fix {
  bottom: 520px;
  transform: none;
}
@media screen and (max-width: 1100px) {
  #back_to_top,
  #viber-fix,
  #whatsapp-fix {
    width: 60px;
    height: 60px;
    right: 20px;
  }
  .doctor-fix {
    width: 140px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .footer_visible #viber-fix {
    bottom: 360px;
  }
  .footer_visible #whatsapp-fix {
    bottom: 430px;
  }
  .footer_visible #back_to_top {
    bottom: 500px;
  }
  .footer_visible .doctor-fix {
    bottom: 570px;
  }
}
@media screen and (max-width: 600px) {
  #back_to_top,
  #viber-fix,
  #whatsapp-fix {
    width: 55px;
    height: 55px;
    right: 15px;
  }
  .doctor-fix {
    width: 115px;
    height: 70px;
  }
  #viber-fix {
    bottom: 10px;
  }
  #whatsapp-fix {
    bottom: 70px;
  }
  #back_to_top {
    bottom: 130px;
  }
}
@media screen and (max-width: 400px) {
  .footer_visible #viber-fix,
  .footer_visible #whatsapp-fix {
    display: none;
  }
  .footer_visible #back_to_top {
    bottom: 70px;
  }
  .footer_visible .doctor-fix {
    /* bottom: 50%;
    transform: translateY(50%); */
    display: none;
  }
}
.clearfix {
  clear: both;
  font-size: 0;
}
.img_in_text {
  float: left;
  max-width: 48%;
  margin-right: 30px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .img_in_text {
    display: block;
    float: none;
    max-width: 100%;
    margin-right: 0;
  }
}
.mainpage h1,
.mainpage h2,
.main_partners h2 {
  margin: 0;
  padding: 35px 0;
  color: #204c61;
  line-height: 1.1;
  font-size: 50px;
  font-weight: 900;
  text-transform: none;
}
.mainpage h2,
.main_partners h2 {
  font-size: 40px;
}
.main_partners h2 {
  padding-bottom: 25px;
}
.mainpage .about_slider {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .mainpage h1 {
    font-size: 40px;
  }
  .mainpage h2,
  .main_partners h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .mainpage h1 {
    font-size: 35px;
  }
  .mainpage h2,
  .main_partners h2 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .mainpage h1 {
    font-size: 30px;
  }
  .mainpage h2,
  .main_partners h2 {
    font-size: 22px;
  }
}
.mainpage {
  padding-top: 35px;
  padding-bottom: 85px;
}
@media (max-width: 768px) {
  .mainpage {
    padding-top: 15px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 420px) {
  .akciya_gigiena {
    /* background-image: url("/website/img/akciya_gigiena_mob.jpg"); */
    /* height: 460px; */
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .akciya_gigiena img {
    display: none;
  }
}

.akciya_gigiena {
  margin-bottom: 10px;
}

.main_blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .main_blocks {
    grid-template-columns: 100%;
    grid-row-gap: 15px;
    margin-bottom: 30px;
  }
}
.main_blocks__ndfl {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 15px;
  padding: 40px 30px 20px;
  color: #00858a;
  background-color: #dbf9f5;
  background-image: url("/website/img/re/main_block_1.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
.main_blocks__ndfl b {
  line-height: 1;
  font-size: 100px;
  font-weight: 900;
}
.main_blocks__ndfl span {
  align-self: center;
  line-height: 1;
  font-size: 30px;
  font-weight: 900;
}
@media (max-width: 1080px) {
  .main_blocks__ndfl b {
    font-size: 60px;
  }
  .main_blocks__ndfl span {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .main_blocks__ndfl span {
    font-size: 18px;
  }
}
.main_blocks__ndfl small {
  grid-column: 1/-1;
  margin-top: 30px;
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  .main_blocks__ndfl {
    padding: 20px 15px;
  }
  .main_blocks__ndfl small {
    margin-top: 15px;
    font-size: 16px;
  }
}
.main_blocks__child {
  padding: 35px 20px 30px;
  background-color: #ddf2be;
  background-image: url("/website/img/re/main_block_2.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .main_blocks__child {
    background-position: 80% 10%;
  }
}
@media (max-width: 980px) {
  .main_blocks__child {
    padding: 20px 15px;
  }
}
.main_blocks__child span,
.main_blocks__child b {
  display: block;
  max-width: 300px;
  margin-left: auto;
  /* text-align: center; */
}
.main_blocks__child span {
  margin-bottom: 17px;
  font-size: 17px;
  line-height: 1.1;
  text-transform: uppercase;
}
.main_blocks__child b {
  color: #438c1f;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 900;
}
@media (max-width: 980px) {
  .main_blocks__child span,
  .main_blocks__child b {
    max-width: 60%;
  }
  .main_blocks__child b {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .main_blocks__child b {
    font-size: 20px;
  }
  .main_blocks__child span {
    font-size: 15px;
  }
}
.block_delete {
  display: grid;
  grid-template-columns: 1fr auto 250px;
  grid-column-gap: 15px;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 30px;
  padding: 40px 100px 35px 60px;
  background-color: #caf6ff;
  background-image: url("/website/img/re/main_block_3.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
.block_delete b {
  font-size: 34px;
  color: #004b85;
  font-weight: 900;
}
@media (max-width: 980px) {
  .block_delete {
    padding: 40px 20px 35px;
  }
  .block_delete b {
    font-size: 25px;
  }
}
@media (max-width: 800px) {
  .block_delete {
    grid-template-columns: auto 1fr;
  }
  .block_delete b {
    grid-column: 1/-1;
  }
}
@media (max-width: 570px) {
  .block_delete {
    grid-template-columns: 100%;
    grid-row-gap: 10px;
    margin-top: 30px;
    padding: 25px 15px;
  }
}
.block_delete .tel {
  position: relative;
  padding-left: 26px;
  font-size: 24px;
  font-weight: 700;
  color: #204c61;
}
.block_delete .tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-image: url(/website/img/re/tel2.svg);
  background-size: 20px;
}
.block_delete .header__btn {
  width: 250px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 15px;
  border-radius: 10px;
  background-image: linear-gradient(to left, rgb(16, 141, 187) 0%, rgb(57, 175, 218) 100%);
  box-shadow: 0px 10px 0px 0px rgba(255, 255, 255, 0.2);
}
.block_delete .header__btn:hover {
  background-image: linear-gradient(to left, rgb(16, 141, 187) 0%, rgb(16, 141, 187) 100%);
  background-color: rgb(16, 141, 187);
}
.block_lab {
  margin-bottom: 40px;
  padding: 30px 35px;
  background-color: #d1f7f3;
  background-image: url("/website/img/re/main_block_4.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
@media (max-width: 980px) {
  .block_lab {
    margin-bottom: 30px;
    padding: 20px 15px;
  }
}
.block_lab__text {
  max-width: 624px;
  margin-left: auto;
  text-align: center;
}
.block_lab__text b {
  display: block;
  margin-bottom: 17px;
  padding: 15px;
  color: #00869e;
  font-size: 34px;
  font-weight: 900;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
}
.block_lab__text span {
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 53px;
  color: #00869e;
  font-size: 24px;
  font-weight: 900;
  background-image: url("/website/img/re/block_lab__text.png");
  background-position: left center;
  background-repeat: no-repeat;
}
@media (max-width: 980px) {
  .block_lab__text b {
    font-size: 27px;
  }
  .block_lab__text span {
    padding-left: 30px;
    font-size: 18px;
    background-size: 20px;
  }
}
.block_lab__contacts {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .block_lab__contacts {
    flex-direction: column;
  }
}
.block_lab__contacts .tel {
  position: relative;
  margin-right: 15px;
  padding-left: 26px;
  font-size: 24px;
  font-weight: 700;
  color: #204c61;
}
@media (max-width: 480px) {
  .block_lab__contacts .tel {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.block_lab__contacts .tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-image: url(/website/img/re/tel2.svg);
  background-size: 20px;
}
.block_lab__contacts .header__btn {
  width: 250px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 15px;
  border-radius: 10px;
  background-image: linear-gradient(to right, #35bfc0 0%, #24a0a1 100%);
  box-shadow: 0px 10px 0px 0px rgba(255, 255, 255, 0.2);
}
.block_lab__contacts .header__btn:hover {
  background-image: linear-gradient(to right, #24a0a1 0%, #24a0a1 100%);
  background-color: #24a0a1;
}

.mcatalog {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 25px;
}

@media (max-width: 1200px) {
  .mcatalog {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1000px;
    margin: 0 auto;
    /* grid-column-gap: 20px;
      grid-row-gap: 25px; */
  }
}
@media (max-width: 768px) {
  .mcatalog {
    grid-template-columns: repeat(2, 1fr);
    max-width: 500px;
    grid-column-gap: 10px;
  }
}
@media (max-width: 380px) {
  .mcatalog {
    grid-template-columns: 100%;
    grid-row-gap: 20px;
    max-width: 250px;
  }
}
.mcatalog > * {
  position: relative;
  display: flex;
  margin-bottom: 0;
  flex-direction: column;
  align-items: center;
  padding: 146px 10px 15px;
  text-align: center;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 500;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(52, 105, 107, 0.2);
  cursor: pointer;
}

.mcatalog > *:hover {
  border-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(25, 193, 195, 0.4);
  text-decoration: none !important;
}
.mcatalog > *::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 25px;
  width: 80px;
  height: 80px;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  opacity: 0.6;
}
.mcatalog > *:nth-child(1)::before {
  background-image: url("/website/img/re/m_icon_1_.png");
}
.mcatalog > *:nth-child(2)::before {
  background-image: url("/website/img/re/m_icon_13_.png");
}
.mcatalog > *:nth-child(3)::before {
  background-image: url("/website/img/re/m_icon_2_.png");
}
.mcatalog > *:nth-child(4)::before {
  background-image: url("/website/img/re/m_icon_15.png");
}
.mcatalog > *:nth-child(5)::before {
  background-image: url("/website/img/re/m_icon_5_.png");
}
.mcatalog > *:nth-child(6)::before {
  background-image: url("/website/img/re/m_icon_6_.png");
}
.mcatalog > *:nth-child(7)::before {
  background-image: url("/website/img/re/m_icon_12_.png");
}
.mcatalog > *:nth-child(8)::before {
  background-image: url("/website/img/re/m_icon_7_.png");
}
.mcatalog > *:nth-child(9)::before {
  background-image: url("/website/img/re/m_icon_9_.png");
}
.mcatalog > *:nth-child(10)::before {
  background-image: url("/website/img/re/m_icon_10_.png");
}
.mcatalog > *:nth-child(11)::before {
  background-image: url("/website/img/re/m_icon_3_.png");
}
.mcatalog > *:nth-child(12)::before {
  background-image: url("/website/img/re/m_icon_11_.png");
}
.mcatalog > *:nth-child(13)::before {
  background-image: url("/website/img/re/m_icon_12_.png");
}
.mcatalog > a:hover::before {
  opacity: 1;
}
.mcatalog > *::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 127px;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: rgb(128, 224, 225);
  border-radius: 1.5px;
}
.mcatalog small {
  display: block;
  margin-top: 8px;
  font-size: 12px;
}

.mcatalog a {
  color: #000 !important;
  text-decoration: none !important;
}

.main_partners {
  padding-top: 45px;
  padding-bottom: 80px;
  background-color: #e5f6f5;
}
@media (max-width: 768px) {
  .main_partners {
    padding-top: 15px;
    padding-bottom: 40px;
  }
}
.main_partners__text {
  margin-bottom: 30px;
  font-size: 16px;
}
.main_partners__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .main_partners__list {
    margin: 0;
  }
}
@media (max-width: 680px) {
  .main_partners__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.main_partners__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  background-color: #fff;
  border-radius: 2px;
}
@media (max-width: 680px) {
  .main_partners__list li {
    height: 90px;
  }
}
.main_partners__list li img {
  max-width: 95%;
  max-height: 95%;
}
.main_btm {
  padding-top: 70px;
  padding-bottom: 65px;
  background-color: rgb(5, 152, 147);
  background-image: linear-gradient(to left, rgb(5, 152, 147) 0%, rgb(58, 195, 155) 100%);
}
@media (max-width: 768px) {
  .main_btm {
    padding-top: 30px;
    padding-bottom: 35px;
  }
}
.main_btm .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 820px;
}
.main_btm__text {
  margin: 0;
  color: #fff;
  font-size: 16px;
}
.main_btm__text b {
  display: block;
  margin-bottom: 12px;
  font-size: 50px;
}
@media (max-width: 820px) {
  .main_btm__text b {
    font-size: 35px;
  }
}
@media (max-width: 680px) {
  .main_btm__text {
    margin-bottom: 20px;
  }
}
.main_btm__btn {
  width: 210px;
  padding: 17px;
  padding-left: 60px;
  font-size: 16px;
  color: #099b94;
  text-decoration: none;
  font-weight: 700;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 50px 0px rgba(124, 255, 241, 1);
  background-image: url(/website/img/re/question2.svg);
  background-position: 12px center;
  background-size: 40px;
  background-repeat: no-repeat;
}
.main_btm__btn:hover {
  box-shadow: none;
}
.popup {
  display: none;
  max-width: 100%;
  width: 645px;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  font-family: "Manrope", sans-serif;
}
.popup.fancybox-content {
  padding: 0;
  overflow: visible;
}
.popup .fancybox-close-small {
  top: -15px;
  right: -15px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  width: 54px;
  height: 54px;
  padding: 0;
}
@media (max-width: 680px) {
  .popup .fancybox-close-small {
    top: -25px;
    right: -5px;
  }
}
.popup__header {
  padding: 35px 15px 50px;
  text-align: center;
  border-radius: 20px 20px 0 0;
  background-image: linear-gradient(to left, rgb(229, 250, 245) 0%, rgb(173, 241, 225) 100%);
}
.popup__header--blue {
  background-image: linear-gradient(to left, #a3ecf3 0%, #d6f5f7 100%);
}
@media (max-width: 480px) {
  .popup__header {
    padding: 20px 15px 40px;
  }
}
.popup__header p {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-left: 80px;
  font-size: 30px;
  font-weight: 700;
}
.popup__header p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 56px;
  height: 52px;
  margin-top: -28px;
  background-image: url("/website/img/re/question3.svg");
  background-size: 70px;
  background-position: center;
  background-repeat: no-repeat;
}
.popup__header--blue p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 58px;
  height: 54px;
  margin-top: -29px;
  background-image: url("/website/img/re/popup__header--blue.svg");
  background-size: 58px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 414px) {
  .popup__header p {
    padding-left: 45px;
    font-size: 22px;
  }
  .popup__header p::before {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-size: 40px;
  }
  .popup__header--blue p::before {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-size: 30px;
  }
}
.popup__content {
  margin-top: -20px;
  padding: 35px 15px 50px;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 480px) {
  .popup__content {
    padding: 20px 15px;
  }
}
.popup form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 25px;
  max-width: 480px;
  margin: 0 auto;
}
@media (max-width: 420px) {
  .popup form {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
  .popup__input label br {
    display: none;
  }
}
.popup__input {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 421px) {
  .popup__input--left {
    margin-right: -30px;
  }
  .popup__input--right {
    padding-left: 35px;
  }
}
.popup__input--all {
  grid-column: 1/-1;
}
.popup__input label,
.captcha-block_label {
  display: block;
  margin-left: 22px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}
.popup__input input,
.popup__input textarea {
  display: block;
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #f3f3f3;
  background-color: #f3f3f3;
  border-radius: 2px;
  font-size: 14px;
  text-align: left;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .popup__input label {
    margin-left: 10px;
  }
  .popup__input input,
  .popup__input textarea {
    padding: 15px 10px;
  }
}
.popup__input input:focus,
.popup__input textarea:focus {
  background-color: #fff;
}
.popup .agreement {
  align-self: center;
  margin-right: -30px;
}
@media (max-width: 420px) {
  .popup .agreement {
    margin-right: 0;
  }
}
.agreement input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -10000;
}
.agreement label {
  position: relative;
  display: block;
  font-size: 12px;
}
.agreement label + label {
  margin-top: 8px;
}
.agreement label span {
  position: relative;
  display: block;
  padding-left: 24px;
  min-height: 20px;
}
.agreement label span::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  border: 1px solid #b2c9cc;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  box-sizing: border-box;
}
.agreement input:checked + span::before {
  background-color: #31b8b9;

  padding: 1px;

  background-clip: content-box;
}
.agreement label a {
  color: #43795f;
}
#form .agreement label a {
  color: #25a5b0;
}
.popup__btn {
  margin-left: auto;
  padding: 22px 33px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  background-color: rgb(29, 174, 142);
}
#form .popup__btn {
  background-color: #25a5b0;
}
@media (max-width: 420px) {
  .popup__btn {
    margin: 0 auto;
  }
}
.captcha-block {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.captcha-block_label {
  width: 100%;
}
.captcha-block img {
  display: block;
  margin-right: 15px;
}
.captcha-block input {
  padding: 15px 20px;
  border: 1px solid #f3f3f3;
  background-color: #f3f3f3;
  border-radius: 2px;
  font-size: 14px;
  text-align: left;
  box-sizing: border-box;
  flex: 1;
  max-width: calc(100% - 95px);
}
@media (max-width: 768px) {
  .captcha-block img {
    margin-right: 8px;
  }
}

.specialists_list.detskaya {
  padding-bottom: 20px !important;
  margin-bottom: 60px;
}

.content .specialists_list:last-child {
  padding-bottom: 100px;
}
.implant .specialists_list:last-child {
  margin-bottom: 65px;
  padding-bottom: 0;
}

.specialists_list {
  display: flex;
  flex-wrap: wrap;
  color: #333333;
  justify-content: center;
  margin-left: -39px;
  row-gap: 45px;
  margin-bottom: 100px;
}
.specialists_list_item {
  width: calc(100% / 4 - 39px);
  margin-left: 39px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid #deeeee;
  padding: 13px;
  background-color: white;
  text-decoration: none;
  color: inherit;
  border-radius: 15px;
}
@media (max-width: 1200px) {
  .specialists_list {
    margin-left: -20px;
  }
  .specialists_list_item {
    width: calc(100% / 4 - 20px);
    margin-left: 20px;
  }
}
@media (max-width: 992px) {
  .specialists_list_item {
    width: calc(100% / 3 - 25px);
  }
}
@media (max-width: 768px) {
  .specialists_list {
    row-gap: 30px;
  }
  .specialists_list_item {
    width: calc(100% / 2 - 25px);
  }
}
@media (max-width: 600px) {
  .specialists_list {
    margin-left: -15px;
  }
  .specialists_list_item {
    width: calc(100% / 2 - 15px);
    margin-left: 15px;
  }
}
@media (max-width: 480px) {
  .specialists_list {
    margin-left: 0px;
  }
  .specialists_list_item {
    width: 100%;
    max-width: 320px;
    margin-left: 0px;
  }
}

.specialists_list_item:hover {
  box-shadow: 0px 4px 8px 2px rgba(129, 129, 130, 0.2);
}
.specialists_list_item .specialists-block {
  position: relative;
  color: #282828;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.specialists_list_item .specialists-block .absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: transparent;
}
.specialists_list_item .specialists-block img {
  display: block;
  border-radius: 15px;
  width: auto;
}
@media (max-width: 480px) {
  .specialists_list_item .specialists-block img {
    max-width: 100%;
  }
}
.specialists_list .specialists_list_item p {
  margin: 0;
}
.specialists_list .specialists_list_item .name {
  margin-top: 15px;
  margin-bottom: 12px;
}
.specialists_list .specialists_list_item .position {
  margin-bottom: 15px;
}
.specialists_list .specialists_list_btns .position {
  display: flex;
  min-height: 58px;
  margin-bottom: 0;
}
.specialists_list .specialists_list_item .contacts {
  margin-bottom: 13px;
  margin-top: auto;
}
.specialists_list_item b {
  display: block;
}
.specialists_list_item a {
  color: inherit;
  text-decoration: none;
}
.specialists_list_item .name {
  font-family: "ManropeBold";
  font-size: 24px;
  margin-top: 20px;
  line-height: 1.2;
}
.specialists_list_item .position,
.specialist_card .position {
  font-family: "ManropeBold";
  font-size: 16px;
  color: #25a2a3;
  text-align: left;
}
.specialists_list_item .position small {
  display: block;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  color: #282828;
  font-family: "Manrope";
}
.specialists_list_btns {
  display: flex;
  margin-top: auto;
  column-gap: 15px;
}
.specialists_list_item .header__btn {
  width: 100%;
  min-height: 58px;
  max-width: 260px;
  line-height: 1.2em;
  color: #fff;
  text-align: left;
  padding-left: 48px;
}
.specialists_list_item .header__btn::before {
  left: 12px;
}
.specialists_list_item .more {
  position: relative;
  display: none;
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  padding: 8px;
  text-decoration: none;
  border-radius: 10px;
  box-sizing: border-box;
  background:
    url("/website/img/arrow-r.svg") center center / 28px no-repeat,
    #dce6fb;
}
.specialists_list_item:hover .more {
  display: block;
}
.specialists-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.specialists-text.admin-text {
  display: block;
}

@media screen and (max-width: 1200px) {
  .specialists_list_btns {
    column-gap: 10px;
  }
  .specialists_list_item .header__btn {
    padding-left: 45px;
    font-size: 14px;
  }
  .specialists_list_item .header__btn::before {
    left: 10px;
  }
  .specialists_list_item .more {
    flex-shrink: 0.5;
    min-width: 40px;
  }
}
@media screen and (max-width: 800px) {
  .specialists_list .specialists_list_item .name {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .specialists_list .specialists_list_item .name {
    font-size: 20px;
  }
  .specialists_list_item .header__btn {
    padding-left: 40px;
    font-size: 13px;
    min-height: 50px;
  }
  .specialists_list_item .header__btn::before {
    left: 8px;
  }
  .specialists_list_item .more {
    width: 50px;
    height: 50px;
    background-size: 25px;
  }
  .specialists_list .specialists_list_btns .position {
    min-height: 50px;
  }
}

.specialist_show {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 45px auto;
}
.specialist_photo,
.specialist_photo img {
  width: 510px;
  max-width: 100%;
}
.specialist_show .zapis {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  font-size: 18px;
}
.specialist_show .zapis b {
  display: block;
}
.specialist_show .zapis .header__btn {
  width: 300px;
  height: 70px;
}
.specialist_card {
  font-size: 18px;
  width: 585px;
}
.specialist_card .time {
  font-family: "ManropeBold";
}
.specialist_card .position {
  margin-bottom: 10px;
}
.specialist_card .position small {
  display: block;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  color: #282828;
  font-family: "Manrope";
}

.specialist_card h1 {
  text-align: left;
  font: 40px "ManropeBold";
  text-transform: none;
  color: #204c61;
  line-height: 1.1;
  margin-bottom: 40px;
}

.specialist_card h2 {
  text-align: left;
  font: 30px "Manrope";
  text-transform: none;
  line-height: 1.1;
}
.specialist_card .phrase {
  background-color: #ebf9f9;
  padding: 55px 45px;
  margin: 45px 0;
  position: relative;
  font: italic 15px "ManropeMedium";
  color: #204c61;
}

.specialist_card .phrase::before {
  content: "";
  position: absolute;
  left: 45px;
  top: -10px;
  width: 41px;
  height: 34px;
  background-size: 41px 34px;
  background-repeat: no-repeat;
  background-image: url(/website/img/re/spec_quotation.svg);
}

.specialist_card ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 21px;
  height: 21px;
  background-size: 21px;
  background-repeat: no-repeat;
  background-image: url(/website/img/re/spec_check.svg);
}

.specialist_card ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
}

ul.sertif li {
  max-width: inherit;
}
.spec_otzyvy_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  gap: 30px;
}

ul.sertif img {
  max-width: 100%;
  margin: 0 auto;
}
.spec_otzyvy_item {
  background-color: #f2f2f2;
  border-radius: 15px;
  border-left: 10px solid #d2d2d2;
  padding: 25px 45px 40px;
}

.spec_otzyvy_item .data {
  background-color: white;
  border-radius: 10px;
  display: block;
  width: 114px;
  line-height: 40px !important;
  text-align: center;
  color: #31b094;
  font: 15px "ManropeBold";
  margin-bottom: 20px;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 30%;
  display: block;
  width: 61px;
  height: 61px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/website/img/re/arrow_slide.svg);
  background-size: 61px;
  z-index: 2;
  background-color: white;
}
.slick-next {
  right: -61px;
  /* transform: rotate(180deg); */
  transform: translateY(-50%) scale(-1, 1);
}
.slick-prev {
  left: -91px;
}

@media (max-width: 1350px) {
  .slick-next {
    right: 0px;
  }
  .slick-prev {
    left: 0px;
  }
  ul.sertif {
    padding: 0 70px;
  }
}

@media (max-width: 1125px) {
  .specialist_show {
    justify-content: center;
  }
  .specialist_card {
    width: 90%;
  }
}

@media (max-width: 1000px) {
  ul.sertif div.img {
    margin: auto;
  }
  ul.sertif li {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .spec_otzyvy_list {
    grid-template-columns: auto;
  }
}
.specialist_form {
  widows: 100%;
  padding-bottom: 150px;
  background-image: url(/website/img/specialist_form_fon.jpg);
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
}
.more_review {
  background-color: #31bbbb;
  color: white;
  width: 290px;
  line-height: 60px;
  text-align: center;
  display: block;
  border-radius: 10px;
  margin: 40px auto 80px;
  text-decoration: none;
}

.specialist_form {
  padding: 70px 100px;
  margin-bottom: 95px;
}

.specialist_form .h3 {
  text-align: center;
  font: 30px "ManropeBold";
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .specialist_form .h3 {
    font-size: 24px;
  }
}
.specialist_form .form__container .form {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  column-gap: 40px;
  row-gap: 30px;
  margin-bottom: 25px;
}

.specialist_form .form__container input,
.specialist_form .form__container textarea {
  border-radius: 10px;
  border: 1px solid #aaaaaa;
  padding: 22px 25px;
}

.specialist_form .form__container input::placeholder,
.specialist_form .form__container textarea::placeholder {
  color: #aaaaaa;
  font-size: 15px;
}

.specialist_form .form__container textarea {
  grid-column: 2;
  grid-row: 1/3;
}

.specialist_form__btn {
  background-color: #59b23d;
  color: white;
  width: 165px;
  line-height: 60px;
  text-align: center;
  display: block;
  border-radius: 10px;
  margin-left: 20px;
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "ManropeBold";
}

.specialist_form .politica {
  display: flex;
  justify-content: end;
}

.specialist_form .politica span {
  text-align: left;
  font-size: 13px;
  align-self: center;
}

section.specialists h1 {
  margin: 70px auto 45px;
  font: 40px "ManropeBold";
  color: #204c61;
  text-transform: none;
}
section.specialists h2 {
  margin: 40px auto 50px;
  font: 40px "ManropeBold";
  text-transform: none;
}
@media (max-width: 992px) {
  section.specialists h1 {
    font-size: 36px;
    margin: 50px auto 30px;
  }
  section.specialists h2 {
    font-size: 36px;
    margin: 30px auto 30px;
  }
}
@media (max-width: 768px) {
  section.specialists h1,
  section.specialists h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  section.specialists h1,
  section.specialists h2 {
    font-size: 28px;
  }
}
.show-specialist .breadrcumbs a {
  color: #282828;
  text-decoration: none;
}
.show-specialist .breadrcumbs span {
  color: #204c61;
}

.content.spec h2 {
  font: 30px "ManropeBold";
  text-transform: none;
  margin: 35px 0 50px;
}

.content.spec .reviews-content .h2 {
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2em;
  color: #204c61;
  text-transform: none;
}
@media (max-width: 992px) {
  .content.spec .reviews-content .h2 {
    font-size: 34px;
  }
}
@media (max-width: 650px) {
  .content.spec .reviews-content .h2 {
    font-size: 26px;
  }
  .specialist_form .form__container textarea {
    grid-column: 1;
    grid-row: 3;
  }
  .specialist_form .form__container .form {
    grid-template-columns: 1fr;
  }
  .specialist_form .politica {
    display: block;
    text-align: center;
  }
  .specialist_form button {
    margin: 20px auto 0;
  }
  .specialist_form {
    padding: 40px 30px;
    margin-bottom: 100px;
  }
}

.slick-track {
  margin-left: 0 !important;
}

.spec_btn {
  margin-bottom: 230px;
  line-height: 50px;
  border: 0;
  width: 240px;
  border-radius: 10px;
  background-color: #e6e6e6;
  display: block;
  text-align: center;
  color: #282828;
  text-decoration: none;
}

button.breadrcumbs_news {
  background-color: transparent;
  border: 0;
  font:
    15px "Manrope",
    sans-serif;
  color: #282828;
}
.implant {
  padding: 55px 0 0;
}
.implant * {
  box-sizing: border-box;
}
.implant .breadcrumbs {
  padding-bottom: 5px;
}
.implant p {
  line-height: 1.55em;
}
.implant img {
  max-width: 100%;
}
.implant h1,
.implant h2,
.implant h3 {
  text-transform: none;
  color: #204c61;
  line-height: 1.2em;
  font-family: "ManropeBold";
}
.implant h1 {
  font-size: 48px;
  margin-bottom: 50px;
}
.implant h2,
.implant h3 {
  font-size: 38px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1140px) {
  .implant h1 {
    font-size: 40px;
  }
  .implant h2,
  .implant h3 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  .implant h1 {
    font-size: 36px;
  }
  .implant h2,
  .implant h3 {
    font-size: 32px;
  }
  .implant .breadcrumbs {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .implant {
    padding-top: 40px;
  }
  .implant h1 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .implant h2,
  .implant h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .implant h1 {
    font-size: 28px;
  }
  .implant h2,
  .implant h3 {
    font-size: 24px;
  }
}
.fullpage-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  margin: 30px auto;
}
.fullpage-block_img {
  width: 45.5%;
  flex-shrink: 0;
}
.fullpage-block_img img {
  display: block;
}
.fullpage-block_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
}
.fullpage-block--invert {
  background-color: #e5f6f5;
}
.fullpage-block--invert .fullpage-block_text {
  align-items: flex-end;
  padding-right: 0;
  padding-left: 15px;
}
@media screen and (min-width: 821px) {
  .fullpage-block_text > * {
    width: 100%;
    max-width: 580px;
  }
  .fullpage-block--invert .fullpage-block_text > * {
    max-width: 600px;
  }
}
.fullpage-block_text p {
  line-height: 1.55;
  margin-bottom: 25px;
}
.fullpage-block_text__big {
  font-size: 20px;
  font-weight: 600;
}
.fullpage-block_text__sub {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 25px;
}
.fullpage-block_text h2 {
  text-align: left;
}
.fullpage-block_text ol {
  counter-reset: i-counter;
  font-weight: 600;
  font-size: 20px;
  padding-top: 20px;
}
.fullpage-block_text ol li {
  counter-increment: i-counter;
  position: relative;
  padding-left: 40px;
  margin-bottom: 5px;
}
.fullpage-block_text ol li::before {
  content: counter(i-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.fullpage-block_text ul {
  margin-bottom: 20px;
}
.fullpage-block_text ul li {
  position: relative;
  padding-left: 35px;
  line-height: 1.5em;
  margin-bottom: 2px;
}
.fullpage-block_text ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1380px) {
  .fullpage-block h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .fullpage-block_text {
    min-height: 400px;
  }
  .fullpage-block_text ol {
    padding-top: 0;
  }
  .fullpage-block_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .fullpage-block_text__sub {
    margin-top: 0;
  }
}
@media screen and (max-width: 1140px) {
  .fullpage-block h2 {
    font-size: 28px;
  }
  .fullpage-block_text p {
    margin-bottom: 15px;
  }
  .fullpage-block_text__big {
    font-size: 18px;
  }
  .fullpage-block_text ol {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px) {
  .fullpage-block h2 {
    font-size: 25px;
  }
  .fullpage-block {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
  .fullpage-block_img,
  .fullpage-block_text {
    width: 100%;
  }
  .fullpage-block_text {
    padding: 30px 0 10px 20px;
    min-height: initial;
    order: 1;
  }
  .fullpage-block--invert .fullpage-block_text {
    align-items: flex-start;
    padding-bottom: 30px;
  }
  .fullpage-block_img img {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .fullpage-block {
    margin: 15px 0;
  }
  .fullpage-block h2 {
    font-size: 22px;
  }
  .fullpage-block_text {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .fullpage-block--invert .fullpage-block_text {
    padding-left: 0;
  }
}

.implant_indications {
  padding-top: 65px;
  padding-bottom: 85px;
}
.implant_indications__list {
  list-style: none;
  counter-reset: indications;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 44px;
  row-gap: 50px;
  padding: 25px 0 0;
}
.implant_indications__list li {
  position: relative;
  counter-increment: indications;
  margin-top: 30px;
  border-radius: 20px;
  padding: 80px 35px 60px;
  line-height: 1.6em;
}
.implant_indications__list li:nth-child(odd) {
  background-color: #e5f6f5;
}
.implant_indications__list li:nth-child(even) {
  background-color: #caf6ff;
}
.implant_indications__list li::before {
  content: counter(indications);
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  border-width: 10px;
  border-style: solid;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
}
.implant_indications__list li:nth-child(odd)::before {
  background-color: #30af93;
  border-color: #78cbb9;
}
.implant_indications__list li:nth-child(even)::before {
  background-color: #008a8b;
  border-color: #59b3b3;
}
@media screen and (max-width: 1140px) {
  .implant_indications__list {
    column-gap: 30px;
    row-gap: 35px;
  }
}
@media screen and (max-width: 992px) {
  .implant_indications__list li {
    padding: 75px 20px 30px 25px;
  }
}
@media screen and (max-width: 820px) {
  .implant_indications__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .implant_indications {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .implant_indications__list {
    padding-top: 5px;
    column-gap: 20px;
    row-gap: 25px;
  }
  .implant_indications__list li {
    padding: 40px 20px 25px 20px;
  }
  .implant_indications__list li::before {
    width: 50px;
    height: 50px;
    border-width: 5px;
  }
}
@media screen and (max-width: 480px) {
  .implant_indications__list {
    grid-template-columns: 1fr;
  }
}
.implant_phases {
  padding: 80px 0 110px;
  background:
    url("/website/img/implant_phases_left.jpg") left 60% / auto no-repeat,
    url("/website/img/implant_phases_right.png") right bottom / auto no-repeat;
}
.implant_phases p {
  margin-bottom: 25px;
}
.implant_phases p b {
  font-size: 19px;
}
.implant_phases__billet {
  font-size: 20px;
  font-weight: 600;
  border-radius: 20px;
  color: #0d568d;
  background-color: rgb(202, 246, 255);
  padding: 45px 75px 50px 65px;
  line-height: 1.55em;
  margin-top: 55px;
}
.implant_green {
  background-color: #e5f6f5;
  padding: 90px 0;
}
@media screen and (max-width: 1380px) {
  .implant_phases {
    background-size: 25%, 50%;
  }
}
@media screen and (max-width: 992px) {
  .implant_phases__billet {
    padding: 30px 30px 30px 50px;
  }
  .implant_green {
    padding: 60px 0;
  }
  .implant_phases {
    padding: 80px 0 110px;
    background: url("/website/img/implant_phases_right.png") right bottom / 50% no-repeat;
  }
}
@media screen and (max-width: 820px) {
  .implant_phases {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .implant_phases__billet {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .implant_phases__billet {
    padding: 25px;
    font-size: 16px;
    margin-top: 30px;
  }
}
.implant_types__wrapper {
  padding-top: 20px;
  padding-bottom: 60px;
}
.implant_types__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 75px 0 50px;
}
.implant_types__block img {
  width: 43%;
  align-self: flex-start;
  flex-shrink: 0;
}
.implant_types__text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  background-color: #e5f6f5;
  padding: 30px 50px;
}
.implant_green .implant_types__text {
  background-color: #fff;
}
.implant_types__paragraph {
  padding-top: 10px;
}
.implant_types__sub {
  display: block;
  font-size: 38px;
  font-family: "ManropeBold";
  color: #204c61;
  margin-bottom: 25px;
}
@media screen and (max-width: 1140px) {
  .implant_types__text {
    padding: 20px 30px;
    width: 52%;
  }
  .implant_types__sub {
    font-size: 34px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 840px) {
  .implant_types__text {
    width: 100%;
  }
  .implant_types__block img {
    width: auto;
    margin: 0 auto 20px;
  }
  .implant_types__block {
    margin: 50px 0 40px;
  }
  .implant_types__wrapper {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .implant_types__block {
    margin: 20px 0 30px;
  }
  .implant_types__text {
    padding: 20px;
  }
  .implant_types__sub {
    font-size: 28px;
  }
}
.implant_preffs {
  padding-top: 40px;
}
.implant_preffs__list {
  column-count: 2;
  column-gap: 10px;
  padding-top: 30px;
}
.implant_preffs__list li {
  position: relative;
  padding-left: 60px;
  display: flex;
  min-height: 35px;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1.6em;
  max-width: 500px;
}
.implant_preffs__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 36px;
  background: url("/website/img/list_mark.svg") center center / 100% no-repeat;
}
@media screen and (max-width: 1140px) {
  .implant_preffs__list {
    column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .implant_preffs__list li {
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .implant_preffs__list {
    column-count: initial;
    padding-top: 0;
  }
}

.implant_prices {
  padding-top: 65px;
  padding-bottom: 90px;
}
.price-list li {
  margin-bottom: 5px;
  display: flex;
  min-height: 68px;
  text-align: center;
  font-size: 19px;
}
.price-list li span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #e5f6f5;
}
.price-list .price-list_header {
  min-height: 85px;
}
.price-list .price-list_header span {
  color: #fff;
  background-color: #39c09f;
  justify-content: center;
  font-weight: 900;
}
.price-list li span:first-child {
  flex: 1;
}
.price-list li:not(.price-list_header) span:first-child {
  justify-content: flex-start;
  text-align: left;
  padding-left: 60px;
}
.price-list li span:nth-child(2) {
  width: 38%;
  margin-left: 10px;
}
.implant_blue {
  background-color: #e7f8fc;
  padding: 75px 0 60px;
}
.implant_contrain__sub {
  font-family: "ManropeBold";
  margin: 35px 0 20px;
}
.implant_contrain__block {
  display: grid;
  grid-template-columns: 42% 50%;
  justify-content: space-between;
}
.implant_contrain__block ul {
  background-color: #fff;
  padding: 25px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.implant_contrain__block ul li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 36px;
  padding-left: 50px;
  margin-bottom: 10px;
}
.implant_contrain__block ul li:last-child {
  margin-bottom: 0;
}
.implant_contrain__block ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 36px;
  background: url("/website/img/list_mark_green.svg") center center / 100% no-repeat;
}
.implant_recomend {
  padding: 70px 0 125px;
}
.implant_recomend h2 {
  padding-bottom: 25px;
}
.implant_specialists h2 {
  padding-bottom: 20px;
}
@media screen and (max-width: 1140px) {
  .implant_contrain__block {
    grid-template-columns: 45% 50%;
  }
  .implant_recomend {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 992px) {
  .implant_contrain__block ul {
    font-size: 18px;
  }
  .price-list li {
    font-size: 18px;
  }
  .price-list li span:nth-child(2) {
    width: 35%;
    max-width: 220px;
  }
}
@media screen and (max-width: 820px) {
  .implant_prices {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .implant_recomend {
    padding-top: 45px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .implant_specialists h2 {
    padding-bottom: 0;
  }
  .implant_contrain__block ul {
    padding: 20px;
    font-size: 16px;
  }
  .implant_contrain__block ul li {
    align-items: flex-start;
    padding-left: 40px;
  }
  .implant_contrain__block ul li::before {
    width: 25px;
    height: 30px;
  }
  .price-list li {
    font-size: 16px;
  }
  .price-list li:not(.price-list_header) span:first-child {
    padding-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .implant_blue {
    padding-top: 45px;
  }
  .implant_contrain__block {
    display: block;
    background-color: #fff;
    border-radius: 20px;
    padding: 25px 0 15px;
    margin-bottom: 30px;
  }
  .implant_contrain__block ul {
    padding: 0 20px;
    margin-bottom: 10px;
    background-color: transparent;
  }
  .price-list li {
    min-height: 60px;
  }
  .price-list .price-list_header {
    min-height: 65px;
  }
}
@media screen and (max-width: 480px) {
  .price-list li span {
    padding: 5px 10px;
  }
}
.about {
  padding-top: 30px;
}
.about h1,
.about h2 {
  font-size: 48px;
  color: #204c61;
  text-transform: none;
  line-height: 1em;
  font-family: "ManropeBold";
}
.about h1 {
  margin-top: 50px;
}
.about_slider {
  position: relative;
  padding: 20px;
  margin-bottom: 60px;
}
.about_slider #carousel {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin: 0 auto;
}
.about-carousel_item {
  position: relative;
}
.about-carousel_item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.about-carousel_item img {
  display: block;
}
.about-carousel_btn {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  background-color: #80d3d5;
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 6px 15px 0px rgba(11, 11, 11, 0.2);
  opacity: 0.8;
  transition: 0.2s;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  cursor: pointer;
  z-index: 4;
}
.about-carousel_btn--prev {
  background-image: url("/website/img/arr_white_left.svg");
  left: 0px;
}
.about-carousel_btn--next {
  background-image: url("/website/img/arr_white_right.svg");
  right: 0px;
}
.about-carousel_btn:hover {
  background-color: #50b4b5;
}
@media screen and (max-width: 992px) {
  .about-carousel_btn {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 600px) {
  .about_slider #carousel {
    height: 350px;
  }
  .about-carousel_btn {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .about_slider {
    padding: 15px;
    margin-bottom: 40px;
  }
  .about_slider #carousel {
    height: 280px;
  }
}
@media screen and (max-width: 400px) {
  .about_slider #carousel {
    height: 220px;
  }
}

.price-sale {
  position: relative;
  background:
    url("/website/img/price-sale_bg.jpg") center center / auto no-repeat,
    #dbfaf5;
  display: grid;
  grid-template-columns: 275px 1fr;
  column-gap: 20px;
  align-items: center;
  padding-right: 300px;
  margin: 5px 0 30px;
  text-align: left;
  border-radius: 10px;
}
.price-sale::before,
.price-sale::after {
  content: "";
  position: absolute;
}
.price-sale::before {
  width: 30%;
  max-width: 285px;
  height: 100%;
  top: 0;
  right: 0;
  background: url("/website/img/price-sale_image.png") right 34% / cover no-repeat;
  border-radius: 0 10px 10px 0;
}
.price-sale::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("/website/img/price-sale_after.png") center center / auto no-repeat;
  z-index: 1;
}
.price-sale_decor {
  position: relative;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  color: #00858a;
  text-transform: uppercase;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 0;
  letter-spacing: -0.02em;
}
.price-sale_decor::before,
.price-sale_decor::after {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.price-sale_decor::before {
  width: 215px;
  height: 215px;
  background-color: rgba(174, 237, 229, 0.4);
}
.price-sale_decor::after {
  width: 135px;
  height: 135px;
  background-color: #aeede5;
}
.price-sale_decor b {
  font-size: 96px;
  font-weight: 900;
}
.price-sale_decor small {
  font-size: 19px;
  color: #31b093;
}
.price-sale__text {
  position: relative;
  z-index: 2;
  line-height: 1.55;
  font-weight: 600;
  max-width: 405px;
}
.price-sale__text span {
  display: block;
  font-weight: 700;
  color: #00858a;
  margin-bottom: 15px;
}
.price-sale__text a {
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .price-sale {
    padding-right: 220px;
    grid-template-columns: 35% 1fr;
  }
  .price-sale::before {
    width: 25%;
  }
  .price-sale_decor {
    font-size: 34px;
  }
  .price-sale_decor b {
    font-size: 70px;
  }
  .price-sale_decor small {
    font-size: 16px;
  }
  .price-sale_decor::before {
    width: 170px;
    height: 170px;
  }
  .price-sale_decor::after {
    width: 115px;
    height: 115px;
  }
}
@media screen and (max-width: 768px) {
  .price-sale {
    padding-right: 180px;
    grid-template-columns: 40% 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 680px) {
  .price-sale {
    padding-right: 20px;
  }
  .price-sale::before {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .price-sale {
    grid-template-columns: 100%;
    justify-items: center;
    padding: 20px;
    background: #dbfaf5;
  }
  .price-sale_decor {
    padding: 0;
    margin-bottom: 30px;
  }
}
.services_page {
  padding-top: 15px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .services_page {
    padding-bottom: 40px;
  }
}
.services_page h1 {
  padding: 25px 0;
  margin: 0 0 25px;
  color: #204c61;
  line-height: 1.1;
  font-size: 50px;
  font-family: "ManropeBold";
  text-transform: none;
}
@media (max-width: 900px) {
  .services_page h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .services_page h1 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .services_page h1 {
    font-size: 30px;
  }
}
.services_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 980px) {
  .services_list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 768px) {
  .services_list {
    grid-template-columns: 1fr;
  }
}
.services_list > li {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .services_list > li:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/4;
  }
  .services_list > li:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/5;
  }
  .services_list > li:nth-child(5) {
    grid-column: 1/2;
    grid-row: 4/7;
  }
  .services_list > li:nth-child(6) {
    grid-column: 2/3;
    grid-row: 5/7;
  }
  .services_list > li:nth-child(8) {
    grid-column: 2/3;
    grid-row: 7/9;
  }
}
.services_list_item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  min-height: 100px;
  padding: 15px 30px;
  padding-left: 155px;
  color: inherit;
  text-decoration: none;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-radius: 25px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(52, 105, 107, 0.2);
}
@media (max-width: 980px) {
  .services_list_item {
    padding-left: 120px;
  }
}
@media (max-width: 480px) {
  .services_list_item {
    min-height: 100px;
    padding-right: 10px;
  }
}
@media (max-width: 360px) {
  .services_list_item {
    padding-left: 100px;
  }
}
.services_list_item__name {
  position: relative;
  font-size: 21px;
  font-family: "ManropeBold";
  font-weight: 700;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 980px) {
  .services_list_item__name {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .services_list_item__name {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .services_list_item__name {
    font-size: 16px;
  }
}
.services_list_item__name::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  left: -124px;
  width: 84px;
  height: 92px;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(83%) sepia(35%) saturate(1613%) hue-rotate(184deg) brightness(98%) contrast(97%);
}
.services_list_item--1 .services_list_item__name::before {
  background-image: url("/website/img/re/services_icon_1.svg");
  background-size: 48px;
  filter: invert(82%) sepia(29%) saturate(2330%) hue-rotate(238deg) brightness(104%) contrast(94%);
}
.services_list_item--2 .services_list_item__name::before {
  top: 120%;
  background-image: url("/website/img/re/services_icon_2.svg");
  background-size: 55px;
}
.services_list_item--3 .services_list_item__name::before {
  top: 75%;
  background-image: url("/website/img/re/services_icon_3.svg");
  background-size: 30px;
}
.services_list_item--4 .services_list_item__name::before {
  background-image: url("/website/img/re/services_icon_4.svg");
  background-size: 36px;
}
.services_list_item--5 .services_list_item__name::before {
  background-image: url("/website/img/re/services_icon_5.svg");
  background-size: 47px;
}
.services_list_item--6 .services_list_item__name::before {
  top: 75%;
  background-image: url("/website/img/re/services_icon_6.svg");
  background-size: 50px;
}
.services_list_item--7 .services_list_item__name::before {
  background-image: url("/website/img/re/services_icon_7.svg");
  background-size: 61px;
}
.services_list_item--8 .services_list_item__name::before {
  background-image: url("/website/img/re/services_icon_8.svg");
  background-size: 46px;
}
.services_list_item--9 .services_list_item__name::before {
  background-image: url("/website/img/re/services_icon_10.png");
  background-size: 46px;
}
.services_list_item--10 .services_list_item__name::before {
  background-image: url("/website/img/re/services_icon_11.svg");
  background-size: 36px;
}
.services_list_item--11 .services_list_item__name::before {
  background-image: url("/website/img/re/services_icon_11.svg");
  background-size: 46px;
}
.services_list_item--12 .services_list_item__name::before {
  background-image: url("/website/img/re/services_icon_12.svg");
  background-size: 46px;
}
.services_list_item--13 .services_list_item__name::before {
  background-image: url("/website/img/re/services_icon_13.svg");
  background-size: 60px;
}
.services_list_item--14 .services_list_item__name::before {
  background-image: url("/website/img/re/services_icon_14n.svg");
  background-size: 52px;
}
.services_list > li:hover .services_list_item__name::before {
  filter: invert(100%) sepia(0%) saturate(7483%) hue-rotate(187deg) brightness(110%) contrast(100%);
}
.services_list .services_list_item__name::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -124px;
  transform: translateY(-50%);
  width: 94px;
  height: 92px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/website/img/re/services_icon_bg.png");
}
.services_list > li:hover .services_list_item__name::after {
  content: "";
}
.services_list .services_list_item--2 .services_list_item__name::after {
  top: 120%;
}
.services_list .services_list_item--3 .services_list_item__name::after,
.services_list .services_list_item--6 .services_list_item__name::after {
  top: 75%;
}
@media (max-width: 980px) {
  .services_list_item__name::before,
  .services_list > li:hover .services_list_item__name::after {
    left: -105px;
  }
}
@media (max-width: 360px) {
  .services_list_item__name::before,
  .services_list > li:hover .services_list_item__name::after {
    left: -95px;
  }
}
.services_list .services_list_item--9 .services_list_item__name {
  max-width: 240px;
}
.services_list_item__name small {
  display: block;
  margin-top: 2px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .services_list_item__name small {
    font-size: 15px;
  }
}
.services_list_item__list {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
.services_list_item__list li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 27px;
  font-size: 16px;
  font-weight: 600;
}
.services_list_item__list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .services_list_item__list li {
    margin-bottom: 5px;
    font-size: 15px;
  }
}
.services_list_item__list li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: rgb(235, 205, 252);
}
.services_list_item__list .services_list_sublist {
  display: block;
  margin: 8px 0 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .services_list_item__list .services_list_sublist {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .services_list .services_list_item__name::before {
    width: 75px;
    height: 80px;
  }
  .services_list .services_list_item__name::after {
    width: 80px;
    height: 85px;
    background-size: 100%;
  }
  .services_list_item--3 .services_list_item__name::before,
  .services_list_item--6 .services_list_item__name::before {
    top: 30px;
  }
  .services_list .services_list_item--3 .services_list_item__name::after,
  .services_list .services_list_item--6 .services_list_item__name::after {
    top: 30px;
  }
}
.services_list_item__list li a {
  color: inherit;
  text-decoration: none;
}
.services_list_item__list li .decor {
  position: relative;
  display: inline-block;
  min-width: 100px;
  z-index: 1;
}
.services_list_item__list li .decor::after {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  left: -6px;
  width: 100%;
  height: 160%;
  top: -30%;
  /* background: url('/website/img/services_frame.svg') center center / 100% 34px no-repeat; */
  background: url("/website/img/services_frame.png") center center / 100% 100% no-repeat;
  opacity: 0;
}
.services_list_item__list li:hover .decor {
  color: #fff;
  padding-right: 10px;
}
.services_list_item__list li:hover .decor::after {
  opacity: 1;
}

[data-href] {
  cursor: pointer;
}
.prosthetics_top_bg {
  background-image: url("/website/img/re/protez_bg_1.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1900px) {
  .prosthetics_top_bg {
    background-size: 40%;
  }
}
@media (max-width: 1680px) {
  .prosthetics_top_bg {
    background-size: 20%;
  }
}
@media (max-width: 1480px) {
  .prosthetics_top_bg {
    padding-bottom: 150px;
  }
}
@media (max-width: 1280px) {
  .prosthetics_top_bg {
    padding-bottom: 0;
    background-image: none;
  }
}
.prosthetics_reasons {
  padding-top: 30px;
  padding-bottom: 60px;
}
.prosthetics_reasons__grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  grid-column-gap: 85px;
}
@media (max-width: 980px) {
  .prosthetics_reasons__grid {
    grid-gap: 30px;
  }
}
@media (max-width: 560px) {
  .prosthetics_reasons__grid {
    grid-template-columns: 1fr;
  }
}
.prosthetics_reasons__list {
  margin: 0;
  padding: 45px 60px 40px;
  border-radius: 20px;
  background-color: rgb(229, 246, 245);
  list-style: none;
}
@media (max-width: 900px) {
  .prosthetics_reasons__list {
    padding: 30px;
  }
}
.prosthetics_reasons__list li {
  position: relative;
  min-height: 36px;
  padding-left: 52px;
  padding-top: 2px;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .prosthetics_reasons__list li {
    font-size: 16px;
  }
}
.prosthetics_reasons__list li + li {
  margin-top: 10px;
}
.prosthetics_reasons__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 36px;
  background: url(/website/img/re/protez_check.svg) center center / 36px no-repeat;
  filter: invert(61%) sepia(64%) saturate(401%) hue-rotate(115deg) brightness(93%) contrast(91%);
}
.prosthetics_preffs {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .prosthetics_preffs {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.prosthetics_preffs .implant_preffs {
  padding-top: 0;
}
.prosthetics_preffs .implant_preffs__list {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .prosthetics_preffs .implant_preffs__list {
    padding-top: 0;
  }
}
.prosthetics_preffs .implant_preffs__list li {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .prosthetics_preffs .implant_preffs__list li {
    font-size: 16px;
  }
}
.prosthetics_types {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .prosthetics_types {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.prosthetics_types .implant_preffs__list {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  column-count: 1;
}
@media (max-width: 768px) {
  .prosthetics_types .implant_preffs__list {
    flex-wrap: wrap;
    padding-top: 0;
  }
}
.prosthetics_types .implant_preffs__list li {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.prosthetics_types .implant_preffs__list li::before {
  background: url(/website/img/re/protez_check.svg) center center / 36px no-repeat;
  filter: invert(61%) sepia(64%) saturate(401%) hue-rotate(115deg) brightness(93%) contrast(91%);
}
.prosthetics_mid_bg {
  padding-top: 70px;
  padding-bottom: 65px;
  background-image: url("/website/img/re/protez_bg_2.jpg");
  background-color: #e5f6f5;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1680px) {
  .prosthetics_mid_bg {
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .prosthetics_mid_bg {
    padding-top: 30px;
    padding-bottom: 35px;
  }
}
.prosthetics_parts__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  margin: 0;
  padding: 30px 0 0;
  list-style: none;
  text-align: center;
}
.prosthetics_parts__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 768px) {
  .prosthetics_parts__list {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  .prosthetics_parts__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 414px) {
  .prosthetics_parts__list {
    grid-gap: 20px;
  }
}
.prosthetics_parts__list img {
  border-style: solid;
  border-width: 10px;
  border-color: rgb(255, 255, 255);
  border-radius: 50%;
}
.prosthetics_parts__list span {
  display: block;
}
.implant h3 {
  text-align: center;
}
.prosthetics_btm_bg {
  padding-top: 85px;
  padding-bottom: 20px;
  background-image: url("/website/img/re/protez_bg_3.jpg");
  background-position: left top;
  background-repeat: no-repeat;
}
@media (max-width: 1680px) {
  .prosthetics_btm_bg {
    background-size: 50%;
  }
}
@media (max-width: 1280px) {
  .prosthetics_btm_bg {
    background-position: left 35%;
    background-size: 40%;
  }
}
@media (max-width: 768px) {
  .prosthetics_btm_bg {
    padding-top: 30px;
    background-image: none;
  }
}
.prosthetics_btm_bg .prosthetics_parts__list {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  max-width: 490px;
  margin: 0 auto 100px;
  padding: 0;
}
@media (max-width: 768px) {
  .prosthetics_btm_bg .prosthetics_parts__list {
    margin-bottom: 45px;
  }
}
@media (max-width: 414px) {
  .prosthetics_btm_bg .prosthetics_parts__list {
    grid-gap: 20px;
  }
}
.prosthetics_btm_bg .prosthetics_parts__list img {
  border-color: #e5f6f5;
}
.prosthetics_btm_bg .prosthetics_reasons__grid {
  margin-bottom: 30px;
}
.prosthetics_btm_bg .prosthetics_reasons__list li::before {
  filter: invert(72%) sepia(66%) saturate(6538%) hue-rotate(355deg) brightness(99%) contrast(102%);
}
.prosthetics_procedure ul {
  margin: 0;
  padding: 30px 0 0;
  list-style: none;
}
@media (max-width: 768px) {
  .prosthetics_procedure ul {
    padding-top: 10px;
  }
}
.prosthetics_procedure ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
}
.prosthetics_procedure ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 10px;
  border-radius: 50%;
  background-color: rgb(57, 192, 159);
  width: 11px;
  height: 11px;
}
.prosthetics_price {
  padding-top: 40px;
  padding-bottom: 40px;
}
.prosthetics_price .implant_phases__billet {
  margin: 35px 0 80px;
}
@media (max-width: 768px) {
  .prosthetics_price {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .prosthetics_price .implant_phases__billet {
    margin: 30px 0;
  }
}

.main_blocks__child--link {
  text-decoration: none;
}
.main_blocks__child--link span {
  color: #282828;
}
.mainpage__banner-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  margin-bottom: 25px;
}
.mainpage__banner-1 img {
  display: block;
  max-width: 100%;
  height: auto;
  width: calc(50% - 12px);
}
.mainpage__banner-12 {
  margin-bottom: 10px;
  padding: 0 3em;
}
.mainpage__banner-12 img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

@media (max-width: 576px) {
  .mainpage__banner-1 {
    flex-direction: column;
    row-gap: 15px;
  }
  .mainpage__banner-1 img {
    width: 100%;
  }
}

.zoon_wrap {
  padding: 20px 0;
}
.zoon-widget-comments > a {
  position: static !important;
  display: block;
  margin-bottom: 5px;
  text-align: center;
  color: inherit;
}
.zoon-widget-comments > a + a {
  margin-bottom: 15px;
}
.zoon-widget-comments iframe {
  display: block;
  margin: 0 auto;
}
.widget-grid {
  display: grid;
  grid-template-columns: 30% 1fr;

  column-gap: 7vw;
  row-gap: 30px;
  padding: 50px;
  background-color: #e0f0ff;
  border-radius: 40px;
}

.widget-grid_left h1 {
  font: unset;
  font-weight: 700;
  font-size: 44px;
  color: #204c61;

  /* Отсекаем */
  text-transform: unset;
  margin-bottom: 25px;
  text-align: unset;
  text-shadow: unset;
}
.widget-grid_left p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #000;
}

#f1 {
  text-align: left;
  background-color: #ffffff;
  min-height: 356px;
  border-radius: 30px;
  padding: 30px;
}
@media screen and (max-width: 840px) {
  #f1 {
    padding: 35px 30px;
  }
}
@media screen and (max-width: 768px) {
  #f1 {
    padding: 25px 20px;
  }
}
.control-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  gap: 20px;
  padding: 0;
}
.control-item-left {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.control-item-right,
.control-item-right .control-group {
  height: 100%;
}
.control-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.control-group input,
.control-group textarea {
  font-family: inherit;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #c0d1e7;
  height: 35px;
  padding: 1em;
  box-sizing: border-box;
}
.control-group label {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  color: #282828;
  width: 30%;
}
.control-group textarea {
  min-height: 80px;
  resize: none;
  height: 100%;
  flex-grow: 1;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #c0c0c0;
}
.form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.agreement {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.agreement p {
  font-weight: 600;
  font-size: 10px;
  line-height: 2.5;
  letter-spacing: 0.06em;
  color: #282828;
  margin: 0;
}
.agreement span {
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #282828;
}

.agreement input {
  border-radius: 1px;
  width: 10px;
  height: 10px;
}
.agreement input:active {
  background: #31b8b9;
}
.button-group {
  flex-direction: column;
  width: fit-content;
}

#send {
  border-radius: 8px;
  padding: 10px;
  width: 140px;
  height: 46px;
  background: linear-gradient(90deg, #32babb 0%, #24a0a1 100%);
  align-self: end;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  transition: all 0.3s ease;
  will-change: transform;
}
#text {
  display: block;
  text-align: center;
}
#send:hover {
  cursor: pointer;
  transform: scale(0.9);
}

@media (max-width: 1000px) {
  .widget-grid {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 20px;
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .widget-grid_left h1 {
    font-size: 36px;
  }
  .control-list {
    grid-template-columns: 1fr;
  }
  .form-footer {
    flex-direction: column;
  }
  .reviews-content h2 {
    font-size: 36px;
  }
}
.widget-grid_doctor {
  display: block;
}
.widget-grid_doctor img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.widget-grid_zoon {
  font-size: 0;
}
.widget-grid_zoon .zoon-widget-comments,
.zoon_wrap .zoon-widget-comments {
  width: 100%;
  max-width: 241px;
  margin: 0 auto;
  background-color: #3d3f55;
  border-radius: 20px;
}

.gdpr {
  position: fixed;
  top: auto;
  bottom: 0;
  height: auto;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  box-shadow: 0px 3px 38px 0px rgba(99, 99, 99, 0.38);
  padding: 15px 0;
  font-weight: 600;
  z-index: 1000;
}
.gdpr--white {
  background-color: rgba(255, 255, 255, 0.9);
  color: #090f1f;
  border-top: 3px solid #191919;
}
.gdpr .container {
  display: grid;
  grid-template-columns: 1fr 244px;
  grid-column-gap: 80px;
  align-items: center;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
}
.gdpr .container:before,
.gdpr .container:after {
  display: none;
}
.gdpr p,
.gdpr small {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.3;
}
.gdpr .container > small {
  display: none;
}
.btn_close {
  grid-row: 1/3;
  grid-column: 2/3;
  display: block;
  margin: 0;
  padding: 20px;
  font-size: 14px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border: none;
  background-color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.gdpr--white .btn_close {
  background-color: #000000;
  color: #fff;
}
.btn_close:hover {
  color: #000;
}
.gdpr--white .btn_close:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .gdpr .container {
    grid-template-columns: 1fr 200px;
    grid-column-gap: 40px;
  }
}
@media screen and (max-width: 680px) {
  .gdpr {
    padding: 20px 0 15px;
  }
  .gdpr .container {
    grid-template-columns: 1fr 175px;
    grid-column-gap: 35px;
  }
  .gdpr p {
    grid-column: 1/-1;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .gdpr p small {
    display: none;
  }
  .gdpr .container > small {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  .btn_close {
    grid-row: 2/3;
    grid-column: 2/3;
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  .gdpr .container {
    grid-template-columns: 1fr 145px;
    grid-column-gap: 20px;
  }
  .btn_close {
    padding: 15px 10px;
  }
}

.crowns {
  padding: 70px 0 120px;
  font-size: 20px;
  line-height: 30px;
}

.crowns h1,
.crowns h2,
.crowns h3 {
  text-transform: none;
  color: #204c61;
  line-height: 1.2em;
  font-family: "ManropeBold";
}

.crowns__header {
  font-size: 48px;
  margin-bottom: 50px;
}
.crowns__intro-box {
  display: flex;
  justify-content: space-between;
  column-gap: 80px;
}

.crowns__intro-image,
.crowns__intro-text {
  width: calc(50% - 40px);
}
.crowns__intro-image {
  display: flex;
}
.crowns__intro-image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 800px;
  object-fit: cover;
}

.crowns__intro-text {
  display: flex;
  padding: 20px 15px 5px 0;
  flex-direction: column;
  row-gap: 40px;
}

.crowns__intro-text > * {
  max-width: 540px;
}

.crowns__descr--bold {
  font-weight: 900;
  margin-bottom: 0;
}

.crowns__intro-list {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.crowns__intro-list-item {
  position: relative;
  font-weight: 600;
  min-height: 36px;
  display: flex;
  align-items: center;
  padding-left: 55px;
}

.crowns__intro-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 36px;
  background: url("/website/img/re/protez_check.svg") center center / 36px no-repeat;
  filter: invert(72%) sepia(66%) saturate(6538%) hue-rotate(355deg) brightness(99%) contrast(102%);
}

.crowns__types {
  padding: 50px 0 80px;
}
.crowns__h2 {
  font-size: 38px;
  margin-bottom: 40px;
}

.gb-image-box {
  display: flex;
  justify-content: space-between;
  background-color: #e5f6f5;
  column-gap: 80px;
}

.gb-ib-text {
  display: flex;
  padding: 70px 0 70px 15px;
  width: calc(50% - 40px);
  flex-direction: column;
  align-items: flex-end;
}
.gb-ib-text > * {
  max-width: 540px;
}

.gb-ib-image {
  width: calc(50% - 40px);
}

.gb-ib-image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 800px;
  object-fit: cover;
}

.gb-ib__title-h2 {
  width: 100%;
  text-align: left;
  font-size: 38px;
  margin-bottom: 40px;
}
.gb-ib__descr span {
  font-size: 25px;
  color: #204c61;
  font-weight: 600;
}
.gb-ib__descr {
  margin-bottom: 25px;
}

.gb-settings {
  padding: 60px 0;
}

.gb-settings__title {
  text-align: center;
  font-size: 34px;
  margin-bottom: 35px;
}

.gb-settings__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 80px;
  row-gap: 40px;
}
.gb-settings__list--plus {
  margin-bottom: 60px;
}

.gb-settings__list--g3 {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 25px;
}

.gb-settings__list--g1 {
  grid-template-columns: 1fr;
}

.gb-settings__list-item {
  position: relative;
  min-height: 36px;
  padding-left: 50px;
}

.gb-settings__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 36px;
  background: url("/website/img/re/protez_check.svg") center center / 36px no-repeat;
  filter: invert(61%) sepia(64%) saturate(401%) hue-rotate(115deg) brightness(93%) contrast(91%);
}

.gb-settings__list--minus li::before {
  filter: invert(72%) sepia(66%) saturate(6538%) hue-rotate(355deg) brightness(99%) contrast(102%);
}

.crowns__h3 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 30px;
}

.crowns__restore {
  padding: 40px 0;
}

.crowns__restore-image-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 90px;
  padding-bottom: 80px;
}
.crowns__restore-image {
  flex-shrink: 0;
}

.crown__tab-box {
  display: flex;
  justify-content: space-between;
  column-gap: 90px;
  padding: 50px 0;
}
.crown__tab--1 {
  width: 42.5%;
}
.crown__tab {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
}

.crown__tab-title {
  font-size: 25px;
  line-height: 30px;
  color: #204c61;
  text-align: center;
  font-weight: 700;
}

.crown__tab img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.crown__tab-subtitle {
  font-weight: 500;
}

.crowns__install {
  padding: 50px 0;
}

.crowns__install-list {
  display: grid;
  padding: 15px 0;
  margin-bottom: 40px;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 90px;
  row-gap: 45px;
}

.crowns__install-list-item {
  padding: 75px 50px;
  border-radius: 20px;
  background-color: #e5f6f5;
}

.crowns__install-list-item:first-child {
  grid-column: span 2;
}

.crowns__install-title {
  margin-bottom: 15px;
  display: inline-block;
  font-size: 25px;
  line-height: 30px;
  color: #204c61;
  font-weight: 700;
}

.crowns__spec {
  padding: 20px 0 60px;
}
.specialists_list.crowns__spec-box {
  padding-bottom: 0px;
  margin-bottom: 60px;
  /* max-height: 729px; */
  justify-content: center;
  column-gap: 53px;
}

.crowns__spec-box .header__btn,
.crowns__spec-box .more {
  font-size: 15px;
}

@media (max-width: 992px) {
  .crowns {
    padding-top: 40px;
  }
  .crowns h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .crowns__h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .crowns__intro-box {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
  .crowns__intro-image,
  .crowns__intro-text {
    width: 100%;
  }
  .crowns__intro-text > * {
    max-width: none;
  }
  .crowns__types {
    padding-bottom: 40px;
  }
  .gb-image-box {
    flex-direction: column-reverse;
    padding: 15px;
    row-gap: 25px;
  }
  .gb-ib-text {
    width: 100%;
    padding: 10px 0 0px;
  }
  .gb-ib-image {
    width: 100%;
  }
  .gb-ib-text > * {
    max-width: none;
  }
  .gb-ib__title-h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .gb-settings {
    padding: 20px 0 50px;
  }
  .gb-settings__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .gb-settings__list {
    column-gap: 40px;
  }
  .gb-settings__list-item {
    font-size: 16px;
    line-height: 20px;
    padding-left: 38px;
    min-height: 30px;
  }

  .gb-settings__list-item::before {
    width: 24px;
    height: 30px;
    top: 3px;
  }
  .crowns__restore-image-box {
    column-gap: 50px;
  }
  .crowns__h3 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .crowns__restore-image-box {
    padding-bottom: 40px;
  }
  .crown__tab-box {
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
    padding: 25px 0 40px;
    max-width: 493px;
    margin-left: auto;
    margin-right: auto;
  }
  .crown__tab {
    row-gap: 3px;
  }
  .crown__tab--1 {
    width: 100%;
  }
  .crown__tab img {
    width: auto;
  }
  .crown__tab-title {
    font-size: 20px;
  }
  .crown__tab-subtitle {
    font-size: 16px;
  }
  .crowns__restore {
    padding-bottom: 15px;
  }
  .crowns__install {
    padding: 30px 0;
  }
  .crowns__install-list {
    column-gap: 40px;
    row-gap: 25px;
  }
  .crowns__install-list-item {
    padding: 45px 35px;
  }
  .crowns__spec {
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .crowns h1 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .crowns {
    font-size: 16px;
    line-height: 24px;
  }
  .crowns__intro-text {
    row-gap: 20px;
  }
  .crowns__intro-list {
    row-gap: 15px;
  }
  .crowns__h2,
  .gb-ib__title-h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .crowns__types {
    padding-top: 35px;
    padding-bottom: 10px;
  }
  .gb-image-box {
    row-gap: 8px;
  }
  .gb-ib__descr {
    margin-bottom: 18px;
  }
  .gb-ib__descr span {
    font-size: 20px;
  }
  .gb-settings__title,
  .crowns__h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .gb-settings {
    padding: 15px 0 25px;
  }
  .gb-settings__list--minus {
    margin-bottom: 0;
  }
  .gb-settings__list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 25px;
  }
  .crowns__restore {
    padding-top: 10px;
  }
  .crowns__restore-image-box {
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
    padding-bottom: 25px;
  }
  .crowns__restore-image {
    width: 35%;
  }
  .crowns__restore-image img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .crowns__h2--restore {
    margin-bottom: 35px;
  }
  .crown__tab-box {
    padding: 0;
    row-gap: 20px;
    margin-bottom: 40px;
  }
  .crown__tab-title {
    font-size: 16px;
  }
  .crown__tab-subtitle {
    font-size: 14px;
  }
  .crown__tab {
    row-gap: 0;
  }
  .crowns__restore {
    padding-bottom: 0;
  }
  .crowns__install {
    padding-top: 0;
    padding-bottom: 0;
  }
  .crowns__install-list {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 0;
  }
  .crowns__install-list-item {
    padding: 20px;
  }
  .crowns__install-title {
    display: block;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .crowns h1 {
    font-size: 28px;
  }
  .crowns__h2,
  .gb-ib__title-h2 {
    font-size: 24px;
  }
  .gb-settings__title,
  .crowns__h3 {
    font-size: 18px;
  }
}

.serv-crowns-item {
  position: relative;
}
.crowns-link {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}

.lab-item {
  display: none;
}

.item-hidden {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  font-size: 0;
  border: none;
}
.item-hidden::before,
.item-hidden::after {
  display: none;
}
.mainslider {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.mainslider img {
  max-width: 100%;
}
.mainslider__link {
  position: relative;
  display: block;
}
.mainslider__link_more {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 1190px;
  padding: 0 15px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  font-size: 20px;
  font-family: "ManropeBold";
  color: #232323;
  text-decoration: underline;
  text-transform: lowercase;
  z-index: 10;
}
.mainslider .slick-arrow {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 6px 15px 0px rgba(11, 11, 11, 0.2);
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transition: 0.2s;
}
.mainslider .slick-prev {
  left: 70px;
}
.mainslider .slick-next {
  right: 70px;
}
.mainslider .slick-arrow:hover {
  background: rgba(255, 255, 255, 0.8);
}
.mainslider .slick-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/website/img/mainslider_arrow.svg") center center / 28px no-repeat;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(67deg) brightness(102%) contrast(105%);
}
.mainslider .slick-arrow:hover::before {
  filter: invert(51%) sepia(16%) saturate(268%) hue-rotate(144deg) brightness(94%) contrast(92%);
}
.mainslider .slick-prev::before {
  transform: scale(-1, 1);
}
.mainslider .slick-dots {
  position: absolute;
  width: 61%;
  max-width: 250px;
  left: 50%;
  transform: translateX(-595px);
  bottom: 25px;
}
.mainslider .slick-dots li {
  display: inline-block;
  margin: 2px;
}
.mainslider .slick-dots button {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}
.mainslider .slick-dots button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.2s;
}
.mainslider .slick-dots .slick-active button::before,
.mainslider .slick-dots button:hover::before {
  background-color: rgba(40, 40, 40, 0.5);
}
@media (max-width: 1280px) {
  .mainslider .slick-dots {
    left: 15px;
    transform: none;
  }
}
@media (max-width: 992px) {
  .mainslider .slick-prev {
    left: 15px;
  }
  .mainslider .slick-next {
    right: 15px;
  }
  .mainslider .slick-dots {
    bottom: 5px;
  }
  .mainslider__link_more {
    bottom: 10px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .mainslider .slick-arrow {
    width: 60px;
    height: 60px;
  }
  .mainslider .slick-arrow::before {
    background-size: 22px;
  }
}
@media (max-width: 600px) {
  .mainslider .slick-dots {
    display: none !important;
    /* width: 100%;
    max-width: initial; */
  }
  .mainslider__link_more {
    text-align: left;
  }
}

.works-page {
  padding-top: 30px;
  padding-bottom: 40px;
}
.works-page h1 {
  font-family: "ManropeBold";
  font-size: 38px;
  color: #282828;
  text-transform: none;
  padding: 20px 0;
}
.works-page_desc {
  background-color: #deeeee;
  padding: 40px 40px 25px;
  border-radius: 25px;
  margin-bottom: 65px;
}
.works-page_desc p {
  max-width: 840px;
  margin: 0 auto 15px;
}
.works-grid {
  display: grid;
  grid-template-columns: repeat(2, 48.5%);
  justify-content: space-between;
  margin-bottom: 40px;
}
.works-grid_sub {
  display: block;
  text-align: center;
  font-family: "ManropeBold";
  font-size: 25px;
  margin-bottom: 10px;
}
.works-grid_display {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 15px;
}
.works-grid_display a {
  display: block;
  position: relative;
}
.works-grid_display a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background:
    url("/website/img/zoom_icon.svg") 55% 55% / 45% no-repeat,
    rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.2s;
}
.works-grid_display a:hover::before {
  opacity: 1;
}
.works-slider.slick-dotted {
  margin-bottom: 40px;
}
.works-slider img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.works-slider .slick-arrow {
  width: 65px;
  height: 65px;
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 6px 6px 15px rgba(11, 11, 11, 0.2);
  background: rgba(146, 220, 229, 0.8);
  opacity: 1;
  transition: 0.2s;
}
.works-slider .slick-arrow:hover {
  background: rgb(146, 220, 229);
}
.works-slider .slick-prev {
  left: -30px;
}
.works-slider .slick-next {
  right: -30px;
}
.works-slider .slick-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/website/img/mainslider_arrow.svg") center center / 26px no-repeat;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(67deg) brightness(102%) contrast(105%);
}
.works-slider .slick-prev::before {
  transform: scale(-1, 1);
}
.works-slider .slick-dots {
  position: absolute;
  top: 100%;
  padding-top: 10px;
  padding-left: 15px;
}
.works-slider .slick-dots li {
  display: inline-block;
  margin: 2px;
}
.works-slider .slick-dots button {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}
.works-slider .slick-dots button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #d4eaea;
  transition: 0.2s;
}
.works-slider .slick-dots .slick-active button::before,
.works-slider .slick-dots button:hover::before {
  background-color: #92dce5;
}
.works-grid_text {
  grid-column: 1/-1;
  padding-left: 30px;
}
.works-grid_text p {
  margin-bottom: 0px;
}
.works-grid_text p a {
  text-decoration: none;
  color: #24a0a1;
}
.works-grid_text p a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .works-page h1 {
    font-size: 32px;
    padding: 10px 0;
  }
  .works-page_desc {
    padding: 25px 30px 10px;
    margin-bottom: 40px;
  }
  .works-grid_sub {
    font-size: 22px;
  }
  .works-grid_text {
    padding-left: 15px;
  }
  .works-grid_display {
    padding: 0 15px;
  }
  .works-slider .slick-arrow {
    width: 55px;
    height: 55px;
  }
  .works-slider .slick-prev {
    left: -15px;
  }
  .works-slider .slick-next {
    right: -15px;
  }
  .works-grid_display a::before {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  .works-page h1 {
    font-size: 26px;
  }
  .works-grid {
    grid-template-columns: repeat(2, 49%);
  }
  .works-grid_sub {
    font-size: 20px;
  }
  .works-slider .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .works-slider .slick-arrow::before {
    background-size: 20px;
  }
  .works-slider .slick-dots {
    padding-left: 10px;
  }
  .works-slider .slick-dots button {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 600px) {
  .works-page_desc {
    padding: 20px 20px 5px;
    margin-bottom: 25px;
  }
  .works-grid {
    grid-template-columns: 100%;
  }
}
@media (max-width: 480px) {
  .works-page h1 {
    font-size: 22px;
  }
  .works-grid_text {
    padding-left: 5px;
  }
  .works-grid_display {
    padding: 0 5px;
  }
  .works-slider .slick-prev {
    left: -10px;
  }
  .works-slider .slick-next {
    right: -10px;
  }
}
.spec_works {
  padding-top: 30px;
  padding-bottom: 25px;
}
@media (min-width: 1140px) {
  .spec .spec_works h2 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .spec_works {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

.container.page-404 {
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center;
  min-height: 360px;
}
.page-404 h1 {
  text-align: center;
}
.page-404 h1 + p {
  font-size: 24px;
  font-weight: 600;
}

.price_page .content {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  min-height: initial;
}
.price_page .price_page__intro {
  padding-top: 20px;
  margin-bottom: 30px;
}
.price-blocks {
  display: grid;
  grid-template-columns: repeat(2, 48.5%);
  justify-content: space-between;
  align-items: start;
  row-gap: 50px;
  margin-bottom: 80px;
}
.price-block {
  background-color: #f3f7f8;
  padding: 0 25px 30px;
  border-radius: 20px;
  margin-top: 15px;
}
.price-table_list li:nth-child(n + 6) {
  display: none;
}
.price-table_list--big li:nth-child(n + 5) {
  display: none;
}
.price-table_list.active > li {
  display: grid;
}
.price-block_header {
  display: flex;
  align-items: center;
  column-gap: 25px;
  margin-bottom: 18px;
}
.price-block_header img {
  position: relative;
  display: block;
  flex-shrink: 0;
  border-radius: 20px;
  margin-top: -15px;
}
.price-block_header h3 {
  font-size: 24px;
  font-weight: normal;
}
.price-table_sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 5px;
  padding: 8px 30px;
  background-color: #54b7b8;
  color: #fff;
  font-size: 18px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.price-table_sub span {
  font-weight: 600;
}
.price-table_sub a {
  font-size: 13px;
  color: inherit;
}
.price-table_list {
  padding-bottom: 10px;
}
.price-table_list li {
  display: grid;
  grid-template-columns: 120px 1fr auto 20px;
  column-gap: 10px;
  padding: 10px 10px 10px 20px;
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.5em;
}
.price-table_list li span {
  max-width: 240px;
}
.price-table_list li span:nth-child(4) {
  color: #318f90;
  text-decoration: underline;
}
.price-table_info {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 2px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #63bdbe;
  color: #010101;
  text-decoration: none;
  transition: 0.2s;
}
.price-table_info:hover {
  background-color: #deeeee;
  box-shadow: 0px 5px 8px 0px rgba(121, 121, 121, 0.42);
}

.price-table_toggle {
  position: relative;
  display: block;
  padding-right: 45px;
  max-width: 110px;
  margin-left: auto;
  color: #282828;
  font-size: 14px;
}
.price-table_toggle::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 28px;
  border: 8px solid transparent;
  border-top-width: 14px;
  border-top-color: #888888;
  border-bottom-width: 0px;
}
.price-table_list.active + .price-table_toggle::before {
  border-top-width: 0px;
  border-bottom-color: #888888;
  border-bottom-width: 14px;
}
.price_page__notice {
  padding: 10px 20px;
  border: 1px solid #54b7b8;
  border-radius: 10px;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 40px;
}
.price_page__notice p {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
}
.price_page__notice p::before {
  content: "";
  position: relative;
  top: 5px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: url("/website/img/infobalie.png") center center / 100% no-repeat;
}
@media (max-width: 1140px) {
  .price-table_list li {
    grid-template-columns: 100px 1fr auto 20px;
  }
}
@media (max-width: 992px) {
  .price-blocks {
    grid-template-columns: repeat(2, 49%);
  }
  .price-block {
    padding: 0 15px 20px;
  }
  .price-table_list {
    padding-bottom: 0;
  }
  .price-table_list li {
    padding: 5px 10px 10px;
  }
}
@media (max-width: 840px) {
  .price-blocks {
    grid-template-columns: 100%;
    row-gap: 30px;
  }
  .price-table_list li {
    padding: 10px 10px 20px;
  }
  .price-table_list li span {
    max-width: initial;
  }
  .price-table_list li span br {
    display: none;
  }
}
@media (max-width: 768px) {
  .price-block_header h3 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .price-table_sub {
    font-size: 16px;
    padding: 8px 10px;
  }
  .price-table_list li {
    padding: 5px 10px 10px;
  }
}
@media (max-width: 440px) {
  .price-block_header {
    column-gap: 15px;
  }
  .price-block_header h3 {
    font-size: 18px;
    line-height: 1em;
  }
  .price-table_sub {
    font-size: 14px;
    justify-content: center;
  }
  .price-table_list li {
    grid-template-columns: auto 1fr;
    row-gap: 5px;
    padding: 10px 15px;
  }
  .price-table_list li span:nth-child(1) {
    font-weight: 600;
  }
  .price-table_list li span:nth-child(4) {
    text-align: end;
    font-weight: 600;
  }
}

.page-prices > h3 {
  margin: 0;
  padding: 0 0 30px;
}
.page-prices .price-block {
  margin-bottom: 35px;
}
.page-prices .price-block_header h3 {
  flex: 1;
  margin: 0;
  text-align: center;
  color: #282828;
  max-width: 820px;
}
@media screen and (min-width: 841px) {
  .page-prices .price-block {
    padding-left: 35px;
    padding-right: 35px;
  }
  .page-prices .price-table_sub {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .page-prices .price-table_sub a {
    font-size: 0.8em;
  }
  .page-prices .price-table_list li {
    font-size: 16px;
    padding: 15px 15px 15px 40px;
    column-gap: 20px;
  }
  .page-prices .price-table_list li span {
    max-width: initial;
  }
  .page-prices .price-table_info {
    width: 22px;
    height: 22px;
  }
  .price-table_toggle {
    font-size: 16px;
    max-width: 125px;
  }
}

.vacancy-block h2 {
  font-size: 24px;
  text-transform: none;
  color: #204c61;
}
.vacancy-block_row {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 230px;
}
.vacancy-block_row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 48%;
  height: 100%;
  background: url("/website/img/vacancy-block_img.png") center center / 100% auto no-repeat;
  max-width: 368px;
}
.vacancy-block_row__text {
  width: 48%;
  padding-left: 20px;
  margin-left: auto;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}
.vacancy-block_row__text p {
  line-height: 1.45em;
  margin: 0 0 25px;
}
.vacancy-block_row__text p:last-child {
  margin-bottom: 0;
}
.vacancy-block_row__text a {
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}
.about .vacancy-block {
  padding: 30px 0;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .vacancy-block_row::before {
    width: 44%;
  }
  .vacancy-block_row__text {
    width: 52%;
  }
  .vacancy-block_row__text p {
    margin: 0 0 15px;
  }
}
@media (max-width: 768px) {
  .about .vacancy-block {
    padding: 15px 0;
  }
  .vacancy-block_row {
    min-height: 200px;
  }
  .vacancy-block_row__text {
    font-size: 15px;
  }
  .vacancy-block_row__text a {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .vacancy-block_row {
    padding-top: 220px;
  }
  .vacancy-block_row::before {
    width: 100%;
    max-width: initial;
    height: 200px;
    background-size: contain;
    background-position: center top;
  }
  .vacancy-block_row__text {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 400px) {
  .vacancy-block_row {
    padding-top: 180px;
  }
  .vacancy-block_row::before {
    height: 160px;
  }
}
.about_intro__sert-box {
  display: flex;
  width: 46%;
  max-width: 515px;
  column-gap: 15px;
  justify-content: space-between;
  padding-top: 30px;
}
.about_intro_text {
  width: 50%;
}
.about_intro__sert-link {
  display: block;
  padding: 0 10px;
  border-radius: 5px;
  background-color: #e5f6f5;
}
.about_intro__sert-link--2 {
  padding-left: 0;
}

.about_intro__sert-link img {
  position: relative;
  top: -10px;
}

@media (max-width: 992px) {
  .about_intro {
    column-gap: 20px;
  }
}

@media (max-width: 992px) {
  .about_intro {
    flex-direction: column-reverse;
    margin-bottom: 40px;
    padding-top: 0;
  }
  .about_intro_text,
  .about_intro__sert-box {
    width: 100%;
    max-width: initial;
  }
  .about_intro__sert-box {
    max-width: initial;
    justify-content: center;
    padding-top: 20px;
  }
  .about_intro_paragraph {
    font-size: 18px;
  }
}
@media screen and (max-width: 580px) {
  .about_intro {
    padding-top: 0;
    row-gap: 5px;
  }
}
.about_proffs {
  margin-bottom: 80px;
}
ol.about_proffs__list {
  grid-template-columns: repeat(4, 1fr);
  column-gap: 28px;
  row-gap: 30px;
  padding: 25px 0 0;
}
ol.about_proffs__list li {
  padding: 85px 20px 20px;
}
.about_proffs__list li b {
  font-family: "Manrope";
  font-weight: 600;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.about_proffs__list li p {
  margin: 0;
}
.about_docs .bel_block {
  padding-top: 55px;
}
.about_docs .bel_block p {
  margin-bottom: 15px;
  line-height: 1.45em;
  max-width: 930px;
}
@media screen and (max-width: 1280px) {
  .about h1,
  .about h2 {
    font-size: 40px;
  }
  .about h1 {
    margin-top: 20px;
  }
  ol.about_proffs__list {
    column-gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .about_proffs {
    margin-bottom: 40px;
  }
  .about_docs {
    margin-bottom: 40px;
  }
  .about_docs .bel_block {
    padding-top: 10px;
  }
  .bel_block .docs.row {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .sertificat_list {
    grid-template-columns: repeat(3, 31.5%);
  }
  .about h1,
  .about h2 {
    font-size: 30px;
  }
  ol.about_proffs__list {
    grid-template-columns: repeat(2, 48%);
    padding-top: 0;
  }
  ol.about_proffs__list li {
    padding-top: 70px;
  }
}
@media screen and (max-width: 600px) {
  .sertificat_list {
    grid-template-columns: repeat(2, 48.5%);
  }
  .sertificat_list .sertificat_item {
    padding: 0 10px 10px 0;
  }
  .sertificat_list img {
    box-shadow: 10px 10px #f2f2f2;
  }
  .about h1,
  .about h2 {
    font-size: 20px;
  }
  ol.about_proffs__list li {
    padding-top: 40px;
  }
  .about_proffs__list li b {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  ol.about_proffs__list {
    grid-template-columns: 100%;
    row-gap: 15px;
  }
  .about_intro_paragraph {
    font-size: 16px;
  }
  .about_proffs__list li b {
    font-size: 16px;
  }
}
.page-anchor {
  position: absolute;
  font-size: 0;
  left: 0;
  top: -150px;
  opacity: 0;
}
.content.spec .specialist_card--as h1 {
  margin-bottom: 20px;
}
.content.spec .specialist_card--as h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
.slide_photos p {
  font-size: 13px;
  max-width: 220px;
  margin-top: 10px;
  margin-bottom: 0;
}
.specialist_card--as .slider_photos-as {
  margin-bottom: 30px;
}
.specialist_card--as > p {
  margin-bottom: 15px;
}
.slider_photos-as--kon {
  max-width: 600px;
}

@media (max-width: 600px) {
  .slider_photos-as {
    padding: 0 70px;
  }
  .slider_photos-as--kon .img {
    margin: 0 auto;
    max-width: 220px;
  }
  .slide_photos p {
    margin: 10px auto 0;
  }
}

.cont-page {
  overflow: hidden;
  padding-top: 30px;
  color: #204c61;
}

.cont-page__header {
  text-transform: none;
  font-size: 50px;
  line-height: 1.1;
  margin-bottom: 40px;
}

.cont-page__box {
  padding-top: 10px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  line-height: 1.2;
}
.cont-page__box a {
  text-decoration: none;
  color: inherit;
}

.cont-page__col {
  width: 50%;
}

.cont-page__col--text {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.cont-page__title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 700;
}

.cont-page__tels,
.cont-page__adres,
.cont-page__grafik,
.cont-page__mail-row {
  padding-left: 45px;
  position: relative;
  font-weight: 600;
}

.cont-page__tels::before,
.cont-page__adres::before,
.cont-page__grafik::before,
.cont-page__mail-row::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url("/website/img/re/tel.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.cont-page__tels::before {
  top: -4px;
}

.cont-page__tels {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.cont-page__soc-row {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.cont-page__social {
  display: flex;
  font-size: 0;
  column-gap: 7px;
}

.cont-page__tel-row {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.cont-page__adres address {
  font-style: normal;
}

.cont-page__adres::before {
  background-image: url("/website/img/re/adr.png");
  background-size: contain;
  top: -5px;
}

.cont-page__grafik {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.cont-page__grafik::before {
  background-image: url("/website/img/graf-grey.png");
  top: -3px;
}

.cont-page__col--img {
  width: 43%;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.cont-page__mail-row {
  display: flex;
  column-gap: 50px;
  align-items: center;
}

.cont-page__mail-row::before {
  background-image: url("/website/img/mail-grey.png");
}
.cont-page__vk-link {
  display: flex;
  column-gap: 8px;
  align-items: center;
}

@media (max-width: 1280px) {
  .cont-page__title {
    font-size: 30px;
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .cont-page__header {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .cont-page__title {
    font-size: 26px;
  }
  .cont-page__col--text {
    width: 55%;
    row-gap: 25px;
  }
  .cont-page__col--img {
    width: 37%;
  }
}

@media (max-width: 768px) {
  .cont-page__box {
    flex-direction: column;
    row-gap: 30px;
  }
  .cont-page__col {
    width: 100%;
  }
  .cont-page__col--img {
    row-gap: 15px;
  }
}

@media (max-width: 576px) {
  .cont-page__box {
    font-size: 18px;
  }
  .cont-page__title {
    font-size: 22px;
  }
  .cont-page__tels,
  .cont-page__adres,
  .cont-page__grafik,
  .cont-page__mail-row {
    padding-left: 40px;
  }
}

.cont-page__map {
  transform: translateY(5px);
}

.cont-page__grafik.cont-page__grafik--praz {
  padding-top: 20px;
  margin-bottom: 15px;
}
.cont-page__grafik.cont-page__grafik--praz::before {
  background-image: url("/website/img/9may-ico.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 139px;
  height: 133px;
  left: -15px;
  top: -25px;
}

.row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service-page h1,
.service-page h2 {
  color: #204c61;
  text-transform: none;
  font-family: "ManropeBold";
  margin: 30px 0;
  line-height: 1.15em;
}
.service-page h1 {
  font-size: 48px;
}
.service-page h2 {
  font-size: 40px;
}
.shield-list li {
  position: relative;
  min-height: 36px;
  padding-left: 50px;
  padding-top: 5px;
  margin-bottom: 10px;
}
.shield-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 36px;
  background: url("/website/img/shield-icon.svg") center center / 100% no-repeat;
  filter: invert(69%) sepia(20%) saturate(1208%) hue-rotate(115deg) brightness(91%) contrast(87%);
}
.shield-list--orange li::before {
  filter: invert(47%) sepia(61%) saturate(3489%) hue-rotate(357deg) brightness(104%) contrast(99%);
}
.round-list_sub {
  font-size: 20px;
  font-weight: 600;
}
.round-list li {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  margin-bottom: 10px;
}
.round-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #59b3b3;
}
@media (max-width: 1280px) {
  .service-page h1 {
    font-size: 46px;
  }
  .service-page h2 {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .service-page h1 {
    font-size: 40px;
  }
  .service-page h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .service-page h1 {
    font-size: 36px;
  }
  .service-page h2 {
    font-size: 28px;
    margin: 20px 0;
  }
}
@media (max-width: 600px) {
  .service-page h1 {
    font-size: 34px;
  }
  .service-page h2 {
    font-size: 26px;
  }
  .shield-list li {
    padding-top: 2px;
    padding-left: 40px;
  }
  .shield-list li::before {
    width: 26px;
    height: 30px;
  }
  .round-list_sub {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .service-page h1 {
    font-size: 30px;
  }
  .service-page h2 {
    font-size: 20px;
  }
  .surgical_indications {
    padding-bottom: 0;
  }
}

.fullpage-block_text .round-list_sub {
  margin-bottom: 20px;
}
.fullpage-block_text .round-list li {
  line-height: 1.2em;
  padding-left: 40px;
  margin-bottom: 20px;
}
.fullpage-block_text .round-list li::before {
  content: "";
  top: 5px;
}
.surgical {
  padding-top: 20px;
}
.surgical h1 {
  margin-bottom: 60px;
}
.surgical_intro .fullpage-block_text__big {
  line-height: 1.5em;
  margin-bottom: 50px;
}
.surgical_indications {
  padding-top: 35px;
  padding-bottom: 20px;
}
.surgical_indications .shield-list {
  padding-top: 15px;
  margin-bottom: 30px;
}
.surgical_indications .shield-list li {
  width: 50%;
  padding-right: 20px;
}
.surgical_procedures h2 {
  margin-top: 0;
}
@media screen and (max-width: 1280px) {
  .surgical h1 {
    margin-bottom: 30px;
  }
  .surgical_intro .fullpage-block_text__big {
    margin-bottom: 25px;
  }
  .surgical_indications {
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .surgical_intro .fullpage-block_text__big {
    margin-bottom: 0px;
  }
  .surgical_indications .shield-list {
    margin-bottom: 20px;
  }
  .surgical {
    padding-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .surgical_indications .shield-list {
    margin-bottom: 0;
  }
  .surgical_indications .shield-list li {
    width: 100%;
  }
  .fullpage-block_text .round-list li {
    padding-left: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
}
.surgical_operations {
  padding-top: 35px;
  padding-bottom: 20px;
}
.surgical_operations p {
  max-width: 1100px;
  line-height: 1.55em;
  padding-top: 5px;
  margin-bottom: 20px;
}
.surgical_operations__sub {
  font-size: 20px;
  font-weight: 600;
}
.surgical_preffs {
  padding-top: 20px;
  padding-bottom: 20px;
}
.surgical_preffs p {
  line-height: 1.55em;
  margin-bottom: 25px;
}
.surgical_preffs p b {
  font-size: 20px;
  font-weight: 600;
}
.surgical_pricing {
  background-color: #e5f6f5;
}
.surgical_specialists {
  padding-top: 50px;
}
.surgical .content .specialists_list,
.tooth-removal .content .specialists_list,
.service-page_specialist .content .specialists_list,
.content .specialists_list--one {
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
  margin-bottom: 80px;
}
@media (max-width: 1280px) {
  .surgical_operations {
    padding-top: 20px;
  }
  .surgical_specialists {
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .surgical .content .specialists_list {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .surgical_operations {
    padding-bottom: 0;
  }
  .surgical_operations h2 {
    margin-top: 0;
  }
  .surgical_preffs {
    padding-bottom: 0;
  }
  .surgical_operations p {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .surgical_operations__sub,
  .surgical_preffs p b {
    font-size: 18px;
  }
}
.data-numeric {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  justify-content: space-between;
  row-gap: 38px;
}
.data-numeric > li {
  position: relative;
  padding: 70px 20px 15px 40px;
  border-radius: 20px;
  background-color: #e5f6f5;
  margin-top: 30px;
  min-height: 200px;
}
.data-numeric > li::before {
  content: attr(data-num);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  background-color: #30af93;
  border: 10px solid #78cbb9;
}
.data-numeric > li:nth-child(2),
.data-numeric > li:nth-child(3) {
  background-color: #caf6ff;
}
.data-numeric > li:nth-child(2)::before,
.data-numeric > li:nth-child(3)::before {
  background-color: #008a8b;
  border-color: #59b3b3;
}
.data-numeric > li b {
  display: block;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
}
.data-numeric > li p {
  line-height: 1.55em;
}
.data-numeric > li ul {
  margin-bottom: 20px;
}
.data-numeric > li li {
  line-height: 1.5em;
  margin-bottom: 2px;
  line-height: 2em;
}
.data-numeric > li li::before {
  content: "•";
  display: inline-block;
  font-size: 1.1em;
  margin-right: 25px;
}
@media screen and (max-width: 992px) {
  .data-numeric {
    grid-template-columns: repeat(2, 48.5%);
    row-gap: 25px;
  }
  .data-numeric > li {
    padding: 55px 15px 10px 20px;
    min-height: 180px;
  }
  .data-numeric > li::before {
    width: 55px;
    height: 55px;
    border-width: 8px;
  }
}
@media screen and (max-width: 768px) {
  .data-numeric {
    grid-template-columns: 100%;
  }
  .data-numeric > li {
    min-height: 150px;
  }
  .data-numeric > li p br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .data-numeric > li b {
    font-size: 18px;
  }
}
.tooth-removal {
  padding-top: 35px;
}
.tooth-removal h1 {
  margin-bottom: 45px;
}
.tooth-removal_intro .fullpage-block_text {
  padding-bottom: 90px;
}
.tooth-removal_preffs {
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 70px;
}
.tooth-removal_pricing {
  font-size: 20px;
  font-weight: 600;
}
.tooth-removal_pricing.fullpage-block {
  background: none;
}
.tooth-removal_pricing h2 {
  margin-top: 0;
  margin-bottom: 45px;
}
.tooth-removal_list {
  padding-top: 10px;
}
.tooth-removal_pricing .tooth-removal_list li {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1.7em;
}
.tooth-removal_pricing .tooth-removal_list li::before {
  display: none;
}
@media screen and (max-width: 1280px) {
  .tooth-removal {
    padding-top: 20px;
  }
  .tooth-removal_intro .fullpage-block_text {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .tooth-removal h1 {
    margin-bottom: 30px;
  }
  .tooth-removal_preffs {
    padding-top: 10px;
    margin-bottom: 50px;
  }
  .tooth-removal_pricing {
    font-size: 18px;
  }
  .tooth-removal_pricing h2 {
    margin-bottom: 30px;
  }
  .tooth-removal_list {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .tooth-removal_preffs {
    padding-top: 0px;
  }
  .tooth-removal_preffs .data-numeric {
    grid-template-columns: repeat(2, 48.5%);
    padding-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  .tooth-removal_preffs .data-numeric {
    grid-template-columns: 100%;
  }
  .tooth-removal_pricing h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .tooth-removal_preffs {
    margin-bottom: 30px;
  }
  .tooth-removal_pricing .fullpage-block_text {
    padding-left: 0;
    padding-bottom: 15px;
    font-size: 16px;
  }
}
.tooth-removal_necessary {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.tooth-removal_necessary h2 {
  margin-bottom: 60px;
}
.tooth-removal_necessary p {
  line-height: 1.55em;
  margin-bottom: 35px;
}
.tooth-removal_necessary .shield-list {
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px;
}
.tooth-removal_necessary .shield-list li {
  width: 48%;
  padding-top: 0;
  max-width: 540px;
  line-height: 1.5em;
  min-height: 60px;
}
.tooth-removal_necessary .shield-list li::before {
  top: 5px;
}
.tooth-removal_contrain {
  background-color: #e7f8fc;
}
.tooth-removal_contrain h2 {
  margin-top: 0;
}
.tooth-removal_contrain .fullpage-block_img {
  width: 42%;
}
.tooth-removal_contrain .fullpage-block_text {
  width: 53.5%;
}
.tooth-removal_contrain__list {
  padding: 20px 25px 10px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.tooth-removal_contrain .shield-list li {
  display: flex;
  align-items: center;
  padding: 0 0 0 50px;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.tooth-removal_contrain .shield-list li::before {
  content: "";
  top: 5px;
}
.tooth-removal_contrain .fullpage-block_text .tooth-removal_contrain__list {
  max-width: 620px;
}
@media screen and (min-width: 821px) {
  .tooth-removal_contrain .fullpage-block_text > * {
    width: 100%;
    max-width: 680px;
  }
}
@media screen and (max-width: 992px) {
  .tooth-removal_necessary {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tooth-removal_necessary h2 {
    margin-bottom: 40px;
  }
  .tooth-removal_necessary p {
    margin-bottom: 20px;
  }
  .tooth-removal_contrain__list,
  .tooth-removal_necessary .shield-list {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px) {
  .tooth-removal_contrain .fullpage-block_img {
    width: 100%;
  }
  .tooth-removal_contrain .fullpage-block_text {
    width: 100%;
  }
  .tooth-removal_contrain .fullpage-block_text .tooth-removal_contrain__list {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tooth-removal_necessary .shield-list li {
    width: 100%;
    max-width: initial;
    min-height: 36px;
  }
}
@media screen and (max-width: 600px) {
  .tooth-removal_necessary {
    margin-bottom: 30px;
  }
  .tooth-removal_contrain .fullpage-block_text {
    padding-left: 0;
  }
  .tooth-removal_contrain .fullpage-block_text .tooth-removal_contrain__list {
    padding: 20px 10px 10px 20px;
  }
  .tooth-removal_contrain .shield-list li {
    padding-left: 40px;
  }
}
@media screen and (max-width: 480px) {
  .tooth-removal_necessary {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .tooth-removal_necessary h2 {
    margin-bottom: 20px;
  }
  .tooth-removal_contrain__list,
  .tooth-removal_necessary .shield-list {
    font-size: 16px;
  }
}
.tooth-removal_methods {
  padding-top: 50px;
  padding-bottom: 100px;
}
.tooth-removal_methods h2 {
  margin-bottom: 40px;
}
.tooth-removal_methods .data-numeric {
  padding-top: 20px;
}
@media screen and (min-width: 993px) {
  .tooth-removal_methods .data-numeric {
    grid-template-columns: repeat(2, 46%);
    row-gap: 58px;
  }
}
@media screen and (max-width: 992px) {
  .tooth-removal_methods {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.tooth-removal_prepare {
  margin: 0 auto;
  background:
    url("/website/img/tooth-removal_prepare.jpg") center center / auto no-repeat,
    #e7f8fc;
  padding-top: 50px;
  padding-bottom: 60px;
}
.tooth-removal_prepare h2 {
  margin-bottom: 40px;
}
.tooth-removal_prepare__block-wrap {
  margin-bottom: 90px;
}
.tooth-removal_prepare__grid {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  row-gap: 30px;
  justify-content: space-between;
  margin-bottom: 50px;
}
.tooth-removal_prepare__block {
  background-color: #fff;
  padding: 40px 20px 25px 40px;
  border-radius: 20px;
}
.tooth-removal_prepare__block--width {
  grid-column: 1/-1;
}
.tooth-removal_prepare__block--big {
  padding-bottom: 50px;
}
.tooth-removal_prepare__block .tooth-removal_prepare__sub {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
}
.tooth-removal_prepare__block p {
  line-height: 1.5em;
}
.tooth-removal_prepare__block ul {
  padding-top: 10px;
  margin-bottom: 25px;
  max-width: 540px;
}
.tooth-removal_prepare__block ul li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 2px;
  line-height: 1.5em;
}
.tooth-removal_prepare__block ul li::before {
  content: "•";
  position: absolute;
  left: 0px;
  top: 0px;
}
.tooth-removal_specialists {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .tooth-removal_prepare {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .tooth-removal_prepare h2 {
    margin-bottom: 30px;
  }
  .tooth-removal_prepare__block {
    padding: 30px 15px 20px 30px;
  }
  .tooth-removal_prepare__block-wrap {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .tooth-removal_prepare__grid {
    grid-template-columns: 100%;
    row-gap: 20px;
  }
  .tooth-removal_specialists {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .tooth-removal_prepare {
    padding-bottom: 20px;
  }
  .tooth-removal_prepare__block {
    padding: 30px 10px 20px 20px;
  }
  .tooth-removal_prepare__block ul li {
    padding-left: 20px;
  }
}

.wisdom-tooth {
  padding-top: 35px;
}
.wisdom-tooth h1 {
  margin-bottom: 45px;
}
.wisdom-tooth_reasons {
  padding-top: 35px;
  padding-bottom: 45px;
}
.wisdom-tooth_reasons .shield-list {
  padding-top: 40px;
  margin-bottom: 40px;
}
.wisdom-tooth_reasons .shield-list li {
  width: 48.5%;
  margin-bottom: 15px;
  min-height: 40px;
  padding-top: 0;
  line-height: 1.5em;
}
.wisdom-tooth_contrain {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 45px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: url("/website/img/wisdom-tooth_contrain.png") left 54% / auto no-repeat;
}
.wisdom-tooth_contrain h2 {
  margin-bottom: 45px;
}
.wisdom-tooth_contrain__blocks {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  justify-content: space-between;
}
.wisdom-tooth_contrain__sub {
  font-size: 19px;
}
.wisdom-tooth_contrain__blocks {
  padding-top: 25px;
  margin-bottom: 30px;
}
.wisdom-tooth_contrain__block {
  padding: 30px 25px 10px;
  border-radius: 15px;
  max-width: 490px;
  margin-bottom: 20px;
}
.wisdom-tooth_contrain .shield-list li {
  padding-top: 0;
  min-height: initial;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .wisdom-tooth_reasons .shield-list li:nth-last-child(2) {
    margin-bottom: 5px;
  }
  .wisdom-tooth_contrain__sub {
    order: -1;
  }
}
@media screen and (max-width: 1280px) {
  .wisdom-tooth {
    padding-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .wisdom-tooth_reasons .shield-list {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wisdom-tooth_contrain {
    background: none;
  }
  .wisdom-tooth_reasons {
    padding-top: 10px;
    padding-bottom: 25px;
  }
  .wisdom-tooth_reasons .shield-list li {
    width: 100%;
  }
  .wisdom-tooth_contrain {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
  .wisdom-tooth_contrain__blocks {
    grid-template-columns: 100%;
  }
  .wisdom-tooth_contrain__block {
    max-width: initial;
  }
}
@media screen and (max-width: 480px) {
  .wisdom-tooth_contrain__block {
    padding: 30px 10px 10px 15px;
  }
  .wisdom-tooth_reasons .shield-list {
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .wisdom-tooth_contrain .shield-list li {
    margin-bottom: 20px;
  }
}

.resection {
  padding-top: 35px;
}
.resection_intro .fullpage-block_text {
  justify-content: flex-start;
  padding-top: 85px;
}
.resection_nessesary {
  padding-bottom: 75px;
}
.resection_nessesary h2 {
  margin-bottom: 60px;
}
.resection_nessesary .shield-list {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 600;
}
.resection_nessesary .shield-list li {
  width: 48.5%;
  max-width: 520px;
  padding-top: 0;
  margin-bottom: 20px;
  line-height: 1.5em;
}
.resection_nessesary .shield-list li::before {
  top: 10px;
}
.resection_contrain {
  background-color: #e5f6f5;
  padding-top: 50px;
  padding-bottom: 55px;
}
.resection_contrain h2 {
  margin-bottom: 60px;
}
.resection_contrain__blocks {
  display: grid;
  grid-template-columns: repeat(2, 48.5%);
  justify-content: space-between;
  row-gap: 20px;
  padding-top: 10px;
  margin-bottom: 25px;
}
.resection_contrain__block {
  padding: 25px 20px 10px 30px;
  border-radius: 15px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.resection_contrain__block .shield-list li {
  padding-top: 0;
  line-height: 1.45em;
  margin-bottom: 15px;
}
.resection_contrain__block .shield-list li::before {
  top: 5px;
}
.resection_rehab {
  padding-top: 60px;
  padding-bottom: 50px;
}
.resection_cannot.fullpage-block--invert {
  background: none;
}
.resection_cannot h2 {
  font-size: 32px;
  margin-top: 0;
}
.resection_billet {
  background-color: #caf6ff;
  padding: 40px 30px 20px;
  border-radius: 20px;
  margin-top: 85px;
  margin-bottom: 105px;
  text-align: center;
}
.resection_billet p {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 20px;
  line-height: 1.6em;
}
@media screen and (max-width: 1280px) {
  .resection {
    padding-top: 20px;
  }
  .resection_cannot h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 992px) {
  .resection_intro .fullpage-block_text {
    padding-top: 20px;
  }
  .resection_nessesary {
    padding-bottom: 50px;
  }
  .resection_nessesary h2,
  .resection_contrain h2 {
    margin-bottom: 30px;
  }
  .resection_cannot h2 {
    font-size: 28px;
  }
  .resection_nessesary .shield-list {
    font-size: 18px;
  }
  .resection_contrain {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .resection_contrain__block {
    padding: 25px 10px 10px 20px;
    font-size: 18px;
  }
  .resection_rehab {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .resection_billet {
    margin-top: 50px;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 768px) {
  .resection_nessesary .shield-list li {
    width: 100%;
    max-width: initial;
  }
  .resection_nessesary .shield-list li::before {
    top: 0;
  }
  .resection_contrain__blocks {
    grid-template-columns: 100%;
  }
  .resection_cannot.fullpage-block--invert .fullpage-block_text {
    padding-bottom: 0;
  }
  .resection_billet {
    margin-top: 0px;
    margin-bottom: 60px;
  }
  .resection_cannot h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .resection_cannot h2 {
    font-size: 22px;
  }
  .resection_billet {
    padding: 30px 15px 10px;
  }
}

.microscope {
  padding-top: 30px;
}
.microscope_intro {
  padding-top: 15px;
  font-size: 20px;
  margin-bottom: 85px;
}
.microscope_intro .fullpage-block_text {
  justify-content: flex-start;
  padding: 40px 0 0;
}
.microscope_reasons {
  background-color: #e5f6f5;
  padding-top: 50px;
  padding-bottom: 30px;
}
.microscope_reasons h2 {
  padding-bottom: 30px;
  text-align: center;
}
.microscope_reasons p {
  line-height: 1.5em;
}
.microscope_reasons__list {
  column-count: 2;
  column-gap: 40px;
  font-weight: 700;
  color: #204c61;
  padding-top: 25px;
  margin: 0 0 20px;
}
.microscope_reasons__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 24px;
  line-height: 1.45em;
}
.microscope_reasons__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #59b3b3;
}
.microscope_preffs {
  padding-top: 60px;
  padding-bottom: 40px;
  background: url("/website/img/microscope_preffs.jpg") right top / auto no-repeat;
}
.microscope_preffs__list {
  font-size: 20px;
  font-weight: 600;
  padding-top: 20px;
  padding-right: 28%;
}
.microscope_preffs__list li {
  margin-bottom: 35px;
}
.microscope_specialists {
  padding-top: 30px;
}
.microscope_specialists .content .specialists_list {
  padding-bottom: 30px;
}
.microscope_video {
  padding-bottom: 60px;
}
.microscope_video video {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 1800px) {
  .microscope_preffs {
    background-position: right -100px top;
    background-size: 45% auto;
  }
}
@media screen and (max-width: 1140px) {
  .microscope_intro {
    font-size: 18px;
    margin-bottom: 45px;
  }
  .microscope_reasons {
    padding-top: 30px;
  }
}
@media screen and (max-width: 992px) {
  .microscope_preffs {
    background-size: 50% auto;
    padding-top: 40px;
  }
  .microscope_preffs h2 {
    text-align: left;
  }
  .microscope_preffs__list {
    font-size: 18px;
    padding-right: 30%;
  }
  .microscope_preffs__list li {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .microscope_reasons h2 {
    padding-bottom: 10px;
  }
  .microscope_reasons__list {
    column-count: initial;
    padding-top: 10px;
  }
  .microscope_reasons__list li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .microscope_preffs {
    padding-top: 38vw;
    padding-bottom: 0px;
    background-position: center top;
    background-size: 50% auto;
  }
  .microscope_preffs h2 {
    text-align: center;
  }
  .microscope_preffs__list {
    font-size: 16px;
    padding: 0;
  }
  .microscope_preffs__list li {
    margin-bottom: 15px;
  }
}

.price-popup {
  display: none;
}
.price-popup.fancybox-content {
  background-color: #deeeee;
  padding: 18px;
  border-radius: 15px;
  width: 1000px;
  max-width: 95%;
}
.price-popup_content {
  display: grid;
  grid-template-columns: 47% 49%;
  justify-content: space-between;
  align-items: center;
  font-family: "Manrope", sans-serif;
  font-size: 19px;
  line-height: 1.3em;
}
.price-popup_sub {
  background-color: #fff;
  border-radius: 30px;
  font-size: 1.15em;
  padding: 15px 10px;
  text-align: center;
}
.price-popup_sub span {
  text-decoration: underline;
}
.price-popup_text {
  padding: 10px 0;
}
.price-popup_text a {
  color: inherit;
}
@media (max-width: 1140px) {
  .price-popup_content {
    font-size: 18px;
  }
  .price-popup_sub {
    border-radius: 20px;
    font-size: 1.1em;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .price-popup.fancybox-content {
    padding: 35px 10px 10px;
  }
  .price-popup_content {
    grid-template-columns: 100%;
    text-align: center;
  }
}

.caries-treatment {
  padding-top: 35px;
}
.caries-treatment p {
  line-height: 1.55em;
}
.caries-treatment_intro {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 50px;
}
.caries-treatment_intro p {
  padding-top: 10px;
}
.caries-treatment_process {
  padding: 40px 30px 45px;
  border-radius: 24px;
  background-color: #dff3fa;
  margin-bottom: 75px;
}
.caries-treatment_process__sub {
  font-size: 20px;
  font-weight: 600;
}
.caries-treatment_process p {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.caries-treatment_process img {
  display: block;
  margin: 30px auto 0;
}
.caries-treatment_reasons {
  padding-top: 20px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 65px;
  background: url("/website/img/caries-treatment_reasons.png") right bottom / auto no-repeat;
}
.caries-treatment_reasons p {
  margin-bottom: 25px;
}
.caries-treatment_reasons__blocks {
  display: grid;
  grid-template-columns: repeat(2, 48.5%);
  justify-content: space-between;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 55px;
}
.caries-treatment_reasons__block {
  background-color: #e5f6f5;
  padding: 22px 30px 28px;
  border-radius: 20px;
}
.caries-treatment_reasons__block .shield-list li {
  padding-top: 0;
  margin-bottom: 0px;
  max-width: 480px;
}
.caries-treatment_reasons__block .shield-list li + li {
  margin-top: 20px;
}
.caries-treatment_reasons__block:first-child .shield-list li + li {
  margin-top: 30px;
}
.caries-treatment_reasons__block .shield-list li::before {
  width: 26px;
  height: 32px;
  top: 5px;
}
.caries-treatment_reasons__billet {
  font-size: 20px;
  font-weight: 600;
  background-color: #caf6ff;
  color: #0d568d;
  margin-top: 45px;
  padding: 40px 30px;
  border-radius: 15px;
}
.caries-treatment_reasons__billet p {
  max-width: 1060px;
  margin: 0 auto;
}
.caries-treatment_healing {
  padding-top: 20px;
  margin-bottom: 65px;
}
.caries-treatment_healing h2 {
  padding-bottom: 20px;
}
.caries-treatment_healing__list {
  display: grid;
  grid-template-columns: repeat(4, 23%);
  justify-content: space-between;
  padding-top: 30px;
  margin-bottom: 60px;
}
.caries-treatment_healing__list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #0d568d;
  line-height: 1.2em;
}
.caries-treatment_healing__block {
  position: relative;
  background-color: #e5f6f5;
  padding: 40px 30px 25px;
  margin-bottom: 40px;
  border-radius: 15px;
}
.caries-treatment_healing__block p {
  max-width: 1060px;
  margin: 0 auto 20px;
  line-height: 1.65em;
}
.caries-treatment_healing__block--blue {
  background-color: #caf6ff;
}
.caries-treatment .caries-treatment_healing__sub {
  display: block;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2em;
}
.caries-treatment_warning {
  position: relative;
  padding: 30px 100px 10px;
  border: 5px solid #59b3b3;
  border-radius: 20px;
  color: #0d568d;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 65px;
}
.caries-treatment_warning::before {
  content: "";
  position: absolute;
  width: 20%;
  max-width: 215px;
  height: 100%;
  background: url("/website/img/caries-treatment_warning.png") center center / 100% auto no-repeat;
  left: 0;
  top: 25px;
  transform: translateX(-55%);
}
.caries-treatment_warning h2 {
  font-size: 35px;
  margin: 0 0 10px;
}
.caries-treatment_warning p {
  line-height: 1.2em;
  margin-bottom: 30px;
}
.caries-treatment_spec {
  padding-top: 20px;
}

@media (max-width: 1140px) {
  .caries-treatment_intro,
  .caries-treatment_process__sub,
  .caries-treatment_reasons__blocks,
  .caries-treatment_reasons__billet,
  .caries-treatment_healing__list li {
    font-size: 18px;
  }
  .caries-treatment .caries-treatment_healing__sub {
    font-size: 22px;
  }
  .caries-treatment_process {
    margin-bottom: 40px;
  }
  .caries-treatment_reasons {
    background-size: 66% auto;
    margin-bottom: 40px;
  }
  .caries-treatment_healing h2 {
    padding-bottom: 0;
  }
  .caries-treatment_warning {
    margin-bottom: 40px;
    font-size: 18px;
    padding-left: 140px;
    padding-right: 30px;
  }
  .caries-treatment_warning::before {
    top: 15px;
    transform: translateX(-30%);
  }
  .caries-treatment_warning h2 {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .caries-treatment {
    padding-top: 20px;
  }
  .caries-treatment_intro p {
    padding-top: 0;
  }
  .caries-treatment_process img {
    margin-top: 15px;
  }
  .caries-treatment_reasons {
    padding-top: 5px;
    margin-bottom: 30px;
  }
  .caries-treatment_reasons__billet {
    margin-top: 30px;
    padding: 30px 20px;
  }
  .caries-treatment_healing {
    padding-top: 5px;
  }
  .caries-treatment_healing__list {
    grid-template-columns: repeat(4, 24.5%);
  }
  .caries-treatment_warning {
    padding-left: 15%;
  }
  .caries-treatment_warning h2 {
    font-size: 28px;
  }
  .caries-treatment_warning p {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .caries-treatment_reasons__blocks {
    grid-template-columns: 100%;
  }
  .caries-treatment_reasons__block {
    border-radius: 15px 15px 0 0;
    padding: 30px 20px 0;
  }
  .caries-treatment_reasons__block:last-child {
    border-radius: 0 0 15px 15px;
    padding: 0 20px 10px;
  }
  .caries-treatment_reasons__block .shield-list li {
    margin-top: 0 !important;
    margin-bottom: 20px;
    max-width: initial;
  }
  .caries-treatment_reasons {
    background-image: none;
  }
  .caries-treatment_healing__list {
    grid-template-columns: repeat(2, 48.5%);
    row-gap: 20px;
  }
}
@media (max-width: 600px) {
  .caries-treatment_intro,
  .caries-treatment_process__sub,
  .caries-treatment_reasons__blocks,
  .caries-treatment_reasons__billet,
  .caries-treatment_healing__list li {
    font-size: 16px;
  }
  .caries-treatment_warning {
    font-size: 16px;
    padding: 30px 20px 10px;
  }
  .caries-treatment_warning::before {
    display: none;
  }
  .caries-treatment_warning h2 {
    font-size: 24px;
  }
  .caries-treatment .caries-treatment_healing__sub {
    font-size: 20px;
  }
  .caries-treatment_healing__block {
    padding: 30px 20px 10px;
  }
  .caries-treatment_reasons__block .shield-list li::before {
    width: 24px;
    height: 30px;
  }
}
.site-creator {
  padding: 20px 0;
  background-color: #555555;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}
.site-creator_link {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}
.site-creator_block {
  display: inline-block;
}
@media (max-width: 480px) {
  .site-creator {
    font-size: 14px;
  }
}
.estetic {
  padding: 35px 0;
  font-size: 15px;
}
.estetic_intro {
  font-size: 20px;
  padding-bottom: 40px;
}
.estetic_intro p {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 45px;
  line-height: 1.25em;
}
.estetic h1 {
  margin-bottom: 40px;
}
.estetic h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 38px;
}
.estetic_intro__block {
  background-color: #deeeee;
  padding: 35px 25px;
  border-radius: 25px;
  font-size: 15px;
  margin-bottom: 20px;
}
.estetic_intro__block h2 {
  margin: 0 0 25px;
}
.estetic_intro__block p {
  margin: 0;
}
.estetic .shield-list li::before {
  width: 28px;
  height: 34px;
}
.estetic_intro__block .shield-list {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 15px;
  font-size: 20px;
  font-weight: bold;
}
.estetic_intro__block .shield-list li {
  padding-top: 0;
  margin-bottom: 15px;
}
.estetic_process {
  width: 100%;
  max-width: 1920px;
  padding: 20px 0 35px;
  background:
    url("/website/img/estetic_process.jpg") center bottom / 100% auto no-repeat,
    #effafe;
  margin: 0 auto 20px;
}
.estetic_process__blocks {
  width: 65%;
}
.estetic_process__block {
  padding: 30px 45px;
  border-radius: 30px;
  background-color: rgba(202, 246, 255, 0.75);
  margin-bottom: 18px;
}
.estetic_process__title {
  font-size: 30px;
  color: #204c61;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.2em;
}
.estetic_process__block p {
  line-height: 1.2;
  margin: 0 0 10px;
}
.estetic_process__sub {
  font-size: 20px;
  margin-bottom: 10px;
}
.estetic_process__list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.estetic_process__block:last-child,
.estetic_process__list li:last-child {
  margin-bottom: 0;
}
.estetic_process__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #0d568d;
}
.estetic_process .estetic_process__big {
  display: inline-block;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
.estetic_restore {
  padding-top: 20px;
}
.estetic_ .fullpage-block_text {
  padding-top: 10px;
}
.estetic .fullpage-block_text p {
  line-height: 1.2em;
  margin-bottom: 20px;
}
.estetic_restore__full .fullpage-block_img {
  width: 42%;
}
.estetic_restore__full .fullpage-block_text {
  width: 56%;
}
.estetic_restore__full {
  padding-top: 30px;
}
@media screen and (min-width: 821px) {
  .estetic_restore__full .fullpage-block_text > * {
    max-width: 760px;
  }
}
.estetic_restore-plus {
  padding-top: 20px;
  margin-bottom: 40px;
}
.estetic_restore-plus h2 {
  margin-top: 0;
}
.estetic_restore-plus .shield-list {
  padding-top: 15px;
  font-size: 20px;
  font-weight: bold;
  column-count: 2;
  column-gap: 20px;
  width: 100%;
  max-width: 1070px;
  margin: 0 auto 30px;
}
.estetic_restore-plus .shield-list li {
  padding-top: 0;
  margin-bottom: 15px;
  line-height: 1.3em;
}
.estetic_indirect {
  padding-top: 25px;
}
.estetic_indirect .fullpage-block_img {
  width: 42%;
}
.estetic_indirect .fullpage-block_text {
  width: 52%;
}
.estetic_indirect .fullpage-block {
  background-color: transparent;
  padding-top: 10px;
}
.estetic_vinirs {
  margin-bottom: 35px;
}
.estetic_vinirs .shield-list {
  padding-top: 10px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 1120px;
  margin-bottom: 40px;
}
.estetic_vinirs .shield-list li {
  width: 32%;
  padding-left: 40px;
  padding-top: 0;
  line-height: 1.2;
}
.estetic_vinirs p {
  line-height: 1.6em;
}
.estetic_price {
  padding-top: 10px;
  margin-bottom: 40px;
}
.estetic_price__block {
  padding: 15px 35px 5px;
  border-radius: 20px;
  background-color: #caf6ff;
  font-size: 20px;
  color: #0d568d;
}
.estetic_price__block p {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
}
.estetic_specialists {
  padding-top: 25px;
}
.estetic_specialists .specialists_list {
  margin-bottom: 55px;
}
.estetic_works {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}
.estetic_works .works-page_desc {
  padding: 20px 40px 10px;
}
.estetic_works .works-page_desc p {
  max-width: 1070px;
  margin: 0 auto 15px;
}

@media (max-width: 1280px) {
  .estetic h2 {
    font-size: 34px;
  }
  .estetic_process__title {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .estetic h2 {
    font-size: 32px;
  }
  .estetic h1 {
    margin-bottom: 20px;
  }
  .estetic_process__title {
    font-size: 26px;
  }
  .estetic_intro,
  .estetic_intro__block .shield-list,
  .estetic_restore-plus .shield-list,
  .estetic_vinirs .shield-list,
  .estetic_price__block,
  .estetic_process__sub {
    font-size: 18px;
  }
  .estetic_process__blocks {
    width: 100%;
  }
  .estetic_vinirs .shield-list li {
    width: 48%;
  }
}
@media (max-width: 820px) {
  .estetic_indirect .fullpage-block_img,
  .estetic_indirect .fullpage-block_text,
  .estetic_restore__full .fullpage-block_img,
  .estetic_restore__full .fullpage-block_text {
    width: 100%;
  }
  .estetic .fullpage-block_img img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .estetic h2 {
    font-size: 26px;
  }
  .estetic_process__title {
    font-size: 24px;
  }
  .estetic {
    padding: 25px 0;
  }
  .estetic .shield-list li::before {
    width: 26px;
    height: 30px;
  }
  .estetic_vinirs .shield-list li {
    width: 100%;
  }
  .estetic_restore__full {
    padding-top: 0;
  }
  .estetic_restore-plus,
  .estetic_vinirs .shield-list,
  .estetic_price,
  .estetic_specialists .specialists_list {
    margin-bottom: 20px;
  }
  .estetic_indirect .fullpage-block_text {
    padding-bottom: 0;
  }
  .estetic_process__block {
    padding: 25px 20px;
  }
}
@media (max-width: 600px) {
  .estetic h2 {
    font-size: 22px;
  }
  .estetic_process__title {
    font-size: 20px;
  }
  .estetic_intro,
  .estetic_intro__block .shield-list,
  .estetic_restore-plus .shield-list,
  .estetic_vinirs .shield-list,
  .estetic_price__block,
  .estetic_process__sub {
    font-size: 16px;
  }
  .estetic_restore-plus .shield-list {
    column-count: initial;
  }
}
@media (max-width: 480px) {
  .estetic h2 {
    font-size: 20px;
  }
}
.child-stom {
  padding-top: 20px;
  padding-bottom: 60px;
}
.child-stom_intro {
  padding-top: 25px;
  padding-bottom: 25px;
}
.child-stom_exam {
  font-size: 18px;
  padding-bottom: 20px;
}
.child-stom_exam .shield-list {
  row-gap: 25px;
  padding-top: 30px;
  margin-bottom: 20px;
}
.child-stom_exam .shield-list li {
  width: 48.5%;
  padding-top: 0;
}
.child-stom_exam .shield-list li::before {
  width: 25px;
  height: 30px;
  filter: invert(81%) sepia(57%) saturate(504%) hue-rotate(24deg) brightness(86%) contrast(91%);
}
.entry-block {
  position: relative;
  padding: 50px 34% 50px 75px;
  border-radius: 30px;
  background: url("/website/img/entry-block_bg.jpg") center center / cover no-repeat;
  margin-top: 15px;
  margin-bottom: 50px;
}
.entry-block::before {
  content: "";
  position: absolute;
  width: 24%;
  height: calc(100% + 15px);
  right: 10%;
  bottom: 0;
  background: url("/website/img/entry-block_before.png") center bottom / contain no-repeat;
}
.entry-block_title {
  font-size: 30px;
  color: #204c61;
  font-weight: bold;
  margin: 0 0 15px;
}
.entry-block_phones {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 5px;
  min-height: 150px;
  padding-left: 185px;
  font-size: 28px;
}
.entry-block_phones::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 115px;
  height: 115px;
  border-radius: 50%;
  border: 18px solid #cae6ff;
  background:
    url("/website/img/handset.svg") center center / 55% no-repeat,
    #fff;
}
.entry-block_phones a {
  display: block;
  font-weight: 500;
}
.child-stom_entry {
  padding-bottom: 65px;
}
.child-stom_controls {
  display: grid;
  grid-template-columns: 56% 40%;
  justify-content: space-between;
  align-items: center;
  row-gap: 20px;
  font-size: 18px;
  padding-top: 30px;
  margin-bottom: 30px;
}
.child-stom_controls p {
  margin: 0;
}
.child-stom_controls .border-btn {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: none;
  font-size: 1.1em;
  margin: 0;
  padding: 10px 60px;
  border-radius: 20px;
  min-height: 70px;
}
.child-stom_controls .border-btn::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("/website/img/arrow.svg") center center / 100% no-repeat;
  filter: invert(100%) sepia(0%) saturate(7491%) hue-rotate(52deg) brightness(105%) contrast(101%);
}
.child-stom_reception {
  width: 100%;
  max-width: 2000px;
  padding: 50px 0 40px;
  margin: 0 auto 85px;
  background:
    url("/website/img/stom_reception.jpg") right top / 100% auto no-repeat,
    #deeeee;
}
.child-stom_steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 500;
  padding-top: 60px;
  margin-bottom: 40px;
}
.child-stom_steps li {
  position: relative;
  padding-top: 200px;
  width: 32%;
}
.child-stom_steps li::before,
.child-stom_steps li::after {
  content: "";
  position: absolute;
  max-width: 49%;
  width: 158px;
  height: 158px;
  top: 0;
}
.child-stom_steps li::before {
  left: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.child-stom_steps li:nth-child(1)::before {
  background-image: url("/website/img/child-stom_step_01.png");
}
.child-stom_steps li:nth-child(2)::before {
  background-image: url("/website/img/child-stom_step_02.png");
}
.child-stom_steps li:nth-child(3)::before {
  background-image: url("/website/img/child-stom_step_03.png");
}
.child-stom_steps li::after {
  background: url("/website/img/stom_step_arr.png") 40% center / 30% no-repeat;
  right: 0;
}
.child-stom_steps li:last-child::after {
  display: none;
}
.child-stom_steps p {
  max-width: 340px;
}
.child-stom_steps__title {
  font-size: 24px;
  font-weight: 700;
}
.child-stom_billet {
  display: grid;
  grid-template-columns: 45.5% 54.5%;
  background-color: #e0f0ff;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}
.child-stom_billet img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.child-stom_cabinet {
  padding-bottom: 30px;
}
.child-stom_cabinet__text,
.child-stom_info__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 20px 15px 80px;
  font-size: 18px;
  text-decoration: none;
  color: inherit;
}
.child-stom_cabinet__text {
  background: url("/website/img/child-stom_cabinet.png") center bottom / 100% auto no-repeat;
}
.child-stom_info {
  padding-top: 35px;
}
.child-stom_info h3 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #204c61;
  margin-bottom: 30px;
}
.child-stom_info h3 span {
  display: block;
  font-weight: normal;
}
.child-stom_info__sub {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1em;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.child-stom_info__sub::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 59px;
  height: 8px;
  background: url("/website/img/wave.png") center center / 100% no-repeat;
}
.child-stom_info__more {
  text-decoration: underline;
  font-size: 16px;
}
.child-stom_billet:hover .child-stom_info__more {
  text-decoration: none;
}
.child-stom_info__text {
  position: relative;
}
.child-stom_info__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-20%, -50%);
  width: 53px;
  height: 93px;
  background: url("/website/img/arrows-blue.png") center center / 100% no-repeat;
}
@media (max-width: 992px) {
  .entry-block {
    padding: 30px 34% 30px 50px;
  }
  .entry-block::before {
    right: 5%;
  }
  .entry-block_title {
    font-size: 24px;
  }
  .entry-block_phones {
    font-size: 24px;
    min-height: 140px;
    padding-left: 165px;
  }
  .entry-block_phones::before {
    width: 105px;
    height: 105px;
    border-width: 15px;
  }
  .child-stom_controls .border-btn {
    padding: 10px 40px 10px 20px;
    min-height: 50px;
  }
  .child-stom_controls .border-btn::before {
    right: 15px;
  }
  .child-stom_steps li {
    padding-top: 150px;
  }
  .child-stom_steps li::before,
  .child-stom_steps li::after {
    width: 125px;
    height: 125px;
  }
  .child-stom_steps__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .child-stom_cabinet__text,
  .child-stom_info__text {
    padding: 20px 15px 20px 45px;
  }
  .child-stom_info h3 {
    font-size: 24px;
  }
  .child-stom_info__sub {
    font-size: 20px;
  }
  .child-stom_info__text::before {
    width: 40px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  .child-stom_intro {
    padding-top: 0;
    padding-bottom: 0;
  }
  .entry-block_phones {
    min-height: 120px;
    padding-left: 130px;
    font-size: 20px;
  }
  .entry-block_phones::before {
    width: 95px;
    height: 95px;
    border-width: 12px;
  }
  .entry-block {
    padding: 20px 30% 20px 25px;
    margin-bottom: 30px;
  }
  .entry-block::before {
    right: 3%;
  }
  .child-stom_exam .shield-list {
    row-gap: 10px;
  }
  .child-stom_exam .shield-list li {
    width: 100%;
  }
  .child-stom_controls {
    grid-template-columns: 100%;
  }
  .child-stom_reception {
    background-image: none;
  }
  .child-stom_steps {
    padding-top: 20px;
    margin-bottom: 0;
  }
  .child-stom_steps li {
    width: 48.5%;
  }
  .child-stom_billet {
    grid-template-columns: 100%;
  }
  .child-stom_cabinet__img,
  .child-stom_info__img {
    border-radius: 30px;
    overflow: hidden;
  }
  .child-stom_cabinet__text {
    background-image: none;
  }
  .child-stom_info__text::before {
    display: none;
  }
  .child-stom_cabinet__text,
  .child-stom_info__text {
    padding: 30px 15px 40px 25px;
  }
  .child-stom_info__sub {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .entry-block {
    padding: 20px 10px;
  }
  .entry-block::before {
    display: none;
  }
  .entry-block_title {
    text-align: center;
    font-size: 20px;
  }
  .entry-block_phones {
    min-height: 100px;
    padding-left: 105px;
    font-size: 18px;
  }
  .entry-block_phones::before {
    width: 75px;
    height: 75px;
    border-width: 10px;
  }
  .child-stom_steps li {
    width: 100%;
  }
  .child-stom_info h3 {
    font-size: 20px;
  }
}
.phones-row {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.phones-row img {
  display: block;
}

.dental-trauma {
  padding-top: 30px;
  padding-bottom: 40px;
}
.dental-trauma .dental-trauma_title {
  font-size: 40px;
}
.dental-trauma_grid {
  display: grid;
  grid-template-columns: repeat(2, 48.5%);
  justify-content: space-between;
  padding-top: 25px;
}
.dental-trauma_block--column {
  grid-column: 2/3;
  grid-row: 1/3;
}
.dental-trauma_sub {
  color: #1b3841;
  font-size: 24px;
  font-family: "ManropeBold";
  font-weight: bold;
  padding-left: 40px;
  margin-bottom: 20px;
}
.dental-trauma_elem {
  position: relative;
  padding: 35px 20px 20px 40px;
  border-radius: 30px;
}
.dental-trauma_elem--red {
  background-color: #e2837b;
}
.dental-trauma_elem--blue {
  background-color: #bee7e7;
}
.dental-trauma_elem--violet {
  background-color: #aba3df;
}
.dental-trauma_elem p {
  line-height: 1.5em;
}
.dental-trauma_elem .white-font {
  color: #fff;
}
.dental-trauma_elem + .dental-trauma_sub {
  margin-top: 40px;
}
.dental-trauma_elem--up p:last-child {
  padding-right: 40px;
}
.dental-trauma_elem--up::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 158px;
  height: 160px;
  background: url("/website/img/toots-up.png") center center / 100% no-repeat;
  transform: translate(62%, -11%);
  z-index: 1;
}
.dental-trauma_elem--tooth {
  padding-bottom: 30px;
}
.dental-trauma_elem--tooth::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 103px;
  height: 139px;
  background: url("/website/img/dental-trauma-decor_01.png") center center / 100% no-repeat;
  transform: translate(15%, 40%);
}
.dental-trauma_elem--down p:last-child {
  padding-right: 40px;
}
.dental-trauma_elem--down::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 142px;
  height: 121px;
  background: url("/website/img/toots-down.png") center center / 100% no-repeat;
  transform: translate(42%, 36%);
  z-index: 1;
}
.dental-trauma_elem--exclamation::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 110px;
  height: 155px;
  background: url("/website/img/dental-trauma-decor_02.png") center center / 100% no-repeat;
  transform: translate(67%, -7%);
}
.dental-trauma_elem--exclamation p:last-child {
  max-width: 400px;
}
.dental-trauma_img img {
  display: block;
}
.dental-trauma_img--girl {
  padding-top: 25px;
  padding-left: 50px;
}
.dental-trauma_img--girl img {
  margin: 0 auto;
}
.dental-trauma_img--boy {
  position: relative;
  margin-top: -190px;
  padding-left: 50px;
  padding-right: 25px;
}
.dental-trauma_img--boy img {
  margin-left: auto;
}
.dental-trauma_first {
  margin-bottom: 115px;
}
.dental-trauma_second {
  margin-bottom: 100px;
}
.dental-trauma_elem ol {
  counter-reset: trauma;
  font-family: "ManropeMedium";
  font-weight: 500;
  color: #fff;
}
.dental-trauma_elem ol li {
  position: relative;
  z-index: 1;
  padding-left: 24px;
  margin-bottom: 22px;
  counter-increment: trauma;
}
.dental-trauma_elem ol li:nth-child(2) {
  max-width: 325px;
}
.dental-trauma_elem ol li:nth-child(3) {
  max-width: 270px;
}
.dental-trauma_elem ol li:nth-child(4) {
  max-width: 250px;
}
.dental-trauma_elem ol li::before {
  content: counter(trauma);
  position: absolute;
  left: 0;
  top: 0;
}
.dental-trauma_mobile {
  display: none;
  text-align: center;
}
@media (max-width: 1280px) {
  .dental-trauma .dental-trauma_title {
    font-size: 38px;
  }
}
@media (max-width: 1140px) {
  .dental-trauma_elem--tooth::before {
    transform: translate(20%, 30%);
  }
  .dental-trauma_elem--tooth p:last-child {
    padding-right: 65px;
  }
  .dental-trauma_img--boy {
    margin-top: -14vw;
  }
  .dental-trauma_elem ol li:nth-child(2) {
    max-width: initial;
  }
  .dental-trauma_elem ol li:nth-child(3) {
    max-width: initial;
    padding-right: 17vw;
  }
  .dental-trauma_elem ol li:nth-child(4) {
    max-width: initial;
    padding-right: 19vw;
  }
  .dental-trauma_elem--up::before {
    width: 13.86vw;
    height: 13.86vw;
    transform: translate(45%, -25%);
  }
  .dental-trauma_elem--down::before {
    width: 12.28vw;
    height: 10.53vw;
    transform: translate(45%, 70%);
  }
}
@media (max-width: 992px) {
  .dental-trauma .dental-trauma_title {
    font-size: 36px;
  }
  .dental-trauma_elem ol li:nth-child(3) {
    padding-right: 0px;
  }
  .dental-trauma_elem {
    padding: 25px 15px 15px 25px;
  }
  .dental-trauma_grid {
    row-gap: 15px;
    padding-top: 0;
  }
  .dental-trauma_sub {
    font-size: 22px;
    padding-left: 25px;
    margin-bottom: 15px;
  }
  .dental-trauma_first {
    margin-bottom: 80px;
  }
  .dental-trauma_second {
    margin-bottom: 60px;
  }
}
@media (max-width: 840px) {
  .dental-trauma_elem--down::before {
    transform: translate(45%, 20%);
  }
}
@media (max-width: 768px) {
  .dental-trauma_first {
    margin-bottom: 40px;
  }
  .dental-trauma .dental-trauma_title {
    font-size: 28px;
  }
  .dental-trauma_mobile {
    display: block;
  }
  .dental-trauma_img {
    display: none;
  }
  .dental-trauma_grid {
    grid-template-columns: 100%;
    row-gap: 30px;
  }
  .dental-trauma_block--column {
    grid-column: initial;
    grid-row: initial;
  }
  .dental-trauma_elem--tooth::before {
    transform: translate(15px, 25%);
  }
  .dental-trauma_elem--exclamation::before {
    transform: translate(15px, 30%);
  }
  .dental-trauma_elem ol li:nth-child(4) {
    padding-right: 30vw;
  }
  .dental-trauma_elem--up::before,
  .dental-trauma_elem--down::before {
    display: none;
  }
}
@media (max-width: 600px) {
  .dental-trauma {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .dental-trauma_elem--tooth::before {
    width: 80px;
    height: 106px;
  }
  .dental-trauma_img--girl {
    padding-left: 0;
  }
  .dental-trauma_elem--exclamation::before {
    width: 80px;
    height: 120px;
  }
  .dental-trauma_elem--exclamation p:last-child {
    max-width: initial;
    padding-right: 65px;
  }
}
@media (max-width: 480px) {
  .dental-trauma .dental-trauma_title {
    font-size: 26px;
  }
  .dental-trauma_sub {
    padding-left: 0;
    font-size: 20px;
  }
  .dental-trauma_img--boy {
    margin-top: 20px;
  }
  .dental-trauma_elem ol li br {
    display: none;
  }
  .dental-trauma_elem ol li:nth-child(4) {
    padding-right: 0;
  }
  .dental-trauma_first {
    margin-bottom: 40px;
  }
  .dental-trauma_second {
    margin-bottom: 20px;
  }
}

/* === Секция с отзывами === */
.review-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
.review-card {
  background-color: #f2f2f2;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.review-content {
  font-family: "Manrope", "Arial", sans-serif;
}
.review-author {
  margin: 0;
  margin-bottom: 20px;
  font-family: inherit;
  font-size: 18px;
  font-weight: bold;
}
.review-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-bottom: 20px;
}
.review-platform a {
  display: flex;
}
.review-platform img {
  box-sizing: border-box;
  width: 100%;
  max-width: 104px;
  height: 33px;
  background-color: #fff;
  border: 1px solid #b2c9cc;
  border-radius: 8px;
  object-fit: contain;
  padding: 2px 6px;
}
.review-date span {
  font-size: 16px;
  color: #b2c9cc;
  font-family: inherit;
  font-weight: 500;
}

/* Стили ограничения текста и плавного раскрытия */
.review-card .js-review-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(1.6em * 4);
}

.review-card .js-review-text.expanded {
  display: block;
  -webkit-line-clamp: unset;
  max-height: none;
  overflow: visible;
}

.go-deeper-link {
  font-family: inherit;
  font-weight: bold;
  font-size: 15px;
  color: #54b7b8;
  text-decoration: underline;
  cursor: pointer;
  display: none;
}
.review-rating {
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-family: Arial, sans-serif;
  line-height: 1;
  letter-spacing: 2px;
}
.review-rating::before {
  content: "★★★★★";
  color: #dee2e6;
  display: block;
}
.rating_filled {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #f7c130;
}
.native-review-label {
  font-size: 14px;
  color: #54b7b8;
  font-weight: 600;
  border: 1px solid #54b7b8;
  padding: 4px 10px;
  border-radius: 8px;
  background-color: #fff;
}
.load-more-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
}
.btn-load-more {
  font-family: "Manrope", "Arial", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #212529;
  background-color: #fff;
  padding: 14px 50px;
  border: 1px solid #b2c9cc;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.btn-load-more:hover {
  background-color: #54b7b8;
  color: #fff;
  border-color: #54b7b8;
}
.btn-load-more:disabled {
  background-color: #e9ecef;
  color: #adb5bd;
  border-color: #dee2e6;
  cursor: not-allowed;
}
@media (max-width: 760px) {
  .review-list {
    grid-template-columns: 1fr;
  }
}

/* === Слайдер с платформами */
.feedback__title {
  font-size: 38px;
  color: rgb(62, 88, 162);
}

@media (min-width: 991px) {
  .ways2feedback__card:hover {
    background: rgba(62, 88, 162, 0.15);
  }

  .specialists-filter__imgs-zone {
    margin-right: 2px;
  }
}

@media (max-width: 991.5px) {
  .feedback__text--blue {
    width: 320px !important;
  }

  .feedback__wrap {
    padding: 26px !important;
  }
}

@media (max-width: 767px) {
  .feedback__background {
    height: 100%;
  }

  .feedback__imgs {
    right: -120px !important;
  }

  .feedback__text--blue {
    width: 280px !important;
  }

  .feedback__foreground {
    width: 150px !important;
    right: 42% !important;
  }
}

@media (max-width: 575px) {
  .feedback__imgs {
    right: -170px !important;
  }

  .feedback__foreground {
    display: none;
  }

  .feedback__wrap {
    padding: 16px !important;
  }
}

@media (max-width: 410px) {
  .feedback__imgs {
    display: none;
  }

  .feedback__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.feedback__text--blue {
  width: 580px;
  color: rgb(62, 88, 162);
}

.feedback__wrap {
  padding: 36px 50px;
  background-color: rgb(239, 239, 239);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.feedback__imgs {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}

.feedback__foreground {
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-65%);
}

.ways2feedSlider {
  padding-right: 3px !important;
}

.ways2feedback__card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100%;
  border-radius: 8px;
  border: 2px solid rgba(62, 88, 162, 0.35);
  position: relative;
  transition: 0.5s;
}

.ways2feedback__card a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hr--gradient_blue hr {
  height: 2px;
  border: 0px;
  background: linear-gradient(to right, rgba(62, 88, 162, 0) 0%, rgb(62, 88, 162) 15%, rgb(62, 88, 162) 85%, rgba(62, 88, 162, 0) 100%);
}

.specialists-filter__imgs-zone {
  position: relative;
  height: 570px;
  overflow: hidden;
  background-color: rgb(239, 239, 239);
  border: 1.5px solid rgba(62, 88, 162, 0.75);
  border-radius: 8px;
}

.specialists-filter__imgs-wrap {
  position: absolute;
  bottom: 0px;
  display: flex;
  align-items: end;
}

.specialists-filter__imgs-wrap-solo {
  position: absolute;
  bottom: 0px;
  display: flex;
  align-items: center;
  height: 80%;
  width: 100%;
}

.specialists-filter__imgs-wrap-solo > div {
  height: fit-content;
  width: fit-content;
}

.specialists-filter__imgs-wrap-solo > div > img {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 100%;
}

.specialists-filter__imgs-wrap-solo > .cta_button {
  margin: 0px 0px 0px 1rem;
  z-index: 100;
}

.specialists-filter__imgs-wrap-solo > .cta_button > .btn {
  padding: 0.9em 1em;
}

.specialists-filter__title {
  font-weight: normal;
  color: rgb(28, 28, 28);
  padding: 1rem 1rem 0rem;
}

.specialists-filter__text {
  padding: 0rem 1rem;
}

.specialists-filter {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(24, minmax(1px, 1fr));
  grid-template-rows: 46px;
  grid-auto-rows: 1fr;
}

.specialists-filter .grid-item:nth-child(2) {
  grid-area: 1 / 1 / span 3 / span 10;
}

.specialists-filter .grid-item:nth-child(1) {
  grid-area: 1 / 11 / span 1 / span 14;
}

.specialists-filter .grid-item:nth-child(3) {
  grid-area: 2 / 11 / span 1 / span 7;
}

.specialists-filter .grid-item:nth-child(4) {
  grid-area: 2 / 18 / span 1 / span 7;
}

.specialists-filter .grid-item:nth-child(5) {
  grid-area: 3 / 11 / span 1 / span 7;
}

.specialists-filter .grid-item:nth-child(6) {
  grid-area: 3 / 18 / span 1 / span 7;
}

.specialists-filter .grid-item:nth-child(n + 7) {
  grid-area: span 1 / span 8;
}

.load__button button {
  border: 2px solid rgba(62, 88, 162, 0.5);
  color: rgba(62, 88, 162, 0.5);
  height: 66px;
  width: 100%;
  border-radius: 8px;
  padding: 0px;
  background: none;
  font-size: 20px;
  cursor: pointer;
}

.load__button button:hover {
  border: 2px solid rgb(62, 88, 162);
  color: rgb(62, 88, 162);
}

.load__button button:active {
  border: 2px solid rgba(62, 88, 162, 0.75);
  color: rgba(62, 88, 162, 0.75);
}

@media (max-width: 1199px) {
  .specialists-filter .grid-item:nth-child(2) {
    grid-area: 1 / 1 / span 3 / span 12;
  }

  .specialists-filter .grid-item:nth-child(1) {
    grid-area: 1 / 13 / span 1 / span 12;
  }

  .specialists-filter .grid-item:nth-child(3) {
    grid-area: 2 / 13 / span 1 / span 12;
  }

  .specialists-filter .grid-item:nth-child(4) {
    grid-area: 3 / 13 / span 1 / span 12;
  }

  .specialists-filter .grid-item:nth-child(n + 5) {
    grid-area: span 1 / span 8;
  }
}

@media (max-width: 991px) {
  .specialists-filter .grid-item:nth-child(2) {
    grid-area: 2 / 1 / span 2 / span 12;
  }

  .specialists-filter .grid-item:nth-child(1) {
    grid-area: 1 / 1 / span 1 / span 24;
  }

  .specialists-filter .grid-item:nth-child(3) {
    grid-area: 2 / 13 / span 1 / span 12;
  }

  .specialists-filter .grid-item:nth-child(4) {
    grid-area: 3 / 13 / span 1 / span 12;
  }

  .specialists-filter .grid-item:nth-child(n + 4) {
    grid-area: span 1 / span 12;
  }

  .fadeSpecs .specialists-filter__imgs-zone {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .specialists-filter .grid-item:nth-child(2) {
    grid-area: 2 / 1 / span 2 / span 24;
  }

  .specialists-filter .grid-item:nth-child(n + 3) {
    grid-area: span 1 / span 24;
  }

  .fadeSpecs .specialists-filter__title,
  .fadeSpecs .specialists-filter__text {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .specialists-filter {
    display: grid;
    gap: 16px 0px;
    grid-template-columns: repeat(24, minmax(1px, 1fr));
    grid-template-rows: 46px;
    grid-auto-rows: 1fr;
  }

  .specialists-filter__filters-wrap {
    grid-template-columns: repeat(1, calc(100% - 6px)) !important;
    gap: 12px 0px !important;
  }

  .specialists-filter {
    display: grid;
    gap: 16px 0px;
    grid-template-columns: repeat(24, minmax(1px, 1fr));
    grid-template-rows: 108px;
    grid-auto-rows: 1fr;
  }
}

.rating_wrap {
  height: 100% !important;
}

.specialists-filter__filters-wrap {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 8px));
  column-gap: 16px;
  height: fit-content;
}

.select2-dropdown {
  z-index: 200;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  text-transform: uppercase;
  color: rgba(62, 88, 162, 0.5);
  font-size: 17px;
}

.select2-container--default .select2-selection--single {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(62, 88, 162, 0.75);
  border-radius: 8px;
}

.select2-container--default .select2-selection--single:hover {
  border: 1px solid rgb(62, 88, 162);
  & .select2-selection__placeholder {
    color: rgb(62, 88, 162);
  }
}

.select2-container .select2-selection--single {
  height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
  width: 32px;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../../assets/img/feedback/arrow--blue.svg");
  background-color: transparent;
  background-size: cover;
  border-width: medium !important;
  border-style: none !important;
  border-color: currentcolor !important;
  border-image: initial !important;
  height: 8px !important;
  width: 15px !important;
  margin: auto !important;
  top: auto !important;
  left: auto !important;
}

.select2-container--open .select2-selection__arrow b {
  transform: translate(0px, -20%) rotate(180deg);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgb(62, 88, 162);
  color: white;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  width: 26px;
  margin-right: 0px;
  padding-right: 0px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  position: absolute;
}

.select2-container--default .select2-selection--single .select2-selection__clear span {
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(128, 128, 128);
}

.select2-container--default .select2-selection--single .select2-selection__clear span:hover {
  color: rgb(77, 77, 77);
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  font-size: 28px;
}

.selection {
  position: relative;
}

.select2-selection__rendered {
  color: rgb(62, 88, 162) !important;
  font-size: 17px !important;
}

.select2-container--default .select2-results__option--selectable {
  font-size: 17px !important;
}

.feedback__button {
  position: relative;
  width: fit-content;
}

.feedback__button > .btn--short:hover {
  color: transparent !important;
  background: white !important;
}

.feedback__button > .btn--short:hover::before {
  content: attr(text);
  display: block;
  color: rgb(62, 88, 162);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  height: 1em;
  font-weight: 800;
  z-index: 100;
  text-align: center;
}

.highlight-card {
  background: rgba(62, 88, 162, 0.15);
  transition: 0.3s;
}

.swiper {
  width: 100%;
  height: 100%;
}

.family-name {
  font-weight: 800;
  font-size: 2.25rem;
  color: rgb(28, 28, 28);
  margin: 0.2em 0em;
}

.creativeSlide > .doc_info_position {
  width: 250px;
  padding: 1rem 1rem 0rem;
}

.creativeSlide > .doc_exp {
  margin: 1rem 1rem 0rem;
}

.arrow {
  position: relative;
  width: 25px;
  height: 25px;
  background: gray;
  border-radius: 50%;
}

.arrow::after {
  position: absolute;
  top: 8px;
  left: 9px;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  transform: rotate(45deg);
}

.swiper-button-next,
.swiper-button-prev {
  text-rendering: auto;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: rgb(216, 216, 216);
  border-radius: 50%;
  color: rgb(239, 239, 239) !important;
  width: 38px !important;
  height: 38px !important;
}

.swiper-button-next,
.swiper-button-prev {
  & svg {
    width: 24px !important;
    height: 24px !important;
    color: white !important;
  }
}

.swiper-button-next {
  & svg {
    margin-right: -5px !important;
  }
}

.swiper-button-prev {
  & svg {
    padding-left: 5px !important;
  }
}

.creativeSpecs .swiper-button-next {
  right: 16px !important;
  left: auto !important;
  top: 36px !important;
}

.creativeSpecs .swiper-button-prev {
  right: 62px !important;
  left: auto !important;
  top: 36px !important;
}

.swiper-container .swiper-button-next {
  right: -18px !important;
  left: auto !important;
}

.swiper-container .swiper-button-prev {
  left: -18px !important;
  right: auto !important;
}

.swiper-container {
  position: relative;
}

@media (min-width: 1100px) {
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 575.5px) {
  .ways2feedback__wrap {
    width: calc(100% - 30px);
  }
}

@media (max-width: 991.5px) {
  .swiper-container .swiper-button-prev {
    left: -2px !important;
    right: auto !important;
  }

  .swiper-container .swiper-button-next {
    right: -4px !important;
    left: auto !important;
  }
}
