@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
}
.hidden{
  display:none !important;
}
body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  position: relative;
}

.wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  min-width: 320px;
}

.container {
  max-width: 1140px;
  padding: 0 8px;
  margin: 0 auto;
}
.autocomplete-search{
  width:100%;
   max-height:10em; 
   overflow-y:scroll;
    position:absolute;
     top:3em;
      background:white; 
      border:2px solid pink;padding:1em
}
.autocomplete-link{
  text-decoration: none;
  display:flex;width:100%;
}
.autocomplete-link-img{
  width:30%
}
.autocomplete-link-img img{
  width:2em; height:auto
}
.autocomplete-link-text{
  font-size:0.8em; margin-left:10px;
  
}
@media (min-width: 410px) {
  .container {
    padding: 0 35px;
  }
}

.container-fluid {
  max-width: 1460px;
  margin: 0 auto;
  width: 100%;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

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

p {
  margin: 0;
  padding: 0;
}

.br {
  display: block;
}

.blue {
  color: #389FE7;
}

.yellow {
  color: #fed73a;
}

.bold {
  font-weight: 900;
}

.btn {
  border: 1px solid #0F0E0E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 24px;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  color: #0F0E0E;
  padding: 12px 20px;
  min-width: 145px;
  text-align: center;
}

.btn.primary {
  background: #389FE7;
  border-radius: 4px;
  border: none;
  color: #fff;
  font-weight: 500;
}

.btn-add {
  padding: 16px;
  border: 1px dashed #C7D4DE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-add svg {
  margin-right: 12px;
}

textarea {
  border: none;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  border-bottom: 1px solid #C7D4DE;
  padding: 12px 7px;
  width: 100%;
  line-height: 1;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
  resize: none;
  outline: none;
}

textarea::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #8B9DAA;
  font-style: normal;
}

textarea:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #8B9DAA;
  font-style: normal;
}

textarea::-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #8B9DAA;
  font-style: normal;
}

textarea::placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #8B9DAA;
  font-style: normal;
}

.textarea-holder {
  overflow: hidden;
}

.search-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #B8B8B8;
  width: 100%;
}

@media (min-width: 768px) {
  .search-holder {
    width: auto;
  }
}

.search-holder input[type="search"] {
  border: none;
  width: calc(100% - 20px);
}

@media (min-width: 768px) {
  .search-holder input[type="search"] {
    width: auto;
  }
}

.search-holder input[type="submit"] {
  width: 20px;
  height: 20px;
  border: none;
  background: url(../image/search-icon.png) no-repeat 50% 50%;
  /* Параметры фона */
}

.link-def {
  font-size: 14px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #389FE7;
}

.btn-holder.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.mb-1 {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .mb-1 {
    margin-bottom: 50px;
  }
}

.mb-2 {
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .mb-2 {
    margin-bottom: 20px;
  }
}

input {
  border: none;
  border-bottom: 1px solid #C7D4DE;
  color: #33434F;
  font-size: 14px;
  line-height: 16px;
  padding: 12px 1px;
}

input::-webkit-input-placeholder {
  color: #8B9DAA;
  font-size: 14px;
  line-height: 16px;
}

input:-ms-input-placeholder {
  color: #8B9DAA;
  font-size: 14px;
  line-height: 16px;
}

input::-ms-input-placeholder {
  color: #8B9DAA;
  font-size: 14px;
  line-height: 16px;
}

input::placeholder {
  color: #8B9DAA;
  font-size: 14px;
  line-height: 16px;
}

input:hover, input:focus, input:focus-visible, input:focus-within {
  border-bottom: 1px solid #C7D4DE;
  background-color: transparent;
  outline: none;
}

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

.header {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .header {
    padding: 80px 0 40px;
  }
}

.header-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .logo-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .logo-text {
  padding-left: 8px;
  border-left: 1px solid #B8B8B8;
  font-size: 12px;
  line-height: 1.2;
  color: #5C5C5C;
}

@media (min-width: 410px) {
  .header .logo-text {
    padding-left: 16px;
  }
}

