@charset "UTF-8";
/* _COLORS */
@import url(../fonts/PTSans_stylesheet.css);
@import url(../fonts/Acrom_stylesheet.css);
@import url(../fonts/Corbel_stylesheet.css);
@import url(../fonts/Sentury-gothic_stylesheet.css);
@import url(../fonts/Roboto_stylesheet.css);
/* _ICONS */
/* _COLORS */
i.icon {
  display: block;
}
i.icon.search {
  width: 16px;
  height: 16px;
  background-image: url("../images/search.svg");
}
i.icon.eye {
  width: 24px;
  height: 16px;
  background-image: url("../images/eye.svg");
}
i.icon.creditcard {
  width: 28px;
  height: 18px;
  background-image: url("../images/icons/paycard.svg");
  background-size: cover;
}
i.icon-little {
  display: inline-block;
  width: 15px;
  height: 16px;
  background: url(../images/icons/icons.png) 0 0 no-repeat;
}
i.icon-little.home {
  background-position: -30px 0;
}

/* _BTN */
.btn {
  padding: 11px 20px;
  border-radius: 25px;
  box-sizing: border-box;
  box-shadow: none !important;
  cursor: pointer;
  text-decoration: none !important;
  font-family: "CenturyGothicBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  white-space: nowrap;
  min-width: 200px;
}
.btn:hover, .btn:active, .btn:focus, .btn.active {
  outline: none;
}

.btn.access-btn {
  width: 80px;
  font-size: 14px;
  margin-top: 5px;
}

.btn.compact-btn {
  padding: 2px 15px !important;
}

.btn.midi-btn {
  padding: 5px 30px !important;
}

.btn.fileinput-btn {
  padding: 4px 10px !important;
}

.btn.btn-faicon {
  padding: 12px 12px !important;
  font-size: 20px;
  line-height: 20px;
}

.btn-default {
  color: #010101;
  border: solid 0px #E3F1FC;
  background: #E3F1FC;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default.active {
  color: #344446;
  background: #E3F1FC;
  border-color: #E3F1FC;
}
.btn-default.btn-notactive {
  cursor: default !important;
  color: #344446 !important;
}
.btn-default.btn-notactive:hover {
  background: #E3F1FC !important;
  border-color: #E3F1FC !important;
}

.btn-white {
  color: #29CF96;
  border: solid 0px #fff;
  background: #fff;
}
.btn-white:hover, .btn-white:active, .btn-white:focus, .btn-white.active {
  color: #29CF96;
  background: #FCF9F9;
  border-color: #FCF9F9;
}
.btn-white.btn-notactive {
  cursor: default !important;
  color: #29CF96 !important;
}
.btn-white.btn-notactive:hover {
  background: #FCF9F9 !important;
  border-color: #FCF9F9 !important;
}

.bg-gray .btn-default {
  color: #010101;
  border: solid 0px #E5E5E5;
  background: #E5E5E5;
}
.bg-gray .btn-default:hover, .bg-gray .btn-default:active, .bg-gray .btn-default:focus, .bg-gray .btn-default.active {
  color: #344446;
  background: #9D9D9D;
  border-color: #9D9D9D;
}

.btn-primary {
  color: #fff;
  background: #E96216;
  border: solid 0px #E96216;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active {
  color: #fff;
  background-color: #d55005 !important;
  border-color: #d55005 !important;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #E96216 !important;
  border-color: #E96216 !important;
}

.btn-success {
  color: #fff;
  background: #29CF96;
  border: solid 0px #29CF96;
}
.btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success.active, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background: #24bc86 !important;
  border-color: #24bc86 !important;
}
.btn-success.btn-notactive {
  cursor: default !important;
}
.btn-success.btn-notactive:hover {
  background: #24bc86 !important;
  border-color: #24bc86 !important;
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #24bc86 !important;
  border-color: #24bc86 !important;
}

.btn-border-primary {
  color: #344446;
  background: #fff;
  border: solid 1px #E96216;
}
.btn-border-primary:hover, .btn-border-primary:active, .btn-border-primary:focus, .btn-border-primary.active {
  color: #fff;
  background: #d55005 !important;
  border-color: #d55005 !important;
}
.btn-border-primary.btn-notactive {
  cursor: default !important;
}
.btn-border-primary.btn-notactive:hover {
  color: #344446 !important;
  background: #fff !important;
  border-color: #E96216 !important;
}

