

/* Start:/local/templates/medicina-vebinar/css/owl.carousel.css?16959752436297*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.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;}

.fadeOut {animation-name: fadeOut;}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.bounceOut {animation-name: bounceOut;}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.slideOutDown {animation-name: slideOutDown;}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.rollOut {animation-name: rollOut;}
@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.animated.hinge {animation-duration: 2s;}
.hinge {animation-name: hinge;}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.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;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
	width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-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;
}
.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 */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.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 - Video Plugin
 */
.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/medicina-vebinar/css/../img/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);
  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;
}

/* End */


/* Start:/local/templates/medicina-vebinar/css/font-awesome.min.css?169597524331000*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/local/templates/medicina-vebinar/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/local/templates/medicina-vebinar/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/local/templates/medicina-vebinar/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/local/templates/medicina-vebinar/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/local/templates/medicina-vebinar/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/local/templates/medicina-vebinar/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/local/templates/medicina-vebinar/vendor/air-datepicker/air-datepicker.css?169652757322479*/
.air-datepicker-cell.-year-.-other-decade-,
.air-datepicker-cell.-day-.-other-month- {
    color: var(--adp-color-other-month)
}

.air-datepicker-cell.-year-.-other-decade-:hover,
.air-datepicker-cell.-day-.-other-month-:hover {
    color: var(--adp-color-other-month-hover)
}

.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
    color: var(--adp-color-other-month)
}

.-selected-.air-datepicker-cell.-year-.-other-decade-,
.-selected-.air-datepicker-cell.-day-.-other-month- {
    color: #fff;
    background: var(--adp-background-color-selected-other-month)
}

.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
    background: var(--adp-background-color-selected-other-month-focused)
}

.-in-range-.air-datepicker-cell.-year-.-other-decade-,
.-in-range-.air-datepicker-cell.-day-.-other-month- {
    background-color: var(--adp-background-color-in-range);
    color: var(--adp-color)
}

.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
    background-color: var(--adp-background-color-in-range-focused)
}

.air-datepicker-cell.-year-.-other-decade-:empty,
.air-datepicker-cell.-day-.-other-month-:empty {
    background: none;
    border: none
}

.air-datepicker-cell {
    border-radius: var(--adp-cell-border-radius);
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.air-datepicker-cell.-focus- {
    background: var(--adp-cell-background-color-hover)
}

.air-datepicker-cell.-current- {
    color: var(--adp-color-current-date)
}

.air-datepicker-cell.-current-.-focus- {
    color: var(--adp-color)
}

.air-datepicker-cell.-current-.-in-range- {
    color: var(--adp-color-current-date)
}

.air-datepicker-cell.-disabled- {
    cursor: default;
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-disabled-.-focus- {
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-disabled-.-in-range- {
    color: var(--adp-color-disabled-in-range)
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-in-range- {
    background: var(--adp-cell-background-color-in-range);
    border-radius: 0
}

.air-datepicker-cell.-in-range-:hover {
    background: var(--adp-cell-background-color-in-range-hover)
}

.air-datepicker-cell.-range-from- {
    border: 1px solid var(--adp-cell-border-color-in-range);
    background-color: var(--adp-cell-background-color-in-range);
    border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)
}

.air-datepicker-cell.-range-to- {
    border: 1px solid var(--adp-cell-border-color-in-range);
    background-color: var(--adp-cell-background-color-in-range);
    border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0
}

.air-datepicker-cell.-range-to-.-range-from- {
    border-radius: var(--adp-cell-border-radius)
}

.air-datepicker-cell.-selected- {
    color: #fff;
    border: none;
    background: var(--adp-cell-background-color-selected)
}

.air-datepicker-cell.-selected-.-current- {
    color: #fff;
    background: var(--adp-cell-background-color-selected)
}

.air-datepicker-cell.-selected-.-focus- {
    background: var(--adp-cell-background-color-selected-hover)
}

.air-datepicker-body {
    transition: all var(--adp-transition-duration) var(--adp-transition-ease)
}

.air-datepicker-body.-hidden- {
    display: none
}

.air-datepicker-body--day-names {
    display: grid;
    grid-template-columns: repeat(7, var(--adp-day-cell-width));
    margin: 8px 0 3px
}

.air-datepicker-body--day-name {
    color: var(--adp-day-name-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em
}

.air-datepicker-body--day-name.-clickable- {
    cursor: pointer
}

.air-datepicker-body--day-name.-clickable-:hover {
    color: var(--adp-day-name-color-hover)
}

.air-datepicker-body--cells {
    display: grid
}

.air-datepicker-body--cells.-days- {
    grid-template-columns: repeat(7, var(--adp-day-cell-width));
    grid-auto-rows: var(--adp-day-cell-height)
}

.air-datepicker-body--cells.-months- {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: var(--adp-month-cell-height)
}

.air-datepicker-body--cells.-years- {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: var(--adp-year-cell-height)
}

.air-datepicker-nav {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--adp-border-color-inner);
    min-height: var(--adp-nav-height);
    padding: var(--adp-padding);
    box-sizing: content-box
}

.-only-timepicker- .air-datepicker-nav {
    display: none
}

.air-datepicker-nav--title,
.air-datepicker-nav--action {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

.air-datepicker-nav--action {
    width: var(--adp-nav-action-size);
    border-radius: var(--adp-border-radius);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.air-datepicker-nav--action:hover {
    background: var(--adp-background-color-hover)
}

.air-datepicker-nav--action:active {
    background: var(--adp-background-color-active)
}

.air-datepicker-nav--action.-disabled- {
    visibility: hidden
}

.air-datepicker-nav--action svg {
    width: 32px;
    height: 32px
}

.air-datepicker-nav--action path {
    fill: none;
    stroke: var(--adp-nav-arrow-color);
    stroke-width: 2px
}

.air-datepicker-nav--title {
    border-radius: var(--adp-border-radius);
    padding: 0 8px
}

.air-datepicker-nav--title i {
    font-style: normal;
    color: var(--adp-nav-color-secondary);
    margin-left: .3em
}

.air-datepicker-nav--title:hover {
    background: var(--adp-background-color-hover)
}

.air-datepicker-nav--title:active {
    background: var(--adp-background-color-active)
}

.air-datepicker-nav--title.-disabled- {
    cursor: default;
    background: none
}

.air-datepicker-buttons {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column
}

.air-datepicker-button {
    display: inline-flex;
    color: var(--adp-btn-color);
    border-radius: var(--adp-btn-border-radius);
    cursor: pointer;
    height: var(--adp-btn-height);
    border: none;
    background: rgba(255, 255, 255, 0)
}

.air-datepicker-button:hover {
    color: var(--adp-btn-color-hover);
    background: var(--adp-btn-background-color-hover)
}

.air-datepicker-button:focus {
    color: var(--adp-btn-color-hover);
    background: var(--adp-btn-background-color-hover);
    outline: none
}

.air-datepicker-button:active {
    background: var(--adp-btn-background-color-active)
}

.air-datepicker-button span {
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.air-datepicker-time {
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-column-gap: 12px;
    align-items: center;
    position: relative;
    padding: 0 var(--adp-time-padding-inner)
}

.-only-timepicker- .air-datepicker-time {
    border-top: none
}

.air-datepicker-time--current {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 14px;
    text-align: center
}

.air-datepicker-time--current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1
}

.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
    content: "";
    background: var(--adp-background-color-hover);
    border-radius: var(--adp-border-radius);
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
    opacity: 1
}

.air-datepicker-time--current-ampm {
    text-transform: uppercase;
    align-self: flex-end;
    color: var(--adp-time-day-period-color);
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.air-datepicker-time--row {
    display: flex;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat
}

.air-datepicker-time--row:first-child {
    margin-bottom: 4px
}

.air-datepicker-time--row input[type=range] {
    background: none;
    cursor: pointer;
    flex: 1;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
    display: none
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:focus {
    outline: none
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -webkit-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -moz-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -ms-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
    margin-top: calc(var(--adp-time-thumb-size)/2*-1)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0)
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
    border: none;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0)
}

.air-datepicker-time--row input[type=range]::-ms-track {
    border: none;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0)
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
    background: rgba(0, 0, 0, 0)
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
    background: rgba(0, 0, 0, 0)
}

.air-datepicker {
    --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --adp-font-size: 14px;
    --adp-width: 246px;
    --adp-z-index: 100;
    --adp-padding: 4px;
    --adp-grid-areas: "nav" "body" "timepicker" "buttons";
    --adp-transition-duration: .3s;
    --adp-transition-ease: ease-out;
    --adp-transition-offset: 8px;
    --adp-background-color: #fff;
    --adp-background-color-hover: #f0f0f0;
    --adp-background-color-active: #eaeaea;
    --adp-background-color-in-range: rgba(92, 196, 239, .1);
    --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
    --adp-background-color-selected-other-month-focused: #8ad5f4;
    --adp-background-color-selected-other-month: #a2ddf6;
    --adp-color: #4a4a4a;
    --adp-color-secondary: #9c9c9c;
    --adp-accent-color: #4eb5e6;
    --adp-color-current-date: var(--adp-accent-color);
    --adp-color-other-month: #dedede;
    --adp-color-disabled: #aeaeae;
    --adp-color-disabled-in-range: #939393;
    --adp-color-other-month-hover: #c5c5c5;
    --adp-border-color: #dbdbdb;
    --adp-border-color-inner: #efefef;
    --adp-border-radius: 4px;
    --adp-border-color-inline: #d7d7d7;
    --adp-nav-height: 32px;
    --adp-nav-arrow-color: var(--adp-color-secondary);
    --adp-nav-action-size: 32px;
    --adp-nav-color-secondary: var(--adp-color-secondary);
    --adp-day-name-color: #ff9a19;
    --adp-day-name-color-hover: #8ad5f4;
    --adp-day-cell-width: 1fr;
    --adp-day-cell-height: 32px;
    --adp-month-cell-height: 42px;
    --adp-year-cell-height: 56px;
    --adp-pointer-size: 10px;
    --adp-poiner-border-radius: 2px;
    --adp-pointer-offset: 14px;
    --adp-cell-border-radius: 4px;
    --adp-cell-background-color-hover: var(--adp-background-color-hover);
    --adp-cell-background-color-selected: #5cc4ef;
    --adp-cell-background-color-selected-hover: #45bced;
    --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
    --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
    --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
    --adp-btn-height: 32px;
    --adp-btn-color: var(--adp-accent-color);
    --adp-btn-color-hover: var(--adp-color);
    --adp-btn-border-radius: var(--adp-border-radius);
    --adp-btn-background-color-hover: var(--adp-background-color-hover);
    --adp-btn-background-color-active: var(--adp-background-color-active);
    --adp-time-track-height: 1px;
    --adp-time-track-color: #dedede;
    --adp-time-track-color-hover: #b1b1b1;
    --adp-time-thumb-size: 12px;
    --adp-time-padding-inner: 10px;
    --adp-time-day-period-color: var(--adp-color-secondary);
    --adp-mobile-font-size: 16px;
    --adp-mobile-nav-height: 40px;
    --adp-mobile-width: 320px;
    --adp-mobile-day-cell-height: 38px;
    --adp-mobile-month-cell-height: 48px;
    --adp-mobile-year-cell-height: 64px
}

.air-datepicker-overlay {
    --adp-overlay-background-color: rgba(0, 0, 0, .3);
    --adp-overlay-transition-duration: .3s;
    --adp-overlay-transition-ease: ease-out;
    --adp-overlay-z-index: 99
}

.air-datepicker {
    background: var(--adp-background-color);
    border: 1px solid var(--adp-border-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border-radius: var(--adp-border-radius);
    box-sizing: content-box;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, max-content);
    grid-template-areas: var(--adp-grid-areas);
    font-family: var(--adp-font-family), sans-serif;
    font-size: var(--adp-font-size);
    color: var(--adp-color);
    width: var(--adp-width);
    position: absolute;
    transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
    z-index: var(--adp-z-index)
}

.air-datepicker:not(.-custom-position-) {
    opacity: 0
}

.air-datepicker.-from-top- {
    transform: translateY(calc(var(--adp-transition-offset) * -1))
}

.air-datepicker.-from-right- {
    transform: translateX(var(--adp-transition-offset))
}

.air-datepicker.-from-bottom- {
    transform: translateY(var(--adp-transition-offset))
}

.air-datepicker.-from-left- {
    transform: translateX(calc(var(--adp-transition-offset) * -1))
}

.air-datepicker.-active-:not(.-custom-position-) {
    transform: translate(0, 0);
    opacity: 1
}

.air-datepicker.-active-.-custom-position- {
    transition: none
}

.air-datepicker.-inline- {
    border-color: var(--adp-border-color-inline);
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    transform: none
}

.air-datepicker.-inline- .air-datepicker--pointer {
    display: none
}

.air-datepicker.-is-mobile- {
    --adp-font-size: var(--adp-mobile-font-size);
    --adp-day-cell-height: var(--adp-mobile-day-cell-height);
    --adp-month-cell-height: var(--adp-mobile-month-cell-height);
    --adp-year-cell-height: var(--adp-mobile-year-cell-height);
    --adp-nav-height: var(--adp-mobile-nav-height);
    --adp-nav-action-size: var(--adp-mobile-nav-height);
    position: fixed;
    width: var(--adp-mobile-width);
    border: none
}

.air-datepicker.-is-mobile- * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
    display: none
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
    transform: translate(-50%, calc(-50% + var(--adp-transition-offset)))
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
    transform: translate(-50%, -50%)
}

.air-datepicker.-custom-position- {
    transition: none
}

.air-datepicker-global-container {
    position: absolute;
    left: 0;
    top: 0
}

.air-datepicker--pointer {
    --pointer-half-size: calc(var(--adp-pointer-size) / 2);
    position: absolute;
    width: var(--adp-pointer-size);
    height: var(--adp-pointer-size);
    z-index: -1
}

.air-datepicker--pointer:after {
    content: "";
    position: absolute;
    background: #fff;
    border-top: 1px solid var(--adp-border-color-inline);
    border-right: 1px solid var(--adp-border-color-inline);
    border-top-right-radius: var(--adp-poiner-border-radius);
    width: var(--adp-pointer-size);
    height: var(--adp-pointer-size);
    box-sizing: border-box
}

.-top-left- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^=top] .air-datepicker--pointer {
    top: calc(100% - var(--pointer-half-size) + 1px)
}

.-top-left- .air-datepicker--pointer:after,
.-top-center- .air-datepicker--pointer:after,
.-top-right- .air-datepicker--pointer:after,
[data-popper-placement^=top] .air-datepicker--pointer:after {
    transform: rotate(135deg)
}

.-right-top- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer,
[data-popper-placement^=right] .air-datepicker--pointer {
    right: calc(100% - var(--pointer-half-size) + 1px)
}

.-right-top- .air-datepicker--pointer:after,
.-right-center- .air-datepicker--pointer:after,
.-right-bottom- .air-datepicker--pointer:after,
[data-popper-placement^=right] .air-datepicker--pointer:after {
    transform: rotate(225deg)
}

.-bottom-left- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^=bottom] .air-datepicker--pointer {
    bottom: calc(100% - var(--pointer-half-size) + 1px)
}

.-bottom-left- .air-datepicker--pointer:after,
.-bottom-center- .air-datepicker--pointer:after,
.-bottom-right- .air-datepicker--pointer:after,
[data-popper-placement^=bottom] .air-datepicker--pointer:after {
    transform: rotate(315deg)
}

.-left-top- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-bottom- .air-datepicker--pointer,
[data-popper-placement^=left] .air-datepicker--pointer {
    left: calc(100% - var(--pointer-half-size) + 1px)
}

.-left-top- .air-datepicker--pointer:after,
.-left-center- .air-datepicker--pointer:after,
.-left-bottom- .air-datepicker--pointer:after,
[data-popper-placement^=left] .air-datepicker--pointer:after {
    transform: rotate(45deg)
}

.-top-left- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer {
    left: var(--adp-pointer-offset)
}

.-top-right- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer {
    right: var(--adp-pointer-offset)
}

.-top-center- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer {
    left: calc(50% - var(--adp-pointer-size)/2)
}

.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
    top: var(--adp-pointer-offset)
}

.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
    bottom: var(--adp-pointer-offset)
}

.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
    top: calc(50% - var(--adp-pointer-size)/2)
}

.air-datepicker--navigation {
    grid-area: nav
}

.air-datepicker--content {
    box-sizing: content-box;
    padding: var(--adp-padding);
    grid-area: body
}

.-only-timepicker- .air-datepicker--content {
    display: none
}

.air-datepicker--time {
    grid-area: timepicker
}

.air-datepicker--buttons {
    grid-area: buttons
}

.air-datepicker--buttons,
.air-datepicker--time {
    padding: var(--adp-padding);
    border-top: 1px solid var(--adp-border-color-inner)
}

.air-datepicker-overlay {
    position: fixed;
    background: var(--adp-overlay-background-color);
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
    transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
    z-index: var(--adp-overlay-z-index)
}

.air-datepicker-overlay.-active- {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s
}

/* End */


/* Start:/local/templates/medicina-vebinar/css/air-datepicker-customs.css?16968434832116*/
#air-datepicker {
    display: none;
}

.air-datepicker.-inline- {
    height: 100%;
    width: 100%;
    border: none;
}

.air-datepicker-nav {
    display: grid;
    border-bottom: none;
    grid-template-columns: 6fr 1fr 1fr;
}

.air-datepicker-nav--action:first-child {
    grid-column-start: 2;
    grid-row-start: 1;
}

.air-datepicker-nav--title {
    color: #343434;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.44px;
}

