@font-face {
  font-family: 'din-bold';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/FFDINRoundPro-Bold.woff) format("woff"),url(../fonts/FFDINRoundPro-Bold.eot) format("eot"),url(../fonts/FFDINRoundPro-Bold.otf) format("otf"),url(../fonts/FFDINRoundPro-Bold.ttf) format("ttf");
}

@font-face {
  font-family: 'din-medium';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/FFDINRoundPro-Medium.woff) format("woff"),url(../fonts/FFDINRoundPro-Medium.eot) format("eot"),url(../fonts/FFDINRoundPro-Medium.otf) format("otf"),url(../fonts/FFDINRoundPro-Medium.ttf) format("ttf");
}

@font-face {
  font-family: 'din-light';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/FFDINRoundPro-Light.woff) format("woff"),url(../fonts/FFDINRoundPro-Light.eot) format("eot"),url(../fonts/FFDINRoundPro-Light.otf) format("otf"),url(../fonts/FFDINRoundPro-Light.ttf) format("ttf");
}

@font-face {
  font-family: 'wfbold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/wfbold.woff) format("woff"),url(../fonts/wfbold.eot) format("eot"),url(../fonts/wfbold.otf) format("otf"),url(../fonts/wfbold.ttf) format("ttf");
}

@font-face {
  font-family: 'wfregular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/wfregular.woff) format("woff"),url(../fonts/wfregular.eot) format("eot"),url(../fonts/wfregular.otf) format("otf"),url(../fonts/wfregular.ttf) format("ttf");
}

@font-face {
  font-family: 'wflight';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/wflight.woff) format("woff"),url(../fonts/wflight.eot) format("eot"),url(../fonts/wflight.otf) format("otf"),url(../fonts/wflight.ttf) format("ttf");
}

@font-face {
  font-family: 'lobster';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/lobster.woff) format("woff"),url(../fonts/lobster.eot) format("eot"),url(../fonts/lobster.otf) format("otf"),url(../fonts/lobster.ttf) format("ttf");
}