button:focus {
  outline: none;
}

.button_next {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  align-items: center;
  text-align: center;
  color: #344446;
  background: #E3F1FC;
  border-radius: 25px;
  width: 100%;
  max-width: 640px;
  justify-content: center;
}

/* _COLORS */
.form-control:focus {
  background-color: #fff !important;
  border-color: #fff !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.form-group input[type=text],
.form-group input[type=password],
.form-group input[type=date] {
  border: none;
  width: 100%;
  font-family: "CenturyGothicRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  background: #FFFFFF !important;
  border-radius: 7px;
  padding: 0 13px;
  height: 48px;
  color: #495057;
}
.form-group input[type=text]:-webkit-autofill,
.form-group input[type=password]:-webkit-autofill,
.form-group input[type=date]:-webkit-autofill {
  background-color: inherit !important;
  color: inherit !important;
}

body .select2-container--krajee-bs4, .select2-container--krajee-bs4 {
  min-height: 48px;
}
body .select2-container--krajee-bs4 .select2-selection, .select2-container--krajee-bs4 .select2-selection {
  border-radius: 7px !important;
  border: none !important;
  outline: none;
  font-family: "CenturyGothicRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  position: relative;
  appearance: none;
  box-shadow: none !important;
}
body .select2-container--krajee-bs4 .select2-selection--single, .select2-container--krajee-bs4 .select2-selection--single {
  height: 48px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
body .select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow, .select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow {
  border: none;
  width: 40px;
  display: flex;
}
body .select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow b, .select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow b {
  border-color: #29CF96 #0000 #0000 #0000;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  margin-left: 0;
  margin-top: -5px;
  left: 5px;
}
body .select2-container--krajee-bs4 .select2-selection--single .select2-selection__placeholder, .select2-container--krajee-bs4 .select2-selection--single .select2-selection__placeholder {
  font-family: "CenturyGothicRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #495057 !important;
}
body .select2-container--krajee-bs4 li.select2-results__option, .select2-container--krajee-bs4 li.select2-results__option {
  color: #344446 !important;
  background-color: white !important;
  font-family: "CenturyGothicRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  padding: 7px 15px 8px 15px;
}
body .select2-container--krajee-bs4 li.select2-results__option:hover, .select2-container--krajee-bs4 li.select2-results__option:hover {
  background-color: white !important;
  font-family: " Century Gothic", sans-serif !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 14px;
  line-height: 17px;
  align-items: center;
  text-decoration-line: underline !important;
  color: #344446 !important;
}
body .select2-container--krajee-bs4.select2-container--open .select2-selection--single .select2-selection__arrow b, .select2-container--krajee-bs4.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #0000 #0000 #29CF96 #0000;
  border-width: 0 6px 9px 6px;
}
body .select2-container--krajee-bs4.select2-container--open .select2-dropdown, .select2-container--krajee-bs4.select2-container--open .select2-dropdown {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05) !important;
  border: none !important;
  background: #fff;
  padding: 5px 0 5px 0;
  border-radius: 7px;
  margin-top: 8px !important;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "CenturyGothicRegular", sans-serif;
  font-size: 16px;
  background: #fff;
  color: #344446;
  min-height: 100%;
  position: relative;
}

a {
  color: #344446;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #344446;
  text-decoration: underline;
}

a:focus, a:hover,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none !important;
}

b {
  font-family: "PTSansBold", sans-serif;
  font-weight: normal;
}