.air-datepicker-nav--title i {
    color: #343434;
}
.air-datepicker-nav--title, .air-datepicker-nav--action {
    justify-content: left;
}
.air-datepicker-body--day-name{
    color: #343434;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
    text-transform: uppercase;
}
.air-datepicker-cell{
    border: 1px solid  #F0F5F4;
    border-radius: 0;


    color:  #343434;
    text-align: center;
    font-variant-numeric: lining-nums tabular-nums;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.air-datepicker-body--cells.-days-{
    grid-auto-rows: 58px;
    margin-top: 20px;
}
.air-datepicker-cell.-selected-{
    border-radius: 100px;
    border: 1px solid  #F0F5F4;
    background:  #009688;
}
.air-datepicker-cell.-selected-.-focus- {
    background:  #00968786;
}
.air-datepicker-cell.-focus- {
    background:  #00968786;
    border-radius: 100px;
}
.air-datepicker-cell.-current- {
    color:  #343434;
    font-weight: 500;
}

.air-datepicker-cell.-selected-.-current- {
    background:  #009688;
}
.close-calendar{
    margin-left: 8px;
    margin-left: 8px;
    position: absolute;
    margin-top: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    text-align: center;
    background-color: #009688;
    border-radius: 50%;
    color: white;
}
.dp-note{
    border-radius: 100px;
    background:  #F0F5F4;
}

/* End */


/* Start:/local/templates/medicina-vebinar/components/bitrix/breadcrumb/.default/style.css?1695975243570*/
.breadwrap {
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.bx-breadcrumb-item {
	float: left;
	color: #343434;
	font-size: 13px;
	margin: 0 7px 3px 0;
	font-weight: 500;
	line-height: 1.15;
}

.bx-breadcrumb-item:last-child {
	margin-right: 0;
}

.bx-breadcrumb-item i {
	margin: 0 7px 0 0;
	opacity: .6;
}

.bx-breadcrumb-item a,
.bx-breadcrumb-item>span {
	color: #343434;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}

.bx-breadcrumb-item >span:last-child{
	color: #009688 !important;
}
/* End */


/* Start:/local/templates/medicina-vebinar/components/bitrix/menu/bottomMenu/style.css?1695975243233*/

.footerMenu li{list-style: none; display: inline-block; padding: 0 0 14px 0; text-align: left; font-size: 15px; width: 50%;
	vertical-align: top; font-weight: 700;
}
	.footerMenu a{color: #555;}
	.footerMenu a:hover{color: #eb5e28;}
/* End */


/* Start:/local/templates/medicina-vebinar/components/bitrix/menu/topMenu/style.css?16959752433196*/
.modalMenu{overflow: hidden; display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 50;}
	.menuBackground{background: #fff;}
		.menuWrapper{max-width: 1200px; margin: 0 auto; overflow: hidden; padding: 35px 0;}
		
			.menuHeader{overflow: hidden; margin: 0 0 35px 0;}
				.closeMenu{font-weight: 500; text-transform: uppercase; z-index: 2; float: right; cursor: pointer;}
					.closeMenu span.cross {font-size: 22px; color: #212121; margin: 0 0 0 5px; vertical-align: middle; display: inline-block;}
					.closeMenu span.closeText {transition: border .2s ease; vertical-align: middle;}
					.closeMenu:hover span.closeText{}
					
			.menuMiddle{overflow: hidden;}
				nav{}
					nav > ul{width: 22%; margin: 0 4% 35px 0; display: inline-block; vertical-align: top; overflow: hidden; background: #F3F3F3;}
					nav > ul:nth-child(4n){margin-right: 0;}
						nav > ul > li{list-style-type: none; padding: 35px 35px 45px 35px;}
							nav > ul > li > a{color: #131720; font-weight: 500; font-size: 19px; letter-spacing: 0.03em; text-decoration: underline;
								text-transform: uppercase;
							}
							nav > ul > li > a.root-item-selected{text-decoration: none;}
							nav > ul > li > a:hover{text-decoration: none;}
					
						nav ul li ul{margin: 30px 0 0 0;}
							nav ul li ul li{list-style-type: none; margin: 0 0 14px 0;}
							nav ul li ul li:last-child{margin: 0;}
								nav ul li ul li a{color: #373c45; font-size: 17px; text-decoration: underline;}
								nav ul li ul li a.item-selected{text-decoration: none;}
								nav ul li ul li a:hover{text-decoration: none;}

					.menuMore{background: none;}
						.menuMoreItem{margin: 0 0 22px 0; padding: 0;}
						.menuMoreItem.selected a{text-decoration: none;}
						.menuMoreItem:last-child{margin: 0;}

					.menuTopInfo{background: none;}
						.menuTopInfo div{margin: 0 0 25px 0; font-size: 17px; font-weight: 500;}
						.menuTopInfo div:last-child{margin: 0;}
							.menuTopInfo div span{margin: 0 0 10px 0; color: #666; display: block;}
							.menuTopInfo div a{color: #EF6C00; text-decoration: underline; display: inline-block;}


.modalOpen .modalMenu {overflow-x: hidden; overflow-y: auto;}	


.fadeIn{display: block; animation: topMenuShow .4s ease;}

@keyframes topMenuShow{
	from{
		transform: translateY(-20px);
	}
	to{
		transform: translateY(0);
	}
}


@media all and (max-width: 1270px) {
	.menuWrapper{padding: 35px 30px;}
}

@media all and (max-width: 1120px) {
	nav > ul{width: 31%; margin: 0 3.5% 30px 0;}
	nav > ul:nth-child(3n){margin-right: 0;}
	nav > ul:nth-child(4n){margin-right: 3.5%;}
}

@media all and (max-width: 850px) {
	nav > ul{width: 47.5%; margin: 0 5% 30px 0;}
	nav > ul:nth-child(4n){margin-right: 5%;}
	nav > ul:nth-child(3n){margin-right: 5%;}
	nav > ul:nth-child(2n){margin-right: 0;}
}

@media all and (max-width: 830px) {
	nav > ul > li{padding: 20px;}
	.menuMoreItem a{font-size: 17px;}
}

@media all and (max-width: 600px) {
	.menuWrapper{padding: 25px;}
	.menuHeader{margin: 0 0 25px 0;}
}

@media all and (max-width: 500px) {
	nav > ul{width: 100%; margin: 0 0 30px 0 !important;}
}

@media all and (max-width: 400px) {
	.menuWrapper{padding: 20px;}
}
/* End */


/* Start:/local/templates/medicina-vebinar/vendor/frescobox/css/fresco.css?169597524336679*/
/* box-sizing */
.fr-window,
.fr-window [class^="fr-"],
.fr-overlay,
.fr-overlay [class^="fr-"],
.fr-spinner,
.fr-spinner [class^="fr-"] {
  box-sizing: border-box;
}

.fr-window {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font: 13px/20px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana,
    Arial, sans-serif;
  /* Chrome hack, this fixes a visual glitch when quickly toggling a video */
  transform: translateZ(0px);
}

/* z-index */
.fr-overlay {
  z-index: 99998;
}
.fr-window {
  z-index: 99999;
}
.fr-spinner {
  z-index: 100000;
}

/* overlay */
.fr-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.fr-overlay-background {
  float: left;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.fr-overlay-ui-fullclick .fr-overlay-background {
  background: #292929;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* mobile touch has position:absolute to allow zooming */
.fr-window.fr-mobile-touch,
.fr-overlay.fr-mobile-touch {
  position: absolute;
  overflow: visible;
}

/* some properties on the window are used to toggle things
 * like margin and the fullclick mode,
 * we reset those properties after measuring them
 */
.fr-measured {
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
}

.fr-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-pages {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-page {
  position: absolute;
  width: 100%;
  height: 100%;
}

.fr-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}

.fr-hovering-clickable .fr-container {
  cursor: pointer;
}

/*
   padding:
   youtube & vimeo always have buttons on the outside
   side button = 72 = 54 + (2 * 9 margin)
   close button = 48
*/
/* padding ui:inside */
.fr-ui-inside .fr-container {
  padding: 20px 20px;
}
.fr-ui-inside.fr-no-sides .fr-container {
  padding: 20px;
}

/* padding ui:outside */
.fr-ui-outside .fr-container {
  padding: 20px 82px;
}
.fr-ui-outside.fr-no-sides .fr-container {
  padding: 20px 48px;
}

/* reduce padding on smaller screens */
@media all and (max-width: 700px) and (orientation: portrait),
  all and (orientation: landscape) and (max-height: 700px) {
  /* padding ui:inside */
  .fr-ui-inside .fr-container {
    padding: 12px 12px;
  }
  .fr-ui-inside.fr-no-sides .fr-container {
    padding: 12px;
  }

  /* padding ui:outside */
  .fr-ui-outside .fr-container {
    padding: 12px 72px;
  }
  .fr-ui-outside.fr-no-sides .fr-container {
    padding: 12px 48px;
  }
}

@media all and (max-width: 500px) and (orientation: portrait),
  all and (orientation: landscape) and (max-height: 500px) {
  /* padding ui:inside */
  .fr-ui-inside .fr-container {
    padding: 0px 0px;
  }
  .fr-ui-inside.fr-no-sides .fr-container {
    padding: 0px;
  }

  /* padding ui:outside */
  .fr-ui-outside .fr-container {
    padding: 0px 72px;
  }
  .fr-ui-outside.fr-no-sides .fr-container {
    padding: 0px 48px;
  }
}

/* padding ui:fullclick */
.fr-ui-fullclick .fr-container {
  padding: 0;
}
.fr-ui-fullclick.fr-no-sides .fr-container {
  padding: 0;
}

/* video fullclick */
.fr-ui-fullclick.fr-type-video .fr-container {
  padding: 0px 62px;
}
.fr-ui-fullclick.fr-no-sides.fr-type-video .fr-container {
  padding: 48px 0px;
}

/* overflow-y should always have 0 padding top and bottom */
.fr-overflow-y .fr-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.fr-content,
.fr-content-background {
  position: absolute;
  top: 50%;
  left: 50%;
  /* IE11 has a 1px blur bug on the edges of the caption (ui:inside)
     during animation with overflow:hidden */
  overflow: visible;
}

/* img/iframe/error */
.fr-content-element {
  float: left;
  width: 100%;
  height: 100%;
}

.fr-content-background {
  background: #101010;
}

.fr-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #efefef;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.fr-info-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  line-height: 1%;
  filter: none;
  opacity: 1;
}
.fr-ui-inside .fr-info-background {
  filter: alpha(opacity=80);
  opacity: 0.8;
  zoom: 1;
}
/* ui:outside has a slightly lighter info background to break up from black page backgrounds */
.fr-ui-outside .fr-info-background {
  background: #0d0d0d;
}

/* info at the bottom for ui:inside */
.fr-content .fr-info {
  top: auto;
  bottom: 0;
}

.fr-info-padder {
  display: block;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: auto;
}
.fr-caption {
  width: auto;
  display: inline;
}

.fr-position {
  color: #b3b3b3;
  float: right;
  line-height: 21px;
  opacity: 0.99;
  position: relative;
  text-align: right;
  margin-left: 15px;
  white-space: nowrap;
}

/* positions not within the info bar
   for ui:outside/inside */
.fr-position-outside,
.fr-position-inside {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 12px;
  width: auto;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
  line-height: 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  display: none;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.fr-position-inside {
  border: 0;
}

.fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0d0d0d;
  filter: alpha(opacity=80);
  opacity: 0.8;
  zoom: 1; /* oldIE */
}
.fr-position-text {
  color: #b3b3b3;
}
.fr-position-outside .fr-position-text,
.fr-position-inside .fr-position-text {
  float: left;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  opacity: 1;
}

/* display it for the outside ui, hide the caption inside */
.fr-ui-outside .fr-position-outside {
  display: block;
}
.fr-ui-outside .fr-info .fr-position {
  display: none;
}

.fr-ui-inside.fr-no-caption .fr-position-inside {
  display: block;
}

/* links */
.fr-info a,
.fr-info a:hover {
  color: #ccc;
  border: 0;
  background: none;
  text-decoration: underline;
}
.fr-info a:hover {
  color: #eee;
}

/* no-caption */
.fr-ui-outside.fr-no-caption .fr-info {
  display: none;
}
.fr-ui-inside.fr-no-caption .fr-caption {
  display: none;
}

/* --- stroke */
.fr-stroke {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.fr-stroke-vertical {
  width: 1px;
  height: 100%;
}
.fr-stroke-horizontal {
  padding: 0 1px;
}

.fr-stroke-right {
  left: auto;
  right: 0;
}
.fr-stroke-bottom {
  top: auto;
  bottom: 0;
}

.fr-stroke-color {
  float: left;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
}

/* the stroke is brighter inside the info box */
.fr-info .fr-stroke-color {
  background: rgba(80, 80, 80, 0.3);
}

/* remove the stroke when outside ui has a caption */
.fr-ui-outside.fr-has-caption .fr-content .fr-stroke-bottom {
  display: none;
}

/* remove stroke and shadow when ui:fullclick */
.fr-ui-fullclick .fr-stroke {
  display: none;
}
.fr-ui-fullclick .fr-content-background {
  box-shadow: none;
}

/* the info box never bas a top stroke */
.fr-info .fr-stroke-top {
  display: none;
}

/* < > */
.fr-side {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 72px;
  margin: 0 9px;
  margin-top: -36px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  zoom: 1;
}
.fr-side-previous {
  left: 0;
}
.fr-side-next {
  right: 0;
  left: auto;
}

.fr-side-disabled {
  cursor: default;
}
.fr-side-hidden {
  display: none !important;
}

.fr-side-button {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.fr-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #101010;
}
.fr-side-button-icon {
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
  zoom: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/* smaller side buttons */
@media all and (max-width: 500px) and (orientation: portrait),
  all and (orientation: landscape) and (max-height: 414px) {
  .fr-side {
    width: 54px;
    height: 60px;
    margin: 0;
    margin-top: -30px;
  }
  .fr-side-button {
    width: 48px;
    height: 60px;
    margin: 0 3px;
  }
}

/* X */
.fr-close {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fr-close-background,
.fr-close-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 26px;
  width: 26px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.fr-close-background {
  background-color: #000;
}

/* Thumbnails */
.fr-thumbnails {
  position: absolute;
  overflow: hidden;
}
.fr-thumbnails-disabled .fr-thumbnails {
  display: none !important;
}
.fr-thumbnails-horizontal .fr-thumbnails {
  width: 100%;
  height: 12%;
  min-height: 74px;
  max-height: 160px;
  bottom: 0;
}

.fr-thumbnails-vertical .fr-thumbnails {
  height: 100%;
  width: 10%;
  min-width: 74px;
  max-width: 160px;
  left: 0;
}

.fr-thumbnails,
.fr-thumbnails * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-thumbnails-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
}
.fr-thumbnails-vertical .fr-thumbnails-wrapper {
  top: 50%;
  left: 0;
}

.fr-thumbnails-slider {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  zoom: 1;
}

.fr-thumbnails-slider-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.fr-thumbnails-thumbs {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}

.fr-thumbnails-slide {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.fr-thumbnail-frame {
  position: absolute;
  zoom: 1;
  overflow: hidden;
}

.fr-thumbnail {
  position: absolute;
  width: 30px;
  height: 100%;
  left: 50%;
  top: 50%;
  zoom: 1;
  cursor: pointer;
  margin: 0 10px;
}
.fr-ltIE9 .fr-thumbnail * {
  overflow: hidden; /* IE6(7) */
  z-index: 1;
  zoom: 1;
}

.fr-thumbnail-wrapper {
  position: relative;
  background: #161616;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  display: inline; /* IE6(7) */
  z-index: 0; /* IE8 */
}

.fr-thumbnail-overlay {
  cursor: pointer;
}
.fr-thumbnail-active .fr-thumbnail-overlay {
  cursor: default;
}
.fr-thumbnail-overlay,
.fr-thumbnail-overlay-background,
.fr-thumbnail-overlay-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  overflow: hidden;
  border-style: solid;
  border-color: transparent;
}
.fr-ltIE9 .fr-thumbnail-overlay-border {
  border-width: 0 !important;
}
.fr-thumbnail .fr-thumbnail-image {
  position: absolute;
  filter: alpha(opacity=85);
  opacity: 0.85;
  max-width: none;
}
.fr-thumbnail:hover .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
  filter: alpha(opacity=99);
  opacity: 0.99;
}
.fr-thumbnail-active .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
  filter: alpha(opacity=35);
  opacity: 0.35;
}
.fr-thumbnail-active {
  cursor: default;
}

/* Thumbnails loading */
.fr-thumbnail-loading,
.fr-thumbnail-loading-background,
.fr-thumbnail-loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fr-thumbnail-loading-background {
  background-color: #161616;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.8;
  position: relative;
  float: left;
}
/* this element is there as an alternative to putting the loading image on the background */
.fr-thumbnail-loading-icon {
  display: none;
}

/* error on thumbnail */
.fr-thumbnail-error .fr-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #202020;
}

/* Thumbnail < > */
.fr-thumbnails-side {
  float: left;
  height: 100%;
  width: 28px;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
}
.fr-thumbnails-side-previous {
  margin-left: 12px;
}
.fr-thumbnails-side-next {
  margin-right: 12px;
}

.fr-thumbnails-vertical .fr-thumbnails-side {
  height: 28px;
  width: 100%;
  margin: 10px 0;
}
.fr-thumbnails-vertical .fr-thumbnails-side-previous {
  margin-top: 20px;
}
.fr-thumbnails-vertical .fr-thumbnails-side-next {
  margin-bottom: 20px;
}

.fr-thumbnails-side-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.fr-thumbnails-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-transition: background-color 0.2s ease-in;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  background-color: #333;
  cursor: pointer;
  border-radius: 4px;
}
.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background {
  background-color: #3b3b3b;
}

.fr-thumbnails-side-button-disabled * {
  cursor: default;
}
.fr-thumbnails-side-button-disabled:hover
  .fr-thumbnails-side-button-background {
  background-color: #333;
}

.fr-thumbnails-side-button-icon {
  position: absolute;
  /*top: -7px;
  left: -7px;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* vertical thumbnails */
.fr-thumbnails-vertical .fr-thumbnails-side,
.fr-thumbnails-vertical .fr-thumbnails-thumbs,
.fr-thumbnails-vertical .fr-thumbnail-frame {
  clear: both;
}

/* ui:fullclick has a dark thumbnail background */
.fr-window-ui-fullclick .fr-thumbnails {
  background: #090909;
}

/* put a stroke on the connecting caption*/
.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-horizontal
  .fr-info
  .fr-stroke-bottom {
  display: block !important;
} /*({ box-shadow: inset 0 -1px 0 rgba(255,255,255,.1); } */
.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-vertical
  .fr-info
  .fr-stroke-left {
  display: block !important;
}

/* thumbnail spacing  */
.fr-thumbnails-horizontal .fr-thumbnails-thumbs {
  padding: 12px 5px;
}
.fr-thumbnails-vertical .fr-thumbnails-thumbs {
  padding: 5px 12px;
}
.fr-thumbnails-measured .fr-thumbnails-thumbs {
  padding: 0 !important;
}
/* horizontal */
@media all and (min-height: 700px) {
  .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
    padding: 16px 8px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side {
    margin: 0 8px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
    margin-left: 16px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side-next {
    margin-right: 16px;
  }
}
@media all and (min-height: 980px) {
  .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
    padding: 20px 10px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side {
    margin: 0 10px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
    margin-left: 20px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side-next {
    margin-right: 20px;
  }
}

/* vertical */
@media all and (min-width: 1200px) {
  .fr-thumbnails-vertical .fr-thumbnails-thumbs {
    padding: 8px 16px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side {
    margin: 0 8px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side-previous {
    margin-top: 16px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side-next {
    margin-bottom: 16px;
  }
}
@media all and (min-width: 1800px) {
  .fr-thumbnails-vertical .fr-thumbnails-thumbs {
    padding: 10px 20px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side {
    margin: 10px 0;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side-previous {
    margin-top: 20px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side-next {
    margin-bottom: 20px;
  }
}

/* hide thumbnails on smaller screens
   the js always hides them on touch based devices
*/
@media all and (max-width: 500px) and (orientation: portrait),
  all and (orientation: landscape) and (max-height: 500px) {
  .fr-thumbnails-horizontal .fr-thumbnails {
    display: none !important;
  }
}
@media all and (max-width: 700px) and (orientation: portrait),
  all and (orientation: landscape) and (max-height: 414px) {
  .fr-thumbnails-vertical .fr-thumbnails {
    display: none !important;
  }
}

/* force fullClick: true
   and force overflow: false */
@media all and (max-width: 500px) and (orientation: portrait),
  all and (orientation: landscape) and (max-height: 414px) {
  .fr-page {
    min-width: 100%;
  } /* fullclick */
  .fr-page {
    min-height: 100%;
  } /* overflow: false */
}

/* switch between ui modes
   we force everything not in the current UI mode to hide
*/
.fr-window-ui-fullclick .fr-side-next-outside,
.fr-window-ui-fullclick .fr-side-previous-outside,
.fr-window-ui-fullclick .fr-close-outside,
.fr-window-ui-fullclick .fr-content .fr-side-next,
.fr-window-ui-fullclick .fr-content .fr-side-previous,
.fr-window-ui-fullclick .fr-content .fr-close,
.fr-window-ui-fullclick .fr-content .fr-info,
.fr-window-ui-outside .fr-side-next-fullclick,
.fr-window-ui-outside .fr-side-previous-fullclick,
.fr-window-ui-outside .fr-close-fullclick,
.fr-window-ui-outside .fr-content .fr-side-next,
.fr-window-ui-outside .fr-content .fr-side-previous,
.fr-window-ui-outside .fr-content .fr-close,
.fr-window-ui-outside .fr-content .fr-info,
.fr-window-ui-inside .fr-page > .fr-info,
.fr-window-ui-inside .fr-side-next-fullclick,
.fr-window-ui-inside .fr-side-previous-fullclick,
.fr-window-ui-inside .fr-close-fullclick,
.fr-window-ui-inside .fr-side-next-outside,
.fr-window-ui-inside .fr-side-previous-outside,
.fr-window-ui-inside .fr-close-outside {
  display: none !important;
}

/* some ui elements can be toggled on mousemove.
   filter:alpha(opacity) is bugged so we use display in oldIE
*/
.fr-toggle-ui {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fr-visible-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-visible-inside-ui .fr-ui-inside .fr-toggle-ui {
  opacity: 1;
}

.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fr-ltIE9.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-ltIE9.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
  display: none;
}

/* Spinner */
.fr-spinner {
  position: fixed;
  width: 52px;
  height: 52px;
  background: #101010;
  background: rgba(16, 16, 16, 0.85);
  border-radius: 5px;
}
.fr-spinner div {
  position: absolute;
  top: 0;
  left: 0;
  height: 64%;
  width: 64%;
  margin-left: 18%;
  margin-top: 18%;
  opacity: 1;
  -webkit-animation: fresco-12 1.2s infinite ease-in-out;
  animation: fresco-12 1.2s infinite ease-in-out;
}

.fr-spinner div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 8px;
  margin-left: -1px;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); /* fixes rendering in Firefox */
}

.fr-spinner div.fr-spin-1 {
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.fr-spinner div.fr-spin-2 {
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.fr-spinner div.fr-spin-3 {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.fr-spinner div.fr-spin-4 {
  -ms-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.fr-spinner div.fr-spin-5 {
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.fr-spinner div.fr-spin-6 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.fr-spinner div.fr-spin-6 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.fr-spinner div.fr-spin-7 {
  -ms-transform: rotate(210deg);
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.fr-spinner div.fr-spin-8 {
  -ms-transform: rotate(240deg);
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.fr-spinner div.fr-spin-9 {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.fr-spinner div.fr-spin-10 {
  -ms-transform: rotate(300deg);
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.fr-spinner div.fr-spin-11 {
  -ms-transform: rotate(330deg);
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.fr-spinner div.fr-spin-12 {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes fresco-12 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fresco-12 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Thumbnail spinner */
.fr-thumbnail-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
}
.fr-thumbnail-spinner-spin {
  position: relative;
  float: left;
  margin: 8px 0 0 8px;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  -webkit-animation: fr-thumbnail-spin 1.1s infinite linear;
  animation: fr-thumbnail-spin 1.1s infinite linear;
}
.fr-thumbnail-spinner-spin,
.fr-thumbnail-spinner-spin:after {
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
@-webkit-keyframes fr-thumbnail-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fr-thumbnail-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Error */
.fr-error {
  float: left;
  position: relative;
  background-color: #ca3434;
  width: 160px;
  height: 160px;
}

.fr-error-icon {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
}

/* skin: 'fresco' */

/* Sprite */
.fr-window-skin-fresco .fr-side-button-icon,
.fr-window-skin-fresco .fr-close-icon,
.fr-window-skin-fresco .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
  background-image: url("/local/templates/medicina-vebinar/vendor/frescobox/css/fresco/skins/fresco/sprite.svg");
}
/* fallback png sprite */
.fr-window-skin-fresco.fr-no-svg .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-close-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
  background-image: url("/local/templates/medicina-vebinar/vendor/frescobox/css/fresco/skins/fresco/sprite.png");
}

.fr-window-skin-fresco .fr-error-icon {
  background-position: -160px -126px;
}

.fr-window-skin-fresco .fr-content-background {
  background: #101010;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-content-background {
  box-shadow: none;
}

/* thumbnail shadow */
.fr-window-skin-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

/* < > */
.fr-window-skin-fresco .fr-side-button-background {
  background-color: transparent;
}
.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
  background-position: -13px -14px;
}
.fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
  background-position: -93px -14px;
}

.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
  background-position: -13px -114px;
}
.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
  background-position: -93px -114px;
}

/* transition (png) */
.fr-window-skin-fresco.fr-no-svg
  .fr-hovering-previous
  .fr-side-previous
  .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch
  .fr-side-previous
  .fr-side-button-icon {
  background-position: -13px -114px;
}
.fr-window-skin-fresco.fr-no-svg
  .fr-hovering-next
  .fr-side-next
  .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch
  .fr-side-next
  .fr-side-button-icon {
  background-position: -93px -114px;
}

/* disabled state (png) */
.fr-window-skin-fresco.fr-no-svg
  .fr-side-previous.fr-side-disabled
  .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
  .fr-hovering-previous
  .fr-side-previous.fr-side-disabled
  .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
  .fr-side-previous.fr-side-disabled:hover
  .fr-side-button-icon {
  background-position: -13px -214px;
}
.fr-window-skin-fresco.fr-no-svg
  .fr-side-next.fr-side-disabled
  .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
  .fr-hovering-next
  .fr-side-next.fr-side-disabled
  .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
  .fr-side-next.fr-side-disabled:hover
  .fr-side-button-icon {
  background-position: -93px -214px;
}

/* transition (svg) */
.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
  background-position: -13px -114px;
}
.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
  background-position: -93px -114px;
}
.fr-window-skin-fresco.fr-svg .fr-side-button-icon {
  opacity: 0.5;
}

.fr-window-skin-fresco.fr-svg .fr-side:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg
  .fr-hovering-previous
  .fr-side-previous
  .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg
  .fr-hovering-next
  .fr-side-next
  .fr-side-button-icon {
  opacity: 1;
}

.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side .fr-side-button-icon {
  opacity: 0.8;
} /* touch always active but at lower opacity */

/* disabled (svg) */
.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg
  .fr-hovering-previous
  .fr-side-disabled
  .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg
  .fr-hovering-next
  .fr-side-disabled
  .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-side-disabled:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-mobile-touch
  .fr-side-disabled
  .fr-side-button-icon {
  opacity: 0.2;
}

/* hide for ui:inside/fullclick, only for the image type */
.fr-window-skin-fresco.fr-window-ui-inside
  .fr-type-image
  .fr-side-disabled
  .fr-side-button-icon,
.fr-window-skin-fresco.fr-window-ui-fullclick.fr-showing-type-image
  .fr-side-disabled
  .fr-side-button-icon {
  background-image: none;
}

/* < > responsive */
@media all and (max-width: 500px) and (orientation: portrait),
  all and (orientation: landscape) and (max-height: 414px) {
  .fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
    background-position: 0px -300px;
  }
  .fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
    background-position: -48px -300px;
  }

  .fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
    background-position: 0px -360px;
  }
  .fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
    background-position: -48px -360px;
  }

  /* transition (png) */
  .fr-window-skin-fresco.fr-no-svg
    .fr-hovering-previous
    .fr-side-previous
    .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch
    .fr-side-previous
    .fr-side-button-icon {
    background-position: 0px -360px;
  }
  .fr-window-skin-fresco.fr-no-svg
    .fr-hovering-next
    .fr-side-next
    .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch
    .fr-side-next
    .fr-side-button-icon {
    background-position: -48px -360px;
  }

  /* transition (svg) */
  .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
    background-position: 0px -360px;
  }
  .fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
    background-position: -48px -360px;
  }

  /* disabled state (png) */
  .fr-window-skin-fresco.fr-no-svg
    .fr-side-previous.fr-side-disabled
    .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg
    .fr-hovering-previous
    .fr-side-previous.fr-side-disabled
    .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg
    .fr-side-previous.fr-side-disabled:hover
    .fr-side-button-icon {
    background-position: 0px -420px;
  }

  .fr-window-skin-fresco.fr-no-svg
    .fr-side-next.fr-side-disabled
    .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg
    .fr-hovering-next
    .fr-side-next.fr-side-disabled
    .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg
    .fr-side-next.fr-side-disabled:hover
    .fr-side-button-icon {
    background-position: -48px -420px;
  }
}

/* X */
/* colors */
.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background {
  background-color: #363636;
}
.fr-window-skin-fresco.fr-window-ui-outside
  .fr-close:hover
  .fr-close-background {
  background-color: #434343;
}

.fr-window-skin-fresco.fr-window-ui-inside .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close-background {
  background-color: #131313;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.fr-window-skin-fresco.fr-window-ui-inside .fr-close:hover .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick
  .fr-close:hover
  .fr-close-background {
  background-color: #191919;
}

/* - image */
.fr-window-skin-fresco .fr-close .fr-close-icon {
  background-position: -168px -8px;
}
.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
  background-position: -210px -8px;
}

/* - transition */
.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon {
  background-position: -210px -8px;
  opacity: 0.8;
}
.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
  opacity: 1;
}
/* iOS 8.4.1 bug: when opacity changes it'll require 2 taps
   force a single opacity to fix this
*/
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-close .fr-close-icon,
.fr-window-skin-fresco.fr-mobile-touch .fr-close:hover .fr-close-icon {
  opacity: 1;
}

/* Thumbnails */
.fr-window-skin-fresco .fr-thumbnail-wrapper {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.fr-window-skin-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.fr-window-skin-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3);
}
.fr-window-skin-fresco .fr-thumbnail-overlay-border {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.08); /* should remain rgba */
}
/* no inner border on active thumbnail */
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-overlay-border,
.fr-window-skin-fresco .fr-thumbnail-active:hover .fr-thumbnail-overlay-border {
  border: 0;
}

/* Thumbnails < > */
.fr-window-skin-fresco
  .fr-thumbnails-side-previous
  .fr-thumbnails-side-button-icon {
  background-position: -167px -49px;
}
.fr-window-skin-fresco
  .fr-thumbnails-side-previous:hover
  .fr-thumbnails-side-button-icon {
  background-position: -209px -49px;
}
.fr-window-skin-fresco
  .fr-thumbnails-side-next
  .fr-thumbnails-side-button-icon {
  background-position: -167px -91px;
}
.fr-window-skin-fresco
  .fr-thumbnails-side-next:hover
  .fr-thumbnails-side-button-icon {
  background-position: -209px -91px;
}
/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-thumbnails-vertical
  .fr-thumbnails-side-previous
  .fr-thumbnails-side-button-icon {
  background-position: -293px -49px;
}
.fr-window-skin-fresco.fr-thumbnails-vertical
  .fr-thumbnails-side-previous:hover
  .fr-thumbnails-side-button-icon {
  background-position: -335px -49px;
}
.fr-window-skin-fresco.fr-thumbnails-vertical
  .fr-thumbnails-side-next
  .fr-thumbnails-side-button-icon {
  background-position: -293px -91px;
}
.fr-window-skin-fresco.fr-thumbnails-vertical
  .fr-thumbnails-side-next:hover
  .fr-thumbnails-side-button-icon {
  background-position: -335px -91px;
}

/* Thumbnails < > transition */
.fr-window-skin-fresco.fr-svg
  .fr-thumbnails-side
  .fr-thumbnails-side-button-icon {
  -moz-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: 0.8;
}
.fr-window-skin-fresco.fr-svg
  .fr-thumbnails-side-previous
  .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg
  .fr-thumbnails-side-previous
  .fr-thumbnails-side-button-disabled {
  background-position: -167px -49px;
}
.fr-window-skin-fresco.fr-svg
  .fr-thumbnails-side-next
  .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg
  .fr-thumbnails-side-next
  .fr-thumbnails-side-button-disabled {
  background-position: -209px -91px;
}
.fr-window-skin-fresco.fr-svg
  .fr-thumbnails-side:hover
  .fr-thumbnails-side-button-icon {
  opacity: 1;
}
/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical
  .fr-thumbnails-side-previous
  .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical
  .fr-thumbnails-side-previous
  .fr-thumbnails-side-button-disabled {
  background-position: -293px -49px;
}
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical
  .fr-thumbnails-side-next
  .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical
  .fr-thumbnails-side-next
  .fr-thumbnails-side-button-disabled {
  background-position: -335px -91px;
}

/* lower opacity on disabled states */
.fr-window-skin-fresco.fr-svg
  .fr-thumbnails-side
  .fr-thumbnails-side-button-disabled,
.fr-window-skin-fresco.fr-svg
  .fr-thumbnails-side:hover
  .fr-thumbnails-side-button-disabled {
  opacity: 0.5;
}

/* lower opacity IE < 9 using images */
.fr-window-skin-fresco.fr-no-svg
  .fr-thumbnails-side-previous
  .fr-thumbnails-side-button-disabled
  .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
  .fr-thumbnails-side-previous:hover
  .fr-thumbnails-side-button-disabled
  .fr-thumbnails-side-button-icon {
  background-position: -251px -49px;
}
.fr-window-skin-fresco.fr-no-svg
  .fr-thumbnails-side-next
  .fr-thumbnails-side-button-disabled
  .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
  .fr-thumbnails-side-next:hover
  .fr-thumbnails-side-button-disabled
  .fr-thumbnails-side-button-icon {
  background-position: -251px -91px;
}
.fr-window-skin-fresco.fr-no-svg
  .fr-thumbnails-side
  .fr-thumbnails-side-button-disabled
  .fr-thumbnails-side-button-background,
.fr-window-skin-fresco.fr-no-svg
  .fr-thumbnails-side:hover
  .fr-thumbnails-side-button-disabled
  .fr-thumbnails-side-button-background {
  filter: alpha(opacity=50);
}
/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical
  .fr-thumbnails-side-previous
  .fr-thumbnails-side-button-disabled
  .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical
  .fr-thumbnails-side-previous:hover
  .fr-thumbnails-side-button-disabled
  .fr-thumbnails-side-button-icon {
  background-position: -377px -49px;
}
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical
  .fr-thumbnails-side-next
  .fr-thumbnails-side-button-disabled
  .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical
  .fr-thumbnails-side-next:hover
  .fr-thumbnails-side-button-disabled
  .fr-thumbnails-side-button-icon {
  background-position: -377px -91px;
}

/* End */


/* Start:/local/templates/medicina-vebinar/template_styles.css?173312282948792*/
html,
body {
	color: #343434;
	font-size: 18px;
	line-height: 130%;
	background: #F6f6f6;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', 'Nunito', 'Arial', 'Helvetica', sans-serif;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Roboto Condensed', 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-weight: 400;
}

a {
	color: #009688;
	text-decoration: none;
}

img {
	border: none;
}

.clear {
	clear: both;
}

.btn-default:active:focus{
    color: #fff !important;
    background-color: none !important;
    border-color: none !important;
	padding: auto;
}
.btn-default:active{
	color: #fff !important;
    background-color: #009688 !important;
    border-color: none !important;
	padding: auto;
}
.bottom-bar .btn-default,
.btn-default:focus {
    padding: auto !important;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: none;
    background-color: none !important;
    border-color: none !important;
	border-color: transparent !important;
	padding: auto;
}
/*------------------
--- ICONS CLASS ---
----------------*/

.materialIcons {
	font-family: "Material Icons";
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	color: #fff;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: "liga";
}



/*------------------
--- DOP STYLES ---
----------------*/

.indexWrapper {
	max-width: 1234px;
	margin: 0 auto;
	padding: 0 20px;

}

.backgroundWhite {
	background: #fff;
}

.indexBackground {
	background: #F6f6f6;
}

.mainTitle {
	color: #343434;
}

.mainTitle h1 {
	font-size: 42px;
	line-height: 1;
	margin: 36px auto 0 auto;
	max-width: 1200px;
}

.mainTitle h1.max {
	font-size: 48px;
}

.mainTitle h1.min {
	font-size: 37px;
}

.workArea {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

main {
	float: right;
	width: 73.4%;
	margin-top: -50px;
}

main.fullMain {
	float: none;
	width: 100%;
}

main.fullMain .company {
	padding: 30px 0 1px 0;
}

main .boxShadow,
main.boxShadow {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .12);
	margin-bottom: 75px;
}

.sidebar {
	float: left;
	width: 23%;
}
.fixed-menu .mainTitle{
	margin-top: 0 !important;
}

.breadwrap{
	max-width: 1234px;
	padding: 0 20px;
}


/*------------------
-- HEADER SITE ---
----------------*/

body.detailed header {
	/* position: inherit; */
	position: fixed;
	top: 0;
	left: 0;
	background: none;
}

body.detailed header .request_call {
	color: #F6F6F6;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .17);
	background: #555;
	padding: 13px 0 14px 0;
}

body.detailed header .topMenu {
	opacity: .68;
	color: #000;
}

body.detailed header .topMenu:hover {
	opacity: 1;
}

body.detailed header #topSearch {
	opacity: .68;
	color: #000;
}

body.detailed header #topSearch:hover {
	opacity: 1;
}

body.detailed header .headerWrap {
	transition: all .3s;
	max-width: 1234px;
    margin: 0 auto;
    padding: 27px 20px;
	border: 0;
	position: relative;
}
.fixed-menu .headerWrap{
	border: none;
}
body.detailed header .headerWrap:after{
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	left: 20px;
	right: 20px;
	border-bottom: 1px solid #CECECE;
}
.detailed .header-right-block .buttonMenu{
	right: 0 !important;
}
.headerMenu .triangle {
	border: none;
}

.headerMenu>ul>li>a {
	color: #fff;
}

body.detailed .headerMenu .triangle {
	border: 1px solid #d8d8d8;
}

body.detailed .headerMenu>ul>li>a {
	color: #555;
}

body.detailed .article-wrapper{
	padding-top: 137px;
}


header {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, .0), rgba(0, 0, 0, .5))
}

.headerWrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 27px 0 70px 0;
}
/* 
.headerWrap>div {
	display: inline-block;
	min-width: 12px;
	vertical-align: middle;
} */

.logo,
.logo_detail {
	margin: 0 41px 0 0;
}

.logo img {
	max-width: 100%;
	max-height: 60px;
	display: block;
}

.logo_detail .logoNoBackground img {
	background: none;
}

.logo_detail img {
	max-width: 100%;
	max-height: 60px;
	display: block;
	background: #009688;
	transition: all .3s;
}

header .topMenu {
	font-size: 32px;
	cursor: pointer;
	margin: 0 10px 0 0;
}

#topSearch {
	float: right;
	font-size: 28px;
	cursor: pointer;
	margin: 17px 0 0 0;
}

.top_callBack {
	float: right;
	margin: 7px 35px 0 0;
}

.request_call {
	width: 175px;
	color: #fff;
	padding: 13px 0 14px 0;
	text-align: center;
	background: rgba(255, 255, 255, .2);
	cursor: pointer;
	font-weight: 500;
	transition: background .25s ease;
	font-size: 15px;
	border-radius: 2px;
}

.request_call:hover {
	background: rgba(255, 255, 255, .3);
}

/*------------------
-- HEADER SITE ---
----------------*/



/*------------------------
------- FOOTER SITE -------
------------------------*/

/* body.detailed footer{background: #eee; padding: 55px 0 30px 0;} */

footer {
	padding: 130px 0 30px 0;
	background: #fff;
}

.footerWrap {
	max-width: 1234px;
	padding: 0 20px;
	margin: 0 auto;
}

.footerHeader {
	margin: 0 0 40px 0;
}

.footerBlock {
	display: inline-block;
	vertical-align: top;
}

.footerBlock p {
	margin: 0 0 4px 0;
}

.footerCopyright {
	width: 20%;
	color: #b5b5b5;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.5;
	padding: 0 30px 0 0;
	box-sizing: border-box;
}

.footerCopyright div {
	margin: 0 0 10px 0;
}

.footerCopyright a {
	color: #555;
	text-decoration: underline;
	font-weight: 500;
}

.footerCopyright a:hover {
	text-decoration: none;
}

.footerContacts {
	width: 33%;
	margin: -4px 5% 0 0;
	color: #555;
}

.footerContacts div {
	line-height: 1.6;
	margin: 0 0 9px 0;
}

.footerContacts div:last-child {
	margin: 0;
}

.footerContacts span {
	font-weight: 700;
}

.footerMenu {
	width: 22%;
	overflow: hidden;
	margin-top: -1px;
}

.footerSocial {
	width: 20%;
}

.buttonPosition {
	position: fixed;
	right: 31px;
	bottom: -61px;
	z-index: 30;
	transition: bottom .3s ease;
	min-width: 12px;
}

.buttonTop {
	width: 50px;
	border-radius: 50%;
	height: 50px;
	text-align: center;
	line-height: 51px;
	box-shadow: 0 2px 8px rgba(239, 108, 0, .27);
	cursor: pointer;
	background: #009688;
	font-size: 32px;
}

.buttonMenu {
	position: fixed;
	right: 36px;
	bottom: -61px;
	width: 47px;
	border-radius: 50%;
	height: 47px;
	transition: bottom .3s ease;
	cursor: pointer;
	background: #fff;
	z-index: 30;
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .15), rgba(0, 0, 0, .2) 0px 0px 1px 0px;
	color: #000;
	font-size: 28px;
	text-align: center;
	line-height: 47px;
	display: none;
}

.buttonSearch {
	position: fixed;
	right: 36px;
	bottom: -61px;
	width: 47px;
	border-radius: 50%;
	height: 47px;
	transition: bottom .3s ease;
	cursor: pointer;
	background: #fff;
	z-index: 30;
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .15), rgba(0, 0, 0, .2) 0px 0px 1px 0px;
	color: #000;
	font-size: 27px;
	text-align: center;
	line-height: 47px;
	display: none;
}

/*------------------------
------- FOOTER SITE -------
------------------------*/



/*--------------------------------
--- ABOUT THE COMPANY (DETAILED) ---
--------------------------------*/

.company {
	margin: 0 0 80px 0;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .12);
	padding-top: 28px;
	padding-bottom: 1px;
}

/*--------------------------------
--- ABOUT THE COMPANY (DETAILED) ---
--------------------------------*/



/*----------------------------
--- MAP WITH CONTACTS (HOME) ---
----------------------------*/

.map {
	position: relative;
}

.wrapper_map {
	position: absolute;
	left: 50%;
	top: -45px;
	width: 1200px;
	margin-left: -600px;
	z-index: 1;
	height: 0;
}

.map_inside {
	max-width: 660px;
	position: relative;
}

.mapContacts {
	position: absolute;
	right: -30px;
	top: 86px;
	background: #009688;
	color: #fff;
	padding: 35px 65px 192px 30px;
	box-sizing: border-box;
	width: 292px;
	cursor: pointer;
	transition: right .2s ease;
	box-shadow: rgba(0, 0, 0, .19) 0px 12px 40px 0px;
	display: none;
}

.mapContacts.open {
	right: -292px;
}

.mapContacts:not(.open):hover {
	right: -80px;
}

.mapContacts h2 {
	font-size: 21px;
	font-weight: 700;
	margin: 0 0 33px 0;
}

.contactAddress,
.contactPhone,
.contactEmail {
	line-height: 1.5;
	margin: 0 0 19px 0;
	font-weight: 300;
	display: none;
}

.mapContacts div:last-child {
	margin: 0;
}

.contactAddress span,
.contactPhone span,
.contactEmail span {
	font-weight: 300;
}

.sendForm.mapCallback.front_mapForm{
    margin-top: -130px;
	padding: 36px 52px;
}
.mapCallback {
	padding: 40px 50px 29px 50px;
	background: #fff;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 60px 0px, rgba(0, 0, 0, 0.4) 0px 0px 1px 0px;
}

.mapCallback h3 {
	color: #191919;
	font-size: 23px;
	font-weight: 700;
	margin: 0 0 70px 0;
}

.mapCallback_wrapper {
	position: relative;
}

.mapCallback .modalBody>div.miniBlock {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin: 0 10% 0 0;
}

.mapCallback .modalBody>div.miniBlock:nth-child(2n) {
	margin-right: 0;
}

.map .mapCallback .bigBlock>div {
	margin: 0 0 54px 0;
}

.mapCallback .modalBody>div>div {
	margin: 0 0 73px 0;
	position: relative;
	border-bottom: 1px solid #E4E4E4;
}

.mapCallback .messageField {
	min-height: 100px;
}


.mapCallback .buttonAnimation {
	position: absolute;
	right: 50px;
	border-radius: 50%;
	bottom: -36px;
	background: #fff;
	width: 73px;
	height: 73px;
	transition: background .25s;
}

.mapCallback .modalSend {
	color: #fff;
	font-size: 28px;
	padding: 0 0 0 6px;
	line-height: 73px;
	background-color: transparent;
	height: 73px;
	border: 0;
	cursor: pointer;
	outline: none;
	width: 73px;
	background: #009688;
	box-shadow: 0 2px 8px rgba(239, 108, 0, .27);
	border-radius: 50%;
	-webkit-appearance: none;
}

.mapCallback .moreAnimationBlock,
.front-calculator .moreAnimationBlock {
	display: none;
	top: 49%;
}

.mapCallback .moreAnimationBlock:after,
.front-calculator .moreAnimationBlock:after {
	display: none;
}

.mapCallback .moreAnimationBlock:before,
.front-calculator .moreAnimationBlock:before {
	height: 44px;
	width: 44px;
	margin: -23px 0 0 -23px;
}

/*----------------------------
--- MAP WITH CONTACTS (HOME) ---
----------------------------*/



/*--------------------------------------------------
--- STYLES OF THE LIST OF NEWS, ARTICLES AND SHARES ---
---------------------------------------------------*/

.allNews {
	margin: -40px 0 75px 0;
}

.elementNews {
	display: inline-block;
	width: 31.33%;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .12);
	box-sizing: border-box;
	margin: 0 3% 3% 0;
	font-weight: 500;
	vertical-align: top;
	transition: box-shadow .25s;
}

.elementNews:hover {
	box-shadow: rgba(0, 0, 0, .09) 0 35px 90px;
}

.elementNews:nth-child(3n) {
	margin-right: 0;
}

.elementNews:nth-last-child(1),
.elementNews:nth-last-child(2),
.elementNews:nth-last-child(3) {
	margin-bottom: 0;
}

.elementNews .img {
	margin: 0 0 25px 0;
	height: 230px;
	display: block;
}

.elementNews .allText {
	margin: 0 33px 33px 33px;
}

.elementNews .title {
	margin: 0 0 17px 0;
	font-size: 11px;
}

.elementNews .tag {
	color: #fff;
	background: #555555;
	padding: 7px 12px;
	font-size: 9px;
	border-radius: 2px;
	display: inline-block;
	margin: 0 15px 0 0;
	text-transform: uppercase;
}

.elementNews .date {
	color: #bbb;
	display: inline-block;
}

.elementNews .newsName {
	margin: 0 0 45px 0;
	font-size: 17px;
	font-weight: 500;
	color: #212121;
}

.elementNews a.newsName:hover {
	text-decoration: underline;
}

.showMore {
	text-align: center;
	margin: 0 0 65px 0;
	position: relative;
}

.showMore .showMoreButton {
	border-radius: 2px;
	padding: 13px 25px 14px 25px;
	display: inline-block;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	background: #009688;
	box-shadow: 0 2px 8px rgba(239, 108, 0, .27);
}

.showMoreButton.fade {
	display: none;
}

/* .showMore .showMoreButton:hover {} */

.hidden {
	display: none;
}

.moreAnimation {
	display: none;
	height: 52px;
}

.moreAnimationBlock,
.moreAnimationBlock::before,
.moreAnimationBlock::after {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid rgb(204, 204, 204);
	border-left-color: rgb(0, 0, 0);
	border-radius: 1124px;
}

.moreAnimationBlock {
	margin: -29px 0 0 -29px;
	height: 56px;
	width: 56px;
	animation: moreAnimation 1600ms linear infinite;
}

.moreAnimationBlock::before {
	content: "";
	margin: -26px 0 0 -26px;
	height: 50px;
	width: 50px;
	animation: moreAnimation 1600ms linear infinite;
}

.moreAnimationBlock::after {
	content: "";
	margin: -33px 0 0 -33px;
	height: 63px;
	width: 63px;
	animation: moreAnimation 3200ms linear infinite;
}

@keyframes moreAnimation {
	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------
--- STYLES OF THE LIST OF NEWS, ARTICLES AND SHARES ---
---------------------------------------------------*/



/*--------------------------
--- BLOCK SHARE / BACK PAGE ---
---------------------------*/

.backAndShare {
	position: absolute;
	right: 72px;
	bottom: -30px;
}

.backAndShare>div {
	display: inline-block;
	vertical-align: middle;
}

.buttonBack {
	margin: 13px 40px 0 0;
	display: none !important;
}

.buttonBack a {
	font-weight: 500;
	color: #009688;
	position: relative;
	padding: 0px 0 0 50px;
	transition: color .3s ease;
}

.buttonBack a:before {
	background: #009688 url("/local/templates/medicina-vebinar/img/buttonBack.png") no-repeat center;
	border-radius: 50%;
	position: absolute;
	left: 0;
	padding: 17px;
	content: "";
	top: -8px;
}

.buttonBack a:hover {
	color: #009688
}

.leftShare {
	position: relative;
}

.leftShareButton {
	background: #009688;
	padding: 20px 21px 20px 19px;
	border-radius: 50%;
	color: #fff;
	font-size: 21px;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(239, 108, 0, .27);
}

.modalShare {
	display: none;
	position: absolute;
	right: 85px;
	top: 3px;
}

.modalShareWrapper {
	position: relative;
	width: 235px;
	box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .2), rgba(0, 0, 0, 0.37) 0px 0px 1px 0px;
}

.modalShare .triangle {
	position: absolute;
	width: 24px;
	height: 24px;
	right: -7px;
	background: #fff;
	transform: rotate(-45deg);
	border: 1px solid #d8d8d8;
	top: 15px;
}

.modalShare .ya-share2 {
	padding: 10px;
	background: #fff;
	position: relative;
}

.leftShare .ya-share2__container_size_m .ya-share2__item {
	margin: 6px;
}

/* .ya-share2 .ya-share2__badge{background: none !important;} */
/* .ya-share2__container_size_m .ya-share2__icon{-webkit-filter: invert(100%); filter: invert(100%); transition: opacity .25s;
					opacity: .68;
				}
				.ya-share2__container_size_m .ya-share2__icon:hover{opacity: 1;}
				.ya-share2__container_size_m .ya-share2__counter{display: none;} */

/*--------------------------
--- BLOCK SHARE / BACK PAGE ---
---------------------------*/



/*----------------------------------
--- CONTACTS - DETAILED PAGE ---
-----------------------------------*/

.requisitesWriteUs {
	margin: 90px 0;
	position: relative;
}

.requisitesWriteUs .contactsData {
	font-size: 17px;
	margin: 0 0 55px 0;
}

.requisitesWriteUs .contactsData span {
	background: #555;
	color: #fff;
	font-weight: 500;
	padding: 7px 16px;
	margin: 0 10px 0 0;
	display: inline-block;
	font-size: 17px;
	vertical-align: middle;
	border-radius: 2px;
}

.requisitesWriteUs .contactsData p {
	display: inline-block;
	max-width: 260px;
	vertical-align: middle;
}

.requisitesWriteUs .mapCallback {
	position: absolute;
	right: 0;
	top: -130px;
	z-index: 2;
	max-width: 720px;
	box-sizing: border-box;
	padding: 40px 50px 60px 50px;
}

.requisitesWriteUs .mapCallback div.miniBlock>div {
	margin: 0 0 65px 0;
}

.requisitesWriteUs .mapCallback .bigBlock>div {
	margin: 0;
}

.requisitesWriteUs .mapCallback .buttonAnimation {
	bottom: -36px;
	right: 50px;
}

.contactMap {
	height: 560px;
}

/*----------------------------------
--- CONTACTS - DETAILED PAGE ---
-----------------------------------*/



/*------------------------
--- MODAL WINDOWS ---
------------------------*/

.modal {
	display: none;
	position: fixed;
	overflow: hidden;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 50;
}

.modalWrapper {
	width: 100%;
	margin: 80px auto;
	background: #fff;
	max-width: 410px;
}

.modalHeader {
	position: relative;
	padding: 45px;
	background: #009688;
}

.modalHeader h3 {
	font-weight: bold;
	font-size: 21px;
	color: #fff;
}

.modalClose {
	background: #fff;
	width: 47px;
	height: 47px;
	cursor: pointer;
	border-radius: 50%;
	line-height: 48px;
	text-align: center;
	position: absolute;
	top: -23.5px;
	right: -23.5px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08);
	color: #009688;
	font-size: 26px;
}

.modal .modalBody {
	padding: 65px 46px 0 46px;
	margin: 0 0 30px 0;
}

.modal .modalBody>div {
	margin: 0 0 60px 0;
	position: relative;
	border-bottom: 1px solid #E1E1E1;
}

.modal .modalBody>div:last-child {
	margin: 0;
}

.inputField {
	font-size: 16px;
	color: #121822;
	outline: none;
	position: relative;
	display: block;
	width: 100%;
	padding: 0 0 9px 0;
	font-weight: 500;
	border: none;
}