.header .logo-img {
  padding-right: 11px;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 42px;
  font-weight: 900;
}

@media (min-width: 410px) {
  .header .logo-img {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .header .info-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header .enter-btn {
  text-decoration: none;
  color: #000000;
  
  /* fixed */
  padding: 8px;
  display: block;
  margin-right: 4px;
}

.header .enter-btn path {
  fill: #389FE7 !important;
}

@media (min-width: 1024px) {
  .header .enter-btn path {
    fill: #9E9E9E !important;
  }
}

.header .enter-text {
  display: none;
}

@media (min-width: 1024px) {
  .header .enter-text {
    display: inline;
  }
}

.header .drop-info {
  display: none;
  position: absolute;
  top: 40px;
}

.header .drop-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .drop-holder .name {
  display: none;
}

@media (min-width: 1024px) {
  .header .drop-holder .name {
    display: block;
  }
}

.header .drop-holder .img-holder {
  width: 38px;
  height: 38px;
  position: relative;
  padding-right: 20px;
  padding-left: 12px;
}

.header .drop-holder .img-holder img {
  width: 100%;
  height: 100%;
}

.header .drop-holder .icon-drop {
  position: absolute;
  top: 14px;
  right: 0;
  border: solid #33434F;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .drop-holder.active .drop-info {
  display: block;
}

.footer .top-holder {
  padding-top: 31px;
  font-size: 12px;
  border-top: 1px solid #B8B8B8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .footer .top-holder {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.footer .top-holder div {
  margin-bottom: 14px;
  width: 100%;
}

.footer .top-holder ul li {
  margin-bottom: 14px;
}

.footer .top-holder a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}

.footer-info {
  font-size: 9px;
  line-height: 1;
  color: #5C5C5C;
}

@media (min-width: 768px) {
  .footer-info {
    font-size: 14px;
  }
}

.footer .soc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .soc-list a {
  margin-left: 8px;
}

.banner {
  width: 100%;
  min-height: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
  padding: 80px 30px;
  background-color: #f39ea2;
}

.banner-wrap {
  max-width: 60%;
}

.banner h1 {
  width: 100%;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  color: #0c0e15;
  margin: 0px;
  padding: 0px 0px 10px;
}

.banner-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 36px;
  color: #131722;
  text-align: left;
  line-height: 1.35;
}

.about {
  padding-top: 25px;
}

@media (min-width: 768px) {
  .about {
    padding-top: 50px;
  }
}

.about .direction-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 40px;
}

@media (min-width: 1024px) {
  .about .direction-holder {
    margin: 0 0 60px;
  }
}

.about .direction-item {
  margin: 0 0 20px;
  width: 48%;
  height: 22vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  text-decoration: none;
  text-align: center;
  color: #000000;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.34);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.34);
}

@media (min-width: 410px) {
  .about .direction-item {
    width: 26%;
  }
}

@media (min-width: 1024px) {
  .about .direction-item {
    width: 15%;
    height: 12vw;
    border-radius: none;
  }
}

.about .direction-item__img svg, .about .direction-item__img img {
  width: 30px;
  height: 30px;
}

.about .tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.about .page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.about .page-list a {
  text-decoration: none;
  margin-right: 28px;
  color: #0F0E0E;
}

.about .page-list a.active {
  border-bottom: 2px solid #389FE7;
}

.section-best-doctors {
  padding-top: 45px;
  padding-bottom: 70px;
}

@media (min-width: 1024px) {
  .section-best-doctors .container {
    border-top: 1px solid #B8B8B8;
    padding-top: 50px;
    padding-bottom: 140px;
  }
}

.section-best-doctors h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  color: #000000;
  margin-top: 0;
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .section-best-doctors h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 1023px) {
  .section-best-doctors .select2-container {
    width: 100% !important;
  }
}

.section-best-doctors .filter {
  display: block;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #389FE7;
  background: #FFFFFF;
  border: 1px solid #389FE7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 32px;
  padding: 7px 12px;
  position: absolute;
  right: 0;
  top: -7px;
}