header .top-header {
  height: 176px;
  display: flex;
}
header .top-header .logo {
  flex: 0 0 245px;
  max-width: 245px;
  min-width: 245px;
}
header .top-header .logo a {
  display: block;
  height: 100%;
}
header .top-header .logo img {
  width: 100%;
  height: auto;
}
header .top-header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .top-header > .container .middle .inner .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 2.6em;
  font-family: CorbelBold, sans-serif;
  color: #344446;
  padding-bottom: 15px;
}
header .top-header > .container .middle .inner .info {
  display: flex;
  justify-content: space-between;
  font-size: 0.87em;
}
header .navbar {
  font-family: "CorbelBold", sans-serif;
  background-color: #29CF96 !important;
  min-height: 68px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  padding: 0 15px;
}
header .navbar .navbar-brand {
  color: #fff;
  font-family: "CorbelBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  display: none;
  height: 36px;
  line-height: 29px;
  text-decoration: none;
}
header .navbar .navbar-brand:focus, header .navbar .navbar-brand:hover {
  color: #fff;
  text-decoration: underline;
}
header .navbar .navbar-toggler {
  color: #fff;
  border: none;
  width: 25px;
  height: 36px;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0 0 0;
}
header .navbar .navbar-toggler .navbar-toggler-icon {
  background: repeating-linear-gradient(0deg, #fff 0, #fff 3px, transparent 3px, transparent 7px);
  height: 19px;
  width: 25px;
}
header .navbar .navbar-collapse {
  justify-content: flex-end;
}
header .navbar .navbar-collapse .navbar-nav {
  width: 100%;
  /*max-width: 780px;*/
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  height: 68px;
  line-height: 54px;
  text-decoration: none;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:focus, header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  text-decoration: underline;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  background-color: #24bc86;
}
header .navbar .navbar-collapse .navbar-nav-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-right: -15px;
  position: relative;
}
header .navbar .navbar-collapse .navbar-nav-right a {
  height: 68px;
  line-height: 60px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .navbar .navbar-collapse .navbar-nav-right a:focus, header .navbar .navbar-collapse .navbar-nav-right a:hover {
  background-color: #24bc86;
}

main {
  padding: 0 0 50px 0;
  min-height: calc(100vh - 70px);
}
main h1 {
  font-family: "AvenirHeavy", sans-serif;
  margin: 0 0 32px 0;
  font-style: normal;
  font-weight: 750;
  font-size: 44px;
  line-height: 53px;
}
main h2 {
  margin: 0 0 13px 0;
  font-family: "Avenir LT Std", sans-serif;
  font-style: normal;
  font-weight: 750;
  font-size: 24px;
  line-height: 29px;
  color: #344446;
}
main h2.mainpage-header {
  font-size: 40px;
  line-height: 48px;
  margin: 0px 0 50px 0;
}
main h3 {
  font-family: "AvenirHeavy", sans-serif;
  font-size: 1.4em;
  margin-bottom: 18px;
  font-weight: 700;
}
main h4 {
  font-family: "AvenirHeavy", sans-serif;
  font-size: 1.15em;
  margin-bottom: 32px;
  font-weight: 700;
}
main > .main-container > .main-container-inner {
  display: flex;
  flex-direction: row;
}
main > .main-container > .main-container-inner > .content {
  flex: 1 1 100%;
}
main > .main-container > .main-container-inner section {
  padding: 0 0 60px 0;
}
main > .main-container > .main-container-inner .sidebar {
  flex: 0 0 550px;
  padding-left: 130px;
  padding-top: 60px;
}
@media (max-width: 1199.98px) {
  main > .main-container > .main-container-inner .sidebar {
    flex: 0 0 400px;
    padding-left: 60px;
  }
}
@media (max-width: 1030.98px) {
  main > .main-container > .main-container-inner .sidebar {
    flex: 0 0 400px;
    padding-left: 30px;
  }
}
main > .main-container ul {
  padding-left: 27px;
}
main > .main-container ul li {
  list-style-type: none;
  margin: 0 0 15px 0;
}
main > .main-container ul li:before {
  content: "";
  background: #29CF96 no-repeat left top;
  margin: 8px 18px 0 -27px;
  width: 9px;
  height: 9px;
  display: block;
  float: left;
  border-radius: 100%;
}
main .has-top > .main-container-inner > .content {
  padding-top: 30px;
}
@media (max-width: 991.98px) {
  main .has-top > .main-container-inner > .content {
    padding-top: 260px;
  }
}
main > .main-container > .content {
  padding-top: 30px;
}
@media (max-width: 991.98px) {
  main > .main-container > .content {
    padding-top: 260px;
  }
}
main .top-block {
  background: #E3F1FC;
  overflow: visible;
  height: 450px;
}
main .top-block.autoHeight {
  height: auto;
}
main .top-block.autoHeight .right-content .img {
  max-height: inherit;
}
main .top-block .content {
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
main .top-block .right-content {
  min-height: 450px;
  padding-left: 0;
  padding-right: 0;
}
main .top-block .right-content .img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  max-height: 450px;
  margin-right: -620px;
}
main .top-block .panel {
  border: 2px solid #29CF96;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  padding: 25px 30px;
  position: absolute;
  margin-right: 15px;
}
main .top-block .panel > span {
  margin-bottom: 25px;
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  align-items: center;
  color: #344446;
}
main .top-block .panel > span b {
  margin-left: 3px;
  font-family: "Avenir LT Std", sans-serif;
  font-style: normal;
  font-weight: 750;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 991.98px) {
  main .top-block .content {
    padding-top: 0;
    padding-bottom: 0;
  }
  main .top-block .right-content {
    min-height: 300px;
    padding-right: 0;
    padding-left: 0;
  }
  main .top-block .right-content .img {
    background-size: cover;
    width: 100%;
  }
  main .top-block .panel {
    margin-top: 220px;
  }
}

.panel-mobile {
  margin-top: -120px;
  max-width: 70%;
}
.panel-mobile.panel-height {
  margin-top: 0px;
  max-width: 100%;
}
.panel-mobile .panel {
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}

.container {
  max-width: 1330px !important;
}

.footer {
  background-color: #29CF96;
  min-height: 304px;
  padding: 50px 0;
  color: #010101;
  font-family: "CenturyGothicRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.footer b {
  font-family: "CenturyGothicBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.footer .logo {
  width: 100%;
  max-width: 245px;
  height: auto;
  margin: 0 0 50px 0;
  display: block;
}
.footer .copyright {
  margin: 50px 0 50px 0;
  font-size: 12px;
  line-height: 15px;
}
.footer .bunner .inner {
  background: #fff;
  border-radius: 7px;
  width: 200px;
  height: 70px;
  margin-bottom: 10px;
}
.footer .bunner .inner .minzdrav {
  display: block;
  width: 200px;
  height: 70px;
  background: url("../images/minzdrav_bunner.svg") no-repeat 0 0;
  background-size: contain;
}
.footer .menu-bottom {
  margin: 0 0 50px 0;
  padding: 0;
  list-style-type: none;
}
.footer .menu-bottom li {
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 15px 0;
}
.footer .menu-bottom a {
  text-decoration: none;
  color: #010101;
}
.footer .menu-bottom a:hover, .footer .menu-bottom a:focus {
  text-decoration: underline;
}
.footer .info {
  margin: 0 0 50px 0;
  font-size: 14px;
  line-height: 25px;
  color: #010101;
}
.footer .info .col {
  margin-bottom: 1em;
}

.title_foot {
  font-family: "CenturyGothic", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #010101;
}

.breadcrumb {
  padding: 40px 0;
  background: transparent;
  font-size: 1em;
  font-family: "PTSansRegular", sans-serif;
  margin-bottom: 0;
}
.breadcrumb li + li {
  padding-left: 0.5rem;
}
.breadcrumb li + li::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #717171;
  content: ">";
}
.breadcrumb li {
  color: #717171;
}
.breadcrumb li a {
  color: #717171;
}