.inputLabel {
	position: absolute;
	top: 0;
	color: #9B9B9B;
	font-size: 17px;
	width: 100%;
	pointer-events: none;
	font-weight: 400;
	transform-origin: 0 0;
	transition: transform .2s;
	transition-timing-function: ease-out;
}

.messageField {
	font-weight: 500;
	font-size: 17px;
	color: #121822;
	outline: none;
	min-height: 20px;
	padding: 0 0 8px 0;
}

.fileForm {
	border-bottom: 1px solid #E4E4E4;
	padding: 3px 0;
}

.fileForm input[name='userFile'] {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}

.fileForm span {
	display: block;
	height: 20px;
}

.fileID {
	display: none;
}

.inputField:focus+.inputLabel,
.changeInput .inputLabel,
.messageField:focus+.inputLabel {
	color: #009688;
	transform: translate3d(0, -23px, 0) scale3d(0.75, 0.75, 1);
	font-weight: 400;
}

.modal .modalBody .changeInput {
	border-bottom: 2px solid #009688;
}

.modalFooter {
	text-align: center;
	padding: 35px 45px;
}

.modal .buttonAnimation {
	margin: 0 0 40px 0;
	position: relative;
	min-height: 45px;
}

.modal .buttonAnimation .moreAnimationBlock {
	top: -6px;
	margin: 0 0 0 -28px;
	display: none;
}

.modal .modalSend {
	background: #009688;
	color: #fff;
	font-size: 15px;
	border-radius: 2px;
	padding: 13px 0 14px 0;
	border: 0;
	cursor: pointer;
	font-weight: 500;
	letter-spacing: 0.5px;
	outline: none;
	width: 180px;
	-webkit-appearance: none;
	box-shadow: 0 2px 8px rgba(239, 108, 0, .27);
}

.modal .disabled {
	cursor: not-allowed;
	background: #ccc !important;
	box-shadow: none !important;
}

.buttonAnimation.active .modalSend {
	display: none;
}

.buttonAnimation.active .moreAnimationBlock {
	display: block;
}

.buttonAnimation.send .modalSend {
	display: none;
}

.buttonAnimation.send .sendOkey {
	display: inline-block;
}

.modalFooterSocial .social {
	margin: 0 0 15px 0;
}

.modalFooterSocial div a {
	display: inline-block;
	margin: 0 6px 0 0;
	border-radius: 50%;
	padding: 5px;
	width: 20px;
	opacity: .68;
	transition: opacity .25s;
}

.modalFooterSocial div a:hover {
	opacity: 1;
}

.modalFooterSocial div a:last-child {
	margin: 0;
}

.modalFooterSocial img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
	display: block;
	width: 100%;
}

.modalFooterSocial .workingHours {
	color: #404040;
	font-weight: 500;
	font-size: 13px;
}

.mapCallback .modalBody .changeInput {
	border-bottom-color: #009688;
	border-bottom-width: 2px;
}

.modalBody .errorInput {
	border-bottom-color: #D50000;
}

.errorInput .inputLabel {
	color: #D50000;
}

.sendOkey {
	background: #494949;
	font-size: 34px;
	display: none;
	border-radius: 2px;
	line-height: 45px;
	width: 180px;
	height: 45px;
}

.mapCallback .sendOkey {
	background: #494949;
	font-size: 34px;
	padding: 0;
	display: none;
	border-radius: 50%;
	line-height: 73px;
	width: 73px;
	height: 73px;
	text-align: center;
}

#blackBack {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 40;
	background: rgba(0, 0, 0, .5);
	display: none;
}

.modalOpen {
	overflow: hidden;
}

.modalOpen .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal .sendSummary {
	max-width: 400px;
}

/*------------------------
--- MODAL WINDOWS ---
------------------------*/



/*------------------------
------ ERROR 404 ------
------------------------*/

.error404 {
	padding: 70px 0 50px 0;
}

.error404>div {
	display: inline-block;
	vertical-align: bottom;
	color: #616161;
	box-sizing: border-box;
	width: 50%;
}

.error404>div:first-child {
	font-weight: 700;
	font-size: 50px;
	text-transform: uppercase;
	text-align: right;
	padding: 0 60px 0 0;
}

.error404>div:last-child {
	padding: 0 0 60px 0;
}

.error404>div:first-child span {
	font-size: 260px;
}

.error404 .description404 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 100px 0;
}

.error404 a {
	display: inline-block;
	font-weight: 500;
}

.url404 {
	padding: 15px 30px 12px 62px;
	color: #fff;
	margin: 0 30px 0 0;
	border-radius: 25px;
	background: #616161;
	position: relative;
}

.url404 i {
	position: absolute;
	left: 24px;
	top: 50%;
	font-size: 20px;
	margin: -10px 0 0 0;
}

.back404 {
	color: #616161;
	text-decoration: underline;
}

.back404:hover {
	text-decoration: none;
}

/*------------------------
------ ERROR 404 ------
------------------------*/



/*---------------------------------------
------ PERSONAL_INFO (FORMS/FOOTER) ------
---------------------------------------*/

.modal .personalInfo {
	padding: 0 46px;
	font-size: 13px;
}

.modal .personalInfo label:after {
	top: 1px;
}

.personalInfo {
	margin: 30px 0 0 0;
}

.checkboxError {
	display: none;
	color: #d41b1b;
	font-size: 12px;
	margin: 0 0 10px 0;
}

.personalInfo input {
	display: none;
}

.personalInfo label {
	color: #555;
	cursor: pointer;
	position: relative;
	padding: 0 0 0 40px;
	display: inline-block;
}

.personalInfo a:hover {
	text-decoration: underline;
}

.personalInfo label:after {
	background-color: #fff;
	border: 1px solid #E1E1E1;
	position: absolute;
	height: 20px;
	width: 20px;
	content: "";
	left: 0;
	box-sizing: border-box;
	top: -1px;
}

.personalInfo label.ckecked:after {
	line-height: 20px;
	font-family: FontAwesome;
	text-align: center;
	border: none;
	content: "\f00c";
	color: #fff;
	font-size: 14px;
}

.personalInfo label:hover:after {
	background-color: #E1E1E1;
}

.block.green{
	padding-right: 30px;
}

/*---------------------------------------
------ PERSONAL_INFO (FORMS/FOOTER) ------
---------------------------------------*/



/*------------------------------------
------ ADAPTIVE SITE LAYOUT ------
------------------------------------*/

@media all and (max-width: 1190px) {
	.block.green{
		padding-right: 0px;
	}
	.requisitesWriteUs {
		margin: -35px 0 -20px 0;
		z-index: 2;
	}

	.requisitesWriteUs>div {
		margin: 0 0 50px 0;
		background: #fff;
		padding: 30px;
		box-shadow: 0 1px 1px rgba(0, 0, 0, .12);
		border-radius: 1px;
	}

	.requisitesWriteUs .contactsData {
		display: inline-block;
		width: 31%;
		vertical-align: top;
		margin: 0 3.5% 0 0;
	}

	.requisitesWriteUs .contactsData span {
		margin: 0 0 10px 0;
	}

	.requisitesWriteUs .contactsData p {
		display: block;
		max-width: 100%;
	}

	.requisitesWriteUs .contactsData:last-child {
		margin: 0;
	}

	.requisitesWriteUs .mapCallback {
		position: relative;
		max-width: 920px;
		margin: 0 auto;
		top: 0;
	}

	.requisitesWriteUs .mapCallback .buttonAnimation {
		right: 46px;
	}

	.mapCallback h3 {
		margin: 0 0 40px 0;
	}
}

@media all and (max-width: 1100px) {
	.sidebar {
		width: 25%;
	}

	main {
		width: 71%;
	}

	.footerCopyright {
		width: 31%;
	}

	.footerContacts {
		width: 31%;
		margin: 0 7% 0 0;
	}

	.footerMenu {
		width: 31%;
	}

	.footerSocial {
		width: 100%;
		display: block;
		margin: 30px 0 0 0;
	}

	.footerSocial .social {
		text-align: left;
	}

	.footerHeader {
		margin: 0;
	}

	.error404>div:first-child {
		font-size: 40px;
	}

	.error404>div:first-child span {
		font-size: 200px;
	}
}

@media all and (max-width: 1023px) {
	.headerMenu {
		display: none !important;
	}
}

@media all and (max-width: 1000px) {
	.elementNews {
		width: 48%;
		margin: 0 4% 40px 0;
	}

	.elementNews:nth-child(3n) {
		margin-right: 4%;
	}

	.elementNews:nth-child(2n) {
		margin-right: 0;
	}

	.elementNews:nth-last-child(3) {
		margin-bottom: 4%;
	}

	.elementNews .img {
		background-size: cover;
	}

	.error404>div:first-child span {
		font-size: 170px;
	}

	.error404 .description404 {
		margin: 0 0 60px 0;
	}

	.error404>div:last-child {
		padding: 0 0 35px 0;
	}
}

@media all and (max-width: 900px) {
	.sidebar {
		display: none;
	}

	main {
		width: 100%;
	}

	.error404>div:first-child {
		font-size: 30px;
	}

	.error404>div:first-child span {
		font-size: 140px;
	}
}

@media all and (max-width: 760px) {
	.footerCopyright {
		display: none;
	}

	.footerContacts {
		width: 45%;
		margin: 0 10% 0 0;
	}

	.footerContacts div {
		margin: 0 0 15px 0;
	}

	.footerMenu {
		width: 45%;
	}

	.requisitesWriteUs .contactsData {
		width: 47%;
		margin: 0 6% 6% 0;
	}

	.requisitesWriteUs .contactsData:nth-child(2n) {
		margin-right: 0;
	}

	.contactMap {
		height: 460px;
	}

	.mainTitle h1 {
		font-size: 32px !important;
	}

	.error404 {
		padding: 50px 0;
	}

	.error404>div {
		display: block;
		width: 100%;
	}

	.error404>div:first-child {
		padding: 0;
		text-align: left;
	}

	.error404>div:last-child {
		padding: 0;
		margin: 30px 0 0 0;
		max-width: 600px;
	}

	.error404 .description404 {
		margin: 0 0 30px 0;
	}
}

@media all and (max-width: 690px) {
	.allNews {
		margin: -40px 60px 60px 60px;
	}

	.elementNews {
		width: 100%;
		margin: 0 0 40px 0;
	}

	.elementNews:nth-last-child(3),
	.elementNews:nth-last-child(2) {
		margin-bottom: 40px;
	}

	.elementNews:last-child {
		margin: 0;
	}

	.mainTitle h1 {
		font-size: 32px !important;
	}
}

@media all and (max-width: 580px) {
	body.detailed header .headerWrap {
		overflow: hidden;
	}

	.headerWrap .logo,
	.headerWrap .logo_detail {
		margin: 0 0 20px 0;
		display: block;
		text-align: left;
	}

	.top_callBack {
		margin: 0;
	}

	.headerWrap #topSearch {
		margin: 10px 0 0 0;
		float: none;
	}

	.headerWrap .topMenu {
		margin: 10px 10px 0 0;
	}
}

@media all and (max-width: 550px) {
	.headerWrap {
		padding: 20px;
	}

	body.detailed header .headerWrap {
		padding: 20px 16px;
	}

	.workArea {
		padding: 0 20px;
	}

	.indexWrapper {
		padding: 10px 16px;
	}
	.breadwrap{
		padding: 0 16px;
	}
	.footerWrap {
		padding: 0 16px;
	}
	/* footer {
		padding: 40px 20px;
	} */

	/* .mainTitle{padding: 30px 20px 80px 20px;} */
	.footerContacts {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.footerMenu {
		width: 100%;
	}

	.requisitesWriteUs .mapCallback {
		padding: 20px 30px 60px 30px;
	}

	.elementNews .title {
		margin: 0 0 14px 0;
	}

	.elementNews .tag {
		margin: 0 15px 10px 0;
	}

	.backAndShare {
		right: 45px;
	}

	.mainTitle h1 {
		font-size: 28px !important;
	}

	.newsDetailTitle {
		padding: 30px 20px;
	}

	.buttonTop,
	.buttonMenu,
	.buttonSearch {
		right: 20px;
	}
}

@media all and (max-width: 500px) {
	.modalWrapper {
		max-width: 350px;
	}

	.modalHeader {
		padding: 35px;
	}

	.modal .modalBody {
		padding: 45px 35px 20px 35px;
		margin: 0;
	}

	.modalFooter {
		padding: 35px;
	}

	.allNews {
		margin: -40px 0 60px 0;
	}

	.mainTitle h1 {
		font-size: 28px !important;
	}

	.newsDetail q {
		padding: 25px 30px 25px 80px;
	}

	.newsDetail q:before {
		left: 25px;
		font-size: 85px;
	}

	.mapCallback .modalBody>div.miniBlock {
		width: 100%;
		display: block;
		margin: 0;
	}

	.requisitesWriteUs .contactsData {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.modalShareWrapper {
		width: 200px;
	}
}

@media all and (max-width: 440px) {
	.modalWrapper {
		max-width: 330px;
	}

	.modalHeader {
		padding: 30px;
	}

	.modal .modalBody {
		padding: 40px 30px 10px 30px;
	}

	.modalFooter {
		padding: 30px;
	}

	.contactMap {
		height: 400px;
	}

	.newsDetail q {
		padding: 60px 20px 20px 20px;
	}

	.newsDetail q:before {
		left: 20px;
		top: -15px;
	}
}

@media all and (max-width: 430px) {
	.modalClose {
		width: 40px;
		height: 40px;
		line-height: 40px;
		top: 5px;
		right: 5px;
		background: none;
		box-shadow: none;
		color: #fff !important;
		font-size: 30px;
		border-radius: 0;
	}

	.mainTitle h1 {
		font-size: 22px !important;
	}

	.newsDetailTitle {
		padding: 30px 20px 15px 20px;
	}

	.newsDetailTitle div {
		display: block;
	}

	.newsDetailTitle div:first-child {
		padding: 0 0 15px 22px;
		margin: 0;
	}

	.modalShareWrapper {
		width: 165px;
	}

	.error404>div:first-child {
		font-size: 25px;
	}

	.error404>div:first-child span {
		font-size: 120px;
	}

	.error404>div:last-child {
		margin: 20px 0 0 0;
	}

	.error404 a {
		display: block;
	}

	.url404 {
		padding: 15px 0 15px 60px;
		margin: 0 0 30px 0;
		width: 128px;
	}

	.error404 .back404 {
		display: inline-block;
	}
}

@media all and (max-width: 400px) {
	.requisitesWriteUs .mapCallback {
		padding: 20px 20px 60px 20px;
	}

	.requisitesWriteUs>div {
		padding: 20px;
	}
}

@media all and (max-width: 374px) {
	.modalWrapper {
		max-width: 300px;
	}

	.modalShareWrapper {
		width: 128px;
	}

	.mainTitle h1 {
		font-size: 26px !important;
	}
}

@media all and (max-width: 350px) {
	.modalWrapper {
		max-width: 280px;
	}

	.modalHeader {
		padding: 25px;
	}

	.modal .modalBody {
		padding: 40px 25px 10px 25px;
	}

	.modalFooter {
		padding: 25px;
	}

	.top_callBack {
		float: none;
		display: block !important;
		margin: 20px 0 0 0;
	}

	.headerWrap #topSearch {
		margin: 0;
	}

	.headerWrap .topMenu {
		margin: 0 10px 0 0;
	}
}

/* video banners */
.video-branch {
	margin: 20px 0;
}

.video-branch video {
	max-width: 100%;
	height: auto;
}

.video-branch__btn {
	cursor: pointer;
}

/*------------------------
-------- FONT --------
------------------------*/

@font-face {
	font-family: "Material Icons";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: url(/local/templates/medicina-vebinar/fonts/MaterialIcons-Regular.eot);
	/* For IE 6-8 */
	src: local("Material Icons"),
		local("MaterialIcons-Regular"),
		url(/local/templates/medicina-vebinar/fonts/MaterialIcons-Regular.woff2) format("woff2"),
		url(/local/templates/medicina-vebinar/fonts/MaterialIcons-Regular.woff) format("woff"),
		url(/local/templates/medicina-vebinar/fonts/MaterialIcons-Regular.ttf) format("truetype");
}


.title_head {
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 13px;
	width: 100%;
	font-size: 80px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -3.9px;
	text-transform: uppercase;
    margin-top: -53px;
	font-family: 'Roboto Condensed', 'Roboto', 'Arial', 'Helvetica', sans-serif;
}


/* content */
.filter-wrap-webinar {
	display: grid; 
	grid-template-columns: 300px 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin-top: 26px;
	margin-bottom: 46px;
}

.filter-wrap-webinar .item {
	/* min-height: 32px; */
	width: 100%;
}
.selectize-input{
    padding-top: 23px !important;
    padding-left: 14px !important;
}
.selectize-control.single .selectize-input:after{
	top: 13px !important;
}
input[type=select-one]{
	display: none !important;
}

.filter-wrap-webinar .service-offer__select .selectize-input {
	color: #343434;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	padding: 12px;
	min-height: 32px;
	/* 22.5px */
}

.filter-wrap-webinar .service-offer__select .selectize-input input {
	width: 100%;
	color: #343434;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 22.5px */
}

.filter-wrap-webinar .service-offer__find {
	min-height: auto !important;
	padding: 0px;
	margin: 0px;
	position: relative;
}

.filter-wrap-webinar .service-offer__select {
	width: 100%;
	padding: 0px;
	margin: 4px 0px;
}

.filter-wrap-webinar .service-offer__select .selectize-input .item {
	color: #343434;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
}
.filter-wrap-webinar .select-group_option{
	width: 300px;
	border: 1px solid #787878;
	border-radius: 12px;
	padding: 23px 12px 9px;
}
.filter-wrap-webinar .select-group{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.filter-wrap-webinar .select-group::before{
	background: none;
	width: 6px;
	height: 6px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	transform: rotate(-45deg);
	margin: 0;
	right: 18px;
	top: 28px;
}

/**/

.text-field_floating {
	position: relative;
}

.text-field_floating .text-field__input {
	height: calc(3.5rem + 2px);
	line-height: 1.25;
	padding: 1rem 0.75rem;
}

.text-field_floating .text-field__label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem .75rem;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity .15s ease-in-out, transform .15s ease-in-out;
}

.text-field_floating .text-field__input::-moz-placeholder {
	color: transparent;
}

.text-field_floating .text-field__input::placeholder {
	color: transparent;
}

.text-field_floating .text-field__input:focus,
.text-field_floating .text-field__input:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem;
}

.text-field_floating .text-field__input:focus~.text-field__label,
.text-field_floating .text-field__input:not(:placeholder-shown)~.text-field__label {
	opacity: .65;
	transform: scale(.85) translateY(-.75rem) translateX(.15rem);
}

/***/

.filter-wrap-webinar .title-input {
	z-index: 2;
	position: absolute;
	float: left;
	padding: 15px 12px 0;

	font-variant-numeric: lining-nums proportional-nums;
	color: #787878;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	/* 12px */

}

.container-filter {
	max-width: 326px;
	height: 56px;
	float: right;
	display: flex;

	border-radius: 1000px;
	border: 1px solid #CECECE;
	background: #F8F9FA;
	text-align: center;
	justify-content: center;
	align-items: center;

	cursor: pointer;
	color: 343434;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	/* 100% */
	text-transform: uppercase;
	overflow: hidden;
}

.container-filter a {
	color: black !important;
}

.container-filter>div {
	padding: 0 10px;
}

.container-filter .active a {
	color: #009688 !important;
}

.container-filter .active {
	display: flex;
	height: 100%;
	width: 100%;
	border-radius: 100px;
	border: 1px solid #CECECE;
	background: #FFF;
	text-align: center;
	justify-content: center;
	align-items: center;
}







.content-wrap-webinar {
	/* margin: 50px auto; */
	display: grid;
	grid-template-columns: 480px 1fr;
	grid-column-gap: 28px;
	grid-row-gap: 25px;
	grid-auto-rows: auto;
}

.calendar-item {
	padding: 24px 10px 0;
	min-height: 100px;
	border-radius: 20px;
	border: 2px solid #CECECE;
	background: #FFF;
	margin-bottom: 90px;
	transition: font-size 4s 1s;
}
.calendar-item .air-datepicker-nav--title{
	font-family: 'Roboto Condensed', 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 48px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -1.44px;
	padding: 0;
}
.calendar-item .air-datepicker-nav{
	margin-bottom: 19px;
	grid-template-columns: 9fr 1fr 1fr;
}
.calendar-item .air-datepicker-body--day-names{
	margin: 8px 0 25px;
}

.webinar-item {
	margin-bottom: 30px;
	min-height: 100px;
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 26px;
	grid-auto-rows: min-content;
}

/* Общий блок */
.block-calendar {
	margin: 30px auto;
	padding: 30px 0;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 26px */
	text-transform: uppercase;
	color: #343434;
}

/* Общий блок end*/


.count-webinar {
	border-radius: 5px;
	padding: 20px !important;
	border: 0;
	background: #F0F5F4;
	margin: 30px 3px;
}

.preview {
	border-top: 2px solid #F0F5F4;
}

.preview .head {
	display: grid;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 130%;
	/* 20.8px */
	color: #343434;
	grid-template-columns: 45% 30% 25%;
	margin-bottom: 10px;
}
.preview .time {
	text-align: center;
}

.preview .price {

	display: initial;
	float: right;

	color: #009688;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 18.2px */
	text-transform: uppercase;
	text-align: center;
	border-radius: 20px;
	background: #D2F0EB;


	padding: 5px 10px;
	justify-content: center;
	align-items: center;
}

.preview .price-container {
	margin-top: -5px;
}

.preview .title {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 26px */
	text-transform: uppercase;
}

.preview .sign-up {
	margin-top: 20px;
	margin-bottom: -20px;
}

.preview .sign-up a {
	color: #009688;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 27px */
	text-transform: uppercase;
}
.preview .sign-up a.btn{
	font-size: 16px;
	padding: 16px 25px 16px;
}



.questions-list__titleWrap {
	transition: none !important;
}
.questions-list__titleWrap.opened {
	transition: none !important;
}
.webinar_page .questions-list__titleWrap {
	transition: none !important;
	background-color: #F0F5F4 !important;
	border: 2px solid #CECECE;
	padding: 30px 30px;
	border-radius: 20px;

}

.webinar_page .questions-list__titleWrap .questions-list__title {
	color: #343434;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.webinar_page .questions-list__titleWrap::after {
	color: #009688;
}

/* right block */
.webinar-item .item {
	/* padding: 30px 30px 0px 30px; */
	min-height: 100px;
	border-radius: 20px;
	border: 2px solid #CECECE;
	background: #FFF;
	overflow: hidden;
	display: grid;
	grid-template-columns: 209px 1fr;

}

.webinar-item .photo-info {
	height: 100%;
	background: #F0F5F4;
	padding: 20px;
}

.photo-info .name {
	display:block;
	color: #343434;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 26px */
	text-transform: uppercase;
}

.photo-info .description {
	color: #343434;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 130%;
	/* 20.8px */
}

.circle-image {
	border: 4px solid white;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	width: 107px;
	height: 107px;
	margin-bottom: 10px;
}

.circle-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.webinar-item .content {
	padding: 25px 20px 20px;
}

.webinar-item .content .preview {
	border: none;
}

.webinar-item .content .head {
	margin-bottom: 20px;
}

.webinar-item .content .title {
	min-height: 118px;
	border-bottom: 2px solid #F0F5F4;
}

.webinar-item .content .sign-up {

	text-align: right;
	margin-top: 20px;
	margin-bottom: 0px;
}

.webinar-item .sign-up {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.webinar-item .invite-content {
	display: flex;
	padding: 16px 0px;
}

.webinar-item  .circle-image{
	margin-bottom: 7px;
}

.invite {
	height: 16px;
	width: 16px;
	background: url('/local/templates/medicina-vebinar/img/invite.svg') left/contain no-repeat;

}

.comment-icon {
	height: 17px;
	width: 17px;
	margin-left: 20px;
	background: url('/local/templates/medicina-vebinar/img/comment.svg') left/contain no-repeat;

}

.count-comment {
	margin-top: -2px;
	padding: 0px 2px;
	color: #CECECE;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	/* 20.8px */
}

.show-more {
	color: #343434;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 27px */
	text-transform: uppercase;
}

#show-calendar {
	padding: 20px 32px;
	display: none;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

#show-calendar::before {
	position: relative;
	right: 5px;
	top: 4px;
	content: '';
	width: 22px;
	height: 22px;
	display: inline-block;
	background-size: auto 20px;
	background: url(/local/templates/medicina-vebinar/img/calendar.svg) left/contain no-repeat;
}

.webinar_page {
	display: grid;
	grid-template-columns: 1fr;
}

.mobile {
	display: none;
}

#show-calendar {
	display: none;
}

.close-calendar {
	display: none;
}

#close-calendar-button {
	display: none;
}

.answer.mobile {
	margin-top: 30px;
}

.select-group_option {
	width: 297px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;


	border-radius: 5px;
	border: 2px solid #e4e2e2;
	color: #343434;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
    padding: 13px;
    padding-top: 16px;
	min-height: 32px;
	margin: 4px 0px;
	cursor: pointer;

	background-color: #F8F9FA;;
}
.select-group_option:focus-visible {
	outline:none;
}
.select-group::before {
	cursor: pointer;
	position: absolute;
	display: block;
	content: '';
	border: none;
	background: url(/local/templates/medicina-vebinar/img/select_arr.svg) center center no-repeat;
	width: 17px;
	height: 16px;
	background-size: 100%;
    margin-top: 19px;
    margin-left: 263px;
}

.filter-wrap-webinar.mobile .select-group_option {
	width: 100%;
	grid-template-columns: 1fr 1fr;
}

.vebinar_page .tags{
    margin-bottom: 10px;
    margin-top: -10px;
}
.vebinar_page .tags span{
	color: #343434;
	font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    color: #009688;
}
/* media */

@media (max-width: 1200px) {
	.select-group::before {
		right: 60px;
	}
	.title_head {
		margin-top: -37px;
		font-size: 45px;
	}

	/* .mainTitle {
		margin-left: 28px !important;
	} */

	

	.nmoWrapper h2 {
		margin: 20px auto;
		font-size: 30px !important;
	}

	.nmoWrapper .questions-list__wrapper {
		margin-bottom: 0px !important;
	}

}

@media (max-width: 1160px) {
	.content-wrap-webinar{
		grid-template-columns: 380px 1fr;
	}
	.webinar-item .content .head .time{
		text-align: left;
	}
	.webinar-item .content .head{
		display: block;
		position: relative;
	}
	.webinar-item .content .head .price-container{
		position: absolute;
		right: 0;
		top: 0;
	}
}

@media (max-width: 992px) {
	.close-calendar-button {
		width: 100% !important;
		margin-bottom: 32px !important;
	}

	/* .answer {
		display: none;
	} */

	.air-datepicker-nav--title {
		margin-left: 55px;
	}

	.air-datepicker-body--cells.-days- {
		grid-auto-rows: 9vh;
	}

	.calendar-item {
		margin-bottom: 40px;
	}

	.close-calendar {
		display: block;
	}

	.content-wrap-webinar {
		grid-template-columns: 1fr;
	}

	.container-filter {
		float: none;
	}

	/* календарь */
	#show-calendar {
		display: block;
	}

	.calendar-item {
		display: none;
	}

	.filter-wrap-webinar {
		display: none;
	}
	
	.mobile {
		margin-bottom: 0px;
		display: grid;
		grid-row-gap: 3px;
		grid-template-columns: 1fr;

		display: grid;
		grid-template-columns: 300px 1fr 1fr;
		grid-column-gap: 20px;	
	}
	.filter-wrap-webinar .select-group{
		min-width: 300px;
	}
	.filter-wrap-webinar .mobile {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 768px) {
	.mobile {
		margin-bottom: 0px;
		display: grid;
		grid-row-gap: 3px;
		grid-template-columns: 1fr;

	}

	.filter-wrap-webinar .mobile {
		grid-template-columns: 1fr 1fr;
	}
	.filter-wrap-webinar .select-group{
		width: 100%;
	}
	.filter-wrap-webinar{
		margin-top: 0;
	}
	#show-calendar{
		padding: 12px 32px 17px;
	}
	.calendar-item .close-calendar{
		color: #000;
		background: none;
		font-size: 22px;
		padding: 0;
		height: 22px;
		width: 22px;
		margin-top: 6px;
	}
	.calendar-item .air-datepicker-nav--title{
		font-size: 24px;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.72px;
		margin-left: 40px;
	}
}

.answer.mobile span {
	margin-top: 20px;
	position: absolute;
	color: #343434;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}




/* всплывашка */
[data-tooltip] {
	position: relative;
	/* Относительное позиционирование */
}

[data-tooltip]::after {
	white-space: break-spaces;
	text-align: left;
	font-size: 14px;
	content: attr(data-tooltip);
	/* Выводим текст */
	position: absolute;
	/* Абсолютное позиционирование */
	width: 300px;
	/* Ширина подсказки */
	left: 18px;
	top: 0;
	/* Положение подсказки */
	background: #009688;
	/* Синий цвет фона */
	color: #fff;
	/* Цвет текста */
	padding: 0.5em;
	/* Поля вокруг текста */
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	/* Параметры тени */
	pointer-events: none;
	/* Подсказка */
	opacity: 0;
	/* Подсказка невидима */
	transition: 1s;
	/* Время появления подсказки */
}

[data-tooltip]:hover::after {
	opacity: 1;
	top: -6em;
}

.vebinar_page .preview.block-calendar .tags {
	margin-top: 10px !important;
}

@media (max-width: 1000px) {
	.air-datepicker-body--cells.-days- {
		grid-auto-rows: 8vh;
	}
}

@media (max-width: 880px) {
	.air-datepicker-body--cells.-days- {
		grid-auto-rows: 7vh;
	}
}

@media (max-width: 762px) {
	body .mainTitle {
		padding-left: 0px !important;
	}
	.air-datepicker-body--cells.-days- {
		grid-auto-rows: 6vh;
	}
}
@media (max-width: 700px) {

	.close-calendar {
		margin-top: 4px;
	}

	.air-datepicker-nav--title {
		font-size: 25px;
	}

	.air-datepicker-body--cells.-days- {
		grid-auto-rows: 5vh;
	}

	.filter-wrap-webinar {
		grid-template-columns: 1fr;
	}

	.webinar-item .content .title {
		min-height: 50px;
		padding-bottom: 20px;
	}

	.container-filter {
		float: none;
		margin: 0 auto;
	}

	.webinar-item .item {
		grid-template-columns: 1fr;
	}

	.webinar-item .photo-info {
		display: grid;
		width: 100%;
		background: #F0F5F4;
		padding: 20px;
	}

	.preview .head {
		grid-template-columns: 2fr 1fr;
	}

	.preview .head .time {
		text-align: left;
		grid-row-start: 2;
		grid-column-start: 1;
	}

}


@media (max-width: 600px) {
	.air-datepicker-body--cells.-days- {
		grid-auto-rows: 4vh;
	}
}



@media (max-width: 450px) {
	.air-datepicker-body--cells.-days- {
		grid-auto-rows: 37px;
	}
	
	.block-calendar {
		font-size: 18px;
	}
}
@media (max-width: 400px) {
	.air-datepicker-nav--title{
		font-size: 21px;
	}
	.count-webinar.block-calendar {
		font-size: 13px;
	}
	.preview.block-calendar .head{
		font-size: 13px;
	}
}
.block-controls{
	margin: 30px auto!important;
}




.search{
	position: relative;
	margin-bottom: 50px;
	padding-right: 89px;
	margin-top: 31px;
}
.search input{
	color: #343434;
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 18px;
	line-height: 130%;
	padding: 11px 20px;
	height: 48px;
	border-radius: 40px 0 0 40px;
	border: 1px solid #CECECE;
	border-right: 0;
	margin-right: 89px;
	height: auto;
	box-shadow: none;
}
.search input::placeholder{
	color: #343434;
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 18px;
	line-height: 130%;
}
.search input:focus{
	box-shadow: none;
    border-color: #b4ddd7 !important;
    background: #f5f5f5 !important;
    color: #058e79 !important;
}
.search button{
	width: 89px;
	height: 48px;
	border-radius: 0 40px 40px 0;
	background-color: #D2F0EB;
	border: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	transition: all .2s;
}
.search button:hover{
	background-color: #058e79;
}
.search button:hover img{
	filter: brightness(100);
}
.see-more{
	display: inline-block;
	vertical-align: top;
	color: #343434;
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 18px;
	line-height: 150%;
	text-transform: uppercase;
	transition: color .2s;
	position: relative;
	padding: 10px 15px;
	cursor: pointer;
	height: 50px;
    min-width: 50px;
}
.see-more:hover{
	color: #058e79;
}
.see-more_wrap{
	margin-bottom: 120px;
}
.loadings .see-more{
	font-size: 0;
}
.loadings .see-more__loader{
	width: 100%;
    display: block;
    position: absolute;
    inset: 0;
    text-align: center;
    height: 100%;
}
.loadings .see-more__loader::before{
	background: url('/local/templates/medicina-vebinar/img/loader-oval.svg') center/contain no-repeat;
    content: '';
    position: absolute;
    margin: 10px;
    inset: 0;
}
.wrap_pagination {
    display: none;
}

.vebinar_page h1.title_head{
	margin-left: -7px;
}
.indexReviews .owl-carousel .owl-nav .owl-next,
.indexReviews .owl-carousel .owl-nav .owl-prev{
	margin: 0;
}

@media(max-width: 992px){
	.vebinar_page h1.title_head{
		margin-left: -13px;
	}
}
@media(max-width: 767px){
	.search{
		margin-top: 43px;
	}
	body.detailed .article-wrapper{
		padding-top: 76px;
	}
	body.detailed header .headerWrap{
		padding: 8px 19px;
	}
	.fixed-menu .headerWrap .logo-block img,
	.fixed-menu .logo img, .fixed-menu .logo_detail img{
		width: 110px !important;
		min-height: 60px !important;
	}
	.vebinar_page h1.title_head{
		margin-left: 0;
	}
}

/* End */


/* Start:/local/css/reaspekt/reaspekt.geobase/style.css?1562061448930*/
.ReaspektPopupOverlay {
	height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
	background-color: #000;
	filter: alpha(opacity=60); 	/*Filter for IE*/
}
#ReaspektPopupBody {
    position: absolute !important;
    padding: 30px 50px;
    left: 0;
    top: 0;
    /*width: 500px;
    min-height: 100%;
    height: 1000px;*/
    z-index: 510;
    background-color: #fff;
	box-shadow: 0px 0px 15px #000000;
    box-sizing: border-box;
}
#ReaspektPopupBody .ReaspektClosePosition {
	position: relative;
}

#ReaspektPopupBody #ReaspektCloseBtn {
	position: absolute;
	right: -40px;
    top: -20px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background:url("/local/css/reaspekt/reaspekt.geobase/images/close-button-sprite.png") no-repeat top;
}

#ReaspektPopupBody #ReaspektCloseBtn:hover {
	background: url("/local/css/reaspekt/reaspekt.geobase/images/close-button-sprite.png") no-repeat 0 -24px;
}

#ReaspektPopupContainer {
	max-width: 900px;
}
/* End */


/* Start:/local/templates/medicina-vebinar/vendor/bootstrap/bootstrap.min.css?1695975243120997*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-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,strong{font-weight:500}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{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{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(/local/templates/medicina-vebinar/vendor/bootstrap/../fonts/glyphicons-halflings-regular.eot);src:url(/local/templates/medicina-vebinar/vendor/bootstrap/../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/local/templates/medicina-vebinar/vendor/bootstrap/../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/local/templates/medicina-vebinar/vendor/bootstrap/../fonts/glyphicons-halflings-regular.woff) format('woff'),url(/local/templates/medicina-vebinar/vendor/bootstrap/../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/local/templates/medicina-vebinar/vendor/bootstrap/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}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,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
/* End */


