

/* Start:/local/templates/rm25/html/dist/css/style.css?1752679412108101*/
@charset "UTF-8";
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("/local/templates/rm25/html/dist/css/../fonts/Montserrat-Medium.woff2") format("woff2"), url("/local/templates/rm25/html/dist/css/../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("/local/templates/rm25/html/dist/css/../fonts/Montserrat-Bold.woff2") format("woff2"), url("/local/templates/rm25/html/dist/css/../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: RobotoCondensed;
  font-display: swap;
  src: url("/local/templates/rm25/html/dist/css/../fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("/local/templates/rm25/html/dist/css/../fonts/RobotoCondensed-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: RobotoCondensed;
  font-display: swap;
  src: url("/local/templates/rm25/html/dist/css/../fonts/RobotoCondensed-Light.woff2") format("woff2"), url("/local/templates/rm25/html/dist/css/../fonts/RobotoCondensed-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: RobotoCondensed;
  font-display: swap;
  src: url("/local/templates/rm25/html/dist/css/../fonts/RobotoCondensed-Medium.woff2") format("woff2"), url("/local/templates/rm25/html/dist/css/../fonts/RobotoCondensed-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("/local/templates/rm25/html/dist/css/../fonts/Montserrat-Regular.woff2") format("woff2"), url("/local/templates/rm25/html/dist/css/../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("/local/templates/rm25/html/dist/css/../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("/local/templates/rm25/html/dist/css/../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: RobotoCondensed;
  font-display: swap;
  src: url("/local/templates/rm25/html/dist/css/../fonts/RobotoCondensed-Thin.woff2") format("woff2"), url("/local/templates/rm25/html/dist/css/../fonts/RobotoCondensed-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: TTNorms;
  font-display: swap;
  src: url("/local/templates/rm25/html/dist/css/../fonts/TTNorms-Bold.woff2") format("woff2"), url("/local/templates/rm25/html/dist/css/../fonts/TTNorms-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: TTNorms;
  font-display: swap;
  src: url("/local/templates/rm25/html/dist/css/../fonts/TTNorms-Regular.woff2") format("woff2"), url("/local/templates/rm25/html/dist/css/../fonts/TTNorms-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: TTNorms;
  font-display: swap;
  src: url("/local/templates/rm25/html/dist/css/../fonts/TTNorms-Thin.woff2") format("woff2"), url("/local/templates/rm25/html/dist/css/../fonts/TTNorms-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: RobotoCondensed;
  font-display: swap;
  src: url("/local/templates/rm25/html/dist/css/../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("/local/templates/rm25/html/dist/css/../fonts/RobotoCondensed-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: RobotoCondensed;
  font-display: swap;
  src: url("/local/templates/rm25/html/dist/css/../fonts/RobotoCondensed-SemiBold.woff2") format("woff2"), url("/local/templates/rm25/html/dist/css/../fonts/RobotoCondensed-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
.phone-input-wrapper {
  align-items: center;
  display: flex;
  font-family: system-ui, sans-serif;
  gap: 0.5rem;
  padding: 0.5rem 0;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #E4E5E4;
}

.country-dropdown {
  position: relative;
}

.current-country {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  font-size: 0.9rem;
  gap: 0.35rem;
  padding: 0 20px 0 0;
  text-transform: uppercase;
  color: white;
}

.current-country:after {
  border-color: transparent white transparent transparent;
  border-style: solid;
  border-width: 5px 4px 5px 0;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}

.current-country svg {
  background: #eee;
  border-radius: 2px;
  height: 15px;
  object-fit: cover;
  width: 20px;
}

.country-options {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  left: -10px;
  max-height: 200px;
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 14px);
  transform: scaleY(0.95);
  transform-origin: top;
  transition: all 0.2s ease;
  width: 220px;
  z-index: 10;
}

.country-options.visible {
  opacity: 1;
  pointer-events: auto;
  transform: scaleY(1);
}

.country-option {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  font-size: 0.85rem;
  gap: 0.5rem;
  padding: 6px 10px;
  text-align: left;
  transition: background-color 0.2s ease;
  width: 100%;
}

.country-option.selected {
  background-color: #e6f0ff;
  font-weight: 600;
}

.country-option:hover {
  background-color: #f5f5f5;
}

.country-option svg {
  background: #eee;
  border-radius: 2px;
  height: 15px;
  width: 20px;
}

.clue-input {
  background: #fff;
  border-radius: 6px;
  bottom: 100%;
  display: inline-flex;
  max-width: 100%;
  color: black;
  opacity: 0;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  pointer-events: none;
  position: absolute;
  transition: all 0.25s linear;
}
.clue-input.active {
  opacity: 1;
  transform: translateY(-5px);
}

input[type=tel] {
  background-color: transparent;
  border: none;
  color: white;
  flex: 1;
  font-size: 1rem;
  outline: none;
}

.phone-input.error .phone-input-wrapper {
  border: 1px solid red;
}

.phone-input {
  height: 100%;
}

.phone-input-wrapper {
  height: 100%;
  padding: 14px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  border: none;
}

.form-modal-main .phone-input-wrapper {
  height: 44px;
  padding: 10px 14px;
  border-radius: 20px;
  border: 1px solid #EBEDEB;
}

.form-item__relative {
  position: relative;
}

.form-consultation .phone-input-wrapper {
  height: 64px;
  background: white;
}
.form-consultation .current-country:after {
  border-color: transparent black transparent transparent;
}
.form-consultation .current-country, .form-consultation input[type=tel] {
  color: black;
}

.input-absolute {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.check-element {
  display: flex;
  position: relative;
}
.check-element input:checked + label .check-main {
  border: 1px solid white;
}
.check-element input:checked + label .check-main:before {
  opacity: 1;
}
.check-element input.error + label .check-main {
  border: 1px solid red;
}
.check-element label {
  display: flex;
  align-items: flex-start;
  text-align: left!important;
  cursor: pointer;
}
.check-element a {
  color: white;
}

.check-main {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #E4E5E4;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.check-main:before {
  opacity: 0;
  background: white !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container-c {
  max-width: 91.666667%;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .container-c {
    max-width: 100%;
  }
}

.icon::before {
  content: "";
  mask: var(--icon) center center/contain no-repeat;
  -webkit-mask: var(--icon) center center/contain no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  transition: 0.25s;
  background: black;
}

.size-74 {
  font-size: 74px;
}
@media (max-width: 1600px) {
  .size-74 {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  .size-74 {
    font-size: 44px;
  }
}
@media (max-width: 750px) {
  .size-74 {
    font-size: 28px;
  }
}

.size-70 {
  font-size: 70px;
}
@media (max-width: 1600px) {
  .size-70 {
    font-size: 60px;
  }
}
@media (max-width: 1200px) {
  .size-70 {
    font-size: 40px;
  }
}
@media (max-width: 750px) {
  .size-70 {
    font-size: 26px;
  }
}

.size-64 {
  font-size: 64px;
}
@media (max-width: 1600px) {
  .size-64 {
    font-size: 56px;
  }
}
@media (max-width: 1200px) {
  .size-64 {
    font-size: 34px;
  }
}
@media (max-width: 750px) {
  .size-64 {
    font-size: 24px;
  }
}

.size-54 {
  font-size: 54px;
}
@media (max-width: 1200px) {
  .size-54 {
    font-size: 34px;
  }
}
@media (max-width: 750px) {
  .size-54 {
    font-size: 24px;
  }
}

.size-44 {
  font-size: 44px;
}
@media (max-width: 1600px) {
  .size-44 {
    font-size: 38px;
  }
}
@media (max-width: 1200px) {
  .size-44 {
    font-size: 34px;
  }
}
@media (max-width: 750px) {
  .size-44 {
    font-size: 24px;
  }
}

.size-40 {
  font-size: 40px;
}
@media (max-width: 1600px) {
  .size-40 {
    font-size: 35px;
  }
}
@media (max-width: 1200px) {
  .size-40 {
    font-size: 32px;
  }
}

.size-34 {
  font-size: 34px;
}
@media (max-width: 1600px) {
  .size-34 {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .size-34 {
    font-size: 28px;
  }
}
@media (max-width: 750px) {
  .size-34 {
    font-size: 22px;
  }
}

.size-30 {
  font-size: 30px;
}
@media (max-width: 1200px) {
  .size-30 {
    font-size: 27px;
  }
}
@media (max-width: 750px) {
  .size-30 {
    font-size: 20px;
  }
}

.size-26 {
  font-size: 26px;
}
@media (max-width: 1200px) {
  .size-26 {
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .size-26 {
    font-size: 14px;
  }
}

.size-22 {
  font-size: 22px;
}
@media (max-width: 1200px) {
  .size-22 {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .size-22 {
    font-size: 14px;
  }
}

.size-20 {
  font-size: 20px;
}
@media (max-width: 1600px) {
  .size-20 {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .size-20 {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .size-20 {
    font-size: 14px;
  }
}

.size-18 {
  font-size: 18px;
}
@media (max-width: 1200px) {
  .size-18 {
    font-size: 16px;
  }
}

.size-16 {
  font-size: 16px;
}
@media (max-width: 1200px) {
  .size-16 {
    font-size: 14px;
  }
}

.size-14 {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .size-14 {
    font-size: 12px;
  }
}

.size-12 {
  font-size: 12px;
}

@media (max-width: 750px) {
  .size-10-mobile {
    font-size: 10px;
  }
}

.font-Montserrat {
  font-family: Montserrat;
}

.font-Roboto {
  font-family: RobotoCondensed;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

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

.color-gray {
  color: #A6ACB3;
}

.color-gray-2 {
  color: #949799;
}

.color-red {
  color: #F04941;
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}
@media (max-width: 750px) {
  .mb-80 {
    margin-bottom: 20px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}
@media (max-width: 750px) {
  .mb-60 {
    margin-bottom: 20px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .mb-50 {
    margin-bottom: 20px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .mb-30 {
    margin-bottom: 18px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .mb-20 {
    margin-bottom: 14px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .mb-10 {
    margin-bottom: 6px;
  }
}

.mb-5 {
  margin-bottom: 5px;
}

@media (max-width: 1200px) {
  .mb-0-mobile {
    margin-bottom: 0;
  }
}

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

.button-main {
  height: 60px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.25s linear;
  text-decoration: none;
  border-radius: 40px;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  padding: 0 34px;
}
@media (max-width: 1200px) {
  .button-main {
    height: 44px;
    font-weight: 600;
    padding: 0 20px;
  }
}

.button-red {
  border: 1px solid #F04941;
  color: white;
  background: #F04941;
}
.button-red:hover {
  background: transparent;
  color: #F04941;
}

.button-white {
  background: white;
  color: #2F3133;
  border: 1px solid white;
}
.button-white:before {
  background: #F04941;
  flex-shrink: 0;
  margin-right: 10px;
}
.button-white:hover {
  background: #F04941;
  border: 1px solid #F04941;
  color: white;
}
.button-white:hover:before {
  background: white;
}

.button-white-red {
  color: #F04941;
  background: white;
  border: 1px solid white;
}
.button-white-red:hover {
  border: 1px solid #F04941;
}
.button-white-red:active {
  border: 1px solid #F04941;
  background: #F04941;
  color: white;
}

.button-border-red {
  background: transparent;
  color: #2F3133;
  border: 1px solid #F04941;
}
.button-border-red:hover {
  background: #F04941;
  border: 1px solid #F04941;
  color: white;
}

.button-founder {
  color: #F04941;
  position: relative;
  background: white;
  z-index: 1;
}

.button-100 {
  width: 100%;
}

.section {
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .section {
    padding: 60px 0;
  }
}
@media (max-width: 750px) {
  .section {
    padding: 40px 0;
  }
}
.section img {
  max-width: 100%;
  height: auto;
}

.section_gray {
  background: linear-gradient(#F7F7F7, #F7F7F7);
}

.section-hidden {
  overflow: hidden;
}

.pt-0 {
  padding-top: 0 !important;
}

.input {
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  height: 64px;
  padding: 0 18px;
  border-radius: 30px;
  outline: none;
  border: none;
  width: 100%;
}
@media (max-width: 1200px) {
  .input {
    height: 44px;
    font-size: 14px;
  }
}

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

@media (max-width: 991px) {
  .breadcrumbs {
    display: none;
  }
}

@media (max-width: 991px) {
  .no-br-mobile br {
    display: none;
  }
}

.line-h-1-1 {
  line-height: 1.1;
}

.line-h-1-2 {
  line-height: 1.2;
}

.line-h-1-4 {
  line-height: 1.4;
}

.line-h-1-5 {
  line-height: 1.5;
}

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

.block-mobile {
  display: none !important;
}
@media (max-width: 991px) {
  .block-mobile {
    display: flex !important;
  }
}

body::after {
  content: "";
  background-color: rgba(11, 37, 53, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

body.popup-show::after {
  opacity: 1;
}

.popup_1 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  transform: scale(1);
}

.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.check-icon:before {
  background: green;
  width: 120px;
  height: 120px;
}

.popup__content {
  visibility: hidden;
  transform: scale(0);
  transition: transform 0.3s ease 0s;
  background-color: white;
  padding: 20px;
  width: 100%;
  max-width: 400px;
  display: flex;
  font-family: "TTNorms";
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lock .popup__content {
  visibility: visible;
}

.popup_1.active {
  z-index: 5001 !important;
}


.popup__close {
  outline: none;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  cursor: pointer;
}

header {
  position: relative;
}

.service-page_new {
  font-family: "TTNorms";
  font-weight: 400;
  line-height: 1.4;
  font-size: 18px;
}
.service-page_new img {
  max-width: 100%;
}
.service-page_new .service-page {
  padding-top: 175px;
}
@media (max-width: 1200px) {
  .service-page_new {
    font-size: 14px;
  }
}

.service-page {
  background-size: cover;
  background-position: center;
  min-height: 838px;
}
@media (max-width: 1200px) {
  .service-page {
    min-height: auto;
    padding-bottom: 40px;
  }
}
@media (max-width: 750px) {
  .service-page {
    padding-top: 80px;
    padding-bottom: 20px;
    background-position: 80%;
    position: relative;
  }
  .service-page:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(110deg, white, transparent);
  }
  .service-page .container-c {
    position: relative;
    z-index: 1;
  }
}

.breadcrumb-items {
  display: flex;
  flex-flow: row wrap;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.breadcrumb-item:after {
  content: "";
  background: #F04941;
  width: 5px;
  height: 5px;
  margin: 0 10px;
  border-radius: 50%;
}
.breadcrumb-item:last-child:after {
  display: none;
}

.breadcrumb-link {
  text-decoration: none;
  color: #F04941;
}

.service-start {
  padding-left: 50px;
  border-left: 2px solid #F04941;
}
@media (max-width: 1200px) {
  .service-start {
    padding-left: 20px;
  }
}

.service-start__head {
  display: flex;
}
@media (max-width: 750px) {
  .service-start__head {
    flex-direction: column;
  }
}

.service-start__head-item {
  display: flex;
  align-items: flex-end;
}

.service-start__head-delimiter {
  margin: 0 40px;
  background: #DAE3F1;
  width: 1px;
}
@media (max-width: 1200px) {
  .service-start__head-delimiter {
    margin: 0 20px;
  }
}
@media (max-width: 750px) {
  .service-start__head-delimiter {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }
}

.service-start__head-from {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .service-start__head-from {
    font-size: 14px;
  }
}

.service-start__head-value {
  font-size: 100px;
  margin: 0 20px 0 4px;
  line-height: 0.8;
}
@media (max-width: 1200px) {
  .service-start__head-value {
    font-size: 60px;
    margin: 0 10px 0 4px;
  }
}

.service-start__head-label {
  font-size: 14px;
  line-height: 1.5;
  max-width: 100px;
}
@media (max-width: 1200px) {
  .service-start__head-label {
    font-size: 12px;
    line-height: 1.4;
    max-width: 80px;
  }
}

.service-start__enumeration-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.service-start__enumeration-item img {
  flex-shrink: 0;
  margin-right: 10px;
}
.service-start__enumeration-item:last-child {
  margin-bottom: 0;
}

.service-start__buttons {
  display: flex;
}
@media (max-width: 750px) {
  .service-start__buttons {
    flex-direction: column;
  }
}

.button-start {
  width: 300px;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .button-start {
    width: 292px;
  }
}
@media (max-width: 750px) {
  .button-start {
    width: 100%;
    margin-right: 0;
    margin-top: 6px;
  }
}

.service-start__links {
  display: flex;
  flex-flow: row wrap;
  margin-top: -20px;
}
@media (max-width: 991px) {
  .service-start__links {
    display: none;
  }
}

.service-start__link {
  font-weight: 600;
  text-transform: uppercase;
  color: #2F3133;
  line-height: 1.1;
  border-bottom: 1px solid;
  margin-top: 20px;
  margin-right: 20px;
  text-decoration: none;
  transition: all 0.25s linear;
}
.service-start__link:hover {
  color: #F04941;
}

.main-flex {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1300px) {
  .main-flex {
    flex-direction: column;
  }
}

.main-flex__head {
  flex-basis: 520px;
  flex-shrink: 0;
  margin-right: 80px;
}
@media (max-width: 1500px) {
  .main-flex__head {
    flex-basis: 300px;
    margin-right: 40px;
  }
}
@media (max-width: 1300px) {
  .main-flex__head {
    flex-basis: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.main-flex__content {
  width: calc(100% - 600px);
}
@media (max-width: 1500px) {
  .main-flex__content {
    width: calc(100% - 340px);
  }
}
@media (max-width: 1300px) {
  .main-flex__content {
    width: 100%;
  }
}

.advantages-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .advantages-items {
    flex-direction: column;
  }
}

.advantages-item {
  flex-basis: calc(50% - 25px);
  min-height: 100px;
  margin-bottom: 40px;
  border-bottom: 1px solid #DAE3F1;
  color: #42474D;
  display: flex;
  align-items: center;
  padding-bottom: 40px;
}
.advantages-item:nth-last-child(-n+2) {
  min-height: auto;
  margin-bottom: 0;
  border-bottom: none;
}
@media (max-width: 1500px) {
  .advantages-item {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 1200px) {
  .advantages-item {
    min-height: 60px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  .advantages-item:nth-last-child(2) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DAE3F1;
  }
}

.advantages-item__pic {
  position: relative;
  flex-shrink: 0;
  flex-basis: 60px;
  margin-right: 60px;
}
.advantages-item__pic img {
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .advantages-item__pic {
    flex-basis: 40px;
    margin-right: 40px;
  }
  .advantages-item__pic img {
    height: auto;
  }
}

.advantages-item__number {
  font-weight: 700;
  line-height: 1;
  font-size: 60px;
  position: absolute;
  top: 0;
  left: 20px;
  color: #FFE9E5;
}
@media (max-width: 1200px) {
  .advantages-item__number {
    font-size: 40px;
  }
}

.edge-item {
  background: white;
  padding: 40px;
  color: #42474D;
  margin-bottom: 20px;
}
.edge-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .edge-item {
    padding: 20px;
  }
}
@media (max-width: 750px) {
  .edge-item {
    padding: 14px;
    margin-bottom: 10px;
  }
}

.edge-item__title {
  padding-bottom: 40px;
  position: relative;
}
.edge-item__title:before {
  content: "";
  width: 40px;
  background: #FF4A33;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 20px;
}

.arrow-container {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .arrow-container {
    display: none;
  }
}

.swiper-arrow {
  transition: all 0.25s linear;
  outline: none;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  background: #F04941;
  display: flex;
  align-items: center;
  border: 1px solid #F04941;
  border-radius: 50%;
  cursor: pointer;
}
.swiper-arrow:before {
  background: white;
  width: 36px;
  height: 36px;
}
.swiper-arrow:hover {
  background: transparent;
}
.swiper-arrow:hover:before {
  background: #F04941;
}

.swiper-arrow_prev {
  justify-content: flex-end;
}

.swiper-arrow_next {
  justify-content: flex-start;
}

.specialist-slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.specialist-slider__img {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding-bottom: 99.6%;
}
.specialist-slider__img img {
  top: 0;
  left: 0;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}

.specialist-slider__specialization-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.specialist-slider__specialization-item picture {
  flex-shrink: 0;
}
.specialist-slider__specialization-item img {
  width: 24px;
  flex-shrink: 0;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .specialist-slider__specialization-item img {
    width: 14px;
    margin-right: 6px;
  }
}
.specialist-slider__specialization-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .specialist-slider__specialization-item {
    font-size: 10px;
    line-height: 1.2;
  }
}

.specialist-slider__text {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #DAE3F1;
  display: -webkit-box; /* Используется для поддержки многослойного ограничения */
  -webkit-box-orient: vertical; /* Задает направление отображения */
  overflow: hidden; /* Скрывает лишний текст */
  text-overflow: ellipsis; /* Добавляет многоточие */
  line-clamp: 2; /* Ограничение в 2 строки */
  -webkit-line-clamp: 2; /* Поддержка для Webkit */
}

.reviews-slide {
  padding-top: 50px;
  border-top: 2px solid #F04941;
}
.reviews-slide a {
  color: #F04941;
  text-decoration: none;
}
.reviews-slide a:hover {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .reviews-slide {
    padding-top: 20px;
  }
}

.price-table {
  width: 100%;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .price-table {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .price-table {
    font-size: 13px;
  }
}
@media (max-width: 750px) {
  .price-table {
    min-width: 600px;
  }
}

@media (max-width: 750px) {
  .price-table-container {
    margin: 0 -15px;
    padding: 0 15px;
    overflow: auto;
  }
  .price-table-container::-webkit-scrollbar {
    display: none;
  }
}

.price-table__head {
  background: #F7F7F7;
  font-weight: 500;
}

.price-table__tr {
  display: flex;
  align-items: center;
  padding: 40px;
  color: #2F3133;
}
@media (max-width: 991px) {
  .price-table__tr {
    padding: 20px 14px;
  }
}

.price-table__body .price-table__tr {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}
.price-table__body .price-table__tr:before {
  content: "";
  background: #DAE3F1;
  height: 1px;
  position: absolute;
  left: 40px;
  bottom: 0;
  width: calc(100% - 80px);
}
@media (max-width: 991px) {
  .price-table__body .price-table__tr:before {
    left: 0;
    width: 100%;
  }
}

.price-table__td, .price-table__th {
  padding-right: 20px;
}
.price-table__td:nth-child(1), .price-table__th:nth-child(1) {
  flex-basis: 50%;
}
@media (max-width: 991px) {
  .price-table__td:nth-child(1), .price-table__th:nth-child(1) {
    flex-basis: 56%;
  }
}
.price-table__td:nth-child(2), .price-table__th:nth-child(2) {
  flex-basis: 25%;
}
@media (max-width: 991px) {
  .price-table__td:nth-child(2), .price-table__th:nth-child(2) {
    flex-basis: 22%;
  }
}
.price-table__td:nth-child(3), .price-table__th:nth-child(3) {
  flex-basis: 25%;
}
@media (max-width: 991px) {
  .price-table__td:nth-child(3), .price-table__th:nth-child(3) {
    flex-basis: 22%;
  }
}

.flex-booking {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.flex-booking .button-main {
  width: 350px;
  margin-right: 50px;
}
@media (max-width: 1200px) {
  .flex-booking .button-main {
    width: 260px;
    margin-right: 20px;
  }
}
@media (max-width: 750px) {
  .flex-booking .button-main {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .flex-booking {
    margin-top: 20px;
  }
}
@media (max-width: 750px) {
  .flex-booking {
    flex-direction: column;
    text-align: center;
  }
}

.record-block {
  position: relative;
  background: linear-gradient(to bottom, #F06760, #F04941);
  padding: 40px;
  color: white;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .record-block {
    margin-left: -15px;
    margin-right: -15px;
    padding: 60px 20px;
  }
}

.record-block__flex {
  display: flex;
}
.record-block__flex .form-item {
  margin-right: 20px;
}
.record-block__flex .form-item:last-child {
  margin-right: 0;
}
.record-block__flex .form-item__input {
  width: 30%;
}
@media (max-width: 750px) {
  .record-block__flex .form-item__input {
    margin-bottom: 6px;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .record-block__flex .button-main {
    width: 100%;
    margin-top: 20px;
  }
}
.record-block__flex .input {
  color: white;
  background: rgba(255, 255, 255, 0.2);
}
.record-block__flex .input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 750px) {
  .record-block__flex {
    flex-direction: column;
  }
}

.agreed a {
  color: white;
}

.program-slide {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.program-pic {
  width: 100%;
  display: flex;
  padding-bottom: 91.6%;
  position: relative;
}
.program-pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
}

.program-slide__content {
  padding: 40px 30px;
  background: white;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1500px) {
  .program-slide__content {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  .program-slide__content {
    padding: 20px 14px;
  }
}

.program-slide__price {
  margin-top: 10px;
  line-height: 1;
  font-size: 44px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #DAE3F1;
}
@media (max-width: 1200px) {
  .program-slide__price {
    font-size: 34px;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .program-slide__price {
    font-size: 24px;
  }
}

.program-slide__head {
  text-transform: uppercase;
  color: #42474D;
}

.button-help {
  width: 350px;
}
@media (max-width: 1200px) {
  .button-help {
    width: 260px;
  }
}
@media (max-width: 750px) {
  .button-help {
    width: 100%;
  }
}

.help-text {
  padding: 20px 0;
  border-bottom: 1px solid #DAE3F1;
  display: flex;
  align-items: center;
}
.help-text:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.help-text:first-child {
  padding-top: 0;
}
.help-text:before {
  content: "";
  background: #F04941;
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  margin-right: 10px;
  height: 8px;
  transform: translateY(-3px);
  display: inline-flex;
}

.help-text-items {
  margin-bottom: 70px;
}
@media (max-width: 1200px) {
  .help-text-items {
    margin-bottom: 40px;
  }
}

.service-slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-slide .color-gray {
  display: -webkit-box; /* Используется для включения ограничения строк */
  -webkit-box-orient: vertical; /* Указывает направление блока */
  overflow: hidden; /* Скрывает текст, выходящий за пределы блока */
  text-overflow: ellipsis; /* Добавляет многоточие */
  -webkit-line-clamp: 5;
}

.service-slide__pic, .read-slide__pic {
  display: flex;
  margin-bottom: 30px;
}
.service-slide__pic img, .read-slide__pic img {
  width: 100%;
  height: auto;
}

.certificate-slide {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 15px;
  background: #F7F7F7;
}
@media (max-width: 991px) {
  .certificate-slide {
    padding: 6px;
  }
}

.certificate-slide__pic {
  display: flex;
}
.certificate-slide__pic img {
  width: 100%;
  height: auto;
}

.certificate-slider-container {
  position: relative;
}
.certificate-slider-container:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #42474D;
  left: 0;
  top: -81px;
  position: absolute;
}
@media (max-width: 991px) {
  .certificate-slider-container:before {
    display: none;
  }
}

.main-flex_contact {
  align-items: inherit;
}
.main-flex_contact .main-flex__content > iframe {
  height: 100%;
}
@media (max-width: 1200px) {
  .main-flex_contact {
    flex-direction: row;
  }
  .main-flex_contact .main-flex__head {
    margin-bottom: 0;
    flex-shrink: 0;
    margin-right: 40px;
  }
}
@media (max-width: 750px) {
  .main-flex_contact {
    flex-direction: column;
  }
  .main-flex_contact .main-flex__head {
    margin-bottom: 40px;
    margin-right: 0;
  }
  .main-flex_contact .main-flex__content {
    margin: 0 -15px;
    height: 360px;
    width: auto;
  }
}

.ymaps-layers-pane {
  -webkit-filter: grayscale(100%);
}

.contact-item__social {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}

.contact-item__social-item {
  margin-left: 10px;
  background: #F7F7F7;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.25s linear;
}
.contact-item__social-item:before {
  width: 28px;
  height: 28px;
  background: #2F3133;
}
@media (max-width: 1200px) {
  .contact-item__social-item:before {
    width: 20px;
    height: 20px;
  }
}
.contact-item__social-item:hover {
  background: #F04941;
}
.contact-item__social-item:hover:before {
  background: white;
}
@media (max-width: 1200px) {
  .contact-item__social-item {
    width: 40px;
    height: 40px;
  }
}

.contact-item {
  margin-bottom: 20px;
  position: relative;
}
.contact-item:last-child {
  margin-bottom: 0;
}
.contact-item .size-14 {
  margin-bottom: 6px;
}

.contact-item__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.25s linear;
  text-transform: uppercase;
  color: #2F3133;
  font-size: 20px;
  font-weight: 600;
}
.contact-item__link img {
  width: 24px;
  margin-right: 14px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .contact-item__link {
    font-size: 16px;
  }
}

a.contact-item__link:hover {
  color: #F04941;
}

.contact-schedule {
  padding-left: 40px;
  border-left: 2px solid #F04941;
  display: flex;
  flex-direction: column;
}

.contact-schedule-item {
  margin-bottom: 6px;
}
.contact-schedule-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .specialist-slider, .reviews-slider, .program-slider, .services-slider, .certificate-slider, .read-slider {
    margin-right: -15px;
    padding-right: 15px;
    margin-left: -15px;
    padding-left: 15px;
  }
}

@media (max-width: 1200px) {
  .section_certificate {
    position: relative;
  }
  .section_certificate:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background: #42474D;
  }
}

.service-head {
  display: flex;
  align-items: center;
}

.service-head__pic {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}
.service-head__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.play {
  width: 60px;
  height: 60px;
  border: 1px solid #F04941;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play:hover .play-icon {
  width: 60px;
  height: 60px;
}

.play-icon {
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #F04941;
  box-shadow: 0 7px 10px rgba(240, 73, 65, 0.3);
  transition: all 0.25s linear;
}

.play_head {
  margin-left: -20px;
}

.service-head__content {
  margin-left: 20px;
}
@media (max-width: 750px) {
  .service-head__content .color-gray {
    color: #615d5d;
  }
}

.advantages-items_three .advantages-item {
  flex-basis: calc(33.3% - 25px);
  flex-direction: column;
  align-items: flex-start;
}
.advantages-items_three .advantages-item:nth-last-child(-n+3) {
  min-height: auto;
  margin-bottom: 0;
  border-bottom: none;
}
.advantages-items_three .advantages-item__pic {
  margin-right: 0;
  margin-bottom: 20px;
}
.advantages-items_three .advantages-item__title {
  max-width: 480px;
}

.block-capabilities {
  background: linear-gradient(to bottom, #F06760, #F04941);
  padding: 60px;
  color: white;
}
@media (max-width: 991px) {
  .block-capabilities {
    padding: 20px;
  }
}

.result-item {
  margin-bottom: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.result-item:last-child {
  margin-bottom: 0;
}
.result-item img {
  height: auto;
}
@media (max-width: 991px) {
  .result-item {
    flex-direction: column !important;
    align-items: center;
  }
}

.result-item_reverse {
  flex-flow: row-reverse;
}

.result-item__pic {
  flex-basis: calc(50% - 60px);
}
@media (max-width: 1400px) {
  .result-item__pic {
    flex-basis: calc(50% - 20px);
  }
}
@media (max-width: 991px) {
  .result-item__pic {
    margin-bottom: 40px;
  }
}

.result-item__content {
  flex-basis: calc(50% - 60px);
}
@media (max-width: 1400px) {
  .result-item__content {
    flex-basis: calc(50% - 20px);
  }
}

.result-item__content-element {
  margin-bottom: 120px;
}
.result-item__content-element:last-child {
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .result-item__content-element {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .result-item__content-element {
    margin-bottom: 40px;
  }
}

.result-item__title {
  padding-bottom: 80px;
  position: relative;
}
.result-item__title:before {
  content: "";
  position: absolute;
  bottom: 40px;
  width: 40px;
  left: 0;
  height: 2px;
  background: #FF4A33;
}
@media (max-width: 991px) {
  .result-item__title:before {
    bottom: 20px;
  }
}
@media (max-width: 991px) {
  .result-item__title {
    padding-bottom: 40px;
  }
}

.section_expectation {
  background: linear-gradient(#F7F7F7, #F7F7F7) url("/local/templates/rm25/html/dist/css/../img/menopause/expectation.jpg") no-repeat right top;
  position: relative;
  overflow: hidden;
}
.section_expectation:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/local/templates/rm25/html/dist/css/../img/menopause/expectation.jpg");
  background-position: top right;
  background-size: cover;
}
.section_expectation .container-c {
  position: relative;
  z-index: 1;
}

.expectation-doctor-pic {
  position: absolute;
  top: 0;
  width: 925px;
  left: 1000px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.expectation-doctor-pic img {
  width: 100%;
  height: auto;
}
@media (max-width: 1600px) {
  .expectation-doctor-pic {
    left: 700px;
  }
}
@media (max-width: 1400px) {
  .expectation-doctor-pic {
    left: 800px;
  }
}
@media (max-width: 1200px) {
  .expectation-doctor-pic {
    left: 550px;
    width: 700px;
  }
}
@media (max-width: 991px) {
  .expectation-doctor-pic {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: -60px;
  }
}
@media (max-width: 767px) {
  .expectation-doctor-pic {
    margin-bottom: -40px;
    max-width: 100%;
  }
}

.expectation-block {
  padding-left: 60px;
  border-left: 2px solid #F04941;
}
@media (max-width: 1200px) {
  .expectation-block {
    padding-left: 0;
    border-left: none;
  }
}

.expectation-main {
  padding: 60px;
  background: linear-gradient(to right, white, transparent);
}
@media (max-width: 1200px) {
  .expectation-main {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .expectation-main {
    padding: 0;
    background: transparent;
  }
}

.expectation-main__content {
  max-width: 790px;
  width: 100%;
}
@media (max-width: 1200px) {
  .expectation-main__content {
    max-width: 600px;
  }
}

.expectation-main__line {
  width: 100%;
  height: 1px;
  background: #ECEEF1;
  margin: 40px 0;
}
@media (max-width: 991px) {
  .expectation-main__line {
    margin: 20px 0;
  }
}

.list-arrow {
  list-style: none;
}
.list-arrow li {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.list-arrow li:last-child {
  margin-bottom: 0;
}
.list-arrow li:before {
  content: "";
  mask: url("/local/templates/rm25/html/dist/css/../img/icon/arrow-double.svg") center center/contain no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  margin-left: -10px;
  margin-right: 5px;
  transition: 0.25s;
  background: #F04941;
  flex-shrink: 0;
}

.play_expectation {
  width: 200px;
  height: 200px;
  position: absolute;
  transform: translate(-120px, 80px);
}
.play_expectation .play-icon {
  width: 166px;
  height: 166px;
}
@media (max-width: 1200px) {
  .play_expectation .play-icon {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 991px) {
  .play_expectation .play-icon {
    width: 70px;
    height: 70px;
  }
}
.play_expectation img {
  width: 70px;
  height: 70px;
}
@media (max-width: 1200px) {
  .play_expectation img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .play_expectation img {
    width: 30px;
    height: 30px;
  }
}
.play_expectation:hover .play-icon {
  width: 200px;
  height: 200px;
}
@media (max-width: 1200px) {
  .play_expectation:hover .play-icon {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 991px) {
  .play_expectation:hover .play-icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1200px) {
  .play_expectation {
    width: 150px;
    height: 150px;
    transform: translate(-60px, 80px);
  }
}
@media (max-width: 991px) {
  .play_expectation {
    width: 80px;
    height: 80px;
    transform: translate(0);
  }
}

.step-action__icon {
  width: 120px;
  height: 120px;
  border: 1px solid #F04941;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .step-action__icon {
    width: 60px;
    height: 60px;
  }
}

.step-action__icon-entry {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F04941;
  box-shadow: 0 15px 20px rgba(240, 73, 65, 0.3);
  border-radius: 50%;
}
@media (max-width: 991px) {
  .step-action__icon-entry {
    width: 50px;
    height: 50px;
  }
  .step-action__icon-entry img {
    height: auto;
    width: 30px;
  }
}

.step-actions__container {
  display: flex;
  overflow: visible !important;
}

.swiper {
  transition: all 0.25s linear;
  opacity: 0;
}

.swiper-initialized {
  opacity: 1;
}

.advantages-blocks {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .advantages-blocks {
    flex-direction: column;
  }
}

.advantages-blocks__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: calc(50% - 40px);
  align-items: flex-start;
}
@media (max-width: 1400px) {
  .advantages-blocks__column {
    flex-basis: calc(50% - 20px);
  }
}
@media (max-width: 991px) {
  .advantages-blocks__column:nth-child(2) {
    margin-top: 40px;
  }
}

.advantages-bid {
  background: linear-gradient(to bottom, #F06760, #F04941);
  color: white;
  padding: 80px 60px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .advantages-bid {
    margin-top: 20px;
    padding: 20px;
    width: 100%;
  }
  .advantages-bid .button-main {
    width: 100%;
  }
}

.advantages-blocks__item {
  margin-bottom: 80px;
}
.advantages-blocks__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .advantages-blocks__item {
    margin-bottom: 40px;
  }
}

.advantages-blocks__title {
  padding-bottom: 80px;
  position: relative;
}
.advantages-blocks__title:before {
  content: "";
  position: absolute;
  bottom: 39px;
  background: #FF4A33;
  width: 40px;
  left: 0;
  height: 2px;
}
@media (max-width: 991px) {
  .advantages-blocks__title:before {
    bottom: 20px;
  }
}
@media (max-width: 991px) {
  .advantages-blocks__title {
    padding-bottom: 40px;
  }
}

.specialists-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .specialists-container {
    flex-direction: column;
  }
}

.specialists-column {
  flex-basis: calc(50% - 40px);
}

.specialists-column_description {
  padding-top: 40px;
  border-top: 2px solid #F04941;
}
.specialists-column_description .arrow-container {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .specialists-column_description {
    border-top: none;
    padding-top: 20px;
  }
}

.specialist-slider__founder {
  bottom: 20px;
  position: absolute;
  padding: 14px 34px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #F04941;
  border-radius: 22px;
  color: #F04941;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.specialists-slider .specialist-slide {
  padding-bottom: 26px;
  position: relative;
}
@media (max-width: 991px) {
  .specialists-slider {
    margin: 0 -15px 40px;
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .reviews-slider2 {
    margin: 0 -15px;
    padding: 0 15px;
  }
}

.button-founder__text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #F04941;
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  left: 0;
  text-align: center;
  border-radius: 30px;
  height: 79px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 4px;
  justify-content: center;
}
@media (max-width: 1200px) {
  .button-founder__text {
    height: 60px;
  }
}

.specialists-acquaintance {
  background: linear-gradient(to bottom, #F06760, #F04941);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 60px;
}
.specialists-acquaintance .button-main {
  flex-shrink: 0;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .specialists-acquaintance .button-main {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .specialists-acquaintance {
    padding: 20px;
    flex-direction: column;
  }
}

.section_reviews-line .main-flex__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section_program {
  background: linear-gradient(#F7F7F7, #F7F7F7);
}
@media (max-width: 1600px) {
  .section_program .service-start__head-value {
    font-size: 60px;
  }
}
@media (max-width: 750px) {
  .section_program .service-start__head-value {
    font-size: 45px;
  }
}
@media (max-width: 1600px) {
  .section_program .service-start__head-label {
    line-height: 1.3;
  }
}
@media (max-width: 1359px) {
  .section_program .service-start {
    padding-left: 20px;
  }
}
@media (max-width: 1359px) {
  .section_program .service-start__head-delimiter {
    margin: 0 20px;
  }
}
@media (max-width: 750px) {
  .section_program .service-start__head-delimiter {
    margin: 20px 0;
  }
}

@media (max-width: 767px) {
  .service-page_menopause {
    background-position: center !important;
  }
}

.service-start__head-label_new {
  max-width: initial;
}

@media (max-width: 1200px) {
  .program-container {
    flex-direction: column;
  }
}

.program-container-main a {
  color: inherit;
}

.section_specialists {
  background-image: url("/local/templates/rm25/html/dist/css/../img/menopause/bg-specialist.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.form-consultation {
  flex-shrink: 0;
  padding: 60px;
  background: linear-gradient(to top, #F06760, #F04941);
  flex-basis: 600px;
  margin-left: 80px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-consultation .form-item__input {
  width: 100%;
}
@media (max-width: 1600px) {
  .form-consultation {
    padding: 60px 20px;
    flex-basis: 400px;
    margin-left: 40px;
  }
}
@media (max-width: 1200px) {
  .form-consultation {
    flex-basis: auto;
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 750px) {
  .form-consultation {
    padding: 20px;
  }
  .form-consultation .button-main {
    width: 100%;
  }
}

.program-container {
  display: flex;
  align-items: center;
}

.form-consultation__label {
  position: relative;
}
.form-consultation__label:before {
  content: "";
  width: 40px;
  height: 2px;
  bottom: -20px;
  position: absolute;
  background: white;
  left: calc(50% - 20px);
}
@media (max-width: 1200px) {
  .form-consultation__label:before {
    bottom: -10px;
  }
}

.section-start {
  padding: 220px 0 140px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-start .size-70 {
  max-width: 1100px;
}
@media (max-width: 1200px) {
  .section-start {
    padding-bottom: 60px;
  }
}
@media (max-width: 750px) {
  .section-start {
    padding-bottom: 40px;
    padding-top: 140px;
  }
}

.section-start__logo {
  margin-top: 162px;
  display: flex;
  width: 793px;
}
@media (max-width: 1600px) {
  .section-start__logo {
    width: 620px;
    margin-top: 110px;
  }
}
@media (max-width: 1200px) {
  .section-start__logo {
    width: 400px;
    margin-top: 50px;
    max-width: 100%;
  }
}
@media (max-width: 750px) {
  .section-start__logo {
    width: 250px;
    margin-top: 20px;
  }
}
.section-start__logo img {
  height: auto;
}

.section-start__phone {
  color: #F04941;
  font-family: RobotoCondensed;
  font-weight: 500;
  font-size: 34px;
  text-decoration: none;
  transition: all 0.25s linear;
}
.section-start__phone:hover {
  color: black;
}
@media (max-width: 1600px) {
  .section-start__phone {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .section-start__phone {
    font-size: 22px;
  }
}

.section-practice {
  padding: 140px 0 500px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .section-practice {
    padding: 60px 0;
  }
}
@media (max-width: 750px) {
  .section-practice {
    padding: 40px 0;
  }
}

.practice-border {
  padding-left: 80px;
  border-left: 2px solid #F04941;
  max-width: 820px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  .practice-border {
    padding-left: 40px;
    max-width: 770px;
  }
}
@media (max-width: 1200px) {
  .practice-border {
    max-width: 660px;
  }
}
@media (max-width: 720px) {
  .practice-border {
    padding-left: 20px;
  }
}

.practice-doctor {
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.practice-doctor:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  background: #F04941;
  width: 40px;
  height: 2px;
}
@media (max-width: 1200px) {
  .practice-doctor {
    padding-top: 20px;
    margin-top: 20px;
  }
}

.practice-content {
  position: relative;
}
@media (max-width: 750px) {
  .practice-content .size-34.mb-10 {
    margin-bottom: 20px;
  }
}

.practice-content__pic {
  display: flex;
  position: absolute;
  left: 1000px;
  top: -89px;
  width: 970px;
}
.practice-content__pic picture {
  display: flex;
}
.practice-content__pic img {
  height: auto;
}
@media (max-width: 1600px) {
  .practice-content__pic {
    left: 800px;
  }
}
@media (max-width: 1200px) {
  .practice-content__pic {
    left: auto;
    right: -100px;
    width: 500px;
    top: auto;
    bottom: -60px;
  }
}
@media (max-width: 991px) {
  .practice-content__pic {
    display: none;
  }
}

.project-target {
  padding: 80px;
  background: white;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -330px;
}
@media (max-width: 1600px) {
  .project-target {
    margin-left: -5%;
    margin-right: -5%;
    padding: 30px;
    align-items: flex-start;
  }
}
@media (max-width: 1200px) {
  .project-target {
    margin-top: 0;
    flex-direction: column;
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .project-target {
    margin: 0;
    padding: 20px;
  }
}

.project-target__pic {
  width: 440px;
  flex-shrink: 0;
  display: flex;
  margin-right: 100px;
}
.project-target__pic img {
  height: auto;
}
@media (max-width: 1600px) {
  .project-target__pic {
    width: 300px;
    margin-right: 50px;
  }
}
@media (max-width: 1200px) {
  .project-target__pic {
    width: 150px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.project-target__content {
  display: flex;
  align-items: flex-start;
}

.project-target__icon {
  flex-shrink: 0;
  width: 52px;
  margin-right: 40px;
}
@media (max-width: 991px) {
  .project-target__icon {
    display: none;
  }
}

.project-target__professor {
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.project-target__professor:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  background: #F04941;
  width: 40px;
  height: 2px;
}
@media (max-width: 1200px) {
  .project-target__professor {
    padding-top: 20px;
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.project-target__professor-name {
  flex-shrink: 0;
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .project-target__professor-name {
    margin-right: 0;
  }
  .project-target__professor-name br {
    display: none;
  }
}

.project-target__professor-position {
  letter-spacing: -0.5px;
}

.specialist-container {
  display: flex;
  margin-top: 140px;
  background: none !important;
}
@media (max-width: 1200px) {
  .specialist-container {
    flex-direction: column;
    margin-top: 60px;
  }
}
@media (max-width: 750px) {
  .specialist-container {
    margin-top: 40px;
  }
}

.specialist-container__head {
  width: 310px;
  margin-right: 30px;
  flex-shrink: 0;
}
.specialist-container__head .swiper-arrow {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EE1C1F;
  border-radius: 0;
}
.specialist-container__head .swiper-arrow:before {
  background: #EE1C1F;
  width: 24px;
  height: 24px;
}
.specialist-container__head .swiper-arrow:hover {
  background: #EE1C1F;
}
.specialist-container__head .swiper-arrow:hover:before {
  background: white;
}
@media (max-width: 1200px) {
  .specialist-container__head {
    margin-right: 0;
    width: 100%;
  }
  .specialist-container__head br {
    display: none;
  }
}

.specialist-container__main {
  width: calc(100% - 330px);
}
@media (max-width: 1200px) {
  .specialist-container__main {
    width: 100%;
  }
  .specialist-container__main .specialist-slider {
    padding-bottom: 2px;
  }
}

.spec-slide {
  padding: 65px 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background-image: url("/local/templates/rm25/html/dist/css/../img/home/bg-slide.png");
  background-position: top right;
  background-size: 381px 302px;
  height: 100%;
  background-repeat: no-repeat;
}
.spec-slide .button-border-red {
  height: 60px;
  font-size: 18px;
  color: #EE1C1F;
  cursor: pointer;
  transition: all 0.25s linear;
  margin-top: 20px;
}
.spec-slide .button-border-red:hover {
  color: white;
}
@media (max-width: 991px) {
  .spec-slide {
    background: #F2F2F2;
    padding: 10px;
  }
}

.spec-slide__pic {
  position: relative;
  padding-bottom: 116.6%;
  display: flex;
}
.spec-slide__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spec-slide-advantage {
  margin-bottom: 20px;
  font-size: 15px;
  display: flex;
  align-items: center;
  color: #EE1C1F;
}
.spec-slide-advantage img {
  flex-shrink: 0;
  width: 15px;
  margin-right: 15px;
}

.spec-slide-border {
  position: absolute;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 30px);
  border: 1px solid #FFCACB;
  border-bottom: none;
  pointer-events: none;
}
@media (max-width: 991px) {
  .spec-slide-border {
    display: none;
  }
}

.spec-slide-position {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-specialist {
  padding-bottom: 90px;
}
@media (max-width: 1200px) {
  .section-specialist {
    overflow: hidden;
    padding: 40px 0;
  }
}

.section-top-line {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 85px;
}
.section-top-line:after {
  content: "";
  height: 2px;
  background: #F04941;
  width: 100%;
}
@media (max-width: 991px) {
  .section-top-line:after {
    display: none;
  }
}
.section-top-line span {
  flex-shrink: 0;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .section-top-line span {
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .section-top-line {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .section-top-line {
    margin-bottom: 10px;
  }
}
@media (max-width: 750px) {
  .section-top-line {
    margin-bottom: 40px;
  }
}

.section-partner {
  overflow: hidden;
}
.section-partner .swiper-navigation {
  display: flex;
}
@media (max-width: 750px) {
  .section-partner .swiper-navigation {
    margin-top: 20px;
  }
}
.section-partner .swiper-arrow {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EE1C1F;
  border-radius: 0;
}
.section-partner .swiper-arrow:before {
  background: #EE1C1F;
  width: 24px;
  height: 24px;
}
@media (max-width: 750px) {
  .section-partner .swiper-arrow:before {
    width: 20px;
    height: 20px;
  }
}
.section-partner .swiper-arrow:hover {
  background: #EE1C1F;
}
.section-partner .swiper-arrow:hover:before {
  background: white;
}
@media (max-width: 750px) {
  .section-partner .swiper-arrow {
    width: 40px;
    height: 40px;
  }
}

.section-partner-container {
  padding: 40px 0 0;
}
@media (max-width: 991px) {
  .section-partner-container {
    padding: 0;
  }
}

.partner-text-pic {
  flex-shrink: 0;
  margin-left: 20px;
  display: flex;
}
.partner-text-pic img {
  height: auto;
}
@media (max-width: 991px) {
  .partner-text-pic {
    margin-left: 0;
    margin-right: 10px;
    max-width: 100px;
  }
}

.partner-text-head {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .partner-text-head {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.partner-text-head .size-20 {
  font-size: 34px;
  font-family: RobotoCondensed;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .partner-text-head .size-20 {
    font-size: 28px;
  }
}
@media (max-width: 750px) {
  .partner-text-head .size-20 {
    font-size: 20px;
  }
}

.slider-partner-text .swiper-navigation {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .slider-partner-text {
    padding: 20px 20px 0;
    margin: 20px -20px 0;
    position: relative;
  }
  .slider-partner-text:before {
    content: "";
    top: 0;
    left: 20px;
    height: 1px;
    background: #F04941;
    width: calc(100% - 40px);
    position: absolute;
  }
}

.swiper-slide-swiss-group {
  width: 168px;
}
@media (max-width: 991px) {
  .swiper-slide-swiss-group {
    width: 128px;
  }
}

.swiper-slide-rusiam {
  width: 190px;
}
@media (max-width: 991px) {
  .swiper-slide-rusiam {
    width: 150px;
  }
}

.swiper-slide-clinic-lemanic {
  width: 280px;
}
@media (max-width: 991px) {
  .swiper-slide-clinic-lemanic {
    width: 240px;
  }
}

.swiper-slide-anti-age-expert {
  width: 169px;
}
@media (max-width: 991px) {
  .swiper-slide-anti-age-expert {
    width: 128px;
  }
}

.swiper-slide-shun {
  width: 170px;
}
@media (max-width: 991px) {
  .swiper-slide-shun {
    width: 130px;
  }
}

.swiper-slide-asg-aesthetics {
  width: 300px;
}
@media (max-width: 991px) {
  .swiper-slide-asg-aesthetics {
    width: 260px;
  }
}

.swiper-slide-upec {
  width: 143px;
}
@media (max-width: 991px) {
  .swiper-slide-upec {
    width: 103px;
  }
}

.swiper-slide-hug {
  width: 124px;
}
@media (max-width: 991px) {
  .swiper-slide-hug {
    width: 84px;
  }
}

.swiper-slide-paracelsus-clinic {
  width: 228px;
}
@media (max-width: 991px) {
  .swiper-slide-paracelsus-clinic {
    width: 188px;
  }
}

.swiper-slide-hurim {
  width: 190px;
}
@media (max-width: 991px) {
  .swiper-slide-hurim {
    width: 150px;
  }
}

.slider-partner__logo {
  display: flex;
}

.slider-partner-logos {
  margin: 0 -90px;
  padding: 0 90px;
  border-top: 1px solid #ECEEF1;
  border-bottom: 1px solid #ECEEF1;
}
.slider-partner-logos .swiper-slide {
  position: relative;
  cursor: pointer;
  filter: grayscale(1);
  opacity: 0.6;
  transition: all 0.25s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}
.slider-partner-logos .swiper-slide:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #F04941;
  transition: all 0.25s linear;
}
.slider-partner-logos .swiper-slide:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F04941;
  transition: all 0.25s linear;
}
@media (max-width: 991px) {
  .slider-partner-logos .swiper-slide {
    height: 70px;
    padding: 0 20px;
  }
}
.slider-partner-logos .swiper-slide img {
  height: auto;
}
.slider-partner-logos .swiper-slide-thumb-active {
  filter: grayscale(0);
  opacity: 1;
}
.slider-partner-logos .swiper-slide-thumb-active:before, .slider-partner-logos .swiper-slide-thumb-active:after {
  width: 100%;
}
@media (max-width: 991px) {
  .slider-partner-logos {
    margin: 0 -15px;
    padding: 0 15px;
  }
}

.section-flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .section-flex {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .section-flex {
    flex-direction: column;
  }
}

.section-flex__column {
  width: calc(50% - 25px);
}
@media (max-width: 1200px) {
  .section-flex__column {
    width: 100%;
  }
  .section-flex__column:nth-child(2) {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .section-flex__column {
    flex-basis: auto;
    width: 100%;
  }
  .section-flex__column:nth-child(2) {
    margin-top: 0px;
  }
}

.section-complex {
  background: linear-gradient(to top, #FAFAFA, #F5F5F5);
}

.complex-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: -80px;
}
@media (max-width: 991px) {
  .complex-items {
    margin-top: -40px;
    flex-direction: column;
  }
}

.complex-item {
  width: calc(50% - 37px);
  margin-top: 80px;
}
@media (max-width: 991px) {
  .complex-item {
    width: 100%;
    margin-top: 40px;
  }
}

.complex-item__head {
  display: flex;
  align-items: center;
}

.complex-item__head-icon {
  flex-shrink: 0;
  width: 80px;
  display: flex;
  margin-right: 20px;
}
.complex-item__head-icon img {
  height: auto;
}
@media (max-width: 1200px) {
  .complex-item__head-icon {
    width: 60px;
  }
}
@media (max-width: 991px) {
  .complex-item__head-icon {
    width: 40px;
    margin-right: 14px;
  }
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .section-head {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.switcher {
  display: flex;
}
@media (max-width: 991px) {
  .switcher {
    margin-top: 20px;
  }
}

.switcher-item {
  height: 50px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border: 1px solid transparent;
  outline: none;
  background: transparent;
  transition: all 0.25s linear;
  cursor: pointer;
  font-weight: 400;
  margin-left: 10px;
}
.switcher-item:hover {
  color: #EE1C1F;
}
.switcher-item.active {
  pointer-events: none;
  border: 1px solid #EE1C1F;
  color: #EE1C1F;
}

.switcher-container__item {
  display: none;
  opacity: 0;
}
.switcher-container__item.active {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  animation: content 0.25s linear;
  animation-fill-mode: forwards;
}

@keyframes content {
  100% {
    opacity: 1;
  }
}
.switcher-news-full {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: black;
  width: calc(54% - 10px);
}
.switcher-news-full:hover {
  color: #EE1C1F;
}
.switcher-news-full img {
  height: auto;
}
@media (max-width: 991px) {
  .switcher-news-full {
    display: none;
  }
}

.switcher-all-news {
  flex-shrink: 0;
  width: calc(46% - 10px);
}
@media (max-width: 991px) {
  .switcher-all-news {
    width: 100%;
  }
}

.title-two-string {
  display: -webkit-box; /* Используется для поддержки многослойного ограничения */
  -webkit-box-orient: vertical; /* Задает направление отображения */
  overflow: hidden; /* Скрывает лишний текст */
  text-overflow: ellipsis; /* Добавляет многоточие */
  line-clamp: 2; /* Ограничение в 2 строки */
  -webkit-line-clamp: 2; /* Поддержка для Webkit */
}

.switcher-news-flex {
  display: flex;
}
.switcher-news-flex .color-red {
  margin-right: 30px;
}

.switcher-news-item {
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  color: black;
  text-decoration: none;
}
.switcher-news-item:hover {
  color: #EE1C1F;
}
.switcher-news-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .switcher-news-item {
    margin-bottom: 20px;
  }
}

.specialist-container__main_license .spec-slide {
  padding-bottom: 20px;
}

.spec-license {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spec-license:before {
  top: 0;
  left: 0;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.25s linear;
}
.spec-license:hover:before {
  opacity: 1;
}
.spec-license:hover .search-icon {
  opacity: 1;
}

.search-icon {
  position: absolute;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #F04941;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  transition: all 0.25s linear;
}
.search-icon:before {
  width: 34px;
  height: 34px;
  background: white;
}

.oncology-head {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.oncology-head .button-main {
  width: 400px;
  max-width: 100%;
}

@media (max-width: 991px) {
  .line-mobile-red {
    margin: -6px auto 14px;
    width: 20px;
    height: 2px;
    background: #F04941;
  }
}

.section-start__logo-npb {
  display: flex;
  width: 371px;
  max-width: 100%;
}

.oncology-target {
  padding: 60px;
  background: white;
  border-radius: 60px;
  box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.05);
  max-width: 1440px;
  width: 100%;
  margin: 100px auto 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .oncology-target {
    flex-direction: column-reverse;
    align-items: center;
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .oncology-target {
    padding: 30px 20px;
    margin-top: 40px;
    border-radius: 20px;
  }
}

.oncology-target__pic {
  width: 440px;
  margin-left: 100px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oncology-target__pic img {
  border-radius: 50%;
}
.oncology-target__pic .oncology-target__icon {
  display: none;
}
@media (max-width: 991px) {
  .oncology-target__pic .oncology-target__icon {
    display: flex;
    width: 38px;
    position: absolute;
    bottom: -20px;
    margin-right: 0;
  }
  .oncology-target__pic .oncology-target__icon img {
    border-radius: 0;
  }
}
@media (max-width: 1400px) {
  .oncology-target__pic {
    width: 280px;
    margin-left: 50px;
  }
}
@media (max-width: 1200px) {
  .oncology-target__pic {
    margin-left: 0;
    width: 200px;
    margin-bottom: 44px;
  }
}

.oncology-target__content {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .oncology-target__content {
    text-align: center;
  }
}

.oncology-target__icon {
  display: flex;
  flex-shrink: 0;
  width: 42px;
  margin-right: 40px;
}
@media (max-width: 991px) {
  .oncology-target__icon {
    display: none;
  }
}

.oncology-target__peron {
  margin-top: 30px;
  padding-top: 30px;
  position: relative;
}
.oncology-target__peron:before {
  content: "";
  background: #F04941;
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .oncology-target__peron:before {
    width: 20px;
    left: calc(50% - 10px);
  }
}
@media (max-width: 991px) {
  .oncology-target__peron {
    padding-top: 14px;
    margin-top: 14px;
  }
}

.title-line {
  position: relative;
}
.title-line:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
  width: 40px;
  height: 3px;
  background: #E5252D;
}
@media (max-width: 1200px) {
  .title-line:before {
    bottom: -15px;
    width: 20px;
    height: 2px;
    left: calc(50% - 10px);
  }
}
@media (max-width: 1200px) {
  .title-line {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .section-height .size-44 {
    font-size: 17px;
  }
  .section-height .size-20 {
    font-size: 12px;
  }
}

.block-circle {
  display: flex;
  flex-flow: row wrap;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .block-circle {
    flex-direction: column;
    margin-top: 30px;
  }
}

.block-circle__item {
  display: flex;
  align-items: center;
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #333333;
  width: calc(50% - 40px);
}
.block-circle__item:nth-child(1), .block-circle__item:nth-child(2) {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
@media (max-width: 991px) {
  .block-circle__item {
    padding-top: 20px;
    margin-top: 20px;
    width: 100%;
    border-top: none;
  }
  .block-circle__item:nth-child(2) {
    padding-top: 20px;
    margin-top: 20px;
  }
  .block-circle__item .size-20 {
    position: relative;
  }
  .block-circle__item .size-20:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #333333;
    position: absolute;
    bottom: -20px;
    left: 0;
  }
}

.block-circle__icon {
  width: 120px;
  height: 120px;
  border: 1px solid #F04941;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 30px;
}
.block-circle__icon:hover .block-circle__icon-entry {
  width: 120px;
  height: 120px;
}
@media (max-width: 991px) {
  .block-circle__icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .block-circle__icon:hover .block-circle__icon-entry {
    width: 60px;
    height: 60px;
  }
}

.block-circle__icon-entry {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F04941;
  box-shadow: 0 15px 20px rgba(240, 73, 65, 0.3);
  border-radius: 50%;
  transition: all 0.25s linear;
}
@media (max-width: 991px) {
  .block-circle__icon-entry {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
}

.main-1440 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.specialist-head {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .specialist-head {
    flex-direction: column;
    text-align: center;
  }
}

.specialist-head__title {
  width: 50%;
}
@media (max-width: 991px) {
  .specialist-head__title {
    width: 100%;
  }
}

.specialist-head__border {
  padding-left: 40px;
  width: 50%;
  border-left: 2px solid #F04941;
}
@media (max-width: 1200px) {
  .specialist-head__border {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .specialist-head__border {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
    margin-top: 20px;
    border-left: none;
    border-top: 1px solid #F04941;
  }
}

.specialist-three {
  margin: -20px -60px;
  padding: 20px 60px;
}

.specialist-three__item {
  padding: 10px;
  border-radius: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  flex: 1 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .specialist-three__item {
    border-radius: 20px;
    padding: 4px;
  }
}

.specialist-three__content {
  padding: 30px 20px 20px;
  flex: 1 0 auto;
}
@media (max-width: 991px) {
  .specialist-three__content {
    padding: 14px 10px 10px;
  }
}

.specialist-three__button {
  padding: 0 20px 20px;
}
@media (max-width: 991px) {
  .specialist-three__button {
    padding: 0 10px 10px;
  }
  .specialist-three__button .button-main {
    font-size: 10px;
  }
}

.specialist-three__line {
  margin: 20px 0;
  background: #DAE3F1;
  height: 1px;
  width: 100%;
}
@media (max-width: 991px) {
  .specialist-three__line {
    margin: 14px 0;
  }
}

.specialist-three__pic {
  position: relative;
  padding-bottom: 77%;
  display: flex;
}
.specialist-three__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .specialist-three__pic img {
    border-radius: 16px;
  }
}

.specialist-three__main {
  display: -webkit-box; /* Используется для поддержки многослойного ограничения */
  -webkit-box-orient: vertical; /* Задает направление отображения */
  overflow: hidden; /* Скрывает лишний текст */
  text-overflow: ellipsis; /* Добавляет многоточие */
  line-clamp: 6; /* Ограничение в 2 строки */
  -webkit-line-clamp: 6; /* Поддержка для Webkit */
  line-height: 1.5;
}
@media (max-width: 991px) {
  .specialist-three__main {
    font-size: 10px;
  }
}

.section-doctor {
  background: linear-gradient(to bottom, #F6F8FB, transparent);
  overflow: hidden;
}

@media (min-width: 991px) {
  .service-medical {
    opacity: 1;
  }
  .service-medical .swiper-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .service-medical .swiper-slide {
    margin-top: 20px;
    width: calc(50% - 10px);
  }
}
@media (max-width: 991px) {
  .service-medical {
    margin: 0 -15px;
    padding: 0 15px;
  }
}

.service-medical__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F5F7FA;
  border-radius: 50px;
  padding: 40px 30px;
  height: 100%;
  transition: all 0.25s linear;
}
@media (max-width: 991px) {
  .service-medical__item {
    padding: 16px;
    border-radius: 20px;
    height: 260px;
    justify-content: center;
  }
}

.service-medical__item:hover {
  background: #edeff3;
}

.consultation-block {
  position: relative;
  background-size: cover;
  background-position: center;
  margin-top: 40px;
  border-radius: 60px;
}
@media (max-width: 991px) {
  .consultation-block {
    margin-top: 0;
    border-radius: 20px;
    height: 450px;
  }
}

.consultation-block__content {
  padding: 80px 60px;
  color: white;
  position: relative;
  z-index: 1;
}
.consultation-block__content .size-20 {
  max-width: 500px;
}
@media (max-width: 991px) {
  .consultation-block__content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100%;
  }
  .consultation-block__content .size-54 {
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .consultation-block__content .button-main {
    font-size: 10px;
    font-weight: 700;
  }
  .consultation-block__content .size-20 {
    flex: 1 0 auto;
    font-size: 12px;
  }
}

.consultation-block__pic {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 100px;
  width: 540px;
}
@media (max-width: 1400px) {
  .consultation-block__pic {
    right: 0;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .consultation-block__pic {
    right: -150px;
  }
}
@media (max-width: 991px) {
  .consultation-block__pic {
    width: 220px;
    bottom: 64px;
    right: calc(50% - 110px);
  }
}

.section-consultation {
  overflow: hidden;
  padding-top: 110px;
}
@media (max-width: 991px) {
  .section-consultation {
    padding-top: 0;
  }
}

@media (min-width: 991px) {
  .standard-slider {
    opacity: 1;
    margin: -20px;
    padding: 20px;
  }
  .standard-slider .swiper-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .standard-slider .swiper-slide {
    width: calc(50% - 20px);
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #333333;
  }
  .standard-slider .swiper-slide:nth-child(1), .standard-slider .swiper-slide:nth-child(2) {
    padding-right: 0;
    margin-top: 0;
    border-top: none;
  }
  .standard-slider .block-circle__item {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .standard-slider .swiper-slide {
    width: calc(33.3% - 20px);
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #333333;
  }
  .standard-slider .swiper-slide:nth-child(1), .standard-slider .swiper-slide:nth-child(2), .standard-slider .swiper-slide:nth-child(3) {
    padding-right: 0;
    margin-top: 0;
    border-top: none;
  }
}
@media (max-width: 991px) {
  .standard-slider {
    margin: 40px -15px 0;
    padding: 0 15px;
  }
  .standard-slider .block-circle__item {
    flex-direction: column;
    text-align: center;
  }
  .standard-slider .block-circle__icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .standard-slider .size-20 {
    font-size: 12px;
  }
  .standard-slider .size-20:before {
    display: none !important;
  }
}

.about-place {
  position: relative;
}
.about-place .swiper-arrow {
  position: absolute;
  top: calc(50% - 30px);
}
@media (max-width: 991px) {
  .about-place .swiper-arrow {
    display: none;
  }
}
.about-place .swiper-arrow_prev {
  left: -90px;
}
@media (max-width: 1600px) {
  .about-place .swiper-arrow_prev {
    left: -60px;
  }
}
.about-place .swiper-arrow_next {
  right: -90px;
}
@media (max-width: 1600px) {
  .about-place .swiper-arrow_next {
    right: -60px;
  }
}

.about-place-slide {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.about-place-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .about-place-slide img {
    border-radius: 16px;
  }
}
@media (max-width: 991px) {
  .about-place-slide {
    flex-direction: column;
    row-gap: 10px;
  }
}

.about-place-column {
  display: flex;
  column-gap: 20px;
}
@media (max-width: 991px) {
  .about-place-column {
    row-gap: 10px;
    flex-direction: column;
  }
  .about-place-column:nth-child(2) {
    flex-direction: column-reverse;
  }
}

.about-place-row {
  display: flex;
  justify-content: space-between;
  flex-basis: calc(50% - 10px);
  column-gap: 20px;
}
@media (max-width: 991px) {
  .about-place-row {
    column-gap: 10px;
  }
}

.about-place-row__pic {
  flex-basis: calc(50% - 10px);
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .about-place-row__pic {
    flex-basis: calc(50% - 5px);
  }
}

.about-place-row__text {
  flex-basis: calc(50% - 10px);
  background: #F7F7F7;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 30px;
}
.about-place-row__text .size-22 {
  word-break: break-word;
}
@media (max-width: 1300px) {
  .about-place-row__text {
    padding: 20px 14px;
  }
}
@media (max-width: 991px) {
  .about-place-row__text {
    flex-basis: calc(50% - 5px);
    border-radius: 16px;
  }
  .about-place-row__text .size-22 {
    font-size: 10px;
  }
  .about-place-row__text .size-16 {
    font-size: 10px;
  }
}

.about-place-line {
  margin: 20px auto;
  width: 40px;
  height: 3px;
  background: #E5252D;
}
@media (max-width: 991px) {
  .about-place-line {
    margin: 10px auto;
    height: 2px;
    width: 20px;
  }
}

.about-place-pic {
  display: flex;
  flex-basis: calc(50% - 10px);
}
.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

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

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px);
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

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

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

/* End */


/* Start:/local/templates/expertclinics_dubovoy/css/fonts.css?16516628232550*/
/*15px*/
  /*ГЛАВНАЯ*/
    /*Банер "МОЛОДОСТЬ ВНУТРИ И СНАРУЖИ"*/
      .index-counts .list.flex .item div {
        font-size: 15px;
      }
      .index-counts .top-block button {
        font-size: 15px !important;
      }
      .index-counts .top-block a {
        font-size: 15px !important;
      }
      .index-counts .top-block p {
        font-size: 15px !important;
      }
    /*Слайдер "Специалисты"*/
      .doctors-slider .pre-text p {
        font-size: 15px !important;
      }
      .for_action_item-click div {
        font-size: 15px !important;
      }
    /*Слайдер партнеров*/
      .index-partners-block .list .item.slick-current .txt p {
        font-size: 15px !important;
      }
    /*Блок Комплексный подход*/
      .index-advantages .item {
        font-size: 15px !important;
      }
    /*Блок Отзывы*/
      .index-reviews .reviews .list .item p {
        font-size: 15px !important;
      }
    /*Блок Онлайн-консультации*/
      .index-reviews .consult p, .index-reviews .reviews .list .item p {
        font-size: 15px !important;
      }
    /*Блок Новости и публикации*/
      .index-news .list .item .name {
        font-size: 15px !important;
      }
      .index-news .main-item .name {
        font-size: 15px !important;
      }
    /*Блок Контакты*/
      .contacts-block {
        padding-top: 80px !important; 
        padding-bottom: 80px !important;
      }
      .contacts-block .name {
        margin-bottom: 30px !important;
      }
      .contacts-block .adress {
        font-size: 15px !important;
        min-height: 0px !important;
        margin-bottom: 0px !important;
      }
      .contacts-block .adress22 a {
        font-size: 15px !important;
      }
      .contacts-block .hours {
        margin-bottom: 60px !important;
        font-size: 15px !important;
      }
    /*Блок Лицензии*/
      .doctors-slider .list .item .doc-name, .doctors-slider .list2 .item .doc-name {
        font-size: 15px !important;
      }
    /*Подвал*/
      .footer .adress {
        font-size: 15px !important;
      }
      .footer .hours {
        font-size: 15px !important;
      }
      .footer .menu li {
        font-size: 15px !important;
      }
    /*Услуги*/
      .footer-nav-list li a {
        font-size: 15px !important;
      }
/* End */


/* Start:/local/templates/expertclinics_dubovoy/slick.css?16402762251729*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/expertclinics_dubovoy/css/font-awesome.min.css?174360418427465*/
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/local/templates/expertclinics_dubovoy/css/../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('/local/templates/expertclinics_dubovoy/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('/local/templates/expertclinics_dubovoy/css/../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('/local/templates/expertclinics_dubovoy/css/../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('/local/templates/expertclinics_dubovoy/css/../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('/local/templates/expertclinics_dubovoy/css/../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
/* End */


/* Start:/local/templates/expertclinics_dubovoy/jquery.formstyler.css?16402762252175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/expertclinics_dubovoy/twentytwenty.css?16402762256537*/
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }

/* End */


/* Start:/local/templates/expertclinics_dubovoy/assets/css/bootstrap.min.css?1645102003140930*/
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 5.333333%;flex:0 0 5.333333%;max-width:5.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,.8);border-radius:.2rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media screen and (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media screen and (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-right{right:0;left:auto}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-label::after{border-color:#80bdff}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:2.25rem;padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;padding-left:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-appearance:none;appearance:none}.custom-range::-webkit-slider-thumb:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-appearance:none;appearance:none}.custom-range::-moz-range-thumb:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;appearance:none}.custom-range::-ms-thumb:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion .card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media screen and (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}@media screen and (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-fade .carousel-item{opacity:0;transition-duration:.6s;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
/*# sourceMappingURL=bootstrap.min.css.map */
/* End */


/* Start:/local/templates/expertclinics_dubovoy/style.css?1747403275186211*/
:root {
  --text: #606060;
  --red: #EE1C1F;
  --l-red: #ff8082;
  --title-size: 40px;
}

font-face {
  font-family: 'TT Norms ExtraBold';
  src: url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-ExtraBoldItalic.eot');
  src: local('TT Norms ExtraBold Italic'), local('TTNorms-ExtraBoldItalic'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-ExtraBoldItalic.woff') format('woff'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'TT Norms';
  src: url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Bold.eot');
  src: local('TT Norms Bold'), local('TTNorms-Bold'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Bold.eot?#iefix') format('embedded-opentype'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Bold.woff') format('woff'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'TT Norms';
  src: url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Thin.eot');
  src: local('TT Norms Thin'), local('TTNorms-Thin'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Thin.eot?#iefix') format('embedded-opentype'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Thin.woff') format('woff'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'TT Norms';
  src: url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Regular.eot');
  src: local('TT Norms Regular'), local('TTNorms-Regular'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Regular.eot?#iefix') format('embedded-opentype'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Regular.woff') format('woff'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TT Norms Thin';
  src: url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-ThinItalic.eot');
  src: local('TT Norms Thin Italic'), local('TTNorms-ThinItalic'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-ThinItalic.eot?#iefix') format('embedded-opentype'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-ThinItalic.woff') format('woff'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'TT Norms';
  src: url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Italic.eot');
  src: local('TT Norms Italic'), local('TTNorms-Italic'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Italic.eot?#iefix') format('embedded-opentype'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Italic.woff') format('woff'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'TT Norms';
  src: url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Heavy.eot');
  src: local('TT Norms Heavy'), local('TTNorms-Heavy'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Heavy.eot?#iefix') format('embedded-opentype'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Heavy.woff') format('woff'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'TT Norms';
  src: url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Light.eot');
  src: local('TT Norms Light'), local('TTNorms-Light'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Light.eot?#iefix') format('embedded-opentype'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Light.woff') format('woff'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'TT Norms Black';
  src: url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-BlackItalic.eot');
  src: local('TT Norms Black Italic'), local('TTNorms-BlackItalic'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-BlackItalic.eot?#iefix') format('embedded-opentype'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-BlackItalic.woff') format('woff'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'TT Norms';
  src: url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-ExtraLight.eot');
  src: local('TT Norms ExtraLight'), local('TTNorms-ExtraLight'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-ExtraLight.eot?#iefix') format('embedded-opentype'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-ExtraLight.woff') format('woff'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'TT Norms Light';
  src: url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-LightItalic.eot');
  src: local('TT Norms Light Italic'), local('TTNorms-LightItalic'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-LightItalic.eot?#iefix') format('embedded-opentype'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-LightItalic.woff') format('woff'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'TT Norms ExtraLight';
  src: url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-ExtraLightItalic.eot');
  src: local('TT Norms ExtraLight Italic'), local('TTNorms-ExtraLightItalic'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-ExtraLightItalic.eot?#iefix') format('embedded-opentype'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-ExtraLightItalic.woff') format('woff'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'TT Norms Bold';
  src: url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-BoldItalic.eot');
  src: local('TT Norms Bold Italic'), local('TTNorms-BoldItalic'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-BoldItalic.woff') format('woff'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'TT Norms';
  src: url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Medium.eot');
  src: local('TT Norms Medium'), local('TTNorms-Medium'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Medium.eot?#iefix') format('embedded-opentype'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Medium.woff') format('woff'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'TT Norms';
  src: url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Black.eot');
  src: local('TT Norms Black'), local('TTNorms-Black'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Black.eot?#iefix') format('embedded-opentype'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Black.woff') format('woff'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'TT Norms Medium';
  src: url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-MediumItalic.eot');
  src: local('TT Norms Medium Italic'), local('TTNorms-MediumItalic'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-MediumItalic.eot?#iefix') format('embedded-opentype'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-MediumItalic.woff') format('woff'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'TT Norms Heavy';
  src: url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-HeavyItalic.eot');
  src: local('TT Norms Heavy Italic'), local('TTNorms-HeavyItalic'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-HeavyItalic.eot?#iefix') format('embedded-opentype'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-HeavyItalic.woff') format('woff'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'TT Norms';
  src: url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-ExtraBold.eot');
  src: local('TT Norms ExtraBold'), local('TTNorms-ExtraBold'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-ExtraBold.eot?#iefix') format('embedded-opentype'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-ExtraBold.woff') format('woff'), url('/local/templates/expertclinics_dubovoy/fonts/TTNorms-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEYag.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVj2ZhZI2eCN5jzbjEETS9weq8-19e7CA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYYag.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZKCM.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-59U.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meKCM.ttf) format('truetype');
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 500;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.popup,
.question,
.call {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  visibility: hidden;
  overflow-y: auto;
  opacity: 0;
  z-index: -1;
}
.popup .window,
.question .window,
.call .window {
  position: relative;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  margin: auto 0;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  cursor: pointer;
  background: rgba(11, 37, 53, 0.8);
  opacity: 0;
  z-index: 0;
}
.popup.active,
.question.active,
.call.active {
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
  z-index: 150;
}
#cookie_notification p{
	margin: 0;
	font-size: 0.7rem;
	text-align: left;
	color: $color_text;
}

@media (min-width: 576px){
	#cookie_notification.show{
		display: flex;
	}
	.cookie_accept{
		margin: 0 0 0 25px;
	}
}

@media (max-width: 575px){
	#cookie_notification.show{
		display: block;
		text-align: left;
	}
	.cookie_accept{
		margin: 10px 0 0 0;
	}
}

	.galery_1_style_1 video {
		height: 400px;
	}
.active.overlay {
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 50;
}
.window .close {
  -webkit-filter: brightness(0.1);
          filter: brightness(0.1);
}
.open-modal {
  overflow: hidden;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #000;
}
.ap {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #fff;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: 'TT Norms';
  font-size: 14px;
  color: #000;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
p {
  text-align: justify;
}
@media (max-width: 1024px) {
  p {
    text-align: left;
  }
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;

  font-size: 14px;
  border: 0;
  font-family: 'TT Norms';
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-position: inside;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.an {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {

}
section,
header,
footer,
nav,
main {
  display: block;
}
.sec {
  padding-top: 0!important;
  padding-bottom: 0!important;
  margin: 4.5rem 0 7.5rem;
}
.link-item-block {
  display: block;
  position: relative;
}
.wrap {
  margin: 0 auto;
  width: 1170px;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
* {
  outline: none!important;
}
.index-first-block {
  background: url('/local/templates/expertclinics_dubovoy/img/index-first-block-2.png') center / cover;
  padding-bottom: 386px;
  position: relative;
}
.index-first-block .window {
  position: absolute;
  bottom: 15px;
  left: 45px;
  max-width: 473px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 40px;
}
.index-first-block .window .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  background: url('/local/templates/expertclinics_dubovoy/img/close.svg');
}
.index-first-block .window .author {
  margin-bottom: 20px;
}
.index-first-block .window .author div {
  display: table-cell;
  vertical-align: middle;
  color: #ee1c1f;
  font-weight: 500;
  font-size: 15px;
  line-height: 177.02%;
}
.index-first-block .window .author div span {
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 177%;
}
.index-first-block .window .author div img {
  margin-right: 18px;
  border-radius: 50%;
}
.index-first-block .window .txt {
  border-radius: 6px;
  background: #F4F4F4;
  border-radius: 0px 12px 12px 12px;
  padding: 12px 18px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
.index-first-block .window .txt a {
  color: #ee1c1f;
}
.index-first-block .header {
  margin-bottom: 104px;
}
.index-first-block .text {
  padding-top: 110px;
}
.index-first-block .text .swiss {
  margin-bottom: 36px;
}
.index-first-block .left-social-links {
  padding-top: 10rem;
}
.index-first-block .text .swiss div {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ee1c1f;
  font-weight: 500;
  font-size: 18px;
  line-height: 147.52%;
}
.index-first-block .text .swiss div img {
  margin-right: 30px;
}
.index-first-block .text .logo {
  max-width: 702px;
  color: var(--red);
  margin-bottom: 50px;
}
.index-first-block .text p {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.index-first-block .text .phone {
  text-decoration: none;
  color: #ee1c1f;
  font-weight: 500;
  font-size: 48px;
  line-height: 57px;
}
.header {
  padding: 26px 15px;
}
.header .logo a {
  display: inline-block;
}
.header .logo a,
.header .logo a:hover,
.header .logo a:visited {
  color: #000;
}
.header .logo svg {
  width: 130px;
  height: auto;
}
.header.inner {
  margin-bottom: 36px;
}
.header .menu-button {
  width: 22px;
  height: 18px;
  background: url('/local/templates/expertclinics_dubovoy/img/menu-button.svg') center / cover no-repeat;
  margin-top: 8px;
  display: none;
}
.header .logo {
  font-size: 0;
}
.header ul {
  margin-top: 10px;
}
.header ul li {
  display: inline-block;
  margin-right: 3%;
}
.header ul li:last-child {
  margin-right: 0;
}
.header ul li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
.header ul li a:hover {
  color: #ee1c1f;
}
.header .adress {
  margin-top: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
.header .phone {
  display: block;
  text-decoration: none;
  color: #ee1c1f;
  margin-top: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
.header .phone:hover {
  color: #000;
}
.header .phone {
  margin-top: 0;
}
.header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
}
.header .menu-button,
.header .adress {
  margin-top: 0;
}
.left-social-links {
  display: inline-block;
  padding-top: 7rem;
}
.left-social-links:before,
.left-social-links:after {
  display: block;
  content: "";
  background: #D2D2D2;
  width: 1px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
}
.social-item {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
  margin: 30px 0;
}
.social-item--search {
  background: url('/local/templates/expertclinics_dubovoy/img/search.svg') no-repeat center;
}
.social-item--inst {
  background: url('/local/templates/expertclinics_dubovoy/img/social1.svg') no-repeat center;
}
.social-item--yt {
  background: url('/local/templates/expertclinics_dubovoy/img/social2.svg') no-repeat center;
}
.social-item--fb {
  background: url('/local/templates/expertclinics_dubovoy/img/social3.svg') no-repeat center;
}
.social-item--zen {
  background: url('/local/templates/expertclinics_dubovoy/img/social4.svg') no-repeat center;
}
.social-item:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.clinic-boss-block {
  background: #f1f1fb;
  position: relative;
  overflow: hidden;
  padding: 237px 0 200px 84px;
}
.clinic-boss-block:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 830px;
  height: 830px;
  border: 1px solid var(--l-red);
  left: 480px;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
}
.clinic-boss-block .text {
  text-align: right;
  width: 866px;
  position: relative;
  z-index: 4;
}
.clinic-boss-block .text .name p {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  text-transform: uppercase;
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
}
.clinic-boss-block .text p {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  color: var(--text);
  padding-left: 120px;
}
.clinic-boss-block .text .author {
  color: #ee1c1f;
  font-size: 18px;
  line-height: 1.25;
}
.clinic-boss-block .text .author span {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 1.25;
}
.clinic-boss-block .image {
  position: absolute;
  right: 0;
  top: 10%;
  height: 90%;
  max-width: 10000000px;
}
.index-counts {
  padding: 170px 180px 110px 0;
  background: url('/local/templates/expertclinics_dubovoy/img/index-counts.png?v=1') no-repeat 0 0;
  position: relative;
  margin-bottom: 60px;
}
.index-counts:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 98%;
  height: 96%;
  border: 1px solid var(--l-red);
  pointer-events: none;
}
.index-counts .top-block {
  width: 960px;
  padding-bottom: 55px;
}
.index-counts .top-block .name {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 100px;
  line-height: 1.25;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 8px;
}
.index-counts .top-block .name span {
  display: block;
  font-size: 130px;
  line-height: 1.25;
}
.index-counts .top-block p {
  font-weight: 500;
  font-size: 24px;
  line-height: 130.02%;
  color: var(--text);
  margin-bottom: 40px;
}
.index-counts .top-block p span {
  color: #ee1c1f;
}
.index-counts .top-block a {
  font-weight: 500;
  font-size: 24px;
  line-height: 177.02%;
}
.index-counts .top-block a:hover {
  color: #ee1c1f;
}
.index-counts .list {
  width: 960px;
}
.index-counts .list .item {
  width: 46%;
  margin-bottom: 65px;
}
.index-counts .list .item div {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1.25;
}
.index-counts .list .item div:first-child {
  padding-right: 45px;
  color: #ee1c1f;
  font-weight: bold;
  font-size: 130px;
  line-height: 152px;
  position: relative;
}
.index-counts .list .item div:first-child:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 71px;
  height: 178px;
  border: 1px solid var(--l-red);
  right: 25px;
}
.index-counts .list .item div:first-child span {
  position: relative;
  background: #fff;
}
.doctors-slider {
  margin-bottom: 32px;
  position: relative;
}
.doctors-list-nav {
  text-align: right;
  margin: 0 -5px 25px;
}
.doctors-list-nav .slick-arrow {
  margin: 0 5px;
}
.doctors-slider .pre-text .name {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.doctors-slider .pre-text p {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  color: var(--text);
}
.doctors-slider .list.other .slick-dots,
.doctors-slider .list2.other .slick-dots {
  display: none !important;
}
.doctors-slider .list.other .item,
.doctors-slider .list2.other .item {
  padding: 75px 75px 50px 75px;
}
.doctors-slider .list .slick-track,
.doctors-slider .list2 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.doctors-slider .list .item,
.doctors-slider .list2 .item {
  padding: 35px 45px 80px 45px;
  background: url('/local/templates/expertclinics_dubovoy/img/bg1.png') no-repeat right top;
  height: auto;
  position: relative;
}
.doctors-slider .list .item:before,
.doctors-slider .list2 .item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  border: 1px solid var(--l-red);
  border-bottom: 0;
  width: 90%;
  height: calc(100% - 30px);
}
.doctors-slider .list .item img,
.doctors-slider .list2 .item img {
  width: 100%;
  margin-bottom: 20px;
}
.doctors-slider .list .item .image,
.doctors-slider .list2 .item .image {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.doctors-slider .list .item .image:hover a,
.doctors-slider .list2 .item .image:hover a {
  opacity: 1;
}
.doctors-slider .list .item .image img,
.doctors-slider .list2 .item .image img {
  width: auto;
  display: inline-block;
}
.doctors-slider .list .item .image a,
.doctors-slider .list2 .item .image a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8) url('/local/templates/expertclinics_dubovoy/img/zoom.svg') no-repeat center;
  opacity: 0;
}
.doctors-slider .list .item .doc-name,
.doctors-slider .list2 .item .doc-name {
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
}
.doctors-slider .list .item .country,
.doctors-slider .list2 .item .country {
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--text);
}
.doctors-slider .list .item .name,
.doctors-slider .list2 .item .name {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
}
.doctors-slider .list .item .boss,
.doctors-slider .list2 .item .boss {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #EE1C1F;
  padding-left: 25px;
  background: url('/local/templates/expertclinics_dubovoy/img/doctor-icon1.svg') no-repeat 0 1px;
}
.doctors-slider .list .item .candidate,
.doctors-slider .list2 .item .candidate {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #EE1C1F;
  padding-left: 25px;
  background: url('/local/templates/expertclinics_dubovoy/img/doctor-icon2.svg') no-repeat 0 1px;
}
.doctors-slider .list .item .years,
.doctors-slider .list2 .item .years {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--text);
}
.doctors-slider .list .item .text,
.doctors-slider .list2 .item .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  min-height: 105px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.doctors-slider .list .item .button,
.doctors-slider .list2 .item .button {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  padding: 0 45px;
}
.doctors-slider .list .item button,
.doctors-slider .list2 .item button {
  width: 100%;
  background: #fff;
  border: 1px solid #ee1c1f;
  color: #ee1c1f;
  font-weight: 500;
  font-size: 18px;
  height: 60px;
}
.doctors-slider .list .item button:hover,
.doctors-slider .list2 .item button:hover {
  color: #fff;
  background: #ee1c1f;
}
.doctors-slider .list2 .slick-prev,
.doctors-slider .list2 .slick-next,
.list-nav .slick-next,
.list-nav .slick-prev,
.reviews-slider-nav .slick-next,
.reviews-slider-nav .slick-prev {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 0;
  z-index: 2;
}
.reviews-slider-nav .slick-prev:hover,
.reviews-slider-nav .slick-next:hover,
.list-nav .slick-prev:hover,
.doctors-slider .list2 .slick-prev:hover,
.list-nav .slick-next:hover,
.doctors-slider .list2 .slick-next:hover {
  opacity: 0.3;
}
.list-nav .slick-prev,
.doctors-slider .list2 .slick-prev,
.reviews-slider-nav .slick-prev
 {
  background: url('/local/templates/expertclinics_dubovoy/img/prev.svg');
}
.list-nav .slick-next,
.reviews-slider-nav .slick-next,
.doctors-slider .list2 .slick-next {
  background: url('/local/templates/expertclinics_dubovoy/img/next.svg');
}
.doctors-slider .list .slick-dots,
.doctors-slider .list2 .slick-dots {
  display: table;
  width: 100%;
}
.doctors-slider .list .slick-dots li,
.doctors-slider .list2 .slick-dots li {
  display: table-cell;
  vertical-align: middle;
}
.doctors-slider .list .slick-dots li.slick-active button,
.doctors-slider .list2 .slick-dots li.slick-active button {
  background: var(--l-red);
}
.doctors-slider .list .slick-dots li button,
.doctors-slider .list2 .slick-dots li button {
  width: 100%;
  height: 5px;
  font-size: 0;
  background: #DFE4EB;
}

.doctors-slider .list2 .item {
  width: 450px;

  background: #fff;
}
.doctors-slider .list2 .slick-prev,
.doctors-slider .list2 .slick-next {
  top: 220px;
  left: -440px;
}
.doctors-slider .list2 .slick-next {
  margin-left: 60px;
}
.index-partners-block {
  background: #C9CFD6;
  padding: 120px 0;
  text-align: center;
}
.index-partners-block .text {
  margin-bottom: 30px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  max-width: 608px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.index-partners-block .text span {
  display: block;
  margin-top: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  font-family: 'Roboto Condensed', sans-serif;
}
.index-partners-block .slick-prev {
  background: url('/local/templates/expertclinics_dubovoy/img/prev2.svg');
}
.index-partners-block .slick-next {
  background: url('/local/templates/expertclinics_dubovoy/img/next2.svg');
}
.index-partners-block .list .item {
  width: 608px;
  text-align: left;
  position: relative;
}
.index-partners-block .list .item.slick-current .txt {
  opacity: 1;
}
.index-partners-block .list .item.slick-current .txt2 {
  opacity: 0;
}
.index-partners-block .list .item .txt2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  white-space: nowrap;
  background: #fff;
  padding: 100px 60px 60px 60px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  color: var(--text);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.index-partners-block .list .item .txt2 span {
  display: block;
  color: #000;
  margin: 60px 0 10px;
  font-size: 21px;
  line-height: 25px;
}
.index-partners-block .list .item .txt {
  background: #ffffff url('/local/templates/expertclinics_dubovoy/img/bg2.png') center / cover;
  padding: 74px 90px;
  position: relative;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-top: 35px;
}
.index-partners-block .list .item .txt:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 94%;
  height: 80%;
  border: 1px solid var(--l-red);
  border-left: 0;
  pointer-events: none;
}
.index-partners-block .txt .top-text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -45px;
  font-weight: bold;
  font-size: var(--title-size);
  line-height: 52px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #DFE4EB;
  font-family: 'Roboto Condensed';
  white-space: nowrap;
  z-index: -1;
}
.index-partners-block .list .item .txt .logo {
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.index-partners-block .list .item .txt .logo div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  color: var(--text);
}
.index-partners-block .list .item .txt .logo div span {
  display: block;
  color: #000;
  font-size: 21px;
  line-height: 25px;
}
.index-partners-block .list .item .txt .logo div img {

}
.index-partners-block .list .item .txt p {
  margin-top: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  color: var(--text);
}
.index-advantages {
  width: 58%;

  padding: 185px 20px 1px 185px;
  background: url('/local/templates/expertclinics_dubovoy/img/bg3.png') no-repeat center / contain;
}
.index-advantages .block-name {
  color: #ee1c1f;
  margin-bottom: 130px;
  font-weight: 500;
  font-size: 64px;
  line-height: 75px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  width: 60%;
}
.index-advantages .item {
  width: 45%;
  margin-bottom: 90px;
  font-weight: 500;
  font-size: 21px;
  line-height: 153.52%;
  color: var(--text);
}
.index-advantages .item .name {
  margin-bottom: 25px;
}
.index-advantages .item .name p {
  width: calc(100% - 51px);
  color: #000;
  font-size: 30px;
  line-height: 1.25;
  padding-left: 5%;
}
.index-advantages .item .img-block {
  -ms-flex-preferred-size: 51px;
      flex-basis: 51px;
}
.index-reviews {
  width: 42%;

  border-left: 1px solid #FFD7D7;
}
.index-reviews .consult {
  border-bottom: 1px solid #FFD7D7;
  padding: 60px 50px 70px 50px;
  background: url('/local/templates/expertclinics_dubovoy/img/bg4.png?v=1') no-repeat right / contain;
}
.index-reviews .consult .name {
  color: #ee1c1f;
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
}
.index-reviews .consult p {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 24px;
  line-height: 177%;
  text-align: left;
}
.index-reviews .consult button {
  background: #fff;
  color: #ee1c1f;
  border: 1px solid #ee1c1f;
  font-weight: 500;
  font-size: 18px;
  width: 260px;
  height: 60px;
}
.index-reviews .consult button:hover {
  color: #fff;
  background: #ee1c1f;
}
.index-reviews .reviews {
  padding: 60px 50px;
}
.index-reviews .reviews .name {
  color: #ee1c1f;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
}
.index-reviews .reviews .list .item p {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 24px;
  line-height: 177%;
}
.index-reviews .reviews .list .item .author div {
  display: table-cell;
  vertical-align: middle;
  color: #ee1c1f;
  font-weight: 500;
  font-size: 15px;
  line-height: 177.02%;
}
.index-reviews .reviews .list .item .author div span {
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 177%;
}
.index-reviews .reviews .list .item .author div img {
  margin-right: 18px;
  border-radius: 50%;
}
.index-reviews .reviews .list .slick-dots {
  padding-top: 50px;
}
.index-reviews .reviews .list .slick-dots li {
  display: inline-block;
  margin-right: 15px;
}
.index-reviews .reviews .list .slick-dots li:last-child {
  margin-right: 0;
}
.index-reviews .reviews .list .slick-dots li.slick-active button {
  background: url('/local/templates/expertclinics_dubovoy/img/dots2.svg') no-repeat center;
}
.index-reviews .reviews .list .slick-dots li button {
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 17px;
  height: 17px;
  background: url('/local/templates/expertclinics_dubovoy/img/dots.svg') no-repeat center;
}
.index-reviews .reviews .seeall {
  width: 100%;
  text-align: right;
  padding-top: 15px;
}
.index-reviews .reviews .seeall button {
  background: #fff;
  color: #ee1c1f;
  border: 1px solid #ee1c1f;
  font-weight: 500;
  font-size: 18px;
  width: fit-content;
  height: auto;
  padding: 20px;
}
.index-reviews .reviews .seeall button:hover {
  color: #fff;
  background: #ee1c1f;
}
.index-news {
  padding: 65px 30px 30px 185px;
}
.index-news .block-name {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.index-news .tabNavigation {
  text-align: right;
  margin: -80px 0 70px;
}
.index-news .tabNavigation li {
  display: inline-block;
}
.index-news .tabNavigation li a {
  display: block;
  text-decoration: none;
  width: 192px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #fff;
  font-weight: 500;
  font-size: 24px;
}
.index-news .tabNavigation li a.selected {
  color: #ee1c1f;
  border: 1px solid #ee1c1f;
}
.index-news .main-item {
  width: 55%;
  margin-bottom: 30px;
}
.index-news .main-item img {
  width: 100%;
  margin-bottom: 40px;
}
.index-news .main-item .name {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
}
.index-news .main-item .tag {
  text-transform: uppercase;
  text-decoration: none;
  color: #ee1c1f;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-right: 35px;
}
.index-news .main-item .date {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--text);
}
.index-news .list {
  width: 44%;

  padding-right: 100px;
}
.index-news .list .item {
  margin-bottom: 50px;
}
.index-news .list .item .name {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 26px;
  line-height: 35px;
}
.index-news .list .item .tag {
  text-transform: uppercase;
  text-decoration: none;
  color: #ee1c1f;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-right: 35px;
}
.list .item .date {
  margin-bottom: 10px;
}
.index-news .list .item .date {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--text);
}
.contacts-block {
  background: #c9cfd6 url('/local/templates/expertclinics_dubovoy/img/contacts-block.png') no-repeat right / contain;
  padding: 104px 190px 133px 343px;
  position: relative;
  color: #fff;
  margin-bottom: 120px;
}
.contacts-block .name {
  margin-bottom: 104px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
}
.contacts-block .adress {
  margin-bottom: 104px;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
	background: url(/local/templates/expertclinics_dubovoy/img/map-pin.png);
	background-repeat: no-repeat;
	background-position-x: -7px;
	min-height: 76px;
  
}
.contacts-block .adress22 {
	background: url(/local/templates/expertclinics_dubovoy/img/phone-in.png);
	background-repeat: no-repeat;
	padding: 15px 0px 15px 0px;
  
}
.contacts-block .phone {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
}
.contacts-block .hours {
  margin-bottom: 120px;
  font-size: 22px;
}
.contacts-block .social {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}
.contacts-block .social ul {
  padding-top: 15px;
}
.contacts-block .social ul li {
  display: inline-block;
  margin-right: 30px;
}
.contacts-block .social ul li a {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;

  border: 1px solid #fff;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.contacts-block .social ul li a:hover {
  background: #fff;
  color: #C9CFD6;
}
.contacts-block .buttons {
  position: absolute;
  bottom: 130px;
  right: 190px;
}
.contacts-block .buttons a {
  color: #fff;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #fff;
  background: #C9CFD6;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  padding: 0 30px 0 20px;
  margin-right: 18px;
}
.contacts-block .buttons a:last-child {
  margin-right: 0;
}
.contacts-block .buttons a img {
  vertical-align: middle;
  margin: -4px 10px 0 0;
}
.footer {
  border-top: 1px solid #FFD7D7;
  margin: 0 15px 50px 15px;
  padding-top: 50px;
}
.footer .left-block .logo {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0;
}
.footer .left-block .logo a {
  display: inline-block;
  width: 210px;
  height: 62px;
}
.footer .left-block .logo a,
.footer .left-block .logo a:hover,
.footer .left-block .logo a:visited {
  color: var(--red);
}
.footer .left-block ul {
  display: inline-block;
  margin-left: 42px;
  vertical-align: bottom;
}
.footer .left-block ul li {
  display: inline-block;
  margin-right: 20px;
}
.footer .left-block ul li a {
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 50%;

  border: 1px solid #C9CFD6;
  color: #C9CFD6;
  text-align: center;
}
.footer .left-block ul li a:hover {
  color: #fff;
  background: #C9CFD6;
}
.footer .left-block .br {
  height: 44px;
}
.footer .left-block .adress {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  color: var(--text);
  width: 240px;
  margin-right: 10px;
  padding-top: 5px;
}
.footer .left-block .adress a {
  display: block;
  text-decoration: none;
  color: var(--text);
  margin-top: 23px;
}
.footer .left-block .hours {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 18px;
  line-height: 33px;
}
.footer .left-block .hours span {
  color: #ee1c1f;
}
.footer .menu {
  margin-right: 100px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  padding-top: 10px;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.footer .menu li {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  color: rgba(1, 1, 1, 0.5);
}
.footer .menu li a {
  display: block;
  text-decoration: none;
}
.bottom-menu {
  background: #F3F3F3;
  padding: 60px 30px 10px;
}
.bottom-menu p {
  text-transform: uppercase;
  margin-bottom: 65px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  font-family: 'Roboto Condensed', sans-serif;
}
.bottom-menu nav.big ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.footer-nav-list li {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}
.bottom-menu nav span {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 22px;
}
.bottom-menu nav span a {
  color: inherit;
  text-decoration: none;
}
.bottom-menu nav ul {
  padding-bottom: 20px;
}
.bottom-menu nav ul li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  color: var(--text);
}
.navi {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: var(--l-red);
}
.navi a {
  text-decoration: none;
  color: var(--red);
}
.doctors-page {
  padding: 0 0 64px 0;
  position: relative;
}
.doctors-page .top-text h1 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.doctors-page .top-text form input[type='text'] {
  border-bottom: 1px solid #D2D2D2;
  background: url('/local/templates/expertclinics_dubovoy/img/search.svg') no-repeat 10px 50%;
}

.doctors-page .top-text form .jq-selectbox .jq-selectbox__select {
  cursor: pointer;
  padding: 0 20px 0 40px;
}
.doctors-page .top-text form .jq-selectbox .jq-selectbox__dropdown {
  -webkit-box-shadow: rgba(1, 1, 1, 0.1) 0 6px 12px;
          box-shadow: rgba(1, 1, 1, 0.1) 0 6px 12px;
  width: 100%;
  background: #fff;
  z-index: 2;
}
.doctors-page .top-text form .jq-selectbox .jq-selectbox__dropdown li {
  cursor: pointer;
  padding: 10px 20px;
  line-height: 140%;
}
.doctors-page .top-text form select {
  width: 100%;
  height: 54px;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid #D2D2D2;
  padding: 0 20px 0 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url('/local/templates/expertclinics_dubovoy/img/select.svg') no-repeat right 10px top 50%, url('/local/templates/expertclinics_dubovoy/img/people.svg') no-repeat 10px 50%;
}
.doctors-page .list .item-inner {
  position: relative;
  height: 100%;
  background: #ffffff url('/local/templates/expertclinics_dubovoy/img/bg1.png') no-repeat right top;
  padding: 28px 35px 30px 35px;
}
.doctors-page .list .item-inner:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 15px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: none;
  border: 1px solid var(--l-red);
  border-bottom: 0;
  width: 90%;
  height: calc(100% - 15px);
}
.doctors-page .list .item .tag {
  position: absolute;
  right: 5%;
  top: 15px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background: #ee1c1f;
  padding: 9px 20px;
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 1199px) {
  .doctors-page .list .item .tag {
    top: 16px;
    right: 1.7%;
  }
}
@media (max-width: 767px) {
  .doctors-page .list .item .tag {
    top: 15px !important;
    right: 1.7% !important;
  }
}
@media (max-width: 576px) {
  .doctors-page .list .item .tag {
    right: 0%;
  }
}
.doctors-page .list .item img {
  width: 100%;
  margin-bottom: 20px;
}
.doctors-page .list .item .country {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--text);
}
.doctors-page .list .item .name {
  margin-bottom: 22px;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
}
.doctors-page .list .item .expert {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 18px;
  color: #EE1C1F;
  padding-left: 25px;
  background: url('/local/templates/expertclinics_dubovoy/img/expert.svg') no-repeat 0 1px;
}
.doctors-page .list .item .boss {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 18px;
  color: #EE1C1F;
  padding-left: 25px;
  background: url('/local/templates/expertclinics_dubovoy/img/doctor-icon1.svg') no-repeat 0 1px;
}
.doctors-page .list .item .candidate {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 18px;
  color: #EE1C1F;
  padding-left: 25px;
  background: url('/local/templates/expertclinics_dubovoy/img/doctor-icon2.svg') no-repeat 0 1px;
}
.doctors-page .list .item .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
}
.doctors-page .list .slick-prev,
.doctors-page .list .slick-next {
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 0;
  z-index: 2;
  bottom: -100px;
  opacity: .3;
}
.doctors-page .list .slick-prev:hover,
.doctors-page .list .slick-next:hover {
  opacity: 1;
}
.doctors-page .list .slick-prev {
  left: 50%;
  margin-left: -60px;
  background: url('/local/templates/expertclinics_dubovoy/img/prev.svg');
}
.doctors-page .list .slick-next {
  right: 50%;
  margin-right: -60px;
  background: url('/local/templates/expertclinics_dubovoy/img/next.svg');
}
.doctors-page .list .slick-dots {
  display: table;
  width: 100%;
}
.doctors-page .list .slick-dots li {
  display: table-cell;
  vertical-align: middle;
}
.doctors-page .list .slick-dots li.slick-active button {
  background: var(--l-red);
}
.doctors-page .list .slick-dots li button {
  width: 100%;
  height: 5px;
  font-size: 0;
  background: #DFE4EB;
}
.doctors-page .br-block {
  margin: 50px 0 80px;
  height: 82px;
  position: relative;
}
.doctors-page .br-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  background: var(--l-red);
}
.doctors-page .br-block:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 210px;
  height: 100%;
  background: #ffffff url('/local/templates/expertclinics_dubovoy/img/doctors-page.svg') no-repeat center;
}
.doctors-page .main-list .slick-prev,
.doctors-page .main-list .slick-next {
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 0;
  z-index: 2;
  bottom: -30px;
  opacity: .3;
  zoom: .6;
}
.doctors-page .main-list .slick-prev:hover,
.doctors-page .main-list .slick-next:hover {
  opacity: 1;
}
.doctors-page .main-list .slick-prev {
  left: 50%;
  margin-left: -60px;
  background: url('/local/templates/expertclinics_dubovoy/img/prev.svg');
}
.doctors-page .main-list .slick-next {
  right: 50%;
  margin-right: -60px;
  background: url('/local/templates/expertclinics_dubovoy/img/next.svg');
}
.doctors-page .flex-list .item {
  height: calc(100% - 30px);
  margin-bottom: 60px;
  padding: 20px 20px 100px 20px;
  background: #fff;
  position: relative;
  border: 1px solid var(--l-red);
  border-bottom: 0;
}
.doctors-page .flex-list .item > a {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding: 50% 0;
  z-index: 1;
}
.doctors-page .flex-list .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.doctors-page .flex-list .item .country {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--text);
}
.doctors-page .flex-list .item .name {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
}
.doctors-page .flex-list .item .boss {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #EE1C1F;
  padding-left: 25px;
  background: url('/local/templates/expertclinics_dubovoy/img/doctor-icon1.svg') no-repeat 0 1px;
}
.doctors-page .flex-list .item .candidate {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #EE1C1F;
  padding-left: 25px;
  background: url('/local/templates/expertclinics_dubovoy/img/doctor-icon2.svg') no-repeat 0 1px;
}
.doctors-page .flex-list .item .years {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--text);
}
.doctors-page .flex-list .item .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  min-height: 105px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.doctors-page .flex-list .item .button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
}
.doctors-page .item button {
  width: 100%;
  background: #fff;
  border: 1px solid #ee1c1f;
  color: #ee1c1f;
  font-weight: 500;
  font-size: 18px;
  height: 60px;
}
.doctors-page .item button:hover {
  color: #fff;
  background: #ee1c1f;
}
.doctors-page .bottom-button {
  text-align: center;
}
.doctors-page .bottom-button button {
  color: #fff;
  font-size: 20px;
  background: #ee1c1f;
  border: 1px solid #ee1c1f;
  width: 390px;
  height: 60px;
}
.doctors-page .bottom-button button:hover {
  background: #fff;
  color: #ee1c1f;
}
.doctor-page {
  padding: 0 0 60px 0;
  position: relative;
}
.doctor-page ul {
  list-style: unset;
}
.doctor-page ul li + li,
.doctor-page ol li + li {
  margin-top: 5px;
}
.doctor-page .top-page-info {
  display: table;
  width: 100%;
  margin-bottom: 85px;
}
.doctor-page .top-page-info .info h1 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.doctor-page .top-page-info .info .country {
  color: #ee1c1f;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 50px;
}
.doctor-page .top-page-info .info .country span {
  font-weight: 400;
  margin-right: 10px;
}
.doctor-page .top-page-info .info .image {
  margin-bottom: 30px;
}
.doctor-page .top-page-info .photo {
  height: 100%;
}
.doctor-page .top-page-info .info .start {
  margin-bottom: 72px;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
}
.doctor-page .top-page-info .info .start span {
  display: block;
  font-weight: bold;
  font-size: 96px;
  line-height: 112px;
  text-transform: uppercase;
  color: #F1F1FB;
  margin-bottom: -10px;
  font-family: 'Roboto Condensed', sans-serif;
}
.doctor-page .top-page-info .info .langs {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--text);
  margin-bottom: 82px;
}
.doctor-page .top-page-info .info .langs span {
  display: block;
  margin-bottom: 8px;
  color: #000;
  font-size: 36px;
  line-height: 42px;
  font-family: 'Roboto Condensed', sans-serif;
}
.doctor-page .top-page-info .info .boss {
  margin-bottom: 30px;
  margin-top: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  color: #EE1C1F;
  padding: 5px 0 5px 45px;
  background: url('/local/templates/expertclinics_dubovoy/img/doctor-icon3.svg') no-repeat 0 0;
}
.doctor-page .top-page-info .info .doc {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  color: #EE1C1F;
  padding: 5px 0 5px 45px;
  background: url('/local/templates/expertclinics_dubovoy/img/doctor-icon4.svg') no-repeat 0 0;
}
.doctor-page .top-page-info .info .buttons {
  padding-top: 30px;
  max-width: 310px;
}
.doctor-page .top-page-info .info .buttons button {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  background: #fff;
  font-weight: 500;
  font-size: 18px;
}
.doctor-page .top-page-info .info .buttons button:nth-child(1) {
  border: 1px solid #ee1c1f;
  color: #ee1c1f;
}
.doctor-page .top-page-info .info .buttons button:nth-child(1):hover {
  background: #ee1c1f;
  color: #fff;
}
.doctor-page .top-page-info .info .buttons button:nth-child(2) {
  border: 1px solid #000;
  margin-bottom: 0;
}
.doctor-page .top-page-info .info .buttons button:nth-child(2):hover {
  background: #000;
  color: #fff;
}
.doctor-page .top-page-info .photo .image {
  width: 100%;
  height: 100%;
  max-height: 894px;
}
.doctor-page .docs-block .list {
  margin-right: -30px;
}
.doctor-info-block {
  padding-bottom: 30px;
  position: relative;
}
.doctor-info-block .block-name {
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.doctor-info-block .text {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.doctor-info-block .text.big {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  padding-bottom: 40px;
}
.doctor-info-block .text p {
  margin-bottom: 8px;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 25px !important;
}
.doctor-info-block .link {
  font-weight: 500;
  text-decoration: underline;
  display: none;
  color: #ee1c1f;
  font-size: 15px;
  line-height: 18px;
}
.docs-block {
  padding-bottom: 80px;
  position: relative;
}
.docs-block .block-name {
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.docs-block .list .item {
  margin-right: 20px;
  background: #ffffff url('/local/templates/expertclinics_dubovoy/img/bg6.png') center / cover;
  padding: 40px 40px 0 40px;
  width: 450px;

}
.docs-block .list .item .content {
  padding: 30px;
  border: 1px solid var(--l-red);
  border-bottom: 0;
}
.docs-block .list .item .content p {
  margin-top: 20px;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
}
.docs-block .list .slick-prev,
.docs-block .list .slick-next {
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 0;
  z-index: 2;
  left: -470px;
  top: 150px;
  opacity: .3;
}
.docs-block .list .slick-prev:hover,
.docs-block .list .slick-next:hover {
  opacity: 1;
}
.docs-block .list .slick-prev {
  background: url('/local/templates/expertclinics_dubovoy/img/prev.svg');
}
.docs-block .list .slick-next {
  margin-left: 60px;
  background: url('/local/templates/expertclinics_dubovoy/img/next.svg');
}
.educations-block {
  padding-bottom: 100px;
  position: relative;
}
.educations-block .block-name {
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.educations-block .list {
  padding-left: 50px;
  border-left: 1px solid var(--l-red);
}
.educations-block .list .item {
  margin-bottom: 42px;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  position: relative;
}
.educations-block .list .item:before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 50%;

  background: #fff;
  border: 1px solid var(--l-red);
  left: -61px;
  top: 45px;
}
.educations-block .list .item:last-child {
  margin-bottom: 0;
}
.educations-block .list .item span {
  display: block;
  color: #ee1c1f;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
}
.educations-block .list .item .year {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 66px;
  line-height: 112px;
  text-transform: uppercase;
  color: #C9CFD6;
  font-family: 'Roboto Condensed', sans-serif;
}
.doctor-services-block {
  position: relative;
}
.doctor-services-block .block-name {
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.doctor-services-block ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.doctor-services-block ul li {
  margin-bottom: 60px;
  padding-left: 33px;
  background: url('/local/templates/expertclinics_dubovoy/img/li.svg') no-repeat 0 11px;
}
.doctor-services-block ul li:last-of-type {
  margin-bottom: 0;
}
.doctor-services-block ul li.other {
  background: none;
  padding-left: 0;
}
.doctor-services-block ul li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
}
.doctor-services-block ul li .banner {
  background: url('/local/templates/expertclinics_dubovoy/img/bg8.png') center / cover;
  padding: 30px;
  font-weight: 500;
}
.doctor-services-block ul li .banner span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.25;
}
.doctor-services-block ul li .banner p {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 160%;
}
.doctor-services-block ul li .banner button {
  background: none;
  font-weight: 500;
  font-size: 15px;
  border: 1px solid #000;
  width: 191px;
  height: 45px;
}
.doctor-services-block ul li .banner button:hover {
  color: #fff;
  background: #000;
}
.doctor-services-block .button {
  text-align: center;
  padding-top: 30px;
}
.doctor-services-block .button button {
  color: #fff;
  font-size: 20px;
  background: #ee1c1f;
  border: 1px solid #ee1c1f;
  width: 280px;
  height: 60px;
}
.doctor-services-block .button button:hover {
  background: #fff;
  color: #ee1c1f;
}
.text-block {
  margin-top: 20px;
  position: relative;
}
.text-block ol {
  list-style: decimal;
}
.text-block .col:last-of-type > p:last-of-type {
  margin-bottom: 0;
}
.text-block.article {
  padding-left: calc(25% + 5px);
}
.text-block.article .block-name {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  padding-right: 15px;
}
.text-block .block-name {
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 30px;
  white-space: nowrap;
}
.text-block .top-block {
  margin-bottom: 80px;
  width: 40%;
}
.text-block .top-block.big div:first-child:before {
  width: 62%;
}
.text-block .top-block div {
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
}
.text-block .top-block div:first-child {
  font-weight: 700;
  color: #ee1c1f;
  text-align: right;
  font-size: 30px;
  line-height: 35px;
  padding-right: 74px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
}
.text-block .top-block div:first-child:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 120%;
  width: 35%;

  border: 1px solid var(--l-red);
  right: 40px;
  pointer-events: none;
}
.text-block .top-block div:first-child b {
  font-size: 96px;
  line-height: 112px;
  background: #fff;
  position: relative;
}
.text-block .top-block div:first-child i {
  font-style: normal;
  background: #fff;
  position: relative;
}
.text-block p {
  margin-bottom: 8px;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 25px !important;
}
.text-block .image {
  margin-bottom: 50px;
}
.text-block .image img {
  width: 100%;
}
.text-block .button {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 30px;
}
.text-block .button button {
  color: #fff;
  font-size: 20px;
  background: #ee1c1f;
  border: 1px solid #ee1c1f;
  width: 290px;
  height: 60px;
}
.text-block .button button:hover {
  background: #fff;
  color: #ee1c1f;
}
.text-block .interesting-block {
  border: 1px solid var(--l-red);
  margin-bottom: 50px;
  padding: 30px 30px 30px 210px;
  position: relative;
}
.text-block .interesting-block .text {
  margin-left: 15%;
  width: 70%;
}
@media (max-width: 576px) {
  .text-block .interesting-block .text {
    margin-left: 0px;
    width: 100%;
  }
}
.text-block .interesting-block .author {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 130px;
  color: #ee1c1f;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}
.text-block .interesting-block .author span {
  display: block;
  color: #000;
  padding: 15px 0 4px;
  font-size: 16px;
  line-height: 160%;
}
.text-block .interesting-block .name {
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 22px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  text-transform: uppercase;
}
.text-block h2 {
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.25;
}
.text-block h3 {
  margin-top: 23px;
}
.text-block ul {
  padding-bottom: 0px;
}
.text-block ul li {
  margin-bottom: 8px;
  padding-left: 25px;
  background: url('/local/templates/expertclinics_dubovoy/img/li3.svg') no-repeat 0 9px;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 25px !important;
}
.doctor-info-block ul li {
  margin-bottom: 8px;
  padding-left: 25px;
  background: url('/local/templates/expertclinics_dubovoy/img/li3.svg') no-repeat 0 9px;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 25px !important;
  list-style-type: none !important;
}

.text-block ol {
  padding-left: 20px;
}
.text-block ol li {
  margin-bottom: 8px;
  padding-left: 15px;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 25px !important;
}

.text-block .review {
  margin-bottom: 50px;
  border: 1px solid var(--l-red);
  padding: 30px;
}
.text-block .review .author {
  margin-bottom: 30px;
}
.text-block .review .author div {
  display: table-cell;
  vertical-align: middle;
  color: #ee1c1f;
  font-weight: 500;
  font-size: 15px;
  line-height: 177.02%;
}
.text-block .review .author div span {
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 177%;
}
.text-block .review .author div img {
  margin-right: 18px;
  border-radius: 50%;
}
.text-block .review p {
  margin-bottom: 0;
}
.text-block .banner {
  background: url('/local/templates/expertclinics_dubovoy/img/bg8.png') center / cover;
  margin-bottom: 50px;
  padding: 40px;
  font-weight: 500;
}
.text-block .banner span {
  display: block;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 35px;
}
.text-block .banner p {
  margin-bottom: 26px;
  font-size: 18px;
  line-height: 160%;
}
.text-block .banner button {
  background: none;
  font-weight: 500;
  font-size: 15px;
  border: 1px solid #000;
  width: 191px;
  height: 45px;
}
.text-block .banner button:hover {
  color: #fff;
  background: #000;
}
.text-block .more-button {
  width: 100%;
  font-weight: 500;
  color: #ee1c1f;
  border: 1px solid #ee1c1f;
  font-size: 15px;
  height: 50px;
  background: none;
  display: none;
}
.text-block .more-button:hover {
  color: #fff;
  background: #ee1c1f;
}
.before-after-block {
  padding-bottom: 40px;
  position: relative;
}
.before-after-block .block-name {
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.before-after-block .list2 {
  border: 1px solid red;
  display: block;
  white-space: nowrap;
}
.before-after-block .list {
  margin: 0 -10px 0 -10px;
}
.before-after-block .list .item {
  margin: 0 10px;
}
.before-after-block .list .item:last-child {
  margin-right: 0;
}
.before-after-block .list .item .name {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: #EE1C1F;
}
.before-after-block .list .item .flex {
  padding-top: 15px;
}
.before-after-block .list .item .flex div {
  margin-top: 15px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  width: 48%;
}
.before-after-block .list .item .flex div:nth-child(1) {
  background: url('/local/templates/expertclinics_dubovoy/img/before.svg') no-repeat right;
}
.before-after-block .list .item .flex div:nth-child(2) {
  text-align: right;
  background: url('/local/templates/expertclinics_dubovoy/img/after.svg') no-repeat left;
}
.before-after-block .list .slick-prev,
.before-after-block .list .slick-next {
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 0;
  z-index: 2;
  left: -460px;
  top: 90px;
  opacity: .3;
}
.before-after-block .list .slick-prev:hover,
.before-after-block .list .slick-next:hover {
  opacity: 1;
}
.before-after-block .list .slick-prev {
  background: url('/local/templates/expertclinics_dubovoy/img/prev.svg');
}
.before-after-block .list .slick-next {
  margin-left: 60px;
  background: url('/local/templates/expertclinics_dubovoy/img/next.svg');
}
.publications-block {
  padding-bottom: 140px;
  position: relative;
}
.publications-block .block-name {
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.publications-block .list {
  margin: 0 -10px;
}
.publications-block .list .item {
  margin: 0 10px;
}
.publications-block .list .item img {
  width: 100%;
  margin-bottom: 30px;
}
.publications-block .list .item .name {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.15;
}
.publications-block .list .item .date {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--text);
}
.publications-block .list .item .date a {
  text-transform: uppercase;
  text-decoration: none;
  color: #ee1c1f;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-right: 35px;
}
.publications-block .list .slick-prev,
.publications-block .list .slick-next {
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 0;
  z-index: 2;
  left: -470px;
  top: 150px;
  opacity: .3;
}
.publications-block .list .slick-prev:hover,
.publications-block .list .slick-next:hover {
  opacity: 1;
}
.publications-block .list .slick-prev {
  background: url('/local/templates/expertclinics_dubovoy/img/prev.svg');
}
.publications-block .list .slick-next {
  margin-left: 60px;
  background: url('/local/templates/expertclinics_dubovoy/img/next.svg');
}
.reviews-block {
  padding-bottom: 60px;
  position: relative;
}
.reviews-block .block-name {
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.tab-nav-wrapper {
  margin-bottom: 40px;
}
.reviews-block .tabNavigation {
  text-align: right;
}
.reviews-block .tabNavigation li {
  display: inline-block;
}
.reviews-block .tabNavigation li a {
  display: block;
  text-decoration: none;
  width: 122px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #fff;
  font-weight: 500;
  font-size: 24px;
}
.reviews-block .tabNavigation li a.selected {
  color: #ee1c1f;
  border: 1px solid #ee1c1f;
}
.reviews-block .list {
  margin: 0 -10px;
}
.reviews-block .list .video {
  margin: 0 10px;
}
.reviews-block .list .video img {
  width: 100%;
}
.reviews-block .list .text {
  border: 1px solid var(--l-red);
  padding: 30px;
  margin: 0 10px;
  background: #fff;
}
.reviews-block .list .text .author {
  margin-bottom: 30px;
}
.reviews-block .list .text .author div {
  display: table-cell;
  vertical-align: middle;
  color: #ee1c1f;
  font-size: 15px;
  line-height: 177%;
}
.reviews-block .list .text .author div span {
  display: block;
  color: #000;
  font-size: 20px;
}
.reviews-block .list .text .author div img {
  margin-right: 18px;
  border-radius: 50%;
}
.reviews-block .list .text p {
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
.reviews-block .list .text .service {
  width: 48%;
  margin-top: 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
}
.reviews-block .list .text .service span {
  display: block;
  font-size: 15px;
  line-height: 18px;
  color: #EE1C1F;
}
.reviews-block .list .slick-prev,
.reviews-block .list .slick-next {
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 0;
  z-index: 2;
  left: -460px;
  top: 0px;
  opacity: .3;
}
.reviews-block .list .slick-prev:hover,
.reviews-block .list .slick-next:hover {
  opacity: 1;
}
.reviews-block .list .slick-prev {
  background: url('/local/templates/expertclinics_dubovoy/img/prev.svg');
}
.reviews-block .list .slick-next {
  margin-left: 60px;
  background: url('/local/templates/expertclinics_dubovoy/img/next.svg');
}
.reviews-block .bottom-button {
  padding-top: 40px;
}
.reviews-block .bottom-button button {
  color: #fff;
  font-size: 20px;
  background: #ee1c1f;
  border: 1px solid #ee1c1f;
  width: 390px;
  height: 60px;
}
.reviews-block .bottom-button button:hover {
  background: #fff;
  color: #ee1c1f;
}
.service-page .top-block-flex {
  justify-content: flex-start;
  width: 84%;
}
.service-page.small-col .col-lg-3 {
  max-width: 15% !important;
}
.service-page.small-col .top-block {
  width: 50% !important;
  zoom: 0.6 !important;
}
@media (max-width: 1570px) {
  .service-page .top-block-flex {
    width: 70%;
  }
}
@media (max-width: 1300px) {
  .service-page.small-col .top-block {
    zoom: 0.4 !important;
  }
}
@media (max-width: 1123px) {
  .service-page.small-col .top-block {
    zoom: 0.3 !important;
  }
}
@media (max-width: 941px) {
  .service-page.small-col .top-block {
    zoom: 0.25 !important;
  }
}
@media (max-width: 393px) {
  .service-page.small-col .top-block {
    zoom: 0.2 !important;
  }
}
.services-page {
  padding: 0 30px 64px 0;
  position: relative;
}
.services-page .left-social-links {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.services-page h1 {
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 78px;
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  text-transform: uppercase;
}
.services-page .row + .row {
  margin-top: 35px;
}
.services-page .item {
  margin-bottom: 120px;
}
.services-page .item:last-child {
  margin-bottom: 0;
}
.services-page .block-name {
  color: #ee1c1f;
  font-family: 'Roboto Condensed', sans-serif;
  max-width: 360px;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.25;
  text-transform: uppercase;
}
.services-page .block-name span {
  display: block;
  text-transform: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--text);
  margin-top: 20px;
}
.services-page .item ul {
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.services-page .item ul li {
  width: 50%;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  padding-right: 15px;
  padding-left: 55px;
  background: url('/local/templates/expertclinics_dubovoy/img/li2.svg') no-repeat 15px 10px;
  position: relative;
}
.services-page .item ul li.link {
  /* width: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: unset;
  text-align: right;
  margin-top: 0;
}
.services-page .item ul .link-item {
  text-align: left;
  text-transform: lowercase;
  /* width: 50%; */
}
.services-page .item:not(.opened) .hidden-elem {
  display: none;
}
/* .services-page .item ul li:last-of-type {
  margin-bottom: 0;
} */
.services-page .item ul li .badge {
  position: absolute;
  left: 15px;
  top: 6px;
  background: #ee1c1f;
  z-index: 2;
  border-radius: 12px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  padding: 2px 4px;
  color: #fff;
  text-transform: uppercase;
}
.services-page .item .link {
  text-align: center;
  margin-top: 15px;
}
.services-page .item .link-item,
.list .link-item {
  background-color: unset;
  border: none;
  outline: none;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  color: #ee1c1f;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  margin-top: 50px;
}
.services-page .item .link-item.show_more_serv_cast_action {
  margin-top: 20px;
}
@media (max-width: 576px) {
  .services-page .item .link-item.show_more_serv_cast_action {
    margin-top: 0px;
  }
}
.services-page .item .link-item:focus,
.services-page .item .link-item:not(:focus):hover,
.list .link-item:focus,
.list .link-item:not(:focus):hover {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.service-page {
  padding: 0 0 64px 0;
  position: relative;
}
.service-page .left-social-links {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.article-top-info .image {
  position: relative;
  padding: 25.4% 0;
}
.article-top-info .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-page .article-top-info {
  margin-bottom: 50px;
  display: table;
  width: 104.9%;
}
@media (max-width: 767px) {
  .service-page .article-top-info .image {
    display: none !important;
  }
}
.service-page .article-top-info .info h1 {
  width: 200%;
  max-width: 680px;
  margin-bottom: 50px;
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
.service-page .article-top-info .info .date {
  color: #ee1c1f;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 40px;
}
.service-page .article-top-info .info .share li {
  display: inline-block;
  margin: 0 12px 15px 0;
}
.service-page .article-top-info .info .share li a {
  display: block;
  text-decoration: none;
  border-radius: 24px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  color: var(--text);
  -webkit-box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
}
.service-page .article-top-info .info .share li a img {
  vertical-align: middle;
  margin: -2px 4px 0 0;
}
.service-page .top-info {
  position: relative;
  background-repeat: no-repeat;
  background-position: right center;
  padding-bottom: 140px;
  margin-bottom: 85px;
  z-index: 1;
}
.service-page .top-info:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  background: -o-linear-gradient(left, rgba(255,255,255,1) 35%,rgba(229,229,229,0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgba(255,255,255,1)),to(rgba(229,229,229,0)));
  background: linear-gradient(to right, rgba(255,255,255,1) 35%,rgba(229,229,229,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00e5e5e5',GradientType=1 );
  width: 100%;
  max-width: 1180px;
  z-index: -1;
}
.service-page .top-info img {
  position: absolute;
  display: block;
  top: 0;
  right: -15px;
  height: 100%;
  -o-object-fit: cover;
      object-fit: cover;
  z-index: -1;
}
.service-page .top-info h1 {
  width: 70%;
  max-width: 680px;
  margin-bottom: 50px;
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
.service-page .top-info p {
  max-width: 610px;
  margin-bottom: 40px;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 25px !important;
}
.service-page .top-info button {
  border: 1px solid #ee1c1f;
  color: #ee1c1f;
  background: #fff;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 40px;
  width: 310px;
  height: 60px;
}
.service-page .top-info button:hover {
  color: #fff;
  background: #ee1c1f;
}
.service-page .top-info .flex {
  max-width: 540px;
}
.service-page .top-info .price {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--text);
}
.service-page .top-info .price.other span {
  color: #000;
}
.service-page .top-info .price span {
  display: block;
  color: #ee1c1f;
  margin-bottom: 8px;
  font-size: 26px;
  line-height: 42px;
  font-family: 'Roboto Condensed', sans-serif;
}
.service-page .top-info ul li {
  margin-bottom: 20px;
  padding-left: 25px;
  background: url('/local/templates/expertclinics_dubovoy/img/li3.svg') no-repeat 0 7px;
}
.service-page .top-info ul li:hover {
  background: url('/local/templates/expertclinics_dubovoy/img/li4.svg') no-repeat 0 7px;
}
.service-page .top-info ul li:hover a {
  text-decoration: underline;
  color: #ee1c1f;
}
.service-page .top-info ul li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
}
.prices-block {
  padding-bottom: 30px;
  margin-top: 65px;
  position: relative;
}
.prices-block .block-name {
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 20px;
}
.prices-block .list {
  padding-left: 50px;
  border-left: 1px solid var(--l-red);
}
.prices-block .list .item {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  color: #ee1c1f;
  position: relative;
  top: 0px;
  width: 100%;
}
.prices-block .list .item.hidden {
  display: none;
}
.prices-block .list .item:before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 50%;

  background: #fff;
  border: 1px solid var(--l-red);
  left: -61px;
  top: 8px;
}
.prices-block .list .item:last-child {
  margin-bottom: 0;
}
.prices-block .list .item .year {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.prices-block .list .item .year .price_col {
  position: relative;
  display: inline-block;
}
.prices-block .list .item .year .price_col.price_price {
  font-weight: bold;
  font-size: 30px;
  color: #C9CFD6;
  font-family: 'Roboto Condensed', sans-serif;
  width: 220px;
  min-width: 220px;
}
.prices-block .list .item .year .price_col.price_name {
  top: 6px;
  margin-left: 10px;
}
.prices-block .list .link {
  display: block;
  text-decoration: none;
  color: #ee1c1f;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  position: relative;
}
.prices-block .list .link.active:before {
  content: "Скрыть";
}
.prices-block .list .link.active .fa {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.prices-block .list .link:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 50%;

  background: #fff;
  background: #ee1c1f;
  left: -61px;
  top: 5px;
}
.prices-block .list .link:before {
  content: "Показать все";
}
.prices-block .list .link .fa {
  vertical-align: middle;
}
.maybe-block {
  margin-bottom: 7em;
  position: relative;
  margin-right: -15px;
  margin-top: 5rem;
}
.maybe-block .block-name {
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.maybe-block-list a {
  display: block;
}
.maybe-block-list .img-block {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 49.3% 0;
  z-index: 1;
}
.maybe-block-list .img-block img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.maybe-block .list .item {
  width: 450px;
  margin-right: 20px;
}
.maybe-block .list .item img {
  width: 100%;
}
.maybe-block .list .item .text {
  padding: 24px 30px 0 30px;
}
.maybe-block .list .item .text .name {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
}
.maybe-block .list .item .text p {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--text);
}
.maybe-block .list .item .text button {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 60px;
  border: 1px solid #ee1c1f;
  background: #fff;
  color: #ee1c1f;
  font-weight: 500;
  font-size: 18px;
}
.maybe-block .list .item .text button:hover {
  color: #fff;
  background: #ee1c1f;
}
.maybe-block .list .item .text2 {
  padding: 30px 0 10px;
}
.maybe-block .list .item .text2 .name {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}
.maybe-block .list .item .text2 p {
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--text);
}
.maybe-block .list .item .text2 p:first-of-type {
  margin-top: 0;
  margin-bottom: 10px;
}
.maybe-block .list .slick-prev,
.maybe-block .list .slick-next {
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 0;
  z-index: 2;
  left: -470px;
  top: 150px;
  opacity: .3;
}
.maybe-block .list .slick-prev:hover,
.maybe-block .list .slick-next:hover {
  opacity: 1;
}
.maybe-block .list .slick-prev {
  background: url('/local/templates/expertclinics_dubovoy/img/prev.svg');
}
.maybe-block .list .slick-next {
  margin-left: 60px;
  background: url('/local/templates/expertclinics_dubovoy/img/next.svg');
}
.maybe-block .list .slick-dots {
  display: table;
  margin-top: 30px;
  width: 100%;
}
.maybe-block .list .slick-dots li {
  display: table-cell;
  vertical-align: middle;
}
.maybe-block .list .slick-dots li.slick-active button {
  background: var(--l-red);
}
.maybe-block .list .slick-dots li button {
  width: 100%;
  height: 5px;
  font-size: 0;
  background: #DFE4EB;
}
.program-block {
  padding-bottom: 30px;
  position: relative;
}
.program-block .block-name {
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.program-block .list {
  margin-bottom: 50px;
  padding-left: 50px;
  border-left: 1px solid var(--l-red);
  padding-bottom: 40px;
}
.program-block .list .name {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  color: #EE1C1F;
}
.program-block .list .item {
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  position: relative;
}
.program-block .list .item:last-child {
  margin-bottom: 30px;
}
.program-block .list .item:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -61px;
  width: 21px;
  height: 21px;
  border-radius: 50%;

  background: #fff;
  border: 1px solid var(--l-red);
}
.program-block .list .item span {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  color: #EE1C1F;
}
.program-block .link {
  text-decoration: underline;
  font-weight: 500;
  color: #ee1c1f;
  font-size: 15px;
  line-height: 18px;
  display: none;
}
.contacts-page {
  padding: 0 0 30px 0;
  position: relative;
  overflow: hidden;
}
.contacts-page .map-block {
  position: relative;
  margin-bottom: 40px;
}
.contacts-page .map-block .map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contacts-page .map-block .map [class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}
.contacts-page .map-block .contacts {
  display: inline-block;
  position: relative;
  z-index: 3;
  background: #fff;
}
.contacts-page .map-block .contacts:after {
  content: "";
  position: absolute;
  width: 550px;
  height: 100%;
  top: 0;
  left: 100%;
  background-image: -o-linear-gradient(1.01deg, #FFFFFF 0, rgba(255, 255, 255, 0) 97.36%);
  background-image: linear-gradient(88.99deg, #FFFFFF 0, rgba(255, 255, 255, 0) 97.36%);
  pointer-events: none;
}
.contacts-page .map-block .contacts h1 {
  margin-bottom: 36px;
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
.contacts-page .map-block .contacts h1 span {
  display: block;
  color: #ee1c1f;
}
.contacts-page .map-block .contacts .adress {
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 30px;
  line-height: 160%;
}
.contacts-page .map-block .contacts .map-link {
  display: inline-block;
  text-decoration: underline;
  font-weight: 500;
  color: #ee1c1f;
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 177.02%;
  display: none;
}
.contacts-page .map-block .contacts .phone {
  color: #ee1c1f;
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  padding-left: 36px;
  background: url('/local/templates/expertclinics_dubovoy/img/phone.svg') no-repeat 0 3px;
  font-family: 'Roboto Condensed', sans-serif;
}
.contacts-page .map-block .contacts .mail {
  color: #ee1c1f;
  display: block;
  text-decoration: none;
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  padding-left: 36px;
  background: url('/local/templates/expertclinics_dubovoy/img/mail.svg') no-repeat 0 4px;
  font-family: 'Roboto Condensed', sans-serif;
}
.contacts-page .map-block .contacts .hours {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  color: var(--text);
}
.contacts-page .map-block .contacts .hours ul {
  margin-top: 30px;
  padding-left: 24px;
  position: relative;
  border-left: 1px solid var(--l-red);
}
.contacts-page .map-block .contacts .hours ul li {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
}
.contacts-page .map-block .contacts .hours ul li:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid #EE1C1F;
  left: -30px;
  top: 12px;
  background: #fff;
}
.contacts-page .map-block .contacts .hours ul li:last-child {
  margin-bottom: 0;
}
.contacts-page .middle-info {
  padding-right: 30px;
  padding-bottom: 60px;
}
.contacts-page .middle-info .name {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 24px;
  line-height: 177.02%;
  color: #EE1C1F;
}
.contacts-page .middle-info .messagers a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  margin-right: 30px;
}
.contacts-page .middle-info .messagers a img {
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.contacts-page .middle-info .messagers a img {
  width: 27px;
}
.contacts-page .middle-info .messagers p {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--text);
}
.contacts-page .middle-info .social a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  margin-right: 30px;
}
.contacts-page .middle-info .way {
  width: 54%;
}
.contacts-page .middle-info .way .item {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  padding-left: 116px;
  position: relative;
}
.contacts-page .middle-info .way .item span {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--text);
}
.feedback-block {
  position: relative;
  padding-right: 30px;
  margin-top: -40px;
}
.feedback-block .razdel {
  width: 100%;
  height: 1px;
  background-color: #f14b4d;
  margin-bottom: 40px;
}
.feedback-block .block-name {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  max-width: 400px;
}
.feedback-block form .col {
  width: 49%;
}
.feedback-block form input[type='text'] {
  width: 100%;
  height: 55px;
  margin-bottom: 23px;
  border-bottom: 1px solid #D2D2D2;
  padding: 0 20px 0 40px;
  font-weight: 500;
  font-size: 18px;
}
.feedback-block form input[type='text'].inp1 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp1.svg') no-repeat 5px 50%;
}
.feedback-block form input[type='text'].inp2 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp2.svg') no-repeat 5px 50%;
}
.feedback-block form input[type='text'].inp3 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp3.svg') no-repeat 5px 50%;
}
.feedback-block form input[type='text'].inp4 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp4.svg') no-repeat 5px 50%;
}
.feedback-block form input[type='text'].inp5 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp5.svg') no-repeat 5px 50%;
}
.feedback-block form input[type='text'].inp6 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp6.svg') no-repeat 5px 50%;
}
.feedback-block form textarea {
  width: 100%;
  height: 132px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D2D2D2;
  font-weight: 500;
  font-size: 18px;
}
.feedback-block form textarea.big {
  height: 212px;
}
.feedback-block form .agree {
  position: relative;
  margin-bottom: 20px;
}
.feedback-block form .agree input {
  position: absolute;
  width: 20px;
}
.feedback-block form .agree label {
  display: block;
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
.feedback-block form .agree label a {
  color: #ee1c1f;
  text-decoration: none;
}
.feedback-block form button {
  width: 100%;
  height: 60px;
  background: #ee1c1f;
  border: 1px solid #ee1c1f;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.feedback-block form button:hover {
  background: #fff;
  color: #ee1c1f;
}
.feedback-block .att {
  color: #ee1c1f;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding-left: 60px;
  background: url('/local/templates/expertclinics_dubovoy/img/att.svg') no-repeat 0 0;
  margin-top: 30px;
}
.reviews-page {
  padding: 0 0 60px;
  position: relative;
}
.reviews-page .col-xl-3 {
  max-width: 15%;
}
.reviews-page h1 {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.reviews-page nav {
  margin-bottom: 44px;
  flex-direction: column;
}
.reviews-page nav a {
  width: 70%;
  border: 1px solid #fff;
  text-align: left;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  padding: 11px 10px;
}
.reviews-page nav a.active {
  color: #ee1c1f;
  border: 1px solid #ee1c1f;
}
.reviews-page form {
  margin-bottom: 30px;
}
.reviews-page form input[type='text'] {
  width: 100%;
  height: 54px;
  border-bottom: 1px solid #D2D2D2;
  background: url('/local/templates/expertclinics_dubovoy/img/search.svg') no-repeat 10px 50%;
  padding: 0 0 0 40px;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 60px;
}
.reviews-page form button {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  background: #ee1c1f;
  width: 243px;
  height: 60px;
  border: 1px solid #ee1c1f;
}
.reviews-page form button:hover {
  background: #fff;
  color: #ee1c1f;
}
.reviews-page .item {
  border: 1px solid var(--l-red);
  margin-bottom: 50px;
  padding: 40px 30px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.reviews-page .item.video p {
  margin-bottom: 40px;
}
.reviews-page .item .video {
  position: absolute;
  width: 60%;
  height: 102%;
  left: -1px;
  top: -1px;
}
.reviews-page .item .video a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 81px;
  height: 81px;
  background: url('/local/templates/expertclinics_dubovoy/img/play.svg');
}
.reviews-page .item .text {
  width: 60%;
}
.reviews-page .item .program {
  width: 36%;
}
.reviews-page .item .author {
  margin-bottom: 30px;
}
.reviews-page .item .author div {
  display: table-cell;
  vertical-align: middle;
  color: #ee1c1f;
  font-weight: 500;
  font-size: 15px;
  line-height: 177.02%;
}
.reviews-page .item .author div span {
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 177%;
}
.reviews-page .item .author div img {
  margin-right: 18px;
  border-radius: 50%;
}
.reviews-page .item p {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
.reviews-page .item p.big {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
}
.reviews-page .bottom-button {
  padding: 20px 0 100px;
}
.reviews-page .bottom-button button {
  color: #fff;
  font-size: 20px;
  background: #ee1c1f;
  border: 1px solid #ee1c1f;
  width: 320px;
  height: 60px;
}
.reviews-page .bottom-button button:hover {
  background: #fff;
  color: #ee1c1f;
}
.press-center-page {
  padding: 0 0 30px 0;
}
.press-center-page .list {
  position: relative;
  padding-bottom: 50px;
}
.press-center-page .list .left-block h1,
.press-center-page .list .left-block h2 {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.press-center-page .list .left-block form input[type='text'],
.doctors-page .top-text form input[type='text'] {
  width: 100%;
  height: 50px;
  margin-bottom: 23px;
  border-bottom: 1px solid #D2D2D2;
  padding: 0 20px 0 40px;
  font-weight: 500;
  font-size: 16px;
}
.press-center-page .list .left-block form input[type='text'].inp1 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp1.svg') no-repeat 5px 50%;
}
.press-center-page .list .left-block form input[type='text'].inp2 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp2.svg') no-repeat 5px 50%;
}
.press-center-page .list .left-block form input[type='text'].inp3 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp3.svg') no-repeat 5px 50%;
}
.press-center-page .list .left-block form input[type='text'].inp4 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp4.svg') no-repeat 5px 50%;
}
.press-center-page .list .left-block form input[type='text'].inp5 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp5.svg') no-repeat 5px 50%;
}
.press-center-page .list .left-block form input[type='text'].inp6 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp6.svg') no-repeat 5px 50%;
}
.press-center-page .list .left-block form input[type='text'].inp7 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp7.svg') no-repeat 5px 50%;
}
.press-center-page .list .left-block form .jq-selectbox,
.doctors-page .top-text form .jq-selectbox {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid #D2D2D2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background: url('/local/templates/expertclinics_dubovoy/img/select.svg') no-repeat right 10px top 50%, url('/local/templates/expertclinics_dubovoy/img/people.svg') no-repeat 10px 50%;
}
.press-center-page .list .left-block form .jq-selectbox .jq-selectbox__select {
  cursor: pointer;
  padding: 0 20px 0 40px;
}
.press-center-page .list .left-block form .jq-selectbox .jq-selectbox__dropdown {
  -webkit-box-shadow: rgba(1, 1, 1, 0.1) 0 6px 12px;
          box-shadow: rgba(1, 1, 1, 0.1) 0 6px 12px;
  width: 100%;
  background: #fff;
  z-index: 2;
}
.press-center-page .list .left-block form .jq-selectbox .jq-selectbox__dropdown li {
  cursor: pointer;
  padding: 10px 20px;
  line-height: 140%;
}
.press-center-page .list .left-block form button,
.press-center-page .list .left-block form input[type="submit"],
.doctors-page form input[type="submit"] {
  width: 100%;
  margin-top: 15px;
  height: 60px;
  background: #ee1c1f;
  border: 1px solid #ee1c1f;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.press-center-page .list .left-block form button:hover,
.press-center-page .list .left-block form input[type="submit"]:hover,
.doctors-page form input[type="submit"]:hover {
  background: #fff;
  color: #ee1c1f;
}
.press-center-page .list .item {
  width: calc(25% - 20px);
  margin-bottom: 30px;
}
.press-center-page .list .item.middle {
  width: calc(37.12% - 10px);
  margin-bottom: 65px;
}
.press-center-page .list .item.big {
  width: calc(62.88% - 10px);
  margin-bottom: 65px;
}
.press-center-page .list .item img {
  width: 100%;
  margin-bottom: 25px;
}
.press-center-page .list .item .name {
  display: block;
  text-decoration: none;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.press-center-page .list .item:not(.sm) .name {
  font-size: 24px;
}
.press-center-page .list .sm .name {
  font-size: 20px;
}
.press-center-page .list .item .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  color: var(--text);
  line-height: 1.1;
}
.press-center-page .list .item .date a {
  text-decoration: none;
  color: #ee1c1f;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-right: 20px;
}
.content-block {
  position: relative;
}
.content-block .block-name {
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.content-block ul li {
  margin-bottom: 20px;
  padding-left: 25px;
  background: url('/local/templates/expertclinics_dubovoy/img/li3.svg') no-repeat 0 7px;
}
.content-block ul li:hover {
  background: url('/local/templates/expertclinics_dubovoy/img/li4.svg') no-repeat 0 7px;
}
.content-block ul li:hover a {
  text-decoration: underline;
  color: #ee1c1f;
}
.content-block ul li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
}
.content-block .banner {
  width: 60%;

  background: url('/local/templates/expertclinics_dubovoy/img/bg7.png') center / cover;
  margin-bottom: 50px;
  padding: 40px;
  font-weight: 500;
}
.content-block .banner span {
  display: block;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 35px;
}
.content-block .banner p {
  margin-bottom: 26px;
  font-size: 18px;
  line-height: 160%;
}
.content-block .banner button {
  background: none;
  font-weight: 500;
  font-size: 15px;
  border: 1px solid #000;
  width: 191px;
  height: 45px;
}
.content-block .banner button:hover {
  color: #fff;
  background: #000;
}
.content-block p {
  margin-bottom: 8px;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 25px !important;
}
.content-block p span {
  color: #ee1c1f;
}
.prices-page {
  padding: 0 30px 60px 186px;
}
.prices-page .left-social-links {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  position: absolute;
  top: 170px;
}
.prices-page .list {
  padding-left: 474px;
  padding-bottom: 50px;
  position: relative;
}
.prices-page .list .top-info {
  position: absolute;
  left: 0;
  top: 0;
}
.prices-page .list .top-info h1 {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.prices-page .list .item {
  background: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.prices-page .list .item .name {
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 500;
  font-size: 18px;
  line-height: 177.02%;
  padding-left: 42px;
  background: url('/local/templates/expertclinics_dubovoy/img/price1.svg') no-repeat 0 3px;
}
.prices-page .list .item .name.active {
  background: url('/local/templates/expertclinics_dubovoy/img/price2.svg') no-repeat 0 3px;
}
.prices-page .list .item ul {
  padding: 20px 0 0 42px;
  display: none;
}
.prices-page .list .item ul li {
  padding: 18px 30px;
  border-bottom: 1px solid #FFD7D7;
  font-weight: 500;
  font-size: 15px;
  line-height: 177.02%;
  margin-top: -1px;
}
.prices-page .list .item ul li:hover {
  background: #FFF9F9;
  border-bottom: 1px solid #FFF9F9;
  position: relative;
  z-index: 2;
}
.prices-page .list .item ul li:last-child {
  border-bottom: 1px solid transparent;
}
.prices-page .list .item ul li .price {
  float: right;
  color: #ee1c1f;
  margin-top: -4px;
}
.prices-page .list .item ul li .price button {
  background: #ee1c1f;
  color: #fff;
  margin-left: 30px;
  width: 141px;
  height: 35px;
  border: 1px solid #ee1c1f;
}
.prices-page .list .item ul li .price button:hover {
  background: #fff;
  color: #ee1c1f;
}
.popup .window {
  width: 400px;
  background: #fff;
  padding: 20px;
}
.popup .window .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  background: url('/local/templates/expertclinics_dubovoy/img/close.svg');
}
.popup .window .name {
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: var(--title-size);
  line-height: 52px;
  text-transform: uppercase;
}
.popup .window input[type='text'] {
  width: 100%;
  height: 55px;
  margin-bottom: 23px;
  border-bottom: 1px solid #D2D2D2;
  padding: 0 20px 0 40px;
  font-weight: 500;
  font-size: 18px;
}
.popup .window input[type='text'].inp1 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp1.svg') no-repeat 5px 50%;
}
.popup .window input[type='text'].inp2 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp2.svg') no-repeat 5px 50%;
}
.popup .window input[type='text'].inp3 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp3.svg') no-repeat 5px 50%;
}
.popup .window input[type='text'].inp4 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp4.svg') no-repeat 5px 50%;
}
.popup .window input[type='text'].inp5 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp5.svg') no-repeat 5px 50%;
}
.popup .window input[type='text'].inp6 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp6.svg') no-repeat 5px 50%;
}
.popup .window button {
  width: 100%;
  height: 60px;
  background: #ee1c1f;
  border: 1px solid #ee1c1f;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.popup .window button:hover {
  background: #fff;
  color: #ee1c1f;
}
@media (max-width: 1900px) {
  .clinic-boss-block .image {
    right: -120px;
  }
}
@media (max-width: 1800px) {
  .index-counts {
    padding: 80px 30px 80px 0;
  }
}
@media (max-width: 1700px) {
  .header ul li {
    margin-right: 3.2%;
  }
  .clinic-boss-block {
    padding-left: 30px;
  }
  .index-counts {
    background: url('/local/templates/expertclinics_dubovoy/img/index-counts2.png?v=1') no-repeat 0 0;
  }
  .index-advantages {
    padding: 185px 20px 1px 85px;
  }
}
@media (max-width: 1600px) {
  .index-news {
    padding: 60px 30px;
  }
  .index-news .list {
    padding-right: 0;
  }
  .contacts-block {
    padding: 64px 30px;
  }
  .contacts-block .buttons {
    bottom: 30px;
    right: 30px;
  }
  .service-page .top-info {
    padding-bottom: 30px;
  }
  .services-page .item .link-item,
  .list .link-item {
    font-size: 18px;
    line-height: 1.25;
  }
  .index-counts .top-block {
    width: 660px;
  }
  .index-counts .list {
    width: 660px;
  }
  .index-counts .top-block .name span {
    font-size: 86px;
    line-height: 135.19%;
  }
  .index-counts .top-block .name {
    font-size: 60px;
    line-height: 135.19%;
  }
  .index-counts .top-block p {
    font-size: 15px;
    line-height: 130.02%;
  }
  .index-counts .top-block a {
    font-size: 15px;
  }
  .index-counts .list .item div:first-child {
    font-size: 96px;
    line-height: 112px;
  }
  .index-counts .list .item div {
    font-size: 18px;
    line-height: 1.25;
  }
  .index-advantages {
    padding: 72px 20px 1px 25px;
  }
  .index-reviews .consult {
    padding: 72px 30px;
  }
  .index-reviews .reviews {
    padding: 40px 30px;
  }
  .index-advantages .block-name {
    font-size: var(--title-size);
    margin-bottom: 40px;
    line-height: 42px;
  }
  .index-reviews .consult .name {
    margin-bottom: 30px;
  }
  .index-advantages .item .name p {
    font-size: 20px;
    line-height: 24px;
  }
  .footer .menu {
    margin-right: 0;
  }
  .doctors-page .flex-list .item {
    padding: 25px 25px 70px 25px;
  }
  .doctors-page .item button {
    font-size: 15px;
    height: 50px;
  }
  .doctors-page .flex-list .item .button {
    padding: 0 25px;
  }
  .services-page {
    margin-bottom: 50px;
  }
  .services-page h1 {
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 42px;
  }
  .services-page .block-name {
    font-size: 24px;
  }
  .services-page .item ul li .badge {
    left: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    padding: 2px 5px;
  }
  .services-page .item ul .link-item {
    padding-left: 5px;
  }
  .service-page {
    padding: 0 0 30px 0;
  }
  .contacts-page {
    padding: 0 0 60px;
  }
  .feedback-block .block-name {
    font-size: var(--title-size);
    line-height: 42px;
  }
  .contacts-page .middle-info .way {
    width: 46%;
  }
  .reviews-page {
    padding: 0 0 30px;
  }
  .reviews-page h1 {
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 42px;
  }
  .reviews-page nav a {
    font-size: 15px;
    padding: 6px 10px;
  }
  .reviews-page nav {
    margin-bottom: 10px;
  }
  .reviews-page form input[type='text'] {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .reviews-page form button {
    font-size: 16px;
    width: 173px;
    height: 45px;
  }
  .prices-page {
    padding: 0 0 30px;
  }
  .prices-page .list .top-info h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .prices-page .list {
    padding-top: 30px;
  }
  .header button {
    width: 150px;
  }
  .header .seo_buts_1 {
    width: 150px;
  }
  .header ul li:not(:last-child) {
    margin-right: auto;
  }
  .bottom-menu nav.big ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .bottom-menu nav ul li a {
    font-size: 15px;
    line-height: 18px;
  }
  .reviews-page .item {
    padding: 30px;
  }
  .reviews-page .item .author div img {
    margin-right: 10px;
    width: 50px;
    max-width: 50px;
  }
  .reviews-page .item .author div {
    font-size: 12px;
    line-height: 177.02%;
  }
  .reviews-page .item .author div span {
    font-size: 15px;
    line-height: 177%;
  }
  .reviews-page .item .author {
    margin-bottom: 20px;
  }
  .reviews-page .item p {
    font-size: 15px;
    line-height: 150%;
  }
  .reviews-page .item p.big {
    font-size: 15px;
    line-height: 160%;
  }
  .feedback-block form textarea.big {
    height: 150px;
  }
  .press-center-page .list .left-block h1,
  .press-center-page .list .left-block h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 15px;
  }
  .press-center-page .list .left-block form input[type='text'] {
    margin-bottom: 10px;
  }
  .doctors-page .top-text form input[type='text'] {
    margin-bottom: 0;
  }
  .doctors-page .top-text form .jq-selectbox {
    display: block;
  }
  .press-center-page .list .left-block form button,
  .press-center-page .list .left-block form input[type="submit"],
  .doctors-page form input[type="submit"] {
    font-size: 16px;
    width: 173px;
    height: 45px;
  }
}
@media (max-width: 1599px) {
  .clinic-boss-block {
    padding: 160px 0 120px 30px;
  }
  .clinic-boss-block .image {
    right: 0px;
    top: 6%;
    height: 111%;
  }
  .clinic-boss-block .text .name p {
    font-size: 36px;
    line-height: 42px;
  }
  .clinic-boss-block .text p {
    font-size: 18px;
    line-height: 1.25;
  }
  .clinic-boss-block .text {
    width: 700px;
  }
}
@media (max-width: 1383px) {
  .clinic-boss-block .image {
    right: -80px;
  }
}
@media (max-width: 1299px) {
  .header button {
    display: none;
  }
}
@media (max-width: 1283px) {
  .clinic-boss-block .image {
    right: -150px;
  }
}
@media (max-width: 1250px) {
  :root {
    --title-size: 36px;
  }
  .header .menu-button {
    display: block;
  }
  .menubg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(1, 1, 1, 0.7);
    z-index: 110;
    display: none;
  }
  .header ul {
    position: fixed;
    width: 280px;
    height: 100%;
    top: 0;
    left: -280px;
    background: #fff;
    display: block;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    z-index: 12;
    margin: 0;
  }
  .header ul.opened {
    left: 0;
  }
  .header ul li {
    display: block;
    margin: 0;
  }
  .header ul li a {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
  }
  .header ul li:nth-child(4) {
    display: block;
  }
  .header ul li:nth-child(5) {
    display: block;
  }
  .header ul {
    display: block;
  }
  .header ul li {
    width: 100%;
  }
  .doctor-page {
    padding: 0 0 60px 0;
  }
  .text-block .block-name {
    font-size: var(--title-size);
    line-height: 42px;
    max-width: 270px;
  }
  .content-block .block-name {
    font-size: var(--title-size);
    line-height: 42px;
    max-width: 270px;
  }
  .content-block .banner {
    width: 56%;
    padding: 30px;
  }
  .header .seo_buts_1 {
    display: none;
  }
  .header .phone {
    font-size: 18px;
  }
  .left-social-links a {
    zoom: .7;
  }
  .index-counts:before {
    height: 94%;
  }
  .index-counts .list .item div:first-child:before {
    width: 69px;
    height: 129px;
    right: 15px;
  }
  .doctors-slider .pre-text .name {
    margin-bottom: 30px;
    font-size: var(--title-size);
    line-height: 42px;
  }
  .doctors-slider .pre-text p {
    font-size: 15px;
    line-height: 18px;
  }
  .doctors-slider .list .item {
    padding: 70px 70px 100px 70px;
  }
  .doctors-slider .list .item:before {
    width: 90%;
  }
  .list-nav .slick-prev,
  .list-nav .slick-next,
  .reviews-slider-nav .slick-prev,
  .reviews-slider-nav .slick-next {
    width: 35px;
    height: 35px;
    background-size: cover;
  }
  .index-partners-block .list .item {
    width: 557px;
  }
  .index-partners-block .list .item .txt .logo div img {

  }
  .index-partners-block .list .item .txt p {
    font-size: 15px;
    line-height: 18px;
    padding-right: 50px;
  }
  .index-partners-block .list .item .txt .top-text {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.34em;
    top: -40px;
  }
  .index-partners-block .list .item .txt2 {
    padding: 85px 60px 60px 60px;
    width: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .doctors-page .top-text h1 {
    font-size: 36px;
    line-height: 42px;
  }
  /* .doctors-page .list .item {
    width: 463px;
  } */
  .doctors-page .flex-list .item .country {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
  }
  .doctors-page .flex-list .item .name {
    font-size: 18px;
    line-height: 1.25;
  }
  .doctors-page .flex-list .item .years {
    padding-top: 10px;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 18px;
  }
  .doctors-page .flex-list .item .text {
    min-height: 80px;
    font-size: 15px;
  }
  .doctors-page .flex-list .item {
    padding: 25px 25px 50px 25px;
    margin-bottom: 50px;
  }
  .doctors-page .bottom-button button {
    font-size: 16px;
    width: 270px;
    height: 50px;
  }
  .doctor-page .top-page-info .info h1 {
    font-size: 36px;
    line-height: 42px;
    width: 80%;
  }
  .doctor-page .top-page-info .info .langs {
    margin-bottom: 50px;
    font-size: 15px;
    line-height: 18px;
  }
  .doctor-page .top-page-info .info .langs span {
    font-size: 30px;
    line-height: 35px;
  }
  .doctor-page .top-page-info .info .country {
    margin-bottom: 23px;
    font-size: 16px;
    line-height: 160%;
  }
  .doctor-page .top-page-info .info .start span {
    font-size: 72px;
    line-height: 84px;
  }
  .doctor-page .top-page-info .info .start {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 50px;
  }
  .doctor-page .top-page-info .info .langs {
    margin-bottom: 30px;
  }
  .doctor-info-block .block-name {
    font-size: var(--title-size);
    line-height: 42px;
  }
  .doctor-info-block .text {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .docs-block .block-name {
    font-size: var(--title-size);
    line-height: 42px;
  }
  .docs-block .list .slick-prev,
  .docs-block .list .slick-next {
    left: -405px;
    zoom: .7;
    top: 200px;
  }
  .docs-block .list .item .content p {
    font-size: 18px;
    line-height: 1.25;
  }
  .educations-block .block-name {
    font-size: var(--title-size);
    line-height: 42px;
  }
  .educations-block .list .item .year {
    font-size: 50px;
    margin-bottom: 5px;
    line-height: 84px;
  }
  .educations-block .list .item span {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .educations-block .list .item {
    font-size: 16px;
    margin-bottom: 85px;
  }
  .educations-block .list .item:before {
    top: 30px;
  }
  .doctor-services-block .block-name {
    font-size: var(--title-size);
    line-height: 42px;
  }
  .doctor-services-block ul li a {
    font-size: 24px;
    line-height: 1.25;
  }
  .doctor-services-block ul li {
    background: url('/local/templates/expertclinics_dubovoy/img/li.svg') no-repeat 0 8px;
  }
  .before-after-block .block-name {
    font-size: var(--title-size);
    line-height: 42px;
  }
  .before-after-block .list .item .name {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.25;
  }
  .before-after-block .list .item .flex div {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.25;
  }
  .before-after-block {
    padding-bottom: 20px;
  }
  .publications-block {
    padding-bottom: 100px;
  }
  .publications-block .block-name {
    font-size: var(--title-size);
    line-height: 42px;
  }
  .publications-block .list .item img {
    margin-bottom: 15px;
  }
  .publications-block .list .item .name {
    font-size: 24px;
    line-height: 1.25;
  }
  .publications-block .list .item .date {
    font-size: 14px;
  }
  .reviews-block .block-name {
    font-size: var(--title-size);
    line-height: 42px;
  }
  .reviews-block .list .slick-prev,
  .reviews-block .list .slick-next {
    left: -540px;
    zoom: .7;
  }
  .reviews-block .list .text {
    padding: 20px;
  }
  .reviews-block .list .text .author div img {
    margin-right: 16px;
    width: 50px;
    max-width: 50px;
  }
  .reviews-block .list .text .author div {
    font-size: 14px;
    line-height: 177.02%;
  }
  .reviews-block .list .text .author div span {
    font-size: 18px;
    line-height: 177%;
  }
  .reviews-block .list .text .author {
    margin-bottom: 20px;
  }
  .reviews-block .list .text p {
    font-size: 16px;
    line-height: 150%;
    padding-bottom: 5px;
  }
  .reviews-block .list .text .service {
    font-size: 12px;
    line-height: 160%;
  }
  .reviews-block .list .text .service span {
    font-size: 12px;
    line-height: 14px;
  }
  .reviews-block .bottom-button button {
    font-size: 16px;
    width: 270px;
    height: 50px;
  }
  .services-page .item ul li {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 25px;
    background-image: url('/local/templates/expertclinics_dubovoy/img/li7.svg');
    padding-left: 40px;
  }
  .services-page .item ul li .badge {
    font-size: 8px;
  }
  .services-page .item {
    margin-bottom: 80px;
  }
  .service-page .top-info h1 {
    margin-bottom: 40px;
    font-size: var(--title-size);
    line-height: 42px;
  }
  .service-page .top-info p {
    max-width: 464px;
  }
  .service-page .top-info .price span {
    font-size: 20px;
    line-height: 35px;
  }
  .service-page .top-info ul li a {
    font-size: 16px;
    line-height: 19px;
  }
  .doctor-services-block.other .block-name {
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .doctor-services-block.other ul li {
    margin-bottom: 25px;
  }
  .doctor-services-block .button button {
    font-size: 16px;
    width: 213px;
    height: 50px;
  }
  .doctor-services-block.other {
    padding-bottom: 60px;
  }
  .text-block .top-block {
    zoom: .7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 60px;
    margin-bottom: 120px;
  }
  .text-block .image {
    margin-bottom: 40px;
  }
  .text-block .button button {
    font-size: 16px;
    width: 213px;
    height: 50px;
  }
  .doctors-slider.s-page .pre-text {
    top: 20px;
  }
  .doctors-slider .list2 .item {
    padding: 65px 65px 90px 65px;
  }
  .doctors-slider .list2 .slick-prev,
  .doctors-slider .list2 .slick-next {
    zoom: .7;
    top: 260px;
    left: -410px;
  }
  .doctors-slider.s-page {
    margin-bottom: 60px;
  }
  .prices-block .block-name {
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .prices-block .list .item {
    font-size: 20px;
  }
  .prices-block .list .link {
    font-size: 18px;
    line-height: 1.25;
    margin-top: -30px;
  }
  .prices-block .list .link:after {
    width: 16px;
    height: 16px;
    top: 3px;
    left: -58px;
  }
  .reviews-block .block-name {
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .maybe-block .block-name {
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .maybe-block .list .slick-prev,
  .maybe-block .list .slick-next {
    zoom: .7;
    top: 240px;
    left: -410px;
  }
  .maybe-block .list .item .text button {
    width: 100%;
  }
  .services-page .block-name span {
    font-size: 12px;
    line-height: 14px;
  }
  .service-page .top-info .flex {
    max-width: 420px;
  }
  .service-page .top-info .price {
    font-size: 14px;
    line-height: 1.25;
  }
  .doctor-info-block.other .block-name {
    font-size: var(--title-size);
  }
  .program-block .list .name {
    font-size: 30px;
    line-height: 35px;
  }
  .contacts-page .map-block .contacts h1 {
    margin-bottom: 20px;
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .contacts-page .map-block .contacts .adress {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.25;
  }
  .contacts-page .map-block .contacts .mail {
    margin-bottom: 34px;
  }
  .contacts-page .map-block .contacts .hours {
    font-size: 18px;
    line-height: 1.25;
  }
  .contacts-page .map-block .contacts .hours ul li {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 1.25;
  }
  .contacts-page .map-block .contacts .hours ul li:before {
    top: 9px;
  }
  .contacts-page .map-block .contacts:after {
    width: 100px;
  }
  .contacts-page .middle-info .name {
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 1.25;
  }
  .contacts-page .middle-info .messagers a {
    font-size: 16px;
    line-height: 1.25;
  }
  .contacts-page .middle-info .social a {
    margin-right: 20px;
  }
  .contacts-page .middle-info .way .item {
    font-size: 15px;
    line-height: 18px;
    padding-left: 90px;
  }
  .contacts-page .middle-info {
    padding-bottom: 40px;
  }
  .feedback-block form input[type='text'] {
    height: 40px;
    font-size: 15px;
    margin-bottom: 15px;
  }
  .feedback-block form input[type='tel'] {
    height: 40px;
    font-size: 15px;
    margin-bottom: 15px;
  }
  .feedback-block form textarea {
    height: 95px;
    margin-bottom: 12px;
  }
  .feedback-block form .agree label {
    font-size: 12px;
    line-height: 14px;
  }
  .feedback-block form button {
    height: 45px;
    font-size: 16px;
  }
  .contacts-page {
    padding-bottom: 30px;
  }
  .press-center-page .list .item img {
    margin-bottom: 20px;
  }
  .press-center-page .list .item:not(.sm) .name {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.25;
  }
  .press-center-page .list .sm .name {
    font-size: 16px;
  }
  .press-center-page .list .item .date {
    font-size: 15px;
  }
  .press-center-page .list .item {
    width: 31.5%;
  }
  .press-center-page .list .item:last-child {
    display: none;
  }
  .service-page .article-top-info .info .date {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1.25;
  }
  .service-page .article-top-info .info .share {
    zoom: .8;
  }
  .content-block .banner {
    padding: 30px;
  }
  .content-block .banner span {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.25;
  }
  .content-block .banner p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 160%;
  }
  .text-block .interesting-block {
    padding: 30px 30px 5px 170px;
    margin-bottom: 30px;
  }
  .text-block .interesting-block .name {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.25;
  }
  .text-block .interesting-block .author {
    top: 30px;
    left: 30px;
    width: 100px;
    font-size: 12px;
    line-height: 14px;
  }
  .text-block .interesting-block .author span {
    font-size: 14px;
    line-height: 160%;
  }
  .text-block h2 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 24px;
  }
  .text-block h3 {
    margin-top: 25px;
  }
  .text-block .review .author div img {
    width: 50px;
    max-width: 50px;
    margin-right: 10px;
  }
  .text-block .review .author div {
    font-size: 12px;
    line-height: 177.02%;
  }
  .text-block .review .author div span {
    font-size: 18px;
    line-height: 177%;
    margin-bottom: -5px;
  }
  .text-block.article p {
    font-size: 18px;
    line-height: 1.25;
  }
  .before-after-block .list .slick-prev,
  .before-after-block .list .slick-next {
    zoom: .7;
    top: 120px;
    left: -540px;
  }
}
@media (max-width: 1297px) {
  :root {
    --title-size: 30px;
  }
}
@media (max-width: 1199px) {
  .reviews-page .col-xl-3 {
    max-width: 100%;
  }
  .reviews-page nav {
    flex-direction: row;
  }
  .reviews-page nav a {
    width: 33%;
    text-align: center;
  }
  .index-counts {
    background: url('/local/templates/expertclinics_dubovoy/img/index-counts2.png?v=1') no-repeat -50px 0;
  }
  .index-partners-block {
    padding: 60px 30px;
  }
  .index-partners-block .text {
    display: block;
    width: auto;
  }
  .index-partners-block .list {
    margin: 0 -30px 0 0;
  }
  .index-partners-block .list .slick-prev,
  .index-partners-block .list .slick-next {
    left: 0;
  }
  .index-partners-block .list .slick-prev {
    margin-left: 0;
  }
  .index-partners-block .list .slick-next {
    margin-left: 60px;
  }
  .index-partners-block .list .item .txt {
    padding: 74px 40px;
  }
  .index-partners-block .list .item .txt2 {
    padding: 30px;
  }
  .contacts-block .adress {
    width: 30%;
  }
  .contacts-block .adress br {
    display: none;
  }
  .press-center-page .list .left-block form button,
  .press-center-page .list .left-block form input[type="submit"],
  .doctors-page form input[type="submit"] {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 0;
  }
  .publications-block .list .item .name {
    font-size: 18px;
    line-height: 1.25;
  }
  .publications-block .list .item img {
    margin-bottom: 15px;
  }
  .index-first-block .text .swiss div {
    font-size: 14px;
  }
  .index-first-block .text .logo {
    width: 430px;
    margin-bottom: 40px;
  }
  .index-first-block .text p {
    font-size: 28px;
    line-height: 33px;
  }
  .index-first-block .text .phone {
    font-size: 26px;
    line-height: 31px;
  }
  .index-first-block {
    background: url('/local/templates/expertclinics_dubovoy/img/index-first-block-2.png') center / cover;
    padding-bottom: 116px;
  }
  .index-news .list .item {
    margin-bottom: 30px;
  }
  .index-news .list .item .name {
    font-size: 24px;
    line-height: 1.25;
  }
  .doctors-page .list .item:before {
    width: 97%;
  }
  .before-after-block {
    padding-left: 200px;
  }
  .before-after-block .block-name {
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .publications-block {
    padding-left: 200px;
  }
  .publications-block .block-name {
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .doctors-slider .list .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .index-partners-block .list .item .txt2 {
    padding: 105px 60px 60px 60px;
  }
  .index-advantages .item .img-block {
    -ms-flex-preferred-size: 43px;
        flex-basis: 43px;
  }
  .index-advantages .item .name {
    margin-bottom: 26px;
  }
  .index-advantages .item {
    margin-bottom: 50px;
    font-size: 15px;
    line-height: 153.52%;
  }
  .index-advantages .block-name {
    margin-bottom: 60px;
  }
  .index-reviews .consult .name {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 20px;
  }
  .index-reviews .consult p {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 144%;
    margin-bottom: 14px;
  }
  .index-reviews .consult button {
    width: 177px;
    height: 50px;
    font-size: 15px;
  }
  .index-reviews .reviews .name {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.25;
  }
  .index-reviews .reviews .list .item p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 144%;
  }
  .index-reviews .reviews .list .item .author div img {
    margin-right: 15px;
    width: 35px;
    max-width: 35px;
  }
  .index-reviews .reviews .list .item .author div {
    font-size: 12px;
    line-height: 177.02%;
  }
  .index-reviews .reviews .list .item .author div span {
    font-size: 16px;
    line-height: 177%;
    margin-bottom: -5px;
  }
  .index-reviews .reviews .list .slick-dots {
    padding-top: 18px;
  }
  .index-news .block-name {
    font-size: var(--title-size);
    line-height: 42px;
  }
  .index-news .tabNavigation li a {
    font-size: 15px;
    width: 123px;
    height: 40px;
    line-height: 40px;
  }
  .index-news .tabNavigation {
    margin: -70px 0 50px;
  }
  .index-news .main-item img {
    margin-bottom: 32px;
  }
  .index-news .main-item .name {
    font-size: 28px;
    line-height: 33px;
  }
  .index-news .main-item .tag {
    font-size: 15px;
    line-height: 18px;
  }
  .index-news .main-item .date {
    font-size: 15px;
    line-height: 18px;
  }
  .index-news .list {
    width: 43%;
  }
  .index-news .list .item .name {
    margin-bottom: 15px;
  }
  .index-news .list .item .tag {
    font-size: 15px;
    line-height: 18px;
  }
  .index-news .list .item .date {
    font-size: 15px;
  }
  .index-news .list .item {
    margin-bottom: 50px;
  }
  .index-news .list .item:nth-child(5) {
    display: none;
  }
  .contacts-block .name {
    margin-bottom: 112px;
    font-size: 36px;
    line-height: 42px;
  }
  .contacts-block .adress {
    margin-bottom: 75px;
    font-size: 26px;
    line-height: 31px;
    width: 40%;
  }
  .contacts-block .phone {
    margin-bottom: 80px;
    font-size: 26px;
    line-height: 31px;
  }
  .contacts-block .buttons {
    bottom: 50px;
    zoom: .9;
  }
  .footer .left-block .logo {
    vertical-align: middle;
  }
  .footer .left-block .logo a {
    width: 173px;
    height: 54px;
  }
  .footer .left-block ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .footer .left-block ul {
    margin-left: 64px;
    vertical-align: middle;
  }
  .footer .left-block .adress {
    font-size: 15px;
    line-height: 18px;
    width: 200px;
  }
  .footer .left-block .adress a {
    margin-top: 17px;
  }
  .footer .left-block .hours {
    font-size: 15px;
    line-height: 27px;
    margin-left: 30px;
  }
  .footer .menu li {
    font-size: 15px;
    line-height: 18px;
  }
  .bottom-menu nav span {
    font-size: 15px;
    line-height: 18px;
  }
  .bottom-menu nav ul li.no_tab {
    display: none;
  }
  .clinic-boss-block .row .col {
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-left: 10%;
  }
  .clinic-boss-block {
    padding: 134px 84px 155px 100px;
  }
  .index-counts .top-block {
    margin-bottom: 60px;
  }
  .index-counts .list {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
  }
  .index-news .main-item {
    width: 100%;
  }
  .index-news .list {
    width: 100%;
  }
  .bottom-menu nav {
    padding-bottom: 30px;
  }
  .footer-nav-list li {
    width: 33.3333%;
  }
  .bottom-menu nav.big {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bottom-menu nav.big .block {
    width: 48%;
  }
  .doctor-services-block {
    padding-left: 0;
  }
  .doctor-services-block .block-name {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.25;
  }
  .before-after-block {
    padding-left: 0;
  }
  .before-after-block .block-name {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.25;
  }
  .publications-block {
    padding-left: 0;
  }
  .publications-block .block-name {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.25;
  }
  .reviews-block {
    padding-left: 0;
  }
  .reviews-block .block-name {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    font-size: 24px;
    line-height: 1.25;
  }
  .reviews-block .tabNavigation li a {
    position: relative;
    z-index: 3;
  }
  .reviews-block .bottom-button {
    text-align: center;
  }
  .services-page .item ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .text-block {
    padding-left: 0;
  }
  .text-block .block-name {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    margin-bottom: 30px;
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .doctor-page .top-page-info .info h1 {
    font-size: 24px;
    line-height: 1.25;
  }
  .doctor-page .top-page-info .info .langs span {
    font-size: 24px;
    line-height: 1.25;
  }
  .doctor-page .top-page-info .info .country {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 160%;
  }
  .doctor-page .top-page-info .info .start span {
    font-size: 64px;
    line-height: 75px;
  }
  .doctor-page .top-page-info .info .start {
    font-size: 12px;
    line-height: 160%;
    margin-bottom: 30px;
  }
  .doctor-page .top-page-info .info .langs {
    margin-bottom: 30px;
  }
  .doctor-info-block .block-name {
    font-size: 24px;
    line-height: 1.25;
  }
  .educations-block .block-name {
    font-size: 24px;
    line-height: 1.25;
  }
  .educations-block .list .item .year {
    font-size: 33px;
    line-height: 56px;
  }
  .educations-block .list .item span {
    font-size: 18px;
    line-height: 1.25;
  }
  .educations-block .list .item:before {
    top: 20px;
  }
  .doctor-services-block .block-name {
    font-size: 24px;
    line-height: 1.25;
  }
  .doctor-services-block ul li {
    margin-bottom: 30px;
  }
  .text-block .block-name {
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .prices-block .block-name {
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .maybe-block .block-name {
    font-size: 24px;
    line-height: 1.25;
  }
  .maybe-block .list .slick-prev,
  .maybe-block .list .slick-next {
    left: -200px;
  }
  .reviews-block {
    padding-left: 0;
  }
  .reviews-block .tabNavigation {
    position: relative;
  }
  .reviews-block .tabNavigation li a {
    font-size: 15px;
    width: 90px;
    height: 40px;
    line-height: 40px;
  }
  .maybe-block .list .slick-prev,
  .maybe-block .list .slick-next {
    left: -280px;
  }
  .doctor-services-block.other {
    padding-left: 0;
  }
  .before-after-block .list .slick-prev,
  .before-after-block .list .slick-next {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    bottom: -80px;
  }
  .before-after-block .list .slick-prev {
    left: 50%;
    margin-left: -60px;
  }
  .before-after-block .list .slick-next {
    right: 50%;
    margin-right: -60px;
  }

  .contacts-page .middle-info .way {
    width: 100%;
    margin-top: 30px;
  }
  .feedback-block .block-name {
    position: relative;
    font-size: 24px;
    margin-bottom: 30px;
  }
  .feedback-block {
    padding-left: 0;
  }
  .press-center-page .list {
    padding-left: 0;
  }
  .press-center-page .list .left-block {
    padding-bottom: 30px;
  }
  /* .press-center-page .list .left-block form {
  } */

  .left-block form input:not(:hidden),
  .left-block form .jq-selectbox,
  .doctors-page .top-text form .jq-selectbox {
    width: 100%;
  }
  .prices-page .list {
    padding-left: 0;
  }
  .prices-page .list .top-info {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .reviews-block {
    padding-left: 0;
  }

  .index-advantages {
    width: 100%;
  }
  .index-reviews {
    width: 100%;
  }
  .index-reviews .consult {
    border-top: 1px solid #FFD7D7;
  }
  .doctors-page {
    padding: 0 0 64px;
  }
  .doctors-page .top-text {
    margin-bottom: 40px;
  }
  .doctors-page .list .item-inner {
    padding: 30px;
  }
  .service-page .top-info h1 {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 42px;
  }
  .service-page .top-info p {
    max-width: 470px;
  }
  .service-page .top-info button {
    margin-bottom: 30px;
  }
  .reviews-page {
    padding: 0 0 30px;
  }
  .reviews-page nav {
    position: absolute;
    right: 0;
    top: 40px;
    width: 500px;
  }
  .reviews-page form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .reviews-page form input[type='text'] {
    width: 66%;
  }
  .reviews-page form button {
    width: 32%;
  }
  .reviews-page .feedback-block {
    margin-left: 0;
  }
  .content-block .banner {
    width: 100%;
  }
  .doctor-info-block .block-name {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.25;
  }
  .docs-block .block-name {
    font-size: 24px;
    line-height: 1.25;
  }
  .docs-block .list .item {
    width: 280px;
    padding: 15px;
  }
  .docs-block .list .item .content {
    padding: 15px;
  }
  .docs-block .list .item .content p {
    font-size: 18px;
    line-height: 1.25;
  }
  .docs-block .list .slick-prev,
  .docs-block .list .slick-next {
    left: -280px;
    top: 100px;
  }
  .doctor-services-block.other {
    padding-left: 0;
  }
  .index-news .tabNavigation {
    margin-top: -65px;
  }
  .contacts-block {
    display: none;
  }
  .bottom-menu nav span {
    font-size: 15px;
    line-height: 18px;
  }
  .bottom-menu nav ul li a {
    font-size: 15px;
    line-height: 18px;
  }
  .bottom-menu nav.big ul {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .doctors-page .list .item-inner:before {
    width: 97%;
  }
}
@media (max-width: 1080px) {
  .clinic-boss-block .image {
    display: none;
  }
  .clinic-boss-block .text {
    width: auto;
  }
}
@media (max-width: 1050px) {
  :root {
    --title-size: 24px;
  }
}
@media (max-width: 991px) {
  .header.inner {
    margin-bottom: 0;
  }
  .header button {
    display: none;
  }
  .header .seo_buts_1 {
    display: none;
  }
  .service-page .top-info {
    padding-top: 35px;
  }
  .clinic-boss-block {
    padding: 50px;
  }
  .clinic-boss-block .row .col {
    padding: 0px;
    margin: 0px;
    padding-left: 40px;
    padding-right: 40px;
    width: calc(100% - 80px);
  }
  .clinic-boss-block .text p {
    padding-left: 0;
  }
  .text-block.article {
    padding-left: calc(33.3333% + 10px);
  }
  .text-block.article .block-name {
    width: 33.3333%;
  }
  .doctors-slider .pre-text .name {
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .doctors-slider .pre-text p {
    font-size: 12px;
    line-height: 14px;
  }
  .index-partners-block .list {
    margin-right: 0;
  }
  .index-partners-block .list .item {
    width: auto;
  }
  .index-partners-block .list .item .txt {
    opacity: 1;
  }
  .index-partners-block .list .item .txt2 {
    opacity: 0;
  }
  .footer .left-block ul {
    display: block;
    margin: 30px 0 0 0;
  }
  .footer .left-block .br {
    height: 30px;
  }
  .footer .left-block .adress {
    display: block;
    width: auto;
    margin-bottom: 30px;
  }
  .content-block .block-name {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.25;
  }
  .text-block .block-name {
    font-size: var(--title-size);
  }
  .doctors-slider .list .item {
    padding: 30px 30px 100px 30px;
  }
  .doctors-slider .list .item .button {
    padding: 0 42px;
  }
  .doctors-slider .list.other .item {
    padding: 30px;
  }
  .doctor-page .top-page-info .photo .image {
    padding-top: 0;
  }
  .footer .left-block {
    width: 183px;
    position: relative;
  }
  .footer .left-block ul {
    position: absolute;
    left: 0;
    top: 155px;
  }
  .footer .left-block .br {
    height: 35px;
  }
  .footer .left-block .adress {
    padding: 0;
    margin: 0;
  }
  .footer .left-block .hours {
    display: block;
    margin: 88px 0 0 0;
  }
  .footer .menu {
    padding-top: 0;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .footer .menu li {
    margin-bottom: 17px;
  }
  .index-news .main-item {
    margin-bottom: 15px;
  }
  .index-news .list .item:first-of-type {
    border-top: 1px solid var(--xl-red);
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  :root {
    --title-size: 24px;
  }
  .header .menu-button {
    width: 18px;
    height: 13px;
  }
  .sec {
    margin: 3.5rem 0 3rem;
  }
  .reviews-page .item {
    padding: 20px;
  }
  .reviews-page nav {
    width: 400px;
  }
  .content-block p:last-of-type {
    margin-bottom: 0;
  }
  .index-counts .top-block {
    width: 500px;
  }
  .index-first-block .text .swiss div img {
    margin-right: 20px;
    width: 28px;
    max-width: 28px;
  }
  .index-first-block {
    padding-bottom: 67px;
    padding-top: 30px;
  }
  .index-first-block .container-fluid,
  .index-first-block .container-fluid .row {
    height: 100%;
  }
  .index-first-block .container-fluid .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .clinic-boss-block {
    padding: 134px 80px 155px 80px;
  }
  .clinic-boss-block:before {
    content: unset;
  }
  .clinic-boss-block .text .author {
    font-size: 15px;
    line-height: 18px;
  }
  .clinic-boss-block .text .author span {
    font-size: 18px;
    line-height: 1.25;
  }
  .press-center-page .list .left-block form button,
  .press-center-page .list .left-block form input[type="submit"],
  .doctors-page form input[type="submit"] {
    height: 46px;
    margin-top: 10px;
  }
  .doctors-page form input[type="submit"] {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .doctors-page .list .item-inner {
    min-height: auto!important;
  }
  .index-counts .top-block {
    width: 454px;
    margin-bottom: 120px;
  }
  .index-counts .top-block .name {
    font-size: 36px;
    line-height: 135.19%;
    margin-bottom: 24px;
  }
  .index-counts .top-block .name span {
    font-size: 50px;
    line-height: 135.19%;
  }
  .index-counts {
    background: url('/local/templates/expertclinics_dubovoy/img/index-counts2.png?v=1') no-repeat -250px 60px;
  }
  .index-counts .list .item {
    margin-bottom: 90px;
  }
  .index-counts {
    padding: 135px 15px 10px 15px;
  }
  .index-counts:before {
    height: 86%;
    margin-top: 30px;
    width: 97%;
  }
  .doctors-slider .list .item {
    margin-right: 20px;
    padding: 30px 30px 70px 30px;
  }
  .doctors-slider .list .item:before {
    width: 90%;
    height: 96%;
  }
  .doctors-slider .list .item .country {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
  }
  .doctors-slider .list .item .name {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.25;
  }
  .doctors-slider .list .item .years {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 14px;
  }
  .doctors-slider .list .item .text {
    min-height: 80px;
  }
  .doctors-slider .list .item button {
    font-size: 15px;
    height: 40px;
  }
  .index-partners-block {
    padding: 63px 30px 44px 30px;
  }
  .index-partners-block .text {
    font-size: 12px;
    line-height: 147.52%;
  }
  .index-partners-block .text span {
    margin-top: 10px;
    font-size: 24px;
    line-height: 1.25;
  }
  .index-partners-block .list .slick-prev,
  .index-partners-block .list .slick-next {
    zoom: .8;
  }
  .index-partners-block .list .slick-next {
    margin-left: 70px;
  }
  .index-partners-block .list .item .txt .top-text {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.34em;
    top: -34px;
  }
  .index-partners-block .list .item .txt .logo div img {
    width: 53px;
    max-width: 53px;

  }
  .index-partners-block .list .item .txt .logo div {
    font-size: 12px;
    line-height: 14px;
  }
  .index-partners-block .list .item .txt .logo div span {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 19px;
  }
  .index-partners-block .list .item .txt .logo {
    padding-bottom: 10px;
  }
  .index-partners-block .list .item .txt p {
    padding-right: 30px;
  }
  .index-partners-block .list .item .txt2 {
    width: 255px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 63px 30px 35px 30px;
    font-size: 12px;
    line-height: 14px;
  }
  .index-partners-block .list .item .txt2 img {
    width: 163px;
  }
  .index-partners-block .list .item .txt2 span {
    margin: 24px 0 2px;
    font-size: 16px;
    line-height: 19px;
  }
  .index-partners-block .list .item .txt2 {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: absolute;
    left: 20px;
    bottom: 0px;
  }
  .index-advantages {
    padding: 36px 30px 1px 30px;
    background: url('/local/templates/expertclinics_dubovoy/img/bg9.png') no-repeat right center / contain;
  }
  .index-advantages .block-name {
    width: auto;
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 1.25;
  }
  .index-reviews .consult {
    padding: 74px 30px 88px 30px;
    background: url('/local/templates/expertclinics_dubovoy/img/bg10.png?v=1') no-repeat bottom right;
  }
  .index-reviews .consult .name {
    margin-bottom: 36px;
    font-size: 24px;
    line-height: 1.25;
  }
  .index-reviews .consult p {
    margin-bottom: 40px;
  }
  .index-reviews .reviews {
    padding: 70px 30px 30px 30px;
  }
  .index-reviews .reviews .seeall button {
    font-size: 15px;
  }
  .index-reviews .reviews .name {
    margin-bottom: 45px;
    font-size: 24px;
    line-height: 1.25;
  }
  .index-reviews .reviews .list .item p {
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 144%;
  }
  .index-reviews .reviews .list .item .author div img {
    margin-right: 18px;
    width: 60px;
    max-width: 60px;
  }
  .index-reviews .reviews .list .item .author div {
    font-size: 15px;
    line-height: 177.02%;
  }
  .index-reviews .reviews .list .item .author div span {
    font-size: 20px;
    line-height: 177%;
    margin-bottom: 0;
  }
  .index-reviews .reviews .list .slick-dots {
    padding-top: 50px;
  }
   .index-news .tabNavigation {
    text-align: left;
    margin-top: 0!important;
    margin-bottom: 25px!important;
  }
  .index-news .block-name {
    font-size: 24px;
    line-height: 1.25;
  }
  .index-news .list .item .name {
    margin-bottom: 25px;
  }
  .index-news .list .item {
    margin-bottom: 60px;
  }
  .index-news {
    padding: 60px 30px 30px 30px;
  }
  .text-block.article {
    padding-left: 0;
  }
  .text-block.article .block-name {
    position: static;
    width: 100%;
  }
  .doctors-slider .list.other .item:before {
    height: 92%;
  }
  .doctors-slider .list.other .item .image {
    margin-bottom: 0;
  }
  .doctors-slider .list .item .doc-name {
    font-size: 18px;
    line-height: 1.25;
    padding-bottom: 15px;
  }
  .navi {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
  }
  .doctors-page .top-text h1 {
    font-size: 24px;
    line-height: 1.25;
  }
  .doctors-page .top-text {
    margin-bottom: 10px;
  }
  .doctors-page .list .item img {
    margin-bottom: 11px;
  }
  .doctors-page .list .item .country {
    font-size: 12px;
    line-height: 14px;
  }
  .doctors-page .list .item .name {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 18px;
  }
  .doctors-page .list .item .expert,
  .doctors-page .list .item .boss,
  .doctors-page .list .item .candidate {
    zoom: .8;
  }
  .doctors-page .list .item .text {
    font-size: 12px;
    line-height: 14px;
  }
  .doctors-page .list .item .tag {
    top: 6px;
    right: 0;
    padding: 6px 16px;
    font-size: 8px;
    line-height: 9px;
  }
  .doctors-page .flex-list .item {
    padding: 15px 15px 35px 15px;
  }
  .doctors-page .flex-list .item img {
    margin-bottom: 11px;
  }
  .doctors-page .flex-list .item .country {
    font-size: 12px;
    line-height: 14px;
  }
  .doctors-page .flex-list .item .name {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 18px;
  }
  .doctors-page .flex-list .item .expert,
  .doctors-page .flex-list .item .boss,
  .doctors-page .flex-list .item .candidate {
    zoom: .85;
  }
  .doctors-page .flex-list .item .years {
    padding: 0;
    font-size: 12px;
    line-height: 14px;
  }
  .doctors-page .flex-list .item .text {
    min-height: 55px;
    font-size: 12px;
  }
  .doctors-page .flex-list .item .button {
    padding: 0 15px;
  }
  .doctors-page .item button {
    font-size: 12px;
    height: 40px;
  }
  .doctors-page .bottom-button button {
    width: 220px;
    font-size: 15px;
  }
  .doctor-page .top-page-info .info .boss,
  .doctor-page .top-page-info .info .doc {
    zoom: .8;
  }
  .doctor-page .top-page-info .info .buttons button {
    height: 50px;
    font-size: 15px;
  }
  .doctor-info-block .text {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .tab-nav-wrapper {
    margin-bottom: 20px;
  }
  .educations-block .list {
    padding-left: 40px;
  }
  .educations-block .list .item:before {
    left: -51px;
  }
  .educations-block .list .item {
    margin-bottom: 40px;
  }
  .doctor-services-block ul li {
    background: url('/local/templates/expertclinics_dubovoy/img/li5.svg') no-repeat 0 5px;
    padding-left: 24px;
  }
  .doctor-services-block ul li a {
    font-size: 18px;
    line-height: 1.25;
  }
  .doctor-services-block {
    padding-bottom: 60px;
  }
  .before-after-block .list .item .name {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }
  .before-after-block .list .item .flex div {
    font-size: 15px;
    line-height: 18px;
  }
  .publications-block .list .item .date {
    font-size: 12px;
  }
  .publications-block .list .item .date a {
    font-size: 12px;
    line-height: 14px;
  }
  .publications-block {
    padding-bottom: 60px;
  }
  .reviews-block .list .text p {
    font-size: 15px;
    line-height: 150%;
  }
  .reviews-block .list .text .author div {
    font-size: 14px;
    line-height: 177.02%;
  }
  .reviews-block .list .text .author div span {
    font-size: 18px;
    line-height: 177%;
  }
  .reviews-block .bottom-button button {
    font-size: 15px;
    width: 262px;
    height: 50px;
  }
  .services-page .item ul:not(.category-block-list) {
  }
  .services-page .item.opened ul {
    max-height: 1000000px;
  }
  .services-page h1 {
    font-size: 24px;
    line-height: 1.25;
  }
  .services-page .block-name {
    font-size: 18px;
  }
  .services-page .item ul li {
    margin-bottom: 20px;
  }
  .services-page .item ul li .badge {
    left: 15px;
    top: 3px;
  }
  .services-page .item ul li .badge + a {
    padding-left: 15px;
  }
  .services-page .item ul .link-item {
    padding-left: 10px;
  }
  .services-page .item .link {
    text-align: left;
  }
  .service-page .top-info {
    background-image: unset!important;
  }
  .service-page .top-info h1 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.25;
  }
  .service-page .top-info p {
    max-width: 400px;
    margin-bottom: 30px;
  }
  .service-page .top-info button {
    font-size: 15px;
    margin-bottom: 23px;
    width: 238px;
    height: 50px;
  }
  .service-page .top-info .price {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 23px;
  }
  .service-page .top-info .price span {
    font-size: 17px;
    line-height: 1.25;
  }
  .service-page .top-info ul {
    zoom: .9;
  }
  .service-page .top-info {
    margin-bottom: 20px;
  }
  .doctor-services-block.other .block-name {
    width: auto;
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .doctor-services-block ul li .banner {
    padding: 20px;
  }
  .doctor-services-block ul li .banner span {
    font-size: 15px;
    line-height: 18px;
  }
  .doctor-services-block ul li .banner p {
    margin-bottom: 35px;
    font-size: 12px;
    line-height: 160%;
  }
  .doctor-services-block ul li .banner button {
    zoom: .7;
  }
  .text-block .top-block {
    padding: 0;
    zoom: .5;
  }
  .doctors-slider .list2 .item {
    width: 283px;
    padding: 30px 30px 80px 30px;
  }
  .doctors-slider .list2 .item .country {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
  }
  .doctors-slider .list2 .item .name {
    font-size: 18px;
    line-height: 1.25;
  }
  .doctors-slider .list2 .item .years {
    font-size: 12px;
    line-height: 14px;
  }
  .doctors-slider .list2 .item .text {
    height: 80px;
    font-size: 16px;
    line-height: 19px;
  }
  .doctors-slider .list2 .item .button {
    padding: 0 30px;
  }
  .doctors-slider .list2 .item button {
    font-size: 15px;
    height: 40px;
  }
  .prices-block .list {
    padding-left: 30px;
  }
  .prices-block .list .item .year span {
    font-size: 48px;
    line-height: 1.25;
  }
  .prices-block .list .item:before {
    zoom: .8;
    left: -50px;
    top: 15px;
  }
  .prices-block .list .item {
    font-size: 18px;
    line-height: 1.25;
  }
  .prices-block .list .link {
    font-size: 15px;
    line-height: 18px;
    margin-top: 0;
  }
  .prices-block .list .link:after {
    top: 2px;
    left: -38px;
  }
  .maybe-block .list .item {
    width: 254px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid var(--l-red);
    border-bottom: 0;
    padding: 15px 15px 0 15px;
  }
  .maybe-block .list .item .text {
    padding: 15px 0 0 0;
  }
  .maybe-block .list .item .text .name {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.25;
  }
  .maybe-block .list .item .text p {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 14px;
    color: var(--text);
  }
  .maybe-block .list .item .text button {
    height: 40px;
    font-size: 15px;
  }
  .maybe-block .list .slick-prev,
  .maybe-block .list .slick-next {
    left: -280px;
  }
  .service-page .top-info p {
    margin-bottom: 20px;
  }
  .service-page .top-info {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  .doctor-info-block.other .block-name {
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .doctor-info-block.other {
    padding-bottom: 0;
  }
  .program-block .list {
    padding-left: 30px;
    padding-bottom: 1px;
    margin-bottom: 34px;
  }
  .program-block .list .name {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 24px;
  }
  .program-block .list .item {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 160%;
  }
  .program-block .list .item span {
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 1.25;
  }
  .program-block .list .item:before {
    width: 15px;
    height: 15px;
    left: -38px;
  }
  .program-block {
    padding-bottom: 0;
  }
  .contacts-page .map-block .contacts h1 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.25;
  }
  .contacts-page .map-block .contacts .adress {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 160%;
  }
  .contacts-page .map-block .contacts .mail {
    margin-bottom: 40px;
  }
  .contacts-page .map-block .contacts .phone,
  .contacts-page .map-block .contacts .mail {
    zoom: .8;
  }
  .contacts-page .map-block .contacts .hours {
    font-size: 15px;
    line-height: 18px;
  }
  .contacts-page .map-block .contacts .hours ul li {
    margin-bottom: 36px;
    font-size: 18px;
    line-height: 1.25;
  }
  .contacts-page .map-block .contacts .hours ul li:before {
    width: 9px;
    height: 9px;
    top: 9px;
    top: 6px;
    left: -29px;
  }
  .contacts-page .map-block .contacts:after {
    width: 100px;
  }
  .feedback-block .block-name {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  .contacts-page .middle-info {
    padding-bottom: 20px;
  }
  .reviews-page h1 {
    font-size: 24px;
    line-height: 1.25;
  }
  .reviews-page nav {
    width: auto;
    white-space: nowrap;
    top: 20px;
  }
  .reviews-page nav a {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 20px;
    width: auto;
  }
  .reviews-page form input[type='text'] {
    width: 55%;
  }
  .reviews-page form button {
    width: 26%;
  }
  .reviews-page .item {
    padding: 30px;
  }
  .reviews-page .feedback-block form input[type='text'] {
    width: 100%;
  }
  .press-center-page .list .item.sm .name {
    font-size: 15px;
    line-height: 18px;
  }
  .press-center-page .list .item.sm .date {
    font-size: 12px;
    line-height: 14px;
  }
  .press-center-page .list .item.sm .date a {
    font-size: 12px;
    line-height: 14px;
  }
  .press-center-page .list .item.middle,
  .press-center-page .list .item.big {
    margin-bottom: 40px;
  }
  .press-center-page .list {
    padding-bottom: 20px;
  }
  .press-center-page .list .left-block h1,
  .press-center-page .list .left-block h2 {
    font-size: 24px;
    line-height: 1.25;
  }
  .service-page .article-top-info .info h1 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.25;
  }
  .service-page .article-top-info .info .date {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 19px;
  }
  .service-page .article-top-info .info .share {
    zoom: .6;
  }
  .content-block .banner {
    width: 50%;
    margin-bottom: 15px;
  }
  .content-block .banner {
    padding: 30px;
  }
  .content-block .banner span {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 18px;
  }
  .content-block .banner p {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 160%;
  }
  .content-block .banner button {
    zoom: .8;
  }
  .content-block ul {
    padding-bottom: 10px;
  }
  .text-block .block-name {
    width: auto;
    font-size: var(--title-size);
    line-height: 1.25;
    margin-bottom: 20px;
  }
  .text-block.article p {
    font-size: 15px;
    line-height: 18px;
  }
  .maybe-block .list .item .text2 .name {
    font-size: 18px;
    line-height: 1.25;
  }
  .maybe-block .list .item .text2 {
    padding: 15px 0 0 0;
  }
  .feedback-block .att {
    zoom: .6;
    width: 65%;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .feedback-block form button.other {
    position: absolute;
    right: 0;
    bottom: -5px;
  }
  .prices-page .list .top-info h1 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.25;
  }
  .prices-page .list .item .name {
    font-size: 16px;
  }
  .prices-page .list .item {
    padding: 10px 20px;
  }
  .prices-page .list .item ul {
    zoom: .9;
  }
  .text-block .banner {
    padding: 20px;
  }
  .text-block .banner span {
    font-size: 15px;
    line-height: 18px;
  }
  .text-block .banner p {
    margin-bottom: 35px;
    font-size: 12px;
    line-height: 160%;
  }
  .text-block .banner button {
    zoom: .7;
  }
  .index-counts {
    background: none;
  }
  .index-counts .top-block {
    width: 100%;
    margin-bottom: 0;
  }
  .service-page .top-info p {
    max-width: 100%;
  }
  .maybe-block .block-name {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    margin-bottom: 30px;
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .maybe-block .list .slick-prev,
  .maybe-block .list .slick-next {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    bottom: -80px;
  }
  .maybe-block .list .slick-prev {
    left: 50%;
    margin-left: -60px;
  }
  .maybe-block .list .slick-next {
    right: 50%;
    margin-right: -60px;
  }
  .contacts-page .map-block .map {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    height: 300px;
    margin-top: 30px;
    display: none;
  }
  .contacts-page .map-block .map.opened {
    display: block;
  }
  .contacts-page .map-block .contacts .map-link {
    display: inline-block;
  }
  .feedback-block form .col {
    width: 100%;
  }
  .header .adress {
    display: none;
  }
  .index-counts .list .item {
    width: 100%;
  }
  .doctors-slider .list .item {
    padding: 30px 30px 60px 30px;
  }
  .doctors-slider .list .item .button {
    padding: 0 30px;
  }
  .index-advantages .item {
    font-size: 15px;
    line-height: 153.52%;
  }
  .footer .menu {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .program-block {
    padding-left: 0;
  }
  .program-block .block-name {
    margin-bottom: 30px;
  }
  .clinic-boss-block {
    padding: 50px;
  }
  .doctors-slider .list .item:before, .doctors-slider .list2 .item:before {
    width: 95%;
  }
  .footer-nav-list li {
    width: 50%;
  }
}
@media (max-width: 576px) {
  :root {
    --title-size: 18px;
  }
  .index-first-block .header {
    padding: 25px 15px;
  }
  .index-first-block .text {
    margin: 0;
    padding: 0;
  }
  .index-first-block .text .logo {
    width: 200px;
  }
  .index-first-block .text p {
    font-size: 16px;
    line-height: 19px;
  }
  .index-first-block .text .phone {
    font-size: 16px;
    line-height: 19px;
  }
  .clinic-boss-block {
    padding: 45px 15px;
  }
  .clinic-boss-block .text .name p {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.25;
  }
  .clinic-boss-block .text p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 18px;
  }
  .index-counts {
    padding: 30px 15px;
  }
  .index-counts .top-block {
    padding-left: 0;
  }
  .index-counts .top-block .name span {
    font-size: 36px;
  }
  .index-counts .top-block .name {
    font-size: 24px;
  }
  .index-counts .top-block a {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  .index-counts .list {
    padding-left: 0;
  }
  .index-counts .list .item div:first-child {
    padding-right: 0;
    width: 120px;
  }
  .index-counts .list .item div:first-child:before {
    width: 100px;
  }
  .doctors-slider {
    padding: 30px 15px;
  }
  .doctors-slider .list .slick-dots {
    display: none !important;
  }
  .doctor-page .top-page-info .info .col:first-of-type .image {
    padding: 80% 0;
  }
  .index-partners-block {
    padding: 30px 15px;
  }
  .index-partners-block .list .item {
    width: 300px;
  }
  .index-partners-block .list .item .txt {
    padding: 20px;
  }
  .index-partners-block .list .slick-prev,
  .index-partners-block .list .slick-next {
    top: -80px;
  }
  .index-partners-block .list .item .txt2 {
    display: none;
  }
  .index-advantages .block-name {
    width: auto;
    font-size: var(--title-size);
  }
  .index-advantages .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .index-advantages .item .name {
    margin-bottom: 25px;
  }
  .index-advantages {
    padding: 70px 15px 1px 15px;
  }
  .index-reviews .consult {
    padding: 60px 15px;
    background: url('/local/templates/expertclinics_dubovoy/img/bg5.png') no-repeat right;
  }
  .index-reviews .consult p {
    width: auto;
    font-size: 15px;
  }
  .index-reviews .reviews {
    padding: 60px 15px;
  }
  .index-reviews .reviews .list .item p {
    font-size: 15px;
  }
  .index-news {
    padding: 0 15px;
  }
  .index-news .block-name {
    font-size: 18px;
  }
  .index-news .main-item img {
    margin-bottom: 20px;
  }
  .index-news .main-item .name {
    font-size: 16px;
    line-height: 19px;
  }
  .index-news .list .item .name {
    font-size: 16px;
    line-height: 19px;
  }
  .index-news .list .item {
    margin-bottom: 30px;
  }
  .doctors-slider .list.other .item {
    padding: 30px;
  }
  .footer {
    padding: 30px 15px;
    margin: 0;
  }
  .footer .left-block ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
  }
  .footer .left-block .logo {
    vertical-align: middle;
  }
  .footer .menu {
    padding-top: 30px;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .bottom-menu {
    padding: 30px 15px;
  }
  .bottom-menu nav {
    width: 100%;
  }
  .bottom-menu p {
    margin-bottom: 30px;
  }
  .doctors-page .top-text h1 {
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .doctors-page .list .item .text {
    font-size: 15px;
    line-height: 18px;
  }
  .doctors-page .flex-list .item {
    padding: 20px;
  }
  .doctors-page .list .slick-prev,
  .doctors-page .list .slick-next {
    bottom: -50px;
  }
  .doctors-page .br-block {
    margin: 80px 0;
  }
  .doctors-page .bottom-button {
    display: none;
  }
  .doctor-page {
    padding: 0 0 30px 0;
  }
  .doctors-slider .list .item:before, .doctors-slider .list2 .item:before {
    width: 100%;
  }
  .reviews-slider-nav {
    margin-bottom: 25px;
  }
  .header.inner {
    padding: 25px 15px;
  }
  .doctor-page .top-page-info .info .buttons {
    max-width: 1000000px;
  }
  .doctor-page .top-page-info {
    margin-bottom: 30px;
  }
  .doctor-info-block .text {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .docs-block {
    padding-left: 0;
    padding-bottom: 100px;
  }
  .docs-block .block-name {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    margin-bottom: 30px;
  }
  .docs-block .list .slick-prev,
  .docs-block .list .slick-next {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    bottom: -70px;
    margin: 0;
  }
  .docs-block .list .slick-prev {
    left: 50%;
    margin-left: -60px;
  }
  .docs-block .list .slick-next {
    right: 50%;
    margin-right: -60px;
  }
  .educations-block {
    padding-left: 0;
    padding-bottom: 100px;
  }
  .educations-block .block-name {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    margin-bottom: 30px;
  }
  .educations-block .list {
    padding-left: 30px;
  }
  .educations-block .list .item {
    margin-bottom: 35px;
    font-size: 12px;
    line-height: 160%;
  }
  .educations-block .list .item span {
    font-size: 15px;
    line-height: 18px;
  }
  .educations-block .list .item .year {
    font-size: 17px;
    line-height: 1.25;
  }
  .educations-block .list .item:before {
    left: -40px;
    top: 6px;
  }
  .doctor-services-block ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .doctor-services-block {
    padding-bottom: 30px;
  }
  .publications-block {
    padding-bottom: 50px;
  }
  .reviews-block .list .text {
    padding: 20px;
  }
  .reviews-block .list .text p {
    font-size: 12px;
    line-height: 150%;
  }
  .reviews-block .list .text .service {
    font-size: 12px;
    line-height: 150%;
  }
  .reviews-block .list .text .service span {
    font-size: 12px;
    line-height: 150%;
  }
  .services-page {
    padding: 0;
  }
  .services-page h1 {
    margin-bottom: 30px;
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .services-page .block-name {
    margin-bottom: 15px;
    font-size: var(--title-size);
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
  }
  .services-page .item {
    margin-bottom: 50px;
  }
  .services-page .item ul li.link {
    padding-left: 15px;
  }
  .services-page .item ul .link-item {
    width: 100%;
    padding-left: 0;
  }
  .prices-block {
    padding-left: 0;
    padding-bottom: 20px;
    margin-top: 45px;
  }
  .prices-block .block-name {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    margin-bottom: 30px;
  }
  .prices-block .list {
    padding-bottom: 0;
  }
  .prices-block .list .item {
    margin-bottom: 0px;
  }
  .prices-block .list .item:before {
    top: 15px;
    width: 18px;
    height: 18px;
    left: -47px;
  }
  .service-page {
    padding: 0 0 30px 0;
  }
  .service-page .top-info h1 {
    width: 100%;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.25;
  }
  .service-page .top-info {
    margin-bottom: 20px;
  }
  .text-block p {
    font-size: 12px !important;
    line-height: 14px !important;
    margin-bottom: 20px;
  }
  .text-block ul {
    margin-bottom: 20px;
  }
  .text-block ul li {
    font-size: 12px !important;
    line-height: 14px !important;
    background: url('/local/templates/expertclinics_dubovoy/img/li3.svg') no-repeat 0 3px;
  }
  .text-block ol li {
    font-size: 12px !important;
    line-height: 14px !important;
  }
  .text-block ol {
    margin-bottom: 20px;
  }
  .doctor-info-block .text p {
    margin-bottom: 20px;
    font-size: 12px !important;
    line-height: 14px !important;
  }
  .doctor-info-block ul li {
    font-size: 12px !important;
    line-height: 14px !important;
    background: url('/local/templates/expertclinics_dubovoy/img/li3.svg') no-repeat 0 3px;
  }
  .service-page .top-info p {
    font-size: 12px !important;
    line-height: 14px !important;
  }
  .text-block .image {
    margin-bottom: 20px;
  }
  .text-block .button button {
    width: 100%;
  }
  .doctors-slider.mt {
    margin-top: -100px;
  }
  .maybe-block .list .item .text {
    padding: 20px;
  }
  .program-block .list {
    padding-left: 30px;
  }
  .program-block .list .item:before {
    left: -41px;
  }
  .contacts-page {
    padding: 0 0 60px;
  }
  .contacts-page .map-block .contacts {
    display: block;
    padding: 0;
  }
  .contacts-page .middle-info .social {
    width: 100%;
    margin-top: 30px;
  }
  .contacts-page .middle-info .way .item {
    padding-left: 0;
  }
  .contacts-page .middle-info .way .item span {
    display: block;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-bottom: 10px;
    position: relative;
  }
  .feedback-block .block-name {
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .feedback-block form .agree {
    margin-bottom: 15px;
  }
  .feedback-block form textarea {
    height: 100px;
  }
  .contacts-page .middle-info .messagers a {
    margin-right: 10px;
  }
  .reviews-page {
    padding: 0 0 30px;
  }
  .reviews-page h1 {
    font-size: 18px;
    line-height: 1.25;
  }
  .reviews-page nav {
    width: auto;
    top: 25px;
  }
  .reviews-page nav a {
    width: auto;
    height: auto;
    border: 0 !important;
  }
  .reviews-page form input[type='text'] {
    width: 100%;
    margin-bottom: 30px;
  }
  .reviews-page form button {
    width: 100%;
  }
  .reviews-page .item .text {
    width: 100%;
    margin-bottom: 30px;
  }
  .reviews-page .item .program {
    width: 100%;
  }
  .reviews-page .item.video {
    padding: 300px 20px 20px 20px;
  }
  .reviews-page .item .video {
    width: 100%;
    height: 280px;
  }
  .reviews-page .item p.big {
    margin-bottom: 0;
  }
  .reviews-page .bottom-button {
    padding: 0px 0 60px;
  }
  .reviews-page .bottom-button button {
    width: 100%;
  }
  .services-page .item .link {
    margin-top: 0;
  }
  .feedback-block form textarea.big {
    height: 120px;
  }
  .press-center-page {
    padding: 0;
  }
  .press-center-page .list .left-block h1,
  .press-center-page .list .left-block h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .press-center-page .list .left-block form input[type='text'],
  .doctors-page .top-text form input[type='text'] {
    width: 100%;
  }
  .press-center-page .list .left-block form select {
    width: 100%;
  }
  .press-center-page .list .left-block form button, .press-center-page .list .left-block form input[type="submit"],
  .doctors-page form input[type="submit"] {
    width: 100%;
  }
  .doctors-page form input[type="submit"] {
    margin-top: 2px;
  }
  .press-center-page .list .item.middle,
  .press-center-page .list .item.big,
  .press-center-page .list .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .press-center-page .list .item img {
    margin-bottom: 20px;
  }
  .service-page .article-top-info .info {
    width: auto;
    display: block;
    padding-right: 0;
    padding-bottom: 0;
  }
  .service-page .article-top-info {
    display: block;
  }
  .service-page .article-top-info .image {
    display: none;
  }
  .content-block .banner {
    padding: 20px;
  }
  .content-block p {
    font-size: 12px !important;
    line-height: 14px !important;
  }
  .text-block .interesting-block {
    padding: 20px;
  }
  .text-block .interesting-block .author {
    width: auto;
    margin-bottom: 20px;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding-left: 70px;
    text-align: left;
    position: relative;
  }
  .text-block .interesting-block .author span {
    display: inline-block;
    padding: 0;
  }
  .text-block .interesting-block .author img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 50px;
  }
  .text-block .review {
    padding: 20px;
    margin-bottom: 30px;
  }
  .text-block .review .author {
    width: 100%;
  }
  .prices-page {
    padding: 0 15px 30px 15px;
  }
  .prices-page .list .top-info h1 {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 1.25;
  }
  .prices-page .list .item {
    padding: 15px;
  }
  .prices-page .list .item ul {
    padding: 15px 0 0 0;
  }
  .prices-page .list .item ul li {
    position: relative;
    padding: 18px 5px 60px 20px;
  }
  .prices-page .list .item ul li .price {
    padding-top: 5px;
  }
  .prices-page .list .item ul li .price button {
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  .text-block .banner {
    padding: 20px;
    margin-bottom: 30px;
  }
  .index-first-block .window {
    left: 15px;
    right: 15px;
  }
  .index-first-block .window {
    padding: 20px;
  }
  .popup .window {
    width: 300px;
  }
  .header .phone {
    font-size: 0;
    width: 20px;
    height: 20px;
    background: url('/local/templates/expertclinics_dubovoy/img/phone2.svg');
    margin-top: 4px;
  }
  .header .logo {
    width: 77px;
  }
  .header .menu-button {
    margin-top: 5px;
  }
  .index-first-block .header {
    margin-bottom: 150px;
  }
  .index-first-block .text .swiss div img {
    margin-right: 12px;
    width: 19px;
    max-width: 19px;
  }
  .index-first-block .text .swiss div {
    font-size: 12px;
    line-height: 147.52%;
  }
  .index-first-block .text .logo {
    width: 182px;
  }
  .index-first-block .text p {
    margin-bottom: 25px;
  }
  .index-first-block {
    padding-bottom: 118px;
    background: url('/local/templates/expertclinics_dubovoy/img/index-first-block-2.png') no-repeat right / contain;
  }
  .clinic-boss-block .text .author {
    font-size: 12px;
    line-height: 14px;
  }
  .clinic-boss-block .text .author span {
    font-size: 15px;
    line-height: 18px;
  }
  .clinic-boss-block {
    padding: 45px 15px 58px 35px;
    overflow: hidden;
  }
  .clinic-boss-block:before {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -10px;
    width: 100%;
    height: 94%;
  }
  .index-counts .list .item div:first-child {
    width: 100px;
    font-size: 64px;
    line-height: 75px;
  }
  .index-counts .list .item div:first-child:before {
    width: 76px;
    height: 92px;
  }
  .index-counts .list .item div {
    font-size: 15px;
    line-height: 18px;
  }
  .index-counts .list .item {
    margin-bottom: 70px;
  }
  .index-counts {
    margin-bottom: 0;
  }
  .index-counts:before {
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    margin: 0;
    height: calc(100% - 10px);
  }
  .doctors-slider .pre-text .name {
    margin-bottom: 20px;
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .doctors-slider .list .item {
    margin: 0;
  }
  .doctors-slider {
    margin-bottom: 50px;
  }
  .index-partners-block {
    padding: 40px 15px 100px 15px;
  }
  .index-partners-block .text span {
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .index-partners-block .text {
    padding-bottom: 0;
  }
  .index-partners-block .list .item .txt .top-text {
    display: none;
  }
  .index-partners-block .list .item .txt {
    margin-top: 20px;
    padding: 36px 40px 24px 15px;
  }
  .index-partners-block .list .item .txt .logo div img {

    width: 36px;
    max-width: 36px;
  }
  .index-partners-block .list .item .txt p {
    font-size: 12px;
    line-height: 14px;
    padding-right: 0px;
    margin-bottom: 15px;
  }
  .index-partners-block .list .item .txt:before {
    height: 86%;
    width: 92%;
  }
  .index-partners-block .list .slick-prev,
  .index-partners-block .list .slick-next {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: -90px;
    zoom: .7;
    margin: 0;
  }
  .index-partners-block .list .slick-prev {
    left: 50%;
    margin-left: -60px;
  }
  .index-partners-block .list .slick-next {
    right: 50%;
    margin-right: -60px;
  }
  .index-partners-block .list {
    margin: 0;
  }
  .index-advantages {
    padding: 30px 15px 1px 15px;
    background: url('/local/templates/expertclinics_dubovoy/img/bg12.png') no-repeat right bottom;
  }
  .index-advantages .block-name {
    margin-bottom: 35px;
  }
  .index-advantages .item .img-block {
    -ms-flex-preferred-size: 35px;
        flex-basis: 35px;
  }
  .index-advantages .item .name p {
    font-size: 16px;
    line-height: 1.25;
    padding-left: 15px;
  }
  .index-advantages .item .name {
    padding-right: 30px;
    margin-bottom: 20px;
  }
  .index-advantages .item {
    margin-bottom: 35px;
    font-size: 12px;
    line-height: 153.52%;
  }
  .index-reviews .consult {
    padding: 80px 15px 54px 15px;
  }
  .index-reviews .consult .name {
    margin-bottom: 24px;
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .index-reviews .consult p {
    margin-bottom: 60px;
    font-size: 15px;
    line-height: 144%;
  }
  .index-reviews .consult {
    background: url('/local/templates/expertclinics_dubovoy/img/bg5.png') no-repeat right bottom;
  }
  .index-reviews .reviews {
    padding: 54px 15px;
  }
  .index-reviews .reviews .name {
    margin-bottom: 24px;
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .index-news .main-item .tag {
    font-size: 12px;
    line-height: 14px;
  }
  .index-news .main-item .date {
    font-size: 12px;
    line-height: 14px;
  }
  .index-news .main-item {
    margin-bottom: 0;
  }
  .index-news .list .item .name {
    margin-bottom: 20px;
  }
  .index-news .list .item .tag {
    font-size: 12px;
    line-height: 14px;
  }
  .index-news .list .item .date {
    font-size: 12px;
  }
  .index-news .list .item {
    margin-bottom: 40px;
  }
  .doctors-slider .list {
    margin: 0;
  }
  .footer {
    padding: 40px 15px 30px 15px;
  }
  .footer .left-block {
    width: 100%;
  }
  .footer .left-block .logo {
    display: block;
  }
  .footer .left-block .logo a {
    width: 118px;
    height: 36px;
  }
  .footer .left-block ul {
    display: block;
    position: absolute;
    left: auto;
    right: -25px;
    top: 5px;
  }
  .footer .left-block .hours {
    margin-top: 18px;
    margin-bottom: 10px;
  }
  .footer .menu li:nth-child(6) {
    margin-bottom: 40px;
  }
  .bottom-menu nav.big .block {
    width: 100%;
  }
  .doctors-page .navi {
    display: none;
  }
  .doctors-page .top-text form .jq-selectbox {
    width: 100%;
    margin-bottom: 20px;
  }
  .doctors-page .list .item-inner {
    padding: 40px;
  }
  .doctors-page .list {
    margin: 0;
  }
  .doctors-page .list .item .text {
    font-size: 12px;
    line-height: 14px;
  }
  .doctors-page .list .slick-prev,
  .doctors-page .list .slick-next {
    zoom: .7;
    bottom: -70px;
  }
  .doctors-page .br-block {
    margin: 80px 0 30px;
  }
  .doctors-page .br-block:after {
    zoom: .7;
  }
  .doctors-page .flex-list .item .text {
    font-size: 16px;
    min-height: 80px;
  }
  .doctors-page .flex-list .item .button {
    padding: 0 25px;
  }
  .doctors-page .item button {
    font-size: 15px;
  }
  .header.inner {
    padding: 20px 15px;
  }
  .doctor-page .top-page-info .navi {
    display: none;
  }
  .doctor-page .top-page-info .info h1 {
    width: auto;
    margin-bottom: 5px;
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .doctor-page .top-page-info .info .langs span {
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .doctor-page .top-page-info {
    margin-bottom: 40px;
  }
  .doctor-info-block {
    padding-bottom: 40px;
  }
  .doctor-info-block .block-name {
    margin-bottom: 17px;
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .doctor-info-block .text p:last-child {
    display: none;
  }
  .doctor-info-block .link {
    display: inline-block;
  }
  .docs-block .block-name {
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .doctor-page .docs-block .list {
    margin: 0;
  }
  .doctor-page .docs-block .list .item {
    margin: 0;
  }
  .educations-block .list {
    padding-left: 17px;
  }
  .educations-block .list .item:before {
    zoom: .4;
    left: -55px;
    top: 20px;
  }
  .educations-block {
    padding-bottom: 60px;
  }
  .doctor-services-block .block-name {
    margin-bottom: 32px;
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .educations-block .block-name {
    font-size: var(--title-size);
  }
  .doctor-services-block ul li a {
    font-size: 15px;
    line-height: 18px;
  }
  .doctor-services-block ul li {
    background: url('/local/templates/expertclinics_dubovoy/img/li6.svg') no-repeat 0 5px;
    padding-left: 20px;
  }
  .doctor-services-block {
    padding-bottom: 20px;
  }
  .before-after-block .block-name {
    margin-bottom: 20px;
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .before-after-block .list .item .name {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 19px;
  }
  .before-after-block .list .item .flex div {
    font-size: 12px;
    line-height: 14px;
  }
  .publications-block .block-name {
    margin-bottom: 20px;
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .publications-block .list .item .name {
    font-size: 15px;
  }
  .publications-block .list .item .date {
    font-size: 12px;
  }
  .publications-block .list .item .date a {
    margin-right: 54px;
    font-size: 12px;
    line-height: 12px;
  }
  .reviews-block .block-name {
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .reviews-block .tabNavigation li a {
    font-size: 12px;
    width: 70px;
    height: 30px;
    line-height: 30px;
  }
  .reviews-block .list .text {
    padding: 15px;
  }
  .reviews-block .list .text .author div img {
    margin-right: 10px;
    width: 30px;
    max-width: 30px;
  }
  .reviews-block .list .text .author div {
    font-size: 12px;
    line-height: 177.02%;
  }
  .reviews-block .list .text .author div span {
    font-size: 15px;
    line-height: 177%;
    margin-bottom: -10px;
  }
  .reviews-block .list .text .author {
    margin-bottom: 15px;
  }
  .reviews-block .list .text p {
    font-size: 12px;
    line-height: 150%;
    padding-bottom: 0px;
  }
  .reviews-block .list .text .service {
    font-size: 12px;
    line-height: 160%;
  }
  .reviews-block .list .text .service span {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px;
  }
  .reviews-block .bottom-button button {
    width: 100%;
  }
  .reviews-block .bottom-button {
    padding-top: 20px;
  }
  .navi {
    display: none;
  }
  .services-page .block-name {
    font-size: 16px;
    margin-bottom: 0;
  }
  .services-page .block-name span {
    padding-bottom: 0;
    margin-top: 5px;
  }
  .services-page .item ul li {
    font-size: 15px;
    line-height: 18px;
  }
  .services-page .item ul li {
    background: url('/local/templates/expertclinics_dubovoy/img/li8.svg') no-repeat 0 5px;
    padding-left: 35px;
  }
  .services-page .item ul li .badge {
    top: 4px;
  }
  .services-page .item .link-item,
  .list .link-item {
    font-size: 15px;
    line-height: 18px;
  }
  .service-page .top-info h1 {
    margin-bottom: 15px;
  }
  .service-page .top-info button {
    width: 100%;
  }
  .service-page .top-info {
    margin-bottom: 0;
  }
  .doctor-services-block.other ul li {
    margin-bottom: 30px;
  }
  .text-block .top-block div {
    display: block;
  }
  .text-block .top-block div:last-child {
    text-align: center;
    padding-top: 40px;
  }
  .doctors-slider.s-page {
    padding: 30px 0 0;
  }
  .doctors-slider .pre-text .name {
    width: auto;
  }
  .doctors-slider .list2 .slick-prev,
  .doctors-slider .list2 .slick-next {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0;
    bottom: -60px;
  }
  .doctors-slider .list2 .slick-prev {
    left: 50%;
    margin-left: -60px;
  }
  .doctors-slider .list2 .slick-next {
    right: 50%;
    margin-right: -60px;
  }
  .prices-block .list {
    margin-left: 10px;
    zoom: .8;
  }
  .prices-block .list .link {
    font-size: var(--title-size);
  }
  .maybe-block {
    padding-left: 0;
  }
  .maybe-block .block-name {
    margin-bottom: 20px;
  }
  .maybe-block .list {
    padding: 0 0 20px;
  }
  .maybe-block .list .item .text {
    padding: 15px 0 0 0;
  }
  .service-page .top-info {
    padding-top: 35px;
    padding-bottom: 0;
    margin-bottom: 35px;
  }
  .doctor-services-block.other {
    padding-bottom: 30px;
  }
  .program-block {
    padding-bottom: 60px;
  }
  .program-block .block-name {
    margin-bottom: 25px;
  }
  .program-block .list {
    padding-left: 18px;
    padding-bottom: 1px;
    margin-bottom: 20px;
  }
  .program-block .list .name {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 19px;
  }
  .program-block .list .item {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 160%;
  }
  .program-block .list .item span {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 18px;
  }
  .program-block .list .item:before {
    width: 9px;
    height: 9px;
    left: -23px;
  }
  .program-block .list.no_mob {
    display: none;
  }
  .program-block .link {
    display: inline-block;
    position: relative;
    z-index: 3;
  }
  .contacts-page .map-block .contacts h1 {
    margin-bottom: 15px;
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .contacts-page .map-block .contacts .adress {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 160%;
  }
  .contacts-page .map-block .contacts .mail {
    margin-bottom: 30px;
  }
  .contacts-page .map-block .contacts .phone,
  .contacts-page .map-block .contacts .mail {
    zoom: .7;
  }
  .contacts-page .map-block .contacts .hours ul {
    margin-top: 23px;
    padding-left: 14px;
  }
  .contacts-page .map-block .contacts .hours ul li {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 18px;
  }
  .contacts-page .map-block .contacts .hours ul li:before {
    width: 9px;
    height: 9px;
    top: 9px;
    top: 6px;
    left: -19px;
  }
  .contacts-page .map-block .contacts:after {
    display: none;
  }
  .contacts-page .map-block {
    margin-bottom: 30px;
  }
  .contacts-page .middle-info .messagers a {
    zoom: .9;
  }
  .contacts-page .middle-info .messagers p {
    font-size: 12px;
    line-height: 14px;
    color: var(--text);
  }
  .contacts-page .middle-info .social {
    margin-top: 20px;
  }
  .contacts-page .middle-info .way .name {
    display: none;
  }
  .feedback-block form textarea {
    font-size: 15px;
  }
  .contacts-page .middle-info {
    padding-right: 15px;
  }
  .reviews-page form input[type='text'] {
    font-size: 15px;
  }
  .reviews-page .item {
    padding: 20px;
  }
  .reviews-page .item .author {
    margin-bottom: 20px;
  }
  .reviews-page .item .author div img {
    margin-right: 10px;
    width: 40px;
    max-width: 40px;
  }
  .reviews-page .item .author {
    margin-bottom: 20px;
  }
  .reviews-page .item p {
    font-size: 12px;
    line-height: 150%;
  }
  .reviews-page .item .video {
    width: 102%;
  }
  .reviews-page .item {
    margin-bottom: 15px;
  }
  .feedback-block form textarea.big {
    height: 95px;
  }
  .reviews-page nav a {
    padding: 10px 15px;
  }
  .reviews-page nav {
    top: -8px;
  }
  .press-center-page .list .left-block h1,
  .press-center-page .list .left-block h2 {
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .press-center-page .list .left-block form input[type='text'],
  .doctors-page .top-text form input[type='text'] {
    height: 40px;
  }
  .press-center-page .list .left-block form .jq-selectbox {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .press-center-page .list .left-block form.big button {
    width: 100%;
  }
  .press-center-page .list .item .name {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 18px;
  }
  .press-center-page .list .item .date {
    font-size: 12px;
  }
  .press-center-page .list .item .date a {
    font-size: 12px;
    line-height: 14px;
    margin-right: 45px;
  }
  .press-center-page .list .item.sm {
    width: 49%;
  }
  .press-center-page .list .item.sm.pre-last {
    display: none;
  }
  .press-center-page .list .item.sm img {
    margin-bottom: 15px;
  }
  .press-center-page .list .item.sm .name {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 14px;
  }
  .press-center-page .list .item.sm .date a {
    display: block;
    margin: 0 0 5px 0;
  }
  .press-center-page .list .left-block form button, .press-center-page .list .left-block form input[type="submit"],
  .doctors-page form input[type="submit"] {
    margin-bottom: 10px;
  }
  .service-page .article-top-info .info h1 {
    margin-bottom: 10px;
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .service-page .article-top-info .info .date {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 14px;
  }
  .service-page .article-top-info .image {
    display: block;
    height: 240px;
  }
  .content-block .block-name {
    margin-bottom: 5px;
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .content-block .banner {
    width: 100%;
    margin-bottom: 30px;
  }
  .content-block ul li a {
    font-size: 15px;
    line-height: 18px;
  }
  .content-block ul li {
    background: url('/local/templates/expertclinics_dubovoy/img/li6.svg') no-repeat 0 5px;
    padding-left: 15px;
  }
  .content-block p {
    font-size: 12px;
    line-height: 12px;
  }
  .text-block.article p {
    font-size: 12px;
    line-height: 14px;
  }
  .text-block .block-name {
    margin-bottom: 15px;
    font-size: var(--title-size);
    line-height: 1.25;
  }
  .text-block .interesting-block {
    margin-bottom: 24px;
    padding: 15px 15px 80px 15px;
    position: relative;
  }
  .text-block .interesting-block .author {
    position: absolute;
    left: 15px;
    bottom: 15px;
  }
  .text-block .interesting-block .name {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 18px;
  }
  .text-block .interesting-block .author span {
    display: block;
  }
  .text-block .review .author {
    zoom: .8;
  }
  .text-block .hidden-text {
    display: none;
  }
  .maybe-block {
    margin-bottom: 20px;
  }
  .text-block .more-button {
    display: block;
  }
  .prices-page .list .item {
    zoom: .8;
  }
  .maybe-block .list .item {
    margin: 0;
  }
  .maybe-block {
    margin-right: 0;
  }
  .doctor-services-block {
    padding-left: 0;
  }
  .bottom-menu nav,
  .bottom-menu nav ul {
    padding-bottom: 0;
  }
  .footer-nav-list li {
    width: 100%;
  }
  .footer-nav-list li:last-of-type span {
    margin-bottom: 0;
  }
}
/* Уведомление о куках и кнопка принятия */
#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: #f8f9fa;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

#cookie_notification p{
  margin: 0;
  font-size: 0.7rem;
  text-align: left;
  color: $color_text;
}


@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
  }
  .cookie_accept{
	background-color: #ee1c1f;
	color: white;
    margin: 10px 0 0 25px;
  }
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
	background-color: #ee1c1f;
	color: white;
    margin: 10px 0 0 0;
  }
}

.important-text {
	margin-left:7.5%;
}
.important-text-2 {
	margin-left:25px;
	margin-top:5px;
	margin-bottom:5px;
}

.b_attention {
 background: #ee1c1f26;
 padding: 15px 20px;
 border-left: 3px solid #ee1c1f;
}
                

.b_attention p {
  margin:0; padding:0;
}

/* End */


/* Start:/local/templates/expertclinics_dubovoy/assets/css/custom.css?173538994223340*/
/*-coustome 1*/
  /*Уведомлялка над шапкой 1*/
  
    .fixed_notif_up_1 {
      position: relative;
      width: 100%;
      height: 100%;
      background-color: red;
      margin-top: -25px;
      padding-top: 10px;
	  padding-bottom: 10px;
	  margin-bottom: 25px;

	  text-align: center;
	  font-size: 100%;
	  color: white;
    }

    .container-fluid {
      margin-top: 50px;
    }
  
  /*-Оглавление 1*/
    .anchors_1 {
      padding-top: 10px;
      border-bottom: 1px solid #FFD7D7;
      width: 100%;
      margin-bottom: 20px;
    }
    .anchors_1 li {
      cursor: pointer;
      margin-bottom: 0px !important;
      font-weight: 500 !important;
      font-size: 18px !important;
      background-position: 0 10.1px !important;
    }
    .anchors_1 li:hover {
      color: #EE1C1F;
      text-decoration: underline;
    }
	

/*-END - coustome 1*/

.table_price_1 {
  width: 100%;
}

.for_action_item-click {
    cursor: pointer;
}

.fa-cast-ydzen {
  background-image: url("/local/templates/expertclinics_dubovoy/assets/css/../../img/social_ydzen.png");
  width: 21px;
  height: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.social_li_footer .li-cast-ydzen:hover . {
  background-color: #c9cfd6;
}
.social_li_footer .li-cast-ydzen:hover .fa-cast-ydzen {
  background-image: url("/local/templates/expertclinics_dubovoy/assets/css/../../img/social_ydzen_hover.png");
}
@media (max-width: 991px) {
  .social_li_footer li {
    margin-right: 10px !important;
  }
}

@media (max-width: 767px) {
	.auth-title-3, .auth-title-1, .service-page .article-top-info .info .date, .service-page .top-info .price { font-size:14px;}
	.text-block p, .text-block.article p, .text-block h3, .maybe-block .list .item .text p, body .service-page .top-info p, .text-block ul li, .text-block ol li { font-size:14px!important;}

}



@media (max-width: 349px) {
  .social_li_footer {
    width: 100%;
    margin-top: 45px !important;
    left: -21px !important;
  }
  .footer .left-block .adress {
    margin-top: 20px !important;
  }
}
@media (max-width: 215px) {
  .social_li_footer li {
    margin-right: 1px !important;
  }
}
@media (max-width: 179px) {
  .footer .left-block .adress {
    margin-top: 50px !important;
  }
}
.fa-cast-ydzen-ban {
  background-image: url("/local/templates/expertclinics_dubovoy/assets/css/../../img/social_ydzen_hover.png");
  width: 41px;
  height: 25px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.social_li_ban .li-cast-ydzen-ban:hover . {
  background-color: #fff;
}
.social_li_ban .li-cast-ydzen-ban:hover .fa-cast-ydzen-ban {
  background-image: url("/local/templates/expertclinics_dubovoy/assets/css/../../img/social_ydzen.png");
}

.fp-tableCell{border-spacing:0;border-collapse:collapse;}
.b-styler--lang .jq-selectbox__select-text{line-height:24px;}
.school-programm h4{font-size:24px;font-family:Ubuntu;}
.b-tooltip-html{max-width:600px;}
.main-menu a, .footer-menu__item a{font-family:Ubuntu;text-transform:uppercase;}
.main-menu ul ul a:hover{color:#EE1C1F !important;}
.b-testimony-detail__desc{font-size:20px;line-height:1.4;color:#292726;}
.b-testimony__title, .b-preslifting__title{font-family:Ubuntu;font-weight:normal;}
.seminar-gallery img{max-height:215px;}
.fa-custom-1{font-size:20px;margin-right:10px;color:#EE1C1F !important;}
.b-thumbnail__links{position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;}
.slick-disabled{opacity:.3 !important;}
.list-star{list-style:none;padding:0;}
.list-star > *{padding-left:30px;position:relative;margin:10px 0;}
.list-star > *::before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f005";margin-top:.225em;display:block;position:absolute;left:3px;}
.jq-selectbox.white-space--normal li{white-space:normal;}
.s-footer .form{-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;}
.s-footer .form.focus{opacity:1;}
.form__icon-wrap .icon.icon-favorite{z-index:3;}
.b-faq a{color:#5b5958;text-decoration:none;}
.b-faq a:hover{color:#EE1C1F;}
@media (max-width:767px){.bg-video{background-color:#111;background-position:50% 50%;background-size:cover;-o-object-fit:cover;object-fit:cover;}
.bg-video video{display:none;}
}
.s-training__table-classes tr td:first-child{padding-left:0;white-space:normal;}
.slider-gallery-img{background-position:50% 50%;background-size:cover;-o-object-fit:cover;object-fit:cover;}
.b-panel--miniature{background:#F2F2F2;padding:6%;display:block;}
.b-panel--miniature__img{width:100%;height:auto;margin:0 0 15px;}
.b-panel--miniature__title{margin:0;}
.b-panel--miniature p{margin:0 0 .71429em;}
.b-panel--miniature p:last-child{margin-bottom:0;}
.b-panel--miniature a{text-decoration:none;color:#292726;}
.b-panel--miniature a:hover{color:#EE1C1F;}
/**/.b-panel--tags .active a{color:#b3b3b3;}
.link-underline{text-decoration:underline !important;}
.link-underline:hover{text-decoration:none !important;}
.b-metod-preslifting{list-style-type:none;padding:0;margin:0;display:-moz-flex;display:-ms-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;-moz-justify-content:space-between;-ms-justify-content:space-between;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:center;margin:-10px;max-width:400px;}
.b-metod-preslifting > *{margin:10px;}
.b-metod-preslifting .b-metod-preslifting__img{margin:0 0 5px;}
.b-metod-preslifting .b-metod-preslifting__title{font-size:12px;}
@media (max-width:767px){.b-metod-preslifting{margin:-5px;}
.b-metod-preslifting > *{margin:5px;}
}
.s-feedback__title{font-size:1.91429em;line-height:1.3;}
@media (max-width:767px){.s-feedback__title{font-size:1.41429em;}
}
@media (min-width:992px){.s-contacts{min-height:500px}
}



.js-fullpage__item{
    padding-bottom: 51px!important;
    position: relative;
}

.js-fullpage__item.new{
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.footer-menu__list>*{
    margin-right: 5%;
}

.utp_block{
    font-size: 22px;
}

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

.footer-nav li>a{
		display: block;
		padding: .5rem 1rem;
		white-space: nowrap;
}

.pre-footer {
		background: #f9fafc;
		padding: 30px 0;
		font-size: 16px;
}

.pice_from {
	font-weight: bold;
}

.svg-icon svg {
    width: 1em;
    max-height: 1em;
    vertical-align: -.125em;
}

.gallery .swiper-button-prev {
    left: -50px;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23EE1C1F'%2F><%2Fsvg>");
}

.gallery .swiper-button-next {
    right: -50px;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23EE1C1F'%2F><%2Fsvg>");
}

.gallery .swiper-pagination {
    display: none;
}

@media (max-width:991px) {
    
    .gallery .swiper-button-prev,
    .gallery .swiper-button-next {
        display: none;
    }
    
    .gallery .swiper-pagination {
        display: block;
        left: 30px;
        right: 30px;
    }
    
    .gallery .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        margin: 0 5px;
    }
    
    .gallery .swiper-pagination-bullet-active {
        background: #EE1C1F;
    }
}


.checkbox-main__input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0; }
.checkbox-main__input:disabled ~ .checkbox-main__display {
  cursor: not-allowed;
  color: #9e9e9e; }
.checkbox-main__input:checked:disabled ~ .checkbox-main__display {
  cursor: not-allowed; }
.checkbox-main__input:checked:disabled ~ .checkbox-main__display:before {
  background: #9e9e9e;
  border-color: #9e9e9e; }
.checkbox-main__input:checked:disabled ~ .checkbox-main__display:after {
  font-size: .75rem; }
.checkbox-main__input:focus ~ .checkbox-main__display {
  outline: none;
}
/* Custom Form Checkbox */
label {
  cursor: pointer;
}
.custom-form-checkbox-wrapper {
  font-size: 14px;
}

.custom-form-checkbox-wrapper input {
  opacity: 0;
  visibility: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

label,
.custom-form-checkbox {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

label {
  display: block;
}

.custom-form-checkbox .pseudo-checkbox {
  position: relative;
  display: inline-block;
  border-radius: 60px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background-color: #fff;
  width: 28px;
  height: 14px;
  vertical-align: middle;
  margin: 0 .5rem;
  cursor: pointer;
  z-index: 1;
}

.custom-form-checkbox--green .pseudo-checkbox{
  border-color: #E3E3E3;
}

.custom-form-checkbox .pseudo-checkbox:before,
.custom-form-checkbox .pseudo-checkbox:after {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color:#DD2F21;
}

.custom-form-checkbox .pseudo-checkbox:before {
  content: '';
  left: -2px;
  border-radius: 50%;
  background-color: #C4C4C4;
  width: 18px;
  height: 18px;
  z-index: 1;
}

.custom-form-checkbox .pseudo-checkbox:after {
  content: 'Нет';
  left: calc( 100% + 5px );
}

/* Checkbox in wrapper */
.custom-form-checkbox-wrapper .custom-form-checkbox {
  padding-right: 1.6rem;
}
.custom-form-checkbox-wrapper .custom-form-checkbox .pseudo-checkbox {
  background-color: #E3F5FF;
}
/* End Of Checkbox in wrapper */

input:checked + .custom-form-checkbox .pseudo-checkbox:before {
  -webkit-transform: translate(65%, -50%);
      -ms-transform: translate(65%, -50%);
          transform: translate(65%, -50%);
  background-color: #4DA2D6;
}

input:checked + .custom-form-checkbox .pseudo-checkbox:after {
  content: 'Да';
}

/* Green Checkbox */
.custom-form-checkbox--xl-red {
  color: #fff;
}

input:checked + .custom-form-checkbox--xl-red .pseudo-checkbox:before {
  background-color: #DD2F21;
}

.custom-form-checkbox .pseudo-checkbox {
	background-color: #E5E5E5;
}
#newsForm .custom-form-checkbox .pseudo-checkbox {
	background-color: #ffadad;
}
#newsForm input:checked + .custom-form-checkbox .pseudo-checkbox:before {
	background-color: #fff;
}
#newsForm .custom-form-checkbox .pseudo-checkbox:after {
	color:#fff;
}

/* End Of Custom Form Checkbox */


.checkbox-main {
  padding-right: 80px;
  position:relative;
}
#questForm .checkbox-main {margin-top:20px;}

.custom-form-checkbox {
	position:absolute;
	right:25px;
	top:50%;
	-webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.checkbox-main__display {
	position: relative;
	display: inline;
	font-size: 15px;
	line-height:1.1em;
	/* margin-top: 1.5rem; */
	/* padding-left: 2.625rem; */
	/* color: white; */
}
#questForm .checkbox-main__display {vertical-align:top;}

.checkbox-main__display a {text-decoration:none!important;color:#DD2F21!important}
.checkbox-main__display a:hover {text-decoration:underline!important;}
#newsForm .checkbox-main__display a {color:#fff!important}
button[type="submit"]:disabled{cursor:not-allowed!important;background:#9e9e9e!important;border-color:#9e9e9e!important}
#enrollForm {margin-bottom:10px;}


/* New Styles */
.main-container {
  overflow: hidden;
}

.a-alert {
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: left 29px center;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  line-height: 1.25;
  padding: 32px 40px 32px 90px;
  margin: 1rem 0;
}

.a-alert--warning {
  background-color: #F3F3F3;
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2069_47)'%3E%3Cpath d='M36.7152 32.12L20.5261 2.67493C20.1146 1.92756 19.3569 1.48059 18.5 1.48059C17.6432 1.48059 16.8854 1.92756 16.474 2.67493L0.284822 32.12C-0.107365 32.8377 -0.0940676 33.6842 0.321822 34.3858C0.740675 35.0962 1.48509 35.5194 2.31231 35.5194H34.6876C35.5149 35.5194 36.2593 35.0962 36.6782 34.3858C37.094 33.6842 37.1074 32.8377 36.7152 32.12ZM18.1345 13.3513C18.2588 13.3305 18.3816 13.3202 18.503 13.3202C19.5685 13.3202 20.5083 14.0824 20.6889 15.1553C20.7318 15.3995 20.7273 15.6482 20.6889 15.879L19.2296 24.5471C19.1689 24.9052 18.8552 25.1597 18.5015 25.1597C18.4615 25.1597 18.4186 25.1568 18.3786 25.1494C18.0575 25.0961 17.8206 24.8475 17.7703 24.5471L16.3111 15.879C16.1084 14.6818 16.9269 13.5496 18.1345 13.3513ZM18.5 31.0795C17.2761 31.0795 16.2801 30.0836 16.2801 28.8596C16.2801 27.6356 17.276 26.6397 18.5 26.6397C19.724 26.6397 20.7199 27.6357 20.7199 28.8596C20.7199 30.0835 19.7239 31.0795 18.5 31.0795Z' fill='%23EE1C1F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2069_47'%3E%3Crect width='37' height='37' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  color: #EE1C1F;
}

.img-block {
  display: inline-block;
  font-size: 0;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.index-first-block {
  overflow: hidden;
}
.clinic-boss-block .text p {
  padding-left: 0;
}
.doctors-slider {
  overflow: hidden;
}
.clinic-boss-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0 60px 0;
}
.clinic-boss-block .row {
  width: 100%;
}
.clinic-boss-block .text .name p {
  font-size: 40px;
}
.article-link-img {
  position: relative;
  display: block;
  padding: 31.4% 0;
  margin-bottom: 30px;
}
.article-link-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* Categories */
.categories-page .block-name {
  max-width: none;
}
.categories-page .article-top-info .img-block {
  margin: -30px 0 72px;
}
.category-item {
  padding-left: 30px!important;
  background-position: 0 12px!important;
}
.category-item-name {
  position: relative;
  background-color: unset;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 28px;
  font-weight: 500;
  text-align: left;
  line-height: 1.3;
  padding: 0 25px 0 0;
  margin-bottom: 5px;
}
.category-item-name.is-desc:after {
  position: relative;
  content: '';
  display: inline-block;
  top: -3px;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='7' viewBox='0 0 15 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 1L7.5 6L1 1' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 8px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.open .category-item-name.is-desc:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg)
}
.category-item-name:focus-visible {
  -webkit-box-shadow: 0 0 2px 3px rgba( 0, 0, 0, 0.15);
          box-shadow: 0 0 2px 3px rgba( 0, 0, 0, 0.15);
}
.category-item-price {
  font-size: 24px;
  color: var(--red);
  line-height: 1.3;
}
.category-item-info {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 12px;
}

@media(min-width: 1600px) {
  .clinic-boss-block {
    min-height: 1080px;
  }
}
@media(max-width: 1600px) {
  /* Variables */
  :root {
    --xxl: 72px;
    --xl: 40px;
    --lg: 36px;
    --md-s: 24px;
    --xl-red: #FFD7D7;
  }

  /* Styles */
  .index-first-block {
    padding-bottom: 315px;
  }
  .index-first-block .header {
    margin-bottom: 60px;
  }
  .index-first-block .text .logo {
    max-width: 600px;
    margin-bottom: 35px;
  }
  .index-first-block .text p {
    font-size: var(--lg);
    margin-bottom: 30px;
  }
  .index-first-block .text .phone {
    font-size: var(--xl);
  }
  .index-counts {
    margin-bottom: 40px;
  }
  .index-counts .top-block .name span {
    font-size: var(--xxl);
  }
  .index-counts .top-block .name {
    font-size: 48px;
  }
  .index-counts .list .item div:first-child {
    font-size: 82px;
  }
  .index-counts .list .item div:first-child:before {
    height: 120px!important;
  }
  .index-counts .list .item {
    margin-bottom: 35px;
  }
  .doctors-slider .list .item, .doctors-slider .list2 .item {
    padding: 35px 40px 80px 40px;
  }
  .index-partners-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .index-advantages .item {
    font-size: 18px;
    line-height: 1.4;
  }
  .index-advantages .item {
    margin-bottom: 60px;
  }
  .index-reviews .consult p,
  .index-reviews .reviews .list .item p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .index-reviews .consult {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .index-news .block-name {
    font-size: var(--lg);
    margin-bottom: 0;
  }
  .index-news .tabNavigation li a {
    font-size: 20px;
    height: 44px;
    line-height: 44px;
  }
  .index-news .main-item {
    width: 45%;
  }
  .index-news .list {
    width: 55%;
    padding-left: 30px;
  }
  .index-news .list .item .name {
    max-width: 620px;
    font-size: var(--md-s);
    line-height: 1.25;
    margin-bottom: 10px;
  }
  .index-news .list .item {
    border-bottom: 1px solid var(--xl-red);
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .index-news .tabNavigation  {
    margin-top: 0;
  }
  .index-news .tabNavigation {
    margin-top: -50px;
    margin-bottom: 35px;
  }
  .index-news .main-item .name {
    font-size: var(--md-s);
    font-weight: 500;
    line-height: 1.25;
  }
  .index-news .main-item img {
    margin-bottom: 20px;
  }
  .contacts-block .name {
    line-height: 1.25;
    margin-bottom: 40px;
  }
  .contacts-block .name,
  .clinic-boss-block .text .name p {
    font-size: var(--lg);
  }
  .contacts-block .adress,
  .contacts-block .phone {
    min-height: auto;
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 25px;
  }
  .services-page .item ul li {
    background-size: 9px;
    background-position: 15px 8px;
    font-size: 20px;
    line-height: 1.25;
    padding-left: 40px;
    margin-bottom: 20px;
  }
  .services-page .item .link a {
    font-size: 18px;
  }
}
@media(min-width: 1200px) and (max-width: 1600px) {
  .header .adress {
    max-width: 190px;
  }
  .doctors-slider .pre-text .name {
    font-size: 28px;
  }
}
@media( min-width: 1200px ) {
  .header {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media(max-width: 1199px) {
  .header .adress {
    display: none;
  }
  .header-addresses {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .index-advantages .block-name {
    width: auto;
  }
  .clinic-boss-block .text .name {
    margin-bottom: 35px;
  }
  .clinic-boss-block .text .name p {
    line-height: 1.25;
    margin-bottom: 15px;
  }
  .clinic-boss-block .text p {
    margin-bottom: 25px;
  }
  .index-news .block-name {
    margin-bottom: 25px;
  }
}
@media(max-width: 991px) {
  .category-item {
    background-position: 0 10px!important;
  }
  .category-item-name {
    font-size: 20px;
  }
  .category-item-name:after {
    top: 12px;
    background-size: cover;
    width: 10px;
    height: 6px;
  }
  .category-item-price {
    font-size: 18px;
  }
  .category-item-info {
    font-size: 14px;
  }
  .index-news .tabNavigation {
    margin-top: -85px;
  }
  .index-news .block-name {
    margin-bottom: 45px;
  }
  .doctors-slider .pre-text {
    padding-left: 15px;
  }
  .index-counts .list {
    padding-left: 0;
  }
  .index-counts {
    background-size: 42%;
  }
  .index-news .main-item,
  .index-news .list {
    width: 100%;
  }
  .index-news .list {
    padding-left: 0;
  }
  .index-news .list .item .name,
  .index-news .main-item .name {
    font-size: 20px;
  }
  .index-news .main-item .name {
    margin-bottom: 15px;
  }
  .index-news .list .item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media( max-width: 767px ) {
  .category-item {
    width: 100%!important;
  }
  .categories-page .article-top-info .img-block {
    margin: 35px 0;
  }
  .a-alert {
    background-position: left 15px top 14px;
    background-size: 25px;
    font-size: 14px;
    padding: 12px 15px 12px 50px;
  }
  .header .phone {
    margin-left: auto;
  }
  .index-first-block .text .logo {
    width: auto;
  }
  .index-first-block .header {
    margin-bottom: 75px;
  }
  .index-first-block .text p,
  .index-first-block .text .phone {
    font-size: 16px;
    line-height: 1.25;
  }
  .index-first-block .text .swiss {
    margin-bottom: 35px;
	margin-top: 20%;
  }
  .index-first-block {
    min-height: 460px;
    height: 100vh;
    max-height: 565px;
    padding-bottom: 55px;
  }
  .clinic-boss-block {
    display: block;
    padding: 45px 15px 58px 15px;
  }
  .clinic-boss-block .row {
    width: auto;
  }
  .contacts-block .name, .clinic-boss-block .text .name p {
    font-size: var(--md-s);
  }
  .index-counts .top-block .name span {
    font-size: 36px;
  }
  .index-counts .top-block .name {
    font-size: 24px;
  }
  .index-counts .list .item div:first-child:before {
    height: 92px!important;
  }
  .index-counts .list .item {
    margin-bottom: 35px;
  }
  .index-counts .list .item div:first-child {
    width: 100px;
    font-size: 64px;
  }
  .index-counts {
    margin-bottom: 0;
  }
  .index-advantages .item {
    font-size: 14px;
    margin-bottom: 35px;
  }
  .index-reviews .consult p, .index-reviews .reviews .list .item p {
    font-size: 15px;
  }
  .index-news .block-name {
    font-size: var(--md-s);
    line-height: 1.25;
    margin-bottom: 15px;
  }
  .index-news .main-item .name,
  .index-news .list .item .name {
    font-size: 16px;
  }
  .bottom-menu nav.big {
    padding-bottom: 0;
  }
  .doctors-slider {
    margin-bottom: 0;
  }
  .services-page .item ul {
    margin-top: 20px;
  }
  .services-page .item ul li {
    background-size: 7px;
    background-position: 15px 5px;
    font-size: 16px;
    padding-left: 32px;
    margin-bottom: 15px;
  }
  .services-page .item .link a {
    font-size: 15px;
  }
  .index-news .tabNavigation li a {
    font-size: 16px;
    height: 36px;
    line-height: 36px;
  }
}
@media (max-width: 700px) {
  .header .phone {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .category-item {
    background-position: 15px 8px!important;
  }
  .header .logo {
    width: auto;
  }
  .reviews-block .tabNavigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .doctors-slider .pre-text {
    padding-left: 0;
  }
  .services-page .item ul li {
    width: 100%;
  }
  .article-link-img {
    margin-bottom: 20px;
  }
}
/* End New Styles */
/* End */


/* Start:/local/templates/expertclinics_dubovoy/components/bitrix/catalog.section.list/program_serv_menu/style.css?17325432683531*/
.services-page_menu_wrapper{ width:97vw;position:absolute;top:45px;display:none;left:0;z-index:20;}

	
	.header-menu>ul>li {
		height: 44.5px;
    	display: flex;
    	align-items: center;
	}
	.services-page_menu_wrapper .row{
		align-items: stretch;
	}

	.services-page_menu_wrapper .links_lvl1{padding-right:0;width:max-content;min-width: 440px;}
	.services-page_menu_wrapper .links_lvl2{margin-left:-5px; display:flex;flex-wrap: wrap;align-items: stretch;padding:0;gap:1.8%;background:#fff;display:none;}

	.services-page_menu{box-shadow: 0px 0px 10px #00000054;width: fit-content;background:#fff;}
	.services-page_menu .container-fluid{padding:20px;}
	.header ul li a.submenu_item_lvl1{
		font-size: 19px;
    	padding: 5.5px 0;
    	padding-right:20px;
		border-bottom: 1px solid #aaaaaa4a;
		display:flex;
		justify-content: space-between;
    	align-items: center;

	}
	.header ul li a.submenu_item_lvl1 span svg {
		scale:0.6;
		filter:unset;
	}
	.header ul li a.submenu_item_lvl1:last-child{ border:none;}


	.submenu_item_lvl2{display:none;padding-left:20px;height: 100%;}



	.services-page_menu_wrapper .submenu_item_lvl2 ul>li {
		width:47%;
		border-bottom: 1px solid #aaaaaa4a;
		margin: 0;
    	margin-left: 1.5%;
		display: flex;
		align-items: center;
	}
	.services-page_menu_wrapper .submenu_item_lvl2 ul>li>a {
		font-size: 14px;
		padding:13px 0;
	}
	.flex_lvl_container{ display:flex; }

	.menu_arrow_icon{ display:none;transform: rotate(90deg); }

	.menu_back_1, .menu_back_2 {display:none;color:#ee1c1f;background: #fff; padding: 13px 5px;text-decoration: underline;}

	@media (min-width: 1250px) {
		.header ul li a.submenu_item_lvl1:hover{color:#fff!important;padding-left:20px!important;background:#ee1c1f!important;}
		.header ul li a.submenu_item_lvl1:hover span svg{filter: brightness(111)!important;}
		.services-page_menu_wrapper .links_lvl2:hover{ display:block!important;}
		.menu_parent:hover .services-page_menu_wrapper, .services-page_menu_wrapper:hover{ display:block!important;}
	}





	@media (max-width: 1250px) {
		.menu_back_1,.menu_back_2{display:block;}
		.menu_arrow_icon{ display:block;}
		.header-menu>ul>li {border-bottom: 1px solid #ccc;justify-content: space-between;}
		.header-menu>ul>li>a {border:none;}
		.menu_parent{position:relative;}
		.header-menu ul { display:none;}
		.header-menu ul.opened { display:block;}

		.services-page_menu_wrapper{width: 280px;top:0;    background: #fff;}
		.services-page_menu_wrapper .links_lvl1 {position:fixed;min-width:unset;width:280px;left:0;top:0px;}
		.header ul li a.submenu_item_lvl1{
			font-size: 14px;
			background: #fff;
			padding: 13px 0 13px 13px;;
			padding-right: 0;
			margin-right: 37px;
			position: relative;
		}

		.header ul li a.submenu_item_lvl1 {
			margin-right: 37px;
		}	

		.header ul li a.submenu_item_lvl1 span{
			position: absolute;
			bottom: -1px;
			right: -37px;
			border-bottom: 1px solid #aaaaaa4a;
			background: #fff;
			height: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
		}

		.header .services-page_menu_wrapper  ul {position:relative}
		.services-page_menu_wrapper .links_lvl2 {position:fixed;left:0;margin:0;top:0;background: #fff; width:280px;height: 100%;max-height:100vh;overflow:auto;}
		.services-page_menu_wrapper .submenu_item_lvl2 {padding:0;padding-top:}
		.services-page_menu_wrapper .submenu_item_lvl2 ul>li {display: block;width: 100%;padding:0;margin: 0;}
		.services-page_menu_wrapper .submenu_item_lvl2 ul>li>a {padding:13px;;border:0;}

	}

/* End */


/* Start:/local/templates/expertclinics_dubovoy/components/bitrix/news.list/program/style.css?1640276308150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/expertclinics_dubovoy/components/bitrix/catalog.section.list/services/style.css?16572647547151*/
/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 12px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 12px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }
/* End */


/* Start:/local/templates/expertclinics_dubovoy/template_styles.css?174724802926403*/
.slick-track {
  display: flex;
  align-items: stretch;
}
.slick-track .item.slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
.slick-track .item.slick-slide .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.all_s_display_none {
  display: none !important;
}

.buts_pokazat_eshe_1 {
  width: fit-content;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border-style: solid;
  border-color: #ff8082;
  border-width: 1px;
  margin: auto;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  transition: all 0.3s;
}
.buts_pokazat_eshe_1:hover {
  background-color: #ff8082;
  color: #fff;
}

.service-page .col-12 {
  min-width: 280px;
}
@media (max-width: 1297px) {
  .service-page .col-12 {
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .service-page .reviews-block .reviews-slider-nav .list-nav, .service-page .doctors-list-nav {
    position: relative;
    width: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .service-page .col-12 {
    min-width: unset;
  }
  .service-page .col-12 {
    min-width: unset;
  }
  .service-page .doctors-slider {
    margin-top: -30px;
  }
}

@media (min-width: 1920px) {
  .clinic-boss-block .image {
    right: unset;
    left: -5%;
  }
}
.clinic-boss-block-fon {
  background-image: url("/local/templates/expertclinics_dubovoy/img/clinic-boss-block3-fon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  background-color: #f2f2f2;
  padding-top: 0px;
  padding-bottom: 50px;
}
@media (max-width: 1600px) {
  .clinic-boss-block-fon {
    padding-top: 50px;
  }
}

.ns_style_item_title_1 {
  color: #999999;
  font-size: 24px !important;
}
.ns_style_item_title_1:hover {
  color: #787878;
}

@media (max-width: 767px) {
  .ns_style_item_title_1 {
    font-size: 20px !important;
  }
  .article-top-info-100proc .img-block {
    margin: 0 !important;
  }
}

/* Стилизация кнопок виджета МИС СТАРТ */
  .mis_buts_1 button {
    color: #ee1c1f;
    border: 1px solid #ee1c1f;
    background: #fff;
    font-weight: 500;
    font-size: 15px;
    width: fit-content;
    transition: all 0.3s;
    padding: 10px;
    border-radius: 0px;
  }
  .mis_buts_1 button:hover {
    color: #fff;
    background: #ee1c1f;
  }
  
  .mis_buts_spec_ban_general_1 {
    float: left;
    width: fit-content;
    margin-right: 20px;
    margin-top: -9px;
  }
  @media (max-width: 400px) {
    .mis_buts_spec_ban_general_1 {
      width: 100%;
    }
    .mis_buts_spec_ban_general_1 button {
      width: calc(100% - 22px);
      text-align: center;
      margin-bottom: 10px;
    }
  }
/* Стилизация кнопок виджета МИС ЭНД */


/* Новые кнопки для seo без button тега СТАРТ */
  .seo_buts_1 {
    font-weight: 500;
    font-size: 15px;
    color: #ee1c1f !important;
    border: 1px solid #ee1c1f;
    background: #fff;
    width: 180px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    cursor: pointer;
  }
  .seo_buts_1_s1 {
    width: 249px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .seo_buts_1_s2 {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .seo_buts_1_s3 {
    display: block;
    font-size: 18px;
    width: fit-content;
    padding-top: 19.5px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .seo_buts_1_s4 {
    display: block;
    font-size: 18px;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-bottom: 15px;
  }
  .seo_buts_1:hover {
    color: #fff !important;
    background: #ee1c1f;
  }
  
  .seo_buts_2 {
    font-weight: 500;
    color: #000 !important;
    border: 1px solid #000;
    background: #fff;
    text-align: center;
    display: block;
    font-size: 18px;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    cursor: pointer;
  }
  .seo_buts_2:hover {
    color: #fff !important;
    background: #000;
  }
  
  .seo_buts_razdel_1 {
    display: block;
    width: fit-content;
    color: #ee1c1f;
    border: 1px solid #ee1c1f;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 15px;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
    transition: all 0.5s;
    margin: auto;
  }
  .seo_buts_razdel_1:hover {
    color: #fff;
    background: #ee1c1f;
  }
  
  .seo_buts_razdel_2 {
    display: block;
    width: fit-content;
    color: #fff;
    border: 1px solid #ee1c1f;
    background: #ee1c1f;
    font-size: 18px;
    font-weight: 500;
    padding: 15px;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
    transition: all 0.5s;
    margin: auto;
  }
  .seo_buts_razdel_2:hover {
    color: #ee1c1f;
    background: #fff;
  }
  
  .but_zapis_seo_slide_preim {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
  }
  @media (max-width: 576px) {
    .but_zapis_seo_slide_preim {
      width: 100% !important;
    }
  }
/* Новые кнопки для seo без button тега ЭНД */

/*--spec individ style
-----------------*/
  .link_style_ca_1 {
    font-size: 28px;
    font-weight: 500;
    text-align: left;
    line-height: 1.3;
    padding: 0 25px 0 0;
    margin-bottom: 5px;
  }
  
  .description_block_1 {
    width: calc(100% - 30px);
    margin-top: -50px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
  }
  @media (min-width: 1251px) {
    .description_block_1 {
      margin-top: -100px;
    }
  }
  @media (max-width: 996px) {
    .description_block_1 {
      font-size: 16px
    }
  }
  
  .feedback-block-otziv {
    margin-top: 36px;
    margin-bottom: 30px;
  }
  .feedback-block-otziv form {
    margin-top: 36px;
  }
  .feedback-block-otziv input[type=text] {
    margin-bottom: 25px !important;
  }
  .feedback-block-otziv textarea {
    height: 133px !important;
  }
  .feedback-block-otziv #agree {
    display: none !important;
  }

/*--forms
-----------------*/
form .error {
  border: 1px solid red !important;
}

/*--mess
-----------------*/
.mess_1 {
  display: none;
  position: fixed;
  width: 300px;
  top: 30%;
  left: 50%;
  margin-left: -150px;
  z-index: 1000;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  -webkit-box-shadow: 3px 4px 8px 0px rgba(34, 60, 80, 0.26);
  -moz-box-shadow: 3px 4px 8px 0px rgba(34, 60, 80, 0.26);
  box-shadow: 3px 4px 8px 0px rgba(34, 60, 80, 0.26);
}
.mess_1 .close_1 {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  z-index: 1100;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mess_1 .close_1:hover .item {
  background-color: grey;
}
.mess_1 .close_1 .item {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #000;
  margin-bottom: 2px;
}
.mess_1 .close_1 .item-1 {
  transform: rotate(45deg);
  top: 4px;
}
.mess_1 .close_1 .item-2 {
  transform: rotate(-45deg);
  top: 0.6px;
}
.mess_1 .mess_1_text_1_val {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

.mess_1_green {
  background-color: #deffde;
}
.mess_1_red {
  background-color: #ffaaaa;
}

/*--other_
-----------------*/
.other_flex {
  display: flex;
}
.other_flex_fd_row {
  flex-direction: row;
}
.other_flex_fd_col {
  flex-direction: column;
}
.other_flex_fw_w {
  flex-wrap: wrap;
}
.other_flex_jc_fs {
  justify-content: flex-start;
}
.other_flex_jc_c {
  justify-content: center;
}
.other_flex_jc_sb {
  justify-content: space-between;
}
.other_flex_gap_10 {
  gap: 10px;
}

.other_mt_20 {
  margin-top: 20px;
}

.other_mt_30 {
  margin-top: 30px;
}

.other_mb_20 {
  margin-bottom: 20px;
}

.other_mb_30 {
  margin-bottom: 30px;
}

.other_w_100 {
  width: 100%;
}

.other_over_hid {
  overflow: hidden;
}

.other_ul_MultiCol {
  width: 100% !important;
}
.other_ul_MultiCol li {
  display: block;
  float: left;
  width: 30%;
}
@media (max-width: 1527px) {
  .other_ul_MultiCol {
    width: 100% !important;
  }
  .other_ul_MultiCol li {
    width: 30%;
    margin-right: 10px;
  }
}
@media (max-width: 364px) {
  .other_ul_MultiCol li {
    width: 45%;
  }
}
@media (max-width: 240px) {
  .other_ul_MultiCol li {
    width: 100%;
  }
}

/*--Разное
-----------------*/
@media (max-width: 500px) {
  .article-top-info {
    width: 50% !important;
  }
}
@media (max-width: 500px) {
  .article-top-info-100proc {
    width: 100% !important;
  }
}

.go_to_partner {
  /* cursor: pointer; */
}

.copyright-foot {
  position: absolute;
  width: fit-content;
  right: 35px;
  bottom: -30px;
  font-size: 15px;
  font-weight: 300;
  color: rgba(1, 1, 1, 0.5);
}
.footer .menu li {
  min-width: 130px !important;
}
@media (max-width: 576px) {
  .copyright-foot {
    right: unset;
    left: 14px;
    bottom: 13px;
  }
}

.header {
  z-index: 110;
}
.header ul {
  z-index: 120;
}
.header_abs {
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100% + 30px);
  z-index: 110;
}

.footer.flex .left-block {
  padding-left: 16px;
}
.footer.flex {
  position: relative;
}
@media (max-width: 991px) {
  .footer.flex .left-block .social_li_footer {
    margin-left: 16px;
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  .footer.flex .left-block {
    padding-left: 0px;
  }
}
@media (max-width: 349px) {
  .footer.flex .left-block .social_li_footer {
    margin-left: 20px;
  }
}

.slick-active .txt2 {
  top: 50px;
  height: fit-content;
}

.tag-1 {
  position: absolute;
  right: 5%;
  top: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background: #ee1c1f;
  padding: 9px 20px;
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .tag-1 {
    top: 16px;
    right: 2.5%;
  }
}
@media (max-width: 576px) {
  .tag-1 {
    right: 0%;
  }
}

.table_price_1 {
  display: block;
}

.table_price_1 .price_col.price_price {
  font-weight: bold;
  font-size: 30px;
  color: #C9CFD6;
  font-family: 'Roboto Condensed', sans-serif;
  width: 220px;
  min-width: 220px;
  vertical-align: top;
}

.table_price_1 .price_col.price_name {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.25;
  color: #ee1c1f;
  position: relative;
  top: 0px;
  width: 100%;
}

.block_FN_1 {
  background-color: #ee1c1f;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #fff !important;
  text-align: center;
  font-size: 20px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}

.relink-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}
.relink-block div {
  position: relative;
  overflow: hidden;
}
.relink-block .relink-item {
  width: 50%;
  border: 1px solid #FFCACB;
  padding: 20px;
  margin-bottom: 30px;
}
.relink-block .relink-item .relink-cap {
  width: 100%;
  color: #EE1C1F;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.relink-block .relink-item .relink-link {
  width: 100%;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .relink-block .relink-item .relink-cap {
    font-size: 21px;
  }
  .relink-block .relink-item .relink-link {
    font-size: 17px;
  }
  .relink-block {
    flex-direction: column;
  }
  .relink-block .relink-item {
    width: 100%;
  }
}


/*--Шаблон для блочной верстки услуг
-----------------*/
.ca_flex_cont {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.ca_flex_cont  .ca_flex_item_b {
  width: 31%;
  min-width: 250px;
}
.ca_flex_cont  .ca_flex_item_b img {
  min-height: 100%;
  object-fit: cover;
  width: 100%;
  height: 300px;
  position: relative;
}
@media (max-width: 1358px) {
  .ca_flex_cont  .ca_flex_item_b img {
    height: 200px;
  }
}
@media (max-width: 1155px) {
  .ca_flex_cont {
    justify-content: center;
  }
}
@media (max-width: 554px) {
  .ca_flex_cont  .ca_flex_item_b {
    width: 90%;
    min-width: 90%;
    margin-left: -25px;
  }
  .ca_flex_cont  .ca_flex_item_b img {
    height: 300px;
  }
}

/*--Шаблон для верстки статей 1
-----------------*/
.sp_cont {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.sp_cont div {
  position: relative;
  width: 100%;
  text-align: center;
}
.sp_item_a_2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.sp_item_a_2 div {
  width: 50%;
}
.sp_item_a_1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.sp_item_a_1 div {
  width: 100%;
}
.sp_cont .text-1 {
  text-align: justify;
  background-color: white;
}
.sp_cont .img-1 {
  background-color: white;
}

/*--cast 1
-----------------*/
.bg-trans {
  height: 100%;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%, rgba(143,143,159,1) 100%, rgba(2,0,36,1) 100%, rgba(255,255,255,1) 100%, rgba(0,212,255,1) 100%);
  width: 200px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 90;
}

.index-advantages {
  width: 100%;
}

.index-reviews {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.index-reviews .consult {
  border-top: 1px solid #FFD7D7;
  width: 50%;
}

.index-reviews .consult .flex-cont {
  height: 102%;
  width: 80%;
}

.index-reviews .consult .flex-cont .n_but button {
  width: 200px !important;
  height: auto !important;
  padding: 20px !important;
  font-size: 18px !important;
  margin-bottom: 0px !important;
}
@media (max-width: 1600px) {
  .index-reviews .consult .flex-cont .n_but button {
    margin-bottom: -0.5px !important;
  }
}

.index-reviews .reviews {
  border-top: 1px solid #FFD7D7;
  border-bottom: 1px solid #FFD7D7;
  border-right: 1px solid #FFD7D7;
  border-left: 0px solid #FFD7D7 !important;
  width: 50%;
}

@media (max-width: 1000px) {
  .index-reviews {
    flex-direction: column;
  }
  
  .index-reviews .consult {
    width: 100%;
  }

  .index-reviews .reviews {
    border-right: 0px solid #FFD7D7;
    width: 100%;
  }
}

ol li {
  background: unset !important;
}

ol li ul li {
  background: url("/local/templates/expertclinics_dubovoy/img/li3.svg") no-repeat 0 9px !important;
}

.cast-offset-xl-0 {
  padding-left: 5%;
}

.reviews-page-author-img {
  width: 60px;
}

.interesting-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px !important;
  gap: 30px;
  position: relative !important;
}
.interesting-block .author {
  position: relative !important;
  top: unset !important;
  left: unset !important;
}
@media (min-width: 577px) {
  .interesting-block .author {
    width: 180px !important;
  }
  .interesting-block .author img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .interesting-block {
    flex-direction: column-reverse;
    padding: 15px !important;
    padding-bottom: 0px !important;
  }
}
  /*--Отзывы, сквозной блок
  -----------------------------*/
    .otziv_skvoz_block_text {
      font-weight: 300;
      font-size: 18px;
      line-height: 150%;
    }
    

/*--galery_1
-----------------*/
.galery_1_style_1 .item {
  background: unset !important;
  padding: 0 !important;
  width: fit-content !important;
}

.galery_1_style_1 .item .content {
  border: unset !important;
  padding: 0 !important;
}

.galery_1_style_1 .item .content img {
  height: 300px;
  object-fit: contain;
}

/*--end galery_1
-----------------*/

/*--out centr style
-----------------*/
.filosofi_div {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.filosofi_div .item {
  position: relative;
  overflow: hidden;
  width: 110px;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 20px;
}
.filosofi_div .item div {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.filosofi_div .item .img {
  height: 100px;
}
.filosofi_div .item .img img {
  width: 90%;
  height: 90%;
  margin-left: 5%;
  margin-top: 5%;
  object-fit: contain;
}
.filosofi_div .item .text {
  text-align: center;
  padding-top: 20px;
}

.page-template-1 {
  position: relative;
  min-height: 650px;
}

.page-template-1 .doctors-slider .col {
  margin-left: 0px !important;
}

.page-template-1 .top-info {
  overflow: hidden;
}

.page-template-1 button.but-zapis-1 {
  background: #fff;
  color: #ee1c1f;
  font-weight: 300;
  font-size: 20px;
  border: 1px solid #ee1c1f;
  width: 347px;
  height: 60px;
  margin-right: 30px;
}
.page-template-1 button.but-zapis-1:hover {
  color: #fff;
  background: #ee1c1f;
}

.page-template-1 p {
  margin-bottom: 8px;
  font-weight: 300 !important;
  font-size: 18px !important;
  line-height: 25px !important;
  color: #808080 !important;
}

.fixed_red_block_cap_1 {
  position: absolute;
  left: 55%;
  top: 30px;
  width: 100px;
  height: 490px;
  border-style: solid;
  border-width: 1px;
  border-color: #FFCACB;
}

.fixed_text_block_cap_1 {
  position: absolute;
  left: 58%;
  top: 570px;
  width: 450px;
}
.fixed_text_block_cap_1 div {
  width: 100%;
  text-align: center;
}

.all_img_cap_1 {
  position: absolute;
  top: 0px;
  left: 58%;
  width: 450px;
  object-fit: cover;
}

.all_h1_1 {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: var(--title-size);
  line-height: 52px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
  z-index: 100;
}

.all_text_1 {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: var(--title-size);
  line-height: 52px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ee1c1f;
  position: relative;
  z-index: 100;
}

.all_text_2 {
  font-weight: 400;
  font-size: 18px;
  color: #EE1C1F;
  line-height: 21.24px;
}

.all_text_3 {
  font-weight: 400;
  font-size: 24px;
  color: #000;
  line-height: 28.32px;
}

.all_col {
  position: relative;
  float: left;
}
.all_col_50 {
  width: 50%;
}
.all_col_100 {
  width: 100%;
}

.all_ta_center {
  text-align: center;
}
.all_ta_right {
  text-align: right;
}

.all_flex {
  display: flex;
}

.all_mt_20 {
  margin-top: 20px;
}
.all_mb_20 {
  margin-bottom: 20px;
}
.all_mt_50 {
  margin-top: 50px;
}
.all_mb_50 {
  margin-bottom: 50px;
}
.all_m_auto {
  margin: auto;
}

.all_pl_spec_about {
  padding-left: 2%;
}

@media (max-width: 1200px) {
  .page-template-1 button.but-zapis-1 {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .all_pl_spec_about {
    padding-left: 0;
    margin-left: 15px;
  }
}

@media (max-width: 945px) {
  .all_col_100_mob_1{
    width: 100%;
  }
  
  .page-template-1 button.but-zapis-1 {
    margin-top: 620px;
  }
  .fixed_red_block_cap_1 {
    display: none;
  }

  .fixed_text_block_cap_1 {
    top: unset;
    bottom: 95px;
    left: 15px;
    width: calc(100% - 15px);
  }

  .all_img_cap_1 {
    top: unset;
    bottom: 165px;
    left: 15px;
    width: calc(100% - 15px);
    height: 525px;
    object-fit: contain;
  }
}

@media (max-width: 767px) {
  .filosofi_div {
    width: 600px;
    margin: auto;
  }
  .filosofi_div .item {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
}

@media (max-width: 675px) {
  .filosofi_div {
    width: 480px;
  }
}

@media (max-width: 660px) {
  .all_text_2 {
    font-size: 14px;
  }
  .all_text_3 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .page-template-1 p {
    font-size: 12px !important;
    line-height: 14px !important;
    margin-bottom: 20px;
  }
  .page-template-1 button {
    font-size: 14px;
    height: 40px;
  }
  .all_text_2 {
    font-size: 12px;
  }
  .all_text_3 {
    font-size: 18px;
  }
  .all_img_cap_1 {
    object-fit: cover;
    width: calc(100% - 30px);
  }
}

@media (max-width: 558px) {
  .filosofi_div {
    width: 360px;
  }
}

@media (max-width: 414px) {
  .filosofi_div {
    width: 240px;
  }
}

@media (max-width: 284px) {
  .filosofi_div {
    width: 120px;
  }
}

/*--end out centr style
-----------------*/

/*--coustom all
-----------------*/
h2 {
  font-size: 22px !important;
}
h3 {
  font-size: 18px !important;
}

.opened {
  z-index: 110;
}

@media (max-width: 576px) {
  iframe {
    width: 100% !important;
    height: auto !important;
    min-height: 250px !important;
  }
  h2 {
  font-size: 16px !important;
  }
  h3 {
    font-size: 12px !important;
  }
}
/*--end coustom all
-----------------*/

.spoiler_1_podr {
  padding-top: 15px;
  color: #ff0004;
  cursor: pointer;
}

@media (min-width: 1301px) and (max-width: 1570px){
	.index-counts .list .item div:first-child:before{
		width: 60px;
		height: 158px;
	}
	.text-block .top-block div:first-child{
		padding-right: 54px;	
	}
	
	.text-block .top-block div:first-child b{
		font-size: 76px;
	}
	
	.text-block .top-block div{
		font-size: 32px;
	}
}



.popup .window input[type='tel'], .feedback-block input[type='tel']{
    width: 100%;
    height: 55px;
    margin-bottom: 23px;
    border-bottom: 1px solid #D2D2D2;
    padding: 0 20px 0 40px;
    font-weight: 300;
    font-size: 18px;
}

.popup .window textarea {
    width: 100%;
    height: 85px;
    margin-bottom: 23px;
    border-bottom: 1px solid #D2D2D2;
    padding: 0 20px 0 40px;
    font-weight: 300;
    font-size: 18px;
}

.popup .window input[type='tel'].inp2, .feedback-block input[type='tel'].inp2 {
    background: url(/local/templates/expertclinics_dubovoy/img/inp2.svg) no-repeat 5px 50%;
}

.popup .window textarea.inp3 {
    background: url(/local/templates/expertclinics_dubovoy/img/inp3.svg) no-repeat 5px 0%;
}

@media (min-width: 1101px){
	.doctors-page {
		min-height:400px;
	}
}

.question .window {
  width: 400px;
  background: #fff;
  padding: 20px;
}
.question .window .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  background: url('/local/templates/expertclinics_dubovoy/img/close.svg');
}
.question .window .name {
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 44px;
  line-height: 52px;
  text-transform: uppercase;
}
.question .window input[type='text'] {
  width: 100%;
  height: 55px;
  margin-bottom: 23px;
  border-bottom: 1px solid #D2D2D2;
  padding: 0 20px 0 40px;
  font-weight: 300;
  font-size: 18px;
}
.question .window input[type='text'].inp1 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp1.svg') no-repeat 5px 50%;
}
.question .window input[type='text'].inp2 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp2.svg') no-repeat 5px 50%;
}
.question .window input[type='text'].inp3 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp3.svg') no-repeat 5px 50%;
}
.question .window input[type='text'].inp4 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp4.svg') no-repeat 5px 50%;
}
.question .window input[type='text'].inp5 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp5.svg') no-repeat 5px 50%;
}
.question .window input[type='text'].inp6 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp6.svg') no-repeat 5px 50%;
}
.question .window button {
  width: 100%;
  height: 60px;
  background: #ee1c1f;
  border: 1px solid #ee1c1f;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
.question .window button:hover {
  background: #fff;
  color: #ee1c1f;
}

@media (max-width: 576px) {
  .question .window {
    width: 300px;
  }
}

.question .window input[type='tel'], .feedback-block input[type='tel']{
    width: 100%;
    height: 55px;
    margin-bottom: 23px;
    border-bottom: 1px solid #D2D2D2;
    padding: 0 20px 0 40px;
    font-weight: 300;
    font-size: 18px;
}

.question .window textarea {
    width: 100%;
    height: 85px;
    margin-bottom: 23px;
    border-bottom: 1px solid #D2D2D2;
    padding: 0 20px 0 40px;
    font-weight: 300;
    font-size: 18px;
}

.question .window input[type='tel'].inp2, .feedback-block input[type='tel'].inp2 {
    background: url(/local/templates/expertclinics_dubovoy/img/inp2.svg) no-repeat 5px 50%;
}

.question .window textarea.inp3 {
    background: url(/local/templates/expertclinics_dubovoy/img/inp3.svg) no-repeat 5px 0%;
}

.call .window {
  width: 400px;
  background: #fff;
  padding: 20px;
}
.call .window .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  background: url('/local/templates/expertclinics_dubovoy/img/close.svg');
}
.call .window .name {
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 44px;
  line-height: 52px;
  text-transform: uppercase;
}
.call .window input[type='text'] {
  width: 100%;
  height: 55px;
  margin-bottom: 23px;
  border-bottom: 1px solid #D2D2D2;
  padding: 0 20px 0 40px;
  font-weight: 300;
  font-size: 18px;
}
.call .window input[type='text'].inp1 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp1.svg') no-repeat 5px 50%;
}
.call .window input[type='text'].inp2 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp2.svg') no-repeat 5px 50%;
}
.call .window input[type='text'].inp3 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp3.svg') no-repeat 5px 50%;
}
.call .window input[type='text'].inp4 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp4.svg') no-repeat 5px 50%;
}
.call .window input[type='text'].inp5 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp5.svg') no-repeat 5px 50%;
}
.call .window input[type='text'].inp6 {
  background: url('/local/templates/expertclinics_dubovoy/img/inp6.svg') no-repeat 5px 50%;
}
.call .window button {
  width: 100%;
  height: 60px;
  background: #ee1c1f;
  border: 1px solid #ee1c1f;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
.call .window button:hover {
  background: #fff;
  color: #ee1c1f;
}

@media (max-width: 576px) {
  .call .window {
    width: 300px;
  }
}

.call .window input[type='tel'], .feedback-block input[type='tel']{
    width: 100%;
    height: 55px;
    margin-bottom: 23px;
    border-bottom: 1px solid #D2D2D2;
    padding: 0 20px 0 40px;
    font-weight: 300;
    font-size: 18px;
}

.call .window textarea {
    width: 100%;
    height: 85px;
    margin-bottom: 23px;
    border-bottom: 1px solid #D2D2D2;
    padding: 0 20px 0 40px;
    font-weight: 300;
    font-size: 18px;
}

.call .window input[type='tel'].inp2, .feedback-block input[type='tel'].inp2 {
    background: url(/local/templates/expertclinics_dubovoy/img/inp2.svg) no-repeat 5px 50%;
}

.call .window textarea.inp3 {
    background: url(/local/templates/expertclinics_dubovoy/img/inp3.svg) no-repeat 5px 0%;
}

.bx-pagination {
	text-align: center;
    width: 100%;
}

/* End */
/* /local/templates/rm25/html/dist/css/style.css?1752679412108101 */
/* /local/templates/expertclinics_dubovoy/css/fonts.css?16516628232550 */
/* /local/templates/expertclinics_dubovoy/slick.css?16402762251729 */
/* /local/templates/expertclinics_dubovoy/css/font-awesome.min.css?174360418427465 */
/* /local/templates/expertclinics_dubovoy/jquery.formstyler.css?16402762252175 */
/* /local/templates/expertclinics_dubovoy/twentytwenty.css?16402762256537 */
/* /local/templates/expertclinics_dubovoy/assets/css/bootstrap.min.css?1645102003140930 */
/* /local/templates/expertclinics_dubovoy/style.css?1747403275186211 */
/* /local/templates/expertclinics_dubovoy/assets/css/custom.css?173538994223340 */
/* /local/templates/expertclinics_dubovoy/components/bitrix/catalog.section.list/program_serv_menu/style.css?17325432683531 */
/* /local/templates/expertclinics_dubovoy/components/bitrix/news.list/program/style.css?1640276308150 */
/* /local/templates/expertclinics_dubovoy/components/bitrix/catalog.section.list/services/style.css?16572647547151 */
/* /local/templates/expertclinics_dubovoy/template_styles.css?174724802926403 */