.headings {
  font-family: "Avenir LT Std", sans-serif;
  font-style: normal;
  font-weight: 750;
  font-size: 44px;
  line-height: 53px;
}

table.table {
  border: none;
  border-collapse: collapse;
  margin-top: 10px;
  float: left;
  width: 100%;
}
table.table thead {
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px 15px 0 0;
}
table.table thead th {
  color: #fff;
  background: #29CF96;
  padding-top: 1.3rem;
  padding-bottom: 25px;
  min-height: 73px;
  font-family: "Avenir LT Std", sans-serif;
  font-style: normal;
  font-weight: 750;
  font-size: 16px;
  line-height: 19px;
  border-top: none !important;
  border-bottom: none !important;
}
table.table thead th:first-child {
  border-radius: 15px 0 0 0;
  padding-left: 40px;
}
table.table thead th:last-child {
  border-radius: 0 15px 0px 0;
  box-shadow: 3px 2px 2px -2px rgba(41, 207, 150, 0.8);
}
table.table tbody {
  border: none;
}
table.table tbody tr {
  border: 2px solid #E3F1FC;
}
table.table tbody td {
  padding-top: 25px;
  padding-bottom: 1.4rem;
  min-height: 77px;
  font-family: "CenturyGothicRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #344446;
}
table.table tbody td:first-child {
  padding-left: 40px;
}