/* Start:/local/templates/medicina-vebinar/css/custom.css?1774515996142174*/
/* WRITE YOUR CODE HERE */
body {
    overflow-y: scroll;
}

header {
    background: none;
}

::-moz-selection {
    background: #05a78e !important;
    color: #fff !important;
}

::selection {
    background: #05a78e !important;
    color: #fff !important;
}

.bodyNotification {
    display: none;
}

.header__home .logo-block,
.logo-block {
    display: flex;
}

.header__home .headerWrap {
    padding: 0px 0 70px 0;
}

.mainpage .logo img {
    max-height: 120px;
}

@media(max-width:768px) {
    body .logo>a>.logo-block {
        margin-top: 5px;
    }

    .mainpage .logo img {
        width: 110px;
    }
}

body.detailed header,
body.menu-fixed header {
    background: white;
    border-bottom: none !important;
}

.headerWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #CECECE;
}

@media(max-width: 1250px) {
    .headerWrap {
        padding: 15px 20px;
    }
}

.logo_detail img {
    max-height: 120px;
    min-height: 82px;
}

@media (max-width: 766px) {
    .logo_detail img {
        min-height: 60px;
        width: 110px;
    }
}

.logo>a>.logo-block {
    transition: all 0.3s ease-in-out;
}

.mainpage.fixed-menu .logo>a>.logo-block {
    margin-top: 0px;
}

.logo>a:hover>.logo-block {
    opacity: 0.6;
}

.logo-block>a {
    transition: all 0.3s ease;
}

.logo-block__desc {
    transition: all 0.3s ease;
    font-size: 19px;
    font-weight: 500;
    color: #177f70;
    letter-spacing: 0.4px;
    line-height: 26px;
    max-width: 300px;
    margin: 25px 0px 0px 8px;
}

.info-logo__wrap {
    margin-left: 8px;
}

.detailed .logo-block__desc {
    margin: 10px 0 0 0;
}

.detailed .lic-link {
    top: 60px;
    left: 0;
}

.detailed .main-section__phone {
    margin: 0;
}

body.detailed header .request_call {
    background: #177f70;
    transition: 0.3s all ease-in-out;
    box-shadow: 0px 2px 10px 0px #a0d0c9;
}

body.detailed header .request_call:hover {
    box-shadow: 0px 4px 15px 0px #67807c;
}

.header__home .logo-block__desc {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.4px;
    line-height: 26px;
    max-width: 300px;
    margin: 25px 0px 0px 8px;
}

.logo_detail .logo-block {
    transition: 0.3s all ease-in-out;
}

.logo_detail .logo-block:hover {
    opacity: 0.8;
}

.main-section__phone {
    float: right;
    margin: 30px 41px 0px 0px;
}

.header__home .main-section__phone {
    float: right;
    color: #fff !important;
    margin: 24px 41px 0px 0px;
}

.main-section__phone a {
    font-size: 19px;
    font-weight: 500;
    color: #177f70 !important;
    text-decoration: none !important;
    letter-spacing: 0.4px;
    transition: all 0.3s ease-in-out;
}

.header__home .main-section__phone a {
    font-size: 19px;
    font-weight: 500;
    color: #fff !important;
    text-decoration: none !important;
    letter-spacing: 0.4px;
    transition: all 0.3s ease-in-out;
}

.main-section__phone a:hover {
    opacity: 0.6;
}

.main-section__phone p {
    font-size: 15px;
    line-height: 15px;
}

.header__home .main-section__phone p {
    font-size: 15px;
    line-height: 26px;
}

.main-section__phone {
    color: #177f70;
}

.top_callBack {
    margin: 30px 35px 0 0;
}

.header__home .top_callBack {
    margin: 25px 0px 0 0;
}

.header__home .request_call {
    padding: 16px 0 14px 1px;
    letter-spacing: 0.3px;
}

.request_call {
    border-radius: 5px;
}

.header-section {
    height: 100vh;
    max-height: 1100px;
    min-height: 900px;
    background-image: url("/local/templates/medicina-vebinar/css/../img/main2021_min.jpg");
    background-size: cover;
}

.header-section__wrap {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    padding: 27px 30px 70px 30px;
    padding-left: 0px;
}

@media(max-width:1250px) {
    .header-section__wrap {
        padding: 27px 20px 70px 20px
    }
}

.header__banner {
    width: 700px;
    height: auto;
    position: absolute;
    color: #fff !important;
    top: 50%;
    margin-top: -205px;
    max-width: 100%;
}

.header__calculator {
    width: 360px;
    background: #fff;
    position: absolute;
    right: 46px;
    top: 50%;
    margin-top: -205px;
    border-radius: 10px;
}

.front-calculator .sendOkey,
.newsDetail__calculator .sendOkey {
    background: #058e79 !important;
    text-align: center !important;
    width: 172px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
}

.newsDetail__calculator {
    width: 360px;
    max-width: 100%;
    height: auto;
    padding: 10px !important;
    margin: 0px 0px 20px 0px;
    float: right;
    border: 3px solid #058e79;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px #7f7f7f;
    position: relative;
}

.detailed_new .newsDetail__calculator {
    display: none;
}

.header__title {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    max-width: 630px;
    letter-spacing: 0.8px;
}

.header__title h1,
.header__title .front-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    padding: 0;
    margin: 0;
}

.header__title-sert {
    display: block;
    background: url("/local/templates/medicina-vebinar/css/../img/diplom_logo.png");
    position: absolute;
    top: -75px;
    left: 300px;
    width: 224px;
    height: 120px;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}

.header__title-sert:hover {
    transform: translateY(-5px);
}

.header__text {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.3px;
    margin: 40px 0px 0px 2px;
}

.header__text>ul {
    font-size: 19px;
    line-height: 40px;
    margin: 32px 0px 50px 3px;
    color: #eeeeee;
    list-style: none;
}

.header__text>ul>li {
    padding-left: 64px;
    position: relative;
    margin-bottom: 15px;

    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.header__text>ul>li a {
    color: #eeeeee;
    transition: 0.3s all ease-in-out;
}

.header__text>ul>li a:hover {
    opacity: 0.6;
}

.header__text>ul>li:before {
    content: '';
    position: absolute;
    left: -2px;
    top: 0px;
    width: 44px;
    height: 44px;
    background-color: #E2F9EE;
    border-radius: 50%;
}

.header__text>ul>li:first-child:before {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/local/templates/medicina-vebinar/css/../img/logo/more_diplom.png");
}

.header__text>ul>li:last-child:before {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/local/templates/medicina-vebinar/css/../img/logo/more_programs.png");
}

.header__text>ul>li:first-child span {
    border-bottom: 1px dashed #eeeeee;
}

.header__buttons {
    display: flex;
    margin-top: 16px;
    padding-left: 2px;
}

.header__buttons>a {
    color: #eeeeee;
    font-size: 19px;
    display: block;
    line-height: 25px;
    padding: 11px 18px;
    border: 1px solid;
    border-radius: 5px;
    font-weight: 300;
    letter-spacing: 0.3px;
    transition: 0.3s all ease-in-out;
}

.header__buttons>a:hover {
    opacity: 0.6;
}

.header__links {
    display: flex;
    margin-top: 16px;
    padding-left: 2px;
}

.header__links .all-button-programm {
    cursor: pointer;
    color: #17786A;
    font-size: 19px;
    display: flex;
    line-height: 25px;
    padding: 11px 29px 11px 60px;
    border: 1px solid;
    border-radius: 5px;
    font-weight: 300;
    letter-spacing: 0.3px;
    transition: 0.2s all ease-in-out;
    background: #E2F9EE;
    position: relative;
}

.header__links .all-button-programm:before {
    content: '';
    position: absolute;
    background-image: url("/local/templates/medicina-vebinar/css/../img/logo/more_programs_2.png");
    background-repeat: no-repeat;
    width: 24px;
    height: 19px;
    top: 14px;
    left: 29px;
}

.header__links .all-button-programm:hover {
    background: #FFFFFF;
}

.header__links .request-button-programm {
    border-radius: 0;
    border: none;
    color: #E2F9EE;
    font-weight: bold;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    padding: 0;
    transition: .2s;
}

.header__links .request-button-programm:after {
    content: '';
    border-bottom: 1px dashed #E2F9EE;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    font-size: 1px;
    transition: .2s;
}

.header__links .request-button-programm:hover {
    color: #ffffff;
    opacity: 1;
}

.header__links .request-button-programm:hover:after {
    border-bottom: 1px dashed #FFFFFF;
}

.linkForMapForm {
    cursor: pointer;
    color: #eeeeee;
    font-size: 19px;
    display: block;
    line-height: 25px;
    padding: 11px 18px;
    border: 1px solid;
    border-radius: 5px;
    font-weight: 300;
    letter-spacing: 0.3px;
    transition: 0.3s all ease-in-out;
}

.linkForMapForm:hover {
    opacity: 0.6;
}

@media (max-width: 500px) {
    .linkForMapForm {
        font-size: 15px;
    }
}

.front-catalog-list {
    background: #fff;
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 1px;
}

.front-serv-list__title {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    margin: 68px 30px 60px 12px;
}

.front-serv-list {
    margin: 69px 0px 0px 0px;
    min-height: 600px;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}

.front-serv__block {
    margin: 0px 0px 0px 0px;
    padding: 0px 25px 30px 0px;
    white-space: normal;
    display: inline-block;
}

.section-mobile__container {
    position: relative;
}

.section-mobile__nav {
    display: flex;
    font-size: 20px;
    flex-wrap: wrap;
    margin-bottom: 35px;
    margin-top: 30px;
    padding-bottom: 25px;
    cursor: pointer;
    border-bottom: 1px solid #ededed;
}

.section-mobile__nav-link {
    font-size: 18px;
    margin-right: 30px;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 40px;
    transition: all 0.3s ease-in-out;
    position: relative;
    color: #058e79;
}

.section-mobile__nav-link.active {
    color: #b4ddd7;
}

.section-mobile__nav-link:after {
    content: "";
    width: 1px;
    height: 10px;
    background: #e6e6e6;
    position: absolute;
    top: 15px;
    right: -15px;
}

.section-mobile__nav-link:last-child:after {
    content: none;
}

.front-serv__block-mobile {
    display: none;

}

.front-serv__block .title {
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 21px;
}

.front-serv__item {
    font-size: 17px;
    color: #058e79;
    display: block;
    margin-bottom: 10px;
    transition: 0.3s all ease-in-out;
}

.front-serv__item:hover {
    color: #058e79;
    text-decoration: underline;
}

a:focus,
a:hover {
    text-decoration: none;

}

.front-serv-list__nav>li>a {
    color: #6d6d6d;
    font-size: 18px;
    background-color: #fff !important;
    border-radius: 5px;
    transition: 0.3s all ease-in-out;
    margin-bottom: 15px;
}

.front-serv-list__nav>li>a>span {
    text-decoration: underline;
}

.front-serv-list__nav>li.active>a,
.front-serv-list__nav>li>a:hover,
.front-serv-list__nav>li.active>a:hover,
.front-serv-list__nav>li.focus>a {
    border: 1px solid #b4ddd7 !important;
    color: #058e79 !important;
    background: #b4ddd7 !important;
}

.front-serv-list__nav>li>a:hover {
    background: #eee !important;
}

.front-serv-list__nav>li {
    margin-right: 25px;
}

.front-serv-list__nav>li:last-child {
    margin-right: 0;
}

.front-serv-list__nav {
    border-bottom: none !important;
}

.service_page .newsDetail {
    font-size: 17px;
    font-weight: 300;
}

.service_page .newsDetailVideo {
    padding: 0px 45px 45px;
    margin-top: -30px;
}

.service_page .newsDetailVideo h2 {
    color: #000;
}

@media (max-width: 768px) {
    .service_page .newsDetailVideo {
        padding: 0px;
        margin-top: 0px;
    }

    .service_page .newsDetailVideo h2 {
        padding: 0px 45px 0px;
        text-align: center;
    }
}


.service_page .newsDetail ol {
    padding-left: 10px;
}

.service_page .newsDetail ul {
    margin-top: 15px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.service_page .newsDetail ul li {
    list-style-type: none;
}

.service_page .newsDetail ul li p::before,
.news__wrapper ul li p::before {
    width: 4px;
    height: 4px;
    content: '';
    background: #000;
    border-radius: 2px;
    display: inline-block;
    margin-right: 10px;
}

/*bug fix for detail page programm*/
.service_page.categoryWrapper .newsDetail ul li {
    list-style: unset;
}

.newsDetail>span {
    padding: 2px 0px 3px;
}

@media (max-width: 768px) {
    .detailed .headerWrap.header__page .logo_detail {
        margin-right: 0;
    }
}

.servicesItem_img {
    display: none;
}

.servicesItemInfo {
    margin: 25px 35px 0px;
}

.servicesItem {
    margin: 0 3.5% 1.5% 0;
}

.indexServicesItem {
    padding: 0px 30px 0px;
    min-height: 337px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .12);
    transition: box-shadow .25s;
}

.indexServices_img {
    height: 75px;
    width: auto;
    margin: 50px auto 25px auto;
}

.indexServicesInfo {
    margin: 0px;
    padding: 0px;
}

.indexServices_name {
    text-align: left;
    font-size: 17px;
    color: #222222;
}

.indexServices_name span {
    background: #048e78;
    color: #fff;
    font-weight: 400;
    padding: 1px 2px 2px;
    font-size: 18px;
}

.indexServices_text {
    text-align: left;
    font-size: 17px;
    color: #222222;
}

.indexServices h2 {
    font-size: 35px;
    color: #222222;
    margin: 20px 0 43px 0;
    text-align: left;
    line-height: 40px;
}

.indexReviews .owl-carousel .owl-item img {
    max-height: 200px;
    width: auto;
}

.item_reviews__img {
    align-items: center;
    display: flex;
    justify-content: center;
}

.front-dosc-list {
    background: url("/local/templates/medicina-vebinar/css/../img/docs_min.jpg");
    padding: 70px 0px;
}

@media (max-width: 768px) {
    .front-dosc-list {
        background: url("/local/templates/medicina-vebinar/css/../img/docs_768_min.jpg");
    }
}

.front-dosc-list a {
    transition: 0.3s all ease-in-out;
}

.front-dosc-list a:hover {
    opacity: 0.8;
}

.front-dosc-list>indexWrapper>.row:first-child {
    padding-bottom: 50px;
}

.front-docs__title {
    color: #fff;
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    margin: 50px 0px 50px;
}

.front-docs__title:first-child {
    margin-top: 0px;
}

footer {
    background: url('/local/templates/medicina-vebinar/css/../img/footer-bg-max.jpg') #18585F 0 0 no-repeat;
    background-size: cover;
}

.footerCopyright {
    width: 35%;
}

.footerContacts {
    width: 50%;
}

.footerCopyright div {
    color: #888888;
    margin: 0 0 10px 0;
    font-size: 15px;
}

.footerCopyright a {
    font-size: 15px;
    text-decoration: none;
    color: #058e79;
    font-weight: 400;
    transition: 0.3s all ease-in-out;
}

.footerCopyright a:hover {
    opacity: 0.6;
}

.front_mapForm .buttonAnimation {
    background: none;
    position: initial;
    right: inherit;
    margin-top: 25px;
}

.front_mapForm .modalSend {
    font-size: 14px;
    height: auto !important;
    width: auto;
    padding: 14px 40px 10px;
    line-height: 25px;
    border-radius: 5px;
    margin-top: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.3s all ease-in-out;
    box-shadow: 0px 2px 10px 0px #a0d0c9;
    font-family: sans-serif;
}

.front_mapForm .modalSend:hover {
    box-shadow: 0px 4px 15px 0px #67807c;
}

.leftShareButton {
    transition: 0.3s all ease-in-out;
    box-shadow: 0px 2px 10px 0px #a0d0c9;
}

.leftShareButton:hover {
    box-shadow: 0px 4px 15px 0px #67807c;
}

.wrapper_map {
    background-color: #f6f6f6;
    top: -29px;
}

.map_inside {
    max-width: 553px;
}

.mapCallback {
    padding: 37px 50px 29px 39px;
}

.map-form__title {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
}

.map-form__desc {
    font-size: 15px;
    line-height: 25px;
    margin: 13px 0px 48px;
    max-width: 380px;
}

.front_mapForm .modalBody>div>div {
    margin: 0 0 32px 0;
}

.front_mapForm .bigBlock>div {
    margin: 0 0 35px 0;
}

.front_mapForm .messageField {
    min-height: 67px;
}

.front_mapForm .personalInfo label {
    color: #555;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 29px;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
}

.front_mapForm .personalInfo label:after {
    top: 2px;
    border: none;
    background: #E1E1E1;
    transition: 0.3s all ease-in-out;
}

.front_mapForm .personalInfo label.ckecked:after {
    color: #009688;
}

.front_mapForm .personalInfo {
    margin: -21px 0 0 0 !important;
}

.buttonPosition {
    right: initial;
    left: 26px;
}

@media (max-width:992px) {
    .buttonPosition {
        left: 10px;
        zoom: .6;
    }
}

.buttonTop {
    width: 60px;
    height: 60px;
    font-size: 36px;
    line-height: 60px;
}

.front-dosc-list img {
    max-width: 100%;
}

.mobile-calculator.service_page {
    background: #fff;
    height: auto;
    display: none;
}

.mobile-calculator .newsDetail__calculator {
    margin: 0px 0px 70px 30px;
}

.pt-75 {
    padding-top: 75px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-50 {
    padding-bottom: 50px;
}

/* calculator */

.front-calculator {
    padding: 25px 30px 150px 30px;
}

.front-calculator .modalBody {
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.front-calculator__title {
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.front-calculator__title.font-up {
    font-size: 25px;
    line-height: 35px;
}

.front-calculator .miniBlock {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
}

.form-success {
    color: #058e79;
    font-size: 12px;
    font-weight: 500;
}

.front-calculator .form-success,
.write-us-success {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

.front-calculator .return-calc {
    border-bottom: 1px solid #b4ddd7 !important;
    color: #058e79 !important;
    text-decoration: none !important;
}

.calculator__gradient .return-calc {
    border-bottom: 1px solid #b4ddd7 !important;
    color: #fff !important;
    text-decoration: none !important;
}


.calc_branch,
.calc_step {
    display: none;
    margin: 1rem auto;
}

.calc_branch {
    width: 100%;
}

.last_step {
    margin: 4px 0px 0px;
}

.actstep {
    display: block;
    justify-content: center;
    transform: 0.4s;
}

.cstep_title {
    width: 100%;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 1px;
}

.calc_step>label {
    display: inline-block;
    padding: 7px 14px;
    margin: 10px 7px 0px 0px;
    background: #fff;
    border: 1px solid #b4ddd7;
    cursor: pointer;
    color: #058e79;
    border-radius: 4px;
    transition: 0.3s all;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}

.calc_branch>label {
    display: inline-block;
    padding: 10px 18px;
    margin: 10px 7px 0px 0px;
    background: #ffffff00;
    border: 1px solid #fff;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    transition: 0.3s all;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
    text-transform: uppercase;
}

.calc_step .error {
    margin: 30px;
}

.calc_step .agreement label {
    display: block;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}

.calc_step label:hover {
    background: #eee;
}

.calc_step .agreement label:hover {
    background: none;
    color: #222;
}

.calc_branch input[type="radio"],
.calc_step input[type="radio"] {
    display: none;
}

.calc_step input[type="radio"]:checked+label {
    background: #b4ddd7;
    color: #058e79;
}

.calc_branch input[type="radio"]:checked+label,
.calc_branch input[type="radio"]+label:hover {
    background: #b4ddd7;
    color: #058e79;
    border: 1px solid #b4ddd7;
}

#cnext_btn,
#calc_submit,
#calc_submit--mobile {
    border: none;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 700;
    padding: 10px 26px;
    background: #058e79;
    color: #fff;
    border-radius: 5px;
    transition: 0.3s all ease-in-out;
    box-shadow: 0px 2px 10px 0px #a0d0c9;
    bottom: 90px;
}

#calc_submit,
#calc_submit--mobile {
    padding: 10px 31px;
}

#calc_submit:disabled {
    opacity: 0.6;
    box-shadow: none !important;
}

#askQuestion a {
    transition: 0.3s all ease-in-out;
}

#cnext_btn:hover,
#calc_submit:hover,
#askQuestion a:hover {
    box-shadow: 0px 4px 15px 0px #67807c;
}

.calc_step .inputtext,
.calc_step .inputphone {
    width: 250px;
    padding: 6px 15px;
    margin: 15px auto 5px;
    height: 40px;
    border-radius: 4px;
    font-size: 16px;
}

.step_label {
    display: flex;
    margin: 15px -20px 0 -20px;
    padding: 20px 20px 0 20px;
    border-top: 1px solid #dddddd;

    color: #fff;
}

.step_label button {
    background: #eee;
    color: #058e79;

    margin-right: 12px;
}

.step_label span {
    margin: 0 4px;
    font-weight: 500;
}

.nav-item {
    width: 25%;
    position: relative;
}

.nav-item:after {
    content: " ";
    width: 34%;
    height: 1px;
    background: #dddddd;
    position: absolute;
    top: 50%;
    right: -17%;
}

.nav-item:last-child:after {
    content: none !important;
}

.nav-item span {
    background: #eeeeee;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #222222;
    font-size: 19px;
    margin: 0px auto 0px auto;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.nav-item span:hover {
    transform: translateY(-2px);
    box-shadow: none;
}

.nav-item span.active {
    color: #fff;
    background: #058e79;
}

.nav-item span.active:hover {
    box-shadow: 0px 0px 10px 0px #058e79;
}

.csubmit {
    display: block;
    width: 100%;
    text-align: center;
}

.last_step .inputField {
    border-bottom: 1px solid #E4E4E4;
    transition: 0.3s all ease-in-out;

}

.last_step .inputField:focus {
    border-bottom: 1px solid #058e79;
}

.last_step .inputField[disabled] {
    background: rgb(234, 234, 234);
    padding: 4px 0px 5px 10px;
    border-radius: 5px;
}

/* end of calculator */

#askQuestion:hover {
    box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.front-calculator .personalInfo,
.mobile-calculator .personalInfo,
.newsDetail .personalInfo {
    margin-bottom: 10px;
}

.personalInfo label:after {
    background-color: #fff;
    border: 1px solid #E1E1E1;
    position: absolute;
    height: 16px;
    width: 16px;
    content: "";
    left: 0;
    box-sizing: border-box;
    top: -1px;
}

.personalInfo label.ckecked:after {
    line-height: 16px;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 12px;
}

.service_page .personalInfo label.ckecked:after {
    color: #177f70;
}

.front-calculator .personalInfo label,
.mobile-calculator .personalInfo label,
.newsDetail .personalInfo label {
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    background: none !important;
    padding: 0 0 0 30px;
}

.front-calculator .personalInfo label:after,
.mobile-calculator .personalInfo label:after,
.newsDetail .personalInfo label:after {
    border-radius: 4px;
    color: #107e70;
}

.header__calculator .front-calculator .personalInfo label:after {
    color: #fff;
}

/* calculator gradient */

.newsDetail__calculator.calculator__gradient {
    border: none;
    box-shadow: 0px 0px 15px 0px rgba(127, 127, 127, 0.4);
    transition: 0.3s all ease-in-out;
    background-color: #126f67;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIxMDAlIiBjeT0iMTAwJSIgcj0iMTQxLjQyMTM1NjIzNzMwOTUlIj48c3RvcCBzdG9wLWNvbG9yPSIjMGY4Yzc4IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMxNTUyNTYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    /* Android 2.3- hack (needed for the actual radial gradient) */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIxMDAlIiBjeT0iMTAwJSIgcj0iMTQxLjQyMTM1NjIzNzMwOTUlIj48c3RvcCBzdG9wLWNvbG9yPSIjMGY4Yzc4IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMxNTUyNTYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+),
        -webkit-gradient(radial, right bottom, 0, right bottom, 723, color-stop(0, rgb(15, 140, 120)), color-stop(1, rgb(21, 82, 86)));
    /* Android 2.3 */
    background-image: -webkit-repeating-radial-gradient(right bottom, ellipse farthest-corner, rgb(15, 140, 120) 0%, rgb(21, 82, 86) 100%);
    /* IE10+ */
    background-image: repeating-radial-gradient(ellipse farthest-corner at right bottom, rgb(15, 140, 120) 0%, rgb(21, 82, 86) 100%);
    background-image: -ms-repeating-radial-gradient(right bottom, ellipse farthest-corner, rgb(15, 140, 120) 0%, rgb(21, 82, 86) 100%);
}

.newsDetail__calculator.calculator__gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0px 3px 20px 0px rgba(12, 12, 12, 0.45);
}

.newsDetail__calculator.calculator__gradient .cstep_desc,
.newsDetail__calculator.calculator__gradient .front-calculator__title,
.newsDetail__calculator.calculator__gradient .cstep_title,
.newsDetail__calculator.calculator__gradient .personalInfo label a,
.newsDetail__calculator.calculator__gradient .personalInfo label {
    color: #fff;
}

.newsDetail__calculator.calculator__gradient .calc_step>label {
    padding: 9px 16px;
    border: none;
}

.newsDetail__calculator.calculator__gradient .step_label {
    border-top: 1px solid rgba(251, 251, 251, 0.75);
}

.newsDetail__calculator.calculator__gradient .nav-item span {
    border: 2px solid #d0d0d0;
    background: #d0d0d0;
}

.newsDetail__calculator.calculator__gradient .nav-item span.active {
    border: 2px solid #d0d0d0;
    background: #058e79;
}

.newsDetail__calculator.calculator__gradient #cnext_btn,
.newsDetail__calculator.calculator__gradient #calc_submit {
    background: #eee;
    color: #058e79;
    box-shadow: none;
}

.newsDetail__calculator.calculator__gradient .calc_step>label {
    background: #eee;
}

.newsDetail__calculator.calculator__gradient .calc_step label:hover {
    background: #e0e0e0;
    transform: translateY(-1px);
}

.newsDetail__calculator.calculator__gradient .nav-item span:hover {
    transform: translateY(-1px);
    box-shadow: none;
}

.newsDetail__calculator.calculator__gradient .personalInfo label:hover {
    transform: translateY(0px) !important;
}

.newsDetail__calculator.calculator__gradient .form-success {
    font-size: 15px;
}

.newsDetail__calculator.calculator__gradient .calc_step input[type="radio"]:checked+label:hover {
    transform: translateY(0px) !important;
    background: #b4ddd7;
    color: #058e79;
}

.newsDetail__calculator.calculator__gradient {
    padding: 0px !important;
}

.newsDetail__calculator.calculator__gradient .last_step .inputField {
    color: #fff;
    background: none;
}

.newsDetail__calculator.calculator__gradient .inputLabel {
    color: #f5f5f5;
}

.newsDetail__calculator.calculator__gradient #cnext_btn:hover,
.newsDetail__calculator.calculator__gradient #calc_submit:hover {
    transform: translateY(-1px);
    background: #e0e0e0;
}

.newsDetail__calculator.calculator__gradient .form-success {
    color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.newsDetail__calculator.calculator__gradient .changeInput .inputLabel {
    color: #d0d0d0;
}

.newsDetail__calculator.calculator__gradient .last_step .inputField {
    transition: 0.3s all ease-in-out;
}

.newsDetail__calculator.calculator__gradient .last_step .inputField:focus {
    border-bottom: 1px solid #d0d0d0;
}

.newsDetail__calculator.calculator__gradient .sendOkey {
    background: #eeeeee !important;
    color: #058e79 !important;
}

/* end of calculator gradient */

.front-calculator .errorInput .inputLabel {
    color: #e52222;
    font-weight: 500;
}

.calc-submit__prompt {
    display: none;
    padding: 5px 10px;
    border: 1px solid #000;
    width: auto;
    position: absolute;
    bottom: 55px;
    margin-left: 70px;
    border-radius: 4px;
    box-shadow: 2px 2px 5px 0px #000;
    background: #fff;
    z-index: 10;
}

.mainTitle {
    padding: 40px 0;
}

.main-title__program {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
}

.footerLogo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 305px;
}

.footerLogo__left img {
    height: 75px;
    margin-bottom: 20px;
}

.widget-kedu-target {
    margin-bottom: 20px;
}

.footer__copyright {
    color: #b5b5b5;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.footer__copyright div {
    color: #fff;
    margin: 0 0 10px 0;
    font-size: 15px;
}

.footer__copyright a {
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
    transition: 0.3s all ease-in-out;
}

.footer__contacts a,
.footer__copyright a {
    color: #A7F3E8;
    transition: .3s;
}

.footer__contacts a:hover,
.footer__copyright a:hover {
    color: #fff;
}

.footer__contacts {
    margin-bottom: 15px;
}

.footer__contacts div {
    color: #fff;
    line-height: 22px;
    margin: 0 0 9px 0;
    font-size: 15px;
}

.footer__other-sites {
    margin-bottom: 15px;
}

.footer__other-sites div {
    color: #555;
    line-height: 22px;
    margin: 0 0 9px 0;
    font-size: 15px;
}

.footer__other-sites a {
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
    font-weight: 400;
    transition: 0.3s all ease-in-out;
    color: #A7F3E8;
}

.footer__other-sites a:hover {
    color: #fff;
}

.footer__contacts span,
.footer__copyright span {
    font-weight: 700;
}

.news-detail__notice {
    margin-top: 15px;
}

.news-detail__notice>blockquote {
    border-left: 5px solid #177f70;
    color: #515151;
    font-weight: 400;
    box-shadow: 0px 0px 15px 0px rgba(127, 127, 127, 0.4);
}

@media (max-width: 1000px) {
    .news-detail__notice {
        float: right;
    }

    .news-detail__notice-pr-440 {
        padding: 0px !important;
    }
}

/*CITY CHANGER*/
/*HEADER*/
.header__home .wrapGeoIpReaspekt {
    color: #fff;
    display: flex;
    flex-direction: column;
    line-height: 32px;
}

.header__home .wrapGeoIpReaspekt span {
    width: max-content;
    width: -moz-max-content;
    color: #fff !important;
    border-bottom-color: #fff !important;
    transition: all 0.3s ease;
}

/*NON HEADER*/
.wrapGeoIpReaspekt {
    color: #177f70;
    display: flex;
    flex-direction: column;
    min-width: 255px;
    font-size: 14px;
}

.wrapGeoIpReaspekt span,
.wrapGeoIpReaspekt div {
    width: max-content;
    color: #177f70 !important;
    border-bottom-color: #177f70 !important;
    transition: all 0.3s ease;
}

.mainpage .wrapGeoIpReaspekt div {
    color: #FFFFFF !important;
    border-bottom-color: #FFFFFF !important;
}

.wrapGeoIpReaspekt span:hover,
.wrapGeoIpReaspekt div:hover {
    color: #21a995 !important;
    border-bottom-color: #21a995 !important;
}



.reaspektGeobaseFind input {
    outline-color: #0be4b7;
}

.questionButtonReaspekt {
    background-color: #058e79;
}

.questionButtonReaspekt:first-child {
    border-right-color: #17ab94;
}

.questionButtonReaspekt:last-child {
    border-left-color: #17ab94;
}

.wrapQuestionReaspekt {
    color: #000;
}

.reaspektGeobaseAct a {
    color: #0a7276 !important;
}

.reaspektGeobaseAct strong {
    color: #0a7276 !important;
}

.reaspektGeobaseTitle {
    color: #0a7276 !important;
}

.header__home .city {
    margin-top: -10px;
}

@media (max-width: 420px) {
    .header__home .city {
        margin-top: 16px;
    }
}

@media (max-width: 1200px) {
    .logo {
        margin-right: 0;
    }
}

@media (max-width: 960px) {
    .wrapGeoIpReaspekt {
        font-size: 14px !important;
    }

    .header__home .city {
        margin-left: 30px;
    }
}

@media (max-width: 800px) {
    .city {
        display: none !important;
    }
}

@media (max-width: 736px) {
    .top_callBack {
        float: left;
    }

    .detailed .headerWrap.header__page .top_callBack {
        float: right;
    }
}

@media (max-width: 680px) {
    .headerWrap {
        flex-wrap: wrap;
    }

    .main-section__phone {
        padding-left: 20px;
    }
}

@media (max-width: 667px) {
    .detailed .headerWrap.header__page {
        overflow: hidden;
    }

    .detailed .headerWrap.header__page .top_callBack {
        margin-left: 20px;
    }
}

@media (max-width: 694px) {
    .city {
        margin: 0px 0 0 30px;
    }
}

@media (max-width: 618px) {
    .city {
        margin: 30px 0 0 30px;
    }
}

@media (max-width: 568px) {
    .city {
        margin: 30px 0 0 30px;
    }
}

@media (max-width: 470px) {
    .top_callBack {
        margin-right: 30px !important;
    }

    .city {
        margin-left: 0 !important;
    }
}

@media (max-width: 414px) {
    .detailed .headerWrap.header__page .city {
        margin-top: 0;
    }
}

/*SCROLLBOTTOM BLOCK*/
.header-section__wrap .header-botscroll__wrap {
    cursor: pointer;
    width: 70px;
    height: 50px;
    position: absolute;
    bottom: 0;
    margin-bottom: 50px;
    left: 50%;
    margin-left: -25px;
}

.header-section__wrap .header-botscroll__wrap img {
    width: 100%;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    animation: scrollmouse 3s ease-in-out infinite;
}

.header-section__wrap .header-botscroll__wrap img:hover {
    opacity: 1;
}

@media (max-width: 823px) {
    .header-botscroll__wrap {
        display: none;
    }
}

@keyframes scrollmouse {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

/*MODAL BLOCK STYLES*/
.inputField {
    font-size: 16px;
    color: #121822;
    outline: none;
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 9px 0;
    font-weight: 500;
    border: none;
}

.inputLabel {
    position: absolute;
    top: 0;
    left: 0;
    color: #9B9B9B;
    font-size: 17px;
    width: auto;
    font-weight: 400;
    transform-origin: 0 0;
    transition: transform .2s;
    transition-timing-function: ease-out;
}

.modalBlock {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}

.modalInner {
    display: flex;
    width: 360px;
    height: 410px;
    border-radius: 5px;
    position: relative;
    background-image: url("/local/templates/medicina-vebinar/css/../img/modal-gift.jpg");
    background-size: cover;
    background-position: center;
}

.closeBlock {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    opacity: 0.5;
    background-image: url("/local/templates/medicina-vebinar/css/../img/close-icon.png");
    background-size: cover;
    transition: all 0.2s ease-in-out;
}

.closeBlock:hover {
    opacity: 1;
}

.modalTextBlock {
    width: 100%;
    height: 100%;
    padding: 30px 30px 30px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.titleModal {
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: bold;
}

.saleButton {
    padding: 6px 18px;
    background-color: #ff2b2a;
    border-radius: 5px;
    font-size: 24px;
    border: none;
    color: #fff;
    transition: all 0.3s ease;
}

.saleButton:hover {
    background-color: #d42625;
}

.textModal {
    width: 70%;
    margin-bottom: 50px;
    font-size: 24px;
    color: #fff;
    font-weight: lighter;
    line-height: 40px;
}

.detailed .inputWrap {
    display: flex;
    height: 30px;
}

#sale__phone {
    padding: 5px 10px;
    height: 100%;
}

.salePhoneBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sale__button {
    padding: 5px 10px;
    height: 100%;
    border: none;
    outline: none;
    font-size: 12px;
    color: #fff;
    background-color: #458061;
    transition: all 0.3s ease;
}

.sale__button:hover {
    background-color: #55a27a;
}

.sale__label {
    font-weight: lighter;
    color: #fff;
    margin-top: 10px;
}

@media (max-height: 810px) {
    .modalTextBlock {
        padding: 20px 20px;
    }
}

@media (max-width: 1024px) {
    .modalBlock {
        display: none;
    }

    .header-section {
        overflow: hidden;
    }
}

/*LIC-LINK*/
.info-logo__wrap {
    position: relative;
}

.lic-link {
    position: absolute;
    top: 85px;
    left: 9px;
    font-size: 10px;
    color: #fff;
    transition: all 0.3s ease;
}

.lic-link:hover {
    color: #38e0c6;
}

.lic-link:focus {
    color: #38e0c6;
    outline: none;
}

@media screen and (max-width: 375px) {
    .lic-link {
        font-size: 9px;
    }
}

@media screen and (max-width: 320px) {
    .lic-link {
        top: 65px;
    }
}

.logo_detail .lic-link {
    color: #177f70;
}

.logo_detail .lic-link:hover {
    color: #2ab19d;
}

.logo_detail .lic-link:focus {
    color: #2ab19d;
    outline: none;
}

.detail-links__style {
    padding: 10px 20px !important;
}

@media screen and (max-width: 320px) {
    .detailed .logo_detail .lic-link {
        top: 110px;
        left: -55px;
    }

    .detailed .headerWrap.header__page .city {
        padding-left: 20px;
        margin-top: 20px;
    }
}

@media (max-width: 375px) {

    #cnext_btn,
    .newsDetail__calculator.calculator__gradient #calc_submit {
        font-size: 11px;
        letter-spacing: 0;
    }

    .calc_submit {
        font-size: 11px !important;
        letter-spacing: 0 !important;
    }
}

