

/* Start:/local/templates/s21_nobar_copy/css/pushy.css?17588753783849*/
/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 250px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #191918;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}
.pushy a {
  display: block;
  color: #b3b3b1;
  padding: 15px 30px;
  text-decoration: none;
}
.pushy a:hover {
  color: #FFF;
}
.pushy ul:first-child {
  margin-top: 10px;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}
.pushy-submenu ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu button {
  width: 100%;
  color: #b3b3b1;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
}
.pushy-submenu button:hover {
  color: #FFF;
}
.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}
.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("/local/templates/s21_nobar_copy/css/../img/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open ul {
  max-height: 1000px;
  visibility: visible;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open a::after,
.pushy-submenu-open button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

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

/* End */


/* Start:/local/templates/s21_nobar_copy/css/color-blue.css?175887537812540*/
a{color:#008fd5}
.button{border-color:#008fd5;background:#008fd5}
.button:hover{color:#008fd5}
.button-disabled:hover{background:#008fd5}
.button-top{border-color:#ce352c;background:#ce352c}
.button-top:hover{color:#ce352c}
.button-top-b{border-color:#4db1e2;background:#4db1e2}
.button-top-b:hover{color:#4db1e2}
.button-f{border:none;background:#4db1e2;font-weight:700;}
.button-f:hover{color:#4db1e2}
.owl-buttons div{background:#008fd5}
.owl-buttons div:hover{background:#4db1e2}
.main-nav li .active{background:#4db1e2}
.main-nav li ul{background:#008fd5}
.main-nav li:hover > a{background:#008fd5}
.main-nav li li ul{background:#4db1e2}
.main-nav li li ul:before{background:#4db1e2}
.main-nav li li:hover > a{background:#4db1e2}
.main-nav li li li:hover > a,.main-nav li li li > .active{background:#008fd5}
.main-nav .text .more{background:#008fd5}
.main-nav .text .more:hover{background:#4db1e2}
.mobile-main-nav a{background:#008fd5}
.mobile-main-nav li li a{background:#4db1e2}
.mobile-main-nav .text{background:#4db1e2}
.mobile-main-nav .text .more{background:#008fd5}
.mobile-main-nav .text .more:hover{background:#4db1e2}
.quick-search{background:#4db1e2}
.quick-search input,.quick-search select{color:#008fd5}
.quick-search select{background-image:url(/local/templates/s21_nobar_copy/css/../img/blue/select.png)}
.quick-search input::-moz-placeholder{color:#008fd5}
.quick-search input::-webkit-input-placeholder{color:#008fd5}
.quick-search button{color:#008fd5}
.quick-search .switcher{background:url(/local/templates/s21_nobar_copy/css/../img/blue/quick-search.png)}
.page-title{border-top-color:#fff;background-color:#008fd5}
.slider .intro h2{color:#008fd4}
.slider .intro p{color:#008fd4}
.slider .intro .icon{color:#008fd4}
.slider .prev,.slider .next{border-color:#008fd4;background:#008fd4}
.slider .prev:hover,.slider .next:hover{color:#008fd4}
.benefits .pic{background:rgba(0,143,213,0.9)}
.benefits .text{background:rgba(0,143,213,0.9)}
.benefits .more{background:#4db1e2}
.benefits .more:hover{background:#008fd5}
.benefits li:nth-child(even) .pic{background:rgba(77,177,226,0.9)}
.benefits li:nth-child(even) .text{background:rgba(77,177,226,0.9)}
.benefits li:nth-child(even) .more{background:#008fd5}
.benefits li:nth-child(even) .more:hover{background:#4db1e2}
.services h2 a:hover{color:#008fd5}
.services .pic,#animating-block-5 .pic,i.pic{font-size:40px;line-height:1px;color:#4db1e2;margin-top:-3px}
.services .more{background:#008fd5;display:none}
.services .more:hover{background:#4db1e2}
.doctors p{border-color:#008fd5;color:#008fd5}
.doctors .links a{background:#008fd5}
.doctors .links a:hover{background:#4db1e2}
.doctors .item:hover h3,.doctors .item:hover p{background:#008fd5}
.doctors-carousel p{color:#008fd5}
.doctors-carousel .item{border-color:#008fd5}
.doctors-carousel .links a{background:#008fd5}
.doctors-carousel .links a:hover{background:#4db1e2}
.doctors-carousel .item:hover h3,.doctors-carousel .item:hover p{background:#008fd5}
.timetable header{background:#008fd5}
.timetable .year{background:#33a5dd}
.timetable .day .cal{border-left-color:#008fd5;color:#008fd5}
.timetable .switcher{background:#33a5dd}
.timetable .switcher a:hover{color:#008fd5}
.timetable .switcher .active{background:#008fd5}
.timetable .month-view th{color:#008fd5}
.timetable .month-view .title{background:#008fd5}
.timetable .month-view .title + .date{background:#4db1e2}
.timetable .month-view .popup{background:#4db1e2}
.timetable .month-view .popup:after{border-top-color:#4db1e2}
.timetable .month-view .popup .date{background:rgba(255,255,255,0.3)}
.timetable .month-view .event-container:hover{background:#008fd5}
.timetable .week-view th{color:#008fd5}
.timetable .week-view td:first-child i{color:#008fd5}
.timetable .week-view .event-container:hover{background:#008fd5}
.timetable .week-view .title{background:#008fd5}
.timetable .week-view .popup{background:#4db1e2}
.timetable .week-view .popup:after{border-top-color:#4db1e2}
.timetable .list-view th{color:#008fd5}
.timetable .list-view td i{color:#008fd5}
.timetable .list-view .event-container:hover{background:#008fd5}
.timetable .list-view .popup{background:#4db1e2}
.timetable .list-view .popup:after{border-top-color:#4db1e2}
.timetable .mobile-view dt span{border-bottom-color:#008fd5}
.timetable .mobile-view li i{color:#008fd5}
.news h3 a:hover{color:#008fd5}
.news .date{background:#008fd5}
.news .date i{background:#4db1e2}
.news .date span{color:#008fd5}
.news .cats .more{background:#008fd5}
.news .cats .more:hover{background:#4db1e2}
.news .links a{background:#008fd5}
.news .links a:hover{background:#4db1e2}
.photo-tour h3{color:#008fd5}
.photo-tour p{border-color:#008fd5;color:#008fd5;padding-bottom:5px}
.photo-tour a{color:#000}
.photo-tour .links a{background:#008fd5}
.photo-tour .links a:hover{background:#4db1e2}
.photo-tour .item:hover h3,.photo-tour .item:hover p{background:#008fd5}
.comments .avatar{background:#008fd5}
.comments .avatar:before{background:#4db1e2}
.blog-post .date{background:#008fd5}
.blog-post .date i{background:#4db1e2}
.blog-post .date span{color:#008fd5}
.blog-post .share a{background:#4db1e2}
.wpb_text_column .ul3 li:before{background:none;box-shadow:inset 0 0 0 1px #008fd5;color:#008fd5}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:hover{color:#008fd5}
.wpb_accordion.wpb_accordion_alt .wpb_accordion_wrapper .ui-state-active a{background:#008fd5;color:#fff}
.wpb_accordion.wpb_accordion_alt .wpb_accordion_wrapper .ui-state-active a:hover{color:#fff}
.wpb_button{border-color:#008fd5;background:#008fd5}
.wpb_button:hover{background:#fff;color:#008fd5}
.wpb_button.wpb_btn-alt{color:#28292b}
.wpb_button.wpb_btn-alt:hover{background:#008fd5;color:#fff}
.wpb_button.wpb_btn-arrow-right:after{border-left-color:#008fd5}
.callout .title{color:#008fd5}
.callout .icon{background:#fff}
.callout .icon:before{background:#fff}
.wpb_call_to_action{background:#008fd5}
.capitalized:first-letter{background:#fff}
.vc_text_separator2,.vc_text_separator3{border-bottom-color:#008fd5}
.soc-icon{border-color:#008fd5;background:#008fd5}
.soc-icon:hover{color:#008fd5}
.soc-icon.soc-icon-alt{color:#008fd5}
.soc-icon.soc-icon-alt:hover{background:#008fd5}
.soc-icon.soc-icon-dark{background:#213540;color:#008fd5}
.soc-icon.soc-icon-dark:hover{background:#008fd5;color:#213540}
.soc-icon.soc-icon-dark.soc-icon-alt{background:#008fd5;color:#213540}
.soc-icon.soc-icon-dark.soc-icon-alt:hover{background:#213540;color:#008fd5}
.milestone .icon{background:#fff}
.milestone .icon:before{background:#fff}
.milestone .title{color:#008fd5}
.milestone-alt .icon{color:#008fd5}
.pricing-table .head{background:#4db1e2}
.pricing-table .col:hover .head{background:#008fd5}
.pricing-table .col:hover .price{background:#4db1e2;text-shadow:1px 1px 0 rgba(0,0,0,0.15);color:#fff}
.pricing-table .col:hover .listing i{color:#008fd5}
.pricing-table .col:hover .summary{background:#008fd5}
.pricing-table .head-first{color:#008fd5}
.pricing-table .listing-first li:before{background:#008fd5}
.pricing-table .join button:hover{background:#4db1e2}
.vc_progress_bar .vc_single_bar .vc_bar{background-color:#008fd5!important}
.vc_progress_bar .vc_single_bar .vc_bar em{background:#008fd5}
.vc_progress_bar .vc_single_bar .vc_bar em:after{border-top-color:#008fd5}
.vc_progress_bar_alt .vc_single_bar .vc_bar em{color:#008fd5}
.detailed-services dt:hover{color:#008fd5}
.detailed-services dt:after,.detailed-services dt:before{background:#008fd5}
.detailed-services dt i{background:#4db1e2}
.detailed-services dt.opened{color:#008fd5}
.detailed-services dt i:after{border-left-color:#4db1e2}
.detailed-services dt:nth-child(4n + 1) i{background:#008fd5}
.detailed-services dt:nth-child(4n + 1) i:after{border-left-color:#008fd5}
.detailed-services dd .details{background:#008fd5}
.detailed-services dd:nth-child(4n) .details{background:#4db1e2}
.wpb_tabs .wpb_tabs_nav li.ui-tabs-active a{background:#008fd5}
.wpb_tabs.wpb_tabs_alt .wpb_tabs_nav li a{border-color:#008fd5}
.wpb_tabs.wpb_tabs_alt .wpb_tabs_nav li.ui-tabs-active a:after{border-top-color:#008fd5}
.wpb_tabs.wpb_tabs_alt .wpb_tour_tabs_wrapper .wpb_tab{border-color:#008fd5}
.wpb_tour .wpb_tabs_nav{border-color:#008fd5}
.wpb_tour .wpb_tabs_nav li a{background:#008fd5}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab{border-color:#008fd5}
.testimonial{border-color:#008fd5}
.testimonial:after,.testimonial:before{background:#4db1e2}
.testimonial .author{background:#008fd5}
.wpb_toggle:hover{color:#008fd5}
.wpb_toggle:after,.wpb_toggle:before{background:#008fd5}
.wpb_toggle_alt.wpb_toggle_title_active{background:#008fd5}
.wpb_toggle_alt.wpb_toggle_title_active + .wpb_toggle_content_alt{background:#008fd5}
.latest-tweets .pic{background:#008fd5}
.latest-tweets .pic:before{background:#4db1e2}
.latest-tweets-alt .pic{color:#008fd5}
.widget-title{border-left-color:#008fd5}
.widget-site-search input{border-color:#008fd5}
.widget-site-search .button:after{border-right-color:#008fd5}
.widget-sevices i{color:#008fd5}
.widget-sevices a.selected{color:#008fd5;border-bottom:1px solid #008fd5}
.widget-sevices a:hover{color:#008fd5}
.widget-departments dt:hover{color:#008fd5}
.widget-departments dt i{background:#4db1e2}
.widget-departments dt i:after{border-left-color:#4db1e2}
.widget-departments dt:nth-child(4n + 1) i{background:#008fd5}
.widget-departments dt:nth-child(4n + 1) i:after{border-left-color:#008fd5}
.widget-appointment i,i.appointment{background:#4db1e2}
.widget-appointment i:after,i.appointment:after{border-left-color:#4db1e2}
.widget-appointment .row:nth-child(odd) i,i.appointment:nth-child(odd){background:#008fd5}
.widget-appointment .row:nth-child(odd) i:after,i.appointment:nth-child(odd):after{border-left-color:#008fd5}
.widget-twitter .pic{background:#008fd5}
.widget-twitter .pic:before{background:#4db1e2}
.widget-twitter-alt .pic{color:#008fd5}
.widget-archives i{background:#4db1e2}
.widget-archives i:after{border-left-color:#4db1e2}
.widget-archives li:nth-child(odd) i{background:#008fd5}
.widget-archives li:nth-child(odd) i:after{border-left-color:#008fd5}
.widget-archives a:hover{color:#008fd5}
.widget-calendar td a:hover{background:#008fd5}
.widget-calendar .ui-datepicker-prev,.widget-calendar .ui-datepicker-next{background:#008fd5}
.widget-calendar .ui-datepicker-prev:hover,.widget-calendar .ui-datepicker-next:hover{background:#4db1e2}
.widget-calendar .ui-datepicker-today a{color:#008fd5}
.widget-calendar .ui-datepicker-today a:after{background:#008fd5}
.widget-tags a:hover{position:relative;border-color:#008fd5;background:#008fd5}
.widget-contacts dt:hover{color:#008fd5}
.widget-contacts dt.opened,.widget-contacts dt.opened + dd{background:#008fd5;color:#fff}
.widget-contacts dt:before,.widget-contacts dt:after{background:#008fd5}
.widget-follow a{border-color:#008fd5}
.widget-follow a:hover{background:#008fd5}
.widget-follow i{background:#008fd5}
.widget-follow a:hover i{color:#008fd5}
#block-404-substrate{background:#008fd5}
.section-headers{color:#008fd5}
.page-footer{color:#008fd5}
.page-footer a:hover{color:#4db1e2}
.last-news .widget-icon{background-image:url(/local/templates/s21_nobar_copy/css/../img/blue/last-news.png)}
@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) {
.last-news .widget-icon{background-image:url(/local/templates/s21_nobar_copy/css/../img/blue/last-news%402x.png);background-size:78px 71px}
}
.location li i{background:#008fd5}
.location nav a{border:3px solid #008fd5;color:#008fd5}
.location nav a:hover{background:#008fd5}
.location .widget-icon{background-image:url(/local/templates/s21_nobar_copy/css/../img/blue/location.png)}
@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) {
.location .widget-icon{background-image:url(/local/templates/s21_nobar_copy/css/../img/blue/location%402x.png);background-size:67px 64px}
}
.recent-posts .widget-icon{background-image:url(/local/templates/s21_nobar_copy/css/../img/blue/recent-posts.png)}
@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) {
.recent-posts .widget-icon{background-image:url(/local/templates/s21_nobar_copy/css/../img/blue/recent-posts%402x.png);background-size:64px 59px}
}
.work-time{background:#008fd5}
.work-time .widget-icon{background-image:url(/local/templates/s21_nobar_copy/css/../img/blue/work-time.png)}
@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) {
.work-time .widget-icon{background-image:url(/local/templates/s21_nobar_copy/css/../img/blue/work-time%402x.png);background-size:66px 66px}
}
/* End */


/* Start:/local/templates/s21_nobar_copy/libs/swiper/swiper-bundle.min.css?175913170818454*/
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/s21_nobar_copy/css/styles.css?1758875378143402*/
@import 'https://fonts.googleapis.com/css?family=Lato:300,400,700,900,400italic&amp;subset=latin,latin-ext';

.bcrumb {
    padding: 8px 0;
    background: #4db1e2;
    border-bottom: dotted 2px #fff;
    color: #fff;
    font-size: 16px
}

#breadcrumb {
    padding: 8px 0;
    background: #EAEAEA;
    color: #000;
    font-size: 16px
}

#breadcrumb a,
#breadcrumb span {
    font-size: .83em;
    padding: .4em;
    text-decoration: none;
    color: #000
}

#breadcrumb a:hover {
    text-decoration: underline
}

#breadcrumb b.top {
    margin-bottom: 2px
}

#breadcrumb b.bottom {
    margin-top: 2px
}

#cookie_notification {
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    bottom: 5px;
    width: 100%;
    padding: 25px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 100
}

#cookie_notification p {
    margin: 0;
    font-size: 0.85rem;
    text-align: left;
    width: 80%;
    float: left;
    margin-left: 100px
}

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

    .cookie_accept {
        margin: 10px 0 0;
        float: right
    }

    #cookie_notification p {
        margin-left: 10px
    }
}

@media screen and (min-width: 1380px) {
    /* #cookie_notification.show {
        display: flex
    } */

    .cookie_accept {
        margin: 0 100px 0 0;
        float: right
    }
}

@media screen and (max-width: 980px) {
    #cookie_notification.show {
        display: block;
        text-align: left
    }

    #cookie_notification p {
        margin-left: 15px
    }

    .cookie_accept {
        margin: 0 50px 0 0;
        float: right
    }
}

@media screen and (max-width: 767px) {
    #cookie_notification.show {
        display: block;
        text-align: left
    }

    #cookie_notification p {
        margin-left: 15px
    }

    .cookie_accept {
        margin: 0 10px 0 0;
        float: right
    }
}

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

    .cookie_accept {
        margin: 0;
        float: right;
        margin: 80px 0px 0px 0 !important;
        float: right;
        position: absolute !important;
    }

    #cookie_notification p {
        margin-left: 10px
    }
}

hr {
    border: 0;
    height: 1px;
    background: #000;
    background-image: -webkit-linear-gradient(left, #fff, #9c9c9c, #fff) !important;
    background-image: -moz-linear-gradient(left, #fff, #9c9c9c, #fff) !important;
    background-image: -ms-linear-gradient(left, #fff, #9c9c9c, #fff) !important;
    background-image: -o-linear-gradient(left, #fff, #9c9c9c, #fff) !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.widget-custom .medkarta-popup-header-logo {
    display: none !important
}

.widget-custom .medkarta-popup-header-title {
    display: none !important
}

.widget-custom hr.footer {
    display: none !important
}

.copyrights {
    font-size: 14px;
    background: #1c2d36;
    padding: 25px 0;
    text-align: center;
    color: #fff
}

.vc_row-fluid {
    width: 100%;
    *zoom: 1;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.vc_row-fluid:before,
.vc_row-fluid:after {
    display: table;
    content: ""
}

.vc_row-fluid:after {
    clear: both
}

.vc_row-fluid [class*="vc_span"] {
    display: block;
    width: 100%;
    min-height: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.5%
}

.vc_row-fluid [class*="vc_span"]:first-child {
    margin-left: 0
}

.vc_row-fluid .vc_span12,
.wpb_teaser_grid.wpb_carousel .vc_span12 {
    width: 100%
}

.vc_row-fluid .vc_span11 {
    width: 91.458333333333%
}

.vc_row-fluid .vc_span10 {
    width: 82.916666666667%
}

.vc_row-fluid .vc_span9 {
    width: 74.375%
}

.vc_row-fluid .vc_span8 {
    width: 65.833333333333%
}

.vc_row-fluid .vc_span7 {
    width: 57.291666666667%
}

.vc_row-fluid .vc_span6,
.wpb_teaser_grid.wpb_carousel .vc_span6 {
    width: 48.75%
}

.vc_row-fluid .vc_span5 {
    width: 40.208333333333%
}

.vc_row-fluid .vc_span4,
.wpb_teaser_grid.wpb_carousel .vc_span4 {
    width: 31.666666666667%
}

.vc_row-fluid .vc_span3,
.wpb_teaser_grid.wpb_carousel .vc_span3 {
    width: 23.125%
}

.vc_row-fluid .vc_span3_1 {
    width: 23.125%
}

.vc_row-fluid .vc_span3_2 {
    width: 23.125%
}

.vc_row-fluid .vc_span3_3 {
    width: 23.125%
}

.vc_row-fluid .vc_span2 {
    width: 14.583333333333%
}

.vc_row-fluid .vc_span1 {
    width: 6.0416666666667%
}

.vc_row-fluid-call {
    float: right;
    font-size: 24px;
    padding-top: 8px
}

.vc_row-fluid>.wpb_column>.wpb_wrapper .wpb_content_element:last-child {
    margin-bottom: 0
}

@media screen and (min-resolution:300dpi) and (max-width:960px) {
    [class*="vc_span"] {
        width: 100% !important;
        margin-left: 0 !important
    }

    .vc_row-fluid [class*="vc_span"]+[class*="vc_span"] {
        margin-top: 50px
    }
}

@media screen and (max-width:767px) {
    [class*="vc_span"] {
        width: 100% !important;
        margin-left: 0 !important
    }

    .vc_row-fluid [class*="vc_span"]+[class*="vc_span"] {
        margin-top: 50px
    }

    .container-top-line {
        display: none
    }

}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.wpb_content_element .wpb_accordion_header a {
    border-bottom: none;
    text-decoration: none;
    display: block;
    padding: .5em 1em
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab>.wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content>.wpb_content_element:last-child,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .vc_row-fluid:last-child>div>div.wpb_wrapper .wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .vc_row-fluid:last-child>div>div.wpb_wrapper .wpb_content_element:last-child {
    margin-bottom: 0
}

.wpb_button {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 10px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 13px;
    line-height: 18px;
    *line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    *margin-left: .3em
}

.vc_row-fluid,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li,
.last_toggle_el_margin,
.wpb_button {
    margin-bottom: 30px
}

button.wpb_btn-large,
span.wpb_btn-large {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

button.wpb_btn-large [class^="icon-"],
span.wpb_btn-large [class^="icon-"] {
    margin-top: 1px
}

button.wpb_btn-small,
span.wpb_btn-small {
    padding: 5px 9px;
    font-size: 11px;
    line-height: 16px
}

button.wpb_btn-small [class^="icon-"],
span.wpb_btn-small [class^="icon-"] {
    margin-top: -1px
}

button.wpb_btn-mini,
span.wpb_btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px
}

.d_btn {
    position: relative;
    right: -70%;
    margin-top: -110px;
    padding-bottom: 75px
}

.d_btn_text {
    width: 350px !important;
    font-size: 15px
}

.custom-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.custom-btn:after {
    content: "";
    display: block;
    width: 25px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#b3ffffff', GradientType=0);
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0px;
    }

    30% {
        left: 110%;
        margin-left: 80px;
    }

    100% {
        left: 110%;
        margin-left: 80px;
    }
}

.wpb_call_to_action .wpb_button,
.detailed-services .wpb_button {
    margin: 0;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bx-advertisingbanner-btn {
    border-radius: 2px;
    padding: 7px 20px;
    text-transform: none;
    font-weight: normal;
    box-shadow: 0px 0px 20px 10px #ffffff;
}

.cta_align_left .wpb_button {
    float: left
}

.cta_align_right .wpb_button {
    float: right
}

.cta_align_left .wpb_call_text,
.cta_align_right .wpb_call_text {
    width: 70%;
    float: left;
    clear: none
}

.wpb_call_to_action .wpb_call_text,
#content .wpb_call_to_action .wpb_call_text {
    margin: 0;
    padding-top: 0
}

.vc_pie_chart {
    z-index: 0;
    text-align: center
}

.vc_pie_chart .vc_pie_wrapper {
    position: relative;
    margin: 0 auto
}

.vc_pie_chart canvas {
    position: relative;
    z-index: 1
}

.vc_pie_chart .vc_pie_chart_value {
    font-size: 200%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center
}

.vc_pie_chart[data-pie-color="wpb_button"] .vc_pie_chart_back {
    border-color: #f7f7f7
}

.vc_pie_chart[data-pie-color="btn-primary"] .vc_pie_chart_back {
    border-color: #08c
}

.vc_pie_chart[data-pie-color="btn-info"] .vc_pie_chart_back {
    border-color: #58b9da
}

.vc_pie_chart[data-pie-color="btn-success"] .vc_pie_chart_back {
    border-color: #6ab165
}

.vc_pie_chart[data-pie-color="btn-warning"] .vc_pie_chart_back {
    border-color: #f90
}

.vc_pie_chart[data-pie-color="btn-danger"] .vc_pie_chart_back {
    border-color: #ff675b
}

.vc_pie_chart[data-pie-color="btn-inverse"] .vc_pie_chart_back {
    border-color: #555
}

.vc_pie_chart_back {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 6px solid #f7f7f7;
    border-radius: 999px;
    border-radius: 50%;
    opacity: .3;
    filter: alpha(opacity=30);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.chart-pie {
    position: relative;
    width: 250px;
    height: 250px;
    display: inline-block;
    margin-right: 30px
}

.chart-pie:before,
.chart-pie:after {
    position: absolute;
    content: ""
}

.chart-pie.type-2:before {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    position: absolute;
    content: "";
    background: #fff;
    z-index: 1;
    left: 75px;
    top: 75px
}

.chart-pie.type-3:before {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    left: 113px;
    top: 113px;
    background: #fff;
    z-index: 1
}

.chart-pie.type-3:after {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    left: 119px;
    top: 119px;
    background: #008fd5;
    z-index: 2
}

.vc_progress_bar .vc_label {
    line-height: 1.5 !important;
    vertical-align: middle
}

.vc_progress_bar .vc_single_bar {
    background: #f7f7f7;
    position: relative;
    margin-bottom: 11.666666666667px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.vc_progress_bar .vc_single_bar:last-child {
    margin-bottom: 0
}

.vc_progress_bar .vc_single_bar .vc_label {
    display: block;
    padding: .5em 1em;
    position: relative;
    z-index: 1
}

.vc_progress_bar .vc_single_bar.bar_blue .vc_bar {
    background-color: #0074CC
}

.vc_progress_bar .vc_single_bar.bar_blue .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.vc_progress_bar .vc_single_bar.bar_turquoise .vc_bar {
    background-color: #49afcd
}

.vc_progress_bar .vc_single_bar.bar_turquoise .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.vc_progress_bar .vc_single_bar.bar_green .vc_bar {
    background-color: #5bb75b
}

.vc_progress_bar .vc_single_bar.bar_green .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.vc_progress_bar .vc_single_bar.bar_orange .vc_bar {
    background-color: #faa732
}

.vc_progress_bar .vc_single_bar.bar_orange .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.vc_progress_bar .vc_single_bar.bar_red .vc_bar {
    background-color: #da4f49
}

.vc_progress_bar .vc_single_bar.bar_red .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.vc_progress_bar .vc_single_bar.bar_black .vc_bar {
    background-color: #414141
}

.vc_progress_bar .vc_single_bar.bar_black .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.vc_progress_bar .vc_single_bar .vc_bar {
    display: block;
    position: absolute;
    height: 100%;
    background-color: #e0e0e0;
    width: 0;
    top: 0;
    left: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

@media screen and (max-width:479px) {
    .vc_progress_bar .vc_label {
        display: block !important;
        margin-top: 20px !important;
        padding-top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        overflow: hidden !important;
        text-align: center !important
    }

    .vc_progress_bar .vc_single_bar {
        margin-bottom: 60px !important;
        height: auto !important;
        margin-left: 0 !important;
        overflow: visible !important
    }

    .vc_progress_bar.vc_progress_bar_alt .vc_single_bar {
        margin-bottom: 45px !important
    }

    .vc_single_bar:last-child,
    .vc_progress_bar_alt .vc_single_bar:last-child {
        margin-bottom: 0 !important
    }

    .vc_progress_bar .vc_bar {
        height: 20px !important
    }
}

.vc_progress_bar .vc_single_bar .vc_bar.striped {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px
}

.vc_progress_bar .vc_single_bar .vc_bar.animated {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.wpb_tabs .wpb_tabs_nav li {
    float: left;
    margin: 0 1px 0 0
}

.wpb_tour .wpb_tabs_nav {
    float: left;
    width: 31.666666666667%
}

.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    float: left;
    width: 68.333333333333%;
    padding: 0 0 0 21.739130434783px
}

.wpb_toggle_content {
    display: none;
    overflow: hidden;
    padding: 0 0 0 25px;
    margin-top: 1em
}

.wpb_toggle {
    cursor: pointer
}

#content .wpb_twitter_widget ul.tweet_list,
.wpb_twitter_widget ul.tweet_list {
    margin: 0;
    padding: 0
}

#content .wpb_twitter_widget ul.tweet_list li,
.wpb_twitter_widget ul.tweet_list li {
    border-bottom: 1px solid #f7f7f7;
    margin: 0 0 1em;
    padding-bottom: 1em;
    background-image: none;
    list-style: none !important
}

#content .wpb_twitter_widget ul.tweet_list li:after,
.wpb_twitter_widget ul.tweet_list li:after,
#content .wpb_twitter_widget ul.tweet_list li:before,
.wpb_twitter_widget ul.tweet_list li:before {
    display: none !important
}

.wpb_twitter_widget .tweet_time {
    display: block;
    color: #f7f7f7;
    font-size: 80%
}

.wpb_twitter_widget p.twitter_follow_button_wrap {
    margin-bottom: 0;
    font-size: 80%
}

.wpb_twitter_widget .twitter_follow_button {
    background-image: url(/local/templates/s21_nobar_copy/css/../images/twitter_bird.html);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    display: inline-block;
    min-height: 16px
}

.wpb_alert p:last-child,
#content .wpb_alert p:last-child,
.wpb_text_column p:last-child,
.wpb_text_column :last-child,
#content .wpb_text_column p:last-child,
#content .wpb_text_column :last-child,
.wpb_toggle_content p:last-child {
    margin-bottom: 0
}

html,
body,
iframe,
header,
footer,
main,
aside,
nav,
section,
article,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
hr,
blockquote,
pre,
a,
address,
del,
em,
strong,
sub,
sup,
figure,
figcaption,
img,
form,
fieldset,
legend,
label,
input,
select,
textarea,
button,
table,
thead,
tbody,
tfoot,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

html,
body,
iframe,
header,
footer,
main,
aside,
nav,
section,
article,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
hr,
blockqoute,
pre,
figure,
figcaption,
form,
fieldset,
legend,
label,
input,
select,
textarea,
button {
    display: block
}

html,
body {
    -webkit-text-size-adjust: none
}

dl,
dt,
dd,
ul,
ol,
li {
    list-style: none
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

a,
button {
    cursor: pointer
}

.services p,
.wpb_accordion p,
.widget p,
.wpb_tabs p,
.wpb_toggle_content p,
.latest-tweets p,
p.capitalized {
    text-indent: initial
}

p.capitalized {
    text-align: justify
}

html,
body {
    background: #e6e6e6;
    font: 400 16.6px/1.55 Lato, Helvetica, Arial, sans-serif;
    color: #28292b
}

a {
    text-decoration: none;
    -o-transition: border 0.3s, background 0.3s, color .3s;
    -ms-transition: border 0.3s, background 0.3s, color .3s;
    -moz-transition: border 0.3s, background 0.3s, color .3s;
    -webkit-transition: border 0.3s, background 0.3s, color .3s
}

a:hover {
    color: #000
}

.page {
    background: #fff;
    opacity: 0;
    -o-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -webkit-transition: opacity .4s
}

.page.loaded {
    opacity: 1
}

input::-moz-placeholder {
    color: #aeaeae
}

input::-webkit-input-placeholder {
    color: #aeaeae
}

select,
textarea,
input[type="url"],
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="password"] {
    height: 40px;
    border: 1px solid #b4b4b4;
    border-radius: 0;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    padding-left: 10px;
    padding-top: 1px
}

select {
    background-image: url(/local/templates/s21_nobar_copy/css/../img/select.png);
    background-position: 100% 50%;
    background-repeat: no-repeat
}

textarea {
    height: auto;
    resize: none
}

.button {
    position: relative;
    display: inline-block;
    padding: 8px 21px;
    border-width: 2px;
    border-style: solid;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-transition: border 0.3s, background 0.3s, color .3s;
    -ms-transition: border 0.3s, background 0.3s, color .3s;
    -moz-transition: border 0.3s, background 0.3s, color .3s;
    -webkit-transition: border 0.3s, background 0.3s, color .3s
}

.button-footer {
    background: #d04747 !important
}

.button-footer:hover {
    color: #d04747 !important
}

.button-top {
    padding: 7px 28px 5px;
    border-width: 1px;
    font-size: 16px;
    border-radius: 0
}

.button-top i {
    padding-top: 1.5px
}

.button-top p {
    float: left;
    padding-left: 10px;
    padding-top: 1px;
    line-height: unset
}

.button-top-2 {
    padding: 6px 15px;
    padding-top: 6px;
    border-width: 1px;
    font-size: 15px;
    line-height: 25px;
    border-radius: 5px;
    color: #008fd5;
    background: #fff !important;
    border-style: none;
    padding-top: 8px
}

.button:hover {
    background: #fff
}

.button-top:hover {
    background: #fff !important
}

.button-top-2:hover {
    background: #fff !important
}

.button-f i {
    padding-top: 1.5px
}

.button-f p {
    float: left;
    padding-left: 10px;
    padding-top: 1px;
    line-height: unset
}

.button-f-2 {
    padding: 6px 15px;
    padding-top: 6px;
    border-width: 1px;
    font-size: 15px;
    line-height: 25px;
    border-radius: 5px;
    color: #008fd5;
    background: #fff !important;
    border-style: none;
    padding-top: 8px
}

.button:hover {
    background: #fff
}

.button-f:hover {
    background: #fff !important
}

.button-f-2:hover {
    background: #fff !important
}

.button i {
    display: block;
    float: left;
    margin-right: 8px;
    margin-left: -6px;
    font-size: 18px;
    line-height: 22px
}

.button-disabled {
    cursor: default;
    opacity: .5
}

.button.button-disabled:hover {
    color: #fff
}

.page {
    overflow: hidden;
    background: #fff
}

.page-boxed {
    max-width: 1250px;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.38)
}

@media screen and (max-width: 1190px) {
    .page-boxed {
        max-width: 1000px
    }

    .logo img {
        transform: scale(0.9)
    }
}

@media screen and (max-width: 980px) {
    .page-boxed {
        max-width: 900px
    }

    .logo img {
        transform: scale(0.8)
    }

    .button-f {
        height: auto;
        font-size: 12px !important;
        padding: 6px 8px !important
    }
}

.grid-row-top:after {
    content: '';
    display: table;
    clear: both
}

.grid-col-top {
    float: left;
    margin-left: 0
}

.grid-col-top:first-child {
    margin-left: 0
}

.grid-col-4-top {
    width: 20.333333%
}

.grid-row {
    width: 1170px;
    margin: 0 auto 50px
}

.grid-row-top {
    width: 1170px;
    margin: 0 auto
}

.grid-row:after {
    content: '';
    display: table;
    clear: both
}

.grid-row-top:after {
    content: '';
    display: table;
    clear: both
}

.grid-row-table {
    width: 1170px;
    margin: 0 auto 30px
}

.grid-row-table:after {
    content: '';
    display: table;
    clear: both
}

.grid-col {
    float: left;
    margin-left: 30px
}

.grid-col:first-child {
    margin-left: 0
}

.grid-col-3 {
    width: 270px
}

.grid-col-4 {
    width: 370px
}

.grid-col-5 {
    width: 770px
}

.grid-col-6 {
    width: 570px
}

.grid-col-9 {
    width: 870px
}

.grid-row-sep {
    width: 1170px;
    margin: -20px auto 40px;
    border-top: 1px solid #e3e3e3
}

@media screen and (max-width: 1190px) {

    .grid-row,
    .grid-row-top,
    .grid-row-sep,
    .grid-row-50 {
        width: 940px
    }

    .grid-col {
        margin-left: 20px
    }

    .grid-col-3 {
        width: 220px
    }

    .grid-col-4 {
        width: 300px
    }

    .grid-col-5 {
        width: 600px
    }

    .grid-col-6 {
        width: 460px
    }

    .grid-col-9 {
        width: 700px
    }

    .nav {
        padding-left: 1%
    }

    .vc_row-fluid-call {
        font-size: 22px
    }

    .vc_row-fluid .vc_span3 {
        width: 43.125%;
        margin-left: 0
    }

    .vc_row-fluid .vc_span3_1 {
        display: none
    }

    .vc_row-fluid .vc_span3_2 {
        width: 33.125%;
        margin-left: 0
    }

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

@media screen and (max-width: 980px) {

    .grid-row,
    .grid-row-top,
    .grid-row-50 {
        width: auto;
        margin: 0 20px 60px
    }

    .grid-col {
        margin-left: 18px
    }

    .grid-col-3 {
        width: 171px
    }

    .grid-col-4 {
        width: 234px
    }

    .grid-col-5 {
        width: 468px
    }

    .grid-col-6 {
        width: 360px
    }

    .grid-col-9 {
        width: 549px
    }

    .grid-row-50 {
        font-size: 15px
    }

    .vc_row-fluid-call {
        font-size: 20px
    }

    .vc_row-fluid .vc_span3 {
        width: 43.125%;
        margin-left: 0
    }
}

@media screen and (max-width: 767px) {

    .grid-row,
    .grid-row-top,
    .grid-row-50 {
        width: auto;
        margin: 0 20px 60px
    }

    .grid-col {
        float: none;
        width: 100%;
        margin: 0 0 60px
    }

    .grid-col:last-child {
        margin-bottom: 0
    }

    .grid-row-sep {
        width: auto;
        margin: -20px 20px 40px
    }

    .vc_row-fluid-call {
        font-size: 18px;
        float: left;
        margin-top: -30px
    }
}

.typography h3 {
    font-size: 18px;
    line-height: 22px;
    color: #000
}

.typography p {
    margin-top: 15px;
    line-height: 22px
}

.clearfix:after {
    content: '';
    display: table;
    clear: both
}

.isotope-item {
    z-index: 2
}

.isotope-item.isotope-hidden {
    z-index: 1
}

.isotope,
.isotope .isotope-item {
    transition-duration: .6s;
    -o-transition-duration: .6s;
    -ms-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -webkit-transition-duration: .6s
}

.isotope {
    transition-property: height, width;
    -o-transition-property: height, width;
    -ms-transition-property: height, width;
    -moz-transition-property: height, width;
    -webkit-transition-property: height
}

.isotope .isotope-item {
    transition-property: transform;
    -o-transition-property: -o-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -webkit-transition-property: -webkit-transform, opacity
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -o-transition-duration: 0;
    -ms-transition-duration: 0;
    -moz-transition-duration: 0;
    -webkit-transition-duration: 0
}

.owl-controls {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 20px;
    font-size: 0
}

.owl-buttons div {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 1px;
    -o-transition: background .3s;
    -ms-transition: background .3s;
    -moz-transition: background .3s;
    -webkit-transition: background .3s
}

.owl-buttons i {
    display: block;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #fff
}

.page-header {
    position: relative;
    z-index: 11;
    height: 90px;
    margin: 0 auto;
    background: #fff
}

.page-header.main-page:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 50%;
    margin-right: -611px;
    width: 173px;
    height: 12px
}

@media screen and (max-width: 1190px) {
    .page-header:after {
        margin-right: -496px
    }
}

@media screen and (max-width: 980px) {
    .page-header:after {
        margin-right: -395px
    }
}

@media screen and (max-width: 767px) {
    .page-header {
        height: auto;
        padding: 20px 0
    }

    .page-header:after {
        right: -6px;
        margin: 0
    }
}

.logo {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -585px;
    font-size: 0
}

.logo div {
    display: table-cell;
    vertical-align: middle
}

.logo img {
    display: inline-block;
    max-height: 92px;
    padding-top: 5px
}

@media screen and (max-width: 1190px) {
    .logo {
        margin-left: -470px
    }
}

@media screen and (max-width: 980px) {
    .logo {
        margin-left: -455px
    }
}

@media screen and (max-width: 840px) {
    .logo {
        margin-left: -430px;
        transform: scale(0.8);
    }
}

@media screen and (max-width: 767px) {
    .logo {
        position: static;
        margin: 0
    }

    .logo div {
        display: block;
        height: auto;
        text-align: center
    }
}

nav p {
    text-indent: 0
}

.main-nav {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -585px
}

.main-nav li {
    position: relative;
    float: left
}

/* .main-nav li a:before{content:'+';position:absolute;top:26px;right:0;left:50%;width:13px;margin-left:-6px;font-size:22px;line-height:14px;text-align:center;color:#fff;font-weight:700} */
.main-nav li a {
    position: relative;
    display: block;
    padding: 37px 20px 28px;
    font-size: 16px;
    line-height: 15px;
    color: #000;
    text-decoration: none;
    letter-spacing: .5px
}

.main-nav li a .fa-plus,
.main-nav li a .fa-heart-o {
    position: absolute;
    top: 26px;
    right: 0;
    left: 50%;
    width: 13px;
    margin-left: -6px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #fff
}

.main-nav li .active {
    z-index: 51;
    color: #fff
}

.main-nav ul li.active>a {
    background: #4db1e2;
    z-index: 51;
    color: #fff
}

.main-nav li ul {
    position: absolute;
    z-index: 49;
    top: 100%;
    left: -9999px;
    width: 250px;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    color: #fff;
    opacity: 0;
    -o-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -webkit-transform: scale(1)
}

.main-nav li li ul {
    position: absolute;
    z-index: 49;
    top: 100%;
    left: -9999px;
    width: 280px;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    color: #fff;
    opacity: 0;
    -o-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -webkit-transform: scale(1)
}

.main-nav li:hover>a {
    z-index: 50;
    color: #fff
}

.main-nav li:hover>ul {
    left: 0;
    opacity: 1
}

.main-nav .right:hover>ul {
    right: 0;
    left: auto
}

.main-nav li li {
    float: none
}

.main-nav li li a {
    padding: 15px 20px;
    box-shadow: none;
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    white-space: nowrap
}

.main-nav li li li a {
    padding: 8px 20px;
    box-shadow: none;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    white-space: nowrap
}

.main-nav li li a:after {
    display: none
}

.main-nav li li a:before {
    content: '   ';
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    background: none
}

.main-nav li li ul {
    top: 0;
    margin-left: 10px
}

.main-nav .right li ul {
    margin-right: 10px;
    margin-left: 0
}

.main-nav li li ul:after {
    content: '';
    position: absolute;
    top: 47px;
    bottom: 0;
    right: 100%;
    width: 10px
}

.main-nav li li ul:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 10px;
    height: 47px
}

.main-nav .right li ul:before {
    right: auto;
    left: 100%
}

.main-nav li li:hover>a {
    box-shadow: none
}

.main-nav li:hover li:hover ul {
    left: 100%
}

.main-nav .right:hover li:hover ul {
    right: 100%;
    left: auto
}

.main-nav .text {
    padding: 29px 25px
}

.main-nav .text h2 {
    font-size: 21px;
    line-height: 27px;
    text-transform: uppercase
}

.main-nav .text hr {
    text-align: left;
    display: block;
    width: 50px;
    margin: 16px 0;
    border-top: 1px solid #fff;
    opacity: .4;
    border-bottom: none;
    height: auto
}

.main-nav .text .more {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42px;
    height: 42px;
    padding: 0;
    text-align: center
}

.main-nav .text .more:before {
    content: ''
}

.main-nav .text .more i {
    position: static;
    display: block;
    font-size: 20px;
    line-height: 42px
}

@media screen and (max-width: 1190px) {
    .main-nav {
        margin-right: -470px
    }

    .main-nav li a {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media screen and (max-width: 980px) {
    .main-nav {
        margin-right: -369px
    }

    .main-nav li a {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 13px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .main-nav {
        display: none
    }
}

.mobile-main-nav {
    z-index: 20;
    display: none;
    width: 300px;
    margin: 20px auto 0;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff
}

.mobile-main-nav a {
    display: block;
    padding-left: 15px;
    font-size: 15px;
    line-height: 39px;
    color: #fff
}

.mobile-main-nav i {
    position: relative;
    display: block;
    float: right;
    width: 39px;
    height: 39px;
    margin-left: 10px;
    border-left: 1px solid #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    cursor: pointer
}

.mobile-main-nav ul {
    display: none
}

.mobile-main-nav li {
    margin-top: 1px
}

.mobile-main-nav li i {
    border-left: 0
}

.mobile-main-nav li i:after,
.mobile-main-nav li i:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 19px;
    width: 1px;
    height: 17px;
    background: #fff
}

.mobile-main-nav li i:before {
    top: 19px;
    left: 11px;
    width: 17px;
    height: 1px
}

.mobile-main-nav li li {
    text-transform: none
}

.mobile-main-nav li li a:before {
    content: '- '
}

.mobile-main-nav li li li a:before {
    content: '-- '
}

.mobile-main-nav .text {
    position: relative;
    padding: 10px 15px
}

.mobile-main-nav .text h2 {
    font-size: 21px;
    line-height: 27px;
    text-transform: uppercase
}

.mobile-main-nav .text hr {
    text-align: left;
    display: block;
    width: 50px;
    margin: 16px 0;
    border-top: 1px solid #fff;
    opacity: .4
}

.mobile-main-nav .text .more {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42px;
    height: 42px;
    padding: 0;
    font-size: 20px;
    line-height: 42px;
    text-align: center
}

.mobile-main-nav .text .more:before {
    content: "\f101"
}

@media screen and (max-width: 767px) {
    .mobile-main-nav {
        display: block
    }
}

.quick-search {
    margin-top: -90px;
    -o-transition: margin .3s;
    -ms-transition: margin .3s;
    -moz-transition: margin .3s;
    -webkit-transition: margin .3s
}

.quick-search fieldset {
    position: relative;
    z-index: 10;
    width: 1170px;
    height: 90px;
    margin: 0 auto
}

.quick-search legend {
    float: left;
    font-size: 30px;
    line-height: 90px;
    color: #fff
}

.quick-search input,
.quick-search select {
    float: left;
    width: 245px;
    height: 30px;
    margin: 30px 0 0 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 7px 7px rgba(0, 0, 0, 0.05)
}

.quick-search button[type="submit"] {
    float: right;
    width: 120px;
    height: 48px;
    margin-top: 21px;
    border: 3px solid #fff;
    background: #fff;
    box-shadow: 0 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    -o-transition: background 0.3s, color .3s;
    -ms-transition: background 0.3s, color .3s;
    -moz-transition: background 0.3s, color .3s;
    -webkit-transition: background 0.3s, color .3s
}

.quick-search button[type="submit"]:hover {
    background: transparent;
    color: #fff
}

.quick-search button[type="submit"]:active {
    position: relative;
    top: 1px;
    box-shadow: none
}

.quick-search button[type="button"] {
    width: 100%;
    height: 50px;
    padding-bottom: 8px;
    font-size: 12px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-weight: 900;
    color: #fff
}

.quick-search .switcher {
    position: absolute;
    top: 100%;
    right: 0;
    width: 120px;
    height: 70px
}

.quick-search-visible {
    margin-top: 0 !important
}

@media screen and (max-width: 1190px) {
    .quick-search fieldset {
        width: 940px
    }

    .quick-search legend {
        font-size: 24px
    }

    .quick-search input,
    .quick-search select {
        width: 198px;
        margin-left: 20px
    }
}

@media screen and (max-width: 980px) {
    .quick-search fieldset {
        width: 738px
    }

    .quick-search legend {
        display: none
    }

    .quick-search input,
    .quick-search select {
        width: 188px;
        margin-left: 18px
    }

    .quick-search input {
        margin-left: 0
    }
}

@media screen and (max-width: 767px) {
    .quick-search {
        margin-top: -208px
    }

    .quick-search fieldset {
        width: auto;
        height: 188px;
        margin: 0 20px;
        padding-top: 20px
    }

    .quick-search legend {
        display: none
    }

    .quick-search input,
    .quick-search select {
        float: none;
        width: 100%;
        margin: 0 0 10px
    }

    .quick-search button[type="submit"] {
        margin-top: 0
    }

    #quick-search .switcher {
        width: 30px;
        height: 30px;
        background-color: inherit
    }

    #quick-search .switcher #quick-search-switcher {
        font-size: 0;
        width: 100%;
        height: 100%;
        background: url(/local/templates/s21_nobar_copy/css/../img/find.png) no-repeat center center;
        background-size: contain;
        background-color: inherit;
        padding-bottom: 0
    }
}

.page-content {
    padding-bottom: 30px
}

.page-title {
    margin-bottom: 30px;
    border-top-width: 7px;
    border-top-style: solid;
    color: #fff
}

.page-title h1 {
    float: left;
    padding: 11px 0;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff
}

.page-title nav {
    float: right;
    margin-right: 150px;
    padding: 22px 0;
    font-size: 14px;
    line-height: 20px
}

.page-title nav a {
    color: #fff
}

.page-title nav a:hover {
    text-decoration: underline
}

.page-title .grid-row {
    margin-bottom: 0
}

@media screen and (max-width: 1190px) {
    .page-title nav {
        margin-right: 140px
    }
}

@media screen and (max-width: 980px) {
    .page-title h1 {
        float: none;
        padding-bottom: 10px
    }

    .page-title nav {
        float: none;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 18px
    }
}

.ls-bottom-nav-wrapper {
    display: none !important
}

.slider .intro {
    font-size: 15px;
    position: relative;
    width: 30.33em;
    padding: 2.33em 0;
    background: rgba(255, 255, 255, 0.5);
    text-align: center
}

.slider .intro h2 {
    font-size: 1.5em;
    line-height: .3em;
    font-weight: 700;
    text-shadow: 0 1px 0 #fff
}

.slider .intro h2 span {
    display: block;
    font-size: .685em;
    line-height: .95em;
    font-weight: 400
}

.slider .intro p {
    margin-top: .585em;
    font-size: 1.13em;
    line-height: 1.35em;
    text-shadow: 0 1px 0 #fff
}

.slider .intro .icon {
    position: absolute;
    top: -.5em;
    left: 50%;
    display: block;
    margin-left: -.5em;
    font-size: 3.2em;
    line-height: 1em
}

.slider .buttons {
    margin-top: 1em;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0
}

.slider .buttons .button {
    display: inline-block;
    vertical-align: top;
    padding: 0 .61em !important;
    height: 2.44em;
    vertical-align: middle;
    margin: 0 1px;
    border-width: 3px;
    border-style: solid;
    font-size: .9em;
    line-height: 2.44em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden
}

.slider .prev,
.slider .next {
    display: inline-block;
    vertical-align: top;
    width: .9em;
    height: 1.39em;
    margin: 0 1px;
    border-width: 3px;
    border-style: solid;
    font-size: 1.6em;
    line-height: 1.25em;
    color: #fff
}

.slider .prev:hover,
.slider .next:hover {
    background: #fff
}

@media only screen and (max-width:1190px) {
    .slider .intro {
        margin-left: -50px !important
    }
}

.benefits {
    position: relative;
    z-index: 10;
    margin-top: -130px;
    font-size: 0;
    text-align: center
}

.benefits li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    color: #fff
}

.benefits h2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700
}

.benefits p {
    font-size: 14px;
    line-height: 19px;
    text-indent: 0
}

.benefits .pic {
    position: relative;
    height: 60px
}

.benefits .pic i {
    display: block;
    font-size: 46px;
    line-height: 74px;
    text-align: center;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
    color: #fff
}

.benefits .pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 128px;
    max-width: 90%
}

.benefits .text {
    position: relative;
    padding: 15px 30px 51px
}

.benefits .more {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 31px;
    height: 31px;
    margin-left: -15px;
    border: 4px solid #fff;
    border-bottom: 0
}

.benefits .more:after,
.benefits .more:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 13px;
    width: 5px;
    height: 17px;
    background: #fff
}

.benefits .more:before {
    top: 13px;
    left: 7px;
    width: 17px;
    height: 5px
}

@media screen and (max-width: 1190px) {
    .benefits {
        margin-top: 4px
    }

    .benefits .text {
        padding: 15px 20px 51px
    }
}

@media screen and (max-width: 980px) {
    .benefits {
        margin-top: 4px
    }

    .benefits h2 {
        font-size: 20px
    }

    .benefits .text {
        padding: 15px 15px 51px
    }
}

@media screen and (max-width: 767px) {
    .benefits {
        margin-top: 4px
    }

    .intro {
        display: none
    }

    .benefits li {
        width: 50%;
        border-bottom: 4px solid #fff
    }

    .benefits h2 {
        font-size: 24px
    }
}

@media screen and (max-width: 479px) {
    .benefits li {
        width: 100%
    }
}

.services ul {
    margin: -40px -40px 0;
    font-size: 0
}

.services li {
    display: inline-block;
    vertical-align: top;
    width: 336.666666px;
    margin: 20px 40px 0;
    padding-bottom: 0;
    border-bottom: 1px solid #e3e3e3
}

#services-carousel li {
    border-bottom: 0
}

#services-carousel li li {
    border-bottom: 1px solid #e3e3e3
}

.services.one-column li {
    width: auto
}

.services h2 {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 22px
}

.services h2 a {
    color: #000
}

.services p {
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    color: #7c7c7c
}

.services i,
#animating-block-5 i {
    position: relative
}

.services .pic,
#animating-block-5 .pic,
i.pic {
    position: relative;
    display: block;
    float: left;
    width: 70px;
    height: 63px;
    margin-right: 20px;
    font-size: 38px;
    line-height: 75px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
    color: #fff
}

#animating-block-5 .pic,
i.pic {
    display: inline-block;
    float: none;
    margin-top: 20px
}

.services .pic:before,
#animating-block-5 .pic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%
}

i.pic:before {
    z-index: 2;
    position: relative
}

i.pic:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 1
}

.services .more {
    float: right;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #fff
}

@media screen and (max-width: 1190px) {
    .services ul {
        margin-right: -30px;
        margin-left: -30px
    }

    .services li {
        width: 440px;
        margin-right: 30px;
        margin-left: 30px
    }
}

@media screen and (max-width: 980px) {
    .services ul {
        margin-right: -20px;
        margin-left: -20px
    }

    .services li {
        width: 349px;
        margin-right: 20px;
        margin-left: 20px
    }
}

@media screen and (max-width: 767px) {
    .services ul {
        margin-right: 0;
        margin-left: 0
    }

    .services li {
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

.news h3 {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 26px
}

.news h3 a {
    color: #000
}

.news h33 {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 36px
}

.news h33 a {
    color: #fff
}

.news p {
    margin-top: 15px;
    line-height: 22px
}

.news .button {
    margin-top: 30px
}

.news .grid {
    margin: -25px -15px
}

.news .item {
    position: relative;
    float: left;
    margin-top: 25px;
    padding: 0 15px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.news .cats {
    position: relative;
    margin-top: 15px;
    padding: 10px 0;
    font-size: 12px;
    color: #000
}

.news .cats .more {
    position: absolute;
    top: -1px;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #fff
}

.news .pic,
.news .video {
    position: relative;
    overflow: hidden;
    padding-bottom: 55%
}

.news .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.news .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.news .audio {
    overflow: hidden;
    margin-top: 15px
}

.news .audio audio {
    display: block;
    width: 100%;
    height: 30px
}

.news .date {
    position: relative;
    margin-bottom: 1px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 36px;
    color: #fff
}

.news .date i {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 36px;
    border-left: 1px solid #fff;
    font-size: 24px;
    line-height: 46px;
    text-align: center;
    color: #4db1e2
}

.news .date span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 38px
}

.news .links {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s
}

.news .links ul {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -28px;
    text-align: center;
    font-size: 0
}

.news .links li {
    position: relative;
    display: inline-block;
    margin: 0 8px;
    opacity: 0;
    -o-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -webkit-transition: opacity .4s
}

.news .links a {
    display: block;
    width: 56px;
    height: 56px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
    font-size: 20px;
    line-height: 56px;
    color: #fff
}

.news .pic:hover .links {
    opacity: 1
}

.news .pic:hover .links li {
    opacity: 1;
    -ms-animation-name: slideup;
    -ms-animation-duration: .4s;
    -moz-animation-name: slideup;
    -moz-animation-duration: .4s;
    -webkit-animation-name: slideup;
    -webkit-animation-duration: .4s
}

.news-1 .item {
    width: 100%
}

.news-1 .audio {
    margin-top: 20px
}

.news-1 .wrapper {
    position: relative;
    z-index: 1;
    float: left;
    width: 270px;
    margin: 20px 30px 10px 0
}

.news-1-top {
    width: 370px !important
}

.news-1 .wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 30px;
    height: 100%;
}

.news-2 .item {
    width: 600px
}

.news-3 .item {
    width: 400px
}

.news-4 .item {
    width: 300px
}

@media screen and (max-width: 1190px) {
    .news .grid {
        margin-right: -10px;
        margin-left: -10px
    }

    .news .item {
        padding: 0 10px
    }

    .news-1 .wrapper {
        width: 260px;
        margin-right: 20px
    }

    .news-1 .wrapper:after {
        width: 20px
    }

    .news-2 .item {
        width: 480px
    }

    .news-3 .item {
        width: 320px
    }

    .news-4 .item {
        width: 240px
    }
}

@media screen and (max-width: 980px) {
    .news .grid {
        margin-right: -9px;
        margin-left: -9px
    }

    .news .item {
        padding: 0 9px
    }

    .news-1 .wrapper {
        width: 200px;
        margin-right: 18px
    }

    .news-1 .wrapper:after {
        width: 18px
    }

    .news-2 .item {
        width: 378px
    }

    .news-3 .item,
    .news-4 .item {
        width: 252px
    }
}

@media screen and (max-width: 767px) {
    .news-1 .wrapper {
        float: none;
        width: 93%;
        margin: 0
    }

    .news-1 .wrapper:after {
        display: none
    }

    .news-2 .item,
    .news-3 .item,
    .news-4 .item {
        width: 49.99%
    }
}

@media screen and (max-width: 479px) {
    .news-1 .wrapper {
        width: 87%
    }

    .news .grid {
        margin-top: -15px;
        margin-bottom: -15px
    }

    .news .item {
        width: 100%;
        margin: 15px 0
    }
}

.photo-tour h3 {
    position: relative;
    padding-top: 10px;
    font-size: 17px;
    line-height: 23px;
    color: #000;
    -o-transition: background 0.3s, color .3s;
    -ms-transition: background 0.3s, color .3s;
    -moz-transition: background 0.3s, color .3s;
    -webkit-transition: background 0.3s, color .3s
}

.photo-tour a:hover {
    color: #fff
}

.photo-tour p {
    position: relative;
    padding-bottom: 15px;
    border-bottom-width: 6px;
    border-bottom-style: solid;
    line-height: 18px;
    -o-transition: background 0.3s, color .3s;
    -ms-transition: background 0.3s, color .3s;
    -moz-transition: background 0.3s, color .3s;
    -webkit-transition: background 0.3s, color .3s
}

.photo-tour .filter {
    float: right;
    width: 270px;
    height: 30px;
    margin-top: -50px;
    padding-top: 4px;
    padding-bottom: 4px
}

.photo-tour .button {
    margin-top: 30px
}

.photo-tour .grid {
    margin: -25px -15px
}

.photo-tour .item {
    position: relative;
    float: left;
    margin: 25px 0;
    padding: 0 15px;
    text-align: center;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.photo-tour .pic {
    position: relative;
    padding-bottom: 56.25%
}

.photo-tour .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.photo-tour .links {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s
}

.photo-tour .links ul {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -28px;
    text-align: center;
    font-size: 0
}

.photo-tour .links li {
    position: relative;
    display: inline-block;
    margin: 0 8px;
    opacity: 0;
    -o-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -webkit-transition: opacity .4s
}

.photo-tour .links a {
    display: block;
    width: 56px;
    height: 56px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
    font-size: 20px;
    line-height: 56px;
    color: #fff
}

.photo-tour .item:hover h3,
.photo-tour .item:hover p .photo-tour .item:hover a {
    color: #fff
}

.photo-tour .item:hover .links {
    opacity: 1
}

.photo-tour .item:hover .links li {
    opacity: 1;
    -ms-animation-name: slideup;
    -ms-animation-duration: .4s;
    -moz-animation-name: slideup;
    -moz-animation-duration: .4s;
    -webkit-animation-name: slideup;
    -webkit-animation-duration: .4s
}

.photo-tour-1 .item {
    width: 100%
}

.photo-tour-2 .item {
    width: 600px
}

.photo-tour-3 .item {
    width: 400px
}

.photo-tour-4 .item {
    width: 300px
}

@media screen and (max-width: 1190px) {
    .photo-tour .filter {
        width: 220px
    }

    .photo-tour .grid {
        margin-right: -10px;
        margin-left: -10px
    }

    .photo-tour .item {
        padding: 0 10px
    }

    .photo-tour-2 .item {
        width: 480px
    }

    .photo-tour-3 .item {
        width: 320px
    }

    .photo-tour-4 .item {
        width: 240px
    }
}

@media screen and (max-width: 980px) {
    .photo-tour .filter {
        width: 171px
    }

    .photo-tour .grid {
        margin-right: -9px;
        margin-left: -9px
    }

    .photo-tour .item {
        padding: 0 9px
    }

    .photo-tour-2 .item {
        width: 378px
    }

    .photo-tour-3 .item,
    .photo-tour-4 .item {
        width: 252px
    }
}

@media screen and (max-width: 767px) {

    .photo-tour-2 .item,
    .photo-tour-3 .item,
    .photo-tour-4 .item {
        width: 49.99%
    }
}

@media screen and (max-width: 479px) {
    .photo-tour .filter {
        float: none;
        margin: 0 0 20px;
        width: 100%
    }

    .photo-tour .grid {
        margin-top: -15px;
        margin-bottom: -15px
    }

    .photo-tour .item {
        width: 100%;
        margin: 15px 0
    }
}

.video iframe {
    margin: 0;
    width: 100%
}

.video.only iframe {
    height: 500px;
    margin-bottom: 30px
}

@media screen and (max-width:1190px) {
    .video.only iframe {
        height: 450px;
        margin-bottom: 30px
    }
}

#services-carousel .owl-item>li {
    margin-right: 5% !important;
    margin-bottom: 0;
    padding-bottom: 0
}

.section-headers {
    text-align: center;
    font-size: 2em !important;
    font-weight: 700;
    color: #0f89c8;
    text-transform: uppercase;
    margin-top: 40px !important;
    margin-bottom: 0 !important;
    line-height: 1.2
}

.section-headers h1 {
    font-weight: 100 !important;
    color: #000 !important;
    margin-bottom: 0 !important
}

.section-headers.inline h1 {
    display: inline-block !important
}

img[src*="features_unlimited_color"] {
    display: block;
    margin: 0 auto;
    margin-top: 40px
}

@media screen and (max-width:960px) {
    img[src*="features_unlimited_color"] {
        width: 60%
    }
}

#header-404 {
    margin-top: 20px !important;
    text-align: center
}

#header-404>a {
    color: #000;
    font-weight: 700;
    font-size: 2em;
    text-transform: uppercase
}

#block-404 {
    margin: 40px auto 0 !important;
    position: relative;
    width: 500px;
    height: 200px
}

#block-404>div {
    position: absolute;
    width: 100%;
    height: 100%
}

#block-404-icon {
    background: url(/local/templates/s21_nobar_copy/css/../pic/404_mask.png) no-repeat center center;
    background-size: cover
}

#text-404 {
    margin-top: 40px !important;
    text-align: center
}

#button-404 {
    text-align: center
}

.section-text {
    text-align: center;
    margin-top: 10px !important
}

div[id^="animating-block"] {
    text-align: center;
    margin-bottom: 60px
}

div[id^="animating-block"] img {
    position: relative
}

#animating-block-1 img[src*="iphone"] {
    left: 5%;
    z-index: 3;
    width: 15%
}

#animating-block-1 img[src*="monitor"] {
    z-index: 2;
    width: 50%
}

#animating-block-1 img[src*="ipad"] {
    right: 12%;
    z-index: 1;
    width: 20%
}

#animating-block-3 img[src*="mac"] {
    width: 70%
}

#animating-block-4 {
    text-align: left !important
}

#animating-block-4 img {
    vertical-align: middle
}

#animating-block-4 img[src*="color-6"] {
    margin-left: 20%;
    width: 30%;
    z-index: 6
}

#animating-block-4 img[src*="color-5"] {
    width: 27%;
    z-index: 5;
    margin-left: -19%
}

#animating-block-4 img[src*="color-4"] {
    width: 24%;
    z-index: 4;
    margin-left: -17%
}

#animating-block-4 img[src*="color-3"] {
    width: 21%;
    z-index: 3;
    margin-left: -15%
}

#animating-block-4 img[src*="color-2"] {
    width: 18%;
    z-index: 2;
    margin-left: -13%
}

#animating-block-4 img[src*="color-1"] {
    width: 15%;
    z-index: 1;
    margin-left: -11%
}

#animating-block-5 img[src*="icons-group"] {
    width: 100%
}

#animating-block-7 img[src*="one-page"] {
    width: 50%
}

#animating-block-8 {
    position: relative
}

#animating-block-8 img {
    width: 80%
}

@media screen and (min-resolution:300dpi) and (max-width:1137px) {
    #animating-block-1 {
        position: relative
    }

    #animating-block-1 img[src*="iphone"] {
        position: absolute;
        width: 20%;
        bottom: 0;
        left: 0
    }

    #animating-block-1 img[src*="monitor"] {
        z-index: 2;
        width: 80%
    }

    #animating-block-1 img[src*="ipad"] {
        position: absolute;
        width: 25%;
        bottom: 0;
        right: 0
    }

    #animating-block-3 img[src*="mac"] {
        width: 100%
    }

    #animating-block-4 {
        text-align: left !important;
        position: relative
    }

    #animating-block-4 img {
        vertical-align: middle;
        position: absolute !important
    }

    #animating-block-4 img[src*="color-6"] {
        position: relative !important;
        margin-left: 0;
        width: 50%;
        left: 0;
        z-index: 6
    }

    #animating-block-4 img[src*="color-5"] {
        width: 45%;
        z-index: 5;
        left: 25%;
        top: 5%
    }

    #animating-block-4 img[src*="color-4"] {
        width: 40%;
        z-index: 4;
        left: 41%;
        top: 7%
    }

    #animating-block-4 img[src*="color-3"] {
        width: 35%;
        z-index: 3;
        left: 56%;
        top: 9%
    }

    #animating-block-4 img[src*="color-2"] {
        width: 30%;
        z-index: 2;
        left: 69%;
        top: 11%
    }

    #animating-block-4 img[src*="color-1"] {
        width: 25%;
        z-index: 1;
        left: 82%;
        top: 13%
    }

    #animating-block-7 img[src*="one-page"] {
        width: 80%
    }

    #animating-block-8 img {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    #animating-block-1 {
        position: relative
    }

    #animating-block-1 img[src*="iphone"] {
        position: absolute;
        width: 20%;
        bottom: 0;
        left: 0
    }

    #animating-block-1 img[src*="monitor"] {
        z-index: 2;
        width: 80%
    }

    #animating-block-1 img[src*="ipad"] {
        position: absolute;
        width: 25%;
        bottom: 0;
        right: 0
    }

    #animating-block-3 img[src*="mac"] {
        width: 100%
    }

    #animating-block-4 {
        text-align: left !important;
        position: relative
    }

    #animating-block-4 img {
        vertical-align: middle;
        position: absolute !important
    }

    #animating-block-4 img[src*="color-6"] {
        position: relative !important;
        margin-left: 0;
        width: 50%;
        left: 0;
        z-index: 6
    }

    #animating-block-4 img[src*="color-5"] {
        width: 45%;
        z-index: 5;
        left: 37%;
        top: 4%
    }

    #animating-block-4 img[src*="color-4"] {
        width: 40%;
        z-index: 4;
        left: 51%;
        top: 9%
    }

    #animating-block-4 img[src*="color-3"] {
        width: 35%;
        z-index: 3;
        left: 64%;
        top: 14%
    }

    #animating-block-4 img[src*="color-2"] {
        width: 30%;
        z-index: 2;
        left: 75.5%;
        top: 19%
    }

    #animating-block-4 img[src*="color-1"] {
        width: 25%;
        z-index: 1;
        left: 87.5%;
        top: 25%
    }

    #animating-block-7 img[src*="one-page"] {
        width: 80%
    }

    #animating-block-8 img {
        width: 100%
    }
}

.wrong-data {
    border: 1px solid #eb9605 !important
}

.captcha {
    position: relative
}

.captcha-wrapper {
    width: auto
}

#contactform iframe {
    width: 85px !important;
    height: 30px !important;
    display: inline-block;
    vertical-align: middle;
    border: 0
}

iframe {
    overflow: hidden
}

#contactform input.verify {
    display: inline-block;
    width: 7em !important;
    vertical-align: top;
    height: 30px
}

#contactform .captcha-wrapper {
    display: inline-block
}

#contactform button[type="submit"] {
    display: block;
    float: right
}

#contact_form_responce {
    margin: 1.5em 0
}

#contact_form_responce p {
    text-indent: 0
}

@media screen and (max-width:479px) {
    #contactform button[type="submit"] {
        display: block;
        float: none;
        margin-top: 1.5em
    }
}

@media screen and (max-width:980px) {
    .video.only iframe {
        height: 400px !important
    }

    img[src*="features_unlimited_color"] {
        width: 80%
    }

    #news-carousel-3 .item {
        width: 100% !important
    }
}

@media screen and (max-width:767px) {
    .video.only iframe {
        height: 300px !important
    }

    .section-headers {
        font-size: 1.5em !important
    }

    #block-404 {
        width: 400px;
        height: 160px
    }

    #services-carousel .pic {
        float: none;
        margin-bottom: 20px
    }

    #news-carousel-3 .item {
        width: 100% !important
    }
}

@media screen and (max-width:479px) {
    .video.only iframe {
        height: 200px !important
    }

    img[src*="features_unlimited_color"] {
        width: 90%
    }

    #block-404 {
        width: 200px;
        height: 80px
    }
}

.blog-post .date {
    position: relative;
    margin-bottom: 1px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 48px;
    color: #fff
}

.blog-post .date i {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    border-left: 1px solid #fff;
    font-size: 24px;
    line-height: 46px;
    text-align: center;
    color: #fff
}

.blog-post .date span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 48px
}

.blog-post .share {
    float: right;
    margin-right: 48px;
    border-left: 1px solid #fff
}

.blog-post .share a {
    float: right;
    display: block;
    width: 48px;
    height: 48px;
    margin-right: 1px;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    color: #fff
}

.blog-post .share a:hover {
    background: none;
    color: #fff
}

.blog-post .pic,
.blog-post .video {
    position: relative;
    padding-bottom: 56.25%
}

.blog-post .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.blog-post .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.blog-post .cats {
    margin-top: 15px;
    padding: 10px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    font-size: 12px;
    color: #000
}

.comments li {
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
    font-size: 13px;
    line-height: 18px
}

.comments li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0
}

.comments li ul {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e3e3e3
}

.comments li li {
    padding-left: 85px
}

.comments .text {
    min-height: 70px;
    overflow: hidden
}

.comments .author {
    margin-bottom: 10px;
    color: #999
}

.comments .author a {
    float: right
}

.comments .author span {
    color: #373737
}

.comments .avatar {
    position: relative;
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 15px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
    color: #fff
}

.comments .avatar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%
}

.comments .avatar i {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 70px
}

@media screen and (max-width: 980px) {
    .comments li li {
        padding-left: 60px
    }

    .comments .avatar {
        width: 50px;
        height: 50px;
        margin-right: 10px
    }

    .comments .avatar i {
        font-size: 26px;
        line-height: 50px
    }
}

@media screen and (max-width: 479px) {
    .comments li li {
        padding-left: 20px
    }
}

@media screen and (min-width:767px) and (max-width:980px) {

    .grid-col:not(.grid-col-9) .widget-twitter:not(.widget-twitter-alt) .owl-controls,
    .grid-col:not(.grid-col-9) .services-wide .owl-controls,
    .grid-col:not(.grid-col-9) .widget-comments .owl-controls,
    .grid-col:not(.grid-col-9) .doctors-carousel .owl-controls {
        width: 100% !important;
        text-align: left !important;
        margin-bottom: 10px !important
    }

    .grid-col:not(.grid-col-9) .widget-twitter:not(.widget-twitter-alt) .owl-carousel .owl-controls .owl-buttons,
    .grid-col:not(.grid-col-9) .services-wide .owl-carousel .owl-controls .owl-buttons,
    .grid-col:not(.grid-col-9) .widget-comments .owl-carousel .owl-controls .owl-buttons,
    .grid-col:not(.grid-col-9) .doctors-carousel .owl-carousel .owl-controls .owl-buttons {
        display: inline-block
    }

    .grid-col:not(.grid-col-9) .widget-twitter:not(.widget-twitter-alt) .widget-title,
    .grid-col:not(.grid-col-9) .services-wide .widget-title,
    .grid-col:not(.grid-col-9) .widget-comments .widget-title,
    .grid-col:not(.grid-col-9) .doctors-carousel .widget-title {
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 50px !important
    }
}

.add-comment input {
    float: left;
    width: 270px;
    margin: 0 0 20px 30px
}

.add-comment input:first-child {
    margin-left: 0
}

.add-comment textarea {
    margin-bottom: 20px
}

@media screen and (max-width: 1190px) {
    .add-comment input {
        width: 220px;
        margin-left: 20px
    }
}

@media screen and (max-width: 980px) {
    .add-comment input {
        width: 171px;
        margin-left: 18px
    }
}

@media screen and (max-width: 767px) {
    .add-comment input {
        float: none;
        width: 100%;
        margin-left: 0
    }
}

.doctors h3 {
    position: relative;
    padding-top: 10px;
    font-size: 17px;
    line-height: 23px;
    color: #000;
    -o-transition: background 0.3s, color .3s;
    -ms-transition: background 0.3s, color .3s;
    -moz-transition: background 0.3s, color .3s;
    -webkit-transition: background 0.3s, color .3s
}

.doctors p {
    position: relative;
    padding-bottom: 15px;
    border-bottom-width: 6px;
    border-bottom-style: solid;
    line-height: 18px;
    -o-transition: background 0.3s, color .3s;
    -ms-transition: background 0.3s, color .3s;
    -moz-transition: background 0.3s, color .3s;
    -webkit-transition: background 0.3s, color .3s
}

.doctors .filter {
    float: right;
    width: 270px;
    height: 30px;
    margin-top: -50px;
    padding-top: 4px;
    padding-bottom: 4px
}

.doctors .grid {
    margin: -25px -15px
}

.doctors .item {
    position: relative;
    float: left;
    width: 300px;
    margin: 25px 0;
    padding: 0 15px;
    text-align: center;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.doctors .item p {
    text-indent: 0
}

.doctors .item-fullwidth {
    width: 100% !important
}

.doctors .pic {
    position: relative;
    padding-bottom: 100%
}

.doctors .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.doctors .links {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s
}

.doctors .links ul {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -28px;
    text-align: center;
    font-size: 0
}

.doctors .links-small ul {
    margin-top: -23px
}

.doctors .links li {
    position: relative;
    display: inline-block;
    margin: 0 8px;
    opacity: 0;
    -o-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -webkit-transition: opacity .4s
}

.doctors .links-small li {
    margin: 0 2px
}

.doctors .links li:nth-child(2) {
    -ms-animation-delay: .1s;
    -ms-transition-delay: .1s;
    -moz-animation-delay: .1s;
    -moz-transition-delay: .1s;
    -webkit-animation-delay: .1s;
    -webkit-transition-delay: .1s
}

.doctors .links li:nth-child(3) {
    -ms-animation-delay: .2s;
    -ms-transition-delay: .2s;
    -moz-animation-delay: .2s;
    -moz-transition-delay: .2s;
    -webkit-animation-delay: .2s;
    -webkit-transition-delay: .2s
}

.doctors .links a {
    display: block;
    width: 56px;
    height: 56px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
    font-size: 20px;
    line-height: 56px;
    color: #fff
}

.doctors .links-small a {
    width: 46px;
    height: 46px;
    box-shadow: none;
    line-height: 46px
}

.doctors .item:hover h3,
.doctors .item:hover p {
    color: #fff
}

.doctors .item:hover .links {
    opacity: 1
}

.doctors .item:hover .links li {
    opacity: 1;
    -ms-animation-name: slideup;
    -ms-animation-duration: .4s;
    -moz-animation-name: slideup;
    -moz-animation-duration: .4s;
    -webkit-animation-name: slideup;
    -webkit-animation-duration: .4s
}

@media screen and (max-width: 1190px) {
    .doctors .filter {
        width: 220px
    }

    .doctors .grid {
        margin-right: -10px;
        margin-left: -10px
    }

    .doctors .item {
        width: 240px;
        padding: 0 10px
    }
}

@media screen and (max-width: 980px) {
    .doctors .filter {
        width: 171px
    }

    .doctors .grid {
        margin-right: -9px;
        margin-left: -9px
    }

    .doctors .item {
        width: 252px;
        padding: 0 9px
    }

    [id$="doctors-carousel"] .item {
        width: 100% !important;
        padding-right: 0 !important
    }
}

@media screen and (max-width: 767px) {
    .doctors .grid {
        width: 100%;
        margin-right: -10px;
        margin-left: -10px
    }

    .doctors .item {
        width: 49%;
        padding: 0 10px;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media screen and (max-width: 479px) {
    .doctors .filter {
        float: none;
        margin: 0 0 20px;
        width: 100%
    }

    .doctors .item {
        width: 100%
    }
}

.doctors-carousel img {
    display: block
}

.doctors-carousel h3 {
    position: relative;
    padding-top: 10px;
    font-size: 17px;
    line-height: 23px;
    color: #000;
    -o-transition: background 0.3s, color .3s;
    -ms-transition: background 0.3s, color .3s;
    -moz-transition: background 0.3s, color .3s;
    -webkit-transition: background 0.3s, color .3s
}

.doctors-carousel p {
    position: relative;
    padding-bottom: 15px;
    line-height: 18px;
    -o-transition: background 0.3s, color .3s;
    -ms-transition: background 0.3s, color .3s;
    -moz-transition: background 0.3s, color .3s;
    -webkit-transition: background 0.3s, color .3s
}

.doctors-carousel .pic {
    position: relative
}

.doctors-carousel .links {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s
}

.doctors-carousel .links ul {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -28px;
    text-align: center;
    font-size: 0
}

.doctors-carousel .links li {
    position: relative;
    display: inline-block;
    margin: 0 8px;
    opacity: 0;
    -o-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -webkit-transition: opacity .4s
}

.doctors-carousel .links a,
.doctors .links a {
    display: block;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
    font-size: 20px;
    line-height: 50px;
    color: #fff
}

@media screen and (max-width:1190px) {

    .doctors-carousel .links a,
    .doctors .links a {
        display: block;
        width: 46px;
        height: 46px;
        box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
        font-size: 18px;
        line-height: 46px
    }
}

.doctors-carousel .item {
    position: relative
}

.doctors-carousel .item:hover h3,
.doctors-carousel .item:hover p {
    color: #fff
}

.doctors-carousel .item:hover .links {
    opacity: 1
}

.doctors-carousel .item:hover .links li {
    opacity: 1;
    -ms-animation-name: slideup;
    -ms-animation-duration: .4s;
    -moz-animation-name: slideup;
    -moz-animation-duration: .4s;
    -webkit-animation-name: slideup;
    -webkit-animation-duration: .4s
}

.doctors-carousel .owl-carousel {
    width: auto;
    margin: 0 -15px;
    -webkit-user-select: none
}

.doctors-carousel .owl-item {
    padding: 0 15px;
    text-align: center;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.doctors-carousel .owl-controls {
    right: 15px
}

@media screen and (max-width: 1190px) {
    .doctors-carousel img {
        width: 100%;
        height: auto
    }

    .doctors-carousel .owl-carousel {
        margin: 0 -10px
    }

    .doctors-carousel .owl-item {
        padding: 0 10px
    }

    .doctors-carousel .owl-controls {
        right: 10px
    }
}

@media screen and (max-width: 980px) {
    .doctors-carousel .owl-carousel {
        margin: 0 -9px
    }

    .doctors-carousel .owl-item {
        padding: 0 7px;
        min-width: 190px;
        margin-right: 10px
    }

    .doctors-carousel .owl-controls {
        right: 9px
    }
}

.timetable .filter {
    float: right;
    width: 270px;
    height: 30px;
    margin-top: -50px;
    padding-top: 4px;
    padding-bottom: 4px
}

.timetable header {
    position: relative;
    height: 94px;
    text-align: center
}

.timetable .year {
    position: absolute;
    top: 0;
    left: 0;
    width: 146px;
    font-size: 24px;
    line-height: 94px;
    color: rgba(255, 255, 255, 0.5)
}

.timetable .month {
    padding-top: 10px;
    font-size: 30px;
    line-height: 30px;
    color: #fff
}

.timetable .day {
    position: relative;
    width: 220px;
    margin: 10px auto
}

.timetable .day a {
    position: absolute;
    top: 0;
    width: 28px;
    height: 28px;
    font-size: 28px;
    line-height: 26px;
    text-align: center;
    color: rgba(0, 0, 0, 0.3)
}

.timetable .day input {
    height: 28px;
    padding: 3px 40px 3px 5px;
    border-radius: 14px;
    text-align: center
}

.timetable .day .cal {
    top: 0;
    right: 0;
    width: 35px;
    padding-right: 5px;
    font-size: 14px;
    line-height: 28px;
    border-left-width: 1px;
    border-left-style: solid
}

.timetable .day .prev {
    left: -38px
}

.timetable .day .next {
    right: -38px
}

.timetable .switcher {
    position: absolute;
    top: 0;
    right: 0;
    width: 146px;
    height: 34px;
    padding: 30px 0;
    font-size: 0
}

.timetable .switcher a {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    overflow: hidden;
    margin: 0 2px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 34px;
    text-align: center
}

.timetable .switcher .active {
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
    color: #fff;
    cursor: default
}

.timetable .switcher .active:hover {
    color: #fff
}

.timetable .switcher .fa-list {
    line-height: 36px
}

.timetable .month-view th {
    width: 14.28%;
    padding: 20px 0;
    font-size: 12px;
    line-height: 16px
}

.timetable .month-view td {
    width: 14.28%;
    border: 1px solid #fff;
    background: #efefef;
    vertical-align: top;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    -webkit-user-select: none
}

.timetable .month-view td:first-child {
    border-left: 0
}

.timetable .month-view td:last-child {
    border-right: 0
}

.timetable .month-view .event {
    position: relative
}

.timetable .month-view .event a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.timetable .month-view .event a span {
    display: none
}

.timetable .month-view .event a:hover span {
    display: block
}

.timetable .month-view .title {
    padding: 40px 50px 20px 20px;
    text-transform: uppercase;
    color: #fff
}

.timetable .month-view .date {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #7c7c7c
}

.timetable .month-view .title+.date {
    color: #fff
}

.timetable .month-view .details {
    position: relative;
    padding: 20px
}

.timetable .month-view .popup {
    position: absolute;
    bottom: 100%;
    left: -9999px;
    width: 100%;
    color: #fff;
    opacity: 0;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s
}

.timetable .month-view .popup:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -4px;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.timetable .month-view .popup p {
    padding: 0 20px 20px
}

.timetable .month-view .popup .title {
    padding-top: 20px;
    background: inherit
}

.timetable .month-view .event-container {
    -o-transition: background 0.3s, color .3s;
    -ms-transition: background 0.3s, color .3s;
    -moz-transition: background 0.3s, color .3s;
    -webkit-transition: background 0.3s, color .3s
}

.timetable .month-view .event-container:hover {
    color: #fff
}

.timetable .month-view .event-container:hover .popup {
    left: 0;
    opacity: 1
}

.timetable .week-view th {
    width: 12.5%;
    padding: 20px 0;
    font-size: 12px;
    line-height: 16px;
    color: #008fd5
}

.timetable .week-view th span {
    color: #7c7c7c
}

.timetable .week-view td {
    width: 12.5%;
    border: 1px solid #e3e3e3;
    vertical-align: top;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    -webkit-user-select: none
}

.timetable .week-view td:first-child {
    vertical-align: middle;
    text-align: center;
    color: #7c7c7c
}

.timetable .week-view td:first-child i {
    display: block;
    margin: 0 auto 10px;
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 18px
}

.timetable .week-view .event {
    position: relative
}

.timetable .week-view .event a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.timetable .week-view .event a span {
    display: none
}

.timetable .week-view .event a:hover span {
    display: block
}

.timetable .week-view .event-container {
    background: #efefef;
    -o-transition: background 0.3s, color .3s;
    -ms-transition: background 0.3s, color .3s;
    -moz-transition: background 0.3s, color .3s;
    -webkit-transition: background 0.3s, color .3s
}

.timetable .week-view .event-container:hover {
    color: #fff
}

.timetable .week-view .title {
    padding: 20px;
    text-transform: uppercase;
    color: #fff
}

.timetable .week-view .details {
    position: relative;
    padding: 20px
}

.timetable .week-view .popup {
    position: absolute;
    bottom: 100%;
    left: -9999px;
    width: 100%;
    color: #fff;
    opacity: 0;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s
}

.timetable .week-view .popup:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -4px;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.timetable .week-view .popup p {
    padding: 0 20px 20px
}

.timetable .week-view .popup .title {
    padding-top: 20px;
    background: inherit
}

.timetable .week-view .event-container:hover .popup {
    left: 0;
    opacity: 1
}

.timetable .list-view th {
    width: 15%;
    padding: 20px 0;
    font-size: 12px;
    line-height: 16px
}

.timetable .list-view th:last-child {
    width: 70%;
    padding-left: 20px;
    text-align: left
}

.timetable .list-view td {
    width: 15%;
    border: 1px solid #e3e3e3;
    vertical-align: middle;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #7c7c7c;
    -webkit-user-select: none
}

.timetable .list-view td i {
    display: block;
    margin: 0 auto 10px;
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 18px
}

.timetable .list-view td:last-child {
    width: 70%;
    vertical-align: top;
    font-size: 13px;
    line-height: 22px;
    text-align: left
}

.timetable .list-view .event {
    position: relative;
    padding: 20px
}

.timetable .list-view .event a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.timetable .list-view .event a span {
    display: none
}

.timetable .list-view .event a:hover span {
    display: block
}

.timetable .list-view .title {
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #000;
    -o-transition: color .3s;
    -ms-transition: color .3s;
    -moz-transition: color .3s;
    -webkit-transition: color .3s
}

.timetable .list-view .event-container:hover .title {
    color: #fff
}

.timetable .list-view .event-container {
    background: #efefef;
    -o-transition: background 0.3s, color .3s;
    -ms-transition: background 0.3s, color .3s;
    -moz-transition: background 0.3s, color .3s;
    -webkit-transition: background 0.3s, color .3s
}

.timetable .list-view .event-container:hover {
    color: #fff
}

.timetable .list-view .popup {
    position: absolute;
    bottom: 100%;
    left: -9999px;
    width: 100%;
    padding: 20px;
    color: #fff;
    opacity: 0;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s
}

.timetable .list-view .popup:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -4px;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.timetable .list-view .event-container:hover .popup {
    left: 0;
    opacity: 1
}

.timetable .mobile-view {
    display: none
}

.timetable .mobile-view dt {
    margin-top: 30px;
    font-size: 12px;
    text-transform: uppercase;
    color: #000
}

.timetable .mobile-view dt span {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.timetable .mobile-view li {
    position: relative;
    padding: 14px 0 14px 28px;
    border-bottom: 1px solid #e1e1e1;
    line-height: 20px;
    color: #000
}

.timetable .mobile-view li i {
    position: absolute;
    top: 15px;
    left: 0;
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 18px
}

.timetable .mobile-view li span {
    float: right;
    margin-left: 10px;
    font-size: 12px;
    color: #7c7c7c
}

@media screen and (max-width: 1190px) {
    .page-header.main-page:after {
        margin-right: -496px
    }

    .timetable .filter {
        width: 220px
    }

    .timetable .month-view .title {
        padding: 35px 15px 15px
    }

    .timetable .month-view .date {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .timetable .month-view .details {
        padding: 15px
    }

    .timetable .month-view .popup p {
        padding: 0 15px 15px
    }

    .timetable .month-view .popup .title {
        padding-top: 35px
    }

    .timetable .week-view th span {
        display: none
    }

    .timetable .week-view .title {
        padding: 15px
    }

    .timetable .week-view .details {
        padding: 15px
    }

    .timetable .week-view .popup p {
        padding: 0 15px 15px
    }
}

@media screen and (max-width: 980px) {
    .page-header.main-page:after {
        margin-right: -395px
    }

    .timetable .filter {
        width: 171px
    }

    .timetable .month-view th,
    .timetable .month-view td {
        font-size: 11px;
        line-height: 14px
    }

    .timetable .month-view .title {
        padding: 20px 10px 10px;
        font-size: 11px;
        line-height: 15px
    }

    .timetable .month-view .date {
        width: 20px;
        height: 20px;
        font-size: 10px;
        line-height: 20px
    }

    .timetable .month-view .details {
        padding: 10px
    }

    .timetable .month-view .popup p {
        padding: 0 10px 10px
    }

    .timetable .month-view .popup .title {
        padding-top: 20px
    }

    .timetable .week-view th,
    .timetable .week-view td {
        width: 14.14%;
        font-size: 11px;
        line-height: 14px
    }

    .timetable .week-view th:first-child,
    .timetable .week-view td:first-child {
        width: 1%;
        padding: 0 5px
    }

    .timetable .week-view .title {
        padding: 10px
    }

    .timetable .week-view .details {
        padding: 10px
    }

    .timetable .week-view .popup p {
        padding: 0 10px 10px
    }
}

@media screen and (max-width: 767px) {
    .page-header.main-page:after {
        display: none
    }

    .timetable header {
        height: auto
    }

    .timetable .year {
        position: static;
        width: auto;
        line-height: 48px
    }

    .timetable .month {
        padding-top: 20px
    }

    .timetable .switcher {
        position: static;
        width: auto;
        margin-top: 20px;
        padding: 15px 0
    }

    .timetable .month-view,
    .timetable .week-view,
    .timetable .list-view {
        display: none
    }

    .timetable .mobile-view {
        display: block
    }
}

@media screen and (max-width: 479px) {
    .timetable .filter {
        float: none;
        margin: 0 0 20px;
        width: 100%
    }

    .timetable .day {
        width: auto;
        margin-right: 48px;
        margin-left: 48px
    }
}

.map .filter {
    float: right;
    width: 270px;
    height: 30px;
    margin-top: -50px;
    padding-top: 4px;
    padding-bottom: 4px
}

.map .google-map {
    height: 400px
}

@media screen and (max-width: 1190px) {
    .map .filter {
        width: 220px
    }
}

@media screen and (max-width: 980px) {
    .map .filter {
        width: 171px
    }
}

@media screen and (max-width: 479px) {
    .map .filter {
        float: none;
        margin: 0 0 20px;
        width: 100%
    }
}

.feedback p {
    margin-bottom: 20px;
    line-height: 22px
}

.feedback label {
    display: block;
    margin-bottom: 5px;
    line-height: 1;
    color: #000
}

.feedback .input {
    float: left;
    width: 420px;
    margin: 0 0 20px 30px
}

.feedback .input:first-child {
    margin-left: 0
}

.feedback textarea {
    margin-bottom: 20px
}

@media screen and (max-width: 1190px) {
    .feedback .input {
        width: 340px;
        margin-left: 20px
    }
}

@media screen and (max-width: 980px) {
    .feedback .input {
        width: 265px;
        margin-left: 18px
    }
}

@media screen and (max-width: 767px) {
    .feedback .input {
        float: none;
        width: 100%;
        margin-left: 0
    }
}

.wpb_text_column h2 {
    font-weight: 700 !important;
    color: #181818 !important;
    margin-bottom: 1em !important
}

.vc_row-fluid,
.wpb_content_element {
    margin-bottom: 10px
}

.wpb_text_column ul li {
    position: relative;
    margin-top: 10px;
    padding-left: 24px;
    line-height: 22px;
    font-size: 15px
}

.wpb_text_column ul li:before {
    content: "\f00c";
    position: absolute;
    top: 1px;
    left: 0;
    width: 19px;
    height: 19px;
    font: 14px/20px FontAwesome;
    text-align: center;
    color: #fff
}

.wpb_text_column-1 ul li:before {
    color: #008fd5
}

.wpb_text_column ul li:first-child {
    margin-top: 0
}

.wpb_text_column .ul2 li:before {
    content: "\f0c1"
}

.wpb_text_column .ul3 li:before {
    content: "\f067"
}

.wpb_text_column .alignleft {
    float: left;
    margin: 0 20px 10px 0;
    padding: 3px;
    border: 1px solid #e4e4e4
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    display: none
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_section {
    margin-top: -1px;
    border: 1px solid #e3e3e3
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_section:first-child {
    margin-top: 0
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
    position: relative;
    margin: 0;
    background: none
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
    position: relative;
    padding: 11px 38px 11px 20px;
    font-size: 16px;
    line-height: 24px;
    color: #000
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:after,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 13px;
    width: 12px;
    height: 4px;
    margin-top: -2px
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:before {
    right: 17px;
    width: 4px;
    height: 12px;
    margin-top: -6px
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active a:before {
    display: none
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_content {
    padding: 0 20px 20px
}

.wpb_accordion.wpb_accordion_alt .wpb_accordion_wrapper .wpb_accordion_content {
    padding: 20px
}

.wpb_accordion.wpb_accordion_alt .wpb_accordion_wrapper .ui-state-active a:after {
    background: #fff
}

.wpb_button {
    position: relative;
    display: inline-block;
    background: #008fd5;
    padding: 11px 21px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    color: #fff;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-transition: border 0.3s, background 0.3s, color .3s;
    -ms-transition: border 0.3s, background 0.3s, color .3s;
    -moz-transition: border 0.3s, background 0.3s, color .3s;
    -webkit-transition: border 0.3s, background 0.3s, color .3s
}

.wpb_button:hover {
    background: #fff
}

.wpb_button.wpb_btn-alt {
    background: #fff
}

.wpb_button.wpb_btn-large {
    padding: 15px 25px;
    border-radius: 0;
    font-size: 18px;
    line-height: 24px
}

.wpb_button.wpb_btn-large-l {
    padding: 15px 25px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 24px;
    background: #fff;
}

.wpb_button.wpb_btn-large-l:hover {
    background: #fff;
}

.wpb_button.wpb_btn-rounded {
    border-radius: 5px
}

.wpb_button.wpb_btn-arrow-right:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -5px 0 0 3px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left-width: 5px;
    border-left-style: solid
}

.wpb_button_block {
    padding: 7px 21px;
    border-radius: 4px;
    bottom: 10px;
    position: absolute;
    left: 0px
}

.callout {
    position: relative;
    padding: 3px 6px 3px 42px;
    background: #efefef;
    border-top: dotted 1px #4db1e2;
    text-align: left;
    margin-bottom: 0
}

.callout-content,
.callout-button {
    display: inline-block;
    vertical-align: middle;
    font-size: medium
}

.callout-wrapper,
.wpb_call_to_action {
    font-size: 0
}

.callout-content {
    width: 70%;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    vertical-align: middle;
    margin-top: -6px
}

.callout-content-1 {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.callout-content-2 {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.callout-button {
    text-align: right;
    width: 29%
}

.callout-button .button {
    vertical-align: middle
}

.callout .title {
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 34px
}

.callout .subtitle {
    font-size: 16px;
    line-height: 22px;
    color: #000
}

.callout .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
    color: #4db1e2
}

.callout .icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%
}

.callout .icon i {
    position: relative
}

.wpb_call_to_action {
    padding: 10px;
    padding-left: 20px;
    border: 0;
    color: #fff
}

@media screen and (max-width:767px) {

    .wpb_call_to_action,
    .callout {
        padding: 20px
    }

    .callout .icon,
    .wpb_call_to_action .icon {
        display: none
    }
}

@media screen and (max-width:479px) {

    .callout-content,
    .callout-button {
        display: block;
        width: 100%;
        text-align: center
    }

    .callout-button {
        padding-top: 20px
    }
}

.wpb_call_to_action .wpb_button,
.detailed-services .wpb_button {
    max-width: none;
    padding: 11px 21px;
    border: 3px solid #fff;
    border-radius: 0;
    background: #fff;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #000
}

.wpb_call_to_action .wpb_button:hover,
.detailed-services .wpb_button:hover {
    color: #fff
}

.wpb_call_to_action .wpb_call_text {
    padding-top: 5px;
    font-size: 20px;
    line-height: 20px
}

.capitalized:first-letter {
    margin: 0 1px 0 0;
    font-size: 26px;
    color: #008fd5
}

.chart-graph {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.2em
}

.pieLabel div {
    font-size: 18px !important;
    line-height: 0 !important;
    font-weight: 700 !important;
    color: #fff !important
}

.vc_text_separator {
    height: 0;
    margin: 25px 0;
    border-bottom: 1px solid #e3e3e3
}

.vc_text_separator3 {
    border-bottom-style: dashed
}

.soc-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
    border-width: 3px;
    border-style: solid;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #fff
}

.soc-icon:hover {
    background: #fff
}

.soc-icon.soc-icon-alt {
    background: #fff
}

.soc-icon.soc-icon-alt:hover {
    color: #fff
}

.wpb_alert {
    position: relative;
    padding: 9px 10px 9px 75px;
    border: 0;
    border-radius: 0;
    background: #eb9605;
    text-shadow: none;
    color: #fff
}

.wpb_alert:after {
    content: "\f0e7";
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    font: 30px/60px FontAwesome;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
    color: #fff
}

.wpb_alert:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    background: rgba(255, 255, 255, 0.2)
}

.wpb_alert .messagebox_text {
    padding: 0;
    background: none
}

.wpb_alert .messagebox_text h1 {
    font-size: 18px;
    line-height: 22px
}

.wpb_alert h1 {
    font-size: 18px;
    line-height: 22px
}

.wpb_alert .messagebox_text p {
    line-height: 20px
}

.wpb_alert_info {
    background: #5fbcea
}

.wpb_alert_info:after {
    content: "\f05a"
}

.wpb_alert_info_red:after {
    content: "\f05a"
}

.wpb_alert_info_red {
    background: #e00606b3
}

.wpb_alert_error {
    background: #e00606b3
}

.wpb_alert_error:after {
    content: "\f05e"
}

.wpb_alert_confirm {
    background: #00b85d
}

.wpb_alert_confirm:after {
    content: "\f00c"
}

.wpb_alert_alt {
    background: #efefef;
    color: #7c7c7c
}

.wpb_alert_alt:after {
    text-shadow: none;
    color: #eb9605
}

.wpb_alert_alt:before {
    background: none;
    box-shadow: inset 0 0 0 1px #eb9605
}

.wpb_alert_alt .messagebox_text h1 {
    color: #eb9605
}

.wpb_alert_alt_info:after {
    content: "\f05a";
    color: #5fbcea
}

.wpb_alert_alt_info:before {
    box-shadow: inset 0 0 0 1px #5fbcea
}

.wpb_alert_alt_info .messagebox_text h1 {
    color: #5fbcea
}

.wpb_alert_alt_info_1:after {
    content: "\f0fa";
    color: #CE352C
}

.wpb_alert_alt_info_1:before {
    box-shadow: none;
    border-style: dotted;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-color: #ce352c;
    border-width: 1px
}

.wpb_alert_alt_info_1 .messagebox_text h1 {
    color: #5fbcea
}

.wpb_alert_alt_info_2:after {
    content: "\f0f1";
    color: #CE352C
}

.wpb_alert_alt_info_2:before {
    box-shadow: none;
    border-style: dotted;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-color: #ce352c;
    border-width: 1px
}

.wpb_alert_alt_info_2 .messagebox_text h1 {
    color: #5fbcea
}

.wpb_alert_alt_info_3:after {
    content: "\f08a";
    color: #CE352C
}

.wpb_alert_alt_info_3:before {
    box-shadow: none;
    border-style: dotted;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-color: #ce352c;
    border-width: 1px
}

.wpb_alert_alt_info_3 .messagebox_text h1 {
    color: #5fbcea
}

.wpb_alert_alt_info_4:after {
    content: "\f1d8";
    color: #CE352C
}

.wpb_alert_alt_info_4:before {
    box-shadow: none;
    border-style: dotted;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-color: #ce352c;
    border-width: 1px
}

.wpb_alert_alt_info_4 .messagebox_text h1 {
    color: #5fbcea
}

.wpb_alert_alt_info_5:after {
    content: "\f073";
    color: #CE352C
}

.wpb_alert_alt_info_5:before {
    box-shadow: none;
    border-style: dotted;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-color: #ce352c;
    border-width: 1px
}

.wpb_alert_alt_info_5 .messagebox_text h1 {
    color: #5fbcea
}

.wpb_alert_alt_info_6:after {
    content: "\f071";
    color: #CE352C
}

.wpb_alert_alt_info_6:before {
    box-shadow: none;
    border-style: dotted;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-color: #ce352c;
    border-width: 1px
}

.wpb_alert_alt_info_6 .messagebox_text h1 {
    color: #5fbcea
}

.wpb_alert_alt_info_4 .messagebox_text h1 {
    color: #5fbcea
}

.wpb_alert_alt_error:after {
    content: "\f05e";
    color: #fe4e50
}

.wpb_alert_alt_error:before {
    box-shadow: inset 0 0 0 1px #fe4e50
}

.wpb_alert_alt_error .messagebox_text h1 {
    color: #fe4e50
}

.wpb_alert_alt_confirm:after {
    content: "\f00c";
    color: #00b85d
}

.wpb_alert_alt_confirm:before {
    box-shadow: inset 0 0 0 1px #00b85d
}

.wpb_alert_alt_confirm .messagebox_text h1 {
    color: #00b85d
}

.milestone {
    line-height: 22px;
    color: #000
}

.milestone .icon {
    position: relative;
    float: left;
    width: 110px;
    height: 110px;
    margin-right: 20px;
    font-size: 60px;
    line-height: 110px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
    color: #fff
}

.milestone .icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%
}

.milestone .icon i {
    position: relative;
    z-index: 1;
    padding-top: 26px
}

.milestone .title {
    padding-top: 15px;
    font-size: 38px;
    line-height: 38px;
    font-weight: 700
}

.milestone-alt .icon {
    text-shadow: none
}

.milestone-alt .icon:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    background: #fff
}

.pricing-table .col {
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 0 0 1px #fff;
    text-align: center;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.pricing-table .col-1-m {
    width: 99.5%;
    background: #fbfbfb;
    margin-right: 15px;
    margin-top: 15px;
    border: solid 1px #d7d7d7;
    margin-bottom: 10px;
    color: #000
}

.pricing-table .col-4 {
    width: 24.7%;
    background: #f4f4f4
}

.pricing-table .col-4-l {
    width: 24.5%;
    background: #f4f4f4;
    border: solid 1px #ccc;
    border-radius: 8px;
    margin: 2px;
    margin-bottom: 6px;
}

.pricing-table .col-4-m {
    width: 23.7%;
    background: #fbfbfb;
    margin-right: 15px;
    margin-top: 15px;
    border: solid 1px #d7d7d7;
    color: #000
}

.pricing-table .col-6-m {
    width: 15.2%;
    background: #fbfbfb;
    margin-right: 15px;
    margin-top: 15px;
    border: solid 1px #d7d7d7;
    color: #000
}

.pricing-table .col-2-m {
    width: 48.7%;
    background: #fbfbfb;
    margin-right: 15px;
    margin-top: 15px;
    border: solid 1px #d7d7d7;
    color: #000
}

.pricing-table .col-4-m3 {
    width: 32%;
    background: #fbfbfb;
    margin-right: 15px;
    margin-top: 15px;
    border: solid 1px #d7d7d7;
    color: #000
}

.pricing-table .col-4-m3:hover {
    border: solid 1px #4db1e2
}

.pricing-table .head {
    padding: 20px 0;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    margin-bottom: -11px
}

.pricing-table .head span {
    display: block;
    font-size: 28px;
    line-height: 28px
}

.pricing-table .price {
    position: relative;
    padding: 30px 0 25px;
    font-size: 60px;
    line-height: 50px;
    background: #fff
}

.pricing-table .price div {
    display: inline-block;
    margin-left: -14px
}

.pricing-table .price sup {
    vertical-align: top;
    font-size: 24px;
    line-height: 1
}

.pricing-table .price span {
    display: block;
    margin-top: 5px;
    padding-right: 4px;
    font-size: 18px;
    line-height: 18px;
    text-align: right
}

.pricing-table .join {
    padding: 0 !important;
    width: 100% !important;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.pricing-table .col:hover .join {
    border-right: 0 !important
}

.pricing-table .join button:hover {
    color: #fff
}

.pricing-table .join-l button:hover {
    color: #fff;
    background: #fff
}

.pricing-table .join button {
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important
}

.pricing-table .join-l button {
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important
}

.pricing-table .col:hover .summary {
    background: #fff !important;
    color: #000 !important
}

.pricing-table .listing {
    padding-top: 30px;
    line-height: 20px
}

.pricing-table .listing li {
    padding: 8px 15px;
    border-bottom: 1px solid #e1e1e1;
    text-align: left
}

.pricing-table .listing i {
    display: block;
    float: left;
    width: 14px;
    margin-right: 10px;
    line-height: 20px;
    text-align: center
}

.pricing-table .summary {
    padding: 28px 20px;
    font-size: 14px;
    line-height: 16px
}

.pricing-table .summary-m {
    padding: 20px 20px;
    font-size: 0.94em;
    line-height: 20px;
    background: #fefefe
}

.pricing-table .summary-m:hover {
    background: #fff
}

.pricing-table .service-h1 {
    text-align: left;
    font-weight: bold;
    min-height: 10px
}

.pricing-table .service-h2 {
    text-align: left;
    font-size: 0.87em;
    min-height: 170px;
    color: #6c6c6c;
    padding-left: 40px;
    line-height: 30px
}

.pricing-table .service-h2-3 {
    text-align: left;
    font-size: 0.87em;
    min-height: 110px;
    color: #6c6c6c;
    padding-left: 40px;
    line-height: 30px
}

.pricing-table .service-h2 a {
    color: #404040;
    text-decoration: none
}

.pricing-table .service-h2 a:hover,
.pricing-table .service-h2 a:focus {
    color: #238fd4
}

.pricing-table .service-h2-3 a {
    color: #404040;
    text-decoration: none
}

.pricing-table .service-h2-3 a:hover,
.pricing-table .service-h2-3 a:focus {
    color: #238fd4
}

.pricing-table .main_button {
    text-align: left;
    width: 70%;
    padding: 20px 15px;
    white-space: nowrap
}

.pricing-table .main_button .pic {
    position: absolute;
    top: 13px;
    right: 5px
}

.pricing-table .main_button .pic .img {
    background-repeat: no-repeat;
    width: 60px;
    height: 51px;
    background-size: cover
}

.pricing-table .fw-20 {
    background: none;
    margin-right: 20px;
    margin-top: 20px;
    width: 23.1%
}

.pricing-table .col:hover {
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2)
}

.pricing-table .col:hover .price {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
    color: #fff
}

.pricing-table .col:hover .price .join {
    display: block
}

.pricing-table .col:hover .listing li {
    color: #000
}

.pricing-table .col:hover .summary {
    color: #fff
}

.pricing-table .head-first {
    padding: 62px 0 61px;
    border-bottom: 1px solid #fff;
    font-size: 28px;
    line-height: 30px
}

.pricing-table .listing-first {
    padding-top: 30px;
    line-height: 20px
}

.pricing-table .listing-first li {
    position: relative;
    padding: 4px 15px 4px 20px;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    color: #000
}

.pricing-table .listing-first li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 10px;
    width: 4px;
    height: 4px
}

.pricing-table .summary-first {
    padding: 20px 10px;
    font-size: 13px;
    line-height: 16px;
    color: transparent
}

.pricing-table .col-first:hover {
    background: #f4f4f4;
    box-shadow: none;
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1)
}

.tabs-2m {
    width: 50.0%
}

@media screen and (max-width: 1190px) {
    .pricing-table .col-4-m {
        width: 31.3%
    }

    .pricing-table .col-4-l {
        width: 24.5%
    }

    .pricing-table .col-6-m {
        width: 30.9%
    }

    .pricing-table .fw-20 {
        width: 31.0%
    }

    .pricing-table .col-4-m3 {
        width: 31.3%
    }

    .pricing-table .col-2-m {
        width: 47.3%
    }
}

@media screen and (max-width: 980px) {
    .pricing-table .col-4 {
        width: 50%
    }

    .pricing-table .col-4-m {
        width: 47.3%;
        background: #fff
    }

    .pricing-table .col-4-l {
        width: 49.3%
    }

    .pricing-table .fw-20 {
        width: 46.0%
    }

    .pricing-table .col-4-m3 {
        width: 47.3%
    }

    .pricing-table .summary-m {
        padding: 10px 20px 10px 20px
    }

    .pricing-table .col-2-m {
        width: 100%
    }

    .pricing-table .col-6-m {
        width: 29.3%
    }
}

@media screen and (max-width: 600px) {
    .pricing-table .col-4-m {
        width: 100%
    }

    .pricing-table .col-4-l {
        width: 48%
    }

    .pricing-table .col-4-m3 {
        width: 100%
    }

    .pricing-table .col-6-m {
        width: 43.7%
    }

    .tabs-2m {
        width: 100.0%;
        line-height: 31px;
        height: 30px
    }

    .api_modal .api_modal_close {
        height: 30px;
        width: 30px
    }
}

@media screen and (max-width: 479px) {
    .pricing-table .col-4 {
        width: 100%
    }
}

@media screen and (max-width: 1679px) {
    .bx-slider-preset-3 .bx-advertisingbanner-content {
        left: 80px;
        top: 3%;
        width: 60%
    }

    .owl-wrapper-outer-1 {
        margin-left: 36%
    }

    .owl-wrapper-outer-3 {
        margin-left: 12px;
    }

    .owl-wrapper-outer-1 {
        margin-left: 36%
    }
}

.vc_progress_bar .vc_single_bar {
    position: relative;
    height: 20px;
    margin: 0 0 45px 190px;
    padding: 0;
    border-radius: 0;
    background: #efefef;
    box-shadow: none
}

.vc_progress_bar .vc_single_bar .vc_bar {
    position: static;
    border-radius: 0;
    background-image: url(/local/templates/s21_nobar_copy/css/../img/progress-bar.png) !important
}

.vc_progress_bar .vc_single_bar .vc_bar em {
    position: absolute;
    bottom: 100%;
    width: 32px;
    margin: 0 0 5px -16px;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    color: #fff
}

.vc_progress_bar .vc_single_bar .vc_bar em:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -4px;
    border-top-width: 4px;
    border-top-style: solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.vc_progress_bar .vc_single_bar .vc_label {
    position: absolute;
    top: 0;
    left: -190px;
    width: 190px;
    overflow: hidden;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    text-shadow: none !important;
    color: #7c7c7c !important
}

.vc_progress_bar.vc_progress_bar_alt {
    padding: 20px;
    background: #efefef
}

.vc_progress_bar.vc_progress_bar_alt .vc_single_bar {
    height: 13px;
    margin-left: 170px;
    background: #fff;
    box-shadow: inset 0 0 0 1px #e4e4e4
}

.vc_progress_bar.vc_progress_bar_alt .vc_single_bar:after {
    content: '';
    position: absolute;
    top: 100%;
    right: -20px;
    left: -190px;
    height: 5px;
    margin-top: 20px;
    background: #fff
}

.vc_progress_bar.vc_progress_bar_alt .vc_single_bar:last-child:after {
    display: none
}

.vc_progress_bar.vc_progress_bar_alt .vc_single_bar .vc_bar {
    height: 13px
}

.vc_progress_bar.vc_progress_bar_alt .vc_single_bar .vc_bar em {
    margin-bottom: 0;
    background: none;
    line-height: 20px
}

.vc_progress_bar.vc_progress_bar_alt .vc_single_bar .vc_bar em:after {
    display: none
}

.vc_progress_bar.vc_progress_bar_alt .vc_single_bar .vc_label {
    left: -170px;
    width: 170px;
    font-size: 13px;
    line-height: 13px
}

.detailed-services dt {
    position: relative;
    margin-bottom: -1px;
    padding: 11px 38px 11px 61px;
    border: 1px solid #e3e3e3;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    cursor: pointer
}

.detailed-services dt:after,
.detailed-services dt:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 13px;
    width: 12px;
    height: 4px;
    margin-top: -2px
}

.detailed-services dt:before {
    right: 17px;
    width: 4px;
    height: 12px;
    margin-top: -6px
}

.detailed-services dt.opened {
    font-weight: 700
}

.detailed-services dt.opened:before {
    display: none
}

.detailed-services dt.opened i:after {
    display: none
}

.detailed-services dt i {
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -1px;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    color: #fff
}

.detailed-services dt i:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -4px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left-width: 4px;
    border-left-style: solid
}

.detailed-services dd {
    display: none;
    margin-bottom: -1px
}

.detailed-services .row {
    padding: 15px 0;
    border: 1px solid #e3e3e3;
    background: #f5f5f5
}

.detailed-services .col {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin: 20px 0;
    padding: 0 40px;
    border-left: 1px solid #e3e3e3;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.detailed-services .col:first-child {
    border-left: 0
}

.detailed-services .col li {
    position: relative;
    margin-top: 16px;
    line-height: 20px
}

.detailed-services .col li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #e3e3e3
}

.detailed-services .col li:first-child {
    margin-top: 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #000
}

.detailed-services .col li:first-child:before {
    display: none
}

.detailed-services .col li:last-child {
    text-align: right
}

.detailed-services .col li:last-child:before {
    display: none
}

.detailed-services .col li span {
    position: relative;
    float: right;
    padding-left: 5px;
    background: #f5f5f5;
    color: #000
}

.detailed-services .col li strong {
    position: relative;
    padding-right: 5px;
    background: #f5f5f5
}

.detailed-services .details {
    padding: 20px 20px 20px 48px;
    color: #fff
}

.detailed-services .details ul {
    float: left;
    width: 200px;
    margin-right: 30px;
    margin-top: 11px;
    margin-bottom: 11px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 13px;
    line-height: 21px
}

.detailed-services .details ul:last-of-type {
    margin-right: 0;
    border-right: 0
}

.detailed-services .details li {
    margin-top: 5px
}

.detailed-services .details li:first-child {
    margin-top: 0;
    font-weight: 700
}

.detailed-services .details img {
    display: block;
    float: left;
    border: 3px solid #fff;
    margin-right: 35px
}

.detailed-services .call-to {
    float: right;
    margin-top: 11px;
    width: 150px
}

@media screen and (max-width:960px) {
    .detailed-services .details>div {
        padding: 0
    }

    .detailed-services .wpb_button_a {
        position: static;
        width: auto
    }

    .detailed-services .wpb_button_a .wpb_button {
        float: none !important;
        position: static;
        margin-top: 20px;
        display: inline-block
    }
}

.services-wide ul {
    margin: 0
}

.services-wide li {
    display: block;
    width: auto;
    min-height: 90px;
    margin: 30px 0 0;
    padding-bottom: 30px
}

@media screen and (max-width: 1190px) {
    .detailed-services .col {
        padding: 0 30px
    }

    .detailed-services .col li:before {
        display: none
    }

    .detailed-services .col li span {
        display: none
    }

    .detailed-services .details ul {
        width: 180px
    }

    .detailed-services .details img {
        margin-right: 25px
    }
}

@media screen and (max-width: 980px) {
    .detailed-services .col {
        padding: 0 20px
    }

    .detailed-services .details ul {
        width: 200px;
        margin-right: 4%
    }

    .detailed-services .details img {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .detailed-services .col {
        width: 100%;
        border: 0
    }

    .detailed-services .col li:before {
        display: block
    }

    .detailed-services .col li span {
        display: block
    }

    .detailed-services .details ul {
        width: 100%;
        margin: 0;
        padding: 10px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3)
    }

    .detailed-services .details ul:first-of-type {
        padding-top: 0
    }

    .detailed-services .details ul:last-of-type {
        border-bottom: 0
    }

    .detailed-services .details ul:last-child {
        border-bottom: 0
    }
}

.wpb_tabs .wpb_tabs_nav li {
    margin: 0;
    font-size: 13px;
    line-height: 41px;
    text-transform: uppercase
}

.wpb_tabs .wpb_tabs_nav li a {
    padding: 0 20px !important;
    background: #efefef;
    color: #000
}

.wpb_tabs .wpb_tabs_nav li.ui-tabs-active a {
    color: #fff
}

.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    padding: 19px;
    border: 1px solid #e3e3e3;
    background: none !important
}

.wpb_tabs.wpb_tabs_alt .wpb_tabs_nav li {
    margin-right: -1px
}

.wpb_tabs.wpb_tabs_alt .wpb_tabs_nav li a {
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-bottom: 0;
    background: #fff
}

.wpb_tabs.wpb_tabs_alt .wpb_tabs_nav li.ui-tabs-active a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-top-width: 5px;
    border-top-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

.wpb_tour .wpb_tabs_nav {
    margin-right: -1px;
    border-width: 1px;
    border-style: solid;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.wpb_tour .wpb_tabs_nav li {
    margin: 0 0 1px
}

.wpb_tour .wpb_tabs_nav li:last-child {
    margin-bottom: 0
}

.wpb_tour .wpb_tabs_nav li a {
    padding: 10px 0 !important;
    text-align: center;
    color: #fff
}

.wpb_tour .wpb_tabs_nav li.ui-tabs-active a {
    position: relative;
    z-index: 1;
    background: #fff;
    color: #000
}

.wpb_tour .wpb_tabs_nav li.ui-tabs-active a:after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 100%;
    width: 1px;
    background: #fff
}

.wpb_tour .wpb_tabs_nav li.ui-tabs-active:first-child a:after {
    top: 0
}

.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
    padding: 19px;
    border-width: 1px;
    border-style: solid
}

@media screen and (min-resolution:300dpi) and (max-width:1137px) {
    .wpb_tabs li[role="tab"] {
        display: block;
        width: 100%;
        text-align: center
    }
}

@media screen and (max-width:767px) {
    .wpb_tabs li[role="tab"] {
        display: block;
        width: 100%;
        text-align: center
    }
}

.testimonial {
    position: relative;
    padding: 35px 35px 0;
    border-width: 1px;
    border-style: solid;
    border-bottom: 0
}

.testimonial:after,
.testimonial:before {
    position: absolute;
    width: 50px;
    height: 50px;
    font: 700 72px/82px Arial;
    text-align: center;
    color: #fff
}

.testimonial:after {
    right: -1px;
    bottom: 0
}

.testimonial:before {
    top: -1px;
    left: -1px
}

.testimonial img {
    display: block;
    float: left;
    margin-right: 20px;
    padding: 1px;
    border: 1px solid #e3e3e3
}

.testimonial .author {
    position: relative;
    margin: 35px -35px 0;
    padding: 15px 65px 15px 35px;
    font-style: italic;
    font-size: 18px;
    line-height: 20px;
    color: #fff
}

.testimonial .author:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-top-width: 10px;
    border-top-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent
}

.testimonial-alt {
    padding-top: 50px;
    text-align: center
}

.testimonial-alt:after {
    display: none
}

.testimonial-alt:before {
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    font-size: 60px;
    line-height: 70px
}

.testimonial-alt .author {
    margin-top: 20px
}

.wpb_toggle {
    position: relative;
    padding: 11px 20px 11px 42px;
    border: 1px solid #e3e3e3;
    border-bottom: 0;
    background: none;
    font-size: 16px;
    line-height: 24px;
    color: #000
}

.wpb_toggle:after,
.wpb_toggle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 13px;
    width: 12px;
    height: 4px;
    margin-top: -2px
}

.wpb_toggle:before {
    left: 17px;
    width: 4px;
    height: 12px;
    margin-top: -6px
}

.wpb_toggle.wpb_toggle_title_active:before {
    display: none
}

.wpb_toggle_content+.wpb_toggle {
    margin-top: -1px
}

.wpb_toggle_content {
    margin: 0;
    padding: 0 20px 20px 42px;
    border: 1px solid #e3e3e3;
    border-top: 0
}

.last_toggle_el_margin {
    margin-top: -1px;
    border-top: 1px solid #e3e3e3
}

.wpb_toggle_alt {
    -o-transition: background 0.3s, color .3s;
    -ms-transition: background 0.3s, color .3s;
    -moz-transition: background 0.3s, color .3s;
    -webkit-transition: background 0.3s, color .3s
}

.wpb_toggle_alt:after {
    height: 2px;
    margin-top: -1px
}

.wpb_toggle_alt:before {
    left: 18px;
    width: 2px
}

.wpb_toggle_alt.wpb_toggle_title_active,
.wpb_toggle_alt.wpb_toggle_title_active:hover {
    color: #fff
}

.wpb_toggle_alt.wpb_toggle_title_active:after,
.wpb_toggle_alt.wpb_toggle_title_active:before {
    background: #fff
}

.wpb_toggle_content_alt {
    -o-transition: background 0.3s, color .3s;
    -ms-transition: background 0.3s, color .3s;
    -moz-transition: background 0.3s, color .3s;
    -webkit-transition: background 0.3s, color .3s
}

.wpb_toggle_alt.wpb_toggle_title_active+.wpb_toggle_content_alt {
    color: #fff
}

.latest-tweets li {
    margin-top: 30px;
    font-size: 13px;
    line-height: 20px
}

.latest-tweets li:first-child {
    margin-top: 0
}

.latest-tweets p {
    overflow: hidden
}

.latest-tweets .pic {
    position: relative;
    display: block;
    float: left;
    width: 56px;
    height: 56px;
    margin: 2px 15px 0 0;
    font-size: 28px;
    line-height: 56px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    color: #fff
}

.latest-tweets .pic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%
}

.latest-tweets .pic i {
    position: relative
}

.latest-tweets-alt .pic {
    text-shadow: none
}

.latest-tweets-alt .pic:after {
    content: '';
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    background: #fff
}

.latest-tweets-alt .pic i {
    z-index: 1
}

.widget+.widget {
    margin-top: 50px
}

.widget-title {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 7px;
    border-left-width: 3px;
    border-left-style: solid;
    font-size: 24px;
    line-height: 30px;
    color: #000
}

.widget-site-search {
    position: relative
}

.widget-site-search .button {
    position: absolute;
    width: 40px;
    padding: 7px 0;
    top: 0;
    right: 0
}

.widget-site-search .button:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 100%;
    margin-right: 3px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right-width: 4px;
    border-right-style: solid
}

.widget-sevices li {
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    font-size: 16px;
    line-height: 24px
}

.widget-sevices li:first-child {
    border-top: 1px solid #e3e3e3
}

.widget-sevices i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    line-height: 42px
}

.widget-sevices a {
    position: relative;
    display: inline-block;
    padding: 10px 14px 10px 28px;
    color: #000
}

.widget-sevices a i {
    left: 100%
}

.widget-comments li {
    min-height: 80px;
    margin-top: 30px;
    font-size: 13px;
    line-height: 20px
}

.widget-comments li:first-child {
    margin-top: 0
}

.widget-comments p {
    overflow: hidden
}

.widget-comments img {
    position: relative;
    display: block;
    float: left;
    width: 76px;
    height: 76px;
    margin-right: 15px;
    padding: 1px;
    border: 1px solid #e4e4e4
}

.widget-comments .date {
    color: #000
}

@media screen and (max-width: 980px) {
    .widget-comments img {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .widget-comments img {
        display: block
    }
}

.widget-departments dl {
    border: 1px solid #e3e3e3;
    border-top: 0
}

.widget-departments dt {
    position: relative;
    padding: 9px 38px 9px 56px;
    border-top: 1px solid #e3e3e3;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    cursor: pointer
}

.widget-departments dt:after,
.widget-departments dt:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 13px;
    width: 12px;
    height: 4px;
    margin-top: -2px;
    background: #cbcbcb
}

.widget-departments dt:before {
    right: 17px;
    width: 4px;
    height: 12px;
    margin-top: -6px
}

.widget-departments dt.opened:before {
    display: none
}

.widget-departments dt i {
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -1px;
    width: 42px;
    height: 43px;
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    color: #fff
}

.widget-departments dt i:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -4px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left-width: 4px;
    border-left-style: solid
}

.widget-departments dd {
    display: none;
    padding: 2px 38px 10px 56px
}

.widget-appointment i,
i.appointment {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    color: #fff
}

i.appointment {
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px
}

.widget-appointment i:after,
i.appointment:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -4px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left-width: 4px;
    border-left-style: solid
}

.widget-appointment input,
.widget-appointment textarea {
    height: 50px;
    padding: 13px 10px 13px 65px
}

.widget-appointment textarea {
    height: auto
}

.widget-appointment .row {
    position: relative;
    margin-bottom: -1px
}

.widget-text p {
    margin-top: 20px
}

.widget-text strong {
    color: #000
}

.widget-twitter li {
    margin-top: 30px;
    font-size: 13px;
    line-height: 20px
}

.widget-twitter li:first-child {
    margin-top: 0
}

.widget-twitter p {
    overflow: hidden
}

.widget-twitter .date {
    color: #000
}

.widget-twitter .pic {
    position: relative;
    display: block;
    float: left;
    width: 56px;
    height: 56px;
    margin: 2px 15px 0 0;
    font-size: 28px;
    line-height: 56px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    color: #fff
}

.widget-twitter .pic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%
}

.widget-twitter .pic i {
    position: relative
}

.widget-twitter-alt .pic {
    float: none;
    width: 82px;
    height: 82px;
    margin: 0 auto 15px;
    font-size: 40px;
    line-height: 82px;
    text-shadow: none
}

.widget-twitter-alt .pic:after {
    content: '';
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    background: #fff
}

.widget-twitter-alt .pic i {
    z-index: 1
}

.widget-twitter-alt .item {
    text-align: center
}

.widget-twitter-alt .owl-controls {
    left: 0;
    margin-bottom: 25px
}

.widget-twitter-alt .owl-buttons i {
    font-size: 30px;
    line-height: 60px
}

.widget-twitter-alt .owl-buttons div {
    width: 62px;
    height: 62px;
    margin: 0
}

.widget-twitter-alt .owl-buttons .owl-next {
    float: right
}

#latest-tweets-carousel2 p {
    text-align: center !important
}

.widget-archives li {
    margin-bottom: -1px;
    border: 1px solid #e3e3e3;
    font-size: 16px;
    line-height: 24px
}

.widget-archives li:last-child {
    margin-bottom: 0
}

.widget-archives a {
    position: relative;
    display: block;
    padding: 12px 10px 12px 64px;
    color: #000
}

.widget-archives i {
    position: absolute;
    z-index: 1;
    top: -1px;
    bottom: -1px;
    left: -1px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #fff
}

.widget-archives i:after {
    content: '';
    position: absolute;
    top: 21px;
    left: 100%;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left-width: 4px;
    border-left-style: solid
}

@media screen and (max-width: 980px) {
    .widget-archives li {
        font-size: 14px
    }

    .widget-archives a {
        padding-left: 59px
    }
}

@media screen and (max-width: 767px) {
    .widget-archives li {
        font-size: 16px
    }

    .widget-archives a {
        padding-left: 64px
    }
}

.widget-calendar td {
    border: 1px solid #e3e3e3;
    font-size: 13px;
    line-height: 37px;
    text-align: center
}

.widget-calendar td a {
    position: relative;
    display: block;
    color: #7c7c7c
}

.widget-calendar td a:hover {
    color: #fff
}

.widget-calendar th {
    background: #f4f4f4;
    font-size: 9px;
    line-height: 17px;
    font-weight: 700;
    text-transform: uppercase
}

.widget-calendar .ui-datepicker-header {
    position: relative;
    background: #f4f4f4;
    padding-top: 2px;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    color: #333
}

.widget-calendar .ui-datepicker-prev,
.widget-calendar .ui-datepicker-next {
    position: absolute;
    top: 0;
    width: 14.28%;
    height: 27px;
    font-size: 22px;
    color: #fff
}

.widget-calendar .ui-datepicker-prev {
    left: 0
}

.widget-calendar .ui-datepicker-next {
    right: 0
}

.widget-calendar .ui-datepicker-prev i,
.widget-calendar .ui-datepicker-next i {
    display: block;
    line-height: 26px
}

.widget-calendar .ui-datepicker-prev i {
    text-indent: -1px
}

.widget-calendar .ui-datepicker-next i {
    text-indent: 1px
}

.widget-calendar .ui-datepicker-today a:after {
    content: '';
    position: absolute;
    top: 70%;
    right: 20%;
    left: 20%;
    height: 3px
}

.widget-tags ul {
    font-size: 0;
    padding: 1px 0 0 1px
}

.widget-tags li {
    display: inline-block;
    margin: -1px 0 0 -1px;
    font-size: 13px;
    line-height: 29px
}

.widget-tags a {
    display: block;
    padding: 0 10px;
    border: 1px solid #e3e3e3;
    color: #7c7c7c
}

.widget-tags a:hover {
    color: #fff
}

.widget-details p {
    margin: 0 0 20px 10px;
    line-height: 22px
}

.widget-details ul {
    margin: 0 0 20px 10px
}

.widget-details li {
    position: relative;
    margin-top: 8px;
    padding-left: 12px;
    line-height: 22px
}

.widget-details li i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 22px;
    color: #333
}

.widget-details strong {
    color: #000
}

.widget-contacts dl {
    border: 1px solid #e3e3e3;
    border-top: 0
}

.widget-contacts dt {
    position: relative;
    padding: 11px 38px 11px 19px;
    border-top: 1px solid #e3e3e3;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    cursor: pointer;
    -o-transition: background 0.3s, color .3s;
    -ms-transition: background 0.3s, color .3s;
    -moz-transition: background 0.3s, color .3s;
    -webkit-transition: background 0.3s, color .3s
}

.widget-contacts dt.opened,
.widget-contacts dt.opened+dd {
    color: #fff
}

.widget-contacts dt.opened:hover {
    color: #fff !important
}

.widget-contacts dt:after,
.widget-contacts dt:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 13px;
    width: 12px;
    height: 4px;
    margin-top: -2px
}

.widget-contacts dt:before {
    right: 17px;
    width: 4px;
    height: 12px;
    margin-top: -6px
}

.widget-contacts dt.opened:after,
.widget-contacts dt.opened:before {
    background: #fff
}

.widget-contacts dt.opened:before {
    display: none
}

.widget-contacts dd {
    display: none;
    padding: 2px 19px 15px;
    -o-transition: background 0.3s, color .3s;
    -ms-transition: background 0.3s, color .3s;
    -moz-transition: background 0.3s, color .3s;
    -webkit-transition: background 0.3s, color .3s
}

.widget-contacts li {
    margin-top: 6px;
    line-height: 20px
}

.widget-contacts li:first-child {
    margin-top: 0
}

.widget-contacts dd i {
    display: block;
    float: left;
    width: 14px;
    margin-right: 5px;
    font-size: 14px;
    line-height: 20px;
    text-align: center
}

.widget-follow ul {
    margin: -6px -3px 0;
    font-size: 0;
    text-align: center
}

.widget-follow li {
    display: inline-block;
    vertical-align: top;
    margin: 6px 3px 0;
    font-size: 11px;
    line-height: 13px
}

.widget-follow a {
    display: block;
    width: 84px;
    padding: 10px 0;
    border-width: 1px;
    border-style: solid
}

.widget-follow a:hover {
    color: #fff
}

.widget-follow i {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto 5px;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    -o-transition: background 0.3s, color .3s;
    -ms-transition: background 0.3s, color .3s;
    -moz-transition: background 0.3s, color .3s;
    -webkit-transition: background 0.3s, color .3s
}

.widget-follow a:hover i {
    background: #fff
}

@media screen and (max-width: 1190px) {
    .widget-follow a {
        width: 67px
    }
}

@media screen and (max-width: 980px) {
    .widget-follow a {
        width: 80px
    }
}

.page-footer {
    position: relative;
    padding: 50px 0 10px;
    background: #213540
}

.widget-alt .widget-icon {
    height: 110px;
    background-position: 50% 0;
    background-repeat: no-repeat
}

.widget-alt .widget-title {
    margin-bottom: 30px;
    padding: 0;
    border: 0;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    color: #fff
}

.top-link {
    position: fixed;
    right: 20px;
    bottom: 55px;
    width: 44px;
    height: 44px;
    background: #213540;
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    z-index: 11111;
}

.last-news {
    margin: 0 10px;
    text-align: center
}

.last-news li {
    margin-top: 9px;
    padding-top: 9px;
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.last-news li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    padding-top: 0
}

.last-news li:first-child:after {
    display: none
}

.location {
    margin: 0 10px;
    text-align: center
}

.location li {
    margin-top: 15px;
    color: #fff
}

.location li i {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto 5px;
    font-size: 20px;
    line-height: 30px;
    color: #213540
}

.location li .fa-at {
    font-weight: 700
}

.location nav {
    margin: 25px -5px 0;
    font-size: 0
}

.location nav a {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin: 5px;
    font-size: 24px;
    line-height: 38px;
    -o-transition: background 0.3s, color .3s;
    -ms-transition: background 0.3s, color .3s;
    -moz-transition: background 0.3s, color .3s;
    -webkit-transition: background 0.3s, color .3s
}

.location nav a:hover {
    color: #213540
}

.recent-posts {
    margin: 0 10px
}

.recent-posts li {
    min-height: 80px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.recent-posts li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0
}

.recent-posts img {
    display: block;
    float: left;
    margin-right: 15px
}

.recent-posts p {
    overflow: hidden;
    line-height: 20px;
    color: #fff
}

@media screen and (max-width: 980px) {
    .recent-posts li {
        min-height: 0;
        text-align: center
    }

    .recent-posts img {
        display: none
    }

    .timeline-content {
        float: left;
        padding-left: 26px;
    }

    .doctor-menu ul li {
        float: none;
        padding-top: 5px
    }
}

.work-time {
    position: relative;
    margin-top: 33px;
    padding: 60px 0 30px;
    color: #fff
}

.work-time dl {
    line-height: 42px
}

.work-time dt {
    position: relative;
    float: left;
    width: 28px;
    padding: 0 49px 0 30px;
    text-align: center
}

.work-time dt:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 29px;
    height: 1px;
}

.work-time .widget-icon {
    position: absolute;
    top: -33px;
    left: 0;
    width: 100%;
    height: 66px
}

@media screen and (max-width: 1190px) {
    .work-time {
        padding-bottom: 20px
    }

    .work-time dt {
        padding: 0 30px 0 20px
    }

    .work-time dt:after {
        width: 10px
    }

    .work-time .button {
        margin: 20px 20px 0;
        font-size: 12px
    }
}

@media screen and (max-width: 980px) {
    .work-time dt {
        float: none;
        margin-bottom: -21px;
        text-align: left
    }

    .work-time dt:after {
        display: none
    }

    .work-time dd {
        padding-left: 20px;
        font-weight: 300
    }
}

@media screen and (max-width: 767px) {
    .work-time {
        margin-top: 83px;
        padding-bottom: 30px
    }

    .work-time dt {
        float: left;
        margin: 0;
        padding: 0 49px 0 30px;
        text-align: center
    }

    .work-time dt:after {
        display: block;
        width: 29px
    }

    .work-time dd {
        padding-left: 0;
        font-weight: 400
    }

    .work-time .button {
        margin: 20px 30px 0;
        font-size: 14px
    }
}

.copyrights {
    background: #1c2d36;
    padding: 25px 0;
    text-align: center;
    color: #fff
}

@-ms-keyframes slideup {
    0% {
        top: 150px
    }

    70% {
        top: -15px
    }

    100% {
        top: 0
    }
}

@-moz-keyframes slideup {
    0% {
        top: 150px
    }

    70% {
        top: -15px
    }

    100% {
        top: 0
    }
}

@-webkit-keyframes slideup {
    0% {
        top: 150px
    }

    70% {
        top: -15px
    }

    100% {
        top: 0
    }
}

.owl-carousel .item {
    margin-top: 0;
    padding-left: 0;
    padding-right: 30px
}

.news .owl-carousel .item h3 {
    font-size: 18px;
    margin: 1em 0
}

.wellness-style .news .item h3 {
    text-align: center
}

.news .owl-carousel {
    margin-left: -15px
}

.news .owl-carousel .item {
    width: 100%;
    padding-right: 0
}

.news .owl-carousel .owl-item {
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box
}

.wellness-style .news .date {
    margin-top: 1px
}

.wellness-style .benefits .more {
    width: 32px;
    font-size: 14px;
    display: block;
    margin-right: 10px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-align: center
}

.wellness-style .benefits .more:before {
    position: relative;
    width: auto;
    height: auto;
    font-size: 1.5em;
    top: 0;
    left: 0;
    background: transparent;
    content: "\f00c";
    color: #fff;
    display: inline-block
}

.wellness-style .benefits .more:after {
    display: none
}

.widget-comments .date {
    font-weight: 700
}

.float-right {
    float: right
}

.widget-departments dd {
    padding-bottom: 1em
}

.widget-departments dd i {
    width: 25px;
    height: 25px;
    margin-top: 1ex;
    line-height: 25px;
    vertical-align: unset
}

.widget-departments dd a {
    vertical-align: middle
}

.wellness-style .widget-sevices li>i {
    color: #777 !important
}

.grid-row>section {
    margin-bottom: 0
}

.chart-circle {
    position: relative;
    width: 250px;
    height: 250px;
    margin-right: 30px;
    display: inline-block
}

.chart-circle .value {
    position: absolute;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 100px;
    top: 100px;
    text-align: center;
    vertical-align: middle
}

.chart-circle.type-2 .value {
    font-weight: 700
}

.owl-carousel .item {
    margin-bottom: 0;
    margin-right: -30px
}

.owl-carousel-1.item {
    margin-bottom: 0;
    margin-right: -30px
}

.widget-departments dt {
    word-break: break-all
}

@media screen and (max-width:767px) {
    .chart-circle {
        display: block;
        margin: 0 auto
    }
}

.grid-row>.vc_row-fluid:last-child,
.grid-row>.wpb_content_element:last-child {
    margin-bottom: 0
}

.widget-twitter:not(.widget-twitter-alt) .widget-title,
.services-wide .widget-title,
.widget-comments .widget-title,
.doctors-carousel .widget-title {
    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-break: normal;
    padding-right: 65px
}

.fl-l {
    max-width: 90%;
    padding-bottom: 2px
}

.bt35 {
    border: 1px solid #e3e3e3;
    padding: 10px;
    margin-top: 35px
}

.bt35-10 {
    border: 1px solid #e3e3e3;
    margin-top: 35px
}





.doctorh1 {
    display: block !important;
    font-size: 42px !important;
    margin-top: 0.17em !important;
    margin-left: 9px !important;
    margin-right: 0 !important;
    font-weight: bold !important;
}



@media screen and (max-width: 575px) {
    #cookie_notification button {
        margin: 80px 0px 0px 0 !important;
        float: right;
        position: absolute !important;
    }
}
/* End */


/* Start:/local/templates/s21_nobar_copy/css/custom.css?17591353501082*/
/* 
#################################
PROGRAMS AND STOCKS START
#################################
*/

.main-popular {
    padding: 48px 0;
    background: #EAEAEA;
    box-shadow: inset 0 5px 20px #d7e0ea;
}

.main-popular .grid-row {
    margin-bottom: 0;
}

.main-popular__title {
    margin: 0 0 24px;
    font-size: 26px;
    font-weight: bold;
    color: #000;
}

.main-popular__elements {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.main-popular__element {
    background-color: #fefefe;
}

.main-popular__element img {
    width: 100%;
}

.main-popular__element span {
    display: block;
    padding: 20px;
    font-size: 0.94em;
    line-height: 20px;
    text-align: center;
}

@media (max-width: 992px) {
    .main-popular__elements {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .main-popular__elements {
        grid-template-columns: 1fr;
    }
}

/* 
#################################
PROGRAMS AND STOCKS END
#################################
*/
/* End */


/* Start:/local/templates/s21_nobar_copy/components/bitrix/menu/top2/style.css?175887391291*/
li.parent.tabbed > ul {
	display: block;
}
.main-nav li ul {
    width: 290px !important;
}
/* End */


/* Start:/local/templates/s21_nobar_copy/components/bitrix/breadcrumb/universal_new/style.min.css?1758873912620*/
.bx-breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bx-breadcrumb-item{height:22px;white-space:nowrap}.bx-breadcrumb-item-angle{margin:0 10px;color:#b5bdc2;vertical-align:top;font-size:12px}.bx-breadcrumb-item-link{border-bottom:0;vertical-align:top;line-height:21px}.bx-breadcrumb-item-text{vertical-align:top;white-space:normal;font:400 13px/21px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;transition:250ms linear all}
/* End */


/* Start:/local/templates/s21_nobar_copy/components/api/auth.ajax/template1/styles.css?1758873911772*/
.api_auth_ajax *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.api_auth_ajax .api_link{ color: #039be5; border-bottom: 1px dashed; text-decoration: none; cursor: pointer; display: inline-block; font-size: 12px; margin: 0; }
.api_auth_ajax .api_link + .api_link{ margin-left: 10px }
.api_auth_ajax .api_link:hover{ color: #0056a1; border-bottom: 1px dashed; }
.api_auth_ajax .api_link.api_button{ border-bottom: 1px solid }
.api_auth_ajax .api_profile a{ text-decoration: none; white-space: nowrap; }
.api_auth_ajax .api_profile a:hover{ color: #0056a1; }
#api_auth_ajax_modal{ z-index: 990 }
#api_auth_ajax_modal .api_modal_content > div{ display: none }
#api_auth_ajax_modal .api_modal_content > div.api_active{ display: block }
/* End */


/* Start:/bitrix/components/api/auth.login/templates/.default/styles.css?16154028006064*/
.api-auth-login .api-password-protected{
	height: 38px;
	width: 38px;
	position: absolute;
	right: 1px;
	top: 50%;
	margin-top: -19px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAYAAAA/I0V3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzdEMTI3RjNGRkJEMTFFNDk2ODJDNEJEOTQ4OEQ1OEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzdEMTI3RjRGRkJEMTFFNDk2ODJDNEJEOTQ4OEQ1OEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3N0QxMjdGMUZGQkQxMUU0OTY4MkM0QkQ5NDg4RDU4QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3N0QxMjdGMkZGQkQxMUU0OTY4MkM0QkQ5NDg4RDU4QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi+O2x0AAAC4SURBVHjaYvz//z8DDJQ2dXEAqTQgdgFiRqjwfiCe3V1X9hmmjhGmCahBCkjNZMANcoEaH4AYTEiC06H0cyDOB2I/IM4G4odQ8ckoNgFtcQWy80ACQNN80a0Ayq8FUmxAPAcovxFmkxqUPoTDaXugtAqy8z5A6Vc4NL2B0h9BBAuUIwmlpYBO4QbSXFAD/wHxNyCWhsqLg/1U0ti5AEgLMxAPPjKRqAEE+JkYyADDVdNdEvU8BAgwAIw8L6DAodwVAAAAAElFTkSuQmCC") no-repeat center;
	-webkit-background-size: 11px auto;
	background-size: 11px auto;
}
.api-auth-login .api-password-protected-desc{
	display: none;
	background: #fff;
	position: absolute;
	width: 250px;
	left: 50%;
	margin-left: -125px;
	bottom: 100%;
	margin-bottom: 14px;
	border: 1px solid #f0f1f2;
	padding: 10px 20px;
	font-size: 13px;
	z-index: 110;
	box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .1)
}
.api-auth-login .api-password-protected:hover .api-password-protected-desc{ display: block; }
.api-auth-login .api-password-protected-desc > span{
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 14px;
	display: block;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAOCAYAAAAxDQxDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzNzExNDdGRkJFMTFFNDg4RDM4NEY3NjNFRDYwRDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzNzExNDhGRkJFMTFFNDg4RDM4NEY3NjNFRDYwRDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMjM3MTE0NUZGQkUxMUU0ODhEMzg0Rjc2M0VENjBENSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMjM3MTE0NkZGQkUxMUU0ODhEMzg0Rjc2M0VENjBENSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PodxyuQAAAFASURBVHjarJS/SgNBEMZ3x00glj6DL2Fn5UtYi7WdlYUIYhGwCYgPYBeIjbUvIYikCxaCGk/wZvf2n98dCiEm521y2xwzOzO/m5tvTn5knyrG+LLZ6211ux3R5rHWCtZGhBBOCbaTUu7kzM9FYVuDeO+FNsWjD+EQ9S/px/8EY7ctmHVO5KwzwM5Iymu4pjRzP24D5tAJs34D7Bzm3a+f5uLWgpWfCzMZY+YHG0QXqDVdBloZZp0VXzmXAriCOZq/pyV5STB0Eo0pHqCufXQygCs2BTWCxUrC5eDZO+f7iL+BSy+KpX9ethZWSVibCSDHiLutK0QNPv9CGIpDXWaCPTkioj5c7+uC/sBctSccMfjBrITrjsQvKEXB25DufUepDPtyAnvYNFElrkrVGZZxD89hSqJaYflL2Gtq0rcAAwDa/ePzqfelnAAAAABJRU5ErkJggg==") no-repeat center bottom;
}
/* api-row-accept */
.api-auth-login .api-row-accept .api_control{ position: relative }
.api-auth-login .api-accept-label{ font-size: 12px; line-height: 18px; font-weight: bold; cursor: pointer; padding-left: 20px; display: block; }
.api-auth-login .api-accept-label input{ cursor: pointer; position: absolute; left: 0; top: 3px; margin: 0; padding: 0; }
.api-auth-login .api-accept-text{ color: #337ab7; text-decoration: none; cursor: pointer }
.api-auth-login .api-accept-text:hover,
.api-auth-login .api-accept-text:focus{ color: #23527c; }
.api-auth-login .api-accept-text p{ font: inherit; margin: 0 }
.api-auth-login .api-accept-text p + p{ margin-top: 8px }
.api-auth-login .api-accept-desc{ display: none; }
.api-auth-login .api-row-accept .api-error{ font-size: 12px; color: #ff3737; display: none }
/* .api-captcha */
.api-auth-login .api-captcha{ display: none }
.api-auth-login .api-captcha .api-row-captcha_sid img{ margin: 0 !important; padding: 0 !important; border: 0 !important; vertical-align: middle !important; }
.api-auth-login .api-captcha .api-icon-refresh{ background: url("/bitrix/css/api.core/images/form/refresh.svg") no-repeat 0 0; width: 24px; height: 24px; display: inline-block; vertical-align: middle; cursor: pointer; }
/* .api_soc_auth */
.api_soc_auth{ padding: 20px 0 0 }
.api_soc_auth_title{ border-top: 1px solid #444; border-bottom: 1px solid #444; margin: 0 0 10px; padding: 5px 0; }
.api_soc_auth .bx-authform-social ul{ margin: 0; padding: 0; background: none; border: 0 }
.api_soc_auth .bx-authform-social li{ padding: 0; margin: 5px 3px 0 }
/*------------------ Animations ------------------*/
.api-animation-rotate{
	display: inline-block;
	-webkit-animation: api-rotate 2s infinite linear;
	animation: api-rotate 2s infinite linear;
}
/* Keyframes: Rotate */
@-webkit-keyframes api-rotate{
	0%{ -webkit-transform: rotate(0deg); }
	100%{ -webkit-transform: rotate(359deg); }
}
@keyframes api-rotate{
	0%{ transform: rotate(0deg); }
	100%{ transform: rotate(359deg); }
}

/* End */


/* Start:/bitrix/components/api/auth.restore/templates/.default/styles.css?1615402800810*/
/* api-row-accept */
.api-auth-restore .api-row-accept .api_control{position: relative}
.api-auth-restore .api-accept-label {font-size: 12px;line-height:18px; font-weight: bold;cursor: pointer;padding-left: 20px;display: block;}
.api-auth-restore .api-accept-label input{cursor: pointer;position: absolute;left: 0;top: 3px;margin: 0;padding: 0;}
.api-auth-restore .api-accept-text{color: #337ab7;text-decoration: none;cursor: pointer}
.api-auth-restore .api-accept-text:hover,
.api-auth-restore .api-accept-text:focus{color: #23527c;}
.api-auth-restore .api-accept-text p{font: inherit; margin: 0}
.api-auth-restore .api-accept-text p + p{margin-top: 8px}
.api-auth-restore .api-accept-desc{display: none;}
.api-auth-restore .api-row-accept .api-error {font-size: 12px;color: #ff3737;display: none}

/* End */


/* Start:/bitrix/templates/.default/components/api/formdesigner/feedback_online/themes/modern/style.css?158101560011624*/
.afd-theme-modern{position:relative;}
.afd-theme-modern * {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.afd-theme-modern .afd-asterisk{display: inline-block;color: #ff3737;font-weight: bold;margin-left: 3px;}
.afd-theme-modern .afd-antibot{border: 0 none !important;font-size: 0 !important;height: 0 !important;line-height: 0 !important;padding: 0 !important;position: absolute !important;right: 0 !important;top: 0 !important;width: 0 !important;}
/* form */
.afd-theme-modern .afd-title{font-weight:bold;text-transform:uppercase;text-align: center;font-size:24px;line-height:34px;margin:0 0 25px;}
.afd-theme-modern .afd-row{position:relative;}
.afd-theme-modern .afd-row + .afd-row {margin-top: 30px;}
.afd-theme-modern .afd-type-text,
.afd-theme-modern .afd-type-select,
.afd-theme-modern .afd-type-textarea {height: 30px;max-width: 100%;background: transparent;border: none;color: #000;padding: 4px 0;margin:0;font-size: inherit;font-family:inherit;width: 100%;position: relative;z-index: 2;outline: none;border-radius:0;}
.afd-theme-modern .afd-type-textarea{min-height:80px}
.afd-theme-modern .afd-type-select{height:auto;}
.afd-theme-modern .afd-type-select optgroup{font-family:inherit; font-size:inherit; color:inherit}
.afd-theme-modern .afd-type-select option{min-height:22px}
.afd-theme-modern .afd-type-select option[value=""]{color:#000}
.afd-theme-modern .afd-control{position:relative}
.afd-theme-modern .afd-control + .afd-control{margin-top: 10px}
.afd-theme-modern .afd-control-multiple{padding-top:20px}/* select type=multiple */
.afd-theme-modern .afd-control-name{display: block}
.afd-theme-modern .afd-field-multi{padding:25px 0 15px}/* radio & checkbox */
.afd-theme-modern .afd-field-multi label{display:block}
.afd-theme-modern .afd-label {position: absolute;color: #9e9e9e;top: 0;left: 0;right:0;-webkit-transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s;transition: all 0.3s ease-in-out 0s;}
.afd-theme-modern .afd-field{border-bottom: 1px solid #9e9e9e;-webkit-transition: border-bottom-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);transition: border-bottom-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);}
.afd-theme-modern .afd-active .afd-field{border-bottom-width: 2px;}
.afd-theme-modern .afd-active .afd-label{top: -17px;font-size:12px;}
.afd-theme-modern .afd-row-danger .afd-field{border-color: #f44336;	border-bottom-width: 2px;}
.afd-theme-modern .afd-row-danger .afd-label{color: #f44336;}
.afd-theme-modern .afd-row-danger .api_upload_drop{border-color: #f44336;}
.afd-theme-modern .afd-error{font-size:12px;color:#ff3737;}
.afd-theme-modern .afd-button{
	height: auto;
	line-height: normal;
	color:#000;
	background: #f3f4f5;
	border: 0;
	cursor: pointer;
	text-decoration:none;
	display: block;
	font-family:inherit;
	font-weight: inherit;
	font-size: 16px;
	width:100%;
	max-width: 100%;
	margin: 0;
	padding: 13px 16px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15), 0 1px 5px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15), 0 1px 5px 1px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.15), 0 1px 5px 1px rgba(0, 0, 0, 0.15);
}
.afd-theme-modern .afd-button:hover,
.afd-theme-modern .afd-button:focus{background:#eee;-webkit-box-shadow:3px 5px 18px 0 rgba(0, 0, 0, 0.21);-moz-box-shadow:3px 5px 18px 0 rgba(0, 0, 0, 0.21);	box-shadow:3px 5px 18px 0 rgba(0, 0, 0, 0.21);}
.afd-theme-modern .afd-button:active{background:#dedede;}
.afd-theme-modern .afd-button:disabled{cursor: not-allowed;opacity: 0.5;}
.afd-theme-modern .afd-alert{padding: 10px;margin-bottom: 30px;border: 1px solid transparent;overflow:hidden;position:relative;-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.afd-theme-modern .afd-alert span{background:url("/bitrix/templates/.default/components/api/formdesigner/feedback_online/themes/modern/images/alert.png") -36px 0;width:36px;height:36px;position:absolute;left:10px;top:50%;margin-top:-18px;}
.afd-theme-modern .afd-alert .afd-alert-title{margin-left:50px;}
.afd-theme-modern .afd-alert-danger {background-color: #f2dede;border-color: #ebcccc;color: #a94442;}
.afd-theme-modern .afd-alert-danger span{background-position:0 0;}
.afd-theme-modern .afd-alert-warning {background-color: #fcf8e3;border-color: #faf2cc;color: #8a6d3b;}
.afd-theme-modern .afd-alert-warning span{background-position:-72px 0;}
.afd-theme-modern .afd-alert-success{background: #fcfcfb;padding: 25px 15px;color: #000;text-align: center;}
.afd-theme-modern .afd-alert-success span{background:transparent url("/bitrix/templates/.default/components/api/formdesigner/feedback_online/themes/modern/images/success.svg") no-repeat scroll 0 0 / contain;height: 80px;width: 80px;margin:0 0 20px;display:inline-block;position:relative;top:auto;left:auto;}
.afd-theme-modern .afd-alert-success .afd-alert-title{display:block;margin:0;font-size:30px;line-height: 1}
.afd-theme-modern .afd-alert-success .afd-alert-desc{margin:15px 0 0}
.afd-theme-modern .afd-show-picture-block{position: absolute;left: 100%;top: 50%;margin-left:15px;height: auto;display:none;}
.afd-theme-modern .afd-show-picture-block img{border:2px solid #ccc;}
/* icon */
.afd-theme-modern .calendar-icon{margin-top: -10px;position: absolute;right: 5px;top: 50%;z-index:10}
.afd-theme-modern .afd-icon-refresh{background: url("/bitrix/templates/.default/components/api/formdesigner/feedback_online/themes/modern/images/refresh.svg") no-repeat 0 0;width: 24px;height: 24px;display: inline-block;vertical-align: middle;cursor: pointer;}
.afd-theme-modern .api_icon{margin-top: -10px;position: absolute;right: 5px;top: 50%;z-index:10}
.afd-theme-modern .api_icon_calendar{background: url("/bitrix/css/api.core/images/icons/light/calendar.svg") no-repeat 50% 50% transparent;width: 16px;height: 16px;}
/*------------------ Ðàçíîå ------------------*/
.afd-theme-modern .afd-row-type-upload .afd-label{position: relative;top: -10px;}
.afd-theme-modern .afd-row-static .afd-label{position: relative;top: -10px;}
.afd-theme-modern .afd-row-captcha_sid img{margin: 0 !important; padding: 0 !important; border: 0 !important; vertical-align: middle !important;}
/* afd-row-wysiwyg */
.afd-theme-modern .afd-row-wysiwyg .afd-label{position: relative; padding-bottom: 10px}
.afd-theme-modern .redactor-air li a.re-button-icon,
.afd-theme-modern .redactor-toolbar li a.re-button-icon{padding: 10px; height: auto}
/* afd-row-accept */
.afd-theme-modern .afd-accept-label {font-size: 12px;line-height:18px; font-weight: bold;cursor: pointer;padding-left: 20px;display: block;}
.afd-theme-modern .afd-accept-label input{cursor: pointer;position: absolute;left: 0;top: 3px;margin: 0;padding: 0;}
.afd-theme-modern .afd-accept-text{color: #337ab7;text-decoration: none;cursor: pointer}
.afd-theme-modern .afd-accept-text:hover,
.afd-theme-modern .afd-accept-text:focus{color: #23527c;}
.afd-theme-modern .afd-accept-desc{display: none;}
/* afd-hl-list */
.afd-theme-modern .afd-hl-list{overflow: hidden;}
.afd-theme-modern .afd-hl-list input{display: none}
.afd-theme-modern .afd-hl-list .afd-hl-item{cursor: pointer}
.afd-theme-modern .afd-hl-list-g .afd-hl-item{float: left}
.afd-theme-modern .afd-hl-list-h .afd-hl-item{display: block}
.afd-theme-modern .afd-hl-icon{display: inline-block;border: 1px solid #ccc;padding: 5px;background: #FFF;vertical-align: middle;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.afd-theme-modern .afd-hl-icon i{line-height: 24px;border-radius: 2px;display: block;width: 24px;height: 24px;vertical-align: middle;-webkit-background-size: cover;background-size: cover;-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05); -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);}
.afd-theme-modern .afd-hl-active{color: #3b79d2;}
.afd-theme-modern .afd-hl-active .afd-hl-icon{border: 2px solid #3b79d2;padding: 4px;}
.afd-theme-modern .afd-hl-item label {display: inline-block;max-width: 100%;margin-bottom: 5px;font-weight: bold;cursor: pointer;padding: 0 15px 0 0;}

/*------------------ Öâåòà ------------------*/
/*blue1*/
.afd-theme-modern.afd-color-blue1 .afd-button{color:#fff;background: #00a8e6;}
.afd-theme-modern.afd-color-blue1 .afd-button:hover,
.afd-theme-modern.afd-color-blue1 .afd-button:focus{background: #35b3ee;}
.afd-theme-modern.afd-color-blue1 .afd-button:active{background: #0091ca;;}
.afd-theme-modern.afd-color-blue1 .afd-active .afd-field{border-color: #26b0ff;}
.afd-theme-modern.afd-color-blue1 .afd-active .afd-label{color:#26b0ff;}
/*blue2*/
.afd-theme-modern.afd-color-blue2 .afd-button{color:#fff;background: #027fd6;}
.afd-theme-modern.afd-color-blue2 .afd-button:hover,
.afd-theme-modern.afd-color-blue2 .afd-button:focus{background: #1296f2;}
.afd-theme-modern.afd-color-blue2 .afd-button:active{background: #0070bf;;}
.afd-theme-modern.afd-color-blue2 .afd-active .afd-field{border-color: #2196f3;}
.afd-theme-modern.afd-color-blue2 .afd-active .afd-label{color:#0071bf;}
/* green1 */
.afd-theme-modern.afd-color-green1 .afd-button{color:#fff;background: #8cc14c;}
.afd-theme-modern.afd-color-green1 .afd-button:hover,
.afd-theme-modern.afd-color-green1 .afd-button:focus{background: #8ec73b;}
.afd-theme-modern.afd-color-green1 .afd-button:active{background: #72ae41;}
.afd-theme-modern.afd-color-green1 .afd-active .afd-field{border-color: #8ec22c;}
.afd-theme-modern.afd-color-green1 .afd-active .afd-label{color:#72ae41;}
/* yellow1 */
.afd-theme-modern.afd-color-yellow1 .afd-button{color:#000;background: #fde037;}
.afd-theme-modern.afd-color-yellow1 .afd-button:hover,
.afd-theme-modern.afd-color-yellow1 .afd-button:focus{background:#f7da37;}
.afd-theme-modern.afd-color-yellow1 .afd-button:active{background:#f9d000;}
.afd-theme-modern.afd-color-yellow1 .afd-active .afd-field{border-color: #f9d000;}
.afd-theme-modern.afd-color-yellow1 .afd-active .afd-label{color:#f9d000;}
/* red1 */
.afd-theme-modern.afd-color-red1 .afd-button{color:#fff;background: #da314b;}
.afd-theme-modern.afd-color-red1 .afd-button:hover,
.afd-theme-modern.afd-color-red1 .afd-button:focus{background:#e4354f;}
.afd-theme-modern.afd-color-red1 .afd-button:active{background:#c91032}
.afd-theme-modern.afd-color-red1 .afd-active .afd-field{border-color: #da314b;}
.afd-theme-modern.afd-color-red1 .afd-active .afd-label{color:#26b0ff;}
/*------------------ Animations ------------------*/
.afd-animation-rotate {
	display: inline-block;
	-webkit-animation: afd-rotate 2s infinite linear;
	animation: afd-rotate 2s infinite linear;
}
/* Keyframes: Rotate */
@-webkit-keyframes afd-rotate {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(359deg);}
}
@keyframes afd-rotate {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(359deg);}
}


/*------------------ Tablet portrait and smaller ------------------*/
@media (max-width: 640px) {
	.api-formdesigner {width:100% !important;}
	.afd-theme-modern .afd-show-picture-block{
		position: relative;
		left: auto;
		top: auto;
		margin:15px 0 0 !important;
		height: auto;
		display:none;
	}
}
/* End */


/* Start:/local/templates/s21_nobar_copy/components/api/formdesigner/feedback_new/themes/modern/style.css?175887391111446*/
.afd-theme-modern{position:relative;}
.afd-theme-modern * {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.afd-theme-modern .afd-asterisk{display: inline-block;color: #ff3737;font-weight: bold;margin-left: 3px;}
.afd-theme-modern .afd-antibot{border: 0 none !important;font-size: 0 !important;height: 0 !important;line-height: 0 !important;padding: 0 !important;position: absolute !important;right: 0 !important;top: 0 !important;width: 0 !important;}
/* form */
.afd-theme-modern .afd-title{font-weight:bold;text-transform:uppercase;text-align: center;font-size:24px;line-height:34px;margin:0 0 25px;}
.afd-theme-modern .afd-row{position:relative;}
.afd-theme-modern .afd-row + .afd-row {margin-top: 30px;}
.afd-theme-modern .afd-type-text,
.afd-theme-modern .afd-type-select,
.afd-theme-modern .afd-type-textarea {height: 30px;max-width: 100%;background: transparent;border: none;color: #000;padding: 4px 0;margin:0;font-size: inherit;font-family:inherit;width: 100%;position: relative;z-index: 2;outline: none;border-radius:0;}
.afd-theme-modern .afd-type-textarea{min-height:80px}
.afd-theme-modern .afd-type-select{height:auto;}
.afd-theme-modern .afd-type-select optgroup{font-family:inherit; font-size:inherit; color:inherit}
.afd-theme-modern .afd-type-select option{min-height:22px}
.afd-theme-modern .afd-type-select option[value=""]{color:#000}
.afd-theme-modern .afd-control{position:relative}
.afd-theme-modern .afd-control + .afd-control{margin-top: 10px}
.afd-theme-modern .afd-control-multiple{padding-top:20px}/* select type=multiple */
.afd-theme-modern .afd-control-name{display: block}
.afd-theme-modern .afd-field-multi{padding:25px 0 15px}/* radio & checkbox */
.afd-theme-modern .afd-field-multi label{display:block}
.afd-theme-modern .afd-label {position: absolute;color: #9e9e9e;top: 0;left: 0;right:0;-webkit-transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s;transition: all 0.3s ease-in-out 0s;}
.afd-theme-modern .afd-field{border-bottom: 1px solid #9e9e9e;-webkit-transition: border-bottom-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);transition: border-bottom-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);}
.afd-theme-modern .afd-active .afd-field{border-bottom-width: 2px;}
.afd-theme-modern .afd-active .afd-label{top: -17px;font-size:12px;}
.afd-theme-modern .afd-row-danger .afd-field{border-color: #f44336;	border-bottom-width: 2px;}
.afd-theme-modern .afd-row-danger .afd-label{color: #f44336;}
.afd-theme-modern .afd-row-danger .api_upload_drop{border-color: #f44336;}
.afd-theme-modern .afd-error{font-size:12px;color:#ff3737;}
.afd-theme-modern .afd-button{
	height: auto;
	line-height: normal;
	color:#000;
	background: #f3f4f5;
	border: 0;
	cursor: pointer;
	text-decoration:none;
	display: block;
	font-family:inherit;
	font-weight: inherit;
	font-size: 16px;
	width:100%;
	max-width: 100%;
	margin: 0;
	padding: 13px 16px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15), 0 1px 5px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15), 0 1px 5px 1px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.15), 0 1px 5px 1px rgba(0, 0, 0, 0.15);
}
.afd-theme-modern .afd-button:hover,
.afd-theme-modern .afd-button:focus{background:#eee;-webkit-box-shadow:3px 5px 18px 0 rgba(0, 0, 0, 0.21);-moz-box-shadow:3px 5px 18px 0 rgba(0, 0, 0, 0.21);	box-shadow:3px 5px 18px 0 rgba(0, 0, 0, 0.21);}
.afd-theme-modern .afd-button:active{background:#dedede;}
.afd-theme-modern .afd-button:disabled{cursor: not-allowed;opacity: 0.5;}
.afd-theme-modern .afd-alert{padding: 10px;margin-bottom: 30px;border: 1px solid transparent;overflow:hidden;position:relative;-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.afd-theme-modern .afd-alert span{background:url("/local/templates/s21_nobar_copy/components/api/formdesigner/feedback_new/themes/modern/images/alert.png") -36px 0;width:36px;height:36px;position:absolute;left:10px;top:50%;margin-top:-18px;}
.afd-theme-modern .afd-alert .afd-alert-title{margin-left:50px;}
.afd-theme-modern .afd-alert-danger {background-color: #f2dede;border-color: #ebcccc;color: #a94442;}
.afd-theme-modern .afd-alert-danger span{background-position:0 0;}
.afd-theme-modern .afd-alert-warning {background-color: #fcf8e3;border-color: #faf2cc;color: #8a6d3b;}
.afd-theme-modern .afd-alert-warning span{background-position:-72px 0;}
.afd-theme-modern .afd-alert-success{background: #fcfcfb;padding: 25px 15px;color: #000;text-align: center;}
.afd-theme-modern .afd-alert-success span{background:transparent url("/local/templates/s21_nobar_copy/components/api/formdesigner/feedback_new/themes/modern/images/success.svg") no-repeat scroll 0 0 / contain;height: 80px;width: 80px;margin:0 0 20px;display:inline-block;position:relative;top:auto;left:auto;}
.afd-theme-modern .afd-alert-success .afd-alert-title{display:block;margin:0;font-size:30px;line-height: 1}
.afd-theme-modern .afd-alert-success .afd-alert-desc{margin:15px 0 0}
.afd-theme-modern .afd-show-picture-block{position: absolute;left: 100%;top: 50%;margin-left:15px;height: auto;display:none;}
.afd-theme-modern .afd-show-picture-block img{border:2px solid #ccc;}
/* icon */
.afd-theme-modern .calendar-icon{margin-top: -10px;position: absolute;right: 5px;top: 50%;z-index:10}
.afd-theme-modern .afd-icon-refresh{background: url("/local/templates/s21_nobar_copy/components/api/formdesigner/feedback_new/themes/modern/images/refresh.svg") no-repeat 0 0;width: 24px;height: 24px;display: inline-block;vertical-align: middle;cursor: pointer;}
.afd-theme-modern .api_icon{margin-top: -10px;position: absolute;right: 5px;top: 50%;z-index:10}
.afd-theme-modern .api_icon_calendar{background: url("/bitrix/css/api.core/images/icons/light/calendar.svg") no-repeat 50% 50% transparent;width: 16px;height: 16px;}
/*------------------ Ðàçíîå ------------------*/
.afd-theme-modern .afd-row-type-upload .afd-label{position: relative;top: -10px;}
.afd-theme-modern .afd-row-static .afd-label{position: relative;top: -10px;}
.afd-theme-modern .afd-row-captcha_sid img{margin: 0 !important; padding: 0 !important; border: 0 !important; vertical-align: middle !important;}
/* afd-row-wysiwyg */
.afd-theme-modern .afd-row-wysiwyg .afd-label{position: relative; padding-bottom: 10px}
.afd-theme-modern .redactor-air li a.re-button-icon,
.afd-theme-modern .redactor-toolbar li a.re-button-icon{padding: 10px; height: auto}
/* afd-row-accept */
.afd-theme-modern .afd-accept-label {font-size: 12px;line-height:18px; font-weight: bold;cursor: pointer;padding-left: 20px;display: block;}
.afd-theme-modern .afd-accept-label input{cursor: pointer;position: absolute;left: 0;top: 3px;margin: 0;padding: 0;}
.afd-theme-modern .afd-accept-text{color: #337ab7;text-decoration: none;cursor: pointer}
.afd-theme-modern .afd-accept-text:hover,
.afd-theme-modern .afd-accept-text:focus{color: #23527c;}
.afd-theme-modern .afd-accept-desc{display: none;}
/* afd-hl-list */
.afd-theme-modern .afd-hl-list{overflow: hidden;}
.afd-theme-modern .afd-hl-list input{display: none}
.afd-theme-modern .afd-hl-list .afd-hl-item{cursor: pointer}
.afd-theme-modern .afd-hl-list-g .afd-hl-item{float: left}
.afd-theme-modern .afd-hl-list-h .afd-hl-item{display: block}
.afd-theme-modern .afd-hl-icon{display: inline-block;border: 1px solid #ccc;padding: 5px;background: #FFF;vertical-align: middle;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.afd-theme-modern .afd-hl-icon i{line-height: 24px;border-radius: 2px;display: block;width: 24px;height: 24px;vertical-align: middle;-webkit-background-size: cover;background-size: cover;-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05); -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);}
.afd-theme-modern .afd-hl-active{color: #3b79d2;}
.afd-theme-modern .afd-hl-active .afd-hl-icon{border: 2px solid #3b79d2;padding: 4px;}
.afd-theme-modern .afd-hl-item label {display: inline-block;max-width: 100%;margin-bottom: 5px;font-weight: bold;cursor: pointer;padding: 0 15px 0 0;}

/*------------------ Öâåòà ------------------*/
/*blue1*/
.afd-theme-modern.afd-color-blue1 .afd-button{color:#fff;background: #00a8e6;}
.afd-theme-modern.afd-color-blue1 .afd-button:hover,
.afd-theme-modern.afd-color-blue1 .afd-button:focus{background: #35b3ee;}
.afd-theme-modern.afd-color-blue1 .afd-button:active{background: #0091ca;;}
.afd-theme-modern.afd-color-blue1 .afd-active .afd-field{border-color: #26b0ff;}
.afd-theme-modern.afd-color-blue1 .afd-active .afd-label{color:#26b0ff;}
/*blue2*/
.afd-theme-modern.afd-color-blue2 .afd-button{color:#fff;background: #027fd6;}
.afd-theme-modern.afd-color-blue2 .afd-button:hover,
.afd-theme-modern.afd-color-blue2 .afd-button:focus{background: #1296f2;}
.afd-theme-modern.afd-color-blue2 .afd-button:active{background: #0070bf;;}
.afd-theme-modern.afd-color-blue2 .afd-active .afd-field{border-color: #2196f3;}
.afd-theme-modern.afd-color-blue2 .afd-active .afd-label{color:#0071bf;}
/* green1 */
.afd-theme-modern.afd-color-green1 .afd-button{color:#fff;background: #8cc14c;}
.afd-theme-modern.afd-color-green1 .afd-button:hover,
.afd-theme-modern.afd-color-green1 .afd-button:focus{background: #8ec73b;}
.afd-theme-modern.afd-color-green1 .afd-button:active{background: #72ae41;}
.afd-theme-modern.afd-color-green1 .afd-active .afd-field{border-color: #8ec22c;}
.afd-theme-modern.afd-color-green1 .afd-active .afd-label{color:#72ae41;}
/* yellow1 */
.afd-theme-modern.afd-color-yellow1 .afd-button{color:#000;background: #fde037;}
.afd-theme-modern.afd-color-yellow1 .afd-button:hover,
.afd-theme-modern.afd-color-yellow1 .afd-button:focus{background:#f7da37;}
.afd-theme-modern.afd-color-yellow1 .afd-button:active{background:#f9d000;}
.afd-theme-modern.afd-color-yellow1 .afd-active .afd-field{border-color: #f9d000;}
.afd-theme-modern.afd-color-yellow1 .afd-active .afd-label{color:#f9d000;}
/* red1 */
.afd-theme-modern.afd-color-red1 .afd-button{color:#fff;background: #da314b;}
.afd-theme-modern.afd-color-red1 .afd-button:hover,
.afd-theme-modern.afd-color-red1 .afd-button:focus{background:#e4354f;}
.afd-theme-modern.afd-color-red1 .afd-button:active{background:#c91032}
.afd-theme-modern.afd-color-red1 .afd-active .afd-field{border-color: #da314b;}
.afd-theme-modern.afd-color-red1 .afd-active .afd-label{color:#26b0ff;}
/*------------------ Animations ------------------*/
.afd-animation-rotate {
	display: inline-block;
	-webkit-animation: afd-rotate 2s infinite linear;
	animation: afd-rotate 2s infinite linear;
}
/* Keyframes: Rotate */
@-webkit-keyframes afd-rotate {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(359deg);}
}
@keyframes afd-rotate {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(359deg);}
}


/*------------------ Tablet portrait and smaller ------------------*/
@media (max-width: 640px) {
	.api-formdesigner {width:100% !important;}
	.afd-theme-modern .afd-show-picture-block{
		position: relative;
		left: auto;
		top: auto;
		margin:15px 0 0 !important;
		height: auto;
		display:none;
	}
}
/* End */


/* Start:/local/templates/s21_nobar_copy/components/api/formdesigner/feedback_new_vip/themes/modern/style.css?175887391111446*/
.afd-theme-modern{position:relative;}
.afd-theme-modern * {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.afd-theme-modern .afd-asterisk{display: inline-block;color: #ff3737;font-weight: bold;margin-left: 3px;}
.afd-theme-modern .afd-antibot{border: 0 none !important;font-size: 0 !important;height: 0 !important;line-height: 0 !important;padding: 0 !important;position: absolute !important;right: 0 !important;top: 0 !important;width: 0 !important;}
/* form */
.afd-theme-modern .afd-title{font-weight:bold;text-transform:uppercase;text-align: center;font-size:24px;line-height:34px;margin:0 0 25px;}
.afd-theme-modern .afd-row{position:relative;}
.afd-theme-modern .afd-row + .afd-row {margin-top: 30px;}
.afd-theme-modern .afd-type-text,
.afd-theme-modern .afd-type-select,
.afd-theme-modern .afd-type-textarea {height: 30px;max-width: 100%;background: transparent;border: none;color: #000;padding: 4px 0;margin:0;font-size: inherit;font-family:inherit;width: 100%;position: relative;z-index: 2;outline: none;border-radius:0;}
.afd-theme-modern .afd-type-textarea{min-height:80px}
.afd-theme-modern .afd-type-select{height:auto;}
.afd-theme-modern .afd-type-select optgroup{font-family:inherit; font-size:inherit; color:inherit}
.afd-theme-modern .afd-type-select option{min-height:22px}
.afd-theme-modern .afd-type-select option[value=""]{color:#000}
.afd-theme-modern .afd-control{position:relative}
.afd-theme-modern .afd-control + .afd-control{margin-top: 10px}
.afd-theme-modern .afd-control-multiple{padding-top:20px}/* select type=multiple */
.afd-theme-modern .afd-control-name{display: block}
.afd-theme-modern .afd-field-multi{padding:25px 0 15px}/* radio & checkbox */
.afd-theme-modern .afd-field-multi label{display:block}
.afd-theme-modern .afd-label {position: absolute;color: #9e9e9e;top: 0;left: 0;right:0;-webkit-transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s;transition: all 0.3s ease-in-out 0s;}
.afd-theme-modern .afd-field{border-bottom: 1px solid #9e9e9e;-webkit-transition: border-bottom-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);transition: border-bottom-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);}
.afd-theme-modern .afd-active .afd-field{border-bottom-width: 2px;}
.afd-theme-modern .afd-active .afd-label{top: -17px;font-size:12px;}
.afd-theme-modern .afd-row-danger .afd-field{border-color: #f44336;	border-bottom-width: 2px;}
.afd-theme-modern .afd-row-danger .afd-label{color: #f44336;}
.afd-theme-modern .afd-row-danger .api_upload_drop{border-color: #f44336;}
.afd-theme-modern .afd-error{font-size:12px;color:#ff3737;}
.afd-theme-modern .afd-button{
	height: auto;
	line-height: normal;
	color:#000;
	background: #f3f4f5;
	border: 0;
	cursor: pointer;
	text-decoration:none;
	display: block;
	font-family:inherit;
	font-weight: inherit;
	font-size: 16px;
	width:100%;
	max-width: 100%;
	margin: 0;
	padding: 13px 16px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15), 0 1px 5px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15), 0 1px 5px 1px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.15), 0 1px 5px 1px rgba(0, 0, 0, 0.15);
}
.afd-theme-modern .afd-button:hover,
.afd-theme-modern .afd-button:focus{background:#eee;-webkit-box-shadow:3px 5px 18px 0 rgba(0, 0, 0, 0.21);-moz-box-shadow:3px 5px 18px 0 rgba(0, 0, 0, 0.21);	box-shadow:3px 5px 18px 0 rgba(0, 0, 0, 0.21);}
.afd-theme-modern .afd-button:active{background:#dedede;}
.afd-theme-modern .afd-button:disabled{cursor: not-allowed;opacity: 0.5;}
.afd-theme-modern .afd-alert{padding: 10px;margin-bottom: 30px;border: 1px solid transparent;overflow:hidden;position:relative;-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.afd-theme-modern .afd-alert span{background:url("/local/templates/s21_nobar_copy/components/api/formdesigner/feedback_new_vip/themes/modern/images/alert.png") -36px 0;width:36px;height:36px;position:absolute;left:10px;top:50%;margin-top:-18px;}
.afd-theme-modern .afd-alert .afd-alert-title{margin-left:50px;}
.afd-theme-modern .afd-alert-danger {background-color: #f2dede;border-color: #ebcccc;color: #a94442;}
.afd-theme-modern .afd-alert-danger span{background-position:0 0;}
.afd-theme-modern .afd-alert-warning {background-color: #fcf8e3;border-color: #faf2cc;color: #8a6d3b;}
.afd-theme-modern .afd-alert-warning span{background-position:-72px 0;}
.afd-theme-modern .afd-alert-success{background: #fcfcfb;padding: 25px 15px;color: #000;text-align: center;}
.afd-theme-modern .afd-alert-success span{background:transparent url("/local/templates/s21_nobar_copy/components/api/formdesigner/feedback_new_vip/themes/modern/images/success.svg") no-repeat scroll 0 0 / contain;height: 80px;width: 80px;margin:0 0 20px;display:inline-block;position:relative;top:auto;left:auto;}
.afd-theme-modern .afd-alert-success .afd-alert-title{display:block;margin:0;font-size:30px;line-height: 1}
.afd-theme-modern .afd-alert-success .afd-alert-desc{margin:15px 0 0}
.afd-theme-modern .afd-show-picture-block{position: absolute;left: 100%;top: 50%;margin-left:15px;height: auto;display:none;}
.afd-theme-modern .afd-show-picture-block img{border:2px solid #ccc;}
/* icon */
.afd-theme-modern .calendar-icon{margin-top: -10px;position: absolute;right: 5px;top: 50%;z-index:10}
.afd-theme-modern .afd-icon-refresh{background: url("/local/templates/s21_nobar_copy/components/api/formdesigner/feedback_new_vip/themes/modern/images/refresh.svg") no-repeat 0 0;width: 24px;height: 24px;display: inline-block;vertical-align: middle;cursor: pointer;}
.afd-theme-modern .api_icon{margin-top: -10px;position: absolute;right: 5px;top: 50%;z-index:10}
.afd-theme-modern .api_icon_calendar{background: url("/bitrix/css/api.core/images/icons/light/calendar.svg") no-repeat 50% 50% transparent;width: 16px;height: 16px;}
/*------------------ Ðàçíîå ------------------*/
.afd-theme-modern .afd-row-type-upload .afd-label{position: relative;top: -10px;}
.afd-theme-modern .afd-row-static .afd-label{position: relative;top: -10px;}
.afd-theme-modern .afd-row-captcha_sid img{margin: 0 !important; padding: 0 !important; border: 0 !important; vertical-align: middle !important;}
/* afd-row-wysiwyg */
.afd-theme-modern .afd-row-wysiwyg .afd-label{position: relative; padding-bottom: 10px}
.afd-theme-modern .redactor-air li a.re-button-icon,
.afd-theme-modern .redactor-toolbar li a.re-button-icon{padding: 10px; height: auto}
/* afd-row-accept */
.afd-theme-modern .afd-accept-label {font-size: 12px;line-height:18px; font-weight: bold;cursor: pointer;padding-left: 20px;display: block;}
.afd-theme-modern .afd-accept-label input{cursor: pointer;position: absolute;left: 0;top: 3px;margin: 0;padding: 0;}
.afd-theme-modern .afd-accept-text{color: #337ab7;text-decoration: none;cursor: pointer}
.afd-theme-modern .afd-accept-text:hover,
.afd-theme-modern .afd-accept-text:focus{color: #23527c;}
.afd-theme-modern .afd-accept-desc{display: none;}
/* afd-hl-list */
.afd-theme-modern .afd-hl-list{overflow: hidden;}
.afd-theme-modern .afd-hl-list input{display: none}
.afd-theme-modern .afd-hl-list .afd-hl-item{cursor: pointer}
.afd-theme-modern .afd-hl-list-g .afd-hl-item{float: left}
.afd-theme-modern .afd-hl-list-h .afd-hl-item{display: block}
.afd-theme-modern .afd-hl-icon{display: inline-block;border: 1px solid #ccc;padding: 5px;background: #FFF;vertical-align: middle;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.afd-theme-modern .afd-hl-icon i{line-height: 24px;border-radius: 2px;display: block;width: 24px;height: 24px;vertical-align: middle;-webkit-background-size: cover;background-size: cover;-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05); -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);}
.afd-theme-modern .afd-hl-active{color: #3b79d2;}
.afd-theme-modern .afd-hl-active .afd-hl-icon{border: 2px solid #3b79d2;padding: 4px;}
.afd-theme-modern .afd-hl-item label {display: inline-block;max-width: 100%;margin-bottom: 5px;font-weight: bold;cursor: pointer;padding: 0 15px 0 0;}

/*------------------ Öâåòà ------------------*/
/*blue1*/
.afd-theme-modern.afd-color-blue1 .afd-button{color:#fff;background: #00a8e6;}
.afd-theme-modern.afd-color-blue1 .afd-button:hover,
.afd-theme-modern.afd-color-blue1 .afd-button:focus{background: #35b3ee;}
.afd-theme-modern.afd-color-blue1 .afd-button:active{background: #0091ca;;}
.afd-theme-modern.afd-color-blue1 .afd-active .afd-field{border-color: #26b0ff;}
.afd-theme-modern.afd-color-blue1 .afd-active .afd-label{color:#26b0ff;}
/*blue2*/
.afd-theme-modern.afd-color-blue2 .afd-button{color:#fff;background: #027fd6;}
.afd-theme-modern.afd-color-blue2 .afd-button:hover,
.afd-theme-modern.afd-color-blue2 .afd-button:focus{background: #1296f2;}
.afd-theme-modern.afd-color-blue2 .afd-button:active{background: #0070bf;;}
.afd-theme-modern.afd-color-blue2 .afd-active .afd-field{border-color: #2196f3;}
.afd-theme-modern.afd-color-blue2 .afd-active .afd-label{color:#0071bf;}
/* green1 */
.afd-theme-modern.afd-color-green1 .afd-button{color:#fff;background: #8cc14c;}
.afd-theme-modern.afd-color-green1 .afd-button:hover,
.afd-theme-modern.afd-color-green1 .afd-button:focus{background: #8ec73b;}
.afd-theme-modern.afd-color-green1 .afd-button:active{background: #72ae41;}
.afd-theme-modern.afd-color-green1 .afd-active .afd-field{border-color: #8ec22c;}
.afd-theme-modern.afd-color-green1 .afd-active .afd-label{color:#72ae41;}
/* yellow1 */
.afd-theme-modern.afd-color-yellow1 .afd-button{color:#000;background: #fde037;}
.afd-theme-modern.afd-color-yellow1 .afd-button:hover,
.afd-theme-modern.afd-color-yellow1 .afd-button:focus{background:#f7da37;}
.afd-theme-modern.afd-color-yellow1 .afd-button:active{background:#f9d000;}
.afd-theme-modern.afd-color-yellow1 .afd-active .afd-field{border-color: #f9d000;}
.afd-theme-modern.afd-color-yellow1 .afd-active .afd-label{color:#f9d000;}
/* red1 */
.afd-theme-modern.afd-color-red1 .afd-button{color:#fff;background: #da314b;}
.afd-theme-modern.afd-color-red1 .afd-button:hover,
.afd-theme-modern.afd-color-red1 .afd-button:focus{background:#e4354f;}
.afd-theme-modern.afd-color-red1 .afd-button:active{background:#c91032}
.afd-theme-modern.afd-color-red1 .afd-active .afd-field{border-color: #da314b;}
.afd-theme-modern.afd-color-red1 .afd-active .afd-label{color:#26b0ff;}
/*------------------ Animations ------------------*/
.afd-animation-rotate {
	display: inline-block;
	-webkit-animation: afd-rotate 2s infinite linear;
	animation: afd-rotate 2s infinite linear;
}
/* Keyframes: Rotate */
@-webkit-keyframes afd-rotate {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(359deg);}
}
@keyframes afd-rotate {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(359deg);}
}


/*------------------ Tablet portrait and smaller ------------------*/
@media (max-width: 640px) {
	.api-formdesigner {width:100% !important;}
	.afd-theme-modern .afd-show-picture-block{
		position: relative;
		left: auto;
		top: auto;
		margin:15px 0 0 !important;
		height: auto;
		display:none;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/partners_css/style.css?1534100400632*/
.owl-carousel .owl-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.owl-controls {
    position: relative !important;
    right: 0;
    bottom: 60px !important;
    margin-bottom: 0 !important;
    font-size: 0;
}
footer-carousel.owl-carousel .owl-item a {
    display: block;
    text-align: center;
    background: #fff;
    padding: 16px;
    border: solid 1px #e8e8e8;
    border-radius: 4px;
    color: gray;
    text-decoration: none;
    font-size: 14px !important;
    line-height: 18px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* End */


/* Start:/bitrix/components/abudagov/socnetlink/templates/.default/style.min.css?15547500002667*/
.ab-sidebar .ab-sidebar__link,.ab-sidebar .ab-sidebar__link:active,.ab-sidebar .ab-sidebar__link:focus,.ab-sidebar .ab-sidebar__link:hover,.ab-sidebar .ab-sidebar__link:visited{display:block;border:none;outline:0;background:0 0;max-width:none;max-height:none;min-width:0;min-height:0;opacity:1;padding:0;margin:0;text-decoration:none}.ab-sidebar .ab-sidebar__link{display:block;background-repeat:no-repeat;position:relative;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;left:0}.ab-sidebar__ico{display:block;width:46px;height:46px;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.ab-sidebar__ico-shadow{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1),0 3px 4px -3px rgba(0,0,0,.3);-moz-box-shadow:0 0 0 1px rgba(0,0,0,.1),0 3px 4px -3px rgba(0,0,0,.3);-ms-box-shadow:0 0 0 1px rgba(0,0,0,.1),0 3px 4px -3px rgba(0,0,0,.3);-o-box-shadow:0 0 0 1px rgba(0,0,0,.1),0 3px 4px -3px rgba(0,0,0,.3);box-shadow:0 0 0 1px rgba(0,0,0,.1),0 3px 4px -3px rgba(0,0,0,.3)}.ab-sidebar.ab-position-left{left:0}.ab-sidebar.ab-position-right{right:0}.ab-sidebar.ab-position-indiv .ab-sidebar__link{top:0}.ab-sidebar.ab-animation-rotate .ab-sidebar__link:hover .ab-sidebar__ico{-moz-transform:srotateY(180deg);-webkit-transform:rotateY(180deg);-o-transform:rotateY(180deg);-ms-transform:rotateY(180deg);transform:rotateY(180deg)}.ab-sidebar.ab-position-left.ab-animation-shift .ab-sidebar__link:hover{left:10px}.ab-sidebar.ab-position-right.ab-animation-shift .ab-sidebar__link:hover{left:-10px}.ab-sidebar.ab-position-indiv.ab-animation-shift .ab-sidebar__link:hover{top:-5px}.ab-sidebar__ico,.ab-sidebar__ico-color{background-image:url(/bitrix/components/abudagov/socnetlink/templates/.default/themes/color/icons.png?102018)}.ab-sidebar__ico-dark{background-image:url(/bitrix/components/abudagov/socnetlink/templates/.default/themes/dark/icons.png?102018)}.ab-sidebar__ico-light{background-image:url(/bitrix/components/abudagov/socnetlink/templates/.default/themes/light/icons.png?102018)}#snl,.snl{display:inline-block}.ab-position-indiv{display:none}#snl .ab-position-indiv,.snl .ab-position-indiv{display:inline-block;position:relative!important}#snl .ab-position-indiv .ab-sidebar__link,.snl .ab-position-indiv .ab-sidebar__link{display:inline-block!important;margin-right:5px!important}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.ab-sidebar__ico,.ab-sidebar__ico-color{background-image:url(/bitrix/components/abudagov/socnetlink/templates/.default/themes/color/icons@2x.png?102018);background-size:230px 506px}.ab-sidebar__ico-dark{background-image:url(/bitrix/components/abudagov/socnetlink/templates/.default/themes/dark/icons@2x.png?102018);background-size:230px 506px}.ab-sidebar__ico-light{background-image:url(/bitrix/components/abudagov/socnetlink/templates/.default/themes/light/icons@2x.png?102018);background-size:230px 506px}}@media screen and (max-width:767px){.ab-hidden-xs-Y{display:none}}@media screen and (max-width:480px){.ab-sidebar{position:fixed}}
/* End */


/* Start:/local/templates/s21_nobar_copy/styles.css?175887537845098*/
h1 {display: block !important; font-size: 42px !important; margin-top: 0.17em !important; margin-left: 9px !important; margin-right: 0 !important; font-weight: bold !important;}
.line-shadow{box-shadow:0 5px 20px #d7e0ea}
.bx-slider-preset-3 .bx-advertisingbanner-content{top:15%;width:48%;left:345px;bottom:auto}
.bx-slider-preset-3 .bx-advertisingbanner-text-title{font-size:48px;line-height:1;font-weight:700}
.bx-slider-preset-3 .bx-advertisingbanner-text-block{padding-left:0}
.bx-advertisingbanner-btn{font-size:15px;font-weight:700}
.grid-row-50 .wpb_text_column ul li{line-height:29px;font-size:17px}
.grid-row-50 .wpb_text_column ul li::before{top:5px}
.pa-n{padding:0 20px 7px 0}
.pa-r{padding-right:18px;font-size:18px}
.wpb_spec .btn{min-width:100%;margin-bottom:18px;padding:0;line-height:35px;border-width:1px;font-weight:400;text-transform:none;font-size:16px;text-overflow:ellipsis;max-width:100%;overflow:hidden}
.wpb_spec{margin-bottom:44px!important}
.ienlarger{float:left;clear:none;padding-bottom:5px;padding-right:5px}
.ienlarger a{display:block;text-decoration:none}
.ienlarger a:hover{position:relative}
.ienlarger span img{border:1px solid #FFF;margin-bottom:8px}
.ienlarger a span{position:absolute;display:none;color:#FC0;text-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:13px;background-color:#000;font-weight:700;padding:10px 10px 13px}
.ienlarger img{border-width:0}
.ienlarger a:hover span{display:block;top:50px;left:90px;z-index:100}
.tooltip{border-bottom:1px dotted #000;color:#000;outline:none;cursor:help;text-decoration:none;position:relative}
.tooltip span{margin-left:-999em;position:absolute}
.tooltip:hover span{border-radius:5px 5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:5px 5px 5px rgba(0,0,0,0.1);-webkit-box-shadow:5px 5px rgba(0,0,0,0.1);-moz-box-shadow:5px 5px rgba(0,0,0,0.1);font-family:Calibri,Tahoma,Geneva,sans-serif;position:absolute;left:1em;top:2em;z-index:99;margin-left:0;width:250px}
.tooltip:hover img{border:0;margin:-10px 0 0 -55px;float:left;position:absolute}
.tooltip:hover em{font-family:Candara,Tahoma,Geneva,sans-serif;font-size:1.2em;font-weight:700;display:block;padding:.2em 0 .6em}
.classic{padding:.8em 1em}
.custom{padding:.5em .8em .8em 2em}
* html a:hover{background:transparent}
.classic{background:#FFA;border:1px solid #FFAD33}
.critical{background:#FCA;border:1px solid #FF3334}
.help{background:#9FDAEE;border:1px solid #2BB0D7}
.info{background:#9FDAEE;border:1px solid #2BB0D7}
.warning{background:#FFA;border:1px solid #FFAD33}
.services-list-header:hover{color:#008fd5}
.services-list-header:after,.services-list-header:before{background:#008fd5}
.services-list-header_alt.services-list-header_title_active{background:#008fd5}
.services-list-header_alt.services-list-header_title_active + .services-list-header_content_alt{background:#008fd5}
.services-list-header{position:relative;padding:11px 20px 11px 42px;border:1px solid #e3e3e3;border-bottom:0;background:none;font-size:16px;line-height:24px;color:#000;cursor:pointer}
.services-list-header:after{position:absolute;content:"";width:30px;height:30px;top:7px;left:7px;background:url(/local/templates/s21_nobar_copy/images/all-icons-blue.png) no-repeat 0 -90px}
.button-f {height: 39px;width: 100%;border-radius: 2px;}
@media screen and (min-resolution: 192dpi) {
.services-list-header:after{background-image:url(/local/templates/s21_nobar_copy/images/all-icons-blue@2x.png);background-size:80px 180px}
}
.services-list-header.active + .services-list-content,.services-list-header.active + .services-list-content-small{display:block}
.services-list-header.active:after{background-position:0 -120px}
.services-list-header.active{background:#008FD5;color:#fff;margin-bottom:5px}
.services-list-header-small{font-size:15px;padding-left:30px}
.services-list ul{margin:0;padding:0;font-weight:400;padding-top:7px}
.services-list ul ul{border-top:solid 1px #d4d4d4;padding-left:35px;margin-top:8px}
.services-list ul ul li:after{position:absolute;content:"";width:30px;height:30px;top:7px;left:7px;background:url(/local/templates/s21_nobar_copy/images/all-icons-blue.png) no-repeat 0 -90px}
.services-list ul ul li{border-bottom:solid 1px #d4d4d4;padding:8px 0;margin:0}
.services-list ul:last-child li:last-child{border-bottom:0;padding-bottom:0}
.services-list-content{display:none;margin:0;padding:0 20px 20px 42px;border:1px solid #d4d4d4;border-top:0}
.services-list-content > ul > li + li{margin-top:8px;padding-top:8px;border-top:solid 1px #d4d4d4;margin-bottom:25px}
.services-list-content a{display:block}
.services-list-content a .fl-r{color:#4c4c4c}
.services-list-content-small-1{display:none}
.services-list-content.services-list-content a{color:#4a4a4a;-webkit-transition:all ease .4s;transition:all ease .4s;width:80%}
.services-list-content.services-list-content a:hover,.services-list-content.services-list-content a:focus{color:#238fd4;text-decoration:none;font-weight:400}
.services-list-small .services-list-content{padding-left:30px;margin-top:10px}
.services-list-small .services-list-content ul,.services-list-small .services-list-content li{border:0}
.services-list-small .services-list-content li{margin:0 0 5px;padding:0 0 0 20px;color:gray;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAR0lEQVR42mNgAIKDBw+qAvFaIP4IxSC2KgNUUh2I3wPxfzQMElNngKr+jwOvZYAaiUvBZ6IUELQCvyORfAIy6RMUg9hqIDkAn8C5evfz+oMAAAAASUVORK5CYII=) no-repeat 0 7px}
.services-list-small .services-list-header{font-size:15px;padding-left:30px;margin:0}
.services-list-small .services-list-header.active{font-weight:700}
.services-list-small .services-list-item{padding:10px 0;border-top:solid 1px #e8e8e8}
.services-list-small .services-list-item:first-child{border-top:0}
ul.bread-curbs{float:right;margin-right:155px;padding:11px 0;font-size:14px;line-height:28px}
ul.bread-curbs li{display:inline-block}
ul.bread-curbs a{color:#fff}
ul.bread-curbs a:hover{text-decoration:underline}
.font-red{color:#d24d45}
.font-blue{color:#238fd4}
.font-vertical-align{vertical-align:-15%;margin-left:10px}
.tabs-top{position:relative;margin:0 auto;width:100%}
.tabs-top label{display:block;float:left;background:#fff;#background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjZWZmMGY0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGVlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);#background:-moz-linear-gradient(top,#fff 0%,#eff0f4 4%,#dddee0 100%);#background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(4%,#eff0f4),color-stop(100%,#dddee0));#background:-webkit-linear-gradient(top,#fff 0%,#eff0f4 4%,#dddee0 100%);#background:-o-linear-gradient(top,#fff 0%,#eff0f4 4%,#dddee0 100%);#background:-ms-linear-gradient(top,#fff 0%,#eff0f4 4%,#dddee0 100%);#background:linear-gradient(to bottom,#fff 0%,#eff0f4 4%,#dddee0 100%);#filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#dddee0',GradientType=0);#-moz-border-radius:6px 6px 0 0;#-webkit-border-radius:6px 6px 0 0;#border-radius:6px 6px 0 0;#border-right:1px solid #f3f3f3;#border-left:1px solid #ccc;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA7CAYAAAC69OBCAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAANUlEQVQY02O4ffv2fyYGBoZ/TAwMDH9RWQjiDyoLJ/EblUUS8Yuw2C/yTEZzGk4CzasI4h8AUNo9C9Iwh+4AAAAASUVORK5CYII=) no-repeat 100% 0;color:#4c4c4c;cursor:pointer;#font-weight:bold;font-size:13px;position:relative;top:2px;width:150px;height:45px;line-height:45px;text-align:center;text-transform:uppercase;text-shadow:#fff 0 1px 0;z-index:1}
.tabs-top input{position:absolute;left:-9999px}
#tab_1:checked ~ #tab_l1,#tab_2:checked ~ #tab_l2{background:#fff;border-color:#fff;#top:0;z-index:3;border-bottom:solid 2px #CE352C;font-weight:700;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA7CAYAAAC69OBCAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAANUlEQVQY02O4ffv2fyYGBoZ/TAwMDH9RWQjiDyoLJ/EblUUS8Yuw2C/yTEZzGk4CzasI4h8AUNo9C9Iwh+4AAAAASUVORK5CYII=) no-repeat 100% 0}
.tabs_cont{background:#fff;-moz-border-radius:0 6px 6px;-webkit-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;-moz-box-shadow:0 -2px 3px -2px rgba(0,0,0,0.2),2px 2px 2px rgba(0,0,0,0.1);-webkit-box-shadow:0 -2px 3px -2px rgba(0,0,0,0.2),2px 2px 2px rgba(0,0,0,0.1);box-shadow:0 -2px 3px -2px rgba(0,0,0,0.2),2px 2px 2px rgba(0,0,0,0.1);padding:20px 25px;position:relative;z-index:2;height:130px}
.tabs_cont > div{position:absolute;left:-9999px;top:0;opacity:0;-moz-transition:opacity .5s ease-in-out;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}
#tab_1:checked ~ .tabs_cont #tab_c1,#tab_2:checked ~ .tabs_cont #tab_c2{position:static;left:0;opacity:1}
#fragment-1 .ref,#fragment-1 .amb{border-bottom:1px solid #b4a69a;position:relative;float:left;width:100%}
#fragment-1 .hos{position:relative;float:left;width:100%}
#fragment-1 .ref{padding-bottom:10px}
#fragment-1 .amb,#fragment-1 .hos{padding:10px 0}
#fragment-1 .ref .ref-title,#fragment-1 .amb .amb-title,#fragment-1 .hos .hos-title{position:relative;float:left;width:170px;color:#2f2f2f;font-size:13px;white-space:nowrap}
#fragment-1 .ref .ref-title a{display:block;width:110px;color:#db5742;text-decoration:none;border-bottom:1px dashed #a59c94}
#fragment-1 .ref .ref-title a:hover{border-bottom:1px dashed #db5742}
#fragment-1 .amb .amb-title,#fragment-1 .hos .hos-title{margin-top:3px}
#fragment-1 .ref .ref-info,#fragment-1 .amb .amb-info,#fragment-1 .hos .hos-info{position:relative;float:right;font-size:14px;font-weight:400;color:#000;text-align:right;white-space:nowrap}
#info-block #fragment-1 .ref .ref-info a{font-family:'PT Sans',sans-serif}
#fragment-1 .ref .ref-info a{display:block;height:20px;padding-left:36px;font-size:13px;color:#5f5f5f;font-weight:400;text-align:right}
#fragment-2 .grafik p{font-size:14px}
#fragment-2 .grafik p a{display:block;width:95px;color:#db5742;text-decoration:none;border-bottom:1px dashed #a59c94}
#fragment-2 .grafik p a:hover{border-bottom:1px dashed #db5742}
#info-block .address-block{width:360px;height:51px;bottom:0;left:0;position:absolute;background:rgba(204,204,204,0.4)}
#info-block .address-block .marker{position:relative;width:45px;height:51px;float:left;background:url(/local/templates/s21_nobar_copy/images/address-marker.gif) no-repeat scroll 20px 14px transparent}
#info-block .address-block .address{color:#221313;font-size:14px;padding-top:7px}
#info-block .address-block .metro{color:#666;font-size:12px}
.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}
.licat-button-red:hover,.licat-button-red:focus{background:rgba(215,14,15,0.25);-webkit-transition:all ease .35s;transition:all ease .35s;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;cursor:pointer}
.licat-button-blue:hover,.licat-button-blue:focus{background:rgba(35,143,212,0.25);-webkit-transition:all ease .35s;transition:all ease .35s;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;cursor:pointer}
.short-news-item-top{float:left;width:33.333333%;padding:10px;border-right:solid 1px #e8e8e8;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.short-news-item-top + .short-news-item-top{border-right:0;border-left:solid 1px #e8e8e8;margin-left:-1px}
.short-news-header-top{font-size:14px;padding-left:12px;padding-right:12px;text-align:center}
.services-list-content > ul > li + li{margin-top:8px;padding-top:8px;border-top:solid 1px #fff;clear:both}
.req{color:red}
.service-item-image{display:block;margin:0 auto;width:250px;height:250px;border-radius:1px;background-color:#f5f5f5;background-position:50% 20%;background-size:cover;-webkit-transition:all ease .4s;transition:all ease .4s}
.service-item-image:hover{box-shadow:0 0 0 3px rgba(35,143,212,0.2)}
@media screen and (max-width: 980px) {
.service-item-image{width:200px;height:200px}
}
.api_modal{background:rgba(0,0,0,0.6);-webkit-transition:opacity .5s linear;-o-transition:opacity .5s linear;transition:opacity .5s linear}
.api_modal .api_modal_dialog{margin:1px auto;width:690px;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.5);-moz-box-shadow:0 0 10px rgba(0,0,0,0.5);box-shadow:0 0 10px rgba(0,0,0,0.5);-webkit-transition:opacity .5s linear,-webkit-transform .5s ease-out;transition:opacity .5s linear,transform .5s ease-out;top:0!important;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
.api_modal .api_modal_close{right:0;top:0;height:40px;width:40px}
.api_modal .api_modal_header{padding:10px 20px}
.afd-theme-simple .afd-type-text,.afd-theme-simple .afd-type-select,.afd-theme-simple .afd-type-textarea{border:1px solid #b4b4b4;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important}
.afd-theme-simple .afd-label{margin:0 0 3px;color:#424242}
.api_modal .api_modal_content{text-align:left}
.asm-alert{position:fixed;bottom:0;box-shadow:0 0 10px 5px #5d5d5d}
.asm-alert .asm-close{padding-top:10px}
.full-width{width:100%}
.widget-title-bold{margin-bottom:20px;margin-top:20px;border-left-width:3px;border-left-style:solid;font-size:28px;line-height:32px;color:#000;background:#f3f3f3;padding:15px;font-weight:700}
.wpb_b_green{border-color:#fff!important;background:#54ab02!important}
.wpb_b_green:hover{color:#54ab02!important;border-color:#54ab02!important;background:#fff!important}
.imgblock{position:relative;display:inline-block}
.imgblock img{height:100%;width:auto}
.imgblock span{color:#00A650;border-radius:2px;position:absolute;left:50px;top:90px;font-size:42px;padding:3px 5px}
.g-block{padding:20px;background:#EAEAEA;margin-top:-30px;margin-bottom:30px;box-shadow:inset 0 5px 20px #d7e0ea}
.b-block{padding:20px;background:#213540;margin-top:-30px;margin-bottom:30px;color:#FFF}
.g-block h2{color:#008fd5}
.grid-row-50{width:1170px;margin:30px auto;font-size:18px}
.grid-row-w-100{width:100%}
.f-nav{z-index:9999;position:fixed;left:0;top:0;width:100%;background:#FFF;box-shadow:0 5px 15px 0 rgba(33,53,64,0.4);padding-bottom:5px}
.nav{height:42px;width:1170px;margin:0 auto}
.nav ul{list-style:none}
.nav ul li{float:left;margin-top:6px;padding:6px;padding-right:20px}
.nav ul li:first-child{padding-left:0;padding-right:20px}
.nav ul li a:hover{text-decoration:underline}
.api_modal{z-index:92000!important}
.page-header-mobile{background:#008fd5;display:none}
.price-list-mob{font-weight:700;text-align:right;margin-top:-20px}
.banner-w-n{display:none}
.mobile-off{display:none}
.mobile-on{display:block}
.row{margin:0!important}
.pricing-table .col-41{width:19.65%;background:#f4f4f4}
.pricing-table .col-43{width:32.7%;background:#eaeaea;box-shadow:0 0 0 1px #eaeaea!important;border-right:1px solid #eaeaea!important;border-bottom:1px solid #eaeaea!important}
.pricing-table .price{font-size:45px!important}
.wpb_button.wpb_btn-large{font-size:16px!important}
.pricing-table .head{font-size:18px!important;margin-bottom:0!important;padding:10px!important}
.pricing-table .listing{font-size:15px}
.wpb_alert h1{font-size:18px;line-height:22px;color:#fff;font-weight:800}
.wpb_alert_confirm{background:#00A650!important}
.wpb_alert_info{background:#2b9ad1!important}
.pricing-table .col:hover{transition:.35s}
.pricing-table .col:not(:hover){transition:.35s}
/*.wpb_button{box-shadow:0 5px 20px #a0aebf}*/
.wpb_call_to_action{box-shadow:0 5px 20px #d7e0ea}
.b-block{box-shadow:0 5px 20px #d7e0ea}
.wpb_alert{box-shadow:0 5px 20px #d7e0ea}
.service-list-mob{width:90%}
.bx-advertisingbanner-btn{box-shadow:0 5px 20px #d7e0ea}
.owl-wrapper-outer-1{margin-left: 36%}
.owl-wrapper-outer-3{margin-left: 12%}
.carousel-control{width: 5%}
.carousel-indicators .active {background-color: #008fd5}
.carousel-indicators li {background-color: #4db1e2;border: 1px solid #4db1e2}
@media screen and (max-width: 980px) {
.pricing-table .col-43{width:50%}
.col-41{margin-bottom: 30px;}
}
@media screen and (max-width: 479px) {
.pricing-table .col-43{width:100%}
}
@media (min-width: 1680px) and (max-width: 1900px) {
.bx-slider-preset-3 .bx-advertisingbanner-content{left:225px;top:13%}
.owl-wrapper-outer-1{margin-left: 36%}
}
@media (min-width: 1280px) and (max-width: 1365px) {
.bx-slider-preset-3 .bx-advertisingbanner-content{left:2%;top:35px;width:55%}
.bx-slider-preset-3 .bx-advertisingbanner-text-title{font-size:38px!important}
.bx-advertisingbanner-text-block{font-size:18px!important}
.bx-advertisingbanner-btn{font-size:14px}
}
@media (min-width: 992px) and (max-width: 1279px) {
.bx-slider-preset-3 .bx-advertisingbanner-content{left:3%;top:12%;width:85%}
.bx-slider-preset-3 .bx-advertisingbanner-text-title{font-size:30px!important}
.bx-advertisingbanner-btn{font-size:13px;margin-top:0}
.bx-advertisingbanner-text-block{font-size:18px!important}
}
@media (min-width: 768px) and (max-width: 991px) {
.bx-slider-preset-3 .bx-advertisingbanner-content{left:3%;top:5%;width:85%}
.bx-slider-preset-3 .bx-advertisingbanner-text-title{font-size:28px!important}
.bx-advertisingbanner-btn{font-size:12px;margin-top:0;padding: 5px 14px}
.bx-advertisingbanner-text-block{font-size:17px!important}
.pricing-table .col-41{width:49.7%}
.pricing-table .col-43{width:49.7%}
.owl-wrapper-outer-1{margin-left: 29%}
}
@media screen and (max-width:1365px) {
h1 {display: block !important; font-size: 36px !important;}
}
@media screen and (max-width:767px) {
h1 {display: block !important;font-size: 28px !important;}
.page-header-mobile{display:block}
.price-list-mob{padding-top:10px;font-weight:700;text-align:left;margin-top:0}
.banner-w{display:none}
.banner-w-n{display:block}
.nav-container{display:none}
.mobile-off{display:block}
.mobile-on{display:none}
.button-f{width:100%}
.wpb_button{width:100%}
.page-header{padding:0!important}
.bx-slider-preset-4 .bx-advertisingbanner-content{padding:15% 10% 0}
.bx-slider-preset-4 .bx-advertisingbanner-text-title{font-weight:700}
.pricing-table .price{font-size:34px!important}
.pricing-table .col-41{width:100%}
.pricing-table .col-43{width:100%}
}
@media screen and (max-width:600px) {
.owl-wrapper-outer-1{margin-left: 24%}
}
@media screen and (max-width:400px) {
.owl-wrapper-outer-1{margin-left: 5%}
}




































#slider_bl .wrapper {

    position: relative;
}
#slider_bl input {
    display: none;
}
#slider_bl .inner234 {
    width: 1000%;
    line-height: 0;
}
#slider_bl article {
    width: 10%;
    float: left;
    position: relative;
}
#slider_bl article img {

}
#slider_bl .slider-prev-next-control {
    height: 50px;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#slider_bl .slider-prev-next-control label {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    opacity: .7;
}
#slider_bl .slider-prev-next-control label:hover {
    opacity: 1;
}
#slider_bl .slider-dot-control {
    position: absolute;
    width: 100%;
    bottom: 30px;
    text-align: center;
}
#slider_bl .slider-dot-control label {
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #bbb;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
#slider_bl .slider-dot-control label:hover {
    background: #ccc;
    border-color: #777;
}
#slider_bl .info1234 {
    position: absolute;
    opacity: 0;
    color: #000;
    text-align: left;
    -webkit-transition: all 1s ease-out .6s;
    -moz-transition: all 1s ease-out .6s;
    transition: all 1s ease-out .6s;
}
#slider_bl .info1234 h3 {
    color: #fcfff4;
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 1.5em;
    font-style: normal;
}
#slider_bl .info1234.top-left {
    top: 30px;
    left: 30px;
}
#slider_bl .info1234.top-right {
    top: 30px;
    right: 30px;
}
#slider_bl .info1234.bottom-left {
    bottom: 30px;
    left: 30px;
}
#slider_bl .info1234.bottom-right {
    bottom: 30px;
    right: 30px;
}
#slider_bl .slider-wrapper {
    width: 100%;
    overflow: hidden;
    background: #fff;
 
}
#slider_bl .slider-wrapper .inner234 {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: all .8s cubic-bezier(.77, 0, .175, 1);
    transition: all .8s cubic-bezier(.77, 0, .175, 1);
}
#slider_bl #slide1:checked~.slider-prev-next-control label:nth-child(10)::after,
#slider_bl #slide1:checked~.slider-prev-next-control label:nth-child(2)::after,
#slider_bl #slide2:checked~.slider-prev-next-control label:nth-child(1)::after,
#slider_bl #slide2:checked~.slider-prev-next-control label:nth-child(3)::after,
#slider_bl #slide3:checked~.slider-prev-next-control label:nth-child(2)::after,
#slider_bl #slide3:checked~.slider-prev-next-control label:nth-child(4)::after,
#slider_bl #slide4:checked~.slider-prev-next-control label:nth-child(3)::after,
#slider_bl #slide4:checked~.slider-prev-next-control label:nth-child(5)::after,
#slider_bl #slide5:checked~.slider-prev-next-control label:nth-child(4)::after,
#slider_bl #slide5:checked~.slider-prev-next-control label:nth-child(6)::after ,
#slider_bl #slide6:checked~.slider-prev-next-control label:nth-child(5)::after,
#slider_bl #slide6:checked~.slider-prev-next-control label:nth-child(7)::after,
#slider_bl #slide7:checked~.slider-prev-next-control label:nth-child(6)::after,
#slider_bl #slide7:checked~.slider-prev-next-control label:nth-child(8)::after,
#slider_bl #slide8:checked~.slider-prev-next-control label:nth-child(7)::after,
#slider_bl #slide8:checked~.slider-prev-next-control label:nth-child(9)::after,
#slider_bl #slide9:checked~.slider-prev-next-control label:nth-child(8)::after,
#slider_bl #slide9:checked~.slider-prev-next-control label:nth-child(10)::after,
#slider_bl #slide10:checked~.slider-prev-next-control label:nth-child(9)::after,
#slider_bl #slide10:checked~.slider-prev-next-control label:nth-child(1)::after
{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    margin: 0;
    line-height: 38px;
    font-size: 3em;
    display: block;
    color: #777;
}
#slider_bl #slide1:checked~.slider-prev-next-control label:nth-child(2)::after,
#slider_bl #slide2:checked~.slider-prev-next-control label:nth-child(3)::after,
#slider_bl #slide3:checked~.slider-prev-next-control label:nth-child(4)::after,
#slider_bl #slide4:checked~.slider-prev-next-control label:nth-child(5)::after,
#slider_bl #slide5:checked~.slider-prev-next-control label:nth-child(6)::after,
#slider_bl #slide6:checked~.slider-prev-next-control label:nth-child(7)::after ,
#slider_bl #slide7:checked~.slider-prev-next-control label:nth-child(8)::after ,
#slider_bl #slide8:checked~.slider-prev-next-control label:nth-child(9)::after ,
#slider_bl #slide9:checked~.slider-prev-next-control label:nth-child(10)::after ,
#slider_bl #slide10:checked~.slider-prev-next-control label:nth-child(1)::after  
{
    content: "\f105";
    padding-left: 15px;
}
#slider_bl #slide1:checked~.slider-prev-next-control label:nth-child(2),
#slider_bl #slide2:checked~.slider-prev-next-control label:nth-child(3),
#slider_bl #slide3:checked~.slider-prev-next-control label:nth-child(4),
#slider_bl #slide4:checked~.slider-prev-next-control label:nth-child(5),
#slider_bl #slide5:checked~.slider-prev-next-control label:nth-child(6),
#slider_bl #slide6:checked~.slider-prev-next-control label:nth-child(7),
#slider_bl #slide7:checked~.slider-prev-next-control label:nth-child(8),
#slider_bl #slide8:checked~.slider-prev-next-control label:nth-child(9),
#slider_bl #slide9:checked~.slider-prev-next-control label:nth-child(10),
#slider_bl #slide10:checked~.slider-prev-next-control label:nth-child(1) 
{
    display: block;
    float: right;
    margin-right: 5px;
}
#slider_bl #slide1:checked~.slider-prev-next-control label:nth-child(10),
#slider_bl #slide2:checked~.slider-prev-next-control label:nth-child(1),
#slider_bl #slide3:checked~.slider-prev-next-control label:nth-child(2),
#slider_bl #slide4:checked~.slider-prev-next-control label:nth-child(3),
#slider_bl #slide5:checked~.slider-prev-next-control label:nth-child(4),
#slider_bl #slide6:checked~.slider-prev-next-control label:nth-child(5),
#slider_bl #slide7:checked~.slider-prev-next-control label:nth-child(6),
#slider_bl #slide8:checked~.slider-prev-next-control label:nth-child(7),
#slider_bl #slide9:checked~.slider-prev-next-control label:nth-child(8),
#slider_bl #slide10:checked~.slider-prev-next-control label:nth-child(9)

{
    display: block;
    float: left;
    margin-left: 5px;
}
#slider_bl #slide1:checked~.slider-prev-next-control label:nth-child(10)::after,
#slider_bl #slide2:checked~.slider-prev-next-control label:nth-child(1)::after,
#slider_bl #slide3:checked~.slider-prev-next-control label:nth-child(2)::after,
#slider_bl #slide4:checked~.slider-prev-next-control label:nth-child(3)::after,
#slider_bl #slide5:checked~.slider-prev-next-control label:nth-child(4)::after,
#slider_bl #slide6:checked~.slider-prev-next-control label:nth-child(5)::after,
#slider_bl #slide7:checked~.slider-prev-next-control label:nth-child(6)::after,
#slider_bl #slide8:checked~.slider-prev-next-control label:nth-child(7)::after,
#slider_bl #slide9:checked~.slider-prev-next-control label:nth-child(8)::after,
#slider_bl #slide10:checked~.slider-prev-next-control label:nth-child(9)::after
{
    content: "\f104";
    padding-left: 8px;
}
#slider_bl #slide1:checked~.slider-dot-control label:nth-child(1),
#slider_bl #slide2:checked~.slider-dot-control label:nth-child(2),
#slider_bl #slide3:checked~.slider-dot-control label:nth-child(3),
#slider_bl #slide4:checked~.slider-dot-control label:nth-child(4),
#slider_bl #slide5:checked~.slider-dot-control label:nth-child(5),
#slider_bl #slide6:checked~.slider-dot-control label:nth-child(6),
#slider_bl #slide7:checked~.slider-dot-control label:nth-child(7),
#slider_bl #slide8:checked~.slider-dot-control label:nth-child(8),
#slider_bl #slide9:checked~.slider-dot-control label:nth-child(9),
#slider_bl #slide10:checked~.slider-dot-control label:nth-child(10) 
{
    background: #333;
}
#slider_bl #slide1:checked~.slider-wrapper article:nth-child(1) .info1234,
#slider_bl #slide2:checked~.slider-wrapper article:nth-child(2) .info1234,
#slider_bl #slide3:checked~.slider-wrapper article:nth-child(3) .info1234,
#slider_bl #slide4:checked~.slider-wrapper article:nth-child(4) .info1234,
#slider_bl #slide5:checked~.slider-wrapper article:nth-child(5) .info1234,
#slider_bl #slide6:checked~.slider-wrapper article:nth-child(6) .info1234,
#slider_bl #slide7:checked~.slider-wrapper article:nth-child(7) .info1234,
#slider_bl #slide8:checked~.slider-wrapper article:nth-child(8) .info1234,
#slider_bl #slide9:checked~.slider-wrapper article:nth-child(9) .info1234,
#slider_bl #slide10:checked~.slider-wrapper article:nth-child(10) .info1234
 {
    opacity: 1;
}
#slider_bl #slide1:checked~.slider-wrapper .inner234 {
    margin-left: 0px;
}
#slider_bl #slide2:checked~.slider-wrapper .inner234 {
    margin-left: -100%}
#slider_bl #slide3:checked~.slider-wrapper .inner234 {
    margin-left: -200%}
#slider_bl #slide4:checked~.slider-wrapper .inner234 {
    margin-left: -300%}
#slider_bl #slide5:checked~.slider-wrapper .inner234 {
    margin-left: -400%}
	#slider_bl #slide6:checked~.slider-wrapper .inner234 {
    margin-left: -500%}
	#slider_bl #slide7:checked~.slider-wrapper .inner234 {
    margin-left: -600%}
	#slider_bl #slide8:checked~.slider-wrapper .inner234 {
    margin-left: -700%}
	#slider_bl #slide9:checked~.slider-wrapper .inner234 {
    margin-left: -800%}
	#slider_bl #slide10:checked~.slider-wrapper .inner234 {
    margin-left: -900%}
	

	
	
    .cookie-notice {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #008fd5;
        color: white;
        font-weight: 600;
        padding: 10px;
        text-align: center;
        z-index: 1000;
        display: none;
    }
    .cookie-notice_rows{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cookie-notice_rows div{
        display: flex;
        gap: 5px;
    }
   
    .cookie-notice button {
        border: 1px solid #FFFFFF;
        background: unset;
        color: white;
        padding: 7px 15px;
        cursor: pointer;
        margin-left: 15px;
    }
    .cookie-notice_rows div button:hover{
        color: #008fd5;
        background: white;
        border: 1px solid #008fd5;
    }
    .cookie-notice button:hover{
        color: var(--accent-color);
        border-color: var(--accent-color);
        transition: 0.4s;
    }	
	
	
	
@media(max-width:578px){
    .cookie-notice_rows{
        flex-direction: column;
        gap: 10px;
        font-size: 14px;
    }
    .cookie-notice_rows div{
        flex-direction: column;
    }
}
@media (min-width:481px) and (max-width:800px) {
    #slider_bl .slider-wrapper {
    border-radius: 0;
}







#slider_bl .info1234.top-left {
    top: 10px!important;
    left: 40px!important;
}


#slider_bl .slider-dot-control {
    bottom: 0px;
}

#slider_bl .slider-prev-next-control {
    height: 30px;
    top: 40%;
}

#slider_bl .slider-prev-next-control label {
    display: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f3f3f3;
    opacity: .8;
}





.text-m-4 a {
font-size: 20px;
color: #464646;
line-height: 35px;
background-color: rgb(255,255,255, .7);
padding: 3px 10px;
}






#slider_bl #slide1:checked~.slider-prev-next-control label:nth-child(10)::after,
#slider_bl #slide1:checked~.slider-prev-next-control label:nth-child(2)::after,
#slider_bl #slide2:checked~.slider-prev-next-control label:nth-child(1)::after,
#slider_bl #slide2:checked~.slider-prev-next-control label:nth-child(3)::after,
#slider_bl #slide3:checked~.slider-prev-next-control label:nth-child(2)::after,
#slider_bl #slide3:checked~.slider-prev-next-control label:nth-child(4)::after,
#slider_bl #slide4:checked~.slider-prev-next-control label:nth-child(3)::after,
#slider_bl #slide4:checked~.slider-prev-next-control label:nth-child(5)::after,
#slider_bl #slide5:checked~.slider-prev-next-control label:nth-child(4)::after,
#slider_bl #slide5:checked~.slider-prev-next-control label:nth-child(6)::after ,
#slider_bl #slide6:checked~.slider-prev-next-control label:nth-child(5)::after,
#slider_bl #slide6:checked~.slider-prev-next-control label:nth-child(7)::after,
#slider_bl #slide7:checked~.slider-prev-next-control label:nth-child(6)::after,
#slider_bl #slide7:checked~.slider-prev-next-control label:nth-child(8)::after,
#slider_bl #slide8:checked~.slider-prev-next-control label:nth-child(7)::after,
#slider_bl #slide8:checked~.slider-prev-next-control label:nth-child(9)::after,
#slider_bl #slide9:checked~.slider-prev-next-control label:nth-child(8)::after,
#slider_bl #slide9:checked~.slider-prev-next-control label:nth-child(10)::after,
#slider_bl #slide10:checked~.slider-prev-next-control label:nth-child(9)::after,
#slider_bl #slide10:checked~.slider-prev-next-control label:nth-child(1)::after
{

    line-height: 28px;
    font-size: 2em;

}

#slider_bl #slide1:checked~.slider-prev-next-control label:nth-child(2)::after,
#slider_bl #slide2:checked~.slider-prev-next-control label:nth-child(3)::after,
#slider_bl #slide3:checked~.slider-prev-next-control label:nth-child(4)::after,
#slider_bl #slide4:checked~.slider-prev-next-control label:nth-child(5)::after,
#slider_bl #slide5:checked~.slider-prev-next-control label:nth-child(6)::after,
#slider_bl #slide6:checked~.slider-prev-next-control label:nth-child(7)::after ,
#slider_bl #slide7:checked~.slider-prev-next-control label:nth-child(8)::after ,
#slider_bl #slide8:checked~.slider-prev-next-control label:nth-child(9)::after ,
#slider_bl #slide9:checked~.slider-prev-next-control label:nth-child(10)::after ,
#slider_bl #slide10:checked~.slider-prev-next-control label:nth-child(1)::after  
{

    padding-left: 10px;
}




}


@media (max-width:380px)  {
    #slider_bl .slider-wrapper {
    border-radius: 0;
}
#slider_bl .slider-wrapper .info1234 {
    opacity: 0;
}


#slider_bl .info1234.top-left {
    top: 10px!important;
    left: 40px!important;
}


#slider_bl .slider-dot-control {
    bottom: 0px;
}

#slider_bl .slider-prev-next-control {
    height: 30px;
    top: 40%;
}

#slider_bl .slider-prev-next-control label {
    display: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f3f3f3;
    opacity: .8;
}




.text-m-4 a {
font-size: 16px;
color: #464646;
line-height: 20px;
background-color: rgb(255,255,255, .4);
padding: 3px 10px;
}





#slider_bl #slide1:checked~.slider-prev-next-control label:nth-child(10)::after,
#slider_bl #slide1:checked~.slider-prev-next-control label:nth-child(2)::after,
#slider_bl #slide2:checked~.slider-prev-next-control label:nth-child(1)::after,
#slider_bl #slide2:checked~.slider-prev-next-control label:nth-child(3)::after,
#slider_bl #slide3:checked~.slider-prev-next-control label:nth-child(2)::after,
#slider_bl #slide3:checked~.slider-prev-next-control label:nth-child(4)::after,
#slider_bl #slide4:checked~.slider-prev-next-control label:nth-child(3)::after,
#slider_bl #slide4:checked~.slider-prev-next-control label:nth-child(5)::after,
#slider_bl #slide5:checked~.slider-prev-next-control label:nth-child(4)::after,
#slider_bl #slide5:checked~.slider-prev-next-control label:nth-child(6)::after ,
#slider_bl #slide6:checked~.slider-prev-next-control label:nth-child(5)::after,
#slider_bl #slide6:checked~.slider-prev-next-control label:nth-child(7)::after,
#slider_bl #slide7:checked~.slider-prev-next-control label:nth-child(6)::after,
#slider_bl #slide7:checked~.slider-prev-next-control label:nth-child(8)::after,
#slider_bl #slide8:checked~.slider-prev-next-control label:nth-child(7)::after,
#slider_bl #slide8:checked~.slider-prev-next-control label:nth-child(9)::after,
#slider_bl #slide9:checked~.slider-prev-next-control label:nth-child(8)::after,
#slider_bl #slide9:checked~.slider-prev-next-control label:nth-child(10)::after,
#slider_bl #slide10:checked~.slider-prev-next-control label:nth-child(9)::after,
#slider_bl #slide10:checked~.slider-prev-next-control label:nth-child(1)::after
{

    line-height: 28px;
    font-size: 2em;

}

#slider_bl #slide1:checked~.slider-prev-next-control label:nth-child(2)::after,
#slider_bl #slide2:checked~.slider-prev-next-control label:nth-child(3)::after,
#slider_bl #slide3:checked~.slider-prev-next-control label:nth-child(4)::after,
#slider_bl #slide4:checked~.slider-prev-next-control label:nth-child(5)::after,
#slider_bl #slide5:checked~.slider-prev-next-control label:nth-child(6)::after,
#slider_bl #slide6:checked~.slider-prev-next-control label:nth-child(7)::after ,
#slider_bl #slide7:checked~.slider-prev-next-control label:nth-child(8)::after ,
#slider_bl #slide8:checked~.slider-prev-next-control label:nth-child(9)::after ,
#slider_bl #slide9:checked~.slider-prev-next-control label:nth-child(10)::after ,
#slider_bl #slide10:checked~.slider-prev-next-control label:nth-child(1)::after  
{

    padding-left: 10px;
}




}





@media (min-width:381px) and (max-width:480px) {
    #slider_bl .slider-wrapper {
    border-radius: 0;
}
#slider_bl .slider-wrapper .info1234 {
    opacity: 0;
}


#slider_bl .info1234.top-left {
    top: 10px!important;
    left: 40px!important;
}


#slider_bl .slider-dot-control {
    bottom: 0px;
}

#slider_bl .slider-prev-next-control {
    height: 30px;
    top: 40%;
}

#slider_bl .slider-prev-next-control label {
    display: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f3f3f3;
    opacity: .8;
}




.text-m-4 a {
font-size: 20px;
color: #464646;
line-height: 35px;
background-color: rgb(255,255,255, .4);
padding: 3px 10px;
}





#slider_bl #slide1:checked~.slider-prev-next-control label:nth-child(10)::after,
#slider_bl #slide1:checked~.slider-prev-next-control label:nth-child(2)::after,
#slider_bl #slide2:checked~.slider-prev-next-control label:nth-child(1)::after,
#slider_bl #slide2:checked~.slider-prev-next-control label:nth-child(3)::after,
#slider_bl #slide3:checked~.slider-prev-next-control label:nth-child(2)::after,
#slider_bl #slide3:checked~.slider-prev-next-control label:nth-child(4)::after,
#slider_bl #slide4:checked~.slider-prev-next-control label:nth-child(3)::after,
#slider_bl #slide4:checked~.slider-prev-next-control label:nth-child(5)::after,
#slider_bl #slide5:checked~.slider-prev-next-control label:nth-child(4)::after,
#slider_bl #slide5:checked~.slider-prev-next-control label:nth-child(6)::after ,
#slider_bl #slide6:checked~.slider-prev-next-control label:nth-child(5)::after,
#slider_bl #slide6:checked~.slider-prev-next-control label:nth-child(7)::after,
#slider_bl #slide7:checked~.slider-prev-next-control label:nth-child(6)::after,
#slider_bl #slide7:checked~.slider-prev-next-control label:nth-child(8)::after,
#slider_bl #slide8:checked~.slider-prev-next-control label:nth-child(7)::after,
#slider_bl #slide8:checked~.slider-prev-next-control label:nth-child(9)::after,
#slider_bl #slide9:checked~.slider-prev-next-control label:nth-child(8)::after,
#slider_bl #slide9:checked~.slider-prev-next-control label:nth-child(10)::after,
#slider_bl #slide10:checked~.slider-prev-next-control label:nth-child(9)::after,
#slider_bl #slide10:checked~.slider-prev-next-control label:nth-child(1)::after
{

    line-height: 28px;
    font-size: 2em;

}

#slider_bl #slide1:checked~.slider-prev-next-control label:nth-child(2)::after,
#slider_bl #slide2:checked~.slider-prev-next-control label:nth-child(3)::after,
#slider_bl #slide3:checked~.slider-prev-next-control label:nth-child(4)::after,
#slider_bl #slide4:checked~.slider-prev-next-control label:nth-child(5)::after,
#slider_bl #slide5:checked~.slider-prev-next-control label:nth-child(6)::after,
#slider_bl #slide6:checked~.slider-prev-next-control label:nth-child(7)::after ,
#slider_bl #slide7:checked~.slider-prev-next-control label:nth-child(8)::after ,
#slider_bl #slide8:checked~.slider-prev-next-control label:nth-child(9)::after ,
#slider_bl #slide9:checked~.slider-prev-next-control label:nth-child(10)::after ,
#slider_bl #slide10:checked~.slider-prev-next-control label:nth-child(1)::after  
{

    padding-left: 10px;
}




}



@media (min-width:801px) and (max-width:1365px) {
    #slider_bl body {
    padding: 0 80px;
}


.text-m-1 {
font-size: 25px;
color: #464646;
line-height: 40px;
background-color: rgb(255,255,255, .35);
padding: 3px 10px;
}

.text-m-2 {
font-size: 20px;
color: #464646;
line-height: 25px;
background-color: rgb(255,255,255, .35);
padding: 3px 10px;
margin-top: 10px;
}

.text-m-3 a {
font-size: 17px;
color: #464646;
background-color: rgb(0,143,213);
    color: #FFFFFF!important;
	padding: 10px 20px;
}

.text-m-5 {
font-size: 20px;
color: #464646;
background-color: rgb(0,143,213);
    color: #FFFFFF;
	padding: 10px 20px;
}

.text-m-5  {
margin-top: 50px;
}


.text-m-3  {
margin-top: 40px;
}

#slider_bl .info1234.top-left {
    top: 50px;
    left: 90px;
}


}







@media (min-width:1366px) and (max-width:1920px) {
    #slider_bl body {
    padding: 0 80px;
}


.text-m-1 {
font-size: 54px;
color: #464646;
line-height: 80px;
background-color: rgb(255,255,255, .35);
padding: 3px 10px;
}

.text-m-2 {
font-size: 28px;
color: #464646;
line-height: 40px;
background-color: rgb(255,255,255, .35);
padding: 3px 10px;
margin-top: 10px;
}

.text-m-3 a {
font-size: 20px;
color: #464646;
background-color: rgb(0,143,213);
    color: #FFFFFF!important;
	padding: 10px 20px;
}

.text-m-5 {
font-size: 20px;
color: #464646;
background-color: rgb(0,143,213);
    color: #FFFFFF;
	padding: 10px 20px;
}

.text-m-5  {
margin-top: 50px;
}


.text-m-3  {
margin-top: 80px;
}

#slider_bl .info1234.top-left {
    top: 50px;
    left: 90px;
}


}




@media (min-width:1921px) {
    #slider_bl body {
    padding: 0 80px;
}


#slider_bl .slider-wrapper {
    max-height:550px;
}

#slider_bl .wrapper {
    max-height:550px;
}

#slider_bl article img {
    width: 100%;
}


.text-m-1 {
font-size: 64px;
color: #464646;
line-height: 80px;
background-color: rgb(255,255,255, .35);
padding: 3px 10px;
}

.text-m-2 {
font-size: 38px;
color: #464646;
line-height: 40px;
background-color: rgb(255,255,255, .35);
padding: 3px 10px;
margin-top: 10px;
}

.text-m-3 a {
font-size: 30px;
color: #464646;
background-color: rgb(0,143,213);
    color: #FFFFFF!important;
	padding: 10px 20px;
}

.text-m-5 {
font-size: 20px;
color: #464646;
background-color: rgb(0,143,213);
    color: #FFFFFF;
	padding: 10px 20px;
}

.text-m-5  {
margin-top: 50px;
}


.text-m-3  {
margin-top: 100px;
}

#slider_bl .info1234.top-left {
    top: 90px;
    left: 190px;
}


}









@media (max-width:800px) {
.text-m-1 {
    display: none;
}

.text-m-2 {
    display: none;
}

.text-m-3 {
    display: none;
}
}
@media (min-width:801px) {

.text-m-4 {
    display: none;
}
}





.v_star_div  {
margin-bottom:30px;
text-align:right;
}

.v_star_div a  {
padding:0px 10px 0px 10px;
}


@media (max-width:450px) {

.v_star_div  {
margin-bottom:30px;
text-align:center;
}

.v_star_div a {
padding:0px 5px 0px 5px;
}

.v_star_div img {
width:70px;
height:70px;
}

}


@media (min-width:451px) and (max-width:850px) {

.v_star_div  {
margin-bottom:30px;
text-align:right;
}

.v_star_div a {
padding:0px 5px 0px 5px;
}

.v_star_div img {
width:90px;
height:90px;
}

}


@media(max-width:578px){
    .sc-q8c6tt-3.hrQZPo, .ww-buttons .ww-buttons__col:last-child{
        display: none;
    }
    .ww-container .ww-buttons{
        background: unset !important;
        right: 26px !important;
        bottom: 100px !important;
        justify-content: flex-end !important;
        left:  unset !important;
    }
}

.doctorh1 {
    display: block !important;
    font-size: 42px !important;
    margin-top: 0.17em !important;
    margin-left: 9px !important;
    margin-right: 0 !important;
    font-weight: bold !important;
}

.top-link {
    position: fixed !important;
    right: 20px;
    bottom: 55px !important;
    width: 44px;
    height: 44px;
    background: #213540;
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    z-index: 11111;
}
@media(max-width:576px){
    .top-link{
    bottom: 200px !important;

    }
}

.mibok-link51 * {
    box-sizing: content-box;
}

.mibok-link51.wrapper-mibok-glaza {
    margin: 0;
    width: 260px;
    height: 40px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    border: 1px solid #C9C9C9;
    border-radius: 4px;
}

.mibok-link51 .wrapper-mibok-glaza-link {
    font: 11px Arial, Helvetica, sans-serif;
    color: #3A424D;
    font-weight: bold;
    text-decoration: none !important;
    position: relative;
}

.mibok-link51 .wrapper-mibok-glaza-link:hover {
    text-decoration: none !important;
}

.mibok-link51 .wrapper-mibok-glaza-link .mibok-glaza-icon {
    width: 42px;
    height: 39px;
    font-size: 22px;
    font-weight: bold;
    color: #3A424D !important;
    display: inline-block;
    line-height: 1.7em;
    text-align: center;
    margin-right: 5px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    border-radius: 4px;
}

.mibok-link51 .wrapper-mibok-glaza-link .mibok-glaza-text {
    font-size: 14px;
    color: #3A424D;
    display: inline-block;
    width: 200px;
    vertical-align: middle;
    margin-top: -7px;
    margin-left: 5px;
}

.mibok-link51 .wrapper-mibok-glaza-link .mibok-glaza-text:hover {
    text-decoration: underline;
}

/* End */


/* Start:/local/templates/s21_nobar_copy/template_styles.css?175887391298139*/
.logo-link img.logo-link img.black-box-top{margin-top:15px;padding:5px;padding-left:20px;color:#000;text-transform:uppercase;font-size:12px;font-family:Arial,sans-serif;text-decoration:none;letter-spacing:1.2px}
.black-box{border-radius:5px;border:1px #b4b4b4;box-shadow:0 0 2px rgba(0,0,0,0.3);background:#fff}
.semiopacity{opacity:.87;filter:alpha(Opacity=87)}
.semiopacity-block{opacity:.55;filter:alpha(Opacity=55)}
.semiopacity-block-button{opacity:.85;filter:alpha(Opacity=85)}
.content-dep-main{margin-right:-30px;margin-top:-30px}
.big-slider{height:400px;background:url(/local/templates/s21_nobar_copy/images/loader.svg) no-repeat 50% 50%;overflow:hidden}
.big-slider .slider-item{opacity:0;background-position:50% 50%;background-size:cover;height:400px;position:relative}
.big-slider .slider-item-text{position:absolute;top:40px;left:40px;padding:30px 30px 80px;height:130px;width:260px;overflow:hidden;background:rgba(0,0,0,0.4);color:#fff;font-size:21px;line-height:26px;border-radius:3px}
.big-slider .slider-item-text a{display:inline-block;color:#fff;text-decoration:none;overflow:hidden;max-height:130px}
.big-slider .slider-item-text a:hover,.big-slider .slider-item-text a:focus{text-decoration:none}
.big-slider-nav{position:absolute;bottom:30px;left:0;right:0;height:20px;text-align:center}
.big-slider-nav .owl-dot{display:inline-block;cursor:pointer;border:solid 3px transparent;border-radius:10px;margin:0 15px 0 0;-webkit-transition:all ease .3s;transition:all ease .3s}
.big-slider-nav .owl-dot span{width:10px;height:10px;background:#fff;display:block;-webkit-backface-visibility:visible;border-radius:10px;-webkit-transition:all ease .3s;transition:all ease .3s}
.big-slider-nav .owl-dot.active,.big-slider-nav .owl-dot:hover{border-color:#fff;box-shadow:0 0 8px rgba(255,255,255,0.8)}
.big-slider-nav .owl-dot.active span,.big-slider-nav .owl-dot:hover span{background:transparent}
.big-slider.owl-loaded{overflow:auto}
.big-slider.owl-loaded .slider-item{opacity:1}
img,legend{border:0}
legend,td,th{padding:0}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background-color:transparent}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,optgroup,strong{font-weight:700}
dfn{font-style:italic}
h1{font-size:2em;margin:.67em 0}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
pre,textarea{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,sel ect{text-transform:none}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;display:inline;margin-right:3px}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;background:rgba(0,0,0,0.2);margin:1em 0;padding:0}
.container-white hr,.white-box hr,.white-content-box hr{background:#e8e8e8}
img{vertical-align:middle;max-width:100%}
.bxedtaskbarset img{max-width:none}
.bx-yandex-view-map img{max-width:inherit}
fieldset{border:0;margin:0;padding:0}
textarea{resize:vertical;line-height:24px}
a,.pseudolink{color:#257fb8;text-decoration:none}
a:hover,.pseudolink:hover,a:focus,.pseudolink:focus,a.active,.pseudolink.active{color:#238fd4;text-decoration:underline}
.border-link,.dotted-link{display:inline-block;text-decoration:none;border-bottom:solid 1px rgba(37,127,184,0.4);padding:0;line-height:1.1;-webkit-transition:all ease .3s;transition:all ease .3s}
.border-link:hover,.dotted-link:hover,.border-link:focus,.dotted-link:focus,.border-link.active,.dotted-link.active{color:#238fd4;text-decoration:none;border-bottom-color:#238fd4}
.dotted-link{border-bottom-style:dotted}
.border-link-dark{color:#4c4c4c;border-bottom:solid 1px rgba(37,127,184,0.2);-webkit-transition:all ease .3s;transition:all ease .3s}
.border-link-dark:hover,.border-link-dark:focus{text-decoration:none;color:#238fd4;border-bottom-color:#238fd4}
[data-target-self],[data-target-blank],.pseudolink{cursor:pointer}
h1,.h1{margin:0;font:normal 26px/40px Arial,sans-serif;color:#000}
h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin:1em 0}
h2,.h2{font:normal 23px/30px Arial,sans-serif}
h3,.h3{font:normal 20px/26px Arial,sans-serif}
h4,.h4{font:bold 18px/22px Arial,sans-serif}
h5,.h5{font:bold 16px/20px Arial,sans-serif}
h6,.h6{font:bold 14px/18px Arial,sans-serif}
:-moz-placeholder{color:#b4b4b4}
:-ms-input-placeholder{color:#b4b4b4}
::-webkit-input-placeholder{color:#b4b4b4}
blockquote{background:rgba(180,180,180,0.2);border-left:2px solid #b4b4b4;margin:1.5em 10px;padding:1em 10px;quotes:"\201C" "\201D" "\2018" "\2019";position:relative}
blockquote cite{display:block;font-weight:700;margin-bottom:10px;color:gray}
blockquote:before,blockquote:after{color:#b4b4b4;content:open-quote;font-size:4em;line-height:.1em;margin-right:.25em;vertical-align:-.4em;position:absolute}
blockquote:after{content:close-quote;bottom:-15px;right:-10px;position:absolute}
code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}
code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}
kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}
kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}
pre code{padding:0;line-height:1.4;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}
pre code,pre code.hljs{font-size:14px}
.content{position:relative;margin:0 auto;width:100%}
.content:before,.content:after{content:" ";display:table}
.content:after{clear:both}
.content .content{width:auto;max-width:auto;min-width:initial}
.bx-ie .content .content{min-width:auto}
.col{position:relative;min-height:1px;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left}
.col-180{width:180px}
.col-160{width:160px}
.col-14{width:30%}
.col-13{width:70%}
.col-12{width:100%}
.col-11{width:91.66666667%}
.col-10{width:83.33333333%}
.col-9{width:65%}
.col-8{width:66.66666667%}
.col-7{width:58.33333333%}
.col-6{width:50%}
.col-66{width:50%!important}
.col-5{width:41.66666667%}
.col-4{width:33.33333333%}
.col-3{width:35%}
.col-2{width:16.66666667%}
.col-1{width:8.33333333%}
.center-block{margin:0 auto}
.btn{display:inline-block;color:#fff;margin-bottom:0;font:normal 17px/36px Arial,sans-serif;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;background:#008fd5;border:0;text-decoration:none;white-space:nowrap;height:36px;padding:0 10px;border-radius:3px;text-shadow:none;box-shadow:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all ease .5s;transition:all ease .5s;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.btn:hover,.btn:focus{color:#fff;background:#257fb8;text-decoration:none}
.btn:active,.btn.active{outline:0;background:#257fb8;box-shadow:inset 0 2px 0 rgba(0,0,0,.2)}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65}
.btn-primary{background:#238fd4;color:#fff}
.btn-primary:hover,.btn-primary:focus{color:#fff;background:#1d77b1;text-decoration:none}
.btn-primary:active,.btn-primary.active{color:#fff;background:#1d77b1}
.btn-secondary{background:#257fb8;color:#fff}
.btn-secondary:hover,.btn-secondary:focus{color:#fff;background:#1e6896;text-decoration:none}
.btn-secondary:active,.btn-secondary.active{color:#fff;background:#1e6896}
.btn-block{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.btn-block + .btn-block{margin-top:5px}
input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}
.btn-square{border-radius:0}
.btn-link{color:#257fb8;cursor:pointer;border-radius:0;background-color:transparent;padding-left:0;padding-right:0}
.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;box-shadow:none}
.btn-link:hover,.btn-link:focus{color:#238fd4;text-decoration:underline;background-color:transparent}
.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{background-color:transparent;color:#238fd4;text-decoration:none}
.btn-big{height:44px;line-height:44px;padding:0 22px;border-radius:40px}
.btn-small{height:32px;font:normal 14px Arial,sans-serif;line-height:32px;padding:0 10px;min-width:15px}
.btn-mini{height:24px;font:normal 13px Arial,sans-serif;line-height:24px;padding:0 10px}
.btn-outline{background-color:transparent;color:#238fd4;border:solid 1px #cecece;line-height:34px}
.btn-outline:hover,.btn-outline:focus{color:#fff;background:#238fd4;text-decoration:none;border-color:#238fd4}
.btn-outline:active,.btn-outline.active{color:#fff;background:#257fb8;border-color:#257fb8}
.btn-outline.btn-big{line-height:42px}
.btn-outline.btn-small{line-height:30px}
.btn-outline.btn-mini{line-height:22px}
.btn-outline-bold{border-width:2px;line-height:32px}
.btn-outline-bold.btn-big{line-height:40px}
.btn-outline-bold.btn-small{line-height:28px}
.btn-outline-bold.btn-mini{line-height:20px}
.btn-outline.disabled{color:#4c4c4c}
.btn-schedule{display:block;width:100%;background-color:transparent;color:#238fd4;border:solid 1px #a1a1a1;font:normal 17px/28px Arial,sans-serif;height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.btn-schedule:hover,.btn-schedule:focus{color:#fff;background:#238fd4;text-decoration:none;border-color:#238fd4}
.btn-schedule:active,.btn-schedule.active{color:#fff;background:#257fb8;border-color:#257fb8}
.btn-bottom-right{position:absolute;bottom:30px;right:30px}
.icon{display:inline-block;overflow:hidden;width:20px;height:20px;vertical-align:text-top;background:url(/local/templates/s21_nobar_copy/images/all-icons-blue.png) 0 0 no-repeat}
@media screen and (min-resolution: 192dpi) {
.icon{background-image:url(/local/templates/s21_nobar_copy/images/all-icons-blue@2x.png);background-size:80px 180px}
}
.icon-record,.icon-lk{background-position:0 0;width:30px;height:30px;float:left}
.icon-lk{background-position:0 -30px}
.icon-search{background-position:-40px -40px;vertical-align:baseline;display:block}
.icon-addcomment{background-position:0 -60px;width:30px;height:30px;vertical-align:middle;margin-right:10px}
.icon-dot{background-position:-60px -150px;width:11px;height:11px;vertical-align:baseline}
.icon-help{background-position:0 -150px;cursor:pointer}
.icon-help:hover,.icon-help:focus{background-position:-30px -150px}
.icon-search-reset{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAATUlEQVR42pWRAQoAIAgDfXiKD6u3VQKDQGY1iGTcBFXcfe7XhCsYDS4KQ6AC44dhMCgIpQABWWCUIHSA/QYq6cynTjMwkPowXvf8dcEF0ml9AAlSf/kAAAAASUVORK5CYII=) no-repeat 50% 50%;vertical-align:top;opacity:.6;position:relative;top:-1px;-webkit-transition:all ease .3s;transition:all ease .3s}
button:hover .icon-search-reset,button:focus .icon-search-reset{opacity:1}
.input{display:inline-block;height:36px;padding:0 10px;position:relative;margin-bottom:12px;color:#4c4c4c;vertical-align:middle;border:solid 1px #b4b4b4;outline:none;background-color:#fff;-webkit-appearance:none;border-radius:2px;box-shadow:inset 0 2px 1px rgba(0,0,0,.05);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all ease .3s;transition:all ease .3s}
.input:focus{outline:none;border-color:#238fd4;background-color:#fff}
textarea.input{padding:10px;height:auto}
sel ect.input{padding:0;cursor:pointer;border-radius:5px;-webkit-appearance:menulist}
select.input[multiple],select.input.multiple{-webkit-appearance:none;height:auto}
.input[type="file"]{padding:5px}
.input[type="number"],.input[type="date"],.input[type="time"]{padding:0 0 0 10px}
.input[type="color"]{padding:0}
.input-required,.input[required]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAI5JREFUeNpi/P//PwM1ARMDlcGogaMGkgEYdysrEK3Y5c59klzoC8T7gPgzFIPYPuR6uQWINwGxIxDzQDGIvRkqR5KBIFdU41FTDXU90QYWEaGukBQDTYhQZ0LtZMNIioFniFB3mhQD+4lQ10+KgaCk0YpHTStUDUlhWAPE/kC8H4i/QjGI7QeVIxoABBgA0UkaIFtFpqkAAAAASUVORK5CYII=);background-size:10px 10px;background-repeat:no-repeat;background-position:100% 0}
.input.disabled,.input-disabled,.input:disabled{opacity:.5}
.input.disabled:hover,.input-disabled:hover,.input:disabled:hover{background-color:#fff;color:#4c4c4c}
.input-block{width:100%}
.input-search{border-radius:20px;padding:0 20px;border-color:#cecece}
.input-accent{border-color:#238fd4;box-shadow:inset 0 2px 1px rgba(0,0,0,.05),0 0 5px #238fd4}
.input-pulse{border-color:#238fd4;-webkit-animation-name:inputPulse;animation-name:inputPulse;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.input-pulse:focus{-webkit-animation-name:none;animation-name:none}
.checkbox{position:absolute;left:-9999px}
.checkbox + label{cursor:pointer;margin-top:4px;display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.checkbox + label > span{display:inline-block;width:16px;height:16px;margin:-2px 10px 0 0;vertical-align:middle;background:#fff;cursor:pointer;border:solid 1px #b4b4b4;border-radius:2px;position:relative;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}
.checkbox + label:hover > span{border-color:#b4b4b4}
.checkbox:checked + label > span{border-color:#b4b4b4}
.checkbox:checked + label > span:before{content:' ';position:absolute;border:solid #238fd4;border-width:0 0 2px 2px;height:4px;width:9px;left:3px;top:4px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.checkbox:focus + label > span{border-color:#238fd4}
.checkbox:focus + label{color:#238fd4}
.checkbox:checked:disabled + label > span,.checkbox:checked:disabled + label:hover > span{border-color:#4c4c4c;background-color:#7f7f7f;cursor:default}
.checkbox:checked:disabled + label > span:before,.checkbox:checked:disabled + label:hover > span:before{border-color:#4c4c4c}
.checkbox:disabled + label > span,.checkbox:disabled + label > span:hover,.checkbox:disabled + label:hover > span{border-color:#4c4c4c;background-color:#666;cursor:default}
.checkbox:disabled + label > span:before,.checkbox:disabled + label > span:hover:before,.checkbox:disabled + label:hover > span:before{border-color:#4c4c4c}
.checkbox:disabled + label,.checkbox:disabled + label:hover{color:#4c4c4c;cursor:default}
.radio{position:absolute;left:-9999px}
.radio + label{cursor:pointer;margin-top:4px;display:inline-block}
.radio + label > span{display:inline-block;width:18px;height:18px;margin:-2px 10px 0 0;vertical-align:middle;background:#fff;cursor:pointer;border:solid 1px #b4b4b4;position:relative;border-radius:10px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}
.radio + label:hover > span,.radio + label:focus > span{border-color:#b4b4b4}
.radio:checked + label > span{border-color:#b4b4b4}
.radio:checked + label > span:before{content:' ';position:absolute;height:12px;width:12px;background:#238fd4;left:3px;top:3px;background-image:-webkit-linear-gradient(left,#000 0%,#fff 100%);background-image:-o-linear-gradient(left,#000 0%,#fff 100%);background-image:linear-gradient(rgba(255,255,255,0.2) 0%,rgba(0,0,0,0) 100%);border-radius:15px}
.radio:focus + label > span{border-color:#238fd4}
.radio:focus + label{color:#238fd4}
.radio:checked:disabled + label > span,.radio:checked:disabled + label:hover > span{border-color:#4c4c4c;background-color:#7f7f7f;cursor:default}
.radio:checked:disabled + label > span:before,.radio:checked:disabled + label:hover > span:before{background:#4c4c4c}
.radio:disabled + label > span,.radio:disabled + label > span:hover,.radio:disabled + label:hover > span{border-color:#4c4c4c;background-color:#666;cursor:default}
.radio:disabled + label > span:before,.radio:disabled + label > span:hover:before,.radio:disabled + label:hover > span:before{background:#4c4c4c}
.radio:disabled + label,.radio:disabled + label:hover{color:#4c4c4c;cursor:default}
.bx-auth-reg .alert p{margin:0!important}
.form-control{margin:1em 0}
.form-control .input{margin:0}
.form-label{display:inline-block;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
@media (min-width: 768px) {
.form-label{text-align:right}
}
.alert-label{display:inline-block;position:relative;padding-left:40px;line-height:36px;vertical-align:middle;margin-bottom:10px}
.alert-label:after{position:absolute;content:"";top:50%;left:0;margin-top:-16px;width:29px;height:26px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAaCAYAAABLlle3AAABpklEQVR42rWVsUsCURzHUw1BCmwQbhLsD3BycnMtF0dbHIJwFYfcbMr+AqWlWhQUaqpJaAhvyqXJ6Q6aDhoKgrChsu+Dr8vJ3bt33hM+yO+93+/3uXf8Hrel+qtUKilwDp5AV8SqPcJIR2AJbP6PdAsPKOox7jE+1CXcBnPwBjJcyzCei30d0iZP1XCtN7jejFqYBR/gBSRcewmxzv1slNI+T1P22C9zvx+VsAB+wK0k7455hSikj2AB8pK8PPgW+ZsKq3xt3fXd5BJMXPld5lfDClPABg7YCSjdBQ7rUmGkbT51nUtSKevqrGurCg3wCZ5BXFEaF3WsN1SkN+APlLyzku9g7FFfYv11UGER/IKBf2bSApc+fQbsU5QJY8AEXyAnkc7AhU+vHPtMQcxPesQh6IhYIp2AU8khOuxX80pIg1eSDiAdgxMG6j2ZcOZ6Kpl0L+CM1Ni3I3n/ciGweGWCzMl0bU4QDF2TJpPu855aijdiKLtTUX+Tr+gprU65AIZmqUHPUAQmsEFcszRBjymCFqfLATONOPS0VtN1DB40S+/pif0D53VSSqAissQAAAAASUVORK5CYII=) no-repeat 0 0}
@-webkit-keyframes inputPulse {
fr om{border-color:#b4b4b4;box-shadow:inset 0 2px 1px rgba(0,0,0,.05),0 0 0 rgba(0,0,0,0)}
50%{border-color:#238fd4;box-shadow:inset 0 2px 1px rgba(0,0,0,.05),0 0 12px rgba(35,143,212,0.5)}
to{border-color:#b4b4b4;box-shadow:inset 0 2px 1px rgba(0,0,0,.05),0 0 0 rgba(0,0,0,0)}
}
@keyframes inputPulse {
fr om{border-color:#b4b4b4;box-shadow:inset 0 2px 1px rgba(0,0,0,.05),0 0 0 rgba(0,0,0,0)}
50%{border-color:#238fd4;box-shadow:inset 0 2px 1px rgba(0,0,0,.05),0 0 12px rgba(35,143,212,0.5)}
to{border-color:#b4b4b4;box-shadow:inset 0 2px 1px rgba(0,0,0,.05),0 0 0 rgba(0,0,0,0)}
}
.responsive-table{position:relative;width:100%}
.table-1{width:100%;margin-bottom:20px}
.table-1 th,.table-1 td{padding:10px;line-height:20px;text-align:left;vertical-align:top;border:1px solid #c6c6c6!important}
table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0}
.table{width:100%;margin-bottom:20px}
.table th,.table td{padding:10px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #c6c6c6}
.table th{font-weight:700;background:#f2f2f2}
.table thead th{vertical-align:bottom}
.table caption + thead tr:first-child th,.table caption + thead tr:first-child td,.table colgroup + thead tr:first-child th,.table colgroup + thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0}
.table tbody + tbody{border-top:2px solid #e8e8e8}
.table .table{background-color:#f0f0f0}
.table-bordered{border:1px solid #e8e8e8;border-collapse:separate;border-left:0}
.table-bordered th,.table-bordered td{border-left:1px solid #e8e8e8}
.table-bordered caption + thead tr:first-child th,.table-bordered caption + tbody tr:first-child th,.table-bordered caption + tbody tr:first-child td,.table-bordered colgroup + thead tr:first-child th,.table-bordered colgroup + tbody tr:first-child th,.table-bordered colgroup + tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0}
.table-bordered tbody + tbody tr:first-child td{border-top:solid 2px #e8e8e8}
.table-striped tbody > tr:nth-child(even) > td,.table-striped tbody > tr:nth-child(even) > th{background-color:rgba(0,0,0,0.1)}
.primary-box .table-striped tbody > tr:nth-child(even) > td,.primary-box .table-striped tbody > tr:nth-child(even) > th,.secondary-box .table-striped tbody > tr:nth-child(even) > td,.secondary-box .table-striped tbody > tr:nth-child(even) > th{background-color:rgba(255,255,255,0.2)}
.table-hover tr:hover > th,.table-hover tr:hover > td{background-color:#f0f0f0}
.table-noborder th,.table-noborder td{border:0;padding:8px}
.table-noborder th p:first-child,.table-noborder td p:first-child{margin-top:0}
.table-noborder th p:last-child,.table-noborder td p:last-child{margin-bottom:0}
.table-noborder th:first-child,.table-noborder td:first-child{padding-left:0}
.table-noborder th:last-child,.table-noborder td:last-child{padding-right:0}
.table-white-box{border-radius:3px}
.table-white-box td,.table-white-box th{background:#fff;padding:20px}
.table-white-box th{vertical-align:middle}
.table-white-box thead:first-child tr:first-child th:first-child,.table-white-box tbody:first-child tr:first-child th:first-child,.table-white-box tbody:first-child tr:first-child td:first-child{border-radius:3px 0 0 0}
.table-white-box thead:first-child tr:first-child th:last-child,.table-white-box tbody:first-child tr:first-child th:last-child,.table-white-box tbody:first-child tr:first-child td:last-child{border-radius:0 3px 0 0}
.table-white-box tbody:last-child tr:last-child td:first-child{border-radius:0 0 0 3px}
.table-white-box tbody:last-child tr:last-child td:last-child{border-radius:0 0 3px 0}
.table-white-box tbody > tr:nth-child(even) > td,.table-white-box tbody > tr:nth-child(even) > th{background-color:#fcfcfc}
.breadcrumb{margin-bottom:20px}
.breadcrumb ul{margin:0;padding:0;list-style:none;font-size:14px;color:gray;margin-bottom:20px}
.breadcrumb ul li{display:inline-block;margin:0 5px 0 0;vertical-align:middle}
.breadcrumb ul li .crumb_marker{font-size:20px;color:gray}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}
.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}
.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}
.mfp-align-top .mfp-container:before{display:none}
.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}
.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}
.mfp-ajax-cur{cursor:progress}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}
.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}
.mfp-auto-cursor .mfp-content{cursor:auto}
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}
.mfp-loading.mfp-figure{display:none}
.mfp-hide{display:none!important}
.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}
.mfp-preloader a{color:#ccc}
.mfp-preloader a:hover{color:#fff}
.mfp-s-ready .mfp-preloader{display:none}
.mfp-s-error .mfp-content{display:none}
button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}
button::-moz-focus-inner{padding:0;border:0}
.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}
.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100)}
.mfp-close:active{top:1px}
.mfp-close-btn-in .mfp-close{color:#333}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}
.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}
.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}
.mfp-arrow:active{margin-top:-54px}
.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100)}
.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}
.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}
.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:.7}
.mfp-arrow-left{left:0}
.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid #fff;margin-left:31px}
.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3f3f3f}
.mfp-arrow-right{right:0}
.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid #fff;margin-left:39px}
.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3f3f3f}
.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}
.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}
.mfp-iframe-holder .mfp-close{top:-40px}
.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}
.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}
img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}
.mfp-figure{line-height:0}
.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}
.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}
.mfp-figure figure{margin:0}
.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}
.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}
.mfp-image-holder .mfp-content{max-width:100%}
.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}
.mfp-img-mobile img.mfp-img{padding:0}
.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}
.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}
.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}
.mfp-img-mobile .mfp-counter{right:5px;top:3px}
.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}
}
@media all and (max-width: 900px) {
.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}
.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}
.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}
.mfp-container{padding-left:6px;padding-right:6px}
}
.mfp-ie7 .mfp-img{padding:0}
.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}
.mfp-ie7 .mfp-container{padding:0}
.mfp-ie7 .mfp-content{padding-top:44px}
.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}
.container-top-navigation{position:relative;background:#238fd4;color:#fff;#padding:3px 0;line-height:22px;z-index:200}
.container-top-navigation > .content > .col{position:static}
.container-top-navigation ul,.container-top-navigation li{margin:0;padding:0;list-style:none}
.container-top-navigation ul li{float:left;margin-right:10px}
.container-top-navigation ul li a{display:block;padding:8px 18px;color:#fff;text-decoration:none;border-radius:5px 5px 0 0;font-size:16px}
.container-top-navigation ul li.active > a{font-weight:700}
.container-top-navigation ul li ul{display:none;position:absolute;top:100%;left:0;right:0;z-index:200;padding:10px 12px 15px;margin-top:8px;color:#4c4c4c;background:#fff;border:solid 1px rgba(0,0,0,0.2);border-radius:5px;box-shadow:0 1px 2px rgba(0,0,0,.1)}
.container-top-navigation ul li ul:after{position:absolute;content:"";top:-10px;left:0;right:0;height:10px;background:transparent}
.container-top-navigation ul li ul li{margin:6px 12px}
.container-top-navigation ul li ul a{display:inline;padding:0;color:#4c4c4c;font-size:16px;border:0;border-bottom:solid 1px rgba(37,127,184,0.2);border-radius:0;-webkit-transition:all ease .3s;transition:all ease .3s}
.container-top-navigation ul li ul a:hover,.container-top-navigation ul li ul a:focus{color:#238fd4;border-bottom-color:#238fd4;background:transparent!important}
.container-top-navigation ul li.parent > a{position:relative;padding-right:24px}
.container-top-navigation ul li.parent > a:after{position:absolute;content:"";top:50%;right:10px;width:0;height:0;border:solid 4px transparent;border-top-color:#fff;margin-top:-1px}
.container-top-navigation ul li.parent:hover ul,.container-top-navigation ul li.parent:focus ul{display:block}
@media (min-width: 1279px) {
.container-top-navigation .root{position:relative;#left:-15px;right:-15px;#width:1032px}
.container-top-navigation .root:before,.container-top-navigation .root:after{content:" ";display:table}
.container-top-navigation .root:after{clear:both}
}
.container-top-navigation .root > li:hover > a,.container-top-navigation .root > li:focus > a,.container-top-navigation .root > li.active > a,.container-top-navigation .root > li > a:hover,.container-top-navigation .root > li > a:focus{font-weight:400;background:#1c78b3;color:#fff;#box-shadow:-4px -4px 6px rgba(0,0,0,0.2),4px -4px 6px rgba(0,0,0,0.2);height:25px;#margin-top:-2px}
.cn-modal{margin:0 auto;background:#fff;position:relative;border-radius:3px;box-shadow:0 0 20px rgba(0,0,0,.4)}
.cn-modal.cn-modal-medium{width:640px}
.cn-modal .content{width:auto;min-width:initial}
.bx-ie .cn-modal .content{min-width:auto}
.cn-modal-close,.cn-modal-close.mfp-close{color:#FFF;cursor:pointer;margin:4px 0 0;line-height:50px;padding:0;width:50px;height:50px;display:inline-block;font-size:40px}
.cn-modal-header{font-size:23px;padding:10px 40px 10px 20px;box-shadow:0 1px 4px rgba(0,0,0,.1);background:#008fd5;border-radius:3px 3px 0 0;border-bottom:dotted 1px #fff;color:#fff}
.cn-modal-content{padding:20px}
.cn-modal-footer{padding:20px}
.cn-modal-error{margin:-20px -20px 0;padding:10px 20px;background:#a42338;color:#238fd4}
.cn-modal-error p{margin:0;font-weight:700}
.cn-modal-error font.errortext,.cn-modal-error font.notetext{color:inherit!important}
.cn-modal-error.noerror{background:#409990}
.cn-modal-errors{list-style:none;margin:0;padding:0}
.container-top-navigation1{position:relative;#background:#238fd4;color:#fff;#padding:11px 0;line-height:22px;z-index:1001;border-bottom:1px solid #bcbbbf;background:#f5f5f5;background:-moz-linear-gradient(top,rgba(245,245,245,1) 0%,rgba(217,217,217,1) 100%);background:-webkit-linear-gradient(top,rgba(245,245,245,1) 0%,rgba(217,217,217,1) 100%);background:linear-gradient(to bottom,rgba(245,245,245,1) 0%,rgba(217,217,217,1) 100%)}
.container-top-navigation1 > .content > .col{position:static}
.container-top-navigation1 ul,.container-top-navigation1 li{margin:0;padding:0;list-style:none}
.container-top-navigation1 ul li{float:left;margin-right:10px}
.container-top-navigation1 ul li a{display:block;padding:8px 18px;color:#4c4c4c;text-decoration:none;border-radius:20px;font-size:16px}
.container-top-navigation1 ul li.active > a{font-weight:700}
.container-top-navigation1 ul li ul{display:none;position:absolute;top:100%;left:0;right:0;z-index:200;padding:10px 12px 15px;margin-top:8px;color:#4c4c4c;background:#fff;border:solid 1px rgba(0,0,0,0.2);border-radius:5px;box-shadow:0 1px 2px rgba(0,0,0,.1)}
.container-top-navigation1 ul li ul:after{position:absolute;content:"";top:-10px;left:0;right:0;height:10px;background:transparent}
.container-top-navigation1 ul li ul li{margin:6px 12px}
.container-top-navigation1 ul li ul a{display:inline;padding:0;color:#4c4c4c;font-size:16px;border:0;border-bottom:solid 1px rgba(37,127,184,0.2);border-radius:0;-webkit-transition:all ease .3s;transition:all ease .3s}
.container-top-navigation1 ul li ul a:hover,.container-top-navigation1 ul li ul a:focus{color:#238fd4;border-bottom-color:#238fd4;background:transparent!important}
.container-top-navigation1 ul li.parent > a{position:relative;padding-right:24px}
.container-top-navigation1 ul li.parent > a:after{position:absolute;content:"";top:50%;right:10px;width:0;height:0;border:solid 4px transparent;border-top-color:#fff;margin-top:-1px}
.container-top-navigation1 ul li.parent:hover ul,.container-top-navigation1 ul li.parent:focus ul{display:block}
@media (min-width: 1279px) {
.container-top-navigation1 .root{position:relative;left:-15px;right:-15px;width:1032px}
.container-top-navigation1 .root:before,.container-top-navigation1 .root:after{content:" ";display:table}
.container-top-navigation1 .root:after{clear:both}
}
.container-top-navigation1 .root > li:hover > a,.container-top-navigation1 .root > li:focus > a,.container-top-navigation1 .root > li.active > a,.container-top-navigation1 .root > li > a:hover,.container-top-navigation1 .root > li > a:focus{font-weight:400;#background:rgba(0,0,0,0.2);color:#000}
.cn-modal{margin:0 auto;background:#fff;position:relative;border-radius:3px;box-shadow:0 0 20px rgba(0,0,0,.4)}
.cn-modal.cn-modal-medium{width:640px}
.cn-modal .content{width:auto; min-width:initial}
.bx-ie .cn-modal .content{min-width:auto}
.cn-modal-close,.cn-modal-close.mfp-close{color:#FFF;cursor:pointer;margin:4px 0 0;line-height:50px;padding:0;width:50px;height:50px;display:inline-block;font-size:40px}
.cn-modal-header{font-size:23px;padding:10px 40px 10px 20px;box-shadow:0 1px 4px rgba(0,0,0,.1);background:#008fd5;border-radius:3px 3px 0 0;border-bottom:dotted 1px #fff;color:#fff}
.cn-modal-content{padding:20px}
.cn-modal-footer{padding:20px}
.cn-modal-error{margin:-20px -20px 0;padding:10px 20px;background:#a42338;color:#238fd4}
.cn-modal-error p{margin:0;font-weight:700}
.cn-modal-error font.errortext,.cn-modal-error font.notetext{color:inherit!important}
.cn-modal-error.noerror{background:#409990}
.cn-modal-errors{list-style:none;margin:0;padding:0}
.tabs-switchers{margin:0;padding:0;list-style:none}
.tabs-switchers:before,.tabs-switchers:after{content:" ";display:table}
.tabs-switchers:after{clear:both}
.tabs-switcher{font-size:14px;line-height:45px;padding:20px;color:#383838;float:left;cursor:pointer;position:relative;background:#EFEFEF;padding-top:0;padding-bottom:0;text-decoration:none;text-transform:uppercase;-o-transition:border 0.3s,background 0.3s,color .3s;-ms-transition:border 0.3s,background 0.3s,color .3s;-moz-transition:border 0.3s,background 0.3s,color .3s;-webkit-transition:border 0.3s,background 0.3s,color .3s}
.tabs-switcher.disabled,.tabs-switcher.active,.tabs-switcher.disabled:hover,.tabs-switcher.active:hover{cursor:default;color:#fff}
.tabs-switcher.active{color:#fff;background:#008fd5}
.tabs-switcher:hover{color:#4c4c4c}
.tabs-item{display:none;padding:40px;border:1px solid #e3e3e3}
.tabs-item p:first-child{margin-top:0}
.tabs-item p:last-child{margin-bottom:0}
.tabs-item.active{display:block}
.tabs-gray .tabs-switchers{border-color:#dbdbdb}
.tabs-gray .tabs-switcher{background:none;color:#238fd4;padding-left:0;padding-right:0;margin:0 25px 0 0}
.tabs-gray .tabs-switcher.active,.tabs-gray .tabs-switcher:hover{color:#4c4c4c}
.tabs-gray .tabs-item{padding:0 0 20px}
.tabs-switcher.disabled,.tabs-switcher.disabled:hover{cursor:default}
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}
@-webkit-keyframes fadeOut {
0%{opacity:1}
100%{opacity:0}
}
@keyframes fadeOut {
0%{opacity:1}
100%{opacity:0}
}
.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}
.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot{cursor:pointer; -webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-loaded{display:block}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel .owl-refresh .owl-item{display:none}
.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding-left:100%;padding-right:100%}
.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}
.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}
.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.no-js .owl-carousel{display:block}
.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}
.owl-carousel .owl-item img{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/s21_nobar_copy/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}
.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);}
.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1}
.owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}
.owl-dots .owl-dot span{width:5px;height:5px;margin:0 15px 0 0;border:solid 1px #fff;background:transparent;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;border-radius:10px}
.owl-dots .owl-dot.active span,.owl-dots .owl-dot:hover span{background:#fff}
.ps-container{-ms-touch-action:none;overflow:hidden!important}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,.ps-container.ps-active-y > .ps-scrollbar-y-rail{display:block}
.ps-container.ps-in-scrolling{pointer-events:none}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail{background-color:rgba(0,0,0,0.1);opacity:.9}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x{background-color:rgba(0,0,0,0.2)}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail{background-color:rgba(0,0,0,0.1);opacity:.9}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y{background-color:rgba(0,0,0,0.2)}
.ps-container > .ps-scrollbar-x-rail{display:none;position:absolute;border-radius:8px;opacity:0;-webkit-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x{position:absolute;background-color:rgba(0,0,0,0.2);border-radius:8px;-webkit-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}
.ps-container > .ps-scrollbar-y-rail{display:none;position:absolute;border-radius:8px;opacity:0;-webkit-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y{position:absolute;background-color:rgba(0,0,0,0.2);border-radius:8px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}
.ps-container:hover.ps-in-scrolling{pointer-events:none}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail{background-color:rgba(0,0,0,0.1);opacity:.9}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x{background-color:rgba(0,0,0,0.2)}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail{background-color:rgba(0,0,0,0.1);opacity:.9}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y{background-color:rgba(0,0,0,0.2)}
.ps-container:hover > .ps-scrollbar-x-rail,.ps-container:hover > .ps-scrollbar-y-rail{opacity:.6}
.ps-container:hover > .ps-scrollbar-x-rail:hover{background-color:rgba(0,0,0,0.1);opacity:.9}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x{background-color:rgba(0,0,0,0.2)}
.ps-container:hover > .ps-scrollbar-y-rail:hover{background-color:rgba(0,0,0,0.1);opacity:.9}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y{background-color:rgba(0,0,0,0.2)}
.tooltip{cursor:help}
.tooltipster-default{border-radius:5px;border:2px solid #4c4c4c;background:#4c4c4c;color:#fff;max-width:100%}
.tooltipster-default .tooltipster-content{font-family:Arial,sans-serif;font-size:14px;line-height:16px;padding:8px 10px;overflow:hidden}
.tooltipster-icon{cursor:help;margin-left:4px}
.tooltipster-base{padding:0;font-size:0;line-height:0;position:absolute;left:0;top:0;z-index:9999999;pointer-events:none;width:auto;overflow:visible}
.tooltipster-base .tooltipster-content{overflow:hidden}
.tooltipster-arrow{display:block;text-align:center;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1}
.tooltipster-arrow span,.tooltipster-arrow-border{display:block;width:0;height:0;position:absolute}
.tooltipster-arrow-top span,.tooltipster-arrow-top-right span,.tooltipster-arrow-top-left span{border-left:8px solid transparent!important;border-right:8px solid transparent!important;border-top:8px solid;bottom:-7px}
.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-top-right .tooltipster-arrow-border,.tooltipster-arrow-top-left .tooltipster-arrow-border{border-left:9px solid transparent!important;border-right:9px solid transparent!important;border-top:9px solid;bottom:-7px}
.tooltipster-arrow-bottom span,.tooltipster-arrow-bottom-right span,.tooltipster-arrow-bottom-left span{border-left:8px solid transparent!important;border-right:8px solid transparent!important;border-bottom:8px solid;top:-7px}
.tooltipster-arrow-bottom .tooltipster-arrow-border,.tooltipster-arrow-bottom-right .tooltipster-arrow-border,.tooltipster-arrow-bottom-left .tooltipster-arrow-border{border-left:9px solid transparent!important;border-right:9px solid transparent!important;border-bottom:9px solid;top:-7px}
.tooltipster-arrow-top span,.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-bottom span,.tooltipster-arrow-bottom .tooltipster-arrow-border{left:0;right:0;margin:0 auto}
.tooltipster-arrow-top-left span,.tooltipster-arrow-bottom-left span{left:6px}
.tooltipster-arrow-top-left .tooltipster-arrow-border,.tooltipster-arrow-bottom-left .tooltipster-arrow-border{left:5px}
.tooltipster-arrow-top-right span,.tooltipster-arrow-bottom-right span{right:6px}
.tooltipster-arrow-top-right .tooltipster-arrow-border,.tooltipster-arrow-bottom-right .tooltipster-arrow-border{right:5px}
.tooltipster-arrow-left span,.tooltipster-arrow-left .tooltipster-arrow-border{border-top:8px solid transparent!important;border-bottom:8px solid transparent!important;border-left:8px solid;top:50%;margin-top:-7px;right:-7px}
.tooltipster-arrow-left .tooltipster-arrow-border{border-top:9px solid transparent!important;border-bottom:9px solid transparent!important;border-left:9px solid;margin-top:-8px}
.tooltipster-arrow-right span,.tooltipster-arrow-right .tooltipster-arrow-border{border-top:8px solid transparent!important;border-bottom:8px solid transparent!important;border-right:8px solid;top:50%;margin-top:-7px;left:-7px}
.tooltipster-arrow-right .tooltipster-arrow-border{border-top:9px solid transparent!important;border-bottom:9px solid transparent!important;border-right:9px solid;margin-top:-8px}
.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}
.tooltipster-fade-show{opacity:1}
.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}
.tooltipster-grow-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.32,1);-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.32,1.15);-moz-transition-timing-function:cubic-bezier(0.175,0.885,0.32,1.15);-ms-transition-timing-function:cubic-bezier(0.175,0.885,0.32,1.15);-o-transition-timing-function:cubic-bezier(0.175,0.885,0.32,1.15);transition-timing-function:cubic-bezier(0.175,0.885,0.32,1.15)}
.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}
.tooltipster-swing-show{opacity:1;-webkit-transform:rotateZ(0deg);-moz-transform:rotateZ(0deg);-o-transform:rotateZ(0deg);-ms-transform:rotateZ(0deg);transform:rotateZ(0deg);-webkit-transition-timing-function:cubic-bezier(0.23,0.635,0.495,1);-webkit-transition-timing-function:cubic-bezier(0.23,0.635,0.495,2.4);-moz-transition-timing-function:cubic-bezier(0.23,0.635,0.495,2.4);-ms-transition-timing-function:cubic-bezier(0.23,0.635,0.495,2.4);-o-transition-timing-function:cubic-bezier(0.23,0.635,0.495,2.4);transition-timing-function:cubic-bezier(0.23,0.635,0.495,2.4)}
.tooltipster-fall{top:0;-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.32,1);-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.32,1.15);-moz-transition-timing-function:cubic-bezier(0.175,0.885,0.32,1.15);-ms-transition-timing-function:cubic-bezier(0.175,0.885,0.32,1.15);-o-transition-timing-function:cubic-bezier(0.175,0.885,0.32,1.15);transition-timing-function:cubic-bezier(0.175,0.885,0.32,1.15)}
.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}
.tooltipster-slide{left:-40px;-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.32,1);-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.32,1.15);-moz-transition-timing-function:cubic-bezier(0.175,0.885,0.32,1.15);-ms-transition-timing-function:cubic-bezier(0.175,0.885,0.32,1.15);-o-transition-timing-function:cubic-bezier(0.175,0.885,0.32,1.15);transition-timing-function:cubic-bezier(0.175,0.885,0.32,1.15)}
.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}
.tooltipster-content-changing{opacity:.5;-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}
.jq-file{border-radius:2px;margin-bottom:10px}
.jq-file input{cursor:pointer;height:auto;line-height:1em}
.jq-file:active .jq-file__browse{color:#fff;background:#238fd4;border-color:#238fd4}
.jq-file:active .jq-file__name{border-color:#238fd4;color:#238fd4}
.jq-file.disabled{color:#b4b4b4;border-color:#b4b4b4}
.jq-file.disabled .jq-file__name{color:#b4b4b4;border-color:#b4b4b4}
.jq-file.disabled:hover .jq-file__browse,.jq-file.disabled:active .jq-file__browse{background:#b4b4b4;border-color:#b4b4b4}
.jq-file.disabled .jq-file__browse{border-color:#b4b4b4;background:#b4b4b4;color:#4c4c4c}
.jq-file__name{box-sizing:border-box;width:100%;height:36px;padding:0 80px 0 10px;color:#4c4c4c;font:15px/36px Arial,sans-serif;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;border:solid 1px #b4b4b4;border-radius:2px;box-shadow:inset 0 2px 1px rgba(0,0,0,.05)}
.focused .jq-file__name{border-color:#238fd4;color:#238fd4}
.jq-file__browse{position:absolute;top:0;right:0;color:#fff;font:15px/36px Arial,sans-serif;padding:0 10px;border-radius:0 2px 2px 0;background:#238fd4}
.focused .jq-file__browse{color:#fff;background:#1d77b1}
select.styler{opacity:0}
.jq-selectbox{vertical-align:middle;cursor:pointer;max-width:100%;opacity:0;-webkit-transition:opacity ease .1s;transition:opacity ease .1s}
.jq-selectbox.opacity-one{opacity:1}
.jq-selectbox.disabled .jq-selectbox__select{background:#b4b4b4;color:#000;opacity:.7;cursor:default;border-color:#cecece}
.jq-selectbox:hover .jq-selectbox__trigger-arrow{opacity:1;filter:alpha(opacity=100)}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow{opacity:.3;filter:alpha(opacity=30)}
.jq-selectbox ul{margin:0;padding:0}
.jq-selectbox li{min-height:20px;padding:8px 16px 8px 30px;position:relative;margin:7px 0;color:#4c4c4c;-webkit-transition:all ease .3s;transition:all ease .3s;font-size:15px}
.jq-selectbox li:after{content:"";position:absolute;top:-4px;left:30px;right:0;height:1px;background:#e8e8e8}
.jq-selectbox li:first-child:after{content:none}
.jq-selectbox li.selected:before,.jq-selectbox li.sel:before{position:absolute;content:"";border:solid #238fd4;border-width:0 0 2px 2px;top:50%;left:8px;height:4px;width:9px;margin-top:-5px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.jq-selectbox li.selected:hover:before,.jq-selectbox li.sel:hover:before{border-color:#fff}
.jq-selectbox li:hover{color:#fff;background:#238fd4}
.jq-selectbox li.disabled{color:#b4b4b4;cursor:default}
.jq-selectbox li.disabled:hover{background:none}
.jq-selectbox li.optgroup{font-weight:700}
.jq-selectbox li.optgroup:hover{background:none;color:#fff;cursor:default}
.jq-selectbox li.option{padding-left:25px}
.jq-selectbox__select{height:36px;padding:0 40px 0 15px;border:solid 1px #cecece;background:#fff;color:#000;font:16px / 36px Arial,sans-serif}
.jq-selectbox__select:hover,.jq-selectbox__select:active,.focused .jq-selectbox__select,.dropdown .jq-selectbox__select{color:#4c4c4c;border-color:#238fd4}
.jq-selectbox__select-text{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}
.jq-selectbox__trigger{position:absolute;top:0;right:0;width:40px;height:100%}
.jq-selectbox__trigger-arrow{position:absolute;top:50%;left:50%;width:8px;height:8px;margin-top:-6px;margin-left:-4px;border:solid 2px #238fd4;border-top:0;border-right:0;border-radius:0 0 0 2px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:transform ease .3s;transition:transform ease .3s}
.opened .jq-selectbox__trigger-arrow{margin-top:-2px;-webkit-transform:rotate(-225deg);-ms-transform:rotate(-225deg);transform:rotate(-225deg)}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow{border-color:#4c4c4c}
.jq-selectbox__dropdown{top:36px;width:100%;margin:10px 0;padding:0;font:16px / 20px Arial,sans-serif;background:#fff;border:solid 1px #cecece;border-radius:1px;min-width:180px;box-shadow:0 1px 10px rgba(0,0,0,.2);margin-top:-25px}
.jq-selectbox__search{margin:0;padding:10px;background:#fcfcfc;border-bottom:solid 1px #e8e8e8;box-shadow:0 1px 2px rgba(0,0,0,.05)}
.jq-selectbox__search input{width:100%;margin:0;padding:0 20px 0 40px;height:36px;display:block;outline:none;border:solid 1px #cecece;border-radius:2px;color:#4c4c4c;background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAABtUlEQVR42u3TQUuUURTGcS1HalWAUoFZqWlgWOHGcufMpkINw5VF7uoTFAUFUh9F+KEYAoYZRCFQq3IvA00gqNSgUMz2vRGQMLyvM3Oxpefunufwv4fnntuUXXL6FIzJ65Vrii/HTHurIuyd396Y0to44oiHtiVWPZHX47SLCp75LLFhWnMjkFM+SMzqy/D6zQneaa8H6VayZaRGx00/FF2oBTnju3Xn6lzV45uitv0z+WhLR8rIApUty87II4l8g88wKriXZRy3aTZiJRaVtKTlBxK9EZhrgsm0vGw1ckW/WEivfcXjSMyMHdUxuyQYicTcFnRWS3lBdyTmiuBGmtwRiekSjBx8mquC69VSr6AQiRkTnK2WWlQ8jcS8VE6LSz5FYtbMpcUpif4IyKDgTlputWE+ArOkqCXLmBbcahByVzCZbTVb8VNPQ0+96/X+druikst1U0lsOlGr5bx1v0zU6Jiwa1vwovZdbVYE7w1mzrEkWHTS8/qgZveVBF/NGDWgy4Bxr6wJiv+CTYGySs6kBTvC3imbN+7oXzcNqjdXpyEFQ1V/JwWKqkPQAUDD/wM0LPcHLqgsRPATNpMAAAAASUVORK5CYII=) no-repeat 12px 8px;background-size:20px 20px;-webkit-appearance:textfield;box-shadow:inset 0 2px 1px rgba(0,0,0,.05);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all ease .3s;transition:all ease .3s}
.jq-selectbox__search input::-webkit-search-cancel-button,.jq-selectbox__search input::-webkit-search-decoration{-webkit-appearance:none}
.jq-selectbox__search input:focus{border-color:#238fd4}
.jq-selectbox__not-found{margin:0;padding:10px;text-align:center;color:#238fd4;font-size:15px}
.container-white,.white-box,.white-content-box{background:#fff}
.container-white{border-bottom:solid 1px #e8e8e8}
.white-content-box p:first-child{margin-top:0}
.white-content-box p:last-child{margin-bottom:0}
.container-h1{padding-top:20px}
.container-top-line{background:#ffffff;border-bottom:solid 2px #4db1e2;padding:4px 0;box-shadow:0 0 2px rgba(0,0,0,0.3);z-index:9999}
.top-line-link{line-height:30px;display:inline-block;font-weight:700}
.logo-link{display:block;text-decoration:none}
.logo-link:hover,.logo-link:focus{color:#238fd4;text-decoration:none}
.logo-link img{float:left;margin-right:20px;margin-left:20px}
.logo-block{font-size:14px;color:gray;display:block;overflow:hidden}
.logo-block .h1{margin:0;display:block}
a:hover .logo-block .h1,a:focus .logo-block .h1{color:#238fd4}
.header-phone{font-size:16px;margin-top:5px}
.big-stat-block{font:normal 60px/60px Arial,sans-serif;float:left;margin-right:10px}
.half-stat-block{overflow:hidden;font:normal 19px/24px Arial,sans-serif;margin-top:6px}
.main-expand-wrapper{height:163px;overflow:hidden}
.main-expand-wrapper.main-expand-wrapper-insurance,.main-expand-wrapper.expanded{height:auto;overflow:auto}
.main-expand-wrapper-insurance{#background:#fff}
.main-expand-footer-block{margin:0 -40px -20px;padding:20px 40px 0;text-align:center;border-top:solid 1px #e8e8e8}
.main-specialty-list{margin:0 0 0 -30px;padding:0;list-style:none}
.main-specialty-list li{width:33.33333333%;float:left;padding-left:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.main-specialty-list li a{display:block;padding:10px 0;border-top:solid 1px #e8e8e8;line-height:20px;color:#4c4c4c;text-decoration:none;-webkit-transition:all ease .3s;transition:all ease .3s}
.main-specialty-list li a:hover,.main-specialty-list li a:focus{color:#238fd4}
.main-specialty-list li:nth-child(1) a,.main-specialty-list li:nth-child(2) a,.main-specialty-list li:nth-child(3) a{border-top:0}
.main-departments-list{margin:0;padding:0;list-style:none}
.main-departments-list li{width:14.67%;float:left;padding:10px}
.main-departments-list li a{display:block;height:90px;margin:-1px 0 0 -1px;vertical-align:middle;text-align:center;border:solid 1px #9c9c9c;overflow:hidden;-webkit-transition:all ease 1.1s;transition:all ease 1.1s;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;background:#fff;border-radius:5px}
.main-departments-list li a img{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.main-departments-list li a:hover,.main-departments-list li a:focus{#background:rgba(215,14,15,0.15);#filter:blur(1px);#-webkit-filter:contrast(185%);#-webkit-filter:hue-rotate(65deg);#width:400px;#height:400px;-webkit-transition:all ease .35s;transition:all ease .35s;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;#border-radius:17%;#border:none;box-shadow:0 0 4px rgba(0,0,0,0.5);filter:saturate(100%)}
.main-insurance-list{margin:0;padding:0;list-style:none}
.main-insurance-list li{width:25%;float:left}
.main-insurance-list li a{display:block;height:180px;margin:-1px 0 0 -1px;vertical-align:middle;text-align:center;border:solid 1px #e8e8e8;overflow:hidden;-webkit-transition:all ease .3s;transition:all ease .3s;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}
.main-insurance-list li a img{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.main-insurance-list li a:hover,.main-insurance-list li a:focus{background:rgba(0,0,0,0.05)}
.content-directions ul{margin:0;padding:0;list-style:none}
.content-directions ul li{font-size:18px}
.content-directions ul li > ul{margin-top:20px}
.content-directions ul li li{font-size:15px;padding:0}
.block-links-list{padding:0;list-style:none;font-size:17px}
.block-links-list li{float:left}
.block-links-list li .block-link-item{padding:20px;text-align:center;background:#fff;border-radius:2px;border:solid 1px #e8e8e8;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}
.block-links-list li .block-link-item.ta-left{text-align:left}
.block-links-list li .block-link-item img{max-height:80px;margin-bottom:10px}
.block-links-list li .block-link-item .vertical-wrapper{display:block;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.search-in-page-wrapper{position:relative}
.search-in-page-input{margin:3px 0;padding-left:40px;box-shadow:0 0 0 3px rgba(0,0,0,.05)}
.search-in-page-input:focus{box-shadow:0 0 0 3px rgba(35,143,212,0.15)}
.search-in-page-input.not-empty + .search-in-page-reset{opacity:1}
.search-in-page-btn,.search-in-page-reset{display:block;position:absolute;width:20px;height:20px;margin-top:-9px;top:50%;right:15px;background:transparent;border:0;padding:0}
.search-in-page-reset{left:auto;right:15px;opacity:0;-webkit-transition:all ease .3s;transition:all ease .3s}
.search-in-page.noshadow .search-in-page-input{margin:0;box-shadow:none}
.search-in-page-btn:focus .icon-search,.search-in-page-input:focus + .search-in-page-btn .icon-search{background-position:-60px -40px}
.doctor-photo{float:left;width:250px;height:300px;border-radius:3px;overflow:hidden;background-position:50% 20%;background-size:cover;margin-right:60px;border-radius: 8px}
.doctor-short-info h1,.doctor-short-info .h1{font-size:48px;line-height:1;font-family:'core_sans_a_75_extraboldRg',sans-serif;font-weight:500;margin-bottom:42px;margin-top:42px}
.doctor-menu{border-top:solid 1px #e8e8e8}
.doctor-menu ul{margin:0;padding:20px 0;list-style:none}
.doctor-menu ul:before,.doctor-menu ul:after{content:" ";display:table}
.doctor-menu ul:after{clear:both}
.doctor-menu ul li{float:left;margin-left:24px;padding-left:24px;font-size:17px;border-left:solid 1px #e8e8e8}
.doctor-menu ul li:first-child{margin-left:0;padding-left:0;border-left:0}
.doctor-menu ul a.active{color:#4c4c4c;font-weight:700;text-decoration:none}
.doctor-menu ul a.active:hover{text-decoration:underline}
.timeline-item{margin-top:20px;padding-top:20px;border-top:solid 1px #d4d4d4}
.timeline-item:before,.timeline-item:after{content:" ";display:table}
.timeline-item:after{clear:both}
.timeline-item:first-child{margin-top:0;padding-top:0;border:0}
.timeline-date{width:130px;float:left;margin-right:10px;font-size:17px;font-weight:700}
.timeline-content{overflow:hidden}
.feedback-item-header{font-size:17px;margin-bottom:20px;color:#333}
.feedback-item-header:before,.feedback-item-header:after{content:" ";display:table}
.feedback-item-header:after{clear:both}
.doctors-search{text-align:right}
.doctors-search .input-round-search{float:none}
.doctors-search .btn-round-search{float:right}
.doctor-item{padding:20px;position:relative}
.doctor-item-image{display:block;margin:0 auto;width:120px;height:170px;border-radius:1px;background-color:#f5f5f5;background-position:50% 20%;background-size:cover;-webkit-transition:all ease .4s;transition:all ease .4s}
.doctor-item-image:hover{box-shadow:0 0 0 3px rgba(35,143,212,0.2)}
.doctor-item-content{position:relative;text-align:center;min-height:50px}
.doctor-item-content.have-footer{padding-bottom:40px}
.doctor-item-content.have-footer.have-question{padding-bottom:60px}
.doctor-item-content.have-footer.have-question .addquestion-link-block{bottom:25px}
.doctor-item-header{font:normal 17px/20px Arial,sans-serif;margin:20px 0 10px}
.doctor-item-description{font-size:14px;line-height:16px;color:gray}
.doctor-item-footer{position:absolute;bottom:0;left:0;right:0;font-size:14px;line-height:20px}
.doctor-item-footer .day{display:inline-block;margin-right:10px}
.doctor-item-footer .addquestion-link-block{position:absolute;bottom:0;left:0;right:0}
.doctor-item-comments{position:absolute;display:block;width:34px;height:34px;top:20px;right:20px;background:url(/local/templates/s21_nobar_copy/images/all-icons-blue.png) no-repeat -30px 0;font-size:14px;line-height:34px;color:gray;text-decoration:none;text-align:center}
@media screen and (min-resolution: 192dpi) {
.doctor-item-comments{background-image:url(/local/templates/s21_nobar_copy/images/all-icons-blue@2x.png);background-size:80px 180px}
}
.doctor-item-comments:hover,.doctor-item-comments:focus{color:#238fd4;text-decoration:none}
.photoalbum-cover{position:relative}
@media (max-width: 768px) {
.photoalbum-cover{margin-top:10px;margin-bottom:10px}
}
@media (min-width: 768px) and (max-width: 991px) {
.photoalbum-cover{margin-top:20px;margin-bottom:20px}
}
@media (min-width: 992px) and (max-width: 1279px) {
.photoalbum-cover{margin-top:20px;margin-bottom:20px}
}
@media (min-width: 1280px) {
.photoalbum-cover{margin-top:20px;margin-bottom:20px}
}
.photoalbum-cover-btn{position:absolute;top:40px;left:40px;background-color:rgba(255,255,255,0.5)}
.in-page-nav{margin:0;padding:0;list-style:none;overflow:hidden;background:#fff;border-radius:2px;border:solid 1px #e8e8e8}
.in-page-nav-price{border-width:0}
.in-page-nav li a{display:block;padding:13px 20px;border-top:solid 1px #d4d4d4;line-height:20px;color:#353535;text-decoration:none;-webkit-transition:all ease .3s;transition:all ease .3s}
.in-page-nav li a:hover,.in-page-nav li a:focus{color:#238fd4;background-color:#f8f8f8}
.in-page-nav li:first-child a{border-top:0}
.in-page-nav-noborder{border-width:0}
.in-page-nav-noborder li a{padding:10px 0}
.in-page-nav-noborder li a:hover,.in-page-nav-noborder li a:focus{background-color:transparent}
.in-page-nav-noborder li:first-child a{padding-top:0}
.in-page-nav-noborder li:last-child a{padding-bottom:45px}
.news-item{margin:0;padding:30px 0;border-bottom:dashed 1px #008fd5}
.news-item:before,.news-item:after{content:" ";display:table}
.news-item:after{clear:both}
.news-item:first-child{padding-top:0}
.news-item:last-child{margin-bottom:0;border-bottom:0;padding-bottom:0}
.news-item-image{float:left;margin:0 30px 0 0;max-width:280px}
.news-item-image + .news-item-content{overflow:hidden}
.news-item-header{font:normal 19px/28px Arial,sans-serif;margin:0 0 15px}
.news-item-header a{color:#4c4c4c;text-decoration:none}
.news-item-header a:hover,.news-item-header a:focus{color:#238fd4}
.news-item-date{font-size:14px;margin-bottom:10px;color:gray}
.short-news-image{float:right;padding:40px 40px 40px 20px;width:50%;text-align:right;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.short-news-image + .short-news-item-big{float:left;width:50%}
.short-news-item{float:left;width:50%;padding:40px;border-right:solid 1px #e8e8e8;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.short-news-item + .short-news-item{border-right:0;border-left:solid 1px #e8e8e8;margin-left:-1px}
.short-news-item-big{border:0;overflow:hidden;padding-right:20px;float:none;width:auto}
.short-news-date{color:gray;margin-bottom:10px}
.short-news-header{font-size:19px}
.short-news-text{margin-top:20px;color:gray}
.news-block-square{background:#fff;border-radius:2px;border:solid 1px #e8e8e8}
.news-block-square .news-block-items{margin:-1px 0 0 -1px}
.news-block-square .news-block-item{float:left;border-top:solid 1px #e8e8e8;border-left:solid 1px #e8e8e8;padding:40px;width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.news-block-line .news-block-item{margin-top:30px}
.news-block-line .news-block-item:first-child{margin-top:0}
.page-navigation{display:inline-block;margin:20px 0}
.page-navigation-wrapper{text-align:center}
.page-navigation-pages a{display:inline-block;min-width:36px;font-size:17px;height:36px;line-height:40px;text-align:center;padding:0 5px;color:#4c4c4c;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all ease .3s;transition:all ease .3s}
.page-navigation-pages a:hover,.page-navigation-pages a:focus{text-decoration:none;color:#238fd4;background:#fff}
.page-navigation-pages a.current{color:#fff;background:#238fd4}
.page-navigation .right-arr,.page-navigation .left-arr{font-size:18px;color:gray}
.page-navigation .right-arr:hover,.page-navigation .left-arr:hover{color:#238fd4;text-decoration:none}
.page-navigation .right-arr{margin-left:20px}
.page-navigation .left-arr{margin-right:20px}
.footer-wrapper{margin-top:40px}
.container-primary-line{background:#238fd4;color:#fff;font-size:19px;text-align:center}
.footer-header{font:normal 17px/40px Arial,sans-serif;margin-bottom:10px;border-bottom:solid 1px #e8e8e8}
.footer-nav{margin:0;padding:0;list-style:none;font-size:14px}
.footer-nav li{margin-bottom:15px;line-height:18px}
.footer-nav a{color:gray;border-bottom:solid 1px rgba(37,127,184,0.2);text-decoration:none;-webkit-transition:all ease .3s;transition:all ease .3s}
.footer-nav a:hover,.footer-nav a:focus{text-decoration:none;color:#238fd4;border-bottom-color:#238fd4}
.footer-contacts p{margin-top:0}
.round-search{margin-top:20px}
.input-round-search{border-radius:20px 0 0 20px;margin-bottom:0;float:left;border-right:0;width:190px}
.input-round-search-top{border-radius:0 0 0 0;margin-bottom:0;margin-top:2px;float:left;border-right:0;max-width:85%;max-height:28px}
@media (min-width: 1279px) {
.input-round-search{width:226px}
}
.doctors-search .input-round-search{width:310px}
.input-round-search.input-block{width:860px}
.btn-round-search{border-radius:0 20px 20px 0;padding:0;width:80px}
.btn-round-search-top{border-radius:0 0 0 0;padding:0;margin-top:2px;width:15%;height:28px;margin-left:0;font:normal 15px Arial,sans-serif;position:relative}
.footer-carousel-wrapper{padding:20px 50px;position:relative}
.footer-carousel.owl-carousel .owl-item a{display:block;text-align:center;background:#fff;padding:16px;border:solid 1px #e8e8e8;border-radius:4px;color:gray;text-decoration:none;font-size:12px;line-height:16px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.footer-carousel.owl-carousel .owl-item img{width:auto;margin:0 auto 10px}
.footer-carousel .owl-next,.footer-carousel .owl-prev{position:absolute;top:50%;margin-top:-16px;width:18px;height:34px;text-indent:-9999px;background:url(/local/templates/s21_nobar_copy/images/all-icons-blue.png) no-repeat -30px -70px}
@media screen and (min-resolution: 192dpi) {
.footer-carousel .owl-next,.footer-carousel .owl-prev{background-image:url(/local/templates/s21_nobar_copy/images/all-icons-blue@2x.png);background-size:80px 180px}
}
.footer-carousel .owl-next:hover,.footer-carousel .owl-prev:hover{background-position:-30px -110px}
.footer-carousel .owl-prev{left:-50px}
.footer-carousel .owl-next{background-position:-60px -70px;right:-50px}
.footer-carousel .owl-next:hover{background-position:-60px -110px}
.footer-carousel .carousel-item-image{height:50px;display:block;margin-bottom:5px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}
.footer-carousel .carousel-item-image img{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);max-height:50px}
.price-download-block,.sale-block,.municipal-org-link span{display:block;height:80px;position:relative;font-size:14px;line-height:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.price-download-block,.sale-block,.municipal-org-link span,.price-download-block:hover,.sale-block:hover,.municipal-org-link span:hover,.price-download-block:focus,.sale-block:focus,.municipal-org-link span:focus{text-decoration:none}
.sale-block{padding:20px 20px 20px 100px}
.sale-block-img{position:absolute;top:0;left:0;width:78px;height:78px;background-position:50% 50%;background-size:cover;border-radius:2px 0 0 2px}
.price-download-block{padding:12px;height:80px;color:#238fd4}
.price-download-block,.price-download-block:hover,.price-download-block:focus{text-decoration:none}
.price-download-block:after{position:absolute;content:"";top:-1px;right:-1px;width:13px;height:13px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAAAAABXgLugAAAANklEQVR42k3HMQoAIAwEwfz/pQaEYGEjiLJN7qabqG1iUG2W79LeoxrVVKYylanMGnmssXK0+nNOoaGGiRugAAAAAElFTkSuQmCC) no-repeat 0 0}
.price-download-left{display:block;padding:8px;text-align:center;overflow:hidden}
.price-download-right{display:block;padding:8px 8px 8px 20px;float:right;border-left:solid 1px #e8e8e8;width:40px}
.municipal-org-link{display:block;color:#fff;text-align:center;background:url(/local/templates/s21_nobar_copy/images/content/municipal-org.png) no-repeat 50% 50%;background-size:cover;text-shadow:0 1px 1px rgba(0,0,0,0.8)}
.municipal-org-link:hover,.municipal-org-link:focus{color:#fff;text-decoration:none}
.municipal-org-link span{padding:20px;background-color:rgba(35,143,212,0.5)}
.big-footer-icon{display:block;border:solid 1px #f5f5f5;border-radius:5px;font-size:16px;padding:5px 5px 10px;text-decoration:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all ease .3s;transition:all ease .3s}
.big-footer-icon:hover,.big-footer-icon:focus{border-color:#238fd4;text-decoration:none}
.big-footer-icon img{padding-bottom:5px;max-width:100%}
.footer-menu-wrapper .col-2,.footer-menu-wrapper .col-3{padding:0 20px 0 0}
@media (min-width: 1279px) {
.footer-menu-wrapper .col-2,.footer-menu-wrapper .col-3{padding-right:40px}
}
.footer-menu-wrapper .col-3{width:230px;padding-left:20px}
@media (min-width: 1279px) {
.footer-menu-wrapper .col-3{padding-left:0}
}
.footer-menu-wrapper .col-2{width:190px}
.footer-menu-wrapper .col-2 + .col-3{width:270px;padding-left:0}
@media (min-width: 1279px) {
.footer-menu-wrapper .col-2 + .col-3{width:260px}
}
.footer-menu-wrapper .col-4{padding:0;width:280px}
@media (min-width: 1279px) {
.footer-menu-wrapper .col-4{padding:0;width:330px}
}
.aa-enable{cursor:pointer;color:#238fd4;text-transform:uppercase;font-size:18px;line-height:30px;font-weight:700;vertical-align:middle}
.aa-enable:hover,.aa-enable:focus{color:#000}
.aa-enable span{font-size:24px;line-height:30px}
.special-settings{display:none}
.special-aaVersion-on .special-settings{display:block}
.aa-show{display:none}
.special-aaVersion-on .aa-show{display:inline-block;float:right}
.special-aaVersion-on .aa-hide{display:none}
.container-error-page{position:relative}
.container-error-page h1{margin-top:200px;margin-bottom:40px;font-size:37px;color:#3f3f3f}
.container-error-page .round-search{width:370px;margin:0 auto 40px}
.container-error-page .round-search .input-round-search{width:290px}
.error-page-big-text{position:absolute;top:30px;left:50%;width:800px;margin-left:-400px;color:#ececec;font-size:400px;line-height:400px;text-align:center}
.schedule:before,.schedule:after{content:" ";display:table}
.schedule:after{clear:both}
.schedule-item{margin-top:-1px;border-radius:0 0 2px 2px;box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}
.schedule-item + .schedule-item{border-radius:2px;box-shadow:none}
@media (max-width: 768px) {
.schedule-item + .schedule-item{margin-top:10px}
}
@media (min-width: 768px) and (max-width: 991px) {
.schedule-item + .schedule-item{margin-top:20px}
}
@media (min-width: 992px) and (max-width: 1279px) {
.schedule-item + .schedule-item{margin-top:20px}
}
@media (min-width: 1280px) {
.schedule-item + .schedule-item{margin-top:20px}
}
.schedule-item .hour-relax,.schedule-item .hour-busy{font-size:13px}
.schedule-doctor,.schedule-search{float:left}
.schedule-doctor-item{padding:15px}
.schedule-doctor-image{float:left;width:100px;height:150px;border-radius:3px;overflow:hidden;background-position:50% 50%;background-size:cover;margin-right:15px}
.schedule-doctor-content{overflow:hidden}
.schedule-doctor-name{font-size:17px;line-height:20px;margin-bottom:10px}
.schedule-doctor-schedule{font-size:13px;margin-top:10px}
.schedule-doctor-schedule .day-wrapper{color:#a7a7a7}
.schedule-doctor-schedule .day-wrapper.today{color:#4c4c4c}
.schedule-doctor-schedule .day-wrapper.today .day{font-weight:700}
.schedule-doctor-schedule .day{display:inline-block;width:50px}
.schedule-search{padding:10px 15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.schedule-header{padding:10px 20px;border-bottom:solid 1px #e8e8e8}
.schedule-header-wrapper{border-bottom:solid 1px #e8e8e8;border-radius:2px 2px 0 0;box-shadow:0 1px 1px rgba(0,0,0,.05)}
.schedule-header-wrapper.is_stuck{z-index:100;background:#fff;border-radius:0;border-bottom:dashed 1px #f61e05}
.schedule-header-wrapper .schedule-week-wrapper{border-left:0}
.schedule-header-wrapper .schedule-week-header{padding:16px 3px;box-shadow:none;border-bottom:0}
.schedule-header-wrapper .search-in-page-input{margin:0;box-shadow:none}
.schedule-week-wrapper{float:right;border-left:solid 1px #e8e8e8;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.schedule-week:before,.schedule-week-header:before,.schedule-week:after,.schedule-week-header:after{content:" ";display:table}
.schedule-week:after,.schedule-week-header:after{clear:both}
.schedule-week-header{padding:7px 3px;border-bottom:solid 1px #e8e8e8;box-shadow:0 1px 1px rgba(0,0,0,.05)}
.schedule-day{min-height:270px;border-left:solid 1px #e8e8e8}
.collapsed .schedule-day{}
.schedule-day,.schedule-day-header{float:left;width:14%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 3px;text-align:center;color:#a7a7a7}
.schedule-day:last-child,.schedule-day-header:last-child{width:16%}
.schedule-day-header.today{font-weight:700;color:#4c4c4c}
.schedule-day:first-child{border-left:0}
.schedule .hour{height:33px;line-height:33px;padding:3px 0 0;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.schedule .hour-busy{border:dashed 1px #cfcfcf;background:#f5f5f5;border-radius:2px}
.schedule .hour-relax{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAnRSTlMAGovxNEIAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAGElEQVQI12NwYGBgYGRgYGFgEGBgcIAzAQm3AKut7peOAAAAAElFTkSuQmCC) repeat 0 0;margin-bottom:3px!important}
.schedule .hour-text{line-height:20px;vertical-align:top;display:inline-block;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.schedule .hour[class*="hour-height-"]{margin:3px 0 0;padding:0;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}
.schedule .hour-height-16{height:525px}
.schedule .hour-height-15{height:492px}
.schedule .hour-height-14{height:459px}
.schedule .hour-height-13{height:426px}
.schedule .hour-height-12{height:393px}
.schedule .hour-height-11{height:360px}
.schedule .hour-height-10{height:327px}
.schedule .hour-height-9{height:294px}
.schedule .hour-height-8{height:261px}
.schedule .hour-height-7{height:228px}
.schedule .hour-height-6{height:195px}
.schedule .hour-height-5{height:162px}
.schedule .hour-height-4{height:129px}
.schedule .hour-height-3{height:96px}
.schedule .hour-height-2{height:63px}
.schedule .hour-height-1{height:30px}
.schedule .collapsed .hour.reserved{display:none}
.schedule-expand-block{padding:10px;text-align:center;border-top:solid 1px #e8e8e8}
.container-steps-select{margin-top:-1px}
.steps-select{background:url(data:image/gif;base64,R0lGODlhAgACAPAAAOjo6AAAACH5BAAAAAAALAAAAAACAAIAAAIChFEAOw==) repeat-x 0 50%;margin-bottom:20px}
.step-item{float:left;height:50px;text-align:center}
.step-item-inner{height:50px;vertical-align:middle;font-size:16px;max-width:140px;color:#4c4c4c;display:inline-block;position:relative;margin:0 auto;padding:0 5px 0 60px;background:#fff;text-align:left;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}
.step-item-inner.current,.step-item-inner:hover,.step-item-inner:focus{color:#4c4c4c}
.step-item-inner.current .step-item-num,.step-item-inner:hover .step-item-num,.step-item-inner:focus .step-item-num{border-color:#238fd4;box-shadow:0 0 0 4px rgba(35,143,212,0.2)}
.step-item-inner.current .step-item-num{font-weight:700}
.step-item-inner.checked .step-item-num{background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAVklEQVR42p2PQQrAMAgE+wj7nPRtPrlI740BL0mACSssXnZGvJRx93tEhVsmMm/GFPjL/CUxCa79bD+psNU/MYqn8CqIqcAwXwGYJQCzBGCWMMySdtLtFG2Y+yIZspAAAAAASUVORK5CYII=) no-repeat 50% 50%;text-align-last:left;text-indent:-9999px}
.step-item:first-child .step-item-inner{margin-left:0;padding-left:40px;float:left}
.step-item:first-child .step-item-inner .step-item-num{left:0}
.step-item:last-child .step-item-inner{margin-right:0;padding-right:0;float:right}
.step-item-num{position:absolute;top:50%;left:10px;margin-top:-17px;display:block;width:30px;height:30px;line-height:32px;border:solid 2px #b4b4b4;text-align:center;border-radius:3px;-webkit-transition:all ease .3s;transition:all ease .3s}
.step-item-text{overflow:hidden;line-height:20px;vertical-align:top;display:inline-block;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.steps-breadcrumbs{margin-bottom:8px}
.steps-breadcrumb{display:block;float:left;margin:20px 8px 16px;padding:0 1px 0 15px;max-width:100%;height:36px;line-height:34px;border:solid 1px #a1a1a1;border-radius:3px;text-decoration:none;color:#7f7f7f;position:relative;left:-8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.steps-breadcrumb-text:after{position:absolute;content:"";width:34px;height:34px;top:0;right:5px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAATUlEQVR42pWRAQoAIAgDfXiKD6u3VQKDQGY1iGTcBFXcfe7XhCsYDS4KQ6AC44dhMCgIpQABWWCUIHSA/QYq6cynTjMwkPowXvf8dcEF0ml9AAlSf/kAAAAASUVORK5CYII=) no-repeat 50% 50%;opacity:.7}
.steps-breadcrumb:hover,.steps-breadcrumb:focus{color:inherit;text-decoration:none}
.steps-breadcrumb:hover .steps-breadcrumb-text:after,.steps-breadcrumb:focus .steps-breadcrumb-text:after{opacity:1}
.steps-breadcrumb:last-child{margin-right:0}
.steps-breadcrumb-name{display:block;float:left;padding-right:18px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAiCAAAAABDphc6AAAAbUlEQVR42mXQsQrAIAwEUP//HyuCBQehWBCqhpIG2rsOcXqDesmFVuQ74Y4D1FpJiRPUcpBXWqDuJ9kzqamTrZAWA1oMaTGgxZAjLdBiyJ4dcQHP/GeyTReMcTCkGx0LYU0s7yp5v2d9vtS/6gff4UsUZKjacQAAAABJRU5ErkJggg==) no-repeat 100% 50%;color:#008fd5;font-size:16px}
.steps-breadcrumb-text{display:block;color:#4c4c4c;padding:0 40px 0 10px;background:#fbfbfb;border-radius:0 34px 34px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.bx-firefox .steps-breadcrumb-text{display:inline-block;max-width:500px}
.tree-column{margin:0;list-style:none;-moz-column-count:3;-webkit-column-count:3;column-count:3;-moz-column-gap:10px;-webkit-column-gap:10px;column-gap:10px}
.bx-ie9 .tree-column{padding:0!important}
.column-item{width:100%;display:inline-block}
.column-item-letter{float:left;width:30px;font:normal 17px/17px Arial,sans-serif;margin-top:-5px}
.links-block{margin:-20px 0 0 -20px;padding:0;list-style:none}
.links-block li{float:left;margin:20px 0 0 20px}
.links-block li a{display:inline-block;font-size:17px;padding:15px 30px;text-decoration:none;color:#4c4c4c;background:#fff;border-radius:2px;border:solid 1px silver;-webkit-transition:all ease .3s;transition:all ease .3s}
.links-block li a:hover,.links-block li a:focus{color:#238fd4;border-color:#238fd4}
.step-doctor{background:#fff;border-radius:2px;border:solid 1px #b4b4b4}
.step-doctor .doctor-photo{width:100px;height:100px;margin:0}
.step-doctor-header{display:table;width:100%}
.step-doctor-col{display:table-cell;vertical-align:middle;padding:20px}
.step-doctor-name{font-size:19px}
.step-doctor-info{line-height:18px;color:gray}
.step-doctor-week{border-top:solid 1px #d4d4d4}
.step-doctor-day{border-left:solid 1px #d4d4d4;display:block;width:14%;height:72px;float:left;padding:12px 15px;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.step-doctor-day:last-child{width:16%}
.step-doctor-day:first-child{border-left:0}
.step-doctor-day .doctor-tikket{cursor:pointer;position:absolute;top:10px;right:15px;height:20px;width:32px;text-align:center;font-size:14px;line-height:20px;color:#858585;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAUCAYAAADskT9PAAAAmUlEQVR42u2WMQ5AQBREt6FwBjdBQ8Vh6BSuJU6hod5W6FW6NSMke4L/FbvJk8lv3iTYXWOtrcEOnDA73eYNuRFedNLN4IzSojsUeB4gVZCnX4EBrCASlEdgAf03GEErWKADkz8owCxYYAaVP0jAKVjgolO9gPYrKJnVP0L/N4wFC8Svc1DdiMJZ8IsCmheSDBwMDQNwwmx034BPq+tzzwQSAAAAAElFTkSuQmCC) no-repeat 0 0}
.step-services-theme .in-page-nav-price li a{padding-top:8px;padding-bottom:8px}
.step-services-theme-header{font-size:17px}
.step-services-theme-content{margin:20px 0;padding-left:40px;border-left:dotted 3px #008fd5}
.styler-steps.jq-selectbox{float:left}
.styler-steps .jq-selectbox__select{height:34px;line-height:34px;font-size:15px;border:0;background:#fbfbfb;border-radius:0 20px 20px 0;margin-top:-34px;margin-left:65px;width:993px}
.styler-steps .jq-selectbox__dropdown{font-size:15px}
.styler-steps .jq-selectbox__select:hover,.styler-steps .jq-selectbox__select:active,.styler-steps.focused .jq-selectbox__select,.styler-steps.dropdown .jq-selectbox__select{color:#238fd4}
.record-tikket{padding:20px}
.record-tikket-date{margin-bottom:20px;font-size:18px;line-height:25px}
.record-tikket-time{float:right;font-size:32px}
.record-tikket-header{color:gray;margin-bottom:10px}
.record-tikket-text{margin-bottom:30px;text-align:center;font-size:17px}
.record-tikket-price{border-top:dashed 1px #008fd5;border-bottom:dashed 1px #008fd5;margin:20px -20px;padding:20px;font-size:20px;color:#000;font-weight:500}
ol.unstyled,ul.unstyled{margin:0;padding:0;list-style:none}
ul.big-list{margin:20px 0;padding:0;list-style:none}
ul.big-list li{margin:5px 0;font-size:18px;line-height:25px}
ul.list-dot{margin:20px 0;padding:0;list-style:none}
ul.list-dot li{margin:0 0 3px;padding:0 0 0 20px;color:gray;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAR0lEQVR42mNgAIKDBw+qAvFaIP4IxSC2KgNUUh2I3wPxfzQMElNngKr+jwOvZYAaiUvBZ6IUELQCvyORfAIy6RMUg9hqIDkAn8C5evfz+oMAAAAASUVORK5CYII=) no-repeat 0 7px}
ul.list-dot-white{margin-bottom:0}
ul.list-dot-white li{color:#fff;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAQAAABuBnYAAAAAOUlEQVQY022NyQ3AIBDE3AzZ6rc2FFKA8wJx+WlpxoDFtNlMC2BY7VQD05nEdxHfRRyT/RSMkX3gBx9cbYxtL8tVAAAAAElFTkSuQmCC)}
.ta-center,.table th.ta-center,.table td.ta-center{text-align:center}
.ta-left,.table th.ta-left,.table td.ta-left{text-align:left}
.ta-right,.table th.ta-right,.table td.ta-right{text-align:right}
.va-bottom,.table th.va-bottom,.table td.va-bottom{vertical-align:bottom}
.va-top,.table th.va-top,.table td.va-top{vertical-align:top}
.va-middle,.table th.va-middle,.table td.va-middle{vertical-align:middle}
.td-n{text-decoration:none}
.td-u{text-decoration:underline}
.tt-u{text-transform:uppercase}
.tt-n{text-transform:none}
.hide,.d-n{display:none}
.show,.d-b{display:block}
.inline-block,.d-ib{display:inline-block}
.inline,.d-i{display:inline}
.invisible,.vis-h{visibility:hidden}
.verdana{font-family:Verdana,sans-serif}
.tahoma{font-family:Tahoma,sans-serif}
.arial{font-family:Arial,sans-serif}
.p-r,.pos-r{position:relative}
.p-a,.pos-a{position:absolute}
.p-f,.pos-f{position:fixed}
.ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px}
.ir:before{content:"";display:block;width:0;height:100%}
.ov-h{overflow:hidden}
.hidden{display:none!important;visibility:hidden}
.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
.invisible,.viz-h{visibility:hidden}
.p0{padding:0}
.p10{padding:10px}
.p20{padding:20px}
.p30{padding:30px}
.p40{padding:40px}
.pt0{padding-top:0}
.pt10{padding-top:10px}
.pt20{padding-top:20px}
.pt30{padding-top:30px}
.pt40{padding-top:40px}
.pr0{padding-right:0}
.pr10{padding-right:10px}
.pr20{padding-right:20px}
.pr30{padding-right:30px}
.pr40{padding-right:40px}
.pb0{padding-bottom:0}
.pb10{padding-bottom:10px}
.pb20{padding-bottom:20px}
.pb30{padding-bottom:30px}
.pb40{padding-bottom:40px}
.pl0{padding-left:0}
.pl10{padding-left:10px}
.pl20{padding-left:20px}
.pl30{padding-left:30px}
.pl40{padding-left:40px}
.m0{margin:0}
.m10{margin:10px}
.m20{margin:20px}
.m30{margin:30px}
.m40{margin:40px}
.m50{margin:50px}
.mt0{margin-top:0}
.mt10{margin-top:10px}
.mt20{margin-top:20px}
.mt30{margin-top:30px}
.mt40{margin-top:40px}
.mt50{margin-top:50px}
.mr0{margin-right:0}
.mr10{margin-right:10px}
.mr20{margin-right:20px}
.mr30{margin-right:30px}
.mr40{margin-right:40px}
.mr50{margin-right:50px}
.mb0{margin-bottom:0}
.mb10{margin-bottom:10px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px}
.mb50{margin-bottom:50px}
.ml0{margin-left:0}
.ml10{margin-left:10px}
.ml20{margin-left:20px}
.ml30{margin-left:30px}
.ml40{margin-left:40px}
.ml50{margin-left:50px}
.text-light,a.text-light{color:#28292b;line-height:32px;font-size:20px}
.text-dark,a.text-dark{color:#4c4c4c}
.text-muted,a.text-muted{color:#cdcdcd}
.text-primary,a.text-primary{color:#238fd4}
.text-secondary,a.text-secondary{color:#257fb8}
.fz12{font-size:12px}
.fz14{font-size:14px}
.fz16{font-size:16px}
.fz17{font-size:17px}
.fz18{font-size:18px}
.fz19{font-size:19px}
.fz20{font-size:20px}
.fz21{font-size:21px}
.fz22{font-size:22px}
.fz24{font-size:24px}
.fz26{font-size:26px}
.fz30{font-size:30px}
.alert{border:solid 1px #ea5600;background:rgba(234,86,0,0.1);color:#ea5600;padding:20px;border-radius:5px}
.alert-info{color:#45a3ba;background:rgba(69,163,186,0.2);border-color:#45a3ba}
.alert-success{color:#409990;background:rgba(64,153,144,0.2);border-color:#409990}
.alert-error{color:#a42338;background:rgba(164,35,56,0.2);border-color:#a42338}
.alert p:first-child{margin-top:0}
.alert p:last-child{margin-bottom:0}
.body-wrapper .alert font.errortext,.body-wrapper .alert font{color:inherit!important}
.body-wrapper .errortext,.body-wrapper .notetext{display:block;border:solid 1px #45a3ba;background:rgba(69,163,186,0.2);color:#45a3ba!important;padding:20px;border-radius:5px}
.body-wrapper .errortext{color:#a42338!important;background:rgba(164,35,56,0.2);border-color:#a42338}
.clearfix:before,.clearfix:after{content:" ";display:table}
.clearfix:after{clear:both}
.clr{clear:both;height:0;overflow:hidden}
.fleft,.fll,.fl-l{float:left}
.fright,.flr,.fl-r{float:right}
img[align="right"]{padding:0 0 20px 20px}
img[align="left"]{padding:0 20px 20px 0}
img.ta-center,img[align="center"]{display:block;margin:0 auto}
.badge{display:inline-block;font:normal 14px/24px Arial,sans-serif;height:24px;min-width:24px;padding:0 8px;text-align:center;background:#f5f5f5;color:gray;border-radius:24px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.h-block{background-position:0 0;border-radius:5px;background-image:url(/local/templates/s21_nobar_copy/images/pills.png);background-repeat:repeat}
.h-block[style*="background-image"]{background-size:cover;background-position:50% 50%}
.h-block-inner{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,0.1);padding:20px;border-radius:5px;position:relative}
.h-block-inner.violet{background-image:-webkit-linear-gradient(top left,rgba(223,130,199,0.9) 0%,rgba(121,108,180,0.9) 100%),-webkit-linear-gradient(rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);background-image:-o-linear-gradient(top left,rgba(223,130,199,0.9) 0%,rgba(121,108,180,0.9) 100%),-o-linear-gradient(rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);background-image:linear-gradient(to bottom right,rgba(223,130,199,0.9) 0%,rgba(121,108,180,0.9) 100%),linear-gradient(rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%)}
.bx-ie9 .h-block-inner.violet{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGY4MmM3IiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzk2Y2I0IiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)}
.h-block-inner.violet .btn{color:#796cb4}
.h-block-inner.blue{background:-webkit-linear-gradient(top left,rgba(76,181,255,0.9) 0%,rgba(76,131,255,0.9) 100%),-webkit-linear-gradient(rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);background:-o-linear-gradient(top left,rgba(76,181,255,0.9) 0%,rgba(76,131,255,0.9) 100%),-o-linear-gradient(rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);background:linear-gradient(to bottom right,rgba(76,181,255,0.9) 0%,rgba(76,131,255,0.9) 100%),linear-gradient(rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%)}
.bx-ie9 .h-block-inner.blue{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNGNiNWZmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNGM4M2ZmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)}
.h-block-inner.blue .btn{color:#4c83ff}
.h-block-inner.green{background:-webkit-linear-gradient(top left,rgba(34,208,119,0.9) 0%,rgba(26,164,93,0.9) 100%),-webkit-linear-gradient(rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);background:-o-linear-gradient(top left,rgba(34,208,119,0.9) 0%,rgba(26,164,93,0.9) 100%),-o-linear-gradient(rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);background:linear-gradient(to bottom right,rgba(34,208,119,0.9) 0%,rgba(26,164,93,0.9) 100%),linear-gradient(rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%)}
.bx-ie9 .h-block-inner.green{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjJkMDc3IiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWFhNDVkIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)}
.h-block-inner.green .btn{color:#1aa45d}
.h-block-inner .btn{background-color:#fff;text-shadow:none;border:solid 2px transparent}
.h-block-inner .btn.btn-big{line-height:40px}
.h-block-inner .btn.btn-small{line-height:28px}
.h-block-inner .btn.btn-mini{line-height:20px}
.h-block-inner .btn:hover,.h-block-inner .btn:focus{color:#fff;background:rgba(255,255,255,0.2);border-color:#fff}
.h-block-inner .va-middle{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center}
.h-block-header{height:3em;overflow:hidden;margin-top:0;margin-bottom:-10px;color:#fff}
.sale-label{display:inline-block;height:26px;line-height:26px;background:#257fb8;color:#fff;position:relative;margin-right:13px;padding:0 7px 0 10px;border-radius:2px 3px 3px 2px;z-index:1}
.sale-label:after{position:absolute;content:"";top:4px;right:-8px;width:18px;height:18px;border-radius:0 0 4px 0;background:#257fb8;z-index:-1;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.sale-label.violet{background:#796cb4}
.sale-label.violet:after{background:#796cb4}
.sale-label.green{background:#1aa45d}
.sale-label.green:after{background:#1aa45d}
.sale-label.blue{background:#4c83ff}
.sale-label.blue:after{background:#4c83ff}
.sale-label.info{background:#45a3ba}
.sale-label.info:after{background:#45a3ba}
.sale-label.warning{background:#ea5600}
.sale-label.warning:after{background:#ea5600}
.sale-label.success{background:#409990}
.sale-label.success:after{background:#409990}
@media print {
.print-hide{display:none}
.print-block{width:15cm;font-size:110%}
.print-block hr{border-bottom:solid 1px #f5f5f5}
}
.blog-tab-left,.blog-tab-right{display:none}
.blog-tab-container{border-radius:5px 5px 0 0}
.blog-tab{border-radius:5px 5px 0 0;height:auto}
.blog-tab:before,.blog-tab:after{content:" ";display:table}
.blog-tab:after{clear:both}
.personal-link1 a,.personal-link2 a,.personal-right a{background-image:none!important;padding-left:0!important}
.content_dep{margin:25px 10px -15px}
.col-margin-top-20{margin-top:20px}

@media (max-width: 712px) {
	.medkarta-circle-banner-wrapper {
		bottom: 20px !important;
	}
}
/* End */
/* /local/templates/s21_nobar_copy/css/pushy.css?17588753783849 */
/* /local/templates/s21_nobar_copy/css/color-blue.css?175887537812540 */
/* /local/templates/s21_nobar_copy/libs/swiper/swiper-bundle.min.css?175913170818454 */
/* /local/templates/s21_nobar_copy/css/styles.css?1758875378143402 */
/* /local/templates/s21_nobar_copy/css/custom.css?17591353501082 */
/* /local/templates/s21_nobar_copy/components/bitrix/menu/top2/style.css?175887391291 */
/* /local/templates/s21_nobar_copy/components/bitrix/breadcrumb/universal_new/style.min.css?1758873912620 */
/* /local/templates/s21_nobar_copy/components/api/auth.ajax/template1/styles.css?1758873911772 */
/* /bitrix/components/api/auth.login/templates/.default/styles.css?16154028006064 */
/* /bitrix/components/api/auth.restore/templates/.default/styles.css?1615402800810 */
/* /bitrix/templates/.default/components/api/formdesigner/feedback_online/themes/modern/style.css?158101560011624 */
/* /local/templates/s21_nobar_copy/components/api/formdesigner/feedback_new/themes/modern/style.css?175887391111446 */
/* /local/templates/s21_nobar_copy/components/api/formdesigner/feedback_new_vip/themes/modern/style.css?175887391111446 */
/* /bitrix/templates/.default/components/bitrix/news.list/partners_css/style.css?1534100400632 */
/* /bitrix/components/abudagov/socnetlink/templates/.default/style.min.css?15547500002667 */
/* /local/templates/s21_nobar_copy/styles.css?175887537845098 */
/* /local/templates/s21_nobar_copy/template_styles.css?175887391298139 */