@media (min-width: 1024px) {
  .section-best-doctors .filter {
    display: none;
  }
}

.section-best-doctors .filter-inner {
  display: none;
}

@media (min-width: 1024px) {
  .section-best-doctors .filter-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.section-best-doctors .filter-inner a {
  margin-right: 12px;
}

.section-best-doctors .filter-inner a.active {
  border-bottom: 2px solid #389FE7;
}

.section-best-doctors .filter-holder {
  margin-top: 20px;
  width: 100%;
}

@media (min-width: 1024px) {
  .section-best-doctors .filter-holder {
    margin-top: 0;
    width: auto;
  }
}

.section-best-doctors .filter-holder.active .filter-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-best-doctors .btn {
  min-width: 144px;
}

.section-best-doctors .selects-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .section-best-doctors .selects-holder {
    margin-left: 40px;
    margin-top: 0;
  }
}

@media (max-width: 1023px) {
  .section-best-doctors .selects-holder div {
    width: 45%;
  }
}

.section-best-doctors .selects-holder div:not(:last-child) {
  margin-right: 40px;
}

.sorts-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  position: relative;
}

@media (min-width: 1024px) {
  .sorts-holder {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 50px;
  }
}

.sorts-holder > div:not(:last-child) {
  margin-right: 50px;
}

.sorts-holder a {
  color: #000000;
  text-decoration: none;
}

.doctors-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.doctors-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 20px 20px 6px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  margin-bottom: 16px;
}

@media (min-width: 410px) {
  .doctors-item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (min-width: 1024px) {
  .doctors-item {
    width: 50%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 55px;
  }
}

.doctors-item .img-holder {
  width: 72px;
  height: 72px;
  border-radius: 72px;
  overflow: hidden;
  margin-bottom: 10px;
}

@media (min-width: 410px) {
  .doctors-item .img-holder {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .doctors-item .img-holder {
    width: 107px;
    height: 107px;
    border-radius: 107px;
  }
}

.doctors-item .img-holder img {
  width: 72px;
  height: 72px;
  border-radius: 72px;
}

@media (min-width: 768px) {
  .doctors-item .img-holder img {
    width: 107px;
    height: 107px;
    border-radius: 107px;
  }
}

.doctors-item .main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 23px;
}

@media (min-width: 768px) {
  .doctors-item .main-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 34px;
    width: 66%;
  }
}

.doctors-item .main-info .sec-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .doctors-item .main-info .sec-info {
    padding-left: 5px;
    display: block;
  }
}

.doctors-item .name {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 4px;
}

.doctors-item .city {
  font-size: 14px;
  line-height: 16px;
  color: #389FE7;
  margin-bottom: 22px;
}

.doctors-item .profile {
  font-size: 14px;
  line-height: 16px;
  color: #0F0E0E;
  position: relative;
}

.doctors-item .profile:before {
  content: '';
  position: absolute;
  top: -10px;
  height: 1px;
  width: 110px;
  background-color: #B8B8B8;
}

.rating-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #389FE7;
  text-transform: uppercase;
}

.rating-head img {
  margin-right: 12px;
}

.work-time {
  font-size: 12px;
  line-height: 14px;
  color: #5C5C5C;
  margin-bottom: 10px;
  margin-right: 10px;
}

.work-time .years {
  padding-top: 4px;
  font-size: 14px;
  line-height: 16px;
  color: #389FE7;
}

.reviews-holder {
  font-size: 14px;
  line-height: 16px;
  color: #389FE7;
}