.link-footer {
    display: block;
    margin-bottom: 15px;
}

.wrap-link-footer {
    column-count: 2;
    line-height: 16px;
}

/*SEOIMG STYLES*/
.wrapCalcAndSeoPic {
    float: right;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min-content;
    padding: 0px 0px 20px 20px;
}

.mainArticleContent {
    padding: 0 !important;
}

.mainArticleContent .programm-without-medobr {
    padding: 20px;
    margin-top: 20px;
    display: block;
}

@media (min-width: 1000px) {
    .mainArticleContent {
        display: flex;
        flex-direction: row-reverse;
    }

    .page-payment .mainArticleContent {
        display: flex;
        flex-direction: row;
    }

    .page-payment .mainArticleContent [itemprop="articleBody"] {
        width: 100%;
    }

    .mainArticleContent .wrapCalcAndSeoPic {
        width: 400px;
        min-width: 400px;
        padding: 0px 20px 20px 20px;
    }

    .mainArticleContent .news-detail__notice-pr-440 {
        padding-right: 40px !important;
    }

    .mainArticleContent .newsDetail__calculator {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        z-index: 5;
    }

    .mainArticleContent .programm-without-medobr {
        position: -webkit-sticky;
        position: sticky;
        top: 420px;
        z-index: 4;
        display: block;
        width: 100%;
        margin-bottom: 20px;
        background: #ffffff;
        padding: 20px;
        text-align: center;
        margin-top: 0px;
    }
}

.seoImage {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 0px rgba(127, 127, 127, 0.4);
    overflow: hidden;
}

.seoImage img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 690px) {
    .seoImage {
        display: none;
    }

    .wrapCalcAndSeoPic {
        width: 100%;
    }
}

@media screen and (max-width: 380px) {
    .wrapCalcAndSeoPic {
        padding: 0 0 30px 0 !important;
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    .service_page .newsDetail {
        padding: 20px 10px 45px;
    }
}

/*СТИЛИ ДЛЯ ОТКРЫТОЙ ФОРМЫ*/
#openFormBlock {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.openForm {
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(127, 127, 127, 0.4);
    background: linear-gradient(-45deg, #2e887a 0%, #225a5e);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+), -webkit-gradient(radial, right bottom, 0, right bottom, 723, color-stop(0, rgb(15, 140, 120)), color-stop(1, rgb(21, 82, 86)));
    background-image: -webkit-repeating-radial-gradient(right bottom, ellipse farthest-corner, rgb(15, 140, 120) 0%, rgb(21, 82, 86) 100%);
    background-image: repeating-radial-gradient(ellipse farthest-corner at right bottom, rgb(15, 140, 120) 0%, rgb(21, 82, 86) 100%);
    background-image: -ms-repeating-radial-gradient(right bottom, ellipse farthest-corner, rgb(15, 140, 120) 0%, rgb(21, 82, 86) 100%);
    display: flex;
    flex-direction: column;
    width: 900px;
    padding: 30px;
}

.openForm__managerPhotoWrap {
    width: 250px;
    height: 250px;
}

.openForm__managerPhoto {
    border-radius: 50%;
    border: 2px solid #d0d0d0;
    background-position: center;
    background-size: cover;
    width: 250px;
    height: 250px;
    background-image: url("/local/templates/medicina-vebinar/css/../img/callcenter_photo_min.jpg");
}

.openForm__inputsWrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.openForm__inputsWrap input,
.openForm__inputsWrap textarea {
    padding: 7px 15px;
    font-size: 16px;
    border: none;
    border-radius: 3px;
}

.openForm__inputsWrap input,
.openForm__inputsWrap textarea {
    margin-bottom: 15px;
}

.openForm__wrapContent {
    display: flex;
    justify-content: space-around;
}

.openForm__titleBlock {
    font-size: 22px;
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}

.openForm__sendButton {
    cursor: pointer;
    padding: 7px 15px;
    font-size: 16px;
    border: none;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    background: #eee;
    color: #058e79;
}

.openForm__sendButton:hover {
    transform: translateY(-1px);
    background: #e0e0e0;
}

.tobkcehc {
    display: none;
}

.openForm input,
.openForm textarea {
    outline: none;
}

.openForm input:-webkit-autofill,
.openForm textarea:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    -webkit-text-fill-color: #000 !important;
    color: #000 !important;
}

.openForm__managerPhotoWrap {
    position: relative;
}

