/**
 * Global Reset of all HTML Elements
 * https://gist.github.com/joshuapowell/1680540
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
button {
  border: 0;
  background: none;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
body {
  overflow-x: hidden;
  background-color: white;
}
.s-page-category-tag .common-wrap .s-area {
  display: none;
}
main ol,
footer ol {
  padding-left: 1rem;
}
main ul,
footer ul {
  list-style: none;
}
main ul li,
footer ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}
main ul li::before,
footer ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: var(--primary);
  border-radius: 0;
}
main ul li li::before,
footer ul li li::before {
  background-color: transparent;
  border: 1px solid var(--primary);
}
p,
span {
  line-height: 180%;
}
img {
  max-width: 100%;
}
:root {
  --heading: 'paralucent', sans-serif;
  --font: 'paralucent', sans-serif;
  --primary: #BCF055;
  --secondary: #292928;
  --blue-light: #EBF7FF;
  --blue-dark: #536E8D;
  --text: #464646;
  --heading-c: #05125C;
}
.is-hidden {
  display: none !important;
}
.s-clear {
  display: none;
}
.s-area,
.s-products {
  margin: 0 20px;
  padding: 50px 0px;
  position: relative;
}
.s-breadcrumb {
  display: none;
}
.gradient__text {
  color: var(--primary);
  font-weight: bold;
}
.heading-pseudo::after {
  content: '';
  background: #BCF055;
  width: 38px;
  height: 3px;
  border-radius: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -10px;
}
.heading-pseudo::before {
  content: '';
  background: #BCF055;
  width: 38px;
  height: 3px;
  border-radius: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -10px;
}
@media screen and (min-width: 768px) {
  .heading-pseudo::after {
    width: 76px;
    height: 6px;
    left: initial;
    right: -76px;
    top: 50%;
    transform: translate(50%, -50%);
    bottom: initial;
  }
  .heading-pseudo::before {
    width: 76px;
    height: 6px;
    left: -76px;
    top: 50%;
  }
}
.heading-text::after {
  content: '';
  background: #BCF055;
  width: 38px;
  height: 3px;
  border-radius: 0;
  position: absolute;
  left: 0;
  transform: none;
  bottom: -20px;
}
@media screen and (min-width: 768px) {
  .heading-text::after {
    width: 76px;
    height: 6px;
  }
}
.heading-text-center::after {
  content: '';
  background: #BCF055;
  width: 38px;
  height: 3px;
  border-radius: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
@media screen and (min-width: 768px) {
  .heading-text-center::after {
    width: 76px;
    height: 6px;
  }
}
.image-element-before::after {
  content: '';
  background-color: #05125C;
  position: absolute;
  width: 100%;
  height: 12px;
  top: 0;
  left: 0;
}
.underline-default {
  background: no-repeat bottom;
  background-image: none;
  background-size: auto;
  background-image: radial-gradient(100% 3px at bottom, #05125C 99.9%, transparent 0), radial-gradient(100% 3px at bottom, #BCF055 99.9%, transparent 0);
  background-size: 0 3px, 38px 3px;
  margin: 0;
  outline: none !important;
  padding: 0.125em 0 20px 0;
  text-decoration: none !important;
  transition: background 0.3s, color 0.3s;
}
h1 {
  /* mobile/headline/H1 */
  font-family: var(--heading);
  font-weight: bold;
  font-size: 24px;
  text-align: initial;
  position: relative;
  letter-spacing: -0.8px;
  width: fit-content;
  color: var(--heading-c);
}
h1.s-align-center {
  margin: 0 auto;
}
h2 {
  /* mobile/headline/H2 */
  color: var(--heading-c);
  font-family: var(--heading);
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  width: fit-content;
  max-width: calc(100% - 80px);
}
.s-area-type2 h2 {
  color: white;
}
h2,
h3 {
  margin: 20px auto 60px auto;
  position: relative;
}
h3 {
  /* mobile/headline/H3 */
  color: var(--heading-c);
  font-family: var(--heading);
  font-size: 20px;
  margin-bottom: 80px;
}
h4 {
  /* mobile/headline/H4 */
  font-family: var(--heading);
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: var(--heading-c);
}
p,
ul,
ol,
td,
tr,
a,
span {
  /* mobile/paragraph/normal */
  font-family: var(--font);
  font-weight: 300;
  color: var(--text);
  letter-spacing: 0.32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 48px;
    letter-spacing: 1.52px;
  }
  h2 {
    /* mobile/headline/H2 */
    font-weight: bold;
    font-size: 32px;
  }
  .s-page-home h2 {
    margin: 45px auto 120px auto;
  }
  .s-page-home h2::after {
    width: 114px;
    height: 6px;
    right: -40px;
  }
  .s-page-home h2::before {
    width: 114px;
    height: 6px;
    left: -40px;
  }
  h3 {
    /* mobile/headline/H3 */
    font-size: 28px;
  }
}
.s-item,
.s-text {
  margin-bottom: 60px;
}
.wrapper,
.s-text,
.s-products,
.common-wrap {
  padding: 0 20px;
}
@media screen and (min-width: 1240px) {
  .wrapper,
  .s-text,
  .s-products,
  .common-wrap {
    padding: initial;
  }
}
@media screen and (min-width: 768px) {
  .wrapper,
  .s-item,
  .s-page-home .s-text,
  .s-products,
  .common-wrap {
    margin: 0 auto;
  }
  .s-page-category .common-wrap {
    max-width: 1240px;
  }
  .s-page-common .s-text {
    margin: 0 auto;
  }
  .s-item,
  .s-text {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .wrapper,
  .s-page-home .s-text {
    max-width: 920px;
  }
}
nav {
  z-index: 99;
  width: 100%;
  transition: all ease-in-out 0.3s;
  position: absolute;
  top: 0;
  background: white;
  box-shadow: 0px 4px 5px #7C395E22;
}
nav .s-menu,
nav .s-style-button {
  display: none;
}
nav .s-menu-link {
  color: var(--primary);
  font-family: var(--heading);
  font-size: 1.6rem;
  font-weight: 600;
}
nav .offcanvas-trigger {
  text-align: center;
  text-decoration: none;
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
}
nav .offcanvas-trigger.s-popup {
  font-size: 1.6rem;
  color: #1b1c20;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
}
nav .offcanvas-trigger:hover {
  color: inherit;
}
nav .offcanvas-trigger:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(hlavicka_menu_icon.svg) no-repeat center center;
  background-size: contain;
}
nav #s-offcanvas {
  display: none;
  text-align: center;
  background: var(--s-gradient);
}
nav #s-offcanvas.fancybox-content {
  vertical-align: top;
}
nav #s-offcanvas .s-menu.s-menu-horizontal {
  display: block;
  flex-direction: column;
}
nav .nav__socials {
  display: flex;
  padding: 0 12px;
  font-size: 26px;
}
nav .nav__link {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ECF4FC;
  position: relative;
}
nav .nav__link:first-of-type::after {
  content: "";
  border-right: 1px solid #BCF055;
  height: 60%;
  width: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
nav .s-langs-link {
  font-size: 1.6rem;
  text-decoration: none;
  border-left: none;
  padding-left: unset;
  color: var(--primary);
  text-transform: uppercase;
  font-family: var(--heading);
}
nav .s-langs-lang {
  list-style: none;
  padding-left: 1em;
}
nav .s-langs-lang.s-langs-active {
  display: none;
}
nav .nav__langs {
  display: flex;
  padding: 1em;
}
nav .s-langs {
  padding: unset;
  margin: 0;
}
nav *:focus {
  outline: none;
}
nav .fancybox-bg {
  background: var(--secondary);
}
nav .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
  height: 100%;
}
nav .logobox {
  max-width: 49%;
  min-width: 150px;
  height: 50px;
  position: relative;
  top: 0;
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
nav .nav__logo-img {
  height: 100%;
  object-fit: contain;
  width: 100%;
  max-height: 50px;
}
nav .secondary-button {
  font-size: 16px;
}
nav .header__phones .footer__link {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  color: var(--secondary);
  padding-left: 36px;
  text-decoration: none;
}
nav .header__phones .footer__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: transparent url(icon_phone.svg) no-repeat center;
  background-size: contain;
}
nav .header__phones .footer__link::after {
  position: absolute;
  top: -15px;
  right: 0;
  font-size: 16px;
  font-weight: 300;
  color: var(--primary);
}
nav .header__phones .footer__link:first-of-type::after {
  content: "Ambulance";
}
@media screen and (min-width: 992px) {
  nav .mobile__header {
    display: none;
  }
  nav .s-menu-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  nav .s-menu {
    display: flex;
    white-space: nowrap;
    height: 100%;
  }
  nav .s-menu,
  nav .s-style-button {
    display: initial;
  }
  nav #s-offcanvas {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-grow: 1;
  }
  nav #s-offcanvas .s-menu.s-menu-horizontal {
    display: flex;
    flex-direction: row;
  }
  nav .s-menu-link {
    position: relative;
    padding: 9px 15px 5px 15px;
    font-size: 18px;
    transition: 0.3s;
    font-weight: 500;
    color: #05125C;
  }
  nav .s-menu-link:hover::before {
    content: '';
    width: 76px;
    height: 6px;
    position: absolute;
    background: #BCF055;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
  nav .s-menu-item:not(:last-of-type) .s-menu-link::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--primary);
    border-radius: 0;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
  }
  nav .s-menu.s-menu-horizontal {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    flex: 5;
    column-gap: 0px;
    flex-direction: initial;
    margin: initial;
    padding-right: 0;
  }
  nav .s-menu.s-menu-horizontal .s-menu-item {
    flex-grow: 0;
  }
  nav .offcanvas-trigger {
    display: none;
  }
  nav .offcanvas-trigger.s-popup {
    display: none;
  }
  nav .menu-wrapper {
    display: flex;
  }
  nav .nav__langs {
    margin-left: initial;
    order: 3;
  }
  nav .s-langs-lang {
    padding-left: initial;
  }
  nav .s-menu.s-menu-horizontal {
    display: flex;
  }
  nav .content {
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px 10px;
  }
  nav .logobox {
    width: 12%;
  }
  nav .menu-wrapper {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
  }
  nav .logo__img {
    width: 70px;
    height: 70px;
  }
  nav .nav__logo-img {
    object-fit: contain;
    min-height: 170px;
    max-height: unset;
    transition: 0.5s;
  }
  nav .nav__socials {
    padding-left: 60px;
  }
  nav .header__phones .footer__link {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  nav .content {
    padding: 20px 10px;
  }
  nav .s-menu.s-menu-horizontal {
    column-gap: 10px;
  }
  nav .logobox {
    max-width: 180px;
  }
  nav .s-menu-link::after {
    right: -8px;
  }
}
@media screen and (min-width: 1240px) {
  nav {
    height: 88px;
  }
  nav .s-menu.s-menu-horizontal {
    justify-content: center;
    padding-right: initial;
    column-gap: 45px;
  }
  nav .s-menu-item:not(:last-of-type) .s-menu-link::after {
    right: -25px;
  }
  nav .content {
    padding: 20px 0px;
  }
  nav .header__phones .footer__link {
    font-size: 18px;
  }
}
.s-scrolled-enabled nav {
  height: 80px;
  background-color: white;
}
@media screen and (min-width: 992px) {
  .s-scrolled-enabled nav {
    height: 88px;
  }
}
.s-scrolled nav {
  z-index: 6;
  transition: all ease-in-out 0.3s;
  position: fixed;
}
.s-menu-horizontal {
  flex-direction: column;
  row-gap: 20px;
  margin: 80px 0;
}
#s-offcanvas .header__phones .footer__link {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  color: var(--secondary);
  padding-left: 36px;
  text-decoration: none;
}
#s-offcanvas .header__phones .footer__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: transparent url(icon_phone.svg) no-repeat center;
  background-size: contain;
}
#s-offcanvas .header__phones .footer__link::after {
  position: absolute;
  top: -15px;
  right: 0;
  font-size: 16px;
  font-weight: 300;
  color: var(--primary);
}
#s-offcanvas .header__phones .footer__link:first-of-type::after {
  content: "Ambulance";
}
nav .s-menu-sub {
  position: absolute;
  left: -1.25em;
  top: 100%;
  background: #fff;
}
nav .s-menu-dropdown-toggle {
  position: absolute;
  left: 50%;
  top: 65%;
  padding: 0;
}
nav .s-menu-dropdown-toggle::before {
  display: none;
}
nav .s-menu-dropdown-toggle::after {
  content: "";
  background: url(ic_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  font-size: 1em;
  width: 15px;
  height: 9px;
}
header {
  margin-top: 80px;
  position: relative;
}
header#home__header {
  background: #F0F4F9 url(img__header--dev.jpg) no-repeat bottom center;
  background-size: cover;
  min-height: 802px;
  padding: 36px 0 0 0;
}
header#home__header::after {
  content: "";
  position: absolute;
  height: 32px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: var(--primary);
}
header#home__header .header__inner-wrap {
  display: flex;
  flex-direction: column;
}
header#home__header h1 {
  font-weight: 900;
  color: var(--heading-c);
  font-size: 40px;
  text-align: center;
  line-height: 115%;
  letter-spacing: 0.96px;
  padding: 10px 40px;
  background-color: var(--primary);
  width: 280px;
  margin: 40px auto;
}
header#home__header .header__subclaim {
  color: var(--heading-c);
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  font-size: 24px;
}
header#home__header .header__subclaim::after {
  content: '';
  background: #BCF055;
  width: 38px;
  height: 3px;
  border-radius: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -10px;
}
header#home__header .header__subclaim::before {
  content: '';
  background: #BCF055;
  width: 38px;
  height: 3px;
  border-radius: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -10px;
}
@media screen and (min-width: 768px) {
  header#home__header .header__subclaim::after {
    width: 76px;
    height: 6px;
    left: initial;
    right: -76px;
    top: 50%;
    transform: translate(50%, -50%);
    bottom: initial;
  }
  header#home__header .header__subclaim::before {
    width: 76px;
    height: 6px;
    left: -76px;
    top: 50%;
  }
}
header#home__header .header__logo-wrap {
  display: flex;
  justify-content: center;
  height: 100px;
}
header#home__header .header__button-wrap {
  display: flex;
  margin: 35px 0;
}
header#home__header .header__button-wrap a {
  margin: 0;
}
header#home__header .header__image {
  background: transparent url(img_hlavni_hlavicka-min.png) no-repeat top center;
  background-size: cover;
  min-height: 412px;
  width: 100%;
  position: relative;
}
header#home__header .primary-button {
  margin: 40px auto;
}
@media screen and (min-width: 768px) {
  header {
    border-radius: 0;
  }
  header#home__header {
    padding: 50px 0;
    min-height: 876px;
    background-position: top center;
  }
  header#home__header .header__wrapper {
    position: relative;
    z-index: 1;
  }
  header#home__header h1 {
    font-size: 72px;
    text-align: initial;
    letter-spacing: 1.52px;
    margin-bottom: 40px;
    width: initial;
    padding: 20px 40px calc(20px/2) 40px;
  }
  header#home__header h1::after {
    width: 114px;
    height: 8px;
    left: 0;
    transform: none;
    top: -25px;
  }
  header#home__header .header__text {
    display: contents;
  }
  header#home__header .header__subclaim {
    font-size: 40px;
    text-align: center;
    margin: 0 auto;
    padding-left: initial;
  }
  header#home__header .header__image {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 100%;
    width: calc(1240px - 400px);
    transform: translateX(-20%);
    background-position: left;
  }
  header#home__header .header__image::before {
    content: none;
  }
  header#home__header .primary-button {
    position: relative;
    left: initial;
    transform: none;
    bottom: initial;
    font-size: 19px;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  header {
    margin-top: 88px;
  }
}
.s-page-home .s-text h2 {
  text-align: center;
  margin-left: auto;
}
.s-page-home .s-text h2::after {
  content: '';
  background: #BCF055;
  width: 38px;
  height: 3px;
  border-radius: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -10px;
}
.s-page-home .s-text h2::before {
  content: '';
  background: #BCF055;
  width: 38px;
  height: 3px;
  border-radius: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -10px;
}
@media screen and (min-width: 768px) {
  .s-page-home .s-text h2::after {
    width: 76px;
    height: 6px;
    left: initial;
    right: -76px;
    top: 50%;
    transform: translate(50%, -50%);
    bottom: initial;
  }
  .s-page-home .s-text h2::before {
    width: 76px;
    height: 6px;
    left: -76px;
    top: 50%;
  }
}
.s-page-home .wrapper,
.s-page-home .s-item,
.s-page-home .s-page-home .s-text,
.s-page-home .s-products,
.s-page-home .s-product-main {
  max-width: 1240px;
}
.s-page-home .s-cards-cards .s-card .s-style-button {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .s-page-home .s-cards-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2vw;
  }
  .s-page-home .s-cards-cards .s-card {
    width: 100%;
  }
  .s-page-home .s-cards-cards .s-card-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
  }
  .s-page-home .s-cards-cards .s-style-button {
    margin: 0 0 auto auto;
  }
  .s-page-home .s-cards-cards h3::after {
    content: none;
  }
}
.s-page-common .header__wrapper h1 {
  margin: 30px auto;
}
.s-page-common .header__wrapper h1::after {
  content: '';
  background: #BCF055;
  width: 38px;
  height: 3px;
  border-radius: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -10px;
}
.s-page-common .header__wrapper h1::before {
  content: '';
  background: #BCF055;
  width: 38px;
  height: 3px;
  border-radius: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -10px;
}
@media screen and (min-width: 768px) {
  .s-page-common .header__wrapper h1::after {
    width: 76px;
    height: 6px;
    left: initial;
    right: -76px;
    top: 50%;
    transform: translate(50%, -50%);
    bottom: initial;
  }
  .s-page-common .header__wrapper h1::before {
    width: 76px;
    height: 6px;
    left: -76px;
    top: 50%;
  }
}
.s-page-common .header__wrapper p {
  text-align: center;
}
.s-page-common h1::after {
  content: '';
  background: #BCF055;
  width: 38px;
  height: 3px;
  border-radius: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -10px;
}
.s-page-common h1::before {
  content: '';
  background: #BCF055;
  width: 38px;
  height: 3px;
  border-radius: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -10px;
}
@media screen and (min-width: 768px) {
  .s-page-common h1::after {
    width: 76px;
    height: 6px;
    left: initial;
    right: -76px;
    top: 50%;
    transform: translate(50%, -50%);
    bottom: initial;
  }
  .s-page-common h1::before {
    width: 76px;
    height: 6px;
    left: -76px;
    top: 50%;
  }
}
.s-products .s-products-title {
  position: relative;
  margin: 45px auto 65px auto;
  max-width: 100%;
}
.s-products .s-products-title::after {
  content: '';
  background: #BCF055;
  width: 38px;
  height: 3px;
  border-radius: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.s-products .s-products-title a {
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  color: var(--heading-c);
  font-family: var(--heading);
  font-size: 24px;
  text-decoration: none;
}
.s-products .s-product-image::after {
  content: '';
  background-color: #05125C;
  position: absolute;
  width: 100%;
  height: 12px;
  top: 0;
  left: 0;
}
.s-products .s-products-perex {
  text-align: center;
}
.s-products .s-products-more {
  display: flex;
  align-items: center;
  margin: 20px auto;
  max-height: 56px;
}
.s-products ul {
  list-style: none;
}
.s-products li {
  padding-bottom: 0px;
  border-bottom: 2px dashed #05125C;
  margin-bottom: 60px;
  padding-left: 0;
}
.s-products li::before {
  content: none;
}
.s-products li::after {
  content: '';
  background-color: #05125C;
  position: absolute;
  width: 100%;
  height: 12px;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .s-products ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .s-products .s-products-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    justify-content: space-between;
    align-items: center;
  }
  .s-products .s-products-text .s-products-title {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: 0 auto 60px 0;
    text-align: left;
  }
  .s-products .s-products-text .s-products-title::after {
    content: '';
    background: #BCF055;
    width: 38px;
    height: 3px;
    border-radius: 0;
    position: absolute;
    left: 0;
    transform: none;
    bottom: -20px;
  }
  .s-products .s-products-text .s-products-title::after {
    width: 76px;
    height: 6px;
  }
  .s-products .s-products-text .s-products-title a {
    font-size: 32px;
  }
  .s-products .s-products-text .s-products-perex {
    grid-row: 2/3;
    grid-column: 1/3;
    text-align: initial;
  }
  .s-products .s-products-text .s-products-more {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-right: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .s-products .s-products-text .s-products-title::after {
    width: 76px;
    height: 6px;
  }
}
.s-product-main {
  padding: 40px 0;
}
.s-product-main .common-wrap .s-area,
.s-product-main .common-wrap .s-item {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .s-product-main .common-wrap .s-area,
  .s-product-main .common-wrap .s-item {
    margin: 0 auto;
  }
}
.s-product-main .s-area {
  padding: 0;
}
.s-product-main .s-area .s-text {
  padding: 0;
}
.s-product-main .s-product-image {
  display: none;
}
.s-page-pcategory .common-wrap {
  margin-top: 40px;
}
.s-page-pcategory .common-wrap h1 {
  display: none;
}
@media screen and (min-width: 768px) {
  .s-page-pcategory .s-item {
    max-width: 1240px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
  .s-page-pcategory .s-item .s-card {
    width: 100%;
  }
}
.s-page-product main .header__wrapper {
  width: 100%;
}
.s-page-product main .product__img--wrap {
  width: 100%;
  justify-content: center;
  display: flex;
}
.s-page-product main .product__image-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
.s-page-product main .common-wrap {
  margin: 0 20px;
}
@media screen and (min-width: 768px) {
  .s-page-product main .common-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1240px;
  }
}
.s-page-product main .common-wrap .s-area {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .s-page-product main .common-wrap .s-area:nth-of-type(3) {
    width: calc(50% - 20px);
    margin: 0;
    margin-right: 20px;
  }
  .s-page-product main .common-wrap .s-area:nth-of-type(4) {
    width: calc(50% - 20px);
    margin: 0;
    margin-left: 20px;
  }
}
.s-page-product h3::after {
  transform: none;
  left: 0;
}
.s-page-article .wrapper,
.s-page-article .s-item,
.s-page-article .s-text,
.s-page-article .s-products,
.s-page-article .s-product-main {
  max-width: 920px;
}
.s-page-article .s-text,
.s-page-article .s-item {
  margin-bottom: 40px;
}
#com-header {
  padding-top: 80px;
  margin-top: 0px;
  background: #ECF4FC;
}
#com-header.prod-header {
  margin-bottom: 0;
}
#com-header .s-area p {
  text-align: left;
  line-height: 180%;
}
#com-header h1 {
  margin: 0 auto;
  margin-bottom: 30px;
}
#com-header h1::after {
  content: '';
  background: #BCF055;
  width: 38px;
  height: 3px;
  border-radius: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -10px;
}
#com-header h1::before {
  content: '';
  background: #BCF055;
  width: 38px;
  height: 3px;
  border-radius: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -10px;
}
@media screen and (min-width: 768px) {
  #com-header h1::after {
    width: 76px;
    height: 6px;
    left: initial;
    right: -76px;
    top: 50%;
    transform: translate(50%, -50%);
    bottom: initial;
  }
  #com-header h1::before {
    width: 76px;
    height: 6px;
    left: -76px;
    top: 50%;
  }
}
#com-header .s-card {
  padding: 0;
}
#com-header .s-cards-buttons {
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  #com-header {
    padding-top: 88px;
    margin-bottom: 0;
  }
  #com-header .s-item {
    max-width: 920px;
    margin: 0 auto;
  }
}
footer {
  position: relative;
  padding-bottom: 690px;
  overflow-x: hidden;
}
footer .wrapper {
  padding: initial;
}
footer .footer__logo-wrap {
  max-height: 70px;
}
footer .footer__logo {
  height: 100%;
  object-fit: contain;
}
footer .footer__content {
  background: #05125C;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 30px;
}
footer .footer__content h3 {
  color: white;
  text-align: initial;
  margin-top: 0;
}
footer .footer__content h3::after {
  content: '';
  background: #BCF055;
  width: 38px;
  height: 3px;
  border-radius: 0;
  position: absolute;
  left: 0;
  transform: none;
  bottom: -20px;
}
@media screen and (min-width: 768px) {
  footer .footer__content h3::after {
    width: 76px;
    height: 6px;
  }
}
footer .footer__content p {
  color: white;
  text-align: initial;
}
footer .footer__content p span {
  min-width: 25px;
  display: -webkit-inline-box;
}
footer .footer__content a {
  color: white;
  text-align: initial;
  text-decoration: none;
  font-weight: 300;
}
footer ul li:first-of-type {
  padding-left: 0;
}
footer ul li:first-of-type::before {
  content: none;
}
footer .footer__kontakt {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .footer__inner-wrap {
  width: 100%;
}
footer .footer__link {
  position: relative;
  width: fit-content;
  padding-left: 36px;
}
footer .footer__link::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 22px;
  height: 22px;
}
footer .footer__link:nth-of-type(1)::before {
  background: transparent url(icon_paticka_tel.svg) no-repeat center;
  background-size: contain;
}
footer .footer__link:nth-of-type(2)::before {
  background: transparent url(icon_paticka_email.svg) no-repeat center;
  background-size: contain;
}
footer .footer__link:nth-of-type(3)::before {
  background: transparent url(icon_paticka_adresa.svg) no-repeat center;
  background-size: contain;
}
footer .footer__phones {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
footer .footer__phones .footer__link {
  font-size: 28px;
  font-weight: bold;
  position: relative;
}
footer .footer__phones .footer__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 22px;
  background: transparent url(icon_phone.svg) no-repeat center;
  background-size: contain;
}
footer .footer__phones .footer__link::after {
  position: absolute;
  top: -15px;
  left: 36px;
  font-size: 16px;
  font-weight: 300;
}
footer .footer__phones .footer__link:first-of-type::after {
  content: "Ambulance";
}
footer .footer__phones .footer__link:last-of-type::after {
  content: "Sluchadla";
}
footer .footer__col {
  margin-bottom: 60px;
}
footer .footer__link-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .footer__links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .footer__servis .footer__p {
  position: relative;
  width: fit-content;
}
footer .footer__servis .footer__link::before {
  background: transparent url(icon_phone.svg) no-repeat center;
  background-size: contain;
}
footer .footer__social {
  position: relative;
  width: fit-content;
}
footer .footer__social::before {
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  content: "";
  width: 22px;
  height: 22px;
}
footer .footer__social:nth-of-type(1)::before {
  background: transparent url(icon_fb.svg) no-repeat center;
  background-size: contain;
}
footer .footer__social:nth-of-type(2)::before {
  background: transparent url(icon_insta.svg) no-repeat center;
  background-size: contain;
}
footer .footer__menu {
  display: none;
}
footer .footer__buttons {
  display: flex;
  flex-direction: column;
}
footer .footer-button {
  font-size: 16px;
  background: transparent;
  border-color: var(--primary);
  width: 100%;
}
footer .footer-button:hover::before {
  content: none;
}
footer .footer__socials {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
footer .footer__block {
  margin-bottom: 40px;
}
footer .footer__map {
  position: absolute;
  width: 100%;
  height: 690px;
  bottom: 0;
  background: transparent url(img_mapa_mobil.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  footer {
    height: 769px;
    margin-top: 60px;
    overflow-x: initial;
  }
  footer .footer__ul {
    display: inline-flex;
    gap: 20px;
  }
  footer .footer__map {
    height: 769px;
    background: transparent url(img_mapa_desktop.jpg) no-repeat top center;
    background-size: cover;
    left: 0;
  }
  footer .footer__inner-wrap {
    display: grid;
    grid-template-columns: 1fr;
  }
  footer .footer__content {
    position: absolute;
    left: 50%;
    margin-top: 90px;
    padding: 40px;
  }
  footer .footer__content a {
    text-align: initial;
  }
  footer .footer__content h3 {
    text-align: initial;
    margin-top: 0;
  }
  footer .footer__content p {
    text-align: initial;
  }
  footer .footer__menu {
    display: initial;
  }
  footer .footer__menu a {
    padding: 0.5em 1em;
  }
  footer .footer__menu li {
    position: relative;
  }
  footer .footer__menu li::before {
    content: "";
    background: transparent url(icon_menu-predel.svg) no-repeat center;
    background-size: contain;
    width: 9px;
    height: 9px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  footer .footer__link {
    padding-left: 35px;
    width: 100%;
  }
  footer .footer__link::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    width: 22px;
    height: 22px;
  }
  footer .footer__social {
    position: relative;
    width: 100%;
    padding-left: 35px;
  }
  footer .footer__social::before {
    left: 0px;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer__buttons {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    gap: 60px;
  }
  footer .footer-button {
    width: initial;
  }
  footer .footer__content {
    position: absolute;
    left: 40%;
  }
}
@media screen and (min-width: 1240px) {
  footer .footer__content {
    left: 50%;
  }
}
.s-copyright,
.s-copyright a {
  font-family: var(--font);
  font-size: 16px;
  color: var(--text);
  text-align: center;
  padding: 15px 0;
}
.brokers__map--wrapper svg {
  max-width: 100%;
}
.s-articles ul {
  list-style: none;
}
.s-articles li {
  position: relative;
  margin-bottom: 40px;
  border-bottom: 2px dashed #05125C;
  padding-left: initial;
  padding-bottom: 0px;
}
.s-articles li::after {
  content: '';
  background-color: #05125C;
  position: absolute;
  width: 100%;
  height: 12px;
  top: 0;
  left: 0;
}
.s-articles li::before {
  content: none;
}
.s-articles img {
  width: 100%;
}
.s-articles h2 {
  margin-bottom: 40px;
  text-align: center;
}
.s-articles h2::after {
  content: '';
  background: #BCF055;
  width: 38px;
  height: 3px;
  border-radius: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.s-articles h2 a {
  color: var(--heading-c);
  font-family: var(--heading);
  font-size: 20px;
  margin-bottom: 80px;
  text-decoration: none;
  font-weight: bold;
}
.s-articles p {
  text-align: center;
}
.s-articles .s-articles-more {
  display: block;
  margin: 40px auto;
  background: #BCF055;
  border-radius: 0;
  color: var(--heading-c);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.5px;
  position: relative;
  font-family: var(--font);
  text-decoration: none;
  padding: 12px 70px 12px 30px;
  width: fit-content;
  transform-style: preserve-3D;
  border: transparent;
}
.s-articles .s-articles-more::after {
  content: "";
  background: transparent url(icon_btn_sipka.svg) no-repeat center;
  background-size: contain;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
.s-articles .s-articles-more:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .s-articles .s-articles-more {
    font-size: 19px;
    font-weight: bold;
  }
  .s-articles .s-articles-more::after {
    content: "";
    background: transparent url(icon_btn_sipka.svg) no-repeat center;
    background-size: contain;
    width: 25px;
    height: 25px;
  }
}
.s-articles img {
  aspect-ratio: 4/3;
  object-fit: cover;
  min-height: 250px;
  max-height: 330px;
}
.s-articles h2 {
  margin: 40px auto 60px 0 !important;
}
.s-articles h2::after {
  content: '';
  background: #BCF055;
  width: 38px;
  height: 3px;
  border-radius: 0;
  position: absolute;
  left: 0;
  transform: none;
  bottom: -20px;
}
@media screen and (min-width: 768px) {
  .s-articles h2::after {
    width: 76px;
    height: 6px;
  }
}
.s-articles h2 a {
  font-size: 28px;
  text-align: initial;
}
.s-articles p {
  text-align: initial;
}
.s-articles .s-articles-more {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .s-articles ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10vw;
  }
}
.s-article-main h1 {
  display: none;
}
.s-article-main .s-article-image {
  display: flex;
}
.s-article-main .s-article-image img {
  object-fit: cover;
  width: 100%;
}