/* Серый блок */
.grey-block {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  background: #E3F1FC;
  padding: 30px;
  width: 100%;
}
.grey-block h4 {
  font-family: "AvenirHeavy", sans-serif !important;
  font-style: normal;
  font-weight: 750;
  font-size: 18px;
  line-height: 22px;
  color: #344446;
}
.grey-block ul {
  list-style-type: disc;
}
.grey-block ul li {
  font-family: "CenturyGothicRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #344446;
  margin-bottom: 7px !important;
}

code {
  font-size: 80%;
}

.simple-pager {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 15px;
}
.simple-pager li {
  display: inline;
}
.simple-pager li:before {
  content: "" !important;
  color: transparent !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
}
.simple-pager li a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  color: #000;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.simple-pager li a:hover:not(.active) {
  background-color: #ddd;
}
.simple-pager li a.active {
  background-color: #29CF96;
  color: #fff;
}
.simple-pager li.active a {
  background-color: #29CF96;
  color: #fff;
}

.specialists .right .item {
  flex: 1 0 33.3333%;
  margin-bottom: 30px;
  position: relative;
  z-index: 99;
  padding: 0;
  margin-top: 30px;
  margin-left: 30px;
}
.specialists .right .item .inner {
  position: relative;
  z-index: 99;
  border-radius: 15px;
  display: block;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  max-width: 300px;
  border: none;
}
.specialists .right .item .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.7;
}
.specialists .right .item .inner .img {
  flex: 1 0 55%;
}
.specialists .right .item .inner .img img {
  object-fit: cover;
  width: 100%;
}
.specialists .right .item .inner .description {
  display: flex;
  flex-direction: column;
  flex: 1 0 65%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
  background: #29cf96;
  text-align: center;
  padding-top: 15px;
}
.specialists .right .item .inner .description h3 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 7px;
}
.specialists .right .item .inner .description p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
.specialists .more.swipper-controls {
  width: 100%;
}
.specialists .more.swipper-controls > a {
  border-radius: 50%;
  background: #e3f1fc;
  width: 35px;
  height: 35px;
  display: inline-block;
}
.specialists .more.swipper-controls > a.icon-triangle-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #29cf95 transparent transparent;
  position: relative;
  top: 12px;
  left: 12px;
}
.specialists .more.swipper-controls > a.icon-triangle-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #29cf95;
  position: relative;
  top: 12px;
  left: 12px;
}
.specialists .more.swipper-controls > a > span {
  display: inline-block;
  position: relative;
  top: 7px;
  left: 12px;
}

.icon__color--1 {
  -moz-filter: brightness(0) saturate(100%) invert(63%) sepia(89%) saturate(348%) hue-rotate(107deg) brightness(90%) contrast(94%);
  -webkit-filter: brightness(0) saturate(100%) invert(63%) sepia(89%) saturate(348%) hue-rotate(107deg) brightness(90%) contrast(94%);
  filter: brightness(0) saturate(100%) invert(63%) sepia(89%) saturate(348%) hue-rotate(107deg) brightness(90%) contrast(94%);
}

.card-style-1 {
  margin-right: 15px;
  display: inline-block;
  width: auto;
}
.card-style-1 > .description {
  background: #29cf96;
  padding: 10px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-left: 1px;
  text-align: center;
  padding-top: 20px;
}
.card-style-1 > .description h3 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 7px;
}
.card-style-1 > .description p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

