

/* Start:/local/templates/aliev/components/bitrix/menu/.default/style.min.css?1616940321490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/aliev/components/bitrix/menu/.default/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/components/artnet/cookies.popup/templates/.default/style.css?17494774422171*/
/*coockie popup*/
#pop-cookie {
  bottom: 0;
  z-index: 3000;
  left: 50%;
  transform: translateX(-50%);
  width: calc(1170px - 30px);
  box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
  padding: 35px 39px 35px 30px;
  max-width: calc(100% - 10px);
  position: fixed;
  background: #fff;
}
#pop-cookie .close.jqmClose {
  position: absolute;
  right: 10px;
  top: 10px;
  border-bottom: 0 none !important;
}
#pop-cookie .close.jqmClose:hover svg * {
	fill: #0c76ce;
}
#pop-cookie .pop-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 10px;
}
#pop-cookie .pop-text .b-lg {
  font-family: Arial,Verdana,sans-serif;
  color: #181818;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  border: 2px solid #181818;
  white-space: nowrap;
  padding: 11px 24px 10px;
  font-size: 15px;
  line-height: 1.3333333;
  text-transform: none;
  border-radius: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  max-width: 100%;
}
#pop-cookie .pop-text .b-lg:hover {
  background: #0c76ce;
  border-color: #0c76ce;
  color: #fff;
}
#pop-cookie .pop-text a, #pop-cookie .pop-text .redir {
  color: inherit;
  border-bottom: 1px solid;
  cursor: pointer;
  box-shadow: none !important;
}
#pop-cookie .pop-text a:hover, #pop-cookie .pop-text .redir:hover {
  color: #0c76ce;
  /*border-bottom-color: transparent;*/
}
@media (min-width: 768px) {
  #pop-cookie {
    width: calc(750px - 30px);
  }
}
@media (min-width: 992px) {
  #pop-cookie {
    width: calc(970px - 30px);
  }
}
@media (min-width: 1024px) {
  #pop-cookie .pop-text .b-lg {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  #pop-cookie {
    width: calc(1170px - 30px);
  }
  #pop-cookie .pop-text .b-lg {
    width: 300px;
  }
}
/* End */


/* Start:/local/templates/aliev/template_styles.css?17754559386793*/
.header {
  z-index: 101 !important;
}

.main-wrapper:after {
  z-index: 100;
}

.homepage-slider .slider-static {
  justify-content: center !important;
}

.form-section {
  padding: 5.5rem 0 3.5rem;
}


.homepage-slider .slider-static .slick-arrow {
  top: 5px !important;
}
.homepage-slider .slider-static .slick-arrow.slick-prev {
  left: 0 !important;
  
}
.homepage-slider .slider-static .slick-arrow.slick-next {
  right: 0 !important;
}

.btn {
  transition: all .2s ease-in-out !important;
}

.btn:hover {
  transform: scale(1.04);
}

.media-about-us {
  background-color: #0a0a0a;
  padding: 4.5rem 0;
}

@media (max-width: 767px) {
  .media-about-us {
    padding: 3.5rem 0;
    margin-top: 3rem;
  }
}

.media-about-us h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 4rem;
}

.media-about-us-carousel {
  overflow: hidden;
  padding: 1rem 0;
}

.media-about-us-carousel__wrap {
  display: flex;
  align-items: flex-start;
  transition: transform .2s linear;
}

.media-about-us-carousel__wrap.load {
  display: block;
  opacity: 0;
}

.media-about-us-carousel__item {
  position: relative;
  text-align: center;
  width: 320px;
  min-width: 320px;
  padding: 0 10px;
  margin-right: 40px;
  transition: all .2s ease-in-out;
}

.media-about-us-carousel__item:hover {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .media-about-us-carousel__item:hover {
    transform: scale(1);
  }
}

.media-about-us-carousel__image {
  width: 300px;
  height: 300px;
  background-size: cover;
}

.media-about-us-carousel__item img {
  max-width: 100%;
}

.media-about-us-carousel__item a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0,0,0,0);
}

.media-about-us-carousel__name {
  color: #fff;
  font-size: 1.3rem;
}

.about-excerpt {
  padding: 2px 0;
}

@media (max-width: 767px) {
  
  
}