.openForm__sendedText {
    display: none;
    position: absolute;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.openForm__loader {
    display: none;
    position: absolute;
    justify-content: center;
    width: 100%;
    bottom: -30px;
}

@media screen and (max-width: 768px) {
    .openForm__wrapContent {
        justify-content: space-between;
    }

    .openForm__managerPhoto,
    .openForm__managerPhotoWrap {
        width: 200px;
        height: 200px;
    }

    .openForm__inputsWrap {
        width: 60%;
    }
}

@media screen and (max-width: 680px) {
    .openForm__managerPhotoWrap {
        margin-bottom: 50px;
    }

    .openForm__wrapContent {
        flex-direction: column;
        align-items: center;
    }

    .openForm__inputsWrap {
        width: 80%;
    }

    .openForm {
        padding: 20px;
    }

    .openForm__titleBlock {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 550px) {
    #openFormBlock {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .openForm__managerPhoto,
    .openForm__managerPhotoWrap {
        width: 150px;
        height: 150px;
    }
}

@media screen and (max-width: 550px) {
    .openForm__inputsWrap {
        width: 90%;
    }
}

@media screen and (max-width: 390px) {
    .openForm {
        width: 100%;
    }
}

/*AND AGAIN NEW MOBILE STYLES*/
.main-section__phoneWrap {
    display: none !important;
}

@media screen and (max-width: 767px) {
    body.detailed header .headerWrap {
        padding: 5px 15px 10px 15px;
    }

    .detailed .logo-block__desc {
        font-size: 17px;
        line-height: 20px;
    }

    .header__title,
    .header__title h1 {
        font-size: 20px;
    }

    body .mainTitle {
        padding: 15px;
    }

    .mainTitle h1 {
        margin-top: 0;
    }

    .main-section__phoneWrap {
        display: flex !important;
        justify-content: center;
    }

    .main-section__phoneWrap .main-section__phone {
        margin: 0;
    }



    .logo-block__desc {
        margin: 10px 0 0 8px !important;
    }

    .lic-link {
        top: 65px;
    }

    .headerWrap .logo_detail {
        margin-bottom: 5px;
    }

    .front-serv-list {
        margin: 20px 14px;
    }

    .front-serv-list__title {
        margin: 0px 0px 30px 12px;
    }

    .tab-content__section-mobile {
        display: block;
    }
}

.tab-content__section-desktop {
    margin-top: 30px;
    margin-bottom: 60px;
}

.map-form__titleWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map-form__titleWrap img {
    width: 30px;
    height: 30px;
}


.map-form__closeImg {
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.map-form__closeImg:hover {
    opacity: 1;
}

.front-docs__wrapTitle {
    margin: 0 0 20px 0 !important;
}

.front-docs__title {
    margin-bottom: 0;
}

.mobileCirclePlus {
    cursor: pointer;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    background-color: #058e79;
    transition: all 0.3s ease;
    border-radius: 50%;
    font-size: 23px;
    line-height: 23px;
    display: none;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.mobileCirclePlus:hover {
    background-color: #0b8673;
}

.text-accordion {
    padding-left: 0 !important;
}

.detailed .title-accordion,
.detailed_new .title-accordion {
    display: block;
    margin-bottom: 20px;
}

.search__main {
    width: 100%;
}

.front-serv-search__container {
    min-height: 60px;
    margin-top: 20px;
}

.front-serv-search__container-outside {
    display: none;
}

@media (max-width:992px) {
    .front-serv-search__container {
        min-height: 120px;
    }
}

.mobile-calculator .newsDetail {
    padding: 0px;
    margin-bottom: 0px !important;
}

.mobile-calculator .newsDetail .newsDetail__calculator {
    width: 100%;
}

.detail-page-calculator__container {
    padding: 0px;
}

/* front-serivce search */
.front-search__input-group {
    display: flex;
    /* max-width: 600px; */
}

.front-search__input-group #title-search-input {
    border: 2px solid #e4e2e2 !important;
    box-shadow: none;
    border-right: none !important;
    border-radius: 4px 0px 0px 4px;
    color: #6d6d6d;
    font-size: 18px;
    line-height: 1.42857143;
    padding: 10px 15px;
    height: auto;
    transition: all 0.2s ease-in-out;
}

.front-search__input-group #title-search-input:focus {
    box-shadow: none;
    border-color: #b4ddd7 !important;
    background: #f5f5f5 !important;
    color: #058e79 !important;

}

.front-search__input-group .btn-primary {
    width: auto;
    font-size: 18px;
    border-radius: 0px 4px 4px 0px;
    height: 49px !important;
    color: #058e79;
    background-color: #b4ddd7;
    border-color: #b4ddd7 !important;
    border: 2px solid;
    transition: all 0.2s ease-in-out;
    display: flex;
    margin-top: 0;
    box-shadow: unset !important;
}

.front-search__input-group .btn-primary:hover {
    color: #ffffff;
    background-color: #058e79;
    border-color: #058e79 !important;
}


/* ==================================================== */
/* MOBILE VERSION TOGGLE */
.mobile-version-toggle__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobile-version-toggle__mobile,
.mobile-version-toggle__pc {
    cursor: pointer;
    display: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 10px 0 30px 0;
    font-size: 16px;
    padding: 10px 25px 9px;
    background-color: #058e79;
    color: #fff;
    border-radius: 4px;
}

.mobile-version-toggle__mobile:hover,
.mobile-version-toggle__pc:hover {
    background-color: #b4ddd7;
}

/* ====================================== */

/*VIBER AND WHATSAPP STLES*/
.vibAndWhats__wrap {
    display: none !important;
    flex-direction: column;
    align-items: center;
}

.vibAndWhats__wrap img {
    width: 30px;
    height: 30px;
}

.vibAndWhats__wrap a {
    border-radius: 7px;
    width: max-content;
    text-decoration: none;
    padding: 10px 20px 10px 10px;
    font-weight: 400;
}

.whats__wrap {
    border: 4px double #fff;
    color: #fff;
    margin-top: 15px;
    background-color: #01d300;
    transition: all 0.3s ease;
}

.vib__wrap {
    border: 4px double #fff;
    color: #fff;
    background-color: #655bab;
    transition: all 0.3s ease;
}

.vib__wrap:hover {
    color: #fff;
    background-color: #4f4692;
}

.whats__wrap:hover {
    color: #fff;
    background-color: #03bd02;
}

.vib__wrap:focus,
.whats__wrap:focus {
    color: #fff;
    outline: none;
}

@media (max-width: 1400px) {
    .header-section {
        background-image: url("/local/templates/medicina-vebinar/css/../img/main2021_min.jpg");
    }
}

@media (max-width: 1100px) {

    .header-section {
        min-height: 800px;
        background-position-x: center;
    }

    .header__banner {
        width: 450px;
    }

    .header__title-sert {
        display: none;
    }

    .header__title,
    .header__title h1 {
        font-size: 22px;
    }

    .header__text {
        font-size: 16px;
    }

    .header__text>ul {
        font-size: 16px;
    }

    .header__buttons>a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .front-serv-list {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 855px) {
    .header__banner {
        width: 320px;
    }

    .header__title,
    .header__title h1 {
        font-size: 20px;
    }
}

@media (max-width: 823px) {
    .header-section {
        height: 875px;
    }
}

@media (max-width: 768px) {
    .front-serv-list {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 769px) {
    .header-section {
        height: 750px;
    }

    .header-section__wrap {
        height: 115%;
        padding-bottom: 0;
    }

    .header__calculator {
        right: 30px !important;
        top: 52% !important;
    }
}

@media (max-width: 767px) {
    .main-section__phone {
        display: none !important;
    }

    .header__calculator {
        display: none;
    }

    .header__banner {
        width: 100%;
    }

    .mobile-calculator.service_page {
        display: block;
    }

    .mobile-calculator .newsDetail__calculator {
        float: initial;
    }

    .mobile-calculator .newsDetail__calculator {
        margin: 0px 0px 0px 0px;
    }

    .service_page .newsDetail {
        padding: 20px 15px 45px;
    }

    .front-serv-list .front-serv__block {
        width: 100%;
    }

    .front-serv-list {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .front-catalog-list {
        padding-top: 30px;
    }

    .mapForm__layout .front_mapForm {
        width: 95%;
    }

    .map {
        display: none;
    }

    .mapCallback {
        padding: 20px 20px 20px 20px;
    }

    .headerWrap .logo,
    .headerWrap .logo_detail {
        /* margin: 0 0 10px 0; */
        margin: 0 0 0px 0;
    }

    .mobile-version-toggle__mobile {
        display: none;
    }

    .mobile-version-toggle__pc {
        display: block;
    }

    .text-accordion {
        display: none;
    }

    .mobileCirclePlus {
        display: flex;
    }

    .front-dosc-list {
        padding: 20px 0;
    }

    .front-docs__title {
        font-size: 26px;
        text-align: center;
    }

    .map-form__desc {
        margin-bottom: 20px;
    }

    .map-form__title {
        font-size: 23px;
    }

    .mapForm__layout {
        align-items: flex-start;
        padding-top: 10px;
    }

    .detailed .service_page .newsDetail ul,
    .detailed_new .service_page .newsDetail ul {
        margin-top: 0;
    }

    .detailed .title-accordion,
    .detailed_new .title-accordion {
        text-align: center;
    }

    .detailed_new .newsDetail__calculator {
        display: block;
    }

    .newsDetail {
        margin-bottom: 15px !important;
    }

    .front-serv__block .title {
        font-size: 20px;
        font-weight: 500;
    }

    .header-section {
        height: 550px;
        min-height: 450px;
        background-position-x: 0px;
    }

    .top_callBack {
        float: left !important;
    }

    .header__banner {
        top: 60%;
    }

    .header__home .main-section__phone a {
        background: #ffffff36;
        padding: 10px 25px;
        border-radius: 4px;
    }

    .header__home .main-section__phone a:hover {
        background: #ffffff24;
    }
}

@media (max-width: 767px) and (min-width: 450px) {
    .mobile-calculator .newsDetail .newsDetail__calculator {
        max-width: 360px;
        margin: 25px auto 0px;
    }
}

@media (max-width: 690px) {
    .front_Advantages {
        display: none;
    }

    .front_Reviews {
        display: none;
    }

    .map {
        padding-top: 50px;
    }
}

@media (max-width: 550px) {
    .workArea {
        padding: 0 0px;
    }

    .header-section {
        height: 450px;
    }

    .footerContacts {
        width: 100% !important;
        margin: 0 0 30px 0;
        padding: 0px 10px;
    }

    .header__text {
        display: none;
    }

    .header__banner {
        top: inherit;
        bottom: 30px;
        padding-right: 25px;
    }

    .header-section__wrap {
        height: 100%;
    }
}

@media (max-width: 480px) {
    .header-section {
        background-position-x: -80px;
    }
}

@media (max-width: 470px) {
    .header-section__wrap {
        height: 100%;
    }
}

@media (max-width: 450px) {
    .header__calculator {
        display: none;
    }

    .header__title,
    .header__title h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .header__title-sert {
        display: none;
    }

    .header__text {
        font-size: 14px;
        line-height: 24px;
    }

    .header__home .top_callBack {
        margin: 24px 0px 0 0;
    }

    .main-section__phone {
        margin: 30px 15px 0px 0px;
    }

    .main-section__phone a {
        font-size: 14px;

    }

    .main-section__phone p {
        font-size: 13px;
    }

    .header__buttons>a {
        font-size: 15px;
    }

    .front-serv-list {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .front-serv-list__title {
        font-size: 26px;
        line-height: 30px;
    }

    .vibAndWhats__wrap {
        display: flex !important;
        margin-top: 20px;
    }
}

@media (max-width: 414px) {
    .main-section__phone {
        float: left;
    }

    .top_callBack {
        float: left !important;
    }

    .logo-block__img {
        /* margin-top: 5px; */
        margin-top: 0px;
    }

    .header-section {
        height: 440px;
        background-position-x: -230px;
    }

    .header__banner {
        bottom: 30px;
        padding-right: 20px;
    }

    footer {
        padding-bottom: 90px;
    }

    .header__home .logo-block__desc {
        font-size: 18px;
    }

    .detailed .top_callBack {
        margin: 0px 0px 5px 15px;
    }
}

@media (max-width: 320px) {
    .header__banner {
        bottom: 30px;
    }

    .header__home .logo-block__desc {
        font-size: 15px;
        line-height: 20px;
        margin: 20px 0px 0px 8px;
    }

    .detailed .headerWrap.header__page .city {
        margin: 0 0 20px 20px;
    }

    .info-logo__wrap {
        margin-left: 0;
    }
}

/*НОВЫЕ СТИЛИ ДЛЯ ЛЕНДИНГОВ*/
.detailed .front_Advantages__wrap,
.detailed_new .front_Advantages__wrap {
    padding-bottom: 70px;
}

.detailed .indexServices.front-adv,
.detailed_new .indexServices.front-adv {
    padding-top: 0;
}

.anchor-links__wrap {
    /* padding: 0 0 20px 0 !important; */
    padding: 0 0 0px 0 !important;
    margin-bottom: 40px;
}

.anchor-links {
    margin-right: 25px;
    text-decoration: none !important;
    font-weight: 400;
    padding: 8px 15px;
    background-color: #b3ece5;
    color: #054548;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.anchor-links:last-child {
    margin-right: 0;
}

.anchor-links:hover {
    background-color: #8dd2c7;
    color: #000;
}

.link-anchor__mobile {
    display: none;
}

@media (max-width: 500px) {
    .link-anchor__nonMobile {
        display: none;
    }

    .link-anchor__mobile {
        display: block;
    }

    .anchor-links__wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .anchor-links {
        margin-right: 5px;
        margin-top: 5px;
        padding: 4px 12px;
    }

    .detailed .front-questions .indexWrapper,
    .detailed_new .front-questions .indexWrapper {
        background-color: #f6f6f6;
    }

    .detailed .front_Advantages__wrap,
    .detailed_new .front_Advantages__wrap {
        padding: 0;
    }
}

/*КАЛЬКУЛЯТОР*/
.actstep,
.cstep_title,
.front-calculator__title {
    text-align: center;
}

.front-calculator {
    padding: 20px 30px 20px 30px;
}

.front-calculator .buttonAnimation {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.front-calculator .calculator__bottom {
    margin-top: 20px;
}

.personalInfo {
    position: relative;
    margin-top: 10px;
    text-align: left;
}

.header__calculator {
    height: auto;
}

.licenseCalculator {
    font-size: 11px;
    color: #058e79;
    text-align: center;
    margin-top: 10px;
}

.detailed .licenseCalculator,
.detailed_new .licenseCalculator {
    color: #fff;
}

.licenseCalculator:hover {
    color: #37b7a3;
}

.newsDetail__calculator .show-laststep {
    background: #fff;
    color: #058e79;
    box-shadow: none;
}

.newsDetail__calculator .show-laststep:hover {
    background-color: #e0e0e0;
    transform: translateY(-1px);
    box-shadow: none;
}

.show-laststep {
    margin-top: 20px;
    border: none;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 700;
    padding: 10px 31px;
    background: #058e79;
    color: #fff;
    border-radius: 5px;
    transition: 0.3s all ease-in-out;
    box-shadow: 0 2px 10px 0 #a0d0c9;
}

.show-laststep:hover {
    box-shadow: 0 4px 15px 0 #67807c;
}

.show-laststep:focus {
    outline: none;
}

.front-docs__title {
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
}

#show-laststep2 {
    background-color: #b4ddd7;
}

@media (max-width: 1024px) {
    .header-section {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .cstep_title {
        line-height: 14px;
    }

    .personalInfo {
        display: none;
    }

    .sms-number {
        font-size: 14px;
        line-height: normal;
    }

    .front-calculator {
        padding: 15px 30px !important;
    }
}

@media (max-width: 500px) {
    .front-docs__title {
        margin-bottom: 0;
    }

    .wrapCalcAndSeoPic {
        width: 100%;
        padding: 0 10px 30px 10px;
    }

    .newsDetail__calculator.calculator__gradient {
        margin: 0 auto !important;
    }

    .front-calculator {
        padding: 10px 10px !important;
    }
}

@media (max-width: 320px) {
    .calc_step>label {
        padding: 5px 10px;
    }
}

/*ОТВЕТЫ НА ЧАСТО ЗАДАВАЕМЫЕ ВОПРОСЫ*/
.front-questions {
    background-color: #fff;
}

.questions-list h2 {
    margin: 20px 0 43px 0;
}

.questions-list__wrapper {
    background-color: #fff;
    padding: 50px 0;
}

.questions-list__item {
    margin-bottom: 10px;
}

.questions-list__titleWrap {
    cursor: pointer;
    width: 100%;
	background-color: #F0F5F4 !important;
	border: 2px solid #CECECE;
	padding: 30px 30px;
	border-radius: 20px;
    transition: all 0.5s ease;
    position: relative;

    color: #343434 !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.questions-list__titleWrap::before {
    background: url(/local/templates/medicina-vebinar/css/../img/plus.svg) 0 0 no-repeat;
    content: '';
    width: 13.68px;
    height: 12px;
    position: absolute;
    right: 30px;
    margin-top: 5px;
}

.questions-list__titleWrap.opened::after {
    color: white;
    content: '—';
    width: 13.68px;
    height: 16px;
    position: absolute;
    right: 30px;
    margin-top: -15px;
}
.questions-list__titleWrap.opened{
    background-color: #009688 !important;
    color: #FFF !important;
    border: none;
}
.questions-list__titleWrap.opened{
    color: #FFF !important;
}
.questions-list__titleWrap.opened::after {
    transform: rotate(180deg);
}

.questions-list__titleWrap .materialIcons {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    transition: .2s;
}

.questions-list__titleWrap.opened .materialIcons {
    transform: rotate(180deg);
}

.questions-list__title {
    font-size: 18px;

}

.questions-list__textWrap {
    margin-top: -1px;
    display: none;
    background: #009688;
    padding: 20px 30px;
    font-size: 16px;
    background: #009688;
    color: #CECECE;

    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.questions-list__item .opened {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.detailed .questions-list__wrapper,
.detailed_new .questions-list__wrapper {
    padding-top: 0;
    background-color: transparent;
}

.detailed .front-questions,
.detailed_new .front-questions {
    background-color: transparent;
}

.detail-page-article .questions-list h2 {
    margin: 20px 0 20px 0;
}

.detail-page-article .questions-list__wrapper {
    padding: 0px 0;
}

@media (max-width: 414px) {
    .questions-list__wrapper {
        padding: 10px 0 20px 0;
    }

    .questions-list__title {
        font-size: 15px;
    }

    .questions-list__textWrap {
        padding: 10px 15px;
    }

    .questions-list__text {
        font-size: 14px;
    }

    .questions-list h2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 1007px) {
    #indexMap {
        display: none;
    }
}

@media (max-height: 768px) {
    .front-calculator {
        padding: 15px 20px 25px 20px;
    }

    .questions-list__title {
        max-width: 90%;
    }
}

.indexWrapper.front_Advantages .front-adv {
    padding: 50px 0 !important;
}

.licenseButtonCheckWrap {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.licenseButtonCheck {
    height: max-content;
    padding: 0 15px !important;
    background: #fff;
    color: #0e6759;
    font-size: 16px;
    font-weight: 400;
    border-radius: 25px;
    margin-left: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.licenseButtonCheck:hover {
    transform: translateY(-1px);
    opacity: 1 !important;
    color: #0e6759 !important;
}

.mobile-calculator .last_step .inputLabel {
    left: 0;
}

@media (max-width: 767px) {
    .licenseButtonCheckWrap {
        display: block;
    }

    .licenseButtonCheck {
        display: none;
    }
}

.header-right-block {
    padding-right: 120px;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 15px;
    height: 100%;
    align-items: center;
}

.header-right-block .main-section__phone {
    margin-right: 0;
}

.header-right-block .buttonMenu {
    position: absolute;
    right: 42px;
    top: 24px;
    bottom: auto;
    display: block;
}

.detailed .header-right-block .buttonMenu {
    top: 0;
    right: 15px;
}

.detailed .header-right-block {
    padding-right: 80px;
}

.fixed-menu .main-header {
    position: fixed !important;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    top: 0px;
    transition: opacity 0.3s linear 2s;
}

.fixed-menu .mainTitle {
    margin-top: 170px;
}

@media (max-width: 992px) {
    .fixed-menu .mainTitle {
        margin-top: 85px;
    }
}

.fixed-menu .headerWrap {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.fixed-menu .header__home .logo-block__desc {
    margin-top: 8px;
}

.fixed-menu .header__home .city {
    margin-top: -5px;
}

.fixed-menu .header__home .main-section__phone {
    margin-top: 0;
}

.fixed-menu .header__home .header-right-block .buttonMenu {
    top: 4px;
}

.fixed-menu.mainpage .main-header,
.fixed-menu.detailed_new .main-header {
    background: #177f70;
}


@media (min-width: 767px) {
    nav .menuTopInfo {
        display: none !important;
    }

    nav .menuMore {
        width: 100%;
        text-align: right;
    }

    .fixed-menu .headerWrap .logo-block .logo-block__desc {
        font-size: 17px;
        line-height: 24px;
    }

    .fixed-menu .headerWrap .logo-block img {
        max-height: 60px;
        min-height: unset;
    }

    .detailed.fixed-menu .headerWrap .logo-block img {
        width: auto;
    }

    .mainpage.fixed-menu .headerWrap .logo-block img {
        width: auto;
    }
}

@media (max-width: 766px) {
    .fixed-menu .headerWrap .logo-block img {
        max-height: 68px;
        min-height: unset;
    }
}

nav .menuMore .menuMoreItem {
    margin-bottom: 14px;
}

nav .menuMore .menuMoreItem a {
    font-weight: 500;
    font-size: 19px;
    text-decoration: none;
    text-transform: none;
    line-height: 1.3;
}

.closeMenu {
    text-transform: none;
}

.contacts-page {
    padding: 40px;
    padding-top: 10px;
}

.contacts-page .text p {
    margin-top: 1em;
    margin-bottom: 1em;
}

.contacts-page .text ul {
    padding-left: 15px;
}

.contacts-address-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contacts-address-top .contact-address-top-item {
    padding-left: 50px;
    height: 80px;
}

.contacts-address-top .contact-address-top-item a {
    color: #177f70;
}

.contacts-address-top .contact-page-city {
    height: 17px;
    text-transform: uppercase;
    color: #b8b8b8;
}

.footer-map-block {
    background: #fff;
}


.contacts-address-top .toppadder {
    height: 10px;
}

.contact-address-top-addr {
    background: url(/local/templates/medicina-vebinar/css/../img/contact-loc.png) no-repeat top left;
    background-size: 40px 40px;
    margin-right: 100px;
}

.contact-address-top-work-time {
    background: url(/local/templates/medicina-vebinar/css/../img/work-time.png) no-repeat top left;
    background-size: 40px 40px;
    margin-right: 100px;
}

.contact-address-top-phone {
    background: url(/local/templates/medicina-vebinar/css/../img/phone-contact.png) no-repeat top left;
    background-size: 40px 40px;
    margin-right: 100px;
}

.contact-address-top-email {
    background: url(/local/templates/medicina-vebinar/css/../img/contact-mail.png) no-repeat top left;
    background-size: 40px 40px;
}

@media (max-width: 767px) {
    .header-right-block {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }

    .header-right-block .buttonMenu {
        position: absolute;
        right: 15px;
        top: 24px;
        bottom: auto;
        display: block;
    }

    .headerWrap .logo-block {
        padding-right: 75px;
    }

    .detailed .header-right-block .buttonMenu {
        top: 10px;
    }

    .fixed-menu .header__home .header-right-block .buttonMenu {
        top: 10px;
    }

    main.fullMain {
        margin-top: 40px;
    }
}

.pay-methods {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.pay-methods img {
    max-height: 40px;
    margin-bottom: 12px;
}

.indexReviews #carouselReviews {
    width: auto;
    margin-left: 0;
    left: 0%;
}

.front_Reviews h2 {
    margin-bottom: 40px;
}

.wrapGeoIpReaspekt {
    position: relative;
    display: inline-block;
}

.wrapGeoIpReaspekt .linkReaspekt {
    color: #1989CB;
    text-decoration: none;
    border-bottom: 1px dashed #1989CB;
    cursor: pointer;
    line-height: 100%;
    display: inline-block;
}

.wrapGeoIpReaspekt .linkReaspekt:hover {
    border-bottom-color: transparent;
}

.headerWrap .city {
    position: relative;
}

.cities-select-block {
    display: none;
    position: absolute;
    background: #fff;
    width: 440px;
    top: 55px;
    right: 0;
    padding: 10px 10px 14px 10px;
    box-shadow: -4px 10px 15px rgba(0, 0, 0, 0.4);
    z-index: 1024;
}

.cities-select-block .citiesblock-close {
    width: 18px;
    height: 18px;
    color: #058e79 !important;
    float: right;
    font-size: 18px;
    margin-bottom: 10px;
    cursor: pointer;
    margin-top: -4px;
}

.cities-select-block .cities-search-string-wrapper {
    margin-top: 28px;
    margin-bottom: 10px;
}

.cities-select-block .cities-search-string-wrapper input {
    width: 100%;
}

.cities-select-block ul {
    margin: 0;
    padding: 0;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.cities-select-block li {
    display: block;
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.2;

}

.cities-select-block li:last-child {
    margin-bottom: 0;
}

.cities-select-block li a {
    color: #058e79 !important;
}

.flexbox-button {
    display: flex;
}

.flexbox-button i {
    margin: auto;
    width: 17px;
    height: 18px;
    transition: all 0.2s ease-in-out;
}

.flexbox-button i svg {
    max-width: 100%;
    height: auto;
    fill: #058e79;
    transition: all 0.2s ease-in-out;
}

.flexbox-button:hover i svg {
    fill: #ffffff;
}

.open-calc #scstep1 label,
.open-calc #scstep2 label {
    margin-bottom: 12px;
}

.open-calc .calculator__bottom {
    display: none;
}

.cookie_wrapper {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 50;
    box-shadow: 0 0 16px rgba(0, 16, 46, .2);
    background-color: #fdfdfd;
    color: #058e79;
}

.cookie_body {
    padding: 10px 40px;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.cookie_close {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 42px;
    cursor: pointer;
    transform: translate(-70%, -50%);
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 780px) {
    .cookie_close {
        margin-top: 3px;
        top: 0;
        left: 0;
        line-height: 1;
        transform: none;
        padding-left: 5px;
        padding-right: 5px;
    }

    .cookie_wrapper {
        font-size: 13px;
        line-height: 1.5;
    }
}

.not-found-button,
.not-found-button:focus {
    font-size: 14px;
    height: auto !important;
    width: auto;
    padding: 14px 40px 10px;
    line-height: 25px;
    border-radius: 5px;
    margin-top: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.3s all ease-in-out;
    box-shadow: 0px 2px 10px 0px #a0d0c9;
    display: block;
    background: #009688;
    text-decoration: none;
    color: #fff;
    border: none !important;
}

.not-found-button:hover,
.not-found-button:active {
    color: #fff;
    box-shadow: 0px 4px 15px 0px #67807c;
}

.front-serv-search__block {
    display: flex;
    flex-wrap: wrap;
}

.front-serv-search__block-wrapper {
    min-width: 490px;
    width: 100%;
    /* margin-right: 30px; */
}

@media (max-width: 600px) {
    .front-serv-search__block-wrapper {
        min-width: 0px;
        width: 100%;
        margin-right: 0;
    }
}

.openForm__agreement-label {
    font-weight: normal;
    color: #e6e6e6;
}

.openForm__agreement-label a {
    text-decoration: underline;
    color: #e6e6e6;
}

.openForm__agreement-label a:hover {
    text-decoration: none;
}

.mapCallback__agreement-label {
    max-width: 400px;
}

.footer-map-block .mapCallback__agreement-label .workArea .mapCallback__agreement-label,
.map_inside .mapCallback__agreement-label {
    max-width: 100%;
}

.mapCallback__agreement-label,
.mapCallback__agreement-label a {
    color: #888888;
    font-weight: normal;
}

.mapCallback__agreement-label a {
    text-decoration: underline;
}

.mapCallback__agreement-label a:hover {
    text-decoration: none;
}

.default-text {
    margin-bottom: 30px;
    padding: 15px 0px;
}

/*modal soc.services*/
.modal__social .modal-content {
    border-radius: 20px;
    border: 0px;
    max-width: 490px;
    box-shadow: 0 5px 31px rgba(0, 0, 0, .5);
}

.modal__social .modal-header {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    padding: 0;
    border: unset;
}

.modal__social .modal-header .modal-title {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    padding: 25px;
    text-align: center;
    color: #FFFFFF;
}

.modal__social .modal-body {
    padding: 30px 18%;
}

.modal__social .sgroups__wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

.modal__social .sgroups__item {
    margin-left: 10px;
    width: 52px;
    height: 52px;
}

.modal__social .sgroups__item a {
    display: block;
    width: 52px;
    height: 52px;
    background-size: 52px;
    background-repeat: no-repeat;
}

.modal__social .sgroups__title {
    font-size: 30px;
    text-align: center;
    line-height: 130%;
    font-weight: bold;
}

.modal__social .sgroups__item.vk a {
    background-image: url('/local/templates/medicina-vebinar/css/../img/social/green_vk.svg?v1');
}

.modal__social .sgroups__item.yt a {
    background-image: url('/local/templates/medicina-vebinar/css/../img/social/green_youtube.svg?v1');
}

.modal__social .sgroups__item.tlg a {
    background-image: url('/local/templates/medicina-vebinar/css/../img/social/green_tlg.svg?v1');
}

.modal__social .sgroups__item.ok a {
    background-image: url('/local/templates/medicina-vebinar/css/../img/social/green_ok.svg?v1');
}

.modal__social .sgroups__item img {
    box-shadow: 5px 5px 5px 0px #00000040;
    border-radius: 15px;
}

.modal__social .sgroups__top,
.modal__social .sgroups__bottom {
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

.modal__social .sgroups__top {
    font-size: 20px;
    line-height: 130%;
    color: #000;
    margin-top: 20px;
}

.modal__social .sgroups__bottom {
    font-size: 16px;
    line-height: 16px;
    color: #707070;
    cursor: pointer;
}

.modal__social .sgroups__bottom span {
    border-bottom: 1px dashed #707070;
    padding-bottom: 2px;
}

.modal__social .close {
    opacity: 1;
}

.modal__social button.close {
    position: absolute;
    right: 15px;
    top: 5px;
    text-shadow: none;
    font-weight: 100;
    color: #ffffff;
    font-size: 30px;
    font-family: "Material Icons";
}

/* modal vertical */
.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/* front docs */
.front-dosc-list .text-accordion {
    text-align: center;
}

.front-dosc-list .text-accordion [class*='col-'] {
    display: inline-block;
    float: none;
    max-width: 280px;
    vertical-align: top;
}

.front-dosc-list .doc_desc {
    margin-top: 10px;
    color: #fff;
}

.front-dosc-list .doc_desc span {
    display: block;
    font-weight: bold;
    font-size: 12pt;
    margin-bottom: 10px;
}

/* end front docs */

.mainTitle h1 {
    line-height: 1.15;
}

.bg-brand {
    background: #177F70;
    color: #fff;
}

.padding-5 {
    padding: 60px 0;
}

.margin-5 {
    margin: 40px 0;
}

.calc-spec {
    width: 100%;
    max-width: 800px;
}

.calc-spec h2 {
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 0;
}

.calc-spec-form-type {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}


.calc-spec-form-type .calc-spec-form-type-item:first-child {
    margin-right: 40px;
}

.calc-spec-form-picker-select {
    max-width: 770px;
}

.calc-spec-form-picker-select select {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 17px;
    color: #6D6D6D;
    border-radius: 5px;
    border: 2px solid #E4E2E2;
    padding: 0 8px;
}

.calc-spec .selectize-dropdown,
.calc-spec .selectize-input,
.calc-spec .selectize-input input {
    font-size: 17px;
    color: #6D6D6D;
}

.calc-spec .selectize-input {
    border-radius: 5px;
    border: 2px solid #E4E2E2;
}

.calc-spec .selectize-dropdown {
    color: #555;
}

.calc-spec-list {
    list-style-type: none;
    columns: 2;
    font-size: 17px;
    line-height: 1.3;
    padding-top: 12px;
}

.calc-spec-list li {
    margin-bottom: 14px;
    position: relative;
    padding-left: 28px;
    display: block;
    break-inside: avoid-column;
}

.calc-spec-list li:before {
    content: "";
    top: 2px;
    left: 0;
    width: 17px;
    height: 17px;
    background: url(/local/templates/medicina-vebinar/css/../img/select_circle.svg) center center no-repeat;
    background-size: 100%;
    position: absolute;
}

.calc-spec-list a {
    color: #fff;
    text-decoration: none;
}

.calc-spec-form-picker-result {
    margin-top: 24px;
}

.calc-spec-form-picker-result-title {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 14px;
}

.calc-spec-form-picker-result-body .default-text {
    color: #B4DDD7;
    font-size: 17px;
}


.selectize-control.single .selectize-input:after {
    border: none;
    background: url(/local/templates/medicina-vebinar/css/../img/select_arr.svg) center center no-repeat;
    width: 17px;
    height: 16px;
    background-size: 100%;
    margin-right: 0px;
    margin-top: 0px;
    top: 7px;
}

.selectize-control.single .selectize-input.dropdown-active:after {
    top: 11px;
    margin-top: 0;
    transform: rotate(180deg);
}

.calc-spec-form-type input[type="radio"]:checked,
.calc-spec-form-type input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.calc-spec-form-type input[type="radio"]:checked+label,
.calc-spec-form-type input[type="radio"]:not(:checked)+label {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    line-height: 20px;
    cursor: pointer;
    font-weight: normal;
}

.calc-spec-form-type input[type="radio"]:checked+label:before,
.calc-spec-form-type input[type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    background: url(/local/templates/medicina-vebinar/css/../img/select_rect.svg) center center no-repeat;
    background-size: 100%;
}

.calc-spec-form-type input[type="radio"]:checked+label:after,
.calc-spec-form-type input[type="radio"]:not(:checked)+label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.calc-spec-form-type input[type="radio"]:checked+label:after,
.calc-spec-form-type input[type="radio"]:not(:checked)+label:after {
    left: 5px;
    top: 3px;
    width: 12px;
    height: 12px;
    background: url(/local/templates/medicina-vebinar/css/../img/select_ok.svg) center center no-repeat;
    background-size: 100%;
}

.calc-spec-form-type input[type="radio"]:not(:checked)+label:after {
    opacity: 0;
}

.calc-spec-form-type input[type="radio"]:checked+label:after {
    opacity: 1;
}

.calc-spec-form-buttons {
    display: flex;
    flex-direction: row;
}

.calc-spec-form-trigger {
    background: #fff;
    border-radius: 3px;
    color: #000;
    text-decoration: none !important;
    color: #058E79;
    display: block;
    margin-top: 30px;
    width: 270px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0;
    border: none;
    margin-right: 15px;
}

.calc-spec-form-trigger:hover {
    background: #b4ddd7;
    color: #045a4d;
}

.loader {
    overflow: hidden;
    width: 100%;
    height: 30px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    max-width: 500px;
}

.loader-progress {
    height: 30px;
    width: 100%;
    background: #fff;
    margin-top: 30px;
}

.loader-progress:before {
    content: '';
    display: block;
    background-color: #058E79;
    height: 30px;
    width: 0;
    animation: getWidth 3s ease-in infinite;
    border: 2px solid #B4DDD7;
    border-radius: 3px;
}

@keyframes getWidth {
    100% {
        width: 100%;
    }
}

@media (max-width: 890px) {
    .calc-spec-form-type {
        display: block;
        margin-bottom: 24px;
    }

    .calc-spec-form-type .calc-spec-form-type-item:first-child {
        margin: 0;
        margin-bottom: 14px;
    }

    .calc-spec-list {
        columns: unset;
    }

    .loader,
    .loader-progress,
    .loader-progress:before {
        height: 20px;
    }
}

.calc-portfolio-step-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.calc-portfolio-step {
    width: 48.5%;
    min-width: 48.5%;
    background: #FFFFFF;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    padding: 20px 15px;
    margin-bottom: 30px;
}

.calc-portfolio-step-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 14px;
    color: #393939;
}

.calc-portfolio-step-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 14px;
    margin-top: 14px;
    color: #6C6C6C;
}

.calc-portfolio-step-quote {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: relative;
    padding: 17px 17px;
    margin: 20px 0;
    border-left: 3px solid #05A78E;
    color: #05A78E;
    font-size: 14px;
}

.calc-portfolio-step-form-item-select {
    max-width: 280px;
}

.calc-portfolio-step-form-item-5 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.calc-portfolio-step-form-item-5 .calc-portfolio-step-form-subitem {
    margin-right: 20px;
}

.calc-portfolio-step-form-subitem {
    margin-bottom: 14px;
}

.calc-portfolio-step-form-subitem:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.calc-portfolio select {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 17px;
    color: #6D6D6D;
    border-radius: 5px;
    border: 2px solid #E4E2E2;
    padding: 0 8px;
}

.calc-portfolio input[type="checkbox"]:checked,
.calc-portfolio input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.calc-portfolio input[type="checkbox"]:checked+label,
.calc-portfolio input[type="checkbox"]:not(:checked)+label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    line-height: 1.2;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
}

.calc-portfolio input[type="checkbox"]:checked+label:before,
.calc-portfolio input[type="checkbox"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -1px;
    width: 18px;
    height: 18px;
    border: 2px solid #05A78E;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.calc-portfolio input[type="checkbox"]:checked+label:before {
    background: #85D1C8;
}

.calc-portfolio-result-circle {
    position: relative;
    margin: 0 auto 25px;
}

.calc-portfolio-result-circle,
.calc-portfolio-result-circle-item svg {
    width: 181px;
    height: 181px;
}

.calc-portfolio-result-circle-item .progress-bg {
    fill: none;
    stroke-width: 12px;
    stroke: #E9E9E9;
}

.calc-portfolio-result-circle-item .progress-value {
    fill: none;
    stroke-linecap: square;
    stroke-width: 12px;
    stroke: #05A78E;
    stroke-dasharray: 60 555;
    stroke-dashoffset: 60;
    transform: rotate(90deg);
    transform-origin: 50% 50%;
    transition: all 1.2s ease;
}

.calc-portfolio-result-value {
    font-size: 18px;
    color: #05A78E;
    text-align: center;
    position: absolute;
    width: 181px;
    top: 50%;
    margin-top: -27px;
}

.calc-portfolio-result-value .big {
    font-size: 48px;
    line-height: 36px;
    display: block;
}

.calc-portfolio-result-remain {
    position: relative;
    padding-left: 40px;
    font-size: 15px;
    line-height: 15px;
    color: #05A78E;
}

.calc-portfolio-result-remain:before {
    content: '';
    margin-top: -15px;
    background: url(/local/templates/medicina-vebinar/css/../img/attention.svg) center center no-repeat;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 0;
    position: absolute;
}

.calc-portfolio-result-remain.ok:before {
    background: url(/local/templates/medicina-vebinar/css/../img/select_ok.svg) center center no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
}

.calc-portfolio-result {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 60px;
}

.calc-portfolio-result-left {
    margin-right: 30px;
    min-width: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.calc-portfolio-result-list {
    width: 100%;
    max-width: 480px;
}

.calc-portfolio-result-item {
    margin-bottom: 14px;
    color: #393939;
    font-size: 16px;
    line-height: 1;
}

.calc-portfolio-result-item:last-child {
    margin-bottom: 0;
}

.calc-portfolio-result-item-block {
    display: flex;
    width: 100%;
    margin-top: 6px;
}

.calc-portfolio-result-item-line {
    background: #E9E9E9;
    border-radius: 20px;
    position: relative;
    height: 12px;
    overflow: hidden;
    width: 100%;
}

.calc-portfolio-result-item-line span {
    position: absolute;
    width: 0%;
    height: 100%;
    border-radius: 20px;
    left: 0;
    top: 0;
    background: #05A78E;
}

.calc-portfolio-result-item-0 .calc-portfolio-result-item-line span {
    transition: all 1.7s ease;
}

.calc-portfolio-result-item-1 .calc-portfolio-result-item-line span {
    transition: all 1.4s ease;
}

.calc-portfolio-result-item-2 .calc-portfolio-result-item-line span {
    transition: all 1s ease;
}

.calc-portfolio-result-item-3 .calc-portfolio-result-item-line span {
    transition: all 0.8s ease;
}

.calc-portfolio-result-item-4 .calc-portfolio-result-item-line span {
    transition: all 1.2s ease;
}

.calc-portfolio-result-item-points {
    min-width: 70px;
    margin-left: 30px;
    margin-top: -2px;
}

.calc-portfolio-title {
    font-size: 30px;
    line-height: 1.2;
    color: #05A78E;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 550;
}

.calc-portfolio-action {
    text-align: center;
}

.calc-portfolio-button {
    background: #05A78E;
    border-radius: 5px;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    width: 320px;
    text-align: center;
    height: 50px;
    line-height: 46px;
    color: #fff;
    border: none;
    max-width: 100%;
}

.calc-portfolio-button:hover {
    opacity: 0.8;
}

.calc-portfolio-calc {
    display: none;
}

.calc-portfolio-button.button-calc {
    display: none;
}

.calc-portfolio-action .loader {
    display: none;
    margin: 0 auto;
    background: #E9E9E9;
}

@media (max-width: 890px) {
    .calc-portfolio-result {
        flex-wrap: wrap;
    }

    .calc-portfolio-result-left {
        min-width: 100%;
        margin-right: 0;
    }

    .calc-portfolio-result-list {
        margin-top: 40px;
    }

    .calc-portfolio-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .calc-portfolio-result-remain {
        text-align: center;
        padding: 0;
    }

    .calc-portfolio-result-remain:before {
        content: none;
    }

    .calc-portfolio-result-item-points {
        min-width: 54px;
        margin-left: 12px;
        margin-top: 0;
        font-size: 13px;
    }

    .calc-portfolio-step {
        width: 100%;
    }

}

/* calc on page NMO */
.top-message__wrapper {
    display: flex;
    flex-direction: column;
    background: #F6FBFA;
    border: 2px solid #DADADA;
    border-radius: 5px;
    padding: 23px 59px;
}

.top-message__title {
    font-weight: bold;
}

.top-message__body {
    margin: 15px 0px 20px 0px;
}

.btn-default:hover,
.btn-default:active {
    border-radius: 50px;
    color: #fff;
    background: #009688;
}

.btn-default,
.btn-default:focus {
    border-radius: 50px;
    font-size: 14px;
    height: auto;
    width: auto;
    padding: 13px 40px 10px;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.3s all ease-in-out;
    background: #009688;
    text-decoration: none;
    color: #fff;
    /* border: none; */
    border: 2px solid transparent;
}

@media (max-width: 992px) {
    .top-message__wrapper {
        padding: 15px;
    }

    .btn-default,
    .btn-default:focus {
        white-space: break-spaces;
        line-height: 20px;
        transition: none !important;
    }
}

/*2*/
.package__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 58px 0 0px 0;
}

.package-item {
    padding: 6px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 49.5%;
    position: relative;
}

.package-item__subtitle {
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
}

.package-item__title {
    font-size: 30px;
    color: #fff;
    margin: 0px 130px 0px 130px;
    text-align: center;
    text-transform: uppercase;
}

.package-item__image {
    background-blend-mode: hue, normal;
    box-shadow: inset 4px 4px 100px 50px rgba(16, 92, 81, 0.17);
    border-radius: 5px 5px 0px 0px;
    height: 360px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.package-item__body {
    padding: 25px 46px 46px;
    display: flex;
    flex-direction: column;
}

.package-item__span {
    font-weight: 600;
}

.package-item__list {
    padding-left: 15px;
}

.package-item__text {
    margin-bottom: 50px;
}

.package-item__button {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
}

@media (max-width: 992px) {
    .package__wrapper {
        flex-direction: column;
        margin: 38px 0 0px 0;
    }

    .package-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .package-item__body {
        padding: 15px;
    }

    .package-item__image {
        height: 200px;
    }

    .package-item__title {
        font-size: 20px;
    }

    .package-item__button .btn {
        width: 90%;
    }

    .package-item__button {
        bottom: 20px;
    }
}

/*3*/
.nmo-calc__wrapper {
    margin: 50px 0px 0px 0px;
    border: 1px solid #058E79;
    border-radius: 6px;
}

.nmo-calc__top {
    display: flex;
    flex-direction: column;
    background: #F6FBFA;
    padding: 24px 20px 42px;
    border-radius: 5px;
}

.nmo-calc__title {
    text-align: center;
    font-weight: 550;
    font-size: 24px;
    line-height: 24px;
}

.nmo-profile {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 30px 0px 50px 0px;
    align-items: center;
    justify-content: center;
}

.nmo-profile__radio {
    display: none;
}

.nmo-profile__radio+label {
    font-weight: normal;
    color: #6D6D6D;
    background: #f6fbfa;
    position: relative;
    cursor: pointer;
    transition: .2s;
    border-radius: 5px;
    padding: 20px;
    margin: 10px;
    font-size: 18px;
    line-height: 18px;
}

.nmo-profile__radio+label:after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 17px;
    height: 1px;
    background: #6D6D6D;
}

.nmo-profile__radio+label:hover,
.nmo-profile__radio:checked+label {
    color: #058E79;
    background: #B4DDD7;
}

.nmo-profile__radio:checked+label:after {
    background: #058E79;
}

.nmo-calc__controls {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nmo-control__title {
    font-size: 14px;
    line-height: 14px;
}

.nmo-control__body {
    margin-top: 17px;
}

.nmo-control__body.line {
    display: flex;
    flex-direction: row;
}

.nmo-control {
    width: 29%;
}

.nmo-control.columns {
    width: 40%;
}

.nmo-control__body .selectize-input {
    box-shadow: none;
    width: 100%;
    border: 1px solid #B4DDD7;
    padding: 15px 10px;
}

.nmo-control__body .selectize-control.single .selectize-input:after {
    background: url('/local/templates/medicina/css/../img/select_arr__gray.svg') center center no-repeat;
    margin-top: 7px;
}

.nmo-control__input {
    padding: 14px 8px;
    border: 1px solid #B4DDD7;
    outline: none;
}

.nmo-control__body .nmo-control__input:first-child {
    border-radius: 5px 0 0 5px;
}

.nmo-control__body .nmo-control__input:last-child {
    border-radius: 0px 5px 5px 0px;
    border-left: none;
}

.nmo-control__body.line input {
    width: 50%;
}

.nmo-calc__buttons {
    text-align: center;
    margin-top: 50px;
}

.nmo-result__title {
    text-align: center;
    font-weight: 550;
    font-size: 24px;
    line-height: 24px;
    margin-top: 37px;
}

.nmo-result__subtitle {
    text-align: center;
    margin-top: 29px;
    font-size: 18px;
    line-height: 18px;
}

.nmo-points {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid #058E79;
    margin: 30px 170px 40px 170px;
    border-radius: 4px;
}

.nmo-points__title {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}

.nmo-points__left {
    padding: 20px;
    width: 50%;
}

.nmo-points__right {
    background-color: #F6FBFA;
    border-left: 1px solid #B4DDD7;
    padding: 20px;
    width: 50%;
}

.nmo-points__item {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    margin-bottom: 20px;
}

#allpoints,
.nmo-points__item-count {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    margin-right: 5px;
    text-align: right;
    color: #058E79;
}

.nmo-calc__result {
    margin-bottom: 43px;
}

.nmo-footer__text {
    margin-bottom: 20px;
}

.nmo-button__callme,
.nmo-button__callme:focus {
    font-weight: bold;
}

@media (max-width: 992px) {
    .nmo-calc__top {
        padding: 15px;
    }

    .nmo-control {
        width: 100%;
        margin-bottom: 15px;
    }

    .nmo-control__body {
        margin-top: 10px;
    }

    .nmo-control.columns {
        width: 100%;
    }

    .nmo-calc__controls {
        flex-direction: column;
    }

    .nmo-calc__buttons {
        margin-top: 20px;
    }
}

/* .nmoWrapper h2 {
    color: #343434;
    font-size: 43px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin:50px 0px;
} */

.nmoWrapper .nav-tabs {
    border-bottom: none;
}

.nmoWrapper .questions-list__wrapper {
    margin-bottom: 100px;
}

.nmoWrapper .questions-list__wrapper h2 {
    margin-bottom: 20px;
}


/* form nmo consultation */
.gifts-record__layout,
.programm-record__layout,
.calcSpecResult__layout,
.calcSpec__layout,
.programmaForm__layout,
.mapForm__layout,
.nmo-consultation__layout,
.nmo-case__layout,
.nmo-points__layout,
.programm-registration__layout,
.lead-form__layout,
.send-getcourse-form__layout {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
}

.nmoWrapper .sendForm.mapCallback.front_mapForm,
.nmoWrapper .sendForm.mapCallback.front_mapForm,
.categoryWrapper .sendForm.mapCallback.front_mapForm,
.gifts-record__layout .gifts_front,
.programm-registration__layout .sendForm.mapCallback.front_mapForm,
.lead-form__layout .sendForm.mapCallback.front_mapForm,
.send-getcourse-form__layout .sendForm.mapCallback.front_mapForm,
.calcSpecResult__layout .sendForm.mapCallback.front_mapForm,
.calcSpec__layout .sendForm.mapCallback.front_mapForm,
.programmaForm__layout .sendForm.mapCallback.front_mapForm,
.mapForm__layout .sendForm.mapCallback.front_mapForm {
    min-height: unset;
}

.gifts-record__layout .map-form__titleWrap,
.nmoWrapper .map-form__titleWrap,
.categoryWrapper .map-form__titleWrap {
    justify-content: center;
}

.gifts-record__layout .map-form__title,
.nmoWrapper .map-form__title,
.categoryWrapper .map-form__title {
    font-size: 16px;
    line-height: 18px;
}

.gifts-record__layout .map-form__closeImg,
.nmoWrapper .map-form__closeImg,
.categoryWrapper .map-form__closeImg {
    position: absolute;
    right: 10px;
    top: 10px;
}

.gifts-record__layout .map-form__closeImg span,
.nmoWrapper .map-form__closeImg span,
.categoryWrapper .map-form__closeImg span,
.front_mapForm .map-form__closeImg span {
    font-size: 32px;
    color: #212121;
    margin: 0 0 0 5px;
    vertical-align: middle;
    display: inline-block;
}

.gifts-record__layout .gifts_front .modalBody>div.miniBlock,
.nmoWrapper .mapCallback .modalBody>div.miniBlock,
.categoryWrapper .mapCallback .modalBody>div.miniBlock {
    margin: 0 0 0px 0;
    width: 100%;
}

.gifts-record__layout .modalBody,
.nmoWrapper .modalBody,
.categoryWrapper .modalBody,
.programm-registration__layout .modalBody {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nmoWrapper .mapCallback .modalSend,
.gifts-record__layout .mapCallback .modalSend,
.categoryWrapper .mapCallback .modalSend,
.subscriber-form .modalSend {
    font-size: 14px;
    height: auto;
    width: auto;
    padding: 14px 40px 10px;
    line-height: 25px;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.3s all ease-in-out;
    box-shadow: 0px 2px 10px 0px #a0d0c9;
    background: #009688;
    text-decoration: none;
    color: #fff;
    border: none;
}

.gifts-record__layout .mapCallback .modalSend:hover,
.gifts-record__layout .mapCallback .modalSend:active,
.nmoWrapper .mapCallback .modalSend:hover,
.nmoWrapper .mapCallback .modalSend:active,
.categoryWrapper .mapCallback .modalSend:hover,
.categoryWrapper .mapCallback .modalSend:active,
.subscriber-form .modalSend:hover,
.subscriber-form .modalSend:active {
    color: #fff;
    box-shadow: 0px 4px 15px 0px #67807c;
    background: #009688;
}

.nmoWrapper .front_mapForm .buttonAnimation,
.categoryWrapper .front_mapForm .buttonAnimation {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.gifts-record__layout .gifts_front .buttonAnimation {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background: none;
    position: initial;
    right: inherit;
    margin-top: 25px;
}

/*4*/
.nmo-youtube__wrapper {
    margin: 20px 0px 60px 0px;
    position: relative;
}

.nmo-youtube-item {
    overflow: hidden;
    background: #EEEEEE;
    border-radius: 3px;
    transition: .2s;
    margin-bottom: 1%;
    margin: 0 15px 15px 0px;
}

.nmo-youtube-item:hover {
    box-shadow: 0px 2px 10px 0px #00000047;
}

.nmo-youtube-item__name {
    padding: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nmo-youtube-item a {
    font-weight: 550;
    color: #1B1B1B;
    text-overflow: ellipsis;
    position: relative;
}

.nmo-youtube-item__image {
    height: 0;
    padding-bottom: 60%;
    display: block;
}

.nmo-youtube-item a span {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #000000c9;
    color: #fff;
    border-radius: 2px;
    padding: 0px 5px 0px 5px;
}

.nmo-youtube {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    position: relative;
}

.nmo-youtube a {
    position: absolute;
    right: 0;
    bottom: 10px;
    font-weight: 600;
    color: #1769CA;
    text-decoration: underline;
}

@media(max-width:992px) {
    .nmo-youtube {
        flex-direction: column;
    }

    .nmo-youtube a {
        position: relative;
    }

    .nmo-youtube__wrapper {
        flex-direction: column;
    }

    .nmo-youtube-item {
        width: 100%;
        flex: 0 0 24%;
        margin-bottom: 20px;
    }
}

.nmo-youtube__wrapper .owl-nav {
    color: #fff;
    font-size: 3rem;
    justify-content: space-between;
}

.nmo-youtube__wrapper .owl-nav .owl-prev,
.nmo-youtube__wrapper .owl-nav .owl-next {
    padding: 1rem;
}

.owl-next {
    position: absolute;
    top: 0;
    right: 0;
}

.owl-prev {
    position: absolute;
    left: 0;
    top: 0;
}

.owl-next span,
.owl-prev span {
    font-size: 120px;
    text-shadow: 0px 3px 6px #000;
}

/*video player on youtube*/
.video_wrapper {
    width: 100%;
    height: 676px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .video_wrapper {
        height: 529px;
    }
}

@media screen and (max-width: 991px) {
    .video_wrapper {
        height: 405px;
    }
}

@media screen and (max-width: 767px) {
    .video_wrapper {
        height: 335px;
    }
}

@media (min-width:452px) and (max-width: 480px) {
    .video_wrapper {
        height: 237px;
    }
}

@media screen and (max-width: 451px) {
    .video_wrapper {
        height: 237px;
    }
}

@media screen and (max-width: 380px) {
    .video_wrapper {
        height: 197px;
    }
}

@media screen and (max-width: 320px) {
    .video_wrapper {
        height: 165px;
    }
}

/*for page info */
.detail-page-article .video_wrapper {
    height: 450px;
}

@media screen and (max-width: 991px) {
    .detail-page-article .video_wrapper {
        height: 405px;
    }
}

@media screen and (max-width: 767px) {
    .detail-page-article .video_wrapper {
        height: 335px;
    }
}

@media (min-width:452px) and (max-width: 480px) {
    .detail-page-article .video_wrapper {
        height: 237px;
    }
}

@media screen and (max-width: 451px) {
    .detail-page-article .video_wrapper {
        height: 237px;
    }
}

@media screen and (max-width: 380px) {
    .detail-page-article .video_wrapper {
        height: 197px;
    }
}

@media screen and (max-width: 320px) {
    .detail-page-article .video_wrapper {
        height: 165px;
    }
}

/*социальные сети*/
.social{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.mainpage .social.top .social-item{
    background-image: url('/local/templates/medicina-vebinar/css/../img/social/sprite_white_new.svg?v1');
}
.detailed .social.top .social-item,
body .modalMenu .social.top .social-item{
    opacity: .8;
    background-image: url('/local/templates/medicina-vebinar/css/../img/social/sprite_green.svg?v1');
}
.social.bottom .social-item{
    background-image: url('/local/templates/medicina-vebinar/css/../img/social/sprite_light_green.svg?v1');
}
.social-item{
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 21px;
    transition: .2s;
}
.social-item:hover{
    transform: translateY(-5px);
    opacity: 1 !important;
}
.social-item.vk{
    background-position: 0 0;
}
.social-item.youtube{
    background-position: -37px 0;
}
.social-item.ok{
    background-position: -73px 0;
}
.social-item.tlg{
    background-position: -111px 0;
}
.social-item.wa{
    background-position: -148px 0;
}
@media(max-width:992px){
    .headerWrap .social.top {
        display: none;
    }
    .headerWrap .header-right-block .social.top {
        display: flex;
    }
}

/*способы оплаты*/
@media(max-width: 992px) {
    .page-payment .wrapCalcAndSeoPic {
        float: unset;
    }

    .page-payment [itemprop="articleBody"] {
        padding: 0 10px;
    }

    .page-payment h2 {
        display: none;
    }
}

.page-payment h2 {
    color: #058E79;
    font-weight: 600;
}

.pay-types {
    display: flex;
    flex-direction: column;
}

.pay-item {
    margin-bottom: 10px;
}

.pay-item__title {
    background: #058E79;
    border-radius: 8px;
    font-size: 19px;
    line-height: 140%;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    cursor: pointer;
    transition: .2s;
    position: relative;
}

.pay-item__title:after {
    content: '';
    position: absolute;
    background: url(/local/templates/medicina/img/select_arr__white.svg) center center no-repeat;
    right: 10px;
    top: 4px;
    width: 30px;
    height: 30px;
}

.pay-item.active .pay-item__title:after {
    transform: rotate(180deg);
    top: 10px;
}

.pay-item.active .pay-item__title {
    border-radius: 8px 8px 0px 0px;
}

.pay-item__body {
    display: none;
    border: 1px solid #F1F1F1;
    border-radius: 0px 0px 8px 8px;
    border-top: none;
    padding: 10px 20px;
}

.pay-note {
    margin-left: -20px;
    margin-right: -20px;
    background: #F6F6F6;
    display: flex;
    padding: 10px 20px;
    align-items: center;
}

.pay-note.not-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.pay-note__image {
    border-radius: 50%;
    border: 6px solid #E3E3E3;
    margin-right: 20px;
}

.pay-note__title {
    font-size: 19px;
    color: #17786A;
    line-height: 120%;
    font-weight: 600;
}

/* Список разделов на главной*/
.front-category__wrapper {
    margin-top: 96px;
}

.front-category__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.front-category__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 49%;
    background-color: #F2F2F2;
    margin-bottom: 24px;
    padding: 29px 26px;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%);
    transition: box-shadow .1s, transform .25s;
}

.front-category__item:hover {
    box-shadow: 10px 10px 20px 0px rgb(0 0 0 / 20%);
    transform: scale(1.01);
}

.front-category__item.full {
    width: 100%;
    min-height: 457px;
    max-height: 457px;
}

.front-category__item.full.reverse {
    flex-direction: row;
}

.front-category__item.full.reverse .cell-reverse__left {
    flex: 1 0 0;
}

.front-category__item.full.reverse .cell-reverse__right {
    width: 49%;
    padding: 0px 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media(max-width:992px) {
    .front-category__item {
        width: 100%;
    }

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

    .front-category__button {
        width: 100%;
        display: block;
    }

    body .front-category__link {
        display: block;
        margin-left: 0px;
        float: none;
        margin-top: 20px;
        width: 100%;
    }

    .front-category__link:before {
        display: none;
    }

    .front-category__item.full {
        min-height: unset;
        max-height: unset;
    }

    .front-category__item.full.reverse {
        flex-direction: column;
    }

    .front-category__item.full.reverse .cell-reverse__left {
        display: none;
    }

    .front-category__item.full.reverse .cell-reverse__right {
        width: unset;
        padding: unset;
    }
}

.front-category__name,
.front-category__counter {
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    color: #333333;
}

.front-category__name {
    font-size: 30px;
}

.front-category__item.full .front-category__name {
    width: 50%;
}

.front-category__item.full.reverse .front-category__name {
    width: 100%;
}

.front-category__counter {
    margin-top: 17px;
}

.front-category__body {
    margin-top: 28px;
}

.front-category__item.full .front-category__body {
    width: 50%;
}

.front-category__item.full.reverse .front-category__body {
    width: 100%;
}

.front-category__bottom {
    margin-top: 44px;
}

.front-category__link {
    font-weight: 500;
    font-size: 18px;
    color: #17786A;
    margin-left: 44px;
    position: relative;
}

.front-category__link:before {
    content: '';
    position: absolute;
    background: #17786A;
    width: 100%;
    height: 1px;
    bottom: -2px;
}

@media(max-width:992px) {
    .front-category__item.full .front-category__name {
        width: 100%;
    }

    .front-category__item.full .front-category__body {
        width: 100%;
    }

    .front-category__item.full {
        background-image: none !important;
    }
}

.service_page [itemprop="articleBody"] {
    min-height: 220px;
    width: 100%;
    overflow: hidden;
}

.breadwrap a:hover {
    color: #009688;
}

/*таблицы*/
.service_page table tr th,
.service_page table tr td {
    padding: 10px;
    border: 1px solid #058E79;
}

.service_page table {
    border: unset;
    border-collapse: collapse;
}

.service_page table tr th {
    text-align: center;
}

.service_page table tr:first-child td {
    background: #058E79;
    color: #fff;
    border-right: 1px solid #fff;
}

.service_page table tr:first-child td:last-child {
    border-right: 1px solid #058E79;
}

@media(max-width: 992px) {
    .service_page table {
        display: block;
        overflow-x: auto;
    }
}

/*раздел новостей start*/
.news__wrapper {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
    min-height: 200px;
}

.news-item a {
    /* font-size: 17px; */
    color: #058e79;
    text-decoration: none;
}

.news-item a:hover {
    text-decoration: underline;
}

.info-detail__wrapper img {
    max-width: 100%;
    height: auto;
}

.info-detail__wrapper ul li {
    list-style: none;
}

.info-detail__wrapper ol {
    padding-left: 0px;
}

.news__wrapper ul li p {
    display: inline-block;
}

.news__wrapper ol li {
    margin: 0 0 10px;
}

.news__wrapper .news-detail {
    flex: 1 0 0;
}

.news__wrapper .news-detail table {
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news__wrapper .news-detail table td {
    border: 1px solid #177f70;
    padding: 5px 10px 5px 10px;
}

.news__wrapper .news-detail table tr:first-child td {
    font-weight: bold;
    color: #fff;
    background: #177f70;
    border-right: 1px solid #fff;
}

.news__wrapper .news-detail table tr:first-child td:last-child {
    border-right: 1px solid #177f70;
}

.news-asside {
    width: 400px;
}

.news-asside .wrapCalcAndSeoPic {
    height: 100%;
}

.news-asside .newsDetail__calculator {
    position: sticky;
    top: 100px;
}

@media(max-width: 992px) {
    .news__wrapper {
        flex-direction: column-reverse;
    }

    .news-asside {
        width: 100%;
        min-height: 315px;
    }
}

.info__wrapper {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.top-article__wrapper {
    max-width: 786px;
    min-width: 786px;
}

.top-article__wrapper img {
    width: 100%;
    height: auto;
}

.top-subscribe__wrapper {
    padding-left: 30px;
    flex: 1 0 0;
}

.news-list__wrapper {
    max-width: 786px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 87px;
}

.info__wrapper a {
    text-decoration: none;
    color: #333333;
}

/* top */
.top-article__source,
.news-item__image--source {
    margin-top: 13px;
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
    color: #333333c9;
}

.top-article__title {
    margin-top: 30px;
    font-weight: 550;
    font-size: 28px;
    line-height: 140%;
}

.top-article__date {
    margin-top: 26px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    position: relative;
    padding-left: 26px;
}

.top-article__date::before,
.news-item__date::before {
    content: '';
    background: url('/local/templates/medicina/img/calendar.svg');
    width: 14px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
}

/* list */
.news-list__flat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-item {
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-bottom: 50px;
}

.news-item__image {
    border: 1px solid #F2F2F2;
    width: 100%;
    height: auto;
}

.news-item__title {
    font-weight: 550;
    font-size: 20px;
    line-height: 26px;
    margin-top: 12px;
}

.news-item__date {
    margin-top: 20px;
    position: relative;
    padding-left: 26px;
}

@media (max-width: 992px) {

    .news-list__wrapper,
    .top-article__wrapper {
        max-width: 100%;
        min-width: unset;
    }

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

/* form */
.subscriber-form {
    position: relative;
    background: #EEF3F6;
    padding: 30px 39px;
    margin-bottom: 50px;
}

.subscriber-form+.subscriber-form {
    margin-bottom: unset;
}

.place-for-form .subscriber-form {
    margin-top: unset;
    margin-bottom: 50px;
}

.subscriber-form .map-form__title {
    font-size: 18px;
    line-height: 18px;
}

.subscriber-form .moreAnimationBlock {
    display: none;
}

.subscriber-form .mapCallback_wrapper,
.subscriber-form .miniBlock {
    margin: 18px 0px;
}

.subscriber-form .buttonAnimation.miniBlock {
    margin: 0;
}

.subscriber-form .inputField {
    background: #FFFFFF;
    border: 1px solid #CBDBE6;
    border-radius: 5px;
    padding: 10px;
}

.subscriber-form .mapCallback__agreement-label {
    color: #333333;
    font-size: 10px;
    line-height: 14px;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.subscriber-form .mapCallback__agreement-label input {
    opacity: 0;
    position: absolute;
}

.subscriber-form .mapCallback__agreement-label::before {
    content: '';
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    position: absolute;
    margin-left: -30px;
}

.subscriber-form .mapCallback__agreement-label input[type="checkbox"]:checked+span::before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0px;
    top: 0;
    color: #333333;
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    display: inline-block;
    line-height: 15px;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    text-align: center;
}

.subscriber-form .modalSend {
    width: 100%;
}

/* pagination */
.news-nav__wrapper .pagination>li>a,
.news-nav__wrapper .pagination>li>span {
    color: unset;
    border: unset;
    border-radius: 4px;
}

.news-nav__wrapper .pagination>.active>span {
    background-color: #5CDCC6;
    color: #fff;
}

.news-nav__wrapper .ajax_load_btn_pagination {
    display: none;
}

@media (max-width: 992px) {
    .top-subscribe__wrapper {
        padding-left: 0px;
    }

    .subscriber-form {
        margin-top: 50px;
        margin-bottom: unset;
    }

    .news-list__wrapper {
        margin-top: 30px;
    }

    .top-article__title {
        font-size: 24px;
    }

    .news-nav__wrapper .wrap_pagination {
        display: none;
    }

    .news-nav__wrapper.pagination_nav,
    .news-nav__wrapper .more_text_ajax {
        width: 100%;
    }

    .news-nav__wrapper .ajax_load_btn_pagination {
        display: block;
    }
}

/*раздел новостей end*/

/*баллы НМО*/
.main-points__programm {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* margin-bottom: 25px; */
    height: auto;
}

.main-points__wrapper {
    display: inline-block;
    background: #FB507D;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 15px #00000026;
    border-radius: 50px;
    padding: 3px;
    color: #fff;
}

.main-points__list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-points__clear {
    clear: both;
    margin-bottom: 25px;
}

@media(max-width: 780px) {
    .main-points__wrapper {
        margin-bottom: 15px;
    }

    body .newsDetail .main-points__programm {
        position: relative;
        padding: 0px;
        flex-direction: column;
    }

    .main-points__clear {
        display: none;
    }
}

.main-points__image {
    background: #8dd2c7;
    border: 2px solid #FFFFFF;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    line-height: 47px;
    text-align: center;
}

.main-points__item {
    font-size: 18px;
    line-height: 22px;
    padding: 0px 5px;
}

/*подготовка к аккредитации*/
.start-accreditation {
    background: linear-gradient(90deg, #02AAB0 0%, #00CDAC 100%);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    border-radius: 50px;
    height: 44px;
    padding-left: 3px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.start-accreditation__iamge {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 46px;
    background: linear-gradient(0deg, #FB507D, #FB507D);
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 50%;
}

.start-accreditation__title {
    margin-left: 9px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}

/*варианты программ НМО*/
.variant-programm__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 36px 0 68px 0;
}

.variant-programm-item {
    padding: 6px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
    border-radius: 5px;
    width: 49.5%;
    position: relative;
}

body .variant-programm-item__image {
    background-blend-mode: hue, normal;
    box-shadow: inset 4px 4px 100px 50px rgb(16 92 81 / 17%);
    border-radius: 5px 5px 0px 0px;
    height: 360px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.variant-programm-item__body {
    padding: 36px 46px 36px;
    display: flex;
    flex-direction: column;
}

.variant-programm-item__title {
    background: #EC0005;
    border-radius: 50px;
    color: #fff;
    font-weight: 550;
    font-size: 36px;
    line-height: 22px;
    padding: 15px;
    margin-top: 39px;
}

@media(max-width: 780px) {
    .variant-programm__wrapper {
        flex-direction: column;
    }

    .variant-programm-item {
        width: 100%;
        margin-bottom: 20px;
    }
}

/*page garanty*/
.docs-green {
    color: #058E79;
    font-weight: 600;
}

.icons-info__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.icons-info__wrap li {
    display: flex;
    flex-direction: column;
    flex: 0 0 24%;
    align-items: center;
    margin-bottom: 20px;
}

.icons-info__wrap li p {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
}

.garanty-types {
    display: flex;
    flex-direction: column;
}

.garanty-item {
    display: flex;
    flex-direction: row;
}

.garanty-item__title {
    font-weight: 600;
}

.garanty-item__number {
    font-size: 45px;
    margin-top: -13px;
    margin-right: 30px;
    color: #32BEA6;
    font-weight: 300;
}

@media(max-width: 992px) {
    .icons-info__wrap {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .icons-info__wrap li {
        flex: 0 0 100%;
    }

    .pay-note__title {
        font-weight: 500;
    }
}

@media(min-width: 780px) {

    .desktop-hide,
    .hide-desktop {
        display: none !important;
    }
}

@media(max-width: 780px) {

    .mobile-hide,
    .hide-mobile {
        display: none !important;
    }
}

/*tables programm*/
.front-serv-table__wrapper {
    overflow-x: auto;
    border-right: 1px solid #058E79;
    border-left: 1px solid #058E79;
}

.front-serv-table tr:not(:first-child) a:not(.btn) {
    color: #333333;
    margin-bottom: 0px;
    font-size: 16px;
}

.front-serv-table {
    border-top: 1px solid #058E79;
    border-bottom: 1px solid #058E79;
    border-collapse: collapse;
    width: 100%;
}

.front-serv-table td {
    padding: 13px 16px;
    border: 1px solid #058E79;
    text-align: center;
    margin-bottom: 0px;
    font-size: 16px;
}

.front-serv-table td:first-child {
    border-left: 0px;
}

.front-serv-table td:last-child {
    border-right: 0px;
}

.front-serv-table tr:first-child {
    background: #32BEA6;
    color: #fff;
    font-weight: 550;
    font-size: 18px;
}

.front-serv-table tr:first-child {
    text-align: center;
}

.front-serv-table-subtitle {
    background: #DBF5F2;
    font-weight: bold;
    font-size: 22px;
    color: #058E79;
    text-align: center;
}

.front-serv-more {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.front-serv-table tr:not(.front-serv-table-subtitle) td:first-child {
    text-align: left;
    max-width: 239px;
}

.front-serv-table tr:first-child td:first-child {
    text-align: center;
}

.front-serv-table tr:not(.front-serv-table-subtitle):not(:first-child):hover {
    background: #DBF5F2;
}

@media(max-width: 992px) {
    .front-serv-table td {
        text-align: unset;
        text-align: left;
    }
}

/*accreditation-portfolio and webinar*/
.portfolio-wrapper {
    margin: 60px 0px 0px 0px;
}

.portfolio-wrapper .sendForm.mapCallback.front_mapForm {
    min-height: unset;
}

.portfolio-socials .social-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.portfolio-socials .social-top__link:hover {
    margin-bottom: 0px;
}

.portfolio-text {
    margin: 60px 0 20px 0;
}

.portfolio-form .mapCallback {
    box-shadow: none;
    border: 1px solid #b4ddd7;
}

.portfolio-form .mapCallback .modalBody>div.miniBlock,
.portfolio-form form .miniBlock,
.portfolio-form form .form-success {
    display: block;
    width: 60%;
    margin: 0 auto;
}

.portfolio-form form .form-success {
    text-align: center;
}

.portfolio-form .map-form__title {
    text-align: center;
}

@media (max-width: 768px) {
    .portfolio-wrapper {
        margin-left: 10px;
        margin-right: 10px;
    }

    body .portfolio-form form .miniBlock {
        width: 100%;
    }
}

body .portfolio-text {
    margin: 20px 0 20px 0;
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
    text-transform: none;
}

body .portfolio-wrapper .map-form__titleWrap {
    justify-content: space-around;
}

/*banners on date*/
body.modal-open {
    overflow: unset;
    padding-right: unset !important;
}

.gifts-offer {
    width: 100%;
}

.gifts-offer__item img {
    width: 100%;
}

.gifts-offer__item.pc {
    min-height: 252px;
    margin-top: 30px;
}

.gifts-offer__item.mobile {
    min-height: 470px;
}

.gifts-offer__item.mobile {
    display: none;
}

.gifts-form .modal-body {
    text-align: center;
}

@media(max-width: 992px) {
    .gifts-offer__item.mobile {
        display: block;
        margin-bottom: 30px;
        padding: 15px;
        padding-bottom: 0px;
    }

    .gifts-offer__item.pc {
        display: none;
    }
}

/* Gift modal form */
.gift-modal .close img {
    width: 30px;
    height: 30px;
}

.gift-modal .modal-dialog,
.gift-modal .modal-content {
    border-radius: unset;
    box-shadow: unset;
}

/*standart page*/
.page-wrapper {
    margin: 60px 0px 0px 0px;
}

.page-block {
    margin: 30px 0 20px 0;
    line-height: 25px;
}

.page-block a {
    color: #058E79;
    border-bottom: 1px dotted #058E79;
    text-decoration: none;
}

.page-block .video_wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-block__text p {
    font-size: 19px;
    line-height: 140%;
    ;
}

.page-block__akcent {
    color: #058E79;
    font-weight: bold;
}

.page-block__info {
    background: #F6F6F6;
    display: flex;
    padding: 30px 20px;
    align-items: center;
}

.page-block__image {
    margin-right: 20px;
}

.page-block__body {
    font-size: 19px;
    color: #17786A;
    flex: 1 0 0;
}

.page-block__flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 30px;
    align-items: end;
}

.page-block__flex a {
    margin-bottom: 15px;
}

body .page-block__flex h2 {
    margin-top: 30px;
}

body .page-wrapper .map-form__titleWrap {
    justify-content: space-around;
}

/*guide accreditation 2022*/
.full-guide-nmo__wrapper {
    margin-bottom: 120px;
    margin: 30px 0px 0px 0px;
}

@media(max-width: 992px) {
    .full-guide-nmo__wrapper {
        padding: 15px;
        margin: 0px 0px 0px 0px;
    }

    .page-block__flex {
        flex-wrap: wrap;
    }
}

.full-guide-nmo__wrapper h2 {
    color: #058E79;
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: bold;
}

@media(max-width: 767px) {

    .h2,
    h2 {
        font-size: 25px;
    }
}

.full-guide-nmo__wrapper .top-message__wrapper {
    font-size: 19px;
    line-height: 140%;
}

.full-guide-nmo__wrapper .top-message__wrapper a {
    font-weight: bold;
    letter-spacing: 0px;
}

.full-guide-nmo__wrapper .questions-list__textWrap {
    background: #fff;
    border-left: 2px solid #DADADA;
    border-right: 2px solid #DADADA;
    border-bottom: 2px solid #DADADA;
}

.full-guide-nmo__wrapper .questions-list__textWrap .questions-list__text span {
    color: #058E79;
    font-weight: bold;
}

.full-guide-nmo__wrapper .questions-list__wrapper {
    padding-bottom: 0;
    margin-bottom: 30px;
}

.full-guide-nmo__wrapper ul:not(.defult-list) {
    list-style: none;
}

.full-guide-nmo__wrapper ul:not(.defult-list) li {
    padding-left: 30px;
    position: relative;
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 20px;
}

.full-guide-nmo__wrapper ul:not(.defult-list) li:before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background: center/cover no-repeat url('/img/plus.svg');
    position: absolute;
    margin-top: 4px;
    left: 0;
}

.full-guide-nmo__vs .page-block__flex {
    align-items: flex-start;
}

.full-guide-nmo__vs img {
    margin-right: 30px;
}

/*full guide forms gradients*/
.full-guide-nmo__wrapper form.sendForm.mapCallback.front_mapForm {
    background: linear-gradient(124.42deg, #155457 0%, #108A77 100%);
    border-radius: 6px;
    border: none;
    height: auto;
    min-height: unset;
}

.full-guide-nmo__wrapper .portfolio-form .map-form__title {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 30px;
}

.full-guide-nmo__wrapper .map-form__closeImg {
    display: none;
}

.full-guide-nmo__wrapper .modalBody {
    text-align: center;
}

/* .full-guide-nmo__wrapper .portfolio-form form .miniBlock, .portfolio-form form .form-success{ */
.full-guide-nmo__wrapper .portfolio-form .mapCallback .modalBody>div.miniBlock {
    display: inline-block;
    /* width: auto; */
    width: 26%;
    margin: 0px 0px 0px 20px;
}

.full-guide-nmo__wrapper .portfolio-form .mapCallback .modalBody>div.miniBlock.full-width {
    width: 100%;
}

.full-guide-nmo__wrapper .mapCallback .modalBody>div>div {
    border-radius: 5px;
}

.full-guide-nmo__wrapper .inputField {
    padding: 12px 15px;
    border-radius: 5px;
}

.full-guide-nmo__wrapper .inputLabel {
    top: 10px;
    left: 10px;
}

.full-guide-nmo__wrapper .inputField:focus+.inputLabel,
.full-guide-nmo__wrapper .changeInput .inputLabel,
.full-guide-nmo__wrapper .messageField:focus+.inputLabel {
    transform: translate3d(0, -30px, 0) scale3d(0.75, 0.75, 1);
}

.full-guide-nmo__wrapper .mapCallback__agreement-label,
.full-guide-nmo__wrapper .mapCallback__agreement-label a {
    color: #ffffff;
}

.full-guide-nmo__wrapper .mapCallback .sendOkey {
    background: #ef6c00;
}

.full-guide-nmo__wrapper .mapCallback .modalSend,
.full-guide-nmo__wrapper .front_mapForm .modalSend {
    box-shadow: unset;
    background: #fff;
    color: #058E79;
    font-weight: bold;
}

.full-guide-nmo__wrapper .portfolio-form form .form-success {
    color: #fff;
    font-size: 19px;
}

@media(max-width:768px) {
    .portfolio-form .mapCallback .modalBody>div.miniBlock {
        width: 100%;
    }

    .full-guide-nmo__wrapper .portfolio-form .map-form__title {
        font-size: 23px;
        line-height: 27px;
    }

    .full-guide-nmo__wrapper .portfolio-form .mapCallback .modalBody>div.miniBlock {
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

    body .full-guide-nmo__wrapper .portfolio-text {
        font-size: 16px;
        line-height: 20px;
    }
}

.longrid-banner__pc {
    display: block;
}

.longrid-banner__mobile {
    display: none;
}

@media(max-width: 768px) {
    .longrid-banner__pc {
        display: none;
    }

    .longrid-banner__mobile {
        display: block;
    }
}

/*slider*/
.page-slider__wrapper {
    position: relative;
}

.page-slider__single li:before {
    display: none;
}

.page-slider__single {
    text-align: center;
    position: relative;
}

.page-slider__item {
    max-width: 100%;
    display: inline-block;
    width: auto;
    margin: 0 auto;
}

.page-slider__top {
    display: block;
    height: auto;
}

.page-slider__bottom {
    display: flex;
    flex-direction: row;
    margin-left: 8px;
    margin-right: 16px;
    padding: 15px;
    align-items: center;
    border-radius: 5px;
    margin-top: 20px;
    text-align: left;
    background: #fff;
    max-width: 90%;
}

.page-slider__bottom--number {
    height: 64px;
    line-height: 64px;
    background: no-repeat center/cover url('/upload/nmo/slides-back.png');
    color: #fff;
    flex: 0 0 64px;
    margin-right: 35px;
    text-align: center;
}

.page-slider__bottom--title {
    font-size: 16px;
    line-height: 19px;
    color: #303030;
}

.page-slider__controls {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: flex;
    flex-direction: row;
}

.page-slider__prev,
.page-slider__next {
    font-family: 'FontAwesome';
    padding-top: 6px;
    font-size: 36px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #058E79;
    color: #fff;
    cursor: pointer;
    text-align: center;
    margin-left: 10px;
}

.page-slider__prev {
    padding-right: 5px;
}

.page-slider__next {
    padding-left: 5px;
}

@media(max-width:992px) {
    .page-slider__controls {
        position: relative;
        justify-content: center;
        bottom: 0px;
    }
}

/*Сми о нас*/
.smi__wrapper {
    margin-bottom: 5.5rem;
}

.smi__wrapper .wrap_pagination {
    display: none;
}

.smi__wrapper .pagination_nav {
    margin-top: 5.5rem;
    text-align: center;
}

.smi-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.smi-item {
    padding: 20px;
    overflow: hidden;
    -webkit-transition: .2s;
    transition: .2s;
    width: 33.3%;
    float: left;
    margin-top: 5.5rem;
}

@media (max-width: 990px) {
    .smi-item {
        width: 100%;
    }
}

.smi-item:hover {
    -webkit-box-shadow: 0px 5px 20px 0px #1219261a;
    box-shadow: 0px 5px 20px 0px #1219261a;
}

.smi-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: start;
    align-items: center;
    padding-bottom: 30px;
}

.smi-item__source {
    color: #303131;
    line-height: 1em;
    font-weight: 600;
    font-size: 2.4rem;
    width: auto;
}

.smi-item__date {
    font-size: 15px;
    font-weight: normal;
    padding-left: 10px;
    color: #8995A9;
}

.smi-item__date:before {
    content: '| ';
    padding-right: 10px;
    color: #303131;
    font-size: 16px;
}

.smi-item__preview {
    line-height: 130%;
    color: #303131;
    opacity: 0.9;
    font-size: 16px;
    padding-bottom: 40px;
}

.smi-item__more {
    display: block;
    font-size: 14px;
    color: #303131;
    opacity: 0.9;
}

.smi-item__more span {
    margin-left: 7px;
    -webkit-transition: .2s;
    transition: .2s;
    font-size: 15px;
}

.smi-item__more:hover span {
    margin-left: 12px;
}

/* training */
.mainTitle.course-cabinet {
    padding: 15px 0 15px 0;
}

.mainTitle.course-cabinet h1 {
    margin-top: 13px;
}

.course-container a {
    color: #177f70;
}

.course-container a:hover,
.course-container a:active {
    opacity: 0.9;
}

.course-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 30px;
}

.course-right-column {
    width: 100%;
    padding: 40px;
    background: rgb(242 242 242 / 30%);
    border-radius: 3px;
}

.course-right-column .error404 {
    padding: 0;
}

.course-right-column .error404>div:first-child span {
    font-size: 180px;
}

.course-right-column .error404 a.url404 {
    color: #fff;
}

.course-left-column {
    width: 282px;
    margin-right: 25px;
    min-width: 282px;
    padding: 40px;
    padding-right: 20px;
    padding-left: 30px;
    background: rgb(242 242 242 / 30%);
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.3;
}

@media (max-width:992px) {
    .container.courses {
        flex-direction: column;
    }

    .course-left-column {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }
}

.course-right-column h1 {
    margin-top: 0;
}

.courses-list {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.courses-list li {
    margin-bottom: 10px;
}

.course-lk-link {
    margin-bottom: 10px;
}

.course-lk-link a.active {
    color: #ED1C24;
}

.bx-auth-secure {
    display: none !important;
}

.bx-auth-table label {
    display: inline;
}

.bx-auth-table tr:first-child td,
.bx-auth-table td {
    background: #fff;
    color: #0f273c;
    border: none;
}


.courses-menu {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-bottom: 10px;
}

.courses-menu>li {
    margin-left: -15px;
    padding-left: 15px;
    position: relative;
}

.courses-menu>li:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 7px;
    width: 10px;
    height: 10px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDExIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjUgNkwxMSAwSDBMNS41IDZaIiBmaWxsPSIjQzRDNEM0Ii8+Cjwvc3ZnPgo=") 0 0 no-repeat;
    background-size: 100%;
}

.courses-menu.collapsed>li:before {
    transform: rotate(-90deg);
    left: 3px;
    top: 6px;
}

.courses-menu ul {
    padding: 0;
    padding-left: 15px;
    margin: 5px 0;
    list-style: none;
}

.courses-menu>li>ul>li {
    position: relative;
    padding-left: 15px;
    margin-left: -15px;
}

.courses-menu>li>ul>li:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 7px;
    width: 10px;
    height: 10px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDExIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjUgNkwxMSAwSDBMNS41IDZaIiBmaWxsPSIjQzRDNEM0Ii8+Cjwvc3ZnPgo=") 0 0 no-repeat;
    background-size: 100%;
}

.courses-menu ul ul li {
    margin-bottom: 5px;
}

.quiz-page-description ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.quiz-page-description ul li {
    margin-bottom: 5px;
}

.quiz-page-description ol {
    padding-left: 0;
    list-style-position: inside;
}

.quiz-page-description ol li {
    margin-bottom: 5px;
}

.courses-themes {
    margin-bottom: 20px;
}

.courses-menu a.active {
    color: #D22;
}


.btn-primary,
.btn-primary:focus,
.btn-primary:disabled {
    font-size: 14px;
    height: auto !important;
    width: auto;
    padding: 14px 40px 10px;
    line-height: 25px;
    border-radius: 5px;
    margin-top: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.3s all ease-in-out;
    box-shadow: 0px 2px 10px 0px #a0d0c9;
    display: block;
    background: #009688;
    text-decoration: none;
    color: #fff;
    border: none !important;
}

.btn-primary:hover,
.btn-primary:active {
    background: #009688;
    color: #fff;
    box-shadow: 0px 4px 15px 0px #67807c;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background: #009688;
}

.profile-table {
    width: 100%;
}

.profile-table td {
    vertical-align: top;
    width: 50%;
}

.profile-table tr td {
    padding: 12px 15px;
    border: 1px solid #009688;
}

.profile-table tr:first-child td,
.profile-table tr.title td {
    background: #009688;
    color: #fff;
    border-right: 1px solid #fff;
}

.bx-auth-table {
    margin-bottom: 30px;
}

#form-register table td {
    padding: 6px 15px;
}

.author-modified {
    font-size: 20px;
    line-height: 140%;
    color: #B1B1B1;
}

.listiners {
    background: #B3ECE5;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 20px 0;
    color: #054548;
}

/* slider materials */
.materials-title {
    font-size: 18px;
    text-align: center;
    margin: 15px 0;
}

.materials-wrap {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
}

.materials-list {
    width: 100%;
    background: #fff;
    padding: 36px 30px;
    border: 1px solid #CCC;
}

.materials-navs {}

.materials-navs__left {
    height: 87px;
    width: 53px;
    cursor: pointer;
    left: -1px;
    background: url('/local/templates/medicina-vebinar/css/../img/material_arrow_left.png') left/contain no-repeat;
    position: absolute;
    top: 45%;
}

.materials-navs__right {
    height: 87px;
    width: 53px;
    cursor: pointer;
    background: url('/local/templates/medicina-vebinar/css/../img/material_arrow_right.png') left/contain no-repeat;
    position: absolute;
    right: -7px;
    top: 45%;
}

.text-content {
    font-size: 16px;
}

.text-content ol {
    list-style-position: outside;
    padding-left: 16px;
}

.text-content ol li {
    margin-bottom: 10px;
}

.text-content ol li:last-child {
    margin-bottom: 0;
}

.course-station-download {
    display: flex;
    align-items: flex-start;
    padding-bottom: 6px;
    padding-top: 4px;
}

.course-station-download>span {
    margin: 0;
    margin-right: 5px;
    height: 20px;
    width: 20px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center
}

.page-info {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .12);
    padding-bottom: 43px;
}

/*404 page*/
.page-404{
    font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 130%;
    display: flex;
    position: relative;
    margin: 60px 0;
}
.page-404:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 30px;
    left: 0;
    right: 0;
    border-radius: 20px;
    background: #D2F0EB;
    z-index: 0;
}
.page-404 .col-left{
    width: 40%;
    margin-right: 8%;
    position: relative;
    z-index: 1;
    padding: 50px;
}
.page-404 .col-right{
    width: 50%;
    position: relative;
    z-index: 1;
}
.page-404 .col-right img{
    display: block;
    margin: -35px 0 -32px;
    max-height: calc(100% + 44px);
    max-width: 100%;
    object-fit: contain;
}
.page-404 h1{
    color:  #343434;
    font-family: 'Roboto Condensed', 'Roboto', 'Arial', 'Helvetica', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.44px;
    text-transform: uppercase;
    margin: 18px 0 19px;
}
.page-404 p{
    max-width: 326px;
}
.page-404__btns{
    margin-top: 27px;
    display: flex;
    align-items: center;
}
.page-404__btns .btn{
    color:  #343434;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 19px 81px;
    background-color: #009688;
    border: 1px solid #009688;
    color: #ffffff;
    transition: all .3s;
}
.page-404__btns .btn--light{
    color: #343434;
    background-color: transparent;
    border-color: transparent;
    padding: 20px 0;
    margin-left: 29px;
    font-size: 18px;
}
.page-404__btns .btn:hover{
    background-color: #048e78;
    border: 1px solid #048e78;
}
.page-404__btns .btn--light:hover{
    color: #009688;
    background-color: transparent;
    border-color: transparent;
}
@media (max-width: 992px){
    .page-404{
        align-items: center;
    }
    .page-404__btns{
        flex-direction: column;
        align-items: flex-start;
    }
    .page-404 .col-left{
        margin-right: 0;
        width: 50%;
        padding: 50px 30px;
    }
    .page-404 .col-right{
        width: 60%;
        width: 50%;
    }
}
@media (max-width: 767px){
    .page-404 {
        display: block;
    }
    .page-404 .col-left,
    .page-404 .col-right{
        width: 100%;
    }
    .page-404 .col-left{
        padding: 30px 16px;
    }
    .page-404 .col-right img{
        width: 100%;
        height: auto;
        margin-top: 0;
    }
}

/* End */


/* Start:/local/templates/medicina-vebinar/css/spicer.css?175465993454368*/
.content-spicer > .item {
    margin-bottom: 120px;
}
.content-spicer .btn.btn-default {
    font-size: 16px;
    text-align: center;
    font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: normal;
}

/* spicer-head start */
.spicer-head {
    display: flex;
    margin-top: -42px;
    margin-bottom: 150px;
}
.spicer-title {
    width: calc(100% / 12 * 5);
    margin-right: calc(100% / 12 + 15px);
    border-radius: 20px 0 20px 20px;
    background: #d3f0eb;
    position: relative;
    padding: 106px 10px 106px 40px;
}
.spicer-title:before {
    content: '';
    display: block;
    width: calc(100% / 5);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #d3f0eb;
    transform: skewX(-8deg) translateX(46.5%);
    border-radius: 0 20px 20px 0;
    z-index: 0;
}
.spicer-title .info{
    position: relative;
    z-index: 1;
}
.spicer-title .info .hello{
    display: block;
    color: #343434;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 4px;
}
.spicer-photo {
    width: calc(100% / 12 * 6 - 15px);
    padding-left: 24px;
    position: relative;
    border-radius: 20px 20px 20px 0;
    background: #f0f5f4;
}
.spicer-photo:before {
    content: '';
    display: block;
    width: calc(100% / 6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #f0f5f4;
    transform: skewX(-8deg) translateX(-49%);
    border-radius: 20px 0 0 20px;
    z-index: 0;
}
.spicer-photo img {
    clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
    width: 94%;
    height: 100%;
    background-position: center;
    object-fit: contain;
    object-position: bottom;
    position: relative;
    z-index: 1;
}
.spicer-head .btn.btn-default {
    font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
    padding: 20px 32px;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}
.spicer-photo .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    height: 200px;
    width: 200px;
    padding: 0 20px;
    background: #D2F0EB;
    border: 4px solid #FFF;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    bottom: 0;
    transform: translateY(50%);
    z-index: 9;
}
.spicer-photo .title span {
    color: #343434;
    text-align: center;
    font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}
.spicer-title .info .title {
    display: block;
    color: #343434;
    font-family: 'Roboto Condensed', 'Roboto', 'Arial', 'Helvetica', sans-serif;
    font-size: 80px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -4px;
    text-transform: uppercase;
    margin-bottom: 19px;
}
@media (max-width: 1440px) and (min-width: 992px){
    .spicer-title .info .title {
        font-size: clamp(64px, 5.6vw, 80px);
    }
}
@media (max-width: 992px) and (min-width: 375px){
    .spicer-title .info .title {
        font-size: clamp(48px, 5.6vw, 64px);
    }
}
@media (max-width: 374px){
    .spicer-title .info .title {
        font-size: clamp(40px, 5.6vw, 48px);
    }
}
.spicer-title .info ul{
    padding-left: 0;
    list-style: none;
}
.spicer-title .info ul li {
    color: #343434;
    font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
    font-size: 16px;
    line-height: 139.5%;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    padding-left: 24px;
    padding-bottom: 10px;
}
.spicer-title .info ul li:before{
    content: '•';
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    left: 8px;
    top: 5px;
}
.spicer-title .bottom-bar {
    display: flex;
    align-items: center;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
.spicer-title .bottom-bar .btn-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    padding: 0px 17px;
}
.bottom-bar {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}
.btn-description a {
    color: #009688;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
}

/* balloons-content start*/
.balloons-content {
    display: flex;
}
.balloons {
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 50%;
    padding-right: 67px;
    padding: 133px 67px 60px 0;
}
.ball{
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto Condensed', 'Roboto', 'Arial', 'Helvetica', sans-serif;
}
.ball:not(.count-big) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ball .count {
    font-size: 64px;
    line-height: 74px;
    line-height: normal;
    font-weight: 400;
}
.ball .count-title {
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    max-width: 143px;
    text-align: center;
}
.count-big {
    width: 392px;
    height: 392px;
    background: #009688;
}
.count-big .count,
.count-big .count-title {
    color: #FFF;
}
.count-cours {
    width: 264px;
    height: 264px;
    background: #D2F0EB;
    margin-top: -160px;
    margin-left: -166px;
}
.count-average {
    width: 173px;
    height: 173px;
    background: #D2F0EB;
    margin-top: -166px;
    margin-left: 160px;    
}
.count-bottom {
    width: 173px;
    height: 173px;
    background: #FFF;
    border: 2px solid #D2F0EB;
    margin-top: 206px;
    margin-left: 153px;
}
.about {
    width: 50%;
    padding-left: 15px;
    padding-top: 83px;
}
.saml-head {
    display: block;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
}
.about-title {
    font-family: 'Roboto Condensed', 'Arial', 'Helvetica', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: -1.44px;
    margin-bottom: 17px;
    margin-top: 0px;
}
.about .text {
    font-weight: 400;
    line-height: 150%;
}
@media (max-width: 1010px) and (min-width: 992px){
    .about{
        padding-left: 50px;
    }
    .about .about-title{
        font-size: 42px;
    }
}

/* privilege start */
.privilege {
    margin-top: 39px;
    height: 485px;
    display: grid;
    grid-template-columns: 73% 1fr;
}
.my-job .about-title{
    letter-spacing: 0;
}
.privilege .left-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: #343434;
    font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    background: url('/local/templates/medicina-vebinar/css/../img/left-block-privilege.svg') no-repeat center;
    background-size: cover;
    position: relative;
    border-radius: 22px;
}
.privilege .left-block.right-select {
    background-image: url('/local/templates/medicina-vebinar/css/../img/left-block-privilege-r.svg');
}
.privilege .left-block.left-select {
    background-image: url('/local/templates/medicina-vebinar/css/../img/left-block-privilege-l.svg');
}
.privilege .left-block:after,
.privilege .left-block:before{
    content: '';
    display: block;
    width: 30%;
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 0;
    border: 2px solid #CECECE;
    border-right: 0;
    border-radius: 20px 0 0 20px;
    z-index: 0;
}
.privilege .left-block:after{
    top: 0;
    left: auto;
    right: 0;
    border: 2px solid #CECECE;
    border-left: 0;
    border-radius: 0 20px 20px 0;
}
.privilege .left-block a{
    position: relative;
    z-index: 1;
}
.privilege .title {
    padding-bottom: 15px;
    color: #009688;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    position: relative;   
}
.privilege .block-info {
    padding: 16px 39px;
    padding-top: 279px;
    max-width: 90%;
}
.privilege .title::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    background-size: 20px;
    background: url('/local/templates/medicina-vebinar/css/../img/point.svg') right center no-repeat;
    opacity: 0;
    transition: all .2s;
}
.privilege  a:hover .title::after{
    opacity: 1;
}
.privilege .right-blok {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-left: 20px;
}
.privilege .item-right-block{
    display: flex;
    align-items: center;
    height: 226px;
    border-radius: 20px;
    border: 2px solid #CECECE;
    padding: 14px 23px;
}
.privilege .block-info.right {
    padding: 16px 31px;
    padding-top: 279px;
}
.privilege .item-right-block .content {
    margin-top: 13px;
}
.privilege .item-right-block .title {
    /* height: 80px; */
    display: flex;
    /* align-items: flex-end; */
}
.privilege .block-info .text {
    color: #343434;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}
.privilege .item-right-block .text {
    color: #343434;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    /* 23.4px */
}
.privilege .item-right-block.selected-block {
    background: #F0F5F4;
}
@media (max-width: 1010px) and (min-width: 872px){
    .privilege .left-block{
        background-position-x: 44%;
    }
    .privilege .item-right-block{
        height: 100%;
    }
    .privilege .right-blok a:first-child{
        margin-bottom: 20px;
    }
    .privilege .item-right-block{
        padding: 14px 16px;      
    }

    .privilege .block-info{
        padding: 16px 15px;
        padding-top: 279px;
    }
    .privilege .block-info.left{
        width: 84%;
    }
}
@media (max-width: 871px){
    .privilege{
        display: block;
        height: auto;
    }
    .privilege .left-block{
        margin-bottom: 20px;
    }
    .privilege .right-blok{
        padding-left: 0;
    }
    .privilege .right-blok a:first-child{
        margin-bottom: 20px;
    }
    .privilege .item-right-block{
        width: 100%;
    }
}

/* whom start */
.whom .head {
    position: relative;
}
.whom .about-title{
    margin-bottom: 38px;
}
.whom .head .btn-content {
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: 181px;
    top: 0;
    right: 0;  
}
.whom .head .btn-default {
    padding: 18px 27px;
    border: 2px solid #009688;
    background: none;
    color: #343434;
}
.whom .content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.whom .item{
    /* width: calc(100% / 3); */
    width: 100%;
    padding: 0 15px;
    position: relative;
}
.whom .name-info .name {
    text-transform: none;
    color: #343434;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    /* 23.4px */
}
.whom .time {
    text-align: right;
    color: #343434;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    /* 18.2px */
}
.whom .photo {
    width: 100%;
    height: 320px;
    overflow: hidden;
    border-radius: 20px;
}
.whom .photo img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
}
.content-spicer .whom .btn.btn-default{
    width: 100%;
}
.whom .price {
    position: absolute;
    color: #009688;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    border-radius: 20px;
    background: #D2F0EB;
    padding: 5px 10px;
    left: 25px;
    top: 279px;
}
.whom .name {
    min-height: 164px;
    color: #009688;
    font-size: 24px;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    padding: 20px 0;
}
.whom .item .btn{
    padding: 20px 12px;
}

#popular_webinar .whom .item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#popular_webinar .whom .name{
    min-height: auto;
}

/* doc start */
/* .doc {
    margin-top: -115px;
} */
.doc .head {
    display: grid;
    grid-template-columns: 5fr 1fr;
}
.doc .about-title{
    letter-spacing: 0;
}
.doc .count-doc {
    text-align: right;
    padding: 47px 6px 0;
    font-size: 16px;
    line-height: 130%;
}
.doc .content {
    padding: 22px 0 0;
}
.doc .block {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}
.doc .block a{
    width: calc(50% - 15px);
}
.doc .block .item {
    color: #343434;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    border-radius: 20px;
    border: 2px solid #CECECE;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 94px;
    padding: 20px;
    height: 100%;
}
.doc .block .name {
    width: calc(100% - 150px);
    overflow: hidden;
    text-overflow: ellipsis;
}
.doc .block .buttons-show {
    text-align: right;
    padding-right: 25px;
    width: 150px;
}
.doc .block .buttons-show::after {
    position: relative;
    right: -14px;
    top: 4px;
    content: '';
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: 20px;
    background: url(/local/templates/medicina-vebinar/css/../img/point.svg) no-repeat right center;
}
.doc .block .buttons-show a {
    color: #343434;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    text-transform: uppercase;
}


.item.clinic {
    width: 298px;
}
.item.prodock {
    width: 293px;

}
.item.medsi {
    width: 133px;
}
.item.sber {
    width: 312px;
}

.dist .about-title{
    letter-spacing: 0;
}
.dist-doc .block {
    display: flex;
    flex-wrap: wrap;
}
.dist-doc .block a{
    display: block;
    width: 100%;
    padding: 27px 18px;
    height: 131px;
    position: relative;
}
.dist-doc .block a img{
    display: block;
}
.dist-doc .block .item{
    padding: 0;
    width: auto;
}
.dist-doc a::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: 15px;
    right: 25px;
    background: url(/local/templates/medicina-vebinar/css/../img/point.svg) no-repeat center;
}
.dist .owl-item .item{
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}
.dist .owl-item .item .circle-image{
    width: 24px;
    height: 24px;
    margin: 0; 
}
.dist .owl-item .item .name-info{
    display: flex;
    align-items: center;
}
.dist .owl-item .item .name-info a,
.dist .owl-item .item .name-info div{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 300;
    line-height: 130%; 
    margin-left: 8px;
}
.dist .owl-item .item .time{
    font-size: 14px;
    font-weight: 300;
    line-height: 130%;
}
.dist .owl-item .item .info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;   
}
.dist .owl-item .item .name-text,
.dist .owl-item .item .name-link{
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    margin-top: 20px;
    color: #333;
    display: block;
}

.reviews .about-title{
    margin-bottom: 0;
}
.reviews .slider {
    max-width: 1200px;
}
.reviews .info-user a{
    display: block;
}
.reviews .name-info .name{
    display: block;
    min-height: auto;
    text-transform: uppercase;
}
.reviews .name-info{
    display: flex;
}
.reviews .content{
    padding: 20px 0;
    margin: 0;
    font-size: 18px;
}
.reviews .slider .name-info::after{
    width: 30px;
    height: 30px;
    right: 0;
}

.answer .about-title{
    letter-spacing: 0;
}
.answer .questions-list__item {
    margin: 23px auto;
    background-color: #F0F5F4;
    border: 2px solid #CECECE;
    border-radius: 22px;
    overflow: hidden;
}
.answer .questions-list__titleWrap{
    border: 0;
    border-radius: 0;
}
.answer .questions-list__textWrap{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 100% !important;
}
.answer .questions-list__text{
    color: #ffffff;
}

.mapCallback__agreement-label,
.mapCallback__agreement-label a {
    font-size: 13px;
}
.mobile-bottom {
    display: none;
}
.show-all {
    padding: 16px 27px;
    border: 2px solid #009688;
    background: none;
    color: #343434;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}
.submit-left {
    width: 260px;
    margin-top: 30px;
}
.submit-left .btn-default {
    padding: 17px 58px;
}

.content-spicer.web {
    margin-bottom: 134px;
}

/* web spicer-head start*/
.spicer-head.web .btn.btn-default {
    margin-top: 10px;
    padding: 21px 77px;
}
.web .spicer-title .bloc-web-top{
    position: relative;
    z-index: 1;
}
.web .spicer-title .info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 24px;
}
.web .spicer-title .info-sub {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.web .spicer-title .info .head-item span.black {
    color: #FFF;
    background: #343434;
}
.web .spicer-title .info .head-item span {
    display: inline-block;
    vertical-align: top;
    border-radius: 20px;
    background: #FFF;
    padding: 10px 20px;
    color: #009688;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
    white-space: no-wrap;
}
.web .spicer-title .title {
    display: block;
    font-family: 'Roboto Condensed', 'Roboto', 'Arial', 'Helvetica', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: normal;
    letter-spacing: -1.44px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.web .spicer-title .text {
    display: block;
    margin-bottom: 20px;
}
@media (min-width: 992px){
    .web .spicer-title {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: calc(100% / 12 * 8);
        padding: 50px 10px 50px 50px;
    }
    .web .spicer-title:before {
        width: calc(100% / 8);
    }
    .web .spicer-photo {
        width: calc(100% / 12 * 3 - 15px);
    }
    .web .spicer-photo:before {
        width: calc(100% / 3);
    }
    .web .spicer-photo img{
        margin-left: calc(100% / 3 * -1);
        width: calc(100% + 100% / 3);
    }
}

.web .whom .content {
    display: flex;
    gap: 30px;
    margin: 0;
}
.web .whom .item{
    margin: 0;
    padding: 0;
}
.web .whom .item,
.web .info-item {
    width: calc(50% - 15px);
}
.web .whom .about-title {
    margin-top: -7px;
    margin-bottom: 20px;
}
.web .info-item .text {
    color: #343434;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 137%;
    /* 27px */
}
.web .privilege {
    height: 321px;
    grid-template-columns: 71% 1fr;
}
.web .privilege .left-block {
    background: url(/local/templates/medicina-vebinar/css/../img/left-block-privilege-web.svg) no-repeat center;
    background-size: cover;
}
.web .privilege .title::after{
    display: none !important;
}
.web .block-info {
    padding-top: 125px;
}
.web .block-info.right {
    padding-top: 125px;
}
.whom--prev .info-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 1010px) and (min-width: 872px){
    .web .privilege .left-block {
        background-position-x: 44%;
    }
    .web .block-info.right{
        margin-left: 10%;
    }
}
@media (max-width: 871px){
    .web .privilege{
        height: auto;
    }
}

.web .item-right-block {
    min-height: 319px;
    height: 100%;
    align-items: flex-start;
}
.web .item-right-block .content {
    margin-top: 109px;
}
.web .balloons{
    padding: 0 0 25px 40px;
    justify-content: flex-start;
}
.web .count-big {
    margin-top: 18px;
}
.web .count-cours {
    margin-left: 114px;
    margin-top: -67px;
}
.web .count-average {
    margin-left: -198px;
    margin-top: 119px;
    width: 200px;
    height: 200px;
}
.web .count-cours,
.web .count-average{
    border: 4px solid #ffffff;
}
.web .ball .count-title{
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 0;
    max-width: 182px;
}
.balloons-content ul {
    margin-top: 30px;
    list-style: none;
    padding: 0;
}
.balloons-content li {
    color: #343434;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
}
.balloons-content li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: url(/local/templates/medicina-vebinar/css/../img/ul_dot.svg) no-repeat center;
    position: absolute;
    left: 0;
    top: 10px;
}
.web .about{
    padding-top: 48px;
}

.web .reviews .about-title {
    margin: 0px;
}
.web .whom .head .btn-content {
    display: block;
}
.send-webinar .content {
    height: 492px;
    /* background: url(/local/templates/medicina-vebinar/css/../img/send-webinar.svg) center center /cover no-repeat; */
    border-radius: 20px;
    display: grid;
    grid-template-columns: 45% 1fr;
    column-gap: 9%
}
.web .send-webinar .content {
    height: auto;
    /* background: none; */
    padding: 0;
    grid-template-columns: 42% 1fr;
    column-gap: 12%
}
.web .send-webinar .saml-head {
    margin: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.web .send-webinar .about-title {
    margin: 10px 0 0;
    max-width: 435px;
    font-size: 34px;  
    position: relative;
    z-index: 1;
}
.web .block.green{
    padding-right: 0;
}
.web .send-webinar .block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    border-radius: 21px 20px 20px 20px;
    background: #f0f5f4;
    padding: 50px;   
}
.web .send-webinar .block:after{
    content: '';
    display: block;
    width: calc(100% / 4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #f0f5f4;
    transform: skewX(8deg) translateX(-46.5%);
    /* transform: skewX(11.6deg) translateX(-46.5%); */
    border-radius: 20px 0 0 20px;
    z-index: 0;
}
.web .send-webinar .block.green{
    border-radius: 20px 20px 0 20px;
    background: #d3f0eb;
    padding-right: 10px;
}
.web .send-webinar .block.green:after{
    content: '';
    display: block;
    width: calc(100% / 4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    background: #d3f0eb;
    transform: skewX(8deg) translateX(47.5%);
    border-radius: 0 20px 20px 0;
    z-index: 0;
}
.part-body{
    z-index: 8;
}
.web .example-sert{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.web .example-sert p{
    font-size: 15px;
    padding: 10px 0;
    text-align: center;
}
.web .example-sert img{
    margin: 0 auto;
}

.web .send-webinar form{
    padding-right: 0 !important;
}
.sendForm.mapCallback.front_mapForm{
    margin-top: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
@media (max-width: 1100px){
    .web .send-webinar .content{
        background: none;
        padding: 0;
        column-gap: 20px;
        grid-template-columns: 1fr 1fr;
    }
    .web .block{
        border-radius: 20px;
        background-color: #F0F5F4;
        padding: 60px 40px;
    }
    .web .send-webinar .block.green{
        background-color: #D2F0EB;
        padding-right: 20px;
        border-radius: 20px;
    }
    .web .send-webinar form{
        margin-top: 0 !important;
        padding: 0 !important;
        
    }
    .web .send-webinar .block.green:after,
    .web .send-webinar .block:after{
        display: none;
    }
}

/* компонент */
.send_comment {
    margin-top: 37px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    padding: 32px;
    background: #F0F5F4;
    border-radius: 20px;
    position: relative;
}
.send_comment .btn-content {
    margin-top: 23px;

}
.send_comment .btn-content .btn.btn-default {
    padding: 22px 83px;
}
.send_comment input {
    padding: 17px;
    border-radius: 5px;
    background: #FFF;
    border: none;
    min-height: 55px;

    color: #343434;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    /* 23.4px */
}
.comment-block {
    display: none;
}
.send_comment.show-comments {
    display: block;
    cursor: pointer;
    color: #343434;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    text-transform: uppercase;
}
.send_comment input:focus-visible {
    outline: none;
}
.areaForm:focus-visible {
    outline: none;
}
.areaForm {
    padding: 17px;
    border-radius: 5px;
    background: #FFF;
    border: none;
    grid-column: span 2;
    height: 100px;
    /* Высота поля в пикселях */
    resize: none;
    /* Запрещаем изменять размер */


    color: #343434;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    /* 23.4px */
}
.comment-webinar .item {
    border-radius: 20px;
    border: 2px solid #CECECE;
    background: #FFF;
    padding: 31px !important;
    min-height: 193px;

}
.comment-webinar .item .head {
    margin-bottom: 20px;
    color: #343434;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;


    display: grid;
    grid-template-columns: 1fr 1fr;
}
.comment-webinar .item .head .data {
    text-transform: capitalize;
    padding-right: 28px;
    text-align: right;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    /* 20.8px */
}
.comment-webinar .block-comment {
    margin-bottom: 49px;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
}
.send_comment.sending::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url('/local/templates/medicina-vebinar/img/loader-oval.svg') center center / 40px auto no-repeat;
}
.send_comment.sended {
    display: none !important;
}
.coment-out {
    border-radius: 20px;
    display: none;
    background: #F0F5F4;
    padding: 28px;
}
.coment-out__msg {
    margin-bottom: 31px;
}
.white .btn.btn-default {
    padding: 16px 66px;
    border: 2px solid #009688;
    background: none;
    color: #343434;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}
.comment-webinar .item.answer-comment {
    background: none;
    border: none;
    border-left: 2px solid #CECECE;
    border-radius: 0px;
    padding: 0px !important;
    padding-left: 40px !important;
}
.comment-webinar .item.answer-comment .block {
    height: 100%;
    background: #F0F5F4;
    width: 100%;

    border-radius: 20px;
    border: 2px solid #CECECE;
    padding: 31px !important;
    min-height: 193px;
}
.comment-webinar .item.answer-comment .name::before {
    /* position: relative; */
    /*margin: 16px 80px;*/
    content: '';
    width: 22px;
    height: 22px;
    float: left;
    /* float: right; */
    background-size: auto 20px;
    background: url(/local/templates/medicina-vebinar/css/../img/ansver_comment.svg) left/contain no-repeat;
}

.web .balloons-mobile {
    display: none;
}
.about-title-mobile {
    display: none;
}
.webinar-item .content .sign-up a {
    color: white;
}

#carouselWebs.loadings::before,
#carouselPublic.loadings::before {
    content: '';
    background: url('/local/templates/medicina-vebinar/css/../img/loader-oval.svg') center/50px auto no-repeat;
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
}
.owl-carousel .owl-stage{
    height: 100%;
}
.owl-carousel .owl-item{
    height: 100%;
}
.owl-dots {
    text-align: center;
    width: 100%;
    margin: 30px 0;
}
.owl-dot{
    padding: 5px;
    background: #dadada;
    margin: 0 10px 0 0;
    box-sizing: border-box;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}
.owl-dot.active, 
.owl-dot:hover{
    background: #009688;
}

.whom.dist .content {
    display: block;
    margin: 0;  
}
.whom.dist .slider-public{
    width: 100%;
}

@media (max-width: 900px) {
    .web .spicer-photo .title {
        margin-left: 46%;
    }

    .web .btn.btn-default {
        width: 100%;
    }

    .submit-left {
        width: 100%;
    }

    .item-right-block .title {
        height: auto;
        display: block;
    }

    .block-info.right {
        padding: 25px 23px;
    }

    .block-info::before {
        margin-top: 0;
    }

    .indexReviews .owl-nav .materialIcons {
        margin-top: 232px !important;
    }

    .spicer-title .bottom-bar .btn-description {
        display: block;
        margin-top: 20px;
    }
}

@media (max-width: 570px) {
    .comment-webinar .item .head .data {
        text-align: left;
    }

    .comment-webinar .item .head {
        grid-template-columns: 1fr;
        grid-gap: 7px;
    }
    
    .web .spicer-title .title {
        font-size: 38px;
    }

    .whom .head {
        grid-template-columns: 1fr;
    }

    .whom .head .btn-default {
        display: none;
    }

}

@media (max-width: 500px) {
    .web .spicer-photo .title {
        margin-top: 400px;
    }

    .web .privilege {
        padding-left: 0px;
    }

    .whom.dist .content {
        margin-top: 10px;
    }

    .whom .info {
        grid-template-columns: 1fr;
    }

    .whom .time {
        margin-left: 29px;
        margin-top: -5px;
        text-align: left;
    }

    .dist-doc a::after {
        right: 24px;
        top: 16px;
    }
}

@media (max-width: 450px) {
    .web .spicer-title .info .head-item span {
        font-size: 15px;

    }

    .web .spicer-title .title {
        font-size: 28px;
    }

    .web .send-webinar .about-title {
        font-size: 25px;
    }

    .send_comment .btn-content .btn.btn-default {
        padding: 22px;
    }

    .spicer-head.web {
        /* grid-row-gap: 25px; */
        margin-top: -5px;
    }
}

/* new media styles */
@media (max-width: 1199px){
    .spicer-title .bottom-bar{
        flex-direction: column;
        align-items: flex-start;
    }
    .spicer-title .bottom-bar .btn-description{
        padding: 0;
        margin-top: 25px;
    }
    .spicer-title:before{
        transform: skewX(-6deg) translateX(49%);
    }
    .spicer-photo:before{
        transform: skewX(-6deg) translateX(-49%);
    }
}
@media (max-width: 991px) {
    .spicer-head{
        display: block;
        margin-top: unset;
    }
    .spicer-title:before,
    .spicer-photo:before{
        display: none;
    }
    .spicer-title,
    .spicer-photo{
        width: 100%;
        border-radius: 20px;
    }
    .spicer-title{
        padding: 80px 32px 62px;
        margin-bottom: 20px;
    }
    .spicer-photo{
        padding: 0 20px;
    }
    .spicer-photo img{
        width: 100%;
        max-height: 600px;
        clip-path: none;
        margin-top: -40px;
    }
    .spicer-title .bottom-bar{
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }
    .spicer-title .bottom-bar .btn-description{
        margin-top: 0;
    }
    
    .balloons-content{
        flex-direction: column-reverse;
    }
    .balloons{
        width: 100%;
        padding-right: 0;
        justify-content: center;
    }
    .about{
        width: 100%;
        padding: 0;
        margin-bottom: 90px;
    }
    .whom .item{
        width: calc(100% / 2);
        margin-bottom: 30px;
    }
    .whom .content{
        margin-bottom: -30px;
    }
    .slider .name-info::after{
        position: absolute;
    }
    #carouselReviews .info-user{
        padding-left: 12px;
    }
    .send-webinar .content {
        display: block;
        height: auto;
    }
    .web .block.green{
        margin-bottom: 20px;
    }
    .comment-webinar .send_comment{
        padding: 0 !important;
        margin-top: 0;
    }
   
}
@media (max-width: 767px) {
    .content-spicer > .item{
        margin-bottom: 90px;
    }
    .mobile-bottom {
        display: block;
    }

    .spicer-head{
        margin-bottom: 120px;
    }
    .spicer-title{
        padding: 30px 16px 52px;
    }
    .spicer-title .info .title{
        margin-bottom: 29px;
        letter-spacing: -2.3px;
    }
    .spicer-title .bottom-bar{
        flex-direction: column;
        gap: 25px;
    }
    .spicer-title .info .hello{
        font-size: 24px;
        margin-bottom: 9px;
    }
    .spicer-title .info ul li {
        font-size: 14px;
        padding-left: 20px;
        padding-bottom: 5px;
    }
    .spicer-title .bottom-bar{
        margin-top: 36px;
    }
    .spicer-title .bottom-bar .btn-content{
        width: 100%;
    }
    .spicer-head .btn.btn-default{
        padding: 20px;
        width: 100%;
    }
    .spicer-photo img{
        max-height: 345px;
    }
    .spicer-photo .title{
        width: 130px;
        height: 130px;
        right: 34px;
        bottom: 10px;
    }
    .spicer-photo .title span{
        font-size: 14px;
    }
    .saml-head{
        line-height: 22px;
    }

    .about-title{
        font-size: 30px;
        line-height: 35px;
        letter-spacing: -0.9px;
        margin-bottom: 23px;
    }
    .balloons{
        padding: 83px 0 261px 27px;
    }
    .count-big{
        width: 283px;
        height: 283px;
    }
    .count-cours{
        width: 222px;
        height: 222px;
        margin-top: 204px;
        margin-left: 58px;
    }
    .count-average{
        width: 173px;
        height: 173px;
        margin-top: 61px;
        margin-left: -85px;
    }
    .count-bottom{
        width: 173px;
        height: 173px;
        margin-top: -225px;
        margin-left: -84px;
    }

    .my-job .about-title{
        letter-spacing: -0.9px;
    }
    .privilege {
        margin-top: 44px;
    }
    .privilege .left-block{
        display: block;
        background: none;
        margin-bottom: 0;
    }
    .privilege .left-block.left-block.left-select,
    .privilege .left-block.right-select{
        background: none;
    }
    .privilege .left-block:after,
    .privilege .left-block:before{
        display: none;
    }
    .privilege .left-block a{
        display: block;
        width: 100%;
        border: 2px solid #CECECE;
        border-radius: 20px;
        padding: 25px 14px 23px;
        margin-bottom: -2px;
    }
    .privilege .title{
        font-size: 24px;
        padding-right: 20px;
    }
    /* .privilege .block-info .text{
        padding-right: 25px;
    } */
    .privilege .block-info,
    .privilege .block-info.right{
        padding: 0;
        max-width: 100%;
    }
    .privilege .right-blok a:first-child{
        margin-bottom: 0;
    }
    .privilege .item-right-block{
        display: block;
        height: auto;
        padding: 25px 14px 23px;
    }
    .privilege .title::after{
        display: block;
        opacity: 1;
    }

    .whom .about-title{
        margin-bottom: 43px;
    }
    .whom .content{
        display: block;
        margin: 0;
    }
    .whom .item{
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    .whom .price{
        left: 10px;
    }
    .whom .name{
        min-height: auto;
    }
    .whom .content .mobile-bottom{
        margin-top: 50px;
    }
    .show-all{
        padding: 18px 27px;
    }

    .doc .about-title{
        letter-spacing: -0.9px;
    }
    .doc .count-doc{
        padding: 33px 0 0;
    }
    .doc .content{
        padding-top: 20px;
    }
    .doc .block{
        gap: 20px;
    }
    .doc .block a{
        width: 100%;
    }
    .doc .block .item{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 18px 18px 22px;
    }
    .doc .block .name{
        width: 100%;
        margin-bottom: 12px;
    }
    .doc .block .buttons-show{
        text-align: left;
    }

    .dist .about-title{
        letter-spacing: -0.9px;
        margin-bottom: 23px;
    }
    .dist-doc .block .item{
        width: 100%;
        padding: 0;
        /* margin-bottom: 20px; */
    }

    .reviews .about-title{
        margin-bottom: 0;
    }
    #carouselReviews{
        padding: 34px 0 18px;
    }
    .web #carouselReviews{
        padding-bottom: 28px;
    }
    .reviews .slider .name-info::after{
        margin-top: 18px;
        position: static;
    }
    .reviews .content{
        padding-bottom: 0;
    }
    .reviews  .item{
        margin-bottom: 20px;
    }
    .reviews .slider{
        width: 100% !important;
    }
    .indexReviews{
        margin-bottom: 50px;
    }
    #carouselReviews .info-user{
        padding-left: 0;
    }

    .web .whom .content{
        flex-direction: column-reverse;
    }
    .web .whom .item,
    .web .info-item{
        width: 100%;
    }
    .web .about-title{
        margin-bottom: 24px;
    }
    .web .about{
        padding-top: 0;
    }

    .web .privilege .left-block{
        background: none;
    }
    .web .privilege .block-info{
        padding: 25px 14px;
        border: 2px solid #CECECE;
        border-radius: 20px;
        margin-bottom: -2px;
    }
    .web .item-right-block{
        min-height: auto;
    }
    .web .item-right-block .content{
        margin-top: 0;
    }

    .send-webinar .block{
        padding: 25px 16px;
    }
    .send-webinar .block.green{
        padding-top: 50px;
    }
    .web .send-webinar .saml-head{
        font-size: 16px;
    }
    .web .comment-webinar .block{
        padding: 25px 16px;
    }

    .comment-webinar .send_comment{
        display: block;
    }
    .comment-webinar .send_comment textarea,
    .comment-webinar .send_comment input{
        width: 100%;
        margin-bottom: 10px;
    }

    .web .balloons-content{
        flex-direction: column;
    }
    .web .about-title-mobile{
        display: block;
        order: -1;
        font-size: 30px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.9px;
        text-transform: uppercase;
    }
    .web .about{
        margin-bottom: 0;
    }
    .web .about .about-title{
        display: none;
    }
    .web .balloons{
        justify-content: flex-end;
    }
    .web .ball .count-title{
        font-size: 14px;
        line-height: 16px;
        max-width: 152px;
    }
    .web .count-big{
        width: 94px;
        height: 94px;
        margin: 44px 29px 88px 0;
    }
    .web .count-cours{
        width: 177px;
        height: 177px;
        margin-left: -3px;
        margin-top: 38px;
    }
    .web .count-cours:before{
        content: '';
        display: block;
        width: 28px;
        height: 28px;
        border-radius: 28px;
        background: #009688;
        position: absolute;
        top: 51%;
        right: 100%;
        transform: translateX(-15px);
    }
    .web .count-average{
        width: 138px;
        height: 138px;
        margin-left: -103px;
        margin-top: -44px;
    }

    .web .send-webinar .block{
        padding: 25px 16px;
    }
    .web .send-webinar .block.green{
        padding: 50px 16px;
    }

    .front-catalog-list{
        padding-top: 0;
    }

    .web .spicer-title .info{
        gap: 10px;
    }

    .detailed .header-right-block .buttonMenu{
        right: 19px !important;
    }

    .dist .owl-item .item{
        margin-bottom: 10px;
    }
}


/* schedule page */
.schedule{
    margin-bottom: 120px;
}
.schedule-vebinars{
    position: relative;
}
.schedule-vebinars.load::before{
    content: '';
    background: url('/local/templates/medicina-vebinar/css/../img/loader-oval.svg') center 18px/38px auto no-repeat;
    margin: 0 auto;
    background-color: #ffffffb0;
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
}
.schedule-filter{
    margin: 31px 0 50px;
}
.schedule-filter__form,
.schedule-search{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.schedule-search{
    margin-bottom: 30px;
}
.schedule-filter .search{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 316px);
    margin: 0;
}
.schedule-filter .search input{
    padding: 15px 20px;
    height: 56px;
}
.schedule-filter .search button{
    height: 56px;
}

.schedule-select{
    width: 286px;
    margin: 0;
}
.select-wrap{
    display: block;
    position: relative;
}
.select{
    width: 100%;    
    line-height: 0;
}
.select-title{
    display: inline-block;
    vertical-align: top;
    color: #787878;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    position: absolute;
    top: 11px;
    left: 15px;
    z-index: 3;
}
.select .selectize-input,
.select.selectize-dropdown{
    color: #343434;
    font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    box-shadow: none;
    border-radius: 10px;
    border: 1px solid #CECECE;
    background: #F8F9FA;
}
.select select,
.select .selectize-input{
    padding: 22px 12px 10px;
    margin: 0;
    height: 56px;
}
.select .selectize-input.dropdown-active::before{
    display: none;
}
.select .selectize-input.dropdown-active,
.select.selectize-dropdown{
    border-color: #b4ddd7;
}
.select .selectize-input .item{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 92%;
}
.select.selectize-dropdown{
    margin-top: 5px;
    overflow: hidden;
}
.select .selectize-dropdown-content{
    min-height: 210px;
}
.select.selectize-dropdown .option{
    padding: 12px;
    box-shadow: none;
}
.select.selectize-dropdown .active{
    color: #343434;
    background-color: #ffffff;
}
.select.selectize-control.single .selectize-input:after{
    background: none;
    margin: 0;
    width: 6px;
    height: 6px;
    border-left: 1px solid #343434;
    border-bottom: 1px solid #343434;
    transform: rotate(-45deg);
    margin: 0;
    right: 18px;
    top: 24px !important;
    transition: transform .3s;
}
.select.selectize-control.single .selectize-input.dropdown-active:after{
    transform: rotate(-224deg);
    top: 26px !important;
}
.select .selectize-input:hover{
    background-color: #FFF;
}

.schedule-date{
    width: 343px;
    order: 1;
    position: relative;
}
.schedule-date .btn{
    width: 100%;
    color: #ffffff;
    background-color: #009688;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 11px;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
    transition: background-color .2s;
}
.schedule-date .btn:hover{
    background-color: #008c7e;
}
.schedule-date .btn img{
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
    object-position: center;
}
.schedule-date__reset {
    position: absolute;
    top: 0px;
    right: 15px;
    bottom: 0px;
    width: 56px;
    z-index: 5;
    display: none;
    cursor: pointer;
}
.schedule-date__reset.active{
    display: flex;
    background: url('/local/templates/medicina-vebinar/css/../img/close-icon.png') center center /20px auto no-repeat;
}
.schedule-date__calendar{
    overflow: hidden;
    display: grid;
    grid-template-rows: 0fr;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 480px;
    z-index: 9;
    transition: grid-template-rows .2s;
}
.schedule-date__calendar.active{
    grid-template-rows: 1fr;
}
.schedule-date__calendar-content{
    min-height:0;
}
.schedule-date .air-datepicker{
    background-color: #ffffff;
    padding: 30px 15px;
    border-radius: 20px;
    border: 2px solid #CECECE;
    min-width: auto;
    width: 446px !important;
    margin: 0;
    height: auto;
}
.schedule-date .air-datepicker-cell{
    width: 64px;
    height: 64px;
}
.schedule-date .air-datepicker-cell.-focus-,
.schedule-date .air-datepicker-cell.-selected-.-current-,
.schedule-date .dp-note{
    border-radius: 0;
    background: transparent;
    position: relative;
}
.schedule-date .dp-note,
.schedule-date .air-datepicker-cell.-current-{
    color: #009688;
}
.schedule-date .air-datepicker-cell.-focus-:before,
.schedule-date .air-datepicker-cell.-selected-:before,
.schedule-date .dp-note:before{
    content: '';
    display: block;
    background: #D2F0EB;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.schedule-date .air-datepicker-cell.-focus-:before{
    background-color: #F8F9FA;
}
.schedule-date .air-datepicker-cell.-selected.-current-,
.schedule-date .air-datepicker-cell.-selected-{
    color: #ffffff;
}
.schedule-date .air-datepicker-cell.-selected-:before{
    background: #009688;
}
.schedule-date .air-datepicker-body--cells.-days-{
    grid-auto-rows: 63px;
    margin: 0;
}
.schedule-date .air-datepicker--content{
    padding: 0;  
    margin-top: 15px;
}
.schedule-date .air-datepicker-body--day-names{
    margin: 0;
    height: 64px;
}
.schedule-date .air-datepicker-nav{
    padding: 0;
}
.schedule-date .air-datepicker-nav--title{
    color: #343434;
    font-family: 'Roboto Condensed', 'Roboto', 'Arial', 'Helvetica', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.44px;
}
.schedule-date .air-datepicker-nav--action path{
    stroke: #343434;
}

.schedule-type{
    width: calc(100% - 373px);
}
.schedule-type .tabs{
    display: inline-flex;
    vertical-align: top;
    line-height: 0;
    align-items: center;
    justify-content: flex-start;
    border-radius: 100px;
    border: 1px solid #CECECE;
    background: #F8F9FA;
    position: relative;
}
.schedule-type .tab{
    display: inline-block;
    vertical-align: top;
    padding: 19px;
    color: #343434;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    z-index: 2;
    cursor: pointer;
}
.schedule-type .tab span{
    display: inline-block;
    vertical-align: top;
    transition: color .2s;
}
.schedule-type .tab input{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    top: -30px;
}
.schedule-type .tab:hover,
.schedule-type .tab input:checked + span{   
    color: #009688;
}
.schedule-type .tab-bg{
    display: none;
    vertical-align: top;
    border-radius: 100px;
    border: 1px solid #CECECE;
    background: #FFF;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 1;
    transition: all .3s;
}

.schedule-vebinar{
    display: flex;
    border-radius: 20px;
    border: 2px solid var(--Grey, #CECECE);
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 30px;
}
.schedule-vebinar__top{
    width: 162px;
    padding: 19px;
    background: #F0F5F4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.schedule-vebinar__mid{
    width: 324px;
    padding: 20px 29px;
}
.schedule-vebinar__bot{
    padding: 18px 28px;
    border-left: 1px solid #F0F5F4;
    width: calc(100% - 486px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.schedule-vebinar__date{
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
}
.schedule-vebinar__date span{
    display: block;
    color: #009688;
    font-size: 40px;
    line-height: 130%;
}
.schedule-vebinar__time{
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
}
.schedule-vebinar__time div{
    margin-top: 5px;
}
.schedule-vebinar__img{
    width: 107px;
    height: 107px;
    border-radius: 107px;
    overflow: hidden;
    margin-bottom: 10px;
}
.schedule-vebinar__img img{
    width: 107px;
    height: 107px;
    object-fit: cover;
}
.schedule-vebinar__name{
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #333;
}
.schedule-vebinar__name:hover{
    color: #009688;
}
.schedule-vebinar__position{
    font-size: 16px;
    font-weight: 300;
    line-height: 130%; 
}
.schedule-vebinar__theme{
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    background: #D2F0EB;
    margin-bottom: 20px;
    color: #009688;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    padding: 5px 10px;
    margin-right: 16px;
    margin-bottom: 20px;
}
.schedule-vebinar__duration{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 20px;
}
.schedule-vebinar__title{
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
}
.schedule-vebinar__nav{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.schedule-vebinar__btn:focus,
.schedule-vebinar__btn{
    padding: 16px 33px 15px;
}
.schedule-vebinar__btn:hover{
    background-color: #008c7e;
}
.schedule-vebinar__price{
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
    position: relative;
}
.schedule-vebinar__inf {
    width: 20px;
    height: 20px;
    background: #f0f5f4;
    display: block;
    position: absolute;
    right: -25px;
    top: -10px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
    font-weight: 600;
}
.schedule-vebinar__inf--det{
    width: 20px;
    height: 20px;
    background: #f0f5f4;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
    font-weight: 600;
}

.btn--light{
    color: #343434;
    background-color: #ffffff;
    border: 2px solid #008c7e;
}
.btn--light:hover{
    color: #343434;
    background-color: #b4ddd7;
    border-color: #b4ddd7;
}

@media(max-width: 991px){
    .schedule-filter__form,
    .schedule-search{
        gap: 20px;
    }
    .schedule-filter .search{
        width: calc(100% - 306px);
    }
    .schedule-date{
        width: 200px;
    }
    .schedule-type {
        width: calc(100% - 220px);
    }
    .schedule-type .tab{
        padding: 13px;
    }

    .schedule-vebinar{
        display: block;
        position: relative;
        padding-left: 140px;   
    }
    .schedule-vebinar__top{
        width: 140px;  
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        padding: 18px 18px 20px;
    }
    .schedule-vebinar__mid{
        width: 100%;
        padding: 20px 20px 20px 147px;
        position: relative;
        min-height: 147px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .schedule-vebinar__img{
        position: absolute;
        top: 20px;
        left: 20px;
    }
    .schedule-vebinar__bot{
        padding: 50px 17px 18px;
        width: 100%;
        position: relative;
    }
    .schedule-vebinar__bot:before{
        content: '';
        display: block;
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        border-top: 2px solid #F0F5F4;
    }
}
@media(max-width: 767px){
    .schedule-filter{
        margin-top: 39px;
    }
    .schedule-filter__form,
    .schedule-search{
        flex-direction: column;
    }
    .schedule-date,
    .schedule-filter .search,
    .schedule-select,
    .schedule-type{
        width: 100%;
    }
    .schedule-vebinar__time{
        text-align: right;
    }
    .schedule-filter .search{
        margin-bottom: 10px;
    }
    .schedule-filter .search input {
        padding: 10px 20px;
        height: 48px;
        font-size: 16px;
    }
    .schedule-filter .search input::placeholder{
        font-size: 16px;
    }
    .schedule-filter .search button{
        height: 48px;
    }
    .schedule-date{
        order: 0;
    }
    .schedule-date .btn{
        padding: 11px;
    }
    .schedule-type .tabs{
        display: block;
        width: 100%;
        border-radius: 20px;
    }
    .schedule-type .tab{
        display: block;
        width: 100%;
        padding: 15px;
        font-size: 14px;
    }
    .schedule-type .tab-bg{
        left: -1px;
        right: -1px;
        width: auto;
        min-height: 42px;
        border-radius: 20px;
    }

    .schedule-vebinar{
        padding-left: 0;
    }
    .schedule-vebinar__top{
        position: static;
        width: 100%;
        flex-direction: row;
        align-items: flex-end;
    }
    .schedule-vebinar__theme{
        margin-bottom: 6px;
    }
    .schedule-vebinar__nav{
        flex-direction: column-reverse;
        width: 100%;
        align-items: flex-start;
        gap: 30px;
    }
    .schedule-vebinar__btn{
        width: 100% !important;
        padding: 18px 25px;
    }

    .schedule-date__calendar{
        width: 320px;
        right: auto;
    }
    .schedule-date .air-datepicker{
        width: 298px !important;
        padding: 20px 9px;
    }
    .schedule-date .air-datepicker-body--cells.-days-{
        grid-auto-rows: 43px;
    }
    .schedule-date .air-datepicker-cell {
        width: 42px;
        height: 42px;
    }
    .air-datepicker-body--day-name{
        width: 42px;
        height: 42px;
    }
    .schedule-date .air-datepicker-body--day-names{
        height: 42px;
    }
    .schedule-date .air-datepicker-nav--title{
        margin-left: 0;
        font-size: 32px;
        line-height: 1.2;
    }
    .air-datepicker-nav{
        grid-template-columns: 5fr 1fr 1fr;
    }
}
/* End */
/* /local/templates/medicina-vebinar/css/owl.carousel.css?16959752436297 */
/* /local/templates/medicina-vebinar/css/font-awesome.min.css?169597524331000 */
/* /local/templates/medicina-vebinar/vendor/air-datepicker/air-datepicker.css?169652757322479 */
/* /local/templates/medicina-vebinar/css/air-datepicker-customs.css?16968434832116 */
/* /local/templates/medicina-vebinar/components/bitrix/breadcrumb/.default/style.css?1695975243570 */
/* /local/templates/medicina-vebinar/components/bitrix/menu/bottomMenu/style.css?1695975243233 */
/* /local/templates/medicina-vebinar/components/bitrix/menu/topMenu/style.css?16959752433196 */
/* /local/templates/medicina-vebinar/vendor/frescobox/css/fresco.css?169597524336679 */
/* /local/templates/medicina-vebinar/template_styles.css?173312282948792 */
/* /local/css/reaspekt/reaspekt.geobase/style.css?1562061448930 */
/* /local/templates/medicina-vebinar/vendor/bootstrap/bootstrap.min.css?1695975243120997 */
/* /local/templates/medicina-vebinar/css/custom.css?1774515996142174 */
/* /local/templates/medicina-vebinar/css/spicer.css?175465993454368 */
