.gray {
  color: #929ba3 !important;
}
.orange {
  color: #FE8500 !important;
}
.dark {
  color: #42505E !important;
}
.green {
  color: #13C28E !important;
}
.tr {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.show-xlg {
  display: none!important;
}
@media only screen and (max-width: 1200px) {
  .show-xlg {
    display: block!important;
  }
}
.show-lg {
  display: none!important;
}
@media only screen and (max-width: 1200px) {
  .show-lg {
    display: block!important;
  }
}
.show-md {
  display: none!important;
}
@media only screen and (max-width: 992px) {
  .show-md {
    display: block!important;
  }
}
.show-tb {
  display: none!important;
}
@media only screen and (max-width: 768px) {
  .show-tb {
    display: block!important;
  }
}
.show-md {
  display: none!important;
}
@media only screen and (max-width: 992px) {
  .show-md {
    display: block!important;
  }
}
@media only screen and (max-width: 1200px) {
  .hide-lg {
    display: none!important;
  }
}
@media only screen and (max-width: 1400px) {
  .hide-xlg {
    display: none!important;
  }
}
@media only screen and (max-width: 992px) {
  .hide-md {
    display: none!important;
  }
}
@media only screen and (max-width: 768px) {
  .hide-tb {
    display: none!important;
  }
}
@media only screen and (max-width: 576px) {
  .hide-xs {
    display: none!important;
  }
}
.hide {
  display: none;
}
@font-face {
  font-family: 'Harmonia Sans Pro Cyr';
  src: url('../fonts/HarmoniaSansProCyr/HarmoniaSansProCyr-Bold.woff2') format('woff2'), url('../fonts/HarmoniaSansProCyr/HarmoniaSansProCyr-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Harmonia Sans Pro Cyr';
  src: url('../fonts/HarmoniaSansProCyr/HarmoniaSansProCyr-Regular.woff2') format('woff2'), url('../fonts/HarmoniaSansProCyr/HarmoniaSansProCyr-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  line-height: 1.6;
}
body.active-menu {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

:focus-visible {
  outline-offset: 4px;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 20px 0;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  color: #13C28E;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  margin: 0 0 25px 0;
  position: relative;
  font-weight: normal;
  color: #42505E;
}
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
  font-weight: 500;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 700;
}
h1 {
  font-size: 35px;
}
h2 {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 576px) {
  h2 {
    font-size: 24px;
  }
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}
a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}
a:hover {
  -webkit-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  color: inherit;
  text-decoration: none;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 14px;
}
article {
  margin-bottom: 30px;
}
article p {
  line-height: 1.7;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.reset,
ol.reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 1200px) {
  .container {
    max-width: -webkit-calc(1300px + 30px);
    max-width: calc(1300px + 30px);
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 9999;
  background-image: url('../images/svg/preloader.svg');
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center;
  -webkit-background-size: 65px 65px;
  background-size: 65px;
}
.price {
  font-size: 18px;
  font-weight: 600;
}
.price-orange {
  color: #FE8500;
}
.danger-message {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFDFA), to(#FFFDFA)), #FFFFFF;
  background: -webkit-linear-gradient(bottom, #FFFDFA, #FFFDFA), #FFFFFF;
  background: -o-linear-gradient(bottom, #FFFDFA, #FFFDFA), #FFFFFF;
  background: linear-gradient(0deg, #FFFDFA, #FFFDFA), #FFFFFF;
  border: 2px dotted #FFB334;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 15px rgba(200, 108, 0, 0.08);
  box-shadow: 0px 10px 15px rgba(200, 108, 0, 0.08);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  color: #42505E;
  padding: 25px 35px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 15px;
}
.danger-message:before {
  content: "";
  background-color: #FE8500;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  width: 36px;
  height: 30px;
  background-image: url("../images/svg/icons/danger-ico.svg");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  top: -15px;
}
.ico-item {
  font-weight: 500;
}
.ico-item i {
  font-size: 18px;
  color: #929ba3;
}
.ico-item i:first-child {
  margin-right: 8px;
}
a.ico-item:hover {
  color: #13C28E;
}
.phone-info.reset {
  margin-bottom: 20px;
}
.phone-info li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.phone-info li:not(:last-child) {
  margin-bottom: 10px;
}
.phone-info li:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #EDEDED;
  position: absolute;
  left: 0;
  bottom: 8px;
}
.phone-info li span,
.phone-info li a {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.phone-info li a {
  padding-left: 10px;
  color: #13C28E;
}
.phone-info-title {
  padding-right: 10px;
}
@font-face {
  font-family: 'Glyphter';
  src: url('../fonts/Glyphter/Glyphter.eot');
  src: url('../fonts/Glyphter/Glyphter.eot?#iefix') format('embedded-opentype'), url('../fonts/Glyphter/Glyphter.woff') format('woff'), url('../fonts/Glyphter/Glyphter.ttf') format('truetype'), url('../fonts/Glyphter/Glyphter.svg#Glyphter') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*='icon-']:before {
  display: inline-block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-articles:before {
  content: '\0041';
}
.icon-bars:before {
  content: '\0042';
}
.icon-close:before {
  content: '\0043';
}
.icon-files:before {
  content: '\0044';
}
.icon-image:before {
  content: '\0045';
}
.icon-input-calendar:before {
  content: '\0046';
}
.icon-input-email:before {
  content: '\0047';
}
.icon-input-phone:before {
  content: '\0048';
}
.icon-decor-user:before {
  content: '\0049';
}
.icon-map-marker:before {
  content: '\004a';
}
.icon-new-order:before {
  content: '\004b';
}
.icon-open-email:before {
  content: '\004c';
}
.icon-phone:before {
  content: '\004d';
}
.icon-qote:before {
  content: '\004e';
}
.icon-rewiew:before {
  content: '\004f';
}
.icon-search:before {
  content: '\0050';
}
.icon-show:before {
  content: '\0051';
}
.icon-time:before {
  content: '\0052';
}
.icon-user:before {
  content: '\0053';
}
.icon-left:before {
  content: '\0055';
}
.icon-right:before {
  content: '\0056';
}
.icon-up:before {
  content: '\0057';
}
.icon-down:before {
  content: '\0058';
}
.icon-email:before {
  content: '\0059';
}
.icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  margin: 0 3px;
}
.icon:first-child {
  margin: 0 3px 0 0;
}
.icon:last-child {
  margin: 0 0 0 3px;
}
.button {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
  padding: 10px 20px;
  background-color: transparent;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.03);
  transition: all  0.25s;
}
.button:hover {
  background-color: var(--theme-bg);
  border-color: var(--theme-border);
}
.button:active {
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}
.button:focus {
  outline: none;
}
.button-green {
  background-color: #13C28E;
  color: #fff;
  border-color: #13C28E;
  font-weight: 600;
  height: 40px;
}
.button-green:hover {
  background-color: #15d99f;
  border-color: #15d99f;
  color: #fff;
}
.button-green:active {
  background-color: #11ab7d;
  border-color: #11ab7d;
}

.button-green-text {
  color: #13C28E;
}
.button-green-text:hover {
  color: #13C28E;
}
.button-large {
  min-height: 70px;
  line-height: 66px;
  padding-top: 0;
  padding-bottom: 0;
  white-space: nowrap;
}
.button-box {
  padding: 0;
  width: 70px;
  height: 70px;
}
.button-box i {
  margin: 0!important;
}
.button-control {
  padding: 0;
  color: #929ba3;
  width: 40px;
  height: 50px;
  text-align: center;
}
.button-control i {
  font-size: 14px!important;
  margin: 0!important;
}
.button-control:hover {
  background-color: #13C28E;
  border-color: #13C28E;
  color: #fff;
}
.button-control:active {
  background-color: #11ab7d;
  border-color: #11ab7d;
}
.button-control-lagre {
  width: 80px;
  height: 60px;
}
.button i {
  font-size: 20px;
  height: 20px;
  margin: 0 !important;
}
.button i:first-child {
  margin-right: 8px;
}
.button i:last-child {
  margin-right: 8px;
}
.button:disabled {
  background-color: #F4F6F8!important;
  border-color: #F4F6F8!important;
  color: #929ba3 !important;
}
.button-full {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .button-full-xs {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.button-grey {
  border: 1px solid #D9D9D9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #F4F6F8;
}
.button-grey:hover {
  background-color: #E5E5E5;
  border-color: #E5E5E5;
}
.button-grey:active {
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}
.button .badge {
  position: absolute;
  right: 10px;
  top: 5px;
}
@media only screen and (max-width: 1200px) {
  .button .badge {
    right: inherit;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -8px;
  }
}
a u {
  -webkit-text-decoration-color: #DBDBE2;
  text-decoration-color: #DBDBE2;
}
a:hover u {
  text-decoration: none;
}
.buttons-list li:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 1200px) {
  .buttons-list li:not(:last-child) {
    margin-right: 10px;
  }
}
.small-button-box {
  background-color: #F4F6F8;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #42505E;
  padding: 10.5px 20px;
}
.small-button-box .label-ico {
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
}
@media only screen and (max-width: 1200px) {
  .small-button-box .label-ico {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 1200px) {
  .small-button-box {
    width: 45px;
    height: 45px;
    padding: 0;
    color: transparent;
    position: relative;
  }
}
.small-button-box:hover {
  opacity: 0.8;
}
.green-link {
  font-weight: 600;
  color: #13C28E;
}
.green-link:hover {
  color: #13C28E;
  text-decoration: underline;
}
.attach-button {
  background-color: #F4F6F8;
  border: 1px solid #D9D9D9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #42505E;
  display: inline-block;
  padding: 12px 20px;
}
.attach-button:hover {
  color: #42505E;
  background-color: #ddd;
}
.full-more-button {
  display: block;
  width: 100%;
  background-color: #F4F6F8;
  border: 1px solid #D9D9D9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #42505E;
  display: inline-block;
  padding: 12px 20px;
}
.full-more-button i {
  float: right;
  position: relative;
  top: 5px;
}
.full-more-button:hover {
  color: #42505E;
  background-color: #ddd;
}
.center-order {
  text-align: center;
  margin-bottom: 30px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea,
select {
  background: #FCFCFD;
  border: 1px solid #DBDBE2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 6px 5px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0px 6px 5px rgba(0, 0, 0, 0.04);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  min-height: 60px;
  padding: 0 25px;
  max-width: 100%;
  width: 100%;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: inset 0px 6px 5px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0px 6px 5px rgba(0, 0, 0, 0.02);
  border-color: #13C28E;
}
textarea {
  padding: 25px!important;
  resize: none;
  width: 100%;
  max-width: 100%;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
  text-overflow: '';
}
.form-title {
  display: block;
  margin-bottom: 13px;
  color: #42505E;
}
.form-title span {
  color: #FE8500;
}
.form-group-input {
  position: relative;
}
.form-group-input-ico {
  position: absolute;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #929BA3;
  line-height: 60px;
}
.form-group-input input[type="text"],
.form-group-input input[type="email"],
.form-group-input input[type="tel"],
.form-group-input input[type="number"],
.form-group-input input[type="password"],
.form-group-input textarea,
.form-group-input select {
  padding-left: 55px;
}
.form-select {
  width: 100%;
}
.form-select:after {
  content: "";
  display: table;
  clear: both;
}
.form-checkbox input[type="checkbox"] {
  display: none;
}
.form-checkbox input[type="checkbox"]:checked + .form-checkbox-inner:before {
  background-color: #13C28E;
  border-color: #13C28E;
  background-image: url("../images/svg/icons/check-white.svg");
}
.form-checkbox-inner {
  position: relative;
  padding-left: 42px;
}
.form-checkbox-inner:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  left: 0;
  top: 1px;
  background: #FCFCFD;
  border: 1px solid #DBDBE2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 6px 5px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0px 6px 5px rgba(0, 0, 0, 0.04);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.form-checkbox-inner * {
  margin: 0;
}
.form-checkbox-inner-title {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .form-checkbox-inner-title {
    font-size: 16px;
  }
}
.form-checkbox-inner-title b {
  font-weight: 600;
}
.form-checkbox-inner-title.small {
  font-size: 14px;
  font-weight: 500;
  color: #929BA3;
}
.form-checkbox-inner-title.small a {
  text-decoration: underline;
}
.form-checkbox-inner p {
  font-size: 14px;
  margin-bottom: 3px;
}
.form-checkbox-inner:hover:before {
  background-image: url("../images/svg/icons/check-gray.svg");
}
.form-radio input[type="radio"] {
  display: none;
}
.form-radio input[type="radio"]:checked + .form-radio-inner:before {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  border-color: #13C28E;
}
.form-radio input[type="radio"]:checked + .form-radio-inner:after {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  background-color: #13C28E;
}
.form-radio-inner {
  position: relative;
  padding-left: 32px;
}
.form-radio-inner:before,
.form-radio-inner:after {
  content: "";
  position: absolute;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.form-radio-inner:before {
  width: 16px;
  height: 16px;
  border: 2px solid #929ba3;
  left: 0;
  top: 5px;
}
.form-radio-inner:after {
  width: 8px;
  height: 8px;
  background-color: #929ba3;
  left: 4px;
  top: 9px;
}
.form-radio-inner * {
  margin: 0;
}
.form-radio-inner-title {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .form-radio-inner-title {
    font-size: 16px;
  }
}
.form-radio-inner-title b {
  font-weight: 600;
}
.form-radio-inner p {
  font-size: 14px;
  margin-bottom: 3px;
}
.form-radio-list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.form-radio-list.reset {
  margin-bottom: 20px;
}
.form-radio-list:before {
  content: "";
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px);
  height: -webkit-calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  background-color: #fff;
}
.form-radio-list li {
  position: relative;
  z-index: 2;
}
.form-radio-list li label {
  margin: 0;
  display: block;
}
.form-radio-list li label input[type="radio"] {
  display: none;
}
.form-radio-list li label input[type="radio"]:checked + span {
  background-color: #13C28E;
  border-color: #13C28E;
  color: #fff;
}
.form-radio-list li label span {
  padding: 19px 25px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
@media only screen and (max-width: 1200px) {
  .form-radio-list li label span {
    font-size: 16px;
  }
}
.form-radio-list-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-radio-list-buttons.reset {
  margin-bottom: 20px;
}
.form-radio-list-buttons li {
  margin: 0 10px 10px 0;
}
.form-radio-list-buttons li label {
  display: block;
  margin: 0;
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
}
.nice-select {
  width: 100%;
  height: 60px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 60px;
  white-space: nowrap;
  font-size: 16px;
  padding: 0 25px;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.04);
}
.nice-select:after {
  width: 7px;
  height: 7px;
  right: 20px;
  border-color: #929BA3;
}
.nice-select .list {
  min-width: 100%;
  margin: 0;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 0 0 1px #13C28E;
  box-shadow: 0 0 0 1px #13C28E;
}
.nice-select.open .list{
  height: 300px;
  overflow: auto;
}
.nice-select:hover {
  -webkit-border-radius: #DBDBE2!important;
  border-radius: #DBDBE2!important;
}
.nice-select.open {
  border-color: #13C28E !important;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.datepicker {
  width: 100%;
}
.datepicker--nav-action path {
  stroke: #13C28E;
}
.datepicker--day-name {
  color: #13C28E;
}
.datepicker--cell.-selected- {
  color: #fff;
  background-color: #13C28E;
}
.datepicker--cell.-current- {
  color: #13C28E;
}
.popover {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  max-width: 700px;
}
.popover-body {
  padding: 25px 30px;
}
.popover-body h6 {
  margin-bottom: 10px;
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #E5E5E5;
}
.dropdown {
  display: inline-block;
}
.dropdown-button {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
  display: inline-block;
}
.dropdown-button:after {
  content: '\0058';
  display: inline-block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  color: #929ba3;
  position: absolute;
  right: 0;
  top: 7px;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.dropdown-button-custom {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-right: 40px;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.dropdown-button-custom:after {
  content: '\0058';
  display: inline-block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  color: #929ba3;
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #E5E5E5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 3px;
}
.dropdown-button[aria-expanded="true"]:after {
  color: #13C28E;
}
.dropdown-menu {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.dropdown-menu .dropdown-lang-item {
  padding: 5px 15px 5px 15px;
}
.dropdown-menu .dropdown-lang-item:hover {
  background-color: #f8f9fa;
}
.dropdown-menu .dropdown-lang-item:focus {
  background-color: #13C28E;
  color: #fff;
}
.dropdown-item {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.dropdown-item:focus {
  outline: none;
  background-color: #13C28E;
}
.dropdown-lang-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.dropdown-lang-ico {
  max-width: 21px;
  margin-right: 7px;
  line-height: 1;
}
.dropdown-lang-ico img {
  border: 1px solid #ededed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dropdown-lang-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.label-ico {
  width: 26px;
  height: 26px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  cursor: pointer;
}
.label-ico-info {
  background-color: #F4F6F8;
  font-weight: 700;
}
.label-ico-danger {
  background-color: #FE8500;
  font-weight: 600;
  color: #fff;
}
.label-ico-arrow {
  background-color: #13C28E;
  color: #fff;
  font-size: 11px;
}
.label-ico-arrow i {
  margin: 0!important;
}
.label-ico-more {
  background-color: #42505E;
  color: #fff;
  font-weight: 600;
}
.label-ico-check {
  background-color: #13C28E;
  background-image: url("../images/svg/icons/check-white.svg");
  color: transparent;
}
.label-ico-close {
  background-color: #BFBFBF;
  background-image: url("../images/svg/icons/white-close.svg");
  color: transparent;
}
.label-ico-add {
  background-color: #13C28E;
  background-image: url("../images/svg/icons/add.svg");
  color: transparent;
}
.label-ico-large {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.label-ico:hover {
  opacity: 0.8;
}
.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  height: 18px;

  font-weight: 600;
  font-size: 10px;
  background-color: #99A1A8;
  color: #fff;
  border-radius: 50px;
}
.socials.reset {
  margin-bottom: 15px;
}
.socials li:not(:last-child) {
  margin: 0 15px 5px 0;
}
@media only screen and (max-width: 576px) {
  .socials li:not(:last-child) {
    margin: 0 5px 5px 0;
  }
}
.socials li a {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
}
.socials li a.vk {
  background-color: #5181B8;
}
.socials li a.odnoklasniki {
  background-color: #FF8402;
}
.socials li a.facebook {
  background-color: #4267B2;
}
.socials li a.instagram {
  background: -webkit-linear-gradient(45deg, #FFAE10 0%, #EF0090 100%);
  background: -o-linear-gradient(45deg, #FFAE10 0%, #EF0090 100%);
  background: linear-gradient(45deg, #FFAE10 0%, #EF0090 100%);
}
.socials li a.google {
  background-color: #DD5044;
}
.socials li a.mail {
  background-color: #4776A6;
}
.socials li a:hover {
  opacity: 0.8;
}
.socials-small li a {
  width: 25px;
  height: 25px;
  font-size: 12px;
}
.slider-control-group{
  display: none;
}
@media (min-width: 1366px) {
  .slider-control-group{
    display: block;
  }
}
.slider-controls {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider-controls.reset {
  margin-bottom: 20px;
}
.slider-controls-danger.reset {
  margin-top: 15px;
}
.slider-controls:not(.custom) {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.slider-controls:not(.custom) li {
  width: 48%;
}
.slider-controls:not(.custom) li button {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
}
.slider-controls.custom li:not(:last-child) {
  margin-right: 10px;
}
.slider-controls.custom li:last-child {
  margin-left: 15px;
}
.slick-dots {
  bottom: -35px;
}
.slick-dots li {
  width: 7px;
  height: 7px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #C3C8CD;
  cursor: pointer;
  border: 1px solid #fff;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.slick-dots li button {
  display: none;
}
.slick-dotted.slick-slider {
  margin-bottom: 60px;
}
.slick-initialized .danger-message {
  margin-bottom: 0;
}
.slick-prev,
.slick-next {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 80px;
  height: 60px;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
@media only screen and (max-width: 1200px) {
  .slick-prev,
  .slick-next {
    width: 54px;
  }
}
.slick-prev:before,
.slick-next:before {
  display: inline-block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #929ba3;
  font-size: 12px;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.slick-prev:hover,
.slick-next:hover {
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  background-color: #13C28E;
  border-color: #13C28E;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  color: #fff;
}
.slick-prev:active,
.slick-next:active {
  background-color: #11ab7d;
  border-color: #11ab7d;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev {
  left: 15px;
}
.slick-prev:before {
  content: "\0055";
}
.slick-next {
  right: 15px;
}
.slick-next:before {
  content: "\0056";
}
.slick-dots {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.section-title {
  margin-bottom: 30px;
}
.section-title h1,
.section-title h2,
.section-title h3 {
  font-size: 30px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .section-title h1,
  .section-title h2,
  .section-title h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .section-title h1,
  .section-title h2,
  .section-title h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .section-title {
    margin-bottom: 20px;
  }
}
.section-title p {
  font-weight: 500;
}
.section-title.flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.aside-item {
  margin-bottom: 30px;
}
.aside-list {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  margin-bottom: 15px;
}
.aside-list-header {
  background: #F4F6F8;
  font-weight: 600;
  color: #42505E;
  padding: 12px 20px;
}
.aside-list-inner li:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}
.aside-list-inner li a {
  display: block;
  position: relative;
  padding: 12px 20px 12px 35px;
  font-size: 14px;
}
.aside-list-inner li a:before {
  content: "";
  width: 6px;
  height: 6px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #13C28E;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.aside-list-inner li a:hover {
  color: #13C28E;
}

.main-breadcrumbs {
  padding: 20px 0 25px 0;
}
@media only screen and (max-width: 768px) {
  .main-breadcrumbs {
    padding: 15px 0;
  }
}
.main-breadcrumbs-list.reset {
  margin: 0 -25px;
}
@media only screen and (max-width: 768px) {
  .main-breadcrumbs-list.reset {
    margin: 0 -15px;
  }
}
.main-breadcrumbs-list li {
  color: #929ba3;
  font-size: 14px;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .main-breadcrumbs-list li {
    padding: 0 15px;
  }
}
.main-breadcrumbs-list li:not(:last-child) {
  position: relative;
}
.main-breadcrumbs-list li:not(:last-child):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #13C28E;
  position: absolute;
  right: -2.5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.main-breadcrumbs-list li a {
  color: #22262a;
}
.main-breadcrumbs-list li a:hover {
  color: #13C28E;
  text-decoration: underline;
}
.section-single-search {
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .section-single-search {
    margin-bottom: 20px;
  }
}
.section-single-search form {
  position: relative;
}
.section-single-search input {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0 25px 0 90px;
  background-color: transparent;
}
@media only screen and (max-width: 768px) {
  .section-single-search input {
    padding: 0 25px 0 50px;
  }
}
.section-single-search input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.section-single-search-ico {
  position: absolute;
  width: 87px;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 26px;
  color: #7F8A98;
}
@media only screen and (max-width: 768px) {
  .section-single-search-ico {
    font-size: 18px;
    width: 45px;
  }
}
.services-list.reset {
  margin: 0 -15px 30px -15px;
}
.services-list-custom li {
  width: 50%;
}
.services-list li {
  padding: 0 15px;
  margin-bottom: 10px;
  width: 33.3333%;
}
@media only screen and (max-width: 992px) {
  .services-list li {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .services-list li {
    width: 100%;
  }
}
.services-list-link {
  display: block;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  padding: 17.5px 55px 17.5px 30px;
}
.services-list-link .label-ico {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 992px) {
  .services-list-link .label-ico {
    right: 15px;
  }
}
.services-list-link:hover {
  color: #13C28E;
}
@media only screen and (max-width: 1200px) {
  .services-list-link {
    font-size: 14px;
  }
}
.doctor-item {
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  text-align: center;
  margin-bottom: 30px;
}
.doctor-item-photo {
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 25px;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.doctor-item-photo img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 576px) {
  .doctor-item-description {
    font-size: 14px;
  }
}
.doctor-item-description p {
  margin: 0 0 10px 0;
}
.doctor-item-description p:last-child {
  margin-bottom: 0;
}
.doctor-item-description b {
  display: block;
  font-weight: 600;
}
.section-services-description {
  margin-bottom: 30px;
}
.section-services-description-content {
  margin-bottom: 30px;
}
.section-services-description-content p {
  line-height: 2.4;
  letter-spacing: 0.01em;
}
.section-services-description-img {
  margin-bottom: 30px;
  text-align: center;
}
.services-box-form {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 992px) {
  .services-box-form {
    margin-top: 30px;
  }
}
.services-box-form-header {
  margin-bottom: 12px;
}
.services-box-form-header-decor {
  width: 85px;
  height: 85px;
  background-image: url("../images/box-header-img.png");
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  margin: -60px auto 20px auto;
}
.services-box-form-header h6 {
  font-weight: 600;
  font-size: 16px;
  color: #42505E;
  margin: 0;
}
.custom-row {
  margin: 0 -15px;
}
.custom-row-item {
  width: 20%;
  padding: 0 15px;
}
.list-more.reset {
  margin: 0 -15px;
}
.list-more li {
  padding: 0 15px;
  position: relative;
}
.list-more li:not(:last-child):after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #E5E5E5;
  position: absolute;
  right: -0.5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.consult-info {
  font-weight: 500;
  color: #A6A6A6;
  font-size: 15px;
}
.consult-info .label-ico {
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-left: 5px;
}
.text-ico {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 10px;
}
.services-list-custom li {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .services-list-custom li {
    width: 100%;
  }
}
.single-contact-doctor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.single-contact-doctor-photo {
  max-width: 220px;
  min-height: 220px;
  width: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #ddd;
}
.single-contact-doctor-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-contact-doctor-header {
  margin-bottom: 15px;
  color: #42505E;
}
.single-contact-doctor-header h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.single-contact-doctor-list.reset {
  margin-bottom: 15px;
}
.single-contact-doctor-list li:not(:last-child) {
  margin-bottom: 5px;
}
.single-contact-doctor-list li i {
  color: #13C28E;
}
.single-contact-doctor-footer a {
  color: #13C28E;
  font-size: 14px;
  text-decoration: underline;
}
.single-contact-doctor-footer a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .single-contact-doctor {
    display: block
  }
  .single-contact-doctor-photo{
    max-width: 100%;
    min-height: 300px;
  }
}

.doctor-articles {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 35px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .doctor-articles {
    padding: 25px;
  }
}
.doctor-articles-header {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.doctor-articles-header-photo {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
}
.doctor-articles-header-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
  font-size: 18px;
}
.doctor-articles-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.doctor-articles-item:not(:last-child) {
  margin-bottom: 20px;
}
.doctor-articles-item:not(:last-child) .doctor-articles-item-link {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
}
.doctor-articles-item-ico {
  font-size: 32px;
  margin-right: 30px;
  color: #C3C8CD;
}
.doctor-articles-item-link a:hover {
  color: #13C28E;
  text-decoration: underline;
}
.dot-list.flex li {
  margin: 0 10px 5px 0;
}
.dot-list li {
  position: relative;
  padding-left: 25px;
}
.dot-list li:not(:last-child) {
  margin-bottom: 10px;
}
.dot-list li:before {
  content: "";
  width: 7px;
  height: 7px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #13C28E;
  position: absolute;
  left: 0;
  top: 7px;
}
  .dot-list li.m_default:before{
    background-color: #13C28E;
  }
  .dot-list li.m_orange:before{
    background-color: #FE8500;
  }
  .dot-list li.m_purple:before{
    background-color: #9c88fa;
  }
  .dot-list li.m_blue:before{
    background-color: #25a8dd;
  }
  .dot-list li.m_green:before{
    background-color: #c6ce30;
  }
.doctor-timeline {
  margin-bottom: 30px;
}
.doctor-timeline-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.doctor-timeline-item:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  .doctor-timeline-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.doctor-timeline-date {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  padding: 10px;
  margin-right: 140px;
  position: relative;
  max-width: 197px;
  min-width: 197px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .doctor-timeline-date {
    max-width: 120px;
    min-width: 120px;
  }
}
@media only screen and (max-width: 992px) {
  .doctor-timeline-date {
    position: absolute;
    left: 25px;
    top: -20px;
    z-index: 2;
  }
}
.doctor-timeline-date.orange {
  background-color: #FE8500;
  color: #fff!important;
}
.doctor-timeline-date.green {
  background-color: #13C28E;
  color: #fff!important;
}
.doctor-timeline-date:after {
  content: "";
  height: 1px;
  background-color: #E5E5E5;
  position: absolute;
  width: 83px;
  right: -110px;
  top: 50%;
  margin-top: -0.5px;
}
@media only screen and (max-width: 992px) {
  .doctor-timeline-date:after {
    display: none;
  }
}
.doctor-timeline-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 25px;
}
@media only screen and (max-width: 992px) {
  .doctor-timeline-content {
    padding: 45px 25px 25px 25px;
  }
}
.doctor-timeline-content.flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .doctor-timeline-content.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.doctor-timeline-content.flex p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .doctor-timeline-content.flex p {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.info-doctor-description {
  margin-bottom: 30px;
}
.info-doctor-description h1 {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
}
.info-doctor-description p {
  line-height: 2.4;
  letter-spacing: 0.01em;
}
.info-doctor-photo {
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.info-doctor-photo img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.info-doctor-position {
  font-weight: 600;
  margin-bottom: 30px;
  color: #13C28E;
}
.info-doctor-spec {
  margin-bottom: 35px;
}
.info-doctor-spec-title {
  margin-bottom: 15px;
  color: #929BA3;
}
.info-doctor-spec-item:not(:last-child) {
  margin-bottom: 15px;
}
.info-doctor-advantages {
  background-color: #13C28E;
  color: #fff;
  padding: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.info-doctor-advantages-item b {
  display: block;
  font-size: 18px;
}
.info-doctor-list-info {
  padding: 35px;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .info-doctor-list-info {
    padding: 25px;
  }
}
.main {
  text-wrap: pretty;
  padding: 40px 0;
}
.section ~ .section{
  margin-top: 40px;
}
@media (min-width: 1366px) {
  .main {
    padding: 55px 0;
  }
  .section ~ .section{
    margin-top: 55px;
  }

}
@media (min-width: 1900px) {
  .main {
    padding: 70px 0;
  }
  .section ~ .section{
    margin-top: 70px;
  }
}
.main-single {
  padding: 0 0 35px 0;
}

@media only screen and (max-width: 576px) {
  .header-top .container {
    padding: 0;
  }
}

.header-top-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-top-list li:not(:last-child) {
  margin-right: 20px;
}
.header-top-list li a:hover {
  color: #13C28E;
}
.header-top-mobile ul.header-top-list li {
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  text-align: center;
  border-right: 1px solid #E6E6E6;
}
.header-top-mobile ul.header-top-list li a {
  display: block;
  font-size: 18px;
  padding: 15px 2px;
}
.header-top-mobile ul.header-top-list li a.button-green:hover {
  color: #fff;
}
.header-top-mobile ul.header-top-list li a.button-green:active {
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .header {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    padding: 0;
  }
}
.header-items {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.header-address {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}


.header-address-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header-address-text p {
  margin: 0 0 5px 0;
}
.header-buttons-mobile {
  margin-top: 12px;
  border: 1px solid var(--theme-border);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  display: none;
}
@media (min-width: 768px) {
  .header-buttons-mobile{
    display: flex;
  }
}
@media (min-width: 1366px) {
  .header-buttons-mobile{
    display: none;
  }
}
.header-buttons-mobile li a {
  display: block;
  text-align: center;
  font-size: 18px;
  padding: 15px 5px;
  position: relative;
  z-index: 2;
}
.header-buttons-mobile li a.menu {
  border-bottom: 2px solid #FE8500;
}
.header-contact li {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
}
.header-contact li:not(:last-child) {
  margin-bottom: 5px;
}

.header-nav-sub {
  position: absolute;
  width: 780px;
  padding: 35px;

  background-color: #fff;
  box-shadow: 3px 6px 7px rgba(0, 0, 0, 0.14);
  z-index: 9;

  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s;
}
.header-nav-li:hover .header-nav-sub {
  display: flex;
  visibility: visible;
  opacity: 1;
}
.header-nav-li:nth-child(n+4) .header-nav-sub{
  right: 0;
}
.header-nav-sub.ssm {
  width: 500px;
}
.header-nav-sub.other{
  width: 200px;
}
.header-nav-li {
  flex-grow: 2;
  position: relative;
}
.header-nav-li:first-child,
.header-nav-li:last-child{
  flex-grow: 1;
}
.header-nav-li:first-child .header-nav-item{
  justify-content: flex-start;
}
.header-nav-li:last-child .header-nav-item{
  justify-content: flex-end;
}
.header-nav-li.current .header-nav-item{
  color: var(--theme-color-accent);
}
.header-nav-li  a:not([class]){
  transition: all .25s;
}
.header-nav-li  a:not([class]):focus,
.header-nav-li  a:not([class]):hover,
.header-nav-li:focus  .header-nav-item,
.header-nav-li:hover  .header-nav-item {
 color: var(--theme-color-accent-hover);
}
.header-nav-li:focus  i.icons-mask,
.header-nav-li:hover   i.icons-mask{
  background-color:  var(--theme-color-accent-hover);
}
.header-nav-li:active  i.icons-mask{
  background-color: var(--theme-color-accent-active);
}
.header-nav-li  a:not([class]):active,
.header-nav-li:active  .header-nav-item {
  color: var(--theme-color-accent-active);
}



.header-nav-item {
  display: flex;
  padding: 20px 0;
  justify-content: center;
  transition: all .25s;
}
.header-nav-item-ico {
  max-height: 40px;
  margin-bottom: 15px;
}
.header-nav-item path {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.header .buttons-list {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}


.footer-bottom {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-top .buttons-list {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .footer-top .buttons-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .footer-top .buttons-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-top .buttons-list li {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .footer-top .buttons-list li:last-child {
    margin-bottom: 0;
  }
  .footer-top .buttons-list li a {
    display: block;
    width: 100%;
    text-align: center;
  }
}





.section-search {
  margin-bottom: 20px;
}
.section-search-form {
  position: relative;
  overflow: hidden;
}
.section-search-form label {
  display: block;
  overflow: hidden;
  margin: 0;
}
.section-search-form input {
  min-height: 118px;
  padding: 0 35% 0px 25px;
}
.section-search-form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0px;
  border: none;
  background-color: transparent;
  font-size: 20px;
  cursor: pointer;
  color: #7F8A98;
  width: 90px;
  height: 100%;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.section-search-form button:hover {
  color: #13C28E;
}
.section-search-form button i {
  margin: 0!important;
}
.section-search-form button:focus {
  outline: none;
}
.section-search-form-decription {
  position: absolute;
  top: 25px;
  left: 25px;
  white-space: nowrap;
}
.section-search-form-decription small {
  display: block;
  font-size: 13px;
  color: #929BA3;
  margin-top: 5px;
}
.section-search-form-result {
  position: absolute;
  right: 80px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #42505E;
  font-size: 14px;
  display: none;
}
.section-search-form.xs input {
  min-height: 70px;
}
.section-search-form.xs .section-search-form-decription {
  top: 10px;
  font-size: 18px;
}
.section-search-form.xs .section-search-form-decription small {
  margin-top: 0;
}
.section-nav {
  margin-bottom: 20px;
}
.section-nav-list.reset {
  margin-bottom: 30px;
}
.section-nav-list li:not(:last-child) {
  border-bottom: 1px solid #DBDBE2;
}
.section-nav-list-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-nav-list-single.reset {
  margin: 0 -15px 30px -15px;
}
.section-nav-list-single li {
  width: 25%;
  padding: 0 15px;
  border: none!important;
}
@media only screen and (max-width: 1200px) {
  .section-nav-list-single li {
    width: 33.333%;
  }
}
@media only screen and (max-width: 992px) {
  .section-nav-list-single li {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .section-nav-list-single li {
    width: 100%;
  }
}
.section-nav-list-single li .section-nav-item {
  border-bottom: 1px solid #DBDBE2;
}
.section-nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 0;
}
.section-nav-item-ico {
  max-width: 30px;
  min-width: 30px;
  max-height: 30px;
  margin-right: 15px;
  line-height: 1;
  text-align: center;
}
.section-nav-item-ico img {
  max-height: 30px;
}
.section-nav-item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-nav-item:hover {
  color: #13C28E;
}
.section-danger .danger-message {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.section-services-buttons {
  margin-bottom: 30px;
}
.section-services-buttons-list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #DBDBE2;
}
.section-services-buttons-list li {
  border-bottom: 2px solid transparent;
  position: relative;
  top: 1px;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.section-services-buttons-list li i.icon {
  font-size: 20px;
  margin-right: 5px!important;
}
@media only screen and (max-width: 992px) {
  .section-services-buttons-list li {
    font-size: 14px;
  }
}
.section-services-buttons-list li a {
  padding: 20px 0;
}
.section-services-buttons-list li a:hover {
  color: #FE8500 !important;
}
.section-services-buttons-list li.current {
  border-color: #FE8500;
}
.section-services-buttons-list li.current a {
  font-weight: 500;
}
.section-services-row {
  margin-bottom: 30px;
}
.section-services-row-item:not(.current) {
  display: none;
}
.services-item {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 20px;
  margin-bottom: 30px;
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  position: relative;
}
.services-info {
  position: absolute;
  right: 20px;
  top: 20px;
}
.services-ico {
  min-height: 66px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.services-ico img {
  max-height: 66px;
  -o-object-fit: cover;
  object-fit: cover;
}
.services-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.services-title:last-child {
  margin: 0;
}
.services-description {
  /*-webkit-align-self: flex-end;*/
  /*-ms-flex-item-align: end;*/
  /*align-self: flex-end;*/
  font-size: 13px;
  color: #8C8C8C;
  letter-spacing: -0.05em;
}
.section-services-buttons {
  margin-bottom: 30px;
}
.services-button {
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 10px 15px;
  text-align: center;
}
.services-button-ico {
  max-width: 40px;
  margin-right: 15px;
}
.services-button-ico img,
.services-button-ico svg {
  max-width: 40px;
  max-height: 40px;
}
.services-button-ico path,
.services-button-ico circle {
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.services-button-text {
  font-weight: 600;
  color: #42505E;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.services-button:hover {
  background-color: #13C28E;
  border-color: #13C28E;
}
.services-button:hover path,
.services-button:hover circle {
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  stroke: #fff;
}
.services-button:hover .services-button-text {
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  color: #fff;
}
.section-gifts-slider {
  margin-bottom: 15px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow:hidden;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
}
.section-gifts-slider-item {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 35px 50% 25px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 500;
  min-height: 240px;
  position: relative;
  overflow: hidden;
  background-size:cover;
}
@media only screen and (max-width: 768px) {
  .section-gifts-slider-item {
    -webkit-background-size: contain;
    background-size: contain;
    min-height: 125px;
  }
}
/*.section-gifts-slider-item:before {
  content: "";
  width: 80%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #fff 50%, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, #fff 50%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
  top: 0;
}*/
@media only screen and (max-width: 1200px) {
  .section-gifts-slider-item {
    font-size: 14px;
  }
}
.section-gifts-slider-item.small {
  min-height: 120px;
  padding: 20px;
}
.section-gifts-slider-item.small p {
  max-width: 50%;
}
@media only screen and (max-width: 576px) {
  .section-gifts-slider-item.small p {
    max-width: 90%;
  }
}
.section-gifts-slider-item p {
  margin: 0 0 5px 0;
  position: relative;
  z-index: 2;
}
.section-gifts-slider-item p img {
  display: inline-block;
}
.section-about {
  padding: 65px 0;
}
@media only screen and (max-width: 992px) {
  .section-about {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .section-about {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 576px) {
  .section-about {
    padding: 0;
  }
}
.section-about-item:not(:last-child) {
  margin-bottom: 45px;
}
@media only screen and (max-width: 992px) {
  .section-about-item:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 576px) {
  .section-about-item:not(:last-child) {
    margin-bottom: 0px;
  }
}
.section-about-item-img {
  margin-bottom: 30px;
}
.section-about-item-text {
  margin-bottom: 30px;
}
.section-about p {
  line-height: 2.4;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 992px) {
  .section-about p {
    letter-spacing: normal;
    line-height: 1.9;
  }
}
.section-about h2 {
  font-weight: 500;
  color: #42505E;
  margin-bottom: 20px;
}
.section-doctors-slider {
  /*padding: 0 115px;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-doctors-slider .slick-arrow + .slick-list{
  margin: 0 115px;
}
@media only screen and (max-width: 1200px) {
  .section-doctors-slider {
    /*padding: 0 82px;*/
  }
  .section-doctors-slider .slick-arrow + .slick-list{
    margin: 0 82px;
  }
}
@media only screen and (max-width: 992px) {
  .section-doctors-slider {
    /*padding: 0;*/
  }
  .section-doctors-slider .slick-list{
    margin: 0;
  }
}
.section-doctors-slider.slick-initialized .doctor-item {
  margin-bottom: 10px;
}
.section-doctors-slider .slick-prev,
.section-doctors-slider .slick-next {
  top: 30%;
}
.services-acordeon {
  margin-bottom: 30px;
}
.services-acordeon-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .services-acordeon-content {
    margin-bottom: 5px;
  }
}
.services-acordeon-content p {
  margin: 0 0 3px 0;
}
.services-acordeon-content small {
  font-size: 13px;
  color: #929ba3;
}
.services-acordeon-item:not(:last-child) {
  margin-bottom: 10px;
}
.services-acordeon-item-header {
  background: #F4F6F8;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #42505E;
  font-weight: 600;
  padding: 15px 50px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.services-acordeon-item-header:before {
  content: "+";
  height: 100%;
  width: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #13C28E;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.services-acordeon-item-header.active {
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  background-color: #13C28E;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .services-acordeon-item-header.active {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
}
.services-acordeon-item-header.active span.services-acordeon-cols {
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  color: #fff;
}
.services-acordeon-item-header.active:before {
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  content: "-";
  color: #fff;
}
.services-acordeon-item-content {
  padding: 10px 0 20px 50px;
}
@media only screen and (max-width: 768px) {
  .services-acordeon-item-content {
    padding: 10px 15px;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }
}
.services-acordeon-item-content:not(.active) {
  display: none;
}
.services-acordeon-item-content.no-dot {
  padding: 10px 0 20px 0;
}
.services-acordeon-item-content.no-dot .services-acordeon-item-line:before {
  display: none;
}
.services-acordeon-item-line {
  border-bottom: 1px solid #E5E5E5;
  padding: 15px 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .services-acordeon-item-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .services-acordeon-item-line:last-child {
    border: none;
  }
}
.services-acordeon-item-line:before {
  content: "";
  width: 6px;
  height: 6px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: -25px;
  top: 25px;
  right: 0;
  background-color: #13C28E;
}
@media only screen and (max-width: 768px) {
  .services-acordeon-item-line:before {
    display: none;
  }
}
.services-acordeon-cols {
  color: #BFBFBF;
}
.single-services {
  max-width: 650px;
}
.single-services-order-info {
  color: #42505E;
  margin-bottom: 30px;
}
.single-services-order-price {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 10px;
}
.single-services-order-status {
  margin-bottom: 30px;
}
.single-services-order-status-item {
  max-width: 400px;
  background-color: #F4F6F8;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 25px 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .single-services-order-status-item {
    max-width: 100%;
  }
}
.single-services-order-status-item:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 576px) {
  .single-services-order-status-item {
    padding: 25px;
  }
}
.single-services-order-status-ico {
  max-width: 26px;
  margin-right: 20px;
}
.single-services-order-status-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
}
.single-services-order-status-content p {
  margin: 0 0 5px 0;
}
.single-services-order-status-content a {
  color: #13C28E;
}
.single-services-order-status-content a:hover {
  text-decoration: underline;
  color: #13C28E;
}
.section-block {
  padding: 20px 0;
}
.section-services {
  margin-bottom: 30px;
}
.section-services-steps {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 0 0 10px 30px;
}
@media only screen and (max-width: 576px) {
  .section-services-steps {
    padding: 0 0 10px 15px;
  }
}
.section-services-steps-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 0px 0px 0;
  position: relative;
}
.section-services-steps-item:not(:last-child) .section-services-steps-content {
  border-bottom: 1px solid #E5E5E5;
}
.section-services-steps-item:not(:last-child):after {
  content: "";
  width: 2px;
  height: -webkit-calc(100% - 43px);
  height: calc(100% - 43px);
  background-color: #13C28E;
  position: absolute;
  left: 18px;
  top: 60px;
}
.section-services-steps-ico {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 36px;
  background-color: #13C28E;
  margin-right: 20px;
  position: relative;
  font-weight: 600;
}
@media only screen and (max-width: 576px) {
  .section-services-steps-ico {
    margin-right: 15px;
  }
}
.section-services-steps-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 20px;
  padding-right: 15px;
}
.section-services-info {
  margin-bottom: 30px;
}
.section-services-info-item {
  border-bottom: 1px solid #E5E5E5;
  padding: 30px 0;
}
.section-services-info-item:first-child {
  padding-top: 0;
}
.contact-description {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  color: #42505E;
}
@media only screen and (max-width: 576px) {
  .contact-description {
    font-size: 20px;
  }
}
.contact-single-title {
  margin-bottom: 15px;
  color: #13C28E;
  font-weight: 500;
}
.contact-list.reset {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .contact-list.reset {
    margin-bottom: 30px;
  }
}
.contact-list li {
  font-weight: 500;
  color: #42505E;
}
.contact-list li:not(:last-child) {
  margin-bottom: 8px;
}
.contact-list li a {
  text-decoration: underline;
}
.contact-list li a:hover {
  text-decoration: none;
}
.contact-content {
  max-width: 430px;
  margin-bottom: 30px;
}
.contact-map {
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.main-table {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .main-table {
    overflow-x: auto;
    width: 100%;
  }
}
.main table {
  width: 100%;
  border-collapse: collapse;
}
.main table thead tr {
  border-bottom: 1px solid #E5E5E5;
  font-weight: 500;
  font-size: 14px;
  color: #929BA3;
}
.main table tr:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}
.main table tr td {
  padding: 15px 25px;
  font-size: 14px;
}
.rewiews-filter {
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.rewiews-item {
  margin-bottom: 30px;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.rewiews-item.culumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.rewiews-item.culumn .rewiews-item-autore {
  padding-right: 0;
  padding-bottom: 25px;
  width: 100%;
  max-width: 100%;
}
.rewiews-item.culumn .rewiews-item-text {
  padding-left: 0;
  border-left: none;
  border-top: 1px solid #E5E5E5;
  padding-top: 25px;
}
@media only screen and (max-width: 768px) {
  .rewiews-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
  }
}
.rewiews-item-autore {
  padding-right: 35px;
  width: 280px;
  flex: 0 0 280px;
  /*width: 100%;*/
}
@media only screen and (max-width: 768px) {
  .rewiews-item-autore {
    padding-right: 0;
    padding-bottom: 25px;
    flex: 0 0 100%;
    width: 100%;
  }
}
.rewiews-item-autore-name {
  margin-bottom: 15px;
  font-weight: 18;
}
.rewiews-item-text {
  border-left: 1px solid #E5E5E5;
  padding-left: 35px;
}
@media only screen and (max-width: 768px) {
  .rewiews-item-text {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #E5E5E5;
    padding-top: 25px;
  }
}
.rewiews-item-text-info.reset {
  margin-bottom: 15px;
}
.rewiews-item-text-info li:not(:last-child) {
  margin-bottom: 10px;
}
.rewiews-item-more {
  cursor: pointer;
  color: #13C28E !important;
  text-decoration: underline!important;
}
.rewiews-item-more:hover {
  text-decoration: none!important;
}
.rewiews-item-attach.reset {
  margin-bottom: 30px;
}
.rewiews-item-attach li {
  margin: 0 10px 10px 0;
}
.doctors-description {
  margin-bottom: 30px;
}
.doctors-description p {
  line-height: 1.9;
  letter-spacing: 0.01em;
}
.doctors-vals {
  text-align: center;
  margin-bottom: 30px;
}
.doctors-vals-val {
  color: #13C28E;
  font-weight: 600;
  font-size: 38px;
}
@media only screen and (max-width: 576px) {
  .doctors-vals-val {
    font-size: 26px;
  }
}
.doctors-filter {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1200px) {
  .custom-row-page .custom-row-item {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .custom-row-page .custom-row-item {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 768px) {
  .custom-row-page .custom-row-item {
    width: 50%;
  }
}
.order-modal-item {
  max-width: 890px;
  margin-bottom: 30px;
}
.modal-title {
  color: #42505E;
}
.modal-title-center {
  text-align: center;
}
.modal-title-center:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 576px) {
  .modal-title-center:not(:last-child) {
    margin-bottom: 35px;
  }
}
.modal-title {
  color: #42505E;
}
.modal-title:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 576px) {
  .modal-title:not(:last-child) {
    margin-bottom: 35px;
  }
}
.modal-order-items .col-md-4:not(:last-child) {
  border-right: 1px solid #E5E5E5;
}
@media only screen and (max-width: 768px) {
  .modal-order-items .col-md-4:not(:last-child) {
    border: none;
  }
}
.modal-order-item {
  text-align: center;
}
.modal-order-item-ico {
  margin-bottom: 20px;
  cursor: pointer;
}
.modal-order-item-ico img {
  max-height: 86px;
}
.modal-order-item-text h6 {
  font-size: 18px;
  margin-bottom: 5px;
  cursor: pointer;
}
.modal-order-item-text p {
  color: #8C8C8C;
  font-size: 14px;
}
.modal-order-result {
  margin-bottom: 30px;
}
.modal-order-result-item {
  background-color: #F9FAFB;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.modal-order-result-item:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 576px) {
  .modal-order-result-item {
    padding: 25px;
  }
}
.modal-order-result-ico {
  max-width: 60px;
  margin-right: 20px;
}
.modal-order-result-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #42505E;
}
.modal-order-result-content .orange {
  color: #FE8500;
  font-size: 14px;
}
.modal-order-result-content .orange .label-ico {
  margin-right: 10px;
}
.modal-order-result-content small {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  color: #929BA3;
}
.modal-order-result-content ul.reset {
  margin-bottom: 15px;
}
.modal-order-result-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.modal-timeline {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.modal-timeline-icons {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.modal-timeline-icons-item {
  width: 25%;
  text-align: center;
  position: relative;
}
.modal-timeline-icons-item:not(:last-child):after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.modal-timeline-icons-item:not(:last-child).current:after {
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  background-color: #13C28E;
}
.modal-timeline-icons-item.current .ico {
  border-color: #13C28E;
  color: #13C28E;
  background-color: #fff;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.modal-timeline-icons-item:not(:last-child).active:after {
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  background-color: #13C28E;
}
.modal-timeline-icons-item.active .ico {
  border-color: #13C28E;
  color: #fff;
  background-color: #13C28E;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.modal-timeline-icons-item .ico {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #C3C8CD;
  background-color: #C3C8CD;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 35px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.modal-timeline-text {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.modal-timeline-text-item {
  width: 25%;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  color: #929BA3;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.modal-timeline-text-item.current {
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  color: #42505E;
}
.modal-timeline-inner {
  text-align: center;
  max-width: 535px;
  margin: 0 auto 35px auto;
}
@media only screen and (max-width: 768px) {
  .modal-timeline-inner {
    display: none;
  }
}
.modal-timeline-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
  left: 0;
  top: 18px;
}
.modal-main-footer.flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .modal-main-footer.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .modal-main-footer.flex a.button:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .modal-main-footer.flex .button {
    padding-left: 5px;
    padding-right: 5px;
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.modal-decor-info {
  max-width: 90%;
  margin: 0 auto 30px auto;
}
@media only screen and (max-width: 992px) {
  .modal-decor-info {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}
.modal-decor-info-text {
  background-color: #F4F7FA;
  padding: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .modal-decor-info-text {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .modal-decor-info-img {
    text-align: center;
  }
}
.modal-title-small {
  font-weight: 500;
  margin-bottom: 15px;
  color: #929BA3;
}
.modal-calendar {
  margin-bottom: 30px;
}
.modal-time-select {
  margin-bottom: 20px;
}
.modal-time-select input[type="radio"] {
  display: none;
}
.modal-time-select input[type="radio"]:checked + div {
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  border-color: #13C28E;
}
.modal-time-select input[type="radio"]:checked + div:before {
  background-image: url("../images/svg/modal-radio-2.svg");
}
.modal-time-select-item {
  margin: 0;
}
.modal-time-select-item-content {
  cursor: pointer;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  padding: 10px 150px 10px 58px;
  background-color: #fff;
  background-position: 95% center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.modal-time-select-item-content:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../images/svg/modal-radio-1.svg");
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: center center;
  background-repeat: no-repeat;
}
.modal-time-info {
  margin-bottom: 30px;
  color: #42505E;
}
.modal-time-info p {
  margin: 0 0 5px 0;
}
.modal-time-info a {
  font-size: 14px;
  text-decoration: underline;
  color: #929BA3;
}
.modal-time-info a:hover {
  text-decoration: none;
}
.modal-close {
  position: absolute;
  right: 25px;
  top: 20px;
  z-index: 3;
}
.modal-dialog,
.modal-content {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.modal-dialog {
  max-width: 890px;
}
.modal-content {
  padding: 25px;
  position: relative;
}
.modal-order-quiz {
  display: none;
}
.modal-order-quiz-item:not(.current) {
  display: none;
}
.services-item-custom {
  margin-bottom: 30px;
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  background: #F4F6F8;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.ui-header {
  padding: 10px 25px;
  background-color: #f5f5f5;
  font-weight: 600;
}
.ui-content {
  padding: 20px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-content.icons li {
  padding: 15px;
  font-size: 22px;
  color: #929ba3;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.ui-content.icons li:hover {
  color: #13C28E;
}
.ui-buttons.reset {
  margin-bottom: 0px;
}
.ui-buttons.reset li:not(:last-child) {
  margin-right: 15px;
  margin-bottom: 10px;
}

#forms{
  z-index: 9999;
}
#forms .modal-content{
  box-shadow: -26px 41px 21px rgba(0,0,0,0.02), 1px 22px 24px rgba(0,0,0,0.02);
}
