/*
 Theme Name:   DAMAR
 Description:  Templatka dla DAMAR
 Author:       Przemyslaw Szliep
 Author URI:   https://spmedia.pl
 Template:     twentyseventeen
 Version:      1.0.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  transition: all .4s ease; }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: #111111;
  text-transform: uppercase;
  font-size: 24px; }
  @media (max-width: 960px) {
    .twentytwenty-before-label:before, .twentytwenty-after-label:before {
      font-size: 12px; } }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: #99cc33;
  line-height: 50px;
  padding: 0 20px; }
  @media (max-width: 960px) {
    .twentytwenty-before-label:before, .twentytwenty-after-label:before {
      padding: 0 5px;
      line-height: 25px; } }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -25px; }
  @media (max-width: 960px) {
    .twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
      margin-top: -11px; } }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block; }

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: transparent; }

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0; }

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 1; }

.twentytwenty-before-label:before {
  content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 1; }

.twentytwenty-after-label:before {
  content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 0px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 0px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: transparent;
  z-index: 25; }

.twentytwenty-overlay:hover {
  background: transparent; }

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1; }

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 50px;
  width: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(/wp-content/themes/autodetailing/img/handler.jpg);
  background-size: cover;
  z-index: 40;
  cursor: pointer; }
  @media (max-width: 960px) {
    .twentytwenty-handle {
      height: 25px;
      width: 60px; } }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 25px;
  background: #99cc33; }
  @media (max-width: 960px) {
    .twentytwenty-horizontal .twentytwenty-handle:before {
      margin-bottom: 11px; } }

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 25px;
  background: #99cc33; }
  @media (max-width: 960px) {
    .twentytwenty-horizontal .twentytwenty-handle:after {
      margin-top: 11px; } }

.twentytwenty-left-arrow {
  display: none; }

.twentytwenty-right-arrow {
  display: none; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }

html,
body {
  font-family: 'Lato';
  font-size: 16px;
  line-height: 24px;
  color: #424143;
  overflow-x: hidden; }

b,
strong {
  font-weight: 600; }

i,
em {
  font-style: italic; }

u {
  text-decoration: underline; }

ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400; }

ol {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 22px;
  font-weight: 400; }

.heading {
  text-align: center; }

.hidden {
  display: none; }

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center; }
  @media (max-width: 960px) {
    .flex {
      display: block; } }

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

.clear {
  clear: both; }

.shadow {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4); }

.shadow-big {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.4); }

.btn {
  display: inline-block;
  position: relative;
  padding: 8px 40px 8px 20px;
  background: #424143;
  color: #fff;
  border-radius: 10px; }
  .btn:before {
    content: "";
    background: url(/wp-content/themes/damar/img/arrow.png) no-repeat;
    background-size: contain;
    width: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Arial';
    transition: all .4s ease;
    font-weight: 600;
    display: block;
    height: 12px; }
  .btn:hover:before {
    right: 10px; }
  .btn-white {
    background: #fff;
    color: #424143; }
    .btn-white:hover {
      background: #e6e6e6; }
  .btn-green {
    background: #99cc33;
    color: #3d5214; }
    .btn-green:hover {
      background: #5c7a1f;
      color: black; }

h1 {
  font-size: 60px;
  line-height: 68px;
  margin-bottom: 10px; }
  @media (max-width: 960px) {
    h1 {
      font-size: 32px;
      line-height: 36px; } }

h2 {
  font-size: 60px;
  line-height: 68px;
  text-align: center;
  position: relative;
  display: inline-block;
  font-weight: 600;
  margin: 60px 0;
  text-transform: uppercase; }
  @media (max-width: 960px) {
    h2 {
      font-size: 28px;
      line-height: 32px;
      max-width: 70%; } }

h3 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 10px; }
  @media (max-width: 960px) {
    h3 {
      font-size: 22px;
      line-height: 24px; } }

h4 {
  font-size: 32px;
  line-height: 36px; }
  @media (max-width: 960px) {
    h4 {
      font-size: 22px;
      line-height: 26px; } }

h5 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600; }
  @media (max-width: 960px) {
    h5 {
      font-size: 18px;
      line-height: 24px; } }

h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600; }
  @media (max-width: 960px) {
    h6 {
      font-size: 14px;
      line-height: 18px; } }

p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 22px;
  font-weight: 400; }

.container {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  position: relative; }
  @media (max-width: 960px) {
    .container {
      padding: 0 15px; } }

.menu-btn {
  -moz-transform: rotate(0deg);
  -moz-transition: .5s ease-in-out;
  -o-transform: rotate(0deg);
  -o-transition: .5s ease-in-out;
  -webkit-transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  cursor: pointer;
  height: 22px;
  right: 15px;
  position: absolute;
  top: 50%;
  transform: rotate(0deg);
  transform: translateY(-50%);
  transition: .5s ease-in-out;
  width: 26px; }
  @media (min-width: 960px) {
    .menu-btn {
      display: none; } }
  .menu-btn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .menu-btn span:nth-child(1) {
      top: 0; }
    .menu-btn span:nth-child(2), .menu-btn span:nth-child(3) {
      top: 8px; }
    .menu-btn span:nth-child(4) {
      top: 16px; }
  .menu-btn.open span:nth-child(1) {
    left: 50%;
    top: 8px;
    width: 0; }
  .menu-btn.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu-btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .menu-btn.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%; }

.site-content-contain {
  padding-top: 125px; }
  @media (max-width: 960px) {
    .site-content-contain {
      padding-top: 125px; } }

.nav {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; }
  .nav-top {
    height: 80px;
    position: relative;
    background: #fff;
    color: #424143;
    border-bottom: 5px solid #424143; }
    @media (max-width: 960px) {
      .nav-top {
        height: 80px; } }
    .nav-top .container {
      height: 80px; }
      @media (max-width: 960px) {
        .nav-top .container {
          height: 80px; } }
    .nav-top-logo {
      position: absolute;
      top: 50%;
      left: 30px;
      transform: translateY(-50%); }
      @media (max-width: 960px) {
        .nav-top-logo {
          display: block;
          left: 50%;
          transform: translate(-50%, -50%); }
          .nav-top-logo img {
            display: block;
            max-width: 150px;
            height: auto; } }
      .nav-top-logo img {
        max-width: 150px;
        height: auto; }
    .nav-top .right {
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translateY(-50%); }
      @media (max-width: 960px) {
        .nav-top .right {
          display: none; } }
      .nav-top .right .widget {
        position: relative; }
        .nav-top .right .widget:first-of-type {
          font-size: 20px;
          font-weight: 900;
          display: block; }
          .nav-top .right .widget:first-of-type:before {
            content: '';
            display: block;
            position: absolute;
            width: 16px;
            height: 16px;
            background: url(/wp-content/themes/damar/img/tel.svg) no-repeat;
            background-size: contain;
            top: 50%;
            left: -25px;
            transform: translateY(-50%); }
        .nav-top .right .widget:last-of-type {
          font-size: 16px;
          font-weight: 400; }
          .nav-top .right .widget:last-of-type:before {
            content: '';
            display: block;
            position: absolute;
            width: 16px;
            height: 16px;
            background: url(/wp-content/themes/damar/img/mail.svg) no-repeat;
            background-size: contain;
            top: 50%;
            left: -25px;
            transform: translateY(-50%); }
          .nav-top .right .widget:last-of-type a {
            color: #424143; }
            .nav-top .right .widget:last-of-type a:hover {
              color: #99cc33; }
  .nav-bottom {
    background: #99cc33;
    color: #fff; }
    .nav-bottom a {
      color: #fff; }
    .nav-bottom .menu-polskie-menu-container {
      min-height: 40px; }
      .nav-bottom .menu-polskie-menu-container.open ul {
        right: 0; }
    .nav-bottom ul {
      display: block;
      text-align: center;
      margin-bottom: 0; }
      @media (max-width: 960px) {
        .nav-bottom ul {
          position: absolute;
          right: -200%;
          transition: all .4s ease;
          width: 250px;
          background: #99cc33;
          top: 100%; } }
      .nav-bottom ul li {
        display: inline-block;
        font-size: 16px;
        text-transform: uppercase;
        padding: 0 30px;
        font-weight: 900;
        line-height: 40px;
        position: relative; }
        @media (max-width: 960px) {
          .nav-bottom ul li {
            display: block;
            line-height: 32px;
            padding: 0 10px; } }
        .nav-bottom ul li.current_page_item a {
          color: #424143; }
        .nav-bottom ul li a:hover {
          color: #424143; }
        .nav-bottom ul li.menu-item-has-children:hover .sub-menu {
          max-height: 1000px; }
          .nav-bottom ul li.menu-item-has-children:hover .sub-menu li:hover a {
            color: #424143; }
          .nav-bottom ul li.menu-item-has-children:hover .sub-menu li a {
            color: #fff; }
        .nav-bottom ul li .sub-menu {
          max-height: 0;
          transition: 0.1s ease-in-out;
          overflow: hidden;
          left: -20px;
          top: 40px;
          position: absolute;
          min-width: 340px;
          background: #99cc33;
          text-align: left; }
          @media (max-width: 960px) {
            .nav-bottom ul li .sub-menu {
              display: block;
              top: 0;
              left: 0;
              text-align: center;
              min-width: 200px;
              width: 100%;
              max-height: 100%;
              position: relative;
              margin: 0; } }
          .nav-bottom ul li .sub-menu li {
            display: block; }
            @media (max-width: 960px) {
              .nav-bottom ul li .sub-menu li {
                padding: 0; } }
            .nav-bottom ul li .sub-menu li a {
              font-size: 14px;
              color: #fff; }

.header {
  position: relative;
  overflow: hidden;
  font-size: 30px;
  font-style: italic; }
  .header .scroll {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 960px) {
      .header .scroll {
        display: none; } }
    .header .scroll img {
      width: 40px;
      transition: all .4s ease; }
    .header .scroll:hover img {
      transform: translateY(50%); }
  @media (max-width: 960px) {
    .header .n2-ss-slider .n2-ow {
      font-size: 16px !important; } }
  .header-contact {
    background: url(/wp-content/themes/damar/img/header.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0; }
    @media (max-width: 960px) {
      .header-contact {
        padding: 40px 0; } }
    .header-contact h1 {
      text-align: center;
      color: #fff;
      font-size: 100px;
      line-height: 100px; }
      @media (max-width: 960px) {
        .header-contact h1 {
          font-size: 32px; } }
  .header-offer {
    background: url(/wp-content/themes/damar/img/header1.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0; }
    @media (max-width: 960px) {
      .header-offer {
        padding: 40px 0; } }
    .header-offer h1 {
      text-align: center;
      color: #fff;
      font-size: 100px;
      line-height: 100px; }
      @media (max-width: 960px) {
        .header-offer h1 {
          font-size: 32px; } }

.section .flex .left {
  width: 70%;
  background: url(/wp-content/themes/damar/img/bg1.jpg) no-repeat;
  background-size: cover;
  margin-right: 5px;
  margin-top: 10px;
  padding: 30px;
  box-sizing: border-box; }
  @media (max-width: 960px) {
    .section .flex .left {
      width: 100%;
      display: block; } }
  .section .flex .left .text {
    max-width: 320px;
    width: 30%;
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 960px) {
      .section .flex .left .text {
        max-width: 100%;
        width: 100%; } }
    .section .flex .left .text h5 {
      font-style: italic;
      margin-bottom: 20px;
      font-size: 24px;
      letter-spacing: 2px;
      font-weight: 900; }
  .section .flex .left .icons {
    display: inline-block;
    width: 65%;
    vertical-align: middle;
    text-align: center; }
    @media (max-width: 960px) {
      .section .flex .left .icons {
        display: none; } }
    .section .flex .left .icons a {
      display: inline-block;
      color: #fff;
      margin: 30px 40px 0;
      font-size: 18px;
      position: relative; }
      @media (max-width: 1430px) {
        .section .flex .left .icons a {
          margin: 30px 20px 0; } }
      @media (max-width: 960px) {
        .section .flex .left .icons a {
          margin: 30px 20px 60px; } }
      .section .flex .left .icons a:hover:before {
        width: 45px;
        height: 45px; }
      .section .flex .left .icons a:hover:after {
        width: 120px;
        height: 120px; }
      .section .flex .left .icons a:before {
        position: absolute;
        width: 40px;
        height: 40px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        content: '';
        top: -45px;
        left: 50%;
        transition: all .4s ease;
        transform: translateX(-50%); }
      .section .flex .left .icons a:after {
        position: absolute;
        width: 100px;
        height: 100px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        content: '';
        top: -70px;
        left: 50%;
        transform: translateX(-50%);
        transition: all .4s ease;
        opacity: 0.2; }
      .section .flex .left .icons a.phone:before, .section .flex .left .icons a.phone:after {
        background-image: url(/wp-content/themes/damar/img/phone.svg); }
      .section .flex .left .icons a.check:before, .section .flex .left .icons a.check:after {
        background-image: url(/wp-content/themes/damar/img/find.svg); }
      .section .flex .left .icons a.compare:before {
        width: 50px;
        height: 45px; }
      .section .flex .left .icons a.compare:hover:before {
        width: 55px;
        height: 50px; }
      .section .flex .left .icons a.compare:before, .section .flex .left .icons a.compare:after {
        background-image: url(/wp-content/themes/damar/img/compare.svg); }

.section .flex .right {
  width: 30%;
  background: url(/wp-content/themes/damar/img/bg2.jpg) no-repeat;
  background-size: cover;
  margin-left: 5px;
  margin-top: 10px;
  padding: 30px;
  box-sizing: border-box; }
  @media (max-width: 960px) {
    .section .flex .right {
      margin: 0 !important;
      width: 100%; } }
  .section .flex .right p {
    font-size: 30px;
    line-height: 46px;
    max-width: 400px;
    font-style: italic; }
    @media (max-width: 960px) {
      .section .flex .right p {
        font-size: 18px;
        line-height: 24px; } }

.section.home {
  color: #fff; }

.section.partners {
  padding: 25px 0; }
  .section.partners .gs_logo_single {
    float: none !important;
    vertical-align: middle !important;
    display: inline-block !important;
    height: 100px !important; }
    .section.partners .gs_logo_single img {
      position: absolute;
      top: 50%;
      left: 50%;
      max-width: 80%;
      transform: translate(-50%, -50%); }
  .section.partners h4 {
    font-weight: 900;
    font-style: italic;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px; }

.section.services {
  padding: 45px 20px;
  background: #ebebeb;
  margin-top: 10px;
  box-sizing: border-box; }
  .section.services p {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 1px;
    font-style: italic;
    color: #424143;
    font-weight: 400;
    margin-bottom: 0; }
    @media (max-width: 960px) {
      .section.services p {
        font-size: 16px;
        line-height: 20px; } }
  .section.services a {
    color: #424143; }

.section-contact {
  background: url(/wp-content/themes/damar/img/bg3.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0;
  margin-top: 10px;
  align-items: center; }
  .section-contact .col {
    margin: 15px 30px;
    position: relative; }
    .section-contact .col p {
      margin-bottom: 0;
      color: #424143;
      font-weight: 700; }
    .section-contact .col a {
      color: #424143; }
      .section-contact .col a:hover {
        text-decoration: underline; }
    .section-contact .col.tel {
      padding-left: 25px; }
      .section-contact .col.tel:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(/wp-content/themes/damar/img/tel.svg) no-repeat;
        background-size: contain;
        left: 0px;
        top: 50%;
        transform: translateY(-50%); }
      .section-contact .col.tel p {
        font-weight: bold; }
    .section-contact .col.email {
      padding-left: 30px; }
      .section-contact .col.email:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(/wp-content/themes/damar/img/mail.svg) no-repeat;
        background-size: contain;
        left: 0px;
        top: 50%;
        transform: translateY(-50%); }
    .section-contact .col.address {
      padding-left: 25px; }
      .section-contact .col.address:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(/wp-content/themes/damar/img/pin.svg) no-repeat;
        background-size: contain;
        left: 0px;
        top: 50%;
        transform: translateY(-50%); }

.section-offer {
  background: #ebebeb;
  padding: 50px; }
  .section-offer p {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: #424143; }
  .section-offer-list ul {
    list-style-type: none;
    margin: 0; }
    .section-offer-list ul li {
      margin: 10px 0;
      display: block;
      overflow: hidden;
      position: relative; }
      .section-offer-list ul li:nth-child(odd) {
        background: #99cc33; }
      .section-offer-list ul li:nth-child(even) {
        background: #ebebeb; }
      .section-offer-list ul li .img {
        position: absolute;
        left: 65%;
        display: block;
        top: 0;
        height: auto;
        min-height: 100%;
        width: 35%;
        overflow: hidden;
        outline: 10px solid #fff; }
        @media (max-width: 960px) {
          .section-offer-list ul li .img {
            display: none; } }
        .section-offer-list ul li .img img {
          min-height: 100%;
          min-width: 100%;
          position: absolute;
          width: auto;
          height: auto;
          left: 50%;
          transform: translateX(-50%); }
      .section-offer-list ul li span {
        width: 60%;
        display: block;
        padding: 60px 30px;
        font-weight: 400;
        box-sizing: border-box; }
        @media (max-width: 960px) {
          .section-offer-list ul li span {
            padding: 30px 15px;
            width: 100%; } }
        .section-offer-list ul li span span {
          padding: 0;
          font-size: 28px;
          font-weight: bold;
          font-style: italic; }

.section-page {
  padding: 60px 0; }
  .section-page img {
    margin: 10px;
    max-width: calc(25% - 25px);
    height: auto;
    transition: all .4s ease; }
    @media (max-width: 960px) {
      .section-page img {
        max-width: calc(50% - 25px); } }
    .section-page img:hover {
      transform: scale(1.05); }
  .section-page h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 10px 0; }

#map {
  width: 100%;
  height: 50vh;
  margin-top: 10px; }

.lswss-logo-showcase .slick-slide {
  opacity: 1 !important; }

.lswss-logo-showcase img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all .4s ease; }
  .lswss-logo-showcase img:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%); }

.footer {
  margin-top: 10px;
  background: #424143;
  color: #99cc33;
  padding: 5px 10px 10px; }
  .footer .copy {
    float: left; }
    @media (max-width: 960px) {
      .footer .copy {
        float: none;
        display: block;
        margin: 3px auto;
        text-align: center; } }
  .footer .publisher {
    float: right; }
    @media (max-width: 960px) {
      .footer .publisher {
        float: none;
        display: block;
        margin: 3px auto;
        text-align: center; } }
    .footer .publisher a {
      color: #99cc33; }

.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.partners-page p {
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: wrap; }
  .partners-page p:after {
    content: "";
    flex: auto; }
  .partners-page p a {
    display: flex;
    max-width: 50%;
    min-width: 20%; }
    @media (max-width: 420px) {
      .partners-page p a {
        max-width: 100%;
        width: 100%; } }
    .partners-page p a img {
      max-width: 80%;
      align-self: center;
      margin: 15px auto; }