.more.swipper-controls {
  width: 100%;
}
.more.swipper-controls > a {
  border-radius: 50%;
  background: #e3f1fc;
  width: 35px;
  height: 35px;
  display: inline-block;
}
.more.swipper-controls > a.icon-triangle-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #29cf95 transparent transparent;
  position: relative;
  top: 12px;
  left: 12px;
}
.more.swipper-controls > a.icon-triangle-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #29cf95;
  position: relative;
  top: 12px;
  left: 12px;
}
.more.swipper-controls > a > span {
  display: inline-block;
  position: relative;
  top: 7px;
  left: 12px;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.found-term {
  color: red !important;
  font-weight: bold !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  -moz-filter: brightness(0) saturate(100%) invert(72%) sepia(27%) saturate(1098%) hue-rotate(105deg) brightness(90%) contrast(87%);
  -webkit-filter: brightness(0) saturate(100%) invert(72%) sepia(27%) saturate(1098%) hue-rotate(105deg) brightness(90%) contrast(87%);
  filter: brightness(0) saturate(100%) invert(72%) sepia(27%) saturate(1098%) hue-rotate(105deg) brightness(90%) contrast(87%);
}

.btn-fixed-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 41px;
  overflow: hidden;
  z-index: 99;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: block;
  background: #E3F1FC;
  border-radius: 7px 7px 0 0;
  font-family: "Avenir LT Std", sans-serif;
  font-style: normal;
  font-weight: 750;
  font-size: 14px;
  align-items: center;
  text-align: center;
  color: #344446;
  border: none;
}
.btn-fixed-bottom::before {
  content: "▼";
  color: #29CF96;
  right: 0;
  padding-right: 120px;
  position: absolute;
}

.widget {
  max-width: 100%;
  margin-top: 0;
  flex: 0;
  background: #E3F1FC;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px 15px;
  padding: 40px;
  font-family: "CenturyGothicRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}
.widget h3 {
  font-family: "Avenir LT Std", sans-serif;
  font-style: normal;
  font-weight: 750;
  font-size: 22px;
  line-height: 26px;
  color: #344446;
}
.widget.first {
  border-radius: 15px 15px 0 0;
}
.widget.last {
  border-radius: 0 0 15px 15px;
}
.widget .success_doctor {
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
}
.widget a {
  text-decoration: none;
}

#appointment-direction_id {
  border-radius: 7px;
  height: 48px;
  max-width: 338px;
  outline: none;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: rgba(52, 68, 70, 0.8);
  padding-left: 15px;
  overflow: hidden;
  position: relative;
  appearance: none;
  background: url(/images/strelochka.png) no-repeat right #ffffff;
  background-position-x: calc(100% - 8px);
}

.search-wrapper {
  position: relative;
  width: 100%;
}

