/*
Theme Name: Medicinska
Author: Tallium Inc
Author URI: http://tallium.com
Description: The 2017 DEC Place for WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: medicinska
Text Domain: simplesite

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "iconfont";
  src: url('fonts/iconfont.eot');
  src: url('fonts/iconfont.eot?#iefix') format('eot'), url('fonts/iconfont.woff2') format('woff2'), url('fonts/iconfont.woff') format('woff'), url('fonts/iconfont.ttf') format('truetype'), url('fonts/iconfont.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-aircraft:before {
  content: "\E001";
}
.icon-alcohol:before {
  content: "\E002";
}
.icon-antigen:before {
  content: "\E003";
}
.icon-arbetsgivare:before {
  content: "\E004";
}
.icon-arrow_down:before {
  content: "\E005";
}
.icon-bus:before {
  content: "\E006";
}
.icon-car:before {
  content: "\E007";
}
.icon-certificate:before {
  content: "\E008";
}
.icon-china-pcr:before {
  content: "\E009";
}
.icon-diving:before {
  content: "\E00A";
}
.icon-droger:before {
  content: "\E00B";
}
.icon-facebook:before {
  content: "\E00C";
}
.icon-family:before {
  content: "\E00D";
}
.icon-globe:before {
  content: "\E00E";
}
.icon-hardplaster:before {
  content: "\E00F";
}
.icon-house:before {
  content: "\E010";
}
.icon-invaliditetsintyg:before {
  content: "\E011";
}
.icon-korkort_och_adhd:before {
  content: "\E012";
}
.icon-letter:before {
  content: "\E013";
}
.icon-linkedin:before {
  content: "\E014";
}
.icon-location:before {
  content: "\E015";
}
.icon-medal:before {
  content: "\E016";
}
.icon-parachute:before {
  content: "\E017";
}
.icon-phone:before {
  content: "\E018";
}
.icon-photo:before {
  content: "\E019";
}
.icon-quote:before {
  content: "\E01A";
}
.icon-run:before {
  content: "\E01B";
}
.icon-scania:before {
  content: "\E01C";
}
.icon-ship-oil:before {
  content: "\E01D";
}
.icon-ship:before {
  content: "\E01E";
}
.icon-tower:before {
  content: "\E01F";
}
.icon-train:before {
  content: "\E020";
}
.icon-uber-logo:before {
  content: "\E021";
}
body,
html {
  min-height: 100%;
  height: 100%;
  font-family: 'Lato', sans-serif;
}
body {
  color: #636363;
  font-size: 16px;
  line-height: 24px;
  background: #fafafa;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  letter-spacing: 0;
}
p strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 700;
}
select {
  -webkit-appearance: none;
  appearance: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
button {
  border: none;
  outline: none;
  background: none;
  padding: 0;
}
.mdl-js-button {
  position: relative;
  overflow: hidden;
}
.outer_wrapper {
  min-height: 100%;
  padding: 50px 0 0 0;
}
.fixed-position {
  position: fixed;
}
.display-none {
  display: none !important;
}
#CybotCookiebotDialogHeader {
  display: none !important;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
  display: none !important;
}
.footer {
  box-sizing: border-box;
  background: #636363;
  text-align: center;
  padding: 40px 0 15px 0;
}
.footer .center_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .footer .center_wrapper {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
.footer .footer-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.footer .footer-wrap .footer-menu {
  width: 20%;
}
.footer .footer-wrap .footer-menu .menu li a {
  text-align: left;
  color: #fff;
  margin-bottom: 15px;
  text-decoration: none;
}
.footer .footer-wrap .footer-addresses {
  width: 80%;
  border-left: 1px solid #848484;
}
.footer .footer-wrap .footer-addresses .footer-addresses-row {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 25px;
}
.footer .footer-wrap .footer-addresses .footer-addresses-row .footer_item {
  width: 20%;
  margin-bottom: 25px;
}
.footer .footer-wrap .footer-addresses .footer-addresses-row .footer_item .icon-location {
  font-size: 24px;
}
.footer .footer-wrap .footer-addresses .footer-addresses-row .footer_item .city_name {
  margin: 5px 0 0 0;
}
.footer .footer-wrap .footer-addresses .footer-addresses-row .footer_item .city_name a {
  text-decoration: none;
}
.footer .footer-wrap .footer-addresses .footer-addresses-row .footer_item p {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
}
.footer .footer-wrap .footer-addresses .footer-addresses-row .footer_item a.tel {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
}
.footer .footer-wrap .footer-addresses .footer-addresses-row .footer_item a.tel:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .footer-menu {
    width: 100%;
    margin: 0 0 25px;
  }
  .footer .footer-wrap .footer-addresses {
    width: 100%;
    border-left: 0;
  }
  .footer .footer-wrap .footer-addresses .footer-addresses-row {
    margin: 0;
  }
  .footer .footer-wrap .footer-addresses .footer-addresses-row .footer_item {
    width: 50%;
    margin: 0 0 25px;
  }
}
.center_wrapper {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.center_wrapper:after {
  clear: both;
  display: block;
  content: '';
}
h1,
.h1 {
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}
h1.with_line,
.h1.with_line {
  text-align: center;
  position: relative;
  margin: 0 0 65px 0;
}
h1.with_line:after,
.h1.with_line:after {
  display: block;
  content: '';
  position: absolute;
  width: 120px;
  height: 5px;
  left: 50%;
  margin: 0 0 0 -60px;
  background: #ff7a03;
  bottom: -20px;
}
h2,
.h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}
.text_left {
  text-align: left;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.text_orange {
  color: #ff7a03;
}
.text_dark_orange {
  color: #ff6203;
}
.text_grey {
  color: #636363;
}
.text_white {
  color: #fff;
}
.text_black {
  color: #000;
}
.text_bold_italic {
  font-weight: 700;
  font-style: italic;
}
.text_bold {
  font-weight: 700;
}
.text_italic {
  font-style: italic;
}
.bg_white {
  background: #fff;
}
.bg_orange {
  background: #ff7a03;
}
.bg_dark_orange {
  background: #ff6203;
}
.bg_grey {
  background: #636363;
}
.bg_dark_grey {
  background: #535353;
}
.bg_light_grey {
  background: #fafafa;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear:after {
  clear: both;
  display: block;
  content: '';
}
.btn {
  display: inline-block;
  vertical-align: top;
  border: none;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
}
.btn.normal {
  height: 50px;
  line-height: 50px;
  padding: 0 55px;
  font-size: 18px;
}
.btn.small {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  font-size: 16px;
}
.btn.small.same-width {
  min-width: 266px;
}
.btn.orange_btn {
  background: #14c867;
  color: #fff;
}
.btn.orange_btn:hover {
  background: #11ad5a;
}
.btn.other_local_btn {
  margin: 10px 0;
  background: #ff7a03;
  color: #fff;
  width: 100%;
  text-align: center;
}
.btn.other_local_btn:hover {
  background: #ff6203;
}
.btn.grey_btn {
  background: #636363;
  color: #fff;
}
.btn.grey_btn:hover {
  background: #535353;
}
.btn.bordered_orange_btn {
  background: transparent;
  border: 1px #ff7a03 solid;
  color: #ff7a03;
  box-sizing: content-box;
  padding: 0 45px;
}
.btn.bordered_orange_btn:hover {
  background: #ff7a03;
  color: #fff;
}
.flex {
  display: -ms-flexbox;
  display: box;
  display: flexbox;
  display: flex;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
.select_outer {
  position: relative;
  width: 250px;
}
.select_outer select {
  background: #14c867;
  border: #14c867;
  height: 50px;
  padding: 0 0 0 15px;
  color: #fff;
  outline: none;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
}
.select_outer:after {
  display: block;
  content: '';
  background: #14c867;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.select_outer .icon-arrow_down {
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -6px 0 0 0;
  z-index: 2;
  pointer-events: none;
}
.select_outer:hover select {
  background: #11ad5a;
}
.select_outer:hover:after {
  background: #11ad5a;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #fafafa;
}
.header_top_line {
  height: 30px;
  line-height: 30px;
}
.header_top_line .header_top_line_inner .item {
  margin: 0 0 0 65px;
  display: inline-block;
  vertical-align: middle;
}
.header_top_line .header_top_line_inner .item:first-child {
  margin: 0;
}
.header_top_line .header_top_line_inner .item:last-child a {
  position: relative;
}
.header_top_line .header_top_line_inner .item span,
.header_top_line .header_top_line_inner .item a {
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
.header_top_line .header_top_line_inner .item span i,
.header_top_line .header_top_line_inner .item a i {
  margin: -2px 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.header_top_line .header_top_line_inner .item .icon-phone {
  font-size: 16px;
}
.header_top_line .header_top_line_inner .item .icon-letter {
  font-size: 12px;
}
.header_top_line .header_top_line_inner .item .icon-facebook {
  font-size: 16px;
  margin-top: 0;
}
.header_top_line .header_top_line_inner .item .linkedin-icon {
  width: 21px;
  position: absolute;
  bottom: -17px;
}
.header_main {
  height: 80px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.header_main.nav-sticky {
  height: 65px;
  transition: .25s ease;
}
.header_main.nav-sticky .center_wrapper .logo {
  width: 50px;
  height: 50px;
}
.header_main.nav-sticky .center_wrapper:before {
  height: 65px;
}
.header_main.nav-sticky .center_wrapper .menu-header-menu-container .menu {
  height: 65px;
  line-height: 65px;
}
.header_main.nav-sticky .center_wrapper .menu-header-menu-container .menu .icon-arrow_down {
  margin: 0 0 0 -5px;
}
.header_main .center_wrapper:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 0;
  height: 80px;
}
.header_main .logo_outer {
  display: inline-block;
  vertical-align: middle;
}
.header_main .logo {
  display: inline-block;
  vertical-align: middle;
  width: 65px;
  height: 65px;
  text-decoration: none;
  background: url(images/logo.svg);
  background-size: contain;
  image-rendering: -webkit-optimize-contrast;
  transition: .25s ease;
}
.header_main span {
  vertical-align: middle;
  font-size: 22px;
  text-transform: uppercase;
  color: #636363;
  margin: 0 0 0 10px;
  display: none;
}
.header_main .menu-header-menu-container {
  float: right;
}
.header_main .menu-header-menu-container .menu {
  height: 80px;
  line-height: 80px;
  transition: .25s ease;
}
.header_main .menu-header-menu-container .menu > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 30px;
  position: relative;
}
.header_main .menu-header-menu-container .menu > li.current-menu-item > a {
  color: #ff7a03;
}
.header_main .menu-header-menu-container .menu > li .icon-arrow_down {
  display: none;
}
.header_main .menu-header-menu-container .menu > li:hover > a {
  color: #ff7a03;
}
.header_main .menu-header-menu-container .menu > li:hover .sub-menu {
  display: block;
}
.header_main .menu-header-menu-container .menu > li > a {
  font-size: 16px;
  color: #636363;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  display: block;
}
.header_main .menu-header-menu-container .menu > li:first-child {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .header_main .menu-header-menu-container .menu > li:first-child:hover .sub-menu {
    max-height: 75vh;
    overflow-y: scroll;
  }
}
.header_main .menu-header-menu-container .menu > li.menu-item-has-children:hover .icon-arrow_down {
  color: #ff7a03;
}
.header_main .menu-header-menu-container .menu > li.menu-item-has-children > .icon-arrow_down {
  display: block;
  font-size: 6px;
  color: #636363;
  position: absolute;
  left: 50%;
  margin: 0 0 3px -5px;
  bottom: 15px;
  transition: .25s ease;
}
.header_main .menu-header-menu-container .menu .sub-menu {
  position: absolute;
  width: 220px;
  background: #fff;
  top: 75%;
  left: 50%;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.header_main .menu-header-menu-container .menu .sub-menu li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  text-decoration: none;
  height: 40px;
  line-height: 1;
  padding: 0 20px;
  color: #636363;
}
.header_main .menu-header-menu-container .menu .sub-menu li a:hover {
  background: #ff7a03;
  color: #fff;
}
.page-404 {
  padding: 15px;
  height: 100vh;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.page-404 .page-404__inner {
  text-align: center;
}
.page-404 .page-404__inner .subtitle {
  font-size: 20px;
}
.page-404 .page-404__inner .price_item-link {
  text-decoration: none;
}
.page-404 .page-404__inner .price_item {
  width: 240px;
  text-align: center;
  padding: 15px 0;
  border: 1px #9d9d9d solid;
  border-radius: 5px;
  margin: 15px auto 0;
}
.page-404 .page-404__inner .price_item_title {
  font-size: 20px;
  line-height: 1.5;
}
.page-404 .page-404__inner .price_item_value {
  font-size: 22px;
  line-height: 1.5;
}
.page-404 .page-404__inner .price_item-link {
  color: #636363;
}
.page-404 .page-404__inner .price_item-link:hover .price_item {
  background: #ececec;
}
.banner_block {
  background: url('images/banner_bg.jpg') no-repeat center;
  background-size: cover;
  padding: 150px 0 0 0;
  position: relative;
  z-index: 1;
}
.banner_block .banner_content {
  background: rgba(255, 255, 255, 0.9);
  padding: 55px 50px 50px 50px;
  max-width: 630px;
  margin: 0;
}
.banner_block .banner_content p {
  margin: 20px 0;
}
.block_item {
  padding: 70px 0;
}
.services_list {
  display: -ms-flexbox;
  display: box;
  display: flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.services_list li {
  width: calc(25% - 40px);
  background: #fff;
  text-align: center;
  margin: 0 20px 40px 20px;
  border: 1px #ddd solid;
}
.services_list li a {
  text-decoration: none;
  display: block;
  padding: 30px 0;
}
.services_list li i {
  font-size: 55px;
}
.services_list li p {
  font-size: 18px;
  margin: 10px 0 0 0;
}
.services_list li p span {
  display: block;
  font-weight: 700;
}
.services_list li:hover {
  background: #ff7a03;
  border-color: #ff7a03;
}
.services_list li:hover i,
.services_list li:hover p {
  color: #fff;
}
.services_list li:hover .svg-color path {
  fill: #fff;
}
.front_content_block p strong {
  font-size: 22px;
  font-weight: 700;
}
.front_content_block .content_outer {
  column-count: 2;
  column-gap: 20px;
}
.testimonials_block .swiper-container {
  padding: 0 0 50px 0;
}
.testimonials_block .swiper-container .swiper-slide {
  height: 220px;
  background: #fff;
  border-bottom: 5px #ff7a03 solid;
  padding: 30px 55px 0 60px;
  position: relative;
}
.testimonials_block .swiper-container .swiper-slide .icon-quote {
  font-size: 30px;
  position: absolute;
  top: 25px;
  left: 15px;
}
.testimonials_block .swiper-container .swiper-pagination {
  bottom: 0;
}
.testimonials_block .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #636363;
}
.testimonials_block .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff7a03;
}
.latest_from_blog_block .blog_list,
.blog_items_block .blog_list {
  display: -ms-flexbox;
  display: box;
  display: flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.latest_from_blog_block .blog_list .blog_item,
.blog_items_block .blog_list .blog_item {
  width: 355px;
}
.latest_from_blog_block .blog_list .blog_item .img_outer,
.blog_items_block .blog_list .blog_item .img_outer {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.latest_from_blog_block .blog_list .blog_item .img_outer .category_name,
.blog_items_block .blog_list .blog_item .img_outer .category_name {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.latest_from_blog_block .blog_list .blog_item .img_outer img,
.blog_items_block .blog_list .blog_item .img_outer img {
  display: block;
  width: 100%;
}
.latest_from_blog_block .blog_list .blog_item .blog_item_content,
.blog_items_block .blog_list .blog_item .blog_item_content {
  padding: 15px 30px 25px 20px;
}
.latest_from_blog_block .blog_list .blog_item .blog_item_content h5,
.blog_items_block .blog_list .blog_item .blog_item_content h5 {
  font-size: 20px;
  line-height: 24px;
}
.latest_from_blog_block .blog_list .blog_item .blog_item_content .post_info,
.blog_items_block .blog_list .blog_item .blog_item_content .post_info {
  margin: 10px 0;
}
.latest_from_blog_block .blog_list .blog_item .blog_item_content a,
.blog_items_block .blog_list .blog_item .blog_item_content a {
  text-decoration: none;
  margin: 0 0 0 3px;
}
.latest_from_blog_block .blog_list .blog_item .blog_item_content a:hover,
.blog_items_block .blog_list .blog_item .blog_item_content a:hover {
  color: #ff6203;
}
.latest_from_blog_block .blog_list .blog_item .post_info,
.blog_items_block .blog_list .blog_item .post_info {
  font-size: 12px;
}
.latest_from_blog_block .blog_list .blog_item .post_info .comments_count,
.blog_items_block .blog_list .blog_item .post_info .comments_count {
  margin: 0 0 0 15px;
}
.service_header {
  padding: 30px 0 25px 0;
  margin-top: 60px;
}
.service_header h1 {
  float: left;
  line-height: 64px;
}
.service_header .service_header_right {
  float: right;
  margin-left: 60px;
}
.service_header .service_header_right p {
  font-size: 14px;
  line-height: 32px;
}
.service_header .service_header_right .city_name {
  font-size: 18px;
  font-name: bold;
}
.service_header .service_header_right .phone_number {
  font-size: 22px;
}
.service_header .service_header_right .phone_number a {
  text-decoration: none;
  color: #fff;
}
.service_city_table {
  width: 565px;
  background: #fff;
  padding: 30px;
  float: right;
  margin: 0 0 15px 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.service_city_table .price_descriptions {
  padding-bottom: 10px;
}
.service_city_table .price_descriptions table {
  border: gray 1px solid;
  margin: 10px 0;
}
.service_city_table .price_descriptions table tr {
  border: gray 1px solid;
}
.service_city_table .price_descriptions table tr:nth-child(even) {
  background-color: #fafafa;
}
.service_city_table .price_descriptions table tr td {
  border: gray 1px solid;
  padding: 3px 20px;
}
.service_city_table i,
.service_city_table .icon-photo {
  font-size: 64px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.service_city_table .price_block {
  margin: 25px 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.service_city_table .price_block .price_item-link {
  text-decoration: none;
}
.service_city_table .price_block .price_item {
  width: 240px;
  text-align: center;
  padding: 15px 0;
  border: 1px #9d9d9d solid;
  border-radius: 5px;
  margin: 0 0 25px;
}
.service_city_table .price_block .price_item_title {
  font-size: 20px;
  line-height: 1.5;
}
.service_city_table .price_block .price_item_value {
  font-size: 22px;
  line-height: 1.5;
}
.service_city_table .price_block .price_item-link {
  color: #636363;
}
.service_city_table .price_block .price_item-link:hover .price_item {
  background: #ececec;
}
.service_city_table .price_descriptions {
  margin: 20px 0;
}
.service_city_table .price_descriptions table {
  margin: 20px 0;
}
.service_city_table .price_descriptions table td {
  border: 1px solid #c3c3c3;
  padding: 4px 25px;
}
.service_city_table .intyg_block {
  margin: 25px 0;
  padding: 20px 20px 20px 25px;
  border: 1px #ff7a03 solid;
  border-radius: 5px;
  position: relative;
}
.service_city_table .intyg_block .item {
  max-width: 210px;
}
.service_city_table .intyg_block .item p {
  font-size: 22px;
}
.service_city_table .intyg_block .item .text_small {
  font-size: 14px;
}
.service_city_table .intyg_block .item .text_orange {
  margin: 5px 0;
}
.service_city_table .intyg_block .icon-medal {
  font-size: 45px;
  color: #ff7a03;
  right: 20px;
  top: 0;
}
.service_city_table .btns_group {
  display: -ms-flexbox;
  display: box;
  display: flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.service_city_table .btns_group .btn {
  padding: 0 10px;
  min-width: 155px;
  text-align: center;
  margin: 15px 0;
}
.service_city_table .btns_group.boka-four-group {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service_city_table .btns_group.boka-four-group .btn-wrapper {
  width: 48%;
}
@media screen and (max-width: 639px) {
  .service_city_table .btns_group.boka-four-group .btn-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
}
.service_city_table .btns_group.boka-four-group .btn-wrapper .btn {
  width: 100%;
}
.service_city_table .box-invaliditetsintyg {
  width: 100%;
  clear: both;
}
.service_city_table .box-invaliditetsintyg .text_description_invaliditetsintyg {
  margin-bottom: 16px;
}
.service_city_table .box-invaliditetsintyg .text_description_invaliditetsintyg {
  margin-bottom: 15px;
}
.service_city_table .box-invaliditetsintyg .green_border_btn {
  border: 1px solid #14c867;
  width: calc(50% - 5px);
  float: left;
  padding: 10px 0;
  text-align: center;
}
.service_city_table .box-invaliditetsintyg .green_border_btn:last-child {
  float: right;
}
.service_city_table .box-invaliditetsintyg .green_border_btn a {
  color: #636363;
  text-decoration: none;
}
.icon-svg {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 77px;
}
ul.list li {
  position: relative;
  padding: 0 0 0 10px;
}
ul.list li:after {
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 0;
  top: 11px;
  background: #ff7a03;
  position: absolute;
}
.text_small {
  font-size: 14px;
  line-height: 18px;
}
.text-center {
  text-align: center;
}
.about_us_block {
  padding: 30px 0;
}
.about_us_block .content_block {
  padding: 60px 0 0;
}
.about_us_block .content_block p {
  margin: 30px 0;
}
.about_us_block .img_outer {
  float: right;
  position: relative;
  margin: 0 0 0 50px;
}
.about_us_block .img_outer img {
  display: block;
}
.about_us_block .img_outer .contact_block {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
}
.about_us_block .img_outer .contact_block a {
  text-decoration: none;
  color: #fff;
}
.about_us_block .img_outer .contact_block a:hover {
  text-decoration: underline;
}
.team_block {
  background: url('images/team_block_bg.jpg') no-repeat top center;
  padding: 205px 0 175px 0;
  background-size: cover;
}
.team_block .team_list li {
  display: inline-block;
  vertical-align: top;
  width: 345px;
  margin: 0 20px;
}
.team_block .team_list li .img_outer {
  height: 240px;
  line-height: 240px;
  position: relative;
  background: #fff;
}
.team_block .team_list li .img_outer .member_name {
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 40px;
  line-height: 40px;
  width: 175px;
  padding: 0 0 0 20px;
}
.team_block .team_list li .img_outer img {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 0;
}
.team_block .team_list li .member_info {
  padding: 30px 40px 25px 20px;
}
.contact_text_block {
  padding: 25px 0 65px;
}
.contact_text_block .btn {
  margin: 40px 0 0 0;
}
.contact_text_block .column.size-50 {
  float: right;
  max-width: 560px;
}
.contact_text_block .column.size-50:first-child {
  float: left;
}
.contact_text_block .column .text_content {
  margin: 30px 0 0 0;
}
img.alignleft {
  float: left;
  margin: 0 25px 0 0;
}
img.alignright {
  float: right;
  margin: 0 0 0 25px;
}
.map_block {
  padding: 30px 0 0 0;
}
.map_block .map {
  height: 365px;
  width: 100%;
}
.one_post_block {
  height: 630px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 335px 0 0 0;
}
.one_post_block .one_post_block_outer .category_name {
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}
.one_post_block .one_post_block_outer .blog_item_content {
  padding: 20px 30px 45px 20px;
  max-width: 750px;
  background: rgba(99, 99, 99, 0.9);
}
.one_post_block .one_post_block_outer .blog_item_content h5 {
  font-size: 20px;
}
.one_post_block .one_post_block_outer .blog_item_content h5 a {
  text-decoration: none;
}
.one_post_block .one_post_block_outer .blog_item_content h5 a:hover {
  color: #ff6203;
}
.one_post_block .one_post_block_outer .blog_item_content .post_info {
  font-size: 12px;
  margin: 15px 0;
}
.blog_items_block {
  padding: 30px 0 35px 0;
}
.blog_items_block .blog_list {
  width: 750px;
}
.blog_items_block .blog_list .blog_item {
  margin: 0 0 40px 0;
}
.blog_items_block .blog_list.one_post h2 {
  width: 100%;
}
.blog_items_block .blog_list.one_post .img_outer {
  margin: 0 0 25px 0;
}
.blog_items_block .blog_list.one_post .post_info {
  margin: 15px 0 0 0;
  font-size: 14px;
}
.blog_items_block .blog_list.one_post .post_info span {
  margin: 0 0 0 10px;
}
.blog_items_block .blog_list.one_post .post_info span:first-child {
  margin: 0;
}
.blog_items_block .blog_list.one_post .post_content {
  border-bottom: 1px #d6d6d6 solid;
  margin: 0 0 30px 0;
}
.blog_items_block .blog_list.one_post .post_content p {
  margin: 20px 0;
}
.blog_items_block .blog_list.one_post .post_bottom_block {
  width: 100%;
}
.blog_items_block .blog_list.one_post .post_bottom_block .social_share_block {
  line-height: 47px;
}
.blog_items_block .blog_list.one_post .post_bottom_block .social_share_block .fb_iframe_widget iframe {
  top: -15px;
}
.blog_items_block .blog_list.one_post .post_bottom_block .social_share_block iframe#tweet-button {
  margin: 13px 0 0 20px;
}
.blog_items_block .blog_list.one_post .post_bottom_block .social_share_block li {
  display: inline-block;
  vertical-align: middle;
}
.blog_items_block .post_filter {
  width: 380px;
  background: #fff;
  padding: 30px 30px 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.blog_items_block .post_filter .h2 {
  margin: 0 0 10px;
}
.blog_items_block .post_filter .filter li {
  margin: 20px 0 0;
}
.blog_items_block .post_filter .filter li .h2,
.blog_items_block .post_filter .filter li .widgettitle {
  margin: 0 0 10px;
}
.blog_items_block .post_filter .filter li a {
  display: block;
  text-decoration: none;
}
.blog_items_block .post_filter .filter li a:hover {
  text-decoration: underline;
}
.blog_items_block .post_filter .widget_categoryarchiveswidget li {
  margin: 0;
}
.blog_items_block .post_filter .widget_categoryarchiveswidget li a {
  display: block;
  text-decoration: none;
  color: #ff7a03;
}
.blog_items_block .post_filter .widget_categoryarchiveswidget li a:hover {
  text-decoration: underline;
}
.drog_block {
  margin: 60px 0;
}
.drog_block .img_outer {
  position: relative;
}
.drog_block .img_outer img {
  display: block;
}
.drog_block .left_orange_line {
  max-width: 340px;
  position: absolute;
  bottom: 65px;
  left: 0;
}
.drog_block .col-2 > div {
  width: 48%;
}
.drog_block .bg_white,
.drog_block .bg_grey {
  padding: 25px 35px 20px 30px;
  min-height: 440px;
}
.drog_block .col-1 {
  padding: 0 290px 0 0;
}
.left_orange_line {
  padding: 0 0 0 45px;
  border-left: 12px #ff7a03 solid;
  font-size: 26px;
  line-height: normal;
  text-transform: uppercase;
}
.contacts_block .bg_grey {
  padding: 30px 0 45px 0;
}
.contacts_block h2 {
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 40px 0;
}
.contacts_block ul li {
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  line-height: 60px;
  width: 280px;
  margin: 0 20px;
}
.contacts_block ul li i {
  display: inline-block;
  vertical-align: middle;
}
.contacts_block ul li .icon-phone {
  font-size: 24px;
  margin: -5px 30px 0 30px;
}
.contacts_block ul li .icon-letter {
  font-size: 18px;
  margin: -4px 15px 0 15px;
}
.contacts_block ul li span {
  font-size: 18px;
}
.contacts_block ul li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.booking_content {
  margin: 30px 0 0;
}
#nav-icon {
  display: none;
}
.post_text a {
  text-decoration: none;
}
.choose-city {
  padding: 0 20px 40px;
}
.choose-city .btns_group a {
  margin: 10px;
}
.btns_title {
  padding: 45px 0 40px;
  margin-top: 70px;
}
.choose-city-title {
  padding: 45px 0 0px;
}
.choose-city-description {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.choose-city-description:after {
  clear: both;
  display: block;
  content: '';
}
.choose-city-background {
  background: #fafafa;
  padding: 0 10px 30px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.column-50 {
  width: 50%;
  margin: 0 10px;
}
.vaccination_content {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 0 50px;
  display: -ms-flexbox;
  display: box;
  display: flexbox;
  display: flex;
}
.vaccination_content h2,
.vaccination_content h3,
.vaccination_content h4,
.vaccination_content h5,
.vaccination_content h6 {
  margin-bottom: 20px;
}
.vaccination_content img {
  margin-bottom: 20px;
  width: 100%;
}
.vaccination_content:after {
  clear: both;
  display: block;
  content: '';
}
.image-926,
.image-759 {
  width: 140px;
  height: auto;
  position: absolute;
  top: 30px;
  right: 30px;
}
.faq_banner {
  background: url('images/banner_bg.jpg') no-repeat center;
  background-size: cover;
  padding: 150px 0 0 0;
  position: relative;
  z-index: 1;
  height: 30vh;
}
@media screen and (max-width: 1279px) {
  .vaccination_content {
    padding: 40px 20px;
  }
  .choose-city-description {
    padding: 40px 20px;
  }
  .center_wrapper {
    padding: 0 20px;
  }
  .header_main .menu-header-menu-container .menu > li {
    margin: 0 0 0 25px;
  }
  .header_main .menu-header-menu-container .menu > li > a {
    font-size: 16px;
  }
  .latest_from_blog_block .blog_list .blog_item,
  .blog_items_block .blog_list .blog_item {
    width: 315px;
  }
  .latest_from_blog_block .blog_list .blog_item .img_outer,
  .blog_items_block .blog_list .blog_item .img_outer {
    height: 175px;
  }
  .latest_from_blog_block .blog_list .blog_item .blog_item_content h5,
  .blog_items_block .blog_list .blog_item .blog_item_content h5 {
    font-size: 18px;
  }
  .latest_from_blog_block .blog_list .blog_item .blog_item_content .post_text,
  .blog_items_block .blog_list .blog_item .blog_item_content .post_text {
    font-size: 14px;
    line-height: 18px;
  }
  h1,
  .h1 {
    font-size: 32px;
  }
  .team_block .team_list li {
    width: 280px;
  }
  .team_block .team_list li .img_outer {
    height: 190px;
    line-height: 190px;
  }
  .team_block .team_list li .img_outer img {
    max-height: 100%;
  }
  .team_block {
    padding: 120px 0;
  }
  .about_us_block .content_block {
    padding: 0;
  }
  .contact_text_block .column.size-50 {
    max-width: 46%;
  }
  .blog_items_block .blog_list {
    max-width: 640px;
    width: auto;
  }
  .blog_items_block .post_filter {
    width: 320px;
  }
  .drog_block .col-1 {
    padding: 0;
  }
}
@media screen and (max-width: 1100px) {
  .header_main .menu-header-menu-container .menu > li {
    margin: 0 0 0 13px;
  }
}
@media screen and (max-width: 1023px) {
  .menu-header-menu-container {
    display: none;
  }
  .header_top_line {
    text-align: center;
  }
  #nav-icon {
    display: block;
    width: 80px;
    height: 80px;
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: #ff7a03;
  }
  #nav-icon span {
    display: block;
    position: absolute;
    height: 6px;
    width: 40px;
    background: #fff;
    opacity: 1;
    left: 20px;
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    margin: 0;
  }
  #nav-icon span:nth-child(1) {
    top: 24px;
  }
  #nav-icon span:nth-child(2),
  #nav-icon span:nth-child(3) {
    top: 37px;
  }
  #nav-icon span:nth-child(4) {
    top: 50px;
  }
  header.open {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
  }
  header.open .header_main {
    height: 100%;
    background: #fff;
  }
  header.open #nav-icon span:nth-child(1) {
    top: 25px;
    width: 0;
    left: 50%;
  }
  header.open #nav-icon span:nth-child(2) {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
  header.open #nav-icon span:nth-child(3) {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
  header.open #nav-icon span:nth-child(4) {
    top: 25px;
    width: 0;
    left: 50%;
  }
  header.open .menu-header-menu-container {
    display: block;
    position: fixed;
    width: 100%;
    top: 110px;
    left: 0;
    background: #fafafa;
    height: 100%;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.1);
    overflow: scroll;
    z-index: 999;
  }
  header.open .header_main .menu-header-menu-container .menu {
    height: auto;
    line-height: 24px;
    padding: 30px 20px;
  }
  header.open .header_main .menu-header-menu-container .menu > li {
    display: block;
    margin: 10px 0 0 0;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  }
  header.open .header_main .menu-header-menu-container .menu > li > a {
    font-size: 18px;
    padding: 0 30px 0 20px;
    height: 40px;
    line-height: 40px;
  }
  header.open .header_main .menu-header-menu-container .menu > li.menu-item-has-children > .icon-arrow_down {
    font-size: 10px;
    margin: 0;
    left: auto;
    right: 15px;
    bottom: auto;
    top: 15px;
    pointer-events: none;
  }
  .header_main {
    position: relative;
  }
  .header_main .menu-header-menu-container .menu > li:hover .sub-menu {
    display: none;
  }
  header.open .header_main .menu-header-menu-container .menu > li.active > a,
  header.open .header_main .menu-header-menu-container .menu > li.active .icon-arrow_down {
    color: #ff7a03;
  }
  header.open .header_main .menu-header-menu-container .menu > li.active .sub-menu {
    display: block;
    position: static;
    width: 100%;
    -ms-transform: none;
    transform: none;
    padding: 0 0 20px 0;
  }
  .header_main .menu-header-menu-container .menu > li:hover > a,
  .header_main .menu-header-menu-container .menu > li.menu-item-has-children:hover .icon-arrow_down {
    color: #636363;
  }
  .header_main .menu-header-menu-container .menu .sub-menu li a {
    padding: 0 35px;
    font-size: 16px;
  }
  .front_content_block .content_outer {
    column-count: 1;
    column-gap: 0;
    margin: 0 0 30px 0;
  }
  .latest_from_blog_block .blog_list .blog_item,
  .blog_items_block .blog_list .blog_item {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .latest_from_blog_block .blog_list .blog_item:first-child,
  .blog_items_block .blog_list .blog_item:first-child {
    margin: 0;
  }
  .latest_from_blog_block .blog_list .blog_item .img_outer,
  .blog_items_block .blog_list .blog_item .img_outer {
    height: auto;
  }
  h1,
  .h1 {
    font-size: 21px;
  }
  .service_city_table {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
  .about_us_block .img_outer {
    float: none;
    margin: 0 0 20px 0;
  }
  .team_block .team_list li {
    width: 31%;
    margin: 0 1%;
  }
  .team_block .team_list li .member_info {
    padding: 20px;
    font-size: 14px;
  }
  .team_block .team_list li .img_outer {
    height: auto;
    line-height: normal;
  }
  .team_block .team_list li .img_outer img {
    height: 150px;
    display: block;
    margin: 0 auto;
  }
  .blog_items_block .blog_list {
    max-width: none;
  }
  .blog_items_block .post_filter {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .drog_block .col-2 > div {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .drog_block .col-2 > div:first-child {
    margin: 0;
  }
  .drog_block .bg_white,
  .drog_block .bg_grey {
    min-height: inherit;
  }
}
@media screen and (max-width: 767px) {
  .banner_content p {
    display: none;
  }
  .banner_content .select_outer {
    margin-top: 20px;
  }
  .services_block.block_item {
    padding: 35px 0;
  }
  .banner_block.block_item {
    padding: 30px 0;
  }
  .footer .footer_item p {
    font-size: 13px;
  }
  .service_header {
    margin-top: 30px;
  }
  .service_header h1 {
    float: none;
    line-height: normal;
    margin: 0 0 15px 0;
  }
  .service_header .service_header_right {
    float: none;
  }
  .service_header .service_header_right p {
    text-align: left;
  }
  .team_block .team_list li {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .team_block .team_list li:first-child {
    margin: 0;
  }
  .team_block {
    padding: 50px 0;
  }
  .contact_text_block .column.size-50 {
    max-width: none;
    float: none;
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
    border-top: 1px grey solid;
  }
  .contact_text_block .column.size-50:first-child {
    float: none;
    margin: 0;
    padding: 0;
    border: none;
  }
  .contacts_block ul li {
    width: 265px;
  }
  .header_main {
    height: 50px;
  }
  .header_main.nav-sticky {
    height: 50px;
  }
  .header_main.nav-sticky .center_wrapper .logo {
    width: 32px;
    height: 32px;
  }
  .header_main .logo {
    width: 32px;
    height: 32px;
    background-size: cover;
  }
  #nav-icon {
    width: 50px;
    height: 50px;
  }
  #nav-icon span {
    left: 15px;
    width: 20px;
    height: 3px;
  }
  #nav-icon span:nth-child(1) {
    top: 15px;
  }
  #nav-icon span:nth-child(2),
  #nav-icon span:nth-child(3) {
    top: 24px;
  }
  #nav-icon span:nth-child(4) {
    top: 33px;
  }
  .outer_wrapper {
    padding: 50px 0 0 0;
  }
  .header_main.nav-sticky .center_wrapper:before,
  .header_main .center_wrapper:before {
    height: 50px;
  }
  header.open .menu-header-menu-container {
    top: 120px;
  }
  .header_main span {
    display: inline-block;
  }
  .column-50 {
    width: 100%;
    margin: 0;
  }
  .choose-city .btns_group a {
    margin: 10px 0;
    width: 100%;
  }
  .choose-city-description {
    padding: 0 0 20px;
  }
  .choose-city-title {
    padding: 25px 0 0;
  }
  .vaccination_content {
    -ms-flex-flow: column;
        flex-flow: column;
  }
  .order-1-mobile {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-2-mobile {
    -ms-flex-order: 2;
        order: 2;
  }
  .service_city_table .box-invaliditetsintyg .green_border_btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .service_city_table .box-invaliditetsintyg .green_border_btn:last-child {
    float: none;
  }
  .faq_banner {
    height: 20vh;
  }
  .faq_banner.block_item {
    padding: 30px 0;
  }
}
@media screen and (max-width: 639px) {
  .header_top_line {
    font-size: 14px;
  }
  .header_top_line .header_top_line_inner .item {
    margin: 0 0 0 10px;
  }
  .header_top_line .header_top_line_inner .item span i,
  .header_top_line .header_top_line_inner .item a i {
    margin: -2px 5px 0 0;
  }
  .header_main span {
    font-size: 12px;
    margin: 0 0 0 5px;
  }
  .banner_block {
    background-position: 70% 0;
  }
  .banner_block .banner_content {
    padding: 30px;
  }
  h1,
  .h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .latest_from_blog_block .blog_list .blog_item .blog_item_content .post_text,
  .blog_items_block .blog_list .blog_item .blog_item_content .post_text {
    font-size: 16px;
    line-height: 24px;
  }
  .footer {
    height: auto;
    margin: 0;
    padding: 30px 0;
  }
  .outer_wrapper:after {
    display: none;
  }
  .services_list li {
    width: 100%;
  }
  .service_city_table .icon-photo {
    display: none;
  }
  .service_city_table .price_block .price_item-link {
    width: 100%;
  }
  .service_city_table .price_block .price_item {
    width: 155px;
  }
  .service_city_table .intyg_block .item {
    max-width: none;
    float: none;
    text-align: center;
    margin: 20px 0 0 0;
  }
  .service_city_table .intyg_block .item:first-child {
    margin: 0;
  }
  .service_city_table .btns_group {
    display: block;
  }
  .service_city_table .btns_group .btn {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .service_city_table .btns_group .btn:first-child {
    margin: 0;
  }
  .contact_text_block .column .text_content img {
    float: none;
    margin: 0 0 10px 0;
    width: 100%;
  }
  .contacts_block ul li {
    display: block;
    margin: 20px auto 0 auto;
  }
  .contacts_block ul li:first-child {
    margin: 0 auto;
  }
  .drog_block img {
    float: none;
    margin: 20px 0;
    width: 100%;
  }
  .left_orange_line {
    padding: 0 20px;
    border-left: 7px #ff7a03 solid;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
  }
  .contacts_block h2 {
    padding: 0 20px;
    line-height: normal;
  }
  .faq_banner {
    background-position: 70% 0;
  }
}
@media screen and (max-width: 424px) {
  .header_top_line {
    font-size: 10px;
  }
  .select_outer {
    width: 100%;
  }
  h1,
  .h1 {
    font-size: 21px;
  }
  .service_city_table .price_block .price_item {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .service_city_table {
    padding: 15px;
  }
  .service_city_table .icon-svg {
    width: 48px;
    top: 10px;
    right: 10px;
  }
  .about_us_block .img_outer .contact_block {
    margin: 0;
    position: static;
    padding: 10px;
    font-size: 14px;
  }
  .one_post_block .one_post_block_outer .blog_item_content {
    padding: 10px;
  }
  .btn.bordered_orange_btn,
  .blog_items_block .blog_list.one_post .post_bottom_block .social_share_block {
    float: none;
  }
  .drog_block .bg_white,
  .drog_block .bg_grey {
    padding: 10px;
  }
  .service_city_table i,
  .service_city_table .icon-photo {
    font-size: 40px;
    top: 10px;
    right: 10px;
  }
  .image-759 {
    width: 80px;
    top: 15px;
    right: 10px;
  }
  .boca_tid_select option[value="9"] {
    font-size: 12px;
  }
}
@media (min-width: 756px) {
  .accordion-container {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px;
  }
}
@media (min-width: 756px) {
  ._column {
    width: 50%;
    margin: 0 16px;
  }
}
.accordion-content {
  display: none;
  margin-top: 16px;
}
.content-entry {
  margin-bottom: 16px;
  padding: 30px 28px 30px 24px;
  transition: 0.8s ease-in-out;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .content-entry {
    margin-bottom: 30px;
  }
}
.content-entry:hover {
  transition: 0.8s ease-in-out;
}
.content-entry .description {
  margin-bottom: 0;
  padding-right: 40px;
}
.open {
  transition: 0.8s ease-out;
}
.open:hover {
  transition: 0.8s ease-out;
}
.open:hover .accordion-title {
  color: #ff7a03;
}
.accordion-title {
  position: relative;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.accordion-title i {
  font-size: 15px;
}
.accordion-title:hover {
  color: #ff7a03;
}
.wpcf7 form {
  width: 100%;
  max-width: 550px;
  background: #fafafa;
  margin: 0 auto;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.wpcf7 form .form-group {
  margin-bottom: 15px;
}
.wpcf7 form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: #6B7C93;
}
.wpcf7 form h2,
.wpcf7 form h3 {
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  color: #6B7C93;
  line-height: 1;
}
@media screen and (max-width: 766px) {
  .wpcf7 form h2,
  .wpcf7 form h3 {
    font-size: 20px;
  }
}
.wpcf7 form h5 {
  margin-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: inherit;
  color: #6B7C93;
}
.wpcf7 form .form-text {
  margin-bottom: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: inherit;
  font-style: inherit;
  color: #6B7C93;
}
.wpcf7 form .text-danger {
  color: #a94442;
}
.wpcf7 form input,
.wpcf7 form select,
.wpcf7 form textarea {
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.wpcf7 form input:focus,
.wpcf7 form select:focus,
.wpcf7 form textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.wpcf7 form textarea {
  height: 100px;
}
.wpcf7 form .wpcf7-radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item {
  width: 50%;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  width: 100%;
}
.wpcf7 form input[type="radio"] {
  height: 20px;
  box-shadow: none;
  width: 20px;
  margin-right: 15px;
}
.wpcf7 form .wpcf7-list-item .first,
.wpcf7 form .wpcf7-list-item .last {
  width: 50%;
}
.wpcf7 form .wpcf7-checkbox,
.wpcf7 form .wpcf7-acceptance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.wpcf7 form .wpcf7-checkbox label,
.wpcf7 form .wpcf7-acceptance label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
  font-size: 14px;
}
.wpcf7 form .wpcf7-checkbox input,
.wpcf7 form .wpcf7-acceptance input {
  width: 20px;
  margin-right: 15px;
  box-shadow: none;
}
.wpcf7 form .wpcf7-checkbox a,
.wpcf7 form .wpcf7-acceptance a {
  color: #4a90e2;
  cursor: pointer;
}
.wpcf7 form .btn-submit {
  width: 100%;
  height: 45px;
  font-size: 16px;
  line-height: 1;
  border-radius: 6px;
  background: #11ad5a;
  color: #ffffff;
}
.wpcf7 form .wpcf7-spinner {
  display: none;
}