@font-face {
  font-family: 'OpenSansLight';
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"),url("../fonts/OpenSans-Light.woff2") format("woff2"),url("../fonts/OpenSans-Light.woff") format("woff"),url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}

html {
  overflow-x: hidden;
  position: relative;
  height: 100%;
}

.blocked {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

.nopadding {
  padding: 0 !important;
}

body {
  position: relative;
  min-height: 100vh;
  background-color: white;
  padding: 0;
  margin: 0;
  font-family: 'din-light', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #384149;
  overflow-x: hidden;
}

.container {
  width: 100%;
  display: block;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row {
  letter-spacing: -0.31em;
}

.row:has(.page_services_links) {
    display: flex;
}

.justy {
  text-align: justify;
  font-size: 0.1px !important;
}

.justy:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.instruction_image {
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
  max-width: 100%;
}

textarea,
input {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[name="second_mail"],
input[name="second_name"] {
  display: none;
}

.input-attachment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.input-attachment--white .input-attachment__title {
  color: #fff;
}

.input-attachment--white .input-attachment__subtext {
  color: #fff;
}

.input-attachment:hover {
  cursor: pointer;
}

.input-attachment:hover .input-attachment__title {
  color: #E000B0;
}

.input-attachment__input {
  display: none;
}

.input-attachment__box {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 37px;
  height: 37px;
  margin-right: 15px;
}

.input-attachment__box img {
  width: 24px;
  height: 37px;
}

.input-attachment__title {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #1E1F25;
  margin-bottom: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.input-attachment__subtext {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #646464;
  text-transform: uppercase;
}

a {
  color: #384149;
  text-decoration: none;
}

a:hover {
  color: #E000B0;
  text-decoration: none !important;
}

b {
  font-family: 'din-medium', sans-serif;
}

.nomargin {
  display: inline-block;
  margin: 0 !important;
}

.colored {
  color: #830067 !important;
}

.red {
  color: red !important;
}

h1,
.h1_style {
  font-size: 34px;
  font-family: 'din-light', sans-serif;
  font-weight: lighter;
  color: #830067;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 0;
  line-height: normal;
}

h1.second,
.h1_style.second {
  width: 100%;
  padding-top: 30px;
  margin-bottom: 40px;
}

h1.centered_title,
.h1_style.centered_title {
  text-align: center;
}

h1.nomb,
.h1_style.nomb {
  margin-bottom: 20px;
}

.person_docs .owl-dot {
  margin: 0 !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 auto !important;
     -moz-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
}

.person_docs .owl-dots {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
     -moz-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.subtitle {
  font-size: 30px;
  color: #830067;
  margin-bottom: 20px;
}

.subtitle.centered_subtitle {
  text-align: center;
}

.centeredTitle {
  text-align: center;
}

h2,
.h2_style {
  font-size: 30px;
  font-family: 'din-light', sans-serif;
  font-weight: lighter;
  color: #830067;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 0;
  line-height: normal;
}

h2.second,
.h2_style.second {
  color: white;
}

h3,
.h3_style {
  font-size: 28px;
  font-family: 'din-light', sans-serif;
  font-weight: lighter;
  color: #830067;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: normal;
}

h3.second,
.h3_style.second {
  color: white;
}

.mb_big {
  margin-bottom: 60px !important;
}

.mb_small {
  margin-bottom: 20px;
}

.pd_top {
  padding-top: 40px;
}

button {
  border: none;
  outline: none;
  background: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

.owl-nav {
  width: 100%;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  color: transparent;
  width: 35px;
  height: 70px;
  background-position: center;
  -webkit-background-size: contain !important;
          background-size: contain !important;
  background-repeat: no-repeat !important;
  background-image: url("../img/svg/arrow.svg") !important;
}

.owl-nav button span {
  display: none;
}

.owl-nav button.owl-next {
  right: 0;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
}

.owl-dot {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #333 !important;
  margin-right: 20px;
}

.owl-dot:last-child {
  margin-right: 0 !important;
}

.owl-dot.active {
  width: 11px;
  height: 11px;
  background-color: transparent !important;
  border: 2px solid #333 !important;
}

.button,
.content .button {
  display: inline-block;
  font-size: 18px;
  color: white;
  background-color: #e000b0;
  text-align: center;
  padding: 0 20px;
  text-decoration: none;
  -webkit-transition: background-color 0.4s ease 0s;
  -o-transition: background-color 0.4s ease 0s;
  transition: background-color 0.4s ease 0s;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  outline: none;
  border: none;
  line-height: 40px;
}

.button.disabled,
.content .button.disabled {
  background-color: #333;
  color: white;
}

.button.second,
.content .button.second {
  background-color: transparent;
  border: 1px solid #54616e;
  color: #555555;
  line-height: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.button.second:hover,
.content .button.second:hover {
  color: white;
}

.button_sub,
.content .button_sub {
  display: inline-block;
  padding: 0 20px;
  border: 1px solid #8c959e;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  line-height: 40px;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  font-size: 18px;
  margin-bottom: 25px;
}

.button_sub:hover,
.content .button_sub:hover {
  background-color: rgba(85,85,85,0.6);
  color: white;
}

.button.third,
.content .button.third {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  line-height: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.button.third:hover,
.content .button.third:hover {
  color: white;
}

.button.quadro,
.content .button.quadro {
  border: 1px solid #830067;
  color: #830067;
  background-color: transparent;
  padding: 0 40px;
}

.button.quadro:hover,
.content .button.quadro:hover {
  color: white;
  background-color: #830067;
}

.button.dark,
.content .button.dark {
  background-color: #830067;
  padding: 0 50px;
  line-height: 50px;
}

.button:hover,
.content .button:hover {
  background-color: #333;
  color: white;
}

.link_button {
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: 15px;
  background-image: url("../img/svg/dots.svg");
}

.pre-header {
  display: block;
  width: 100%;
  height: 182px;
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  background-color: rgba(255,255,255,0.95);
}

.header_logo {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 188px;
  height: 26px;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/denta_luxe_logo.png");
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

.header_info {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  white-space: nowrap;
}

.header_info span {
  display: block;
  line-height: normal;
  margin-bottom: 5px;
}

.header_info span.title {
  font-size: 12px;
  color: #e000b0;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.header_info .wrap {
  display: inline-block;
  width: 30%;
  padding-right: 10px;
}

.header_phone {
  font-size: 20px;
  position: relative;
  text-decoration: none;
  font-family: 'Din-next', sans-serif;
  color: #2D3233;
  padding-left: 30px;
  margin-bottom: 15px;
  display: block;
}

.header_phone:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-image: url("../img/call_png.png");
}

.header_phone:hover:before {
  opacity: 0.7;
}

.header_phone_mob {
  display: none;
}

.header_phone_mob:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 27px;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-image: url("../img/call_png.png");
}

.header button {
  line-height: 40px;
}

.header_block {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}

.header_top {
  padding-top: 15px;
  margin-bottom: 15px;
}

.header .mob_bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.mob_bar {
  display: inline-block;
}

.mob_callback {
  display: none;
  width: 27px;
  height: 27px;
  margin-left: 10px;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/svg/pen.svg");
}

.hamburger {
  display: none;
}

.center {
  display: block;
  text-align: center;
  width: 100%;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #e000b0;
}

.main_slider {
  position: relative;
  margin-bottom: 30px;
  color: white;
}

.main_slider .owl-nav {
  height: 0;
}

.main_slider .owl-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: rgba(102,102,102,0.419608) !important;
  margin-right: 25px;
}

.main_slider .owl-dot.active {
  background-color: #666 !important;
  border: none !important;
}

.main_slider.second .slide_row {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.main_slider .bigTitle {
  font-size: 130px;
  font-family: 'wfbold', sans-serif;
}

.main_slider .bigTitleWhite {
  font-size: 130px;
  font-family: 'wfbold', sans-serif;
  color: white;
  line-height: normal;
}

.main_slider .BannerLobster {
  font-family: 'lobster', sans-serif;
  font-size: 50px;
  color: white !important;
  line-height: normal;
}

.main_slider .BannerCiren {
  color: #830067;
}

.main_slider .BannerBlack {
  color: #000000;
}

.main_slider .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
  z-index: 10;
}

.main_slider button.owl-next {
  right: 50px;
}

.main_slider button.owl-prev {
  left: 50px;
}

.slide {
  position: relative;
  min-height: 500px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, right top, from(#bf5db0), to(#937fcd));
  background: -webkit-linear-gradient(left, #bf5db0 0%, #937fcd 100%);
  background: -o-linear-gradient(left, #bf5db0 0%, #937fcd 100%);
  background: linear-gradient(90deg, #bf5db0 0%, #937fcd 100%);
  overflow: hidden;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

.slide .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
     -moz-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

.slide .container.right {
  direction: rtl;
}

.slide .container.right .slide_img {
  left: auto;
  right: 50%;
}

.slide_title {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
}

.slide_title p:last-child {
  margin-bottom: 0;
}

.slide_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 400px;
  padding: 40px 0 60px 0;
  width: 45%;
  direction: ltr;
  font-size: 24px;
  line-height: 1.2;
}

.slide_row .button {
  line-height: 40px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: block;
}

.slide_img {
  position: absolute;
  width: auto !important;
  height: 100%;
  bottom: 0;
  padding-top: 40px;
  left: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.main_title {
  margin-bottom: 50px;
}

.main_services {
  padding-bottom: 100px;
  width: 98vw;
  margin: 0 auto;
  overflow: hidden;
  height: auto;
}

.main_services .main_title {
  height: 40px;
}

.main_services_wrapper {
  display: block;
  width: 100%;
  height: 360px;
}

.main_services_item {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(100% / 5 - 16px);
  width: calc(100% / 5 - 16px);
  height: 142px;
  margin-right: 20px;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 40px;
  text-decoration: none;
  color: #555555;
  text-transform: uppercase;
}

.main_services_item img {
  display: block;
  margin: 0 auto 20px auto;
  height: 70px;
  width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.main_services_item:nth-child(5n) {
  margin-right: 0;
}

.main_banner .container {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  letter-spacing: -0.31em;
}

.main_banner.first {
  background: -webkit-gradient(linear, left top, right top, from(#e07594), to(#a96ba7));
  background: -webkit-linear-gradient(left, #e07594 0%, #a96ba7 100%);
  background: -o-linear-gradient(left, #e07594 0%, #a96ba7 100%);
  background: linear-gradient(90deg, #e07594 0%, #a96ba7 100%);
  position: relative;
  margin-bottom: 70px;
}

.main_banner.first img {
  -webkit-transform: translateX(40%);
      -ms-transform: translateX(40%);
       -o-transform: translateX(40%);
          transform: translateX(40%);
}

.main_banner.second {
  background: -webkit-gradient(linear, left top, right top, from(#966ce1), to(#77b2eb));
  background: -webkit-linear-gradient(left, #966ce1 0%, #77b2eb 100%);
  background: -o-linear-gradient(left, #966ce1 0%, #77b2eb 100%);
  background: linear-gradient(90deg, #966ce1 0%, #77b2eb 100%);
  margin-bottom: 70px;
}

.main_banner.second p {
  font-size: 34px;
  line-height: normal;
  margin-bottom: 45px;
}

.main_banner.third {
  background: -webkit-gradient(linear, left top, right top, from(#bb5eb2), to(#9d77c6));
  background: -webkit-linear-gradient(left, #bb5eb2 0%, #9d77c6 100%);
  background: -o-linear-gradient(left, #bb5eb2 0%, #9d77c6 100%);
  background: linear-gradient(90deg, #bb5eb2 0%, #9d77c6 100%);
  margin-bottom: 40px;
}

.main_banner.third .container {
  height: 500px;
}

.main_banner.third .main_banner_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  width: 52%;
}

.main_banner.third .main_banner_left p {
  font-size: 32px;
}

.main_banner.third .main_banner_left a:not(.button) {
  font-size: 28px;
  color: white;
  text-decoration: none;
}

.main_banner img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 490px;
  height: 590px;
  -o-object-fit: contain;
     object-fit: contain;
  object-position: bottom;
}

.main_banner_left {
  font-size: 20px;
  color: white;
  font-family: 'din-light', sans-serif;
  width: 64%;
  letter-spacing: normal;
}

.main_banner_left p:last-child {
  margin-bottom: 0;
}

.main_banner_left span:not([class]) {
  display: block;
}

.main_banner_left span.nobr {
    white-space: nowrap;
}

.main_reviews {
  margin-bottom: 150px;
}

.main_reviews .owl-prev {
  left: 0;
}

.main_reviews .owl-next {
  right: 0;
}

.main_reviews .owl-stage-outer {
  margin-bottom: 20px;
}

.main_insurance {
  margin-bottom: 100px;
}

.main_insurance .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_insurance img {
  width: 50%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}

.main_insurance_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50%;
  letter-spacing: normal;
  padding-left: 20px;
}

.main_insurance_right p {
  font-family: 'din-light', sans-serif;
  font-size: 24px;
}

.main_times {
  margin-bottom: 50px;
}

.main_times .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.main_times_item {
  letter-spacing: normal;
  text-align: center;
  width: 25%;
}

.main_times_item>span {
  display: block;
  margin-bottom: 20px;
}

.main_times_item p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}

.warning {
  margin-bottom: 50px;
}

.warning .row {
  padding-top: 30px;
}

.warning_block {
  padding: 30px;
  padding-bottom: 0;
  background-color: rgba(56,65,73,0.82);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  color: white;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.warning_block p {
  margin-bottom: 30px;
  font-size: 20px;
}

.warning_title {
  display: block;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px;
}

.warning_item {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding-right: 20px;
  margin-bottom: 50px;
}

.warning_item .image {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 45px;
  height: 65px;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/docs.png");
}

.warning_item .right_block {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
  padding-left: 20px;
}

.warning_item .right_block p {
  font-size: 16px;
  margin-bottom: 0;
}

.main_socials {
  margin-bottom: 50px;
}

.main_socials p {
  font-family: 'din-light', sans-serif;
  font-size: 22px;
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
}

.main_socials_block {
  padding-top: 30px;
}

.main_socials_block a {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
}

.main_socials_block .vk {
  background-image: url("../img/vk.png");
}

.main_socials_block .insta {
  background-image: url("../img/insta.png");
}

.main_socials_block .youtube {
  background-image: url("../img/youtube.png");
}

.main_socials_block .facebook {
  background-image: url("../img/face.png");
}

.main_socials_block .tiktok {
  background-image: url("../img/tiktok.svg");
}

.search {
  padding-top: 50px;
}

.callback_block {
  color: white;
  padding: 50px 0 60px;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-image: url("../img/callback_banner.jpg");
}

.callback_block.callback_certificate {
    margin-bottom: 30px;
}

.callback_block.second form,
.callback_block.second .callback_title {
  max-width: none;
}

.callback_block.second .right_block,
.callback_block.second .left_block {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}

.callback_block.second .right_block {
  padding: 0 40px;
}

.callback_block.second .right_block b {
  font-size: 20px;
}

.callback_block.second .right_block p {
  margin-bottom: 5px;
}

.callback_block.second .right_block a {
  color: white;
  text-decoration: underline;
}

.callback_block p {
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  margin-bottom: 30px;
  max-width: 500px;
  width: 100%;
}

.callback_block form {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.callback_title {
  display: block;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: normal;
  margin-bottom: 20px;
  letter-spacing: normal;
  font-size: 50px;
  font-family: 'din-bold', sans-serif;
}

.form_certificate {
    
}

.select {
    width: 100%;
    padding: 12px 14px;
    font-size: 16px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    background-color: #fff;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    /* стрелка */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px;

    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.select:focus {
    outline: none;
    border-color: #b48a5a; /* можешь заменить на брендовый цвет */
    box-shadow: 0 0 0 3px rgba(180, 138, 90, 0.15);
}

.select option {
    font-size: 15px;
}

.file-input__wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}

.file-input {
    position: relative;
}

.file-input__input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none; /* ВАЖНО */
}

.file-input__button {
    padding: 12px 14px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
    transition: 0.2s ease;
    color: #000000;
    align-self: flex-start;
}

.file-input__button:hover {
    border-color: #b48a5a;
}

.file-input__info {
    font-size: 13px;
    color: #666;
}

.file-input__name {
    color: #333;
    font-weight: 500;
}

.form_label {
    margin-bottom: 8px;
}


.form_input {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
      display: flex;
    flex-direction: column;
}

.form_input input,
.form_input textarea {
  background-color: white;
  background-color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: none;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  color: black;
}

.form_input input[name="document"] {
    width: 187px;
    height: 80px;
}

.form_input input::-webkit-input-placeholder,
.form_input textarea::-webkit-input-placeholder {
  font-style: normal;
  color: #b6b5b5;
  font-family: "din-light";
}

.form_input input::-moz-placeholder,
.form_input textarea::-moz-placeholder {
  font-style: normal;
  color: #b6b5b5;
  font-family: "din-light";
}

.form_input input:-ms-input-placeholder,
.form_input textarea:-ms-input-placeholder {
  font-style: normal;
  color: #b6b5b5;
  font-family: "din-light";
}

.form_input input:-moz-placeholder,
.form_input textarea:-moz-placeholder {
  font-style: normal;
  color: #b6b5b5;
  font-family: "din-light";
}

.form_input input {
  height: 55px;
  padding-left: 20px;
}

.form_input textarea {
  resize: none;
  height: 120px;
  padding-left: 20px;
  padding-top: 20px;
}

.check_input {
  text-align: left;
  margin-bottom: 20px;
  cursor: pointer;
}

.check_input input {

  width: 12px;
  height: 17px;
  font-size: 0;
  position: absolute;
}

.check_input input:checked+label:before {
  background-color: #e000b0;
}

.check_input label {
  display: block;
  width: 100%;
  position: relative;
}

.check_input label:before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  width: 14px;
  height: 14px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid white;
  background-color: white;
  margin-right: 10px;
}
.check_input a {
    text-decoration: underline;
    color: #9b1067;
}

.page_banner {
  position: relative;
  height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 50px;
  overflow: hidden;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}

.page_banner.learn_center {
  background-image: url("../img/banner_seminar.jpg");
}

.page_banner.about_us {
  background-image: url("../img/about/a_content_img_1.jpg");
}

.page_banner img {
  width: auto !important;
  height: 100%;
}

.page_banner.top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.page_banner.top .container {
  margin-top: 40px;
}

.page_banner.left .block {
  margin-right: auto;
  margin-left: 0;
}

.page_banner.left img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_banner .container {
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
}

.page_banner .block {
  width: 50%;
  margin-left: auto;
  font-family: 'din-light', sans-serif;
}

.page_banner .title {
  display: block;
  font-size: 34px;
  color: white;
  margin-bottom: 30px;
}

.page_banner .title.second {
  display: inline-block;
  background-color: black;
  padding: 0 10px;
}

.page_banner p {
  font-size: 24px;
  color: white;
}

.page_banner video,
.page_banner img,
.page_banner picture {
  position: absolute;
  top: 0;
}

.page_banner picture {
  width: 100%;
}

.page .main_services {
  padding-top: 50px;
}

.page_services {
  margin-bottom: 50px;
}

.page_services .service_title {
  font-family: 'din-light', sans-serif;
  font-size: 34px;
  display: block;
  margin-bottom: 40px;
}

.page_services_wrapper {
  padding: 25px 0 0;
  overflow: hidden;
  background-color: whitesmoke;
}

.page_services_wrapper:nth-child(2n) {
  background-color: white;
}

.page_services_links {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding-right: 20px;
  margin-bottom: 40px;
}

.page_services_links a,
.page_services_links span {
  display: block;
  text-decoration: underline;
  font-size: 20px;
  margin-bottom: 10px;
}

.page_services_links span {
  text-decoration: none;
}

.page_services img {
  width: 50%;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.column {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.content {
  font-size: 20px;
}

.content a {
  color: #830067;
  text-decoration: underline;
}

.content a:hover {
  color: #384149;
}

.content_slider {
  margin-bottom: 20px;
  padding-top: 20px !important;
}

.content em:not([class]) {
  display: inline-block;
  background-color: #830067;
  color: white;
  font-style: normal;
  line-height: normal;
  font-size: 32px;
}

.content .ob-osnovatele em {
  color: #384149;
  font-style: italic;
  background-color: inherit;
}

.content .ob-osnovatele ul li em {
  font-size: 20px;
}

.content h2,
.content .h2_style {
  margin-bottom: 20px;
}

.content p {
  font-family: 'din-light', sans-serif;
}

.content ul {
  margin-bottom: 20px;
  font-family: 'din-light', sans-serif;
}

.content ul li {
  position: relative;
  padding-left: 20px;
}

.content ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background-color: #830067;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.content table {
  width: 100%;
  border: none;
  margin-bottom: 40px;
}

.content table tr {
  background-color: #f0f0f0;
}

.content table td,
.content table th {
  border: none;
  font-family: 'din-light', sans-serif;
  text-align: center;
  max-width: 265px;
  padding: 10px 10px;
  font-size: 14px;
}

.content table thead tr {
  background-color: white;
}

.content table thead tr td {
  font-size: 18px;
  text-align: center;
}

.content table tr:nth-child(2n) td {
  background-color: white;
}

.content table tr:nth-child(2n) td:first-child {
  -webkit-border-top-left-radius: 15px;
          border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
          border-bottom-left-radius: 15px;
}

.content table tr:nth-child(2n) td:last-child {
  -webkit-border-top-right-radius: 15px;
          border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
          border-bottom-right-radius: 15px;
}

.content table td {
  text-align: left;
}

.content table td:first-child {
  -webkit-border-top-left-radius: 15px;
          border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
          border-bottom-left-radius: 15px;
}

.content table td:last-child {
  -webkit-border-top-right-radius: 15px;
          border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
          border-bottom-right-radius: 15px;
}

.content_image {
  position: relative;
  padding-left: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  letter-spacing: -0.31em;
}

.content_image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.content_image.column_block .content_image_block {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.content_image.column_block .content_image_block:last-child {
  margin-bottom: 0;
}

.content_image_title {
  background-color: #9f77c6;
  padding: 10px 20px;
  height: auto;
  line-height: normal;
}

.content_image_block {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}

.content_image_block span {
  width: 100%;
  color: white;
  font-size: 14px;
  line-height: normal;
  display: inline-block;
  vertical-align: top;
}

.content_image.half {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}

.content_image.half:not(:first-child) {
  padding: 0;
}

.content_image:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: -20px;
  bottom: -20px;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-image: url("../img/dots_bss.png");
}

.content_image img {
  display: block;
  width: 100%;
}

.content_block {
  letter-spacing: normal;
  width: 100%;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.content_block.left {
  padding-right: 20px;
}

.content_block.big {
  width: 70%;
}

.content_block.small {
  width: 30%;
}

.content_block.half {
  width: 50%;
}

.contacts .mb_big {
  margin-bottom: 180px !important;
}

.blockquote {
  padding: 50px;
  background-color: #f6f6f6;
  margin: 0;
}

.blockquote p {
  margin-bottom: 0;
  padding-left: 25px;
  border-left: 5px solid #9f77c6;
}

.price_block_item {
  -webkit-border-radius: 15px;
          border-radius: 15px;
  border: 1px solid rgba(28,32,37,0.52);
  padding: 35px 70px;
  margin-bottom: 50px;
}

.price_block_item .title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin-bottom: 45px;
}

.price_block_item .item {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: initial;
}

.price_block_item .item span {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}

.price_block_item .item a {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-decoration: underline;
  font-size: 20px;
}

.price_block_item .item a:before {
  content: '';
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
  width: 40px;
  height: 55px;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/pdf.png");
}

.wrapper {
  overflow: hidden;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.wrapper:not(.active) {
  height: 0;
}

.wrapper .hidden_block {
  padding-bottom: 30px;
}

.wrapper .hidden_block .vacancy_btn {
  display: block;
  margin-left: auto;
}

.prices_category .accord_list {
  padding: 0;
  margin: 0;
}

.content .price_block {
  overflow-x: auto;
}

.content .price_block.second {
  margin-bottom: 80px;
}

.content .price_block.second table {
  margin-bottom: 0;
  min-width: inherit;
}

.content .price_block.second tbody td {
  padding: 20px 10px;
}

.content .price_block.second tbody td:first-child {
  padding-left: 30px;
}

.content .price_block.second .main_th {
  width: 40%;
}

.content .price_block.second .td_center {
  width: 13.5%;
}

.content .price_block.second thead .td_left {
  padding-left: 30px;
}

.content .price_block.second .accord_list_item:last-child {
  border-bottom: none;
}

.content .price_block .td_left {
  text-align: left;
}

.content .price_block table {
  min-width: 820px;
}

.content .price_block tr {
  background-color: transparent;
}

.content .price_block thead {
  position: relative;
  background-color: transparent;
  background: #bf5db0;
}

.content .price_block thead .grad_tr {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.content .price_block thead:before {
  content: '';
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#bf5db0), to(#9b7ac8));
  background: -webkit-linear-gradient(left, #bf5db0 0%, #9b7ac8 100%);
  background: -o-linear-gradient(left, #bf5db0 0%, #9b7ac8 100%);
  background: linear-gradient(90deg, #bf5db0 0%, #9b7ac8 100%);
  z-index: -1;
}

.content .price_block thead tr:first-child th {
  font-size: 18px;
}

.content .price_block thead tr th {
  font-size: 14px;
}

.content .price_block tbody tr {
  border-bottom: 1px solid #e9e9e9;
}

.content .price_block tbody td {
  background-color: transparent !important;
  font-size: 16px;
  text-align: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

.content .price_block tbody td:first-child {
  padding-left: 30px;
  padding-right: 20px;
}

.content .price_block tbody td.td_center {
  text-align: center;
}

.content .price_block th {
  color: white;
}

.content .price_block th span {
  display: block;
}

.accord_list {
  padding-top: 40px;
  margin-bottom: 60px;
}

.accord_list.vacancy_list {
  padding-top: 0;
}

.accord_list_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.accord_list_flex .content {
  width: 725px;
}

.accord_list_title {
  margin-right: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #E000B0;
}

.accord_list_item {
  border-top: 1px solid #e9e9e9;
}

.accord_list_item.second .detail {
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid #e9e9e9;
  padding-left: 30px;
}

.accord_list_item.second .detail.opened {
  color: #830067;
  background-color: #fcfcfc;
}

.accord_list_item:last-child {
  border-bottom: 1px solid #e9e9e9;
}

.accord_list_item .detail {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  font-family: 'din-medium', sans-serif;
  padding: 20px 50px 20px 0;
  margin: 0;
  font-weight: normal;
  color: black;
  font-size: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.accord_list_item .detail.opened:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.detail.arrow {
  position: relative;
}

.detail.arrow:after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -5px;
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #830067;
  border-left: 1px solid #830067;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: 50% 50% 0;
      -ms-transform-origin: 50% 50% 0;
       -o-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s, -o-transform 0.4s;
}

.schedule_block .accord_list_item {
  border: none;
}

.schedule_block .accord_list_item .detail {
  border: 1px solid #f5f5f6;
  background-color: #f9f9f9;
  padding: 15px 50px 15px 20px;
  color: #e95dcb;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.schedule_block .accord_list_item .detail:after {
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #e95dcb;
  border-left: 2px solid #e95dcb;
}

.schedule_block .accord_list_item .detail.opened {
  background: -webkit-gradient(linear, left top, right top, color-stop(37%, #bf5db0), to(#9a7bc9));
  background: -webkit-linear-gradient(left, #bf5db0 37%, #9a7bc9 100%);
  background: -o-linear-gradient(left, #bf5db0 37%, #9a7bc9 100%);
  background: linear-gradient(90deg, #bf5db0 37%, #9a7bc9 100%);
  color: #ffffff;
}

.schedule_block .accord_list_item .detail.opened:after {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

.schedule_block table tbody {
  border: 1px solid #f6f6f6;
}

.schedule_block table tr {
  background-color: #ffffff;
}

.schedule_block table tr:nth-child(even) td {
  background-color: #f9f9f9;
}

.schedule_block table tr:nth-child(even) td:first-child,
.schedule_block table tr:nth-child(even) td:last-child {
  -webkit-border-radius: 0;
          border-radius: 0;
}

.schedule_block table tr:first-child td {
  font-weight: bold;
}

.schedule_block table td {
  width: 105px;
}

.schedule_block table td:first-child {
  width: 210px;
  font-size: 18px;
}

.schedule_block table td:not(:last-child) {
  border-right: 1px solid #f6f6f6;
}

.schedule_block table td.td_center {
  text-align: center;
}

.schedule_page_doctor_wrap {
  margin-bottom: 30px;
}

.schedule_page_block table {
  margin-bottom: 0;
}

.schedule_page_block .accord_list {
  margin-bottom: 0;
  padding-top: 0;
}

.schedule_page_block:last-child {
  margin-bottom: 100px;
}

.specs {
  margin-bottom: 70px;
}

.specs .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.specs_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: -webkit-calc(100% / 2 - 20px);
  width: calc(100% / 2 - 20px);
  margin-right: 40px;
  margin-bottom: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6.8px 1.2px rgba(14,9,22,0.06);
          box-shadow: 0px 0px 6.8px 1.2px rgba(14,9,22,0.06);
}

.specs_block:nth-child(2n) {
  margin-right: 0;
}

.specs_block_img {
  position: relative;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-image: -webkit-gradient(linear, right top, left top, from(#e1d7ef), to(#eccee7));
  background-image: -webkit-linear-gradient(right, #e1d7ef 0%, #eccee7 100%);
  background-image: -o-linear-gradient(right, #e1d7ef 0%, #eccee7 100%);
  background-image: linear-gradient(-90deg, #e1d7ef 0%, #eccee7 100%);
  width: 100px;
}

.specs_block_img img {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: auto;
  height: -webkit-calc(100% + 10px);
  height: calc(100% + 10px);
}

.specs_block_fname {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'din-medium', sans-serif;
}

.specs_block_lname {
  font-size: 16px;
  font-family: 'din-medium', sans-serif;
  margin-bottom: 15px;
}

.specs_block_role,
.specs_block_exp {
  font-size: 14px;
}

.specs_block .right_block {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  padding: 15px 0 15px 60px;
}

.specs_block .right_block span {
  display: block;
}

.specs_block .right_block a {
  font-size: 16px;
  color: #830067;
  text-decoration: underline;
}

.specs .button {
  padding: 0 50px;
  line-height: 50px;
}

.our_work {
  background-color: #f7f7f7;
  padding: 40px 0;
  margin-bottom: 70px;
}

.our_work .item {
  letter-spacing: -0.31em;
}

.our_work .title {
  display: block;
  margin-bottom: 15px;
  font-family: 'din-medium', sans-serif;
  font-size: 22px;
}

.our_work p {
  font-size: 18px;
  margin-bottom: 30px;
}

.our_work img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.our_work .left_block {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 45%;
  border-bottom: 5px solid #9c79c7;
}

.our_work .left_block:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: -20px;
  top: -20px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: 5px 5px;
  background-repeat: no-repeat;
  background-image: url(../img/dots_bss_sec.png);
}

.our_work .wrapper_block {
  overflow: hidden;
  position: relative;
}

.our_work .before_block {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  overflow: hidden;
}

.our_work .before_block img {
  width: auto;
}

.our_work .button {
  line-height: 40px;
}

.our_work .right_block {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 55%;
  padding-left: 40px;
  padding-right: 50px;
}

.our_work_new .left_block {
  display: block;
  margin: 0 auto;
  width: 60%;
}

.our_work .owl-nav {
  height: 0;
}

.our_work .owl-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: rgba(102,102,102,0.419608) !important;
  margin-right: 25px;
}

.our_work .owl-dot.active {
  background-color: #bf5db0 !important;
  border: none !important;
}

.our_work .owl-dots {
  padding-top: 40px;
}

.our_work .owl-nav button {
  background-image: url("../img/svg/arrow_two.svg") !important;
  width: 25px;
  height: 50px !important;
}

.work_item {
  overflow: hidden;
  padding-top: 20px;
  padding-left: 20px;
}

.work_item img {
  height: 308px;
}

.switch {
  position: absolute;
  bottom: 0;
  height: 60px;
  padding: 0 15px;
  left: 50%;
  margin-left: -15px;
  cursor: pointer;
}

.switch span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
  font-family: 'din-bold', sans-serif;
  font-size: 16px;
}

.switch span.before {
  right: -webkit-calc(100% + +10px);
  right: calc(100% + +10px);
}

.switch span.after {
  left: -webkit-calc(100% + +10px);
  left: calc(100% + +10px);
}

.switcher {
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  margin-left: -1px;
  background-color: white;
  cursor: pointer;
}

.switcher:before,
.switcher:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-top: 10px solid white;
}

.switcher:after {
  right: -25px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.switcher:before {
  left: -25px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

a.team_item {
  text-decoration: underline;
}

.team_item {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-calc(100% / 4 - 15px);
  width: calc(100% / 4 - 15px);
  margin-right: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.team_item:nth-child(4n) {
  margin-right: 0;
}

.team_item img {
  display: inline-block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 100%;
}

.team_item span {
  font-size: 20px;
}

.team_items {
  margin-bottom: 20px;
}

.team_items .row {
  text-align: center;
}

.table-scroll {
  overflow: auto;
}

.table-scroll table {
  min-width: 850px;
}

.person_banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  display: flex;
  align-items: stretch;
}

.person_banner img {
  width: 50%;
  display: block;
  margin-bottom: 0 !important;
}

.person_banner_block {
  width: 50%;
  color: white;
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #5B6369;
  font-size: 17px;
  display: flex;
  flex-direction: column; 
  align-items: flex-start;
}

.person_banner_block .callback_btn {
    margin-top: auto;
}

.person_name {
  font-size: 28px;
  color: #fff;
}

.person_docs {
  margin-bottom: 50px;
  padding: 0 60px;
}

.person_docs img {
  width: auto !important;
  margin: 0 auto;
}

.person_docs .owl-dots {
  padding-top: 10px;
}

.with_arrow {
  padding: 0 60px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.with_arrow.second {
  padding: 0 80px;
}

.arrow_top {
  cursor: pointer;
  position: fixed;
  left: 100px;
  bottom: 0;
  border: 2px solid #BEC7CF;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 10;
}

.arrow_top.active {
  visibility: visible;
  opacity: 1;
}

.arrow_top:hover span {
  color: black;
}

.arrow_top:hover .arrow {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.arrow_top span {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #AAAAAA;
}

.arrow_top .arrow {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 40px;
  border-top: 2px solid #e000b0;
  margin-bottom: 10px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-image: url("../img/svg/arrow_top.svg");
}

.filters {
  padding: 28px 0;
  margin: 0 0 20px 0;
}

.filters_button_mob {
  display: none;
  position: relative;
}

.filters_button_mob:after {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  right: 15px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(-45deg) translate(0px, -1px);
      -ms-transform: rotate(-45deg) translate(0px, -1px);
       -o-transform: rotate(-45deg) translate(0px, -1px);
          transform: rotate(-45deg) translate(0px, -1px);
}

.filters_button_mob.active:after {
  -webkit-transform: rotate(135deg) translate(0px, -1px);
      -ms-transform: rotate(135deg) translate(0px, -1px);
       -o-transform: rotate(135deg) translate(0px, -1px);
          transform: rotate(135deg) translate(0px, -1px);
}

.filters_button_mob.active+form {
  display: block;
}

.filters form {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.filters ul {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
}

.filters ul li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
  font-size: 14px;
}

.filters ul li.active a,
.filters ul li:hover a {
  color: #E000B0;
}

.filters label,
.filters .btn-default {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.filters fieldset {
  border: none;
}

.filters label,
.filters button {
  margin-right: 20px;
  font-size: 14px;
  padding: 0;
  cursor: pointer;
}

.filters label:hover,
.filters button:hover {
  color: #E000B0;
}

.filters label input,
.filters button input {
  display: none;
}

.filters label input:checked+span,
.filters button input:checked+span {
  color: #E000B0;
}

.news_content {
  border: 1px solid #8c959e;
  padding: 60px 100px;
  margin-bottom: 40px;
}

.news_content .bottom {
  margin-top: 100px;
  padding: 20px 0;
  border-top: 1px solid #8c959e;
  border-bottom: 1px solid #8c959e;
}

.news_content .bottom a {
  display: inline-block;
  font-size: 12px;
  color: #80858a;
}

.news_content .bottom_second {
  padding-top: 20px;
}

.news_search {
  position: relative;
}

.news_search .wrapper {
  position: absolute;
  display: none;
  right: 0;
  width: 200px;
  height: auto;
}

.news_search.active .wrapper {
  display: block;
}

.news_search.active .search_btn {
  background-image: url("../img/svg/close.svg");
  -webkit-background-size: auto auto;
          background-size: auto;
}

.news_search input {
  width: 100%;
  height: 20px;
  border: none;
  border-bottom: 1px solid;
  font-size: 12px;
}

.news_search .search_btn {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-image: url("../img/svg/search_ico.svg");
}

.news_tags {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.news_tags a {
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
}

.news_tags a:hover {
  color: #E000B0;
}

.news_tags a:not(:first-child):before {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 2px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #80858a;
  left: 0;
  top: 7px;
}

.news_soc_links {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.news_soc_links a {
  margin-right: 30px;
}

.news_soc_links svg {
  width: 20px;
  fill: inherit;
}

.news_soc_links svg:hover {
  fill: deepskyblue;
}

.news_item {
  border: 1px solid #8c959e;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
     -moz-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

.news_item.half .right_block {
  width: 50%;
}

.news_item_small {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-calc(100% / 3 - 27px);
  width: calc(100% / 3 - 27px);
  margin-right: 40px;
  border: 1px solid #8c959e;
}

.news_item_small:nth-child(3n) {
  margin-right: 0;
}

.news_item_info {
  padding: 25px;
}

.news_item_info .bottom {
  border-top: 1px solid #8c959e;
  padding-top: 15px;
  font-size: 12px;
  text-align: left;
}

.news_item .right_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.news_item p {
  font-size: 16px;
  color: #80858a;
}

.news_item .top {
  font-size: 12px;
  margin-bottom: 20px;
  color: #80858a;
}

.news_item .bottom {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid gainsboro;
  font-size: 12px;
  color: #80858a;
}

.news_item .bottom a {
  color: #80858a;
  margin-left: 10px;
}

.news_item_image {
  width: 50%;
}

.news_item_image img {
  display: block;
  width: 100% !important;
}

.news_item_title {
  margin-bottom: 15px;
  font-family: 'din-light', sans-serif;
  font-size: 28px;
  line-height: normal;
}

.news_latest {
  margin-bottom: 40px;
}

.news_latest .justy {
  margin-bottom: 40px;
}

.news_latest .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
     -moz-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.news_latest .row .owl-dots .owl-nav {
  height: 0;
}

.news_latest .row .owl-dots .owl-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: rgba(102,102,102,0.419608) !important;
  margin-right: 25px;
}

.news_latest .row .owl-dots .owl-dot.active {
  background-color: #e000b0 !important;
  border: none !important;
}

.news_latest .item_title {
  display: block;
  line-height: normal;
  font-size: 18px;
  margin-bottom: 25px;
  min-height: 45px;
}

.news_latest .title {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
}

.news_latest .read_all {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

.top {
  margin-bottom: 20px;
  color: #80858a;
  letter-spacing: -0.31em;
}

.top span {
  display: inline-block;
  font-size: 12px;
  letter-spacing: normal;
}

.top_info {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.top_links {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.views {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  color: #80858a;
}

.about_first img {
  width: 100%;
  height: auto;
}

.about p {
  font-size: 20px;
}

.about-title {
  color: #410033;
  display: block;
  font-size: 35px;
  text-align: center;
  margin-bottom: 60px;
}

.about-strat-info {
  letter-spacing: normal;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 40%;
  font-size: 20px;
}

.about-strat-first img {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 60%;
}

.about-services {
  padding-top: 50px;
  letter-spacing: normal;
  text-align: center;
}

.about-services-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: left;
  letter-spacing: normal;
}

.about-services-item img {
  padding: 10px 10px 0 0;
  width: 50px;
  height: 50px;
}

.about-services-info {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  height: auto;
}

.about-services-item span {
  color: #000000;
  display: inline-block;
  vertical-align: top;
  font-size: 25px;
  font-weight: bold;
}

.about-advantages {
  letter-spacing: normal;
  text-align: left;
  padding-top: 20px;
}

.about-advantages-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: left;
  position: relative;
  padding-left: 40px;
  letter-spacing: normal;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.about-advantages-item:before {
  content: ' ';
  color: #f6226f;
  display: inline-block;
  position: absolute;
  left: 0;
  vertical-align: top;
  margin: 10px 10px 0 0;
  height: 9px;
  width: 18px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.about-advantages-item span {
  color: #000000;
  font-size: 25px;
  font-weight: bold;
}

.about-advantages-info {
  display: inline-block;
  width: 90%;
}

.about_third img {
  width: 100%;
  height: auto;
}

.costum_content_wrap {
  width: 100%;
}

.costum_content img {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  padding: 10px 10px 0 0;
}

.costum_content_info {
  display: inline-block;
  vertical-align: top;
  width: 80%;
}

.advantages-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(316px, 1fr);
  margin-bottom: 60px;
}

.advantages-grid--alt {
  display: block;
}

.advantages-grid--alt .owl-item .advantages-grid-item {
  background: #F7F7F7;
}

.advantages-grid--alt .owl-item:nth-child(2n) .advantages-grid-item {
  background: #fff;
}

.advantages-grid--alt .advantages-grid-item {
  height: 100%;
  min-height: 270px;
}

.advantages-grid--alt .advantages-grid-item>*:last-child {
  margin-top: auto;
}

.advantages-grid--alt .owl-nav button {
  background-image: url(../img/svg/arrow.svg) !important;
  width: 25px;
  height: 50px !important;
  opacity: 0.4;
}

.advantages-grid--alt .owl-nav {
  height: 0;
}

.advantages-grid--alt .owl-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: rgba(0,0,0,0) !important;
  margin-right: 25px;
}

.advantages-grid--alt .owl-dot.active {
  background-color: #E000B0 !important;
  border: none !important;
}

.advantages-grid--alt .owl-dot {
  border: 2px solid #acacac !important;
}

.advantages-grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px;
}

.advantages-grid-item:nth-child(4n),
.advantages-grid-item:nth-child(4n+1),
.advantages-grid-item:nth-child(1) {
  background: #F7F7F7;
}

.advantages-grid-item>*:last-child {
  margin-top: auto;
}

.advantages-grid-item__title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #E000B0;
  margin-bottom: 15px;
}

.advantages-grid-item__title--black {
  color: #000;
}

.advantages-grid-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #384149;
  margin: 0;
}

.advantages-grid-item__list {
  list-style: inherit;
  padding-left: 18px;
  color: #E000B0;
  margin-bottom: 0;
}

.advantages-grid-item__list li>span {
  color: #384149;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.advantages-grid-item__image {
  width: 60px !important;
  height: 60px !important;
}

.quote__icon {
  width: 34px;
  height: 34px;
  margin-bottom: 25px;
}

.quote__text {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 20px;
}

.quote-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote-info:before {
  content: '';
  width: 40px;
  height: 1px;
  background: #E000B0;
  margin-right: 20px;
}

.quote-info__name {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #000000;
}

.quote-info__status {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #000000;
}

.time_read {
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
}

.time_read_icon {
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
}

.time_read_icon:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 16px;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-image: url("../img/svg/look.svg");
}

.time_read:before {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 2px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #80858a;
  left: 0;
  top: 7px;
}

.reviews_form {
  padding: 50px 100px 20px 100px;
  border: 1px solid #8c959e;
  margin-bottom: 20px;
}

.reviews_form .form-actions {
  text-align: right;
}

.reviews_form .form-actions .button {
  line-height: 45px;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-size: 14px;
  width: auto;
  padding: 0 20px;
}

.reviews_form input,
.reviews_form textarea {
  border: none;
  resize: none;
  width: 100%;
  outline: none;
  padding: 0;
  font-size: 14px;
  margin-left: 0;
}

.reviews_form input {
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e7ef;
  margin-bottom: 20px;
}

.reviews_form input::-webkit-input-placeholder {
  font-style: normal;
  color: #cacaca;
  font-family: "din-light";
}

.reviews_form input::-moz-placeholder {
  font-style: normal;
  color: #cacaca;
  font-family: "din-light";
}

.reviews_form input:-ms-input-placeholder {
  font-style: normal;
  color: #cacaca;
  font-family: "din-light";
}

.reviews_form input:-moz-placeholder {
  font-style: normal;
  color: #cacaca;
  font-family: "din-light";
}

.reviews_form textarea {
  height: 100px;
}

.reviews_form textarea::-webkit-input-placeholder {
  font-style: normal;
  color: #cacaca;
  font-family: "din-light";
}

.reviews_form textarea::-moz-placeholder {
  font-style: normal;
  color: #cacaca;
  font-family: "din-light";
}

.reviews_form textarea:-ms-input-placeholder {
  font-style: normal;
  color: #cacaca;
  font-family: "din-light";
}

.reviews_form textarea:-moz-placeholder {
  font-style: normal;
  color: #cacaca;
  font-family: "din-light";
}

.reviews_item {
  height: 400px;
  position: relative;
  margin-bottom: 50px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.reviews_item .title {
  display: block;
  line-height: normal;
  font-size: 34px;
  margin-bottom: 30px;
}

.reviews_item.first {
  border-bottom: 1px solid #8c959e;
  background-image: url("../img/revvv.jpg");
}

.reviews_item.first .more_block {
  position: absolute;
  left: 27%;
  top: 0;
  width: 200px;
}

.reviews_item.second {
  background-image: url("../img/rev_2.jpg");
}

.reviews_item.second .more_block {
  position: absolute;
  right: 50px;
  top: 0;
  width: 240px;
}

.reviews_block {
  margin-bottom: 70px;
}

.reviews_block .owl-carousel {
  margin-bottom: 30px;
}

.reviews_block .owl-stage-outer {
  padding: 20px 0;
}

.reviews_block .item {
  padding: 0 20px;
}

.reviews_block .owl-nav button {
  background-image: url(../img/svg/arrow.svg) !important;
  width: 25px;
  height: 50px !important;
  opacity: 0.4;
}

.reviews_block .owl-nav {
  height: 0;
}

.reviews_block .owl-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: rgba(0,0,0,0) !important;
  margin-right: 25px;
}

.reviews_block .owl-dot.active {
  background-color: #E000B0 !important;
  border: none !important;
}

.reviews_block .owl-dot {
  border: 2px solid #acacac !important;
}

.reviews_year {
  text-align: center;
}

.reviews_year .title {
  display: inline-block;
  margin-bottom: 35px;
  width: auto;
  border-bottom: 1px solid;
  font-size: 34px;
  text-align: center;
}

.reviews_year_nav .container {
  background-color: rgba(255,255,255,0.95);
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.reviews_year_nav ul {
  padding: 20px 10px;
  margin-bottom: 0;
  text-align: center;
}

.reviews_year_nav li {
  font-size: 18px;
  display: inline-block;
  padding: 0 10px;
  line-height: 40px;
}

.reviews_year_nav li:hover {
  background-color: rgba(213,213,213,0.5);
}

.reviews_gallery_page {
  padding-top: 100px;
}

.reviews_gallery a {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-calc(100% / 4 - 45px);
  width: calc(100% / 4 - 45px);
  margin-right: 60px;
  margin-bottom: 60px;
  border: 1px solid;
}

.reviews_gallery a:nth-child(4n) {
  margin-right: 0;
}

.reviews_gallery img {
  display: block;
  width: 100%;
}

.reviews_gallery .row {
  text-align: left;
}

.reviews_list {
  background-color: #f0f0f0;
  padding-bottom: 50px;
}

.reviews_list .pagination {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 50px;
}

.reviews_list .pagination:last-child {
  padding-top: 0;
  margin-bottom: 0;
}

.reviews_list .pagination li {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  font-size: 24px;
  min-width: 40px;
  margin-right: 20px;
}

.reviews_list .pagination li:not(.control) a {
  border: 1px solid #54616e;
}

.reviews_list .pagination li:last-child {
  margin-right: 0;
}

.reviews_list .pagination a {
  display: block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.images_page {
  margin-bottom: 30px;
}

.ec_message_main_second {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 16.56px 7.44px rgba(14,9,22,0.04);
          box-shadow: 0px 0px 16.56px 7.44px rgba(14,9,22,0.04);
}

.ec_message_list {
  border: 0px solid #1c2025;
  background-color: #fff;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  -webkit-box-shadow: 0px 26px 50px 0px rgba(0,0,0,0.1);
          box-shadow: 0px 26px 50px 0px rgba(0,0,0,0.1);
  padding: 45px;
  margin-bottom: 60px;
}

.ec_message_list:last-child {
  margin-bottom: 0;
}

.ec_message_callback {
  background-color: #999;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  -webkit-box-shadow: 0px 26px 50px 0px rgba(0,0,0,0.1);
          box-shadow: 0px 26px 50px 0px rgba(0,0,0,0.1);
  padding: 45px;
  margin-bottom: 60px;
}

.ec_message_callback p {
  color: white;
}

.ec_message_head {
  display: block;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bf5db0), to(#9a7bc9));
  background-image: -webkit-linear-gradient(top, #bf5db0 0%, #9a7bc9 100%);
  background-image: -o-linear-gradient(top, #bf5db0 0%, #9a7bc9 100%);
  background-image: linear-gradient(180deg, #bf5db0 0%, #9a7bc9 100%);
  padding: 30px 100px 30px 45px;
  overflow: hidden;
}

.ec_message_head:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: 95% center;
  background-image: url("../img/nine.png");
  background-repeat: no-repeat;
}

.ec_message_body {
  padding: 40px;
  font-size: 20px;
  color: #313131;
  background-color: #fafafa;
}

.ec_message_body p:last-child {
  margin-bottom: 0;
}

.ec_message_name {
  display: block;
  color: white;
  line-height: normal;
  margin-bottom: 15px;
  font-family: 'din-bold', sans-serif;
  font-size: 30px;
}

.ec_message_date {
  color: white;
}

.ec_message_message_main {
  padding: 50px 30px;
  background-color: #f0f0f0;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: -0.31em;
}

.ec_message_message_main img {
  display: inline-block !important;
  vertical-align: top;
  max-width: 120px;
  width: 100%;
}

.ec_message-wrapp {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  padding-left: 40px;
}

.ec_message_comment {
  padding: 50px 100px 50px 100px;
  border: 1px solid #8c959e;
  margin-bottom: 20px;
}

.ec_message_comment .justy {
  margin-bottom: 50px;
}

.ec_message_comment span {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  color: #999;
}

.shares {
  max-width: 420px;
  margin: 0 auto;
}

.shares .share {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 20px;
  background-position: center;
  -webkit-background-size: 20px 20px;
          background-size: 20px;
  background-repeat: no-repeat;
}

.shares .share:last-child {
  margin-right: 0;
}

.shares .share_fb {
  background-color: #4464a3;
  background-image: url("../img/svg/fs_ico.svg");
}

.shares .share_tw {
  background-color: #55acee;
  background-image: url("../img/svg/tw_ico.svg");
}

.shares .share_in {
  background-color: #0077b5;
  background-image: url("../img/svg/ln_ico.svg");
}

.shares .share_more {
  background-color: #333;
  background-image: url("../img/svg/more_ico.svg");
}

.portfolio_item {
  margin-bottom: 30px;
  border-bottom: 1px solid #8c959e;
}

.portfolio_item:last-child {
  border-bottom: none;
}

.portfolio_item .title {
  font-size: 34px;
  display: block;
  margin-bottom: 10px;
}

.portfolio_item .subtitle {
  display: block;
  font-size: 20px;
  font-family: 'din-light', sans-serif;
  margin-bottom: 45px;
}

.map_block {
  margin-bottom: 40px;
}

.map_block .container>ymaps {
  border: 1px solid;
}

.seminar_title {
  display: block;
  color: black;
  margin-bottom: 45px;
  font-size: 34px;
  font-family: 'din-bold', sans-serif;
}

.seminar_table {
  display: block;
  width: 100%;
  font-size: 20px;
  margin-bottom: 60px;
}

.seminar_table a {
  text-decoration: underline;
}

.seminar_table_head {
  font-size: 20px;
  color: #AAAAAA;
  letter-spacing: -0.31em;
  border-bottom: 1px solid rgba(140,149,158,0.4);
  padding: 20px 0;
}

.seminar_table_head div {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.seminar_table_head div:first-child {
  width: 20%;
}

.seminar_table_head div:nth-child(2) {
  width: 60%;
}

.seminar_table_head div:nth-child(3) {
  width: 20%;
}

.seminar_table_tr {
  letter-spacing: -0.31em;
  border-bottom: 1px solid rgba(140,149,158,0.4);
  padding: 20px 0;
}

.seminar_table_tr:last-child {
  border-bottom: none;
}

.seminar_table_tr div {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 40px;
}

.seminar_table_tr div:first-child {
  width: 20%;
}

.seminar_table_tr div:nth-child(2) {
  width: 60%;
}

.seminar_table_tr div:nth-child(3) {
  width: 20%;
}

.persons_slider {
  width: 95%;
  margin: 0 auto;
}

.persons_slider .owl-nav {
  height: 0;
}

.persons_slider .owl-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: rgba(131,0,103,0.3) !important;
  margin-right: 25px;
}

.persons_slider .owl-dot.active {
  background-color: rgba(131,0,103,0.65) !important;
  border: none !important;
}

.persons_slider .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.persons_slider .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.persons_slider .owl-nav:hover {
  opacity: 0.5;
}

.persons_slider .item {
  letter-spacing: -0.31em;
}

.persons_slider_desc {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding-right: 40px;
  font-size: 18px;
  margin-bottom: 40px;
}

.persons_slider_title {
  display: block;
  font-size: 34px;
  margin-bottom: 20px;
  line-height: normal;
}

.persons_slider img {
  display: inline-block !important;
  vertical-align: middle;
  width: 50% !important;
  margin-bottom: 0 !important;
}

.courses {
  padding: 45px 0 80px;
  background: -webkit-gradient(linear, left top, right top, from(#cf6383), to(#965b96));
  background: -webkit-linear-gradient(left, #cf6383 0%, #965b96 100%);
  background: -o-linear-gradient(left, #cf6383 0%, #965b96 100%);
  background: linear-gradient(90deg, #cf6383 0%, #965b96 100%);
  margin-bottom: 50px;
}

.courses_title {
  display: block;
  width: 100%;
  color: white;
  font-size: 40px;
  margin-bottom: 40px;
}

.courses .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
     -moz-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

.courses_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: normal;
  background-color: white;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  width: 100%;
  margin-right: 0;
  text-align: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.courses_item:nth-child(3n) {
  margin-right: 0;
}

.courses_item .wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 150px;
}

.courses_item img {
  display: block;
  margin-bottom: 20px;
}

.courses_item .button {
  margin-top: auto;
}

.courses_item span {
  display: block;
  font-size: 20px;
}

.overlay {
  position: fixed;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  display: block;
  overflow-y: scroll;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-color: rgba(4,14,31,0.85);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 100;
}

.overlay.active {
  visibility: visible;
  opacity: 1;
}

.overlay.disabled {
  opacity: 0 !important;
}

.popup {
  position: relative;
  background-color: white;
  padding: 40px 40px;
}

.popup .warning {
  font-size: 14px;
  margin-bottom: 0 !important;
}

.popup .button {
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
}

.popup.callback {
  display: none;
  /* max-width: 380px; */
  max-width: 430px;
  margin: 0 auto 50px auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.popup.callback.active {
  display: block;
}

.popup.callback .form-input {
  display: block;
  margin-bottom: 20px;
}

.popup.callback p {
  font-size: 16px;
  margin-bottom: 20px;
}

.popup.callback form {
  width: 100%;
}

.popup.callback input:not([name="conf"])  {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-border-radius: 4px 4px 4px 4px;
          border-radius: 4px 4px 4px 4px;
  border: 1px solid rgba(28,32,37,0.9);
  height: 50px;
  padding-left: 20px;
}

.popup.callback .button {
  width: 100%;
}

label.checkbox {
    display: flex;
    margin-bottom: 12px;
}

.checkbox__input.visually-hidden {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkbox__item {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    border-radius: 3px;
    vertical-align: middle;
    position: relative;
    transition: all 0.2s ease;
    background-color: #fff;
    transform: translateY(5px);
    flex-shrink:0;
}

.checkbox__input:checked + .checkbox__item::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox__text {
    margin-left: 8px;
    vertical-align: middle;
    display: inline-block;
}

.checkbox__text a {
    text-decoration: underline;
    color: #9b1067;
}
.popupWrapp {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 95%;
  z-index: 20;
}

.popup_logo {
  display: block;
  width: 175px;
  height: 25px;
  margin-bottom: 40px;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/denta_luxe_logo.png");
}

.popup_title {
  display: block;
  margin-bottom: 20px;
  color: #5A6466;
  font-size: 24px;
  line-height: normal;
}

.popupClose {
  position: absolute;
  margin: 0 !important;
  padding: 0;
  top: 10px;
  right: 15px;
  width: 20px;
  height: 20px;
}

.popupClose:before,
.popupClose:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  right: 4px;
  position: absolute;
  border-left: 1px solid #192844;
  border-bottom: 1px solid #192844;
}

.popupClose:before {
  bottom: 10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popupClose:after {
  top: 13px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
}

.thanks {
  display: none;
  font-size: 24px;
  font-weight: bold;
}

.thanks.active {
  display: block;
}

.hide {
  display: none !important;
}

.links_block {
  background-color: #f0f0f0;
  padding: 50px 0;
}

.links_block .with_ico span {
  margin-left: 10px;
}

.links_block .with_ico a {
  text-decoration: underline;
}

.links_block .with_ico a:before {
  content: '';
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
  width: 40px;
  height: 55px;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
}

.links_block .with_ico a.docx:before {
  background-image: url("../img/docx_ico.png");
}

.links_block .with_ico a.pdf:before {
  background-image: url("../img/pdf_ico.png");
}

.links_block a {
  font-size: 20px;
}

.links_block .link_title {
  font-size: 24px;
  display: block;
  margin-bottom: 15px;
}

.pre-footer {
  display: block;
  width: 100%;
  height: 350px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 45px 0;
  background-color: #566270;
}

.footer .small {
  font-size: 10px;
  margin-bottom: 0;
  color: white;
  text-transform: uppercase;
  font-family: 'OpenSansLight', sans-serif;
}

.footer .justy {
  margin-bottom: 25px;
}

.footer_nav {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 43%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 168px;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}

.footer_nav a {
  text-decoration: underline;
  margin-right: 10px;
  color: white;
  margin-bottom: 4px;
}

.footer_addr {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  color: white;
  margin-right: 7%;
}

.footer_addr a {
  display: block;
  margin-bottom: 10px;
  color: white;
  text-decoration: underline;
  display: inline-block;
}

.footer_sign {
  height: 60px;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: right;
  font-family: 'OpenSansLight', sans-serif;
}

.footer_rating {
  font-size: 16px;
}

.footer_socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 33px;
}

.footer_socials .soc_icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  margin-left: 10px;
}

.footer_socials .soc_icon.soc_inst {
  background-image: url(../img/instagram_white.png);
}

.footer_socials .soc_icon.soc_vk {
  background-image: url(../img/svg/vk.svg);
}

.footer_socials .soc_icon.soc_prodoc {
  background-image: url(../img/svg/prodoc.svg);
}

.footer_socials .soc_icon.soc_fb {
  background-image: url(../img/fb_white.png);
}

.footer_socials .soc_icon.soc_you {
  background-image: url(../img/svg/youtube.svg);
}

.footer_search {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 170px;
}

.footer_search form {
  margin-bottom: 20px;
}

.footer_search input {
  border: none;
  padding-left: 32px;
  font-size: 14px;
  height: 40px;
  width: 130px;
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: 20px 20px;
          background-size: 20px;
  background-position: 7px center;
  background-image: url(../img/svg/search.svg);
}

.footer_search input:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: red;
  background-image: url(../img/svg/search.svg);
}

.footer_search button {
  position: absolute;
}

.footer_callback {
  padding: 40px 0;
  background-color: #eee;
  font-size: 28px;
}

.footer_callback p {
  display: inline-block;
  vertical-align: middle;
  padding-right: 80px;
  width: -webkit-calc(100% - 228px);
  width: calc(100% - 228px);
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.footer_callback .button {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 50px;
  height: 50px;
  width: 220px;
}

.se {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px;
  color: white;
}

.se-logo {
  margin-bottom: 7px;
}

.se-link {
  margin-right: 39px;
  color: white;
}

.fooot_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}

.fooot_block__payments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px;
}

.fooot_block__payments-text {
  display: block;
  margin-bottom: 5px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}

.fooot_block__payments-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.fooot_block__payments-item {
  width: 40px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.lic_file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 16px;
}

.lic_file a {
  color: #fff;
}

.footer_addr .footer_phone {
  position: relative;
  padding-left: 30px;
}

.footer_addr .footer_phone:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/svg/phone_white.svg);
}

.footer_addr .footer_email {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.footer_addr .footer_email:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/svg/mail_white.svg);
}

.footer_addr .footer_address {
  position: relative;
  padding-left: 30px;
}

.footer_addr .footer_address:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/svg/location2_white.svg);
}

.footer_address:not(:last-child) {
  margin-bottom: 7px;
}

.flex-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-text .rating-item.active {
  background: url("/uploads/img/star.png") center center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  width: 13px;
  height: 13px;
  display: block;
}

iframe {
  border: none;
}

.breadcrumb {
  padding-top: 30px;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb-item.active {
  color: #e000b0;
}

.rating {
  margin: 0;
  color: white;
}

.rating a {
  margin-right: 10px;
}

.hamburger {
  display: none;
  z-index: 20;
  padding: 0;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  line-height: normal;
  height: 17px;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger .is-active:hover {
  opacity: 0.7;
}

.hamburger .is-active .hamburger-inner,
.hamburger .is-active .hamburger-inner:before,
.hamburger .is-active .hamburger-inner:after {
  background-color: #830067;
}

.hamburger-box {
  width: 20px;
  height: 17px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #830067;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: absolute;
}

.hamburger-inner:before {
  top: -8px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: -1px;
}

.hamburger--collapse .hamburger-inner:after {
  top: -16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1);
}

.mm-body--open .hamburger--collapse .hamburger-inner {
  -webkit-transition-delay: .22s;
       -o-transition-delay: .22s;
          transition-delay: .22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.mm-body--open .hamburger--collapse .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0.1s linear 0.22s;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0.1s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0.1s linear 0.22s;
  opacity: 0;
}

.mm-body--open .hamburger--collapse .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,-webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,-webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -o-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,-o-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s,-webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s,-o-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.mm.mm--offcanvas {
  background: #ffff;
}

.mm .active>a {
  color: #e000b0;
}

.partners_main {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.partners_left {
  width: 30%;
}

.partners_right {
  width: 25%;
}

.partners_midel {
  width: 20%;
}

.partners_item {
  margin-bottom: 40px;
}

.partners_item img {
  max-width: 200px;
}

.partners_item span {
  display: block;
}

.partners_item .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
}

.partners_item .row div {
  letter-spacing: normal;
}

.contact_column {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding-right: 70px;
}

.contact_column p:last-child {
  margin-bottom: 0;
}

.contact_column:nth-child(2) p:last-child {
  margin-bottom: 30px;
}

.contact_column_work {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.contact_column_time {
  padding-left: 5px;
}

.contact_title {
  font-size: 26px;
}

.contact_map {
  border: 1px solid #e8e8e8;
}

.contact_ico {
  padding-left: 40px;
  position: relative;
}

.contact_ico:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 25px;
  height: 25px;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.contact_ico.phone:before {
  background-image: url("../img/svg/phone_01.svg");
}

.contact_ico.email:before {
  background-image: url("../img/svg/mail_01.svg");
}

.soc_item {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}

.soc_item:last-child {
  margin-right: 0;
}

.soc_item.insta {
  background-image: url("../img/svg/inst_01.svg");
}

.soc_item.vk {
  background-image: url("../img/svg/vk_01.svg");
}

.soc_item.facebook {
  background-image: url("../img/svg/fb_01.svg");
}

.soc_item.youtube {
  background-image: url("../img/svg/youtube_01.svg");
}

.youtube_iframe {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
}

.youtube_iframe .play {
  background: url("../img/youtube-play-btn.png") no-repeat;
  background-position: 0 -50px;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  position: absolute;
  height: 50px;
  width: 69px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.youtube_iframe:hover .play {
  background-position: 0 0;
}

.courses_items .owl-nav {
  height: 0;
  width: auto;
}

.courses_items .owl-prev {
  left: -100px;
}

.courses_items .owl-next {
  right: -100px !important;
}

.courses_items .owl-dots {
  position: absolute;
  bottom: -50px;
  width: 100%;
}

.courses_items .owl-dot.active {
  background-color: rgba(131,0,103,0.3) !important;
  border: none !important;
}

.courses_items .owl-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff !important;
  margin-right: 25px;
}

.popup_worktime {
  position: fixed;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 999999;
  background-color: rgba(0,0,0,0.6);
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.popup_worktime.active {
  left: 0;
  opacity: 1;
}

.popup_worktime_block {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 650px;
  max-width: 100%;
  padding: 36px 46px 46px;
  font-size: 16px;
  color: #1e1d1d;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 15px solid #e000b0;
}

.logo_popup {
  margin-bottom: 20px;
}

.logo_popup img {
  display: block;
  width: 190px;
  height: 26px;
  margin: 0 auto;
  max-width: 100%;
}

.popup_worktime_close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 1;
}

.popup_worktime_close:before,
.popup_worktime_close:after {
  content: '';
  position: absolute;
  top: 0;
  right: 9px;
  width: 2px;
  height: 20px;
  background-color: #a2a2a2;
}

.popup_worktime_close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup_worktime_close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup_worktime_title {
  position: relative;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.popup_worktime_text {
  margin-bottom: 8px;
}

.popup_worktime_text b {
  font-size: 18px;
}

.work_time_blocks_1 {
  display: inline-block;
  margin-top: 20px;
  width: 45%;
  vertical-align: top;
  margin-right: 4%;
}

.work_time_blocks_2 {
  display: inline-block;
  margin-top: 20px;
  width: 50%;
  vertical-align: top;
}

.popup_worktime_ul {
  list-style: none;
}

.popup_worktime_ul a {
  color: #1e1d1d;
}

.popup_worktime_ul.strong {
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 18px;
}

.popup_worktime_ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 1px;
  font-size: 14px;
}

.popup_worktime_ul li:before {
  content: '';
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #e000b0;
}

.rengen_diag .content ol {
  margin-top: 0;
  padding-top: 0;
}

.rengen_diag .content {
  font-size: 18px;
}

.text_img_block {
  position: relative;
}

.half_past_pict {
  width: 45%;
  margin-right: 3%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 20px;
}

.half_past_pict img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.half_past_text {
  width: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.vnchs_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 5px;
}

.vnchs_item {
  padding: 0;
  width: -webkit-calc((100% - 30px) / 2);
  width: calc((100% - 30px) / 2);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

.vnchs_item img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.diag_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0;
}

.diag_item {
  padding: 0;
  width: -webkit-calc((100% - 20px) / 4);
  width: calc((100% - 20px) / 4);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
}

.diag_item img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.map_menu_wrap ul {
    padding-left: 16px;
}
.map_menu_wrap .parent > a {
    font-weight: bold;
}

@media screen and (min-width: 620px) {
  #main_nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }

  #main_nav>ul>li {
    max-height: 40px;
  }

  #main_nav>ul>li>a {
    height: 40px;
    overflow: hidden;
  }

  #main_nav .submenu {
    visibility: hidden;
    opacity: 0;
  }

  #main_nav li {
    position: relative;
  }

  #main_nav li:hover>ul {
    opacity: 1 !important;
    visibility: visible !important;
  }

  #main_nav li.level1 .submenu {
    display: block;
    position: absolute;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    background-color: white;
    top: 100%;
    left: 0;
    width: 290px;
    padding: 10px 0;
    -webkit-box-shadow: 0px 0px 6.8px 1.2px rgba(14,9,22,0.06);
            box-shadow: 0px 0px 6.8px 1.2px rgba(14,9,22,0.06);
    max-height: 500px;
  }

  #main_nav li.level1 .submenu li {
    display: block;
    text-align: left;
  }

  #main_nav li.level1 .submenu li.active,
  #main_nav li.level1 .submenu li:hover {
    background-color: transparent;
  }

  #main_nav li.level1 .submenu li.active>a,
  #main_nav li.level1 .submenu li:hover>a {
    color: #df00af;
  }

  #main_nav li.level1 .submenu li:last-child {
    margin-bottom: 0;
  }

  #main_nav li.level1 .submenu li:hover {
    background-color: transparent;
  }

  #main_nav li.level1 .submenu li a {
    color: #5a6466;
    font-size: 14px;
    line-height: normal;
    text-transform: inherit;
    height: auto;
    padding: 10px 20px;
  }

  #main_nav li.level1 .submenu li a:hover {
    color: #df00af;
  }

  #main_nav li.level1 .submenu li>a {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: block;
  }

  #main_nav li.level2 .submenu {
    position: absolute;
    left: 100%;
    top: 0;
    padding-top: 15px;
    visibility: hidden;
    opacity: 0;
  }

  #main_nav li ul.submenu {
    background-color: #ffffff;
  }

  #main_nav li ul.submenu.mm--open {
    left: 0 !important;
  }

  #main_nav li ul.submenu.mm--parent {
    left: -100% !important;
  }

  #main_nav li ul.submenu li {
    display: block;
  }

  #main_nav>ul>li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: auto;
    text-align: center;
    padding: 0 9px;
    -webkit-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }

  #main_nav>ul>li.active {
    background-color: #e000b0;
  }

  #main_nav>ul>li.active a {
    color: white;
  }

  #main_nav>ul>li:hover {
    background-color: #e000b0;
  }

  #main_nav>ul>li:hover a {
    color: white;
  }

  #main_nav>ul>li a {
    display: inline-block;
    line-height: 40px;
    font-size: 13px;
    font-family: 'wfregular', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #5A6466;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
}

@media screen and (min-width: 1920px) {
  .page_banner video {
    width: 100%;
  }
}

@media screen and (max-width: 1640px) {
  .page_banner video {
    left: auto;
    -webkit-transform: translate(-15%);
        -ms-transform: translate(-15%);
         -o-transform: translate(-15%);
            transform: translate(-15%);
  }
}

@media screen and (max-width: 1024px) {
  .contacts .mb_big {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 980px) {
  .work_item img {
    height: 29vw;
  }

  .person_banner_block {
    font-size: 2vw;
  }

  .person_name {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 840px) {
  .pre-footer {
    height: 540px;
  }

  .footer_nav {
    width: 56%;
  }

  .footer_addr {
    width: 42%;
    margin-right: 1%;
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 770px) {
  .work_item img {
    height: 34vw;
  }
}

@media screen and (max-width: 768px) {
  .instruction_image {
    width: auto !important;
  }

  .input-attachment__box {
    margin-right: 5px;
  }

  .input-attachment__box img {
    width: 20px;
    height: 26px;
  }

  .input-attachment__title {
    font-size: 14px;
  }

  .mb_big {
    margin-bottom: 30px !important;
  }

  .owl-nav button {
    width: 15px !important;
    height: 25px !important;
    margin: 0;
  }

  .pre-header {
    height: 110px;
  }

  .header_info {
    display: none;
  }

  .header_info span.title {
    text-transform: inherit;
  }

  .header_phone {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .header button {
    vertical-align: middle;
  }

  .main_slider button.owl-next {
    opacity: 0.4;
    right: 15px;
  }

  .main_slider button.owl-prev {
    opacity: 0.7;
    left: 15px;
  }

  .slide .container.right .slide_img {
    right: 55%;
  }

  .slide_row {
    width: 55%;
  }

  .slide_img {
    left: 55%;
  }

  .main_services {
    padding-bottom: 50px;
    font-size: 10px !important;
  }

  .main_services_item {
    font-size: 14px;
  }

  .main_banner .container {
    padding-bottom: 0;
  }

  .main_banner.first {
    padding-bottom: 40px;
  }

  .main_banner.first .main_banner_left {
    width: 100%;
  }

  .main_banner.first img {
    display: none;
  }

  .main_banner.second p {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .main_banner.third .main_banner_left {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
  }

  .main_banner.third .main_banner_left p {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .main_banner.third .main_banner_left p:first-child span {
    font-size: 24px;
  }

  .main_banner.third .main_banner_left a:not(.button) {
    font-size: 24px;
  }

  .main_banner img {
    display: inline-block;
    vertical-align: bottom;
    width: 39%;
    height: 56vw;
    margin-left: auto;
  }

  .main_banner_left {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
  }

  .main_reviews {
    margin-bottom: 50px;
  }

  .callback_block {
    background-image: url("../img/callback_banner_mobile.jpg");
  }

  .callback_block.second .right_block {
    padding: 0 0 0 20px;
  }

  .callback_title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .page_banner {
    margin-bottom: 20px;
    height: 300px;
  }

  .page_banner .block {
    max-width: 370px;
    width: 100%;
  }

  .page_banner .title {
    font-size: 32px;
  }

  .page_banner p {
    font-size: 18px;
  }

  .page_banner video {
    height: 100%;
    right: -25%;
    -webkit-transform: inherit;
        -ms-transform: inherit;
         -o-transform: inherit;
            transform: inherit;
  }

  .content iframe {
    width: 100% !important;
  }

  .content img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }

  .accord_list_item .detail {
    font-size: 14px !important;
    margin-bottom: 0 !important;
  }

  .our_work .right_block {
    padding-right: 20px;
  }

  .person_banner_block {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(91, 99, 105, 0.6);
  }

  .with_arrow {
    padding: 0 20px;
  }

  .no_arrow {
    padding: 0 !important;
  }

  .no_arrow .owl-nav {
    display: none;
  }

  .arrow_top {
    left: 20px;
  }

  .news_content {
    padding: 40px 50px;
  }

  .news_content img {
    width: 100% !important;
    height: auto !important;
  }

  .news_content .bottom {
    margin-top: 50px;
  }

  .advantages-grid--alt .owl-nav {
    display: none;
  }

  .advantages-grid {
    grid-auto-rows: minmax(270px, 1fr);
    margin-bottom: 50px;
  }

  .advantages-grid-item {
    padding: 20px;
  }

  .advantages-grid-item__title {
    font-size: 18px;
  }

  .advantages-grid-item__text {
    font-size: 15px;
  }

  .advantages-grid-item__list li>span {
    font-size: 15px;
  }

  .quote__icon {
    margin-bottom: 20px;
  }

  .quote__text {
    font-size: 24px;
  }

  .quote-info:before {
    width: 30px;
  }

  .quote-info__name {
    font-size: 16px;
  }

  .quote-info__status {
    font-size: 16px;
  }

  .reviews_block .owl-carousel {
    padding: 0;
  }

  .reviews_block .item {
    padding: 0;
  }

  .reviews_block .owl-nav {
    display: none;
  }

  .seminar_table_tr div {
    padding-right: 20px;
  }

  .persons_slider {
    width: 100%;
  }

  .courses_item {
    margin-right: 20px;
  }

  .pre-footer {
    height: 540px;
  }

  .footer_phone {
    width: 140px;
  }

  .footer_email {
    width: 133px;
  }

  .footer_address {
    width: 210px;
  }

  .footer_search {
    margin: 0 auto;
  }

  .contact_column {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .contact_column:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 670px) {
  .popup_worktime_block {
    padding: 50px;
    border: none;
    border: 10px solid #e000b0;
    font-size: 14px;
    max-width: 90%;
  }

  .popup_worktime_title {
    margin-bottom: 14px;
    font-size: 16px;
  }

  .popup_worktime_close {
    top: 20px;
    right: 20px;
  }

  .popup_worktime_ul.strong {
    font-size: 14px;
  }

  .popup_worktime_ul li {
    margin-bottom: 4px;
  }

  .popup_worktime_ul.strong {
    margin-bottom: 10px;
  }

  .popup_worktime_text b {
    font-size: 14px;
  }

  .popup_worktime_text {
    margin-bottom: 8px;
  }

  .work_time_blocks_1 {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }

  .work_time_blocks_2 {
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 620px) {
  body {
    font-size: 16px;
  }

  h1,
  .h1_style {
    font-size: 24px !important;
  }

  h2,
  .h2_style {
    font-size: 22px !important;
  }

  h3,
  .h3_style {
    font-size: 20px !important;
  }

  .pre-header {
    height: 55px;
  }

  .header_logo {
    position: static;
  }

  .header_logo+span {
    display: none;
  }

  .header_phone_mob {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 27px;
    height: 27px;
    position: relative;
  }

  .header_block {
    display: none;
  }

  .header_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    padding: 0;
    height: 55px;
    line-height: 55px;
  }

  .header_top:after {
    content: none !important;
  }

  .mob_callback {
    display: inline-block;
    margin-right: auto;
  }

  .main_slider .BannerLobster {
    font-size: 36px;
  }

  .slide {
    min-height: 300px;
  }

  .slide_row {
    min-height: inherit;
  }

  .main_services {
    height: 850px;
    font-size: 10px !important;
  }

  .main_services_wrapper {
    height: 710px;
  }

  .main_services_item {
    width: -webkit-calc(100% / 3 - 15px);
    width: calc(100% / 3 - 15px);
    margin-right: 20px;
  }

  .main_services_item:nth-child(5n) {
    margin-right: 20px;
  }

  .main_services_item:nth-child(3n) {
    margin-right: 0;
  }

  .main_banner .container {
    padding: 20px 15px 0;
  }

  .main_banner.first {
    margin-bottom: 30px;
  }

  .main_banner.second {
    margin-bottom: 50px;
  }

  .main_banner.second p:first-child {
    font-size: 20px;
  }

  .main_banner.second p {
    font-family: 'din-medium', sans-serif;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .main_banner.third .container {
    height: auto;
  }

  .main_banner.third .main_banner_left p {
    font-family: 'din-medium', sans-serif;
  }

  .main_banner.third .main_banner_left p:first-child {
    font-size: 20px;
  }

  .main_banner.third .main_banner_left p {
    font-size: 16px;
  }

  .main_banner_left {
    font-size: 14px;
  }

  .main_banner_left span {
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
  }

  .main_insurance {
    margin-bottom: 50px;
  }

  .main_insurance .row {
    display: block;
  }

  .main_insurance img {
    display: block;
    width: 200px;
    height: 210px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }

  .main_insurance_right p {
    margin-bottom: 40px;
  }

  .main_insurance_right {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0;
  }

  .main_times .row {
    display: block;
    text-align: center;
  }

  .main_times_item {
    width: 80%;
    margin: 0 auto 40px;
    font-size: 16px;
  }

  .warning_block {
    margin-left: -15px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    -webkit-border-radius: 0;
            border-radius: 0;
    padding: 15px;
  }

  .warning_block p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .warning_title {
    text-align: center;
  }

  .warning_item {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .content {
    font-size: 16px !important;
  }

  .content em {
    font-size: 22px;
  }

  .specs_block {
    width: 100%;
    margin-right: 0;
  }

  .about-strat-info {
    width: 100%;
  }

  .about-strat-first img {
    width: 100%;
    margin-bottom: 50px;
  }

  .about-services-item {
    margin-bottom: 30px;
    width: 100%;
  }

  .about-advantages-item {
    width: 100%;
  }

  .ec_message_head {
    padding: 20px 100px 20px 25px;
  }

  .ec_message_head:after {
    -webkit-background-size: 50px 50px;
            background-size: 50px;
  }

  .ec_message_body {
    padding: 20px;
    font-size: 16px;
  }

  .ec_message_name {
    font-size: 16px;
  }

  .pre-footer {
    height: 310px;
  }

  .footer_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
       -moz-box-align: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    padding: 30px 0;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .footer_addr {
    display: block;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
  }

  .footer_search {
    text-align: center;
    display: block;
  }

  .footer_callback p {
    width: 100%;
    text-align: center;
    padding: 0;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .footer_callback .button {
    display: block;
    margin: 0 auto;
  }

  .flex-text {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rating + .flex-text {
      justify-content: flex-start;
  }

  .breadcrumb li {
    font-size: 16px;
  }

  .hamburger {
    display: inline-block;
  }
}

@media screen and (max-width: 560px) {
  .accord_list_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .accord_list_title {
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .advantages-grid-item__title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .advantages-grid-item__text {
    font-size: 14px;
  }

  .advantages-grid-item__list li>span {
    font-size: 14px;
  }

  .quote__text {
    font-size: 20px;
  }

  .quote-info__name {
    font-size: 14px;
  }

  .quote-info__status {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  h1,
  .h1_style {
    margin-bottom: 20px !important;
  }

  h1.second,
  .h1_style.second {
    padding-top: 15px;
  }

  h2,
  .h2_style {
    margin-bottom: 20px !important;
  }

  h3,
  .h3_style {
    margin-bottom: 20px !important;
  }

  .button,
  .content .button {
    line-height: 40px !important;
    font-size: 16px !important;
  }

  .button_sub,
  .content .button_sub {
    line-height: 35px;
    font-size: 14px;
  }

  .button.dark,
  .content .button.dark {
    line-height: 45px;
  }

  .main_slider .bigTitleWhite {
    font-size: 60px;
  }

  .main_slider .BannerLobster {
    font-size: 18px;
  }

  .slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
       -moz-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }

  .slide .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .slide .container.right .slide_img {
    right: auto;
  }

  .slide_title {
    font-size: 20px;
    font-weight: 700;
  }

  .slide_row {
    font-size: 16px;
    padding: 20px 0;
    padding-bottom: 55px;
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .slide_row .button {
    max-width: 180px;
    margin: 0 auto;
  }

  .slide_img {
    position: absolute;
    width: auto !important;
    height: 90%;
    left: 0;
    opacity: 0.2;
    z-index: 0;
    padding: 0;
  }

  .slide_img.nopadding {
    height: 100%;
    width: auto;
  }

  .main_services {
    height: 1027px;
    font-size: 10px !important;
  }

  .main_services_wrapper {
    height: 900px;
  }

  .main_services_item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-right: 20px !important;
  }

  .main_services_item:nth-child(2n) {
    margin-right: 0 !important;
  }

  .main_banner.third .main_banner_left {
    width: 100%;
  }

  .main_banner.third .main_banner_left p {
    font-size: 16px !important;
  }

  .main_banner.third .main_banner_left p:first-child span {
    font-size: 16px;
  }

  .main_banner.third .main_banner_left a:not(.button) {
    font-size: 16px;
  }

  .main_banner img {
    display: block;
  }

  .main_banner_left {
    width: 100%;
    margin-bottom: 20px;
  }

  .main_insurance_right p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .main_times_item {
    width: 100%;
  }

  .warning_title {
    font-size: 26px;
  }

  .main_socials p {
    font-size: 16px;
  }

  .callback_block {
    padding: 30px 0;
  }

  .callback_block.second .right_block,
  .callback_block.second .left_block {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  .callback_block.second .right_block {
    padding: 0 !important;
    margin-bottom: 0;
  }

  .callback_block p {
    font-size: 16px;
  }

  .callback_title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .form_input input {
    height: 45px;
  }

  .page_banner {
    min-height: 200px;
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .page_banner.command {
    background-image: url("../img/vrachi.jpg");
  }

  .page_banner.price_banner {
    background-image: url("../img/uslusgi_ceny.jpg");
  }

  .page_banner.portf {
    background-image: url("../img/portf_banner.jpg");
  }

  .page_banner.review_b {
    background-image: url("../img/reviews_banner.jpg");
  }

  .page_banner.top .container {
    margin-top: 0;
  }

  .page_banner .container {
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .page_banner .block {
    width: 70%;
    max-width: none;
  }

  .page_banner .title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .page_banner p:last-child {
    margin-bottom: 0;
  }

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

  .page_banner video {
    display: none;
  }

  .page_banner picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .page_services {
    margin-bottom: 20px;
  }

  .page_services .service_title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .page_services_links {
    width: 100%;
    margin-bottom: 20px;
  }

  .page_services_links a,
  .page_services_links span {
    font-size: 16px;
  }

  .page_services img {
    display: none;
  }

  .content em {
    font-size: 18px;
  }

  .content table td,
  .content table th {
    font-size: 15px;
  }

  .content_image {
    width: 100%;
    padding-left: 0;
  }

  .content_block.left {
    width: 100%;
  }

  .content_block.big {
    width: 100%;
  }

  .content_block.small {
    width: 100%;
  }

  .content_block.half {
    width: 100%;
  }

  .blockquote {
    padding: 15px;
  }

  .price_block_item {
    padding: 15px;
  }

  .price_block_item .title {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .price_block_item .item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .price_block_item .item span {
    font-size: 18px;
  }

  .content .price_block.second {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .content .price_block.second tbody td:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content .price_block.second thead .td_left {
    padding-left: 10px;
  }

  .content .price_block thead tr:first-child th {
    font-size: 16px;
  }

  .content .price_block tbody td {
    font-size: 16px;
  }

  .accord_list_item.second .detail {
    padding-left: 10px;
  }

  .detail.arrow:after {
    width: 10px;
    height: 10px;
    right: 15px;
  }

  .specs_block_img img {
    width: 100%;
    height: auto;
  }

  .specs_block .right_block {
    padding-left: 20px;
  }

  .our_work {
    margin-bottom: 40px;
  }

  .our_work .title {
    font-size: 18px;
  }

  .our_work p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .our_work .left_block {
    width: 100%;
    margin-bottom: 20px;
  }

  .our_work .right_block {
    width: 100%;
    padding: 0;
  }

  .work_item {
    padding-top: 10px;
    padding-left: 10px;
  }

  .work_item img {
    height: 60vw;
  }

  .team_item {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    margin-right: 5px;
  }

  .team_item:nth-child(3n) {
    margin-right: 5px;
  }

  .team_item span {
    font-size: 16px;
  }

  .person_banner {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 20px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

  .person_banner img {
    
  }

  .person_banner_block {
    display: flex;
    position: relative;
    width: 100%;
    background-color: #5B6369;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 15px;
  }

  .person_name {
    font-size: 22px;
  }

  .filters {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 0;
    padding: 0;
  }

  .filters_button_mob {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 15px !important;
    line-height: 50px;
  }

  .filters form {
    width: 100%;
    display: none;
  }

  .filters ul {
    display: none;
  }

  .filters label,
  .filters .btn-default {
    text-align: left;
    display: block;
    line-height: 45px;
    width: 100%;
    padding: 0 15px;
    border-bottom: 1px solid gainsboro;
  }

  .filters fieldset {
    position: absolute;
    background-color: white;
    width: 100%;
    margin: 0;
  }

  .news_content {
    padding: 40px 0 0;
    border: none;
  }

  .news_content img {
    margin-left: -15px;
    width: -webkit-calc(100% + 30px) !important;
    width: calc(100% + 30px) !important;
  }

  .news_content .bottom {
    display: table;
    width: 100%;
  }

  .news_content .bottom .news_tags {
    margin-bottom: 20px;
  }

  .news_content .bottom .news_tags a:first-child {
    margin-left: 0;
    padding-left: 0;
  }

  .news_content .bottom .news_soc_links {
    display: table-footer-group;
  }

  .news_item {
    display: block;
    border: none;
    border-bottom: 1px solid gainsboro;
  }

  .news_item.half .right_block {
    width: 100%;
  }

  .news_item_small {
    width: 100%;
  }

  .news_item .right_block {
    padding: 20px 0;
  }

  .news_item_image {
    display: block;
    margin-left: -15px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
  }

  .news_latest .news_item_image {
    width: 100% !important;
    margin-left: 0;
  }

  .news_latest .row {
    margin-left: -15px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
  }

  .news_latest .row .owl-dots {
    text-align: center;
    width: 100%;
    padding-top: 20px;
  }

  .news_latest .item_title {
    text-align: left;
  }

  .news_latest .title {
    font-size: 14px;
  }

  .about p {
    font-size: 16px;
  }

  .about-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .about-services-item span {
    font-size: 20px;
  }

  .about-advantages-item span {
    font-size: 20px;
  }

  .advantages-grid {
    display: block;
    margin-bottom: 40px;
  }

  .advantages-grid-item:nth-child(4n),
  .advantages-grid-item:nth-child(4n+1),
  .advantages-grid-item:nth-child(1) {
    background: #fff;
  }

  .advantages-grid-item:nth-child(1),
  .advantages-grid-item:nth-child(3n) {
    background: #F7F7F7;
  }

  .advantages-grid-item>*:last-child {
    margin-top: 20px;
  }

  .reviews_form {
    padding: 20px;
  }

  .reviews_item {
    margin-left: -15px;
    margin-bottom: 20px;
    width: -webkit-calc(100% + +30px);
    width: calc(100% + +30px);
  }

  .reviews_item:last-child {
    margin-bottom: 0;
  }

  .reviews_item.second {
    -webkit-background-size: 600px 600px;
            background-size: 600px;
    background-position: -55px 80px;
  }

  .reviews_item .more_block .title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
  }

  .reviews_item .more_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100% !important;
    height: 100%;
    left: 0 !important;
  }

  .reviews_block {
    margin-bottom: 40px;
  }

  .reviews_year_nav .container {
    position: relative;
    background-color: transparent;
  }

  .reviews_year_nav ul {
    padding: 0;
  }

  .reviews_gallery_page {
    padding-top: 20px;
  }

  .reviews_gallery a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .reviews_list .pagination {
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .reviews_list .pagination li {
    font-size: 18px;
    min-width: 35px;
    line-height: 35px;
  }

  .ec_message_main_second {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .ec_message_list {
    -webkit-border-radius: 10px;
            border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
  }

  .ec_message_callback {
    padding: 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
  }

  .portfolio_item {
    margin-bottom: 20px;
  }

  .portfolio_item .title {
    font-size: 21px;
  }

  .portfolio_item .subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .seminar_title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .seminar_table {
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .seminar_table_head {
    display: none;
  }

  .seminar_table_tr {
    padding-top: 0;
    margin-bottom: 20px;
  }

  .seminar_table_tr:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(140,149,158,0.4);
  }

  .seminar_table_tr div {
    display: block;
    width: 100% !important;
  }

  .persons_slider_desc {
    margin-bottom: 0;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .persons_slider_desc>*:not(.persons_slider_title) {
    display: none;
  }

  .persons_slider_title {
    font-size: 18px;
    width: 100%;
  }

  .persons_slider img {
    width: 230px !important;
    margin: 0 auto;
    display: block !important;
  }

  .courses {
    padding: 20px 0;
    margin-bottom: 20px;
  }

  .courses_title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .courses .row {
    display: block;
  }

  .courses_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100% !important;
    margin-bottom: 20px;
  }

  .courses_item .wrapp {
    width: 50%;
    margin-left: 40px;
    text-align: left;
  }

  .courses_item img {
    width: 100%;
    margin: 0;
  }

  .courses_item .button {
    width: 100%;
  }

  .courses_item span {
    font-size: 16px;
    text-align: left;
  }

  .thanks {
    font-size: 18px;
  }

  .links_block {
    padding: 30px 0;
  }

  .links_block .column {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .links_block a {
    font-size: 16px;
  }

  .links_block .link_item {
    display: block;
    margin-bottom: 20px;
  }

  .links_block .link_title {
    font-size: 18px;
  }

  .pre-footer {
    height: 450px;
  }

  .footer_nav a {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer_callback .button {
    height: 45px;
    line-height: 45px;
  }

  .contact_title {
    font-size: 20px;
  }

  .courses_items .owl-dots {
    position: relative;
    bottom: 0px;
    width: 100%;
  }

  .half_past_pict {
    width: 100%;
    margin-right: 0;
  }

  .half_past_text {
    width: 100%;
  }

  .vnchs_item {
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 380px) {
  .header_logo {
    width: 150px;
  }
}

@media screen and (min-width: 620px) and (max-width: 620px) {
  #main_nav li ul.submenu li {
    margin-bottom: 0 !important;
  }

  #main_nav>ul>li.active {
    background-color: transparent;
  }

  #main_nav>ul>li.active a {
    color: white;
  }
}

@charset "UTF-8";
.error {
  background: rgba(224, 0, 176, 0.05);
}
.error__container {
  padding-top: 180px;
  padding-bottom: 160px;
  display: grid;
  grid-template-columns: 1fr auto;
}
.error__content {
  width: 100%;
  max-width: 434px;
}
.error__code {
  margin: 0;
  color: var(--rose, #E000B0);
  font-family: "din-light", sans-serif;
  font-size: 200px;
  font-weight: 600;
  font-style: normal;
  line-height: 110%;
}
.error__title {
  margin: 0;
  padding-bottom: 24px;
  color: #384149;
  font-family: "din-light", sans-serif;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
}
.error__description {
  margin: 0;
  padding-bottom: 60px;
  color: #384149;
  font-family: "din-light", sans-serif;
  font-size: 24px;
  font-weight: 350;
  font-style: normal;
  line-height: 130%;
}
.error__image {
  position: relative;
  width: 100%;
  max-width: 410px;
  height: auto;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  pointer-events: none;
}
.error__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* ===== 1024px ===== */
@media (max-width: 1024px) {
  .error__container {
    padding-top: 120px;
    padding-bottom: 120px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .error__content {
    max-width: 380px;
  }
  .error__code {
    font-size: 160px;
  }
  .error__title {
    padding-bottom: 20px;
    font-size: 32px;
  }
  .error__description {
    padding-bottom: 48px;
    font-size: 20px;
  }
  .error__image {
    max-width: 340px;
  }
}
/* ===== 868px — НЕ ТРОГАЕМ ===== */
@media (max-width: 868px) {
  .error__container {
    display: block;
    text-align: center;
  }
  .error__content {
    max-width: unset;
  }
  .error__image {
    display: none;
  }
}
/* ===== Mobile ===== */
@media (max-width: 480px) {
  .error__container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .error__code {
    font-size: 120px;
  }
  .error__title {
    padding-bottom: 16px;
    font-size: 26px;
  }
  .error__description {
    padding-bottom: 36px;
    font-size: 18px;
  }
  .main_banner img {
      width: 54%;
  }
}