.search-form {
  display: flex;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #29CF96;
  width: 812px;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.search-form input {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: rgba(52, 68, 70, 0.8);
  border-radius: 15px;
  width: 100%;
  height: 39px;
}
.search-form.in {
  visibility: visible !important;
  z-index: 99;
}
.search-form button {
  display: block;
  right: 0;
  position: absolute;
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
.search-form button .icon-box {
  background: url("../images/green-search.svg") 9px 9px no-repeat;
  height: 34px;
  width: 40px;
  margin-right: 4px;
}
.search-form button:focus, .search-form button:hover {
  box-shadow: none;
  border: none;
  outline: none;
  background: none;
}

#search-icon {
  height: 68px;
  width: 50px;
  float: right;
  line-height: 60px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#search-icon .search .icon-box.search {
  width: 16px;
  height: 16px;
  background: url("../images/icons/search-black.svg");
}

#vision-button {
  height: 68px;
  line-height: 60px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.green {
  color: #29CF96;
}

.formLetter {
  max-width: 420px;
  margin-top: 0;
  flex: 0;
  background: #E3F1FC;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px 15px 0px 0px;
  padding: 40px;
}
.formLetter h5 {
  padding-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
.formLetter p {
  font-family: "Avenir LT Std", sans-serif;
  color: #344446;
  font-weight: 750;
  font-size: 18px;
  line-height: 22px;
  align-items: center;
  text-align: center;
}

.formLetters {
  max-width: 420px;
  min-width: 420px;
  margin-top: 32px;
  flex: 0 0 420px;
  background: #E3F1FC;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 15px 15px;
  padding: 40px;
  align-items: center;
  text-align: center;
}
.formLetters h5 {
  padding-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
.formLetters p {
  font-family: "Avenir LT Std", sans-serif;
  color: #344446;
  font-weight: 750;
  font-size: 18px;
  line-height: 22px;
  align-items: center;
  text-align: center;
}
.formLetters .letterButton {
  background: #29CF96;
  border-radius: 25px;
  width: 220px;
  height: 48px;
  color: white;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
}
.formLetters #date {
  border-radius: 7px;
  height: 48px;
  max-width: 338px;
  outline: none;
  border: none;
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  color: rgba(52, 68, 70, 0.8);
  padding-left: 15px;
  overflow: hidden;
  position: relative;
  appearance: none;
  background: url(/images/strelochka.png) no-repeat right #ffffff;
  background-position-x: calc(100% - 8px);
}
.formLetters #time {
  border-radius: 7px;
  height: 48px;
  max-width: 338px;
  outline: none;
  border: none;
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  color: rgba(52, 68, 70, 0.8);
  padding-left: 15px;
  overflow: hidden;
  position: relative;
  appearance: none;
  background: url(/images/strelochka.png) no-repeat right #ffffff;
  background-position-x: calc(100% - 8px);
}

@media (min-width: 1360px) {
  .container {
    width: 1330px !important;
  }
}
@media (max-width: 991.98px) {
  header .navbar {
    min-height: 36px;
  }
  header .navbar .navbar-brand {
    display: block;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    height: 35px;
    line-height: 30px;
  }

  .search-form {
    width: 100%;
  }
  .search-form .btn {
    max-width: 40px !important;
  }
}
.search-form .icon-box {
  max-width: 40px !important;
  margin-right: 4px;
}

@media (max-width: 767.98px) {
  header .top-header {
    padding-bottom: 0 !important;
    height: 102px;
  }
  header .top-header .logo {
    flex: 0 0 180px;
    max-width: 180px;
    min-width: 180px;
  }

  .specialists .left {
    max-width: 100%;
    padding: 0;
    width: 100%;
  }
  .specialists .right {
    display: none;
  }
  .specialists .swipper-controls {
    display: none;
  }
}
input[type=text]::-webkit-input-placeholder {
  color: #495057;
}

input[type=text]::-moz-placeholder {
  color: #495057;
}

.container .collapse .navbar-nav-right .search-wrapper .search-form .btn {
  min-width: 40px;
}

.modal-dialog {
  max-width: 420px;
}
.modal-dialog .modal-content {
  background-color: #e3f1fc;
  padding: 40px 40px 25px;
  align-items: normal;
  text-align: center;
  border: 2px solid #29CF96;
  border-radius: 15px;
}
.modal-dialog .modal-content .modal-body {
  border-radius: 15px 0px 15px 15px;
  text-align: center;
}
.modal-dialog .modal-content .modal-body .btn {
  width: 220px;
  height: 48px;
  border-radius: 30px;
}
.modal-dialog .modal-content .modal-header {
  border: none;
}
.modal-dialog .modal-content .modal-header h5 {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  flex: 0 0 100%;
}
.modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: -70px;
  margin-right: -70px;
  background-color: #29CF96;
  border-color: #29CF96;
  color: white;
  border-radius: 50px;
  width: 30px !important;
  height: 30px;
  z-index: 1;
  font-size: 25px;
  font-weight: normal;
}

.socseti-item {
  display: flex;
  flex-direction: column;
}
.socseti-item .item {
  display: flex;
}
.socseti-item .link-icon {
  display: flex;
  width: auto;
}
.socseti-item .icon {
  margin-left: 10px;
}
.socseti-item .icon.tg {
  background: url("../images/icons/tg.svg") no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
}

.invalid-feedback {
  text-align: left;
}

@media (max-width: 767.98px) {
  main h2.mainpage-header {
    margin-top: 0 !important;
    font-size: 22px;
    line-height: 22px;
  }

  .content-page {
    padding-top: 0 !important;
  }

  .btn {
    font-size: 14px !important;
    line-height: 17px !important;
  }
}
.appointment-mobile {
  visibility: hidden;
}

@media (max-width: 991px) {
  .appointment-mobile {
    visibility: visible;
  }

  .navbar .nav-link {
    padding: 3px 16px;
  }
}
@media (max-width: 1024px) {
  .appointment-desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  #success-contact {
    display: none !important;
  }

  #success-review {
    display: none !important;
  }
}
.modal-backdrop {
  width: 0px !important;
}

/*# sourceMappingURL=style.css.map */