.icon-info {
  padding: 7px 0;
  text-align: left;
  color: #57C76E;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  width: 33px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon-info.rating {
  background: url(../image/rating.svg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 33px;
}

.icon-info.rating.grey {
  background: url(../image/rating-grey.svg);
  background-size: 33px;
  background-position: left;
  background-repeat: no-repeat;
  color: #C7D4DE;
}

.icon-info.star {
  background: url(../image/star.svg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 35px;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  height: 25px;
}

.section-page-doctor .info-doctor {
  padding: 40px 0 40px;
}

@media (max-width: 767px) {
  .section-page-doctor .info-doctor {
    max-width: 290px;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .section-page-doctor .info-doctor {
    padding: 40px 0 100px;
  }
}

.section-page-doctor .info-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-page-doctor .img-holder {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
}

@media (min-width: 1024px) {
  .section-page-doctor .img-holder {
    width: 22%;
    margin-bottom: 35px;
    display: block;
  }
}

.section-page-doctor .img-holder .holder-vip {
  position: relative;
}

.section-page-doctor .img-holder img {
  width: 152px;
  height: 152px;
}

@media (min-width: 1024px) {
  .section-page-doctor .img-holder img {
    width: 215px;
    height: 215px;
  }
}

.section-page-doctor .img-holder .vip-icon {
  display: none;
  width: 40px;
  height: 40px;
  right: 0;
  bottom: 0;
}

@media (min-width: 1024px) {
  .section-page-doctor .img-holder .vip-icon {
    right: 60px;
    bottom: 5px;
  }
}

.section-page-doctor .img-holder.vip .vip-icon {
  display: block;
  position: absolute;
}

.section-page-doctor .main-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1024px) {
  .section-page-doctor .main-info {
    width: 73%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-left: 5%;
  }
}

.section-page-doctor .main-info .left {
  width: 100%;
}

@media (min-width: 1024px) {
  .section-page-doctor .main-info .left {
    width: auto;
  }
}

.section-page-doctor .main-info .right {
  width: 100%;
}

@media (min-width: 1024px) {
  .section-page-doctor .main-info .right {
    width: auto;
  }
}

.section-page-doctor .icon-info {
  width: 72px;
  height: 74px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .section-page-doctor .icon-info {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

.section-page-doctor .icon-info.rating {
  background-position: left;
  background-repeat: no-repeat;
  background-size: 74px;
  font-size: 26px;
}

.section-page-doctor strong {
  font-size: 17px;
  line-height: 20px;
  color: #5C5C5C;
  margin-bottom: 15px;
  display: block;
}

@media (min-width: 1024px) {
  .section-page-doctor strong {
    margin-bottom: 30px;
  }
}

.section-page-doctor p {
  font-weight: 200;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .section-page-doctor p {
    font-size: 18px;
  }
}

.section-page-doctor .name {
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1024px) {
  .section-page-doctor .name {
    font-weight: 300;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}

.section-page-doctor .name img {
  display: none;
  width: 40px;
  height: 40px;
}

@media (min-width: 1024px) {
  .section-page-doctor .name img {
    width: 82px;
    height: 79px;
  }
}

.section-page-doctor .address {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #389FE7;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1024px) {
  .section-page-doctor .address {
    font-size: 12px;
  }
}

.section-page-doctor .address img {
  margin-right: 15px;
}

.section-page-doctor .social-list li {
  margin-bottom: 15px;
}

.section-page-doctor .social-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 16px;
  color: #389FE7;
  text-decoration: none;
}

.section-page-doctor .social-list li.social a {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-decoration: none;
}

.section-page-doctor .social-list li.social a img {
  margin-right: 5px;
}

.section-page-doctor .work-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 768px) {
  .section-page-doctor .work-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.section-page-doctor .work-list li {
  width: 40%;
  margin-bottom: 8px;
  padding-left: 5px;
  position: relative;
}

.section-page-doctor .work-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 2px;
  height: 2px;
  background: #0F0E0E;
}

.section-page-doctor .sec-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1024px) {
  .section-page-doctor .sec-info {
    display: block;
    text-align: center;
  }
}

.section-page-doctor .sec-info.d-n-mob {
  display: none;
}

@media (min-width: 1024px) {
  .section-page-doctor .sec-info.d-n-mob {
    display: block;
  }
}

.section-page-doctor .sec-info.d-n-desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1024px) {
  .section-page-doctor .sec-info.d-n-desk {
    display: none;
  }
}

.section-page-doctor .sec-info.d-n-desk .reviews-holder {
  display: none;
}

.section-page-doctor .sec-info.d-n-desk .work-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8px;
  border-top: 1px solid #B8B8B8;
  margin-bottom: 20px;
}