.service-list--item-img img {
  border-radius: 50%;
}

.aliev-image {
  background-image: url('/local/templates/aliev/./public/assets/images/custom/about-doctor.jpg');
  height: 100vh;
  background-attachment: fixed;
  background-size: 35% auto;
  background-position: left center;
  background-repeat: no-repeat;
}

section.fh {
  min-height: 700px;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 575px) {
  .about-excerpt .excerpt-collapsing.collapsed {
    max-height: 200px !important;
  }
}

@media (max-width: 767px) {
  .welcome {

  }
  .welcome .person--info {
    padding-bottom: 0;
  }

  .service.fh {
    padding: 2rem 0 !important;
  }

  .popular-operation {
    background-color: #e5e7e8;
  }

  .about-excerpt {
    padding: 2rem 0;
  }

  .homepage-slider {
    padding: 2rem 0 !important;
    background-color: #e5e7e8;
  }

  .btn.mono {
    background-color: #fff !important;
  }

.header-social-icon svg {
	height: 26px;
	}

}

.mobile-blackout-select-phone {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 1000;
  visibility: hidden;
  transition: all .2s ease-in-out;
}
.mobile-blackout-select-phone.show {
  opacity: 0.6;
  visibility: visible;
}

.select-phone {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  /* height: 150px; */
  background: #fff;
  border-radius: 8px 8px 0 0;
  z-index: 1000;
  padding: 15px 0 30px;
  box-shadow: 0 0 4px rgb(0 0 0 / 10%);
  transform: translateY(100%);
  transition: all .2s ease-in-out;
}

.select-phone.show {
  transform: translateY(0);
}

.select-phone__item {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin: 20px;
}

.select-phone__item .icon {
  font-size: 20px;
  margin-right: 10px;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive-16by9:before {
  padding-top: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.h5_b {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.policy__wrap-title {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.policy {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.policy .center-wrap {
  margin-left: auto;
  margin-right: auto;
}
.policy h1,
.policy .policy__title {
  margin-bottom: 1.5rem;
  color: #0a0a0a;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}
.policy h2,
.policy .policy__wrap-title {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #0a0a0a;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
.policy h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #0a0a0a;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}
.policy p,
.policy li,
.policy td,
.policy th,
.policy .policy__wrap-title-text {
  color: #0a0a0a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
.policy strong,
.policy b {
  font-weight: 700;
}
.policy p,
.policy ul,
.policy ol,
.policy table,
.policy .policy__wrap-title-text {
  margin-bottom: 1rem;
}
.policy ul,
.policy ol {
  margin-left: 1.5rem;
  padding-left: 0.5rem;
}
.policy ul li {
  list-style: disc;
}
.policy ol li {
  list-style: decimal;
}
.policy a {
  display: inline;
  color: #1a7cce;
  text-decoration: underline;
}
.policy table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.policy th,
.policy td {
  border: 1px solid #d9dde3;
  padding: 14px 16px;
  vertical-align: top;
  word-break: break-word;
}
.policy th {
  background-color: #f5f7fb;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .policy h1,
  .policy .policy__title {
    font-size: 2rem;
  }

  .policy h2,
  .policy .policy__wrap-title {
    font-size: 1.5rem;
  }

  .policy h3 {
    font-size: 1.25rem;
  }

  .policy th,
  .policy td {
    padding: 10px 12px;
  }
}
.footer--top a.footer-wrap__blue-item-link {
    white-space: nowrap;
}
.default-form .checkbox-politika label {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0 12px;
    font-size: 1rem;
}
.default-form .checkbox-politika label span {
    display: block;
    line-height: 1.4;
    text-align: left;
    max-width: 760px;
}
.default-form .checkbox-politika label span a {
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    white-space: normal;
    color: #1a7cce;
    text-decoration: underline;
}
.default-form .checkbox-politika label input[type="checkbox"] {
    display: inline-flex;
    flex: 0 0 auto;
    width: 20px;
	height: 20px;
}
/* End */
/* /local/templates/aliev/components/bitrix/menu/.default/style.min.css?1616940321490 */
/* /bitrix/components/artnet/cookies.popup/templates/.default/style.css?17494774422171 */
/* /local/templates/aliev/template_styles.css?17754559386793 */