.section-page-doctor .sec-info.d-n-desk .years {
  margin-left: 10px;
}

.section-page-doctor .social-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 1024px) {
  .section-page-doctor .social-info {
    width: 22%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.section-page-doctor .social-info a {
  color: #389FE7;
  border-color: #389FE7;
  min-width: 162px;
}

.section-page-doctor .about-info {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 1024px) {
  .section-page-doctor .about-info {
    width: 73%;
    padding-left: 5%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 1024px) {
  .section-page-doctor .img-info {
    padding-left: 27%;
  }
}

.section-page-doctor .imgs-holder {
  margin: 0 -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 410px) {
  .section-page-doctor .imgs-holder {
    margin: 0 -18px;
  }
}

.section-page-doctor .imgs-holder img {
  padding: 0 4px;
  width: 40%;
  margin-bottom: 10px;
}

@media (min-width: 410px) {
  .section-page-doctor .imgs-holder img {
    width: 145px;
    padding: 0 9px;
  }
}

.section-reviews {
  background-color: #f5f5f5;
  padding-top: 27px;
  padding: 27px 8px;
}

@media (min-width: 1024px) {
  .section-reviews {
    padding: 47px 0;
  }
}

.section-reviews h2 {
  font-weight: 300;
  font-size: 33px;
  line-height: 39px;
  color: #000000;
  margin-bottom: 27px;
}

@media (min-width: 1024px) {
  .section-reviews h2 {
    margin-bottom: 47px;
  }
}

.section-reviews .reviewers-info {
  background: #FFFFFF;
  border-radius: 53px;
  padding: 30px 0;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .section-reviews .reviewers-info {
    padding: 48px 0;
  }
}

.section-reviews .reviewers-info.form {
  margin-bottom: 35px;
}

@media (min-width: 1024px) {
  .section-reviews .reviewers-info.form {
    margin-bottom: 75px;
  }
}

.section-reviews .reviewers-info .container {
  padding: 0 20px;
}

.section-reviews .text-holder {
  margin-bottom: 40px;
  overflow: hidden;
}

.section-reviews .info-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.section-reviews .info-holder .text-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-reviews .info-holder .text-holder {
  font-size: 14px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .section-reviews .info-holder .text-holder {
    font-size: 22px;
  }
}

.section-reviews .info-holder .img-holder {
  margin-right: 15px;
  width: 62px;
  height: 62px;
  border-radius: 62px;
}

@media (min-width: 768px) {
  .section-reviews .info-holder .img-holder {
    width: 54px;
    height: 54px;
    border-radius: 54px;
  }
}

.section-reviews .info-holder .img-holder img {
  width: 100%;
  height: 100%;
}

.section-reviews .info-holder span {
  display: block;
}

.section-reviews .stars-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #57C76E;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-reviews .stars-holder img {
  margin-right: 10px;
}

.section-reviews .stars-holder .stars-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-reviews .stars-holder span {
  display: none;
}

@media (min-width: 768px) {
  .section-reviews .stars-holder span {
    display: block;
    padding-right: 5px;
  }
}

.section-reviews .reviews-photos {
  margin: 0 -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 410px) {
  .section-reviews .reviews-photos {
    margin: 0 -18px;
  }
}

.section-reviews .reviews-photos img {
  padding: 0 4px;
  width: 40%;
  margin-bottom: 10px;
}

@media (min-width: 410px) {
  .section-reviews .reviews-photos img {
    width: 155px;
    padding: 0 9px;
  }
}

@media (min-width: 1024px) {
  .section-profile .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section-profile .left-side {
  background: #F4F8FB;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .section-profile .left-side {
    margin-right: 48px;
    max-width: 155px;
    margin-bottom: 30px;
    padding: 54px 44px;
  }
}

.section-profile .left-side .img-holder {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  margin: 0 auto 16px;
}

@media (min-width: 1024px) {
  .section-profile .left-side .img-holder {
    width: 144px;
    height: 144px;
    border-radius: 144px;
  }
}

.section-profile .left-side .img-holder img {
  width: 100%;
  height: 100%;
}

.section-profile .left-side .name-holder {
  font-size: 16px;
  line-height: 130%;
  color: #4B6475;
  margin-bottom: 26px;
}

.section-profile .left-side .profile-rating {
  color: #20B0A6;
  margin-bottom: 26px;
}

.section-profile .left-side .rating-holder {
  color: #20B0A6;
  min-height: 59px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-profile .left-side .rating-holder.rating {
  background: url(../image/rating-prof.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 59px;
}

.section-profile .left-side .rating-holder.rating.grey {
  background: url(../image/rating-grey.svg);
  background-size: 59px;
  background-position: center;
  background-repeat: no-repeat;
  color: #C7D4DE;
}

.section-profile .left-side .rating-holder .number {
  font-size: 20px;
  font-weight: 600;
}

.section-profile .left-side .info-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px;
}

.section-profile .left-side .likes-holder {
  margin: 0 5px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 10px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #20B0A6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-profile .left-side .likes-holder img {
  margin-right: 6px;
}

.section-profile .left-side .views-holder {
  margin: 0 5px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 10px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #389FE7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-profile .left-side .views-holder img {
  margin-right: 6px;
}

.section-profile .right-side {
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.section-profile .link-back {
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  font-size: 28px;
  line-height: 37px;
  color: #33434F;
  margin-bottom: 28px;
}

@media (min-width: 410px) {
  .section-profile .link-back {
    font-size: 32px;
  }
}

.section-profile .link-back .arrow {
  border: solid #33434F;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 5px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: relative;
  top: -6px;
  left: 0;
}

.section-profile .data-private,
.section-profile .prof-exp {
  padding: 20px;
  border: 1px solid #C7D4DE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 30px;
}

.section-profile .data-private strong,
.section-profile .prof-exp strong {
  font-weight: 400;
  color: #33434F;
  font-size: 14px;
  line-height: 16px;
}

.section-profile .social-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (min-width: 768px) {
  .section-profile .social-holder {
    width: auto;
  }
}

.section-profile .social-holder img {
  margin-right: 10px;
}

.section-profile .input-phone {
  width: 40px !important;
}

.section-profile .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (min-width: 1024px) {
  .section-profile .holder {
    width: auto;
  }
}

.section-profile .holder .phone {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.section-profile .holder > div,
.section-profile .holder .select2,
.section-profile .holder input {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .section-profile .holder > div,
  .section-profile .holder .select2,
  .section-profile .holder input {
    margin-right: 36px;
    width: auto;
    margin-bottom: 0;
  }
}

.section-profile .data-private strong {
  display: block;
  margin-bottom: 14px;
}

.section-profile .data-private > div {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .section-profile .data-private > div {
    margin-bottom: 32px;
  }
}

.section-profile .data-private input {
  width: 100%;
}

@media (min-width: 768px) {
  .section-profile .data-private input {
    width: auto;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .section-profile .prof-exp .select2-container {
    width: 100% !important;
  }
}

.section-profile h3 {
  margin-bottom: 15px;
}

.section-profile strong {
  display: block;
}

.section-profile .reviews-photos {
  margin: 0 -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 410px) {
  .section-profile .reviews-photos {
    margin: 0 -18px;
  }
}

.section-profile .reviews-photos img {
  padding: 0 4px;
  width: 40%;
  margin-bottom: 10px;
}

@media (min-width: 410px) {
  .section-profile .reviews-photos img {
    width: 155px;
    padding: 0 9px;
  }
}

.rating-area {
  overflow: hidden;
  width: 265px;
  margin: 0 auto;
}

.rating-area:not(:checked) > input {
  display: none;
}

.rating-area:not(:checked) > label {
  float: right;
  width: 42px;
  padding: 0;
  cursor: pointer;
  font-size: 32px;
  line-height: 32px;
  color: lightgrey;
  text-shadow: 1px 1px #bbb;
}

.rating-area:not(:checked) > label:before {
  content: '★';
}

.rating-area > input:checked ~ label {
  color: #57C76E;
  text-shadow: 1px 1px #57C76E;
}

.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
  color: #57C76E;
}

.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
  color: #57C76E;
  text-shadow: 1px 1px #57C76E;
}

.rate-area > label:active {
  position: relative;
}

.select2-container--default .select2-selection--single,
.select2-selection--multiple {
  border: none !important;
  border-bottom: 1px solid #B8B8B8 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #B8B8B8 transparent transparent transparent !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0F0E0E !important;
  font-weight: 400 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #F4F8FB !important;
  border-radius: 4px !important;
  color: #8B9DAA !important;
  font-size: 13px !important;
  line-height: 15px !important;
  border: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #8B9DAA;
  border-right: none;
}

.select2-search--dropdown {
  padding: 0;
}

.popup-info {
  overflow: hidden;
  width: 250px;
}

@media (min-width: 410px) {
  .popup-info {
    width: 330px;
  }
}

@media (min-width: 768px) {
  .popup-info {
    width: 410px;
  }
}

.popup-info .head-help {
  font-size: 14px;
  line-height: 16px;
  color: #389FE7;
  text-decoration: none;
  padding-left: 22px;
  position: relative;
  margin-bottom: 10px;
  display: block;
}

.popup-info .head-help:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 4px;
  border: solid #389FE7;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.popup-info input {
  width: 100%;
}

.popup-info .input-holder {
  margin-bottom: 30px;
}

.popup-info .input-holder .error {
  display: none;
  color: #EE625F;
  font-size: 13px;
  line-height: 15px;
  color: #EE625F;
  margin-top: 7px;
}

.popup-info .input-holder.error input {
  border-color: #EE625F;
  color: #EE625F;
}

.popup-info .input-holder.error .error {
  display: block;
}

.popup-info .popup-head {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #33434F;
}

.popup-info .popup-body {
  padding: 30px 0;
  border-bottom: 1px solid #C7D4DE;
  border-top: 1px solid #C7D4DE;
  margin-bottom: 30px;
}

.popup-info .popup-body.hidden {
  display: none;
}

.popup-info .popup-footer {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #9BAEBB;
}

.popup-info .popup-footer .btn-holder {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-info .popup-footer .btn-holder .btn {
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
}

.popup-info .link-holder.right {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.popup-info .link {
  font-size: 14px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #389FE7;
}

.popup-info .who-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  padding: 8px 0;
  text-align: center;
  color: #8B9DAA;
  background: #F4F8FB;
  margin-bottom: 30px;
}

.popup-info .who-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.popup-info .who-info div {
  width: 48%;
  height: 152px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  border: 2px solid transparent;
}

.popup-info .who-info .doctor {
  background: rgba(56, 159, 231, 0.15);
}

.popup-info .who-info .doctor:hover,.popup-info .who-info .doctor.chosen {
  border: 2px solid rgba(56, 159, 231, 0.5);
}

.popup-info .who-info .pacient {
  background: #E1F5F4;
}

.popup-info .who-info .pacient:hover,.popup-info .who-info .pacient.chosen {
  border: 2px solid #34B0A8;
}

.popup-info .who-info img {
  width: 60px;
  height: 60px;
}

.password-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.password-holder .icon-holder {
  position: absolute;
  top: 13px;
  right: 0;
  cursor: pointer;
}

.password-holder .icon-holder .hide {
  display: none;
}

.password-holder .icon-holder.active .hide {
  display: block;
}

.password-holder .icon-holder.active .visible {
  display: none;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
  border-radius: 8px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

.fancybox-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 26px;
  height: 26px;
}

.fancybox-close:hover {
  opacity: 1;
}

.fancybox-close:before, .fancybox-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 26px;
  width: 1.5px;
  background-color: #33434F;
}

.fancybox-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fancybox-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("../images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*# sourceMappingURL=style.css.map */